/*********************************
/ 	Created by Artsoft-Consult	 /
*********************************/
@import '../jquery-ui.css';

@font-face {
    font-family: 'Mango-Chutney';
    src: url('../../fonts/Mango-Chutney.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/Mango-Chutney.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../../fonts/Mango-Chutney.woff') format('woff'), /* Modern Browsers */
        url('../../fonts/Mango-Chutney.ttf') format('truetype'); 
    text-rendering: optimizeLegibility;
}

body{
	height:100%;
	font-family: Arial, Verdana, sans-serif;
	width:100%;
	font-size: 12px;

}
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%;
}
.back_booking
{
	float:right;
	right:20px;
}
.clearfloat{
	height:0px;
	width:0px;
	clear:both;
	font-size: 0;
}

#header_left{
	float:left;
	width:199px;
	margin: 0px;
}
#header_background {
	position: absolute;
	width: 100%;
	top: 0;
	left:0;
}
#header_background_left {
	width: 198px;
	height: 216px;
	background: url(../../img/logo/BannerLeft.png) no-repeat;
	float: left;
}
#header_background_right {
	background: url(../../img/logo/BannerMiddle.png) repeat-x;
	height: 216px;
	margin-left: 198px;
}
#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;
    height:300px;
}

#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_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;
}

#login_form input.normalinput{
	margin-bottom:5px;
	width:310px;

}

.instruction
{
padding-top:3px;


}
#form_wrapper{
	text-align:left;
	width:326px;
	margin:auto;
	margin-top:10px;
}

#forgot{
	font-weight:bold;
	color:#33383C;
}

#login_bubmit{
    margin-top: 10px;
	float:right;

}

#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:1075px;
	margin:auto;
	position:relative;
	padding-top:7px;
}

#service{
	width:500px;
	float:left;
}

#logo{
	float:left;
	width:120px;
	position:absolute;
}
#edenred_logo {
	height: 101px;
}
#customer {
	margin:auto;
	height:101px;
	width:262px;
}
#middle_menu{
	float:right;
	width:450px;
	position:relative;
}

#menu_list{
	margin:0px;
	padding:0px;
	color:#555555;
	font-weight:bold;
	list-style-type:none;
	float:right;
}

#menu_list li {
	float:left;
}
#menu_list li.sep {
	width:2px;
	height:30px;
	background:url(../../img/logo/top_menu_sep.gif) top left no-repeat;
}

#menu_list a {
	color: #555555;
	text-decoration:none;
}
.gen_menu_item {
	padding:8px 5px 0;
	font-size:11px;
	text-align:center;
	background:url(../../img/logo/home_cw.png) repeat-x;
	height:30px;
	float:left;
}
.gen_menu_item_magenta {
    padding: 6px 10px 0;
    font-size: 11px;
    text-align: center;
    background-color: #F444A3;
    color: #fff;
    height: 17px;
    float: left;
    margin-top: 2px;
    -moz-box-shadow: 0 3px 3px #4d6171;
    -webkit-box-shadow: 0 3px 3px #4d6171;
    box-shadow: 0 3px 3px #4d6171;
}
.custom_menu_item {
	width: 100px;
}
#first_list_item {
	background:url(../../img/logo/home_lw.png) no-repeat;
	width:15px;
	height:30px;
	float:left;
}
#first_list_item.active{
	background:url(../../img/logo/EnableLeftRounded.png) no-repeat;
}
#home_c, #ccare, #client, #contact_c, #groupcorner_c {
	min-width:75px;
}
.wideMenu {
	width: 530px;
	left: -30px;
	position: relative;
}
.wideMenu #home_c, .wideMenu #ccare, .wideMenu #client, .wideMenu #contact_c, .wideMenu #groupcorner_c{
	min-width: 50px;
}
#faq {
	min-width:60px;
}
.last_item {
	padding-right: 20px;
}
.wideMenu .last_item {
	padding-right: 24px;
}
.wideMenu #faq4x {
	padding: 6px 6px 0px;
}
.wideMenu .gen_menu_item:not(.last_item) {
	padding: 8px 4px 0px;
}
.wideMenu .gen_menu_item.first_item {
	padding-left: 0px;
}
#home_c.active, #faq.active, #ccare.active, #client.active, #contact_c.active .CSicon {
	background:url(../../img/logo/EnableCenter.png) repeat-x;
}
#last_list_item {
	background:url(../../img/logo/contact_rw.png) no-repeat;
	width:15px;
	height:30px;
	float:left;
}
#last_list_item.active{
	background:url(../../img/logo/EnableRightRounded.png) no-repeat;
}

#main_isle{
	width:1075px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}

#footer{
	width:1155px;
	left:-80px;
	height:126px;
	position:absolute;
	bottom:0pt;
}

#suitcases{
	position:relative;
	width:216px;
	height:126px;
	float:left;
}

#announces,
#announces img {
    max-width: 270px;
}

.footer_links{
	padding-top:50px;
	width:545px;
	float:left;
	color:#33383C;
}

.footer_links a{
	text-decoration:none;
	color:#33383C;
}

.copyright{
	padding-top:50px;
	color:#33383C;
	float:left;
}

.small{
	font-size:7px;
}
#lang_logout{
	color:white;
	text-align:right;
}
#languageBtns {
    cursor: pointer;
    padding: 0px;
    font-size: 12px;
    float: right;
    color: #ffffff;
}
#languageBtns a {
    color: #555;
    text-decoration: none;
    text-align: left;
    padding: 0 5px;
    display: block;
}
#lang_logout #languageBtns ul a:hover {
    color: #000!important;
}
#lang_logout #languageBtns a, #languageBtns > a {
    color: #fff;
}
#languageBtns ul.dropdown-menu a:hover {
    background-color: #e8e4da;
}
#car_checkin_minutes, #car_checkout_minutes { margin-left:20px;}
#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/arrowDownWhiteSmall.png) no-repeat center;
}
#login_language .arrow-down {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../../img/icons/arrowDownSmall.png) no-repeat center;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    float: left;
    min-width: 50px;
    padding: 5px 0;
    text-align: center;
    list-style: none;
    border-radius: 4px;
}
#lang_logout .dropdown-menu {
    right: 20px;
    margin-top: 5px;
    background-color: #FA9C00;
    background: linear-gradient(-45deg, #f19300, #FEB100, #f19300);
    background: -webkit-linear-gradient(-45deg, #f19300, #FEB100, #f19300);
    background: -moz-linear-gradient(-45deg, #f19300, #FEB100, #f19300);
    background: -o-linear-gradient(-45deg, #f19300, #FEB100, #f19300);
    -webkit-box-shadow: 0px 0px 20px #223644;
    -moz-box-shadow: 0px 0px 20px #223644;
    box-shadow: 0px 0px 20px #223644;
}
#login_language .dropdown-menu {
    right: 10px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.logout{
	color:white;
	font-weight:bold;
	font-size:11px;
	padding-right:10px;
}
.card_lang{
	padding-left:10px;
	color:white;
	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;
}
.wel{
	font-weight:bold;
	color:#404043;
	font-size:14px;
	padding-right:10px;
}
.card_user{
	font-size:16px;
	color:#FEFEFE;
	font-weight:bold;
}
.current_date{
	font-size:12px;
	color:white;
}
#cart_items_count{
	font-size: 11px;
    font-weight: bold;
    margin-left: 50%;
    margin-top: -42px;
    padding-left: 18px;
}
#search{
	width: 390px;
	float: left;
}
.tab_content {
   position: relative;
   margin-top: -6px; 
}
/**/
#tabs .tab{
	margin-right:10px;
	float:left;
}

#tabs .tab .left{
	float:left;
	width:17px;
	height:42px;
	background:url(../../img/logo/tabtlgray.png) no-repeat;
}

#tabs .tab.active .left{
	background:url(../../img/logo/tabhls.png) no-repeat;
}

#tabs .tab .center{
	padding-top:23px;
	padding-left:5px;
	padding-right:5px;
	vertical-align:bottom;
	float:left;
	width:50px;
	height:19px;
	background:url(../../img/logo/tabtmgray.png) repeat-x;
	text-align:center;
}

#tabs .tab.active .center{
	padding-left:5px;
	padding-right:5px;
	vertical-align:bottom;
	float:left;
	width:88px;
	line-height:20px;
	padding-top:18px;
	height:24px;
	background:url(../../img/logo/tabhcs.png) repeat-x;
}

#tabs .tab .right{
	float:left;
	width:17px;
	height:42px;
	background:url(../../img/logo/tabtrgray.png) no-repeat;
}

#tabs .tab.active .right{
	background:url(../../img/logo/tabhrs.png) no-repeat;
}

#tabs .tab .center span{
	color:#565553;
	font-size:12px;
	font-weight:bold;
}

#tabs .tab.active .center span{
	font-size:20px;
	font-weight:bold;
	color:white;
}

#tab_transfer_text, #tab_hotel_text, #tab_activity_text, #tab_car_rental_text {
	cursor:pointer;
	padding-top: 15px;
}
.tab_transfer_content, .tab_hotel_content, .tab_activity_content, .tab_car_rental_content {
	float:left;
	width:390px;
	margin-top: -6px;
}
/************************************************/
#tabs{
	top:7px;
	position:absolute;
	left:0px;
	z-index:1;
	padding-left:4px;
}
.tab_activity_content #middle_pannel{
	background-color: #4679D3;
}
#middle_pannel{
	display: table;
	width: 380px;
	height: 100%;
    padding: 15px 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}
.tab_hotel_content #middle_pannel{
	background-color: #FFA900;
}
.tab_transfer_content #middle_pannel{
	background-color: #ED1874;
}
#pannel_mc{
	height:100%;
	width:348px;
	margin-left: 20px;
}
.tab_car_rental_content  #middle_pannel{
    background-color: #724390;
}
.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:333px;
}

#poi_radius{
	margin-top:10px;
	width:346px;
}

#search_radius{
	width:100%;
}

#pannel_mc select{
	margin-top:5px;
	width:100%;
}

#km{
	margin-left:10px;
	width:34px;
}

#search_wrapper{
	width:346px;
	margin:auto;
}

#pannel_mc hr, #pannel_mc_transfer hr {
	margin: 10px 0;
}
#search hr {
	color: #FC7F00;
}

#dates{
	margin-top:10px;
	width:346px;
}

#checkin_wrapper{
	width:142px;
}

#nights_wrapper{
	width:46px;
	margin-right:10px;
}

#checkout_wrapper{
	width:142px;
}

#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{
	padding-top:10px;
	width:346px;
}

#rooms_no_wrapper{
	float:left;
	width:60px;
	height:100%;
}
#rooms_no_wrapper select{
	width:40px;
}
.tab_activity_content #rooms_no_wrapper {
	width: 46%;
}
.tab_activity_content #rooms_detail_wrapper {
	width: 53%;
}
#rooms_detail_wrapper{
	float:right;
	height:100%;
	width:286px;
}

.white_room{
	font-size:13px;
	color:white;
	font-weight:bold;

}

.room_detail div{
	float:left;
	margin-left:5px;
	padding-bottom: 10px;
}

.bed_w{
	padding-top:15px;
	width: 17%;
	position:relative;
}
.bed_w img{
	margin-right:5px;
}

.room_no_w{
	padding-top:20px;
	width:auto;
	display:table;
}

.adults_w{
	min-width: 17%;
}

.children_w{
	min-width: 17%;
}

.twin_w{
	min-width: 10%;
}

#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;
}

/* car rental start */
.large_search {
	width: 333px;
	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: 100px;
}
#car_rental .hour_min_dropdown {
    width: 40px;
    margin-right: 5px;
}
#car_rental select, #car_rental input {
	margin-top: 6px;
}
.date_time_wrapper {
	margin-bottom: 6px;
}
/* car rental end */

.hide{
	display:none;
}
#mapholder.hide{
	display:none;
}
#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;
}

.hide2{
	visibility: hidden;
}

#advanced_search{
	width:346px;
	position:relative;
}

#asopt{
	padding-top:10px;
}

#asopt div.box_div{
	width:162px;
	float:left;
	padding-right:10px;
}
#asopt div.budg{
	padding:0px;
}

#asopt  select{
	width:100px;
}

#hnwrap{
	margin-top:20px;
}
#asopt #budget
{
	width:160px;
	padding-left:10px;
}
#budget div.budget_min_max{
	float:left;
	width:68px;
	padding-right:10px;
}
#budget div, div#budget {
	padding:0px;
}
.budget_min_max input{
	width:50px;
}

#asopt #onrequest{
	text-align:center;
	margin-top:10px;
}

#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;
}
#search_ #submit_wrapper, #search #submit_wrapper
{
	padding-bottom:0px;
}

.room_detail .children_wrapper{
	float:right;
	width:160px;
}

.auto_li{
	float:right;
	color:#aaaaaa;
}
.auto_info {
	color: #F444A3;
	pointer-events: none;
}
.auto_info span {
    padding-left: 5px;
    padding-right: 15px;
}
.info_icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    padding: 2px;
    border: 1px solid;
    border-radius: 30px;
}
.auto_gray{
	color:#DFDFDF;
	background:#DFDFDF;
}

.pink{
	color:#FE1173;
}

.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:#FE1173;



}
.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 #FE1173;
}

.geo_last{
	border-right: 1px solid ;
	border-color:#FE1173;
}

.pink_location{
	text-decoration:underline;
	font-size:16px;
	color:#FE1173;
	font-weight: bold;
}

#geo_table .pink_a{
	color:#FE1173;
	text-decoration: none;
}
/*search results styles */
#content_wrapper{
	width:1096px;
	margin-left:auto;
	margin-right: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:145px;
	width:202px;
	background:url(../../img/logo/orange_box.png) no-repeat;
}

#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;

}

#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;
}

.filter_label {
	font-size: 12px;
	font-weight: bold;
}
.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/icons/map_pin_empty_orange.png) no-repeat;
}
#show_map, #hide_map{
    padding-top: 10px;
	cursor: pointer;
    font-size: 14px;
}
.map_bubble{
    position: absolute;
	z-index: 9999;
}

.map_bubble #close_bubble{
    background: url(../../img/teldar/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: #F73896;
	border: 0px;
	background: linear-gradient(#FC73C9, #F41174);
	background: -webkit-linear-gradient(#FC73C9, #F41174);
	background: -moz-linear-gradient(#FC73C9, #F41174);
	background: -o-linear-gradient(#FC73C9, #F41174);
}

.search_sort{
	width: 768px;
	float: left;
    padding: 15px 5px;
}

.sorting{
	float:left;
	font-size: 12px;
	color:#FE119F;
	font-weight: bold;
	width: 220px;
}

.sorting select{
	font-size: 12px;
    font-weight: bold;
    width: 100%;;
	color:#FE119F;
	margin-top: 5px;
}

.status_select select{
	font-size:9px;
}

.emit_voucher{
	float:right;
	margin:32px 0 15px 15px;
	width:526px;
	height:65px;
}

.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:#f90f8c;
	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: 5px;
	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;
	margin-top: 0;
}
#content_description #new_search{
	margin-top: 0px;
	float: none;
	margin-bottom: 5px;
}
#new_search #search, #new_search #activity, #new_search #car_rental {
	text-align: left;
}
.results_new_search{
	position:absolute;
	top:35px;
	left:-200px;
	z-index:10;
}

.hotel_details_new_search, .excursion_details_new_search, .details_new_search {
	position:absolute;
	top:25px;
	left:0px;
	z-index:9999;
}
.res_title{
	width:780px;
	padding-top:8px;
    height:76px;
	background:url(../../img/logo/result_top_new.png) no-repeat top left;
	overflow:hidden;
}
.res_title.smallWidth .hotel_name{
	display:inline-block;
	margin-top:0px;
}
.res_title_left {
    overflow:hidden;
    padding-top:5px;
    margin-left:3px;
}
.res_title_right{
	padding-top: 3px;
	overflow:hidden;
	margin-right:15px;
}
.res_bottom{
	width:780px;
	height:20px;
	background:url(../../img/logo/result_bottom.png) no-repeat top left;

}
.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;
}
.result_stars{
    line-height: 0;
	padding:5px 0 0 20px;
}
.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;
}

.car_offer_box .img_holder, .car_rental_travellers .img_holder {
	height: auto;
}

.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;
	width: 290px;
	padding-left:10px;
}
.res_offers .offer_title{
	float:left;
    padding-left: 0;
}
.offer_price{
	color: #33383C;
    font-size: 22px;
	font-weight: bold;
    text-align: center;
    width: 110px;
}
.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:250px;
	background: url(../../img/icons/bullet.png) no-repeat ;
	background-position:center left;
	color:#555555;
	font-size:12px;
}
.room_text_trav{
	width:360px;
}
.one_room{
	width:310px;
}
.one_room_desc{
	width:290px;
}
.room_price{
	float:left;
	font-size: 12px;
	font-weight: normal;
	width:64px;
	color: #555555;
	text-align:right;
}

.show_hide_prices{
	float:right;
	width: 136px;
	margin-top: 10px;
}
.details_page .show_hide_prices {
	float:left;
}
.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{
	height: 100%;
	min-height: 150px;
	padding-left: 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%;
	margin-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;
}

#hfacilitytext{
	margin-left: 30px;
}

#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;
    margin-left: 20px;
    margin-top: 125px;
    width: 60px;
}

#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;
	min-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:1002px;
	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:1002px;
	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: #E2017B;
}
.table_row td{
	border-right: 1px solid #C0C5C9;
    font-family: arial;
	font-size: 12px;
	text-align: center;
	color: 	#555555;
}
.booking_status_col {
	width: 110px;
}
.external_booking {
	display: table;
	margin: 0 auto;
	overflow: hidden;
	font-size: 8px;
	font-weight: bold;
	color: #E2017B;
}
.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:#f90f8c;
	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 label{
	color:#33383C;
	font-size:10px;
}

#people_table span .pink{
	color:#f90f8c;
}
.people_table  select{
	width:53px;
	margin-left: 5px;
}
.people_table{
	padding-left: 25px;

}

.people_table  input{
	width:155px;
	margin-left: 25px;
}

.people_table label{
	color:#33383C;
	font-size:10px;
}

.people_table span .pink{
	color:#f90f8c;
}

#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: #f80e81;
	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;
}

#resuslts_map_list{
	float:left;
	margin-left:5px;
	width:310px;
    position: relative;

}

.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:#3786c8;
}

.map_res_price{
	font-size:12px;
	font-weight:normal;
}

.map_res_category {
    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/teldar/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;
}

.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:#F90F8C;
}
#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:160px;
	font-weight:bold;
	font-size:12px;
	float:left;
	margin-top: auto;
	margin-bottom: auto;
	color:#F90F8C;
}
.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;
}
.top #send_email button{
	margin-left:5px;
	padding:0px 7px;

}
#address{
	margin-left:50px;
}
.total_wrapper .width870.total_middle {
	width: 830px;
}
#reservationSection {
    margin: 30px 0;
}
#insuranceSection {
   margin-bottom: 15px; 
}
.basketSectionTitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.basketSectionTitle span {
    font-size: 28px;
}
.basketSegment {
    width: 870px;
    
}
.basketSort {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
    width: 870px;
}
.basketSortOptions {
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
}
.basketSortItem {
    color: #fff;
    width: 33%;
    margin-right: 15px;
    font-size: 15px;
    text-align: center;
    padding-bottom: 20px;
}
.basketSortItem > div {
    background-color: #c5c5c5;
    padding: 10px 0;
    cursor: pointer;
}
.basketSort .basketSortItem > div:last-of-type {
    margin-right: 0;
}
.basketSortItem.active {
    background: url(../../img/icons/arrow_down_big.png) no-repeat bottom center;
}
.basketSortItem.active > div {
    background-color: #3b3b3b;
}

.segment_top{
	padding-top:5px;
	margin-top:10px;
	background: url(../../img/logo/ligne_header.png) no-repeat;
	width:990px;
	height:37px;
	overflow:hidden;
}

