﻿.sitecontainer {
    overflow: visible !important;
}

@media all and (min-width:800px) {
    .themaincontent {
        width: 100%;
    }
}

.themaincontent {
    width: 90%;
}

.quoteLinkSchedule {
    border: none;
    background: none;
    font-size: 0.95em;
    display: inline-block;
    clear: none;
    float: left;
    cursor: pointer;
    color: #006699;
}

.PrivateEventOnly .Description {
    display: none;
}

.scheduleTopSearch_Button, .topBar_btnsearch {
    background: url(/lib/aesthetics-graphics/icons/topBarSearch.gif) 1px 5.5px no-repeat;
}

.schNoCoursesFound {
    width: 80%;
    min-width: 300px;
    margin-left: 5px;
}

.scheduleTbl {
    font-size: 0.8em;
    width: 90%;
    border: solid 1px #dadaf1;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(224, 224, 235,1);
    box-shadow: 0px 5px 5px 0px rgba(224, 224, 235,1);
}

tr td:nth-of-type(10), tr td:nth-of-type(11), .ScheduleCost, .thCost {
    display: none;
}

@media all and (min-width:420px) {
    @media all and (min-width:340px) {
        .ScheduleCost, .thCost {
            display: table-cell;
        }
    }
}

@media all and (min-width:420px) {
    tr td:nth-of-type(10), tr td:nth-of-type(11) {
        display: table-cell;
    }
}

@media all and (min-width:500px) {
    .scheduleTbl {
        font-size: 0.85em;
    }
}

@media all and (min-width:800px) {
    .scheduleTbl {
        font-size: 1em;
        width: 100%;
    }
}

.scheduleTbl tr:first-of-type td:nth-of-type(1) {
    text-align: left !important;
}

.scheduleTbl tr:first-of-type td {
    text-align: center;
    color: #43718a;
    font-size: 0.75em !important;
}







.scheduleTbl td {
    border: solid 1px transparent;
    padding: 1px 5px 2px 2px;
    text-decoration: none !important;
    vertical-align: top;
}

@media all and (min-width:600px) {
    .scheduleTbl td {
        padding: 2px 2px 8px 2px;
    }
}

@media all and (min-width:800px) {
    .scheduleTbl td {
        padding: 3px 3px 3px 10px;
    }
}

.scheduleTbl tr {
    position: relative;
}

.scheduleTbl td:nth-of-type(even) {
    background-color: #f2f7fd;
    border-color: #f2f7fd;
}





.tHead {
    background-color: #006699 !important;
}

.ScheduleDuration {
    max-width: 39px !important;
    width: 39px !important;
    text-align: center;
    padding-top: 0px !important;
}

.scheduleDate {
    min-width: 10px;
    text-align: center;
}

.ScheduleDuration {
    display: none;
}

@media all and (min-width:600px) {
    .ScheduleDuration {
        display: table-cell;
    }
}

}

@media all and (min-width:800px) {
    scheduleDate {
        padding: 0 10px;
    }
}



.FirstDInnerInfo {
    visibility: hidden;
    display: none;
}







.scheduleTbl tr:first-of-type, .scheduleTbl tr:first-of-type:hover {
    background-color: transparent !important;
}

.scheduleTbl tr td {
    border-bottom: solid 1px #d3e2f8 !important;
    padding-top: 3px;
    padding-bottom: 3px;
    !important;
}

    .scheduleTbl tr td:first-of-type {
        padding: 8px 8px 0px 0px;
    }



.scheduleTbl tr:first-of-type:hover td {
    border: solid 1px #9cc2e5;
    border-top: solid 1px #9cc2e5;
}

.scheduleTbl tr:first-of-type td:last-of-type {
    background-color: transparent !important;
    border: none;
}

.scheduleTbl tr td:last-of-type {
    min-width: 38px !important;
}

