/*
 * @copyright Copyright (c) rexx systems GmbH
 *
 * @link https://www.rexx-systems.com
 *
 * This software is protected by copyright.
 *
 * It is not permitted to copy, present, send, lease and / or lend the website
 * or individual parts thereof without the consent of the copyright holder.
 *
 * Contravention of this law will result in proceedings under criminal
 * or civil law.
 *
 * All rights reserved.
 */

/**
 * SAME CODE IN HR/ER
 * adjustments only in all instances!
 */

.rexx-nav * {
    outline: none;
}

.rexx-nav {
    /*margin-bottom: 0;
    padding-left: 0;*/
    margin: 0;
    list-style: none;
}

.rexx-nav > li {
    position: relative;
    display: block;
    /*font-size: 14px;*/
    font-size: inherit;
}

.rexx-nav > li > a,
.rexx-nav > a{
    position: relative;
    display: block;
    padding: 10px 15px;
}

.rexx-nav > li > a:hover,
.rexx-nav > li > a:focus {
    text-decoration: none;
}

.rexx-nav > li.disabled > a {
    color: #777;
}

.rexx-nav > li.disabled > a:hover,
.rexx-nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.rexx-nav .open > a,
.rexx-nav .open > a:hover,
.rexx-nav .open > a:focus {
    background-color: #eee;
    border-color: #76ba4a;
}

.rexx-nav .rexx-nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.rexx-nav > li > a > img {
    max-width: none;
}

.rexx-nav-tabs {
    border-bottom: var(--rexx-border);
}

.rexx-nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.rexx-nav-tabs > li > a,
.rexx-nav-tabs > a{
    color: var(--rexx-body-bg-white);
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: var(--rexx-border-radius);
    font-size: 14px;
}

.rexx-nav-tabs > li > a:hover,
.rexx-nav-tabs > a:hover{
    border-color: #eee #eee #ddd;
}

.rexx-nav-tabs > li.active > a,
.rexx-nav-tabs > li.active > a:hover,
.rexx-nav-tabs > li.active > a:focus,
.rexx-nav-tabs > .active > a,
.rexx-nav-tabs > .active > a:hover,
.rexx-nav-tabs > .active > a:focus{
    color: inherit;
    background-color: #f8f8f8;
    border: var(--rexx-border);
    border-bottom-color: transparent;
    cursor: pointer;
}

.rexx-nav-tabs.rexx-nav-justified {
    width: 100%;
    border-bottom: 0;
}

.rexx-nav-tabs.rexx-nav-justified > li {
    float: none;
}

.rexx-nav-tabs.rexx-nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.rexx-nav-tabs.rexx-nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .rexx-nav-tabs.rexx-nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .rexx-nav-tabs.rexx-nav-justified > li > a {
        margin-bottom: 0;
    }
}

.rexx-nav-tabs.rexx-nav-justified > li > a {
    margin-right: 0;
    border-radius: var(--rexx-portlet-border-radius);
}

.rexx-nav-tabs.rexx-nav-justified > .active > a,
.rexx-nav-tabs.rexx-nav-justified > .active > a:hover,
.rexx-nav-tabs.rexx-nav-justified > .active > a:focus {
    border: var(--rexx-border);
}

@media (min-width: 768px) {
    .rexx-nav-tabs.rexx-nav-justified > li > a {
        border-bottom: var(--rexx-border);
        border-radius: var(--rexx-border-radius);
    }

    .rexx-nav-tabs.rexx-nav-justified > .active > a,
    .rexx-nav-tabs.rexx-nav-justified > .active > a:hover,
    .rexx-nav-tabs.rexx-nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.rexx-nav-justified {
    width: 100%;
}

.rexx-nav-justified > li {
    float: none;
}

.rexx-nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.rexx-nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .rexx-nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .rexx-nav-justified > li > a {
        margin-bottom: 0;
    }
}

.rexx-nav-tabs-justified {
    border-bottom: 0;
}

.rexx-nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: var(--rexx-portlet-border-radius);
}

.rexx-nav-tabs-justified > .active > a,
.rexx-nav-tabs-justified > .active > a:hover,
.rexx-nav-tabs-justified > .active > a:focus {
    border: var(--rexx-border);
}

@media (min-width: 768px) {
    .rexx-nav-tabs-justified > li > a {
        border-bottom: var(--rexx-border);
        border-radius: var(--rexx-border-radius);
    }

    .rexx-nav-tabs-justified > .active > a,
    .rexx-nav-tabs-justified > .active > a:hover,
    .rexx-nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.rexx-nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.rexx-nav:before,
.rexx-nav:after {
    content: " ";
    display: table;
}

.rexx-nav:after {
    clear: both;
}

.rexx-nav-pills > li {
    float: left;
}

.rexx-nav-pills > li > a {
    border-radius: var(--rexx-portlet-border-radius);
    background-color: #fbfbfb;
}

.rexx-nav-pills > li + li {
    margin-left: 2px;
}

.rexx-nav-pills > li.active > a,
.rexx-nav-pills > li.active > a:hover,
.rexx-nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #76ba4a;
}

.rexx-nav-pills > .active > a > .badge {
    color: #76ba4a;
    background-color: #fff;
}

.rexx-nav-pills > li > a > .badge {
    margin-left: 3px;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.rexx-dropdown-toggle:focus {
    outline: 0;
}

body .dropdown-menu {
    min-width: 160px;
    margin: 2px 0 0;
    font-size: 0.9rem;
    -webkit-background-clip: padding-box;
    border-radius: var(--rexx-portlet-border-radius);
    -webkit-box-shadow: var(--rexx-box-shadow);
    box-shadow: var(--rexx-box-shadow);
}

li:not(.global_navbar_icon) .dropdown-menu:last-child {
    padding-bottom: calc(var(--rexx-space-around-desktop) / 2);
}

body .toolbar-submenu.dropdown-menu {
    border-radius: unset;
}

#sal_sort_dropdown .dropdown-menu {
    max-height: 600px;
    overflow: auto;

    /* unlike default .dropdown-menu, position this one right */
    right: 0;
    left: auto;
}

