/* Minification failed. Returning unminified contents.
(15,28): run-time error CSS1039: Token not allowed after unary operator: '-cc-alert'
(18,26): run-time error CSS1039: Token not allowed after unary operator: '-cc-light'
(27,15): run-time error CSS1039: Token not allowed after unary operator: '-cc-primary'
(32,26): run-time error CSS1039: Token not allowed after unary operator: '-cc-tertiary'
(38,21): run-time error CSS1039: Token not allowed after unary operator: '-cc-dark'
(41,27): run-time error CSS1039: Token not allowed after unary operator: '-cc-weight-bold'
(46,5): run-time error CSS1036: Expected expression, found '}'
(61,21): run-time error CSS1039: Token not allowed after unary operator: '-cc-secondary'
(115,33): run-time error CSS1039: Token not allowed after unary operator: '-cc-light'
(123,21): run-time error CSS1039: Token not allowed after unary operator: '-cc-weight-regular'
(126,30): run-time error CSS1039: Token not allowed after unary operator: '-cc-light'
(150,21): run-time error CSS1039: Token not allowed after unary operator: '-cc-weight-regular'
(170,21): run-time error CSS1039: Token not allowed after unary operator: '-cc-weight-regular'
(176,15): run-time error CSS1039: Token not allowed after unary operator: '-cc-tertiary'
(194,26): run-time error CSS1039: Token not allowed after unary operator: '-cc-tertiary'
(197,15): run-time error CSS1039: Token not allowed after unary operator: '-cc-secondary'
 */
/* stili colonna sx */
dl dd {
  background: transparent;
  border: 0 none;
  font-size: 100%;
  padding: 0px;
  outline: 0;
  vertical-align: top;
}
.accordion1 .color {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    background-color: var(--cc-alert);
}
.accordion1 {
  border: 1px solid var(--cc-light);
}
.accordion1 dt {
  text-transform: none;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid white;
}
.accordion1 dt:hover {
  color: var(--cc-primary);
}
    .accordion1 dt.active {
        color: #393633;
        border: none;
        background: var(--cc-tertiary);
    }
.accordion1 dt:hover a {}
/* modificata */
    .accordion1 dt a span {
        font-size: 14px;
        color: var(--cc-dark);
        text-decoration: none !important;
        position: relative;
        font-weight: var(--cc-weight-bold);
        display: inline-block;
        width: calc(100% - 40px);
        padding: 10px 20px;
        text-shadow:
    }
.accordion1 dt svg {
  float: right;
  position: relative;
}
    /* aggiunta */
    .accordion1 dt svg {
        margin-right: 10px;
        font-size: 21px;
        margin-left: 10px;
        position: relative;
        float: right;
        margin-top: 10px;
        height: auto;
        margin-bottom: 10px;
        color: var(--cc-secondary);
    }

        .accordion1 dt.active  svg {
            color: white
        }

    /* disattivata */
            /*
.accordion1 dt a::after {
  content: "\f054";
  color: var(--cc-secondary);
  font-weight: bold;
  font-family: Font Awesome\ 5 Free;
  margin-right: 0px;
  font-size: 15px;
  margin-left: 5px;
  position: relative;
  float: right;
  margin-top: 5px;
}
*/
            /*
.accordion1 dt.active a::after {
  content: "\f078";
  color: white
}
*/
            .accordion1 dt img {
    position: relative;
    float: right;
    top: 4px;
}
.accordion1 dt.active img {
  -ms-transform: rotate(-94deg);
  -webkit-transform: rotate(-94deg);
  transform: rotate(-94deg);
}
.accordion1 dt:hover a, .accordion1 dt.active a {
  text-decoration: none !important;
}
.accordion1 dd {
  width: 100%;
  border-top: none;
}
.accordion1 dt.font {
  line-height: 18px;
  padding-top: 5px;
  padding-bottom: 4px;
}
.accordion1 dt.last {
  border-bottom: none !important;
}
.link1:last-child {
  border-bottom: 1px solid var(--cc-light);
}
.link1 a {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  color: #393633;
  text-decoration: none;
  font-weight: var(--cc-weight-regular);
  width: 100%;
  padding: 9px 20px 9px 19px;
  border-top: 1px solid var(--cc-light);
  background: white;
}
.link1 a:hover {
  text-decoration: none;
  color: #012c61;
  background-color: white
}
/* stili ricerca avanzata */
.ricerca_avanzata dl dd {
  background: transparent;
  border: 0 none;
  font-size: 100%;
  padding: 0px;
  outline: 0;
  vertical-align: top;
}
.ricerca_avanzata .accordion1 {
  width: 170px;
  padding: 10px;
  margin: 0px;
}
.ricerca_avanzata .accordion1 dt {
  font-size: 14px;
  font-weight: var(--cc-weight-regular);
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  width: 170px;
  cursor: pointer;
  color: #c3c0c0;
  text-decoration: none;
  background-color: #dadada !important;
  border: none !important;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: right center;
}
.ricerca_avanzata .accordion1 dt.active {}
.ricerca_avanzata .accordion1 dt a {
  padding: 0px;
  display: inline-block;
  font-size: 13px;
  font-weight: var(--cc-weight-regular);
  font-family: Arial, Helvetica, sans-serif;
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--cc-tertiary);
  text-decoration: none !important;
  text-shadow: 0 1px 0 white;
  padding-left: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ricerca_avanzata .accordion1 dt img {
  width: 27px;
  height: 28px;
  position: absolute;
  padding: 5px;
}

/* modificata */
.ricerca_avanzata .accordion1 dt:hover a, .accordion1 dt.active a span{
  color: white;
  background-color: var(--cc-tertiary);
}
.ricerca_avanzata .accordion1 dd {
  color: var(--cc-secondary);
  font-size: 12px;
  line-height: 12px;
  padding: 5px;
  margin-bottom: 10px;
  background: #ededed;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ricerca_avanzata .accordion1 dt.font {
  line-height: 18px;
  padding-top: 5px;
  padding-bottom: 4px;
}
.ricerca_avanzata .accordion1 dt.last {
  border-bottom: none !important;
}
.ricerca_avanzata .link1 {
  padding: 3px;
}
.ricerca_avanzata .link1 a {
  font-size: 11px;
  line-height: 14px;
  display: inline-block;
  color: #898a8b;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 0px;
}
.ricerca_avanzata .link1 a:hover {
  text-decoration: none;
  color: #393633;
}