.FirstDInnerInfo {
    position: absolute;
    top: 50px;
    right: 0px;
    transition-delay: .1s !important;
    transition: all .2s linear !important;
}

.AllScheduledDates {
    -webkit-box-shadow: 0 1px 5px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 5px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 5px 2px rgba(0,0,0,.1);
}

.ScheduleGridFirstDate:hover {
    text-decoration: none !important;
}

    .ScheduleGridFirstDate:hover:after {
        content: "";
        height: 20px;
        width: 100%;
        background-color: inherit;
        position: absolute;
        top: 100%;
        left: -1px;
        border-left: inherit;
        border-right: inherit;
        z-index: 20;
    }

    .ScheduleGridFirstDate:hover .FirstDInnerInfo {
        font-size: 0.8em;
        visibility: visible;
        display: inherit;
        position: absolute;
        font-weight: normal;
        right: 0px;
        z-index: 100;
        background-color: transparent;
        height: auto;
        font-style: normal;
        min-width: 100px;
        padding: 0px;
    }

.ScheduledIDay {
    background-color: #fff;
}

@media all and (min-width:600px) {
    .ScheduleGridFirstDate:hover .FirstDInnerInfo {
        min-width: 230px !important;
    }
}

.scheduleTopSearch_Button {
    top: 8px;
}

.ScheduleGridFirstDate:hover .AllScheduledDates .btnBookFromGridSchedule {
    width: 100% !important;
    transition: all linear .2s;
    color: #fff !important;
    background-color: #009fe3;
    display: block;
    min-height: 30px;
    border-top: none;
    margin-bottom: 0px !important;
}

    .ScheduleGridFirstDate:hover .AllScheduledDates .btnBookFromGridSchedule:hover {
        background-color: #0282b1;
    }

.ScheduleGridFirstDate:hover .ScheduledIDay {
    line-height: 1.5em;
    text-align: left;
    border-bottom: dotted 1px #e2e2e2;
    padding: 7px !important;
    clear: both;
    color: #0182b2;
    display: block;
}

    .ScheduleGridFirstDate:hover .ScheduledIDay:nth-last-of-type(2) {
        border-bottom: none !important;
    }

.ScheduleGridFirstDate:hover .DayTitle {
    text-transform: uppercase;
    font-size: 0.8em;
    color: #0182b2;
}

.ScheduledIDay:before {
    content: "Day 1: ";
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 0 3px 7px 0;
    color: #0182b2;
    text-align: left !important;
}

.ScheduledIDay:nth-of-type(2):before {
    content: "Day 2: ";
}

.ScheduledIDay:nth-of-type(3):before {
    content: "Day 3: ";
}

.ScheduledIDay:nth-of-type(4):before {
    content: "Day 4: ";
}

.ScheduledIDay:nth-of-type(5):before {
    content: "Day 5: ";
}

.ScheduledIDay:nth-of-type(6):before {
    content: "Day 6: ";
}

.ScheduledIDay:nth-of-type(7):before {
    content: "Day 7: ";
}

.ScheduledIDay:nth-of-type(8):before {
    content: "Day 8: ";
}

.ScheduledIDay:nth-of-type(9):before {
    content: "Day 9: ";
}

.ScheduledIDay:nth-of-type(10):before {
    content: "Day 10: ";
}

.ScheduledIDay:nth-of-type(11):before {
    content: "Day 11: ";
}

.ScheduledIDay:nth-of-type(12):before {
    content: "Day 12: ";
}

.ScheduledIDay:nth-of-type(13):before {
    content: "Day 13: ";
}

.ScheduledIDay:nth-of-type(14):before {
    content: "Day 14: ";
}

.ScheduleGridFirstDate {
    position: relative;
    min-height: 15px;
    min-width: 15px;
    margin: 3px;
    padding: 3px 4px !important;
    text-decoration: none !important;
}




#sitecontainer {
    overflow: visible !important;
}

