/*
Theme Name: Agilice
Theme URI: http://iconstruye.com/
Description: Plataforma Agilice - Factura Segura
Version: 1.0
Author: Agilice
Author URI: http://iconstruye.com/
*/
@import url(https://fonts.googleapis.com/css?family=Scada);

.wrap-spinner{
  padding: 60px 0;
}

.spinner {
  margin: 0 auto;
  width: 320px;
  text-align: center;
}

.spinner > span {
  font-family: 'Scada', sans-serif;
  color:#0079C1;
  font-size:4em;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: transparent;
  display: inline-block;
  animation: pulse 0.9s infinite ease-in-out;
  -webkit-animation: pulse 0.9s infinite ease-in-out;
  animation-fill-mode:both;
  -webkit-animation-fill-mode:both;

}

.spinner .arrow1 {
  animation-delay: 0s;
  -webkit-animation-delay:0s;
}

.spinner .arrow2 {
  animation-delay: 0.15s;
  -webkit-animation-delay:0.15s;
}

.spinner .arrow3 {
  animation-delay: 0.3s;
  -webkit-animation-delay:0.3s;
}

.spinner .bubble1 {
  width: 30px;
  height: 30px;
  background: #fd6510;
  display: inline-block;
  border-radius: 100px;
  animation-delay: 0s;
  -webkit-animation-delay:0s;
}

.spinner .bubble2 {
  width: 30px;
  height: 30px;
  background: #6dbe68;
  display: inline-block;
  border-radius: 100px;
  animation-delay: 0.15s;
  -webkit-animation-delay:0.15s;
}

.spinner .bubble3 {
  width: 30px;
  height: 30px;
  background: #4f90c2;
  display: inline-block;
  border-radius: 100px;
  animation-delay: 0.3s;
  -webkit-animation-delay:0.3s;
}

@keyframes pulse {
  0%, 80%, 100% {
    transform: scale(0); opacity:0.2;
    -ms-transform: scale(0); opacity:0.2;
    -webkit-transform:scale(0); opacity:0.2;
  }
  40% {
    transform: scale(1.0); opacity:1;
    -ms-transform: scale(1.0); opacity:1;
    -webkit-transform:scale(1.0); opacity:1;
  }
}

@-webkit-keyframes pulse {
  0%, 80%, 100% {
    transform: scale(0); opacity:0.2;
    -ms-transform: scale(0); opacity:0.2;
    -webkit-transform:scale(0); opacity:0.2;
  }
  40% {
    transform: scale(1.0); opacity:1;
    -ms-transform: scale(1.0); opacity:1;
    -webkit-transform:scale(1.0); opacity:1;
  }
}


/*-------------------------------------------------------------------*/
/* Spinner con Fondo Blanco */
/*-------------------------------------------------------------------*/

.loading {
    position: fixed;
    z-index: 9999;
    margin: auto;
    top: 51px;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba( 255, 255, 255, .5 );
}

    /*.loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.56);
    }*/

.wrap-spinner-bg{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .5 );
}

.spinner-bg {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  width: 320px;
  height: 100px;
  text-align: center;
}

.spinner-bg > span {
  font-family: 'Scada', sans-serif;
  color:#0079C1;
  font-size:4em;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: transparent;
  display: inline-block;
  animation: pulse 0.9s infinite ease-in-out;
  -webkit-animation: pulse 0.9s infinite ease-in-out;
  animation-fill-mode:both;
  -webkit-animation-fill-mode:both;
}

.spinner-bg .arrow1 {
  animation-delay: 0s;
  -webkit-animation-delay:0s;
}

.spinner-bg .arrow2 {
  animation-delay: 0.15s;
  -webkit-animation-delay:0.15s;
}

.spinner-bg .arrow3 {
  animation-delay: 0.3s;
  -webkit-animation-delay:0.3s;
}

.spinner-bg .bubble1 {
  width: 30px;
  height: 30px;
  background: #fd6510;
  display: inline-block;
  border-radius: 100px;
  animation-delay: 0s;
  -webkit-animation-delay:0s;
}

.spinner-bg .bubble2 {
  width: 30px;
  height: 30px;
  background: #6dbe68;
  display: inline-block;
  border-radius: 100px;
  animation-delay: 0.15s;
  -webkit-animation-delay:0.15s;
}

.spinner-bg .bubble3 {
  width: 30px;
  height: 30px;
  background: #4f90c2;
  display: inline-block;
  border-radius: 100px;
  animation-delay: 0.3s;
  -webkit-animation-delay:0.3s;
}