.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:#F90F8C;
	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: #f80e81;
	border: 0px;
	border-radius: 16px;
}
.total_wrapper .total_middle_basket {
	width: auto;
	padding: 10px 20px;
	background-color: #fff;
    border: 2px solid #E6E6E6;
	border-radius: 10px;
}
.total_wrapper_basket {
    border: 2px solid #F90F8C;
    width: 840px;
    border-radius: 14px;
    padding: 15px;
}
.total_wrapper_basket .total_middle{
    margin: 10px 0;
    background-color: #F90F8C;
    border-radius: 0;
}
.total_wrapper_basket .total_middle_basket {
    margin: 10px 0;
    background-color: #F90F8C;
}
.total_wrapper_basket .total_header {
    font-size: 20px;
    color: #F90F8C;
    font-weight: bold;
}
.total_middle_basket .total_ag_net, .total_middle_basket .total_big {
    color: #686868!important;
}
.total_middle_basket .total_big {
    font-size: 16px;
}
#val_often{
    padding: 30px 20px 0;
    text-align: center;
    font-size: 12px;
    width: 870px;
}
.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:498px;
	margin-top:12px;
	font-size: 13px;
}
.segment_title.fontSizeTransfer {
	margin-top:12px;
	font-size: 13px;
}
.edit_cancel{
	width: 200px;
	margin:0px;
    margin: 0 0 0 20px;
	float:left;
}
.edit_cancel_voucher{
	width:195px;
	margin-left:20px;
	float:left;
	display:inline;
}
.pol_price {
	float: right;
	width: auto;
	margin-right: 15px;
	padding-left: 15px;
}
.segment_middle .pol_price_bd{
	float:right;
	width:110px;
	margin-right:15px;
}
.seg_prices {
    color: #33383C;
    font-size: 16pt;
    font-weight: bold;
    text-align: right;
	float:right;
}
.basketSegmentWrapper {
    width: 870px;
    float: left;
    margin-bottom: 30px;
    border-radius: 14px;
	-webkit-box-shadow: 0px 0px 20px #ccc;
	-moz-box-shadow: 0px 0px 20px #ccc;
	box-shadow: 0px 0px 20px #ccc;
	position: relative;
}
#reservationSection .segment_top,
#insuranceSection .segment_top {
    background: none;
    margin: 0;
    padding: 0;
    height: auto;
}
#reservationSection .segment_middle,
#insuranceSection .segment_middle {
    background: none;
    display: flex;
    margin: 30px 0;
    padding: 0;
}
#reservationSection .segment_bottom,
#insuranceSection .segment_bottom {
    background: none;
    margin: 0;
    padding: 15px;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    background-color: #f6f6f6;
    width: auto;
    height: auto;
}
#insuranceSection .segment_top_right {
    padding-top: 15px;
}
#insuranceSection .segment_top_right .segment_type {
    float: right;
    margin-right: 25px;
    margin-top: 0;
}
.basketSegmentWrapper > .segment_middle > div {
    float: left;
    border-right: 1px solid #ddd;
    padding: 0 15px 0 30px;
}
.basketSegmentWrapper .segmentTitle {
    width: 15%;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    padding-right: 30px;
    overflow-wrap: break-word;
}
.basketSegmentWrapper .segmentTitle > span {
    font-size: 12px;
    font-weight: normal;
}
.basketSegmentWrapper .segmentBrief {
    width: 30%;
}
.basketSegmentWrapper .segmentPolicy {
    width: 40%;
    border: none!important;
} 
.basketSegmentWrapper .seg_label,
.basketSegmentWrapper .segment_type {
    font-weight: bold;
    color: #FFA900;
}
.basketSegmentWrapper.hotel_segment .seg_label,
.basketSegmentWrapper.hotel_segment .segment_type {
    color: #FFA900;
}
.basketSegmentWrapper.transfer_segment .seg_label,
.basketSegmentWrapper.transfer_segment .segment_type {
    color: #ED1874;
}
.basketSegmentWrapper.activity_segment .seg_label,
.basketSegmentWrapper.activity_segment .segment_type {
    color: #4679D3;
}
.basketSegmentWrapper.car_rental_segment .seg_label,
.basketSegmentWrapper.car_rental_segment .segment_type {
    color: #724390;
}
.insuranceColor .segment_type {
    color: #61D400;
}
.basketSegmentWrapper .edit_cancel {
    margin: 0;
}
.basketSegmentWrapper.hotel_segment .seg_edit {
    background: url(../../img/teldar/icons/hotel_edit.png) center top no-repeat;
}
.basketSegmentWrapper.transfer_segment .seg_edit {
    background: url(../../img/teldar/icons/transfer_edit.png) center top no-repeat;
}
.basketSegmentWrapper.activity_segment .seg_edit {
    background: url(../../img/teldar/icons/activity_edit.png) center top no-repeat;
}
.basketSegmentWrapper.car_rental_segment .seg_edit {
    background: url(../../img/teldar/icons/car_rental_edit.png) center top no-repeat;
}
.basketSegmentWrapper.hotel_segment .seg_cancel {
    background: url(../../img/teldar/icons/hotel_delete.png) center top no-repeat;
}
.basketSegmentWrapper.transfer_segment .seg_cancel {
    background: url(../../img/teldar/icons/transfer_delete.png) center top no-repeat;
}
.basketSegmentWrapper.activity_segment .seg_cancel {
    background: url(../../img/teldar/icons/activity_delete.png) center top no-repeat;
}
.basketSegmentWrapper.car_rental_segment .seg_cancel {
    background: url(../../img/teldar/icons/car_rental_delete.png) center top no-repeat;
}
.basketSegmentWrapper .segmentBrief div span {
    display: none;
}
.basketSegmentWrapper .segment_type {
    float: left;
    background-color: #fff;
    margin-left: 25px;
    padding: 0 5px;
    width: fit-content;
    width: -moz-fit-content;
}
.basketSegmentWrapper .basketInsuranceWrapper:last-of-type {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.basketInsuranceWrapper .insurance_logo {
    width: auto;
    margin: 0 10px 0 15px; 
}
.basketInsuranceWrapper .insContent {
    width: 100%;
    padding-top: 15px;
    margin-right: 30px;
}
.basketInsuranceWrapper .insTitle {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 13px;
}
.basketInsuranceWrapper .insTitle span,
.basketInsuranceWrapper .tpDiscount > span {
    color: #FE1173;
}
.basketInsuranceWrapper .insTransfer {
    margin-top: 30px;
    color: #FE1173;
    font-weight: bold;
}
.basketInsuranceWrapper .insTransfer > span {
    line-height: 30px;
}
.basketInsuranceWrapper .tpDiscount {
    width: 150px;
    text-align: right;
    float: left;
}
.basketInsuranceWrapper .tpSeparator {
    width: 30px;
    height: 50px;
    float: left;
    background: url(../../img/icons/next_small.png) no-repeat center;
    margin: 0 15px;
}
.basketInsuranceWrapper .tpDiscount > div {
    margin-left: 100px;
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    background-color: #FE1173;
    color: #fff;   
}

#buttons_wrapper {
    padding: 30px 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#what_now{
    color: #fff;
    font-size: 20px;
    margin: 0 30px;
    padding: 30px 0 15px;
    font-weight: bold;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#F49900, #F49900);
    background-repeat: no-repeat;
    background-size: 200px 3px;
    background-position: bottom left;
}
.basket_terms {
	margin-top: 10px;
    font-weight: bold;
}
.basket_terms a,
.read_more_4x a {
    color: #F49900;
}
#basket_reserve, 
#basket_val, 
#basket_val_4x, 
#basket_add_new {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}
#basket_val img, 
#basket_val_4x img {
    vertical-align: sub;
    margin-right: 5px;
}
.basket_button_title {
    color: #F49900;
    font-size: 20px;
    font-weight: bold;
}

.total_ag_net{
	/*padding-left:20px;*/
	font-size:12px;
	color:white;
	font-weight: bold;
	overflow:hidden;
}
.total_big {
  border-top: 1px solid #FFFFFF;
  color: white;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  padding: 5px 0 0;
  margin-top: 5px;
}
.total_big.no_commision {
	border-top: none;
	margin-top: 0;
}
.total_ag_net .total_right, .total_big .total_right{
	float:right;
}
.basket_box {
	width: 30%;
	margin-right: 20px;
    padding: 2%;
	position: relative;
	background-color: #fff;
	border: 2px solid #ffffff;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 20px #848484;
	-moz-box-shadow: 0px 0px 20px #848484;
	box-shadow: 0px 0px 20px #848484;
}
.basket_box:last-child {
    margin-right: 0;
}
.box_contents {
	margin-bottom: 40px;
}
.validate_basket_box {
    position: absolute;
    cursor: pointer;
    right: 0;
    left: 0;
    width: 100px;
    margin: 0 auto;
    bottom: 10px;
}
.box_info {
    margin-top: 10px;
    padding-left: 85px;
    font-size: 9px;
    background: url(../../img/logo/basket-4xbtn-logo.png) no-repeat center left;
}
.read_more_4x {
    padding-top: 10px;
    font-weight: bold;
}
.cb4x_mention {
	position: absolute;
	bottom: -11%;
	left: 0;
	right: 0;
	color: #fff;
}
.seg_prices .normal_text{
	font-size:12px;
	font-weight:normal;
	color:#33383c;
}
.segment_middle .seg_policy{
	float:left;
    width:565px;
	padding-top: 5px;
}
.seg_policy 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;
}
.extraFacility > div {
    height: 20px;
    line-height: 20px;
}
.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{
	text-align:center;
	color:white;
	font-size:14px;
	font-weight:bold;
}
#pb {
	margin-left: 365px;
	width:465px;
	height: 109px;
}
* html #please_wait #offers {
	position: absolute;
}

* html #please_wait {
	position: absolute;
}
.processing_title {
	padding: 5px;
}
#please_wait .gray {
	color: #c3c3c3;
}
#please_wait #offers.cfr_load {
	background: none !important;
	color: #000000;
}
.pol_price .seg_price{
	float:right;
	width:272px;
	text-align: right;
}

#promotions li{
	float:left;
	padding:0 0 6px 0;
	margin:8px 8px 0;
	display:inline-block;
	width:355px;
	border-bottom: #d6d6d6 solid 1px;
}
#promotions li img{
	border:none;
}

div#promotions {
	float: left;
	position: relative;
	padding-top:7px;
}
div#promotions #top{
	font-size: 12px;
	height: 27px;
	line-height: 1px;
}
div#promotions #topleft {
	background: url(../../img/teldar/home_pink_lt.png) no-repeat top left;
	float: left;
	height: 28px;
	width: 16px;
}

div#promotions #topmiddle {
	background: url(../../img/teldar/home_gradient_pink.png) repeat-x top left;
	height: 28px;
	width: 18px;
	float:left;
	width:343px;
	font-size: 12px;
	color:#ffffff;
	text-transform: uppercase;
	font-weight:bold;
	line-height: 28px;

}
div#promotions #topright {
	background: url(../../img/teldar/home_pink_rt.png) no-repeat top right;
	float: right;
	height: 28px;
	width: 16px;
}
div#promotions #bottomleft {
	background: url(../../img/teldar/corners.gif) no-repeat bottom left;
	float: left;
	height: 16px;
	width: 16px;
}
div#promotions #bottomright {
	background: url(../../img/teldar/corners.gif) no-repeat bottom right;
	float: right;
	height: 16px;
	width: 16px;
}
div#promotions #boxcontent {
	display: inline-block;
}
div#promotions #boxcontent li {
	display: inline;
}
div#promotions p {
	margin: .5em 0;
}

div#promotions #boxcontent .img {
	float:left;
	width:120px;
	margin:2px 0 0 0;
	padding: 0 10px 0 0;
	display: inline;
}

div#promotions #boxcontent .img img {
	border: #2A2A2A solid 1px;
}

div#promotions #boxcontent .text {
	float:left;
	width:222px;
	margin:0;
	padding: 0;
	font-size:12px;
	display: inline;
	word-wrap: break-word;
}
div#promotions #boxcontent .text .text_title{
	margin: 2px 0 0 0;
	padding: 0;
	float: left;
}
div#promotions #boxcontent .text .text_title .title_st {
	color: #f83c9a;
	font-weight: bold;
	cursor:pointer;
}
div#promotions #boxcontent .text .text_title .title_sec {
	color: #2a2a2a;
	font-weight: bold;
}
div#promotions #boxcontent .text .stars {
	float: right;
}

div#promotions #boxcontent .text .description {
	color: #5a5a5a;
}
#promotions li.last {
	margin:10px 8px 6px;
}
#promotions #boxcontent h2{
	width:370px;
}
/*============promo tabs start=============*/
#tab_promotions{
	height:42px;
	width:72px;
	background:url(../../img/teldar/panelpcm.png) repeat-x;
	color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 42px;
	text-align: center;
    text-transform: uppercase;
	cursor: pointer;
}
#tab_promotions.active{
	color:#F83C9A;
	background:url(../../img/teldar/panelpwm.png) repeat-x;
}
#tab_promotions_right{
	height:42px;
	width:40px;
	background:url(../../img/teldar/panelpcr.png) no-repeat;
}
#tab_promotions_right.active{
	background:url(../../img/teldar/panelpwr.png) no-repeat;
}
/* perfplus*/

.perfplus {
    height: 135px;
    background:url(../../img/teldar/perfplus_basket_bg.png) no-repeat;
    position:relative;
}
.perfplustext{
    font-size: 15px;
    position: absolute;
    top:33px;
    left:422px;
    font-weight: bold;
    color:white;
}
.perfplus_enter_code{
    color:#284687;
    font-size: 13px;
    font-weight: bold;
}
.perfplusCode{
    position:absolute;
    width:152px;
    height:23px;
    left:422px;
    top:75px;
    border-width: 0px;
    padding: 5px;
    color: #284687;
    font-size: 16px;
    font-weight: bold;
}
/*end perfplus*/

.one4You {
    height: 141px;
    background:url(../../img/teldar/selectour_basket_bg.jpg) no-repeat;
    position:relative;
}
.one4youWrapperCarRental{
    font-size: 11px;
    font-weight: bold;
    color:#284687;
    width: 110px;
    text-align: center;
}
.one4youWrapperHotel {
    font-size: 11px;
    font-weight: bold;
    color:#284687;
}
.one4youWrapper {
    font-size: 11px;
    font-weight: bold;
    color: #284687;
    text-align: center;
}
.ma-on{
    float:left;
    width: 60px;
}
.one4youtext{
    font-size: 15px;
    position: absolute;
    top:33px;
    left:428px;
    font-weight: bold;
    color:#284687;
}
.enter_code{
    font-size: 13px;
    font-weight: normal;
}
.one4youCode{
    position:absolute;
    width:167px;
    height:34px;
    left:428px;
    top:72px;
    border-width: 0px;
    padding: 5px;
    color: #284687;
    font-size: 16px;
    font-weight: bold;
}
.outerWrapperFlex {
	order: 3;
	-ms-flex-order: 3;
	width: 100%;
	text-align: center;
}
#tab_miles_left{
	height:42px;
	width:46px;
	background:url(../../img/teldar/panelpcl.png) no-repeat;
}
#tab_miles_left.active{
	background:url(../../img/teldar/panelpwl.png) no-repeat;
}
#tab_miles{
	height:42px;
	width:70px;
	background:url(../../img/teldar/panelpcm.png) repeat-x;
	color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 42px;
	text-align: center;
    text-transform: uppercase;
	cursor: pointer;
}
#tab_miles.active{
	color:#F83C9A;
	background:url(../../img/teldar/panelpwm.png) repeat-x;
}
#tab_miles_right{
	height:42px;
	width:39px;
	background:url(../../img/teldar/panelpcc.png) no-repeat;
}
#tab_miles_right.active{
	background:url(../../img/teldar/panelpwc.png) no-repeat;
}
#promotions .panel-center{
	width:374px;
	background:url(../../img/teldar/panelpc.png) repeat-y;
	padding:0px 5px;
}
#promotions .panel-bottom-left{
	width:14px;
	height:15px;
	background:url(../../img/teldar/panelpbl.png) no-repeat;
	margin-left: 2px;
}
#promotions .panel-bottom-middle{
	width:352px;
	height:15px;
	background:url(../../img/teldar/panelpbm.png) repeat-x;
}
#promotions .panel-bottom-right{
	width:14px;
	height:15px;
	background:url(../../img/teldar/panelpbr.png) no-repeat;
}
/*=============promo tabs end==============*/

/* newsletter start */
#tab_newsletter {
	height:42px;
	width:78px;
	background:url(../../img/teldar/panelpcm.png) repeat-x;
	color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 42px;
	text-align: center;
    text-transform: uppercase;
	cursor: pointer;
}
#tab_newsletter.active{
	color:#F83C9A;
	background:url(../../img/teldar/panelpwm.png) repeat-x;
}
#tab_newsletter_right{
	height:42px;
	width:39px;
	background:url(../../img/teldar/panelpcc.png) no-repeat;
}
#tab_newsletter_right.active{
	background:url(../../img/teldar/panelpwc.png) no-repeat;
}
#top_newsletters {
	padding: 8px 16px;
}
#top_newsletters a {
	text-decoration: none;
}
.newsletter_info {
	color: #F83C9A;
	text-align: center;
	font-weight: bold;
}
.newsletter_line {
	padding: 8px 0;
	border-bottom: 1px solid #d6d6d6;
	font-weight: bold;
}
.newsletter_icon {
	background: url("../../img/icons/ICONE_NEWSLETTER.png") no-repeat;
	width: 55px;
	height: 62px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 16px;
}
.newsletter_title {
	display: inline-block;
	width: 76%;
	color: #5a5a5a;
	vertical-align: middle;
}
/* newsletter end */

#ui-datepicker-div { display: none; }

.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:520px;
	float: left;
	margin:12px;
}
#account_pass {
	width: 440px;
	float: left;
}
ul#account_data_ul{
	margin-left:0;
	padding-left:0px;
	width:422px;
}
ul#account_data_ul li {
	background:url("../../img/icons/list_my_account.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: 212px;
}

#account_data_ul li .acc_left span{
	color: #555555;
	font-size: 12px;
	font-weight:bold;
}
#account_data_ul li .acc_right span{
	color: #F90F8C;
	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;
}
.my_account_label {
	color: #555555;
	padding: 9px 0;
	font-size: 12px;
	font-weight: bold;
}
.main_email{
    background-image:  url("../../img/teldar/envelope.png");
    background-position: top left;
    padding-left: 30px;
    color:#BBBBBB;
    font-size: 14px;
    line-height: 1.2em;
    margin-top: 10px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
}

.secondary_email {
    color:#BBBBBB;
    font-size: 12px;
    margin-right: 25px;
}
.account_emails{
    width:245px;
    padding: 30px;
}
.new_email_notification {
    color: #555555;
    font-size: 9px;
}
span.add_email {
    width: 142px;
    height: 26px;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
}
.addNewEmail {
    margin-top: 20px;
}
.account_send {
	padding-top: 15px;
}
.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);
}
.account_send span.sent {
	width: 142px;
	height: 26px;
	display: inline-block;
    font-size: 18px;
    line-height: 26px;
}
.account_send .send_btn {
	width: 142px;
	height: 28px;
	display: inline-block;
	font-size: 18px;
}
#lostPass {
	width: 118px;
	height: 24px;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
}
#account_pass {
	margin: 5px 0;
    border-left: 2px solid #D9D9D9;
}
#pass_wrapper {
	padding:30px;
}

#pass_wrapper .title h1{
	color: #F90F8C;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0;
}

.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{
}

.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-top:  1px solid #C0C5C9;
}

