
@font-face {
    font-family: gotham;
    src: url(../fontes/gotham.otf);
}

@font-face {
    font-family: gotham-bold;
    src: url(../fontes/gotham-bold.otf);
}

@font-face {
    font-family: gotham-extraBold;
    src: url(../fontes/gotham-extraBold.otf);
}

@font-face {
    font-family: gotham-italic;
    src: url(../fontes/gotham-italic.otf);
}

tbody, td, tfoot, th, thead, tr {
    border-color: #c5c5c5;
}

.js-disabled-message {
    text-align: center;
    padding: 50px;
    font-size: 18px;
    font-weight: bold;
    color: red;
    position: fixed;
    width: 100%;
    background-color: bisque;
    height: 100vh;
    z-index: 1000;
    display: table;
}

.js-disabled-message-txt{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.setamenu{
    background-color: #0d589a69;
    color: #0d589a;
    height: 28px;
    padding: 1px;
    font-size: 18px;
    position: fixed;
    z-index: 10;
    bottom: 34px;
    width: 200px;
    border-radius: 0px 0px 10px 10px;
    display: block;
    margin-left: -20px;
}

.page-item.active .page-link {
    background-color: #107dde !important;
    border-color: #107dde !important;
    color: white !important;
}

.page-link {
    color: #107dde !important;
}


.page-link:hover{
    cursor: pointer;
}

input[type=number] { 
   -moz-appearance: textfield;
   appearance: textfield;

}

button:focus{
    outline: none !important;
}

input:focus{
    outline: none !important;
    box-shadow: none !important;
    border-color: gray !important;
}

body{
    background-color: #0d589a;
    font-family: gotham;
    color: white;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    height: 40px;
    padding-top: 5px;
    border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px;
    right: 1px;
    width: 20px;
}

.select2-results__option {
    color: black !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #8c8c8c;
    color: white !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #505050 !important;
    color: white;
}

.form-check-input:checked {
    background-color: #107dde !important;
    border-color: #107dde !important;
}

.notFound{
    margin-top: 20px;
    text-align: center;
}

.displayFlex{
    display: flex !important;
    justify-content: space-between !important;
}

.displayShow{
    display: block !important;
}

.w48{
    width: 48%;
}

.notFound{
    margin-top: 14px;
}

.btn-azul{
    background-color: #107dde;
    border-color: #107dde;
    color: white;
    transition: 0.3s;
}

.btn-azul:hover{
    color: white !important;
    transition: 0.5s;
    background-color: #0a5ca6 !important;
}

.font-bold{
    font-family: 'gotham-bold';
}

.back-box-modal{
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 10;
    background-color: #0404049c;
    display: none;
    top: 0;
}

.box-modal{
    width: 90%;
    background-color: white;
    z-index: 20;
    position: fixed;
    margin-left: 5%;
    padding: 40px;
    height: auto;
    max-height: calc(100vh - 100px);
    border-radius: 20px;
    margin-top: 50px;
    display: none;
    top: 0 !important;
    padding-bottom: 15px;
    overflow-y: auto;
}

.box-modal-grande{
    width: 90% !important;
    margin-left: 5% !important;
}

.box-modal-pequeno{
    width: 400px;
    margin-left: calc(50% - 200px);
}

.fechar{
    color: gray;
    font-size: 20px;
    margin-left: 100% !important;
    cursor: pointer;
    text-decoration: none !important;
    margin-top: -25px;
    display: block;
    margin-bottom: 10px;
}

.fechar:hover{
    color: black;
}

.buscar input{
    width: 220px;
}

.buscar button{
    border: none;
    background-color: #107dde;
    color: white;
    font-family: 'gotham-bold';
    font-size: 14px;
    width: 100px;
    border-radius: 5px;
    margin-left: 10px;
}

.buscar button:hover{
    transition: 0.5s;
    background-color: #0a5ca6 !important;
}

.btn-preto{
    border: none;
    background-color: #107dde;
    color: white;
    font-family: 'gotham-bold';
    font-size: 14px;
    width: 100px;
    border-radius: 5px;
    padding: 12px;
    margin-left: calc(50% - 50px);
    margin-top: 30px;
}

.btn-preto:hover{
    transition: 0.5s;
    background-color: #0a5ca6 !important;
}

#imgAtual{
    display: block;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
    margin-bottom: 20px;
    border: 4px solid #107dde;
    margin-left: calc(50% - 75px);
}

