﻿.ML-SHOWMESSAGE-ExternalContainer {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	max-height: 80%;
	overflow-y: auto;
}

/* Smartcontainer ML_SHOWMESSAGE*/
.ML-SHOWMESSAGE-Container {
	padding: 0px;
	width: 100%;
	min-width: 350px;
	min-height: 80px;
	background-color: #FFFFFF;
	border: 10px solid #3C3C3C;
	box-sizing: border-box;
}

/*******************************************************
	Headaer
*******************************************************/

.ML-SHOWMESSAGE-Container-Header {
	overflow: hidden;
	padding: 10px 5px 0px 10px;
	border-bottom: solid 1px #FFFFFF;
	text-align: center;
	min-height: 30px;
}

	.ML-SHOWMESSAGE-Container-Header span {
		font-size: 16px;
		font-weight: bold;
		color: black;
		cursor: default;
	}

/*******************************************************
	Content
*******************************************************/

.ML-SHOWMESSAGE-Container-Content {
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	background-color: white;
	border-top: none;
	min-height: 78px;
}

	.ML-SHOWMESSAGE-Container-Content > div > table > tbody > tr > td {
		padding: 10px;
	}

	.ML-SHOWMESSAGE-Container-Content > div {
		font-size: 14px;
		cursor: default;
		color: #797979;
	}


/*******************************************************
	Footer
*******************************************************/

.ML-SHOWMESSAGE-Container-Footer {
	overflow: hidden;
	padding: 10px;
}

	.ML-SHOWMESSAGE-Container-Footer table {
		width: 100%;
	}



	/*
	Tipo	: Azione di livello 1 ( i comandi principali del form )
	*******************************************************************************
	*/
	.ML-SHOWMESSAGE-Container-Footer div[ML_PageControl_Attributes="ActionLev1"] {
		background-color: #F0C541;
		border: 1px solid #F0C541;
		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-SHOWMESSAGE-Container-Footer div[ML_PageControl_Attributes="ActionLev1"] span {
			color: white;
			font-size: 12px;
			cursor: pointer;
			text-transform: uppercase;
			padding: 0px;
		}

		.ML-SHOWMESSAGE-Container-Footer div[ML_PageControl_Attributes="ActionLev1"]:hover {
			background-color: #E6BD3E;
			border: 1px solid #E6BD3E;
		}
