﻿body {
    max-width: 100%;
    overflow-x: hidden;
    color: #555559;
    font-weight: 300;
}

.grid .location-title {
    margin: 20px 0 30px 0;
    padding-right: 0;
}

    .grid .location-title span {
        font-size: 14px;
        font-weight: 400;
    }

        .grid .location-title span:after {
            display: block;
            content: "";
            width: 100%;
            margin-top: 5px;
            border-bottom: 1px solid #555556;
        }

    .grid .location-title h1 {
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        line-height: 1.5em;
    }

        .grid .location-title h1 em {
            color: #E3B6A4;
            font-style: normal;
        }

.grid p {
    text-align: center;
    line-height: 1.5em;
    margin: 30px 0 50px 0;
}

.pictogram {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

    .pictogram .pictogram-1,
    .pictogram .pictogram-2,
    .pictogram .pictogram-3,
    .pictogram .pictogram-4,
    .pictogram .pictogram-5,
    .pictogram .pictogram-6 {
        position: relative;
    }

    .pictogram img {
        width: 100%;
        background: #eee;
        height: 80px;
    }

    .pictogram .label {
        font-size: 11px;
        font-weight: 100;
        margin: 7px;
    }

.book-an-eye-test input[type="button"],
.your-information input[type="button"] {
    display: block;
    width: 200px;
    height: 40px;
    border: none;
    overflow: hidden;
    background: #263645;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
    cursor: pointer;
    margin: 40px auto;
}

.textballon {
    width: 150px;
    height: 80px;
    position: absolute;
    top: 60px;
    right: 150px;
    background-color: #263546;
    color: #fff;
    border-radius: 1px;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5em;
    font-size: 10px;
    font-weight: 100;
}

    .textballon:after {
        content: "";
        display: block;
        position: relative;
        bottom: 0px;
        left: 45px;
        border-color: #263546 transparent transparent transparent;
        border-style: solid;
        border-width: 45px 25px 0px 10px;
        width: 0;
        height: 0;
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

.pictogram input[type=checkbox] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.ballon-1,
.ballon-2,
.ballon-3,
.ballon-4,
.ballon-5,
.ballon-6 {
    display: none;
    position: absolute;
    top: -85px;
    left: -20px;
}

.pictogram .pictogram-1 input[type=checkbox]:hover ~ .ballon-1,
.pictogram .pictogram-2 input[type=checkbox]:hover ~ .ballon-2,
.pictogram .pictogram-3 input[type=checkbox]:hover ~ .ballon-3,
.pictogram .pictogram-4 input[type=checkbox]:hover ~ .ballon-4,
.pictogram .pictogram-5 input[type=checkbox]:hover ~ .ballon-5,
.pictogram .pictogram-6 input[type=checkbox]:hover ~ .ballon-6 {
    display: block;
}

.about-the-store span {
    font-size: 14px;
    font-weight: 500;
}

.about-the-store p {
    text-align: left;
}

.store-information {
    width: 75%;
    margin: 0 auto;
    line-height: 1.5em;
}

    .store-information h3 {
        font-size: 13px;
        font-weight: 400;
    }

    .store-information div {
        padding: 20px;
    }

    .store-information .location-information em {
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
    }

    .store-information .location-information,
    .store-information .contact-information {
        height: 70px;
        margin-bottom: 40px;
    }

    .store-information .opening-information div {
        padding: 0;
    }

.your-information {
    width: 75%;
    margin: 0 auto;
    line-height: 1.5em;
    padding: 0 40px;
}

    .your-information input[type="text"] {
        width: 100%;
        height: 40px;
        padding: 5px;
        display: block;
        vertical-align: middle;
        color: #9d9f9f;
        font-size: 11px;
        margin-bottom: 10px;
    }

.appointment-time {
    padding: 0 30px;
    position: relative;
}

    .appointment-time h2 {
        font-size: 24px;
        font-weight: 400;
        text-align: center;
    }

    .appointment-time h3 {
        font-size: 15px;
        font-weight: 100;
        text-align: center;
        color: #9d9f9f;
        font-style: normal;
    }

    .appointment-time .available-time {
        height: 150px;
        overflow: auto;
        overflow-x: hidden;
        text-align: center;
        font-size: 15px;
        line-height: 2em;
    }

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 0;
    background-color: transparent;
}

::-webkit-scrollbar-track-piece {
    background-color: #FAFAFA;
    -webkit-border-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #999;
    -webkit-border-radius: 5px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 30px;
    background-color: #999;
    -webkit-border-radius: 5px;
}

.appointment-time .arrow-1 {
    position: absolute;
    top: 120px;
    left: 10px;
}

.appointment-time .arrow-2 {
    position: absolute;
    top: 120px;
    right: 10px;
}

.subbox {
    margin-bottom: 70px;
}

/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0px;
}

