﻿body.swal2-shown.swal2-height-auto {
  height: 100% !important;
}

#wrapper {
  min-height: 100%;
}
#wrapper::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
}

.navbar-minimalize, .navbar-default {
  display: none;
}

body.fixed-nav.fixed-nav-basic .navbar-fixed-top {
  left: 0px;
}

body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar.body-small .navbar-fixed-top {
  left: 0px;
}

body.fixed-sidebar .navbar-static-side, body.canvas-menu .navbar-static-side {
  width: 0px;
}

body.body-small.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0;
}

body.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 0;
}

body.canvas-menu.mini-navbar nav.navbar-static-side {
  width: 0;
}

.footer.fixed {
  margin-left: 0;
}

body.fixed-sidebar.body-small.mini-navbar .footer.fixed {
  margin: 0;
}

body.rtls.body-small.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0;
}

body.rtls.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 0;
}

.rtls.fixed-sidebar.body-small .navbar-static-side {
  width: 0;
}

.md-skin.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 0;
}

#page-wrapper {
  margin: 0;
  background: none;
}

.navbar-static-side {
  width: 0;
}

.fixed-sidebar.body-small .navbar-static-side {
  width: 0;
}

.navbar.navbar-fixed-top {
  display: none;
}

body.fixed-nav #wrapper .navbar-static-side, body.fixed-nav #wrapper #page-wrapper {
  margin-top: 0;
}

#login-logo img {
  height: 80px;
  width: auto;
}

#app-title {
  display: block;
  color: white;
  font-weight: 200;
}
#app-title #main-title {
  display: block;
  line-height: 1.2;
  font-size: 2.25em;
}
#app-title #sub-title {
  padding: 0;
  display: block;
  font-size: 1.25em;
}

.form-login .form-control {
  border-radius: 10px;
}
.form-login .input-group {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 1px solid #888;
  overflow: hidden;
}
.form-login .input-group > * {
  border: none;
  background: none;
  color: white;
}
.form-login .input-group .form-control {
  padding: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-login .input-group .see-password {
  position: absolute;
  font-size: large;
  right: 10px;
  top: 8px;
  z-index: 10;
  color: #888;
}
.form-login .btn-login i {
  display: none;
}
.form-login .btn-login:disabled {
  background-color: #000e2a;
  border-color: #000e2a;
}
.form-login .btn-login.loading i {
  display: inline-block;
}
.form-login.loading .btn-login > i {
  display: inline-block;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #888;
  background-color: rgba(0, 0, 0, 0.5);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  color: white;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: white transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent white transparent;
}

body > .select2-container.select2-container--default.select2-container--open.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body > .select2-container.select2-container--default.select2-container--open .select2-dropdown {
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid #888;
  padding: 5px 0px 15px;
  color: white;
}
body > .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-search__field {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #5d93ff;
  border-radius: 0;
  text-align: center;
}
body > .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results {
  text-align: center;
}

#btn-forgot:hover {
  text-decoration: underline;
}

.btn-login {
  display: block;
  height: 34px;
  line-height: 20px;
}
.btn-login img {
  height: 100%;
  width: auto;
  margin-right: 5px;
  vertical-align: bottom;
}

@media (min-width: 400px) {
  #login-logo span {
    font-size: 2.5em;
  }
}
@media (max-width: 450px) {
  #login-logo #app-title {
    font-size: 0.65em;
    padding-top: 8px;
  }
}
.nav.nav-pills > li {
  display: table-cell;
  width: 1%;
  padding: 0 10px;
}
.nav.nav-pills > li:first-child {
  padding-left: 0;
}
.nav.nav-pills > li:last-child {
  padding-right: 0;
}
.nav.nav-pills > li a {
  padding: 6px;
  border-radius: 10px;
  border: 1px solid #0041c3;
  color: #0041c3;
}
.nav.nav-pills > li a:hover {
  background-color: rgba(0, 65, 195, 0.5);
  color: white;
}
.nav.nav-pills > li.active a {
  color: white;
}

.nav.nav-pills > li.active > a, .nav.nav-pills > li.active > a:focus, .nav.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #0041c3;
}