/**
 * Sort Filter
 */
#sal_sort_dropdown .rexx-dropdown-toggle > li > a{
    border: none;
}

#sal_sort_dropdown .sort {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
}

#sal_sort_dropdown .sort.asc {
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #878787 transparent;
    margin: 0 0 1px 5px;
}

#sal_sort_dropdown .sort.desc {
    border-width: 8px 5px 0 5px;
    border-color: var(--rexx-color-icon) transparent transparent transparent;
    margin: 0 0 0 5px;
}

#sal_sort_dropdown .dropdown-menu li {
    position: relative;
}

#sal_sort_dropdown .dropdown-menu li .sort-filter {
    right: auto;
}

#sal_sort_dropdown .dropdown-menu li .sort_link {
    padding-right: 35px;
}

.dropdown-menu-fh {
    max-height: 500px;
    overflow: auto;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a,
.dropdown-menu > li > .facade {
    display: block;
    padding: 6px var(--rexx-space-desktop) 6px var(--rexx-space-desktop);
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
}

.dropdown-menu > li > a.btn {
    border: 0;
    border-radius: revert;
    text-align: revert;
    font-size: revert !important;
}
.dropdown-menu > li > a.btn:hover,
.dropdown-menu > li > a.btn:focus,
.dropdown-menu > li > a.btn:active {
    color: #262626 !important;
    background-color: #f5f5f5 !important;
    box-shadow: none;
}

.dropdown-menu > li > .facade:hover{
    cursor: pointer;
}

.dropdown-menu > li > .facade *:hover{
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .rexx-navbar-nav .dropdown-menu > li > a,
    .rexx-navbar-nav .dropdown-menu > li > .facade {
        padding-left: 25px;
    }
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > .facade:hover,
.dropdown-menu > li > .facade:focus {
    color: #262626;
    text-decoration: none;
    /*background-color: #f5f5f5;*/
}

.dropdown-menu > li > a span,
.dropdown-menu > li > a span,
.dropdown-menu > li > .facade span,
.dropdown-menu > li > .facade span {
    padding-bottom: 4px;
}

.dropdown-menu > li > a:not(.passive_link):not(.disabled):hover span,
.dropdown-menu > li > a:not(.passive_link):not(.disabled):focus span,
.dropdown-menu > li > .facade:not(.passive_link):not(.disabled):hover span,
.dropdown-menu > li > .facade:not(.passive_link):not(.disabled):focus span {
    border-bottom: 2px solid var(--rexx-blue);
}

.dropdown-menu > .active > a span,
.dropdown-menu > .active > a:hover span,
.dropdown-menu > .active > a:focus span {
    border-bottom: 2px solid var(--rexx-blue);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.rexx-navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.rexx-navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 480px) {
    .rexx-navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .rexx-navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.dropdown-menu li > a.passive_link,
.dropdown-menu li > a.passive_link:hover {
    background: inherit;
    color: #b8b8b8;
    cursor: not-allowed;
}

/*Adjust positions for sort icons*/
.dropdown-menu i.fa-sort-asc {
    top: 25%;
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
}

.dropdown-menu i.fa-sort-desc {
    top: -25%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.dropdown-menu.toolbar-submenu {
    display: block;
    margin: 0;
    padding: 0;
    position: static;
    border: none;
    box-shadow: none;
    float: none;
}

.dropdown-menu.toolbar-submenu.hidden {
    display: none !important;
}

.rexx-navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: var(--rexx-space-desktop);
    border: 1px solid transparent;
    padding: 0 var(--rexx-space-desktop);
}

#page_actions_navbar.rexx-navbar:not(.fixed) {
    margin-bottom: var(--rexx-space-desktop);
    border-radius: var(--rexx-portlet-border-radius);
    box-shadow: var(--rexx-portlet-box-shadow);
    padding: var(--rexx-space-around-desktop);
}

#page_actions_navbar.rexx-navbar.fixed .rexx-container-fluid {
    padding: 0 93px;
}

#aside_navbar .rexx-navbar-nav > li > a {
    margin: 14px 14px 14px 0 !important;
}

#page_actions_navbar .rexx-navbar-nav > li > a {
    margin: 10px 7px 10px .75rem;
    text-align: center;
}

.rexx-navbar-nav li > a.passive_link,
.rexx-navbar-nav li > a.passive_link:hover {
    color: #b8b8b8 !important;
    cursor: not-allowed;
}

@media (min-width: 480px) {
    .rexx-navbar {
        border-radius: var(--rexx-portlet-border-radius);
    }
}

@media (min-width: 480px) {
    .rexx-navbar-header {
        float: left;
    }
}

.rexx-navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.rexx-navbar-collapse.in {
/*    overflow-y: auto;*/
}

@media (min-width: 480px) {
    .rexx-navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .rexx-navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .rexx-navbar-collapse.in {
        overflow-y: visible;
    }

    .rexx-navbar-fixed .rexx-navbar-collapse,
    .rexx-navbar-fixed-top .rexx-navbar-collapse,
    .rexx-navbar-static-top .rexx-navbar-collapse,
    .rexx-navbar-fixed-bottom .rexx-navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.rexx-navbar-fixed .rexx-navbar-collapse,
.rexx-navbar-fixed-top .rexx-navbar-collapse,
.rexx-navbar-fixed-bottom .rexx-navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .rexx-navbar-fixed .rexx-navbar-collapse,
    .rexx-navbar-fixed-top .rexx-navbar-collapse,
    .rexx-navbar-fixed-bottom .rexx-navbar-collapse {
        max-height: 200px;
    }
}

