﻿/* @author COSTEC - SECCG RJ */

body{
    background: #E5E5E5;
    font-size: 12px;
    font-family: Montserrat;
    font-weight: 500;
}

p{
    margin-bottom: 4px;
}

main {
    min-height: 540px;
    margin-top: 60px;
}

.hand {
    cursor: pointer;
}

#titFaleConosco,
#titSatisfacao {
    font-size: 20px;
    font-weight: 700;
    color: #2F4CAD;
    line-height: 24px;
    padding: 16px 21px;
    background-color: #fff; 
    border-top: 10px solid #2F4CAD;
    border-radius: 5px;
    MARGIN-BOTTOM: 10px;
    
}
.topo-logos{
    background-color: #1E306E;
    filter: drop-shadow(0px 4px 17px rgba(0, 0, 0, 0.35));
}

.header-img {
    width: 300px;
    padding: 30px 0px;
}
.header-img.sublog {
    padding-top: 20px;
    width: 273px;
}
.horario-atendimento{
    padding: 7px 16px;
    text-align: right;
}
.horario-atendimento i{
    font-size: 14px;
}
.header-img2 {
    width: 125px;
    padding: 30px 0px;
}

#recapConsulta,
#recapCadastro{
    margin: 0 10px 17px 0;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Escolher arquivo(s)";
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label{
    color: initial;
}

#erroCpfCnpj {
    display: none;
    color: red;
    font-size: 15px;
}

#erroCnpj {
    display: none;
    color: red;
    font-size: 15px;
}

#divPrincipal {
    display: block;
}


#divCadChamado .passo2{
    display: none;
}
#divCadChamado .passo2.open{
    display: inherit;
}

#divCadChamado {
    display: none;
}

#divDadosConsulta {
    display: none;
}

#divPrincipal {
    display: none;
}

#divConsulta {
    display: none;
}

#erroCpfCnpjCons {
    display: none;
    color: red;
    font-size: 15px;
}

#descFaleConosco,
#descSatisfacao {
    margin-bottom: 30px;
    background-color: #FFF;
    padding: 8px 17px;
    line-height: 21px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
    color: #2B2B2B;
}

#descFaleConosco li {
    margin-left: 20px;
}

.titulo-azul{
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #2b2b2b;
    margin-bottom: 21px;
    line-height: 22px;
}

.card{
    border:0px;
    padding: 0px;
}

.painel-acoes {
    margin-bottom: 19px;
}
.painel-acoes .acao {
    width: 101%;
    margin: 9px 0px;
    float: left;
    background-color: #FFF;
    padding: 34px 24px;
    border-radius: 8px;
    cursor: pointer;
    min-height: 90px;
   -webkit-transition: background 1s; /* For Safari 3.0 to 6.0 */
        transition: background 1s; /* For modern browsers */
}
.painel-acoes .acao.right {
    float: right;
}
.painel-acoes .acao:hover {
    background-color: #2F4CAD;
    color: #fff;
   
}
.painel-acoes i.fa {
    font-size: 22px;
    float: left;
    /* padding: 6px; */
    /* background-color: #1a5e75; */
    text-align: center;
    display: block;
    color: #2B2B2B;
    border-radius: 16px;
    width: 27px;
}
.painel-acoes .acao:hover > i.fa{
    color:#fff;
}

.painel-acoes b{
    display: block;
    padding-bottom: 4px;
    line-height: 24px;
    padding-left: 32px;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
}

.painel-acoes span{
    display: block;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 14px;
    line-height: 22px;
}

#contFaleConosco {
    font-size: 12px;
    color: #2f2f2f;
}

.linkSolicitacao {
    font-size: 18px;
    color: #000a40;
    font-weight: bold;
    cursor: pointer;
}

.titCampoConsulta, label {
    margin-top: 0px;
    font-size: 15px;
    color: #2B2B2B;
    padding-bottom: 2px;
    margin-bottom: 0;
    font-weight: 700;
}

#divReabrir label{
    margin-top: 0px;
    font-size: 15px;
    color: #2B2B2B;
    padding-bottom: 2px;
    margin-bottom: 0;
    font-weight: 700;
}

.escolhe-sistema-logistico{
    background-color: #b3cab7;
    padding: 8px 10px 2px;
    border-radius: 6px;
    margin: 13px 0px;
    color: #2f2f2f; 
}
.escolhe-sistema-logistico label{
    color: #2f2f2f; 
}


.valorDadoConsulta {
    font-size: 13px;
}

.form-control.is-invalid, .was-validated .form-control:invalid{
    /*background-image: none;*/
    border-color: #e8acac;
    background-position: center right 22px;
    background-size: 12px;
}

.form-control.is-valid, .was-validated .form-control:valid{
    border-color: #ccc;
    background-position: center right 22px;
    background-size: 12px;
}

.btn-remover-arquivo{
    color: #c43030 !important;
    font-size: 19px !important;
    cursor: pointer;
}
.btn {
    font-size: 12px;
    line-height: 36px;
    text-transform: uppercase;
    padding: 0px 14px;
}
.btn-primary:hover {
    background-color: #4068ED;

}
.btn-primary {
    background-color: #4068ED;
}

footer{
    background-color: #1A2B61;
    padding: 16px 48px;
    color: #fff ;
    height: auto;
}

footer span {
    color: #B4B4B4;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 23px;
    cursor: pointer;
}
footer span:hover {
    color: #5eb7c7;
 
}
footer a,
footer a:hover {
    color: #fff !important;
}

footer h2 {
    color: #fff;
    font-size: 14px;
    padding-bottom: 7px;
}

footer p {
    color: #B4B4B4;
    font-size: 12px;
}

footer .copyright {
    border-top: 1px solid #929292;
    margin-top: 20px;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    color: #fff;
}
footer .suporteLogistico {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: right;
    font-size: 12px;
    padding-top: 10px;
}
footer img {
    width:100%;
}
.select2-container{
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}
.select2-container--default .select2-selection--single {
    font-size: .875rem;
    height: 30px;
}
.select2-container .select2-selection--single {
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 4px;
}

.trumbowyg-editor, .trumbowyg-textarea {
    background: white;

}
.table{
    background: white;
}

#ajaxStatus .alerta {
    padding: 8px 15px;
    border-radius: 4px;
    margin-bottom: 4px;
    color: #fff;
}

#ajaxStatus .alerta ul {
    padding-left: 19px;
    margin-bottom: 0px;
}
#ajaxStatus .alerta.alert-success {
    background-color: #649a71;
}
#ajaxStatus .alerta.alert-danger {
    background-color: #e25858;
}
#ajaxStatus .alerta.alert-info {
    background-color: #4182ad;
}