/* Color palette */

:root {
	--white: #ffffff;
	--dark: #111f29;
	--metallic-blue: #53798e;
	--nasty-green: #7ebc42;
	--very-light-pink: #d8d8d8;
	--white-4: rgba(255, 255, 255, 0.04);
	--lipstick: #d91d49;
	--almost-black: #08151b;
	--slate-grey: #5a656c;



	--green-fade-40: rgba(126, 188, 66, 0.4);
	--blue-fade-40: rgba(83, 121, 142, 0.4);
}

.color-green{
	color:#7ebc42;
}

.color-blue{
	color:#53798e;
}


html {
	height: 100%;
	min-height: 100vh;
	height: 100vh;
}
body {
	min-height: 100vh;
	height: 100vh;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	overflow: auto
}

body.fii19 .help-block ul li{
	color: red !important;
}


body.fii19{
	background: url('../img/common/grid@3x.png') no-repeat center center #111f29;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 100%;
}

body.fii19 .thumbnail{
	background-color: rgba(255,255,255,0.1) !important;
	border-radius: 0;
	padding: 5px 10px;
	color: white !important;
	font-family: StratumNo1;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #FFFFFF;
	padding-bottom: 15px;
}



@media screen and (max-width: 780px) {

	body.fii19 .badge-preview.thumbnail{

		margin:0 15px;
	}

}

body.fii19 .thumbnail img.gadge-img{
	max-width: 200px;
	height: auto;
	border: 1px solid grey;
	margin-bottom:15px;

}

body.fii19 .thumb_hotel{
	margin-bottom: 20px;
}

body.fii19 .thumb_hotel .img-thumbnail{
	margin-right: 10px;
	margin-bottom: 10px;
}


body.fii19 .shadow {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*opacity: 0.6;*/
	background-image: radial-gradient(circle at 50% 45%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.62));
}

body.fii19 .shadow.dark {
	background-image: radial-gradient(circle at 50% 45%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.98));
}


body.fii19 .shadow.light {
	background-image: radial-gradient(circle at 50% 45%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.33));
}

body.fii19 .page-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

body.fii19.page-home .page-wrapper{
	background: url('../img/pif/pif_bghome_graphic.png') no-repeat left top transparent;
	background-size: 45%;
}


@media screen and (min-width: 100px) and (max-width: 560px) {

	body.fii19.page-home .page-wrapper{
		background: none;
	}
}

body.fii19 .page-content{
	margin-top: 20px;
	width: 100%;
	height: 100%;
}

footer{
	display: none;
}

.content.content-bg{
	background: #13212B;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: auto;
}



/* Text styles */

