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

  .table-bordered > thead > tr > th {
    border: 1px solid #dadada;
  }
  .table-bordered > thead > tr > td {
    border: 1px solid #dadada;
  }
  
  /******************
    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-text {
    font-size: 18px;
}

.btn-primary.active {
    background-color: #163550;
}

label.control-label{
    font-size: 18px;
}
input#datasecurity_accepted {
        /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 10px;

    
}

.ls-answers tbody .answertext {
    text-align: left;
}

.form-horizontal .control-label {
    text-align: left;
}

.btn-primary:hover {
    color: #fff;
    background-color: #98bc48;
    border-color: #98bc48;
}
.btn-primary {
    color: #fff;
    background-color: #88a93e;
    border-color: #88a93e;
}
.btn-primary[disabled]:hover {
    background-color: #98bc48;
    border-color: #98bc48;
}
.btn-primary.active:focus {
    color: #fff;
    background-color: #98bc48;
    border-color: #98bc48;
}
/*.btn-primary.active {*/
/*    background-color: #98bc48;*/
/*}*/
.progress-bar {
    background-color: #88a93e;
}
.text-info {
    color: #88a93e;
}
a {
    color: #88a93e;
    text-decoration: none;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #88a93e;
    border-color: #88a93e;
}
.panel-primary {
    border-color: #88a93e;
}

@media only screen and (min-width: 750px) {
.col1-question {
  float: left;
  width: 49%;
  margin-right: 2%;
  clear: left;
}
.col2-question {
  float: left;
  width: 49%;
  margin-right: 0%;
}
}
@media only screen and (min-width: 750px) {
    .col-1of3-question {
        float: left;
        width: 30%;
        clear: left;
        margin-right: 2%;
        height: 160px;
    }
    .col-2of3-question {
        float: left;
        width: 30%;
        margin-right: 2%;
        height: 160px;
    }
    .col-3of3-question {
        float: left;
        width: 30%;
        margin-right: 2%;
        height: 160px;
    }
}

@media only screen and (min-width: 750px) {
  .question-flex-container {
    display: flex;
    justify-content: space-evenly;
  }
}


/*.yourThemeName div.yes-no .btn-check:checked + .btn-primary {*/
/*div.yes-no .btn-check:checked + .btn-primary {*/
/*background-color: #00A9F8;*/
/*border: 1px solid #00A9F8;*/
/*background-color: #ffffff;*/
/*border: 1px solid #00A9F8;*/
/*}*/

