
html {
  background-color: #666;
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFFFFF;
  color: #333333;
  font-family: "Segoe UI",Helvetica,Sans-Serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: visible;
  display: grid;
  grid-template-columns: 1fr;
}

  /*  body.splash {
    overflow: hidden;
  }*/

  body > header {
    border-top: 10px solid #4A4A49;
  }

img {
  border: none;
}

a {
  color: #333;
  outline: none;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: underline;
}

  a:link, a:visited,
  a:active, a:hover {
    color: #333;
  }

  a:hover {
    background-color: #bbb;
    color: #333;
  }

header, footer, hgroup,
nav, section {
  display: block;
}

.clear {
  clear: both;
}

#body {
  background-color: #ebeaea;
  clear: both;
  padding-bottom: 25px;
}

mark {
  background-color: #a6dbed;
  padding-left: 5px;
  padding-right: 5px;
}

.float-left {
  float: left;
}

.float-right {
  /*height: 100px;*/
  float: right;
  z-index: 1000;
  position: relative;
}

.clear-fix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
  color: #000;
  margin-bottom: 0;
  padding-bottom: 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

h5, h6 {
  font-size: 1em;
}

  h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
  }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
  margin: 0 auto;
  min-width: 900px;
  max-width: 86%;
}

@media only screen and (max-width: 1280px) {
  .content-wrapper {
    max-width: initial;
  }

  header .content-wrapper {
    max-width: 100% !important;
  }
}

.content-wrapper a.buttonImage, .content-wrapper a.buttoncantieri, .content-wrapper a.buttoncantieri-orizzontale {
  display: block;
  float: left;
  margin: 10px;
  margin-left: 50px;
  padding: 10px;
  width: 140px;
  text-decoration: none;
  min-height: 175px;
  border: 1px dotted transparent;
}

.content-wrapper a.buttoncantieri {
  margin: 5px;
  width: 160px;
}

.content-wrapper a.buttoncantieri-orizzontale {
  margin: 5px;
  width: auto;
  min-height: 0px;
}

  .content-wrapper a.buttonImage:hover, .content-wrapper a.buttoncantieri:hover, .content-wrapper a.buttoncantieri-orizzontale:hover {
    border: 1px dotted #FFF;
  }

  .content-wrapper a.buttonImage img, .content-wrapper a.buttoncantieri img, .content-wrapper a.buttoncantieri-orizzontale img {
    display: block;
    margin: auto;
  }

  .content-wrapper a.buttoncantieri-orizzontale img {
    display: block;
    float: left;
    margin: auto;
    width: 64px;
  }

  .content-wrapper a.buttonImage span, .content-wrapper a.buttoncantieri span, .content-wrapper a.buttoncantieri-orizzontale span {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
  }

  .content-wrapper a.buttoncantieri-orizzontale span {
    float: left;
    line-height: 64px;
    padding-left: 10px;
    text-align: center;
    vertical-align: middle;
  }

.content-wrapper a.buttoncantieri-small-orizzontale {
  margin: 5px;
  width: 215px;
  min-height: 0px;
}

  .content-wrapper a.buttoncantieri-small-orizzontale img {
    display: block;
    float: left;
    margin: auto;
    width: 28%;
  }

  .content-wrapper a.buttoncantieri-small-orizzontale span {
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 10px;
    width: 68%;
    text-align: left;
  }

  .content-wrapper a.buttoncantieri-small-orizzontale span {
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 10px;
    width: 68%;
    text-align: left;
  }

#body {
  background-color: #efeeef;
  clear: both;
  padding-bottom: 25px;
}

.main-content {
  padding-left: 10px;
  padding-top: 30px;
  padding-right: 10px;
}

.featured + .main-content {
  background: url("/Images/heroAccent.png") no-repeat;
  background-position: 10px 0;
}

header .content-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 20px;
  max-width: 90%;
  background-color: #fff;
}

  header .content-wrapper > div.left {
    position: relative;
    flex: 0 0 169px;
  }

    header .content-wrapper > div.left .samlAlert {
      position: absolute;
      top: -8px;
      left: 196px;
      height: 66px;
      width: 518px;
      color: #e6a23c;
      background-color: #fdf6ec;
      border: 1px solid #e6a23c;
      border-radius: 5px;
      padding: 2px 8px 4px;
      font-size: 16px;
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      justify-content: flex-start;
      gap: 8px;
      box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px
    }

  header .content-wrapper > div.right {
    flex: 1;
    display: block;
    position: relative;
    height: 110px;
    min-width: 755px;
  }

    header .content-wrapper > div.right section#login {
      display: block;
      font-size: .85em;
      text-align: right;
      position: relative;
    }

    header .content-wrapper > div.right nav {
      position: absolute;
      bottom: 2px;
      right: 0px;
      width: 950px;
      z-index: 100;
    }

