﻿a:link, a:visited {
    color: #428bca;
    text-decoration: none;
}

a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.appt {
    /*font-size: 80%;*/
}

.apptCancel {
    color: #666666;
    text-decoration: line-through;
}

.apptComplete {
    color: #666666;
}

.apptName {
    color: #428bca;
    width: 60%;
    float: left;
    text-decoration: none;
}

.apptName:hover {
    text-decoration: underline;
}

.apptLink {
    color: #428bca;
    /*width: 17%;*/
    padding-left: 1em;
    float: left;
    font-size: .9em;
    text-align: right;
    text-decoration: none;
}

.apptLink:hover {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.center { 
    text-align: center; 
}

.clear {
    clear: both;
}

.columnLeft20 {
    width: 20%;
    float: left;
}

.columnLeft30 {
    width: 30%;
    float: left;
}

.copyright {
    font-size: .8em;
    color: #999999;
    line-height: 1.1em;
}

.feedback {
    width: 98%; 
    height: 5em; 
    font-family: 'Open Sans',Helvetica, Arial, sans-serif; 
    font-size: 1em;
}

.fullright {
    float: right;
    text-align: right;
}

.fullwidth {
    width: 100%;
}

.hideContent {
    display: none;
}

.highlightQuestion {
    /*border: 1px solid #999999;*/
    background-color: #cccccc;
}

.imageMap {
    position: absolute; 
    border: 1px solid #eeeeee; 
    z-index: 1;
    cursor: pointer;
    opacity: 0.2;
    border-radius: 4px;
}

.imageMap:hover {
    border: 1px solid #006600; 
    background-color: #00ff00;
    opacity: 0.5;
}

.imageMap:active {
    border: 1px solid #ffffff; 
    background-color: #ccccff;
    opacity: 0.5;
}

.itemname {
    width: 40%;
    padding: 4px;
    float: left;
    clear: both;
    /*white-space: nowrap;*/
}

.itemvalue {
    padding: 4px;
    float: left;
}

.left {
    float: left;
}

.likertName {
    font-size: 70%;
    text-align: center;
    width: 11%;
    vertical-align: top;
    line-height: 90%;
}

.likertNamePlus {
    font-size: 70%;
    text-align: center;
    /*width: 11%;*/
    vertical-align: top;
    line-height: 90%;
    padding: 0em 1em 0em 1em;
}

.likertValue {
    font-size: 70%;
    text-align: center;
    width: 11%;
    vertical-align: middle;
    line-height: 90%;
}

.likertValuePlus {
    font-size: 70%;
    text-align: center;
    /*width: 11%;*/
    vertical-align: middle;
    line-height: 90%;
    padding: 0em 1em 0em 1em;
}

.link {
    cursor: pointer; 
    color: #428bca;
}

@media print {
    .donotprint {
        visibility: hidden;
        display: none;
    }
    .doprint {
        visibility: visible;
    }
}

.middle {
    vertical-align: middle;
}

.navButtons {
    text-align: right; 
    vertical-align: top;
}

.nowrap {
    white-space: nowrap;
}

.pointer {
    cursor: pointer;
}

.red {
    color: #cc0000;
}
    
.right { 
    text-align: right; 
}

.schedAppt {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #ffffff;
    cursor: pointer;
    padding-left: 1%;
    font-size: .95em;
    /*text-align: center;*/
}

.schedComplete {
    background-color: #ccddcc;
}

.schedGray {
    background-color: #eeeeee;
}

.schedTan {
    background-color: #ffffcc;
}

.schedTime {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    /*background-color: #ffffff;*/
    white-space: nowrap;
    width: 15%;
    padding-left: 1%;
    font-size: .95em;
}

.sessionNumber {
    width: 25px;
}

.settingsCheckbox {
    padding-right: .5em;
    clear: both;
    float: left;
}

.showContent {
    display: normal;
}

.subnav {
    color: #428bca;
    text-decoration: none;
    cursor: pointer;
}

.subnav:hover {
    color: #2a6496;
    text-decoration: underline;
    cursor: pointer;
}

.surveyQuestion {
    float: left; 
    width: 420px; 
    padding-right: 20px;
}

.surveyQuestionContainer {
    clear: both; 
    padding-bottom: 40px;
    height: auto;
}

table.results {
    border-collapse: collapse;
}

td.results {
    border-bottom: 1px solid #eeeeee;
}

textarea {
    border: 1px solid #eeeeee;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: auto;
    outline: none;
}

th.results {
    text-align: left;
    font-weight: 400;
    border-bottom: 1px solid #cccccc;
}

th.right {
    text-align: right;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*(orientation: landscape)*/
@media (min-width: 800px) {

    body {
	    font-family: 'Open Sans',Helvetica, Arial, sans-serif;
        font-weight: 300;
	    -webkit-font-smoothing: antialiased;
        line-height: 1.5em;
        padding: 1%;
        background-color: #ffffff;
    }

    #AnatomyImageArea {
        float: left; 
        text-align: center;
    }

    #AppointmentArea {
        /*border-top: 1px solid #cccccc;*/
        margin-top: 10px; 
        margin-left: auto; 
        margin-right: auto; 
        width: 50%;
        float: right;
        min-height: 300px;
    }

    #AreaOfConcernArea {
        float: left; 
        vertical-align: top;
    }

    #contentContainer {
        left: 20%; 
        width: 80%;
        position: absolute; 
        top: 30px;
    }

    #CurrentAppointments {
        float: left;
        width: 46%;
        padding-top: 2em;
        /*padding-left: 1%;
        padding-right: 1%;*/
        margin-left: auto; 
        margin-right: auto; 
    }

    #header {
        white-space: nowrap;
        width: 100%;
        clear: both;
    }

    #MobileNav {
        display: none;
    }

    #navContainer {
        position: fixed; 
        left: 0px; 
        top: 0px; 
        height: 100%; 
        background-color: #444444;
    }

    #navOff.block {
        display: block;
    }
    #navOff.none {
        display: none;
    }

    #navOn.block {
        display: block;
    }
    #navOn.none {
        display: none;
    }

    #ScheduleLeftColumn {
        width: 48%; 
        float: left; 
        margin-left: auto; 
        margin-right: auto; 
        padding: 1%;
    }

    #SessionLeftColumn {
        float: left; 
        vertical-align: top; 
        width: 37%; 
        padding-right: 2%;
    }

    #ScheduleRightColumn {
        width: 48%; 
        float: left; 
        margin-left: auto; 
        margin-right: auto; 
        padding: 1%;
    }

    #SessionButtons {
        text-align: center; 
        vertical-align: top;
        padding: 0px;
        margin: 0px;
    }

    #SessionRightColumn {
        float: left; 
        vertical-align: top; 
        width: 61%;
    }

    #SmallCalendar {
        width: 46%;
        float: left;
        margin-left: auto; 
        margin-right: auto; 
    }

    #topNavArea {
        left: 20%; 
        width: 80%;
        position: fixed; 
        top: 0px;
        height: 30px; 
        border-bottom: 1px solid #cccccc; 
        background-color: rgb(252,254,252); 
        z-index: 10; 
        opacity: 0.95;
        font-size: .9em;
    }

    #topNavDropDown {
        position: fixed; 
        top: 30px;
        background-color: #ffffff; 
        z-index: 10; 
        opacity: 0.95;
        overflow: hidden;
    }

    #topNavLinks {
        width: 150px; 
        border: 1px solid #cccccc; 
        margin-right: auto; 
        outline: 0; 
    }

    .AreaCode { width: 30px; }
    .Exchange { width: 30px; }
    .Number { width: 40px; }

    .calCol {
        border: 1px solid #efefef;
        text-align: center;
        background-color: #ffffff;
        font-size: .8em;
        white-space: nowrap;
        cursor: pointer;
    }

    .calColHead {
        width: 14%;
        /*border: 1px solid #ffffff;*/
        font-weight: bold;
        text-align: center;
        color: #666666;
    }

    .calException {
        background-color: rgba(255, 0, 0, .5);
    }

    .calGray {
        /*background-color: #eeeeee;*/
        color: #999999;
        /*border-color: #ffffff;*/
    }

    .calService {
        background-color: #ffffcc;
    }

    .calSession {
        background-color: #ccffcc;
    }

    .calSelected {
        border: #006600 2px solid;
        font-weight: bold;
    }

    .calTable {
        border: 1px solid #efefef;
        border-collapse: collapse;
        border-radius: 4px;
        /*width: 300px;*/
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
    }

    .calToday {
        background-color: #ccccff;
    }

    .colAccountLeft {
        width: 42%; 
        padding: 1%;
        float: left;
    }

    .colAccountRight {
        width: 54%;
        padding: 1%;
        float: right; 
    }

    .column {
        float: left;
    }

    .column2col {
        width: 49%; 
        float: left; 
        vertical-align: top;
    }

    .contactColumnHalf {
        width: 50%;
        float: left;
    }

    .contactColumnLeft {
        width: 25%;
        float: left;
        vertical-align: top;
    }

    .contactColumnCenter {
        width: 50%;
        float: left;
        white-space: nowrap;
        vertical-align: top;
        padding-bottom: 10px;
    }

    .contactColumnRight {
        width: 25%;
        float: right;
        vertical-align: top;
        text-align: right;
    }

    .container {
        clear: both;
        width: 100%;
    }

    h2 {
        font-size: 1.5em;
        font-weight: 400;
        padding: 0px 0px 10px 0px;
        margin: 0px;
    }

    h4 {
        font-size: 1.3em;
        font-weight: 700;
        padding: 0px 0px 10px 0px;
        margin: 0px;
    }

    h4.left {
        float: left;
    }

    .highlight {
        /*border: 1px dotted #000099;*/
        border: 1px solid rgba(255, 0, 0, .5);
    }
	
    .hlCircle {
	    position: relative; 
	    top: 2px; 
	    width: 16px;
	    float: left;
	    padding-right: 5px;
    }

    hr {
        color: #cccccc;
        background-color: #cccccc;
        border: none;
        height: 1px;
        clear: both;
    }

    .indexDisclaimer {
        width: 50%;
        font-size: .8em;
        color: #999999;
        line-height: 1.2em;
        margin-left: 25%;
        margin-right: 25%;
        padding-top: 10px;
    }

    .indexFooter {
        clear: both; 
        text-align: center;
        padding-top: 5em;
        /*position: absolute;
        bottom: 20px;*/
    }

    input[type="submit"], input[type="button"] {
	    font-family: 'Open Sans',Helvetica, Arial, sans-serif;
        font-weight: 400;
        border: 1px solid #cccccc;
        border-radius: 4px;
        margin: 8px;
        padding: 3px 6px 3px 6px;
        font-size: .8em;
        cursor: pointer;
        background-color: #66cc66;
        color: #ffffff;
    }

    input[type="text"], input[type="password"] {
	    font-family: 'Open Sans',Helvetica, Arial, sans-serif;
        font-weight: 400;
        border: 1px solid #cccccc;
        padding: 2px;
        border-radius: 2px;
        margin: 2px;
        -webkit-appearance: none;
    }

    .logoCenter {
        margin-left: auto;
        margin-right: auto;
        width: 40%;
        text-align: center;
    }

    .mobileOn {
        display: none;
    }

    .mobileOff {
        display: normal;
    }
	
    .navLeft {
	    color: #ffffff;
	    border-top: 1px solid #444444;
	    border-bottom: 1px solid #444444;
	    width: 96%;
	    cursor: pointer;
	    padding: 1% 2% 1% 2%;
        clear: both;
        white-space: nowrap;
    }
	
    .navLeft:hover {
	    color: #ffffff;
	    background-color: #333333;
	    border-top: 1px solid #000000;
	    border-bottom: 1px solid #000000;
    }

    .navOff {
        display: none;
    }

    .navOn {
        float: left; 
        width: 79%;
    }

    .navTop {
        float: left;
    }

    .pageLogo {
        float: right; 
        /*padding-bottom: 10px; */
        width: 25%;
        text-align: right;
    }

    .pageTitle {
        font-size: 1.5em;
        font-weight: 400;
        padding: 0px 0px 10px 0px;
        margin: 0px;
        float: left; 
        padding-top: 14px; 
        width: 70%;
        line-height: 1.2em;
    }

    .personEditLeftColumn {
        width: 40%;
        float: left; 
        padding-right: 2%;
    }

    .personEditRightColumn {
        float: left; 
        width: 55%;
    }

    .personScheduleLeftColumn {
        /*width: 51%;*/ 
        width: 47%; 
        float: left; 
        vertical-align: top;
    }

    .personScheduleRightColumn {
        /*width: 47%;*/ 
        width: 51%; 
        float: right; 
        vertical-align: top;
    }

    .reportField {
        border: 1px solid #cccccc; 
        padding: 4px; 
        font-size: .8em;
    }

    .schedTable {
        border-collapse: collapse;
        border-radius: 4px;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        background-color: #ffffff;
    }

    select {
	    font-family: 'Open Sans',Helvetica, Arial, sans-serif;
        font-weight: 400;
        background: transparent;
        padding: 2px 4px 2px 4px;
        border: 1px solid #cccccc;
        border-radius: 4px;
    }

    .singleChar {
        width: 4em;
    }

    .smalltext {
        font-size: .8em;
        line-height: 1.2em;
    }

    .subLeftNav {
	    padding-left: 16px;
    }

    table.fullwidth {
        width: 100%;
    }

    table.likert {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
    }

    table.likertPlus {
        /*width: 95%;*/
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
    }

    .top {
        vertical-align: top;
    }

    .topNav {
        background-color: #ffffff;
        border: 1px solid #eeeeee;
        width: 100%;
        font-size: .85em;
        cursor: pointer;
        padding: 4px;
    }

    .topNav:hover {
        background-color: #eeeeee;
        border: 1px solid #cccccc;
    }

    .txt70 {
        font-size: .7em;
    }

    .txt80 {
        font-size: .8em;
    }

    .txt90 {
        font-size: .9em;
    }
}