.fondo{
    background-color: rgba(0, 0, 0, 0.64);
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100000;
    height: 100%;
    width: 100%;
    text-align: center;
}
.fondo-loader {
    box-sizing: border-box;
    display: flex;
    height: 200px;
    justify-content: center;
    position: relative;
    top: 50%;
}

.la-ball-scale,
.la-ball-scale > div {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.la-ball-scale {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-scale.la-dark {
    color: #333;
}

.la-ball-scale > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-scale {
    width: 100px;
    height: 100px;
}

.la-ball-scale > div {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
       -moz-animation: ball-scale 1s 0s ease-in-out infinite;
         -o-animation: ball-scale 1s 0s ease-in-out infinite;
            animation: ball-scale 1s 0s ease-in-out infinite;
}

.la-ball-scale.la-sm {
    width: 16px;
    height: 16px;
}

.la-ball-scale.la-sm > div {
    width: 16px;
    height: 16px;
}

.la-ball-scale.la-2x {
    width: 64px;
    height: 64px;
}

.la-ball-scale.la-2x > div {
    width: 64px;
    height: 64px;
}

.la-ball-scale.la-3x {
    width: 96px;
    height: 96px;
}

.la-ball-scale.la-3x > div {
    width: 96px;
    height: 96px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-scale {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@-moz-keyframes ball-scale {
    0% {
        opacity: 1;
        -moz-transform: scale(0);
             transform: scale(0);
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1);
             transform: scale(1);
    }
}
@-o-keyframes ball-scale {
    0% {
        opacity: 1;
        -o-transform: scale(0);
           transform: scale(0);
    }
    100% {
        opacity: 0;
        -o-transform: scale(1);
           transform: scale(1);
    }
}
@keyframes ball-scale {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
           -moz-transform: scale(0);
             -o-transform: scale(0);
                transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
}

.loader{
  padding: 10px;
  text-align: center;
}
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #006858;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #333;

  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

.Btn-rojo{
  background: #da4d4d;
  font-size: 10px;
  padding: 10px 15px;
}
.Btn-verde{
  background: #06c1ae;
}
.Btn-verde:hover{
  background: #029980;
}

@media screen and (max-width: 400px) {
  #filtrar .Forms-table{
    width: 100%;
    display: block;
    padding-top: 10px;
  }
}


.Contenedor-principal-izq {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
}

.Contenedor-principal-der{
  margin-left: 13px;
}
.Mostrar-full{
  margin-left: 262px;
}

@media screen and (max-width: 1024px) {
  .Mostrar-full{
    margin-left: 13px;
  }
}

.editando {
    -webkit-animation: flasheo;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation: flasheo;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -o-animation: flasheo;
    -o-animation-duration: 1.5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
    animation: flasheo;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes flasheo {
    0% {
        background-color: #fff;
    }
    25% {
        background-color: #44f5e385;
    }
    50% {
        background-color: #fff;
    }
    75% {
        background-color: #44f5e385;
    }
    100% {
        background-color: #fff;
    }
}
@-moz-keyframes flasheo {
    0% {
        background-color: #fff;
    }
    25% {
        background-color: #44f5e385;
    }
    50% {
        background-color: #fff;
    }
    75% {
        background-color: #44f5e385;
    }
    100% {
        background-color: #fff;
    }
}
@-o-keyframes flasheo {
    0% {
        background-color: #fff;
    }
    25% {
        background-color: #44f5e385;
    }
    50% {
        background-color: #fff;
    }
    75% {
        background-color: #44f5e385;
    }
    100% {
        background-color: #fff;
    }
}
@-keyframes flasheo {
    0% {
        background-color: #fff;
    }
    25% {
        background-color: #44f5e385;
    }
    50% {
        background-color: #fff;
    }
    75% {
        background-color: #44f5e385;
    }
    100% {
        background-color: #fff;
    }
}