.cf_header {
	border-bottom: 0px solid #e3649f !important;
	background-color: #4E4B42 !important;
}
.cf_header .navbar-header-holder {
	float: left !important;
	position: relative !important;
	height: 55px !important;
	width: 180px !important;
	margin: 3px 20px 3px 0px !important;
}
.cf_header .navbar-brand {
	width: 180px !important;
	line-height: 50px !important;
}
.navbar-header img {
	object-fit: contain;
	height: auto;
}
.cf_header .navbar-form {
	width: auto !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	border: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.cf_header .navbar-form .form-group {
	margin-top: 0px !important;
}
.cf_header .container-fluid {
	padding-left: 15px !important;
	padding-right: 0;
}
.cf_header_widget {
	border-radius: 5px;
	padding: 15px 20px !important;
	margin-bottom: 10px;
	margin-top: 10px;
	min-width: 33%;
	max-width: 50%;
}
.cf_header_no-padding2 {
	padding: 0 !important;
}
.cf_header_no-padding {
	padding: 0 !important;
}
.cf_header_m-b-md {
	margin-bottom: 20px;
}
.cf_header_m-b-md h3 {
	font-size: 16px !important;
	margin-top: 5px;
}
.cf_header_h3 {
	margin-top: 5px !important;
	font-weight: 600 !important;
	font-size: 16px !important;
}
.cf_header_dropdown-menu {
	background-color: #46545F;
	color: #FFFFFF;
	margin-top: 0px !important;
	<!-- min-width: 450px;
	-->box-shadow: none !important;
	border: 0px !important;
	border-radius: 0px !important;
}
.cf_header_dropdown-menu>li {
	display: block;
	font-size: 16px;
}
.cf_header_dropdown-menu>li a {
	position: relative;
}
.cf_header_dropdown-menu>li>ul>li>a {
	color: #333333;
}
.cf_header_dropdown-menu>li ul>li>a:hover, .cf_header_dropdown-menu>li ul>li>a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.cf_header_dropdown-menu .dropdown-menu>li>a, .dropdown-menu li>a {
	white-space: normal;
	text-decoration: none;
}
.cf_header_dropdown-large {
	position: static !important;
}
.cf_header_dropdown-menu-large {
	margin-left: 16px !important;
	margin-right: 16px !important;
	padding: 20px 0px !important;
	background-color: #46545F;
	color: #FFFFFF;
	/*
				border-bottom: 4px solid #e3649f !important;
				-webkit-border-radius: 0px !important;
				-moz-border-radius: 0px !important;
				border-radius: 0px !important;
				*/
}
.cf_header_dropdown-menu-large>li>ul {
	padding: 0;
	margin: 0;
}
.cf_header_dropdown-menu-large>li>ul>li {
	list-style: none;
}
.cf_header_dropdown-menu-large>li>ul>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: normal;
}
.cf_header_dropdown-menu-large>li ul>li>a:hover, .cf_header_dropdown-menu-large>li ul>li>a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.cf_header_dropdown-menu-large .disabled>a, .cf_header_dropdown-menu-large .disabled>a:hover, .cf_header_dropdown-menu-large .disabled>a:focus {
	color: #999999;
}
.cf_header_dropdown-menu-large .disabled>a:hover, .cf_header_dropdown-menu-large .disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed;
}
.cf_header_dropdown-menu-large .dropdown-header {
	color: #428bca;
	font-size: 18px;
}
@media (max-width: 900px) {
	.cf_header_dropdown-menu-large {
		margin-left: 0;
		margin-right: 0;
		border-bottom: 0 !important;
	}
	.cf_header_dropdown-menu-large>li {
		margin-bottom: 30px;
	}
	.cf_header_dropdown-menu-large>li:last-child {
		margin-bottom: 0;
	}
	.cf_header_dropdown-menu-large .dropdown-header {
		padding: 3px 15px !important;
	}
	.cf_header_dropdown-menu {
		padding: 20px 10px;
	}
}
/* Desktop Accordion */

