/**
*   Themeing
**/
.header h1 {
    position: relative;
    margin-right: 1em;
}
.footer {
    margin-top: 5em;
    height: 200px;
}
.footer-text {
    padding-top: 7em;
}
.app-header-avatar {
    max-width: 20px;
    max-height: 20px;
    width: 20px;
    height: 20px;
}
.padd-me {
    padding: 0.75em;
}
.js-button:hover {
    cursor: pointer;
}
.barrier {
    margin-bottom: 5px;
}
.core-breadcrumbs {
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 0.5em;
}
.navbar {
    margin-bottom: 0;
}
.dim-color-bar {
    padding: 0.75em;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}
.no-header-margins {
    margin-top: 0;
    margin-bottom: 0;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
.ng-scoot.ng-hide {
  transition:0.75s linear all;
  opacity:0;
}
.ng-scoot.ng-hide-remove {
  animation:0.5s lightSpeedIn ease;
}
.ng-fade.ng-hide {
  transition:0.5s linear all;
  opacity:0;
}
.ng-fade.ng-hide-remove {
  animation:0.5s fadeInDown ease;
}
@keyframes lightSpeedIn {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }

  100% {
    opacity: 1;
  }
}
.ajax-ball-loader {
    background: url('/app/images/balls.gif');
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
}
/**
*   Alerts
**/
.pageMessageAlerts {
    position: fixed;
    width: 100%;
    height: 100%;
}

#pageMessageAlerts {
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 80%;
    margin-left: 10%;
    z-index: 2000;
}

#pageMessageAlerts .alert {
    margin-bottom: 3px;
}