/* SQL log */
#cake_sql_toggler {
    bottom: 0;
    opacity: 0;
    position: fixed;
    right: 0;
}
#cake_sql_toggler:hover {
    opacity: 1;
}
.cake-sql-log {
	background: #fff;
    color: #000;
    display: none;
}
.cake-sql-log td {
    border: 1px solid #bbb;
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

.tt-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin: 12px 0;
    padding: 8px 0;
    width: 422px;
}.tt-suggestion {
    color: #333;
    font-size: 18px;
    line-height: 24px;
    padding: 3px 20px;
}
.tt-suggestion:hover {
    background-color: #0097cf;
    color: #fff;
    cursor: pointer;
}
.tt-suggestion.tt-cursor {
    background-color: #0097cf;
    color: #fff;
}
.tt-suggestion p {
    margin: 0;
}

a.ajax-link {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}
a.ajax-link:hover {
    text-decoration: none;
}

.wrapper-stripe-ego {
    padding: 80px 0 80px;
    text-align: center;
}
.wrapper-stripe-ego h2 {
  border-bottom: 3px solid #fff;
  display: inline-block;
  font-weight: normal;
  margin: 0 0 10px;
}
#header_wrapper.wrapper-outer.wrapper-stripe,
#footer_wrapper.wrapper-outer.wrapper-stripe {
    background-color: #1c7ce3;
    color: #fff;
}
.wrapper-outer .wrapper-inner {
    margin: auto;
    /*min-width: 960px;*/
    max-width: 1200px;
}
#content {
  background-color: #fff;
  padding: 20px 0 50px;
  width: 100%;
}
#footer {
    padding-bottom: 20px;
}
#footer a {
    color: #fff;
    text-decoration: underline;
}

.navbar-default.ytva_headline {
  background-color: #eee;
  border: 0;
  color: #595959;
  margin: -20px 0 10px 0;
  text-transform: lowercase;
}
.ytva_headline h1 {
  font-size: 14pt;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
@media only screen and (max-width : 768px) {
    .ytva_headline h1 {
      font-size: 10pt;
    }
}
.ytva_headline .nav {
  margin-top: 10px;
}
.ytva_headline .nav li {
  margin-left: 2px;
}
.navbar-default.ytva_headline .navbar-nav > li > a {
  background-color: #ddd;
  color: #2980c6;
  font-size: 10pt;
  padding: 10px 15px;
  text-decoration: underline;
}
.navbar-default.ytva_headline .navbar-nav > .active > a, 
.navbar-default.ytva_headline .navbar-nav > .active > a:focus,
.navbar-default.ytva_headline .navbar-nav > .active > a:hover {
    background-color: #fff;
    text-decoration: none;
}
.navbar-default.ytva_headline .navbar-nav > li > a:hover {
    background-color: #e6e6e6;
    text-decoration: none;
}

.label_selector_wrapper label {float:left; font-size:10px; margin:0 10px 5px 0;}
.label_selector_wrapper label {
    background-color:#E1E5E8; 
    border-radius:4px; 
    cursor: pointer;
    display:block; 
    padding:2px 4px;
}
.label_selector_big label {
    font-size: 1.2em;
    padding: 1em;
}
.label_selector_wrapper label.inline_length_option_cbx_loading {background-image:url('data:image/gif;base64,R0lGODlhDAAMAIABAEyzbf///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgABACwAAAAADAAMAAACGYSDBhiX3taTkSnr7txcRwp54YiB2SiJTgEAIfkECQoAAQAsAAAAAAwADAAAAhoEgna5oejaY2vGauC0XGamfVHoYSVFompQAAAh+QQJCgABACwAAAAADAAMAAACGUQOeaHY3JJxUy4LZ74aQ96FIgWSpoeOSAEAIfkECQoAAQAsAAAAAAwADAAAAhmMgRYIl97Wk5Ep6+7cXEcKeeGIgdkoiU4BACH5BAkKAAEALAAAAAAMAAwAAAIaTIB2uaDo2mNrxmrgtFxmpn1R6GElRaIqUAAAIfkECQoAAQAsAAAAAAwADAAAAhkMHnmg2NyScVMuC2e+GkPehSIFkqaHjkgBADs=');}
.label_selector_wrapper input {display:none;}
.label_selector_wrapper input:checked + label {background-color:#1C9F46; color:#fff;}

.data_form .displayField {
    font-weight: bold;
}

.table-list-data {
    font-size: 8pt;
}

.menu li {
    list-style:none;
    display: inline-block;
}


.list-tworow {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-tworow li {
    border-top: 1px solid #c8c7cc;
    margin: 0;
    padding: 8px 0;
}
.list-tworow li:last-child {
    border-bottom: 1px solid #c8c7cc;
}
.list-tworow-primary, 
.list-tworow-primary a,
.list-tworow-secondary, 
.list-tworow-secondary a {
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-decoration: none;
}
.list-tworow-primary, 
.list-tworow-primary a {
    color: #000;
}
.list-tworow-secondary, 
.list-tworow-secondary a {
    color: #8f8f8f;
}

/* bootstrap-customizations */ 
.navbar {
    margin: 0;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
  background-color: #186CC5;
}
.navbar .dropdown-menu {
  background-color: #1476de;
}
.navbar .dropdown-menu .divider {
  background-color: #498ED7;
}
.navbar .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: #333;/*#186CC5;*/
}
/*
nav.navbar li.dropdown:hover .dropdown-menu {
    display: block;
}
*/
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #066fdd;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
  background-color: #066fdd;
  border-color: #0559b1;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
nav.navbar select,
nav.navbar option {
    color: #000;
}
/* bootstrap-customizations */

/*main menu*/
#main_menu .navbar-brand {
    height: auto;
    padding: 10px 0;
} 
#main_menu .navbar-brand img {
    height: 50px;
} 
#main_menu .navbar-header {
    /*height: 75px;*/
}
#main_menu #navbar_targeted {
    clear: both;
    font-size: 10pt;
    text-align: right;
    width: 100%;
}
#main_menu #navbar_targeted a {
    text-decoration: none;
    border-bottom: 1px dashed #fff;
}
#menu_search .input-group-btn .btn {
	border-right: 0;
	background: #fff;
}
#menu_search .input-group-btn .btn .glyphicon {
    top:3px;
}
#menu_search .form-control {
	border-left: 0;
	background: #fff;
	box-shadow: none;
}
/*main menu*/


