<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
		margin: 0px;
    padding: 0px;
    background: #f4f4f4;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

#topbar {
	    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #0e5790;
}

#menu {
	  width: 100%;
    height: 90px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
}

#subbar {
	  max-width: 1140px;
    margin: auto;
}

#subbar ul {
	  list-style: none;
    margin: 0px;
    padding: 0px;
  }
  
  
 #subbar a {
	  color: #fff;
    text-decoration: none;
  }
  
 #subbar ul li {
    float: left;
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

#subbar ul li:hover {
    text-decoration: underline;
    cursor: pointer;
}

#subbar i {
    font-weight: bold;
    margin-right: 10px;
}
.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

#menu {
    width: 100%;
    height: 90px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
}

#submenu {
    max-width: 1140px;
    height: 90px;
    margin: auto;
    font-weight: 700;
}


#submenu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#submenu li {
    float: left;
    margin-right: 0px;
    text-align: center;
    height: 40px;
    background: #fff;
    padding: 3px 26px 3px 26px;
    border-radius: 3px;
    margin-top: 25px;
    line-height: 37px;
    transition: all 100ms;
}

#submenu a {
    color: #000;
    text-decoration: none;
}

#submenu li:hover {
    cursor: pointer;
    background: #0f5690;
    color: #fff;
}

#azienda_button {
    float: right;
    padding: 10px 30px 10px 30px;
    background: #FFEB3B;
    margin-top: 25px;
    border-radius: 5px;
    font-weight: normal;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
    border: 2px solid #2096f3;
    font-weight: bold;
}

#azienda_button:hover {
    cursor: pointer;
    background: #2096f3;
    color: #fff;
}

.logo img {
	  height: 80px;
    margin-left: -26px;
    margin-top: -23px;
    float: left;
    margin-top: 5px;
    margin-right: 20px;
  }
  
  
 #footer {
    width: 100%;
    height: 290px;
    /* max-width: 1140px; */
    background: #0f5690;
    margin: auto;
    border-top: 2px solid #fff;
}

.a25 {
    width: 22%;
    margin-right: 4%;
    height: 250px;
    float: left;
    box-sizing: border-box;
    padding-top: 10px;
    font-size: 13px;
    font-weight: 300;
}

.a25 h4 {
    font-size: 16px;
    color: #FFEB3B;
}

#dentrofooter {
    max-width: 1140px;
    margin: auto;
    height: 250px;
    padding-top: 0px;
    box-sizing: border-box;
    color: #fff;
}


#copy {
    text-align: right;
    font-size: 12px;
    color: #ccc;
    padding-top: 257px;
}

#strisciabasso {
    width: 100%;
    height: 50px;
    background: #042b4c;
    margin-top: -10px;
}

.a25 a {
    color: #fff;
    font-weight: bold;
}

.spx {
	margin-bottom:10px;
}


#maincontainer {
    max-width: 1140px;
    height: auto;
    margin: auto;
    /* padding-top: 14px; */
    margin-bottom: 30px;
}

h1 {
    color: #0e5790;
}

.iscriviti {
	    line-height: 100px;
    float: left;
    font-weight: 500;
    font-size: 30px;
    color: #ff9800;
}


#login {
    max-width: 1140px;
    height: 400px;
    margin: auto;
    border: 2px solid #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
    margin-bottom: 50px;
    background: #fff;
   
}


#forms {
    width: 50%;
    margin: auto;
    margin-top: 40px;
}

.sel_filtro {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 5px;
    margin-top: 10px;
    border-radius: 5px;
    background: #f4f4f4;
    outline: none;
}

.bottone {
    margin-top: 40px;
    padding: 13px 30px 12px 30px;
    background: #0d568f;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
    font-weight: 500;
    width: 50%;
    float: right;
    color: #fff;
    text-align: center;
}

.bottone:hover {
    cursor: pointer;
    background: #0d375a;
}

#module {
	      max-width: 1140px;
    height: auto;
    background: #fff;
    box-shadow: 0px 0px 10px #00000017;
    border-radius: 10px;
    box-sizing: border-box;
        display: flow-root;
}

.rox {
	width:100%;
	box-sizing:border-box;
	margin-bottom:10px;
}

.col25 {
	width:25%;
	box-sizing:border-box;
	padding:20px;
	float:left;
}

.col33 {
	width:33%;
	box-sizing:border-box;
	padding:20px;
	float:left;
}

.col66 {
	width:66%;
	box-sizing:border-box;
	padding:20px;
	float:left;
}


.col50 {
	width:50%;
	box-sizing:border-box;
	padding:20px;
	float:left;
}

.col100 {
	width:100%;
	box-sizing:border-box;
	padding:20px;
	float:left;
}

.rox input {
	    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    padding-left: 10px;
    margin-top: 6px;
    outline: none;
    font-size: 14px;
    box-sizing: border-box;
}

.rox select {
	  width: 100%;
    height: 34px;
    margin-top: 6px;
    border: 1px solid #ccc;
    background: #efefef;
    font-size: 14px;
}

.rox h3 {
	font-size: 26px;
    margin: 0px;
    padding: 0px;
    color: #ff9800;
    padding-top: 24px;
    /* margin-right: 20px; */
    margin-left: 23px;
}

