@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}


.simulator-breadcrumb {
    display: none;
}

.mention-asterisk{
	display: none;
}

.listbox{
 	width: 45%; 
}
#VHU_prefecture{
  margin-top: 12px;
}

#declaration_remise_certificat{
  margin-top: 10px;
}

#declaration_motif-container .input-group {
  width: 100%;
}

#motif{
    width: 30em;
    height: 6em;
}

#declaration_Date6-container .input-group,
#declaration_Date4-container .input-group,
#VHU_Date1-container .input-group,
#Ancien_Date2-container .input-group {
 padding-bottom: 1px; 
}

.control-panel,
#numerocertificatimmatriculation-label{
	white-space: nowrap;
}

#etape_1-panel-1-blockinfo-10-chapter-1-section-1-content{
    background-color: #eee;
  	border: 1px solid #ccc;
    border-radius: 3px;
}

.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;
}

/* - Liste - */

/*.listbox ul,
.listbox ul li {
	 max-width: 50% !important;
}*/

/* Nouvelle mise en forme */

/*
.field-container {
	margin-bottom: 10px!important;
}

.form-horizontal .control-label {
	text-align: left;
	width: 100%;
}
.form-horizontal div[data-type="choice"] .control-label {
	margin-right: 20px;
	width: auto;
}

.form-horizontal div[data-type="textarea"] .input-group {
	width: 100%;
}
.input-group textarea {
	min-height: 100px;
}
*/


@media only screen and (min-width: 400px) {                                                              
	#listbox-edit-declaration_presence_certificat3 {width : 20em}                                                              
}                     

@media only screen and (max-width: 400px) {                                                                         
	#listbox-edit-declaration_presence_certificat3 {width : 15em}      
}


