/******************
    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{
background: linear-gradient(180deg, rgba(154,226,255,1) 0%, rgba(255,255,255,1) 57%);
}

.questionLayout{
    width:100%;
background-size: contain;
height: auto;
min-height: 500px;
}


.questionText{
color:black;
}

.question-container {
    margin-bottom: 2em;
    border: 1px solid #e7e7e7;
    background-color: #d4edfa;
}

.logoHeader img{
    max-width:100%;
}

.questionContent{
    display: flex;
    min-height:150px;
}

.blueBkg{
    background-color:white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:bottom center;
    padding:30px;
    width:100%;
     float:left;
}

.imgBkg{
     width:40%;
     float:left;
          background-size: 100%!important;
      min-height:250px;
      height:auto;
      background-position: middle center;
}

@media(max-width:1200px){
    .questionLayout{
    width:100%;
background-size: contain;
height: auto;
min-height: 500px;
}

.blueBkg{
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:bottom center;
    padding:20px;
    width:100%;
     float:left;
}

.imgBkg{
     width:100%;
     float:left;
     background-size: 100%!important;
      min-height:250px;
      height:auto;
      background-position: middle center;
}
.questionContent{
    display: inline;
    min-height:350px;
}
.questionText{
font-size:20px;
}
}

/*========================= RADIO BUTTONS ===============================*/
.radio-item label::before {
    border: 2px solid #232323!important;
}

.radio-item label, .checkbox-item label {
    cursor: pointer;
    margin-top: 80px;
}

.checkbox-item label::before {
    border: 2px solid #232323!important;
}

.checkbox-item label {
    font-weight: bold;
}

li.radio-item, li.checkbox-item, li.radio-text-item, li.checkbox-text-item {
    display: block;
    border: 1px solid #2584d2;
    padding: 0px 10px 10px 30px;
    background: #f4fbfe;
    border-radius: 5px;
}

.radio-item label, .checkbox-item label {
    cursor: pointer;
    margin-top: 20px;
}

.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: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

table.ls-answers {
    width: 100%;
    margin-bottom: 20px;
    background: #f4fbfe;
}

.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: 0px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.ls-answers tbody .answertext {
    text-align: right;
    background: #d0e7f6;
    color: #17685a;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
    border: 1px solid #b4e2ff;
}

.dir-ltr .ls-questionhelp {
    margin-left: 1px;
}

thead {
    background: #17685a;
    color: #fff;
    padding: 10px;
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
    padding: 15px;
}

.group-title.text-center.h3.space-col {
    text-transform: uppercase;
    font-weight: 600;
    background: #ef8921;
    padding: 10px;
    color: #fff;
    width: auto!important;
    max-width: 600px;
    margin: 0px auto;
    margin-bottom: 30px;
}