#imgResult{
    display: none;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
    margin-bottom: 20px;
    border: 4px solid #107dde;
    margin-left: calc(50% - 75px);
}

.page{
    display: flex;
}

.page-body{
    width: calc(100% - 260px);
    margin-left: 240px;
    margin-top: 20px;
    height: auto;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    color: #107dde;
    min-height: calc(100vh - 40px);
    margin-bottom: 20px;
}

.page-body a svg:hover{
    color: #212529;
    transition: 0.4s;
}

.page-body a svg:hover{
    color: #0a5ca6;
    transition: 0.5s;
}

.a:hover{
    color: #0a5ca6;
    transition: 0.5s;
}

.page-body h2{
    font-family: gotham-bold;
}

.link-exportar{
    font-family: gotham-bold;
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 30px;
}

.link-exportar a{
    color: #107dde;
    text-decoration: none !important;
}

.link-exportar a:hover{
    transition: 0.5s;
    color: #107dde !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

.form-modal hr{
    margin: 10px 0px;
}

.form-modal h4{
    color: black;
}


.form-modal label{
    margin: 5px 0px;
    color: gray;
    font-size: 15px;
}

.form-modal h1{
    color: gray;
    font-size: 20px;
    margin-bottom: 25px;
}

.form-modal input{
    margin-bottom: 5px;
}

.form-modal select{
    margin-bottom: 5px;
}

.form-modal button{
    font-family: gotham-bold;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    width: 140px;
    height: 40px;
    background-color: #107dde;
    margin-top: 15px;
    margin-left: calc(50% - 70px);
    color: white;
}

.form-modal button:hover{
    background-color: #0a5ca6 !important;
}

.box-modal hr{
    margin: 30px 0px;
    border: 1px solid #ced4da;
}

.box-modal-span{
    color: black;
}

.div-info span{
    font-family: gotham-bold;
    font-size: 14px;
}

.icone-info:hover{
    transition: 0.5s;
    cursor: pointer;
    color: gray !important;
}


.fundo-login{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
    position: absolute;
}

.box-login{
    width: 400px;
    background-color: white;
    padding: 20px 0px;
    top: 70px;
    margin-left: calc(50% - 200px);
    border: 0px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

.logo-box-login{
    width: 90%;
    margin-left: 5%;
    margin-bottom: 15px;
}

.form-box-login{
    width: 92%;
    margin-left: 4%;
}

.form-box-login span{
    color: gray;
    font-size: 14px;
    margin-top: -5px;
    display: block;
    cursor: pointer;

}

.form-box-login span:hover{
    text-decoration: underline;
}

.titulo-login{
    font-family: 'gotham';
    color: #525252;
    text-align: center;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.row-form-box-login{
    margin-bottom: 10px;
}

.row-form-box-login input{
    width: 100%;
    height: 40px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid gray;
}

.row-form-box-login input:focus{
    width: 100%;
    height: 40px;
    padding: 10px;
    border-radius: 10px !important;
    border: 1px solid #107dde !important;
    outline: none !important;
}

.btn-login{
    font-family: gotham-extraBold;
    background-color: #107dde;
    width: 140px;
    height: 50px;
    margin-left: calc(50% - 70px);
    border-radius: 10px;
    margin-top: 20px;
    color: white;
    border: none !important;
}

.btn-login:hover{
    transition: 0.8s;
    background-color: #6b6b6b;
    outline: none !important;
}

.btn-login:focus{
    background-color: #6b6b6b;
    outline: none !important;
}

#error-login{
    display: block;
    width: 100%;
    margin-left: 0%;
    border: 5px solid #c3282896;
    padding: 10px;
    background-color: #c3282830;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #c32828;
    font-family: 'gotham-bold';
}

#error-login:hover{
    text-decoration: none !important;
    cursor: default !important;
}

.errorInput{
    border: 2px solid red !important;
}

.logo-menu{
    width: 200px;
    object-fit: contain;
    position: fixed;
    margin-left: 20px;
    margin-top: 20px;
}

.menu{
    width: 200px;
    height: auto;
    max-height: calc(100vh - 120px);
    padding: 20px;
    background-color: white;
    margin-left: 20px;
    margin-top: 85px;
    border: none;
    border-radius: 10px;
    text-align: center;
    position: fixed;
    overflow-x: auto;
}

.menu span{
    font-family: gotham-bold;
    width: 100%;
    margin-left: 0%;
    background-color: #107dde;
    display: block;
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
}

.menu span:hover{
    transition: 0.5s;
    cursor: pointer;
    background-color: #0d589a !important;
}

.menu span svg{
    display: block;
    font-size: 20px;
    margin: 0 auto;
}

.menuAtivo{
    background-color: #0d589a !important;
}

.loadGif{
    width: 70px;
    margin-left: calc(50% - 35px);
    margin-top: 100px;
    margin-bottom: 100px;
}

.div-info{
    color: #212121;
}

.div-fatura{
    color: gray; 
}

.div-fatura h1{
    text-align: center;
    font-size: 17px;
    margin-top: 70px;
}


.div-fatura a{
    display: flex;
    justify-content: center;
    width: 220px;
    margin-left: calc(50% - 110px);
    margin-top: 20px;
    font-family: 'gotham-bold';
}

.div-fatura a:hover{
    transition: 0.8s !important;
    color: #0a5ca6 !important;
    font-family: 'gotham-bold';
}

.btn-faturas{
    display: flex;
    justify-content: space-around;
    width: 200px;
    background-color: #3a3a3a;
    font-family: 'gotham-bold';
    margin: 55px 0px 15px calc(50% - 100px);
    padding: 10px;
    border-radius: 5px;
}

.item-btn-faturas{
    color: #9c9c9c;
    cursor: pointer;
}

.item-btn-faturas:hover{
    color: #8afa00;
}

.item-btn-faturas-ativo{
    color: #ffffff;
}

.link-exportar a svg{
    font-size: 25px;
}

.modal_grande{
    width: 90% !important;
    max-width: 800px;
    margin: 40px auto;
}

.imgInput{
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
    border: 0px !important;
    border-radius: 0 !important;
    margin-bottom: 20px !important;
}

.btn-form-login{
        font-family: gotham-bold;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    width: 140px;
    height: 40px;
    background-color: #107dde;
    margin-top: 15px;
    margin-left: calc(50% - 70px);
    color: white;
}

.info-table a{
    background-color: #0d589a;
    padding: 5px 10px;
    margin: 4px 5px;
    border-radius: 5px;
    text-align: center;
    color: white !important;
    display: inline-block;
}

.coluna_cod{
    width: 100px;
}

.coluna_info{
    width: 300px;
    text-align: center;
}

td, th{
    padding-top: 12px !important;
}

.info-table{
    padding-top: 8px !important;
    text-align: center;
}

.mobile{
    display: none;  
}

#txt-btn-nv-procedimento{
    color: gray;
    text-align: center;
    display: block;
}


