@font-face{
    font-family:'Lato-Light';
    src:url('../fonts/Lato-Light.ttf') format('truetype'),
    url('../fonts/Lato-Light.eot') format('embedded-opentype'),
    url('../fonts/Lato-Light.woff') format('woff');
}
@font-face{
    font-family:'Lato-Bold';
    src:url('../fonts/Lato-Bold.ttf') format('truetype'),
    url('../fonts/Lato-Bold.eot') format('embedded-opentype'),
    url('../fonts/Lato-Bold.woff') format('woff');
}

#turn {
    display:none;
    z-index:100;
    position:fixed;
}
@media (orientation:landscape){
    #turn{
        display:block;
    }
}

html {
    min-height: 100%;
}

body {
    margin:0;
    padding:0;
    /* background: #14172E; */
    background-image: linear-gradient(#ffff,#ffff);
    color:#ffffff;
    font-family: 'Lato-Light';
    min-height: 768px;
}

.inner-wrapper {
    width: 96%;
    margin: 20px auto 10px auto;
    /*background-color: rgba(255,255,255, 0.3);*/
    font-size: 20px;
    border-radius: 10px;
    /*padding-top: 40px;*/
}

select {
    -webkit-appearance: none;
}

a:visited {
    color:#FFFFFF;
}
.error { 
    color: #ffff;
    font-size: 18px;
    /*background: rgba(244, 67, 51, 0.75);*/
    background: rgba(205, 10, 10, 0.80);
    padding: 10px;
    width: 40%;
    margin: 0 auto;
    border-radius: 20px;
    /*border: 1px solid #f44336;*/
}
.is-invalid { border: 3px solid red !important; }
.clear-both { float:none; clear:both; }
.arrow-down {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #fff;
    float: right;
    margin-left: 20px;
    margin-top:16px;
}
.treatment-note-item .arrow-down, .patient-item .arrow-down {
    float: left;
    margin-right: 5px;
    margin-top: 6px;
    margin-left: 16px;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #fff;
    float: left;
    margin-right: 8px;
    margin-top: 6px;
    margin-left: 16px;
}

.wrapper {
    position: relative;
    width:100%;
}

/* practitioner view start */
.footer-logo-holder {
    width:120px;
    position:absolute;
    bottom:10px;
    right:10px;
}

.footer-logo-holder img { width:100%; }

.header {
    width:100%;
    height:40px;
    line-height: 40px;
    background: #1C2355;
}

.room-indicator {
    float:left;
    width:25%;
    margin-left:1%;
}

.user-settings-trigger {
    float:right;
    width:25%;
    text-align:right;
    margin-right: 1%;
    position:relative;
}
.settings-menu-holder {
    width:78%;
    background: #1C2355;
    text-align: center;
    right:0;
    display: none;
    position: absolute;
}
.settings-menu span {
    border-bottom: 1px solid #ffffff;
    width:auto;
    padding-bottom: 2px;
}

.date-time-display {
    float:none;
    display:inline-block;
    width:40%;
    margin:auto;
    text-align: center;
    font-size:17px;
}
.patient-panel {
    width:31%;
    float:left;
    margin-top:50px;
    position:relative;
}
.treatment-notes-panel {
    width:50%;
    float:left;
    margin-top:50px;
    border-left: 1px solid #707070;
    position:relative;
}
.patient-components-panel {
    width:18%;
    float:left;
    margin-top:50px;
    border-left: 1px solid #707070;
    padding-top:60px;
}

.patient-panel span {
    color:#80DDFF;
}
.choose-patient {
    width:690px;
    height: 520px;
    display:none;
    z-index:-10;
    border-radius:10px;
    position: absolute;

}
.choose-patient-bg {
    width:690px;
    height: 520px;
    position:absolute;
    top:0;
    left:0;
    background:#ffffff;
    filter: blur(1px);
    -webkit-filter: blur(2px);
    opacity: 0.1;
    border-radius:10px;
    z-index:-1;
}

.choose-patient-header {
    width:100%;
    background: rgba(255, 255, 255, 0.2);
    height: 24px;
    line-height: 24px;
    color:#ffffff;
    text-align: center;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.close-popup {
    position: absolute;
    top: 4px;
    right: 6px;
    background: #ff0000;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    padding:0 1px 0 0;
}
.search-instructions {
    width:100%;
    text-align:center;
    color:#8E8E8E;
    margin-top:4px;
    margin-bottom:12px;
}
.search-field-holder {
    width:100%;
    text-align:center;
}

#search-field {
    width:67%;
    padding-left:3%;
    color:#FFFFFF;
    margin: auto;
    background-image: url('../images/search.svg');
    background-size: 10px;
    background-position: 3px 4px;
    background-repeat: no-repeat;
    background-color: transparent;
    border-top: none;
    border-right:none;
    border-left: none;
    border-bottom: 1px solid #707070;
}
.search-result-holder {
    width: 80%;
    margin: 40px auto 10px;
}
.search-result {
    width:100%;
    float:none;
    clear:both;
    margin-bottom:20px;
}

.search-result-patient-name {
    width:38%;
    display:inline-block;
    text-align:left;
    color: #80DCFE;
}
.search-result-patient-dob {
    width:23%;
    display:inline-block;
    text-align:right;
}
.search-result-patient-phone {
    width:33%;
    display:inline-block;
    text-align:right;
}

span.patient-name {
    color:#FFFFFF !important;
    font-family: 'Lato-Bold';
}

.patient-item { margin-bottom: 20px; }
.book-new-appointment { margin-left: 24px; }

.feedback-holder {
    position: absolute;
    bottom: 0px;
    left:0px;
    width:96%;
    padding-left:4%;
}
.feedback span { color:#8CC98B; }
.treatment-note-item {
    margin-top:10px;
}

.add-treatment-note {
    margin-left:24px;
    margin-bottom: 80px;
    color:#80DDFF;
    display:block;
}
.btn-confirm-visit-completed {
    width:200px;
    height:26px;
    line-height: 26px;
    color:#707070;
    border: 1px solid #707070;
    background: #ffffff;
    border-radius: 10px;
    text-align:center;
    margin:20px auto;
}
.btn-visit-completed {
    position: absolute;
    right: 20px;
    bottom:20px;
    width:200px;
    height:26px;
    line-height: 26px;
    color:#707070;
    border: 1px solid #707070;
    background: #ffffff;
    border-radius: 10px;
    text-align:center;
}
.patient-component-item .arrow-right { margin-left: 4px;}
.patient-component-item { margin-bottom:10px; }
.treatment-note {
    margin-left: 20px;
    margin-top: 20px;
}
.patient-details-holder {
    margin-top:10px;
    display:none;
}
.past-appointment span, .patient-detail span { color:#8CC98B; }
.patient-detail {
    margin-left: 30px;
    margin-top: 2px;
    width:60%;
}
.choose-another-patient {
    color: #80DDFF !important;
    margin-top: 10px;
    display:block;
}
.treatment-notes-holder { display:none; }
.past-appointments-holder {
    margin-top: 10px;
    display:none;
}
.past-appointment {
    margin-bottom:8px;
    margin-left:30px;
}

.completed-visit {
    width:534px;
    height: 290px;
    display:none;
    z-index:-10;
    border-radius:10px;
    position: absolute;
}
.completed-visit-bg {
    width:534px;
    height: 290px;
    position:absolute;
    top:0;
    left:0;
    background:#3C3E51;
    filter: blur(1px);
    -webkit-filter: blur(2px);
    opacity: 0.95;
    border-radius:10px;
    z-index:-1;


}

.completed-visit-header {
    width:100%;
    background: rgba(255, 255, 255, 0.2);
    height: 24px;
    line-height: 24px;
    color:#ffffff;
    text-align: center;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.completed-visit-checklist-holder {
    width: 76%;
    margin: 40px auto 0;
}

.container {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.psuedo-container {
    padding-left: 20px;
    margin-bottom: -18px;
}

.container a { color:#80DDFF; text-decoration: none;}
.psuedo-container input[type="text"] {
    width:20px;
    background: transparent;
    color:#ffffff;
    border: 1px solid #80DDFF;
    text-align:center;
}
.container input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.todo-checklist-item .container input:checked ~ .checkmark, .todo-checklist-item .checkmark { background-color: #7C7C7C; }
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #000000;
    border-radius: 3px;
}

.container input:checked ~ .checkmark {
    background-color: #000000;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 2px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.discharge-checklist {
    width:24%;
    text-align:center;
    margin: 40px auto 0;
}

.book-appointment {
    width:534px;
    height: 460px;
    display:none;
    z-index:-10;
    border-radius:10px;
    position: absolute;
}
.book-appointment-bg {
    width:534px;
    height: 460px;
    position:absolute;
    top:0;
    left:0;
    background:#3C3E51;
    filter: blur(1px);
    -webkit-filter: blur(2px);
    opacity: 0.95;
    border-radius:10px;
    z-index:-1;


}

.book-appointment-header {
    width:100%;
    background: rgba(255, 255, 255, 0.2);
    height: 24px;
    line-height: 24px;
    color:#ffffff;
    text-align: center;
    border-radius: 10px 10px 0 0;
    position: relative;
}
.week-month-holder {
    width:90%;
    padding: 10px 5% 4px;
    border-bottom:1px solid #707070;
}
.time-designation-label, .day-label, .week-month-label {
    width: 64px;
    font-size:18px;
    float:left;
    margin-left: 10px;
    line-height: 24px;
    height: 24px;
}
.day-item, .month-item, .week-item {
    width: 53px;
    height:24px;
    line-height: 24px;
    text-align: center;
    float:left;
    margin-right:3px;
    background: #484B61;
    border: 1px solid #484B61;
    border-radius: 5px;
    margin-bottom:6px;
}
.time-designation-item {
    width:84px;
    height:24px;
    line-height: 24px;
    text-align: center;
    display:inline-block;
    margin:0 10px 6px;
    background: #484B61;
    border: 1px solid #484B61;
    border-radius: 5px;
}

.time-slot.active, .time-designation-item.active, .day-item.active, .month-item.active, .week-item.active {
    color:#96D496;
    border-color:#96D496;
}

.time-slot.unavailable, .time-designation-item.unavailable, .day-item.unavailable { color:#707070; }

.day-holder {
    width:90%;
    padding: 10px 5% 4px;
    border-bottom:1px solid #707070;
}
.time-designation-holder {
    width:90%;
    padding: 10px 5% 4px;
    border-bottom:1px solid #707070;
}
.time-designation-wrapper {
    width: 406px;
    text-align:center;
    float:right;
}
.apt-type-holder {
    width:90%;
    padding: 10px 5% 4px;
}
.apt-type-label {
    width: 84px;
    font-size:18px;
    float:left;
    margin-left: 10px;
    line-height: 24px;
    height: 24px;
}
select#select-apt-type {
    background-color: transparent;
    border:none;
    color:#ffffff;
    font-size:14px;
    height: 24px;
    line-height: 24px;
    width:326px;
    padding-right:10px;
    display: block;
    background-image: url('../images/kiosk/arrow-down.svg');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 315px 6px;
}
.time-slot-holder {
    width:90%;
    margin:auto;
    padding: 0px 0 10px;
    text-align:center;
}
.time-slot-column {
    width: 18%;
    display:inline-block;
    margin: 0 10px;
    vertical-align: top;
}
.time-slot {
    width: 90%;
    margin: 3px auto 0;
    text-align:center;
    border-radius: 6px;
    border: 1px solid transparent;
}
.new-appointment-summary {
    width:100%;
    text-align: center;
    margin-top:12px;
}
.new-appointment-summary span {
    color:#96D496;
}
.btn-book-appointment {
    width:120px;
    height:26px;
    line-height: 26px;
    color:#707070;
    border: 1px solid #707070;
    background: #ffffff;
    border-radius: 10px;
    text-align:center;
    margin:10px auto;
}
.waiting_room_colomn_1 {
    width:35%;
    border-right: 1px solid #707070;
    margin-top:50px;
    display:inline-block;
    vertical-align: top;
}
.waiting_room_colomn_2 {
    width:32%;
    border-right: 1px solid #707070;
    margin-top:50px;
    display:inline-block;
    vertical-align: top;
}
.waiting_room_colomn_3 {
    width:31%;
    margin-top:50px;
    display:inline-block;
    vertical-align: top;
}

.dna_cancellation_holder, .patient_count_holder, .finish_time_holder, .time_behind_holder {
    width:100%;
    text-align:center;
    margin: 20px auto 60px;
    color:#ffffff;
    font-size:16px;
}
.time_behind {
    color: #FF8080;
    font-size: 50px;
    margin: 12px 0;
}

.finish_time {
    font-size: 50px;
    margin: 12px 0;
}

.patients_remaining_holder, .patients_seen_holder {
    width: 48%;
    display:inline-block;
    font-size: 14px;
}

.patients_remaining, .patients_seen {
    font-size:50px;
    margin: 8px 0;
}

.dna_cancellation {
    font-size:14px;
    line-height: 28px;
    margin-left: 20px;
    text-align: left;
    margin-bottom: 10px;
}

.dna_cancellation span {
    font-size: 28px;
    line-height: 28px;
    display: block;
    float:right;
    width:60%;
    text-align: left;
}
.waiting_room_colomn_2_title {
    width: 96%;
    margin: 30px auto;
    font-size: 18px;
}
.waiting_room_colomn_2_title span {
    font-size:14px;
    color: #80DDFF;
}
.patients_in_waiting_room {
    width: 96%;
    margin:10px auto;
    border-spacing: 10px 20px;
    border-collapse: separate;
    font-size:14px;
}

.patients_in_waiting_room tr th {
    color:#ffffff;
}
.patients_in_waiting_room tr th:first-child,
.patients_in_waiting_room tr td:first-child {
    width:40%;
}
.patients_in_waiting_room tr th:nth-child(2),
.patients_in_waiting_room tr th:nth-child(3),
.patients_in_waiting_room tr th:nth-child(4),
.patients_in_waiting_room tr td:nth-child(2),
.patients_in_waiting_room tr td:nth-child(3),
.patients_in_waiting_room tr td:nth-child(4) {
    width:20%;
    text-align: center;
}
.patients_in_waiting_room tr td a,.patients_in_waiting_room tr td a:visited {
    color:#80DDFF;
    text-decoration: none;
}
.patients_in_waiting_room tr td span { color:#8F9CFD; }
.todo-list-holder { padding-top: 30px; }
.to-do-list { padding: 10px 0 0 40px;}
.waiting_room_patient {
    font-size:18px;
    font-family: 'Lato-Bold';
}
.items_count {
    width:26px;
    height:26px;
    border-radius:50%;
    background-color: #ffffff;
    color:#707070;
    font-size:14px;
    line-height: 26px;
    text-align:center;
    display:inline-block;
    margin-right:10px;
}
.waiting_room_column_3_lists_holder {
    padding: 30px 10px;
    font-size:18px;
}
.patient_group_stats_holder {
    margin-top:40px;
    font-size:20px;
}
.your_stats_holder {
    width:98%;
    margin: auto;
}
.your_stats_label {
    width:25%;
    float:left;
    font-size:19px;
    line-height:22px;
}
.your_stats_options {
    width:72%;
    float:right;
    text-align: center;
}
.your_stats_option {
    display:inline-block;
    width:22%;
    color:#80DDFF;
    border: 1px solid transparent;
    font-size:10px;
    padding:4px auto;
}
.your_stats_option.selected {
    border-color: #80DDFF;
}
.nps_holder {
    width:30%;
    float:left;
    margin-left:1%;
    margin-top:40px;
    font-size:19px;
}
.patient_comments_holder {
    width:60%;
    float:right;
    margin-right:1%;
    margin-top:40px;
    font-size:19px;
}
.status_table {
    width: 96%;
    margin:10px auto;
    border-spacing: 10px 20px;
    border-collapse: separate;
    font-size:14px;
}
.status_table tr td:nth-child(2),.status_table tr td:nth-child(3) {
    width:25%;
    font-size:22px;
    line-height: 22px;
    text-align: center;
}
.status_table tr td:first-child {
    width:45%;
    font-size:14px;
    line-height: 22px;
    text-align: left;
}
/* practitioner view end */
/* kiosk walk-in/checkin start */
.kiosk-logo-holder {
    height: 150px;
    margin: auto;
    padding-top: 50px;
}

.kiosk-logo-holder img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-btn {
    width: 80%;
    min-width: 400px;
    display: inline-block;
    margin: 60px 4%;
    height: 206px;
    background: #ffffff;
    color: #113C40;
    font-family: 'Lato-Bold';
    font-size: 58px;
    text-align: center;
    border-radius: 12px;
    padding-top:50px;
}

.main-btn-wrapper {
    width: 50%;
    min-width: 400px;
    float: left;
}

.sub-text {
    color:#707070;
    font-size: 28px;
    margin-top: 20px;
}

.kiosk-corner-logo-holder {
    width:72px;
    height:37px;
    position:absolute;
    top:38px;
    left:37px;
}
.kiosk-corner-logo-holder img { width:100%; }
.name-input-holder {
    width:90%;
    margin: auto;
    padding-top:120px;
    text-align:center;
}
.name-input-wrapper {
    width:46%;
    display:inline-block;
    font-size: 52px;
    font-family: 'Lato-Bold';
    margin:0 1%;
}
.name-input {
    width:86%;
    padding: 12px 7%;
    border-radius: 10px;
    background: #ffffff;
    border:none;
    font-size:25px;
    font-family: 'Lato-Light';
}
.buttons-holder {
    width:100%;
    text-align:center;
    margin-top:40px;
    margin-bottom:20px;
}
.button-step {
    display:inline-block;
    width: 224px;
    height: 56px;
    line-height: 56px;
    font-size: 25px;
    font-family: 'Lato-Bold';
    text-align:center;
    margin:0 1%;
    background: #ffffff;
    border-radius: 10px;
    color: #707070;
}
.button-step.no-btn:hover { color:#F00909; }
.button-step.next-btn:hover { color: #113C40; }
.button-step.back-btn:hover { color: #1BB160; }
.button-step.back-btn {
    background-color: rgba(55,55,55, 0.3);
    color:rgba(255,255,255,0.6);
    margin-right: 9%;
    width: 160px;
    border-radius: 40px;
    font-size:18px;
    text-transform:lowercase;
    font-family: 'Lato-Light';
}
.button-step.next-btn {
    background-color: #00a82d;
    color:#FFFFFF;
    margin-left: 9%;
    width: 160px;
    border-radius: 40px;
    font-size:18px;
    text-transform:lowercase;
    font-family: 'Lato-Light';
}
.button-step.home-btn {
    background-color: #FFFFFF;
    color:#113C40;
    margin-left: 9%;
    margin-top: 5%;
    width: 160px;
    /*border-radius: 40px;*/
    font-size:18px;
    border: 1px solid #FFFFFF;
    text-transform:lowercase;
    font-family: 'Lato-Light';
}

.button-step..home-btn:hover {
    color: #FFFFFF;
    background-color: #113C40;
    border: 1px solid #FFFFFF;
}

.appointment-timeslot:hover {
    border: 5px solid #113C40 !important;
    background: #113C40;
    color:#ffffff;
}

.mobile-confirm-holder, .face-holder, .appointment-timeslot-holder, .mobile-input-holder, .birthday-input-holder, .thanks-holder {
    width:90%;
    margin: auto;
    padding-top:120px;
    text-align:center;
}

.welcome-holder {
    width:90%;
    margin: auto;
    padding-top:100px;
    text-align:center;
}

.birthday-input-wrapper {
    width:56%;
    display:inline-block;
    font-size: 48px;
    font-family: 'Lato-Bold';
    margin:0 1%;
}
.dob-select-wrapper {
    font-size: 14px;
    padding:3px;
    background: #ffffff;
    border-radius: 10px;
    width:110px;
    display:inline-block;
    margin:10px;
    color:#707070;
}
.dob-select {
    width:90%;
    padding:8px 10% 8px 0;
    background-image: url('../images/kiosk/arrow-down-select.svg');
    background-size: 10px;
    background-position: 94% 50%;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border:none;
    text-align: center;
    font-size:18px;
    color:#707070;
}
.time-select-wrapper {
    font-size: 14px;
    padding:3px;
    background: #ffffff;
    border-radius: 10px;
    width:110px;
    display:inline-block;
    margin:10px;
    color:#707070;
}
.time-select {
    width:90%;
    padding:8px 10% 8px 0;
    background-image: url('../images/kiosk/arrow-down-select.svg');
    background-size: 10px;
    background-position: 94% 50%;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border:none;
    text-align: center;
    font-size:25px;
    color:#707070;
    font-family: 'Lato-Bold';
}
.mobile-input-wrapper {
    width:56%;
    display:inline-block;
    font-size: 48px;
    font-family: 'Lato-Bold';
    margin:0 1%;
}
.mobile-input {
    width:86%;
    padding: 12px 7%;
    border-radius: 10px;
    background: #ffffff;
    /*background: #1f2446;*/
    border:none;
    font-size:25px;
    font-family: 'Lato-Light';
    text-align: center;
}
.mobile-input-confirm-wrapper {
    width:86%;
    display:inline-block;
    font-size: 48px;
    font-family: 'Lato-Bold';
    margin:0 1%;
}
.email-input-confirm, .mobile-input-confirm {
    width:51%;
    padding: 12px 7%;
    border-radius: 10px;
    background: #ffffff;
    border:none;
    font-size:25px;
    font-family: 'Lato-Light';
    /*background-image: url('../images/kiosk/check-input.svg');*/
    background-size: 30px;
    background-position: 98% 50%;
    background-repeat: no-repeat;
}
.mobile-confirm-wrapper, .appointment-timeslot-wrapper {
    width:100%;
    display:inline-block;
    font-size: 48px;
    font-family: 'Lato-Bold';
    margin:0 1%;
}
.appointment-timeslot {
    width:15%;
    margin: 6px;
    display:inline-block;
    height: 92px;
    line-height: 92px;
    font-size:24px;
    font-family: 'Lato-Light';
    color:#707070;
    background: #ffffff;
    border-radius: 10px;
    border: 5px solid #ffffff;
}
.appointment-timeslot.selected {
    border: 5px solid #113C40;
    background: #113C40;
    color:#ffffff;
}
.thanks-wrapper, .face-wrapper {
    width:90%;
    display:inline-block;
    font-size: 48px;
    font-family: 'Lato-Bold';
    margin:0 auto;
    text-align:left;
}

.welcome-wrapper {
    text-align: center;
    background-color: rgba(255,255,255, 0.3);
    padding: 30px;
    border-radius: 5px;
    width:90%;
    display:inline-block;
    font-size: 25px;
    margin:0 auto;
    text-align:left;
}

.greeting-main-text {
    margin-bottom: 20px;
}

.greeting-footer-text {
    margin-top: 20px;
}

.greeting-main {
    height: 480px;
}
.face img { width: 100%; }
.face {
    /*width: 256px;
    height: 175px;
    margin: 20px auto;*/
    text-align: center;
}
.mobile-confirm {
    width:100%;
    display:inline-block;
    font-size: 48px;
    font-family: 'Lato-Bold';
    margin:30px 0 0 0;
    position:relative;
}
.show-confirm {
    background: #ffffff;
    color:#707070;
    font-size: 16px;
    padding: 8px 20px;
    text-align: center;
    position: absolute;
    right: 15%;
    top: 10px;
    border-radius: 22px;
}
.intake-form-instructions {
    width:100%;
    font-size:24px;
    line-height: 36px;
    text-align:left;
    margin-top:20px;
}
.change-receiver-btn {
    display:inline-block;
    background: #ffffff;
    color:#707070;
    font-size: 16px;
    padding: 8px 20px;
    text-align: center;
    margin-left:20px;
    border-radius: 22px;
    vertical-align: middle;
}
.services-holder, .provider-times-holder {
    width:90%;
    margin: auto;
    padding-top:80px;
    text-align:center;
    font-size: 48px;
    font-family: 'Lato-Bold';
}
.services-wrapper, .provider-times-wrapper {
    text-align:center;
    padding-top:60px;
}
.time-wrapper {
    text-align:center;
    padding-top:60px;
    max-height: 400px;
    overflow-y: auto;
}

.service {
    display:inline-block;
    margin: 1%;
    width: 18%;
    min-width: 18%;
    height: 65px;
    color: #707070;
    background: #ffffff;
    border: 5px solid #ffffff;
    padding: 40px 2%;
    font-size: 25px;
    line-height: 30px;
    border-radius: 20px;
    font-family: 'Lato-Bold';
    vertical-align: top;
}

.provider-time {
    display:inline-block;
    margin: 1%;
    width: 18%;
    color: #113C40;
    background: #ffffff;
    border: 5px solid #ffffff;
    padding: 20px 2%;
    font-size: 25px;
    line-height: 30px;
    border-radius: 20px;
    font-family: 'Lato-Bold';
    vertical-align: top;
}

.service:hover, .provider-time:hover {
    border: 5px solid #113C40;
    background: #113C40;
    color:#ffffff;
}
.service.selected, .provider-time.selected {
    border: 5px solid #113C40 !important;
    background: #113C40;
    color:#ffffff;

}

.time {
    width: 60%;
    margin: 0 auto 12px;
    color: #ffffff;
    border: 2px solid #113C40;
    font-size: 28px;
    border-radius: 20px;
    font-family: 'Lato-Light';
    padding: 6px;
}
.time.selected {
    border-color: #23FD06;

}
.capture-photo {
    line-height: 40px;
    font-size: 25px;
    font-family: 'Lato-Bold';
    text-align: center;
    margin: 0 1%;
    background: #ffffff;
    border-radius: 10px;
    color: #ca1e1e;
}
.face-control {
    text-align:center;
}
/* kiosk walk-in/checkin end */
.patient-form-section-holder {
    text-align: right;
}

.patient-form-section {
    background-color: rgba(55,55,55, 0.3);
    text-align: right;
    line-height: 20px;
    border-radius: 40px 0 0 40px;
    padding: 5px 10px;
    margin: 5px 0;
}


.patient-form-section-title {
    position: absolute;
    right: 0;
    top: 10px;
}
.patient-form-section-question {
    position: absolute;
    right: 0;
    top: 50px;
}

.patient-form-progress-wrapper {
    float:right;
    width: 50%;
    text-align:right;
}

.patient-form-progress {
    height: 8px;
    width: 8px;
    background-color: #16d866;
    border-radius: 50%;
    margin: 5px 2px;
    float: right;
}

.patient-form-input-holder {
    text-align: center;
    /*width: 90%;*/
    margin: 0 1%;
    padding-top: 35px;
}

.patient-form-input-wrapper {
    width: 90%;
    margin: 0 auto;
    display: inline-block;
    /*font-family: 'Lato-Bold';*/
    /*font-size: 48px;*/
    font-size: 35px;
}

.patient-form-input {
    width: 80%;
    margin: 0 auto;
}
.inner-wrap-patient-form-input {
    width: 96%;
    margin: 60px auto 10px auto;
    background-color: rgba(255,255,255, 0.3);
    font-size: 20px;
    border-radius: 10px;
    padding: 16px 16px 4px;
}
.patient-form-checkbox-wrapper {
    float: left;
    text-align: left;
    width: auto;
    font-family: 'Lato-Light';
    font-size: 25px;
    padding: 10px 25px 15px;
    border-radius: 30px;
    background: rgba(0,0,0,0.3);
    color:rgba(255,255,255,0.5);
    margin: 0 6px 10px;
    display: inline-block;
    text-transform: lowercase;
}
.patient-form-checkbox-wrapper.checked-item {
    color:#ffffff !important;
    background: #00a82d !important;
}
.patient-form-checkbox {
    width: 40px !important;
    margin: 0 0px 0 0;
    height: 24px !important;
    opacity: 100 !important;
    position: relative !important;
    top:5px;
    pointer-events: none;
}
.patient-form-radio-wrapper {
    text-align: left;
    display: inline-block;
    width: auto;
    font-family: 'Lato-Light';
    font-size: 25px;
    padding: 10px 25px 15px;
    border-radius: 30px;
    background: rgba(0,0,0,0.3);
    color:rgba(255,255,255,0.5);
    margin: 0 6px 10px;
    text-transform: lowercase;
}

.patient-form-radio {
    /*width: 50px !important;*/
    margin: 0 20px 0 0;
    height: 30px !important;
    opacity: 100 !important;
    position: relative !important;
    top:7px;
    opacity: 0.5 !important;
}

.patient-form-radio:checked { opacity: 1 !important; }
.patient-form-radio-wrapper.selected-active {
    color:#ffffff !important;
    background: #00a82d !important;
}
.patient-form-text {
    width: 80%;
    padding: 12px 7%;
    border-radius: 10px;
    background: #ffffff;
    border: none;
    font-size: 25px;
    font-family: 'Lato-Light';
    /*background-image: url(../images/kiosk/check-input.svg);*/
    background-size: 30px;
    background-position: 98% 50%;
    background-repeat: no-repeat;
}
.body-chart-instructions {
    font-family: 'Lato-Light';
    font-size:20px;
    clear:both;
    margin-bottom:20px;
}
.edit-answer-icon {
    width: 24px;
    float: right;
    margin-right: 10px;
    margin-top: 0px;
}
.edit-icon:hover {
    fill: #00a82d;
}
.chart-canvas-holder {
    clear:both;
    margin:auto;
    text-align:center;
}
.patient-form-textarea {
    width: 80%;
    min-height: 100px;
    padding: 12px;
    border-radius: 10px;
    background: #ffffff;
    border: none;
    font-size: 25px;
    font-family: 'Lato-Light';
    /*background-image: url(../images/kiosk/check-input.svg);*/
    background-size: 30px;
    background-position: 98% 50%;
    background-repeat: no-repeat;
}

.fill-intake-form {
    display: inline-block;
    margin: 1%;
    color: #707070;
    background: #ffffff;
    border: 5px solid #ffffff;
    padding: 30px 3%;
    font-size: 25px;
    line-height: 30px;
    border-radius: 20px;
    font-family: 'Lato-Bold';
    vertical-align: top;
}
.fill-intake-form.selected {
    border: 5px solid #113C40 !important;
    background: #113C40;
    color:#ffffff;
}

.fill-intake-form:hover {
    border: 5px solid #113C40 !important;
    background: #113C40;
    color:#ffffff;
}

.fill-intake-form-holder {
    width:90%;
    margin: auto;
    padding-top:10px;
    text-align:center;
}

.fill-intake-form-wrapper {
    text-align:center;
    padding-top:10px;
}

.greeting {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 300px;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 20px 0;
}

.modal-default-button {
  float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.patient-form-input-summary {
    width: 95%;
    margin:auto;
    background: rgba(255,255,255,0.3);
    border-radius:10px;
    padding: 10px 0;
}
.summary-section-title {
    font-size: 25px;
    font-family: 'Lato-Bold';
    text-align: left;
    padding-left: 2%;
    padding-top: 20px;
    padding-bottom: 1%;
    color: #113C40;
    clear: both;
}
.summary-question {
    float:left;
    width:33%;
    clear:left;
    font-size:18px;
    line-height: 38px;
    min-height:38px;
    font-family: 'Lato-Light';
    text-align: left;
    padding-left:2%;
    border-top:1px solid #FFFFFF;
}
.summary-answer {
    float:right;
    width:63%;
    clear:right;
    background:rgba(255,255,255,0.5);
    font-size:18px;
    line-height: 38px;
    min-height:38px;
    font-family: 'Lato-Light';
    text-align: left;
    padding-left:2%;
    border-top:1px solid #FFFFFF;
    color: #113C40;
}
.clear-sign {
    font-size: 12px;
    padding: 10px 20px;
    background: rgba(55,55,55, 0.3);
    color: rgba(255,255,255,0.6);
    border-radius: 30px;
}

.summary-holder {
    width: 90%;
    margin: auto;
    padding-top: 100px;
    text-align: center;
}

.summary-tc-title {
    text-align: center;
    font-size: 25px;
}

.summary-tc-wrapper {
    margin-top: 5px;
}

.summary-tc-consent-wrapper {
    text-align: center;
    position: relative;
    font-family: 'Lato-Light';
    font-size: 18px;
    padding: 10px 25px 15px;
    background: rgba(0,0,0,0.3);
    color: rgba(255,255,255,0.5);
    margin: 10px auto;
    width: 86%;
    display: block;
    text-transform: lowercase;
    border-radius: 5px;
}

.summary-tc-consent-agree {
    background: #00a82d !important;
    color: #ffff !important;
}

.summary-tc-holder {
    text-align: center;
}

.summary-tc {
    width: 90%;
    min-height: 150px;
    height: 100%;
    resize: none;
    overflow-y: scroll;
    margin-top: 5px;
}

.disabled-button {
    pointer-events: none;
    background-color: rgba(55,55,55, 0.3) !important;
    color: rgba(255,255,255,0.6) !important;
}