/*.segments_br  .border_cell{
	border-left:1px solid #C0C5C9;
	border-right: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;
}
#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;
}
.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:#F90F8C;
}
.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;
}
.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;
}

.seg_status_unpaid{
	background: #993366;
}
.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:500px;
	margin-top:15px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 5px;
	text-align: center;
	position:relative;
	padding-top:25px;
}
.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 #5d686f;
	-moz-box-shadow: 0px 4px 10px #5d686f;
	box-shadow: 0px 4px 10px #5d686f;
	padding: 8px;
	margin-left: -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;
}
#card_ml {
	width: 46px;
	height: 105px;
	float: right;
	background: url(../../img/logo/middleleft.png) no-repeat;
	position: relative;
	top: 15px;
	z-index: 99;
}
#right_menu {
	position: relative;
	z-index: 99;
	float: right;
	padding: 4px 0 8px 0;
	margin-right: 28px;
}
#right_menu #right_menu_content {
	width: 400px;
	position: relative;
}
#right_menu_content {
	padding: 10px 8px;
	height: 102px;
	border: 1px solid #FA9C00;
	border-radius: 10px;
	background-color: #FA9C00;
	background: linear-gradient(-45deg, #f19300, #FEB100, #f19300);
	background: -webkit-linear-gradient(-45deg, #f19300, #FEB100, #f19300);
	background: -moz-linear-gradient(-45deg, #f19300, #FEB100, #f19300);
	background: -o-linear-gradient(-45deg, #f19300, #FEB100, #f19300);
	-webkit-box-shadow: 0px 0px 20px #223644;
	-moz-box-shadow: 0px 0px 20px #223644;
	box-shadow: 0px 0px 20px #223644;
}
.superlogin{
	min-height: 60px;
	padding: 5px;
	position:absolute;
	background-color: white;
	font-size: 16px;
	font-weight: bold;
	top:0px;
	left:64px;
	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:110px;

}
.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:180px;
}

.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;
}
#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 {
	padding-right: 12px;
	width: 82px;
	display: inline-block;
}
.segment-meeting input, .segment-food input {
	margin: 3px 0;
}
.dates_extra{
	width: 100%;
}
.dates_extra input{
	margin-left:40px;
}
.dates_extra select{
	margin-top: 5px;
}

#checkout_wrapper_extra{
	width:300px;
}

#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{
	margin-top:10px;
	float:right;
	width:160px;
	margin-right:500px;
}
.room_detail_extra >.children_wrapper div{
	margin-top:5px;
}
#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;
}

.table_row a{
	cursor: pointer;
}

.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-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-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 select
{
	margin: 3px 3px 3px 10px;
}
.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 left center transparent;
    height: 100px;
    padding: 30px 0;
}
.miles_code{
	width: 300px;
	margin-left: 550px;
}
.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%
}
.position_relative{
position:relative;
}

.short_info_bt{
	float:left;
	width: 440px;
	height:100px;
	background-color: #fbfbfb;
	margin: 5px;
	padding: 5px;
	padding-top: 45px;
}
.short_info_cr{
	float:left;
	width: 440px;
	background-color: #fbfbfb;
	margin: 5px;
	padding: 5px;
	padding-top: 45px;
}
.short_info_bt_row {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.tranfer_info{
	padding: 20px;
	padding-left: 60px;
}

.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{
	float:left;
	width: 150px;
	margin-top: 5px;
}
.luggage_bt{
	float:left;
	width: 250px;
	margin-top: 5px;
}

#pickup_airport{
	margin-left: 10px;
	display:inline-block;
}

#drop_off_airport{
	margin-left: 10px;
	display:inline-block;
}

.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:240px;
	padding-top: 2px;
}
.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: 7px;
	width:460px;
}
.prebook_info {
	width: 450px;
}
.prebook_obs {
	padding: 0 15px 16px;
}
.my_account_title {
    color: black;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 20px;
}
.myAccRounded_top{
	background: url(../../img/logo/bg_top_my_acc.png) no-repeat;
	width:1096px;
	height:45px;
}
.my_acc_tab_area{
	background-color: #eaeaea;
	height: 40px;
	border-bottom:  1px solid #dddddd;
}

.my_acc_tab_area_wrapper{
	display: block;
    width: 1028px;
}

.myAccTab{
	padding-top: 15px;
	float:left;
	margin-left: 5px;
	cursor: pointer;
}
.myAccTabMiddle {
    height: 20px;
    width: auto;
    padding: 5px 20px 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 20px 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-weight: bold;
    color: white;
    background-color: #ED1874;
	background: linear-gradient(#FC71C7, #ED1874);
	background: -webkit-linear-gradient(#FC71C7, #ED1874);
	background: -moz-linear-gradient(#FC71C7, #ED1874);
	background: -o-linear-gradient(#FC71C7, #ED1874);
    border: 1px solid #FC71C7;
    border-bottom: none;
}
.myAccTabMiddle a {
    color: black;
}
.myAccTabMiddleSel a {
    color: white;
}

#emails_tab{
	display: none;
}
#pageTitle{
	color:#555555;
	font-size:19px;
	font-weight: bold;
}

#pageDescription{
	padding:50px;
	color:#33383C;
	font-size:12px;
}

.segment_failed_desc{
	margin-top:10px;
	color: white;
	float:left;
}

.desc_right_br_left{
	float:left;
	width:440px;
}

.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;
}

#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;
}

/* fixed width label*/
.fwl_transfer{
	display:block;
	width:110px;
	float:left;
}
.red_lien {
	color:#FF0000 !important;;
}

#map_legend{
    position:relative;
	overflow: hidden;
	height:55px;
}

.relative{
    position: relative;
}

.fltrt{
	float:right;
}

.fltlft{
	float:left;
}
#search_
{
	float: left;
	width: 390px;
	position: relative;
    margin: 10px 5px;
}

.search_tabs {
    height: 35px;
    width: fit-content;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
}
.hotelColor {
    background-color: #FFA900;
    background: linear-gradient(#FFBF00, #FFA900);
	background: -webkit-linear-gradient(#FFBF00, #FFA900);
	background: -moz-linear-gradient(#FFBF00, #FFA900);
	background: -o-linear-gradient(#FFBF00, #FFA900);
}
.activityColor {
    background-color: #4679D3;
    background: linear-gradient(#7B95D7, #4679D3);
	background: -webkit-linear-gradient(#7B95D7, #4679D3);
	background: -moz-linear-gradient(#7B95D7, #4679D3);
	background: -o-linear-gradient(#7B95D7, #4679D3);
}
.transferColor {
    background-color: #ED1874;
    background: linear-gradient(#FC71C7, #ED1874);
	background: -webkit-linear-gradient(#FC71C7, #ED1874);
	background: -moz-linear-gradient(#FC71C7, #ED1874);
	background: -o-linear-gradient(#FC71C7, #ED1874);
}
.car_rentalColor {
    background-color: #724390;
    background: linear-gradient(#905DB1, #724390);
	background: -webkit-linear-gradient(#905DB1, #724390);
	background: -moz-linear-gradient(#905DB1, #724390);
	background: -o-linear-gradient(#905DB1, #724390);
}
.insuranceColor {
    background-color: #61D400;
    background: linear-gradient(#6FF900, #61D400);
	background: -webkit-linear-gradient(#6FF900, #61D400);
	background: -moz-linear-gradient(#6FF900, #61D400);
	background: -o-linear-gradient(#6FF900, #61D400);
}
.tab {
    height: 100%;
    position: relative;
}
.search_tabs_bottom {
    position: absolute;
    width: 100%;
    height: 20px;
    top: 15px;
}
.search_tabs_bottom_last {
    position: absolute;
    width: 50%;
    height: 15px;
    top: 20px;    
    margin-left: 50%;
}

.tab:last-of-type .search_tabs_bottom {
    width: 50%;
}
.tabs_center {
    height: 100%;
    position: relative;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-align: center;
    background-color: #64C2DB;
    padding-right: 12px;
    padding-left: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 20px;
}
.tab:first-of-type .tabs_center {
    border-bottom-left-radius: 0;
}
.tab:last-of-type .tabs_center {
    border-top-right-radius: 25px;
}
.tab:last-of-type .tabs_right {
    background-color: #EFF8FD;
    background: linear-gradient(#DFF0FA, #EFF8FD);
	background: -webkit-linear-gradient(#DFF0FA, #EFF8FD);
	background: -moz-linear-gradient(#DFF0FA, #EFF8FD);
	background: -o-linear-gradient(#DFF0FA, #EFF8FD);
    height: 20px;
    margin-top: 15px;
	float: left;
    width: 15px;
    border-bottom-left-radius: 25px;
    border-right: 1px solid #DFF0FA;
    position: relative;
}
.tab.active .tabs_center {
	font-size: 18px;
    border-bottom-left-radius: 0;
    background-color: #26408D;
}

.tab .tabs_center .tabText {
    cursor: pointer;
	padding-top: 5px;
}

/****
		STYLES FOR TRANSFER
***/

#transfer .transferCitySearch{
	width:309px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#transfer #pannel_mc_transfer{
	height:100%;
	width:315px;
	margin: auto;
}

#transfer .tpick{
	float:left;
	width:145px;
}

#transfer .tdrop{
	float:right;
	width:145px;
}

#transfer #tpickType{
	margin-top: 3px;
}
#transfer #tdropType{
	margin-top: 3px;
}

.tpickDropWidth{
	width: 145px;
}

#transfer input.tpickDropWidthControl {
	margin-top: 3px;
	width: 140px;
}

#transfer select.tpickDropWidthControl {
	margin-top: 3px;
	width: 145px;
}

.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 #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;
}

.gray_top_left{
	float: left;
	background: url(../../img/teldar/transfer_result_top_left.jpg) no-repeat;
	width: 12px;
	height: 38px;
}

.gray_top_middle{
	width:965px;
	float:left;
	height: 38px;
	background: url(../../img/teldar/transfer_result_top_middle.jpg) repeat-x;
}

.gray_top_right{
	float: left;
	background: url(../../img/teldar/transfer_result_top_right.jpg) no-repeat;
	width: 12px;
	height: 38px;
}

.gray_top{
	margin-bottom: 5px;
}
.hotel-desc #text_transfer_locations_and_dates{
	color: #6C6C6C;
	float: left;
	margin: 0 0 0 8px;
	max-width: 670px;
}
.hotel-desc #text_transfer_locations_and_dates p{
	white-space: nowrap;
	overflow: hidden;
}
#text_transfer_locations_and_dates {
	color:#6c6c6c;
	float:left;
	width: auto;
	max-width: 700px;
	position: relative;
	padding-top: 5px;
	line-height: normal;
}


#text_transfer_locations_and_dates p{
	font-size:18px;
	color:#e2007a;
}

#text_transfer_locations_and_dates span{
	color:#757575;
	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:300px;
	float:left;
	padding-right: 16px;
	vertical-align:middle;
	color: black;
	padding-top:5px;
	font-size: 12px;
}
.transfer_res_description.descr_medium {
    width: 210px!important;
    padding-left: 5px!important;
}
.transfer_res_description.descr_small {
    width: 170px!important;
    padding-left: 5px!important;
}

.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;
}
.trav_hotel{
	display: block;
	padding-top: 5px;
}
.transfer_search_form_close{
	position:relative;
	top:30px;
	left:350px;
	cursor: pointer;
}

.limoozin_logo{
	margin: auto;
	width: 156px;
	margin-bottom: 10px;
}
.look_no_book_button{
	padding: 25px;
	font-weight: bold;
}

.no_additional_fields{
	margin: 50px;
    color: #565553;
    font-size: 12px;
    font-weight: bold;
}

.edit_additional_fields{
    color: #565553;
    font-size: 12px;
    font-weight: bold;
}
.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;
}
.msg404{
	padding: 50px;
	font-size: 14px;
	font-weight: bold;
	color: #33383C;
}

.offer_title_left{
	float:left;
	width:65px;
}
.offer_title_right{
	float:left;
	text-align:center;
	width:225px;
	color: #f43187;
}

.offer_title_right_total_price{
	font-size:9px;
	font-weight:bold;
	color: #f43187;
}
.td_offer_price .offer_title_right_total_price {
	padding-left: 12px;
}
.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;
}
.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_hotel {
	background: url(../../img/icons/map.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;
}
.activity-option {
	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;
}

.hotelType_item, .excursionType_item {
	overflow:hidden;
}

.hotelType_item input, .excursionType_item input {
	float:left;
	margin-top: 10px;
}

.hotelType_img, .excursionType_img {
	float:left;
}

.hotel_type_title, .excursion_type_title {
	width:auto;
	float:left;
	line-height: 2em;
    margin-left: 5px;
    padding-top: 5px;
}

.extra_cnt_flg.small{
	width:34px;
}

#home_menu>#logo{
	cursor: pointer;
}
#home_menu > #logo img {
	max-width: 250px;
}
#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;
}

.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 .result_stars{
    width:100px;
    padding-top:0px;
}

.hotel_description_name{
    margin-left:20px;
}

.res_title_left .hotel_description_name .hotel_name{
    padding-left:0px;
}

#settings_tab{

	display: none;
}

.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;
}

.booking_additional_values .additional_value{
	overflow:hidden;
	margin:0 0 10px 0;
}

.additional_value .additional_value_label{
	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;
	position:relative;
	padding-top:25px;
}

.facilities_wrapper{
	margin-left:20px;
}

.facilities_wrapper table tr td{
	overflow:hidden;
	text-align: center;
}

.facilities_wrapper .facility .facilityImg{
	width:22px;
	height:21px;
	margin-right:10px;
}

.facilities_wrapper .facility div span {
	display:inline-block;
	margin-bottom:5px;
	vertical-align:middle;
}

.alignLeftImg {
	display:inline;
	float:left;
	width:250px;
}

#total_price_beh_fp{
	display: none;
}

#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;
}

.add_print_bd .normal_text, .actionsWrapper .normal_text{
	color: #33383C;
	font-size:12px;
	font-weight: normal;
	position:absolute;
	top:-10px;
	right: 25px;
}

#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;
	padding: 0 15px;
}
#central_miles{
	width: 775px;
	padding-bottom: 15px;
}
#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/teldar/icons/plan.png) no-repeat;
	text-align: center;
	padding-left:20px;
	height:20px;
}
.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%;
}
.hotelResult .miles-booster .milesCountWrapper,
.travellers_offer_price_info .miles-booster .milesCountWrapper {
    display: inline-block;
    width: 70%;
    text-align: center;
    color:black;
}
.hotelResult .milesCountWrapper > span{
    color: #f43187;
}
.miles-nocoup{
	margin-top:26px;
}
.miles-wrapper-offer{
	float:left;
	position: relative;
}
#offers2 .miles-wrapper-offer, .travellers_info_wrapper .miles-wrapper-offer, .mc_points .miles-wrapper-offer {
	float:none;
}
.miles-wrapper-offer .miles-booster, .miles-wrapper-offer .miles-simple{
	margin-top:0px;
	position:static;
	width:60px;
}
.miles-booster .coupon_plus, .miles-booster .coupon_val, .miles-simple .coupon_plus, .miles-simple .coupon_val{
	width:100%;
	margin-top:5px;
}

.miles-simple:not(.miles-booster) {
    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;
}
.travellers_info .miles-wrapper-offer .miles-booster,
.travellers_info .miles-wrapper-offer .miles-simple {
	float: none;
	margin: 0 auto;
}
.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;
}
* 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;
}

.hotel-description-short .result_stars{
	padding:0px;
}


.container_middle{
	background: url(../../img/logo/container_middle.png) repeat-x;
	width: 753px;
	height: 432px;
}


#map_hotel_wrapper #map_holder{
	width:auto;
}

.image_wrapper{
	overflow:hidden;
	float:left;
	margin-right:10px;
}

.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;
}

.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;
}

.segment_top .segment_title {
    color: #f80e81;
}
.seg_prices span.pink {
    font-size: 12px;
}
.pol_price .seg_prices .normal_text {
    display: block;
}

.uic-main #your_basket {
    text-align: center;
    width: auto;
    font-size: 26px;
}
.basketHeader {
	background-color: #F6F6F6;
	padding: 15px;
	float: left;
	box-sizing: border-box;
}
.basketHeader:not(.basketExpired) {
	width: calc(100% - 125px);
}
#basketHeaderActions {
	padding-top: 15px;
}
.basketBottom {
    background-color: #F49900;
}
.basketBottom.wide_wrapper {
    width: 973px;
}
#validateBasketForm {
    height: 100%;
    width: 870px;
    margin-left: 20px;
}
#validateBasketForm > div {
    margin-top: 40px;
    width: 100%;
}
#validateBasketForm > div:last-child {
    margin-bottom: 30px;
}
.basket-header-row {
	width: 25%;
    float: left;
}
.bookingdetails {
    float: right;
	display: table;
}
#basketHeaderActions #showTravellersMap, 
#basketHeaderActions #print_page, 
#basketHeaderActions #send_email,
#basketHeaderActions #display_comm {
    padding-left: 25px;
	height: 35px;
	display: table-cell;
	vertical-align: middle;
	background: no-repeat left center;
    line-height: 18px;
	text-decoration: none;
	cursor: pointer;
}
.bookingdetails .show_hide_sg, .bookingdetails #showTravellersMap, .bookingdetails #print_page, .bookingdetails #download_booking_pdf, .bookingdetails #download_all_voucher_pdf, .stFieldsAnchor,
.bookingdetails .seg_schedule_label, #download_map_pdf {
	padding-left: 45px;
	height: 35px;
	display: table-cell;
	vertical-align: middle;
	background: no-repeat left center;
    line-height: 18px;
    color: #FE1173;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
#basketHeaderActions #print_page, .bookingdetails #print_page {
	background-image: url("../../img/teldar/icons/print.png");
}
#basketHeaderActions #send_email {
	width: 215px;
	background-image: url("../../img/teldar/icons/envelope.png");
}
#basketHeaderActions #showTravellersMap {
	background-image: url("../../img/teldar/icons/map_pin_small.png");
}
.bookingdetails #print_page {
	background-image: url("../../img/icons/print.png");
}
.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: 95px;
}
.bookingdetails #print_page {
	width: 90px;
}
.bookingdetails #download_all_voucher_pdf, .bookingdetails #download_booking_pdf, #download_map_pdf {
	width: 105px;
	background-image: url("../../img/icons/pdf_download_mod.png");
}
#content #address {
    margin-left: 0px;
}
#content #address .gray_bold {
    padding-bottom: 10px;
}
.sendBasketInput {
    font-size: 12px;
    height: 12px;
}
.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;
}
#send_email img {
    padding-top: 4px;
}

#address {
    margin: 0px 0px 0px 20px;
}
.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:270px;
}

#your_basket img {
	vertical-align: text-bottom;
}

.heading-container.rounded_top {
  background: url("../../img/icons/newcorners.png") no-repeat scroll 15px top transparent !important;
  height: 19px;
  overflow: visible;
  padding: 22px 0;
}

#send_page_button {
    cursor: pointer;
}

.segment_top.width870 {
      background: url("../../img/logo/small_topbar.jpg") no-repeat scroll 0 0 transparent;
      height: 54px;

}
.segment_top.width870 .segment_number {
    margin: 5px 0 0 14px;
}
.segment_top.width870 .segment_type, .segment_top.width870 .segment_title {
    margin-top: 15px;
}

.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;
}

.options {
  background: url("../../img/teldar/options.png") no-repeat scroll center top transparent;
  height: 176px;
  padding: 10px 5px 0 15px;
  width: 100px;
  position: relative;
  float: right;
  margin-top: 15px;
}

.options .fltrt {
    float: none;

}

.options .fltrt  img {
    position: relative;
    display: block;
    margin: 0 auto;
}

.options .addTransferToFrom {
  color: #33383C;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 0px;
  margin: 0px;
  width: auto;
  float:none;
}
.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: 25px 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;
}

.width870 .seg_prices .normal_text {
    font-size: 10px;
}
.add-transfer {
  display: block;
  margin-bottom: 10px;
}
.miles {
  bottom: 18px;
  font-size: 9px;
  left: 14px;
  position: absolute;
  text-align: center;
  width: 100px;
  color: #333333;
}

.header-intro-text {
  color: #33383C;
  float: right;
  font-weight: bold;
  margin: 34px 0 0;
  text-align: center;
  width: 580px;
}
.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;
}

/*Hotel Detail page*/
    /*Start - > header*/
.hotel-desc .heading-container.rounded_top {
	height: 53px;
	padding: 10px 0 0 0;
}

.hotel-desc .heading-container #new_search {
	float: left;
	margin: 14px 0 0 40px;
}

.hotel-desc .heading-container #new_search #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%;
}
.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;
	
 }

.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: #F43187;
   text-decoration: underline;
   line-height: 30px;
   cursor: pointer;
}

.email-friend {
	color: #F43187;
	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/teldar/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;
	width: 100%;
}
.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;
    display:none;
}
.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:10px;
}
.coupon_val div{
	margin: 12px 0 0 36px;
	color: #F1C146;
}
.coupon_icon_only {
    background: url(../../img/teldar/bon_cadeau_icon.png) no-repeat;
    background-size: 100%;
    margin-top: 0px;
    cursor: default;
    width: 80%;
    margin: 10px 10%;
}
.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;
}
.clearfix {
    clear: both;
}

/* START Reservation details*/

#heading-container .top_bd #your_booking {
	display: table;
	float:none;
	margin: 0 auto;
	width: auto;
}

#heading-container  .top_bd #booking_no_bd {
  position: absolute;
  right: 55px;
  top: 25px;
  float: none;
}

.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;
}
/* END Reservation details*/

.combobox {
	float:left;
	line-height:25px;
	margin-left: 10px;
}

