
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;

  font-family: Oxygen, sans-serif;
  color: #909090;
  font-size: 14px;
  line-height: 28px;
  --fm-linegap: 4;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: transparent url(../img/list.png) no-repeat left center;
list-style-type: none;
padding-left: 33px;
margin-bottom: 5px;

  font-family: Oxygen, sans-serif;
  color: #909090;
  font-size: 14px;
  line-height: 28px;
  --fm-linegap: 4;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: transparent url(../img/closed.png) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;

  font-family: Oxygen, sans-serif;
  color: #909090;
  font-size: 14px;
  line-height: 28px;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */

  font-family: Oxygen, sans-serif;
  color: #909090;
  font-size: 14px;
  line-height: 28px;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
margin-top: 10px;

   font-family: Oxygen, sans-serif;
  color: #909090;
  font-size: 14px;
  line-height: 28px;
}






.scroll-top {
  width: 	50px;
  height: 50px;
  position: fixed;
  bottom: 25px;
  right: 20px;
  display: none;
}

.scroll-top i {
  display: inline-block;
  color: #fff;
}
.btn{
	display:inline-block;
	padding:6px 12px;
	margin-bottom:0;
	font-size:21px;font-weight:400;
	line-height:1.42857143;text-align:center;white-space:nowrap;
	vertical-align:middle;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-image:none;
	border:1px solid transparent;
	border-radius:4px
}
	
.btn:hover{
	color:#333;
	text-decoration:none
}
.btn-primary{
	color:#fff;
	background-color:#96afff;
	border-color:#2e6da4
}

