html {
	position: relative;
	min-height: 100%;
}
a:hover {
	color: #000000 !important;
}
.header {
	justify-content: space-between;
	display: flex;
	align-items: center;
}
.bottom-line {
	border-bottom: 1px solid #e8e8e8;
	width: 100%;
}
.leftNavBtn {
	border-top-left-radius:0 !important;
	text-align:left !important;
}
.top-header {
	padding-right: 6%;
	padding-left: 6%;
	height: 42px;
	line-height:42px;
}
.contactsHeader {
	color: #a3a3a3;
}
.navbar-collapse {
	padding-left: 0px !important;
}
.icon-bar {
	background-color: #E17F25 !important;
}
footer {
	font: normal 14px / 28px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	position: absolute;
	width: 100%;
	color: #AAAAAA;
	margin-top:20px;
}
.footerH {
	color: #FFFFFF;
	margin-top: 0px;
}
.listLineSeparator {
	border-top: 1px solid;
	border-color: rgba(170,170,170,0.15);
}
.footerList {
	list-style:none;
	margin-top: 9px !important;
	padding-top: 10px !important;
}
.footerTop {
	background-color: #353535 !important;
	padding-bottom: 10px;
	padding-top: 50px;
}
.footerBottom {
	padding: 20px 15px;
	background-color: #252525 !important;
	height: 60px;
}
.footerLink {
	margin-right:40px;
	color: #FFFFFF !important
}
.clientPanel {
	border-color: #E17F25 !important;
}
.clientPanel .panel-heading {
	background-color: #E17F25 !important;
	color: #FFFFFF !important;
}
.btn-primary {
	background-color: #E17F25 !important;
	border-color: #E17F25 !important;
}
.navlink {
	color: #000000 !important;
	font-weight: 700 !important;
}
.navlink:hover {
	color: #E17F25 !important;
}
.navlinkActive {
	color: #E17F25 !important;
	font-weight: 700 !important;
}
.primaryColour {
	color: #E17F25 !important;
}
.blackColour {
	color: #000000 !important;
}
.whiteColour {
	color: #FFFFFF !important;
}
.whiteHover:hover {
	color: #FFFFFF !important;
}
.orangeHeadingSeparator {
	background-color:#E17F25;
	margin-bottom:20px;
	height:160px;
}
.customBreadcrumb {
	background-color:transparent !important;
	padding-left:0px !important;
	padding-right:0px !important;
	margin:0px !important;
}
.glyphiconNotification {
	position: absolute;
	top: -7px;
	right: -6px;
	padding: 3px 3px 2px 3px;
	background-color: #E17F25;
	color: white;
	font-family: arial;
	font-weight: bold;
	font-size: 10px;
	border-radius: 4px;
	box-shadow: 1px 1px 1px silver;
}
.clickable:hover {
	cursor: pointer;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.item {
	cursor:move;
	margin-bottom:5px;
	border:1px solid #ccc;
	border-radius:4px;
}
.itemText {
	padding:7px;
	background-color:#FFFFFF
}
.floatingContainer {
	border-top: 1px solid #E17F25;
	background-color: #FFFFFF;
}
.bottomFloatingDiv {
	margin-top:10px;
	margin-bottom:10px !important;
	border: dashed 1px #E17F25;
}
.hoverDroppable {
	background-color: #E8E8E8;
	border: dashed grey;
}
.nav-tabs.nav-justified>.active>a {
	border-color: #E17F25 !important;
	border-bottom-color: #FFFFFF !important;
}
.nav-tabs.nav-justified>li>a {
	border-bottom-color: #E17F25 !important;
}
.customTab {
	border: 1px solid #E17F25 !important;
	border-top-color: transparent !important;
	padding: 10px;
}
.customBorder, .customBorder>tbody>tr>td, .customBorder>tbody>tr>th, .customBorder>tfoot>tr>td, .customBorder>tfoot>tr>th, .customBorder>thead>tr>td, .customBorder>thead>tr>th {
	border: 1px solid darkgrey !important;
}
					
@media print {
	.container {
		padding:0px !important;
		margin:0px !important;
		width:100%;
	}
	.hideOnPrint {
		display:none !important;
	}
	.showOnPrint {
		display:block !important;
	}
	a[href]:after {
		content: none !important;
	}
	.newPageAfter {
		page-break-after: always;
	}
}