/* Adding one extra glyphicon to the bootstrap sprite */
.icon-share-left{background-position: -480px 0;}

/**
 * 	Eventually this stuff might be split out into several
 *  seperate files to control layout, colour, etc. but for
 *  now while we're in development mode we'll keep it all here.
 */

/* $=BASE STYLES */

a {
	color: #06c;
}

h1 {
	font-size: 24px;
	line-height: 1.3;
	font-weight: normal;
}

/* $=UTILITY CLASSES */

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

table.narrow tbody th {
	max-width: 10em;
}

/* $=HEADER */


.header {
	min-height: 34px;
	background: #003580;
	padding-right: 20px;
	position: relative;
}

.dev .header {
	background: #feba02;
}

.dev .header.bon-header{
    background: #6699cc !important
}
.header.login-as-personnel{
	position: relative;
}
.header.login-as-personnel:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border: 12px solid;
    border-color: transparent transparent rgba(0,0,0,0.5) rgba(0,0,0,0.5);
}

.logo {
	margin: 10px 50px 0 0;
	float: left;
}
.logo img{
    display:block;
}

.header-title {
	color: #779bca;
	font-weight: bold;
	padding: 8px 0;
}

.website_link,
.website_link:hover,
.hotel-extranet {
	color: white;
}

.website_link:hover,
.hotel-extranet:hover {
	text-decoration: underline;
}

.ted-link {
	padding: 0px 5px;
	font-weight: normal;
	margin-left: 10px;
}

.hotel-extranet, .hotel-label {
	margin-left: 1em;
	color: #FFF;
}

.website_link .icon-share {
	margin: 0 0 2px 5px;
}

.dev .header-title {
	color: #003580;
}

.header-badges {
	position: absolute;
	right: 20px;
	top: 8px;
}

.title-badge {
	float: left;
	margin-left: 5px;
	border: 1px solid #333;
	padding: 2px 10px;
	background: #6093d8;
}

.badge_preferred {
	border: 0;
	background: #f6ffff url("//xx.bstatic.com/static/img/use_sprites_15_exp.png") no-repeat 2px -356px;
	border-radius: 15px;
	overflow: hidden;
	height: 21px;
	width: 21px;
	padding: 2px;
	display: inline-block;
	border: 1px solid grey;
}

.badge_no_prepayment {
	background: DarkSalmon;
	color: #fff;
	font-weight: bold;
}

.badge_email_communication_only {
	background: #6093d8;
	color: #fff;
	border-color: #bfd1e9;
	font-weight:bold;
	text-align:center;
	padding:2px 8px 2px 8px;
}

.badge_bookingsuite {
	  color: #ffffff;
	  border-radius: 3px;
	  background: #159EDA url("../i/bks_badge_icon.png") no-repeat;
	  border: none;
	  padding-left: 29px;
	  background-position: 2px 2px;
	  padding-top: 4px;
	}

.badge_hotel_supplied {
	background: #FFA500;
}

.badge_hotel_rate_mixin {
    background: #18fbff;
}

.badge_hotel_account_gold {
	background: #ffd119;
}

.badge_hotel_account_silver {
	background: #cce6ee;
}

.badge_hotel_account_bronze {
	background: #cc7a29;
	color: #fff;
}

.badge_key_account {
	color: #fff;
	border-color: #fff;
}

.badge_genius {
  background: url("/hoteladmin/i/genius-icons/genius-plate-img-white-24.png") no-repeat;
	overflow: hidden;
	height: 21px;
	width: 21px;
	padding: 2px;
	border: 1px solid grey;
	display: inline-block;
	text-indent: -1000px;
}

.badge_segment {
    background: #6093d8;
    color: #fff;
}

.new-genius-branding .badge_genius {
	background: url('../i/genius-icons/genius-plate-img-white-24.png') 0 0 no-repeat;
	height: 24px;
	width: 60px;
	border: 0;
}
#bmpbadge {
    position: relative;
}

.badge_direct_payment {
    background-color: #2273bc;
    color: #fff;
    border: 1px solid #d6e9c6;
    font-size: 14px;
    cursor: pointer;
    line-height: 20px;
}

#bmpconfig.hotel-payment-config {
    position: absolute;
    top: 24px;
    right: -1px;
    width: 220px;
    background-color: #2273bc;
    border-right: 1px solid #c4cfea;
    border-bottom: 1px solid #c4cfea;
    z-index: 999;
    padding: 10px 14px;
}

