.HILI {
	background: #ffff42;
}

.fixedFromScrolling {
	top: 65px;
	position: fixed;
	width: inherit;
	display: none;
	z-index: 11;
}

.scrollStyle {
	width: 300px;
	height: 200px;
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
}

.scrollTabStyle {
	display: block;
	overflow-x: hidden;
}

.scrollTabBodyStyle {
	height: 50%;
	overflow-y: auto; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
	display: block;
}

.divScrollStyleHaft {
	display: inherit;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
/* 	max-height: 400px; */
/* 	height: 30%; */
}

.divScrollStyleFull {
	display: inherit;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	max-height: 500px;
	height: 60%;
}

.divScrollStyleEnd {
	display: inherit;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
/* 	max-height: 390px; */
	height: 90%;
}

.divScrollStyleEnd_ios14 {
	display: inherit;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	max-height: 390px;
	height: 90%;
}
ul.ui-autocomplete {
	z-index: 1100;
}

.errMsg {
	color: #EB0D5B;
	position: absolute;
	z-index: 1;
	top: 20%;
	/*     left: 65%; */
}

@media ( min-width : 1200px) {
	.errMsg {
		right: 5%;
	}
}

@media ( max-width : 1199px) {
	.errMsg {
		left: 50%;
	}
}

.errMsgInline {
	display: inline;
}

table.dataTable thead th, table.dataTable thead td, table.dataTable tbody th,
	table.dataTable tbody td {
	padding: 0 10px;
}

.paginate_button a {
	color: black;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0;
}

table.dataTable {
	border-collapse: collapse;
}

.signature-component {
	text-align: left;
	display: inline-block;
	max-width: 100%;
	h1
	{
	margin-bottom
	:
	0;
}

h2 {
	margin: 0;
	font-size: 100%;
}

button {
	padding: 1em;
	background: transparent;
	box-shadow: 2px 2px 4px #777;
	margin-top: .5em;
	border: 1px solid #777;
	font-size: 1rem;
	&.
	toggle
	{
	background
	:
	rgba(
	red
	,
	.2
	);
}

}
canvas {
	display: block;
	position: relative;
	border: 1px solid;
}

img {
	position: absolute;
	left: 0;
	top: 0;
}

}
.td-string {
	text-align: left;
}

.td-numeric {
	text-align: right;
}

#tab_bra_signature td {
	border: none;
}

.correction input {
	border: none;
	box-shadow: none;
	text-align: right;
	padding-right: 2px
}

