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

*/

.text-warning {
font-weight: bold;
}

.question-container div.text-item .col-sm-1, .question-container div.text-item .col-sm-2, .question-container div.text-item .col-sm-3, .question-container div.text-item .col-sm-4, .question-container div.text-item .col-sm-5, .question-container div.text-item .col-sm-6, .question-container div.text-item .col-sm-7, .question-container div.text-item .col-sm-8, .question-container div.text-item .col-sm-9, .question-container div.text-item .col-sm-10, .question-container div.text-item .col-sm-11 {
    margin-left: 0;
}

.progress-bar {
    background-color: #e95e0f;
}

.btn-primary, .btn-primary:hover {
  color: #fff;
  background-color: #e95e0f;
  background-image: -webkit-linear-gradient(#e95e0f,#e95e0f 6%,#e95e0f);
background-image: -o-linear-gradient(#e95e0f,#e95e0f 6%,#e95e0f);
background-image: linear-gradient(#e95e0f,#e95e0f 6%,#e95e0f);
border: 1px solid #e95e0f;
}


body {
 font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
 color:#000;
 background-color: #FFFFFF;
 font-weight: 300;
 font-size: 1.5em;
 line-height: 2em;
}

.checkboxmatrix .checkbox-item label::before {
    left: 45%;
    margin-left: 0px;
}
.checkboxmatrix .checkbox-item label::after {
    left: 45%;
    margin-left: 4px;
    background: #0090d4;
}
.checkbox-item label::after {
  background: #0090d4;
}  
  
h1.text-center {
    text-align:left;
}

h1.survey-name {
    visibility: hidden;
    font-size: 0px;
}

h1.navbar-brand {
    visibility: hidden;
}

/*.navbar {
  height: 20px;
  min-height: 20px;
}*/

div.text-center {
    text-align:left;
    margin-left: 15px;
}

.survey-description {
    font-weight: 700;
}

h2.group-title {
    text-align:left;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    line-height: 1.4;
    font-size: 1.5em;
    color: #444;
    margin-top: 25px;
    margin-bottom: 15px;
    margin-right: 1em;
    margin-left:0px;
}

.h4, h4 {
    font-size: 1.2em;
}

.survey-welcome {
    margin: 15px;
}

.answers-list .radio-item label, .checkbox-list .checkbox-item label, .radio-list .radio-item label {
    padding: 0.3em 0.5em;
}
.fa-asterisk::before {
    content: "";
}
.text-primary {
    color: #000000;
}
 .col-sm-4 {
  width:25%;
 }
 .col-sm-8 {
    width: 60%;
    padding: 1em;
}

.col-sm-2 {
    width:20%;
}

label.col-xs-12.col-sm-4 {
width:5%;
}

div.form-change-lang, li.ls-no-js-hidden {
visibility: visible;
margin:25px;
}

.ls-answers label, .ls-answers th {
  font-weight: 300;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  line-height: 1.1;
}

.js table.ls-answers tbody tr td.radio-item.answer-checked {
  background: rgba(255, 255, 255, 0);
  color: #fff;
}

.radio-item input[type="radio"]:checked + label, .checkbox-item input[type="checkbox"]:checked + label {
  background: rgba(255, 255, 255, 0);
  color: #000;
}