#version-loco{
    width: 30%;
    color: white;
    font-size: 11.5px;
    margin-top: 10px;
    font-style: italic;
    text-align: center;
}
/*** Generique ***/
a {
	color: #68634D;
	text-decoration: none;
}
a img { border-width: 0; }

.acenter { text-align: center; }
.aright { text-align: right; }
.block { display: block; }
.fleft { float: left; }
.fright { float: right; }
.clear { clear: both; }

.underline { text-decoration: underline; }

/*** Structure ***/
body {
	background: url(../img/bg_big_2020.jpg) center 173px no-repeat #dce6f2;
			/* #dbd8c5 || #b1af9e */
	color: #68634D;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
body#offline {
	background-image: none;
	background-color: #dce6f2;
}

#header {
	/*background: #fff url(../img/bgT.gif) repeat-x 0 41px;*/
	background-color: #fff;
	border-bottom: 5px solid #dce6f2;
	padding-top: 7px;
	width: 100%; /*useless?*/
}

#content {
	background-color: white;
	margin: 0 auto;
	min-height: 530px;
	padding: 10px 20px 20px;
	text-align: left;
	width: 910px;
	font-size: 12px;
}
#content.home {
  	background-image: url('../img/offline/avion_2020.jpg');
  	background-position: 140px 160px;
  	background-repeat: no-repeat;
  	position: relative;
  	height: 630px;
}

#content > .colLeft.col2 { width: 300px; }
#content > .colRight.col2 { width: 600px; }
#content > .colLeft.col2 h2:first-child,
#content > .colRight.col2 h2:first-child { margin-top: 0px; }

#content #qui-sommes-nous {
	margin: 50px 0;
	font-size:15px;
	line-height:20px;
}
table.team {
	margin-top: 50px;
}
table.team td {
	padding: 0 50px;
}
table.team td.qsn-titre {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
}
table.team td.qsn-texte {
	padding: 0 50px;
	text-align: justify;
}
table.team td.qsn-pied {
	font-size: 0.9em;
	font-style: italic;
}
table.team td.qsn-pied span.nom {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

table.team td.right {
	text-align: right;
}
table.team td.left {
	text-align: left;
}

#footer {
	/*background: url("../img/bg_footer.gif") no-repeat scroll center top #ECE9D4;*/
	background-color: #b9cde5;
	font-size: 10px;
	height: 122px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 950px;
}
#footer a.faq {
	font-weight:bold;
	font-size:14px;
	color:#E28827;
}

/*** Header ***/
#header-sup {
	color: #68634D;
	height: 120px;
	margin: 0 auto;
	position: relative;
	width: 950px;
}

.langues {
	height: 23px;
	padding-top: 45px;
/* 	margin-left: 300px; */
	vertical-align: bottom;
	margin-left: 30px;
}
.langues .langue {
	display: block;
	height: 23px;
	margin-right: 2px;
	position:relative;
	width: 32px;
	margin-left: 5px;
}
.langues .imgLangue {
	bottom: 20px;
	display: none;
	left: 1px;
	width: 30px;
	position: absolute;
}
.langues .export {
	background: url(../img/icones/page_white_excel.png) no-repeat;
	padding-left:22px;
	margin-left:16px;
}
/*.langues .langue:hover .imgLangue {
	display: block;
}*/

#logo-marque { height: 90px; }

#header-sup .aright a {
	border-left: 1px dotted #68634D;
	padding: 0 0 0 25px;
	background-position: 5px 2px;
	background-repeat: no-repeat;
}
.cache {
	background-image:url("../img/icones/page_refresh.png");
}
.logout {
	background-image:url("../img/icones/disconnect.png");
}

#navigation li a + ul,
#navigation li span + ul { display: none; }
#navigation li:hover > a + ul,
#navigation li:hover > span + ul { display: block; }

/*** Footer ***/
#footer dl {
	border-right: 1px solid #dce6f2;
	float: left;
	height: 100px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 10px;
	width: 210px;
}

#footer dt {
	font-weight: bold;
	text-transform: uppercase;
}

#footer dd { margin: 0; }

#footer ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

#footer li { list-style: none outside none; }

/*** Content ***/
h1 { margin: 20px 0 10px; }
h1:first-child { margin-top: 5px; }
h1:first-letter { text-transform: capitalize; }