.colonnaSX {
  float: left;
  width: 680px;
  padding-right: 20px;
}

.colonnaDX {
  float: right;
  width: 250px;
  padding-top: 20px;
}

  .colonnaDX a.pdf:link, .colonnaDX a.pdf:visited {
    display: block;
    background-image: url(/Images/pdf.png);
    background-repeat: no-repeat;
    background-position: top;
    width: 250px;
    height: 40px;
  }

  .colonnaDX a.pdf:hover {
    background-position: bottom;
    background-color: transparent;
  }

  .colonnaDX .avvisi {
    padding: 0px;
    padding-top: 12px;
    position: relative;
  }

    .colonnaDX .avvisi a {
      display: block;
      text-decoration: none;
    }

    .colonnaDX .avvisi h1 {
      color: #333;
      font-weight: 600;
      font-size: 1.4em;
      margin: 0px;
      text-decoration: none;
    }

footer {
  clear: both;
  background-color: #e2e2e2;
  font-size: .8em;
  height: 10px;
}

/* site title
----------------------------------------------------------*/
.site-title {
  margin: 0;
}


  .site-title a, .site-title a:hover, .site-title a:active {
    background-image: url("/Images/logo_new.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #C8C8C8;
    display: block;
    height: 110px;
    left: 0px;
    margin: auto;
    outline: medium none;
    padding: 0px;
    position: relative;
    text-decoration: none;
    top: -10px;
    width: 165px;
  }

/* login
----------------------------------------------------------*/
#login {
  display: block;
  font-size: .85em;
  margin: 0 0 10px;
  text-align: right;
  position: relative;
}

#bottonipaginazione form {
  display: block;
  float: left;
}

#login a {
  background-color: #EF7D00;
  color: #FFFFFF;
  margin-left: 2px;
  margin-right: 3px;
  padding: 5px 7px;
  text-decoration: none;
}

  #login a:hover {
    background-color: #bbb;
    color: #333;
  }

  #login a.username {
    background: none repeat scroll 0 0 transparent;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    color: #333;
  }


#login li {
  display: inline;
  list-style: none;
}



.PostAdminEditItem {
  width: 38px;
  height: 38px;
}

/*accessibilità
-----------------------------------------------------------*/

.accessFont {
  height: 33px;
  position: absolute;
  right: 0px;
  margin: auto;
  text-align: center;
  top: 33px;
  width: 102px;
  line-height: 24px;
}

  .accessFont a {
    display: block;
    background-image: url(/Images/buttonA.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    float: left;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
  }

#a1 {
  font-size: 11px;
}

#a2 {
  font-size: 15px;
}

#a3 {
  font-size: 20px;
}

.accessFont a:hover, .accessFont a.active {
  background-color: none;
  background-color: transparent;
  color: #EF7D00;
}

