.loader-div {  
    position:fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    width:100%;
    height:100%;
    z-index:999999;
    background-color:rgba(0,0,0,0.2);
    
 }

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px;  /* -1 * image height / 2 */
    display: block;     
}

.padding-10{
    padding: 10px;
}

.btn-circle{
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.header-page-title{
    font-weight: bold;
    font-size: 25px;
    color: #333D4A;
}

.info-instance{
    padding: 5px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
}

.info-instance:hover{
    background: #d9edf7;
    cursor: pointer;
}

.padding-left-right-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.padding-left-right-15{
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.padding-right-0{
    padding-right: 0px;
}

.margin-right-5{
    margin-right: 5px;
}

.profile-header-bg{
    background: rgba(65, 179, 20, 0.29);
    color: black;
}

.single-patient-instance{
    margin-top: 10px;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    padding: 5px;
}

.single-patient-instance:hover{
    cursor: pointer;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.single-patient-name:hover{
    cursor: pointer;
}

.single-patient-instance:hover .arrow-right {
    border-left: 15px solid #3c763d;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #060606;
    margin-top: 10px;
    float: right;
    padding-right: 0px;
}

.margin-5{
    margin: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.chief-containar{
    color: red;
    font-weight: bold;
}

.metric .number{
    font-size: 35px !important;
}

#overlay_layer {
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.associated-single-entity{
    padding: 5px;
    background: rgba(128, 128, 128, 0.16);
    border-radius: 5px;
    margin-left: 5px;
}

.font-bold{
    font-weight: bold;
}

.margin-left-15 {
    margin-left: 15px;
}

.app-history-title-single-entity{
    background: grey;
    color: white;
    font-weight: bold;
}

.close-btn-app-history {
    position: absolute;
    z-index: 99;
    right: 0;
    margin-right: 5px;
    margin-top: -25px;
}

.margin-bottom-20{
    margin-bottom: 20px;
}

.app-history-name{
    background: black;
    color: white;
    border-radius: 5px;
    padding: 8px;
    margin-right: 5px;
}

.padding-left-0{
    padding-left: 0px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    background-color: #333D4A;
    outline: 1px solid slategrey;
}
::-webkit-scrollbar {
    width: 10px;
}

.chk-patient{
    width: 20px;
    height: 20px;
    position: relative;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.classPatientlistQP:nth-child(odd){
    background: #f1f0f0;
}


input:focus, select:focus, textarea:focus, button:focus{
    border-color: rgb(51, 61, 74) !important;
}

input.readonly{
    background: white !important;
}

.angularjs-datetime-picker{
    z-index: 9999 !important;
}

.margin-bottom-30{
    margin-bottom: 30px;
}