#your_booking {
	text-align: center;
}
#your_booking img {
	vertical-align: text-bottom;
}
 #booking_no_bd {
  color: #F90F8C;
}
.back_booking {
	cursor: pointer;
}
.registration_wrapper{
	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 .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;
}
/* print form */
.print-header .address-info {
	display: inline-block;
	margin-top: 8px;
	float: left;
}
.print-header #teldar-info {
	float: right;
}
.print-header #teldar-address { 
	margin-top: 8px;
}
.print-header .custom-addr {
	font-size: 16px;
}
.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/teldar/btn_dld.png") no-repeat;
	height:26px;
	margin:15px;
	padding:10px 0 0 40px;
	cursor:pointer;
}
.invoice_act_print{
	background:url("../../img/teldar/btn_print.png") no-repeat;
	height:26px;
	margin:15px;
	padding:10px 0 0 40px;
	cursor:pointer;
}
.invoice_act_email{
	background:url("../../img/teldar/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/teldar/btn_dld_large.png") no-repeat;
}
#send_all{
	background:url("../../img/teldar/btn_email_large.png") no-repeat;
}
#send_all_input{
	margin: auto;
	padding-top: 14px;
	width: 272px;
}

.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/pink_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/teldar/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/teldar/my_tickets_middle.png") repeat-y scroll 0 0 transparent;
	overflow:hidden;
	padding-top:20px;
}

.ticket_creation_bottom {
	background: url("../../img/teldar/my_tickets_bottom.png") no-repeat scroll 0 0 transparent;
	height:23px;
}

.ticket_middle_wrapper p.underline{	
	font-style: italic;	
	font-size:16px;
	text-decoration: none;
}

.ticket_middle_wrapper {
	width:700px;
	margin:0 auto;
	font-size:14px;
	line-height:2em;
}
.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;
}

.ticket_title{
	color: #C4C2C3;
    font-size: 18px;
    font-weight: bold;
}

.ticket_wrapper{
	overflow :hidden;
	width: 500px;
	margin:0 auto;
}

.mandatory_bt p, .mandatory_bt i{
	color:black;
}

.ticket_name {
	font-size:14px;
	color:black;
	font-weight:bold;
	margin:0px;
}

.ticket_description{
	margin-top:20px;
	overflow:hidden;
}

.ticketsort_desc{
	background: url("../../img/teldar/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/teldar/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;
}

.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: #E2017B;
    font-size: 12px;	
}

.table_rez td.color_orange{
	color: #f99800;
    font-size: 12px;	
}

.table_rez td.color_green{
	color: #6dab35;
    font-size: 12px;
}

#content.tickets_content{
	width:1003px;
}

.client_content_wrapper{
	overflow:hidden;
	height:100%;
	width:328px;
}

.client_content_top{
	background: url("../../img/teldar/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;
}

.service_client_content{
	overflow:hidden;
}

.content_title {
	font-size:14px;
	color:#e72265;
	font-weight: bold;
	background: url("../../img/logo/box_arrow.png") no-repeat scroll 0 0 transparent;
	height:22px;	
	padding-left:25px;
	text-align:left;
	padding-top:3px;
}
.middle_wrapper {
	padding: 0 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;
}

.input_wrapper{
	width:320px;
	margin:10px 0;
}

.input_wrapper input[type=radio] {
	border:none;	
}
.alert {
	color: red;
	font-weight: bold;
}
.fnone { float: none !important; }
#iframe { width: 0; height: 0; display: none; }
.uploadCsvContent {
	width: 1024px !important;
	height: 262px !important;
}
.uploadCsvWarning {
	width: 482px !important;
	height: 142px !important;
}
/* 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;
}
.insurance_logo {
	width: 100%;
	text-align: center;
}

.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;	
}
.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;
}
.form_wrapper {
	margin-top: 16px;
}
.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_teldar_orig, #logo_register_teldar_cfr {
	width: 350px;
	height: 240px;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
}
#logo_register_teldar_orig {
	background-image: url(../../img/teldar/teldar_logo.png)
}
#logo_register_teldar_cfr {
	background-image: url(../../img/teldar/logo_cfr.png)
}
.company-address {
	width: 176px;
}
.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: #FE1173;
	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;
}
.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;
}
@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;
	}
	.print_content .seg_status_unpaid {
		background: none;
		color: #993366;
	}
	.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 .Size11 {font-size:11px;}
#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;}
.fw-normal {font-weight: normal;}
.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 {font-weight: bold; text-align: right;}
#print-wrapper .segment_price_label {text-align: left;}
#print-wrapper .total_label {width: 60%;}
#print-wrapper .total_value {width: 35%; text-align: right;}
.tmp_contact {
	width: 100%;
}

/* excursions start */
#activity_search {
	width: 309px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.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;
}
.result_wrapper .activity_plan_row {
	border: none;
}
.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,
.mc_points .one4youWrapper,
.mc_points ~ .outerWrapperFlex {
	width: 91px;
}
.mc_points .miles-intro {
	display: block;
	float: none;
	text-align: center;
	width: 91px;
}
.mc_points .miles-simple, .transferMiles .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;
}
.transferMiles {
    float: left;
    margin: 0 15px;
}
.transferMiles .miles-intro {
    float: none;
    text-align: center;
    padding-top: 0;
}
.transferTravellersMiles .miles-wrapper-offer {
    padding-top: 4px;
}
.transferTravellersMiles {
    float: left;
    margin: 0 50px 0 15px;
}

.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 .room {
    display: table-cell;
}
.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;
}
.xselling_activities {
	position: relative;
}
.suggestions_wrapper .suggestions_book {
	width: 80px;
	height: 20px;
	line-height: 18px;
	border: 0px;
	outline: none;
	border-radius: 6px;
	color: #ffffff;
	background-color: #F73896;
	background: linear-gradient(#FC73C9, #F41174);
	background: -webkit-linear-gradient(#FC73C9, #F41174);
	background: -moz-linear-gradient(#FC73C9, #F41174);
	background: -o-linear-gradient(#FC73C9, #F41174);
}
.suggestions_search {
    margin: 16px 12px 0 0;
	min-width: 162px;
	max-width: 180px;
	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);
}
.suggestions .segment_type {
	color: #ffffff;
}
.suggestions .segment_top {
	background: url(../../img/teldar/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: #F73896;
	font-weight: bold;
}
.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: #F90F8C;
    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 {
	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_row {
}
.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: 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: #FE1173;
	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: 520px;
}
.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;
}
#info_box_confirmation {
	margin-top: 32px;
}
.adding_sg_to_basket {
	display: inline-block;
	margin-top: 6px;
}
/* excursions end */

#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: #F73896;
	border: 1px solid #D0D0D0;
	border-radius: 12px;
	background: linear-gradient(#FC73C9, #F41174);
	background: -webkit-linear-gradient(#FC73C9, #F41174);
	background: -moz-linear-gradient(#FC73C9, #F41174);
	background: -o-linear-gradient(#FC73C9, #F41174);
	font-size: 12px;
}
#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;
}
#display_prices .label_comm {
	width: 114px;
}
.comm_wrapper {
	width: 100%;
}
.basketHeader #display_prices {
    background: #fff;
    color: #f80e81;
    border-color: #f80e81;
    border-radius: 0;
    font-size: 11px;
}
.basketHeader #display_prices .label_comm {
    width: auto;
}

/* 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 {
	background-color: #59595C;
}
.pagination .prev, .pagination .next {
	font-weight: bold;
	font-size: 22px;
	border: none;
	background: none;
}
.pagination .current.prev {
	color: #59595C;
	margin-right: 10px;
}
.pagination .current.next {
	color: #59595C;
	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: #F80E81;
	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);
}
.add_to_basket,
.genbutton_big,
.add_to_basket_with_insurance {
	height: 43px;
	margin: 15px 5px 0 0;
	float: right;
	font-size: 14px;
	line-height: 23px;
	color: #ffffff;
	border: 1px solid #D0D0D0;
	border-radius: 24px;
	background-color: #61D400;
	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,
.add_to_basket_with_insurance {
	width: 181px;
}
.add_to_basket .basket_label,
.add_to_basket_with_insurance .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 {
	width: 240px;
	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: left;
	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, .excursion_details_btn {
	min-width: 140px;
	height: 26px;
	float: right;
	cursor: pointer;
	margin: 20px 4px 0 10px;
	padding: 0 8px;
	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: auto;
	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);
}
.disabledByCP {
    background-color: #555555;
    min-width: 98px;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-radius: 16px;
}
.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: 1px solid #ffffff;
	border-radius: 6px;
	-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_transfer {
	background-color: #F73896;
	background: linear-gradient(#FC73C9, #F41174);
	background: -webkit-linear-gradient(#FC73C9, #F41174);
	background: -moz-linear-gradient(#FC73C9, #F41174);
	background: -o-linear-gradient(#FC73C9, #F41174);
}
.addsg.add_segment_excursion {
	background-color: #3C7BCE;
	background: linear-gradient(#51A7E7, #2A56B8);
	background: -webkit-linear-gradient(#51A7E7, #2A56B8);
	background: -moz-linear-gradient(#51A7E7, #2A56B8);
	background: -o-linear-gradient(#51A7E7, #2A56B8);
}
#people_table select.w105{
    width:120px;
}
.addsg.add_segment_carRental {
	background-color: #6B3D88;
	background: linear-gradient(#9455bb, #522d69);
	background: -webkit-linear-gradient(#9455bb, #522d69);
	background: -moz-linear-gradient(#9455bb, #522d69);
	background: -o-linear-gradient(#9455bb, #522d69);
}
.addsg.add_segment_carRental {
	background-color: #6B3D88;
	background: linear-gradient(#9455bb, #522d69);
	background: -webkit-linear-gradient(#9455bb, #522d69);
	background: -moz-linear-gradient(#9455bb, #522d69);
	background: -o-linear-gradient(#9455bb, #522d69);
}
.addsg .large {
	font-size: 18px;
}
.addsg .small {
	font-size: 10px;
	text-align: right;
	line-height: 0;
	margin: -8px 4px 0 0;
}
.choose_segment_superlogin {
	height: 190px !important;
}
#choose_segment .superlogin {
	position: initial;
	height: 86px;
    font-size: 14px;
    margin: 0 0 -40px 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;
}
.tcenter {
	text-align: center;
}

#transfer .transfer_tour_box {
	float: left;
	width: 150px;
}
#transfer .transfer_tour {
	margin-bottom: 4px;
}
.tour_retour {
	vertical-align: middle;
}
.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 #ffffff;
	height: 38px;
}
#abb_wrapper .menu_item{
	padding:33px 0 0;
    height: 10px;
	line-height: 10px;
	margin: 0;
	text-align: center;
	color: #ffffff;
	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_acc {
	background: url(../../img/logo/myaccount.png) no-repeat top center;
}
#my_acc.selected {
	color: #ffffff;
	background: url(../../img/logo/myaccount_selected.png) no-repeat top center;
}
#my_tickets {
	background: url(../../img/logo/mytickets.png) no-repeat top center;
}
#my_tickets.selected {
	color: #ffffff;
	background: url(../../img/logo/mytickets_selected.png) no-repeat top center;
}
#my_bookings {
	background: url(../../img/logo/mybookings.png) no-repeat top center;
}
#my_bookings.selected {
	color: #ffffff;
	background: url(../../img/logo/mybookings_selected.png) no-repeat top center;
}
#my_basket {
	background: url(../../img/logo/mybasket.png) no-repeat top center;
}
#my_basket.selected {
	color: #ffffff;
	background: url(../../img/logo/mybasket_selected.png) no-repeat top center;
}
/* header menu 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;
}
/* 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;
}

.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;
}
a.morelink {
    text-decoration:underline;
    outline: none;
}
.morecontent span {
    display: none;
}

.hotel_highlight{
    border:2px solid white;
}
/*compare tool end */
.activities_notice {
	text-align: center;
	font-weight: bold;
	color: #E5007D;
}
.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;
}
.edit_cancel .seg_edit{
	position: relative;
	width: 65px;
	height: 42px;
	background: url(../../img/icons/edit.png) no-repeat;
	background-position: 50% 0;
	margin-left: 5px;
	float:left;
}
.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;
}
.seg_label {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	font-size: 10px;
	text-align: center;
	top: 32px;
	line-height: 9px;
}
.seg_edit .seg_label,
.seg_review .seg_label {
	color: #598913;
}
.seg_cancel .seg_label {
	color: #D10000;
}
.seg_edit,
.editSegment{
	position: relative;
	width:42px;
	height: 42px;
	background: url(../../img/icons/details.png) no-repeat;
	margin-left: 5px;
	float:left;
	cursor:pointer;
}
.seg_cancel{
	position: relative;
	width:42px;
	height: 42px;
	background: url(../../img/icons/cancel_segment.png) no-repeat;
	margin-left: 5px;
	float:left;
	cursor: pointer;
}
.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);
}
.td_offer_price {
	position: relative;
	height: 110px;
}
.custom_td_hotel_price {
	width: 104px;
	font-size: 20px;
}
.td_logo {
/*	position: absolute;
	top: -3px;
	left: 0;*/
    width: 80%;
    margin-top: 20px;
}
.offer_price.middle-outer {
	width: 108px;
	padding: 4px 0;
}

.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
   /* margin-top:-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;
    margin-top: -15px;
}
/* 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 */

/* myaccount aliases */
.notification_area{
	color: #0568A9;
    font-size: 17px;
    height: 38px;
    line-height: 1em;
    margin-left: 74px;
    padding-top: 20px;
}
.usersTableWrapper{
	margin-left: 55px;
}
.usersTableTop{
	background: url(../../img/hcorpo/table-top.png) no-repeat;
	width: 917px;
	height: 42px;
}
.usersTableMiddle{
	background: url(../../img/hcorpo/table-middle.png) repeat-y;
	width: 917px;
}
.usersTableBottom{
	background: url(../../img/hcorpo/table-bottom.png) no-repeat;
	width: 917px;
	height: 42px;

}
table#users{
	background-color: #DDDDDD;
	margin: 0 0px 0 16px;
	width:885px
}

#users th{
	background: url(../../img/teldar/table-top-gradient-teldar.jpg) repeat-x;
	height: 27px;
	cursor: pointer;
	color: #3d3d3d;
}

table#users td{
	height: 38px;
	background-color: white;
	text-align: center;
	color:#545454;
	max-width:200px;
	word-wrap: break-word;
}

#creditcards_wrapper .userSearch{
	float:right;
}

.search_addnew{
	margin: 0 40px 5px 40px;
}

.userSearch input{
	vertical-align: top;
}

#searchUserButon{
	cursor: pointer;
}

table#users tr.cardExpired td {
	color: #D00106;
}


/* myaccount aliases end */

/* payment*/

#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: 24px;
	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;
    margin-bottom: 25px;
    
}

.paymentInfoBox{
	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:36px;
	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: 15px;
	margin-left: 180px;
	width: 580px;
    margin-bottom: 15px;

}
.existingWrapper{
	height:58px;
}

.yesWrapperExisting{
	height:42px;
}

.noWrapperExisting{
	height:42px;
}

.paymentChoiceWrapper .radioWrapper{
	float: none;
	width: 100%;
}

.paymentChoiceWrapper .newAliasWrapper {
	float: none;
	width: 100%;
	margin-left: 25px;
}

.existingWrapper select{
	margin-left: 25px;
	width:240px;
}

.paymentValidate, .payment_cc_validate  {
	width: 106px;
	height: 27px;
	float: right;
	margin-right: 75px;
	margin-top: 30px;
	line-height: 27px;
}
.segment_middle  .seg_pay{
	position: relative;
	width:54px;
	height: 42px;
	background: url(../../img/icons/pay.png) no-repeat;
	background-position: 50% 0;
	
	float:left;
    cursor: pointer;
}
.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/teldar/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, .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;
}
.comm_info_label {
	display: inline-block;
	margin: 8px 16px;
}
.account_send.diblock {
	padding-right: 34px;
}
#change_payment {
	cursor: pointer;
	font-weight: bold;
	margin: 8px 0;
	text-decoration: underline;
}
.change_payment .section_title {
	font-weight: bold;
	border-bottom: 2px solid #585858;
	color: #585858;
	padding: 8px 0 2px 8px;
}
.info {
	padding: 8px 0;
}
.info_label {
	display: inline-block;
	width: 230px;
}
.info_label.small_info {
	width: 100px;
}
.info_input {
	display: inline-block;
	width: 210px;
}
.info_input input {
	margin-right: 4px;
}
.footnote {
	color: #C4C2C3; /*#FE1173*/
	font-size: 11px;
}
.field_highlight_error {
	border: 1px solid #ff0000;
}
#payment_changed {
	margin: 32px 0;
}
#couponDealTooltip {
    position: absolute;
    width: 50%;
    bottom: 85px;
}
#couponDealTooltip .content {
    background-color: #F9F9F9;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;    
    text-align: center;
    padding: 15px 0;
}
#couponDealTooltip .bottom {
    background: url("../../img/icons/triangle.png") no-repeat;
    height: 40px;
    width: 35px;
    margin-left: 60px;
}
/* commissions end */

/* 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 */

.cc_wrapper {
    margin-left: 40px;
}
.label_cc, .input_cc {
	display: inline-block;
	width: 205px;
	padding: 8px 2px 8px 0;
}
#cc_exp_month, #cc_exp_year {
	width: 82px;
	margin-left: 0;
}

.noWrapperCardMoneyWire{
    margin-top: 30px;
 	height:45px;
	color: #3C4346;
    font-size:18px;
}


.add_print_bd.add_print_pay {
    width: 750px;
}

#showPaymentChanged, #showUnpaid {
	width: 200px;
	position: relative;
	left: 0;
}
.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: 182px;
	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: 220px;
}
#showPaymentChanged .arrow_box {
	left: 50px;
}
#showUnpaid .arrow_box {
	left: 32px;
}
.valign-middle {
	vertical-align: middle;
}

/* 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: 380px;
}
.large_search_block {
	width: 680px;
}
/* filter bookings end */
.specialRequest {
	padding: 10px 0;
}
.excl_img {
    width: 30px;
}
.notification_box {
    width: 800px;
	font-weight: bold;
    font-size: 12px;
    color: #33383c;
	padding-left: 36px;
}
.message_notif {
	width: 768px;
}

