html {
  height: 100%;
  font-size: 17px;
}

body {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: 'Open Sans';
  font-size: 1rem;
  line-height: 1.5;
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 20%);
}

h1, .h1 {
  font-family: 'Raleway';
  font-size: 1.411rem;
  line-height: 1.2;
}

h2, .h2 {
  font-family: 'Raleway';
  font-size: 1.411rem;
  line-height: 1.2;
}

h3, .h3 {
  font-family: 'Raleway';
  font-size: 1.176rem;
  line-height: 1.3;
}

h4, .h4 {
  font-family: 'Raleway';
  font-size: 1.176rem;
  line-height: 1.3;
}

h5, .h5 {
  font-family: 'Raleway';
  font-size: 1rem;
  line-height: inherit;
}

h6, .h6 {
  font-family: 'Raleway';
  font-size: 1rem;
  line-height: inherit;
}

a,
a:link,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

button,
.btn {
  font-family: 'Raleway';
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: inherit;
  font-size: inherit;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
p:first-child,
ul:first-child,
ol:first-child,
table:first-child {
  margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
table:last-child {
  margin-bottom: 0;
}



.hint {
  font-size: 0.8235rem;
}


img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}


hr, .hr {
  /* margin-top: 3rem;
  margin-bottom: 3rem; */
  border-color: hsl(0, 0%, 76%);
  border-width: 2px;
}




/* ====== BOOTSTRAP  OVERRIDES  */

.row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.row + .row {
  margin-top: 1rem;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.form-group:last-child {
  margin-bottom: 0;
}

.input-group.date .input-group-append {
  background-color: hsl(0, 0%, 20%);
  color: hsl(0, 0%, 100%);
}

/* ====== BOOTSTRAP  OVERRIDES  */




.login {
  width: 100vw;
  height: 100vh;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.login_main {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}



.page {
  padding-left: 80px;
  transition: padding-left 0.3s ease-in-out 0s;
}
.page.is--extended {
  padding-left: 260px;
}

.page_head {}

.page_main {
  background-color: hsl(0, 0%, 91%);
}

.page_nav {}

.page_footer {}