#bmpconfig.hotel-payment-config p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

#bmpconfig.hotel-payment-config p strong {
    color: #dde7ff;
}

#bmpbadge .icon-chevron-down.icon-white {
    margin-top: 0;
}

.badge_b_verified {
	color: #ffffff;
	border-color: #003d00;
	background-color: #00cc00;
}

.badge_autogen_experiment {
    color: #ffffff;
    background-color: #5BC0DE;
    border-color: 1px solid #39AEBC;
    padding: 2px;
}

.property-selector{
    font-size:inherit;
    width:auto;
    height:auto;
    margin:0 1em;
}

/* TODO: the large sized stars in the sprite, also the partial values (eg.: 4.5 stars) */
.stars_5_small, .stars_4_small, .stars_3_small, .stars_2_small, .stars_1_small {
    height: 8px;
    width: 46px;
    background-color: transparent;
}
.stars_5_small{
    background: url("//xx.bstatic.com/static/img/use_sprites_15_exp.png") no-repeat 2px -306px;
}
.stars_4_small{
    background: url("//xx.bstatic.com/static/img/use_sprites_15_exp.png") no-repeat 2px -288px;
}
.stars_3_small{
    background: url("//xx.bstatic.com/static/img/use_sprites_15_exp.png") no-repeat 2px -270px;
}
.stars_2_small{
    background: url("//xx.bstatic.com/static/img/use_sprites_15_exp.png") no-repeat 2px -262px;
}
.stars_1_small{
    background: url("//xx.bstatic.com/static/img/use_sprites_15_exp.png") no-repeat 2px -244px;
}

.logout, .group-home {
	border: 0;
	padding: 0;
	width: 24px;
	height: 24px;
	background: url(../i/logout.png) no-repeat 0 0;
}

.group-home {
	right: 54px;
	background-image: url(../i/grouphome_icon.png);
}

.logout:hover, .group-home:hover {
	background-position: 0 -24px;
}

/* $=PRIMARY NAVIGATION */

.nav ul {
	list-style: none;
	margin: 0;
}

.nav-main {
	background: #dee9f7;
	border-bottom: 1px solid #bfd1e9;
	font-size: 12px;
	padding-top: 7px;
	min-height: 30px;
}

.nav-with-lang {
	padding-right: 220px;
}

.nav-main li {
	float: left;
	margin-right: 7px;
	position: relative;
	top: 1px;
}

.nav-badge {
	float: left;
	background: #003580;
	color: #fff;
	padding: 3px 5px;
	margin: 5px 5px 0 0;
	line-height: 1;
}

.nav-badge.badge_score_ok {
	background: #0c0;
}

.nav-badge.badge_score_warn {
	background: #ec0;
}

.nav-badge.badge_score_crit {
	background: #c00;
}

.nav-main li a {
	line-height: 28px;
	padding: 0 12px;
	display: block;
	color: #577ba3;
	text-decoration: none;
	border: 1px solid #bfd1e9;
	background: #ebf1fa;
}

.nav-main li a:hover {
	background: #f5f8fd;
	color: #003580;
}

.nav-main .active a {
	background-color: #fff;
	font-weight: bold;
	color: #003580;
	border-bottom-color: #fff;
}

.nav-main a.home,
.nav-main a.home:hover {
	width: 16px;
	background-image: url(../i/home.png);
	background-repeat: no-repeat;
	background-position: 50%;
	padding: 0 8px;
	text-indent: -999em;
}

/* $=LANGUAGE SELECTOR */

.languages {
	position: absolute;
	right: 20px;
	z-index: 99;
	max-width: 200px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
}

#language-links {
	overflow: hidden;
	display: none;
	position: absolute;
	top: 20px;
	right: 0;
	width: 400px;
	padding: 10px 0;
	border: 1px solid transparent;
	border-color: #BFD1E9;
	background: #dee9f7;
	text-align: left;
}

.languages:hover #language-links {
	display: block;
}

#language-links a {
	display: none;
	float: left;
	width: 180px;
	padding: 0 10px;
	color: #577ba3;
	background: #dee9f7;
}

