/* [[[ Branding Overrides ]]] */
html, body { background-color: transparent; }
html { background: #FFF url(https://www.bookonthenet.net/west/RKEresStorage/Images/Portal/landsend_bg.jpg) no-repeat fixed 0 0; background-size: 100% auto;}
h1 { color: #001E55; font-weight: 600; }

#Footer { display: none; }
#Content { background: transparent; padding: 0 40px 40px}

/* [[[ TA Nav Panel ]]] */
.ta_nav_bar > li > a,
#lblShowDetails { color: #FFF; }

.nav_bar_panel { background: #001E55; }
.nav-bar > li.res_steps.no-access:hover { background: #001E55; }

.pre_nav_bar > h2 { color: #001E55; }
.nav-bar > li.res_steps:hover { background: #000c22; }
.nav-bar > li.res_steps.active,
.nav-bar > li.res_steps.active:hover { background: #000c22; }

/* [[[ Search Page ]]] */
.reveal-modal .login_container a.create_account,
.eres_search .coupon_codes { color: #333; }

#step_content { background: #ececec; border-top: #B78652 2px solid; border-bottom: #B78652 2px solid; padding: 0 15px 25px 15px; }
#style_container_outer {position: absolute; top: 290px; right: 130px; }
#style_container 
{ 
  border: 5px solid #FFF;
  height: 266px; 
  width: 400px; 
  background: url(https://www.bookonthenet.net/west/RKEresStorage/Images/Portal/Landsend_img1.jpg) no-repeat 0 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 30, 85, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 30, 85, 0.3);
  box-shadow: 0 0 10px rgba(0, 30, 85, 0.3);
}

/* [[[ Reservation Resultlist Page ]]] */
.eres_resultlist .rate_cat_hdr { background: #B78652; }
p,
.eres_resultlist .search_panel span,
.eres_resultlist .rates .rates_detail_row .btnShowRateDetail,
.eres_resultlist .rates .rates_detail_row .btnHideRateDetail,
.eres_resultlist .rates .lblRoomType,
.eres_resultlist .rates .lblAverageRate { color: #666; } 
.eres_resultlist .rates .lblRateName { font-size: 12px; }
.reveal-modal .gs_container h4 { color: #001E55; }


/* [[[ Special Promo ]]] */
.eres_resultlist .rates .lblSpecialRate { color: #E8B53E; }
.eres_resultlist .promo_corner { border-left-color: #E8B53E; }
.eres_resultlist .rate_category_wrapper.promo { border-color: #E8B53E; }

/* [[[ Guest Information ]]] */
.summary_panel span.summary_header,
.guest_reservation_info h2,
#lblCPSuccess { color: #333; }

/* [[[ Reservation Complete ]]] */
.eres_complete .fb_posting, .eres_complete .EmailSending { color: #3A6B4A; }

/* [[[ Buttons ]]] */
.button.success { background-color: #001e55; border: 1px solid #000c22; }
.button.success:hover, .button.success:focus { background-color: #000c22; }
.button.disabled.success, .button.disabled.success:hover, .button[disabled].success { background-color: #e9230d; }
.button.alert { background-color: #959595; color: #FFF; border: 1px solid #6f6f6f; }
.button.alert:hover, .button.alert:focus { background-color: #7c7c7c; }
.button.secondary { background-color: #959595; color: #FFF; border: 1px solid #6f6f6f; }
.button.secondary:hover, .button.secondary:focus { background-color: #7c7c7c; }

/*Added text to Additional Comments field on Guests Page*/
#step_content > div.eres_guest > div:nth-child(7) > div > div > div > h4:after {
    content: ' *Important - Please provide your cell phone number below so that we can reach you while traveling.*';
    display:block;
    font-size:14px;
    color: red;
    font-weight: bold;
}
