body {
    background: #2f3d4e;
}

body, input {
    color: #2f3d4e;
    font-family: 'Red Hat Display', sans-serif;
    font-size:16px;
}
input {
    background: #f6f4f0;
}

h1,h2,h3,h4 {
    margin-bottom: 40px;
    font-family: 'Red Hat Display', sans-serif;
    color: #323f4d;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

.md-button {
    text-transform: capitalize;
}

.md-button.md-default-theme.md-primary, .md-button.md-primary {
    color: #ff8c00;
    border-radius:10px;
    padding:2px 15px;
}

.md-button.md-primary.md-raised,
.md-button.md-primary.md-raised:not([disabled]).md-focused {
    background-color: #ff8c00;
    color:#323f4d;
    border-radius: 10px;
    padding: 2px 15px;
}

.md-button.md-primary.md-raised:disabled{
    background-color: #ff8c004a;
    color:#7c8d9f;
    border-radius: 10px;
    padding: 2px 15px;
}

.md-button.md-primary.md-raised:not([disabled]):hover {
    background-color: #fba02f
}

.md-button.md-default-theme.md-primary, .md-button.md-primary {
    color: #ff8c00;
    border-radius:10px;
    padding:2px 15px;
}

.md-button.md-secondary.md-raised,
.md-button.md-secondary.md-raised:not([disabled]).md-focused {
    background-color: #fff;;
    color:#323f4d;
    border:2px solid #323f4d;
    border-radius: 10px;
    padding: 2px 15px;
    box-sizing:border-box;
}

.md-button.md-secondary.md-raised:not([disabled]):hover {
    background-color: #c2d4ef
}


md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
    background-color: rgba(255,140,0,0.87);
}
md-checkbox.md-default-theme.md-checked .md-ink-ripple, md-checkbox.md-checked .md-ink-ripple {
    color: rgb(255,140,0);
}

.login-footer {
    text-align: center;
    color: #ccc;
    padding: 30px 0 100px 0;
}

.portal-footer {
    background: #323f4d;
    color: #c2d4ef;
    padding: 30px 15px 100px;
    font-weight: 200;
}

.logo {
    width: 150px;
    margin-left: 15px;
}

.ohc-banner img{
    width:150px;
    margin: 15px 0 0 15px;
    cursor:pointer;
}

.bmi-indicator div {
    width: 30px;
    height: 14px;
    display: inline-block;
    border-radius: 5px;
    margin: 2px;
    opacity: 0.3;
}

.bmi-indicator .underweight, .bmi-indicator .overweight {
    background: #ffa500;
}

.bmi-indicator .underweight.active, .bmi-indicator .overweight.active {
    box-shadow: 0 0 7px 2px #ffa500;
}

.bmi-indicator .normal {
    background: #16ff1f;
}

.bmi-indicator .normal.active {
    box-shadow: 0 0 7px 2px #16ff1f;
}

.bmi-indicator .obese {
    background: red;
}

.bmi-indicator .obese.active {
    box-shadow: 0 0 7px 2px #ff0102;
}

.bmi-indicator div.active:after {
    display: none;
}

.bmi-indicator div:after {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.3);
    content: '';
    border-radius: 5px;
}

button.gcs {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    background: #e8e8e8;
}
@media(max-width:959px){
    button.gcs{
        min-width:24%;
    }
}

button.gcs:first-of-type {
    border-radius: 2px 0 0 2px;
}

button.gcs:last-of-type {
    border-radius: 0 2px 2px 0;
}

button.ohc-btn-selected {
    background: #c8e5ff;
    box-shadow: 0 2px 0 #6298c7
}

.overlay {
    opacity: 0;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.25s;
    background: #FFF;
}

.overlay.shown {
    opacity: 0.6;
    z-index: 5000;
}

.ohc-baseboard {
    background: #b9c9d9;
    background: #2f3d4e;
}

