/* detail */

.cells {}

.fldGroup {
	margin-top: 12px !important;
	margin-bottom: 12px !important;
	padding: 12px !important;
	border: 1px solid var(--secondaryColor) !important;
 	border-radius: 6px; 
	-moz-border-radius: 6px; /* firefox */
	-webkit-border-radius: 6px; /* safari, chrome */
}

.fldGroup legend {
	color: var(--secondaryColor);
	font-weight: bold !important;
	padding-left: 6px !important;
	padding-right: 6px !important;
}

.fldGroup legend a {
	color: inherit;
	text-decoration: none;
}

.fldGroup legend a:hover {
	color: inherit;
}

/* 
.cells:first-child {
	border: 0px;
}

.cells:nth-child(2) {
	border: 0px !important;
}

.tabled {
 	border-bottom: 1px solid #EEEEEE;
}

.tabled: last-child {
 	border-bottom: 0px solid #EEEEEE;
}
 */

.noTabled {
	width: 98% !important;
	float: none !important;
	clear: both !important;
}

.ntFlds {
	padding-bottom: 0px !important;
	text-align: left !important;
}

.ntVals {
	padding-top: 0px !important;
	border-bottom: 1px solid #EEEEEE;
}

.ntVals:last-child {
	border: 0px;
}

.fields {
	float: left;
	width: 38%;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
	font-size: 13px;
	font-style: italic;
	line-height: 22px;
}

.values {
	float: right;
	width: 60%;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	line-height: 20px;
	font-weight: bold;
}

.values ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.values li {}

.detailStandardImage {
	text-align: center;
}

.detailStandardImage img {
	width: 50%;
	border: 0px;
}

.detailClearAll {
	clear: both;
	float: none;
	width: 100%;
	border-top: 1px solid #EEEEEE;
}

.detailClearAll:last-child {
	border: 0px;
}

.article {
	margin-bottom: 6px;
}

.titolo {
	font-weight: bold !important;
	margin-bottom: 12px;
}

.sottotitolo {
	font-style: italic;
	margin-bottom: 9px;
}

#mthMngArea {
	float: left;
	width: 39%;
}

#mthMngArea sup {
	padding-right: 6px;
	font-weight: normal;
	font-style: italic;
	font-size: 9px;
	color: #999999;
}

#dgtsMngsArea {
	float: right;
	width: 59%;
	height: 100%;
	overflow: auto;
}

#dgtsMngsArea sup {
	padding-right: 6px;
	font-weight: normal;
	font-style: italic;
	font-size: 9px;
	color: #999999;
}

.ActContainer {
	padding-bottom: 12px;
}

@media all and (max-width: 1024px) { /* Specific to this particular image */
	#mthMngArea {
		float: none;
		width: 100%;
		overflow: none;
	}
	
	#dgtsMngsArea {
		float: none;
		width: 100%;
		overflow: none;
	}
}


#mthMngArea .listThumbImage, #jsonForm .listThumbImage {
	position: static !important;
	display: block !important;
	float: none;
	z-index: 2;
	width: 3em !important;
	height: 3em !important;
	padding: 0;
	cursor: pointer;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

#mthMngArea .imgHalTopfLeft, #jsonForm .listThumbImage {
	width: 6em;
	height: 6em;
	margin-left: 0;
}

#mthMngArea .imgHalfTopRight, #jsonForm .imgHalfTopRight {
	width: 6em;
	height: 6em;
	margin-left: 0;
}

#mthMngArea .imgHalfBottomLeft, #jsonForm .imgHalfBottomLeft {
	width: 6em;
	height: 6em;
	margin-left: 0;
	margin-top: 0;
}

#mthMngArea .imgHalfBottomRight, #jsonForm .imgHalfBottomRight {
	width: 6em;
	height: 6em;
	margin-left: 0;
	margin-top: 0;
}

#mthMngArea .IOpublic, #jsonForm .IOpublic {
	margin-left: 1.2em;
}

#mthMngArea .IOprivate, #jsonForm .IOprivate {
	margin-left: 1.2em;
}


/* FORM */

#formBody , #oneMngArea {
	margin: 1em auto;
	width: calc( 100% - 1em);
	max-width: 800px;
	padding: 0;
}


.form-title {
	text-transform: capitalize;
}
