
@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);
}

/* Estiliza a barra de rolagem no Chrome, Edge e Safari */
::-webkit-scrollbar {
    width: 8px; /* Largura da barra de rolagem */
    height: 8px; /* Altura da barra de rolagem */
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); /* Cor da "thumb" */
    border-radius: 10px; /* Arredondamento das bordas */
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5); /* Cor ao passar o mouse */
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1); /* Cor do fundo da barra de rolagem */
    border-radius: 10px; /* Arredondamento das bordas */
}

/* Estiliza a barra de rolagem no Firefox */
* {
    scrollbar-width: thin; /* Define uma barra de rolagem fina */
    scrollbar-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.1); /* Cor da "thumb" e do fundo */
}

/*tamanho do filtro select da listagem*/
.select2-container--open .select2-dropdown{
    width: max-content !important;
}




/*LAYOUT PAINEL*/
/*.page{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
}

.topo {
    display: flex;
    flex-wrap: wrap;
    padding: 1.8vw 1vw;
}

.page-body {
    width: 85.4vw;
    margin-left: 14vw;
    margin-top: 20px;
    height: auto;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    color: #107dde;
    min-height: calc(100vh - 40px);
    margin-bottom: 20px;
}
.menu {
    width: 12vw;
    height: auto;
    max-height: calc(100vh - 120px);
    padding: 10px;
    background-color: white;
    margin-top: 43px;
    border: none;
    border-radius: 10px;
    text-align: center;
    position: fixed;
    overflow-x: auto;
}

.logo-menu {
    width: 12vw;
    object-fit: contain;
    position: fixed;
}

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


.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;
    font-size: small;
}
}*/







.page{
    display: flex;
}

.topo{
    
}

.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 i{
    display: block;
    font-size: 20px;
    margin: 0 auto;
}

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

.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 i:hover{
    color: #212529;
    transition: 0.4s;
}

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

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









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

button[disabled]{
  opacity: 0.4;
}

#div_repostas{
    color: black;
}


.resultado-dataTable tfoot input, select {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

.mensagem-input-salvo{
    margin-left: 10px;
}

.box-configacoes-form-modal{

}

.box-configacoes-form-modal h3{
    color: grey;
    margin-bottom: 20px;
}

.box-configacoes-form-modal .form-switch input{

}

.box-configacoes-form-modal .form-switch label{
    margin: 0px !important;
    font-size: 17px !important;
}

.box-configacoes-form-modal p{
    color: grey;
    margin: 15px 0 30px;
}

.mensagem-modal_body_img img{
    width: 200px;
    margin: 0 auto;
    display: block;
}

.mensagem-modal_body_title{
    font-family: gotham-extraBold;
    color: #107dde;
    text-align: center;
    font-size: 21px;
    margin-top: 30px;
}

.mensagem-modal_body_subtitle{
    color: #107dde;
    text-align: center;
    
}

.mensagem-modal_body_dados{
    margin-top: 20px;

}

.mensagem-modal_body_dados_row{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.mensagem-modal_body_dados_row label{
    color: #0d589a;
}

.negrito{
    font-family: 'gotham-extraBold';
}

.mensagem-modal_body_dados_row .input-group input{
    
}

.mensagem-modal_body_dados_row .input-group button{
    
}

.mensagem-modal_body_compartilhar{
    
}

.btn-carregando{
    color: #000 !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.btn-excluir:hover{
    color: #fff !important;
    background-color: #bb2d3b !important;
    border-color: #b02a37 !important;
}

.btn-excluir{
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-excluir:hover{
    color: #fff !important;
    background-color: #bb2d3b !important;
    border-color: #b02a37 !important;
}


.font-tabela{
    font-size: 14px;
}

.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;
    color: gray;
}

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

.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: 20px 40px 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;
    transition: 0.5s;
    min-height: 300px;
}

#glass{
    z-index: 100 !important;
}

.box-modal-gigante{
    width: 98% !important;
    margin-left: 1% !important;
    padding: 0px 10px 10px !important;
    max-height: calc(100vh - 20px) !important;
    min-height: calc(100vh - 20px) !important;
    margin-top: 10px !important;
}

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

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

.nadaEncontrado{
    color: gray;
    font-weight: 900;
    font-size: 20px;
}

#pdf-render{
    width: 100%;
    height: 100%;
}

