html, body {
    font-size: 11.5px !important;
}

.modal-backdrop.show{
    opacity: 0.65;
}

@media(min-width: 992px){
    .aside .aside-menu .menu-nav > .menu-item > .menu-link{
        width: 140px;
    }
}

.aside-menu .menu-nav > .menu-item > .menu-submenu .menu-subnav > .menu-item > .menu-link {
    padding-left: 7.5px;
}
.aside-menu .menu-nav > .menu-item > .menu-submenu .menu-subnav > .menu-item > ul > .menu-item > .menu-link {
    padding-left: 15px;
}
@media (min-width: 992px) {
	.aside .aside-menu .menu-nav > .menu-item {
	    align-items: initial;
	}
}
.radio > span {
    background-color: #dfe2ea;
}
.checkbox > span {
    background-color: #dfe2ea;
}

.modal-dialog-com-scroll {
    overflow-y: initial !important
}
.modal-interno-scroll {
    overflow-y: auto;
}

/* begin::Estilos SweetAlert */
.swal2-popup .swal2-title {
    font-size: 1.8rem;
}

.swal2-popup {
    padding: 0 !important;
}

.swal2-popup .swal2-actions {
    margin: 1rem auto 1rem auto;
}

.swal2-popup .swal2-content {
    margin-top: 1rem;
    padding: 0 0.8rem;
}

.swal2-popup .swal2-title {
    margin: 1rem 0 0 0;
}
/* end::Estilos SweetAlert */

.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link {
    padding-top: 12px !important;
    min-height: unset;
    padding-bottom: 12px !important;
    padding-right: 7.5px !important;
}

label.jquery-validate-error, span.jquery-validate-error, label.error {
    color: red;
    font-size: .80rem;
    margin-top: 2px;
}

.hide {
    display: none;
}

.select2-container{
    width: 100% !important;
}

.modal {
    overflow-y:auto;
}

.blockPage {
    z-index: 10000000 !important;
}
.select2-selection.is-invalid {
    border-color: #F64E60;
}
.bs-placeholder.is-invalid {
    border-color: #F64E60 !important;
}
.aside-menu .menu-nav > .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item > .menu-link .menu-text {
    text-align: center;
}

.bg-titulo-pagina {
    background-color: #b8defff7 !important;
}

/* begin::Helpers */
.color-white {
    color: white !important;
}
.color-roxo{
    color: #ab00d4 !important;
}
.color-verde{
    color: #008808 !important;
}
.color-azul{
    color: #4c00ff !important;
}
.bg-verde{
    background: #008808 !important;
}
.bg-vermelho{
    background: #f00 !important;
}
.bg-amarelo{
    background: #ff0 !important;
}
.bg-laranja{
    background: #ffc200 !important;
}
.bg-branco{
    background: #ffffff !important;
}

.display-flex {
    display: flex !important;
}
.vertical-align-div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 !important;
}
.modal-dialog.modal-95p {
    max-width: 95%;
}
.d-block {
    display: block !important;
}
.d-inline-block {
    display: inline-block !important;
}
/* end::Helpers */

.tabela-enxuta > .datatable-table > .datatable-body .datatable-row > .datatable-cell,
.tabela-enxuta > .datatable-table > .datatable-head .datatable-row > .datatable-cell{
    padding: 0.5rem 0.5rem !important;
}

.tabela-laudo-amostra > .datatable-table > .datatable-body .datatable-row > .datatable-cell,
.tabela-laudo-amostra > .datatable-table > .datatable-head .datatable-row > .datatable-cell{
    padding: 0.5rem 0 !important;
}

.card-enxuto > .card-body{
    padding: 0.5rem !important;
}

.tabela-link > .datatable-table > .datatable-body .datatable-row > .datatable-cell{
    cursor: pointer;
}

.tabela-enxuta > table > tbody > tr > td,
.tabela-enxuta > table > thead > tr > th{
    padding: 0.5rem 0.5rem !important;
}

.card-checkbox-list > .card-header{
    min-height: 25px !important; 
    padding: 0.5rem 0.5rem !important;
}

