

.msgLocationModal{
    font-size: 20px;
    text-align: center;

}


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





.buttonsPrintModal button{
    margin: 10px;
    margin-bottom:20px;
    width:150px;
    height:150px;
    padding: 0px;

    border: 0.5px solid rgb(245, 245, 245);
    border-radius: 10px;

    background-color: white;
    color:black;
    box-shadow: 5px 5px 10px rgb(225, 225, 225);
}
.buttonsPrintModal button:hover{
    box-shadow: 5px 5px 15px rgb(180, 180, 180);
}


#printVenda h3{
    text-align: center;
    margin-bottom: 5px;
}

#printVenda input{
    width: 15px;
    height: 15px;
}
#printVenda label{
    font-size: 16px;
    margin-left: 10px;
}






.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 iframe{
    width: 100%;
    height: 100%;
    border: none;
}

.closeModalAtalho{
    position: absolute;
    margin: 0px;
    width: 30px;
    height: 30px;
    padding: 0px;
    top: -15px;
    right: -15px;
    border: none;
    border-radius: 15px;
    background-color: white;
    cursor: pointer;
    z-index: 1000000;
}
 
.closeModalAtalho i{
    margin: 0px;
    width: 30px;
    height: 30px;
    padding: 0px;
    top: 0px;
    color: red;
    font-size: 30px;
}

.printModalAtalho{
    position: absolute;
    margin: 0px;
    width: 30px;
    height: 30px;
    padding: 7.5px;
    top: -15px;
    right: 25px;
    border: none;
    border-radius: 15px;
    background-color: rgb(163, 163, 163);
    cursor: pointer;
    z-index: 1000000;
}
 
.printModalAtalho i{
    margin: 0px;
    width: 20px;
    height: 20px;
    padding: 0px;
    top: 0px;
    color: white;
    font-size: 15px;
}


/* ============================================================= */
/* 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: #374652;
}



.modalConfirm .divTitle{
    margin: 0px;
    width: 100%;
    height: 120px;
    padding: 10px 20px;
    background-color: #374652;
    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: #374652;
    text-align: left;
}

.modalConfirm .divQuests label{
    color: white;
}

.modalConfirm .divButton{
    margin: 0px;
    width: 100%;
    height: 80px;
    padding: 20px;
    background-color: #24303a;
    text-align: center;

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

.modalConfirm .divButton button{
    margin: 0px 5px;
}
