@charset "UTF-8";

/*       _____      __      _________
/*       |||\\\    //\\     |||||||||     ========================================== */
/*       ||   ||  //  \\    ||            ========================================== */
/*       ||  //  //||||\\   ||||||        ======= GLOBAL STYLE ===================== */
/*       |||    //      \\  ||            ========================================== */
/*       |||   //        \\ ||            ========================================== */


/*-------------------   fonts  ----------------*/
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/bebas-neue-fontfacekit/BebasNeue-webfont.eot');
    src: url('fonts/bebas-neue-fontfacekit/BebasNeue-webfont.eot?iefix') format('eot'),
         url('fonts/bebas-neue-fontfacekit/BebasNeue-webfont.woff') format('woff'),
         url('fonts/bebas-neue-fontfacekit/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/bebas-neue-fontfacekit/BebasNeue-webfont.svg#webfont4Bjy2lJe') format('svg');
    font-weight: normal;
    font-style: normal;
}


body{
	font-family:Verdana, Geneva, sans-serif;
	margin: 0px;
	font-size: 12px;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #CC3300;
	font-weight:normal;
	font-size: 21px;
	text-align:center;
	margin-bottom: 5px;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 5px;
}
#titolo{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:45px;
	padding-top: 8px;
}
#titolo a{ }
.sottotitolo{
	font-family:Georgia, "Times New Roman", Times, serif;
	--border-top: 1px solid #333;
	width: 100px;
	margin: 0 auto;
	padding: 5px;
	font-size:16px;
}
.sottotitolo2{
	font-family:"Times New Roman", Times, serif;
	border-top: 1px solid #333;
	width: 100px;
	margin: 0 auto;
	padding: 5px;
	font-size:12px;
}
#intestazione{
	position: relative;
	top:0px;
	left:0px;
	border-bottom: 1px solid #333;
	border-top: 5px solid #C73500;
	height: 40px;
	
}
#spot_intestazione{
	padding-left: 220px;
	padding-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing: 4px;
}
.numeri_spot{
	font-weight:bold;
	font-family:Geneva, sans-serif;
	font-size:16px;
	color:#C73500;
	letter-spacing: 3px;
}

.by_style{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
	font-size:12px;
	font-weight:normal;
}
.divisore{
	border-bottom: 1px solid #666;
	height:5px;
	line-height:2px;
	width: 150px;
	margin:0 auto;
}
.contenuti_text{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333333;
	line-height: 22px;
	text-align:justify;
}
ul{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:7px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333333;
	line-height: 22px;
	padding-left: 10px;
	text-align:left;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333333;
	line-height: 22px;
	text-align:justify;
}
table{
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	line-height: inherit;
}
#tabella_agenti_di_rischio{
	padding-top:10px;
}
.didascalie{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color: #CC3300;
	font-weight:normal;
	letter-spacing: 1px;
}
.didascalie a{
	color: #CC3300;
}
.testo_blu{
	color:#006;
}
.testo_rosso{
	color:#CC3300;
}

