.index {
    min-height: 100vh;
}
.img-profile {
    background: #4e73df;
    border-radius: 100%;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 2rem;
}

.table-bordered {
    border: 1px solid #e3e6f0 !important;
}
.pagination {
    margin: 30px 0;
    justify-content: center;
    overflow: auto;
}
.alert-message {
    display: none;
}



.tooltip { pointer-events: none; }

#message-modal .modal-footer a {
    min-width: 100px;
}


.v-line {
    border-top: 1px dashed rgba(65,100,215,0.4);
    padding-top: 30px;
    margin-top: 40px;
}


.prop-i2 {
    width: 300px;
    height: 200px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px dashed rgb(65,100,215);
    margin-right: 10px;
    margin-bottom: 15px;
}

.prop-i1 {
    width: 160px;
    height: 160px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px dashed rgb(65,100,215);
    margin-right: 10px;
    margin-bottom: 15px;
}

.prop-i1 p, .prop-i2 p {
    font-size: 12px;
    margin-top: 35px;
    color: #999;
    line-height: 24px;
}
option:disabled {
    color: #e3e6f0;
}
.confirm-modal-btn {
    display: none;
}
.cmp_image {
    width: 50px;
}


.hidden {
    display: none;
}


#loader-modal .modal-body {
    padding: 60px;
}

#loader-modal img {
    width: 250px;
}


.form_row label:not(.form-check-label) {
    font-weight: bold;
    margin-top: 15px;
}

.sidebar .sidebar-brand .sidebar-brand-text {
    display: inline;
}
.sorting {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}
.sorting:before {
    right: 1em;
    content: "\2191";
    position: absolute;
    cursor: pointer;
    opacity: 0.3;
}   
.sorting:after {
    right: 0.5em;
    content: "\2193";
    position: absolute;
    cursor: pointer;
    opacity: 0.3;
}
.sorting.sorting_asc:before {
    opacity: 1;
}
.sorting.sorting_desc:after {
    opacity: 1;
}
.table-patients {
    min-width: 600px;
}