.topbar,
.topbar-fixed {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  color: #757575;
  left: 0;
  top: 0;
  width: 100%; }
  .topbar a,
  .topbar-fixed a {
    color: #FF5722;
    text-decoration: none; }
    .topbar a:hover,
    .topbar-fixed a:hover {
      color: #d23f11; }

.topbar {
  background: #f6f6f6;
  min-height: 56px;
  position: absolute;
  z-index: 90; }

.topbar-fixed {
  background: rgba(246, 246, 246, 0.9);
  height: 56px;
  position: fixed;
  transition: transform .3s;
  transform: translateY(-64px);
  z-index: 95; }
  .topbar-fixed.show {
    transform: translateY(0); }

.topbar-toggle-wrapper {
  float: left;
  padding: 4px 6px; }

.topbar-toggle {
  display: block;
  height: 48px;
  padding: 12px;
  text-align: center;
  width: 48px; }

.topbar-brand {
  display: block;
  float: left;
  font-size: 20px;
  line-height: 56px;
  margin: 0 0 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 40%;
  white-space: nowrap; }

.topbar-actions {
  float: right;
  list-style: none;
  margin: 0;
  padding: 4px 6px; }
  .topbar-actions li {
    float: right; }
  .topbar-actions a {
    display: block;
    height: 48px;
    padding: 12px;
    text-align: center;
    width: 48px; }

.topbar-header {
  background: transparent;
  color: #757575;
  clear: both;
  padding: 0 18px;
  min-height: 56px; }
  .topbar-header.topbar-header--tall {
    min-height: 112px; }
  .topbar-header .topbar-header:after {
    clear: both;
    content: '';
    display: block; }

.topbar-header-title {
  display: inline-block;
  height: 56px;
  font-size: 24px;
  line-height: 56px;
  vertical-align: middle; }

.topbar-header-actions {
  float: right;
  list-style: none;
  margin: 0;
  padding: 4px 0; }
  .topbar-header-actions li {
    float: right; }
  .topbar-header-actions a {
    display: block;
    height: 48px;
    padding: 12px 0;
    text-align: center; }
  .topbar-header-actions a, .topbar-header-actions i {
    vertical-align: middle;
    line-height: 24px; }

@media (max-width: 768px) and (orientation: landscape) {
  .topbar,
  .topbar-header {
    min-height: 48px; }
  .topbar-fixed {
    height: 48px;
    transform: translateY(-56px); }
  .topbar-header.topbar-header--tall {
    min-height: 96px; }
  .topbar-header-title {
    height: 48px;
    line-height: 48px; }
  .topbar-toggle-wrapper,
  .topbar-actions {
    padding: 0 6px; }
  .topbar-header-actions {
    padding: 0; }
  .topbar-brand {
    line-height: 48px; } }

@media (min-width: 840px) {
  .topbar,
  .topbar-header {
    min-height: 64px; }
  .topbar-fixed {
    height: 64px;
    transform: translateY(-72px); }
    .topbar-fixed.show {
      transform: translateY(0); }
  .topbar-header {
    padding: 0 80px; }
    .topbar-header.topbar-header--tall {
      min-height: 128px; }
  .topbar-header-title {
    height: 64px;
    line-height: 64px; }
  .topbar-toggle-wrapper,
  .topbar-actions {
    padding: 8px 12px; }
  .topbar-header-actions {
    padding: 8px 0; }
  .topbar-brand {
    line-height: 64px;
    margin: 0 0 0 8px; } }
