/*********************************
/ 	Created by Artsoft-Consult	 /
*********************************/
@import '../jquery-ui.css';

body{
	height:100%;
	font-family: Arial, Verdana, sans-serif;
	width:100%;
	font-size: 12px;
    background-color: #E0E0E0;
}
body, form, h1, h2, h3, h4, p, ul, li, ol, blockquote, img {
	padding: 0px;
	margin: 0px;
	border:  none;
}
strong {
    font-weight: 700;
}
.outer{
	display:table;
	position:static;
}
.middle-outer{
	display:table-cell;
	position:static;
	vertical-align:middle;
}
.inner-outer{
	position:relative;
	top:-50%;
}
.hide_hcorpo
{
	display:none;
}
.back_booking
{
	float:right;
	right:20px;
}
.clearfloat{
	height:0px;
	width:0px;
	clear:both;
	font-size: 0;
}
#header_background {
	position: absolute;
	width: 100%;
	top: 0;
	left:0;
	background: #E1DEDA url(../../img/hcorpo/lp_header.png);
	height: 152px;
	min-width: 1100px;
}
#wrapper{
	height:100%;
	width:100%;
}

#top_menu{
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#top_menu_center{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#login_language{
	position:absolute;
	top:100px;
	right:25px;
	width:75px;
}
.no_decor{
	text-decoration:none;
}

#login_wrapper{
	margin-left:auto;
	margin-right:auto;
	width:1050px;
	text-align:center;
}
#login{

	margin-left:auto;
	margin-right:auto;
	width:700px;
	height:310px;
	color:#33383C;
}

#login_logo_hcorpo_orig {
    float: left;
	height: 240px;
    width: 380px;
    margin-top: 10px;
	background: url(../../img/hcorpo/hcorpo_logo.png) no-repeat;
}
#login_logo_hcorpo_hcorpoce {
    float: left;
	height: 240px;
    width: 380px;
    margin-top: 10px;
	background: url(../../img/hcorpo/hcorpo_ce.png) no-repeat;
}

#login_tl{

	width:20px;

}

#login_tr{
	width:20px;
}

#login_tc{
	padding-top:10px;
	background:url(../../img/logo/TC_Default.png) repeat-x;
	height:34px;
}

#login_ml{
	width:20px;
}

#login_mr{
	width:20px;
}

#login_mc{
	background:url(../../img/logo/MC_Default.png) repeat-x;
}

#login_bl{
	width:20px;
}

#login_br{
	width:20px;
}

#login_bc{
	height:20px;
	width:100%;
	background:url(../../img/logo/BC_Default.png) repeat-x;
}

#login_top_row{
height:44px;
}

#login_bottom_row{
height:20px;
}

#conn_info{
	font-size:20px;
	font-weight:bold;

}

table{
	empty-cells:show;
}

#login_form label{
	font-weight:bold;
	line-height:30px;
	float: left;
	width: 95px;
}

#login_form input.normalinput{
	margin-bottom: 5px;
	width: 300px;
	float: left;
}

.superlogin_wrapper .form_wrapper_login{
	width: 326px;
}

.superlogin_wrapper #login_form label{
	float: none;
	width: auto;
}

.superlogin_wrapper #login_form input.normalinput{
	width: 310px;
	float: none;
}

.instruction{
	padding-top:3px;
}

.form_wrapper_login{
	font-weight: bold;
	line-height: 20px;
	font-size: 15px;
	width: 405px;
	margin: 0 auto;
	text-align: left;
}
#form_wrapper{
	margin-top:10px;
}

#forgot{
	font-weight:bold;
	color:#3B8FCF;
}

#login_bubmit{
	float:right;
	margin-bottom: 50px;
}

#home_link{
	padding-top:20px;
	padding-left:10px;
	text-align:left;
	margin:auto;
	width:700px;
}

.gray_bold{
	color:#33383C;
	font-weight:bold;
}

.normalInput {
	border:1px solid #AAAAAA;
	width: 310px;
}

.pinkInput {
	border:2px solid #F96FAE;
}
#login_failed {
	margin: auto;
	width: 700px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: red;
}
.highlightLogin {
	display: inline-block;
	padding: 8px 12px;
	margin-bottom: 8px;
	background-color: #FFFFCE;
	-webkit-box-shadow: 0 0 20px rgba(255, 255, 114, 0.7);
	-moz-box-shadow: 0 0 20px rgba(255, 255, 114, 0.7);
	box-shadow: 0 0 20px rgba(255, 255, 114, 0.7);
}

/* the following were written for home page layout*/
#home_menu{
	width:1090px;
	margin:auto;
	position:relative;
	padding-left:20px;
	padding-top:7px;
}

#service{
	float:left;
}

#logo{
    cursor: pointer;
	float: left;
	width: 380px;
    height: 99px;
    overflow: hidden;
}
#logo img {
	max-height: 100%;
}
#middle_menu
{
	float:right;
	width:725px;
	position:absolute;
	top:7px;
	left:20px;
}

#midp_menu {
	padding-left: 10px;
	width: 660px;
}

#menu_list{
	color: #fff;
	font-weight: bold;
	list-style-type: none;
	display: inline;
}

#menu_list li {
	float:left;
}

#menu_list li.sep {
    padding: 6px 0;
    background-color: #26408D;
}
#menu_list li.sep .activeSep {
    width: 1px;
    height: 13px;
    background-color: #fff;
} 

#menu_list a {
	color: #555555;
	text-decoration:none;
}
.gen_menu_item {
	padding: 6px 5px;
	font-size:11px;
	text-align:center;
	background-color: #26408D;
	height:13px;
	float:left;
	min-width: 50px;
}
#first_list_item {
	width:15px;
	height:25px;
	float:left;
    background-color: #26408D;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.menuItems_2 #home_c, .menuItems_2 #contact_c, .menuItems_2 #client, .menuItems_2 #faq, .menuItems_2 #gquote, .menuItems_2 #ccare, .menuItems_2 #group_c,
.menuItems_3 #home_c, .menuItems_3 #contact_c, .menuItems_3 #client, .menuItems_3 #faq, .menuItems_3 #gquote, .menuItems_3 #ccare, .menuItems_3 #group_c,
.menuItems_4 #home_c, .menuItems_4 #contact_c, .menuItems_4 #client, .menuItems_4 #faq, .menuItems_4 #gquote, .menuItems_4 #ccare, .menuItems_4 #group_c {
	width: 135px;
}
.menuItems_5 #home_c, .menuItems_5 #contact_c, .menuItems_5 #client, .menuItems_5 #faq, .menuItems_5 #gquote, .menuItems_5 #ccare {
	width: 105px;
}
.menuItems_5 #ccare {
	width: 115px;
}
.menuItems_6 #home_c, .menuItems_6 #contact_c, .menuItems_6 #faq, .menuItems_6 #gquote {
	width: 78px;
}
.menuItems_6 #client {
	width: 100px;
}
.menuItems_6 #ccare {
	width: 120px;
}

#home_c.active, #faq.active, #gquote.active, #ccare.active, #contact_c.active, #client.active, #group_c.active {
    background-color: #64C2DB;
}
#last_list_item {
	width:15px;
	height:25px;
	float:left;
    background-color: #26408D;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
#first_list_item.active, #last_list_item.active{
	background-color: #64C2DB;
}

#main_isle{
	width: 1055px;
	margin: 50px auto auto;
	position: relative;
}

#footer{
	width:1055px;
	margin: 0 auto;
}

#suitcases{
	position:relative;
	width:216px;
	height:126px;
	float:left;
	visibility: hidden;
	display: none;
}

.footer_links{
	padding-top:50px;
	float:left;
	color:#555555;
	font-size:11px;
}

.footer_links a{
	text-decoration:none;
	color:#33383C;
}

.copyright{
	padding-top:50px;
	padding-right:5px;
	color:#555555;
	font-size:11px;
	text-align:right;
	float: right;
}

.small{
	font-size:7px;
}

#lang_logout{
	text-align: right;
    margin-bottom: 10px;
}

.logout{
	font-size:11px;
	padding-right:10px;
    color: #26408D;
}
.card_lang{
	padding-left:4px;
	font-size:10px;
}
.card_flag{
	width: 17px;
	height: 17px;
	vertical-align: middle;
}
#login_language .lang_sep {
	display: none;
}
#login_language .card_lang {
	display: block;
	font-size:11px;
	font-weight:bold;
	color:black;
}
#login_language .card_flag {
	width: 25px;
	height: 25px;
}
#login_language .lang_label {
	display: inline-block;
	width: 20px;
}
#card_welcome{
	clear: both;
	text-align: center;
	padding: 8px 0;
}
.current_date{
	font-size:12px;
}
#cart_items_count{
	font-size: 11px;
    font-weight: bold;
    margin-left: 50%;
    margin-top: -42px;
    padding-left: 18px;
}
#search, #search_{
	width:480px;
	float:left;
}
/************************************************/

#tab_transfer{
	margin-right:10px;
	float:left;
}

#tab_transfer_left{
	float:left;
	width:17px;
	height:42px;
	background:url(../../img/logo/tabtlgray.png) no-repeat;
}

#tab_transfer_right{
	float:left;
	width:17px;
	height:42px;
	background:url(../../img/logo/tabtrgray.png) no-repeat;
}

#tab_transfer_center{
	padding-top:23px;
	padding-left:5px;
	padding-right:5px;
	vertical-align:bottom;
	float:left;
	height:19px;
	background:url(../../img/logo/tabtmgray.png) repeat-x;
}
#tabs{
	top:7px;
	left:0px;
	position:absolute;
	z-index:1;
	padding-left:4px;

}
.panel-top{
	height:13px;
	font-size:10px;
}
#middle_pannel {
    display: table;
    width: 470px;
    height: 100%;
    padding: 15px 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}
#pannel_mc{
	height:100%;
	width:438px;
	margin-left: 20px;
}
.footer_wrapper{
	height:110px;
	width:1075px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.search_label{
	font-size:12px;
	font-weight:bold;
	color:#33383C;
}
#pannel_mc .search_label{
	color:#FFFFFF;
}
#pannel_mc_transfer .search_label{
	color:#FFFFFF;
}
#asearch{
	margin-top:5px;
	width:432px;
}

#poi_radius, #dates, #rooms {
	margin-top:10px;
}

#search_radius{
	width:100%;
}

#pannel_mc select{
	margin-top:5px;
	width:100%;
}

#km{
	margin-left:10px;
	width:34px;
}

#search_wrapper{
	margin:auto;
}

#pannel_mc hr, #pannel_mc_transfer hr {
    color: #fff;
    margin: 10px 0;
    background-color: #fff;
    border-color: #fff;
	margin: 10px 0;
}

#checkin_wrapper{
	width:182px;
}

#nights_wrapper{
	width:46px;
	margin-right:10px;
}

#checkout_wrapper{
	width:145px;
}

#checkin, #activity_checkin {
	margin-right:3px;
	margin-top:5px;
	width:100px;
}

#checkout, #activity_checkout {
	margin-right:3px;
	margin-top:5px;
	width:100px;
}

#nights{
	width:30px;
}

#rooms_no_wrapper{
	float:left;
	width:auto;
	display:table;
	padding-right:10px;
	height:100%;
}
#rooms_no_wrapper select{
	width:40px;
	display:block;
}
.tab_activity_content #rooms_no_wrapper {
	width: 44%;
}
.tab_activity_content #rooms_detail_wrapper {
	width: 53%;
}
#rooms_detail_wrapper{
	float:left;
	height:100%;
	width:296px;
}

.white_room{
	font-size:13px;
	color:white;
	font-weight:bold;

}

.room_detail div{
	float:left;
	margin-left:10px;
	padding-bottom: 10px;
}

.bed_w{
	padding-top:15px;
	width:24%;
	text-align:right;
}


.room_no_w{
	padding-top:20px;
	width:auto;
	display:table;
	margin-right:10px;
}

.adults_w{
	min-width:17%;
}

.children_w{
	min-width:17%;
}

.twin_w{
	width:10%;
	display: none;
}

#rooms_detail_wrapper .room_detail select{
	width:40px;
}

.criteria_collapsed{
	background:url(../../img/icons/criteriac.png) no-repeat;
	padding-left:12px;
}
.criteria_expanded{
	background:url(../../img/icons/criteriae.png) no-repeat;
	padding-left:12px;
}

#criteria {
	color:white;
	font-size:12px;
	cursor:pointer;
	font-weight:bold;
}

.hide{
	display:none;
}

#mapholder.hide{
	display:none;
}

.hide2{
	visibility: hidden;
}
.hide3{
	display:none;	
}
#advanced_search{

}

#asopt{
	padding-top:10px;
}

#asopt div.box_div{
	width:200px;
	float:left;
	padding-right:10px;
}

#asopt  select{
	width:100px;
}

#hnwrap{
	margin-top:20px;
}
#hnwrap input{
	width:180px;
}
#asopt #budget
{
	width:180px;
	padding-left:20px;
}
#asopt #travelpolicy
{
	text-align:center;
	margin-top:10px;
}
#budget div.budget_min_max{
	float:left;
	width:70px;
	padding-right:10px;
}
#budget div, div#budget {
	padding:0px;
}

.budget_min_max input{
	width:50px;
}

#asopt #onrequest{
	margin-top:15px;
	width:100%;
}

#asopt radio{
	padding:5px;
}

.budget_labels{
	padding-left:10px;
	line-height:200%;
	font-weight: normal;
}

#submit_wrapper{
	width:306px;
	padding:20px;
	text-align:center;
	position:relative;
	margin:0px auto;
}
#search_ #submit_wrapper, #search #submit_wrapper
{
	padding-bottom:0px;
}
.room_detail >.children_wrapper{
	float:right;
	width:160px;
}

.auto_li{
	float:right;
	color:#aaaaaa;
}
.auto_gray{
	color:#DFDFDF;
	background:#DFDFDF;
}

.pink{
	color:#3B8FCF;
}

.destinations_no{
	font-size:24px;
}

.geo_title{
	font-family: Arial, Verdana, sans-serif;
	color:white;
	font-weight:bold;
	font-size:16px;
	text-align: center;
	width:100%;
}
.geo_thank_you{
	font-size:12px;
	font-weight: bold;
	font-style: italic;
}
.geo_over{
	border-top: 1px solid ;
	border-bottom: 1px solid ;
	border-color:#3B8FCF;



}
.postal_code{
	font-size: 10px;
	font-weight: bold;
	color: black;
}
#geo_table td{
	height: 40px;
	vertical-align: center;
	}
.geo_country{
	font-weight:bold;
	font-size: 11px;
	color:#989898;
	text-decoration: underline;
}

.geo_first{
	border-left: 1px solid;
	border-color:#3B8FCF;
}

.geo_last{
	border-right: 1px solid ;
	border-color:#3B8FCF;
}

.pink_location{
	text-decoration:underline;
	font-size:16px;
	color:#3B8FCF;
	font-weight: bold;
}

#geo_table .pink_a{
	color:#3B8FCF;
	text-decoration: none;
}
/*search results styles */
#content_wrapper{
	width:1096px;
	margin: 50px auto auto;
	position:relative;
}

.rounded_top{
	background:url(../../img/logo/bg_top.png) no-repeat;
	width:1096px;
	height:21px;
}

.rounded_bottom{
	background:url(../../img/logo/bg_bottom.png) no-repeat;
	width:1096px;
	height:21px;
}

#content{
	padding-left:40px;
	padding-right:56px;
	width:990px;
	background:url(../../img/logo/bg_middle.png) repeat-y;
	display: inline-block;
}

#page_title{
	color:#555555;
	font-size:19px;
	font-weight: bold;
}

#filters{
	float: left;
	width:200px;

	min-height: 200px;
}

#filters  #last_seen{
	width:199px;
}

#filters  #last_seen #last_seen_top{
	width:199px;
	height: 20px;
	padding-left: 10px;
	padding-top: 5px;

}

#filtersc  #last_seen #last_seen_middle{
	width:216px;
	background:url(../../img/logo/agent_hotel_details_last_seen_middle.png) repeat-y;
	height: 100%;
	min-height: 50px;


}

#filters  #last_seen #last_seen_middle form{
	padding-top: 7px;

}
#filters   #last_seen  img{
 width: 67px;
 height: 49px;
 margin-left: 7px;
margin-right:7px;
 float: left;
}

#filters   #last_seen  a{
 font-size: 11px;
 color:#555555;
 font-weight: bold;
 text-decoration:none;
 padding-top:10px;
 cursor:pointer;
}

#filters  #last_seen  span{
	font-size: 19px;
	color:#555555;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}

#results{
	padding-left: 10px;
	float:left;
	width:780px;
}

#your_search {
	color: #33383C;
	height: 120px;
	width: 202px;
	border-radius: 12px;
	padding-bottom: 11px;
	margin-bottom: 9px;
	background: url(../../img/icons/arrowDownBlue.png) no-repeat center 100%;
}

#your_search #text_y_s{
	height:40px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	line-height: 3em;
	text-align: center;
}

#available_wrapper{
	height: 16px;
}

#your_search div{
	color:white;
	font-size:12px;
	font-weight:bold;
}

#txt_avail{
	padding-top: 4px;
	text-align: center;
	font-size: 13px;
	width: 186px;
	margin: 0 auto;
}

#your_search #match_wrapper{
	text-align: center;
	padding-top:10px;
	height: 32px;
	font-weight: bold;
	font-size: 16px;
}

#filters_zone{
	color:#33383C;
}

.refine{
	padding-top:15px;
	font-size: 16px;
	font-weight: bold;
}
.gray_arrow_open:not(.customIcon) {
	background: url(../../img/icons/arrow_gray_open.png) no-repeat;
}
.gray_arrow_open, .gray_arrow_closed {
	padding-left:12px;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}

.gray_arrow_closed:not(.customIcon) {
	background: url(../../img/icons/arrow_gray_closed.png) no-repeat;
}
.gray_arrow_open.customIcon{
	background: url(../../img/icons/arrow_gray_search.png) no-repeat;
	background-position-y: 48%;
}
.gray_arrow_closed.customIcon{
	background: url(../../img/icons/arrow_gray_search_down.png) no-repeat;
	background-position-y: 48%;
}
.filters_spacing{
	padding-top: 25px;
	padding-bottom: 15px;
}
.star {
    float: left;
    width: 30px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.starImage {
    width: 25px;
    height: 25px;
    margin: auto;
    margin-bottom: 5px;
    background:url(../../img/icons/starEmpty.png) no-repeat;
}
.filledStar {
    background:url(../../img/icons/starOrange.png) no-repeat;
}
.starBubble {
    position: absolute;
    width: 60px;
    color: #fff;
    bottom: 40px;
    margin-left: -15px;
    text-align: center;
}
.starBubble .content {
    padding: 5px 0;
    background-color: #000;
}
.starBubble .bottom {
    background: url(../../img/icons/arrowDownSmall.png) no-repeat;
    width: 12px;
    height: 12px;
    margin: auto;
    margin-top: -4px;
}

#filters_budget_max{
	width: 34px;
}
#filters_budget_min{
	width: 34px;
}
#board_wrapper input{
	padding-left: 10px;
}
#hoteln_wrapper{
	position: relative;
}
#hoteln_wrapper .searchIcon{
	position: absolute;
	right: 0px;
	height: 100%;
	top: 0px;
	padding: 8px;
	box-sizing: border-box;
}
#hoteln_wrapper input{
	margin-top:5px;
	width: 200px;
	padding: 5px;
	box-sizing: border-box;
	border: transparent;
	border-bottom: 1px solid;
	outline: none;
}
#hoteln_wrapper input{
	margin-top:5px;
	width: 200px;

}
.search_sort{
	width: 768px;
	float: left;
    padding: 15px 5px;
}

.sorting{
	float:left;
	font-size: 12px;
	color:#33383C;
	font-weight: bold;
	width: 220px;
}

.sorting select{
	font-size: 12px;
    font-weight: bold;
    width: 100%;
	color:#33383C;
	margin-top: 5px;
}

.status_select select{
	font-size:9px;


}
.color_pink{
	color:#E2017B;
	font-size:19px;
}

.pointer{
	cursor: pointer;
}
.pag_num{
	border:1px solid #c4c2c2;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 11px;
}

.pag_num_sel{
	color:white;
	background-color: #e1007a;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 11px;
	border: 1px solid #e1007a;
}

.pag_disabled{
	color: #555555;
	font-size:10px;
}

.pag_enabled{
	color:#3B8FCF;
	font-size:10px;
}

.pagination_wrapper{
	float:right;
	height:19px;
	margin-left:10px;
	width: 310px;
	margin-top: 8px;
}

.my_bookings_pagination_wrapper{
	width: 100%;
	text-align: center;
	padding-top:10px;
}
#my_bookings_pagination_pages{
	display: inline-block;
	padding: 2px;
}
#new_search{
    min-width: 147px;
	max-width: 180px;
	height: 18px;
	line-height: 16px;
	float: right;
	font-size: 11px;
	padding-left: 15px;
	margin-top: 15px;
	position: relative;
	z-index: 5;
	border: 1px solid #D0D0D0;
}
#new_search.new_search_description {
	height: 21px;
	text-align: center;
	font-size: 13px;
	line-height: 19px;
}
#new_search.new_search_description #trigger_new_search {
	padding: 0 22px 0 0px;
	width: auto;
}
#content_description #new_search{
	margin-top: 0px;
	float: none;
	margin-bottom: 5px;
}
#new_search #search, #new_search .excursion_details_new_search {
	text-align: left;
}
.results_new_search{
	position:absolute;
	top: 40px;
	left:-310px;
	z-index:10;
}

.hotel_details_new_search, .excursion_details_new_search {
	position:absolute;
	top:25px;
	left:0px;
	z-index:9999;
}

.res_title{
	width:780px;
    padding-top: 8px;
	height:58px;
	background:url(../../img/logo/result_top.png) no-repeat top left;
	overflow:hidden;
}
.res_title_left {
    overflow:hidden;
    padding-top:5px;
    margin-left:3px;
}
.res_bottom{
	width:780px;
	height:20px;
	background:url(../../img/logo/result_bottom.png) no-repeat;

}
.res_title .h_name{
	margin-top:17px;
	padding-left:15px;
	font-size:11px;
	font-weight: bold;
	color: #33383c;
}
.res_title .hotel_name{
	font-size:19px;
}
.hotel_name{
	margin-top:17px;
	padding-left:20px;
	font-size:12px;
	font-weight: bold;
	color: #333333;
}

.res_title a{
	font-size:12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.res_title .hotel_description{
	width: auto;
	float: left;
	margin-top: 3px;
	padding-top: 2px;
}
.res_title .hotel_description a{
	color: green;
}
.res_middle{
	padding:5px 0 0 15px;
	width:765px;
	background:url(../../img/logo/result_middle.png) repeat-y;
}
.details_left{
	display:table;
	float: left;
	margin-right:5px;
}

.res_offers{
	display:table;	
	width:470px;
	float: left;
	border-left: 1px solid rgb(224, 224, 224);
	height: 100%;
	padding-left:5px;
}
.shadow_left{
	float:left;
	width:20px;
	height:91px;
	background:url(../../img/logo/shadow_left.png) no-repeat;
}
.res_offers_detail{
	width:460px;
}

.res_image{
	float:left;
	width:145px;
	padding: 2px;
	border: 1px solid rgb(218, 218, 218);
}

.links{
	background: rgb(253,252,252); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,252,252,1) 0%, rgba(253,252,252,1) 0%, rgba(217,212,210,1) 100%, rgba(217,212,210,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,252,252,1)), color-stop(0%,rgba(253,252,252,1)), color-stop(100%,rgba(217,212,210,1)), color-stop(100%,rgba(217,212,210,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,252,252,1) 0%,rgba(253,252,252,1) 0%,rgba(217,212,210,1) 100%,rgba(217,212,210,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,252,252,1) 0%,rgba(253,252,252,1) 0%,rgba(217,212,210,1) 100%,rgba(217,212,210,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,252,252,1) 0%,rgba(253,252,252,1) 0%,rgba(217,212,210,1) 100%,rgba(217,212,210,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,252,252,1) 0%,rgba(253,252,252,1) 0%,rgba(217,212,210,1) 100%,rgba(217,212,210,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfcfc', endColorstr='#d9d4d2',GradientType=0 ); /* IE6-8 */

	font-size:9px;
	height:20px;
}

.links a{
	text-decoration: none;
	cursor:pointer;
	color: black;
}

.img_holder{
	height: 90px;
	overflow: hidden;
}

.img_holder a{
	text-decoration: none;
	cursor: pointer;
	background : none;
	padding:0px;
	height:auto;
}
.car_offer_box .res_image {
	width: 135px;
}
.car_offer_box .car_info {
	width: 125px;
}
.addr_facilities{
	float:left;
	width:115px;
	color: #555555;
	font-size: 10px;
	padding-left: 5px;
}

.distance{
	font-size: 10px;
	padding: 5px;
}

.res_facilities{
	font-size: 24px;
	color:#33383c;
	font-stretch: wider;
	letter-spacing: .5em;
}

.offer_title{
	color:#33383c;
	font-size: 14px;
	font-weight: bold;
	padding-left:10px;
}
.res_offers .offer_title{
    padding-left: 0;
}

.offer_title_left{
	float:left;
	width:65px;
}

.offer_title_right{
	padding-right:5px;
	text-align:center;
	padding-top:2px;
	color: #f43187;
}

.offer_title_right_stroke{
	text-align:center;
	padding-top:2px;
}

.offer_title_right_total_price{
	font-size:9px;
	font-weight:bold;
	color: #63C3DC;
}

.offer_price{
	color: #33383C;
    font-size: 22px;
	font-weight: bold;
    text-align: center;
    width: 110px;
}
.offer_strokeprice{
	color:#33383c;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	float: left;
	width: 140px;
}

.stroke_price{
	color:red;
	text-decoration:line-through;
	font-style:italic;
	font-size:12px;
}

.offer_book{
	width:60px;
}
.res_offers .offer_book{
	float:right;
	padding-top:10px;
}
.available{
	color:#50B100;
	font-size: 10px;
}
.on_request{
	color: #fa5a05;
	font-size: 10px;
}
.room_text{
	padding:0 10px;
	float:left;
	width:320px;
	background: url(../../img/icons/bullet.png) no-repeat ;
	background-position:center left;
	color:#555555;
	font-size:12px;
}
.room_text_desc{
	width:265px;
}
.room_text_trav{
	width:420px;
}
.one_room{
	width:350px;
}
.one_room_desc{
	width: 340px;
}
.room_price{
	float:left;
	font-size: 12px;
	font-weight: normal;
	width:65px;
	color: #555555;
	text-align:right;
}
.show_hide_prices{
	float:right;
	width: 136px;
	margin-top: 10px;
}
.details_page .show_hide_prices {
	float:left;
}
#display_prices {
	cursor: pointer;
	min-width: 93px;
	height: 23px;
	font-size: 9px;
	color: #000000;
	text-align: center;
	line-height: 23px;
	padding: 4px 6px;
	background-color: #BCBABC;
	border: 1px solid #D0D0D0;
	background: linear-gradient(#D4D6D4, #A4A6A4);
	background: -webkit-linear-gradient(#D4D6D4, #A4A6A4);
	background: -moz-linear-gradient(#D4D6D4, #A4A6A4);
	background: -o-linear-gradient(#D4D6D4, #A4A6A4);
}
#display_prices .label_prices {
	display: inline-block;
}
.highlight{
	background-color: yellow;
}
#content_description{
	width:1050px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#content_description #left_wrapper{
	float: left;
}

#content_description #details_wrapper{
	float: right;
	width:760px;
	border-left: 1px solid #CCCCCC;
}

#content_description #left_wrapper #left_top{
	background:url(../../img/logo/agent_hotel_details_left_top.png) no-repeat;
	width:271px;
	height: 21px;
}

#content_description #left_wrapper #left_bottom{
	background:url(../../img/logo/agent_hotel_details_left_bottom.png) no-repeat;
	width:271px;
	height: 21px;
}

#content_description #left_wrapper #left_middle{
	background:url(../../img/logo/agent_hotel_details_left_middle.png) repeat-y;
	width:271px;
	height: 100%;
	padding-left: 25px;
}

#content_description #left_wrapper  #last_seen{
	width:216px;
}

#content_description #left_wrapper  #last_seen #last_seen_top{
	width:216px;
	background:url(../../img/logo/agent_hotel_details_last_seen_top.png) no-repeat;
	height: 20px;
	padding-left: 10px;
	padding-top: 5px;

}

#content_description #left_wrapper  #last_seen #last_seen_bottom{
	width:216px;
	background:url(../../img/logo/agent_hotel_details_last_seen_bottom.png) no-repeat;
	height: 12px;
}

#content_description #left_wrapper  #last_seen #last_seen_middle{
	width:216px;
	background:url(../../img/logo/agent_hotel_details_last_seen_middle.png) repeat-y;
	height: 100%;
	min-height: 50px;


}

#content_description #left_wrapper  #last_seen #last_seen_middle form{
	padding-top: 5px;
}




#content_description #left_wrapper  #last_seen  span{
	font-size: 14px;
	color:#555555;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}

#content_description #left_wrapper  #last_seen  img{
 width: 45px;
 height: 34px;
 margin-left: 7px;
margin-right:7px;
 float: left;
}

#content_description #left_wrapper  #last_seen  a{
 font-size: 11px;
 color:#555555;
 font-weight: bold;
 text-decoration:none;
 padding-top:10px;
 cursor:pointer;

}

#details_wrapper #hotel_details_top{
	width:780px;
	background:url(../../img/logo/agent_hotel_details_top.png) no-repeat;
	height: 27px;
}

#details_wrapper #hotel_details_bottom{
	width:780px;
	background:url(../../img/logo/agent_hotel_details_bottom.png) no-repeat;
	height: 27px;
}

#details_wrapper #hotel_details_middle{
	width:740px;
	background:url(../../img/logo/agent_hotel_details_middle.png) repeat-y;
	height: 100%;
	min-height: 150px;
	padding-left: 20px;
	padding-right: 20px;
	z-index:1;
}

#hotel_details_middle .hotel_name, .rounded_hotel .hotel_name{
	font-size: 20px;
	font-weight: bold;
}
.rounded_hotel .address{
	font-size: 12px;
	font-weight: bold;
	color:#c4c2c3;
	padding-left:20px;
}

#hotel_details_middle .stars{
	padding-left: 10px;
}
#hotel_details_middle .address{
	font-size: 12px;
	font-weight: bold;
	color:#c4c2c3;
	padding-left:20px;
}

#hotel_details_middle .details_menu, .rounded_hotel .details_menu{
	margin-top:15px;
	width:705px;
	height: 32px;
	background:url(../../img/logo/menu_details_middle.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}

#hotel_details_middle .details_menu div, .rounded_hotel .details_menu div {
	float:left;
	width:235px;
	text-align: center;
	font-size: 12px;
	color: #2f3030;
	line-height: 32px;
	font-weight:bold;
	cursor: pointer;
}
#hotel_details_middle .details_menu div.sel, .rounded_hotel .details_menu div.sel{
	color:#e40079;
}
.centerdiv {margin:0px auto;}
.lang_hotel
{
	position:absolute;
	top:100px;
	right:-52px;
}
#hotel_details_middle #send_email .imgwrp{
	display:inline;
	width:40px;
}

#offers #offer_top{
	width:675px;
	height:21px;
	background:url(../../img/logo/details_book_top.png) no-repeat;
	padding-left:20px;
	font-weight: bold;
	font-size:12px;
	padding-top: 5px;
	color:#33383C;
}

#offers{
	width:675px;
	padding-top:10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

#offers #offer_bottom{
	width:675px;
	height:15px;
	background:url(../../img/logo/details_book_bottom.png) no-repeat;
}
#offers #offer_middle{
	padding-top:10px;
	width:475px;
	background:url(../../img/logo/details_book_middle.png) repeat-y;
	padding-left: 200px;
}

#offers2{
	width:100%;
	padding-top:10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

#imgtitle_wrapper{
	margin-top:10px;
	padding-left: 10px;
	overflow:hidden;
}

#imgtitle_wrapper #hotelimg{
	overflow:hidden;
}

#imgtitle_wrapper #hotelimg a{
	text-decoration: none;
	cursor : pointer;
	background: none;
	height:auto;
	padding:0px;
}

#imgtitle_wrapper #hotelsd{
	margin-left:20px;
	width:352px;
	height: 250px;
	text-align:justify;
	float: left;
	font-weight: bold;
	color:#33383C;
	overflow:auto;
}
#description{
	padding-left: 10px;
}

#description #text_description{
	padding-top:10px;
	color:#474D53;
	padding-left: 15px;
}

#hfacility{
	padding-top:20px;
}

#description #hfacility_header{
	margin-left:10px;
 	width:680px;
 	color:#0d0d0d;
 	border-bottom: 2px solid #DDDDDD;
 	font-size: 24px;
 	font-weight: bold;
 	float:left;

}
.iwrapper{
	float:left;
	width:28px;
    position: relative;
}

#hfacilitytext{
	margin-left: 30px;
    position: relative;
}

#hfacility_headertext{
	float:left;
	width:650px;
}

.iwrappertext{
	float:left;
	width:15px;
	margin-right: 10px;
}

.facility_text_header{
	font-weight: bold;
	color:#fd005a;
}

#map_hotel_wrapper{
	width:auto;
	height:400px;
	margin-left:auto;
	margin-right: auto;
}

#map_holder{
	width:450px;
	height:400px;
}

#photos_wrapper #fullsize{
	width:590px;
	height:330px;
	float:left;
}

#photos_wrapper #carusel{
	margin-left:auto;
	margin-right:auto;
	width:700px;
	height:50px;
	padding-top:20px;

}

#mycarousel-prev{
	float: left;
	width:60px;
	margin-left: 20px;
    margin-top: 125px;
}

#mycarousel-next{
	float: right;
	width:60px;
	margin-right: 20px;
    margin-top: 125px;
}
#mycarousel-prev img, #mycarousel-next img {
	cursor: pointer;
}
#imgcarousel li.selected img {
	-moz-box-shadow: 0 0 8px #000;
	-webkit-box-shadow: 0 0 8px #000;
	box-shadow: 0 0 8px #000;
	filter:progid:DXImageTransform.Microsoft.Glow(Color=black,Strength=8);
}
#imgcarousel .img {
	max-width: 75px;
	max-height: 50px;
	width: auto;
	height: auto;
}
#imgcarousel li {
	position: relative;
	height: 72px;
}
#imgcarousel .img-label {
	position: absolute;
	bottom: 0;
}
#mycarousel-midd{
	width:100%;
	float:left;
}

#fullsize{
	text-align: center;
}

#fullsize img{
	margin: auto;

}

#fullsizeimg{
	width: 100%;
	height: 100%;
}

#imagecell{
	vertical-align:middle;
}
.image_gallery #imagecell img {
	width: auto;
	height: auto;
	max-width: 576px;
	max-height: 300px;
}
#pois_wrapper select{
	width:200px;
}

.trav_title{
	color:#787878;
	font-size:16px;
	border-bottom: 2px solid #dddddd;
	max-height: 20px;
}

#additional_wrapper {
	margin-top:25px;
}
.transfer_additional_wrapper {
	margin-top: 0 !important;
}
.box_retour {
	margin-top: 25px;
}
#additional_wrapper #additional_top{
	padding-left:10px;
	padding-top:7px;
	width:993px;
	height: 32px;
	background: url(../../img/logo/agent_pax_top.png) no-repeat;
}

#additional_wrapper #additional_middle{
	width:1002px;
	height:100%;
	background: url(../../img/logo/agent_pax_middle.png) repeat-y;
}

#additional_wrapper #additional_bottom{
	width:1002px;
	height: 18px;
	background: url(../../img/logo/agent_pax_bottom.png) no-repeat;
}

#details_wrapper {
	margin-top:25px;

}

#details_wrapper #detail_top{
	padding-left:10px;
	padding-top:7px;
	width:993px;
	height: 61px;
	background: url(../../img/logo/details_header.png) no-repeat;
    overflow:hidden;
}

#details_wrapper #detail_middle{
	width:1002px;
	height:100%;
	background: url(../../img/logo/agent_pax_middle.png) repeat-y;
}

#details_wrapper #detail_bottom{
	width:1002px;
	height: 18px;
	background: url(../../img/logo/agent_pax_bottom.png) no-repeat;
}

.book{
	width: 54px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	padding: 2px;
	font-size: 11px;
	background-color: #61D400;
	border: 1px solid #D0D0D0;
	border-radius: 8px;
	background: linear-gradient(#6FF900, #4DA300);
	background: -webkit-linear-gradient(#6FF900, #4DA300);
	background: -moz-linear-gradient(#6FF900, #4DA300);
	background: -o-linear-gradient(#6FF900, #4DA300);
}
.book.onRequest {
	color: #43493A;
}
.book.t_book {
	width: 78px;
	padding: 6px 0;
}
.hotel_details_link{
	cursor: pointer;
	float: inherit;
	color:green;
}

.all_passengers{
	padding-top:20px;
	padding-left:15px;
	padding-bottom:20px;
    padding-right:15px;
}
.form_wrapper #trav_top{
	width:990px;
	height: 21px;
	background: url(../../img/logo/agent_trav_top.png) no-repeat;
}

.form_wrapper #trav_middle{
	padding-left:15px;
	width:950px;
	height:100%;
	background: url(../../img/logo/agent_trav_middle.png) repeat-y;
	padding-right: 25px;
}

.form_wrapper #trav_bottom{
	width:990px;
	height: 21px;
	background: url(../../img/logo/agent_trav_bottom.png) no-repeat;

}

#my_bookings_wrapper {
}
#my_bookings_wrapper #my_bookings_top{
	width:990px;
	background:url(../../img/logo/my_bookings_top.png) no-repeat;
	height: 42px;
}
#my_bookings_wrapper #my_bookings_bottom{
	width:990px;
	background:url(../../img/logo/my_bookings_bottom.png) no-repeat;
	height: 27px;
}

