@import url("http://fonts.googleapis.com/css?family=Roboto:400,700,300,500");

.wrapper {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	}

.wrapperSmall {
	position: relative;
	display: block;
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	}

.box25 {
	float: left;
	position: relative;
	display: block;
	width: 24%;
	}
	
.box75 {	
	position: relative;
	float: right;
	display: block;
	width: 74%;
	}

.banner {
	text-align: center;
	}

.content {
	position: relative;
	display: block;
	width: 100%;
	padding: 60px 0 100px 0;
	}

.wFooter {
	position: absolute !important;
	bottom: 0 !important;
	width: 100%  !important;
	height: 70px !important;   /* Height of the footer */
	}

.wFooter p {
	color: #B4BDCD;
	margin: 0;
	padding: 25px 0 0 0;
	font-size: 18px;
	}

.wFooter p span {
	font-weight: bold;
	color: #fff;
	margin: 0 8px;
	}

/**/

#header .logo {
	position: relative;
	display: block;
	height: 100%;
	width: 110px;
	line-height: normal;
	padding: 0 0 2px 0;
	}

/**/

.banner {
	position: relative;
	display: block;	
	}

/**/

.globalTable {
	position: relative;
	width:100%;
	height:auto;
	border-collapse: separate;
	border-spacing: 0px;
	border: solid 1px #cfcfcf;
	margin: 0 0 10px 0;
	}

