/* -- Begin Layout -- */

html, body {
  height: 100%;
}
body {
  font-size: 13px;
}
.main {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -70px; /* margin-bottom: minus footer's height */
  padding: 0 10px;
}
.main-wrapper {
  padding-top: 70px /* same as footer's height */
}
.main-wrapper-push {
  height: 70px; /* same as the footer */
}

.information-heading {
  background-color: #82CA9C;
  color: #fff;
  font-size: 16px;
  text-align: center;
  vertical-align:baseline;
  padding: 50px 30px 50px;
  margin-bottom: 30px;
}

.information-heading p {
  margin: 0px;
}

footer {
  margin-top: -70px;
  height: 70px;
  border-top: 1px solid #eee;
  padding: 10px 10px 0;
  -webkit-box-shadow: 0px 1px 22px #e5e5e5;
  -moz-box-shadow: 0px 1px 22px #e5e5e5;
  -o-box-shadow: 0px 1px 22px #e5e5e5;
  -ms-box-shadow: 0px 1px 22px #e5e5e5;
  box-shadow: 0px 1px 22px #e5e5e5;
  background-image: -webkit-linear-gradient(#f5f5f5, #eee 30%, #f5f5f5);
  background-image: -moz-linear-gradient(#f5f5f5, #eee 30%, #f5f5f5);
  background-image: -o-linear-gradient(#f5f5f5, #eee 30%, #f5f5f5);
  background-image: -ms-linear-gradient(#f5f5f5, #eee 30%, #f5f5f5);
  background-image: linear-gradient(#f5f5f5, #eee 30%, #f5f5f5);
}
footer p {
  margin-bottom: 0;
  color: #777;
}
.footer-links li {
  display: inline-block;
  margin-right: 10px;
}
.footer-links-link {
  color: #878787;
}
.footer-links-link:hover {
  color: #777;
  text-decoration: none;
}
/* -- End Layout -- */

/* -- Begin Errors -- */
.custom-error {
  font-family: 'Varela', sans-serif;
  font-size: 1.5em;
  width: 500px;
  margin: 100px auto 0;
  text-transform: lowercase;
}
.custom-error-body {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding : 30px 0;
}
.custom-error-body i{
  color: #c43c35;
}
.custom-error-go-back {
  font-size: 1.2em;
  padding: 6px 24px;
}
.custom-error-footer {
  padding-top: 20px;
}
/* Android Google Galaxy Nexus, add others! */
@media (-webkit-device-pixel-ratio: 2) and (orientation:landscape) {
  .custom-error {
    margin: 0 auto;
  }
}

/* Android Google Galaxy Nexus, add others! */
@media (-webkit-device-pixel-ratio: 2) {
  .navbar-fixed-top {
    position: relative !important;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .navbar-brand, .navbar-module, .navbar-edit-account, .navbar-logout {
    float: left;
  }
  .navbar .nav {
    margin: 0;
    padding: 0;
  }
  .main-wrapper {
    padding-top: 0;
  }
  .main-wrapper .row {
    padding: 0 20px;
  }
  footer {
    display: none;
  }
}
/* -- End Application -- */
