/* MODAL */

/* RATE BIBLE MODAL */
#bible-create-modal .modal-dialog .modal-content{
    background-color: #fff;
    border-radius: 0px;
    border: none;
    color:#fff;
}

#bible-create-modal .modal-header{
    padding: 10px;
    border-bottom: .5px solid rgb(227, 228, 228);
}

#bible-create-modal .modal-body{
    height:260px;
}
#bible-create-modal .modal-footer{
    padding: 10px;
    border-top: .5px solid rgb(227, 228, 228);
    height: 60px;
}
/* BIBLE MODAL */


/* MODAL */

/* RATE REGULAR MODAL */
#regular-efdate-modal .modal-dialog .modal-content{
    background-color: #fff;
    border-radius: 0px;
    border: none;
    color:#fff;
}

#regular-efdate-modal .modal-dialog{
   width: 1520px;
}

#regular-efdate-modal .modal-header{
    padding: 10px;
    border-bottom: .5px solid rgb(208, 235, 222);
}

#regular-efdate-modal .modal-body{
   height:430px;
}
#regular-efdate-modal .modal-footer{
    padding: 10px;
    border-top: .5px solid rgb(208, 235, 222);
    height: 60px;
}
/* BIBLE MODAL */


#special-create-modal .modal-body{
    height:360px;
}

.techrate-modal .modal-dialog .modal-content{
    background-color: rgb(220, 220, 220) !important;
}
.techrate-modal .modal-dialog{
    border: .5px solid rgb(240, 235, 235);
}

#select_handler_modal{
    margin-top: 10%;
}

#select-sapcode-modal{
    margin-top: 10%;
    height: 400px;
}


 /* CONFIM ACTION MODAL */
 .pfmodal{
    margin-top: 200px;
    border-radius: 0px;
 }
 .pfmodal .modal-content{
    border-radius: 0px;
 }

 .pfmodal .modal-header{
    height: 45px;
}

 .pfmodal .modal-body{
     height:90px;
 }

 #selectitemmodal,#doctor-customer-modal{
     margin-top: 60px;
     height:500px;
 }

 #select-header-modal, #select-detail-modal{
    position: absolute;
    top: 60%;
    left: 75%;
    transform: translate(-50%, -60%);
    
 }
 #select-header-modal .modal-content{
    width: 350px;
 }
 #select-detail-modal .modal-content{
    width: 350px;
 }

#add-header-modal{
    position: absolute;
    top: 60%;
    left: 30%;
    transform: translate(-50%, -75%);
}