/**
Ce fichier definit le style commun a tous les profils
mis a part les styles couleurs qui doivent etre definis au niveau du profil
**/
/**font-style**/
@font-face {
	font-family: 'icarefont';
	src:url('/css/fonts/icomoon.eot?-lelmq8');
	src:url('/css/fonts/icomoon.eot?#iefix-lelmq8') format('embedded-opentype'),
		url('/css/fonts/icomoon.ttf?-lelmq8') format('truetype'),
		url('/css/fonts/icomoon.woff?-lelmq8') format('woff'),
		url('/css/fonts/icomoon.svg?-lelmq8#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon"], [class*=" icon"] {
	font-family: 'icarefont', Open sans;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-arrival:before {
	content: "\e90c";
}
.icon-arrow-depart:before {
	content: "\e90d";
}
.icon-corbeille:before {
	content: "\e900";
}
.icon-basket:before {
	content: "\e901";
}
.icon-actualiser:before {
	content: "\e902";
}
.icon-arrow-right:before {
	content: "\e903";
}
.icon-arrow-left:before {
	content: "\e904";
}
.icon-info .path1:before {
	content: "\e905";
}
.icon-info .path2:before {
	content: "\e906";
	margin-left: -1em;
	color: rgb(255, 255, 255);
}
.icon-art:before, .icon-MS:before {
	content: "\e907";
}
.icon-EX:before {
	content: "\e908";
}
.icon-RE:before {
	content: "\e909";
}
.icon-load:before {
    content: "\e910";
}
.icon-sport:before {
	content: "\e90a";
}
.icon-VS:before {
	content: "\e90b";
}
.icon-radio-off:before {
	content: "\e90e";
}
.icon-radio-on:before {
	content: "\e90f";
}
.icon-arrow-top:before {
	content: "\e90d";
	transform: rotate(-45deg);
	display: inline-block;
}
/**fin font-style**/
/*******************************************************************************************************************/ 
/****************************************************** GENERAL ****************************************************/
/*******************************************************************************************************************/
* {
	margin: 0;
	padding: 0;	
}
#loginPage {
	height: 100%;
}
body {
	margin: 0 auto;
    width: 991px;
    height: 100%;
    padding: 0 15px !important;
	border-right: 1px solid rgba(196, 196, 196, 0.15);
	border-left: 1px solid rgba(196, 196, 196, 0.15);
    font-family: "Open sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}
input[type="text"], input[type="password"], select {
  	height: auto;
  	line-height: normal;
  	padding: 5px 2px;
	margin-right: 2px;
	background-color: #fff;
    vertical-align: middle;
    color: #626262;
    font-size: 12px;
  	border: 1px solid #d6d6d6;
}
input[type="password"], select {
	padding: 4px 2px;
	margin-right: 2px;
}
input[type="radio"], input[type="checkbox"] {
	vertical-align: text-bottom;
}
img {
    text-decoration: none;
    outline: none;
    border:none;
}
legend {
    font-size: 15px;
    font-weight: bold;
    padding: 0 3px 0 0;
    text-align: left;
}
ul {
	margin: 4px 4px 4px 8px;
}
h1 {
	font: bold 16px "Verdana", helvetica, sans-serif;
	background: transparent no-repeat left top;
	color: #626262;
}
h2 {
	font: bold 13px "Verdana", helvetica, sans-serif;
	background: transparent no-repeat left top;
	color: #626262;
}
p {
	line-height: 17px;
}
fieldset {
    border-style: none;
}
hr {
	color: #918470;
	border-width: 1px;
	border-style: solid;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
 }
.dispTable {
	display: table;
	width: 100%;
}
.dispTable > .dispTableRow {
	display: table-row;
}
.dispTable > div, .dispTableRow > div {
	display: table-cell;
}
#filterMealPlan {
	max-width: 150px;
}
/*******************************************************************************************************************/ 
/************************************************ ELEMENTS RECURRENTS **********************************************/
/*******************************************************************************************************************/
.mailTd .valignTxtField {
	vertical-align: baseline;	
}
select.autoHeightSelect {
	height: auto;	
}
input.dateInput {
	width: 84px;	
}
input.checkbox {
	margin: 0 1px;		
}
input.longDestinationName {
	width: 314px;
}
input.shortDestinationName {
	width: 177px;
}
input.shortDate {
	width: 84px;
}
input.standardDate {
	width: 88px;
}
p.legendP {
	font-size: 12px;
    font-weight: bold;
    padding: 0 3px;
    margin: 3px 0;
    color: #555;
}
input.checkbox {
	border-width: 0px;
	border: none;
	background-color: transparent;
}
a,a.standard,a.standard:visited,a.standard,a:active,span.standard {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.resultAccomSearchLegend, .resultTransferSearchLegend, .resultflightSearchLegend {
    padding: 0 0 10px;
}
.fieldsetDesc {
    font-size: 12px;
    margin: 0 0 20px;
    color:#8c8e8c;
}
tr.sepTr {
    height: 15px;
}
tr.hiddenFieldsTr {
	display: none;	
}
table.sortableTable a:hover, table.sortableTable a:focus, .userListFieldset a:hover, .userListFieldset a:focus {
	text-decoration: none;
}
td.nowrap {
	white-space: nowrap;
}
.textAlignCenter {
	text-align: center;
}
.textAlignRight {
	text-align: right;
}
.middle {
	vertical-align: middle;
}
/* voucher, cgv */
a.grayLink {
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    padding: 3px 2px 2px;
    text-align: center;
    margin-right: 20px;
}
a.grayLink:hover, a.grayLink:focus {
	text-decoration: none;	
}
table.compact tr td.columnHeader {
	color: #000000;
	font-size: 10px;
	margin: 2px;
	padding: 2px 4px;
	text-align: left;
	width: 30%;
}
td.columnHeaderLight, tr.headerTr:hover td.columnHeaderLight {
	background-color: #D6D6D6;
	margin: 2px;
	padding: 1px 2px 1px 2px;
	font-size: 10px;
	text-align: center;
	color: #666666;
	border-style: solid;
	border-width: 1px;
	border-color: #D6D6D6;
}
fieldset.fieldsetResult td.columnCell {
	padding: 2px;
	font-size: 10px;
	text-align: center;
	color: #626262;
	vertical-align:middle;
}
.littleError {
	color: #cc0000;
	font-size: 10px;
	display: block;
}
.little {
	font-size: 9px;
}
td.blueTextCell,span.blueTextCell {
	color: #626262;
}
span.blueBold,div.blueBold,ul.blueBold,li.blueBold {
	color: #262626;
	font-weight: bold;
	font-size: 10px;
}
td.warning,div.warning,font.warning,span.warning {
	color: #ff0000;
}
input.paxNameInput {
	width: 70px;
}
input.paxBirthInput {
	width: 70px;
}
span.bigRed {
	margin: 4px;
    font-size: 12px;
}
.hidden {
	visibility: hidden;
	display: none;
}
.visible {
	visibility: visible;
	display: block;
}
tr.visible {
	visibility: visible;
	display: table-row;
}
td.visible {
	visibility: visible;
	display: table-cell;
}
table.defaultBackgroundedTable td.leftAlignColumnCell,
div.hotelResumeBookingButtonBlock span,
#seeOtherPossibilityLink,
a.chooseCityLink,
a.searchCityLeftSideLink,
a.searchCountryByInitialletterLink,
a.searchAllCitiesOfaCountryLink,
a.selectCityLink,
a.pageIndexLink,
a.pageUpLink {
	color: #626262;
}
.menuLink {
	padding:2px 10px 2px 10px;
}
.menuLink a {
	color: #626262;
	font-weight: normal !important;
	font-size: 12px;
}
.menuLink a:hover {
	text-decoration: none;
}
div.success {
	font-size:13px;
	color:#393;
	margin:2px;
}
.rightAlignTd {
	text-align: right;
}
.centerAlignTd {
	text-align: center;
}
div.buttonLeftDiv {
	margin: 10px 0 0;
}
.floatRight{
	float: right;
}
/*******************************************************************************************************************/ 
/****************************************************** LOGIN ******************************************************/
/*******************************************************************************************************************/
.body-login .input-div {
	margin-bottom: 0;
}
.body-login .input-div input[type="text"], .body-login .input-div input[type="password"] {
	padding: 5px 0 5px 8px;
    margin-right: 0;
	width: 97%;
}
#agencyLogin #inner-editor, #agencyPass #inner-editor {
	padding-left: 10px;
}
.agencyPassBloc {
	margin-top: 25px;
}
.section-login {
	width: 400px;
	height: 70%;
	margin: 0 auto;
}
.node-login {
	vertical-align: middle;
	padding: 60px 0;
}
.login {
	padding: 0;
	background: #fff;
}
.top-login {
	border: 1px solid #dbdbdb;
	padding : 10px 25px;
	margin: 0;
	background: #f3f3f3;
}
.title-login {
	width: auto;
	margin: 0;
	padding: 7px 0 7px 7px;
	display: inline-block;
}
.loginForm {
	background: #fff;
	position: relative;
	padding : 25px;
	border-bottom: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}
.input-div {
	width: 100%;
	margin-right: 7px;
	position: relative;
	border-collapse: separate;
	/* float: left; */
	margin-bottom: 10px;
}
.input-div > label {
	display: block;
	max-width: 100%;
	margin-bottom: 5px;
	color: #666666;
	font-weight: bold;
}
.input-login {
	position: relative;
	z-index: 2;
	margin-bottom: 0;
	width: 100%;
	background-image: none;
}
.languages {
	float: right;
}
.languages select {
	margin-right: 0;
	height: 30px;
}
.loginButtonContent {
	margin-top: 25px;
	text-align: right;
}
.LinkDecoContent {
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
}
.LinkDecoContent a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
}
.LinkDecoContent a:HOVER, .LinkDecoContent a:FOCUS {
	color: #e2dfdf;
}
/*******************************************************************************************************************/ 
/***************************************************** BANDEAU *****************************************************/
/*******************************************************************************************************************/
.tableBandeau {
	width: 991px;
	border-spacing: 0;
	border-collapse: collapse;
}
.tableBandeau td, #navcontainer {
	display: none;
}
.tableBandeau td:first-child {
	display: block;
}
p#logoutP {
	text-align: right;
	height: 25px;
}
p#logoutP a {
	text-decoration: none;
}
p#logoutP a:hover, p#logoutP a:focus {
}
img.logoutImg {
	vertical-align: middle;
}
p#urlSiteLink {
	height: 100%;
	cursor: pointer;	
}
/*******************************************************************************************************************/ 
/************************************************** COMPORTEMENTS **************************************************/
/*******************************************************************************************************************/
img.calendarIcon:hover, img.calendarIcon:focus, 
#sortingLinks a img:hover, #sortingLinks a img:focus, 
img.listingPicture:hover, img.listingPicture:focus,
img.pictoHotelNumber:hover, img.pictoHotelNumber:focus, .infoPriceButton:hover, .infoPriceButton:focus, img.descMapButton:hover, img.descMapButton:focus, img.descPhotoButton:hover, img.descPhotoButton:focus, p#logoutP a:hover img.logoutImg, p#logoutP a:focus img.logoutImg  {
    opacity: 0.7;
}
a.searchCityLeftSideLink:hover {
    text-decoration: none;
}
#seeOtherPossibilityLink:hover,
a.chooseCityLink:hover,
a.searchCityLeftSideLink:hover,
a.searchCountryByInitialletterLink:hover,
a.searchAllCitiesOfaCountryLink:hover,
a.selectCityLink:hover,
a.pageIndexLink:hover,
a.pageUpLink:hover,
#seeOtherPossibilityLink:focus,
a.chooseCityLink:focus,
a.searchCityLeftSideLink:focus,
a.searchCountryByInitialletterLink:focus,
a.searchAllCitiesOfaCountryLink:focus,
a.selectCityLink:focus,
a.pageIndexLink:focus,
a.pageUpLink:focus {
	text-decoration: none;
}

/*******************************************************************************************************************/ 
/******************************************************* WAIT ******************************************************/
/*******************************************************************************************************************/

.div_filter {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 4000px;
	background-color: #FFFdFa;
	filter: alpha(opacity = 50);
	opacity: .50;
	z-index: 20;
}
.div_wait {
	position:absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    z-index: 21;
}

/*******************************************************************************************************************/ 
/******************************************* CONTENEURS ET TITRES **************************************************/
/*******************************************************************************************************************/
.styleTableMain{
	width: 991px;
	border: none;
	margin-bottom: 50px;
}
.styleLeftSide {
    padding: 25px 0 0;
    vertical-align: top;
	width: 295px;
}
.filterLegend, .searchFormLegend {
	background-color: #e8e8e8;
	padding: 3px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

#filterFieldset, .bookingsSearchFormFieldset, .basicLeftFieldset {
	border-color: #E8E8E8;
	background-color: #E8E8E8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.basicFieldset {
	background: #ebebeb none repeat scroll 0 0;
}
.basicFieldset .tdFieldsetHeaderListResult {
	color: #555;
}
#filterDiv .blueButton, #filterDiv .redSubmitButton{
	width: 48%;
}

/*************************/ 
/*** partie PROFILE ******/
/*************************/
/********* partie commission****************/
	
	
#agencyCommissionRateForm .nonModifiableInput{
	background: transparent;
	border: none;
}
	

#agencyCommissionRateForm .inputComRate {
	width: 35px;
}
#agencyCommissionRateForm .inputSubmit {
	display: block;
	margin: 6 auto;
}
#agencyCommissionRateForm .levelPart {
	border-radius: 4px;
	margin: 4px;
	padding-bottom: 15px;
	border-style: solid;
	border-width: 1px;
}
#agencyCommissionRateForm .levelPart > div {
 	padding: 5px;
}
.validBtn, .cancelBtn {
	border-style: solid;
    border-width: 2px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 24px;
    text-transform: lowercase;
}
.autoWidthBtn {
	width: auto;	
}
.commissionWidthBtn {
	width: 350px;
	margin: 0 0 5px;
}
.levelPartTitle {
	text-transform: uppercase;
	color: #e8e8e8;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin: 0pt;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.profileFormLabel {
	width: 100%;
	color: #888;
	font-weight: normal;
}
.addingCountryComPart {
	margin: 5px;
}
.addingComLegend{
    cursor: pointer;
    font-size: 10px;
    font-weight: normal;
    text-decoration: underline;
}
.middleAligned{
	vertical-align: middle;
}
.noBorder{
	border: none;
}
.separationSpace{
	padding-bottom: 30px;
}

#checkCommission{
	clear: both;
	white-space:nowrap;
}
.coloredLine{
}
.bookingCancellation {
	border: medium none;
    text-align: left;
    margin: 0 0 0 2px;
}
/********* FIN  partie commission****************/

/********* FIN  partie PROFILE ****************/

/******* FORMULAIRES *******************************************/

/*** The automcomplete box styling ***/
div.auto_complete {
    background: #888;
    position: relative;
    width: 280px !important;
    
}
div.auto_complete ul {
    background: #ffffff;
    margin: 0;
    padding: 0 !important;
    list-style-type: none;
	cursor:hand;
	cursor:default;
	position: absolute;
	top: 0 !important;
	width: 278px !important;
	border-radius: 0;
}
div.auto_complete ul li {
    margin: 0;
    text-align: left;
}
div.auto_complete ul li a {
	cursor: pointer;
    display: inline-block;
    border-radius: 0 !important;
    padding: 2px 0 2px 3px;
    text-decoration: none;
    font-size: 11px;
}
div.auto_complete ul li a:hover, div.auto_complete ul li a:focus, div.auto_complete .ui-state-focus {
	background: #bbbbbb;
	color: #626262;
	display: block;
}
div.auto_complete ul strong.highlight {
    color: #800;
    margin:0;
    padding:0;
}
div.auto_complete .ui-autocomplete-category-city, div.auto_complete .ui-autocomplete-category-hotel, div.auto_complete .ui-autocomplete-category-place, div.auto_complete .ui-autocomplete-category-airport, div.auto_complete .ui-autocomplete-category-poi, div.auto_complete .ui-autocomplete-category-station, div.auto_complete .ui-autocomplete-category-polygon  {
	color: #444;
	border-bottom: 1px solid #777;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 3px 0 2px 4px;
    text-transform: uppercase;
    text-shadow: none;
}
div.auto_complete ul li.moreResultsLi {
	margin: 0;
	border-top: 1px solid #ccc;
}
div.auto_complete a.moreResultsLink {
	font-style: italic;
	font-size: 12px;
	text-decoration: none;
	color: #444;
	display: block;
}

a.moreResultsLoading {
	background: #fff url('/images/ui-anim.gif?05') right center no-repeat;
	pointer-events: none;
	cursor: default;
}