/* virtual card payment - user template */
.vc_payment_body {
	background: url("/resources/img/teldar/virtual_card_template.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: #000000;
}
.vc_payment_logo_teldar_orig, .vc_payment_logo_teldar_cfr {
	background: url("/resources/img/teldar/logo_Teldar.png") no-repeat;
	display: block;
	height: 182px;
	margin: 0 auto;
}
.vc_payment_logo_teldar_cfr {
	background: url("/resources/img/teldar/cfr_teldar_logo.png") no-repeat;
}
.vc_payment_content {
	width: 906px;
	font-family: Arial;
	font-size: 24px;
	color: #ffffff;
	margin: 64px auto;
	padding: 16px 8px;
	background-color: #505050;
	background: linear-gradient(-45deg, #505050, #909090, #505050);
	background: -webkit-linear-gradient(-45deg, #505050, #909090, #505050);
	background: -moz-linear-gradient(-45deg, #505050, #909090, #505050);
	background: -o-linear-gradient(-45deg, #505050, #909090, #505050);
	-webkit-box-shadow: 0px 0px 20px #223644;
	-moz-box-shadow: 0px 0px 20px #223644;
	box-shadow: 0px 0px 20px #223644;
}
.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;
}

/* 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: 55px;
	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;
}
.before_validation,
.promoZone {
	text-align: left;
    font-size: 20px;
    background: #fff;
    color: #F49900; 
    padding: 10px 20px;
}
.before_validation_content {
    margin: 0 20px;
    padding: 20px 0;
}
/* promo code rules*/
.promoZoneContent {
    margin: 0 20px;
    padding: 20px 0;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    border-top: 1px solid #e6e6e6;
    font-weight: bold;
}
.promoZoneContent > div {
    padding-right: 10px;
}
.pc_subtitle {
    width: 470px;
}
.pc_error {
    margin-left: 480px;
    font-weight: normal;
}
.pc-input input{
    width: 80px;
    font-size: 14px;
    padding: 5px;
}
#check_promo_code,
.pkgConfirm {
    padding: 5px 10px;
    border-radius: 8px;
    color: #fff;
    background-color: #F49900;
    border: none;
    margin: 2px 0;
    cursor: pointer;
}

/* send customer email classes */
.mobileContent {
    float: left;
    box-shadow: 0px 0px 15px #aaaaaa;
    background: #ffffff;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    padding: 15px 0;
    width: 720px;
    margin-top: 50px;
    position: relative;
    margin-left: 160px;
    z-index: 1;
}
.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;
}
.hotel-desc .uic-main #content_description {
	width: 100%;
	background: none;
}
.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-main-header .administration_title {
	font-weight: normal;
}
.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;
}
.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-25 {
	padding-left: 25px;
}
.pl-15 {
	padding-left: 15px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pl-5 {
    padding-left: 5px;
}

/* Margins */
.m-0{
	margin: 0 !important;
}
.mt-5 {
    margin-top: 5px;
}
.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;
}
.mt-min5 {
    margin-top: -5px;  
}
.mt-min15 {
    margin-top: -15px;
}

.mb-25 {
	margin-bottom: 25px;
}
.mHotelOffer {
    margin: 10px 0px 25px 5px;
}
.ml-10 {
	margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-5 {
    margin-left: 5px;
}
.mr-5 {
    margin-right: 5px;
}
.mr-0 {
    margin-right: 0px!important;
}
.mr-15 {
    margin-right: 15px;
}
.mr-30 {
    margin-right: 30px;
}

/* Line height */
.lh-normal {
	line-height: normal;
}
.lh-50 {
	line-height: 50px;
}
.lh-60 {
	line-height: 60px;
}
.lh-20 {
    line-height: 20px!important;
}

/* Float */
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.centerVertical32 {
	height: 32px;
	line-height: 32px;
}

.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: #3e7db0;
	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;

}
.chooseCompanyLabel{
	font-size: 13px;
	font-weight: bold;
	color:#3b393a;
	margin-right: 25px;
}
.company_confirm {
	margin: 20px 0px 40px 335px;
	width: 99px;
}

/* 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: #FE1173;
	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 2000px, transparent 100%);
}
.cancellationPolicyBubble .cpol_bubble_middle > div {
    text-align: left;
}
.cancellationPolicyBubble .inner_content {
    margin-bottom: 10px;
}
.cancellationPolicyBubble .policyTitle {
    color: #FE1173;
    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;
}

/* accommodation types start */
.default_accommodation, #alternative_accommodations {
	font-weight: normal;
}
#alternative_accommodations {
	display: inline-block;
}
.accommodation_item input, .accommodation_img, .accommodation_type,
.hotelLabelItem input, .hotelLabelItem img {
	display: inline-block;
	vertical-align: middle;
}
.hotelLabelItem img {
	width: 30px;
	margin-right: 5px;
}
.accommodation_item .accommodation_img {
	width: 22px;
	margin-right: 5px;
}
.accommodation_type {
	width: 136px;
}
.accommodation_wrapper {
	margin-top: -1px;
	margin-right: 6px;
	padding-top: 0;
	border-top-right-radius: 8px;
}
.accommodation_box {
    display: table;
}
.accommodation_icon {
    border-radius: 30px;
    width: 35px;
    height: 35px;
    text-align: center;
    margin-right: 5px;
}
.accommodation_icon .accommodation_img {
    padding: 5px;
}
.accommodation_box .accommodation_label {
	font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 15px;
    padding: 0 2px;
    text-transform: uppercase;
}
.hotelGallery .accommodation_box .accommodation_label {
	width: 120px;
}
.accommodation_table {
    height: 76px;
	/*display: flex;
	align-items: center;*/
	display: table;
}
.accommodation_cell {
	display: table-cell;
	vertical-align: middle;
}
/* hotel */
.accommodation_1 .accommodation_icon {
	background-color: #1B0FB2;
}
.accommodation_1 .accommodation_label {
	color: #1B0FB2;
}
/* appartment */
.accommodation_2 .accommodation_icon {
	background-color: #D58FFF;
}
.accommodation_2 .accommodation_label {
	color: #D58FFF;
}
/* aparthotel */
.accommodation_3 .accommodation_icon {
	background-color: #C7D0D1;
}
.accommodation_3 .accommodation_label {
	color: #C7D0D1;
}
/* house & villa */
.accommodation_4 .accommodation_icon {
	background-color: #7A1260;
}
.accommodation_4 .accommodation_label {
	color: #7A1260;
}
/* mobile home */
.accommodation_5 .accommodation_icon {
	background-color: #008C00;
}
.accommodation_5 .accommodation_label {
	color: #008C00;
}
/* camping */
.accommodation_6 .accommodation_icon {
	background-color: #4BDD8A;
}
.accommodation_6 .accommodation_label {
	color: #4BDD8A;
}
/* tent lodge */
.accommodation_7 .accommodation_icon {
	background-color: #FA7700;
}
.accommodation_7 .accommodation_label {
	color: #FA7700;
}
/* chalet */
.accommodation_8 .accommodation_icon {
	background-color: #C10F92;
}
.accommodation_8 .accommodation_label {
	color: #C10F92;
}
/* gite */
.accommodation_9 .accommodation_icon {
	background-color: #CC2B06;
}
.accommodation_9 .accommodation_label {
	color: #CC2B06;
}
/* guestroom */
.accommodation_10 .accommodation_icon {
	background-color: #A52BFF;
}
.accommodation_10 .accommodation_label {
	color: #A52BFF;
}
/* boat */
.accommodation_11 .accommodation_icon {
	background-color: #6ECAD4;
}
.accommodation_11 .accommodation_label {
	color: #6ECAD4;
}
/* resorts & village (village vacance) */
.accommodation_12 .accommodation_icon {
	background-color: #FFC800;
}
.accommodation_12 .accommodation_label {
	color: #FFC800;
}
/* hostel (auberge de jeunesse) */
.accommodation_13 .accommodation_icon {
	background-color: #E61E5D;
}
.accommodation_13 .accommodation_label {
	color: #E61E5D;
}
/* ryokans */
.accommodation_14 .accommodation_icon {
	background-color: #D3B889;
}
.accommodation_14 .accommodation_label {
	color: #D3B889;
}
/* riad */
.accommodation_15 .accommodation_icon {
	background-color: #04256A;
}
.accommodation_15 .accommodation_label {
	color: #04256A;
}
/* capsule hotel */
.accommodation_16 .accommodation_icon {
	background-color: #B5104C;
}
.accommodation_16 .accommodation_label {
	color: #B5104C;
}
/* agro-tourism */
.accommodation_17 .accommodation_icon {
	background-color: #FA9800;
}
.accommodation_17 .accommodation_label {
	color: #FA9800;
}
/* residence */
.accommodation_18 .accommodation_icon {
	background-color: #606060;
}
.accommodation_18 .accommodation_label {
	color: #606060;
}
/* love hotel */
.accommodation_19 .accommodation_icon {
	background-color: #C65CA8;
}
.accommodation_19 .accommodation_label {
	color: #C65CA8;
}
/* economy hotels & motels */
.accommodation_20 .accommodation_icon {
	background-color: #B3E563;
}
.accommodation_20 .accommodation_label {
	color: #B3E563;
}
/* other vacation rental */
.accommodation_23 .accommodation_icon {
	background-color: #472E25;
}
.accommodation_23 .accommodation_label {
	color: #472E25;
}

.voucher_br .voucher_disabled, .edit_cancel_voucher .voucher_disabled {
	position: relative;
	width: 42px;
	height: 42px;
	background: url(../../img/icons/vouchersmall.png) no-repeat;
	margin-left: 5px;
	float: left;
}
#download_all_voucher_pdf.voucher_disabled, .voucher_disabled .seg_voucher_label {
    color: #8a8e91;
}
.genbutton_big.voucher_disabled {
	background-color: #c3c3c3;
	background: linear-gradient(#b0b0b0, #cfcfcf);
	background: -webkit-linear-gradient(#b0b0b0, #cfcfcf);
	background: -moz-linear-gradient(#b0b0b0, #cfcfcf);
	background: -o-linear-gradient(#b0b0b0, #cfcfcf);
}

.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;
}

.coupon_code_notification {
    float:left;
    color: #FE1173;
    text-decoration: none;
    font-weight: bold;   
}

/* cb4x payment */
.room_plan_4x {
    width: 65%;
    float: left; 
}
.room_plan_4x .room_text {
    width: 200px;
}
.marginTd4x {
    margin: 0 0 0 -5px!important;
}
.offer_price_4x {
    text-align: left;
    width: 150px;
}
.offer_book_price_4x {
    text-align: left;
    width: 150px;
}
.offer_price_4x_up {
    margin-top: -3px;
    margin-left: 7px;
}
.offer_price_4x_down {
    margin-top: 40px;
}
.total_price_4x {
    font-size:10px;
	font-weight:bold;
    color: #555;
    line-height: 13px;
    vertical-align: super;
}
.basketSegmentWrapper .total_price_4x {
    vertical-align: baseline;
}
.total_price_4x strong {
    color: #f43187;
}
.offer_price_4x .note, .offer_book_price_4x .note {
    font-size:8px;
    font-weight: normal;
    color: #555;
    line-height: 13px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.coupon_4x_bubble {
	position: absolute;
    width: 130px;
    z-index: 100;
}
.coupon_4x_bubble_top {
    background: url("../../img/icons/cb4x_bubble_top.png") no-repeat;
    height: 29px;
}
.bubble_4x_miles {
    border-radius: 0px 0px 4px 4px;
}
.bubble_4x_price {
    border-left: 2px solid #EF85B3;
    border-right: 2px solid #EF85B3;
    padding: 0px 5px 5px 5px;
}
.coupon_4x_bubble_middle {
	text-align: center;
	font-size: 11px;
    border-radius: 0px 0px 4px 4px;
    background-color: #fff;
    margin-left: 1px;
}
.bubble_4x_miles {
    background-color: #FE1173;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 2px 10px;
    margin-bottom: -2px;
    color: #fff;
}
.bubble_4x_miles strong {
    color: #000;
}
.bubble_4x_logo {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 5px 25px 2px 25px;
    border-bottom: 1px solid #555;
    background-color: #fff;
}
.fs13 {
    font-size: 13px;
}
.fs10 {
    font-size: 10px;
}
.offer_descr_4x_logo {
    float: left;
}

/* basket page */
.total_big_4x {
    overflow: hidden;
    color: #686868!important;
    padding-top: 10px;
}
.total_big_4x.open .total_middle_4x {    
    background-color: rgb(244, 242, 241);
    border: 1px solid #F90F8C;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px 20px;
}
.total_big_4x .total_middle_4x > span {    
    float: left;
    margin-top: 5px;
    padding-right: 5px;
    font-size: 16px;
}
.total_big_4x .total_right {
    float: right;
    margin-top: 5px;
    padding-right: 5px;
    font-size: 16px;
}
#show4xDetails, #show4xDetailsWithInsurance {
    float: right;
    margin-left: 5px;
    width: 20px;
    height: 20px;
}
.show_4x_details {
    background: url(../../img/icons/scrolldown.png) no-repeat;
}
.hide_4x_details {
    background: url(../../img/icons/scrollUp.png) no-repeat;
}
#total_4x_details {
    background-color: #F4F2F1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #F90F8C;
    border-top: none;
    overflow: hidden;
    width: 838px;
    position: absolute;
}
.offer_book_4x_logo {
    text-align: left;
}
#total_4x_details > div {
    border-top: 1px solid #fff;
    margin: 5px 20px;
}
#total_4x_details .details_box {
    margin: 5px auto 15px auto;
    background-color: #fff;
    font-size: 15px;
    padding: 10px 0 15px 0;
}
#total_4x_details .details_box > div {
    width: 30%;
    margin: auto;
}
#total_4x_details .details_box > div > div {
    padding-left: 5px;
    padding-right: 5px;
}
#total_4x_details .details_price {
    float: right;
}
#total_4x_details .total_price {
    font-weight: bold;
    border-top: 1px solid #000;
    padding-top: 5px;
    margin-top: 5px!important;
    margin-bottom: 5px!important;
}
.basket_cb4x_btn_disabled {
    opacity: 0.5;
    background: linear-gradient(#b0b0b0, #aaa);
    background: -webkit-linear-gradient(#b0b0b0, #aaa);
    background: -moz-linear-gradient(#b0b0b0, #aaa);
    background: -o-linear-gradient(#b0b0b0, #aaa);
}
#pay_in_4_button {
    width: 160px;
    font-size: 16px;
    font-weight: normal;
}
#miles_value_4x {
	color: #000000;
    font-size: 16px;
    font-weight: bold;
}
.seg_prices_4x {
    width: 135px;
    text-align: center;
}
.content_wrapper_4x .miles_code {
    width: auto;
}
.content_wrapper_4x .suggestions .suggestions_search {
	height: 30px;
    margin-right: 38px;
	border-radius: 4px;
    background-color: #F73896;
    background: linear-gradient(#FC73C9, #F41174);
    background: -webkit-linear-gradient(#FC73C9, #F41174);
    background: -moz-linear-gradient(#FC73C9, #F41174);
    background: -o-linear-gradient(#FC73C9, #F41174);
}
.content_wrapper_4x .suggestions .segment_top {
	background: none;
    height: 57px;
    border: 2px solid #DBDBDB;
    border-bottom: none;
    padding-top: 0;
}
.content_wrapper_4x .suggestions_wrapper {
    padding: 24px 38px 0 38px;
}
.content_wrapper_4x .suggestions .segment_middle {
	background: none;
    border: 2px solid #DBDBDB;  
    border-top: none;
}
.content_wrapper_4x .suggestions .segment_type {
    color: #4a4a4a;
    font-size: 15px;
    margin-top: 10px!important;
}
.content_wrapper_4x .suggestions .segment_type strong {
    color: #F41174;
    font-size: 24px;
}
.content_wrapper_4x .suggestions_icon {
    position: absolute;    
    left: 38px;
    margin-top: -11px;
}
.ui-dialog[aria-describedby="cb4x_ko_scoring"] {
    border: none;
    padding: 0;
}
.ui-dialog[aria-describedby="cb4x_ko_scoring"] .ui-dialog-content {
    background-color: #F5DDDE;
    color: #BE5D5E!important;
    padding: 15px;
    height: 70px!important;
}
.cb4x_ko_scoring_btn {
    width: 80px;
    background-color: #bbb;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}
.cb4x_card_test_ok, .cb4x_upload_rib {
    background-color: #FDEAF5;
    border: 1px solid #F90F8C;
    border-radius: 16px;
    padding: 20px 20px 20px 30px;
    color: #F90F8C;
    font-size: 14px;
    margin-top: -20px;
    margin-bottom: 15px;
}
.cb4x_upload_rib {
    float: right;
    width: 260px;
    height: 44px;
}
.cb4x_card_test_ok {
    float: left;
    width: 500px;
}
.cb4x_upload_rib a {
    text-decoration: underline;
    color: #F90F8C;
}
.cb4x_msg_logo {
    color: #fff;
    background-color: #F90F8C;
    border-radius: 30px;
    width: 30px;
    height: 27px;
    position: absolute;
    margin-left: -42px;
    margin-top: -42px;
    text-align: center;
    padding: 8px;
    font-size: 18px;
    font-weight: normal;
}
.cb4x_msg_logo > div {
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 2px 0;
}
.rib_notification_label {
    margin-top: -11px;
    font-size: 9px;
    font-weight: bold;
    color: #fff;
}
.rib_notification_icon {
    width: 17px;
    height: 17px;
    position: absolute;
    background: url(../../img/icons/rib_notification_icon.png) no-repeat;
    top: 75px;
    left: 25px;
}
.upload_rib_btn {
    float: left;
    width: 160px;
    background-color: #F90F8C;
    padding: 5px 10px;
    border-radius: 6px;
    color: #fff;
    font-size: 11px;
    cursor: pointer;
}
.rib_uploaded {
    line-height: 20px;
}
/*my bookings*/
.segment_middle .seg_schedule {
    position: relative;
    width: 54px;
    height: 42px;
    background: url(../../img/icons/pay.png) no-repeat;
    background-position: 50% 0;
    float: left;
    cursor: pointer;
}
.add_segment_to_booking_disabled {
    opacity: 0.6;
    color: #ddd; 
    background-color: #61D400;
    background: linear-gradient(#4DA300, #0B6121);
    background: -webkit-linear-gradient(#4DA300, #0B6121);
    background: -moz-linear-gradient(#4DA300, #0B6121);
    background: -o-linear-gradient(#4DA300, #0B6121);
}
/* booking confirmation */
.booking_confirmation_error {
    background-color: #FDEAF5;
    border: 1px solid #F90F8C;
    padding: 15px 10px;
    color: #851B5E;
    font-size: 16px;
    font-weight: normal;
}
.booking_confirmation_ok_button {
    width: 100px;
    background-color: #3D3C3B;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    padding: 3px;
    margin-top: 15px;
    margin-bottom: 5px;
    -moz-box-shadow: 0 3px 3px #4d6171;
    -webkit-box-shadow: 0 3px 3px #4d6171;
    box-shadow: 2px 2px 2px #4d6171;
    cursor: pointer;
}
/* repayment schedule dialog */
#repayment_schedule_dialog {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.schedule_dialog {
    background-color: #fff;
    vertical-align: middle;
    width: 500px;
    margin: auto;
    margin-top: 260px;
    border-radius: 24px;
    padding-bottom: 30px;
}
.schedule_top {
    color: #fff;
    background-color: #3D3C3B;
    padding: 20px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    min-height: 60px;
    font-size: 16px;
}
.schedule_top p:first-of-type {
    padding-right: 8px;
}
.schedule_middle {
    margin: 25px 3px 30px 3px;
    padding: 15px 15px 0;
    background-color: #d9d9d9;
    font-size: 12px;
    font-weight: bold;
}
.schedule_middle > div {
    margin-top: 10px;
    border-top: 1px solid #CACACA;
    padding: 10px 5px 0;
    width: 80%;
}
.schedule_row {
    height: 25px;
}
.schedule_row > div {
    float: left;
}
.schedule_rank {
    width: 120px;
}
.schedule_amount {
    width: 50px;
    color: red;
}
.schedule_buttons {
    width: 70%;
    margin: auto;
}
.schedule_buttons > div {
    min-width: 110px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: #3D3C3B;
    padding: 3px;
    border-radius: 4px;
    -moz-box-shadow: 0 3px 3px #4d6171;
    -webkit-box-shadow: 0 3px 3px #4d6171;
    box-shadow: 2px 2px 2px #4d6171;
    cursor: pointer;
}
.scoring_ok_top {
    background-color: #DF0063;
    color: #EFD7E5;
    font-size: 12px;
}
.load_bg {
    background: url("../../img/logo/bg_load.png") repeat scroll left top transparent;
}
#schedule_download_button {
    background: none;
    box-shadow: none!important;
    color: #F90F8C;
    font-size: 11px;
    margin-top: -5px;
}
#schedule_download_button  span {
    margin: 10px 0 0 5px;
}
.schedule_close {
    position: absolute;
    padding-left: 450px;
    width: 15px;
    margin-top: -10px;
    cursor: pointer;
}
.bookingdetails_4x {
    float: none;
    margin: 15px 5px;
}
#button_schedule {
    width: 100px;
    background: url("../../img/icons/TT4X-LOGO-WEB-COULEUR.png") no-repeat;
}
.schedule_cancel_content {
    background-color: #EBEBEB;
    vertical-align: middle;
    width: 570px;
    margin: auto;
    margin-top: 260px;
    border-radius: 4px;
    padding-bottom: 10px;
}
.schedule_cancel_content .schedule_dialog {
    background-color: #EBEBEB;
    margin: 15px 0 0 15px;
}
.schedule_cancel_top {
    background-color: #CDCDCD;
    padding: 10px 100px 5px 15px;
    border-radius: 4px;
    font-size: 15px;
}
.schedule_cancel_top>div:last-of-type {
    margin-top: 5px;
}
.schedule_cancel_content .schedule_close {
    position: absolute;
    padding-left: 525px;
    width: 15px;
    margin: 0;
    cursor: pointer;
    margin-top: -5px;
}
.schedule_cancel_content .schedule_close  img {
    width: 12px;
    background-color: #555;
    padding: 3px;
    border-radius: 30px;
}
.read_more_4x_banner {
    background-color: #383838;
    color: #fff;
    font-size: 10px;
    padding: 6px 5px;
    border-radius: 6px;
    position: absolute;
    right: 380px;
    bottom: 30px;
    text-decoration: none;
}

#prescoreDialog{
    background-color: white;
    width: 1000px;
    border: 1px solid #e40862;
    padding-bottom: 50px;
}
#prescoreDialog label{
    display: block;
}
#prescoreDialog label.payeur{
    display: inline;
} 
.prescoreTitleWrapper{
    line-height: 2.5em;
    text-align: left;
    background-color: #e40862;
    color:white;
    font-size: 16px;
    width: 100%;
    height:40px;
}
.prescoreTitle{
    margin-left: 100px;
    float: left;
}

.prescoreFormWrapper{
    color:#555555;
    padding-left: 100px;
    font-weight: bold;
}
.prescoreFormWrapper .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;
}
.prescoreFormWrapper .normalInput{
    height: 22px;
    width:150px;
    border-radius: 4px;
    border: 1px solid #999999;
    -webkit-box-shadow: 2px 2px 2px #999999;
	-moz-box-shadow: 2px 2px 2px #999999;
	box-shadow: 2px 2px 2px #999999;
    color:#4D4D4D;
}

.prescoreFormWrapper div.fltlft {
    width: 300px;
    margin-top: 20px;
    text-align: left;
}

#prescoreDialogWrapper {
    text-align:left;
}
.prescoreInfo {
    margin-top: 20px;
    margin-bottom: 20px;
    width:600px;
}
.payeur{
    
}
.prescoreTitleWrapper .close {
    background: url(../../img/icons/close.png) no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    float:right;
    margin-top: 5px;
    margin-right: 10px;
}
.prescoreFormWrapper div.prescoreMandatoryFields{
    margin-top: 35px;
    font-size: 11px;
    width: auto;
}
.prescoreFormWrapper div.prescoreSend {
    width:auto;
    font-size: 18px;
}
.prescoreSend {
    cursor:pointer;
    color:white;
    background-color: #E90A63;
    margin-left:30px;
    padding-left: 40px;
    padding-right: 40px;
    height: 30px;
    border-radius: 4px;
    line-height: 1.6em;
    -webkit-box-shadow: 2px 2px 2px #999999;
	-moz-box-shadow: 2px 2px 2px #999999;
	box-shadow: 2px 2px 2px #999999;
}
.prescoreFormWrapper select{
    width:80px;
    border-radius: 4px;
    height:22px;
    -webkit-box-shadow: 2px 2px 2px #999999;
	-moz-box-shadow: 2px 2px 2px #999999;
	box-shadow: 2px 2px 2px #999999;
}
.ui-dialog { z-index: 10000 !important ;}
/* end cb4x payment */

/* car rental start */
.filter_content .label_wrap {
	max-width: 170px;
	vertical-align: middle;
}
.filter_content #car_name {
	width: 200px;
}
.car_baggages_item {
	width: 50%;
	display: inline-block;
}
#results_map_list {
	float: left;
	margin-left: 5px;
	width: 310px;
    position: relative;
}
.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;
}
.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_facilities {
	padding-top: 8px;
}
.car_info {
	float: left;
	width: 115px;
	color: #555555;
	padding-left: 5px;
}
.car_category {
	padding-bottom: 8px;
	font-weight: bold;
}
.price_per_day {
	font-size: 10px;
	font-weight: normal;
}
.rental_office_box {
	margin: 12px 16px 0 0;
	overflow: hidden;
}
.book.on_request {
	color: #43493A;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.rental_office_wrapper {
	max-height: 200px;
	overflow-y: scroll;
	margin-left: -10px;
	padding: 0 16px;
}
.rental_office_header {
	margin-left: -10px;
	padding: 8px 0;
}
.rental_office_line {
	padding: 8px 0;
}
.rental_office_line .arrow {
	border-color: #AFAFAF;
}
.rental_office_title {
	padding: 8px 12px;
	border-bottom: 2px solid #ffffff;
	cursor: pointer;
}
.rental_office_title:hover .arrow, .rental_office_info:hover .arrow {
	border-color: #F73896;
}
.rental_office_address {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-color: #F73896;
	padding: 8px 12px;
	margin-top: -14px;
	color: #ffffff;
}
.rental_office_logo {
	width: 135px;
	vertical-align: middle;
}
.office_title_left {
	display: inline-block;
	width: 90%;
}
.office_title_right {
	display: inline-block;
	vertical-align: middle;
}
.rental_office_name {
	text-align: center;
	font-weight: bold;
	padding: 8px 0;
}
.rental_office_info {
	cursor: pointer;
}
.rental_office_info .office_title_left {
	text-align: center;
}

