:root {
    --primary: #2c3e50;
    --secondary: #e74c3c;
    --light: #ecf0f1;
    --dark: #1a252f;
    --accent: #3498db;
}

/* modal-confirmLogin */

#modal-confirmLogin p{
    padding: 0px 10px;
}

.errorMsg{
    margin: 5px 0px;
    width: 100%;
    height: auto;
    padding: 0px 10px;
    color: red;
    font-size: 20px;

}


/* ============================================================= */
/* modalConfirm ================================================ */

#modalConfirm{
    margin-top: 100px;
    height: auto;
    max-height: 90%;
    z-index: 10001;
}

#modalConfirm, #modalConfirm .modal-dialog, #modalConfirm .modal-content {
    border-radius: 12px !important;
} 
#modalConfirm .modal-body, #modalConfirmQuest .modal-body{
    width: 100%;
    height: auto;
    max-height: 100%;
    padding: 0px !important;
    border-radius: 12px !important;
    background-color: #944d4d;
}



.modalConfirm .divTitle{
    margin: 0px;
    width: 100%;
    min-height: 120px;
    height: auto;
    padding: 10px 20px;
    background-color: #944d4d;
    color: white;
    
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.modalConfirm .divTitle h1{ margin: 10px 0px; }
.modalConfirm .divTitle h4{ margin: 0px 0px 10px 0px; }

.modalConfirm .divQuests{
    margin: 0px;
    width: 100%;
    height: 100px;
    padding: 5px 20px;
    background-color: #944d4d;
    text-align: left;
}

.modalConfirm .divQuests label{
    color: white;
}

.modalConfirm .divButton{
    margin: 0px;
    width: 100%;
    height: 80px;
    padding: 20px;
    background-color: #4b2727;
    text-align: center;
    display: flex;
    gap: 10px;

    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.modalConfirm .divButton button{
    margin: 0px 5px;
    flex-basis: 200px;
}



/* modalConfirm ================================================ */
/* ============================================================= */
/* modalAtalhos ================================================ */



.qrcodeModalAtalho{
    position: absolute;
    z-index: 10001;
    top: 50px;
    right: 150px;
    margin: 0px;
    width: 300px;
    height: 300px;
    padding: 10px;
    border: 1px solid gray;
    border-radius: 10px;
    box-shadow: 10px 10px 10px gray;
    background-color: white;

    display: none;

    img{
        width: 100%;
        height: 100%;
    }
}



.barAtalhos{
    position: absolute;
    margin: 0px auto;
    width: 600px;
    height: 50px;
    padding: 0px;
    z-index: 10000;
    left: calc((100% - 600px)/2);
    bottom: 30px;
    border-radius: 20px;
    box-shadow: 05px 05px 30px rgb(182, 0, 0);
    background-color: rgb(230, 230, 230);
    
}

.barAtalhos input{
    margin: 0px;
    width: calc(100% - 75px);
    height: 100%;
    padding: 5px 15px;
    display: inline-block;
    border: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgb(230, 230, 230);
    outline: none;
    font-size: 18px;
}


.barAtalhos button{
    margin: 0px;
    width: 30px;
    height: 100%;
    padding: 5px;
    display: inline-block;
    border: none;
    border-radius: 20px;
    font-size: 18px;
    background-color: rgb(230, 230, 230);
}
.barAtalhos button:hover{
    
    background-color: rgb(210, 210, 210);
}

#modal-Atalhos{
    z-index: 9999;
}

#modal-Atalhos iframe{
    width: 100%;
    height: 100%;
    border: none;
}

.menu-atalhos-modal{
    margin: 0px;
    width: 100%;
    height: 40px;
    padding: 5px;
    overflow: hidden;
    z-index: 9999;
    text-align: right;
}

.menu-atalhos-modal input{
    margin: 0px;
    width: calc(100% - 270px);
    height: 100%;
    padding: 5px 10px;
    overflow: hidden;
    z-index: 9999;
    display: inline-block;
    vertical-align: top;
    border: none;
    border-radius: 5px;
    color: black;
    font-size: 16px;
}

.menu-atalhos-modal .btns{
    margin: 0px;
    width: 220px;
    height: 100%;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

.menu-atalhos-btn{
    margin: 0px 5px;
    width: 30px;
    height: 30px;
    padding: 7.5px 5px;
    border: none;
    border-radius: 15px;
    background-color: rgb(163, 163, 163);
    cursor: pointer;
    z-index: 1000000;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.menu-atalhos-btn  i{
    cursor: pointer;
    margin: 0px;
    width: 20px;
    height: 20px;
    padding: 0px;
    top: 0px;
    color: white;
    font-size: 15px;
}

#modal-AtalhosDiv{
    height: calc(100% - 40px);
    padding: 5px;
}

.closeModalAtalho{
    padding: 0px;
    background-color: white;
}
    .closeModalAtalho i{
        margin: 0px;
        width: 30px;
        height: 30px;
        padding: 0px;
        top: 0px;
        color: red;
        font-size: 30px;
    }


@media (max-width: 768px) {

    #modal-Atalhos .modal-dialog{

        margin: auto 0px;
        width: 100% !important;
        height: 100% !important;


    }



}

    
/* modalAtalhos ================================================ */
/* ============================================================= */
/* modal-fileManager =========================================== */


