﻿:root {
  --header-height: 120px;
}
body {
  font-family: 'Inter', sans-serif;
}
body.loading::before {
  position: fixed;
  z-index: 9999;
  background: url('../images/animated-shield.gif') no-repeat center center;
  background-color: #eee;
  content: ' ';
  font-size: 18px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
p {
  font-size: 18px;
}
a,
a:hover,
a:visited {
  color: #4686ac;
  font-weight: bold;
  text-decoration: none;
}
.page-wrapper {
  width: 100%;
  background-color: #eee;
}
.page-wrapper .container-fluid {
  min-height: calc(100vh - var(--footer-height) - var(--header-height));
  padding: 0;
}
.page-wrapper .content {
  padding: 60px 0 80px;
}
.landing-banner-header {
  font-family: 'Fjalla One', sans-serif;
}
footer {
  color: #999;
  background-color: #111;
  font-size: 14px;
}
footer .row {
  display: flex;
  align-items: center !important;
}
footer a,
footer a:visited {
  color: #999 !important;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
}
footer a:hover,
footer a:active {
  color: #fff !important;
  font-weight: normal;
  transition: 0.2s;
}
footer a.fa {
  color: #999;
  font-size: 20px;
  margin: 10px;
  text-decoration: none;
}
footer a.fa:hover {
  color: #fff;
}
footer .footer-1 {
  text-align: left;
}
footer .footer-2 {
  text-align: center;
}
footer .footer-3 {
  text-align: right;
}
@media (max-width: 768px) {
  footer .footer-1 {
    margin: 20px 0 0;
    text-align: center;
  }
  footer .footer-2 {
    margin: 0;
    padding: 0 60px;
    text-align: center;
  }
  footer .footer-3 {
    padding-bottom: 30px;
    text-align: center;
  }
}
.bm-loading {
  position: relative;
  min-width: 300px;
  min-height: 300px;
}
.bm-loading::before {
  z-index: 9998;
  background: url('../images/spinner.gif') no-repeat center center;
  background-color: rgba(255, 255, 255, 0.75);
  content: ' ';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.fa.green {
  color: #9cbe3c;
}
.fa.red {
  color: darkred;
}
h1,
h2,
h3,
h4 {
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h5,
h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#hero {
  background: url('../images/bg-hero.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 18rem 0;
  text-align: center;
}
#hero h1 {
  font-size: 84px;
  margin-bottom: 1.25rem;
}
#hero h5 {
  font-size: 24px;
  font-weight: 400;
}
#intro {
  background: url('../images/bg-texture-white.jpg') no-repeat center center;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
}
#intro h3 {
  font-size: 36px;
  line-height: 1.4;
}
#intro p {
  font-size: 20px;
}
#quote {
  background: url('../images/bg-texture-dark.jpg') no-repeat center center;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
}
#quote h2 {
  color: #fff;
  font-size: 48px;
}
form h5 {
  font-family: 'Fjalla One', sans-serif;
}
form li {
  margin-bottom: 10px;
}
#prefooter {
  background: url('../images/bg-footer-texture.jpg') no-repeat center center;
  background-size: cover;
  min-height: 240px;
}
button.btn,
a.btn,
a.btn:visited {
  background: #4686AC;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-family: 'Fjalla One', sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 8px 24px;
  text-transform: uppercase;
}
a.btn:hover,
a.btn:active,
:not(.btn-check) + a.btn:active,
a.btn:first-child:active,
button.btn:hover,
button.btn:active,
:not(.btn-check) + button.btn:active {
  background: #295F80;
  color: #fff;
}
a.btn-warning:hover,
a.btn-warning:active,
button.btn-warning:hover,
button.btn-warning:active,
button.btn-warning:first-child:active {
  color: #fff;
  background: #295f80;
}
button.btn-success {
  background: #a3bc52;
}
button.btn-success:hover,
button.btn-success:active,
:not(.btn-check) + .button.btn-success:active,
:not(.btn-check) + .btn-success:active,
button.btn:first-child:active {
  background: #829642;
}
.nav-tabs .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
}
.options-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  min-height: 480px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
.options-nav {
  background-color: #fff;
  border-radius: 100rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  height: 10rem;
  width: 10rem;
  font-size: 3rem;
  text-decoration: none;
  margin-bottom: 20px;
}
.options-nav:hover {
  background-color: #4686ac;
  color: #ffffff;
}
hr {
  border-color: #acaa9c;
}
.card-group {
  text-align: center;
}
.card {
  background: #FFF;
  border: 1px solid #AAA;
  border-bottom: 3px solid #BBB;
}
.card .content {
  height: 40%;
  padding: 20px;
}
.card .header {
  height: 20%;
  text-align: center;
}
.card-image {
  width: 100%;
  height: 40%;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.card-image-new {
  background-image: url('/images/request-icon.png');
}
/* BUTTONS */
.btn {
  color: #262626;
}
.btn-success {
  background-color: #c5ef3e;
  background-image: linear-gradient(to bottom, #1b88b0 0%, #1b88b0 100%);
  border-color: #1b88b0;
}
.btn-success:hover {
  background-color: #1b88b0;
}
.btn-success[disabled] {
  background-color: darkgray;
}
.btn-success[disabled]:hover {
  background-color: darkgray;
}
/* NAVIGATION */
.btn-toolbar a {
  color: #fff;
  margin-right: 10px;
  color: #696560;
}
.landing-header {
  background: #fff;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  text-align: left;
  vertical-align: baseline;
}
.login-body-content {
  height: 100%;
  padding: 0;
}
.body-space {
  height: 75%;
  background: #fff;
  width: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
.body-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  top: 150px;
  bottom: 40px;
  overflow: auto;
}
.sidebar {
  width: 20%;
  min-width: 200px;
  height: 100%;
  display: inline-block;
  padding-top: 30px;
  padding-left: 30px;
  vertical-align: top;
  text-align: left;
  margin-left: 0;
}
.sidebar-section-title {
  font-size: 14px;
  font-weight: bold;
}
.sidebar-icon {
  margin-right: 10px;
  margin-bottom: 5px;
}
.sidebar-links {
  margin-bottom: 30px;
}
.page {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section-title {
  margin-top: 20px;
  font-size: large;
}
.main-content-container {
  padding: 20px;
  padding-top: 115px;
  width: 100%;
  background-color: rgba(220, 220, 220, 0.9);
  text-align: left;
  min-height: 800px;
  display: table;
}
.main-content-container-report {
  padding: 20px;
  padding-top: 115px;
  width: 100%;
  background-color: #dcdcdc;
  text-align: left;
  min-height: 800px;
  display: table;
}
.home-options-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 200px;
}
.home-spacer {
  height: 30px;
}
.home-icon {
  display: inline-block;
  vertical-align: top;
  width: 5%;
}
.home-option {
  display: inline-block;
  margin-left: 10px;
  width: 90%;
}
.home-link {
  font-size: 14px;
  color: #1b88b0;
}
.home-link-description {
  margin-bottom: 25px;
  color: #000;
}
.users-container {
  text-align: left;
  height: 100%;
  width: 100%;
}
.users-content {
  padding-top: 30px;
  display: inline-block;
  width: 100%;
}
.users-list {
  width: 100%;
}
.content-header {
  border-bottom: 1px solid #acaa9c;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  color: #000;
}
.users-profile {
  display: inline-block;
  width: 45%;
  min-height: 80px;
  background: #f1f8fb;
  margin-top: 15px;
  margin-right: 15px;
  padding: 8px;
}
.users-profile-name {
  font-size: 16px;
  font-weight: bold;
}
.modal-open .modal,
.btn:focus {
  outline: none !important;
}
a:focus {
  outline: none !important;
}
/* Set width on the form input elements since they're 100% wide by default */
label {
  vertical-align: top;
}
.subscribe-card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  float: left;
  margin-left: 20px;
  text-align: center;
  background-color: white;
  width: 350px;
}
/* On mouse-over, add a deeper shadow */
.subscribe-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
/* Add some padding inside the card container */
.subscribe-card-container {
  padding: 2px 16px;
  text-align: left;
}
.subscribe-card-header {
  background-color: #85b00f;
  margin-top: -30px;
  height: 30px;
}
.profile-form label {
  width: 200px;
}
.profile-form input {
  width: 300px;
}
input[type=checkbox] {
  /* All browsers except webkit*/
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  /* Webkit browsers*/
  -webkit-transform: scale(1.2);
}
.request-content {
  border: 1px solid #b6b4a6;
  margin-top: 0;
  background: #f7f7f7;
  padding: 10px 20px 20px 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
  color: #696560;
}
.request-form {
  margin-top: 10px;
  display: inline-block;
  padding-bottom: 20px;
  min-width: 1100px;
}
.request-form input {
  font-size: 14px;
  width: 200px;
  margin-bottom: 4px;
}
.request-form label {
  width: 170px;
  font-size: 14px;
}
.request-form select {
  width: 200px;
  font-size: 14px;
  height: 28px;
}
.request-form-side {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
}
.request-form-side input {
  font-size: 14px;
  width: 200px;
  margin-bottom: 4px;
}
.request-form-side label {
  width: 170px;
  font-size: 14px;
}
.request-form-side select {
  width: 200px;
  font-size: 14px;
  height: 28px;
}
.request-matches {
  border: 1px solid #b6b4a6;
  background: #f7f7f7;
  vertical-align: top;
  margin-top: 0;
  padding: 10px 5px 5px 5px;
}
.request-matches-results {
  width: 224px;
  background: white;
  border: 2px solid #1b88b0;
  margin-top: 10px;
  padding: 3px;
  height: 453px;
}
tr:nth-child(even) {
  background-color: #f1f8fb;
}
.request-list {
  width: 95%;
  overflow: auto;
}
/* styles for validation helpers */
.field-validation-error {
  color: #b94a48;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error {
  border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #b94a48;
}
.validation-summary-errors ul {
  list-style: none;
  text-align: left;
  padding-left: 0;
}
.validation-summary-valid {
  display: none;
}
.share-container li {
  margin-bottom: 10px;
}
.share-container input {
  width: 364px;
}
/*  FAQ  */
.faq {
  background-color: #f6f6f6;
  margin-bottom: 15px;
}
.faq h5 {
  margin: 0;
  padding: 20px;
}
.faq .fa {
  padding-right: 8px;
}
.faq .question {
  font-size: 22px;
  color: #262626;
  text-transform: uppercase;
}
.faq .question-marker {
  margin-right: 30px;
  float: left;
}
.faq .answer {
  padding: 0 30px 30px 50px;
}
/*  DROPDOWN  */
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  background-color: dimgray;
  color: black;
}
.row {
  margin-right: 0;
  /*margin-left: 0;*/
}
.alert-danger {
  position: relative;
}
.alert-danger .glyphicon-remove {
  position: absolute;
  right: 3px;
  top: 3px;
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.download-item {
  font-size: 20px;
  margin-bottom: 20px;
}
.download-item .fa {
  padding-right: 8px;
}
.page-title {
  background: url('../images/bg-texture-dark.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
}
.page-title h1 {
  margin: 0;
}
.donut-chart {
  display: inline-block;
  height: 250px;
  width: 250px;
  text-align: center;
}
error {
  display: block;
}
error:empty {
  display: none;
}
/*INPUT*/
textarea,
input {
  padding-left: 5px;
}
.horizontal label {
  width: 150px;
}
.horizontal select,
.horizontal textarea,
.horizontal input {
  width: 250px;
}
.pull-right[type="submit"] {
  margin-left: 10px;
}
select.form-control {
  appearance: auto;
}
textarea {
  resize: none;
}
.form-control-inline {
  min-width: 0;
  /*width: auto;*/
  display: inline;
}
form li {
  display: flex;
  justify-content: space-between;
}
form li > label {
  padding-top: 0.375rem;
}
form li > label + div,
form li > label + .form-control {
  display: inline-block;
  width: 65%;
}
ul.display li {
  display: flex;
  justify-content: space-between;
}
ul.display li label {
  font-weight: bold;
}
.navbar {
  background-color: #111;
  max-height: var(--header-height);
  transition: ease-in-out 1s;
}
.navbar .logo {
  transition: ease-in-out 0.5s;
  height: 80px;
}
.navbar.minimized {
  background: #111;
}
.navbar.minimized .logo {
  height: 60px;
}
.navbar .navbar-toggler,
.navbar .nav-item a,
.navbar .nav-link.dropdown-toggle {
  color: #999;
  font-weight: 500;
  text-transform: uppercase;
}
.navbar .navbar-toggler:hover,
.navbar .nav-item a:hover,
.navbar .nav-link.dropdown-toggle:hover {
  color: #fff;
}
.navbar .dropdown-menu a {
  color: #999;
  background: none;
}
.navbar .dropdown-menu a:hover {
  color: #fff;
}
.navbar .ms-auto,
.navbar .dropdown-menu {
  text-align: left;
}
.navbar .dropdown-menu {
  color: #fff;
}
@media (max-width: 768px) {
  .navbar .logo {
    height: 60px;
  }
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 20px;
}
.dropdown:hover .dropdown-menu {
  background: #222;
  border: none;
  border-radius: 0;
}
.navbar-nav > .nav-item > * {
  color: #999;
}
.navbar-nav > .nav-item > *.active {
  color: #AAA;
}
.table-striped tr.odd {
  background-color: #f7f7f7;
}
.table-striped tr.even {
  background-color: #fff;
}