.office_offer_line:hover {
	font-weight: bold;
}
.office_offer_line {
	padding: 8px 0;
	border-bottom: 2px solid #ffffff;
	cursor: pointer;
}
.office_offer_line .offer_car_info {
	display: inline-block;
	width: 72%;
	vertical-align: middle;
}
.office_offer_line .offer_car_price {
	display: inline-block;
	width: 25%;
}
.office_offer_line .offer_car_category {
	color: #777777;
}
.see_rental_offers {
	padding: 8px 0;
	font-weight: bold;
}

.gallery_error {
	font-size: 16px;
	color: #ff0000;
	padding: 8px 12px;
}
.gallery_title {
	margin: 10px;
}
.gallery_title .item_description {
	max-width: 524px;
}
.galleryDescriptionForm .details_link {
	color: #ffffff;
}
.car_offer_box .offer_price {
	float: right;
}
.car_rental_miles {
    float: left;
    margin-top: 20px;
}
.car_rental_miles .miles-intro {
	width: auto;
	max-width: 75px;
}

.car_rental_travellers .clip_title {
	width: 792px;
}

.car_rental_travellers.car_rental_view_booking .clip_title {
	width: 755px;
}
.car_rental_travellers .prop_box {
	width: 580px;
}
.car_rental_travellers .offer_info_wrapper {
	margin-left: 148px;
	padding-left: 10px;
}
.car_rental_travellers .offerHasChanged {
	margin: 0;
}
.car_rental_travellers .car_category {
	padding: 8px 0;
	color: #555555;
	text-align: center;
}
.car_rental_travellers .cancel_title {
	padding-bottom: 8px;
}
.car_rental_travellers #cancellation {
	width: 570px;
	display: inline-block;
	vertical-align: top;
}
.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;
}
.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 {
	display: inline-block;
	vertical-align: top;
	padding: 0 8px;
}
.office_info_block.location {
	width: 40%;
}
.office_info_block.opening_hours, .office_info_block.phone {
	width: 24%;
}
.extraInfo {
    width: 320px;
    margin: 30px auto;
}
.pay_extra_facilities_warning {
    font-weight: bold;
    margin-bottom: 10px;
}
.extra_facility {
	display: inline-block;
	font-weight: bold;
}
.equipments .extra_facility_line {
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.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_facilities_total {
	font-weight: bold;
	font-size: 14px;
}
.extra_facilities_total .total_middle {
	background-color: #f0eeed;
}
.extra_facilities_total .total_big {
	font-size: 14px;
	color: #000000;
	border-top: 1px solid #000000;
}
.car_rental_travellers #trav_table td.room {
	width: 72px;
}
.car_drivers_table .trav_label {
	width: 66px;
	text-align: right;
	vertical-align: middle;
}
.toggle_extra_facilities_list {
	width: 24px;
	height: 24px;
	cursor: pointer;
	float: right;
}
.toggle_extra_facilities_list.expand {
	background: url(../../img/icons/arrow_right.png) no-repeat;
}
.toggle_extra_facilities_list.collapse {
	background: url(../../img/icons/arrow_down.png) no-repeat;
}
.extra_to_pay {
    width: 200px;
	background: #FE1173;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 10px;
	margin-top: 8px;
	text-align: center;
}
.search_summary .clip_title {
	width: 670px;
}
.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;
}
.car_description_block .room_text {
	width: 100%;
}
.image_wrapper .car_offer_cgv {
	width: 145px;
}
.car_offer_light {
	border-bottom: 1px solid #E0E0E0;
}
.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_short_info .car_category {
	color: #555555;
}
.rental_office_location {
	padding: 16px 0;
}
.rental_office_location .title {
	color: #e95e1b;
	font-size: 24px;
}
.car_rental_description #mapholder {
	width: auto;
	height: 400px;
	float: none;
}
.car_rental_description #google_map_wrapper {
	width: auto;
	margin-bottom: 32px;
}
/* car rental end */
#groupe_quote_warning_popup ul, #groupe_quote_warning_popup ol {
	padding: 10px 20px;
}
.vat_regime_applied {
	font-size: 16px;
	margin:  5px 0;
	text-align: center;
	font-weight: bold;
	border: 1px solid #D0D0D0;
}
.vat_regime_warning {
	font-size: 22px;
	margin: 5px 10px;
	padding: 0 32px;
	color: #FE119F;
	background: url("../../img/icons/rib_account_icon.png") no-repeat scroll 0 0 transparent;
}
.gk-corner-all {
	border-radius: 12px;
}
.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;
}

div.car_offer_cgv a{
    text-decoration:none;
    color:white;
}

#viewSegmentCarRentalEquipments  .extra_facility.description {
    width:530px;
}
/* results page new layout */
/* global TrustScore review note */
.reviews {
    font-size: 12px;
    font-weight: bold;
    color: #504f4e;
}
.reviews .reviewDescr {
    text-transform: uppercase;
    color: #F49900;
}
.reviews .reviewBadge {
    width: 30px;
    height: 50px;
    background: url(../../img/teldar/icons/hotel_badge.png) no-repeat center top;
} 
.reviewNote {
    position: relative;
    margin: 0 8px;
    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: 60px;
    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;
}
.reviewBadgeSmall {
    margin: auto;
    text-transform: uppercase;
    font-weight: normal
}
.reviewBadgeSmall > img {
    margin-right: 5px;
    margin-bottom: -5px;
}
.reviewBadgeSmall .label {
    background: none;
    color: inherit;
    margin: 0;
    padding: 0;	
	width: auto;
}
.reviewHighlight {
	color: #000000;
    padding: 0 15px 15px;
}
.horizSeparator {
    width: 30px;
    height: 3px;
    margin: 15px auto;
    background-color: #F49900;
}
.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: 85px;
    margin-bottom: 20px;
    float: left;
    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;
}
#showReviews {
    margin-right: 10px;
}

/* 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 #F49900;
	-moz-box-shadow: 0px 0px 8px 3px #F49900;
	box-shadow: 0px 0px 8px 3px #F49900;
}
.hotel-desc.genericHighlight .uic-main {
	-webkit-box-shadow: 0px 0px 15px #F49900;
	-moz-box-shadow: 0px 0px 15px #F49900;
	box-shadow: 0px 0px 15px #F49900;
}
.searchedHotel {
    border-radius: 12px;
    padding: 10px 10px 5px;
    background-color: #F49900;
}
.searchedHotel .hotelResult {
    margin: 0;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.searchedHotel .similarOffersInfo {
    font-size: 18px; 
    color: #fff; 
    text-align: center;
    padding-top: 5px;
}
.similarOffersArrow {
    background: url(../../img/icons/arrow_down_orange.png) no-repeat bottom center;
    height: 20px;
    margin-bottom: 15px;
    width: 100%;
}
.searchedHotelFilter {
    border: 2px solid #FE1173;
    padding: 15px 0 15px 30px;
    margin: 5px 5px 30px 5px;
}
.searchedHotelFilter .filterTitle {
    font-size: 14px;
    font-weight: bold;
    color: #FE1173;
}
.searchedHotelFilter .removeFilters {
    background-color: #FE1173;
    color: #fff;
    width: 130px;
    padding: 10px 15px;
    float: right;
    cursor: pointer;
}
/* hotel header */
.hotelResult .res_title {
    width: 768px;
    height: 50px;
    background: none;
    color: #3b3b3b;
    padding-top: 15px;
    display: flex;
}
.hotelResult .res_type {
    border-right: 1px solid #E0E0E0;
    padding-right: 15px;
    width: 270px;
    text-align: left;
    box-sizing: border-box;
}
.hotelResult .res_type .content {
    border-bottom: 1px solid #E0E0E0;
    margin-left: 15px;
    height: 50px;
    box-sizing: border-box;
}
.hotelResult .res_title_middle {
    float: left;
    width: 280px;
    border-bottom: 1px solid #E0E0E0;
    margin: 0 15px;
    display: flex;
}
.hotelResult.genericHighlight .res_title_middle {
	margin-left: 0px;
	width: 295px;
}
.hotelResult .large_title_width {
    width: 468px;
}
.hotelResult.genericHighlight .large_title_width {
	width: 483px;
}
.hotelResult .hotel_description_name {
    margin: 0;
    max-height: 90%;
    width: auto;
    position: relative;
}
.hotelResult .result_stars {
	padding: 0 0 0 10px;
	width: auto;
    white-space: nowrap;
}
.hotelResult .hotel_localiz {
    width: 145px;
    margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}
.hotelResult .distance, 
.hotelResult .hotel-address {
    padding: 0;
    margin: 0;
}
.hotelResult .distance {
	position: relative;
	z-index: 5;
}
.hotelResult .hotel_name {
    padding: 0;
    margin: 0;
    font-weight: bold;
    overflow: hidden;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
} 
.hotel_description_name .seeMore {
    position: absolute;
    right: -12px;
    bottom: 0;
    font-size: 19px;
    font-weight: bold;
    color: #333333;
}
.hotel_localiz .seeMore {
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: bold;
    color: #333333;
}
.hotelResult .reviews {
    width: 188px;
    border-left: 1px solid #E0E0E0;
    height: 100%;
    box-sizing: border-box;
}
.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;
    padding-top: 5px;
    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/teldar/icons/plan_orange.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;
    padding-left: 0;
    height: inherit;
    width: 500px;
} 
.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 .content > div:nth-last-child(2) {
    margin-bottom: 40px;
}
.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,
.travellers_info .miles-wrapper-offer {
    width: 100%;
}
.hotelResult .miles-booster,
.travellers_info .miles-booster {
    width:80%;
}
.hotelResult .miles-wrapper-offer {
    width: 100%;
    margin-top: 15px;
} 
.hotelResult .offer_price {
    width: 100%;
    padding-top: 15px;
}
.hotelResult .td_offer_price {
    margin-top: 0;
}
.hotelResult .offer_price_4x {
    text-align: center;
    width: 100%;
}
.hotelResult .coupon_4x_bubble {
    left: 30px!important;
    top: 85px!important;
}
.hotelResult .td_coupon_4x_bubble {
    top: 120px!important;
}
.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 */
.resultsGalleryWrapper {
    width: 100%;
    left: 0!important;
    background: white;
    height: auto;
    max-height: 100vh;
    overflow-y: scroll;
}
.resultsGalleryWrapper .middleWrapper {
    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: 630px;
}
.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: #f43187;
    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;
}
.details_wrapper .image_wrapper {
    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 {
    width: 50%; 
    height: 30px;
    float: left;
    font-weight: bold;
    font-size: 11px;
}
.details_wrapper .highlights > div:nth-child(n+7) { /* display only first 7 highlights */
    display: none;
}
.details_wrapper .descrRightWrapper {
    width: 240px;
    position: relative;
    float: left;
    padding: 10px 15px 30px 15px;
    margin-bottom: 30px;
}
.details_wrapper .descrRightWrapper.bonusBackground {
    background-color: #f8f7f7;
}
.details_wrapper .badges {
    margin-top: 10px;
}
.details_wrapper .badges div {
    height: 30px;
}
.details_wrapper .badges div:nth-child(n+4) { /* display only first 3 badges */
    display: none;
}
.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;
}
.hotelDetailsSection .descrWrapper {
    margin-top: 40px;
}
.shortDescr {
    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 */
/* Review form page */
.reviewForm #content_description {
    width: 100%;
}
.reviewForm .headerLeft {
    width: 20%;
    min-height: 1px;
    color: #e2007a;
    font-weight: bold;
}
.reviewForm .headerCenter {
    width: 60%;
    text-align: center;
    color: #F49900;
    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 .section .sectionHeader {
    font-size: 13px;
    margin-bottom: 15px;
}
.reviewForm .section {
    margin-bottom: 50px;
}
.reviewForm .travelerNameInput {
    width: 40%;
}
.reviewForm .reviewLeft {
    width: 40%;
    margin-right: 7%;
}
.reviewForm .reviewRight {
    width: 53%;
}
.reviewForm .travelerName {
    color: #3d3c3b;
    background-color: #E4E3E2;
    padding: 2px 10px;
    border: none;
}
.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: #F49900;
    font-weight: bold;
}
.reviewForm .criteriaNote .criteriaCheck {
    width: 14px;
    height: 14px;
    margin: auto;
    margin-top: 3px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #F49900;
    background-color: #F49900;
    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: #e2007a;
    color: #fff;
}
.reviewForm .mandatoryField {
	position: absolute;
    margin: 10px 0;
    color: red;
	visibility: hidden;
	font-weight: bold;
}
/* end review form page */

/* 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
}
.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;
}
.confirmPasswordMiddle {
    padding: 15px;
    margin-top: 2px;
    border-top: 1px solid #ddd;
}
.confirmPasswordForm {
    width: 260px;
    margin: auto;
}
.confirmPasswordWrapper .subtitle {
    font-weight: normal;
    margin: 20px 80px;
    text-align: center;
}
.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;
    font-size: 14px;
}
.formInput {
    padding: 6px 20px;
    font-size: 14px;
    color: #6E6E6E;
    border: none;
    border-radius: 40px;
    width: 220px;
    height: 20px;
}
.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;
}
.confirmPassButton {
    margin: 50px 0 30px;
    width: 100%;
    line-height: 35px;
    height: auto;
}
.confirmPassButton {
    width: 100%;
    line-height: 35px;
    background-color: #345193;
    border: 1px solid #D0D0D0;
    border-radius: 16px;
    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;
}
.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;
}
.errorLabelColor {
    color: #f7af42;
    font-size: 12px;
}
/* end */
.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;
}
.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;
	-ms-flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.travellers_offer_price_info .miles-wrapper-offer {
	order: 2;
	-ms-flex-order: 2;
	display: block;
}
.travellers_offer_price_info .miles-wrapper-offer .miles-simple {
	width: 100%;
}
.milesBooster {
	width: 80%;
}
.travellers_offer_price_info .miles-wrapper-offer .miles-booster {
	width: 80%;
	padding-top: 34px;
}
.travellers_offer_price_info .offer_title_right_offer {
	padding: 0;
	order: 1;
	-ms-flex-order: 1;
	width: 100%;
}
.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: 475px;
	height: 200px;
	background: url('../../img/logo/non_ref_warning.png') no-repeat left top;
	padding: 50px;
	font-size: 15px;
}
#NonRefWarningMessage {
	width: 50%;
	font-weight: bold;
}
#NonRefWarningWrapper .bottom_btn_left, #NonRefWarningWrapper .bottom_btn_right {
	position: absolute;
    bottom: 50px;
	padding: 0 2px;
	font-weight: bold;
}
#NonRefWarningWrapper .bottom_btn_left {
	left: 50px;
}
#NonRefWarningWrapper .bottom_btn_right {
	right: 50px;
}
#NonRefWarningWrapper #back {
	height: 23px;
	line-height: 23px;
	padding: 0 5px 0 15px;
	background: url('../../img/icons/larrow.png') no-repeat left center;
}
#NonRefWarningWrapper #next {
	height: 23px;
	line-height: 23px;
	padding: 0 15px 0 5px;
	background: url('../../img/icons/rarrow.png') no-repeat right center;
}
/* car rental insurance */
.infoRow {
    width: 950px;
    margin: 0px auto;
    padding: 10px 0px;
    border-bottom: 1px solid #E0E0E0;
}
.infoRow:last-child {
    border: none;
    padding-bottom: 0;
}
.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 a {
    color: #f08828;
}
.insuranceBottom .pricePerDay {
    font-weight: bold;
    width: 100px;
    font-size: 14px;
    text-align: right;
    color: #555555;
}
.fpDetailsLink {
    color: #f08828;
    padding-top: 10px;
    text-decoration: underline;
    cursor: pointer;
}
#fpPopup {
    font-size: 12px;
    line-height: 20px;
}
.ui-dialog[aria-describedby="fpPopup"] .ui-widget-header {
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
}
#fpPopup .fpTitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
#fpPopup ul {
    list-style: none;
}
#fpPopup ul {
   padding: 10px 0;
}
#fpPopup ul:first-child {
   padding-top: 0;
}
#fpPopup ul:last-child {
   padding-bottom: 0;
}
#fpPopup ul li:before {
	content: "\2713";
	margin-right: 5px;
    font-weight: bold;
    color: #46aa46;
}
.add_to_basket_with_insurance, 
.btn_without_insurance {
    border-radius: 35px;
    height: auto;
    width: auto;
    padding: 0 15px;
    text-align: center;
    margin-left: 20px;
}
.btn_without_insurance {
    color: #46aa46;
    background: none;
}
.btn_without_insurance .basket_icon {
    background: url(../../img/icons/basket_cart_icon_green.png) no-repeat;
}
.segInsuranceBtn {
	position: relative;
	width:42px;
	height: 42px;
	background: url(../../img/icons/insurance.png) no-repeat;
	margin-left: 5px;
	float:left;
	cursor: pointer;
}
.prefixedPhoneWrapper {
    display: inline-block;
    white-space: nowrap;
}
#people_table .phonePrefix,
#people_table_bt .phonePrefix {
    width: 40px!important;
    text-align: center;
    margin: 0!important;
    border: 1px groove;
    border-left: none;
    border-right: none;
}
#people_table .prefixedPhone,
#people_table_bt .prefixedPhone {
    margin: 0!important;
    margin-left: -5px!important;
    width: 120px;
    border: 1px groove;
}
#people_table_bt .phonePrefixDropdown {
    margin-right: 0!important;
}
/*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: #E40963;
}
.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:#E40963;
    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{
    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:#E40963;
}
.mc_search_country_bg_color{
    background-color:#E40963; 
}
/*border search end*/
/* search results sorting options */
#results_content .upperPaginationContainer .pagination_wrapper,
#results_content .search_sort ~ .pagination_wrapper {
    margin-bottom: 15px;
    width: auto;
    min-width: 100px;
}
#results_content .upperPaginationContainer .show_hide_prices {
	margin-top: 6px;
	padding-right: 7px;
	box-sizing: border-box;
	text-align: right;
}
#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 .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%;
    border-radius: 0;
    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: #F49900;
}
.orderByCateg.open .categ,
.orderByCateg.activeCateg .categ,
.orderByCateg .orderOption.selected {
    color: #F49900;
}