.excluirExames{
    border-radius: 5px;
    background-color: #0d589a;
    text-align: center;
    text-decoration: none !important;
    padding: 5px 10px;
    color: white;
    cursor: pointer;
}

.gerar_laudo h1{
    color: #0d589a;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.gerar_laudo a{
    background-color: #0d589a;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    color: white !important;
    display: block;
    width: 150px;
    text-decoration: none;
    height: 40px;
    padding-top: 8px;
    margin-left: calc(50% - 75px);
    margin-top: 30px;
    margin-bottom: 40px;
}

.verLaudo{
    background-color: #0d589a;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    color: white !important;
    display: block;
    width: 240px;
    text-decoration: none;
    height: 40px;
    padding-top: 8px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.verLaudoIframe{
    background-color: #11304c;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    color: white !important;
    display: block;
    width: 240px;
    text-decoration: none;
    height: 40px;
    padding-top: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: calc(50% - 120px);
}

.btn_exportar_excel_mobile{
    display: none;
}

.btn_exportar_excel_mobile button{
    width: 180px;
    height: 40px;
}

.btn_exportar_excel{
    display: block;
}

.btn_exportar_excel button{
    width: 180px;
    height: 40px;
}

.btn-laudos{
   margin-top: 50px; 
    display: flex;
    justify-content: space-around;
}

.btn-laudos button{
    margin: 0px !important;
}

.loadGifBarra{
    width: 380px;
    height: 100px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

#resultados_exames{
    min-height: 200px;
}

#load_ajax{
    min-height: 200px;
}

