﻿body {
}

.btnModalitySelect {
    width: 175px;
    text-align: right;
    height: 40px;
    background-color: #fff;
    color: #000 !important;
    font-size: 12px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    border: 1px solid #7485B7;
    border-radius:4px;
    border-collapse:separate;
    word-wrap:break-word !important;
    padding:2px;
}

.btnModalitySelected {
    width: 175px;
    text-align: right;
    height: 40px;
    background-color: #415284;
    color: #ffffff !important;
    font-size: 12px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    border-radius:4px;
    border-collapse:separate;
}

.btnExamSelect {
    width: 175px;
    text-align: right;
    height: 40px;
    background-color: #fff;
    color: #000 !important;
    font-size: 12px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    display:table-row;
    white-space:normal;
    border: 1px solid #7485B7;
    border-radius:4px;
    border-collapse:separate;
}

.btnExamSelected {
    width: 175px;
    text-align: right;
    height: 40px;
    background-color: #415284;
    color: #ffffff !important;
    font-size: 12px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    display:table-row;
    white-space:normal;
    border-radius:4px;
    border-collapse:separate;
}

.btn-sq-lg {
    min-height: 120px !important;
    color: #373F47;
    border-radius: 3px;
}

.btn-sq-lg a {
    color: #373F47;
}

.btnExamSelectDisabled {
    width: 175px;
    text-align: right;
    height: 40px;
    background-color: #E5E5E5;
    color: #000 !important;
    font-size: 12px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    display: table-row;
    white-space: normal;
    border: 1px solid #7485B7;
    border-radius: 4px;
    border-collapse: separate;
}

.btnSelectedExam {
    width: 175px;
    text-align:right;
    height:39px;
    border: 1px solid #7485B7;
    font-size:12px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin-right:1px;
    vertical-align:middle;
    margin-top:0px;
    margin-bottom:0px;
    border-radius: 4px;
    border-collapse:separate;
    display:table;
}

div.btnSelectTimeSlot {
    width: 100px;
    height: 15px;
    background-color: #415284;
    border-radius: 4px;
    border: 1px solid #000;
    color: white;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

.scheduleAvailabilityContainer {
    width: 665px;
}

div.schedResultsTableDesktop {
    display: table;
    width: 100%;
    border: 1px solid #000;
    border-radius: 4px;
    margin-top: 10px;
}

div.schedResultsTableMobile {
    display: table;
    width: 100%;
    border: 1px solid #000;
    border-radius: 4px;
    margin-top: 10px;
    color: black !important;
}

div.schedResultsTableCaption {
    display: table-caption;
    font-weight: bold;
}

div.schedResultsTableCaptionMobile {
    font-weight: bold;
}

div.schedResultsTableRow {
    display: table-row;
    width:100%;
}

div.schedResultsTableCell {
    display:table-cell;
    font-size:12px;
}

div.headerRow {
    border-bottom: 1px solid black;
}

div.headerCell {
    background-color: #f5f5f5;
    font-weight: bold;
}

div.schedulingNote {
    height:95%;
    margin-top: auto;
    margin-bottom:auto;
    justify-content:center;
    margin: 0 auto;
    margin-top:17px;
    vertical-align:middle;
}

div.selectExamTable {
    display:table;
    width:100%;
}

div.selectExamRow {
    display:table-row;
}

div.selectExamColumn {
    display:table-cell;
    vertical-align:top;
    width: 33%;
}

div.scrollable {
    overflow:auto !important;
    height: auto !important;
}

div.pageTitle {
    color: #415284;
    font-size: 24px;
    font-weight: bold;
}

div.pageInformation {
    color: #415284;
    display: inline;
    font-size: 12px;
    font-weight: bold;
}

div.confirmationOrderingPhys {
    margin-bottom:25px;
    border:1px solid #000;
    border-radius:3px;
}

.imgSelectedExamDelete {
    height:15px;
    width:15px;
}

/* Tab strip modifications */
.rtsImg {
    transform: scale(.9);
}

input[type=checkbox] {
    margin-right:5px;
}

.RadGrid_Bootstrap .rgMasterTable .rgSelectedCell, .RadGrid_Bootstrap .rgSelectedRow > td, .RadGrid_Bootstrap td.rgEditRow .rgSelectedRow, .RadGrid_Bootstrap .rgSelectedRow td.rgSorted {
    background-color: #afb3b7 !important;
    color: black !important;
}

@media(max-width:767px) {
    .scheduleAvailabilityContainer {
        width: 98%;
    }

    div.schedResultsTableDesktop {
        display: none;
    }
}

@media (min-width: 768px) {
    div.schedResultsTableMobile {
        display: none;
    }
}