.scheduleCourseTitle {
    position: relative;
    display: inline-block;
    line-height: 1.4em;
    margin-top: 5px;
}

    .scheduleCourseTitle span, .scheduleCourseTitle privatecourseinschedule {
        clear: both;
        display: block;
        font-size: 0.8em;
        margin-top: 2px;
    }

        .scheduleCourseTitle privatecourseinschedule privatecoursestartingprice, .scheduleCourseTitle privatecourseinschedule privateuptonodelegates {
            font-size: 1.2em;
        }

@media all and (min-width:800px) {
    .scheduleCourseTitle {
        line-height: 1.5em;
    }
}

.scheduleCourseTitle:hover {
    transition: all linear .2s;
}

    .scheduleCourseTitle:hover:after {
        transition: all linear .2s;
        content: " ";
        position: absolute;
        top: 2px;
        background: url(/lib/aesthetics-graphics/icons/newTab.png) 0px 0px no-repeat;
        right: -8px;
        height: 20px;
        width: 20px;
        left: unset;
    }



.btnBookCourse, .btnRequestQuote {
    color: #fff !important;
    height: 100%;
    background-color: #175a80;
    position: absolute;
    min-height: 28px;
    border: solid 1px #134c6c !important;
    cursor: pointer;
    padding: 5px;
    line-height: 23px;
    box-sizing: border-box;
    display: block;
    top: 0px;
    width: 55px;
    text-align: center;
}

.btnRequestQuote {
    background-color: #1b6a98;
    border: solid 1px #175a80 !important;
}

tr:hover .btnBookCourse, tr:hover .btnRequestQuote {
    width: 56px;
    text-indent: 1px
}

.noSchDatesCostAndDurationtdReplacement {
    line-height: 1.8em !important;
    text-align: left !important;
    padding-right: 9px !important;
    background-color: #fff;
}

.btnBookCourse:hover {
    background-color: #0282b1;
}

.btnRequestQuote:hover {
    background-color: #1f79ad;
}

.btnRemoveSearch {
    height: 36px !important;
}

.chooseADate .ulChooseADate input {
    width: 30%;
    margin-right: 3%;
    padding: 0 20px;
    min-height: 70px;
    min-width: 180px;
    float: left;
    background-color: #fff;
    cursor: pointer;
    color: #0182b2;
    font-size: .95em;
    border: solid 1px #0182b2;
    transition: .2s all ease-in-out;
    white-space: normal;
}

    .chooseADate .ulChooseADate input:hover {
        background-color: #0182b2;
        border: solid 1px #017098;
        color: #fff;
    }

.csDates {
    background: url(/lib/aesthetics-graphics/icons/clbtnsoutlines.png) no-repeat -3px -244.5px !important;
    padding-left: 38px;
    margin-left: -38px !important;
}

.csTitle {
    font-size: 1.2em;
    margin: 40px 0 12px 0;
    display: block;
    color: #4e4e65;
}

.chooseADate {
    padding: 0 50px 50px 50px;
}

.ScheduleGridFirstDate {
    display: block;
}

.scheduleTbl .ScheduleGridFirstDate:hover {
    text-decoration: underline !important;
}

.tHead td {
    position: sticky;
    top: 68px !important;
    z-index: 80;
    line-height: 1.3em;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%) !important;
    background-color: #d7e6f4 !important;
}

@media all and (max-height:600px) {
    .tHead td {
        top: 40px !important;
    }
}

@media all and (min-width:1000px) {
    .tHead td {
        top: 0px;
    }
}

.CI {
    display: inline-block;
    height: 16px;
    background-color: #fff;
    position: relative;
    width: 16px;
    background: transparent;
    border-radius: 50%;
    border: solid 1px #9bc0e4;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    margin: 1px 3px;
}

.ipu {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 0px;
    width: 21px;
    padding-top: 19px;
    font-size: 0.9em;
    color: #595959 !important;
}



.inT {
    font-size: 1.75em;
    width: 100%;
    display: inline-block;
    clear: none;
}



