.main-header .sidebar-toggle::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f0c9";
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    display: inline-block;
}
.content-header > .breadcrumb {
    position: initial;
}
[data-bs-text] {
    height:auto !important;
    min-height:34px;
    overflow: auto;
}
[data-bs-textarea] {
    height:auto;
    min-height:34px;
}
[data-bs-textarea] textarea {
    height: auto;
    overflow: auto;
    width: 100% !important;
}
[data-bs-sortable] > div.row {
    padding: 5px;
    border-bottom: 1px solid #ccc;
}
div[data-bs-bulk-action] {
    position:fixed;
    z-index: 1000;
    bottom:0;
    right:0;
    left:0;
}

/* Alerts */
#alertsMain {
    width: 100%;
    margin:0 auto;
    min-height: 22px;
    z-index: 9999;
}
.alert {
    margin:0;
    border-radius:0;
    padding-top: 0px;
    padding-bottom: 0px;
}
#alerts {
    min-height: 22px;
}
.select2-container .select2-selection--single {
    height: auto;
}
.form-group.has-error .select2-container .select2-selection--single {
    border:1px solid red;
}

div.mce-fullscreen {
    z-index: 1050;
}
.label {
    font-weight: normal;
}

.sidebar-menu {
    white-space: normal;
}

.btn-app .fab,
.btn-app .fas {
    font-size: 20px;
    display: block;
}


.form-group .help-block {
    display: none;
}
.form-group.has-error .help-block {
    display: block;
}

.form-control {
    height: auto;
}

.navbar-form {
    margin-top: 10px;
}
[data-bs-account-search-form] > div,
[data-bs-account-search-form] input,
[data-bs-account-search-form] span,
[data-bs-account-search-form] button {
    max-height: 28px;
}
[data-bs-account-search-form] input {
    border-width: 0;
    padding: 0 4px;
    line-height: 2.75rem;
    outline: none;
}
[data-bs-account-search-form] .input-group-btn button {
    background-color: #fff;
}
.search_hints {
    position:absolute;
    z-index:10;
    overflow-y:scroll;
    width:100%;
    background:white;
    min-height:100px;
    display:none;
    max-height:100vw;
    top: 54px;
    right: 0;
    left: 0;
}

.search_hints ul,
.search_hints li {
    list-style: disc;
    color: black;
}
.search_hints li {
    list-style-position: outside;
    padding: 3px 4px;
}
.search_hints li a {
    display: inline-block;
    width: 100%;
}
@media screen and (max-width: 768px) {   
    [data-bs-account-search-form] {
        display: block;
        position: absolute;
        top: 53px;
        left: 0;
        right: 0;
        background: white;
        box-shadow: 10px;
        width: 100%;
        margin: auto 0;
    }
    [data-bs-account-search-form] .input-group input {
        width: calc(100%-25px);
    }
    [data-bs-account-search-form] .input-group .input-group-btn {
        max-width: 50px;
    }
    .search_hints {
        top: 103px;
        background: #eee;
    }
}

/* .fast-filter {
    display: flex;
    flex-wrap: wrap;
} */
/* .fast-filter > div {
    align-self: flex-end;
    padding: 0 1px;
    width:200px;
} */
/* .fast-filter > div.xs-field {
    width: 75px;
}
.fast-filter > div.wide-field {
    width: 300px;
} */
/* .fast-filter label {
    font-size: 10px;
} */
/* .fast-filter input.form-control {
    min-height: 33px;
} */
/* .fast-filter select,
.fast-filter [data-select2] {
    height: 31px;
    min-height: 31px;
} */
.fast-filter .filter-range {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}
.fast-filter .filter-range label {
    align-self: flex-end;
    padding-right: 2px;
}
.fast-filter .form-control,
.fast-filter input {
    padding: 0.25rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
}
.fast-filter [data-sorting] {
    position: relative;
    padding-right: 26px;
}

.fast-filter [data-sorting]:after,
.fast-filter [data-sorting]:before {
    position: absolute;
    display: block;
    opacity: .125;
    right: 10px;
    line-height: 9px;
    font-size: .8em;
}
.fast-filter [data-sorting]:after {
    top: 50%;
    content: "▼";
    opacity: .1;
}
.fast-filter [data-sorting]:before {
    bottom: 50%;
    content: "▲";
    opacity: .1;
}
.fast-filter td.sorting-desc:after {
    opacity: .6;
}
.fast-filter td.sorting-asc:before {
    opacity: .6;
}

[data-pagination] a {
    cursor: pointer;
}

[data-pagination] .dropdown.open .dropdown-menu {
    display: flex;
    flex-direction: row;
    max-width: 320px;
    flex-wrap: wrap;
}
[data-pagination] .dropdown.open .dropdown-menu li {
    width: 40px;
    text-align: center;
}
@media print {
    footer {
        display: none;
    }
}