#page-loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background-color: #F5F5F5;
}

.three-balls {
  margin: 0 auto;
  width: 70px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
}

.three-balls .ball {
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: bouncedelay 2.0s infinite cubic-bezier(.62, .28, .23, .99) both;
  animation: bouncedelay 2.0s infinite cubic-bezier(.62, .28, .23, .99) both;
}

.three-balls .ball1 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s;
}

.three-balls .ball2 {
  -webkit-animation-delay: -.08s;
  animation-delay: -.08s;
}

@keyframes bouncedelay {
  0% {
    bottom: 0;
    background-color: #03A9F4;
  }
  16.66% {
    bottom: 40px;
    background-color: #FB6542;
  }
  33.33% {
    bottom: 0px;
    background-color: #FB6542;
  }
  50% {
    bottom: 40px;
    background-color: #FFBB00;
  }
  66.66% {
    bottom: 0px;
    background-color: #FFBB00;
  }
  83.33% {
    bottom: 40px;
    background-color: #03A9F4;
  }
  100% {
    bottom: 0;
    background-color: #03A9F4;
  }
}

@-webkit-keyframes bouncedelay {
  0% {
    bottom: 0;
    background-color: #03A9F4;
  }
  16.66% {
    bottom: 40px;
    background-color: #FB6542;
  }
  33.33% {
    bottom: 0px;
    background-color: #FB6542;
  }
  50% {
    bottom: 40px;
    background-color: #FFBB00;
  }
  66.66% {
    bottom: 0px;
    background-color: #FFBB00;
  }
  83.33% {
    bottom: 40px;
    background-color: #03A9F4;
  }
  100% {
    bottom: 0;
    background-color: #03A9F4;
  }
}

/*Quitar aviso de compra de theme*/

.item-purchase-banner {
    display: none !important;
}

.purchase-banner-active .navbar.fixed-top + .page-body-wrapper {
    padding-top: 63px;
}

.purchase-banner-active .navbar.fixed-top {
    top: 0px;
}

.navbar.default-layout .navbar-menu-wrapper {
    box-shadow: 0 0px 0px 0 rgba(167, 175, 183, 0.33) !important;
}

/*Custom Css*/

.logoBerays{
  width: 150px;
  height: 150px;
  display: block;
  margin: auto;
  margin-top: 5%;
}

.imgTarjeta{
  width: 100px !important;
  border-radius: 10px !important;
  height: auto !important;
  margin-right: 10px;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.spanEdit{
  display: inline-block;
  margin-right: 10px;
}

.tarjetasSelecionadas{
  width: 100%;
  border: 1px solid;
  padding: 10px;
  margin-top: 70px;
}

.tarjetasPiezas{
  width: 100%;
  border: 1px solid;
  padding: 10px;
  margin-top: 70px;
}

.editarTarjetasSelecionadas{
  width: 100%;
  border: 1px solid;
  padding: 10px;
  margin-top: 70px;
}

.seleccionada{
  padding: 10px;
  background: #f4f4f4;
  color: #000000;
  border-radius: 25px;
  display: inline-block;
  margin: 5px;
}

.notiContent{
  width: 100%;
  height: 200px;
}

.containerBotonesForm{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media( max-width: 998px){
 .navbar.default-layout .navbar-menu-wrapper {
      box-shadow: 0 4px 16px 0 rgba(167, 175, 183, 0.33) !important;
  } 
}