.pV {
    font-size: 0.5em;
}

.ipu:before {
    position: absolute;
    top: 0px;
    height: 21px;
    width: 0px;
    content: "";
}

.ipu {
    margin: 30px 0 0 28px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.ipuHolder {
    position: relative;
}

    .ipuHolder:hover .ipu {
        height: 100px;
        width: 150px;
        top: 0px;
        opacity: 1;
        right: 0px;
        width: 200%;
        line-height: 1.5em;
        opacity: 1;
        -webkit-transition: opacity .2s ease-in-out;
        -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        border: solid 1px #cfcfcf;
        background-color: #fff;
        z-index: 10;
        padding: 10px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
    }




.tHead td {
    padding: 5px 1px 1px 1px !important;
    border: solid 1px #ebf2fa !important;
}

@media all and (min-width:500px) {
    .tHead .thCost, .tHead td:first-of-type {
        padding: 5px 0 5px 5px !important;
    }
}

.tdBkBtn, tr:hover .tdBkBtn {
    padding: 0 !important;
    font-size: 0.9em;
    text-align: left !important;
    border: none !important;
    background-color: #fff !important;
    height: 100%;
    position: relative;
    width: 50px !important;
}

.btnRemoveSearch {
    margin: 4px 10px 0 2px !important;
}



.scheduleTopSearch {
    width: 100%;
}

.ulLi30Float {
    display: block;
    width: 100%;
}

    .ulLi30Float li, .ulLi50Float li {
        display: block;
        box-sizing: border-box;
        float: left;
    }

tr:hover .tdBkBtn {
    left: -1px !important;
}

h1 {
    margin-bottom: 0px !important;
    margin-top: 100px;
    font-size: 1.5em !important;
    padding-top: 35px;
    border-bottom: dotted 1px #ccc;
    padding-bottom: 15px;
}

    h1:before {
        content: "Public Schedule Course Dates";
        position: absolute;
        top: 0px;
        left: 20px;
        font-size: 0.6em;
    }

@media all and (min-width:1300px) {
    h1:before {
        left: 0px;
    }
}

.pAfterH1 {
    margin: 0px 0 10px 2px;
}

.ScheduleKey, .wrapperFavs {
    padding: 0 5px !important;
    float: left;
    display: inline-block;
    font-size: 0.8em;
    border: solid 1px #e6e6e6 !important;
    background-color: #fff;
    height: 40px;
    border-radius: 10px;
    margin-top: -10px;
}

.wrapperFavs {
    margin-right: 10px;
}

#NRF td {
    padding: 30px !important;
}

.ScheduleNumber:before, .ScheduleNumber:after {
    color: #666;
    font-size: 0.8em !important;
}

.ScheduleNumber:before {
    content: "Can't find your course? Call us on ";
    margin-right: 10px;
}

.ScheduleNumber:after {
    content: " for help to find the right course for you. ";
    margin-left: 10px;
}

.ScheduleNumber {
    background-color: #e1ebfb;
    color: #006699;
    width: 100%;
    padding: 20px 10px 20px 30px;
    font-size: 1.3em;
    clear: both;
    display: block;
    box-sizing: border-box;
}


.NewcastleVenue, .DurhamVenue, .LeedsVenue, .OtherVenue {
    margin: 2px 0;
    min-width: 15px;
    transition: all linear .3s;
}

.NewcastleVenueIcons, .DurhamVenueIcons, .LeedsVenueIcons {
    transition: all linear .3s;
    border-radius: 4px;
}

@media all and (min-width:550px) {
    .NewcastleVenue, .DurhamVenue, .LeedsVenue, .OtherVenue {
        min-width: 25px;
    }
}

.ScheduleKey * {
    padding: 0px 5px !important;
}

.ScheduleKey .DurhamVenueIcons {
    padding: 4px 8px !important;
}

