/* -------------------------------- *
 * -- styles for navigation pane -- *
 * -------------------------------- */

/* ********** Touch elements ********* */
div#navpaneRootPanel{
	height:100%;
	width:138px;
	position:relative;
	background-color: #4d4d4d;
	top:0;
}
div#navPaneTouchBorder{
	display:none;
	background-color: transparent;
	position:absolute;
	left:132px;
	height:100%;
	margin-right: 0;
	margin-top:0;
	margin-bottom:0;
	width: 6px;
	z-index:15;
	right: 0;
}
div#navPaneTouchBorderMarker{
	background-color: #fd7326;
	width:6px;
	height:0;
	left: 0;
	z-index: 500;
}
div#navpaneButton{
	position:fixed;
	clear: both;
	overflow: hidden;
	z-index: 10;
	cursor: pointer;
	left:-100px;
	top:300px;
	width: 30px;
	height: 30px;
}
/*.newsfeedButtonImage{
	background: url("images/navpane.expand.newsfeed.png") 0 0 no-repeat;
}
.processButtonImage{
	background: url("images/navpane.expand.process.png") 0 0 no-repeat;
}
.topicButtonImage{
	background: url("images/navpane.expand.topic.png") 0 0 no-repeat;
}
.courseButtonImage{
	background: url("images/navpane.expand.course.png") 0 0 no-repeat;
}
.guideButtonImage{
	background: url("images/navpane.expand.guide.png") 0 0 no-repeat;
}
.personalizationButtonImage{
	background: url("images/navpane.expand.profile.png") 0 0 no-repeat;
}
.searchresultButtonImage{
	background: url("images/navpane.expand.search.png") 0 0 no-repeat;
}*/
#navPaneInvisibleTouchExtension{
	position: absolute;
	left:138px;
	top:0;
	height: 100%;
	width: 30px;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

/* ******* Tiles, Text & Link decoration ********** */
div.NavpaneTile{
	position: relative;
	height:auto; /* dynamic height calculation in navpane.panel.jsp */
	width: 138px;
	left: 0;
	margin: 0;
	font-size:12px;
	text-decoration: none;
	background-color:transparent;
	text-transform:uppercase;
	min-height: 14px;
}
div.NavpaneTile.BigTile{
	max-height: 98px;
}
div.NavpaneTile.SmallTile{
	max-height: 37px;
}
div.NavpaneTile.SmallTile span.HiddenOverflow{
	white-space:nowrap;
	overflow:hidden;
}
a.BigTileLink, a.SmallTileLink, p.SmallTileLink{
	font-family: "Segoe UI", Segoe, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
	height:100%;
	padding-top:0;
	color: #ffffff;
	display: flex;
	line-height:1;
	flex-direction: column;
	justify-content: center;
	background-repeat:no-repeat;
}
a.BigTileLink, a.BigTileLink:link, a.BigTileLink:visited{
	text-align: center;
	align-items: center;
}
a.SmallTileLink, a.SmallTileLink:link, a.SmallTileLink:visited, p.SmallTileLink{
	font-weight: normal;
	padding-left:9px;
	line-height:1;
	font-size:11px;
	text-align: left;
	padding-bottom:0;
}
a.BigTileLink:hover, a.SmallTileLink:hover, p.SmallTileLink:hover,
a.BigTileLink:active, a.SmallTileLink:active, p.SmallTileLink:active,
a.BigTileLink:focus, a.SmallTileLink:focus, p.SmallTileLink:focus,
div.NavpaneTile.Active, div.NavpaneTile.Active a.SmallTileLink, p.SmallTileLink.ActiveTile {
	cursor: pointer;
	background-color: #4d4d4d;
}
a.ExternalLink:active, a.ExternalLink:focus {
	outline: none;
	cursor: pointer;
	background-color: #4d4d4d;
}
a.ExternalLink:hover {
	cursor: pointer;
	background-color: #fd7326;
}
div.NavpaneTile.Active a.BigTileLink{
	background-color: #4d4d4d;
	width:126px;
	border-left:6px solid #4d4d4d;
}
div.NavpaneTile.Active a.BigTileLink:hover{
	background-color: #4d4d4d;
	border-left-color: #4d4d4d;
}
.ScaledIcon{
	height:100%;
	background-position: center center;
	background-origin: content-box;
	max-height: 34px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-size: contain;
	display: contents;
}
.ScaledIcon .svg{
	max-height: inherit;
	width:auto;
	height: inherit;
}
#logoutTile{
	position: absolute;
	bottom: 0;
	max-height:50px;
	min-height:18px;
}
#logoutTile a.BigTileLink{ border-top: 1px solid #ffffff; background-color:#4d4d4d;}
#logoutTile a.BigTileLink .ScaledIcon{ max-height:26px; }
#logoutTile a.BigTileLink .ScaledIcon .svg .IconSVG{ fill:#fd7326; }
#logoutTile a.BigTileLink:hover{ border-bottom: 1px solid transparent; background-color: #fd7326; }
#logoutTile a.BigTileLink:hover .ScaledIcon .svg .IconSVG{ fill:#ffffff; }

#searchresultTile a.SmallTileLink{ position: relative;}
#searchresultTile a.SmallTileLink .svg{ position: absolute; height: 22px; width: 22px; right:5px; }
#searchresultTile a.SmallTileLink .svg .IconSVG{ fill:#ffffff; }

#roleSelectMenuButton, #languageSelectMenuButton, #customPropertySelectMenuButton{
	padding-right:25px;
	word-wrap:break-word;
	position:relative;
}
.SmallTileLink div.Arrow {
	right:10px;
	top:38%;
}
div.NavpaneTile.TileSpacer{
	max-height: 50px;
	min-height: 50px;
}
.NavpaneTileSeparator {
	display: block;
	width: 120px;
	height: 1px;
	margin: 0 8px;
	padding: 0;
	background-color: #ffffff;
	border: 0 none;
}
