

nav {
	display: block;
}

.pagewrapper {
    width: 100%;
    display: flex;
	align-items: stretch;
	height:100vh;
}



#sidedrawer {
	min-width: 350px;
	max-width: 350px;
	height:100vh;
	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);

}

#sidedrawer .menu{
	display: flex;
	overflow-y: auto;
	flex-direction: column;
	direction:rtl;
} 

#sidedrawer .menu ul{
	direction:ltr;

}



#sidedrawer.active {
	margin-left: -350px;
	box-shadow:0;
}

@media (max-width:600px)  {
	#sidedrawer {
		min-width: 100vw;
		max-width: 100vw;
	}
	#sidedrawer.active {
		margin-left: -100vw;
	}

}

#sidedrawer .list-unstyled {
	padding-left: 0;
	list-style: none;
}

#sidedrawer .OpenCloseButtonContainer {
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	z-index:99;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;

}
#sidedrawer .OpenCloseButton {
	background: #034f65;
	border-color: transparent;
	position: relative;
	width: 30px;
	height: 30px;
}
#sidedrawer .OpenCloseButton:hover {
	background-color: #127E9D;
	border-color: #FC8A15;
}

#sidedrawer .OpenCloseButton:after,
#sidedrawer .OpenCloseButton:before {
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
	bottom: 0;
	font-weight: 900;
    font-family: 'Font Awesome\ 5 Free';
	color: #fff;
    font-size: 1em;

}
#sidedrawer .OpenCloseButton:after {
	content: "\f053";
	right: 2px !important;
	
}
#sidedrawer.active .OpenCloseButton:before {
	content: "\f0C9";
}
#sidedrawer.active .OpenCloseButton:after {
	display: none;
}
#sidedrawer.active .OpenCloseButtonContainer {
	margin-right: -50px;
}

#sidedrawer.active + #sidebar2.active .OpenCloseButtonContainer {
	margin-right: -100px;
}

.navbarperso{
	white-space: nowrap;
	white-space: -moz-pre-wrap;
	word-break: keep-all;
}

#sidedrawer .collapse:not(.show) {
	display: none;
}

#sidedrawer .collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

#sidedrawer .dropdown-toggle {
	white-space: nowrap;
}

#sidedrawer .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;
}

#sidedrawer a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	color: #2f89fc;
}

#sidedrawer a:hover,
a:focus {
	text-decoration: none !important;
	outline: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#sidedrawer .h6 {
	color: #fff;
}

#sidedrawer h1 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 20px;
}

#sidedrawer h1 .logo {
	color: #fff;
	display: block;
	padding: 10px 30px;
	background: #2f89fc;
}

#sidedrawer ul.components {
	padding: 0;
}

#sidedrawer ul li {
	font-size:1.4rem;
	cursor: pointer;
}

#sidedrawer ul li>ul {
	margin-left: 10px;
}

#sidedrawer ul li>ul li {
	font-size: 1.2rem;
}

#sidedrawer ul li a {
	padding: 15px 30px;
	display: block;
	color: #127DA7;
}

#sidedrawer ul li a:hover {
	color: #fff;
	background: #127DA7;
}

#sidedrawer ul li.active>a {
	background: #034f65;
	color: #fff;
}

#sidedrawer ul li.active>a:hover {
	background: #55A6BD;
}

#sidedrawer .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:url(/1_common/6_img/proverlis_logo_rev07_notext.svg), linear-gradient(225deg,#55A6BD , #127E9D, #034F65); */
	/* background-image:url(/1_common/6_img/proverlis_logo_coq_003_bluePastel_noback.svg), linear-gradient(225deg,#55A6BD , #127E9D, #034F65); */
	
	padding-bottom: 0.5rem!important;
	color: #fff;
	padding-left:1rem;
	text-align:left;
	font-weight: 500;
	line-height: 1.2;
	font-size:1.2rem;
	background: linear-gradient(225deg, #55A6BD, #127E9D, #034F65);
	/*background:#000;*/
    position: relative;

}

#sidedrawer .header .logo_row {
	display: flex;
	align-items: center;
	
}

#sidedrawer .header .logo_row .logo {
	width: 64px;
	height: 64px;
	margin-bottom: 10px;
	background-image: url(/1_common/6_img/webicapslogo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#sidedrawer .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;
}
#sidedrawer .header .projselect option{
	color: #fff;
	background: #127DA7;
}

.lang-picker {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    background-color: #fff;
    border-color: #fff;
}
.icon_lang {
    height: 30px;
    width: 30px;
}

#sidedrawer .header h3 {
	color: #fff;
	font-size: 18px;
}

#sidedrawer a[data-toggle="collapse"] {
	position: relative;
}

#sidedrawer a[aria-expanded="true"]>.indic_small {
	display:none!important;
}

#sidedrawer .dropdown-toggle::after {
	display: none;
	position: absolute;
	top: 50%;
	right: 1rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#sidedrawer #content {
	width: 100%;
	padding: 0;
	min-height: 100vh;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/********************/
.aboutcontent {
flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.abouttopban {
	background-image: url(/1_common/6_img/WP_xmass_blue.svg), linear-gradient(225deg,#55A6BD00 , #127E9D00, #034F6500);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #232323;
	height: 192px;
	padding: 0;
	margin: 0;
	position: relative;
	border-radius: 5px 5px 0 0;
}

.aboutbotban {
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
	
}
.aboutlogo{
	position: absolute;
	bottom: 0;
	margin-bottom: -128px;
	left: 2rem;
}
.aboutspacer{
	height: 128px;
}
.abouttext{
	margin-bottom: 2em;
}