.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;
}

.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
}