#modal-fileManager{ z-index: 1055; }    

#modal-fileManager .modal-body{
    height: calc(100% - 80px) ;
}    


.boxFiles, .newFiles{
    margin: 0px;
    width: 100%;
    height: 100%;
    padding: 10px;

    display: none;
    overflow: hidden;
}

.boxFiles{
    margin: 0px;
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow: auto;
}



.arrasteFile, .confirmeFile, .duplicarFile{
    
    margin: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    padding: 20px 10px;

    border: 5px dashed gray;

    overflow: hidden;

    text-align: center;
}
    #btnSelectFile{
        cursor: pointer;
    }
.newFiles .t1{
    font-size: 30px;
    font-weight: bold
}
.newFiles .t2{
    font-size: 20px;
    font-weight: bold;
}
#btnSelectFile i{
    margin: 20px;
    font-size: 100px;
}

.newFileBox img{
    max-width: 150px;
    height: 150px;
}

.newFiles .t3{
    font-size: 20px;
    margin-top: 40px;
}
    .newFiles u:hover{
        cursor: pointer;
    }

.newFiles .t4{
    font-size: 15px;
}

.newFiles .t5{
    margin: 0px;
    font-size: 15px;
    color: blue;
}

.newFiles .buttonsBox{
    margin: 0px;
    margin-top: 30px;
    width: 100%;
    height: auto;
    padding: 0px;
}

.newFiles button{
    outline: none;
    font-size: 18px;
}

.duplicarFile button i{
    margin: 0px !important;
    font-size: 18px !important;
}

.newFileBox{
    text-align: center;
}

.newFileBox img{
    margin: auto 0px;
    max-width: 150px;
    height: 150px;
    padding: 5px;
    text-align: center;
}

.newFileBox p{
    margin: 0px;
    margin-bottom: 20px;
    width: 100%;
    height: 30px;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    word-wrap: break-word;
}

.nameFileBox{
    text-align: center;
}
 
.nameFileBox input, .nameFileBox p{
    display: inline-block;
    vertical-align: top;
}
.nameFileBox p{
    text-align: left;
    margin: 0px;
    width: 50px;
    height: auto;
    padding: 5px;
}

.fileBox{
    margin: 0px;
    width: 150px;
    height: 230px;

    border: none;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
}
.fileBox:hover{
    background-color: rgb(245,245,245);
}

.fileBox img{
    margin: auto 0px;
    max-width: 150px;
    height: 150px;
    padding: 5px;
    text-align: center;
}

.fileBox p{
    margin: 0px;
    width: 150px;
    height: 80px;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    word-wrap: break-word;
}



#fileManager-extFile{
    width: auto;
    max-width: 90%;
    max-height: 200px;
    margin-bottom: 10px;
}

#fileManager-nameArq{
    font-size: 20px;
}

#mobileFile{
    text-align: center;
}

#qrCodeMobileFile{
    margin: 0px;
    width: 250px;
    height: 250px;
    padding: 0px;

}


/* modal-fileManager =========================================== */
/* ============================================================= */
/* modal-editObsDocument ======================================= */




#modal-editObsDocument .textFile{

    height: calc(100% - 60px);
    width: 100%;

    border: 1px solid lightgray;
    padding: 30px 20px;

    outline: none;

}

#modal-editCommentDocument .div-2{
    width: calc((100% - 10px)/2);
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

#modal-editCommentDocument .div-2 label{
    width: 100%;
}

#modal-editCommentDocument .div-2 .textFile{
    height: calc(100% - 60px);
    width: 100%;
}

#modal-editCommentDocument .div-2 button{
    width: auto !important;
    height: 25px !important;
    font-size: 15px !important;
    padding: 0px 5px !important;

}

.menu-comment{
    margin: 0px;
    width: 100%;
    height: 40px;
    padding: 5px;
    text-align: left;
}
.menu-comment button{
    display: inline-block;
    vertical-align: top;
}

#modal-editCommentDocument .areaComments{
    height: calc(100% - 40px);
    overflow: hidden;
    overflow-y: auto;
    border-right: 1px solid lightgray;
    word-wrap: break-word;

}

#modal-editCommentDocument .caberc p{
    margin: 0px;
}

#modal-editCommentDocument .caberc button{
    margin: 3px 0px 3px 10px;
    width: 20px;
    height: 20px;
    padding: 2px;

    border: none;
    border-radius: 5px;
}



/* modal-editObsDocument ======================================= */
/* ============================================================= */
/* modal- cadastro ======================================= */

.modal-header{
    background-color: var(--primary);
    text-align: center;
    border-radius: 5px;

    
}

.logo strong{
    color: var(--secondary);
}

.link{
    color: var(--primary) !important;
}

/* modal- cadastro ======================================= */
/* ============================================================= */
/* modal-  ======================================= */