.card-checkbox-list > .card-body{
    min-height: 25px !important; 
    padding: 0.5rem 0.5rem !important;
}
.card-checkbox-list-scroll > .card-body{
    max-height: 97px !important; 
    overflow-y: auto !important;
}
.card-laudo > .card-body{
    padding: 1.15rem 1.25rem !important;
}
.container-laudo{
    padding: 0 0 !important;
}
.input-group-append{
    cursor: pointer;
}

.select-220-px > .bootstrap-select{
    width: 220px !important;
}

.container-laudo{
    width: 100%;
}

.card-arvore{
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}

.card-arvore > .card-body{
    padding: 1.5rem;
}

.lb-cabecalho-resultado-amostra-r{
    float: right;
}

.lb-cabecalho-resultado-amostra-l{
    float: left;
}

.cabecalho-resultado-amostra-lb{
    width: 100%;
    min-width: 150px;
    border-bottom: 1px solid #EBEDF3;
    margin-bottom: .6rem;
}

.cabecalho-resultado-amostra-lb > label{
    font-weight: bold;
}

.input-id-desc > label{
    display: block;
}

.input-id-desc-id{
    display: inline-block;
    width: 20%;
}

.input-id-desc-desc{
    display: inline-block;
    width: 78%;
}

.cabecalho-resultado-amostra > .form-group{
    margin-bottom: 0;
}

.col-no-padding > div{
    padding: 0;
}

.body-resultado-amostra .tabela-enxuta{
    max-height: 200px;
    overflow-y: auto;
}

.input-table {
    max-width: 80px;
    border: 0;
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    border: 1px solid #E4E6EF;
    border-radius: 0.42rem;
}

.modal-footer-legendas{
    border-top: 1px solid #EBEDF3;
    border-bottom-right-radius: 0.42rem;
    border-bottom-left-radius: 0.42rem;
    padding: 1.5rem;
}

.modal-footer-legendas > div{
    display: inline-block;
}

.float-r{
    float: right;
}

.legenda{
    margin-right: 10px;
    padding: 0.65rem 0.3rem;
}

.mb-0-5-rem{
    margin-bottom: .5rem;
}

.lb-obrigatorio-diluicao-diesel{
    padding: .75rem;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 500;
    color: brown;
}

.td-editavel{
    cursor: pointer;
}

.table-head-fixed {
    overflow-y: auto;
    height: 100px;
}

.table-head-fixed thead th {
    position: sticky;
    top: 0;
    background:#eee;
}

.bg-grey {
    background-color: #cecece;
}

.input-agrupado label{
    display: block;
}

.input-agrupado input{
    display: inline-block;
}

.input-agrupado-2 input{
    width: 49%;
}

.card-rel-ger-marinha{
    height: 300px;
}

#tbl-amostras{
    position: relative !important;
}

#div-teste{
    overflow-y: auto;
    display: none;
    position: fixed;
    z-index: 5000;
    background: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 280px;
    -webkit-box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.5);
}

#div-teste-fechar{
    cursor: pointer;
    background: #fff;
    width: 35px;
    text-align: center;
    display: none;
    position: fixed;
    right: 0;
    border-radius: 0.42rem;
    -webkit-box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.5);
    z-index: 2000;
}

#div-teste-fechar i{
    color: #000;
    line-height: 40px;
}
#tbl-teste{
    margin: 0 !important;
}
#tbl-teste_filter, #tbl-teste_info{
    display: none;
}


