html {
  overflow-y: scroll;
  height: 100%;
}

body.modal-open {
  overflow: visible;
}

.color-success {
  color: #3c763d;
}

.color-error {
  color: #d9534f;
}

.pagebuttons {
  margin-bottom: 10px;
}

.table-search {
  max-width: 35%;
  float: right;
  clear: both;
  margin-top: -5px;
}
.table-search input {
  max-width: 100%;
  width: 20em;
}

.panel-title-button {
  margin-top: -6px;
}

.emptytable {
  padding: 2em !important;
  background-color: #f8f8f8;
}

.clickrow {
  cursor: pointer;
}

.tooltip {
  font-size: inherit;
}

.modal-logo {
  height: 30px;
  float: right;
}

.loader {
  font-size: 3em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  color: #444;
  line-height: 1;
  z-index: 2000;
  border-radius: 0.25em;
  padding: 0.25em;
}
.loader .loader-elem {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 0.15em;
  border-radius: 0.1em;
}

.loadingsaved {
  position: fixed;
  top: 5px;
  left: 5px;
  color: white;
  background-color: #5cb85c;
  padding: 10px;
  border-radius: 5px;
  z-index: 2001;
  opacity: 0.95;
}

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(../fonts/SourceSansPro-Regular.woff2) format("woff2"), url(../fonts/SourceSansPro-Regular.ttf) format("ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(../fonts/SourceSansPro-Bold.woff2) format("woff2"), url(../fonts/SourceSansPro-Bold.ttf) format("ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
body {
  font-family: "Source Sans Pro", "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.65rem;
  min-height: 100%;
  position: relative;
}

.page {
  padding-bottom: 26rem;
}

.header {
  background-color: #009fe3;
  min-height: 70px;
}
.header .title {
  float: left;
  font-size: 25px;
  color: white;
  font-weight: bold;
  line-height: 70px;
}
.header .logo {
  float: right;
}

.header-image {
  background-image: url("../img/mrae-hero2.jpg");
  background-size: cover;
  background-position: top center;
  margin-bottom: 4rem;
  height: 200px;
}

@media (min-width: 40em) {
  .header-image {
    height: 300px;
  }
}
@media (min-width: 60em) {
  .header-image {
    height: 400px;
  }
}
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #009fe3;
  min-height: 170px;
  padding-top: 40px;
  margin-top: 40px;
  color: white;
}
.footer .title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2px;
}
.footer a {
  color: inherit;
  text-decoration: none;
}

.step-header {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
  color: #009fe3;
  padding: 1rem 0;
}

.step-fade {
  opacity: 0.5;
  pointer-events: none;
}

h4 {
  font-size: 2.5rem;
  margin-top: 4rem;
}

.progress-bar {
  background-color: #009fe3 !important;
}

.btn-primary.active {
  background-color: #039fe9;
  border-color: #038ed0;
}

/*# sourceMappingURL=app.css.map */
