/******************
    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
*/
body {
     padding-bottom: 10px;
     padding-top: 60px;/* now is redefine in JS to fit any title length */
}
.privacy-header{
    font-weight: bold;
    font-style: italic;
    font-size:0px;
    color:white;
    
}
.fruity .question-item {
  padding-top: 0em; 
}
.ls-answers {
    /* padding-top: 15px; */
    padding-bottom: 5px;
    margin-bottom: 0;
    color: darkblue;
    font-weight:bold;
}
.question-title-container {
    padding-top: 1em;
    padding-bottom: 0em;
    background-color:#337ab7;
    color: white;
    font-weight: bold;
}

element.style {
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group>.btn:first-child {
    margin-left: 0;
}
.fruity .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border: 1px solid white;
}
.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: green;
    border: 1px solid #0f3e12;
}
body .answer-item label::after {
    background-color: darkblue;
}
.checkbox-item input[type="checkbox"]:checked+label::after, .checkbox-item input[type="radio"]:checked+label::after {
    background-color: darkblue;
    color: white;
}

.h1, h1 {
    font-size: 28px;
    background-color: #337ab7;
    text-align: left;
  
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.5;
    color: white;
}
.h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
      text-align: left;
}

.h3, h3 {
    color: darkblue;
    font-size: 18px;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    font-size:16px;
     width:30%; 
}
.fruity .form-control {
    color: #636363;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    font: 15px;
    padding-left:5px;
}
.form-control {
    display: block;
    width: 75%;
    height: 34px;
    padding-left: 15px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.navbar-default .navbar-brand, .navbar-default {
    border: none;
}
.navbar-default .navbar-brand {
    color: darkblue;
}
.navbar-brand {
/*    overflow: hidden;*/
    text-overflow: ellipsis;
}

.navbar-brand {
    float: left;
    height: 60px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    background-color:white;
}

.fruity .progress-bar {
    color: darkblue;
    background-color: lightblue;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
}
.fruity .progress {
    background-color: #337ab7;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}


.img class= "logo img-responsive=" src="/upload/surveys/945744/images/GASD_4_GGD.png" style="width: 125px; height: 94px; float: left;"


}
.logo-container>img {
    max-height: 120px;
    height: 100%;
    padding: 15px;
    width: auto;
}

.radio-item label,.checkbox-item label {
    cursor: pointer;
    font-size:15px;
}
.checkbox-item label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 0;
    margin-left: -20px;
    border: 1px solid #333;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.radio-item label::before {

.radio-item label::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 0;
    margin-left: -20px;
    border-radius: 50%;
    background-color: red;
    transition: border 0.15s ease-in-out;
}

.fruity .navbar {
    background-color: transparent;
    box-shadow: 0 3px 3px rgb(132 136 138 / 10%);
    border-radius: 0 !important;
}

.logo-container>img {
    max-height: 100px;
    padding: 15px;
    width: auto;
    background-color: white;
}

.question-title-container, .question-valid-container {
    border: none;
    color: black;
    background-color: coral;
}

.fa-asterisk:before {
    content:"";
}
.question-container {
    border-color:coral;
}

.answer-container {
    border-width: 0px 1px 0px 1px;
    border-style: solid;
    border-color: coral;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.navbar-default {
    background-color: white;
    border-color: white;
}

.fruity .navbar {
    background-color: white;
    box-shadow: 0 3px 3px rgb(132 136 138 / 10%);
    border-radius: 0 !important;
}

.fruity .text-primary {
    color: darkblue;
}

.h3, h3 {
    font-size: 18px;
}

.fruity .navbar {
    background-color: white;
    box-shadow: 0 3px 3px rgb(132 136 138 / 10%);
    border-radius: 0 !important;
}

.fruity .text-info {
    color: #009196;
    text-align: left;
}


.answer-item .form-control[size], .answer-item .form-control[cols] {
    width: inherit;
    max-width: 100%;
}

.fruity .navbar {
    box-shadow: 0 3px 3px rgb(132 136 138 / 10%);
    border-radius: 0 !important;