#my_bookings_wrapper .my_bookings_middle{
	width:950px;
	background:url(../../img/logo/my_bookings_middle.png) repeat-y;
	height: 100%;
	min-height: 150px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}



#my_bookings_top .section_title{
	padding-left:20px;
	padding-top:15px;
	font-size: 18px;
	font-weight: bold;
}
.my_bookings_middle .table_wrapper{
	margin: 0px;
	padding-top:15px;
	width: 100%;
}
.my_bookings_middle .bigsize{
	width: 250px;
}
.my_bookings_middle .mediumsize{
	width: 120px;
}
.my_bookings_middle .smallsize{
	width: 60px;
}
.table_rez{
	width: 100%;
	border-spacing: 0px;
	text-align: center;
}
 .table_header{
	height: 50px;
}
.table_header td{
	border-bottom: 1px solid  #C0C5C9;
    border-right: 1px solid #C0C5C9;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	color: 	#555555;
}
.table_row{
	height: 50px;
}
.table_row:hover{
	background-color: #2F83C9;
}
.table_row td{
	border-right: 1px solid #C0C5C9;
    font-family: arial;
	font-size: 12px;
	text-align: center;
	color: 	#555555;
}
.booking_status_col {
	width: 200px;
}
.external_booking {
	display: table;
	margin: 0 auto;
	overflow: hidden;
	font-size: 8px;
	font-weight: bold;
	color: #2F83C9;
}
.table_row_hover .external_booking {
	color: #555555;
}
.ext_booking_label {
	max-width: 54px;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}
#cancellation #policy{
	color: #33383C;
	font-size: 12px;
	padding-bottom: 8px;
}
#cancellation .cancel_title{
	padding-top:10px;
	font-size:12px;
	font-weight: bold;
	color:#FD005A;
}

#trav_table td:not(.duplicateNamesTd){
	vertical-align: middle;
}

#trav_table td.room{
	font-size:11px;
	color:#3B8FCF;
	font-weight: bold;
}

#trav_table{
	width:950px;
	border-bottom: 1px solid #E0E0E0;
	margin: 0px auto;
	padding:10px 0px;
}

#people_table{

}

#people_table  select{
	width:53px;
	margin-left: 5px;
}

#people_table  input{
	width:105px;
	margin-left: 5px;
}
#people_table  .checkbox{
	width:14px;
	margin-left: 5px;
}
.accorLabelCA{
    margin-left: 10px;
    padding-top: 14px;
}
#people_table label{
	color:#33383C;
	font-size:10px;
	min-width: 32px;
	display: inline-block;
}

#people_table span .pink{
	color:#3B8FCF;
}

#mandatory{
	color:#C4C2C3;
	font-size: 11px;
}

#detail_middle .gray_row{
	background-color: #dddddd;
	line-height: 2em;
	color: #33383C;
	padding: 5px;
}

#detail_middle .highlight_row{
	background-color: #2F83C9;
	line-height: 2em;
	color: white;
	padding: 5px;
}
.offer_wrapper{
	padding-top: 5px;
	border-bottom: 1px solid #E0E0E0;
}
.other_offers_left{
	width:18px;
	height:22px;
	float:left;
}
.offers_show .other_offers_left{
	background:url(../../img/icons/button_left_show.png) no-repeat;
}
.offers_hidden .other_offers_left{
	background:url(../../img/icons/button_left_hide.png) no-repeat;
}
.other_offers_right{
	width:10px;
	height:22px;
	float:left;
	background:url(../../img/icons/button_right.png) no-repeat;
}
#display_prices img{
	padding-bottom: 5px;
}
.invalid_bg{
	background-color:#B7BCFF;
}

#google_map_wrapper{
	width:450px;
	height: 385px;
}

.info_title{
	width:140px;
	float: left;
}

.clearfloat + .gray_row{
	margin-top: 20px;
}

.top{
	border-bottom: 1px solid rgb(221, 221, 221);
	overflow:hidden;
	height:50px;
}
.top #your_basket{

	height:50px;
	float:left;
	width:730px;
	font-size:14px;
	font-weight:bold;
	color:#555555;
}
.top_bd #your_booking{

	line-height:70%;
	float:left;
	width:730px;
	font-size:22px;
	font-weight:bold;
	color:#555555;
}

#your_basket #print_page{
	height:50px;
	float:right;
	cursor:pointer;
	display:inline;
	width:auto;
	width:158px;
}

.top  img {
	padding-top: 8px;
}

#your_basket #print_page div{
	font-weight:bold;
	font-size:12px;
	line-height:4em;
	margin-top: auto;
	margin-bottom: auto;
	color:#3B8FCF;
}
#your_basket #print_page div a{
	font-weight:bold;
	font-size:12px;
	line-height:4em;
	margin-top: auto;
	margin-bottom: auto;
	color:#3B8FCF;
	text-decoration: none;
}
.top #send_email{
	float:left;
	width:260px;
}
.top #send_email div{
	width:200px;
	font-weight:bold;
	font-size:12px;
	float:left;
	margin-top: auto;
	margin-bottom: auto;
	color:#3B8FCF;
}
.top_bd #booking_no_bd {
	width:250px;
	font-weight:bold;
	font-size:22px;
	padding-left:5px;
	float:left;
	margin-top: auto;
	margin-bottom: auto;
	color:#F90F8C;
	text-align: right;
}
.top #send_email .imgwrp{
	float:left;
	width:40px;
}
.roundedinput{
	background: url("../../img/logo/roundedinput2.jpg") no-repeat;
	border: medium none;
	color: #999999;
	font-size: 12px;
	padding: 1px 8px 2px 7px;
	width: 135px;
	height:15px;
	display:block;
}
.roundedinput_medium{
	background: url("../../img/logo/roundedinput_medium.png") no-repeat;
	border: medium none;
	color: #999999;
	font-size: 14px;
	padding:0 9px;
	width: 211px;
	height:24px;
	display:block;
	margin-right:5px;
}
#address{
	margin-left:50px;
}

.segment_top{
	padding-top:5px;
	margin-top:10px;
	background: url(../../img/logo/ligne_header.png) no-repeat;
	width:990px;
	height:37px;
	overflow:hidden;
	position: relative;
}

.segment_middle{
	padding-top:10px;
	background: url(../../img/logo/ligne_middle.png) repeat-y;
	width:990px;
}

.segment_bottom{
	background: url(../../img/logo/ligne_footer.png) no-repeat;
	width:990px;
	height:19px;
	margin-bottom:10px;
}
.segment_number{
	margin-left:12px;
	float:left;
	color:#3B8FCF;
	font-size:24px;
	font-weight: bold;
	text-align: center;
	width:20px;
}
.total_wrapper{
	margin-top:25px;
	color:white;
}
.total_wrapper .total_middle{
	width: auto;
	padding: 10px 20px;
	background-color: #2F83C9;
	border: 0px;
	border-radius: 16px;
}

#val_often{
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
}

.segment_type{
	padding-left:25px;
	color:#4a4a4a;
	font-size: 18px;
	font-weight: bold;
	float:left;
	margin-top:8px;
}
.segment_code{
	color:#4a4a4a;
	font-size: 16px;
	font-weight: bold;
	float:left;
	margin:10px 0 0 10px;
}
.segment_title{
	padding-left:5px;
	color:#2b7ec5;
	font-size: 18px;
	font-weight: bold;
	float:left;
	margin-top:8px;
}
.segment_title.staticWidth {
	width:600px;
	margin-top:10px;
	font-size: 15px;
}
.segment_title.staticWidthTransfer {
    margin-top: 1px!important;
    max-width: 600px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.segment_title.fontSize {
	width:478px;
	margin-top:4px;
	font-size: 14px;
}
.segment_title.fontSizeTransfer {
	margin-top:12px;
	font-size: 13px;
}
.group_segment_type {
    float: left;
    width: 650px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.group_segment_type .segment_type {
    max-width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.group_segment_type .segment_title {
    width: 220px;
}
.segment_middle .edit_cancel{
	width:120px;
	margin:0px;
	margin-left:35px;
	float:left;
	display:inline;
}
.edit_cancel_voucher{
	width:180px;
	margin-left:35px;
	float:left;
	display:inline;
}

.segment_middle .pol_price{
	float:right;
	width:160px;
	margin-right:15px;
}
.segment_middle .pol_price_bd{
	float:right;
	width:110px;
	margin-right:15px;
}
.seg_prices{
	text-align:center;
	font-size:16pt;
	font-weight:bold;
	color:#33383c;
}
#buttons_wrapper{
	margin: 30px auto;
	width:670px;
	text-align: center;
	vertical-align: top;
	height: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
}

#what_now{
	color:#3B8FCF;
	font-size: 28px;
	padding-top:10px;
	font-weight: bold;
	width:100%;
	text-align: center;
}
#basket_add_new{
	margin-top:60px;
	text-align: center;
}
#basket_terms{
	text-align:justify;
	margin-top:10px;
	padding-left:20px;
	padding-right: 20px;
}
#basket_val{
	margin-top:20px;
	text-align: center;
}
.total_ag_net{
	padding-left:20px;
	font-size:12px;
	color:white;
	font-weight: bold;
	overflow:hidden;
}
.basket_button_big{
	font-size:22px;
	font-weight:bold;
	color:#33383c;

}
.basket_button_add_normal{
	font-size:12px;
	font-weight:bold;
	color:#33383c;

}

.total_big{
	padding-left:20px;
	font-size:18px;
	color:white;
	font-weight: bold;
	overflow:hidden;
}
.total_ag_net .total_right, .total_big .total_right{
	float:right;
	margin-right:40px;
}
.basket_box{
	width: 312px;
	margin-left: 20px;
	margin-bottom: 32px;
	position: relative;
	min-height: 176px;
	background-color: #DBDBDB;
	border: 2px solid #ffffff;
	border-radius: 16px;
	background: linear-gradient(#FEFEFE, #D9D9D9);
	background: -webkit-linear-gradient(#FEFEFE, #D9D9D9);
	background: -moz-linear-gradient(#FEFEFE, #D9D9D9);
	background: -o-linear-gradient(#FEFEFE, #D9D9D9);
	-webkit-box-shadow: 0px 0px 20px #848484;
	-moz-box-shadow: 0px 0px 20px #848484;
	box-shadow: 0px 0px 20px #848484;
}
.box_contents {
	margin-bottom: 64px;
}
.validate_basket_box {
	position: absolute;
	cursor: pointer;
	right: 8px;
	bottom: 16px;
}
.box_info {
	color: #FE1173;
}
.cb4x_mention {
	position: absolute;
	bottom: -12%;
	left: 0;
	right: 0;
	color: #888888;
}
.seg_prices .normal_text{
	font-size:12px;
	font-weight:normal;
	color:#33383c;
}
.segment_middle .seg_policy{
	float:left;
	width:560px;
	padding-top: 5px;
}
.segmentBrief > div,
.segmentPolicy > div {
	font-size:12px;
	color:#33383c;
	width:auto;
	overflow:hidden;
	padding-top:3px;
}
.seg_policy div span{
	font-weight:bold;
	float:left;
}
.seg_policy p{
	margin-left:200px;
	font-weight: normal;
}
.room_plan {
	overflow:hidden;
	padding:5px 0px 8px 10px;
}
.room_plan_trav{
	width:600px;
}
.segment_middle .seg_policy_bd{
	float:left;
	width:625px;
	border-left: 1px solid #DDDDDD;
	padding-left:20px;
	border-right: 1px solid #DDDDDD;
}

.seg_policy_bd div {
	font-size:12px;
	color:#33383c;
	width:auto;
	overflow:hidden;
	padding-top:3px;
}
.seg_policy_bd div span{
	font-weight:bold;
	float:left;
}
.seg_policy_bd p{
	margin-left:200px;
	font-weight: normal;
}
.popup_wrapper {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	z-index: 9999;
	background: url(../../img/logo/bg_load.png) repeat top left;
	top:0;
	left:0;
	font-size: 12px;
}
#please_wait {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
#pb {
	margin-left: 365px; 
	width:465px; 
	height: 109px;
}
* html #please_wait #offers {
	position: absolute;
}

* html #please_wait {
	position: absolute;
}
#please_wait #offers {
    padding-top: 229px;
    width: 859px;
	height:367px;
    margin: 0 auto;
}
.processing_title {
	padding: 5px;
}
#please_wait .gray {
	color: #c3c3c3;
}
.middle_button a {
	text-decoration: none;
	color:#fff;
}
.middle_button a:hover {
	text-decoration: underline;
}

#ui-datepicker-div { display: none; }

div#mybookings {
	float: right;
	margin: 40px 10px 15px 20px;
	width: 530px;
	list-style-type: none;
}
div#mybookingstop{
	background-color: #26408D;
	font-size: 17px;
	font-weight: bold;
	height: 33px;
	color:#FFFFFF;
	padding-top: 10px;
	padding-left: 27px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    -webkit-box-shadow: 3px 3px 10px #47525a;
	-moz-box-shadow: 3px 3px 10px #47525a;
	box-shadow: 3px 3px 10px #47525a;
}
div#mybookingsmiddle {
	background-color: #fff;
	font-size: 12px;
	font-weight: bold;
	color: #838383;
	height: 350px;
	width: 500px;
    padding: 0 10px 0 20px;
    -webkit-box-shadow: 3px 1px 10px #47525a;
	-moz-box-shadow: 3px 1px 10px #47525a;
	box-shadow: 3px 1px 10px #47525a;
}
#mybookingsinner {
	height: 100%;
	overflow-y: auto;
}
div#mybookingsmiddle table
{
	color:#535150;
	font-weight:normal;
}
div#mybookingsmiddle table tr
{
	border-bottom:1px solid #F3F3F3;
	border-top:1px solid #F3F3F3;
}
div#mybookingsmiddle table tr td
{
	border-bottom:1px solid #F3F3F3;
	border-top:1px solid #F3F3F3;
	border-right:1px solid #C0C5C9;
	border-left:0px;
}
div#mybookingsmiddle table tr.hov
{
	background-color:#EEEEEE;
	border-top:1px solid #EEEEEE;
	color:#2E83C9;
}
div#mybookingsmiddle table tr.hov td
{
	border-bottom:1px solid #E1E1E1;
	border-top:1px solid #E1E1E1;
}
div#mybookingsmiddle table tr td a
{
	font-size:12px;
	font-weight:normal;
	font-family:Arial;
	color:#535150;
}
div#mybookingsmiddle table tr.hov td a
{
	font-size:12px;
	font-family:Arial;
	color:#2E83C9;
}
.brdrgt {
	border-right: 1px solid #C0C5C9;
}

/*my account*/
/* my account - credit limit - start*/
.admin_limits{
	font-size: 13px;
	font-weight: bold;
	color: #424141;
	margin:20px 15px 20px 15px;
}
.admin_limit_footer {
	text-align: center;
	margin: 5px 0;
	float:left;	
	font-size:11px;
}
#rectangle_orange{
    width:35px;
    height:15px;
    background:#F9C385;
	float: left;
	margin-right:10px;
}
#rectangle_pink{
    width:35px;
    height:15px;
    background:#F2878D;
	float: left;
	margin-right:10px;
}
.admin_limit_arrow_left{
	color: #152439;
	font-size: 13px;
	font-weight: bold;
	float: left;
}
.admin_limit_triangle_left {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 11px 8px 0;
	border-color: transparent #152439 transparent transparent;
	float: left;
	margin-right: 5px;
}
.admin_limit_arrow_right {
	width: 125px;
	margin-left:5px;
	color: #152439;
	font-size: 13px;
	font-weight: bold;
	float: right;
}
.admin_header_div {
	font-size: 20px;
	width: 931px;
	margin-left: 15px;
	text-align: center;
	padding: 9px;
	border: 1px solid #000000;
}
.admin_table {
	width: 950px;
	margin-left: 15px;
	color: #000000;
	text-align: center;
    border-collapse: collapse;
	font-size: 14px;
 }
.admin_table td{
	padding: 8px;
	border: thin solid #000000;
}
.admin_table_tr_left {
	text-align: left;
}
.admin_limit_row_blue, .admin_limit_light_grey, .admin_limit_grey{
	height: 65px;
}
.admin_table_td_first_column{
	width:200px;
}
.admin_table_td_rest_column{
	width:52px;
}
.admin_table_td_pink {
	background-color: #f2878d;	
	color: white;
}
.admin_table_td_orange {
	background-color: #f9c385;	
	color: white;
}
.admin_table_td_first_column_footer {
	width: 200px;
	border: thin solid #ffffff !important;
	color: #000000;
	padding:0;
}
.admin_table_td_rest_column_footer {
	border: thin solid #ffffff !important;
	color: #000000;
	padding:0;
}
.admin_limit_triangle_right {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0px 8px 11px;
	border-color: transparent transparent transparent #152439;
	float: right;
	margin-left: 5px;
}
.current_month_stats {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	font-weight: bold;
	font-size: 12px;
}
.current_month_stats td {
	border: 1px solid #cccccc;
}
/* my account - credit limit - end */
.headacc_wrapper{
	margin: 0px;
	padding: 0 0 0 26px;
	width:1030px;
}

.header_account {
	background:url("../../img/icons/my_account.png") no-repeat scroll 0 0 transparent;
	padding : 0 0 0 48px;
	font-size: 19px;
	font-weight: normal;
}
#account_data {
	width:525px;
	float: left;
	margin:12px;

}
#account_pass {
	width:440px;
	float: left;
	margin: 12px 0;
}
#account_pass #pass_wrapper {
	border-left:1px solid #D9D9D9;
	padding-bottom: 15px;
}
.accorBannerWrapper {
	margin-bottom: 15px;
	
	margin-left: 30px;
}
ul#account_data_ul {
	margin-left:30px;
	padding-left:0px;
	width:545px;
	margin-bottom:10px;
}
ul#account_data_ul li {
	background:url("../../img/icons/list_my_account_hc.png") 0 8px no-repeat; /* change background em accordingly */
	padding:5px 0 5px 10px;
	list-style: none;
	display: inline-block;
}

ul#account_data_ul li .acc_left {
	float: left;
	width: 200px;
}
ul#account_data_ul li .acc_right {
	float: left;
	width: 312px;
}

#account_data_ul li .acc_left span{
	color: #555555;
	font-size: 12px;
	font-weight:bold;
}
#account_data_ul li .acc_right span{
	color: #2E83C9;
	font-size: 12px;
	font-weight:bold;
}


ul#account_form {
	margin-left:0;


}
ul#account_form li {
	padding:0;
	list-style: none;
}
ul#account_form li label {
	color: #555555;
	padding: 9px 0;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
ul#email_form {
	margin-left:0;
}
ul#email_form li {
	padding:0;
	list-style: none;
}
ul#email_form li label {
	color: #555555;
	padding: 9px 3px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
}
.account_send {
	padding-top: 15px;
}
.account_send .send_btn {
    width: 142px;
    height: 28px;
    display: inline-block;
    font-size: 18px;
}
.email_send {
	width: 106px;
	margin: 0 auto;
}
.btn_template_green {
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	background-color: #61D400;
	border: 1px solid #D0D0D0;
	border-radius: 20px;
	background: linear-gradient(#6FF900, #4DA300);
	background: -webkit-linear-gradient(#6FF900, #4DA300);
	background: -moz-linear-gradient(#6FF900, #4DA300);
	background: -o-linear-gradient(#6FF900, #4DA300);
}
.btn_template_red {
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	background-color: #920C0B;
	border: 1px solid #D0D0D0;
	border-radius: 20px;
	background: linear-gradient(#C41212, #580809);
	background: -webkit-linear-gradient(#C41212, #580809);
	background: -moz-linear-gradient(#C41212, #580809);
	background: -o-linear-gradient(#C41212, #580809);
}
.btn_template_blue {
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	background-color: #176492;
	border: 1px solid #D0D0D0;
	border-radius: 16px;
	background: linear-gradient(#228BCD, #0C4362);
	background: -webkit-linear-gradient(#228BCD, #0C4362);
	background: -moz-linear-gradient(#228BCD, #0C4362);
	background: -o-linear-gradient(#228BCD, #0C4362);
}
.account_send span.sent, .email_send span.sent, .saveUser, .cancelUserEdit, .saveMilesAndAct {
	width: 142px;
	height: 26px;
	display: inline-block;
    font-size: 18px;
    line-height: 26px;
}
#lostPass {
	width: 118px;
	height: 24px;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
}
.saveUser, .cancelUserEdit {
	width: 106px;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0;
}
.send_info_to_user{
	width: 206px;
    height: 42px;
    font-size: 14px;
    padding: 2px 12px;
    line-height: 20px;
}
.paymentValidate, .payment_cc_validate  {
	width: 106px;
	height: 27px;
	float: right;
	margin-right: 75px;
	margin-top: 30px;
	line-height: 27px;
}
.gfSubmit{
	cursor: pointer;
	margin: 10px 5px 20px 0;
	float: right;
	width: 290px;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
}
#pass_wrapper {
	padding-left: 50px;
}

#pass_wrapper .title h1{
	color: #2E83C9;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0;
}

.colorBlue{
	color:#26408D;
}
.underline{
	text-decoration:underline;
}
table.travelPolicies{
	border-color: gray;
	border-width: 1px;
	width:100%;
	border: 1px solid transparent;
}

table.travelPolicies tr td{
	padding: 5px;
}
#history_wrapper_bd{
	/*width:80%;*/
	margin:auto;
	text-align:center;
}
#history_wrapper_bd table {
	border:1px solid #ccc;
	border-collapse:collapse;
}
#invoices_wrapper_bd{
	padding-top:16px;
}
.underline{
	text-decoration:underline;
}

.title_br{
	font-size: 18px;
	font-weight: bold;
	color: #787878;
}

.title_no_br{
	font-size: 18px;
	font-weight: bold;
	color: #f90f8c;
}
.title_no_bd{
	font-size: 22px;
	font-weight: bold;
	color: #f90f8c;
}

.title_error_br{
	font-size: 18px;
	font-weight: bold;
	color: #C6273E;
}
.segments_br {
	width:100%;
	margin-top:15px;
}
.segments_br .selection{
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color:#0000EE;
}

.segments_br th{
	padding:10px;
	font-size: 12px;
	font-weight: bold;
	color:#33383c;
}

.segments_br .left_align{
	text-align: left;
}

.segments_br td{
	vertical-align: middle;
	text-align: right;
	padding: 20px 10px;
}

.desc_left_br{
	width:190px;
	float:left;
	font-size:12px;
	font-weight: bold;
	color:#33383c;
	text-align: left;
}

.desc_right_br{
	padding-left:5px;
	width:480px;
	float: left;
	font-size:12px;
	color:#33383c;
	text-align: left;
}
.copy_segment_br {
	width:50px;
	float: left;
	font-size:12px;
	font-weight: bold;
	color:#33383c;
	text-align: center;

}
.copy_segment_br .copy_segment{
	height:32px;
	width:38px;
	border:none;
	padding:0px;
	margin:0px 0 0 5px;
	float:left;
}
.addr_tel_br{
	font-size:11px;
	color:#787878;
	font-weight: bold;
}

.segments_br th, .segments_br td{
 	border-bottom:  1px solid #C0C5C9;
}
.clearfx
{
	width:100%;
	float:none;
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0;
}
.fixheight
{
	font-size:0px;
	line-height:0px;
}
#title_db{
	float:left;
	margin: 0 0 0 10px;
	padding-top: 5px;
}
#img_bd{
	float:left;
	width:28px;
}

#swich_pannels{
	padding-left:25%;
	background:url("../../img/logo/bkg-line.jpg") repeat-x;
}
#switch_panels_33{
	padding-left:33%;
	background:url("../../img/logo/bkg-line.jpg") repeat-x;
}
.db_pannel{
	text-align:center;
	padding:15px 0;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	width:160px;
	background:url("../../img/logo/bdt_m.png") repeat-x ;
}
.db_pannel_left{
	width:20px;
	height:40px;
	background:url("../../img/logo/bdt_l.png") no-repeat ;
}
.db_pannel_right{
	width:21px;
	height:40px;
	background:url("../../img/logo/bdt_r.png") no-repeat ;
}
.db_pannel_sep{
	width:2px;
	height:40px;
	background:url("../../img/logo/bdt_s.png") no-repeat ;
}
#history_wrapper_bd th {
	background:#ccc;
}

#history_wrapper_bd td, #history_wrapper_bd th {
	padding-left:15px;
	padding-right:15px;
	height:30px;
	text-align:left;
	width:200px;
}

.bd_th{
	font-size:12px;
	font-weight:bold;
	color:#33383c;
}

.db_pannel_gray{
	color:#555555;
}

.db_pannel_pink{
	color:#2B7EC5;
}
.segment_middle  .seg_voucher, .segments_br  .seg_voucher{
	position: relative;
	width:42px;
	height: 42px;
	background: url(../../img/logo/voucher_to_issue.png) no-repeat;
	margin-left: 5px;
	float:left;
	cursor: pointer;
}
.segment_middle  .seg_voucher_emitted, .segments_br  .seg_voucher_emitted{
	position: relative;
	width:42px;
	height: 42px;
	background: url(../../img/logo/voucher_emitted.png) no-repeat;
	margin-left: 5px;
	float:left;
	cursor: pointer;
	margin-top:2px;
}
.seg_voucher_label {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	font-size: 10px;
	text-align: center;
	color: #598913;
	top: 32px;
	line-height: 9px;
}
#segments_wrapper_bd .my_bookings_middle{
	height: 70px;
	min-height: 70px;
}
.insured_bd{
	margin:auto;
	margin-left: 180px;
	padding-top:25px;
}
.segments_failed_top_br{
	margin-top:15px;
	width:990px;
	height:13px;
	font-size:0px;
	background: url(../../img/logo/Failed_Booking_Top.png) no-repeat;
}

.segments_failed_middle_br{
	padding-left:15px;
	padding-right:15px;
	width:960px;
	background-color:#C62540;
	color:white;
	font-weight: bold;
}

.segments_failed_bottom_br{
	width:990px;
	height:13px;
	background: url(../../img/logo/Failed_Booking_Bottom.png) no-repeat;
	margin-bottom: 15px;
	font-size:0px;
}
.segments_success_top_br{
	margin-top:15px;
	width:990px;
	height:13px;
	background: url(../../img/logo/Booking_Top.png) no-repeat;
	font-size:0px;
}

.segments_success_middle_br{
	padding-left:15px;
	padding-right:15px;
	width:960px;
	background-color:#2C5BBB;
	color:white;
}

.segments_success_bottom_br{
	width:990px;
	height:13px;
	background: url(../../img/logo/Booking_Bottom.png) no-repeat;
	margin-bottom: 15px;
	font-size:0px;
}
.seg_status {
	display: table;
	width: 128px;
	height: 30px;
	color:#fff;
	float:right;
	font-size:11px;
	font-weight: bold;
	margin-top:6px;
	margin-right:2px;
	text-align:center;
	border-top-right-radius: 14px;
	border-bottom-left-radius: 14px;
}
.seg_status .seg_text {
	display: table-cell;
	vertical-align: middle;
}
.seg_status_CONF{
	background: #008000;
}

.seg_status_CANC, .seg_status_REJE{
	background: #C70F25;
}

.seg_status_TRAV{
	background: #2B7EC5;
}

.seg_status_REQU{
	background: #FD8602;
}

.red_alert{
	width:48px;
	height:48px;
	float:right;
	background: url(../../img/icons/exclamation.png) no-repeat;
}

.failed_bg{
	background-color: #f61000;
}

.failed_bg_duplicate{
	background-color: #FEB000;
}
.failed_bg .desc_left_br div:first-child {
    color: #fff;
}
.error_style_title{
	padding-left:50px;
	font-size: 22px;
	font-weight: bold;
	color: #33383c;
}
.error_style{
	margin:75px;
	font-size: 17px;
	font-weight: bold;
	color: #33383c;
}
.add_print_bd{
	width:376px;
	margin-top:15px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 5px;
	text-align: center;

}
.font_size_20 {
    font-size: 20px;
}
.align_center {
    text-align: center;
}
.align_right {
	text-align: right;
}
.booking_additional_values .additional_value_label{
	width:150px;
	padding-left:200px;
}
.account_additional_values{
  	width:700px;
	padding-left:0px;
}
.account_additional_values select {
	width:250px;
}
#mapholder.serch_error_add{
	width:auto;
	font-size: 22px;
	margin: 75px;
	font-weight: bold;
	color: #33383c;
}
#results_wrapper.serch_error_add{
	margin:75px;
	font-size: 22px;
	font-weight: bold;
	color: #33383c;
}


/*add to segment*/
/*              */
.add_to_segment_wrapper {
	position: relative;
	top: -8px;
	z-index: 99;
	background: #ffffff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow: 0px 4px 10px #47525a;
	-moz-box-shadow: 0px 4px 10px #47525a;
	box-shadow: 0px 4px 10px #47525a;
	padding: 8px;
}
.adding_text{
	color:#33383C;
	font-size: 11px;
	font-weight: bold;
}
.adding_pnr{
	color:#fa9801;
	font-size: 12px;
	font-weight: bold;
	cursor:pointer;
}
.adding_text_pnr{
	display: inline-block;
	vertical-align: middle;
}
.plus_ats_wrapper{
	width: 24px;
	vertical-align: middle;
	display: inline-block;
}
.table_row a{
	cursor: pointer;

}
.width_medium{
	margin:3px;
	width:190px
}

.superlogin{
	padding: 3px 5px;
	background-color: white;
	font-size: 14px;
	font-weight: bold;
	position:absolute;
	top: 7px;
	right: 62px;
	z-index:999;
}
.bt_box
{
	float:left;
	width:490px;
}
.demande_title{
	font-size:25px;
	font-weight:bold;
	color:#c4c2c3;
	padding-bottom: 20px;
}

.title_row_beh{
	color:#717272;
	font-size:10pt;
	font-weight: bold;
	background-color: #eceded;
	margin-top:20px;
	margin-bottom: 20px;
	line-height: 150%;
	padding: 2px;
}

.short_info_beh{

	float:left;
	width: 440px;
	height:130px;
	background-color: #fbfbfb;
	margin: 5px;
	padding: 5px;
}
.short_info_beh input{
	margin: 3px;
	margin-left: 15px;
}

.custom_hotel_info {
	height: auto;
}
.vc_send_info {
	margin-top: 8px;
}
.half_section {
	width: 212px;
	display: inline-block;
}
.half_section input {
	width: 145px;
}
.ex_book_bold {
	font-weight: bold;
	color: #555555;
}
.send_vc_to_hotel {
	padding: 16px 24px 0;
}
#send_vc_to_hotel {
	vertical-align: middle;
}
.h_wrapper_beh{
	margin-top:10px;
}

.label_bold_beh{
	padding-top:5px;
	color:#555555;
	font-size:12px;
	font-weight: bold;
	display: block;
	float: left;
	width:100px;

}
.label_beh{
	padding-top:5px;
	color:#555555;
	font-size:12px;
}

.hname_beh{
	width:290px;
}

.light_blue{
	color:#3B8FCF;
}

.tel_beh{
	float:left;
	width:230px;
}

.stars_beh{
	margin-left:20px;
	float:left;
	width:170px;
}

.stars_beh select{
	margin-left:25px;
}

.furn_item{
	float:left;
	width:33%;
	margin-top:10px;
	margin-bottom: 10px;
	text-align: center;
}

.furn_item input{
	margin-left:40px;
}

.dates_extra{
	width: 100%;
}
.dates_extra input{
	margin-left:40px;
}
.dates_extra select{
	margin-top: 5px;
}

#checkout_wrapper_extra{
	width:300px;
	padding-left: 16px;
}

#checkin_wrapper_extra{
	width:300px;
}

#rooms_no_wrapper_extra{
	width:142px;
}

#board_wrapper_extra{
	width:240px;
}

.room_detail_extra{
	width:980px;
	margin-top:20px;
	padding-top:10px;
	border-top: 1px dotted #F90F8C;
}
.bed_w_extra, .room_no_w_extra, .adults_w_beh, .children_w_beh, .room_type_beh, .more_info_w_beh {
	float: left;
}

.room_detail_extra .clear_travellers_names {
	float: right;
}
.room_detail_extra >.children_wrapper{
	float:right;
	width:160px;
	margin-right:400px;
	/*display:none;*/
}

#rooms_detail_wrapper_extra{
	width:100%;
}

.extra_pink{
	padding-top:5px;
	color:#f90f8c;
	font-weight: bold;
}
.bed_w_extra{
	padding-top:20px;
	width:12%;
}

.room_no_w_extra{
	padding-top:25px;
	width:12%;
}

.adults_w_beh{
	padding-top: 20px;
	width:12%;
}
.children_w_beh{
	padding-top: 20px;
	width:12%;
}
.room_type_beh {
	padding-top: 20px;
	width:15%;
}
.room_type_beh select {
	width: 80%;
}

.more_info_w_beh{
	padding-top: 20px;
	width:23%;
}
.label_bold_beh_wide{
	padding-top:5px;
	color:#555555;
	font-size:12px;
	font-weight: bold;
	display: block;
	float: left;
	width:200px;
}

.policy_count{
	margin-left:50px;
}

.policy_exceptional{
	margin-top:5px;
	margin-left: 40px;
}

.policy_exceptional span{
	padding-left: 10px;
	padding-right: 10px;
}

.slim_input{
	width:40px;
}
.prices_beh label {
	padding-left: 30px;
	padding-right: 10px;
}
.prices_beh .txt_spacing {
	padding-left: 30px;
	padding-right: 10px;
}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }

.no-close .ui-dialog-titlebar-close {
    display: none;
}
.center_text{
	margin-top:10px;
	text-align: center;
}

.appelation_row{
	display: none;
}


.gq-header, .gq-bottom{
	height:44px;
}

.gq-top-left{
	background: url(../../img/logo/gq_top-left.png) no-repeat;
	float:left;
	width:20px;
	height:44px;
}
.gq-top-middle{
	background: url(../../img/logo/gq_top-middle.png) repeat-x;
	float:left;
	width:962px;
	height:34px;
	padding-top: 10px;
}
.gq-top-middle span{
	font-size: 18px;
	font-weight: bold;
}
.gq-top-right{
	background: url(../../img/logo/gq_top-right.png) no-repeat;
	float:left;
	width:20px;
	height:44px;
}

.gq-middle-left{
	background: url(../../img/logo/gq_middle-left.png) repeat-y;
	float:left;
	width:20px;
}
.gq-middle-middle{
	float:left;
	padding-left:24px;
	width:952px;
	padding-top: 5px;
}
.gq-middle-left{
	background: url(../../img/logo/gq_middle-right.png) repeat-y;
	float:left;
	width:20px;
}
.gq-middle{
	display: inline-block;
	background: url(../../img/logo/agent_pax_middle.png) repeat-y;
	width:1002px;
}


.gq-bottom-left{
	background: url(../../img/logo/gq_bottom-left.png) no-repeat;
	float:left;
	width:20px;
	height:20px;
}
.gq-bottom-middle{
	background: url(../../img/logo/gq_bottom-center.png) repeat-x;
	float:left;
	width:962px;
	height:20px;
}
.gq-bottom-right{
	background: url(../../img/logo/gq_bottom-right.png) no-repeat;
	float:left;
	width:20px;
	height:20px;
}

.gq-middle-middle input
{
	margin: 3px 3px 3px 15px;
}
.gq-middle-middle .col1-4 input,
.uic-main-content .col1-4 input {
	width: 92%;
	margin: 3px 0;
}
#book_ex_hotel_wrapper .gq-middle-middle .col1-4,
#book_transfer_wrapper .gq-middle-middle .col1-4,
#change_hotel_wrapper .gq-middle-middle .col1-4,
.uic-main-content .col1-4 {
	width: 25%;
}
.gq-middle-middle select
{
	margin: 3px 3px 3px 15px;
}
.gq_label_description {
	width:184px;
}
.gq-middle-middle .col1-2{
	width:49%;
	float:left;
	padding-top: 3px;
}
.gq-middle-middle .col1-3{
	width:32%;
	float:left;
	padding-top: 3px;
}
.gq-middle-middle .col1-4,
.uic-main-content .col1-4 {
	width:24%;
	float:left;
	padding-top: 3px;
}
.gq-middle-middle .col1-5{
	width:19%;
	float:left;
	padding-top: 3px;
}
.gq-middle-middle .col1-6{
	width:16%;
	float:left;
	padding-top: 3px;
}
.gq_label_bold_beh {
	color:#555555;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	width:60px;
}

#miles_attack {
	background: url("../../img/logo/banner_miles.jpg") no-repeat scroll center center transparent;
	height: 100px;
	margin: 0 auto;
	padding: 31px;
	width: 990px;
}
.miles_code{
	width: 300px;
	margin-left: 600px;
}
.miles_code_text{
	font-size: 11px;
	color:#33383C;
	font-weight: bold;
}
#miles_value, #miles_value_no_insurance{
	font-size:16px;
	font-weight: bold;
	color: #f80e81;
}
#miles_attack .miles_code .miles_code_text {
    color: #000000;
    display: block;
    font-size: 14px;
	font-weight:normal;
}
#miles_attack .miles_code .miles_info .miles_code_text {
	font-size: 12px;
}
.miles_code > input {
	border: 0 none;
	display: block;
	padding: 4px 8px;
	margin: 8px 0;
	width: 136px;
}
.italic{
	font-style: italic;
}

.miles_code_text a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

