@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
@control-selected-text-colour :rgb (255, 255, 255);
@control-unselected-text-colour :rgb (0, 0, 0);
div.datetimepicker .hour,
div.datetimepicker .minute {
  font-weight: normal;
}
.selection span {
  font-weight: normal;
}
.select2-results__option {
  font-weight: normal;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #585a59;
}
body p,
body span {
  font-weight: bold;
}
body #header {
  background-color: #1c3151;
}
body #header .client-logo span.logo-holder {
  background-image: url("images/2024/logo.png");
  width: 100%;
  background-position: center;
  background-size: 200px;
  height: 100px;
}
body div#content {
  min-height: calc(100vh - 160px);
  background: url("images/2024/bg.jpg") repeat-x top center fixed;
  background-size: cover;
}
body div#content .btn {
  background-color: #c12713;
  color: white;
  font-family: "Open Sans";
  font-weight: bold;
  padding: 10px 25px;
  font-size: 20px;
  min-width: 120px;
  border-radius: 10px;
}
body div#content .btn:focus,
body div#content .btn:active,
body div#content .btn:hover {
  background-color: #d82c15;
  outline: 0;
  box-shadow: none;
}
body div#content .br-widget {
  font-weight: bold;
}
body div#content .main-content {
  background-color: rgba(255, 255, 255, 0.94);
}
body div#content .main-content .input-group-addon,
body div#content .main-content .form-control,
body div#content .main-content textarea.form-control,
body div#content .main-content select.form-control,
body div#content .main-content .funkyradio input[type="radio"]:empty ~ label,
body div#content .main-content .funkyradio input[type="checkbox"]:empty ~ label {
  font-size: 14pt;
  height: auto;
  border-radius: 0;
}
body div#content .main-content .input-group-addon:before,
body div#content .main-content .form-control:before,
body div#content .main-content textarea.form-control:before,
body div#content .main-content select.form-control:before,
body div#content .main-content .funkyradio input[type="radio"]:empty ~ label:before,
body div#content .main-content .funkyradio input[type="checkbox"]:empty ~ label:before {
  border-radius: 0;
}
body div#content .main-content .input-group-addon:focus,
body div#content .main-content .form-control:focus,
body div#content .main-content textarea.form-control:focus,
body div#content .main-content select.form-control:focus,
body div#content .main-content .funkyradio input[type="radio"]:empty ~ label:focus,
body div#content .main-content .funkyradio input[type="checkbox"]:empty ~ label:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ccc;
}
body div#content .main-content .input-group-addon:first-child,
body div#content .main-content .form-control:first-child,
body div#content .main-content textarea.form-control:first-child,
body div#content .main-content select.form-control:first-child,
body div#content .main-content .funkyradio input[type="radio"]:empty ~ label:first-child,
body div#content .main-content .funkyradio input[type="checkbox"]:empty ~ label:first-child {
  font-size: 12pt;
}
body div#content .panel-footer,
body div#content div.questionHolder,
body div#content .sv_p_container {
  border: 0;
}
body div#content .funkyradio .funkyradio-success input[type="radio"]:checked ~ label:before,
body div#content .funkyradio .funkyradio-success input[type="checkbox"]:checked ~ label:before {
  background-color: #1c3151;
}
body div#content .funkyradio .funkyradio-danger input[type="radio"]:checked ~ label:before,
body div#content .funkyradio .funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  background-color: #d0152c;
}
body div#content .funkyradio input[type="radio"]:empty ~ label:before,
body div#content .funkyradio input[type="checkbox"]:empty ~ label:before {
  background: #eeeeee;
}
body div#content .alert {
  animation: pulse ease-in-out 0.2s;
  text-align: center;
  border-radius: 0;
  background-color: #d0152c;
  color: white;
  border: 0;
}
body div#content .alert .glyphicon.glyphicon-exclamation-sign {
  display: none;
}
body div#content body div#content .funkyradio input[type="radio"]:empty ~ label,
body div#content body div#content .funkyradio input[type="checkbox"]:empty ~ label {
  border-radius: 0;
}
body div#content .funkyradio input[type="radio"]:empty ~ label,
body div#content .funkyradio input[type="checkbox"]:empty ~ label {
  border-radius: 0;
}
body div#content .funkyradio input[type="radio"]:empty ~ label:before,
body div#content .funkyradio input[type="checkbox"]:empty ~ label:before {
  border-radius: 0;
}
body .datetimepicker thead tr:first-child th:hover,
body .datetimepicker tfoot th:hover,
body .datetimepicker table tr td span:hover {
  background-color: rgba(28, 49, 81, 0.5);
  color: #ffffff;
}
body div.datetimepicker thead tr:first-child th:hover,
body div.datetimepicker tfoot th:hover,
body div.datetimepicker table tr td span:hover {
  background-color: rgba(28, 49, 81, 0.5);
}
body div.datetimepicker table tr td.active.active.active,
body div.datetimepicker table tr td span.active.active {
  background-color: #1c3151;
  color: #ffffff;
}
body div.datetimepicker table tr td.active.active:hover.active,
body div.datetimepicker table tr td span.active:hover.active {
  background-color: #1c3151;
  color: #ffffff;
}
body div.datetimepicker table tr td.today.active {
  border: 1px solid transparent;
}
body div.datetimepicker table tr td.day:hover {
  background-color: #294877;
  color: #ffffff;
}
footer #footer {
  background-color: #1c3151;
  font-family: "Open Sans", sans-serif;
}
footer #footer a {
  color: white;
}
footer #footer a,
footer #footer p {
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
