﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 15px;
    font-size: 16px;
    /*padding-bottom: 25px;*/
}

a {
    text-decoration: underline;
}

label {
    font-weight: 500;
}

.row {
    margin: 0;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 0;
    padding-right: 0;
}
.old-browser{
    text-align: center;
    font-size:30px;
}

.main-content {
    position: relative;
    min-height: 150px;
}

.footer {
    font-size: 12px;
    font-size: 1.2rem;
    color: #aaa;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
}


.footer .legal, .footer .version {
    margin: 5px;
}

.detail-group {
    margin-bottom: 15px;
    overflow: hidden;
}



/*kendo main scheduler*/

.k-event {
   display: none;
}

.k-scheduler-table td {
    border-color: transparent;
}
.k-scheduler-table td.out-of-range, .k-scheduler-table td.event-blocker {
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-color: #d2d2d2;
    border-bottom-style: dotted;
}

.out-of-range, .event-blocker {
    background: grey 0 -257px none repeat-x !important;
}

.event-blocker > button{
    display: none;
}


.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.k-scheduler td {
    text-align: center;
    vertical-align: middle;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.k-scheduler-content .k-scheduler-table td {
    padding: .125em .125em;
}

.k-scheduler-content .k-scheduler-table td.out-of-range, .k-scheduler-content .k-scheduler-table td.event-blocker {
    padding: .334em .5em;
}

.k-scheduler-calendar .k-state-disabled .k-link {
    text-decoration: line-through;
}

.k-scheduler-table td > button {
    height: 1.95em;
    padding: 0;
    width: 99%;
    overflow: hidden;
    white-space: nowrap;
}

.nav {
    margin-bottom: 0;
    /*padding-bottom: 10px;*/
    margin-top: -70px;
}


.detail-nav {
    margin-top: 0;
    border-top: 1px solid #e7e7e7;
    padding-top: 10px;
}

.nav button, .detail-nav button{
    min-width: 5em;
}

.nav div button, .detail-nav div button {
    min-width: 5em;
}
.nav div, .detail-nav div {
    display: inline;
}
    .nav div.right, .detail-nav div.right{
        float: right;
    }
.nav .right .action-spinner, .detail-nav .right .action-spinner{
    margin-left: -27px;
    margin-top: -33px;
}


/*custom styles*/
/*content headers*/
h2.ra-well-title {
    font-size: 1.7em;
    line-height: 1.7em;
    margin: -5px 85px 0;
    text-align: center;
    font-weight: 700;
}


#pre-content{
    display: flex;
}

#ProgressBar {
    width: 100%;
}
/*#ProgressBar .label {
    float: right;
    font-size: 1.4em;
    padding: 0;
    line-height: 28.6px;
    margin-right: 1.81em;
}

#ProgressBar .label .k-button {
    top: 0;
    padding: 3px 6px;
    border-radius: 2px;
    margin-left: 5px;
    position: absolute;
    height: 28.6px;
}*/

#ProgressBar .label {
    float: right;
    font-size: 1.4em;
    padding: .2em;
}

#ProgressBar .label i {
    margin-left: 8px;
}



.k-progressbar-horizontal .k-item, .k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-item {
    border-width: 1px 1px 1px 0px;
}
/*location listview*/
.k-listview {
    border-width: 0;
    padding: 0;
}

.location-list .spacer {
    border-top: 1px solid #e7e7e7;
}

/*.location-picker {
    margin-top: 20px;
}*/

.location-list {
    padding-top: 10px;   
    margin-bottom: 0;
}

#locationsList {
    margin-bottom: 5px;
    width: 33%;
    float: left;
    max-height: 400px;
    overflow-y: auto;
}

.location-wrapper{
    position: relative;
}

#LocationMap {
    height: 400px;
    width: 66%;
    float: right;
}

.location-addr{
    font-size: 13px;
}

.location-dist div div{
    font-size: 13px;
}

