/*!
    
 =========================================================
 * 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;
}

/* =========================================
   LAYOUT GENERAL
========================================= */

.row.mt-3{
    --bs-gutter-x: 10px !important;
}

/* =========================================
   WRAPPER GENERAL
========================================= */

.main-wrapper{

    margin-top:20px !important;
}

/* =========================================
   COLUMNAS
========================================= */

.col-xl-3,
.col-xl-6{

    position:relative;
}

/* =========================================
   CONTENIDO CENTRAL
========================================= */

.main-center-box{

    background: rgba(20,20,20,0.22);

    border: 1px solid rgba(255,255,255,0.08);

    border-radius: 22px;

    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

    box-shadow:
        0 0 25px rgba(0,0,0,0.35),
        inset 0 0 1px rgba(255,255,255,0.10);

    padding:14px;
}

/* =========================================
   SOCIAL CARD
========================================= */

.social-card{

    background: rgba(0,0,0,0.20) !important;

    border: 1px solid rgba(255,255,255,0.05);

    border-radius:18px;

    overflow:hidden;
}

/* =========================================
   SIDEBAR LEFT
========================================= */

.sidebar-left-box{

    width:100%;
}

/* LOGIN */

.login-panel{

    background: rgba(20,20,20,0.22);

    border: 1px solid rgba(255,255,255,0.08);

    border-radius: 22px;

    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

    padding:14px;

    margin-bottom:14px;

    box-shadow:
        0 0 25px rgba(0,0,0,0.35),
        inset 0 0 1px rgba(255,255,255,0.10);
}

/* TITULO */

.sidebar-title-login{

    text-align:center;

    color:#fff;

    font-weight:700;

    margin-bottom:14px;
}

/* SEPARADOR */

.sidebar-separator{

    height:1px;

    background: rgba(255,255,255,0.08);

    margin-bottom:16px;
}

/* BOTON LOGIN */

.btn-login-custom{

    width:100%;

    height:42px;

    border-radius:10px;

    background: rgba(120,239,245,0.20);

    border:2px solid #bbf9f9;

    color:#fff;

    font-weight:700;

    transition:.25s;
}

.btn-login-custom:hover{

    background: rgba(120,239,245,0.35);
}

/* FORGOT */

.forgot-link{

    display:block;

    text-align:center;

    margin-top:12px;

    color:#bdbdbd;

    font-size:12px;

    text-decoration:none;
}

/* =========================================
   BANNERS SEPARADOS
========================================= */

.sidebar-banner-box{

    background: rgba(20,20,20,0.22);

    border: 1px solid rgba(255,255,255,0.08);

    border-radius: 22px;

    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

    padding:6px;

    margin-bottom:14px;

    overflow:hidden;

    box-shadow:
        0 0 25px rgba(0,0,0,0.35),
        inset 0 0 1px rgba(255,255,255,0.10);
}

.sidebar-banner-box img{

    width:100%;

    border-radius:14px;

    transition:.25s;
}

.sidebar-banner-box img:hover{

    transform:scale(1.02);
}

/* =========================================
   SIDEBAR RIGHT
========================================= */

.sidebar-right .new-sidebar-panel,
.sidebar-right .castle-siege-wrapper{

    background: rgba(20,20,20,0.22);

    border: 1px solid rgba(255,255,255,0.08);

    border-radius: 22px;

    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

    overflow:hidden;

    margin-bottom:14px;

    box-shadow:
        0 0 25px rgba(0,0,0,0.35),
        inset 0 0 1px rgba(255,255,255,0.10);
}

/* =========================================
   TABLAS
========================================= */

.table{

    margin-bottom:0 !important;
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:991px){

    .col-xl-3,
    .col-xl-6{

        width:100%;
    }

}

/* =========================================================
   BOTON LOGIN CENTRADO
========================================================= */

.btn-login-custom{

    display:flex !important;

    align-items:center;

    justify-content:center;

    text-align:center;

    line-height:normal !important;
}

/* =========================================================
   FORGOT PASSWORD ESTILO ROJO
========================================================= */

