@charset "utf-8";

/* -------------------------------------------------- */
/* Sprite --------------------------------------------*/
.tx-sc-shop .toparea .weeks_wrap.scshop-col,
.tx-sc-shop .toparea .beginner_wrap.scshop-col,
.tx-sc-shop .toparea .scshop-col,
.tx-sc-shop .toparea .course,
.tx-sc-shop .toparea .weeks_wrap .week_select .week_nav a,
.tx-sc-shop .toparea .weeks_wrap .week_select .week_nav a.down,
.tx-sc-shop .toparea .person_wrap .person_select .person_nav a,
.tx-sc-shop .toparea .person_wrap .person_select .person_nav a.down,
.tx-sc-shop .toparea .beginner.checked,
.tx-sc-shop .scrollable_dates.closed,
.tx-sc-shop .scrollable_dates .browse.left,
.tx-sc-shop .scrollable_dates .browse.right,
.tx-sc-shop .items a span.discount .arrow,
.tx-sc-shop table.offersTable tr td.col_price .sale .arrow {
    background-image: url(../Images/sc_shop_sprite.png);
    background-repeat: no-repeat;
}

.tx-sc-shop .toparea .weeks_wrap.scshop-col,
.tx-sc-shop .toparea .beginner_wrap.scshop-col,
.tx-sc-shop .toparea .scshop-col {
    background-position: 0 0;
}

.tx-sc-shop .toparea .course {
    background-position: right -28px;
}

.tx-sc-shop .toparea .courseHover {
    background-position: right -54px;
}

.tx-sc-shop .toparea .courseOpen,
.tx-sc-shop .toparea .courseFocus {
    background-position: right -80px;
}

.tx-sc-shop .toparea .course:hover,
.tx-sc-shop .toparea .course:focus {
    background-position: 0 -28px;
}

.tx-sc-shop .toparea .course:active {
    background-position: 0 -28px;
}

.tx-sc-shop .toparea .weeks_wrap .week_select .week_nav a,
.tx-sc-shop .toparea .person_wrap .person_select .person_nav a {
    background-position: right -106px;
}

.tx-sc-shop .toparea .weeks_wrap .week_select .week_nav a:hover,
.tx-sc-shop .toparea .weeks_wrap .week_select .week_nav a:focus,
.tx-sc-shop .toparea .person_wrap .person_select .person_nav a:hover,
.tx-sc-shop .toparea .person_wrap .person_select .person_nav a:focus {
    background-position: right -132px;
}

.tx-sc-shop .toparea .weeks_wrap .week_select .week_nav a:active,
.tx-sc-shop .toparea .person_wrap .person_select .person_nav a:active {
    background-position: right -158px;
}

.tx-sc-shop .toparea .weeks_wrap .week_select .week_nav a.down,
.tx-sc-shop .toparea .person_wrap .person_select .person_nav a.down {
    background-position: right -119px;
}

.tx-sc-shop .toparea .weeks_wrap .week_select .week_nav a.down:hover,
.tx-sc-shop .toparea .weeks_wrap .week_select .week_nav a.down:focus,
.tx-sc-shop .toparea .person_wrap .person_select .person_nav a.down:hover,
.tx-sc-shop .toparea .person_wrap .person_select .person_nav a.down:focus {
    background-position: right -145px;
}

.tx-sc-shop .toparea .weeks_wrap .week_select .week_nav a.down:active,
.tx-sc-shop .toparea .person_wrap .person_select .person_nav a.down:active {
    background-position: right -171px;
}

.tx-sc-shop .toparea .beginner.checked {
    background-position: 0 -184px;
}

.tx-sc-shop .scrollable_dates.closed {
    background-position: right -445px;
}

.tx-sc-shop .scrollable_dates .browse.left {
    background-position: 14px -210px;
}

.tx-sc-shop .scrollable_dates .browse.left:hover,
.tx-sc-shop .scrollable_dates .browse.left:focus {
    background-position: 14px -271px;
}

.tx-sc-shop .scrollable_dates .browse.left:active {
    background-position: 14px -332px;
}

.tx-sc-shop .scrollable_dates .browse.right {
    background-position: -17px -210px;
}

.tx-sc-shop .scrollable_dates .browse.right:hover,
.tx-sc-shop .scrollable_dates .browse.right:focus {
    background-position: -17px -271px;
}

.tx-sc-shop .scrollable_dates .browse.right:active {
    background-position: -17px -332px;
}

.tx-sc-shop .items a span.discount .arrow {
    background-position: -23px -404px;
}

.tx-sc-shop table.offersTable tr td.col_price .sale .arrow {
    background-position: -23px -425px;
}

