/**
 * Module Annual Pass
 * Description
 **/
/*----------------------------------------------------------------------------------------------------------------------
 Detail Table
 ---------------------------------------------------------------------------------------------------------------------*/

 /** Accessibility */
#pageContent a:focus,
tr.col-3 td:focus,
tr.col-4 td:focus,
tr.col-5 td:focus,
span.hideShowText:focus,
.header th:focus,
#pageContent a:hover,
tr.col-3 td:hover,
tr.col-4 td:hover,
tr.col-5 td:hover,
span.hideShowText:hover {
    color: #0079BC;
    text-decoration: underline;
    cursor: pointer;
}

tr.col-3 td:hover,
tr.col-4 td:hover,
tr.col-5 td:hover {
    line-height: normal;
}

.annualPassContainer #globalNavBreadcrumbs {
    margin: 30px auto 10px;
}
.annualPassContainer .pepde-container.headerContainer #globalNavBreadcrumbs {
    margin: 20px auto 0;
}

.configurableCheckbox .unchecked .richElementSquare:focus,
.configurableCheckbox .checked .richElementSquare:focus {
    box-shadow: 0 0 6px 1px #1D96D7;
    -ms-high-contrast-adjust: none;
}

.specialOffers {
    padding: 18px 20px 0 20px;
}

.specialOffers #offer-table {
    overflow: hidden;
}

.specialOffers #offer-table.responsive {
    overflow: visible;
}

.specialOffers #offer-table .responsive-table .uiToolTip .uiToolTipBox {
    display: none;
}

.specialOffers #offer-table .uiToolTipContent {
    overflow-y: auto;
    width: 100%;
}

.specialOffers #offer-table table {
    border-collapse: separate;
    margin-bottom: 0;
    width: 100.1%;     /* This is to fix a rounding error that we can't prevent due to gridset */
}

.specialOffers #offer-table tbody:first-child {
    border-top: none;
}

.specialOffers #offer-table .row.rowWithSubRows .col:first-child {
    padding-left: 40px;
    position: relative;
}

.specialOffers #offer-table .subrowExpander {
    margin-left: -40px;
}

.specialOffers #offer-table .noborder {
    border-bottom: none !important;
}

.specialOffers #offer-table th {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    color: #334761;
    font-weight: bold;
    padding: 10px 0;
}

.specialOffers #offer-table th .renew {
    display: none;
}

.specialOffers #offer-table th.paint .renew {
    display: block;
}

.specialOffers #offer-table th.name {
    width: 160px;
}

.specialOffers #offer-table th.location {
    width: 108px;
}

.specialOffers #offer-table th.discounts {
    text-align: center;
}

.specialOffers #offer-table th.valid {
    width: 127px;
    cursor: default;
}

.specialOffers #offer-table th.percent {
    width: 124px;
    word-wrap:break-word;
    cursor: default;
    text-align: center;
}

.specialOffers #offer-table .header th:first-child {
    border-left: none;
}

.specialOffers #offer-table .subrow .col:first-child {
    padding-left: 40px;
}

.specialOffers #offer-table .subrow .col:first-child:before {
    content: "\2022";
    margin-left: -10px;
}

.specialOffers #offer-table .subrow .col:first-child .cellWrapper {
    display: block;
    margin-top: -21px;
    margin-left: 2px;
}

.specialOffers #offer-table .subrow .col {
    padding-top: 0;
    padding-bottom: 0;
}

#offer-table .row .col {
    border-bottom: 1px solid #C6D5E1;
}

#offer-table .row td.name {
    width: 155px ;
}

#offer-table .row td.location {
    width: 103px;
}

#offer-table .row td.valid {
    width: 122px;
}

#offer-table .row td.percent {
    width: 119px;
}

.specialOffers #offer-table .expanded .subrow .col {
    border-top: none;
}

.specialOffers #offer-table .subrow:last-child .col {
    padding-bottom: 10px;
}

.specialOffers #offer-table .col {
    padding: 10px 5px 10px 0;
    text-align: left;
    vertical-align: middle;
}

.specialOffers #offer-table .col .cellWrapper {
    display: inline-block;
    position: relative;
    line-height: 18px;
}

.specialOffers #offer-table .row .col.center {
    text-align: center;
}

.specialOffers #offer-table.room-offer tr[class="row"] .col:first-child .content,
.specialOffers #offer-table.package-offer tr[class="row"] .col:first-child .content {
    padding-left: 36px;
}

.specialOffers #offer-table .col .uiToolTip {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 -4%;
    white-space: normal;
}

.specialOffers #offer-table .col > .content {
    padding: 7px 0;
}

.specialOffers #offer-table .col div > span {
    font-size: 0.8em;
    display: block;
}

.specialOffers #offer-table .content {
    font-size: 12px;
}

.specialOffers #offer-table .largeText {
    font-size: 20px;
    font-weight: bold;
}

