html {
  height: 100%;
  overflow-y: scroll;
}
body {
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  /* background: #1B222A; */
}
.mbutton {
font-size: 14px;
font-weight: bold;
color: white;
background: #263B50;
border: none;
border-radius: 8px;
}
#container {
  width: 100%;
  margin: 0px auto; /* provoca il center del contenuto */
  background-color: #ffffff;
}
#top {
  background: #263B50;
  background-image: URL('/chiocciola2.png'); height: 80px; background-repeat: no-repeat;
  height: 100px;
  padding: 0px;
  text-align: center;
}
.menu_bar {
  margin: 0px;
  padding: 0px 2px 6px 2px;
  background-color: #505A64;
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 20px;
  height: 20px;
}
.pipe {
  color: white;
}
#left {
  padding: 6px;
  width: 160px;
  float: left;
  clear: both;
  text-align: left;
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: #eeeeee;
}
#center {
  padding: 8px;
  padding-left: 18px;
  margin-left: 165px;
  text-align: left;
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: #ffffff;
}
#right {
  padding: 12px;
  margin-left: 8px;
  width: 160px;
  float: right;
  clear: both;
  text-align: left;
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: #eeeeee;
}
#footer {
  margin: 0px;
  padding: 2px;
  text-align: center;
  background-color: #b4d8fb;
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #dddddd;
  height: 22px;
}
#filler {
  background-color: #ffffff;
  height: 22px;
}
.bottone3 {
    border: 0px;
    color: #dddddd;
    font-size: 18px;
    font-weight: bold;
    padding: 3px;
   }
a {
    cursor: pointer;
}
a.menu {
        font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #dddddd;
        text-decoration: none;
        cursor: pointer;
}
a.menu:link {
        font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #dddddd;
        text-decoration: none;
        cursor: pointer;
}
a.menu:visited {
        font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #dddddd;
        text-decoration: none;
        cursor: pointer;
}
a.menu:hover {
        font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
}
a.menu:active {
        font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #dddddd;
        text-decoration: none;
        cursor: pointer;
}
.menu_h {
        font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
        text-decoration: none;
}
.panel {
  padding: 10px;
  text-align: left;
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: #ffffff;
}
.simple2 {
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #222222;
  border: 1px solid #dddddd;
  padding-left: 4px;
  -moz-border-radius: 6px; /* Firefox */
  -webkit-border-radius: 6px; /* Safari, Chrome */
  -khtml-border-radius: 6px; /* KHTML */
  border-radius: 6px; /* CSS3 */
}
.simple {
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #222222;
  border: none;
  padding-left: 4px;
  -moz-border-radius: 6px; /* Firefox */
  -webkit-border-radius: 6px; /* Safari, Chrome */
  -khtml-border-radius: 6px; /* KHTML */
  border-radius: 6px; /* CSS3 */
}
.max {
  width: 99%;
}
.tdr {
    font-family: Trebuchet MS, Verdana;
    font-size: 14px;
    text-align: right;
    background-color: #d0d0e0;
    padding-left: 4px;
    padding-right: 4px;
    height: 26px;
   }
.tdrh {
    font-family: Trebuchet MS, Verdana;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    background-color: #b0b0c0;
    padding-left: 4px;
    padding-right: 4px;
    height: 26px;
   }
.tdl {
    font-family: Trebuchet MS, Verdana;
    font-size: 14px;
    text-align: left;
    background-color: #e8e8f8;
    padding-left: 4px;
    padding-right: 4px;
    height: 26px;
   }
.tdc {
    font-family: Trebuchet MS, Verdana;
    font-size: 14px;
    text-align: center;
    background-color: #e0e0f0;
    padding-left: 4px;
    padding-right: 4px;
    height: 26px;
   }
.thc {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #bbbbcc;
  padding: 2px;
  height: 26px;
}


.w1 {
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  color: #80A8CC;
}
.w2 {
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  color: #80A8CC;
}
.w3 {
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #80A8CC;
}
.lgreen {
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  color: #07b266;
}
.lred {
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  color: #982216;
}
.label {
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  color: #6889CE;
}
.menu_1 {
    font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
    border: 0px;
    color: 990000;
    font-size: 20px;
    font-weight: bold;
}
.menu_2 {
    font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
    border: 0px;
    color: 004488;
    font-size: 16px;
    font-weight: normal;
}
select {
   border: none;
}

table { border-collapse: separate; }
tr:first-child td:first-child { border-top-left-radius: 5px; }
tr:first-child td:last-child { border-top-right-radius: 5px; }
tr:last-child td:first-child { border-bottom-left-radius: 5px; }
tr:last-child td:last-child { border-bottom-right-radius: 5px; }
tr:first-child th:first-child { border-top-left-radius: 5px; }
tr:first-child th:last-child { border-top-right-radius: 5px; }
tr:last-child th:first-child { border-bottom-left-radius: 5px; }
tr:last-child th:last-child { border-bottom-right-radius: 5px; }

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #263B50;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position: absolute;
  top: 45%;
  left: 45%;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
input[type=checkbox] { transform: scale(1.3); }