.current-language {
	display: inline-block;
	padding: 0 4px;
	border: 1px solid transparent;
	text-align: right;
	color: #577ba3;
}

.languages:hover .current-language {
	border-color: #bfd1e9;
	background: #ebf1fa;
}

.flag {
	background: url(../i/flags_16.png) no-repeat;
	display: inline-block;
	width: 16px;
	height: 11px;
	margin-right: 6px;
}

span.flag.lang_az {background-position:  -85px  -12px;}
span.flag.lang_bg {background-position:  -17px  -24px;}
span.flag.lang_xb {background-position: -136px  -24px;}
span.flag.lang_zh {background-position:  -85px  -48px;}
span.flag.lang_cs {background-position:  -51px  -60px;}
span.flag.lang_de {background-position:  -68px  -60px;}
span.flag.lang_da {background-position: -102px  -60px;}
span.flag.lang_et {background-position:  -17px  -72px;}
span.flag.lang_es {background-position:  -85px  -72px;}
span.flag.lang_fi {background-position: -119px  -72px;}
span.flag.lang_fr {background-position:  -34px  -84px;}
span.flag.lang_en {background-position:  -68px  -84px;}
span.flag.lang_el {background-position: -102px  -96px;}
span.flag.lang_hr {background-position:  -85px -108px;}
span.flag.lang_hu {background-position: -119px -108px;}
span.flag.lang_id {background-position: -136px -108px;}
span.flag.lang_he {background-position:    0px -120px;}
span.flag.lang_hi {background-position:  -17px -120px;}
span.flag.lang_it {background-position: -102px -120px;}
span.flag.lang_ja {background-position: -153px -120px;}
span.flag.lang_km {background-position:  -34px -132px;}
span.flag.lang_ko {background-position: -119px -132px;}
span.flag.lang_lo {background-position:  -17px -144px;}
span.flag.lang_lt {background-position: -136px -144px;}
span.flag.lang_lv {background-position:    0px -156px;}
span.flag.lang_ms {background-position:  -34px -180px;}
span.flag.lang_nl {background-position:    0px -192px;}
span.flag.lang_no {background-position:  -17px -192px;}
span.flag.lang_pl {background-position:  -51px -204px;}
span.flag.lang_pt {background-position: -136px -204px;}
span.flag.lang_ro {background-position:  -51px -216px;}
span.flag.lang_sr {background-position:  -68px -216px;}
span.flag.lang_ru {background-position:  -85px -216px;}
span.flag.lang_ar {background-position: -119px -216px;}
span.flag.lang_sv {background-position:  -17px -228px;}
span.flag.lang_sl {background-position:  -68px -228px;}
span.flag.lang_sk {background-position: -102px -228px;}
span.flag.lang_th {background-position:    0px -252px;}
span.flag.lang_tr {background-position: -119px -252px;}
span.flag.lang_xt {background-position:    0px -264px;}
span.flag.lang_uk {background-position:  -34px -264px;}
span.flag.lang_xu {background-position:  -85px -264px;}
span.flag.lang_vi {background-position:  -51px -276px;}
span.flag.lang_ca {background-position: -68px -288px;}
span.flag.lang_tl {background-position: -17px -204px;}

/* $=SECONDARY NAVIGATION */

.nav-secondary {
	font-size: 12px;
	line-height: 1;
}

.nav-secondary > ul > li {
	margin-top: 20px;
}

.nav-secondary li ul {
	margin-left: 1em;
}

.nav-secondary a {
	text-decoration: none;
}

.nav-secondary a:hover {
	background: #06c;
	color: #fff;
}

.nav-secondary .nav-heading {
	color: #003580;
	background: #fff;
	cursor: default;
}

.nav-secondary li .selected {
	background: #003580;
}

.nav-secondary li .selected a {
	color: #fff;
	padding-left: 1px;
	font-style: italic;
}

/* $=FOOTER (and pinned-footer structural rules) */

html, body {
	height: 100%;
}

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -41px; /* must match height of .footer */
}

#push {
	height: 91px; /* must match height of .footer */
}

.content {
	margin-bottom: 20px;
}

.container-fluid .content {
	padding-right: 30px; /* to avoid content overlap with fixed help tab on the right */
}

.footer {
	padding: 10px 0;
	border-top: 1px solid #dfe8f4;
	font-size: 11px;
	color: #779bca;
}

