#toast-container {
  position:fixed;
  top:0;
  right:0;
  left:0;
  bottom:0;
  visibility:hidden;
  z-index:10000;
}

#toast-container > * {
  visibility:visible;
}

.md-toast .md-toast-content i {
  margin-right:.5rem;
}

.md-toast-content.error {
  background-color: #d9534f;
}

.md-toast-content.success {
  background-color: #5cb85c;
}

md-dialog-content.fixed_width {width:800px;min-width:600px;}

md-dialog.fullscreen-dialog {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

md-dialog.fullscreen-dialog md-dialog-content.fixed_width {
  width:100%;
}


md-dialog.fullscreen-dialog md-toolbar {
  z-index:201;
}

md-dialog-content .sp-editable-field .popover {
  left:0 !important;
}

@media (max-width: 490px) {
  md-dialog-content.fixed_width {width:100%;min-width:100%;}
}