* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border-collapse: collapse;
	outline: none;
}

html, body {
	width: 100vw;
	height: 100vh;
}

body {
	background: #ffffff url(../img/img_BG_DigitalMarkets_290px.jpg) no-repeat center 90px;
	font-family: Roboto, 'Segoe UI', Arial;
	font-size: 12px;
	text-align: center;
	color: #333333;
	overflow-x: hidden;
	overflow-y: auto;
}

a {
	color: #581d74;
	text-decoration: underline;
}


	a:hover {
		color: #2690b7;
	}

#wrapper {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: space-between;
	margin: auto;
	max-width: 1240px;
	height: 100%;
}

header {
	display: flex;
	align-items: center;
	margin: auto;
	width: 100%;
	height: 90px;
}

footer {
	display: flex;
	align-items: center;
	margin: auto;
	width: 100%;
	height: 60px;
	border-top: 1px solid #e6e6e6;
	color: #581d74;
	font-size: 13px;
	font-weight: bold;
}

	footer a {
		text-decoration: none;
	}

/* Language */
#textLanguage {
	display: inline-block;
	width: 100px;
	background: transparent url(../img/arrow-down-b.png) no-repeat right center;
	
	padding-right: 24px;

	color: #333333;
	font-size: 15px;
	font-weight: bold;

	cursor: pointer;
}

	#textLanguage:hover {
		color: #581d74;
	}

#submenuLanguage {
	display: none;
	_display: inline-block;
	position: absolute;
	top: 60px;
	right: 0;
	background-color: #ffffff;
	
	border: 1px solid #404040;
}

	#submenuLanguage a.menuItem {
		display: block;
		padding: 8px 24px 8px 24px;
		color: #404040;
		font-size: 15px;
		text-align: left;
		text-decoration: none;
	}

	#submenuLanguage a.menuItem:hover {
		background-color: #9755b3;
		color: #ffffff;
	}


/* icon-button */
.icon-button {
	display: inline-block;
	margin-right: 10px;
	width: 32px;
	height: 32px;
	text-align: center;
	text-decoration: none !important;
	border: 1px solid #d0d0d0;
	border-radius: 16px;
	color: #303030;
	font-size: 16px;
	line-height: 30px;
	transition: all ease 0.2s;
	__box-shadow: 0 0 2px rgba(255, 255, 255, 0);
}

	.icon-button.icon-linkedin:hover {
		background-color: #0078b4;
		border-color: #0078b4;
		color: #ffffff;
	}

	.icon-button.icon-twitter:hover {
		background-color: #00a4f4;
		border-color: #00a4f4;
		color: #ffffff;
	}

	.icon-button.icon-youtube-play:hover {
		background-color: #e72f23;
		border-color: #e72f23;
		color: #ffffff;
	}

.hidden {
	display: none;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}


.clear {
	clear: both;
}

.space-keeper-10px {
	clear: both;
	display: block;
	height: 10px;
}


.space-keeper-15px {
	clear: both;
	display: block;
	height: 15px;
}

.space-keeper-20px {
	clear: both;
	display: block;
	height: 20px;
}

.space-keeper-30px {
	clear: both;
	display: block;
	height: 30px;
}

.space-keeper-50px {
	clear: both;
	display: block;
	height: 50px;
}


#wLoginPanel {
	position: absolute;
	left: 50%;
	top: calc(50vh - 230px);
	transform: translateX(-50%);
	width: 710px;
	color: #581d74;
	font-size: 12px;
}

#wLoginPanel-header {
	background: #ffffff url(../img/img_Brush.png) no-repeat right bottom;
	border: 1px solid #cdcdcd;
	padding: 50px 90px 50px 90px;
	text-align: left;
}
/* User Components */

#panelUser {
	position: absolute;
	right: 0;
	top: 80px;
	background-color: #581d74;
	padding: 4px 16px 4px 16px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	text-decoration: none;
}

	#panelUser:hover {
		background-color: #9755b3;
	}

#buttonNTLM {
	position: absolute;
	right: 0;
	top: 80px;
	background-color: #581d74;
	padding: 4px 16px 4px 16px;
	color: #ffffff;
	font-size: 14px;

	text-decoration: none;
}

	#buttonNTLM:hover {
		background-color: #9755b3;
	}

#wLoginPanel-message {
	height: 20px;
	color: #e03b41;
	font-size: 12px;
	line-height: 20px;
}

#wLoginPanel-footer {
	padding-top: 30px;
	color: #a7a7a7;
	font-size: 12px;
	text-align: left;
}


#lblMessage {
	background: transparent url(../img/picto_error.png) no-repeat left center;
	padding-left: 24px;
}

	#lblMessage:empty {
		display: none;
	}



h1 {
	font-size: 28px;
	font-weight: 500;
}

h2 {
	font-size: 22px;
	font-weight: normal;
}

input[type="text"], input[type="password"] {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #581d74;
	width: 230px;
	padding: 4px 0 4px 0;
	color: #333333;
	font-size: 15px;
}

input[type="submit"] {
	background-color: #581d74;
	border: none;
	border-radius: 10px;
	padding: 13px;
	color: #ffffff;
	cursor: pointer;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	transition: all ease 0.3s;
}

	input[type="submit"]:hover {
		background-color: #9755b3;
	}