.VirtualVenue, .LeedsVenue, .OtherVenue, .DurhamVenueIcons, .NewcastleVenue, .DurhamVenue {
    border-radius: 2px;
    display: inline-block;
    line-height: 23px;
    padding: 8px 5px !important;
    margin-right: 0px;
    text-decoration: none !important;
    -webkit-box-shadow: 0px 2px 2px 0px #ddd;
    box-shadow: 0px 2px 2px 0px #ddd;
    color: #606185 !important;
    cursor: pointer;
}

    .VirtualVenue:hover, .LeedsVenue:hover, .OtherVenue:hover, .DurhamVenueIcons:hover, .NewcastleVenue:hover, .DurhamVenue:hover {
        text-decoration: dotted !important;
    }

.HighlightedDate.NewcastleVenue {
    -webkit-box-shadow: 0px 3px 3px 0px #008fb3;
    box-shadow: 0px 1px 3px 0px #008fb3;
}

.HighlightedDate.VirtualVenue {
    -webkit-box-shadow: 0px 3px 3px 0px #2ca074;
    box-shadow: 0px 1px 3px 0px #2ca074;
}

.HighlightedDate.DurhamVenue {
    -webkit-box-shadow: 0px 3px 3px 0px #c0600c;
    box-shadow: 0px 1px 3px 0px #c0600c;
}

.HighlightedDate.LeedsVenue {
    -webkit-box-shadow: 0px 3px 3px 0px #8d7ab8;
    box-shadow: 0px 1px 3px 0px #8d7ab8;
}

.HighlightedDate.OtherVenue {
    -webkit-box-shadow: 0px 3px 3px 0px #ccc;
    box-shadow: 0px 1px 3px 0px #ccc;
}

.VirtualVenue {
    background-color: #d7f4e9;
    border: solid 1px #d7f4e9;
    border-top: solid 1px #ebfaf4 !important;
}

    .VirtualVenue:hover {
        background-color: #c3efde;
        border: solid 1px #c3efde;
    }

.LeedsVenueIcons {
    background-color: #fff !important;
    border: double 4px #004466;
}

.LeedsVenue {
    background-color: #dfdaeb;
    border: solid 1px #dfdaeb;
    border-top: solid 1px #f1eef6 !important;
}

    .LeedsVenue:hover {
        background-color: #d4cde4;
        border: solid 1px #d4cde4;
        transition: .2s linear;
    }

.VirtualVenueIcons {
    background-color: #fff !important;
    border-left: dashed 2px #006699 !important;
    border-right: dashed 2px #006699 !important;
}

.NewcastleVenue {
    background-color: #ccf5ff;
    border: solid 1px #ccf5ff;
    border-top: solid 1px #e6faff !important;
}

    .NewcastleVenue:hover {
        background-color: #b3f0ff;
    }


.NewcastleVenueIcons {
    background-color: #fff !important;
    border-bottom: solid 3px #006699;
}

.DurhamVenue {
    background-color: #fdefe3;
    border: solid 1px #fdefe3;
    border-top: solid 1px #fffcfa !important;
}

    .DurhamVenue:hover {
        background-color: #fce4cf;
        border: solid 1px #fce4cf;
    }

.DurhamVenueIcons {
    background-color: #fff;
    border: solid 2px #004466;
    border-top: solid 2px #006699;
    border-bottom: solid 2px #006699;
    color: #004466;
    border-radius: 20px;
}



.OtherVenue {
    background-color: #fff;
    border: solid 1px #fff;
}

    .OtherVenue:hover {
        background-color: #fdfdfd;
        border: solid 1px #fdfdfd;
    }

.OtherVenueIcons {
    color: #000;
    border: solid 1px #000;
    background-color: #fff;
    border-bottom: solid 4px #000;
}

.txtScheduleFilter {
    border: solid 1px #dadaf1;
    height: 35px;
    width: 98%;
    min-width: 150px;
    padding: 3px 3px 3px 10px;
}



