@charset "UTF-8";
body {
  background-color: #ffffff;
  margin-top: 156px; }
  @media (max-width: 991.98px) {
    body {
      margin-top: 95px; } }
  body a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 100%;
    height: 1px;
    overflow: hidden;
    z-index: -999;
    color: #fff; }
  body a.skip-main:focus, body a.skip-main:active {
    color: #fff;
    background-color: #2C2E36;
    border: 1px solid #2C2E36;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 15px;
    text-align: center;
    font-size: 1.1em;
    z-index: 999;
    outline: 3px solid #F0AC4F; }
  body .overlay {
    visibility: hidden; }
    body .overlay.show {
      visibility: visible;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      height: 100%;
      transition: all 1s ease;
      z-index: 10; }
  body #wrapper main,
  body #wrapper #main {
    margin-top: 0px;
    margin-bottom: 10rem;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  body #wrapper.scroll-main main,
  body #wrapper.scroll-main #main {
    margin-top: 0px;
    margin-bottom: 10rem;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

section:not(:first-child) {
  padding-top: 1.5rem;
  padding-bottom: 3.5rem;
  margin-top: 1.5rem; }
  @media (max-width: 575.98px) {
    section:not(:first-child) {
      padding-top: 0.1rem;
      margin-top: 0.1rem;
      padding-bottom: 0.1rem !important; } }

p {
  margin-top: 1rem; }

hr {
  border-top: 1px solid #3B3B3B;
  margin-top: 0.5rem; }

.flex-center {
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.py-4__middle {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem; }

.title__evidence {
  font-family: "mulish-extrabold"; }

.description__link {
  font-family: "mulish-regular";
  color: #3B3B3B;
  font-size: 14px; }

.w-50-desktop {
  width: 50%; }
  @media (max-width: 575.98px) {
    .w-50-desktop {
      width: 100%; } }

.w-75-desktop {
  width: 75%; }
  @media (max-width: 575.98px) {
    .w-75-desktop {
      width: 100%; } }

.p-30 {
  padding: 30px; }

.work__area {
  background-color: #F6F6F6; }
  .work__area button.button__icon {
    background: none;
    border: 0; }
    .work__area button.button__icon:focus {
      outline: 3px solid #3B3B3B; }

.col-1-5 {
  width: 20%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (max-width: 575.98px) {
    .col-1-5 {
      width: -webkit-fill-available;
      width: -moz-available; } }

.w-15 {
  width: 15%; }
  @media (max-width: 575.98px) {
    .w-15 {
      width: -webkit-fill-available;
      width: -moz-available; } }

.text__left-center {
  text-align: left; }
  @media (max-width: 575.98px) {
    .text__left-center {
      text-align: center; } }

.padding__left__desktop {
  padding-left: 1.2rem !important; }
  @media (max-width: 575.98px) {
    .padding__left__desktop {
      padding-left: 0rem !important; } }

.rotate__180 {
  transform: rotate(180deg); }

.mt-xxs {
  margin-top: 2px; }

.border__b_1 {
  border-bottom: 1px solid #000; }

.anchor__footer {
  font-family: "source-sans-pro-regular";
  color: #ffffff;
  font-size: 16px;
  text-decoration: underline; }
  .anchor__footer:hover {
    color: #ffffff; }
  .anchor__footer:focus {
    outline: 3px solid #F0AC4F; }

.anchor__insert {
  font-size: 14px;
  font-family: "source-sans-pro-bold";
  color: #3B3B3B; }
  .anchor__insert:focus {
    color: inherit;
    outline: 3px solid #004C95;
    background-color: transparent; }
  .anchor__insert.disabled {
    opacity: 0.3;
    cursor: not-allowed; }

.anchor__erase {
  font-size: 14px;
  font-family: "source-sans-pro-regular";
  color: #D83733;
  text-decoration: underline; }
  .anchor__erase:focus {
    outline: 3px solid #004C95;
    background: none; }
  .anchor__erase:hover {
    color: #D83733;
    text-decoration: underline; }
  .anchor__erase.disabled {
    opacity: 0.3;
    cursor: not-allowed; }

.anchor__news {
  font-size: 17px;
  color: #3B3B3B;
  font-family: "source-sans-pro-regular";
  text-decoration: underline; }
  .anchor__news:focus {
    outline: 3px solid #3B3B3B; }
  .anchor__news:hover {
    color: #3B3B3B;
    text-decoration: underline; }

.btn:focus {
  box-shadow: none; }

.button__light {
  border-radius: 8px;
  border: 1px solid #182B41;
  background-color: #ffffff;
  text-transform: uppercase;
  color: #182B41;
  font-family: "source-sans-pro-regular";
  font-size: 14px;
  padding: 10px;
  min-width: 165px;
  width: auto;
  margin-right: 2em;
  letter-spacing: 2px; }
  @media (max-width: 575.98px) {
    .button__light {
      min-width: auto;
      width: 100%;
      margin-top: 2em;
      margin-right: 0; } }
  .button__light:hover {
    background-color: #ffffff; }
  .button__light:focus {
    outline: 3px solid #3B3B3B; }
  .button__light.disabled {
    opacity: 0.3;
    cursor: not-allowed; }

.big__button__light {
  border-radius: 8px;
  background-color: #ffffff;
  text-transform: uppercase;
  color: #182B41;
  font-family: "source-sans-pro-regular";
  font-size: 14px;
  padding: 10px;
  min-width: 165px;
  width: auto;
  margin-right: 2em;
  letter-spacing: 2px; }
  @media (max-width: 575.98px) {
    .big__button__light {
      min-width: auto;
      width: 100%;
      margin-top: 2em;
      margin-right: 0; } }
  .big__button__light:hover {
    background-color: #ffffff;
    color: #182B41;
    text-decoration: none; }
  .big__button__light:focus {
    outline: 3px solid #F0AC4F; }
  .big__button__light.disabled {
    opacity: 0.3;
    cursor: not-allowed; }

.button__primary {
  border-radius: 8px;
  border: 1px solid #182B41;
  background-color: #182B41;
  text-transform: uppercase;
  color: #ffffff !important;
  font-family: "source-sans-pro-regular";
  font-size: 14px;
  padding: 10px;
  min-width: 165px;
  width: auto;
  margin-right: 2em;
  letter-spacing: 2px; }
  .button__primary:hover {
    background-color: #182B41;
    color: #ffffff; }
  .button__primary:focus {
    outline: 3px solid #F0AC4F; }
  .button__primary.disabled {
    opacity: 0.3;
    cursor: not-allowed; }
  @media (max-width: 575.98px) {
    .button__primary {
      min-width: auto;
      width: 100%;
      margin-top: 2em;
      margin-right: 0; } }

.false__button_primary {
  border-radius: 8px;
  border: 1px solid #182B41;
  background-color: #182B41;
  text-transform: uppercase;
  color: #ffffff !important;
  font-family: "source-sans-pro-regular";
  font-size: 14px;
  padding: 10px;
  min-width: 165px;
  width: auto;
  margin-right: 2em;
  letter-spacing: 2px; }
  .false__button_primary:hover {
    background-color: #182B41;
    color: #ffffff; }
  .false__button_primary:focus {
    outline: 3px solid #F0AC4F; }
  .false__button_primary.disabled {
    opacity: 0.3;
    cursor: not-allowed; }
  @media (max-width: 575.98px) {
    .false__button_primary {
      min-width: auto;
      width: 100%;
      margin-top: 2em;
      margin-right: 0; } }

.button_primary__icon {
  border-radius: 8px;
  border: 1px solid #182B41;
  background-color: #182B41;
  text-transform: uppercase;
  color: #ffffff !important;
  font-family: "source-sans-pro-regular";
  font-size: 14px;
  padding: 10px;
  min-width: 180px;
  width: auto;
  margin-right: 2em;
  letter-spacing: 2px; }
  .button_primary__icon:hover {
    background-color: #182B41;
    color: #ffffff; }
  .button_primary__icon:focus {
    outline: 3px solid #F0AC4F; }
  .button_primary__icon.disabled {
    opacity: 0.3;
    cursor: not-allowed; }
  @media (max-width: 575.98px) {
    .button_primary__icon {
      min-width: auto;
      width: 100%;
      margin-top: 2em;
      margin-right: 0; } }
  .button_primary__icon span {
    cursor: pointer;
    position: relative;
    width: 21px;
    height: 5px;
    display: inline-block; }
    .button_primary__icon span:before, .button_primary__icon span:after {
      background: #ffffff;
      content: "";
      height: 3px;
      left: 0;
      position: absolute;
      top: 0;
      width: 16px;
      transition: transform 500ms ease; }
    .button_primary__icon span:after {
      transform-origin: center; }
    .button_primary__icon span.collapsed:after {
      transform: rotate(90deg); }
    .button_primary__icon span.collapsed:before {
      transform: rotate(180deg); }

.text__description {
  font-size: 12px;
  color: #182B41; }

.action-add {
  background: url(../images/svg/button-add.svg) no-repeat;
  /*background-position: center;
  float: left;
  width: 0px;*/
  background-position: left;
  padding-left: 30px;
  height: 40px; }

.action-edit {
  background: url(../images/svg/edit.svg) no-repeat;
  background-position: center;
  float: left;
  width: 0px;
  height: 40px; }

.action-erase {
  background: url(../images/svg/trash.svg) no-repeat;
  background-position: center;
  float: left;
  width: 0px;
  height: 40px; }

/** Override .button backgrounds **/
.action-add:hover,
.action-edit:hover,
.action-erase:hover {
  color: #444;
  background-color: transparent; }
.action-add:disabled,
.action-add.btn-primary:disabled,
.action-edit:disabled,
.action-erase:disabled {
  color: #000;
  background-color: transparent; }

a.anchor__link__success {
  font-family: "source-sans-pro-bold";
  font-size: 1rem;
  color: #3B3B3B !important;
  text-decoration: underline; }
  a.anchor__link__success:focus {
    outline: 3px solid #004C95 !important; }
  a.anchor__link__success:hover {
    color: #3B3B3B !important;
    text-decoration: underline; }

button.multiselect {
  height: 40px;
  border: 1px solid #3B3B3B;
  border-radius: 8px;
  font-size: 14px; }
  button.multiselect:focus {
    box-shadow: 0 0 0 0.2rem #004C95;
    outline: none;
    border-color: transparent; }

.button__gis {
  border: 1px solid #000000;
  border-radius: 4px;
  height: 65px;
  width: 65px;
  background: #ffffff; }
  .button__gis img {
    height: 25px;
    max-height: 25px; }
    .button__gis img.CdF {
      height: 15px;
      max-height: 15px; }
  .button__gis span {
    font-size: 12px;
    color: #3B3B3B;
    font-family: "source-sans-pro-regular"; }
  .button__gis:focus {
    box-shadow: 0 0 0 0.2rem #004C95;
    outline: none;
    border-color: transparent; }
  .button__gis.is-selected {
    box-shadow: 0 0 0 0.2rem #000;
    outline: none;
    border-color: transparent; }

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
  display: none; }
  .overlay.show {
    display: block; }

#wrapper header,
#wrapper #header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  #wrapper header .header-firstnav,
  #wrapper #header .header-firstnav {
    height: 60px;
    transition: 0.5s;
    background-color: #2C2E36; }
    #wrapper header .header-firstnav a,
    #wrapper #header .header-firstnav a {
      margin-right: 10px;
      display: inline-block; }
      #wrapper header .header-firstnav a img,
      #wrapper #header .header-firstnav a img {
        height: 30px;
        max-height: 30px; }
      #wrapper header .header-firstnav a:focus,
      #wrapper #header .header-firstnav a:focus {
        outline: 3px solid #F0AC4F; }
    #wrapper header .header-firstnav .brand-name a,
    #wrapper #header .header-firstnav .brand-name a {
      color: #ffffff;
      text-decoration: underline;
      font-family: "mulish-bold";
      font-size: 14px; }
    @media (max-width: 991.98px) {
      #wrapper header .header-firstnav,
      #wrapper #header .header-firstnav {
        display: none; } }
    #wrapper header .header-firstnav .btn.btn-secondary,
    #wrapper #header .header-firstnav .btn.btn-secondary {
      background-color: transparent;
      border: 0; }
      #wrapper header .header-firstnav .btn.btn-secondary.dropdown-toggle::after,
      #wrapper #header .header-firstnav .btn.btn-secondary.dropdown-toggle::after {
        display: none; }
      #wrapper header .header-firstnav .btn.btn-secondary.dropdown-toggle[aria-expanded="true"] .fa-chevron-down,
      #wrapper #header .header-firstnav .btn.btn-secondary.dropdown-toggle[aria-expanded="true"] .fa-chevron-down {
        transform: rotate(180deg);
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      #wrapper header .header-firstnav .btn.btn-secondary.dropdown-toggle[aria-expanded="false"] .fa-chevron-down,
      #wrapper #header .header-firstnav .btn.btn-secondary.dropdown-toggle[aria-expanded="false"] .fa-chevron-down {
        transform: rotate(0deg);
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
    #wrapper header .header-firstnav #language .btn-secondary,
    #wrapper #header .header-firstnav #language .btn-secondary {
      color: #000000;
      font-family: "mulish-bold";
      padding: 0;
      font-size: 14px; }
    #wrapper header .header-firstnav #language bottom,
    #wrapper #header .header-firstnav #language bottom {
      color: black; }
    #wrapper header .header-firstnav #user,
    #wrapper #header .header-firstnav #user {
      margin-left: 30px; }
      #wrapper header .header-firstnav #user svg g path,
      #wrapper #header .header-firstnav #user svg g path {
        fill: #000000; }
  #wrapper header .header-secondnav,
  #wrapper #header .header-secondnav {
    background-color: #ffffff;
    border-bottom: 1px solid #C4C4C4;
    transition: 0.5s;
    height: 96px;
    position: relative; }
    #wrapper header .header-secondnav .navbar,
    #wrapper #header .header-secondnav .navbar {
      position: static; }
      #wrapper header .header-secondnav .navbar .navbar-toggler,
      #wrapper #header .header-secondnav .navbar .navbar-toggler {
        padding: 0;
        border: none; }
      #wrapper header .header-secondnav .navbar .navbar-brand,
      #wrapper #header .header-secondnav .navbar .navbar-brand {
        margin: 0;
        padding: 0; }
      #wrapper header .header-secondnav .navbar a.navbar-brand,
      #wrapper #header .header-secondnav .navbar a.navbar-brand {
        height: 75px;
        max-height: 75px;
        max-width: 235px; }
        #wrapper header .header-secondnav .navbar a.navbar-brand:focus,
        #wrapper #header .header-secondnav .navbar a.navbar-brand:focus {
          outline: 3px solid #182B41;
          width: fit-content; }

      @media (max-width: 991.98px) {
        #wrapper header .header-secondnav .navbar .navbar-collapse,
        #wrapper #header .header-secondnav .navbar .navbar-collapse {
          position: absolute;
          left: -90%;
          width: 100%;
          top: 0;
          min-height: 100vh;
          height: 100vh;
          padding: 15px;
          transition: 0.3s;
          background: white;
          overflow: auto; }
          #wrapper header .header-secondnav .navbar .navbar-collapse.show,
          #wrapper #header .header-secondnav .navbar .navbar-collapse.show {
            top: 0;
            left: 0; }
            #wrapper header .header-secondnav .navbar .navbar-collapse.show a,
            #wrapper #header .header-secondnav .navbar .navbar-collapse.show a {
              color: black !important; }
        #wrapper header .header-secondnav .navbar .navbar-collapse.collapsing,
        #wrapper #header .header-secondnav .navbar .navbar-collapse.collapsing {
          height: auto !important;
          margin-right: 50%;
          display: block;
          -webkit-transition: none;
          transition: none;
          display: none; } }
    @media (max-width: 991.98px) {
      #wrapper header .header-secondnav,
      #wrapper #header .header-secondnav {
        padding: 7px 0;
        height: 100%;
        min-height: 80px; } }
    @media (max-width: 991.98px) {
      #wrapper header .header-secondnav .btn.btn-secondary,
      #wrapper #header .header-secondnav .btn.btn-secondary {
        background-color: transparent;
        border: 0;
        padding: 0; }
        #wrapper header .header-secondnav .btn.btn-secondary.dropdown-toggle::after,
        #wrapper #header .header-secondnav .btn.btn-secondary.dropdown-toggle::after {
          display: none; }
        #wrapper header .header-secondnav .btn.btn-secondary.dropdown-toggle[aria-expanded="true"] .fa-chevron-down,
        #wrapper #header .header-secondnav .btn.btn-secondary.dropdown-toggle[aria-expanded="true"] .fa-chevron-down {
          transform: rotate(180deg);
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
        #wrapper header .header-secondnav .btn.btn-secondary.dropdown-toggle[aria-expanded="false"] .fa-chevron-down,
        #wrapper #header .header-secondnav .btn.btn-secondary.dropdown-toggle[aria-expanded="false"] .fa-chevron-down {
          transform: rotate(0deg);
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; } }
    @media (max-width: 991.98px) {
      #wrapper header .header-secondnav #mainMenu,
      #wrapper #header .header-secondnav #mainMenu {
        border-bottom: 1px solid #ffffff;
        padding-bottom: 10px;
        margin-bottom: 10px;
        height: calc(100vh - 100px);
        overflow-y: scroll;
        padding-top: 10px;
        padding-bottom: 10px; } }
    #wrapper header .header-secondnav #mainMenu .bd-highlight,
    #wrapper #header .header-secondnav #mainMenu .bd-highlight {
      position: absolute;
      bottom: 0; }
    #wrapper header .header-secondnav #mainMenu li:not(:last-child),
    #wrapper #header .header-secondnav #mainMenu li:not(:last-child) {
      margin-right: 40px; }
    #wrapper header .header-secondnav #mainMenu li a,
    #wrapper #header .header-secondnav #mainMenu li a {
      color: #3B3B3B;
      font-family: "source-sans-pro-regular"; }
      @media (max-width: 991.98px) {
        #wrapper header .header-secondnav #mainMenu li a,
        #wrapper #header .header-secondnav #mainMenu li a {
          margin-left: 5px; } }
      #wrapper header .header-secondnav #mainMenu li a:focus,
      #wrapper #header .header-secondnav #mainMenu li a:focus {
        outline: 3px solid #182B41; }
      #wrapper header .header-secondnav #mainMenu li a:active,
      #wrapper #header .header-secondnav #mainMenu li a:active {
        background-color: transparent; }
    #wrapper header .header-secondnav #search,
    #wrapper #header .header-secondnav #search {
      margin-left: 60px; }
    #wrapper header .header-secondnav #profile,
    #wrapper #header .header-secondnav #profile {
      margin-left: 60px; }
      #wrapper header .header-secondnav #profile:focus,
      #wrapper #header .header-secondnav #profile:focus {
        outline: 3px solid #182B41; }
      @media (max-width: 991.98px) {
        #wrapper header .header-secondnav #profile,
        #wrapper #header .header-secondnav #profile {
          margin-left: 0; } }
    #wrapper header .header-secondnav .navbar-toggler[aria-expanded="true"] span,
    #wrapper #header .header-secondnav .navbar-toggler[aria-expanded="true"] span {
      display: inline-block;
      width: 20px;
      height: 0px;
      background-color: #000000;
      position: relative;
      top: -8px;
      border-radius: 10px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      #wrapper header .header-secondnav .navbar-toggler[aria-expanded="true"] span::before,
      #wrapper #header .header-secondnav .navbar-toggler[aria-expanded="true"] span::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 2px;
        background-color: #000000;
        top: 0px;
        left: 0;
        border-radius: 10px;
        transform: rotate(45deg);
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      #wrapper header .header-secondnav .navbar-toggler[aria-expanded="true"] span::after,
      #wrapper #header .header-secondnav .navbar-toggler[aria-expanded="true"] span::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 2px;
        background-color: #000000;
        top: 0px;
        left: 0;
        border-radius: 10px;
        transform: rotate(-45deg);
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
    #wrapper header .header-secondnav .navbar-toggler[aria-expanded="false"] span,
    #wrapper #header .header-secondnav .navbar-toggler[aria-expanded="false"] span {
      display: inline-block;
      width: 20px;
      height: 2px;
      background-color: #000000;
      position: relative;
      top: -6px;
      border-radius: 10px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      #wrapper header .header-secondnav .navbar-toggler[aria-expanded="false"] span::before,
      #wrapper #header .header-secondnav .navbar-toggler[aria-expanded="false"] span::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 2px;
        background-color: #000000;
        top: -6px;
        left: 0;
        border-radius: 10px;
        transform: rotate(0deg);
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      #wrapper header .header-secondnav .navbar-toggler[aria-expanded="false"] span::after,
      #wrapper #header .header-secondnav .navbar-toggler[aria-expanded="false"] span::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 2px;
        background-color: #000000;
        top: 6px;
        left: 0;
        border-radius: 10px;
        transform: rotate(0deg);
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }

