﻿.bg-menu{
    background-color: #44546b;
}

.bg-white-dark{
    background-color: #d6d6d6;
}

.logo-menu{
    box-shadow: none;
}

.dropdown-divider{
    margin: 0;
}

.dataTables_filter {
    display: none;
}

body{
    background-color: #f2f2f2;
}

.fundo{
    background-color: #f2f2f2;
}
select[readonly] {
    pointer-events: none;
    touch-action: none;
}

.status{
    border-radius: 5px; 
    padding: 1px 5px; 
    text-align: center;
    font-weight: 200px;
    width: 20%;
    box-shadow: 1px 1px 3px black;
}

.Aberto, .Em_servico_laboratorio{
    background-color: green; 
    color: white; 
}

.Diagnosticado, .Refazer{
    background-color: yellow; 
    color: black; 
}

.Orcado, .Orcamento_enviado, .Em_servico_Garantia{
    background-color: blue; 
    color: white; 
}

.Aparelho_Devolvido{
     background-color: #ffc107; 
    color: black; 
}

.Aprovado, .Pre_aprovado{
    background-color: rgb(0, 80, 0); 
    color: white; 
}

.Não_aprovado, .Servico_recusado{
    background-color: rgb(80, 0, 0); 
    color: white;
}

.Pronto, .Teste_concluido{
    background-color: rgb(0, 153, 255); 
    color: white; 
}

.Faturado, .Sem_estoque{
    background-color: rgb(255, 0, 221); 
    color: black; 
}

.Embalado{
    background-color: rgb(138, 67, 39); 
    color: white; 
}

.Enviado, .Concluído{
    background-color: rgb(116, 116, 116); 
    color: white; 
}

.Em_producao, .Em_servico{
    background-color: black;
    color: white; 
}
.base_troca{
    background-color: #6f42c1; 
    color: white;
}
.Cancelado{
    background-color: red; 
    color: white;
}

.Aguardando, .Controle_qualidade{
    background-color: orange;
    color: black;
}

.Nao_iniciado{
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}

.Concluido, .Servico_concluido{
    background-color: purple;
    color: white;
}

.Estufa{
    background-color: wheat;
    color: black;
}

.Estufa_tempo{
    background-color: red;
    color: white;
}

table td, table th{
    white-space:nowrap;
}

#exemplo2 th{
    white-space:normal;
}

.table-limited-height {
    max-height: 450px;
    overflow-y: auto;
}


.table-limited-height::-webkit-scrollbar{
    width: 8px;
    height: 8px;
}

.table-limited-height::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}







@media screen and (max-width: 1200px) {
    #v-pills-qualidade-tab, #v-pills-dados-tab{
        font-size: 0.5em;
    }
    #v-pills-ver-pecas-tab, #v-pills-dados-tab{
        font-size: 0.5em;
    }

    
}




