@import url(https://fonts.googleapis.com/css?family=Raleway|Roboto);.navbar-laravel {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

html {
  min-height: 100% !important;
}

body {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  min-height: 100% !important;
}

header {
  z-index: 5000;
}

body > .container-fluid {
  z-index: 1000;
  min-height: 100% !important;
}

.navbar .navbar-brand .brand-logo {
  max-height: 48px;
}

.bg-hlas-blue {
  background: #001548;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  color: #001548;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

header .m-brand__logo .m-brand__logo-wrapper img {
  max-height: 48px;
}

footer.m-footer {
  background: #001548;
  color: white;
}

footer.m-footer .m-footer__copyright {
  color: white;
}

.m-subheader .m-subheader__title {
  /*color: black;*/
}

@media (max-width: 1024px) {
  footer.m-footer {
    background: #001548;
    color: white;
  }

  footer.m-footer .m-footer__copyright {
    display: block;
    margin: auto;
    margin-top: 1rem;
  }
}

.m-demo {
  padding: 10px;
}

.m-demo pre {
  margin-bottom: 0;
}

.parameter-text {
  color: #001548 !important;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 87.5%;
}

@media (min-width: 1025px) {
  .m-footer--zindex .m-footer {
    z-index: 9999;
  }
}

a,
a:visited,
a:active {
  color: rgba(255, 0, 0, 0.8);
}

a:hover {
  color: red;
  text-decoration: none;
}

.m--font-style-italic {
  font-style: italic;
}

.m--font-bold {
  font-weight: 600;
}

.hlas-word-break-all{
  word-break: break-all;
}

body.m-aside--offcanvas--disabled #m_aside_left_offcanvas_toggle{
  display: none !important;
}

#m_ver_menu{
  padding-bottom: 20px;
}