a.moreResultsLoading.ui-state-focus {
	background: #fff url('/images/ui-anim.gif?05') right center no-repeat;
}

.ui-helper-hidden-accessible {
	display: none;	
}

.ui-autocomplete-loading {
	background: white url('/images/ui-anim.gif?05') right center no-repeat;
}
a, a.standard, a.standard:visited, a.standard, a:active, span.standard {
    color: #777;
}
.ui-corner-top.ui-state-default > a {
	color: #ffffff;
}
/*** The automcomplete box styling - END ***/

div.autocompResultList li {
	list-style-type: none;
	margin: 0 0 2px;
}
div.autocompResultList li a {
	font-size: 10px;
	color: #626262;
}
div.autocompResultList li a .matches {
	font-size: 10px;
	color: #626262;
	background-color: #ffee28;
}
div.autocompResultList li a:hover, div.autocompResultList li a:focus {
	text-decoration: none;
}
#searchFormDiv {
}
div.formBackroundDiv {
	background: none repeat scroll 0 0 #e8e8e8;
    border-radius: 0 5px 5px 5px;
    margin: 0 10px 10px 0;
    padding: 10px 0;
    width: 290px;		
}
.ui-tabs .ui-tabs-nav li a {
    float: left;
    font-size: 10px;
    font-weight: bold;
    padding: 0.5em 1em;
    text-decoration: none;
    text-transform: uppercase;
}
div.auto_complete {
	z-index: 5;
}
span.formLabelSpan {
	display: inline-block;
	width: 75px;	
}
div.listSubTitle {
    font-size: 9px;
    font-weight: bold;
    color: #444;
}
.ui-tabs span, div.formBackroundDiv span {
	font-size: 10px;	
}
#filterFieldset, .bookingsSearchFormFieldset {
    border-style: none;
    margin: 0 10px 10px 0;
    padding: 0 0 5px 5px;
}
.basicFieldset, .basicLeftFieldset {
	border-style: none;
    margin:10px 0;
    padding: 0 5px 5px;	
}
.basicLeftFieldset {
	margin: 10px 10px 10px 0;	
}
#searchFormDiv .basicFieldset {
	margin: 0 5px 10px 0;	
}
.leftFieldset {
	border-style: none;
    border-width: 2px;
    font-size: 10px;
    margin: 0 5px 10px 0;
    padding: 0 5px 5px;
}
.leftFieldsetTitle {
    padding: 3px 2px;
    margin: 0 0 5px;
}
.fieldsetResult, .bookingsResultsFieldset, .paxTransfertFieldset, .confirmTransfertFieldset, .paxFlightFieldset {
    margin: 0;
    padding: 6px 4px;
}
.paxTransfertFieldset, .confirmTransfertFieldset, .paxFlightFieldset {
	border: medium none;	
}
.paxTransfertFieldset .tabListResult {
	border: none;
}
.paxTransfertFieldset input[type="text"] {
	margin-right: 0;
}
.paxTransfertFieldset .tabListResult .moreBorderRight {
	border-right: 1px solid #d6d6d6;
}
.paxTransfertFieldset .tabListResult td {
	padding-bottom: 0px;
	padding-top: 0px;
    border-color: #d6d6d6;
    border-style: solid;
    border-width: 1px 0 1px 1px;
}
.paxTransfertFieldset .LineAdultList td {
	border: none;
}
.detailPax, .contactDetailPax, .detailPaxActi {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #444;
}
.detailPax select {
	height: 27px;
}
.detailPax .columnCell, .contactDetailPax .columnCell, .detailPaxActi .columnCell {
	padding: 1px 0;
	text-align: center;
}
.detailPax .columnHeader, .contactDetailPax .columnHeader, .detailPaxActi .columnHeader {
	font-size: 12px;
	color: #8c8e8c;
	font-weight: 600;
	text-align: center;
}
.detailPax .columnHeader.columnCell, .contactDetailPax .columnHeader.columnCell, .detailPaxActi .columnHeader.columnCell {
	width:110px;
	font-weight: bold;
	text-align: left;
}
.paxFlightFieldset .detailPaxActi {
	width: 55%;
}
.columnHeaderAct {
	padding-left: 2px;
}
.columnHeaderAct div {
	text-align: center;
	white-space: nowrap;
    border: 1px solid #d6d6d6;
    color: #444444;
    font-weight: 600;
    padding: 5px;
    font-size: 11px;
	vertical-align: middle;
}
.paxFlightFieldset .contactDetailPax .columnCell {
	text-align: left;
}
.resultActivityPax .columnCell {
	padding-bottom: 0;
    padding-left: 2px;
    padding-top: 1px;
}
.resultActivityPax .columnCell input[type="text"] {
	width: 99%;
	padding-left: 0;
	padding-right: 0;
}
.resultActivityPax .columnCell select {
	width: 100%;
	padding: 4px 2px;
}
.detailPax .columnCell input[type="text"] {
	width: 96%;
}
#paxInfoFlight {
	width: 55%;
}
#paxInfoFlight .paxInfoContentType {
	width: 15%;
}
#paxInfoFlight .columnHeader {
	height: 12px;
    line-height: 12px;
}
#paxInfoFlight > div {
    display: block;
}
#paxInfoFlight .columnCell {
	display: inline-block;
}
#paxInfoFlight .columnCell span {
	color: #8c8e8c; 
}
.infoDateFlight {
	font-weight: normal;
}
.detailPax .inputErrorPaxStyle {
	border: 1px solid red;
}
.errorPaxFlight {
	text-align: center;
}
.remarque {
	font-size: 10px;
	font-style: italic;
	font-weight: 600;
	margin: 5px 0;
	color: #8c8e8c;
}
.detailPax .columnHeaderContent {
    padding: 1px;
	background-color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
}
.detailPax .columnHeader {
    height: 32px;
    line-height: 32px;
    padding: 5px 0;
    font-size: 11px;
    color: #8c8e8c;
}
.detailPax .columnHeaderBirth {
    padding: 5px;
    color: #8c8e8c;
}
.detailPax .paxTypeCol {
	width: 54px;
    padding: 5px;
    vertical-align: middle;
    color: #8c8e8c;
	background-color: #ffffff;
    font-size: 11px;
    font-weight: 600;
}
.contactDetailPax .columnHeader {
	font-size: 12px;
	color: #8c8e8c;
}
.contactDetailPax .columnHeaderBirth {
	font-size: 12px;
	color: #8c8e8c;
}
.detailPax .columnHeader.columnCell, .contactDetailPax .columnHeader.columnCell {
	width:110px;
	font-weight: 600;
}
.btnLeft {
	float: left;
	display: inline-block;
}
.btnRight {
	float: right;
	display: inline-block;
}
#bookingForm .fieldsetResult, #transferBookingForm .fieldsetResult {
    border: medium none;
    margin: 0 0 20px;
}
#bookingForm legend.legendResult {
	margin: 0 0 10px;	
}
#cancelFeesFieldset li {
	margin: 0 0 0 15px;	
}
#cancelFeesFieldset li span {
	font-size: 10px;	
}
div.largeRow {
    font-size: 11px;
}
a.searchCityLeftSideLink, a.searchCityLeftSideLink:active {
	font-size: 10px;
    font-weight: bold;
}
a.pageUpLink, a.pageUpLink:active {
	  text-decoration: none;
	  color: #fff;
	  line-height: 30px;
	  display: inline-block;
	  text-align: center;
	  width: 30px;
}
td.filterColumnHeader, td.leftAlignColumnCell {
    font-size: 10px;
    padding: 5px 0 0;
}
td.suppliersTableTd {
	color: #666;
	padding: 5px;
	background: #ddd;
	font-weight: bold;
}
td.suppliersTableTd, td.suppliersCheckTd {
	text-align: center;
}
.suppliersTableList .supplierIcon {
	margin: 5px 5px 0 0;
}
div.formLineDiv {
	margin: 0 0 10px;
}
div.roomLineDiv {
	height: 20px;	
}
.roomLineDiv select, #childrenAgeTitle select {
	width: 100%;
}
img.calendarIcon {
    cursor: pointer;
    vertical-align: middle;
}
td.inputLabel {
    vertical-align: bottom;
    width: 75px;
}
td.columnHeader {
    font-size: 10px;
    margin: 2px;
    padding: 2px 4px;
    text-align: center;
    color: #777777;
}
.formBackroundDiv td.columnHeader {
    text-align: left;
	padding: 2px 4px 2px 0;
}
td.columnCell {
    font-size: 10px;
    padding: 0;
    vertical-align: middle;
}
div.mediumRow {
	clear: both;
	font-size: 9px;
	margin: 15px 0 0;
}
span.inlineSpanInputLabelLeft {
	display: inline-block;
	width: 100px;	
}
input#hotelName {
	width: 96%;
	display: block;
}
input#searchCity, input#searchCityDropOff {
	width: 96%;
}
#flightSearchForm label, #transferSearchForm label {
	margin-bottom: 2px;
	display: block;
}
#transferSearchForm label {
	display: inline-block;
    min-width: 100px;
}
.formLineDiv > div {
	 margin: 0 0 5px;
}
.spanGoBack {
	margin-right: 10px;
	display: inline-block;
}
.spanGoBack label {
	cursor: pointer;
}
.flightFormTable > div {
	 margin: 0 0 10px;
}
.flightFormTable select {
	width: 100%;
	margin: 2px 0 0;	
}
input.cityFlightFormTxtFd {
	width: 96%;	
}
.globalCompanyTable {
	width: 100%;
	background: #eee;
}
.globalCompanyTable td {
	vertical-align: top;
}
td.globalCompanyTableFirstTd {
	vertical-align: top;
}
.globalCompanyTable td.navCompanyTd {
	vertical-align: middle;
}
.globalCompanyTableFirstTd td.tAlignLeft {
	padding-left: 2px;
}
.childrenAge {
	padding-left: 2px;
}
.childrenAge > div {
	padding: 2px 0;
}
#childrenAgesDiv > select {
    width: 23.3%;
}
.trPax select {
	width: 100%;
}
.trPax div{
	padding-right: 4px;
}
select.childrenAges {
	margin-bottom: 4px;
	width: 88px;
}
.checkDirectFlight label {
	cursor: pointer;
}
/* STYLES POUR LE TABLEAU DES COMPAGNIE "VOL" */
#resultToMoveTd {
}
.frame {
	overflow-x: hidden;
	width: 360px;
	margin: auto;
}
td.globalCompanyTableFirstTd {
	width: 240px;
}
.recapResultFilter a {
	font-weight: bold;
}
.tAlignCenter {
	text-align: center;
}
.tAlignLeft {
	text-align: left;
}

.companyResultTable tr {
	height: 50px;
}
.companyResultTable .companyResultCellValue {
	height: 50px;
}
.tableFlightinfo {
	margin-bottom: 5px;
}
.propositionVols {
    display: table-cell;
    width: auto;
}
.navButtonsLeft {
    display: table-cell;
    vertical-align: middle;
}
.navButtonsRight {
	display: table-cell;
    vertical-align: middle;
}
.containerlink {
	text-align: center;
	padding : 10px 0;
}
a.seeMoreLess {
	font-weight: 600;
	cursor: pointer;
	font-size: 12px;
	padding:5px 10px; 
}
/* FIN STYLES POUR LE TABLEAU DES COMPAGNIE "VOL" */

/* CRITERES OPTIONNELS */
div.optionalCriteriasDiv {
	margin: 10px 0 0;	
}
div.showHideOptionDiv {
	background: #d6d6d6;
	border: 2px solid #d6d6d6;
	width: 255px;
	padding: 10px;
    margin-top: -1px;
}
a.showLink, a.lastLinksBtn {
	background: #8e8d8d;
	border: 2px solid #8e8d8d;
	text-shadow: -1px -1px 0 #717171;
	color: #fff;
}
a.showLink:hover, a.lastLinksBtn:hover, a.showLink:focus, a.lastLinksBtn:focus, a.hideLink:hover, a.hideLink:focus {
	color: #eee;	
}
a.showLink, a.showLink:active, a.hideLink, a.hideLink:active, a.lastLinksBtn, a.lastLinksBtn:active {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
a.showLink, a.showLink:active, a.hideLink, a.hideLink:active {
	width: 275px;
}
a.lastLinksBtn, a.lastLinksBtn:active {
	width: 100%;	
}
a.showLink:active, a.hideLink:active, a.lastLinksBtn:active {
	background: #8e8d8d;
}
a.hideLink {
	background: url("/images/btn_options.gif?05") repeat-x left top #8e8d8d;
	border: 2px solid #8e8d8d;
	text-shadow: -1px -1px 0 #717171;
	color: #fff;
}
.selectSupplier label {
	cursor: pointer;
}
/* FIN CRITERES OPTIONNELS */

div.mediumRow span.inputSmallLabelLeft {
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	padding-bottom: 2px;
	margin: 2px 4px 0px 0px;
	padding-top: 2px;
	text-align: left;
	font-size: 9px;
}
div.mediumRow span.inputField {
	text-align: left
}
div.mediumRow span.inputAlineaLabel {
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	padding-bottom: 2px;
	margin: 0px 0px 0px 20px;
	vertical-align: text-top;
	padding-top: 2px;
	text-align: left
}
.labelAllChecked {
	color: #333 !important;
	text-transform: uppercase;
	font-weight: bold;
}
.titlewhat{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px;
    padding: 3px 0px;
}
.whenLabel {
	padding-top: 15px;
}
.titlewhat:FIRST-LETTER {
	text-transform: capitalize;
}
.childrenAgeSpan {
	display: block;
	margin-bottom: 5px;
}
/* FIN classe div pour le formulaire de recherche dans la left zone */

/******* BOUTONS *******************************************/
.leftRedSubmitButton {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 44px;
    width: 290px;
    border-style: solid;
    border-width: 2px;
}
.redSubmitButton, .blueButton, .clearBlueButton, .loginButton{
	color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 5px;
    width: unset;
    padding: 5px 15px;
    text-transform: uppercase;
    height: 30px;
}
.loginButton{
    margin-bottom: 0;
}
.flightBtnTable .redSubmitButton {
	margin: 0;
	position: relative;
}
.marginDivButton {
	margin: 20px 0 0;	
}
.dateLimiteStyle {
    color: #777777;
}
/******* TABLES *******************************************/

.tdHeaderListResult, .tdFieldsetHeaderListResult {
    color: #fff;
    font-weight: bold;
    height: 24px;
}
.tdHeaderListResult {
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	padding: 5px 2px;
}
.tdFieldsetHeaderListResult {
	padding: 0 0 0 3px;
}
table.defaultBackgroundedTable {
	width: 100%;
}
table.defaultBackgroundedTable tr {
	line-height: 15px;
}
table.defaultBackgroundedTable_info {
	width: 60%;
}
/* Debut styles encadre resume d'un hotel dans listing hotels */
table.listHeader {
	padding: 6px 2px 6px 2px;
	width: 100%;
	background-color: #ffee99;
}
table.resultTable tr.normal td {
	color: #000000;
}
tr.resultFooter { 
	vertical-align: middle;
	padding: 2px;
}
.grey_part{
	background-color:#e8e8e8;
	padding: 5px;
	margin: 10px 0 0;
}
.white_part{
	background-color:#fff;
}
.white_partdown{
	background-color:#fff;
	margin-top: 20px;
}
.decal_btn_down{
	text-align: right;
    width: 100%;
}
.decale_left {
	margin-left: 10px;
}
.decale_left30 {
	margin-left: 30px;
}
/******* RESULTAT DE RECHERCHE *********************************/
.expiredResultsDiv, .expiredResultsDiv a {
	font-size: 10px;
}
.expiredResultsDiv a:hover, .expiredResultsDiv a:focus {
	text-decoration: none;	
}
.errorMessageFieldset {
	border: 1px solid #d6362a;
	text-align: center;
}
.errorMessageLegend {
	color: #d6362a;
	padding: 2px;
	margin: 3px;
}
.styleRightSide {
    padding: 25px 0 0;
    vertical-align: top;
    width: 695px;
    color: #666;
}
#sortingLinks a img {
    vertical-align: middle;
}
.resultAccomSearchFieldset {
    border: medium none;
    text-align: left;
    margin: 0 0 0 2px;
}
.neutralFieldset {
    border: medium none;
    text-align: left;
    margin: 0 0 25px;
}
.resultTransferSearchFieldset {
	text-align: left;
	color: #444;	
}
.resultTransferSearchFieldset .resultTable {
	margin-top: 0;
	margin-bottom: 0;
	border-collapse: separate;
}
.emptyFieldsetResult {
	text-align: center;	
}
#mapContainer {
    height: 350px;
    margin: 5px 0 25px;
    padding: 2px;
    width: 100%;
}
#mapContainer td{
    vertical-align: top;
}
#mapContainer td.mapRightTd {
	text-align: left;	
}
.see_map input{
	width: 22%;
	height:30px;
	font-size:12px;
}
div.see_map {
	 padding: 0 0 35px;
}
.resultTable {
	position: relative;
}
table.resultTable {
    border-collapse: collapse;
    margin: 10px 0;
}
tr.resultHeader {
	height: 50px;
	width: 100%;
}
.contentResultFlight div.resultHeader > div {
/* 	padding: 5px; */
}
table.flightResultTable .resultHeader, table.flightResultTable .resultHeaderSelected {
	border: 2px solid #e8e8e8 !important;
	background: #fff !important;
	text-shadow: none!important;
	color : #000 !important;
}
td.hotelResultHeaderLeft {
	text-align: left;
	white-space: nowrap;
}
td.hotelResultHeaderRight {
	padding: 0 3px 0 0;	
}

