/* add custom CSS here */
header[theme][theme="neutral"] {
	background: #ffffff!important;
	color: #222222;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.28);
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.28);
}
header[theme] > section i.header-icon {
    padding: 12px;
    display: none;
}
header[theme] > section .header-titles {
	display: flex;
	flex-direction: column;
	height: 80px;
	max-width: 100%;
	background-image: url(../assets/Aprio-logo@2x.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 22px!important;
	color: rgba(0,0,0,0.0)!important;
	background-clip: border-box;
}
header[theme].condensed > section {
	padding: 0 1em;
	height: 110px!important;
}
button[theme][theme="fab"][color="positive"] {
    color: #fff;
    background: #f47920!important;
}
app-job-list novo-list > div > novo-list-item div.list-item > item-header item-title > h6, app-job-list novo-list > div > novo-list-item div.list-item item-content i {
    color: #f47920!important;
}
novo-list-item item-header item-title h6 a {
   ;
    color: #f47920!important;
	font-size:20px;
    ;
}
a:active, a:hover, novo-activity-table .clickable:active, novo-activity-table .clickable:hover, novo-data-table .clickable:active, novo-data-table .clickable:hover {
    color: #f47920!important;
}