﻿/*!
 * SharePoint 2013 Quick Launch accordion
 * version: 1.0 (2014/07/17)
 * 
 * Copyright (c) 2014 Yakovenko Max, yakovenkomax.com, yakovenkomax@outlook.com
 *
 * Released under the MIT License
 */

/* Default menu levels 3+ padding */
.ms-core-listMenu-verticalBox li.static > ul.static > li.static > ul.static > li.static > .ms-core-listMenu-item { padding-left: 60px; }
.ms-core-listMenu-verticalBox li.static > ul.static > li.static > ul.static > li.static > ul.static > li.static > .ms-core-listMenu-item { padding-left: 80px; }
.ms-core-listMenu-verticalBox li.static > ul.static > li.static > ul.static > li.static > ul.static > li.static > ul.static > li.static > .ms-core-listMenu-item { padding-left: 100px; }

/* Switch level 2+ padding */
.ms-core-listMenu-verticalBox li.static > ul.static > li.static > .switch {	padding-left: 20px; }
.ms-core-listMenu-verticalBox li.static > ul.static > li.static > ul.static > li.static > .switch { padding-left: 40px; }
.ms-core-listMenu-verticalBox li.static > ul.static > li.static > ul.static > li.static > ul.static > li.static > .switch { padding-left: 60px; }
.ms-core-listMenu-verticalBox li.static > ul.static > li.static > ul.static > li.static > ul.static > li.static > ul.static > li.static > .switch { padding-left: 80px; }

/* Collapsed and expanded levels */
.ms-core-listMenu-verticalBox li ul {
	height: 0;
	overflow: hidden;
}
.ms-core-listMenu-verticalBox li.expanded > ul {
	height: auto;
}

/* Switch styles */
.switch {
	float: left;
	width: 20px;
	height: 25px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.switch span {
	display: block;
	width: 10px;
	height: 15px;
	margin:	5px;
	overflow: hidden;
}
.switch img {
	position: relative;
	left: -169px;
	top: -229px;
}
.expanded > .switch img{
	left: -84px;
	top: -257px;
}
#sideNavBox li > a.ms-core-listMenu-selected.ms-core-listMenu-item:hover, li > a.ms-core-listMenu-item:hover
{
	background-color:#fff7e6;
	color:#564F51;
}

#sideNavBox .ms-core-listMenu-selected
{
	background-color:#f9b000;
	color:#fff;
}
#sideNavBox .ms-core-listMenu-verticalBox > ul > li > ul > li > a 
{
	color:#564F51;
	font-size: 13px;
	font-style:italic;
}
#sideNavBox .ms-core-listMenu-verticalBox > ul > li > ul > li > a:hover 
{
	font-weight:bold;
}