.hotelResultHeaderLeft span {
    vertical-align: middle;
    display: inline-block;
}
tr.transferResultHeader {
	height: 45px;
	width: 100%;
	text-align: center;
}
.transfertRadioBtnTd {
	text-align: center;
}
.transfertRadioBtnTd input.checkbox {
	margin: 0 1px;	
}
img.pictoHotelNumber {
	margin: 0 0 0 3px;
	vertical-align: middle;
}
img.supplierIcon {
/*     height: 33px; */
/*     margin: 2px 0 0; */
    vertical-align: middle;
}
.flightSupplier img.supplierIcon {
	width: 100%;
	height: auto;
}
.logoSuppResult {
	padding-right: 5px;
}
.logoSuppResult, .flightSupplier {
	width: 90px;
}
img.supplierIconVol {
/* 	width: 100%; */
}
span.listTotalNetPrice {
	font-weight: bold;
	font-size: 12px;
	color: #DDDDDD;
}
span.listPerRoomPrice {
	color: #626262;
}
img.hotelPicture {
	border-style: none;
	border-width: 0px;
	border-color: #000000;
	margin: 0px 6px 6px 6px;
	width: 120px;
	vertical-align: top;
}
img.facility {
	margin: 0px 3px 3px;
	border: 1px solid #e8e8e8;
}
#mainBookingsSearchDetailsDiv img.hotelPicture {
	margin: 0;
}
td.location {
	font-size: 13px;
}
td.description {
	font-size: 11px;
	text-align: justify;
}
img.wait {
}
span.bigDate {
	color: #626262;
	font-weight: 600;
  	font-size: 12px;
  	font-style: normal;
}
td.hotelResultHeaderLeft a {
	display: inline-block;	
}
td.hotelResultHeaderLeft img.supplierIcon {
	vertical-align: middle;
	height: auto;
	margin: 0;
}
img.listingPicture {
    vertical-align: middle;
    max-width: 120px;
}
img.listingPicture, img.thumbnailPicture {
	border: 3px solid #f1f1f1;
}
td.hotelImgTd, td.hotelDescTd {
	vertical-align: top;
}
td.hotelDescTd {
	width: 50%;	
}
.infoHotelTable {
	margin: 0 0 0 10px;
	width: 540px;
	text-align: left;
}
td.location {
	font-weight: bold;
	padding: 15px 0 5px;	
	height: 15px;
    line-height: 15px;
}
td.locationEmpty {
	padding: 0 0 15px;
}
td.description {
    padding: 0px 10px 15px 0;
}
tr.contractRemarkForm{
	text-align: center;
	border-color: #DDD;
	border-style: solid;
	border-width: 1px 0 0;
	width: 1000px;
}
tr.contractRemarkForm  p {
	text-align: center;
}
tr.contractRemarkColor{
	background-color: #F5F5F5;
}
tr.contractRemarkColor p{
	font-weight: bold;
	font-size: 11px;
	margin: auto;
    max-width: 75%;
    text-align: center;
}
td.exportMenuLinkActive {
	background-color:#fff;
	padding:2px 50px 2px 50px;
	font-weight:bold;
}
td.exportMenuLinkInactive {
	background-color:#eee;
	padding:2px 50px 2px 50px;
}
.availabilityTd {
	position: absolute;
	top: -10px;
	right: 0;
    padding: 0 0 5px;
}
div.onRequest, div.onRequestPax {
	color: #DC8A00;
}
div.available, div.availablePax {
	color: #27AD5B;
}
div.onRequest, div.available {
	height: 14px;
	line-height: 14px;
	font-size: 10px;
	font-weight: bold;
	text-transform: lowercase;
	margin: 0 3px;
	text-align: center;
	border-color: #d5d5d5 #efefef;
	border-style: solid;
	border-width: 2px 0;
	border-radius: 0 0 5px 5px;
	background: #e8e8e8;
}
div.availablePax, div.onRequestPax {
	height: 14px;
	line-height: 14px;
	font-size: 10px;
	font-weight: bold;
	text-transform: lowercase;
	text-align: center;
	background: #e8e8e8;
	margin: 0;
	border-width: 2px;
	border-style: solid;
	border-color: #E8E8E8;
	border-radius: 0;
}
div#descriptionContentZone div.available, div#descriptionContentZone div.onRequest, #bookingForm div.available, #bookingForm div.onRequest {
}
.spanOnRequest, .divOnRequest {
	color: #DC8A00;
}
.spanAvailable, .divAvailable {
	color: #27AD5B;
}
.sepLine {
	background: url(/images/sep_line_results.png?05) no-repeat center center;
	padding: 10px 0;
}
.paxTransfertFieldset .sepLine {
	margin-bottom: 5px;
}
.sepLine_info {
	background: url(/images/sep_line_results.png?05) no-repeat center center;
	padding: 15px 0;
}
#registrationFormDiv .bigRed {
	font-weight: bold;
}
#registrationPage {
	background:rgba(255,255,255, 0.8);
	margin-top: 50px;
	margin-bottom: 50px;
}
.tab_new_user {
	width: 100%;
	padding: 25px;
	margin: auto;
}
.tab_new_user td {
	margin-bottom: 5px;
}
.tab_new_user .input-div input[type="text"], .tab_new_user .input-div input[type="password"], .tab_new_user input {
	padding: 5px 0 5px 8px;
}
.bnt_newcustom {
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
}
.bnt_newcustom .redSubmitButton {
	margin-bottom: 0;
}
.backLoginBtn {
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
}
/* Google */
#googleMapDiv {
	width: 678px;
	height: 400px;
	background-color: #cccccc;
}
#mapContainer {
	background-color: #444444;
}
#mapWindow {
	width: 470px;
	height: 350px;
	background-color: #cccccc;
}
#infoWindowTitle {
	font: 15px Trebuchet MS;
	font-weight: bolder;
	color: #555;
}
#infoWindowTitle span.listTotalPrice {
	color: #555;
}
.littleDesc {
	background-color: #DDDDDD;
	color: black;
}
.mapTableAccomName {
	color: white;
	font-size: 9px;
}
/*blocks possibilites*/
div.possibilityList {
	display: block;
	visibility: visible;
	text-align: center;
	border-color: #3d689d;
	margin: 5px 0;
	padding: 0 0 15px;
}
.possibilityBlock {
	background: #E8E8E8;
}
table.possibilityTable {
    border-collapse: collapse;
    visibility: visible;
    width: 100%;
    background: none repeat scroll 0 0 #e8e8e8;
}
tr.notSelectedPossibility {
	display: none;
	visibility: hidden;
	background-color: #fffff5;
	cursor: default;
	cursor: pointer;
	cursor: hand;
}
div.possibilityRoomPlanColumn {
    line-height: 12px;
    text-align: center;
    vertical-align: top;
    padding: 5px 3px 5px 0;
}
td.possibilityRoomPlanColumn {
	vertical-align: top;
	text-align: center;
	border-color: #DDD;
	border-style: solid;
	border-width: 1px 0 0;
	width: 1000px;
}
td.possibilityColumn {
	vertical-align: top;
	text-align: center;
	font-size: 9px;
	border-color: #DBCBAB;
	border-bottom-width: 1px;
	border-style: solid;
	border-top-width: 0px;
	border-right-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
	border-left-color: #DBCBAB;
}
td.firstCellInRow {
	border-bottom-color: #DBCBAB;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-top-color: #DBCBAB;
	border-top-style: solid;
	border-top-width: 0px;
	border-right-color: #DBCBAB;
	border-right-style: solid;
	border-right-width: 0px;
	border-left-color: #DBCBAB;
	border-left-style: solid;
	border-left-width: 0px;
	width: 2px;
}
td.lastCellInRow {
	border-bottom-color: #DBCBAB;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #DBCBAB;
	border-top-style: solid;
	border-top-width: 0px;
	border-right-color: #DBCBAB;
	border-right-style: solid;
	border-right-width: 0px;
	border-left-color: #DBCBAB;
	border-left-style: solid;
	border-left-width: 0px;
	width: 2px;
}
span.possibilityColumnTitle { /*color:#174674;*/
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	float: left;
	width: 300px;
	margin: 0 3px;
	display: inline;
}
.possibilityListInDescription span.possibilityColumnTitle {
    width: 230px;
}
.possibilityMealPlanLabel {
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	text-align-last: center;
	float: left;
	width: 260px;
	margin: 0 3px 0 0;
	display: inline;
	text-transform: lowercase;
}
.possibilityListInDescription .possibilityMealPlanLabel {
	width: 240px;
}
div.possibilityRoomPrice {
	font-size: 10px;
	float: left;
	text-align: right;
	width: 90px;
	display: inline;
}
.possibilityListInDescription div.possibilityRoomPrice {
	width: 85px; /*si "/ nuit" et non "par nuit"*/
}
.accomSearchResultUnitPlanPromotion {
	background: #eee;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    color: #D564D0;
    font-weight: bold;
    line-height: 16px;
    margin: 5px 5px 0 8px;
    text-shadow: 1px 1px 0 #F5F5F5;
}
div.hotelResumeBookingButtonBlock {
	text-align: right;
	width: 100%;
    padding: 10px 0 2px;
}
#seeOtherPossibilityLink {
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
.divInfos {
	text-align: center;	
}
.divInfos li {
	list-style: none;
}
/* pagination et filtres */
.pageTitle {
	color: #ffffff;
}
#paginationLinks span {
	color: #ffffff;
	font-size: 10px!important;
}
#paginationLinks {
	display: block;
	text-align: right;
	font-size: 10px!important;
}
#paginationLinks > * {
	display: inline-block;
    margin-left: -4px;
}
#paginationLinks a,#paginationLinks a:visited {
	text-align: right;
	font-size: 10px!important;
	padding-bottom: 4px;
	font-weight: bold;
	color: #9f9f9f;
}
#paginationLinks a:hover, #paginationLinks a:focus {
	text-decoration: none;
	color: #ffffff;
}
#paginationLinks a {
	text-decoration: none;
}
#resultsDiv #paginationLinks span, #paginationLinks a {
	border: 1px solid #dddddd;
	padding: 6px 7px;
}
/* CLASSE POUR LA PAGINATION EN LANGAGE RUSSE */
#resultsDiv #paginationLinks.rusLang span, #paginationLinks.rusLang a {
	padding: 5px 6px;
}
/* FIN CLASSE POUR LA PAGINATION EN LANGAGE RUSSE */
#sortingLinks {
	float: left;
	font-size: 10px!important;
	font-weight: bold;
	vertical-align: text-bottom;
	margin-bottom: 0px;
}
#sortingLinks a,#sortingLinks a:visited {
    line-height: 25px;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #626262;
}
/******* FIN RESULTAT DE RECHERCHE *********************************/

/******* PAGE DESCRIPTIF RESULTAT *********************************/
div#descriptionContentZone div.onRequest, div#descriptionContentZone div.available, #bookingForm div.onRequest, #bookingForm div.available {
	margin: 0;
	border-width: 2px;
	border-style: solid;
	border-color: #E8E8E8;
	border-radius: 0;
}
img.thumbnailPicture {
    border-style: solid;
    display: block;
    margin: 2px 0 0;
    min-height: 90px;
    vertical-align: middle;
    width: 120px;
}
#descriptionContentZone img.supplierIcon, #bookingForm img.supplierIcon, img.possibilitySupplierIcon, td.divPrice img.supplierIcon {
/*     border-style: solid; */
/*     border-width: 0 1px 1px 0; */
    margin: 0 0 5px;
/*     padding: 5px; */
/*     border-color: #f1f1f1; */
	height: auto;
}
img.supplierIconPax {
/* 	border: none; */
/*     border-width: 0 1px 1px 0; */
    margin: 0 0 5px;
/*     padding: 5px; */
/*     border-color: #f1f1f1; */
/*     height: 33px; */
    vertical-align: bottom;
    background: #fff;
}
div.possibilitySupplierIcon img.possibilitySupplierIcon {
	border: none;
	margin: 0;
	padding: 0;	
}
div#headerTitle {
    margin: 0 0 0 8px;
}
td.transferPaxDescTd div#headerTitle {
	padding: 5px;
	background: #e8e8e8;
	margin: 0;	
}
/*HOTEL*/
span.hotelName {
    font-weight: bolder;
    font-size: 13px;
}
span.hotelAddress {
    display: block;
    margin: 20px 0 0;
    font-size: 10px;
    font-weight: bold;
}
span.hotelLocations {
	font-weight: bold;
	font-size: 10px;
}
.hotelResultHeaderRight span.listTotalPrice {
    font-size: 16px;
    line-height: 20px;
}
#descriptionContentZone ul {
    margin: 4px 4px 10px 23px;
}
div.hotelResumeFacilitiesBlock {
    margin: 0 3px 20px;
}
.descPhotoButton {
	cursor: default;
	cursor: pointer;
	cursor: hand;
	vertical-align: middle;
	height: 36px;
	width: 36px;
}
.descMapButton {
	cursor: default;
	cursor: pointer;
	cursor: hand;
	vertical-align: middle;
	height: 24px;
	width: 24px;
}
div.hotelResumeContent {
}
div.hotelDescBlock {
    font-size: 11px;
    padding: 0 0 25px;
}
.fieldsetDesc .legendDesc {
    font-size: 14px;
}
.fieldsetDesc .legendDesc, .fieldsetDesc legend {
	padding: 0 0 5px 0;
}
div.possibilityListInDescription {
	display: block;
	visibility: visible;
	text-align: center;
}
.possibilityListInDescription table.possibilityTable {
	background: none;	
}
tr.selectedPossibility {
    border: none;
    visibility: visible;
}
td.searchBlockPossibilityTd {
	width: 100%;	
}
.possibilityLines {
    vertical-align: middle;
}
td.possibilityRadioColumn {
    text-align: center;
    padding: 5px;
}
td.possibilityRadioColumn:empty {
	display: none;	
}
td.possibilityRadioBtnColumn {
	padding: 0 2px;
	background: #ccc;	
}
tr.marginTrDescripTable {
	height: 15px;	
}
.divPrice {
	vertical-align: top;
	text-align: right;
	width: 50%;
	min-width: 1px;
}
span.hotelAddress, span.hotelLocations, span.transferInfos, div.possibilityMealPlanLabel {
	color: #777777;
}
div.possibilityPrice {
	color: #DDDDDD;
	font-weight: bolder;
	font-size: 15px;
}
td.bookingAcommInfosTd {
	background: #E8E8E8;
	padding: 5px;
}
td.bookingAcommInfosTd h1 {
	font-size: 14px;
	padding-left: 0px;
}
td.bookingAcommInfosTd h2 {
	font-size: 11px;
	padding-left: 0px;
}
.accom-booking-summary-std {
	font-style: italic;
}
.booking-pax-room-title {
    font-size: 11px;
}
/*VOLS*/
.fieldsetResultBoard {
	margin: 0 0 20px;	
}
.fieldsetResultBoard a:hover, .fieldsetResultBoard a:focus {
	text-decoration: none;	
}
table.flightResultTable, table.flightResultTableSelected {
    border-collapse: collapse;
    border-style: none;
    width: 100%;	
}
td.listTitle {
	font-size: 13px;
	text-align: left;
	word-break: keep-all;
	padding-left: 10px;
}
tr.flightResultTh {
	background-color: #e8e8e8;	
	border: 2px solid #e8e8e8;
}
tr.flightResultTh .columnHeader {
	font-weight: bold;	
}
td.columnHeaderGoAndBack {
	margin: 2px;
	padding: 4px;
	font-weight: bold;
	text-transform: uppercase;
	color: #525252;
	border-width: 1px 0px 1px 0px;
}
.resultFlightSearchLeftFieldset .legendResult {
	margin: 0 0 5px;	
}
.resultFlightSearch .labelRow {
	width: 130px;
	font-weight: 600;
}
#flightBookingForm span {
	font-size: 10px;	
}
.flightBookingSummary {
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	background-color: #E6E6E6;
	background-image: url('../images/flight-segment-background.gif?05');
	background-repeat: repeat-x;
	text-align: center;
	color: #626262;
	border-style: none;
	border-width: 1px;
	border-color: #626262;
	padding: 4px 8px 4px 4px;
}
.lineHeight25Style {
	line-height: 27px;
}
/**flight search result**/
.columnHeaderGoAndBack {
	text-align: left;
  	font-size: 14px;
  	padding: 5px;
  	font-weight: 600;
  	border-bottom: 1px solid #ccc;
}
.resultHeader div {
	vertical-align: middle;
}
.fareImg {
	vertical-align: middle;
}
.resultHeader .detailPrice {
	text-align: right;
}
.flightTotalPrice {
	font-size: 16px;
}
.blocDispoVol {
	font-size: 12px;
  	color: #8c8e8c;
  	border-spacing: 0;
  	margin: 2px 0;
    padding: 2px 0;
}
.blocDispoVol input.checkbox {
	vertical-align: super;
}
.volDispo:hover > div {
	background: #ddd;
	cursor: pointer;
}
.btnRadio, .note {
	vertical-align: middle;
}
.btnDetail {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	padding: 5px 10px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
	margin: 5px 0;
	display: inline-block;
	text-decoration: none;
	text-align: center;
}
.btnDetail:hover, .btnDetail:focus {
	text-decoration: none;
	background: #fff;
}
.typeVol {
	width: 100px;
	text-align: center;
}
.blocDispoVol .companyLogoCell {
	width: 130px;
	padding-top: 0;
}
.infoEscaleDispo h3 {
	padding: 10px 5px;
}
.infoVol {
	margin: 10px 15px;
}
.infoVolLabel {
	margin-top:5px;
	margin-bottom:2x;
}
.pickupLine .infoVolLabel label {
	font-weight: bold;
}
.infoEscaleDispo {
	margin-bottom: 20px;
	background: #fff;
}
.infoFlightBloc {
	background: #999;
	color: #fff;
	font-size: 13px;
	padding: 5px 0px 5px 5px;
	font-weight: 600;
}
.infoFlightBloc.escale {
	padding-left: 0px;
}
.escale div {
	padding-left: 5px;
	width: 50%;
}
.volDispo div {
	vertical-align: middle;
}
.tripduration {
	width: 90px;
	text-align: center;
}
.tripduration strong {
	white-space: nowrap;
}
.flightCompanie {
	width: 125px;
	text-align: center;
}
.tableFlightinfo > div {
	vertical-align: middle;
	font-size: 12px;
}
.NumFlight {
	text-align: center;
}
.btnRadio {
	width: 20px;
	text-align: center;
}
.airportName {
	overflow: hidden;
	width: 200px;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
}
.dispoResult {
	padding: 10px 0 0;
}
.contentResultFlight {
	margin-bottom: 10px;
	padding: 10px;
	background: #eee;
}
.contentResultFlight .dispoResult {
	position: relative;
}
.contentResultFlight .containerlink {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding : 10px 0 0;
}
.detailFlight {
	padding: 5px;
}
.contentResultFlight .dateDeparture, .contentResultFlight .dateArrival {
	width: 135px;
}
.sellingPrice span {
	margin-top: 5px;
	background: #f1f1f1;
  	padding: 5px;
  	display: inline-block;
  	font-weight: 600;
}
img.fareType {
	vertical-align: middle;
}
/*TRANSFERT*/
span.transferResultDescSpan {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
span.transferInfos {
	display: block;
    font-size: 10px;
    font-weight: bold;
}
.infoPriceButton {
	border: medium none;
    cursor: pointer;
    height: 25px;
    width: 24px;
    color: transparent;
}
tr.transferResultFooter {
	font-weight: bold;
}
tr.transferResultFooter td {
	padding: 10px 0;
}
.resultTable .durationBloc td {
	padding: 0 0 0 5px;
	border-bottom: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}
.durationBloc .redSubmitButton {
	margin-bottom: 0;
}
.resultTable .durationBloc .durationTd {
	border-right: none;
	border-left: 1px solid #d6d6d6;
}
span.transferPaxDescSpan {
    font-size: 10px;
    font-style: italic;
}
table#paymentSummary {
	width: 100%;
}
/******* FIN PAGE DESCRIPTIF RESULTAT *********************************/

