.gradient-line {
	background: linear-gradient(to left, #252b3f, #252b3f 33%, #4ca673 67%, #ef6033);
	height: 5px;
	width: 100%;
}

.modal-open {
	overflow: hidden;
}

.notif-banner {
	display: block;
	margin: 5px 0;
	position: relative;
}
.notif {
	display: block;
	margin: 0 !important;
	padding: 10px;
	text-align: center;
	width: 100%;
}
.notif.success {
	background: #5FFF6B;
	color: #000;
}
.notif.warning {
	background: #FFED18;
	color: #000;
}
.notif.error {
	background: #FF2424;
	color: #FFF;
}

.filter_box {
	margin-top: 20px;
	float: right;
}
.filter_box .ci-search-container {
	display: inline-block;
	margin-right: 15px;
}

.title_toggle_wrapper .filter_box .toggle-holder.double {
	margin-top: 0px;
}

.filter_cog {
	float: right;
	margin-left: 10px;
	cursor: pointer;
	color: #bac7e5;
	font-size: 20px;
}

/* Loading Animation */
.loading-wrap {
	position: relative;
}

.loading {
	pointer-events: none;
}

.loader	{
	min-width: 200px;
	position: absolute;
	text-align: center;
	top: 50%;
	background: url(../../images/pxp-loading-48.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 48px;
	margin-top: -45px;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	z-index: 1;
	-webkit-animation: flickerAnimation 2s infinite;
	-moz-animation: flickerAnimation 2s infinite;
	-o-animation: flickerAnimation 2s infinite;
	animation: flickerAnimation 2s infinite;
}

.loader.top {
	top: 300px;
	margin-top: 0px;
}

.loader.loaded {
	display: none;
	opacity: 0;
	z-index: 0;
	height: 0;
	margin: 0;
}

/* Loader text - Optional */
.loader::after { 
	content: "Loading, Please Wait...";
	position: absolute;
	padding: 3px 10px;
	bottom: -23px;
	left: 50%;
	margin-left: -75px;
	text-align: center;
	font-size: 12px;
	text-shadow: 0px 0px 5px #fff;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(255,255,255,1);
	box-shadow: 0px 0px 20px 0px rgba(255,255,255,1);
}
.loader.search::after { 
	content: "Searching, Please Wait...";
}

.no-data {
	margin-top: 10px; /* Give it a bit of a gap */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%)translateY(-50%);
	-moz-transform: translateX(-50%)translateY(-50%); 
	-o-transform: translateX(-50%)translateY(-50%); 
	-webkit-transform: translateX(-50%)translateY(-50%); 
}

/* Animations */
@keyframes flickerAnimation {
	0%	 { opacity:1; }
	50%	{ opacity:0; }
	100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
	0%	 { opacity:1; }
	50%	{ opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
	0%	 { opacity:1; }
	50%	{ opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
	0%	 { opacity:1; }
	50%	{ opacity:0; }
	100% { opacity:1; }
}

.loader,
.data-holder,
.block-col,
.canvas-holder,
.chart-holder {
	margin-bottom: 15px;
	transition: opacity 0.3s ease;
}

.data-holder,
.block-col,
.canvas-holder,
.chart-holder {
	position: relative;
}

.loading > *:not(.loader) {
	opacity: 0.4;
}

/* Work in progress - temporary */
.work-in-progress {
	color: #858585;
	text-align: center;
	padding: 30% 10%;
}

.interactive_link {
	cursor: pointer;
}

/* Notifications/Alerts */
.stat-label-wrap,
.highlight-stat .stat-label-wrap {
	margin-bottom: 8px;
}
.diff-badge {
	color: #fff;
	padding: 3px 5px;
	font-size: 10px;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	border-radius: 3px;
	position: relative;
	top: -1px;
	margin-right: 5px;
}
.diff-badge.positive {
	background-color: #56ac63;
}
.diff-stat.positive {
	color: #56ac63;
}
.diff-badge.negative {
	background-color: #f85956;
}
.diff-stat.negative {
	color: #f85956;
}
.diff-stat.neutral {
	color: #ffaf93;
	font-size:20px;
	line-height: 15px;
}
.diff-label {
	font-weight: 200;
	font-size: 12px;
}

@media (max-width: 800px) {
    .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2 {
        float: none;
        width: 100%;
	}

	#horizontal-sub-nav .col-sm-4 {
		margin-bottom: 10px;
	}

	#channel .col-sm-2 .label {
		margin-right: 20px;
	}
}