.checkbox label {
	line-height: 20px;
	cursor: pointer;
	display: block;
}

.checkbox.listtype {
	height: 148px;
	overflow: auto;
	border: 1px solid #eee;
	padding: 0 4px;
	margin: 0;
}

.slider-text {
	border: 0 !important;
	background: transparent !important;
	color: #000 !important;
	font-weight: normal !important;
	padding: 6px 0 !important;
	margin: 0 !important;
	font-size: 12px !important;
}

.morebutton {
	font-size: 12px;
	width: 100%;
	display: block;
	margin-top: 5px;
	text-decoration: initial;
	border-bottom: none !important;
	border-top: 1px solid #eee;
	line-height: 19px;
	text-align: center;
	cursor: pointer;
}

#inpdemrepSlider {
	position: relative;
}

#inpdemrepSlider .midpt {
	display: inline-block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 50%;
	z-index: 2;
	left: 50%;
}

#inpdemrepSlider .leftend {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 50%;
	left: 0;
	z-index: 2;
	background: #2980b9;
}

#inpdemrepSlider .rightend {
	position: absolute;
	top: 0px;
	left: 50%;
	right: 0;
	bottom:0;
	z-index: 2;
	background: #e74c3c;
}

.forecastresult td {
	vertical-align: middle;
}

.forecast {
	border-left: 1px solid #111;
	padding-top: 10px;
	padding-bottom: 1px;
}

.forecast .progress {
	background: none;
	border: 0;
	-webkit-box-shadow: none;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 10px;
}

.forecast .progress .presname {
	padding-left: 6px;
	color: #AAA;
	font-size: 12px;
}