.ember-notification-collection {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  min-height: 1px; }
  .ember-notification-collection .ember-notification-collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
    text-align: left; }

@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg); } }

div.ember-notification-notifications {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif; }
  div.ember-notification-notifications .ember-notification-collapsible {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd; }
  div.ember-notification-notifications .ember-notification-icon {
    width: 21px;
    float: left;
    display: inline-block; }
  div.ember-notification-notifications .ember-notification-collapsible {
    width: 100%; }
  div.ember-notification-notifications .ember-notification-red-text {
    color: #F44336; }
  div.ember-notification-notifications .ember-notification-left {
    float: left !important; }
  div.ember-notification-notifications .ember-notification-right {
    float: right !important; }
  div.ember-notification-notifications .ultra-small {
    font-size: 0.8rem;
    margin: 0;
    float: right;
    padding: 0; }
  div.ember-notification-notifications .ultra-small.fail {
    color: #F44336; }
  div.ember-notification-notifications .ultra-small.pending {
    color: #4CAF50; }
  div.ember-notification-notifications .ultra-small.success {
    color: #4CAF50; }
  div.ember-notification-notifications .ember-notification-light-blue {
    background-color: #03a9f4 !important; }
  div.ember-notification-notifications .ember-notification-red {
    background-color: #F44336 !important; }
  div.ember-notification-notifications .ember-notification-green {
    background-color: #4CAF50 !important; }
  div.ember-notification-notifications .ember-notification-secondary-content {
    float: right;
    color: #26a69a; }

div.ember-notification-handle {
  width: 100%;
  height: 28px;
  transition: background-color 500ms; }
  div.ember-notification-handle .ember-notification-tiny-spinner {
    width: 20px !important;
    height: 20px !important;
    margin-right: 5px; }
  div.ember-notification-handle .ember-notification-handle-container {
    margin-right: 5px; }
  div.ember-notification-handle .ember-notification-truncate {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  div.ember-notification-handle .ember-notification-counter {
    display: inline-block;
    margin-top: 3px; }
  div.ember-notification-handle .ember-notification-white-text {
    color: white; }
  div.ember-notification-handle .ember-notification-indicator {
    margin-top: 2px;
    color: white; }
  div.ember-notification-handle .ember-notification-notification-text {
    margin-top: 3px; }
  div.ember-notification-handle .ember-notification-notification-open {
    margin-top: 1px; }
  div.ember-notification-handle .ember-notification-notification-title {
    display: inline-block;
    margin-top: 2px; }
    @media (max-width: 400px) {
      div.ember-notification-handle .ember-notification-notification-title {
        max-width: 60%; } }
    @media (min-width: 401px) and (max-width: 1000px) {
      div.ember-notification-handle .ember-notification-notification-title {
        max-width: 70%; } }
    @media (min-width: 1000px) {
      div.ember-notification-handle .ember-notification-notification-title {
        max-width: 80%; } }
  div.ember-notification-handle .ember-notification-indicator {
    margin-right: 3px; }
  div.ember-notification-handle span {
    float: left;
    font-weight: bold;
    margin: auto;
    width: calc(100vw - 250px);
    line-height: 16px;
    margin-bottom: 5px; }
  div.ember-notification-handle .ember-notification-tiny {
    font-size: 1.1rem; }

.ember-notification-anim-inactive-pull-up {
  z-index: 10;
  position: fixed;
  -webkit-transition: bottom 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: bottom 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .ember-notification-anim-inactive-pull-up .ember-notification-collection {
    height: 0px; }

.ember-notification-anim-inactive-pull-down {
  z-index: 10;
  position: fixed;
  -webkit-transition: top 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: top 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .ember-notification-anim-inactive-pull-down .ember-notification-collection {
    height: 0px; }

.ember-notification-anim-active-pull-up {
  -webkit-transition: bottom 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: bottom 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.ember-notification-anim-active-pull-down {
  -webkit-transition: top 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: top 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.ember-notification-notifications-active {
  position: fixed;
  background-color: #fff;
  border-color: #fff !important;
  z-index: 9;
  overflow: hidden; }
  .ember-notification-notifications-active .ember-notification-collection {
    height: unset; }
  .ember-notification-notifications-active div.ember-notification-pullout {
    padding: 0;
    margin: 0;
    height: 175px;
    overflow: scroll; }
    .ember-notification-notifications-active div.ember-notification-pullout ul {
      padding: 0;
      margin: 0; }
    .ember-notification-notifications-active div.ember-notification-pullout ul li i.mdi-av-loop {
      -webkit-animation: spin 2s linear infinite; }
    .ember-notification-notifications-active div.ember-notification-pullout ul li {
      padding: 8px 10px;
      border-top: 1px solid #ccc;
      transition: background 1s ease; }
    .ember-notification-notifications-active div.ember-notification-pullout ul li:first-child {
      border-top: none; }
    .ember-notification-notifications-active div.ember-notification-pullout ul li:hover {
      background-color: whitesmoke; }
    .ember-notification-notifications-active div.ember-notification-pullout ul li span.timestamp {
      float: right; }
    .ember-notification-notifications-active div.ember-notification-pullout ul li span.dismiss {
      width: 15px;
      float: right;
      margin-left: 10px; }

@keyframes pending-glow {
  5% {
    background-color: #e8e8e8;
    box-shadow: 0 0 3px #e8e8e8; }
  10% {
    background-color: #e3e3e3;
    box-shadow: 0 0 3px #e3e3e3; }
  20% {
    background-color: #d6d6d6;
    box-shadow: 0 0 3px #d6d6d6; }
  30% {
    background-color: #c7c7c7;
    box-shadow: 0 0 40px #c7c7c7; }
  40% {
    background-color: #c2c2c2;
    box-shadow: 0 0 3px #c2c2c2; } }

.glow-pending {
  animation: pending-glow 1000ms infinite;
  -webkit-animation: pending-glow 1000ms infinite;
  -moz-animation: pending-glow 1000ms infinite;
  -o-animation: pending-glow 1000ms infinite; }

.notifications.is-pullout-visible {
  margin-bottom: 175px; }
  .notifications.is-pullout-visible .progress {
    display: none;
    transition: display 1s ease-in-out; }

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg); } }

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes container-rotate {
  to {
    transform: rotate(360deg); } }

@keyframes left-spin {
  from {
    transform: rotate(130deg); }
  50% {
    transform: rotate(-5deg); }
  to {
    transform: rotate(130deg); } }

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg); } }

@keyframes right-spin {
  from {
    transform: rotate(-130deg); }
  50% {
    transform: rotate(5deg); }
  to {
    transform: rotate(-130deg); } }

#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1); }

@-webkit-keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }

@keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }

@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }

@keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }

@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

div.ember-notification-notifications {
  /**
    * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
    *
    * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
    * guarantee that the animation will start _exactly_ after that value. So we avoid using
    * animation-delay and instead set custom keyframes for each color (as redundant as it
    * seems).
    *
    * We write out each animation in full (instead of separating animation-name,
    * animation-duration, etc.) because under the polyfill, Safari does not recognize those
    * specific properties properly, treats them as -webkit-animation, and overrides the
    * other animation rules. See https://github.com/Polymer/platform/issues/53.
    */
  /**
    * Patch the gap that appear between the two adjacent div.ember-notification-circle-clipper while the
    * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
    */ }
  div.ember-notification-notifications .ember-notification-preloader-wrapper {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px; }
    div.ember-notification-notifications .ember-notification-preloader-wrapper.xsmall {
      width: 20px;
      height: 20px; }
    div.ember-notification-notifications .ember-notification-preloader-wrapper.small {
      width: 36px;
      height: 36px; }
    div.ember-notification-notifications .ember-notification-preloader-wrapper.big {
      width: 64px;
      height: 64px; }
    div.ember-notification-notifications .ember-notification-preloader-wrapper.ember-notification-active {
      /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
      -webkit-animation: container-rotate 1568ms linear infinite;
      animation: container-rotate 1568ms linear infinite; }
  div.ember-notification-notifications .ember-notification-circle {
    border-radius: 50%; }
  div.ember-notification-notifications .ember-notification-spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-color: green; }
  div.ember-notification-notifications .ember-notification-spinner-blue,
  div.ember-notification-notifications .ember-notification-spinner-blue-only {
    border-color: #4285f4; }
  div.ember-notification-notifications .ember-notification-spinner-red,
  div.ember-notification-notifications .ember-notification-spinner-red-only {
    border-color: #db4437; }
  div.ember-notification-notifications .ember-notification-spinner-yellow,
  div.ember-notification-notifications .ember-notification-spinner-yellow-only {
    border-color: #f4b400; }
  div.ember-notification-notifications .ember-notification-spinner-green,
  div.ember-notification-notifications .ember-notification-spinner-green-only {
    border-color: #0f9d58; }
  div.ember-notification-notifications .ember-notification-active .ember-notification-spinner-layer.ember-notification-spinner-blue {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
  div.ember-notification-notifications .ember-notification-active .ember-notification-spinner-layer.ember-notification-spinner-red {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
  div.ember-notification-notifications .ember-notification-active .ember-notification-spinner-layer.ember-notification-spinner-yellow {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
  div.ember-notification-notifications .ember-notification-active .ember-notification-spinner-layer.ember-notification-spinner-green {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
  div.ember-notification-notifications .ember-notification-active .ember-notification-spinner-layer,
  div.ember-notification-notifications .ember-notification-active .ember-notification-spinner-layer.ember-notification-spinner-blue-only,
  div.ember-notification-notifications .ember-notification-active .ember-notification-spinner-layer.ember-notification-spinner-red-only,
  div.ember-notification-notifications .ember-notification-active .ember-notification-spinner-layer.ember-notification-spinner-yellow-only,
  div.ember-notification-notifications .ember-notification-active .ember-notification-spinner-layer.ember-notification-spinner-green-only {
    /* durations: 4 * ARCTIME */
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
  div.ember-notification-notifications .ember-notification-gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit; }
  div.ember-notification-notifications .ember-notification-gap-patch .ember-notification-circle {
    width: 1000%;
    left: -450%; }
  div.ember-notification-notifications .ember-notification-circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit; }
    div.ember-notification-notifications .ember-notification-circle-clipper .ember-notification-circle {
      width: 200%;
      height: 100%;
      border-width: 3px;
      /* STROKEWIDTH */
      border-style: solid;
      border-color: inherit;
      border-bottom-color: transparent !important;
      border-radius: 50%;
      -webkit-animation: none;
      animation: none;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      box-sizing: border-box; }
    div.ember-notification-notifications .ember-notification-circle-clipper.left .ember-notification-circle {
      left: 0;
      border-right-color: transparent !important;
      -webkit-transform: rotate(129deg);
      transform: rotate(129deg); }
    div.ember-notification-notifications .ember-notification-circle-clipper.right .ember-notification-circle {
      left: -100%;
      border-left-color: transparent !important;
      -webkit-transform: rotate(-129deg);
      transform: rotate(-129deg); }
  div.ember-notification-notifications .ember-notification-active .ember-notification-circle-clipper.left .ember-notification-circle {
    /* duration: ARCTIME */
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
  div.ember-notification-notifications .ember-notification-active .ember-notification-circle-clipper.right .ember-notification-circle {
    /* duration: ARCTIME */
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.nav-wrapper {
  background-color: #ff9800; }

.preserved {
  line-height: unset !important; }
  .preserved i {
    margin-right: unset !important; }
  .preserved strong {
    font-weight: bold; }

.vmpower-logo {
  width: 256px; }

.nav-button {
  display: inline-flex; }

.valign-wrapper {
  height: 80vh; }

.valign {
  margin-left: auto;
  margin-right: auto; }

/*# sourceMappingURL=dummy.css.map */