@import url("https://fonts.googleapis.com/css?family=Roboto");
.search-container {
  line-height: 40px !important;
}
@media (max-width: 959px) and (min-width: 0) {
  .search-container {
    margin-top: 63px !important;
  }
}
.search-container .page-title {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 40px !important;
  height: 40px !important;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
}
.search-container md-input-container {
  height: 40px !important;
  line-height: 40px !important;
  border-width: 1px !important;
  border-radius: 25px !important;
  background-color: white !important;
  padding: 0 32px 0 10px !important;
}
.search-container md-input-container .loupe {
  margin-left: 0.5em;
}
.search-container md-input-container input {
  border: none !important;
  margin-top: 5px;
  margin-left: 1.5em;
  padding-bottom: 0 !important;
}
.search-container md-input-container .md-input-focused input {
  border: none !important;
}
.search-container md-input-container .md-errors-spacer {
  display: none;
}

md-list-item {
  border: 2px solid #e4eaeb;
  border-radius: 10px;
}
md-list-item:not(:first-child) {
  margin-top: 1em;
}
md-list-item h3 {
  color: #0a2342;
}
md-list-item .md-secondary-container button {
  width: auto !important;
  height: auto !important;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: #0a2342;
  opacity: 0.7;
}

.ajax-loader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1999;
  margin-left: -96px;
  margin-top: -96px;
  display: block;
  text-align: center;
}

.ajax-loader p {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

md-toast {
  z-index: 2001;
}

.grid {
  flex-wrap: wrap;
  justify-content: center;
}
.grid .parent {
  min-width: 250px;
  max-width: 250px;
  width: 250px;
  margin: 1em;
}
.grid .parent a button {
  margin: 0 !important;
}
.grid .grid-tile {
  width: 250px;
  height: 150px;
  font-size: 24px;
  border: 2px solid #0a2342;
  white-space: normal;
  border-radius: 10px;
  color: #0a2342;
}
.grid .grid-tile:hover {
  border: 2px solid #44a9ce !important;
  color: #44a9ce !important;
}

.grid-structure-logo {
  width: 250px;
  display: block;
  margin: 1em auto auto auto;
}

body {
  font-family: "Roboto", sans-serif;
  overflow: hidden;
}
@media screen and (min-width: 1150px) {
  body {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1500px) {
  body {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1800px) {
  body {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 2000px) {
  body {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 2400px) {
  body {
    font-size: 24px !important;
  }
}
@media screen {
  body {
    font-size: 16px;
  }
}

@media (max-width: 959px) and (min-width: 0) {
  section {
    height: calc(100% - 48px);
  }
}
@media (min-width: 960px) {
  section {
    height: calc(100% - 64px);
  }
}
section .main-container {
  overflow-y: auto;
}

@media screen and (max-width: 1179px) {
  .margin-to-header {
    margin-top: 55px !important;
  }
}
@media (max-width: 959px) and (min-width: 0) {
  .margin-to-header {
    margin-top: 63px !important;
  }
}

.container {
  border-radius: 15px;
  border: 2px solid #0a2342;
  background-color: white !important;
}

.md-toolbar .header-text {
  margin-left: 16px;
  color: #d2d2d2;
  font-size: 0.8em;
}
@media screen and (max-width: 1179px) {
  .md-toolbar .header-text {
    display: none;
  }
}
.md-toolbar .logo {
  margin-top: 75px;
  width: 178px;
}

@media screen and (min-width: 1280px) {
  .md-sidenav-left {
    z-index: 1 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    position: sticky;
    bottom: 0;
  }
}
.md-sidenav-left md-content {
  margin-top: 75px;
  height: calc(100% - 207px);
  background-color: transparent !important;
}
.md-sidenav-left md-content .md-button {
  padding: 1em 10% !important;
  font-size: 1.5em;
}
@media screen and (min-width: 2000px) {
  .md-sidenav-left md-content .md-button {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 2400px) {
  .md-sidenav-left md-content .md-button {
    font-size: 1.1em;
  }
}
.md-sidenav-left .structure-logo {
  max-height: 100px;
  max-width: calc(100% - 2em);
  padding: 1em;
  display: block;
  margin: auto;
}

md-divider {
  width: 90%;
  margin-left: 5%;
  border-top: none;
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.12);
}

.md-fab.custom-fab {
  position: fixed;
  bottom: 1em;
  left: 1em;
}
@media screen and (min-width: 1280px) {
  .md-fab.custom-fab {
    display: none;
  }
}
.md-fab.custom-fab md-icon {
  height: 45px !important;
  width: 45px !important;
  max-width: initial;
}

.cursor-pointer {
  cursor: pointer !important;
}

label {
  margin-bottom: 0;
}

.valign-middle {
  vertical-align: middle !important;
}

.valign-bottom {
  vertical-align: bottom !important;
}

.line-height-20px {
  line-height: 20px !important;
}

.text-align-left {
  text-align: left !important;
}

.text-align-right {
  text-align: right !important;
}

.text-align-center {
  text-align: center !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin-bottom: 0 !important;
}

.border-white {
  border: solid 1px white;
}

.text-white {
  color: white;
}

.background-white {
  background-color: white !important;
}

.text-italic {
  font-style: italic !important;
}

.text-primary-pale {
  color: #337ab76f !important;
}

@font-face {
  font-family: "REZ";
  src: url("../fonts/REZ.ttf");
}
.md-button {
  text-transform: initial;
}

.custom-icon {
  border-radius: 50% !important;
  background-color: #0a2342 !important;
  color: white !important;
  width: 30px !important;
  height: 30px !important;
  padding: 5px !important;
}
.custom-icon.red {
  background-color: red !important;
}

md-toast.md-center {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

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