.location-view {
    /*float: left;
    width: 100%;
    box-sizing: border-box;
    border-top: 0;
    position: relative;*/
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
    cursor: pointer;
}

.location-view table td{
    width: 33%;
}


.location-list .location-view {
    margin-top: 10px;
    background-color: #fff;
}
.location-list .location-view:first-child {
    margin-top: 0;
}

.location-view.k-state-selected {
    background-color: #428bca;
}

.location-view .location-map {
    background-color: #f5f5f5;
}

.location-view.k-state-selected table .thead-light th {
    color: #fff;
    background-color: grey;
    border-top: 1px solid grey;
}
.location-view.k-state-selected table td {
    border-top: 1px solid grey;
}

.location-view table thead th {
    vertical-align: bottom;
}

.location-view table td, table th {
    padding: .5em;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    vertical-align: middle;
}

#locationsList {
    background-color: #f5f5f5;
}

.location-view table {
    /*border: 1px solid #333;*/
    min-height: 100px;
    table-layout:auto;
    width: 100%;
}


.nearby-location {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;   
}

.nearby-location td{
    display: inline-block;
    margin: 10px 30px 5px 0;
}

.nearby-location .zip-search{
    display:inline-block;
}


.nearby-location td > div {
    display: inline-table;
}

.location-zip {
    display: inline-block;
}

.location-map {
    display: none;
    overflow: hidden;
    padding-bottom: 36.25%;
    position: relative;
    height: 0;
}

.location-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


/*appointment details*/
.col-centered {
    margin: 0 auto;
    float: none;
}

.k-button.k-primary:focus {
    border-color: transparent;
}
.k-button.k-primary.k-state-focused {
    border-color: transparent;
}


.optional {
    margin-left: 2px;
    font-weight: normal;
    color: #737373;
}

.k-safari.k-mobile .k-picker-wrap .k-input[data-role="maskeddatepicker"] {
    height: inherit;
}

#detailsForm .k-maskedtextbox {
    width: 100%;
}


.state-wrap > .k-dropdown{
    width: 100%;
}
.action-spinner {
    visibility: hidden;
    position: absolute;
    padding: .5em;
}

#detailsForm .k-switch {
    width: 5em;
}

.help-block .k-i-warning,
.help-block .k-i-info {
    vertical-align: text-top;
    margin-right: 3px;
}

.help-block {
    display: inline-block;
}

.help-group {
    margin-bottom: 0;
}

.learn-more-block {
    margin-top: 40px;
    margin-bottom: 10px;
}

.learn-more-title {
    display:flex;
    flex-direction: row;
}

.learn-more-links-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.learn-more-links {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap:wrap;
}

.learn-more-image-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: auto;
}

.learn-more-image-link > img {
    max-width: 100%;
    max-height: 215px;
}

    .learn-more-image-link > a > img {
        max-width: 100%;
        display: flex;
        align-items: center;
        max-height:50px;
    }

.warning-block {
    color: #ffac07;
    font-weight: bold;
}
.error-block {
    color: red;
}

#main-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
}



#scheduler {
    height: 700px;
    transform: rotate(0deg);
    will-change: transform;
}

.adaptive-scheduler-wrapper {
    margin-top: 10px;
}

.km-widget .k-button:hover {
    background-color: #fff;
    border-color: #ccc;
}

.km-native-scroller {
    touch-action: manipulation !important;
}


.k-scheduler-footer .k-link, .k-scheduler-toolbar .k-link {
    padding: .15em 1.1em;
}

.k-scheduler-table th{
    text-overflow: clip;
}

/*less checkbox fix*/
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: 0;
}

.form-group .checkbox{
    margin-bottom: 0;
}

/*kendo calendar readonly*/
.no-click{
    pointer-events: none;
}

/*kendo textbox width*/
.k-textbox{
   width: 100%;
}
.k-icon-32 {
    font-size: 32px; /* Sets icon size to 32px */
}

