


/*---- MOBILE_THEME_HIGHLIGHT_BACKGROUND -----------*/
.nm-navlistitem.selected,
.report-summary-table thead,
.DocumentWizard_Properties_MenuItem.active
{
	border-color:#948671!important;
}

.nm-navheader,
.badge-accent
{
	background-color:#948671!important;
}
/*---- End MOBILE_THEME_HIGHLIGHT_BACKGROUND -----------*/

/*---- MOBILE_THEME_HIGHLIGHT_TEXT -----------*/
.badge-accent,
.nm-navheader-text
{
	color:#e8d3a2 !important;
}

.vml,
.header-logo path,
.header-logo polygon
{
	/* This is the img tag that gets converted to an svg tag using the jquery.inlinesvg.js plugin in SideBar.service.js */
	fill:#e8d3a2 !important;
}
/*---- MOBILE_THEME_HIGHLIGHT_TEXT -----------*/

.btn-primary{
	background-color: #0b645d!important;
	border-color: #0b645d!important;
	color: #e9e8e6 !important;
}

.btn-default,.btn-cancel{
	border-color: #0b645d!important;
	color: #0b645d !important;
}