/*!
   angular-block-ui v0.2.1
   (c) 2015 (null) McNull https://github.com/McNull/angular-block-ui
   License: MIT
*/

.block-ui {
  position: relative;
}

body.block-ui {
  /* IE8 doesn't support .block-ui:not(body) */
  
  position: static;
}

body.block-ui > .block-ui-container,
.block-ui-main > .block-ui-container {
  position: fixed;
}

.block-ui-container {
  position: absolute;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=00);
}

.block-ui-active > .block-ui-container {
  height: 100%;
  cursor: wait;
}

.block-ui-active .block-ui-active > .block-ui-container {
  height: 0;
}

.block-ui-visible > .block-ui-container {
  opacity: 1;
  filter: alpha(opacity=100);
}

.block-ui-overlay {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: white;
}

.block-ui-message-container {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  height: 0;
  text-align: center;
  z-index: 10001;
}

.block-ui-message {
  display: inline-block;
  text-align: left;
  background-color: #333;
  color: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  /* needed for IE */
  
  filter: alpha(opacity=100);
}

/* - - - - - - 8-< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.block-ui-anim-fade > .block-ui-container {
  transition: height 0s linear 200ms, opacity 200ms ease 0s;
}

.block-ui-anim-fade.block-ui-active > .block-ui-container {
  /*this resets the initial delay of the height */
  /*and sizes the block to full height at once at the start of the block. */
  transition-delay: 0s;
}

/* - - - - - - 8-< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*# sourceMappingURL=angular-block-ui.css.map */
/**
 *
 * All animations must live in their own file
 * in the animations directory and be included
 * here.
 *
 */
/**
 * Styles shared by multiple animations
 */
/**
 * Dots
 */
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }

  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7; }

  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }

  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7; }

  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

.ball-pulse > div:nth-child(0) {
  -webkit-animation: scale 0.75s -0.36s infinite cubic-bezier(.2, .68, .18, 1.08);
          animation: scale 0.75s -0.36s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(.2, .68, .18, 1.08);
          animation: scale 0.75s -0.24s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(.2, .68, .18, 1.08);
          animation: scale 0.75s -0.12s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
          animation: scale 0.75s 0s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block; }

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }

  66% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }

  66% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.ball-pulse-sync > div:nth-child(0) {
  -webkit-animation: ball-pulse-sync 0.6s -0.21s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s -0.21s infinite ease-in-out; }
.ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }
.ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out; }
.ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }
.ball-pulse-sync > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block; }

@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
          animation: ball-scale 1s 0s ease-in-out infinite; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

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

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

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

.ball-rotate {
  position: relative; }
  .ball-rotate > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: relative; }
    .ball-rotate > div:first-child {
      -webkit-animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
              animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite; }
    .ball-rotate > div:before, .ball-rotate > div:after {
      background-color: #fff;
      width: 15px;
      height: 15px;
      border-radius: 100%;
      margin: 2px;
      content: "";
      position: absolute;
      opacity: 0.8; }
    .ball-rotate > div:before {
      top: 0px;
      left: -28px; }
    .ball-rotate > div:after {
      top: 0px;
      left: 25px; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }

  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6); }

  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }

.ball-clip-rotate > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  height: 25px;
  width: 25px;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
          animation: rotate 0.75s 0s linear infinite; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }

  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6); }

  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }

@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.ball-clip-rotate-pulse {
  position: relative;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px); }
  .ball-clip-rotate-pulse > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%; }
    .ball-clip-rotate-pulse > div:first-child {
      background: #fff;
      height: 16px;
      width: 16px;
      top: 7px;
      left: -7px;
      -webkit-animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
              animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite; }
    .ball-clip-rotate-pulse > div:last-child {
      position: absolute;
      border: 2px solid #fff;
      width: 30px;
      height: 30px;
      left: -16px;
      top: -2px;
      background: transparent;
      border: 2px solid;
      border-color: #fff transparent #fff transparent;
      -webkit-animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
              animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
      -webkit-animation-duration: 1s;
              animation-duration: 1s; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }

  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6); }

  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }

.ball-clip-rotate-multiple {
  position: relative; }
  .ball-clip-rotate-multiple > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    left: -20px;
    top: -20px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
            animation: rotate 1s 0s ease-in-out infinite; }
    .ball-clip-rotate-multiple > div:last-child {
      display: inline-block;
      top: -10px;
      left: -10px;
      width: 15px;
      height: 15px;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      border-color: #fff transparent #fff transparent;
      -webkit-animation-direction: reverse;
              animation-direction: reverse; }

@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }

  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }

  100% {
    opacity: 0.0; } }

@keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }

  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }

  100% {
    opacity: 0.0; } }

.ball-scale-ripple > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8);
          animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8); }

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }

  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }

  100% {
    opacity: 0.0; } }

@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }

  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }

  100% {
    opacity: 0.0; } }

.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px); }
  .ball-scale-ripple-multiple > div:nth-child(0) {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .ball-scale-ripple-multiple > div:nth-child(1) {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .ball-scale-ripple-multiple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .ball-scale-ripple-multiple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .ball-scale-ripple-multiple > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    top: -2px;
    left: -26px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8);
            animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8); }

@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.ball-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
          animation: ball-beat 0.7s 0s infinite linear; }
  .ball-beat > div:nth-child(2n-1) {
    -webkit-animation-delay: -0.35s !important;
            animation-delay: -0.35s !important; }

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }

  5% {
    opacity: 1; }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }

  5% {
    opacity: 1; }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px); }
  .ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .ball-scale-multiple > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    left: -30px;
    top: 0px;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
            animation: ball-scale-multiple 1s 0s linear infinite; }

@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
            transform: translate(25px, -50px); }

  66% {
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px); }

  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
            transform: translate(25px, -50px); }

  66% {
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px); }

  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
            transform: translate(25px, 50px); }

  66% {
    -webkit-transform: translate(-25px, 50px);
            transform: translate(-25px, 50px); }

  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
            transform: translate(25px, 50px); }

  66% {
    -webkit-transform: translate(-25px, 50px);
            transform: translate(-25px, 50px); }

  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px); }

  66% {
    -webkit-transform: translate(-25px, -50px);
            transform: translate(-25px, -50px); }

  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px); }

  66% {
    -webkit-transform: translate(-25px, -50px);
            transform: translate(-25px, -50px); }

  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

.ball-triangle-path {
  position: relative;
  -webkit-transform: translate(-29.994px, -37.50938px);
      -ms-transform: translate(-29.994px, -37.50938px);
          transform: translate(-29.994px, -37.50938px); }
  .ball-triangle-path > div:nth-child(1) {
    -webkit-animation-name: ball-triangle-path-1;
            animation-name: ball-triangle-path-1;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .ball-triangle-path > div:nth-child(2) {
    -webkit-animation-name: ball-triangle-path-2;
            animation-name: ball-triangle-path-2;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .ball-triangle-path > div:nth-child(3) {
    -webkit-animation-name: ball-triangle-path-3;
            animation-name: ball-triangle-path-3;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .ball-triangle-path > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #fff; }
    .ball-triangle-path > div:nth-of-type(1) {
      top: 50px; }
    .ball-triangle-path > div:nth-of-type(2) {
      left: 25px; }
    .ball-triangle-path > div:nth-of-type(3) {
      top: 50px;
      left: 50px; }

@-webkit-keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

  25% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }

  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }

  75% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

  25% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }

  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }

  75% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }

  25% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }

  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

  75% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(0.75);
            transform: scale(0.75); } }

@keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }

  25% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }

  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

  75% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(0.75);
            transform: scale(0.75); } }

.ball-pulse-rise > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(.15, .46, .9, .6);
          animation-timing-function: cubic-bezier(.15, .46, .9, .6);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  .ball-pulse-rise > div:nth-child(2n) {
    -webkit-animation-name: ball-pulse-rise-even;
            animation-name: ball-pulse-rise-even; }
  .ball-pulse-rise > div:nth-child(2n-1) {
    -webkit-animation-name: ball-pulse-rise-odd;
            animation-name: ball-pulse-rise-odd; }

@-webkit-keyframes ball-grid-beat {
  50% {
    opacity: 0.7; }

  100% {
    opacity: 1; } }

@keyframes ball-grid-beat {
  50% {
    opacity: 0.7; }

  100% {
    opacity: 1; } }

.ball-grid-beat {
  width: 57px; }
  .ball-grid-beat > div:nth-child(1) {
    -webkit-animation-delay: -0.07s;
            animation-delay: -0.07s;
    -webkit-animation-duration: 1.53s;
            animation-duration: 1.53s; }
  .ball-grid-beat > div:nth-child(2) {
    -webkit-animation-delay: 0.72s;
            animation-delay: 0.72s;
    -webkit-animation-duration: 0.94s;
            animation-duration: 0.94s; }
  .ball-grid-beat > div:nth-child(3) {
    -webkit-animation-delay: 0.11s;
            animation-delay: 0.11s;
    -webkit-animation-duration: 1.25s;
            animation-duration: 1.25s; }
  .ball-grid-beat > div:nth-child(4) {
    -webkit-animation-delay: 0.13s;
            animation-delay: 0.13s;
    -webkit-animation-duration: 1.01s;
            animation-duration: 1.01s; }
  .ball-grid-beat > div:nth-child(5) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s; }
  .ball-grid-beat > div:nth-child(6) {
    -webkit-animation-delay: 0.18s;
            animation-delay: 0.18s;
    -webkit-animation-duration: 0.97s;
            animation-duration: 0.97s; }
  .ball-grid-beat > div:nth-child(7) {
    -webkit-animation-delay: -0.09s;
            animation-delay: -0.09s;
    -webkit-animation-duration: 0.67s;
            animation-duration: 0.67s; }
  .ball-grid-beat > div:nth-child(8) {
    -webkit-animation-delay: 0.42s;
            animation-delay: 0.42s;
    -webkit-animation-duration: 0.92s;
            animation-duration: 0.92s; }
  .ball-grid-beat > div:nth-child(9) {
    -webkit-animation-delay: 0.52s;
            animation-delay: 0.52s;
    -webkit-animation-duration: 1.43s;
            animation-duration: 1.43s; }
  .ball-grid-beat > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-beat;
            animation-name: ball-grid-beat;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
            animation-delay: 0; }

@-webkit-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }

  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.7; }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }

  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.7; }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

.ball-grid-pulse {
  width: 57px; }
  .ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
            animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
            animation-duration: 1.3s; }
  .ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
            animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
            animation-duration: 1.3s; }
  .ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
            animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
            animation-duration: 0.88s; }
  .ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
            animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
            animation-duration: 1.06s; }
  .ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
            animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
            animation-duration: 0.62s; }
  .ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
            animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
            animation-duration: 1.48s; }
  .ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
            animation-duration: 1.47s; }
  .ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
            animation-duration: 1.49s; }
  .ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
            animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s; }
  .ball-grid-pulse > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
            animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
            animation-delay: 0; }

@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px; }
  .ball-spin-fade-loader > div:nth-child(1) {
    top: 25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
            animation: ball-spin-fade-loader 1s -0.96s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(2) {
    top: 17.04545px;
    left: 17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
            animation: ball-spin-fade-loader 1s -0.84s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(3) {
    top: 0;
    left: 25px;
    -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
            animation: ball-spin-fade-loader 1s -0.72s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(4) {
    top: -17.04545px;
    left: 17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
            animation: ball-spin-fade-loader 1s -0.6s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(5) {
    top: -25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
            animation: ball-spin-fade-loader 1s -0.48s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(6) {
    top: -17.04545px;
    left: -17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
            animation: ball-spin-fade-loader 1s -0.36s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(7) {
    top: 0;
    left: -25px;
    -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
            animation: ball-spin-fade-loader 1s -0.24s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(8) {
    top: 17.04545px;
    left: -17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
            animation: ball-spin-fade-loader 1s -0.12s infinite linear; }
  .ball-spin-fade-loader > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute; }

@-webkit-keyframes ball-spin-loader {
  75% {
    opacity: 0.2; }

  100% {
    opacity: 1; } }

@keyframes ball-spin-loader {
  75% {
    opacity: 0.2; }

  100% {
    opacity: 1; } }

.ball-spin-loader {
  position: relative; }
  .ball-spin-loader > span:nth-child(1) {
    top: 45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s 0.9s infinite linear;
            animation: ball-spin-loader 2s 0.9s infinite linear; }
  .ball-spin-loader > span:nth-child(2) {
    top: 30.68182px;
    left: 30.68182px;
    -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
            animation: ball-spin-loader 2s 1.8s infinite linear; }
  .ball-spin-loader > span:nth-child(3) {
    top: 0;
    left: 45px;
    -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
            animation: ball-spin-loader 2s 2.7s infinite linear; }
  .ball-spin-loader > span:nth-child(4) {
    top: -30.68182px;
    left: 30.68182px;
    -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
            animation: ball-spin-loader 2s 3.6s infinite linear; }
  .ball-spin-loader > span:nth-child(5) {
    top: -45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
            animation: ball-spin-loader 2s 4.5s infinite linear; }
  .ball-spin-loader > span:nth-child(6) {
    top: -30.68182px;
    left: -30.68182px;
    -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
            animation: ball-spin-loader 2s 5.4s infinite linear; }
  .ball-spin-loader > span:nth-child(7) {
    top: 0;
    left: -45px;
    -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
            animation: ball-spin-loader 2s 6.3s infinite linear; }
  .ball-spin-loader > span:nth-child(8) {
    top: 30.68182px;
    left: -30.68182px;
    -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
            animation: ball-spin-loader 2s 7.2s infinite linear; }
  .ball-spin-loader > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: green; }

@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }

  66% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }

  66% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }

  66% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }

  66% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

.ball-zig-zag {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
      -ms-transform: translate(-15px, -15px);
          transform: translate(-15px, -15px); }
  .ball-zig-zag > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    margin-left: 15px;
    top: 4px;
    left: -7px; }
    .ball-zig-zag > div:first-child {
      -webkit-animation: ball-zig 0.7s 0s infinite linear;
              animation: ball-zig 0.7s 0s infinite linear; }
    .ball-zig-zag > div:last-child {
      -webkit-animation: ball-zag 0.7s 0s infinite linear;
              animation: ball-zag 0.7s 0s infinite linear; }

@-webkit-keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }

  34% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }

  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

  67% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }

  84% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }

  34% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }

  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

  67% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }

  84% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }

  34% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }

  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

  67% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }

  84% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }

  34% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }

  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

  67% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }

  84% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

.ball-zig-zag-deflect {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
      -ms-transform: translate(-15px, -15px);
          transform: translate(-15px, -15px); }
  .ball-zig-zag-deflect > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    margin-left: 15px;
    top: 4px;
    left: -7px; }
    .ball-zig-zag-deflect > div:first-child {
      -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
              animation: ball-zig-deflect 1.5s 0s infinite linear; }
    .ball-zig-zag-deflect > div:last-child {
      -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
              animation: ball-zag-deflect 1.5s 0s infinite linear; }

/**
 * Lines
 */
@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }

  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }

  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }

  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }

  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(.2, .68, .18, 1.08);
          animation: line-scale 1s -0.4s infinite cubic-bezier(.2, .68, .18, 1.08); }
.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(.2, .68, .18, 1.08);
          animation: line-scale 1s -0.3s infinite cubic-bezier(.2, .68, .18, 1.08); }
.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(.2, .68, .18, 1.08);
          animation: line-scale 1s -0.2s infinite cubic-bezier(.2, .68, .18, 1.08); }
.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(.2, .68, .18, 1.08);
          animation: line-scale 1s -0.1s infinite cubic-bezier(.2, .68, .18, 1.08); }
.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
          animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08); }
.line-scale > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block; }

@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }

  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }

  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: 0.23s;
          animation-delay: 0.23s;
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s; }
.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: 0.09s;
          animation-delay: 0.09s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; }
.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.44s;
          animation-delay: 0.44s;
  -webkit-animation-duration: 0.65s;
          animation-duration: 0.65s; }
.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: -0.12s;
          animation-delay: -0.12s;
  -webkit-animation-duration: 1.01s;
          animation-duration: 1.01s; }
.line-scale-party > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
          animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }

  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }

  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }

  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }

  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale-pulse-out > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(.85, .25, .37, .85);
          animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(.85, .25, .37, .85); }
  .line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: -0.4s !important;
            animation-delay: -0.4s !important; }
  .line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: -0.2s !important;
            animation-delay: -0.2s !important; }

@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }

  80% {
    -webkit-transform: scaley(0.3);
            transform: scaley(0.3); }

  90% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }

  80% {
    -webkit-transform: scaley(0.3);
            transform: scaley(0.3); }

  90% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale-pulse-out-rapid > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(.11, .49, .38, .78);
          animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(.11, .49, .38, .78); }
  .line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
    -webkit-animation-delay: -0.25s !important;
            animation-delay: -0.25s !important; }
  .line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important; }

@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3; }

  100% {
    opacity: 1; } }

@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3; }

  100% {
    opacity: 1; } }

.line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px; }
  .line-spin-fade-loader > div:nth-child(1) {
    top: 20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(2) {
    top: 13.63636px;
    left: 13.63636px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(3) {
    top: 0;
    left: 20px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(4) {
    top: -13.63636px;
    left: 13.63636px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(5) {
    top: -20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(6) {
    top: -13.63636px;
    left: -13.63636px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(7) {
    top: 0;
    left: -20px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(8) {
    top: 13.63636px;
    left: -13.63636px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; }
  .line-spin-fade-loader > div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    width: 5px;
    height: 15px; }

/**
 * Misc
 */
@-webkit-keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }

  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg); }

  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); }

  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }
@keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }

  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg); }

  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); }

  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }

.triangle-skew-spin > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
          animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite; }

@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }

  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg); }

  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); }

  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }

@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }

  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg); }

  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); }

  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }

.square-spin > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid red;
  -webkit-animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
          animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite; }

@-webkit-keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }

  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }

  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }

  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }

  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@-webkit-keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); } }

@keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); } }

@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7; }

  100% {
    -webkit-transform: translate(-100px, -6.25px);
            transform: translate(-100px, -6.25px); } }

@keyframes pacman-balls {
  75% {
    opacity: 0.7; }

  100% {
    -webkit-transform: translate(-100px, -6.25px);
            transform: translate(-100px, -6.25px); } }

.pacman {
  position: relative; }
  .pacman > div:nth-child(2) {
    -webkit-animation: pacman-balls 1s -0.99s infinite linear;
            animation: pacman-balls 1s -0.99s infinite linear; }
  .pacman > div:nth-child(3) {
    -webkit-animation: pacman-balls 1s -0.66s infinite linear;
            animation: pacman-balls 1s -0.66s infinite linear; }
  .pacman > div:nth-child(4) {
    -webkit-animation: pacman-balls 1s -0.33s infinite linear;
            animation: pacman-balls 1s -0.33s infinite linear; }
  .pacman > div:nth-child(5) {
    -webkit-animation: pacman-balls 1s 0s infinite linear;
            animation: pacman-balls 1s 0s infinite linear; }
  .pacman > div:first-of-type {
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px;
    -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
            animation: rotate_pacman_half_up 0.5s 0s infinite;
    position: relative;
    left: -30px; }
  .pacman > div:nth-child(2) {
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px;
    -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
            animation: rotate_pacman_half_down 0.5s 0s infinite;
    margin-top: -50px;
    position: relative;
    left: -30px; }
  .pacman > div:nth-child(3), .pacman > div:nth-child(4), .pacman > div:nth-child(5), .pacman > div:nth-child(6) {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-transform: translate(0, -6.25px);
        -ms-transform: translate(0, -6.25px);
            transform: translate(0, -6.25px);
    top: 25px;
    left: 70px; }

@-webkit-keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
            transform: translateX(50px) scale(0.5) rotate(-90deg); }

  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
            transform: translate(50px, 50px) rotate(-180deg); }

  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
            transform: translateY(50px) scale(0.5) rotate(-270deg); }

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

@keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
            transform: translateX(50px) scale(0.5) rotate(-90deg); }

  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
            transform: translate(50px, 50px) rotate(-180deg); }

  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
            transform: translateY(50px) scale(0.5) rotate(-270deg); }

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

