@import url("/style/custom/dh/menu.css");


/**************************************/
/**************************************/
/*                                    */
/*           STANDAARD CSS            */
/*          SWING HUISSTIJL           */
/*             VOOR JIVE              */
/*                                    */
/*            VERSIE 1.00             */
/*                                    */
/*        DONKER GRIJS = #444         */
/*        DONKER BLAUW = #227b3c      */
/*                                    */
/**************************************/
/**************************************/

#container_menu_top{
    display: none;
}

/* custom header */
header.custom.topheader {	
	padding: 0 !important;
	height: 100.83px;	
    background-repeat: no-repeat;
    background-position: left center;
} 

#innercontainer header {
	height: 100.83px;	
}

ul.subMenu{
    margin: 0;
}

div header {
    padding: 0;
}

.subMenu {
    top: 85px;
}

#innercontainer header{
    background: transparent !important;
}


#j-container header {
    overflow: visible !important;
}
 
/* standard button color, background and text color */
.button-color {
    border: 0 solid #FFF;
    background-color: #227b3c;
    color: #FFF;
}
 
/* disable button color, background and text color */
.button-color:disabled {
    background-color: #999;
    color: #CCC;
}
 
/* highlighted button color */
button.highlight {
    background-color: #227b3c;
}
 
/* 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: #227b3c;
}
 
/* selected icon color */
.icon-color-high {
    color: #227b3c;
}
 
/* delete icon color */
.icon-color-delete {
    color: RED;
}
 
/* unselected viewtype icon color */
.viewtype-color-back {
    color: #227b3c;
}
 
/* selected viewtype icon color */
.viewtype-color-front {
    color: #227b3c;
}
 
/* left panel header color */
.header-color {
	background: #f6f7f8;
	color: #227b3c;
    padding: 5px;
}
 
/* left panel icons li first elements */
.icon-color.high {
 color: #227b3c;
}
 
/* left panel icons li sub elements */
.icon-color{
	color: #000;
}
 
/* left panel icons new element */
.button-color.high {
	background-color: #227b3c;
	color: #FFF;
}
 
/* j-list icons active element */
.viewtype-color.high {
	color: #227b3c;
}
 
/* j-list icons in-active element */
.viewtype-color {
	color: #000;
}
 
/* spinner during loading */
.jive-spinner-holder .jive-spinner .side .fill {
	background: #227b3c;
}

/* border underline tabs */
.j-workspace-bar .j-list li.current .item {
    border-bottom-color: #227b3c;
}


.viewtype-color.high, .presoption-color.high {
    background-color: #227b3c;
    color: #fff;
}

@media screen and (max-width: 1155px) {
    #container_menu {
        right: 40px;
    }
}