.breadcrumb {
	/*font-size:15px;
	background-color: #ECEBDF;
	padding:2px;*/
	/*text-transform: uppercase;*/
	margin:0px;
	width: 100%;
}
.breadcrumb span.sep {
	font-size:14px;
	padding:0px 8px;
	color:#008095; 
	font-weight:bold;
	/*text-shadow: 1px 1px 1px rgba(6, 212, 249,.5);-*/
}
.breadcrumb + h1 { 
	margin-top: 5px; 
	margin-bottom: 0px;
}
h2 { margin: 10px 0 0; }
h1 + div >  h2:first-child {
	margin-top:0px;
}
h2,
.ui-dialog .ui-dialog-titlebar {
	border-bottom:1px solid #008095;
	color: #008095;
	font-size: 1.3em;
	line-height: 1.3em;/* IE */
	font-weight: bold;
	padding: 5px;
}
h2:first-letter,
.ui-dialog .ui-dialog-titlebar:first-letter { text-transform: capitalize; }

h2 img {
	cursor:pointer;
	padding:4px 6px 1px 6px;
	margin:0px 1px;
	border-radius:5px 5px 0 0;
	background-color: #008095;
	border:1px solid #008095;
	position:relative;
	top:11px;
}
h2 img.selected {
	background-color: #00c8ea;
	cursor:default;
}
h2 img:FIRST-CHILD {
	margin-left:12px;
}
.section,
.ui-accordion .ui-accordion-content.section {
	/*background-color: #ECE9D4;*/
	background-color: #dce6f2;
	background-image: none;
	margin: 0 1% 0 3%;
	padding: 10px 1% 10px 1%;
}
.section p { margin:5px 10px; }

.accordion-faq  .section,
.accordion-faq .ui-accordion .ui-accordion-content.section {
}

#content .modalDialog {
	background-color: transparent;
	background-image: none;
	position:fixed;
}
#content .modalDialog .ui-dialog-titlebar { background-color: white; }
#content .modalDialog .ui-dialog-content { padding: 0; }

.flash {
	border: 2px solid #68634D;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 5px;
	padding: 1em;
	text-align: center;
}
.flash.flash_success {
	background-color: #BBE3EA;
	border-color: #008095;
	color: #008095;
}
.flash.flash_failure {
	background-color: red;
	color: white;
}

/* data */
.data .impair { background-color: white; }
.data .last { border-bottom-style: none !important; }
.data .canceled { background-color: rgba(200,90,90,0.3); }
.data .canceled.impair { background-color: rgba(250,150,150,0.3); }

