body {
    background-color: var(--rexx-body-bg-color);
    font-size: 16px;
}

body,
h1, h2, h3, p, a, div, span, input, label, textarea
{
    font-family: 'RexxSystems', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', 'system-ui', Arial, Helvetica, Verdana, sans-serif !important;
}

h2 {
    font-size: 20px;
}

/** layout **/
body {
    display: flex;
    flex-direction: column;
}

#main_content {
    flex: 1;
    padding-top: var(--rexx-header-height);
}

.rexx-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.search-box-fixed .topbar.sticky-top {
    top: var(--rexx-header-height);
    z-index: 99;
    padding-top: var(--rexx-body-desktop-padding);
}

#wrap,
#navwrap .subnavwrap {
    max-width: 1920px;
    margin: 0 auto;
}

/** buttons **/
.button,
.btn {
    margin: 0;
}

.button,
.btn,
.button:hover,
.btn:hover,
.button:active,
.btn:active,
.button:focus,
.btn:focus,
a.button1:focus, input.button1:focus, a.button2:focus, input.button2:focus,
a.button1:active, input.button1:active, a.button2:active, input.button2:active,
a.button1, input.button1, a.button2, input.button2,
.tabs a,
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn-group:not(:last-child)>.btn
{
    text-transform: unset;
    padding: .375rem .75rem;
    border-radius: var(--rexx-portlet-border-radius);
    font-size: 14px;
    background-color: var(--rexx-body-bg-white);
    border-color: var(--rexx-blue);
    color: var(--rexx-blue);
}

/*Formularelemente*/
.page-body input.inputbox , .page-body select, .page-body textarea {
    border-radius: var(--rexx-portlet-border-radius);
    font-size: 1em;
    line-height: 1.5rem;
    margin: 0;
    outline: 0 none;
    padding: var(--rexx-input-padding) !important;
    background-color: var(--rexx-body-bg-white);
}

.btn:hover,
.button:active,
.btn:active,
.btn-check:checked + .btn,
.tabs a:hover,
    /*.activetab .btn-group>.btn-group:not(:first-child)>.btn,*/
.tabs li.activetab a,
.tabs .tab > a:hover,
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover,
.btn-group>.btn-group:not(:last-child)>.btn:hover,
.btn-group>.btn-group:not(:last-child)>.btn:focus,
.btn-group>.btn-group:not(:first-child)>.btn:hover,
.btn-group>.btn-group:not(:first-child)>.btn:focus {
    background-color: var(--rexx-blue);
    border-color: var(--rexx-blue);
    color: #fff;
}

.btn-slim,
.btn-slim:hover,
.btn-slim:active,
.btn-slim:focus
{
    padding: 0 .75rem;
    line-height: 26px;
}

.btn-wide,
.btn-wide:hover,
.btn-wide:active,
.btn-wide:focus
{
    padding: .375rem 1.5rem;
}

.btn-slim i {
    /*font-size: 15px;*/
}

.article-menu .article-actions .btn i {
    line-height: 26px;
}

.tabs a {
    margin: 5px 5px;
}
.button:hover,
.btn:hover,
.button:focus,
.btn:focus,
.button:active,
.btn:active
{
    box-shadow: none !important;
    outline: 0 !important;
}

.button i,
.button .icon,
.button:hover i,
.button:hover .icon,
.btn i,
.btn .icon
{
    color: inherit;
    font-size: 1.075em;
    line-height: 0;
    width: 1.25em;
}

.button i + span,
.button .icon + span,
.button:hover i + span,
.button:hover .icon + span,
.btn i + span,
.btn .icon + span
{
    margin-left: 2px;
    font-variant: normal;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled).focus,
.btn-primary:not(:disabled):not(.disabled):focus
{
    background-color: var(--rexx-body-bg-white);
    border-color: var(--rexx-blue);
    color: var(--rexx-blue);
}

.btn-primary:not(:disabled):not(.disabled).hover,
.btn-primary:not(:disabled):not(.disabled):hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-check:checked + .btn-primary
{
    background-color: var(--rexx-blue);
    border-color: var(--rexx-blue);
    color: #fff;
}

.btn-highlight,
.btn-highlight:not(:disabled):not(.disabled).focus,
.btn-highlight:not(:disabled):not(.disabled):focus
{
    background-color: var(--rexx-body-bg-white);
    border-color: var(--rexx-blue);
    color: var(--rexx-blue);
}

