@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&display=swap');

/**************************************/
/**************************************/
/*                                    */
/*           STANDAARD CSS            */
/*          SWING HUISSTIJL           */
/*             VOOR JIVE              */
/*                                    */
/*            VERSIE 1.00             */
/*                                    */
/*        DONKER GRIJS = #222         */
/*        DONKER BLAUW = #e10042      */
/*                                    */
/**************************************/
/**************************************/

/* custom header */
.jive header.topheader.custom {
    height: 80px;
	font-family: 'Barlow';
}

#innerheader {
    width: 100%;
    max-width: 100%;
    line-height: 60px;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}

#logo {
    height: 60px;
    float: left;
	margin-top: 10px;
	margin-right: 20px;
    vertical-align: bottom;
    transition: .3s;
}

#innerheader h1 {
    margin-right: 40px;
}

#innerheader h1, .header_title {
    float: right;
    margin: 10px 0 0;
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
}

#custommenu {
	padding: 0 0 0 40px;
	margin: 0;
}

#custommenu>li {
    display: inline-block;
    margin: 0;
}

#custommenu a {
    position: relative;
    display: block;
    height: 47px;
    margin: 10px 1rem;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

#custommenu a:before {
    content: "";
    position: absolute;
    right: 51%;
    bottom: 0;
    left: 51%;
    height: 3px;
    background: #00a8a9;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

#custommenu a:hover:before, #custommenu a:focus:before, #custommenu a:active:before, .active:before {
    right: 0!important;
    left: 0!important;
}

/*responsive*/

@media all and (min-width: 1px) and (max-width:750px){
	#innerheader h1 {
		display: none;
	}
}



 
/* standard button color, background and text color */
.button-color {
    border: 0 solid #FFF;
    background-color: #e10042;
    color: #FFF;
}
 
/* disable button color, background and text color */
.button-color:disabled {
    background-color: #999;
    color: #CCC;
}
 
/* highlighted button color */
button.highlight {
    background-color: #e10042;
}
 
/* 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: #e10042;
}
 
/* selected icon color */
.icon-color-high {
    color: #e10042;
}
 
/* delete icon color */
.icon-color-delete {
    color: RED;
}
 
/* unselected viewtype icon color */
.viewtype-color-back {
    color: #e10042;
}
 
/* selected viewtype icon color */
.viewtype-color-front {
    color: #e10042;
}
 
/* left panel header color */
.header-color {
	background: #222;
	color: #FFF;
}
 
/* left panel icons li first elements */
.icon-color.high {
 color: #e10042;
}
 
/* left panel icons li sub elements */
.icon-color{
	color: #000;
}
 
/* left panel icons new element */
.button-color.high {
	background-color: #e10042;
	color: #FFF;
}
 
/* j-list icons active element */
.viewtype-color.high {
	color: #e10042;
}
 
/* j-list icons in-active element */
.viewtype-color {
	color: #000;
}
 
/* spinner during loading */
.jive-spinner-holder .jive-spinner .side .fill {
	background: #e10042;
}

/* border underline tabs */
.j-workspace-bar .j-list li.current .item {
    border-bottom-color: #e10042;
}