.data img {
	border-left:1px solid #008095;
	cursor: pointer;
	padding:  5px;
}
.data img:hover { background-color: #BBE3EA; }

/* table.data */
table.data {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 99%;
}
table.data tr {
	height: 3em;
	border-bottom: 1px solid #008095;
}

table.data th {
	background-color: #008095;
	color: white;
}
table.data .impair th { 
	background-color: #00c8ea; 
	border-left: 1px solid #008095;
}

table.data td,
table.data th {
	text-align: center;
	border-left: 1px solid #00c8ea;
}
table.data td + th {
	border-left-style: none;
}
table.data td:first-child,
table.data th:first-child {
	border-left-style: none;
}
/* ajout dispo */
table.data td.ma_dispo {
	font-size:1.2em;
	font-weight: bold;
}
table.data tr {
	background-color: #ECE9D4; 
}
table.data tr.total:hover td,
table.data tr:hover td{
	background-color: #B2EEF9;
}
table.data tr.total.impair:hover td,
table.data tr.impair:hover td{
	background-color: #b1e8f7;
}
table.data tr.total:hover td.ma_dispo,
table.data tr:hover td.ma_dispo {
	background-color: rgba(0,255,80,0.3);
}
/* ajout total */
table.data tr.total {
	background:none;
	border:none;
}
table.data tr.total td {
	background:#ECE9D4;
}
table.data tr.total:hover td:first-child,
table.data tr.total.impair td:FIRST-CHILD,
table.data tr.total td:FIRST-CHILD {
	border:none;
	background:none;
}
/*
tr.total td:FIRST-CHILD+td
{
	border-left : none;
}
*/
table.data tr.total.impair td {
	background-color: white;
}
tr.total td {
	border-top: 1px solid #008095;
}
/* ajout jour */
table.data tr.days {
	height: 2em ;
	border-bottom : none;
	color:#68634D;
	background: none;
}
tr.accordion {
	cursor: pointer;
}
tr.days.impair {
	background: none;
}
tr.days.impair td:first-child,
table.data tr.days:hover td:first-child {
	background: none;
}
tr.days td:first-child {
	width:11%;
	border-bottom: none;
	background: none;
}
tr.days th { 
	width : 11%;
	background: #009ab5;
	border-bottom: 1px solid #009ab5;
}
tr.days.impair th{
	background: #32d3ef;
	border-left:none;
}
tr.days td {
	background: #f3f2e9;
	border-bottom: 1px solid grey;
}
tr.days.impair td{
	background: #fcfbf9;
}
tr.days.last td, 
tr.days.last th {
	border-bottom: 1px solid #009ab5;
}
/* overide accordion */
table.ui-accordion tr.ui-accordion-header {
	height: 3em;
	border: none;
	border-bottom: 1px solid #008095;
	display : table-row;
	position:inherit;
	background:none;
	font-weight: normal;
	color:inherit;
}
table.ui-accordion tr.ui-accordion-header.impair {
	background-color:white;
}
/* div.data */
div.data .resultat {
	border-bottom: 1px solid #008095;
	padding:10px;
}

/* page voldemande/suivi */
div.data .resultat .suiviIdent { width: 25%; word-wrap:break-word;}
div.data .resultat .suiviActions { width: 17%; }
div.data .resultat .suiviMain {
	padding-left: 1%;
	width: 45%;
}
div.data .resultat .suiviRemarque { 
	border-left: 1px solid #008095;
	margin-top: 10px;
	padding: 1%;
	width: 80%;
}

div.data .resultat .suiviMain table { 
	border-spacing: 0px;
	width: 100%;
}
div.data .resultat .suiviMain table th { width: 16%; }
div.data .resultat .suiviMain table td {
	border-left: 1px solid #ACACAC;
	text-align: center;
	width: 28%;
}
/* affichage des vols */
.suiviVols {
	overflow:auto;
	width:100%;
	float:left;
}
.suiviVols table {
	font-size:11px;
	border-collapse:separate;
	border-spacing: 1px 3px;
}
.suiviVols td,.suiviVols th {
	/*background-color: #FDFBE8;*/
	border-left: 1px solid #ACACAC;
	padding-left:3px;
}
.suiviVols span,.suiviVols a {
	font-size:14px;
	border-bottom:1px dashed #ACACAC;
	text-align:right;
	margin-top:6px;
	Padding:2px 5px;
	display:block;
}
.suiviVols a {
	padding-right:20px;
	background-image:url('../img/icones/zoom.png');
	background-position: right center;
	background-repeat: no-repeat;
}
.suiviVols a:hover {
	background-image:url('../img/icones/zoom_in.png');
}
.suiviVols a.selected,
.suiviVols a.selected:hover {
	background-image:url('../img/icones/zoom_out.png');
}

/*** Site/dossier ***/
.dlobject {
	background-color: white;
	border: 1px solid #008095;
	cursor: pointer;
	display: block;
	font-weight:bold;
	min-height: 136px;
	margin: 5px 10px;
	padding: 5px;
	position: relative;
	text-align: center;
	min-width: 96px;
}
.dlobject:hover { background-color: #BBE3EA; }
.dlobject span { display: block; }
.dlobject .file { 
	height: 96px; 
	margin: 5px auto;
	line-height: 96px;
	width: 96px;
}
.dlobject .file img {
	max-height: 96px;
	max-width: 96px;
	vertical-align: middle;
}

.bookmarks {
	list-style: square inside url(/img/icones/link_go.png);
	margin: 0;
	padding: 0;
}
.bookmarks li {
	padding: 5px 0 0;
}
.bookmarks li a {
	border-bottom: 1px dashed #00c8ea;
	vertical-align: top;
}


  /******************/
 /*** FORMULAIRE ***/
/******************/
/* Layout */
form * {
	margin:0;
	padding:0;	
}
.formSectionHeader {
	border-bottom:1px solid #008095;
	color: #008095;
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 5px;
}
.formSectionHeader:first-letter {
	text-transform:capitalize;
}
.formSection {
	background-color:#ECE9D4;
	margin:0 1% 0 2%;
	padding:10px 1% 10px 1%;
}
.formSection > .formLeft,
.formSection > .formRight {
	display: inline-block;
	margin-right:1px;
	vertical-align: top;
	width:49%;
}

.formCheckbox,
.formPassword,
.formRadio,
.formRule,
.formSelect,
.formSubmit,
.formText, 
.formTextarea {
	margin:0 0 5px;
}
.formMultiCheckbox ,
.formRadio {
	display: block;
	text-align:center;
}
.formMultiCheckbox{
	margin:8px;
}

.formSubmit {
	padding-left:35%;
}

option[disabled] {
	display:none;
}

/* Erreurs */
ul.errors {
	list-style: none outside none;
	margin: 0 0 0 20%;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}
ul.errors { padding: 0px; }
ul.errors li { margin: 0px; padding: 0px; }

.errors .asterisk,
.errors ul.errors
{ color: red; }
.errors input { background-color: #BBE3EA; }
/*.errors input { background-color: #00C8EA; }*/

div.errors {
	background-color: red;
	border: 2px solid #68634D;
	padding: 5px 0;
}

.errors ul.errors,
.errors .asterisk,
.errors label {
	color: white;
	font-weight: bold;
}
.errors ul.errors {
	margin-left: 2%;
}

/* Labels */
.formCheckbox label,
.formPassword label,
.formSelect label,
.formText label, 
.formTextarea label {
	display:inline-block;
	margin:0;
	text-align:right;
	vertical-align: baseline;
	width:47%;
}
.formTextarea label{ 
	padding-top: 3px;
	vertical-align: top;
}
.formCheckbox label:after,
.formPassword label:after,
.formSelect label:after,
.formText label:after, 
.formTextarea label:after
{
	content: " :";
}
.formCheckbox input[type=checkbox] + label:after { content: ""; }

#logengine .formPassword label,
#logengine .formText label,
#searchengine .formCheckbox label,
#searchengine .formSelect label,
#searchengine .formText label, 
#searchengine .formTextarea label {
	color: #fff;
	font-weight: bold;
}

/* Champs */
.formCheckbox > input[type=checkbox],
.formPassword > input[type=password],
.formSelect > select,
.formText > input[type=text], 
.formText > span.ui-spinner, 
.formTextarea > textarea {
	margin-left:49%;
	vertical-align: baseline;
}
.formText > span.ui-spinner { vertical-align: middle; }

.formCheckbox label + input[type=checkbox],
.formCheckbox label + input[type=hidden] + input[type=checkbox],
.formPassword label + input[type=password],
.formSelect label + select,
.formText label + input[type=text], 
.formText label + span.ui-spinner, 
.formTextarea label+textarea {
	margin-left: 1%;
	max-width: 49%;
}

.formPassword input[type=password],
.formText input[type=text], 
.formTextarea textarea {
	width: 49%;
}
.formPassword input[type=password][size],
.formText input[type=text][size], 
.formTextarea textarea[cols] {
	width: auto;
}
.formPassword input[type=password][size=""],
.formText input[type=text][size=""], 
.formTextarea textarea[cols=""] {
	width: 49%;
}

.formRadio .ui-button.ui-corner-left { border-right-style: none; }
.formRadio .ui-button.ui-corner-right { border-left-style: none; }

/* Boutons */
input[type=submit],
input[type=submit].ui-state-default, 
.ui-widget-content input[type=submit].ui-state-default, 
.ui-widget-header input[type=submit].ui-state-default,
a.type-submit.ui-state-default
{
	border: 1px solid #dce6f2;
	cursor: pointer;
	margin-right: 5px;
/* 	min-width: 102px; */
	text-transform: uppercase;
}
input[type=reset],
input[type=reset].ui-state-default, 
.ui-widget-content input[type=reset].ui-state-default, 
.ui-widget-header input[type=reset].ui-state-default,
a.type-submit.ui-state-default
{
	border: 1px solid #00C8EA;
	cursor: pointer;
	margin-right: 5px;
/* 	min-width: 102px; */
	text-transform: uppercase;
}
a.type-submit
{
	display: inline-block;
	padding: .4em 1em;
}
.ui-widget.type-submit
{
	font-size: 0.9em;
}
.ui-spinner a.ui-spinner-button:hover {
	background-color: #00C8EA;
}

/* autre */
.formRule {
	border-style:solid none;
	border-bottom: 1px solid #00C8EA;
	border-top: 1px solid #008095;
	margin-top:5px;
}
.hr-sep-voldemande-ajax-part{
	border-style:solid none;
	border-bottom: 1px solid #00C8EA;
	border-top: 1px solid #008095;
	margin-top:5px;
    width: 568px;
    margin-left: 275px;
    margin-bottom: 10px;
    margin-top: 10px;
}
/* autocomplete */
.ui-autocomplete{
	max-height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ui-menu-item {
	font-size : 12px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #008095;
	background: #00C8EA ;/*url(images/ui-bg_highlight-soft_25_67b021_1x100.png) 50% 50% repeat-x;*/
}

  /******************/
 /*** NAVIGATION ***/
/******************/
/* Layout */
#navigation {
	/*color: #68634D; */
	font-size: 11px; 
	font-weight: bold;
	margin: -5px auto 0 auto; 
	text-align: left;
	text-transform: uppercase;
	width: 940px; 
}

/* Generique */
#navigation * { z-index: 50; }
#navigation a { cursor: pointer; }
#navigation span { cursor: default; }
#navigation ul { list-style: none outside none; }

#navigation a,
#navigation span {
	text-decoration: none;
	/*white-space: nowrap;*/
}

#navigation > ul > li * { z-index:-1; }

/* Horizontale */
#navigation > ul > li,
#navigation > ul > li > a,
#navigation > ul > li > span {
	/*background: url(../img/bg_nav_2.gif) right 4px no-repeat transparent;*/
	background-color: #1f497d;
	border-radius: 5px 5px 0 0;
	display: block;
	float: left;
	position: relative; 
}
#navigation > ul > li {
	background-position: right 4px;
	height: 40px;
	margin-right: 2px;
}
#navigation > ul > li > a,
#navigation > ul > li > span {
	background-position: left 4px;
	color:#ffffff;
	height: 14px;
	padding: 13px 8px;
}

