@import url("/style/custom/ggdzw/menu.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

/* custom header */
header.custom.topheader {	
	padding: 0;
	height: 100px;	
	font-weight: 400;
} 

#ctl00_lnkhome {
    display: none;
}

body.kbe .button-color.high:focus {
   background: #3BBEB4;
   color: #000!important;
}


header.custom.layout.float-none.topheader.of-hidden header #header {
    max-width: 100%;
	text-align: left;
	font-size: 16px;
}

.b_header-wrapper {
    max-width: 100%;
}

#container_menu li#p103 a {
    border-bottom: 1px solid #002A5C;
}

 
/* standard button color, background and text color */
.button-color {
    border: 0 solid #FFF;
    background-color: #00285E;
    color: #FFF;
}
 
/* disable button color, background and text color */
.button-color:disabled {
    background-color: #999;
    color: #CCC;
}
 
/* highlighted button color */
button.highlight {
    background-color: #00285E;
}
 
/* 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: #00285E;
}
 
/* selected icon color */
.icon-color-high {
    color: #00285E;
}
 
/* delete icon color */
.icon-color-delete {
    color: RED;
}
 
/* unselected viewtype icon color */
.viewtype-color-back {
    color: #00285E;
}
 
/* selected viewtype icon color */
.viewtype-color-front {
    color: #00285E;
}
 
/* left panel header color */
.header-color {
	background: #3BBEB4;
	color: #000;
}
 
/* left panel icons li first elements */
.icon-color.high {
 color: #00285E;
}
 
/* left panel icons li sub elements */
.icon-color{
	color: #000;
}
 
/* left panel icons new element */
.button-color.high {
	background-color: #00285E;
	color: #FFF !important;
}
 
/* j-list icons active element */
.viewtype-color.high {
	color: #00285E;
}
 
/* j-list icons in-active element */
.viewtype-color {
	color: #000;
}
 
/* spinner during loading */
.jive-spinner-holder .jive-spinner .side .fill {
	background: #00285E;
}

/* border underline tabs */
.j-workspace-bar .j-list li.current .item {
    border-bottom-color: #00285E;
}

@media all and (max-width: 950px) {
	header.custom.layout.float-none.topheader.of-hidden {
		height: 70px;
		overflow: visible;
	}
	
	#innercontainer > header {
		overflow: visible;
		padding: 0;
	}
	#container_menu li#p103 a {
		border-bottom: none;
		background: #002A5C;
	}
}