.container > .rexx-navbar-header,
.rexx-container-fluid > .rexx-navbar-header,
.container > .rexx-navbar-collapse,
.rexx-container-fluid > .rexx-navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 480px) {
    .container > .rexx-navbar-header,
    .rexx-container-fluid > .rexx-navbar-header,
    .container > .rexx-navbar-collapse,
    .rexx-container-fluid > .rexx-navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.rexx-navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
    padding: 0 var(--rexx-space-desktop);
}

@media (min-width: 480px) {
    .rexx-navbar-static-top {
        border-radius: 0;
    }
}

.rexx-navbar-fixed {
    position: fixed;
    z-index: 1030;
}

.rexx-navbar-fixed-top,
.rexx-navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 480px) {
    .rexx-navbar-fixed,
    .rexx-navbar-fixed-top,
    .rexx-navbar-fixed-bottom {
        border-radius: 0;
    }
}

.rexx-navbar-fixed,
.rexx-navbar-fixed-top {
    border-width: 0 0 1px;
}

.rexx-navbar-fixed-top {
    top: 0;
}

.rexx-navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.rexx-navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.rexx-navbar-brand:hover,
.rexx-navbar-brand:focus {
    text-decoration: none;
}

.rexx-navbar-brand > img {
    display: block;
}

@media (min-width: 480px) {
    .rexx-navbar > .container .rexx-navbar-brand,
    .rexx-navbar > .rexx-container-fluid .rexx-navbar-brand {
        margin-left: -15px;
    }
}

.rexx-navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: var(--rexx-portlet-border-radius);
}

.rexx-navbar-toggle:focus {
    outline: 0;
}

.rexx-navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.rexx-navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 480px) {
    .rexx-navbar-toggle {
        display: none;
    }
}

.rexx-navbar-nav {
    margin: 7.5px -15px;
}

body.is-a-smartphone form[name=newMessageForm] .rexx-navbar-nav {
    margin: 15px -15px 7.5px -15px;
}

.rexx-navbar-nav > li > a, .rexx-navbar-nav > li > i {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    font-style: normal;
    display: block;
}

@media (max-width: 479px) {
    .rexx-navbar-nav:not(#list_actions) .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .rexx-navbar-nav .open .dropdown-menu > li > a,
    .rexx-navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .rexx-navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .rexx-navbar-nav .open .dropdown-menu > li > a:hover,
    .rexx-navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }

    #global_navbar_toolbar_container .dropdown-menu {
        left: 10px;
    }
}

.rexx-navbar-nav > li {
    float: left;
}