.forgot-link{

    display:flex !important;

    align-items:center;

    justify-content:center;

    width:100%;

    height:42px;

    margin-top:12px;

    border-radius:10px;

    border:1px solid rgba(255,0,0,0.45);

    background: rgba(80,0,0,0.18);

    color:#cfcfcf !important;

    font-size:13px;

    transition:.25s;

    text-decoration:none !important;
}

.forgot-link:hover{

    background: rgba(120,0,0,0.35);

    border-color: rgba(255,0,0,0.70);

    color:#fff !important;

    box-shadow: 0 0 12px rgba(255,0,0,0.35);
}

/* =========================================================
   BOTONES VER MAS ROJOS
========================================================= */

.sidebar-right .btn-primary{

    background: linear-gradient(
        to bottom,
        #b31212,
        #7a0000
    ) !important;

    border:1px solid #d32626 !important;

    color:#fff !important;

    border-radius:10px;

    min-width:90px;

    font-weight:700;

    transition:.25s;
}

.sidebar-right .btn-primary:hover{

    background: linear-gradient(
        to bottom,
        #d61f1f,
        #920000
    ) !important;

    box-shadow:0 0 10px rgba(255,0,0,0.35);
}

/* =========================================
   CENTRO MAS GRANDE
========================================= */

.main-center-box{

    min-height: 520px;
}

/* =========================================
   SIDEBARS COMPACTAS
========================================= */

.login-panel,
.sidebar-banner-box,
.sidebar-right .new-sidebar-panel,
.sidebar-right .castle-siege-wrapper{

    max-width: 100%;
}

/* =========================================
   SOCIAL MEDIA
========================================= */

.social-card .row{

    justify-content:center;
}

/* =========================================
   TOPS
========================================= */

.sidebar-right .table td{

    font-size:12px;
}

/* =========================================
   LAYOUT 2.5 / 7 / 2.5
========================================= */

@media(min-width:1200px){

    .left-custom{

        width:20.833333% !important;
    }

    .center-custom{

        width:58.333333% !important;
    }

    .right-custom{

        width:20.833333% !important;
    }

}

/* =========================================================
   RESPONSIVE GLOBAL
========================================================= */

/* TABLETS */

@media(max-width:1199px){

    .left-custom,
    .center-custom,
    .right-custom{

        width:100% !important;
    }

    .main-wrapper{

        padding:14px;
    }

    .main-center-box{

        margin-top:14px;
        margin-bottom:14px;
    }

    .sidebar-right{

        margin-top:14px;
    }

}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width:991px){

    body{

        background-size:cover !important;
        background-position:center top !important;
    }

    /* ROW */

    .row.mt-3{

        --bs-gutter-x: 0px !important;
    }

    /* COLUMNAS */

    .left-custom,
    .center-custom,
    .right-custom{

        width:100% !important;

        padding-left:0 !important;
        padding-right:0 !important;
    }

    /* WRAPPER */

    .main-wrapper{

        padding:10px;

        border-radius:18px;
    }

    /* CAJAS */

    .main-center-box,
    .login-panel,
    .sidebar-banner-box,
    .sidebar-right .new-sidebar-panel,
    .sidebar-right .castle-siege-wrapper{

        border-radius:16px;

        margin-bottom:12px;
    }

    /* LOGO */

    .logo,
    .navbar-brand img{

        max-width:220px !important;

        height:auto !important;
    }

    /* MENU */

    .navbar-nav{

        text-align:center;
    }

    .navbar-nav .nav-item{

        margin-bottom:8px;
    }

    /* SOCIAL */

    .social-card .row{

        gap:10px;
    }

    .social-card img{

        width:100%;
    }

    /* TABLAS */

    .table{

        font-size:12px;
    }

    /* BOTONES */

    .btn-login-custom,
    .forgot-link{

        height:44px;
    }

}

/* =========================================================
   CELULARES PEQUEÑOS
========================================================= */

@media(max-width:576px){

    .main-wrapper{

        padding:6px;
    }

    .main-center-box{

        padding:10px;
    }

    .sidebar-title-login,
    .sidebar-title{

        font-size:14px;
    }

    .table{

        font-size:11px;
    }

    .btn-primary{

        min-width:70px;
        font-size:12px;
    }

    .social-card .card-header{

        font-size:13px;
    }

}