
/*body {
	padding-top: 45px;
}*/

/* override breadcumbs to embed in navbar */

.breadcrumb {
	margin-top: 8px;
}

.navbar-breadcrumbs {
	position: relative;
	z-index: auto;
	/* border-bottom: 1px solid #e5e5e5; */
	/* background-color: #f5f5f5; */
	min-height: 41px;
	line-height: 40px;
	padding: 2px 12px 0 0
}

.navbar-breadcrumb {
	background-color: transparent;
	display: inline-block;
	line-height: 20px;
	margin: 6px 22px 0 12px;
	padding: 0;
	font-size: 13px;
	color: #333;
	border-radius: 0
}

.breadcrumb > li, .breadcrumb > li.active {
	color: white;
	padding: 0 3px
}

.breadcrumb > li > a {
	display: inline-block;
	color: lightgray;
}

.full-navbar-btn {
	height: 45px;
}

.nav-search {
	position: relative;
}


/****/

.pointer {
	cursor: pointer;
}

/****/

.modal-header {
	background-color: #eff3f8;
}
