/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 160px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 120px;
  background-color: #303030;
    color: #ffffff;
    text-align: center;
}

h1.maintenance {
    font-size: 42px;
line-height: 1.4;
}

.lead {

}
.space40 {
    height:40px;

}
.dark-red-bg {
   background-color: #560a22;
   height: 40px;
}
.system-red-bg {
height: 120px;
    padding: 50px;
}

.topbar {
    width: 100%;
    background-color: #560a22;
    border-top: 6px solid #242424;
}
.topbar > div{
    margin-top: 15px;
    width: 100%;
    background-color: #005777;
    height: 60px;
}
.red-bg{
    background-color: #005777;
}
.white-bg {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;

}
 .white {
     color: #fff;
 }

.system-logo {
    /* width: 400px;*/
    padding: 5px;
    max-width: 400px;
}


.center{
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.notice {
    padding: 20px 20px 10px 20px;
}


.main-content {
    padding: 60px 0px;

}

.typeahead { z-index: 1051;}