.k-icon-48 {
    font-size: 48px; /* Sets icon size to 48px */
}

.k-icon-64 {
    font-size: 64px; /* Sets icon size to 64px */
}

/*kendo validation*/
.k-widget.k-tooltip-validation {
    position: absolute;
    border: none;
    pointer-events: none;
    color: #D8000C;
    background-color: #FFD2D2;
}



/*recaptcha size*/
/*@media screen and (max-height: 575px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.form-captcha{
    height: 78px;
    margin: 15px 0 0;
}

.g-recaptcha.error iframe {
    border: solid 2px #c64848;
    border-right-width: 3px;
}*/
.grecaptcha-badge {
    display: none;
}

/*reschedule css*/
#loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #f5f5f5;   
    display: none;
}

#loader > div {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.large-font {
    font-size: 1.5em;
}
.appointment-table th, .appointment-table td{
    padding: 5px;
}

.appointment-options-btns{
   display: flex;
   margin-top: 20px;
   justify-content: space-between;
}


/*quick appoinmtent schedule section*/


.quick-app-btn {
    width: 100%;
    max-width: 300px;
    margin-top: 8px;
    padding: 6px 6px;
    flex-direction: column;
}
.quick-app-title{
    display: none;
}

.quick-sched-div h4{
    margin-bottom: 10px;
}

.quick-app-table {
    margin-bottom: 20px;
    width: 100%;
    /*table-layout: fixed;*/
    min-height: 64px;
    display: flex;
    justify-content: center;
}



.quick-sched-div {
    text-align: center;
    padding-bottom: 10px;
    margin-top: 15px;
}


.location-next-btn {
    /*border-color: grey;*/
    /*-webkit-animation-name: orangellowPulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;*/
    background-color: #ffb515;
}

.location-next-btn:hover {
    background-color: #fc9200;
}

@-webkit-keyframes orangellowPulse {
    from {
        background-color: #fc9200;
        -webkit-box-shadow: 0 0 9px #333;
    }

    50% {
        background-color: #ffb515;
        -webkit-box-shadow: 0 0 18px #ffb515;
    }

    to {
        background-color: #fc9200;
        -webkit-box-shadow: 0 0 9px #333;
    }
}




/*validation border */
.k-tooltip-validation {
    visibility: hidden;

}
input.k-invalid:not([data-role="maskeddatepicker"]), .k-widget > span.k-invalid, ul[data-role="buttongroup"].k-invalid li {
    box-shadow: 0 0 0 1pt red !important;
    -webkit-box-shadow: 0 0 0 1pt red !important;
}
.valid {
    color: green;
}

.invalid {
    color: red;
}

/*reason section*/
.pre-reason-body {
    margin-top: 25px;
}
.reason-body > *{
   margin-bottom: 8px;
}
.reason-body-header {
    font-weight: bold;
    font-size: 20px;
}
.reason-body-warning {
    font-size: 12px;
}

.k-treeview .k-checkbox-label {
    padding-left: 33px;
    margin-bottom: 0;
}

.covid-reason-body .k-treeview span.k-in {
    padding-top: 5px;
    padding-bottom: 5px;
}