.btn-cadastrar{
    border: none;
    background-color: #107dde;
    color: white;
    font-family: 'gotham-bold';
    font-size: 14px;
    border-radius: 5px;
    height: 40px;
    width: 140px;
}

.btn-cadastrar:hover{
    color: white !important;
    transition: 0.5s;
    background-color: #0a5ca6 !important;
}

#progress{
    display: block;
    width: 300px;
    margin: 20px auto;
}

.div-btns-form{
    margin: 50px 0 15px;
    display: flex;
    justify-content: space-evenly;
    
}

.div-btns-form button{
    margin: 5px;
    width: 240px;
    padding: 5px 20px;
}

#btn_input_procedimentos_select{
    display: none;
}

#div_input_procedimentos_select, #input_input_procedimentos_select{
    color: gray;
    margin-top: 20px;
}

#div_input_procedimentos_select h5{
    text-align: center;
}

.item-input-checkbok-procedimento{
    width: 100%;
    font-size: 18px;
}

.item-input-checkbok-procedimento input{
    margin-right: 10px;
    opacity: 0;
}

.item-input-checkbok-procedimento svg{

}

.item-input-checkbok-procedimento-bd{
       width: 100%;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 1px solid #9a9a9a;
    padding-bottom: 10px;
}
}

.item-input-checkbok-procedimento-bd input{
    margin-right: 10px;
    opacity: 0;
}

.item-input-checkbok-procedimento-bd span{
    margin-top: 0px !important;
}

.item-input-checkbok-procedimento-bd svg{

}

#div-procedimentos-registro{

}

.info-registros-p{
    color: black;
}

.info-registros-p strong{
    font-family: 'gotham-extraBold';
    color: gray;
}

#tags_input_procedimentos_select{
        width: 90%;
    background-color: #a5a5a5;
    padding: 10px 20px;
    border-radius: 5px;
    margin-left: 5%;
    margin-top: 30px;
    margin-bottom: 20px;
    display: none;
}

.item-input-text-procedimento input{
    width: calc(100% - 40px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

.item-input-text-procedimento svg{
    font-size: 42px;
    position: absolute;
    margin-top: -2px;
    display: inline-flex;
    margin-left: 4px;
}

.item-input-text-procedimento svg:hover{
    cursor: pointer;
    color: #107dde;
}

.div-inputs-bd{
    color: #606060;
    background-color: #dbdbdb;
    padding: 15px 10px;
    margin: 10px 0px;
    border-radius: 5px;
    line-height: 2;
}

form span{
    color: black;
}


.checkbox_selecionados{
    width: 100%;
    box-shadow: 0px 0px 3px 1px #a6a6a6ed;
    padding: 20px;
    font-size: 13px;
    max-width: 1000px;
    margin: 20px auto 30px;
}

.checkbox_selecionados p{
    font-size: 20px;
    color: black;
}

#header_checkbox_selecionados{
    display: flex;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #828282;
}

#body_checkbox_selecionados{
    width: 100%;
}