#wrapper.scroll-header header .header-firstnav,
#wrapper.scroll-header #header .header-firstnav {
  height: 0px; }
  #wrapper.scroll-header header .header-firstnav .container,
  #wrapper.scroll-header #header .header-firstnav .container {
    display: none !important; }

#wrapper.scroll-header header .header-secondnav,
#wrapper.scroll-header #header .header-secondnav {
  background: #ffffff;
  height: auto; }

#wrapper.white .header-secondnav {
  background: #ffffff !important;
  padding: 0; }

.breadcrumb {
  background-color: transparent;
  padding-left: 0;
  margin-bottom: 0rem;
  padding-top: 40px; }
  .breadcrumb li {
    font-size: 14px;
    color: #000000;
    font-family: "source-sans-pro-regular"; }
    .breadcrumb li a {
      font-family: "source-sans-pro-bold";
      color: #2C2E36;
      font-size: 14px; }
      .breadcrumb li a:focus {
        outline: 3px solid #182B41; }
  .breadcrumb .active {
    color: #2C2E36; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-weight: 800; }

.contract__header {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
  padding: 18px;
  color: #3B3B3B;
  font-size: 12px;
  text-align: center; }

.cards__banca_dati .distretti_idrografici {
  background: linear-gradient(180deg, #ffffff 76.08%, #00934A 240.67%);
  border: 3px solid #00934A;
  box-sizing: border-box;
  border-radius: 20px; }
  .cards__banca_dati .distretti_idrografici a:focus {
    outline: 4px solid #3B3B3B;
    height: 100%; }
  .cards__banca_dati .distretti_idrografici a:hover {
    text-decoration: none; }
  .cards__banca_dati .distretti_idrografici a .card-header {
    border: none;
    background-color: initial;
    padding: 2.45rem 1.25rem 0rem; }
    .cards__banca_dati .distretti_idrografici a .card-header h4 {
      font-size: 24px;
      color: #3B3B3B;
      font-family: "source-sans-pro-bold";
      height: 55px;
      max-height: 55px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      margin-top: 2.125rem; }
  .cards__banca_dati .distretti_idrografici a .card-body {
    padding: 0.75rem 1.24rem 3rem; }
    .cards__banca_dati .distretti_idrografici a .card-body .description__card {
      font-size: 15px;
      font-family: "source-sans-pro-regular";
      color: #3B3B3B;
      height: 88px;
      max-height: 88px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
  .cards__banca_dati .distretti_idrografici a .card-footer {
    border: none;
    background-color: initial;
    padding: 0rem 1.875rem 1.875rem; }

.cards__banca_dati .regioni_prov__autonome {
  background: linear-gradient(180deg, #ffffff 76.08%, #59A9CE 240.67%);
  border: 3px solid #59A9CE;
  box-sizing: border-box;
  border-radius: 20px; }
  .cards__banca_dati .regioni_prov__autonome a:focus {
    outline: 4px solid #3B3B3B;
    height: 100%; }
  .cards__banca_dati .regioni_prov__autonome a:hover {
    text-decoration: none; }
  .cards__banca_dati .regioni_prov__autonome a .card-header {
    border: none;
    background-color: initial;
    padding: 2.45rem 1.25rem 0rem; }
    .cards__banca_dati .regioni_prov__autonome a .card-header h4 {
      font-size: 24px;
      color: #3B3B3B;
      font-family: "source-sans-pro-bold";
      height: 55px;
      max-height: 55px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      margin-top: 2.125rem; }
  .cards__banca_dati .regioni_prov__autonome a .card-body {
    padding: 0.75rem 1.24rem 3rem; }
    .cards__banca_dati .regioni_prov__autonome a .card-body .description__card {
      font-size: 15px;
      font-family: "source-sans-pro-regular";
      color: #3B3B3B;
      height: 88px;
      max-height: 88px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
  .cards__banca_dati .regioni_prov__autonome a .card-footer {
    border: none;
    background-color: initial;
    padding: 0rem 1.875rem 1.875rem; }

.cards__banca_dati .contratti__fiume {
  background: linear-gradient(180deg, #ffffff 76.08%, #F0AC4F 240.67%);
  border: 3px solid #F0AC4F;
  box-sizing: border-box;
  border-radius: 20px; }
  .cards__banca_dati .contratti__fiume a:focus {
    outline: 4px solid #3B3B3B;
    height: 100%; }
  .cards__banca_dati .contratti__fiume a:hover {
    text-decoration: none; }
  .cards__banca_dati .contratti__fiume a .card-header {
    border: none;
    background-color: initial;
    padding: 2.45rem 1.25rem 0rem; }
    .cards__banca_dati .contratti__fiume a .card-header h4 {
      font-size: 24px;
      color: #3B3B3B;
      font-family: "source-sans-pro-bold";
      height: 55px;
      max-height: 55px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      margin-top: 2.125rem; }
  .cards__banca_dati .contratti__fiume a .card-body {
    padding: 0.75rem 1.24rem 3rem; }
    .cards__banca_dati .contratti__fiume a .card-body .description__card {
      font-size: 15px;
      font-family: "source-sans-pro-regular";
      color: #3B3B3B;
      height: 88px;
      max-height: 88px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
  .cards__banca_dati .contratti__fiume a .card-footer {
    border: none;
    background-color: initial;
    padding: 0rem 1.875rem 1.875rem; }

/* control image height */
.card-img-top-250 {
  max-height: 225;
  overflow: hidden; }

.card-deck {
  margin-left: 0px;
  margin-right: 0px; }

/*.card-news {
  height: 436px!important;
  max-height: 436px; }*/

.card {
  border: 0px solid #fff;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 10px; }
  .card .card-body p {
    margin-bottom: 0.5rem;
    margin-top: 0; }
  .card .card-body .label__news {
    height: 23px;
    max-height: 23px;
    font-size: 12px;
    border-radius: 5px;
    width: 90px;
    font-family: "source-sans-pro-regular";
    color: #353535;
    padding: 4px 9.5px 4px 9.5px;
    position: relative;
    top: -22px; }
    .card .card-body .label__news.yellow {
      background-color: #F0AC4F; }
    .card .card-body .label__news.green {
      background-color: #008834;
      color: #ffffff !important; }
    .card .card-body .label__news.light_blue {
      background-color: #59A9CE; }
  .card .card-body .date__card {
    align-items: center;
    letter-spacing: -0.04em;
    font-size: 13px;
    font-family: "roboto_regular_web";
    color: #6F7678; }
  .card .card-body .card__description {
    font-size: 14px;
    font-family: "roboto_regular_web";
    color: #5E6466;
    margin-top: 0.5rem;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 85px;
    height: 85px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }
    /*@media (max-width: 575.98px) {
      .card .card-body .card__description {
        margin-top: 0;
        max-height: 65px;
        height: 65px; } } */
/* smoother transitions */
.carousel-inner > .carousel-item.next.left,
.carousel-inner > .carousel-item.prev.right {
  transition: all 1s ease; }

a.title__news {
  color: #3B3B3B;
  font-size: 22px;
  line-height: 35px;
  font-family: "source-sans-pro-bold";
  letter-spacing: -0.04em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 70px;
  height: 70px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
  a.title__news:hover {
    color: #3B3B3B; }
  a.title__news:focus {
    outline: 3px solid #3B3B3B; }

.img-fluid {
  width: 100%;
  height: auto; }

.card__cookies {
  z-index: 111;
  background-color: #ffffff;
  border-radius: 10px;
  flex-direction: column;
  right: 30px;
  bottom: 130px;
  padding: 20px 40px;
  min-height: 280px;
  height: auto;
  width: 329px;
  position: fixed;
  box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 1, 1); }
  @media (max-width: 575.98px) {
    .card__cookies {
      right: auto; } }
  .card__cookies .description__card_cookie p {
    font-family: "source-sans-pro-regular";
    font-size: 16px;
    color: #3B3B3B; }

#preFooter {
  margin: 0;
  border: 0;
  padding: 0;
  background-color: #2C2E36; }
  #preFooter img {
    display: block; }
    @media (max-width: 575.98px) {
      #preFooter img {
        display: none; } }

footer {
  background-color: #2C2E36; }
  footer img.logo {
    height: 75px;
    max-height: 75px;
    max-width: 235px; }
    footer img.logo:focus {
      outline: 3px solid #ffffff;
      width: fit-content; }

  footer .col-md-4,
  footer .col-md-2 {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (max-width: 575.98px) {
      footer .col-md-4,
      footer .col-md-2 {
        padding-top: 15px;
        padding-bottom: 15px; } }
  footer .footer__bottom {
    background-color: #222328;
    padding-top: 24px;
    padding-bottom: 24px;
    position: absolute;
    width: 100%;
    left: 0; }
    footer .footer__bottom ul {
      margin-bottom: 0; }
      footer .footer__bottom ul a.anchor-link {
        font-family: "source-sans-pro-regular";
        color: #ffffff;
        text-decoration: underline;
        font-size: 14px;
        margin-right: 1em; }
        footer .footer__bottom ul a.anchor-link:focus {
          outline: 3px solid #F0AC4F; }
      footer .footer__bottom ul .disabled, footer .footer__bottom ul .is-disabled {
        pointer-events: none;
        text-decoration: none !important;
        color: #A4A4A4 !important;
        font-size: 14px; }

.ui-dialog {
  font-family: "source-sans-pro-regular";
  max-width: 778px;
  padding: 25px 40px;
  border-radius: 15px;}
  .ui-dialog .ui-dialog-titlebar {
    background: transparent;
    border-width:0;}
  .ui-dialog .ui-dialog-content {
    font-size: 2rem;
    margin-bottom: 2em; }
  .ui-dialog .ui-dialog-buttonpane {
    background: transparent;
    border-width:0;}
  .ui-dialog .btn {
    border-color: #CCC;}

.modal-dialog {
  max-width: 778px; }
  .modal-dialog .modal-content {
    padding: 40px;
    border-radius: 15px; }
    @media (max-width: 575.98px) {
      .modal-dialog .modal-content {
        padding: 25px; } }
    .modal-dialog .modal-content .modal-header {
      border-bottom: 0px; }
      .modal-dialog .modal-content .modal-header h3 {
        font-size: 1.5rem;
        font-family: "source-sans-pro-bold";
        color: #004C95;
        text-align: center; }
      .modal-dialog .modal-content .modal-header button {
        position: absolute;
        top: -40px;
        right: 0; }
        .modal-dialog .modal-content .modal-header button.close {
          opacity: inherit; }
          .modal-dialog .modal-content .modal-header button.close:hover {
            opacity: inherit; }
          .modal-dialog .modal-content .modal-header button.close:focus {
            outline: 3px solid #3B3B3B; }
    .modal-dialog .modal-content .modal-body .title__success__message {
      font-size: 2.5rem;
      font-family: "source-sans-pro-regular"; }
    .modal-dialog .modal-content .modal-body .icon__mega__success {
      height: 80px;
      max-height: 80px; }
    .modal-dialog .modal-content .modal-body textarea {
      border: 1px solid #3B3B3B;
      font-size: 18px;
      font-family: "source-sans-pro-regular"; }
      .modal-dialog .modal-content .modal-body textarea:focus {
        box-shadow: 0 0 0 0.2rem #004C95;
        outline: none;
        border-color: transparent; }
    .modal-dialog .modal-content .modal-footer {
      border: 0px; }
    .modal-dialog .modal-content p {
      padding-left: 18px;
      display: flex; }
      .modal-dialog .modal-content p.success__message {
        color: #00934A;
        font-family: "source-sans-pro-bold"; }
    .modal-dialog .modal-content .icon__popover {
      background: url(../images/svg/icon-popover.svg) no-repeat;
      position: absolute;
      margin: 7px 10px 10px 10px;
      display: inline;
      background-size: 70%;
      width: 10px;
      padding-bottom: 23px; }
      .modal-dialog .modal-content .icon__popover:focus {
        outline: 3px solid #3B3B3B; }
    .modal-dialog .modal-content .popover .popover-content {
      color: #ffffff;
      font-size: 12px;
      background-color: #004C95; }

.title__section {
  font-size: 40px;
  color: #2C2E36;
  font-family: "source-sans-pro-regular"; }
  .title__section .evidence__user {
    font-family: "source-sans-pro-bold"; }
  @media (max-width: 991.98px) {
    .title__section {
      font-size: 32px; } }

.subtitle__section {
  font-size: 16px;
  font-family: "source-sans-pro-regular";
  color: #2C2E36; }

.evidence {
  font-family: "source-sans-pro-bold"; }

h2 {
  font-size: 40px;
  color: #3B3B3B;
  font-family: "source-sans-pro-bold"; }
  @media (max-width: 575.98px) {
    h2 {
      font-size: 32px; } }

h4, .h4 {
  font-size: 20px;
  color: #3B3B3B;
  font-family: "source-sans-pro-bold"; }
  @media (max-width: 575.98px) {
    h4, .h4 {
      font-size: 32px; } }

.cell-text {
  font-size: 14px; }

.title__tab {
  font-size: 24px;
  color: #004C95;
  text-align: center;
  font-family: "source-sans-pro-bold"; }

.subtitle__desc {
  font-size: 18px;
  font-family: "source-sans-pro-regular";
  color: #373F41;
  text-align: left;
  margin-top: 2em; }

#tab-h .nav .nav-item .nav-link,
#tab-h .nav-pills .nav-item .nav-link {
  font-size: 21px;
  font-family: "source-sans-pro-regular";
  color: #2C2E36;
  padding: .2rem 1rem; }
  #tab-h .nav .nav-item .nav-link.active,
  #tab-h .nav-pills .nav-item .nav-link.active {
    font-family: "source-sans-pro-bold";
    background-color: transparent;
    border-bottom: 4px solid #00934A;
    border-radius: 0; }
  #tab-h .nav .nav-item .nav-link:focus,
  #tab-h .nav-pills .nav-item .nav-link:focus {
    outline: 3px solid #182B41; }

#tab-h p {
  margin-top: 0.5rem; }
  #tab-h p.description__action_contract {
    font-size: 14px;
    font-family: "source-sans-pro-regular"; }

#tab-h hr {
  border-color: #C4C4C4; }

#tab-v {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
  padding: 40px; }
  @media (max-width: 575.98px) {
    #tab-v {
      display: none; } }
  #tab-v .nav {
    width: auto !important; }
    #tab-v .nav .flex-column {
      border-right: 1px solid #C4C4C4; }
    #tab-v .nav a.nav-link {
      font-family: "source-sans-pro-regular";
      font-size: 14px;
      color: #373F41;
      background: none;
      padding: 1.2rem 1rem; }
      #tab-v .nav a.nav-link:focus {
        outline: 3px solid #3B3B3B; }
    #tab-v .nav .nav-pills .nav-link.active,
    #tab-v .nav .nav-pills .show > .nav-link {
      font-family: "source-sans-pro-bold";
      color: #004C95;
      text-decoration: underline; }
      #tab-v .nav .nav-pills .nav-link.active:focus,
      #tab-v .nav .nav-pills .show > .nav-link:focus {
        outline: 3px solid #3B3B3B; }
    #tab-v .nav a span {
      display: inline-flex;
      vertical-align: middle; }
    #tab-v .nav .circle {
      background: rgba(24, 43, 65, 0.45);
      width: 15px;
      height: 15px;
      border-radius: 50%;
      float: right;
      display: block;
      margin-left: 4em; }
      #tab-v .nav .circle.active {
        background: #F0AC4F;
        border: 2px solid #373F41; }
    #tab-v .nav .child__nav {
      padding-left: 30px; }
      #tab-v .nav .child__nav a.disabled {
        opacity: 0.3;
        cursor: not-allowed;
        pointer-events: none; }
    #tab-v .nav .sub_child__nav {
      padding-left: 68px; }
      #tab-v .nav .sub_child__nav a.disabled {
        opacity: 0.3;
        cursor: not-allowed;
        pointer-events: none; }
    #tab-v .nav .tab-content {
      padding: 15px 0px 15px 0px;
      overflow-y: scroll;
      overflow-x: hidden;
      max-height: 940px; }
      #tab-v .nav .tab-content .tab-pane .title__tab {
        font-family: "source-sans-pro-bold";
        font-size: 24px;
        color: #004C95;
        text-align: center; }
      #tab-v .nav .tab-content .tab-pane .subtitle__desc {
        font-size: 18px;
        font-family: "source-sans-pro-regular";
        color: #373F41;
        text-align: left;
        margin-top: 2em; }

/** Drupal vertical-tabs ad-hoc CSS **/
#tab-v .vertical-tabs { border-width: 0 0 0 1px; }
#tab-v .vertical-tabs__menu { border-top: 0; padding-right: 12px; }
#tab-v .vertical-tabs__menu-item { border: none; background: none; font-size: 14px; font-family: "source-sans-pro-regular"; }
#tab-v .vertical-tabs__menu-item a { padding: 1.2rem 1rem; color: #000; }
#tab-v .vertical-tabs__menu-item strong { font-weight: normal; }
#tab-v .vertical-tabs__menu-item.is-selected strong { font-weight: bold; color: #004C95; text-decoration: underline; }
#tab-v .vertical-tabs__menu-item.is-selected a:focus { outline: 3px solid #3B3B3B; }
#tab-v .vertical-tabs__menu-item .vertical-tabs__menu-item-summary {
    background: rgba(24, 43, 65, 0.45);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    float: right;
    display: block;
    margin-top: 2px; }
#tab-v .vertical-tabs__menu-item.is-selected .vertical-tabs__menu-item-summary {
    background: #F0AC4F;
    border: 2px solid #373F41; }
/** best-effort solution to indent inner tabs **/
#tab-v .vertical-tabs__menu-item:nth-child(n+10) {
    padding-left: 25px; }
#tab-v .vertical-tabs__menu-item:nth-child(n+15) {
    padding-left: 50px; }


.table {
  border-spacing: 0 0.85rem !important; }

.table .table a:focus {
  outline: 3px solid #182B41;
  box-shadow: none; }

.table .dropdown {
  display: inline-block; }

.table td,
.table th {
  vertical-align: middle;
  margin-bottom: 10px;
  border: none; }

.table thead tr,
.table thead th {
  border: none;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: inherit;
  background: transparent; }

.table td {
  background: #ffffff; }

.table td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }

.table td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }

