/******************
    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-contact {
    padding-top: 40px;
}

/*ESCONDER EL FOOTER DE DONAR A LIMESURVEY DE LA INDEX*/
div#surveyListFooter {display:none;}


/*ELIMINA EL MENU TOGGLE Y LA BARRA DE CONTINUAR DESPUÉS*/
.navbar-right,
.navbar-toggle{
    display: none;
}

/*PONE EN AMARILLO LA BARRA DE PROGRESO*/
.fruity .progress-bar {
    background-color: #a21a37;
}

/*MOSTRAR EN MOBILE EL LOGO DE LA CABECERA*/
.logo-container.hidden-xs {
    display: block !important;
}