#articleContainer p{
	line-height:250%
}
.children_w_beh{
	/*display: none;*/
	padding-top: 20px;
	width:12%;
}
.position_relative{
position:relative;
}
.short_info_bt{
	float:left;
	width: 440px;
	height:100px;
	background-color: #fbfbfb;
	margin: 5px;
	padding: 5px;
	padding-top: 15px;
}
.short_info_cr{
	float:left;
	width: 440px;
	background-color: #fbfbfb;
	margin: 5px;
	padding: 5px;
	padding-top: 15px;
}
.tranfer_info{
	padding: 20px 20px 20px 0;
}

.date_info_bt{
	float: left;
	width: 360px;
}

.label_bold_bt{
	color:#555555;
	float:left;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	padding-right: 10px;
}
/* fixed width label*/
.fwl{
	display:block;
	width:90px;
	float:left;
}

.meeting_point_wrapper{
	margin-bottom: 10px;
}
.adults_bt{
	float:left;
	width: 150px;
	margin-top: 5px;
}
.children_bt{
	/*display:none;*/
	float:left;
	width: 150px;
	margin-top: 5px;
}

.luggage_bt{
	margin-left:10px;
	float:left;
	width: 350px;
	margin-top: 5px;
}

#pickup_airport{
	margin-left: 10px;
}

#drop_off_airport{
	margin-left: 10px;
}

.mandatory_bt{
	float:left;
	color:#C4C2C3;
	font-size:11px;
	margin-top: 50px;
}
.gq-top-middle span.title_bt{
	font-size:16px;
	font-weight: bold;
	color:#33383C;
}

#people_table_bt label{
	padding-left: 15px;
	color:#33383C;
	font-size:12px;
	float:left;
	margin-top:8px;
}
.bt_box label{
	color:#33383C;
	font-size:12px;
	float:left;
}
#people_table_bt span.pink{
	float:left;
	margin-top:8px;
}
.bt-header, .bt-bottom{
	height:44px;
	margin-left:3px;
}
.bt-top-left{
	background: url(../../img/logo/gq_top-left.png) no-repeat;
	float:left;
	width:20px;
	height:44px;
}
.bt-top-middle{
	background: url(../../img/logo/gq_top-middle.png) repeat-x;
	float:left;
	width:444px;
	height:34px;
	padding-top: 10px;
	line-height: 2em;
}
.bt-top-middle span{
	font-size: 18px;
	font-weight: bold;
}
.bt-top-right{
	background: url(../../img/logo/gq_top-right.png) no-repeat;
	float:left;
	width:20px;
	height:44px;
}

.bt-middle-left{
	background: url(../../img/logo/gq_middle-left.png) repeat-y;
	float:left;
	width:20px;
}
.bt-middle-middle{
	float:left;
	padding-left:24px;
	width:460px;
	padding-top: 5px;
}
.bt-middle-left{
	background: url(../../img/logo/gq_middle-right.png) repeat-y;
	float:left;
	width:20px;
}
.bt-middle{

	display: inline-block;
	background: url(../../img/logo/agent_pax_middle_01.png) repeat-y;
	width:490px;
}


.bt-bottom-left{
	background: url(../../img/logo/gq_bottom-left.png) no-repeat;
	float:left;
	width:20px;
	height:20px;
}
.bt-bottom-middle{
	background: url(../../img/logo/gq_bottom-center.png) repeat-x;
	float:left;
	width:444px;
	height:20px;
}
.bt-bottom-right{
	background: url(../../img/logo/gq_bottom-right.png) no-repeat;
	float:left;
	width:20px;
	height:20px;
}
.title_big_bt{
	color: #555555;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.bt-top-middle span.small_header_bt{
	font-size:12px;
	color: #33383C;
	font-weight: normal;
}
.label_bt{
	display:block;
	float:left;
	width:125px;
	padding-top: 5px;
	padding-right:5px;

}
.bt-middle-middle input{
	margin-bottom: 5px;
}
.bt-middle-middle select{
	margin-bottom: 5px;
}

.special_bt{
	font-size: 12px;
	font-weight: bold;
	color:#f90f8c;
}

.meet_drop_wrapper .bt-middle-middle{
	min-height: 150px;
	padding-top: 15px;
	width:460px;
}
.prebook_info {
	width: 450px;
}
.prebook_obs {
	padding: 0 15px 16px;
}
.myAccRounded_top{
	background: url(../../img/logo/bg_top_my_acc.png) no-repeat;
	width:1096px;
	height:45px;
}

#pageTitle{
	color:#555555;
	font-size:19px;
	font-weight: bold;
}

#pageDescription{
	padding:50px;
	color:#33383C;
	font-size:12px;
	font-weight: bold;
}

.segment_failed_desc{
	margin-top:10px;
	color: white;
	float:left;
}

.desc_right_br_left{
	float:left;
	width:450px;
}

.desc_right_br_right{
	float: right;
	width:50px;
}
#submit_login {
	border: none;
	width:124px;
	height:25px;
	padding:0px;
	margin:0px;
}
#pageTitle_br{
	color:#555555;
	font-size:12px;
	font-weight: bold;
}
.margintop12{
	margin-top: 12px;
}
.width_big{
	width: 450px;
}

.special_request_title{
    color: #555555;
    font-size: 19px;
    font-weight: bold;
}

.special_options_wrapper{
    margin-bottom: 15px;

}
.special_options_wrapper input{
    margin-left: 30px;
    margin-right: 5px;

}
.label_change_booking{
    width: 180px;
    display: block;
    float: left;
}
.short_info_bt_row {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#book_ex_hotel_wrapper .travellers_wrapper{
    width:600px;
}

#change_hotel_wrapper .travellers_wrapper{

    width:32%;
    float:left;
}

.meet_quote{
    float:left;
    margin-right:15px;
}
.drop_quote{
    float:left;
    width:32%;
    margin-right:15px;
}
.red_lien {
	color:#FF0000 !important;;
}
.tp_country{
	width:150px;
	float:left;
}
.tp_city{
	width:250px;
	float:left;
}
#choose_payment{
    position:relative;
	padding: 40px 0px;
	text-align: center;
}
#map_legend{
    position:relative;
	overflow: hidden;
	height:55px;
}
.relative{
    position: relative;
}

.fltrt{
	float:right;
}

.fltlft{
	float:left;
}
#search_
{
	float: left;
	width: 480px;
	position: relative;
    margin: 5px;
}
.search_tabs_bottom {
    position: absolute;
    width: 100%;
    height: 15px;
    top: 15px;
}
#hotel .search_tabs_bottom{
	background-color: #26408D;
}
.search_tabs {
    height: 30px;
}
.tab {
    height: 100%;
    position: relative;
}
.tabs_center {
    height: 100%;
    position: relative;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-align: center;
    background-color: #64C2DB;
    padding-right: 15px;
    padding-left: 20px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.tab:last-of-type .tabs_center, .tab:first-of-type.active .tabs_center {
    padding-right: 25px;
}
.tab:first-of-type .tabs_center {
    padding-left: 25px;
}
.tab.active .tabs_center {
    height: 35px;
    margin-top: -5px;
	font-size: 18px;
    border-top-right-radius: 22px;
}

.tabs_center.car_rentalColor,
#car_rental #middle_pannel,
#car_rental.active .search_tabs_bottom,
#car_rental .search_tabs_bottom_last{
	background-color: #0096d9;
}
.tab.active .search_tabs_bottom {
    background-color: #26408D;
}
.tab.active .tabs_center .tabText {
    padding-top: 10px!important;
} 
.tab .tabs_center .tabText {
    cursor: pointer;
	padding-top: 5px;
}
.my_acc_tab_area{
	background-color: #eaeaea;
	height: 40px;
	border-bottom:  1px solid #dddddd;
}

.my_acc_tab_area_wrapper{
	display: block;
    width: 1028px;
}
/****
		STYLES FOR TRANSFER
***/

#transfer .transferCitySearch, #activity_search{
	width:409px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#transfer #pannel_mc_transfer{
	height:100%;
	width:415px;
	margin: auto;
}

#transfer .tpick{
	float:left;
	width:185px;
}

#transfer .tdrop{
	float:right;
	width:185px;
}

#transfer #tpickType{
	margin-top: 3px;
}
#transfer #tdropType{
	margin-top: 3px;
}

.tpickDropWidth{
	width: 185px;
}


#transfer input.tpickDropWidthControl {
	margin-top: 3px;
	width: 180px;
}

#transfer select.tpickDropWidthControl {
	margin-top: 3px;
	width: 185px;
}

.transfer_travel_type_wrapper .roundtrip{
	float:left;
	width:50%;
}

.transfer_travel_type_wrapper .oneway{
	float:right;
	width:50%;
}

.transfer_dates_wrapper .tour{
	float:left;
	width:50%;
}

.transfer_dates_wrapper .retour{
	float:right;
	width:50%;
}
#transfer .dtpicker{
	width:100px;
}
#transfer .transfer_dates_wrapper{
	margin-top:10px;
}

#transfer hour_min_dropdown{
	width:40px;
	margin-right:5px;
}

#transfer #tour_flight,#retour_flight{
	margin-top:5px;
}

#transfer #transfer_retour_date{
	margin-right: 3px;
}

#transfer #transfer_tour_date{
	margin-right: 3px;
}

.people_count .transfer_adults_count{
	float:left;
	width:50%;
}

.people_count .transfer_children_count{
	float:right;
	width:50%;
}

#transfer_children_wrapper div{
	padding-top: 5px;
}

#transfer_submit_wrapper{
	margin-top: 15px;
	text-align: center;
}

/*
	my Account styles
*/

.myAccTab{
	padding-top: 15px;
	float:left;
	margin-left: 5px;
	cursor: pointer;
}
.myAccTabMiddle {
    height: 20px;
    width: auto;
    padding: 5px 10px 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #DFDFDF;
	background: linear-gradient(#FBFBFB, #DFDFDF);
	background: -webkit-linear-gradient(#FBFBFB, #DFDFDF);
	background: -moz-linear-gradient(#FBFBFB, #DFDFDF);
	background: -o-linear-gradient(#FBFBFB, #DFDFDF);
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 5px #B7B7B7;
	-moz-box-shadow:    0px 0px 5px #B7B7B7;
	box-shadow:         0px 0px 5px #B7B7B7;
    border-bottom: 1px solid #FBFBFB;
}
.myAccTabMiddleSel {
    height: 20px;
    width: auto;
    padding: 5px 10px 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-weight: bold;
    color: white;
    background-color: #104264;
	background: linear-gradient(#268CCE, #104264);
	background: -webkit-linear-gradient(#268CCE, #104264);
	background: -moz-linear-gradient(#268CCE, #104264);
	background: -o-linear-gradient(#268CCE, #104264);
    border: 1px solid #268CCE;
    border-bottom: none;
}
.myAccTabMiddle a {
    color: black;
}
.myAccTabMiddleSel a {
    color: white;
}

.my_account_title{
	padding-bottom: 15px;
	padding-top: 20px;
	font-size: 18px;
	color: black;
	font-weight: bold;
}
#additional_fields_wrapper{
	margin-top: 10px;
	padding-top: 30px;
	padding-left: 40px;
}

#emails_wrapper {
	margin-left: 35px;
}

.gray_top_left{
	float: left;
	background: url(../../img/logo/transfer_result_top_left.jpg) no-repeat;
	width: 12px;
	height: 55px;
}

.gray_top_middle{
	width:965px;
	float:left;
	height: 55px;
	background: url(../../img/logo/transfer_result_top_middle.jpg) repeat-x;
}

.gray_top_right{
	float: left;
	background: url(../../img/logo/transfer_result_top_right.jpg) no-repeat;
	width: 12px;
	height: 55px;
}

.gray_top{
	margin-bottom: 5px;
}
.hotel-desc #text_transfer_locations_and_dates{
	color: #26408D;
	float: left;
	margin: 0 0 0 8px;
	max-width: 670px;
}

#text_transfer_locations_and_dates {
    color:#26408D;
	float:left;
	max-width: 800px;
	position: relative;
	padding-top: 5px;
	line-height: normal;
}

#text_transfer_locations_and_dates p{
	font-size: 18px;
	color: #26408D;
}

#text_transfer_locations_and_dates span{
	color: #26408D;
	font-weight: normal;
	font-size: 12px;
}

.bold{
	font-weight: bold;
}

.fs12{
	font-size: 12px;
}
.fs16 {
	font-size: 16px !important;
}
.fs18{
	font-size: 18px !important;
}
.transfer_res_description{
	padding-left: 35px;
	width:250px;
	float:left;
	padding-right: 16px;
	vertical-align:middle;
	color: black;
	padding-top:5px;
	font-size: 12px;
}


.transfer_off_tour_retour{
	float:left;
	width:65px;
	font-size: 10px;
	font-weight: bold;
}

.transfer_off_time{
	float:left;
	width:80px;
}

.transfer_off_car_type{
	float:left;
	width:130px;
}

.transfer_off_max_people{
	float:left;
	width:80px;
}
.transfer_off_facilities {
	float: left;
	width: 80px;
	height: 20px;
	padding: 2px 0;
	cursor: pointer;
}
.transfer_off_facility {
	background: url(../../img/icons/bullet.png) no-repeat;
	background-position: center left;
	background-size: 6px 6px;
	padding: 0 10px;
}
.transfer_off_max_stops {
	width: 80px;
}
.transfer_off_max_waiting_time {
	float: left;
	width: 90px;
}
.transfer_facility_bubble .facility_bubble_middle {
	text-align: left;
}
.transfer_off_max_luggage{
	float:left;
	width:70px;
}

.transfer_off_price_tour_retour{
	float:left;
	width:60px;
}

.transfer_off_total_price{
	float:left;
}

.transfer_off_book{
	float: left;
	width: 90px;
	margin-left:10px;
}

.transfer_offer_wrapper{
	padding-top: 5px;
	float:left;
}

.transfer_offers_wrapper{
	float:left;
}

.transfer_tour_retour_wrapper{
	float:left;
	font-size: 10px;
	font-weight: bold;
	color: black;
}

.modify_your_search_closed #trigger_new_search, #new_search .new_search_closed_en {
	background: url(../../img/logo/icon_search_closed.png) no-repeat right;
}
.modify_your_search_open #trigger_new_search, #new_search .new_search_open_en {
	background: url(../../img/logo/icon_search_open.png) no-repeat right;
}
#trigger_new_search{
    padding-right: 22px;
	cursor: pointer;
}

.transfer_travellers_title{
	color: #A2A2A2;
	font-weight: bold;
	font-size: 16px;
	float:left;
}

.cancel_policy_wrapper{
	margin-left: 360px;
}

.cancel_policy_wrapper span.pink{
	font-weight: bold;
}

#transfer_incomplete_form{
	z-index: 1000;
}

.new_segment_form {
	z-index: 100;
}
.new_sg_wrapper {
	width: 140px;
	display: inline-block;
}
/*
new map search
*/
.error_message{
	width:auto;
	font-size: 18px;
	margin: 100px 75px;
	font-weight: bold;
	color: #33383c;
}
.show_hide_map{
	color:#33383C;
	font-weight: bold;
	width: 169px;
	float: left;
	padding: 12px 0 0 0;
	margin-top: 5px;
}
.show_hide_map .map_icon,.showHideCovidInfo .map_icon {
    width: 25px;
    height: 30px;
    background: url(../../img/hcorpo/icons/map_pin.png) no-repeat;
}
#hide_map, #show_map{
    padding-top: 10px;
	cursor: pointer;
    font-size: 14px;
}
.map_bubble{
    position: absolute;
}
.map_bubble #close_bubble{
    background: url(../../img/hcorpo/map_bubble_close.png) no-repeat top left;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 0px;
}
.map_bubble .hotel_name{
    margin-top:0px;
    padding-top:12px;
    padding-left:0px;
    width: 265px;
    height: 15px;
    overflow: hidden;
}
.map_bubble .result_stars{
	background-color: #FFFFFF;
	float: none;
}
.map_bubble .result_stars img{
	height: 15px;
}
.map_bubble .details_left{
	height: auto;
	margin-right:0px;
}
.map_bubble .res_image{
	width: 105px;
}
.map_bubble .img_holder{
	height: 70px;
}
.map_bubble .img_holder img{
	width: 105px;
}
.map_bubble .links{
	text-align: center;
}
.map_bubble .addr_facilities{
    width: 155px;
    padding:5px 0 5px 3px;
}
.map_bubble .address{
	height: 30px;
	overflow: hidden;
}
.map_bubble .res_facilities{
    overflow: hidden;
    margin-top: 2px;
}
.map_bubble .distance{
	padding: 0px;
}
.map_bubble .short_details{
	font-size:12px;
	font-weight:normal;
}
.map_bubble .show_offers{
	margin-top: 5px;
}
.map_bubble #show_offers{
	width: 200px;
	height: 18px;
	color: #FFFFFF;
	text-align: center;
	margin:0 auto;
	cursor: pointer;
	line-height: 18px;
	color: #ffffff;
	background-color: #3C7BCE;
	border: 0px;
	background: linear-gradient(#51A7E7, #2A56B8);
	background: -webkit-linear-gradient(#51A7E7, #2A56B8);
	background: -moz-linear-gradient(#51A7E7, #2A56B8);
	background: -o-linear-gradient(#51A7E7, #2A56B8);
}
.map_res_green{
	font-size:14px;
	font-weight:bold;
	color:#67a619;
	cursor: pointer;
	position: relative;
	margin:5px 0px 5px 0px;
	overflow:hidden;
}

.map_res_blue{
	font-size:14px;
	font-weight:bold;
	color:#0086c6;
	cursor: pointer;
	position: relative;
	margin:5px 0px 5px 0px;
	overflow:hidden;
}

.map_res_blue:hover, .map_res_green:hover{
	color: #67a619;
}

.map_res_price{
	font-size:12px;
	font-weight:normal;
}

.map_res_short_details{
	font-size:12px;
	font-weight:normal;
	border: 1px solid;
	background-color: #FFFFFF;
	position: absolute;
	z-index:1000;
	top: 10px;
	left: 50px;
	padding: 2px;
}

.map_ht_ngl{
	font-size:12px;
	font-weight:normal;
	color: #888888;
}

.map_ht_ngl_so{
	background:url(../../img/hcorpo/map_popup_button.png) no-repeat top left;
	height: 20px;
	color: #FFFFFF;
	padding-left: 9px;
	cursor: pointer;
	font-weight:normal;
}
#mapholder{
	z-index:100;
	width:450px;
	height: 385px;
	float:left;
	display:inline;
}
.ht_negotiated{
	color:#5287CA;
	font-weight:bold;
}
.ht_recommended{
	color:#0D4284;
	font-weight:bold;
}
#resuslts_map_list{
	float:left;
	margin-left:5px;
	width:310px;
}

.extra_cnt{
	width:70px;
}

.extra_cnt_flg{
	width:47px;
}
.negotiated_rate{
	font-size:12px;
	font-style: italic;
	font-weight: normal;
	color: #3B8FCF;
}
.no_policy_match{
	font-size:12px;
	font-style: italic;
	font-weight: normal;
}

.outside_tp{
	background:url(../../img/hcorpo/out_tp.png) no-repeat top left;
	color:#F88E21;
	margin-left: 8px;
    padding-left: 22px;
}

.filter_label {
	font-size: 12px;
	font-weight: normal;
}
#filter_travel_policy {
	background: url(../../img/hcorpo/out_tp.png) no-repeat top left;
	padding-left: 22px;
	font-weight: bold;
}
.colorLightOrange{
	color:#F88E21;
}
.trav_hotel{
	display: block;
	padding-top: 5px;
}
.transfer_search_form_close{
	position:relative;
	top:30px;
	left:450px;
	cursor: pointer;
}
.travel_policy{
	color:#ff9900;
}
.bar_class{
	float: right;
	font-size: 16px;
}

.no_additional_fields{
	margin: 50px;
    color: #565553;
    font-size: 12px;
    font-weight: bold;
}

.edit_additional_fields{
    color: #565553;
    font-size: 12px;
    font-weight: bold;
}
.look_no_book_button{
	padding: 25px;
	font-weight: bold;
}
.msg404{
	padding: 50px;
	font-size: 14px;
	font-weight: bold;
	color: #33383C;
}

.price_pp{
	font-size:10px;
	color: #3B8FCF;
	font-weight:bold;
}
.addTransferToFrom{
	float:right;
	font-size: 12px;
	font-weight: bold;
	padding-top: 12px;
	color: #33383C;
	margin-right: 10px;
}
.chooseCompany{
	width: 584px;
	background: url(../../img/hcorpo/1-home.png) no-repeat;
}
#choose_company_wrapper{
	text-align:center;
	color:white;
	font-size:14px;
	font-weight:bold;
}
.chooseCompany_info{
	color: #26408D;
	font-size: 15px;
	font-weight: bold;
	width:495px;
	text-align: center;
	margin:50px 0 0 40px;
}

.dropWrapper{
	margin: 25px 20px 0 20px;
	text-align: center;
	height:25px;
}

.managedCompaniesSelect {
	width: 270px;
    color: #fff;
    background-color: #26408D;
    border: none;
}

.chooseCompanyLabel{    
	font-size: 13px;
	font-weight: bold;
	color: #26408D;
	margin-right: 25px;
}
#admin_right_menu, #right_menu {
	position: relative;
	z-index: 99;
	float: right;
	padding: 4px 0 8px 0;
	margin-right: 44px;
}
#admin_right_menu #right_menu_content {
	width: 362px;
}
#right_menu #right_menu_content {
	width: 304px;
}
#admin_right_menu .card_lang {
	font-size: 11px;
	text-decoration: underline;
	font-weight:bold;
	padding-left: 5px;
}
#admin_right_menu #card_welcome {
    font-weight: normal;
    margin-bottom: 10px;
}
#admin_right_menu #card_welcome .wel{
	font-size: 12px;
	padding-right: 8px;
}
#admin_right_menu #card_welcome .wel:first-of-type {
    font-weight: bold;
}
#right_menu #card_welcome {
    font-weight: bold;
    font-size: 12px;
}
#right_menu_content {
	padding: 10px 8px 15px;
	height: 106px;
    color: #26408D;
	border: 1px solid #4d97c5;
	border-radius: 10px;
	background-color: #fff;
    font-weight: bold;
}

.managedCompaniesSelectTop{
	font-size: 11px;
	width:155px;
	color: #fff;
    background-color: #26408D;
    border: none;
}
.otherAction {
	width: 164px;
	height: 18px;
	color: #FFFFFF;
    font-size: 13px;
    text-align: left;
    margin-top: 20px;
	padding: 4px 0px 3px 10px;
	float: left;
	position: relative;
	cursor: pointer;
	line-height: 16px;
	border-radius: 10px;
	background-color: #4389D6;
	background: linear-gradient(#50A5E6, #2B58B9);
	background: -webkit-linear-gradient(#50A5E6, #2B58B9);
	background: -moz-linear-gradient(#50A5E6, #2B58B9);
	background: -o-linear-gradient(#50A5E6, #2B58B9);
}
.otherAction .other_action_arrow {
	background: url(../../img/icons/rarrow.png) no-repeat 96% center;
}
.chooseActionTo{
	top:0px;
	left:180px;
	position:absolute;
	float:left;
	z-index:10;
}
.chooseActionTop{
	background: url(../../img/logo/choose_action_top.png) no-repeat;
	height:20px;
	width:314px;
}
.chooseActionBottom{
	background: url(../../img/logo/choose_action_bottom.png) no-repeat;
	height:20px;
	width:314px;
}
.middle{
	background: url(../../img/logo/choose_action_middle.png) repeat;
	width:314px;
	color: #4A4A4A;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}
.duplicate {
	background: url(../../img/logo/duplicate.png) no-repeat;
	margin:0 0 5px 20px;
	height:23px;
	display:inline-block;
	padding: 10px 0 5px 45px;
	border-bottom:1px solid #4A4A4A;
	width: 220px;
	cursor:pointer;
}
.add_activity {
	background: url(../../img/icons/activities_ticket.png) no-repeat;
	margin:0 0 5px 20px;
	height:23px;
	display:inline-block;
	padding: 10px 0 5px 45px;
	border-bottom:1px solid #4A4A4A;
	width: 220px;
	cursor:pointer;
}
.invoice_button {
	background: url(../../img/icons/invoice.png) no-repeat;
	margin:0 0 5px 20px;
	height:23px;
	display:inline-block;
	padding: 10px 0 5px 45px;
	border-bottom:1px solid #4A4A4A;
	width: 220px;
	cursor:pointer;
}
.copy_segment {
	background: url(../../img/logo/copy_segment.png) no-repeat;
	margin:0 0 5px 20px;
	height:23px;
	display:inline-block;
	padding: 10px 0 5px 45px;
	border-bottom:1px solid #4A4A4A;
	width: 220px;
	cursor:pointer;
}
.calendar{
	background: url(../../img/logo/to_calendar.png) no-repeat;
	margin:0 0 5px 20px;
	height:23px;
	display:inline-block;
	padding: 10px 0 5px 45px;
	width: 220px;
	cursor:pointer;
	border-bottom:1px solid #4A4A4A;
}

#copySegmentPassifContent .copySegmentContent {
	margin:0px auto;
	width: 718px;
}
* html #copySegmentPassifContent {
	position: absolute;
}
.copySegmentContentTop{
	background: url(../../img/logo/copy-segment-passif-top.png) no-repeat;
    width: 718px;
	height:21px;
	font-size: 17px;
    font-weight: bold;
    padding-left: 40px;
    padding-top: 25px;
	color: #4A4A4A;
}
.copySegmentContentBottom{
	background: url(../../img/logo/copy-segment-passif-bottom.png) no-repeat;
	height: 46px;
    width: 718px;
}
.copySegmentContentMiddle{
	background: url(../../img/logo/copy-segment-passif-middle.png) repeat;
	color: #4A4A4A;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    width: 718px;
}
.segmentPassifContent{
	padding:15px 40px 0px 40px;
	overflow:hidden;
}
.segmentPassifContent p{
	padding:0 0 10px 0px;
}
.buttonCopySegment {
	color: #fff;
	text-align: center;
	background: url(../../img/logo/button-copy-seg-pass.png) no-repeat;
	width:96px;
	height:26px;
	font-size: 14px;
    padding-top: 5px;
}
.firstContent{

	width:600px
}
.firstContent .label{
	font-size: 14px;
    font-weight: bold;
}
.firstContent textarea{
	width:600px;
	height:50px;
	text-decoration:none;
	font-size:12px;
	padding:10px;
	resize:none;
}
.firstContent.second{
	float:right;
}
.closeSegmentContent{
	cursor: pointer;
    left: 685px;
    position: relative;
	width: 28px;
	height: 28px;
	top:35px;
}

#map_gq_wrapper{
	float: right;
	width: 275px;
	height: 125px;
}

#map_gq_holder{
	width: 275px;
	height: 125px;
}

.administration_title{
	background:url("../../img/icons/admin-icon.png") no-repeat scroll 0 0 transparent;
	padding : 0 0 0 48px;
	font-weight: normal;
	font-size: 20px;
	color: #3A8DC0;
}
.headacc_wrapper .iconwrapper {
	float: left;
	margin-left: 10px;
}
.my_acc_tab_area a{
	text-decoration: none;
}

.admin_general_info_title{
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #424141;
}

.wrapperInfo{
	margin-left: 160px;
	font-size: 16px;
}

.adminInfoLabel{
	width: 220px;
	float: left;
	color: #555555;
}

.adminInfoValue{
	float: left;
	color: #1e7db8;
}

div.wrapperInfo>div{
	margin-bottom: 5px;
}

.infousers{
	margin-left: 70px;
	margin-bottom: 5px;
	width: 890px;
}
.usersTableWrapper{
}
.usersTableTop{
	background: url(../../img/hcorpo/table-top.png) no-repeat;
	width: 1000px;
	height: 42px;
    background-size: cover;
}
.usersTableMiddle{
	background: url(../../img/hcorpo/table-middle.png) repeat-y;
	width: 1000px;
    background-size: 1000px;
}
.usersTableBottom{
	background: url(../../img/hcorpo/table-bottom.png) no-repeat;
	width: 1000px;
	height: 42px;
    background-size: cover;

}
table#users{
	background-color: #DDDDDD;
	margin: 1px 0px 0 18px;
	width:963px;
}

#users th{
	background: url(../../img/hcorpo/table-top-gradient.jpg) repeat-x;
	height: 27px;
	cursor: pointer;
	color: #0568a9;
    background-size: auto 100%;
}

table#users td{
	height: 38px;
	background-color: white;
	text-align: center;
	color:#545454;
	max-width:200px;
	word-wrap: break-word;
}
.sort_users{
	height: 24px;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
}
.sort_users_desc{
	height: 24px;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
}
.sortDirection {
    float: right;
    width: 14px!important;
    height: 23px;
    border: 1px solid #B5D5FA;
}
.sort_users .sortDirection {
    background: url(../../img/icons/adminArrowDown.png) no-repeat center center;
}
.sort_users_desc .sortDirection {
    background: url(../../img/icons/adminArrowUp.png) no-repeat center center;
}

.adminUserSearch{
	width: 200px;
}

.userSearch{
	float: left;

}
.exportUsers{
	width: 230px;
	height: 60px;
	cursor: pointer;
	margin: auto;
    background-color: #ddd;
    background: linear-gradient(#fff, #ddd);
    background: -webkit-linear-gradient(#fff, #ddd);
    background: -moz-linear-gradient(#fff, #ddd);
    background: -o-linear-gradient(#fff, #ddd);
    border-radius: 15px;
}
.exportUsers .exportIcon {
    width: 60px;
    height: 60px;
    background: url(../../img/hcorpo/export_users.png) no-repeat;
}
.exportUsers .exportText {
    width: 155px;
    padding: 14px 7px;
    font-weight: bold;
    color: #0069AB;
}
.addNewUser{
	float: right;
    font-size: 12px!important;
    padding: 0 5px;
}
.addLabel {
    padding: 0 5px;
}
.addIcon {
    width: 20px;
    height: 20px;
    background: url(../../img/icons/plus_round.png) no-repeat;
}
.adminUsersBtn {
    text-align: center;
    display: inline-block;
    padding: 3px 10px;
}
.search_addnew{
	margin: 0 40px 5px 40px;
}

#admin_pagination_wrapper{
    text-align: center;
	padding-top: 10px;
	margin: auto;
	width: 300px;
	padding-bottom: 10px;

}
#admin_pagination_wrapper .admin_pagination{
    display: inline-block;
}

.editUser, .deleteUser{
	cursor: pointer;
}

#profile_wrapper #profile{
	float: left;
}

#profile_wrapper #profile_help_wrapper{
	float: right;
}
.hotelType_item{
	overflow:hidden;
}
.hotelType_item input{
	float:left;
	margin-top: 10px;
}
.hotelType_img{
	float:left;
}
.hotel_type_title{
	width:auto;
	float:left;
	line-height: 2em;
    margin-left: 5px;
    padding-top: 5px;
}
.extra_cnt_flg.small{
	width:34px;
}

#general_info_fields_wrapper{
	margin-top: 15px;
}

.field_wrapper{
	margin-bottom: 5px;
	width: 380px;
}
.field_wrapper .label_left{
	float:left;
	width:150px;
	text-align: right;
	color: #424242;
}

.field_wrapper .value_right{
	float:right;
	width:225px;
	color: #424242;
}

.account_additional_values .value_right{
	float:right;
	width:225px;
	color: #424242;
	margin-right: 50px;
}

.admin_dates{
	color: #8f8f8f;
}

.field_wrapper input, .field_wrapper select{
	width: 225px;
	border: 1px solid #e4e9ef;
	color:#4A99C9;
}

.account_status {
	color:#BA3A38;
	cursor: pointer;
}
.small_input {
	width: 20px !important;
}
.admin_separator{
	margin-top: 10px;
	margin-bottom: 10px;
	height:2px;
	background-color:  #b3babe;
	width: 100%;
}

#admin_stat_fields .account_additional_values{
	margin-left: 50px;
	width: 600px;
	color: #424242;
	text-align: left;
}

.help_wrapper{
	color:#4A99C9;
}

.help_top{
	width:280px;
	height:32px;
	background: url(../../img/logo/help-top.jpg) no-repeat;
	padding-top: 20px;
	text-align: center;
	font-size: 14px;
	color:#1A98CA;
}

.help_middle{
	width:275px;
	background: url(../../img/logo/help-middle.jpg) repeat-y;
	padding: 5px;
	padding-left: 20px;
}

.help_bottom{
	width:280px;
	height:52px;
	background: url(../../img/logo/help-bottom.jpg) no-repeat;
}

.helpItemTitle{
	padding-left: 20px;
	background: url(../../img/hcorpo/4-plus.jpg) no-repeat;
	background-position:left center;
	margin-bottom: 7px;
	width: 220px;
	color: #414141;
	font-size: 16px;
	cursor: pointer;
}

.helpItemTitleExpanded{
	padding-left: 20px;
	background: url(../../img/hcorpo/4-minus.jpg) no-repeat;
	background-position:left center;
	margin-bottom: 7px;
	width: 220px;
	color: #414141;
	font-size: 16px;
	cursor: pointer;
}

.helpItemContent{
	display: none;
}

.helpItemContentExpanded{
	padding-left: 20px;
	padding-bottom: 7px;
	width: 220px;
	color:#1A98CA;
}

.label_admin_section{
	color: #8F8F8F;
	margin-left: 30px;
}

#assistedByUser{
	margin-left: 30px;
	color: #848482;
	float: left;
	width: 300px;
	padding-right: 10px
}

#assistantsForUser{
	margin-left: 25px;
	color: #848482;
	float: left;
	width: 305px;
}

#relations_wrapper{
	width: 685px;
}

#relations_wrapper .value_right {
    float: right;
    width: 225px;
}
.assistantForWrapper,
.assistedByWrapper {
	height: 25px;
	overflow: hidden;
	vertical-align: middle;
}
.assistedByWrapper input,
.assistantForWrapper input {
	vertical-align: top;
	width: 260px;
	color: #848482;
}
.admin_user_wrapper img{
	cursor: pointer;
}

.userSearch input{
	vertical-align: top;
}

#searchUserButon{
	cursor: pointer;
}

.send_email_wrapper{
	width: 382px;
	color: #424242;
	text-align: right;
}
.dates_wrapper{
	width: 382px;
	overflow:hidden;
}

.send_email_wrapper input{
	width: 20px;
}

#admin_stat_fields_wrapper .additional_value_label{
	color: #424242;
    float: left;
	width: 150px;
}

#admin_stat_fields_wrapper input{
	border: 1px solid #E4E9EF;
    color: #4A99C9;
    width: 225px;
}

#admin_stat_fields_wrapper select{
	border: 1px solid #E4E9EF;
    color: #4A99C9;
    width: 225px;
}

.adminMandatory{
	font-size: 9px;
	color: #B42020;
	font-weight: bold;
	font-style: italic;
}

#servicesWrapper{
	margin-top: 50px;
	width:650px;
	margin-left: 25px;
	color: #555555;
}

#services{
	margin-top:15px;
}

.depActions{
	width:75px;
}

.editDepartment, .deleteDepartment, .saveNewDepartment, .cancelNewDepartment, .saveDepartment, .cancelEditDepartment, .editCreditCard, .removeCreditCard {
	cursor: pointer;
}

#servicesWrapper input{
	color: #555555;
}

.notification_area{
	color: #0568A9;
    font-size: 17px;
    height: 38px;
    line-height: 1em;
    margin-left: 74px;
    padding-top: 20px;
}

.deleted_user{
	text-decoration: line-through;
}

#users th#userPolicy_name .sort_users{
	width:115px;
}

#users th#userPolicy_name .sort_users_desc{
	width:115px;
}

#users th#actions {
	width:65px;
}

#users td.user_policy_name{
	width:92px;
}

#users tr td.user_actions{
	width:65px;
	
}

#customer, #manageUsersTitle{
	cursor: pointer;
}
#customer{
    height: 99px;
    margin-left: 380px;
    overflow: hidden;
}
.field_wrapper .dates_wrapper .value_right{
	color : #3B8FCF;
}

#hotel_details_middle .hotelTypesDescription{
	padding-left:20px;
}

.rounded_hotel .hotelTypes{
	padding-left:20px;

}

#detail_top .hotel_description {
    float: left;
    margin-left: 30px;
    width: auto;
}

#detail_top .hotel_description  a{
    color: black;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

.managedCompaniesSelect.expand{
    width:auto;
}

.managedCompaniesSelectTop.expand{
    width:auto;
}

.map_bubble .map_bubble_wrapper{
    width: 294px;
}

.map_bubble .map_bubble_top {
    background: url(../../img/logo/map_bubble_top.png) no-repeat;
    height:13px;
}

.map_bubble .map_bubble_middle {
    background: url(../../img/logo/map_bubble_shadow.png) repeat-y;
    width:294px;
}
.map_bubble_middle_ofmiddle{
    background: url(../../img/logo/map_bubble_middle.jpg) repeat-y;
    width:280px;
    margin:0 auto;
}
.map_bubble_middle_ofmiddle_ofmiddle{
    background: url(../../img/logo/map_bubble_vertical.jpg) repeat-x;
    padding-left:10px;
}
.mid-content {
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}
.map_bubble .map_bubble_bottom {
    background: url(../../img/logo/map_bubble_bottom.png) no-repeat;
    height: 62px;
    width: 294px;
}

.gq-top-middle span.title_bt.staticWidthTransfer{
	font-size:13px;
}

.res_title .hotel_name.fontSize{
    font-size: 13px;
}

.hotel_description_name{
    margin-left:20px;
}
table#statistical fields{
	width:680px;
}
#sfWrapper{
	margin-top: 30px;
	width:680px;
	color: #6A6A6A;
}