.btn-highlight:not(:disabled):not(.disabled).hover,
.btn-highlight:not(:disabled):not(.disabled):hover,
.btn-highlight:not(:disabled):not(.disabled).active,
.btn-highlight:not(:disabled):not(.disabled):active,
.btn-check:checked + .btn-highlight
{
    background-color: var(--rexx-blue);
    border-color: var(--rexx-blue);
    color: #fff;
}

.button.disabled,
.button.disabled:hover,
.button.disabled:active,
.button.disabled:focus,
.disabled .button,
.disabled .button:hover,
.disabled .button:active,
.disabled .button:focus,
.btn.disabled,
.btn.disabled:hover,
.btn.disabled:active,
.btn.disabled:focus,
.disabled .btn,
.disabled .btn:hover,
.disabled .btn:active,
.disabled .btn:focus,
.btn.btn-primary.disabled,
.btn.btn-primary.disabled:hover,
.btn.btn-primary.disabled:active,
.btn.btn-primary.disabled:focus,
.disabled .btn.btn-primary,
.disabled .btn.btn-primary:hover,
.disabled .btn.btn-primary:active,
.disabled .btn.btn-primary:focus,
.btn.btn-highlight.disabled,
.btn.btn-highlight.disabled:hover,
.btn.btn-highlight.disabled:active,
.btn.btn-highlight.disabled:focus,
.disabled .btn.btn-highlight,
.disabled .btn.btn-highlight:hover,
.disabled .btn.btn-highlight:active,
.disabled .btn.btn-highlight:focus
{
    background-color: var(--rexx-body-bg-white);
    border-color: var(--rexx-disabled);
    cursor: not-allowed !important;
    color: var(--rexx-disabled);
}

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

/** grid **/
.container-content {
    height: auto;
    padding-top: var(--rexx-body-desktop-padding);
    background-color: var(--rexx-body-bg-color);
}
.page-index .container-content,
.section-viewtopic .container-content,
.section-viewforum .container-content {
    padding-top: 0;
}

.topbar {
    background: var(--rexx-body-bg-color);
}

.dropdown-extended ul li {
    border: none;
}

.dropdown-extended ul li:focus,
.dropdown-extended ul li:hover {
    background: var(--rexx-hover-color);
}

.section-viewtopic .container-content {
    padding-bottom: 0;
}

.container-sticky {
    position: sticky;
    top: 15px;
}

.userinfo-popover {
    max-width: 350px;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0.5rem;
    border: var(--rexx-sidebar-border) !important;
    line-height: 1.5;
}

.userinfo-popover .popover-body{
    min-width: 250px;
    min-height: 80px;
    padding: 10px;
    display: flex;
    font-size: 14px;
    color: var(--rexx-color);
}

.userinfo-popover .popup-inner {
    display: flex;
}

.userinfo-popover .popover-body .tc-loading,
.comment-loader .popover-body .tc-loading {
    height: auto;
    width: 60%;
    position: absolute;
}

.comment-loader .popover-body {
    padding: 0;
}

#stream_loader .popover-body {
    width: 100%;
    /*display: flex;*/
    color: var(--rexx-color);
    text-align: center;
}

#stream_whatsnew .popover-body .tc-loading {
    height: auto;
    width: 80%;
    position: absolute;
}

#stream_whatsnew #notification i {
    font-size: 22px;
    margin-top: 5px;
}

#stream_whatsnew .dropdown-contents a {
    color: var(--rexx-color);
    font-size: 11px;
}

#stream_whatsnew .badge{
    position: absolute;
    top: 1.2rem;
    background: red;
    padding: 4px 7px 4px 6px;
    border-radius: 50%;
    font-size: 10px;
    right: 0;
}

.userinfo-popover .popup-user-details {
    display: inline-block;
    width: 100%;
}

.userinfo-popover .popup-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #fff;
    background-clip: content-box;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-right: 10px;
    background-size: cover;
    float: left;
    display: inline-block;
}

.userinfo-popover .popup-rank img {
    width: 18px;
    height: auto;
    position: absolute;
    bottom: 0;
    display: block;
    max-width: 100px;
    margin-top: 2px;
    border-radius: 50%;
    background: no-repeat 50% 50%;
    background-size: cover;
    top: 50px;
    left: 20px;
}