.globalTable thead {
	width: 100%;
	background: #ff0;
	padding: 1px;
}
.globalTable thead tr {
	padding: 1px;
}
.globalTable thead tr th {
	height:25px;
	color: #636363;
	text-align:center;
	padding: 3px 0 3px 2px;
	font-size: 14px;
	font-weight: bold;
	
	background: #fdfdfd;
	background: -moz-linear-gradient(top, #fdfdfd 0%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top, #fdfdfd 0%,#ededed 100%);
	background: -o-linear-gradient(top, #fdfdfd 0%,#ededed 100%);
	background: -ms-linear-gradient(top, #fdfdfd 0%,#ededed 100%);
	background: linear-gradient(to bottom, #fdfdfd 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ededed',GradientType=0 );
	border-right: solid 1px #cfcfcf;
	border-bottom: solid 1px #cfcfcf;
}

.globalTable tbody {
}

.globalTable tbody tr {
}

.globalTable tbody tr td {
	position: relative;
	text-align:left;
	color: #636363;
	font-size: 14px;
	padding: 0px 5px;
	border-right: 1px solid #F3F6F8;
}

.globalTable tbody tr.even {
	background-color: #fafafa;
	color: black;
	text-align:left;
}

.globalTable tbody tr.odd {
	background-color: #fff; 
	color: black;
	text-align:left;
}

.globalTable tfoot {
}
.globalTable tfoot tr {
}
.globalTable tfoot tr td {
	border-top: solid 1px #cfcfcf;
	padding: 5px;
	font-size: 12px;
	color:#636363;
}
.globalTable tbody tr td span.iconStatus{
	position: relative;
	width: 50%;
	display: block;
	height: 22px;
	padding: 2px 0 0 34px;
}

.globalTable tbody tr td span.pending{
	background: url(../img/icons/icon_pending.gif) no-repeat center left;
}
.globalTable tbody tr td span.accepted{
	background: url(../img/icons/icon_accept.gif) no-repeat center left;
}

/**/

.boxNotif {
	position: relative;
	width: 94%;
	display: block;
	background-color: #CCC;
	margin: 0 0 20px 0;
	padding: 1% 1% 1% 5%;
	color: #fff;
	font-size: 16px;
	}

.error {
	background-color: #ed1847; 
	background-image: url(../img/icon_error.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	}
	
.ok {
	background-color: #00ae8e; 
	background-image: url(../img/icon_ok.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	}
	
.info {
	background-color: #034ea2; 
	background-image: url(../img/icon_info.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	}

.formContainter {	
	}

.formContainter .td50 {
	float: left;
	width: 48%;
	margin: 0 2% 2% 0;	
	}

.formContainter .td100 {
	float: left;
	width: 100%;
	margin: 0 0 2% 0;	
	}

.formContainter .inputText {
	position: relative;
	width: 90%;
	padding: 10px 5%;	
	display: block;
	border: solid 1px #e1e1e1;
	font-size: 16px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
	
.formContainter .button {
	position: relative;
	width: 70%;
	padding: 10px 5%;	
	display: block;
	border: none;
	font-size: 16px;
	background: #00ae8d;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	}

/**/

.bigTitle {
	font-weight: bolder;
	font-size: 38px;
	letter-spacing: -0.03em;
	}

.bigTitle2 {
	font-weight: bolder;
	font-size: 24px;
	letter-spacing: -0.03em;
	margin: 0 0 20px 0;
	}

.bigTitle .redLine {
	position: relative;
	display:block;
	clear: both;
	height: 7px;
	width: 100px;
	font-size: 1px;
	background: #ed1848;
	padding: 0;
	overflow: hidden;
	}

/**/

.hr {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0;
	background: #cecece;
	}

.clear {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	font-size: 1px;
	padding: 0;
	margin: 0;
	clear: both;
	}

.lblDarkGrey {color: #515151;}
.lblWhite {color: #fff;}

.lblDownload {
	display: block;
	width: 410px;
	background-color: #00ae8d;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 15px 0;
	padding: 15px 15px;
	}

.lblDownload:hover {
	background-color: #018f75;
	color: #fff;
	text-decoration: none;
	}

.bgCrystalBlue {
	background-image: url(../img/bgCrystalBlue.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	color: #fff;
	}

.bgBlue {background: #034da2;}

.spacer001 {
	display: block;
	width: 100%;
	height: 76px;
	}

/**/

.icon-download {
	background-image: url(../img/icon_doc.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	}

.icon-download:hover {
	background-image: url(../img/icon_doc.png);
	}

.icon-headphones {
	background-image: url(../img/icon_headphones.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	}

.imgLink {
	position: relative;
	display: block;
	margin: 0 0 30px 0;
		}
	
.boxGrey {
	position: relative;
	display: block;
	width: 94%;
	padding: 3%;
	background: #f0f0f0;
	}

.listStyled {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	color: #034ea2;
	}

.listStyled li {	
    font-family: 'Roboto',sans-serif;
	font-size: 14px;
    font-weight: 280;
    margin-bottom: 10px;
	padding:0;
	font-weight: 600;
	line-height: 1.5em;
	}

.listStyled li span {	
	color: #505050;
	font-weight: 100;
	}
	
	

.listStyled2 {
	position: relative;
	display: block;
	width: 95%;
	margin: 0 0 20px 0;
	padding: 0 0 0 5%;
	list-style: disc;
	list-style-position: inside;		
	color: #505050;
	}

.listStyled2 li {	
    font-family: 'Roboto',sans-serif;
	font-size: 14px;
    font-weight: 280;
    margin-bottom: 10px;
	padding: 0;
	font-weight: 600;
	line-height: 1.5em;
	}

.listStyled2 li span {
	font-weight: 100;
	}
	
@media screen and (max-width: 1300px) {
	
	.banner {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
	}
	
	.banner img {
	width: 100%;
	height: auto;
	}
		
}

@media screen and (max-width: 869px) {
	
	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 10px;
	}
	
	.wrapperSmall {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	}
	
	.banner {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 0 0;
	}
	
	#header {
	position: fixed;
	display: block;
	width: 100%;
	height: 53px;
	padding: 7px 0 5px 0;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: 50;
	
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
	}
	
	#header .logo {
	position: relative;
	display: block;
	height: 100%;
	width: 95px;
	line-height: normal;
	padding: 0 0 2px 15px;
	}
	
	.content {
	position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 20px 0;
	}
	
	.box25 {
	float: none;
	position: relative;
	display: block;
	width: 100%;
	}
	
	.box75 {	
	position: relative;
	float: none;
	display: block;
	width: 100%;
	}
	
	.spacer001 {
	display: block;
	width: 100%;
	height: 10px;
	}
	
	.formContainter .td50 {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;	
	}
	
	.formContainter .button {
		position: relative;
		width: 100%;
		padding: 10px 0;	
		display: block;
		border: none;
		font-size: 16px;
		background: #00ae8d;
		color: #FFF;
		font-size: 18px;
		font-weight: 500;
		cursor: pointer;
	}
	
	.boxNotif {
		position: relative;
		width: 90%;
		display: block;
		background-color: #CCC;
		margin: 0 0 20px 0;
		padding: 10px 5%;
		text-indent: 26px;
		color: #fff;
		font-size: 16px;
	}

	.error {
		background-color: #ed1847; 
		background-image: url(../img/icon_error.png);
		background-repeat: no-repeat;
		background-position: 15px center;
		}
		
	.ok {
		background-color: #00ae8e; 
		background-image: url(../img/icon_ok.png);
		background-repeat: no-repeat;
		background-position: 15px center;
		}
		
	.info {
		background-color: #034ea2; 
		background-image: url(../img/icon_info.png);
		background-repeat: no-repeat;
		background-position: 15px center;
		}
	
	#footer {
		width: 90%;
		padding: 5%;
	}
	
	.wFooter {
		position: relative !important;
		bottom: 0 !important;
		width: 100%  !important;
		height: auto !important;   /* Height of the footer */
		}
	
	.wFooter p {
		color: #fff;
		margin: 0;
		padding: 0 0 0 0;
		font-size: 17px;
		font-weight: 300;
		
		}
	
	.wFooter p span {
		font-weight: 300;
		color: #fff;
		margin: 0;
		}
	.icon-headphones {
		background-image: url(../img/icon_headphones.png);
		background-repeat: no-repeat;
		background-position: left center;
		padding: 10px 0 0 40px;
	}
	
	.lblDownload {
		display: block;
		width: 90%;
		background-color: #00ae8d;
		font-size: 17px;
		font-weight: bold;
		color: #fff;
		margin: 0 0 15px 0;
		padding: 15px 5%;
	}
	
	.imgLink {
		width: 100%;
		}
	
	.imgLink img {
		padding: 5% 0 0 0;
		width: 100%;
		height: auto;
		}
	
	.marginToHeader {
		padding: 100px 0 0 0;
		}	
}
