﻿/*JqGrid*/
.ui-pg-selbox.form-select {
    height: 20px;
}

.ui-jqgrid .ui-jqgrid-htable th {
    height: auto;
    overflow: hidden;
    padding-right: 4px;
    padding-top: 2px;
    position: relative;
    vertical-align: middle;
    white-space: normal !important;
}

.ui-dialog {
    z-index: 1000000000 !important;
}

td[role=gridcell] {
    vertical-align: middle;
    z-index: 10000;
    text-overflow: ellipsis;
    white-space: nowrap !important;
}

.ui-jqgrid .ui-jqgrid-toppager, .ui-jqgrid .ui-jqgrid-pager, .ui-jqgrid .ui-jqgrid-hdiv, .ui-jqgrid .ui-jqgrid-titlebar {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

    .ui-jqgrid .ui-jqgrid-toppager td, .ui-jqgrid .ui-jqgrid-pager td, .ui-jqgrid .ui-jqgrid-hdiv th, .ui-jqgrid .ui-jqgrid-hdiv .table-active, .ui-jqgrid .ui-jqgrid-caption {
        color: white !important;
    }

.ui-jqgrid-btable tbody tr.table-success > td {
    background-color: #7dc6fc !important;
}

.ui-jqgrid-btable tbody tr.table-success.table-active > td {
    background-color: rgba(0, 0, 0, 0.075) !important;
}

.ui-jqgrid-pager .ui-pg-table .ui-pg-button:hover, .ui-jqgrid .ui-jqgrid-toppager, .ui-pg-table .ui-pg-button:hover {
    background-color: rgba(255, 255, 255, 0.4) !important;
}


/* .dropdown-toggle:hover, .nav-link:hover {
color: rgba(255,255,255,.75 ) !important;
    background-color: rgba(255,255,255,.15 ) !important;
}*/
/*colores del menu*/
/*nav*/
.nav-link {
    color: white !important;
}

.dropdown-menu-dark {
    --bs-dropdown-border-color: white !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 1px;
}
/*select*/
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    border-color: var(--bs-btn-active-border-color) !important;
}
/*tablas*/


.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #7dc6fc;
    --bs-table-border-color: #bcd0c7;
    --bs-table-striped-bg: #7dc6fc;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #7dc6fc;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
