header.custom.topheader
{	
	padding:0;
	height:65px;
	background-color:#fff;
}

.jive header.topheader.custom {
    height: 159px!important;
}


.jive header .container_logo {
	max-width: 100%;
	padding: 10px;
}

.jive header #custommenu {
	max-width: 100%;
}


.jive .logo img {
    height: 45px;
}

.jive #innerheader {
    height: 66px;
	padding: 10px;
	max-width: 100%;
}	

.jive .menu {
	max-width: 100%;
}

/* START VIEWER CSS */

.j-panel div.search {
    padding: .5em;
    border-bottom: 1px solid #cbcfe0;
}

#j-tree button.item.pre i.icon-color, #j-tree button.item.rep i.icon-color, #j-tree button.item.url i.icon-color, #j-selection-tree-content button.item.pre i.icon-color, #j-selection-tree-content button.item.rep i.icon-color, #j-selection-tree-content button.item.url i.icon-color {
    background-color: transparent;
    color: #000;
}

.icon-color.low {
	color: #000;
}

.viewtype-color {
    background-color: transparent;
}

.presoption-color {
    color: #000;
}

button#start_intro {
    background-color: #000;
}

header.header-color {
    border-bottom: 1px solid #ccc;
	font-weight: bold!important;
}

.j-workspace-bar .j-list li.current .item {
    border-bottom-color: #AD9156;
}

div.j-workspace-bar {
    background-color: #fff;
}

a.header-color {
	color:#000;
}

.j-showselpopup.button-color {
    background-color: #000!important;
}

#j-period header.header-color {
	border-right: 1px solid #ccc;
}

#j-tree h2, #j-dimensions h2, #j-geolevel h2, #j-period h2, #j-presentation h2, #j-legend h2 {
    font-weight: bold!important;
}

.fa-times-circle:before {
    color: #000;
}

button.item:hover:not(.not-clickable) {
    background-color: rgba(140,140,140, .1);
}

.item.header, .j-modal div.level2, .j-workspace-bar {
    background-color: #f6f7f8;
}

.j-datatable.lefttop-div, .j-datatable.lefttop-div td {
    background-color: #f6f7f8;
}

.j-datatable th {
    background-color: #f6f7f8;
}

/* standard button color, background and text color*/
.button-color {
    border: 0 solid #fff;
    background-color: #AD9156;
    color: #fff;
}
 
/* disable button color, background and text color*/
.button-color:disabled {
    background-color: #999;
    color: #ccc;
}
 
/* highlighted button color */
button.highlight {
    background-color: #AD9156;
}
 
/* 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: #AD9156;
}
 
/* selected icon color */
.icon-color-high {
    color: #AD9156;
}
 
/* delete icon color */
.icon-color-delete {
    color: red;
}
 
/* unselected viewtype icon color */
.viewtype-color-back {
    color: #AD9156;
}
 
/* selected viewtype icon color */
.viewtype-color-front {
	color: #AD9156;
}
 
/* left panel header color */
.header-color {
	background: #f6f7f8;
	color: #000;
}
 
/* left panel icons li first elements */
.icon-color.high {
	color: #AD9156;
}
 
/* left panel icons li sub elements */
.icon-color {
	color: #000;
}
 
/* left panel icons new element */
.button-color.high {
	background-color: #AD9156;
	color: #FFF;
}
 
/* j-list icons active element */
.viewtype-color.high {
	color: #AD9156;
}
 
/* j-list icons in-active element */
.viewtype-color {
	color: #000;
}
 
/* spinner during loading */
.jive-spinner-holder .jive-spinner .side .fill {
	background: #AD9156;
}

/* END VIEWER CSS */