/* Aplicar flexbox se houver um .icone-loading dentro da .box-modal ou .page-body */
.box-modal:has(.icone-loading),
.page-body:has(.icone-loading) {
    display: flex; /* Flexbox quando .icone-loading está presente */
    align-items: center; /* Centralizar verticalmente */
    justify-content: center; /* Centralizar horizontalmente */
}

/* Estilos para .icone-loading */
.icone-loading {
    width: 100%;
    height: 100%; /* Ocupar toda a altura disponível */
    min-height: 300px;
    display: flex; /* Flexbox para centralizar o SVG */
    justify-content: center; /* Centralizar horizontalmente o SVG */
    align-items: center; /* Centralizar verticalmente o SVG */
}

.icone-loading svg {
    width: 100px;
    color: #0d589a;
}


/* novo loading */

/* Flexbox para centralizar ícone e texto */
.box-modal:has(.icone-loading-text),
.page-body:has(.icone-loading-text) {
    display: flex; /* Flexbox quando .icone-loading-text está presente */
    align-items: center; /* Centralizar verticalmente */
    justify-content: center; /* Centralizar horizontalmente */
}

/* Estilos para .icone-loading-text */
.icone-loading-text {
    width: 100%;
    height: 100%; /* Ocupar toda a altura disponível */
    min-height: 300px;
    display: flex; /* Flexbox para centralizar o conteúdo */
    justify-content: center; /* Centralizar horizontalmente o SVG */
    align-items: center; /* Centralizar verticalmente o SVG */
    position: relative; /* Posicionar o texto dentro do container */
}

/* Estilos para o SVG */
.icone-loading-text svg {
    width: 100px;
    color: #0d589a;
}

/* Estilos para o texto */
.icone-loading-text .loading-text {
    position: absolute; /* Posicionamento absoluto para o texto em cima do ícone */
    top: 20%; /* Centralizar verticalmente */
    left: 50%; /* Centralizar horizontalmente */
    transform: translate(-50%, -50%); /* Ajustar para um realinhamento perfeito */
    color: #0d589a; /* Cor do texto */
    font-size: 18px; /* Tamanho do texto */
    font-weight: bold; /* Negrito para destaque */
    text-align: center; /* Alinhar o texto ao centro */
    font-family: 'gotham-bold';
}

/* final novo loading */

.fechar {
    color: gray;
    font-size: 20px;
    cursor: unset;
    top: 0px;
    right: 10px;
    position: sticky;
    z-index: 10;
    display: block;
    margin-left: 100%;
    text-decoration: none;
    cursor: pointer;
}

.fechar a {
    cursor: pointer;
    text-decoration: none !important;
    width: min-content !important;
    display: block !important;
    position: absolute;
    right: -25px;
}


.fechar a:hover{
    color: black;
}


/* Botão de subir */
#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    display: none; /* Inicialmente escondido */
    z-index: 1;
    transition: width 0.3s ease, padding-left 0.3s ease; /* Transição suave ao expandir */
    width: 55px; /* Largura inicial */
    overflow: hidden; /* Para esconder o texto inicialmente */
    white-space: nowrap; /* Impedir quebra de linha */
}

#scrollTopBtn:hover {
    background-color: #0056b3;
    width: 180px; /* Largura expandida */
    padding-left: 20px; /* Espaçamento extra à esquerda */
    transition: 0.4s;
}

/* Ajuste para o ícone SVG */
#scrollTopBtn svg {
    margin-left: 6px;
    width: 14px;
}

/* Padrão para o small */
#scrollTopBtn small {
    padding-left: 15px;
    transition: padding-left 0.3s ease; /* Transição suave no padding */
}

/* Ao fazer hover, ajusta o padding-left do small */
#scrollTopBtn:hover small {
    padding-left: 8px; /* Novo padding-left no hover */
}

.bootbox-body, .modal-title{
    color: black;
}

.btn-line-azul, .btn-full-azul{
    font-family: gotham;
}

.btn-line-azul{
    color: #107dde;
    background-color: #ffffff;
    border-color: #107dde;
}

.btn-line-azul:hover{
    color: #ffffff;
    background-color: #0a5ca6;
    border-color: #0a5ca6;
}

.btn-full-azul{
    color: #ffffff;
    background-color: #107dde;
    border-color: #107dde;
}

.btn-full-azul:hover{
    color: #ffffff;
    background-color: #0a5ca6;
    border-color: #0a5ca6;
}

.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-modal{
    color: #107dde;
    padding-top: 10px;
}

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

.page-modal .link-exportar{
    font-family: 'gotham';
}

.page-modal .resultado-dataTable{
    margin-top: 30px;    
    text-align: left;
}