.userinfo-popover .popup-name {
    font-weight: bold;
    margin: 5px 0;
    vertical-align: middle;
    display: flex;
    overflow: hidden;
    align-items: center;
    color: var(--rexx-blue);
    font-size: 14px;
}

.userinfo-popover .popup-rank {
    font-size: 13px;
    color: #777;
    margin: 5px 0;
}

a:has(> img.frame) {
    display: block;
    max-width: max-content;
    margin: 10px;
}

@media (min-width: 576px) {
    .container-sm-content {
        padding: 15px;
    }

    .container-sm-sticky {
        position: sticky;
        top: var(--rexx-body-desktop-padding);
    }
}

@media (min-width: 768px) {
    .container-md-content {
        padding: 15px;
    }

    .container-md-sticky {
        position: sticky;
        top: var(--rexx-body-desktop-padding);
    }
}

@media (min-width: 992px) {
    .container-lg-content {
        padding: 15px;
    }

    .container-lg-sticky {
        position: sticky;
        top: calc(var(--rexx-header-height) + var(--rexx-body-desktop-padding));
    }
}

@media (min-width: 1200px) {
    .container-xl-content {
        padding: 15px;
    }

    .container-xl-sticky {
        position: sticky;
        top: var(--rexx-body-desktop-padding);
    }

    .list-item-info {
        display: block;
    }

    .start-page #announce_index .widget-content-fluid:last-child {
        padding-bottom: 52px;
    }

    .start-page #featured .widget-header {
        padding-bottom: 20px;
    }

    .start-page #featured .list-item:last-child,
    .start-page #whatsnew_index .list-item:last-child {
        display: none;
    }

    #menu-widget {
        height: auto;
    }
}

@media (min-width: 1400px) {
    .container-xxl-content {
        padding: 15px;
    }

    .container-xxl-sticky {
        position: sticky;
        top: var(--rexx-body-desktop-padding);
    }

    .list-item-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .list-item-info {
        display: unset;
    }

    .start-page #announce_index .widget-content-fluid:last-child {
        padding-bottom: 40px;
    }

    .start-page #featured .widget-header {
        padding: 10px 15px;
    }

    .start-page #featured .list-item:last-child,
    .start-page #whatsnew_index .list-item:last-child {
        display: flex;
    }
}

/*** page header ***/
.page-header {
    position: relative;
    padding: 10px;
}

.page-header .page-header-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.page-header .page-header-row:last-child {
    margin-bottom: 0;
}

.page-header .page-header-row.page-header-main {
    margin-bottom: 10px;
}

.page-header .page-navigation {
    align-items: center;
    flex-direction: column;
}

.page-header .page-navigation .page-navigation-search {
    flex: 1;
    margin-right: var(--rexx-space-desktop);
}

.page-header .page-navigation .page-navigation-pagination {
    align-items: center;
}

.page-header .page-navigation .page-navigation-pagination .navbar {
    margin-top: 10px;
}

.page-header .page-actions {
    justify-content: end;
}

.page-header .page-header-icon {
    color: #fff;
    flex: 0 0 65px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
}

.page-header .page-header-content {
    min-width: 0;
    padding: 0 10px;
}

