﻿.ML-GENERIC_CONTAINER-ExternalContainer {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}

/* Smartcontainer GENERIC_CONTAINER*/
.ML-GENERIC_CONTAINER-Container {
	padding: 0px;
	width: 100%;
	min-width: 400px;
	min-height: 200px;
	background-color: var(--background-color-container-generic);
	border: 10px solid var(--border-color-container);
}

/*******************************************************
	Headaer
*******************************************************/

.ML-GENERIC_CONTAINER-Container-Header {
	overflow: hidden;
	padding: 10px 5px 5px 10px;
	border-bottom: solid 1px var(--border-color-container);
	text-align: center;
}

	.ML-GENERIC_CONTAINER-Container-Header span {
		font-size: 16px;
		font-weight: bold;
		color: orange;
		cursor: default;
	}

/*******************************************************
	Content
*******************************************************/

.ML-GENERIC_CONTAINER-Container-Content {
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	background-color: var(--background-color-container-generic);
	border-top: none;
	min-height: 78px;
}

	.ML-GENERIC_CONTAINER-Container-Content table[ML_PageControl_Type=GENERIC_CONTAINER] {
		width: 100%;
	}

	.ML-GENERIC_CONTAINER-Container-Content > div > table > tbody > tr > td {
		padding: 10px;
	}

	.ML-GENERIC_CONTAINER-Container-Content span[ML_PageControl_Type=FieldInfo] {
		font-size: 14px;
		cursor: default;
		color: var(--label-color-dataInfo);
	}

	.ML-GENERIC_CONTAINER-Container-Content span[ML_ControlType=Error] {
		font-size: 13px;
		cursor: default;
		padding-left: 10px;
		padding-top: 0px;
		padding-bottom: 10px;
		display: block;
		color: #C63200;
		font-weight: bold;
	}


/*******************************************************
	Footer
*******************************************************/

.ML-GENERIC_CONTAINER-Container-Footer {
	overflow: hidden;
	padding: 10px;
}

	.ML-GENERIC_CONTAINER-Container-Footer table {
		width: 100%;
	}


	.ML-GENERIC_CONTAINER-Container-Footer div[ML_PageControl_Attributes="XXXXXXActionLev1"] {
		background-color: #2ECD99;
		border: 1px solid #2ECD99;
		height: 40px;
		cursor: pointer;
		text-align: center;
		border-radius: 2px;
		display: table-cell;
		vertical-align: middle;
		padding: 0px 15px;
		float: none;
		transition: all 0.3s ease;
	}

		.ML-GENERIC_CONTAINER-Container-Footer div[ML_PageControl_Attributes="XXXXXXActionLev1"] span {
			color: white;
			font-size: 12px;
			cursor: pointer;
			text-transform: uppercase;
			padding: 0px;
		}

		.ML-GENERIC_CONTAINER-Container-Footer div[ML_PageControl_Attributes="XXXXXActionLev1"]:hover {
			background-color: #2CB387;
			border: 1px solid #2CB387;
		}

/*
		Tipo	: Azione di livello 2 ( i comandi di uscita del form )
		*******************************************************************************
		*/
.ML-GENERIC_CONTAINER-Container-Footer div[ML_PageControl_Attributes="XXXXXXActionLev2"] {
	background-color: #DCDCDC;
	border: 1px solid #DCDCDC;
	height: 40px;
	cursor: pointer;
	text-align: center;
	border-radius: 2px;
	display: table-cell;
	vertical-align: middle;
	padding: 0px 20px;
	float: none;
	transition: all 0.3s ease;
}

	.ML-GENERIC_CONTAINER-Container-Footer div[ML_PageControl_Attributes="XXXXActionLev2"] span {
		color: #9D8787;
		font-size: 12px;
		font-weight: normal;
		cursor: pointer;
		text-transform: uppercase;
		padding: 0px;
	}

	.ML-GENERIC_CONTAINER-Container-Footer div[ML_PageControl_Attributes="XXXActionLev2"]:hover {
		background-color: #C0C0C0;
		border: 1px solid #C0C0C0;
	}

		.ML-GENERIC_CONTAINER-Container-Footer div[ML_PageControl_Attributes="XXXActionLev2"]:hover span {
			color: #FFFFFF !important;
		}