/* -------------------------------------------------- */
/* General Styles ----------------------------------- */

.tx-sc-shop .course_finder * {
    border: 0;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.tx-sc-shop {
    padding: 1px;
    font-size: 0.9em;
    color: #606060;
    /*background-color: #fff;*/
    margin-bottom: 20px;
    position: relative;
}


.tx-sc-shop .clearer {
    clear: both;
}

/* -------------------------------------------------- */
/* Top Area Styles ---------------------------------- */

.tx-sc-shop .toparea {
    background-color: #0066C3;
    margin: -1px -1px 16px -1px;
    padding: 9px 20px 10px 20px;
}

.tx-sc-shop .toparea {
    line-height: 25px;
}

.tx-sc-shop .toparea .scshop-col {
    float: left;
    height: 25px;
    margin: 7px 0 7px 0px;
    padding-right: 18px;
}

.tx-sc-shop .toparea > .inner {
    margin: 0 auto;
}

.tx-sc-shop .toparea .scshop-col label {
    display: inline-block;
    float: left;
}

.tx-sc-shop .toparea .weeks_wrap.scshop-col,
.tx-sc-shop .toparea .roomcategory_wrap.scshop-col,
.tx-sc-shop .toparea .person_wrap.scshop-col,
.tx-sc-shop .toparea .beginner_wrap.scshop-col {
    padding-left: 26px;
    position: relative;
}

.tx-sc-shop .toparea label {
    color: #fff;
}

.tx-sc-shop .toparea > .inner .scshop-col {
    margin-left: 0;
    padding-left: 26px;
    padding-right: 44px;
}

.tx-sc-shop .toparea > .inner .scshop-col.m-r {
    padding-right: 0;
}

.tx-sc-shop .sc-select .customSelectDisabled {
    background: #e0e0e0 !important;
}

.tx-sc-shop .sc-select select {
    display: block;
    font-size: 15px;
    border: 0 !important;
    height: 25px !important;
    width: 350px;
}

.tx-sc-shop .sc-select .customSelect {
    height: 25px;
    border: 1px solid #ccc;
    display: inline-block;
    *display: inline; /* IE7 Hack */
    overflow: hidden;
    background: url(../Images/sc_shop_sprite.png) no-repeat right -28px #fff;
}

.tx-sc-shop .sc-select .customSelect .customSelectInner {
    max-width: 300px;
    padding: 0 25px 0 10px;
}

@media screen and (max-width: 1279px) {
    .tx-sc-shop .sc-select select {
        max-width: 193px;
    }

    .tx-sc-shop .sc-select .customSelect .customSelectInner {
        max-width: 156px;
    }
}

@media screen and (max-width: 767px) {
    .tx-sc-shop .sc-select .customSelect .customSelectInner {
        max-width: 193px;
    }

    .tx-sc-shop .toparea > .inner {
        max-width: 228px;
    }

    .tx-sc-shop .toparea .weeks_wrap.scshop-col,
    .tx-sc-shop .toparea .beginner_wrap.scshop-col {
        margin-bottom: 1.5em;
    }

    .tx-sc-shop .toparea .scshop-col label {
        max-width: 66%;
        white-space: nowrap;
    }
}

/* -------------------------------------------------- */
/* Weeks Input -------------------------------------- */

.tx-sc-shop .toparea .roomcategory_wrap .roomcategory_select {
    height: 25px;
    float: left;
    margin-left: 11px;
    position: relative;
}

.tx-sc-shop .toparea .weeks_wrap .week_select,
.tx-sc-shop .toparea .person_wrap .person_select {
    height: 25px;
    display: block;
    float: left;
    margin-left: 11px;
    position: relative;
}
.tx-sc-shop .toparea .person_wrap .person_select {
    width: 60px;
}

.tx-sc-shop .toparea .weeks_wrap .week_select,
.tx-sc-shop .toparea .weeks_wrap .week_select select,
.tx-sc-shop .toparea .weeks_wrap .week_select .customSelect {
    width: 57px;
}

.tx-sc-shop .toparea .weeks_wrap .week_select.week_select_lg,
.tx-sc-shop .toparea .weeks_wrap .week_select.week_select_lg select,
.tx-sc-shop .toparea .weeks_wrap .week_select.week_select_lg .customSelect {
    width: 125px;
}

.tx-sc-shop .toparea .weeks_wrap .week_select input,
.tx-sc-shop .toparea .person_wrap .person_select input {
    height: 25px;
    line-height: 25px;
    display: block;
    width: 32px;
    text-align: center;
    position: absolute;
}

.tx-sc-shop .toparea .weeks_wrap .week_select .week_nav,
.tx-sc-shop .toparea .person_wrap .person_select .person_nav {
    background-color: #ffffff;
    width: 25px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.tx-sc-shop .toparea .weeks_wrap .week_select .week_nav a,
.tx-sc-shop .toparea .person_wrap .person_select .person_nav a {
    height: 12px;
    width: 25px;
    display: block;
    outline: 0;
}

.tx-sc-shop .toparea .weeks_wrap .week_select .week_nav a.down,
.tx-sc-shop .toparea .person_wrap .person_select .person_nav a.down {
    height: 12px;
    margin-top: 3px;
}

/* -------------------------------------------------- */
/* Beginner Checkbox -------------------------------- */

.tx-sc-shop .toparea .beginner_checkbox {
    position: absolute;
    z-index: -1;
    margin-left: -25px;
}

.tx-sc-shop .toparea .beginner {
    display: block;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 1px solid #cac8cb;
    margin-left: 10px;
}

/* -------------------------------------------------- */
/* Custom select Styles ----------------------------- */

.tx-sc-shop #course_select {
    height: 27px;
}

.tx-sc-shop #country_select {
    width: 100px;
    height: 27px;
}

