﻿.patient-list .table thead th {
    border-bottom: 0 solid #dee2e6;
    vertical-align: middle;
    border-top: 0;
}
@media (min-width: 1350px) {
    .patient-list table td {
        width: auto;
        vertical-align: middle;
        border:0;
    }
}
.load-patient-list {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    padding: 0;
}

.sk-loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 44%;
    z-index: 2;
}

.custom-text-center
{
    text-align:center !important;
}
.author-detail li ul {
    margin-left: 80px;
    list-style: disc;
}
.author-detail li ul li a {
    padding-left: 0;
}

.error-search {
    border: 1px solid red!important;
}

/*.dicom-img-holder, .dicom-img {
    height: 484px;
    width: 675px;
}
*/
/*.study-image-scroll-container {
    display: none;
    top: 45px;
    right: 25px;
    height: -moz-calc(100% - 50px);
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
    position: absolute;
}
*/
   /* .study-image-scroll-container input[type=range][orient=vertical] {
        writing-mode: bt-lr;
        -webkit-appearance: slider-vertical;
        width: 8px;
        height: 100%;
        padding: 0 5px;
        transform: rotate( 180deg );
        cursor: pointer;
    }*/
.patient-list .header .jcf-select {
    min-width: 70px;
}

    @media(min-width:768px) {
        #sidebar {
            right: 0;
        }
    }