*{
   margin: 0;
   padding: 0;
   font-weight: normal !important;
}
body {
   font-family: 'Open Sans', sans-serif;
}
.msganalista{
   border-bottom: 1px solid #ccc;
   padding: 5px 10px;
   background: #ebebeb;
}
.msganalista:last-child{
   border:none;
}
.recebidosano{
   margin-top: 5px;
   width: 100%;
   padding: 10px;
   border-radius: 10px;
   background: rgb(86,210,128);
   background: linear-gradient(90deg, rgba(86,210,128,1) 0%, rgba(27,175,106,1) 100%);


   height: 80px;
   color: #FFF;
}
.atrazadosano{
   margin-top: 5px;
   width: 100%;
   padding: 10px;
   border-radius: 10px;
   background: rgb(247,121,159);
   background: linear-gradient(-90deg, rgba(247,121,159,1) 0%, rgba(253,169,132,1) 100%);
   height: 80px;
   color: #FFF;
}
.jurosrecebidos{
   margin-top: 5px;
   width: 100%;
   padding: 10px;
   border-radius: 10px;
   background: rgb(113,150,254);
   background: linear-gradient(-90deg, rgba(113,150,254,1) 0%, rgba(0,212,255,1) 100%);
   height: 80px;
   color: #FFF;
}
.iconess{
   padding-top: 10px;
   text-align: center;
}
.hrlinha{
   padding: 0; margin: 0;
   border-color: rgba(255, 255, 255, 0.3) !important;
}
.totais{
   font-size: 2rem;
   font-weight: bold;
}
.preload{
   width: 100%;
   height: 100vh;
   background-color: rgba(0, 0, 0, 0.7);
   background: rgba(0, 0, 0, 0.7);
   color: rgba(0, 0, 0, 0.7);
   z-index: 9999999999;
   position: fixed;
   top: 0;
   left: 0;
}
.loadingimg{
   background: #FFF;
   position: absolute;
   top: 35%; /* posiciona na metade da tela */
   left: 50%; /* posiciona na metade da tela */
   margin-left: -75px;
   border-radius: 10px;
   padding: 10px;
   text-align: center;
   color: #666;
}
b{
   font-weight: bold !important;
}
.drop-elson{
   font-size: 16px !important;
   padding: 5px 0 !important;
}
.telalogin{
   margin: 0;
   min-height: 100vh;
   color: #0b1e34;
   background:
      radial-gradient(circle at 15% 20%, rgba(95, 148, 214, 0.22), transparent 42%),
      radial-gradient(circle at 92% 78%, rgba(16, 74, 134, 0.24), transparent 36%),
      linear-gradient(140deg, #0e3358 0%, #1a4f88 52%, #0b2f52 100%);
}
.login_layout{
   min-height: 100vh;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 24px;
}
.telalogin .login_wrapper{
   width: 100%;
   max-width: 980px;
   min-height: 560px;
   display: grid;
   grid-template-columns: 1.1fr 1fr;
   border-radius: 18px;
   overflow: hidden;
   border: 1px solid rgba(255, 255, 255, 0.28);
   background: rgba(255, 255, 255, 0.96);
   box-shadow: 0 4px 12px rgba(8, 29, 55, 0.08);
}
.login_brand{
   padding: 60px 52px;
   background:
      linear-gradient(145deg, rgba(10, 45, 80, 0.72) 0%, rgba(20, 85, 146, 0.68) 100%),
      url("../images/BGINI.png");
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   color: #f4f9ff;
   display: flex;
   flex-direction: column;
   justify-content: center;
}
.login_brand_titulo{
   margin: 0 0 12px;
   font-size: 3.1rem;
   letter-spacing: 0.02em;
   font-weight: 700 !important;
   line-height: 1.1;
}
.login_brand_texto{
   margin: 0;
   max-width: 420px;
   font-size: 1.6rem;
   line-height: 1.6;
   color: rgba(244, 249, 255, 0.9);
}
.errologin{
   background: #ff253a; color:#FFF; font-weight: normal;
   padding: 5px;
}
.sucessologin{
   background: #017e2b; color:#FFF; font-weight: normal;
   padding: 5px;
}
.arquivoup{
   cursor: pointer;
}
.arquivoup:hover{
   opacity : 0.8;
   outline: 1px solid #999999;
}
.infoimg{
   background: #ccffff;
   border: 1px dashed #006699;
   color: #0066cc;
   padding: 5px;
}
.listasempresa ul li{
   list-style: none;
}
.listasempresa ul{
   margin: 0; padding: 0;
}
.telalogin .login_content{
   width: 100%;
   padding: 52px 44px 36px;
   background:
      linear-gradient(rgba(245, 247, 251, 0.93), rgba(245, 247, 251, 0.93)),
      url("../images/BGINI.png");
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   display: flex;
   flex-direction: column;
   justify-content: center;
}
.login_logo{
   width: min(280px, 78%);
   margin-bottom: 34px;
}
.login_titulo{
   margin: 0;
   color: #113b68;
   font-size: 2.8rem;
   font-weight: 700 !important;
}
.login_subtitulo{
   margin: 8px 0 24px;
   color: #4b6580;
   font-size: 1.45rem;
}
.telalogin .carregando,
.telalogin .resultado{
   width: 100%;
   margin-bottom: 12px;
}
.telalogin .logar{
   width: 100%;
   text-align: left;
}
.login_campo{
   margin-bottom: 16px;
}
.login_campo label{
   display: block;
   text-align: left;
   margin-bottom: 7px;
   font-size: 1.28rem;
   color: #163c66;
}
.campo_senha{
   position: relative;
}
.campo_senha .form-control{
   padding-right: 44px;
}
.toggle_senha{
   position: absolute;
   top: 50%;
   right: 12px;
   transform: translateY(-50%);
   border: none;
   padding: 0;
   line-height: 1;
   background: transparent;
   color: #3a5f87;
   font-size: 1.6rem;
}
.toggle_senha:hover,
.toggle_senha:focus{
   color: #1f4d7f;
   outline: none;
}
.telalogin .form-control{
   height: 46px;
   border-radius: 10px;
   border: 1px solid #c8d8ea;
   padding: 10px 14px;
   font-size: 1.45rem;
   color: #173a61;
   box-shadow: none;
}
.telalogin .form-control:focus{
   border-color: #2c6ba6;
   box-shadow: 0 0 0 1px rgba(43, 107, 167, 0.1);
}
.login_acoes{
   margin-top: 4px;
}
.login_acoes .btn{
   width: 100%;
   height: 46px;
   border: none;
   border-radius: 10px;
   text-transform: uppercase;
   letter-spacing: 0.04em;
   font-size: 1.32rem;
   color: #f4f9ff;
   background: linear-gradient(120deg, #174577 0%, #2e72b5 100%);
   box-shadow: 0 3px 8px rgba(16, 60, 106, 0.1);
   transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.login_acoes .btn:hover,
.login_acoes .btn:focus{
   color: #f4f9ff;
   transform: translateY(-1px);
   box-shadow: 0 4px 10px rgba(16, 60, 106, 0.12);
}
.login_rodape{
   margin: 24px 0 0;
   color: #6b7f95;
   font-size: 1.2rem;
   text-align: center;
}
@media (max-width: 991px) {
   .telalogin .login_wrapper{
      grid-template-columns: 1fr;
      max-width: 560px;
      min-height: auto;
   }
   .login_brand{
      padding: 38px 36px;
   }
   .login_brand_titulo{
      font-size: 2.5rem;
   }
   .login_brand_texto{
      font-size: 1.42rem;
   }
}
@media (max-width: 600px) {
   .login_layout{
      padding: 14px;
   }
   .login_brand{
      padding: 30px 24px;
   }
   .telalogin .login_content{
      padding: 32px 24px 24px;
   }
   .login_logo{
      width: 72%;
      margin-bottom: 26px;
   }
   .login_titulo{
      font-size: 2.35rem;
   }
   .login_subtitulo{
      font-size: 1.35rem;
   }
   .login_campo label{
      font-size: 1.22rem;
   }
}
.quadradovist{
   padding: 1px 6px;  background: #003399; border: 1px solid #003399;
}
.quadradobloq{
   padding: 1px 6px;  background: #FF0000; border: 1px solid #ff0033;
}
.sucesso{
   margin-left: 10px;
   margin-top: 23px;
   width: 100%;
   padding: 6px 10px;
   color: #FFF;
   background: #03b43e;
   border: 1px solid #017e2b;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}
.sucessoss{
   margin-left: 10px;
   margin-top: -10px;
   width: 100%;
   padding: 6px 10px;
   color: #FFF;
   background: #03b43e;
   border: 1px solid #017e2b;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}
.erross{
   margin-left: 10px;
   margin-top: -10px;
   width: 100%;
   padding: 6px 10px;
   color: #FFF;
   background: #ff0000;
   border: 1px solid #c20101;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}
.sucesso2{
   margin-top: 5px;
   width: 100%;
   padding: 6px 10px;
   color: #FFF;
   background: #03b43e;
   border: 1px solid #017e2b;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}
.erro{
   margin-left: 10px;
   margin-top: 23px;
   width: 100%;
   padding: 6px 10px;
   color: #FFF;
   background: #ff0000;
   border: 1px solid #c20101;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}
.erro2{
   margin-top: 23px;
   width: 100%;
   padding: 6px 10px;
   color: #FFF;
   background: #ff0000;
   border: 1px solid #c20101;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}
.amarelo{
   margin-top: 23px;
   width: 100%;
   padding: 6px 10px;
   color: #6e6b00;
   background: #ffcc33;
   border: 1px solid #ac8100;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}
.botao{margin-top: 23px;}
.moeda{text-align: right;}
.loads{margin: 27px 10px;}
thead{background: #2a3f54; color:#FFF;}
.resposta-em-modais{
   margin-top: 18px;
}
.bg-navy{
   color: #fff !important;
   background-color: #001f3f !important;
}
.bg-navy-active {
   background-color: #001a35 !important;
}
.resultado_upgrupo{margin-left: -10px;}
.carregandodel{text-align: center}
.moeda{text-align: right};
#lista, #listaparcelas{
   position: fixed;   
   border: 1px solid #f2f2f2;
   z-index: 9999;
   max-width: 95%;
}
#lista ul li, #listaparcelas ul li {
   list-style: none;
   border-bottom: 1px solid #cccccc;
   border-left: 1px solid #cccccc;
   border-right: 1px solid #cccccc;
   padding: 5px;
   margin-left: 0px;
   background: #ccffff;
}
#lista ul li:hover, #listaparcelas ul li:hover {
   list-style: none;
   background: #99ffff;
}
#listaparcelas{
   position: absolute;
   z-index: 99999;
   width: 96%;
}
.res-lanca-boleto{
   width: 100%;
   border: 1px solid #CCC;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   margin-top: 23px;
   background: #f4f4f4;

}
.resultados-lancamento{
   padding: 5px 10px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   line-height: 23px;
}
.res-lanca-boleto h4{
   background: #017e2b;
   padding: 5px 10px;
   color:#FFF;
   margin-top: 0px;
}
.vermelho{
   color:#ff0000;
}
.verde{
   color:#339900;
}
.azul{
   color:#0066cc;
}
.alert-secondary {
   color: #383d41;
   background-color: #e2e3e5;
   border-color: #d6d8db;
}
.alert-secondary hr {
   border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
   color: #202326;
}
.alinha_detalhe{
   line-height: 25px;
   border-bottom: 1px solid #CCC;
   cursor: pointer;
   padding: 0 5px;
}
.alinha_detalhe:hover{
   background: #f2f2f2;
}
.formulario_parcelas{
   min-height: 60vh;
}
.nav-tabs-mes>li>a {
   background-color: #169F85; 
   border-color: #F9F9F9;
   color:#FFF;
}
.nav-tabs-mes>li>a:hover {
   border-color: #F9F9F9;
   background-color: #00cc33;
   color:#FFF;
}
.nav-tabs-mes>li.active>a, .nav-tabs-mes>li.active>a:hover, .nav-tabs-mes>li.active>a:focus {
   color: #fff;
   background-color: #ff6600;
   border: 1px solid #F9F9F9;
}
.conteudo{
   width: 100%;
   padding: 10px 20px;
   border: 1px solid #e7e7e7;
   margin-bottom: 10px;
}
h4 {
   font-size:18px;
   font-weight:bold;
}
.fa-spin-custom, .glyphicon-spin {
   -webkit-animation: spin 1000ms infinite linear;
   animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
   0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
   }
   100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
   }
}
@keyframes spin {
   0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
   }
   100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
   }
}

.form-cotacao{
   border: 0 !important;
   border-top: 0 !important;
   border-radius: 0px !important;
   border-bottom: 1px solid #9e9e9e !important;
   margin-bottom: 10px !important;
}
.form-cotacao:focus{
   border-bottom: 2px solid #ff8013 !important;
}
/**** passos ****/
.forms{
   position: absolute;
   width: 100%;
   clear: both;
}
#formulario fieldset{
   background: #FFF;
   width: 98%;
   padding: 15px;
   border: 1px solid #E6E9ED;
}
#formulario fieldset:not(:first-of-type){
   display: none;
}
#formulario #progress{
   width: 100%;
   margin: 10px auto;
   overflow: hidden;
   counter-reset: step;
   z-index: 999;
   position: relative;
}
#formulario #progress li{
   list-style: none;
   font-weight: bold;
   float: left;
   width: 20%;
   position: relative;
   font-size: 12px;
   text-align: center;

}
#formulario #progress li:before{
   content: counter(step);
   counter-increment: step;
   width: 30px;
   height: 30px;
   padding-top: 5px;
   text-align: center;
   display: block;
   line-height: 20px;
   background: #ccc;
   color: #FFF;
   border-radius: 15px;
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   margin: 0 auto 10px auto;
}
#formulario #progress li:after{
   content: '';
   width: 100%;
   background: #ccc;
   height: 5px;
   position: absolute;
   top: 12px;
   left: -45%;
   z-index: -1;
}
#formulario #progress li:first-child:after{
   content: none;
}
#formulario #progress li.ativo:before, #formulario #progress li.ativo:after{
   background: #ff8013;
   color:#FFF;

}
.dadoscotacao{
   width: 98%;
   margin-top: 10px;
   display: none;
}
.links{
   width: 100%;
   text-align: center;
}
.alertaparametro{
   width: 450px;
   position: fixed;
   z-index: 9999;
   top: 70px;
   right: 20px;
}
.loading-pre{
   width: 100%;
   height: 100vh;
   position: fixed;
   top: 0;
   left: 0;
   background-color: rgba(0,0,0,0.3);
   z-index: 999999;
   display: none;
}
.icone_carregando {
   height: 70px;
   width: 70px;
   padding-top: 8px;
   border-radius: 10px;
   text-align: center;
   background: #FFF;
   position: absolute;
   left: 50%;
   top: 40%;
}
/********************/
.onoff input.toggle {
   display: none;
}
.onoff input.toggle + label {
   display: inline-block;
   position: relative;
   box-shadow: inset 0 0 0px 1px #d5d5d5;
   height: 20px;
   width: 50px;
   border-radius: 10px;

}
.onoff input.toggle + label:before {
   content: "Off";
   padding-left: 21px;
   display: block;
   height: 20px;
   width: 20px;
   border-radius: 10px;
   background: rgba(19, 191, 17, 0);
   transition: 0.1s ease-in-out;
}
.onoff input.toggle + label:after {
   content: "";
   position: absolute;
   height: 20px;
   width: 20px;
   top: 0;
   left: 0px;
   border-radius: 10px;
   background: #FFF;
   box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.14), 0 1px 2px rgba(0, 0, 0, 0.12);
   transition: 0.1s ease-in-out;
}
.onoff input.toggle:checked + label:before {
   content: "On";
   text-align: left;
   padding-left: 10px;
   width: 50px;
   color:#FFF;
   background: #169f85;
}
.onoff input.toggle:checked + label:after {
   left: 30px;
   box-shadow: inset 0 0 0 1px #169f85, 0 1px 2px rgba(0, 0, 0, 0.12);
}
.bg-teal{
   width: 100%;
   background: #ebebeb;
   color: #333333;
   padding: 10px 0;
   font-weight: bold !important;
}
.painel-elson{
   border-color: #CCC;
   color: #333;
}
.btn-rascunho{
   background: #999999;
   color: #FFF;
   border-radius: 0 !important;
   width: 95%;
}
.btn-rascunho:hover{
   cursor: auto;
   background: #999999;
   color: #FFF;
   border-radius: 0 !important;
}
.nega-botao{
   border-radius: 0 !important;
}
.nega-botao:link, .nega-botao:hover, .nega-botao:active, .nega-botao:visited{
   cursor: auto;
   color: #FFF;
   border-radius: 0 !important;
}
.btn-expirado{
   background: #2A3F54;
   color: #FFF;
   border-radius: 0 !important;
   width: 95%;
}
.btn-expirado:active, .btn-expirado:visited{
   background: #2A3F54;
   color: #FFF;
   border-radius: 0 !important;
   width: 95%;
}
.btn-expirado:hover{
   cursor: auto;
   background: #990000;
   color: #FFF;
   border-radius: 0 !important;
}
.bg-rascunho{
   background: #c4c4c4;
   color: #FFF;
   font-size: 18px;
   padding: 0px 10px;
   border-radius: 5px;
   text-align: center;
}
.btn-analise{
   background: #ffcc00;
   color: #FFF;
}
.bg-analise{
   background: #ffcc00;
   color: #FFF;
   font-size: 18px;
   padding: 0px 10px;
   border-radius: 5px;
   text-align: center;
}
.bg-vistoria{
   background: #0099ff;
   color: #FFF;
   font-size: 18px;
   padding: 0px 10px;
   border-radius: 5px;
   text-align: center;
}
.btn-vistoria{
   background: #0099ff;
   color: #FFF;
}
.bg-revisar{
   background: #ff6600;
   color: #FFF;
   font-size: 18px;
   padding: 0px 10px;
   border-radius: 5px;
   text-align: center;
}
.btn-revisar{
   background: #ff6600;
   color: #FFF;
}
.bg-reprovado{
   background: #660066;
   color: #FFF;
   font-size: 18px;
   padding: 0px 10px;
   border-radius: 5px;
   text-align: center;
}
.btn-reprovado{
   background: #660066;
   color: #FFF;
}
.bg-aprovado{
   background: #0066cc;
   color: #FFF;
   font-size: 18px;
   padding: 0px 10px;
   border-radius: 5px;
   text-align: center;
}
.btn-aprovado{
   background: #0066cc;
   color: #FFF;
}
.bg-ativo{
   background: #009933;
   color: #FFF;
   font-size: 18px;
   padding: 0px 10px;
   border-radius: 5px;
   text-align: center;
}
.btn-ativo{
   background: #009933;
   color: #FFF;
}
.bg-cancelado{
   background: #FF6600;
   color: #FFF;
   font-size: 18px;
   padding: 0px 10px;
   border-radius: 5px;
   text-align: center;
}
.btn-cancelado{
   background: #FF6600;
   color: #FFF;
}
.btupload{
   padding: 5px 10px;
   background: #017e2b;
   color:#FFF;
   cursor: pointer;
   margin-top: 20px;
}
.no_form{
   padding: 5px;
   width: 100%;
   border-bottom: 1px solid #339900;
   margin-bottom: 8px;
   text-align: center;
}
.lista_historico{
   height: 250px;
   overflow: auto;
   border: 1px solid #ccc;
   width: 100%;
   padding: 7px;
}
.linha_historico{
   background: #ebebeb;
   width: 100%;
   padding: 5px;
   margin-bottom: 5px;
   border-radius: 5px;
}
.assistencia_label{
   width: 100%;
   text-align: center;
   background: #f0f0f0;
   margin-bottom: 10px;
}
.assistencia_label_txt{
   width: 100%;
   text-align: center;
   background: #f0f0f0;
   margin-bottom: 10px;
   padding: 5px;
}
.removeass{
   color: #FFF;
   margin-right: 10px;
   padding-left: 5px;
   padding-right: 5px;
   background: #e30000;
   cursor: pointer;
}
.removeass:hover{
   background: #c10101;
   color: #FFF;
}
.btn-verde {
   background: #009900;
   border: 1px solid #049604;
   color:#FFF;
   border-radius: 0 !important;
}
.btn-verde:hover,
.btn-verde:focus,
.btn-verde:active,
.btn-verde.active,
.open .dropdown-toggle.btn-verde {
   background: #036303;
   color:#FFF;
   border: 1px solid #036303;
}
a.color:link, a.color:visited, a.color:active{
   color: #003399;
}
a.color:hover{
   color: #ff6600;
}
.headerhist{
   width: 100%;
   background: #ebebeb;
   padding: 5px 10px;
   border: 1px solid #cccccc;
   font-size: 18px;
}
.caption{
   background: #cccccc;
   padding-left: 10px;
   color: #000;
}
.captionb{
   background: #FF6600;
   color: #FFF;
}
.circulado{
   border: 1px solid #ccc;
   padding: 5px;
   background: #f1f1f1;
   margin-top: 5px;
}
/**** passos cadsatro prestador ****/
.forms{
   position: absolute;
   width: 100%;
   clear: both;
}
#cad_prestador fieldset{
   background: #FFF;
   width: 98%;
   padding: 15px;
   border: 1px solid #E6E9ED;
}
#cad_prestador fieldset:not(:first-of-type){
   display: none;
}
#cad_prestador #progress{
   width: 100%;
   margin: 10px auto;
   overflow: hidden;
   counter-reset: step;
   z-index: 999;
   position: relative;
}
#cad_prestador #progress li{
   list-style: none;
   font-weight: bold;
   float: left;
   width: 33.33%;
   position: relative;
   font-size: 12px;
   text-align: center;

}
#cad_prestador #progress li:before{
   content: counter(step);
   counter-increment: step;
   width: 30px;
   height: 30px;
   padding-top: 5px;
   text-align: center;
   display: block;
   line-height: 20px;
   background: #ccc;
   color: #FFF;
   border-radius: 15px;
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   margin: 0 auto 10px auto;
}
#cad_prestador #progress li:after{
   content: '';
   width: 100%;
   background: #ccc;
   height: 5px;
   position: absolute;
   top: 12px;
   left: -50%;
   z-index: -1;
}
#cad_prestador #progress li:first-child:after{
   content: none;
}
#cad_prestador #progress li.ativo:before, #cad_prestador #progress li.ativo:after{
   background: #ff8013;
   color:#FFF;

}
.cabelhos{
   width: 100%;
   background: #ebebeb;
   padding: 10px;
}
.titulo_cabecado{
   width: 100%;
   border-bottom: 1px solid #ccc;
   padding: 10px;
   text-align: center;
   font-size: 18px;
}
.listaitens{
   width: 100%;
   margin-left: 15px;
}
.listaitens ul li{
   padding: 4px 0;
   list-style: none;
   border-bottom: 1px solid #ebebeb;
   border-right: 1px solid #ebebeb;
}
.listaitens ul li:hover{
   background: #ffffcc;
}
.lista-ids{
   height: 400px;
   overflow-y: auto;
}

