input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] + label {
    display: block;
    font-weight: 400;
    cursor: pointer; }
    input[type="checkbox"] + label:before {
      content: "\f096";
      display: inline-block;
      width: 30px;
      font-family: 'FontAwesome';
      color: #004B93;
      font-size: 20px;
      vertical-align: middle; }
  input[type="checkbox"]:checked + label:before {
    content: "\f046"; }
  input[type="checkbox"].padlock + label {
    margin-top: 10px; }
    input[type="checkbox"].padlock + label:before {
      content: "\f09c"; }
  input[type="checkbox"].padlock:checked + label:before {
    content: "\f023"; }

input[type="radio"] {
  display: none; }
  input[type="radio"] + label {
    display: block;
    font-weight: 400;
    cursor: pointer;
    font-weight: normal !important; }
    input[type="radio"] + label:before {
      content: "\f10c";
      display: inline-block;
      width: 30px;
      font-family: 'FontAwesome';
      color: #004B93;
      font-size: 20px;
      vertical-align: middle; }
  input[type="radio"]:checked + label:before {
    content: "\f192"; }

input[type="radio"] + label, input[type="checkbox"] + label {
  color: #333333 !important; }

input[type="radio"].danger + label, input[type="radio"].danger + label:before, input[type="checkbox"].danger + label, input[type="checkbox"].danger + label:before {
  color: #E2001A; }

input[type="radio"].danger + label, input[type="checkbox"].danger + label {
  padding: 10px; }

input[type="radio"].danger:checked + label, input[type="radio"].danger:checked + label:before, input[type="checkbox"].danger:checked + label, input[type="checkbox"].danger:checked + label:before {
  color: white; }

input[type="radio"].danger:checked + label, input[type="checkbox"].danger:checked + label {
  background: #E2001A; }

input[type="radio"].warning + label, input[type="radio"].warning + label:before, input[type="checkbox"].warning + label, input[type="checkbox"].warning + label:before {
  color: #ED783C; }

input[type="radio"].warning + label, input[type="checkbox"].warning + label {
  padding: 10px; }

input[type="radio"].warning:checked + label, input[type="radio"].warning:checked + label:before, input[type="checkbox"].warning:checked + label, input[type="checkbox"].warning:checked + label:before {
  color: white; }

input[type="radio"].warning:checked + label, input[type="checkbox"].warning:checked + label {
  background: #ED783C; }

input[type="radio"].success + label, input[type="radio"].success + label:before, input[type="checkbox"].success + label, input[type="checkbox"].success + label:before {
  color: #118948; }

input[type="radio"].success + label, input[type="checkbox"].success + label {
  padding: 10px; }

input[type="radio"].success:checked + label, input[type="radio"].success:checked + label:before, input[type="checkbox"].success:checked + label, input[type="checkbox"].success:checked + label:before {
  color: white; }

input[type="radio"].success:checked + label, input[type="checkbox"].success:checked + label {
  background: #118948; }

.radio.disabled, .checkbox.disabled {
  opacity: .5;
  cursor: not-allowed; }

.checkbox-inline, .radio-inline {
  margin-top: 0 !important;
  padding-left: 0;
  display: inline-block; }
  .checkbox-inline label, .checkbox-inline + label, .radio-inline label, .radio-inline + label {
    display: inline-block !important;
    margin-right: 30px; }
  .checkbox-inline + .help-block, .radio-inline + .help-block {
    clear: left;
    display: block; }

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  padding-left: 15px; }

input.form-error, select.form-error, textarea.form-error, button.form-error, div.form-error {
  border-color: #E2001A;
  box-shadow: 0 0 0 0.2rem rgba(226, 0, 26, 0.25); }

.form-control[readonly] {
  cursor: not-allowed;
  border-color: white;
  background: white; }
  .form-control[readonly]:focus {
    box-shadow: none;
    border-color: white; }

body {
  background: url(../img/main-bg.jpg) no-repeat center center;
  background-size: cover; }
  body.sidenav-toggled .content-wrapper {
    margin-left: auto;
    margin-right: 55px; }

.login {
  background: url(../img/login-bg.jpg) no-repeat center center;
  background-size: cover; }
  .login .card-login {
    background: rgba(0, 0, 0, 0.7) !important; }
  .login .login-logo img {
    box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.7); }

.content-wrapper {
  background: none;
  margin-left: auto;
  margin-right: 250px; }

.main-title {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 250%;
  text-shadow: 0 0 10px #000; }

#mainNav .navbar-collapse .navbar-sidenav {
  left: auto;
  right: 0;
  margin-top: 0;
  height: calc(100vh - 56px);
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: -15px; }

#mainNav #topbar {
  margin-right: 250px; }
  #mainNav #topbar .flag {
    width: 40px; }
    #mainNav #topbar .flag:hover img {
      box-shadow: 0 0 10px #004B93 !important; }
  #mainNav #topbar .active .flag img {
    box-shadow: 0 0 5px black; }

#mainNav.fixed-top .sidenav-toggler {
  left: auto;
  right: 0; }

#mainNav.bg-dark {
  background: none !important; }