.ytva_popup_overlay {
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.ytva_popup_inner {
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  height: 400px;
  left: 50%;
  margin-left: -300px;
  margin-top: -200px;
  position: fixed;
  top: 50%;
  width: 600px;
}
.ytva_popup_inner .container {
    width: auto;
}
.ytva_popup_closeBtn {
  border-top-right-radius: 5px;
  color: #333;
  display: block;
  font-size: 12pt;
  height: 16px;
  line-height: 16px;
  opacity: 0.9;
  outline: none;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 16px;
}
.ytva_popup_closeBtn:hover {
    background-color: #333;
  color: #fff;
}

select.form-control.form-control-date {
    display: inline;
    width: auto;
}





.habtm_mapper_wrapper {
    border:none;
    padding-top: 5px;
}
.habtm_mapper_wrapper li {
    display: inline-block;
    margin-right: 4px;
}
.habtm_mapper_wrapper li.habtm_mapper_ref_li {display: none;}
.habtm_mapper_wrapper li input.habtm_mapper_cbx {display:none;}
.habtm_mapper_wrapper li input.habtm_mapper_input {
    border: 1px solid #333;
    background-color: #fff;
    width: 50px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: -2px;
  padding: 1px 4px;
}
.habtm_mapper_wrapper li input.habtm_mapper_input.habtm_mapper_input_loading {
    background-image:url('data:image/gif;base64,R0lGODlhDAAMAIABAEyzbf///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgABACwAAAAADAAMAAACGYSDBhiX3taTkSnr7txcRwp54YiB2SiJTgEAIfkECQoAAQAsAAAAAAwADAAAAhoEgna5oejaY2vGauC0XGamfVHoYSVFompQAAAh+QQJCgABACwAAAAADAAMAAACGUQOeaHY3JJxUy4LZ74aQ96FIgWSpoeOSAEAIfkECQoAAQAsAAAAAAwADAAAAhmMgRYIl97Wk5Ep6+7cXEcKeeGIgdkoiU4BACH5BAkKAAEALAAAAAAMAAwAAAIaTIB2uaDo2mNrxmrgtFxmpn1R6GElRaIqUAAAIfkECQoAAQAsAAAAAAwADAAAAhkMHnmg2NyScVMuC2e+GkPehSIFkqaHjkgBADs=');
}
.habtm_mapper_wrapper li label {
    background-color:#E1E5E8; 
    border-radius:4px; 
    cursor: pointer;
    display:block; 
    padding:2px 4px;
}
.habtm_mapper_wrapper li input.habtm_mapper_cbx:checked + label {background-color:#1C9F46; color:#fff;}

.admin-only {
    background-image: url(/img/yb_stripe.png);
    background-repeat: repeat-x;
    background-position: top left;
}


#contact_widget {
    bottom: 20px;
    position: fixed;
    right: 20px;
    text-align: center;
}
#contact_widget a {
	background: #333;
	display: block;
	padding: 10px 15px 12px 15px;
	border-radius: 10px;
	border: 1px solid #000;
	box-shadow: rgba(0,0,0,.2) 0px 0px 20px;
}
#contact_widget a:hover {
    background: #555;
    text-decoration: none;
}
#contact_widget a span {
    color: #fff;
    display: block;
    font-size: 12pt;
}
#contact_widget a span#contact_us_widget_primary {
    font-size: 18px;
}
#contact_widget a span#contact_us_widget_primary b {
    font-weight: normal;
    text-transform: lowercase;
}
#contact_widget a span#contact_us_widget_primary .glyphicon {
    vertical-align: middle;
}

