body {
    background-color: #ececec;
    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;
}

#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
{
    text-transform: unset;
    padding: .375rem .75rem;
    border-radius: 4px;
    font-size: 14px;

    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
}

.button:hover,
.btn:hover,
.button:active,
.btn:active,
.btn-check:checked + .btn {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

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

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

.btn-primary,
.btn-primary:not(:disabled):not(.disabled).focus,
.btn-primary:not(:disabled):not(.disabled):focus
{
    background-color: #fff;
    border-color: #4279A9;
    color: #4279A9;
}

.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: #4279A9;
    border-color: #4279A9;
    color: #fff;
}

.btn-highlight,
.btn-highlight:not(:disabled):not(.disabled).focus,
.btn-highlight:not(:disabled):not(.disabled):focus
{
    background-color: #fff;
    border-color: #4279A9;
    color: #4279A9;
}

.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: #4279A9;
    border-color: #4279A9;
    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: #fff;
    color: #888;
    cursor: not-allowed !important;
    border-color: #888;
}

/** grid **/
.container-content {
    padding: 15px;
}

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

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

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

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

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

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

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

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

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

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

    .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: 770px;
    }
}

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

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

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

    #menu-widget {
        height: 715px;
    }
}

/*** 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 .page-header-row .pagination*/
/*{*/
/*    justify-content: center;*/
/*}*/

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

.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 75px;
    height: 75px;
    width: 75px;
    line-height: 75px;
    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: 20px;
}

.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: #fff;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
}

.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
{
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

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

.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-content,
.widget .widget-content
{
    padding: 15px;
}

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

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

/** lists */
.list .list-item {
    border-bottom: 1px solid #e3e3e3;
    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: 36px;
    text-align: center;
}

.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
{
    color: #6e6e6e;
    font-size: 14px;
    font-weight: 700;

    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: #4d4d4d;
    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;
}

.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 .inputbox,
.search-box-slim .search-box .inputbox {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.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;
    color: #666;
}

/** multiselect */
select + button.ui-multiselect/*, input, select, textarea*/ {
    background: none;
    background: #fff;
    /*border: 1px solid #bbb;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 1em;
    line-height: 1.5rem;
    margin: 0;
    outline: 0 none;
    /*padding: 0.375rem 0.75rem !important;*/
}

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: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: none;
    position: absolute;
    font-size: 14px;
    width: auto !important;
    z-index: 1021;
    margin-top: 5px;
}

.ui-multiselect-menu ul,
.post-buttons .dropdown ul,
.search-box .dropdown ul
{
    list-style-type: none;
    margin: 0;
    padding: 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: #878787;
    font-size: 14px;
    margin-right: 5px;
}

.ui-multiselect-menu label:hover,
.post-buttons .dropdown a:hover,
.search-box .dropdown .active a
{
    background-color: #80bbd9;
    text-decoration: none;
}

.ui-multiselect-menu label.ui-state-active
{
    background-color: #08c;
}

.ui-multiselect-menu label.ui-state-active,
.ui-multiselect-menu label.ui-state-active i
{
    color: #fff;
}

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

.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: #4d4d4d;
    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: 45px;
}

.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: #fff;
    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 #000;
    border-color: #000 transparent #000 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;
    border-color: #fff transparent #fff transparent;
}

.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 #c8181a transparent #c8181a
}

.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: #000;
    border-radius: 50%;
    box-shadow: 0 86px 0 0 #000;
}

.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: #fff;
    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 #000;
}

.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: #c8181a;
    border-radius: 50%;
    box-shadow: 0 70px 0 0 #c8181a;
}

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

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