/* 
	FORMATAÇÃO CSS PARA O AS PÁGINAS COMUNS DO SITE 
	../mod_interface/css/layout.css
	../css/formset.css
	../mod_app/css/geral.css
	../md_app/css/questao_busca.css
*/

/*INICIO - mod_interface/css/layout.css*/

	.usuario {	font-size: 12px;}
	
	#lstTableBonus{
		padding:5px;
		border: 1px dotted #000;
		height:75px;
	}
	
	.lstCabBonus, .lstRowBonus, .lstRowLabel, .lstCabSeuPlano {
		float:left;
		border: 1px solid #CCC;		
		margin-right:1px;	
		padding-top:3px;
		padding-left:2px;
		
	}
	
	.lstCabBonus, .lstRowBonus, .lstCabSeuPlano{
		width:80px;
		height:15px;	
		
	}
	
	.lstCabBonus p, .lstRowBonus p{
		margin:0px;
	}
	
	.lstCabBonus{
		background-color:#000;		
	}
	
	.lstCabSeuPlano{
		background-color:#F00;		
	}
	
	.lstRowBonus p {
		font-weight:bold;
		padding-right:3px;		
	
	}
	
	.lstCabBonus p {
		font-weight:bold;
		color:#FFFFFF;		
	}
	
	.lstRowLabel{
		height:15px;
		width:150px;		
	}
	
	.lstRowBonus{
		padding-right:3px;
	}
	
	.colCheckbox{
		width:20px;
		float:left;
		border:none;
	}
	
	.colRadio{
		padding-top:3px;
		float:left;
		width:16px;
	}
	
	.colLabelRadio {
		padding-top:4px;
		float:left;	
		margin-right:15px;	
	}
	
	.colLabelCheckbox{
		padding-top:0px;
		float:left;
	}
	
	.popup{
		margin:10px;
		padding:5px;
	}
	
	.alert{
		background-image:url(../imagens/icons/atencao.png);
		background-repeat:no-repeat;
	}
	
	.labelCheck{
		margin-left:2px;
		padding-top:3px;
	}
	
	.center {
		clear:both;
		text-align:center;
	}
	
	.clear_margin_3px{
		clear:both;
		height:5px;
		margin:3px;
	}
	
	.clear_margin_1px{
		clear:both;
		margin:1px;
	}
		
	.padding{
		padding:3px;
	}
	
	.margin{
		margin:3px;
	}
	
	.margin_bottom_15{
		margin-bottom:15px;
	}
	
	.negrito {
		font-weight:bold;
	}
	
	.floatLeft {
		float:left;
	}
	
	.floatRight {
		float:right;
		height:20px;
	}
		
	.vermelho {
		color:#FF0000;
	}
	
	.azul {
		color:#0000FF;
	}
	
	.cinza {
		color:#666666;
	}
		
	.espacoEntreLinha{
		margin:10px;
		height:5px;
		width:10px;
		clear:both;
	}

	.espacoEntreLinha_1px{
		margin:1px;
		height:5px;
		width:10px;
		clear:both;
	}
		
	.espacoEntreCol, .espacoEntreCol_5px, .espacoEntreCol_1px{
		height:5px;	
		float:left;	
	}
	
	.espacoEntreCol_5px_right{
		height:5px;
		float:right;
	}
	
	.espacoEntreCol_5px{
		width:1px;
		margin-left:2px;
		margin-right:2px;
		
	}
	
	.espacoEntreCol{
		margin-left:5px;
		margin-right:5px;
		width:5px;
	}
	
	.espacoEntreCol_1px{
		margin-left:1px;
		margin-right:1px;
		width:1px;
	}	
	
	.marginAuto, .floatLeft {
		 margin: 0 0 0 auto; 
	}
	
	body, td, input, div, li, p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
	}
	
	td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;	
	}
	
	div {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #000000;	
	}
	
	p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;	
	}
	
	.bordaSup {
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #60778C;
		border-right-color: #60778C;
		border-bottom-color: #60778C;
		border-left-color: #60778C;
	}
	
	.bordasTracejadas {
		border: 1px dotted #6C869D;
	}
	
	.cabPlano {color: #FFFFFF; font-weight: bold; font-size: 14px; }
	
	.fundoBarraHzCompra {
		background-image: url(../imagens/subTitMeio.gif);
		background-repeat: repeat-x;
	}
	
	
	.fundoBt {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		height:30px;
		font-weight:bold;
		background-image: url(../imagens/sprite.png);
		background-position: 0px -26px;
		border: 1px solid #CCCCCC;	
		padding: 1px;
		padding-left:8px;		
		padding-right:8px;
	}
	
	.arrows {
		width:15px;
		height:14px;
		background-image: url(../imagens/arrow.png);
		margin-left: 4px;
		background-repeat:no-repeat;
		float:left;		
	}
	
	.alert{
		background-image: url(../imagens/icons/atencao_peq.png);
		background-position: 0px 0px;
		background-repeat:no-repeat;
		float:left;				
	}
	
	.larguraPagina{
		width:921px;
	}

	body {
		overflow-x: hidden;
	}

	.custom-border {
		position: relative;
	}
	
	.custom-border::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: -50vw;
		right: -50vw; 
		height: 1px; 
		background-color: #dfdfdf; 
	}

	.container {
		display: flex;
    	align-items: center;
    	justify-content: center;
	}

	.contentLogin {
		display: block;
		width: 420px;
	}

	.headerLogin {
		text-align: center;
		margin-bottom: 30px;
	}

	#homeTitle {
		font-size: xx-large;
		font-weight: 700;
		color: #20304c;
	}

	.login {
		font-size: 16px;
		line-height: 16px;
		border-radius: 5px;
		box-shadow: none !important;
		color: #777;
		background-image: none !important;
		border: 1px solid #dfdfdf !important;
		width: 95%;
		height: 40px;
		margin: 10px 0 15px 0;
		padding-left: 10px;
	}

	.lblLogin {
		color: #777;
		font-size: medium;
	}

	.btLogin {		
		color: #fff;
		border: 2px solid #00be4b;
		background-color: #00be4b;
		border-radius: 5px;
		width: 95%;
		height: 40px;
		font-weight: 700;
		font-size: 16px;
		cursor: pointer;
	}

	#btImg {
		cursor: pointer;
		position: relative;
		width: 20px;
		top: -45px;
		left: 90%;
	  }

	.linkNewStyle{
		font-weight: 400;
		color: #00be4b;
		font-size: 16px;
		text-decoration: none !important;
	}
	
	.linkNewStyle:hover {
		text-decoration: underline !important;
	}

	.hambiente-seguro-container {
		height: 50px;
		display: flex;
		justify-content: flex-end; 
		align-items: center;      
		padding-right: 10px;   
	}

	.hambiente-seguro-container span {
		display: inline-flex;
		align-items: center; 
		line-height: 1;     
		color: #777;
		font-family: Rubik, Roboto, Helvetica, Arial, "sans-serif";
		font-size: 1rem;
	  }
	  
	
	.bordaEsq {
		background-repeat:repeat-y;
		width:4px;
	}
	
	.bordaDir {
		background-repeat:repeat-y;
		background-position:left;
                padding-right: 1px;
	}
	
	.bordaTop {
		background-repeat:no-repeat;
		width:921px;
		height:16px;
	}	
	
	.bordaBottom {
		background-repeat:repeat-x;
		width:921px;
		height:16px;
	}		
	
	body {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-repeat: repeat-x;
	
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;	
	}
	
	a:link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		text-decoration: underline;
	}
	
	.sem_borda {
		border:none;
	}
	.bordaSup {
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: dotted;
		border-top-color: #000000;
	}

	#divReenviaSenha{		
		margin-top:5px;
		padding:4px;		
		display:none;
		width:170px;
		height:130px
	}
	

	.bordas {
		border: 1px solid #9DACBF;
	}
	
	li {
		margin-bottom:5px;
		list-style-position:outside;
		position:relative;
	
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;	
	}