#navigation > ul > li:hover { background-position: right -160px; }
#navigation > ul > li:hover > a,
#navigation > ul > li:hover > span { background-position: left -160px; /*color:#735f42;*/ }
#navigation > ul > li.rouge { background-position: right -388px; }
#navigation > ul > li.rouge > a,
#navigation > ul > li.rouge > span { background-position: left -388px; color: #fff; }
#navigation > ul > li.rouge:hover { background-position: right -484px; }
#navigation > ul > li.rouge:hover > a,
#navigation > ul > li.rouge:hover > span { background-position: left -484px; }
#navigation > ul > li.warning { background-position: right -338px; }
#navigation > ul > li.warning > a,
#navigation > ul > li.warning > span { background-position: left -338px; color: #fff; }
#navigation > ul > li.warning:hover { background-position: right -544px; }
#navigation > ul > li.warning:hover > a,
#navigation > ul > li.warning:hover > span { background-position: left -544px; }

#navigation > ul ul {
	background: #dce6f2;
	border: 1px solid #b9cde5;
	display: none;
	left: 0; 
	list-style: none;
	margin: 0; 
	padding: 0;
	position: absolute; 
	top: 40px;
}

/* Vertical */
#navigation > ul ul ul {
	left: 130px;
	margin-top: -1px;
	top: 0; 
}
#navigation > ul > li > ul {
	border-top-style: none;
}

