.leftNav select {
	display: none; /* this is just for the mobile display */
}
.leftNav .panel-default>.panel-heading {
	padding:5px 10px;
	outline:none;
}
.leftNav ul {
	padding:0px;
	margin:0px;
}
.leftNav ul li {
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	width:95%;
	list-style:none;
	font-weight: 400;
}
.leftNav ul li a {
	display: block;
	padding: 6px 8px;
	color:#666;
	font-size: 14px;
}
.leftNav ul li a:hover, .leftNav ul li a.active {
	color: #fff;
	text-decoration: none;
	background: #0494b4;
}
.leftNav ul li a:hover:after, .leftNav ul li a.active:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: -15px;
	top: 0px;
	border-left: 15px solid #0494b4;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
}
.max_height250 {
	min-height:150px;
	max-height:250px;
	overflow-y:auto;
}
	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 980px) {
/* nav menu ul & select */
.leftNav ul {
 display: none;
}
.leftNav {
	background: #fff;
	border: 1px solid rgb(53, 144, 169);
	border-radius: 4px;
	border: 1px solid #666;
	position: relative;
	width: 94%;
	box-sizing: border-box;
	margin: 10px auto;
}
.leftNav:after {
	content: "";
	background:url(../images/down_arrow.png) no-repeat;
	width: 20px;
	height: 12px;
	position: absolute;
	right: 10px;
	top: 11px;
	z-index: 1;
}
.leftNav select {
	width: 100%;
	display: block;
	cursor: pointer;
	padding: 8px;
	box-sizing: border-box;
	color: #595959;
	margin: auto;
	position: relative;
	line-height: 24px;
	font-size: 15px;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0px;
	z-index: 2;
}
.leftNav select option {
	background: #fff;
}
}
