﻿.modal-dialog .pagination {
    --bs-pagination-font-size: 1.3rem;
}

.nav-link {
    --bs-nav-link-color: black;
}

.nav-link.active {
    font-weight: bold;
}

pull-right {
    float: right !important;
}

.form-control, .btn {
    border-radius: 0px;
}

.form-group {
    margin-bottom: 15px;
}

.bi-button {
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
}

.bi-button-18 {
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
}


.bi-button-22 {
    font-size: 22px;
    line-height: 22px;
    cursor: pointer;
}


.dropdown-toggle::after {
    vertical-align: .1em;
}

.dt-buttons .dropdown-toggle::after {
    display: none;
}

.btn-toolbar .btn:focus,
.btn-toolbar .btn:hover,
.btn-toolbar .btn:active,
.dropdown-toggle.show,
.dropdown-toggle:active,
.dropdown-toggle:focus,
.dropdown-menu li.selected a,
.dropdown-menu li a:hover,
.dropdown-toggle.show {
    border-color: transparent !important;
    background: #CFD8E9;
}

.modal {
    --bs-modal-width: 600px;
    pointer-events: none;
}

.modal.wide {
    --bs-modal-width: 840px;
}

.modal.extra-wide {
    --bs-modal-width: 1020px;
}

.modal-content {
    --bs-modal-border-radius: 0;
}

.modal-header {
    --bs-modal-inner-border-radius: 0;
}

.modal-content {
    --bs-modal-bg: #e0e0e0;
}

.form-select,
.form-select-lg,
.form-select-sm {
    --bs-border-radius: 0px;
}

.modal-dialog h4 {
    font-weight: bold;
    font-size: 13.4px;
    margin: 0 0 5px 0;
} 
