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

@font-face {
  font-family: 'Work Sans';
  font-weight: normal;
  font-style: normal;
  src: url('./font-src/WorkSans-Regular.ttf');
}

@font-face {
  font-family: 'Work Sans';
  font-weight: bold;
  font-style: normal;
  src: url('./font-src/WorkSans-Bold.ttf');
}

@font-face {
  font-family: 'Work Sans';
  font-weight: normal;
  font-style: italic;
  src: url('./font-src/WorkSans-Italic');
}

@font-face {
  font-family: 'Work Sans';
  font-weight: bold;
  font-style: italic;
  src: url('./font-src/WorkSans-BoldItalic.ttf');
}

.font-work {
  font-family: 'Work Sans';
}

.alert, body, .btn, .form-control, .h3, input, .ls-answers label, option, p, select, .text-info, th, tr {
  font-family: 'Work Sans';
}

option, select {
  color: #083349;
}

.ls-answers {
  color: #083349;
}

body .answer-item label::after {
  background-color: #1FB1C0
}

.checkbox-item input[type="checkbox"]:checked+label::after,
.checkbox-item input[type="radio"]:checked+label::after {
  background-color: #1FB1C0;
  color: white
}

.fruity a {
  color: #1FB1C0
}

.fruity a:hover {
  color: #007280
}

.fruity .navbar a.animate:after {
  background-color: #007280
}

.fruity .btn-default {
  border: 1px solid #1FB1C0;
  color: #1FB1C0
}

.fruity .btn-default:hover,
.fruity .btn-default:focus,
.fruity .btn-default:active,
.fruity .btn-default.active,
.fruity .open .dropdown-toggle.btn-default {
  color: #1FB1C0;
  border: 1px solid #007280;
  background-color: rgba(86,193,215,0)
}

.fruity .btn-primary {
  color: #fff;
  background-color: #1FB1C0;
  border: 1px solid #1FB1C0
}

.fruity .btn-primary:hover,
.fruity .btn-primary:focus,
.fruity .btn-primary:active,
.fruity .btn-primary.active,
.fruity .btn-primary.active:focus,
.fruity .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #007280;
  border: 1px solid #007280
}

.fruity .form-control:focus {
  border: 1px solid #1FB1C0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(86,193,215,0)
}

.fruity .has-success .radio {
  color: #1FB1C0
}

.fruity .has-success .radio-inline {
  color: #1FB1C0
}

.fruity .progress-bar {
  background-color: #1FB1C0;
}

.fruity .text-info {
  color: #1FB1C0;
}

.fruity .text-primary {
  color: #1FB1C0
}

.fruity .text-success {
  color: #1FB1C0
}

.ls-label-question {
  color:#007280;
  font-family: 'Work Sans';
  font-weight: bold;
  font-size: 18px;
}

.survey-name {
  display: none;
}

.h3 {
  color: #083349;
  font-size: 30px;
}

.question-number {
  font-size: 18px;
}