.tx-sc-shop #roomcategory_select {
    width: 50px;
    height: 27px;
}

.tx-sc-shop .toparea .course {
    height: 25px;
    line-height: 25px;
    padding: 0 25px 0 19px;
    overflow: hidden;
    border: 1px solid #cac8cb;
    background-color: #fff;
}

.tx-sc-shop .toparea .courseInner {
    /* You can style the inner box too */
}

/* -------------------------------------------------- */
/* Date Scrollable Styles --------------------------- */

.tx-sc-shop .scrollable_dates {
    background-color: #0066C3;
    margin-bottom: 10px;
    padding: 7px;
}

.tx-sc-shop .scrollable_dates.closed {
    height: 46px;
    padding: 7px 42px 7px 7px;
}

.tx-sc-shop .scrollable {
    position: relative;
    width: auto;
    overflow: hidden;
    height: 100%;
    padding-right: 35px;
}

.tx-sc-shop .scrollable_dates.closed .scrollable {
    padding-right: 0px;
}

.tx-sc-shop .scrollable .items {
    float: left;
}

.tx-sc-shop .items a, .tx-sc-shop .items span {
    display: block;
    float: left;
    font-size: 1em;
    width: 115px;
    padding: 10px 10px 9px 10px;
    height: 24px;
    line-height: 24px;
    margin: 1px;
    border: 1px solid transparent;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    outline: 0;
    background: none;
    overflow: hidden;
}

.tx-sc-shop .items span {
    font-size: 10px;
    height: 39px;
    line-height: normal;
    padding-bottom: 2px;
    padding-top: 2px;
}

.tx-sc-shop .items a.isReduced {
    border: 1px solid #fff;
    padding: 0 10px 0;
    height: 43px;
}

.tx-sc-shop .items a span {
    border: none;
    margin: 0;
    padding: 0;
}

.tx-sc-shop .items a span.discount {
    font-size: 1em;
    display: block;
    margin: -1px -10px 0;
    text-align: left;
    width: 135px;
    height: 20px;
    line-height: 20px;
}

.tx-sc-shop .items a span.discount .label {
    font-weight: normal;
    display: inline-block;
    *display: inline; /* IE7 Hack */
    background-color: #ededed;
    color: #e3001b;
    padding: 0px 5px 0px 5px;
    width: 30px;
    font-size: 16px;
    margin: 0px;
    height: 20px;
    line-height: 20px;
}

.tx-sc-shop .items a span.discount .arrow {
    display: inline-block;
    *display: inline; /* IE7 Hack */
    vertical-align: top;
    width: 10px;
    height: 1em;
    margin-right: 2px;
    height: 20px;
    line-height: 20px;
}

.tx-sc-shop .items a:hover,
.tx-sc-shop .items a:focus,
.tx-sc-shop .items a.act {
    background-color: #00519a;
}

.tx-sc-shop .scrollable_dates .browse {
    display: block;
    height: 100%;
    width: 30px;
    position: absolute;
    cursor: pointer;
}

.tx-sc-shop .scrollable_dates .browse.disabled {
    display: none;
}

.tx-sc-shop .scrollable_dates .browse.prev {
    left: 0;
}

.tx-sc-shop .scrollable_dates .browse.next {
    right: 0;
}

.tx-sc-shop .courseHeader {
    color: #0066C3;
    font-size: 1.375em;
}

/* -------------------------------------------------- */
/* Table Styles ------------------------------------- */

.tx-sc-shop table.offersTable {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 20px;
    color: inherit;
}