[class*='col-'] {
    float: left;
    padding-right: 20px; /* column-space */
}

.grid {
    width: 100%;
    max-width: 1140px;
    min-width: 755px;
    margin: 0 auto;
    overflow: hidden;
}

    .grid:after {
        content: "";
        display: table;
        clear: both;
    }

.grid-pad {
    padding-top: 20px;
    padding-left: 20px; /* grid-space to left */
    padding-right: 0px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}

.push-right {
    float: right;
}

/* Content Columns */

.col-1-1 {
    width: 100%;
}

.col-2-3, .col-8-12 {
    width: 66.66%;
}

.col-1-2, .col-6-12 {
    width: 50%;
}

.col-1-3, .col-4-12 {
    width: 33.33%;
}

.col-1-4, .col-3-12 {
    width: 25%;
}

.col-1-5 {
    width: 20%;
}

.col-1-6, .col-2-12 {
    width: 16.667%;
}

.col-1-7 {
    width: 14.28%;
}

.col-1-8 {
    width: 12.5%;
}

.col-1-9 {
    width: 11.1%;
}

.col-1-10 {
    width: 10%;
}

.col-1-11 {
    width: 9.09%;
}

.col-1-12 {
    width: 8.33%;
}

/* Layout Columns */

.col-11-12 {
    width: 91.66%;
}

.col-10-12 {
    width: 83.333%;
}

.col-9-12 {
    width: 75%;
}

.col-5-12 {
    width: 41.66%;
}

.col-7-12 {
    width: 58.33%;
}



/* Pushing blocks */

.push-2-3, .push-8-12 {
    margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
    margin-left: 50%;
}

.push-1-3, .push-4-12 {
    margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
    margin-left: 25%;
}

.push-1-5 {
    margin-left: 20%;
}

.push-1-6, .push-2-12 {
    margin-left: 16.667%;
}

.push-1-7 {
    margin-left: 14.28%;
}

.push-1-8 {
    margin-left: 12.5%;
}

.push-1-9 {
    margin-left: 11.1%;
}

.push-1-10 {
    margin-left: 10%;
}

.push-1-11 {
    margin-left: 9.09%;
}

.push-1-12 {
    margin-left: 8.33%;
}


@media handheld, only screen and (max-width: 767px) {
    .grid {
        width: 100%;
        min-width: 0;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 20px; /* grid-space to left */
        padding-right: 10px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
    }

    [class*='col-'] {
        width: auto;
        float: none;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 10px; /* column-space */
    }


    /* Mobile Layout */

    [class*='mobile-col-'] {
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 10px; /* column-space */
        padding-bottom: 0px;
    }

    .mobile-col-1-1 {
        width: 100%;
    }

    .mobile-col-2-3, .mobile-col-8-12 {
        width: 66.66%;
    }

    .mobile-col-1-2, .mobile-col-6-12 {
        width: 50%;
    }

    .mobile-col-1-3, .mobile-col-4-12 {
        width: 33.33%;
    }

    .mobile-col-1-4, .mobile-col-3-12 {
        width: 25%;
    }

    .mobile-col-1-5 {
        width: 20%;
    }

    .mobile-col-1-6, .mobile-col-2-12 {
        width: 16.667%;
    }

    .mobile-col-1-7 {
        width: 14.28%;
    }

    .mobile-col-1-8 {
        width: 12.5%;
    }

    .mobile-col-1-9 {
        width: 11.1%;
    }

    .mobile-col-1-10 {
        width: 10%;
    }

    .mobile-col-1-11 {
        width: 9.09%;
    }

    .mobile-col-1-12 {
        width: 8.33%;
    }

    /* Layout Columns */

    .mobile-col-11-12 {
        width: 91.66%;
    }

    .mobile-col-10-12 {
        width: 83.333%;
    }

    .mobile-col-9-12 {
        width: 75%;
    }

    .mobile-col-5-12 {
        width: 41.66%;
    }

    .mobile-col-7-12 {
        width: 58.33%;
    }

    .hide-on-mobile {
        display: none !important;
        width: 0;
        height: 0;
    }
}

