/******************
    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
*/

/*** RETIRER LES ASTERISK ***/
.asterisk {
    display:none;
}

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

.progress .progress-bar {
     /************ AJOUTE MAIN ***********/ /*** MODIFICATION DE LA COULEUR DE LA BARRE DE PROGRESSION ***/
     background-color: #444444;
}
.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;
}

/* 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}
/* ET LE POINT D'INTERROGATION ! --> Mais le masque tout le temps... */
.ls-questionhelp::before{display:none}
/*.tip-was-hidden::before{display:none}*/


/*** Masque toutes les alertes tout le temps ! ***/
/*.tip-was-hidden{display:none}*/