span.required,
small.required {
  color: #e80c4d;
  font-weight: 400;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* column
----------------------------------------------------------*/
.sectionArticleColum {
  position: relative;
}

  .sectionArticleColum.white {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
    border-bottom-left-radius: 4px;
    padding: 1em 1.4em;
  }

  .sectionArticleColum article {
    float: left;
    width: 338px;
    margin-right: 25px;
  }

  .sectionArticleColum .editor-label label {
    display: inline;
  }

  .sectionArticleColum.grid {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    justify-content: stretch;
    gap: 1rem;
    margin-bottom: 1rem;
  }

    .sectionArticleColum.grid.cols-2 {
      grid-template-columns: 1fr 1fr;
    }

    .sectionArticleColum.grid.cols-3 {
      grid-template-columns: 1fr 1fr 1fr;
    }

    .sectionArticleColum.grid article {
      float: none;
      width: auto;
      margin: 0;
    }

  .sectionArticleColum.flex-row.border article {
    padding: 1rem;
    border: 1px solid #cccccc;
    border-radius: 5px;
  }

  .sectionArticleColum.grid.border article {
    padding: 1rem;
    border: 1px solid #cccccc;
    border-radius: 5px;
  }

  .sectionArticleColum.grid article .editor-label {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
  }

    .sectionArticleColum.grid article .editor-label > *,
    .sectionArticleColum.grid article .editor-label .field-validation-error {
      display: inline !important;
      margin: 0 !important;
    }

    .sectionArticleColum.grid article .editor-label > a.hotspot {
      z-index: 0;
    }

  .sectionArticleColum.grid article .editor-field {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: stretch;
    gap: 1rem;
  }

    .sectionArticleColum.grid article .editor-field input[type="text"],
    .sectionArticleColum.grid article .editor-field input[type="number"],
    .sectionArticleColum.grid article .editor-field input[type="date"],
    .sectionArticleColum.grid article .editor-field input[type="email"],
    .sectionArticleColum.grid article .editor-field textarea,
    .sectionArticleColum.grid article .editor-field select {
      flex: 1;
      width: 100%;
    }

.linea {
  border-bottom: 1px dotted #000000;
  clear: both;
  margin-bottom: 10px;
  padding-top: 10px;
}

.sectionArticleColum h2 {
  border-bottom: 1px solid #000000;
  margin-top: 0px;
  margin-bottom: 15px;
}

.sectionArticleColum h3 {
  border-bottom: 1px solid #000000;
  margin-top: 0px;
  margin-bottom: 15px;
}

.backcontainer {
  border-top: 1px dotted black;
  clear: both;
  margin-top: 25px;
  padding-top: 10px;
}

  .backcontainer input {
    float: right;
  }

/* menu
----------------------------------------------------------*/
/*ul#menu {
  font-size: 1.3em;
  font-weight: 600;
  margin: 0 0 5px;
  padding: 0;
  text-align: right;
}

  ul#menu li {
    display: inline;
    list-style: none;
    padding-left: 15px;
  }

    ul#menu li a {
      background: none;
      color: #999;
      text-decoration: none;
    }

      ul#menu li a:hover {
        color: #333;
        text-decoration: none;
      }*/

/* menu
----------------------------------------------------------*/

.float-right nav {
  position: absolute;
  bottom: -8px;
  right: 0px;
  width: 950px;
}


ul#menu {
  font-size: 1.2em;
  font-weight: 600;
  margin: 0px;
  padding: 0;
  text-align: right;
  position: relative;
}

  ul#menu li {
    display: block;
    list-style: none;
    padding-left: 10px;
    float: right;
  }

    ul#menu li a {
      display: block;
      background: none;
      color: #4a4a49;
      text-decoration: none;
      position: relative;
    }

      ul#menu li a:hover {
        color: #333;
        text-decoration: none;
      }

      ul#menu li a:link span.arrow, ul#menu li a:visited span.arrow {
        background-image: url(/Images/arrowButton_link.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 8px;
        display: block;
        position: absolute;
        bottom: -8px;
        left: 0px;
        margin: auto;
      }

      ul#menu li a:hover span.arrow, ul#menu li a.selected span.arrow {
        background-image: url(/Images/arrowButton.png);
        height: 27px;
        bottom: -25px;
      }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
  background-color: #fff;
}

  .featured .content-wrapper {
    background-color: #EF7D00;
    background-image: -ms-linear-gradient(left, #EF7D00 0%, #F8DFC4 100%);
    background-image: -o-linear-gradient(left, #EF7D00 0%, #F8DFC4 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #EF7D00), color-stop(1, #F8DFC4));
    background-image: -webkit-linear-gradient(left, #EF7D00 0%, #F8DFC4 100%);
    background-image: linear-gradient(left, #EF7D00 0%, #F8DFC4 100%);
    background: -moz-linear-gradient(left, #EF7D00, #F8DFC4);
    color: #000;
    padding: 15px 40px 15px 40px;
  }

    .featured .content-wrapper .flex {
      max-width: 980px;
      display: flex;
      flex-flow: row wrap;
      align-items: stretch;
      justify-content: center;
      gap: 1rem;
      width: 100%;
      margin: auto;
      padding-top: 15px;
    }

      .featured .content-wrapper .flex.full-width {
        max-width: 100%;
        width: 100%;
        margin: auto;
      }

      .featured .content-wrapper .flex.wrap {
        flex-flow: wrap;
      }


      .featured .content-wrapper .flex.justify-content-start {
        justify-content: flex-start;
      }


      .featured .content-wrapper .flex.align-items-center {
        align-items: center;
      }

      .featured .content-wrapper .flex.align-items-start {
        align-items: start;
      }

      .featured .content-wrapper .flex > .flex {
        display: block
      }

      .featured .content-wrapper .flex a.buttonImage, .featured .content-wrapper .flex a.buttoncantieri, .featured .content-wrapper .flex a.buttoncantieri-orizzontale {
        display: block;
        margin: 0px;
        padding: 0;
        text-decoration: none;
        min-width: 175px;
        min-height: auto;
        border: 1px dotted transparent;
      }

        .featured .content-wrapper .flex a.buttonImage img, .featured .content-wrapper .flex a.buttoncantieri img, .featured .content-wrapper .flex a.buttoncantieri-orizzontale img {
          height: 76px;
          width: auto;
        }

      .featured .content-wrapper .flex a.buttoncantieri-orizzontale {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-start;
        margin: 0px;
        padding: 0;
        text-decoration: none;
      }

  .featured hgroup.title h1, .featured hgroup.title h2 {
    color: #fff;
  }

  .featured p {
    font-size: 1.1em;
  }

/* page titles */
hgroup.title {
  margin-bottom: 10px;
}

  hgroup.title h1, hgroup.title h2 {
    display: inline;
  }

  hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
  }

/* features */
section.feature {
  width: 300px;
  float: left;
  padding: 10px;
}

/* ordered list */
ol.round {
  list-style-type: none;
  padding-left: 0;
  text-align: justify;
}

  ol.round li {
    margin: 25px 0;
    padding-left: 45px;
    min-height: 30px;
  }

    ol.round li ul {
      padding-left: 20px;
    }

      ol.round li ul li {
        margin: 0px;
        padding: 2px;
        padding-left: 15px;
        min-height: 0px;
      }

    ol.round li.zero {
      background: url("../Images/orderedList0.png") no-repeat;
    }

    ol.round li.one {
      background: url("../Images/orderedList1.png") no-repeat;
    }

    ol.round li.two {
      background: url("../Images/orderedList2.png") no-repeat;
    }

    ol.round li.three {
      background: url("../Images/orderedList3.png") no-repeat;
    }

    ol.round li.four {
      background: url("../Images/orderedList4.png") no-repeat;
    }

    ol.round li.five {
      background: url("../Images/orderedList5.png") no-repeat;
    }

    ol.round li.six {
      background: url("../Images/orderedList6.png") no-repeat;
    }

    ol.round li.seven {
      background: url("../Images/orderedList7.png") no-repeat;
    }

    ol.round li.eight {
      background: url("../Images/orderedList8.png") no-repeat;
    }

    ol.round li.nine {
      background: url("../Images/orderedList9.png") no-repeat;
    }

/* content */
article {
  float: left;
  width: 70%;
}

aside {
  float: right;
  width: 20%;
}

  aside.absolute {
    display: block;
    position: absolute;
    bottom: -20px;
    right: 0px;
  }

  aside.right {
    text-align: right;
  }

  aside.aggiunginuovadelega {
    margin-top: 0px;
    position: absolute;
    right: 0px;
    top: -18px;
  }

  aside ul {
    list-style: none;
    padding: 0;
  }

    aside ul li {
      background: url("../Images/bullet.png") no-repeat 0 50%;
      padding: 2px 0 2px 20px;
    }

.label {
  font-weight: 700;
}

/* login page */
#loginForm {
  border-right: solid 2px #c8c8c8;
  float: left;
  width: 55%;
}

  #loginForm .validation-error {
    display: block;
    margin-left: 15px;
  }

  #loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
  }

  #loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
  }

  #loginForm input {
    width: 250px;
  }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
      width: auto;
    }