.avatar {
  width: 2.75rem;
  height: 2.75rem;
  line-height: 3rem;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  position: relative;
  text-align: center;
  color: #868e96;
  font-weight: 700;
  vertical-align: bottom;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.83333rem;
  line-height: 1.5; }

.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.avatar-blue {
  background-color: #c8d9f1;
  color: #467fcf; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 18px;
  left: 14px;
  border: none;
  box-shadow: none; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  padding-left: 48px; }

table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%; }

table.dataTable > tbody > tr.child span.dtr-title {
  min-width: 50%; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  padding: 0.75rem 1rem 0.125rem; }

div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label {
  margin-bottom: 0; }

@media (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: 1rem; } }

.btn-icon {
  background: #fff; }

.btn-icon .bx {
  font-size: 20px; }

.btn .bx {
  vertical-align: middle;
  font-size: 20px; }

.dropdown-menu {
  padding: 0.25rem 0; }

.dropdown-item {
  padding: 0.5rem 1rem; }

.badge {
  padding: 0.5em 0.75em; }

.badge-success-alt {
  background-color: #d7f2c2;
  color: #7bd235; }

.table a {
  text-decoration: underline;
  color: #212529; }
  .table a.disabled {
    cursor: not-allowed;
    opacity: 0.3; }

.table a:hover,
.table a:focus {
  text-decoration: none; }

.table a:focus {
  outline: 3px solid #182B41; }

table.dataTable {
  margin-top: 12px !important; }

.icon > .bx {
  display: block;
  min-width: 1.5em;
  min-height: 1.5em;
  text-align: center;
  font-size: 1.0625rem; }

.avatar-blue {
  background-color: #c8d9f1;
  color: #467fcf; }

.avatar-pink {
  background-color: #fcd3e1;
  color: #f66d9b; }

tr td {
  border: 1px solid #3B3B3B; }

.table thead tr,
.table thead th {
  border: 0;
  border-radius: 10px;
  background: transparent;
  font-family: "source-sans-pro-regular";
  padding: 0.90rem 0.60rem;
  color: #3B3B3B;
  font-size: 14px; }

.table td, .table th {
  border: 1px solid #A9A9A9; }

.rounded-left {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important; }

.rounded-right {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important; }

.text__row {
  font-family: "source-sans-pro-regular";
  color: #3B3B3B;
  box-shadow: -5px 6px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px; }

table.dataTable thead > tr > th:focus {
  outline: 3px solid #182B41;
  box-shadow: none; }

table.dataTable tbody > tr > td:focus {
  outline: 3px solid #182B41; }

input.form-control-sm {
  color: #3B3B3B;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #3B3B3B;
  height: 40px;
  width: 100%;
  min-width: 260px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-family: "source-sans-pro-regular"; }
  @media (max-width: 575.98px) {
    input.form-control-sm {
      min-width: max-content; } }
  @media (max-width: 768px) {
    input.form-control-sm {
      min-width: max-content; } }
  input.form-control-sm:focus {
    box-shadow: 0 0 0 0.2rem #182B41;
    outline: none;
    border-color: #ffffff; }

.dataTables_length {
  text-align: left;
  font-size: 14px;
  color: #3B3B3B; }

div.dataTables_wrapper div.dataTables_length select:focus {
  box-shadow: 0 0 0 0.2rem #182B41;
  outline: none;
  border-color: #ffffff; }

.dataTables_info {
  text-align: left;
  font-size: 14px;
  color: #3B3B3B; }

.pagination .page-item.disabled .page-link {
  border: 0;
  background: transparent;
  font-family: "source-sans-pro-regular";
  font-size: 14px;
  color: #3B3B3B; }

.pagination .page-item.active .page-link {
  background-color: #182B41;
  border-radius: 10px;
  border-color: #ffffff; }

#dataTableWorkArea_filter, #dataTableWorkArea_info, #dataTableWorkArea_length, #dataTableAttiAmministrativi_filter, #dataTableAttiAmministrativi_length, #dataTableFinance_length, #dataTableFinance_filter, #example_length, #example_filter, #example_info, #dataTableSchedeRegione_filter, #dataTableSchedeRegione_info, #dataTableSchedeRegione_length, #dataTableSchedeDistretto_filter, #dataTableSchedeDistretto_info, #dataTableSchedeDistretto_length {
  display: none; }

table.dataTable.dt-checkboxes-select tbody tr,
table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
  cursor: pointer; }

table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
  text-align: center; }

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em; }

@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info,
  div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block; } }

#example thead tr, #example thead th {
  padding: 8px; }

#example thead .p__td {
  padding: 0px;
  text-align: center; }

#example tbody {
  font-size: 14px;
  font-family: "source-sans-pro-regular";
  color: #373F41; }
  #example tbody .text__row {
    box-shadow: -5px 6px 30px rgba(0, 0, 0, 0.1); }
  #example tbody .odd:hover {
    background: transparent; }
  #example tbody .rounded-right {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-right: 1px solid #A9A9A9 !important;
    border-left: 0px; }

table.dataTable > tbody > tr.child span.dtr-title {
  color: #3B3B3B;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: flex; }

.dtr-data {
  font-size: 14px; }

.cell-text {
  font-size: 14px; }

#heroCarousel .carousel {
  margin-top: 40px; }
  #heroCarousel .carousel .btn-edit {
    position: absolute;
    bottom: 5px;
    background: white;
    right: 5px;
    z-index: 1;
    padding: 5px 15px;
    border-radius: 20px;
  }
  #heroCarousel .carousel .carousel-control-next,
  #heroCarousel .carousel .carousel-control-prev {
    width: 8% !important;
    background: black;
    display: none; }
    @media (max-width: 575.98px) {
      #heroCarousel .carousel .carousel-control-next,
      #heroCarousel .carousel .carousel-control-prev {
        width: 12%;
        display: none; } }
  #heroCarousel .carousel .carousel-indicators {
    bottom: -60px; }
    #heroCarousel .carousel .carousel-indicators li {
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background-color: #182B41;
      margin-left: 8px;
      margin-right: 8px; }
      #heroCarousel .carousel .carousel-indicators li:focus {
        outline: 3px solid #3B3B3B !important; }
      #heroCarousel .carousel .carousel-indicators li#pauseLi {
        text-indent: 0;
        border-radius: 0;
        width: 0;
        background: 0;
        height: 0;
        border: 0;
        opacity: 1;
        color: #182B41;
        margin: 3px 8px;
        position: relative; }
        #heroCarousel .carousel .carousel-indicators li#pauseLi span:focus {
          outline: 3px solid #3B3B3B !important; }
      #heroCarousel .carousel .carousel-indicators li#playLi {
        text-indent: 0;
        border-radius: 0;
        width: 0;
        background: 0;
        height: 0;
        border: 0;
        opacity: 1;
        color: #182B41;
        margin: 3px 8px;
        position: relative; }
        #heroCarousel .carousel .carousel-indicators li#playLi span:focus {
          outline: 3px solid #3B3B3B !important; }
  #heroCarousel .carousel .carousel-inner {
    width: 100%;
    border-radius: 20px; }
    #heroCarousel .carousel .carousel-inner .carousel-item.active,
    #heroCarousel .carousel .carousel-inner .carousel-item-next,
    #heroCarousel .carousel .carousel-inner .carousel-item-prev {
      display: block; }
    #heroCarousel .carousel .carousel-inner .info_hero {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: calc(0% + 135px);
      width: 40%;
      z-index: 1;
      background-color: #00000004; }
      @media (max-width: 575.98px) {
        #heroCarousel .carousel .carousel-inner .info_hero {
          position: absolute;
          left: calc(0% + 20px);
          width: auto; } }
      @media (max-width: 768px) {
        #heroCarousel .carousel .carousel-inner .info_hero {
          width: auto;
          left: calc(0% + 15px);
          right: calc(0% + 15px); } }
      #heroCarousel .carousel .carousel-inner .info_hero .title__hero {
        font-size: 48px;
        color: #ffffff;
        font-family: "source-sans-pro-bold";
        letter-spacing: -0.01em;
        line-height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        max-height: 155px;
        height: 155px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; }
        @media (max-width: 575.98px) {
          #heroCarousel .carousel .carousel-inner .info_hero .title__hero {
            font-size: 26px;
            font-family: "source-sans-pro-bold";
            color: #ffffff;
            letter-spacing: -0.01em;
            line-height: 35px;
            max-height: 65px;
            height: 65px; } }
      #heroCarousel .carousel .carousel-inner .info_hero .description_hero {
        font-size: 17px;
        color: #ffffff;
        font-family: "source-sans-pro-regular";
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        max-height: 145px;
        height: 145px;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical; }
        @media (max-width: 575.98px) {
          #heroCarousel .carousel .carousel-inner .info_hero .description_hero {
            font-size: 14px; } }
    #heroCarousel .carousel .carousel-inner .hero__slide-carousel {
      min-height: 588px; }
      @media (max-width: 575.98px) {
        #heroCarousel .carousel .carousel-inner .hero__slide-carousel {
          min-height: 344px; } }

