/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-accordion-menu {
  width: 200px;
  background: #ebebeb;
  padding-left: 0px;
}
.cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
  padding-left: 0px;

}

.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
  
 }
.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 24px 18px 24px 64px;
  background: #ebebeb;
  color: #000000;
  font-size: 12px;
  font-weight:600;
}
.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
  background: rgba(95,201,13,0.7);
  
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after, .cd-accordion-menu a::after {
  /* icons */
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
 /* -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);*/
}
.cd-accordion-menu label {
  /*cursor: pointer;*/
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after {
 
}
.cd-accordion-menu label::before {
  /* arrow icon */
/*left: 18px;
  background-position: 0 0;*/
 /* -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);*/
}
.cd-accordion-menu label::after {
  /* folder icons */
 /* left: 41px;
  background-position: -16px 0;*/
}
.cd-accordion-menu a::after {
  /* image icon */
  /*left: 36px;*/
  /*background: url(../img/cd-icons.svg) no-repeat -48px 0;*/
}
.cd-accordion-menu input[type=checkbox]:checked + label::before {
  /* rotate arrow */
 /* -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);*/
}
.cd-accordion-menu input[type=checkbox]:checked + label::after {
  /* show open folder icon if item is checked */
 /* background-position: -32px 0;*/
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a{
  background: #cbcbcb;
  padding-left: 20px;
    font-weight:100;

}


.no-touch .cd-accordion-menu ul label:hover, .no-touch
.cd-accordion-menu ul a:hover {
  background: rgba(95,201,13,0.7);
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
}
.cd-accordion-menu ul label::before {
  left: 36px;
}
.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
  left: 59px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 50px;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
  left: 77px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
  left: 95px;
}
.cd-accordion-menu.animated label::before {
  /* this class is used if you're using jquery to animate the accordion */
 /* -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;*/
}



.item1 > label:before {
		content: '';
	background-image: url(/img/7777.png);
	background-repeat: no-repeat;
	font-size: 36px;
	height: 60px;
  	width: 60px;
	position: absolute;
  	left: 3px;
	top: 30%;
	margin: -.5em 0 0 0;
  background-position: 0 0;
}

.item4 > label:before {
		content: '';
	background-image: url(/img/7777.png);
	background-repeat: no-repeat;
	font-size: 36px;
	height: 60px;
  	width: 60px;
	position: absolute;
  	left: 3px;
	top: 30%;
	margin: -.5em 0 0 0;
	background-position: -60px -60px;
}


.item18 > label:before {
		content: '';
	background-image: url(/img/7777.png);
	background-repeat: no-repeat;
	font-size: 36px;
	height: 60px;
  	width: 60px;
	position: absolute;
  	left: 3px;
	top: 30%;
	margin: -.5em 0 0 0;
  background-position: -120px -300px;
}

.item19 > label:before {
		content: '';
	background-image: url(/img/7777.png);
	background-repeat: no-repeat;
	font-size: 36px;
	height: 60px;
  	width: 60px;
	position: absolute;
  	left: 3px;
	top: 30%;
	margin: -.5em 0 0 0;
	background-position: -0px -360px;
}

.item20 > label:before {
		content: '';
	background-image: url(/img/7777.png);
	background-repeat: no-repeat;
	font-size: 36px;
	height: 60px;
  	width: 60px;
	position: absolute;
  	left: 3px;
	top: 30%;
	margin: -.5em 0 0 0;
background-position: -60px -360px;
}

.item12 > label:before {
		content: '';
	background-image: url(/img/7777.png);
	background-repeat: no-repeat;
	font-size: 36px;
	height: 60px;
  	width: 60px;
	position: absolute;
  	left: 3px;
	top: 30%;
	margin: -.5em 0 0 0;
	background-position: -120px -180px;
}

.item16 > label:before {
		content: '';
	background-image: url(/img/7777.png);
	background-repeat: no-repeat;
	font-size: 36px;
	height: 60px;
  	width: 60px;
	position: absolute;
  	left: 3px;
	top: 30%;
	margin: -.5em 0 0 0;
	background-position: -0px -300px;
}

.item17 > label:before {
		content: '';
	background-image: url(/img/7777.png);
	background-repeat: no-repeat;
	font-size: 36px;
	height: 60px;
  	width: 60px;
	position: absolute;
  	left: 3px;
	top: 30%;
	margin: -.5em 0 0 0;
	background-position: -60px -300px;
}

.item15 > label:before {
		content: '';
	background-image: url(/img/7777.png);
	background-repeat: no-repeat;
	font-size: 36px;
	height: 60px;
  	width: 60px;
	position: absolute;
  	left: 3px;
	top: 30%;
	margin: -.5em 0 0 0;
	background-position: -120px -240px;
}

.item8 > label:before {
		content: '';
	background-image: url(/img/7777.png);
	background-repeat: no-repeat;
	font-size: 36px;
	height: 60px;
  	width: 60px;
	position: absolute;
  	left: 3px;
	top: 30%;
	margin: -.5em 0 0 0;
	background-position: -60px -120px;
}

.item14 > label:before {
		content: '';
	background-image: url(/img/7777.png);
	background-repeat: no-repeat;
	font-size: 36px;
	height: 60px;
  	width: 60px;
	position: absolute;
  	left: 3px;
	top: 30%;
	margin: -.5em 0 0 0;
	background-position: -60px -240px;
}

.item9 > label:before {
		content: '';
	background-image: url(/img/7777.png);
	background-repeat: no-repeat;
	font-size: 36px;
	height: 60px;
  	width: 60px;
	position: absolute;
  	left: 3px;
	top: 30%;
	margin: -.5em 0 0 0;
	background-position: -120px -120px;
}

.item10 > label:before {
		content: '';
	background-image: url(/img/7777.png);
	background-repeat: no-repeat;
	font-size: 36px;
	height: 60px;
  	width: 60px;
	position: absolute;
  	left: 3px;
	top: 30%;
	margin: -.5em 0 0 0;
	background-position: 0px -180px;
}

.item11 > label:before {
		content: '';
	background-image: url(/img/7777.png);
	background-repeat: no-repeat;
	font-size: 36px;
	height: 60px;
  	width: 60px;
	position: absolute;
  	left: 3px;
	top: 30%;
	margin: -.5em 0 0 0;
	background-position: -60px -180px;
}

.item13 > label:before {
		content: '';
	background-image: url(/img/7777.png);
	background-repeat: no-repeat;
	font-size: 36px;
	height: 60px;
  	width: 60px;
	position: absolute;
  	left: 3px;
	top: 30%;
	margin: -.5em 0 0 0;
	background-position: -0px -240px;
}