.ohc-pattern {
    background: #c2d4ef;
    border-top: 50px solid #2f3e4d;
    padding-bottom: 25px;
}

@media(min-width: 1280px) {
    .ohc-inner, .ohc-banner {
        padding:0 100px;
    }

    .nav button {
        text-align: left;
        font-size: 15px;
    }


}

@media(min-width: 1800px) {
    .ohc-inner, .ohc-banner {
        padding:0 200px;
    }
}

.ohc-pattern .ohc-inner {
    margin-top: -45px;
}

.ohc-line-between {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.ohc-line-between:last-of-type {
    border-bottom: none;
}

.ohc-full-height {
    min-height: 100vh;
}

.table.table-striped>tbody>tr:nth-of-type(odd)>td{
    background: #f3f3f3; /* makes the allergies table show the medication rows with striped */
}
.table-responsive .table{
    width:100%;
}
.table-responsive tr th.align-bottom{
    vertical-align: bottom!important;
}

.opt-price{
    color:rgba(0,0,0,0.35);
}

.md-default-theme .md-calendar-day-header, .md-calendar-day-header{
    background:#c2d3ee;
    margin-bottom:20px;
}

.md-default-theme .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-default-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
    background: #2f3e4d;
}
md-input-container{
    font-weight:400;
}
md-input-container.md-default-theme:not(.md-input-invalid).md-input-has-value label, md-input-container:not(.md-input-invalid).md-input-has-value label {
    color: rgb(47 63 77);
    font-weight:800;
}
md-card{
    border-radius:10px;
}

.ohc-in-page-terms{
    background:#eaeaea;
    padding:1px 15px;
    font-size:smaller;
    border-radius:10px;
    color:#5f5f5f;
    margin:0 0 10px 0;
}
.ohc-in-page-terms h3{
    margin-bottom:0;
    color:#5f5f5f;
}

.ohc-date-100w .md-datepicker-input-container{
    width:calc(100% - 69px);
}
.ohc-date-100w input.md-datepicker-input{
    max-width:none;

}
.ohc-content-panel{
    background:rgb(250,250,250);
    margin:15px;
    padding:15px;
    border-radius:10px;

}
.ohc-pad-15{
    padding:15px;
}
.ohc-br-15{
    border-radius:10px;
}

/* round the symptom test buttons */
button.gcs:first-of-type{
    border-radius:10px 0 0 10px;
}
button.gcs:last-of-type{
    border-radius: 0 10px 10px 0;
}


/* documentation fieldsets */
fieldset.ohc-documentation{
    border-radius:10px;
    border:1px solid orange;
}
.ohc-documentation legend{
    color:orange;
}
fieldset.ohc-documentation.ohc-docs-hidden{
    border:none;
    padding:0;margin:0;
}
.ohc-documentation.ohc-docs-hidden legend{
    display:none;
}

/* switch */
md-switch.md-checked:not([disabled]) .md-thumb {
    background-color: rgb(255,140,0);
}
md-switch.md-default-theme.md-checked:not([disabled]) .md-thumb, md-switch.md-checked:not([disabled]) .md-thumb {
    background-color: rgb(255,140,0);
}
md-switch.md-default-theme.md-checked:not([disabled]) .md-ink-ripple, md-switch.md-checked:not([disabled]) .md-ink-ripple {
    color: rgb(255,140,0);
}
md-switch.md-default-theme.md-checked:not([disabled]) .md-bar, md-switch.md-checked:not([disabled]) .md-bar {
    background-color: rgba(255,140,0,0.5);
}

hr{
    border: 1px solid rgb(255,140,0);;
    width:100%;
    margin:30px 0 30px
}

md-input-container .md-resize-wrapper textarea.md-input{
    background:#eaf1fb;
    border-radius:10px;
    padding:5px 10px;
}
md-input-container.nudge-label-left label{
    left:6px !important
}
md-input-container.clinician-private .md-resize-wrapper textarea.md-input{
    background:#ffe0e0;
}