@media (min-width: 480px) {
    .rexx-navbar-nav {
        float: left;
        margin: 0;
    }

    .rexx-navbar-nav > li > a, .rexx-navbar-nav > li > i {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.rexx-navbar-form {
    padding: 10px 15px;
    margin: 8px -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 768px) {
    .rexx-navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .rexx-navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .rexx-navbar-form .form-control-static {
        display: inline-block;
    }

    .rexx-navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .rexx-navbar-form .input-group .input-group-addon,
    .rexx-navbar-form .input-group .input-group-btn,
    .rexx-navbar-form .input-group .form-control {
        width: auto;
    }

    .rexx-navbar-form .input-group > .form-control {
        width: 100%;
    }

    .rexx-navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .rexx-navbar-form .radio,
    .rexx-navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .rexx-navbar-form .radio label,
    .rexx-navbar-form .checkbox label {
        padding-left: 0;
    }

    .rexx-navbar-form .radio input[type="radio"],
    .rexx-navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .rexx-navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .rexx-navbar-form .form-group {
        margin-bottom: 5px;
    }

    .rexx-navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .rexx-navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.rexx-navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.rexx-navbar-nav > li > .dropdown-menu[data-bs-popper] {
    right: auto;
}

.rexx-navbar-nav > li > .dropdown-menu > li > .arrow {
    position: absolute;
    top: calc(-0.5rem - 1px);
    right: calc(1rem - 1px);
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

body.is-any-mobile-device .rexx-navbar-nav > li > .dropdown-menu > li > .arrow {
    display: none;
}

@media (max-width: 992px) {
    .rexx-navbar-nav > li > .dropdown-menu > li > .arrow {
        display: none;
    }
}

.rexx-navbar-nav > li > .dropdown-menu > li > .arrow::before,
.rexx-navbar-nav > .dropdown-menu > li > .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.rexx-navbar-nav > li > .dropdown-menu > li > .arrow::before {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: var(--rexx-body-bg-white);
}

.rexx-navbar-nav > li > .dropdown-menu > li > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.rexx-navbar-fixed-bottom .rexx-navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-radius: var(--rexx-border-radius);
}

.rexx-navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.rexx-navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.rexx-navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.rexx-navbar-text {
    margin-top: 16px;
}

@media (min-width: 480px) {
    .rexx-navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 480px) {
    .rexx-navbar-left {
        float: left !important;
        justify-content: left;
    }

    .rexx-navbar-right {
        float: right !important;
        margin-right: 0;
    }

    .rexx-navbar-right ~ .rexx-navbar-right {
        margin-right: 0;
    }
}

.rexx-navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.rexx-wheel .rexx-navbar-default {
    background-color: #fff;
    border: none;
    box-shadow: var(--rexx-portlet-box-shadow);
}

body.request.bodyLayer .rexx-navbar-default {
    background-color: var(--rexx-portlet-body-bg-color) !important;
}

.rexx-navbar-default .rexx-navbar-brand {
    color: #777;
}

.rexx-navbar-default .rexx-navbar-brand:hover,
.rexx-navbar-default .rexx-navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.rexx-navbar-default .rexx-navbar-text {
    color: #777;
}

.rexx-navbar-default .rexx-navbar-nav > li > a {
    padding: 0;
    margin-right: 4px;
}

.rexx-navbar-default .rexx-navbar-nav > li > a.rexx-dropdown-toggle {
    padding: 3px 13px;
    margin: 0 4px 0 0;
    color: var(--rexx-blue);
}

.rexx-navbar-default .rexx-navbar-nav > li > a > .fas:not(.fa-ellipses),
.rexx-navbar-default .rexx-navbar-nav > li > a > .fal:not(.fa-ellipses) {
    color: var(--rexx-blue);
    font-size: 15px;
    margin: 13px 18px;
    line-height: 0;
}

.rexx-navbar-default .rexx-navbar-nav > li:not(.global_navbar_item, .navbar_txt) > a {
    border: 1px solid var(--rexx-blue);
    border-radius: var(--rexx-portlet-border-radius);
}

.rexx-navbar-default .rexx-navbar-nav > li:not(.global_navbar_item, .navbar_txt) a.sort_link
{
    border: none;
}

.rexx-navbar-default .rexx-navbar-nav > li.disabled:not(.global_navbar_item, .navbar_txt) a {
    border: 1px solid var(--rexx-disabled);
}
.rexx-navbar-default .rexx-navbar-nav > li.disabled > a > .fa-fw {
    color: var(--rexx-disabled);
}


.rexx-navbar-default .rexx-navbar-nav > li:not(.global_navbar_item):has(p) p {
    border: none;
}

.rexx-navbar-default .rexx-navbar-nav > li:not(.global_navbar_item) p,
.rexx-navbar-default .rexx-navbar-nav > li:not(.global_navbar_item) span.rexx-navbar-text {
    margin: 13px 0;
    padding: 0 7px 0 5px;
    line-height: 2px;
}

.rexx-navbar-default .rexx-navbar-nav ul.dropdown-menu > li.sal_query a{
    border: none;
}

body:not(.rexx-wheel):not(.is-any-mobile-device) .rexx-navbar-default .rexx-navbar-nav > li > a {
    color: inherit;
}

body:not(.is-any-mobile-device).rexx-wheel .rexx-navbar-default .rexx-navbar-nav > li:not(.disabled, .navbar_txt) > a:not(.passive_link).active,
body:not(.is-any-mobile-device).rexx-wheel .rexx-navbar-default .rexx-navbar-nav > li:not(.disabled, .navbar_txt) > a:not(.passive_link):hover,
body:not(.is-any-mobile-device).rexx-wheel .rexx-navbar-default .rexx-navbar-nav > li:not(.disabled, .navbar_txt) > a:not(.passive_link):hover .fa-fw {
    background-color: var(--rexx-blue);
    color: #fff;
}

body.is-any-mobile-device.rexx-wheel .rexx-navbar-default .rexx-navbar-nav > li:not(.disabled, .navbar_txt) > a:not(.passive_link):active,
body.is-any-mobile-device.rexx-wheel .rexx-navbar-default .rexx-navbar-nav > li:not(.disabled, .navbar_txt) > a:not(.passive_link):active .fa-fw {
    background-color: var(--rexx-blue);
    color: #fff;
    transition: background-color 0.3s;
}

.rexx-wheel .rexx-navbar-default .rexx-navbar-nav > li.dropdown:not(#sal_sort_dropdown) > a,
.rexx-wheel .rexx-navbar-default .rexx-navbar-nav > li.dropdown:not(#sal_sort_dropdown) > a .fa-ellipses {
    background-color: inherit !important;
    color: var(--rexx-blue) !important;
}

.rexx-wheel .rexx-navbar-default .rexx-navbar-nav > li.dropdown > a .fa-ellipses {
    margin: 0 5px;
}

.rexx-wheel .rexx-navbar-default .rexx-navbar-nav > li.dropdown:not(#sal_sort_dropdown) > a:hover,
.rexx-wheel .rexx-navbar-default .rexx-navbar-nav > li.dropdown:not(#sal_sort_dropdown) > a:focus,
.rexx-wheel .rexx-navbar-default .rexx-navbar-nav > li.dropdown:not(#sal_sort_dropdown) > a:active {
    background-color: var(--rexx-blue) !important;
    color: #fff !important;
}

.rexx-wheel .rexx-navbar-default .rexx-navbar-nav > li.dropdown:not(#sal_sort_dropdown) > a:hover .fa-ellipses,
.rexx-wheel .rexx-navbar-default .rexx-navbar-nav > li.dropdown:not(#sal_sort_dropdown) > a:active .fa-ellipses,
.rexx-wheel .rexx-navbar-default .rexx-navbar-nav > li.dropdown:not(#sal_sort_dropdown) > a:focus .fa-ellipses {
    background-color: var(--rexx-blue) !important;
    color: #fff !important;
}

.rexx-navbar-default .rexx-navbar-nav > .active > a,
.rexx-navbar-default .rexx-navbar-nav > .active > a:hover,
.rexx-navbar-default .rexx-navbar-nav > .active > a:focus {
    color: #fff;
    background-color: var(--rexx-blue);
}

.rexx-navbar-default .rexx-navbar-nav > .disabled > a,
.rexx-navbar-default .rexx-navbar-nav > .disabled > a:hover,
.rexx-navbar-default .rexx-navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.rexx-wheel .rexx-navbar-default .rexx-navbar-nav > .disabled > a:hover,
.rexx-wheel .rexx-navbar-default .rexx-navbar-nav > .disabled > a:hover .fas {
    color: #ccc;
    background-color: transparent;
}

.rexx-navbar-default .rexx-navbar-toggle {
    border-color: #ddd;
}

.rexx-navbar-default .rexx-navbar-toggle:hover,
.rexx-navbar-default .rexx-navbar-toggle:focus {
    background-color: #ddd;
}

.rexx-navbar-default .rexx-navbar-toggle .icon-bar {
    background-color: #888;
}

.rexx-navbar-default .rexx-navbar-collapse,
.rexx-navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.rexx-navbar-default .rexx-navbar-nav > .open > a,
.rexx-navbar-default .rexx-navbar-nav > .open > a:hover,
.rexx-navbar-default .rexx-navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

@media (max-width: 479px) {
    .rexx-navbar-default .rexx-navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .rexx-navbar-default .rexx-navbar-nav .open .dropdown-menu > li > a:hover,
    .rexx-navbar-default .rexx-navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .rexx-navbar-default .rexx-navbar-nav .open .dropdown-menu > .active > a,
    .rexx-navbar-default .rexx-navbar-nav .open .dropdown-menu > .active > a:hover,
    .rexx-navbar-default .rexx-navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .rexx-navbar-default .rexx-navbar-nav .open .dropdown-menu > .disabled > a,
    .rexx-navbar-default .rexx-navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .rexx-navbar-default .rexx-navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.rexx-navbar-default .rexx-navbar-link {
    color: #777;
}

.rexx-navbar-default .rexx-navbar-link:hover {
    color: #333;
}

.rexx-navbar-default .btn-link {
    color: #777;
}

.rexx-navbar-default .btn-link:hover,
.rexx-navbar-default .btn-link:focus {
    color: #333;
}

.rexx-navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .rexx-navbar-default .btn-link:hover,
.rexx-navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .rexx-navbar-default .btn-link:focus {
    color: #ccc;
}

.rexx-navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.rexx-navbar-inverse .rexx-navbar-brand {
    color: var(--rexx-body-bg-white);
}

.rexx-navbar-inverse .rexx-navbar-brand:hover,
.rexx-navbar-inverse .rexx-navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.rexx-navbar-inverse .rexx-navbar-text {
    color: var(--rexx-body-bg-white);
}

.rexx-navbar-inverse .rexx-navbar-nav > li > a {
    color: var(--rexx-body-bg-white);
}

.rexx-navbar-inverse .rexx-navbar-nav > .disabled > a,
.rexx-navbar-inverse .rexx-navbar-nav > .disabled > a > i,
.rexx-navbar-inverse .rexx-navbar-nav > .disabled > a:hover,
.rexx-navbar-inverse .rexx-navbar-nav > .disabled > a:focus,
.rexx-navbar-inverse .rexx-navbar-nav > .disabled > a:hover > i,
.rexx-navbar-inverse .rexx-navbar-nav > .disabled > a:focus > i {
    color: #444;
    background-color: transparent;
}

.rexx-navbar-inverse .rexx-navbar-toggle {
    border-color: #333;
}

.rexx-navbar-inverse .rexx-navbar-toggle:hover,
.rexx-navbar-inverse .rexx-navbar-toggle:focus {
    background-color: #333;
}

.rexx-navbar-inverse .rexx-navbar-toggle .icon-bar {
    background-color: #fff;
}

.rexx-navbar-inverse .rexx-navbar-collapse,
.rexx-navbar-inverse .rexx-navbar-form {
    border-color: #101010;
}

.rexx-navbar-inverse .rexx-navbar-nav > .open > a,
.rexx-navbar-inverse .rexx-navbar-nav > .open > a:hover,
.rexx-navbar-inverse .rexx-navbar-nav > .open > a:focus {
    border: var(--rexx-border)
}

@media (max-width: 479px) {
    .rexx-navbar-inverse .rexx-navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    /*.rexx-navbar-inverse .rexx-navbar-nav .open .dropdown-menu .divider {*/
    /*    background-color: #080808;*/
    /*}*/

    .rexx-navbar-inverse .rexx-navbar-nav .open .dropdown-menu > li > a {
        color: var(--rexx-body-bg-white);
    }

    .rexx-navbar-inverse .rexx-navbar-nav .open .dropdown-menu > li > a:hover,
    .rexx-navbar-inverse .rexx-navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
        border-bottom: var(--rexx-border)
    }

    .rexx-navbar-inverse .rexx-navbar-nav .open .dropdown-menu > .active > a,
    .rexx-navbar-inverse .rexx-navbar-nav .open .dropdown-menu > .active > a:hover,
    .rexx-navbar-inverse .rexx-navbar-nav .open .dropdown-menu > .active > a:focus {
        border: var(--rexx-border)
    }

    .rexx-navbar-inverse .rexx-navbar-nav .open .dropdown-menu > .disabled > a,
    .rexx-navbar-inverse .rexx-navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .rexx-navbar-inverse .rexx-navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.rexx-navbar-inverse .rexx-navbar-link {
    color: var(--rexx-body-bg-white);
}

.rexx-navbar-inverse .rexx-navbar-link:hover {
    color: #fff;
}

.rexx-navbar-inverse .btn-link {
    color: var(--rexx-body-bg-white);
}

.rexx-navbar-inverse .btn-link:hover,
.rexx-navbar-inverse .btn-link:focus {
    color: #fff;
}

.rexx-navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .rexx-navbar-inverse .btn-link:hover,
.rexx-navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .rexx-navbar-inverse .btn-link:focus {
    color: #444;
}

.rexx-navbar:before,
.rexx-navbar:after,
.rexx-navbar-header:before,
.rexx-navbar-header:after,
.rexx-navbar-collapse:before,
.rexx-navbar-collapse:after {
    display: table;
    content: " ";
}

.rexx-navbar:after,
.rexx-navbar-header:after,
.rexx-navbar-collapse:after {
    clear: both;
}

/*region navbar in mobile layers*/
.is-inside-mobile-layer #aside_navbar .rexx-navbar-toggle,
.mobile_layer_outer #aside_navbar .rexx-navbar-toggle {
    display: none !important;
}

.is-inside-mobile-layer #aside_navbar .rexx-navbar-collapse.collapse,
.mobile_layer_outer #aside_navbar .rexx-navbar-collapse.collapse {
    display: block;
}

.is-inside-mobile-layer #aside_navbar ul.rexx-navbar-nav > li:not(.dropdown) > a,
.mobile_layer_outer #aside_navbar ul.rexx-navbar-nav > li:not(.dropdown) > a {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: var(--rexx-portlet-border-radius);
    color: #333;
    background-color: #fff;
    border: var(--rexx-sidebar-border);
    margin-right: 4px;
}

.is-inside-mobile-layer #aside_navbar ul.rexx-navbar-nav > li:not(.dropdown) > a:active,
.is-inside-mobile-layer #aside_navbar ul.rexx-navbar-nav > li:not(.dropdown) > a.active,
.mobile_layer_outer #aside_navbar ul.rexx-navbar-nav > li:not(.dropdown) > a:active,
.mobile_layer_outer #aside_navbar ul.rexx-navbar-nav > li:not(.dropdown) > a.active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.is-inside-mobile-layer #aside_navbar ul.rexx-navbar-nav > li:not(.dropdown) > a.disabled,
.mobile_layer_outer #aside_navbar ul.rexx-navbar-nav > li:not(.dropdown) > a.disabled {
    cursor: not-allowed;
    opacity: .65;
}

.is-inside-mobile-layer #aside_navbar .dropdown > .dropdown-menu,
.mobile_layer_outer #aside_navbar .dropdown > .dropdown-menu {
    position: fixed;
background: var(--rexx-body-bg-white);
    border: var(--rexx-sidebar-border);
    border-radius: var(--rexx-portlet-border-radius);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    top: auto;
    left: 10px;
    right: 10px;
}

.is-inside-mobile-layer #aside_navbar.rexx-navbar-fixed-top,
.mobile_layer_outer #aside_navbar.rexx-navbar-fixed-top {
    position: relative;
}

.rexx-wheel.is-inside-mobile-layer #aside_navbar,
.rexx-wheel .mobile_layer_outer #aside_navbar {
    background: none;
    box-shadow: none;
    margin: 0;
}
/*endregion*/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: var(--rexx-portlet-border-radius);
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #76ba4a;
    text-decoration: none;
    background-color: #fff;
    border: var(--rexx-border);
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: var(--rexx-border-radius);
    border-bottom-left-radius: var(--rexx-border-radius);
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: var(--rexx-border-radius);
    border-bottom-right-radius: var(--rexx-border-radius);
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #76ba4a;
    border-color: #76ba4a;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

body .btn {
    display: inline-block;
    padding: 7px 8px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: var(--rexx-portlet-border-radius);
}
body .btn:not([class*="font-"]):not(.btn-sm):not(.small-btn) {
    font-size: 14px;
}

.btn:not(.disabled):hover,
.btn:not(.disabled):focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:not(.disabled):active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.btn.disabled .withDefaultCursor {
    cursor: default;
}

.btn[disabled] .withDefaultCursor {
    cursor: default;
}

fieldset[disabled] .btn .withDefaultCursor {
    cursor: default;
}

.btn-group > .btn.disabled:hover > i {
    color: var(--rexx-blue);
}
.btn-group > .btn[disabled]:hover > i {
    color: var(--rexx-blue);
}

.btn.disabled a,
.btn[disabled] a,
fieldset[disabled] .btn a {
    cursor: not-allowed;
}

a.btn.disabled:not(.pointer-events),
fieldset[disabled] a.btn:not(.pointer-events) {
    pointer-events: none;
}

a.btn.disabled.pointer-events.pe-auto,
fieldset[disabled] a.btn.pointer-events.pe-auto,
.pointer-events.pe-auto {
    pointer-events: auto;
}

a.btn.disabled.pointer-events.pe-none,
fieldset[disabled] a.btn.pointer-events.pe-none,
.pointer-events.pe-none {
    pointer-events: none;
}

body .btn-default {
    color: var(--rexx-blue);
    background-color: #fff;
    border-color: var(--rexx-blue);
}

body .btn-default:disabled {
    color: var(--rexx-blue);
    background-color: #fff;
    border-color: var(--rexx-blue);
}

.btn-default:not(.disabled):active,
.btn-default.active,
.open > .rexx-dropdown-toggle.btn-default,
.btn-check:checked+.btn-default,
.btn-default.focus,
.btn-default:not(.disabled):focus,
.btn-default:hover:not(.active):not(.disabled) {
    color: #fff;
    background-color: var(--rexx-blue);
    border-color: var(--rexx-blue);
}

#confirmButtons .btn-default {
    min-width: 50px;
}

.input-group .input-group-append .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-default i:not(.status-green, .status-gray, .status-red, .status-yellow) {
    color: var(--rexx-blue);
}

.btn-default:focus > i,
.btn-default:not(.disabled):hover i,
.btn-default:not(.disabled).active ,
.btn-default:focus:not(.active):not(.disabled) > span > i,
.btn-default:hover:not(.active):not(.disabled) > span > i {
    color: #fff;
}

.btn-default:active.invalid,
.btn-default.active.invalid,
.open > .rexx-dropdown-toggle.btn-default.invalid,
.btn-check:checked+.btn-default.invalid {
    color: #633;
    background-color: #ffe6e6;
    border-color: #eeadad;
}

.btn-default:not(.disabled):active:hover,
.btn-default.active:hover,
.open > .rexx-dropdown-toggle.btn-default:hover,
.btn-default:not(.disabled):active:focus,
.btn-default.active:focus,
.open > .rexx-dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .rexx-dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: var(--rexx-blue);
    border-color: var(--rexx-blue);
}