.ScheduleKeyTypeChoice {
    color: #006699;
    height: 100%;
}

    .ScheduleKeyTypeChoice span {
        font-weight: normal;
    }

.switch {
    display: inline-block;
    height: 22px;
    top: 0px;
    position: relative;
    width: 38px;
    margin: 0 5px;
}

    .switch input {
        display: none;
    }

.slider {
    background-color: #175a80;
    bottom: 0px;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 8px;
    height: 20px;
    transition: .4s;
}

    .slider:before {
        background-color: #fff;
        bottom: 3.5px;
        content: "";
        height: 14px;
        left: 4px;
        position: absolute;
        transition: .4s;
        width: 14px;
    }

.AccIsChecked .slider {
    background-color: #006699;
}

    .AccIsChecked .slider:before {
        transform: translateX(17px);
    }

.slider.round {
    border-radius: 15px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.siteBG {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 710px;
    opacity: 0.7;
    visibility: visible;
    display: block;
}



.BtnNoPlacesAvailable {
    border: none;
    background-color: transparent;
    color: #666;
    cursor: pointer;
    width: auto;
    font-size: 1em;
    text-align: right;
    height: 100%;
    padding: 6px 8px 4px 0px !important;
    border: solid 1px transparent;
    font-family: "Inter",Helvetica,Arial,sans-serif;
}

    .BtnNoPlacesAvailable:hover {
        text-decoration: underline;
        transition: linear .2s;
        transition-delay: 0.2s;
    }


.MI {
    display: inline-block;
    overflow: hidden;
    height: 18px;
    position: relative !important;
    width: 18px;
    background: transparent;
    font-size: 1.4em;
    border-radius: 50%;
    border: solid 1px #333;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

    .MI:hover {
        overflow: visible !important;
    }

.Mipu {
    display: none;
    height: 0px;
    width: 0px;
    font-size: 0.8em;
    padding: 0px;
    font-size: 1em;
    color: #595959 !important;
    height: 100px;
    width: 150px;
    top: 0px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

    .Mipu a:hover {
        text-decoration: none;
    }

    .Mipu .goLink:hover {
        text-decoration: underline;
    }

.MI:hover .Mipu {
    position: absolute;
    display: block;
    height: auto;
    min-width: 200px;
    top: 0px;
    right: 0px;
    line-height: 1.5em;
    border: solid 1px #cfcfcf;
    background-color: #fff;
    z-index: 10;
    padding: 15px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.tdblank {
    pointer-events: none;
}

.tHead .tdblank {
    border-color: transparent !important;
}

.Fav {
    display: inline-block;
    position: unset;
}



.wrapper {
    color: #006699;
    /* border: solid 1px #e6e6e6; */
    border-right: none;
    float: left;
    display: inline-block;
    font-size: 0.8em;
    width: 180px;
    /* background-color: #fff; */
    position: relative;
}

    .wrapper label {
        line-height: 1.3em;
        display: inline-block;
        position: absolute;
        top: 11px;
        left: 59px;
        width: auto !important
    }

.wrapperFavs label {
    top: 4px;
}






input[type="checkbox"].switch_1 {
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 40px;
    height: 23px;
    background: #ddd;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: 5px;
}

    input[type="checkbox"].switch_1:checked {
        background: #175a80;
    }

    input[type="checkbox"].switch_1:after {
        position: absolute;
        content: "";
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        background: #fff;
        -webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
        box-shadow: 0 0 .25em rgba(0,0,0,.3);
        -webkit-transform: scale(.7);
        transform: scale(.7);
        left: 0;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    input[type="checkbox"].switch_1:checked:after {
        left: calc(100% - 1.5em);
    }

.noSchDatesCostAndDurationtdReplacement, .ScheduleCost, .ScheduleDuration, .scheduleDate {
    vertical-align: top !important;
}

.NoDatesNote, .DatesNote {
    display: inline-block;
    font-size: 1.2em;
}

    .NoDatesNote:after {
        content: "Available as a private event";
    }

.liFloatLeft li {
    float: left;
}

.btnQuoteScheduleNoDatesSection {
    margin-left: 10px;
    font-size: 1em;
    color: #fff7fc;
}

    .btnQuoteScheduleNoDatesSection:hover {
        background-color: #008fcc;
        border: solid 1px #008fcc;
    }

.trNoDatesSection td {
    padding-top: 7px !important;
    padding-bottom: 10px !important;
}

.trNoDatesSection .Fav {
    top: 12px !important;
}

.trNoDatesSection .isFav {
    top: 15px !important;
}



.tdMonthTitleYear {
    display: block;
    font-size: 0.85em;
    color: #777;
}

.scheduleSearch {
    position: relative;
}

.removeSearchScheduleInPage {
    font-size: 15px !important;
    line-height: 30px;
    border: solid 1px transparent;
    height: 35px;
    text-transform: none;
    padding: 0 5px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 13px;
}

    .removeSearchScheduleInPage:hover {
        font-weight: bold;
    }







.scheduleDate .SingleDate .BookBtn {
    padding: 2px !important;
    font-size: 0.9em;
}





.scheduleDate {
    position: relative;
    cursor: pointer;
    padding: 0px !important;
    text-decoration: none !important;
    min-width: 50px;
}



.SingleDateSchedule {
    text-align: left;
    line-height: 1.2em !important;
    font-size: 0.8em;
    margin: 5px;
    min-width: 58px;
}

.Price .PriceMoreInfo {
    background-color: #fff;
    margin-left: 1px;
    top: -1.5px;
}

.Price {
    width: auto;
}

.GreyedOutDate {
    opacity: 0.25;
}

.ScheduleScrollHolder, .divScheduledTools {
    display: block;
    clear: right;
    float: right;
    margin: 10px 0;
}

.ScheduleScrollHolder {
    width: 100%;
}

.ScheduleTabs {
    display: flex;
    position: sticky;
    padding: 2px 7px 2px 0;
    width: auto;
    flex-wrap: wrap;
    max-width: 780px;
    float: left;
    margin-bottom: 10px;
    clear: both;
}

    .ScheduleTabs filtertitle {
        font-size: 0.8em;
        color: #006699;
        margin-right: 10px;
        min-width: 85px;
    }

@media all and (max-width:700px) {
    .ScheduleTabs filtertitle {
        width: 100%;
    }

    .divScheduledTools {
        float: left !important;
    }
}

.ScheduleTabs input {
    display: none;
}

    .ScheduleTabs input + label {
        color: #006699;
        line-height: 24px;
        height: 25px;
        cursor: pointer;
        text-align: center;
        min-width: 90px;
        font-size: 0.8em;
        transition: none;
        text-align: center;
        background-color: #fff;
        border-radius: 15px;
        transition: all linear .2s;
        display: block;
        margin: 0 5px 5px 0;
        border: dotted 1px #ccc;
        padding: 0px 10px;
    }

.ScheduleCatTabs label {
    width: auto;
}

.ScheduleTabs label:hover {
    background-color: #ebf2fa;
}

.ScheduleTabs input:checked + label {
    background-color: #006699 !important;
    border: solid 1px #006699;
    color: #fff;
    -webkit-box-shadow: 0px 8px 5px -3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 8px 5px -3px rgba(0,0,0,0.1);
    box-shadow: 0px 8px 5px -3px rgba(0,0,0,0.1);
}

h1 {
    margin-top: 80px !important;
}

@media all and (min-width:1300px) and (max-width:1700px) {
    h1 {
        margin-left: 10px !important;
    }

        h1:before {
            left: 10px;
        }

    .ScheduleScrollHolder {
        padding-left: 10px;
    }
}

#theheaderrestraint {
    max-width: 1480px;
}