.cf_header_accordion_frame {
	margin-bottom: 10px;
}
.cf_header_accordion {
	min-width: 300px;
	display: block;
	list-style-type: none;
	overflow: hidden;
	height: 80px;
	font-size: 0;
	padding-left: 5px;
}
.cf_header_accordion .cf_header_tabs {
	display: inline-block;
	background-color: #46545F !important;
	width: 50px;
	height: 80px;
	overflow: hidden;
	position: relative;
	margin: 0;
	font-size: 16px;
	-moz-transition: all 0.4s ease-in-out 0.1s;
	-o-transition: all 0.4s ease-in-out 0.1s;
	-webkit-transition: all 0.4s ease-in-out;
	-webkit-transition-delay: 0.1s;
	transition: all 0.4s ease-in-out 0.1s;
}
.cf_header_accordion .cf_header_tabs:hover {
	width: 275px;
}
.cf_header_accordion .cf_header_tabs:hover .product-links a:before {
	margin-left: -100px;
}
.cf_header_accordion .cf_header_tabs:hover .product-links a:after {
	margin-left: -5px;
}
.cf_header_accordion .cf_header_tabs .cf_header_paragraph {
	position: relative;
	width: 225px;
	margin-left: 50px;
	padding: 15px 0 0 10px;
	height: 80px;
	background: #fff;
}
.cf_header_accordion .cf_header_tabs .cf_header_paragraph h3 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #000000;
}
.cf_header_accordion .cf_header_tabs .cf_header_paragraph p {
	font-size: 12px;
	padding-right: 30px;
	color: #000000;
}
/* Mobile Accordion */

.cf_header_mobile_icons {
	display: block;
	list-style-type: none;
	margin: 10px;
	padding: 0;
}
.cf_header_mobile_icons .cf_header_tabs {
	display: inline-block;
	height: 50px;
	width: 50px;
	padding: 5px 5px;
	margin: 5px 5px;
}
.cf_header_mobile_icons .cf_header_tabs .cf_header_paragraph p, .cf_header_mobile_icons .cf_header_tabs .cf_header_paragraph h3 {
	display: none;
}
/* Accordion Common Elements */

