@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(MaterialIcons-Regular.woff2) format('woff2'),
       url(MaterialIcons-Regular.woff) format('woff'),
       url(MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}


slide-toggle {
  box-sizing: border-box;
  background: #f0f0f0;
  border: 0.05em solid #e0e0e0;
  cursor: pointer;
  width: 1.75em;
  height: 1em;
  position: static;
  display: inline-block;
  font-size: 2em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
}

slide-toggle > .slideToggleButton {
  background: #f8f8f8;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
  height: 1em;
  position: relative;
  left: 0;
  top: -0.05em;
  width: 1em;
  -moz-box-shadow: 1px 0 2px 0 #bbb;
  -webkit-box-shadow: 1px 0 2px 0 #bbb;
  box-shadow: 1px 0 2px 0 #bbb;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

slide-toggle.isOn {
  background-color: #37b737;
  background: -moz-linear-gradient(bottom, #2c922c 0, #2c922c 20%, #37b737 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #2c922c), color-stop(20%, #2c922c), color-stop(100%, #37b737));
  background: -webkit-linear-gradient(bottom, #2c922c 0, #2c922c 20%, #37b737 100%);
  background: -ms-linear-gradient(bottom, #2c922c 0, #2c922c 20%, #37b737 100%);
  background: -o-linear-gradient(bottom, #2c922c 0, #2c922c 20%, #37b737 100%);
  background: linear-gradient(bottom, #2c922c 0, #2c922c 20%, #37b737 100%);
  border-color: #37b737;
}

slide-toggle.isOn > .slideToggleButton {
  transform: translate(0.75em, 0);
  -webkit-transform: translate(0.75em, 0);
  -moz-transform: translate(0.75em, 0);
  -o-transform: translate(0.75em, 0);
  -moz-box-shadow: -1px 0 2px 0 #3f7952;
  -webkit-box-shadow: -1px 0 2px 0 #3f7952;
  box-shadow: -1px 0 2px 0 #3f7952;
}

body span.badge.no-right {
  right: auto;
  position: relative;
  display: inline-block; }

body span.badge.sm {
  font-size: 0.9rem;
  min-width: 2.7rem;
  padding: 0 5.4px; }
  body span.badge.sm.no-right {
    top: -1px; }

body span.badge.xs {
  font-size: 0.8rem;
  min-width: 2.4rem;
  padding: 0 4.8px; }

.material-icons.inline {
  display: inline-block; }

nav .nav-wrapper .brand-logo .material-icons {
  position: relative;
  top: 0.3rem;
  line-height: 1rem;
  height: 2rem; }

nav .nav-wrapper .md-nav-link .material-icons {
  position: relative;
  top: 0.6rem;
  line-height: 1rem;
  height: 2rem; }

.side-nav .md-nav-link i.material-icons {
  margin-right: 1rem;
  position: relative;
  top: 5px; }

.md-nav .side-nav {
  transform: none; }

.md-toast.toast {
  top: 35px;
  opacity: 0;
  transition: margin-top 375ms, top 300ms, opacity 300ms; }
  .md-toast.toast.active {
    top: 0;
    opacity: 1; }
  .md-toast.toast.exiting {
    opacity: 0;
    margin-top: -40px; }
  .md-toast.toast .toast-progress {
    position: absolute;
    bottom: 0;
    width: calc(100% - 15px - 1em - 48px);
    height: 3px; }
    .md-toast.toast .toast-progress .toast-progress-bar {
      left: 0;
      height: 3px;
      width: 40%;
      background-color: #666;
      opacity: 0.85; }

.ember-modal-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000; }

.ember-modal-overlay.translucent {
  background-color: rgba(0, 0, 0, 0.5); }

.md-dialog-modal.modal {
  display: block;
  opacity: 1;
  transform: scaleX(1);
  top: -100%;
  transition: bottom 300ms, top 300ms, opacity 300ms; }
  .md-dialog-modal.modal.active {
    top: 20%; }

.md-dialog-modal.modal.bottom-sheet {
  top: auto;
  bottom: -100%; }
  .md-dialog-modal.modal.bottom-sheet.active {
    bottom: 0%; }

.md-tabs.tabs .tab.active {
  border-bottom: 2px solid; }

.md-input.input-field label {
  width: calc(100% - 1.5rem); }
  .md-input.input-field label:after {
    font-size: 0.8rem;
    transition-property: top;
    top: 45px; }
  .md-input.input-field label.active:after {
    top: 65px; }

/*# sourceMappingURL=ember-cli-materialize.css.map */