
body {
    margin: 0;
}

.quarter-left {
    height:50%;
    width:50%;
    float:left;
}

.quarter-right {
    height:50%;
    width:50%;
    float:right;
}

.invisibleFilter {
    color: #f7f7f7;
    background-color: #f7f7f7;
    border: none;
    outline: none;
}

.thread_row {
    background: #ffd0d0
}

.mark_row {
    background: #d0d0ff
}

.sidebar_template_a.dhx_sidebar {
    background-color: #30333d;
}

.sidebar_template_a .dhx_sidebar__item--separator {
    background: rgba(255, 255, 255, 0.1);
}

.sidebar_template_a .dhx_sidebar-button {
    color: #fff;
}

.sidebar_template_a .dhx_sidebar-button.dhx_sidebar-button--active,
.sidebar_template_a .dhx_sidebar-button:active {
    color: #65a6e7;
}

.sidebar_template_a .dhx_sidebar-button.dhx_sidebar-button--active .dhx_sidebar-button__icon,
.sidebar_template_a .dhx_sidebar-button:active .dhx_sidebar-button__icon {
    color: inherit;
}

.sidebar_template_a .dhx_sidebar-button__icon {
    color: rgba(255, 255, 255, 0.7);
}

.sidebar_template_a--context-menu .dhx_menu {
    background-color: #30333d;
}

.sidebar_template_a--context-menu .dhx_menu-button {
    color: #fff;
}

.sidebar_template_a--context-menu .dhx_menu-button:hover:not(:disabled) {
    background-color: rgba(0, 0, 0, 0.07);
}

.sidebar_template_a--context-menu .dhx_menu-button--active:not(:disabled),
.sidebar_template_a--context-menu .dhx_menu-button:active:not(:disabled),
.sidebar_template_a--context-menu .dhx_menu-button:focus:not(:disabled) {
    color: #65a6e7;
    background-color: rgba(0, 0, 0, 0.15);
}

.sidebar_template_a--context-menu .dhx_menu-button--active:not(:disabled) .dhx_menu-button__icon,
.sidebar_template_a--context-menu .dhx_menu-button:active:not(:disabled) .dhx_menu-button__icon,
.sidebar_template_a--context-menu .dhx_menu-button:focus:not(:disabled) .dhx_menu-button__icon {
    color: inherit;
}

.sidebar_template_a--context-menu .dhx_menu-button__icon {
    color: rgba(255, 255, 255, 0.7);
}

.sidebar_template_a__logo {
    margin: 40px auto 20px;
}