.btn-default:not(.disabled):active,
.btn-default.active,
.open > .rexx-dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.input-group-prepend > .input-group-text.btn-default.disabled{
    color: var(--rexx-blue);
    border: 1px solid var(--rexx-blue);
    opacity: 1;
}

.input-group-prepend > .input-group-text.btn-default.disabled:hover{
    color: var(--rexx-blue);
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-orange {
    color: #fff !important;
    background-color: #f29900;
    border-color: #d88900;
}

.btn-orange:focus,
.btn-orange.focus {
    color: #fff;
    background-color: #d88900;
    border-color: #cc8100;
}

.btn-orange:hover {
    color: #fff;
    background-color: #d88900;
    border-color: #cc8100;
}

.btn-orange:active,
.btn-orange.active,
.open > .rexx-dropdown-toggle.btn-orange {
    color: #fff;
    background-color: #d88900;
    border-color: #cc8100;
}

.btn-orange:active:hover,
.btn-orange.active:hover,
.open > .rexx-dropdown-toggle.btn-orange:hover,
.btn-orange:active:focus,
.btn-orange.active:focus,
.open > .rexx-dropdown-toggle.btn-orange:focus,
.btn-orange:active.focus,
.btn-orange.active.focus,
.open > .rexx-dropdown-toggle.btn-orange.focus {
    color: #333;
    background-color: #d88900;
    border-color: #cc8100;
}

.btn-orange:active,
.btn-orange.active,
.open > .rexx-dropdown-toggle.btn-orange {
    background-image: none;
}

.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled.focus,
.btn-orange[disabled].focus,
fieldset[disabled] .btn-orange.focus {
    background-color: #f29900;
    border-color: #d88900;
}

.btn-orange .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #76ba4a;
    border-color: #438717;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #5da131;
    border-color: #367a0a;
}

