@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/golostext/v4/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plVRRQ5ZEr8zXcyx.woff2) format('woff2');
}
@control-selected-text-colour :rgb (255, 255, 255);
@control-unselected-text-colour :rgb (0, 0, 0);
.panel-footer,
div.questionHolder,
.sv_p_container {
  border: 0;
}
div.datetimepicker .hour,
div.datetimepicker .minute {
  font-weight: normal;
}
.selection span {
  font-weight: normal;
}
.select2-results__option {
  font-weight: normal;
}
body {
  font-family: 'Golos Text', sans-serif;
  color: #434A52;
  background-color: #4f575c;
}
body p,
body span {
  font-weight: bold;
}
#header {
  background-color: #434A52;
}
#header .client-logo span.logo-holder {
  background-image: url('./images/logo.png');
  width: 100%;
  background-position: center;
  background-size: auto calc(100% - 10px);
  height: 100px;
}
div#content {
  min-height: calc(100vh - 160px);
  background: repeat-x top center fixed;
  background-color: #4f575c;
  background-image: url('./images/background.jpeg');
  background-size: cover;
}
div#content .btn {
  background-color: #434A52;
  color: #E6E6E6;
  font-family: 'Golos Text', 'Open Sans', sans-serif;
  font-weight: bold;
  padding: 10px 25px;
  font-size: 20px;
  min-width: 120px;
  border-radius: 10px;
}
div#content .btn:focus,
div#content .btn:active,
div#content .btn:hover {
  background-color: #4e5760;
  outline: 0;
  box-shadow: none;
}
div#content .br-theme-bootstrap-stars .br-widget,
div#content .br-theme-bootstrap-stars .br-widget a:after {
  color: #d2d2d2;
}
div#content .br-theme-bootstrap-stars .br-active,
div#content .br-theme-bootstrap-stars .br-active:after,
div#content .br-theme-bootstrap-stars a.br-selected:after,
div#content .br-theme-bootstrap-stars a.br-active {
  color: #edb867 !important;
}
div#content .br-widget {
  font-weight: bold;
}
div#content .main-content {
  background-color: rgba(230, 230, 230, 0.94);
}
div#content .main-content h1 {
  font-size: 32;
}
div#content .main-content .input-group-addon,
div#content .main-content .form-control,
div#content .main-content textarea.form-control,
div#content .main-content select.form-control,
div#content .main-content .funkyradio input[type='radio']:empty ~ label,
div#content .main-content .funkyradio input[type='checkbox']:empty ~ label {
  font-size: 14pt;
  height: auto;
  border-radius: 0;
}
div#content .main-content .input-group-addon:before,
div#content .main-content .form-control:before,
div#content .main-content textarea.form-control:before,
div#content .main-content select.form-control:before,
div#content .main-content .funkyradio input[type='radio']:empty ~ label:before,
div#content .main-content .funkyradio input[type='checkbox']:empty ~ label:before {
  border-radius: 0;
}
div#content .main-content .input-group-addon:focus,
div#content .main-content .form-control:focus,
div#content .main-content textarea.form-control:focus,
div#content .main-content select.form-control:focus,
div#content .main-content .funkyradio input[type='radio']:empty ~ label:focus,
div#content .main-content .funkyradio input[type='checkbox']:empty ~ label:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ccc;
}
div#content .main-content .input-group-addon:first-child,
div#content .main-content .form-control:first-child,
div#content .main-content textarea.form-control:first-child,
div#content .main-content select.form-control:first-child,
div#content .main-content .funkyradio input[type='radio']:empty ~ label:first-child,
div#content .main-content .funkyradio input[type='checkbox']:empty ~ label:first-child {
  font-size: 12pt;
}
div#content .funkyradio .funkyradio-success input[type='radio']:checked ~ label:before,
div#content .funkyradio .funkyradio-success input[type='checkbox']:checked ~ label:before {
  background-color: #008000;
}
div#content .funkyradio .funkyradio-danger input[type='radio']:checked ~ label:before,
div#content .funkyradio .funkyradio-danger input[type='checkbox']:checked ~ label:before {
  background-color: #ff0000;
}
div#content .funkyradio input[type='radio']:empty ~ label:before,
div#content .funkyradio input[type='checkbox']:empty ~ label:before {
  background: #eeeeee;
}
div#content .alert {
  animation: pulse ease-in-out 0.2s;
  text-align: center;
  border-radius: 0;
  background-color: #ff0000;
  color: white;
  border: 0;
}
div#content .alert .glyphicon.glyphicon-exclamation-sign {
  display: none;
}
div#content body div#content .funkyradio input[type='radio']:empty ~ label,
div#content body div#content .funkyradio input[type='checkbox']:empty ~ label {
  border-radius: 0;
}
div#content .funkyradio input[type='radio']:empty ~ label,
div#content .funkyradio input[type='checkbox']:empty ~ label {
  border-radius: 0;
}
div#content .funkyradio input[type='radio']:empty ~ label:before,
div#content .funkyradio input[type='checkbox']:empty ~ label:before {
  border-radius: 0;
}
.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot th:hover,
.datetimepicker table tr td span:hover {
  background-color: rgba(67, 74, 82, 0.5);
  color: #ffffff;
}
div.datetimepicker thead tr:first-child th:hover,
div.datetimepicker tfoot th:hover,
div.datetimepicker table tr td span:hover {
  background-color: rgba(67, 74, 82, 0.5);
}
div.datetimepicker table tr td.active.active.active,
div.datetimepicker table tr td span.active.active {
  background-color: #434A52;
  color: #ffffff;
}
div.datetimepicker table tr td.active.active:hover.active,
div.datetimepicker table tr td span.active:hover.active {
  background-color: #434A52;
  color: #ffffff;
}
div.datetimepicker table tr td.today.active {
  border: 1px solid transparent;
}
div.datetimepicker table tr td.day:hover {
  background-color: #5a636e;
  color: #ffffff;
}
footer #footer {
  background-color: #434A52;
  font-family: 'Golos Text', sans-serif;
}
footer #footer a {
  color: #434A52;
}
footer #footer a,
footer #footer p {
  margin: 0;
  font-family: 'Golos Text', sans-serif;
}
