/* LOADING ------------------------------------------------------------------ */
#loading{
  position: fixed;
  width:100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 999999;
}
#loading .load{
  position: absolute;
  width:200px;
  height:150px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  color: rgba(230, 230, 230, 1);
  text-align: center;
}


#loading .load-mini{
  position: absolute;
  width:140px;
  height:110px;
  bottom:0;
  right: 0;
  margin: 0 0 0 -100px;
  color: rgba(230, 230, 230, 1);
  text-align: center;
  z-index: 999999;
}


#loading .load p, #loading .load-mini p{
  text-align: center;
  margin:-27px 0 0 18px !important;
  padding: 0 !important;
  font-size: @sm;
}
.load-mini .uil-ripple-css{
  width: 100px;
  height: 100px;
}
.load-mini .uil-ripple-css div{
  border-width: 5px;
  left:75px !important;
  top:40px
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-o-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
.uil-ripple-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}
.uil-ripple-css div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 50%;
  border-width: 12px;
  border-style: solid;
  -webkit-animation: uil-ripple 2s ease-out infinite;
  animation: uil-ripple 2s ease-out infinite;
}
.uil-ripple-css div:nth-of-type(1) {
  border-color: rgba(46, 161, 205, 1);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.uil-ripple-css div:nth-of-type(2) {
  border-color: rgba(0, 205, 255, 1);
}

// TIME SAVE -------------------------------------------------------------------
.timeSave{
  position: fixed;
  display:none;
  bottom: 0px;
  left: 0px;
  padding:10px 20px;
  background: rgba(255, 255, 255, 0.8);
  font-size: @xs;
  z-index:100;
}
