﻿.imgModulistica {
	background: url('Images/Modulistica.png') no-repeat right center #00bcd5;
	width: 700px;
	height: 120px;
}

.imgTipoModulo {
	background: url("Images/imgTitoloModulistica.png") repeat scroll 0 0 transparent;
	float: left;
    height: 35px;
    margin: 65px 10px 0 10px;
    width: 34px;
}

.ModuloSUE {
	font-weight: bold;
    display: block;
    list-style-type: none;
	background: url('Images/elencoModuliSUE.png') no-repeat top left;
	padding-left: 25px;
	padding-top: 2px;
	height: 37px;
	margin-right: 5px;
	/*opacity: 0.5;
	filter: alpha(opacity=50);*/
	color: #000000 !important;
} 

.ModuloSUE > a {
	display: block;
}

.ModuloSUE:hover {
	font-weight: bold;
    display: block;
    list-style-type: none;
	background: url('Images/elencoModuliSUAP.png') no-repeat top left;
	padding-left: 25px;
	padding-top: 2px;
	height: 37px;
	margin-right: 5px;
	/*opacity: 1;
	filter: alpha(opacity=100);*/
	color: #000000 !important;
}

.ModuloSUAP {
	font-weight: bold;
    display: block;
    list-style-type: none;
	background: url('Images/elencoModuliSUAP.png') no-repeat 10px 1px;
	padding-left: 35px;
	padding-top: 2px;
	margin-right: 10px;
	/*opacity: 0.5;
	filter: alpha(opacity=50);*/
	color: #000000 !important;
} 

.ModuloSUAP > a {
	display: block;
}

.ModuloSUAP:hover {
	font-weight: bold;
    display: block;
    list-style-type: none;
	background: url('Images/elencoModuliSUAP.png') no-repeat 10px 1px;
	padding-left: 35px;
	padding-top: 2px;
	margin-right: 10px;
	/*opacity: 1;
	filter: alpha(opacity=100);*/
    color: #00bcd5 !important;
    text-decoration: underline;
}

.iframeSUE {
	width: 100%;
	/*overflow-y: hidden;*/
	scrolling: auto;
	height: auto;
	background-color: #FFFFFF;
	/*border: 10px solid #FFFFFF;*/
}

.labelTreeModulistica {
    font-size: 12px;
}

.selectedItem {
    background-color: #f6b5b5;
}

#tabs {
    background-color: #FFFFFF;
    padding: 10px;
    width: auto;
}

#frmContent {
    width: 100%;
    height: 850px;
}

#loadImg {
    position:absolute;
    z-index:999;
}
    
#loadImg div {
    top:0px;
    left:0px;
    width: 700px;
    height: 800px;
    background: url("../../../images/loading.gif") no-repeat scroll top center #FFFFFF;
    text-align: center;
    vertical-align: middle;
}

.ListaProcCollegati {
    margin-left: 25px;
}

.ListaProcCollegati a {
	color: #000000 !important;
}

.ListaProcCollegati a:hover {
	color: #028BFF !important;
}

.divModulisticaArchipro {
    margin-bottom: 5px;
}

.ui-dialog {
    width: 1000px !important;
}

.fieldsetProcedimenti {
	margin-right: 20px;
}

.linkToFile {
    font-size: x-small;
    white-space: normal;
    display: inline-block;
    width: 85%;
    color: blue;
}

.labelLinkToFile {
    font-size: x-small;
    vertical-align: top;
}

.legendWidthSezioni {
    /*width: 520px;*/
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
}

.alignLeft {
    text-align: left;
}

.legendWidthSottoSezioni {
    text-align: left;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    padding-left: 18px;
}

.legendWidthSezioniChild {
    width: 100%;
    display: inline;
}

.ListaIstanzeSUAP {
    margin-bottom: 10px;
    margin-top: 0px;
    margin-left: 7px;
}

.InterventoSUAP {
	font-weight: bold;
    display: table;
    list-style-type: none;
	background: url('Images/elencoDefault.png') no-repeat 0px 5px;
	padding-left: 12px;
	height: 20px;
	color: #000000 !important;
	margin-left: 10px;
    width: 100%;
} 

.InterventoSUAP:hover {
	font-weight: bold;
    display: table;
    list-style-type: none;
	background: url('Images/elencoSUAP.png') no-repeat 0px 5px;
	padding-left: 12px;
	height: 20px;
	color: #000000 !important;
	margin-left: 10px;
    width: 100%;
}

.InterventoSUAP a {
	color: #000000 !important;
} 

.ProcedimentoSUAPElenco {
    padding: 2px 3px;
    color: #9d9d9d;
}

.ProcedimentoSUAPElenco:hover {
    padding: 2px 3px;
    color: #00bcd5;
    text-decoration: underline;
}

.fieldsetTitoloSUAP {
 	border: 1px solid #2a75b4;
 	border-radius: 3px;
 	margin-bottom: 20px;
	padding-bottom: 10px;
 }

.fieldsetChildSUAP {
    margin: 10px 5px 5px 9px;
}

 .legendTitoloSUAPChild {
    padding-left: 5px;
    padding-right: 5px;    
    cursor: pointer;
    min-height: 18px;
 }