.quartz-notice {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	opacity: 0.90 !important;
}

#filter {
	position: fixed;
	left: -500px;
	top: 0;
	height: 100%;
	z-index: 1100;
}

#filter .filter-form {
	float: left;
	width: 500px;
	height: 100%;
	margin-right: 0;
	background: #ffffff;
	overflow: scroll;
}

#filter .side-tab {
	margin-top: 100%;
	margin-left: 0;
	width: 38px;
	float: right;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	cursor: pointer;
	z-index: 200;
}

#filter .side-tab .btn {
	background-color: #45bfb0;
}

.quartz-internal-content .quartz-internal-no-padding {
	margin: -10px -15px 0 -15px;
}

a.quartz-link {
	color: #C8102E;
}

.quartz-plan-compare {
	width: 120px;
	border: 0;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 5px 0 0 5px;
	border-radius: 0 0 0 10px;
	z-index: 10;
}

.quartz-plan-compare:hover {
	background-color: #45bfb0 !important;
}

#quartz-compare-box {
	position: fixed;
	top: auto;
	left: 0;
	bottom: 0%;
	width: 100%;
	height: 70px;
	border-top: 2px solid #000000;
	background-color: #041343;
	z-index: 1100;
	box-shadow: 0 -1rem 2rem rgba(0, 0, 0, 0.15) !important;
	opacity: 0.97;
}

	#quartz-compare-box .quartz-compare-item-box {
		border: 2px solid #999999;
		background-color: #041343;
		width: 100%;
		height: 50px;
		color: #ffffff;
		font-weight: bold;
		padding: 6px;
		border-radius: 6px;
		font-size: 80%;
		opacity: 1;
		text-align: center;
		overflow: hidden;
		line-height: 38px;
	}

	#quartz-compare-box .quartz-compare-remove {
		margin: -8px 2px 0 0;
	}

	#quartz-compare-table thead th {
		position: -webkit-sticky; /* for Safari */
		position: sticky;
		top: 0;
		min-width: 180px;
		z-index: 1;
		background-color: #B3E5DE;
		color: #041343;
	}

	#quartz-compare-table thead th:first-child {
		left: 0;
		z-index: 1;
	}

#quartz-compare-table tbody th {
	position: -webkit-sticky; /* for Safari */
	position: sticky;
	left: 0;
	background-color: #9ADCD2;
	z-index: 1;
}