body {
    --bs-body-font-family: Nunito,sans-serif;
    --bs-body-font-size: 0.9rem;
/*    --bs-body-bg: #f8fafc */
}

.navbar-nav .nav-link {
    color: hsla(0,0%,100%,.75);
}
.navbar-nav .nav-link:hover {
    color: hsla(0,0%,100%,.95);
}

.show-only-label {
    opacity:  50%;
    padding-right: 0;
    padding-top: 2px;
    font-size: 0.8rem;
}

.tab-content{
    border-top: 0;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;
    padding: 1rem;
}

.search_control{
    padding-left: 20px;
    background-image: url(../img/lupa.png);
    background-repeat: no-repeat;
    background-position: 2px;
}

.headerSortDown,
.headerSortUp {
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}
.headerSortDown:after,
.headerSortUp:after {
    content: ' ';
    position: relative;
    left: 6px;
    border: 8px solid transparent;
}
.headerSortDown:after {
    top: 15px;
    border-top-color: black;
}
.headerSortUp:after {
    bottom: 15px;
    border-bottom-color: black;
}

.bkg_red{
    background-color: red !important;
}


/*
.search_control{
    display: inline;
    vertical-align: middle;
    max-width: 220px;
    height: 34px;
    padding: 3px 6px 3px 20px;
    background-image: url(../img/lupa.png);
    background-repeat: no-repeat;
    background-position: 2px;
    border-color: #aaa;
}
*/

/*
.form-control {
    background-color:  #FFFFFF!important;
}
*/
/*
.card-header-small{
    padding: .35rem 1.25rem;
}
 */
/*
.card-margin-top {
    margin-top: 20px;
}
*/
/*
.card-body-small-pad {
    padding: .55rem;
}*/

/* reduce floating forms heights */
.form-floating {
    zoom: 75%;
}

/*remove ugly focus from select2 control*/
/*
span.select2-selection.select2-selection--single {
    outline: none;
}
 */