.row_checkbox_selecionados{
    display: flex;
    width: 100%;
    background-color: #e2e3e5;
    padding: 10px 0px 10px 5px;
    border-bottom: 1px solid #c5c5c5;
}

.row_checkbox_selecionados input{
    display: none;
}

.row_checkbox_selecionados a{
    cursor: pointer;
}

.coluna_checkbox_selecionados{
    color: #212529;
    padding: 0px 5px;
}

.c1_row_checkbox_selecionados{
    width: 10%;
}

.c2_row_checkbox_selecionados{
    width: 20%;
}

.c3_row_checkbox_selecionados{
    width: 20%;
}

.c4_row_checkbox_selecionados{
    width: 20%;
}

.c5_row_checkbox_selecionados{
    width: 20%;
}

.c6_row_checkbox_selecionados{
    width: 10%;
}

.topo_checkbox_selecionados{
    display: flex;
    justify-content: space-between;
}

.topo_checkbox_selecionados button{
    border: none;
    background-color: #107dde;
    color: white;
    font-family: 'gotham-bold';
    font-size: 14px;
    width: 100px;
    border-radius: 5px;
}

.topo_checkbox_selecionados button:hover {
    cursor: pointer;
    transition: 0.5s;
    background-color: #0a5ca6 !important;
}

.btn_azul_padrao{
    border: none;
    background-color: #107dde;
    color: white;
    font-family: 'gotham-bold';
    border-radius: 5px;
    text-decoration: none;
    padding: 10px 15px;
}

.btn_azul_padrao:hover {
    cursor: pointer;
    transition: 0.5s;
    background-color: #0a5ca6 !important;
}

.btn-tabela-pdf{
    cursor: pointer;
    text-decoration: none;
}

#btn-download-merger-pdf, #checkbox_selecionados{
    display: none;
}

#div-result-procedimentos-select p{
    background-color: gray;
    color: white;
    padding: 10px;
    margin-top: 20px;
    border-radius: 8px;
    font-family: 'gotham-extraBold';
}

.copyright-rodape{
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}

.copyright-rodape a{
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    transition: .5s;
}


.copyright-rodape a:hover{
    font-size: 15px;
    transition: 0.7s;
}

#div_tag_laudos{
    background-color: #107dde;
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin-top: 12px;
    color: white;
    width: fit-content;
}

#div_tag_laudos input{
    color: white;
    font-family: 'gotham-bold';
    background: none;
    border: none;
    width: 110px;
    padding: 0px;
    margin: 0px;
}

.btn-copy{
    border: none;
    margin-left: 15px;
    border-radius: 5px;
    color: #5b5959;
}

.btn-copy:hover{
    color: #107dde;
}

.item-exame-info{
    display: flex;
    justify-content: space-between;
    transition: .3s;
}

.item-exame-info:hover{
    background-color: #f0f8ff6e;
    transition: .6s;
}
.item-exame-info span{
    background-color: white;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    color: #0d589a !important;
    display: block;
    border: 1px solid #0d589a;
}

.item-exame-info small{
    background-color: #b4b4b4;
    color: white;
    padding: 8px 10px 5px;
    border-radius: 5px;
}

.item-exame-ed{
    display: flex;
    justify-content: space-between;
    transition: .3s;
}

.item-exame-ed:hover{
    background-color: #f0f8ff6e;
    transition: .6s;
}

.item-exame-ed span{
    background-color: white;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    color: #0d589a !important;
    display: block;
    border: 1px solid #0d589a;
}

.titulo-area-upload{
    margin: 5px 0px;
    color: gray;
    text-align: center;
    display: block;
    font-size: 18px;
}

.item-lista-upload{
    display: flex;
    justify-content: space-between;
    transition: .3s;
}

.item-lista-upload:hover{
    background-color: #f0f8ff6e;
    transition: .6s;
}
.item-lista-upload span{
    background-color: white;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    color: #0d589a !important;
    display: block;
    border: 1px solid #0d589a;
}