.cube-transition {
  position: relative;
  -webkit-transform: translate(-25px, -25px);
      -ms-transform: translate(-25px, -25px);
          transform: translate(-25px, -25px); }
  .cube-transition > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #fff;
    -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
            animation: cube-transition 1.6s 0s infinite ease-in-out; }
    .cube-transition > div:last-child {
      -webkit-animation-delay: -0.8s;
              animation-delay: -0.8s; }

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

  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

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

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

  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

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

.semi-circle-spin {
  position: relative;
  width: 35px;
  height: 35px;
  overflow: hidden; }
  .semi-circle-spin > div {
    position: absolute;
    border-width: 0px;
    border-radius: 100%;
    -webkit-animation: spin-rotate 0.6s 0s infinite linear;
            animation: spin-rotate 0.6s 0s infinite linear;
    background-image: -webkit-linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
    background-image: linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
    width: 100%;
    height: 100%; }


.debug-container{
    background-color: white;
    max-height: 1000px;
    overflow: scroll;
    padding: 20px;
    font-size: smaller;
}

.debug-container .row.error{
    color: red;
}

.debug-container .row.warn{
    color: darkorange;
}

.debug-container .row.info{
    color: slateblue;
}

.debug-container .row.debug{
    color: darkolivegreen;
}
.post-maintenance.is-banner {
  display: flex;
  align-items: flex-start;
  padding: 10px 15px;
  background: linear-gradient(to top, #fff8e6, #ffffff);
  border: 1px solid #DDD;
  border-radius: 3px;
}
.post-maintenance.is-banner.is-floating {
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
}
.post-maintenance.is-banner .pm-icon img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.post-maintenance.is-banner .pm-content .pm-title {
  font-weight: 500;
}
@media (max-width: 767px) {
  .post-maintenance.is-banner .pm-content .pm-title {
    margin: 10px 0;
  }
}
.post-maintenance.is-banner .pm-content .pm-message {
  font-size: 14px;
}
@media (max-width: 767px) {
  .post-maintenance.is-banner .pm-content .pm-message {
    width: calc(100% + 55px);
    margin-left: -55px;
    margin-top: 15px;
  }
}
.post-maintenance.is-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background: linear-gradient(to top, #fff8e6, #ffffff);
  border: 1px solid #DDD;
  border-radius: 3px;
}
.post-maintenance.is-page.is-floating {
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
}
.post-maintenance.is-page .pm-icon img {
  width: 120px;
  height: 120px;
}
.post-maintenance.is-page .pm-content {
  width: 100%;
}
.post-maintenance.is-page .pm-content .pm-title {
  font-size: 25px;
  font-weight: 500;
  margin: 20px 0;
  text-align: center;
}
.post-maintenance.is-page .pm-content .pm-message {
  font-size: 14px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.loader.spinner-ready {
  display: block;
}

p.text-danger {
  margin: 0 0 1em;
}

.block-ui-message {
    display: none !important;
}

.loader {
    position: relative;
    position: absolute;
    width: 0px;
    z-index: 2000000000;
    left: 50%;
    top: 50%;
    display: none;
}

.form-control::-ms-clear {
    display: none;
}

.form-control::-ms-reveal {
    display: none;
}

@media (max-width: 1024px) {
  p.text-danger i{
    font-size: smaller;
  }
  p.text-danger {
    line-height: 90%;
  }
}

.action-button .tooltip {
  min-width: 100px;
}

.modal.fade .modal-dialog {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.modal.in .modal-dialog {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.popover.top {
  max-width: 90%;
}

.popover .popover-error span {
  display: inline;
}
* {
    -moz-box-sizing: border-box;
}

label {
    margin-bottom: 0;
}

p {
    margin: 0 0 1em;
}

.container {
    width: calc(100% - 140px)!important;
    margin: 70px 70px 40px;
    padding: 0;
}

.container-fluid {
    padding-right: 70px;
    padding-left: 70px;
}

@media (max-width:1024px) {
    .container {
        width: calc(100% - 20px)!important;
        margin: 70px 10px 40px;
    }
}

.container-header {
    height: 100px;
    padding: 25px;
}

.container-header h5 {
    margin: 0;
}

@media (max-width:768px) {
    .container-header {
        text-align: center;
    }
}

.popover-error {
    position: relative;
}

.popover-error span {
    display: table-cell;
}

.popover-error .icon-info_outline {
    margin-right: 5px;
    padding-top: 6px;
}

#post-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

#post-header .btn-customer {
    height: 60px;
    padding: 10px;
}

#post-header .btn-customer div {
    display: inline-block;
    float: left;
    height: 100%;
}

#post-header .btn-customer div.name {
    line-height: 40px;
}

#post-header .btn-customer div.icon {
    font-size: 40px;
    padding-right: 10px;
    color: #999;
}

#post-header .btn-customer div.icon-edit {
    line-height: 40px;
    float: right;
}

#post-header .btn-customer:hover .icon {
    color: #646567;
}

#post-header .btn-topost {
    float: right;
    margin-top: 17px;
    margin-right: 20px;
}

#post-header .btn-topost button {
    color: #646567;
    background-color: #fabb00;
}

#post-header .btn-topost button .link-chevron {
    line-height: 21px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -5px;
    margin-left: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #fff;
}

#post-header .btn-topost button .link-chevron .icon-fat_chevron_right {
    font-size: 12px;
    padding-left: 2px;
}

#post-header #toolbar .toolbar-menu li {
    width: calc(100% + 85px);
    padding-right: 85px;
}

#post-header #toolbar .toolbar-menu li.divider {
    width: 100%;
}

#post-header #toolbar .toolbar-menu a.icon-edit {
    position: absolute;
    top: 0;
    right: 0;
    height: 58px;
    padding-top: 15px;
}

#post-header #toolbar .postlogo img {
    margin-left: -10px;
}

.panel .panel-heading .col-text {
    display: inline-block;
    width: calc(100% - 60px);
}

.panel .panel-heading .col-icon {
    font-size: 32px;
    line-height: 32px;
    position: absolute;
    top: 25px;
    right: 27px;
    display: inline-block;
    width: 32px;
    text-align: center;
}

.modal h5,
.modal p {
    line-height: normal;
}

#login h1 {
    font-size: 50px;
    font-weight: 500;
    color: #3e3d40;
}

@media (max-width:992px) {
    #login h1 {
        font-size: 35px;
        margin-top: 0;
    }

    #login h5 {
        font-size: 20px;
        text-align: center;
    }
}

#login p,
#login span,
#login i,
#confirm .panel-body {
    line-height: normal;
}

#confirm .spinner {
    width: 55px;
    height: 55px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: calc(50% - 27px);
}

#confirm .spinner .loader {
    position: absolute;
    margin-top: 30px;
    margin-left: 30px;
}

#profile .panel-body {
    padding: 0;
}

#profile .block-account {
    width: 100%;
    border-bottom: 1px solid #eee;
}

#profile .block-account .icon {
    font-size: 41px;
    display: inline-block;
    width: 80px;
    text-align: center;
    color: #999;
}

#profile .block-account .icon .pin {
    font-size: 16px;
    position: absolute;
    top: 13px;
    left: 62px;
    color: #fabb00;
}

#profile .block-account .content {
    display: inline-block;
    width: calc(100% - 170px);
}

#profile .block-account .content .info {
    display: inline-block;
}

#profile .block-account .content .info .title {
    font-size: 12px;
    color: #999;
}

#profile .block-account .content .description {
    display: inline-block;
    padding-left: 20px;
}

#profile .block-account .content .description .title {
    font-size: 12px;
    color: #999;
}

#profile .block-account .content .description a {
    font-size: 14px;
}

#profile .block-account .actions {
    font-size: 20px;
    line-height: 75px;
    display: block;
    float: right;
    width: 80px;
    text-align: center;
    color: #999;
}

#profile .block-account .actions span {
    padding: 0 5px;
    cursor: pointer;
}

#profile .block-account .actions span:hover {
    color: #646567;
}

@media (max-width:830px) {
    #profile .block-account {
        min-height: 75px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #profile .block-account .icon {
        float: left;
        width: 60px;
        margin-top: -10px;
    }

    #profile .block-account .icon .pin {
        left: 52px;
    }

    #profile .block-account .content {
        width: calc(100% - 100px);
    }

    #profile .block-account .content .info {
        display: block;
        width: 100%;
    }

    #profile .block-account .content .description {
        display: block;
        width: 100%;
        padding-left: 0;
    }

    #profile .block-account .actions {
        width: 40px;
    }

    #profile .block-account .actions span {
        display: block;
        padding-bottom: 15px;
    }
}

#profile .action-button span {
    font-size: 24px;
    position: absolute;
    top: -1px;
    left: 13px;
}

@media (min-width:768px) {
    #modal-create-account .modal-dialog {
        width: 460px;
    }
}

#modal-create-account .icon {
    font-size: 41px;
    float: left;
    width: 60px;
    padding-top: 8px;
    color: #999;
}

#modal-create-account form {
    width: calc(100% - 60px);
    margin-left: 60px;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
}

mark {
    color: #000;
    background: #ff0;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

samp {
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button {
    cursor: pointer;
}

html input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

@media print {
    *,
    *:before,
    *:after {
        color: #000!important;
        background: 0 0!important;
        box-shadow: none!important;
        text-shadow: none!important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: ' (' attr(href)')';
    }

    abbr[title]:after {
        content: ' (' attr(title)')';
    }

    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: '';
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100%!important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000!important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse!important;
    }

    .table td,
    .table th {
        background-color: #fff!important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd!important;
    }
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.846;
    color: #646567;
    background-color: #f3efec;
}

input {
    font-family: inherit;
    font-size: inherit;
}

input,
button {
    line-height: inherit;
}

button,
select,
textarea {
    font-family: inherit;
}

textarea {
    line-height: inherit;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded,
.img-thumbnail {
    border-radius: 3px;
}

.img-thumbnail {
    line-height: 1.846;
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid #ddd;
    background-color: #f3efec;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 29px;
    margin-bottom: 29px;
    border: 0;
    border-top: 1px solid #cbcbcc;
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0,0,0,0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
}

[role='button'] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: #646567;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #97989a;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 29px;
    margin-bottom: 14.5px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 14.5px;
    margin-bottom: 14.5px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 45px;
}

h2,
.h2 {
    font-size: 40px;
}

h3,
.h3 {
    font-size: 35px;
}

h4,
.h4 {
    font-size: 30px;
}

h5,
.h5 {
    font-size: 25px;
}

h6,
.h6 {
    font-size: 20px;
}

.lead {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 29px;
}

@media (min-width:768px) {
    .lead {
        font-size: 24px;
    }
}

small,
.small {
    font-size: 75%;
}

mark,
.mark {
    padding: .2em;
    background-color: #ffe0b2;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #007ea1;
}

a.text-success:hover,
a.text-success:focus {
    color: #052;
}

a.text-info:hover,
a.text-info:focus {
    color: #30b4e8;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #c79500;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #f91119;
}

.bg-primary {
    color: #fff;
    background-color: #00a6d4;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #007ea1;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #e1bee7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #d099d9;
}

.bg-warning {
    background-color: #ffe0b2;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #ffcb7f;
}

.bg-danger {
    background-color: #f9bdbb;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #f5908c;
}

.page-header {
    margin: 58px 0 29px;
    padding-bottom: 13.5px;
    border-bottom: 1px solid #cbcbcc;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 14.5px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

.list-unstyled,
.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 29px;
}

dt,
dd {
    line-height: 1.846;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        clear: left;
        overflow: hidden;
        width: 160px;
        text-align: right;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #97989a;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    font-size: 20px;
    margin: 0 0 29px;
    padding: 14.5px 29px;
    border-left: 5px solid #cbcbcc;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    font-size: 80%;
    line-height: 1.846;
    display: block;
    color: #97989a;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #cbcbcc;
    border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    font-style: normal;
    line-height: 1.846;
    margin-bottom: 29px;
}

code,
kbd,
pre,
samp {
    font-family: Menlo,Monaco,Consolas,'Courier New',monospace;
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
}

code,
kbd {
    font-size: 90%;
    padding: 2px 4px;
    border-radius: 3px;
}

kbd {
    color: #fff;
    background-color: #333;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

kbd kbd {
    font-size: 100%;
    font-weight: 700;
    padding: 0;
    box-shadow: none;
}

pre {
    font-size: 15px;
    line-height: 1.846;
    display: block;
    margin: 0 0 14.5px;
    padding: 14px;
    word-wrap: break-word;
    word-break: break-all;
    color: #646567;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #f5f5f5;
}

pre code {
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
}

.pre-scrollable {
    overflow-y: scroll;
    max-height: 340px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
    float: left;
}

.col-xs-12 {
    float: left;
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11 {
        float: left;
    }

    .col-sm-12 {
        float: left;
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11 {
        float: left;
    }

    .col-md-12 {
        float: left;
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11 {
        float: left;
    }

    .col-lg-12 {
        float: left;
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #97989a;
}

caption,
th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 29px;
}

.table > thead > tr>th {
    line-height: 1.846;
    padding: 8px;
    border-top: 1px solid #ddd;
}

.table > tbody > tr>th,
.table > tfoot > tr>th,
.table > thead > tr>td,
.table > tbody > tr>td,
.table > tfoot > tr>td {
    line-height: 1.846;
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child>th,
.table > colgroup + thead > tr:first-child>th,
.table > thead:first-child > tr:first-child>th,
.table > caption + thead > tr:first-child>td,
.table > colgroup + thead > tr:first-child>td,
.table > thead:first-child > tr:first-child>td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #f3efec;
}

.table-condensed > thead > tr>th,
.table-condensed > tbody > tr>th,
.table-condensed > tfoot > tr>th,
.table-condensed > thead > tr>td,
.table-condensed > tbody > tr>td,
.table-condensed > tfoot > tr>td {
    padding: 5px;
}

.table-bordered,
.table-bordered > thead > tr>th,
.table-bordered > tbody > tr>th,
.table-bordered > tfoot > tr>th,
.table-bordered > thead > tr>td,
.table-bordered > tbody > tr>td,
.table-bordered > tfoot > tr>td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr>th,
.table-bordered > thead > tr>td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*='col-'] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*='col-'],
table th[class*='col-'] {
    position: static;
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active>td,
.table > tbody > tr.active>td,
.table > tfoot > tr.active>td,
.table > thead > tr.active>th,
.table > tbody > tr.active>th,
.table > tfoot > tr.active>th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover>td,
.table-hover > tbody > tr:hover>.active,
.table-hover > tbody > tr.active:hover>th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success>td,
.table > tbody > tr.success>td,
.table > tfoot > tr.success>td,
.table > thead > tr.success>th,
.table > tbody > tr.success>th,
.table > tfoot > tr.success>th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover>td,
.table-hover > tbody > tr:hover>.success,
.table-hover > tbody > tr.success:hover>th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info>td,
.table > tbody > tr.info>td,
.table > tfoot > tr.info>td,
.table > thead > tr.info>th,
.table > tbody > tr.info>th,
.table > tfoot > tr.info>th {
    background-color: #e1bee7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover>td,
.table-hover > tbody > tr:hover>.info,
.table-hover > tbody > tr.info:hover>th {
    background-color: #d8abe0;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning>td,
.table > tbody > tr.warning>td,
.table > tfoot > tr.warning>td,
.table > thead > tr.warning>th,
.table > tbody > tr.warning>th,
.table > tfoot > tr.warning>th {
    background-color: #ffe0b2;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover>td,
.table-hover > tbody > tr:hover>.warning,
.table-hover > tbody > tr.warning:hover>th {
    background-color: #ffd699;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger>td,
.table > tbody > tr.danger>td,
.table > tfoot > tr.danger>td,
.table > thead > tr.danger>th,
.table > tbody > tr.danger>th,
.table > tfoot > tr.danger>th {
    background-color: #f9bdbb;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover>td,
.table-hover > tbody > tr:hover>.danger,
.table-hover > tbody > tr.danger:hover>th {
    background-color: #f7a6a4;
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%;
}

@media screen and (max-width:767px) {
    .table-responsive {
        overflow-y: hidden;
        width: 100%;
        margin-bottom: 21.75px;
        border: 1px solid #ddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr>th,
    .table-responsive > .table > tbody > tr>th,
    .table-responsive > .table > tfoot > tr>th,
    .table-responsive > .table > thead > tr>td,
    .table-responsive > .table > tbody > tr>td,
    .table-responsive > .table > tfoot > tr>td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr>th:first-child,
    .table-responsive > .table-bordered > tbody > tr>th:first-child,
    .table-responsive > .table-bordered > tfoot > tr>th:first-child,
    .table-responsive > .table-bordered > thead > tr>td:first-child,
    .table-responsive > .table-bordered > tbody > tr>td:first-child,
    .table-responsive > .table-bordered > tfoot > tr>td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr>th:last-child,
    .table-responsive > .table-bordered > tbody > tr>th:last-child,
    .table-responsive > .table-bordered > tfoot > tr>th:last-child,
    .table-responsive > .table-bordered > thead > tr>td:last-child,
    .table-responsive > .table-bordered > tbody > tr>td:last-child,
    .table-responsive > .table-bordered > tfoot > tr>td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child>th,
    .table-responsive > .table-bordered > tfoot > tr:last-child>th,
    .table-responsive > .table-bordered > tbody > tr:last-child>td,
    .table-responsive > .table-bordered > tfoot > tr:last-child>td {
        border-bottom: 0;
    }
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    font-size: 24px;
    line-height: inherit;
    display: block;
    width: 100%;
    margin-bottom: 29px;
    padding: 0;
    color: #646567;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

input[type='search'] {
    box-sizing: border-box;
}

input[type='radio'] {
    line-height: normal;
}

input[type='checkbox'] {
    line-height: normal;
    margin: 4px 0 0;
    margin-top: 1px \9;
}

input[type='file'] {
    display: block;
}

input[type='range'] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    padding-top: 7px;
}

output,
.form-control {
    font-size: 16px;
    line-height: 1.846;
    display: block;
    color: #646567;
}

.form-control {
    width: 100%;
    height: 43px;
    padding: 6px 16px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: transparent;
    background-image: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.form-control:focus {
    border-color: #5ec5ed;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(94,197,237,.6);
}

.form-control::-moz-placeholder {
    opacity: 1;
    color: #97989a;
}

.form-control:-ms-input-placeholder {
    color: #97989a;
}

.form-control::-webkit-input-placeholder {
    color: #97989a;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    opacity: 1;
    background-color: transparent;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type='search'] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='date'].form-control,
    input[type='time'].form-control,
    input[type='datetime-local'].form-control,
    input[type='month'].form-control {
        line-height: 43px;
    }

    input[type='date'].input-sm,
    input[type='time'].input-sm,
    input[type='datetime-local'].input-sm,
    input[type='month'].input-sm,
    .input-group-sm input[type='date'],
    .input-group-sm input[type='time'],
    .input-group-sm input[type='datetime-local'],
    .input-group-sm input[type='month'] {
        line-height: 30px;
    }

    input[type='date'].input-lg,
    input[type='time'].input-lg,
    input[type='datetime-local'].input-lg,
    input[type='month'].input-lg,
    .input-group-lg input[type='date'],
    .input-group-lg input[type='time'],
    .input-group-lg input[type='datetime-local'],
    .input-group-lg input[type='month'] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    font-weight: 400;
    min-height: 29px;
    margin-bottom: 0;
    cursor: pointer;
}

.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
    margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 20px;
    cursor: pointer;
    vertical-align: middle;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type='radio'][disabled],
input[type='checkbox'][disabled],
input[type='radio'].disabled,
input[type='checkbox'].disabled,
fieldset[disabled] input[type='radio'],
fieldset[disabled] input[type='checkbox'],
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline,
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    min-height: 45px;
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}

.input-sm {
    font-size: 12px;
    line-height: 1.5;
    height: 30px;
    padding: 5px 10px;
    border-radius: 3px;
}

select.input-sm {
    line-height: 30px;
    height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    font-size: 12px;
    line-height: 1.5;
    height: 30px;
    padding: 5px 10px;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    line-height: 30px;
    height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    font-size: 12px;
    line-height: 1.5;
    height: 30px;
    min-height: 41px;
    padding: 6px 10px;
}

.input-lg {
    font-size: 18px;
    line-height: 1.3333333;
    height: 46px;
    padding: 10px 16px;
    border-radius: 3px;
}

select.input-lg {
    line-height: 46px;
    height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    font-size: 18px;
    line-height: 1.3333333;
    height: 46px;
    padding: 10px 16px;
    border-radius: 3px;
}

.form-group-lg select.form-control {
    line-height: 46px;
    height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    font-size: 18px;
    line-height: 1.3333333;
    height: 46px;
    min-height: 47px;
    padding: 11px 16px;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 53.75px;
}

.form-control-feedback {
    line-height: 43px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    display: block;
    width: 43px;
    height: 43px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    line-height: 46px;
    width: 46px;
    height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    line-height: 30px;
    width: 30px;
    height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #008836;
}

.has-success .form-control {
    border-color: #008836;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success .form-control:focus {
    border-color: #052;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #00ee5e;
}

.has-success .input-group-addon {
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #008836;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #fabb00;
}

.has-warning .form-control {
    border-color: #fabb00;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-warning .form-control:focus {
    border-color: #c79500;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ffd761;
}

.has-warning .input-group-addon {
    background-color: #ffe0b2;
}

.has-warning .form-control-feedback {
    color: #fabb00;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #fa4349;
}

.has-error .form-control {
    border-color: #fa4349;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .form-control:focus {
    border-color: #f91119;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #fda6a9;
}

.has-error .input-group-addon {
    background-color: #f9bdbb;
}

.has-error .form-control-feedback {
    color: #fa4349;
}

.has-feedback label ~ .form-control-feedback {
    top: 34px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a4a5a7;
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type='radio'],
    .form-inline .checkbox input[type='checkbox'] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 36px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        margin-bottom: 0;
        padding-top: 7px;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        font-size: 18px;
        padding-top: 14.333333px;
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        font-size: 12px;
        padding-top: 6px;
    }
}

.btn {
    font-weight: 400;
    line-height: 1.846;
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-image: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    text-decoration: none;
    color: #3e3d40;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
}

.btn.active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    box-shadow: none;
    filter: alpha(opacity=65);
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #3e3d40;
    border-color: transparent;
}

.btn-default:focus,
.btn-default.focus {
    color: #3e3d40;
    border-color: rgba(0,0,0,0);
    background-color: #e6e6e6;
}

.btn-default:hover {
    color: #3e3d40;
    border-color: rgba(0,0,0,0);
    background-color: #e6e6e6;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #3e3d40;
    border-color: rgba(0,0,0,0);
    background-color: #e6e6e6;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #3e3d40;
    border-color: rgba(0,0,0,0);
    background-color: #d4d4d4;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: transparent;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #3e3d40;
}

.btn-primary {
    color: #fff;
    border-color: transparent;
    background-color: #00a6d4;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    border-color: rgba(0,0,0,0);
    background-color: #007ea1;
}

.btn-primary:hover {
    color: #fff;
    border-color: rgba(0,0,0,0);
    background-color: #007ea1;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    border-color: rgba(0,0,0,0);
    background-color: #007ea1;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    border-color: rgba(0,0,0,0);
    background-color: #00627d;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: transparent;
    background-color: #00a6d4;
}

.btn-primary .badge {
    color: #00a6d4;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    border-color: transparent;
    background-color: #008836;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    border-color: rgba(0,0,0,0);
    background-color: #052;
}

.btn-success:hover {
    color: #fff;
    border-color: rgba(0,0,0,0);
    background-color: #052;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    border-color: rgba(0,0,0,0);
    background-color: #052;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    border-color: rgba(0,0,0,0);
    background-color: #003114;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    border-color: transparent;
    background-color: #008836;
}

.btn-success .badge {
    color: #008836;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    border-color: transparent;
    background-color: #5ec5ed;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    border-color: rgba(0,0,0,0);
    background-color: #30b4e8;
}

.btn-info:hover {
    color: #fff;
    border-color: rgba(0,0,0,0);
    background-color: #30b4e8;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    border-color: rgba(0,0,0,0);
    background-color: #30b4e8;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    border-color: rgba(0,0,0,0);
    background-color: #19a5dc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    border-color: transparent;
    background-color: #5ec5ed;
}

.btn-info .badge {
    color: #5ec5ed;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    border-color: transparent;
    background-color: #fabb00;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    border-color: rgba(0,0,0,0);
    background-color: #c79500;
}

.btn-warning:hover {
    color: #fff;
    border-color: rgba(0,0,0,0);
    background-color: #c79500;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    border-color: rgba(0,0,0,0);
    background-color: #c79500;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    border-color: rgba(0,0,0,0);
    background-color: #a37a00;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    border-color: transparent;
    background-color: #fabb00;
}

.btn-warning .badge {
    color: #fabb00;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    border-color: transparent;
    background-color: #fa4349;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    border-color: rgba(0,0,0,0);
    background-color: #f91119;
}

.btn-danger:hover {
    color: #fff;
    border-color: rgba(0,0,0,0);
    background-color: #f91119;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    border-color: rgba(0,0,0,0);
    background-color: #f91119;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    border-color: rgba(0,0,0,0);
    background-color: #e0060d;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    border-color: transparent;
    background-color: #fa4349;
}

.btn-danger .badge {
    color: #fa4349;
    background-color: #fff;
}

.btn-link {
    font-weight: 400;
    border-radius: 0;
}

.btn-link {
    background-color: transparent;
}

.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #006a88;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    text-decoration: none;
    color: #97989a;
}

.btn-lg,
.btn-group-lg > .btn {
    line-height: 1.3333333;
    border-radius: 3px;
}

.btn-group-lg > .btn {
    font-size: 18px;
    padding: 10px 16px;
}

.btn-sm {
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-sm > .btn {
    font-size: 12px;
    padding: 5px 10px;
}

.btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn {
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-xs > .btn {
    font-size: 12px;
    padding: 1px 5px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
    width: 100%;
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    opacity: 0;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    overflow: hidden;
    height: 0;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    font-size: 16px;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    padding: 5px 0;
    list-style: none;
    text-align: left;
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    overflow: hidden;
    height: 1px;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    font-weight: 400;
    line-height: 1.846;
    display: block;
    clear: both;
    white-space: nowrap;
    color: #646567;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #57585a;
    background-color: #cbcbcc;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    text-decoration: none;
    color: #fff;
    outline: 0;
    background-color: #00a6d4;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #97989a;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    cursor: not-allowed;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    font-size: 12px;
    line-height: 1.846;
    display: block;
    padding: 3px 20px;
    white-space: nowrap;
    color: #97989a;
}

.dropdown-backdrop {
    position: fixed;
    z-index: 990;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: '';
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn {
    float: left;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle='buttons'] > .btn input[type='radio'],
[data-toggle='buttons'] > .btn-group > .btn input[type='radio'],
[data-toggle='buttons'] > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn input[type='checkbox'] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*='col-'] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    font-size: 18px;
    line-height: 1.3333333;
    height: 46px;
    padding: 10px 16px;
    border-radius: 3px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    line-height: 46px;
    height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    font-size: 12px;
    line-height: 1.5;
    height: 30px;
    padding: 5px 10px;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    line-height: 30px;
    height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon {
    white-space: nowrap;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    vertical-align: middle;
}

.input-group-addon {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 16px;
    text-align: center;
    color: #646567;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: transparent;
}

.input-group-addon.input-sm {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    font-size: 18px;
    padding: 10px 16px;
    border-radius: 3px;
}

.input-group-addon input[type='radio'],
.input-group-addon input[type='checkbox'] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn,
.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav > li,
.nav > li > a {
    position: relative;
    display: block;
}

.nav > li > a {
    padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #cbcbcc;
}

.nav > li.disabled > a {
    color: #97989a;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    cursor: not-allowed;
    text-decoration: none;
    color: #97989a;
    background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    border-color: #00a6d4;
    background-color: #cbcbcc;
}

.nav .nav-divider {
    overflow: hidden;
    height: 1px;
    margin: 13.5px 0;
    background-color: #e5e5e5;
}

.nav > li > a>img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    line-height: 1.846;
    margin-right: 2px;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #cbcbcc #cbcbcc transparent;
}

.nav-tabs > li.active > a {
    cursor: default;
    background-color: transparent;
}

.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    cursor: default;
    color: #646567;
    border: 1px solid transparent;
    background-color: transparent;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li {
    float: none;
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid transparent;
        border-radius: 3px 3px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #f3efec;
    }
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 3px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #00a6d4;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified > li {
    float: none;
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 3px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid transparent;
        border-radius: 3px 3px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #f3efec;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 64px;
    margin-bottom: 29px;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 3px;
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block!important;
        overflow: visible!important;
        height: auto!important;
        padding-bottom: 0;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
}

@media (min-width:768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    line-height: 29px;
    float: left;
    height: 64px;
    padding: 17.5px 15px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
}

@media (min-width:768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 9px 10px;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: transparent;
    background-image: none;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 8.75px -15px;
}

.navbar-nav > li > a {
    line-height: 29px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        background-color: transparent;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 29px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 17.5px;
        padding-bottom: 17.5px;
    }
}

.navbar-form {
    margin: 10.5px -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }

    .navbar-form .radio input[type='radio'],
    .navbar-form .checkbox input[type='checkbox'] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        margin-right: 0;
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        border: 0;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}

