/******************
    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;
  }
  
  .navbar{
      background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-image: -o-linear-gradient(#54b4eb,#2fa4e7 60%,#1d9ce5);
    background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-repeat: no-repeat;
    border-bottom: 1px solid #178acc;
    filter: none;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    color:#fff;

  }
  
  .navbar-brand{padding:15px 0 0 30px; color:#fff;}
  
  .navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover{
    color: #fff;
}
 .navbar-light .navbar-nav .nav-link ,.navbar-light .navbar-toggler,span.navbar-toggler-icon{
    color: #fff;
}
  
  .space-col {
    margin-top: 0em;
    margin-bottom: 1em;
}
.question-title-container{font-weight: bold; font-size:18px; color:#1976af}
span.text-muted.question-code{
    background-color: #1976af;
        display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff !important;;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-top: 3px;
  }
  .ls-questionhelp {  font-size: 12px;font-weight: normal; }
  
  .question-container {
    margin-bottom: 2em;
    border: 1px solid #e7e7e7;
    background-color: #FFF;
    border-radius: 5px;
}
.question-title-container{background-color: #f8f8f8;border-bottom: 1px solid #e7e7e7;}

.answers-list li label{display: block;}

.answers-list li{border-bottom: 1px solid #efefef; padding-bottom:10px;margin-right: 0;}

input[type='radio']:checked + li, input[type='radio']:checked + li label.label-radio, input[type='radio']:checked + li label.label-radio:before, input[type='checkbox']:checked + li label.checkbox-label, input[type='checkbox']:checked + li label.answertext, input[type='checkbox']:checked + li label.answertext:before {
    color: #ffffff;
    background-color: #496b38;
    background-image: -webkit-linear-gradient(#638f4d, #496b38);
}

.asterisk{font-size:12px;font-weight: normal; }
  