.msg-item-lista-upload{
    font-size: 14px;
    padding-top: 5px;
}

.msg-item-lista-upload strong{
    font-family: 'gotham-extraBold';
}

.msg-item-lista-upload svg{
    
}

.btns-exames-view{
    display: flex;
}

.btns-exames-view a{
    margin-right: 10px;
}

.usuarios_ativo_rodape a{
    text-decoration: none;
}

.usuarios_ativo_rodape a font{
    color: white;
    font-size: 14px;
}

.btn-cadastrar:focus{
    box-shadow: none !important;
}

.dropdown-item{
    text-decoration: none !important;
}

.showDrop {
    display: block;
    margin: 40px auto auto;
}

.bloco-datas-info p strong{
    color: #0d589a;
    font-family: gotham-extraBold;
    font-size: 20px;
}










.area-upload{
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
    margin: 20px auto;
    padding: 20px;
    box-sizing: border-box;
    
    width: 100%;
    max-width: 700px;
    position: relative;
}

.area-upload label.label-upload{
    border: 2px dashed #0d8acd;
    min-height: 200px;
    text-align: center;
    width: 100%;
    
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #0d8acd;
    position: relative;
    
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.area-upload label.label-upload.highlight{
    background-color: #fffdaa;
}

.area-upload label.label-upload *{
    pointer-events: none;
}

.area-upload label.label-upload svg{
    display: block;
    margin: 0 auto;
    font-size: 40px;
}



.area-upload input{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-appearance: none;
    opacity: 0;
}



.area-upload .lista-uploads .barra{
    background-color: #e6e6e6;
    margin: 10px 0;
    width: 100%;
    position: relative;
}

.area-upload .lista-uploads .barra .fill{
    background-color: #a1f7ff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    min-width: 0;
    
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}

.area-upload .lista-uploads .barra.complete .fill{
    background-color: #bcffdf;
}

.area-upload .lista-uploads .barra .text{
    z-index: 10;
    text-align: center;
    padding: 10px 10px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    color: black;
    font-size: 14px;
    height: 50px;
}
.area-upload .lista-uploads .barra .text a{
    color: black;
    font-weight: bold;
}

.area-upload .lista-uploads .barra.error .fill{ 
    background-color: #c02929;
    color: white;
    min-width: 100%;
}

.area-upload .lista-uploads .barra.error .text{
    color: white;
}

#progressContainer {
    width: 100%;
    height: 5px;
    background-color: #dadada;
    margin-top: 0px;
}

#progressBar {
    height: 100%;
    width: 0;
    background-color: #4caf50;
    border-radius: 15px;
}

.ed-up-form{
    max-width: 100% !important;
}

.btns-tabela{
    display: flex;
    width: 100%;
    max-width: 80px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.dataTable tbody tr td {
    color: black;
}

.dataTable tfoot tr th input{
    background-color: #fff;
    border: 1px solid #ced4da;
    height: 40px;
    padding-top: 5px;
    border-radius: 5px;
    padding-left: 5px;
}

.dataTables_wrapper .dataTables_length select{
    width: 60px;
}

.m-w-100{
    min-width: 100px;
}

.btns-tabela a{
    background-color: #107dde;
    display: block;
    width: 80px;
    margin: 2px auto;
    color: white !important;
    text-align: center;
    border-radius: 5px;
}

.btns-tabela a:hover{
    background-color: #0d589a;
    cursor: pointer;
}

.icone-tabela{
    display: flex;
    justify-content: center;
}

.icone-tabela button{
    background-color: #107dde;
    display: block;
    width: auto;
    margin: 2px auto;
    color: white !important;
    text-align: center;
    border-radius: 5px;
    border: 0;
    padding: 7px 10px;
}

.icone-tabela button:hover{
    background-color: #0d589a;
    cursor: pointer;
}

.dataTable{
    padding-top: 15px;
}

@media only screen and (min-width: 900px) {
    .border_white_desktop{
        border-bottom: 1px solid #dee2e6 !important;
    }
}