.specialOffers #offer-table .uiToolTipModal {
    background-color: #FFF;
    overflow-y: auto;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    overflow-x: hidden;
    padding: 0;
    z-index: 1002;
}

.specialOffers #offer-table .smallText,
.specialOffers #offer-table .smallText .bold {
    font-size: 11px;
    line-height: 14px;
}

.specialOffers #offer-table .bold {
    font-weight: bold;
}


/* Gradient column/subcolumn separator */
.cssgradients .specialOffers #offer-table.tickets-offer .col,
.cssgradients .specialOffers #offer-table .subcol {
    background-image: linear-gradient(top, rgba(255, 255, 255, 0), #DFDFDF 15%, #DFDFDF 85%, rgba(255, 255, 255, 0));
    background-size: 1px 100%;
    background-repeat: no-repeat;
    background-position: left ;
}

.no-cssgradients .specialOffers #offer-table .col,
.no-cssgradients .specialOffers #offer-table .subcol {
    border-left: none;
    margin-top: 10px;
}

.specialOffers #offer-table .col:first-child,
.specialOffers #offer-table .subcol:first-child {
    background-image: none;
    border-left: none;
}

.specialOffers #offer-table .col.columnWithSubColumns {
    white-space: nowrap;
}

.specialOffers #offer-table .col .subcol {
    display: inline-block;
    padding: 1px 10px;
}

/* Setup the justification of the columns based on the offer type */
.specialOffers #offer-table.tickets-offer .col {
    text-align: center;
}

.specialOffers #offer-table.package-offer .col,
.specialOffers #offer-table.room-offer .col {
    text-align: left;
}

.specialOffers #offer-table.package-offer .rowWithSubRows .subrowExpander,
.specialOffers #offer-table.room-offer .rowWithSubRows .subrowExpander {
    width: 0;
    height: 0;
    margin-top: -10px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    display: inline-block;
    border-left: 8px solid;
    position: absolute;
    top: 50%;
    left: 18px;
    /* Animation effects */
    transition: transform 0.5s;
    cursor: pointer;
}

/*
New css added for discount
*/
.discounts_padding {
    padding: 15px 20px 20px 20px;
}
.annualPass_discounts  {
    padding: 20px;
}
#discountInformation {
    padding: 0;
}
.specialOffers #offer-table td {
    font-size: 12px;
    line-height: 18px;
}
.specialOffers #offer-table th {
    background-image: -webkit-linear-gradient(top, #FFF, #FFF);
    background-color: #FFF;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    white-space:nowrap;
    cursor: pointer;
    color: #253b56;
    border-bottom: 1px solid #C6D5E1;
}

.paint {
    background-color: rgb(235, 246, 252)!important;
    background-image: -webkit-linear-gradient(top, rgb(235, 246, 252), rgb(235, 246, 252))!important;
}

.renew {
    font-size: 14px;
}

.annualPass_discounts h2 {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 100;
}

.annualPass_discounts div {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 18px;
    width: 70%;
}

.annualPass_discounts ul, ol {
    padding-left: 1.333em;
}

/*Discounts type*/
.ticketNav {
    border-top: 1px solid #D0D7DE;
    width: 100%;
}

.ticketNav .center td {
    text-align: center;
}

.ticketNav .col-3 td {
    width: 33%;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
}

.ticketNav .col-4 td {
    width: 25%;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
}

.ticketNav .col-5 td {
    width: 20%;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
}

.ticketNav .selected {
    background-color: white;
    background-position: top;
    color: #0079BC;
}

.ticketNav thead a {
    color: inherit;
}

.ticketNav td {
    border-right: 1px solid #FFF;
    border-left: 1px solid #D0D7DE;
}

.ticketNav td.selected {
    box-shadow: 0 0 4px 1px #1D96D7;
}

.ticketNav td.selected span {
    text-decoration: underline;
}

/*Park Select*/
#finderDesktopFacets {
    background-color: #ebf6fc;
    border-radius: 10px;
    box-sizing: border-box;
    margin: auto;
    width: 95%;
    overflow: hidden;
}

#finderDesktopFacets .facetGroup.closed {
    padding-top: 20px;
    overflow: hidden;
    background-color: transparent;
    z-index: 1;
    border: 0;
    padding-left: 20px;
}

td#tabTicketThemePark,
td#tabTicketSpecialEvents {
    border-right: 1px solid #EEE;
}

.mobileTabLabel {
    cursor: pointer;
}

/* Filters container */

ol.facetList {
    padding-left: 0;
    width: 80%;
}

.wdw ol.facetList {
    width: 100%;
}

ol.facetList li {
    display: inline-block;
    width: 270px;
    margin-bottom: 7px;
}

ol.facetList li label {
    font-weight: normal;
    cursor: pointer;
}