#navigation > ul ul > li {
	float: left;
	border-top: 1px solid #1f497d;
	position: relative;
}
#navigation > ul ul > li:first-child {
	border-style: none;
}
#navigation > ul ul > li > a,
#navigation > ul ul > li > span {
	float: left;
	width: 125px;
	/*color: #735f42;*/
	/*height: 21px;*/
	line-height: 21px;
	padding: 3px;
}
#navigation > ul ul > li:hover > a,
#navigation > ul ul > li:hover > span {
	background-color: #b9cde5;
}

  /***********************/
 /*** Surchage Jquery ***/
/***********************/
.ui-widget {
	font-family: Arial,Verdana,sans-serif;
	font-size: 1em;
}
.ui-widget-header {
	background:none;
	border:0; 
}
.ui-widget-content { border: none; }

.ui-tabs .ui-tabs-nav { padding: 0; }
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border: 1px solid #008095;
	padding: 1em 1.4em;
	background-image:url(../img/bg_searchengine_2.png);
	background-position: bottom;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #008095;
	background: #4bacc6;
	font-weight: bold;
	color: #ffffff;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background: #1c3c6b;
	font-weight: bold;
	color: #fff;
}

.accordion-faq .ui-state-default,
.accordion-faq .ui-widget-content .ui-state-default,
.accordion-faq .ui-widget-header .ui-state-default {
	border: 1px solid #1c3c6b;
	background: #1c3c6b;
}
.accordion-faq .ui-state-active,
.accordion-faq .ui-widget-content .ui-state-active,
.accordion-faq .ui-widget-header .ui-state-active {
	background: #4bacc6;
}

