﻿h1, h3 {
    margin-bottom: 25px;
    opacity: 0.8;
}

.background {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.navbar {
    margin-bottom: 0;
    background-color: #383638;
    z-index: 9999;
    border: 0;
    font-size: 18px !important;
    border-radius: 0;
    height: 54px;
}

.navbar-white {
    margin-bottom: 0;
    background-color: white;
    z-index: 9999;
    border: 0;
    font-size: 18px !important;
    border-radius: 0;
    height: 54px;
}

.navbar-white .navbar-nav li a:hover, .navbar-nav li.active a {
    background-color: #f5f5f5 !important;
}

.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    background-color: #111 !important;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.row {
    height: 100%;
}

.container-left-side {
    background-color: rgba(39, 41, 48, 0.80);
    min-height: 100%;
    color: #fff;
}

.fill-page {
    position: absolute;
    height: 100%;
    width: 100%;
}

.left-panel-margin {
    margin-bottom: 25px;
}

.left-login-container11 {
    position: absolute;
    height:100%;
    width: 100%;
    background-color:#383638;
    opacity: 0.8;
}

.vertical-middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.vertical-middle-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.sso-container {
    margin-top: 160px;
}

.btn-get-started {
    background-color: #7db500;
    border-color: #70a803;
    color: #fff;
}

.btn-trans.btn-primary {
  background-color: transparent;
  border-color: #357ebd;
  color: #357ebd;
}
.btn-trans.btn-primary:hover {
  background-color: #3D566D;
  color: #fff;
}

.btn-get-started:hover,
.btn-get-started:hover {
    color: #fff;
    background-color: #639914;
    border-color: #30800f;
}

.thumbnail {
    border: none;
    border-radius: 0;
    background-color: #3d465c;
    opacity: 0.8;
}

.thumbnail:hover {
    background-color: #3f4f5f
}

.thumbnail img {
    width: 100%;
    height: 100%;
    max-height: 56px;
    max-width: 56px;
    margin-bottom: 10px;
}

.thumbnail .caption {
    padding: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
}

.footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 40px;
    width: 100%;
    background-color: transparent;
    opacity: 0.8;
}

/*@media screen and (max-width: 767px) {
    .footer {
        position: relative;
    }
}*/

.input-username {
    background-image: url("../images/bg/contacts.png");
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
}


/*Nifty Modals*/
.md-content {
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 0;
  background: #fff;
  color: #555;
}
.md-content .modal-header {
  border-bottom: 0;
}
.md-content h4,
.modal-content h4 {
  font-weight: 400;
}
.md-content h3,
.modal-content h3 {
  font-weight: 300;
  margin-top: 0;
}
.md-content h2 {
  margin: 0;
}
.md-content .modal-footer {
  margin-top: 0;
  background: #FBFBFB;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
.md-show.md-effect-12 ~ .md-overlay {
  background: #3d566d;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}
.modal {
  overflow: auto;
}
.locale-selector-dropdown {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    margin: 12px 15px 10px 15px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 200;
}
@media (min-width: 768px) and (max-width: 979px) {
  .custom-width {
    width: 60%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .custom-width {
    width: 90%;
    max-width: none;
  }
}

.text-wrap {
    white-space: normal
}
