/* ================================================================================================
// 	File Name: style.scss
// 	Description: Style for customization.
// 	----------------------------------------------------------------------------------------------
// 	Item Name: Chameleon Admin - Modern Bootstrap 4 WebApp & Dashboard HTML Template + UI Kit
// 	Version: 1.0
// 	Author: ThemeSelection
// 	Author URL: https://themeselection.com/
// ================================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.tabla_footer{
    display: flex;
    justify-content: center;
}

.tabla_opciones{
    text-align: left;
    padding: 5px;
}
.tabla_opciones > button{
    position:relative;
    float: right;
    margin: 0px 0px 0px 10px;
}

.tabla_selector{
    width: auto;
    display: inline-block;
    left: 5px;
}

.tabla_iqwana thead{
    background-color: #f5f5f5 !important;
    color: #343434!important;
}




.inpError {

     border: 1px solid #ff0a0a !important;

}

.cursor{
    cursor: pointer;
}

.cursor:hover{
    background-color: darkgray;
}

.main-menu.menu-light .navigation li a span{
    display: revert !important;
}

#mini_rack_base{
    padding: 15px;
}

#mini_rack_aside{
    position: absolute;
    top: 0;
    right: 0;
    max-width: 90%;
    background-color: #efefef;
    padding: 10px 10px 0px 10px;
    transition: 1s;
    transform: translate(100%, 0);
    height: 100%;
    overflow: auto;
    z-index: 2;
}

.aside_activo{
    transform: translate(0%, 0)!important;
}

.botones_bigcom{
    margin: -5px 0px;
}

.col-anclada{
    position: sticky;
    right: 0;
    background-color: #e3e3e3  !important;
    text-align: center;
}

.table td, .table th{
    border-bottom: 1px solid #e3ebf3;
    padding: 0.75rem 1rem;
}
.col-seleccionada{
    z-index: 1;
}
.group-dropdown{
    position: absolute; 
    transform: translate3d(0px, 41px, 0px); 
    top: 0px; 
    left: 0px; 
    will-change: transform;
}
.table-responsive{
    min-height: 50vh;
}

.form-oculto{
    visibility: hidden;
    position: absolute;
}