.navbar-btn.btn-sm {
    margin-top: 17px;
    margin-bottom: 17px;
}

.navbar-btn.btn-xs {
    margin-top: 21px;
    margin-bottom: 21px;
}

.navbar-text {
    margin-top: 17.5px;
    margin-bottom: 17.5px;
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left!important;
    }

    .navbar-right {
        float: right!important;
        margin-right: -15px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    border-color: transparent;
    background-color: #fff;
}

.navbar-default .navbar-brand {
    color: #646567;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #646567;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #97989a;
}

.navbar-default .navbar-nav > li > a {
    color: #646567;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #646567;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #646567;
    background-color: #eee;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: rgba(0,0,0,.5);
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #646567;
    background-color: #eee;
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #646567;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #646567;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #646567;
        background-color: #eee;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #646567;
}

.navbar-default .navbar-link:hover {
    color: #646567;
}

.navbar-default .btn-link {
    color: #646567;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #646567;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    border-color: transparent;
    background-color: #00a6d4;
}

.navbar-inverse .navbar-brand {
    color: #6ee0ff;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #97989a;
}

.navbar-inverse .navbar-nav > li > a {
    color: #6ee0ff;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #007ea1;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: rgba(0,0,0,.5);
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #008ab0;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #007ea1;
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #6ee0ff;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #007ea1;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #6ee0ff;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #6ee0ff;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.breadcrumb {
    margin-bottom: 29px;
    padding: 8px 15px;
    list-style: none;
    border-radius: 3px;
    background-color: #f5f5f5;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    content: '/\00a0';
    color: #ccc;
}

.breadcrumb > .active {
    color: #97989a;
}

.pagination {
    margin: 29px 0;
    padding-left: 0;
    border-radius: 3px;
}

.pagination > li > a,
.pagination > li > span {
    margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    border-color: #ddd;
    background-color: #cbcbcc;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    border-color: #00a6d4;
    background-color: #00a6d4;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    margin: 29px 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    border: 1px solid #ddd;
    border-radius: 15px;
    background-color: #fff;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #cbcbcc;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    cursor: not-allowed;
    color: #97989a;
    background-color: #fff;
}

.label {
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    display: inline;
    padding: .2em .6em .3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    color: #fff;
    border-radius: .25em;
}

a.label:hover,
a.label:focus {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #97989a;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #7d7e81;
}

.label-primary {
    background-color: #00a6d4;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #007ea1;
}

.label-success {
    background-color: #008836;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #052;
}

.label-info {
    background-color: #5ec5ed;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #30b4e8;
}

.label-warning {
    background-color: #fabb00;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #c79500;
}

.label-danger {
    background-color: #fa4349;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #f91119;
}

.badge {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    min-width: 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    border-radius: 10px;
    background-color: #97989a;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

.list-group-item.active > .badge,
.nav-pills > .active > a>.badge {
    color: #00a6d4;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

.nav-pills > li > a>.badge {
    margin-left: 3px;
}

.jumbotron {
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: inherit;
    background-color: #f9f9f9;
}

.jumbotron h1,
.jumbotron .h1 {
    color: #646567;
}

.jumbotron p {
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 15px;
}

.jumbotron > hr {
    border-top-color: #e0e0e0;
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 3px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 72px;
    }
}

.thumbnail {
    line-height: 1.846;
    display: block;
    margin-bottom: 29px;
    padding: 4px;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #f3efec;
}

.thumbnail > img,
.thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #00a6d4;
}

.thumbnail .caption {
    padding: 9px;
    color: #646567;
}

.alert {
    margin-bottom: 29px;
    padding: 15px;
    border-radius: 3px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: 700;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #008836;
    border-color: #d6e9c6;
    background-color: #dff0d8;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #052;
}

.alert-info {
    color: #5ec5ed;
    border-color: #cba4dd;
    background-color: #e1bee7;
}

.alert-info hr {
    border-top-color: #c191d6;
}

.alert-info .alert-link {
    color: #30b4e8;
}

.alert-warning {
    color: #fabb00;
    border-color: #ffc599;
    background-color: #ffe0b2;
}

.alert-warning hr {
    border-top-color: #ffb67f;
}

.alert-warning .alert-link {
    color: #c79500;
}

.alert-danger {
    color: #fa4349;
    border-color: #f7a4af;
    background-color: #f9bdbb;
}

.alert-danger hr {
    border-top-color: #f58c9a;
}

.alert-danger .alert-link {
    color: #f91119;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    margin-bottom: 29px;
    background-color: #f5f5f5;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    font-size: 12px;
    line-height: 29px;
    float: left;
    width: 0;
    height: 100%;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    text-align: center;
    color: #fff;
    background-color: #00a6d4;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #008836;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
}

.progress-bar-info {
    background-color: #5ec5ed;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
}

.progress-bar-warning {
    background-color: #fabb00;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
}

.progress-bar-danger {
    background-color: #fa4349;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    margin-bottom: -1px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

a.list-group-item,
button.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    cursor: not-allowed;
    color: #97989a;
    background-color: #cbcbcc;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #97989a;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    border-color: #00a6d4;
    background-color: #00a6d4;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #a1ebff;
}

.list-group-item-success {
    color: #008836;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #008836;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
    color: #008836;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
    color: #fff;
    border-color: #008836;
    background-color: #008836;
}

.list-group-item-info {
    color: #5ec5ed;
    background-color: #e1bee7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #5ec5ed;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    color: #5ec5ed;
    background-color: #d8abe0;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
    color: #fff;
    border-color: #5ec5ed;
    background-color: #5ec5ed;
}

.list-group-item-warning {
    color: #fabb00;
    background-color: #ffe0b2;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #fabb00;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
    color: #fabb00;
    background-color: #ffd699;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
    color: #fff;
    border-color: #fabb00;
    background-color: #fabb00;
}

.list-group-item-danger {
    color: #fa4349;
    background-color: #f9bdbb;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #fa4349;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
    color: #fa4349;
    background-color: #f7a6a4;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
    color: #fff;
    border-color: #fa4349;
    background-color: #fa4349;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    line-height: 1.3;
    margin-bottom: 0;
}

.panel {
    margin-bottom: 29px;
    background-color: #fff;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-bottom: 0;
}

.panel-title,
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}

.panel-footer {
    background-color: #f5f5f5;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-right: 20px;
    padding-left: 20px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child>tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child>tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 2px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 2px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child>tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 2px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 2px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr>th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr>th:first-child,
.panel > .table-bordered > tbody > tr>th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr>th:first-child,
.panel > .table-bordered > tfoot > tr>th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr>th:first-child,
.panel > .table-bordered > thead > tr>td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr>td:first-child,
.panel > .table-bordered > tbody > tr>td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr>td:first-child,
.panel > .table-bordered > tfoot > tr>td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr>td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr>th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr>th:last-child,
.panel > .table-bordered > tbody > tr>th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr>th:last-child,
.panel > .table-bordered > tfoot > tr>th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr>th:last-child,
.panel > .table-bordered > thead > tr>td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr>td:last-child,
.panel > .table-bordered > tbody > tr>td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr>td:last-child,
.panel > .table-bordered > tfoot > tr>td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr>td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child>td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child>td,
.panel > .table-bordered > tbody > tr:first-child>td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child>td,
.panel > .table-bordered > thead > tr:first-child>th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child>th,
.panel > .table-bordered > tbody > tr:first-child>th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child>th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child>td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child>td,
.panel > .table-bordered > tfoot > tr:last-child>td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child>td,
.panel > .table-bordered > tbody > tr:last-child>th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child>th,
.panel > .table-bordered > tfoot > tr:last-child>th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child>th {
    border-bottom: 0;
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 29px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #646567;
    border-color: #ddd;
    background-color: #f5f5f5;
}

.panel-default > .panel-heading + .panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #646567;
}

.panel-default > .panel-footer + .panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #00a6d4;
}

.panel-primary > .panel-heading {
    color: #fff;
    border-color: #00a6d4;
    background-color: #00a6d4;
}

.panel-primary > .panel-heading + .panel-collapse>.panel-body {
    border-top-color: #00a6d4;
}

.panel-primary > .panel-heading .badge {
    color: #00a6d4;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse>.panel-body {
    border-bottom-color: #00a6d4;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    color: #fff;
    border-color: #d6e9c6;
    background-color: #008836;
}

.panel-success > .panel-heading + .panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
    color: #008836;
    background-color: #fff;
}

.panel-success > .panel-footer + .panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #cba4dd;
}

.panel-info > .panel-heading {
    color: #fff;
    border-color: #cba4dd;
    background-color: #5ec5ed;
}

.panel-info > .panel-heading + .panel-collapse>.panel-body {
    border-top-color: #cba4dd;
}

.panel-info > .panel-heading .badge {
    color: #5ec5ed;
    background-color: #fff;
}

.panel-info > .panel-footer + .panel-collapse>.panel-body {
    border-bottom-color: #cba4dd;
}

.panel-warning {
    border-color: #ffc599;
}

.panel-warning > .panel-heading {
    color: #fff;
    border-color: #ffc599;
    background-color: #fabb00;
}

.panel-warning > .panel-heading + .panel-collapse>.panel-body {
    border-top-color: #ffc599;
}

.panel-warning > .panel-heading .badge {
    color: #fabb00;
    background-color: #fff;
}

.panel-warning > .panel-footer + .panel-collapse>.panel-body {
    border-bottom-color: #ffc599;
}

.panel-danger {
    border-color: #f7a4af;
}

.panel-danger > .panel-heading {
    color: #fff;
    border-color: #f7a4af;
    background-color: #fa4349;
}

.panel-danger > .panel-heading + .panel-collapse>.panel-body {
    border-top-color: #f7a4af;
}

.panel-danger > .panel-heading .badge {
    color: #fa4349;
    background-color: #fff;
}

.panel-danger > .panel-footer + .panel-collapse>.panel-body {
    border-bottom-color: #f7a4af;
}

.embed-responsive {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding: 0;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    margin-bottom: 20px;
    padding: 19px;
    border: 1px solid transparent;
    background-color: #f9f9f9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15);
}

.well-lg {
    padding: 24px;
    border-radius: 3px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    color: #000;
    text-shadow: none;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    cursor: pointer;
    text-decoration: none;
    opacity: .5;
    color: #000;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    border: 0;
    background: 0 0;
    -webkit-appearance: none;
}

.modal-open,
.modal {
    overflow: hidden;
}

.modal {
    position: fixed;
    z-index: 1050;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    border: 1px solid transparent;
    border-radius: 3px;
    outline: 0;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
}

.modal-header {
    min-height: 16.846px;
    padding: 15px;
    border-bottom: 1px solid transparent;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    line-height: 1.846;
    margin: 0;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid transparent;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    overflow: scroll;
    width: 50px;
    height: 50px;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.846;
    position: absolute;
    z-index: 1070;
    display: block;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: normal;
    word-break: normal;
    opacity: 0;
    text-shadow: none;
    line-break: auto;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background-color: #727272;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #727272;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #727272;
}

.tooltip.top-right .tooltip-arrow {
    left: 5px;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #727272;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #727272;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #727272;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #727272;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #727272;
}