/* OFFERS COMMON */
.offer_wrapper {
    position: relative;
}
.offer {
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 5px;
  position: relative;
}
.offer .btn {
  position: absolute;
  right: 5px;
  top: 5px;
}
.offers_locked .offer {
    border-color: #f00;
}
.offer_reveal {
    position: relative;
}
.offer_img {
    background-size: cover;
    height: 166px;
    position: relative;
    width: 100%;
}
.offer_img a {
    display: block;
    height: 100%;
}
.offer_new_sticker {
	background-image: url(/img/sticker_new_red.png);
	background-position: center center;
	background-repeat: no-repeat;
    display: none;
	height: 48px;
	position: absolute;
	width: 48px;
	top: -24px;
	right: -12px;
}
.offer-new .offer_new_sticker {
    display: block;
}
.offers .offer_wrapper {
    padding-bottom: 30px;
}
.offers .offer_business {
    background-color: #f9f9f9;
}
.offers .offer_business a {
    color: #000;
    text-decoration: underline;
}
.offers .offer_business a:hover {
    text-decoration: none;
}
.offers .offer_business table {
    width: 100%;
}
.offers .offer_business td {
    height: 52px;
    text-align: center;
    vertical-align: middle;
}
.offers .offer_business h2 {
    display: inline;
	font-size: 14pt;
    margin: 0;
}
.offer_text {
    margin: 0;
    overflow: hidden;
    padding: 10px;
}
.offer_text a {
    text-decoration: underline;
}
.offer_text a.offer_link {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.offers_locked .offer_text a.offer_link {
    white-space: nowrap;
}
.offers_unlocked .offer_text a.offer_link {
    white-space: normal;
}
.offer_mask {
    background-color: transparent;
    background-image: url(/img/diagonal_stripes_coupon_bg.png);
    background-repeat: repeat;
    display: none;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.offers_locked .offer_mask {
    display: block;
}
.offers_locked .offer_mask .btn {
    float: right;
}
.offers_unlocked .offer .submit .btn {
	position: static;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
}
.offers_unlocked .offer .offer_fineprint {
    font-size: 9pt;
    padding: 0 10px;
	text-transform: lowercase;
}
.offer_image img {
    border: 1px solid #eee;
    width: 100%;
}

/* LOADER */
.ytva-loader-parent {
    min-height: 32px;
    min-width: 32px;
    position: relative;
}
.ytva-loader-target {
    min-height: 32px;
    min-width: 32px;
    position: relative;
}
.ytva-loader-target div {
	left: 0px;
	top: 0px;
	height: 99%;
	position: absolute;
	width: 99%;
	z-index: 2147483647;
}
.ytva-loader-target img {
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
	min-height: 32px;
	min-width: 32px;
	position: absolute;
	top: 50%;
}

#user_menu_notifications_wrapper {
    width: 400px;
}
#user_menu_notifications_wrapper li a.user_menu_notification_primary {
    display: block;
}

.ytva_input_features {
    position: relative;
}
.ytva_input_features .ytva_input_feature {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.ytva_input_features_search .ytva_input_feature {
    right: 0;
	padding-top: 7px;
	font-size: 13px;
	padding-right: 7px;
    visibility: hidden;
}
.ytva_input_features_search:hover .ytva_input_feature,
.ytva_input_features_search input:focus+.ytva_input_feature {
    visibility: visible;
}
.ytva_input_features_search span {
	background: #999;
	border-radius: 10px;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	padding: 3px;
}
.ytva_input_features_search input {
    padding-right: 25px;
}
.ytva_input_features_location .ytva_input_feature {
    left: 0;
    padding-left: 4px;
    padding-top: 6px;
}
.ytva_input_features_location input {
    padding-left: 25px;
}

/* text shown e.g. over a carousel item, needs to have shadow */
.overslide_hero {
	color: #fff;
	font-weight: normal;
    font-size: 72pt;
    letter-spacing: 15px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.95);
}
@media only screen and (max-width : 768px) {
    .overslide_hero {
        font-size: 25pt;
        letter-spacing: 1px;
    }
}