.adminTable th{
	text-align: left;
	font-weight: normal;
	border-bottom: 8px solid #D4D4D4;
	height: 38px;
}

.adminTable td{
	height: 38px;
	border-bottom: 1px solid #D4D4D4;
}
.adminTableRow:hover {
	background-color: #9BCCED;
}

tr.bluebg{
	background-color: #9BCCED;
}

#statistical_fields select{
	width:200px;
}

#statistical_fields  td.depActions{
	width: 75px;
}

#statistical_fields  th{
	width: 75px;
}

#statistical_fields .sfShortSelect{
	width:100px;
}

.admin_sf_title {
    color: #424141;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 30px;
}

.fieldValueSearch{
	margin-top: 10px;
	width: 680px;
	margin-bottom: 15px;
}

#filteringReport{
	color: #424141;
    font-size: 16px;
	float:left;
	width: 100px;
	text-align: center;
}

#filterValuesWrapper{
	width:325px;
	float:left;
}

.editValue, .deleteValue{
	cursor:pointer;
}

.editField{
	 background: url(../../img/icons/button_edit.png) no-repeat;
	 width: 35px;
	 height: 27px;
	 cursor: pointer;
}

.editFieldMouseOver{
	 background: url(../../img/icons/button_edit.png) no-repeat;
	 width: 35px;
	 height: 27px;
	 cursor: pointer;
}
.billing_price{
    font-size: 10px;
}

.reqModifSeg{
	background: url(../../img/logo/request_modif.png) no-repeat;
	margin:0 0 5px 20px;
	height:23px;
	display:inline-block;
	padding: 10px 0 5px 45px;
	width: 220px;
	cursor:pointer;
	border-bottom: 1px solid #4A4A4A;
}
.middle:last-child .option {
	border: none;
}

.policies_entries_wrapper input.date {
	width: 80px;
}

.statisticalFiledsBasket{
	width:1002px;
	display:block;
	margin:0 auto;
	padding: 20px 0 30px;
}

.booking_additional_values .additional_value{
	overflow:hidden;
	margin:0 0 10px 0;
}

.additional_value .additional_value_label, #admin_stat_fields_wrapper .additional_value_input{
	margin-top: 8px;
}

.gekkogray{
   color: #33383C;
}

#get_cancel_policy{
	background: url(../../img/logo/cancelPolicy_button.jpg) no-repeat;
	width: 224px;
	height:35px;
	text-align: center;
	padding-top:15px;
	font-size:15px;
	display:inline-block;
	color: white;
}

.actionsWrapper{
	text-align:center;
	margin:auto;
	padding-top: 25px;
}

.facilities_wrapper{
	margin-left:20px;
}

.facilities_wrapper .facility{
	overflow:hidden;
}

.facilities_wrapper .facility .facilityImg{
	width:22px;
	height:21px;
	margin-right:10px;
	float:left;
}

.facilities_wrapper .facility div span {
	display:inline-block;
	margin-bottom:5px;
	vertical-align:middle;
}

.alignLeftImg {
	display:inline;
	float:left;
	width:250px;

}

#book_transfer_wrapper .short_info_bt .label_bold_beh{
	width:120px;
}

.retour_date_info_bt{
	float: left;
	width:250px;
}

.type_info_bt{
	float:left;
	width:250px;
}

.retour_checkbox {
	width:100px;
	float:left;
}

.bookpref{
	float:left;
	width:400px;
	padding:10px;
	min-height:21px;
}

.bpng{
	margin-right:40px;
	color: #787878;
    font-size: 14px;
}

#paymentOptions{
	width: 824px;
	height: 453px;
	background: url(../../img/hcorpo/card_payment.png) no-repeat;
}

#paymentOptionsWrapper{
    background: url("../../img/logo/bg_load.png") repeat scroll left top transparent;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}


#titleWrapper{
	height:97px;
}

#paymentTitle{
	float:left;
	width:711px;
	color: #2b7ec5;
	margin-left:29px;
	margin-top:29px;
	font-weight: bold;
	font-size: 26px;
	padding-top: 24px;
}

#paymentClose{
	float:right;
	width:60px;
	height:53px;
	margin-right:19px;
	margin-top:19px;
	cursor:pointer;
}
.paymentQuestion{
	color: #3C4346;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	width:630px;
	margin-left: 100px;
	margin-top: 25px;
}

.paymentOuiNonWrapper{
	margin-top: 25px;
	margin-left: 175px;
	text-align: left;
}

.paymentInfoBox{
	margin-top: 20px;
	margin-left: 85px;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}

.paymentMandatoryFields{
	margin-left: 85px;
	margin-top: 35px;
	font-size: 10px;
	font-weight: normal;
	float:left;
}

.img_info{
	width:50px;
	text-align: left;
}

.payment_text_info{
	width :630px;
	text-align: left;
}

.yesWrapper{
	height:49px;
	color: #3C4346;
}

.noWrapper{
	color: #3C4346;
}

.radioWrapper{
	float:left;
	width:155px;
}

.newAliasWrapper{
	display: none;
	float:left;
	width:400px;
	font-weight: normal;
	font-size: 12px;
}

.newAliasName{
	width:236px;
}

.warningNewAliasName{
	display:none;
	color: #D00106;
    font-size: 14px;
    font-style: italic;
    line-height: 26px;
    padding-left: 110px;
}

.paymentChoiceWrapper{
	color:#33383c;
	text-align: left;
	margin-top: 25px;
	margin-left: 249px;
	width: 400px;

}
.existingWrapper{
	height:55px;
}

.yesWrapperExisting{
	height:45px;
}

.noWrapperExisting{
	height:40px;
}

.paymentChoiceWrapper .radioWrapper{
	float: none;
	width: 100%;
}

.paymentChoiceWrapper .newAliasWrapper {
	float: none;
	width: 100%;
	margin-left: 25px;
}

.existingWrapper select{
	margin-left: 25px;
	width:240px;
}

table#users tr.cardExpired td, table#creditCards tr.cardExpired td {
	color: #D00106;
}

#creditcards_wrapper .sort_users{
	background:none;
}
#creditcards_wrapper #users th#userPolicy_name .sort_users{
	width:100%;
}
#creditcards_wrapper .userSearch{
	float:right;
}

.group_and_seminars_title{
	color: #3A8DC0;
	font-size: 20px;
	line-height: 32px;
}

.gf_input_margins{
	margin: 3px 3px 3px 15px;
}

.gf_box{
	margin-bottom: 15px;
	width:195px;
}
.gf_box_small{
	margin-bottom: 15px;
	width:125px;
}

.gf_box_surface{
	margin-bottom: 15px;
	width:225px;
}

.gf_box_chairs{
	margin-bottom: 15px;
	width:245px;
}

.gfSeminarRoomTypes{
	width:225px;
}

.studyDayLabel{
	width:390px;
	float:left;
}

.studyDayBold{
	color:#555555;
	font-weight:bold;
}

.studyDayLabel{
	margin-top:5px;
}
.seminarRoomLabel{
	font-weight: bold;
	text-align: center;
	margin-top: 8px;
}

.gf_qoui_non{
	width:100px;
	float:left;
}
.gfName {
    font-size: 18px;
    font-weight: bold;
}


#cancelYourSearch{
	float: right;
	margin-right: 20px;
	color: #393939;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
	cursor: pointer;
	font-style: italic;
	margin-top: 10px;
}
#rotatingImages{
	margin-top: 5px;
	text-align:left;
	height: 40px;
}

#usernameWrapper{
	margin-top: 4px;
}


#map_results_wrapper {
	width:768px;
	margin:0 auto;
	margin-left:5px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.22);
	-moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, 0.22);
	box-shadow:         0px 0px 5px rgba(0, 0, 0, 0.22);
}

.hotel-address{
	 color: #464646;
	 font-size:12px;
	 margin-bottom:10px;
     font-weight: bold;
}

.links_details {
	text-align: center;
}
#last_seen .links_details {
	text-align: left;
    cursor: pointer;
}

.plan{
	background: url(../../img/hcorpo/icons/plan.png) no-repeat;
	text-align: center;
	padding-left:20px;
	height:20px;
}

.first_offer{
	background: url("../../img/logo/result_middle.png") repeat-y scroll 0 0 transparent;
    overflow: hidden;
    width: 780px;
}
.offer_title_right_offer {
	padding-right:5px;
	text-align:center;
	padding-top:2px;
}

.offer_number {
	background: url("../../img/icons/offer_bullet.png") no-repeat scroll 0 0 transparent;
    color: #50B100;
    height: 26px;
	width:26px;
	margin:0 auto;
	text-align: center;
	padding-top: 3px;
}

.pricePP{
	width: 140px;
	float: left;
	margin-left: 280px;
	text-align: center;
}
* html .image_gallery .container-wrapper {
	position: absolute;
}

* html .image_gallery {
	position: absolute;
}
.image_gallery .hotel-address {
    margin-left: 20px;
}
.container-wrapper{
	width:770px;
	height:530px;
}

.container-top{
	overflow:hidden;
	width:100%;
	padding-top:20px;
}
.container-top-left{
	background: url(../../img/logo/container_top_left.png) no-repeat;
    height: 77px;
    width: 11px;
}

.container-top-middle{
	background: url(../../img/logo/container_top_middle.png) repeat-x;
	height: 77px;
	width:95%;
}

.container-top-right{
	background: url(../../img/logo/container_top_right.png) no-repeat;
	height: 77px;
    width: 11px;
	position:relative;
}

.container-close{
	background: url(../../img/logo/close_galary.png) no-repeat top left;
    width: 41px;
    height: 41px;
    cursor: pointer;
    position: absolute;
    right: 0px;
	right: -15px;
    top: -20px;
}

.container-top-middle .hotel_name{
	font-size:19px;
	padding:0px;
}

.hotel-description-short {
	margin: 10px 0 0 10px;
	max-width: 540px;
}
.hotel-description-link {
	max-width: 190px;
}


.container_middle{
	background: url(../../img/logo/container_middle.png) repeat-x;
	width: 753px;
	height:432px;
}

#map_hotel_wrapper #map_holder{
	width:auto;
}

.image_wrapper{
	float:left;
	margin-right:10px;
	overflow:hidden;
}

.offer_title_starting{
	color: #424141;
}

#text_description p.header{
	font-size:24px;
	color:#e95e1b;
}

#text_description table {
	border-collapse:collapse;
	margin-top:10px;
	color: #a2a0a0;
}

#text_description table tr td{
	border :3px solid #ededed;
}

#text_description table tr td p{
	padding:10px;
}

#hfacility p.header{
	font-size:24px;
	color:#e30053;
}

#hfacility table {
	border-collapse:collapse;
	margin-top:10px;
	color: #a2a0a0;
}

#hfacility table tr td{
	border :3px solid #ededed;
	text-align: center;
}

#hfacility table tr td p{
	padding:10px;
}

#hfacility table tr td .facilityImg{
	margin:0 auto;
	padding:0px 25px;
}

#hfacility table tr td div{
	text-align: center;
}
#hfacility table tr td .facility-title {
	width: 168px;
	text-align: left;
}

.map_legend_left{
	background: url(../../img/logo/map_legend_left.png) no-repeat;
    height: 55px;
    width: 12px;
}

.map_legend_right{
	background: url(../../img/logo/map_legend_right.png) no-repeat;
    height: 55px;
    width: 12px;
}

.map_legend_middle{
	background: url(../../img/logo/map_legend_middle.png) repeat-x;
    height: 55px;
	width:744px;
	padding-top: 12px;
}
.map_legend_middle .legend {
	vertical-align: middle;
}
.map_legend_middle .legend_text {
	padding-right: 8px;
}

.offer_number.on_request{
	color: #fa5a05;
	font-size: 14px;
}

.rom_plan_wrapper {
	padding:3px 0 3px 0;
}

#search_sortdown {
	float:left;
    width: 590px
}

.offer_title_wrapper{
	overflow:hidden;
	width:50px;
	margin:0 auto;
}
.miles_coupon_wrap {
	padding: 5px 0;
}
.miles-wrapper{
	float:right;
    width:120px;
	padding-top:13px;
}
.miles-intro{
	float:left;
	width:75px;
	text-align:right;
	color:#555555;
	font-size:8px;
	padding-top:8px;
}
.miles-booster{
	background: url(../../img/teldar/miles_booster_icon.png) no-repeat top center;
	color: #e95b1b;
	font-weight: bold;
	float: left;
	text-align: right;
	width: 100px;
	font-size: 13px;
	padding: 40px 0px 2px;
	background-size: contain;
	text-transform: uppercase;
	margin: 0 10%;
}
.travellers_info .miles-booster {
	background: url(../../img/teldar/miles_booster_266.png) no-repeat top center;
	background-size: contain;
}

.miles-nocoup{
	margin-top:26px;
}
.miles-wrapper-offer{
	float:left;
	position: relative;
}
#offers2 .miles-wrapper-offer, .travellers_info_wrapper .miles-wrapper-offer{
	float:none;
}
.miles-wrapper-offer .miles-booster, .miles-wrapper-offer .miles-simple{
	margin-top:0px;
	position:static;
	width:60px;
}
.miles-simple {
	background: url(../../img/teldar/miles_simple_icon.png) no-repeat top;
	background-size: 30px;
	padding-top: 35px;
	color: #f43187;
	font-weight: bold;
	float: left;
	text-align: center;
	width: 100px;
	font-size: 13px;
	text-transform: uppercase;
}
.milesActSimple {
	background: url(../../img/hcorpo/miles-and-act-logo.png) no-repeat top;
	background-size: 90px;
	padding-top: 40px;
	color: #1a2c60;
	font-weight: bold;
	float: left;
	text-align: center;
	width: 100%;
	font-size: 13px;
	text-transform: uppercase;
}
.milesActSimple span {
	font-weight: bolder;
}
.milesActWrapper .miles-booster {
	background: url(../../img/hcorpo/miles-and-act-booster.png) no-repeat top center;
	padding-top: 60px;
}
.travellers_info .milesActOuter.milesBooster .miles-booster,
#reservationSection .segment_middle .milesActOuter.milesBooster .miles-booster {
	background: url(../../img/hcorpo/miles-and-act-booster.png) no-repeat top center;
	background-size: 90px 60px;
	width: 80%;
	padding-top: 65px;
	text-align: center;
	color: #0e2158;
}
#offers_section .milesActOuter .miles-booster {
	background: url(../../img/hcorpo/miles-and-act-booster.png) no-repeat top center;
	background-size: 90px 60px;
	width: 90px;
	padding-top: 65px;
	text-align: center;
	color: #0e2158;
}
.travellers_info .milesActOuter.milesBooster .miles-booster .milesCountWrapper {
	font-weight: bolder;
}
.milesActOuter {
	width: 100%;
	position: relative;
}
.hotelDetailsSection .milesActSimple {
	width: 150px;
}
.offer_price_hotel{
	color: #4A4A4A;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
	width:135px;
}
.billing_price {
    font-size: 12px;
}

.offer_price_hotel_small{
	color: #4A4A4A;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
}

.map_res_img {
	background-repeat: no-repeat;
	width:30px;
	height:33px;
}

.map_res_blue.selected{
	background: url(../../img/logo/hotel_selected.png) repeat-x;
	height:100%;
}

.travellers_info #cancellation{
	float: left;
	padding: 0 25px 10px;
	width: 420px;
}

.travel_info{
	margin-top:10px;
}

.offerHasChanged{
	margin: 0px 5px;
    padding: 10px 0px;
	border-bottom: 1px solid #E0E0E0;
	width: 750px;
	float:left;
}
.transfer_offer_changed {
	padding: 10px 0px;
	margin: 0 0 10px 360px;
	border-bottom: 1px solid #E0E0E0;
}
.hotel_details_wrapper{
	margin:0 20px;
}

#offers2 .offer_wrapper, #offers2 .offer_title_right_offer{
	margin:0px;
	padding:0px;
	width:100%;
}
#offers2 .offer_title {
	width:45px;
}
#offers2 .offer_title_left{
	width:45px;
}
#offers2 .room_plan{
	width:355px;
}
.default_cnt{
	width: 200px;
}

.heading-container.rounded_top {
  background: url("../../img/icons/newcorners.png") no-repeat scroll 15px top transparent !important;
  height: 19px;
  overflow: visible;
  padding: 22px 0;
}

.header_trav_wrapper{
	width:1045px;
}

.header_trav_wrapper .trav_title{
	text-align: center;
	border-bottom:0px;
	width:800px;
	padding-left:130px;
	position: absolute;
	font-weight: bold;
}

.header_trav_wrapper .back_to_results{
	top:0px;
	position:static;
}

.additional_top_title{
	font-size:14px;
	font-weight: bold;
	color: #333333;
	padding-left:20px;
	padding-top: 10px;
}

#detail_top .hotel_name,
.uic-header .hotel_name {
	font-size:19px;
}

#detail_top .address {
	padding-left: 20px;
	margin-top:5px;
}

.uic-main #your_basket {
    text-align: center;
    width: auto;
    font-size: 26px;
}
#your_basket img {
    vertical-align: text-bottom;
}

.header-intro-text {
    color: #33383C;
    float: right;
    font-weight: bold;
    margin: 34px 0 0;
    text-align: center;
    width: 500px;
}

#content #address {
    float: left;
    margin-left: 0;
    margin-top: 20px;
}
#basketHeaderActions {
	float: right;
	margin-right: 55px;
	padding-top: 4px;
}
.basket-header-row {
	padding: 4px 0;
}
.bookingdetails {
    float: right;
	display: table;
}
#basketHeaderActions #showTravellersMap, #basketHeaderActions #print_page, #basketHeaderActions #send_email,
.bookingdetails .show_hide_sg, .bookingdetails #showTravellersMap, .bookingdetails #print_page, .bookingdetails #download_booking_pdf, .bookingdetails #download_all_voucher_pdf, #download_map_pdf {
	padding-left: 45px;
	height: 35px;
	display: table-cell;
	vertical-align: middle;
	background: no-repeat left center;
    line-height: 18px;
    color: #3B8FCF;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
#basketHeaderActions #print_page, .bookingdetails #print_page {
	background-image: url("../../img/icons/print.png");
}
#basketHeaderActions #send_email {
	width: 215px;
	background-image: url("../../img/icons/send_email.png");
}
#basketHeaderActions #showTravellersMap, .bookingdetails #showTravellersMap {
	background-image: url("../../img/icons/map.png");
}
.bookingdetails .show_hide_sg {
	width: 130px;
	background-image: url("../../img/icons/showhide.png");
}
.bookingdetails #showTravellersMap {
	width: 105px;
}
.bookingdetails #print_page {
	width: 155px;
}
.bookingdetails #download_all_voucher_pdf, .bookingdetails #download_booking_pdf, #download_map_pdf {
	width: 105px;
	background-image: url("../../img/icons/pdf_download_mod.png");
}
.options {
    background: url("../../img/icons/options.png") no-repeat scroll center top transparent;
    float: right;
    height: 176px;
    margin-top: 15px;
    padding: 10px 5px 0 15px;
    position: relative;
    width: 100px;
}
.options .fltrt {
    float: none;
}
.options .fltrt img {
    position: relative;
    display: block;
    margin: 0 auto;
}

.options .addTransferToFrom {
    color: #33383C;
    float: none;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
    width: auto;
}
.width870 .seg_prices .normal_text {
    font-size: 10px;
	display: block;
}
.add-transfer {
    display: block;
    margin-bottom: 10px;
}

.miles {
    bottom: 18px;
    color: #333333;
    font-size: 8px;
    left: 14px;
    position: absolute;
    text-align: center;
    width: 100px;
}


.segment_top.width870 {
    background: url("../../img/logo/small_topbar.jpg") no-repeat scroll 0 0 transparent;
    height: 54px;
}

.segment_middle.width870 {
    background: url("../../img/logo/middle_slice.jpg") repeat-y scroll 0 0 transparent;
}

.segment_bottom.width870 {
    background: url("../../img/logo/bottom_rounded.jpg") no-repeat scroll 0 0 transparent;
}

.width870 {
    width: 870px;
}

.segment_top.width870 .segment_number {
    margin: 5px 0 0 14px;
}

.segment_top.width870 .segment_type, .segment_top.width870 .segment_title {
    margin-top: 15px;
}

.segmentBrief > div,
.segmentPolicy > div {
    background: url("../../img/icons/dot.jpg") no-repeat scroll left 8px transparent;
    padding-left: 10px;
}

.width870 .pol_price .seg_prices {
    float: none;
    font-size: 30px;
}
.width870 .pol_price .seg_prices {
    margin-top: 15px;
}

.seg_prices span.pink {
    font-size: 12px;
}

.width870 .pol_price .seg_prices {
    font-size: 30px;
}

.segment_middle .pol_price {
    background: url("../../img/icons/vshadow.jpg") no-repeat scroll left center transparent;
    float: left;
    margin-right: 15px;
    padding-left: 15px;
    width: 125px;
}


/*Hotel Detail page*/
    /*Start - > header*/
.hotel-desc .heading-container.rounded_top {
	height: 53px;
	padding: 10px 0 0 0;
}

.hotel-desc .heading-container #new_search {
	left: 40px;
	position: absolute;
}

.hotel-desc .heading-container #new_search #search, #new_search .excursion_details_new_search {
    position: absolute;
    margin: 0 0 0 -8px;
}

.hotel-desc .heading-container .back_to_results {
	margin-right: 55px;
	top: 15px;
}
/*End -> header*/
/*Start -> content*/
.hotel-desc #details_wrapper {
	margin-top: 0px;
}
.hotel-desc #content_description  {
	background: url("../../img/logo/bg_middle.png") repeat-y scroll -13px center transparent;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 1070px;
}

.hotel-desc #details_wrapper #hotel_details_middle ,
.hotel-desc #content_description #left_wrapper #left_middle,
.hotel-desc #content_description #left_wrapper #left_bottom,
.hotel-desc #details_wrapper #hotel_details_bottom{
	background: none;
}

.hotel-desc #content_description #left_wrapper {
	top: 0px;
	height:100%;
	margin-top: 0px;
}
.hotel-desc #content_description #left_wrapper #left_top,
.hotel-desc #details_wrapper #hotel_details_top {
	display:none;
}

/*Star -> Sidebar*/
.hotel-desc #content_description #left_wrapper #last_seen {
	padding-top: 10px;
}

.hotel-desc #content_description #left_wrapper #last_seen #last_seen_top {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 1px solid #DDDDDD;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

.hotel-desc #content_description #left_wrapper #last_seen #last_seen_top span {
	padding: 0px;
	font-size: 20px;
}

.hotel-desc #content_description #left_wrapper #last_seen #last_seen_middle {
	background: none;
}

.hotel-desc #content_description #left_wrapper #last_seen img {
	margin-left: 0px;
}

.hotel-desc #content_description #left_wrapper #last_seen #last_seen_bottom {
	display:none;
}
/*End -> sidebar*/

/*Start -> main page content*/
.hotel_details_name {
	padding-top: 10px;
	margin-bottom: 20px;
}
.hotel-desc .hotel_details_name .hotel_name,
.hotel-desc #hotel_details_middle .hotel_details_name .address {
    padding-left: 0px;
}

.hotel-desc  .facilities_wrapper  {
    margin-left: 0px;

}

.hotel-desc #imgtitle_wrapper span {
	color: #666666;
	line-height: 18px;
}



.hotel-desc #hotel_details_middle .hotelTypesDescription {
	float: right;
	margin-bottom: 10px;
	margin-top: -25px;
 }

.hotel-desc #hotel_details_middle .address {
	color: #555555;
}


.hotel-desc #hfacility table tr td .facilityImg {
	width: 22px ;
	height: 22px;
}

.print-this-page, .download-description {
   color: #3B8FCF;
   text-decoration: underline;
   line-height: 30px;
   cursor: pointer;
}

.email-friend {
	color: #3B8FCF;
	line-height: 5px;
	padding-top: 5px;
	position: relative;
	font-size: 9px;
	width: 186px;
 }

 #send_email .imgwrp.fltlft  {
	 text-align: right;
 }

.send_page_button {
	background: url("../../img/logo/roundedok.jpg") no-repeat;
	border:none;
	height: 20px;
	padding: 0 7px;
	width: 32px;
}
.send_page_button_medium {
	background: url("../../img/hcorpo/btn_ok.png") no-repeat;
	border:none;
	height: 23px;
	width: 38px;
}
.hotel-desc .rounded_bottom.png_fix {
	background: url("../../img/logo/bg_bottom.png") no-repeat scroll 0px 0 transparent;
}
/*End -> main page content*/
/*End-> content*/
/*End hotel detail page*/

.travellers_info_wrapper {
    position: relative;
	display: inline-block;
}
.travellers_info .details_left .res_image, .travellers_info .details_left .addr_facilities{
	float:none;
}

.travellers_info_wrapper .details_left {
	width: 300px;
	display: block;
}
.coupon_plus{
	background:url("../../img/icons/plus_266.png") no-repeat left center;
	width:12px;
	height:12px;
	float:left;
	padding-top:15px;
	padding-right:5px;
}
.coupon_val{
	width:61px;
	height:34px;
	float:left;
	cursor:pointer;
	text-align:center;
	background:url("../../img/icons/bon_cadeau.jpg?v=2") no-repeat;
	margin-top:2px;
	font-size:12px;
	font-weight:900;
}
.coupon_val span{
	color:#FFFFFF;
	font-weight:normal;
	font-size:600;
}
.coupon_val div{
	margin: 12px 0 0 36px;
	color: #F1C146;
}
.coupon_bubble, .facility_bubble {
	position:absolute;
}
.coupon_bubble_top, .facility_bubble_top {
	width:225px;
	height:27px;
	background:url("../../img/icons/info_bubble_top.png") no-repeat;
}
.coupon_bubble_middle, .facility_bubble_middle {
	width:185px;
	background:url("../../img/icons/info_bubble_middle.png") repeat-y;
	text-align:center;
	font-size:11px;
	padding: 0px 20px;
}
.coupon_bubble_middle span, .facility_bubble_middle span {
	color:#7442A5;
}
.coupon_bubble_bottom, .facility_bubble_bottom {
	width:225px;
	height:46px;
	background:url("../../img/icons/info_bubble_bottom.png") no-repeat;
}
.options .addTransferToFrom .add_to_transfer, .options .addTransferToFrom .add_from_transfer, .add_to_hotel {
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    line-height: 18px;
    padding: 2px;
    text-align: center;
	text-decoration: none;
    width: 86px;
    height: 18px;
    margin: 5px auto;
	border: 0px;
	border-radius: 6px;
	background-color: #279CE4;
	background: linear-gradient(#4ECEFE, #0975D0);
	background: -webkit-linear-gradient(#4ECEFE, #0975D0);
	background: -moz-linear-gradient(#4ECEFE, #0975D0);
	background: -o-linear-gradient(#4ECEFE, #0975D0);
	cursor: pointer;
}
.total_wrapper .width870.total_middle {
	width: 830px;
}

#heading-container .top_bd #your_booking {
  display: table;
  float: none;
  margin: 0 auto;
  width: auto;
}
#heading-container .top_bd #booking_no_bd {
  float: none;
  position: absolute;
  right: 55px;
  top: 25px;
}
.paddingtop20 {
	padding-top: 20px;
}
.transfer-option {
	background: url("../../img/logo/transfer_icn.png") no-repeat scroll 4px 0px transparent;
	border-bottom: 1px solid #4A4A4A;
	cursor: pointer;
	display: inline-block;
	height: 23px;
	margin: 0 0 5px 20px;
	padding: 10px 0 5px 45px;
	width: 220px;
}

.combobox {
	float:left;
	line-height:50px;
}

#your_booking {
	text-align: center;
}
#your_booking img {
	vertical-align: text-bottom;
}
 #booking_no_bd {
  color: #0086c6;
}

.registration_wrapper,
.confirmPasswordWrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 780px;
}
.registration_line_top {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	background: url("../../img/logo/result_top.png") no-repeat;
	padding:10px;
}
.registration_line {
	background: url("../../img/logo/result_middle.png") repeat-y;
	padding-top:10px;
}
#registration_form label{
	font-weight:bold;
	width:260px;
	float:left;
	text-align:right;
	padding: 5px 0px 0px;
}
#registration_form .company_creation_subtitle {
	text-align: center;
	font-size: 14px;
	margin: 8px 0 3px;
}
#registration_form .control{
	margin-left:280px;
	text-align:left;
	padding: 2px 0px;
}
.registration_line_bottom{
	background: url("../../img/logo/result_bottom.png") no-repeat;
	height: 20px;
	width: 780px;
}
#registration_failed{
	font-weight:bold;
	font-size:14px;
	color:red;
	padding:10px 0;
}
#registration_succesful{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:10px;
}
.list_invoices_header1{
	font-size:14px;
	color:#333333;
	padding-left:15px;
}
.list_invoices_header2{
	font-size:18px;
	color:#333333;
	text-align:center;
	padding:40px 0 15px;
}
.list_invoices_top{
	height:42px;
	background:url('../../img/logo/my_bookings_top.png') no-repeat;
}
.list_invoices_middle{
	background:url('../../img/logo/my_bookings_middle.png') repeat-y;
}
.list_invoices_bottom{
	background:url('../../img/logo/my_bookings_bottom.png') no-repeat;
}
.list_invoices table{
	width:997px;
	border-collapse:collapse;
	cellpadding:5px;
}
.list_invoices thead{
	color:#333333;
	font-weight:bold;
}
.list_invoices tbody{
	color:#555555;
	font-weight:bold;
}
.list_invoices tbody .brt{
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}
.list_invoices tbody .bt{
	border-top:1px solid #CCCCCC;
}
.list_invoices thead .br, .list_invoices tbody .br, .list_invoices tfoot .br{
	border-right:1px solid #CCCCCC;
}
.list_invoices tfoot{
	height:19px;
}
.invoice_thead{
	height:25px;
}
.invoice_margin_left{
	width:5px;
}
.invoice_margin_right{
	width:7px;
}
.invoice_margin_top{
	height:12px;
}
.invoice_margin_bottom{
	height:3px;
}
.invoice_credit{
	color:#6db526;
}
.invoice_debit{
	color:#ff7800;
}
.invoice_actions{
	width:300px;
}
.invoice_act_dld{
	background:url("../../img/hcorpo/btn_dld.png") no-repeat;
	height:26px;
	margin:15px;
	padding:10px 0 0 40px;
	cursor:pointer;
}
.invoice_act_print{
	background:url("../../img/hcorpo/btn_print.png") no-repeat;
	height:26px;
	margin:15px;
	padding:10px 0 0 40px;
	cursor:pointer;
}
.invoice_act_email{
	background:url("../../img/hcorpo/btn_email.png") no-repeat;
	height:36px;
	margin:15px;
	padding:0 0 0 40px;
}
.list_invoices_act{
	width:846px;
	margin:50px auto 10px;
}
.rounded_content{
	background:url("../../img/logo/container_full.png") no-repeat;
	height:121px;
	width:387px;
	margin:0 4px;
	text-align:center;
}
#dld_all_container{
	margin-right:32px;
	position:relative;
	padding:34px 60px 0 67px;
	width:260px;
}
#send_all_container{
	margin-left:32px;
	position:relative;
	padding:14px 40px 0 47px;
	width:300px;
}
.invoices_act_all_logos{
	width:61px;
	height:62px;
	position:absolute;
	top:-22px;
	left:-26px;
}
#dld_all{
	background:url("../../img/hcorpo/btn_dld_large.png") no-repeat;
}
#send_all{
	background:url("../../img/hcorpo/btn_email_large.png") no-repeat;
}
#send_all_input{
	margin: auto;
	padding-top: 14px;
	width: 272px;
}
.alert {
	color: red;
	font-weight: bold;
}
.fnone { float: none !important; }
#iframe, .iframe { width: 0; height: 0; display: none; border: none; }
.uploadCsvContent {
	width: 990px !important;
	height: 246px !important;
	max-height: 262px;
	overflow: scroll;
}
.csv-content th { padding: 8px; }
.csv-table {
	width: 92px; padding: 4px; vertical-align: top;
}
.csv-separator {
	border-right: 1px solid #cccccc;
}
.summary {
	margin-top: 16px;
}
.content-sep {
	margin-bottom: 16px;
}
.segment_section {
	color: #ff0000;
	font-size: 20px;
}
.segment-meeting label, 
.segment-food label,
.segment-activity label {
	padding-right: 12px;
	width: 82px;
	display: inline-block;
}
.segment-meeting input, 
.segment-food input,
.segment-activity input {
	margin: 3px 0;
}
/* rooms - exceptional booking */
#dates_extra .fltlft {
	width: auto;
	margin-right: 32px;
}
#dates_extra .label_bold_beh {
	width: auto;
	margin-right: 8px;
}
#dates_extra input[type="text"] {
	width: 70px;
	text-align: center;
	margin-right: 4px;
}
#dates_extra #rooms_nr {
	width: 40px;
	text-align: left;
}
#dates_extra select {
	width: auto;
}
#dates_extra #more_info1 {
	width: 150px;
}
#filters_zone .filter_dropdown {
	width: 200px;
}
#registration_form .control_tpl{
	float: left;
	margin: 0 0 12px 19px;
	padding: 2px 0px;
}

.conferences_wrapper{
	overflow: hidden;
	width:100%
}

.conferences_top{
	background: url("../../img/icons/conference_top.png") no-repeat scroll 0 0 transparent;
	width: 725px;
	height: 26px;
	padding: 10px 5px 0 50px;
}
.conferences_middle{
	background: url("../../img/icons/conference_middle.png") repeat-y scroll 0 0 transparent;	
}

.conferences_bottom{
	background: url("../../img/icons/conference_bottom.png") no-repeat scroll 0 0 transparent;
	width: 780px;
	height:20px;
}

.conferences_list_wrapper {
	margin:0 50px;
}

.conference{
	padding:5px 0;	
}
.no-image {
	width: 42px;
	height: 42px;
	margin-left: 5px;
	float: left;
	margin-top: 1px;
	cursor: pointer;
}
.search-area {
	width: 750px;
	margin: auto;
	text-align: center;
	padding-top: 16px !important;
}
.default-btn {
	cursor: pointer;
	display: inline-block;
}
.btn-left {
	float: left;
	width: 10px;
	height: 23px;
	background: url("../../img/hcorpo/button_lancement_left.jpg") left center no-repeat;
	padding: 2px;
}
.btn-right {
	float: left;
	width: 10px;
	height: 23px;
	background: url("../../img/hcorpo/button_lancement_right.jpg") left center no-repeat;
	padding: 2px;
}
.btn-middle {
	padding: 6px !important;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	width: 100px;
	height: 15px;
	float: left;
	background: url("../../img/hcorpo/button_lancement_middle.jpg") repeat-x;
	padding: 2px;
}
.offer-nego-rates {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}
.offer_merge_wrapper {
	float: left;
}
#offer_merge_info {
	width: 550px;
	height: 300px;
	position: fixed;
	left: 440px;
	top: 408px;
}
#offer_merge_info .title {
	width: 100%;
	height: 48px;
	background: url(../../img/logo/result_top.png) no-repeat top left;
	overflow: hidden;
	background-size: 100% 48px;
	cursor: move;
}
#offer_merge_info .content {
	width: 100%;
	background: url(../../img/logo/result_middle.png) repeat-y;
	overflow: hidden;
	background-size: 100% 32px;
}
#offer_merge_info .content-wrapper {
	max-height: 160px;
	overflow: auto;
	width: 99%;
	margin-bottom: 8px;
}
#offer_merge_info .data {
	padding: 16px 16px 0 16px;
}
#offer_merge_info .title .data {
	font-weight: bold;
	font-size: 16px;
}
#offer_merge_info .bottom {
	width: 100%;
	height: 20px;
	background: url(../../img/logo/result_bottom.png) no-repeat top left;
	background-size: 100% 16px;
}
#offer_merge_info .offer_attribute {
	width: 108px;
	display: inline-block;
	margin: 0 8px 8px 0;
	word-break: break-all;
	vertical-align: top;
}
#offer_merge_info #merge_offers {
	background: url(../../img/icons/bmerge_en.png) no-repeat;
	float: right;
	margin-right: 16px;
	cursor: pointer;
	width: 100px;
	height: 24px;
	border: none;
	outline: none;
}
.merge_offer {
	vertical-align: middle;
}
#offer_merge_info .invalid_form {
	color: #FF0000;
	font-weight: bold;
}
.err_format th, .err_format td {
	text-align: center;
	padding: 0 8px;
}
.err_format  tr:nth-child(even) {
	background: #f0f0f0;
}
#logo_register_hcorpo_orig, #logo_register_hcorpo_hcorpoce {
	width: 360px;
	height: 200px;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
}
#logo_register_hcorpo_orig {
	background-image: url(../../img/hcorpo/hcorpo_logo.png)
}
#logo_register_hcorpo_hcorpoce {
	background-image: url(../../img/hcorpo/hcorpo_ce.png)
}
.sg-separator {
	padding-bottom: 12px;
}
.label_error {
	color: #FF0000;
	font-weight: bold;
	padding: 8px;
}
#map_results_wrapper.label_error {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.print #map_results_wrapper {
	width: 99%;
}
.print #mapholder, .print #google_map_wrapper {
	width: 100%;
}
.print #marker_details {
	display: none;
}

/* print map button */
#print_map, #send_map {
	float: right;
	padding: 0px 6px;
	font-size: 12px;
	display: none;
}
#print_map a, #send_map .send_map_lang {
	color: #3B8FCF;
	line-height: 24px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
#print_map img, #send_map img {
	width: 26px;
	height: 22px;
}