/******* PAGE PAX RESERVATION *****************************************/
.divSalePrice {
    font-weight: bold;
    margin: 0 0 10px;
    padding: 10px;
    text-align: right;
    max-width: 305px;
    float: right;
    background-color: #E8E8E8;
    color: #777777;
}
.divSalePrice li {
    list-style-type: none;
}
.flight{
    width: auto;
}
.flight_info_table{
	width:100%;
}
.flight_info_table td, .flight_info_table span{
	font-size:13px;
}
.divSalePrice input {
    width: 80px;
    border-style: solid;
    border-width: 1px 0 0 1px;
    font-size: 12px;
    vertical-align: middle;
    height: 18px;
    text-align: right;
    border-color: #aaa;
}
td.leftAlignColumnHeader {
    font-weight: bold;
}
td.blueBackCell,span.blueBackCell {
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
}

td.blueTextCell, span.blueTextCell {
    font-size: 11px;
    margin-top: 6px;
    padding: 2px;
    text-align: left;
}
.columnHeaderAdultList, .columnHeaderChildList {
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    color: #444444;
    font-weight: 600;
    padding: 5px;
    font-size: 11px;
}
.paxTransfertName {
	width: 170px;
}
.typeCar {
	width: 130px;
}
.columnHeaderAgeList{
	width: 102px;	
}
.LineAdultList td {
	padding: 5px 0;
}
.LineAdultList td input, .LineAdultList td select {
	margin-right: 0;
}
.LineAdultList input {
    width: 96%;
}
.LineAdultList #pax_title {
    padding-left: 8px;
    padding-right: 6px;
}
.labelPax {
	font-size: 12px;
  	color: #8c8e8c;
  	font-weight: 600;
}
.remarqueLine p {
	padding-right: 5px;
	text-transform: lowercase;
}
.remarqueLine p:FIRST-LETTER {
	text-transform: capitalize;
}
/******* FIN PAGE PAX RESERVATION *************************************/

/********* BOOKING CONFIRMATION ***************************************/
span.definitivePrice { 
	font-size: 17px;
	color: #aa0000;
	margin: 2px 2px 2px 2px;
}
span.bookingOk, span.bookingCanceled, span.bookingRejected, span.bookingRequest {
	margin: 4px;
    font-size: 12px;
}
span.bookingOk {
	color: #66A228;	
}
span.bookingCanceled {
	color: #e84139;	
}
span.bookingRejected {
	color: #e84139;
}
span.bookingRequest {
	color: #ee741b;
}
.cond_annul {
	margin-top: 0px;
}
.cond_annul li{
	margin-left: 20px;
	margin-top: 5px;
}
.transferConfirmDescriptionTd {
	background: #e8e8e8;
	padding: 5px;
}
.transferConfirmDescriptionTd .transferPaxDescSpan {
	font-size: 11px;
	display: block;
}
.cgvDiv {
	margin: 10px 0;
}
#cdtionGleVente {
    color: #626262;
}
/******* FIN BOOKING CONFIRMATION *************************************/

fieldset.noBorderFieldset {
	margin: 0 0 20px;
}
/******* LISTE DES RESERVATIONS *************************************/
.LastLinksTd {
	padding: 0 4px 0 0;	
}
.LastLinksTd .divlinksBtn {
	margin: 0 0 10px;	
}
.itemTypeLabelSpan {
	display: inline-block;
	width: 95px;
	font-size: 10px;
	font-weight: normal;
	color: #626262;
	vertical-align: middle;
}
table.bookingListTable {
	border-collapse: collapse;
}
table.bookingListTable td.columnHeaderBookingsSearch {
	background: url("/images/btn_options.gif?05") repeat-x left top #8E8D8D;
	text-shadow: -1px -1px 0 #717171;
	color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    padding: 0 5px;
}
.bookingsSearchDetailsFieldset {
	color: #666;
	background: none repeat scroll 0 0 #F9F9F9;
    border-color: -moz-use-text-color -moz-use-text-color #EBEBEB;
    border-style: none none solid;
    border-width: medium medium 1px;
    width: 100%;
}
.bookingsSearchDetailsFieldset .bookingsSearchDetailsGlobalLegend {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	margin: 0;
    padding: 0 0 0 10px;
}
.bookingsSearchDetailsFieldset .bookingsSearchDetailsLegend img {
	vertical-align: middle;
}
table.suppliersTableList {
	width: auto;
	margin: 0 auto;
}
span#departureFieldsetLegend {
	font-size: 10px;
}
.verticalMiddleImg {
	vertical-align: middle;
}
.cursorBookingStatus {
	cursor: help;
}
.tableMarginBottom {
	margin: 0 0 25px;	
}
td.bookingConfirmBtnTd {
	padding: 20px 10px 20px 0;
	text-align: right;	
}
.searchError {
	color: red;
}
a.bookingRefLink:hover, a.bookingRefLink:focus {
	text-decoration: none;	
}
select#selection {
	max-width: 150px;
}

/******* HISTORIQUES *************************************/
.historicLastLink, .historicLastLink:focus {
	margin: 3px 0;
	display: block;
}
.historicLastLink:hover, .historicLastLink:focus {
	text-decoration: none;
}
.historicLastLink span {
	display: block;
	line-height:12px;
	font-size: 10px;
    font-weight: normal;
}
/*******************************************************************************************************************/ 
/************************************************** GALERIE PHOTOS *************************************************/
/*******************************************************************************************************************/
div#galerie {
	width: 600px;
	background: #E8E8E8;
	padding: 2px;
	margin: 5px 5px;
	text-align: center;
	font: 0.9em Georgia, serif;
}
ul#galerie_mini {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
dl#photo {
	clear: both;
	margin: 0 auto;
}
ul#galerie_mini li {
	float: left;
}
ul#galerie_mini li a img {
	margin: 2px 1px;
	border: 1px solid #ddd;
}
dl#photo dt {
	font: italic 2.5em/ 1.5em Georgia, serif;
	color: #ddd;
}
dl#photo dd {
	margin: 0;
}
dl#photo img {
	border: 1px solid #ddd;
	width:100%;
}
/*******************************************************************************************************************/ 
/************************************************** ADMINISTRATION *************************************************/
/*******************************************************************************************************************/

/* -------- GESTION DES COMMISSIONS --------- */
.customizeSecondBackground{
	background-color: #BBBBBB;
}
.customizeBorder{
	border-color: #BBBBBB;
}
.addCommissionFieldset {
	background: none !important;
}
.addCommissionBtn {
	margin: 0 0 5px 5px;
}
#licenseText {
	background: #f9f9f9;
	border: none;
	margin: 0 0 5px;
}
/* -------- GESTION DES AGENCES --------- */
table.sortableTable a, .userListFieldset a, table.sortableTable a:hover, table.sortableTable a:focus, .userListFieldset a:hover, .userListFieldset a:focus {
font-weight: bold;
font-size: 10px;
}
.usersSearchFormFieldset, .usersResultsFieldset {
	background-color: #40A0C0;
	border: 1px solid #004080;
}
#agencyFieldset legend {
	color:#fff;
	padding: 2px;
	margin: 3px;
}
.usersSearchFormLegend, .usersResultsLegend  {
	color: #FFFFFF;
	padding: 2px;
	margin: 3px;
}
/* -------- GESTION DES UTILISATEURS --------- */
.userListFieldset a {
	color: #444;	
}
/* -------- CONFIG VOUCHERS --------- */
.voucherFieldset ul {
	margin: 5px 15px;
}
.logoUploadFormLegend {
	padding: 2px;
	margin: 3px;
}
/* -------- GESTION FOURNISSEURS --------- */
#updateSuppliersForm img.supplierIcon {
	border-color: #DEDEDE;	
}
#updateSuppliersForm td.columnHeader {
	margin: 2px;
	padding: 2px 4px 2px 4px;
	font-size: 10px;
	text-align: left;
	color: #626262;
	width: 30%;
}
/* -------- GESTION PAYS UE --------- */
#updateUeCountriesForm select {
}
/* -------- TOP VENTES --------- */
.topSalesMenuLinkActive a {
	color:#333;
	text-decoration: none;
	cursor: default;
}
.topSalesMenuLinkInactive a {
	color:#777;
}
.topSalesMenuLinkActive a, .topSalesMenuLinkInactive a {
	margin: 0 5px 0 0;
}
.topSalesMenuLinkActive a:hover, .topSalesMenuLinkActive a:focus, .topSalesMenuLinkInactive a:hover, .topSalesMenuLinkInactive a:focus {
	text-decoration: none;
}
/* -------- EXTRACTIONS --------- */
td.exportMenuLinkActive {
	background-color:#53534B;
}
/* ------- PUBLICITE ------------ */
table.advertisingUploadTable {
	width:70%;
}
/*******************************************************************************************************************/ 
/****************************************************** DIVERS *****************************************************/
/*******************************************************************************************************************/
.boldMediumTextColumnCell {
	width: 200px;
}
.tabListResult {
	width: 100%;
	border-left: 1px solid #D6D6D6;
}
.tabListResult td {
	border-top: 0px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-left: 0 solid #D6D6D6;
}
.tdHeaderListResult {
	color: #444444;
}
.tdFieldsetHeaderListResult {
}
.subTitle {
	width: 620px;
	font-weight: bolder;
	font-size: 12px;
	margin: 10px;
	padding-left: 2px;
	background-color: #e6e6e6;
}
.small {
	font-size: 10px;
}
.listing {
	font-size: 10px;
	display: inline;
}
td.rightAlignColumnCell {
	padding: 2px;
	padding-top: 10px;
	font-size: 10px;
	text-align: right;
}
td.rightAlignColumnCell_flight {
	padding: 2px;
	padding-top: 10px;
	font-size: 10px;
	text-align: left;
}
div.largeRow span.inputLabel {
	margin: 2px 4px 0px 0px;
	padding: 2px;
	text-align: right;
}
div.largeRow span.inputField {
	margin: 2px 4px 0px 0px;
	padding: 2px;
	text-align: left;
}
div.largeRow span.inputAlineaLabel {
	margin: 0px 0px 0px 20px;
	padding: 2px;
	text-align: left;
	vertical-align: text-top;
}
.boldNote {
	color: #888;
}
#requestParametersDiv {
	text-align: left;
	margin-left: 10px;
	font-family: Arial;
	font-size: 10px;
}
/****************************************************************css condition generales de ventes**************************************************************/
.cgv {
	font-size:-2;
	margin: auto;
	list-style-type: none;
}
/**************************************************************************************************************************************************/
/************************************************ Regles dont l'utilite est a verifier ************************************************************/
/**************************************************************************************************************************************************/

/*********************************************************
Debut styles de delimitations de la page en blocs
**********************************************************/
	/* Debut style bloc racine de la page *******************************************/
div#page {
	width: 770px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #00476C;
	background: #FFFFFF;
}

/* Fin style bloc racine de la page *******************************************/
	/* Debut style bloc entete de page *******************************************/
div#headerZone {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: black;
	height: 120px;
}

/* Fin style bloc entete de page *******************************************/
	/* Debut style bloc menu de la page *******************************************/
div#menuZone {
	width: 100%;
	background-image: url(../images/menu.jpg?05);
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	height: 25px;
}

/* Fin style bloc menu de la page *******************************************/
	/* Debut style bloc contenu de la page *******************************************/
div#contentZone {
	width: 100%;
}

/* Fin style bloc contenu de la page *******************************************/
	/* Debut style bloc gauche du bloc contenu de la page *******************************************/
div#leftContentZone {
	float: left;
	width: 27%;
}

/* Fin style bloc gauche du bloc contenu de la page *******************************************/
	/* Debut style bloc central du bloc contenu de la page de recherche *******************************************/
div#searchPageCenterContentZone {
	float: left;
	width: 46%;
}

/* Fin style bloc central du bloc contenu de la page de recherche *******************************************/
	/* Debut style bloc central du bloc contenu de la page des r�sultats *******************************************/
div#resultsPageCenterContentZone {
	float: left;
	width: 73%;
}

/* Fin style bloc central du bloc contenu de la page des r�sultats *******************************************/
	/* Debut style bloc du haut du bloc central du bloc contenu de la page *******************************************/
div#highCenterContentZone {
	width: 100%;
}

/* Fin style bloc du haut du bloc central du bloc contenu de la page *******************************************/
	/* Debut style bloc du bas du bloc central du bloc contenu de la page *******************************************/
div#lowCenterContentZone {
	width: 100%;
}

/* Fin style bloc du bas du bloc central du bloc contenu de la page *******************************************/
	/* Debut style bloc droit du bloc contenu de la page *******************************************/