.min {
	color: #2196f3 !important;
}

.ana {
	color: #62bf52 !important;
}
	


/* checkbox */

/* The container */
.container {
        display: block;
    position: relative;
    padding-left: 36px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #2196f3;
    font-weight: bold;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #9e9e9e;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* style canvas */

#sig-canvas {
			border: 2px dotted #CCCCCC;
			border-radius: 5px;
			cursor: crosshair;
		}

		#sig-dataUrl {
			width: 100%;
		}
		
.invio {
	    width: 99%;
    margin: auto;
    height: 50px;
    font-size: 22px;
    font-weight: bold;
    margin-top: 0px;
    background: #4caf50;
    color: #fff;
    border: none;
    cursor: pointer;
  }
  
  .cancella {
  	    padding: 10px 0px 10px 0px;
    border: 1px solid #ccc;
    width: 200px;
    text-align: center;
    background: #f00;
    color: #fff;
    font-weight: bold;
    user-select: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  
  #black {
  	position: fixed;;
    background: #000000bd;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display:none;
    text-align: center;
  }
  
  #popup {
  	    position: fixed;
    width: 500px;
    height: 200px;
    top: 100px;
    background: #fff;
    left: 50%;
    margin-left: -250px;
    border-radius: 10px;
    
  }
  
  #testo_popup {
  	width: 100%;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
  }
  
  #testo_popup2 {
  width: 100%;
    text-align: center;
    margin-top: 5px;
  }
  
  #black input {
  	margin-top: 10px;
    height: 50px;
    width: 300px;
    border: 3px solid #4caf50;
    font-size: 30px;
    outline: none;
    user-select: none;
    letter-spacing: 30px;
    text-align: center;
    box-sizing: border-box;
  }
  
  #inviatutto {
  	    width: 80%;
    margin: auto;
    background: #4caf50;
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    user-select: none;
    cursor: pointer;
    outline: none;
  }
  
 #inviatutto:hover { 
  background: #009688;
}


/* tabella */
.riga {
    border-collapse: collapse;
    width: 100%;
}

.riga tr:nth-child(odd) {
    background-color: #f3f3f3;
}

.riga td, th {
    border: 1px solid #ccc;
    text-align: left;
    padding: 8px;
}

#completamento {
	width: 1140px;
    margin: auto;
    height: auto;
    background: #fff;
    position: margin-top:20px;
    margin-top: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px;
    display: flow-root;
    padding-bottom: 30px;
  }
  
  
  #completamento h2 {
  	margin: 0px;
    text-align: left;
  }
  
  
  #completamento input {
  	width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    padding-left: 10px;
    margin-top: 6px;
    outline: none;
    font-size: 14px;
    box-sizing: border-box;
    letter-spacing: normal;
    text-align: left;
  }
  
  
  .menu_moduli ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.menu_moduli ul li {
	    float: left;
    text-decoration: underline;
    margin-right: 10px;
    margin-bottom: 20px;
    color: #0f568f;
    cursor:pointer;
}

.menu_moduli select {
	height: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .menu_moduli input {
  	    height: 24px;
  	  }
  	  
  	  
 #cerca_button {
 	    height: 29px;
    background: #0f568e;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 29px;
    text-decoration: auto;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #0f578f;
    border-radius: 3px;
  }


.rigas {
    width: 100%;
    display: flow-root;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-weight: bold;
    color: #9C27B0;
    margin-top: 22px;
}

.eleml {
	float:left;
}

.elemr {
	float:right;
	margin-top: -12px;
}

.bt  {
	   padding: 12px 24px;
    background: #ccc;
    cursor: pointer;
    background: #0f5690;
    color: #fff;
    border-radius: 4px;
}

.bt:hover {
	background:#FF5722
}

.back {
	  position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #0009;
    display:none;
    
}

.prompt {
    width: 800px;
    height: auto;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -400px;
    top: 10%;
    box-shadow: 10px 10px 10px #000;
    padding: 16px 20px;
    max-height: 400px;
    overflow-y: scroll;
}

.prompt i {
	float: left;
    margin-right: 10px;
    font-size: 20px;
    color: #ff3d00;
    margin-top: 4px;
    cursor: pointer;
}

.prompt h2 {
	margin:0px;
padding:0px;
}

.mm {
	margin-top: 20px;
    margin-bottom: 20px;
}

.ll {
	    margin-top: 10px;
    font-weight: bold;
        margin-bottom: 6px;
}

.prompt input, textarea {
    width: 500px;
    box-sizing: border-box;
    padding: 2px 10px;
    height: 30px;
    font-size: 16px;
    border: 1px solid #ccc;
}

.prompt textarea {
    height: 100px;
    padding: 10px;
    font-family: 'Roboto';
}

#not, #nots {
	display:none;
}

#lista {
    width: fit-content;
    padding: 0px 10px;
    margin-top: -1px;
    position: absolute;
    max-height: 200px;
    overflow-y: scroll;
    background: #fff;
    min-width: 200px;
    border: 1px solid #ccc;
    box-shadow: 4px 4px 10px #00000040;
    border-top: none;
}

#lista ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

#lista li {
	    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    cursor:pointer;
}

#lista li:hover {
	    background: #e9e9e9;
	    cursor:pointer;
}</pre></body></html>