/* breakfast offer popup */
.breakfastOfferDialog {
    width: 600px;
    margin: auto;
    padding: 30px 0;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
}
.closeBrkfOffer {
    padding: 5px;
    background-color: #FE1173;
    border-radius: 30px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    right: -10px;
    top: -10px;
}
.breakfastOfferDialog .title1 {
    margin: 0 70px;
    padding-bottom: 10px;
    border-bottom: 4px solid #FE1173;
}
.breakfastOfferDialog .title2 {
    margin: 30px 70px;
    font-size: 20px;
}
.breakfastOfferDialog .title1 span {
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin-right: 15px;
    max-width: 340px;
}
.breakfastOfferDialog .offerInfo {
    background-color: #f5f5f5;
    padding: 20px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.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 70px 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: #FE1173;
}
.breakfastOfferDialog .breakfastOfferButtons .yesButton {
    background-color: #54B800;
}
.breakfastOfferDialog .miles-booster {
    width: 100px;
    margin: 0;
    padding-top: 30px;
}
.breakfastOfferDialog .miles-booster .milesCountWrapper {
    font-size: 12px;
}
/* end breakfast offer popup */

/* Payment options */
.pciBooking {
    width: 860px;
    height: 550px;
}
.pciBookingTopWr {
    background-color: #fff;
    padding: 0 2%;
}
.pciBookingTop {
    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;
}
.addCreditCardButton {
    width: 140px;
    cursor: pointer;
}
.mr-20 {
    margin-right: 20px;
}
/* end payment options */
/* dynamical package */
.dynamicalPkgBkg {
    background-color: #f18826;
    width: 825px;
    padding: 50px;
}
.dynamicalPkgMiddle {
    position: relative;
    display: flex;
}
#dynamicalPkgDialog .close {
    position: absolute;
    right: -15px;
    top: -15px;
    background: url(../../img/logo/close_galary.png) no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.dynamicalPkgLeft {
    width: 320px; 
    background: url(../../img/teldar/dynamicalpkg_left.png);
    background-repeat: round;
    margin-bottom: -2px;
}
.dynamicalPkgRight {
    width: 50%;
    flex: 2;
    background-color: #fff;
    padding: 40px 50px 10px 20px;
    color:  #3e3c3b;
}
.dynamicalPkgLeft .dpInfo {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    margin: 30px 30px 50px;
    padding-bottom: 30px;
    background-image: linear-gradient(#fff, #fff), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 70% 8px;
    background-position: bottom left;
    letter-spacing: 5px;
    line-height: 45px;
}
.dynamicalPkgLeft .dpTitle {
    font-family: Mango-Chutney;
    width: 260px;
    padding: 30px 15px 30px 30px;
    color: #e30762;
    font-size: 34px;
    font-weight: 400;
    background-color: #ffffff;
}
.dynamicalPkgRight .dpInfo {
    color: #f18826;
    font-size: 20px;
    font-weight: 400;
}
.dynamicalPkgRight .dpTitle {
    background-color: #f18826;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    padding: 5px 10px 0;
    width: fit-content;
    width: -moz-fit-content;
    margin-bottom: 10px;
}
.dynamicalPkgRight .dpSubtitle {
    margin: 30px 0;
    font-size: 16px;
}
.dynamicalPkgRight .dpCover .dpSubtitle {
    margin: 20px 0 30px; 
    font-weight: 900;
}
.dynamicalPkgRight .dpCover {
    font-size: 14px;
}
.dynamicalPkgRight .dpCoverItem {
    width: 400px;
    margin-left: 10px;
}
.dpButton {
    padding: 8px 10px 5px;
    margin: 30px 0;
    background-color: #f18826;
    box-shadow: -2px 2px 2.88px 0.12px rgba(23, 22, 22, 0.27);
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;  
    cursor: pointer;
}
.dpNote {
    font-size: 9px;
}
.dpInput input {
    padding: 5px 10px;
    width: 100px;
    border: 1px solid #3e3e3e;
}
.dpInput span {
    padding-left: 10px;
    font-weight: 900;
    font-size: 20px;
    vertical-align: bottom;
}
/* redesign booking result */

.saveUser, .cancelUserEdit {
    width: 142px;
    height: 26px;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
}
.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);
}
/* administration*/
#my_admin{
	background:url(../../img/tourcom/admin.png) no-repeat center center;
}
#my_admin.selected{
	background:url(../../img/tourcom/admin_selected.png) no-repeat center center;
}
#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;
}
.managedCompaniesSelectTop {
    font-size: 11px;
    width: 155px;
    color: #00003A;
    border: none;
}
.administration_title {
    background: url(../../img/tourcom/admin_icon.svg) no-repeat scroll 0 0 transparent;
    padding: 0 0 0 48px;
    font-weight: bold;
    font-size: 20px;
}
.my_acc_tab_area {
	background-color: #eaeaea;
	height: 40px;
	border-bottom:  1px solid #dddddd;
}
.my_acc_tab_area_wrapper {
	display: block;
    width: 1028px;
}
.my_acc_tab_area a {
    text-decoration: none;
}
.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: #fff;
    border: 1px solid #fff;
    color: #555555;
    
}
.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: #FC71C7;
    border: 1px solid #FC71C7;
}
.myAccTabMiddle a {
    color: #3e3e3e;
    font-weight: bold;
}
.myAccTabMiddleSel a {
    color: white;
}
.admin_general_info_title {
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
.admin_general_info_title .pink {
	color: #7D7D7D;
}
.wrapperInfo {
	margin-left: 160px;
	font-size: 16px;
}
.adminInfoLabel {
	width: 220px;
	float: left;
	color: #555555;
}
.adminInfoValue {
	float: left;
	color: #7D7D7D;
}
div.wrapperInfo > div {
	margin-bottom: 5px;
}
#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;
    padding: 5px 3px;
}
.gk-button-gradient {
	color: #ffffff;
	background-color: #333333;
	background: linear-gradient(#6F6F6F, #333333);
	background: -webkit-linear-gradient(#6F6F6F, #333333);
	background: -moz-linear-gradient(#6F6F6F, #333333);
	background: -o-linear-gradient(#6F6F6F, #333333);
}
.adminUsersBtn {
    text-align: center;
    display: inline-block;
    padding: 3px 10px;
}
.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/tourcom/export_users.svg) no-repeat;
}
.exportUsers .exportText {
    width: 155px;
    padding: 14px 7px;
    font-weight: bold;
    color: #333333;
}
.addNewUser {
    float: right;
    padding: 0 5px;
    font-size: 12px!important;
}
.addLabel {
    padding: 0 5px;
}
.addIcon {
    width: 20px;
    height: 20px;
    background: url(../../img/icons/plus_round.png) no-repeat;
}
.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/tourcom/adminArrowDown.png) no-repeat center center;
}
.sort_users_desc .sortDirection {
    background: url(../../img/tourcom/adminArrowUp.png) no-repeat center center;
}
#users th {
    background-color: #C2E4E9;
	background: linear-gradient(#E2F2F5, #C2E4E9);
	background: -webkit-linear-gradient(#E2F2F5, #C2E4E9);
	background: -moz-linear-gradient(#E2F2F5, #C2E4E9);
	background: -o-linear-gradient(#E2F2F5, #C2E4E9);
    height: 27px;
    cursor: pointer;
    color: #007283;
}
.infousers {
    margin-left: 70px;
    margin-bottom: 5px;
    width: 890px;
}
/* edit user tab */
#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: #7D7D7D;
}
.account_status {
	color:#BA3A38;
	cursor: pointer;
}
.small_input {
	width: 20px !important;
}
.send_email_wrapper {
	width: 382px;
	color: #424242;
	text-align: right;
}
.dates_wrapper{
	width: 382px;
	overflow:hidden;
}

.send_email_wrapper input {
	width: 20px;
}
.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;
}
#admin_stat_fields_wrapper .additional_value_label {
    color: #424242;
    float: left;
    width: 150px;
}
.additional_value .additional_value_label, 
#admin_stat_fields_wrapper .additional_value_input {
    margin-top: 8px;
}
#admin_stat_fields_wrapper input {
    border: 1px solid #E4E9EF;
    color: #7D7D7D;
    width: 225px;
}
.adminMandatory{
	font-size: 9px;
	color: #B42020;
	font-weight: bold;
	font-style: italic;
}
.help_wrapper{
	color: #FF6357;
}
.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: #FF6357;
}
.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/tourcom/plus-icon.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/tourcom/minus-icon.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: #FF6357;
}
.label_admin_section{
	color: #8F8F8F;
	margin-left: 30px;
}
.send_info_to_user {
    width: 206px;
    height: 42px;
    font-size: 14px;
    padding: 2px 12px;
    line-height: 20px;
}
.btn_template_blue {
	text-align: center;
	color: #ffffff;
	cursor: pointer;
    border: 1px solid #D0D0D0;
	border-radius: 16px;
	background-color: #333333;
	background: linear-gradient(#6F6F6F, #333333);
	background: -webkit-linear-gradient(#6F6F6F, #333333);
	background: -moz-linear-gradient(#6F6F6F, #333333);
	background: -o-linear-gradient(#6F6F6F, #333333);
}
#assistedByUser{
	margin-left: 30px;
	color: #848482;
	float: left;
	width: 295px;
	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;
}

#users th#actions {
	width:65px;
}

#users td.user_policy_name{
	width:92px;
}

#users tr td.user_actions{
	width:65px;
	display:block;
}
#users th#userPolicy_name .sort_users {
    width: 115px;
}
#users th#userPolicy_name .sort_users_desc{
	width:115px;
}
#customer, #manageUsersTitle{
	cursor: pointer;
}

#customer{
    height: 99px;
}
.field_wrapper .dates_wrapper .value_right{
	color: #7D7D7D;
}
#profile_wrapper #profile{
	float: left;
}
#profile_wrapper #profile_help_wrapper{
	float: right;
}
.saveUser, .cancelUserEdit {
    width: 106px;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0;
}

/* end administration*/
.seg_prices span.pink {
    color: #FF6357;
}


.badNews {
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 8px;
    color:white;
    font-weight: bold;
    font-size: 14px;
    line-height: 3em;
    background-color: #FE1173;
    width:210px;
    height:45px;
    text-align: center;
    width:888px;
}

table.segments_br.failed { border-collapse: separate; }
table.segments_br.failed td { border: solid 1px  #FE1173; }
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 #FE1173;
    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  td{
 	border-top:  2px solid #FDB000;
}
.segments_br.failed  td{
 	border-top:  0px;
}
tr.validateb_row .segment_failed_desc{
    color:#FE1173;
    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;
}

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: #FE1173;
    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;
}
/* end redesign booking result */
/* basket refresh offers */
.basketHeaderWrapper{
	margin-right: -18px;
}
.refreshOffersWrapper {
	display: inline-block;
	background-color: #E30761;
	color: #fff;
	font-size: 14px;
	line-height: 15px;
	box-sizing: border-box;
	float: right;
}
.menuCountdown {
	float: right;
	position: absolute;
	margin-top: 10px;
	right: 25px;
	display: none;
}
.menuCountdown.addSegment {
	right: -40px;
	bottom: 21px;
}
.refreshOffersWrapper:not(.basketExpired) {
	width: 125px;
	padding: 10px 15px;
}
.refreshOffersWrapper.basketExpired {
	width: 195px;
	padding: 17px 15px;
}
.refreshOffersWrapper .countdown,
.refreshOffersWrapper .refreshOffersBtn,
.menuCountdown {
	font-size: 18px;
	line-height: 25px;
	padding: 0 10px;
	background-color: #fff;
	color: #E30761;
	box-shadow: 0px 0px 2px 2px rgba(55,55,55,0.3)
}
.refreshOffersWrapper .countdown {
	margin: 10px 0 9px;
}
.refreshOffersWrapper .refreshOffersBtn {
	margin: 15px 0px 5px;
	cursor: pointer;
}
.basketHeader.basketExpired {
	width: calc(100% - 195px);
}
.refreshOffersLabel {
	max-width: 95px;
}
.refreshOffersWrapper .countdown {
	visibility: hidden;
}
/* end basket refresh offers */
.salesforceLink {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 5px 15px;
}
.checkTickets {
    margin: 50px auto;
}

/* basket cross selling */
.CStitle {
    font-size: 20px;
    font-weight: bold;
    color: #FE1173;
    padding: 15px 30px;
}
.CSbutton {
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-left: 30px;
    width: 180px;
    height: 190px;
    border-radius: 14px;
    cursor: pointer;
}
.CSbutton:not(.active) {
    background: none;
    -webkit-box-shadow: 0px 0px 20px #ccc;
    -moz-box-shadow: 0px 0px 20px #ccc;
    box-shadow: 0px 0px 20px #ccc;
}
.CSbutton.active {
    color: #fff;
}
.CSbutton.active::after {
    width: 180px;
    height: 30px;
    top: 0;
    position: relative;
    content: '';
    display: block;
    background: url(../../img/icons/arrow_down_big_h.png) no-repeat top center;
}
.CSbutton .CSbtnName {
    height: 90px;
}
.CSbutton .CSicon {
    height: 100px;
}
.CSbutton.transferColor .CSicon {
    background: url(../../img/icons/cs_transfer.png) no-repeat center;
}
.CSbutton.transferColor.active .CSicon {
    background: url(../../img/icons/cs_transfer_white.png) no-repeat center;
}
.CSbutton.activityColor .CSicon {
    background: url(../../img/icons/cs_activity.png) no-repeat center;
}
.CSbutton.activityColor.active .CSicon {
    background: url(../../img/icons/cs_activity_white.png) no-repeat center;
}
.CSbutton.car_rentalColor .CSicon {
    background: url(../../img/icons/cs_car_rental.png) no-repeat center;
}
.CSbutton.car_rentalColor.active .CSicon {
    background: url(../../img/icons/cs_car_rental_white.png) no-repeat center;
}
.CSbutton.hotelColor .CSicon {
    background: url(../../img/icons/cs_hotel.png) no-repeat center;
}
.CSbutton.hotelColor.active .CSicon {
    background: url(../../img/icons/cs_hotel_white.png) no-repeat center;
}
.CSSearch {
    margin: 30px 15px;
    padding: 15px;
    border-radius: 14px;
    -webkit-box-shadow: 0px 0px 20px #ccc;
    -moz-box-shadow: 0px 0px 20px #ccc;
    box-shadow: 0px 0px 20px #ccc;
}
.CSlabel {
    font-weight: bold;
    margin-right: 10px;
}
#crossSellingBlock .CSlarge {
    width: 150px;
}
#crossSellingBlock .CsMedium {
    width: 80px;
}
#crossSellingBlock .CSsmall {
    width: 50px;
}
.CSHotel .CSsmall {
    margin-right: 20px;
}
#crossSellingBlock select.CSlarge {
    width: 160px;
}
#crossSellingBlock select.CSsmall {
    width: 60px;
}
.CSinput {
    border: 1px solid #ccc;
    border-radius: 20px;
    margin: 5px 0 10px 0;
    padding: 2px 5px;
}
#crossSellingBlock .CSinput {
    margin-top: 5px;
}
.CSSearch select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin: 5px 40px 10px 0;
    padding: 2px 20px 2px 5px;
    background: url(../../img/icons/arrow_down_h.png) no-repeat right;
}
.CSradio {
    margin: 5px 0 10px 0;
}
.CSradio:checked:after {
    width: 13px;
    height: 13px;
    border-radius: 15px;
    top: -2px;
    left: -2px;
    position: relative;
    content: '';
    display: inline-block;
    border: 1px solid white;
}
.CSSearch input[type="checkbox"].CSradio:checked:after {
    border-radius: 5px;
}
.CSSearch .ui-datepicker-trigger {
    margin-left: 5px;
    margin-bottom: -2px;
}
input.CSinput:focus,
.CSSearch select:focus {
    outline: none;
}
.CSinput.asearch {
    width: 550px;
    margin-right: 40px;
}
.CSbudgetLabel {
    width: 70px;
    padding-top: 20px;
}
#crossSellingBlock .search_button_widget {
    box-shadow: none;
}
#crossSellingBlock #advanced_search {
    width: 100%;
}
#crossSellingBlock #asopt {
    padding-top: 20px;
}
#crossSellingBlock .advancedCriteria {
    color: inherit;
    padding: 0 20px 0 0;
}
#crossSellingBlock .criteria_collapsed {
    background: url(../../img/icons/arrow_up_green.png) no-repeat right;
}
#crossSellingBlock .criteria_expanded {
    background: url(../../img/icons/arrow_gray_search_down.png) no-repeat right;
}
#crossSellingBlock #submit_wrapper {
    width: auto;
    float: right;
    padding: 20px 0;
}
#crossSellingBlock #rooms_detail_wrapper {
    float: left;
}

/* hootel fields */
.CSHotel {
    padding-bottom: 60px;
} 
.CSHotel .CSradio:checked:after {
    background-color: #FFA900;
}
.CSHotel select.open {
    background: url(../../img/icons/arrow_up_h.png) no-repeat right;
}
.CSHotel select option {
    background-color: #FFA900;
    color: #fff;
}
.CSHotel #rooms_detail_wrapper .children_wrapper select,
.CSHotel #rooms_detail_wrapper .adults_w select,
.CSHotel #rooms_detail_wrapper .children_w select {
    width: 60px;
    margin-right: 20px;
}
.CSHotel #rooms_detail_wrapper {
    width: 550px;
}
.CSHotel #rooms_detail_wrapper .bed_w {
    display: none;
}
.CSHotel #rooms_detail_wrapper .room_no_w {
    width: 80px;
    padding-top: 25px;
    background: url(../../img/icons/room_orange_small.png) no-repeat top center;
    text-align: center;
    float: left;
}
.CSHotel #rooms_detail_wrapper .room_no_w > span {
    color: #000;
}
.CSHotel #rooms_detail_wrapper .children_wrapper {
    float: left;
    width: 250px;
/*    padding-bottom: 0;
    padding-top: 12px;*/
}

/* transfer fields */
.CSTransfer .CSradio:checked:after {
    background-color: #ED1874;
}
.CSTransfer select {
    background: url(../../img/icons/arrow_down_t.png) no-repeat right;
}
.CSTransfer select.open {
    background: url(../../img/icons/arrow_up_t.png) no-repeat right;
}
.CSTransfer select option {
    background-color: #ED1874;
    color: #fff;
}
#CSsearch_transfer.active::after {
    background: url(../../img/icons/arrow_down_big_t.png) no-repeat top center;
}

