@import "common.css?version=4.x-dev";

/*** - Base - ***/

.step-page .section-content {background-color:transparent}
.step-page .section-content, .step-page .section-annotations {border : none}

.listbox {
 	width: 40%; 
}

.simulator-breadcrumb {
    display: none;
}

.mention-asterisk{
	display: none;
}

.control-panel{
	white-space: nowrap;
}

#demandeur_mineur_info-label,
#demandeur_employeur-label,
#demandeur_info_employeur-label,
#demandeur_bourse_oui-label,
#demandeur_charge_oui-label,
#demandeur_famille_oui-label{
	white-space: nowrap;
}

#demandeur_reside_trois_mois-label {
 width: auto; 
}

#demandeur_date,
#demandeur_date_expiration{
  min-height: 40px;
}

#demandeur_pris_en_charge {
	margin-top: 18px;
}

#etape_1-panel-1-blockinfo-7-chapter-1-section-1-content{
    background-color: #eee;
  	border: 1px solid #ccc;
    border-radius: 3px;
}

#demandeur_mineur_info,
#demandeur_adresse,
#demandeur_employeur,
#demandeur_info_employeur,
#demandeur_adresse_france,
#demandeur_moyen_france,
#demandeur_bourse_oui,
#demandeur_charge_oui,
#demandeur_famille_oui,
#demandeur_reside_oui,
#demandeur_reside_adresse{
  width: 68em;
  height: 10em;
}


.section-content ul {padding-left:3em;
    list-style-type:inherit;}

.section-content h4 {font-size : 1.2em; font-weight : normal}



h2.step-description.legend {
 	font-size: 1.5em;
    font-weight: bold;
    color: #0b6ba8;
  
}

h3.legend {
	border-bottom: 3px solid;
    color: #0b6ba8;
    margin: 0 0 0.8em;
    padding: 0;
    width: 100%;
    font-size: 1.2em;
    line-height: inherit;
}

.pre-note,
.post-note {
	margin-bottom: 10px;
    padding: 5px !important;
    border: 1px solid #cccccc;
    background: white;
	font-size: 1em;
  	margin-bottom: 10px !important;
}

.step-page .post-note{
	margin-top: 10px;
	font-size: 1em !important;
}

.pre-note p {
	margin-bottom: 5px;
	margin-top: 5px;
}
.post-note {
	padding-top: 5px;
	margin-top: 20px;
}

.action_buttons.button.bottom button {
	float: none;
}

/* - Fields - */

input[type='number'] {
	display: inline-block;
    float: left;
    max-width: 10em !important;
    width: 10em;
}

input[type='money'] {
	padding-right: 6px;
}

/* - Button - */

button[name='suivant'],
button[name='telecharger'] {
	background-color: #0b6ba8;
	color: #FFF;
}
button[name='suivant']:hover,
button[name='telecharger']:hover,
button[name='suivant']:active,
button[name='telecharger']:active,
button[name='suivant']:focus,
button[name='telecharger']:focus {
	color: #FFF;
}

button[name='suivant'] span,
button[name='telecharger'] span {
	padding-left: 6px;
}
button[name='precedent'] span {
	padding-right: 6px;
}


@media only screen and (min-width: 400px) {						
#listbox-edit-demandeur_etat_civil, #listbox-edit-demandeur_type_document, 
#listbox-edit-demandeur_visa_motif, #listbox-edit-demandeur_duree_sejour {width : 20em}						
 }		

@media only screen and (max-width: 400px) {							
#listbox-edit-demandeur_etat_civil, #listbox-edit-demandeur_type_document, 
#listbox-edit-demandeur_visa_motif, #listbox-edit-demandeur_duree_sejour{width : 15em}								
  }		

			