#carouselMultiItem {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  /* control image height */
  /* smoother transitions */ }
  @media (max-width: 575.98px) {
    #carouselMultiItem {
      margin-top: 0px; } }
  @media (max-width: 768px) {
    #carouselMultiItem {
      margin-top: 0px; } }
  #carouselMultiItem .bg__last_news {
    position: relative; }
    #carouselMultiItem .bg__last_news::before {
      content: '';
      position: absolute;
      top: 0;
      left: 49.3%;
      transform: translateX(-50%);
      height: 100%;
      width: 100vw;
      background-color: rgba(0, 147, 74, 0.1); }
  #carouselMultiItem .ocean {
    min-height: 250px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: #ffffff; }
    @media (max-width: 575.98px) {
      #carouselMultiItem .ocean {
        min-height: 180px; } }
  #carouselMultiItem .wave {
    background: url(../images/svg/wave.svg) repeat-x;
    position: absolute;
    bottom: 0;
    width: 6400px;
    height: 198px;
    animation: wave 8s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0); }
    @media (max-width: 575.98px) {
      #carouselMultiItem .wave {
        height: 155px; } }
    #carouselMultiItem .wave.green {
      background: url(../images/svg/wave_green.svg) repeat-x; }
  #carouselMultiItem .wave:nth-of-type(2) {
    bottom: 25px;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1; }

