.arial9_gris img{
    width: 76px;
    height: 29px;   
}
#container_logo
{
	margin-left:20%;
	margin-right:20%;
	overflow:hidden;
	margin-top:10px;
}
#apDiv1{
    position: absolute;
    width: 46px;
    height: 38px;
    z-index: 7000;
    left: 200px;
    top: 236px;
}
.control-group {
    margin-bottom: -5px;
}
.help{
    float: right;
}
.control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
}
.controls {
    margin-left: 180px;
}
.control-group .control-label{
   /*display: inline-block;*/ 
   text-align:right;
}
.control-group .controls{ text-align:left}
.back,#comparera{
    display: inline-block;
    padding: 5px 14px;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 15px;
    color: #08C;
}
.back:hover,#precedent_ici:hover,#comparera:hover{
    /*background-color: #EEE;*/
	border:1px solid #fff;
}

.previous{
    color: #08C !important;
}
#rootwizard { text-align:center;}
#rootwizard .container{
	padding: 30px 0; background-color: #F7F7F7; border-bottom: 2px solid #888888;
}
#SortWs1,#GetAllDataResltWS1 {
    padding: 10px;
    margin-left: 20px;
    border: 1px solid #EFEFEF;
    /*width: 580px;*/
}
.progress1.active1 .bar1 {
    animation: 2s linear 0s normal none infinite running progress1-bar1-stripes1;
}
.progress1-striped1 .bar1 {
    background-color: #F00;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress1 .bar1 {
    float: left;
    width: 0px;
    height: 100%;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    background-color: #F00;
    background-image: linear-gradient(to bottom, #F00, #F00);
    background-repeat: repeat-x;
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15) inset;
    box-sizing: border-box;
    transition: width 0.6s ease 0s;
}
#tab1_ {
    color: #FFF;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 15px;
    height: 32px;
    padding-top: 8px;
    text-align: center;
    width: 127px;
    background: url("../images/coin_g.png") no-repeat scroll 0% 0%;
}
#tab2_ {
    background: url("../images/coin_d.png") repeat scroll 0% 0%;
    color: #FFF;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 15px;
    height: 32px;
    padding-top: 8px;
    text-align: left;
    width: 433px;
}
#conteneur_ws{
    width: 100% !important; max-width:100%!important;
}
.progress{ max-width:100%!important; margin: 0 auto!important;
-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.25);
box-shadow: 0 0 5px 2px rgba(0,0,0,.25);}

.control-label{
    
    text-align:right;
  }
  .control-group{
    width:50%;
  }
  .controls{
    margin-left: 60%;
    width: 100%;
  }
  input[type=text]{
    width:100%;
  }
  .help{
    /*float: left;*/
    margin-top: 0;
    margin-right: 0;
	position: absolute;
	right: 20px;
  }
  a{
    font-size:80%;
  }
  .compare-responsive .controls select{
    width:150px;
  }
  #C_Duree_1{
    width:93%;
  }
   #C_Differe_1{
    width:93%;
  }
   #C_Duree_2{
    width:93%;
  }
   #C_Differe_2{
    width:93%;
  }
  #wizard{
    width:90%
  }

/* responsive pop up */
@media screen and (max-width:501px){
	.control-group{
		width: 100%!important;
	}
	.control-group .control-label{
		float: none!important;
		display: block;
		text-align: left!important;
	}
	.control-group .controls{
		margin-left: 0!important;
	}
	.control-group .controls input[type="text"]{
		width: 90%!important;
	}
	#C_Duree_1, #C_Differe_1, #C_Duree_2, #C_Differe_2, #C_Duree_3, #C_Differe_1{
		width: 78%!important;
	}
}	
	

#conteneur_ws.container-fluid{
	padding: 0!important;
	margin: 0 auto!important;
}
#wizard{
	width: 100%!important;
}
#wizard .page-header *{
	text-transform: uppercase!important;
	font-family: "Roboto", sans-serif;
	margin-bottom: 20px!important;
	color: #EC7B35;
	font-weight: 700;
}
#wizard .page-header span strong{
color: #333;
}
#form_ws{
	padding: 0px 0 40px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	max-height: 400px;
	overflow-y: scroll;
}
.on_spon{
	display: block; text-align: center;margin-top: 20px;
	font-size: 15px;
	font-weight: 600;
}
#subtitle{
	margin: 30px 0;
	/*text-transform: uppercase!important;*/
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 19px;
	color: #EC7B35;
}	
.pager.wizard{
	margin:0px;
	width: inherit!important;
	padding: 30px 50px;
	background-color: #555555;
}
.pager li > a{
	font-size: 15px;
	border: none;
	padding: 10px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}	
.control-group{
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 3px;
	justify-content: space-around;
	position: relative;
}	
.control-group .controls{
	margin-left: 0;
	width: 50%;
}


















