#menu-items
{
	float: right;
	width: 26%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	box-shadow: -1px 0px 2px 0px rgba(106, 136, 146, 0.3);
}

#recenter-btn
{
    z-index: 2;
    border-radius: 11px;
    cursor: pointer;
    width: 53px;
    height: 53px;
    margin: -16px;
}

#recenter-btn:hover 
{
    box-shadow: inset 0px 1px 3px -1px #404041;
}

#menu-items li.sub-menu.active li.active .menu-item-name
{
    max-width: calc(100% - 70px);
    display: inline-block;
	vertical-align: middle;
}

#menu-items .menu-item-name 
{
	max-width: calc(100% - 40px);
	display: inline-block;
}

.recenter-btn-container
{
    padding: 15px;
    cursor: pointer;
    position: absolute;
    top: 19px;
    left: -74px;
    padding: 15px;
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 9px;
    box-shadow: 0px 1px 3px 0px #404041;
}

.help-btn-container 
{
    padding: 15px;
    cursor: pointer;
    position: absolute;
    top: 77px;
    left: -74px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 9px;
    box-shadow: 0px 1px 3px 0px #404041;
}

.help-btn-container img 
{
    margin: -57px;
    height: 133px;
    width: 135px;
}

.recenter-btn-container span, .help-btn-container span
{
    display: none;
}

#menu-items .sub-menu-title
{
	font-size: 1.4em;
	padding: 10px 15px 6px;
	cursor: pointer;
    background-color: #f0f3f4;
    margin-bottom: 3px;
}

#menu-items .menu-title
{
	text-align:left;
	margin-left:15px;
}

#menu-items .select-msg
{
	display: none;
	font-size: 0.75em;
    padding-bottom: 5px;
}

#menu-items .select-msg.active
{
	display: inherit;
    background-color: #f0f3f4;
    padding-left: 17px;
    margin-top: -3px;
}

#menu-items>li
{
	padding: 0 10px;
}

#menu-items ul{
	padding: 0;
}

#menu-items .sub-menu.active li.active
{
	color: #1f3e49;
	background-color:#fff;
    border-left: 6px solid #750a0a;
}

#menu-items .sub-menu
{
	display: none;
}

#menu-items .sub-menu>ul>li
{
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    transition: padding 0.2s ease-in;
    font-size: 1.1em;
}

#menu-items .sub-menu ul li[data-frame]
{
	cursor: pointer;	
}

#menu-items .sub-menu.active
{
	display: inherit;
}

#menu-items 
{
	padding: 0;
	position: relative;
	z-index: 10;
}

#menu-items ul 
{
	list-style: none;
}

#info-bar
{
	display:none;
}

#menu-items > ul 
{
	overflow-y: scroll;
	height:calc(100% - 65px);
}

.info-pointer
{
	opacity: 0;
	height:22px;
	position: relative;
	width:0px;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url("../../images/template/info-icon.svg");
	background-size: 22px 22px;
	border-radius: 20px;
	display: inline-block;
	transition: opacity 0.2s, margin-right 0.2s;
	vertical-align: middle;
}

li.active > .info-pointer
{
	opacity: 1;
	border: 1px solid #b9bbbd;
	width: 22px;
	height: 22px;
	background-color: #750a0a;
	margin-right: 25px;
	left: 10px;
}

.mobile-menu .recenter-btn
{
	display: none;

	height: 38px;
	width: 38px;

	cursor: pointer;

	position: relative;
	left: calc(50% - 58px);
	bottom: 2px;

	background: url("../../images/menu/recenter.svg") center no-repeat;
}