.arrow {
	background-image: url(./img/arrow.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 15%;
	background-position-x: 90%
}

.arrow-supply {
	background-image: url(./img/arrow.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 15%;
    background-position-x: 85%;
    background-position-y: 20%;
}

.text-center {
	text-align: center;
}

.ajust-top {
	width: 2.5px;
	height: 50%;
	border: 2.5px solid red;
	position: absolute;
	top: 0;
	left: -3px;
}

.ajust-bottom {
	width: 2.5px;
	height: 50%;
	border: 2.5px solid red;
	position: absolute;
	bottom: 0;
	left: -3px;
}

.ajust-left {
	width: 50%;
	height: 2.5px;
	border: 2.5px solid red;
	position: absolute;
	left: 0;
	top: -3px;
}

.ajust-right {
	width: 50%;
	height: 2.5px;
	border: 2.5px solid red;
	position: absolute;
	right: 0;
	top: -3px;
}

.ajust-all {
    width: 100%;
    height: 2.5px;
    border: 2.5px solid red;
    position: absolute;
    left: 0;
    top: 0px;
}

.info-box {
	color: #F5F5F5;
	padding: 2em;
}

.error-msg {
	background-color: #D80A0A;
}

.wizard-msg {
	background-color: #673AB7;
}

.field-block {
	padding: 0.2em 2em;
}

.field-block .field-label {
	font-weight: bold;
}

.msg-body {
    white-space: pre-wrap;
}

@font-face {
	font-family: "Cambria Math";
	panose-1: 2 4 5 3 5 4 6 3 2 4;
}

@font-face {
	font-family: Calibri;
	panose-1: 2 15 5 2 2 2 4 3 2 4;
}

@font-face {
	font-family: Cambria;
	panose-1: 2 4 5 3 5 4 6 3 2 4;
} /* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal {
	margin: 0cm;
	margin-bottom: .0001pt;
	font-size: 11.0pt;
	font-family: "Calibri", sans-serif;
	mso-fareast-language: EN-US;
}

a:link, span.MsoHyperlink {
	mso-style-priority: 99;
	color: #0563C1;
	text-decoration: underline;
}

a:visited, span.MsoHyperlinkFollowed {
	mso-style-priority: 99;
	color: #954F72;
	text-decoration: underline;
}

span.EmailStyle17 {
	mso-style-type: personal-compose;
	font-family: "Calibri", sans-serif;
	color: windowtext;
}

.MsoChpDefault {
	mso-style-type: export-only;
	font-family: "Calibri", sans-serif;
	mso-fareast-language: EN-US;
}

@page WordSection1 {
	size: 612.0pt 792.0pt;
	margin: 70.85pt 70.85pt 70.85pt 70.85pt;
}

div.WordSection1 {
	page: WordSection1;
}

.msg-info .msg-attachment a{
	text-decoration: none;
	color: black
}
.fct-list-center{
	position: absolute;
    background-color: #082874;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-top: 3px;
    margin-left: -7px;
}
.center-item {
	display: inline-block;
    width: 72px;
    margin: 10px;
    background: white;
    color: black;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
}
.center-toggle {
    bottom: -34px;
    left: 63px;
    cursor: pointer;
    background: url(./img/dropdown.png);
    background-size: 100% 100%;
    height: 34px;
    padding: 5px 3px 0 3px;
    color: white;
}

input[type="radio"], input[type="checkbox"] {
    box-shadow: none;
}

#div_print_bra {
	position: absolute;
    right: 300px;
    top: 5px;
}

.search-header {
	width: 88%;
	margin: 20px auto;
}

.btn-cdg {
    border-radius: 3px;
    cursor: default;
}
.menu-params-detail {
	cursor: pointer; cursor: hand;
}

.quantity-spml {
	text-decoration: underline;
	cursor: pointer;
	font-style: italic;
}

#table_spml_code {
	line-height: 20px;
}
.bra-sign-label {
	height: 40px;
}
.div-acces-vol {
	height: 34px;width: 52px; margin: auto;cursor: pointer;
}
.flight-normal{
	width: 85%;margin-left: -8px;
}
.flight-actionner {
	bottom: 5px; position: relative;
}
#chk-label {
	font-size: 1.2em; font-weight: bold;margin-top: 5px;text-transform: uppercase;
}
.flight-close-btn {
	width: 45%;
    position: relative;
    bottom: 47px;
    left: 27px;
}
.flight-valid-btn {
	width: 30%;
    position: relative;
    bottom: 25px;
    left: 5px;
}
#Hotellerie {
	background-color: #e9eff9;
}
.hetellerie-header {
	display: block;text-align: center;padding-top: 10px;
/* 	background-color: #e9eff9; */
}
.hotellerie-content {
	margin: 2%;background-color: white;border-radius: 7px;margin-top: 10px;padding-top: 20px;
}

.hotellerie-content table tbody td {
	border: none;
}

#div_offices {
	float: right;
	position: relative;
	height: 75vh;
}

.pont-item {
	margin-right:5px; display: inline-block;border-radius: 6px;color: white; cursor: pointer;
/* 	padding: 5px 15px; */
/* 	background: linear-gradient(135deg, rgba(8,40,116,1) 0%,rgba(0,26,102,1) 50%,rgba(0,10,86,1) 51%,rgba(0,30,107,1) 100%); */
}


.div-separate {
	border: dashed 0.5px black;
	display: inline-block;
}

.office-item {
	text-decoration: underline;
	cursor: pointer;
	width: 35px;
	height: 35px;
	text-align: center;
	float: right;
    display: inline-block;
}

.galleys {
	text-align: center;
}

.galley-item {
	background-color: rgb(8,40,116);color: white;margin: 10px auto; height: 30px;border-radius: 6px;line-height: 30px;cursor: pointer;text-align: center;
/* 	max-width: 150px; */
	display: inline-block;
/* 	min-width: 120px; */
	width: 170px;
}