/* activity fields */
.CSActivity .CSradio:checked:after {
    background-color: #4679D3;
}
.CSActivity select {
    background: url(../../img/icons/arrow_down_a.png) no-repeat right;
}
.CSActivity select.open {
    background: url(../../img/icons/arrow_up_a.png) no-repeat right;
}
.CSActivity select option {
    background-color: #4679D3;
    color: #fff;
}
#CSsearch_activity.active::after {
    background: url(../../img/icons/arrow_down_big_a.png) no-repeat top center;
}

/* car rental fields */
.CSCarRental .CSradio:checked:after {
    background-color: #724390;
}
.CSCarRental select {
    background: url(../../img/icons/arrow_down_cr.png) no-repeat right;
}
.CSCarRental select.open {
    background: url(../../img/icons/arrow_up_cr.png) no-repeat right;
}
.CSCarRental select option {
    background-color: #724390;
    color: #fff;
}
.CSCarRental select {
    margin-right: 0;
}
#CSsearch_carRental.active::after {
    background: url(../../img/icons/arrow_down_big_cr.png) no-repeat top center;
}

.CSHotel .CSWrapLeft {
    width: 220px;
}
.CSseparator {
    width: 100%;
    background: #ddd;
    height: 1px;
    margin: 15px 0;
}
.CSpickDrop {
   float: left; 
}
.CSpickDrop .CSinput,
.CSpickDrop select {
    margin-right: 40px;
    float: right;
}
.CSTransfer .CSlabel {
    line-height: 25px;
}
.CSTransfer .CSlabel.fixWidth {
    width: 130px;
    display: inline-block;
}
.CSTransfer .CSWrapLeft .CSlabel.fixWidth {
    width: 110px;
}
.CSTransfer .CSWrapLeft {
    width: 320px;
    margin-right: 40px;
}
.CSTransfer .transfer_tour {
    margin-right: 40px;
}
.CScol {
    float: left;
    margin-right: 40px;
}
.CSCarRental .datesLabel {
    width: 70px;
    display: inline-block;
}
.CSCarRental .diffReturnLabel {
    font-style: italic;
}
#CS_car_dropoff_location .CSinput.disabled {
    background: #ddd;
}
.refreshSearch {
    float: right;
    background-color: #ED1874;
    color: #fff;
    padding: 5px 10px 5px 20px;
    border-radius: 10px;
    cursor: pointer;
}
.refreshSearch .CSrefreshIcon {
    padding-left: 20px;
    background: url(../../img/icons/refresh.png) no-repeat center left;
}
.showMoreOffers {
    float: right;
    margin-bottom: 15px;
    cursor: pointer;
    background-color: #ED1874;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
}
.CSerror {
    margin: 30px; 
}
.ml-40 {
    margin-left: 40px;
}
.CSResults {
    margin: 15px;
}
.CSResults.CSfullWidth .CSseparator {
    margin-left: 3%;
    width: 94%;
}
.CSResults.CSfullWidth {
    margin: 0;
}
.CSResults .transferType {
    width: 100px;
    margin-right: 100px;
    float: left;
    background-color: #ED1874;
    color: #fff;
    padding: 5px;
    text-align: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.CSResults .activityImg {
    float: left;
    width: 200px;
    height: 130px;
    overflow: hidden;
}
.CSResults .activityInfo {
    float: left;
    width: 400px;
    margin-left: 15px;
}
.CSResults .activityName {
    font-weight: bold;
    margin-bottom: 15px;
}
.CSResults .activityDesc {
    height: 60px;
    line-height: 15px;
    overflow: hidden;
    margin-bottom: 10px;
}
.CSResults .op_dates {
    border-color: #ED1874;
    color: #ED1874;
    font-weight: bold;
    margin-bottom: 5px;
}
.activity_off_total_price {
    float: right;
    width: 200px;
}
.CSResults .activityPriceLabel {
    float: right;
    width: 110px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}
.CSResults .item_description_title.clip_title {
    max-width: 670px;
    font-size: 16px;
}
.CSResults .car_facilities {
    width: 100%;
    padding-top: 15px;
    display: block;
    font-weight: bold;
}
.CSResults .car_facilities .room_text {
    width: 45%;
    display: inline-block;
}
.carRentalRes .result_wrapper {
    padding: 30px 15px;
}
.CSResults .car_rental_miles {
    margin-top: 0;
}
.CSResults .details_left {
    width: 680px;
}
.CSResults .offer_book {
    margin: 15px auto;
}
.CSResults.CSfullWidth .cancellation_policy_wrapper {
    margin-left: 210px;
}
.CSResults .carHiddenOffers {
    display: none;
}

/* Cross selling prebook popup */
#CSPrebookWrapper {
    overflow: auto;
}
.CSPrebook {
    max-height: 700px;
    width: 870px;  
    margin: 15px 0;
}
.CSPrebook .closePopup {
    float: right;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    margin-right: -12px;
    margin-top: -12px;
    cursor: pointer;
    background: #FE1173 no-repeat center;
    background-image: url(../../img/icons/cs_close.png);
}
.CSPrebook .closePopupBtn {
    background: #FE1173;
    color: #fff;
    border-radius: 35px;
    padding: 10px 20px;
    margin-top: 15px;
    text-align: center;
    cursor: pointer;
}
.CSPrebookContent {
    height: 97%;
    border-radius: 12px;
    padding: 15px;
    background: #fff;
}
.CSPrebookInfo {
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 10px 0;
}
/*.CSSearch select::-webkit-scrollbar-thumb,*/
.CSPrebookInfo::-webkit-scrollbar-thumb {
    background-color: #b2b2b2;
    border-radius: 50px;
}
/*.CSSearch select::-webkit-scrollbar,*/
.CSPrebookInfo::-webkit-scrollbar {
	width: 8px;
	background-color: #eaeaea;
}
/*.CSSearch select::-webkit-scrollbar-track,*/
.CSPrebookInfo::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    border-radius: 50px;
    background-color: #eaeaea;
}
.CSPrebookContent .offerTitle {
    color: #FE1173;
    font-size: 18px;
    margin-bottom: 15px;
}
.CSPrebookContent .car_offer_info {
    width: 170px;
    margin: 0 50px 0 10px;
}
.CSPrebookContent .addOptionsBtn {
    color: #46aa46;
    text-decoration: underline;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
}
.CSPrebookContent .prebookSection {
    margin-top: 20px;
    padding-right: 10px;
}
.CSPrebookContent .prebookSectionTitle {
    color: #FE1173;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
}
.CSPrebookContent #trav_table,
.CSPrebookContent .office_blocks_wrapper,
.CSPrebookContent .office_info_section {
    width: 100%;
    border: none;
    padding: 0;
}
.CSPrebookContent .form_wrapper label,
.CSPrebookContent #people_table label {
    font-weight: bold;
    font-size: 12px;
    color: #000;
}
.CSPrebookContent #people_table td {
    padding: 0 15px 15px 0;
}
.CSPrebookContent .car_drivers_table .trav_label {
    width: auto;
}
.CSPrebookContent.transfer_travellers #people_table {
    display: inline-block;
    width: 800px;
}
.CSPrebookContent .car_drivers_table#people_table td {
    text-align: right; 
}
.CSPrebookContent .form_wrapper input,
.CSPrebookContent #people_table input,
.CSPrebookContent .prebookSection input,
.CSPrebookContent .prebookSection select,
.CSPrebookContent #people_table select {
    border-radius: 20px;
    padding: 0 10px;
    border: 1px solid #aaa;
    height: 20px;
    margin-left: 0;
}
.CSPrebookContent.transfer_travellers #people_table .trav_label {
    display: block;
    margin-bottom: 5px;
}
.CSPrebookContent.transfer_travellers #people_table .travellersIcon {
    display: none;
}
.CSPrebookContent.transfer_travellers #people_table .travTableUserSelect {
    width: 130px!important;
}
.CSPrebookContent.transfer_travellers #people_table .phonePrefixDropdown {
    width: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0 0 0 5px;
}
.CSPrebookContent.transfer_travellers #people_table .phonePrefix {
    width: auto;
    border-radius: 0;
    padding: 0 5px;
}
.CSPrebookContent.transfer_travellers #people_table .prefixedPhone {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.CSPrebookContent #people_table .appelation_row select,
.CSPrebookContent #people_table .ageBlock select {
    padding: 0;
}
.CSPrebookContent #people_table .ageBlock label {
    display: block;
}
.CSPrebookContent #trav_table td.room {
    display: none;
}
/* hack to display duplicateNamesTd outside the travelers table */
.CSPrebookContent .peopleTable {
    position: relative;
}
.CSPrebookContent .duplicateNamesTd {
    white-space: nowrap;
    position: absolute;
    top: -30px;
    right: 0;
}
.CSPrebookContent #chooseTravellers {
    margin-bottom: 10px;
}
.CSPrebookContent #chooseTravellers label {
   margin-right: 15px; 
}
.CSPrebookContent input[type="checkbox"].CSradio {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 1px solid #aaa;
    margin: 0;
    padding: 0;
    -webkit-appearance: initial;
}
.CSPrebookContent .CSradio:checked:after {
    background-color: #ED1874;
}
.CSPrebookContent .CSradio:checked:after {
    width: 15px;
    height: 15px;
}
.CSPrebookContent .CSinput:disabled {
    background: #ddd;
}
.CSPrebookContent .prebookInfoLeft {
    width: 600px;
}
.CSPrebookContent .uic-main-content {
    border: none;
    padding: 0;
}
.CSPrebookContent .extra_facility {
    width: 100%;
}
.CSPrebookContent .extra_facility.description {
    width: 64%;
}
.CSPrebookContent .extra_facility.availability {
    width: 20%;
}
.CSPrebookContent .extra_facility.price {
    width: 15%;
}
.CSPrebookContent .infoRow {
    width: 100%;
}
.CSPrebookContent .car_insurance_policy {
    width: 450px;
}
.CSPrebookContent .addDriver {
    margin-bottom: 20px;
}
.CSPrebookContent .addDriver > div {
    display: inline-block;
    text-decoration: underline;
}
.CSPrebookContent .add_to_basket, 
.CSPrebookContent .add_to_basket_with_insurance {
    /*width: 126px;*/
    line-height: 16px;
    font-size: 12px;
}
.CSPrebookContent .add_to_basket .basket_top, 
.CSPrebookContent .add_to_basket_with_insurance .basket_top {
    /*width: 126px;*/
    font-size: 16px;
}
.CSPrebookContent .add_to_basket .basket_icon, 
.CSPrebookContent .add_to_basket_with_insurance .basket_icon {
    width: 30px;
    height: 30px;
    background: url(../../img/icons/basket_cart_icon_small.png) no-repeat;
}
.CSPrebookContent .btn_without_insurance .basket_icon {
    background: url(../../img/icons/basket_cart_icon_green_small.png) no-repeat;
}
.CSPrebookContent .activityDetailsRight {
    width: 600px;
    margin-left: 30px;
}
.CSPrebookContent .offerHasChanged {
    width: 100%;
    border: none;
}
.CSPrebookContent .transfer_offer_changed {
    margin: 0;
    border: none;
}
.CSPrebookContent .uic-wrapper {
    box-shadow: none;
}
.CSPrebookContent .prebook_info {
    width: auto;
}
.CSPrebookContent .prebook_obs {
    padding: 0;
}
.CSPrebookContent .CSPriceWrapper {
    margin-top: 50px;
}
.CSPrebookContent .transferTravellersMiles {
    margin: 0;
}

.addBrkfButton {
    background-color: #FE1173;
    color: #fff;
    padding: 5px 14px;
    border-radius: 8px;
    margin-top: 8px;
    cursor: pointer;
}

/* end basket cross selling */

/* edit dynamical package */
.dpDetails {
    font-weight: bold;
    padding-bottom: 30px;
}
.dpDetails .descr {
    color: #000;
    margin-bottom: 10px;
}
.editDynamicalPkg {
    width: 600px;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
}
.editDynamicalPkg .close {
    position: absolute;
    right: -12px;
    top: -12px;
    background: url(../../img/logo/close_galary.png) no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.editDynamicalPkg .dpTitle {
    font-size: 20px;
    font-weight: bold;
    color: #f80e81;
    letter-spacing: 2px;
}
.editDynamicalPkg .dpSubtitle {
    color: #555;
    font-size: 16px;
    letter-spacing: 2px;
}
.editDynamicalPkg .dpCover {
    padding: 30px 0 20px;
}
.editDynamicalPkg .fill_ttc_label {
    font-size: 15px;
    font-weight: bold;
}
.editDynamicalPkg .dpInput {
    box-shadow: 2px 2px 2px 1px #ddd;
    padding: 5px 10px;
}
.editDynamicalPkg .dpInput input:focus,
.basketInsuranceWrapper .dpInput input:focus {
    outline: none;
}
.editDynamicalPkg .dpInput input,
.basketInsuranceWrapper .dpInput input {
    border: none;
    width: 60px;
    font-size: 18px;
    text-align: center;
    padding: 0;
}
.editDynamicalPkg .dpInput span,
.basketInsuranceWrapper .dpInput span {
    font-weight: normal;
    font-size: 18px;
    color: #f80e81;
    padding: 0;
    vertical-align: baseline;
}
.basketInsuranceWrapper .dpInput {
    border: 1px solid #3e3e3e;
    padding: 5px;
    margin-right: 15px;
}
.basketInsuranceWrapper .dpInput span,
.basketInsuranceWrapper .dpInput input {
    color: #000;
    font-size: 14px;
}
.basketInsuranceWrapper .dpInput.invalid {
    border: 2px solid red;
}
.basketInsuranceWrapper .mandatoryTtc {
    color: red;
    font-weight: bold;
    font-size: 14px;
    margin: 15px;
}
.basketInsuranceWrapper .dpInput.disabled,
.basketInsuranceWrapper .dpInput.disabled input {
    background-color: #ddd;
}
.pkgConfirmNotice {
    color: #555;
    padding: 5px 0;
    margin-right: 15px;
    font-size: 10px;
}
.dpSegmentTitle {
   background-color: #FFA900;
   margin: 30px;
   color: #fff;
   text-align: center;
   font-size: 22px;
    padding: 10px 30px 5px;
}
.dynPkgTitle {
    max-width: 500px;
    margin-left: 5px;
}
.editDynamicalPkg .dpTotal {
    padding: 15px;
    font-weight: bold;
    text-align: right;
    font-size: 14px;
    color: #fff;
    background-color: #f80e81;
    border-radius: 12px;
    margin-bottom: 15px;
}
.seg_ins_prices {
    color: #f80e81;
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
}
.coveredTtc {
    font-weight: 100;
    font-style: italic;
    font-size: 11px;
}
.seg_ins_prices .coveredTtc {
    font-size: 12px;
    color: #33383C;
}
.errorMsg {
    color: red;
    padding: 5px 0;
}

.hotelUnavailable {
    width: 760px;
    z-index: 1;
    border-radius: 12px;
    position: absolute;
    opacity: 0.7;
    background: linear-gradient(#333, #555);
    background: -webkit-linear-gradient(#333, #555);
    background: -moz-linear-gradient(#333, #555);
    background: -o-linear-gradient(#333, #555);
}
.hotelUnavailableContent {
    width: 560px;
    padding: 40px 100px;
    background: url(../../img/icons/sad_face.png) no-repeat top center;
    position: absolute;
    z-index: 2;
    color: white;
    font-size: 22px;
    text-align: center;
}
.hcNotice { 
    width:150px;
    font-size:8px;
}
.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;
    padding: 15px;
    position: relative;
}
.upperWrapper{
    height: 33%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    background: rgb(227, 7, 97) url(../../img/teldar/maintenance-bg.png) 85% bottom no-repeat;
    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: white 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: 0px;
    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;
}
.notAmendableInfo {
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #FE1173;
}
.saveUser, .cancelUserEdit {

    width: 142px;
    height: 26px;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
}

ul#account_data_ul li .acc_left {
	float: left;
	width: 200px;
}

ul#account_data_ul li .acc_left_card {
	float: left;
	width: 260px;
    color: #555555;
	font-size: 12px;
	font-weight:bold;
}
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;
}

.duplicateNames{
	padding: 3px 8px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	color: #F80E81;
	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);
	display: inline-block;
}
.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: #F69C14;
}
.orangePlaceholder:-ms-input-placeholder{
	color: #F69C14;
}
.orangePlaceholder:-moz-placeholder,
.orangePlaceholder::-moz-placeholder {
	color:#F69C14;
	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);
}
.hotelLabelItem > span {
	line-height: 24px;
	max-width: calc(100% - 70px);
}
.filterOutsideTravelPolicy{
	padding-top: 15px;
}
.flexInput {
	display: flex;
	flex-direction: column;
}
.flexInput.hide{
	display: none;
}
.flexInput .inputLabel {
	order : 2;
}
.flexInput .inputLabel.checkedInput {
	color:#F69C14;
}
.flexInput.withScroll {
	max-height: 123px;
	overflow: hidden;
	overflow-y: auto;
	scrollbar-color: #b2b2b2 #eaeaea;
	scrollbar-width: thin;
}
.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;
}
#board_wrapper input:disabled + span {
	color: #cccccc;
}
#pois_wrapper input[type="radio"] {
	margin-right: 0px;
}
.myBookingRow .nonRefundableDate{
	border-right: none;
	padding: 0px 1px;
}
.myBookingRow{
	cursor: pointer;
}
.flightNotice {
    font-size: 10px;
    font-style: italic;
}
.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;
}
.informativePopupContent {
	width: 50%;
	height: 350px;
	margin: 14vh auto;
	max-width: 600px;
}
.informativePopupContent .leftSide {
	width: 34%;
	background: white;
	padding: 50px 10px;
	position: relative;
	text-align: center;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.informativePopupContent .leftSide .infoIcon {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.informativePopupContent .rightSide {
	width: 66%;
	background: #e30763;
	padding: 50px 30px;
	color: white;
	position: relative;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.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: #e30763;
	cursor: pointer;
}
.noDatePicker {
	cursor: not-allowed;
	margin-right: 16px;
}
.offerUnavailable,
.renewSearch {
	text-align: right;
}
.offerUnavailable span {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #FE1173;
	display: inline-block;
}
.offerUnavailableButton {
	position: absolute;
	right: 20px;
	background: #E30761;
	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-weight: bold;
}
.renewSearch .renewButton {
	padding: 5px 20px;
	background: #00dc00;
	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;
}
.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;
}
.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;
	margin-bottom: 5px;
}
.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;
}
.prebookValidationWrapper {
	padding-left: 200px;
}
.prebookValidationLabel {
	width: 150px;
	display: inline-block;
}
.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;
}
.activationExpiredHeader {
	background: #e40862;
	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;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.activationExpiredContent {
	text-align: center;
	padding: 20px;
}
.backButton {
	background-color: #f28a24;
	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;
}
.activationExpiredContent .content {
	margin-top: 30px;
	font-size: 14px;
}
div #login {
    background-color: #f3f3f3;
    border-radius: 10px;
    -webkit-box-shadow:3px 3px 3px #e7e7e7;
        box-shadow: 3px 3px 3px #e7e7e7;
}

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;
}
.flashOffer{
    width: 101px;
    height: 85px;
    background: url(../../img/logo/flashOffer.png) no-repeat;
    float:left;
}
.newfrontSwitch{
    color:white;
    font-size: 11px;
    margin-left: 5px;
    margin-top:3px;
    text-decoration: underline;
    cursor: pointer;
}
#pannel_mc div.general_regime_tax .search_label {
    color: black;
    font-weight: bold;
    font-size: 16px;
}
#filter_travel_policy {
	background: url(../../img/hcorpo/out_tp.png) no-repeat top left;
	padding-left: 22px;
	font-weight: bold;
}
.outside_tp{
	background:url(../../img/hcorpo/out_tp.png) no-repeat top left;
	color:#F88E21;
	margin-left: 8px;
    padding-left: 22px;
}
.no_policy_match{
	font-size:12px;
	font-style: italic;
	font-weight: normal;
}
table.travelPolicies{
	border-color: gray;
	border-width: 1px;
	width:100%;
	border: 1px solid transparent;
}

table.travelPolicies tr td{
	padding: 5px;
}
.colorLightOrange{
	color:#F88E21;
}