p, strong {
	color: #687284;
}
header.c-navbar {
	padding-left:20px;
}
header button.c-sidebar-toggle.js-sidebar-toggle {	
	padding-left:0px;
	padding-right: 0px;
}

table.c-table td {
	background-color: #fff;
}

.c-sidebar__brand {
	height: 120px;
}
.c-sidebar__brand img {
	width: 200px;
}

.c-sidebar__item.has-submenu>.c-sidebar__link {
	margin: 10px 0 !important;
}


.c-sidebar__list .c-sidebar__list {
	margin-left: 36px;
}
.c-sidebar__item.has-submenu li a {
	background-image: url("/img/submenu.png");
	background-repeat: no-repeat;
	background-position: 6px center; 
	
	margin-top: 0;
	margin-bottom: 0;
	padding-top:10px;
	padding-bottom: 10px;
}

.c-sidebar__list .c-sidebar__list .c-sidebar__link.is-active {
	border-left: 3px solid transparent;
	/*color: #252529;*/
	color: #2083fe;
}

.c-navbar {
	/* make it so we can have buttons on the top right */
	white-space: nowrap; 
	display: flex; 
	flex-direction: row;
	flex-wrap: nowrap; 
	overflow-x: auto; 
	overflow-y: hidden;
	padding-left: 20px;
}

.c-navbar .button-group {
	white-space: nowrap;
}
.c-navbar .c-breadcrumb {
	padding-right: 30px;
	font-size: 1.2rem;
}

.c-breadcrumb__item:last-child a.c-breadcrumb__link {
	color: inherit;
}




.c-input {
	font-size: 1.0rem !important;
}





.delta-properties {

}
.delta-properties span.property-key {
	display: inline-block;
	width: 150px;
	margin-right: 10px;
	color: #99a5bd;
	font-size: .60rem;
	font-weight: 600;
	letter-spacing: .9px;
	text-transform: uppercase;

	white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}
.delta-properties span.property-value {

	white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}