/* custom map display - basket page */
.custom_map_basket #my_bookings_top {
	background-size: 870px 42px !important;
	width: 100% !important;
}
.custom_map_basket .my_bookings_middle {
	background-size: 870px 150px !important;
	width: 830px !important;
}
.custom_map_basket #my_bookings_bottom  {
	background-size: 870px 27px !important;
	width: 100% !important;
}
.label_cc, .input_cc {
	display: inline-block;
	width: 194px;
	padding: 8px 2px 8px 0;
}
#cc_exp_month, #cc_exp_year {
	width: 82px;
	margin-left: 0;
}
.errors {
	font-weight: normal;
	color: #ff0000;
}
.payment_wrapper .errors {
	height: 46px;
	font-size: 13px;
	overflow: auto;
}
.basket_trav_track {
	width: 822px !important;
}
/* hide the enlarged print map */
.view-booking .printable #mapholder {
	width: 940px;
}
.printable #mapholder {
	overflow: hidden;
	height: 385px;
}
.printable #marker_details {
	display: none;
}
.print-header .address-info {
	display: block;
	margin-top: 16px !important;
}
.print-header .custom-addr {
	font-size: 16px;
}
@media print {
	.view-booking *, .view-basket * { -webkit-print-color-adjust: exact; margin: 0 !important; padding: 0 !important; }
	.view-booking, .view-basket {
		visibility: hidden;
		position: relative;
		top: 0;
		left: 64px;
	}
	.not-printable, .view-basket #marker_details {
		display: none;
	}
	.printable {
		visibility: visible;
		font-size: 16px;
		position: absolute;
		left: 0;
		top: -120px;
	}
	
	.view-booking .c_logo, .view-booking #marker_details {
		display: block;
	}
	.print #mapholder {
		width: 941px !important;
		height: 585px !important;
		float: none;
	}
	#map-area.hideMap {
		display: none !important;
	}
	.print #my_bookings_top, .print #my_bookings_bottom {
		background-image: none !important;
		visibility: hidden;
	}
	.print .my_bookings_middle {
		background-image: none !important;
	}
	.print #map_results_wrapper {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		width: 941px !important;
	}
	.marker_details_table table td {
		padding: 4px !important;
	}
	
	.greybg {background-color: #dddddd;}
	.darkgreybg {background-color: #cccccc;}
	.totaltable{border: 1px solid black; background-color: #dddddd;}
	.dashed {background: url(../../img/logo/dashed.gif) repeat-x center bottom;}
	
	.print_content {
		display: block;
		color: #33383c;
		width: 100%;
		font-size: 18px;
	}
	.print_table {
		width: 941px;
	}
	.print_table td {
		empty-cells: show;
	}
	.print_content table, .print_content .print-header {
		width: 100%;
	}
	.print_content .room_text {
		float: none;
		padding-left: 10px !important;
	}
	#segments_wrapper_bd {
		visibility: hidden;
	}
	
	.print_content .seg_status {			
		float: none;
		font-size: 16px !important;
		font-weight: bold;
		margin-right: 0px;
		margin-top: 0px;			
		color: #ffffff;
		height: 0px;
		width: 0px;
		padding-top: 0px;
		text-align: center;
	}
	.print_content .seg_status_CONF{
		color: #008000;
		background: none;
	}
	.print_content .seg_status_CANC, .print_content .seg_status_REJE{
		color: #FF0000;
		background: none;
	}
	.print_content .seg_status_REQU {
		background: none;
		color: #fd8602;
	}
	.print_content .seg_status_TRAV{
		background: none;
		color: #2B7EC5;
	}
	.view-booking .print_footer {
		display: block;
	}
}
#print-wrapper {width: 100%; font-size: 12px;}
#print-wrapper table {width: 100%;}
#print-wrapper .Size12 {font-size:12px;}
#print-wrapper .Size14 {font-size:14px;}
#print-wrapper .Size20 {font-size:20px;}
#print-wrapper .Size24 {font-size:24px;}
#print-wrapper .Padd10 {padding: 10px !important;}
.custom-addr {color: #33383c;}
.brd_b {border-bottom: 1px solid black;}
.brd_l {border-left: 1px solid black;}
.brd_r {border-right: 1px solid black;}
.brd_t {border-top: 1px solid black;}
.greybg {background-color: #dddddd;}
.darkgreybg {background-color: #cccccc;}
#print-wrapper .seg_status {float: none; font-size: 16px !important; margin-right: 0px; margin-top: 0px; color: #ffffff; height: auto; width: auto; display: initial;}
#print-wrapper .seg_status_CONF, #print-wrapper .seg_status_CANC, #print-wrapper .seg_status_REJE, 
#print-wrapper .seg_status_REQU, #print-wrapper .seg_status_TRAV, #print-wrapper .seg_status_unpaid {background: none;}
#print-wrapper .seg_status_CONF {color: #008000;}
#print-wrapper .seg_status_CANC, #print-wrapper .seg_status_REJE {color: #FF0000;}
#print-wrapper .seg_status_REQU {color: #fd8602;}
#print-wrapper .seg_status_TRAV {color: #2B7EC5;}
#print-wrapper .seg_status_unpaid {color: #993366;}
#print-wrapper .segment_price_label {font-size: 12px; padding-left: 15px;}
#print-wrapper .total_label {width: 60%;}
#print-wrapper .total_value {width: 35%; text-align: right;}

.validateb .desc_left_br {
	width: 130px;
}
.validateb .desc_right_br {
	width: 350px;
}
.validateb .desc_right_br_left {
	width: 300px;
}
#payAfterBookSegments .totalPriceWrapper {
    margin: 0 50px 30px;
    padding: 15px 30px;
    background-color: #2F83C9;
    color: white;
    font-size: 18px;
    font-weight: bold;
}
#payAfterBookSegments .segments_success_middle_br,
#payAfterBookSegments .segments_failed_middle_br {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#payAfterBookSegments .countdown {
    width: 80px;
    text-align: center;
    padding: 5px 10px;
    font-size: 22px;
    margin: auto;
    border-radius: 8px;
    background: linear-gradient(#DC7E7C, #D10000);
    background: -webkit-linear-gradient(#DC7E7C, #D10000);
    background: -moz-linear-gradient(#DC7E7C, #D10000);
    background: -o-linear-gradient(#DC7E7C, #D10000);
    color: white;
}
#payAfterBookSegments .cancelPayment {
    background: linear-gradient(#DC7E7C, #D10000);
    background: -webkit-linear-gradient(#DC7E7C, #D10000);
    background: -moz-linear-gradient(#DC7E7C, #D10000);
    background: -o-linear-gradient(#DC7E7C, #D10000);
}
.add_segments .btn_add {
	width: 135px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	cursor: pointer;
	border: none;
	outline: none;
	border-radius: 6px;
	color: #ffffff;
	background-color: #279CE4;
	background: linear-gradient(#4ECEFE, #0975D0);
	background: -webkit-linear-gradient(#4ECEFE, #0975D0);
	background: -moz-linear-gradient(#4ECEFE, #0975D0);
	background: -o-linear-gradient(#4ECEFE, #0975D0);
}
.validateb_row {
	background: -webkit-linear-gradient(#ffffff, #E4E4E4);
	background: -moz-linear-gradient(#ffffff, #E4E4E4);
	background: -o-linear-gradient(#ffffff, #E4E4E4);
	background: linear-gradient(#ffffff, #E4E4E4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#E4E4E4);    
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#E4E4E4)";
}
.validateb_icon {
	margin: 0 0 0 -30px;
}
.add_hotel_to_basket {
	margin-bottom: 10px;
}
.add_to_hotel {
	text-decoration: none;
	margin: 20px 0;
	border-bottom: none;
}
.suggestions_description {
	text-align: center;
	padding-top: 8px;
}
.commercial .otherAction {
	display: inline;
	background: none;
	width: 0;
	height: auto;
	margin: 0;
	padding: 0;
	float: none;
	position: inherit;
}
#cancel_filters {
	width: 105px;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #D0D0D0;
    margin: 25px;
}
.label_cancel_filters {
	line-height: 18px;
}
.toggle_offers {
	display: inline-block;
	text-align: center;
	font-weight: bold;
	line-height: 18px;
	border: 1px solid #D0D0D0;
}
.offers_show .other_offers_middle {
	background: url(../../img/icons/afficher_offres_show.png) no-repeat 8px;
	padding: 0 8px 0 20px;
}
.offers_hidden .other_offers_middle {
	background: url(../../img/icons/afficher_offres_hide.png) no-repeat 8px;
	padding: 0 8px 0 20px;
}
.back_to_results{
	float: right;
	margin-top: 12px;
}

.back_to_booking_details, .back_to_results {
	cursor: pointer;
	min-width: 117px;
	max-width: 140px;
	height: 23px;
	padding: 0 8px;
	text-align: center;
	font-weight: bold;
	line-height: 23px;
	color: #ffffff;
	background-color: #3C7BCE;
	border: 1px solid #D0D0D0;
	border-radius: 12px;
	background: linear-gradient(#51A7E7, #2A56B8);
	background: -webkit-linear-gradient(#51A7E7, #2A56B8);
	background: -moz-linear-gradient(#51A7E7, #2A56B8);
	background: -o-linear-gradient(#51A7E7, #2A56B8);
	font-size: 12px;
}

/* pagination start */
.pagination {
	font-size: 11px;
}
.pagination a, .pagination span {
	color: white;
	display: block;
	float: left;
	line-height: 17px;    
	text-align: center;
	margin-right:3px;
	width: 18px;
	height: 17px;
	border: 1px solid transparent;
	border-radius: 10px;
	text-decoration: none;
	background-color: #D9D4D1;
}
.pagination span.current {
	width:18px;
	height:17px;		
	background-color: #26408D;
	border: 1px solid transparent;
	border-radius: 10px;
}
.pagination .prev, .pagination .next {
	font-weight: bold;
	font-size: 22px;
	border: none;
	background: none;
}
.pagination .current.prev {
	color: #26408D;
	margin-right: 10px;
}
.pagination .current.next {
	color: #26408D;
	margin-left: 10px;
}
.pagination a.next, .pagination span.next {
	color: #D9D4D1;
	margin-left: 10px;
}
.pagination a.prev, .pagination span.prev {
	color: #D9D4D1;
	margin-right: 10px;
}
/* pagination end */

.clear_travellers_names {
	min-width: 162px;
	height: 20px;
	line-height: 20px;
    margin: 5px 25px 0 0;
	padding: 0 8px;
	font-size: 11px;
	text-align: center;
	color: #3B8FCF;
	cursor: pointer;
	background-color: #EAEAEA;
	border: 1px solid #D0D0D0;
	border-radius: 10px;
	background: linear-gradient(#FDFDFD, #DFDFDF);
	background: -webkit-linear-gradient(#FDFDFD, #DFDFDF);
	background: -moz-linear-gradient(#FDFDFD, #DFDFDF);
	background: -o-linear-gradient(#FDFDFD, #DFDFDF);
}
.travellers_autocomplete {
	max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}
.add_to_basket, .genbutton_big, .add_to_basket_with_insurance {
	width: 181px;
	height: 43px;
	margin: 15px 5px 0 0;
	float: right;
	font-size: 14px;
	line-height: 23px;
	color: #ffffff;
	background-color: #61D400;
	border: 1px solid #D0D0D0;
	border-radius: 24px;
	background: linear-gradient(#6FF900, #4DA300);
	background: -webkit-linear-gradient(#6FF900, #4DA300);
	background: -moz-linear-gradient(#6FF900, #4DA300);
	background: -o-linear-gradient(#6FF900, #4DA300);
}
.add_to_basket .basket_label {
	text-align: center;
}
.add_to_basket .basket_icon,
.add_to_basket_with_insurance .basket_icon {
	width: 42px;
	height: 45px;
	margin-left: 12px;
	background: url(../../img/icons/basket_cart_icon.png) no-repeat;
}
.add_to_basket .basket_top,
.add_to_basket_with_insurance .basket_top {
	width: 126px;
	font-size: 24px;
}
.genbutton_big {
	float: left;
	cursor: pointer;
	font-weight: normal;
	line-height: 26px;
	margin-top: 0;
	border: 0px;
}
.genbutton_big .big {
	font-size: 24px;
}
.genbutton_big .small {
	font-size: 14px;
	line-height: 14px;
}
.print_booking_bd {
	float: right;
	cursor: pointer;
}
.search_button_widget {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 188px;
	height: 30px;
	font-size: 22px;
	line-height: 30px;
	cursor: pointer;
	color: #ffffff;
	background-color: #61D400;
	border: 0px;
	border-radius: 10px;
	background: linear-gradient(#6FF900, #4DA300);
	background: -webkit-linear-gradient(#6FF900, #4DA300);
	background: -moz-linear-gradient(#6FF900, #4DA300);
	background: -o-linear-gradient(#6FF900, #4DA300);
	-webkit-box-shadow: 0px 0px 10px 1px #A67202;
	-moz-box-shadow: 0px 0px 10px 1px #A67202;
	box-shadow: 0px 0px 10px 1px #A67202;
}
.search_button_widget .search_w_img {
	position: absolute;
	background: url(../../img/icons/search_arrows_widget.png) no-repeat;
	width: 193px;
	height: 28px;
	top: 0;
	left: -4px;
}
.buttonDetails {
	min-width: 140px;
	padding: 0 8px;
	height: 26px;
	float: right;
	cursor: pointer;
	margin: 20px 4px 0 10px;
	text-align: center;
	font-weight: bold;
	line-height: 26px;
	border: 0px;
	-webkit-box-shadow: 0px 1px 8px -2px #67605C;
	-moz-box-shadow: 0px 1px 8px -2px #67605C;
	box-shadow: 0px 1px 8px -2px #67605C;
}
.general_button {
	min-width: 98px;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #61D400;
	border: 1px solid #D0D0D0;
	border-radius: 16px;
	background: linear-gradient(#6FF900, #4DA300);
	background: -webkit-linear-gradient(#6FF900, #4DA300);
	background: -moz-linear-gradient(#6FF900, #4DA300);
	background: -o-linear-gradient(#6FF900, #4DA300);
}
.custom_btn {
	display: inline-block;
	min-width: 142px;
	padding: 2px 8px !important;
}
#my_bookings_filtering .show-hide-map, #my_bookings_filtering .show-hide-map * {
	padding: 0;
}
.addsg {
	width: 112px;
	height: 50px;
	margin: 38px 0 10px 20px;
	float: left;
	cursor: pointer;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	border: 2px solid #ffffff;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 4px 0px #67605C;
	-moz-box-shadow: 0px 0px 4px 0px #67605C;
	box-shadow: 0px 0px 4px 0px #67605C;
}
.addsg.add_segment_hotel, .addsg.add_segment_transfer, .addsg.add_segment_excursion, .addsg.add_segment_carRental {
	background-color: #236EA9;
	background: linear-gradient(#3CA8FB, #042744);
	background: -webkit-linear-gradient(#3CA8FB, #042744);
	background: -moz-linear-gradient(#3CA8FB, #042744);
	background: -o-linear-gradient(#3CA8FB, #042744);
}
.addsg .large {
	font-size: 18px;
}
.addsg .small {
	display: none;
}
.choose_segment_superlogin {
	height: 200px !important;
}
#choose_segment .superlogin {
	position: initial;
	height: 86px;
    font-size: 14px;
    margin: 0 0 -30px 14px;
}
#choose_segment .superlogin .alert {
    display: block;
	margin-top: -16px;
}
#choose_segment .superlogin a {
	color: #00F;
}
.save_segment{
	margin: 15px auto;
	float: none;
	text-align: center;
}
.company_confirm {
	margin: 20px 0px 40px 335px;
	width: 99px;
}
.tcenter {
	text-align: center;
}

#transfer .transfer_tour_box {
	float: left;
	width: 150px;
}
#transfer .transfer_tour {
	margin-bottom: 4px;
}
.tour_retour {
	vertical-align: middle;
}

.buttons {
	width: 105px;
	height: 26px;
	float: right;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	color: #ffffff;
	text-align: center;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	margin: 10px;
	cursor: pointer;
}
.cancel_button {
	background-image: linear-gradient(#C91111, #510708);
	background-image: -webkit-linear-gradient(#C91111, #510708);
	background-image: -moz-linear-gradient(#C91111, #510708);
	background-image: -o-linear-gradient(#C91111, #510708);
	background-image: -ms-linear-gradient(#C91111, #510708);
	background: linear-gradient(to bottom, #C91111 0%,#510708 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C91111',  endColorstr='#510708', GradientType=0 ); 
}
.save_button {
	background-image: linear-gradient(#6DF401, #51AA00);
	background-image: -webkit-linear-gradient(#6DF401, #51AA00);
	background-image: -moz-linear-gradient(#6DF401, #51AA00);
	background-image: -o-linear-gradient(#6DF401, #51AA00);
	background-image: -ms-linear-gradient(#6DF401, #51AA00);
	background: linear-gradient(to bottom, #6DF401 0%,#51AA00 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6DF401',  endColorstr='#51AA00', GradientType=0 ); 	
}
.add_rule_button {
	width: 140px;
	background-color: #345195;
	background: linear-gradient(#6985D0, #2B4174);
	background: -webkit-linear-gradient(#6985D0, #2B4174);
	background: -moz-linear-gradient(#6985D0, #2B4174);
	background: -o-linear-gradient(#6985D0, #2B4174);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6985D0',  endColorstr='#2B4174', GradientType=0);
}
.search_button {
	float: left;
	background: linear-gradient(#2487C8, #104565);
	background: -webkit-linear-gradient(#2487C8, #104565);
	background: -moz-linear-gradient(#2487C8, #104565);
	background: -o-linear-gradient(#2487C8, #104565);	
	background: -ms-linear-gradient(#2487C8, #104565);	
}
.border_red {
	border: 1px solid red;
}

#travelPoliciesWrapper {
	width: 650px;
}

#travelPoliciesWrapper .addItem {
	background-color: #5DCD09;
	padding: 0 10px;
	font-size: 12px;
	background: linear-gradient(#67E501, #54AB12);
	background: -webkit-linear-gradient(#67E501, #54AB12);
	background: -moz-linear-gradient(#67E501, #54AB12);
	background: -o-linear-gradient(#67E501, #54AB12);
}

#travelPoliciesWrapper .depActions img {
	vertical-align: top;
	cursor: pointer;
}

.field_wrapper_policy {
    margin-top: 15px;
    width: 520px;
}
.field_wrapper_policy{
	margin-top: 15px;
	width: 520px;
}
.field_wrapper_policy .label_left{
	float:left;
	width:200px;
	text-align: right;
	color: #424242;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
.field_wrapper_policy .label_left2{
	text-align: left;
	color: #424242;
	font-size: 14px;
	font-weight: bold;
}
.field_wrapper_policy .value_right{
	float: right;
}
.field_wrapper_policy .value_right_buttons{
	float:right;
	color: black;
	margin-bottom:30px;
}
.field_wrapper_policy input {
	color: black;
	padding: 4px;
	margin-top:5px;
}
.field_wrapper_policy input.price {
	width:80px;
}
#travelPolicyComment {
	margin: 0px;
	height: 57px; 
	width: 300px;
	padding: 5px;
	resize: vertical;
}
#travel_policy_name{
	width:300px;
}

.adminTableRow .tdColumn1{
	width:280px;
}
.adminTableRow .modifyCityRule{
	display:none;
}
.bidir {
	margin-top: 4px;
}
.bidir_transfer {
	margin-top: 0;
	vertical-align: middle;
}
/* header menu start */
#abb_wrapper {
	text-align: center;
}
#abb_wrapper a {
	display:block;
	height:100%;
	text-decoration:none;
	color:#000;
}
#abb_wrapper .link_sep {
	border-right: 2px dotted #26408D;
	height: 38px;
}
#abb_wrapper .menu_item{
	padding:33px 0 0;
    height: 10px;
    line-height: 10px;
	margin: 0;
	text-align: center;
	color: #26408D;
	font-size: 11px;
}
.one_third {
	width: 33.33%;
	box-sizing: border-box;
}
.one_forth {
	width: 25%;
	box-sizing: border-box;
}
.one_fifth {
	width: 20%;
	box-sizing: border-box;
}
#my_admin{
	background:url(../../img/hcorpo/admin.png) no-repeat top center;
}
#my_admin.selected{
	background:url(../../img/hcorpo/admin.png) no-repeat top center ;
}
#my_admin.selected{
	background:url(../../img/hcorpo/admin_selected.png) no-repeat top center;
}
#my_acc {
	background: url(../../img/hcorpo/myaccount.png) no-repeat top center;
}
#my_acc.selected {
	background: url(../../img/hcorpo/myaccount_selected.png) no-repeat top center;
}
#my_tickets {
	background: url(../../img/hcorpo/mytickets.png) no-repeat top center;
}
#my_tickets.selected {
	background: url(../../img/hcorpo/mytickets_selected.png) no-repeat top center;
}
#my_bookings {
	background: url(../../img/hcorpo/mybookings.png) no-repeat top center;
}
#my_bookings.selected {
	background: url(../../img/hcorpo/mybookings_selected.png) no-repeat top center;
}
#my_basket {
	background: url(../../img/hcorpo/mybasket.png) no-repeat top center;
}
#my_basket.selected {
	background: url(../../img/hcorpo/mybasket_selected.png) no-repeat top center;
}
/* header menu end */

/* tickets start */
.color_pink {
	color: #3B8FCF;
	font-size: 19px;
}
#content.tickets_content {
	width: 1003px;
}
.list_tickets_top .table_rez td.br, .list_tickets_middle .table_rez td.br, .list_tickets_bottom .table_rez td.br{
	border-bottom: 1px solid #C0C5C9;
	border-right: 1px solid #C0C5C9;
}
.list_tickets_top .table_rez td {
	height:44px;
}
.label {
    background: url("../../img/icons/blue_bullet.png") no-repeat scroll left center transparent;
    color: #33383C;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0 5px 10px;
    padding-left: 15px;	
	width:100px;
}
.input input{
    border: 1px solid grey;
    border-radius: 20px 20px 20px 20px;
    padding: 5px 0 5px 5px;
}
#my_tickets_wrapper{
    height: 100px;
    padding-top: 24px;
}
.my_tickets_pagination_wrapper {
    padding-top: 10px;
    text-align: center;
    width: 100%;
}
* html .ticketDetailsView .container-wrapper {
	position: absolute;
}
* html .ticketDetailsView {
	position: absolute;
}
.tickets_list_empty {
	text-align:center;
	padding:20px 0 10px 0;
}
.tickets_list_empty h1 {
	font-size:22px;
}
.tickets_list_empty h2{
	font-size:14px;
}
.tickets_list_empty span {
	font-size:14px;
}
.ticket_creation_wrapper {
	overflow:hidden;
	width:985px;
	height:auto;
	padding-top: 24px;
}
.ticket_creation_top {
	background: url("../../img/hcorpo/my_tickets_top.png") no-repeat scroll 0 0 transparent;
    font-weight: bold;
	text-align: center;
	font-size: 22px;
	padding-top:10px;
	height:34px;
	color:white;	
}
.ticket_creation_middle {
	background: url("../../img/hcorpo/my_tickets_middle.png") repeat-y scroll 0 0 transparent;
	overflow:hidden;
	padding-top:20px;
}
.ticket_creation_bottom {
	background: url("../../img/hcorpo/my_tickets_bottom.png") no-repeat scroll 0 0 transparent;
	height:23px;
}
.ticket_middle_wrapper {
	width:700px;
	margin:0 auto;
	font-size:14px;
	line-height:2em;
}
.ticket_title{
	color: #C4C2C3;
    font-size: 18px;
    font-weight: bold;
}
.ticket_wrapper{
	overflow :hidden;
	width: 500px;
	margin:0 auto;
}
.ticket_middle_wrapper p.underline{	
	font-style: italic;	
	font-size:16px;
	text-decoration: none;
}
.ticket_name {
	font-size:14px;
	color:black;
	font-weight:bold;
	margin:0px;
}
.ticket_description{
	margin-top:20px;
	overflow:hidden;
}
.ticketsort_desc{
	background: url("../../img/hcorpo/ticket_desc.png") no-repeat scroll right center transparent;
    height: 24px;
    padding-right: 20px;
    text-align: center;
    vertical-align: middle;
	cursor: pointer;
}
.ticketsort_asc{
	background: url("../../img/hcorpo/ticket_asc.png") no-repeat scroll right center transparent;
    height: 24px;
    padding-right: 20px;
    text-align: center;
    vertical-align: middle;
	cursor: pointer;
}
.ticket_summary{
	overflow-x:auto;
	height:200px;	
	width:700px;
}
.ticketDetailsView .container_middle{
	padding:20px 0 0 40px;
	width:713px;
	height:300px;
}
.ticket_type {
	display: inline-block;
	width: 350px;
}
.ticket_search_label {
	background: url("../../img/logo/search_label.png") no-repeat scroll center right transparent;
	height:40px;
	width:160px;
	font-size:14px;
	font-weight:bold;
	margin: 0 auto;
    padding-top: 20px;
}
.search_wrapper {
	overflow:hidden;
	width:650px;
	margin:0 30px;
}
.clear_search {
	color:#C0C5C9;
	text-decoration: underline;
	text-align:center;
	cursor: pointer;
}
.input_wrapper {
	width:320px;
	margin:10px 0;
}
.input_wrapper input[type=radio] {
	border:none;	
}
.mandatory_bt p, .mandatory_bt i {
	color: #000000;
}
.list_tickets_top .table_rez .invoice_margin_top {
	height:4px;
}
.list_tickets_top{
    background: url("../../img/logo/ticket_list_top.png") no-repeat scroll 0 0 transparent;
    color: #333333;
    font-weight: bold;  
	height:54px;
}
.list_tickets_middle{
    background: url("../../img/logo/ticket_list_middle.png") repeat-y scroll 0 0 transparent;    
}
.list_tickets_bottom{
    background: url("../../img/logo/ticket_list_bottom.png") no-repeat scroll 0 0 transparent;
    height: 19px;
}
.table_rez td.color_pink{
	color: #3B8FCF;
    font-size: 12px;	
}
.table_rez td.color_orange{
	color: #f99800;
    font-size: 12px;	
}
.table_rez td.color_green{
	color: #6dab35;
    font-size: 12px;
}
.service_client_content{
	overflow:hidden;
}
.client_content_wrapper{
	overflow:hidden;
	height:100%;
	width:328px;
}
.client_content_top{
	background: url("../../img/hcorpo/client_content_top.png") no-repeat scroll 0 0 transparent;
	height:48px;
	z-index:1;
	text-align:center;
	padding-top:15px;
	color:white;
}
.client_content_top span {
	font-size:14px;
	font-weight: bold;	
}
.client_content_top p{
	font-size:16px;
	font-weight: bold;
}
.client_content_middle{
	background: url("../../img/logo/client_content_middle.png") repeat-y scroll 0 0 transparent;
	height:370px;
}
.client_content_middle .content_text {
	padding: 15px 25px 15px 25px;
	overflow:hidden;
}
.client_content_bottom{
	background: url("../../img/logo/client_content_bottom.png") no-repeat scroll 0 0 transparent;
	height:20px;
}
.middle_content_wrapper{
	overflow:hidden;
	height:100%;
	width:294px;
	margin:0 auto;
}
.middle_content_top{
	background: url("../../img/logo/box_middle_top.png") no-repeat scroll 0 0 transparent;
	height:10px;
}
.middle_content_middle{
	background: url("../../img/logo/box_middle_middle.png") repeat-y scroll 0 0 transparent;
}
.middle_content_bottom{
	background: url("../../img/logo/box_middle_bottom.png") no-repeat scroll 0 0 transparent;
	height:10px;
}
.image_content{
	background: url("../../img/icons/service_client_img.png") no-repeat scroll 0 0 transparent;
	height:124px;
	width:134px;
}
.image_content p{
	padding-left:145px;
}
.content_text_img {
	padding: 15px 20px 15px 20px;
	overflow:hidden;
}
.content_text_img .content {
	margin-top:10px;
	margin-left:10px;
}
.content_footer{
	margin-top:10px;
	text-align: center;
	font-weight: bold;
	font-style:italic;
	color:#505050;
	font-size:14px;
}
.quotation_wrapper .label_bold_beh {
	width: 112px;
}
.quotation_wrapper .form_wrapper {
  margin-top: 16px;
}
.quotation_wrapper .fwl_transfer {
	display: block;
	width: 132px;
	float: left;
}
.quotation_wrapper .fwl {
	width: 90px;
}

.arrow_span {
	padding-top: 16px;
}

/* compare tool */
    
.compare{ 
    display: inline-block;
    text-align: center;
    font-weight: bold;
    line-height: 18px;
    border: 1px solid #D0D0D0;
    padding-left:10px;
    padding-right:10px;
    float:right;
}

.compare_form_div{
    display:inline-block;
    padding-top:4px;
    padding-bottom:4px;
    width:100%;

}
.compare_close{
    cursor: pointer;
    height: 15px;
    width: 15px; 
}

#filters  #compare_list #compare_list_top{
    width:199px;
    height: 20px;
    padding-left: 0px;
    padding-top: 5px;
}

#filtersc  #compare_list #compare_list_middle{
    width:216px;
    background:url(../../img/logo/agent_hotel_details_last_seen_middle.png) repeat-y;
    height: 100%;
    min-height: 50px;
}

#filters  #compare_list #compare_list_middle form{
    padding-top: 7px;
}
#filters   #compare_list  .hotel_image{
    width: 67px;
    height: 49px;
    margin-left: 7px;
    margin-right:7px;
    float: left;
}

#filters   #last_seen  a, #filters   #compare_list  a{
    font-size: 11px;
    color:#555555;
    font-weight: bold;
    text-decoration:none;
    padding-top:10px;
    cursor:pointer;
}

#filters  #last_seen  span, #filters  #compare_list  span{
    font-size: 14px;
    color:#555555;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 5px;
}

#compare_button{
    background: rgba(0, 0, 0, 0) linear-gradient(#ffc23d, #f88300) repeat scroll 0 0;
    border: 1px solid #d0d0d0;
    color: #ffffff;
    cursor: pointer;
    font-size: 11px;
    text-align: center;
    width: 105px;
    margin-top:10px;
    margin-bottom:10px;
}
#compare_list{
    margin-top:10px;
    border:1px solid black;
    padding:0 5px;
}
.label_compare_button {
    line-height: 18px;
    display:inline-block;
}

.content_compare .compare_wrapper{
    width:310px;
    position: relative;
    float:left;
    overflow:hidden;
}
.hotel-desc .compare_wrapper {
    margin-top: 0px;
}

.compare_hotel_thumb{
    height: 110px;
    width: 150px;
}
.content_compare #send_email{
    width:600px;
}
.compare_facilities_table td{
    border:none!important;
}

.compare_offer_title{
    color: #33383c;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    width: 270px;
    height: 65px;
}
.toogle_compare{
    margin-top:5px;
}
.toogle_compare_list{
    margin-top:15px;
    margin-right: 20px;
}

.compare_wrapper .hotel_name{
    font-size: 20px;
    font-weight: bold;
    padding: 0;
}
.compare_wrapper .address{
    color: #555555;;
    font-weight:bold;
}
.compare_wrapper .hotel_details_middle{

}
.compare_table{
    margin-left:30px;
}
.compare_description{
    width:auto;
}
.compare_wrapper .res_offers{
    border-left: medium none;
    padding-left: 0;
    padding-right: 0;
    width: 280px;
}
.compare_wrapper .miles-intro{
    width:auto;
}
.compare_wrapper .offer_title_right{
    width:100px;
}
.compare_wrapper .res_offers .offer_price{
    float:right;
    width: 100px;
}
.compare_wrapper .miles-wrapper-offer{
    display: inline-block;
    float:none;
}
.compare_description .desc{
    padding-bottom:20px;
    text-align: justify;
}

.compare-carousel{
    margin-left: 20px;
    width: 940px;
}
.compare_wrapper .stars img{
    display:inline;
}
.compare_wrapper .facilityImg{
    padding:3px;
}
.compare_wrapper .hfacility{
    padding-bottom:20px;
}
.compare_wrapper .imgtitle_wrapper{
    width:150px;
}
.slick-dots{
    bottom:-30px!important;
}

.compare_wrapper{
    padding:10px;
   border: 5px solid white;
}

.imgtitle_wrapper{
    margin-top:10px;
    padding-left: 10px;
    overflow:hidden;
}

.imgtitle_wrapper .hotelimg{
    overflow:hidden;
}

.imgtitle_wrapper .hotelimg a{
    text-decoration: none;
    cursor : pointer;
    background: none;
    height:auto;
    padding:0px;
}

.imgtitle_wrapper #hotelsd{
    margin-left:20px;
    width:352px;
    height: 250px;
    text-align:justify;
    float: left;
    font-weight: bold;
    color:#33383C;
    overflow:auto;
}
.hotel-compare .imgtitle_wrapper span {
    color: #666666;
    line-height: 18px;
}
.compare_description .facilities_wrapper{
   /* height:30px;*/
    width: 260px;
}

.content_compare #map_hotel_wrapper{
    margin-bottom: 20px;
    width: 985px;
}
.content_compare_top{
    padding: 10px 0px;
}
.compare_showback{
    height: 40px;
    margin-right: 60px;
}
.compare_showback .back_to_results{
    top:8px;
}
.hotel-compare .heading-container{
    height:50px;
}
.hotel-compare .heading-container.rounded_top {
    background: transparent url("../../img/icons/newcorners.png") no-repeat scroll 15px top / 1049px 70px !important;
    height: 50px;
    overflow: visible;
    padding: 20px 0 0;
}
.content_compare #map_legend{
    width:1024px;
}
.content_compare #map_legend .map_legend_middle{
    width:964px;
}
.content_compare .offer_book{
    padding-bottom: 10px;
}
.content_compare .room_plan{
    padding-top:15px;
    padding-bottom: 15px;
}
#imgcarousel .img{
    margin:auto;
}
.content_compare .facilities_wrapper{
	margin-left:0px;
}

.facility_table tr td{
      border: 3px solid #ededed;
 }
 .facility_table{
     border-collapse: collapse;
 }
 .facility_text_td{
     border-left:none!important;
 }
 .facility_icon_td{
     border-right:none!important;
 }
 
 .fancy-list {
	border:1px solid #acacac;
	padding:0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px 2px rgba(172, 172, 172, 0.5);
	-moz-box-shadow: 0px 0px 4px 2px rgba(172, 172, 172, 0.5);
	-webkit-box-shadow: 0px 0px 4px 2px rgba(172, 172, 172, 0.5);
	background-color: #e8e8e8;
    display:inline-block;
    margin-top:5px;
}
.fancy-list .fancy-list-head h1 {
	font-size: 16px;
	padding: 10px 0 10px 20px;
	font-weight: bold;
}
.fancy-list p {
	font-size: 12px;
	padding: 10px 0px 10px 20px;
	margin-bottom: 0px;
}
.fancy-list .fancy-list-content-list {
	padding-left: 0px;
	background-color: #fff;
	height: 273px;
	overflow-y: scroll;
}
.fancy-list .fancy-list-content-list li {
	list-style-type: none;
	padding: 5px 20px 5px 20px;
	margin-left: 0px;
	border-bottom: 1px dashed #CCC;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    height:15px;
}

.fancy-list-content-list li.selected {
	background: -moz-linear-gradient(top, #359cde, #015c98);
	background: -webkit-gradient(linear, left top, left bottom, from(#359cde), to(#015c98));
 filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#359cde', EndColorStr='#015c98');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#359cde, endColorstr=#015c98)";
	color: #fff;
}
.fancy-list .fancy-list-footer {
	padding: 15px;
}
.fancy-list .fancy-list-footer input {
	width: 88px;
	height: 17px;
	margin-right: 5px;
}
.fancy-list .fancy-list-footer input#fancy-list-last-name {
	width: 100px;
}
.fancy-list .fancy-list-footer .btn {
	float: left;
	margin-left: 0px;
	padding: 2px 13px 3px 12px;
}
.fancy-list .list_item {
	color: #008de7;
	display: block;
	width: 100%;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}
.fancy-list .list_item .first {
	margin-right: 5px;
    width: 140px;
}
.fancy-list .selected .list_item {
	color: #fff;
}
.compare_list{
    display: inline-block;
    float: left;
    width: 240px;
    z-index: 1000;
    position: absolute;
}
.fancy-list-content-list{
    height:120px;
}
.list_item img{
    float: right;
    height: 15px;
    width: 15px;
}

.compare_description .facilities_wrapper table tr td{
    height:29px;
    width:28px;
    text-align:left;
}
.compare_description .offer_wrapper{
    width:280px;
}
a.morelink {
    text-decoration:underline;
    outline: none;
}
.morecontent span {
    display: none;
}

.hotel_highlight{
    border: 2px solid white;
}
/*compare tool end */
.button {
	cursor: pointer;
	display: inline-block;
	padding: 2px;
	height: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 18px;
	border: 1px solid #D0D0D0;
}
.button_show {
	background: url(../../img/icons/icon_search_closed.png) no-repeat right;
	padding: 0 20px 0 0;
}
.button_hide {
	background: url(../../img/icons/icon_search_open.png) no-repeat right;
	padding: 0 20px 0 0;
}
#toggle_conferences {
	float:right;
	padding-left: 5px;
}
.edenred_logo_tpl {
	height: 158px !important;
	margin-top: 12px;
}
#edenred_logo {
	background: url("../../img/logo/companies/edenred_logo.png") no-repeat;
	width: 710px;
	height: 100px;
	margin-left: 15px;
}
.diblock {
	display: inline-block;
}
.booking_details, .ticket_details {
	position: relative;
	width:45px;
	height:47px;
	margin-left:auto;
	margin-right:auto;
	background:url(../../img/icons/booking_details.png) no-repeat;
	cursor: pointer;
}
.details_label {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 10px;
	color: #6B686C;
	line-height: 9px;
	top: 30px;
}
.segment_middle .edit_cancel .seg_duplicate{
	position: relative;
	width:54px;
	height: 42px;
	background: url(../../img/hcorpo/duplicate.png) no-repeat;
	background-position: 50% 0;
	margin-left: 5px;
	float:left;
    
}
 .seg_duplicate{
     cursor:pointer;
 }
.segment_middle .edit_cancel .seg_edit{
	position: relative;
	width:54px;
	height: 42px;
	background: url(../../img/icons/edit.png) no-repeat;
	background-position: 50% 0;
	margin-left: 5px;
	float:left;
}
.segment_middle .edit_cancel .seg_cancel{
	position: relative;
	width:54px;
	height: 42px;
	background: url(../../img/icons/cancel_segment.png) no-repeat;
	background-position: 50% 0;
	margin-left: 5px;
	float:left;
}
.segment_middle .seg_label {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	font-size: 10px;
	text-align: center;
	top: 32px;
	line-height: 9px;
}
.segment_middle .seg_edit .seg_label,
.segment_middle .seg_review .seg_label {
	color: #598913;
}
.segment_middle .seg_cancel .seg_label {
	color: #D10000;
}
.segment_middle .seg_edit{
	position: relative;
	width:42px;
	height: 42px;
	background: url(../../img/icons/details.png) no-repeat;
	margin-left: 5px;
	float:left;
	cursor:pointer;
}
.segment_middle .seg_cancel{
	position: relative;
	width:42px;
	height: 42px;
	background: url(../../img/icons/cancel_segment.png) no-repeat;
	margin-left: 5px;
	float:left;
	cursor: pointer;
}
.gen_payment {
	position: absolute;
	cursor: pointer;
	color: #ffffff;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 76px;
	border: 2px solid #ffffff;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 4px 0px #67605C;
	-moz-box-shadow: 0px 0px 4px 0px #67605C;
	box-shadow: 0px 0px 4px 0px #67605C;
	background-color: #1E6298;
	background: linear-gradient(#3BA6F8, #032643);
	background: -webkit-linear-gradient(#3BA6F8, #032643);
	background: -moz-linear-gradient(#3BA6F8, #032643);
	background: -o-linear-gradient(#3BA6F8, #032643);
}
.gen_payment#cl_payment {
	width: 198px;
	height: 76px;
	left: 20px;
}
.gen_payment#cc_payment {
	width: 237px;
	height: 76px;
	right: 20px;
}
.book_cr, .book_extra, .book_transfer , .book_activity, .gq_send_mail {
	margin:20px;
	float:right;
	width:126px;
	height:31px;
	text-align: center;
    font-size: 20px;
    color: #ffffff;
    line-height: 31px;
	cursor: pointer;
	background-color: #61D400;
	border: 1px solid #D0D0D0;
	border-radius: 20px;
	background: linear-gradient(#6FF900, #4DA300);
	background: -webkit-linear-gradient(#6FF900, #4DA300);
	background: -moz-linear-gradient(#6FF900, #4DA300);
	background: -o-linear-gradient(#6FF900, #4DA300);
}
.gq_send_mail {
	width: auto;
	min-width: 126px;
	padding: 0 8px;
}
/* exceptional bookings start */
.sf_info_block {
	font-weight: bold;
}
#sf_info {
	vertical-align: middle;
}
.sf_label {
	margin: 13px;
	font-weight: bold;
}
.sf_custom_block {
	border-bottom: 1px solid #E1E1E1;
}
.trav_table_details {
	border-collapse: collapse;
	margin-top: 16px;
}
.trav_table_details .children_w_beh {
	float: none !important;
	display: inline-block;
}
.trav_table_details .children_wrapper {
    max-width: 126px;
	float: none !important;
    padding-left: 16px;
    display: inline-block;
    vertical-align: middle;
}
.trav_table_details .children_wrapper.hide {
	display: none;
}
.trav_table_details .bed_w_extra {
	float: none !important;
    display: inline-block;
    vertical-align: middle;
}
.trav_table_details .room_no_w_extra {
	float: none !important;
    display: inline-block;
}
.trav_table_details td {
	padding: 8px;
}
.trav_table_details .bed_w_extra, .trav_table_details .room_no_w_extra, .trav_table_details .adults_w_beh, .trav_table_details .children_w_beh, .trav_table_details .room_type_beh, .trav_table_details .more_info_w_beh {
	width: auto;
	padding: 0;
	float: none;
}
.trav_table_header {
	font-weight: bold;
}
.prices_wrapper {
	font-weight: bold;
	background-color: #f0f0f0;
}
.total_line {
	padding-bottom: 8px;
}
.price_label {
	display: inline-block;
	width: 130px;
}
.price_input {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
#percentage_markup_beh {
	width: 46px;
}
/* exceptional bookings end */

.create_ticket_wrapper {
	margin: 10px auto;
	text-align: center;
}
.createTicket,
.checkTickets{
    display: inline-block;
	height: 28px;
	min-width: 260px;
    line-height: 28px;
    padding: 0 12px;
    font-size: 16px;
    font-weight: bold;
}
.create_ticket_middle {
	background: url(../../img/hcorpo/button_add.png) no-repeat right;
	padding: 0 32px 0 8px;
}
.ticket_cancel, .ticket_submit, .ticket_close {
    display: inline-block;
	height: 28px;
	min-width: 220px;
    line-height: 28px;
    padding: 0 12px;
    font-size: 14px;
}
.ticket_close {
	min-width: 86px;
	margin: 0 10px;
}
.btn_template_front {
	text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    background-color: #3075A2;
    border: 1px solid #D0D0D0;
    border-radius: 14px;
	background: linear-gradient(#4C9FD4, #0F4567);
	background: -webkit-linear-gradient(#4C9FD4, #0F4567);
	background: -moz-linear-gradient(#4C9FD4, #0F4567);
	background: -o-linear-gradient(#4C9FD4, #0F4567);
}
.btn_template_pink {
	text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    background-color: #F80E81;
    border: 1px solid #D0D0D0;
    border-radius: 14px;
	background: linear-gradient(#FB69C0, #E1126D);
	background: -webkit-linear-gradient(#FB69C0, #E1126D);
	background: -moz-linear-gradient(#FB69C0, #E1126D);
	background: -o-linear-gradient(#FB69C0, #E1126D);
}
/* commissions start */
.commissions_info, .my_account_info {
	color: #33383C;
	padding: 8px 0;
}
.comm_table {
	border-collapse: collapse;
}
.comm_table th {
	text-align: left;
	font-weight: bold;
	color: #33383C;
	border-bottom: 4px solid #D4D4D4;
	padding: 8px 16px;
}
.comm_table td {
	padding: 8px 16px;
	border-bottom: 1px solid #D4D4D4;
}
/* commissions end */

/*on spot*/

#cclogo{
    margin-top: 20px;
    font-size:14px;
	font-weight: bold;
	color: #333333;
}

#cclogo img {
    margin-right: 30px;
}

.card_box{
    float:left;
    width:175px;
    height:85px;
}

#paymentOptions.os{
	width: 824px;
    background-image: none;

}

#titleWrapperos{
    
	height:98px;
    background:url(../../img/logo/card_payment_top.png) no-repeat ;
}

.paymentOptionsOSMiddle { 
    background:url(../../img/logo/card_payment_middle.png) repeat-y scroll 0 0 transparent;
    width: 824px;
    padding-top: 10px;
}

.paymentOptionsOSBottom {
    background:url(../../img/logo/card_payment_bottom.png) no-repeat ;
    height:63px;
    width: 824px;
}

.cc_type_choice{
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 20px;
}

.seg_voucher.payOnSpot, .seg_voucher_emitted.payOnSpot {
    height:60px;
}

/* filter bookings start */
.search_label {
	padding: 2px 0;
}
.p-2 {
	padding: 2px;
}
.booking_filter_select {
	width: 182px;
}
.booking_filter_input {
	width: 177px;
}
.stat_field_inputs {
	width: 436px;
}
.large_search_block {
	width: 680px;
}

.segments_br .seg_voucher.payOnSpot,  .segments_br .seg_voucher_emitted.payOnSpot {
    height: 60px;
}
/* filter bookings end */

#showPaymentChanged, #showUnpaid, #showCentralized {
	width: 188px;
	position: relative;
	left: -64px;
}
.arrow_box {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 12px solid #ffffff;
	top: -12px;
}
.message_bubble {
	position: absolute;
	top: 0;
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 8px;
	width: 170px;
	height: auto;
	padding: 12px 8px;
	-webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
#showUnpaid {
	left: 136px;
}
#showPaymentChanged .arrow_box {
	left: 116px;
}
#showUnpaid .arrow_box {
	left: 20px;
}
#admin_right_menu #showPaymentChanged {
	left: 0;
}
#admin_right_menu #showCentralized {
	left: 0;
}
#admin_right_menu #showUnpaid {
	left: 194px;
}
#admin_right_menu #showPaymentChanged .arrow_box {
	left: 134px;
}
#admin_right_menu #showUnpaid .arrow_box {
	left: 32px;
}
#admin_right_menu #showCentralized .arrow_box {
	left: 32px;
}
#basket_val.hideTerms {
    margin-top: 60px;
}

#confirm_button.hideTerms {
    margin-top: 44px;
}

.segmentValidationWrapper{
    margin-left: 35px;
    margin-bottom: 10px;
}

.seg_status_validation {
    width:128px;
   	display: table;
	height: 30px;
	color:#fff;
	float:right;
	font-size:11px;
	font-weight: bold;
	margin-top:6px;
	margin-right:2px;
	text-align:center;
	border-top-right-radius: 14px;
	border-bottom-left-radius: 14px;
}

.seg_text_validation{
    width:100%;
    margin-top: 2px;
}

.validationButton {
    
    height:26px;
    font-size: 11px;
    font-weight: bold;
    background-color: #f90f8c;
    width:215px;
    margin-right: 15px;
    text-align: center;
    color:white;
    border-radius: 14px;
    vertical-align: middle;
    display:table-cell;
    cursor: pointer;
}
.validationButtonsWrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    border-spacing: 20px 0px;
   
}
.excl_img {
    width:30px;
}
.notification {
    font-weight: bold;
    font-size: 12px;
    color:#33383c;
}
.specialRequest {
	padding: 10px 0;
}

.seg_disabled_voucher{
	position: relative;
	width:42px;
	height: 42px;
	background: url(../../img/icons/vouchersmall.png) no-repeat;
	margin-left: 5px;
	float:left;
}
.seg_voucher_label.gray{
    color:#33383c;
}
#approvalForm_wrapper .additional_value_label{
	width:150px;
	padding-left:100px;
}

#rejectionForm_wrapper .additional_value_label{
	width:150px;
	padding-left:100px;
}

#approvalForm_wrapper .additional_value{
    margin-top: 8px;
}
#rejectionForm_wrapper .additional_value{
    margin-top: 8px;
}

.field_wrapper .departmentsFields input{
    width:80px;
}

/* virtual card payment - user template */
.vc_payment_body {
	background: url("/resources/img/disconnected/home1.jpg") no-repeat center center;
	-webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: cover;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
}
.vc_payment_header {
	padding: 32px 0;
	width: 906px;
	margin: 0 auto;
}
.vc_payment_header #login_language {
	position: initial;
	width: auto;
	max-width: 75px;
}
.vc_payment_header #login_language .card_lang {
	color: #ffffff;
}
.vc_payment_logo_hcorpo_orig, .vc_payment_logo_hcorpo_hcorpoce {
	display: block;
	height: 108px;
}
.vc_payment_content {
	width: 906px;
	font-family: Arial;
	font-size: 24px;
	color: #ffffff;
	margin: 64px auto;
}
.vc_wrapper {
	margin: 32px 0;
}
.vc_payment_content a {
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	background: #31383E;
	color: #ffffff;
	border: 1px solid #F7AF41;
	padding: 4px 8px;
	text-transform: uppercase;
	width: 548px;
}
.valign-middle {
	vertical-align: middle;
}

/* excursions start */
.diblock {
	display: inline-block;
}
.activity_desc_wrapper {
	width: 588px;
	float: left;
	border-left: 1px solid rgb(224, 224, 224);
	height: 100%;
	padding-left: 5px;
	margin-left: 5px;
}
.activity_summary {
	padding-bottom: 8px;
}
.activity_category {
	font-weight: bold;
}
.activity_category img {
	vertical-align: middle;
}
.activity_plan {
	width: 744px;
	margin-top: 16px;
}
.activity_plan table {
	width: 100%;
	border-collapse: collapse;
}
.activity_plan tr {
	border-bottom: 1px solid #e0e0e0;
}
.activity_plan tr td {
	height: 36px;
	vertical-align: middle;
}
#excursion_details_wrapper .activity_plan {
	width: 100%;
	margin-top: 16px;
}
.align_left {
	text-align: left;
}

.mc_points {
	padding: 4px 0;
}
.mc_points .miles-wrapper-offer {
	width: 91px;
}
.mc_points .miles-intro {
	display: block;
	float: none;
	text-align: center;
	width: 91px;
}
.mc_points .miles-simple {
	width: 100%;
}
.mc_points .miles-booster {
	display: block;
	float: none;
	margin: 0 auto;
}
.mc_points .miles-intro {
	padding: 0;
}

.mc_points .coupon-wrapper-offer {
	display: block;
	float: none;
	margin: 0 auto;
}
.mc_points .coupon_plus, .mc_points .coupon_val {
	float: none;
	display: inline-block;
}

.bottom_align {
	vertical-align: bottom;
}
.offer_language {
	margin: 8px 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
}
.info_header {
	width: 224px;
}
.miles_header {
	width: 100px;
}
.item_name_cell {
	padding-right: 8px;
}
.item_name_cell .item_name {
	max-height: 30px;
	overflow: hidden;
}
.activity_price {
	color: #33383C;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
    width: 100px;
}
#excursion_details_wrapper {
	width: 976px;
	margin: 0 auto;
	margin-left: 36px;
}
#excursion_details_wrapper .hotel_name {
	float: left;
	margin-top: 0;
}
#excursion_details_wrapper .email-friend {
	padding-top: 0;
}

#excursion_details_wrapper .imgwrp {
	margin: 0 !important;
}
#excursion_details_wrapper .email-input {
	margin-top: 5px;
}
#excursion_details_wrapper #swap {
	padding-top: 10px;
}
.activity_categories {
	padding-top: 8px;
}
.activity-description {
	padding-bottom: 8px;
	line-height: 18px;
	color: #666666;
}
#excursion_details_wrapper #text_description {
	margin-top: 10px;
}
.loc-type {
	width: 200px;
	font-weight: bold;
	border: none !important;
}
.loc-value {
	border: none !important;
}
.travellers_info_wrapper .activity_plan_row {
	border-bottom: none;
}
.trav-offer-table {
	width: 770px;
}
.excursion_travellers .departure_box {
	padding-top: 8px;
}
.excursion_travellers .depart_info {
	margin-top: 12px;
}
.excursion_travellers .label_bt {
	width: 152px;
	font-weight: bold;
	float: none;
	display: inline-block;
}
.excursion_travellers .dep_info {
	padding: 5px 5px 0 0;
	display: inline-block;
	width: 800px;
	vertical-align: middle;
}
.excursion_travellers #details_wrapper {
	margin-bottom: 25px;
}
.excursion_travellers #additional_wrapper {
	margin-top: 0;
}
.excursion_travellers .travellersIcon {
    width: 42px;
    height: 38px;
    background: url(../../img/icons/activities_ticket.png) no-repeat;
}
.transfer_travellers .travellersIcon {
    width: 38px;
    height: 21px;
    background: url(../../img/icons/arrow.gif) no-repeat;
}
.suggestions_wrapper .suggestions_book {
	width: 80px;
	height: 20px;
	line-height: 18px;
	border: 0px;
	outline: none;
	border-radius: 6px;
	color: #ffffff;
	background-color: #279CE4;
	background: linear-gradient(#4ECEFE, #0975D0);
	background: -webkit-linear-gradient(#4ECEFE, #0975D0);
	background: -moz-linear-gradient(#4ECEFE, #0975D0);
	background: -o-linear-gradient(#4ECEFE, #0975D0);
}
.xselling_activities {
	position: relative;
}
.suggestions_search {
	margin: 16px 12px 0 0;
	min-width: 162px;
	max-width: 174px;
	height: 20px;
	line-height: 18px;
	border: 0px;
	outline: none;
	border-radius: 6px;
}
.suggestions .segment_type {
	color: #ffffff;
}
.suggestions .segment_top {
	background: url(../../img/hcorpo/suggestion_box_top.png) no-repeat;
	height: 57px;
}
.suggestions .segment_middle {
	background: url(../../img/logo/suggestion_box_middle_bottom_280.png) no-repeat;
	background-size: 875px 267px;
	height: 256px;
}
.suggestions .segment_bottom {
	background: url(../../img/logo/suggestion_box_bottom.png) no-repeat;
}
.suggestions .segment_type {
	margin-left: 32px;
}
.suggestions .img {
	cursor: pointer;
}
.suggestions_wrapper {
	padding: 24px 46px 0 46px;
}
.suggestions_wrapper .excursion_item:not(:last-child) {
	padding-right: 16px;
}
.suggestions_wrapper .image {
	width: 140px;
	height: 105px;
}
.suggestions_wrapper .excursion_label_wrapper {
	background: #ffffff;
	width: 140px;
	text-align: center;
	padding: 4px 0;
	height: 46px;
	position: relative;
}
.suggestions_wrapper .shadow_box {
	-webkit-box-shadow: 0px 0px 13px 0px #888888;
	-moz-box-shadow: 0px 0px 13px 0px #888888;
	box-shadow: 0px 0px 13px 0px #888888;
}
.suggestions_wrapper .excursion_label {
	position: absolute;
	overflow: hidden;
	max-height: 30px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0 4px;
}
.suggestions_wrapper .excursion_offer_price {
	text-align: center;
	padding-bottom: 8px;
	color: #2F83C9;
	font-weight: bold;
}
.add_segments .btn_add {
	min-width: 139px;
    max-width: 160px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	cursor: pointer;
	border: none;
	outline: none;
	border-radius: 6px;
	color: #ffffff;
	background-color: #279CE4;
	background: linear-gradient(#4ECEFE, #0975D0);
	background: -webkit-linear-gradient(#4ECEFE, #0975D0);
	background: -moz-linear-gradient(#4ECEFE, #0975D0);
	background: -o-linear-gradient(#4ECEFE, #0975D0);
}
.comm_btn {
	position: absolute;
	bottom: 18px;
	right: 16px;
	cursor: pointer;
	min-width: 88px;
    max-width: 146px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	border: none;
	outline: none;
	padding: 0 4px;
	margin: 0;
	border-radius: 6px;
	color: #ffffff;
	background-color: #279CE4;
	background: linear-gradient(#4ECEFE, #0975D0);
	background: -webkit-linear-gradient(#4ECEFE, #0975D0);
	background: -moz-linear-gradient(#4ECEFE, #0975D0);
	background: -o-linear-gradient(#4ECEFE, #0975D0);
}
.comm_btn.add_activity {
	width: auto;
}
.validateb_icon {
	margin: 0 0 0 -30px;
}
.suggestions_description {
	text-align: center;
	padding-top: 12px;
}
.dinline {
	display: inline;
}
.category_item {
	display: table;
	padding: 2px 0;
}
.categ_icon_wrap {
	display: table-cell;
	width: 29px;
}
.categ_label_wrap {
	display: table-cell;
	vertical-align: middle;
}
.excursion_lang {
	width: 104px !important;
}
.highlighted_lang {
	background: #2F83C9;
	color: #ffffff;
	padding: 4px;
	font-weight: bold;
}
.clip_title, .clip_text {
	display: block;
	width: 742px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 0;
}
.clip_text {
	width: auto;
	max-width: 600px;
	margin-top: 8px;
}
.booking_details_wrapper .clip_text {
	width: 540px;
}
.excursion_link.hotel_description {
	margin-top: -8px;
}
.commercial .otherAction {
	display: inline;
	background: none;
	width: 0;
	height: auto;
	margin: 0;
	padding: 0;
	float: none;
	position: inherit;
}
.activity-options .add-transfer {
	height: 42px;
	overflow: hidden;
	margin: 0;
}
.activity-options .add_to_hotel {
	margin: 5px auto;
}
.custom_label_bt {
	max-width: 330px;
	display: inline-block;
}
.ticket_img {
	padding: 0 14px 4px 0;
	width: 56px;
}
#info_box_confirmation {
	margin-top: 32px;
}
.adding_sg_to_basket {
	display: inline-block;
	margin-top: 6px;
}
.activities_notice {
	text-align: center;
	font-weight: bold;
	color: #2F83C9;
}
.limoozin_logo{
	margin: auto;
	width: 156px;
	margin-bottom: 10px;
}
/* excursions end */

/* UIC - user interface content - prefix for all classes intended to be used for content */

.uic-main {
	margin: 9px 42px 10px 26px;
}
.uic-main-header {
	height: 50px;
	border-bottom: 1px solid #ffffff;
	line-height: 50px;
	font-size: 22px;
}
.uic-main-content {
	padding: 10px 20px;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	border-top: 1px solid #e6e6e6;
}
.uic-header {
	height: 32px;
	text-align: left;
	border-bottom: 2px solid #ffffff;
	line-height: 32px;
	font-size: 14px;
}
.uic-main, .uic-wrapper {
	border-radius: 12px;
	box-shadow: 0px 0px 15px #aaaaaa;
	background: #ffffff;
}
.uic-main-header, .uic-header {
	font-weight: bold;
	color: #555555;
	padding: 0 20px;
	background: #ece9e8;
	background: -webkit-linear-gradient(#ffffff, #ece9e8);
	background: -o-linear-gradient(#ffffff, #ece9e8);
	background: -moz-linear-gradient(#ffffff, #ece9e8);
	background: linear-gradient(#ffffff, #ece9e8);
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
.uic-main-header .columnLeft,
.uic-main-header .columnRight{
	width: 180px;
}
.uic-main-header .columnCenter {
	width: 625px;
	text-align: center;
}
.uic-main-header .columnLeftTicket,
.uic-main-header .columnRightTicket{
	width: 240px;
}
.uic-main-header .columnCenterTicket {
	width: 505px;
	text-align: center;
}
.uic-main-header .columnLeft, .uic-main-header .columnRight, .uic-main-header .columnCenter,
.uic-main-header .columnLeftTicket, .uic-main-header .columnRightTicket, .uic-main-header .columnCenterTicket{
	float: left;
}
.uic-main #heading-container #new_search {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
.uic-main-header .columnCenterTicket.no_bd {
    margin: auto;
    float: none;
}
.before_validation {
	text-align: center;
	font-size: 20px;
}
.hotel-desc .uic-main #content_description {
	width: 100%;
	background: none;
}
.main-header-search-padding {
	padding-bottom: 10px;
}

.uic-main-content #content {
	padding: 0;
	background: none;
    width: 990px;
}
.uic-main-content #content.tickets_content {
	width: 1003px;
}
.border-top-none {
	border-top: none;
}
.uic-main-header #heading-container #booking_no_bd {
	position: relative;
	top: 0;
	left: 0;
}
.uic-main-header .top_bd #your_booking {
	line-height: inherit;
}
.uic-header .travellers_type_name {
	font-size: 19px;
}
.uic-header .address {
	font-weight: normal;
	font-size: 12px;
}
.hotel-compare .content_compare .show_hide_prices {
	width: 100%;
}
.wFull {
	width: 100%;
}
.transferSearch {
	font-weight: normal;
}
.uic-wrapper .bpng {
	float: right;
	color: #555555;
	font-size: 14px;
	margin: 0;
}
.uic-main-content #people_table_bt input,
.uic-main-content #people_table_bt select,
.uic-main-content .col1-3 input {
	margin: 5px 3px 3px 15px;
}
table#people_table_bt  td {
	width: 20%;
}
.half-uic-wrapper-left {
	float: left;
	width: 49%;
}
.half-uic-wrapper-right {
	float: right;
	width: 49%;
}
.half-uic-wrapper-left .uic-main-content,
.half-uic-wrapper-right .uic-main-content {
	min-height: 150px
}
.half-uic-wrapper-left .uic-main-content input,
.half-uic-wrapper-right .uic-main-content input {
	margin-bottom: 5px;
}
.uic-main-content .col1-3{
	width:32%;
	float:left;
	padding-top: 3px;
}
.uic-wrapper .uic-header .address {
	font-size: 12px;
	font-weight: normal;
	float: left;
	padding-left: 20px;
}
.uic-wrapper .uic-header .hotel_description {
	font-size: 12px;
	font-weight: bold;
	float: left;
}
.uic-wrapper .uic-header .hotel_details_link {
	cursor: pointer;
	color: #555555;
	text-decoration: underline;
}
#excursion_extra_form .uic-main-content .details_left .res_image {
	float: none;
}
#excursion_extra_form .uic-main-content .details_left {
	width: 165px;
}

/* Height */
.h32 {
	height: 32px !important;
}
.h55 {
	height: 55px !important;
}
.h60 {
	height: 60px !important;
}

/* Paddings */
.p0 {
	padding: 0;
}
.p5 {
	padding: 5px;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-5 {
	padding-top: 5px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-30 {
	padding-top: 30px;
}
.pl-45 {
	padding-left: 45px !important;
}
.pl-15 {
	padding-left: 15px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-15 {
	padding-bottom: 15px;
}

/* Margins */
.m-0{
	margin: 0 !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-25 {
	margin-top: 25px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mHotelOffer {
    margin: 10px 0px 25px 5px;
}
.ml-10 {
	margin-left: 10px;
}
.ml-35 {
	margin-left: 35px;
}

/* Line height */
.lh-normal {
	line-height: normal;
}
.lh-50 {
	line-height: 50px;
}
.lh-60 {
	line-height: 60px;
}

.centerVertical32 {
	height: 32px;
	line-height: 32px;
}
.insurance_logo {
    width: 100%;
    text-align: center;
}
/* good deal offers start */
.clearfix {
    clear: both;
}
.td_offer_price {
	position: relative;
	width: 104px;
	height: 75px;
}
.custom_td_hotel_price {
	width: 104px;
	font-size: 20px;
}
.td_logo {
	width: 104px;
	position: absolute;
	top: -3px;
	left: 0;
}
.offer_price.middle-outer {
	width: 108px;
	padding: 4px 0;
}
.td_offer_price .offer_title_right_total_price {
	padding-left: 12px;
}
.coupon_bubble_big{
    position:absolute;
    width: 370px;
}
.coupon_bubble_top_big{
    width:370px;
    height:27px;
    background:url("../../img/icons/info_bubble_top_big2.png") no-repeat;
}
.coupon_bubble_middle_big{
    background:url("../../img/icons/info_bubble_middle_big2.png") repeat-y;
    text-align:center;
    font-size:11px;
    width:350px;
    padding: 0 0 0 20px;
    background-size:369px 1px;
}
.coupon_bubble_middle_big span{
    color:#7442A5;
}
.coupon_bubble_bottom_big{
    width:370px;
    height:46px;
    background:url("../../img/icons/info_bubble_bottom_big2.png") no-repeat;
}
.big_deal_bubble_div{
    width:320px;
    text-align:left;
    margin: 0 5px 5px;
}
.big_deal_bubble_div .img_div{
    width:40px;
    float:left;
}
.big_deal_bubble_div .text_div{
    float: left;
    font-size: 10px;
    padding-left: 10px;
    padding-top: 3px;
    width: 200px;
}
.big_deal_bubble_div .text_div span{
    color: #000000;
    font-weight:bold;
}
.big_deal_bubble_floated_text{
    padding: 10px 5px 5px;
    width: 320px;
}
.big_deal_bubble_floated_text .text_div{
    float: left;
    font-size: 11px;
    font-weight: bold;
    width: 59px; 
}
.big_deal_bubble_separator{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid black;
    margin: 5px 0;
    padding: 0; 
}
.big_deal_bubble_floated_text .text_div .small{
    color: black;
    font-size: 10px;
    font-weight: normal;
}
.big_deal_bubble_floated_text .text_div_plus{
    float: left;
    font-size: 15px;
    height: 50px;
    line-height: 40px;
    width: 25px;
}
.big_deal_bubble_floated_text .pink{
	padding-top:5px;
}
.big_deal_bubble_separator.bottom{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid black;
    margin: 20px 0 5px;
    padding: 0; 
    width:310px;
}
.bubble_offer{
    padding-left: 5px;
    text-align: left;
}
.bubble_offer span{
    color:black;
}
.big_bubble{
	color: #33383C;
    font-size: 22px;
	font-weight: bold;
    text-align: center;
    width: 104px;
}
.res_offers .big_bubble{
    margin: auto;	
}
/* good deal offers end */

/* cancellation policy bubble start */
.cancellation_policy_bubble .coupon_bubble_top, .cancellation_policy_bubble .coupon_bubble_middle, .cancellation_policy_bubble .coupon_bubble_bottom {
	width: 276px;
	background-size: 276px 27px;
}
.cancellation_policy_bubble .coupon_bubble_middle {
	width: 236px;
}
.cancellation_policy_bubble .coupon_bubble_bottom {
	background-size: 276px 46px;
}
/* cancellation policy bubble end */

.cancellation_policy_bubble .inner_content {
	text-align: left;
}
.res_offers .cancellation_policy_wrapper {
	padding: 0 10px 8px 10px;
	display: inline-block;
	width: 280px;
}
.transfer_offers_wrapper .cancellation_policy_wrapper {
	width: 400px;
}
.cancellation_policy_button,
.hotel_policy_button {
	display: inline-block;
	color: #F49900;
	font-weight: bold;
	cursor: pointer;
	padding: 16px 0 8px 0;
}
.results_cancellation_policy {
	display: table-row;
}
/* hotel cancellation policy bubble */
.cancellationPolicyBubble {
    position: absolute;
    width: 285px;
    height: 225px;
    padding: 25px 30px 40px 70px;
    background: url(../../img/icons/bubble_background.png) no-repeat;
    text-align: center;
    font-size: 11px;
}
.cancellationPolicyBubble .cpol_bubble_middle {
    margin: 10px;
    height: 90%;
    overflow-y: scroll; 
    scrollbar-width: thin;
    scrollbar-color: #aaa #F5F5F5;
    -webkit-mask-image: linear-gradient(black 200px, transparent 100%);
}
.cancellationPolicyBubble .cpol_bubble_middle > div {
    text-align: left;
}
.cancellationPolicyBubble .inner_content {
    margin-bottom: 10px;
}
.cancellationPolicyBubble .policyTitle {
    color: #63C3DC;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
}
#cancellationPolicyBubble ::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
    border-radius: 12px;
}
#cancellationPolicyBubble ::-webkit-scrollbar-thumb {
	background-color: #aaa;
    border-radius: 12px;
}

.green_offer {
	display: inline-block;
	background: url('../../img/logo/green_offers_icon_new.png') no-repeat center;
	background-size: 128px 24px;
	width: 128px;
	height: 24px;
	vertical-align: middle;
}

.offerType_count {
    padding-left: 25px;
}

.coupon_left {
    float:left;
    font-size: 16px;
}

.coupon_right {
    float:right;
    font-size: 16px;
}
.welcome_wrapper {
    text-align:left;
    background: url(../../img/logo/bg_load.png) repeat top left;
	top:0;
	left:0;
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	z-index: 9999;
}

.choose_services {
    padding-top: 50px;
    width:809px;
    height:571px;
    background: url(../../img/hcorpo/choose_services.png) no-repeat;
    padding-left: 100px;
}

.welcome_services_list{
    height: 250px;
    overflow-y: auto;
    width:600px;
}
.no_service{
    margin-top: 15px;
    font-weight:bold;
    margin-bottom: 10px;
}

.wideInput{
    height: 22px;
    width:250px;
    border-radius: 4px;
    border: 1px solid gray;
    -webkit-box-shadow: 2px 2px 2px #999999;
	-moz-box-shadow: 2px 2px 2px #999999;
	box-shadow: 2px 2px 2px #999999;
    color: #4D4D4D;
}
.creditCardsContent {
    min-height: 400px;
    padding-top: 30px;
}
.addCreditCardButton {
    width: 140px;
    cursor: pointer;
}
.cc_text {
    margin: 20px 0 50px 0; 
    font-weight: bold;
}
.loadCreditCard .message {
    font-size: 17px;
    line-height: 30px;
}
.successColor {
    color: #0568a9;
}
.errorColor {
    color: #D00106;
}
table#creditCards {
	background-color: #DDDDDD;
	width: 700px;
}
#creditCards th {
	background: url(../../img/hcorpo/table-top-gradient.jpg) repeat-x;
	height: 27px;
	cursor: pointer;
	color: #0568a9;
}
table#creditCards td {
	height: 38px;
	background-color: white;
	text-align: center;
	color: #545454;
	max-width: 200px;
	word-wrap: break-word;
}
table#creditCards .aliasName {
    padding-left: 10px;
}
.creditCardsContent .newAliasName {
    line-height: 20px;
    margin-right: 10px;
}
#groupe_quote_warning_popup ul, #groupe_quote_warning_popup ol {
	padding: 10px 20px;
}.tp_budget {
    width:70px;
}

/* Signup form */
.registration_wrapper {
    width: 100%;
    min-height: 100%;
    background: url(/resources/img/disconnected/home1.jpg) no-repeat center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: cover;
}
.registration {
    margin: auto;
    padding: 150px 0 100px 0;
    width: 820px;
    height: 900px;
    display: table;
}
.registrationLeft {
    width: 270px;
    height: 100%;
    position: relative;
}
.registration_wrapper .background {
    width: 100%;
    height: 100%;
    background-color: #151a1c;
    opacity: 0.5;
    position: absolute;
}
.registration_wrapper .foreground {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    max-height: 850px;
}
.registration_wrapper .foreground > div{
    display: table-cell;
    vertical-align: middle;
}
.registration_wrapper .homeImg {
    margin-bottom: 80px;
    margin-left: 15px;
}
.registrationRight {
    width: 550px;
    height: 100%;
    padding: 15px 30px;
    background-color: #fff;
}
.middleWrapper {
    margin: auto;
    width: 53%;
}
.buttonsWrapper {
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    padding-top: 20px;
    margin: auto;
}
.registrationButton,
.confirmPassButton {
    width: 100%;
    line-height: 35px;
    background-color: #f7af41;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;    
    cursor: pointer;
    border: none;
    -webkit-box-shadow: 0 0 10px #f7af41; 
    -moz-box-shadow: 0 0 10px #f7af41;
    box-shadow: 0 0 10px #f7af41;
}
.registrationButton[type="submit"],
.confirmPassButton[type="submit"] {
    margin: 50px 0 30px;
}
.registrationTab {
    width: auto;
    float: right;
    padding: 0 10px;
}
.registrationTab.active {
    background: none;
    float: left;
    color: #000;
    font-size: 20px;
    font-weight: 900;
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin-right: 5px;
}
.orLabel {
    width: auto;
    padding: 0 10px;
}
.registration_wrapper #languageBtns a,
.confirmPasswordWrapper #languageBtns a {
    color: #000;
}
.registration_wrapper .title {
    color: #bbb;
    margin: 10px auto 40px!important;
}
.formInput {
    padding: 6px 20px;
    font-size: 14px;
    color: #6E6E6E;
    background-color: #F6F6F6;
    border: none;
    border-radius: 40px;
    width: 100%;
}
.cardFormGroup {
    margin-top: 30px;
    text-align: left;
}
.cardFormGroup label {
    line-height: 1;
    font-weight: normal;
    color: #bbb;
    width: 70%;
}
.cardFormGroup .formInput {
    width: 30%;
    padding: 6px 20px!important;
    text-align: center;
}
.cardFormGroup .formDropdown {
    width: 20%;
    font-size: 14px;
    color: #6E6E6E;
    background-color: #F6F6F6;
    border: none;
}
.swisscardErrorLabel,
.swisscardErrorLabel a,
.swisscardErrorLabel a:hover {
    font-size: 12px;
    color: red;
    font-weight: bold;
    line-height: 1;
}
.form-group {
    position: relative;
    margin-top: 30px;
    margin-bottom: 0!important;
}
.form-control-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 0 0 20px;
    transition: all 200ms;
    font-weight: normal;
    color: #bbb;
    text-align: left;
    width: max-content;
    max-width: max-content;
}
.formInput[value]:not([value=""]) + .form-control-placeholder, select.formInput + .form-control-placeholder {
    font-size: 10px;
    transform: translate3d(0, -30%, 0);
}
.formInput[value]:not([value=""]), select.formInput {
    padding-bottom: 0;
    padding-top: 12px;
}
.optionalInfo {
    position: absolute;
    top: -12px;
    right: 30px;
    font-size: 9px;
    color: #6E6E6E;
}
.passwordWarning {
    text-align: left;
    padding-bottom: 20px;
    padding-top: 5px;
    color: #6E6E6E;
}
.passwordWarning > div {
    width: 80%;
    font-size: 9px;
    padding-left: 10px;
    line-height: 9px;
}
.loginForm {
    margin-top: 120px;
}
.loginForm .registrationButton[type="submit"] {
    margin: 0px 0 30px;
}
.loginForm .inputAddon, .forgotPassForm .inputAddon {
    position: absolute;
    height: 30px;
    width: 30px;
    text-align: center;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-right: 1px solid #bbb;
}
.loginForm .inputAddon img, .forgotPassForm .inputAddon img {
    margin: 8px;
}
.loginForm .form-control-placeholder, .forgotPassForm .form-control-placeholder {
    left: 20px;
}
.loginForm .formInput, .forgotPassForm .formInput {
    padding-left: 37px;
}
#right_menu_content #languageBtns a {
    color: #26408D;
}
.dropdown-menu li {
    text-align: left;
    padding: 0 5px;
}
#lang_logout .dropdown-menu, #login_language .dropdown-menu {
    position: absolute;
    right: 0;
    z-index: 1000;
    float: left;
    min-width: 50px;
    padding: 5px 0;
    text-align: center;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
#lang_logout .dropdown-menu {
    right: 13px!important;
}
#login_language .dropdown-menu {
    right: 5px!important;
}
#lang_logout .card_flag, #login_language .card_flag {
    margin-right: 5px;
}
#lang_logout .arrow-down {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../../img/icons/arrowDownBlueSmall.png) no-repeat center;
}
#login_language .arrow-down {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../../img/icons/arrowDownWhiteSmall.png) no-repeat center;
}
#languageBtns {
	cursor: pointer;
	padding: 0px;
	font-size: 12px;
	float: right;
	color: #ffffff;
}
#languageBtns a {
	color: #ffffff;
	text-decoration: none;
}
#languageBtns ul li a {
	color: #31383e;
	text-decoration: none;
	text-align: center;
}
#languageBtns ul.dropdown-menu {
	background-color: #ffffff;
	min-width: 50px;
	right: 0;
	left: auto;
}
#languageBtns ul.dropdown-menu a:hover {
	background-color: #e8e4da;
}
.registration_wrapper .company_creation_subtitle {
    color: #bbb;
    font-size: 12px;
    width: 400px;
    margin: 50px auto -20px -75px;
}
.registrationErrorLabel, .sfErrorLabel, .errorLabelColor {
    color: #f7af42;
    font-size: 12px;
}
.registrationErrorColor {
    color: #f7af42;
}
.registration_wrapper table {
    height: 650px;
}
.registration_wrapper table tbody {
    vertical-align: top; 
}
#signupRegistrationForm .phonePrefixDropdown {
    padding: 7px 0;
    width: 17%;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    float: left;
    background-color: #E3E3E3;
    color: #949494;
    border: none;
}
.whoPhoneInput {
    padding-left: 5px;
    float: left;
    width: 68%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.phoneCodeInput {
    width: 15%;
    padding: 6px 0;
    color: #949494;
    float: left;
    border-radius: 0;
    text-align: center;
}
.phoneLabel {
    left: 90px;
    padding-left: 0;
}
.res_title_right_who {
	overflow: hidden;
    margin-right: 10px;
    min-width: 55px!important;
}
.extra_cnt_flg_who {
	width:55px;
}
.registration_wrapper #forgot{
	font-weight: normal;
	color: #bbb;
}
.remeberMe {
    text-align: left;
    margin: 30px 0 15px 15px;
    font-size: 14px;
    color: #6E6E6E;
    position: relative;
}
.loginForm #remember {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f7af41;
    padding: 7px;
    border-radius: 3px;
}
.loginForm .chekLabel {
    position: absolute;
    top: 0px;
	left: 1px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    pointer-events: none;
}
.loginForm #remember:checked ~ .chekLabel::after {
    content: "\2713";
}
.loginForm .forgotPass {
    font-weight: normal;
    color: #bbb;
    text-align: right;
    font-size: 12px;
    cursor: pointer;
}
.forgotPassForm.background {
    background: url(../../img/logo/bg_load.png) repeat scroll left top transparent;
    height: 100%;
    position: fixed;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.forgotPassForm .form {
    margin: auto;
    width: 500px;
    background-color: #fff;
    position: relative;
    padding: 30px 0 50px;
    
    
    margin-top: 300px;
}
.forgotPassForm .closeBtn {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.forgotPassForm .title {
    font-size: 20px;
    font-weight: 900;
    color: #000;
}
.forgotPassForm .subtitle {
    color: #bbb;
    font-weight: normal;
    margin: 20px 80px;
}
.forgotPassForm .registrationButton[type="submit"] {
    margin: 30px 0 0;
}
.errorMessage {
    margin: 20px 50px 0;
    text-align: left;
}
.forgotPassForm .continueButton {
    width: 210px!important;
    margin-top: 40px;
}
.successContent img {
    margin-top: 10px;
    margin-bottom: 20px;
}
.successMessage {
    font-weight: normal;
    color: #bbb;
    font-size: 13px;
}
.vat_regime_applied {
	font-size: 16px;
	margin:  5px 0;
	text-align: center;
	font-weight: bold;
	border: 1px solid #D0D0D0;
}
.gk-corner-all {
	border-radius: 12px;
}
.gk-button-gradient {
	color: #ffffff;
    background-color: #104264;
	background: linear-gradient(#268CCE, #104264);
    background: -webkit-linear-gradient(#268CCE, #104264);
    background: -moz-linear-gradient(#268CCE, #104264);
    background: -o-linear-gradient(#268CCE, #104264);
}
.gk-gradient-default {
	color: #ffffff;
	background-color: #F69C14;
	background: linear-gradient(#FFC23D, #F88300);
	background: -webkit-linear-gradient(#FFC23D, #F88300);
	background: -moz-linear-gradient(#FFC23D, #F88300);
	background: -o-linear-gradient(#FFC23D, #F88300);
}/* bookings sorting */
.my_bookings_middle .sortingField {
    width: max-content;
    margin: auto;
    cursor: pointer;
}
.my_bookings_middle .sortingIcon {
    width: 20px;
    height: 10px;
    margin-top: 3px;
    filter: brightness(50%);
}
.my_bookings_middle .activeSorting {
    filter: brightness(100%);
}
.my_bookings_middle .desc {
    background: url(../../img/icons/descending_grey.png) no-repeat center top;
}	
.my_bookings_middle .asc {
    background: url(../../img/icons/ascending_grey.png) no-repeat center top;
}	
.my_bookings_middle .desc.activeSorting {
    background: url(../../img/icons/descending.png) no-repeat center top;
}
.my_bookings_middle .asc.activeSorting {
    background: url(../../img/icons/ascending.png) no-repeat center top;
}

/* Confirm password form */
.confirmPasswordWrapper {
    margin: auto;
    width: 700px;
    color: #33383C;
    background-color: #F4F4F4;
    border-radius: 16px;
    -webkit-box-shadow: 1px 1px 10px 1px grey;
    -moz-box-shadow: 1px 1px 10px 1px grey;
    box-shadow: 1px 1px 10px 1px grey
}
.confirmPasswordWrapper .formInput {
    background-color: #fff;
    width: 220px;
    height: 20px;
}
.confirmPasswordMiddle {
    padding: 15px;
    margin-top: 2px;
    border-top: 1px solid #ddd;
}
.confirmPasswordForm {
    width: 260px;
    margin: auto;
}
.confirmPasswordForm {
    padding: 0 100px;
}
.confirmPasswordTitle {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding: 5px;
    text-align: center;
    background: -webkit-linear-gradient(#ffffff, #f1f1f1);
	background: -o-linear-gradient(#ffffff, #f1f1f1);
	background: -moz-linear-gradient(#ffffff, #f1f1f1);
	background: linear-gradient(#ffffff, #f1f1f1);
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.confirmPasswordWrapper .subtitle {
    font-weight: normal;
    margin: 20px 80px;
}

/* GDPR PAGE */
.gdpr_header {
    width: 725px;
    position: relative;
    top: 7px; 
    /*height: 152px;*/
    height: 300px;
    margin: auto;
}
.gdpr_content {    
    width: 800px;
    margin: auto;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #999;
}
.gdpr_content .header {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #26408D;
    border-radius: 6px;
    padding: 15px;
}
.gdpr_content .content {
    margin: 15px 20px 50px 20px;
}
.gdpr_buttons div {
    min-width: 100px;
    text-align: center;
    border-radius: 6px;
    padding: 10px 15px;
    margin-left: 30px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    background-color: #F2F2F2;
}
.gdpr_buttons .ok {
    background-color: #56BB00;
    color: #fff;
}
.gdpr_buttons .readMore a {
    color: #64C2DB;
    text-decoration: none;
}
/* results page new layout */
/* global TrustScore review note */
.reviews {
    font-size: 12px;
    font-weight: bold;
    color: #504f4e;
}
.reviews .reviewDescr {
    text-transform: uppercase;
    color: #F49900;
}
.reviewNote {
    position: relative;
    margin: 0 8px 0 20px;
    color: #F49900;
}
.reviewNote > div {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
}
.reviewNote span {
    font-size: 20px;
}
.reviewPopup {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 1000;
    width: 260px;
}
.reviewPopup .topArrow {
    height: 20px;
    background: url(../../img/icons/arrow_up_gray.png) no-repeat center;
}
.reviewPopup .content {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px 3px #E1E1E1;
    -moz-box-shadow: 0px 0px 8px 3px #E1E1E1;
    box-shadow: 0px 0px 8px 3px #E1E1E1;
    text-align: center;
}
.reviewPopup .criteriaItem:nth-child(n+5) { /* display only first 4 criterias */
    display: none;
}
.reviewPopup .reviewCriteria > div:first-child {
    text-align: left;
}
.reviewPopup .reviewCriteria {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
.reviewPopup .criteriaRating {
    width: 60%;
    height: 12px;
    margin-right: 5px;
    background-color: #E4E3E2;
    border: 1px solid #3b3b3b;
}
.reviewPopup .reviewBtn {
    width: 50%;
    margin: auto;
    margin-bottom: 20px;
    padding: 10px 20px 10px 10px;
    color: #fff;
    background: url(../../img/icons/arrow_right_white.png) no-repeat center right;
    background-color: #464646;
    cursor: pointer;
    text-align: left;
}
.reviewPopup .reviewBtn p {
    overflow: hidden;
}

/* review filter */
#review_wrapper {
    width: 100%;
    height: 14px;
    border-left: 2px solid #33383C;
    border-right: 2px solid #33383C;
    position: relative;
}
.rwText {
   height: 18px;
}
.rwText .first {
    float: left;
    margin-left: -5px;
}
.rwText .last {
    float: right;
    margin-right: -12px;
}
.rwSelected {
    position: absolute;
    margin-top: -18px;
    color: #F49900;
    font-weight: bold;
}
.slidecontainer {
    width: 100%;
}
.slider {
    -webkit-appearance: none;
    -moz-apperance: none;
    width: 100%;
    outline: none;
    height: 12px;
    margin: 0;
    background: transparent;
    cursor: pointer;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none; 
    appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 30px;
    background: #F49900;
    cursor: pointer;
}
.slider::-moz-range-track {
    height: 2px;
    background: #F49900;
    outline: none;
}
.slider::-moz-range-progress {
    background: #33383C;
}
.slider::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border-radius: 30px;
    background: #F49900;
    cursor: pointer;
}
.slider::-ms-track {
    height: 2px;
    background: #F49900;
    outline: none;
    border: none;
}
.slider::-ms-fill-lower {
    background: #33383C;
}
.slider::-ms-thumb {
    width: 12px;
    height: 12px;
    margin-top: 0;
    border-radius: 30px;
    background: #F49900;
    cursor: pointer;
}
#reviewForm .slider::-moz-range-track {
    background: #33383C;
}
#reviewForm .slider::-ms-track {
    background: #33383C;
}

/* hotel block */
.hotelResult {
    margin: 5px 5px 30px 5px;
    border-radius: 12px;
    border: 1px solid #E1E1E1;
    background-color: #FBFBFB;
    -webkit-box-shadow: 0px 0px 8px 3px #E1E1E1;
	-moz-box-shadow: 0px 0px 8px 3px #E1E1E1;
	box-shadow: 0px 0px 8px 3px #E1E1E1;
    position: relative;
}
.hotelResult.genericHighlight {
	-webkit-box-shadow: 0px 0px 8px 3px #26408D;
	-moz-box-shadow: 0px 0px 8px 3px #26408D;
	box-shadow: 0px 0px 8px 3px #26408D;
}
.hotel-desc.genericHighlight .uic-main {
	-webkit-box-shadow: 0px 0px 15px #26408D;
	-moz-box-shadow: 0px 0px 15px #26408D;
	box-shadow: 0px 0px 15px #26408D;
}
/* hotel header */
.hotelResult .res_title {
    width: 770px;
    height: 60px;
    background: none;
    color: #3b3b3b;
    padding-top: 5px;
}
.hotelResult .res_title_info {
    width: 550px;
    border-bottom: 1px solid #E0E0E0;
    margin: 0 15px;
    padding-bottom: 5px;
    height: 54px;
} 
.hotelResult .large_title_width {
    width: 740px;
}
.hotelResult .hotel_description_name {
    width: 100%;
    margin: 0;
    padding-top: 10px;
}
.hotelResult .hotel_localiz {
    width: 145px;
    margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}
.hotelResult .distance, 
.hotelResult .hotel-address {
    padding: 0;
    margin: 0;
}   
.hotelResult .hotel_name {
    padding: 0;
    margin: 0;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} 
.hotelResult .reviews {
    border-left: 1px solid #E0E0E0;
    margin-top: 10px;
    height: 50px;
}
.notesInfo {
    width: 120px;
}
.reviewBadge ~ .notesInfo {
    width: 90px;
}

/* hotel offers*/
.hotelResult .res_middle {
    width: 768px;
    background: none;
    position: relative;
    padding: 0;
    display: flex;
    margin-bottom: 25px;
}
.hotelResult .details_left {
    display: initial;
    padding: 5px 15px 0 14px;
    margin: 0;
    width: 240px;
    border-right: 1px solid #E0E0E0;
}
.hotelResult .res_image {
    width: 100%;
    border: none;
    float: none;
    padding: 0;
    margin-bottom: 10px;
}
.hotelResult .img_holder {
    height: 150px;
}
.hotelResult .img_holder img {
    display: block;
}
.transparentOverlay {
    position: absolute;
    background-color: #555;
    opacity: 0.3;
    width: 240px;
    height: 150px;
    top: 5px;
    cursor: pointer;
}
.hotelResult .galleryPics {
    background: url(../../img/icons/photos_plus.png) no-repeat;
    padding-left: 30px;
    padding-top: 5px;
    height: 30px;
    display: inline-block;
    position: absolute;
    color: #fff;
    margin-top: -80px;
    margin-left: 80px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.hotelResult .hotel_details_link {
    color: #F49900;
}
.hotelResult .plan {
    background: url(../../img/hcorpo/icons/plan.png) no-repeat;
    color: #F49900;
}
.hotelResult .res_facilities {
    margin-top: 10px;
    letter-spacing: 0;
    width: 145px;
}
.hotelResult .kcode {
    text-align: right;
}
.hotelResult .res_offers {
    display: block;
    border: none;
    width: 500px;
    padding: 0;
    height: inherit;
} 
.hotelResult .offer_wrapper{
    padding: 0;
    display: flex;
    align-items: stretch;
}
.fullHeight.offer_wrapper {
    border: none;
}

.hotelResult .res_offers > .offer_wrapper .offer_price_info {
    border-left: 1px solid #E0E0E0;
}
.hotelResult .offer_info {
    float: left;
    width: 280px;
    padding-top: 10px;
    padding-bottom: 50px;
    margin: 0 15px;
}
.hotelResult .offer_price_info {
    float: left;
    width: 158px; 
    margin-bottom: 10px;
    padding: 10px 15px 0;
    position: relative;
    text-align: center;
}
.fullHeight .offer_price_info {
    margin: 0;
}
.hotelResult .offer_price_info .content {
    background-color: #f5f5f5;
    height: 100%;
    padding-bottom: 5px;
}
.hotelResult .offer_price_info.priceHidden .content {
    background-color: inherit;
}
.hotelResult .offer_price_info.priceHidden .offer_price,
.hotelResult .offer_price_info.priceHidden .td_offer_price,
.hotelResult .offer_price_info.priceHidden .offer_price_4x_container,
.hotelResult .offer_price_info.priceHidden .offer_miles,
.hotelResult .offer_price_info.priceHidden .pricePP,
#offers_section .offer_price_info.priceHidden .offer_price,
#offers_section .offer_price_info.priceHidden .miles_coupon_wrap {
    display: none;
}
.hiddeable_offers > .offer_wrapper:last-child .offer_info {
    padding-bottom: 65px;
}
.hotelResult .room_plan {
    padding: 5px 0px 8px 0;
}
.hotelResult .room_text {
    width: auto;
    padding: 0;
    background: none;
}
.hotelResult .offer_miles, .hotelResult .miles-simple {
    width: 100%;
}
.hotelResult .miles-wrapper-offer {
    width: 100%;
    margin-top: 15px;
}
.hotelResult .miles-booster{
	width: 80%;
}
.hotelResult .milesCountWrapper {
	display: inline-block;
	width: 70%;
	text-align: center;
	color: black;
}
.milesActWrapper .milesCountWrapper {
	width: 100%;
	font-weight: bolder;
	color: #1a2c60;
}
.hotelResult .offer_price {
    width: 100%;
    padding-top: 15px;
}
.hotelResult .td_offer_price {
    padding-top: 3px;
}
.hotelResult .td_logo {
    top: 0;
}
.hotelResult .offer_price_4x {
    text-align: center;
    width: 100%;
}
.hotelResult .pricePP {
    width: auto;
    float: none; 
    margin: 10px 0 0;
}
.hotelResult .price_pp {
    color: #555555;
}
.hotelResult .offer_book {
    position: absolute;
    bottom: 10px;
    width: 158px;
}
.hotelResult .offer_book .book {
    margin: auto;
}
.hotelResult .res_offers .cancellation_policy_wrapper {
    width: 195px;
    padding: 0 10px 0 0;
}
.hotelResult .compare {
    position: absolute;
    bottom: 35px;
    margin-left: 15px;
}
.hotelResult .hiddeable_offers:not(.hide) ~ .compare {
    bottom: 50px;
}
.hotelResult .toggle_offers {
    position: absolute;
    bottom: 10px;
    margin-left: 15px;
}
.hotelResult .hiddeable_offers:not(.hide) ~ .toggle_offers {
    bottom: 25px;
}
/* end results page new layout 
/* hotel description redesign */
.hotelDetailsSection #offers2 {
    margin-top: 0;
}
#offers2 .offer_wrapper {
    display: flex;
    align-items: center;
}
.sectionHeader {
    display: inline-block;
    padding: 3px;
    border: 1px solid #F49900;
    -webkit-box-shadow: 0px 0px 1px 0px #F49900;
    -moz-box-shadow: 0px 0px 1px 0px #F49900;
    box-shadow: 0px 0px 1px 0px #F49900;
    color: #F49900;
}
.hotelDescrHighlight {
    font-size: 18px;
    font-weight: bold;
    color: #F49900;
    margin-bottom: 10px;
}
.hotel_details_tabs {
    padding: 15px 0;
    background-color: #f8f7f7;
    text-transform: uppercase;
    display: inline-block;
}
.hotel_details_tabs > div {
    display: inline;
    padding: 3px 15px;
    color: #33383C;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #3d3c3b;
    cursor: pointer;
}
.hotel_details_tabs > div:last-of-type {
    border: none;
}
.hotel_details_tabs > div.active {
    color:  #F49900;
}
.hotel_actions {
    width: 100%;
    color: #33383C;
    border-top: 1px solid #3d3c3b;
    margin-top: 3px;
    display: flex;
    justify-content: space-between;
}
.hotel_actions > div {
    cursor: pointer;
    margin-top: 5px;
}
.hotel_actions > div:not(:last-of-type) {
    margin-right: 10px;
}
.hotel_actions #emailTo {
    width: 85%;
}
.hotel_actions .send_page_button {
    background: none;
    background-color: #33383C;
    color: #fff;
    height: 21px;
    width: 13%;
}
.hotel_actions img {
    vertical-align: middle;
}
.hotel_actions span {
    font-size: 12px!important;
    line-height: 20px;
}
.hotel_actions .show_hide_map {
    font-weight: normal;
    width: auto;
    float: left;
    padding: 0;
}
.hotelDetailsSection {
    margin-top: 30px;
}
.hotelDetailsSection .title {
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 15px;
    background-color: #33383C;
    color: #fff;
    text-transform: uppercase;
}

/* description section */
/* description section */
.resultsGalleryWrapper {
    width: 100%;
    left: 0!important;
    background: white;
    height: auto;
    max-height: 100vh;
    overflow-y: scroll;
}
.resultsGalleryWrapper .middleWrapper {
    width: auto;
    max-width: 1096px;
    margin: 30px auto;
    display: flex;
}
.resultsGalleryWrapper .hotelGallery {
    width: 680px;
    margin-right: 15px;
    flex: 2;
}
.resultsGalleryWrapper .similarOffers {
    width: 400px;
    padding-left: 20px;
    border-left: 1px solid #E0E0E0;
}
.resultsGalleryWrapper .container-close {
    right: 0;
    top: 0;
}
.resultsGalleryWrapper .galleryTitle {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 20px;
    width: 100%;
    height: 50px;
    display: flex;
}
.resultsGalleryWrapper .hotel_name {
    font-size: 19px;
}
.resultsGalleryWrapper #carusel {
    width: 660px;
    display: flex;
    justify-content: center;
}
.resultsGalleryWrapper .fullWidthCarousel #carusel {
    width: 1080px;
}
.resultsGalleryWrapper #mycarousel-prev,
.resultsGalleryWrapper #mycarousel-next {
    width: 30px;
    margin: 35px 0px;
}
.resultsGalleryWrapper #mycarousel-midd {
    width: auto;
    min-width: 600px;
}
.resultsGalleryWrapper #imagecell > img {
    max-width: 100%;
    max-height: 400px;
}
.resultsGalleryWrapper .fullsizeimg {
    width: 100%;
    height: 400px;
    overflow: hidden;
    text-align: center;
    margin: 15px 0;
}
.resultsGalleryWrapper .reviews {
    width: 200px;
}
.resultsGalleryWrapper .result_stars {
    white-space: nowrap;
}
.resultsGalleryWrapper .result_stars img {
    width: 15px; 
}
.resultsGalleryWrapper .offersTitle {
    color: #F49900;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 70px;
}
.resultsGalleryWrapper .offersContent {
    background-color: #f5f5f5;
    padding: 15px 10px;
}
.resultsGalleryWrapper .img_holder {
    height: 100px;
    overflow: hidden;
}
.resultsGalleryWrapper .img_holder img {
    width: 160px;
}
.resultsGalleryWrapper #imgcarousel li {
    height: 100px;
    width: 150px;
}
.resultsGalleryWrapper #imgcarousel .img {
    max-width: 150px;
    max-height: unset;
}
.resultsGalleryWrapper .offersContent {
    background-color: #f5f5f5;
    padding: 15px 10px;
}
.resultsGalleryWrapper .similarOffer {
    border-bottom: 1px solid #E0E0E0;
    padding-left: 30px;
    padding: 15px 0;
}
.resultsGalleryWrapper .similarOffer:last-of-type {
    border: none;
}
.resultsGalleryWrapper .offerDetails {
    padding-left: 10px;
    width: 190px;
}
.resultsGalleryWrapper .hotel_description_name {
    margin: 0;
    font-weight: bold;
    flex: 2;
}
.resultsGalleryWrapper .hotel-address {
    margin-left: 0;
}
.resultsGalleryWrapper .imageNumber {
    color: #F49900;
    font-weight: bold;
}
.similarOffer .reviewNote canvas {
    width: 30px;
    height: 30px;
}
.similarOffer .reviewNote > div {
    font-size: 12px;
    width: 30px;
    height: 30px;
}
.similarOffer .address {
    font-size: 11px;
    font-weight: bold;
}
.similarOffer .offerPrice {
    color: #63C3DC;
    font-weight: bold;
    margin-top: 15px;
}
.similarOffer .reviewNote {
    margin-right: 0;
}
.similarOffer .hotelName {
    width: 140px;
    font-weight: bold;
    margin-bottom: 10px;
}
.hotelDetailsSection #hotelimg {
    max-height: 250px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.hotelDetailsSection .descrLeftWrapper {
    margin-right: 20px;
    width: 450px;
    text-align: right;
}
.hotelDetailsSection .descrLeftWrapper .imageNumber {
    color: #F49900;
    font-weight: bold;
    text-align: right;
}
.travelersHotelTitle .address {
   padding: 0!important;
   font-weight: bold!important;
}
.details_wrapper {
    display: flex;
}
.hotelDetailsSection .image_wrapper {
    overflow: visible;
    margin: 0;
    max-width: max-content;
}
.details_wrapper .image_wrapper img {
    min-width: 150px;
    min-height: 90px;
    max-width: 450px;
    max-height: 250px;
    float: none;
}
.details_wrapper .image_wrapper .next,
.details_wrapper .image_wrapper .prev {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
}
.details_wrapper .image_wrapper .next {
    background: url(../../img/icons/carousel_right.png) no-repeat center;
    right: 0;
}
.details_wrapper .image_wrapper .prev {
    background: url(../../img/icons/carousel_left.png) no-repeat center;
}
.details_wrapper .highlights > div {
    height: 35px;
    font-weight: bold;
    font-size: 11px;
    margin-left: 5px;
}
.details_wrapper .highlights > div:nth-child(n+7) { /* display only first 7 highlights */
    display: none;
}
.details_wrapper .descrRightWrapper {
    width: 240px;
    float: left;
    padding: 10px 15px 30px 15px;
    margin-bottom: 30px;
    position: relative;
}
.details_wrapper .descrRightWrapper.bonusBackground {
    background-color: #f8f7f7;
}
.details_wrapper .bookOffers {
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    padding: 3px 15px;
    font-size: 11px;
    background-color: #61D400;
    border: 1px solid #D0D0D0;
    border-radius: 8px;
    background: linear-gradient(#6FF900, #4DA300);
    background: -webkit-linear-gradient(#6FF900, #4DA300);
    background: -moz-linear-gradient(#6FF900, #4DA300);
    background: -o-linear-gradient(#6FF900, #4DA300);
}
.details_wrapper .descrRightWrapper .bookOffers {
    position: absolute;
    right: 80px;
    bottom: 0;
}
.shortDescr {
    margin-top: 40px;
    overflow: hidden;
    text-align: justify;
}
.conServicesSection, .equipmSection {
    padding: 10px 5px;
    background-color: #f8f7f7;
    margin-top: 30px;
}
.conServicesSection p {
    text-align: justify;
    margin: 5px 0;
    padding: 0 8px;
    border-left: 1px solid #3d3c3b;
}
.conServicesSection .serviceCateg {
    text-align: center;
    width: 15%;  
} 
.equipmSection .equipm {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
}
.equipmSection .equipm span {
    padding-left: 10px;
    line-height: 20px;
}

/* reviews section */
#review_section {
    padding-bottom: 30px;
    border-bottom: 2px solid #E4E3E2;
    position: relative;
}
#review_section .title {
    margin-right: 10px;
}
#review_section .languageFilter {
    background-color: #E4E3E2;
    border: none;
    padding: 3px 8px;
}
.travelersFilter {
    display: flex;
    border-top: 1px solid #3d3c3b;
    padding: 15px 0;
    margin-bottom: 15px;
}
.travelersFilter .travelerType {
    color: #3d3c3b;
    background-color: #E4E3E2;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
}
.travelersFilter .travelerType:not(:last-of-type) {
    margin-right: 20px;
}
.travelersFilter .travelerType span {
    color: #F49900;
}
.travelersFilter .selected, .travelersFilter .selected span {
    color: #fff;
    background-color: #F49900;
}
.reviewCriterias .criteriaItem:nth-child(n+7) { /* display only first 6 criterias */
    display: none;
}
.reviewCriterias.expanded .criteriaItem {
    display: block;
}
.reviewCriterias.expanded .criteriaItem:nth-child(n+11) { /* display only first 10 criterias for expanded view */
    display: none;
}
.criteriaItem .reviewCriteria {
    width: 30%;
    float: left;
    margin: 0 5% 30px 0;
}
.criteriaItem:nth-child(3n) .reviewCriteria {
    margin-right: 0;
}
.reviewCriterias.expanded .reviewCriteria {
    clear: both;
    margin: 0 5% 30px 0;
}
.criteriaItem .criteriaHighlight {
    display: none;
}
.reviewCriterias.expanded .criteriaHighlight {
    display: block;
    width: 60%;
    color: #33383C;
}
.criteriaItem .criteriaRating {
    width: 80%;
    height: 12px;
    background-color: #E4E3E2;
}
.criteriaItem .notesNo {
    color: #aaa;
}
.addReviewBtn {
    background-color: #F49900;
    color: #fff;
    height: 20px;
    padding: 2px 5px;
    cursor: pointer;
    margin-top: 25px;
}
.emptyReviews ~ #addReview .addReviewBtn {
    margin-top: 0;
}
.addReviewBtn span {
    vertical-align: bottom;
    line-height: 20px;
}
#review_section .agentsReview {
    display: flex;
    border-bottom: 1px solid #ccc;
}
.agentsReviews:not(.expanded) .agentsReview:nth-child(n+2) {
    display: none!important;
}
#review_section .reviewsLeft {
    display: inline-block;
    width: 120px;
    background-color: #f8f7f7;
    padding: 10px;
}
#review_section .reviewsLeft span:first-child {
    text-transform: uppercase;
}
#review_section .reviewsRight {
    display: inline-block;
    width: 100%;
    background-color: #E4E3E2;
    padding: 10px;
}
#review_section .reviewNote {
    margin: 0 30px;
    font-weight: bold;
    color: #33383C;
}
#review_section .comment {
    max-width: 70%;
    word-break: break-word;
}
#review_section .verifiedReview > img {
    display: inline;
    vertical-align: middle;
    margin-right: 5px;
}
#review_section .verifiedReview > div {
    padding: 2px 5px;
    background-color: #fff;
    display: inline;
    font-size: 11px;
    text-transform: capitalize;
}
#review_section .pagination_wrapper:not(.hide) {
    float: none;
    margin: auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.expandReviews {
    width: 100%;
    height: 30px;
    text-align: center;
    position: absolute;
    bottom: -15px;
}
.expandReviews.expand {
    background: url(../../img/icons/add_round.png) no-repeat center top;
}
.expandReviews.close {
    background: url(../../img/icons/minus_round.png) no-repeat center top;
}

