html, head, body{
	height: 100%;
	width: 100%;
}
body{
	background-color: #000;
}
.carousel-fade .carousel-inner .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 4s;
  transition-duration: 4s;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  /*left: 0;
  opacity: 0;*/
  display: block;
  z-index: 1;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
  display: block;
}
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
.item:nth-child(1) {
  background: url('../bg/1.jpg');
  background-size: cover;
}
.item:nth-child(2) {
  background: url('../bg/2.jpg');
  background-size: cover;
}
.item:nth-child(3) {
  background: url('../bg/3.jpg');
  background-size: cover;
}
.item:nth-child(4) {
  background: url('../bg/4.jpg');
  background-size: cover;
}
.item:nth-child(5) {
  background: url('../bg/5.jpg');
  background-size: cover;
}
.item:nth-child(6) {
  background: url('../bg/6.jpg');
  background-size: cover;
}
.container{
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.modal-dialog-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal-body .modal-title{
  margin: 0 -15px 10px -15px;
  line-height: 1.42857143;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 15px 5px 15px;
}
.modal-body {
    overflow-y: auto;
}
.modal-footer {
    margin-top: 0;
}
.modal-backdrop.in{
	display: none;
}
@media (max-width: 767px) {
  .modal-dialog-center {
    width: 100%;
  }
  #loginBox .col-sm-6:first-of-type {
    margin-bottom: 10px;
  }
}
.vert-offset-bottom-1{
    margin-bottom: 1em;
}
@media (min-width: 768px){
  .modal-sm {
      width: 750px;
  }
}
/*@media (min-width: 992px){
  .modal-sm {
      width: 970px;
  }
}
@media (min-width: 1200px){
  .modal-sm {
      width: 1170px;
  }
}*/
#loginBox .modal-header, #forgotPassBox .modal-header{
  position: relative;
  overflow: hidden;
  height: 80px;
  margin-top: -80px;
  border-bottom: none;
}
#forgotPassBox .modal-body p{
  padding: 0 15px;
  margin: 0;
}
.modal-header ul{
  list-style: none;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
}
.modal-header li{
  display: inline-block;
  margin: 0 5px;
  background: linear-gradient(to bottom, #dcdcdc 0%,#d7d7d7 100%);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-box-shadow: 0px -1px 30px 5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px -1px 30px 5px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  cursor: pointer;
}
.modal-header li:hover{
  background: linear-gradient(to bottom, #fcfcfc 0%,#e7e7e7 100%);
  box-shadow: 0px 0px 20px 5px rgba(50, 50, 50, 0.75);
}
.modal-header li:first-of-type{
  margin-left: 20px;
}
.modal-header li.active{
  /* BELOW FOR TEST */
  background: linear-gradient(to bottom, #fcfcfc 0%,#e7e7e7 100%);
  box-shadow: 0px 0px 20px 5px rgba(50, 50, 50, 0.75);
  z-index: 11;
  position: relative;
}
.modal-header li a{
  text-decoration: none;
  color: #000;
  width: 100%;
  padding: 15px 25px;
  line-height: 44px;
}
.modal-header .badge{
  position: absolute;
  top: -5px;
  right: -1px;
  background-color: #f00;
  padding: 4px 7px;
}
.modal-content{
  background-color: #fcfcfc;
  background: -moz-linear-gradient(bottom, #fcfcfc 0%, #e7e7e7 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#fcfcfc), color-stop(100%,#e7e7e7));
  background: -webkit-linear-gradient(bottom, #fcfcfc 0%,#e7e7e7 100%);
  background: -o-linear-gradient(bottom, #fcfcfc 0%,#e7e7e7 100%);
  background: -ms-linear-gradient(bottom, #fcfcfc 0%,#e7e7e7 100%);
  background: linear-gradient(to top, #fcfcfc 0%,#e7e7e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#fcfcfc',GradientType=0 );
}
.form-control.disabled{
  cursor: text;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
a.form-control.disabled {
    cursor: pointer;
    text-decoration: underline;
}
.userForm .col-sm-2, .apartmentForm .col-sm-2{
  margin: 7px 0;
}
.row{
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .navigation li{
    font-size: 0;
  }
  .navigation li .glyphicon{
    font-size: 14px;
    top: 8px;
  }
}
@media (min-width: 768px) {
  .navigation li .glyphicon{
    display: none;
  }
  .userForm .col-sm-4, .apartmentForm .col-sm-4{
    padding-left: 0;
  }
  .form-control{
    padding: 6px;
  }
}
a.form-control, a.form-control:hover, a.form-control:active, a.form-control:visited{
  text-decoration: none !important;
  color: #333 !important;
  cursor: default;
}
a.form-control span{
  text-decoration: underline;
  cursor: pointer;
}
a.form-control span:hover{
  text-decoration: underline;
  color: #23527c;
}
#saveChangesModal .col-sm-2{
  margin: 0;
  padding-left: 0;
}
.forgotPassLink, .backToLoginLink{
  position: absolute;
  color: #999;
  left: 15px;
}