/* Materialize 1.0 header subset, scoped to the Shared House navigation. */
nav.sh-material-header {
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  color: #fff;
  background-color: #95bf32;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 15px;
}

nav.sh-material-header .nav-wrapper {
  position: relative;
  height: 100%;
}

nav.sh-material-header a {
  color: #fff;
}

nav.sh-material-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav.sh-material-header ul li {
  float: left;
  padding: 0;
  list-style: none;
  transition: background-color .3s;
}

nav.sh-material-header ul a {
  display: block;
  padding: 0 15px;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  cursor: pointer;
  transition: background-color .3s;
}

nav.sh-material-header ul a:hover {
  background-color: rgba(0, 0, 0, .1);
}

nav.sh-material-header ul.left {
  float: left;
}

nav.sh-material-header ul.right {
  float: right;
}

nav.sh-material-header .brand-logo {
  position: absolute;
  display: inline-block;
  padding: 0;
  color: #fff;
  font-size: 2.1rem;
  white-space: nowrap;
}

nav.sh-material-header .brand-logo.left {
  left: .5rem;
}

nav.sh-material-header .brand-logo img {
  display: block;
  max-height: 64px;
}

nav.sh-material-header .sidenav-trigger {
  position: relative;
  z-index: 1;
  float: left;
  height: 56px;
  margin: 0 18px;
}

nav.sh-material-header .sidenav-trigger i {
  height: 56px;
  line-height: 56px;
}

nav.sh-material-header i.material-icons {
  display: block;
  height: 56px;
  font-size: 24px;
  line-height: 56px;
}

@media only screen and (min-width: 993px) {
  nav.sh-material-header a.sidenav-trigger {
    display: none;
  }

  nav.sh-material-header .header-search-row {
    width: 240px;
  }
}

nav.sh-material-header .input-field {
  position: relative;
  height: 100%;
  margin: 0;
}

nav.sh-material-header .input-field input[type="search"] {
  display: block;
  box-sizing: content-box;
  width: calc(100% - 4rem);
  height: 100%;
  margin: 0;
  padding: 0 0 0 4rem;
  color: #666;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  font-size: 1.2rem;
}

nav.sh-material-header .input-field input[type="search"]:focus {
  color: #444;
  background-color: #fff;
}

nav.sh-material-header .input-field input[type="search"]::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
}

nav.sh-material-header .input-field label,
nav.sh-material-header .input-field > .material-icons {
  position: absolute;
  top: 0;
  height: 100%;
  line-height: inherit;
}

nav.sh-material-header .input-field label {
  left: 1rem;
  color: #666;
}

nav.sh-material-header .input-field > .material-icons {
  right: 1rem;
  color: transparent;
  cursor: pointer;
}

nav.sh-material-header .input-field input[type="search"]:focus ~ .material-icons {
  color: #444;
}

.sh-material-header-sidenav {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12);
  transform: translateX(-105%);
}

.sh-material-header-sidenav li {
  float: none;
  line-height: 48px;
  list-style: none;
}

.sh-material-header-sidenav li > a {
  display: block;
  height: 48px;
  padding: 0 32px;
  color: rgba(0, 0, 0, .87);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}

.sidenav-overlay {
  position: fixed;
  z-index: 997;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  height: 120vh;
  background-color: rgba(0, 0, 0, .5);
}

.drag-target {
  position: fixed;
  z-index: 998;
  top: 0;
  width: 10px;
  height: 100%;
}

@media only screen and (min-width: 601px) {
  nav.sh-material-header,
  nav.sh-material-header .nav-wrapper,
  nav.sh-material-header .sidenav-trigger,
  nav.sh-material-header .sidenav-trigger i,
  nav.sh-material-header i.material-icons {
    height: 64px;
    line-height: 64px;
  }
}
