/* ---- hoofdmenu --- */
div.mobileMenu{
    position: fixed;
	z-index:1000;
	left:0;
	top:0;
    width: 100%;
    min-height: 65px;
    padding: 13px 0;
	transition:background-color .2s ease-in-out;
}
div.mobileMenu.shown{
	/* background-color:transparent; */
}
div.mobileMenu div.menuButton,
div.mobileMenu img{
	height: 46px;
	width: 33px;
	display:inline-block;
	float:right;
	top: -5px;
    padding: 4px 11px 4px 2px;
}
div.mobileMenu img {
    height: 32px;
    width: 26px;
    margin-top: 2px;
}

a.miniIcon{
	display: inline-block;
    float: right;
    position: relative;
    margin-left: 15px;
	
    padding: 6px;
    background-color: #fbfafa;
    /* box-shadow: 1px 2px 2px 1px #e8e8e8bf;	 */
}

div.mobileSideMenu{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 65px;
    left: -100%;
    z-index: 99999;
    transition: left .2s ease-in-out;
    padding: 0;
    overflow: hidden;
}

div.mobileSideMenu.shown{
	left:0;
}
div.mobileSideMenu div.container{
	padding:0;
}
div.mobileSideMenu a.menuItem{
	width: calc((100% / 3));
	height: auto;
	aspect-ratio: 1;
	float: left;
	align-items: center;
}

div.mobileSideMenu div.menuItem {
    height: 100%;
    width: 100%;
    float: left;
    color: white;
    transition: all .2s ease-in-out;
    position: relative;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    aspect-ratio: 1;
    align-items: center;
    background-color: #c9337e;
    /* box-shadow: inset -1px 0px 0px 0px rgb(0 0 0 / 10%); */
}

div.mobileSideMenu .menuScroller.main.main div.menuItem {
    border-left: 1px solid rgb(205 53 132 / 32%);
    border-bottom: 1px solid rgb(205 53 132 / 32%);
}

div.mobileSideMenu .menuItem span{
    padding: 2px 0;
    font-size: 13px;
    line-height: 1.4em;
    display: inline-block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: pre-line;
    text-overflow: ellipsis;
}

div.mobileSideMenu .menuItem > img,
div.mobileSideMenu .menuItem > i{
    font-size: 25px;
    width: 60px;
    float: left;
    line-height: 32px;
    text-align: center;
}
div.mobileSideMenu .menuItem > img{
	width:20px;
}

/*
.itemColor_1{background-color: #a61a62 !important;}
.itemColor_2{  background-color: #cd3584 !important;}
.itemColor_3{background-color: #c41e74 !important;}
.itemColor_4{background-color: #cd3584 !important;}
.itemColor_5{background-color: #cd3584 !important;}
.itemColor_6{background-color: #b61c6c !important;}
.itemColor_7{background-color: #a61962 !important;}
.itemColor_8{background-color: #b61b6c !important;}
.itemColor_9{background-color: #cd3584 !important;}
.itemColor_10{ background-color: #b61b6c !important;}
*/

@media screen and (min-width: 769px){
	div.menuScroller > a.menuItem:nth-of-type(4n + 1) .menuItem,
	div.menuScroller > a.menuItem:nth-of-type(4n) .menuItem{
		background-color: #c41e74 !important;
	}
}

@media screen and (max-width: 769px){
	div.menuScroller > a.menuItem:nth-of-type(2n) .menuItem{
		background-color: #c41e74 !important;
	}
	div.menuScroller.subMenu a.menuItem:nth-of-type(odd) .menuItem{
		background-color: #a61a62 !important;
	}
}

/* ------------------ */

div.mobileMenu div.menuButton{
	float:left;
	z-index:100000;
	position:absolute;
	cursor:pointer;
}
div.mobileMenu div.menuButton div.part{
	width: calc(100% - 12px);
	height: 3px;
	position:absolute;
	border-radius: 2px;
	transition:background .2s ease-in-out;
}
div.mobileMenu div.menuButton.shown div.part{
	background-color: #fff !important;
}
div.mobileMenu div.menuButton div.part:nth-of-type(1){top: 15px;}
div.mobileMenu div.menuButton div.part:nth-of-type(2){ top:calc(50% - 1px); }
div.mobileMenu div.menuButton div.part:nth-of-type(3){bottom: 14px;}

div.mobileMenu div.menuButton.shown div.part:nth-of-type(1){
    transform: translateY(7px) rotateZ(45deg);
}
div.mobileMenu div.menuButton.shown div.part:nth-of-type(2){
    transform: scale(0.0);
}
div.mobileMenu div.menuButton.shown div.part:nth-of-type(3){
    transform: translateY(-7px) rotateZ(-45deg);
}

div.mobileMenu div.menuButton:not(.shown) .part{
	display:none;
}
div.mobileMenu div.menuButton:not(.shown) img{
	display:block;
	/* padding-right: 0; */
	transform: translateX(5px) translateY(1px);
}
div.mobileMenu div.menuButton.shown img{
	display:none;
}

.disableScroll{
	overflow:hidden;
}

.mobileMenu a.notifications {
	float:right;
	font-size: 25px;
	padding: 7px 8px;
	margin-right: 10px;
	color: white;
	position: relative;
	display:inline-block;
}
.mobileMenu a.notifications i{
	z-index: 2;
}
.mobileMenu a.notifications #notificationNr{
	position:absolute;
	z-index: -1;
	border-radius:50%;
	background-color: rgb(0 0 0 / 36%);
	text-align:center;
	line-height: 20px;
	width: 20px;
	height: 20px;
	font-size: 11px;
	color:white;
	top: 2px;
	right: -3px;
}

.mobileMenu .profilePicture {
    float: right;
    height: 39px;
    width: 39px;
    border: 2px solid white;
}

div.mobileSideHolder{
	height:100%;
	width: 100%;
}
div.mobileSideHolder{
	transition:all .2s ease-in-out;
	transform:translateX(0px);	
}
div.mobileSideHolder.opened{
	transform: translateX(calc(-1*(100% - 10px)));
}
div.menuScroller.subMenu {
    box-shadow: inset 4px 1px 12px 0px rgb(0 0 0 / 5%);
    background-color: #8f1053 !important;
    position: absolute;
    top: 0;
    left: 100%;
    width: calc(100% - 10px);
}
div.menuScroller.subMenu a.menuItem:not(.closeSub) .menuItem{
}

div.menuScroller{
	height: 100%;
	max-height: calc(100vh - 65px);
	overflow: auto;
	width: 100%;
	float:left;
	/* border-bottom: 13px solid #9b0512; */
}

div.menuScroller.subMenu:not(.shown){
	display:none;
}

div.menuScroller::-webkit-scrollbar{
	width:0px;
}

.backButton{	
	float:left !important;
}
.backButton:not(.shown){
	display:none;
}

/* -- projecten in menu -- */
.projectSelecting {
    float: left;
    width: calc(100vw - 10px);
}
.projectSelecting .editBlock{
	background-color:transparent;
    text-align: center;
}
.projectSelecting .editBlock .button{
	margin-top:10px;
}
.projectSelecting .projectMenuSelect{
	width:calc(100% - 20px);
	margin: 0 10px;
}
.projectMenuItems {
    float: left;
}
.projectSelecting:not(.shown),
.projectMenuItems:not(.shown){
	display:none;
}

