.loader-backdrop {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 15; }
  .loader-backdrop.ng-hide-add.ng-hide-add-active, .loader-backdrop.ng-hide-remove.ng-hide-remove-active {
    -webkit-transition: all linear 0ms;
    -moz-transition: all linear 0ms;
    -o-transition: all linear 0ms;
    transition: all linear 0ms; }
  .loader-backdrop.ng-hide {
    opacity: 0; }

.loading-message {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 40%;
  transform: translate(-50%, -100px);
  white-space: nowrap; }
  .loading-message.subMessage {
    transform: translate(-50%, -40px); }

.loader {
  font-size: 10px;
  height: 50px;
  left: 50%;
  margin: -15px 0 0 -25px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 50px; }

.loader > div {
  background-color: #68a51b;
  height: 100%;
  width: 4px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 3px;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  -moz-animation: stretchdelay 1.2s infinite ease-in-out;
  -o-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out; }

.loader .rect2 {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.loader .rect3 {
  -webkit-animation-delay: -1.0s;
  -moz-animation-delay: -1.0s;
  -o-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.loader .rect4 {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.loader .rect5 {
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@-moz-keyframes stretchdelay {
  0%, 40%, 100% {
    -moz-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -moz-transform: scaleY(1);
    transform: scaleY(1); } }

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.back-btn {
  background: none;
  border: 1px solid transparent;
  border-radius: 3px 0px 0px 3px;
  border-right: 1px solid #444;
  box-sizing: content-box;
  color: #444;
  display: inline-block;
  margin: 5px 0px 20px 0px;
  padding: 7px 20px 7px 10px;
  vertical-align: bottom; }
  .back-btn:hover {
    background: #fff;
    cursor: pointer;
    text-decoration: none; }
  .back-btn:active {
    background: #ccc;
    box-shadow: none;
    outline: none; }

.back-btn__top {
  vertical-align: top; }

.back-btn-title {
  display: inline-block;
  float: none;
  line-height: 41px;
  margin: 0 0 20px 20px;
  overflow: hidden;
  vertical-align: bottom;
  width: 55%; }

.back-btn-title--input {
  overflow: visible; }

.back-btn-hidden {
  visibility: hidden; }

body {
  padding: 0 0 0 0; }

.padding-top {
  padding-top: 20px; }