.xdsoft_time_variant .xdsoft_disabled {
    display: none !important;
}

.xdsoft_calendar, .xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    background-color: #fff;
}

.xdsoft_disabled {
    background-color: #eee;
}

.xdsoft_datetimepicker.xdsoft_inline {
    margin-bottom: 30px !important;
}

.xdsoft_datetimepicker {
    background: #fff !important;
}

    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
        background: #263645 !important;
    }

.k-select {
    background-color: #fff !important;
}

.xdsoft_disabled {
    background-color: #eee !important;
}

.subBoxContent {
    width: 58%;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .subBoxContent {
        width: 100%;
        margin: 0 auto;
    }
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

.y-appointment-wrapper {
    padding-top: 6px;
    padding-left: 10%;
    padding-right: 10%;
}

.field-set-reset {
    padding: 0;
    border: 0;
    margin: 0;
    min-width: 0;
}

#WidgetsAppointmentForm .title {
    text-align: center;
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 40px;
}

.scroll-btn {
    width: 3%;
    height: 180px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

    .scroll-btn.left {
        margin-right: 5%;
    }

    .scroll-btn.right {
        margin-left: 2%;
    }

.scroll-img-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.date-pick {
    width: 100%;
    margin-bottom: 80px;
}

    .date-pick .date-wrapper {
        width: 85%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }

    .date-pick .date-scroll-container {
        white-space: nowrap;
        overflow-x: scroll;
    }

        .date-pick .date-scroll-container::-webkit-scrollbar {
            display: none;
        }

.date-wrapper input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    border: 0;
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    display: none;
}

.date-wrapper .timecell {
    position: relative;
    width: 19.5%;
    display: inline-block;
    box-sizing: border-box;
    height: 140px;
    cursor: pointer;
}

.date-wrapper .date-item {
    display: block;
    border: 1px solid #eee;
    padding: 20px 0;
}
/*.timecell .fill-box {
    border:1px solid #eee;
    z-index:-1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}*/
.timecell.selected .date-item {
    border-color: #e6b6a4;
    z-index: 1;
}

.timecell .time-day,
.timecell .time-date,
.timecell .time-month,
.timecell .time-available {
    display: block;
}

.time-day {
    font-size: 15px;
    line-height: 22px;
}

.time-date {
    color: black;
    font-size: 40px;
    line-height: 48px;
}

.selected .time-date {
    color: #e3b6a4;
}

.time-month {
    font-size: 15px;
    line-height: 22px;
    color: #aaa;
}

.time-pick .time-slot {
}

    .time-pick .time-slot.morning,
    .time-pick .time-slot.afternoon,
    .time-pick .time-slot.evening {
        text-transform: uppercase;
        float: left;
        text-align: center;
        box-sizing: border-box;
    }

    .time-pick .time-slot .slot-heading {
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        box-sizing: border-box;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #f7f7f7;
        font-weight: 300;
    }

    .time-pick .time-slot.morning .slot-heading {
        border-left: 1px solid #ccc;
    }

    .time-pick .time-slot.evening .slot-heading {
        border-right: 1px solid #ccc;
    }

    .time-pick .time-slot.morning,
    .time-pick .time-slot.evening {
        width: 25%;
    }

    .time-pick .time-slot.afternoon {
        width: 50%;
    }

.time-slot .slot input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    border: 0;
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    display: none;
}

.time-slot .time-slice {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 15px;
    font-weight: 300;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 5px;
    cursor: pointer;
}

.time-slice.selected {
    border: 1px solid #e3b6a4;
    color: #e3b6a4;
}

.time-slot.afternoon .time-slice {
    width: calc(50% - 8px);
}

@media all and (min-width : 300px) and (max-width : 768px) {
    .webshop-eyetest-newappointment .column.main {
        width: 100%;
    }

    .y-appointment-wrapper {
        padding-left: 5%;
        padding-right: 5%;
    }

    .title {
        font-size: 20px;
    }

    /*   .date-pick .date-wrapper {
        width: 100%;
    }*/

    .date-wrapper .timecell {
        width: 33%;
    }


    .time-slot {
        width: 100% !important;
        margin-bottom: 15px;
    }

        .time-slot .slot-heading {
            border: 1px solid #ccc;
        }

        .time-slot .time-slice {
            width: 100% !important;
        }
}

