header,footer,section{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	/*background-color: gray;*/
}

.content{
	width: 95%;
	max-width: 900px;
	height: auto;
	overflow: hidden;
	margin: 0px auto !important;
	text-align: center;
	/*background-color: white;*/
}

section.bg_gray{
	background-color: #f4f5f6;
}

/* 
////
ESTILOS HEADER 
////
*/

header .content{
	padding-top: 20px;
	position: relative;
	height: 152px;
}

header h1{
	vertical-align: middle;
	display: inline-block;
	text-indent: -9999px;
	width: 286px;
	height: 120px;
	margin-right: 30px;
	background: url(../img/eponto-mot.png) no-repeat 0px 0px;
}

header span{
	display: inline-block;
	vertical-align: middle;
	width: 39px;
	height: 50px;
	margin-right: 12px;
	background: url(../img/bg-seta-header.png) no-repeat center;
}

header p{
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	font-size: 1.375rem;
	width: 520px;
	height: 50px;
	text-align: left;
}

header nav{
	position: absolute;
	display: block;
	width: 70px;
	height: 30px;
	bottom: 12px;
	right: 0px;
}

header nav ul{
	width: 100%;
	height: 100%;
	float: left;
}

header nav ul li{
	width: 30px;
	height: 30px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

header nav ul li:nth-of-type(1){
	background: url(../img/social-sprite.png) no-repeat 0px 0px;
}

header nav ul li:nth-of-type(2){
	background: url(../img/social-sprite.png) no-repeat -30px 0px;
	margin-left: 5px;
}

header nav ul li:nth-of-type(1):hover{
	background: url(../img/social-sprite.png) no-repeat 0px -30px;
}

header nav ul li:nth-of-type(2):hover{
	background: url(../img/social-sprite.png) no-repeat -30px -30px;
}

header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
}



/*
////
ESTILOS LOGIN E VÍDEO
////
*/

.container_foto{
	float: left;
	position: relative;
	width: 647px;
	height: 328px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 34px;
}

.container_foto img{
	float: left;
}

.container_foto h2{
	width: 100%;
	height: 50px;
	background-color: #a94911;
	position: absolute;
	bottom: 0px;
	font-size: 22px;
	font-size: 1.375rem;
	color: white;
	text-align: center;
	font-weight: normal;
	line-height: 44px;
}

.container_login{
	float: right;
	width: 224px;
	height: 264px;
	background: #a94911;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 16px 20px 24px 20px;
	text-align: left;
}

.container_login label{
	font-size: 0.937rem;
	font-size: 15px;
	color: white;
}

.container_login input{
	width: 100%;
	height: 34px;
	padding: 0px 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	border: 1px solid #ffffff;
	border-radius: 0px;
}

.container_login input[type="text"]:focus,
.container_login input[type="password"]:focus{
	border: 1px solid #af4e50;
	outline: 1px solid #af4e50;
}

.container_login input[type="text"],
.container_login input[type="password"]{
	margin-bottom: 14px;
}

.container_login input[type="submit"]{
	background-color: #63171a;
	color: white;
	margin-bottom: 10px;
}

.container_login input[type="submit"]:hover{
	background-color: #3d0e11;
}

.container_login a{
	width: 100%;
	display: block;
	color: white;
	text-align: center;
	position: relative;
}

