/* LC-CLOUD */

.espaciado20{
    padding:20px !important;
}
.cursor-lc{
    cursor: pointer;
}
.ck-editor__editable {
    min-height: 200px;
}
.icono-lineal{
    font-size: 25px;
}
.nav-link i {
    margin-right: 6px;
    font-size: 20px;
    vertical-align: middle;
} 
.icono-pdf{
    font-size: 80px;
    color: red;
}
.negro{
    color: black !important;
}
.fuente20{
    font-size: 20px;
}
.fuente30{
    font-size: 30px;
}
.fuente40{
    font-size: 40px;
}
.sin-resultados{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 60px;
}
.sin-resultados img{
   height: 140px;
}
.ancho100{
    width: 100%;
}
.imagen100{
    width: 100px;
}
.imagenes-edicion{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.imagenes-edicion img{
    max-height: 260px;
}
.miniatura-articulista{
    max-height: 120px;
    width: auto;
    margin: 3px;
}
.card-primary.lc-cloud-decorador {
    border-top: 3px solid #8BCC06 !important;
}
.card-primary.lc-cloud-decorador-socio {
    border-top: 3px solid #8BCC06 !important;
}
.btn-lc-cloud {
    color: #fff !important;
    background-color: #8BCC06 !important;
    border-color: #8BCC06 !important;
    box-shadow: none !important;
    font-weight: 600 !important;
}
.btn-lc-cloud-usuario {
    color: #fff !important;
    background-color: #8BCC06 !important;
    border-color: #8BCC06 !important;
    box-shadow: none !important;
    font-weight: 600 !important;
}
.licencia{
    font-size: 14px !important;
    font-weight: 600 !important;
}
.licencia a{
    color: #8BCC06 !important;
}
.licenciab{
    font-size: 14px !important;
    font-weight: 600 !important;
}
.licenciab a{
    color: #8BCC06 !important;
}
.login-page, .register-page {
    height: 100%;
    width: 100% ;
}

.img-admin{
    background: url(../img/fondo-cloud.jpg) no-repeat fixed center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.img-socio{
    background: url(../img/fondo-socio.jpg) no-repeat fixed center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.logo-login{
    width: 100%; max-height:180px;
}
.imagen60{
    width: 60px;
}
.imagen45{
    width: 45px;
}
.link-olvidaste{
    font-size: 14px !important;
    color: #444 !important;
}
.link-olvidaste:hover{
    font-weight: 600 !important;
}
.btn-reserva{
    position: relative;
    top: 0;
    transition: top ease 0.5s;
    background-color: #8BCC06;
    padding: 20px;
    height: 130px;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/motivo-tenis.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.btn-reserva:hover{
    top: 10px;
    background-color: #444;
}
.link-reserva{
    color: white;
    font-size: 1.4em;
    font-weight: 600;
    text-transform: uppercase;
    
}
.link-reserva:hover{
    color: white !important; 
}
.alineacion-disponibles{
    text-align: right !important;
}

@media only screen and (max-width: 900px) {
    .btn-reserva {
      height: auto !important;
      padding: 5px !important;
    }
    .alineacion-disponibles{
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #7F7F7F;
        text-align: center !important;
    }
  }