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

:focus {
    outline: none !important;
}


.question-title-container{
	padding-top: 1em;
    padding-bottom: 0.5em;
    font-size: 2rem;
    color: #103754;
    font-weight: bold;
}

.group-title{
	font-size: 3em;
    margin-bottom: 1em;
    font-weight: bold;
    color: #103754;
    margin: 0.75rem 15px;
}

.logo-container{
	display: none;
}


input label{
	color: #444;
}

input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
	color: #AB4A4D;
}

/* ENQUETE TELETRAVAIL */ 

.group-description.well{
    max-width: 800px;
    margin: 1em auto;
    font-weight: bold;
    font-size: 2rem;
    color: #3F94F8;
    background: #fff;
}


.question-container {
    margin: 1rem auto;
    border: 1px solid #ccc;
    padding: 0rem 1rem 1rem 1rem;
    background: #F9F9F9;
    max-width: 800px;
}

.question-text .h4{
    color: #EA3F73;
    font-weight: bold;
    line-height: 2rem;
    margin: 0.75rem 15px;
    
}

/* RADIO AND CHECKBOX */

.label.label-info{
    display: inline;
    float: none !important;
    clear: both;
    background: #93CEFF;
    color: #343850;
    font-size: 60%;
}

.radio-item input[type="radio"]:checked + label, .checkbox-item input[type="checkbox"]:checked + label {
    background: #2583E2 !important;
    color: #fff !important;
}

.radio-item label::after, .checkbox-item label::after,
.radio-item label::before, .checkbox-item label::before{
    top:55%;
}

.numeric-item.withsuffix .ls-input-group .form-control{
    max-width:4rem;
    margin-right:0.5rem;
}

.numeric-item.withsuffix .ls-input-group .ls-input-group-extra{
    display:inline-block;
}

/* TABLE */

.js table.ls-answers tbody tr td.radio-item.answer-checked{
    background: #2583E2 !important
}

.ls-answers .ls-heading th,
.ls-answers tbody .answertext,
.ls-answers tbody .control-label:hover,
.ls-answers tbody .control-label:focus,
.radio-list .radio-item label:hover, .checkbox-list .checkbox-item label:hover,
.radio-list .radio-item label:focus, .checkbox-list .checkbox-item label:focus,
.radio-list .radio-item label, .checkbox-list .checkbox-item label{
    box-shadow:none;
    text-shadow:none !important;
    outline:none;
}

table.ls-answers{
    background:#fff;
}

/* BOOSTRAP BTN */

.answers-list .btn-primary{
    color: #222;
    background-color: #fff;
    border-color: rgb(204, 204, 204);
}

.answers-list .btn-primary:hover{
    background-color:#E6E6E6;
       cursor:pointer;
}

.answers-list .btn-primary.focus,
.answers-list .btn-primary.active{
    background: #2583E2 !important;
}
.answers-list .btn-primary.focus input[type="checkbox"]:checked + label,  input[type="radio"]:checked + label,
.answers-list .btn-primary.active input[type="checkbox"]:checked + label, input[type="radio"]:checked + label{
       color: #fff !important;
}

.answers-list .btn-primary.focus input[type="checkbox"]:checked + label:hover, .answers-list .btn-primary.focus input[type="radio"]:checked + label:hover,
.answers-list .btn-primary.active input[type="checkbox"]:checked + label:hover, .answers-list .btn-primary.focus input[type="radio"]:checked + label:hover{
       cursor:pointer;
}

.btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus{
    box-shadow:none;
    -webkit-box-shadow: none;
    border:inherit;
}


@media (min-width: 48em)
.form-inline .form-control {
    display: block;
    width: 100%;
    vertical-align: middle;
}