md-radio-button .md-on {
    background-color: rgb(255,140,0);
    border-color: rgba(255,140,0,0.87);
}

md-radio-group.md-default-theme .md-checked .md-ink-ripple, md-radio-group .md-checked .md-ink-ripple {
    color:  rgba(255,140,0,0.26);
}
md-radio-button.md-default-theme.md-checked .md-ink-ripple, md-radio-button.md-checked .md-ink-ripple {
    color:  rgb(255,140,0);
}

md-radio-button.md-default-theme.md-checked .md-off, md-radio-button.md-checked .md-off {
    border-color: rgba(255,140,0,0.87);
}

.ohc-slot {
    display: inline-block;
    margin: 4px;
    background: #ebebeb;
    color: #b5b5b5;
    padding: 4px;
    box-shadow: 0 0 4px rgba(0,0,0,0.15);
    cursor:not-allowed;
}
.ohc-slot.free{
    color:initial;
    background:white;
    cursor:pointer;
}

/* add an X over booked slots */
.ohc-slot.chosen{
    border-radius:3px;
    background:rgba(255,140,0,0.87);
    color:white;
    font-weight:400;
}
.ohc-slot {
    position: relative;
    overflow: hidden;
    min-width:50px;
    text-align:center;
}
.ohc-slot:not(.free):before, .ohc-slot:not(.free):after {
    position: absolute;
    content: '';
    background:rgb(255,154,55);
    opacity:0.3;
    display: block;
    width: 100%;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ohc-slot:not(.free):after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* sort the nav for mobile */
.nav-item {
    text-transform: capitalize;
    padding:10px;
    cursor:pointer;
}
.nav-item:hover{
    color:#ff8c00

}
@media(max-width:1279px){
    .nav-item:not(:last-of-type):after{
        content:"|";
        color:#c2d3ee;
        margin-left:15px;
    }
}

p a{
    color:#33404d;
    font-weight:600;
    text-decoration:none;
}
p a:hover{
    color:#ff8c00;
}
.gcs_categories .question h4 {
    margin: 10px 5px 5px 5px;
}

.gcs_categories .question hr {
    margin: 10px 5px 5px 5px;
}

.prior-score{
    background:#ff8c01;
    width:50px;
    height:50px;
    line-height:50px;
    border-radius:50px;
    position:relative;
    margin:0 calc(50% + 44px) -36px;
    font-size:21px;
    color:white;
}
.prior-score:after{
    content:'';
    display:block;
    background:#ffffff;
    position:relative;
    height:194px;
    width:194px;
    border-radius:200px;
    margin: -34px -142px;
}
.ohc-exclusion-panel{
    background:#eaeaea;
    padding:15px 15px 0;
    border-radius:10px;
}


.ohc-h-bar-background{
    background:#ebf2ff
}

.ohc-h-bar{
    background:#ffc673;
    margin:0 0 20px;
    border:2px solid #FF9800;
    box-sizing:border-box;
    border-radius:3px 10px 10px 3px;
    text-align:right;
}
.ohc-bar-label{
    padding: 5px;
}
.ohc-print-only{
    display: none;
}


.ohc-burger-icon{
    position:absolute;
    background:white;
    border-radius:15px 15px 0px 0px ;
    border-radius:50px;
    top:5px;
    right:0;
    height:70px;
    width:50px;
    height:50px;
    padding:0;
    min-width:auto;
    background-image:url(../images/menu-button.svg);
    background-size:15px;
    background-position:center;
    background-repeat:no-repeat;
}
@media(min-width:600px){
    .ohc-banner{
        margin-bottom:-5px;
    }
}
@media(min-width:1280px){
    .ohc-burger-icon{
        display:none;
    }
}
.mh600{
    max-height: 600px;
}
.ohc-ml-0{
    margin-left:0;
}
.ohc-grid-title{
    display:inline-block;
    min-width:140px;
    color: #2f3e4d;
    font-weight: bold;
}
