/*!
    
 =========================================================
 * WebEngine CMS
 * https://webenginecms.org/
 =========================================================
 
 * Author Lautaro Angelico (https://lautaroangelico.com/)
 * Copyright (c) 2013-2020 Lautaro Angelico, All Rights Reserved
 
 * Licensed under the MIT license
 * http://opensource.org/licenses/MIT
 
 =========================================================
 
*/
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: none !important;
}

a:focus,
a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.form-control {
    background: #fafafa;
    border: 1px solid #e3e3e3;
    color: #666;
}

.form-control:focus {
    border: 1px solid #ccc;
}

/* http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.thumbnail {
    background-color: #f1f1f1;
    border: 1px solid #e3e3e3;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #ff0000;
}

.btn-primary {
    color: #b100f6;
    background-color: transparent;
    border-color: #b100f6;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff !important;
    background-color: #6f9cdd !important;
    border-color: #6f9cdd !important;
}

@media (max-width: 768px) {

    table td,
    table th,
    .table td,
    .table th,
    .rankings-table td,
    .myaccount-table tr td {
        font-size: 70% !important;
    }
}

/* Force Master Guide Banner Style */
.kng-guide {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    min-height: 90px !important;
    margin: 5px 0 !important;
    /* Espaciado reducido nuevamente a la mitad (5px) */
    border: 1px solid rgba(111, 165, 255, 0.6) !important;
    box-shadow: 0 0 15px rgba(111, 165, 255, 0.4) !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    text-decoration: none !important;
    position: relative !important;
    z-index: 5 !important;
}

.kng-guide:hover {
    box-shadow: 0 0 25px rgba(111, 165, 255, 0.6) !important;
    border-color: rgba(111, 165, 255, 0.9) !important;
}

.kng-guide .kng-banner-icon {
    background: url('../img/icons/guide_icon_stacked_books.png') no-repeat center !important;
    background-size: 100% !important;
    border-right: 1px solid rgba(111, 165, 255, 0.3) !important;
    flex: 0 0 50% !important;
    height: 90px !important;
    width: 50% !important;
}

.kng-guide .kng-banner-text {
    flex: 0 0 50% !important;
    width: 50% !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
}

.kng-guide .kng-title {
    color: #fff !important;
    text-shadow: 0 0 10px rgba(111, 165, 255, 0.5) !important;
}

.kng-guide .kng-sub {
    color: #6fa5ff !important;
}

/* Mejora de Índice en Módulo Guía */
.guide-card-user h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-transform: none !important;
    color: #fff !important;
    font-size: 19px !important;
}

.guide-card-user ul li {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #aacff2 !important;
    list-style-type: none !important;
    position: relative;
    padding-left: 5px;
}

.guide-card-user ul li:before {
    content: "•";
    color: #6fa5ff;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/* Estilo Premium para el Banner de Descargas (Tomo RAR) */
.kng-download-premium {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    min-height: 90px !important;
    margin: 5px 0 !important;
    /* Espaciado reducido nuevamente a la mitad (5px) */
    border: 1px solid rgba(0, 255, 204, 0.6) !important;
    box-shadow: 0 0 15px rgba(0, 255, 204, 0.4) !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    background: rgba(10, 25, 45, 0.95);
    overflow: hidden !important;
    cursor: pointer !important;
    text-decoration: none !important;
    position: relative !important;
    z-index: 5 !important;
}

.kng-download-premium:hover {
    box-shadow: 0 0 25px rgba(0, 255, 204, 0.6) !important;
    border-color: rgba(0, 255, 204, 0.9) !important;
}

.kng-download-premium .kng-banner-icon {
    background: #0d1a2b url('../img/icons/download_rar_tome.png') no-repeat center 30% !important;
    /* Desplazado hacia arriba para ocultar la base */
    background-size: 140% !important;
    /* Aumentado para que al desbordar oculte la parte inferior */
    border-right: 1px solid rgba(0, 255, 204, 0.3) !important;
    flex: 0 0 50% !important;
    height: 90px !important;
    width: 50% !important;
}

.kng-download-premium .kng-banner-text {
    flex: 0 0 50% !important;
    width: 50% !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
    display: flex;
    flex-direction: column;
}

.kng-download-premium .kng-title {
    color: #00ffcc !important;
    text-shadow: 0 0 10px rgba(0, 255, 204, 0.5) !important;
    font-family: 'Cinzel', serif;
    font-size: 14.4px !important;
    /* Reducido un 20% de 18px */
    font-weight: 700;
    text-transform: uppercase;
}

.kng-download-premium .kng-sub {
    color: #7a96b0 !important;
    font-size: 11px;
}