/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

html {
  /*background-color: #EEEEEE;*/
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

nav {
/*  background-color: white;*/
}

header, main, footer {
  padding-left: 300px;
}

@media only screen and (max-width : 992px) {
  header, main, footer {
    padding-left: 0;
  }
}

nav .brand-logo img{
  margin-top: 10px;
  max-height: 35px;
}

#slide-out li {
  line-height: 100px;
}

.side-nav {
  height: 100%;
}

.side-nav .userView .circle {
  height: 45px;
  width: 45px;
}

.modal.modal-fixed-footer.open {
  z-index: 999;
}

#loading-modal {
  background-color: transparent;
  box-shadow: none;
  overflow-y: hidden;
  padding-top: 26vh;
}

p {
  line-height: 2rem;
}

.row.no-margin {
  margin-bottom: 0px;
}

.button-collapse {
  color: #26a69a;
}

#login-wrapper {
  margin-top: 15vh;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

label {
  color: inherit;
}

footer.page-footer {
  margin-top: 0px;
  padding-top: 0px;
}

.gap-top {
    padding-top: 3rem;
}

.btn.small {
    padding: 0 0.5rem;
}

td.small {
    padding: 2px 5px;
}