#socialLoginForm {
  margin-left: 40px;
  float: left;
  width: 40%;
}

  #socialLoginForm h2 {
    margin-bottom: 5px;
  }

#socialLoginList button {
  margin-bottom: 12px;
}

#logoutForm {
  display: inline;
}

/* contact */
.contact h3 {
  font-size: 1.2em;
}

.contact p {
  margin: 5px 0 0 10px;
}

.contact iframe {
  border: 1px solid #333;
  margin: 5px 0 0 10px;
}

/* forms */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

  fieldset legend {
    display: none;
  }

  fieldset ol {
    padding: 0;
    list-style: none;
  }

    fieldset ol li {
      padding-bottom: 5px;
    }

label {
  display: block;
  /*font-size: 1.2em;*/
  font-weight: 600;
}

  label.checkbox {
    display: inline;
  }

input, textarea, select {
  border: 1px solid #e2e2e2;
  background: #fff;
  color: #333;
  font-size: 1.2em;
  margin: 5px 0 6px 0;
  padding: 5px;
  width: 85%;
}

  input:disabled,
  textarea:disabled,
  select:disabled,
  input:read-only,
  textarea:read-only{
    border: 1px solid #d1d1d1;
    background: #f5f5f5;
    cursor: default;
    outline: 0;
  }

    input:disabled:focus-visible,
    textarea:disabled:focus-visible,
    select:disabled:focus-visible,
    input:read-only:focus-visible,
    textarea:read-only:focus-visible {
      outline: 0;
    }


select {
  width: 88%;
  padding-top: 4px;
  padding-bottom: 4px;
}

textarea {
  font-family: inherit;
  width: 85%;
  resize: none;
}

  input:focus, textarea:focus {
    border: 1px solid #7ac0da;
  }