.reason-tree.k-widget.k-treeview {
    font-size: 20px;
    margin-top: -10px;
    color: #333;
    margin-left: 2px;
}
.reason-tree .k-icon {
    font: 30px/1 WebComponentsIcons;
    margin-right: 12px;
}
.reason-tree.k-treeview span.k-in {
    white-space: normal;
}
.reason-tree.k-treeview span.k-in.k-state-focused {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.reason-tree li > ul li.k-item {
    padding: 0 0 0 30px;
}

.reason-tree > ul > li span.k-in {
    margin-left: -20px;
    padding-left: 10px;
}

.k-checkbox-label {
    line-height: 1.3333em;
}

.reason-tree .k-checkbox-label:before, .large-checkbox .k-checkbox-label:before {
    width: 22px;
    height: 22px;
    font-size: 22px;
    line-height: 22px;
    margin-top: 1px;
}

.large-checkbox {
    line-height: 22px;
    padding-left: 10px;
}

    .large-checkbox .k-checkbox-label {
        line-height: 22px;
        padding-left: 33px;
    }

    .large-checkbox .k-checkbox-label:before {
        margin-top: -1px;
        margin-left: 0;
    }

.reason-div {
    width: 100%;
    min-height: 650px;
}

.reason-div .message {
    font-size: 16px;
    font-style: italic;
    padding: 5px;
}

.warning {
    color: red;
    font-size: 16px;
    font-style: italic;
    padding: 5px;
    z-index: 999;
    white-space: normal;
}

.main-warning {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.covid-history .main-warning {
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 0;
}

.covid-history h3 {
    margin-bottom: 0;
    margin-top: 30px;
}


/*page transitions*/


/* the initial position of the next div */
.k-fx-swap.k-fx-start .k-fx-next {
    opacity: 1;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

/* the final position of the current div */
.k-fx-swap.k-fx-start .k-fx-current {
    opacity: 0;

}
.k-fx-swap.k-fx-end .k-fx-current {
    opacity: 0;
}

/* Reverse animation */

/* the initial position of the next div */
.k-fx-swap.k-fx-reverse.k-fx-start .k-fx-next {
    opacity: 1;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

/* the final position of the current div */

.k-fx-swap.k-fx-reverse.k-fx-start .k-fx-current {
    opacity: 0;
}

/* the initial position of the next div */
.k-fx-sched.k-fx-start .k-fx-next {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

/* the final position of the current div */
.k-fx-sched.k-fx-start .k-fx-current {
    opacity: 0;
}
.k-fx-sched.k-fx-end .k-fx-current {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}


/*.k-fx-end .k-fx-next,
.k-fx-end .k-fx-current {
    -webkit-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    -ms-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}*/

/*.k-fx-end .k-fx-next,
.k-fx-end .k-fx-current {
    -webkit-transition: transform 300ms ease-out;
    -moz-transition: transform 300ms ease-out;
    -ms-transition: transform 300ms ease-out;
    -o-transition: transform 300ms ease-out;
    transition: transform 300ms ease-out;
}*/

#content {
    /*will-change: transform;*/
}


/*kendo icon fixes*/
.k-button span.k-icon{
    margin-right:5px;
}



/*results page*/
.status-message{
    font-size: 20px;
}



@media only screen and (max-width: 767px) {
    body {
        padding-top: 0;
    }

    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .footer span {
        margin-right: 5px;
    }

    #loader > div {
        max-height: 100vh;
    }

    /*2*/

    .detail-group {
        margin-bottom: 25px; 
    }

    #locationsList {
        width: 100%;       
    }

    #LocationMap {
        width: 100%;
        margin-bottom: 10px;
        height: 350px;
    }


    /*.location-view table {
        width: auto;
    }*/

    .location-zip {
        width: 60%;
    }

  
/*3*/

    .quick-sched-div{
        margin-top: 0;
    }

/*Appointment Options*/
    .appointment-options-btns{
        flex-direction: column;
    }
    .appointment-options-btns button:not(:first-child) {
        margin-top: 20px;
    }
}


@media only screen and (max-width: 1024px) {
    .location-view table td.location-dist {
        width: 50%;
    }

    .location-view table td.location-next {
        width: 50%;
    }

    .location-next > div {
        float: right;
    }

    .location-view table td.location-addr {
        display: none;
    }
}

@media (max-width: 767px) {

    .reason-body {
        margin-left: 0;
    }

    .covid-reason-body {
        margin-left: 0;
    }

    .find-location {
        text-align: center;
    }

    /*2*/
    .nav {
        margin-top: 0;
    }

    .location-map {
        padding-bottom: 96.25%;
    }

    .nav {
        margin-top: -9px;
    }

    .nearby-location td {
        width: 100%;
        margin: 10px 0 5px 0;
    }

    .quick-app-table {
        flex-direction: column;
        align-items: center;
    }

    .location-view table td.location-addr {
        display: table-cell;
    }

    .location-view table td.location-dist {
        width: 33%;
    }

    .location-view table td.location-next {
        width: 33%;
    }

    #ProgressBar .label{
        font-size: 1.3em;
    }

    h2.ra-well-title {
        margin: -5px 0 0;
    }
}