.popover {
    font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.846;
    position: absolute;
    z-index: 1060;
    top: 0;
    left: 0;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: normal;
    word-break: normal;
    border-radius: 3px;
    background-color: #fff;
    background-clip: padding-box;
    text-shadow: none;
    line-break: auto;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    font-size: 16px;
    margin: 0;
    padding: 8px 14px;
    border-bottom: 1px solid #ebebeb;
    border-radius: 2px 2px 0 0;
    background-color: #f7f7f7;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    content: '';
    border-width: 10px;
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: rgba(0,0,0,.075);
    border-bottom-width: 0;
}

.popover.top > .arrow:after {
    bottom: 1px;
    content: ' ';
    border-top-color: #fff;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0,0,0,.075);
    border-left-width: 0;
}

.popover.right > .arrow:after {
    left: 1px;
    content: ' ';
    border-right-color: #fff;
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: rgba(0,0,0,.075);
}

.popover.bottom > .arrow:after {
    top: 1px;
    content: ' ';
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: rgba(0,0,0,.075);
}

.popover.left > .arrow:after {
    right: 1px;
    content: ' ';
    border-left-color: #fff;
}

.carousel,
.carousel-inner {
    position: relative;
}

.carousel-inner {
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a>img {
    line-height: 1;
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        left: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    font-size: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    text-align: center;
    opacity: .5;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5)0%,rgba(0,0,0,.0001)100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.5)0%,rgba(0,0,0,.0001)100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001)0%,rgba(0,0,0,.5)100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.0001)0%,rgba(0,0,0,.5)100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    text-decoration: none;
    opacity: .9;
    color: #fff;
    outline: 0;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    z-index: 5;
    top: 50%;
    display: inline-block;
    margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-family: serif;
    line-height: 1;
    width: 20px;
    height: 20px;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    z-index: 15;
    bottom: 10px;
    left: 50%;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    cursor: pointer;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    z-index: 10;
    right: 15%;
    bottom: 20px;
    left: 15%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        font-size: 30px;
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: ' ';
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right!important;
}

.pull-left {
    float: left!important;
}

.hide {
    display: none!important;
}

.show {
    display: block!important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    border: 0;
    background-color: transparent;
    text-shadow: none;
}

.hidden {
    display: none!important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none!important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important;
    }

    table.visible-xs {
        display: table!important;
    }

    tr.visible-xs {
        display: table-row!important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell!important;
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important;
    }

    table.visible-sm {
        display: table!important;
    }

    tr.visible-sm {
        display: table-row!important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important;
    }

    table.visible-md {
        display: table!important;
    }

    tr.visible-md {
        display: table-row!important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell!important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important;
    }

    table.visible-lg {
        display: table!important;
    }

    tr.visible-lg {
        display: table-row!important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell!important;
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important;
    }
}

.visible-print {
    display: none!important;
}

@media print {
    .visible-print {
        display: block!important;
    }

    table.visible-print {
        display: table!important;
    }

    tr.visible-print {
        display: table-row!important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell!important;
    }
}

.visible-print-block {
    display: none!important;
}

@media print {
    .visible-print-block {
        display: block!important;
    }
}

.visible-print-inline {
    display: none!important;
}

@media print {
    .visible-print-inline {
        display: inline!important;
    }
}

.visible-print-inline-block {
    display: none!important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important;
    }
}

@media print {
    .hidden-print {
        display: none!important;
    }
}

.navbar {
    border: none;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
}

.navbar-brand {
    font-size: 24px;
}

.navbar-inverse .navbar-form input[type=text],
.navbar-inverse .navbar-form input[type=password] {
    color: #fff;
    box-shadow: inset 0 -1px 0 #6ee0ff;
}

.navbar-inverse .navbar-form input[type=text]::-moz-placeholder,
.navbar-inverse .navbar-form input[type=password]::-moz-placeholder {
    opacity: 1;
    color: #6ee0ff;
}

.navbar-inverse .navbar-form input[type=text]:-ms-input-placeholder,
.navbar-inverse .navbar-form input[type=password]:-ms-input-placeholder {
    color: #6ee0ff;
}

.navbar-inverse .navbar-form input[type=text]::-webkit-input-placeholder,
.navbar-inverse .navbar-form input[type=password]::-webkit-input-placeholder {
    color: #6ee0ff;
}

.navbar-inverse .navbar-form input[type=text]:focus,
.navbar-inverse .navbar-form input[type=password]:focus {
    box-shadow: inset 0 -2px 0 #fff;
}

body,
input,
button {
    letter-spacing: .1px;
    -webkit-font-smoothing: antialiased;
}

a,
.table-hover > tbody > tr,
.table-hover > tbody > tr>th,
.table-hover > tbody > tr>td {
    -webkit-transition: all .2s;
    transition: all .2s;
}

label {
    font-weight: 400;
}

textarea,
textarea.form-control,
input.form-control,
input[type=text],
input[type=password],
input[type=email],
input[type=number],
[type=text].form-control,
[type=password].form-control,
[type=email].form-control,
[type=tel].form-control,
[contenteditable].form-control {
    font-size: 16px;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 #ddd;
    -webkit-appearance: none;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 -2px 0 #00a6d4;
}

textarea[disabled],
textarea.form-control[disabled],
input.form-control[disabled],
input[type=text][disabled],
input[type=password][disabled],
input[type=email][disabled],
input[type=number][disabled],
[type=text].form-control[disabled],
[type=password].form-control[disabled],
[type=email].form-control[disabled],
[type=tel].form-control[disabled],
[contenteditable].form-control[disabled],
textarea[readonly],
textarea.form-control[readonly],
input.form-control[readonly],
input[type=text][readonly],
input[type=password][readonly],
input[type=email][readonly],
input[type=number][readonly],
[type=text].form-control[readonly],
[type=password].form-control[readonly],
[type=email].form-control[readonly],
[type=tel].form-control[readonly],
[contenteditable].form-control[readonly] {
    border-bottom: 1px dotted #ddd;
    box-shadow: none;
}

textarea.input-sm,
textarea.form-control.input-sm,
input.form-control.input-sm,
input[type=text].input-sm,
input[type=password].input-sm,
input[type=email].input-sm,
input[type=number].input-sm,
[type=text].form-control.input-sm,
[type=password].form-control.input-sm,
[type=email].form-control.input-sm,
[type=tel].form-control.input-sm,
[contenteditable].form-control.input-sm {
    font-size: 12px;
}

textarea.input-lg,
textarea.form-control.input-lg,
input.form-control.input-lg,
input[type=text].input-lg,
input[type=password].input-lg,
input[type=email].input-lg,
input[type=number].input-lg,
[type=text].form-control.input-lg,
[type=password].form-control.input-lg,
[type=email].form-control.input-lg,
[type=tel].form-control.input-lg,
[contenteditable].form-control.input-lg {
    font-size: 18px;
}

select,
select.form-control {
    font-size: 16px;
    line-height: 1.5;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 13px;
    box-shadow: inset 0 -1px 0 #ddd;
    -webkit-appearance: none;
    appearance: none;
}

select.form-control {
    -moz-appearance: none;
}

select::-ms-expand,
select.form-control::-ms-expand {
    display: none;
}

select.input-sm,
select.form-control.input-sm {
    font-size: 12px;
}

select.input-lg,
select.form-control.input-lg {
    font-size: 18px;
}

select:focus,
select.form-control:focus {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEUhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISF8S9ewAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
    box-shadow: inset 0 -2px 0 #00a6d4;
}

select[multiple],
select.form-control[multiple] {
    background: 0 0;
}

.radio label,
.radio-inline label,
.checkbox label,
.checkbox-inline label {
    padding-left: 25px;
}

.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='radio'],
.checkbox-inline input[type='radio'],
.radio input[type='checkbox'],
.radio-inline input[type='checkbox'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
    margin-left: -25px;
}

input[type='radio'] {
    margin: 6px 4px 0 0;
}

input[type='radio'],
.radio input[type='radio'],
.radio-inline input[type='radio'] {
    position: relative;
    cursor: pointer;
    vertical-align: top;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.radio input[type='radio'],
.radio-inline input[type='radio'] {
    margin-top: 6px;
    margin-right: 4px;
}

input[type='radio']:focus,
.radio input[type='radio']:focus,
.radio-inline input[type='radio']:focus {
    outline: none;
}

input[type='radio']:before,
.radio input[type='radio']:before,
.radio-inline input[type='radio']:before,
input[type='radio']:after,
.radio input[type='radio']:after,
.radio-inline input[type='radio']:after {
    display: block;
    width: 18px;
    height: 18px;
    content: '';
    -webkit-transition: 240ms;
    transition: 240ms;
    border-radius: 50%;
}

input[type='radio']:before,
.radio input[type='radio']:before,
.radio-inline input[type='radio']:before {
    position: absolute;
    top: -3px;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #00a6d4;
}

input[type='radio']:after,
.radio input[type='radio']:after,
.radio-inline input[type='radio']:after {
    position: relative;
    top: -3px;
    border: 2px solid #646567;
}

input[type='radio']:checked:before,
.radio input[type='radio']:checked:before,
.radio-inline input[type='radio']:checked:before {
    -webkit-transform: scale(.5);
    transform: scale(.5);
}

input[type='radio']:disabled:checked:before,
.radio input[type='radio']:disabled:checked:before,
.radio-inline input[type='radio']:disabled:checked:before {
    background-color: #97989a;
}

input[type='radio']:checked:after,
.radio input[type='radio']:checked:after,
.radio-inline input[type='radio']:checked:after {
    border-color: #00a6d4;
}

input[type='radio']:disabled:after,
.radio input[type='radio']:disabled:after,
.radio-inline input[type='radio']:disabled:after,
input[type='radio']:disabled:checked:after,
.radio input[type='radio']:disabled:checked:after,
.radio-inline input[type='radio']:disabled:checked:after {
    border-color: #97989a;
}

input[type='checkbox'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
    position: relative;
    margin-bottom: -4px;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type='checkbox']:focus,
.checkbox input[type='checkbox']:focus,
.checkbox-inline input[type='checkbox']:focus {
    outline: none;
}

input[type='checkbox']:focus:after,
.checkbox input[type='checkbox']:focus:after,
.checkbox-inline input[type='checkbox']:focus:after {
    border-color: #00a6d4;
}

input[type='checkbox']:after,
.checkbox input[type='checkbox']:after,
.checkbox-inline input[type='checkbox']:after {
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    margin-right: 5px;
    content: '';
    -webkit-transition: 240ms;
    transition: 240ms;
    border: 2px solid #646567;
}

input[type='checkbox']:checked:before,
.checkbox input[type='checkbox']:checked:before,
.checkbox-inline input[type='checkbox']:checked:before {
    position: absolute;
    top: 0;
    left: 6px;
    display: table;
    width: 6px;
    height: 12px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 2px solid #fff;
    border-top-width: 0;
    border-left-width: 0;
}

input[type='checkbox']:checked:after,
.checkbox input[type='checkbox']:checked:after,
.checkbox-inline input[type='checkbox']:checked:after {
    border-color: #00a6d4;
    background-color: #00a6d4;
}

input[type='checkbox']:disabled:after,
.checkbox input[type='checkbox']:disabled:after,
.checkbox-inline input[type='checkbox']:disabled:after {
    border-color: #97989a;
}

input[type='checkbox']:disabled:checked:after,
.checkbox input[type='checkbox']:disabled:checked:after,
.checkbox-inline input[type='checkbox']:disabled:checked:after {
    border-color: transparent;
    background-color: #97989a;
}

.has-warning input:not([type=checkbox]),
.has-warning .form-control,
.has-warning input.form-control[readonly],
.has-warning input[type=text][readonly],
.has-warning [type=text].form-control[readonly],
.has-warning input:not([type=checkbox]):focus,
.has-warning .form-control:focus {
    border-bottom: none;
    box-shadow: inset 0 -2px 0 #fabb00;
}

.has-error input:not([type=checkbox]),
.has-error .form-control,
.has-error input.form-control[readonly],
.has-error input[type=text][readonly],
.has-error [type=text].form-control[readonly],
.has-error input:not([type=checkbox]):focus,
.has-error .form-control:focus {
    border-bottom: none;
    box-shadow: inset 0 -2px 0 #fa4349;
}

.has-success input:not([type=checkbox]),
.has-success .form-control,
.has-success input.form-control[readonly],
.has-success input[type=text][readonly],
.has-success [type=text].form-control[readonly],
.has-success input:not([type=checkbox]):focus,
.has-success .form-control:focus {
    border-bottom: none;
    box-shadow: inset 0 -2px 0 #008836;
}

.has-warning .input-group-addon,
.has-error .input-group-addon,
.has-success .input-group-addon {
    color: #646567;
    border-color: transparent;
    background-color: transparent;
}

.nav-tabs > li > a,
.nav-tabs > li > a:focus {
    margin-right: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #646567;
    border: none;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 #ddd;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus:hover {
    color: #00a6d4;
    background-color: transparent;
    box-shadow: inset 0 -2px 0 #00a6d4;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
    color: #00a6d4;
    border: none;
    box-shadow: inset 0 -2px 0 #00a6d4;
}

.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus:hover {
    color: #00a6d4;
    border: none;
}

.nav-tabs > li.disabled > a {
    box-shadow: inset 0 -1px 0 #ddd;
}

.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: none;
}

.nav-tabs .dropdown-menu {
    margin-top: 0;
}

.dropdown-menu {
    margin-top: 0;
    border: none;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
}

.alert {
    color: #fff;
    border: none;
}

.alert-success {
    background-color: #008836;
}

.alert-info {
    background-color: #5ec5ed;
}

.alert-warning {
    background-color: #fabb00;
}

.alert-danger {
    background-color: #fa4349;
}

.alert a:not(.close),
.alert .alert-link {
    font-weight: 700;
    color: #fff;
}

.alert .close {
    color: #fff;
}

.badge {
    padding: 3px 6px 2px;
}

.progress {
    position: relative;
    z-index: 1;
    height: 6px;
    border-radius: 0;
}

.progress,
.progress-bar {
    box-shadow: none;
}

.progress-bar:last-child {
    border-radius: 0 3px 3px 0;
}

.progress-bar:last-child:before {
    position: absolute;
    z-index: -1;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #87e5ff;
}

.progress-bar-success:last-child.progress-bar:before {
    background-color: #3cff89;
}

.progress-bar-info:last-child.progress-bar:before {
    background-color: #fff;
}

.progress-bar-warning:last-child.progress-bar:before {
    background-color: #ffeaad;
}

.progress-bar-danger:last-child.progress-bar:before {
    background-color: #fdbfc1;
}

.close {
    font-size: 34px;
    font-weight: 300;
    line-height: 24px;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: .6;
}

.close:hover {
    opacity: 1;
}

.list-group-item {
    padding: 15px;
}

.list-group-item-text {
    color: #97989a;
}

.well {
    border-radius: 0;
    box-shadow: none;
}

.panel {
    border-radius: 2px;
}

.popover {
    border: none;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
}

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption h6 {
    color: inherit;
}

html {
    font-size: 62.5%;
}

body {
    font-weight: 400;
}

label {
    font-size: 12px;
    color: #999;
}

p {
    margin: 0;
    padding: 0;
}

a {
    cursor: pointer;
    color: #2196f3;
}

a:hover,
a:focus {
    color: #2196f3;
}

b,
strong {
    font-weight: 500;
}

.container-fluid {
    padding-right: 70px;
    padding-left: 70px;
}

input[type=text]::-ms-clear {
    display: none;
}

@font-face {
    font-family: 'icomoon';font-weight: 400;font-style: normal;src: url('../fonts/icomoon.eot');src: url('../fonts/icomoon.eot') format('embedded-opentype'),url('../fonts/icomoon.ttf') format('truetype'),url('../fonts/icomoon.woff') format('woff'),url('../fonts/icomoon.svg#icomoon') format('svg');
}

[class^='icon-'],
[class*=' icon-'] {
    font-family: 'icomoon';
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Roboto';font-weight: 900;font-style: normal;src: url('../fonts/roboto/roboto-black-webfont.eot');src: url('../fonts/roboto/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/roboto/roboto-black-webfont.woff2') format('woff2'),url('../fonts/roboto/roboto-black-webfont.woff') format('woff'),url('../fonts/roboto/roboto-black-webfont.ttf') format('truetype'),url('../fonts/roboto/roboto-black-webfont.svg#robotoblack') format('svg');
}

@font-face {
    font-family: 'Roboto';font-weight: 900;font-style: italic;src: url('../fonts/roboto/roboto-blackitalic-webfont.eot');src: url('../fonts/roboto/roboto-blackitalic-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/roboto/roboto-blackitalic-webfont.woff2') format('woff2'),url('../fonts/roboto/roboto-blackitalic-webfont.woff') format('woff'),url('../fonts/roboto/roboto-blackitalic-webfont.ttf') format('truetype'),url('../fonts/roboto/roboto-blackitalic-webfont.svg#robotoblack_italic') format('svg');
}

@font-face {
    font-family: 'Roboto';font-weight: 700;font-style: normal;src: url('../fonts/roboto/roboto-bold-webfont.eot');src: url('../fonts/roboto/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/roboto/roboto-bold-webfont.woff2') format('woff2'),url('../fonts/roboto/roboto-bold-webfont.woff') format('woff'),url('../fonts/roboto/roboto-bold-webfont.ttf') format('truetype'),url('../fonts/roboto/roboto-bold-webfont.svg#robotobold') format('svg');
}

@font-face {
    font-family: 'Roboto';font-weight: 700;font-style: italic;src: url('../fonts/roboto/roboto-bolditalic-webfont.eot');src: url('../fonts/roboto/roboto-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/roboto/roboto-bolditalic-webfont.woff2') format('woff2'),url('../fonts/roboto/roboto-bolditalic-webfont.woff') format('woff'),url('../fonts/roboto/roboto-bolditalic-webfont.ttf') format('truetype'),url('../fonts/roboto/roboto-bolditalic-webfont.svg#robotobold_italic') format('svg');
}

@font-face {
    font-family: 'Roboto';font-weight: 400;font-style: italic;src: url('../fonts/roboto/roboto-italic-webfont.eot');src: url('../fonts/roboto/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/roboto/roboto-italic-webfont.woff2') format('woff2'),url('../fonts/roboto/roboto-italic-webfont.woff') format('woff'),url('../fonts/roboto/roboto-italic-webfont.ttf') format('truetype'),url('../fonts/roboto/roboto-italic-webfont.svg#robotoitalic') format('svg');
}

@font-face {
    font-family: 'Roboto';font-weight: 300;font-style: normal;src: url('../fonts/roboto/roboto-light-webfont.eot');src: url('../fonts/roboto/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/roboto/roboto-light-webfont.woff2') format('woff2'),url('../fonts/roboto/roboto-light-webfont.woff') format('woff'),url('../fonts/roboto/roboto-light-webfont.ttf') format('truetype'),url('../fonts/roboto/roboto-light-webfont.svg#robotolight') format('svg');
}

@font-face {
    font-family: 'Roboto';font-weight: 300;font-style: italic;src: url('../fonts/roboto/roboto-lightitalic-webfont.eot');src: url('../fonts/roboto/roboto-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/roboto/roboto-lightitalic-webfont.woff2') format('woff2'),url('../fonts/roboto/roboto-lightitalic-webfont.woff') format('woff'),url('../fonts/roboto/roboto-lightitalic-webfont.ttf') format('truetype'),url('../fonts/roboto/roboto-lightitalic-webfont.svg#robotolight_italic') format('svg');
}

@font-face {
    font-family: 'Roboto';font-weight: 500;font-style: normal;src: url('../fonts/roboto/roboto-medium-webfont.eot');src: url('../fonts/roboto/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/roboto/roboto-medium-webfont.woff2') format('woff2'),url('../fonts/roboto/roboto-medium-webfont.woff') format('woff'),url('../fonts/roboto/roboto-medium-webfont.ttf') format('truetype'),url('../fonts/roboto/roboto-medium-webfont.svg#robotomedium') format('svg');
}

@font-face {
    font-family: 'Roboto';font-weight: 500;font-style: italic;src: url('../fonts/roboto/roboto-mediumitalic-webfont.eot');src: url('../fonts/roboto/roboto-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/roboto/roboto-mediumitalic-webfont.woff2') format('woff2'),url('../fonts/roboto/roboto-mediumitalic-webfont.woff') format('woff'),url('../fonts/roboto/roboto-mediumitalic-webfont.ttf') format('truetype'),url('../fonts/roboto/roboto-mediumitalic-webfont.svg#robotomedium_italic') format('svg');
}

