@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptserif/v18/EJRQQgYoZZY2vCFuvAFT9gaQVy4.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptserif/v18/EJRVQgYoZZY2vCFuvDFR.ttf) format('truetype');
}
body {
  font-family: 'PT Serif', serif;
  background: url("images/Kenza_Background.jpg") no-repeat center center fixed;
  background-size: cover;
  color: #000;
}
body #header {
  background-color: transparent;
}
body #header .client-logo span.logo-holder {
  background-image: url("images/Kenza_Logo_gold.png");
  width: 100%;
  background-position: center;
  background-size: 250px;
  height: 140px;
}
body div#content {
  min-height: calc(100vh - 200px);
}
body div#content .main-content {
  margin-bottom: 10px;
  background-color: transparent;
}
body div#content .main-content.empty-layout {
  background: url("images/Kenza_MiddleTextArea_Background.jpg") no-repeat center center fixed;
}
body div#content div#surveyElement {
  background-color: transparent;
  border-radius: 10px;
  background: url("images/Kenza_MiddleTextArea_Background.jpg") no-repeat center center fixed;
}
body div#content .btn {
  color: #000;
  font-family: 'PT Serif', serif;
  background-color: #550E25;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1px 6px;
  font-weight: bold;
  line-height: 45px;
  font-size: 19px;
  width: 135px;
}
body div#content .btn:focus,
body div#content .btn:active,
body div#content .btn:hover {
  outline: 0;
  box-shadow: none;
}
body div#content .input-group-addon,
body div#content .form-control,
body div#content textarea.form-control,
body div#content select.form-control,
body div#content .funkyradio input[type="radio"]:empty ~ label,
body div#content .funkyradio input[type="checkbox"]:empty ~ label {
  font-size: 14pt;
  border-radius: 0;
  border-color: lightne(#550E25, 20%);
  font-size: 12pt;
}
body div#content .input-group-addon:before,
body div#content .form-control:before,
body div#content textarea.form-control:before,
body div#content select.form-control:before,
body div#content .funkyradio input[type="radio"]:empty ~ label:before,
body div#content .funkyradio input[type="checkbox"]:empty ~ label:before {
  border-radius: 0;
}
body div#content .input-group-addon:focus,
body div#content .form-control:focus,
body div#content textarea.form-control:focus,
body div#content select.form-control:focus,
body div#content .funkyradio input[type="radio"]:empty ~ label:focus,
body div#content .funkyradio input[type="checkbox"]:empty ~ label:focus {
  outline: 0;
  box-shadow: none;
}
body div#content .input-group-addon:first-child,
body div#content .form-control:first-child,
body div#content textarea.form-control:first-child,
body div#content select.form-control:first-child,
body div#content .funkyradio input[type="radio"]:empty ~ label:first-child,
body div#content .funkyradio input[type="checkbox"]:empty ~ label:first-child {
  font-size: 12pt;
}
body div#content .br-theme-bootstrap-stars .br-widget a:after {
  color: #fdd48f;
}
body div#content .br-theme-bootstrap-stars a.br-active:after,
body div#content .br-theme-bootstrap-stars a.br-selected:after {
  color: #fCC15D;
}
body .alert {
  animation: pulse ease-in-out 0.2s;
  text-align: center;
  border-radius: 0;
  background-color: #811538;
  color: #FFF;
  border: 0;
}
body .alert .glyphicon.glyphicon-exclamation-sign {
  display: none;
}
body .panel-footer,
body div.questionHolder,
body .sv_p_container {
  border: 0;
}
body .funkyradio .funkyradio-success input[type="radio"]:checked ~ label:before,
body .funkyradio .funkyradio-success input[type="checkbox"]:checked ~ label:before {
  background-color: #811538;
}
body .funkyradio .funkyradio-danger input[type="radio"]:checked ~ label:before,
body .funkyradio .funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  background-color: #811538;
}
body .funkyradio input[type="radio"]:empty ~ label:before,
body .funkyradio input[type="checkbox"]:empty ~ label:before {
  background: #550E25;
}
body .datetimepicker thead tr:first-child th:hover,
body .datetimepicker tfoot th:hover,
body .datetimepicker table tr td span:hover {
  background-color: rgba(85, 14, 37, 0.5);
  color: #FFF;
}
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(85, 14, 37, 0.5);
}
body div.datetimepicker table tr td.active.active.active,
body div.datetimepicker table tr td span.active.active {
  background-color: #550E25;
  color: #FFF;
}
body div.datetimepicker table tr td.active.active:hover.active,
body div.datetimepicker table tr td span.active:hover.active {
  background-color: #550E25;
  color: #FFF;
}
body div.datetimepicker table tr td.today.active {
  border: 1px solid #550E25;
}
body div.datetimepicker table tr td.day:hover {
  background-color: #811538;
  color: #FFF;
}
body div.loader {
  border: 10px solid #550E25;
  border-top-color: rgba(85, 14, 37, 0.2);
}
body .loader-holder {
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center 20px;
  background-image: url("images/Kenza_Logo_gold.png");
}
body .loader {
  border: 10px solid #550E25;
  border-top-color: rgba(85, 14, 37, 0.2);
}
body .loader-holder {
  background-position: center 30px;
}
footer #footer {
  background-color: #550E25;
  color: #000;
  font-family: 'PT Serif', serif;
}
footer #footer a,
footer #footer p {
  margin: 0;
  color: #000;
  font-family: 'PT Serif', serif;
  color: #FFF;
}
