.page .mobile-page-header,
.nav-container,
.nav-container + .clearfix{
    background-color: #b81e1f;
}

.table-header {
    background-color: #DB8E8F;
}

a, .btn{
    color: #b81e1f;
}

tr.hasNew {
    background-color: #F0D2D2 !important;
}

.menu .jstree-default .jstree-container-ul .jstree-node > .jstree-children {
    border-top: 3px solid #b81e1f;
}

.page .menu-btn, .page .menu-btn:hover, .page .menu-btn:focus, .page .menu-btn:active {
    background-color: #b81e1f;
}

a:hover, a:focus, a:active,
.btn:hover, .btn:focus, .btn:active {
    color: #4d0c0c;
}