﻿/*contenitore esterno*/

div[ML_PageControl_Type=ML_RadioButton_Extended] table {
	width: 100%
}

div[ML_PageControl_Type=ML_RadioButton_Extended][ML_PageControl_Editable=Editable_ON] span {
	cursor: pointer !important;
}


div[ML_PageControl_Type=ML_RadioButton_Extended] span:first-of-type {
	font-weight: bold;
}


div[ML_PageControl_Type=ML_RadioButton_Extended] [ML_PageControl_Type=OptionContainer] {
	border: 1px solid orange;
	border-radius: 3px;
	padding: 5px;
	background-repeat: no-repeat;
	background-position-x: calc(100% - 2px);
	background-position-y: 10px;
}

div[ML_PageControl_Type=ML_RadioButton_Extended][ML_PageControl_Editable=Editable_ON] [ML_PageControl_Type=OptionContainer] {
	cursor: pointer !important;
}

div[ML_PageControl_Type=ML_RadioButton_Extended] [ML_PageControl_Type=OptionContainer] span[ML_PageControl_Key=Title] {
	font-weight: bold !important;
}

div[ML_PageControl_Type=ML_RadioButton_Extended][ML_PageControl_Editable=Editable_ON] [ML_PageControl_Type=OptionContainer][ML_PageControl_ValueKey]:not([ML_Status=Selected]):hover {
	background-color: #fff7ae;
	background-image: url(../Images/Check/Selecting.png);
}

div[ML_PageControl_Type=ML_RadioButton_Extended] [ML_PageControl_Type=OptionContainer][ML_Status=Selected] {
	background-image: url(../Images/Check/Selected.png);
}

div[ML_PageControl_Type=ML_RadioButton_Extended] [ML_PageControl_Type=OptionContainer][ML_Status=Fixed_ON] {
	background-image: url(../Images/Check/Fixed_ON.png);
}


/*--------------------------------------------------------*/
div[ML_PageControl_Type=ML_CheckButton_Extended] table {
	width: 100%
}

div[ML_PageControl_Type=ML_CheckButton_Extended][ML_PageControl_Editable=Editable_ON] span {
	cursor: pointer !important;
}


div[ML_PageControl_Type=ML_CheckButton_Extended] span:first-of-type {
	font-weight: bold;
}


div[ML_PageControl_Type=ML_CheckButton_Extended] [ML_PageControl_Type=OptionContainer] {
	border: 1px solid orange;
	border-radius: 3px;
	padding: 5px;
	background-repeat: no-repeat;
	background-position-x: calc(100% - 2px);
	background-position-y: 10px;
}

	div[ML_PageControl_Type=ML_CheckButton_Extended] [ML_PageControl_Type=OptionContainer] span[ML_PageControl_Key=Title] {
		font-weight: bold !important;
	}

div[ML_PageControl_Type=ML_CheckButton_Extended][ML_PageControl_Editable=Editable_ON] [ML_PageControl_Type=OptionContainer][ML_PageControl_ValueKey]:not([ML_Status=Selected]):hover {
	background-color: #fff7ae;
	background-image: url(../Images/Check/Selecting.png);
}

div[ML_PageControl_Type=ML_CheckButton_Extended] [ML_PageControl_Type=OptionContainer][ML_Status=Selected] {
	background-image: url(../Images/Check/Selected.png);
}


div[ML_PageControl_Type=ML_CheckButton_Extended] [ML_PageControl_Type=OptionContainer][ML_Status=Fixed_ON] {
	background-image: url(../Images/Check/Fixed_ON.png);
}
