/* Importa as fontes do Google Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,400;1,100;1,400&display=swap');


:root {
    --fonte1: 'Sarabun', sans-serif;

}

/*Define o formato paisagem e o que será impresso*/
@media print {
    .print {
        display: block;
        min-width: 100%;
    }

    .no-print {
        display: none;
    }

    @page {
        size: landscape;
    }
}

/* fim do media print*/


html,
body {
    font-family: var(--fonte1);
}

input[type="number"], input[type='text'], input[type='date'],input[type='time'], input[type='password'], input[type='select'], input[type='mail'],select,  .input-group-append {
    height: 32px;
}

option {
    text-transform: uppercase;
}

label {
    margin-bottom: 0px;
}

.td-20 {
    width: 20px;
}

.td-30 {
    width: 30px;
}

.td-40 {
    width: 40px;
}

.td-50 {
    width: 50px;
}

.td-60 {
    width: 60px;
}

.td-70 {
    width: 70px;
}

.td-80 {
    width: 80px;
}

.td-90 {
    width: 90px;
}

.td-100 {
    width: 100px;
}

.td-110 {
    width: 110px;
}

.td-120 {
    width: 120px;
}

.td-130 {
    width: 130px;
}

.td-140 {
    width: 140px;
}

.td-150 {
    width: 150px;
}

.td-170 {
    width: 170px;
}

.td-180 {
    width: 150px;
}

.td-200 {
    width: 200px;
}

.td-300 {
    width: 300px;
}

.td-400 {
    width: 400px;
}

.td-500 {
    width: 500px;
}


.titulo {
    font-weight: bold;
    font-size: 1.5em;
}

.ocultar {
    display: none;
}

.center {
    text-align: center;
}

.pa-01 {
    padding-left: 10px;
}

.pa-02 {
    padding-left: 30px;
}

.pa-03 {
    padding-left: 50px;
}

.select2 {
    width: 100%;
    height: 32px;
}

.select2-selection, .select2-selection--single, input[type='select'], .select_input {
    height: 34px !important;
    font-size: 10pt !important;
}
.select2-selection__arrow, .select2-selection__rendered {
    font-size: 11pt !important;
}
.modal-loading-over{
    z-index: 2000;
}

/*  botões*/
.btn-padrao {
    background-color: #AF2220;
    color: white;
}

.btn-padrao:hover {
    color: black;
    background-color: #AF2220;
    font-weight: bold;
    border-color: #6c757d;
}

/* tabelas*/
.nenhum-item {
    text-align: center;
    font-style: italic;
    font-size: 12pt;
    color: lightslategray;
}

td {
    font-size: 12px;
    border: 1px solid lightslategray;
    /*border-collapse: collapse;*/
    padding: 5px;
}

tr {
    padding: 10px;
}

th {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.cel-small-1 {
    width: 70px;
}

.cel-small-2 {
    width: 120px;
}

.cel-small-3 {
    width: 160px;
}

.cel-small-4 {
    width: 200px;
}

.texto-cabecalho {
    display: inline-flex;
    font-size: 14pt;
}

.observacao-small {
    font-size: 9pt;
    color: lightslategray;
    font-style: italic;
    line-height: 13px;
}

.span_produtoNomeExcluir {
    font-weight: bold;
    font-size: 14pt;
}

.zap-icon {
    width: 40px;
    margin: 10px;
}


/*  TELA CADASTRO DE PRODUTOS   */
#descricaoProduto, #razaoSocial {
    text-transform: uppercase;
}

/*   TELA DE CADASTRO DE CLIENTES   */
.numeroGrandeTabela {
    font-size: 50px;
    width: 240px;
    height: 75px;
    text-align: center !important;
}

/*cores de fundo*/
.bg_padrao_vermelho {
    background-color: #AF2220;
    color: white;
}

.bg_preto {
    background-color: #11151f;
    color: white;
}

.bg_escuro {
    background-color: #000000;
    color: white;
}


/*cores de texto*/
.text_vermelho {
    color: #AF2220;
}

.text_preto {
    color: #11151f;
}

.text_escuro {
    color: #000000;
}

.text_padrao {
    color: #AF2220;
}

.bg_padrao {
    background-color: #22919D;
}

.text_branco {
    color: white;
}

.bordaFina {
    width: 100%;
    background-color: #AF2220;
    line-height: 30px;
    padding-left: 20px;
    color: white;
    border-radius: 5px;
    font-family: Arial;
}

.alert {
    min-height: 35px;
    vertical-align: middle;
    padding: 10px;
    padding-bottom: 0;
    padding-left: 15px;
}

.alert-success {
    background-color: rgb(0, 204, 111) !important;
    border-color: rgb(127, 130, 128) !important;
    color: white !important;
}


/*Titulos das abas*/
.painel {
    color: black;
    font-weight: bold;
}

.painel:hover {
    color: black;
    font-weight: bold;
}

.invertido {
    filter: invert(1) !important;
}

.option-inativo {
    background-color: white;
    color: red;
    font-weight: bold;
}

/*    MODULO ORDEM DE COMPRA    */
#tbl_ordemServico tr:hover {
    background-color: rgba(21, 101, 107, 0.32);
    color: white;
}

/*  módulo cadastro de usuários */
#tabelaPermitidos td, #tbl_clientesDepartamentoUsuario td, #tbl_usuarioParaAdicionar td {
    padding-top: 3px;
    padding-bottom: 3px;
}