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

.asterisk{ display:none; }

#surveyListFooter{ display:none !important; }
.survey-list-heading{ display:none !important; }
.survey-contact{ display:none !important; }

.btn-primary {
  background-color: #ffff00;
  border-color: #e4e4e4;
  color: #000000;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary.dropdown-toggle.show, .btn-primary.dropdown-toggle.show:focus {
  border-color: #e4e4e4;
  color: #000000;
  background-color: #ffff00;
}
.btn-primary:hover {
  color: #444444;
  box-shadow: 0px 0px 0px 3px rgba(123, 97, 255, 0.4);
}
.btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary.dropdown-toggle.show, .btn-primary.dropdown-toggle.show:focus {
  box-shadow: 4px 4px 0px rgba(123, 97, 255, 0.4);
}
.btn-primary.disabled, .btn-primary[disabled] {
  color: #000000;
  background-color: #ffff00;
  box-shadow: none;
  border-color: #e4e4e4;
  opacity: 1;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active {
  color: #000000;
  border-color: #e4e4e4;
  box-shadow: none;
}
.progress-bar {
  color: #ffffff;
  background-color: #ffff00;
  box-shadow: none;
}

.radio-item input[type="radio"]:checked + label::after {
  background-color: #000000;

}

.radio-item input[type="radio"]:checked + label::before {
  border-color: #000000;
}

.navbar-brand {
  margin-left: auto;
  margin-right: 0;
}
.ms-auto {
  margin-left: initial !important;
}

.ls-answers .ls-heading th{
  font-weight: 700;
  font-size: 1rem;
  color:#000000;
}
.answertext, .answer-text {
word-break: initial;
  hyphens: initial !important;
    color:#000000 !important;
      font-size: 1rem;

}
.ls-answers th.answertext{
font-size: 1rem;
font-weight:400;
    
    
}
.question-container .ls-label-question{
    font-size:18px;
}

.ls-answers label, .answer-item label, .control-label {
  font-weight: initial;
  color:#000000;
  font-size: 1.0rem;
  line-height: 20px;
}

.radio-item input[type="radio"]:checked + label{
    color: #000000;
    font-weight:600;
}

.ls-input-group-extra{
    font-size: 1.0rem;
    
}

.ls-even {
  background-color: #E9E9EB;
}

.table-hover > tbody > tr:hover > td {
  background-color: #E9E9EB;
}
.table-hover > tbody > tr:hover > th {
  background-color: #E9E9EB;
  color: #6E748C;
}
.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #E9E9EB;
  color: inherit;
}

.form-control {
  color: #1E1E1E;
  border-color: #E9E9EB;
  font-size: 14px;
}
.form-control:focus {
  /*box-shadow: 4px 4px 0 rgba(66, 0, 255, 0.2);*/
  box-shadow: 0 0 0 0;
  border-color: #6E748C;
}
#ls-button-previous, #ls-button-submit{
    font-weight:600;
}
*[class*=btn-outline-]:focus, *[class*=btn-outline-]:active, *[class*=btn-outline-].active, *[class*=btn-outline-].dropdown-toggle.show, *[class*=btn-outline-].dropdown-toggle.show:focus, *[class*=btn-outline-].show {
  box-shadow: 4px 4px 0px #ffff00; 
  background-color: #ffffff;
}