.btn-primary:hover {
    color: #fff;
    background-color: #5da131;
    border-color: #438717;
}

.btn-primary:active,
.btn-primary.active,
.open > .rexx-dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #5da131;
    border-color: #438717;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .rexx-dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .rexx-dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .rexx-dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #76ba4a;
    border-color: #367a0a;
}

.btn-primary:active,
.btn-primary.active,
.open > .rexx-dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #76ba4a;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #76ba4a;
    background-color: #fff;
}

.btn.btn-success {
    color: #fff;
    background-color: #76b949;
    border-color: #76b949;
}

.btn.btn-success:focus,
.btn.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn.btn-success:active,
.btn.btn-success.active,
.open > .rexx-dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn.btn-success:active:hover,
.btn.btn-success.active:hover,
.open > .rexx-dropdown-toggle.btn-success:hover,
.btn.btn-success:active:focus,
.btn.btn-success.active:focus,
.open > .rexx-dropdown-toggle.btn-success:focus,
.btn.btn-success:active.focus,
.btn.btn-success.active.focus,
.open > .rexx-dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.btn.btn-success:active,
.btn.btn-success.active,
.open > .rexx-dropdown-toggle.btn-success {
    background-image: none;
}

.btn.btn-success.disabled:hover,
.btn.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn.btn-success.disabled:focus,
.btn.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn.btn-success.disabled.focus,
.btn.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .rexx-dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .rexx-dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .rexx-dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .rexx-dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .rexx-dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .rexx-dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .rexx-dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .rexx-dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .rexx-dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .rexx-dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .rexx-dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .rexx-dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .rexx-dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .rexx-dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .rexx-dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    font-weight: normal;
    color: #76ba4a;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

