@import url('../../css/loading.css');
@charset "utf-8";
:root {
	--cor-principal: 		#3372ff;
	--cor-texto-padrao: 	#0a0a0a;
	--fonte-padrao: 		'DM Sans';
}
body { font-size: 12px; font-family: var(--fonte-padrao); font-weight: 400; height: 100%; background-color: #eaeaea; color: #000000; }
*{ margin: 0px; padding: 0px; border: none; list-style: none; text-decoration: none; }
html { overflow-x: hidden; }

.cta-padrao { margin: 15px 0px; padding: 15px 30px; -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; background-color: var(--cor-principal); cursor: pointer; color: #ffffff; font-size: 18px; font-weight: 500; font-family: var(--fonte-padrao); line-height: 18px; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; display: inline-block; vertical-align: top; }
.cta-padrao:hover { background-color: #0a0926; padding: 15px 25px; }

.alerta.centralizado { text-align:center; }
.alerta { display: inline-block; vertical-align: top; width: 100%; height: auto; text-align: left; font-size: 12px; color: #0a0a0a; padding: 5px 0px; font-family: var(--fonte-padrao); margin: 0px 0px 10px 0px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; font-weight:300; }
.alerta i { display: inline-block; vertical-align: top; width: auto; margin: 0px 10px; text-align: center; color: orange; font-size: 14px; }
.alerta strong { font-weight: 600; }

a:link{color:#000000; text-decoration:none; font-size: 13px; font-family: var(--fonte-padrao);}
a:visited{color:#000000; text-decoration:none; font-size: 13px; font-family: var(--fonte-padrao);}
a:hover{color:#000000; text-decoration:none; font-size: 13px; font-family: var(--fonte-padrao);}

/*LEGENDA*/
.legendas { display: none; width: 260px; background-color: #ffffff; height: 100vh; left: 0px; position: relative; padding: 0px 10px; overflow: auto; position: fixed; top: 0px; z-index: 100; box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; }
.legendas ul { width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: -o-calc(100% - 20px); width: calc(100% - 20px); height: auto; position: relative; background-color: #f4f6f8; margin-bottom: 10px; padding: 0px 10px 10px 10px; }
.legendas ul li { width: auto; cursor: pointer; height: auto; background-color: #00aaff; padding: 0px 5px; text-align: center; position: relative; margin: 1px; font-size: 11px; display: inline-block; vertical-align: top; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; color: #ffffff; }
.legendas ul li.bloco_campo { background-color: transparent; font-size: 12px; width: 100%; text-align: left; color: black }
.legendas .fecha_legenda { padding: 10px 0px 30px 0px; text-decoration: underline; position: relative; cursor:pointer; }
.legendas .divisa { width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: -o-calc(100% - 20px); width: calc(100% - 20px); height: auto; position: relative; line-height: 14px; padding: 15px 10px 10px 10px; background-color: #f4f6f8; margin-top: 10px;  }
.chama_legendas { padding: 2px 8px; margin: 5px 0px 10px 0px; display: inline-block; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font-size: 11px; text-transform: uppercase; color: var(--cor-principal); background-color: #eaeaea; font-weight: 600; position: relative; cursor:pointer; letter-spacing:2px; }

/*RECOMENDAÇÃO*/
.recomendacao { width: auto; height: auto; position: relative; display: inline-block; font-size: 11px; padding: 4px 10px; background-color: #f4f6f8; line-height: 16px; clear: both; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin: 0px; vertical-align: top; }
.recomendacao strong { font-weight: 600; color: #0a0926; font-size: 12px; }
.recomendacao i { font-size: 14px; padding-right: 10px; color: orange; line-height: 16px; }

#buscar { width: 350px; height: 40px; left: 50%; position: relative; z-index: 1000; margin: 0px 0px 10px 172px; }
#buscar #termo { width: 235px; height: 30px; padding: 5px 9px; text-align: left; background-color: #f9f9f9; border:#eaeaea 1px solid; color: #8e8e8e; font-size: 12px; float: left;  }
#buscar #bt-enviar { width: 90px; height: 40px; cursor: pointer; float: right; background: #eaeaea; font-family: var(--fonte-padrao); text-align:center; font-size: 12px; font-weight: 700; line-height: 40px; color: #000000; }

.modal_rapida { display:none; }
.pulse { -moz-animation: pulse 2s infinite; -o-animation: pulse 2s infinite; -webkit-animation: pulse 2s infinite; }

@-webkit-keyframes pulse { 0% { -webkit-box-shadow: 0 0 0 0 rgba(140,39,171, 0.8); -moz-box-shadow: 0 0 0 0 rgba(140,39,171, 0.8); box-shadow: 0 0 0 0 rgba(140,39,171, 0.8); } 70% { -webkit-box-shadow: 0 0 0 15px rgba(140,39,171, 0); -moz-box-shadow: 0 0 0 0 rgba(140,39,171, 0); box-shadow: 0 0 0 0 rgba(140,39,171, 0); } 100% { -webkit-box-shadow: 0 0 0 0 rgba(140,39,171, 0); -moz-box-shadow: 0 0 0 0 rgba(140,39,171, 0); box-shadow: 0 0 0 0 rgba(140,39,171, 0); } }
@-moz-keyframes pulse { 0% { -webkit-box-shadow: 0 0 0 0 rgba(140,39,171, 0.8); -moz-box-shadow: 0 0 0 0 rgba(140,39,171, 0.8); box-shadow: 0 0 0 0 rgba(140,39,171, 0.8); } 70% { -webkit-box-shadow: 0 0 0 15px rgba(140,39,171, 0); -moz-box-shadow: 0 0 0 0 rgba(140,39,171, 0); box-shadow: 0 0 0 0 rgba(140,39,171, 0); } 100% { -webkit-box-shadow: 0 0 0 0 rgba(140,39,171, 0); -moz-box-shadow: 0 0 0 0 rgba(140,39,171, 0); box-shadow: 0 0 0 0 rgba(140,39,171, 0); } }
@keyframes pulse { 0% { -webkit-box-shadow: 0 0 0 0 rgba(140,39,171, 0.8); -moz-box-shadow: 0 0 0 0 rgba(140,39,171, 0.8); box-shadow: 0 0 0 0 rgba(140,39,171, 0.8); } 70% { -webkit-box-shadow: 0 0 0 0 rgba(140,39,171, 0); -moz-box-shadow: 0 0 0 15px rgba(140,39,171, 0); box-shadow: 0 0 0 15px rgba(140,39,171, 0); } 100% { -webkit-box-shadow: 0 0 0 0 rgba(140,39,171, 0); -moz-box-shadow: 0 0 0 0 rgba(140,39,171, 0); box-shadow: 0 0 0 0 rgba(140,39,171, 0); } }

/*MENSAGEM / FLUTUANTE*/
#amensagem, #amensagem_curta { display: none; position: fixed; z-index: 5000001; right: 20px; bottom: 20px; width: auto; max-width: 315px; padding: 15px 25px 15px 18px; font-size: 12px; line-height: 18px; font-family: var(--fonte-padrao); font-weight: 400; color: #ffffff; text-align: left; height: auto; letter-spacing: 0px;-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; overflow: hidden; -webkit-box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.2); -moz-box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.2); box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.2); }
#amensagem_curta .progresso_notificacao { width: 0; height: 3px; background-color: var(--cor-principal); transition: width 4.5s ease-in-out; position:absolute; bottom:0px; left:0px; }
#amensagem_curta i { font-size: 14px !important; height: 18px !important; line-height: 18px !important; color: #ffffff; float: left; margin-right: 10px; }

/*BARRA RÁPIDA*/
.barra_rapida { width: -moz-calc(100% - 300px); width: -webkit-calc(100% - 300px); width: -o-calc(100% - 300px); width: calc(100% - 300px); position: fixed; bottom: 0px; z-index: 100; height: 50px; text-align: center; background-color: #eaeaea; }
.barra_rapida .legenda { float: left; width: auto; height: 40px; line-height: 40px; position: relative; margin: 5px 20px 5px 12px; font-size: 12px; font-family: var(--fonte-padrao); color: #231f20; font-weight: normal; }
.barra_rapida .legenda span { margin-right: 7px; font-family: var(--fonte-padrao); font-size:12px; padding: 3px 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; overflow: hidden; background-color: #b1b0b0; }
.barra_rapida input[type=button], .barra_rapida input[type=submit] { float: right; margin: 9px 0px 7px 10px; }

/* CORES TAMANHOS E FONTES */
.coramarelo{color:#ffff00;}
.corazul{color:#117dc6;}
.corcinza1{color:#6f6f6f;}
.corcinza2{color:#404040;}
.corcinza3 { color:#949491;}
.corcinza4 { color:#404040;}
.corbranca{color:#FFFFFF;}
.corpreta{ color:#000000;}
.corosa{ color:#f188ae;}
.corlaranja { color: #231f20; }
.corverde { color: #0e870b; }
.corvermelha { color: #d5000a; }

.retorna { position: fixed; width: 50px; height: 38px; padding: 5px 0px 0px 0px; right: 15px; top: 0px; background:#6eafc1 url(../img/arrow.png) no-repeat center center; }
.retorna:hover { background-color: #235b81; }

/*GRID*/
#recebe { width: 100%; height: auto; position: relative; }
#recebe li { width: -moz-calc(100% - 10px); width: -webkit-calc(100% - 10px); width: -o-calc(100% - 10px); width: calc(100% - 10px); background-color: #FFFFFF; border: 5px solid #ffffff; height: auto; text-align: center; display: inline-block; list-style-type: none; padding: 6px 0px; margin: 0px 0px 0px 0px;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
#recebe li.move {  cursor: move !important; }
#recebe li:hover { border: 5px solid yellow !important; }
#recebe li .dragg { position: relative; z-index: 99; margin:0px; width: 40px; height: 20px; text-align: center; position: relative; display: inline-block; vertical-align: top; }
#recebe li .dragg i { margin-top: 5px; display: inline-block !important; color: #B1B0B0 !important; float: none !important; }
#recebe li .infos { padding-left: 15px; border-left: 1px solid #eaeaea; line-height: 18px; padding-top: 6px; padding-bottom: 6px; width: -moz-calc(100% - 65px); width: -webkit-calc(100% - 65px); width: -o-calc(100% - 65px); width: calc(100% - 65px); height: auto; position: relative; display: inline-block; vertical-align: top; text-align: left; }
#recebe li .infos img { float: left; max-height: 40px; padding: 0px 10px 0px 0px; }
#recebe li .infos a { line-height: 14px; font-size: 12px; text-decoration: underline; }
#recebe li .infos strong { font-weight: 600; }
#recebe li .infos strong.nomee { width: 40%; display: inline-block; vertical-align: top; padding-bottom: 7px; }
#recebe li .infos i { float: left; color: var(--cor-principal); padding: 0px 10px 0px 0px; font-size: 18px; line-height: 18px; }
#recebe li .infos i.fa-whatsapp { float: left; color: #1b7303; padding: 0px; font-size: 28px; text-align: center; width: 40px; height: 40px; line-height: 40px; background-color: transparent; margin-right: 6px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
#recebe li .infos i.modelo_em_dia { float: left; color: #1b7303; padding: 0px; font-size: 28px; text-align: center; width: 40px; height: 40px; line-height: 40px; background-color: transparent; margin-right: 6px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
#recebe li .infos i.modelo_em_alerta { float: left; color: orange; padding: 0px; font-size: 28px; text-align: center; width: 40px; height: 40px; line-height: 40px; background-color: transparent; margin-right: 6px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
#recebe li .infos i.modelo_vencida { float: left; color: red; padding: 0px; font-size: 18px; text-align: center; width: 40px; height: 40px; line-height: 40px; background-color: yellow; margin-right: 6px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
#recebe li .infos strike span { opacity: 0.3; }
#recebe li .infos p { font-size: 12px; color: rgba(0,0,0,0.5); line-height: 15px; }
#recebe li .infos p strong { padding-left: 20px; line-height: 15px; }
#recebe li .infos p i { font-size: 12px; line-height: 15px; color: rgba(0,0,0,0.5); padding-left: 10px; float: none; display: inline-block; vertical-align: top; padding-right: 3px; }
#recebe li .infos span { text-decoration: underline; margin: 0px 5px 0px 2px; position: relative; display: inline-block; vertical-align: top; }
#recebe li .infos span.s10, #recebe li .infos span.s11 { text-decoration: initial; }
#recebe li .infos span.avisa_descarte { background-color:red; float:right; text-decoration:none; padding:4px 6px; font-size: 12px; color:#ffffff; font-weight:500; }
#recebe li .acoes { width: auto; padding: 3px 10px; height: auto; position: absolute; opacity: 0; text-align: right; right: 10px; z-index: 1000; }
#recebe li:hover .acoes { opacity: 1; background-color: #ffffff;-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
#recebe li .acoes i { display: inline-block; vertical-align: middle; font-size: 13px; color: #323232; margin: 0px 2px; cursor: pointer; }
#recebe li .acoes i.remocao { color: red; }
#recebe li .acoes .contador { position: relative; z-index: 10; background-color: yellow; padding: 0px 2px; font-size: 10px; font-family: var(--fonte-padrao), sans-serif; color: #000000; line-height: 10px; width: auto; height: auto; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
#recebe li .acoes .contador i { display: inline-block; vertical-align: middle; float: right; padding-left: 3px; }
#recebe li .acoes .segundos { padding: 10px 0px 5px 0px; width: auto; height: auto; position: relative; }
#recebe li.em_movimento { background-color: #FEFEBA; border-top:#eaeaea 0px solid; border-bottom:#eaeaea 0px solid; -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4); -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4); box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4); }
#recebe li.z1 { background-color: #F4F6F8; }
#recebe li.z2 { background-color: #FFFFFF; }

.s10 { padding: 2px 5px; margin: 5px 10px 0px 4px; display: inline; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; font-size: 14px; text-transform: uppercase; color: #000000; background-color: #eaeaea; }
.s11 { padding: 2px 5px; margin: 5px 2px 0px 2px; display: inline; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; font-size: 10px; text-transform: uppercase; color: #000000; background-color: #f4f6f8; border: 1px solid #eaeaea; }

.e_novo { padding: 2px 5px; margin: 0px 2px; text-decoration: none !important; display: inline-block; vertical-align: top; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; font-size: 10px; line-height: 12px; text-transform: uppercase; color: #ffffff; background-color: orange; border: 1px solid orange; }
.stipo { padding: 2px 5px; margin: 0px 2px; text-decoration: none !important; display: inline-block; vertical-align: top; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; font-size: 10px; line-height: 12px; text-transform: uppercase; color: #000000; background-color: #f4f6f8; border: 1px solid #eaeaea; }
.s_esteira { padding: 0px 5px; margin: 0px 2px; text-decoration: none; display: inline-block; vertical-align: top; font-size: 10px; line-height: 12px; color: #000000; }

/*GRID*/
.opcoes_grid { width: 100%; height: auto; padding: 10px 0px; background-color: #EAEAEA; position: relative; clear: both; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-align: left; }
.opcoes_grid button { float: none; display: inline-block; vertical-align: top; padding: 5px 13px; margin-bottom: 0px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; color:#ffffff; font-size:10px; }
.opcoes_grid input[type=text] { border: 0px; float: right; margin: 0px 10px 0px 0px; width: 200px; height: 20px; text-align: center; padding: 2px 6px; font-size: 12px; font-family: var(--fonte-padrao), sans-serif; color: #1A1A1A; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.opcoes_grid input[type=text]:focus { border: 0px; }

.tage1 { background-color: #0e870b; color: #ffffff; font-size: 8px; font-weight: normal; padding: 2px 4px; margin-left: 8px; letter-spacing: 1px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; text-transform: uppercase; }
.tage2 { background-color: orange; color: #ffffff; font-size: 8px; font-weight: normal; padding: 2px 4px; margin-left: 8px; letter-spacing: 1px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.tage3 { background-color: #0042ff; color: #ffffff; font-size: 8px; font-weight: normal; padding: 2px 4px; margin-left: 8px; letter-spacing: 1px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.tage4 { background-color: #e6de01; color: #3b3900; font-size: 10px; font-weight: normal; padding: 2px 4px; margin-left: 8px; letter-spacing: 1px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.tage5 { background-color: #e6de01; color: #3b3900; font-size: 10px; font-weight: normal; padding: 1px 3px; border:1px solid #ffffff; letter-spacing: 1px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.tage6 { background-color: #014109; color: #f5e800; font-size: 10px; font-weight: normal; padding: 2px 4px; letter-spacing: 1px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.tage7 { background-color: #ffffff; color: #696969; width: 13px; height: 13px; border: 1px solid #696969; font-size: 10px; font-weight: normal; padding: 0px; margin-left: 5px; text-align: center; font-weight: bold; letter-spacing: -1px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; float: right; }

.codigos { width: 100%; height: auto; text-align: center; position: relative; }
.codigos p { width: auto; height: auto; min-height: 18px; padding: 4px; display: inline-block; background:#eaeaea; margin: 2px; }

.desbloquea { font-size: 12px !important; margin: 0px  !important; cursor:pointer; margin-right:15px !important; float:right !important; }

/*SAUDAÇÃO*/
.apresentacao .saudacao { width: -moz-calc(100% - 100px); width: -webkit-calc(100% - 100px); width: -o-calc(100% - 100px); width: calc(100% - 100px); height: auto; position: relative; padding: 50px; text-align: left; color: #323232; line-height: 54px; font-size: 54px; font-family: var(--fonte-padrao); font-weight: 400; }
.apresentacao .saudacao p { font-size: 70px; font-weight: 900; }
.apresentacao .saudacao i { font-size: 70px; line-height: 120px; color: #85c1ea; float: left; padding: 0px 30px 0px 0px; }

strike { color: #b0b0b0; text-shadow: 1px 1px #ffffff; }
#lancador { display: inline; margin-left: 10px; font-size: 9px; line-height: 13px; cursor: pointer; text-transform: uppercase; padding: 10px; background-color: #231f20; color: #ffffff;  -webkit-border-radius: 18px; -moz-border-radius: 18px; border-radius: 18px; }
#empresasel { font-weight: bold; }
#erroemail, #errocnpj, #errocpf { display: none; margin-left: 10px; font-size: 9px; line-height: 13px; cursor: pointer; text-transform: uppercase; padding: 10px; background-color: #870b0b; color: #ffffff; }
.clearfix, .clear { clear: both; float: none; }
.inserir { display: inline; background-color: #6eafc1; padding: 9px; font-size: 11px; cursor: pointer; color: #ffffff; font-weight: 400; font-family: var(--fonte-padrao); }
.veinfo { padding: 0px 5px; font-size: 12px; cursor: pointer; color: #000000; font-weight: bold; }
.vearea { background-color: #52b8b4; width: 100%; padding: 10px 0px; float: left; text-align: center; font-size: 10px; text-transform: uppercase; color: #ffffff; font-weight: 500; letter-spacing: 1px; font-family: var(--fonte-padrao); } }
.semregistro { width: 100%; height: auto; padding: 50px; text-align: center; color: #000000; font-size: 12px; }

#receptor { list-style-type: none; background-color: #fefeba; padding: 10px 0px; }
#receptor li { margin: 4px 0px; padding: 4px 0px; font-size: 12px; border-bottom: #ffffff 1px solid; }

.botaos { margin: 0px; padding: 8px 0px; width: 110px; text-align: center; background-color: #e0e0e0; cursor: pointer; color: #333333; text-transform: uppercase; font-size: 12px; font-weight: bold; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.botaos:hover { background-color: #fe7f00; color: #ffffff; }

#mascara2 { display: none; position:fixed; width:100%; min-height: 100%; left: 0; top: 0; background:url(../img/mask.png); z-index:100001; }
#mascara2 #fechar2 { z-index:100003; cursor: pointer; position:fixed; width: 25px; height: 25px; background: url(../img/fechar-popup.png) no-repeat; display: none; position: fixed; left: 50%; margin-left: 483px; top: 7px; }
#mascara2 .resultado { width: 990px; height: auto; background-color:#ffffff; display: none; position: fixed; z-index:100002; left: 50%; margin-left: -495px; top: 20px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
#mascara2 .resultado #listar { width: 970px; padding: 10px; height: auto; float: right; text-align: center; color: #000000; font-size: 12px; font-family: var(--fonte-padrao); list-style-type: none; }
#mascara2 .resultado #listar li { width: 970px; height: 54px; overflow: hidden; border-top: #e2e2e2 1px solid; margin: 0px; }
#mascara2 .resultado #listar li#cidade-ativo { width: 970px; height: 32px; overflow: hidden; background-color: #e2e2e2; line-height: 32px; text-align: center; color: #000000; margin: 0px; font-size: 14px; font-weight: bold; }
#mascara2 .resultado #listar li .dados { width: 970px; height: 46px; float: left; }
#mascara2 .resultado #listar li .dados .linhas { width: 195px; text-align: left; height: 12px; padding: 3px 0px 0px 13px; color: #0c237d; float: left; font-size: 10px; font-family: var(--fonte-padrao); text-transform: uppercase; }
#mascara2 .resultado #listar li .dados .iempresa { width: 430px; text-align: left; padding: 0px 0px 0px 5px; margin-top: -5px; height: 40px; color: #000000; font-weight: bold; float: left; font-size: 14px; font-family: var(--fonte-padrao); }
#mascara2 .resultado #listar li .dados .iempresa p { font-size: 11px; font-family: var(--fonte-padrao); letter-spacing: 0px; color: #7e7e7e; font-weight: normal; }
#mascara2 .resultado #listar li .dados .ifone { width: 125px; text-align: right; padding: 10px 5px 0px 0px; height: 33px; color: #000000; line-height: 18px; float: right; letter-spacing: -1px; font-size: 18px; font-family: var(--fonte-padrao); }

.left { text-align:left;}
.right { text-align:right;}
.center { text-align:center;}

.arial{ font-family: var(--fonte-padrao), Helvetica, sans-serif;}

.e1 { color: #ffffff; float: right; font-size: 22px !important; line-height: 34px !important; }
.e12 { color: #4c4b4b; float: right; font-size: 22px !important; line-height: 34px !important; }
.e12:hover { color:#6a6767 !important; }
.e2 { color: #939090; float: right; font-size: 16px !important; line-height: 20px !important; }
.e3 { color: red !important; float: right; font-size: 24px !important; line-height: 34px !important; padding-left: 10px; }

.off { color: #eaeaea !important; }

.external { color: #4c4b4b !important; position: absolute; left: 0px; margin: 20px 0 0 230px; z-index: 10; font-size: 20px !important; line-height: 30px !important; }
.external:hover { color:#6a6767 !important; }

.t10{font-size:12px;}
.t11{font-size:13px;}
.t12{font-size:14px;}
.t13{font-size:13px;}
.t14{font-size:14px;}
.t15{font-size:15px;}
.t17{font-size:17px;}
.t18{font-size:18px;}
.t20{font-size:20px;}
.bold { font-weight:bold; }

/*LOADING MENOR*/
.loading_menor{ display: none; text-align: center; left:0; top:0; position:fixed; z-index:5000000; width:100%; height: 60px; background-color: #f9f9f9; }
.lds-ellipsis { display: inline-block; position: relative; width: 64px; height: 64px; }
.lds-ellipsis div { position: absolute; top: 27px; width: 11px; height: 11px; border-radius: 50%; background: var(--cor-principal); animation-timing-function: cubic-bezier(0, 1, 1, 0); }
.lds-ellipsis div:nth-child(1) { left: 6px; animation: lds-ellipsis1 0.6s infinite; }
.lds-ellipsis div:nth-child(2) { left: 6px; animation: lds-ellipsis2 0.6s infinite; }
.lds-ellipsis div:nth-child(3) { left: 26px; animation: lds-ellipsis2 0.6s infinite; }
.lds-ellipsis div:nth-child(4) { left: 45px; animation: lds-ellipsis3 0.6s infinite; }
@keyframes lds-ellipsis1 { 0% { transform: scale(0); } 100% { transform: scale(1); } }
@keyframes lds-ellipsis3 { 0% { transform: scale(1); } 100% { transform: scale(0); } }
@keyframes lds-ellipsis2 { 0% { transform: translate(0, 0); } 100% { transform: translate(19px, 0); } }

/* GERENCIADOR */
.controle { width: 100%; height: 100vh; text-align: center; background-position: center; background-size: cover; background-repeat:no-repeat; position:relative; }
.controle::before { content:''; background-color:rgba(19, 63, 161, 0.75); position:absolute; left:0px; top:0px; z-index:10; width:100%; height:100vh; }

.controle .divulgacao { width: 300px; padding: 100px; height: auto; position: fixed; bottom: 0px; left: 0px; overflow: hidden; z-index:11; }
.controle .divulgacao .area_divulga { width: 100%; height: auto; display: inline-block; vertical-align: middle; position: relative; text-align:left; }
.controle .divulgacao .area_divulga .label_1 { font-size: 14px; line-height: 15px; font-weight: 500; color: var(--cor-principal); padding: 0px 0px 0px 0px; text-align: left; width: 100%; position: relative; height: auto; }
.controle .divulgacao .area_divulga .label_2 { font-size: 32px; line-height: 30px; font-weight: 700; color: #ffffff; padding: 0px 0px 10px 0px; text-align: left; width: 100%; position: relative; height: auto; }
.controle .divulgacao .area_divulga .label_3 { font-size: 14px; line-height: 15px; font-weight: 500; color: #ffffff; padding: 0px 0px 10px 0px; text-align: left; width: 100%; position: relative; height: auto; }
.controle .divulgacao .area_divulga .cta-alvo { margin: 15px 0px 0px 0px; padding: 15px 25px; -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; color: #ffffff; cursor: pointer; font-size: 16px; font-weight: 400; font-family: var(--fonte-padrao); line-height: 18px; display: inline-block; vertical-align: top; background-color:var(--cor-principal);  -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }
.controle .divulgacao .area_divulga .cta-alvo:hover {  padding: 15px 30px; }

.controle #acesso { width: 350px; padding: 40px 75px; margin: 0px; height: auto; background:#ffffff; position: absolute; right: 50px; top: 50%; transform: translate(0,-50%); overflow: hidden; z-index:10; }
.controle #acesso .area_conteudo { width: 100%; padding: 0px; height: auto; position: relative; position: relative; }
.controle #acesso .area_conteudo .loga { width: 100%; height: auto; position: relative; display: inline-block; vertical-align: top; text-align:left; }
.controle #acesso .area_conteudo .loga .marca { width: 100%; height: auto; position: relative; display: inline-block; vertical-align: top; text-align: left; margin: 15px 0px 0px 0px; }
.controle #acesso .area_conteudo .loga .marca img { width: auto; max-width: 200px; height: auto; position: relative; display: inline-block; vertical-align: top; margin: 0px 0px 20px 0px; }
.controle #acesso .area_conteudo .loga .label_inicio { font-size: 28px; line-height: 28px; font-weight: 700; color: #000000; border-top: 1px solid #f4f6f8; padding: 40px 0px 20px 0px; text-align: right; width: 100%; position: relative; height: auto; letter-spacing:-1px; }
.controle #acesso .area_conteudo .loga .label_inicio span { font-size: 28px; line-height: 28px; font-weight: 700; color: var(--cor-principal); padding: 0px; width: auto; position: relative; height: auto; display: inline-block; vertical-align: top; }
.controle #acesso .area_conteudo .loga .tipos { width: 100%; height: auto; position: relative; padding: 15px 0px; text-align: center; }
.controle #acesso .area_conteudo .loga .tipos span { font-size: 15px; font-weight: 400; color: #5d5d5d; padding: 12px 6px 12px 0px; text-align: center; width: auto; position: relative; height: auto; display: inline-block; vertical-align: top;  }
.controle #acesso .area_conteudo .loga .tipos ul { width: auto; height: auto; position: relative; padding: 10px 0px; text-align: center; display: inline-block; vertical-align: top; }
.controle #acesso .area_conteudo .loga .tipos ul li { width: auto; text-decoration: underline; position: relative; display: inline-block; vertical-align: top; padding: 4px 0px; margin: 0px 3px; font-size: 12px; font-weight: 600; text-align: left; color: #000000; letter-spacing: 0px; background: transparent; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.controle #acesso .area_conteudo .loga .tipos ul li.ativo,
.controle #acesso .area_conteudo .loga .tipos ul li.ativo:hover { text-decoration: none; background: #a1a1a1; color: #ffffff; padding: 4px 12px; margin: 0px; }
.controle #acesso .area_conteudo .loga .tipos ul li.admin,
.controle #acesso .area_conteudo .loga .tipos ul li.admin:hover { text-decoration: none; background: yellow; color: #000000; padding: 4px 12px; margin: 0px; }
.controle #acesso .area_conteudo .loga .tipos ul li:hover { background: #f4f6f8; color: #000000; padding: 4px 12px; margin: 0px; }
.controle #acesso .area_conteudo .loga .campo { width: 100%; margin: 0px 0px 10px 0px; text-align: left; }
.controle #acesso .area_conteudo .loga .campo input[type=text], .controle #acesso .area_conteudo .loga .campo input[type=password] { text-align: left; }
.controle #acesso .area_conteudo .loga .campo .preenche_senha { width: 180px !important; }
.controle #acesso .area_conteudo .loga .campo input[type=button]#loga_painel { float:right; margin:0px; }
.controle #acesso .area_conteudo .loga .label_senha { cursor: pointer; font-size: 13px; font-weight: 400; color: var(--cor-texto-padrao); padding: 30px 0px; text-align: center; width: auto; position: relative; height: auto; display:inline-block; vertical-align:top;  -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.controle #acesso .area_conteudo .loga .label_senha:hover { color:var(--cor-principal); }
.controle #acesso .area_conteudo .loga .label_senha.novo_cliente { float:right; text-decoration:underline; }
.controle #acesso .area_conteudo .loga .campo .ve_senha { width: 30px; height: 42px; position: absolute; background-color: #ffffff; z-index: 10; left: 164px; text-align: center; cursor: pointer; margin-top: 5px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.controle #acesso .area_conteudo .loga .campo .ve_senha i { width: 100%; text-align: center; line-height: 42px; color: rgba(0, 0, 0, 0.4); font-size: 15px; }

.controle #acesso .area_conteudo .recupera { width: 100%; height: auto; position: relative; display: none; vertical-align: top; text-align:left; }
.controle #acesso .area_conteudo .recupera .marca { width: 100%; height: auto; position: relative; display: inline-block; vertical-align: top; text-align: left; margin: 15px 0px 0px 0px; }
.controle #acesso .area_conteudo .recupera .marca img { width: auto; max-width: 200px; height: auto; position: relative; display: inline-block; vertical-align: top; margin: 0px 0px 20px 0px; }
.controle #acesso .area_conteudo .recupera .label_inicio { font-size: 28px; line-height: 28px; font-weight: 700; color: #000000; border-top: 1px solid #f4f6f8; padding: 40px 0px 20px 0px; text-align: right; width: 100%; position: relative; height: auto; letter-spacing:-1px; }
.controle #acesso .area_conteudo .recupera .label_inicio span { font-size: 28px; line-height: 28px; font-weight: 700; color: var(--cor-principal); padding: 0px; width: auto; position: relative; height: auto; display: inline-block; vertical-align: top; }
.controle #acesso .area_conteudo .recupera .label_complemento { font-size: 16px; font-weight: 400; color: #000000; padding: 25px 3%; text-align: center; width: 94%; position: relative; height: auto; background-color: yellow; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden; margin-bottom: 30px; }
.controle #acesso .area_conteudo .recupera .label_complemento .qual_email { width: 100%; height: auto; font-weight: 600; }
.controle #acesso .area_conteudo .recupera .label_complemento span { font-weight: 600; }
.controle #acesso .area_conteudo .recupera .campo { width: 100%; margin: 0px 0px 10px 0px; text-align: center; }
.controle #acesso .area_conteudo .recupera .campo input[type=text], .controle #acesso .area_conteudo .recupera .campo input[type=password] { text-align: center; }
.controle #acesso .area_conteudo .recupera .label_senha { cursor: pointer; font-size: 13px; font-weight: 400; color: var(--cor-texto-padrao); padding: 30px 0px; text-align: left; width: auto; position: relative; height: auto; }
.controle #acesso .area_conteudo .recupera .label_senha:hover { color:var(--cor-principal); }

.controle #acesso .area_conteudo .sucesso_senha { width: 100%; height: auto; position: relative; display: none; vertical-align: top; text-align:left; }
.controle #acesso .area_conteudo .sucesso_senha .marca { width: 100%; height: auto; position: relative; display: inline-block; vertical-align: top; text-align: left; margin: 15px 0px 0px 0px; }
.controle #acesso .area_conteudo .sucesso_senha .marca img { width: auto; max-width: 200px; height: auto; position: relative; display: inline-block; vertical-align: top; margin: 0px 0px 20px 0px; }
.controle #acesso .area_conteudo .sucesso_senha .label_inicio { font-size: 28px; line-height: 28px; font-weight: 700; color: #000000; border-top: 1px solid #f4f6f8; padding: 40px 0px 20px 0px; text-align: right; width: 100%; position: relative; height: auto; letter-spacing:-1px; }
.controle #acesso .area_conteudo .sucesso_senha .label_inicio span { font-size: 28px; line-height: 28px; font-weight: 700; color: var(--cor-principal); padding: 0px; width: auto; position: relative; height: auto; display: inline-block; vertical-align: top; }
.controle #acesso .area_conteudo .sucesso_senha .label_complemento { font-size: 16px; font-weight: 400; line-height: 20px; color: #000000; padding: 25px 3%; text-align: center; width: 94%; position: relative; height: auto; background-color: yellow; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden; margin-bottom: 30px; }
.controle #acesso .area_conteudo .sucesso_senha .label_complemento i { width: 30px; height: 20px; line-height: 20px; color: #386c00; font-size: 18px; display: inline-block; vertical-align: top; }
.controle #acesso .area_conteudo .sucesso_senha .label_complemento .qual_email { width: 100%; height: auto; font-weight: 600; }
.controle #acesso .area_conteudo .sucesso_senha .label_complemento span { font-weight: 600; }
.controle #acesso .area_conteudo .sucesso_senha .label_senha { cursor: pointer; font-size: 13px; font-weight: 400; color: var(--cor-texto-padrao); padding: 30px 0px; text-align: left; width: auto; position: relative; height: auto; }
.controle #acesso .area_conteudo .sucesso_senha .label_senha:hover { color:var(--cor-principal); }

.controle #acesso .area_conteudo .nova_senha { width: 100%; height: auto; position: relative; display: none; vertical-align: top; text-align:left; }
.controle #acesso .area_conteudo .nova_senha .marca { width: 100%; height: auto; position: relative; display: inline-block; vertical-align: top; text-align: left; margin: 15px 0px 0px 0px; }
.controle #acesso .area_conteudo .nova_senha .marca img { width: auto; max-width: 200px; height: auto; position: relative; display: inline-block; vertical-align: top; margin: 0px 0px 20px 0px; }
.controle #acesso .area_conteudo .nova_senha .label_inicio { font-size: 28px; line-height: 28px; font-weight: 700; color: #000000; border-top: 1px solid #f4f6f8; padding: 40px 0px 20px 0px; text-align: right; width: 100%; position: relative; height: auto; letter-spacing:-1px; }
.controle #acesso .area_conteudo .nova_senha .label_inicio span { font-size: 28px; line-height: 28px; font-weight: 700; color: var(--cor-principal); padding: 0px; width: auto; position: relative; height: auto; display: inline-block; vertical-align: top; }
.controle #acesso .area_conteudo .nova_senha .campo { width: 100%; margin: 0px 0px 10px 0px; text-align: center; }
.controle #acesso .area_conteudo .nova_senha .campo input[type=text], .controle #acesso .area_conteudo .nova_senha .campo input[type=password] { text-align: center; }
.controle #acesso .area_conteudo .nova_senha .campo input[type=button] { display: none; margin: 30px 0px 15px 0px; }
.controle #acesso .area_conteudo .nova_senha .label_senha { cursor: pointer; font-size: 13px; font-weight: 400; color: var(--cor-texto-padrao); padding: 30px 0px; text-align: left; width: auto; position: relative; height: auto; }
.controle #acesso .area_conteudo .nova_senha .label_senha:hover { color:var(--cor-principal); }
.controle #acesso .area_conteudo .nova_senha .erro-login { display: none; width: 100%; height: 20px; position: relative; margin: 0px; z-index: 10; text-align: center; line-height: 20px; color: red; font-size: 15px; color: red; }
.controle #acesso .area_conteudo .nova_senha .erro-login i { width: 30px; height: 20px; line-height: 20px; color: red; font-size: 18px; display: inline-block; vertical-align: top; }
.controle #acesso .area_conteudo .nova_senha .acerto-login { display: none; width: 100%; height: 20px; position: relative; margin: 0px; z-index: 10; text-align: center; line-height: 20px; color: #000000; font-size: 15px; color: #386c00; }
.controle #acesso .area_conteudo .nova_senha .acerto-login i { width: 30px; height: 20px; line-height: 20px; color: #386c00; font-size: 18px; display: inline-block; vertical-align: top; }

/*RODAPÉ*/
.rodape { width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: -o-calc(100% - 20px); width: calc(100% - 20px); border-top: 1px solid #eaeaea; height: auto; display: inline-block; margin-right: 20px; }
.rodape .le { width: 100%; padding: 15px 0px 0px 0px; height: auto; line-height: 30px; color: #000000; font-size: 14px; font-family: var(--fonte-padrao); font-weight: 400; text-align: left; }

#donutchart, #donutchart2, #donutchart3, #donutchart4, #donutchart5, #donutchart6 { width: 350px; height: 300px; display: inline-block; position: relative; clear: both; vertical-align: top; }
#regions_div { width: 100%; height: 400px; border-top: 1px solid #eaeaea; padding-top: 40px; display: inline-block; position: relative; clear: both; vertical-align: top; }

.apresentacao { width: 100%; height: auto; position: relative; z-index: 1; }
.apresentacao .labels { width: -moz-calc(33% - 10px); width: -webkit-calc(33% - 10px); width: -o-calc(33% - 10px); width: calc(33% - 10px); margin: 10px 0px 10px 10px; height: 321px; position: relative; overflow: hidden; float: left; }
.apresentacao .labels .chamada { width: -moz-calc(100% - 7px); width: -webkit-calc(100% - 7px); width: -o-calc(100% - 7px); width: calc(100% - 7px); height: auto; font-weight: bold; color: #000000; font-size: 16px; letter-spacing: -1px; padding: 7px 0px 7px 7px; text-align: left; background-color: #dcdcdc; border-bottom:#c1c1c1 1px solid; }
.apresentacao .labels .chamada:hover { background-color: #dcdcdc; }
.apresentacao .labels .chamada span { font-size: 11px; letter-spacing: 0px; font-weight: 500; padding-left: 10px; }
.apresentacao .labels ul { list-style-type: none; width: 100%; height: 290px; overflow: hidden; }
.apresentacao .labels ul li span { font-size: 11px; letter-spacing: 0px; font-weight: 500; padding-left: 10px; }
.apresentacao .labels ul li.f { font-weight: 400; color: #000000; font-size: 10px; letter-spacing: 0px; padding-left: 15px; }
.apresentacao .labels ul li.on { background-color: #8cf987; border-bottom: #ffffff 1px solid; }
.apresentacao .labels ul li.on:hover { background-color: #8cf987; }
.apresentacao .labels ul li { width: 100%; height: auto; color: #323232; font-size: 12px; padding: 5px 0px 5px 6px; border-bottom: #dcdcdc 1px solid; }
.apresentacao .labels ul li.bg1 { background-color: #f9f9f9; }
.apresentacao .labels ul li.bg2 { background-color: #eaeaea; }
.apresentacao .labels ul li:hover { background-color: #fefeba; }
.apresentacao .labels ul li img { float: left; padding: 0px 6px 0px 0px; }
.apresentacao .labels #anotacoes { background-color: #fefeba; color: #000000; font-size: 15px; font-weight: 400; border:#fefeba 1px solid; width: 100%; height: 268px; font-family: var(--fonte-padrao); }

.apresentacao #numeros { width: 100%; height: auto; overflow: hidden; float: left; text-align: center; position: relative; margin-bottom: 30px; }
.apresentacao #numeros ul { list-style-type: none; width: -moz-calc(100% - 5px); width: -webkit-calc(100% - 5px); width: -o-calc(100% - 5px); width: calc(100% - 5px); overflow: hidden; list-style: none; display: inline-block; margin: 10px 0px; text-align: left; }
.apresentacao #numeros ul li { width: -moz-calc(23% - 10px); width: -webkit-calc(23% - 10px); width: -o-calc(23% - 10px); width: calc(23% - 10px); padding: 0px; font-size: 14px; font-weight: 400; font-family: var(--fonte-padrao); margin: 5px 15px 5px 5px; height: 97px; display: inline-block; overflow: hidden; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.apresentacao #numeros ul li.col-4 { width: -moz-calc(23.5% - 10px); width: -webkit-calc(23.5% - 10px); width: -o-calc(23.5% - 10px); width: calc(23.5% - 10px); padding: 0px; font-size: 14px; font-weight: 400; font-family: var(--fonte-padrao); margin: 5px 15px 5px 5px; height: 97px; display: inline-block; overflow: hidden; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.apresentacao #numeros ul li .infos { width: -moz-calc(100% - 120px); width: -webkit-calc(100% - 120px); width: -o-calc(100% - 120px); width: calc(100% - 120px); margin: 10px 10px 10px 0px; float: right; }
.apresentacao #numeros ul li .infos p { font-size: 10px; text-transform: uppercase; border-top:rgba(255,255,255,0.3) 1px solid; padding: 10px 0px 10px 0px; line-height: 12px; letter-spacing: 1px; font-weight: 600; color: #ffffff; text-align: left; margin: 0px; }
.apresentacao #numeros ul li .infos h2 { font-size: 32px; margin: 5px 0px 15px 0px; font-weight: 400; color: #ffffff; text-align: left; line-height: 32px; letter-spacing: -2px; }
.apresentacao #numeros ul li .icones { width: 100px; height: 100px; float: left; }
.apresentacao #numeros ul li .icones i { width: 100px; height: 54px; text-align: center; color: #85c1ea; padding: 23px 0px; line-height: 54px; font-size: 34px; }

#donutchart2, #donutchart1, #donutchart3, #donutchart4 { width: 350px; height: 300px; display: inline-block; position: relative; clear: both; vertical-align: top; }

.bg-verde { background:#81ae38; }
.bg-laranja { background:#e2a806; }
.bg-azul { background:#85c1ea; }
.bg-roza { background:#b64f8b; }
.bg-roxo { background:#0d253b; }
.bg-azul2 { background:#6eafc1; }
.bg-vermelho { background:#be0000; }

/*ABAS*/
.vebas { width: 100%; height: auto; list-style-type: none; border-bottom:#f4f6f8 1px solid; text-align: left; padding-top: 30px; }
.vebas li { border-bottom: 3px solid #ffffff; background: transparent; color: #000000;  vertical-align: bottom; display: inline-block; padding: 5px 0px; font-size: 13px; font-weight: 400; margin: 0px 15px 0px 0px; cursor: pointer; font-family: var(--fonte-padrao); -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.vebas li:hover, .vebas li.ativo { border-bottom: 3px solid var(--cor-principal); color: #07071c; font-weight: 600; }

.aba { display: none; margin-top: 25px; }

.s1 { padding: 4px; margin: 5px 0px 0px 4px; display: inline; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; font-size: 9px; text-transform: uppercase; color: #ffffff; background-color: #930303; }
.s2 { padding: 4px; margin: 5px 0px 0px 4px; display: inline; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; font-size: 9px; text-transform: uppercase; color: #000000; background-color: #6fc402; }
.s3 { padding: 4px; margin: 5px 0px 0px 4px; display: inline; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; font-size: 9px; text-transform: uppercase; color: #000000; background-color: #cecdcd; }
.s5 { padding: 2px 4px; margin: 5px 0px 0px 4px; display: inline; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; font-size: 9px; text-transform: uppercase; color: #000000; background-color: #cecdcd; }

a.btn-remover { color: #cc3a3a; width: 25px !important; height: 28px !important; font-size: 15px !important; position: relative; overflow: hidden; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin: 0px 3px; }
a.btn-padrao { color: #323232; width: 25px !important; height: 28px !important; font-size: 15px !important; position: relative; overflow: hidden; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin: 0px 3px; }

/* INPUTS */
input[type=button], input[type=submit] { margin: 15px 0px; padding: 15px 25px; -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; background: var(--cor-principal); cursor: pointer; color: #ffffff; font-size: 17px; font-weight: 500; font-family: var(--fonte-padrao); line-height: 20px; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; }
input[type=button]:hover, input[type=submit]:hover { background-color: var(--cor-principal); padding: 15px 30px; }
input[type=button]#volta_pagina_anterior, input[type=button]#zerar_hits { background: #ffffff; color: var(--cor-texto-padrao); margin-left: 0px; }
input[type=button]#volta_pagina_anterior:hover { background: #eaeaea; margin-left: 10px; padding: 12px 30px; }
input[type=text], input[type=password] { margin: 3px 0px; border: 1px solid #dad9da; background-color: #ffffff; width: 96%; text-align: left; padding: 12px 2%; height: 20px; font-size: 12px; font-family: var(--fonte-padrao); font-weight: 500; color: #000000; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
textarea { margin: 3px 0px; background-color: #ffffff; border: 1px solid #dad9da; width: 96%; text-align: left; padding: 15px 2%; height: 20px; font-size: 12px; font-family: var(--fonte-padrao); font-weight: 500; color: #000000; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
select { margin: 3px 0px; background-color: #ffffff; border: 1px solid #dad9da; width: 100%; text-align: left; padding: 5px 0px; height: 54px; font-size: 12px; font-family: var(--fonte-padrao); font-weight: 500; color: #000000; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {outline: none !important;  border: 1px solid var(--cor-principal); background-color: #ffffff; }
input[type=text].campo-resumido { margin: 2px 0px; border: 0px solid #eaeaea; background-color: #f4f6f8; width: 40px; text-align: center; padding: 4px; height: 12px; font-size: 12px; font-family: var(--fonte-padrao); font-weight: 500; color: #000000; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; }

/*REMOVE IMAGEM*/
.remove_imagem { cursor: pointer; width: 36px; height: 36px; display: inline-block; vertical-align: top; margin: -10px 0px 0px -10px; background-color: yellow; position: absolute; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; text-align: center; }
.remove_imagem i { color: black; width: 100%; height: auto; line-height: 36px; text-align: center; font-size: 15px; }
.remove_imagem:hover { background-color: black; }
.remove_imagem:hover i { color: white }

::-webkit-input-placeholder { /* Chrome */ font-weight: 300; font-size: 13px; color: #0a0a0a !important; }
:-ms-input-placeholder { /* IE 10+ */ font-weight: 300; font-size: 13px; color: #0a0a0a !important; }
::-moz-placeholder { /* Firefox 19+ */ font-weight: 300; font-size: 13px; color: #0a0a0a !important; opacity: 1; }
:-moz-placeholder { /* Firefox 4 - 18 */ font-weight: 300; font-size: 13px; color: #0a0a0a !important; opacity: 1; }

/* CONTEUDO */
#carregando { position: fixed; left: 0px; top: 0px; width:100%; height:100%; z-index: 100000; background: #ffffff url(../img/ajax-loader.gif) no-repeat center center; }

.progresso { width: 100%; height: 20px; border:#ffffff 2px solid; background-color: #eaeaea; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }
.progresso .bar { float: left; min-width: 30px; width: auto; height: 20px; line-height: 20px; text-align: center; font-size: 14px; color: #ffffff; font-family: var(--fonte-padrao); font-weight: 800; background-color: #6eafc1; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }
.listanumeros { background-color: #f1f1f1; }

.combo5 { text-align: center !important; }

.series { display: none; }
.numerosde { width: 100%; height: auto; position: relative; text-align: center; }
.numerosde p { width: auto; height: auto; padding: 4px 8px; margin: 2px; background-color: #195d02; font-size: 12px; color: #ffffff; display: inline-block; font-family: var(--fonte-padrao); }
.numerosde p.trocado { width: auto; height: auto; padding: 4px 8px; margin: 2px; background-color: #f9f9f9; font-size: 12px; color: #a9a9a9; display: inline-block; font-family: var(--fonte-padrao); }
.numerosde p.statustroca { width: -moz-calc(100% - 20px) !important; width: -webkit-calc(100% - 20px) !important; width: -o-calc(100% - 20px) !important; width: calc(100% - 20px) !important; text-align:left; }
.numerosde p.top { width: -moz-calc(100% - 20px) !important; width: -webkit-calc(100% - 20px) !important; width: -o-calc(100% - 20px) !important; width: calc(100% - 20px) !important; text-align:left; font-size: 15px; font-weight: 600; padding: 20px 8px 5px 8px; background-color: transparent !important; color: #000000; font-family: var(--fonte-padrao); }

/*TITULO PÁGINAS*/
.tituloatual { width: 100%; height: auto; border-bottom: 1px solid #eaeaea; padding: 25px 0px 0px 0px; font-size: 28px; text-align: left; color: var(--cor-texto-padrao); font-family: var(--fonte-padrao); font-weight: 700; letter-spacing:-1px }
.tituloatual span.ponto_detalhe { font-size: 32px; text-align: left; color: var(--cor-principal); font-family: var(--fonte-padrao); font-weight: 700; float:none; position:relative; display:inline; padding:0px; }
.tituloatual p { width: 100%; padding-bottom: 20px; height: auto; position: relative; text-align: left;font-size: 12px; line-height: 14px; color: #0a0a0a; font-family: var(--fonte-padrao); font-weight: 200; text-align: left; letter-spacing:0px; }
.tituloatual p a i,
.tituloatual p i { width: 20px; text-align: center; padding-right: 4px; font-size: 14px; line-height: 14px; color: var(--cor-principal); position: relative; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.tituloatual p a { font-size: 12px; text-decoration: underline; margin-right: 15px; line-height: 14px; color: #0a0a0a; font-family: var(--fonte-padrao); font-weight: 200; text-align: left; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; letter-spacing:0px; }
.tituloatual p a:hover { text-decoration: underline; }
.tituloatual p i.menor_breadcrumb { font-size: 10px; padding-right: 8px; color: var(--cor-principal); line-height: 14px; }
.tituloatual a span, .tituloatual span { width: auto; float: right; font-size: 12px; color: #0a0a0a; font-family: var(--fonte-padrao); font-weight: 200; padding: 14px 0px 14px 10px; letter-spacing: 0px; position: relative; letter-spacing:0px; }
.tituloatual a span:hover { text-decoration: underline; }
.tituloatual span i { display: inline-block; position: relative; vertical-align: top; line-height: 16px; font-size: 14px; padding-left: 6px; color: #cccccc; }
.tituloatual .alerta_topo { width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: -o-calc(100% - 20px); width: calc(100% - 20px); background-color: var(--cor-principal); height: auto; position: relative; font-size: 12px; line-height: 16px; color: #ffffff; font-weight: 400; margin: 3px 0px 10px 0px; padding: 10px; text-align: left; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; letter-spacing:0px; }
.tituloatual .alerta_topo i { display: inline-block; position: relative; vertical-align: top; line-height: 16px; font-size: 14px; padding: 0px 6px 0px 0px; width: 20px; color: rgba(255, 255, 255, 0.75); }
.tituloatual .alerta_topo strong { font-weight: 600; }
.tituloatual .alerta_topo a { text-decoration: underline; font-size: 12px; color: var(--cor-principal); line-height: 16px; font-weight: 400; padding: 0px 0px 0px 10px; }

.tituloatual .local_etapa { position:absolute; right:0px; top:65px; width:auto; height:auto;font-size: 12px; color: #0a0a0a; font-family: var(--fonte-padrao); font-weight: 300; letter-spacing:0px; background-color: #eaeaea; padding: 5px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.tituloatual .local_etapa span { width: auto; float: none; font-size: 12px; color: #0a0a0a; font-family: var(--fonte-padrao); font-weight: 600; padding: 0px 0px 0px 10px; letter-spacing: 0px; position: relative; letter-spacing:0px; }

/*PÁGINA*/
#conteudo2 { width: 100%; height: auto; float: none; padding: 0px; }
#conteudo { float: right; margin: 15px 0px; z-index: 100; position: absolute; top: 0px; right: 0px; background-color: #ffffff; width: -moz-calc(100% - 135px); width: -webkit-calc(100% - 135px); width: -o-calc(100% - 135px); width: calc(100% - 135px); height: auto; min-height: -moz-calc(100vh - 50px); min-height: -webkit-calc(100vh - 50px); min-height: -o-calc(100vh - 50px); min-height: calc(100vh - 50px); display: inline-block; vertical-align: top; padding: 0px 25px 20px 25px; -webkit-border-radius: 15px 0px 0px 15px; -moz-border-radius: 15px 0px 0px 15px; border-radius: 15px 0px 0px 15px; }

/*MENU*/
#painel-admin { width:100%; height: 100% !important; position: fixed; top: 0px; text-align:left; overflow:hidden; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
#menu-painel { display: inline-block; vertical-align: top; width: 85px; height: 100% !important; background-color: #eaeaea; position: fixed; top: 0px;text-align:center; z-index:0; }
#menu-painel:hover { z-index:120; }
#menu-painel .logomarca-painel { width: 100%; height: auto; margin: 20px 0px; text-align: left; position: relative; }
#menu-painel .logomarca-painel .usuario-ativo { width: 250px; padding: 5px 0px 5px 5px; height: auto; margin: 0px 0px 0px 5px; display: inline-block; vertical-align: top; -webkit-border-top-left-radius: 10px; -moz-border-top-left-radius: 10px; border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-top-right-radius: 10px; border-top-right-radius: 10px; }
#menu-painel .logomarca-painel .usuario-ativo .avatar { display: inline-block; vertical-align: top; position: relative; line-height: 60px; font-size: 15px; text-align: center; color: #ffffff; font-weight: 600; width: 60px; height: 60px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background: var(--cor-principal); letter-spacing: -1px; border: 2px solid #ffffff; }
#menu-painel .logomarca-painel .usuario-ativo .avatar img { width: 60px; height: 60px; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; opacity: 0.75 }
#menu-painel .logomarca-painel .usuario-ativo .nome-usuario { display: none; opacity: 0; vertical-align: top; position: relative; line-height: 20px; padding: 5px 0px 0px 10px; font-size: 20px; text-align: left; color: #0a0926; font-weight: 600; width: auto; height: auto; letter-spacing: 0px; overflow: hidden; }
#menu-painel .logomarca-painel .usuario-ativo .nome-usuario p { font-size: 12px; line-height: 12px; color: #0a0a0a; text-align: left; letter-spacing: 0px; font-weight: 400; }
#menu-painel .logomarca-painel .usuario-ativo .acoes_usuario { display: none; background-color: var(--cor-principal); width: 240px; margin: 5px 0px 0px -5px; padding: 5px 10px 10px 5px; height: auto; position: absolute; z-index: 102; opacity: 0; vertical-align: top; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-border-bottom-left-radius: 10px; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px; -moz-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; }
#menu-painel .logomarca-painel .usuario-ativo .acoes_usuario p { position: relative; text-align: center; width: -moz-calc(100% - 6px); width: -webkit-calc(100% - 6px); width: -o-calc(100% - 6px); width: calc(100% - 6px); height: auto; padding: 4px 0px 4px 6px; margin: 0px; font-size: 12px; text-align: left; line-height: 20px; font-weight: 400; color: #ffffff; font-family: var(--fonte-padrao); display: inline-block; vertical-align: top; position: relative; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
#menu-painel .logomarca-painel .usuario-ativo .acoes_usuario p:hover { text-decoration: underline; background-color: rgba(255,255,255,0.15); }
#menu-painel .logomarca-painel .usuario-ativo .acoes_usuario p:hover i { margin-right: 8px; }
#menu-painel .logomarca-painel .usuario-ativo .acoes_usuario p i { width: 20px; height: 20px; text-align: center; margin-right: 5px; display: inline-block; vertical-align: top; color: #ffffff; font-size: 14px; line-height: 20px; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
#menu-painel .logomarca-painel .usuario-ativo:hover { background-color: var(--cor-principal); }
#menu-painel .logomarca-painel .usuario-ativo:hover .nome-usuario, #menu-painel .logomarca-painel .usuario-ativo:hover .nome-usuario p { color: #ffffff; }
#menu-painel .logomarca-painel .usuario-ativo:hover .acoes_usuario { display: block; opacity: 1 }
#menu-painel .logomarca-painel .usuario-ativo:hover .nome-usuario { display: inline-block; opacity: 1 }
#menu-painel ul.posiciona_rodape { position:absolute; bottom:28px; }
#menu-painel ul{ width:100%; list-style-type:none; position:relative; }
#menu-painel ul li { cursor: pointer; text-align: center; width: 100%; font-size: 7px; letter-spacing: 1px; font-weight: 700; text-transform: uppercase; color: rgba(0, 0, 0, 0.4); text-align: center; height:46px; padding: 0px 0px 6px 0px; border-left: 0px solid transparent; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; margin: 2px 0px; }
#menu-painel ul li.ativado { background-color: #ffffff; border-left: 4px solid var(--cor-principal); width: -moz-calc(100% - 4px); width: -webkit-calc(100% - 4px); width: -o-calc(100% - 4px); width: calc(100% - 4px); color: var(--cor-principal); }
#menu-painel ul li.ativado i { color: var(--cor-principal) }
#menu-painel ul li:hover i, #menu-painel ul li:hover, #menu-painel ul li.ativado i { color: var(--cor-principal); opacity:1; }
#menu-painel ul li.ativado:hover { background-color: #ffffff; }
#menu-painel ul li:hover { background-color: rgba(255, 255, 255, 0.7); border-left: 4px solid var(--cor-principal); width: -moz-calc(100% - 4px); width: -webkit-calc(100% - 4px); width: -o-calc(100% - 4px); width: calc(100% - 4px); color: var(--cor-principal); }
#menu-painel ul li i { font-size: 15px; line-height: 20px; color: var(--cor-texto-padrao); width: 100%; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; position: relative; opacity: 0.3; padding-top:10px; }

/*MENU SUBPAINEL*/
.subpainel { display: none; vertical-align: top; width: 280px; top: 0px; left: 85px; height: 100% !important; background-color: #ffffff; position: fixed; top: 0px;text-align:center; overflow:hidden; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; text-align: left; overflow: hidden; z-index: 101; -webkit-box-shadow: 20px 0px 20px 0px rgba(0,0,0, 0.1); -moz-box-shadow: 20px 0px 20px 0px rgba(0,0,0, 0.1); box-shadow: 20px 0px 20px 0px rgba(0,0,0, 0.1); }
.subpainel .qual-menu { display: inline-block; vertical-align: top; position: relative; line-height: 24px; padding: 20px 0px 10px 20px; font-size: 18px; text-align: left; color: var(--cor-principal); font-weight: 600; width: -moz-calc(100% - 90px); width: -webkit-calc(100% - 90px); width: -o-calc(100% - 90px); width: calc(100% - 90px); height: auto; }
.subpainel ul{ display: none; width:100%; list-style-type:none; position: relative; border-top: 2px solid #ffffff; }
.subpainel ul li { font-size: 12px; line-height: 22px; text-align: left; font-weight: 500; margin-bottom: 1px; color: #0a0926; font-family: var(--fonte-padrao); cursor: pointer; width: -moz-calc(100% - 30px); width: -webkit-calc(100% - 30px); width: -o-calc(100% - 30px); width: calc(100% - 30px); height:auto; padding: 5px 5px 5px 20px; border-left: 0px solid transparent; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; margin-left:5px; }
.subpainel ul li.ativado, .subpainel ul li:hover { background-color: #f4f6f8; border-right: 4px solid var(--cor-principal); padding: 5px 6px 5px 15px; -webkit-border-radius: 5px 0px 0px 5px; -moz-border-radius: 5px 0px 0px 5px; border-radius: 5px 0px 0px 5px; }
.subpainel ul li i { font-size: 12px; line-height: 22px; float: right; color: var(--cor-principal); right: 55px; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; position: relative; opacity: 0.3; }
.subpainel ul li span { font-size: 11px; font-weight: 400; line-height: 22px; padding: 0px 10px 0px 0px; color: #bdbdbd; float:right; position:relative; }
.subpainel ul li:hover i, .subpainel ul li.ativado i { font-size: 12px; line-height: 22px; float: right; opacity: 1; }
.subpainel ul li.divisor, .subpainel ul li.divisor:hover { width: 100%; height:25px; padding: 0px; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; background-color: transparent;border-left: 0px; padding: 0px; }

/* ORGANIZADOR DE LINHAS */
.reset { float: right; margin: 0px 10px 10px 0px; font-weight: 500; font-family: var(--fonte-padrao); }
.remover { float: left; margin: 0px 0px 10px 10px; background-color: #8e0101; font-weight: 500; font-family: var(--fonte-padrao); }
.selecionatudo { float: left; margin: 0px 0px 10px 10px; background-color: var(--cor-principal); font-weight: 500; font-family: var(--fonte-padrao); }
.arquivados { float: left; margin: 0px 0px 10px 10px; background-color: #cccccc; color: #000000; font-weight: 500; font-family: var(--fonte-padrao); }
.seleciona { float: left; margin: 0px 0px 10px 10px; background-color: #000000; font-weight: 500; font-family: var(--fonte-padrao); }
.salvaestoque { float: right; margin: 0px 10px 10px 0px; cursor: pointer; background-color: #01a809; font-weight: 500; font-family: var(--fonte-padrao); }
#atualizaestoque { clear: both;  font-weight: 500; font-family: var(--fonte-padrao);}
.tablesorter { margin-bottom:10px; }
.tablesorter-blue { width: 100%; text-align: left; border-spacing: 0; }
.tablesorter-blue th, .tablesorter-blue td { border: 0px; }
.tablesorter-blue th, .tablesorter-blue thead td { font-weight: 500; font-family: var(--fonte-padrao); font-size: 11px; text-transform: uppercase; color: #ffffff; background-color: #231f20; border-collapse: collapse; padding: 4px; }
.tablesorter-blue tbody td, .tablesorter-blue tfoot th, .tablesorter-blue tfoot td { padding: 3px; vertical-align: middle; text-align: center; }
.tablesorter-blue .header, .tablesorter-blue .tablesorter-header { background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); background-repeat: no-repeat; background-position: center left; padding: 3px; white-space: normal; cursor: pointer; text-align: center; }
.tablesorter-blue .headerSortUp, .tablesorter-blue .tablesorter-headerSortUp, .tablesorter-blue .tablesorter-headerAsc { background-color: #6eafc1; background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); }
.tablesorter-blue .headerSortDown, .tablesorter-blue .tablesorter-headerSortDown, .tablesorter-blue .tablesorter-headerDesc { background-color: #6eafc1; background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7); }
.tablesorter-blue thead .sorter-false { background-image: none; padding: 4px; }
.tablesorter-blue tfoot .tablesorter-headerSortUp, .tablesorter-blue tfoot .tablesorter-headerSortDown, .tablesorter-blue tfoot .tablesorter-headerAsc, .tablesorter-blue tfoot .tablesorter-headerDesc { background-image: none;  }
.tablesorter-blue td { color: #000000; background-color: #ffffff; padding: 3px; vertical-align: middle; text-align: center; }
.tablesorter-blue tbody > tr:hover > td, .tablesorter-blue tbody > tr:hover + tr.tablesorter-childRow > td, .tablesorter-blue tbody > tr:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td, .tablesorter-blue tbody > tr.even:hover > td, .tablesorter-blue tbody > tr.even:hover + tr.tablesorter-childRow > td, .tablesorter-blue tbody > tr.even:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td { background-color: #fefecd; }
.tablesorter-blue tbody > tr.odd:hover > td, .tablesorter-blue tbody > tr.odd:hover + tr.tablesorter-childRow > td, .tablesorter-blue tbody > tr.odd:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td { background-color: #fefecd; }
.tablesorter-blue .tablesorter-processing { background-position: center center !important; background-repeat: no-repeat !important; background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important; }
.tablesorter-blue tbody tr.odd td { background-color: #edecec; }
.tablesorter-blue tbody tr.even td { background-color: #ffffff; }
.tablesorter-blue td.primary, .tablesorter-blue tr.odd td.primary { background-color: #99b3e6; }
.tablesorter-blue tr.even td.primary { background-color: #c2d1f0; }
.tablesorter-blue td.secondary, .tablesorter-blue tr.odd td.secondary { background-color: #c2d1f0; }
.tablesorter-blue tr.even td.secondary { background-color: #d6e0f5; }
.tablesorter-blue td.tertiary, .tablesorter-blue tr.odd td.tertiary { background-color: #d6e0f5; }
.tablesorter-blue tr.even td.tertiary { background-color: #ebf0fa; }
.tablesorter-blue .tablesorter-filter-row td { background: #1f1c1d; line-height: normal; text-align: center; -webkit-transition: line-height 0.1s ease; -moz-transition: line-height 0.1s ease; -o-transition: line-height 0.1s ease; transition: line-height 0.1s ease; }
.tablesorter-blue .tablesorter-filter-row .disabled { opacity: 0.5; filter: alpha(opacity=50); cursor: not-allowed; }
.tablesorter-blue .tablesorter-filter-row.hideme td { padding: 2px; margin: 0; line-height: 0; cursor: pointer; }
.tablesorter-blue .tablesorter-filter-row.hideme .tablesorter-filter { height: 1px; min-height: 0; border: 0; padding: 0; margin: 0; opacity: 0; filter: alpha(opacity=0); }
.tablesorter-blue .tablesorter-filter { width: 98%; height: inherit; margin: 0; padding: 4px; background-color: #ffffff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; outline:none; color: #000000; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: height 0.1s ease; -moz-transition: height 0.1s ease; -o-transition: height 0.1s ease; transition: height 0.1s ease; }
.tablesorter-blue td b { padding: 4px; margin: 5px 0px 0px 4px; display: inline; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; font-size: 9px; text-transform: uppercase; color: #000000; background-color: #cecdcd; }