@import url("/style/custom/genk/menu.css?v=1");

header.custom.topheader {	
	padding: 0 !important;
	height: 80px;
    display: block !important;
	z-index: 999 !important;
}

div header {
	padding: 0;
}

#j-container header {
    overflow: visible !important;
}

#p104 a{
    background: var(--default-black);
    color: var(--default-white);
}

/* standard button color, background and text color*/
.button-color {
    border: 0 solid #fff;
    background-color: #000;
    color: #fff;
}
 
/* disable button color, background and text color*/
.button-color:disabled {
    background-color: #999;
    color: #ccc;
}
 
/* highlighted button color */
button.highlight, .viewtype-color.high, .presoption-color.high {
    background-color: #000;
}
 
/* error message color*/
.error {
    color: darkred;
}
 
/* semi selected icon color, for example in the period control when some months from one year are selected */
.icon-color-low {
    color: #999;
}
 
/* default icon color */
.icon-color-reg {
    color: #000;
}
 
/* selected icon color */
.icon-color-high {
    color: #000;
}
 
/* delete icon color */
.icon-color-delete {
    color: red;
}
 
/* unselected viewtype icon color */
.viewtype-color-back {
    color: #000;
}
 
/* selected viewtype icon color */
.viewtype-color-front {
    color: #000;
}
 
/* left panel header color */
.header-color {
 background: #f6f7f8;
 color: #000;
}
 
/* left panel icons li first elements */
.icon-color.high {
 color: #000;
}
 
/* left panel icons li sub elements */
.icon-color{
 color: #000;
}
 
/* left panel icons new element */
.button-color.high {
 background-color: #000;
 color: #FFF;
}
 
/* j-list icons active element */
.viewtype-color.high {
 color: #000;
}
 
/* j-list icons in-active element */
.viewtype-color {
 color: #000;
}
 
/* spinner during loading */
.jive-spinner-holder .jive-spinner .side .fill {
 background: #000;
}

.j-workspace-bar .j-list li.current .item {
    border-bottom-color: #000;
}