input[type="checkbox"] {
  background: transparent;
  border: inherit;
  width: auto;
}

input[type="submit"],
input[type="button"],
button {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #d3dce0;
  border: 1px solid #787878;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 7px;
  margin-right: 8px;
  width: auto;
  min-width: 125px;
}

  input[type="submit"][disabled],
  input[type="button"][disabled],
  button[disabled] {
    opacity: 0.7;
    cursor: default;
  }

td input[type="submit"],
td input[type="button"],
td button {
  font-size: 1em;
  padding: 4px;
  margin-right: 4px;
}

input[type="radio"] {
  width: 25px;
}

/* info and errors */
.message-info {
  border: 1px solid;
  clear: both;
  padding: 10px 20px;
}

.message-error {
  clear: both;
  color: #e80c4d;
  font-size: 1.1em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.message-success {
  color: #7ac0da;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.error {
  color: #e80c4d;
  font-weight: 400;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* styles for validation helpers */
.field-validation-error {
  color: #e80c4d;
  font-weight: 400;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

  .field-validation-error a,
  .field-validation-error a:focus,
  .field-validation-error a:hover {
    color: #e80c4d !important;
    font-weight: bold
  }


.field-validation-valid {
  /*display: none;*/
}

input.valid, textarea.valid, select.valid {
  border: 1px solid #60DF88;
  /*background-color: #D0FFDF;*/
}

input.input-validation-error, textarea.input-validation-error, select.input-validation-error {
  border: 1px solid #e80c4d;
  background-color: #FFE8E8;
}

input[type="checkbox"].input-validation-error {
  border: 1px solid #e80c4d;
  background-color: #FFE8E8;
}

.validation-summary-errors, .error {
  color: #e80c4d;
}

  .validation-summary-errors, .error a,
  .validation-summary-errors, .error a:focus,
  .validation-summary-errors, .error a:hover {
    color: #e80c4d !important;
    font-weight: bold
  }

.validation-summary-valid {
  display: none;
}

.clear {
  clear: both;
}

/* tables
----------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0px;
  padding: 0px;
  border: 0 none;
}

  table.fullwidth {
    width: 100%;
  }

th {
  font-size: 1em;
  text-align: left;
  border: none 0px;
  padding-left: 0;
  border-bottom: 1px dotted black;
  background-color: #ddd;
}

  th a {
    display: block;
    position: relative;
  }

    th a:link, th a:visited, th a:active, th a:hover {
      color: #333;
      font-weight: 600;
      text-decoration: none;
      padding: 0;
    }

    th a:hover {
      color: #000;
    }

  th.asc a, th.desc a {
    margin-right: .75em;
  }

    th.asc a:after, th.desc a:after {
      display: block;
      position: absolute;
      right: 0em;
      top: 0;
      font-size: 0.75em;
    }

    th.asc a:after {
      content: '▲';
    }

    th.desc a:after {
      content: '▼';
    }

td {
  padding: 0.25em 2em 0.25em 0em;
  border: 0 none;
  border-bottom: 1px dotted black;
}

  td.first {
    background-color: #E4E4E4;
  }

  td.second {
    background-color: #c8c8c8;
  }

tr.pager td {
  padding: 0 0.25em 0 0;
}

/* tabs
----------------------------------------------------------*/
.sectionArticleColum #tabs > .ui-tabs-panel {
  padding: 6px 2px 4px;
}

  .sectionArticleColum #tabs > .ui-tabs-panel table {
    padding: 0rem;
    margin: 0px;
    border: 1px solid gray;
  }

/* tables
----------------------------------------------------------*/
.sectionArticleColum table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0.75em;
  border: 0 none;
  width: 100%;
  margin-bottom: 15px;
}

.sectionArticleColum th {
  text-align: left;
  border: none 0px;
  padding-left: 0;
  border-bottom: 1px dotted black;
  background-color: #ddd;
  font-size: 14.3px;
  padding-right: 10px;
}

  .sectionArticleColum th label {
    display: inline;
  }

  .sectionArticleColum th a {
    display: block;
    position: relative;
  }

    .sectionArticleColum th a:link, .sectionArticleColum th a:visited, .sectionArticleColum th a:active, th a:hover {
      color: #333;
      font-weight: 600;
      text-decoration: none;
      padding: 0;
    }

    .sectionArticleColum th a:hover {
      color: #000;
    }

  .sectionArticleColum th.asc a, .sectionArticleColum th.desc a {
    margin-right: .75em;
  }

    .sectionArticleColum th.asc a:after, .sectionArticleColum th.desc a:after {
      display: block;
      position: absolute;
      right: 0em;
      top: 0;
      font-size: 0.75em;
    }

    .sectionArticleColum th.asc a:after {
      content: '▲';
    }

    .sectionArticleColum th.desc a:after {
      content: '▼';
    }