.muted { color: #999999; }
.text-warning { color: #c09853;}
.text-error { color: #b94a48; } 
.text-info { color: #3a87ad; } 
.text-success { color: #468847; }




/* ========================================================================== */
/* ========================================================================== */
/* ============================  L A Y O U T  =============================== */
/* ========================================================================== */
/* ========================================================================== */

#apDiv1 {
	position:absolute;
	width:160px;
	height:190px;
	z-index:1;
	left: 30px;
	top: 10px;
	text-align:center;
	background-color: #EDEBD3;
	border: 1px solid  #000000;
	color:#006;
}
#secondoRiquadro{
	margin: 3px;
	border: 1px solid #000000;
	height:182px;
	background-color: #EDEBD3;
}
#colonnaMenu{
	float:left;
	width: 186px;
	border-right:1px solid #BBBBBB;
	margin-left: 5px;
	margin-top: 180px;
	text-align: right;
}
.borderTopMenu{
	border-top:1px dashed #BBBBBB;
	margin-left: 55px;
	margin-right: 30px;
	height: 10px;
}
#contenitoreMenu{
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#colonnaSponsor{
	width: 210px;
	border-left:1px solid #BBBBBB;
	float: right;
	margin-top: 0px;
	padding-bottom: 20px;	
}
#colonnaContenuti{
	/* width: 537px; */ 
	border:0px solid #000;
	margin-left: 210px;
	margin-top: 20px;
	margin-right: 230px;
}
.menuLine{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	font-weight:bold;
	/*color:#C73500;*/
	color:#333333;
}
#contenitore_colonna3{
	margin-top: 30px;
}
.boxCelestiniStileNazione{
	background: url(../IMG/separatoreBottom.png) bottom no-repeat;
	margin-top: 10px;
	background-color: #DDE2E5;
	margin-left: 20px;
	margin-right: 20px;
}
.titolo_categoria_box_celestino{
	background:url(../IMG/separatoreTop.png) top no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #C73500;
	text-align:center;
	padding-top: 5px;
}
.titolo_box_celestino{
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	letter-spacing: 1px;
	line-height: 20px;
	padding:5px;
}
.data_box_celestino{
	font-family:Verdana, Geneva, sans-serif;
	color: #C73500;	
	font-style:oblique;
	font-size:10px;
	text-align:center;
	padding-bottom: 10px;
}
.tilde_box_celestino{
	font-family:"Courier New", Courier, monospace;
	font-size: 20px;
	color: #666;
	line-height: 10px;
	text-align:center;
	padding-bottom: 10px;
}
#piedipagina{
	clear:both;
	font-family: "Times New Roman", Times, serif;
	font-size:11px;
	/* text-transform:uppercase; */
	letter-spacing: 4px;
	text-align:center;
	background-color:#EDEBD0;
	color:#000;
	margin-top:50px;
}
.footerItems{
	display:inline-block;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
}
.introductory {
	text-align: left; padding: 15px; margin: 30px 10 10 10px; 
	width: 500px;
	margin-left:auto; margin-right:auto;
	font-size: 12px;
	background: #F8F7EF; 
	border-bottom: 1px dotted #B2B2B2;
	border-top: 1px dotted #B2B2B2;
}





/* ========================================================================== */
/* ========================================================================== */
/* ============================ BUTTON & LINK  ============================== */
/* ========================================================================== */
/* ========================================================================== */



a {
	text-decoration:none;
	color:#006;
}
a.pulsante{
	font-size:14px;
	margin:0 auto;  
	margin-top:30px; 
	color:#fff;
	background-color:#C53727;
	/*background-color:#7ab251;  */
	padding:5px; 
	 -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	margin-left:4px; 
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}
.PULSANTE_BLU{
	font-size:14px;
	margin:0 auto;  
	margin-top:30px; 
	color:#fff;
	background-color:#069;
	/*background-color:#7ab251;  */
	padding:5px; 
	 -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	margin-left:4px; 
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}
.PULSANTE_VERDE{
	font-size:14px;
	margin:0 auto;  
	margin-top:30px; 
	color:#fff;
	background-color:#093;
	/*background-color:#7ab251;  */
	padding:5px; 
	 -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	margin-left:4px; 
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}



/* ========================================================================== */
/* ========================================================================== */
/* ============================ FINESTRE & NOTIFICHE ======================== */
/* ========================================================================== */
/* ========================================================================== */
.notice{
	background-color:#FFE45C; 
	color: #363636; 
	border: 1px solid #999; 
	padding: 7px;
	display: inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-family:Tahoma, Geneva, sans-serif;
}
.blu_alert_icon{
	width:16px;  height:16px;
	background: url(../IMG/jquery_ui_icons.png);
	background-position:0 -144px;
	float:left;
	margin-right:3px;
}



/* ========================================================================== */
/* ========================================================================== */
/* ========================== STILE LOGHI SPONSOR =========================== */
/* ========================================================================== */
/* ========================================================================== */
#logoRegione{
	padding-top: 5px;
	margin-left:10px;
}
#logoINAIL{
	padding-top: 5px;
	margin-left:10px;
}
#logoAslModena{
	padding-top: 5px;
	margin-left:10px;
}
#titolo_logo_regione{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	letter-spacing: 1px;
}
#sottotitolo1_logo_regione{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#09F;
	font-weight:bold;
}
#sottotitolo2_logo_regione{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#de1f26;
	font-weight:bold;
}
#sottotitolo3_logo_regione{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#087e3f;
	font-weight:bold;
}
#sottotitolo4_logo_regione{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#f5b919;
	font-weight:bold;
}
#logoUsl{
	padding-top: 5px;
	margin-left:10px;
	font-size: 10px;
	color: #0040FF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}



