#page-head-wrapper {
		padding: 0;
		background-color: #f8f8f8;
		font-size: 1.2em;
}

@media(min-width:768px) {
		#page-head-wrapper {
				position: inherit;
				margin: 0 0 0 250px;
				border-left: 1px solid #e7e7e7;
				border-bottom: 1px solid #e7e7e7;
				padding: 10px 15px 10px 15px;
		}
}

* html div#page-head-wrapper {
	height: 30px;
}

#pathContainer ul.breadcrumb {
	display: inline-block;
	padding-top: 8px;
}

#pathContainer div.dropdown {
	display: inline-block;
	float: right;
}

.alert-messages {
		position: fixed;
		top: 0px;
		left: 0;
		right: 0;
		z-index: 10000000;
}


.hasDatepicker {
	width: 80%;
	margin-right: 3px;
	display: inline-block;
}
.timeline {
	margin: 0;
	padding: 0;
}
.timeline li {
	list-style: none;
	margin: 0;
}
.timeline .timeline-panel {
	border-bottom: 1px dotted #ddd;
	padding: 10px 0;
}
.timeline .timeline-heading .fa {
	margin-right: 3px;
}
.timeline .timeline-body h5 {
	font-weight: bold;
}
.timeline .orderDetails {
	width: 90%;
	margin: 10px 15px;
	font-size: 14px;
}


/* SBADMIN2 HACKS */


@media(min-width:768px) {
		#page-wrapper {
				padding: 15px 15px 30px 15px;
		}
}

/* BOOTSTRAP3 HACKS */

.breadcrumb {
	margin-bottom: 0px;
	padding: 0px;
	background-color: #f8f8f8;
}


.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #ccc;
	content: "\00BB\00a0";
}

.mr-50
{
	margin-right: 50px;
}

body {
	font-size: 12px;
}

/* JQUERY UI HACKS */

nav.navbar {
	font-size: 1.1em;
}