.otapp .mymenu-menuindex{
	display: none;
}

.otapp .mymenu-menuindex .mymenu-heading{
	padding: 20px;
	padding-bottom: 15px;
}

.otapp .menuindex-div1{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 15px;
}

.otapp .menuindex-imgUser{
	display: block;
	width: 60px;
	height: 60px;
}

.otapp .menuindex-language{
	display: flex;
	flex-direction: row;
	align-items: center;
	color: white;
	cursor: pointer;
}

.otapp .menuindex-language img{
	width: 20px;
	margin-right: 5px;
}

.otapp .menuindex-divConnection{
	color: white;
}

.otapp .menuindex-divConnection-connect, .otapp .menuindex-divConnection-newaccount{
	cursor: pointer;
}

.otapp .menuindex-divConnection-connect:hover, .otapp .menuindex-divConnection-newaccount:hover{
	text-decoration: underline;
}

.otapp .menuindex-divUser{
	position: relative;	
}

.otapp .menuindex-divUser img{
	display: block;
	position: absolute;	
	bottom: 0px;
	right: 0px;
	cursor: pointer;
}

.otapp .menuindex-divUser p{
	margin: 0px;
	color: white;
	font-style: italic;
}

.otapp .menuindex-divUser p.username{
	font-weight: bold;
}

.otapp .mymenu-body-user{
	display: none;
}

.otapp .mymenu-body-item-menuindex-usermap{
	background-color: rgb(17, 114, 163);
	color: white;
	font-style: italic;
	font-size: 0.9em;
}

.otapp .mymenu-body-item-menuindex-save, .otapp .mymenu-body-item-menuindex-saveonnewmap, .otapp .mymenu-body-item-menuindex-share, .otapp .mymenu-body-item-menuindex-copyonnewmap{
	background-color: rgb(17, 114, 163);
	color: white;
	font-size: 0.9em;
}

.otapp .mymenu-body-separation_usermap{
	border-top: 1px solid rgb(255,255,255);
}

.otapp .mymenu-body-separation_white{
	background-color: rgb(17, 114, 163);
}

.otapp .mymenu-body-separation_white2{
	margin-right: 15px;
	margin-left: 15px;
	border-top: 1px solid rgb(255,255,255);
}
