
.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,
    .dataTables_length .ajax-table-search-input {
        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, #ereferrals-report-table {
    border: 1px solid #eee !important;
}

.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 .cell-25 {
    width: 25%;
    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;
}


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

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

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

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


.onDragRow {
    background-color: lightgrey;
}

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

.med-label-accept:before {
  content: url(../img/medstar/icon-checkmark-wave.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.Select-option.is-selected {
    display: none;
}

.myAlert-bottom{
    position: fixed;
    bottom: 5px;
    left:2%;
    width: 96%;
    z-index: 9999;
}

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

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

.font-italic {
    font-style: italic;
}

.float-left {
    float: left;
}

.history-table-container {
    position: relative;
}

.history-table-loader {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    cursor: wait;
    overflow: hidden;
}

.history-table-loader-demo {
    position: relative;
    top: 30%;
}

.input-group.datepicker {
    padding: 0px;
}

.visible-True {
    visibility: initial;
}

.visible-False {
    visibility: hidden;
    display: none;
}

.hidden-True {
    visibility: hidden;
    display: none;
}

.hidden-True {
    visibility: visible;
}

.icpc-description-icon-style {
    font-size: 1.2em;
    padding-top: 5px;
    margin-right: -10px;
}
.loader-overlay-wrapper {
    position: relative;
}

.loader-overlay-spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0;
    cursor: progress;
    z-index: 1000;
    overflow: hidden;
    transition: opacity 0.5s linear;
}

.loader-overlay-spinner.visible {
    opacity: 0.8;
}

.radiography-addition-row {
    background: #fff !important;
}

.radiography-addition-row > td {
    border: 1px solid #eee;
    border-bottom: none;
    background: #fff;
}

.radiography-addition-row table {
    background: none !important;
}

.pagination-total {
    padding-top: 27px;
}

.btn-green-color {
    color: #56CCF2;

}

.btn-green-color:hover {
    color: #56CCF2;
}

.btn-green-color:focus {
    color: #56CCF2;
}

.conclusion_h4 {
    width: 15em;
}

.conclusion_td {
    word-break: break-all;
}

.employee-agreement {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    padding: 10px 40px;
}

#home_disease_chart,
#home_disease_report {
    min-height: 515px;
    height: auto;
}

#home_disease_report .table-bordered th {
    border-top: 1px solid #eee;
}

.top-disease .panel-heading {
    font-size: 16px;
}

.appointment-request-times .med-checkbox-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.appointment-request-times .med-checkbox-holder > div {
    width: 90px;
}

.appointment-request-times .checkbox {
    margin: 0;
}

#id_vaccination.table-responsive{
    overflow: hidden !important; //fix scroll
}

span[id^='id_job_status_'] span.label,
span[id^='id_referral_job_status_'] span.label {
    display: inline-block;
    white-space: normal;
    text-align: start;
}

.mylab-content,
.mylab-error-container,
.mylab-success-message {
    display: none;
}

#sync-error-container,
#sync-success-message {
    display: none;
}

.ehealth-service .service-col div,
.process .process-col div {
    width: 350px;
}

.ehealth-service .action-col,
.process .action-col {
    width: 50px;
}

.not-visible-wrapper {
    display: none;
}

.feedback-file {
    width: 400px;
    height: 300px;
    padding: 5px;
    margin: 5px;
}

.field-info {
    color: #56ccf2;
    font-size: 1.5em;
}

#medical-program-info-container {
    display: none;
    font-size: 0.8em;
    border-top: 1px solid rgb(0 0 0);
    border-bottom: 1px solid rgb(0 0 0);
}

#medical-program-info-container.open {
    display: block;
}

#medical-program-info-container h4.modal-title {
    font-size: 1.5em;
}

#medical-program-info-container .modal-body {
    padding-bottom: 0;
}