.page-header .page-header-title,
.page-header .page-header-subtitle {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.page-header .page-header-title {
    color: #444;
    font-size: 18px;
}

.page-header .page-header-subtitle {
    color: #6e6e6e;
    font-size: 14px;
    font-weight: 700;
}

.page-header .page-header-meta {
    font-size: 11px;
}

.page-header .page-actions .btn {
    margin-left: 7px;
}

@media (min-width: 992px) {
}

@media (min-width: 768px) and (max-width: 992px), (min-width: 1500px) {
    /*.page-header .page-header-row,*/
    /*.page-header .page-header-row .pagination*/
    /*{*/
    /*    justify-content: start;*/
    /*}*/

    .page-header .page-header-title {
        margin-right: 175px;
    }

    .page-header .page-header-row {
        margin-bottom: 0;
    }

    .page-header .page-navigation {
        align-items: end;
        flex-direction: row;
    }

    .page-header .page-navigation .page-navigation-pagination {
        justify-content: end;
    }

    .page-header .page-navigation .page-navigation-pagination .navbar {
        margin-top: 0;
    }

    .page-header .page-actions {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .page-header .translate-actions {
        position: absolute;
        right: 10px;
        top: 50px;
    }
}

/*** page footer ***/
.page-footer .page-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
}

.page-footer .page-actions .btn {
    margin-left: 7px;
}

/*** widgets ***/
.widget {
    background-color: var(--rexx-body-bg-white);
    margin-bottom: var(--rexx-body-desktop-padding);
    border-radius: var(--rexx-portlet-border-radius);
    border: none;
    box-shadow: var(--rexx-portlet-box-shadow);
}

.widget .widget-header,
.widget .widget-header h1,
.widget .widget-header h2,
.widget .widget-header h3,
.widget .widget-header h4,
.widget .widget-header h5,
.widget .widget-header h6
{
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    color: var(--rexx-font-color);
    font-variant: small-caps;
}

.widget .widget-header {
    padding: 10px 15px;
}

.widget .widget-header .widget-header-title {
    display: flex;
    align-items: center;
    position: relative;
}

.widget .widget-header h1,
.widget .widget-header h2,
.widget .widget-header h3,
.widget .widget-header h4,
.widget .widget-header h5,
.widget .widget-header h6 {
    margin: 0;
    padding: 0;
}

.widget .widget-header .widget-header-title h2 {
    margin: 0 auto;
}

.widget.widget-content,
.widget .widget-content
{
    padding: 15px;
}

.widget .widget-content,
.widget .widget-content-fluid
{
    margin: 0;
}

.widget .widget-content-fluid.list .list-item:hover
{
    background-color: var(--rexx-hover-color);
    position: relative;
    z-index: 10
}

.widget.widget-nav,
.widget .widget-nav
{
    padding: 10px;
    display: flex;
    align-items: center;
}

/** lists */
.list .list-item {
    padding: 7px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.list .list-item:last-child {
    border-bottom: 0;
}

.list a.list-item,
.list .list-item.linked
{
    cursor: pointer;
}

.list a.list-item:hover,
.list .list-item.linked:hover {
    background-color: #d9edf7;
}

.list a.list-item:hover,
.list a.list-item:hover *,
.list .list-item a:hover,
.list .list-item a:hover * {
    text-decoration: none;
}

.list .list-item .list-item-header,
.list .list-item .list-item-content,
.media-list .content-entry .content-entry-content
{
    padding: 7px;
}

.list .list-item .list-item-header {
    text-align: center;
    width: 64px;
}

.list .list-item .list-item-header i {
    font-size: 45px;
    text-align: center;
}

#help_topics .list .list-item .list-item-header,
#announce_index .list .list-item .list-item-header,
#update_info .list .list-item .list-item-header {
    text-align: center;
    filter: brightness(104%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--rexx-body-bg-color) no-repeat center;
    border: 3px solid #fff;
    background-size: cover;
    display: inline-block;
}

#help_topics .list .list-item .list-item-header i,
#announce_index .list .list-item .list-item-header i,
#update_info .list .list-item .list-item-header i{
    font-size: 28px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
}

.list .list-item .list-item-header .content-avatar-image {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #eee;
    background-image: none;
    background-size: cover;
    padding: 2px;
    display: inline-block;
}

.list .list-item .list-item-content {
    flex: 1;
    min-width: 0;
}

.list .list-item .list-item-content,
.media-list .content-entry-content
{
    font-size: 16px;
    line-height: 1.3em;
}


.media-list .content-title,
.media-list .content-meta
{
    display: block;
    line-height: unset;
}

