
.not-active {
    pointer-events: none;
    cursor: default;
}

.breadcrumb {
    font-size: 12px !important;
}

.breadcrumb i {
    padding-right: 5px;
}

/* Nina 12.04.17 */
/*b, strong {*/
/*font-family: 'Open Sans', sans-serif;*/
/*font-weight: 600;*/
/*}*/
.sidebar .nav > li > a {
    animation: none;
}

.html5buttons {
    text-align: right;
}

.dataTables_length {
    display: table;
    width: 175px;
    float: left;
}

@media (min-width: 768px) {
    .dataTables_length {
        float: left;
    }

    .dataTables_length input#searchbar {
        width: 300px;
    }
}

.slot-time {
    padding: .2em 1.5em .2em !important;
    font-size: 100% !important;
}

.slot-time-2 {
    margin-top: 5px;
    margin-bottom: 5px;
}

#verifiedPatientLabel {
    padding-left: 83px;
}

.nothing-found {
    padding-top: 20px;
    font-size: 21.3px;
    font-weight: 300;
    font-style: italic;
    color: #666666;
}

select[readonly].select2 + .select2-container {
    pointer-events: none;
    touch-action: none
}

select[readonly].select2 + .select2-container .select2-selection {
    box-shadow: none;
    background-color: #e3e3e3 !important;
}

select[readonly].select2 + .select2-container .select2-selection .select2-selection__clear,
select[readonly].select2 + .select2-container .select2-selection .select2-selection__arrow {
    display: none;
}

.select2-selection .select2-selection--multiple .select2-selection__placeholder {
    padding: 10px;
}

#address_object > legend {
    margin-bottom: 0px;
}

.bg-login-reg-2 {
    background: url(../img/medstar/bg-login-reg-3.jpg);
!important;
}

.bg-login-reg-3 {
    background: url(../img/medstar/bg-login-doctor.jpg);
!important;
}

.btn-brand-blue-2 {
    background-color: #107bc5 !important;
}

.bmd-modalContent {
    box-shadow: none;
    background-color: transparent;
    border: 0;
}

.bmd-modalContent .close {
    font-size: 30px;
    line-height: 30px;
    padding: 7px 4px 7px 13px;
    text-shadow: none;
    opacity: .7;
    color: #fff;
}

.file-zoom-dialog .file-other-icon {
    font-size: 22em !important;
}


#request-image-modal .modal-dialog {
    max-width: 80%;
    width: 1000px;
    min-width: 600px;
}

#carousel-request .carousel-inner {
    min-width: 100% !important;
}

#carousel-request .img {
    width: 50%;
    margin: 0 auto;
}

#carousel-request iframe {
    border: 0px;
}

.settings-icon {
}

#program-container {
    padding-bottom: 5px;
}

#program-container .first-row {
    padding-top: 5px;
}

#program-container .row {
    background-color: #f3f3f3;
}

.report-table .text-left {
    text-align: left !important;
}

.report-table th {
    min-width: 155px !important;
}

.report-table .cell-33 {
    width: 33%;
    float: left;
}

.report-table .border-right {
    /*border-right: 1px lightgrey dashed;*/
}

.report-table .cell-alert {
    color: #EF5350;
    font-weight: bold;
}

.report-table .cell-warning {
    color: #F57C00;
    font-weight: bold;
}

.med-file-load.file-dicom {
    margin-top: -12px;
    background-image: url("../img/medstar/dicom.png");
    width: 100%;
    background-size: 100%;
}

#progress-percent {
    margin-left: 10px;
}

.cursor-pointer{
    cursor: pointer;
}

.doc-body{
    margin: -10px -20px -20px -20px;
}

.more {
    word-wrap: break-word;
}

.reference-description {
    max-width: 580px;
    margin: 5px 10px 0 0;
    max-height: 100px;
    overflow-x: auto;
    overflow-y: auto;
}


.double {
    display: flex;
}

.double > .select2-container {
    margin-right: 5px;
}

.file-description {
    margin: 5px 0;
    max-width: 100%;
    max-height: 100px;
    overflow-x: auto;
    overflow-y: auto;
}

#telemed-file-table .file-description {
    max-width: 580px;
}

#telemed-file-preview-modal .modal-dialog {
    max-width: 1000px;
}

#telemed-file-preview-modal .modal-body {
    padding: 0;
}

#telemed-file-errors.file-error-message ul {
    padding-left: 0;
    list-style: none;
    overflow-x: auto;
}

.no-decoration {
    text-decoration: none !important;
}


.onDragRow {
    background-color: lightgrey;
}

.med-appointment-step-modal-footer-left {
    text-align: left;
    float: left;
}

.photo {
    cursor: pointer;
}

#photo-modal .modal-dialog {
    max-width: fit-content;
}

#photo-preview {
    max-height: 80vh;
    max-width: 100%;
}

.filter-is-active {
    background-color: #ffdfd5;
}

.filter-is-active:hover {
    background-color: #ffa79a;
}
