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

.nav>li.form-change-lang {
    display:none;
}

.form-change-lang {
    display:none;
}

#datasecurity_accepted {
  float: left;
  margin-right: 20px;
}

.question-title-container, .question-valid-container {
    background-color: #115e4b;
    color: #ffffff;
}
#surveys-list-jumbotron {
    display: none;
}
#surveyListFooter {
    display: none;
}
.logo-container>img {
  max-height: 200px;
}
.fruity .text-info {
    color: #115e4b;
}
.fruity .btn-primary {
    background-color: #115e4b;
    border: 1px solid #115e4b;
}
.fruity .btn-primary:hover {
    background-color: #A99A34;
    border: 1px solid #A99A34;
}
.fruity .progress-bar {
    background-color: #115e4b;
}
.fruity .navbar-collapse {
    background-color: #f6f6f6;
}
@media (min-width: 1200px)
    .navbar-header {
        float: left;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 20px;
}
.radiosmiley { 
    border: solid 3px transparent;
} 
.radiosmiley:hover {
    border-color: #246128;
}
.radio-list li {
    display: inline-block;
    margin-right: 2rem;
}
.radio-item ul {
    float: left;
}
.radio-item:not(:last-child) label::before{
    display:none;
}
body .answer-item:not(:last-child) label::after {
    background-color: #ffffff;
}
input[type=radio]:checked + label>img {
  border: 3px solid #ffffff;
  box-shadow: 0 0 3px 3px #A99A34;
}

.ls-label-xs-visibility,
.radio-item input[type="radio"] {
   border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
}

.radio-item input[type="radio"]:checked + label::after {
	background-color: #328637;
}

.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 {
    background-color: #A99A34;
}
.answer-item.radio-item label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