.navbar-sidenav {
  background: rgba(51, 51, 51, 0.8) !important; }
  .navbar-sidenav li .fa-fw {
    padding-right: 25px;
    color: rgba(255, 255, 255, 0.3); }
  .navbar-sidenav li.active a {
    background-color: rgba(190, 35, 129, 0.3) !important; }
  .navbar-sidenav li.btn {
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid white;
    margin-bottom: 20px; }

.card-header[data-toggle="collapse"] {
  cursor: pointer;
  position: relative; }
  .card-header[data-toggle="collapse"]:after {
    position: absolute;
    content: "\f077";
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    transition: .3s transform ease-in-out; }
  .card-header[data-toggle="collapse"].collapsed:after {
    transform: rotate(180deg) translateY(50%); }

.action-menu {
  top: 50px;
  bottom: auto;
  right: auto;
  left: 270px; }

.global-alert {
  position: fixed;
  z-index: 99999;
  bottom: 30px;
  left: 30px; }

.card-header.bg-warning {
  background: linear-gradient(to right, #ED783C 0%, #b34710 100%) !important; }

.card-header.bg-danger {
  background: linear-gradient(to right, #E2001A 0%, #7c000e 100%) !important; }

.card-header.bg-success {
  background: linear-gradient(to right, #118948 0%, #062e18 100%) !important; }

.card-header .card-header-tabs a:not(.active) {
  color: white; }

.btn.btn-primary {
  background-color: #004B93;
  border-color: #0096D5; }
  .btn.btn-primary:hover {
    background-color: #0096D5;
    border-color: #004B93; }

h1 {
  text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #FFF 0px 0px 20px, #FFF 0px 0px 30px, #FFF 0px 0px 40px, #FFF 0px 0px 50px, #FFF 0px 0px 75px; }

.tooltips {
  position: absolute;
  max-width: 300px;
  padding: 15px;
  border: 2px solid white;
  color: white;
  border-radius: 10px;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.7);
  pointer-events: none;
  z-index: 99999999; }

#tooltip1 {
  background: linear-gradient(to right, #7db9e8 0%, #003463 100%); }

#tooltip2 {
  background: linear-gradient(to right, #c02282 0%, #003464 100%); }

#tooltip3 {
  background: linear-gradient(to right, #7ab941 0%, #00854d 100%); }

#tooltip4 {
  background: linear-gradient(to right, #003463 0%, #068ecf 100%); }

#tooltip5 {
  background: linear-gradient(to right, #ec7221 0%, #e00914 100%); }

#tooltip6 {
  background: linear-gradient(to right, #ec7221 0%, #fab71e 100%); }

#tooltip7 {
  background: linear-gradient(to right, #7ab941 0%, #00854d 100%); }

#video-intro {
  position: fixed;
  top: 0;
  left: 0;
  right: 250px;
  bottom: 0;
  width: calc(100% - 250px);
  z-index: 1040;
  display: flex;
  align-items: center;
  overflow: hidden; }
  #video-intro .close-box {
    position: absolute;
    top: 15px;
    left: 15px;
    background: white;
    padding: 10px;
    z-index: 1050;
    cursor: pointer; }
  #video-intro video {
    height: 100%; }
