/*
File	: navglobal.css
Author	: Stephane Ciceron

250207 SCI : Former version
250421 SCI : design v2
*/

body {
	margin:0;
	padding:0;
	background-color:black;
}
/*
#bgContainer {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	/*background-image: url("../img/nav_splash.gif");*/
	/*
	background-image: url("../img/fond_qzic.me_fixe.png");
	background-size: cover;
	opacity:1.0;
	z-index:10;
}
*/
#mainContainer {
	margin:2%;
	width:96%;
	background-color:white;
	border:1px;
	border-radius:10px;
	border-color:darkgrey;
	overflow:hidden;
}

#logoDiv {
	color:white;
	text-align:center;
	font-size:x-large;
	padding-bottom:10px;
}
#logoAfekDiv {
}
#resaTitleDiv {
	margin-top:20px;
	margin-bottom:20px;
}

#logoHotelDiv {
	border-radius: 10px;
	overflow: hidden;
	margin-top: 20px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
#mainContent {
	
}
.nextStepBtn {
}

.mandatoryField {
	color:red;
}
.recapGreen {
	color:green;
	font-weight:bold;
}
.stepBer {
	height:30px;
}
.stepBullet {
	display:inline-block;
	width:50px;
	height:50px;
	font-size:x-large;
	background-color:blue;
	color:white;
	border-radius:25px;
	overflow:hidden;
}
.stepBulletDone {
	background-color:green;
}
.flagicon {
	/*margin-right:20px;*/
	width:80%;
	/*width:92px;
	height:60px;*/
	filter: sepia(1);
}
.flagicondiv {
	/*margin-right:5%;*/
}

.activeIcon {
	filter: none;
}
#navform {
	background-color:white;
}

#titreForm {
	background-color : lightblue;
	line-height:3em;
	text-align:center;
}
#retdatediv {
	/*display:none;*/
}

#rettimediv {
	/*display:none;*/
}
#logoDiv {

	background-color: #1a1a1a;

}

@media only screen and (min-width: 1360px) {
	
	#mainContainer {
		display: block;
		margin-left:0;
		margin-right:0;
		width:600px;
		top:0px;
	}

}