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

.fruity .btn-primary:hover, .fruity .btn-primary:focus, .fruity .btn-primary:active, .fruity .btn-primary.active, .fruity .btn-primary.active:focus, .fruity .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #006996;
    border: 1px solid #006996;
    -webkit-box-shadow: 1px 1px 4px #008ac9;
    -moz-box-shadow: 1px 1px 4px #008ac9;
    box-shadow: 1px 1px 4px #008ac9;
    border: solid 1px #bbb;
    border: solid 0px rgba(0,0,0,0); /* Ignored by browsers that don't support it */
}

.fruity .btn-primary {
    color: #fff;
    background-color: #008ac9;
    border: 1px solid #008ac9;
}

.fruity .btn-primary p{
    margin: 0;
}

#welcome-message,
.survey-welcome{
    font-size: 15px;
    line-height: 1.42857143;
    color: #008ac9 !important;
}

.fruity .text-info {
  color: #008ac9 !important;
}

.group-outer-container,
.group-container{
    margin-bottom: 0;
    margin-top: 0;
}

li.radio-item, li.checkbox-item, li.radio-text-item, li.checkbox-text-item {
    margin-bottom: 0em;
}

.asterisk{
    margin-right: 1em;
}

.navbar{
    background-color: rgb(244, 244, 244) !important;
}


.hide-label  .ls-label-question{
    display: none;
}

.list-unstyled{
    margin-bottom: 0px;
}

#footer{
	background-color: #ecf2f3;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.imgHESSO {
    float: right;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
    right: 15px;
}

#g-recaptcha div{
    margin: 0 auto;
}

.fruity .question-container.input-error {
    box-shadow: none;
}

.boilerplate .answer-container{
    display: none;
}

.boilerplate .question-title-container{
    width: 100%;
}

.p_uploadedfiles{
    margin-top: 5px;
}

.p_uploadedfiles td.upload{
    text-align:left;
}

.fruity .placeholder {
    background-color: #ffffff;
}

.numeric{
    text-align: left;
}

.sortable-list .ls-choice.sortable-item {
    list-style-type: decimal;
}

.list-group-item {
    display: list-item;
    list-style-position: inside;
}


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding-right: 10px;
    padding-left: 10px;
}

.group-description{
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 0;
    font-weight: 600;
    min-height: unset;
    padding: unset;
}

.input-error.redbox ul{
        border: 1px solid #a94442;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
}

.fruity .input-error input {
    border: 1px solid #a94442;
    color: #a94442;
}