html {
  min-height: 100%;
}
body {
  background-color: #000048;
  background-image: url("../images/background-admin.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
  padding-bottom: 50px;
  min-height: 100%;
}
h1, h2, h3, h4, h5, h6, label {
  font-weight: 200;
}
h1 {
  margin-top: 30px;
  margin-bottom: 50px;
}
h2 {
  margin-top: 40px;
  margin-bottom: 30px;
}
a {
  color: #fff;
}
a:hover, a:focus {
  color: #eee;
}
input[type="text"], input[type="password"], textarea, select, select > option {
  text-transform: none !important;
}
.text-muted {
  color: inherit;
  opacity: .5;
}
section {
  margin-bottom: 30px;
}
section .section-content {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px;
}
.checkbox {
  margin-top: 0;
}
.checkbox label, .radio label {
  padding-left: 0;
}
.checkbox input, .radio input {
  margin-left: 10px !important;
  display: none;
}
.checkbox .fa, .checkbox input[type="checkbox"]:not(checked) + label:after, .checkbox input[type="checkbox"]:checked + label:after {
  font-family: FontAwesome;
  font-size: 200%;
  margin-left: 10px;
  vertical-align: middle;
}
.checkbox input[type="checkbox"]:not(:checked) + label:after {
  content: '\f1db';
}
.checkbox input[type="checkbox"]:checked + label:after {
  content: '\f058';
  color: #22C064;
}
.loading {
  opacity: 0.5;
}
.loading * {
  pointer-events: none !important;
}
.form-control {
  color: #fff;
  background: transparent;
  border-radius: 0;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  box-shadow: none;
}
.form-control, .navbar .form-group, .slideshow .form-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar .form-control, .slideshow .form-control {
  border: 0;
}
.form-control:focus {
  box-shadow: none;
  border-color: inherit;
}
.form-control[disabled], .form-group.disabled:after, .checkbox.disabled .fa {
  background: transparent;
  opacity: .5;
}
.form-select {
  position: relative;
  overflow: hidden;
}
.form-select:after {
  position: absolute;
  top: 0;
  right: 0;
  font-family: FontAwesome;
  content: '\f107';
  pointer-events: none;
  font-size: 150%;
}
.form-select select {
  width: 130% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
}
select option, select optgroup, .form-select select option, .form-select select optgroup {
  color: #333;
}
.color-picker + .sp-replacer {
  background: transparent;
  border: none;
  padding: 0;
  margin-top: 7px;
}
.color-picker + .sp-replacer .sp-preview {
  border: 1px solid #fff;
  margin: 0;
}
.color-picker + .sp-replacer .sp-dd {
  display: none;
}
.close {
  color: #fff;
  opacity: .5;
  text-shadow: none;
}
.close:hover {
  opacity: 1;
  color: inherit;
}
.btn, .btn:focus {
  color: #fff;
  text-transform: uppercase;
  font-weight: 200;
  border: none;
  border-radius: 0;
}
.btn:hover {
  color: inherit;
  opacity: .9;
}
.btn.btn-lg {
  font-size: 26px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.btn.btn-primary {
  background-color: #22c064;
}
.btn.btn-stop {
  background-color: #d44c48;
}
.btn.btn-default {
  background-color: rgba(255, 255, 255, 0.3);
}
.modal-content {
  background-color: rgba(0, 0, 0, .6);
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.modal-dialog {
  margin-top: 120px;
}
.modal-header {
  border: none;
}
.modal-body {
  padding: 15px 30px 30px 30px;
}
.modal-body .row {
  margin-bottom: 20px;
}
.modal-body input[type="text"] {
  margin-top: -8px;
}
.modal-navigation {
  margin-bottom: 35px;
}
.navbar {
  font-size: 18px;
  min-height: 90px !important;
}
.navbar.navbar-inverse {
  background-color: rgba(0, 0, 0, .5);
  border: none;
}
.navbar .navbar-brand, .navbar .navbar-nav > li > a, .navbar .navbar-nav > li > img {
  height: 90px;
}
.navbar .navbar-brand,
.navbar .navbar-brand:hover {
  color: #fff;
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.navbar-brand > img {
  display: inline;
}
.navbar-brand > .navbar-brand-lead {
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.navbar-nav > li > a {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.navbar-nav > li > img {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-nav > li > form {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
  margin: 0;
}
.navbar img {
  height: 100%;
  width: auto;
}
.navbar .form-select {
  width: 150px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: inherit;
  background-color: rgba(255, 255, 255, 0.05);
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
  background-color: rgba(255, 255, 255, 0.10);
}
.navbar .navbar-nav .navbar-divider {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.slideshow .section-content > .row {
  padding-left: -10px;
  padding-right: -10px;
}
.slideshow .section-content > .row > div, .slideshow .section-content > .row > ul > li {
  padding-left: 10px;
  padding-right: 10px;
}
section#settings .section-content > .row:not(:last-of-type) {
  margin-bottom: 30px;
}
section#settings .section-content label {
  font-weight: 200;
  margin-top: 7px;
}
section#settings .section-content .value, section#settings .section-content .color-square {
  margin-left: 10px;
  opacity: .5;
}
section#settings .section-content .value .fa {
  font-size: 200%;
  vertical-align: middle;
}
section#settings .section-content .color-square {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-top: 7px;
}
.slideshow .row > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.slideshow .slideshow-slide {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  height: 430px;
}
.slideshow .slideshow-slide.slideshow-slide-add {
  text-align: center;
}
.slideshow .slideshow-slide.slideshow-slide-add {
  text-align: center;
}
.slideshow .slideshow-slide.slideshow-slide-add .add-slide-icon {
  margin-top: 166px;
  font-size: 50px;
  cursor: pointer;
  opacity: .7;
}
.slideshow .slideshow-slide.slideshow-slide-add .dropdown-menu {
  width: 100%;
}
.dropdown-menu {
  border: none;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.dropdown-menu > li > a {
  color: #fff;
}
.dropdown-menu > li > a a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.dropdown-menu .divider {
  background-color: rgba(255, 255, 255, 0.15);
}
.slideshow .slideshow-slide .close {
  position: absolute;
  top: 10px;
  right: 16px;
}
.slideshow .slideshow-slide h3 {
  margin-top: 10px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 35px;
}
.slideshow .slideshow-slide .form-select {
  width: 100%;
}
.slideshow .slideshow-slide label {
  float: left;
  font-size: 10px;
  font-weight: 200;
  margin-top: 12px;
}
.slideshow .slideshow-slide .input {
  overflow: hidden;
  display: block;
  padding-left: 5px;
}
.slideshow .slideshow-slide .input input {
  width: 100%;
}
.slideshow .slideshow-slide textarea {
  height: 100%;
}