div#rightContentZone {
	width: 27%;
}

/* Fin style bloc droit du bloc contenu de la page *******************************************/
	/* Debut style bloc pied de page *******************************************/
div#footerZone {
	width: 100%;
	background-image: url(../images/fond.jpg?05);
	background-repeat: no-repeat;
	background-color: #f5f5f5;
}

/* Fin style bloc pied de page *******************************************/
div#resultsDiv {
	display: block;
	visibility: visible;
	width: 100%;
}

/* --------------------- debut recapitulatif--------------------------*/
.recapResultFilter {
	font-size: 10px;
}
.companyResultTable {
	width: 120px;
	border-style: none;
	border-collapse: collapse;
	border-width: 0;
}
.companyResultCell {
	border-style: none;
	border-width: 0;
	height: 50px;
	font-weight: bold;
	font-size: 11px;
}
.companyResultheader {
	border-style: none;
	border-width: 0;
	height: 50px;
	font-size: 11px;
}
.flightCompanyImg {
	width: 100px;
	height: 15px;
}
/* --------------------- fin recapitulatif--------------------------*/

/*********************************************************
Fin styles de delimitations de la page en blocs
**********************************************************/
	/* Debut style bloc de contenu de texte ***************************/
div.textContent {
	padding: 0px 0px 0px 0px;
	margin: 8px 8px 8px 8px;
}
div.textContent h1 {
	line-height: 12px;
	color: #00476C;
	border-bottom: 1px solid #00476C;
	font: 1.3em "Trebuchet MS", helvetica, bold;
}
div.textContent h2 {
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
	line-height: 15px;
	color: #00476C;
	font: 1em "Trebuchet MS", helvetica, bold;
}
div.textContent h3 {
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
	line-height: 15px;
	color: #00476C;
	font: 1em "Trebuchet MS", helvetica, bold;
	font-style: italic;
}
div.textContent p {
	text-align: justify;
	line-height: 1.2em;
}
/* Fin   style bloc de contenu de texte ***************************/

/* Debut style slide bloc de contenu de texte ***************************/
div.slideTextContent {
	padding: 0px 0px 0px 0px;
	margin: 4px 4px 4px 4px;
}
div.slideTextContent h1 {
	line-height: 20px;
	color: #00476C;
	border-bottom: 1px solid #00476C;
	font: 1.3em "Trebuchet MS", helvetica, bold;
}
div.slideTextContent h2 {
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
	line-height: 15px;
	color: #00476C;
	font: 1em "Trebuchet MS", helvetica, bold;
}
div.slideTextContent h3 {
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
	line-height: 15px;
	color: #00476C;
	font: 1em "Trebuchet MS", helvetica, bold;
}
div.slideTextContent h4 {
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
	line-height: 15px;
	color: #00476C;
	font: 0.9em "Trebuchet MS", helvetica, bold;
}
div.slideTextContent p {
	text-align: justify;
	line-height: 1.2em;
}
/* Fin   style slide bloc de contenu de texte ***************************/
#btselmulti {
	position: relative;
    top: 15px;
}
#btselmulti2 {
	position: relative;
    top: 15px;
}
/* Debut style bloc encadre standard ******************************************/
div.standardBorderBlock {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}
div.standardBorderBlock h1 {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding-left: 2px;
	line-height: 12px;
	font: 1.1em "Trebuchet MS", helvetica, bold;
	background-color: #f5f5f5;
	color: #F56118;
}

/* Fin   style bloc encadre standard ******************************************/
	/* Debut style bloc manipulations sur les resultats d'un hotel ******************************************/
div.resultsFilterSituationLabelBlock {
	text-align: left;
	width: 30%;
}
div.resultsFilterBudgetLabelBlock {
	text-align: left;
	width: 30%;
}
div.resultsFilterMealPlanLabelBlock {
	text-align: left;
	width: 30%;
}
div.resultsFilterSituationListBlock {
	text-align: left;
	width: 30%;
}
div.resultsFilterBudgetListBlock {
	text-align: left;
	width: 30%;
}
div.resultsFilterMealPlanListBlock {
	text-align: left;
	width: 30%;
}
div.resultsFilterEquipmentsLabelBlock {
	text-align: left;
	width: 90%;
	padding-top: 4px;
	padding-bottom: 2px;
}
div.resultsFilterEquipmentsBlock {
	text-align: left;
	width: 90%;
	padding-top: 4px;
	padding-bottom: 2px;
}
div.resultsSortUpPictureBlock {
	text-align: left;
}
div.resultsSortTitleBlock {
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 2px;
}
div.resultsSortDownPictureBlock {
	text-align: left;
	padding-right: 30px;
}
/* Fin style bloc manipulations sur les resultats d'un hotel ******************************************/

/* Debut style bloc encadre resume d'un hotel ******************************************/
/* Zone de titre */
div.hotelResumeTitleZone {
	position: relative;
	vertical-align: top;
	width: 100%;
	height: 25px;
	background-image: url(../images/fond.jpg?05);
	background-repeat: no-repeat;
	background-color: #f5f5f5;
}
div.hotelResumeTitleZone span.hotelStars {
	position: absolute;
	vertical-align: inherit;
	color: #F56118;
	padding-left: 4px;
}
div.hotelResumeTitleZone span.hotelPrice {
	font: 13px "Trebuchet MS", helvetica, bold;
	position: absolute;
	right: 8px;
	vertical-align: inherit;
	color: #DBCBAB;
	padding-top: 3px;
}
/* Zone de contenu */
div.hotelResumeContent {
	padding: 0px 0px 0px 0px;
	margin: 3px 3px 3px 3px;
	height: 90%;
}
div.hotelResumeLeftBlock {
	text-align: left;
	width: 24%;
}
div.hotelResumePictureBlock {
	margin: 2px 0px 0px 2px;
}
div.hotelResumeBookingButton {
	margin: 2px 0px 0px 2px;
	padding-bottom: 8px;
}
div.hotelResumeRightBlock {
	text-align: left;
	width: 76%;
}
div.hotelResumeLocationBlock {
	text-align: left;
	width: 100%;
	font: 1em "Trebuchet MS", helvetica, bold;
	color: #00476C;
}
div.hotelResumeShortDescBlock {
	text-align: justify;
	width: 98%;
	font: 1em "Trebuchet MS", helvetica, bold;
	color: black;
	padding-top: 10px;
}
div.hotelResumeMoreDetailsLinkBlock {
	padding-top: 10px;
	text-align: left;
	width: 50%;
}
div.hotelResumeAddToSelectionLinkBlock {
	padding-top: 10px;
	text-align: right;
	width: 48%;
}
/* Debut styles description d'un hotel ******************************************/
div.hotelDescriptionShortDescBlock {
	text-align: justify;
	width: 98%;
	font: 1em "Trebuchet MS", helvetica, bold;
	color: black;
}
div.hotelDescriptionBackToHotelsListLinkBlock {
	padding-top: 10px;
	text-align: left;
	width: 50%;
}
div.hotelDescriptionAddToSelectionLinkBlock {
	padding-top: 10px;
	text-align: right;
	width: 48%;
}
div.hotelDescLinksBlock {
	padding: 10px 0px 4px 0px;
	margin: 8px 8px 8px 8px;
}
a.hotelDescSectionActiveLink {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FDCA5D;
	padding-left: 12px;
	padding-bottom: 3px;
	padding-right: 12px;
	padding-top: 3px;
	margin-right: 5px;
}
a.hotelDescSectionInactiveLink {
	font-size: 11px;
	text-decoration: none;
	background-color: #BDBDBD;
	padding-left: 12px;
	padding-bottom: 3px;
	padding-right: 12px;
	padding-top: 3px;
	margin-right: 5px;
}
div.hotelDescriptionFullWidthTextBlock {
	padding: 0px 0px 0px 0px;
	margin: 2px 2px 2px 3px;
	text-align: justify;
	width: 98%;
}
div.hotelPicturesContent {
	height: 100%;
}
div#hotelPicturesBlock {
	text-align: left;
	width: 35%;
}
div#pictureViewerBlock {
	width: 65%;
	text-align: center;
	vertical-align: middle;
}
/* Fin   styles description d'un hotel ******************************************/

/* Debut style bloc pagination ******************************************/
div.paginationLeftBlock {
	text-align: left;
	width: 50%;
}
div.paginationRightBlock {
	text-align: right;
	width: 50%;
}
/* Debut style bloc formulaire de recherche standard ***************************************/
/* TODO : voir s'il est possible d'heriter le fromLabel du textAndFloatLeft, idem pour tous les autres blocs */
/* criteres periode */
div.searchCriteriasFromLabelBlock {
	text-align: left;
	width: 50%;
}
div.searchCriteriasToLabelBlock {
	text-align: left;
	width: 50%;
}
div.searchCriteriasFromInputBlock {
	text-align: left;
	width: 22%;
}
div.searchCriteriasToInputBlock {
	text-align: left;
	width: 22%;
}
div.searchCriteriasFromIconBlock {
	text-align: center;
	width: 28%;
}
div.searchCriteriasToIconBlock {
	text-align: center;
	width: 28%;
}
/* criteres chambres */
div.searchCriteriasForLabelBlock {
	text-align: left;
	width: 20%;
	padding-top: 10px;
	padding-bottom: 6px;
}
div.searchCriteriasForListBlock {
	text-align: left;
	width: 80%;
	padding-top: 5px;
	padding-bottom: 6px;
}
div.searchCriteriasRoomsCountLabelBlock {
	text-align: left;
	width: 50%;
	padding-bottom: 8px;
}
div.searchCriteriasRoomsCountListBlock {
	text-align: left;
	width: 50%;
	padding-bottom: 8px;
}
/* titres des lignes des chambres */
div.searchCriteriasRoomTitleLabelBlock {
	text-align: left;
	width: 30%;
	padding-bottom: 4px;
}
div.searchCriteriasAdultTitleLabelBlock {
	text-align: left;
	width: 22%;
	padding-bottom: 4px;
}
div.searchCriteriasChildTitleLabelBlock {
	text-align: left;
	width: 22%;
	padding-bottom: 4px;
}
div.searchCriteriasBabyTitleLabelBlock {
	text-align: left;
	width: 22%;
	padding-bottom: 4px;
}
/* lignes des chambres */
div.searchCriteriasRoomLineBlock {
	width: 100%;
	padding-bottom: 3px;
}
div.searchCriteriasRoomLabelBlock {
	text-align: left;
	width: 30%;
}
div.searchCriteriasRoomListBlock {
	text-align: left;
	width: 22%;
}
div.searchCriteriasChildListBlock {
	text-align: left;
	width: 22%;
}
div.searchCriteriasBabyListBlock {
	text-align: left;
	width: 22%;
}

/* titres ages des enfants */
div.searchCriteriasChildAgeLabelBlock {
	text-align: left;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 4px;
}
div.searchCriteriasChildAgeRoomTitleLabelBlock {
	text-align: left;
	width: 30%;
	padding-bottom: 4px;
}
div.searchCriteriasFirstChildTitleLabelBlock {
	text-align: left;
	width: 22%;
	padding-bottom: 4px;
}
div.searchCriteriasSecondChildTitleLabelBlock {
	text-align: left;
	width: 22%;
	padding-bottom: 4px;
}
div.searchCriteriasThirdChildTitleLabelBlock {
	text-align: left;
	width: 22%;
	padding-bottom: 4px;
}
/* lignes ages des enfants */
div.searchCriteriasAgeLineBlock {
	text-align: left;
	width: 100%;
	padding-bottom: 3px;
}
div.searchCriteriasChildAgeRoomLabelBlock {
	text-align: left;
	width: 30%;
}
div.searchCriteriasFirstChildListBlock {
	text-align: left;
	width: 22%;
	padding-bottom: 4px;
}
div.searchCriteriasSecondChildListBlock {
	text-align: left;
	width: 22%;
	padding-bottom: 4px;
}
div.searchCriteriasThirdChildListBlock {
	text-align: left;
	width: 22%;
	padding-bottom: 4px;
}
/* boutons */
div.searchCriteriasMoreOrLessButtonBlock {
	text-align: left;
	width: 60%;
	padding-top: 10px;
	padding-bottom: 5px;
}
div.searchCriteriasSearchButtonBlock {
	text-align: center;
	padding-top: 2px;
	width: 270px;
}
/* criteres supplementaires */
div.searchCriteriasHotelNameLabelBlock {
	text-align: left;
	width: 100%;
}
div.searchCriteriasHotelNameInputBlock {
	text-align: left;
	width: 100%;
	padding-bottom: 5px;
}
div.searchCriteriasHotelCategoryLabelBlock {
	text-align: left;
	width: 20%;
	padding-bottom: 5px;
}
div.searchCriteriasHotelCategoryListBlock {
	text-align: left;
	width: 80%;
	padding-bottom: 5px;
}
div.searchCriteriasHotelLocationLabelBlock {
	text-align: left;
	width: 20%;
	padding-bottom: 8px;
}
div.searchCriteriasHotelLocationListBlock {
	text-align: left;
	width: 80%;
	padding-bottom: 8px;
}
div.searchCriteriasHotelEquipmentsLabelBlock {
	text-align: left;
	width: 100%;
	padding-bottom: 5px;
}
div.searchCriteriasHotelEquipmentBlock {
	text-align: left;
	width: 50%;
}
/* Fin style bloc formulaire de recherche standard ***************************************/

/* ----------------- DEBUT Styles concernant les conteneurs de possibilities (resultats de recherche) -------------------- */
div.onRequestLittle {
	color: #EF007F;
	text-align: center;
}
div.availableLittle {
	color: #626262;
	text-align: center;
}
a.seeOthersLink, a:visited .seeOthersLink {
	font-weight: bold;
	padding-right: 6px;
	color: #626262;
}
div.seeOthersLinkParent {
	display: block;
	visibility: visible;
	padding: 4px 8px 4px 4px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	border-bottom-color: #626262;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-top-color: #626262;
	border-top-style: solid;
	border-top-width: 0px;
	border-right-color: #626262;
	border-right-style: solid;
	border-right-width: 0px;
	border-left-color: #626262;
	border-left-style: solid;
	border-left-width: 0px;
	width: 100%;
}
td.seeOthersLinkCell {
	vertical-align: middle;
	text-align: right;
	border-bottom-color: #626262;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-top-color: #626262;
	border-top-style: solid;
	border-top-width: 0px;
	border-right-color: #626262;
	border-right-style: solid;
	border-right-width: 0px;
	border-left-color: #626262;
	border-left-style: solid;
	border-left-width: 0px;
}
div.vSep {
	height: 30px;
}
div.pictureViewer {
	display: none;
	visibility: hidden;
	text-align: center;
	z-index: 100;
	position: absolute;
	vertical-align: middle;
}
img.mapThumbnail {
	cursor: default;
	cursor: pointer;
	cursor: hand;
	border-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-color: #626262;
}
.error {
	color: #ff0000;
}
.confirm {
	color: #158522;
}
.error, .confirm {
	font-size: 11px;
	margin: 4px;
}
.messageAlert {
    color: red;
    font-size: 11pt;
    font-variant: small-caps;
    font-weight: bold;
    text-align: left;
    margin-left: 3px;
}
.messageAlert {
    color: red;
    font-size: 11pt;
    font-variant: small-caps;
    font-weight: bold;
    text-align: left;
    margin-left: 3px;
}
fieldset.usersResultsFieldset div.error {
	color: #FEFEFE;
	font-family: Tahoma;
	font-size: 14px;
	margin: 4px;
}
td.blueBackCell,span.blueBackCell {
	color: #626262;
	background-color: #FDFDFD;
}
span.accomStars {
	white-space: nowrap;
}
iframe.extraIframe {
	width: 100%;
	height: 50%;
}
iframe.debugIframe {
	width: 250px;
	height: 250px;
}
span.ticketingPrice { 
	font-size: 12px;
	color: #aa0000;
	margin: 2px 2px 2px 2px;
}

