.stacktable {
    width: 100%
}

.edoobox-plugin .widget {
    float: left !important;
}

body[data-bs="5.3"] {
    .show {
        opacity: 1;
    }
}

.ed-filter {
    padding: 5px 5px 3px 10px;
}

.popover.ed-filter-popover {
    width: 350px !important;
    max-width: 350px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.edoobox-plugin .ed-filter-card {
    min-height: 52px;
    padding: 8px 10px;
    cursor: pointer;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.edoobox-plugin .ed-filter-card:hover {
    box-shadow: 0 .35rem 1rem rgba(0, 0, 0, .08);
}

.edoobox-plugin .ed-filter-icon {
    width: 32px;
    height: 32px;
}

.edoobox-plugin .ed-filter-copy {
    min-width: 0;
}

.edoobox-plugin .ed-filter-copy .filter-truncate {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.edoobox-plugin .ed-filter-value {
    color: var(--bs-body-color);
}

.edoobox-plugin .ed-filter-tags-preview .badge {
    font-weight: 400;
}

body[data-bs="5.3"] .ed-filter-popover-portal .popover.ed-filter-popover {
    width: 600px !important;
    max-width: calc(100vw - 2rem) !important;
    position: fixed !important;
    z-index: 10000 !important;
    pointer-events: auto;
}

body[data-bs="5.3"] .ed-filter-popover-portal {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: visible;
    z-index: 10000;
    pointer-events: none;
}

body[data-bs="5.3"] .ed-filter-popover-portal .ed-filter-popover-close {
    flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
    margin: 0;
    padding: .25rem;
    box-sizing: content-box !important;
    background-color: transparent !important;
    background-image: var(--bs-btn-close-bg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 1rem auto !important;
    border: 0 !important;
    filter: invert(1) grayscale(100%) brightness(200%) !important;
    opacity: .85;
}

body[data-bs="5.3"] .ed-filter-popover-portal .ed-filter-popover-close:hover,
body[data-bs="5.3"] .ed-filter-popover-portal .ed-filter-popover-close:focus {
    opacity: 1;
}

body[data-bs="5.3"] .ed-filter-popover-portal .form-check-input {
    width: 1em !important;
    height: 1em !important;
    position: absolute !important;
    top: 50% !important;
    left: .55rem !important;
    display: block !important;
    float: none !important;
    margin: 0 !important;
    border: 1px solid #6c757d !important;
    border-radius: .25em !important;
    background-color: #fff !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    opacity: 1 !important;
    transform: translateY(-50%) !important;
    visibility: visible !important;
    z-index: 1 !important;
}

body[data-bs="5.3"] .ed-filter-popover-portal .form-check-input[type="radio"] {
    border-radius: 50% !important;
}

body[data-bs="5.3"] .ed-filter-popover-portal .form-check-input:checked,
body[data-bs="5.3"] .ed-filter-popover-portal .form-check-input:indeterminate {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

body[data-bs="5.3"] .ed-filter-popover-portal .form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
}

body[data-bs="5.3"] .ed-filter-popover-portal .form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e") !important;
}

body[data-bs="5.3"] .ed-filter-popover-portal .form-check-input:focus {
    border-color: #86b7fe !important;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
}

body[data-bs="5.3"] .ed-filter-popover-portal .form-check {
    position: relative !important;
    min-height: 2rem;
    margin-bottom: .35rem !important;
    padding: .35rem .5rem .35rem 2rem !important;
    border: 1px solid transparent !important;
    border-radius: .375rem !important;
    transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

body[data-bs="5.3"] .ed-filter-popover-portal .form-check-label {
    display: block !important;
    width: 100%;
    color: inherit !important;
    cursor: pointer;
}

body[data-bs="5.3"] .ed-filter-popover-portal .form-check:hover {
    background-color: #f8f9fa !important;
}

body[data-bs="5.3"] .ed-filter-popover-portal .form-check.ed-filter-option-selected,
body[data-bs="5.3"] .ed-filter-popover-portal .form-check:has(.form-check-input:checked) {
    color: #084298 !important;
    background-color: #e7f1ff !important;
    border-color: #0d6efd !important;
    box-shadow: inset 3px 0 0 #0d6efd !important;
    font-weight: 600;
}

body[data-bs="5.3"] .ed-filter-popover-portal .form-check.ed-filter-option-selected:hover,
body[data-bs="5.3"] .ed-filter-popover-portal .form-check:has(.form-check-input:checked):hover {
    background-color: #dbeafe !important;
}

.st-head-row {
    padding-top: 1em
}

.st-head-row.st-head-row-main {
    font-size: 1.5em;
    padding-top: 0
}

.st-key {
    padding-right: 1%;
    padding-left: 2%
}

.st-val {
    padding-left: 1%
}

.stacktable.large-only {
    display: table
}

.stacktable.small-only {
    display: none
}

@media (max-width: 800px) {
    .stacktable.large-only {
        display: none
    }

    .stacktable.small-only {
        display: table
    }
}

.ed-cal-btns-grp {
    text-align: right
}

.popover-content h3 {
    margin-top: 0
}

.popover-content .close {
    position: absolute;
    top: 10px;
    right: 10px
}

.edoobox-plugin .ed-cal-popover{
    /*padding: 15px 0 15px 0;*/
    z-index: 1031;
}

.ed-login {
    display: none
}

body[data-bs="5.3"] .ed-login { display: block!important; }
body[data-bs="5.3"] .edlangs-dropdown { display: block!important; }

.edlangs-dropdown {
    display: none !important
}
