﻿
.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 {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	background-color: red;
}

	/*.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: #6190A6;
	height: 35px;
	min-width: 80px;
	cursor: pointer;
	text-align: center;
	border-radius: 3px;
	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;
		padding: 0;
	}

	.PUBLIC-PAGELAYOUT-Login div[ML_PageControl_Attributes="ActionLev1"]:hover {
		background-color: #8eb9ce;
	}



.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: 10px;
		cursor: pointer;
		padding: 0;
	}

/*---------------------------------------------------------------------------*/
.PUBLIC-PAGELAYOUT-PageData {
	position: relative;
	top: 0;
	float: left;
	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;
	}

	/*---------------------------------------------------------------------------*/


	/* Tb Login */

	.PUBLIC-PAGELAYOUT-PageData [ML_PageControl_Key="TbLogin"] {
		width: 420px;
		margin: 0 auto;
		background: white;
		box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
	}

		.PUBLIC-PAGELAYOUT-PageData [ML_PageControl_Key="TbLogin"] td {
			padding: 5px;
		}

	.PUBLIC-PAGELAYOUT-PageData [ML_PageControl_Key="TbLogin_Header"] {
		color: white;
		background-color: #6190A6;
		height: 100px;
		background-image: url(/App_Themes/CookieMan/Images/Shared/cookieman_logo.png);
		/* background-color: white; */
		background-position: left;
		background-size: 58px;
		background-repeat: no-repeat;
		background-position: 25px;
	}


	/* text box -> modificabile in modalità modifica */
	.PUBLIC-PAGELAYOUT-PageData input[type=text][ML_PageControl_Editable=Editable_ON] {
		border: 1px solid #ffffff;
		background-color: var(--background-color-container-input-editing);
		height: 45px;
		width: 100%;
		vertical-align: middle;
		font-size: 14px;
		color: black;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

		/* focus */
		.PUBLIC-PAGELAYOUT-PageData input[type=text][ML_PageControl_Editable=Editable_ON]:focus {
			border: 1px solid lightgrey;
		}


	.PUBLIC-PAGELAYOUT-PageData input[type=password][ML_PageControl_Editable=Editable_ON] {
		border: 1px solid #ffffff;
		background-color: var(--background-color-container-input-editing);
		height: 45px;
		width: 100%;
		vertical-align: middle;
		font-size: 14px;
		color: black;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
		/* focus */
		.PUBLIC-PAGELAYOUT-PageData input[type=password][ML_PageControl_Editable=Editable_ON]:focus {
			border: 1px solid lightgrey;
		}

	/* icon */
	.PUBLIC-PAGELAYOUT-PageData [ML_PageControl_Key="TbLogin_Icon"] {
		width: 16px;
		margin-right: 10px;
		font-size: 12px;
		color: #676565;
	}


	/* link */
	.PUBLIC-PAGELAYOUT-PageData [ML_PageControl_Key="TbLogin_Link"] {
		text-decoration: none;
		color: #4E9DE6;
	}

	/* tr footer */
	.PUBLIC-PAGELAYOUT-PageData tr[ML_PageControl_Key="Tr_Login_Footer"] span {
		font-size: 9px;
		margin-right: 4px;
	}




.pnlDiscoverCookieMan {
	position: fixed;
	background: white;
	top: 100px;
	right: -200px;
	border-radius: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top: 1px solid #e8e9eb;
	box-shadow: 0 4px 16px black;
	color: var(--label-color-main);
	font-size: 14px;
	margin: 0;
	height: 22px;
	transition: all 1s ease;
	padding: 5px;
	width: 160px;
	cursor: pointer;
}

	.pnlDiscoverCookieMan div {
		position: absolute;
		background-color: white;
		transition: all 1s ease;
		white-space: nowrap;
		cursor: pointer;
	}

	.pnlDiscoverCookieMan span {
		color: var(--label-color-main);
		font-size: 14px;
		cursor: pointer;
	}

.pnlDiscoverCookieMan_discover {
	display: none;
	position: fixed;
	background: white;
	top: 100px;
	right: 0px;
	border-radius: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top: 1px solid #e8e9eb;
	box-shadow: 0 4px 16px black;
	color: var(--label-color-main);
	font-size: 14px;
	margin: 0;
	height: 22px;
	transition: all 1s ease;
	padding: 5px;
	width: 160px;
	cursor: pointer;
}

	.pnlDiscoverCookieMan_discover div {
		position: absolute;
		background-color: white;
		transition: all 1s ease;
		white-space: nowrap;
		cursor: pointer;
	}

.pnlDiscoverCookieMan_cookieman {
	display: none;
	position: fixed;
	background: white;
	top: 101px;
	right: 32px;
	color: var(--label-color-main);
	font-size: 14px;
	margin: 0;
	height: 22px;
	padding-top: 5px;
	width: 60px;
	cursor: pointer;
}


	.pnlDiscoverCookieMan_cookieman div {
		background-color: white;
		white-space: nowrap;
		cursor: pointer;
	}


.pnlDiscoverCookieMan_RightSide {
	position: fixed;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 250px;
}










.pnlDiscoverLoginCookieMan {
	position: fixed;
	background: white;
	top: 150px;
	right: -200px;
	border-radius: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top: 1px solid #e8e9eb;
	box-shadow: 0 4px 16px black;
	color: var(--label-color-main);
	font-size: 14px;
	margin: 0;
	height: 22px;
	transition: all 1s ease;
	padding: 5px;
	width: 160px;
	cursor: pointer;
}

	.pnlDiscoverLoginCookieMan div {
		position: absolute;
		background-color: white;
		transition: all 1s ease;
		white-space: nowrap;
		cursor: pointer;
	}

	.pnlDiscoverLoginCookieMan span {
		color: var(--label-color-main);
		font-size: 14px;
		cursor: pointer;
	}

.pnlDiscoverLoginCookieMan_discover {
	display: none;
	position: fixed;
	background: white;
	top: 150px;
	right: 0px;
	border-radius: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top: 1px solid #e8e9eb;
	box-shadow: 0 4px 16px black;
	color: var(--label-color-main);
	font-size: 14px;
	margin: 0;
	height: 22px;
	transition: all 1s ease;
	padding: 5px;
	width: 160px;
	cursor: pointer;
}

	.pnlDiscoverLoginCookieMan_discover div {
		position: absolute;
		background-color: white;
		transition: all 1s ease;
		white-space: nowrap;
		cursor: pointer;
	}

.pnlDiscoverLoginCookieMan_cookieman {
	display: none;
	position: fixed;
	background: white;
	top: 151px;
	right: -8px;
	color: var(--label-color-main);
	font-size: 14px;
	margin: 0;
	height: 22px;
	padding-top: 5px;
	width: 60px;
	cursor: pointer;
}


	.pnlDiscoverLoginCookieMan_cookieman div {
		background-color: white;
		white-space: nowrap;
		cursor: pointer;
	}