/* ========================================================================== */
/* ========================================================================== */
/* ========================== STILE SCHEDE DETTAGLI MACCHINARI  ============= */
/* ========================================================================== */
/* ========================================================================== */
#print_icon{ cursor:pointer;}



/* ========================================================================== */
/* ========================================================================== */
/* =======================         T A B E L L E                ============= */
/* ========================================================================== */
/* ========================================================================== */

.table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}

table [class*=span],
.row-fluid table [class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}

.table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}

.table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}

.table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}

.table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}

.table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}

.table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}

.table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}

.table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}

.table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}

.table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}

.table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}

.table tbody tr.success td {
  background-color: #dff0d8;
}

.table tbody tr.error td {
  background-color: #f2dede;
}

.table tbody tr.warning td {
  background-color: #fcf8e3;
}

.table tbody tr.info td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}



/* ========================================================================== */
/* ================                                                 ========= */
/* ================       F I N E R T R E   M O D A L               ========= */
/* ================          E    L  O A D I N G                    ========= */
/* ========================================================================== */

.finestre_modali{
	position:absolute;
	top:-1000px;
	left:10px;
	border:5px solid #333;
	background-color:#FFF;
	padding:10px;
	z-index: 9002;
}
#close_modal{  /* E' LA  CROCETTA PER CHIUDERE LE FINESTRE MODALI */
	position:absolute;
	top:-1000px;
	left:10px;
	padding:10px;
	z-index: 9003;
	padding:0px;
}

#modalDiv{
	opacity:0.5;filter:alpha(opacity=50);
	position: absolute;
	height: 1px;
	width:1px;
	z-index:9001;
	top:0px;
	left:0px;
	background-color: #000; 
}
/* ++++++++++++++++++++++++++++++++++++++++++++++ END STILE FINESTRE MODALI E LOADING  */






/* ========================================================================== */
/* ===========                                                      ========= */
/* ===========     S T I L E     B A N C H E    D A T I             ========= */
/* ===========                                                      ========= */
/* ===========                    B E G I N                         ========= */
/* ========================================================================== */

#immagineMacchinario{
    /*border: 5px solid #CDDAE0; */
    float:right;
    margin-left: 30px;
    -webkit-box-shadow: 0px 0px 8px #040000;
    -moz-box-shadow: 0px 0px 8px #040000;
    box-shadow: 0px 0px 8px #040000;
}
.marca{
    font-family:Tahoma, Geneva, sans-serif;
    font-size:18px;
    font-weight:bold;
    color:#003;
}
.modello{
    font-family:Tahoma, Geneva, sans-serif;
    font-size:16px;
    font-weight:normal;
    color:#006;
}
.dati_anagrafica{
    font-size:12px;
    text-align:left;
    line-height:20px;
}
.tabellaValoriDichiarati{
    border: 1px solid #666;
    border-spacing: 10px;
    -moz-border-radius: 10px;
    margin-top: 20px;
    margin-bottom:10px;
    margin-right:20px;
    font-size:11px;

    max-width: 700px;
}
.tabellaValoriDichiarati td{
    text-align: center;
}

.ui-state-active, .ui-widget-content .ui-state-active{
    background: none !important;
    border: 1px solid #dddddd !important;
    background-color:#0C9 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default{
    background: none !important;
    background-color:#DCAA7D !important;
}

#accordion a{
    color:#000 !important;
    font-size: 12px;
    margin-top:5px;
    font-weight:normal;
    margin-left: 20px;
    text-transform: uppercase;
}
#accordion{
    font-size:12px;
}
.ui-state-hover a:hover{
    color: #000;
}
.cTable {
    border-collapse: collapse;
    border: 1px solid #CECFCE;
    margin-top: 10px;
}
.cTable td{
    border: 1px solid #CECFCE;
}
.headMisura{
    float:left;
    margin-left:6px;
}
#container_misure{
    margin-top: 20px;
}
.risultatiMisure{
    padding-left: 25px !important;
}
.unita_di_misura{
    font-size:10px;
}
/* ========================================================================== */
/* ===========                     E N D                            ========= */
/* ===========                                                      ========= */
/* ===========     S T I L E     B A N C H E    D A T I             ========= */
/* ===========                                                      ========= */
/* ========================================================================== */