h1 {
	font-family: Poppins;
	font-size: 27px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	background: -webkit-linear-gradient(45deg, #7ebc42, #53798e);

	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7ebc42', endColorstr='#53798e');
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent !important;
	word-wrap: normal;
	text-transform: uppercase;
	margin:auto;
}

h2 {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.6px;
	color: #FFFFFF;
}

h2.special{
	font-size: 1.4em;
}

h3 {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.6px;
	background: -webkit-linear-gradient(45deg, #7ebc42, #53798e);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7ebc42', endColorstr='#53798e');
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent !important;
}


@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    h1,h3 {
    	color: #7ebc42;
    }
}



h4 {
	font-family: StratumNo1;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #FFFFFF;
}

h5 {
	font-family: StratumNo1;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #FFFFFF;
}

p {
	font-family: StratumNo1;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.64;
	letter-spacing: normal;
	color: #FFFFFF;
}

ul li {
	font-family: StratumNo1;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.64;
	letter-spacing: normal;
	color: #FFFFFF;
}

ul.country-list li.country {
	text-align: left;
	color: black;
}

h6 {
	font-family: StratumNo1;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #FFFFFF;
}


a{
	font-family: StratumNo1;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #7ebc42;
	text-decoration: underline;
}

body.fii19 p {
	font-family: StratumNo1;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #FFFFFF;
}

.c-white, a.c-white{
	color: #FFFFFF;
}


@media screen and (min-width: 100px) and (max-width: 560px) {

	body.fii19 h1 {
		font-size: 20px;
	}

	body.fii19 h2 {
		font-size: 12px;
	}

	body.fii19 h3 {
		font-size: 11px;
	}

	body.fii19 a{
		font-size: 11px;
	}

	body.fii19 p {
		font-size: 11px;
	}

	body.fii19 ul li {
		font-size: 11px;
	}
}


/* Progress Bar */

body.fii19 .progress .progress-bar.progress-bar-warning{
	background-color: #d91d49;
	line-height: 25px;
}

body.fii19 .progress .progress-bar.progress-bar-success{
	background-color: #7ebc42;
	line-height: 25px;
}

body.fii19 .progress{
	min-height: 25px;
	line-height: 25px;
	opacity: 0.3;
}


body.fii19 .sticky {
  position: fixed;
  top: 0;
  width: 100%
}


/* forms */

form .steps a {
	font-family: StratumNo1;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #FFFFFF;
}

.form-group .form-control{

	color: white;

}

.form-group label, .form-group label.control-label {
	font-family: StratumNo1;
	font-size: 16px !important;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.72;
	letter-spacing: normal;
	color: #5a656c;
}

.form-group.radio-inline>label, .form-group.radio-inline.is-focused>label, body.fii19 .form-group>label.radio-inline {
	font-family: StratumNo1;
	font-size: 16px !important;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.72;
	letter-spacing: normal;
	color: #FFFFFF;
}

.form-group.radio>label.label-static, .form-group.radio-inline>label.label-static{
	padding-left: 0 !important;
}

.form-group.is-empty label,  .form-group.is-empty label.control-label{
	color: white;
}

.form-group.is-focused label, .form-group.is-focused label.control-label {
	color: #5a656c;
	font-size: 16px !important;
}

.form-group.has-error label, .form-group.has-error label.control-label {
	font-size: 16px !important;
}


.form-group.is-focused .form-control{
	background-image: linear-gradient(#FFFFFF, #5a656c), linear-gradient(#FFFFFF, #5a656c);
	box-shadow: 0px 15px 10px -15px rgba(255, 255, 255, 0.2);
	color: white

}


body.fii19 .checkbox input[type=checkbox]:checked + .checkbox-material .check,
body.fii19 label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check,
body.fii19 .radio input[type=radio]:checked + .radio-material .check,
body.fii19 label.radio-inline input[type=radio]:checked + .radio-material .check{
	color: white;
	border-color: white;
}


body.fii19 .checkbox input[type=checkbox]:checked + .checkbox-material .check:before,
body.fii19 label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before,
body.fii19 .radio input[type=radio]:checked + .radio-material .check:before,
body.fii19 label.radio-inline input[type=radio]:checked + .radio-material .check:before{
	color: white;
	border-color: white;
}

body.fii19 .checkbox .checkbox-material .check,
body.fii19 label.checkbox-inline .checkbox-material .check,
body.fii19 .radio .radio-material .check,
body.fii19 label.radio-inline .radio-material .check{
	border:1px solid white;
}

body.fii19 .radio input[type=radio],
body.fii19 label.radio-inline input[type=radio]{
	border-color: white !important;
}


body.fii19 .radio input[type=radio]:checked ~ .circle,
body.fii19 label.radio-inline input[type=radio]:checked ~ .circle,
body.fii19 .radio input[type=radio] ~ .circle,
body.fii19 label.radio-inline input[type=radio] ~ .circle{
	border-color: white
}


body.fii19 .radio input[type=radio]:checked ~ .check,
body.fii19 label.radio-inline input[type=radio]:checked ~ .check{
	background-color: white;
}

body.fii19 .radio.radio-inline:not(:first-child),
body.fii19 .checkbox.checkbox-inline:not(:first-child){
	margin-top: 10px
}

body.fii19 .checkbox label, body.fii19 .radio label{
	font-family: StratumNo1;
	font-size: 16px !important;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.72;
	letter-spacing: normal;
	color: white
}

body.fii19 .form-group.is-focused .checkbox label, body.fii19 .form-group.is-focused .radio label{
	color: white
}



/*
buttons
*/

body.fii19 .btn.btn-default {

	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 35px;
	padding-left: 35px;

	color: #ffffff;
	background-color: transparent !important;
	background-image: linear-gradient(to bottom, transparent, transparent);
	border: solid 0.5px #FFFFFF;
	border-radius: 0px;

}

body.fii19 .welcome-form .btn.btn-default{
	margin-bottom: 35px;
}

body.fii19 div .btn.btn-default:hover {
	color: #ffffff;
	background-color: #000000;
	background-image: linear-gradient(to right, #7ebc42, #53798e);
	border-color: transparent !important;
}


body.fii19 div.navbar-right .nav-item .btn.btn-default{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 35px;
	padding-left: 35px;
}


@media screen and (min-width: 1px) and (max-width: 200px) {
	body.fii19 .nav.navbar-nav.navbar-right{
		padding-left: 40%;
	}
}

@media screen and (min-width: 200px) and (max-width: 500px) {
	body.fii19 .nav.navbar-nav.navbar-right{
		padding-left: 50%;
	}
}

@media screen and (min-width: 500px) and (max-width: 760px) {
	body.fii19 .nav.navbar-nav.navbar-right{
		padding-left: 70%;
	}
}

@media screen and (min-width: 1px) and (max-width: 768px) {
	body.fii19 .navbar.navbar-transparent{
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
}


/*nav-wizard*/


.nav-wizard{ margin:auto; }

.nav-wizard .step{
	vertical-align: top !important;
}


.nav-wizard .step a{
	text-decoration: none;
	opacity: 0.5;
	font-family: StratumNo1;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #FFFFFF;

}




.nav-wizard .step.active a{

	opacity: 1;

}

.nav-wizard .step span.dot{
	height: 25px;
	width: 25px;
	background-color: transparent !important;
	border:1px solid;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
}

@media screen and (min-width: 100px) and (max-width: 560px) {
	.nav-wizard .step a{
		font-size: 13px;

	}

	.nav-wizard .step span.dot{
		height: 18px;
		width: 18px;
	}
}


/* navbar */

body.fii19 div.navbar.navbar-transparent{
	background-color: transparent !important;
}

div a.navbar-brand{
	text-decoration: none;
}

div .navbar-brand .img-responsive{
	display: inline-block;
	max-height: 100px;
	margin-right: 20px;
	width: auto;
}

body.fii19 .middle {
    display: inline-block;
    text-align: center;
    /**transform: translateX(150%);*/
    transform: translateX(950%);
	padding: auto;
	margin:auto;
}
body.fii19.lang-ar .middle {
	transform: translateX(30%) !important;
}



@media screen and (min-width: 980px) and (max-width: 1200px) {
	body.fii19 .middle {
	    transform: translateX(100%);
	}
}



@media screen and (min-width: 740px) and (max-width: 980px) {
	body.fii19 .middle {
	    transform: translateX(45%);
	}
}


@media screen and (min-width: 550px) and (max-width: 740px) {
	body.fii19 .middle {
	    transform: translateX(30%);
	}
}



@media screen and (max-width: 550px) {
	body.fii19 .middle {
	    transform: translateX(20%);
	}
}





@media screen and (min-width: 385px) and (max-width: 560px) {
	div .navbar-brand .img-responsive{
		display: inline-block;
		max-height: 40px;
		margin-right: 10px;
		width: auto;
	}
}

@media screen and (min-width: 100px) and (max-width: 384px) {
	div .navbar-brand .img-responsive{
		display: inline-block;
		max-height: 20px;
		margin-right: 2px;
		width: auto;
	}


	body.fii19 .navbar-toggle .icon-bar {
	    display: block;
	    width: 11px;
	    height: 1px;
	    border-radius: 1px;
	}

	body.fii19 .navbar-toggle .icon-bar+.icon-bar {
	    margin-top: 2px;
	}

	body.fii19 .navbar-toggle {
	    position: relative;
	    margin-right: 10px;
	    padding: 7px 8px;
	    margin-top: 6px;
	    margin-bottom: 6px;
	    background-color: transparent;
	    background-image: none;
	    border: 1px solid transparent;
	    border-radius: 4px;
	}
}

div.navbar .navbar-nav li a.lang {
	font-family: StratumNo1;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.47;
	letter-spacing: normal;
	text-align: center;
	color: #5a656c;
	text-decoration: none;
}



@media screen and (min-width: 100px) and (max-width: 560px) {
	div.navbar .navbar-nav li a.lang {
		font-family: StratumNo1;
		font-size: 14px;
		line-height: 1.47;
	}

}



body.fii19.lang-en div.navbar .navbar-nav li:first-child a:after {
	content: "/";
	color: #5a656c;
	display: inline-block;
	padding: 0 0 0 1.5em;
}

body.fii19.lang-ar div.navbar .navbar-nav li:first-child a:before {
	content: "/";
	color: #5a656c;
	display: inline-block;
	padding: 0 0 0 1.5em;
}


div.navbar .navbar-header-custom{
	margin-right: 15px
}


.navbar-collapse.collapsing .btn.btn-default,
.navbar-collapse.collapse.in .btn.btn-default{
	max-width: 200px;
	float: right;
	margin-right: 10px;
}

div.navbar .navbar-header-custom .navbar-nav li:first-child a:after {
	padding: 0 0 0 1em;
}



div.navbar .navbar-nav li a.lang:hover {
	text-decoration: underline;
}

div.navbar .navbar-nav li a.c-white{
	font-family: StratumNo1;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.47;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
}


div.navbar .navbar-nav li.active a.lang {
	color: #FFFFFF;
	background-color: transparent !important;
}



/* nav-icon */

.nav-icon.without-subnav .step.active{
	border-bottom: 2px solid #7ebc42;
	position: relative;
	padding-bottom: 30px;
}


.nav-icon .step a {
	font-family: StratumNo1;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.23;
	letter-spacing: 1px;
	text-align: center;
	color: #5a656c;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
	text-transform: uppercase;
}

.nav-icon .step a:hover {
	color: white
}

.nav-icon .step.active a {
	color: #FFFFFF;
}

.nav-icon .step a img{
	margin-bottom: 20px;
	max-height:40px;
	height:40px;
	width: auto;
	max-width: 70px;
}


@media screen and (max-width: 315px) {
	.nav-icon .step a .hidden-special{
		display: none;
	}
	.nav-icon.without-subnav .step.active{
		border-bottom: 2px solid #7ebc42;
		position: relative;
		padding-bottom: 5px;
	}
}

@media screen and (max-width: 485px) {

	body.fii19 .nav-icon .step a {

		white-space: normal;
	}


	body.fii19 .container.nav-icon{
		padding-left: 5px;
		padding-right: 5px;
	}

	.nav-icon .step a {
		font-size: 8px;
	}
	.nav-icon .step a img{
		margin-bottom: 20px;
		max-height:10px;
		height:10px;
		width: auto;
		max-width: 30px;
	}
	.nav-icon .step{
		margin-right: 1px;
	}

	.nav-icon .list-inline li.step{
	    padding-left: 0px;
    	padding-right: 0px;
	}

}



@media screen and (min-width: 485px) and (max-width: 560px) {
	.nav-icon .step a {
		font-size: 9px;
	}
	.nav-icon .step a img{
		margin-bottom: 20px;
		max-height:15px;
		height:15px;
		width: auto;
		max-width: 40px;
	}
	.nav-icon .step{
		margin-right: 3px;
	}

	.nav-icon .list-inline li.step{
	    padding-left: 1px;
    	padding-right: 1px;
	}

}


@media screen and (min-width: 560px) and (max-width: 840px) {
	.nav-icon .step a {
		font-size: 10px;
	}
	.nav-icon .step a img{
		margin-bottom: 20px;
		max-height:25px;
		height:25px;
		width: auto;
		max-width: 65px;
	}

	.nav-icon .list-inline li.step{
	    padding-left: 3px;
    	padding-right: 3px;
	}
}




/* nav-icon BIG on sign-up page */

.nav-icon.on-signup .step.active{
	border-bottom: 2px solid #7ebc42;
	position: relative;
	padding-bottom: 30px;
}

.nav-icon.on-signup .step a {
	font-family: StratumNo1;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.23;
	letter-spacing: 1px;
	text-align: center;
	color: #5a656c;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
}

.nav-icon.on-signup .step a:hover {
	color: #5a656c;
	cursor: default;
}


.nav-icon.on-signup .step.active a {
	color: #FFFFFF;
	cursor: pointer;
}

.nav-icon.on-signup .step a img{
	margin-bottom: 20px;
	max-height:80px;
	height:80px;
	width: auto;
	max-width: 85px;
}

@media screen and (min-width: 100px) and (max-width: 560px) {
	.nav-icon.on-signup .step a {
		font-size: 9px;
	}
	.nav-icon.on-signup .step a img{
		margin-bottom: 20px;
		max-height:15px;
		height:15px;
		width: auto;
		max-width: 40px;
	}
	.nav-icon.on-signup .step{
		margin-right: 3px;
	}
}


@media screen and (min-width: 560px) and (max-width: 840px) {
	.nav-icon.on-signup .step a {
		font-size: 10px;
	}
	.nav-icon.on-signup .step a img{
		margin-bottom: 20px;
		max-height:25px;
		height:25px;
		width: auto;
		max-width: 65px;
	}
}



@media screen and (min-width: 840px) and (max-width: 1000px) {
	.nav-icon.on-signup .step a {
		font-size: 12px;
	}
	.nav-icon.on-signup .step a img{
		margin-bottom: 20px;
		max-height:45px;
		height:45px;
		width: auto;
		max-width: 65px;
	}
}




/* subnav */

.subnav_wrapper{
	background-color: #13212B;

}

.subnav{
	height: 50px;
	min-height : 50px;
	max-height: 50px;
	line-height : 50px;
	padding-top: 0;
	background-image: linear-gradient(92deg, var(--green-fade-40), var(--blue-fade-40));
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7ebc42', endColorstr='#53798e');
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .subnav{
		background-image: linear-gradient(92deg, #7ebc42, #53798e);
	}
}


.subnav ul{
	height: 50px;
	min-height : 50px;
	max-height: 50px;
	line-height : 50px;
	padding-top: 0;
}

.subnav ul li{
	min-height : 50px;
	max-height: 50px;
	padding-top: 0;
}
.subnav ul li a{
	color: white;
	text-decoration: none;
	font-family: StratumNo1;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	display: inline-block;
	white-space: nowrap;
}

.subnav ul li.active a{
	border-bottom: 1px solid white;
	font-weight: bold;
	padding-bottom: 16px;
}


@media screen and (min-width: 100px) and (max-width: 560px) {
	.subnav ul li a {
		font-size: 9px;
		white-space: normal;
		padding-left:0;
		padding-right:0;
		margin-left:0;
		margin-right:0;
	}

	ul.list-inline.text-center.center-block li{

		padding-left:0;
		padding-right:0;
		margin-left:0;
		margin-right:0;
	}

}


@media screen and (min-width: 560px) and (max-width: 840px) {
	.subnav ul li a {
		font-size: 12px;
	}
}




/* pages */

body.fii19 .container div.well{
	background-color:transparent !important;
	border-radius: 0px;
	border: solid 0.5px #FFFFFF;
	min-height: 200px;
}

body.fii19 .container div.well-container{

	background-image: url('../img/pif/well-bg.png');
	background-position: 85% 160px;
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-size: 50%;
	padding-bottom: 50px;

}

body.fii19.lang-ar .container div.well-container{
	background-position: 85% 190px;
}

/**
 *
 * START @MAX
 *
 */

/*
body.fii19 .container input:-internal-autofill-previewed,
body.fii19 .container input:-internal-autofill-selected,
body.fii19 .container textarea:-internal-autofill-previewed,
body.fii19 .container textarea:-internal-autofill-selected,
body.fii19 .container select:-internal-autofill-previewed,
body.fii19 .container select:-internal-autofill-selected{
	background-color: rgba(255, 254, 253, 1) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;

}
*/
body.fii19 .container input:-internal-autofill-previewed,
body.fii19 .container input:-internal-autofill-selected,
body.fii19 .container textarea:-internal-autofill-previewed,
body.fii19 .container textarea:-internal-autofill-selected,
body.fii19 .container select:-internal-autofill-previewed,
body.fii19 .container select:-internal-autofill-selected,
body.fii19 .container input:-webkit-autofill,
body.fii19 .container select:-webkit-autofill,
body.fii19 .container input:-webkit-autofill:hover,
body.fii19 .container select:-webkit-autofill:hover,
body.fii19 .container input:-webkit-autofill:focus,
body.fii19 .container select:-webkit-autofill:focus,
body.fii19 .container input:-webkit-autofill:active,
body.fii19 .container select:-webkit-autofill:active  {
	-webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0.95) inset !important;
	-webkit-text-fill-color: #FFF !important;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {

    body.fii19 .container select.form-control option {
		background: #111f29 !important;
	}


}

@-moz-document url-prefix() {
    body.fii19 .container select.form-control option {
		color: white;
		font-size: 1.3em;
	}
}

@supports (-ms-ime-align: auto) {
	body.fii19 .container select.form-control option {
		color: #111f29;
	}
}

div.label-floating.is-empty select {
	color:transparent;
}

div.form-group.is-focused label.radio-inline {
	/*color: #5a656c !important;*/
	color: #FFFFFF !important;
}

/* tools */

.text-overflow-center {
    margin-left: -100%;
    margin-right: -100%;
    text-align: center;
}

body.fii19 .guillotine-canvas{
	background: rgba(0,0,0,0.2);
}
body.fii19 #controls{
	margin-top: 2em;
}
body.fii19 #controls .btn {
    margin-top: 0.3em;
    padding: 5px 5px;
}


body.page-thanks .nav-icon .step a:hover {
	color: #5a656c;
	cursor: default;
}

.btn-next {
	margin-top: 10px !important;
}

body.page-home .btn-next {
	margin-top: 25px !important;
}

body.lang-ar .checkbox .checkbox-material .check:before, label.checkbox-inline .checkbox-material .check:before {
	left:0px !important;
}


body.projet-pif div.col-consulater-other p.help-block {
	color:red;
}
/**
.nav-icon-action-off a, .nav-icon .step .nav-icon-action-off a:hover {
	color:#5a656c !important;
}*/


.nav-icon .step a.nav-icon-action-off:hover {
	color: #5a656c !important;
}


@media (max-width: 568px){
	body.projet-pif label.interest-label {
		top: -28px!important;
	}
}

@media (max-width: 568px){
	body.projet-pif.page-staff .form-group.label-floating label.control-label, .form-group.label-placeholder label.control-label {
		font-size:12px !important;
	}
	body.projet-pif label.needvisa-label {
		font-size: 0.7em !important;
	}
	body.projet-pif label.idname-label {
		font-size:10px !important;
	}
	body.projet-pif label.consulate-label {
		font-size:15px !important;
	}
}

@media (max-width: 568px) {
	body.projet-pif.page-passport .form-group label.small-label {
		font-size:0.8em !important;
	}
}

@media (max-width: 568px) {
	body.projet-pif #fake-badge small {
		font-size:80% !important;
	}
}

_:-ms-fullscreen, :root body.fii19 .container select.form-control option {
	background: #111f29 !important;
}

.hotel-container {
	width:110px;
}

#logForm_travin_to_date input,
#logForm_travout_from_date input,
#logForm_travin_to_time input,
#logForm_travout_from_time input {
	width:20% !important;
}