@keyframes wave {
  0% {
    margin-left: 0; }
  100% {
    margin-left: -1600px; } }

@keyframes swell {
  0%,
  100% {
    transform: translate3d(0, -25px, 0); }
  50% {
    transform: translate3d(0, 5px, 0); } }
  #carouselMultiItem .endWave {
    display: none; }
  #carouselMultiItem .carousel-item-prev,
  #carouselMultiItem .carousel-item-next,
  #carouselMultiItem .carousel-item.active {
    display: flex; }
  #carouselMultiItem .carousel-inner {
    min-height: 450px; }
  #carouselMultiItem .card-img-top-250 {
    max-height: 225;
    overflow: hidden; }
  #carouselMultiItem .card-deck {
    margin-left: 0px;
    margin-right: 0px; }
  #carouselMultiItem .card {
    border: 0px solid #fff;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 10px; }
    #carouselMultiItem .card .card-body p {
      margin-bottom: 0.5rem;
      margin-top: 0; }
    #carouselMultiItem .card .card-body .label__news {
      height: 23px;
      max-height: 23px;
      font-size: 12px;
      border-radius: 5px;
      width: 90px;
      font-family: "source-sans-pro-regular";
      color: #353535;
      padding: 4px 9.5px 4px 9.5px;
      position: relative;
      top: -22px; }
      #carouselMultiItem .card .card-body .label__news.yellow {
        background-color: #F0AC4F; }
      #carouselMultiItem .card .card-body .label__news.green {
        background-color: #008834;
        color: #ffffff !important; }
      #carouselMultiItem .card .card-body .label__news.light_blue {
        background-color: #59A9CE; }
    #carouselMultiItem .card .card-body .date__card {
      align-items: center;
      letter-spacing: -0.04em;
      font-size: 13px;
      font-family: "roboto_regular_web";
      color: #6F7678; }
    #carouselMultiItem .card .card-body .card__description {
      font-size: 14px;
      font-family: "roboto_regular_web";
      color: #5E6466;
      margin-top: 0.5rem;
      line-height: 22px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      max-height: 85px;
      height: 85px;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
      /*@media (max-width: 575.98px) {
        #carouselMultiItem .card .card-body .card__description {
          margin-top: 0;
          max-height: 65px;
          height: 65px; } }*/
  #carouselMultiItem .carousel-inner > .carousel-item.next.left,
  #carouselMultiItem .carousel-inner > .carousel-item.prev.right {
    transition: all 1s ease; }
  #carouselMultiItem a.title__news {
    color: #3B3B3B;
    font-size: 22px;
    line-height: 35px;
    font-family: "source-sans-pro-bold";
    letter-spacing: -0.04em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 70px;
    height: 70px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    #carouselMultiItem a.title__news:hover {
      color: #3B3B3B; }
    #carouselMultiItem a.title__news:focus {
      outline: 3px solid #3B3B3B; }
  #carouselMultiItem .img-fluid {
    width: 100%;
    height: auto; }

#bancaDati .bg__banca_dati {
  position: relative; }
  #bancaDati .bg__banca_dati::before {
    content: '';
    position: absolute;
    top: 0;
    left: 49.3%;
    transform: translateX(-50%);
    height: 100%;
    width: 100vw;
    background-color: rgba(24, 43, 65, 0.05); }

#bancaDati .ocean {
  min-height: 250px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: #ffffff; }
  @media (max-width: 575.98px) {
    #bancaDati .ocean {
      min-height: 180px; } }

#bancaDati .wave {
  background: url(../images/svg/wave.svg) repeat-x;
  position: absolute;
  bottom: 0;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0); }
  @media (max-width: 575.98px) {
    #bancaDati .wave {
      height: 155px; } }
#bancaDati .wave.green {
  background: url(../images/svg/wave_green.svg) repeat-x;
}

#bancaDati .wave:nth-of-type(2) {
  bottom: 25px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1; }

@keyframes wave {
  0% {
    margin-left: 0; }
  100% {
    margin-left: -1600px; } }

@keyframes swell {
  0%,
  100% {
    transform: translate3d(0, -25px, 0); }
  50% {
    transform: translate3d(0, 5px, 0); } }

#bancaDati .endWave {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 20px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal; }

