/* Begin Treeview */
.JKL-treeview{
	background: #efefef80;
	color: #272b34;
	font-size: 16px;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.JKL-treeview ul,
.JKL-treeview li{
	padding: 2px 5px;
	margin: 0;
	list-style: none;
}

.JKL-treeview input.JKL-checkbox{
	position: absolute;
	opacity: 0;
}

.JKL-treeview a{
	color: #272b34;
	text-decoration: none;
}
.JKL-treeview label,
.JKL-treeview a{
	font-weight: lighter;
}
.JKL-treeview label:hover,
.JKL-treeview a:hover{
	/* text-decoration: underline; */
	font-weight:800;
}
.JKL-treeview a,
.JKL-treeview label,
.JKL-treeview label::before{
	cursor: pointer;
}
.JKL-treeview input.JKL-checkbox + label + ul{
	display: none;
}
.JKL-treeview input.JKL-checkbox:checked + label + ul{
	display: block;
}


.JKL-treeview input.JKL-checkbox + label + ul{
	margin: 0 0 0 21px;
}
.JKL-treeview label,
.JKL-treeview a,
.JKL-treeview label::before{
	display: inline-block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
}

.JKL-treeview label::before{
	background: url('../img/treeview.png') no-repeat 0 -42px;
	background-size: 20px;
}
.JKL-treeview label::before{
	content: "";
	width: 16px;
	vertical-align: middle;
	background-position: 0 -42px;
}
.JKL-treeview input.JKL-checkbox:checked + label{
	text-decoration: underline !important;
	font-weight:800;
}
.JKL-treeview input.JKL-checkbox:checked + label::before{
	background-position: 0 -22px;
}


/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio:0){
	.JKL-treeview {
		-webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
	}
	
	@-webkit-keyframes webkit-adjacent-element-selector-bugfix {
		from { 
			padding: 0;
		} 
		to { 
			padding: 0;
		}
	}
}

/* Begin Icon */
.showcase-icon-list .icon-el a {
  position: relative;
  z-index: 1;
  background: #fafafa;
  margin-bottom: 6px;
  display: block;
  padding-right: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.showcase-icon-list .icon-el a i {
  margin-right: 5px;
  display: inline-block;
  padding: 6px 12px;
  vertical-align: middle;
  -webkit-border-radius: 3px 0 0 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 0 0 3px;
  -moz-background-clip: padding;
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
  background: #f0f0f0;
  font-size: 15px;
  width: 45px;
  text-align: center;
}
.showcase-icon-list .icon-el a:hover {
  z-index: 5;
  overflow: visible;
  padding: 5px 12px;
}
.showcase-icon-list .icon-el a:hover i {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 60px;
  line-height: 50px;
  margin-right: 0px;
  color: #303641;
  font-size: 40px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.showcase-icon-list .icon-el a:hover i {
  height: 35px;
  line-height: 25px;
  font-size: 21px;
  border: solid 1px #ddd;
}
/* End Icon */	