/*****VOL*******/
tr.resultContent1 {
	height: 30px;
	background-color: #ffffff;
	vertical-align: middle;
	border-bottom-style: dotted;
	border-width: 1px;
	border-color: #e8e8e8;
}
tr.resultContent2 {
	padding: 8px 4px 8px 4px;
	height: 30px;
	background-color: #FAFAFA;
	vertical-align: middle;
	border-bottom-style: dotted;
	border-width: 1px;
	border-color: #e8e8e8;
}
td.bordered {
	border-width: 1px;
	padding: 2px 2px 2px 2px;
}
.timeSelbox {
	width: 48px;
	font-size: 9px;
}
.timeRangeInput {
	width: 14px;
	font-size: 9px;
}
#detailedSearchBlock div.mediumRow label {
	color: #FDFDFD;
}
#goSearchForm {
	background-color: #BA2A96;
	border: 1px solid #004080;
	color: #FDFDFD;
	cursor: pointer;
	padding: 1px 2px 2px;
}
/***** TOP DESTINATIONS *******/
#topSalesAccordion {
	background-color:#fafafa;
	margin: 1px 0 0;
	float: right;
}
.topGroup {
	list-style: none;	
}
a.top-country {
	text-transform: uppercase;
	background-color: #e8e8e8;
	height: 30px;
	line-height: 30px;
	border-top: 2px solid #f2f2f2;
	border-bottom: 2px solid #dfdfdf;
	cursor: pointer;
	display: inline-block;
}
.left-top-country, .right-top-country, .left-top-country-opened, .right-top-country-opened {
	background-repeat: no-repeat;
	width: 10px;
	height: 30px;
	float: left;
}
.left-top-country {
	background-position: -20px center;
	margin-left: 5px;
}
.right-top-country {
	background-position: -10px center;
	margin-right: 5px;
}
.left-top-country-opened {
	background-position: 0 center;
	margin-left: 5px;
}
.right-top-country-opened {
	background-position: 0 center;
	margin-right: 5px;
}
.center-top-country {
	width:660px;
	float: left;
	text-align: center;
}
span.part_city {
	display: inline-block;
/* 	text-shadow: 1px 1px 0 #FFFFFF; */
	color: #747474;
	font-size: 12px;
    line-height: 30px;
}
span.topnumber {
	width:31px;
	display: inline-block;
	text-align: center;
	position: relative;
	color: #ffffff;
}
span.topnumber span {
	top: -5px;
	position: relative;
	color: #ffffff;
	text-shadow: none;
	font-size: 10px;
    font-weight: bold;
}
.top-cityListDiv {
	margin: 0;
	padding: 0 0 5px;	
}
.top-city {
	text-align: center;
	line-height: 22px;
	list-style: none;
}
.top-city span {
	font-size: 10px;
	font-weight: bold;
	line-height: 22px;
	display: inline-block;
	text-decoration: underline;
	cursor: pointer;
}
.top-city span:hover, .top-city span:focus {
	text-decoration: none;
}

/******************************************************************************************** 
TOP VENTES
*********************************************************************************************/

.topSalesTable {
	width: 100%;
	margin: 20px 0 0;
}
.topSalesTable td {
	padding: 5px;
}
.topSalesTable tr:hover {
	background: #f1f1f1;
}
.topSalesTable td.rightAlignTd {
	font-weight: bold;
}
.topSalesTable td.columnHeaderLight, .topSalesTable tr.headerTr:hover td.columnHeaderLight {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}

/******************************************************************************************** 
ESPACE COMMUNICATION
*********************************************************************************************/

.columnLeft, .columnRight {
	float: left;
	width: 475px;	
}
.fixedWidthLabel {
	width: 50px;
	display: inline-block;	
}
#advertisingForm a {
	font-size: 10px;
	font-weight: bold;	
}
#advertisingForm a:hover, #advertisingForm a:focus {
	text-decoration: none;	
}
.commTextField {
	width: 230px;	
}

/******************************************************************************************** 
PICTO HOTEL
*********************************************************************************************/
.picto_bouton {
 background-position: left center;
}
.picto_bouton_endemande_select {
 background-position: -96px center;
}
.picto_bouton_endemande {
 background-position: -64px center;
}
.picto_bouton_select {
 background-position: -32px center;
}
.picto_bouton, .picto_bouton_endemande_select, .picto_bouton_endemande, .picto_bouton_select {
   	color: #FFFFFF;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 32px;
    height: 32px;
}
.picto_bouton span, .picto_bouton_endemande_select span, .picto_bouton_endemande span, .picto_bouton_select span {
	color: #FFFFFF;
    display: inline-block;
    font-size: 12px !important;
    padding: 3px 0 0;
    text-shadow: -1px -1px 0 #676767;	
}
span.number_hotel {
	font-family:verdana;
	font-size:10px;
	font-style:bold;
}

/******************************************************************************************** 
PAGE PASSWORD-FORGOTTEN
*********************************************************************************************/
#passForgot #loginForm {
	background-color: #ffffff;
	border: none;
}
.title_pass_forg {
	font-size: 15px;
	font-weight: bold;
}
.text_pass_forgContent {
	padding: 25px;
	background-color: #fbfbfb;
    border-top: 2px solid #07537f;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    text-align: left;
}
.text_pass_forg {
	font-size: 11px;
	text-align: left;
	padding: 15px 0 15px 0;
	color: #888888;
}
.passForgInfoId {
	text-align: left;
}
.passForgInfoId label {
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
    color: #666666;
}
.passForgInfoId input {
	width: 99%;
	padding: 5px 0 5px 8px;
}

#passForgot .pass_forgot {
	margin-top: 60px;
	width: 400px;
}
.btn_valid_new_password {
	padding: 15px 0 15px 0;
	text-align: right;
}
#passForgot #loginForm a {
	background-color: #ffffff;
	color: #444444;
}
.backLogPage {
	font-size: 12px;
}
/******************************************************************************************** 
	SEARCH-MENU -- BUDGET BAR
*********************************************************************************************/ 

#slider-range {
	margin: 3px 5px 0;	
}
#amount, #duration{
	width: 50%;	
}
#sliderRangeDiv #amount, #sliderRangeDiv #duration, #sliderRangeDiv #schedule {
	background-color: transparent;
	border: none;
	font-weight: bold;
}
#sliderRangeDiv .ui-slider { position: relative; text-align: left; }
#sliderRangeDiv .ui-slider .ui-slider-handle { position: absolute; z-index: 1; width: 0.6em; height: 1.5em; cursor: pointer; }
#sliderRangeDiv .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

#sliderRangeDiv .ui-slider-horizontal { height: .6em; }
#sliderRangeDiv .ui-slider-horizontal .ui-slider-handle { top: -.5em; margin-left: -.6em; }
#sliderRangeDiv .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
#sliderRangeDiv .ui-slider-horizontal .ui-slider-range-min { left: 0; }
#sliderRangeDiv .ui-slider-horizontal .ui-slider-range-max { right: 0; }

/* Component containers
----------------------------------*/
#sliderRangeDiv .ui-widget {
	font-family: Arial,sans-serif/*{ffDefault}*/;
	font-size: 1.1em/*{fsDefault}*/;
	margin-left: 5px;
}
#sliderRangeDiv .ui-widget input,
#sliderRangeDiv .ui-widget select,
#sliderRangeDiv .ui-widget textarea,
#sliderRangeDiv .ui-widget button {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
#sliderRangeDiv .ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png?05)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
	color: #222222/*{fcContent}*/;
}
#sliderRangeDiv .ui-widget-content a {
	color: #222222/*{fcContent}*/;
}
#sliderRangeDiv .ui-widget-header {
	border: 1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #bbb/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png?05)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
	color: #222222/*{fcHeader}*/;
	font-weight: bold;
}

/* Interaction states
----------------------------------*/
#sliderRangeDiv .ui-state-default,
#sliderRangeDiv .ui-widget-content .ui-state-default,
#sliderRangeDiv .ui-widget-header .ui-state-default {
	font-weight: normal/*{fwDefault}*/;
	color: #555555/*{fcDefault}*/;
}
	
#sliderRangeDiv .ui-state-hover,
#sliderRangeDiv .ui-widget-content .ui-state-hover,
#sliderRangeDiv .ui-widget-header .ui-state-hover,
#sliderRangeDiv .ui-state-focus,
#sliderRangeDiv .ui-widget-content .ui-state-focus,
#sliderRangeDiv .ui-widget-header .ui-state-focus {
	/*border: 1px solid #999999;
	background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png?05) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;*/
}

/* Corner radius */
#sliderRangeDiv .ui-corner-all,
#sliderRangeDiv .ui-corner-top,
#sliderRangeDiv .ui-corner-left,
#sliderRangeDiv .ui-corner-tl {
	-moz-border-radius-topleft: 4px/*{cornerRadius}*/;
	-webkit-border-top-left-radius: 4px/*{cornerRadius}*/;
	-khtml-border-top-left-radius: 4px/*{cornerRadius}*/;
	border-top-left-radius: 4px/*{cornerRadius}*/;
}

#sliderRangeDiv .ui-corner-all,
#sliderRangeDiv .ui-corner-top,
#sliderRangeDiv .ui-corner-right,
#sliderRangeDiv .ui-corner-tr {
	-moz-border-radius-topright: 4px/*{cornerRadius}*/;
	-webkit-border-top-right-radius: 4px/*{cornerRadius}*/;
	-khtml-border-top-right-radius: 4px/*{cornerRadius}*/;
	border-top-right-radius: 4px/*{cornerRadius}*/;
}

#sliderRangeDiv .ui-corner-all,
#sliderRangeDiv .ui-corner-bottom,
#sliderRangeDiv .ui-corner-left,
#sliderRangeDiv .ui-corner-bl {
	-moz-border-radius-bottomleft: 4px/*{cornerRadius}*/;
	-webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/;
	-khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/;
	border-bottom-left-radius: 4px/*{cornerRadius}*/;
}

#sliderRangeDiv .ui-corner-all,
#sliderRangeDiv .ui-corner-bottom,
#sliderRangeDiv .ui-corner-right,
#sliderRangeDiv .ui-corner-br {
	-moz-border-radius-bottomright: 4px/*{cornerRadius}*/;
	-webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/;
	-khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/;
	border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

/******************************************************************************************** 
	CSS CALENDAR
*********************************************************************************************/ 
.ds_box {
	position: absolute;
}
/* Style pour les hotels favorits  */
.favorite-infos .hotel-name {
	width: 50%;
}
.favorite-infos .hotel-name a{
	font-weight: bold;
}
.favorite-infos .hotel-country {
	width: 20%;
}
.favorite-infos .hotel-city {
	width: 20%;
}
.favorite-infos .hotel-action {
	width: 10%;
	text-align: center;
}
.favorite-infos {
	width: 100%;
}
.hotel-name-link {
	color: #70aec8;
}
.add-to-favorite {
	background: url(/images/add_favorite_large_img.png?05);
}
.favorite-common {
	height: 29px;
	width: 127px;
	background-repeat: no-repeat;
	padding: 0px;
	text-align: left;
}
.favorite-button-text {
	text-align: center;
	font-weight:bold;
	padding:6px 0 0 10px;
	width:90px;
	font-size: 9px;
	line-height: 10px;
	text-shadow: 1px 1px 0px #ffffff;
 	filter: dropshadow(color=#ffffff, offx=1, offy=1); 
}
.rem-from-favorite {
	background: url(/images/supp_favorite_large_img.png?05);
}
/******************************************************************************************** 
	CSS REGISTRATION
*********************************************************************************************/ 
.registration_form {
	width: 400px;
}
.littleError_registration {
	color: #cc0000;
	font-size: 9px;
}
/******************************************************************************************** 
	CSS mail_block
*********************************************************************************************/ 
.part_mailBlock {
	border-style: solid;
    margin-top: 18px;
    padding: 5px;
    text-align: left;
}
.EmailSuccess {
	color: green;
	float: right;
    line-height: 20px;
}
.EmailFailure {
	color: #FF0000;
    float: right;
    line-height: 20px;
}

/******************************************************************************************** 
	CSS BEST BUY BLOCK
*********************************************************************************************/ 
.bestBuyCadre{
	border-color: #C6001A;
	border-style: solid;
	border-width: 2px; 
}
.bestBuyTitle{
	background-color: #C6001A;
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
}
td.resize_note_frais {
	text-align: center;
	width: 90px;
}
td.resize_numvol {
	text-align: center;
	width: 90px;
}
.dateLimiteStyle {
	font-size: 11px;
	color: #8c8e8c;
}
.decale_ie {
	padding-top: 10px;
}
.formPayment_inline {
	padding: 5px;
	text-align: left;
}
.formPayment_Inline {
	padding: 5px;
	text-align: left;
	width: 130px;
	display: inline-block;
}
.formPaymentInline {
	display: inline-block;
    margin: 2px;
    width: 150px;
}
.style_payment_inline {
	margin: 5px 0px 0px 0px;
	vertical-align: inherit !important;
}
.pull_up {
	margin: 0px 0px 0px 0px!important;
}
.PaymentInline {
	font-size: 11px;
    font-weight: normal;
}
.imgTdDescr {
	white-space: nowrap;
	width: 1px;
}
.inBlock {
	display: block;
}
.inlineBlock {
	display: inline-block;
}
.listTotalTaxes {
	width: 60px;
	color: #000000;
	font-weight: bold;
}
/*******************************************************************************************************************/ 
/************************************************ Style pour tableaux MyBank ***************************************/
/*******************************************************************************************************************/
.divTableMyBank{
	width: 70%; 
	float: left;
}
#MyBank{
	border-spacing:0px ; 
	border-top: 20px solid #CECECE; 
	border-radius: 5px; 
	border-left-width: 5px; 
	border-right-width: 5px;
	border-bottom-width: 5px; 
	width: 100%; 
	line-height: 2rem; 
	margin-bottom: 5rem;
}
#labelMyBank{
	width:150px;
	 color: #454545;
	  font-size: 14px;
}
.spanMyBank{
	color: #7E7E7E;
	 font-size: 10px;
	  vertical-align: bottom;
}
#MyBank th {
	border: 1px solid #CECECE;
	 line-height: 2rem;
}
#MyBank td {
	border: 1px solid #CECECE;
}
.lastTh{
	width: 3rem;
}
#tdButton{
	width: 100px;
	position: relative;
}
#submitButton{
	position:absolute;
	left: 100%;
	margin-left: 0.2rem;
}
.selectClass {
	width: 2rem;
}
.inputClass {
	width: 3rem;
}
.inputDesignation{
	width : 80%
}
#MyBank td tfoot {
	line-height: 2rem;
}
/*******************************************************************************************************************/ 
/************************************************ Style pour tableaux avec tri dynamique ***************************/
/*******************************************************************************************************************/
table.sortableTable {
    border-collapse: separate;
    border-spacing: 0;
    clear: both;
    margin: 0 auto;
    width: 100%;
}
table.sortableTable, table.sortableTable th, table.sortableTable td {
    box-sizing: content-box;
}
table.sortableTable th.tablesorter-headerDesc p {
    background: url("../images/sort_desc.png?05") no-repeat scroll right center;
}
table.sortableTable .tablesorter-headerDesc, table.sortableTable .sorting_desc, table.sortableTable thead .sorting {
    cursor: pointer;
}
table.sortableTable th, table.sortableTable thead td {
    border-bottom: 2px solid #c9c9c9;
    padding: 10px 10px 5px;
}
table.sortableTable th.tablesorter-headerAsc p{
    background: url("../images/sort_asc.png?05") no-repeat scroll right center;
}
table.sortableTable th.tablesorter-headerUnSorted p{
    background: url("../images/sort_both.png?05") no-repeat scroll right center;
}
table.sortableTable th.sorter-false p {
    background: none repeat scroll 0 0 transparent;
}
table.sortableTable tbody tr {
    border-bottom: 1px solid #ddd;
}
table.sortableTable tbody th, table.sortableTable tbody td {
    padding: 8px 10px;
}
table.sortableTable a, .userListFieldset a, table.sortableTable a:hover, table.sortableTable a:focus, .userListFieldset a:hover, .userListFieldset a:focus {
    font-size: 10px;
    font-weight: bold;
}
table.sortableTable tr:nth-child(even){
	background-color: #f2f2f2;
}
#tableSortable p {
	display: inline-block;
	padding-right: 20px;
	color: #555;
}
.tablesorter thead .disabled {
	display: none
}
table.sortableTable tr.tablesorter-filter-row{
	background-color: #AEAEAE;
	text-align: center;
}
input.tablesorter-filter {
	width: 100%
}
/******* PAGE LISTE DES RESERVATIONS *********************************/
/**commun**/
.wait {
	font-weight: bold;
	font-size: 12px;
}
.bold {
	font-weight: bold;
}
.semiBold {
	font-weight: 600;
}
.alignRight {
	text-align: right;
}
.marginTop10 {
	margin-top: 10px;
}
.marginTopAndBottom25{
	margin-top: 25px;
	margin-bottom: 25px;
}
#mainBookingsSearchDetailsDiv fieldset.bookingDetails {
	margin-bottom: 10px;
}
/***hotel**/
#mainBookingsSearchDetailsDiv fieldset.bookingsSearchDetailsFieldset, #mainBookingsSearchDetailsDiv fieldset {
	background: #ffffff;
	border: 0 none;
}
#mainBookingsSearchDetailsDiv section {
	position: relative;
	padding: 20px 5px 5px;
	border: 1px solid #f5f5f5;
}
#mainBookingsSearchDetailsDiv h3, .pickupLine h3, .cancelLine h3, .dropoffLine h3 {
	font-size: 12px;
}
.pickupLine label, .dropoffLine label {
	font-weight: 600;
}
#mainBookingsSearchDetailsDiv .infoHotel {
	vertical-align: top;
}
#mainBookingsSearchDetailsDiv .imgHotel {
	padding-right: 10px;
	vertical-align: top;
	width: 138px;
}
#mainBookingsSearchDetailsDiv h1.textContent, .detailsPrice h4 {
	font-size: 14px;
	font-weight: 600;
}
p.textContent, .listing {
	font-size: 12px;
}
#mainBookingsSearchDetailsDiv .accom-booking-summary-std {
	margin-bottom: 10px;
}
#mainBookingsSearchDetailsDiv .detailRoom {
	margin-top: 10px;
}
#mainBookingsSearchDetailsDiv .detailRoom .bold {
	font-weight: normal;
	font-style: italic;
	font-size: 11px;	
}
#mainBookingsSearchDetailsDiv .logoSupplier {
	width: 200px;
	text-align: right;
	padding-right: 25px;
}
#mainBookingsSearchDetailsDiv .bookItem {
	font-size: 8px;
}
#mainBookingsSearchDetailsDiv .bookedPaxLigne div {
	padding: 0 0 5px;
}
#mainBookingsSearchDetailsDiv .labelPax {
	width: 115px;
}
#mainBookingsSearchDetailsDiv .labelNamePax {
	width: 235px;
}	
#mainBookingsSearchDetailsDiv .labelNamePax {
	padding-bottom: 0;
}
.checkLabelNamePax {
	float: right;
}
.checkLabelNamePax input {
	vertical-align: sub;
}
.booking-pax-room-bloc > div {
	margin-left: 5px;
	margin-top: 5px;
}
#mainBookingsSearchDetailsDiv .detailsPrice label {
	font-weight: 600;
}
#mainBookingsSearchDetailsDiv p.resultAccomSearchLegend {
	padding:0;
	font-size: 12px;
	color: #8c8e8c;
	font-weight: 600;
}
ul.cond_annul, ul.listRemark, ul.listPreference, ul.listMealPlan {
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 12px;
	list-style-type:initial;
}
ul.cond_annul span.bigRed {
	margin: 0 0 5px;
}
ul.cond_annul li, ul.listRemark li, ul.listPreference li, ul.listMealPlan li {
	font-weight: normal;
}
ul.cond_annul li.closePolicy {
    font-weight: bold;
}
.internalRemarks p {
	margin-left: 5px;
}