@font-face {
    font-family: 'Roboto';font-weight: 400;font-style: normal;src: url('../fonts/roboto/roboto-regular-webfont.eot');src: url('../fonts/roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/roboto/roboto-regular-webfont.woff2') format('woff2'),url('../fonts/roboto/roboto-regular-webfont.woff') format('woff'),url('../fonts/roboto/roboto-regular-webfont.ttf') format('truetype'),url('../fonts/roboto/roboto-regular-webfont.svg#robotoregular') format('svg');
}

@font-face {
    font-family: 'Roboto';font-weight: 300;font-style: normal;src: url('../fonts/roboto/roboto-thin-webfont.eot');src: url('../fonts/roboto/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/roboto/roboto-thin-webfont.woff2') format('woff2'),url('../fonts/roboto/roboto-thin-webfont.woff') format('woff'),url('../fonts/roboto/roboto-thin-webfont.ttf') format('truetype'),url('../fonts/roboto/roboto-thin-webfont.svg#robotothin') format('svg');
}

@font-face {
    font-family: 'Roboto';font-weight: 300;font-style: italic;src: url('../fonts/roboto/roboto-thinitalic-webfont.eot');src: url('../fonts/roboto/roboto-thinitalic-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/roboto/roboto-thinitalic-webfont.woff2') format('woff2'),url('../fonts/roboto/roboto-thinitalic-webfont.woff') format('woff'),url('../fonts/roboto/roboto-thinitalic-webfont.ttf') format('truetype'),url('../fonts/roboto/roboto-thinitalic-webfont.svg#robotothin_italic') format('svg');
}

.bg-white {
    background-color: #fff!important;
}

.bg-gray {
    background-color: #646567!important;
}

.bg-gray-dark {
    background-color: #3e3d40!important;
}

.bg-gray-light {
    background-color: #efefef!important;
}

.bg-green {
    background-color: #008836!important;
}

.bg-blue {
    background-color: #00a6d4!important;
}

.bg-blue-light {
    background-color: #5ec5ed!important;
}

.bg-blue-dark {
    background-color: #00a6d4!important;
}

.bg-red {
    background-color: #fa4349!important;
}

.bg-red-dark {
    background-color: #ed1c24!important;
}

.bg-yellow {
    background-color: #fabb00!important;
}

.bg-orange {
    background-color: #ff8400!important;
}

.bg-purple {
    background-color: #8883bc!important;
}

.bg-primary {
    background-color: #00a6d4!important;
}

.bg-success {
    background-color: #008836!important;
}

.bg-info {
    background-color: #5ec5ed!important;
}

.bg-warning {
    background-color: #fabb00!important;
}

.bg-danger {
    background-color: #fa4349!important;
}

.text-gray {
    color: #646567!important;
}

.text-gray-dark {
    color: #3e3d40!important;
}

.text-gray-light {
    color: #efefef!important;
}

.text-light {
    color: #999!important;
}

.text-green {
    color: #008836!important;
}

.text-blue-light {
    color: #5ec5ed!important;
}

.text-blue {
    color: #2196f3!important;
}

.text-blue-dark {
    color: #00a6d4!important;
}

.text-red {
    color: #fa4349!important;
}

.text-red-dark {
    color: #ed1c24!important;
}

.text-yellow {
    color: #fabb00!important;
}

.text-muted {
    color: #97989a!important;
}

.text-primary {
    color: #00a6d4!important;
}

.text-success {
    color: #008836!important;
}

.text-info {
    color: #5ec5ed!important;
}

.text-warning {
    color: #fabb00!important;
}

.text-danger {
    color: #fa4349!important;
}

.cursor-pointer {
    cursor: pointer!important;
}

.margin-25 {
    margin: 25px!important;
}

.margin-top-25 {
    margin-top: 25px!important;
}

.margin-bottom-25 {
    margin-bottom: 25px!important;
}

.margin-left-25 {
    margin-left: 25px!important;
}

.margin-right-25 {
    margin-right: 25px!important;
}

.margin-20 {
    margin: 20px!important;
}

.margin-top-20 {
    margin-top: 20px!important;
}

.margin-bottom-20 {
    margin-bottom: 20px!important;
}

.margin-left-20 {
    margin-left: 20px!important;
}

.margin-right-20 {
    margin-right: 20px!important;
}

.margin-10 {
    margin: 10px!important;
}

.margin-top-10 {
    margin-top: 10px!important;
}

.margin-bottom-10 {
    margin-bottom: 10px!important;
}

.margin-left-10 {
    margin-left: 10px!important;
}

.margin-right-10 {
    margin-right: 10px!important;
}

.margin-15 {
    margin: 15px!important;
}

.margin-top-15 {
    margin-top: 15px!important;
}

.margin-bottom-15 {
    margin-bottom: 15px!important;
}

.margin-left-15 {
    margin-left: 15px!important;
}

.margin-right-15 {
    margin-right: 15px!important;
}

.margin-30 {
    margin: 30px!important;
}

.margin-top-30 {
    margin-top: 30px!important;
}

.margin-bottom-30 {
    margin-bottom: 30px!important;
}

.margin-left-30 {
    margin-left: 30px!important;
}

.margin-right-30 {
    margin-right: 30px!important;
}

.margin-40 {
    margin: 40px!important;
}

.margin-top-40 {
    margin-top: 40px!important;
}

.margin-bottom-40 {
    margin-bottom: 40px!important;
}

.margin-left-40 {
    margin-left: 40px!important;
}

.margin-right-40 {
    margin-right: 40px!important;
}

.margin-50 {
    margin: 50px!important;
}

.margin-top-50 {
    margin-top: 50px!important;
}

.margin-bottom-50 {
    margin-bottom: 50px!important;
}

.margin-left-50 {
    margin-left: 50px!important;
}

.margin-right-50 {
    margin-right: 50px!important;
}

.padding-20 {
    padding: 20px!important;
}

.padding-top-20 {
    padding-top: 20px!important;
}

.padding-bottom-20 {
    padding-bottom: 20px!important;
}

.padding-left-20 {
    padding-left: 20px!important;
}

.padding-right-20 {
    padding-right: 20px!important;
}

.padding-25 {
    padding: 25px!important;
}

.padding-top-25 {
    padding-top: 25px!important;
}

.padding-bottom-25 {
    padding-bottom: 25px!important;
}

.padding-left-25 {
    padding-left: 25px!important;
}

.padding-right-25 {
    padding-right: 25px!important;
}

.padding-15 {
    padding: 15px!important;
}

.padding-top-15 {
    padding-top: 15px!important;
}

.padding-bottom-15 {
    padding-bottom: 15px!important;
}

.padding-left-15 {
    padding-left: 15px!important;
}

.padding-right-15 {
    padding-right: 15px!important;
}

.padding-10 {
    padding: 10px!important;
}

.padding-top-10 {
    padding-top: 10px!important;
}

.padding-bottom-10 {
    padding-bottom: 10px!important;
}

.padding-left-10 {
    padding-left: 10px!important;
}

.padding-right-10 {
    padding-right: 10px!important;
}

.padding-30 {
    padding: 30px!important;
}

.padding-top-30 {
    padding-top: 30px!important;
}

.padding-bottom-30 {
    padding-bottom: 30px!important;
}

.padding-left-30 {
    padding-left: 30px!important;
}

.padding-right-30 {
    padding-right: 30px!important;
}

.padding-40 {
    padding: 40px!important;
}

.padding-top-40 {
    padding-top: 40px!important;
}

.padding-bottom-40 {
    padding-bottom: 40px!important;
}

.padding-left-40 {
    padding-left: 40px!important;
}

.padding-right-40 {
    padding-right: 40px!important;
}

.padding-50 {
    padding: 50px!important;
}

.padding-top-50 {
    padding-top: 50px!important;
}

.padding-bottom-50 {
    padding-bottom: 50px!important;
}

.padding-left-50 {
    padding-left: 50px!important;
}

.padding-right-50 {
    padding-right: 50px!important;
}

.alert button {
    box-shadow: none;
}

.btn {
    font-size: 14px;
    position: relative;
    z-index: 1;
    padding: 5px 15px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border: none;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0,0,0,.4);
}

.btn-xs {
    font-size: 12px;
    padding: 1px 5px;
}

.btn-sm {
    font-size: 14px;
    padding: 2px 8px;
}

.btn-md {
    padding: 5px 15px;
}

.btn-lg {
    font-size: 18px;
    padding: 10px 20px;
}

.btn:active {
    z-index: 2;
    box-shadow: 0 4px 14px rgba(0,0,0,.5);
}

.btn:focus,
.btn:active {
    text-decoration: none;
    border: none;
    outline: 0;
}