body .btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: var(--rexx-small-button-label-size);
    line-height: 1.5;
    border-radius: var(--rexx-button-border-radius);
}

body .btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: var(--rexx-button-border-radius);
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

:not(.btn-group-justified) > .btn-group,
:not(.btn-group-justified) > .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group-block {
    width: 100%;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar:not(.justify-content-end) {
    margin-left: -5px;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group,
.btn-toolbar > form > .btn,
.btn-toolbar > form > .btn-group,
.btn-toolbar > form > .input-group,
.btn-toolbar > form > input {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.rexx-dropdown-toggle):not(.rounded-end):not(.btn-group > .btn-check:first-child+.btn) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.rexx-dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .rexx-dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .rexx-dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .rexx-dropdown-toggle:active,
.btn-group.open .rexx-dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .rexx-dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .rexx-dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .rexx-dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-group.open .rexx-dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-radius: var(--rexx-border-radius);
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .rexx-dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/*
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
*/
.btn-group-justified > .btn-group .btn {
    width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-bs-toggle="buttons"] > .btn input[type="radio"],
[data-bs-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-bs-toggle="buttons"] > .btn input[type="checkbox"],
[data-bs-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.toolbar_button_bar {
    text-align: right;
}

#cf_entry_flags_save .toolbar_button_bar {
    max-width: 320px;
    padding-right: 0 !important;
}

body.is-a-smartphone .toolbar_button_bar {
    padding: 0 0.5rem;
}
.toolbar_button_bar > .btn {
    margin-left: 5px;
}
body.rexx-wheel.is-a-smartphone .toolbar_button_bar:last-child {
    margin-bottom: 5px;
}

.navbar_icon > a {
    font-size: 18px !important;
}

.navbar_txt > a {
    font-size: 15px !important;
    color: #999 !important;
}

.navbar_icon.disabled i {
    color: #ccc;
}

#infile_navbar {
    margin: -9px -8px 8px -8px;
    border-bottom: none;
    border-top: 1px solid #e7e7e7;
    border-radius: 0;
}

.rexx-wheel #infile_navbar {
    margin: -9px -8px 8px -8px;
    border: none;
    background-color: inherit;
    box-shadow: none;
}

