.bottomSheetdemoBasicUsage .md-inline-list-icon-label {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -10px;
  height: 24px;
  vertical-align: middle; }

.bottomSheetdemoBasicUsage .md-grid-item-content {
  height: 90px;
  padding-top: 10px; }

.bottomSheetdemoBasicUsage .md-grid-item-content md-icon {
  height: 48px;
  width: 48px; }

.bottomSheetdemoBasicUsage .md-grid-text {
  padding-bottom: 5px; }

.bottomSheetdemoBasicUsage md-list-item, .bottomSheetdemoBasicUsage md-list-item .md-list-item-inner {
  min-height: 48px; }

.bottomSheetdemoBasicUsage h2 {
  line-height: 36px;
  padding-top: 10px; }

.bottomSheetdemoBasicUsage .md-subheader .md-subheader-inner {
  padding: 0; }

.bottomSheetdemoBasicUsage md-toast .md-toast-content {
  background-color: #B14141; }

.bottomSheetdemoBasicUsage md-toast > * {
  font-weight: bolder; }



md-toast.md-success-toast-theme {
    color: white !important;
    background-color: green; 
}
md-toast.md-success-toast-theme .md-toast-content {
  color: white !important;
  background-color: green;
}
md-toast.md-success-toast-theme div.md-toast-content{
    color: white !important;
    background-color: green !important;
}
md-toast.md-error-toast-theme {
    color: white !important;
    background-color: red;        
}
md-toast.md-error-toast-theme .md-toast-content {
  color: white !important;
  background-color: red;
}

.md-success-toast-theme #custom-toast-container {
  height: 640px;
  padding: 25px; }
  .md-success-toast-theme #custom-toast-container .md-button.md-raised {
    padding-left: 10px;
    padding-right: 10px; }


md-toast.md-thatkookooguy-toast-theme {
  left: calc(50vw - 150px);
}
md-toast {
    opacity: 0.8;
    margin-left: 0;
    margin-right: 0;
    right: 0;
    top:0;
    left: calc(50vw - 150px);

}


/*
md-toast.md-success-toast-theme {
  min-width: 50%;
  opacity: 0.7;
  margin-left: auto;
  margin-right: auto;
  left: 0; right: 0;
    
  
  &.success {
    background: #32CD32;
  }
  
  &.error {
    background: #FF0000;
  }
  
  i.zmdi {
    color: #FFF;
  }
  
  a {
    color: #FFF;
    
    &:hover {
      color: #000;
    }
  }
}
*/