.cf_header_product_links a {
	background-color: #46545F !important;
	display: block;
	-moz-transition: all 0.4s ease-in-out 0.1s;
	-o-transition: all 0.4s ease-in-out 0.1s;
	-webkit-transition: all 0.4s ease-in-out;
	-webkit-transition-delay: 0.1s;
	transition: all 0.4s ease-in-out 0.1s;
	width: 50px;
	height: 80px;
	position: absolute;
	text-indent: 0;
	padding-top: 20px;
	padding-left: 5px;
}
.cf_header_accordion_icon {
	width: 40px;
	height: 40px;
}
.cf_product_links a:after {
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #548abf), color-stop(100%, #295b9e));
	background-image: -moz-linear-gradient(#548abf, #295b9e);
	background-image: -webkit-linear-gradient(#548abf, #295b9e);
	background-image: linear-gradient(#548abf, #295b9e);
}
.cf_header_link, .cf_header_link:link, .cf_header_link.active, .cf_header_link.visited {
	color: #FFFFFF !important;
}
.top-navigation .cf_header_nav>li>a {
	padding: 0 !important;
	color: #FFFFFF !important;
}
.navbar>.top-navigation .cf_header_nav>li>a {
	padding: 15px 20px !important;
}
.navbar>.top-navigation .cf_header_nav2>li>a {
	padding: 15px 20px !important;
}
.top-navigation .cf_header_nav>li>a>span {
	padding: 15px 10px !important;
	display: block !important;
}
.cf_header_nav li a:hover {
	color: #FFFFFF;
	background-color: transparent !important;
}
.cf_header_nav .open>a, .cf_header_nav .open>a:hover, .cf_header_nav .open>a:focus, .cf_header_nav li a:hover {
	color: #FFFFFF !important;
	background-color: transparent !important;
}
.cf_header_nav li a, .cf_header_nav li a:active, .cf_header_nav li a:visited {
	color: #FFFFFF;
	background-color: #4E4B42;
}
.cf_header_notification_empty, .cf_header_notification_empty:link, .cf_header_notification_empty:active, .cf_header_notification_empty:visited {
	color: #C2C2C2 !important;
}
.cf_header_notification_full, .cf_header_notification_full:link, .cf_header_notification_full:active, .cf_header_notification_full:visited {}
.cf_header_notification_full .label {
	position: absolute;
	top: 8px;
	right: 8px;
}
.cf_header_btn {
	border-radius: 3px;
	color: inherit;
	background: white;
	border: 1px solid #e7eaec;
}
.cf_header_btn:hover, .cf_header_btn:focus, .cf_header_btn:active, .cf_header_btn.active, .cf_header_btn:active:focus, .cf_header_btn:active:hover, .cf_header_btn.active:hover, .cf_header_btn.active:focus {
	color: inherit;
	border: 1px solid #d2d2d2;
}
.cf_header_btn:active, .cf_header_btn.active {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.cf_header_btn:active, .cf_header_btn.active {
	background-image: none;
}
.cf_header_btn.disabled, .cf_header_btn.disabled:hover, .cf_header_btn.disabled:focus, .cf_header_btn.disabled:active, .cf_header_btn.disabled.active, .cf_header_btn[disabled], .cf_header_btn[disabled]:hover, .cf_header_btn[disabled]:focus, .cf_header_btn[disabled]:active, .cf_header_btn.active[disabled] {
	color: #cacaca;
}
.cf_header_margin_10 {
	margin: 10px -15px 0px -15px !important;
}
.navbar-header .navbar-toggle {
	border-color: transparent;
	/* Removes border color */
	background-color: transparent;
}
.navbar-header .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
	/* Changes regular toggle color */
}
.DDModule_Logo {
	width: 4em;
	height: auto;
	min-height: 48px;
	min-width: 48px;
}
/* Adjust the collapse breakpoint on the menu */

(min-width: 768px) @media (max-width: 900px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.dropdown-menu>li>a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		white-space: nowrap;
	}
	.navbar-header {
		float: none;
		width: 100%;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	/*
				.navbar-nav 
				{
            		float: none!important;
			   		margin: 7.5px 50px 7.5px -15px
        		}*/
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	/* since 3.1.0 */
	.navbar-collapse.collapse.in {
		display: block!important;
	}
	.collapsing {
		overflow: hidden!important;
	}
}
.dismiss-btn {
	color: #333333 !important;
	margin-left: 10px;
}
.BC-toggle {
	background-color: #3393C5;
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	display: flex;
	align-content: center;
}
.BC-ctr {
	align-self: center;
	margin-left: auto;
	margin-right: auto;
}
.BC-close {
	background-color: #cc0202;
}
.BC-highlight {
	background-color: #ffd42b !important;
}
.toast-title {
	width: 70%;
	display: inline;
}
.toast-top-full-width {
	margin-top: 65px;
}
.toast-top-left {
	margin-top: 65px;
	width: 40%;
}
#toast-container>.toast {
	width: 100%;
}
#cf_header_search_form {
	margin-top: 12px;
}
.new-input {
	background-color: #FFF;
	border: 1px solid #e5e6e7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	font-size: 14px;
	-webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	-moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	-ms-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	-o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	outline: none;
}
.new-input:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	border: 1px solid rgba(81, 203, 238, 1);
}
.searchInput, .searchType, .searchGo {
	float: left;
	margin-right: 4px;
}
input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#header_search_query {
	width: 180px;
	margin-left: 8px;
}
#cf_header_search_option {
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	appearance: none;
	outline-width: 0;
	background: transparent;
	min-width: 158px;
}
.outSelect {
	background-color: #FFFFFF !important;
	border-radius: 3px;
	overflow: hidden;
	background: url("../img/datatable-dropdown-arrow-10.png") no-repeat;
	background-position-x: 94%;
	background-position-y: 50%;
}
.search-container {
	float: left;
}
/* NEW NAV DROPDOWN AM 28/04/2018 */
.container-fluid>.navbar-header {
	margin-right: 0;
	width: 100%;
}
.nav_icons {
	float: right;
}
.navbar-nav.new-bars {
	margin-top: 15px;
}
.navbar-nav.new-bars a {
	color: #FFFFFF !important;
	padding-top: 15px;
	margin-right: 16px;
	margin-left: 10px;
	position: relative;
}
.new-collaspe .card {
	height: 30px;
	padding: 6px 4px;
	width: 100%;
}
#new-collaspe {
	background-color: #5D594F;
	color: #FFFFFF;
	font-size: 16px;
}
#accordion .panel {
	margin-bottom: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background-color: #4E4B42 !important;
}
#accordion .panel a.sub-panel {
	color: #FFFFFF !important;
	padding: 15px 10px;
	display: block;
}
#accordion .panel .panel-body {
	background-color: #5D594F;
	padding: 0;
}
.sub-accord-container {
	width: 100%;
	overflow: hidden;
}
.sub-accord-container>div.mod-type {
	float: left;
	width: 10px;
	padding-bottom: 10em;
	margin-bottom: -10em;
	min-height: 48px;
}
.mod-type-link {
	min-height: 48px;
	float: left;
	padding-bottom: 10em;
	margin-bottom: -10em;
	width: 100%;
}
#accordion .panel-body a.sub-accordion {
	color: #FFFFFF;
	padding: 15px 10px 15px 20px;
	display: block;
	position: relative;
	height: 48px;
}
#accordion .panel-body a.sub-accordion-favs {
	color: #FFFFFF;
	padding: 15px 10px 15px 20px;
	display: block;
	min-height: 48px;
}
span.mod-type {
	position: absolute;
	width: 10px;
	height: 48px;
	left: 0;
	top: 0;
}
span.events-colour, div.events-colour {
	background-color: #99CCCC;
}
span.contracts-colour, div.contracts-colour {
	background-color: #F7A54A;
}
span.qozo-colour, div.qozo-colour {
	background-color: #0668F0;
}span.quotes-colour, div.quotes-colour {
	background-color: #00BCD4;
}
span.projects-colour, div.projects-colour {
	background-color: #CC6666;
}
span.scorecards-colour, div.scorecards-colour {
	background-color: #666699;
}
span.insight-colour, div.insight-colour {
	background-color: #99CC99;
}
span.companies-colour, div.companies-colour {
	background-color: #FFCC33;
}
span.documents-colour, div.documents-colour {
	background-color: #FF6666;
}
span.profile-colour, div.profile-colour {
	background-color: #9F5FCF;
}
span.switch-colour, div.switch-colour {
	background-color: #EC9787;
}
span.admin-colour, div.admin-colour {
	background-color: #00a591;
}
span.logout-colour, div.logout-colour {
	background-color: #E94B3C;
}
@media screen and (max-width: 991px) {
	.sm-float-right {
		float: right !important;
		margin-right: 7px;
	}
}
@media screen and (min-width: 769px) {
	#new-collaspe {
		width: 289px;
		position: absolute;
		left: 0;
		top: 61px;
	}
}
@media screen and (max-width: 768px) {
	.cf_header .container-fluid {
		padding-left: 0 !important;
	}
	#new-collaspe {
		width: 100%;
	}
	.date-message {
		font-size: 14px;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.xs-float-right {
		float: right !important;
		margin-right: 7px;
	}
	.search-container {
		float: none;
	}
	#cf_header_search_form {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		color: #555555;
		position: relative;
	}
	.searchInput {
		margin-right: 0 !important;
		float: none;
	}
	#header_search_query {
		width: 100%;
		margin-bottom: 6px;
		margin-left: 0px !important;
	}
	.searchType {
		width: 85%;
	}
	.searchGo {
		position: absolute;
		right: 14px;
	}
	.searchGo .form-group button.btn-primary {
		height: 34px !important;
	}
}
/*  INDIVIDUAL MEDIA SCREEN SIZES */