.btn_submit{
	display: block;
	width: 224px;
	height: 50px;
	background: url(../img/bg-btn-verde.png) repeat-x;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.btn_submit_login{
	float: right;
	margin-top: 15px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	color: white;
	font-size: 22px;
	font-size: 1.375rem;
	text-shadow: 0px -1px 0px #00592f;
}

.btn_submit_login:hover{
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
}


/*
////
ESTILOS ASSUNTO 1
////
*/

.container_first_icons{
	text-align: center;
}


.container_first_icons h2{
	font-size: 27px;
	font-size: 1.68rem;
	line-height: 38px;
	line-height: 2.37rem;
	color: #a94911;
	font-weight: normal;
	text-align: left;
	margin-bottom: 36px;
}

.container_first_icons span{
	display: inline-block;
	width: 210px;
	height: 275px;
	vertical-align: middle;
	position: relative;

}

.container_first_icons span:nth-of-type(1){
	background: url(../img/marcacao-de-ponto.jpg) 0px top no-repeat;
}

.container_first_icons span:nth-of-type(2){
	background: url(../img/gestao-de-tarefas.jpg) 0px top no-repeat;
}

.container_first_icons span h3{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 29px;
	font-weight: 400;
	color: #a94911;
	line-height: 28px;
}

.container_first_icons p{
	width: 390px;
	height: 285px;
	padding: 28px;
	font-size: 20px;
	font-size: 1.25rem;
	border: 2px solid #a94911;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	line-height: 28px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 40px;
	position: relative;
}

.container_first_icons p span{
	display: inline-block;
	width: 31px;
	height: 13px;
	top: 50%;
	margin-top: -6.5px;
	position: absolute;

}

.container_first_icons p span:nth-of-type(1){
	background: url(../img/icon-bullets.png) no-repeat -30px center !important;
	right: -32px;
}

.container_first_icons p span:nth-of-type(2){
	background: url(../img/icon-bullets.png) no-repeat 0px center !important;
	left: -32px;
}




.assunto1 h4{
	width: 100%;
	font-size: 29px;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	border: 2px solid #a94911;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 9px 0px;
	margin: 58px 0px;
	color: #a94911;
}



/*
////
ESTILOS ASSUNTO 2
////
*/

.assunto2{
	padding: 0px 0px;
}

.assunto2{
	padding: 0px;
	margin-top: -72px !important;
}

.header_section{
	width: 100%;
	height: 72px;
	background-color: #a94911; 
}

.container_header_section{
	width: 100%;
	height: 150px;
	margin-bottom: 30px;
}

.assunto2 .icon_header_section{
	float: left;
	display: block;
	width: 134px;
	height: 158px;
	background: url(../img/icone-marcacao-header.png) no-repeat center -10px;

}

.assunto2 h2,
.assunto3 .container_header_section h2{
	padding-left: 20px;
	margin-top: 18px;
	margin-bottom: 18px;
	width: 764px;
	font-size: 31px;
	font-size: 1.93rem;
	color: white;
	font-weight: normal;
	display: block;
	float: left;
}	

.assunto2 h3, 
.assunto3 h3{
	padding-left: 20px;
	float: left;
	display: block;
	width: 764px;
	margin: 0px;
	bottom: 0px;
	height: 36px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 36px;
	font-weight: normal;
}

.assunto2 p{
	text-align: justify;
	margin-bottom: 50px;
}

.lista{
	text-align: left;
}

.assunto2 .lista li, .assunto3 .lista li{
	display: inline-block;
	vertical-align: middle;
	height: auto;
	width: 100%;
	overflow: hidden;
	vertical-align: middle;
	margin-bottom: 20px;
}

.assunto2 .lista li p, .assunto3 .lista li p{
	width: 100%;
	max-width: 768px;
	display: inline-block;
	margin: 0px;
	vertical-align: middle;
}

.lista span{
	width: 97px;
	height: 97px;
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: middle;
	margin-right: 20px;
}


.assunto2 .lista li:nth-child(1) span{
	background: url(../img/sprite-icones.jpg) no-repeat center top;
}

.assunto2 .lista li:nth-child(2) span{
	background: url(../img/sprite-icones.jpg) no-repeat center -97px;
	padding-top: 38px;
}

.assunto2 .lista li:nth-child(3) span{
	background: url(../img/sprite-icones.jpg) no-repeat center -194px;
}

.assunto2 .lista li:nth-child(4) span{
	background: url(../img/sprite-icones.jpg) no-repeat center -292px;
	padding-top: 38px;
}

.assunto2 .lista li:nth-child(5) span{
	background: url(../img/sprite-icones.jpg) no-repeat center -390px;
	padding-top: 38px;
}

.assunto2 .lista li:nth-child(6) span{
	background: url(../img/sprite-icones.jpg) no-repeat center -488px;
}

.container_slider{
	margin: 20px 0px 40px 0px;
	width: 100%;
	height: 425px;
	display: inline-block;
	overflow: hidden;
	border: 1px solid #a94911;
	position: relative;
}

.container_slider ul{
	list-style: none;
}

.container_slider ul li{
	float: left;
	position: relative;
}

.container_slider a{
	display: block;
	cursor: pointer;
	position: absolute;
	width: 32px;
	height: 32px;
	z-index: 9999;
}

.container_slider a:nth-of-type(1){
	left: 10px;
	top: 50%;
	margin-top: -16px;
	background: url(../img/sprite-btns-slider.png) no-repeat -36px -1px;

}

.container_slider a:nth-of-type(2){
	right: 10px;
	top: 50%;
	margin-top: -15px;
	background: url(../img/sprite-btns-slider.png) no-repeat -1px -1px;
}

.container_slider a:hover{
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.container_slider .legend{
	width: 100%;
	height: 30px;
	line-height: 28px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: rgba(142,46,50,0.9);
	color: white;
	font-weight: 300;
	font-size: 14px;
	text-align: center;
}


/*
////
ESTILOS ASSUNTO 3
////
*/

.assunto3{
	padding: 34px 0px;
}

.assunto3{
	padding: 0px;
	margin-top: -72px !important;
}

.assunto3 .icon_header_section{
	float: left;
	display: block;
	width: 134px;
	height: 158px;
	background: url(../img/icone-gestao-header.png) no-repeat center -10px;
}

/*.assunto3 .lista li{
	display: inline-block;
	vertical-align: middle;
	height: 97px;
	padding-left: 120px;
	padding-top: 26px;
	vertical-align: middle;
	margin-bottom: 20px;
}*/

.assunto3 p{
	margin-bottom: 50px;
	text-align: justify;
}


.assunto3 .lista li:nth-child(1) span{
	background: url(../img/sprite-icones-gestao.jpg) no-repeat center -2px;
}

.assunto3 .lista li:nth-child(2) span{
	background: url(../img/sprite-icones-gestao.jpg) no-repeat center -100px;
	
}

.assunto3 .lista li:nth-child(3) span{
	background: url(../img/sprite-icones-gestao.jpg) no-repeat center -198px;
	padding-top: 38px;
}

.assunto3 .lista li:nth-child(4) span{
	background: url(../img/sprite-icones-gestao.jpg) no-repeat center -295px;
	
}

.assunto3 .lista li:nth-child(5) span{
	background: url(../img/sprite-icones-gestao.jpg) no-repeat center -394px;
}


.assunto3 .title{
	color: #a94911;
	font-size: 31px;
	font-weight: 400;
	margin: 40px 0px;
}

.container_beneficios{
	width: 30%;
	height: auto;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.container_beneficios_center{
	margin: 0px 40px;
}

.container_beneficios h3{
	width: 100%;
	height: 90px;
	text-align: center !important;
	line-height: 90px;
	font-weight: 400;
	color: white;
	font-size: 24px;
	background-color: #a94911;
	padding: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.container_beneficios ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0px 0px 0px 20px;
	list-style: outside;
}

.container_beneficios li{
	padding: 8px 0px;
}



/*
////
ESTILOS ASSUNTO 5
////
*/

.assunto5{
	padding: 34px 0px;
	margin-top: 50px;
}

.assunto5 h2{
	color: #a94911;
	font-size: 31px;
	font-size: 1.93rem;
	font-weight: normal;
	margin-bottom: 30px;
	text-align: left;
}

.assunto5 p{
	width: 725px;
	line-height: 27px;
	line-height: 1.68rem;
	display: inline-block;
	text-align: left;
}

.assunto5 img{
	vertical-align: top;
	display: inline-block;
}

.assunto5 img:nth-of-type(1){
	margin-right: 28px;
}

.assunto5 .btn_submit{
	display: block;
	margin-left: 172px;
	width: 336px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	color: white;
	font-size: 26px;
	font-size: 1.625rem;
	text-shadow: 0px -1px 0px #00592f;
}

.assunto5 .btn_submit:hover{
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.assunto5 .container_botoes{
	margin-top: 46px;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.assunto5 .container_botoes img{
	margin-left: 10px;
}

.assunto5 .container_botoes a{
	margin-right: 10px;
}



/*
////
ESTILOS ASSUNTO 6
////
*/

.assunto6{
	padding: 34px 0px;
}

.assunto6 h2{
	color: #e09d15;
	font-size: 31px;
	font-size: 1.93rem;
	font-weight: normal;
	margin-bottom: 30px;
}

.assunto6  p{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 52px;
	line-height: 27px;
	line-height: 1.68rem;
}

.assunto6 #accordion h3{
	font-size: 19px;
	font-size: 1.18rem;
	color: #164e74;
	height: 31px;
	border-bottom: 1px solid #164e74;
}

.assunto6 #accordion p{
	font-size: 14px;
	font-size: 0.875rem;
	padding: 15px 20px;
	line-height: 21px;
	line-height: 1.31rem;
	background-color: #f4f5f6;
	margin-bottom: 20px;
	overflow: hidden;
	height: auto;
}

.assunto6 .btn_submit{
	display: block;
	margin: 32px auto 0px auto;
	width: 450px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	color: white;
	font-size: 26px;
	font-size: 1.625rem;
	text-shadow: 0px -1px 0px #00592f;
}

.assunto6 .btn_submit:hover{
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}



/*
////
ESTILOS ASSUNTO 7
////
*/

.assunto7{
	padding: 34px 0px;
	text-align: center;
}

.assunto7 .container_texto{
	width: 335px;
	height: auto;
	overflow: hidden;
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
}

.assunto7 h2{
	display: inline-block;
	color: #164e74;
	font-size: 30px;
	font-size: 1.87rem;
	line-height: 35px;
	line-height: 2.18rem;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: right;
}

.assunto7 h2 b{
	color: #164e74;
	font-size: 37px;
}

.assunto7 img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}

.assunto7 span{
	display: block;
	width: 100%;
	font-size: 18px;
	font-size: 1.12rem;
	border:	1px solid #164e74;
	padding: 12px;
	background-color: white;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.assunto7 span a{
	text-decoration: none;
	font-weight: bold;
	color: #164e74;
}

.assunto7 span a:hover{
	color: #471717;
}



/*
////
ESTILOS FOOTER
////
*/	


footer{
	height: 130px;
}

footer .stripe{
	width: 100%;
	height: 36px;
	background-color: #d1d3d5;
	float: left;
	display: block;
	
}

footer .content:nth-of-type(1){
	margin-bottom: 39px !important;
}

footer .content:nth-of-type(2){
	text-align: center;
	font-size: 15px;
	font-size: 0.93rem;
}

footer ul li{
	display: inline-block;
	margin-top: 8px;
	line-height: 19px;
	font-size: 19px;
	font-size: 1.18rem;
}

footer ul li:nth-child(2){
	margin: 0px 20px;
	padding: 0px 20px;
	border-left: 1px solid #5f6164;
	border-right: 1px solid #5f6164;
}

footer .stripe ul li a{
	display: block;
	color: #5f6164;
	text-decoration: none;
}

footer .stripe ul li a:hover{
	color: #262728;
}

footer ul{
	float: left;
	width: 500px;
}

.fb-like{
	margin-top: 8px;
	float: right;
}

footer .content:nth-of-type(2) p{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

footer .content:nth-of-type(2) img{
	display: inline-block;
	vertical-align: middle;
}

.dots{
	position: absolute;
	width: 100%;
	bottom: 30px;
	list-style: none;
	padding: 0px;
	text-align: center;
}

.dots li{
	margin: 0px 4px;
	cursor: pointer;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: gray;
	text-indent: -1000px;
}

.dots .active{
	background-color: #a94911;
}

.assunto2 h2, .assunto3 .container_header_section h2{
	text-align: left;
}

.assunto2 h3, .assunto3 h3{
	text-align: left;
}

@media all and (max-width: 1000px){

	header{
		text-align: center;
	}

	header .content{
		height: auto;
		overflow: hidden;
	}

	h1{
		margin-top: 20px;
		width: 100% !important;
		margin-right: 0px !important;
		background: url(../img/eponto-mot.png) no-repeat center 0px !important;
	}

	header span{
		display: none;
	}

	header nav{
		top: 10px;
		bottom: auto;
	}

	header p{
		margin-top: 20px;
		margin-bottom: 30px;
		width: 100%;
		height: auto;
		overflow: hidden;
	}


	.container_foto{
		width: 100%;
		max-width: 647px;
		text-align: center;
		display: inline-block;
		float: none;
	}

	.container_foto img{
		float: none;
		display: inline-block;
		position: absolute;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.container_foto h2{
		height: auto;
		padding: 10px 10px;
		line-height: 1.375rem;
	}

	.container_login{
		width: 100%;
		max-width: 647px;
		float: none;
		display: inline-block;
	}

	.btn_submit_login{
		width: 100%;
		max-width: 647px;
		float: none;
		display: inline-block;
		margin-bottom: 30px;
	}

	.container_login input[type="submit"]{
		margin-bottom: 25px;
	}

	.container_first_icons p{
		width: 100%;
		margin: 20px 0;
		height: auto;
	}

	.container_first_icons h2{
		width: 100%;
		text-align: center;
	}

	.container_first_icons p span{
		display: none;
	}

	.assunto2 h2, .assunto3 .container_header_section h2{
		text-align: center;
		width: 100%;
		padding: 0px;
		color: #a94911;
		margin-top: 0px;
	}


	.assunto2 .icon_header_section, .assunto3 .icon_header_section{
		display: inline-block;
		float: none;
	}


	.assunto2 h3, .assunto3 h3{
		width: 100%;
		height: auto;
		padding: 0;
		margin-bottom: 40px;
		font-weight: bold;
		line-height: 1.5rem;
	}

	.lista span{
		width: 100%;
		height: 97px;
		display: inline-block;
		margin-right: 0px;
	}

	.assunto2 .lista li, .assunto3 .lista li{
		text-align: center;
	}

	.assunto2 .lista li p, .assunto3 .lista li p{
		text-align: center;
		margin-bottom: 20px;
	}

	.assunto2 h3, .assunto3 h3{
		text-align: center;
	}

	.container_slider{
		width: 100% !important;
		height: auto;
	}

	.container_slider img{
		width: 100%;
	}

	.container_beneficios h3{
		padding: 10px 0;
		font-weight: 400;
		margin-bottom: 10px;
	}

	.container_beneficios{
		width: 100% !important;
		margin-bottom: 30px;
	}

	.container_beneficios_center {
	    margin: 0px;
	    margin-bottom: 30px;
	}

	.assunto5 p{
		width: 100%;
		margin-top: 20px;
	}

	.assunto5 .btn_submit{
		margin-left: 0px;
		display: inline-block;
		width: 100%;
		max-width: 300px;
	}
	
	.assunto7 h2{
		width: 100%;
		text-align: center;
	}

	.assunto7 .container_texto{
		margin: 0px;
		width: 100%;
	}

	.assunto7 span{
		max-width: 300px;
		display: inline-block;
	}

	.assunto7 img{
		margin-top: 20px;
		margin-left: 0px;
	}

	footer{
		height: auto;
		overflow: hidden;
		min-height: 250px;
	}

	footer .stripe{
		background: none;
	}

	footer .content{
		width: 100%;
	}

	footer ul{
		text-align: center;
		width: 100%;
		padding-bottom: 10px; 
   		background-color: #d1d3d5;
   		margin-bottom: 10px;
   	}

   	footer .content:nth-of-type(2) p{
   		margin: 0 0 10px 0;
   		width: 100%;
   	}

   	.fb-like{
   		float: none;
   		display: inline-block;
   	}

   	.assunto5 h2, .assunto5 p{
		text-align: center;
	}

	header p{
		text-align: center;
	}
}

@media all and (max-width: 425px){

	.container_slider img{
		width: 500px;
		display: inline-block;
	}

}

/* ----------------------- SPLASH DE PROCESSAMENTO ----------------------------*/

#modal-processing-background, #modal-lightbox-background
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 998;
}

#modal-processing-background-opacity, #modal-lightbox-background-opacity
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: .70;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    z-index: 999;
}

#modal-processing-content
{
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222; /*display: none;*/
    display: block;
    height: 210px;
    left: 50%;
    margin: -120px 0 0 -160px;
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 320px;
    text-align: center;
    z-index: 1000;
}

#modal-lightbox-content
{
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222; /*display: none;*/
    display: block;
    height: 75%;
    width: 600px;
    margin: 30px 0 0 -300px;
    left: 50%;
    padding: 25px;
    position: absolute;
    text-align: center;
    z-index: 1000;
}



#modal-processing-background.active
{
    display: block;
}
#modal-background.active, #modal-content.active
{
    display: block;
}


#validation-summary-errors-ajax
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 998;
    font: 13px Arial, Helvetica, sans-serif;
    display: none;
    color: #2679A5;
}


#validation-summary-errors-ajax.active
{
    display: block;
}

#validation-summary-errors-ajax input[type="button"]
{
    background: #2679A5;
    border-radius: 6px 6px 6px 6px;
    color: #FFF;
    display: block;
    cursor: pointer;
    height: 34px;
    font: 15px 'Open Sans' ,Arial;
    padding: 2px 13px 6px;
    width: 150px;
    border: none;
    -webkit-transition: background .2s ease-in;
    -moz-transition: background .2s ease-in;
    -ms-transition: background .2s ease-in;
    -o-transition: background .2s ease-in;
    transition: background .2s ease-in;
}

.modalDialog {
    display:block;
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 9998;
	opacity:30;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
    
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div 
{
    z-index: 9998;
      overflow: visible;
	  width: 800px;
  height: 460px;
	position: relative;
	margin: 10% auto;
	background: #fff;
	border-radius: 25px 0 25px 25px;

}

.close {
    z-index: 9999;
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
    overflow: auto;
}

.close:hover { background: #1a4a61; }

.modalDialog p 
{
    padding:10px;
}