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

*/

.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;
}

body {
 font-family: 'Source Sans Pro', sans-serif;
 color:#000;
 font-weight: 300;
 font-size: 1.7em;
 line-height: 2em;
}
}

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

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

h1.navbar-brand {
    visibility: hidden;
}

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-weight: 700;
    line-height: 1.4;
    color: #444;
    margin-top: 25px;
    margin-bottom: 15px;
    margin-right: 1em;
    margin-left:15px;
}

.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: hidden;
}

.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;
}