.fundoBtnCompra {
	text-align:left;
	color:#000000;
	border:1px solid #CCCCCC;
	padding-left:29px;
	width:130px;
	height:29px;
	font-weight:bold;
	font-size:12px;
	background-image: url(../imagens/fundoBtnCompra.jpg);
	background-repeat: repeat-x;
}
.bordasSupInf {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

/*FIM - mod_interface/css/layout.css*/
/*INICIO - css/formset.css*/
.label {
	height: 18px;
	vertical-align: middle;
	margin-right: 0px;
	color: #666666;
}

.sem_borda {  
	border-style: none; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E6E6E6;	
}

input {
	height: 16px;
	border: #CCCCCC;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-size: 10px;
}

input, select    { border: 1px solid silver; }
input:focus, select:focus {border: 1px solid #000;}

form {
	margin: 0px;
	padding: 0px;
}

.botao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7895B0;
}



html, body {height:100%;} 
body {
	margin:0; 
	padding:0;
	}
#tudo { 
	width:100%;
	position:relative;  /*Contexto de posicionamento */
	background:#fff;
	margin:0 auto;
	text-align:left;
	min-height:100%;
	}
 * html #tudo #divConteudo {height: 100%;}

#divConteudo {
	width:100%;
	margin-left:15px;
	margin-bottom:15px;
	text-align:left;	
	}
	