/**
  Slider
*/
/*=================================
  Previous and Next icon buttons
==================================*/
button.slick-next:focus, button.slick-prev:focus {
  outline: 3px solid #3B3B3B; }

.slick-prev,
.slick-next {
  position: absolute;
  top: 25px;
  background: transparent;
  border: none;
  transform: translate(0, -75%); }
  @media (max-width: 575.98px) {
    .slick-prev,
    .slick-next {
      top: 25px; } }
  .slick-prev:hover .slick-prev-icon,
  .slick-prev:hover .slick-next-icon, .slick-prev:focus .slick-prev-icon,
  .slick-prev:focus .slick-next-icon,
  .slick-next:hover .slick-prev-icon,
  .slick-next:hover .slick-next-icon,
  .slick-next:focus .slick-prev-icon,
  .slick-next:focus .slick-next-icon {
    opacity: 1;
    outline: 0px; }
  .slick-prev:focus .slick-prev-icon,
  .slick-prev:focus .slick-next-icon,
  .slick-next:focus .slick-prev-icon,
  .slick-next:focus .slick-next-icon {
    color: orange;
    font-size: 28px;
    margin-left: -2px; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    cursor: default; }
    .slick-prev.slick-disabled .slick-prev-icon,
    .slick-prev.slick-disabled .slick-next-icon,
    .slick-next.slick-disabled .slick-prev-icon,
    .slick-next.slick-disabled .slick-next-icon {
      opacity: 0.25; }
  .slick-prev .slick-prev-icon,
  .slick-prev .slick-next-icon,
  .slick-next .slick-prev-icon,
  .slick-next .slick-next-icon {
    color: black;
    opacity: 0.75;
    font-family: "slick";
    font-size: 24px;
    line-height: 1; }

.slick-prev {
  right: 60px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev .slick-prev-icon:before {
    content: "←"; }
    [dir="rtl"] .slick-prev .slick-prev-icon:before {
      content: "→"; }

.slick-next {
  right: 0px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next .slick-next-icon:before {
    content: "→"; }
    [dir="rtl"] .slick-next .slick-next-icon:before {
      content: "←"; }

/*==========================
  Slide navigation dots
===========================*/
.slick-slider {
  margin-bottom: 30px;
  padding: 0px; }
  .slick-slider.slick-dotted {
    margin-bottom: 0px; }
    @media (max-width: 575.98px) {
      .slick-slider.slick-dotted {
        margin-bottom: 40px; } }

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 1;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 7px;
    padding: 0; }
    @media (max-width: 575.98px) {
      .slick-dots li {
        margin: 0 12px; } }
    .slick-dots li button {
      display: block;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      border: 0;
      background: transparent;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover .slick-dot-icon, .slick-dots li button:focus .slick-dot-icon {
          opacity: 1; }
      .slick-dots li button:focus .slick-dot-icon:before {
        outline: 3px solid #3B3B3B; }
      .slick-dots li button .slick-dot-icon {
        color: #3B3B3B !important;
        opacity: 0.25;
        width: 10px;
        height: 10px;
        border-radius: 100%; }
        .slick-dots li button .slick-dot-icon:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "•";
          font-family: "slick";
          font-size: 35px;
          line-height: 1;
          text-align: center;
          transition: all .05s linear; }
        .slick-dots li button .slick-dot-icon:focus {
          outline: 3px solid #3B3B3B; }
    .slick-dots li.slick-active button:focus .slick-dot-icon {
      color: #3B3B3B;
      opacity: 1; }
    .slick-dots li.slick-active button .slick-dot-icon {
      color: black;
      opacity: 1; }
      .slick-dots li.slick-active button .slick-dot-icon:before {
        margin-top: 0px;
        font-size: 35px; }

/**
 Improved .sr-only class by ffoodd: https://gist.github.com/ffoodd/000b59f431e3e64e4ce1a24d5bb36034
 */
.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

/*===========================
  Pause/play icon button
============================*/
.slick-autoplay-toggle-button {
  position: absolute;
  left: 5px;
  bottom: -32px;
  z-index: 10;
  opacity: 0.75;
  background: none;
  border: 0;
  cursor: pointer;
  color: black; }
  .slick-autoplay-toggle-button:hover, .slick-autoplay-toggle-button:focus {
    outline: none;
    opacity: 1; }
  .slick-autoplay-toggle-button:focus {
    color: #3B3B3B; }
  .slick-autoplay-toggle-button .slick-pause-icon:before {
    content: "⏸";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    text-align: center; }
  .slick-autoplay-toggle-button .slick-play-icon:before {
    content: "▶";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    text-align: center; }

nav.pagination {
  flex-direction: column;
  align-items: center;
  margin-top: 40px; }
  @media (max-width: 575.98px) {
    nav.pagination {
      margin-bottom: 60px; } }
  nav.pagination ul {
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center; }
    nav.pagination ul li {
      display: inline; }
      nav.pagination ul li.disabled a {
        pointer-events: none;
        opacity: 0.3; }
      nav.pagination ul li.page {
        margin: auto 12.5px; }
        nav.pagination ul li.page a {
          border: 1px solid #ffffff;
          color: #3B3B3B;
          font-family: "source-sans-pro-bold";
          font-size: 1rem;
          border-radius: 100%;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          position: relative; }
          nav.pagination ul li.page a:hover::after {
            content: '';
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 2px; }
          nav.pagination ul li.page a:focus {
            outline: 1px solid #3B3B3B; }
        nav.pagination ul li.page.active a {
          border-radius: 100%;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          color: #3B3B3B;
          position: relative; }
          nav.pagination ul li.page.active a:hover {
            cursor: default; }
          nav.pagination ul li.page.active a:focus {
            outline: 1px solid #3B3B3B; }
          nav.pagination ul li.page.active a::after {
            content: '';
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 2px;
            background: #3B3B3B;
            left: 50%;
            transform: translate(-50%); }
          nav.pagination ul li.page.active a span {
            color: #3B3B3B; }
      nav.pagination ul li.first, nav.pagination ul li.next {
        margin-right: 5px; }
      nav.pagination ul li:not(.page) a {
        border: 1px solid #3B3B3B;
        border-radius: 4px;
        height: 25px;
        width: 25px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #3B3B3B; }
        nav.pagination ul li:not(.page) a span {
          font-size: 12px;
          color: #3B3B3B; }
        nav.pagination ul li:not(.page) a:hover, nav.pagination ul li:not(.page) a:focus {
          background: transparent; }
          nav.pagination ul li:not(.page) a:hover span, nav.pagination ul li:not(.page) a:focus span {
            color: #3B3B3B; }
      nav.pagination ul li a:hover {
        text-decoration: none; }
      nav.pagination ul li a:focus {
        outline: none; }
  nav.pagination .information {
    font-family: "source-sans-pro-bold";
    color: #757575;
    font-size: 0.875rem; }

.navigation__tools {
  background-color: transparent;
  border-radius: 0; }
  @media (max-width: 575.98px) {
    .navigation__tools {
      display: none; } }
  @media (max-width: 768px) {
    .navigation__tools {
      display: none; } }
  .navigation__tools a {
    font-family: "source-sans-pro-bold";
    color: #3B3B3B;
    font-size: 14px; }
    @media (max-width: 575.98px) {
      .navigation__tools a {
        font-size: 13px; } }
    .navigation__tools a:focus {
      outline: 3px solid #3B3B3B; }
  .navigation__tools span {
    font-size: 14px;
    color: #3B3B3B;
    font-family: "source-sans-pro-regular"; }
  .navigation__tools .margin__toolbar {
    margin-right: 2em; }
  .navigation__tools .icon__tools {
    padding: 0.5em 0.6em;
    display: inline-block;
    margin-right: 1.5em; }
    .navigation__tools .icon__tools:hover {
      background: url("../images/svg/icon-gis/active-bg.svg") no-repeat center; }
  .navigation__tools .active {
    background: url("../images/svg/icon-gis/active-bg.svg") no-repeat center; }

.form-item label,
.form-group label {
  font-size: 12px;
  font-family: "source-sans-pro-regular";
  margin-left: 10px;
  margin-bottom: 2px; }
  @media (max-width: 575.98px) {
    .form-item label,
    .form-group label {
      margin-left: 20px; } }
  @media (max-width: 768px) {
    .form-item label,
    .form-group label {
      margin-left: 20px; } }

.form-item textarea,
.form-item input,
.form-group input {
  border: 1px solid #3B3B3B;
  border-radius: 8px;
  font-size: 14px; }
  .form-item textarea:focus,
  .form-item input:focus,
  .form-group input:focus {
    box-shadow: 0 0 0 0.2rem #004C95;
    outline: none;
    border-color: transparent; }
  .form-item input.form-control,
  .form-group input.form-control {
    height: 40px; }
  .form-item input.form-control[type="checkbox"],
  .form-group input.form-control[type="checkbox"] {
    height: auto; }

.form-item ::-webkit-input-placeholder,
.form-group ::-webkit-input-placeholder {
  font-size: 14px; }

.form-item ::-moz-placeholder,
.form-group ::-moz-placeholder {
  font-size: 14px; }

.form-item :-ms-input-placeholder,
.form-group :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px; }

.form-check-input {
  cursor: pointer; }

#customSelect {
  text-align: left; }
  #customSelect label {
    font-size: 12px;
    font-family: "source-sans-pro-regular";
    margin-left: 10px;
    margin-bottom: 2px; }
    @media (max-width: 575.98px) {
      #customSelect label {
        margin-left: 20px; } }
    @media (max-width: 768px) {
      #customSelect label {
        margin-left: 20px; } }
  #customSelect input:disabled + label {
    opacity: 0.3; }
  #customSelect .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%; }
  #customSelect .bootstrap-select.disabled, #customSelect .bootstrap-select > .disabled + label {
    opacity: 0.4; }
  #customSelect .bootstrap-select {
    color: #3B3B3B;
    font-size: 14px;
    border-radius: 10px;
    height: 40px;
    min-width: 260px;
    margin-right: 20px;
    font-family: "source-sans-pro-regular";
    background-color: #ffffff;
    margin-bottom: 20px; }
    @media (max-width: 575.98px) {
      #customSelect .bootstrap-select {
        margin-right: 0px; } }
    #customSelect .bootstrap-select:focus {
      outline: 0px !important; }
    #customSelect .bootstrap-select .btn.btn-light {
      background-color: #ffffff;
      border: 1px solid #3B3B3B;
      border-radius: 10px;
      height: 40px; }
      #customSelect .bootstrap-select .btn.btn-light:focus {
        box-shadow: 0 0 0 0.2rem #004C95;
        outline: 0px !important; }
    #customSelect .bootstrap-select .btn.focus, #customSelect .bootstrap-select .btn:focus {
      box-shadow: 0 0 0 0.2rem #004C95; }
    #customSelect .bootstrap-select .dropdown-item.active {
      background-color: #004C95; }
      #customSelect .bootstrap-select .dropdown-item.active:active {
        background-color: #004C95;
        outline: 0px !important; }
      #customSelect .bootstrap-select .dropdown-item.active:focus {
        outline: 0px !important; }
    #customSelect .bootstrap-select .dropdown-item.active, #customSelect .bootstrap-select .dropdown-item:active {
      background-color: #004C95; }
  #customSelect .dropdown-menu {
    border: 0px;
    padding: 8px 0px 8px 0px;
    background-color: transparent; }
  #customSelect .bootstrap-select .dropdown-menu.inner {
    border: 1px solid #3B3B3B;
    border-radius: 10px;
    background-color: #ffffff; }

/**************************** Multiselect ****************************/
.multi-select, .multi-select-plugin {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 4px; }
  .multi-select::after, .multi-select-plugin::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    top: 1.1em;
    right: .75em;
    position: absolute; }
  .multi-select:focus, .multi-select-plugin:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem #004C95;
    border-radius: 10px; }
  .multi-select .multi__select_label, .multi-select-plugin .multi__select_label {
    font-size: 16px !important; }
  .multi-select > span, .multi-select-plugin > span {
    padding: .25em .5em;
    padding-right: 1.5em;
    display: block;
    cursor: default;
    font-family: "source-sans-pro-regular";
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #3B3B3B;
    border-radius: 10px;
    height: 40px;
    width: 100%; }
    .multi-select > span:focus, .multi-select-plugin > span:focus {
      outline: none; }
  .multi-select > ul, .multi-select-plugin > ul {
    position: absolute;
    list-style: none;
    padding: 0;
    left: 0;
    top: 100%;
    min-width: 100%;
    z-index: 1000;
    background: #fff;
    display: none;
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: "source-sans-pro-regular";
    border: 1px solid #3B3B3B;
    border-radius: 10px;
    margin-top: 0.563rem; }
    .multi-select > ul > li, .multi-select-plugin > ul > li {
      white-space: nowrap; }
      .multi-select > ul > li label, .multi-select-plugin > ul > li label {
        font-size: 16px !important;
        padding: 0.5rem 1rem; }
      .multi-select > ul > li.selected > label, .multi-select-plugin > ul > li.selected > label {
        background-color: #004C95;
        color: #ffffff; }
        .multi-select > ul > li.selected > label:hover, .multi-select-plugin > ul > li.selected > label:hover {
          background-color: #004C95; }
      .multi-select > ul > li.focused > label, .multi-select-plugin > ul > li.focused > label {
        background-color: #004C95;
        color: #ffffff; }
      .multi-select > ul > li:hover > label, .multi-select-plugin > ul > li:hover > label {
        color: #ffffff;
        background-color: #004C95;
        cursor: pointer; }
      .multi-select > ul > li > label, .multi-select-plugin > ul > li > label {
        padding: .25em .5em;
        display: block; }
        .multi-select > ul > li > label:focus, .multi-select > ul > li > label:hover, .multi-select-plugin > ul > li > label:focus, .multi-select-plugin > ul > li > label:hover {
          background-color: #004C95; }
  .multi-select.in > ul, .multi-select-plugin.in > ul {
    display: block; }
  .multi-select-backdrop, .multi-select-plugin-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 900; }

/**************************** Multiselect ****************************/
.form-select {
  height: 40px;
  border: 1px solid #3B3B3B;
  border-radius: 8px;
  font-size: 14px; }
  .form-select:focus {
    box-shadow: 0 0 0 0.2rem #004C95;
    outline: none;
    border-color: transparent; }

#newCardContract h2 {
  font-family: "source-sans-pro-regular";
  color: #373F41;
  font-size: 2.5rem; }

#newCardContract p {
  font-size: 1rem;
  font-family: "source-sans-pro-regular"; }

#newCardContract .card {
  box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  background-color: #ffffff;
  padding: 40px; }
  #newCardContract .card h3 {
    font-size: 1.5rem;
    font-family: "source-sans-pro-bold";
    color: #004C95;
    text-align: center; }
  #newCardContract .card .col-lg-4, #newCardContract .card .col-lg-8 {
    padding-bottom: 20px; }
  #newCardContract .card button {
    background: none;
    border: 0; }
    #newCardContract .card button:focus {
      outline: 3px solid #3B3B3B; }
  #newCardContract .card.no__bg {
    background-color: transparent !important;
    box-shadow: inherit; }