/* offers section */
.hotelDetailsSection .room_text {
    padding: 0;
    background: none;
}

.hotelDetailsSection .offer_price_info {
    background-color: #f8f7f7;
    padding: 10px;
    margin: 15px 0;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.hotelDetailsSection .offer_price_info .offer_book {
    width: 50%;
    margin-top: 15px;
}
.hotelDetailsSection .offer_price_info .offer_book > div {
    float: right;
}
.hotelDetailsSection .offer_price_info.priceHidden {
    background-color: inherit;
}
.hotelDetailsSection .offer_price_info.priceHidden .offer_book {
    margin: 0;
    width: 100%;
}
.hotelDetailsSection .offer_number {
    background: none;
    background-color: #F49900;
    border-radius: 30px;
    color: #fff;
    padding: 3px;
    width: 18px;
    height: 18px;
}
/* end hotel description redesign */

.passengersWrapper {
    margin-top: 20px;
}
.passengerLine {
    margin-top: 15px;
}
.trav_label{
    margin-right: 10px;
    margin-left: 10px;
    padding-top:5px;
	color:#555555;
	font-size:12px;
	font-weight: bold;
    margin-bottom: 5px;
}
/* Review form page */
.reviewForm #content_description {
    width: 100%;
}
.reviewForm .headerLeft {
    width: 20%;
    min-height: 1px;
    color: #26408D;
    font-weight: bold;
}
.reviewForm .headerCenter {
    width: 60%;
    text-align: center;
    color: #63C3DB;
    font-weight: bold;
}
.reviewForm .headerCenter img {
    vertical-align: text-bottom;
    margin-right: 10px;
}
.reviewForm .hotel_details {
    margin-bottom: 30px;
}
.reviewForm .hotelNameWrapper {
    margin: 15px 0;
}
.reviewForm .hotelName {
    font-weight: bold;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    padding-right: 15px;
}
.reviewForm .descrWrapper {
    width: 82%;
}
.reviewForm .image_wrapper {
    margin-right: 3%;
}
.reviewForm .shortDescr {
    margin: 0;
}
#hotelDescriptionReadMore {
    cursor: pointer;
}
.reviewForm .sectionHeader {
    border: 1px solid #63C3DB;
    -webkit-box-shadow: 0px 0px 1px 0px #63C3DB;
    -moz-box-shadow: 0px 0px 1px 0px #63C3DB;
    box-shadow: 0px 0px 1px 0px #63C3DB;
    color: #63C3DB;
}
.reviewForm .section .sectionHeader {
    font-size: 13px;
    margin-bottom: 15px;
}
.reviewForm .section {
    margin-bottom: 50px;
}
.reviewForm .reviewLeft {
    width: 40%;
    margin-right: 7%;
}
.reviewForm .reviewRight {
    width: 53%;
}
.reviewForm .travelerName {
    color: #3d3c3b;
    background-color: #E4E3E2;
    padding: 2px 10px;
    border: none;
    width: 150px;
}
.reviewForm .reviewInput {
    color: #3d3c3b;
    background-color: #E4E3E2;
    padding: 5px 3%;
    border: none;
    width: 94%;
    resize: none;
    font-family: Arial, Verdana, sans-serif;
}
.reviewForm textarea.reviewInput {
    height: 250px;
    padding-top: 10px;
}
.reviewForm .reviewInput::placeholder {
    color: #3d3c3b;
}
.reviewForm .reviewInput:-ms-input-placeholder {
    color: #3d3c3b;
}
.reviewForm .reviewInput::-ms-input-placeholder {
    color: #3d3c3b;
}
.reviewForm .noteValue {
    float: left;
    width: 10%;
    text-align: center;
}
.reviewForm .noteValue.selected {
    color: #F49900;
}
.reviewForm .slider {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
}
.reviewForm .criteriaItem {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.reviewForm .criteriaName {
    width: 25%;
    color: #3d3c3b;
    background-color: #E4E3E2;
    padding: 5px 0;
    text-align: center;
    margin-top: 10px;
}
.reviewForm .criteriaNotes {
    width: 70%;
}
.reviewForm .criteriaNote {
    width: 9%;
    float: left;
    text-align: center;
    color: #63C3DB;
    font-weight: bold;
}
.reviewForm .criteriaNote .criteriaCheck {
    width: 14px;
    height: 14px;
    margin: auto;
    margin-top: 3px;
    border-radius: 30px;
    border: 1px solid #63C3DB;
    background-color: #63C3DB;
    cursor: pointer;
}
.criteriaNote.selected ~ .criteriaNote {
    color: #3d3c3b;
    font-weight: normal;
}
.criteriaNote.selected ~ .criteriaNote .criteriaCheck{
    background-color: #fff;
}
.reviewForm .submitBtn {
    width: 130px;
    padding: 10px;
    margin: 30px 0;
    background-color: #e4e3e2;
    color: #3d3c3b;
    text-align: center;
    cursor: pointer;
}
.reviewForm .submitBtn.active {
    background-color: #63C3DB;
    color: #fff;
}
.reviewForm .mandatoryField {
	position: absolute;
    margin: 10px 0;
    color: red;
	visibility: hidden;
	font-weight: bold;
}
/* end review form page */
/*border search*/
.multiCountry{
    width:760px;
    height:160px;
    border:2px solid;
}
.mcTrick {
    margin-left: 30px;
    width:275px;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    color: black;
}
span.mc_trick {
    font-size: 16px;
    font-weight: bold;
}
.mc_all_countries_color {
     color:#F28725;
}
.mc_all_countries_bg_color {
     background-color: #F28725;
}
.mcTitle {
    margin-left: 30px;
    margin-top: 20px;
    font-weight: bold;
    color:#F28725;
    font-size: 23px;
    margin-bottom: 20px;
}

.mcAll {
    border-color: #F28725;
}
.mcSearchCountry{
    color: #64C3DC;
}
.mcButton {
    cursor: pointer;
    float:right;
    width: 390px;
    height:40px;
    color: white;
    font-weight:bold;
    font-size: 16px;
    line-height: 2.5;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 15px;    
    margin-top:20px;
}
.searchCountryColor{
    background-color:#64C3DC;
    color:white;
    font-size:14px;
    font-weight:bold;
    height:30px;
    position: absolute;
    width:188px;
    border-bottom-right-radius: 12px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    line-height:2;
}
.searchCountryOther{
    background-color:#64C3DC;
    color:white;
    font-size:14px;
    font-weight:bold;
    height:30px;
    position: absolute;
    width:188px;
    border-bottom-right-radius: 12px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    line-height:2;
}

.mc_search_country_color{
    color:#64C3DC;
}
.mc_search_country_bg_color{
    background-color:#64C3DC; 
}
/*border search end*/
/* redesign booking result */


.badNews {
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 8px;
    color:white;
    font-weight: bold;
    font-size: 14px;
    line-height: 3em;
    background-color: #65C3DD;
    width:210px;
    height:45px;
    text-align: center;
    width:888px;
}

table.segments_br.failed { border-collapse: separate; }
table.segments_br.failed td { border: solid 1px  #65C3DD; }
table.segments_br.failed tr:first-child td:first-child { border-top-left-radius: 10px; border-right: 0px;}
table.segments_br.failed tr:first-child td:last-child { border-top-right-radius: 10px; }
table.segments_br.failed tr:last-child td:first-child { border-bottom-left-radius: 10px; }
table.segments_br.failed  tr:last-child td:last-child { border-bottom-right-radius: 10px;  border-left: 0px;}
table.segments_br.failed .validateb_icon {
    margin: 0px;
}
 .segments_br.failed { 
    border-collapse: collapse;
 }
 .segments_br.failed tr {
    border: 1px solid #65C3DD;
    border-radius: 20px;
 }
.relaunchSearch {
    cursor: pointer;
    margin: auto;
    margin-top: 45px;
    background-color:#00DC00;
    color:white;
    width: 480px;
    height: 65px;
    text-align: center;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 4em;
}
tr.validateb_row .desc_left_br {
    font-size: 14px;
    font-weight: normal;
}

.segments_br.failed  td{
 	border-top:  0px;
}
tr.validateb_row .segment_failed_desc{
    color:#65C3DD;
    font-weight: normal;
}
tr.validateb_row.failed {

    border-radius: 8px;
    border: 1px solid #FE1173;
    
}
tr.validateb_row.failed .desc_left_br {
    margin-right: 50px;
    margin-top:30px;
    margin-left: 50px;
}

tr.validateb_row.failed  .desc_right_br_left{ 
    margin-right: 50px;
    width:200px;
}
tr.validateb_row.failed .desc_right_br{
    margin-top:30px;
    width: 600px;
}
tr.validateb_row.failed .desc_right_br_right {
    width:290px;
    float:left;
    border-left:2px solid #D6D6D6;
    margin-right: 25px;
    padding-left:20px;
}

tr.validateb_row.failed .segment_unavailable{
    border-radius: 8px;
    color:white;
    font-weight: bold;
    font-size: 14px;
    line-height: 2.5em;
    background-color: #65C3DD;
    width:210px;
    height:35px;
    text-align: center;
}
tr.validateb_row.failed .relaunchSearchWrapper{
    padding-top: 60px;
    margin-bottom: 45px;
}
tr.validateb_row.failed  .relaunch_text {
    color: #33383c;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
tr.validateb_row.failed {
    background: none;
}
/* end redesign booking result */
/* basket refresh offers */
#your_basket {
    padding: 0;
}
.menuCountdown {
	float: right;
	position: absolute;
	margin-top: 10px;
	right: 15px;
	font-size: 16px;
	line-height: 28px;
	padding: 0 10px;
	color: #fff;
	background-color: #50D3CD;
	box-shadow: 0px 0px 2px 2px rgba(55,55,55,0.3);
}
.menuCountdown.addSegment {
	right: -50px;
	bottom: 69px;
}
.refreshOffersWrapper {
    float: right;
    width: 270px;
    padding: 10px 15px;
    background-color: #50D3CD;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    border-top-right-radius: inherit;
    display: flex;
}
.refreshOffersWrapper .refreshOffersLabel {
    padding-right: 10px;
    text-align: right;
}
.refreshOffersWrapper .countdown,
.refreshOffersWrapper .refreshOffersBtn {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    background-color: #fff;
    color: #50D3CD;
    white-space: nowrap;
}
.refreshOffersWrapper .countdown {
    font-size: 20px;
}
.refreshOffersWrapper .refreshOffersBtn {
	cursor: pointer;
}
/* end basket refresh offers */
/* search results sorting options */
#results_content .upperPaginationContainer .pagination_wrapper,
#results_content .search_sort ~ .pagination_wrapper {
    margin-bottom: 15px;
    width: auto;
    min-width: 100px;
}
.upperPaginationContainer .show_hide_prices {
	display: none;
}
#results_content .show_hide_map {
    padding: 0;
    margin: 0;
}
.searchSortTitle {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}
.orderByCateg {
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 1px 1px 10px 1px #E1E1E1;
    -moz-box-shadow: 1px 1px 10px 1px #E1E1E1;
    box-shadow: 1px 1px 10px 1px #E1E1E1;
}
.orderByCateg .dropdown-menu {
    position: absolute;
    z-index: 1000;
    float: left;
    min-width: 50px;
    padding: 5px 0;
    text-align: center;
    list-style: none;
}
.orderByCateg .categ {
    font-weight: bold;
    line-height: 30px;
    padding: 0 10px;
    color: #333333;
}
.orderByCateg .dropdown {
    width: 30px;
    height: 30px;
    background-color: #fff;
    cursor: pointer;
}
.orderByCateg .dropdownIcon {
    width: 30px;
    height: 20px;
    margin: 5px 0;
    background: url(../../img/icons/darrow_black.png) center no-repeat;
    border-left: 1px solid #000;
}
.orderByCateg .dropdown-menu {
    display: none;
}
.orderByCateg .orderOption {
    color: #333333;
    cursor: pointer;
    text-align: center;
}