.list .list-item .list-item-title,
.media-list .content-title
{
    line-height: 1.5;
    color: var(--rexx-color);
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list .list-item .list-item-title b {
    color: #282828;
}

.list .list-item .list-item-text,
.list .list-item .list-item-text a,
.media-list .content-meta
{
    color: var(--rexx-color);
    font-size: 13px;
    font-weight: 400;
}

/** pagination **/
.widget .pagination {
    display: flex;
    flex: 1;
}

.widget .pagination .rexx-nav {
    display: flex;
    padding: 0;
    flex-wrap: nowrap;
}

.widget .pagination .rexx-nav li {
    margin: 0 7px 0 0;
}

.widget .pagination .rexx-nav li:last-child {
    margin: 0;
}

.widget .pagination li p {
    padding: 0;
    font-size: 14px;
    color: #777;
    white-space: nowrap;
}

.pagination .btn {
    width: 57px;
}

/** customize forum view **/
.forumbg {
    font-size: 11px;
}

.action-bar .pagination li span
{
    font-size: 14px;
}

.row .topiclist .header .list-inner {
    padding-top: 0;
    padding-bottom: 0;
}

/** customize mediacenter widget **/
.media-list .content-entry {
    margin: 0;
    padding: 10px;
}

.media-list .content-entry .content-teaser-overlay {
    font-size: 3em;
}

.media-list .content-entry .content-type-icon {
    font-size: 1.1em;
}

/*** customize search bar ***/
.search-box {
    background-color: transparent;
    margin: 0;
}

.search-box.search-box-slim .multiselect + .ui-multiselect,
.search-box-slim .search-box .multiselect + .ui-multiselect
{
    line-height: 26px !important;
    font-size: 14px;
}

.search-box.search-box-slim .btn i,
.search-box-slim .search-box .btn i
{
    font-size: 14px;
}

.search-box fieldset .wait_ani {
    display: none;
}

.search-box .inputbox {
    /*border-left: 1px solid #C7C3BF;*/
    font-size: 13px !important;
    line-height: 1.5 !important;
    padding: 0.375rem 0.75rem !important;
    float: none;
    height: unset;
    width: auto;

    flex: 1;
}

.search-box .inputbox::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
    opacity: 1; /* Firefox */
}

.search-box .inputbox:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #888;
}

.search-box .inputbox::-ms-input-placeholder { /* Microsoft Edge */
    color: #888;
}

.search-box  {
    font-size: 14px;
}

.search-box .ui-multiselect {
    /*color: #555;*/
}

.search-box .btn {
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-radius: 4px;
}

/** multiselect */
select + button.ui-multiselect {
    background-color: var(--rexx-body-bg-white);
    border-radius: 4px;
    font-size: 1em;
    line-height: 1.5rem;
    margin: 0;
    outline: none;
}

select + button.ui-multiselect {
    text-align: left;
    padding: 0;
    clear: both;
    vertical-align: bottom;
    font-size: inherit;
    overflow: hidden;
    max-width: 100%;
}

.input-group > .input-group-prepend > .multiselect + .ui-multiselect {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.ui-multiselect .ui-multiselect-btn-append {
    color: #878787;
    float: right;
    font-size: 13px;
    padding-left: 5px;
}

.ui-multiselect-menu,
.post-buttons .dropdown,
.search-box .dropdown
{
    background-color: var(--rexx-body-bg-white);
    border: var(--rexx-border);
    border-radius: var(--rexx-portlet-border-radius);
    display: none;
    position: absolute;
    font-size: 14px;
    width: auto !important;
    z-index: 1021;
}

body.search-box-fixed > .ui-multiselect-menu {
    position: fixed;
}

#menu-widget #dropdown_menu a#timesClockContextMenu{
    padding: 5px 0 5px 0;
    font-size: 15px;
    line-height: 0.75em;
    vertical-align: middle;
    width: 50px;
    letter-spacing: 1px;
    font-weight: 500;
}

#menu-widget #dropdown_menu a#timesClockContextMenu .fa-ellipsis::before {
    top: 12px;
    left: 15px;
}

.ui-multiselect-menu ul,
.post-buttons .dropdown ul,
.search-box .dropdown ul
{
    list-style-type: none;
    margin: 0;
    padding: 0 0 10px 0;
    height: auto !important;
}

.ui-multiselect-menu label,
.post-buttons .dropdown a,
.search-box .dropdown a
{
    padding: 8px 20px 8px 8px;
    margin: 0;
    color: #222222;
    display: block;
    cursor: default;
}

.ui-multiselect-menu label i,
.post-buttons .dropdown li i,
.search-box .dropdown li i
{
    color: var(--rexx-blue);
    font-size: 14px;
    margin-right: 5px;
}

.ui-multiselect-menu label > span:hover,
.post-buttons .dropdown a > span:hover
{
    padding-bottom: 4px;
    border-bottom: 2px solid var(--rexx-blue);
    font-weight: normal;
    color: #212121;
    cursor: pointer;
}

.ui-multiselect-menu label.ui-state-active span
{
    padding-bottom: 4px;
    border-bottom: 2px solid var(--rexx-blue);
    font-weight: normal;
    color: #212121;
}

.ui-multiselect-menu label.ui-state-active,
.ui-multiselect-menu label.ui-state-active i
{
    color: var(--rexx-blue);
}

.ui-multiselect-menu.ui-multiselect-single input {
    display: none;
}

.search-box .dropdown,
.post-buttons .dropdown
{
    padding: 0;
}

