.navbar-fixed-top {
  background-color: #0d256b;
  border-bottom: none;
}

.main-container {
  margin-top: 100px;
  min-height: 490px;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.login-bg {
  background: url("../img/login-bg.jpg") no-repeat fixed center top;
  background-size: cover;
}

.text-white {
  color: white;
}

.login-bg .btn-primary {
  background-color: #035f9c;
}

.panel-round {
  padding: 20px 0;
  border-radius: 10px;
}

.slider img {
  width: 96%;
  height: 480px;
  position: absolute;
}

@media (min-width: 768px) {
  .navbar-fixed-top {
    height: 92px;
  }

  .navbar-inverse .navbar-nav > li > a {
    padding: 35px 20px;
    color: #fff;
  }

  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li.active > a {
    color: #dd1a1a !important;
    background-color: transparent;
  }
}

.wizard .panel {
  margin: 20px 0;
  padding: 5px 0;
  background-color: #eee;
  color: #333;
  text-align: center;
  /*    font-size: large;*/
  border-right: 1px solid #aaa;
}

.wizard .panel.past {
  background-color: #ddd;
  color: #888;
}

.wizard .panel.active {
  background-color: #337ab7;
  color: white;
  font-weight: bold;
}

@media (max-width: 767px) {
  .main-container {
    margin-top: 60px;
  }
  .slider {
    display: none;
  }
  .navbar-brand,
  .navbar-brand img {
    max-width: 65%;
  }
}

/* OVERRIDE */
.select2-selection__choice__remove {
  margin-top: 0 !important;
}

.select2-container--krajee-bs3 {
  height: 32px !important;
}

.select2-container--krajee .select2-selection--multiple {
  height: 32px !important;
}

.select2-selection__clear {
  top: 4px !important;
}