.img-hotellerie {
	width: 40px;
/* 	margin-top: 10px; */
	cursor: pointer;
}
/* .hotellerie-action { */
/* 	position: absolute; */
/* 	bottom: 50px; */
/*     right: -95%; */
/* } */
.log-item {
	cursor: pointer;
}
.dot-level-1 {
	background: lightgray;padding-left: 5px; border-radius: 4px;height: 30px;line-height: 30px;
}
.dot-level-2 {
	background: #ececec;padding-left: 25px; border-radius: 4px;cursor: pointer;height: 30px;line-height: 30px;
}
.dot-level-3 {
	background: rgb(204, 255, 255);padding-left: 45px; border-radius: 4px;cursor: pointer;height: 30px;line-height: 30px;
}
.presta {
	height: 30px;
    line-height: 30px;
/*     padding-left: 10px; */
    border-radius: 3px;
}
.presta.special {
	background-color: bisque;
}
.presta.validated {
    background-color: green;
}
.presta.special.validated {
	background-color: lightgreen;
}
.presta.prs {
	background-color: yellow;
}
.presta.prs.validated {
	background-color: #009688;
}
.presta.adjusted {
	border-left: solid 5px red;
}
.presta span.codeClasse{
	float: right;
	margin-right: 5px;
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-webkit-keyframes fadeout {
    from { opacity: 1; }
    to { opacity: 0; }
}

@-moz-keyframes fadeout {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes fadeout {
    from { opacity: 1; }
    to { opacity: 0; }
}

.hideDiv {
	-webkit-animation: fadeout 0.5s ease-in;
    -moz-animation: fadeout 0.5s ease-in;
    animation: fadeout 0.5s ease-in;
}
.showDiv {
	-webkit-animation: fadein 0.5s ease-in;
    -moz-animation: fadein 0.5s ease-in;
    animation: fadein 0.5s ease-in;
}

.td-relative {
	position: relative;
}
.span-supply {
	position: absolute;
    font-size: 10px;
    margin-left: 5px;
    margin-top: 5px;
}

#hotellerie_action {
/* 	position: fixed; */
/*     bottom: 200px; */
    position: absolute;
    bottom: 120px;
}
.hotellerie-classe, .hotellerie-service, .hotellerie-noGrill  {
	float: right;
}
.classe-item, .service-item {
    width: 40px;
    border: solid 1.5px #082874;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    cursor: pointer;
    display: none
}

.signature-pad {
	border: 2px solid #082874; border-radius: 6px;
}
div.label-info {
    background-color: white;
    color: black;
    width: 15px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 13px;
    position: absolute;
}
.label-spml {
	line-height: 20px;
	display: inline-block;
}
.label-info-spml {
	margin-top: 10px;
}
@media (min-width:1200px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}
.itemlog {
	border: 1px solid #082874;
    border-radius: 4px;
    display: grid;
}
.col-item {
	padding: 5px 10px 5px 0;;
}
.separate-right {
	border-right: solid 1px;
}
.separate-left {
	border-left: solid 1px;
}
.logements {
	margin-bottom: 60px;
}
.div-label-dot {
	width: 100%;height: 13px;border-bottom: 1px solid black;text-align: center;margin-bottom: 10px;
}
.span-label-dot {
	font-size: 15px;background-color: #ffffff;padding: 0 10px;
}
.span-label-dot-right {
	margin-right: 20px;
    float: right;
}
.logement-part {
	margin: 10px 0;
    width: 100%;
}
.note-typdot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.vra-vda-item{
	display: inline-block; height: 200px;text-align: center;
/* 	width: 10%; */
}

.log-item.isARM {
    background: rgb(3,36,113);
    color: white;
}
.log-item.isDivers {
    background: #8a885d;
    color: white;
}
.log-item.isFour {
    background: rgb(46,117,182);
    color: white;
}
.log-item.isVRA {
    background: rgb(51,63,80);
    color: white;
}
.log-item.isVDA {
    background: rgb(31,78,121);
    color: white;
}
#btn_scroll_top {
    z-index: 99;
    position: absolute;
    bottom: 60px;
    right: 30px;
    background: #d5f3f3;
    width: 45px;
    height: 45px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}
#btn_scroll_top svg {
    color: rgb(26, 26, 27);
    margin: 0;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pont-active {
/* 	background: #4CAF50!important; */
}
.pont-desactive {
	background: #ccc!important;
}
.tr-hotellerie {
	background: none!important;border: none!important;
}
.tr-office-active .office-active {
	border: solid 1px #4caf50;
    border-radius: 50%;
}
.tr-office-active {
	background: rgba(0,0,0,.05)!important;
}
.galley-active {
	background: #4CAF50!important;
}
.log-desactive {
	background: #ccc!important;
	cursor: context-menu;
}
.log-active {
	background: #4CAF50!important;
}
.item-active {
	background: #4CAF50!important;
	color: white;
    border: 0;
}
#table_synthese_portrait tbody th {
    padding: 2px 20px;
}
.div-search-header {
	display: inline-block;
}
.search-typ-view {
	font-size: 20px;
    margin-right: 8px;
    cursor: pointer;
    color: #082874;
}
.view-active{
	color: #4CAF50;
}
#div_search_offGal, #div_search_Logement {
/* 	padding: 0; */
}
#div_search_Logement {
	margin-bottom: 50px;
}
.div-zone {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: red;
}
.item-multi-opts {
	display: inline-block!important;width: 100%;
}
.div-multi-opts-hotellerie {
	position: absolute!important;left: 100%;
}
.div-multi-opts {
	position: absolute!important;left: 100%;bottom: 49px;
}
.table-hotellerie {
	background-image: url(./img/hotellerie_fuselage.png);width: 100%; background-repeat: no-repeat;background-position-x: center;background-size: contain;
}
.span-open-close {
	width: 30px;
    height: 30px;
    text-align: center;
    border-left: 1px solid lightgrey;
    line-height: 30px;
}
.div-psv-portrait {
	line-height: 12px; font-size: 12px;margin-bottom: 3px;
}
#div_infoDot_label {
	height: 30px;
