#listadomoney{
  border: 1px solid #fcfcfc;
  padding: 10px;
  /* background: #f3f3f3; */
  border-radius: 3px;
}
#listadomoney .fila {
    /* width:580px; */
    /* margin-bottom:5px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
#listadomoney .fila>div {
    /* width:140px; */
    /* height:200px; */
    /* border:1px solid #f3f3f3; */
    /* border-radius:5px; */
    /* margin-left:-40px; */
    background:white;
    /* display:inline-block; */
    /* padding:5px; */
    margin: 3px;
    cursor: pointer;
    
}
#listadomoney .fila>div:hover {
  /* background:rgb(245, 245, 245); */
  /* margin-right: 15px; */
  transition: 0.3s;
}
#listadomoney .fila>div>span {
    font-size:12px;
}
#listadomoney .fila>div:first-child {
    margin-left:0px;
}

#listadomoney .fila-eight {
  /* width:580px; */
  margin-bottom:5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#listadomoney .fila-eight>div {
  /* width:140px;
  height:200px; */
  /* border:1px solid #f3f3f3; */
  /* border-radius:5px; */
  /* margin-left:-140px; */
  background:white;
  /* display:inline-block; */
  /* padding:5px; */
  margin: 3px;
  cursor: pointer;
}
#listadomoney .fila-eight>div:hover {
/* margin-left:-150px; */
/* background:rgb(245, 245, 245); */
margin-right: 2px;
margin-left: 2px;
transition: 0.3s;
}
#listadomoney .fila-eight>div>span {
  font-size:12px;
}
#listadomoney .fila-eight>div:first-child {
  margin-left:0px;
}

/* Complementary */
.card{
  width: 140px;
  height: 170px;
  position: initial;
}
/* .card:hover{
  animation: jello 5s;
} */
.effectremove{
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    width:40px !important;
    opacity: 0;
}
.remove{
    /* -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out; */
    /* width:1% !important; */
    /* transition-delay: 5s; */
    /* animation: remanimate 5s; */
    display: none !important;
 

}
.loading{
  background: rgb(239, 255, 9);
}
.btn-save{
  background: #0073aa;
  border: 1px solid #0073aa;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  max-width: 200px;
  text-align: center;
  margin: 2px;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
}
.content-formulario{
  text-align: center;
  
}
.table-play td, th {
  border:none;
}
.horizontal {
  /* width:580px; */
  margin:5px;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.input-nombre{
  height: 32px;
  padding: 2px !important;
}
.widthselinp{
  width: 200px;
}
.label-formulario{
  width: 140px;
  text-align: right;
  padding-right: 3px;
}
.hidden{
  display: none;
}
/* .color{
    animation: color-me-in 5s;
}


@keyframes color-me-in {
    0% {
      background: orange;
      width: 50px;
    }
    50% {
      background: rgb(29, 163, 197);
      width:14% !important;
    }
    100% {
      background: rgb(209, 187, 187);
      display: none !important;
    }
  } */

  /* @keyframes remanimate {
    0% {
      background: rgb(226, 226, 226);
    }
    50% {
      background: rgb(156, 156, 156);
    }
    100% {
      background: rgb(226, 226, 226);
    }
  } */

  @media only screen and (max-width: 600px) {
    .card{
      width: 56px;
      height: 130px;
    }
  }