@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
body {
    background-color: #f7f7f7; 
}
.logo{
    width: 100%;
}
.logo_pequeno{
    width: 50%;
}
.letraMaior{
    font-size: 18px;
}
.letraMenor{
    font-size: 15px;
    font-weight: normal;
}
.bg-cinza{
    background-color: #fff;
    margin-left: -12px;
    margin-right: -12px; 
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.10);*/
}
.bg-cinza a {
    text-decoration: none;
}
.botaomais i{
    font-size: 24px;
}
.bg-disabled{
    background-color: #f7f7f7!important; 
}
.menu{
    list-style: none;
    padding-left: 0px;
}
.menu li{
    line-height: 250%!important;
    color: #f7f7f7;
    font-weight: bold;
}
.menu li a {
    padding: 0px 0px 0px 15px;
    margin: 0px;    
    font-weight: normal;
    color: #f7f7f7;
}
.menu li a:hover {
    color:#aaa;
}
hr{
    margin: 10px 0px;
}
.lateral{
    min-height: 100vh;
}
.dataTables_wrapper .dataTables_length select {
    padding: 8px 10px 7px 10px;
    margin-left: 10px;
}        
.dataTables_wrapper .dataTables_filter .form-control {
    padding: 8px 10px 7px 10px;
    width: 200px!important;
}
.paginate_button, .page-item{
    margin: 0px!important;
    padding: 0px!important;
    border: none!important;
}
.input-group-text{
    font-size: 14px!important;
}
#listaResultado{
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    list-style: none;
}
.creditos{
    position: fixed;
    left: 20px;
    bottom:10px;
    color: #ccc;
    font-size: .7em;
}
.creditos a {
    color: #ccc;
    text-decoration: none;
}
#mostraCreditos{
    position: fixed;
    left: 20px;
    bottom:40px; 
    width: 180px;   
    background-color: #ddd;
    font-size: .9em;
    padding: 5px;
}
.dashboard{
    text-align: center;
}
.dashboard > i{
    font-size: 4em;
    color: #ccc;
}
.dashboard > a > h3{
    font-size: 1.2em;
    color: #3e8acc;
    font-weight: 600;
    margin-top: 5px;    
}
.dashboard > a > h3::before {
  content: "";
}
.dashboard > a > p{
    line-height: 120%;
    font-weight: 300;
    font-size: .9em;   
    color: #000!important; 
}
.dashboard > a{
    text-decoration: none;
}

.nav-link2{
    text-decoration: none;
    color: #000!important;
}
.pacote_caixa{
    
}
.pacote_manual{
    
}
.fundoPDF td{
    background-color: #f7f7f7!important;   
}
.posicaoInvoice{
    position: relative;
    top: 38px;
    left: 130px;
    z-index: 99;
}
.invoice:hover{
    cursor:wait;
}
.soPrint{
    display: none;
}
.alertaCotacao{
    font-size: .9em;
}
.cabecalho_cotacao{
    background-color: #BEBEBE;
}
@media print{
    .form-control{
        border:none;
        padding-left: 0px;
    }
    .noPrint{
        display: none;
    }
    .soPrint{
        display: block;
    }
    .obsImpressao{
        border: 1px solid #E1E1E1;
        border-radius: 5px;
        margin-top: 20px;
        padding: 15px 20px;
    }
}
