/**
IMPORT AMOS-LAYOUT VARIABLES and UTILITY
 */
/* AMOS-LAYOUT VARIABLES */
/* default amos-layout base color */
/* default variables for platform customizations
override into main.less on bottom */
/* default color variables for brand customize */
/*platform text based color*/
/*apply to most text tags*/
/* default color platform basic interface*/
/* default backend background color and image */
/* ../ because it's referred to assets directory in head tag */
/* default background content parts color */
/* default border color */
/* default box-shadow */
/* utility color */
/* status color */
/* social color */
/* plugin custom color */
/* AMOS-LAYOUT UTILITY
nb: use only vars in variables.less because this file is imported by other plugin
 */
.cover-object {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/**
FLEXBOX
 */
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexbox-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flexbox-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
/**
BOX SHADOW
 */
/**
TRANSITION
 */
/**
LINEAR GRADIENT
 */
/**
TODO CHECK POSITION
 */
.container-custom,
.containerCustomStyle {
  padding-left: 4%;
  padding-right: 4%;
}
.container-custom::before,
.containerCustomStyle::before {
  display: table;
  content: " ";
}
.container-custom::after,
.containerCustomStyle::after {
  display: table;
  content: " ";
  clear: both;
}
nav .container-custom,
nav .containerCustomStyle {
  padding-left: calc(4% - 2*4px);
  padding-right: calc(4% - 2*4px);
}
@media screen and (min-width: 768px) {
  .container-custom,
  .containerCustomStyle {
    padding-left: 6%;
    padding-right: 6%;
  }
  nav .container-custom,
  nav .containerCustomStyle {
    padding-left: calc(6% - 2*4px);
    padding-right: calc(6% - 2*4px);
  }
}
@media screen and (min-width: 1024px) {
  .container-custom,
  .containerCustomStyle {
    padding-left: 10%;
    padding-right: 10%;
  }
  nav .container-custom,
  nav .containerCustomStyle {
    padding-left: calc(10% - 2*4px);
    padding-right: calc(10% - 2*4px);
  }
}
.container-custom-margin,
.containerCustomStyleMargin {
  margin-left: 4%;
  margin-right: 4%;
}
.container-custom-margin::before,
.containerCustomStyleMargin::before {
  display: table;
  content: " ";
}
.container-custom-margin::after,
.containerCustomStyleMargin::after {
  display: table;
  content: " ";
  clear: both;
}
nav .container-custom-margin,
nav .containerCustomStyleMargin {
  margin-left: calc(4% - 2*4px);
  margin-right: calc(4% - 2*4px);
}
@media screen and (min-width: 768px) {
  .container-custom-margin,
  .containerCustomStyleMargin {
    margin-left: 6%;
    margin-right: 6%;
  }
  nav .container-custom-margin,
  nav .containerCustomStyleMargin {
    margin-left: calc(6% - 2*4px);
    margin-right: calc(6% - 2*4px);
  }
}
@media screen and (min-width: 1024px) {
  .container-custom-margin,
  .containerCustomStyleMargin {
    margin-left: 10%;
    margin-right: 10%;
  }
  nav .container-custom-margin,
  nav .containerCustomStyleMargin {
    margin-left: calc(10% - 2*4px);
    margin-right: calc(10% - 2*4px);
  }
}
.boxesStyle {
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.boxesStyle .pluginName,
.boxesStyle .language-item {
  display: block;
  color: #ffffff;
}
.boxesStyle .color-primary {
  background-color: transparent !important;
}
.boxesStyle .ic,
.boxesStyle .am,
.boxesStyle .dash {
  color: #ffffff;
  margin-bottom: 7px;
  display: inline-block;
}
.boxesStyle .ic:before,
.boxesStyle .am:before,
.boxesStyle .dash:before {
  font-size: 3rem;
}
.boxesStyle .icon-open-modal:before {
  font-size: 2.1rem;
}
.boxesStyle .am-2 {
  font-size: unset;
}
@media screen and (max-width: 768px) {
  .boxesStyle .icon-open-modal:before {
    font-size: 2.2rem;
  }
  .boxesStyle .pluginName,
  .boxesStyle .language-item {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .boxesStyle .ic:before,
  .boxesStyle .am:before,
  .boxesStyle .dash:before {
    font-size: 4rem;
  }
  .boxesStyle .icon-open-modal:before {
    font-size: 2.2rem;
  }
  .boxesStyle .pluginName,
  .boxesStyle .language-item {
    font-size: 1.20rem;
  }
}
.boxWidgetHeaderStyle .box-widget {
  padding: 0;
}
.boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title {
    display: flex;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.35rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .am-2,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .pluginName,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .language-item {
    font-size: 1.6rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .pluginName,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .language-item {
    margin-left: 2%;
    width: 100%;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .boxWidgetHeaderStyle .box-widget {
    padding: 0 6%;
  }
  .boxWidgetHeaderStyle .box-widget-header {
    width: calc(6% + (80% / 4 - 4px));
    position: absolute;
    padding-left: 6%;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper {
    position: relative;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper .box-widget-title {
    position: absolute;
    top: 0;
    right: 0;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    position: relative;
    right: 0;
    text-transform: none;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all a {
    position: absolute;
    right: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .boxWidgetHeaderStyle .box-widget {
    padding: 0 10%;
  }
  .boxWidgetHeaderStyle .box-widget-header {
    padding-left: 10%;
    width: calc(10% + (80% / 6 - 4px));
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .boxWidgetHeaderStyle .box-widget-header {
    width: calc(10% + (80% / 8 - 4px));
  }
}
/**
    IMPORT STYLE-CUSTOM
     */
.breadcrumb-container .breadcrumb .breadcrumb-item > .separator {
  color: #ccc;
}
.breadcrumb-container .breadcrumb .breadcrumb-item a {
  font-weight: 600;
  color: #435960;
  text-decoration: none;
}
.breadcrumb-container .breadcrumb .breadcrumb-item:last-child a {
  color: #435960;
}
.fullsizeMainLayout,
.fullsizeListLayout,
.fullsizeFormLayout {
  margin-top: 0 !important;
}
html,
body {
  font-size: 14px !important;
  line-height: 1.5;
}
@media (min-width: 576px) {
  html,
  body {
    font-size: 14px !important;
    line-height: 1.555;
  }
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
form .form-group.required label.control-label::after {
  color: #a31f33 !important;
  content: '* (obbligatorio)';
  padding-left: 2px;
  font-size: 0.8em;
}
.required-field {
  color: #a31f33 !important;
  padding-left: 2px;
  font-size: 0.8em;
}
.it-header-wrapper .open > .dropdown-toggle.btn-primary {
  background-color: transparent;
}
.dropdown-menu.dropdown-menu-right {
  border-radius: 4px;
  /* right: auto !important; */
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  min-width: 250px;
}
.dropdown-menu.dropdown-menu-right .link-list-wrapper ul li:nth-child(1) {
  padding-left: 0 !important;
}
.dropdown-menu.dropdown-menu-right .link-list-wrapper ul li a {
  display: flex;
  align-items: center;
  padding: 0 !important;
  line-height: 2.3em;
}
@media (min-width: 768px) {
  .dropdown-menu.dropdown-menu-right .link-list-wrapper ul li a {
    padding-right: 24px !important;
  }
}
.dropdown-menu.dropdown-menu-right .link-list-wrapper ul li a svg {
  display: none;
}
.dropdown-menu.dropdown-menu-right .link-list-wrapper ul li a span {
  color: black;
  font-weight: 600;
  margin-right: 0;
}
.dropdown-menu .myprofile-menu,
.dropdown-menu .divider,
.dropdown-menu .privacy-menu,
.dropdown-menu .cookie-menu {
  display: none !important;
}
.dropdown-menu .exit-menu a {
  color: #007db3 !important;
}
.dropdown-menu ul > li:nth-child(1) {
  border-color: #b1b1b3 !important;
}
.dropdown-menu ul > li:not(:nth-child(1)) {
  padding: 0 !important;
}
.dropdown.menu-profile .btn.btn-primary {
  background-color: transparent;
}
.dropdown.menu-profile .btn.btn-primary:hover {
  background-color: transparent;
}
.network-scope-wrapper {
  display: none;
}
/* ARGOMENTI BE */
.card-argomenti-container .list-view {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-right: -6px;
  margin-left: -6px;
}
.card-argomenti-container .list-view .box-card.agid-evidence-topic-container {
  margin-bottom: 24px;
  padding-right: 6px;
  padding-left: 6px;
}
.card-argomenti-container .list-view .box-card.agid-evidence-topic-container .fake-link {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.card-argomenti-container .list-view .box-card.agid-evidence-topic-container .card.card-teaser {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: 24px;
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 4px;
}
.card-argomenti-container .list-view .box-card.agid-evidence-topic-container .card.card-teaser input[type="checkbox"] {
  margin: 0;
  margin-right: 8px;
}
.card-argomenti-container .list-view .box-card.agid-evidence-topic-container .card.card-teaser .icon {
  padding: 12px;
  width: 48px;
  height: 48px;
  fill: #fff;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #007db3;
  min-width: 32px;
  vertical-align: middle;
}
.card-argomenti-container .list-view .box-card.agid-evidence-topic-container .card.card-teaser .card-body {
  padding: 0;
  flex: auto;
}
.card-argomenti-container .list-view .box-card.agid-evidence-topic-container .card.card-teaser .card-body .card-title {
  margin: 0;
  font-weight: bold;
}
#mappe-tags,
#agiddataset-themes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-right: -6px;
  margin-left: -6px;
}
.box-card.agid-evidence-topic-container {
  margin-bottom: 24px;
  padding-right: 6px;
  padding-left: 6px;
}
.box-card.agid-evidence-topic-container .fake-link {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.box-card.agid-evidence-topic-container .card.card-teaser {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: 24px;
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 4px;
}
.box-card.agid-evidence-topic-container .card.card-teaser input[type="checkbox"] {
  margin: 0;
  margin-right: 8px;
}
.box-card.agid-evidence-topic-container .card.card-teaser .icon {
  padding: 12px;
  width: 48px;
  height: 48px;
  fill: #fff;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #007db3;
  min-width: 32px;
  vertical-align: middle;
}
.box-card.agid-evidence-topic-container .card.card-teaser .card-body {
  padding: 0;
  flex: auto;
}
.box-card.agid-evidence-topic-container .card.card-teaser .card-body .card-title {
  margin: 0;
  font-weight: bold;
}
.box-card.agid-evidence-topic-container .card.card-teaser .card-body .card-title a {
  text-decoration: none;
}
/* PAGINA MODIFICA PROFILO */
.row-separator {
  border-top: 1px solid #979797;
}
.user-form.modifica-profilo .field-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 25px 0;
}
.user-form.modifica-profilo .field-container .field-name {
  font-size: 18px;
}
.user-form.modifica-profilo .field-container .form-group {
  margin-bottom: 0;
}
.user-form.modifica-profilo .field-container .immagine-profilo {
  position: relative;
  display: inline-flex;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  transition: background-color 0.2s;
}
.user-form.modifica-profilo .field-container .immagine-profilo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: filter 0.2s;
  border-radius: 50%;
}
.user-form.modifica-profilo .field-container .immagine-profilo .edit-image {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 26px;
  height: 26px;
  border-radius: 24px;
  display: block;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.user-form.modifica-profilo .field-container .immagine-profilo .edit-image span {
  display: flex;
  align-items: center;
  color: white;
  background-color: transparent;
  font-size: 16px;
}
.user-form.modifica-profilo .section-manage-topic .subtitle-topic-section {
  margin-bottom: 40px;
}
.user-form.modifica-profilo .icon-title-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 35px 0px;
}
.user-form.modifica-profilo .icon-title-section .icon {
  width: 35px;
  height: 35px;
  margin-right: 16px;
}
.user-form.modifica-profilo .section-notify-mail fieldset label {
  margin-right: 15px;
}
.user-form.modifica-profilo .section-notify-mail fieldset label input[type="radio"] {
  margin-right: 5px;
}
.user-form.modifica-profilo .account-admin-section {
  font-size: 18px;
}
.user-form.modifica-profilo .account-admin-section .btn-danger {
  color: #ffffff;
  border-color: #a61919;
  background-color: #a61919;
}
.user-form.modifica-profilo .account-admin-section .btn-danger:hover,
.user-form.modifica-profilo .account-admin-section .btn-danger:active,
.user-form.modifica-profilo .account-admin-section .btn-danger:focus {
  color: #a61919;
  background-color: #ffffff;
  border-color: #a61919;
}
.user-form.modifica-profilo .note_asterisk,
.user-form.modifica-profilo .privacy-section {
  font-size: 18px;
}
table.table > tbody .bk-elementActions .btn {
  width: auto;
  min-width: 36px;
}
.addressbook-table table.table tbody .bk-elementActions .btn span.am {
  font-size: 1.2rem !important;
}
.are-profilo-index .list-view-design .row div[role="listbox"] {
  display: flex;
  flex-wrap: wrap;
}
img {
  aspect-ratio: auto;
}
.uploadcrop .preview-pane {
  z-index: 0;
}
.it-header-wrapper {
  font-size: 18px;
}
.it-header-wrapper a,
.it-header-wrapper .text-primary {
  color: #ffffff !important;
}
.it-header-wrapper .it-header-slim-wrapper {
  background: #333333 !important;
}
.it-header-wrapper .it-header-slim-wrapper.bg-primary {
  background: #333333 !important;
}
@media (min-width: 992px) {
  .it-header-wrapper .it-header-slim-wrapper {
    height: 48px;
    padding: 0;
  }
}
.it-header-wrapper .it-nav-wrapper .it-header-center-wrapper {
  background-color: #000000 !important;
  height: 120px !important;
}
.it-header-wrapper .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a {
  color: #ffffff;
}
.it-header-wrapper .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper .it-brand-text {
  padding-right: 16px !important;
  display: flex !important;
  align-items: center;
  line-height: 1.3;
  padding-left: 0 !important;
}
@media (min-width: 992px) and (max-width: 1310px) {
  .it-header-wrapper .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper .it-brand-text {
    padding-left: 0px !important;
  }
}
@media (min-width: 992px) {
  .it-header-wrapper .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper .it-brand-text {
    max-height: 90px !important;
    height: 90px !important;
  }
  .it-header-wrapper .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper .it-brand-text img {
    max-height: 90px !important;
    height: 90px !important;
  }
}
.it-header-wrapper .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper .it-brand-text a {
  display: block !important;
}
.it-header-wrapper .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper .it-brand-text a h2 {
  font-weight: bold !important;
  margin: 0;
  font-size: 1.25em;
}
@media (min-width: 992px) {
  .it-header-wrapper .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper .it-brand-text a h2 {
    font-size: 1.778em;
  }
}
.it-header-wrapper .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper .it-brand-text a h3 {
  font-weight: 600 !important;
  font-size: 0.899em;
  margin: 0;
  display: none;
}
@media (min-width: 768px) {
  .it-header-wrapper .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper .it-brand-text a h3 {
    display: block;
  }
}
.it-header-wrapper .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul .icon {
  margin-left: 0;
}
@media (min-width: 992px) {
  .it-header-wrapper .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon {
    background-color: white !important;
  }
}
@media (min-width: 992px) {
  .it-header-wrapper .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon span.dash {
    color: black !important;
  }
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper .row {
  margin-right: -15px;
  margin-left: -15px;
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper .row .col-12 {
  padding: 0;
}
@media (min-width: 992px) {
  .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
    background: #000000;
  }
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper .navbar-nav:not(.navbar-secondary) .nav-item .nav-link {
  font-weight: 600;
}
@media (min-width: 992px) {
  .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper .navbar-nav:not(.navbar-secondary) .nav-item:nth-child(1) .nav-link {
    padding-left: 0 !important;
  }
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper .navbar-nav.navbar-secondary .nav-item:last-child .nav-link {
  padding-right: 0;
  font-weight: bold;
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav.navbar .overlay {
  background-color: white !important;
  opacity: 1 !important;
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav.navbar li.nav-item a {
  text-decoration: none;
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav.navbar li.nav-item a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav.navbar li.nav-item a {
    color: #007db3 !important;
  }
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav.navbar .navbar-collapsable .menu-wrapper .navbar-nav {
  width: 100%;
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav.navbar .navbar-collapsable .menu-wrapper .navbar-nav .right-content {
  flex-grow: 1;
  justify-content: flex-end;
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper .nav-link-plugin {
  background-color: #ffd400;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  color: black !important;
  text-decoration: none !important;
}
@media (max-width: 992px) {
  .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper .nav-link-plugin {
    background-color: white !important;
    border-left: 3px solid #007db3;
    border-radius: 0;
  }
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper .nav-link-plugin:hover {
  text-decoration: none !important;
  opacity: 0.8 !important;
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper .nav-link-plugin:hover > span:nth-child(1) {
  text-decoration: underline;
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper .nav-link-plugin.dropdown-toggle[aria-expanded="true"] .am {
  transform: scaleY(-1);
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper .nav-link-plugin.dropdown-toggle .am {
  transition: all 0.3s;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: -4px;
  font-weight: normal;
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper .nav-link-plugin + .dropdown-menu .link-list-wrapper .link-list .nav-item .nav-link {
  background: transparent !important;
  color: #007db3;
  font-weight: normal;
  padding: 0 24px;
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper .dropdown-menu {
  min-width: 15rem;
  padding: 0.7rem 0 0 0;
  border: 0 solid transparent;
  box-shadow: 0 20px 30px 5px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper .dropdown-menu {
    padding: 13px 24px;
    position: relative;
    padding-top: 0;
    box-shadow: none;
  }
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper .dropdown-menu::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 24px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: #fff;
  transform: rotate(45deg);
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper .dropdown-menu .link-list-wrapper ul {
  list-style: none;
  padding-left: 0;
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper .dropdown-menu .link-list-wrapper ul li a {
  color: #007db3 !important;
  font-size: 16px;
  line-height: 2.3em;
  display: block;
  padding: 0 24px;
  position: relative;
  text-decoration: none;
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper .dropdown-menu .link-list-wrapper ul li a:hover {
  color: #004866;
  text-decoration: none !important;
}
.it-header-wrapper .is-sticky .it-brand-text {
  padding-right: 24px;
  max-height: 40px;
  height: 40px;
}
.it-header-wrapper .is-sticky .it-brand-text img {
  max-height: 40px;
  height: 40px;
}
.it-header-wrapper .it-header-slim-wrapper .it-header-slim-wrapper-content {
  padding-left: 0;
  padding-right: 0;
}
.it-access-top-wrapper .mr-3 {
  margin-right: 16px;
}
.it-access-top-wrapper > div {
  display: flex;
  align-items: center;
}
.it-access-top-wrapper .btn-secondary.dropdown {
  background-color: #ffd400;
  color: #000000;
  display: flex;
}
.it-access-top-wrapper .btn-secondary.dropdown:hover,
.it-access-top-wrapper .btn-secondary.dropdown:focus,
.it-access-top-wrapper .btn-secondary.dropdown:active {
  background-color: #b39400;
  border-color: #b39400;
}
.it-access-top-wrapper .btn-secondary.dropdown .d-none {
  display: none;
}
@media (min-width: 576px) {
  .it-access-top-wrapper .btn-secondary.dropdown .d-none {
    display: block !important;
  }
}
.it-access-top-wrapper .dropdown-menu.dropdown-menu-right {
  border-radius: 4px;
  right: 0 !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.it-access-top-wrapper .dropdown-menu.dropdown-menu-right .link-list-wrapper ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  font-size: 16px;
}
.it-access-top-wrapper .dropdown-menu.dropdown-menu-right .link-list-wrapper ul li a {
  display: flex;
  align-items: center;
  padding: 0 24px !important;
}
@media (min-width: 768px) {
  .it-access-top-wrapper .dropdown-menu.dropdown-menu-right .link-list-wrapper ul li a {
    padding-right: 20px !important;
  }
}
.it-access-top-wrapper .dropdown-menu.dropdown-menu-right .link-list-wrapper ul li a span.am {
  font-size: 18px;
}
.it-access-top-wrapper .dropdown-menu.dropdown-menu-right::before {
  content: '';
  position: absolute;
  top: -6px;
  left: auto;
  right: 24px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: #fff;
  transform: rotate(45deg);
}
.it-footer-comune {
  bottom: 0;
  right: 0;
  left: 0;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 576px) {
  .it-footer-comune {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .it-footer-comune .col-md-3 {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .it-footer-comune .col-md-1,
  .it-footer-comune .col-md-2,
  .it-footer-comune .col-md-3,
  .it-footer-comune .col-md-4,
  .it-footer-comune .col-md-5,
  .it-footer-comune .col-md-6,
  .it-footer-comune .col-md-7,
  .it-footer-comune .col-md-8,
  .it-footer-comune .col-md-9,
  .it-footer-comune .col-md-10,
  .it-footer-comune .col-md-11,
  .it-footer-comune .col-md-12 {
    float: left;
  }
}
.it-footer-comune .footer-pa-title > a {
  text-decoration: none;
  display: flex;
  color: #fff;
  gap: 5px;
}
.it-footer-comune .footer-pa-title > a .icon-white {
  fill: #fff;
  width: 32px;
  height: 32px;
}
.it-footer-comune .footer-pa-title > a h2 {
  margin-bottom: 0;
}
.it-footer-comune hr {
  border-color: #fff;
}
.it-footer-comune .title {
  font-weight: bold;
}
.it-footer-comune .bg-tertiary {
  background-color: #000000;
}
.it-footer-comune p {
  margin-top: 0;
  margin-bottom: 1em;
  color: #ffffff;
}
.it-footer-comune p a:not(.btn) {
  color: #ffffff;
  text-decoration: underline;
}
.it-footer-comune p a:not(.btn).active {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
.it-footer-comune p a:not(.btn):hover {
  color: #ffd400;
  opacity: 0.9;
}
.it-footer-comune .container-title .footer-title {
  font-size: 24px;
  line-height: 28px;
}
.it-footer-comune .it-footer-main {
  font-size: 18px;
  padding: 48px 0;
}
.it-footer-comune .it-footer-main .row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.it-footer-comune .it-footer-main .pt-4 {
  padding-top: 24px;
}
@media (min-width: 768px) {
  .it-footer-comune .it-footer-main .colonna-menu .link-list-wrapper {
    column-count: 2;
    column-gap: 200px;
  }
  .it-footer-comune .it-footer-main .colonna-menu .link-list-wrapper ul > li:not(:first-child) {
    margin-top: 30px;
  }
}
.it-footer-comune .it-footer-main .link-list-wrapper hr {
  border-color: #fff;
}
.it-footer-comune .it-footer-main .link-list-wrapper ul {
  padding: 0;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 1em;
}
.it-footer-comune .it-footer-main .link-list-wrapper ul li a {
  color: #ffffff;
  padding: 0;
  font-size: 1em;
  line-height: 2em;
}
.it-footer-comune .it-footer-main .link-list-wrapper ul li a.list-item {
  text-decoration: underline;
}
.it-footer-comune .it-footer-main .link-list-wrapper ul li a.list-item.active {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
.it-footer-comune .it-footer-main .link-list-wrapper ul li a.list-item:hover {
  color: #ffd400;
  opacity: 0.9;
}
.it-footer-comune .it-footer-main .link-list-wrapper ul.footer-list.link-list.two-cols {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 10px;
}
.it-footer-comune .it-footer-main .link-list-wrapper.footer-social ul {
  display: flex;
}
.it-footer-comune .it-footer-main .link-list-wrapper.footer-social ul li {
  margin-right: 16px;
}
.it-footer-comune .it-footer-main .link-list-wrapper.footer-social ul li a:hover svg {
  fill: #ffd400;
}
.it-footer-comune .it-footer-main .link-list-wrapper.footer-social ul li a svg {
  fill: #ffffff;
  width: 24px;
  height: 24px;
}
.it-footer-comune .it-footer-main div[role='contentinfo'] {
  padding: 4px 0;
}
@media (min-width: 768px) {
  .it-footer-comune .it-footer-main div[role='contentinfo'] {
    padding: 24px 0;
  }
}
.it-footer-comune .it-footer-main div[role='contentinfo'] hr {
  margin-bottom: 48px;
}
.it-footer-comune .it-footer-small {
  padding: 24px 0;
}
.it-footer-comune .it-footer-small.bg-tertiary {
  background: #333333 !important;
}
.it-footer-comune .it-footer-small .float-right {
  float: right;
}
@media (min-width: 768px) {
  .it-footer-comune .it-footer-small .it-footer-small-list li.list-inline-item {
    padding: 0 1rem;
  }
  .it-footer-comune .it-footer-small .it-footer-small-list li.list-inline-item:first-child {
    padding-left: 0;
  }
}
.it-footer-comune .it-footer-small .it-footer-small-list li.list-inline-item a:not(.btn) {
  color: #ffffff;
  text-decoration: underline;
}
.it-footer-comune .it-footer-small .it-footer-small-list li.list-inline-item a:not(.btn).active {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
.it-footer-comune .it-footer-small .it-footer-small-list li.list-inline-item a:not(.btn):hover {
  color: #ffd400;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .it-footer-comune .container-title .footer-title {
    padding-top: 25px;
  }
  .it-footer-comune .it-footer-small .it-footer-small-list li.list-inline-item:not(:last-child) a:after {
    content: " | ";
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
  }
  .it-footer-comune .it-footer-main .link-list-wrapper.footer-social ul {
    flex-direction: row;
    display: flex;
  }
  .it-footer-comune .it-footer-main .link-list-wrapper.footer-social ul li {
    margin-right: 5px;
  }
  .it-footer-comune .it-footer-main .link-list-wrapper.footer-social ul li a .icon {
    width: 32px;
    height: 32px;
    padding: 6px;
  }
  .it-footer-comune .it-footer-main .link-list-wrapper ul li {
    display: inline-block;
  }
  .it-footer-comune .it-footer-main .link-list-wrapper ul li:not(:last-child) a.list-item:after {
    content: " | ";
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
  }
}
.agid-organizational-unit-create .workflow-transition-button-widget .workflow-buttons-container:nth-child(1) .workflow-form-actions,
.agid-service-create .workflow-transition-button-widget .workflow-buttons-container:nth-child(1) .workflow-form-actions,
.agid-person-create .workflow-transition-button-widget .workflow-buttons-container:nth-child(1) .workflow-form-actions {
  width: auto;
}
.workflow-transition-button-widget .workflow-form-actions button {
  color: #ffffff;
  background: #007db3;
  border-color: transparent;
}
.workflow-transition-button-widget .workflow-form-actions button:hover {
  opacity: 0.8;
  color: #ffffff;
  background: #007db3;
  border-color: transparent;
}
.tools-right {
  display: flex;
}
.tools-right #change-view-download-btn button {
  width: 39px;
}
.tools-right .am.am-search {
  width: 39px;
  display: flex;
  justify-content: center;
}
.condividi .btn {
  border-color: transparent !important;
}
.fullcalendar {
  color: #000000;
}
.fullcalendar h2 {
  text-transform: capitalize;
}
.fullcalendar .fc-content-skeleton td.fc-day-top {
  text-align: center;
  background-color: #007db3;
  color: #ffffff;
}
.fullcalendar .fc-content-skeleton td.fc-day-top .fc-day-number {
  float: none;
}
.network-scope-wrapper.scope-eventi-wrapper .page-content {
  margin-bottom: 0;
}
.network-scope-wrapper.scope-eventi-wrapper .page-content .date-container {
  display: flex;
  justify-content: center;
  text-align: center;
}
.network-scope-wrapper.scope-eventi-wrapper .page-content .date-container .event-container {
  width: 100%;
}
.network-scope-wrapper.scope-eventi-wrapper .page-content .date-container .event-container .date {
  padding: 10px 0;
  background-color: #007db3;
  color: #ffffff;
}
.network-scope-wrapper.scope-eventi-wrapper .page-content .date-container .event-container .hour {
  padding: 10px 0;
  background-color: #00364d;
  color: #ffffff;
}
.community-image {
  max-width: 100%;
}
.community-page .page-content h1 {
  color: #007db3;
  font-weight: bold;
}
.community-page .page-content .post-header {
  border-bottom: 4px solid #f6f6f6;
  padding-bottom: 5px;
}
.community-page .page-content .manage-menu {
  display: flex;
}
.community-page .page-content .container-sidebar .box .col-xs-12:last-child {
  margin-top: 10px;
}
.page-content {
  position: relative;
}
.dropdown-menu .link-list-wrapper ul li a {
  display: flex;
  align-items: center;
}
.view-plugin-title {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #007db3;
  letter-spacing: normal;
}
.view-plugin-title .dash {
  background: #007db3;
  padding: 10px;
  margin-right: 5px;
  border-radius: 50%;
  color: white;
}
.view-plugin-title .dash::before {
  width: 15px;
  display: flex;
  justify-content: center;
  height: 15px;
  align-items: center;
}
.intro-section,
.content-section {
  font-size: 18px !important;
}
.intro-section .small,
.content-section .small,
.intro-section small,
.content-section small {
  font-size: 16px !important;
}
.intro-section hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.uploadcrop .field-userprofile-userprofileimage {
  padding-top: 10px;
}
.uploadcrop .preview-container {
  height: auto;
  width: 100%;
  padding-right: 0;
}
.uploadcrop .preview-container img {
  height: auto;
  width: 100%;
}
.attachment-uploadcrop.uploadcrop .immagine-profilo.preview-pane *[class*="close"] {
  top: 0px;
  right: 10px;
}
.attachment-uploadcrop.uploadcrop .form-group label.control-label {
  z-index: 0;
}
.attachments-list .attachment-list-item .attachment-list-item-name {
  width: 85%;
}
.attachments-list .attachment-list-item .attachment-list-item-action {
  width: 13%;
  display: flex;
  align-items: flex-start;
}
.h5 {
  font-weight: bold !important;
}
.h5 a {
  text-decoration: none;
}
#AmosGridViewAccordion .card .collapseLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  margin: 10px 0;
  background-color: #007db3;
  color: white;
}
#AmosGridViewAccordion .card .collapseLink h2 {
  margin-bottom: 0;
}
#AmosGridViewAccordion .card .collapseLink .p-t-20 {
  padding-top: 0 !important;
  margin-top: 10px;
}
#redazione h2 {
  margin-top: 50px;
  width: 100%;
  border-bottom: 1px solid #007db3;
  color: #007db3;
  font-size: 2.666rem;
  letter-spacing: -1.2px;
  line-height: 1.25;
  text-transform: uppercase;
}
.community-dashboard-container {
  background-color: transparent;
}
.w-100 {
  width: 100%;
}
.text-white {
  color: #fff;
}
.admin-card-container .icon-btn-action a.btn-connect-to-user {
  background: transparent;
}
.admin-card-container .icon-btn-action a.btn-connect-to-user:hover {
  background: transparent;
  opacity: 0.8;
  color: white;
}
.btn.btn-action-primary {
  background-color: #ffff !important;
  color: #007db3 !important;
  border-color: #007db3 !important;
}
.btn.btn-action-primary:hover {
  background-color: #007db3 !important;
  border-color: #ffff !important;
  color: #ffff !important;
}
.btn.btn-action-primary + h2 {
  margin-top: 10px;
}
.documents-index .table-responsive .kv-grid-container,
.agid-person-index .table-responsive .kv-grid-container,
.agid-organizational-unit-index .table-responsive .kv-grid-container,
.agid-service-index .table-responsive .kv-grid-container,
.agid-dataset-index .table-responsive .kv-grid-container,
.news-index .table-responsive .kv-grid-container,
.event-index .table-responsive .kv-grid-container {
  overflow-x: scroll;
}
.agid-person-index .form-control.krajee-datepicker {
  z-index: 0;
}
.btn-connect-to-user,
.profile .info-view-header .btn[title="Collegati"] {
  display: none !important;
}
.ldap-view .black-part-title {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: normal;
}
.ldap-view .blue-part-title {
  font-weight: bold;
  font-size: 3.42rem;
  letter-spacing: -1.2px;
  line-height: 1.25;
  margin-bottom: 8px;
  margin-top: 0;
}
.ldap-view .description {
  font-size: 18px;
}
.ldap-view .idap-button {
  padding-left: 48px;
  padding-right: 48px;
}
.ldap-view .thanks-description svg {
  height: 32px;
  width: 32px;
  min-width: 32px;
  background: #297A38;
  border-radius: 50%;
  fill: white;
  margin-right: 20px;
  margin-bottom: 20px;
}
.ldap-view .left-side .form-container {
  margin-top: 48px;
}
.ldap-view .left-side .form-container .form-group.required label.control-label::after {
  display: none;
}
.ldap-view .left-side .form-container label.control-label {
  text-transform: none;
  color: #003354;
  font-size: 16px;
}
.ldap-view .left-side .form-container .reset-pwd-container p {
  font-size: 18px;
}
.ldap-view .left-side .form-container .action {
  margin-top: 50px;
}
.ldap-view .left-side .form-container .cookie-privacy {
  font-size: 18px;
}
.ldap-view .left-side .form-container div[role="radiogroup"] {
  display: flex;
  align-items: center;
}
.ldap-view .left-side .form-container div[role="radiogroup"] .radio {
  margin-top: 0;
  margin-right: 15px;
}
.ldap-view .left-side .form-container div[role="radiogroup"] .radio label {
  display: flex;
  align-items: center;
}
.ldap-view .right-side img {
  max-width: 100%;
}
table .reserveduser a {
  color: #F8506A !important;
}
.person-section-addressbook-subtitle-form {
  color: #a61919 !important;
  display: flex;
  align-items: center;
}
.person-section-addressbook-subtitle-form .icon-rounded-danger {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #a61919;
  color: #ffffff;
  font-size: 20px;
  margin-left: 4px;
}
.person-section-addressbook {
  border: 1px solid #a61919;
  position: relative;
  padding: 24px 12px;
  margin: 1rem 0 1rem;
  border-radius: 8px;
}
.ui-accordion-header:hover {
  cursor: default;
}
.ui-accordion-header .ui-accordion-header-icon {
  display: none;
}
.are-profilo-update .ui-accordion .ui-accordion-content {
  overflow: hidden;
}
.organization-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.organization-title .btn-navigation-secondary {
  margin-top: 10px;
}
.contatta-comune {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #e3e4e6;
}
.contatta-comune .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 30px;
  border-radius: 4px;
}
.contatta-comune .shadow a {
  color: #000;
}
.sondaggi-view {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 10px;
}
.sondaggi-view h2 {
  text-transform: uppercase;
  margin-top: 20px;
}
.sondaggi-view .row > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
.sondaggi-view .row > div .info-label,
.sondaggi-view .row > div .info-value {
  font-size: 21px;
}
.sondaggi-view .row > div .info-value {
  font-weight: 700;
}
.sondaggi-view .row > div .ui-accordion {
  width: 100%;
}
.sondaggi-view .row hr {
  border-top: 2px dashed #ccc;
}
.sondaggi-view .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sede-info {
  padding: 30px;
  margin-top: 15px;
  background-color: #cccccc75;
  border-radius: 4px;
}
.sede-info .input-container {
  display: flex;
  flex-direction: column;
}
.sede-info .input-container label {
  font-size: 21px;
}
.sede-info .input-container input {
  border-radius: 4px;
  box-shadow: none;
  outline: 0;
  border: 1px solid #ccc;
  font-size: 18px;
}
.sondaggi-form {
  background: #cccccc75;
  padding: 30px;
  border-radius: 4px;
}
.sondaggi-form .testo-introduttivo {
  margin-top: 0px;
  font-size: 21px;
}
.sondaggi-form .testo-introduttivo.testo-vincolato {
  padding: 0;
}
.sondaggi-form > .row > .col-lg-12.col-sm-12 {
  display: flex;
  flex-direction: column;
}
.sondaggi-form > .row > .col-lg-12.col-sm-12 .testo-introduttivo {
  font-size: 14px;
  order: 3;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.sondaggi-form > .row > .col-lg-12.col-sm-12 .testo-introduttivo p {
  margin-top: 0;
}
.sondaggi-form > .row > .col-lg-12.col-sm-12 .testo-introduttivo::before {
  content: 'i';
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.address-book-organization-chart .organization-chart-item {
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0;
  padding-left: 25px;
}
.address-book-organization-chart .organization-chart-item .organization-chart-item-link {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.address-book-organization-chart .organization-chart-item .organization-chart-item-link.collapsed .am-minus:before {
  content: '\f278';
}
.address-book-organization-chart .organization-chart-item .organization-chart-item-content {
  font-weight: bold;
  font-size: 18px;
}
.address-book-organization-chart .pagination {
  flex-wrap: wrap;
}
.page-header .title-heading-plugin .h2 {
  color: #000000;
}
#toolbar-search-char {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#toolbar-search-char .char-search {
  font-size: 16px;
  padding: 4px;
  text-align: center;
  border: none;
  text-decoration: none;
  border-radius: 4px;
  background: transparent;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007db3;
  margin: 0 4px;
}
@media (min-width: 992px) {
  #toolbar-search-char .char-search {
    width: calc(3.7037037%);
    margin: 0;
  }
}
#toolbar-search-char .char-search:hover {
  opacity: 0.8;
}
#toolbar-search-char .char-search.active {
  border: 1px solid #007db3;
  pointer-events: none;
  background: transparent;
  color: #007db3;
  font-weight: bold;
}
.form-ricerca-rubrica {
  display: flex;
  flex-wrap: wrap;
}
.form-ricerca-rubrica .field-phonebooksearch-text_search input[type='text'],
.form-ricerca-rubrica .field-agidorganizationalunitsearch-name input[type='text'] {
  border: 0;
  outline: 0;
  width: 100%;
  box-shadow: none;
  transition: 0.2s ease-out;
  background-color: #e3e4e6;
  z-index: 0;
}
.form-ricerca-rubrica .field-phonebooksearch-text_search input[type='text']::placeholder,
.form-ricerca-rubrica .field-agidorganizationalunitsearch-name input[type='text']::placeholder {
  color: #000000;
  opacity: 1;
}
.form-ricerca-rubrica .input-group-addon {
  padding: 0;
}
.form-ricerca-rubrica .input-group-addon button {
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  min-height: 45px;
  margin-top: 10px;
}
.form-ricerca-rubrica .input-group-addon button:hover {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-ricerca-rubrica .col-ricerca-avanzata {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.form-ricerca-rubrica .col-ricerca-avanzata .addressbook-advanced-search {
  color: #007db3;
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}
.form-ricerca-rubrica .col-ricerca-avanzata .addressbook-advanced-search:hover {
  opacity: 0.8;
}
.agid-addressbook-person-search {
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.agid-addressbook-person-search .col-buttons a.btn-outline-primary {
  margin-right: 20px;
}
.addressbook-table table.table thead tr th {
  color: #000000;
}
.addressbook-table table.table tbody td[title="Cognome e Nome"] a {
  text-decoration: none;
}
.addressbook-table table.table tbody .bk-elementActions .btn span {
  font-size: 1.9rem !important;
}
.addressbook-modal .modal-dialog {
  height: 85vh;
  display: flex;
}
@media (min-width: 768px) {
  .addressbook-modal .modal-dialog {
    width: 60%;
  }
}
.addressbook-modal .modal-dialog .modal-content {
  border-radius: 0;
  margin-top: auto;
  margin-bottom: auto;
  padding: 30px;
  /* min-height: 30vh; */
}
.addressbook-modal .modal-dialog .modal-content .modal-header {
  text-transform: none;
  font-weight: normal;
  color: #000000;
  border: none;
}
.addressbook-modal .modal-dialog .modal-content .modal-header .close {
  opacity: 0.7;
}
.addressbook-modal .modal-dialog .modal-content .modal-header .close span {
  position: absolute;
  top: 20px;
  right: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  font-size: 35px;
  font-weight: normal;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.addressbook-modal .modal-dialog .modal-content .modal-body {
  color: #000000;
}
.addressbook-modal .modal-dialog .modal-content .modal-footer {
  border: none;
}