.configurableCheckbox .unchecked .richElementSquare {
    border: 1px solid #A1AFC0;
    background: #FFF;
    color: #FFF;
    border-radius: 5px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-bottom: 2px;
    box-shadow: 0 1px 2px 0 #999;
    background: linear-gradient(to bottom, #FFF 0%,#ececec 100%);
    filter: none;
}

.configurableCheckbox .checked .richElementSquare,
.configurableCheckboxWrapper.hasErrors .configurableCheckbox .checked .richElementSquare {
    border: 1px solid #628b27;
    background: #6FA623;
    color: #FFF;
    border-radius: 5px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-bottom: 2px;
}

span.mdxFont {
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 5px;
    padding-left: 1px;
}

ol.facetList input[type="checkbox"] {
    display: none;
}

/* END OF Filters container */

/*Hide Filters*/
.selectedFacetContainer {
    background-color: white;
    border-radius: 0;
    overflow: visible;
    z-index: 31;
    width: 940px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom: 1px solid rgba(161,175,192,.3);
    margin-top: 18px;
}

.selectedFacetContainer #hideShowFilters {
    line-height: 20px;
    padding: 0 30px 0 0;
    display: table-cell;
    cursor: pointer;
    padding-bottom: 11px;
    vertical-align: top;
    white-space: nowrap;
}

.selectedFacetContainer #hideShowFilters:before {
    content: ' ';
    vertical-align: top;
    height: 27px;
    width: 1px;
    display: inline-block;
    background: linear-gradient(0% 100% 90deg,#FFF,#eeeff1 10%,#dcdfe3 50%,#eeeff1 90%,#FFF);
}

.selectedFacetContainer #hideShowFilters .hideShowText:before {
    /*Arrow Up Icon with Unicode Character - &#58118; or E306*/
    content: "\E306";
    font-family: pepmdx;
    display: inline-block;
    font-size: 18px;
    vertical-align: middle
}

.selectedFacetContainer #hideShowFilters.show .hideShowText:before {
     /*Arrow Down Icon with Unicode Character - &#58117; or E305*/
     content: "\E305";
}

.selectedFacetContainer #hideShowFilters .hideShowText {
    font-size: 12px;
    font-weight: bold;
    vertical-align: sub;
}

.sort-arrow {
    font-family: 'pepmdx';
    font-size: 18px;
    color: #A9AFB7;
    cursor: pointer;
    display: none;
    display: inline-block;
}

.sort-arrow.up:before {
    content: "\E325";
}

.sort-arrow.down:before {
    content: "\E316";
}

#discountInformation .ServiceError {
    margin-top: 120px;
    margin-bottom: 120px;
    text-align: center;
    vertical-align: middle;
}

#discountInformation .ServiceError .headlineTitle {
    margin-bottom: 9px;
    font-size: 28px;
    line-height: 36px;
}
#discountInformation .ServiceError .headlineDesc {
    font-size: 14px;
    line-height: 18px;
    margin:0 auto 54px;
}

#discountInformation .ServiceError .total {
    width: 400px;
}

#discountInformation .ServiceError #olafHead {
    display: inline-block;
    transform: scale(1);
}

#discountInformation .empty_filter {
    margin-top: 41px;
    text-align: center;
    vertical-align: middle;
}

#discountInformation .hidden {
    display: none;
}

#discountInformation .empty_filter .headline {
    font-size: 18px;
    line-height: 24px;
    margin:0 auto 54px;
    color: rgb(174, 184, 194);
}

.annualPass_disclaimer {
    padding: 15px 20px 20px 20px;
}

#mainFiltercontainer {
    position: relative;
    min-height: 1px;
}

.annualPassContainer #hotelRoomsDiscountsText {
    position: relative;
    top: 20px;
    left: 150px;
}

.notLoggedIn {
    margin-top: 40px !important;
}

#parkDisclaimer {
    display: table-cell;
    padding: 0 18px 30px;
    vertical-align: top;
    width: 100%;
}

#parkDisclaimer ul {
    margin-bottom: 0;
}

/* WDW Adjustments */

.wdw .annualPass_discounts h3 {
    margin-bottom: 18px;
}

.wdw .intro {
    margin-bottom: 0;
}

.wdw .intro p {
    font-size: 14px;
    line-height: 18px;
}

.wdw .intro p:last-child {
    margin-bottom: 3px;
}

.wdw .specialOffers #offer-table .col {
    padding-right: 15px;
}

.wdw #offer-table .row td.location {
    width: 140px;
}

.wdw #discountInformation {
    margin-bottom: 30px;
}

.wdw .specialOffers #offer-table .content {
    line-height: 16px;
}

.wdw .specialOffers #offer-table .percent .content {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

.wdw .annualPass_disclaimer h3,
.wdw .annualPass_disclaimer p {
    color: #78899E;
    font-size: 12px;
    line-height: 16px;
}

.wdw .annualPass_disclaimer h3 {
    margin-top: 5px;
}

.wdw #offer-table .row td.valid {
    font-size: 12px;
    line-height: 16px;
    color: #253B56;
}