.footer-modal-buttons{
    
}

.footer-modal-buttons 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;
}

.footer-modal-buttons button:hover{
    background-color: #0a5ca6;
}

.footer-modal-buttons.duble{
    
}

.footer-modal-buttons.duble button{
    
}



.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: 200px;
    height: 40px;
    background-color: #107dde;
    margin-top: 15px;
    margin-left: calc(50% - 70px);
    color: white;
}

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

.box-modal hr{
    margin: 10px 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: 95%;
    max-width: 400px;
    min-width: 300px;
    background-color: white;
    padding: 20px 0px;
    top: 70px;
    border: 0px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.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;
}



.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;
}

.div-btns-visualizar-laudo{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: auto;
    max-width: 700px;
    margin-top: 20px;
}

.div-btns-visualizar-laudo a{
    
}

.div-btns-visualizar-laudo svg{
    
}

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

.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: 15px; 
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

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

.btn-laudos button:hover{
    color: white !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;
}

#div_tag_laudos svg{
    width: 13px;
}

#div_tag_laudos svg .fa-group .fa-secondary{
    color: #b4b3b3;
}

.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;
    font-size: 15px;
}

.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;
    color: #615f5f;
    background-color: #f4f4f4;
    box-shadow: 0px 1px 3px 1px #dcdcdc;
    padding: 5px;
    margin-bottom: 10px;
}

.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;
}

.item-lista-upload2{
    display: flex;
    justify-content: space-between;
    transition: .3s;
    color: #615f5f;
    background-color: #f4f4f4;
    box-shadow: 0px 1px 3px 1px #dcdcdc;
    padding: 5px;
    margin-bottom: 10px;
}

.item-lista-upload2:hover{
    background-color: #f0f8ff6e;
    transition: .6s;
}
.item-lista-upload2 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;
}

.nome-btn-lista-upload-span{
    display: inline;
    color: white !important;
    font-family: 'gotham-bold';
}

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

.msg-item-lista-upload svg{
    width: 20px;
}

.msg-item-lista-upload svg .fa-secondary{
    color: gray;
}

.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;
}

#messageErro{
       width: fit-content;
    display: block;
    padding: 10px;
    border-radius: 5px;
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    margin: 10px auto;
}

.item-lista-upload-especial{
    color: black;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    margin: 20px auto;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}


.area-upload.ed-up-form .item-lista-upload{
    display: flex;
    flex-wrap: wrap;
}

.area-upload2.ed-up-form2 .item-lista-upload2{
    display: flex;
    flex-wrap: wrap;
}

.img-exames-view{
    width: 200px;
    display: flex;
    justify-content: center;

}

.img-exames-view p{
    text-align: center;
    padding-top: 55px;
}

.img-exames-view img{
    width: auto;
    max-width: 190px;
    height: auto;
    max-height: 160px;
    transition: transform 0.3s ease; /* Animação suave */
}

.img-exames-view img:hover {
    transform: scale(1.4); 
}

.div-info-lista-upload{
    width: calc(100% - 220px);
}

.div-btns-lista-upload{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

/*.nome-btn-lista-upload{
    width: 100%;
    text-align: left;
    font-size: 15px;
    height: 110px;
    padding-top: 20px;
}*/

.nome-btn-lista-upload {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    max-width: 100% !important;
    overflow: hidden !important;
    height: 110px;
    padding-top: 10px;
}

.nome-btn-lista-upload p {
  margin: 0 !important;
  font-size: clamp(12px, 2vw, 16px) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
  flex: 1 !important;
}


.nome-btn-lista-upload strong{
    font-family: 'gotham-extraBold';
}


.titulo_texto_modal_div{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-shadow: #e2e2e2 0px 0px 6px 2px;
    border-radius: 5px;
    padding: 15px 10px 5px;
    justify-content: space-evenly;
    margin-bottom: 10px;
    margin-top: 10px;
}

.titulo_texto_modal{
    font-size: 14px;
    color: gray;
}

.titulo_texto_modal span{
    color: #2b78de !important;
    font-family: 'gotham-extraBold';

}

.excluir-btn-lista-upload small{
    background-color: #b4b4b4;
    color: white;
    padding: 8px 10px 5px;
    border-radius: 5px;
}
/*
.div-btns-laudar{
    position: sticky;
    bottom: 20px;
    width: 100%;
    background-color: #107dde1c;
    border-radius: 10px;
    padding: 20px 0px;
}
.div-btns-laudar .btn-laudos{
    display: flex;
    margin: 15px 0px;
}

.separador-btns-laudar{
    width:100%;
    margin-bottom: 100px;
}*/

.excluir-btn-lista-upload button, .link-btn-lista-upload a{
    font-family: gotham-bold;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    width: auto;
    height: auto;
    background-color: #107dde;
    margin: 0px !important;
    color: white !important;
    padding: 10px 20px;
    display: block;
}

.area-upload2.ed-up-form2 .lista-uploads2 .barra.complete .text {
    height: auto !important;
    min-height: 180px !important;
}
.area-upload.ed-up-form .lista-uploads .barra.complete .text {
    height: auto !important;
    min-height: 180px !important;
}






.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;
    width: 40px;
}
.area-upload label.label-upload svg .fa-group .fa-secondary{
    color: #117dde3d;
} 



