@font-face {
  font-family: 'fire sans';
  src: url('/report/Style/font/FiraSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fire sans bold';
  src: url('/report/Style/font/FiraSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

header.custom.topheader
{	
	padding:0;
	height:80px;
	background:#FFF url(logo.svg) no-repeat center left 20px;
	background-size: 80px 60px;
}
 .header-title {
	 display: inline-block;
	 margin: 22px 0 33px 120px;
	 color: #23333a;
	 font-family: "fire sans", sans-serif;
	 font-size: 30px;
 }
 .pres header, .report header {
    padding:10px 40px 10px 65px;
}

 .swing-detailview .pres header {
    padding:4px 4px 4px 0;
}

/* standard button color, background and text color*/
.button-color {
    border: 0 solid #fff;
    background-color: #007db3;
    color: #000;
}
 
/* disable button color, background and text color*/
.button-color:disabled {
    background-color: #999;
    color: #ccc;
}
 
/* highlighted button color */
button.highlight {
    background-color: #007db3;
}
 
/* 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: #007db3;
}
 
/* selected icon color */
.icon-color-high {
    color: #007db3;
}
 
/* delete icon color */
.icon-color-delete {
    color: red;
}
 
/* unselected viewtype icon color */
.viewtype-color-back {
    color: #007db3;
}
 
/* selected viewtype icon color */
.viewtype-color-front {
    color: #007db3;
}
 
/* left panel header color */
.header-color {
 background: #007db3;
 color: #fff;
}
 
/* left panel icons li first elements */
.icon-color.high {
 color: #007db3;
}
 
/* left panel icons li sub elements */
.icon-color{
 color: #000;
}
 
/* left panel icons new element */
.button-color.high {
    background-color: #E6ECF9;
}
#j-startpanel-def .button-color.high, #j-startpanel-def .button-color {
	background-color: #007db3;
	color: #FFF;
}
/* j-list icons active element */
.viewtype-color.high {
 color: #007db3;
}
 
/* j-list icons in-active element */
.viewtype-color {
 color: #000;
}
 
/* spinner during loading */
.jive-spinner-holder .jive-spinner .side .fill {
 background: #007db3;
}