﻿
@import url(Fonts/pe-icon-7/pe-icon-7-stroke.css);
@import url(Fonts/pe-icon-7/pe-icon-7-styles.css);
@import url(Fonts/material-design-iconic-font/material-design-iconic-font.css);
@import url(https://fonts.googleapis.com/css?family=Poppins:400|500|600|700);

body {
	padding: 0;
	border: 0;
	overflow: hidden;
	font-family: Poppins, Arial;
	text-align: left;
	color: black;
	background-color: var(--background-color-body);
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 2s ease;
}

body, html {
	height: 100%;
	margin: 0;
}

.bg {
	/* The image used 
	background-image: url(Images/Shared/background/Sfondo-1.jpeg);*/
	/* Full height */
	height: 100%;
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 2s ease;
}



.ML_Span_Highlight {
	display: inline !important;
	background-color: #FAED1D !important;
	color: #323232 !important;
}


/*****************************************************************************************************************************/
.SITE-PAGELAYOUT-MenuPageHeader {
	/*background-color: var(--background-color-mainsite);*/
	background-color:white;
	position: absolute;
	top: 0px;
	height: 66px;
	width: 100%;
	z-index: 85;
}

.SITE-PAGELAYOUT-CurrentPage {
	width: 100%;
	background-color: var(--background-color-body);
	color: black;
	border-top: 1px solid var(--border-color-container);
}

.SITE-PAGELAYOUT-LeftSideBar {
	display: none;
	position: absolute;
	left: 0px;
	top: 66px;
	bottom: 0px;
	width: 44px;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #2A3E4C;
	transition: all .2s linear;
	z-index: 10;
}

	.SITE-PAGELAYOUT-LeftSideBar:hover {
		width: 255px;
		overflow-y: auto;
	}

.SITE-PAGELAYOUT-RightSideBar {
	display: none;
	position: absolute;
	top: 70px;
	right: 0px;
	bottom: 0px;
	width: 150px;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: white;
	transition: all .2s linear;
	z-index: 10;
}


.SITE-PAGELAYOUT-PageData {
	position: absolute;
	left: 44px;
	top: 66px;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: var(--background-color-body);
	transition: all .2s linear;
}

	.SITE-PAGELAYOUT-PageData:focus {
		outline: none;
	}

.SITE-PAGELAYOUT-PageScrollableContainer {
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: var(--background-color-body);
	transition: all .2s linear;
}

.SITE-PAGELAYOUT-tbContentContainer {
	background-color: var(--background-color-body);
	margin-left: 30px;
	margin-top: 15px;
	margin-right: 15px;
}
/*****************************************************************************************************************************/
	/*.SITE-PAGELAYOUT-PageFooter {
	position: fixed;
	bottom: 0;
	height: 70px;
}

	.SITE-PAGELAYOUT-PageFooter span {
		color: #C0C0C0;
		font-size: 16px;
	}

		.SITE-PAGELAYOUT-PageFooter span[ML_ControlType="PageData"] {
			color: #FA9600;
			font-weight: bold;
		}

.SITE-PAGELAYOUT-PageFooterContainer {
	background-color: #232323;
	height: 70px;
	width: 970px;
}

.SITE-PAGELAYOUT-PageSmallFooterContainer {
	background-color: #232323;
	height: 70px;
}*/
	.SITE-PAGELAYOUT-PageFooterSeparator {
	background-color: var(--background-color-body);
	height: 80px;
	width: 100%;
}

.SITE-PAGELAYOUT-PageFooterBar {
	background-color: #232323;
	height: 35px; /*70px;*/
	width: 100%;
	transition: all .2s linear;
}

	.SITE-PAGELAYOUT-PageFooterBar img {
		margin-top: 13px;
		margin-left: 5px;
	}

.SITE-PAGELAYOUT-PageContainer-FullPage {
	background-color: var(--background-color-body);
}

.SITE-PAGELAYOUT-PageFooterContainer-FullPage {
	position: absolute;
	bottom: 0px;
	left: 50px;
	background-color: #232323;
	height: 50px;
	width: 100%;
	transition: all .2s linear;
}

	.SITE-PAGELAYOUT-PageFooterContainer-FullPage img {
		margin-top: 6px;
		margin-left: 5px;
	}


/*****************************************************************************************************************************/
.SITE-Header-Extension {
	width: 100%;
	height: 66px;
}

	.SITE-Header-Extension td {
		padding-left: 8px;
	}

		.SITE-Header-Extension td span {
			color: #8F908F;
			font-size: 14px;
		}

/*****************************************************************************************************************************/

.SITE-Header-User {
	width: 100%;
	height: 66px;
	cursor: pointer;
}

	.SITE-Header-User:hover {
		background-color: var(--background-color-body);
	}

		.SITE-Header-User:hover span {
			color: black;
		}

	.SITE-Header-User td {
		padding-left: 5px;
	}

		.SITE-Header-User td img {
			border-radius: 50%;
			width: 50px;
			height: 50px;
		}

/*****************************************************************************************************************************/

.SITE-Header-UserInfo {
	width: 100%;
}

	.SITE-Header-UserInfo td {
		padding-left: 2px;
		padding-right: 2px;
	}

	.SITE-Header-UserInfo tr:first-child td {
		padding-top: 2px;
	}

	.SITE-Header-UserInfo span[ML_PageControl_Key="row1"] {
		font-size: 13px; /*15*/
		cursor: default;
	}

	.SITE-Header-UserInfo span[ML_PageControl_Key="row2"] {
		font-size: 13px;
		cursor: default;
	}


	.SITE-Header-UserInfo span[ML_PageControl_Key="row2_1"] {
		font-size: 13px; /*15*/
		font-weight: bold;
		cursor: default;
	}

	.SITE-Header-UserInfo span[ML_PageControl_Key="row3"] {
		font-size: 13px; /*12*/
		cursor: default;
	}


	.SITE-Header-UserInfo tr.TrBorderBottom td {
		padding-bottom: 5px;
		border-bottom: 1px solid var(--border-color-container);
	}

/*****************************************************************************************************************************/

.SITE-Header-Back {
	background-color: white;
	width: 60px;
	height: 66px;
	cursor: pointer;
}

	.SITE-Header-Back span {
		font-size: 60px;
		color: black;
	}

	.SITE-Header-Back:hover {
		background-color: var(--background-color-body);
	}

		.SITE-Header-Back:hover span {
			color: black;
		}

.SITE-Header-User:hover + div.avatarDropMenu {
	display: block;
}

/*****************************************************************************************************************************/

.SITE-Header-Info {
	background-color: white;
	width: 60px;
	height: 66px;
	cursor: pointer;
}

	.SITE-Header-Info td {
		padding-left: 11px;
		padding-top: 0px;
	}

	.SITE-Header-Info span {
		font-size: 40px;
		color: black;
	}

	.SITE-Header-Info:hover {
		background-color: var(--background-color-body);
	}

		.SITE-Header-Info:hover span {
			color: black;
		}



.SITE-Header-Info-Selected {
	background-color: #F0C541;
}
/*****************************************************************************************************************************/

.SITE-Header-PlayerCom {
	background-color: var(--background-color-body);
	width: 60px;
}

	.SITE-Header-PlayerCom td {
		padding-left: 11px;
		padding-top: 0px;
	}

	.SITE-Header-PlayerCom span {
		font-size: 40px;
		color: black;
	}

/*****************************************************************************************************************************/
.SITE-Header-PageTitle {
	height: 50px;
	width: 100%;
	margin-left: 26px;
	margin-top: 20px;
}

	.SITE-Header-PageTitle td {
		text-align: left;
	}

	.SITE-Header-PageTitle [ML_PageControl_Key=Icon] {
		font-size: 24px;
		display: inline-block;
		width: 25px;
		vertical-align: text-bottom;
		color: var(--label-color-main);
	}

.SITE-Header-PageTitle-Title {
	font-weight: normal;
	font-size: 18px;
	color: var(--label-color-main);
}

.SITE-Header-PageTitle-Info {
	font-size: 12px;
	color: var(--label-color-submain);
}


/*****************************************************************************************************************************/

.SITE-prevent-click {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 90;
	opacity: 0.5;
	filter: alpha(opacity=10);
	display: none;
	background-color: #2A3E4C;
	overflow: hidden;
}

.SITE-LOADER-Container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 90;
	display: none;
	opacity: 0.8;
	background-color: #2A3E4C;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

.SITE-BackGround-PopUp {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 80;
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: none;
	background-color: black;
	overflow: hidden;
}

.SITE-BackGround-Control-PopUp {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 81;
	opacity: 0.5;
	filter: alpha(opacity=10);
	display: none;
	background-color: black;
	overflow: hidden;
}


/*****************************************************************************************************************************/
.SITE-Error span {
	font-size: 14px;
	color: #323232;
}






/*****************************************************************************************************************************/


.preloader {
	background: #232323;
	position: fixed;
	z-index: 10001;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.animation {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 3px;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	pointer-events: none;
}

	.animation::after {
		position: absolute;
		top: 0;
		right: 0;
		width: 100px;
		height: 100%;
		content: '';
		opacity: 0;
		background: #212121;
		-webkit-transition: opacity 0.2s, box-shadow 2s 4s;
		-moz-transition: opacity 0.2s, box-shadow 2s 4s;
		transition: opacity 0.2s, box-shadow 2s 4s;
		-webkit-transform: rotate(2deg) translateY(-2px);
		-moz-transform: rotate(2deg) translateY(-2px);
		-ms-transform: rotate(2deg) translateY(-2px);
		-o-transform: rotate(2deg) translateY(-2px);
		transform: rotate(2deg) translateY(-2px);
	}

	.animation.la-animate {
		z-index: 10001;
		background: #212121;
		opacity: 1;
		-webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
		-moz-transition: -moz-transform 5s ease-in, opacity 1s 5s;
		transition: transform 5s ease-in, opacity 1s 5s;
		-webkit-transform: translate3d(0%, 0, 0);
		-moz-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		-o-transform: translate3d(0%, 0, 0);
		transform: translate3d(0%, 0, 0);
	}

		.animation.la-animate::after {
			opacity: 1;
		}


.ML_Privacy_Policy {
	color: #8f908f;
	font-size: 13px;
	text-decoration: none;
}

.avatarDropMenu {
	display: none;
	position: absolute;
	background: var(--background-color-mainsite);
	min-width: 200px;
	top: 66px;
	right: 16px;
	border-radius: 0;
	border-bottom-left-radius: 2px;
	border-top: 1px solid #87A9A8;
	box-shadow: 0 4px 16px black;
	color: var(--label-color-main);
	font-size: 13px;
	margin: 0;
}

	.avatarDropMenu:hover {
		display: block;
	}

	.avatarDropMenu:after {
		border-style: solid;
		border-width: 0 10px 13px;
		content: '' !important;
		height: 0;
		position: absolute;
		/*left: 215px;*/
		right: 4px;
		border-color: transparent transparent var(--background-color-mainsite) transparent;
		top: -10px;
		width: 0;
	}

tr [ML_PageControl_Type=MenuItem] {
	cursor: pointer;
	vertical-align: middle;
	color: var(--label-color-main);
}

	tr [ML_PageControl_Type=MenuItem] span {
		font-size: 16px;
	}

	tr [ML_PageControl_Type=MenuItem]:hover {
		background-color: var(--background-color-container-active);
	}



div[ML_PageControl_Type=Loader] {
	border-radius: 25px;
	border-top: 16px solid #6a7071;
	border-right: 16px solid #689bb4;
	border-bottom: 16px solid #2e3537;
	border-left: 16px solid #bfbfbf;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

[ML_PageControl_Animation=background_flash] {
	animation: background_blinking 8s infinite;
}

@keyframes background_blinking {
	0% {
		background-color: red;
	}

	25% {
		background-color: white;
	}

	50% {
		background-color: red;
	}

	75% {
		background-color: white;
	}

	100% {
		background-color: red;
	}
}
