html, body {
    width: 100%;
    height: 100%;
}

body {
    color: black;
    background-color: #8DD7F2;
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    font-size: 14px;
    margin: 0;
}

.container-crabra {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
}

.row {
    padding: 20px;
    margin: 0;
}

h1 {
    font-size: 32px;
    font-weight: 400;
    margin: 0;
}

.text-align-center {
    text-align: center;
}

span[id^="jqxWidget"] {
    color: transparent !important;
}


/*********************************** HEADER ***********************************/

#header-crabra {
    background-color: whitesmoke;
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    z-index: 30;
}

#header-crabra img {
    position: absolute;
    left: 0;
    top: 0;
}

#header-crabra {
    padding-left: 80px;
    padding-right: 80px;
}

@media all {
    .container-crabra {
        padding-top: 100px;
    }
    
    #header-crabra, #header-crabra img {
        height: 100px;
    }
    
    #header-crabra {
        padding-right: 0px;
    }
}

@media all and (min-width: 768px) {
    .container-crabra {
        padding-top: 100px;
    }
    
    #header-crabra, #header-crabra img {
        height: 100px;
    }
    
    #header-crabra {
        padding-right: 80px;
    }
}

@media all and (min-width: 992px) {
    .container-crabra {
        padding-top: 60px;
    }
    
    #header-crabra, #header-crabra img {
        height: 60px;
    }
}

@media all and (min-width: 1200px) {

}

/*********************************** FOOTER ***********************************/

#footer-crabra {
    background-color: whitesmoke;
    font-size: 11px;
    width: 100%;
    position: fixed;
    bottom: 0;
}

#footer-crabra a {
    text-decoration: none;
}


/************************************ BODY ************************************/

.help-block.with-errors {
    color: red;
}

#row-questionnaires {
    height: 100%;
}

#row-reponse {
    padding-bottom: 40px;
}

#table-questionnaires {
    height: 100%;
    padding: 0;
}

#questionnaire-form, #reponse-form {
    width: 100%;
}

#ajouter, #enlever {
    cursor: pointer;
}

#enlever {
    float: right;
}

#valider {
    margin-top: 10px;
    width: 100%;
    border: 1px solid #dee2e6;
    background-color: #dee2e6;
}

.logo_tab_reponse img {
    height: 25px;
}

.logo_tab_export img {
    height: 32px;
}