#newCardContract .form-check-label {
  font-size: 14px;
  font-family: "source-sans-pro-regular";
  margin-left: 5px; }

#news {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem; }
  @media (max-width: 575.98px) {
    #news {
      margin-top: 0px; } }
  @media (max-width: 768px) {
    #news {
      margin-top: 0px; } }

#singleNews {
  border-radius: 10px;
  padding: 66px 15px 66px 15px;
  padding-bottom: 66px !important; }
  #singleNews.bg__yellow {
    background-color: rgba(240, 172, 79, 0.15); }
  #singleNews.bg__light_blue {
    background-color: rgba(98, 181, 229, 0.15); }
  #singleNews.bg__green {
    background-color: rgba(0, 150, 57, 0.15); }
  @media (max-width: 575.98px) {
    #singleNews {
      padding: 33px 15px 33px 15px;
      padding-bottom: 33px !important;
      width: 90%; } }
  #singleNews h2,
  #singleNews h4 {
    text-align: center; }
  #singleNews h4 {
    font-size: 18px;
    font-family: "source-sans-pro-regular";
    width: 80%;
    margin: 0 auto; }
    @media (max-width: 575.98px) {
      #singleNews h4 {
        width: 100%;
        font-size: 14px; } }

#singleNewsContent {
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  padding: 35px;
  margin-bottom: 3.5rem; }
  #singleNewsContent hr {
    border-top: 1px solid #dedede;
    margin-top: 2rem; }
  #singleNewsContent .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    box-shadow: none; }
  #singleNewsContent.container__sm {
    width: 80%;
    margin-top: 4em; }
    @media (max-width: 575.98px) {
      #singleNewsContent.container__sm {
        width: 90%;
        margin-top: 1.5em; } }
    @media (max-width: 768px) {
      #singleNewsContent.container__sm {
        width: 90%;
        margin-top: 2.5em; } }
    #singleNewsContent.container__sm .evidence {
      font-family: "roboto_bold_web";
      font-size: 17px; }
    #singleNewsContent.container__sm .evidence__url {
      font-family: "source-sans-pro-bold";
      color: #004C95;
      text-decoration: underline; }
      #singleNewsContent.container__sm .evidence__url:hover {
        color: #004C95;
        text-decoration: underline; }
    #singleNewsContent.container__sm .label__news div {
      display: inline-block; }
      #singleNewsContent.container__sm .label__news div .label__news {
        height: 23px;
        max-height: 23px;
        font-size: 12px;
        border-radius: 5px;
        font-family: "source-sans-pro-regular";
        color: #353535;
        padding: 3px 9.5px 4px 9.5px;
        position: relative;
        margin-bottom: 2em; }
        #singleNewsContent.container__sm .label__news div .label__news.yellow {
          background-color: #F0AC4F; }
        #singleNewsContent.container__sm .label__news div .label__news.green {
          background-color: #008834;
          color: #ffffff !important; }
        #singleNewsContent.container__sm .label__news div .label__news.light_blue {
          background-color: #59A9CE; }
      #singleNewsContent.container__sm .label__news div .date__card {
        align-items: center;
        letter-spacing: -0.04em;
        font-size: 13px;
        font-family: "roboto_regular_web";
        color: #6F7678;
        margin: 0; }
    #singleNewsContent.container__sm .news__img {
      width: 100%;
      height: 267px;
      max-height: 267px;
      border: 0px; }
    #singleNewsContent.container__sm .photo__label {
      font-size: 13px;
      font-family: "roboto_regular_web";
      color: #3B3B3B; }

#sitemap ul li a {
  color: #3B3B3B;
  font-size: 18px;
  text-decoration: underline; }
  #sitemap ul li a:hover {
    color: #3B3B3B;
    text-decoration: underline; }
  #sitemap ul li a:focus {
    outline: 3px solid #3B3B3B; }

#about {
  padding-top: 40px; }
  #about .bg__banner {
    height: 227px;
    max-height: 227px;
    border-radius: 10px; }

#aboutDescription h4 {
  font-size: 24px;
  color: #3B3B3B;
  font-family: "source-sans-pro-bold"; }

#previewPage h2,
.previewPage h2 {
  font-family: "source-sans-pro-regular";
  color: #373F41;
  font-size: 2.5rem; }

#previewPage p,
.previewPage p {
  font-size: 1rem;
  font-family: "source-sans-pro-regular"; }

#previewPage .danger__message .evidence__red,
.previewPage .danger__message .evidence__red {
  font-family: "source-sans-pro-bold";
  color: #D83733;
  font-size: 1.125rem; }

#previewPage .primary__message .evidence__blue,
.previewPage .primary__message .evidence__blue {
  font-family: "source-sans-pro-bold";
  color: #182B41;
  font-size: 1.125rem; }

.evidence__text p {
  padding: 10px;
  margin: 1px auto;
  font-size: 0.85em;
  background: #F8F8F8;
}

#accordionAnteprimaContratto .card {
  border: 0;
  box-shadow: inherit; }
  #accordionAnteprimaContratto .card a.collapsible-link {
    font-size: 1.313rem;
    font-family: "source-sans-pro-bold";
    color: #373F41;
    text-transform: none; }
    #accordionAnteprimaContratto .card a.collapsible-link:focus {
      outline: 3px solid #004C95; }
    #accordionAnteprimaContratto .card a.collapsible-link:after {
      content: url(../images/svg/arrow-thin.svg);
      position: absolute;
      right: 17px;
      display: inline; }
    #accordionAnteprimaContratto .card a.collapsible-link[aria-expanded="true"]:after {
      transform: rotate(180deg);
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    #accordionAnteprimaContratto .card a.collapsible-link[aria-expanded="false"]:after {
      transform: rotate(0deg);
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  #accordionAnteprimaContratto .card p {
    margin-top: 1em !important; }
    #accordionAnteprimaContratto .card p span.evidence {
      color: #004C95; }
    #accordionAnteprimaContratto .card p span.warning {
      color: #AE6400;
      font-family: "source-sans-pro-bold"; }
  #accordionAnteprimaContratto .card hr {
    border-top: 1px solid #C4C4C4;
    margin: 0; }
  #accordionAnteprimaContratto .card .title__indent__result {
    font-size: 1.313rem;
    font-family: "source-sans-pro-bold";
    color: #373F41; }
  #accordionAnteprimaContratto .card .indent__result {
    text-indent: 3em; }
  #accordionAnteprimaContratto .card .indent__plus__result {
    text-indent: 6em; }

.danger__message .evidence__red {
  font-family: "source-sans-pro-bold";
  color: #D83733;
  font-size: 1.125rem; }

#successPage h2 {
  font-size: 2.5rem;
  color: #3B3B3B;
  font-family: "source-sans-pro-regular"; }

#successPage .description__success {
  font-size: 1rem;
  color: #6F7678; }

.gisPage h2 {
  font-family: "source-sans-pro-regular";
  color: #373F41;
  font-size: 2.5rem; }

.gisPage p {
  font-size: 1rem;
  font-family: "source-sans-pro-regular"; }

.gisPage .leaflet-popup-content h2 {
  font-size: 1.2em;
  font-family: "source-sans-pro-bold"; }

.gisPage .leaflet-popup-content p {
  font-size: 1.1em;
  margin: 15px 0; }

.gisPage .danger__message .evidence__red {
  font-family: "source-sans-pro-bold";
  color: #D83733;
  font-size: 1.125rem; }

.gisPage button.button__icon {
  background: none;
  border: 0; }
  .gisPage button.button__icon:focus {
    outline: 3px solid #3B3B3B; }

.gisPage .form-check-label {
  font-size: 16px;
  font-family: "source-sans-pro-regular"; }

.gisPage #myTabGis.nav-tabs {
  border-bottom: 0px; }
  .gisPage #myTabGis.nav-tabs .nav-item {
    margin-bottom: 0px; }
    .gisPage #myTabGis.nav-tabs .nav-item:last-child a::after {
      content: none; }
    .gisPage #myTabGis.nav-tabs .nav-item:hover {
      margin-bottom: 0px; }
    .gisPage #myTabGis.nav-tabs .nav-item .nav-link {
      font-size: 14px;
      font-family: "source-sans-pro-regular";
      color: #000000;
      margin-bottom: 0px; }
      .gisPage #myTabGis.nav-tabs .nav-item .nav-link:focus {
        outline: 3px solid #182B41; }
      .gisPage #myTabGis.nav-tabs .nav-item .nav-link.active {
        font-family: "source-sans-pro-bold";
        text-decoration: underline;
        border: 0; }
      .gisPage #myTabGis.nav-tabs .nav-item .nav-link:hover {
        border-color: transparent; }
    .gisPage #myTabGis.nav-tabs .nav-item a:after {
      content: url(../images/svg/arrow-thin.svg);
      position: absolute;
      display: inline;
      margin-left: 5px; }
    .gisPage #myTabGis.nav-tabs .nav-item a[aria-selected="true"]:after {
      transform: rotate(-180deg);
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .gisPage #myTabGis.nav-tabs .nav-item a[aria-selected="false"]:after {
      transform: rotate(0deg);
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }

