#page-title h1, #page-title h1 > * {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#page-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: white;
  padding-right: 2.333rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 2.333rem;
  z-index: 25;
}

#sidenav-toggler {
  z-index: 6;
  padding: 1rem 1rem 1rem 0;
  border: none;
}

#site-logo {
  height: 1.666rem;
  -webkit-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
  z-index: 5;
}

#site-logo img {
  height: 1.666rem;
}

#site-logo,
#current-user {
  width: 14rem;
}

#page-title {
  width: calc(100% - (14rem * 2));
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: width 0.15s ease-out, margin 0.15s ease-out;
  transition: width 0.15s ease-out, margin 0.15s ease-out;
}

#page-title h1 {
  font-size: 1.333rem;
  font-weight: 600;
  display: inline;
}

#page-title h1 > * {
  width: auto;
  display: inline;
}

#page-title h1 > *:not(:last-child) {
  margin-right: 0.444rem;
}

#page-title h1 .subtitle {
  font-weight: 300;
  font-size: 1rem;
}

#page-controls {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
}

#page-controls > *:not(:last-child) {
  margin-right: 1rem;
}

#current-user .photo {
  height: 2.333rem;
  width: 2.333rem;
}

#current-user .photo img {
  border-radius: 0.444rem;
  height: 100%;
  width: 100%;
}

#current-user .text {
  padding-right: 0.666rem;
  width: calc(100% - 2.333rem);
}

#current-user .text > * {
  white-space: nowrap;
  width: 100%;
  font-size: 0.777rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: block;
  text-align: right;
  overflow: hidden;
}

#current-user .text .user-name {
  font-weight: 700;
}

[data-layout='dashboard'] #page-header {
  padding-left: 2.333rem;
}

[data-layout='dashboard'] #page-title h1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

[data-layout='list'] #site-logo {
  left: 2rem;
}

[data-layout='list'] #current-user {
  padding-left: 1.111rem;
  border-left: solid 0.055rem rgba(255, 255, 255, 0.12);
}

[data-layout='list'] #page-title {
  padding-right: 1.111rem;
  padding-left: 2.333rem;
  overflow: hidden;
}

[data-layout='list'] #page-title h1 {
  margin-right: 1rem;
  min-width: 16rem;
  width: 16rem;
}

[data-layout='list'] #sidenav-toggler,
[data-layout='list'] #site-logo {
  position: fixed;
}

[data-layout='list'] #page-title {
  margin-left: 14rem;
}

[data-layout="crud"] #page-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0;
}

[data-layout="crud"] .page-control {
  width: 6rem;
  height: 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.333rem;
  color: white;
  position: fixed;
  top: 0;
}

[data-layout="crud"] #page-back {
  left: 0;
}

[data-layout="crud"] #page-close {
  right: 0;
}

[data-layout="crud"] #page-title {
  padding-left: 3rem;
  padding-right: 3rem;
}
/*# sourceMappingURL=header.css.map */