.search-box .dropdown .pointer,
.post-buttons .dropdown .pointer
{
    display: none;
}

.search-box .dropdown .dropdown-contents,
.post-buttons .dropdown .dropdown-contents
{
    padding: 0;
    border: 0;
    background: none;
}
.page-actions .dropdown .dropdown-contents {
    padding-bottom: 10px;
}

.dropdown-contents.dropdown-nonscroll,
.page-actions #quickmod .dropdown .dropdown-contents {
    border-radius: var(--rexx-portlet-border-radius);
    border: var(--rexx-border);
}

.page-actions .dropdown-contents li {
    border: none;
}

.page-actions .dropdown-contents li a i,
.page-actions .dropdown-contents li a:hover i,
.page-actions .dropdown-contents li a:active i,
.page-actions .dropdown-contents li a:focus i,
.page-actions .dropdown-contents li a i:hover,
.page-actions .dropdown-contents li a i:active,
.page-actions .dropdown-contents li a i:focus {
    color: var(--rexx-blue);
}

.page-actions .dropdown-contents li a {
    color: #222222;
    cursor: pointer;
    background-color: #FFF;
}

.page-actions .dropdown-contents li a span:hover {
    padding-bottom: 4px;
    border-bottom: 2px solid var(--rexx-blue);
    cursor: pointer;
}

.search-box .dropdown li,
.post-buttons .dropdown li
{
    border: 0;
}

.responsive-menu {
    position: absolute;
    top: 10px;
    right: 10px;
}

/** forms **/
.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.article-views {
    display: block;
    text-align: right;
    color: var(--rexx-color);
    font-size: 15px;
    font-weight: 400;
}

/** master buttons **/
.master-buttons {
    position: fixed;
    bottom: 25px;
    right: 30px;
    z-index: 9000;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.master-buttons .master-button {
    margin-left: 15px;
}

.master-buttons .button-top {
    max-width: 840px;
}

.master-buttons .button-top a {
    font-size: 30px;
    width: 0;
    height: 0;
    line-height: 0;
    border-radius: 50%;
    display: block;
    text-align: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    will-change: transform;
    opacity: 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.master-buttons .button-top.visible a {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(1, 1, 0, 1.5);
    transition: transform 0.5s cubic-bezier(1, 1, 0, 1.5);
    -webkit-transform: scale(1);
    transform: scale(1);
    will-change: transform;
    opacity: 1;
    width: 55px;
    height: 55px;
    line-height: 50px;
}

.master-buttons .button-top.visible a span {
    font-size: 18px;
}

.master-buttons .chatbot-link {
    position: relative;
}

.master-buttons .chatbot-link .chatbot-link-avatar {
    width: 55px;
    height: 55px;
    line-height: 51px;
    font-size: 25px;
    text-align: center;

    background-color: #c8191a;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.master-buttons .chatbot-link .chatbot-link-icon {
    position: absolute;
    top: -5px;
    right: -5px;

    width: 25px;
    height: 25px;
    font-size: 21px;
    line-height: 25px;
    text-align: center;

    border-radius: 50%;
    background-color: var(--rexx-body-bg-white);
    color: #c8191a;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

#blur-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 50%;
    z-index: 1021;
}

/**
 * @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.
 */

.third-frame {
    margin-top: 300px !important;
}

.msg-div {
    text-align: center;
}

.invisible {
    visibility: hidden;
}

.freeze {
    overflow: hidden;
}

.tc-loading-cover {
    top: 0;
    left: 0;
    z-index: 1020;
    width: 100%;
    height: 100vh;
    position: fixed;
}

#scan-manager-pdf-viewer {
    width: calc(100% - 10px);
    height: calc(100% - 5px);
    position: absolute;
}

#scan-manager {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    position: fixed;
}

#on-my-document {
    width: 174px;
    height: 253px;
}

.tc-loading-cover[id^="widget_loader_"] {
    height: calc(100% - 20px);
}

.center-div {
    margin: auto;
    position: relative;
}

.child-1 {
    display: flex;
}

#main-loading {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 10000;
}

#loader-activity, #loader-publications {
    width: calc(100% - 30px);
    margin-left: 15px;
    height: calc(100% - 10.2%);
    margin-top: 2%;
}

#on-portal-form {
    width: 100%;
    height: 100%;
    position: absolute;
}

#on-portal-post-edit-mode {
    width: 100%;
    height: 100%;
    position: absolute;
}