.sectionArticleColum td {
  padding: 0.25em 2em 0.25em 0em;
  border: 0 none;
  border-bottom: 1px dotted black;
  font-size: 14.3px;
}

  .sectionArticleColum td.tools {
    width: 338px;
  }

    .sectionArticleColum td.tools.fix {
      min-width: 338px;
    }

    .sectionArticleColum td.tools a {
      display: block;
      float: left;
      text-decoration: none;
    }

  .sectionArticleColum td.first {
    background-color: #E4E4E4;
  }

  .sectionArticleColum td.second {
    background-color: #c8c8c8;
  }

.sectionArticleColum tr.pager td {
  padding: 0 0.25em 0 0;
}

#_searchResult {
  margin-left: 10px;
}

.sectionSearchResult table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0.75em;
  border: 0 none;
  width: 100%;
  margin-bottom: 15px;
}

  .sectionSearchResult table.subentri {
    font-size: 13px;
  }

.sectionSearchResult th {
  text-align: left;
  border: none 0px;
  padding-left: 0;
  border-bottom: 1px dotted black;
  background-color: #ddd;
  font-size: 1.1em;
  padding-right: 10px;
}

  .sectionSearchResult th a {
    display: block;
    position: relative;
  }

    .sectionSearchResult th a:link, .sectionSearchResult th a:visited, .sectionSearchResult th a:active, th a:hover {
      color: #333;
      font-weight: 600;
      text-decoration: none;
      padding: 0;
    }

    .sectionSearchResult th a:hover {
      color: #000;
    }

  .sectionSearchResult th.asc a, .sectionSearchResult th.desc a {
    margin-right: .75em;
  }

    .sectionSearchResult th.asc a:after, .sectionSearchResult th.desc a:after {
      display: block;
      position: absolute;
      right: 0em;
      top: 0;
      font-size: 0.75em;
    }

    .sectionSearchResult th.asc a:after {
      content: '▲';
    }

    .sectionSearchResult th.desc a:after {
      content: '▼';
    }

.sectionSearchResult td {
  padding: 0.25em 2em 0.25em 0em;
  border: 0 none;
  border-bottom: 1px dotted black;
}

  .sectionSearchResult td.tools {
    padding-left: 0px;
    padding-right: 0px;
    width: 280px;
  }

    .sectionSearchResult td.tools a {
      display: block;
      float: left;
      text-decoration: none;
      padding-left: 5px;
    }

  .sectionSearchResult td.first {
    background-color: #E4E4E4;
  }

  .sectionSearchResult td.second {
    background-color: #c8c8c8;
  }

.sectionSearchResult tr.pager td {
  padding: 0 0.25em 0 0;
}

footer {
  clear: both;
  background-color: #666;
  font-size: .8em;
  color: #fff;
}

  footer .content-wrapper .float-right a:link, footer .content-wrapper .float-right a:visited {
    color: #fff;
    text-decoration: none;
  }

  footer .content-wrapper .float-right a:hover {
    color: #333;
  }

.icona {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  position: relative;
  width: 112px;
}

  .icona span.misura {
    display: block;
    position: absolute;
    top: 15px;
    right: 75px;
  }

  .icona span.testo {
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    text-align: left;
  }

  .icona span.energia, .icona span.h2o, .icona span.co2, .icona span.carta, .icona span.denaro, .icona span.tempo {
    display: block;
    position: absolute;
    top: 15px;
    left: 28px;
    font-size: 1em;
    font-weight: 600;
    color: #E6A800;
    width: 100px;
  }

  .icona span.h2o {
    color: #0965AF;
  }

  .icona span.co2 {
    color: #59A032;
  }

  .icona span.carta {
    color: #656564;
  }

  .icona span.denaro {
    color: #EF7E06;
  }

  .icona span.tempo {
    color: #13AAD2;
  }

.contatore {
  color: #FFFFFF;
  float: right;
  margin: auto;
  text-align: center;
  width: 726px;
}

.regione {
  float: left;
  margin: auto;
  padding: 40px 10px 20px;
  text-align: center;
}

  .regione img {
    border: none;
    margin: 0px 0px 0px 10px;
  }

  .regione h1 {
    color: #e2e1e2;
    margin: 0px;
  }

  .regione h2 {
    color: #cfcfcf;
    margin: 5px 0px 5px 0px;
    font-size: 1.5em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 600;
  }

