﻿
/* CORRECCION DE TAMAÑO DE FUENTE PARA LOS SWEETALERT */
.swal2-actions button.swal2-styled {
    font-size: 1em !important;
}

.swal2-title {
    font-size: 1.5em !important;
}

.swal2-html-container {
    font-size: 1.2em !important;
}

/* TAMAÑO DEL LOGO EN DASHBOARD */
.desktop-logo {
    height: 3.5rem !important;
}
.toggle-logo {
    height: 2.5rem !important;
}

/* AJUSTE DE TAMAÑO DE FUENTES */
.fs-12{
    font-size:12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}
.fs-19 {
    font-size: 19px;
}
.fs-20 {
    font-size: 20px;
}

.manita{
    cursor: pointer;
}

.dt-orderable-none, .dt-orderable-asc{
    font-weight:bold !important;
}


/* DISEÑO CUANDO PASAS EL MOUSE SOBRE UN ROW DE UN DATATBALE **/
.tableTR:hover > td {
    color: #0d6efd !important;
}

/* ESCONDER ICONO POR DEFAULT DEL ACORDEON */
.accordion-button:after{
    content: none !important;
}


/* AJUSTES DEL PLUSGIN SELECT2 PARA TAMAÑO DEL SELECT **/
.select2-container--open {
    z-index: 99999 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {    
    line-height: 35px !important;
}

.select2-container .select2-selection--single {
    height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
}


.extraSelectDataTable {
    float: left;
    margin-top: 0.5rem;
    height: 30.39px;
    line-height: 1.3;
}