﻿
.PUBLIC-PAGELAYOUT-Header {
	position: relative;
	width: 100%;
	float: left;
	height: 70px;
	background-color: #212121;
}

	.PUBLIC-PAGELAYOUT-Header > table {
		height: 100%;
	}

	.PUBLIC-PAGELAYOUT-Header span {
		color: #878787;
		font-size: 24px;
		padding-left: 40px;
	}

/*---------------------------------------------------------------------------*/
.PUBLIC-PAGELAYOUT-Login {
	background-color: white;
	position: fixed;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 250px;
	padding: 50px;
	opacity: 1;
	transition: all 1.5s ease;
}

	/*.PUBLIC-PAGELAYOUT-Login:hover {
		background-color: white;
		opacity: 0.9;
	}*/

	.PUBLIC-PAGELAYOUT-Login span[ML_PageControl_Type=Title] {
		padding: 15px;
		font-size: 30px;
		color: white;
		display: block;
	}

	.PUBLIC-PAGELAYOUT-Login span[ML_PageControl_Type=SubTitle] {
		padding-bottom: 10px;
		color: #878787;
		display: block;
	}

	.PUBLIC-PAGELAYOUT-Login span[ML_PageControl_Type=FieldInfo] {
		padding-bottom: 10px;
		color: white;
		display: block;
	}

	/* contenitori*/
	.PUBLIC-PAGELAYOUT-Login div[ML_PageControl_Type] {
		transition: all 0.9s ease;
		overflow: hidden;
	}

div[ML_PageControl_Key=FieldsContainer] {
	margin-top: 0;
}

/* tasti*/
.PUBLIC-PAGELAYOUT-Login div[ML_PageControl_Attributes="ActionLev1"] {
	background-color: #2ECD99;
	border: 1px solid #2ECD99;
	height: 40px;
	cursor: pointer;
	text-align: center;
	border-radius: 60px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
	float: none;
	transition: all 0.3s ease;
}

	.PUBLIC-PAGELAYOUT-Login div[ML_PageControl_Attributes="ActionLev1"] span {
		color: white;
		font-size: 12px;
		cursor: pointer;
		text-transform: uppercase;
		padding: 0;
	}

	.PUBLIC-PAGELAYOUT-Login div[ML_PageControl_Attributes="ActionLev1"]:hover {
		background-color: #2CB387;
		border: 1px solid #2CB387;
	}



.PUBLIC-PAGELAYOUT-Login div[ML_PageControl_Attributes="ActionLev2"] {
	height: 25px;
	cursor: pointer;
	text-align: center;
	border-radius: 60px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
	float: none;
}

	.PUBLIC-PAGELAYOUT-Login div[ML_PageControl_Attributes="ActionLev2"] span {
		color: #4E9DE6;
		font-size: 12px;
		cursor: pointer;
		padding: 0;
	}

/*---------------------------------------------------------------------------*/
.PUBLIC-PAGELAYOUT-PageData {
	position: relative;
	top: 0;
	float: left;
	/*background-color: #212121;*/
	width: 100%;
	margin-top: 30px;
}

	.PUBLIC-PAGELAYOUT-PageData > table > tbody > tr > td > table {
		max-width: 970px;
	}

		.PUBLIC-PAGELAYOUT-PageData > table > tbody > tr > td > table > tbody > tr > td {
			padding: 50px 20px;
		}

	/*.PUBLIC-PAGELAYOUT-PageData span {
		color: white;
		font-size: 16px;
	}*/

	.PUBLIC-PAGELAYOUT-PageData span[ML_ControlType="PageTitle"] {
		color: white;
		font-weight: bold;
	}

	.PUBLIC-PAGELAYOUT-PageData span[ML_ControlType="PageData"] {
		color: #FA9600;
		font-weight: bold;
	}

	.PUBLIC-PAGELAYOUT-PageData span[ML_ControlType="PageInfo"] {
		font-size: 12px;
	}

	.PUBLIC-PAGELAYOUT-PageData span[ML_ControlType="PageError"] {
		color: red;
		font-weight: bold;
	}



/*---------------------------------------------------------------------------*/
.btnLoginKO {
	background-color: #463d3d !important;
	border: 1px solid #463d3d !important;
	pointer-events: none;
}

.PUBLIC-PAGELAYOUT-Login div[ML_PageControl_Attributes="BtnConnection"] {
	background-color: #2ECD99;
	border: 1px solid #2ECD99;
	height: 70px;
	width: 88px;
	cursor: pointer;
	text-align: center;
	border-radius: 2px;
	display: table-cell;
	vertical-align: middle;
	padding: 0px 15px;
	float: none;
	transition: all 0.3s ease;
}

	.PUBLIC-PAGELAYOUT-Login div[ML_PageControl_Attributes="BtnConnection"] span {
		color: white;
		font-size: 12px;
		cursor: pointer;
		text-transform: uppercase;
		padding: 0px;
	}

	.PUBLIC-PAGELAYOUT-Login div[ML_PageControl_Attributes="BtnConnection"]:hover {
		background-color: #2CB387;
		border: 1px solid #2CB387;
	}