.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;
}

.procedimento_escolhido_cadastrar_soc{
    font-size: 17px;
    color: #2b78de;
    font-family: 'gotham-extraBold';
    position: relative;
    margin-top: 20px;
}

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

.area-upload2 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-upload2 label.label-upload.highlight{
    background-color: #fffdaa;
}

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

.area-upload2 label.label-upload svg{
    display: block;
    margin: 0 auto;
    width: 40px;
}
.area-upload2 label.label-upload svg .fa-group .fa-secondary{
    color: #117dde3d;
} 

.label-target-upload2{
    margin: 30px auto 0px;
    display: block;
    width: 100%;
    max-width: 1500px;
}

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



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

.area-upload2 .lista-uploads2 .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-upload2 .lista-uploads2 .barra.complete .fill{
    background-color: #bcffdf;
}

.area-upload2 .lista-uploads2 .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-upload2 .lista-uploads2 .barra .text a{
    color: black;
    font-weight: bold;
}

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

.area-upload2 .lista-uploads2 .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;*/
    text-align: center !important;
}

.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;
}

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

.item-exame-ed a{
    cursor: pointer;
    display: contents;
}

.btn-upload-drop a{
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    transition: .5s;
}

.btn-upload-drop a svg{
    margin: 0px 0px -2px 2px;
    font-size: 20px;

}

.btn-upload-drop a:hover{
    color: #1e2125;
    background-color: #f8f9fa;
    transition: .8s;
}

.btn-upload-drop-div{
    font-family: gotham-bold;
    display: block;
    width: 100%;
    text-align: right;
    margin: 40px auto 52px;
}

.btn-upload-drop-div ul li hr{
    margin: 10px 0px 10px;
    border: 1px solid #585858;
}

.btn-upload-drop-div ul li a, .btn-upload-drop form label a{
    cursor: pointer;
}

.btn-upload-drop-div button{
    color: #4f4e4e !important;
    text-decoration: none !important;
    0pbox-shadow: 0px 0px 2px 0px grey;
    -webkit-box-shadow: 0px 0px 2px 0px grey;
    -moz-box-shadow: 0px 0px 2px 0px grey;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 10px 50px;
    transition: 0.7s;
}

.btn-upload-drop-div button svg{
    margin: 0px 0px -2px 2px;
    font-size: 20px;

}

.btn-upload-drop-div button:hover{
    color: #ffbe6a !important;
    text-decoration: none !important;
    cursor: pointer !important;
    box-shadow: 0px 0px 2px 0px #595959;
    -webkit-box-shadow: 0px 0px 2px 0px #595959;
    -moz-box-shadow: 0px 0px 2px 0px #595959;
    border: 1px solid #353535;
    background-color: #353535;
    transition: 1s;
}

.mensagem-modal_fechar{
    top: -25px;
    position: sticky;
}

/* Ajuste o tamanho das imagens nas opções */
.select2-results__option img {
    width: 75px;
    height: 60px;
    margin-right: 10px;
    object-fit: contain;
}


.spanModal{
    color: gray !important;
    font-family: 'gotham-extraBold' !important;
    margin-top: 10px !important;
    display: block !important;
}

.span_input_ed_registro{
    margin: -14px 0px 0px 1px;
    position: absolute;
    color: #789bbb;
}

.error-duplicado-lista{
        margin-top: 20px;
    width: 80%;
    margin-left: 10%;
}

.error-duplicado-lista p{
        display: flex;
    justify-content: space-around;
    margin: 0 auto 5px;
    border-bottom: 1px solid #a9cbf3a8;
}

.error-duplicado-lista p strong{
    color: #0d589a;
    font-family: gotham-extraBold;
    font-size: 20px;
    width: 50%;
}