#divForm {
	width:95%;
	top: 20px;
	bottom: 0;
	text-align:left;
	margin: 2px;
	padding: 2px;
	right: 10px;
	position: relative;
	}
	
#rodape {
	width:100%;
	height:20px;
	position: absolute;
	bottom: 0;
	  
	text-align:left;
	}
	
.clear {clear:both;}

.subtitulo {
	font-size: 11px;
	font-weight: bold;
	border-bottom-style: none;
	height: 28px;
}

.dottedLineTopHz {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}

/*.fundoCinzaBordaInf {
	background-color: #BFD7FA;
	background-image:url(http://www.sprweb.com.br/mod_app/imagens/fundoBuscaNav.gif);
}*/

#divTable {
	border: 1px solid #CCCCCC;
	width: 100%;
	margin: 0px;
	text-align: center;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.btPos, .btAnt, .btFim, .btInicio, .btAntDesativ, .btPosDesativ, .btFimDesativ,.btNovoRegistro {
	width:29px;
	height:19px;
	background-color: #FFFFFF;
	border: solid 1px #7F9DB9;
	margin: 1px;
	padding: 1px;
	background-repeat: no-repeat;
	background-position: 58% center;	
}

.btAnt {
	background-image: url(../imagens/icons/nav_ant.gif);
}

.btPos {
	background-image: url(../imagens/icons/nav_pos.gif);
}

.btFim {
	background-image: url(../imagens/icons/nav_ultimo.gif);
}

.btInicio {
	background-image: url(../imagens/icons/nav_inicio.gif);
}

.resumoPaginacao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.btAntDesativ {
	background-image: url(../imagens/icons/nav_ant_f2.gif);
}

.btPosDesativ {
	background-image: url(../imagens/icons/nav_pos_f2.gif);
}

.btFimDesativ {
	background-image: url(../imagens/icons/nav_ultimo_f2.gif);
}

.btIniDesativ {
	background-image: url(../imagens/icons/nav_ini_f2.gif);
}



.btNovoRegistro {
	width:60px;
	text-align: center;
}



.btInfo {
	width:55px;
	height:20px;
	background-color: #EAEAEA;
	border: solid 0px #FFFFFF;
	margin: 1px;
	padding: 1px;	
	background-image: url(../imagens/icons/bt_info.gif);
	background-repeat: no-repeat;
	background-position: 98% center;
}

.btInfoSelect {
	width:55px;
	height:20px;
	background-color: #EAEAEA;
	border: solid 1px #FFFFFF;
	margin: 1px;
	padding: 1px;
	background-image: url(../imagens/icons/bt_info_select.gif);
	background-repeat: no-repeat;
	background-position: 98% center;
}

.btResp {
	width:84px;
	height:20px;
	background-color: #EAEAEA;
	border: solid 0px #FFFFFF;
	margin: 1px;
	padding: 1px;	
	background-image: url(../imagens/icons/bt_resp.gif);
	background-repeat: no-repeat;
	background-position: 98% center;
}

.btRespSelect {
	width:84px;
	height:20px;
	background-color: #EAEAEA;
	border: solid 1px #FFFFFF;
	margin: 1px;
	padding: 1px;
	background-image: url(../imagens/icons/bt_resp_select.gif);
	background-repeat: no-repeat;
	background-position: 98% center;
}

.btVazio {
	width:155px;
	height:20px;
	background-color: #EAEAEA;
	border: solid 1px #FFFFFF;
	margin: 1px;
	padding: 1px;
	color:#0000FF;
}