.btn-primary {
    background: #51adf6;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#51adf6),color-stop(100%,#2196f3));
    background: -webkit-linear-gradient(top,#51adf6 0%,#2196f3 100%);
    background: linear-gradient(to bottom,#51adf6 0%,#2196f3 100%);
}

.btn-primary:hover,
.btn-primary:focus {
    background: #51adf6;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#51adf6),color-stop(100%,#2196f3));
    background: -webkit-linear-gradient(top,#51adf6 0%,#2196f3 100%);
    background: linear-gradient(to bottom,#51adf6 0%,#2196f3 100%);
}

.btn-primary:active,
.btn-primary:active:hover {
    background: #51adf6;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#51adf6),color-stop(100%,#2196f3));
    background: -webkit-linear-gradient(top,#51adf6 0%,#2196f3 100%);
    background: linear-gradient(to bottom,#51adf6 0%,#2196f3 100%);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-warning {
    background: #ffca2e;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffca2e),color-stop(100%,#fabb00));
    background: -webkit-linear-gradient(top,#ffca2e 0%,#fabb00 100%);
    background: linear-gradient(to bottom,#ffca2e 0%,#fabb00 100%);
}

.btn-warning:hover,
.btn-warning:focus {
    background: #ffca2e;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffca2e),color-stop(100%,#fabb00));
    background: -webkit-linear-gradient(top,#ffca2e 0%,#fabb00 100%);
    background: linear-gradient(to bottom,#ffca2e 0%,#fabb00 100%);
}

.btn-warning:active,
.btn-warning:active:hover {
    background: #ffca2e;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffca2e),color-stop(100%,#fabb00));
    background: -webkit-linear-gradient(top,#ffca2e 0%,#fabb00 100%);
    background: linear-gradient(to bottom,#ffca2e 0%,#fabb00 100%);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-danger {
    background: #fb7579;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fb7579),color-stop(100%,#fa4349));
    background: -webkit-linear-gradient(top,#fb7579 0%,#fa4349 100%);
    background: linear-gradient(to bottom,#fb7579 0%,#fa4349 100%);
}

.btn-danger:hover,
.btn-danger:focus {
    background: #fb7579;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fb7579),color-stop(100%,#fa4349));
    background: -webkit-linear-gradient(top,#fb7579 0%,#fa4349 100%);
    background: linear-gradient(to bottom,#fb7579 0%,#fa4349 100%);
}

.btn-danger:active,
.btn-danger:active:hover {
    background: #fb7579;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fb7579),color-stop(100%,#fa4349));
    background: -webkit-linear-gradient(top,#fb7579 0%,#fa4349 100%);
    background: linear-gradient(to bottom,#fb7579 0%,#fa4349 100%);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-success {
    background: #00bb4a;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#00bb4a),color-stop(100%,#008836));
    background: -webkit-linear-gradient(top,#00bb4a 0%,#008836 100%);
    background: linear-gradient(to bottom,#00bb4a 0%,#008836 100%);
}

.btn-success:hover,
.btn-success:focus {
    background: #00bb4a;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#00bb4a),color-stop(100%,#008836));
    background: -webkit-linear-gradient(top,#00bb4a 0%,#008836 100%);
    background: linear-gradient(to bottom,#00bb4a 0%,#008836 100%);
}

.btn-success:active,
.btn-success:active:hover {
    background: #00bb4a;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#00bb4a),color-stop(100%,#008836));
    background: -webkit-linear-gradient(top,#00bb4a 0%,#008836 100%);
    background: linear-gradient(to bottom,#00bb4a 0%,#008836 100%);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-default {
    background-color: #fff;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #fff;
}

.btn-default:active,
.btn-default:active:hover {
    background-color: #f2f2f2;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-info {
    background: #8cd6f2;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#8cd6f2),color-stop(100%,#5ec5ed));
    background: -webkit-linear-gradient(top,#8cd6f2 0%,#5ec5ed 100%);
    background: linear-gradient(to bottom,#8cd6f2 0%,#5ec5ed 100%);
}

.btn-info:hover,
.btn-info:focus {
    background: #8cd6f2;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#8cd6f2),color-stop(100%,#5ec5ed));
    background: -webkit-linear-gradient(top,#8cd6f2 0%,#5ec5ed 100%);
    background: linear-gradient(to bottom,#8cd6f2 0%,#5ec5ed 100%);
}

.btn-info:active,
.btn-info:active:hover {
    background: #8cd6f2;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#8cd6f2),color-stop(100%,#5ec5ed));
    background: -webkit-linear-gradient(top,#8cd6f2 0%,#5ec5ed 100%);
    background: linear-gradient(to bottom,#8cd6f2 0%,#5ec5ed 100%);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-link {
    z-index: 0;
    text-decoration: none;
    color: #2196f3;
    background-color: #fff;
    box-shadow: none;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
    background-color: #fff;
}

.btn-link:active,
.btn-link:active:hover {
    background-color: #f2f2f2;
}

button {
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding: 6px 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    text-align: center;
    border: none;
    border-radius: 2px;
    background: 0 0;
    box-shadow: 1px 1px 4px rgba(0,0,0,.4);
    -webkit-appearance: none;
}

button:hover,
button:focus {
    text-decoration: none;
    outline: none!important;
}

.ripple {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: 0 0;
}

.ripple-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
}

.ripple-circle.dark {
    background: rgba(200,200,200,.25);
}

.ripple.is-active .ripple-circle {
    -webkit-animation: anim-ripple .4s ease;
    animation: anim-ripple .4s ease;
}

.btn-default .ripple-circle,
.btn-link .ripple-circle {
    background: rgba(200,200,200,.25);
}

@-webkit-keyframes anim-ripple {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}

@keyframes anim-ripple {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}

header.post-header {
    position: relative;
    z-index: 101;
    width: 100%;
    height: 70px;
    margin: 0;
    padding: 0;
}

header.post-header .header-title {
    font-size: 2rem;
    line-height: 7rem;
    float: left;
    height: 7rem;
    margin-left: 50px;
    color: #fff;
}

header.post-header.affix {
    position: fixed;
    top: 0;
}

header.post-header.affix + .container,
header.post-header.affix + .container-fluid {
    margin-top: 70px;
}

header.post-header .dropdown-menu {
    padding: 0;
}

header.post-header .icon-user {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

header.post-header .btn-disconnect .icon-disconnect {
    font-size: 18px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

header.post-header .header-right,
header.post-header .header-left {
    position: absolute;
    z-index: -1;
    top: 0;
    height: 7rem;
}

header.post-header .header-right {
    right: 0;
    width: 50%;
    background: #0d9333;
}

header.post-header .header-left {
    left: 0;
    width: 50%;
    background: #00a8bd;
}

@media (min-width:992px) {
    header.post-header .header-right {
        background: #088f34;
    }

    header.post-header .header-left {
        background: #00a6d4;
    }
}

header.post-header #toolbar {
    height: 7rem;
    background: url(../assets/images/bg-header-mobile.png) 50% top repeat-y;
    background-size: contain;
}

header.post-header #toolbar .open .dropdown-toggle {
    background-color: rgba(200,200,200,.25);
}

@media (min-width:992px) {
    header.post-header #toolbar {
        background: url(../assets/images/bg-header.png) 50% top repeat-y;
        background-size: 36.2rem 7rem;
    }
}

header.post-header #toolbar .left {
    float: left;
}

header.post-header #toolbar .left .toolbar-text p,
header.post-header #toolbar .left .toolbar-text span {
    text-align: left;
    color: #fff;
}

header.post-header #toolbar .right {
    float: right;
}

header.post-header #toolbar .right .toolbar-text p,
header.post-header #toolbar .right .toolbar-text span {
    text-align: right;
    color: #fff;
}

header.post-header #toolbar .postlogo {
    float: left;
    height: 7rem;
}

header.post-header #toolbar .postlogo img {
    height: 70px;
}

header.post-header #toolbar .toolbar-text {
    display: inline-block;
}

header.post-header #toolbar .toolbar-text p,
header.post-header #toolbar .toolbar-text > span {
    line-height: normal;
    display: block;
    margin-top: 26px;
}

header.post-header #toolbar .toolbar-text p.two-line:first-child,
header.post-header #toolbar .toolbar-text > span.two-line:first-child {
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin-top: 16px;
}

header.post-header #toolbar .toolbar-text p.two-line:last-child,
header.post-header #toolbar .toolbar-text > span.two-line:last-child {
    font-size: 1.6rem;
    line-height: 1.7rem;
    margin-top: 2px;
}

header.post-header #toolbar .toolbar-menu {
    position: relative;
    display: block;
    float: left;
    width: 70px;
    min-width: 0;
    height: 70px;
    margin: 0;
    border-radius: 0;
    background-color: #fff;
}

header.post-header #toolbar .toolbar-menu .dropdown-toggle {
    float: none;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    border: none;
    box-shadow: none;
}

header.post-header #toolbar .toolbar-menu .icon-bar {
    display: block;
    width: 20px;
    height: 3px;
    margin-top: 4px;
    margin-right: auto;
    margin-left: auto;
    background-color: #000;
}

header.post-header #toolbar .toolbar-menu .icon-bar:nth-child(2) {
    margin-top: 0;
}

header.post-header #toolbar .navbar-toggle.is-always-visible {
    display: block!important;
}

.panel,
.panel-heading,
.panel-footer {
    position: relative;
    border: 0 none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.panel {
    box-shadow: 0 1px 1px 1px rgba(0,0,0,.1);
}

.panel-heading {
    overflow: hidden;
}

.panel-heading,
.panel-body,
.panel-footer {
    padding: 15px 25px;
}

.panel-title {
    font-size: 20px;
    margin-top: 10px;
    text-transform: uppercase;
}

.panel-subtitle {
    font-size: 12px;
    line-height: normal;
    margin-top: 5px;
    margin-bottom: 5px;
}

.panel-heading-info {
    font-size: 120px;
    font-weight: 700;
    line-height: 130px;
    position: absolute;
    right: -10px;
    bottom: 14px;
    height: 100%;
    color: rgba(255,255,255,.25);
}

.striped-list .panel-heading-info {
    color: rgba(0,0,0,.1);
}

.panel-primary > .panel-heading {
    background: #00a6d4;
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#00a6d4),color-stop(100%,#007ea1));
    background: -webkit-linear-gradient(left,#00a6d4 0%,#08c9ff 100%);
    background: linear-gradient(to right,#00a6d4 0%,#08c9ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00A6D4, endColorstr=#08c9ff, GradientType=1)
}

.panel-success > .panel-heading {
    background: #008836;
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#008836),color-stop(100%,#052));
    background: -webkit-linear-gradient(left,#008836 0%,#00bb4a 100%);
    background: linear-gradient(to right,#008836 0%,#00bb4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#008836, endColorstr=#00bb4a, GradientType=1)
}

.panel-warning > .panel-heading {
    background: #fabb00;
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#fabb00),color-stop(100%,#c79500));
    background: -webkit-linear-gradient(left,#fabb00 0%,#ffca2e 100%);
    background: linear-gradient(to right,#fabb00 0%,#ffca2e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FABB00, endColorstr=#ffca2e, GradientType=1)
}

.panel-danger > .panel-heading {
    background: #fa4349;
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#fa4349),color-stop(100%,#f91119));
    background: -webkit-linear-gradient(left,#fa4349 0%,#fb7579 100%);
    background: linear-gradient(to right,#fa4349 0%,#fb7579 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FA4349, endColorstr=#fb7579, GradientType=1)
}

.panel-info > .panel-heading {
    background: #5ec5ed;
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#5ec5ed),color-stop(100%,#30b4e8));
    background: -webkit-linear-gradient(left,#5ec5ed 0%,#8cd6f2 100%);
    background: linear-gradient(to right,#5ec5ed 0%,#8cd6f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5EC5ED, endColorstr=#8cd6f2, GradientType=1)
}

.panel-dashed {
    border: dashed 3px #d9d8d6;
    border-radius: 13px;
    background-color: transparent;
    box-shadow: none;
}

.panel-dashed h2 {
    font-weight: 400;
    margin-top: 3px;
    text-transform: uppercase;
}

.media,
.media-body {
    overflow: inherit;
    zoom: 1;
}

#post-sidebar-helper .panel-body {
    position: relative;
}

.sidebar {
    position: fixed;
    top: 7rem;
    left: 0;
    overflow: hidden;
    height: calc(100% - 70px);
    background-color: #fff;
}

.sidebar.is-open {
    width: 30rem;
}

.sidebar.is-open .sidebar-closer {
    display: block;
}

.sidebar.is-open .sidebar-opener {
    display: none;
}

.sidebar.is-closed {
    width: 7rem;
}

.sidebar.is-closed .sidebar-closer {
    display: none;
}

.sidebar.is-closed .sidebar-opener {
    display: block;
}

.wrapper-fluid {
    padding-top: 70px;
}

.wrapper-fluid.is-open {
    padding-left: 300px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.wrapper-fluid.is-closed {
    padding-left: 70px;
    -webkit-transition: all .3s ease .05s;
    transition: all .3s ease .05s;
}

.wrapper-fluid > .inner {
    margin: 0 15px;
}

.sidebar > .sidebar-toggle {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.sidebar.is-closed {
    width: 70px;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    box-shadow: 2px 0 5px rgba(0,0,0,.25);
}

.sidebar.is-closed .section,
.sidebar.is-closed section {
    margin-left: -300px;
    -webkit-transition: opacity .3s ease-in,margin .3s cubic-bezier(.41,.295,.265,.98);
    transition: opacity .3s ease-in,margin .3s cubic-bezier(.41,.295,.265,.98);
    opacity: 0;
}

.sidebar.is-closed > .sidebar-toggle {
    display: block;
    opacity: 1;
}

.sidebar.is-open {
    width: 300px;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    box-shadow: 2px 0 5px rgba(0,0,0,.25);
}

.sidebar.is-open .section,
.sidebar.is-open section {
    margin-left: 0;
    -webkit-transition: opacity .3s ease-out,margin .3s cubic-bezier(.795,.005,.77,.76);
    transition: opacity .3s ease-out,margin .3s cubic-bezier(.795,.005,.77,.76);
    opacity: 1;
}

.sidebar.is-open > .sidebar-toggle {
    display: none;
    opacity: 0;
}

.modal {
    padding: 0!important;
}

.modal .modal-header {
    padding: 15px 25px;
    border-bottom: 1px solid #ddd;
}

.modal .modal-header button.close {
    box-shadow: none;
}

.modal .modal-body {
    padding: 15px 25px;
}

.modal .modal-footer {
    border-top: 1px solid #ddd;
}

.modal-default {
    text-align: center;
}

@media (min-width:768px) {
    .modal-default:before {
        display: inline-block;
        height: 100%;
        content: ' ';
        vertical-align: middle;
    }
}

@media (min-width:992px) {
    .modal-default .modal-dialog {
        width: 900px;
    }
}

.modal-default .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

@media (min-width:768px) {
    .modal-left {
        padding-left: 0!important;
    }

    .modal-left .modal-header {
        height: 85px;
        min-height: 85px;
        background: #fff;
    }

    .modal-left .modal-header .modal-title {
        font-size: 2.4rem;
        line-height: 2.3;
        display: table-cell;
        vertical-align: middle;
        color: #646567;
    }

    .modal-left .modal-footer {
        border-top: none;
    }

    .modal-right {
        padding-right: 0!important;
    }

    .modal-right .modal-header {
        height: 85px;
        min-height: 85px;
        background: #fff;
    }

    .modal-right .modal-header .modal-title {
        font-size: 2.4rem;
        line-height: 2.3;
        display: table-cell;
        vertical-align: middle;
        color: #646567;
    }

    .modal-right .modal-footer {
        border-top: none;
    }
}

.modal-left .modal-dialog,
.modal-right .modal-dialog {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.modal-left .modal-content,
.modal-right .modal-content {
    min-height: 100%;
    border-top: 0 none;
    border-bottom: 0 none;
    border-radius: 0;
}

@media (min-width:768px) {
    .modal-left .modal-dialog {
        margin-left: 0;
    }

    .modal-right .modal-content {
        border-right: 0 none;
    }
}

.modal-left.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(-25%,0,0);
    transform: translate3d(-25%,0,0);
}

@media (min-width:768px) {
    .modal-right .modal-dialog {
        margin-right: 0;
    }

    .modal-right .modal-content {
        border-left: 0 none;
    }
}

.modal-right.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(25%,0,0);
    transform: translate3d(25%,0,0);
}

.modal-primary .modal-header {
    background: #00a6d4;
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#00a6d4),color-stop(100%,#007ea1));
    background: -webkit-linear-gradient(left,#00a6d4 0%,#08c9ff 100%);
    background: linear-gradient(to right,#00a6d4 0%,#08c9ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00A6D4, endColorstr=#08c9ff, GradientType=1)
}

.modal-primary .modal-header .modal-title {
    color: #fff;
}

.modal-success .modal-header {
    background: #008836;
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#008836),color-stop(100%,#052));
    background: -webkit-linear-gradient(left,#008836 0%,#00bb4a 100%);
    background: linear-gradient(to right,#008836 0%,#00bb4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#008836, endColorstr=#00bb4a, GradientType=1)
}

.modal-success .modal-header .modal-title {
    color: #fff;
}

.modal-warning .modal-header {
    background: #fabb00;
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#fabb00),color-stop(100%,#c79500));
    background: -webkit-linear-gradient(left,#fabb00 0%,#ffca2e 100%);
    background: linear-gradient(to right,#fabb00 0%,#ffca2e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FABB00, endColorstr=#ffca2e, GradientType=1)
}

.modal-warning .modal-header .modal-title {
    color: #fff;
}

.modal-danger .modal-header {
    background: #fa4349;
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#fa4349),color-stop(100%,#f91119));
    background: -webkit-linear-gradient(left,#fa4349 0%,#fb7579 100%);
    background: linear-gradient(to right,#fa4349 0%,#fb7579 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FA4349, endColorstr=#fb7579, GradientType=1)
}

.modal-danger .modal-header .modal-title {
    color: #fff;
}

.modal-info .modal-header {
    background: #5ec5ed;
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#5ec5ed),color-stop(100%,#30b4e8));
    background: -webkit-linear-gradient(left,#5ec5ed 0%,#8cd6f2 100%);
    background: linear-gradient(to right,#5ec5ed 0%,#8cd6f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5EC5ED, endColorstr=#8cd6f2, GradientType=1)
}

.modal-info .modal-header .modal-title {
    color: #fff;
}

.popover.right > .arrow:after {
    bottom: -9px;
    border-left-width: 2px;
}

.popover.left > .arrow:after {
    bottom: -9px;
    border-right-width: 2px;
}

.popover.top > .arrow:after {
    margin-left: -9px;
    border-bottom-width: 2px;
}

.popover.bottom > .arrow:after {
    margin-left: -9px;
    border-top-width: 2px;
}

.action-button {
    font-weight: 400;
    line-height: 4rem;
    position: relative;
    display: inline-block;
    width: 4rem;
    height: 4rem;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    border-radius: 50%;
    background: #646567;
    background-image: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.action-button > span {
    font-size: 2rem;
    line-height: 2;
}

.action-button.floating {
    -webkit-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,.4);
}

.action-button:active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.action-button.big {
    line-height: 6rem;
    width: 6rem;
    height: 6rem;
}

.action-button.big[class^='icon-'],
.action-button.big[class*='icon-'] {
    font-size: 3rem;
}

.action-button.big > span {
    font-size: 3rem;
    line-height: 2;
}

.action-button[class^='icon-'],
.action-button[class*='icon-'] {
    font-size: 2.2rem;
    color: #fff;
}

.action-button.icon-edit,
.action-button.icon-search,
.action-button.icon-close {
    font-size: 1.8rem;
}

.action-button.primary {
    background: #51adf6;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#51adf6),color-stop(100%,#2196f3));
    background: -webkit-linear-gradient(top,#51adf6 0%,#2196f3 100%);
    background: linear-gradient(to bottom,#51adf6 0%,#2196f3 100%);
}

.action-button.success {
    background: #00bb4a;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#00bb4a),color-stop(100%,#008836));
    background: -webkit-linear-gradient(top,#00bb4a 0%,#008836 100%);
    background: linear-gradient(to bottom,#00bb4a 0%,#008836 100%);
}

.action-button.warning {
    background: #ffca2e;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffca2e),color-stop(100%,#fabb00));
    background: -webkit-linear-gradient(top,#ffca2e 0%,#fabb00 100%);
    background: linear-gradient(to bottom,#ffca2e 0%,#fabb00 100%);
}

.action-button.danger {
    background: #fb7579;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fb7579),color-stop(100%,#fa4349));
    background: -webkit-linear-gradient(top,#fb7579 0%,#fa4349 100%);
    background: linear-gradient(to bottom,#fb7579 0%,#fa4349 100%);
}

.action-button.info {
    background: #8cd6f2;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#8cd6f2),color-stop(100%,#5ec5ed));
    background: -webkit-linear-gradient(top,#8cd6f2 0%,#5ec5ed 100%);
    background: linear-gradient(to bottom,#8cd6f2 0%,#5ec5ed 100%);
}

.option-button {
    font-size: 4rem;
    line-height: 5rem;
    position: relative;
    width: 5rem;
    height: 5rem;
    margin: 1rem;
}

.option-button,
.option-button-mini {
    display: inline-block;
    text-align: center;
    color: #fff;
}

.option-button-mini {
    font-size: 3rem;
    line-height: 3rem;
    width: 3rem;
    height: 3rem;
    margin: .5rem;
}

.option-button.selected:after,
.option-button-mini.selected:after {
    font-size: 1rem;
    line-height: 20px!important;
    position: absolute;
    top: -1rem;
    right: -1rem;
    width: 2rem;
    height: 2rem;
    content: '\e807';
    border-radius: 50%;
    background: url('../assets/images/gradBlue.png') 0 0 repeat-x;
    background-size: 2rem 2rem;
    box-shadow: 0 2px 3px rgba(0,0,0,.5);
}

.icon-pack_l:before {
    content: '\e81f';
}

.icon-pack_l {
    background-color: #88a816;
}

.icon-pack_m:before {
    content: '\e820';
}

.icon-pack_m {
    background-color: #008836;
}

.icon-pack_s:before {
    content: '\e821';
}

.icon-pack_s {
    background-color: #009681;
}

.icon-pack_xl:before {
    content: '\e822';
}

.icon-pack_xl {
    background-color: #fabb00;
}

.icon-pack_xs:before {
    content: '\e823';
}

.icon-pack_xs {
    background-color: #00a6d4;
}

.icon-pack_xxs:before {
    content: '\e824';
}

.icon-pack_xxs {
    background-color: silver;
}

.language-menu {
    float: right;
    width: 70px;
    height: 70px;
    border-bottom: 3px solid #3e3d40;
}

.language-menu .icon-chevron-down {
    font-size: 12px;
    display: inline-block;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.41,.295,.265,.98);
    transition: transform .3s cubic-bezier(.41,.295,.265,.98);
    transition: transform .3s cubic-bezier(.41,.295,.265,.98),-webkit-transform .3s cubic-bezier(.41,.295,.265,.98);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.language-menu.open .icon-chevron-down {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.795,.005,.77,.76);
    transition: transform .3s cubic-bezier(.795,.005,.77,.76);
    transition: transform .3s cubic-bezier(.795,.005,.77,.76),-webkit-transform .3s cubic-bezier(.795,.005,.77,.76);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.language-menu .dropdown-toggle {
    line-height: 70px;
    cursor: pointer;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    text-align: center;
    color: #fff;
}

.language-menu .dropdown-menu {
    min-width: 0;
    margin-top: 3px;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    box-shadow: 0 1px 4px rgba(0,0,0,.25);
}

.language-menu .dropdown-menu li {
    width: 70px;
    height: 70px;
    text-align: center;
    color: #323233;
}

.language-menu .dropdown-menu li a {
    line-height: 70px;
    padding: 0;
}

.dropdown-menu > li > a {
    font-size: 15px;
    padding: 9px 20px;
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-menu .divider {
    margin: 0;
    padding: 0;
}

.master-search-button {
    float: right;
    width: 70px;
    height: 70px;
    margin-left: 10px;
    padding: 21px 15px;
    cursor: pointer;
}

.master-search-button .icon-search {
    font-size: 20px;
    padding: 1rem;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    color: #fff;
    border-radius: 20px;
    background-color: rgba(0,0,0,.5);
}

.master-search-button:hover .icon-search {
    background-color: rgba(0,0,0,.85);
}

#master-search {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 15px;
    -webkit-transition-timing-function: cubic-bezier(0,1,.5,1);
    transition-timing-function: cubic-bezier(0,1,.5,1);
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-property: all;
    transition-property: all;
    background-color: #a1a09f;
}

#master-search.closed {
    overflow: hidden;
    height: 0;
}

#master-search .input-group {
    margin-top: 14px;
}

#master-search .form-control {
    padding-left: 15px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #fff;
    box-shadow: none;
}

#master-search input.form-control:focus {
    box-shadow: none;
}

#master-search .btn {
    font-size: 22px;
    line-height: 41px;
    padding: 2px 12px 0;
    color: rgba(0,0,0,.54);
    box-shadow: none;
}

#close-master-search.btn {
    margin-top: 13px;
    padding: 1px 14px 0;
    color: #fff;
    border-radius: 28px;
    background-color: rgba(0,0,0,.5);
}

#clear-master-search.btn,
#close-master-search.btn {
    font-size: 14px;
}

.master-search-suggestions {
    position: absolute;
    top: 43px;
    left: 0;
    width: 100%;
    padding: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0,0,0,.5);
}

.master-search-suggestions li {
    line-height: 20px;
    padding: 5px 10px 5px 62px;
    text-decoration: none;
}

.master-search-suggestions li.selected,
.master-search-suggestions li:hover {
    cursor: pointer;
    color: #fff;
    background-color: #5ec5ed;
}

#clear-master-search {
    margin-right: -1px;
    border-right: 1px solid #fff;
    border-radius: 0;
}

#icon-master-search {
    border-left: 1px solid #fff;
    border-radius: 0;
}

.chart-panel {
    overflow: inherit;
    box-shadow: none;
}

.chart-panel .icon-sms,
.chart-panel .icon-mobile-internet {
    color: #646567;
}

.chart-panel .panel-title {
    font-size: 20px;
}

.chart-panel .panel-title .icon-chevron-down {
    font-size: 2rem;
    line-height: 2;
    display: inline-block;
    float: right;
    margin-right: 5px;
    padding-top: 2px;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.41,.295,.265,.98);
    transition: transform .3s cubic-bezier(.41,.295,.265,.98);
    transition: transform .3s cubic-bezier(.41,.295,.265,.98),-webkit-transform .3s cubic-bezier(.41,.295,.265,.98);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.chart-panel .collapsed .icon-sms {
    color: #00a6d4;
}

.chart-panel .collapsed .icon-mobile-internet {
    color: #fabb00;
}

.chart-panel .collapsed .panel-title .icon-chevron-down {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.chart-panel .collapsed .panel-title .icon-chevron-down,
.chart-panel.open .dropdown-toggle .icon-chevron-down {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.795,.005,.77,.76);
    transition: transform .3s cubic-bezier(.795,.005,.77,.76);
    transition: transform .3s cubic-bezier(.795,.005,.77,.76),-webkit-transform .3s cubic-bezier(.795,.005,.77,.76);
}

.chart-panel.open .dropdown-toggle .icon-chevron-down {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.chart-panel.open .dropdown-toggle .icon-sms,
.chart-panel.open .dropdown-toggle .icon-mobile-internet {
    color: #646567;
}

.chart-panel .media {
    margin-top: 0;
}

.chart-panel .media-left {
    padding-right: 5px;
}

.chart-panel .media-body {
    vertical-align: middle;
}

.chart-panel .panel-heading {
    margin: 0;
    color: #646567;
    background-color: #fff;
}

@media (max-width:1024px) {
    .chart-panel .panel-heading {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.chart-panel .panel-body {
    z-index: 0;
    padding: 0;
    color: #3e3d40;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,.1);
}

.chart-panel .list-group {
    margin-bottom: 0;
}

.chart-panel .list-group-item {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    border-right: none;
    border-left: none;
    border-radius: 0;
}

.chart-panel .list-group-item.list-title {
    padding: 5px 10px;
    text-align: center;
    color: #646567;
    background-color: #eef7fe;
}

.chart-panel .package-icon {
    display: table-cell;
    vertical-align: middle;
}

.chart-panel .dummy-chart {
    display: block;
    width: 80px;
    height: 80px;
    background-color: #00f;
}

.chart-panel .chart-content {
    line-height: normal;
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
}

.chart-panel .chart-content .chart-title {
    font-size: 20px;
}

.chart-panel .chart-content .chart-number {
    font-size: 14px;
    padding-bottom: 2px;
}

.chart-panel .chart-content .chart-number.critical {
    color: #ed1c24;
}

.chart-panel .chart-content .number {
    font-size: 30px;
}

.chart-panel .chart-content .number.critical {
    color: #ed1c24;
}

.chart-panel .chart-content .sub-label {
    font-size: 12px;
    color: #999;
}

.chart-panel .chart-content .sub-label.danger {
    font-weight: 400;
    color: #ed1c24;
}

.chart-panel .chart-content a.sub-label {
    cursor: pointer;
    color: #2196f3;
}

.chart-panel .dropdown-menu {
    position: relative;
    box-shadow: none;
}

@media (max-width:1024px) {
    .chart-panel .icon-sms {
        font-size: 4rem!important;
        margin-top: -10px;
        margin-right: 10px;
    }

    .chart-panel .icon-mobile-internet {
        font-size: 6rem!important;
        margin-top: -10px;
        margin-right: 10px;
    }
}

@media (min-width:1024px) {
    .chart-panel {
        border: none;
        background-color: transparent;
    }

    .chart-panel .panel-heading {
        background-color: transparent;
        box-shadow: none;
    }

    .chart-panel .panel-heading .icon-chevron-down {
        display: none;
    }

    .chart-panel .dropdown-menu {
        display: block!important;
        box-shadow: 1px 2px 4px rgba(0,0,0,.25);
    }

    .chart-panel .collapse {
        display: block;
    }

    .chart-panel .collapse,
    .chart-panel .collapsing {
        height: initial!important;
    }

    .chart-panel .panel-title {
        font-size: 25px;
    }
}

.chart-panel .list-footer {
    font-family: robotomedium,'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.chart-panel .list-footer .action-button {
    margin-right: 15px;
}

.checkbox.checkbox-right label {
    padding-right: 25px;
    padding-left: 0;
}

.checkbox.checkbox-right input[type='radio'],
.checkbox.checkbox-right input[type='checkbox'] {
    margin-right: -25px;
    margin-left: 5px;
}

input[type='checkbox']:after,
.checkbox input[type='checkbox']:after,
.checkbox-inline input[type='checkbox']:after {
    border-color: #cbcbcc;
    border-radius: 10px;
}

.has-error input {
    background: url(../assets/images/error.svg) no-repeat right 1px center;
}

.has-error input,
.has-success input {
    padding-right: 22px!important;
    background-size: 20px;
}

.has-success input {
    background: url(../assets/images/checkmark.svg) no-repeat right 1px center;
}

.is-loading input {
    padding-right: 26px!important;
    background: url(../assets/images/loader-input.gif) no-repeat right 1px center!important;
    background-size: 20px;
}

@-moz-document url-prefix() {
    .input {
        float: left;
        margin-right: 2px;
    }

    .input.input-checkbox {
        margin-bottom: -6px;
    }

    .input.input-checkbox.checked:before {
        line-height: 18px;
        left: 2px;
    }
}

@supports (-moz-appearance:meterbar) and (background-attachment:local) {
    .input {
        float: none;
    }

    .input.input-checkbox {
        display: inline-block;
        margin-bottom: -4px;
    }

    .input.input-checkbox.checked:before {
        line-height: 14px;
        left: 0;
    }
}

.input {
    position: relative;
    width: 18px;
    height: 18px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid #646567;
    border-color: #cbcbcc;
    border-radius: 50%;
}

.input.input-checkbox {
    display: inline-block;
    margin-bottom: -4px;
}

.input.input-checkbox.checked {
    border-color: #00a6d4;
    background-color: #00a6d4;
}

.input.input-checkbox.checked:before {
    font-family: icomoon;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    top: 0;
    content: '\e807';
    color: #fff;
}

.input.input-radio {
    display: inline-block;
    margin-bottom: -4px;
}

.input.input-radio.checked {
    border-color: #00a6d4;
}

.input.input-radio.checked:before {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.7);
    transform: scale(.7);
}

.input.input-radio:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 50%;
    background-color: #00a6d4;
}

.helper-checkbox,
.helper-radio {
    display: none;
}

select {
    text-indent: .01px;
    text-overflow: '';
    -moz-appearance: none;
}

.submenu {
    z-index: 100;
    width: 100%;
    border-bottom: 3px solid #f8bb00;
    background-color: #fff;
}

.submenu.affix {
    position: fixed;
    top: 70px;
}

.submenu.affix + .container,
.submenu.affix + .container-fluid {
    margin-top: 112px;
}

.submenu .nav-tabs {
    margin-left: 55px;
    border: 0 none;
}

.submenu .nav-tabs > li > a,
.submenu .nav-tabs > li > a:focus {
    margin-bottom: -2px;
    padding: 7px 15px 6px;
    border: none;
    border-bottom: solid 3px #f8bb00;
    box-shadow: none;
}

.submenu .nav-tabs > li.active > a,
.submenu .nav-tabs > li.active > a:focus {
    color: #00a7d4;
    border: none;
    border-bottom: solid 3px #00a7d4;
    box-shadow: none;
}

.submenu .nav-tabs > li > a:hover,
.submenu .nav-tabs > li > a:focus:hover {
    color: #00a7d4;
    border-bottom: solid 3px #00a7d4;
}

@media (max-width:1024px) {
    .submenu {
        display: none;
    }
}

.anchor-links {
    position: absolute;
    z-index: 100;
    top: 180px;
}

.anchor-links.affix {
    position: fixed;
    top: 20px;
}

.anchor-links li {
    font-size: 25px;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    list-style: none;
    letter-spacing: 0;
    opacity: .3;
    color: #fff;
    border-radius: 40px;
    background-color: #616160;
}

.anchor-links li.action-button {
    line-height: 4rem;
    display: list-item;
}

.anchor-links li.active {
    opacity: 1;
}

.list-group.striped-list > .list-group-item:nth-child(even) {
    background-color: rgba(0,0,0,.015);
}

.list-group .list-section {
    padding: 5px 25px;
    color: #646567;
    border-top: 0;
}

.list-group .list-section:first-child {
    border-top: 1px solid #ddd;
}

.list-group .list-section.green {
    color: #008836;
}

.list-group .list-group {
    margin: 0;
}

.list-group .list-group .list-group-item {
    border-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 1px;
}

.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 1px solid #ddd;
}

.panel .list-group-item {
    overflow: hidden;
    padding: 25px;
}

.panel .list-group-item.list-section {
    padding: 5px 25px;
}

.list-group-item .badge.empty-badge {
    background-color: transparent;
}

.list-group-item .badge.empty-badge .icon-favourite {
    font-size: 18px;
    color: #fabb00;
}

.list-group-item.search-item {
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.list-group-item.search-item:hover {
    cursor: pointer;
}

.nav-tabs > li {
    padding: 0;
    text-align: center;
}

.nav-tabs > li .tab-label {
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    color: #999;
}

.panel .block {
    margin-left: -25px;
}

.block .block-left {
    display: table-cell;
    zoom: 1;
    padding: 0;
    vertical-align: top;
}

.block .block-left .img-wrapper {
    display: block;
    width: 70px;
    text-align: center;
}

.block .block-body {
    display: table-cell;
    overflow: inherit;
    zoom: 1;
    width: 10000px;
    vertical-align: top;
}

.label-title {
    font-size: 12px;
    margin-bottom: 10px;
    color: #999;
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    45% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .7;
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    45% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .7;
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.ball-pulse > div:nth-child(0) {
    -webkit-animation: scale .75s -.36s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: scale .75s -.36s infinite cubic-bezier(.2,.68,.18,1.08);
}

.ball-pulse > div:nth-child(1) {
    -webkit-animation: scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);
}

.ball-pulse > div:nth-child(2) {
    -webkit-animation: scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);
}

.ball-pulse > div:nth-child(3) {
    -webkit-animation: scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);
}

.ball-pulse > div {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 2px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.ball-pulse-sync > div:nth-child(0) {
    -webkit-animation: ball-pulse-sync .6s -.21s infinite ease-in-out;
    animation: ball-pulse-sync .6s -.21s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(1) {
    -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
    animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(2) {
    -webkit-animation: ball-pulse-sync .6s -.07s infinite ease-in-out;
    animation: ball-pulse-sync .6s -.07s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(3) {
    -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
    animation: ball-pulse-sync .6s 0s infinite ease-in-out;
}

.ball-pulse-sync > div {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 2px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.ball-scale > div {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 2px;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 1s 0s ease-in-out infinite;
    border-radius: 100%;
    background-color: #fff;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ball-rotate,
.ball-rotate > div {
    position: relative;
}

.ball-rotate > div {
    width: 15px;
    height: 15px;
    margin: 2px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.ball-rotate > div:first-child {
    -webkit-animation: rotate 1s 0s cubic-bezier(.7,-.13,.22,.86)infinite;
    animation: rotate 1s 0s cubic-bezier(.7,-.13,.22,.86)infinite;
}

.ball-rotate > div:after,
.ball-rotate > div:before {
    position: absolute;
    width: 15px;
    height: 15px;
    margin: 2px;
    content: '';
    opacity: .8;
    border-radius: 100%;
    background-color: #fff;
}

.ball-rotate > div:before {
    top: 0;
    left: -28px;
}

.ball-rotate > div:after {
    top: 0;
    left: 25px;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

.ball-clip-rotate > div {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 2px;
    -webkit-animation: rotate .75s 0s linear infinite;
    animation: rotate .75s 0s linear infinite;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-radius: 100%;
    background: 0 0!important;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@keyframes scale {
    30% {
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.ball-clip-rotate-pulse {
    position: relative;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.ball-clip-rotate-pulse > div {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.ball-clip-rotate-pulse > div:first-child {
    top: 7px;
    left: -7px;
    width: 16px;
    height: 16px;
    -webkit-animation: scale 1s 0s cubic-bezier(.09,.57,.49,.9)infinite;
    animation: scale 1s 0s cubic-bezier(.09,.57,.49,.9)infinite;
    background: #fff;
}

.ball-clip-rotate-pulse > div:last-child {
    position: absolute;
    top: -2px;
    left: -16px;
    width: 30px;
    height: 30px;
    -webkit-animation: rotate 1s 0s cubic-bezier(.09,.57,.49,.9)infinite;
    animation: rotate 1s 0s cubic-bezier(.09,.57,.49,.9)infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    border: 2px solid;
    border-color: #fff transparent;
    background: 0 0;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

.ball-clip-rotate-multiple {
    position: relative;
}

.ball-clip-rotate-multiple > div {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 35px;
    height: 35px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
    animation: rotate 1s 0s ease-in-out infinite;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 100%;
}

@-webkit-keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1;
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7;
    }

    100% {
        opacity: 0;
    }
}

@keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1;
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7;
    }

    100% {
        opacity: 0;
    }
}

.ball-scale-ripple > div {
    width: 50px;
    height: 50px;
    -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);
    animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);
    border: 2px solid #fff;
    border-radius: 100%;
}

@-webkit-keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1;
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7;
    }

    100% {
        opacity: 0;
    }
}

@keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1;
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7;
    }

    100% {
        opacity: 0;
    }
}

.ball-scale-ripple-multiple {
    position: relative;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}

.ball-scale-ripple-multiple > div:nth-child(0) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s;
}

.ball-scale-ripple-multiple > div:nth-child(1) {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s;
}

.ball-scale-ripple-multiple > div:nth-child(2) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s;
}

.ball-scale-ripple-multiple > div:nth-child(3) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s;
}

.ball-scale-ripple-multiple > div {
    position: absolute;
    top: -2px;
    left: -26px;
    width: 50px;
    height: 50px;
    -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8);
    animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8);
    border: 2px solid #fff;
    border-radius: 100%;
}

@-webkit-keyframes ball-beat {
    50% {
        -webkit-transform: scale(.75);
        transform: scale(.75);
        opacity: .2;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes ball-beat {
    50% {
        -webkit-transform: scale(.75);
        transform: scale(.75);
        opacity: .2;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.ball-beat > div {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 2px;
    -webkit-animation: ball-beat .7s 0s infinite linear;
    animation: ball-beat .7s 0s infinite linear;
    border-radius: 100%;
    background-color: #fff;
}

.ball-beat > div:nth-child(2n-1) {
    -webkit-animation-delay: -.35s!important;
    animation-delay: -.35s!important;
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.ball-scale-multiple {
    position: relative;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s;
}

.ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s;
}

.ball-scale-multiple > div {
    position: absolute;
    top: 0;
    left: -30px;
    width: 60px;
    height: 60px;
    margin: 0;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite;
    opacity: 0;
    border-radius: 100%;
    background-color: #fff;
}

@-webkit-keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px,-50px);
        transform: translate(25px,-50px);
    }

    66% {
        -webkit-transform: translate(50px,0);
        transform: translate(50px,0);
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px,-50px);
        transform: translate(25px,-50px);
    }

    66% {
        -webkit-transform: translate(50px,0);
        transform: translate(50px,0);
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@-webkit-keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px,50px);
        transform: translate(25px,50px);
    }

    66% {
        -webkit-transform: translate(-25px,50px);
        transform: translate(-25px,50px);
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px,50px);
        transform: translate(25px,50px);
    }

    66% {
        -webkit-transform: translate(-25px,50px);
        transform: translate(-25px,50px);
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@-webkit-keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px,0);
        transform: translate(-50px,0);
    }

    66% {
        -webkit-transform: translate(-25px,-50px);
        transform: translate(-25px,-50px);
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px,0);
        transform: translate(-50px,0);
    }

    66% {
        -webkit-transform: translate(-25px,-50px);
        transform: translate(-25px,-50px);
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

.ball-triangle-path {
    position: relative;
    -webkit-transform: translate(-29.99px,-37.51px);
    transform: translate(-29.99px,-37.51px);
}

.ball-triangle-path > div:nth-child(1) {
    -webkit-animation-name: ball-triangle-path-1;
    animation-name: ball-triangle-path-1;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.ball-triangle-path > div:nth-child(2) {
    -webkit-animation-name: ball-triangle-path-2;
    animation-name: ball-triangle-path-2;
}

.ball-triangle-path > div:nth-child(2),
.ball-triangle-path > div:nth-child(3) {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.ball-triangle-path > div:nth-child(3) {
    -webkit-animation-name: ball-triangle-path-3;
    animation-name: ball-triangle-path-3;
}

.ball-triangle-path > div {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.ball-triangle-path > div:nth-of-type(1) {
    top: 50px;
}

.ball-triangle-path > div:nth-of-type(2) {
    left: 25px;
}

.ball-triangle-path > div:nth-of-type(3) {
    top: 50px;
    left: 50px;
}

@-webkit-keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
    }

    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
    }

    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
    }

    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: scale(.75);
        transform: scale(.75);
    }
}

@keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
    }

    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: scale(.75);
        transform: scale(.75);
    }
}

.ball-pulse-rise > div {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 2px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(.15,.46,.9,.6);
    animation-timing-function: cubic-bezier(.15,.46,.9,.6);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 100%;
    background-color: #fff;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.ball-pulse-rise > div:nth-child(2n) {
    -webkit-animation-name: ball-pulse-rise-even;
    animation-name: ball-pulse-rise-even;
}

.ball-pulse-rise > div:nth-child(2n-1) {
    -webkit-animation-name: ball-pulse-rise-odd;
    animation-name: ball-pulse-rise-odd;
}

@-webkit-keyframes ball-grid-beat {
    50% {
        opacity: .7;
    }

    100% {
        opacity: 1;
    }
}

@keyframes ball-grid-beat {
    50% {
        opacity: .7;
    }

    100% {
        opacity: 1;
    }
}

.ball-grid-beat {
    width: 57px;
}

.ball-grid-beat > div:nth-child(1) {
    -webkit-animation-duration: 1.53s;
    animation-duration: 1.53s;
    -webkit-animation-delay: -.07s;
    animation-delay: -.07s;
}

.ball-grid-beat > div:nth-child(2) {
    -webkit-animation-duration: .94s;
    animation-duration: .94s;
    -webkit-animation-delay: .72s;
    animation-delay: .72s;
}

.ball-grid-beat > div:nth-child(3) {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-delay: .11s;
    animation-delay: .11s;
}

.ball-grid-beat > div:nth-child(4) {
    -webkit-animation-duration: 1.01s;
    animation-duration: 1.01s;
    -webkit-animation-delay: .13s;
    animation-delay: .13s;
}

.ball-grid-beat > div:nth-child(5) {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.ball-grid-beat > div:nth-child(6) {
    -webkit-animation-duration: .97s;
    animation-duration: .97s;
    -webkit-animation-delay: .18s;
    animation-delay: .18s;
}

.ball-grid-beat > div:nth-child(7) {
    -webkit-animation-duration: .67s;
    animation-duration: .67s;
    -webkit-animation-delay: -.09s;
    animation-delay: -.09s;
}

.ball-grid-beat > div:nth-child(8) {
    -webkit-animation-duration: .92s;
    animation-duration: .92s;
    -webkit-animation-delay: .42s;
    animation-delay: .42s;
}

.ball-grid-beat > div:nth-child(9) {
    -webkit-animation-duration: 1.43s;
    animation-duration: 1.43s;
    -webkit-animation-delay: .52s;
    animation-delay: .52s;
}

.ball-grid-beat > div {
    display: inline-block;
    float: left;
    width: 15px;
    height: 15px;
    margin: 2px;
    -webkit-animation-name: ball-grid-beat;
    animation-name: ball-grid-beat;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 100%;
    background-color: #fff;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .7;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .7;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.ball-grid-pulse {
    width: 57px;
}

.ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-delay: .73s;
    animation-delay: .73s;
}

.ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
}

.ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-duration: .88s;
    animation-duration: .88s;
    -webkit-animation-delay: .71s;
    animation-delay: .71s;
}

.ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s;
    -webkit-animation-delay: .62s;
    animation-delay: .62s;
}

.ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-duration: .62s;
    animation-duration: .62s;
    -webkit-animation-delay: .31s;
    animation-delay: .31s;
}

.ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s;
    -webkit-animation-delay: -.14s;
    animation-delay: -.14s;
}

.ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s;
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s;
}

.ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-delay: .73s;
    animation-delay: .73s;
}

.ball-grid-pulse > div {
    display: inline-block;
    float: left;
    width: 15px;
    height: 15px;
    margin: 2px;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 100%;
    background-color: #fff;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes ball-spin-fade-loader {
    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: .3;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes ball-spin-fade-loader {
    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: .3;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.ball-spin-fade-loader {
    position: relative;
    top: -10px;
    left: -10px;
}

.ball-spin-fade-loader > div:nth-child(1) {
    top: 25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -.96s infinite linear;
    animation: ball-spin-fade-loader 1s -.96s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(2) {
    top: 17.05px;
    left: 17.05px;
    -webkit-animation: ball-spin-fade-loader 1s -.84s infinite linear;
    animation: ball-spin-fade-loader 1s -.84s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(3) {
    top: 0;
    left: 25px;
    -webkit-animation: ball-spin-fade-loader 1s -.72s infinite linear;
    animation: ball-spin-fade-loader 1s -.72s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(4) {
    top: -17.05px;
    left: 17.05px;
    -webkit-animation: ball-spin-fade-loader 1s -.6s infinite linear;
    animation: ball-spin-fade-loader 1s -.6s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(5) {
    top: -25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -.48s infinite linear;
    animation: ball-spin-fade-loader 1s -.48s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(6) {
    top: -17.05px;
    left: -17.05px;
    -webkit-animation: ball-spin-fade-loader 1s -.36s infinite linear;
    animation: ball-spin-fade-loader 1s -.36s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(7) {
    top: 0;
    left: -25px;
    -webkit-animation: ball-spin-fade-loader 1s -.24s infinite linear;
    animation: ball-spin-fade-loader 1s -.24s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(8) {
    top: 17.05px;
    left: -17.05px;
    -webkit-animation: ball-spin-fade-loader 1s -.12s infinite linear;
    animation: ball-spin-fade-loader 1s -.12s infinite linear;
}

.ball-spin-fade-loader > div {
    position: absolute;
    width: 15px;
    height: 15px;
    margin: 2px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes ball-spin-loader {
    75% {
        opacity: .2;
    }

    100% {
        opacity: 1;
    }
}

@keyframes ball-spin-loader {
    75% {
        opacity: .2;
    }

    100% {
        opacity: 1;
    }
}

.ball-spin-loader {
    position: relative;
}

.ball-spin-loader > span:nth-child(1) {
    top: 45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s .9s infinite linear;
    animation: ball-spin-loader 2s .9s infinite linear;
}

.ball-spin-loader > span:nth-child(2) {
    top: 30.68px;
    left: 30.68px;
    -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
    animation: ball-spin-loader 2s 1.8s infinite linear;
}

.ball-spin-loader > span:nth-child(3) {
    top: 0;
    left: 45px;
    -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
    animation: ball-spin-loader 2s 2.7s infinite linear;
}

.ball-spin-loader > span:nth-child(4) {
    top: -30.68px;
    left: 30.68px;
    -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
    animation: ball-spin-loader 2s 3.6s infinite linear;
}

.ball-spin-loader > span:nth-child(5) {
    top: -45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
    animation: ball-spin-loader 2s 4.5s infinite linear;
}

.ball-spin-loader > span:nth-child(6) {
    top: -30.68px;
    left: -30.68px;
    -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
    animation: ball-spin-loader 2s 5.4s infinite linear;
}

.ball-spin-loader > span:nth-child(7) {
    top: 0;
    left: -45px;
    -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
    animation: ball-spin-loader 2s 6.3s infinite linear;
}

.ball-spin-loader > span:nth-child(8) {
    top: 30.68px;
    left: -30.68px;
    -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
    animation: ball-spin-loader 2s 7.2s infinite linear;
}

.ball-spin-loader > div {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: green;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px);
    }

    66% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px);
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px);
    }

    66% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px);
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@-webkit-keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px,30px);
        transform: translate(15px,30px);
    }

    66% {
        -webkit-transform: translate(-15px,30px);
        transform: translate(-15px,30px);
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px,30px);
        transform: translate(15px,30px);
    }

    66% {
        -webkit-transform: translate(-15px,30px);
        transform: translate(-15px,30px);
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

.ball-zig-zag {
    position: relative;
    -webkit-transform: translate(-15px,-15px);
    transform: translate(-15px,-15px);
}

.ball-zig-zag > div {
    position: absolute;
    top: 4px;
    left: -7px;
    width: 15px;
    height: 15px;
    margin: 2px 2px 2px 15px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.ball-zig-zag > div:first-child {
    -webkit-animation: ball-zig .7s 0s infinite linear;
    animation: ball-zig .7s 0s infinite linear;
}

.ball-zig-zag > div:last-child {
    -webkit-animation: ball-zag .7s 0s infinite linear;
    animation: ball-zag .7s 0s infinite linear;
}

@-webkit-keyframes ball-zig-deflect {
    17% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px);
    }

    34% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px);
    }

    50% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

    67% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px);
    }

    84% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px);
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@keyframes ball-zig-deflect {
    17% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px);
    }

    34% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px);
    }

    50% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

    67% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px);
    }

    84% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px);
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@-webkit-keyframes ball-zag-deflect {
    17% {
        -webkit-transform: translate(15px,30px);
        transform: translate(15px,30px);
    }

    34% {
        -webkit-transform: translate(-15px,30px);
        transform: translate(-15px,30px);
    }

    50% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

    67% {
        -webkit-transform: translate(-15px,30px);
        transform: translate(-15px,30px);
    }

    84% {
        -webkit-transform: translate(15px,30px);
        transform: translate(15px,30px);
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@keyframes ball-zag-deflect {
    17% {
        -webkit-transform: translate(15px,30px);
        transform: translate(15px,30px);
    }

    34% {
        -webkit-transform: translate(-15px,30px);
        transform: translate(-15px,30px);
    }

    50% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

    67% {
        -webkit-transform: translate(-15px,30px);
        transform: translate(-15px,30px);
    }

    84% {
        -webkit-transform: translate(15px,30px);
        transform: translate(15px,30px);
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

.ball-zig-zag-deflect {
    position: relative;
    -webkit-transform: translate(-15px,-15px);
    transform: translate(-15px,-15px);
}

.ball-zig-zag-deflect > div {
    position: absolute;
    top: 4px;
    left: -7px;
    width: 15px;
    height: 15px;
    margin: 2px 2px 2px 15px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.ball-zig-zag-deflect > div:first-child {
    -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
    animation: ball-zig-deflect 1.5s 0s infinite linear;
}

.ball-zig-zag-deflect > div:last-child {
    -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
    animation: ball-zag-deflect 1.5s 0s infinite linear;
}

@-webkit-keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4);
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4);
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

.line-scale > div:nth-child(1) {
    -webkit-animation: line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);
}

.line-scale > div:nth-child(2) {
    -webkit-animation: line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);
}

.line-scale > div:nth-child(3) {
    -webkit-animation: line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);
}

.line-scale > div:nth-child(4) {
    -webkit-animation: line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);
}

.line-scale > div:nth-child(5) {
    -webkit-animation: line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);
}

.line-scale > div {
    display: inline-block;
    width: 4px;
    height: 35px;
    margin: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes line-scale-party {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes line-scale-party {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.line-scale-party > div:nth-child(1) {
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-delay: .23s;
    animation-delay: .23s;
}

.line-scale-party > div:nth-child(2) {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .09s;
    animation-delay: .09s;
}

.line-scale-party > div:nth-child(3) {
    -webkit-animation-duration: .65s;
    animation-duration: .65s;
    -webkit-animation-delay: .44s;
    animation-delay: .44s;
}

.line-scale-party > div:nth-child(4) {
    -webkit-animation-duration: 1.01s;
    animation-duration: 1.01s;
    -webkit-animation-delay: -.12s;
    animation-delay: -.12s;
}

.line-scale-party > div {
    display: inline-block;
    width: 4px;
    height: 35px;
    margin: 2px;
    -webkit-animation-name: line-scale-party;
    animation-name: line-scale-party;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 2px;
    background-color: #fff;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4);
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4);
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

.line-scale-pulse-out > div {
    display: inline-block;
    width: 4px;
    height: 35px;
    margin: 2px;
    -webkit-animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);
    animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);
    border-radius: 2px;
    background-color: #fff;
}

.line-scale-pulse-out > div:nth-child(2),
.line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: -.4s!important;
    animation-delay: -.4s!important;
}

.line-scale-pulse-out > div:nth-child(1),
.line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: -.2s!important;
    animation-delay: -.2s!important;
}

@-webkit-keyframes line-scale-pulse-out-rapid {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    80% {
        -webkit-transform: scaley(.3);
        transform: scaley(.3);
    }

    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@keyframes line-scale-pulse-out-rapid {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    80% {
        -webkit-transform: scaley(.3);
        transform: scaley(.3);
    }

    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

.line-scale-pulse-out-rapid > div {
    display: inline-block;
    width: 4px;
    height: 35px;
    margin: 2px;
    -webkit-animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78);
    animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78);
    border-radius: 2px;
    background-color: #fff;
}

.line-scale-pulse-out-rapid > div:nth-child(2),
.line-scale-pulse-out-rapid > div:nth-child(4) {
    -webkit-animation-delay: -.25s!important;
    animation-delay: -.25s!important;
}

.line-scale-pulse-out-rapid > div:nth-child(1),
.line-scale-pulse-out-rapid > div:nth-child(5) {
    -webkit-animation-delay: 0s!important;
    animation-delay: 0s!important;
}

@-webkit-keyframes line-spin-fade-loader {
    50% {
        opacity: .3;
    }

    100% {
        opacity: 1;
    }
}

@keyframes line-spin-fade-loader {
    50% {
        opacity: .3;
    }

    100% {
        opacity: 1;
    }
}

.line-spin-fade-loader {
    position: relative;
    top: -10px;
    left: -4px;
}

.line-spin-fade-loader > div:nth-child(1) {
    top: 20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(2) {
    top: 13.64px;
    left: 13.64px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(3) {
    top: 0;
    left: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(4) {
    top: -13.64px;
    left: 13.64px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(5) {
    top: -20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(6) {
    top: -13.64px;
    left: -13.64px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(7) {
    top: 0;
    left: -20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(8) {
    top: 13.64px;
    left: -13.64px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}

.line-spin-fade-loader > div {
    position: absolute;
    width: 5px;
    height: 15px;
    margin: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0deg);
        transform: perspective(100px) rotateX(180deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0deg) rotateY(180deg);
        transform: perspective(100px) rotateX(0deg) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0deg) rotateY(0deg);
        transform: perspective(100px) rotateX(0deg) rotateY(0deg);
    }
}

@keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0deg);
        transform: perspective(100px) rotateX(180deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0deg) rotateY(180deg);
        transform: perspective(100px) rotateX(0deg) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0deg) rotateY(0deg);
        transform: perspective(100px) rotateX(0deg) rotateY(0deg);
    }
}

.triangle-skew-spin > div {
    width: 0;
    height: 0;
    -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9)infinite;
    animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9)infinite;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
}

@-webkit-keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0deg);
        transform: perspective(100px) rotateX(180deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0deg) rotateY(180deg);
        transform: perspective(100px) rotateX(0deg) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0deg) rotateY(0deg);
        transform: perspective(100px) rotateX(0deg) rotateY(0deg);
    }
}

@keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0deg);
        transform: perspective(100px) rotateX(180deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0deg) rotateY(180deg);
        transform: perspective(100px) rotateX(0deg) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0deg) rotateY(0deg);
        transform: perspective(100px) rotateX(0deg) rotateY(0deg);
    }
}