/*     margin-top: 20px; */
    font-style: italic;
    cursor: pointer;
    line-height: 30px;
}
.span-open-close-info {
	width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid lightgrey;
    line-height: 20px;
    display: inline-block;
    border-radius: 3px;
}
.icon-presta-popup {
	display: inline-block;
    width: 26px;
    height: 21px;
}
.desactiver-classe {
	opacity: 0.3;
}
.desactiver-service {
	opacity: 0.3;
}
.ajust-logement {
	border: 2px solid red;
}
.hotellerie-action-item{
	height: 40px; margin-bottom: 15px;
}
.img-noGrill {
	width: 35%; float: right;
}
.table-noGrille {
	width: 100%;margin: 20px auto;
}
.th-noGrille {
	background: #bd362f!important;border-radius: 6px;
}
.td-noGrille {
	border-bottom: solid 1px rgba(0, 0, 0, 0.25)!important;
}
.td-noGrille.ajusted {
	border-left: 2px solid red;
}
.td-center {
	text-align: center;
}
.td-right {
	text-align: right;
}
#cp_pnc .checkpoint, #cp_sup .checkpoint {
	height: 52px;
    line-height: 26px;
}
.tr-noGrill:hover {
/* 	font-size: 15.5px; */
}
.tr-noGrill.special {
	background: bisque!important;
}
.tr-noGrill.prs {
	background: yellow!important;
}
.table-noGrille .validated {
	background: green!important;
}
.table-noGrille .prs.validated {
	background: #009688!important;
}
.table-noGrille .special.validated {
	background: lightgreen!important;
}
.span-codeLog, .span-codeDot, .span-typDot, .span-codeBF {
	margin-left : 0;margin-right: 2px;
}
.span-codeLog {
	text-decoration: underline;float: left; margin-left: 2px;
}
.span-codeDot {
	font-size: 10px;float: right;
}
.span-typDot {
	font-size: 20px;float: right;
}
.span-codeBF {
	font-size: 13px;float: left;
}
#div_show_infoLog {
	text-align: right;
    padding-right: 20px;
}
.breadcrumb-pagination {
    width:96%;
    border-bottom:1px solid #E1E6EB;
    text-align:center;
    float:left;
    color:#B3B7C1;
    margin-bottom: 25px;
    margin-left: 2%;
    margin-right: 2%;
  }

.breadcrumb-pagination div {
    width: 25%;
    display:inline-block;
  }
  
.breadcrumb-pagination div span {
    margin:0 auto;
    display:block;
    border-radius:100%;
    height:30px;
    width:36px;
    padding:6px 0 0 0px;
    font-size:20px;
  }  
  
.completed span {
    background-color:NONE;
    color:#95db89;
    border:2px solid #95db89;
  }
    
.pont-active span {
    background-color:#00abc9;
    color:#fff;
  }
    
.todo span {
    background-color:none;
    color:#E1E6EB;
    border:2px solid #E1E6EB;
  }
    
.breadcrumb-pagination div p {
    text-align:center;
    line-height:0;
    margin:30px auto 25px;
  }
    
.pont-active p {
   border-bottom:2px solid #00abc9;
   padding-bottom:27px;
   margin-bottom:0px !important;
   color: #3c4043;
   font-weight:700;
}
.div-label-update{
	font-size: 12px;
}
.footer-load-flight {
	font-size: 12px;
}
.footer-load-flight:hover {
	color: #ffffff;
}
.div_col_row {
	margin-top: 5px;
} 
.div-ele-row{
	display: inline-grid;width: 13.5%;
}
#div_msg_noCoordinates {
	text-align: left;
	color: #082874;
}
#gloFilterContent {
	margin-bottom: 2rem;
    margin-top: 2rem;
}
.position-relative {
	position: relative;
}
.position-absolute {
	position: absolute;
}
.d-flex {
	display: flex;
}
.d-inline {
	display: inline;
}
.d-inline-block {
	display: inline-block;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.b-0 {
	bottom: 0;
}
.b-1 {
	bottom: 1px;
}
.b-2 {
	bottom: 2px;
}
.b-3 {
	bottom: 3px;
}
.b-4 {
	bottom: 4px;
}
.b-5 {
	bottom: 5px;
}
.p-03 {
	padding: 0.3rem;
}
.btn-global {
	border: solid 1px white;
    padding: 0 5px;
    margin: 5px 0;
}
.hide {
	display: none!important;
}