.orderByCateg.open .dropdown-menu {
    display: block;
    width: 100%;
    margin-top: 2px;
    webkit-box-shadow: 1px 1px 10px 1px #E1E1E1;
    -moz-box-shadow: 1px 1px 10px 1px #E1E1E1;
    box-shadow: 1px 1px 10px 1px #E1E1E1;
    background-color: #fff;
	z-index: 4;
}
.orderByCateg.activeCateg .dropdownIcon {
    background: url(../../img/icons/darrow.png) center no-repeat;
    border: none;
}
.orderByCateg.open .dropdownIcon {
    background: url(../../img/icons/uarrow.png) center no-repeat;
    border: none;
}
.orderByCateg.open .dropdown,
.orderByCateg.activeCateg .dropdown {
    background-color: #63C3DC;
}
.orderByCateg.open .categ,
.orderByCateg.activeCateg .categ,
.orderByCateg .orderOption.selected {
    color: #63C3DC;
}
/* end search results sorting options */

/* breakfast offer popup */
.breakfastOfferDialog {
    background: url(../../img/hcorpo/brkf_offer_bkg.jpg) no-repeat;
    width: 600px;
    margin: auto;
    padding: 30px 0;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
}
.closeBrkfOffer {
    padding: 5px;
    background-color: #64C3DC;
    border-radius: 30px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    right: -10px;
    top: -10px;
}
.breakfastOfferDialog .titleWrapper {
    height: 170px;
    padding: 0 50px; 
}
.breakfastOfferDialog .title2 {
    width: 310px;
    font-size: 28px;
    text-align: right;
}
.breakfastOfferDialog .title2 > span {
    color: #64C3DC;
    white-space: nowrap;
}
.breakfastOfferDialog .brkfPrice {
    position: relative;
    padding-bottom: 5px;
}
.breakfastOfferDialog .brkfPrice::after {
    position: absolute;
    right: 0;
    width: 150px;
    background-color: #64C3DC;
    bottom: 0;
    content: '';
    display: block;
    height: 4px;
}
.breakfastOfferDialog .offerInfo {
    background-color: rgba(245, 245, 245, 0.7);
    padding: 20px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.breakfastOfferDialog .offerInfo .milesActSimple,
.breakfastOfferDialog .offerInfo .milesActWrapper .miles-booster {
	width: 150px;
	text-align: center;
}
.breakfastOfferDialog .offerInfo .room_plan {
    width: 250px;
    padding: 0;
}
.breakfastOfferDialog .offerInfo .miles-simple,
.breakfastOfferDialog .offerInfo .one4youWrapperHotel {
    width: 100px;
    text-align: center;
}
.breakfastOfferDialog .offerInfo .brkfOfferPrice {
    color: #33383C;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.breakfastOfferDialog .breakfastOfferButtons {
    margin: 30px 80px 0;
}
.breakfastOfferDialog .breakfastOfferButtons .noButton,
.breakfastOfferDialog .breakfastOfferButtons .yesButton {
    width: 110px;
    border-radius: 12px;
    font-size: 14px;
    text-align: center;
    color: white;
    cursor: pointer;
}
.breakfastOfferDialog .breakfastOfferButtons .continueBook {
	padding: 8px;
}
.breakfastOfferDialog .breakfastOfferButtons .noButton {
    background-color: #64C3DC;
}
.breakfastOfferDialog .breakfastOfferButtons .yesButton {
    background-color: #54B800;
}
/* end breakfast offer popup */

/* Payment options */
.pciBooking {
    width: 860px;
    height: 550px;
}
.pciBookingTop {
    background-color: #fff;
    padding: 0 2%;
}
.pciBookingTopContent {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    align-items: stretch;
    padding: 20px 0;
    border-bottom: 1px solid #555;
    display: flex;
}
.pciBookingTitle {
    color: #feb70f;
    font-size: 22px;
    font-weight: bold;
    border-right: 1px solid #555;
    width: 300px;
    line-height: 45px;
}
.pciBookingInfo {
    padding: 0 40px;
}
.pciBookingFrame {
    width: 860px;
    height: 470px;
    background: none;
    border: none;
}
#please_wait.pciWrapper #offers {
    height: 130px;
    width: 840px;
}
.pciError {
    background-color: #fff;
    width: 400px;
    margin: auto;
    padding: 50px 50px 20px;
}
.pciErrorClose {
    float: right;
    margin-top: 15px;
    padding: 8px 15px;
    font-weight: bold;
    background-color: #E6E6E6;
    cursor: pointer;
}
.aliasTicketNumber {
    margin-top: 10px;
    margin-left: 25px;
}
.mr-20 {
    margin-right: 20px;
}
/* end payment options */

