/******************
    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
*/
@media (min-width: 761px) {
    .logo-container>img {
        max-height: 132px;
        padding: 15px;
        width: auto;
    }
}
/**/
.fruity .btn-primary {
    color: #fff;
    background-color: #264f7b;
    border: 1px solid #264f7b;
}
.fruity .text-primary {
    color: #666666;
}
.fruity .text-info {
    color: #666666;
}
.fruity .progress-bar {
    color: #fff;
    background-color: #264f7b;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
}
.number-of-questions {
    text-align: center;
}

.asterisk {
    padding: 5px;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.group-title {
    display:none;
}
body .top-container {
    margin-top: 25px !important;
}

/******************
TO DELETE
******************/
/*.text-center {
    text-align: center;
}*/
/******************
CUSTOM RADIO BUTTON
******************/
.radio-item label::before {
    border: 1px solid #666666;
    background-color: #ffffff;
}
body .answer-item label::after {
    background-color: #0F5181;
}


/******************
CUSTOM ANSWER PAGE
******************/
*[id*='question'].ls-label-question {
    padding: 1.5rem;
    background: #e1e1e1;
    font-size: 1.61rem;
}
*[id*='question'] p {
    margin: 0;
}
.asterisk {
    display: none;
}
.question-help-container {
    /*padding-bottom: 20px;*/
}
.ls-questionhelp span {
    color: #a94442;
    font-weight: bold;
}
.fruity .question-container.input-error {
    box-shadow: none;
}
/******************
WELCOME PAGE HIDE ELEMENTS
******************/
#welcome-container .survey-name {
    display: none;
}
#welcome-container .number-of-questions {
    display: none;
}
#welcome-container .survey-description {
    padding-bottom: 15px;
    padding-top: 15px;
}
/******************
REMOVE RESUME/CONTINUE LATER
******************/
#outerframeContainer {
    word-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none;
}
/******************
NAVIGATION
******************/
#navigator-container > div {
    padding-left: 15px;
    padding-right: 15px;
}
.space-col {
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.question-container {
    margin-bottom: 0.5em;
}
/* hide help test */
.lidl-Q0006 .ls-question-help  {
    display: none;
    border: 1px solid blue;
}
.lidl-Q0010 .ls-question-help  {
    display: none;
    border: 1px solid blue;
}