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

.survey-name {display: none;}

.top-container  {
    /************ AJOUTE MAIN ***********/ /*** REDUCTION DE L'ESPACE AVANT LA BARRE DE PROGRESSION ***/
    margin-top: 0em;
    margin-bottom: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
}

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

.progress .progress-bar {
     /************ AJOUTE MAIN ***********/ /*** MODIFICATION DE LA COULEUR DE LA BARRE DE PROGRESSION ***/
     background-color: #f19202;
}


.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;
}

    /**** AJOUTE MAIN ****/
    /* FOND JAUNE POUR LE SEPARATEUR (tableaux double echelles) */
    table > thead > tr > td.header_separator,
    table > tbody > tr > td.dual_scale_separator {
    background-color:#feddab;
    }
	
    
    /* MODIF COULEUR AU SURVOLE D'UNE LIGNE DE REPONSE (TABLEAUX A DOUBLE ECHELLES */
    /**************** NE FONCTIONNE PAS ****************/
    table.question tr.array1:hover td.dual_scale_separator,
    table.question tr.array2:hover td.dual_scale_separator {
    	 background-color: #f19202; 
    }

    /***  MODIFICATION space-col == Remove Gap Between Header and Question ***/

.space-col {
    margin-top: 0em;
    margin-bottom: 0em;
}


    /***FIN AJOUTE MAIN***/
	
	
	/* Asterix */
.asterisk { display:none; }
	








