/*
* NAI 1.0 (2024-05-30)
 */
body {

}
@media print {
    .no-print {
        visibility: hidden;
        display: none;
        width: 0;
        overflow: hidden;
    }
}
@media screen {
    .no-screen{
        visibility: hidden;
        display: none;
        width: 0;
        overflow: hidden;
    }
}
/*
* Geral
 */
.wait{
    cursor: wait !important;
}
.content-wrapper{
    margin: 2px 0 0 2px;
}
.nai-header{
    border-bottom: 1px solid #aaa99c;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.body-rodape{
    margin: 40px;
    height: 40px;
}
/*
* Menu
 */
#menu_base{
    z-index: 99;
    position: fixed;
    left: 1px;
    bottom: 1px;
    background-color: #f8fafc;
    border: 2px solid #5c70d6;
    box-shadow: 4px -4px 8px #292d42;
    border-radius: 6px;
    padding: 6px;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    margin: 0px;
    cursor: pointer;
    height: 40px;
    width: 40px;
}
#menu_base:hover{
    background-color: rgb(207, 226, 255);
    border: 2px solid #485cc2;
}
#loading_screen{
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
    width: 4000px;
    height: 6000px;
    background-color: rgba(200,200,250,0.8);
}
.form-control, .form-select{
    padding: 4px !important;
}
#version{
    z-index: 99;
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #f8fafc;
    border: 1px solid grey;
    color: grey;
    border-radius: 6px 0 0 0;
    padding: 4px;
    vertical-align: middle;
    text-align: center;
    height: 22px;
    overflow: visible;
    margin: 0;
    font-size: 12px;
    line-height: 14px;
}

/*
* Flash Messages
 */
#flash{
    opacity: 0;
    display: none;
    visibility: hidden;
    z-index: 98;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 500px;
}
#flash-content{
    padding-right: 45px;
}
#flash-close{
    position: absolute;
    display: block;
    right: 2px;
    top: 2px;
}
.fade-in {
    display: block !important;
    visibility: visible !important;
}
.flash-1 {opacity: 10% !important;}
.flash-2 {opacity: 20% !important;}
.flash-3 {opacity: 30% !important;}
.flash-4 {opacity: 40% !important;}
.flash-5 {opacity: 50% !important;}
.flash-6 {opacity: 60% !important;}
.flash-7 {opacity: 70% !important;}
.flash-8 {opacity: 80% !important;}
.flash-9 {opacity: 90% !important;}
.flash-10 {opacity: 100% !important;}

/*
* TasyImport
 */
.file_drop{
    border: 1px dashed red;
    padding: 10px;
}
.nopad, .nopad>.mb-3{
    padding: 0 0 0 5px;
    margin: 0 !important;
}
.rep{
    padding-left: 10px;
}
.reportHeader{
    border-top: 3px solid grey !important;
}
.success, .success td{
    background-color: lawngreen !important;
}
.fail, .fail td{
    background-color: #ff958a !important;
}
.label{
    font-size: 0.8rem;
}
.r{
    text-align: right;
}
.l{
    text-align: left;
}
.c{
    text-align: center;
}
a {
    width: 100%;
    color: #334155 !important;
    text-decoration: none !important;
}
a.active{
    color: white !important;
}
a:hover {
    color: #334155 !important;
    text-decoration: none !important;
}
.a{
    cursor: pointer;
}
.a:hover{
    background-color: #cdccbf;
}
.font08{
    font-size: 0.8rem;
}
.botoes{
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid grey;
}
::backdrop {
    background-image: linear-gradient(
            45deg,
            #0a53be,
            #0c4a6e,
            #0ea5e9,
            #5aa8fc
    );
    opacity: 0.75;
}

/*
*Geral
 */
.page-landscape{
    width: 285mm;
}
.titulo{
    font-size: 1.4em;
    font-weight: bold;
}
.borderTopBottom0{
    border-top: 0 !important;
    border-bottom: 0 !important;
}

/*
* Protocolos
 */
.protocolo-titulo-anemia {
    padding: 3px;
    background: rgb(143, 182, 255) !important;
    background: linear-gradient(0deg, rgba(143, 182, 255, 1) 0%, rgba(225, 235, 255, 1) 50%, rgba(143, 182, 255, 1) 100%) !important;
    border: 1px solid #6c757d;
}
.protocolo-titulo-dmo{
    padding: 3px;
    background: rgb(255,25,0)!important;
    background: linear-gradient(-15deg, rgba(255,25,0,0.7) 0%, rgba(255,209,153,0.5634628851540616) 50%, rgba(255,98,0,0.700717787114846) 100%)!important;
    border: 1px solid #6c757d;
}
.destaque-anemia{
    background: rgb(153,153,255);
    background: linear-gradient(0deg, rgba(153,153,255,0.7) 0%, rgba(255,255,255,0.5634628851540616) 50%, rgba(153,153,255,0.700717787114846) 100%);
    border: 1px solid #0a53be !important;
    font-weight: bold;
}
.destaque-dmo{
    background: rgb(255,192,143);
    background: linear-gradient(0deg, rgba(255,192,143,1) 0%, rgba(254,245,226,1) 50%, rgba(255,195,143,1) 100%);
    border: 1px solid rgba(255,192,143,1) !important;
    font-weight: bold;
}
.protocolo-table-spaced{
    border-collapse: separate;
}
.protocolo-table td{
    border: 1px solid #6c757d !important;
    vertical-align: middle;
    padding: 3px;
    line-height: 0.9em;
}
.red{
    color:red!important;
}
.protocolo-close{
    display:inline-block;
    float: right;
    text-align: center;
    padding:4px 15px;
}
.clear-button{
    color: red;
    position: absolute;
    right: 0.5em !important;
    top: 0.5em !important;
    font-weight: bold !important;
    font-size: 2em !important;
    opacity: 1 !important;
    /*
    border: 1px solid red !important;
    border-radius: 8px !important;
    padding: 4px 4px 4px 4px !important;
    margin: 2px !important;

     */
}