#on-chat {
    position: relative;
}

.on-comment-form {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}

#on-notification-list {
    width: 100%;
    height: calc(100% - 50px);
    top: 50px;
    position: absolute;
}

#on-gallery {
    height: 100%;
    width: 100%;
    position: absolute;
}

#timesClockLoading .tc-loading-inner-div{
    display: none;
}

.tc-loading {
    height: 100%;
    width: 100%;
    position: absolute;
}

.tc-loading-transparent {
    z-index: 100;
    background: white;
    opacity: .8;
}

.dark-body .tc-loading-transparent {
    background: #000000;
}

.tc-loading-cover-inverted .tc-loading-transparent {
    background: #000a12 !important;
}

.solid-background .tc-loading-transparent {
    opacity: 1 !important;
}

.invisible-background .tc-loading-transparent {
    visibility: hidden;
}

.loading:not(.cards-container) .tc-loading-transparent {
    background-color: transparent;
}

.tc-loading-normal {
    z-index: 101;
    display: flex;
    align-items: center;
}

.tc-loading-inline {
    position: static;
}

.tc-loading-inline .tc-loading-transparent {
    display: none;
}

.tc-loading-inline .tc-loading-normal {
    position: static;
}

.tc-loading-inline.invisible {
    display: none;
}

.ng-scope {
    margin: auto;
}

@keyframes tc-loading-inner-div {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.tc-loading-inner-div div {
    box-sizing: border-box !important
}

.tc-loading-inner-div > div {
    position: absolute;
    width: 93px;
    height: 93px;
    top: 3.5px;
    left: 3.5px;
    border-radius: 50%;
    border: 3px solid var(--rexx-color);
    border-color: var(--rexx-color) transparent var(--rexx-color) transparent;
    animation: tc-loading-inner-div 2s linear infinite;
}

.dark-body .tc-loading-inner-div > div,
.tc-loading-cover-inverted .tc-loading-inner-div > div {
    border: 3px solid #fff;
}

.tc-loading-inner-div > div:nth-child(2), .tc-loading-inner-div > div:nth-child(4) {
    width: 77px;
    height: 77px;
    top: 11.5px;
    left: 11.5px;
    animation: tc-loading-inner-div 2s linear infinite reverse;
}

.tc-loading-inner-div > div:nth-child(2) {
    border-color: transparent var(--rexx-blue) transparent var(--rexx-blue)
}

.tc-loading-inner-div > div:nth-child(3) {
    border-color: transparent
}

.tc-loading-inner-div > div:nth-child(3) div {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
}

.tc-loading-inner-div > div:nth-child(3) div:before, .tc-loading-inner-div > div:nth-child(3) div:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: -7px;
    left: 36px;
    background: var(--rexx-color);
    border-radius: 50%;
    box-shadow: 0 86px 0 0 var(--rexx-color);
}

.tc-loading-cover-inverted .tc-loading-inner-div > div:nth-child(3) div:before,
.tc-loading-cover-inverted .tc-loading-inner-div > div:nth-child(3) div:after {
    background-color: var(--rexx-body-bg-white);
    box-shadow: 0 86px 0 0 #fff;
}

.tc-loading-inner-div > div:nth-child(3) div:after {
    left: -7px;
    top: 36px;
    box-shadow: 86px 0 0 0 var(--rexx-color);
}

.tc-loading-inner-div > div:nth-child(4) {
    border-color: transparent;
}

.tc-loading-inner-div > div:nth-child(4) div {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
}

.tc-loading-inner-div > div:nth-child(4) div:before, .tc-loading-inner-div > div:nth-child(4) div:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: -7px;
    left: 28px;
    background: var(--rexx-blue);
    border-radius: 50%;
    box-shadow: 0 70px 0 0 var(--rexx-blue);
}

.tc-loading-inner-div > div:nth-child(4) div:after {
    left: -7px;
    top: 28px;
    box-shadow: 70px 0 0 0 var(--rexx-blue);
}

.ng-scope {
    width: 71px;
    height: 71px;
    display: inline-block;
    overflow: hidden;
}

.tc-loading-inner-div {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.71);
    backface-visibility: hidden;
    transform-origin: 0 0;
}

.tc-loading-inner-div div {
    box-sizing: content-box;
}

#for-grid-table {
    position: absolute;
    height: 80px;
    bottom: 0;
}