.btExcluirDaLista {
	width:155px;
	height:20px;
	background-color: #EAEAEA;
	border: solid 1px #FFFFFF;
	color:#0000FF;
	background-image: url(../imagens/icons/excluir_da_lista.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.btIncluirNaLista {
	width:155px;
	height:20px;
	background-color: #EAEAEA;
	border: solid 1px #FFFFFF;
	margin: 1px;
	padding: 1px;
	color:#0000FF;
	background-image: url(../imagens/icons/incluir_na_lista.gif);
	background-repeat: no-repeat;
	background-position: center;
}



.btInicioFim {
	width:40px;
	height:20px;
	background-color: #EAEAEA;
	border: solid 1px #FFFFFF;
	text-align: center;
	margin: 1px;
	padding: 1px;
}

.linhaRegistro {
	text-align: left;
	margin: 1px;
	padding: 1px;	
}

/*FIM - css/formset.css*/
/*INÍCIO - /mod_app/css/geral.css*/
	.tituloColuna {		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #000000;
	}

	  a.dcontexto{
		  position:relative; 
		  font:11px arial, verdana, helvetica, sans-serif; 
		  padding:0;
		  color:#039;
		  text-decoration:none;
		  border-bottom:2px dotted #039;
		  cursor:help; 
		  z-index:24;
	  }
	  a.dcontexto:hover{
		  background:transparent;
		  z-index:25; 
	  }
	  a.dcontexto span{display: none}
	  a.dcontexto:hover span{ 
		  display:block;
		  position:absolute;
		  width:260px; 
		  top:1.5em;
		  text-align:justify;
		  left:-148px;
		  font: 11px arial, verdana, helvetica, sans-serif; 
		  padding:5px 10px;
		  border:1px solid #999;
		  background:#e0ffff; 
		  color:#000;
	  }
	  
	  body div td {
	  	font: 11px arial, verdana, helvetica, sans-serif; 
	  }
/*FIM - /mod_app/css/geral.css*/
/*INÍCIO - /mod_app/css/questao_busca.css*/
	.totalCreditos {
		color: #000000;
		font-weight: bold;
	}	

	.tituloColuna {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #000000;
	}

	.fieldSetBusca{
		height:135px;
		margin: 3px;	
	}
	
	fieldset {
		-moz-border-radius: 4px;
		border-radius: 4px;
		border:#CCCCCC 1px solid;
		padding:5px;
	}
	
	legend {
		font-weight: bold;
		color: #999999;
	}

	.totalReg {
		font-size:36px;
		color:#129254;	
	}	

	#divMenuTop {
		background-image: url(../imagens/fundoBt.jpg);
		border: 1px dotted #7895AF;
	}

	.formata { /* esta classe é somente 
			   para formatar a fonte */
	  font: 11px arial, verdana, helvetica, sans-serif; 
	}
/*FIM - /mod_app/css/questao_busca.css*/
/*INI - MENU CSS */
	#bloqMenu ul{
            margin: 0;
            padding: 0;
            list-style-type: none;
	}
        
	#bloqMenu a{
            display: block;
            color: #000000;
            background-color: #FFFFFF;
            margin:0px;               
            padding: 3px 4px;
            
            text-decoration: none;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            font-weight: bold;
	}
        
        @media screen and (-webkit-min-device-pixel-ratio:0) {
            #bloqMenu a{
                display: block;
                color: #000000;
                background-color: #FFFFFF;
                margin:0px;               
                padding: 4px 4px;
                
                text-decoration: none;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 11px;
                font-weight: bold;
            }
        }
        

	#bloqMenu li { 
		margin: 0px; 
		float: left;
	}
/*FIM - MENU CSS*/
/*INI - mod_superpro/submenu_vertical.css*/
#submenu ul {
	list-style-type: none; /*remove o marcador*/ 
	margin: 0; /*remove o recuo IE e Opera*/ 
	padding: 0; /*remove o recuo Mozilla e NN*/ 
	margin-top:30px;
	font: 11px arial, helvetica, sans-serif;
}

#submenu li { margin-bottom:1px;} 

#submenu a {
	font: 12px arial, helvetica, sans-serif;
	display: block;
	height:25px;
	padding: 1px 0 1px 15px;
	background-color: #FFFFFF;
	color: #2E597B;
	text-decoration: none;
	background-image: url(../imagens/fundoItem.gif); 	
	voice-family:inherit;
	width:170px;
}

#submenu a:hover { 
	background-color:#FFFFFF; 
	text-decoration: underline;
	background-image: url(../imagens/fundoItemOver.gif); 
	color:#2E597B; 
}

.titulo {	font-size: 14px;
	font-weight: bold;
}

btnRadio {
	border:0px none;
	margin:0px;
}

/*FIM - mod_superpro/submenu_vertical.css*/

.btn-inscreva-se {
	font-size: 12px !important;
	font-weight: bold;
	width: 182px;
	text-align: center;
	display: inline-block;
	background-color: #03527A;
	padding: 8px 0;
	color: #fff; !important;
	text-decoration: none !important;
	border-radius: 2px;
}

.btn-inscreva-se:hover,
.btn-inscreva-se:active,
.btn-inscreva-se:visited {
	background-color: #23527c;
	text-decoration: none !important;
}

.texto-forte-padrao {
	font-size: 13;
	font-weight: bold;
}

#divClassificacao img{
	margin-left: 4px;
    margin-right: 4px;
}