body.page-dashboard-mylogistics-hotel div.modal-content {
	background-color:#111f29;
	color:#Fff;
}

body.page-dashboard-mylogistics-hotel div.modal-header {

}

div.form-group.visa-headshot p.help-block {
	color:red;
	font-weight:bold;
}

#row-captcha {
	margin-top: 0px;
}

@media only screen and (min-width : 1224px){
	/* Styles pour cette Media Queries */
	#col-rsvp {
		margin-left:-90px;
	}
}

input[id*='day'], input[id*='month'], select[id*='day'], select[id*='month'], select[id*='year']  {
	width:25%!important;
}


@media (max-width: 568px){
	body.projet-pif #passport_birthdate input,
	body.projet-pif #passport_issuedate input,
	body.projet-pif #passport_idexpiration input {
		width:25%!important;
		float:left;

	}

	body.projet-pif #passport_birthdate input:not(:last-child),
	body.projet-pif #passport_issuedate input:not(:last-child),
	body.projet-pif #passport_idexpiration input:not(:last-child) {
		float:left;
		margin-right:5px;
	}
}

.checkbox label .checkbox-decorator .check::before {
	width: 1px !important;
	height: 1px !important;
}
.checkbox .checkbox-material .check:before, label.checkbox-inline .checkbox-material .check:before {
	width: 1px !important;
	height: 1px !important;
}