.required{
    color: red;
}


.k-button-group{
    width: 100%;
}

.k-button-group > li {
    width: 100%;
}

.k-dropdown {
    width: 100%;
}

.k-button.k-state-active {
    background-color: #428bca;
    color: #fff;
    border-color: #428bca;
}

#HistoryTree .k-i-collapse {
    cursor: default;
}

#HistoryTree .k-i-expand {
    cursor: default;
}

#HistoryTree .k-i-collapse:before {
    content: "\e308";
    margin-top: 6px;
    width: .8em;
    height: .8em;
    font-size: .8em;
    cursor: default;
}

#HistoryTree .k-i-expand:before {
    content: "\e308";
    margin-top: 6px;
    width: .8em;
    height: .8em;
    font-size: .8em;
}

.k-treeview span.k-in {
    cursor: pointer;
}

#ProgressBar.sticky {
    position: fixed;
    top: 0;
}

.warning-checkbox{
    margin-left: 20px;
    margin-top: 10px;
}

.k-checkbox-label.warning-checkbox::before, .k-checkbox-label.warning-checkbox:hover::before, .k-checkbox-label.warning-checkbox:active::before {
    border-color: red;
}

.test-options {
    margin-top: 10px;
    font-size: 20px;
}



.test-options .k-checkbox-label {
    line-height: normal;
}

.test-options span{
    display: inline-block;
}

.test-options .k-checkbox-label:before {
    width: 22px;
    height: 22px;
    font-size: 22px;
    line-height: 22px;
    margin-left: -5px;
}

.k-dialog-content[data-role="confirm"] {
    max-width: 500px;
}


.timer-title-bar {
    display: -webkit-flex;
    display: flex;
}

.timer-title-bar > .ra-well-title {
    margin-left: auto;
}


.base-timer {
    position: relative;
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-left: auto;
    margin-top: -10px;
    margin-right: -10px;
}


.base-timer__svg {
    transform: scaleX(1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 10px;
    stroke: grey;
}

.base-timer__path-remaining {
    stroke-width: 10px;
    stroke-linecap: round;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

    .base-timer__path-remaining.green {
        color: rgb(65, 184, 131);
    }

    .base-timer__path-remaining.orange {
        color: orange;
    }

    .base-timer__path-remaining.red {
        color: red;
    }

.base-timer__label {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: bold;
}

hr{
    margin-top: 10px;
}

h3 {
    font-weight: 600;
}

.symptom-onset {
    margin-bottom: 20px;
}
.test-options .k-checkbox-label {
    padding-left: 27.2px;
}

/*.k-checkbox-label:before {
    text-align: right;
}*/

.warning-text {
    background-color: red;
    color: white;
    padding: 2px;
    border-radius: 2px;
}

@media (min-width: 767px) {
    .quick-app-btn {
        margin: 10px;
    }

    .k-alert {
        max-width: 600px;
    }
}

/* x-Small devices  */
@media (max-width: 575px) {
    div [class*="col"].form-group {
        padding-left: 5px;
        padding-right: 5px;
    }

    .sex-div {
        margin-top: 20px;
    }

    .main-warning {
        margin-top: 5px;
    }

}

.insurance-info-header {
    margin-top: 0;
}

.k-textbox[disabled="disabled"] {
    opacity: .7;
}