.form_auto_generate {
        /*height: 60px;*/
        margin:5px 5px 10px ;
}
.form_question .form_auto_generate {
 	margin:0;
        width:100%;
}

.input-group-addon.fix-group{
        border-right: 1px solid #ccc;

}
.input-group-addon, .form_question .wrapper_spc_question .form_auto_generate .form_option{
        line-height: 1.2em;
        font-size:14px;
}

.form_auto_generate.input-group input[type="radio"], .form_auto_generate.input-group input[type="checkbox"]{
        width:auto !important;
        margin: 0 12px 0 15px !important;
}

.wrapper_spc_question{
    	margin:5px 0 10px;
}

.wrapper_spc_question:nth-child(even) {
        /*background: #fff !important;*/
}

.form_auto_generate input[type="text"] {
        /*border: 1px solid gray !important;
        box-shadow: none;*/
        width:100% !important;
}
.form_auto_generate input[readonly="readonly"], #table_form input[readonly="readonly"] {
        /*border: medium none !important;
        box-shadow: none;*/
        border: 1px solid #ccc !important;
}
.form_question {
        clear: both;
}
.form_question label {
        clear: both;
        margin: 10px 0 0;
}
.form_question, .form_question label {
        float: none;
        height: auto !important;
        width: auto !important;
}
/*.form_question .form_auto_generate {
        float: none;
        height: auto !important;
        width: 100% !important;
}*/
.form_question .form_auto_generate label {
        display: none;
}
.form_question select, .form_question input {
        width: 100%;
}
.spc_hidden_field{
        visibility: hidden;
        height: 0px;
        margin: 0px;
        padding: 0px;
}

.wrapper_spc_question{
    width:100%;
    background: #FCFCFC;
}
.wrapper_spc_question label{
    width: 45% !important;
}
.wrapper_spc_question .input-group{
    width: 55%;
}


/*--------------------VG-058851 nouvelle pr�sentation des questions ---------------------*/
.form_question .wrapper_spc_question:nth-of-type(even){
        /*background: #F7F7F7 !important;*/
}
.form_question .wrapper_spc_question:nth-of-type(odd){
        /*background: #fff !important;*/
}
.form_question .wrapper_spc_question .input-group-addon{
        /*width:50% !important;*/
        background: transparent;
        border: none;
        text-align: left;
        padding:0px 0 0 0;
        vertical-align: top;
        white-space: normal;
        line-height: 1.2em;
}
.wrapper_spc_question{
        padding:15px;
        vertical-align: top;
}

.form_option{
    width: 100%;
}
.form_option .fa-info-circle{
    font-size: 16px;
}

.form_option table{
    border-collapse: collapse;
}
.form_option table th, .form_option table td {
    padding: 0;
    vertical-align: middle;
}
@media (max-width: 740px) {
    .form_question .wrapper_spc_question .input-group-addon{
            width:100% !important;
            padding:0px 0 20px 0px !important;
    }
}
.wrapper_spc_question .form_auto_generate input{
        margin-left: 15px !important;
}


@media screen and (max-width: 768px) {
        .form_auto_generate {
                /*width: 49%;*/
                width: 100% !important;
                display: unset;
        }
        .form_auto_generate .input-group-addon:first-child {
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px;
                border-right: 1px solid #ccc;
        }
        .form_auto_generate .form-control:last-child {
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px;
        }
        .wrapper_spc_question label, .wrapper_spc_question select{
            	width: 100% !important;
                display: block;
        }
}


.spc_padd td{
    padding: 3px 5px;
}

.obligatoire, .error{
    color:red;
    font-weight: normal;
}

input.error{
    border: 1px solid red !important;
}