#internalRemarksDescription{
	margin: 8px 0px;
}

.marginBottom20 {
	margin-bottom:20px;
}
.marginTop20 {
	margin-top:20px;
}
#mainBookingsSearchDetailsDiv .resultAccomSearchLegend{
	padding:0;
}
#mainBookingsSearchDetailsDiv .divBtnPrint, #mainBookingsSearchDetailsDiv .btnCancelDiv {
	margin: 10px 0 0;
}
#mainBookingsSearchDetailsDiv .divBtnPrint {
	text-align: right;
}
.vehiculeLine strong {
	font-weight: 600;
}
.divAdresse, .nameHotel {
	max-width: 350px;
}
.bookItemStatus {
	vertical-align: middle;
	text-transform: capitalize;
	width: 130px;
}
.bookItemStatus img {
	vertical-align: bottom;
}
.bookItemStatus p {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
}
.bookItemStatus p.standard {
	display: block;
	color: #8c8e8c;
	font-size: 11px;
	text-align:left;
	white-space: nowrap;
}
.blocSupplier {
	width:190px;
}
.btnToggleSection {
	width:10px;
}
.blocPrice {
	width:70px;
}
.supplierRef {
	text-transform: capitalize;
	font-weight: 600;
	text-align: initial;
}
.bookingHeader > div {
	padding: 5px;
	vertical-align: middle;
}
.bookingHeader:focus, .bookingHeader:hover {
	background: #f5f5f5;
	cursor: pointer;
}
#mainBookingsSearchDetailsDiv .tableDetailAccom .imgHotel .hotelPicture {
	width: 100%;
}
/**vol**/
.blocTypeVol {
	width: 133px;
	background: #eee;
	border: 1px solid #eee;
	text-align: center;
  	vertical-align: middle;
  	font-size: 14px;
  	font-weight: 600;
}
.flightSegment {
	margin: 10px 0;
}
.backSegment {
	margin-top: 25px;
}
.flightSegmentInfos {
	padding-left: 10px;
}
.priceBooking {
	color:#434343;
	font-weight: bold;
	text-align: center;
}
.bookingstatus {
	text-align: right;
	padding-right: 5px;
}
.transferPax {
	vertical-align: top;
}
.detailTransfert {
	margin-left: 145px;
	margin-bottom: 45px;
}
.detailBookingPax {
	margin-right: 125px;
	font-size: 12px; 
}
.bookingPaxLine {
	padding: 20px 0 20px 145px;
}
.bookingPaxTable input[type="text"] {
	width: 170px;
	margin: 0;
}
.flightBookItem {
	vertical-align: top;
	padding-left: 145px;
	padding-top: 8px;
	color: #8c8e8c;
}
.flightBookItemInfoPax {
	padding-left: 4px;
}
.flightSupplierIcon {
    width: 100%;
    height: auto;
}    
.dateDeparture img, .dateArrival img {
	vertical-align: bottom;
}
#mainBookingsSearchDetailsDiv img.supplierIcon {
	border: 0 none;
	margin: 0;
	padding: 0;
	height: inherit;
}
.companyLogoCell {
	width: 125px;
	vertical-align: top;
}
#resultsDiv .companyLogoCell {
	padding-top: 3px;
}
#mainBookingsSearchDetailsDiv .white_partdown{
	margin-top: 10px;
}
#mainBookingsSearchDetailsDiv .payedItemDeclare {
	clear: both;
	margin-left: 130px;
}
#mainBookingsSearchDetailsDiv .payedItemDeclare textarea {
	width: 425px;
	max-width: 425px;
}
.departureRow, .arrivalRow {
	color: #666;
}
.departureRow > div, .arrivalRow > div {
	padding: 3px 0;
}
.dateDeparture, .dateArrival {
	width: 160px;
}
.departureRow .labelAirport, .arrivalRow .labelAirport {
	padding-right: 5px;
}
.flightInfo {
	margin-top: 10px;
}
.flightInfo p {
	line-height: 16px;
}
#children {
	margin-top: 0px;
}
.inputField {
	color: #8c8e8c;	
}
.infoEscale {
	border-top:1px dotted #8c8e8c;
	border-bottom: 1px dotted #8c8e8c;
	font-size: 12px;
	color: #8c8e8c;
	padding: 10px 0;
	margin: 15px 0;
}
.infoEscale img {
	margin-right: 10px;
	vertical-align: top;
}
.bookItemInfo{
	font-size: 12px;
    width: 180px;
}
.fileCreation label {
	font-weight: 600;
}
.fareAlign {
	vertical-align: top;
}
.listColorsLegendCell {
    text-align: left;
    vertical-align: middle;
    min-height: 30px;
    white-space: normal;
    padding-top: 15px;
}
.listColorsLegendCell a {
	padding: 1px;
    display: inline-block;
    margin-bottom: 2px;
    white-space: nowrap;
}
/******* FIN PAGE LISTE DES RESERVATIONS *********************************/
/***common style***/
.bookingHeader {
	background-color: #f1f1f1;
}
.bookingHeader > div{
	border-bottom: 2px solid #ccc;
}
.bookItemStatusColor_OK {
	color: #51BB75;
}
.bookingHeader div.bookItemStatusColor_OK {
	border-bottom: 2px solid #51BB75;
}
.bookItemStatusColor_RQ {
	color: #F18D2B;
}
.bookingHeader div.bookItemStatusColor_RQ{
	border-bottom: 2px solid #F18D2B;
}
.bookItemStatusColor_CX {
	color: #BC5867;
}
.bookingHeader div.bookItemStatusColor_CX {
	border-bottom: 2px solid #BC5867;
}
.bookItemStatusColor_KO {
	color: #BC5867;
}
.bookingHeader div.bookItemStatusColor_KO {
	border-bottom: 2px solid #BC5867;
}
.nbPassengerTab select {
	margin-top: 5px;
}

span.pinkBold,div.pinkBold,ul.pinkBold {
	font-weight: bold;
	font-size: 12px;
}

/****transfert***/
span.listTotalPrice {
  color: #000;
  font-size: 13px;
  font-weight: 600;
}
.tabListTransfert td {
	padding: 4px;
	font-size: 12px;
}
.transferInfos {
	margin-top: 10px;
}
.transferInfos p {
	color:#8C8E8C;
}
.transfertBookItem {
	padding-left: 145px;
}
h3.titleResult {
	margin: 12px 0 6px;
	font-weight: 600;
	font-size: 12px;
}
.titleDropoff {
	padding:10px 0 5px 0;
	font-weight: 600;
}
.divInfos {
	background-color: #fff;
}
.divInfos td {
	padding: 10px 0 15px 0;
	border: 1px solid #eee;
}
.hiddenDetailsOfDefinitivePrice label, .blackPrice label {
	font-weight: 600;
}
/**** STYLE POUR "bookingPaxTable" POUR EVITER LE DEBORDEMENT DU CONTENU  ****/
.smallInputTabPax input {
	width: 96%;
}
.bookingPaxTable .titlePaxStyle select {
	width: 100%;
}
/* Gestion des dossiers - Location de voiture*/
.imgCar{
	padding-right: 10px;
	vertical-align: top;
	width: 138px;
}
.carPicture{
	width: 100%;
}
#bookingsSearchForm .leftAlignColumnCell > input {
    max-width: 155px;
}
/* ----------------- Styles page googleMap -------------------- */
.mapGoogleBtn {
	margin-top: 10px;
}
/********************************/
/********************************/
/**** ACTIVITY COMMUN STYLE  ****/
/********************************/
/********************************/