.tx-sc-shop table.offersTable tr {
    border-bottom: 1px solid #c9c9c9;
}

.tx-sc-shop table.offersTable tr.last {
    border-bottom: none;
}

.tx-sc-shop table.offersTable tr td {
    padding: 13px 12px 11px 12px;
    vertical-align: middle;
}

.tx-sc-shop table.offersTable tr td.col_course {
    padding-left: 40px;
    width: 40%
}

.tx-sc-shop table.offersTable tr td.col_price:after {
    content: '';
    display: block;
    clear: both;
}

.tx-sc-shop table.offersTable tr td.col_price .price {
    float: left;
    margin-right: 12px;
}

.tx-sc-shop table.offersTable tr td.col_price .sale {
    float: left;
    background-color: #ededed;
    padding: 0 7px;
    color: #00519A;
    line-height: 15px;
}

.tx-sc-shop table.offersTable tr td.col_price .sale .newPrice {
    color: #D40019;
}

.tx-sc-shop table.offersTable tr td.col_price .sale .newPrice .label {
    font-size: 1em;
    color: #D40019;
    background: none;
}

.tx-sc-shop table.offersTable tr td.col_price .sale .label {
    font-weight: normal;
    font-size: 1em;
    display: inline-block;
    *display: inline; /* IE7 Hack */
    background-color: #00519a;
    color: #fff;
    height: 1.250em;
    line-height: 1.250em;
    padding: 0 5px 0 8px;
    margin-left: -7px;
    border-radius: 0;
}

.tx-sc-shop table.offersTable tr td.col_price .sale .arrow {
    display: inline-block;

    *display: inline; /* IE7 Hack */
    vertical-align: top;
    padding: 2px 0;
    width: 10px;
    height: 1em;
}

.tx-sc-shop table.offersTable tr td.col_submit {
    min-width: 100px;
    width: 18.2%;
}

/* -------------------------------------------------- */
/* Button Styles ------------------------------------ */

.tx-sc-shop .button {
    font-weight: normal;
    font-size: 1.563em;
    width: auto;
    min-width: 140px;
    line-height: 30px;
    display: block;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    padding: 6px 13px;
}

.tx-sc-shop .button,
.tx-sc-shop .button:hover,
.tx-sc-shop .button:focus,
.tx-sc-shop .button:active {
    background: none;
}

.tx-sc-shop .button.continue {
    background-color: #e3001b;
}

.tx-sc-shop .button.continue:hover,
.tx-sc-shop .button.continue:focus {
    background-color: #d40019;
}

.tx-sc-shop .button.continue:active {
    background-color: #c80018;
}

.tx-sc-shop .button.request {
    background-color: #e3001b;
}

.tx-sc-shop .button.request:hover,
.tx-sc-shop .button.request:focus {
    background-color: #ff6666;
}

.tx-sc-shop .button.request:active {
    background-color: #ff6666;
}

.tx-sc-shop .button.fullybooked {
    background-color: #ffffff;
    color: #606060;
    cursor: default;
}

.tx-sc-shop .button span {
    display: block;
    font-size: 0.5em;
    line-height: 14px;
    margin-top: -3px;
}


/* -------------------------------------------------- */
/* Misc Styles -------------------------------------- */

.tx-sc-shop .info {
    text-align: right;
}

.tx-sc-shop .holidays {
    padding-top: 1em;
}

.tx-sc-shop .tooltip-arrow {
    border-color: transparent;
    border-style: solid;
}

.tx-sc-shop .tooltip-inner {
    background-color: #606060;
}

.tx-sc-shop .tooltip.left .tooltip-arrow {
    border-bottom-color: #606060;
}

.tx-sc-shop .tooltip.top .tooltip-arrow {
    border-bottom-color: #606060;
}

.tx-sc-shop .tooltip.right .tooltip-arrow {
    border-bottom-color: #606060;
}

.tx-sc-shop .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #606060;
}

@media screen and (max-width: 767px) {
    /*Responsive content table styles */
    /* Force table to not be like tables anymore */
    .tx-sc-shop .offersTable,
    .tx-sc-shop .offersTable thead,
    .tx-sc-shop .offersTable tbody,
    .tx-sc-shop .offersTable th,
    .tx-sc-shop .offersTable td,
    .tx-sc-shop .offersTable tr {
        display: block;
    }

    .tx-sc-shop .offersTable td {
        /* Behave  like a "row" */
        padding: 11px 0 !important;
        width: auto !important;
    }
}

/* -------------------------------------------------- */
/* Modal Overlay ------------------------------------ */
.modal {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url(../Images/spinner.gif) 50% 50% no-repeat;
}

body.loading .modal {
    display: block;
}