.error-duplicado-lista p span{
        color: black;
    width: 50%;
    text-align: end;
}

.error-duplicado-icon i{
        display: block;
    font-size: 80px;
    color: #107dde;
    text-align: center;
    margin: 0 auto;
}


.header-menu-visualizar-exames{
    position: sticky;
    width: 100%;
    background-color: white;
    padding: 25px 0 2px;
    border-bottom: 3px solid #117dde;
    top: 0px;
}

.conteudo-visualizar-exames{
        width: 100%;
    height: auto;
    min-height: 600px;
}

.menu-btns-visualizar-exames{
    margin: 0px 0 10px;
    display: flex;
    justify-content: center;
}

.btn-visualizar-exames-ativo{
    margin: 0 5px;
    border: none;
    background-color: #107dde;
    color: white;
    font-size: 16px;
    border-radius: 5px;
}

.btn-visualizar-exames:hover, .btn-visualizar-exames-ativo:hover{
    transition: 0.5s;
    background-color: #0a5ca6 !important;
    color: white !important;
}

.btn-visualizar-exames{
    margin: 0 5px;
    background-color: white;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    color: #0d589a !important;
    display: block;
    border: 1px solid #0d589a;
}


.voltar-menu-visualizar-exames {
    display: flex;
    justify-content: space-between;
}

.voltar-menu-visualizar-exames a{
    display: block;
    z-index: 9000;
    position: sticky;
    margin-top: -5px;
    
}

.voltar-menu-visualizar-exames a span{
    color: gray;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none !important;
    margin-right: 10px;
    
}

.voltar-menu-visualizar-exames a span:hover{
    color: black;
}

.voltar-menu-visualizar-exames button{
    background-color: white;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    color: #107dde !important;
    display: block;
    border: none;
    font-size: 18px;
}

.voltar-menu-visualizar-exames button:hover{
    color: #0d589a !important;
    transition: 0.5s;
    cursor: pointer;
}

.btn-download-arq-exames{
    display: block;
    color: #117dde;
    text-align: center;
    margin: 20px 0;
}

.btn-download-arq-exames h1{
    font-size: 22px;
    margin-top: 40px;
}

.btn-download-arq-exames i{
    display: block;
    margin: 10px auto 40px;
    font-size: 100px;
}

.btn-download-arq-exames a{
    font-family: gotham-extraBold;
    background-color: #107dde;
    border-radius: 10px;
    margin-top: 20px;
    color: white;
    border: none !important;
    padding: 20px;
    text-decoration: none;
}

.btn-download-arq-exames a:hover{
    background-color: #0d589a;
    color: white;
}

.imagem-visualizar-exames-src{
    width:auto;
     max-width: 100%;
     height: auto;
     max-height: 700px;
     display: block;
     margin: 0px auto 80px;
}

/*.aviso-imagem-visualizar-exames{
    position: sticky;
    width: 205px;
    top: 365px;
}

.btn-imprimir-imagem-visualizar-exames{
    position: sticky;
    top: 540px;
    border: none;
    background-color: #107dde;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px;
}*/

.aviso-imagem-visualizar-exames{
    position: sticky;
    width: 646px;
    top: calc(100vh - 75px);
}

.btn-imprimir-imagem-visualizar-exames{
    position: sticky;
    top: calc(100vh - 68px);
    border: none;
    background-color: #107dde;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px;
    margin-left: calc(100% - 178px);
}

.btn-imprimir-imagem-visualizar-exames:hover{
    transition: 0.5s;
    background-color: #0a5ca6 !important;
    color: white !important;
}

.icone-registros-exames-sem-img{
    display: block;
    width: 30px;
    margin: 0 auto;
    color: #aa2336;
    cursor: help;
}

.icone-registros-exames-sem-img .fa-group .fa-secondary{
    color: #aa2336;
}

.icone-registros-exames-sem-img .fa-group .fa-primary{
    color: white;
}

.icone-registros-exames-sem-img:hover{
    color: #aa2336 !important;
}

.icone-registros-exames-sem-img-span{
    display: none;
}

.btn-lista-exames-laudos{
    font-family: 'gotham' !important;
    width: auto !important;
    height: auto !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    background-color: #ffffff !important;
    border: 2px solid #107dde !important;
    color: #107dde !important;
}

.btn-lista-exames-laudos:hover{
    background-color: #107dde !important;
    color: #ffffff !important;
}

.btn-lista-exames-laudos span{
    background-color: #0a58ca !important;
}