.rexx-nav.rexx-navbar-nav.rexx-navbar-center {
    float: none;
}

#sal_navbar ul,
#nsal_navbar ul,
#aside_navbar ul,
#page_actions_navbar ul {
    padding-left: 0;
}

@media (min-width: 480px) {
    .rexx-nav.rexx-navbar-nav.rexx-navbar-center {
        position: inherit;
        float: left;
    }
    .contentFrameRow .rexx-nav.rexx-navbar-center {
        float: right;
        margin-right: -20px;
    }
}

@media (min-width: 1400px) {
    .rexx-nav.rexx-navbar-nav.rexx-navbar-center {
        position: absolute;
        margin-left: 600px;
    }
}

/* Bootstrap 3 Submenu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #555;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media print {
    #global_navbar, #sal_navbar, #aside_navbar, #infile_navbar, .tab_folder {
        display: none !important;
    }
}

/* global nav */
@media (max-width: 992px) {
    #global_navbar .rexx-navbar-header {
        float: none;
    }

    #global_navbar .rexx-navbar-left,
    #global_navbar .rexx-navbar-right {
        float: none !important;
        margin: 0 !important;
    }

    #global_navbar .rexx-navbar-toggle {
        display: block;
    }

    #global_navbar .rexx-navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    #global_navbar .rexx-navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    #global_navbar .rexx-navbar-collapse.collapse:not(.show) {
        display: none !important;
        overflow-y: auto !important;
    }

    #global_navbar .rexx-navbar-nav {
        float: none;
        margin-top: 7.5px;
    }

    #global_navbar .rexx-navbar-nav.rexx-navbar-right {
        float: right !important;
    }

    #global_navbar .rexx-navbar-nav:not(.rexx-navbar-right) > li {
        float: none;
    }

    #global_navbar .rexx-navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #global_navbar .collapse.in {
        display: block !important;
        overflow-y: auto !important;
    }

    #global_navbar .container > .rexx-navbar-collapse,
    #global_navbar .rexx-container-fluid > .rexx-navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
        background-color: #222;
    }
}

@media (min-width: 992px) {
    #global_navbar_menu {
        position: absolute;
        background: #222;
        z-index: 1000;
        padding-left: 0; /* when the menu is not collapsed, we need this to not */
        margin-left: 50px; /* hide the navbar-brand because the global_navbar_menu is absolutely positioned */
    }
}

#nsal_navbar.fixed,
#sal_navbar.fixed,
#page_actions_navbar.fixed {
    right: var(--rexx-space-desktop);
    position: fixed;
    top: 0;
}

#navbar-static-ph {
    display: none;
}

@media (min-width: 480px) and (max-width: 992px) {
    #sal_navbar .rexx-navbar-collapse.collapse {
        display: none !important;
        overflow: hidden !important;
    }

    #sal_navbar .rexx-navbar-collapse.collapse.in {
        display: block !important;
    }

    #sal_navbar .rexx-navbar-header .collapse,
    #sal_navbar .rexx-navbar-toggle {
        display:block !important;
    }

    #sal_navbar .rexx-navbar-header {
        float:none;
    }

    #sal_navbar .rexx-navbar-nav .open:not(#sal_sort_dropdown) .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #sal_navbar .rexx-navbar-nav.rexx-navbar-left,
    #sal_navbar .rexx-navbar-nav.rexx-navbar-center {
        width: auto;
    }

    #sal_navbar .rexx-navbar-nav.rexx-navbar-right {
        float: left !important;
        margin-right: 0;
        margin-left: -15px;
    }
}

@media (max-width: 992px) {
    #sal_navbar .nav {
        display: block;
        width: 100%;
    }
}

.view_path_value {
    font-size: 14px;
    position: relative;
    right: 1.1em;
}

.do-not-show {
    display: none!important;
}

.rexx-wheel .tab_folder.mobile {
    position: fixed;
    z-index: 901;
    width: 100vw;
    background-color: var(--rexx-body-bg-color);
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 5px 0 5px;
    margin: -1px 5px 0 0;
}

#filePlaceholder {
    margin-bottom: 49px;
}

.tab_folder.mobile:not(.mobile_tab_folder_menuframe) + div {
    margin-top: 49px;
}

.rexx-wheel .tab_folder.mobile > a.tabLink {
    flex: 0 0 auto;
    position: relative;
    bottom: 0;
    margin: 10px 25px 10px 0;
}

@media screen {
    .rexx-wheel .mobile_tab_folder_hidden {
        /* this intentionally hides the content only to sighted users,
         * since this original copy should be visible to screenreaders
         */
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
        -webkit-clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    }
}

.rexx-wheel .mobile_tab_folder_menuframe {
    top: 51px;
    box-shadow: 0 2px 10px #0000;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -ms-transition: box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    -webkit-overflow-scrolling: touch;
}
.rexx-wheel .mobile_tab_folder_menuframe.mobile_tab_folder_with_shadow {
    box-shadow: 0 2px 10px #0007;
}
.rexx-wheel .tab_folder.mobile.mobile_tab_folder_menuframe.hidden_by_mobile_layers {
    display: none;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
