body,
.t-Body {
  background: #ffffff;
  color: #666666;
}

.t-Body-title {
  background-color: #ffffff;
  color: #666666;
}

/* WiLu 2020-01-07 */
.a-AlertMessages--page,
.t-Alert--page.t-Alert--success {
    top: 100px;    
}
.t-Body-contentInner {
    padding: 8px;
}

.t-Region-headerItems--title {
    padding-top: 8px;
    padding-bottom: 8px; 
    padding-right: 0px;
    padding-left: 0px;
}

.t-Region .t-Region-body {
    padding-left: 0px;
    padding-right: 0px;
}

/* WiLu 25-03-2019 Hide Footer (Version Number) */
.t-Footer { 
	Display: none;
}

/* ArSp 25-09-2020 /apex_custom/font/ removed from url */
@font-face {
    font-family: NEC;
    src: url('NEC.woff2') format('woff2'),
        url('NEC.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.nec-font {
	font-family: NEC !important;
}

/* WiLu 29-09-2020 Removed
.logo-app-icon {
    content:url(/apex_custom/image/NEC-APEX-Logo-blue-88px-30px.png);
    display: inline-block;
	vertical-align: middle;
}
*/

.t-Header-logo {
	font-size: 21px !important;
}

.fa, .fa:before {
    display: inline-block;
    vertical-align: middle;
}


.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-selected,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current--top.is-selected {
  background-color: #1E90FF;
}

.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-hover {
  background-color: #00BFFF !important; /*#0000FF !important; #8da8d9 !important;*/
}


/* WiLu 20200811 */
/* http://vmorneau.me/peeking-at-collapsed-navigation-menu-entries/  */

.js-navCollapsed .t-TreeNav .a-TreeView-node--topLevel>.a-TreeView-content.is-hover .a-TreeView-label {
	visibility: visible;
	left: 48px;
	padding: 0 16px;
	width: auto; 
	background-color: #00BFFF; /* This would be your primary color */
}

.apex-side-nav.js-navCollapsed .t-Body-nav
, .apex-side-nav.js-navCollapsed .t-Body-nav .t-TreeNav {
    z-index: 999; /* Make it appear on top of the page content */
}

/* WiLu 20200819 */
/* Update on Report Comments template */

.t-Comments-info {
    order: 1 !Important;
}

.t-Comments-comment {
    order: 2 !important;
	width: 100%;
}


/* WiLu 20211102 */
.oj-popup {
	background-color : #FFFFFF !Important;
}

.oj-dvt-datatip{
	background-color : #FFFFFF !Important;
}

.a-IRR-sortWidget-rows {
    color: #FFFFFF !Important;
}
	
.a-IRR-header.is-active a,
.a-GV-header.is-active a {
    color: #FFFFFF !Important;
}


/*	
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-current--top, 
.t-Region .a-TreeView-node--topLevel.is-collapsible > .a-TreeView-row, 
.t-Region .a-TreeView-node--topLevel ul {
	background-color : #FFFFFF !Important;
}
*/

/* Oracle Apex 23.2 update */
.a-ComboSelect-item {
        color: #666666;
}
