html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.nav-item .active {
    /*    background-color: green;*/
    font-weight: 600;
}

/* ÉèÖÃJqGridÐÐÑÕÉ« */
.ui-widget-content .row-info {
    background-color: #c5e4fb;
    font-weight: bold;
    background-image: none;
}

.ui-widget-content .row-approving {
    background-color: #f7f5d3;
    font-weight: bold;
    background-image: none;
}

.ui-widget-content .row-warning {
    background-color: #f8c6c6;
    font-weight: bold;
    background-image: none;
}

.ui-widget-content .row-green {
    background-color: #b3f7da;
    font-weight: bold;
    background-image: none;
}

.ui-widget-content .row-danger {
    background-color: #f8aeae;
    font-weight: bold;
    background-image: none;
}

.ui-widget-content .row-grey {
    color: #bec0c4;
    font-weight: bold;
    background-image: none;
}