#locobook-reset {
	background: #d90000;
	font-weight: bold;
	color: #fff;
	
}
  /********************/
 /*** log + index  ***/
/********************/
#logengine,
#searchengine {
	background: url("../img/bg_bottom_searchengine.png") no-repeat scroll center bottom transparent;
	font-size: 12px;
	padding-bottom: 30px;
	position: relative;
	width: 415px;
	z-index: 5;
}
#logengine {
	position: absolute;
	left: 500px;
	top: 300px;
}
#searchengine {
	float: left;
	margin: 55px 0 0 -20px;
}

#log-tabs,
#search-tabs { 
	background: none; 
	padding:0;
}

#passforget{
	float: right;
    color: white;
    font-style: italic;
    margin-top: -15px;
}

#log-tabs > ul > li:nth-child(2){
	display: none;
}

#logo-irw > a > img{
	width: 265px;
	height: 103px;
}


#logengine .ui-tabs .ui-tabs-panel,
#searchengine .ui-tabs .ui-tabs-panel {
background: #00c8ea; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYzhlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDgwOTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #00c8ea 0%, #008095 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00c8ea), color-stop(100%,#008095)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #00c8ea 0%,#008095 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #00c8ea 0%,#008095 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #00c8ea 0%,#008095 100%); /* IE10+ */
background: linear-gradient(to bottom, #00c8ea 0%,#008095 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c8ea', endColorstr='#008095',GradientType=0 ); /* IE6-8 */

	background: #1c3c6b;
}

/** Cas de session expirée **/
p.expire { 
	color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 15% 0;
    text-align: center;
}
p.expire a{color:#DFFBFC;}

.ADD_MD_field>label, .more_option>label{
	display:none;
}

 #_BTN_ADD_VOL_MD>span:first-child{
	display:none;
}
#span_icon_plus{
	display: block;
    margin-top: -11px;
}

#_BTN_PLUS_OPTIONS{
    width: 115px;
    position: absolute;
    margin-left: 267px;
    margin-top: -40px;
    text-align: center;
    background: none;
    border: none;
 }

#_BTN_ADD_VOL_MD{
	width: 33px;
    height: 33px;
    position: absolute;
    border-radius: 23px;
    margin-left: 340px;
    margin-top: -40px;
    font-size: 35px;
    text-align: center;
}

.formMultiCheckbox{
	margin-bottom:5px;
    display: inline-block;
    width: 100%;
}

.formMultiCheckbox > label:first-child{
    color: #fff;
    font-weight: bold;
    margin: 0;
    float: left;
    margin-left: 89px;
    width: 27%;
}

.formMultiCheckbox > label:nth-child(2){
	margin-left:-14px;
}

.formMultiCheckbox > label:nth-child(3){
	margin-left:8px;
}

.formMultiCheckbox > label:nth-child(4){
	margin-left:12px;
}

.formMultiCheckbox > label:not(first-child){
    float: left;
    margin-top: 2px;    
    color: #fff;
    display: flex;
    align-items: center;
}

.cabine_field{
	margin-bottom : 25px;
}

#showPDV{
	border: 1px solid #c5c5c5;
}

.contentPDV table tbody td{
	padding:5px;
}

.contentPDV table thead th{
	width: 100%
}

.inp-show-pdv{
    border: 1px solid #00C8EA;
    cursor: pointer;
    background: #008095;
    color: white;
}
	
.alertLabel{
	padding: 5px 0;
	border: 2px solid #68634D;
	background-color: red;
	color : white;
}

.hrefNbPax{
	    display: inline-block;
}

.divNbPaxGroupeModal, .divPaxGroupe{
	display:none;
}

.list_pax_new{
	width: 205px;
    float: left;
}

.list_pax_new_hidden ul{
	height: 60px;
	overflow: hidden;
}

.list_pax_new ul{
	list-style-type: none;
	padding: 0;
}

.total_pax{
	width: 53px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

.showpax{
	width: 50px;
    height: 23px;
    position: absolute;
    margin-top: 75px;
    font-size: 13px;
    color: blue;	
}

.showpax:hover{
	cursor: pointer;
}

.display_none{
	display: none;
}

#_heure_convoc{
	width: 10%
}

.disabled_modif{
	cursor: not-allowed !important;
}

.chemin_de_vol{
	text-align: right;
	display: none;
}

#retour_dossier{
	margin-top: 45px;
    margin-left: 10px;
    margin-bottom: 20px;
}