.loading-mask {
    background-image: url(AjaxLoader.gif);
    width: 100%;
    height: 100%;
    overflow: auto;
    margin: auto;
    position: absolute;
    background-position: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background-repeat: no-repeat;
    opacity: 0.3;
    filter: alpha(opacity=30);
    background-color: #000;
}

.submit-button {
    /* color: #fff !important;
    background-color: #0055A3 !important;
    border: 1px solid #0055A3 !important;
    padding: 0.75rem 0.75rem;
    border-radius: 0.25rem;
    font-weight: 400;
    width: 50%;
    line-height: 30px;*/
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-input {
    margin: 0;
    line-height: 30px;
    padding: 5px 10px;
}

.sw-theme-default > .nav .nav-link.done {
    color: black !important;
}

    .sw-theme-default > .nav .nav-link.done::after {
        background: #0055A3 !important;
    }

#smartwizard .active {
    background-color: #0055A3 !important;
    color: white !important;
}

.inputs {
    padding: 0px !important;
    /*margin: 0px !important;*/
    margin-top: 10px;
}

.dataOfBirth select {
    width: 80px !important;
}

.inputs input[type="text"], .inputs select {
    width: 100%;
}

.col-7-12 {
    width: 100% !important;
}

.col-5-12 {
    width: 100% !important;
}

.custom-combobox .ui-widget {
    height: 42px !important;
}

.storecolumn {
    width: 100%;
    font-size: 16px;
    text-align: left;
    white-space: normal;
    clear: both;
}

.dataOfBirthColumn {
    float: left;
    width: 100%;
    text-align: left;
}


.booking-an-eyetest .inputs label {
    text-align: left;
}

booking-an-eyetest .inputs {
    width: 100%;
}

.master-wrapper-content {
    padding-top: 0px !important;
}

.step1-left {
    width: 30%;
    float: left;
}

    .step1-left label {
        display: block;
        margin: 0 0 10px;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        color: #222;
        text-align: left;
    }

    .step1-left select {
        width: 100%;
    }

.step1-right {
    width: 70%;
    padding-left: 10px;
    float: left;
}

#map {
    width: 100%;
}

.tab-content {
    height: auto !important;
}

.submit-button {
    color: #fff;
    background-color: #211d3e;
    border: 1px solid #211d3e;
    padding: .375rem .75rem;
    border-radius: .25rem;
    font-weight: 400;
}

.final-step label {
    text-align: left;
    text-transform: none;
}

.item-box-type {
    border: 1px solid #ebebeb;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    background-color: #EDECEC;
    font-weight: 500;
    cursor: pointer;
    text-wrap: normal;
    /*    line-height: 180px;*/
    display: inline-block;
    margin: 20px;
    padding: 20px 50px;
}

.typeselected {
    background-color: #211d3e;
    color: white;
}

.sw-theme-default .toolbar > .btn {
    background-color: #211d3e !important;
    border-color: #211d3e !important;
}

@media (max-width: 769px) {
    .storecolumn, .dataOfBirthColumn {
        width: 100% !important;
    }

    .step1-left {
        width: 100%;
    }

    .step1-right {
        width: 100%;
    }
}

.nav .nav-link {
    font-size: 26px;
    padding: 20px 10px !important;
}

.sw-theme-default > .nav .nav-link.active::after {
    border-color: #0055A3 !important;
    background-color: #0055A3 !important;
}

.sw-theme-default > .nav .nav-link.done, .sw-theme-default > .nav .nav-link.active {
    display: block !important;
}

@media (max-width: 769px) {
    .storecolumn, .dataOfBirthColumn {
        width: 100% !important;
    }

    .step1-left {
        width: 100%;
    }

    .step1-right {
        width: 100%;
    }

    .item-box-type {
        font-weight: 500;
        cursor: pointer;
        text-wrap: normal;
        line-height: 30px !important;
        display: inline-block;
        width: 100%;
        margin: 6px !important;
        padding: 10px 10px !important;
    }

    .sw-theme-default > .nav .nav-link.inactive {
        display: none;
    }

    .toolbar-bottom {
        float: right;
    }
}