.square-spin > div {
    width: 50px;
    height: 50px;
    -webkit-animation: square-spin 3s 0s cubic-bezier(.09,.57,.49,.9)infinite;
    animation: square-spin 3s 0s cubic-bezier(.09,.57,.49,.9)infinite;
    border: 1px solid red;
    background: #fff;
}

@-webkit-keyframes rotate_pacman_half_up {
    0% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotate_pacman_half_up {
    0% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@-webkit-keyframes rotate_pacman_half_down {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes rotate_pacman_half_down {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes pacman-balls {
    75% {
        opacity: .7;
    }

    100% {
        -webkit-transform: translate(-100px,-6.25px);
        transform: translate(-100px,-6.25px);
    }
}

@keyframes pacman-balls {
    75% {
        opacity: .7;
    }

    100% {
        -webkit-transform: translate(-100px,-6.25px);
        transform: translate(-100px,-6.25px);
    }
}

.pacman {
    position: relative;
}

.pacman > div:nth-child(3) {
    -webkit-animation: pacman-balls 1s -.66s infinite linear;
    animation: pacman-balls 1s -.66s infinite linear;
}

.pacman > div:nth-child(4) {
    -webkit-animation: pacman-balls 1s -.33s infinite linear;
    animation: pacman-balls 1s -.33s infinite linear;
}

.pacman > div:nth-child(5) {
    -webkit-animation: pacman-balls 1s 0s infinite linear;
    animation: pacman-balls 1s 0s infinite linear;
}

.pacman > div:first-of-type {
    position: relative;
    left: -30px;
    width: 0;
    height: 0;
    -webkit-animation: rotate_pacman_half_up .5s 0s infinite;
    animation: rotate_pacman_half_up .5s 0s infinite;
    border-top: 25px solid #fff;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #fff;
    border-left: 25px solid #fff;
    border-radius: 25px;
}

.pacman > div:nth-child(2) {
    position: relative;
    left: -30px;
    width: 0;
    height: 0;
    margin-top: -50px;
    -webkit-animation: rotate_pacman_half_down .5s 0s infinite;
    animation: rotate_pacman_half_down .5s 0s infinite;
    border-top: 25px solid #fff;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #fff;
    border-left: 25px solid #fff;
    border-radius: 25px;
}

.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
    position: absolute;
    top: 25px;
    left: 70px;
    width: 10px;
    height: 10px;
    margin: 2px;
    -webkit-transform: translate(0,-6.25px);
    transform: translate(0,-6.25px);
    border-radius: 100%;
    background-color: #fff;
}

@-webkit-keyframes cube-transition {
    25% {
        -webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
        transform: translateX(50px) scale(.5) rotate(-90deg);
    }

    50% {
        -webkit-transform: translate(50px,50px) rotate(-180deg);
        transform: translate(50px,50px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
        transform: translateY(50px) scale(.5) rotate(-270deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes cube-transition {
    25% {
        -webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
        transform: translateX(50px) scale(.5) rotate(-90deg);
    }

    50% {
        -webkit-transform: translate(50px,50px) rotate(-180deg);
        transform: translate(50px,50px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
        transform: translateY(50px) scale(.5) rotate(-270deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.cube-transition {
    position: relative;
    -webkit-transform: translate(-25px,-25px);
    transform: translate(-25px,-25px);
}

.cube-transition > div {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
    animation: cube-transition 1.6s 0s infinite ease-in-out;
    background-color: #fff;
}

.cube-transition > div:last-child {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s;
}

@-webkit-keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.semi-circle-spin {
    position: relative;
    overflow: hidden;
    width: 35px;
    height: 35px;
}

.semi-circle-spin > div {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: spin-rotate .6s 0s infinite linear;
    animation: spin-rotate .6s 0s infinite linear;
    border-width: 0;
    border-radius: 100%;
    background-image: -webkit-linear-gradient(transparent 0,transparent 70%,#fff 30%,#fff 100%);
    background-image: linear-gradient(transparent 0,transparent 70%,#fff 30%,#fff 100%);
}

.loader-inner.ball-clip-rotate-multiple > div:first-child {
    -webkit-transition: all .5s;
    transition: all .5s;
    border-color: #00a6d4;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.loader-inner.ball-clip-rotate-multiple > div:last-child {
    -webkit-transition: all .5s;
    transition: all .5s;
    border-color: #008836;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.loader-inner.ball-clip-rotate-multiple > div:nth-child(2) {
    -webkit-transition: all .5s;
    transition: all .5s;
    border-color: #fabb00;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.loader-inner.ball-clip-rotate-multiple.fadeCircle > div:first-child {
    -webkit-transition: all .5s;
    transition: all .5s;
    border-color: #5ec5ed;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.loader-inner.ball-clip-rotate-multiple.fadeCircle > div:last-child {
    -webkit-transition: all .5s;
    transition: all .5s;
    border-color: #1fa22e;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.loader-inner.ball-clip-rotate-multiple.fadeCircle > div:nth-child(2) {
    -webkit-transition: all .5s;
    transition: all .5s;
    border-color: #ffed00;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.ball-clip-rotate-multiple > div:first-child {
    top: -30px;
    left: -30px;
    width: 55px;
    height: 55px;
    -webkit-animation-direction: normal;
    animation-direction: normal;
}

.ball-clip-rotate-multiple > div:nth-child(2) {
    top: -20px;
    left: -20px;
    display: inline-block;
    width: 35px;
    height: 35px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
    border-color: #fff transparent;
}

.ball-clip-rotate-multiple > div:last-child {
    top: -13px;
    left: -12px;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
    border-color: #fff transparent;
}

.pagination {
    display: inline-block;
    overflow: hidden;
    padding: .3rem;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    line-height: 1.42857143;
    position: relative;
    float: left;
    padding: 6px 12px;
    text-decoration: none;
    color: #999;
    border: none;
    background-color: #fff;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    width: 30px;
    height: 30px;
    margin: 0 1rem 0 0;
    padding: 7px 2px 0 0;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    width: 30px;
    height: 30px;
    margin: 0 0 0 1rem;
    padding: 7px 0 0 2px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #008836;
    background-color: #eee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    cursor: default;
    color: #fff;
    border-radius: .2rem;
    background-color: #008836;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    cursor: not-allowed;
    color: #999;
    background-color: #fff;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    font-size: 18px;
    padding: 10px 16px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 1;
}

.icon {
    font-family: icomoon,sans-serif;
}

.icon-edit:before {
    content: '\e80d';
}

.icon-favourite:before {
    content: '\e80e';
}

.icon-search:before {
    content: '\e91a';
}

.icon-calculator:before {
    content: '\e800';
}

.icon-checked:before {
    content: '\e807';
}

.icon-chevron-down:before {
    content: '\e802';
}

.icon-chevron-up:before {
    content: '\e805';
}

.icon-close:before {
    content: '\e808';
}

.icon-close-outline:before {
    content: '\e809';
}

.icon-deposit:before {
    content: '\e80b';
}

.icon-disconnect:before {
    content: '\e80c';
}

.icon-add-option:before {
    content: '\e801';
}

.icon-lock:before {
    content: '\e80a';
}

.icon-history:before {
    content: '\e810';
}

.icon-sms:before {
    content: '\e900';
}

.icon-mobile-internet:before {
    content: '\e914';
}

.icon-simcard:before {
    content: '\e825';
}

.icon-interrogation:before {
    content: '\e00f';
}

.icon-customer:before {
    content: '\e81e';
}

.icon-arrow_more_left:before {
    content: '\e803';
}

.icon-arrow_more_right:before {
    content: '\e804';
}

.icon-billing_history:before {
    content: '\e806';
}

.icon-close_cross:before {
    content: '\e808';
}

.icon-flag:before {
    content: '\e80f';
}

.icon-info_outline:before {
    content: '\e811';
}

.icon-invert_mastery:before {
    content: '\e813';
}

.icon-key:before {
    content: '\e814';
}

.icon-lock-outline:before {
    content: '\e815';
}

.icon-menu_dots:before {
    content: '\e816';
}

.icon-menu_list:before {
    content: '\e817';
}

.icon-merge:before {
    content: '\e818';
}

.icon-packages_open:before {
    content: '\e819';
}

.icon-packages:before {
    content: '\e81a';
}

.icon-paymean:before {
    content: '\e81b';
}

.icon-pending:before {
    content: '\e81c';
}

.icon-split_merge:before {
    content: '\e81d';
}

.icon-question_bubble:before {
    content: '\e901';
}

.icon-network:before {
    content: '\e902';
}

.icon-mobile:before {
    content: '\e903';
}

.icon-mail:before {
    content: '\e904';
}

.icon-laptop:before {
    content: '\e905';
}

.icon-house:before {
    content: '\e906';
}

.icon-question:before {
    content: '\e907';
}

.icon-desktop:before {
    content: '\e908';
}

.icon-ppt:before {
    content: '\e909';
}

.icon-jpg:before {
    content: '\e90a';
}

.icon-floppy:before {
    content: '\e90b';
}

.icon-email:before {
    content: '\e90c';
}

.icon-camera:before {
    content: '\e90d';
}

.icon-padlock:before {
    content: '\e90e';
}

.icon-tools:before {
    content: '\e90f';
}

.icon-video:before {
    content: '\e910';
}

.icon-house_outline:before {
    content: '\e911';
}

.icon-box:before {
    content: '\e912';
}

.icon-www:before {
    content: '\e913';
}

.icon-web_mobile:before {
    content: '\e914';
}

.icon-cloud:before {
    content: '\e915';
}

.icon-valid:before {
    content: '\e916';
}

.icon-packup_close:before {
    content: '\e917';
}

.icon-online_stamp:before {
    content: '\e918';
}

.icon-new_window:before {
    content: '\e919';
}

.icon-credit_card:before {
    content: '\e91b';
}

.icon-play_outline:before {
    content: '\e91c';
}

.icon-calendar:before {
    content: '\e91d';
}

.icon-packup_open:before {
    content: '\e91e';
}

.icon-mail_open:before {
    content: '\e91f';
}

.icon-cross:before {
    content: '\e920';
}

.icon-chat:before {
    content: '\e921';
}

.icon-fat_chevron_right:before {
    content: '\e923';
}

.icon-chevron_right:before {
    content: '\e924';
}

.icon-fat_chevron_left:before {
    content: '\e925';
}

.icon-fat_chevron_down:before {
    content: '\e926';
}

.icon-phone:before {
    content: '\e927';
}

.icon-pdf:before {
    content: '\e928';
}

.icon-print:before {
    content: '\e929';
}

.icon-arrow_down_outline:before {
    content: '\e92a';
}

.icon-localize:before {
    content: '\e92b';
}

.icon-star:before {
    content: '\e92c';
}

.icon-fax:before {
    content: '\e92d';
}

.icon-hashtag:before {
    content: '\e92e';
}

.icon-info:before {
    content: '\e92f';
}

.icon-magnifier:before {
    content: '\e930';
}

.icon-mov:before {
    content: '\e931';
}

.icon-file:before {
    content: '\e932';
}

.icon-shield:before {
    content: '\e933';
}

.icon-discussion:before {
    content: '\e936';
}

.icon-cart:before {
    content: '\e937';
}

.icon-meng_post:before {
    content: '\e938';
}

.icon-file_cloud:before {
    content: '\e939';
}

.icon-upload_file:before {
    content: '\e93a';
}

.icon-key-horizontal:before {
    content: '\e93b';
}

.icon-print_stamps:before {
    content: '\e93c';
}

.icon-offline:before {
    content: '\e93d';
}

.icon-company:before {
    content: '\e93e';
}

.icon-credit-note:before {
    content: '\e93f';
}

.icon-payment-history:before {
    content: '\e940';
}

.icon-discount-detail:before {
    content: '\e941';
}

.icon-service-detail:before {
    content: '\e942';
}

.icon-t-temporary:before {
    content: '\e943';
}

.icon-p-permanent:before {
    content: '\e944';
}

.icon-d-fact-unique:before {
    content: '\e945';
}

.icon-alert-triangle:before {
    content: '\e946';
}

.icon-circle_plus:before {
    content: '\e947';
}

.icon-circle_s:before {
    content: '\e948';
}

.icon-circle_exclamation-mark:before {
    content: '\e949';
}

.icon-circle_m:before {
    content: '\e94a';
}

.icon-circle_phone:before {
    content: '\e94b';
}

.icon-i_outline:before {
    content: '\e94c';
}

.icon-i_full:before {
    content: '\e94d';
}

.icon-circle_email:before {
    content: '\e94e';
}

.icon-csv:before {
    content: '\e94f';
}

.icon-sorter:before {
    content: '\e950';
}

.icon-delete:before {
    content: '\e951';
}

.icon-download:before {
    content: '\e952';
}

.icon-upload:before {
    content: '\e953';
}

.icon-more_arrow:before {
    content: '\e954';
}

.icon-expired:before {
    content: '\e955';
}

.icon-traficinfo:before {
    content: '\e956';
}

.icon-circle-co:before {
    content: '\e957';
}

.icon-circle-np:before {
    content: '\e958';
}

.icon-direct-debit:before {
    content: '\e959';
}

.icon-account-blocked:before {
    content: '\e95a';
}

.icon-delegate:before {
    content: '\e95b';
}

.icon-stockix:before {
    content: '\e95c';
}

.collapseAnimAuto {
    height: auto;
}

.collapseAnim70 {
    height: 70px;
}

.collapseAnim180 {
    height: 180px;
}

.debug-container{
    background-color: white;
    max-height: 1000px;
    overflow: scroll;
    padding: 20px;
    font-size: smaller;
}

.debug-container .row.error{
    color: red;
}

.debug-container .row.warn{
    color: darkorange;
}

.debug-container .row.info{
    color: slateblue;
}

.debug-container .row.debug{
    color: darkolivegreen;
}