/* Datatables */
.dt-75px {
    width: 75px;
    max-width: 75px;
    min-width: 75px;
    white-space: break-spaces !important;
}
.dt-100px {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    white-space: break-spaces !important;
}
.dt-125px {
    width: 125px;
    max-width: 125px;
    min-width: 125px;
    white-space: break-spaces !important;
}
.dt-150px {
    width: 150px;
    max-width: 150px;
    min-width: 150px;
    white-space: break-spaces !important;
}
.dt-200px {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    white-space: break-spaces !important;
}
.dt-250px {
    width: 250px;
    max-width: 250px;
    min-width: 250px;
    white-space: break-spaces !important;
}
.dt-300px {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
    white-space: break-spaces !important;
}
.dt-350px {
    width: 350px;
    max-width: 350px;
    min-width: 350px;
    white-space: break-spaces !important;
}
.dt-400px {
    width: 400px;
    max-width: 400px;
    min-width: 400px;
    white-space: break-spaces !important;
}
.dt-450px {
    width: 450px;
    max-width: 450px;
    min-width: 450px;
    white-space: break-spaces !important;
}
.dt-500px {
    width: 500px;
    max-width: 500px;
    min-width: 500px;
    white-space: break-spaces !important;
}
.dt-600px {
    width: 600px;
    max-width: 600px;
    min-width: 600px;
    white-space: break-spaces !important;
}
.dt-700px {
    width: 700px;
    max-width: 700px;
    min-width: 700px;
    white-space: break-spaces !important;
}
.dt-800px {
    width: 800px;
    max-width: 800px;
    min-width: 800px;
    white-space: break-spaces !important;
}
.dt-900px {
    width: 900px;
    max-width: 900px;
    min-width: 900px;
    white-space: break-spaces !important;
}
.dt-1000px {
    width: 1000px;
    max-width: 1000px;
    min-width: 1000px;
    white-space: break-spaces !important;
}

.card-form-teste{
    border: 1px dashed lightgray; 
    padding: .75rem;
}

.span-obrigatorio {
    margin-left: 2px;
    color: red;
    font-weight: bolder;
    font-style: italic;
}

.label-botao{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 10px;
}

.alert-warning{
    z-index: 100000000!important;
}

.w-100p {
    width: 100% !important;
}

.tbl-padrao {
    white-space: nowrap;
}

.tbl-padrao > thead > tr > th:hover {
    color: #e9de60 !important;
}

.tbl-padrao > tbody > tr:not(.linha-selecionada):hover {
    background-color: #dbefff !important;
}

.tbl-padrao > tbody > tr > td {
    cursor: pointer;
    text-overflow: ellipsis;
}

.tbl-padrao > tbody > tr > td:first-child,
.tbl-padrao > thead > tr > th:first-child {
    border-radius: 5px 0 0 5px;
}

.tbl-padrao > tbody > tr > td:last-child,
.tbl-padrao > thead > tr > th:last-child {
    border-radius: 0 5px 5px 0;
}

.tbl-padrao > tbody > tr.linha-selecionada {
    background-color: #241ca3 !important;
}

.tbl-padrao  > tbody > tr.linha-selecionada > td {
    color: #fff !important;
}

.tbl-padrao  > tbody > tr:nth-child(even) {
    background-color: #eaeaea;
}

.tbl-padrao > thead > tr > th {
    background-color: #3e3e3e;
    position: sticky !important;
    color: #fff !important;
    top: 0;
    z-index: 10;
}

@media (min-width: 992px) {
    .tbl-padrao > thead > tr > th {
        top: 117.5px;
    }
    .tbl-padrao-top-5 > thead > tr > th {
        top: 5px;
    }
    .tbl-padrao-top-45 > thead > tr > th {
        top: 45px;
    }
    .tbl-padrao-top-0 > thead > tr > th {
        top: 0px;
    }
}

.dataTables_wrapper .tbl-padrao.dataTable {
    margin: 0 !important;
}

.dt-colresizable-table-wrapper {
    overflow: unset !important;
}

.dataTables_wrapper.dt-bootstrap4.no-footer > div.row {
    margin: 0 !important;
}

.dataTables_wrapper.dt-bootstrap4.no-footer > div.row > div {
    padding: 0 !important;
}
.overflow-visible {
    overflow: visible !important;
}

input:read-only,
input:disabled,
textarea:read-only {
    background-color: #f1f1f1 !important;
}

.background-color-red {
    background-color: red !important;
}

.td-nao-destacar-detalhamentos {
    width: 50px !important;
}

.img-icon {
    height: 17px;
    margin-right: 2px;
}