p {
	text-align: left;
}
button:hover {
	cursor: pointer;
}
button.blueButton {
	background: #214a71;
	color: #fff; 
	border: 0 none;
	font-weight: bold;
  	padding: 0 10px;
}
button.blueButton span {
	font-size: 23px!important;
}
.dispTable {
	display: table;
	width: 100%;
}
.dispTable > * {
	display: table-cell;
}
.dispInline {
	display: inline;
}
.alignCenter, .alignCenter p  {
	text-align: center;
}
.nowrap {
	white-space: nowrap;
}
.padRightLeft {
	padding-left: 20px;
	padding-right: 20px;
}
.mrgRight5 {
	margin-right: 5px;
}
.contentOffreActivity .redSubmitButton {
	min-width: 100px;
	margin-bottom: 0;
}
.howActivity span {
	text-transform: uppercase;
}
.sortBy label {
	white-space: nowrap;
	padding-right: 2px;
	vertical-align: middle;
}
.typePax {
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px 0 0 0;
}
.basketBtnContent {
	float: right;
	position: relative;
	margin-bottom: 10px;
}
.sortByContent  {
}
.sortBy {
	margin-top: 10px;
}
.clear {
	clear: both;
}
.basketBtn {
	color: #fff;
  	cursor: pointer;
  	font-size: 12px;
  	font-weight: bold;
  	line-height: normal;
  	padding: 10px 15px;
  	text-transform: uppercase;
  	border: none;
  	vertical-align: middle;
}
.basketBtn:hover + .basketContent, .basketBtn:focus + .basketContent, .basketContent:hover, .basketContent:focus {
	display: block;
}
.basketBtn span {
	font-size: 1.3rem;
	font-size: 13px;
	color: #ffffff;
}
span.icon-basket {
	font-size: 15px;
	margin-right: 2px;
}
.basketBtn img {
	display: inline-block;
	width: 15px;
	height: 15px;
}
.priceBlock .basketBtn {
	float: right;
}
.btnInfo {
	font-size: 11px;
  	font-weight: bold;
  	border: none;
  	background: #fff;
  	text-decoration: underline;
  	cursor: pointer;
  	margin-right: 3px;
}
.btnInfo:hover {
  	border: none;
  	background: #fff;
  	text-decoration: none;
}
.btnTrash {
	vertical-align: middle;
}
.contentOffreActivity {
	margin-top: 20px;
}
.offreActivity {
	width: 45%;
	margin-bottom: 20px;
}
.contentPicture {
	position: relative;
	height: 233px;
	overflow: hidden;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #EBEBE9;
}
.thumbnailContainer {
	height: 100%;
	width: 100%;
	text-align: center;
}
.pictureActivity img.ww {
	width: 100%;
}
.pictureActivity img.wh {
	height: 100%;
}
.resultTableActivity {
	position: relative;
}
/* BUTTON RETOUR HAUT DE PAGE APRES SELECTION ACTIVITY */
.goTop {
    background: #d4d4d4;
    color: #ffffff;
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 60px;
    bottom: 15px;
    right: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.goTop:HOVER {
	color: #eee;
	text-decoration: underline;
}
.goTop:ACTIVE {
	color: #eee;
}
.goTop > span.icon-arrow-top{
	font-size: 25px;
}
/* CSS NOPIC*/
.contentPicture .pictureActivity .noPictureImgState{
	width: 233px;
}
img.noPic {
	margin-top: -40px;
}
.contentInfo {
	padding: 10px;
	border-width: 0px 1px 1px 1px ;
	border-style: solid;
	border-color: #EBEBE9;
}
.offrePrice {
	min-width: 85px;
	position: absolute;
	top: 20px;
	right: 0;
	padding: 5px 10px;
}
.offrePrice span {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.offrePrice p.labelPrice {
	color: #fff;
	font-size: 10px;
	font-weight: 600;
}
.offrePrice p.labelPrice:FIRST-LETTER {
	text-transform: capitalize;
} 
button.seepicture {
	position: absolute;
  	bottom: 10px;
  	left: 5px;
  	cursor: pointer;
  	opacity: 0.8;
  	color: #fff;
  	border: none;
  	font-size: 12px;
  	font-weight: 600;
  	text-transform: uppercase;
  	padding: 5px 10px;
  	display: none
}
.contentPicture:hover button.seepicture {
	display: block;
}
.activityIcon {
	width: 16px;
}
.activityIcon span {
	font-size: 18px;
	margin-right: 5px;
}
.leftFieldset .icon-EX:before, 
.leftFieldset .icon-VS:before,
.leftFieldset .icon-RE:before,
.leftFieldset .icon-MS:before {
	font-size: 18px;
	margin-right: 5px;
	vertical-align: text-top;
}
.activityIcon .smallImg {
	max-height: 15px;
}
.titleActivity {
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	height: 60px;
	text-transform: lowercase;
}
.titleActivity:FIRST-LETTER {
	text-transform: capitalize;
}
.infoActivity {
	font-size: 11px;
}
.infoActivity span, .infoActivity a {
	font-size: 11px;
	font-weight: 600;
	margin-right: 3px;
}
.infoActivity span.icon-info, .infoActivity span.icon-info span {
	margin-right: 0;
}
.infoActivity .alignRight {
	white-space: nowrap;
}
.infoActivity > div {
/* 	padding: 10px 0 15px 0; */
	height: 57px;
}
.logoSupp {
/* 	max-width: 110px; */
}
.offreActivity .logoSupp img {
/* 	max-height: 25px; */
}
.dispInlineBlock > div {
	display: inline-block;
	margin-right : 30px;
}
.contentBtn > div {
	vertical-align: bottom;
}
.smallImg {
	vertical-align: sub;
}
.alignRight {
	text-align: right;
}
/****** STYLE POUR LES POPUPS ******/
.activityType {
	text-transform: uppercase;
}
.activityTitle {
	text-transform: capitalize;
}
.activityGeo {
	text-transform: uppercase;
}
.modal h2 {
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 14px;
	color: #000000;
	padding-bottom: 2px;
}
.modal .packByDate h2 {
	margin-bottom: 0;
}
.modal h3 {
	font-size: 12px;
	color: #000000;
}
/* PARTIE INFORMATION */
.partTextmodal {
	margin-bottom: 20px;
}
.partTextmodal ul {
	margin: 0;
}
.partTextmodal li {
	list-style-type: none;
	display: inline;
	margin-right: 5px;
	line-height: 20px
}
.partTextmodal li img {
	margin-right: 5px;
	vertical-align: sub;
}
.mapModal {
	width: 70%;
}
.rightMapModal {
    padding-left: 10px;
    vertical-align: top;
}
.rightMapModal span {
	display: block;
}
.rightMapModal .color1 {
	font-weight: bold;
}
.seeOnMap {
	margin-bottom: 10px;
}
.duration {
	color: #000000;
}
/* PARTIE DISPONIBILITES */
.contentPaxByDate, .contentPackByDate, .descActivity {
    max-height: 350px;
    overflow: auto;
    padding-right: 5px;
}
.paxByDate h2 {
	margin-bottom: 0;
}
.paxByDate select, .packByDate select{
	padding: 4px;
	vertical-align: bottom;
	margin-left: 10px;
}
.packByDate select {
	vertical-align: middle;
}
.paxByDate p {
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.paxByDate .typePaxInfoPart {
	padding-bottom: 0;
}
.typePaxInfo {
	margin-bottom: 5px;
}
.libelPaxInfo {
	width: 140px;
}
.dispoLine {
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	position: relative;
}
.contentPaxByDate .dispoLine div{
	vertical-align: middle;
}
.pricePerson {
	text-align: right;
	width: 150px;
}
.dispBlock {
	display: block;
	font-size: 13px;
	font-style: italic;
}
.dispoLine label {
	width: 170px;
}
.nbPass {
	width: 15px;
	display: inline-block;
}
.fareDetails {
	padding-right: 30px
}
.btnMoreLess button {
	color: #ffffff;
	border: none;
	padding: 4px;
}
.btnMoreLess .btnMore {
	padding-left: 9px;
	padding-right: 9px;
}
.btnMoreLess .btnLess {
	padding-left: 11px;
	padding-right: 11px;
}
.flagList {
	vertical-align: middle;
	text-align: right;
	width: 140px;
}
.flagList ul {
	margin: 0;
	margin-right: 15px;
}
.flagList li {
	list-style-type: none;
	display: inline;
}
.flagList img {
	vertical-align: top;
}
.contentBtnActivity {
	padding-top: 15px;
}
.contentBtnActivity input {
	margin-bottom: 0;
}
.btnCloseModal input {
	width: 100%;
}
.priceActivity {
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: middle;
	font-size: 16px;
	padding: 0 10px;
}
.btnAddActivity {
	width: 30%;
	vertical-align: bottom;
}
.btnAddActivity .disabled {
	background: #999;
	cursor: not-allowed;
}
span.btnValue {
	white-space: nowrap;
	color: #fff;
}
span.loadingAnim {
	display: none;
}
.contentBlockTriangle {
	padding-top: 15px;
}
.contentTriangle {
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}
.warningText {
	color: #EE7914;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
.triangle  {
	border-color: transparent transparent #EE7914;
	border-style: solid;
	border-width: 0 14.5px 27px;
	height: 0;
	position: relative;
	width: 0;
}
.triangle>span {
	color: #fff;
	font-size: 16px;
	position: absolute;
	right: -2px;
	top: 5px;
}
.btnPack {
	width: 130px;
	cursor: pointer;
	padding: 10px 5px;
}
.btnPack button {
  	border: none;
  	text-align: left;
  	padding: 0 10px;
  	height: 100%;
  	width: 100%;
}
.btnPack, .btnPack button {
	background: #BEBEBE;
  	color: #fff;
}
.btnPack:hover, .btnPack:hover button, .btnPack.selected, .btnPack.selected button {
  	color: #fff;
}
span.pricePack {
	font-size: 16px;
	font-weight: bold;
	vertical-align: 2px;
}
.pack {
	border-bottom: 1px solid #E6EDE6;
}
.pack .dispoLine {
	border: 0 none;
}
.pack .flagList {
	width :140px;
}
.pack .flagList ul {
	display: inline-block;
}
.pack .flagList li {
	line-height: 20px;
}
.pack .flagList img {
  vertical-align: middle;
}
.faredetails {
	cursor: pointer;	
}
/***Filtre style***/
.filtreActivity {
	margin-top: 30px;
	background: #e8e8e8;
	width: 290px;
	padding-bottom: 5px;
}
.bandeauDiv {
/* 	background: #8ec5db; */
	color: #fff;
	text-align: left;
	padding: .5em 1em;
	text-transform: uppercase;
  	font-weight: bold;
  	font-size: 10px;
  	margin-bottom: 15px; 
}
.filtreActivity label {
	display: block;
	margin-bottom: 2px;
}
select.largeSelect {
	width:100%;
}
.contentBtnFiltre {
	width: 290px; 
	margin-top: 10px;
}
.contentBtnFiltre input, .contentBtnPanier input{
	display: inline-block;
}
.contentBtnFiltre .leftRedSubmitButton {
	width: 75%;
  	float: right;
  	text-transform: capitalize;
}
.contentBtnFiltre .blueButton {
	height: 44px;
	width: 44px;
}
#sliderRangeDiv #duration, #sliderRangeDiv #schedule {
	width: 100%;
  	text-align: center;
  	font-size: 11px;
}
.filtreDispo > div {
	display: inline-block;
	width: 50%;
	margin-right: -4px;
	margin-bottom: 10px;
	vertical-align: top;
}
.filtreDispo h2.title_filtre {
  border-bottom: 0 none;	
} 
.filtreDispo button {
	border: 2px solid #c1c1c1;
	background: #fff;
	font-size: 12px;
	text-align: center;
	color: #c1c1c1;
	width: 60px;
	height: 30px;
	margin-bottom: 5px;
  	margin-right: 2px;
}
.filtreDispo button:hover, .filtreDispo button:focus, .filtreDispo button.active {
	font-weight: bold;
}
.filtreDispo button:focus {
	outline-style: none;
}
.filtreDispo button.btnSpec {
  font-size: 14px;
  font-weight: bold;	
}
.infoIconDiv {
	width: 25px;
}
.availableDiv {
	text-align: center;
}
.contentPackGroup > div {
	vertical-align: middle;
}
.infoPax {
	padding-left:2px;
	font-weight: normal;
	text-transform: lowercase;
}
/** contenu panier**/
.basketContent {
	background: #fff;
	padding: 10px;
	position: absolute;
	width: 330px;
	border: 2px solid #E50052;
	right:0;
	z-index: 10;
	display: none;
}
.basketContent p {
	color: #0d0d0d;
	font-size: 12px;
	margin-bottom: 10px;
}
.basketContent p.basketvide {
	margin-top: 10px;
  	font-weight: bold;
  	font-size: 14px;
  	text-align: center;
}
.basketContent .basketprice {
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}
.totalLabel {
	font-weight: bold;
	font-size: 18px;
}
.priceBlock {
	margin-top: 30px;
}
.priceBlock > div {
	float: left;
	margin-right: 5px;
	font-weight: bold;
	font-size: 18px;
	color: #0d0d0d;
}
/***page panier***/
.titlePage {
	color: #E50052;
	font-weight: bold;
	font-size: 14px;
}
.contentRight {
	text-align: right;	
}
.basketPage, .activityPagePax, .activityPageConfirm {
	padding: 25px 0 0;
    vertical-align: top;
    color: #666;
}
.entitledTabPax label {
    border: 1px solid #d6d6d6;
    padding: 3px 10px;
    margin-right: 2px;
    display: block;
}
.activityPageConfirm .detailPax {
    width: 55%;
}
.activityPageConfirm .detailPax .columnHeader {
	height: 15px;
	line-height: 15px;
}
.activityPageConfirm .detailPax .columnHeader.columnCell {
	width: auto;
}
table.basketTable {
	width: 100%;
	margin-top: 30px;
	color: #444;
	border-collapse: collapse;
}
table.basketTable th {
	background: #f5f5f5;
	color: #E50052;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 0;
	text-align: center;
	border-color: #D6D6D6;
  	border-style: solid;
  	border-width: 0 1px 1px 0;
}
table.basketTable td {
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
	border-color:#D6D6D6;
  	border-style:solid;
  	border-width:0 1px 1px 0;
}
table.basketTable td:last-child {
	border-width:0 0px 1px 0;
}
table.basketTable th:last-child {
	border-width:0 0px 1px 0;
}
table.basketTable .btnInfo {
	text-decoration: none;
}
table.basketTable .btnInfo:hover, table.basketTable .btnInfo:focus {
}
table.basketTable .thReservation{
	width: 350px;
	text-align: left;
	padding-left: 10px;
}
.activityImg img {
	width: 60px;
}
table.basketTable .activityDesc {
	vertical-align: middle;
	 padding-left: 10px;
}
.basketPage .priceBlock > div {
	float: none;
	display: inline-block;
	vertical-align: middle;
  	margin-right: 20px;
}
.contentBtnPanier {
	margin-top: 25px;
}
.contentBtnPanier .redSubmitButton {
	float: right;
}
p.contentMessage {
	text-align: center;
	font-size: 14px;
	color: #444;
	font-weight: 600;
}
p.contentMessage:FIRST-LETTER {
	text-transform: capitalize;
}
/** PAGE PAX / PAGE CONFIRM***/
.activityLabel {
	font-size: 12px;
	font-weight: 600;
	margin-top: 15px;
}
.totalPrice {
	font-size: 13px;
	font-weight: 600;
	margin: 20px 0 15px 0;
}
.totalPrice input {
	width: 70px;
}
.activityPagePax table.basketTable, .activityPageConfirm table.basketTable {
	margin-top: 0;
	margin-bottom: 20px;
}
.activityPagePax table.basketTable th, .activityPageConfirm table.basketTable th {
	color: #214a71;
}
.labelCondGen {
	margin-right: 2px;
	text-decoration: underline;
}
.positionRelative {
	position: relative;
}
span.iconInput {
	position: absolute;
  	color: #fff;
  	font-size: 20px;
  	left: 12px;
  	top: 11px;
  	cursor: pointer;
}
/*** icon**/
span.icon.icon-info, span.icon.icon-info .path1,  span.icon.icon-info .path2  {
	font-size: 16px!important;
}
span.icon.icon-info {
	vertical-align: middle;
	cursor: pointer;
}
span.icon.icon-radio-on,  span.icon.icon-radio-off{
	font-size: 18px;
  	margin-right: 2px;
}
.icon.icon-corbeille {
	font-size: 17px;
}
/**pagination style**/
.nbResultByPageContent {
	vertical-align: bottom;
}
.paginationContainer > div{
	vertical-align: top;
	padding: 10px 0 0 0;
}
/*****style bootstrap***/
/*** css colonne **/
 .row {
  margin-right: -15px;
  margin-left: -15px;
}
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  .col-md-6, .col-md-2, .col-md-8 {
   	position: relative;
  	min-height: 1px;
  	padding-right: 15px;
  	padding-left: 21px;
   	float: left;
  }
/**** modal***/
.close {
	float: right;
	font-size: 26px;
	line-height: 26px;
	color: #ffffff;
}

.close:hover, .close:focus {
	color: #6e6c6c;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity = 50);
	opacity: .5;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	font-weight: lighter;
}

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate3d(0, -25%, 0);
	-o-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
}

.modal.in .modal-dialog {
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	filter: alpha(opacity = 0);
	opacity: 0;
}

.modal-backdrop.in {
	filter: alpha(opacity = 50);
	opacity: .5;
}

.modal-header {
	min-height: 16.42857143px;
	padding: 2px;
}

.modal-header .close {
	margin-right: 4px;
}

.modal-title {
	color: #ffffff;
	margin: 0;
	padding: 5px;
	line-height: 1.42857143;
	background-color: #666666;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media ( min-width : 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}
	.modal-sm {
		width: 300px;
	}
}

@media ( min-width : 992px) {
	.modal-lg {
		width: 900px;
	}
}
textarea#areaPnr {
	width: 100%;
}
/* POUR LES ONGLETS DE LA POPUP */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 0px;
  text-decoration: none;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
	margin-top: 15px;
    padding-bottom: 1px;
    border-bottom: 1px solid #8ec5db;
}

.nav-tabs > li {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 2px;
}
.nav-tabs > li > a {
  color: #8ec5db;
  padding: 3px 5px;
  font-size: 13px;
  margin-bottom: -2px;
  font-weight: 600;
  line-height: 1.42857143;
}
.nav-tabs > li > a:hover {
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-radius: 4px 4px 0 0;
  border-top: 1px solid #8ec5db;
  border-right: 1px solid #8ec5db;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #8ec5db;
  background-color: #ffffff;
  margin-bottom: -2px;
  color: #8ec5db;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
li.navDispoPrice {
	width: 49%;
  	padding: 5px 0;
  	text-align: center;
  	background: #fff;
  	font-weight: bold;
}
li.navDispoPrice a {
	font-weight: bold;
}
li.navDispoPrice.active {
  	color: #fff;
}
li.navDispoPrice.active a, li.navDispoPrice.active a:hover, li.navDispoPrice.active a:focus {
	color: #fff;
}

/*** STYLE ONGLET IMAGES ACTIVITY ***/
.picActivity .galeryImg {
	margin-top: 15px;
}

/*** STYLE SELECT TRIER PAR ***/
.activityResultsSorting select {
	margin-right: 0;
}
/***pagination***/
.pagination {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 0;
  margin: 0;
}
.pagination>li {
	display: inline;
}
.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  color: #214a71;
  font-weight: 600;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus {
  color: #fff;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
}
.pagination > li.disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #fff;
  cursor: not-allowed;
  background-color: #ddd;
  border-color: #ddd;
}
.pagination > li.active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  color: #fff;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fff;
    margin-top: 20px;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alertTriangleBlock{
	padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 5px;
    margin-top: 15px;
}
/**** fin bootstrap style***/
select.filter-select {
	width: 150px;
}
#alertNoResultActivity{
	margin-top: 63px;
}
.marginTop5{
	margin-top: 5px;
}
.marginLeft20{
	margin-left: 20px;
}
.fontBold{
	font-weight: bold;
}
.underline{
	text-decoration: underline;
}
/***************************/
/*****FIN ACTIVITY STYLE***/
/***************************/

/*********************************************/
/***** STYLE POUR LES POPINS CONFIRM.... ****/
/******************************************/
#myModalConfirm .modal-title {
	text-align: left;
}
#myModalConfirm button.blueButton {
    padding: 5px 15px;
    height: 30px;
}
#myModalConfirm button {
	margin-bottom: 0;
}
:focus {
    outline: none;
}
.modal-body > p{
	font-weight: 700;
}
/*********************************************/
/***** STYLE POUR LES INPUT FILE.... ****/
/******************************************/
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
    font-size: 1em;
    font-weight: 700;
    color: white;
    background-color: #666;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}
.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #888;
}
/***************************/
/***** DEBUT CAR STYLE***/
/***************************/
.nameCarDescription::first-letter{
	text-transform: uppercase;
}
.driverName > div {
	margin-left: 5px;
}
.carDetails{
	padding-left: 15px;
}
.carPoint > div, .distCover > div{
	margin-left: 5px;
}
.carInformations ul {
	padding-left: 10px;
}
.carLi{
	margin-bottom: 5px;
}
select#pickupAirportList, select#dropoffAirportList {
	width: 100%;
}
/***************************/
/***** FIN CAR STYLE***/
/***************************/

/*** STYLE MILES ATTACK ***/

div.milesAttack {
	display: table;
	width: 100%;
}
div.milesAttack > * {
	display: table-cell;
	vertical-align: middle;
}
div.milesAttack > span {
    width: 80%;
}
div.milesAttack > a {
	text-align: center;
}
/* STYLE POUR LE FORM DE RECHERCHE DOSSIER */
#bookingsSearchForm .legendP {
	color: #444444;
}
/* STYLE INFO REMBOURSABLE OU PAS PAGE RESULT */
#refunInfoContent {
	top: -8px;
	right: 90px;
}
.noRefunInfo, .refunInfo {
	white-space: nowrap;
}
.refunInfo label, .noRefunInfo label {
	font-size: 10px!important;
	font-weight: bold;
	vertical-align: middle;
	white-space: nowrap;
}
.noRefunInfo span.icon.icon-info .path1,
.noRefunInfo label {
	color: #ff0000;
}

.refunInfo span.icon.icon-info .path1,
.refunInfo label {
	color: #27ad5b;
}
.sortLabel {
	cursor: pointer;
	font-size: 10px;
}
/*** CSS Affichage des cancelPolicies ***/
/* page result */
.ajaxHotelRate {
	text-align: right;
    padding: 15px 7px 10px 0;
}
button.ajaxHotelRateBtn {
	text-decoration: underline;
	font-weight: bold;
	color: #626262;
	border: none;
	background-color: transparent;
}
.waitCancelPolicy {
	text-align: center;
}
.cancelPolicyResult {
	font-size: 11px;;
	text-align: left;
	margin-left: 25px;
	margin-bottom: 5px;
}
.noteStyle {
        font-family: Helvetica;
    font-size: 12px;
    border-width: 1px;
    border-style: solid;
    background: rgba(0,0,0,0.3);
    padding: 5px;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    color: #fff;
    display: inline-block;
    height: 28px;
    line-height: 28px;
}
.noteStyle strong {
    font-weight: bold;
    font-size: 16px;
}
	