.btn-ed-medicos{
    font-family: gotham-bold; 
    border: none; 
    font-size: 16px; 
    border-radius: 5px; 
    width: 174px; 
    height: 40px; 
    background-color: #107dde; 
    margin: 10px 0 20px; 
    color: white; 
    display: inline-block; 
    text-align: center; 
    text-decoration: none; 
    padding-top: 8px;
}

.div-ed-btns-a{

}

.btn-ed-abrir-atual{
    font-family: gotham-bold; 
    border: none; 
    font-size: 16px; 
    border-radius: 5px; 
    width: 174px; 
    height: 40px; 
    background-color: #107dde; 
    margin-top: 0px; 
    color: white; 
    display: inline-block; 
    text-align: center; 
    text-decoration: none; 
    padding-top: 8px;
}

.btn-ex-abrir-atual{
    font-family: gotham-bold; 
    border: none; 
    font-size: 16px; 
    border-radius: 5px; 
    width: 196px; 
    height: 40px; 
    background-color: #107dde; 
    margin-top: 0px; 
    color: white; 
    display: inline-block; 
    text-align: center; 
    text-decoration: none; 
    padding-top: 8px; 
    margin-left: 20px; 
    cursor: pointer;
}

.item-exames-lista-a{
    margin: 0 0 5px;
}

.div_btn_soc_conexao{

}

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

.btn_menu_soc_conexao.btn-line-azul{
    
}

.btn_menu_soc_conexao.btn-full-azul{
    
}

.btn_entrar_perfil_info{
    background-color: #107dde;
    display: block;
    width: 80px;
    color: white !important;
    text-align: center;
    border-radius: 5px;
}

.mode_mobile{
    display: none !important;
}

.mode_descktop{
    display: inherit !important;
}
.item-exame-ed.mode_descktop{
    display: flex;
}

#logo_soc_menu, #logo_pacs_menu{
    width: 70px;
}

.icon-soc-tabela-registros{
    margin-bottom: 0px;   
}

.icon-soc-tabela-registros svg{
    width: 35px;    
}

.icon-pacs-tabela-registros{
    margin-bottom: 0px;   
}

.icon-pacs-tabela-registros svg{
    width: 45px;    
}

.procedimento_escolhido_cadastrar{
    font-size: 17px;
    color: #2b78de;
    font-family: 'gotham-extraBold';
}

.form-modal-tabela{
    padding: 10px;
    color: #107dde;

}

.form-modal-tabela h2{
    font-family: gotham-bold;
    margin-top: 25px;
}

.form-modal-tabela .fechar{
    color: gray;
    font-size: 20px;
    top: 0px;
    position: fixed;
    z-index: 10;
    text-align: end;
    text-decoration: none;
    cursor: pointer;
    display: flex
;
    padding-left: calc(97% - 20px);
    margin-top: 5px;
}

.small_input{
    color: gray;
}

.error_input_text{
    display: none;
    color: red;
}

#data_buscador_laudosMerger_j{
    margin-left: 8px;
    max-width: 180px;
    color: #6c757d;
}

.status_off small::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 50%;
  margin-left: 5px;
  vertical-align: middle;
}

.modal-servidor-pacs{
    color: black;
}

.painel-api-pacs{
    color: black;
}

#log-list {
    background: #1e1e1e;
    color: #ddd;
    font-family: monospace;
    font-size: 14px;
    max-height: 300px;
    overflow-y: scroll;
    padding: 10px;
    border: 1px solid #444;
    list-style: none;
    margin-top: 10px;
    border-radius: 5px;
}

#log-list li {
    margin-bottom: 4px;
    white-space: pre-wrap;
    word-break: break-word;
}

.log-info {
    color: #00afff;
}

.log-warning {
    color: #ffcc00;
}

.log-error {
    color: #ff4444;
}

.log-success {
    color: #00dd88;
}

#status{
    color: white !important;
}

.btns-modal-api{
    display: flex;
}

.btn-voltar-admin{
    position: fixed;
    width: 40%;
    top: 30px;
    display: flex;
    justify-content: end;
    padding: 10px 20px;
    background: linear-gradient(-90deg, #0b59a8c4, rgb(11 89 168 / 0%));
    margin-left: 60%;
}

.btn-voltar-admin button{
    border: none;
    background-color: #107dde;
    color: white;
    font-family: 'gotham-bold';
    font-size: 17px;
    padding: 10px 30px;
    border-radius: 10px;
}


@media only screen and (max-width: 1100px) {

    
}