/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

/*** RETRAIT DES 'ASTERISK' ***/
.asterisk {display: none;}

.top-container .progress {
    /************ AJOUTE MAIN ***********/ /*** REDUCTION DE LA TAILLE DE LA BARRE DE PROGRESSION ***/
    margin-right: 370px;
    margin-left: 370px;
}

/*** CHANGEMENT DE LA COULEUR DE LA BARRE DE PROGRESSION ***/
.progress .progress-bar {
    background-color: #006FB9;
}


.radio-item label,.checkbox-item label {
    /****** AJOUTE MAIN *******/ /*** REDUCTION DE L'ESPACE ENTRE LES MODALITES DE REPONSE ***/
    display: block;
}


table > tbody > tr > td.ddprefix {
    /**** AJOUTE MAIN ****/ /*** TABLEAU A DOUBLE ECHELLES MOINS VOLUMINEUX (en terme d'espace) ***/
    padding:4px;
}

.multiple-opt input[type="text"].form-control {
    width: 300px;
}

/*** Faire apparaitre le logo sur les mobile***/
.logo-container.hidden-xs {
    display: block !important;
}

/***  Diminuer les marges du TOP CONTAINER AVEC BARRE DE PROGRESSION ***/
.space-col {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* table color */
.ls-even{
background-color:#fffbfb;
}

/*** FCT A UTILISER DANS LES MULTI POUR MASQUER DES CASES A COCHER (cf Q01. SFT AIIC ***/
.hidden-checkbox label::before,
.hidden-checkbox label::after {
  display: none;
}

/*** Masque les alertes d'erreurs si la correction de réponse convient ***/
.ls-em-success{display:none}
/*** Masque toutes les alertes tout le temps !
/*.tip-was-hidden{display:none}*/



ul.ui-autocomplete {
	width: 250px !important;
	padding: 5px 10px;
	list-style: none;
}