.gisPage .accordion .card {
  border: 0;
  box-shadow: inherit;
  height: auto !important; }
  .gisPage .accordion .card a.collapsible-link {
    font-size: 1.313rem;
    font-family: "source-sans-pro-bold";
    color: #373F41;
    text-transform: none; }
    .gisPage .accordion .card a.collapsible-link:focus {
      outline: 3px solid #182B41; }
    .gisPage .accordion .card a.collapsible-link:after {
      content: url(../images/svg/arrow-thin.svg);
      position: absolute;
      margin-left: 1em;
      display: inline; }
    .gisPage .accordion .card a.collapsible-link[aria-expanded="true"]:after {
      transform: rotate(-180deg);
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .gisPage .accordion .card a.collapsible-link[aria-expanded="false"]:after {
      transform: rotate(0deg);
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .gisPage .accordion .card a.collapsible-link .total__result {
      position: absolute;
      right: 12px;
      display: inline;
      font-size: 16px;
      font-family: "source-sans-pro-regular";
      color: #737B7D; }
  .gisPage .accordion .card p {
    margin-top: 1em !important; }
    .gisPage .accordion .card p span.evidence {
      color: #004C95; }
    .gisPage .accordion .card p span.warning {
      color: #AE6400;
      font-family: "source-sans-pro-bold"; }
  .gisPage .accordion .card hr {
    border-top: 1px solid #000000;
    margin: .75rem 1.25rem; }
  .gisPage .accordion .card .title__indent__result {
    font-size: 1.313rem;
    font-family: "source-sans-pro-bold";
    color: #373F41; }
  .gisPage .accordion .card .indent__result {
    text-indent: 3em; }
  .gisPage .accordion .card .indent__plus__result {
    text-indent: 6em; }

@media (max-width: 991.98px) {
  .gisPage .filter-chips {
    display: none; } }

.gisPage .filter-chips ul {
  padding-left: 0; }
  .gisPage .filter-chips ul li {
    list-style: none; }
    .gisPage .filter-chips ul li.chips {
      color: #000;
      padding: 7px 6px 4px 10px;
      background-color: white;
      height: 30px;
      cursor: pointer;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 15px;
      font-size: 0.875rem;
      line-height: 12px;
      margin: 0 15px 15px 0;
      display: none;
      border: 1px solid #737373; }
      .gisPage .filter-chips ul li.chips.filter-active {
        display: inline-block;
        background: #0056b3;
        color: #fff; }
      .gisPage .filter-chips ul li.chips .chips-remove {
        display: none;
        background-color: transparent;
        border: none;
        width: 12px;
        height: 12px;
        background-image: url("../images/svg/chips-remove.svg");
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 4px; }
      .gisPage .filter-chips ul li.chips.filter-active .chips-remove {
        display: inline-block; }

.gisPage .filter-chips.inline ul li.chips {
  display: inline-block; }

.gisPage .filter-chips span.chips {
  color: #000;
  padding: 4px 6px 4px 10px;
  background-color: #F6E7C5;
  height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 0.875rem;
  line-height: 12px;
  margin: 0 15px 15px 0;
  display: none; }
  .gisPage .filter-chips span.chips.filter-active {
    display: inline-block; }
  .gisPage .filter-chips span.chips .chips-remove {
    background-color: transparent;
    border: none;
    width: 12px;
    height: 12px;
    background-image: url("../images/svg/chips-remove.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 4px; }

.btn.disabled, a.disabled.button,
.btn:disabled, a.button:disabled {
    opacity: 0.5; }

/*** DRUPAL SPECIFIC ADJUSTMENTS ***/

/* Corregge posizione header con admin-toolbar orizzontale o verticale */
body.toolbar-vertical #wrapper #header,
body.toolbar-vertical #wrapper header {
    top: 39px; }
body.toolbar-horizontal #wrapper #header,
body.toolbar-horizontal #wrapper header {
    top: 79px; }

/* Multiselect adjustments for Drupal formAPI*/
button.multiselect { text-align: left; }
/*.multiselect-native-select > .btn-group > .dropdown-toggle { text-align: left; }*/
.table td.table-select { border-right: 0; } /* rimozione bordo destro checkbox tabelle */
/* login form styling */
body.path-user { margin-top: 0; }
body.path-user #login { margin-top: 165px; }
body.path-user #wrapper { margin-top: 165px; }
/* news date from-to fieldset margins */
.views-exposed-form fieldset .form-item { margin-top: 0; }
.views-exposed-form fieldset legend { margin: 0; }
.ui-dialog:not(.ui-dialog-off-canvas) { min-width: 45%; max-width: 45%; }

/* Stile generale per il dropbutton */
ul.dropbutton {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
}

/* Personalizzazione dei pulsanti */
.dropbutton-action a {
  padding: 8px 12px;
  display: block;
  text-decoration: none;
  color: #333;
}


.dropbutton-action.delete a {
  color: red;
}






/* test modifica css webform  */

/* Tutti gli elementi dei webform */
.webform-submission-form .form-item {
  margin-bottom: 20px;
  margin-left: 10px;
  text-align: left; /* puoi mettere left, center, right */
}
.form-radios .form-item {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}


/* Input, textarea e select */
.webform-submission-form input,
.webform-submission-form textarea,
.webform-submission-form select {
  /* width: 100%; */
  padding: 7px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;

}

/* Etichette dei campi */
.webform-submission-form .form-item label:not([class]),
.webform-submission-form .form-item label.form-required,
.form-type-checkbox label.option {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}



/* Radio buttons */
.webform-submission-form .form-radios .form-item {
  display: flex;
  align-items: center;
}

.webform-submission-form .form-radios input[type="radio"] {
  margin-right: 8px;
  height: 14px;

}

/* Checkbox */
.webform-submission-form .form-type-checkboxes .form-item-checkbox {
  margin-left: 8px;
  display: flex;
  align-items: center;
}

.webform-submission-form .form-checkboxes input[type="checkbox"] {
  margin-right: 8px;
}

.webform-element-description{
  font-size: 0.9em;        /* Grandezza del testo */
  color: #666666;          /* Colore del testo */
  margin-top: 5px;         /* Spazio sopra */
  margin-bottom: 10px;     /* Spazio sotto */
  line-height: 1.4;        /* Altezza linea */
  font-style: italic;      /* (opzionale) Corsivo */
  margin-left: 10px;

}

/* Sposta la legend di 10px a sinistra */
.webform-submission-form legend {
  margin-left: 10px; /* Aggiungi 10px di margine negativo per spostarla a sinistra */
}

/* Allineamento generale: etichetta sopra e croce + stelle sotto */
.webform-submission-form .form-item-webform-rating {
  display: flex;
  flex-direction: column; /* Organizza gli elementi in colonna */
  align-items: flex-start; /* Allinea gli elementi a sinistra */
  margin-bottom: 20px; /* Distanza inferiore tra gli elementi */
}

/* Etichetta sopra la croce e le stelle */
.webform-submission-form .form-item-webform-rating label {
  font-weight: bold;
  margin-bottom: 10px; /* Distanza tra la label e gli altri elementi */
  font-size: 16px; /* Puoi cambiare la dimensione della font */
  line-height: 1.5;
}

/* Contenitore delle stelle e della croce (reset) sotto la label */
.webform-submission-form .form-item-webform-rating .rateit {
  display: flex;
  flex-direction: row; /* Allinea le stelle e la croce orizzontalmente */
  align-items: center; /* Allinea verticalmente le stelle e la croce */
  margin-top: 10px; /* Distanza tra la label e le stelle */
  margin-bottom: 5px; /* Distanza tra le stelle e la croce */
}

/* Ridurre e allineare la croce (reset) con le stelle */
.webform-submission-form .form-item-webform-rating .rateit-reset {
  width: 16px; /* Riduci la dimensione della croce */
  height: 16px;
  margin-left: 10px; /* Distanza tra le stelle e la croce */
  vertical-align: middle; /* Allinea verticalmente la croce con le stelle */
  background-size: contain; /* Adatta l'icona della croce */
  cursor: pointer; /* Cambia il cursore quando si passa sopra la croce */
}

/* Personalizzare l'icona della croce */
.webform-submission-form .form-item-webform-rating .rateit-reset span {
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
}

/* Personalizzare le stelle */
.webform-submission-form .form-item-webform-rating .rateit-range {
  width: auto; /* Larghezza automatica per adattarsi alle stelle */
  height: 24px; /* Altezza delle stelle */
}

/* Modifica la dimensione delle stelle */
.webform-submission-form .form-item-webform-rating .rateit-star {
  font-size: 24px; /* Puoi aumentare o diminuire la dimensione delle stelle */
}

/* Bottone croce (reset) */
.form-type-webform-rating  {
  display: flex;
  flex-direction: column;
}
div.svg.rateit-bg button.rateit-reset {
  width: 12px;  /* Rendi la croce più piccola */
  height: 12px; /* Rendi la croce più piccola */
 background-size: 12px 12px; 
 margin-left: 10px;
}



/* stile tabella inserimento elementi webform  */
.webform-ui-element-type-table tr td:first-child a {
  font-size: small;
}




.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  background-color:#182B41 ;
  border: none;
  cursor: pointer;
  border-radius: 8px;
}

.ui-dialog .ui-dialog-titlebar-close::before,
.ui-dialog .ui-dialog-titlebar-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 2px;
  background-color: white;
  transform-origin: center;
}

.ui-dialog .ui-dialog-titlebar-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ui-dialog .ui-dialog-titlebar-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}


.webform-details-toggle-state{
  display: flex;
}
.ui-widget input, .button--small{
  font-size: small;
}
.ui-widget select, .form-select .form-control{
  font-size: small;
}

tr.webform-ui-element-type-webform_actions {
  display: none;
}

table.webform-ui-elements-table {
  margin-top: 30px;
  margin-bottom: 30px;
}


.webform-ui-elements-table .responsive-enabled .table .table-striped .table-hover {
  font-size: 14;
}

.description{
  font-size: 0.7em;        
  color: #666666;         
  /* margin-top: 5px;         
  margin-bottom: 10px;      */
  line-height: 1.4;        
  font-style: italic;      
  margin-left: 10px;
}

.button.form-submit.btn.button__primary{
 margin-top: 30px;
}






/* Layout base per tutti gli elementi che NON sono checkbox */
.form-item:not(.form-type-checkbox),
.js-webform-type-radios .fieldset-wrapper,
.js-webform-type-checkboxes .fieldset-wrapper,
.js-webform-type-webform-scale .fieldset-wrapper,
.form-type-webform-rating.form-item {
  display: grid;
  grid-template-areas:
    "label"
    "description"
    "field";
  gap: 0.25rem;
}

/* Etichette (label o legend) */
.form-item > label,
.fieldset-legend,
.form-type-webform-rating > label {
  grid-area: label;
}

/* Descrizione */
.webform-element-description {
  grid-area: description;
  font-size: 0.9em;
  color: #555;
}

/* Campi input (input, select, textarea, radio, checkbox, rateit, scale, ecc.) */
.form-item > input,
.form-item > select,
.form-item > textarea,
.form-item .form-radios,
.form-item .form-checkboxes,
.form-item .form-textarea-wrapper,
.js-webform-type-radios .form-radios,
.js-webform-type-checkboxes .form-checkboxes,
.form-type-webform-rating .rateit,
.js-webform-type-webform-scale .form-radios {
  grid-area: field;
}

/* Uniforma label delle checkbox al resto del form */
.webform-submission-form          .form-type-checkbox label.option,
.js-webform-type-checkboxes       .form-type-checkbox label.option,
.ui-dialog                        .form-type-checkbox label.option {
  font-size: 12px   !important;   /* identico alle radio */
  font-weight: normal !important; /* niente grassetto */
  font-family: "source-sans-pro-regular", sans-serif !important;
  margin-left: 10px  !important;  /* allineato all’input */
  margin-bottom: 2px !important;
  margin-top: 0      !important;
}

