﻿/* [[[ Branding Overrides ]]] */
#Header {
    display: none;
}

#Footer {
    display: none;
}


body {
    background-color: #FFFFFF !important;
}

div[id^="md"] > div {
    background-color: rgba(255,255,255, 0.8) !important;
}

html {
    background: transparent;
}

#divOnline {
    padding: 20px 25px;
}

    #divOnline label {
        color: #808080;
    }

div[id^="md"] > div,
#Content {
    background: url(https://www.bookonthenet.net/west/RKEresStorage/Images/Portal/whistlerrvPrem_con_bg.jpg) center center no-repeat;
    background-size: cover;
    margin-top: 12px;
    background-color: #ffffff;
    box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; /* future proofing */
    -khtml-border-radius: 0px; /* for old Konqueror browsers */
}


/* [[[ TA Nav Panel ]]] */

.ta_nav_bar > li > a {
    color: #666666;
}

#lblShowDetails {
    color: #666666;
}

.pre_nav_bar > h2 {
    color: #2b2c44 !important;
}

.nav-bar > li.res_steps:hover {
    background-color: rgb(115, 133, 143) !important;
    color: #2b2c44 !important;
}

.nav-bar > li.res_steps.no-access:hover {
    background: #C6C6C6 !important;
}

.nav-bar > li.res_steps.active:hover,
.nav-bar > li.res_steps.active {
    background: rgb(63, 72, 78) !important;
}

/* [[[ Search Page ]]] */
.eres_search .coupon_codes {
    color: #666666;
}

.eres_guest h5,
.search_controls > div > div > h5 {
    font-weight: bold !important;
    font-size: 1em !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    float: left !important;
}

.ta_container > div:nth-child(1) > div:nth-child(4) > div:nth-child(1),
#pnlCCInfo > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1),
.eres_guest > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
    width: 100% !important;
}


/* [[[ Reservation Resultlist Page ]]] */
#btnCreateAccount,
#btnForgotPassword,
#hlPolicy,
.rrd_tab > a,
.eres_guest h1,
.eres_guest h4,
.eres_guest h5,
.eres_guest span,
div[id^='md'] h1,
div[id^='md'] h5,
div[id^='md'] h4,
div[id^='md'] p,
div[id^='md'] span,
.ta_container h1,
.ta_container p,
.ta_container h5,
#filter_selections span,
.ta_nav_bar > li > a,
#lblShowDetails,
#Content h1,
#Content h5,
#Content p,
#Content a.coupon_codes,
#Content span,
#Content div.row .eres_resultlist .search_panel .coupon_labels,
.eres_resultlist h1,
.eres_resultlist .title_description,
.eres_resultlist .search_panel span,
.eres_resultlist .rates .lblSpecialRate,
.eres_resultlist .rates .rates_detail_row .btnShowRateDetail,
.eres_resultlist .rates .rates_detail_row .btnHideRateDetail,
.eres_resultlist .rates .lblAverageRate,
.eres_resultlist .rates span.lblRoomType,
.eres_resultlist .rates span.lblDiscountRate,
.eres_resultlist .rates span.lblRateName,
.eres_resultlist .search_panel .coupon_labels,
.avail_grid_outer .avail_grid .avail_grid_inner .shoulder span,
#ShowDetails_3_16_R > div > div.row.rrd_tab_container > div:nth-child(1) > a {
    color: rgb(200, 200, 200) !important;
    text-shadow: 0px 3px 5px rgba(0,0,0,0.7) !important;
    font-weight: normal !important;
}

/* [[[ Guest Information ]]] */
.summary_panel span.summary_header {
    color: #19A4CC;
}

.reveal-modal .login_container a.create_account {
    color: #666666;
}

.guest_reservation_info h2 {
    color: #666666;
}

#lblCPSuccess {
    color: #666666;
}

/* [[[ Reservation Complete ]]] */
.eres_complete .fb_posting, .eres_complete .EmailSending {
    color: #666666;
}

/* [[[ Buttons ]]]  */
#btnReservationFilter,
.button.alert,
.button.success {
    background-color: rgb(63, 72, 78)!important;
    color: rgb(180, 180, 180) !important;
    border: none !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; /* future proofing */
    -khtml-border-radius: 0px; /* for old Konqueror browsers */
}

    #btnReservationFilter:hover,
    .button.success:hover,
    .button.alert:hover {
        background-color: rgb(115, 133, 143) !important;
        color: rgb(180, 180, 180) !important;
    }

.button.disabled.success:hover,
.button.disabled.success {
    border-color: rgba(180, 180, 180, 0.8);
    background-color: rgba(180, 180, 180, 0.8);
}

    .button.disabled.success:hover, .button.disabled.success {
        border-color: rgb(180, 180, 180) !important;
        background-color: rgb(180, 180, 180) !important;
        color: #2b2c44 !important;
    }

#step_content {
    background: transparent;
    padding: 0 15px 25px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#style_container_outer {
    position: absolute;
    top: 190px;
    right: 40px;
}

#style_container {
    border: 3px solid rgba(0,0,0,0.3);
    height: 298px;
    width: 500px;
    background: url(https://www.bookonthenet.net/west/RKEresStorage/Images/Portal/whistlerrvPrem_image.jpg) no-repeat 0 0;
    -webkit-box-shadow: 0 0 10px rgba(27, 94, 218, 0.3);
    -moz-box-shadow: 0 0 10px rgba(27, 94, 218, 0.3);
    box-shadow: 0 0 10px rgba(27, 94, 218, 0.3);
}

.eres_resultlist .avail_grid .columns > .current_day_avail {
    background: url(https://www.bookonthenet.net/west/RKEresStorage/Images/Portal/whistlerrvPrem_con_bg.jpg) center center no-repeat;
    background-size: cover;
    border: 4px solid #C6C6C6;
}

    .eres_resultlist .avail_grid .columns > .current_day_avail span {
        color: #2b2c44!important;
        padding: 2px;
    }

.eres_resultlist .avail_grid_footer.columns {
    background: #C6C6C6;
}

.eres_resultlist .rate_category_wrapper {
border: 1px solid #C6C6C6!important;
}

.eres_resultlist .rates {
border-bottom: 1px solid #C6C6C6!important;
}

.eres_resultlist .avail_grid_outer .arrow-right {
    border-left: 10px solid rgb(115, 133, 143) !important;
}

.eres_resultlist .avail_grid_outer .arrow-left {
    border-right: 10px solid rgb(115, 133, 143) !important;
}
#pnlLoginOptions
{
    background-color: rgb(115, 133, 143) !important;
}

/*Hide Modify/Cancel, Groups, Travel Agent links*/
a#hlGroupLogin, a#hlGuestLogin, a#lblTALogin {
  display: none !important;
}