* {
    margin: 0;
    padding: 0;
}

.container-right {
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 0;
    margin-left: 0;
}

.tblHistorico caption {
    font-size: 20px;
    font-weight: bold;
    caption-side: top;
    text-align: center;
}

.tblHistorico {
    border: 1px solid #C0C0C0;
    border-collapse: collapse;
    padding: 4px;
}

.tblHistorico th {
        text-align: center;
        border: 1px solid #C0C0C0;
        padding: 4px;
        background: #B2AEAE;
}

.tabela-itens-solicitacao td {
    text-align: center;
    border: 1px solid #C0C0C0;
    padding: 4px;
}

.tabela-itens-solicitacao caption {
    font-size: 20px;
    font-weight: bold;
    caption-side: top;
    text-align: center;
}

.tabela-itens-solicitacao {
    border: 1px solid #C0C0C0;
    border-collapse: collapse;
    padding: 4px;
}

.tabela-itens-solicitacao th {
    text-align: center;
    border: 1px solid #C0C0C0;
    padding: 4px;
    background: #B2AEAE;
}

.tabela-itens-solicitacao td {
    text-align: center;
    border: 1px solid #C0C0C0;
    padding: 4px;
}

a.titulo-site {
    text-decoration: none;
    color: black;
    font-size: 30px;
    font-weight: bold;
}

table,
td {
    font-size: 16x;
    padding: auto;
}

table,
th {
    font-size: 18px;
}

.tblDistribuicao td {
    padding: 4px;
}

/* table {
    border-collapse: separate;
    border-spacing: 0 8px;
    margin-top: -8px;
  } */
/* #lblForm {
    font-size: 12px;
    font-weight: bold;
} */

#quantidade, #qtde, #minimo {
    width: 90px;
}

label {
    font-size: 18px;
    font-weight: bold;
}

#nome, #descricao {
    width: 600px;
}


#tipo, #validade, #lote, #especificacao, #telefonefixo, #telefonecelular, #motivo, #codigo {
    width: 250px;
}

#idmunicipio, #idtipounidade {
    width: 250px;
}

#CPF, #matricula, #telefone, #password {
    width: 300px;
}

#email {
    width: 300px;
}

#endereco, #lotacao, #selctunidade {
    width: 400px;
}

table.dataTable td {
    font-size: 13px;
}

#btnExcel {
    font-family: 'Verdana';
    color: white;
    background-color: rgb(9, 97, 9) !important;
}

#btnPDF {
    color: white;
    background-color: rgb(199, 15, 15) !important;
}

#btnImprimir {
    color: white;
    background-color: rgb(139, 137, 135) !important;
}

li.nav-item {
    font-weight: bold;
}

a.nav-link {
    font-size: 15px;
    font-weight: bold;
}

li.dropdown-item {
    font-weight: 200;
}

#usuarioLogado {
    color: #ffffff;
}

#barra-nav li {
    font-size: 18px;
}

.demo {
    margin: 0 auto;
    padding-top: 10px;
    max-width: 640px;
    width: 94%;
}

.footer {
    text-align: center;
    background-color: #e0e0e0;
    position: fixed;
    bottom: 0;
    width: 100%;
}