a {
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    text-decoration: none;
}

button.close {
    background: none;
    border: none;
    color: #000000;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 -0.5rem 0 0.5rem;
    text-shadow: 0 1px 0 #fff;
}

.btn-group > :not(.btn-check:first-child) + .btn, .btn-group > .btn-group:not(:first-child) {
    margin-left: 1rem;
}

.form-control {
    height: calc(1.5em + 0.75rem + 2px);
}

.hxs-grid-view-3>.card>.kv-panel-before {
    border-bottom: none;
}

.hxs-grid-view-3>.card>.card-footer {
    border-top: none;
    padding: 0.75rem 1.25rem;
}

.input-group-prepend {
    height: 2.2rem;
}

.input-group-prepend input[type="checkbox"] {
    appearance: auto;
/*    border: 1px solid #4f4f4f;
    border-radius: 3px;
    height: 13px;
    width: 13px;*/
}

.navbar {
    padding: 0.5rem 1rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.select2-container--krajee-bs5 .select2-selection--single {
    padding: 0.375rem 2rem 0.375rem 0.5rem;
}

.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__rendered {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice {
    display: inline-block !important;
    float: left !important;
    margin: 0.35rem 0 0 0.35rem;
    padding: 0.15rem 0.25rem;
}

.select2-container--krajee-bs5 .select2-selection--multiple .select2-search--inline {
    display: inline-block !important;
    float: left !important;
}

.select2-container--krajee-bs5 .select2-selection--multiple .select2-search--inline .select2-search__field {
    min-width: unset !important;
    /*width: calc(100% - 1rem) !important;*/
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #000000;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        display: inline-block;
    }
}

@media (min-width: 576px) {
    .col-sm-6 {
        max-width: 100%;
    }
}
