/** Generated by PG **/
@font-face {
	font-family: 'font-bold-db';
	src: url('/font/DB Helvethaica X Med.eot');
	src: local('☺'), url('/font/DB Helvethaica X Med.woff') format('woff'), url('/font/DB Helvethaica X Med.ttf') format('truetype'), url('/font/DB Helvethaica X Med.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: PGfontWeb;
	src: url('/font/db_helvethaica_x-webfont.eot'); /* IE9 Compat Modes */
	src: url('/font/db_helvethaica_x-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/font/db_helvethaica_x-webfont.woff') format('woff'), /* Pretty Modern Browsers */
	url('/font/db_helvethaica_x-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('/font/db_helvethaica_x-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face{
	font-family: PGFontWebMed;
	src: url('/font/DB Helvethaica X Med.eot');
	src: local('☺'), url('/font/DB Helvethaica X Med.woff') format('woff'), url('/font/DB Helvethaica X Med.ttf') format('truetype'), url('/font/DB Helvethaica X Med.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: PGFontWebBold;
	src: url('/font/DB Helvethaica X Bd.eot');
	src: local('☺'), url('/font/DB Helvethaica X Bd.woff') format('woff'), url('/font/DB Helvethaica X Bd.ttf') format('truetype'), url('/font/DB Helvethaica X Bd.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('/font-awesome/fonts/fontawesome-webfont.eot'); /* IE9 Compat Modes */
	src: url('/font-awesome/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
	url('/font-awesome/fonts/fontawesome-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('/font-awesome/fonts/fontawesome-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */font-weight: normal;
    font-style: normal;
}
.div-background{
    background-color: #FFFFFF;
}
.bg-booking{
	/*background-color: #25aae2;*/
	background-color: #ffffff;
	padding-bottom: 15px;
/*	-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3) ;
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3) ;*/
}
.col-2-4{
  flex: 0 0 20%;
  max-width: 20%;
}
.nav-color{
    padding: 0;
    background-color: rgba(255, 255, 255, 0.75);
}
.nav-booking{
    text-align: center;
    font-size: 21px;
    color: #0f4b84;
    padding-top: 10px;
    height: 50px;
    background-color: white;
}
.nav-booking:hover,.nav-booking:focus{
	/*background-color: #09396f;*/
/*	background-color: #25aae2;
	color: white;*/
}
.nav-active{
    color: white;
	background-color: #09396f;
}
a.nav-active:focus, a.nav-active:hover {
    text-decoration: none;
    color: white !important;
}
a.nav-booking:focus, a.nav-booking:hover {
    text-decoration: none;
    color: #0f4b84;
}
.col-label{
	/*font-family: PGFontWebMed;*/
	font-size: 18px;
	color: white;
	padding: 2px;
    font-size: 18px;
}
.label-select>span{
	color: white;
}
.input-text{
    width: 100%;
    text-align: left;
    height: 20px;
    /*font-family: PGFontWeb;*/
    border: 0;
    color: #12396e !important;
    padding: 0px 10px;
    font-size: 23px;
    line-height: 1;
	/*-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;*/
	/*box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;*/
	/*border: 2px solid #e6e6e6;*/
}
.input-text:focus{
	outline: none;
}
input:-webkit-autofill {
    background-color: white !important;
}
#origin,#destination{
	cursor: pointer;
}
.fill-alert{
    display: none;
    color: red;
    float: right;
    margin-bottom: 0;
    margin-right: 5px;
}
.empty-form{
    display: block;
}
.inside{
    position: relative;
	margin-top: -50px;
	z-index: 20;
	left: 0;
	right: 0;
    background-color: #09396f;
    padding: 0 0 0 0;
}
.focus-element{
    transition:opacity 0.3s linear;
    background-color: black;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -khtml-opacity: 0.30;
    -moz-opacity: 0.30;
    opacity: 0.30;
    z-index: 15;
}
.submit-flight{
    width: 100%;
    height: 50px;
    /*font-family: PGFontWebMed;*/
    font-size: 20px;
    color: white;
    background-color: #0f4b85;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.2s ease;
}
.submit-flight:hover{
    background-color: white;
    color: #0f4b85;
    font-weight: bold;
    border: 1px solid;
    border-color: #0f4b85;
    transition: all 0.2s ease;
}
.booking-light-btn {
    width: 100%;
    height: 50px;
    font-size: 21px;
    color: white;
    background-color: #00BBE4;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    border-radius: 25px;
    padding: 5px 15px;
    letter-spacing: 0.6px;
}
.selector-div{
	width: 100%;
	height: 52px;
	padding-left: 0px;
    padding-right: 0px;
    padding: 0px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    background-color: white;
}
.selector-div>span{
	padding-left: 10px;
}
.selector-div>input{
	cursor: pointer;
}
.passengers::after{
	font-family: 'FontAwesome';
    content: "\f078";
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -12px;
}
.passenger-selected{
	z-index: 10;
	overflow: hidden;
	/*height: 150px;*/
    width: 300px;
    background-color: white;
    border: 1px solid #e6e6e6;
    padding: 15px;
    padding-top: 5px;
    position: absolute;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(101, 101, 101, 0.2);
  	box-shadow: 2px 2px 3px 0px rgba(101, 101, 101, 0.2);
}
.num-passenger-type{
	border-bottom: 1px solid #18396d;
}
.num-passenger-type>div:last-child{
	padding-left: 0px;
}
.pax-title{
    /*font-family: PGFontWeb;*/
    font-size: 23px;
    color: #12396e;
    margin: 0;
    margin-top: 10px;
    line-height: 0.5;
}
.numberOfPax{
    width: 30px;
    border: 0;
	/*font-family: PGFontWebMed;*/
    font-size: 25px;
    color: #12396e;
    text-align: center;
    padding: 0;
}
.btn-pax{
	background-color: #12396e;
    border: 0;
    border-radius: 20px;
    height: 24px;
    width: 24px;
	margin-top: 10px;
	color: white;
	cursor: pointer;
    padding: 3px;
}
.btn-pax:active{
	background-color: #27528e;
	margin-top: 11px;
}
.confirm_pax:focus, .close_pax:focus, .btn-pax:focus{
    outline: none;
}
.confirm_pax{
    /*font-family: PGFontWebMed;*/
    background-color: white;
    border-radius: 5px;
    height: 29px;
    width: 110px;
    color: #12396e;
    line-height: 0.5;
    font-size: 25px;
    border: 2px solid #12396e;
    cursor: pointer;
}
.close_pax{
    /*font-family: PGFontWebMed;*/
    background-color: white;
    border-radius: 5px;
    height: 29px;
    width: 110px;
    color: #ff7474;
    line-height: 0.5;
    font-size: 25px;
    border: 2px solid #ff7474;
    cursor: pointer;
}
.promoCode{
	text-transform: uppercase;
}
.selectize-dropdown-content{
    padding: 0px 0px !important;
}
.selectize-dropdown-content > div > div{
    padding: 5px 12px;
    border-bottom: 1px solid #f7f7f7;
}
.selectize-input > input{
/*width: 100% !important;*/
}
/*-------------------------------------------- Date Picker customize style -------------------------------------------- */
.datepicker{
    border: 0;
    border-radius: 0 !important;
    box-shadow: 1px 1px 4px #7d7d7d;
    /*width: 260px;*/
    /*height: 260px;*/
    z-index: 10000 !important;
}
.datepicker table {
    width: 250px;
    height: 250px;
    font-size: 22px;
}
.calendar-div{
	padding-left: 0px;
    padding-right: 0px;	
}
.calendar{
	text-align: left !important;
	/*border-radius:0 !important;*/
	/*border-right: 1px #c3c3c3 solid;*/
	color: #12396e !important;
    background: url(/images/icon/booking-form/calendar.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 5px top 50% !important;
    background-color: white !important;
    /*background-color: #fbfbfb  !important;*/
}
.calendar-icon,.plus-icon{
    display: inline-flex;
}
.calendar-icon:after{
    content:url(/images/icon/booking-form/calendar.png);
    position: absolute;
    right: 10px;
    top: 16px;
}

.plus-icon:after{
    content: "\f067";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    right: 10px;
    top: 16px;
    color: #09396f;
}
.optgroup > div > i {
    font-size: 18px;
    color: #09396f;
}
/*.label-item:before{
    content: "\f041";
    content: "\f072";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-right: 5px;
}*/
.datepicker table tr td, .datepicker table tr th {
    border-radius: 0px !important;
}
.datepicker table tr td.active.active{
    background-color: #12396e !important;
    border-color: #12396e !important;
}
.datepicker table tr td.range{
    background-color: #aeddff !important;
    border-color: #aeddff !important;
}
.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted{
    background-color: #18396d !important;
    border-color: #18396d !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    border-radius: 0;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #cecece !important;
    cursor: not-allowed !important;
    background-color: white !important;
}
.disabled-input{
	background-color: #e2e2e2 !important;
}
.warnning-input{
	border: 1px solid #ffb1b1 !important;
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------- Car rental part ------------------------------------------------------------------------------------------------*/
.car-padding{
    padding-left: 10px;
    padding-right: 10px;
}
.arrowdown {
    background: url(/images/icon/booking-form/ic_dropdown.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 5px top 50% !important;
    background-color: white !important;
}
.input-form{
    width: 100%;
    -webkit-appearance: none !important;
    appearance: none !important;
    height: 40px;
    cursor: pointer;
    padding-left: 10px;
    border: 1px solid #efefef;
    /*font: 21px/normal PGfontWeb;*/
    font-size: 21px;
    -webkit-border-radius: 8px;
    border-radius: 0px !important;
    color: black;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(255,255,255,1);
}
.text-label {
    margin: 0px;
    font-size: 20px;
    color: #0a5195;
    /*font-family: PGFontWebMed;*/
    line-height: 1.4;
    cursor: pointer;
    padding: 0 10px;
}
.lineactive {
    border-bottom: 3px solid #0a5195;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Depart / Return route selection */
.cols{
    background-color: white;
    width: 900px;
    margin-left: 15px;
    margin-top: 5px;
    padding: 15px;
    position: absolute;
    z-index: 20;
	border-radius: 1px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
/*    display: inline-flex;*/
}
.cols>ul>div{
	padding-left: 0px;
	padding-right: 0px;
	/*width: 31.33%;*/
    margin-left: 5px;
}
.cole>li{
	display: inherit;
	list-style: none;
    font-size: 20px;
    padding-left: 15px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}
.cole>ul{
	/*font-family: PGFontWebMed;*/
    font-size: 20px;
    background-color: #09396f;
    color: white;
    padding-left: 15px;
}
.carousel-indicators{
    bottom: 40px;
}
.label-item{
    font-size: 23px;
    /*font-family: PGFontWeb;*/
    color: #12396e;
}
.label-item-country{
    font-size: 19px;
    color: #848484;
}
.label-detail-route{
    font-size: 19px;
    padding: 1px 5px;
    border-radius: 13px;
    color: white;
    line-height: 17px;
    margin-bottom: 0;
    letter-spacing: 1px;
    background-color: #09396f;
    width: 38px;
    text-align: center;
}
.hr-caption{
    margin: 0px;
    border-top: 0px solid black !important;
}
.item{
    /*height: 40px;*/
    /*overflow: hidden;*/
}

.ibe-label-select,.ibe-label-input{
    border: 1px solid #09396F !important;
}

.input-daterange input:first-child{
    border-radius:0 !important;
}
/* Media Responsive */
@media (max-width: 991px) {
    #booking-form {
        width: 100%;
        padding: 0;
    }
}
@media (max-width: 767px) {
    .nav-booking {
        padding-top: 10px;
    }
    .selector-div{
        border: 0px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }
}
@media (max-width: 575px) {
    .booking-padding-zero {
        padding-left: 0px;
        padding-right: 0px;
    }
    .item{
        /*font-weight: 600;*/
    }
    .inside{
        margin-top: 0px !important;
    }
    div > .input-text{
        /*font-weight: 600;*/
    }
    .selectize-input > .item{
        font-size: 20px !important; 
    }
    .ibe-label-select > .label, .ibe-label-input > .label,.ibe-label-select > select, .ibe-label-input > input{
        font-size: 22px !important; 
    }
    .selectize-input {
        height: 45px !important; 
    }
}
@media (max-width: 374px) {
    .item{
        font-size: 20px !important;
        /*font-weight: 600;*/
    }
    div > .input-text{
        font-size: 20px !important;
        /*font-weight: 600;*/
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .p-mobile{
        margin-top: 15px;
    }
}

/*/----- NEW -----/*/
.input-border{
    border: 1px solid #d8d8d8;
}
.ibe-label-input,.ibe-label-select {
    height: 54px;
    padding-left: 10px;
    padding-right: 5px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    margin: auto;
    width: 100%;
}
.ibe-label-select > .label, .ibe-label-input > .label {
  position: absolute;
  top: 6px;
  left: 10px;
  font-size: 25px;
  color: #09396f;
  font-weight: 500;
  transform-origin: 0 0;
  transition: all 0.1s ease;
  z-index: 1;
}
.ibe-label-select > .border, .ibe-label-input > .border {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #07f;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all 0.15s ease;
}
.ibe-label-select > select, .ibe-label-input > input {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  padding: 20px 22px 0px 10px;
  height: 50px;
  font-size: 25px;
  font-weight: 500;
  background: none;
  border-radius: 0;
  color: #09396f !important;
  transition: all 0.15s ease;
  cursor: pointer;
}
.ibe-label-input input:hover {
  background: rgba(34,50,84,0.03);
}
.ibe-label-input input:focus {
  background: none;
  outline: none;
}
.ibe-label-input input#promoCode:focus + span {
  color: #797979;
  transform: translateY(-9px) scale(0.75);
}
.ibe-label-input input.input-focus:focus + span {
  color: #797979;
  transform: translateY(-9px) scale(0.75);
}
.ibe-label-input input:not(:placeholder-shown)+ span {
  color: #797979;
  transform: translateY(-9px) scale(0.75);
}
.label-active{
  color: #797979 !important;
  transform: translateY(-9px) scale(0.75);
}

.inner::-webkit-scrollbar {
  width: 8px;
}
.inner::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 10px;
}
.inner::-webkit-scrollbar-thumb {
  background: #cecece; 
  border-radius: 10px;
}
.inner::-webkit-scrollbar-thumb:hover {
  background: #929292; 
}
/*--------------------------------- FOR ANCILLARY -----------------------*/
.btn-group-transfer button{
  background-color: transparent;
  color: white;
  margin-right: 10px;
  border: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  margin-top: 5px;
  border-bottom: 5px solid #09396f;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-group-transfer button:hover{
  /*margin-top: 0px;*/
  /*box-shadow: 0px 0px 5px 0px black;*/
}
.btn-group-transfer button:focus {
  outline: 0;
}
.btn-active{
  border-bottom: 5px solid white !important;
}