/* Definições de CSS */
@import url("variaveis.css"); 
@import url("menu-topo.css"); 

div{
	display: block;
	margin: 0px;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000	;
	background: url(../images/webcorr/fundogeral.jpg) no-repeat center top #ffffff;
}

#home_caixa {
	background: #fff;
	margin: 0 auto;
	width: 500px;
	margin-top: 12%;
}

#corpo {
	margin: 0 auto;
	width: 100% !important;
	
}

#secao {
	background: white;
	width:100%;
	border-bottom:1px solid #e2e2e2;
}

.principal{
	padding: 20px;
}

.div-condeudo-flex{
	display: flex;
	background:#f4f7fc
}

.div-visoes-coluna{
	flex: 1;
	width: 50%;
	padding: 20px;
}


#barraAndamento {
	width: 100%;
}

#barraAndamento .statusAndamento {
	height: 35px;
	background: #2b2b2b;
	display: flex;
	padding: 0px;
}

#barraAndamento .statusAndamento li {
	list-style-type: none;
	list-style-image: none;
	color: #ffffff;
	padding: 10px 25px;
}

#barraAndamento .statusAndamento li.inativo:hover {
	background-color: #2c7be5;
	border-bottom: solid 2px #185bb4;
}

#barraAndamento .statusAndamento li.ativo {
	background-color: #2c7be5;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 25px;
	color: #fff;
	border-bottom: solid 2px #185bb4;
}

#barraAndamento .statusAndamento li.inativo {
	font-weight: bold;
	padding: 10px 25px;
	color: #fff;
	cursor: pointer;
}

#barraAndamento a:link {
	color: #fff;
	text-decoration: none;
}

#barraAndamento a:visited {
	display: block;
	height: 35px;
	color: #FFF;
	text-decoration: none;
}

#barraVisoes {
	width:auto; 
	margin:0 auto;
	padding:10px;
	background-color:#ffffff;
}
/*
#barraVisoes .statusVisoes {
	margin:0;
	height:35px;
	background:#60617e;
	padding-left:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
*/

#barraVisoes .statusVisoes {
	margin:0;
	height:35px;
	background:var(--cor-4);
	padding-left:20px;
	font-weight: bold;
	border-radius: 5px;
}



#barraVisoes .statusVisoes li {
	list-style-type:none;
	list-style-image:none;
	float:left;
	color:#fff;
	padding:0 25px;
	margin:0px;
}
/*
#barraVisoes .statusVisoes li.ativo {
	background-color:#1f203e;
	text-transform:uppercase;
	font-weight:bold;
	height:16px;
	padding:10px 25px;
	color:#ffcc00;
	border-bottom:solid 3px #09C;
	margin-right:3px;
	text-align:center;
	line-height:17px;
}
*/

#barraVisoes .statusVisoes li.ativo {
	background-color:var(--cor-1);
	font-weight:bold;
	color:var(--cor-5);
	text-align:center;
	vertical-align: center;
	line-height:35px;
	height:35px;
}


#barraVisoes .statusVisoes li.inativo {
	color:#ffcc00;
	height:16px;
	text-align:center;
	line-height:35px;
}
#barraVisoes a:link { 
	display:block;
	height:35px;
	
	color: #FFF; 
	text-decoration : none;
}
#barraVisoes a:visited { 
	display:block;
	height:35px;
	color: #FFF; 
	text-decoration : none;
}
#barraVisoes a:hover {
	display:block;
	height:35px;
	color: #ffcc00; 
	text-decoration: none; 
}

.status {
	position: relative;
	display: block;
	background: #f2f2f2;
	border:1px solid #e2e2e2;
	width: 80px;
	height: 80px;
	flex:1px;
	margin:10px;
	text-align: center;
}

.status:hover{
	background: #e2e2e2;
}

.statusAlarme {
	position: absolute;
	top: -10px;
	right: -6px;
	padding: 4px;
	color: white;
	background: #e60000;
	border: 1px solid white;
}

.sombra {
	-webkit-box-shadow: 0px 2px 8px 0px #5496cc;
	-moz-box-shadow: 0px 2px 8px 0px #5496cc;
	box-shadow: 0px 2px 8px 0px #5496cc;
}

.bordeRadius {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.divisorConteudo {
	border-bottom: 1px solid #ccc;
}

.divisorConteudoModal {
	border-bottom: 1px solid #ccc;
	width: 800px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.caixaBotoes {
	float: right;
	position: relative;
	top: 4px;
	background: #FFFFFF;
}

.caixaBotoesModais {
	float: right;
	position: relative;
	top: 5px;
	background: #efefef;
}
/*  MAPA NEG�CIOS E PROPOSTAS =================================================== */
#mapaNegocios {
	margin-bottom: 20px;
	background: url(../images/webcorr/parcelas_titulo.png) no-repeat 5px
		10px;
	background-color: #f9f9f9;
	border-top: #666 1px solid;
	border-bottom: #666 1px solid;
}

#mapaPropostas {

}

#propostaUrgente {
	margin-top: 20px;
	background-color: #fff4f4;
	border-bottom: #b30a0a 1px solid;
}

#propostaUrgente .sanfonaCorpo {
	background: #fee9e9 !important;
}

#propostaAtencao {
	margin-top: 20px;
	background-color: #fdffd1;
	border-bottom: #acb30a 1px solid;
}

#propostaAtencao .sanfonaCorpo {
	background: #f7f9c7 !important;
}

#propostaParabens {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 80px;
	background: url(../images/webcorr/pendencias_ok.jpg) no-repeat 5px 0px;
	background-color: #f6fef5;
	border-top: #2ea518 1px solid;
	border-bottom: #2ea518 1px solid;
}

#propostaParabens p {
	margin-top: 25px;
	margin-left: 60px;
	text-align: center;
	color: #418600;
	font-weight: bold;
}

.mapaTexto {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	line-height: 40px;
	color: #254f95;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}

.mapaTextoAlerta {
	display: table-cell;
	vertical-align: middle;
	height: 90px;
	color: #C00;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}

.planejamentoHeader{
	border:1px solid var(--cor-6);
	padding: 10px;
}