
nav {
	display: block;
}

.pagewrapper {
    width: 100%;
    display: flex;
	align-items: stretch;
	height:100vh;
}


#mainmenu {
	min-width: 350px;
	max-width: 350px;
	background: #f2f2f2;
	color: #127DA7;
	-webkit-transition: margin-left 0.3s;
	-o-transition: margin-left 0.3s;
	transition: margin-left 0.3s;
	z-index: 30;
	flex-direction: column;
	display: flex;
	/*overflow: hidden;*/
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12), 0px 1px 5px 0px rgba(0, 0, 0, 0.2);

}

/* this trick to have scroll bar on the left */ 
#mainmenu .menu{
	display: flex;
	overflow-y: auto;
	flex-direction: column;
	direction:rtl;
} 
#mainmenu .menu ul{
	direction:ltr;

}
/* end of  scroll bar on the left */ 


#mainmenu.active {
	margin-left: -350px;
	box-shadow:0;
}



@media (max-width:600px)  {
	#mainmenu {
		min-width: 100vw;
		max-width: 100vw;
	}
	#mainmenu.active {
		margin-left: -100vw;
	}

}

#mainmenu .list-unstyled {
	padding-left: 0;
	list-style: none;
}


#mainmenu .OpenCloseButtonContainer {
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	z-index:99;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;

}
#mainmenu .OpenCloseButton {
	background: #034f65;
	border-color: transparent;
	position: relative;
	width: 30px;
	height: 30px;
}
#mainmenu .OpenCloseButton:hover {
	background-color: #127E9D;
	border-color: #FC8A15;
}

#mainmenu .OpenCloseButton:after,
#mainmenu .OpenCloseButton:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#mainmenu .OpenCloseButton:after {
	display: inline-block;
	content: "";
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-left" viewBox="0 0 16 16"><path fill="%23fff" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/></svg>');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	
}
#mainmenu.active .OpenCloseButton:before {
	display: inline-block;
	content: "";
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill="%23fff" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
}

#mainmenu.active .OpenCloseButton:after {
	display: none;
}
#mainmenu.active .OpenCloseButtonContainer {
	margin-right: -50px;
}


#mainmenu.active + #sidebar2.active .OpenCloseButtonContainer {
	margin-right: -100px;
}

.navbarperso{
	white-space: nowrap;
	white-space: -moz-pre-wrap;
	word-break: keep-all;
}


#mainmenu .collapse:not(.show) {
	display: none;
}

#mainmenu .collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
}


#mainmenu .dropdown-toggle {
	white-space: nowrap;
}

#mainmenu .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}



.mr-3 {
	margin-right: 1rem !important;
}



#mainmenu a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	color: #2f89fc;
}

#mainmenu a:hover,
a:focus {
	text-decoration: none !important;
	outline: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}






#mainmenu .h6 {
	color: #fff;
}





#mainmenu h1 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 20px;
}

#mainmenu h1 .logo {
	color: #fff;
	display: block;
	padding: 10px 30px;
	background: #2f89fc;
}

#mainmenu ul.components {
	padding: 0;
}

#mainmenu ul li {
	font-size:1.4rem;
	cursor: pointer;
}

#mainmenu ul li>ul {
	margin-left: 10px;
}

#mainmenu ul li>ul li {
	font-size: 1.2rem;
}

#mainmenu .drawerlist{
	padding: 15px 30px;
	display: block;
	color: #127DA7;
}
#mainmenu .drawerlist:hover{
	color: #fff;
	background: #127DA7;

}
#mainmenu .drawerlist.active{
	background: #034f65;
	color: #FCB715;

}
#mainmenu .drawerlist.active:hover{
	color: #fff;
}


#mainmenu .header {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	position: relative;
	z-index: 0;
	/*background-image: url(/1_common/6_img/WP_xmass_blue.svg), linear-gradient(225deg,#55A6BD , #127E9D, #034F65);*/
	background-image: linear-gradient(225deg,#555555 , #121212, #030303);
	padding-bottom: 0.5rem!important;
	color: #fff;
	padding-left:1rem;
	text-align:left;
	font-weight: 500;
	line-height: 1.2;
	font-size:1.2rem;
}

#mainmenu .header .logo_row {
	display: flex;
	align-items: center;
	
}

#mainmenu .header .logo_row .logo {
	width: 64px;
	height: 64px;
	margin: 1em;
	background-image: url(/public/IMG/logo.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


#mainmenu .header .projselect {
	border: 0;
	background-color: transparent;
	color:#FFF;
	font-size:1.2rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	margin-left:-4px;
}
#mainmenu .header .projselect option{
	color: #fff;
	background: #127DA7;
}

#mainmenu .header h3 {
	color: #fff;
	font-size: 18px;
}


#reset-password-form{
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.form-group{
	margin-bottom: 1rem;
}

.form-control {
    height: calc(2.25rem + 2px);
    background-clip: padding-box;
}
.btn-success{
	color: #fff;
    background-color: #28a745;
    border-color: #28a745;
	padding: 0.375rem 0.75rem;
	
}

/*
#mainmenu a[data-toggle="collapse"] {
	position: relative;
	
}

#mainmenu .dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 1rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#mainmenu #content {
	width: 100%;
	padding: 0;
	min-height: 100vh;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
*/