.crediti {
  float: left;
  text-align: left;
  color: #cfcfcf;
  width: 550px;
  padding-top: 20px;
  margin-left: 40px;
  font-size: 1.14em;
}

  .crediti a:link, .crediti a:visited {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {
  /* main layout
    ----------------------------------------------------------*/
  .main-content,
  .featured + .main-content {
    background-position: 10px 0;
  }

  /* page content */
  article, aside {
    float: none;
    width: 100%;
  }

  /* ordered list */
  ol.round {
    list-style-type: none;
    padding-left: 0;
  }

    ol.round li {
      padding-left: 10px;
      margin: 25px 0;
    }

      ol.round li.zero,
      ol.round li.one,
      ol.round li.two,
      ol.round li.three,
      ol.round li.four,
      ol.round li.five,
      ol.round li.six,
      ol.round li.seven,
      ol.round li.eight,
      ol.round li.nine {
        background: none;
      }

  /* features */
  section.feature {
    float: none;
    padding: 10px;
    width: auto;
  }

    section.feature img {
      color: #999;
      content: attr(alt);
      font-size: 1.5em;
      font-weight: 600;
    }

  /* forms */
  input {
    width: 90%;
  }

  /* login page */
  #loginForm {
    border-right: none;
    float: none;
    width: auto;
  }

    #loginForm .validation-error {
      display: block;
      margin-left: 15px;
    }

  #socialLoginForm {
    margin-left: 0;
    float: none;
    width: auto;
  }

  footer {
    clear: both;
    background-color: #666;
    font-size: .8em;
    color: #fff;
  }

    footer .content-wrapper .float-right a:link, footer .content-wrapper .float-right a:visited {
      color: #fff;
      text-decoration: none;
    }

    footer .content-wrapper .float-right a:hover {
      color: #333;
    }
}

/*Customizzazioni*/
.ui-datepicker {
  z-index: 10002 !important;
}

.ui-datepicker-trigger {
  min-width: 0px;
}

.editor-field {
  margin-bottom: 10px;
}

.display-label {
  font-size: 1.1em;
  font-weight: bold;
}

.display-field {
  border-bottom: 1px dotted #000;
  margin-bottom: 10px;
}

.dialogViewCoordinate, .dialogEditCoordinate {
  cursor: pointer;
  display: block;
  float: left;
  margin: 6px 6px 0;
  text-decoration: none;
}

  .dialogViewCoordinate img, .dialogEditCoordinate img {
    border: none;
    height: 30px;
    width: 30px;
  }

  .dialogViewCoordinate span, .dialogEditCoordinate span {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding-right: 5px;
    vertical-align: middle;
  }