@media screen and (max-width: 320px) {
	.searchGo {
		right: 11px;
	}
}
@media screen and (width: 411px) {
	.searchGo {
		right: 12px;
	}
	.searchType {
		width: 88%;
	}
}
@media screen and (width: 414px) {
	.searchGo {
		right: 12px;
	}
	.searchType {
		width: 88%;
	}
}
@media screen and (width: 480px) {
	.searchGo {
		right: 12px;
	}
	.searchType {
		width: 90%;
	}
}
@media screen and (max-width: 540px) {
	.fa-bars {
		font-size: 2em !important;
	}
}
@media screen and (width: 568px) {
	.searchGo {
		right: 12px;
	}
	.searchType {
		width: 91%;
	}
}
@media screen and (width: 640px) {
	.searchGo {
		right: 12px;
	}
	.searchType {
		width: 92%;
	}
}
@media screen and (width: 667px) {
	.searchGo {
		right: 12px;
	}
	.searchType {
		width: 93%;
	}
}
@media screen and (width: 736px) {
	.searchGo {
		right: 12px;
	}
	.searchType {
		width: 93%;
	}
}
.navbar-nav.navbar-right:last-child {
	margin-right: 0 !important;
}
.navbar {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.navbar-header img {
	margin-top: 0 !important;
}
.container-fluid>.navbar-header {
	margin-left: 0 !important;
}
ul.cf_header_dropdown-menu a:hover, ul.cf_header_dropdown-menu li:hover, ul.cf_header_dropdown-menu {
	background-color: #4E4B42;
}
#headerProfileDropdown {
	position: relative;
}
#myProfile {
	position: absolute;
	width: 289px;
	left: -210px;
	top: 61px;
	background-color: #4E4B42;
}
#myProfile .panel {
	background-color: #4E4B42;
	border-radius: 0 !important;
	border: 0 !important;
	margin-bottom: 0 !important;
}
#myProfile .panel a {
	display: block;
	padding: 15px 10px 15px 20px;
	position: relative;
	font-size: 16px;
}
#myProfile .panel a span {
	position: absolute;
	width: 10px;
	height: 100%;
	top: 0;
	left: 0;
}