/*!
 * Angular Material Design
 * https://github.com/angular/material
 * @license MIT
 * v0.6.0-rc1-master-57f10f7
 */
md-backdrop.md-opaque.md-red-theme {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute; }

md-bottom-sheet.md-red-theme {
  background-color: #fafafa;
  border-top-color: #bdbdbd; }
  md-bottom-sheet.md-red-theme.md-list md-item {
    color: rgba(0, 0, 0, 0.54); }
  md-bottom-sheet.md-red-theme .md-subheader {
    background-color: #fafafa; }
  md-bottom-sheet.md-red-theme .md-subheader {
    color: rgba(0, 0, 0, 0.54); }

.md-button.md-red-theme {
  border-radius: 3px; }
  .md-button.md-red-theme:not([disabled]):hover, .md-button.md-red-theme:not([disabled]):focus {
    background-color: rgba(158, 158, 158, 0.2); }
  .md-button.md-red-theme.md-fab {
    border-radius: 50%; }
  .md-button.md-red-theme.md-primary {
    color: #ef5350;
    fill: #ef5350; }
  .md-button.md-red-theme.md-warn {
    color: #ef5350;
    fill: #ef5350; }
  .md-button.md-red-theme.md-raised, .md-button.md-red-theme.md-fab {
    background-color: rgba(158, 158, 158, 0.185); }
    .md-button.md-red-theme.md-raised:not([disabled]):hover, .md-button.md-red-theme.md-raised:not([disabled]):focus, .md-button.md-red-theme.md-fab:not([disabled]):hover, .md-button.md-red-theme.md-fab:not([disabled]):focus {
      background-color: rgba(158, 158, 158, 0.3); }
    .md-button.md-red-theme.md-raised.md-primary, .md-button.md-red-theme.md-fab.md-primary {
      color: white;
      background-color: #f44336; }
      .md-button.md-red-theme.md-raised.md-primary:not([disabled]):hover, .md-button.md-red-theme.md-raised.md-primary:not([disabled]):focus, .md-button.md-red-theme.md-fab.md-primary:not([disabled]):hover, .md-button.md-red-theme.md-fab.md-primary:not([disabled]):focus {
        background-color: #e53935; }
    .md-button.md-red-theme.md-raised.md-warn, .md-button.md-red-theme.md-fab.md-warn {
      color: white;
      background-color: #f44336; }
      .md-button.md-red-theme.md-raised.md-warn:not([disabled]):hover, .md-button.md-red-theme.md-raised.md-warn:not([disabled]):focus, .md-button.md-red-theme.md-fab.md-warn:not([disabled]):hover, .md-button.md-red-theme.md-fab.md-warn:not([disabled]):focus {
        background-color: #d32f2f; }
  .md-button.md-red-theme[disabled], .md-button.md-red-theme.md-raised[disabled], .md-button.md-red-theme.md-fab[disabled] {
    color: rgba(0, 0, 0, 0.26);
    fill: rgba(0, 0, 0, 0.26);
    background-color: transparent;
    cursor: not-allowed; }

md-card.md-red-theme {
  border-radius: 2px; }
  md-card.md-red-theme .md-card-image {
    border-radius: 2px 2px 0 0; }

md-checkbox.md-red-theme .md-ripple {
  color: #43a047; }
md-checkbox.md-red-theme.md-checked .md-ripple {
  color: #757575; }
md-checkbox.md-red-theme .md-icon {
  border-color: rgba(0, 0, 0, 0.54); }
md-checkbox.md-red-theme.md-checked .md-icon {
  background-color: rgba(102, 187, 106, 0.87); }
md-checkbox.md-red-theme.md-checked .md-icon:after {
  border-color: #eeeeee; }
md-checkbox.md-red-theme[disabled] .md-icon {
  border-color: rgba(0, 0, 0, 0.26); }
md-checkbox.md-red-theme[disabled].md-checked .md-icon {
  background-color: rgba(0, 0, 0, 0.26); }

md-content.md-red-theme {
  background-color: #ffffff; }

md-dialog.md-red-theme {
  border-radius: 4px;
  background-color: #ffffff; }
  md-dialog.md-red-theme.md-content-overflow .md-actions {
    border-top-color: rgba(0, 0, 0, 0.12); }

md-divider.md-red-theme {
  border-top-color: rgba(0, 0, 0, 0.12); }

md-progress-circular.md-red-theme {
  background-color: transparent; }
  md-progress-circular.md-red-theme .md-circle .md-mask .md-fill {
    background-color: #f44336; }
  md-progress-circular.md-red-theme .md-inset {
    background-color: #ffffff; }

md-progress-linear.md-red-theme .md-container {
  background-color: #ffcdd2; }
md-progress-linear.md-red-theme .md-bar {
  background-color: #f44336; }
md-progress-linear.md-red-theme[md-mode=buffer] .md-dashed:before {
  background: radial-gradient(#ffcdd2 0%, #ffcdd2 16%, transparent 42%); }
md-progress-linear.md-red-theme[md-mode=buffer] .md-bar1 {
  background-color: #ffcdd2; }

md-radio-button.md-red-theme .md-container .md-ripple, md-switch.md-red-theme .md-switch-thumb .md-container .md-ripple {
  color: #43a047; }
md-radio-button.md-red-theme .md-off, md-switch.md-red-theme .md-switch-thumb .md-off {
  border-color: rgba(0, 0, 0, 0.54); }
md-radio-button.md-red-theme .md-on, md-switch.md-red-theme .md-switch-thumb .md-on {
  background-color: rgba(102, 187, 106, 0.87); }
md-radio-button.md-red-theme.md-checked .md-off, md-switch.md-red-theme .md-switch-thumb.md-checked .md-off {
  border-color: rgba(102, 187, 106, 0.87); }
md-radio-button.md-red-theme.md-checked .md-ink-ripple, md-switch.md-red-theme .md-switch-thumb.md-checked .md-ink-ripple {
  color: rgba(102, 187, 106, 0.87); }

md-radio-group.md-red-theme:focus {
  border-color: rgba(0, 0, 0, 0.73); }

md-slider.md-red-theme .md-track {
  background-color: rgba(0, 0, 0, 0.26); }
md-slider.md-red-theme .md-track-fill {
  background-color: #f44336; }
md-slider.md-red-theme .md-thumb:after {
  border-color: #f44336;
  background-color: #f44336; }
md-slider.md-red-theme .md-sign {
  background-color: #f44336; }
  md-slider.md-red-theme .md-sign:after {
    border-top-color: #f44336; }
md-slider.md-red-theme .md-thumb-text {
  color: white; }
md-slider.md-red-theme .md-focus-thumb {
  background-color: rgba(0, 0, 0, 0.54); }
md-slider.md-red-theme .md-focus-ring {
  border-color: rgba(0, 0, 0, 0.12); }
md-slider.md-red-theme .md-disabled-thumb {
  border-color: #ffffff; }
md-slider.md-red-theme.md-min .md-thumb:after {
  background-color: #ffffff; }
md-slider.md-red-theme[disabled] .md-thumb:after {
  border-color: #bdbdbd; }
md-slider.md-red-theme[disabled]:not(.md-min) .md-thumb:after {
  background-color: #bdbdbd; }

.md-subheader.md-red-theme {
  color: rgba(0, 0, 0, 0.54);
  background-color: #ffffff; }
  .md-subheader.md-red-theme.md-primary {
    color: #f44336; }

md-switch.md-red-theme .md-switch-bar {
  background-color: rgba(0, 0, 0, 0.54); }
md-switch.md-red-theme .md-switch-thumb:focus .md-label {
  border: 1px dotted black; }

md-tabs.md-red-theme .md-header {
  background-color: #f44336; }
md-tabs.md-red-theme md-tabs-ink-bar {
  background: #ffff85; }
md-tabs.md-red-theme md-tab {
  color: #ffcdd2; }
  md-tabs.md-red-theme md-tab.active {
    color: white; }
  md-tabs.md-red-theme md-tab[disabled] {
    color: rgba(0, 0, 0, 0.12); }
  md-tabs.md-red-theme md-tab:focus {
    border-color: rgba(0, 0, 0, 0.73); }
  md-tabs.md-red-theme md-tab .md-ripple-container {
    color: #ffff85; }

md-input-group.md-red-theme input, md-input-group.md-red-theme textarea {
  text-shadow: none; }
  md-input-group.md-red-theme input:-ms-input-placeholder, md-input-group.md-red-theme textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.26); }
  md-input-group.md-red-theme input::-webkit-input-placeholder, md-input-group.md-red-theme textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.26); }
md-input-group.md-red-theme label {
  text-shadow: none;
  color: rgba(0, 0, 0, 0.26); }
md-input-group.md-red-theme input, md-input-group.md-red-theme textarea {
  color: rgba(0, 0, 0, 0.73);
  border-color: rgba(0, 0, 0, 0.12); }
md-input-group.md-red-theme.md-input-focused input, md-input-group.md-red-theme.md-input-focused textarea {
  border-color: #f44336; }
md-input-group.md-red-theme.md-input-focused label {
  color: #f44336; }
md-input-group.md-red-theme.md-input-has-value:not(.md-input-focused) label {
  color: rgba(0, 0, 0, 0.372); }
md-input-group.md-red-theme[disabled] input, md-input-group.md-red-theme[disabled] textarea {
  border-bottom-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0.19) 50%, rgba(0, 0, 0, 0) 0%); }

md-toast.md-red-theme {
  background-color: #323232;
  color: white; }
  md-toast.md-red-theme .md-button {
    color: white; }
  md-toast.md-red-theme .md-action {
    color: #ff5252; }

md-toolbar.md-red-theme {
  background-color: #f44336;
  color: white; }

md-tooltip.md-red-theme {
  color: #ffffff; }
  md-tooltip.md-red-theme .md-background {
    background-color: rgba(0, 0, 0, 0.52); }
