/**
 * 	Extranet
 */
#menu-lateral a {
    width: 100%;
    display: block;
    padding: 15px;
    border-right: 5px solid #C5C5C5;
    margin-bottom: 2px;
    transition: all 0.3s ease-in-out;
}

#menu-lateral a:hover, #menu-lateral a.activo {
    border-right: 5px solid #f17207;
    background: #f29045;
    color: #FFF;
    font-weight: bold;
}

#perfil-header {
    height: 190px;
    position: relative;
    margin-bottom: 0;
}

#perfil-header .foto-perfil {
    position: absolute;
    top: 32px;
    left: 30px;
}

#perfil-header button {
    position: absolute;
    right: 30px;
    bottom: 15px;
}

#menu-extranet {
    display: none;
    min-height: 1px;
    margin-bottom: 39px;
    background-color: rgba(0, 0, 0, 0.1);
}

#extranet .table.table-striped thead {
    border-top: 1px solid #ddd;
}

#extranet .table.table-striped td {
    vertical-align: middle;
}

#comentar {
    height: 50px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 4px 0;
    font-size: 12px;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: -15px;
    color: #D37224;
    background-color: white;
    border: 3px solid #D37224;
}

.post-comunidad {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #C5C5C5;
    overflow: hidden;
}

.texto-post {
    overflow: hidden;
    font-size: 16px;
    margin: 5px 0;
    max-height: 68px;
}

.ultimos-artistas {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 5px solid #C5C5C5;
    background-color: white;
    padding: 15px 15px 30px 15px;
    position: relative;
}

.ultimos-artistas img {
    max-width: 150px;
}

.perfil-listado {
    height: 135px;
    position: relative;
    border-bottom: 1px solid #C5C5C5;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 10px;
}

.borde-vertical {
    margin-bottom: 20px;
    border-top: 2px solid #c5c5c5;
    border-bottom: 2px solid #c5c5c5;
}

.marcar-follow {
    bottom: 5px;
    position: absolute;
    right: 5px;
    cursor: pointer;
}

.usuario .marcar-follow {
    position: relative;
}

.navbar-header .marcar-follow {
    position: relative;
    margin-top: 7px;
    bottom: unset;
    right: unset;
}

.pos-ranking {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding-top: 11px;
    border: #f17207 2px solid;
    position: absolute;
    bottom: -15px;
    left: 0;
    font-size: 14px;
}

.marcar-post-favorito {
    cursor: pointer;
}

#extranet .boton-menu {
    display: inline-block;
    width: 185px;
    margin: 15px;
    border: 1px solid;
    border-radius: 20px;
    padding: 15px;
}

#extranet .boton-menu .imagen {
    margin-bottom: 15px;
}

#extranet .boton-menu .texto {
    font-size: 18px;
}

#extranet .boton-menu .texto strong {
    display: inline-block;
}

#extranet .boton-menu .texto strong::first-letter {
    color: #f17207 !important;
}

