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

/*

Couleurs SD

Orange : #f79425
Rouge : #dd3333
Rouge : #d61524
Gris : #5d5d5d


*/
.navbar-default {
    background-color: #fff;
}

.progress-bar {
    background-color: #d61524;
}

.alert-warning {
    background-color: #d61524;
    border-color: #d61524;
    color: #ffffff;
}

h1,h2,h3,h4,.h1,.h2,.h3,.h4, .group-description {
    color:#f79425;
}

h3,.h3 {
    font-size:2em;
}

.text-info, .text-info:hover {
    color: #f79425;
}

a {
    color: #f79425;
    text-decoration: underline;
}

.panel-primary>.panel-heading {
    color: #ffffff;
    background-color: #f79425;
    border-color: #f79425;
}

.btn-primary {
    color: #ffffff;
    background-color: #d61524;
    border-color: #d61524;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.35;
}

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

.well {
    background-color: #eee;
}

.bg-primary {
    background-color: #f79425;
}

body {
    font-size: 2em;
    color: #5d5d5d;
    hyphens: manual;
}

p {
    hyphens: manual;
}

.footer {
    font-size: 0.7em;
    color: #5d5d5d;
    background-color: #eee;
    font-style: italic;
    padding: 20px;
    text-align: justify;
}

ul, ol {
    font-size: 15px;
}

ul .ui-autocomplete {
	width: 250px !important;
	padding: 5px 10px;
	list-style: none;
}

#divDescriptionLP {
    max-width:450px;
    text-align:justify;
    margin:auto;
    font-size: 0.85em;
}

#surveyListFooter img {
    width: 150px;
}

#surveyListFooter {
    font-size:0.5em;
}

.footer-sd {
    font-size:0.8em;
    color:#D5D5D5;
    margin:auto;
    text-align: center;
}

.navbar-default {
    background-color: #f79425;
}

.ls-answers .ls-heading th {
    font-weight: 700;
    font-size: 0.80em;
}

.question-title-container {
    padding: 0.1em !important;
    margin: 0.1em !important;
}

.ls-question-help {
    display:none;
}

.ls-question-mandatory {
    font-size:13px !important;
}
}