﻿.fa.fa-chevron-down {
    float: right;
    margin-top: -22px;
    font-size: 20px;
    margin-right: 10px;
}

.fa.fa-chevron-up {
    float: right;
    margin-top: -22px;
    font-size: 20px;
    margin-right: 10px;
}

.panel-heading {
    cursor: pointer;
}

.btnReferral {
    min-width: 100px;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    /*top: 100px;*/
    /*left: 240px;*/
    left: 50%;
    top: 50%;
    z-index: 100;
}

.loading-image-section-small {
    z-index: 100;
    float: right;
    margin-top: -22px;
    display: none;
}

.disable-section {
    pointer-events: none;
    opacity: 0.4;
}

.col-md-2.diagnosticsLbl {
    width: 131px;
    margin-top: 8px;
    margin-left: 5px;
}

.col-md-2.laboratoriesLbl {
    width: 196px;
    margin-top: 8px;
    margin-left: 5px;
    max-width: 203px;
}

.col-md-3.laboratoriesLbl {
    width: 198px;
    margin-top: 8px;
    margin-left: 5px;
    max-width: 203px;
    margin-bottom: 8px;
}

.col-md-3.upload.progressBar {
    width: 100%;
}

.button.button-3d.button-red {
    background-color: #b45555 !important;
}

    .button.button-3d.button-red:hover,
    .button.button-reveal.button-red:hover {
        background-color: #C02942 !important;
    }

.white-popup > div.panel-body > fieldset > legend {
    text-align: center;
}

.button.button-3d.disabled,
.button.button-3d[disabled],
fieldset[disabled] .button.button-3d {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.35;
    pointer-events: none;
}

.table.examHistory > thead > tr > th {
    border-left: 0px solid #6eaf36;
    width: 150px;
    text-align: left;
}


/* Select2 color */
#content .select2-container--bootstrap .select2-dropdown {
    border-color: #6eaf36;
}

#content .select2-container--bootstrap.select2-container--focus .select2-selection, #content .select2-container--bootstrap.select2-container--open .select2-selection {
    border-color: #6eaf36;
}

#content .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #6eaf36;
}

input.datatables-filter-input {
    padding: 5px;
    margin-bottom: 0px;
    text-align: center;
}

th.datatables-actions-header {
    padding: 8px;
    vertical-align: middle;
}

i.vip-providers-badge {
    color: #ee9621;
}

#tableSpecialist i.vip-providers-badge {
    position: absolute;
    margin-left: 8px;
    margin-top: 2px;
}

#tableSearchReferrals tr.with-notification > td:first-child > a {
    position: relative;
    left: -9px;
}

#tableSearchReferrals tr.with-notification > td:first-child > i {
    color: red;
}

#tableSearchReferrals tr.with-notification > td > i {
    position: relative;
    top: 3px;
    left: 5px;
}

#subSectionDurableMedicalEquipment .table > thead > tr > th{
    font-size: 10px;
}

#content .panel {
    border-width: thin
}

div.indicator-tile {
    
    display: inline-block;
    width: 12.0%;
    text-align: center;
}

div.indicator-tile > i {
    font-size: 2em;
    display: inline-block;
}

div.indicator-tile > span {
    font-size: 2em;
    display: inline-block;
}

div.indicator-tile > label {
    font-size: 1em;
    display: inline-block;
}

#CreateNewElectronicReferral > div > fieldset {
    margin-bottom: 0px;
}

.disabledModification{
    font-style: italic;
    color: gray;
}

.provider-extra-details {
    text-align: left;
    font-size: small;
}

.row.vip-filter > span {
    float: right;
    margin-right: 20px;
    margin-top: 7px;
}

.row.vip-filter > div {
    float: right;
    margin-right: 15px;
}

.row.vip-filter > label {
    float: right;
    margin-right: 9px;
    margin-top: 7px;
}

.row.vip-filter > div.toggle > div.toggle-group > label.btn.btn-default {
    background-color: white;
}

.row.vip-filter > div.toggle > div.toggle-group > label.btn.btn-primary {
    background-color: rgb(122, 190, 66);
}