table.np_table {
  border: none;
  width: 960px;
  border: 1px solid #000;
}

  table.np_table select {
    font-size: 11px;
  }

  table.np_table label {
    display: inline;
  }

  table.np_table input, table.np_table textarea {
    width: 100%;
    height: 100%;
    resize: none;
    padding: 2px;
    margin: 0px;
  }

  table.np_table tr {
  }

    table.np_table tr th {
      padding-left: 12px;
      border-left: 1px solid #000;
      border-bottom: 1px solid #000;
    }

    table.np_table tr td {
      padding: 0.20em 0.8em 0.15em 0.20em;
      border: none;
    }

      table.np_table tr td.title {
        padding-left: 10px;
        font-size: 1.2em;
        font-weight: bold;
        width: 900px;
        background-color: #F8DFC4;
        background-image: -ms-linear-gradient(left, #EF7D00 0%, #F8DFC4 100%);
        background-image: -o-linear-gradient(left, #EF7D00 0%, #F8DFC4 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #EF7D00), color-stop(1, #F8DFC4));
        background-image: -webkit-linear-gradient(left, #EF7D00 0%, #F8DFC4 100%);
        background-image: linear-gradient(left, #EF7D00 0%, #F8DFC4 100%);
        background: -moz-linear-gradient(left, #EF7D00, #F8DFC4);
      }

      table.np_table tr td.orange {
        background-color: #F8DFC4;
      }

      table.np_table tr td.red,
      table.np_table tr td.reject {
        background-color: #F8DFC4;
        background-image: -ms-linear-gradient(left, #EF1D00 0%, #F8C4C4 100%);
        background-image: -o-linear-gradient(left, #EF1D00 0%, #F8C4C4 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #EF1D00), color-stop(1, #F8C4C4));
        background-image: -webkit-linear-gradient(left, #EF1D00 0%, #F8C4C4 100%);
        background-image: linear-gradient(left, #EF1D00 0%, #F8C4C4 100%);
        background: -moz-linear-gradient(left, #EF1D00, #F8C4C4);
      }

      table.np_table tr td.green,
      table.np_table tr td.approve {
        background-color: #add3b7;
        background-image: -ms-linear-gradient(left, #2cc153 0%, #add3b7 100%);
        background-image: -o-linear-gradient(left, #2cc153 0%, #add3b7 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #2cc153), color-stop(1, #add3b7));
        background-image: -webkit-linear-gradient(left, #2cc153 0%, #add3b7 100%);
        background-image: linear-gradient(left, #2cc153 0%, #add3b7 100%);
        background: -moz-linear-gradient(left, #2cc153, #add3b7);
      }

      table.np_table tr td.pending {
        background-color: #ede6cd;
        background-image: -ms-linear-gradient(left, #f3d97a 0%, #ede6cd 100%);
        background-image: -o-linear-gradient(left, #f3d97a 0%, #ede6cd 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f3d97a), color-stop(1, #ede6cd));
        background-image: -webkit-linear-gradient(left, #f3d97a 0%, #ede6cd 100%);
        background-image: linear-gradient(left, #f3d97a 0%, #ede6cd 100%);
        background: -moz-linear-gradient(left, #f3d97a, #ede6cd);
      }

      table.np_table tr td.info {
        background-color: #b7ddeb;
        background-image: -ms-linear-gradient(left, #47ccff 0%, #b7ddeb 100%);
        background-image: -o-linear-gradient(left, #47ccff 0%, #b7ddeb 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #47ccff), color-stop(1, #b7ddeb));
        background-image: -webkit-linear-gradient(left, #47ccff 0%, #b7ddeb 100%);
        background-image: linear-gradient(left, #47ccff 0%, #b7ddeb 100%);
        background: -moz-linear-gradient(left, #47ccff, #b7ddeb);
      }

      table.np_table tr td a {
        display: block;
      }

table.cantieri-detail-subentro tr th {
  padding: 4px 8px;
  text-align: left;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

  table.cantieri-detail-subentro tr th.text-right {
    text-align: right;
  }

table.cantieri-detail-subentro tr td {
  padding: 0.20em 0.8em 0.15em 0.20em;
  border-bottom: 1px solid #000;
}

.footer1 {
  background-color: #999999;
  padding-top: 10px;
  padding-bottom: 20px;
}

.content_footer1 {
  width: 960px;
  margin: 0 auto;
}

.boxContatore {
  border: 2px dashed #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  margin: auto;
  padding: 8px 7px;
  position: relative;
  text-align: center;
}

#formNPSearch {
  overflow: hidden;
}

.contenitoreAttoreNotificaPreliminare, .contenitoreImpresaNotificaPreliminare {
  margin-top: 18px;
}

.border-right {
  border-right: 1px solid #000 !important;
}

.dialogWaitSplash.noHeader .ui-dialog-titlebar,
.dialogWaitSplash.noHeader .ui-widget-header {
  display: none !important;
}

#dialogWaitSplash {
  position: relative;
  border: 2px solid #EF7D00 !important;
  background-color: #F8DFC4 !important;
  background-image: -ms-linear-gradient(left, #FFFFFF 0%, #F8DFC4 100%) !important;
  background-image: -o-linear-gradient(left, #FFFFFF 0%, #F8DFC4 100%) !important;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFFFF), color-stop(1, #F8DFC4)) !important;
  background-image: -webkit-linear-gradient(left, #FFFFFF 0%, #F8DFC4 100%) !important;
  background-image: linear-gradient(left, #FFFFFF 0%, #F8DFC4 100%) !important;
  background: -moz-linear-gradient(left, #FFFFFF, #F8DFC4) !important;
}

  #dialogWaitSplash div.splashContainer {
    position: relative;
    margin: auto;
  }

  #dialogWaitSplash span.splashMessage {
    display: block;
    line-height: 24px;
    float: left;
    font-size: 16px;
  }

  #dialogWaitSplash img.splashImage {
    width: 24px;
    display: block;
    float: left;
    margin-right: 8px;
  }

.no-margin {
  margin: 0px !important;
}

.btn_export {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

  .btn_export img {
    visibility: hidden;
  }

  .btn_export.loading img {
    visibility: visible;
  }

.no-border {
  border: 0 !important;
}

.m-0 {
  margin: 0 !important
}

.p-0 {
  padding: 0 !important
}

.w-100 {
  width: 100% !important;
}

.d-none {
  display: none !important;
  visibility: hidden !important;
}

.d-block {
  display: block !important;
  visibility: visible !important;
}

.text-small {
  font-size: 11px !important;
}

#popup_overlay {
  background: #555 !important;
  opacity: 0.3 !important;
}

.ui-dialog {
  top: 80px !important;
}
