.t-Region--accent1>.t-Region-header, .t-Region--accent14>.t-Region-header {
    background-image: url(/i/themes/theme_42/1.6/images/rw/textures/texture-11.png);
	
}
.t-Region--accent1>.t-Region-header {
    background-color: #4C825C;
    color: #fff;
}

.a-Button--hot, .t-Button--hot:not(.t-Button--simple), body .ui-button.ui-button--hot, body .ui-state-default.ui-priority-primary {
    background-color: darkcyan;
    color: #fff;
}

.t-Footer:before {
    display:none;
}

.t-BreadcrumbRegion+div>.apex-rds-container {
    margin-top: 0px;
}

.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current, .t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current--top.is-selected, .t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-selected {
    background-color: darkcyan;
}

.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current--top, .t-TreeNav .a-TreeView-node--topLevel ul, .t-TreeNav .a-TreeView-node--topLevel.is-collapsible>.a-TreeView-row {
    background-color: darkslategray;
}

.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-hover {background-color: darkcyan!important;}

.t-TreeNav--styleA .a-TreeView-node--topLevel .a-TreeView-row.is-current--top, .t-TreeNav--styleA .a-TreeView-node--topLevel .a-TreeView-row.is-current--top~ul .a-TreeView-row {
    box-shadow: inset darkslategray 4px 0 0;
}

.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-focused {
	box-shadow: 0 0 0 1px darkslategray inset;
}

.t-TreeNav--styleA .a-TreeView-node--topLevel .a-TreeView-row.is-current--top.is-focused, .t-TreeNav--styleA .a-TreeView-node--topLevel .a-TreeView-row.is-current--top~ul .a-TreeView-row.is-focused {
    box-shadow: inset darkcyan 4px 0 0, 0 0 0 1px darkcyan inset;
}

.a-IRR-selectList[size="1"]:focus, .a-Switch input[type=checkbox]:focus+.a-Switch-toggle, .apex-item-multi:focus, .apex-item-select:focus, .apex-item-select[size="1"]:focus, .apex-item-text:focus, .apex-item-textarea:focus, select.listmanager:focus {
    box-shadow: none;
    outline-offset: 2px;
    outline: none;
}


/*
.apex-button-group label, .t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc label {
    padding: calc(var(--ut-pillbutton-padding-y, 14px) - var(--a-button-border-width, 1px)) calc(var(--ut-pillbutton-padding-x, 10px) - var(--a-button-border-width, 1px));
}

.ui-dialog .ui-dialog-titlebar:before {
    background-color: cadetblue;
}

*/


.notification-count {
    position: absolute;
    top: -2px;
    cursor: pointer;
}

.notification-num {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 14px;
    font-size: 11px;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
    border: 1px solid rgba(70,70,70,.2);
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
}

.notification-badge-new{
	background: #f22;
}

.notification-badge-not-clicked{
	background: #ff9933;
}

.notification-badge-none{
	background: #222;
}

#viewer {
  height:100%;
  min-height: 640px;
}