/**************** novos //////////////***/

.alinhado{
   float: left; margin-right: 10px;
}

.titulos{padding: 10px; background: #ebebeb; border: 1px solid #cccccc; margin-bottom: 10px; font-weight: bold;}
.erro{padding: 10px; background: red; color: #FFF; border: 1px solid #cc0000; width: 70%; margin-bottom: 10px;}
.listaperfil{width: 98%; background: #FFF; margin-top: 10px; padding: 10px;}
.listaperfil ul li{list-style: none; display: inline-block;}
.listaperfil ul li a:hover{margin: 0;}

.media{
   background: #ebebeb;
   border-radius: 10px;
   border: 1px solid #ddd;
}
.datasreceb ul li{
   list-style: none;
   width: 18%;
   float: left;
   margin: 5px 8px;
   min-width: 150px;

}
.valorrecebimento{
   font-size: 18px;
   font-weight: bold;
}
.recebidos{
   background: #ebebeb;
   border:1px solid #ccc;
   padding: 5px 10px;
   font-size: 14px;
   font-style:oblique;
   margin-top: 20px;
}
.tile_info{
   margin-top: 50px;
}
.listaferiados ul{
   width: 100%;
}
.listaferiados ul li{
   list-style-type: none;
   font-weight: bold;
   width: 32%;
   border: 1px solid #ccc;
   padding: 5px 10px;
   margin-right: 10px;
   margin-top: 5px;
   float: left;
   border-radius: 5px;
   background: #ebebeb;
}
.elson-badge{
   background: #E74C3C;
}
.elson-badge:hover{
   background: #ff6600
}
@media (max-width: 600px){
   .datasreceb ul li{
      width: 100%;
   }
   .tile_info{
      margin-top: 10px;
   }
   .listaferiados ul li{
       width: 100%;
   }
}

/* Tema global moderno - paleta da logo da tela de login */
:root{
   --ms-azul-escuro: #0B355C;
   --ms-azul-principal: #27598E;
   --ms-azul-profundo: #033F76;
   --ms-fundo-claro: #eef3f9;
   --ms-fundo-branco: #ffffff;
   --ms-borda: #d5e1ee;
   --ms-texto: #163a60;
   --ms-texto-secundario: #4c6884;
   --ms-shadow-soft: 0 3px 10px rgba(8, 29, 55, 0.08);
   --ms-shadow-soft-hover: 0 4px 12px rgba(8, 29, 55, 0.1);
   --ms-radius: 12px;
}

body.nav-md,
body.nav-sm{
   background-color: var(--ms-fundo-claro);
   color: var(--ms-texto);
}

body.nav-md{
   background-image:
      linear-gradient(180deg, #0B355C 0%, #0B355C 100%),
      linear-gradient(90deg, #f7faff 0%, var(--ms-fundo-claro) 100%);
   background-size: 230px 100%, calc(100% - 230px) 100%;
   background-position: 0 0, 230px 0;
   background-repeat: no-repeat;
   background-attachment: fixed, fixed;
}

body.nav-sm{
   background-image:
      linear-gradient(180deg, #0B355C 0%, #0B355C 100%),
      linear-gradient(90deg, #f7faff 0%, var(--ms-fundo-claro) 100%);
   background-size: 70px 100%, calc(100% - 70px) 100%;
   background-position: 0 0, 70px 0;
   background-repeat: no-repeat;
   background-attachment: fixed, fixed;
}

body.nav-md .container.body .right_col,
body.nav-sm .container.body .right_col{
   background: transparent;
   padding: 22px 22px 12px;
}

body.nav-md .left_col,
body.nav-sm .left_col{
   background: #0B355C;
}

body.nav-md .container.body .col-md-3.left_col,
body.nav-sm .container.body .col-md-3.left_col,
body.nav-md .left_col.scroll-view,
body.nav-sm .left_col.scroll-view{
   min-height: 100vh;
}

body.nav-md .nav_title,
body.nav-sm .nav_title{
   background: transparent;
   border-bottom: 1px solid rgba(255, 255, 255, 0.2);
   height: auto;
   min-height: 76px;
   padding-top: 8px;
}

body.nav-md .site_title,
body.nav-sm .site_title{
   display: flex;
   align-items: center;
   justify-content: center;
   box-sizing: border-box;
   float: none;
   margin-left: auto !important;
   margin-right: auto !important;
   padding-left: 0 !important;
   background: rgba(255, 255, 255, 0.97);
   border: 1px solid rgba(213, 225, 238, 0.9);
   border-radius: 14px;
}

body.nav-md .site_title{
   height: 62px;
   width: calc(100% - 24px);
   margin: 8px auto 12px;
   padding: 8px 10px;
}

body.nav-sm .site_title{
   height: 48px;
   width: calc(100% - 12px);
   margin: 8px auto 10px;
   padding: 6px 3px;
   border-radius: 12px;
}

body.nav-md .site_title img,
body.nav-sm .site_title img{
   max-height: 40px;
   max-width: 100%;
   width: auto;
}

body.nav-sm .site_title img{
   max-height: 28px;
}

body.nav-md .nav.side-menu > li > a,
body.nav-sm .nav.side-menu > li > a{
   margin: 4px 10px;
   padding: 11px 14px;
   border-radius: 10px;
   border: 1px solid transparent;
   color: rgba(238, 246, 255, 0.96);
   font-weight: 600;
   letter-spacing: 0.01em;
   text-shadow: 0 1px 0 rgba(5, 19, 36, 0.18);
   transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.nav-md .nav.side-menu > li > a > i,
body.nav-sm .nav.side-menu > li > a > i{
   color: #b8d6f7;
}

body.nav-md .nav.side-menu > li > a > .fa-chevron-down,
body.nav-sm .nav.side-menu > li > a > .fa-chevron-down{
   color: #a9cbed;
}

body.nav-md .nav.side-menu > li > a:hover,
body.nav-md .nav.side-menu > li.active > a,
body.nav-md .nav.side-menu > li.current-page > a,
body.nav-sm .nav.side-menu > li > a:hover,
body.nav-sm .nav.side-menu > li.active > a,
body.nav-sm .nav.side-menu > li.current-page > a{
   color: #ffffff;
   border-color: rgba(154, 199, 240, 0.35);
   background: linear-gradient(110deg, rgba(84, 146, 210, 0.38) 0%, rgba(52, 106, 166, 0.26) 100%);
}

body.nav-md .nav.side-menu > li > a:hover > i,
body.nav-md .nav.side-menu > li.active > a > i,
body.nav-md .nav.side-menu > li.current-page > a > i,
body.nav-sm .nav.side-menu > li > a:hover > i,
body.nav-sm .nav.side-menu > li.active > a > i,
body.nav-sm .nav.side-menu > li.current-page > a > i{
   color: #e6f3ff;
}

body.nav-md .nav.side-menu > li.active,
body.nav-md .nav.side-menu > li.current-page,
body.nav-sm .nav.side-menu > li.active,
body.nav-sm .nav.side-menu > li.current-page{
   border-right: 4px solid #6fc4ff;
}

body.nav-md .nav.child_menu li a,
body.nav-sm .nav.child_menu li a{
   color: rgba(223, 239, 255, 0.9);
   border-radius: 8px;
   padding: 8px 12px;
   margin: 2px 8px 2px 0;
   font-weight: 600;
   transition: background-color 0.2s ease, color 0.2s ease;
}

body.nav-md .nav.child_menu li a:hover,
body.nav-md .nav.child_menu li.current-page a,
body.nav-sm .nav.child_menu li a:hover,
body.nav-sm .nav.child_menu li.current-page a{
   color: #ffffff;
   background: rgba(105, 168, 229, 0.2);
}

body.nav-md ul.nav.child_menu li:before{
   background: #6faedc;
}

body.nav-md ul.nav.child_menu li:after{
   border-left-color: #5a8fbb;
}

body.nav-md .top_nav .nav_menu,
body.nav-sm .top_nav .nav_menu{
   background: rgba(255, 255, 255, 0.97);
   border: 1px solid var(--ms-borda);
   border-radius: 14px;
   box-shadow: var(--ms-shadow-soft);
   margin: 14px 16px 0;
}

body.nav-md .main_container .top_nav,
body.nav-sm .main_container .top_nav{
   margin-bottom: 15px;
}

body.nav-md .top_nav .nav > li > a,
body.nav-sm .top_nav .nav > li > a,
body.nav-md #menu_toggle,
body.nav-sm #menu_toggle{
   color: var(--ms-texto);
}

body.nav-md .top_nav .nav > li > a:hover,
body.nav-md .top_nav .nav > li > a:focus,
body.nav-sm .top_nav .nav > li > a:hover,
body.nav-sm .top_nav .nav > li > a:focus{
   background: rgba(39, 89, 142, 0.08);
}

body.nav-md .top_nav .top_nav-cu .navbar-right > li > a.user-profile,
body.nav-sm .top_nav .top_nav-cu .navbar-right > li > a.user-profile{
   margin: 8px 10px 0 0;
   padding: 8px 16px !important;
   border: 1px solid #1f5183;
   border-radius: 999px;
   background: linear-gradient(120deg, #0b355c 0%, #27598e 100%);
   color: #ffffff !important;
   font-weight: 700;
   letter-spacing: 0.01em;
   line-height: 1.2;
   text-shadow: 0 1px 0 rgba(4, 17, 33, 0.22);
}

body.nav-md .top_nav .top_nav-cu .navbar-right > li > a.user-profile:hover,
body.nav-md .top_nav .top_nav-cu .navbar-right > li > a.user-profile:focus,
body.nav-sm .top_nav .top_nav-cu .navbar-right > li > a.user-profile:hover,
body.nav-sm .top_nav .top_nav-cu .navbar-right > li > a.user-profile:focus{
   background: linear-gradient(120deg, #0a3154 0%, #214e7f 100%);
   border-color: #18446f;
   color: #ffffff !important;
}

body.nav-md .top_nav .top_nav-cu .navbar-right > li > a.user-profile .fa,
body.nav-sm .top_nav .top_nav-cu .navbar-right > li > a.user-profile .fa{
   color: #d9ecff;
}

body.nav-md .dropdown-menu,
body.nav-sm .dropdown-menu{
   border: 1px solid var(--ms-borda);
   border-radius: 10px;
   box-shadow: var(--ms-shadow-soft);
}

body.nav-md .modal-content,
body.nav-sm .modal-content{
   border: 1px solid #cddceb;
   border-radius: 14px;
   box-shadow: var(--ms-shadow-soft);
   background: #ffffff;
}

body.nav-md .modal-header,
body.nav-sm .modal-header{
   border-bottom: 1px solid #dbe7f3;
   border-radius: 14px 14px 0 0;
   background: linear-gradient(120deg, #f6faff 0%, #edf4fb 100%);
}

body.nav-md .modal-title,
body.nav-sm .modal-title{
   color: var(--ms-azul-escuro);
   font-weight: 700;
}

body.nav-md .modal-header .close,
body.nav-sm .modal-header .close{
   color: #557497;
   opacity: 0.8;
   text-shadow: none;
}

body.nav-md .modal-header .close:hover,
body.nav-md .modal-header .close:focus,
body.nav-sm .modal-header .close:hover,
body.nav-sm .modal-header .close:focus{
   color: var(--ms-azul-escuro);
   opacity: 1;
}

body.nav-md .modal-body label,
body.nav-sm .modal-body label{
   color: #204669;
   font-weight: 600;
}

body.nav-md .modal-body,
body.nav-sm .modal-body{
   padding-bottom: 18px;
}

body.nav-md .modal-body .form-control,
body.nav-md .modal-body .form-select,
body.nav-sm .modal-body .form-control,
body.nav-sm .modal-body .form-select{
   border-color: #bfd1e5;
   background: #fdfefe;
}

body.nav-md .modal-body .form-control:focus,
body.nav-md .modal-body .form-select:focus,
body.nav-sm .modal-body .form-control:focus,
body.nav-sm .modal-body .form-select:focus{
   border-color: var(--ms-azul-principal);
   box-shadow: 0 0 0 1px rgba(39, 89, 142, 0.12);
}

body.nav-md .modal-footer,
body.nav-sm .modal-footer{
   border-top: 1px solid #dbe7f3;
   border-radius: 0 0 14px 14px;
   background: #f8fbff;
}

body.nav-md .modal-footer.modal-footer-espacada,
body.nav-sm .modal-footer.modal-footer-espacada{
   margin-top: 15px;
}

body.nav-md .modal-backdrop.in,
body.nav-sm .modal-backdrop.in{
   opacity: 0.45;
}

body.nav-md .x_panel,
body.nav-sm .x_panel{
   border: 1px solid var(--ms-borda);
   border-radius: var(--ms-radius);
   background: var(--ms-fundo-branco);
   box-shadow: var(--ms-shadow-soft);
}

body.nav-md .x_title,
body.nav-sm .x_title{
   border-bottom: 1px solid #e2ebf5;
   border-radius: var(--ms-radius) var(--ms-radius) 0 0;
   padding: 14px 16px;
   background: linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
}

body.nav-md .x_title h2,
body.nav-md .x_title h3,
body.nav-md .x_title h4,
body.nav-sm .x_title h2,
body.nav-sm .x_title h3,
body.nav-sm .x_title h4{
   color: var(--ms-azul-escuro);
   font-weight: 600 !important;
}

body.nav-md .x_content,
body.nav-sm .x_content{
   padding: 16px;
}

body.nav-md .form-control,
body.nav-sm .form-control{
   border: 1px solid #cddceb;
   border-radius: 10px;
   color: var(--ms-texto);
   box-shadow: none;
}

body.nav-md .form-control:focus,
body.nav-sm .form-control:focus{
   border-color: var(--ms-azul-principal);
   box-shadow: 0 0 0 1px rgba(39, 89, 142, 0.1);
}

body.nav-md .btn,
body.nav-sm .btn{
   border-radius: 10px;
}

body.nav-md .btn-primary,
body.nav-sm .btn-primary{
   border: none;
   color: #f4f9ff;
   background: linear-gradient(120deg, var(--ms-azul-escuro) 0%, var(--ms-azul-principal) 100%);
   box-shadow: 0 4px 12px rgba(8, 29, 55, 0.08);
}

body.nav-md .btn-primary:hover,
body.nav-md .btn-primary:focus,
body.nav-sm .btn-primary:hover,
body.nav-sm .btn-primary:focus{
   color: #ffffff;
   background: linear-gradient(120deg, #0a3155 0%, #224f7f 100%);
   box-shadow: var(--ms-shadow-soft-hover);
}

body.nav-md .btn-default,
body.nav-sm .btn-default{
   border: 1px solid var(--ms-borda);
   color: var(--ms-texto);
   background: #ffffff;
}

body.nav-md .btn-default:hover,
body.nav-md .btn-default:focus,
body.nav-sm .btn-default:hover,
body.nav-sm .btn-default:focus{
   background: #f4f8fd;
}

body.nav-md thead,
body.nav-sm thead{
   background: linear-gradient(120deg, var(--ms-azul-escuro) 0%, var(--ms-azul-principal) 100%);
   color: #ffffff;
}

body.nav-md table.dataTable tbody tr:nth-child(even),
body.nav-sm table.dataTable tbody tr:nth-child(even){
   background: #f8fbff;
}

body.nav-md .recebidosano,
body.nav-sm .recebidosano{
   border: 1px solid rgba(255, 255, 255, 0.26);
   background: linear-gradient(120deg, var(--ms-azul-escuro) 0%, var(--ms-azul-principal) 100%);
   box-shadow: var(--ms-shadow-soft);
}

body.nav-md .atrazadosano,
body.nav-sm .atrazadosano{
   border: 1px solid rgba(255, 255, 255, 0.26);
   background: linear-gradient(120deg, #1d4b78 0%, var(--ms-azul-profundo) 100%) !important;
   box-shadow: var(--ms-shadow-soft);
}

body.nav-md .jurosrecebidos,
body.nav-sm .jurosrecebidos{
   border: 1px solid rgba(255, 255, 255, 0.26);
   background: linear-gradient(120deg, #2e6ba5 0%, var(--ms-azul-principal) 100%);
   box-shadow: var(--ms-shadow-soft);
}

body.nav-md .recebidos,
body.nav-sm .recebidos{
   border: 1px solid var(--ms-borda);
   border-radius: 10px;
   background: #f4f8fd !important;
}

body.nav-md .media,
body.nav-sm .media{
   border: 1px solid var(--ms-borda);
   background: #f8fbff;
}

body.nav-md footer,
body.nav-sm footer{
   padding: 14px 18px;
   border: 1px solid var(--ms-borda);
   border-radius: 12px;
   background: rgba(255, 255, 255, 0.95);
   box-shadow: var(--ms-shadow-soft);
   color: var(--ms-texto-secundario);
}

body.nav-md footer{
   margin: 0 16px 16px 246px;
}

body.nav-sm footer{
   margin: 0 16px 16px 86px;
}

@media (max-width: 991px){
   body.nav-md,
   body.nav-sm{
      background-image: linear-gradient(180deg, #f7faff 0%, var(--ms-fundo-claro) 100%);
      background-attachment: scroll;
   }

   body.nav-md .top_nav .nav_menu,
   body.nav-sm .top_nav .nav_menu{
      margin: 10px 10px 0;
   }

   body.nav-md .main_container .top_nav,
   body.nav-sm .main_container .top_nav{
      margin-bottom: 10px;
   }

   body.nav-md .container.body .right_col,
   body.nav-sm .container.body .right_col{
      padding: 14px 10px 6px;
   }

   body.nav-md footer,
   body.nav-sm footer{
      margin: 0 10px 10px;
   }
}