.travellers_info .details_middle {
    display: flex;
    border-bottom: 1px solid #E0E0E0;
}
.travellers_info .offer_info_wrapper,
.travellers_info .room_plan_trav {
    width: 470px;
}
.travellers_info .res_image {
    width: 100%;
    border: none;
    padding: 0;
}
.travellers_info .img_holder {
    height: auto;
    max-height: 180px;
    margin-bottom: 10px;
}
.travellers_info .img_holder img {
    max-width: 300px;
}
.travellers_info .addr_facilities {
    width: auto;
}
.travellers_info .res_image {
    width: 100%;
    border: none;
    padding: 0;
}
.travellers_info .img_holder {
    height: auto;
    max-height: 180px;
}
.segment_middle .seg_review {
    position: relative;
    width: 42px;
    height: 42px;
    background: url(../../img/icons/add_review.png) no-repeat;
    margin-left: 5px;
    float: left;
    cursor: pointer;
}
.travellers_offer_price_info {
    background-color: #f8f7f7;
    padding: 10px 0;
    width: 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.travellers_offer_price_info .miles-wrapper-offer {
    order: 2;
}
.travellers_offer_price_info .milesActBubbleOuter {
	z-index: 99;
}
.travellers_offer_price_info .offer_title_right_offer  {
    padding: 0;
    order: 1;
}
.travellers_offer_price_info .offer_price_hotel {
    width: 100%;    
}
.travellers_offer_price_info .offer_book_price_4x {
    text-align: center;
}
.travellers_info_wrapper #offerHasChanged {
	margin: 0;
    width: 470px;
}
.fullHeight {
    height: 100%;
}
.fullWidth {
    width: 100%;
}
.pb25 {
    padding-bottom: 25px;
}
.pb40 {
    padding-bottom: 40px;
}
.fs11 {
    font-size: 11px;
}
.displayFlex {
    display: flex;
}
#NonRefWarningContent {
	width: 535px;
	height: 260px;
	background: url('../../img/logo/non_ref_warning_hc.png') no-repeat left top;
	padding: 20px;
	font-size: 15px;
	color: #FFFFFF;
}
#NonRefWarningMessage {
	font-weight: bold;
}
#NonRefWarningWrapper .bottom_btn_left, #NonRefWarningWrapper .bottom_btn_right {
	position: absolute;
    bottom: 20px;
	padding: 0 2px;
	font-weight: bold;
    background-color: #63C3DB;
}
#NonRefWarningWrapper .bottom_btn_left {
	left: 20px;
}
#NonRefWarningWrapper .bottom_btn_right {
	right: 20px;
}
#NonRefWarningWrapper #back {
	height: 23px;
	line-height: 23px;
	padding: 0 5px 0 15px;
	background: url('../../img/icons/arrow_dp_left.png') no-repeat left center;
}
#NonRefWarningWrapper #next {
	height: 23px;
	line-height: 23px;
	padding: 0 15px 0 5px;
	background: url('../../img/icons/arrow_dp_right.png') no-repeat right center;
}
.prefixedPhoneWrapper {
    width: 200px;
    white-space: nowrap;
}
#people_table .phonePrefix,
#people_table_bt .phonePrefix {
    margin: 0!important;
    border: 1px groove;
    border-left: none;
    width: 40px!important;
    text-align: center;
    border-left: none;
    border-right: none;
}
#people_table .prefixedPhone,
#people_table_bt .prefixedPhone {
    margin: 0!important;
    border: 1px groove;
    margin-left: -5px!important;
    width: 90px;
}
#people_table_bt .phonePrefixDropdown {
    margin-right: 0!important;
}
.announceMaintenanceWrapper{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vw;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}
.announceMaintenance{
    width: 50%;
    height: 410px;
    margin: 14% auto;
    max-width: 670px;
    background: url(../../img/hcorpo/hcorpo-maintenance-bg.png) no-repeat;
    background-size: 100%;
    border-radius: 20px;
}
.upperWrapper{
    height: 33%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    position: relative;
    text-align: center;
    padding-top: 35px;
    box-sizing: border-box;
    background-size: 75px;
}
.lowerWrapper{
    height: 67%;
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    padding-top: 70px;
    box-sizing: border-box;
    background: url(../../img/maintenance-icon.png) center center no-repeat;
    background-size: 215px;
}
.xButton{
    position: absolute;
    right: -5px;
    height: 30px;
    width: 30px;
    background: white;
    border-radius: 50%;
    top: -10px;
    cursor: pointer;
}
.xButton::before, .xButton::after{
    position: absolute;
    left: 13px;
    content: ' ';
    top: 5px;
    height: 19px;
    width: 5px;
    background: linear-gradient(#929292, black);
    border-radius: 20%;
}
.xButton::before {
    transform: rotate(45deg);
}
.xButton::after {
    transform: rotate(-45deg);
}
.lowerWrapper p{
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px;
}
.announceImage{
    height: 70px;
    width: auto;
}
.label_ticket_type{
	padding-top:5px;
	color:#555555;
	font-size:12px;
	font-weight: bold;
	width:110px;    
}
.carFilters div {
    width:250px;
}
.carFilters div.brand_count{
    width:600px;
}
#carForm .label_wrap {
    width:100px;
}
.duplicateNames{
	display: inline-block;
	padding: 3px 8px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	color: #3B8FCF;
	cursor: pointer;
	background-color: #EAEAEA;
	border: 1px solid #D0D0D0;
	border-radius: 10px;
	background: linear-gradient(#FDFDFD, #DFDFDF);
	background: -webkit-linear-gradient(#FDFDFD, #DFDFDF);
	background: -moz-linear-gradient(#FDFDFD, #DFDFDF);
	background: -o-linear-gradient(#FDFDFD, #DFDFDF);
}
.travTableUserSelect{
	padding: 1px;
}
.duplicateNamesTd{
	vertical-align: bottom;
}
.duplicateNames.disabled{
	opacity: 0.7;
	cursor: not-allowed;
}
#filters_hotel_name{
	font-weight: bold;
	font-size: 14px;
}
.orangePlaceholder::-webkit-input-placeholder {
	color: #26408D;
}
.orangePlaceholder:-ms-input-placeholder{
	color: #26408D;
}
.orangePlaceholder:-moz-placeholder,
.orangePlaceholder::-moz-placeholder {
	color:#26408D;
	opacity: 1;
}
.inputLabel > span {
	display: inline-block;
	margin: 3px;
	vertical-align: top;
	max-width: calc(100% - 30px);
	line-height: 15px;
}
.accommodation_item > span {
	line-height: 16px;
	max-width: calc(100% - 60px);
}
.filterOutsideTravelPolicy {
	padding-top: 15px;
}
#filters_on_request {
	font-weight: bold;
}
.flexInput {
	display: flex;
	flex-direction: column;
}
.flexInput.hide{
	display: none;
}
.flexInput .inputLabel {
	order : 2;
}
.flexInput .inputLabel.checkedInput {
	color:#26408D;
}
.flexInput.withScroll {
	max-height: 123px;
	overflow: hidden;
	overflow-y: auto;
}
.flexInput.withScroll::-webkit-scrollbar {
	width: 8px;
	background-color: #eaeaea;
}
.flexInput.withScroll::-webkit-scrollbar-thumb {
	background-color: #b2b2b2;
	border-radius: 50px;
}
.flexInput.withScroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	border-radius: 50px;
	background-color: #eaeaea;
}
#pois_wrapper input[type="radio"] {
	margin-right: 0px;
}
.flightNotice {
    font-size: 10px;
    font-style: italic;
}

/* car rental start */
.large_search {
	width: 432px;
	margin-top: 6px;
}
.location_wrapper {
	margin: 6px 0;
}
.return_diff_block {
	cursor: pointer;
	padding-right: 8px;
}
.return_diff_block label {
	cursor: pointer;
	font-size: 10px;
}
.return_diff_icon {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../../img/icons/car_office_info.png) no-repeat;
	background-size: 12px 12px;
	cursor: pointer;
	vertical-align: middle;
}
.date_wrapper, .time_wrapper {
	width: 50%;
}
#car_rental .dtpicker {
	width: 170px;
}
#car_rental .hour_min_dropdown {
	width: 50px;
	margin-right: 5px;
}
#car_rental select, #car_rental input {
	margin-top: 6px;
}
.date_time_wrapper {
	margin-bottom: 6px;
}
.car_baggages_item {
	width: 50%;
	display: inline-block;
}
.filter_content .label_wrap {
	max-width: 170px;
	vertical-align: middle;
}
.item_description_box {
	padding-top: 4px;
}
.item_description_box .clip_title {
	max-width: 600px;
}
.details_link {
	cursor: pointer;
	color: #008000;
	font-weight: bold;
	font-size: 12px;
	float: left;
}
.item_description_title {
	font-size: 19px;
	font-weight: bold;
	color: #333333;
}
.rental_office_box {
	margin: 12px 16px 0 0;
	overflow: hidden;
}
.car_info {
	float: left;
	width: 115px;
	color: #555555;
	padding-left: 5px;
}
.car_offer_cgv {
	width: 160px;
	padding: 4px 8px;
	margin: 8px 0;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	border: 1px solid #D0D0D0;
}
.car_offer_cgv a {
	text-decoration: none;
	color: white;
}
.prop_box {
	color: #33383c;
	font-weight: bold;
	width: 290px;
	padding-left: 10px;
	float: left;
}
.prop_item {
	width: 49%;
	display: inline-block;
}
.prop_value {
	display: inline-block;
	vertical-align: middle;
	padding-left: 4px;
}
.car_offer_box .offer_price {
	float: right;
	width: 110px;
}
.offer_title_right_total_price {
	font-size: 9px;
	font-weight: bold;
	color: #f43187;
}
.price_per_day {
	font-size: 10px;
	font-weight: normal;
}
.car_facilities {
	padding-top: 8px;
}
.car_facilities .room_text{
	width: 250px;
}
.car_category {
	padding-bottom: 8px;
	font-weight: bold;
}
.car_rental_travellers .car_category {
	padding: 8px 0;
	color: #555555;
	text-align: center;
}
.car_rental_travellers .prop_box {
	width: 580px;
}
.ma-on {
	float: left;
	width: 60px;
}
.car_offer_box .img_holder, .car_rental_travellers .img_holder {
	height: auto;
}
.car_rental_travellers .offer_info_wrapper {
	margin-left: 148px;
	padding-left: 10px;
}
.car_rental_travellers #cancellation {
	width: 570px;
	display: inline-block;
	vertical-align: top;
}
.office_info_section {
	padding: 8px 0;
	border-bottom: 1px solid #EDEAE9
}
.office_blocks_wrapper {
	width: 94%;
	display: inline-block;
	vertical-align: middle;
}
.office_info_block.location {
	width: 40%;
}
.office_info_block {
	display: inline-block;
	vertical-align: top;
	padding: 0 8px;
}
.office_info_block.opening_hours,
.office_info_block.phone {
	width: 24%;
}
.equipments .extra_facility_line {
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
}
.extra_facility {
	display: inline-block;
	font-weight: bold;
}
.extra_facility_select {
	width: 40px;
	text-align: center;
}
.extra_facility.description {
	width: 580px;
}
.extra_facility.availability, .extra_facility.price {
	width: 155px;
	text-align: right;
}
.extra_facility.availability, .extra_facility.price {
	width: 155px;
	text-align: right;
}
.toggle_extra_facilities_list.expand {
	background: url(../../img/icons/arrow_right.png) no-repeat;
}
.toggle_extra_facilities_list {
	width: 24px;
	height: 24px;
	cursor: pointer;
	float: right;
}
.car_drivers_table .trav_label {
    width: 66px;
    text-align: right;
    vertical-align: middle;
}
#people_table select.w105 {
	width: 120px;
}
.infoRow {
	width: 950px;
	margin: 0px auto;
	padding: 10px 0px;
	border-bottom: 1px solid #E0E0E0;
}
.fpDetailsLink {
	color: #3C7BCE;
	padding-top: 10px;
	text-decoration: underline;
	cursor: pointer;
}
.infoRow .titleRow {
	color: #46aa46;
	font-weight: bold;
	margin-bottom: 8px;
}
.infoRow.expandable .inclusionItemTitle {
	cursor: pointer;
	padding-left: 20px;
	background: url(../../img/icons/arrow_up_green.png) no-repeat left top;
}
.infoRow.expanded .inclusionItemTitle {
	background: url(../../img/icons/arrow_down_green.png) no-repeat left top;
}
.infoRow.expandable:not(.expanded) .contentRow {
	display: none;
}
.insuranceBottom {
	padding: 20px;
}
.insuranceBottom .pricePerDay {
	font-weight: bold;
	width: 100px;
	font-size: 14px;
	text-align: right;
	color: #555555;
}
.btn_without_insurance {
	color: #46aa46;
	background: none;
}
.btn_without_insurance .basket_icon {
	background: url(../../img/icons/basket_cart_icon_green.png) no-repeat;
}
.add_to_basket_with_insurance, .btn_without_insurance {
	border-radius: 35px;
	height: auto;
	width: auto;
	padding: 0 15px;
	text-align: center;
	margin-left: 20px;
}
.car_rental_description #mapholder {
	width: auto;
	height: 400px;
	float: none;
}
.car_rental_description #google_map_wrapper {
	width: auto;
	margin-bottom: 32px;
}
.carRentalEmailInput {
	margin-top: 5px;
}
.car_description_block {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #555555;
}
.car_description_block_title {
	font-weight: bold;
	border-bottom: 1px solid #E0E0E0;
	padding: 0 8px;
}
.image_wrapper .car_offer_cgv {
	width: 145px;
}
.car_description_block .room_text {
	width: 100%;
}
.car_offer_light .car_short_info {
	width: 68%;
}
.car_offer_light .offer_price {
	width: 22%;
}
.car_offer_light .miles-wrapper-offer {
	padding-top: 15px;
}
.car_offer_light {
	border-bottom: 1px solid #E0E0E0;
}
.rental_office_location {
	padding: 16px 0;
}
.rental_office_location .title {
	color: #e95e1b;
	font-size: 24px;
}
.extraInfo {
	background: url("../../img/logo/middle_slice.jpg") repeat-y scroll 0 0 transparent;
	padding: 0px 20px;
	box-sizing: border-box;
	width: 870px;
	display: inline-block;
}
.pay_extra_facilities_warning {
	font-weight: bold;
	margin-bottom: 10px;
}
.extraInfoInner {
	width: 320px;
	margin: 30px auto;
}
.extra_to_pay {
	background: #3B8FCF;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 10px;
	margin-top: 8px;
	text-align: center;
}
.car_drivers_table .autoCompleteLabel label {
	font-size: 12px!important;
}
.car_offer_box .res_title {
    height: 76px;
    background: url(../../img/logo/result_top_new.png) no-repeat top left;
}
.notAmendableInfo {
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #64C2DB;
}
.basketSegmentWrapper .notAmendableInfo {
    padding-left: 60px;
}
/* car rental end */
/* mfa*/
div #login  {
    height: 400px;
}

div.digits{
    margin-top: 60px;
    font-size: 20px;
    font-weight: bold;
}
div.notification {
    padding-top: 10px;
}

div.identity{
    margin-top:10px;
    color: #33383C;
    font-size: 12px;
}
div.notemfa{
    margin-top:40px;
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    margin-bottom: 20px;
}
div #resendCode{
    margin-top: 20px;
    color:#FFA900;
    text-decoration: underline;
    cursor: pointer;
}
.codeInput {
    width: 25px;
    height: 25px;
    font-size: 26px;
    color: black;
    background-color: white;
    text-align: center;
    border: 0px;
    margin-right: 5px;
}

div.inputs-wrapper{
    margin-top: 10px;
}
.codeRed{
    color:#aa251b;
}
/*end mfa*/
.salesforceLink {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 5px 15px;
}
.checkTickets {
    margin: 50px auto;
}

#activity #middle_pannel,
.activityColor,
#activity.active .search_tabs_bottom,
.search_tabs_bottom_last.activityColor,
#car_rental:not(.active) .search_tabs_bottom.activityColor,
.results_new_search.tab_activity_content #middle_pannel {
	background-color: #1E77AD;
}

#transfer .search_tabs_bottom,
.hotelColor,
#hotelFormBasket #middle_pannel,
.results_new_search.tab_hotel_content #middle_pannel,
#car_rental:not(.active) .search_tabs_bottom.hotelColor,
.hotel_details_new_search.tab_hotel_content #middle_pannel{
	background-color: #26408D;
}
#activity:not(.active) .search_tabs_bottom.transferColor,
#car_rental:not(.active) .search_tabs_bottom.transferColor,
#transfer.active .search_tabs_bottom,
#transfer #middle_pannel,
.search_tabs_bottom_last.transferColor{
	background-color: #64C2DB;
}
.search_tabs_bottom_last {
	position: absolute;
	width: 50%;
	height: 15px;
	top: 15px;
	margin-left: 50%;
}
.tab:last-of-type .tabs_right{
	background: #E0E0E0;
	height: 15px;
	margin-top: 15px;
	float: left;
	width: 15px;
	border-bottom-left-radius: 20px;
	position: relative;
}
.yourSearchInner {
	background-color: #26408D;
	height: 100%;
	border-radius: 12px;
}
.segInsuranceBtn {
	position: relative;
	width: 42px;
	height: 42px;
	background: url(../../img/icons/insurance.png) no-repeat;
	margin-left: 5px;
	float: left;
	cursor: pointer;
}
ul#account_data_ul li .acc_left {
	float: left;
	width: 200px;
}
ul#account_data_ul li .acc_right {
	float: left;
	width: 312px;
}

ul#account_data_ul li .acc_left_card {
	float: left;
	width: 360px;
}
ul#account_data_ul li .acc_right_card {
	color: #2e83c9;
	font-size:12;
	font-weight: bold;
	float: left;
	width: 80px;
	margin-right: 10px;
}
#account_data_ul li .acc_left span{
	color: #555555;
	font-size: 12px;
	font-weight:bold;
}
#account_data_ul li .acc_right span{
	color: #2E83C9;
	font-size: 12px;
	font-weight:bold;
}
.input_loyalty {
	color: #2e83c9;
	font-size:12px;
	float: left;
}
.car_drivers_table tbody > tr {
	display: inline-block;
}
.car_drivers_table tbody > tr:first-of-type {
	width: 30%;
}
.car_drivers_table tbody > tr:last-of-type {
	width: 70%;
}
#pageDescription img:not(.validateb_icon) {
	max-width: 100%;
}
.informativePopupContent {
	width: 50%;
	height: 350px;
	margin: 14vh auto;
	max-width: 670px;
}
.informativePopupContent .leftSide {
	width: 34%;
	background: #d8d8d8;
	padding: 50px 10px;
	position: relative;
}
.informativePopupContent .leftSide .infoIcon {
	position: absolute;
	bottom: 30px;
	left: calc(50% - 12px);
	width: 24px;
}
.informativePopupContent .rightSide {
	width: 66%;
	background: #00d7cf;
	padding: 50px 30px;
	color: white;
	position: relative;
}
.informativePopupContent .rightSide,
.informativePopupContent .leftSide {
	height: 100%;
	box-sizing: border-box;
}
.informativePopupContent .leftSide img{
	max-width: 100%;
}
.informativePopupContent .rightSide h4{
	font-size: 24px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.informativePopupContent .rightSide .popupDescription {
	font-size: 16px;
	margin-top: 15px;
}
.informativePopupContent .hidePopup {
	position: absolute;
	bottom: 30px;
	right: 30px;
	background: white;
	border: none;
	font-size: 18px;
	line-height: 18px;
	padding: 3px 12px;
	text-transform: uppercase;
	color: #00d7cf;
	cursor: pointer;
}
.accorLogoCfr {
	margin-top: 10px;
}
.milesBubble .coupon_bubble_middle p {
	font-weight: bold;
	font-size: 12px;
}
.milesBubble .coupon_bubble_middle p:not(:last-child) {
	margin-bottom: 5px;
}
.miles-wrapper-offer .coupon_bubble {
	color: black;
}
.milesTextWrapper {
	padding: 5px;
}
.transferTitleWrapper {
	height: auto;
	line-height: 24px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.transferTravellersMiles {
	float: left;
	margin: 0 50px 0 15px;
}
.transfer_res_description.descr_medium {
	width: 210px!important;
	padding-left: 5px!important;
}
.transferMiles {
	float: left;
	margin: 0 15px;
}
.transferMiles .miles-intro {
	float: none;
	text-align: center;
	padding-top: 0;
}
.transferMiles .miles-simple {
	width: 100%;
}
.car_rental_miles .miles-intro {
	width: auto;
	max-width: 75px;
}
.noDatePicker{
	cursor: not-allowed;
	margin-right: 16px;
}
.offerPriceChanged,
.offerUnavailable {
	margin-top: 10px;
}
.offerUnavailable,
.renewSearch,
.offerPriceChanged {
	text-align: right;
}
.offerUnavailable span,
.offerPriceChanged span {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #50D3CD;
	padding-bottom: 5px;
	text-transform: uppercase;
	display: inline-block;
}
.offerPriceChanged span {
	color: #50D3CD;
}
.offerUnavailableButton {
	position: absolute;
	right: 20px;
	background: #50D3CD;
	color: white;
	padding: 9px 25px;
	margin-top: 10px;
	z-index: 9;
	font-size: 12px;
	border-radius: 15px;
	font-weight: bold;
}
.renewSearch {
	margin-top: 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-style: italic;
}
.renewSearch .renewButton {
	padding: 5px 20px;
	background: #45C2BC;
	border-radius: 18px;
	color: white;
	margin-left: 5px;
	cursor: pointer;
	display: inline-block;
}
.renewSearch.overlapped {
	display: inline-block;
	width: 100%;
}
.renewSearch.overlapped .renewButton {
	vertical-align: top;
}
.renewSearch.overlapped .renewText {
	float: left;
	text-align: left;
}
.tab_transfer_content:not(.hide),
.tab_hotel_content:not(.hide),
.tab_activity_content:not(.hide),
.tab_car_rental_content:not(.hide) {
	display: inline-block;
}
.addValidator {
	display: inline-block;
	padding: 5px 10px;
}
.validatorWrapper {
	width: 240px;
	display: inline-block;
	margin-bottom: 3px;
}
.validatorWrapper input {
	width: 205px;
	vertical-align: top;
	float: left;
	margin-right: 5px;
}
.deleteValidator {
	cursor: pointer;
	float: left;
}
.addValidatorButtonWrapper {
	width: 240px;
	text-align: center;
}
.userValidator {
	padding: 1px;
	width: 240px;
}
.userValidators {
	margin-left: 10px;
}
.accorLoyaltyCard {
	width: 100%;
	box-sizing: border-box;
	margin-top: 5px;
}
.browserErrorWrapper {
	width: 50%;
	margin: 15px auto;
	text-align: center;
	border: 1px solid #b10000;
	border-radius: 3px;
	padding: 10px 5px;
	box-shadow: 1px 1px 2px #b10000;
	background: white;
}
.hotelLabelItem input, .hotelLabelItem img {
	display: inline-block;
	vertical-align: middle;
}
.hotelLabelItem img {
	width: 30px;
	margin-right: 5px;
}
.hotelLabelItem > span {
	line-height: 24px;
	max-width: calc(100% - 70px);
}
.labelsWrapper {
	border-top: 1px solid #3d3c3b;
	padding: 15px 0;
	margin-bottom: 15px;
}
.labelWrapper {
	display: inline-block;
	width: 100%;
}
.labelWrapper .labelImage,
.labelWrapper .favoriteImage {
	width: 40px;
	height: 40px;
	object-fit: contain;
	margin-right: 10px;
	float: left;
}
.labelWrapper .labelInformation .labelName {
	font-weight: bold;
}
.labelWrapper .labelInformation {
	vertical-align: top;
	line-height: 20px;
	font-size: 14px;
	text-align: justify;
	display: inline-block;
	width: calc(100% - 50px);
	margin-top: 9px;
}
.headerLabelImage,
.headerFavoriteImage {
	width: 45px;
	height: 45px;
	object-fit: contain;
}
.labelImageWrapper {
	display: inline-block;
	margin-left: 10px;
}
.resultLabels {
	display: inline-block;
	vertical-align: top;
	float: right;
	max-width: 95px;
}
.childrenLabelsWrapper {
	margin-left: 65px;
}
.labelLink {
	text-decoration: none;
}
.small-9 {
    font-size:9px;
}
#showCovidInfo, #hideCovidInfo {
    cursor: pointer;
    font-size: 14px;
    color: #33383C;
    font-weight: bold;
}

.bookingPreValidation {
	width: 1002px;
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}
.prebookValidationWrapper {
	padding-left: 200px;
}
.prebookValidationLabel {
	width: 150px;
	display: inline-block;
}
.milesAct {
	background: url(../../img/logo/banner_miles_act.jpg) no-repeat scroll center center transparent;
	height: 100px;
	margin: 0 auto;
	padding: 31px;
	width: 990px;
}
.milesActCodeText {
	text-transform: uppercase;
	font-size: 15px;
	color: #112355;
	font-weight: bold;
}
.milesActValue:not(.hide), .milesActValueNoInsurance:not(.hide) {
	font-size: 15px;
	font-weight: bold;
	color: white;
	background: #112355;
	padding: 3px 5px;
	display: inline-block;
}
.milesActInfoText {
	font-size: 12px;
	color: #112355;
	font-weight: bold;
}
.milesActInfoText a {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	color: #112355;
}
.offer_miles {
	position: relative;
}
.boldFont {
	font-weight: bold;
}
.milesCriteriaImage {
	width: 20px;
	height: 20px;
	object-fit: contain;
	margin-right: 10px;
}
.milesCriteriaInfo {
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}
.milesCriteriaName {
	font-weight: bolder;
}
.milesActBubble span{
	color: #112355;
}
.milesActBubbleOuter .coupon_bubble_top {
	width: 295px;
	height: 35px;
	background-size: 100%;
}
.milesActBubbleOuter .coupon_bubble_middle {
	font-size: 12px;
	width: 235px;
	background-size: 100%;
	padding: 0px 30px;
	min-height: 85px;
}
.milesActBubbleOuter .coupon_bubble_bottom {
	width: 295px;
	background-size: 100%;
	height: 60px;
}
.milesCriteriaList {
	text-align: left;
	margin-left: 5px;
	list-style: none;
}
.milesCriteriaRow {
	margin-bottom: 5px;
}
.accountLoyaltyWrapper {
	width: 50%;
	float: left;
}
.myAccountMilesWrapper {
	width: 410px;
	float: right;
	margin-left: 50px;
	background: url(../../img/hcorpo/miles-and-act-banner.jpg) no-repeat;
	height: 280px;
	background-size: contain;
	margin-right: 20px;
	position: relative;
}
.milesAdditionalInfoText {
	position: absolute;
	top: 25%;
	left: 10%;
	max-width: 150px;
	font-weight: bold;
	color: #112355;
}
.accorConfirmationBannerWrapper {
	margin-top: 30px;
	display: inline-block;
    width:100%;
    text-align: center;
}
.accorBannerWrapper img {
	width: 450px;
}
.milesActCode {
	margin-top: 150px;
	padding: 0px 30px;
	text-align: center;
}
.milesActText {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	color: #112355;
}
#milesActCode {
	font-size: 14px;
	border: none;
	padding: 5px 7px;
	margin: 5px 0px;
	max-width: 80px;
}
.accountLoyaltyAndMilesWrapper {
	display: inline-block;
	width: 100%;
}
.accountLoyaltyAndMilesWrapper #account_data_ul {
	max-width: 100%;
}
.accountLoyaltyAndMilesWrapper #account_data_ul li .acc_left_card {
	width: 300px;
}
.milesErrorMessage {
	width: 415px;
	float: right;
	margin-right: 15px;
	color: red;
	font-weight: bold;
}
.milesActInfo {
	color: black;
}
.newfrontSwitch{
    color:#4AA49D;
    font-size: 11px;
    margin-left: 5px;
    margin-top:3px;
    text-decoration: underline;
    cursor: pointer;
}
.activationExpiredWrapper {
	position: fixed;
	bottom: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
.activationExpiredPopup {
	height: 250px;
	background: white;
	width: 400px;
	position: relative;
	top: calc(50% - 125px);
	left: calc(50% - 200px);
	border-radius: 5px;
	box-shadow: 0px 0px 3px 2px #333;
}
.activationExpiredContent {
	text-align: center;
	padding: 20px;
}
.activationExpiredContent h3 {
	font-size: 16px;
}
.activationExpiredContent .content {
	margin-top: 30px;
	font-size: 14px;
}
.activationExpiredHeader {
	background: #31383e!important;
	min-height: 60px;
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 30px;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
}
.backButton {
	background-color: #5acfe1;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	outline: 0 none;
	position: relative;
	text-decoration: none;
	width: 120px;
	text-align: center;
	float: right;
	margin-right: 30px;
	margin-top: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
#accoff_wrapper{
    display: flex;
    align-items: center;
    
}
#accoff_wrapper span {
    margin-left: 15px;
} 

.filterAccorImg {
    margin-left:5px;
}

.travellersAccorImg{
    margin-bottom: 10px;
}