/* $=RESPONSIVE/ADAPTIVE TWEAKS */

@media (max-width: 767px) {

	.header, .nav-main, .footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.header {
		padding-right: 40px;
	}

	.languages {
		clear: both;
		position: static;
		display: block;
		padding-top: 10px;
		text-align: left;
	}

	.languages:hover {
		max-width: 100%;
	}

	#language-links {
		position: relative;
		top: -1px;
		width: 100%;
		border-color: transparent;
		border-top-color: #bfd1e9;
	}

}

/* $=SIDEBAR HELP BOXES */

.rollup, .rolldown {
	padding: 9px 19px;
	cursor: pointer;
}

.rollup:hover, .rolldown:hover {
	background: #eee;
}

.rollup h2, .rolldown h2 {
	font-weight: normal;
	background: url(../i/rollup.png) no-repeat 0 3px;
	padding-left: 16px;
}

.rolldown h2 {
	background-position: 0 -40px;
}

.rollup p, .rollup ul, .rollup ol, .rollup h3 {
	display: none;
}

/* padding added for m_bp_bs2_remove_address experiment */
.no_address_from_guest {
	padding-top: 15px;
}

/* $=MODAL OVERLAY */

html.modal {
	overflow: hidden;
}

.overlay {
	background: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.5;
}

.overlay-msg {
	width: 360px;
	background: #fff;
	height: 160px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -100px 0 0 -200px;
	border: 10px solid #feba02;
	border-radius: 20px;
	padding: 20px;
}

/* $=FORMS */

.no-legend legend {
	display: none;
}

/* $=ADDITIONAL STYLE CLASSES FOR BOOTSTRAP */

.table-headed thead th, .table-headed thead td {
	background: #D0E2EB;
}

/* Remove annoying Plack code block */

#plDebug + code {
	display: none;
}

/* $=PRINT STYLES */

.print-only {
	display: none;
}

@media print {
	.header, .nav-main, .no-print, .footer, #footer {
		display: none;
	}
	.print-only {
		display: block;
	}
}

.intl-tel-input input {
	height: auto;
	width: 220px;
}

.intl-tel-input {
	display: inline-block;
}

.suppress-prepayment-warning {
  display:block;
  background-color: DarkSalmon;
  padding: 0.5em 1.5em;
  margin: 1em 0;
  width: 50em;
}

/* BEGIN experiment_higroup_add_property_btn_color_classic_extranet */

.info-icon-add-prop {
	font-family:'booking-iconset';
	color: #fff;
	margin-left: .5em;
}

.info-icon-add-prop:hover {
	cursor: pointer;
}

.add-prop-btn-ext-header {
	color: #003580;
    background-color: #fff;
    font-weight: bold;
    padding: 4px 10px 5px 10px;
    display: inline;
    border-radius: 3px;
    text-decoration: none;
    margin: .5em 0em .5em .4em ;
}

.add-prop-btn-ext-header:hover {
	color: #0896ff;
	text-decoration: none;
}

.nice-header {
	text-align: center;
	width:65%;
	margin: .5em auto .5em;
}

.nice-header .website_link {
	margin-left: -3em;
	margin-bottom: .5em;
	display: inline-block;
}

.nice-header .property-selector {
	height: 25px;
	margin-right: .8em;
}

.nice-header .tooltip_not_bootstrap {
    position: relative;
    display: inline-block;

}

.nice-header .tooltip_not_bootstrap .tooltip_text {
    visibility: hidden;
    width: 276px;
    background-color: #ffffff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1010;
    top: 200%;
    left: -138px;
    opacity: 0;
    transition: opacity 0.15s;
    line-height: 130%;
    font-size: 13px;
    padding: 1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 200;
    font-style: normal;
    text-align: left;
}

.nice-header .tooltip_not_bootstrap .tooltip_text::after {
    content: "";
    position: absolute;
    top: -10%;
    left: 50%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.nice-header .tooltip_not_bootstrap:hover .tooltip_text {
    visibility: visible;
    opacity: 1;
}

.nice-header .tooltip_not_bootstrap:hover .tooltip_title {
	padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.nice-header .tooltip_not_bootstrap:hover .tooltip_body {
	padding: 9px 14px;
}
/* END experiment_higroup_add_property_btn_color_classic_extranet */
