md-toolbar,
md-toolbar:not(.md-menu-toolbar) {
  background-color: transparent;
  z-index: 59;
}

md-toolbar.sa-toolbar .md-toolbar-tools {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 60px;
  max-height: 60px;
  background-color: #153359;
}

md-toolbar.sa-toolbar .md-icon-button md-icon {
  font-size: 20px;
}

@media (max-width: 959px) and (min-width: 0) and (orientation: landscape) {
  md-toolbar.sa-toolbar {
    min-height: 56px;
  }
}
