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

/* ADD -- Nicolas 23/03/2022 */
.form-control {
    background-position: 95% center!important;
    padding: 10px 15px!important;
}
.logo-container .logo {
    max-height: 172px;
    height: 172px;
    display: none;
}


.navbar:before {
    content: none;
}

.survey-welcome {
    color: #000;
}

.survey-welcome table {
    width: 66%;
}

.form-control {
    height:40px;
}

[contenteditable].form-control:focus, [type=email].form-control:focus, [type=password].form-control:focus, [type=tel].form-control:focus, [type=text].form-control:focus, input.form-control:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=text]:focus, textarea.form-control:focus, textarea:focus {
    box-shadow: inset 0 -2px 0 #b39964;
}
.form-control:focus {
    border-color: #b39964;
}
select.form-control:focus, select:focus {
    box-shadow: inset 0 -2px 0 #b39964;
    
}
.btn-primary {
    background-color: #b39964;
    border-color: #7e693e;
}
.bg-primary {
    background-color: #fff!important;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background-color: #7e693e;
    border-color: #7e693e;
}

.question-help-container {
    border: 0;
}

.navbar-brand {
    overflow: unset;
    height: 180px; /*135px*/
}
.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}
.question-text {
color:#000;
}

div.links {
    width: 100%;
    padding: 10px 0 20px;
    text-align: center;
}

.links a {
    color: #000;
    margin: 5px;
}

.consigne {
    font-family: "Calibri",sans-serif;
    font-size: 17px;
    color: #ff0909;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}




#outerframeContainer {
    margin-top: 60px;
}

@media (min-width: 1200px) {
    .container {
       width: 1340px;
    }
}

@media (min-width: 1025px) {
    .container {
       width: 1340px;
    }
    #welcome-container {
        margin-top:40px;
    }
    tr.ls-heading th {
        font-size:13px;
    }
    .nav .navlink {
    color: #000!important;
        font-weight: 600;
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    table.ls-answers thead { display: none; }
    table.ls-answers tr{ display: block; margin-bottom: 40px; }
    table.ls-answers td { display: block; text-align: right; }
    table.ls-answers td:before { content: attr(data-label); float: left; font-weight: bold; }
    table.ls-answers .subquestion-list { min-width: 290px; }
    colgroup.col-responses {
        display: none;
    }
    .survey-welcome table {
        width: 85%;
    }

}

@media (max-width: 767px) {
    .logo-container .logo {
        height: auto;
        width: 100%;
        max-height: 120px;
    }
}