/*---MobileMenu---*/
.treeview li { list-style-type: none }
.MobileMenu .treeview, .MobileMenu .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	display:block;
	background:#2B333B;
}

.MobileMenu .treeview ul {
	margin:0;
	padding:0;
	background:#22282F;
}
.MobileMenu .treeview .hitarea { cursor:pointer;}
.MobileMenu .treeview .hitarea:before {
  height: 40px;
  width: 50px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  line-height: 40px;
  content: "\f107";
  font-family: FontAwesome;
  color: #fff;
  font-size: 18px;
  text-align: left;
  line-height: 45px;
  padding: 0 0 0 10px;
}
.MobileMenu .treeview .expandable-hitarea:before { 	
	content: "\f107";
 }
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.MobileMenu .treeview li {
    list-style-type: none;
  border-bottom:1px solid #39444F;
  margin:0;
}
.MobileMenu .treeview li li { border:none; margin:0;}
.MobileMenu .treeview li a {
  color: #ddd;
  font-size: 14px;
  font-weight: 600;
  display: block;
  padding: 13px 20px;
  text-transform: capitalize;
}
.MobileMenu .treeview ul li a {
  font-weight: 400;
  font-size: 13px;
  padding-left: 30px;
  border:none;
  color: #ddd;
  background-color: transparent;
}
.MobileMenu .treeview ul li a:before { content:"-"; margin:0 5px 0 0;}
.MobileMenu .treeview ul li li a {
  padding-left: 45px;
}
.MobileMenu .treeview ul li li li a {
  padding-left: 50px;
}
.MobileMenu .treeview li li.collapsable a{ background:none; color:#ddd;}

.MobileMenu .treeview li.collapsable ul a { background:inherit; color:#ddd;}

/*---LeftMenu---*/
.MenuName {
  background:#E2E4E4;
  color: #555;
  font-size: 14px;
  padding: 12px 0 12px 20px;
  font-weight: 600;
  border-radius: 5px 5px 0 0;
  text-transform: uppercase;
}

.MenuName:before {
  content: "\f0c9";
  font-family: FontAwesome;
  padding: 0 10px 0 0;
  font-size: 18px;
}


.LeftMenu .treeview, .LeftMenu .treeview ul {
    padding: 8px;
    margin: 0px;
    list-style: outside none none;
    display: block;
    position: relative;
	overflow:hidden;
	background: #232331;
}

.LeftMenu .treeview ul {
	margin:0;
	padding:0;
	border:none;
}
.LeftMenu .treeview .hitarea { cursor:pointer;}
.LeftMenu .treeview .hitarea:before  {
    height: 40px;
    width: 40px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    content: "-";
    font-family: FontAwesome;
    font-size: 24px;
    text-align: center;
    line-height:50px;
}
.LeftMenu .treeview li .hitarea:before { color:#fff;}
.LeftMenu .treeview li .expandable-hitarea:before { 	
	content: "+";
	color: #fff;
	font-size:18px;
 }
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.LeftMenu .treeview li {
    list-style-type: none;
}
.LeftMenu .treeview li a {
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding: 15px 20px;
    border-top: 1px solid #383845;
    color: #ccc;
	text-transform: capitalize;
}
.LeftMenu .treeview li:first-child a { border-top:none;}
.LeftMenu .treeview li:first-child li a { border-top: 1px solid #383845;}
.LeftMenu .treeview ul li a {
  font-weight: 400;
  font-size: 13px;
  padding-left: 30px;
}
.LeftMenu .treeview ul li li a {
  padding-left: 45px;
  border:none;
}
.LeftMenu .treeview ul li li li a {
  padding-left: 60px;
}

.LeftMenu .treeview a.selected:hover { color:#fff;}

.LeftMenu .treeview li.collapsable ul a {
    background: inherit;
    color: #aaa;
}




@media handheld, only screen and (max-width:767px) {
.LeftMenu { display:none;}

}








.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none !important;
}

.treeview ul {
    background-color: #232331 !important;
    margin-top: 0 !important;
}

.treeview .hitarea {
	/*background: url(treeview-default.gif) -64px -25px no-repeat !important;*/
  background: none !important;
	height: 16px !important;
	width: 16px !important;
	margin-left: -16px !important;
	float: left !important;
	cursor: pointer !important;
}
/* fix for IE6 */
* html .hitarea {
	display: inline !important;
	float:none !important;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
	color: #000;
	font-weight: 700;
}

#treecontrol { margin: 1em 0 !important; display: none !important; }

.treeview .hover { color: red !important; cursor: pointer !important; }

.treeview li { 
  /*background: url(treeview-default-line.gif) 0 0 no-repeat !important;*/
  background: none !important;
}
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px !important; }

.treeview .expandable-hitarea { background-position: -80px -3px !important; }

.treeview li.last { background-position: 0 -1766px !important; }
.treeview li.lastCollapsable, .treeview li.lastExpandable { 
  /*background-image: url(treeview-default.gif) !important;*/
  background-image: none !important; 
}  
.treeview li.lastCollapsable { background-position: 0 -111px !important; }
.treeview li.lastExpandable { background-position: -32px -67px !important; }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0 !important; }

.treeview-red li { background-image: url(treeview-red-line.gif) !important; }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(treeview-red.gif) !important; } 

.treeview-black li { background-image: url(treeview-black-line.gif) !important; }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(treeview-black.gif) !important; }  

.treeview-gray li { background-image: url(treeview-gray-line.gif) !important; }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(treeview-gray.gif) !important; } 

.treeview-famfamfam li { background-image: url(treeview-famfamfam-line.gif) !important; }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(treeview-famfamfam.gif) !important; } 

.treeview .placeholder {
	background: url(https://www.eurekamilitarytents.com/Portals/0-System/Skins/Think-SlateGray/TreeView/ajax-loader.gif) 0 0 no-repeat !important;
	height: 16px !important;
	width: 16px !important;
	display: block !important;
}

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px !important; display: block !important; }
.filetree span.folder { background: url(folder.gif) 0 0 no-repeat !important; }
.filetree li.expandable span.folder { background: url(folder-closed.gif) 0 0 no-repeat !important; }
.filetree span.file { background: url(file.gif) 0 0 no-repeat !important; }