/**
IMPORT AMOS-LAYOUT VARIABLES
 */
/* 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));
  }
}
.no-margin {
  margin: 0;
}
/**
IMPORT STYLE-CUSTOM
 */
h1,
h2,
h3,
h4 {
  font-family: 'titillium-web', sans-serif !important;
}
.dashboard-content,
#bk-page {
  background-color: #FFF;
}
nav[data-dashboard-index] {
  background-color: #474145;
}
.fullsizeDashbosardInternaLayout nav[data-dashboard-index] {
  background-color: #fff;
}
.fullsizeDashbosardInternaLayout nav[data-dashboard-index] .container-custom {
  padding: 0 15px;
  margin: auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .fullsizeDashbosardInternaLayout nav[data-dashboard-index] .container-custom {
    max-width: 1170px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}
#bk-page {
  min-height: 80vh !important;
  margin-top: 0 !important;
  padding-top: 152px;
  background-color: #FFF;
  overflow: initial;
  padding-bottom: 0 !important;
}
#bk-page.preferenceFullsizeFormLayout {
  overflow: inherit;
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  #bk-page.preferenceFullsizeFormLayout {
    background-color: #FFF;
  }
}
#bk-page.preferenceFullsizeFormLayout .page-content {
  padding: 0;
  margin-top: 20px;
}
#bk-page.preferenceFullsizeListLayout .page-content {
  padding: 20px;
}
.it-brand-wrapper {
  padding-left: 0 !important;
}
.d-flex {
  display: flex;
}
.mr-2 {
  margin-right: 12px;
}
.align-items-center {
  align-items: center;
}
.align-items-start {
  align-items: flex-start;
}
.icon-lg {
  font-size: 32px;
  line-height: 46px;
}
.text-white {
  color: #FFF;
}
.actions {
  margin-top: auto;
  justify-content: flex-end;
  display: flex;
}
.actions .btn-edit {
  color: #FFF;
  font-size: 2.1em;
  margin: 1px 0 0 0;
  padding: 0;
}
.actions .amos-tooltip {
  margin: 1px;
}
.actions .dash-info-circle {
  vertical-align: -webkit-baseline-middle;
}
.actions .btn.dropdown-toggle {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  padding: 0;
  font-size: 20px;
  border-color: transparent;
  background: #ffffff;
  margin: 5px 10px 5px 0px;
}
.actions .btn.dropdown-toggle .am-flag {
  color: #161616;
}
.actions .btn.dropdown-toggle .counter {
  position: absolute;
  color: #000000;
  background: #FFE300;
  font-size: 12px;
  border-radius: 50%;
  padding: 0px 5px;
  left: 18px;
  top: 0px;
}
.actions .btn.dropdown-toggle .caret {
  display: none;
}
.community-network-container .header-right-community {
  display: flex;
  flex-direction: column;
}
.community-network-container .network-infos {
  background: rgba(0, 0, 0, 0.8);
}
.community-network-container .network-infos .control-community {
  text-transform: uppercase;
}
.community-network-container .network-infos .tipo-evento {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
}
.community-network-container .network-infos .event-location {
  margin-bottom: 20px;
}
.community-network-container .network-infos .event-date {
  margin-bottom: 20px;
}
.community-network-container .network-infos p.lead {
  margin: 0px;
}
.network-container.event-network-container ~ .page-content-noMargin > .event-view .nav.nav-tabs > li:nth-child(2),
.network-container.event-network-container ~ .page-content-noMargin > .event-view .nav.nav-tabs > li:nth-child(3) {
  display: none !important;
}
.event-view .tab-content {
  padding: 0;
  margin-bottom: 25px;
}
.network-breadcrumb {
  display: none;
}
.container-custom {
  width: 100%;
}
#community-members-grid-EVENT_MANAGER-EVENTS_CHECK_IN-EVENT_MANAGER-first-container {
  overflow: auto;
}
/* CRUSCOTTO LAVORO CUSTOM STYLE */
/* HEADER BRANDBOOK */
.container-header .navbar {
  height: 58px;
  min-height: 58px !important;
  padding-top: 14px;
}
.container-header .navbar-nav > li > a:hover,
.container-header .navbar-nav > li > a:focus {
  opacity: 1;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}
.container-logo {
  height: 94px;
  display: flex;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  background-color: #FFF;
  z-index: 9;
}
.container-logo img {
  height: 54px;
  width: 194px !important;
}
.container-logo .img-responsive {
  max-height: inherit;
  padding: 0;
}
.container-logo .img-responsive img {
  height: 54px;
}
.container-logo .title-text,
.title-text {
  font-size: 18px;
  margin-left: 24px;
  letter-spacing: -0.5px;
  margin-bottom: 0;
  margin-top: 0;
  color: #3d4955;
  font-weight: 600;
}
.login-page .logo-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.login-page .logo-login .login-logo-and-text:nth-child(2),
.login-page .logo-login .login-logo-text {
  padding-left: 0;
}
.login-page .logo-login .login-logo-text {
  font-size: 16px;
  margin-left: 24px;
  padding-right: 25px;
}
/* custom widget politiche rl */
.box-widget.politiche-rl {
  height: inherit;
}
.box-widget.politiche-rl section {
  height: 83%;
}
.box-widget.politiche-rl .widget-listbox-option article {
  display: flex;
  flex-direction: row;
}
.box-widget.politiche-rl .widget-listbox-option article .container-icon {
  width: 15%;
  margin-right: 10px;
}
.box-widget.politiche-rl .widget-listbox-option article .container-icon .icon_widget_graph {
  font-size: 3em;
  line-height: 1;
  position: relative;
  top: 5px;
}
.box-widget.politiche-rl .widget-listbox-option .footer-listbox {
  position: relative !important;
  border-bottom: 1px solid #b4c2ca;
}
.box-widget.politiche-rl .widget-listbox-option .footer-listbox p {
  margin: 0;
  font-size: 0.8em;
  position: absolute;
  bottom: 0;
}
.box-widget.politiche-rl .read-all a {
  bottom: 0;
}
/* GENERAL CALENDAR WIDGET */
@media (min-width: 768px) {
  .general-calendar-widget .list-items {
    padding-right: 30px;
  }
}
.general-calendar-widget .fullcalendar .fc-right {
  font-size: 20px;
  padding-top: 20px;
}
.general-calendar-widget .fullcalendar .fc-center {
  top: -55px !important;
}
.general-calendar-widget .fullcalendar.fc .fc-toolbar > * > * {
  float: none;
}
.general-calendar-widget .fullcalendar.fc .fc-month-view .fc-day-grid-event .fc-content {
  height: auto;
  cursor: pointer;
}
.general-calendar-widget .fullcalendar.fc .fc-month-view .fc-day-grid-event .fc-content .fc-title {
  display: block;
}
.general-calendar-widget .fullcalendar .fc-axis {
  font-size: 11px;
  line-height: 12px;
  text-align: left;
}
.general-calendar-widget .legenda {
  margin-bottom: 100px;
  padding: 20px;
  background-color: #FFF;
  margin-top: 50px;
}
.general-calendar-widget .legenda h3 {
  margin-top: 0px;
}
.general-calendar-widget .legenda span {
  padding: 0 10px;
  margin-right: 5px;
}
/* CUSTOM FOOTER TEXT */
.dashboard-content {
  border-bottom: 0;
}
.footer-space .footer-text-container {
  background: #003354;
}
.footer-space .footer-text-container .footer-text {
  padding: 40px 0;
  background: #003354;
  text-align: left;
  font-size: 18px;
}
.footer-space .footer-text-container .footer-text .nome-applicativo {
  margin-bottom: 24px;
}
.footer-space .footer-text-container .footer-text ul {
  list-style-type: none;
  padding: 0;
}
.footer-space .footer-text-container .footer-text ul li {
  padding: 8px 0;
}
.footer-space .footer-text-container .footer-text ul li a {
  color: #ffffff;
}
.footer-space .footer-text-container .footer-text .copyright-footer {
  margin: 40px 0;
}
.footer-space .footer-text-container .footer-text .power-by-open {
  text-align: center;
  font-size: 14px;
}
.footer-space .footer-text-container .footer-text .power-by-open a {
  color: #ffffff;
}
/* hide firma */
.post-header-avatar {
  display: none;
}
.login-page .login-block.registration-block .login-body {
  padding: 35px 25px 0 25px !important;
}
.login-page .login-block.registration-block {
  margin-top: 0 !important;
}
/* social auth SPID login view custom */
.login-page .login-block.social-auth-spid.social-auth-spid-custom .login-body .action {
  justify-content: center;
}
.login-logo-and-text img {
  width: 194px !important;
}
#tab-preferencetags label {
  margin: 10px 20px 10px 0px;
  font-size: 16px;
  display: flex !important;
}
#tab-preferencetags label .img-tag {
  width: 50px;
  height: 50px;
  padding: 0 5px;
}
#tab-preferencetags label .img-tag img {
  width: 40px;
  height: 40px;
}
#tab-preferencetags label .img-tag:empty {
  display: none;
}
@media (max-width: 567px) {
  #tab-preferencetags label {
    display: block;
  }
}
.container-round-img-xs img {
  vertical-align: baseline;
}
#tab-preferencetags div {
  display: flex;
  flex-wrap: wrap;
}
#tab-preferencetags label {
  display: block;
  position: relative;
  cursor: pointer;
  display: inline-block;
  height: auto;
  line-height: normal;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  background-color: #EAF1EA;
  padding: 20px 20px 20px 20px;
  width: 1000%;
  margin: 10px 0;
  color: #000;
}
#tab-preferencetags label [type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 5px 10px 5px 0;
  filter: hue-rotate(225deg);
}
@media (min-width: 567px) {
  #tab-preferencetags label {
    width: 44%;
    margin: 10px 2%;
  }
}
@media (min-width: 992px) {
  #tab-preferencetags label {
    width: 31%;
    margin: 10px 1%;
  }
}
.login-page #tab-preferencetags label {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wrap-graphic-widget .box-widget .list-items {
    margin-left: calc(22%);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .box-widget .wrap-event .abstract {
    padding-left: 35% !important;
  }
}
.banner-cookie {
  font-size: 18px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  margin-bottom: 0;
  background-color: #183551;
  color: #ffffff;
  border-radius: 0;
  border: none;
  padding: 24px 0;
  line-height: 1.5;
}
.banner-cookie .close {
  text-decoration: none;
  font-size: 40px;
  line-height: 0.8;
}
.banner-cookie * + p {
  margin-top: 20px;
}
.banner-cookie .close {
  right: 0;
  opacity: 0.6;
}
.banner-cookie a:not(.btn) {
  color: #ffffff;
}
.banner-cookie .btn {
  border-radius: 4px;
  text-transform: none;
  font-weight: normal;
}
.banner-cookie .btn:hover {
  border-radius: 4px;
}
.banner-cookie .btn-primary {
  background-color: #297A38;
  border-color: #297A38;
  color: #FFF;
}
.banner-cookie .btn-primary:hover {
  background-color: #246b31;
  color: #FFF;
}
.banner-cookie .button-cookie {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .banner-cookie .button-cookie {
    text-align: right;
  }
}
.user-profile-update {
  font-size: 16px;
}
.user-profile-update .uploadcrop .preview-pane .preview-container:empty {
  display: none;
}
.user-profile-update .uploadcrop .preview-pane .preview-container img {
  object-fit: cover;
  background: #f6f6f6;
  border-radius: 100%;
  height: 250px;
  width: 250px;
  margin: 20px 0;
}
.uploadcrop {
  min-height: 0px;
}
.uploadcrop .preview-pane {
  position: relative;
}
.uploadcrop .preview-pane .preview-container-info-attachImage {
  justify-content: center;
  display: flex;
  margin-top: 6px;
}
@media (min-width: 992px) {
  .attachments-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.attachments-list .flex-column {
  flex: 1;
}
.attachments-list .attachment-list-item {
  justify-content: normal;
  padding: 5px 15px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .attachments-list .attachment-list-item {
    align-items: baseline;
  }
  .attachments-list .attachment-list-item:last-child {
    margin-bottom: 0;
  }
}
.attachments-list .attachment-list-item .attachment-list-item-name {
  display: flex;
  position: relative;
  /* flex-wrap: wrap; */
  align-items: baseline;
  margin-right: auto;
}
.attachments-list .attachment-list-item .attachment-list-item-name .icon {
  font-size: 24px;
  margin-right: 5px;
  /* line-height: 1; */
}
.attachments-list .attachment-list-item .attachment-list-item-name .fileinfos {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.attachments-list .attachment-list-item .attachment-list-item-name .fileinfos .filename {
  margin-right: 12px;
  font-weight: bold;
  display: flex;
  word-break: break-all;
  /* .filename__base {
                      text-overflow: ellipsis;
                      white-space: nowrap;
                      overflow: hidden;
                  } */
}
.attachments-list .attachment-list-item .attachment-list-item-name .fileinfos .filename:hover {
  color: #16411e;
}
.attachments-list .attachment-list-item .attachment-list-item-name .fileinfos .filename .filename__extenction {
  flex-shrink: 0;
}
.attachments-list .attachment-list-item .attachment-list-item-action {
  display: flex;
}
.attachments-list .attachment-list-item .attachment-list-item-action a {
  justify-content: center;
  display: inline-flex !important;
  text-decoration: none;
  padding: 6px 12px;
  align-items: center;
  font-size: 22px !important;
}
.attachments-list .attachment-list-item .attachment-list-item-action a:hover {
  color: #16411e;
}
.attachments-list .attachment-list-item .attachment-list-item-action a:hover .btn-icon {
  color: #16411e;
}
.attachments-list .attachment-list-item .attachment-list-item-alt-desciption {
  flex-basis: 100%;
}
.user-profile-update {
  font-size: 16px;
}
.user-profile-update .uploadcrop .preview-pane .preview-container:empty {
  display: none;
}
.user-profile-update .uploadcrop .preview-pane .preview-container img {
  object-fit: cover;
  background: #f6f6f6;
  border-radius: 100%;
  height: 250px;
  width: 250px;
  margin: 20px 0;
}
.file-caption-name:not(.file-caption-disabled) {
  border: none;
  width: 100%;
}
#bk-btnChangeView {
  display: flex;
  align-items: center;
}
#bk-btnChangeView > .am {
  margin-right: 5px;
}
#bk-btnChangeView > p {
  margin: 1px;
}
.attach-gallery-image-view {
  font-size: 15px;
  line-height: 1.5;
}
.attach-gallery-image-view hr {
  border-top: 1px solid #ccc;
  margin: 10px 0;
}
.change-language {
  background-color: #dde2e7;
  padding: 0px 15px;
  margin-bottom: 5px;
}
.change-language a {
  padding: 10px;
  display: inline-block;
}
.change-language a.active,
.change-language a:hover {
  border-bottom: 4px solid #5c6f82;
}
.box-language {
  background-color: #dde2e7;
  margin-bottom: 5px;
  position: relative;
}
.box-language::before {
  content: '';
  position: absolute;
  top: 0;
  height: 25px;
  width: 100%;
}
.box-language::after {
  content: '';
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, #dde2e7 10%, rgba(221, 226, 231, 0) 100%);
  height: 25px;
  width: 100%;
}
.box-language .text-language {
  overflow-y: scroll;
  height: 120px;
  padding: 15px;
  width: 100%;
}
.badge.badge-outline-secondary {
  color: #5c6f82;
  border: 1px solid #5c6f82;
  background-color: transparent !important;
  margin-left: 8px;
}
div[class*="-form"] .control-label {
  padding: 5px 0;
}
#tab-preferencetags label:focus-within {
  box-shadow: inset 0px 0px 0px 2px orange;
  box-sizing: border-box;
}
.select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline .select2-search__field {
  width: 100% !important;
}
#attach-gallery-eventLogo .modal-header {
  display: flex;
  flex-direction: row-reverse;
}
#image-gallery-eventLogo {
  margin-top: 30px;
}
.dropdown-menu.pull-right {
  right: 0 !important;
  left: inherit !important;
}
.copyright {
  background-color: transparent !important;
}
form .form-group label.control-label {
  position: relative !important;
  transform: inherit !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active a:hover {
  font-size: 1rem;
}
.user-profile-update .user-form #tab-administration .badge {
  z-index: 1;
}
.form-group .checkbox label {
  position: relative;
  overflow: inherit;
  text-overflow: inherit;
  white-space: normal;
  line-height: 1.5;
}
.attachment-uploadcrop.uploadcrop .preview-pane .am {
  position: relative;
  top: 0;
  right: 0;
}
.deleteImageCrop {
  position: absolute;
  right: 4px;
  top: 7px;
}
.uploadcrop.attachment-uploadcrop .input-group {
  position: relative !important;
  display: table !important;
  border-collapse: separate;
}
.uploadcrop.attachment-uploadcrop .input-group > .form-control {
  width: 100%;
}
.uploadcrop.attachment-uploadcrop .input-group .btn-file {
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
}
.gestisci-le-preferenze-sui-cookie {
  padding: 60px 0;
}
.btn-primary:hover {
  background-color: #21632d !important;
  color: #fff;
  border-color: #1f5c2a !important;
  opacity: 1 !important;
}
.layout-landing.layout-backend .it-header-center-wrapper.it25-barra-ist .it-right-zone .it-search-wrapper input.form-control {
  font-size: 1.125rem !important;
  letter-spacing: 0 !important;
}
.footer {
  color: #fff;
  background-color: #003354;
  padding: 1rem;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  color: #FFF;
  text-decoration: underline;
}
.footer a[aria-expanded=false]::after {
  content: '+';
}
.footer a[aria-expanded=true]::after {
  content: '-';
}
@media (max-width: 767px) {
  .footer .list-divider {
    display: none;
  }
}
footer .title {
  font-size: 1rem;
}
.fw-bold {
  font-weight: 700 !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.footer {
  color: #fff;
  background-color: #003354;
  padding: 1rem;
}
.footer .title {
  font-size: 1rem;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
}
.footer nav ul {
  margin-bottom: 0;
  font-weight: 600;
}
.footer .list-inline-item a {
  font-size: 1rem;
}
.footer .copyright {
  font-size: .95rem;
}
.it-footer-main .it-brand-wrapper a {
  color: #fff;
}
.it-footer-main .it-brand-wrapper a .icon {
  fill: #fff;
}
.it25-footer-mobile {
  padding: 6px;
  background: #fff;
}
.it25-footer-mobile ul {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
.it25-footer-mobile ul li {
  display: inline-block;
  width: 100%;
}
.it25-footer-mobile .logo {
  align-self: center;
  justify-content: center;
  display: flex;
}
.it25-footer-mobile .version {
  border-left: 1px solid #cae4ea;
  padding-left: .8rem;
}
.it25-footer-logo {
  border-radius: 8px;
  max-height: 90px;
}
.it25-footer-logo img {
  max-height: 90px;
}
#headerContent {
  position: relative !important;
}
.facilitator-content {
  background-color: #e6e9f2;
  padding: 10px;
  margin: 15px 0;
}
.facilitator-content .facilitator-id {
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .facilitator-content .facilitator-id {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.facilitator-content .facilitator-id > .container-round-img-sm {
  margin: 5px;
}
.facilitator-content .facilitator-id > p > span + span {
  margin-left: 10px;
}
.facilitator-content .facilitator-id > p > span:nth-child(2) {
  font-weight: bold;
}
.rounded-number {
  padding-left: 10px;
}
.field-user-username dl {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .table-striped .container-round-img-sm {
    margin: 0;
  }
}
.container-square-img-sm {
  overflow: hidden;
  width: 130px;
  height: 130px;
  background-color: #ffffff;
  margin: 0 auto;
  position: relative;
  display: block;
}
.info-view-header {
  background: #e6e9f2;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .info-view-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.info-view-header > div:last-child {
  padding: 5px 15px;
  display: flex;
  flex-direction: column;
}
.info-view-header > div:last-child .btn {
  align-self: flex-end;
  margin-top: auto;
  margin-bottom: 15px;
}
.info-view-header > div:last-child .btn .am {
  margin-left: 5px;
}
@media (min-width: 768px) {
  .info-view-header .wrap-details .bold {
    text-align: right;
  }
}
.info-view-header .wrap-details > .row {
  margin: 10px 0;
}
.info-view-header .img-profile {
  border: 1px solid #e6e9f2;
  background-color: #ffffff;
}
.info-view-header .img-profile img {
  margin: auto;
  max-height: 200px;
}
.info-view-header .img-profile .under-img {
  background-color: #297a38;
  color: #ffffff;
  padding: 15px;
  text-align: center;
  position: relative;
}
.info-view-header .img-profile .under-img .container-info-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.info-view-header .img-profile .under-img .container-info-icons > div:last-child {
  margin-top: 10px;
}
.info-view-header .img-profile .under-img .container-info-icons .am {
  margin-right: 2px;
}
.info-view-header .img-profile .under-img .container-info-icons .am.am-google {
  font-size: 1.8em;
  margin-top: 3px;
}
.info-view-header .img-profile .under-img .btn-action-primary {
  top: -16px;
  position: absolute;
  left: 15%;
  right: 15%;
}
.info-view-header .prevalent-partnership-section .wrap-partnership {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.info-view-header .prevalent-partnership-section .wrap-partnership bold {
  font-size: 1.3em;
}
.info-view-header .prevalent-partnership-section .wrap-partnership .img-profile {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: #fff;
  margin: 0 5px 0 0;
  border: 2px solid #fff;
  z-index: 2;
}
@media (max-width: 991px) {
  .info-view-body div {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .info-view-body > div:first-child {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .info-view-body > div:last-child {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .info-view-body .attachment-section-sidebar {
    margin-top: 2px;
  }
}
.myprofile section {
  padding: 0;
}
.myprofile section .widget-listbox-option {
  margin: 0;
}
.myprofile section .widget-listbox-option article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px) {
  .myprofile section .widget-listbox-option article {
    flex-direction: column !important;
  }
}
.myprofile section .widget-listbox-option article .icon-admin-wgt {
  margin-right: 2%;
}
.myprofile section .widget-listbox-option article .icon-admin-wgt .container-square-img-sm {
  width: 120px;
  height: 120px;
  text-align: center;
  border-radius: 50%;
}
.myprofile section .widget-listbox-option article .icon-admin-wgt .container-square-img-sm .square-img {
  height: 100%;
  width: auto;
}
.myprofile section .widget-listbox-option article .text-admin-wgt {
  padding: 0 5px;
}
.myprofile .dark-toolbar {
  background-color: #297a38;
  color: #fff;
  height: 35px;
}
.myprofile .dark-toolbar .manage .manage-menu {
  color: #fff;
}
.myprofile .box-widget-subtitle {
  font-size: 1.7em;
  color: #000;
}
.myprofile p.box-widget-text {
  font-size: 1.2em;
  line-height: normal;
  font-weight: bold;
  font-style: italic;
  display: inline !important;
}
.myprofile p.box-widget-text a {
  color: #000;
  line-height: 1.20em;
}
@media screen and (max-width: 639px) and (min-width: 320px) {
  .grid-item {
    height: auto;
  }
  .myprofile .container-square-img-sm {
    width: 100px;
  }
}
.box-light-grey {
  background-color: #e6e9f2;
  padding: 15px;
}
.box-light-grey h3 {
  margin: 0;
  font-weight: bold;
}
.cooperation-admin-section,
.email-freq-admin-section {
  background-color: #e6e9f2;
  padding: 15px;
}
.cooperation-admin-section h3,
.email-freq-admin-section h3 {
  margin: 0;
  font-weight: bold;
}
.wrap-cooperation {
  background-color: #e6e9f2;
  padding: 15px;
}
.wrap-cooperation h3 {
  margin: 0;
  font-weight: bold;
}
.wrap-cooperation .prevalent-partnership-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 5px 0;
  margin: 15px 0 5px 0;
}
.wrap-cooperation .prevalent-partnership-section .title {
  font-size: 1.2em;
  font-weight: bold;
}
.account-admin-section > div:last-child {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 420px) {
  .account-admin-section > div:last-child {
    width: 100%;
  }
}
.account-admin-section > div:last-child .btn {
  min-width: 170px;
}
.account-admin-section > div:last-child .btn + .btn {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .account-admin-section > div:last-child .btn + .btn:last-of-type {
    margin-top: 20px;
  }
}
.modal-footer .bootstrap-dialog-footer a.btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .modal-footer .bootstrap-dialog-footer a.btn {
    margin-top: 5px;
  }
}
.social-admin-section h2.spid-title {
  font-size: 1.3em;
}
.social-admin-section .google-services > div:not(:first-child) {
  margin-top: 15px;
}
.social-admin-section .label-social {
  margin-top: 15px;
}
.social-admin-section .wrap-btn-social {
  display: flex;
  flex-direction: column;
}
.social-admin-section .wrap-btn-social .btn {
  height: 37px;
  width: 200px;
  border: 0;
  display: block;
  padding: 6px 12px;
}
.social-admin-section .wrap-btn-social .btn[class*='-square'] {
  font-size: 2em;
  padding: 3px 0;
  float: left;
}
.social-admin-section .wrap-btn-social .btn[class*='-disconnect'] {
  padding: 10px 12px;
}
.social-admin-section .wrap-btn-social .btn.btn-google-services {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  background-color: #518ff5;
  color: #ffffff;
  padding: 6px 10px;
}
.social-admin-section .wrap-btn-social .btn.btn-google-services .dash-calendar {
  font-size: 1.5em;
}
.social-admin-section .wrap-btn-social .btn.btn-google-services .am-account {
  font-size: 2em;
}
.social-admin-section .wrap-btn-social .btn.btn-spid {
  background: #0462C5;
  color: #FFF;
  padding: 7px 0;
  width: 50%;
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .social-admin-section .wrap-btn-social .btn.btn-spid {
    width: 100%;
  }
}
.social-admin-section .wrap-btn-social .btn + .btn {
  margin-top: 5px;
}
/**
FORM TAB-NETWORK
 */
#tab-network .container-action .am-google {
  /* google icon in contact user gridview */
  margin: 5px 10px;
  font-size: 1.5em;
}
/**
ADMIN FORM VIEW
 */
.user-form {
  /* override amos-layout form for amos-admin boxes */
  /* END override amos-layout */
}
.user-form > .row > .col-md-8 > section {
  /* form main body + sidebar*/
  padding: 0 15px;
}
.user-form .nav-tabs > li > a {
  margin: 0;
}
/**
ADMIN CARD VIEW
 */
.card-container.admin-card-container {
  margin: 0 0 15px;
  border: 0;
  background: #297a38;
  height: 392px;
}
.card-container.admin-card-container .icon-header {
  height: 150px;
  background-color: #e6e9f2;
  position: relative;
}
.card-container.admin-card-container .icon-header .manage {
  margin: 5px 0;
  position: absolute;
  right: 0;
  z-index: 3;
}
.card-container.admin-card-container .icon-header .manage .manage-menu {
  color: #5c6f82;
}
.card-container.admin-card-container .icon-header .container-round-img {
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -85px;
  width: 180px;
  height: 180px;
}
.card-container.admin-card-container .icon-body {
  padding: 40px 10px 30px 15px;
  text-align: left;
  border-top: 3px solid #ffffff;
  background-color: #297a38;
  color: #ffffff;
  height: 125px;
}
.card-container.admin-card-container .icon-body .badge {
  position: absolute;
  top: 5px;
  right: auto;
  bottom: inherit;
  left: 5px;
  z-index: 10;
}
.card-container.admin-card-container .icon-body .title {
  margin: 0 0 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: auto;
}
.card-container.admin-card-container .icon-body .title a {
  color: #ffffff;
  font-weight: bold;
}
.card-container.admin-card-container .icon-body .prevalent-partnership {
  margin-top: 10px;
  margin-left: 2px;
  color: #ffffff;
}
.card-container.admin-card-container .icon-body .dash-briefcase {
  margin-right: 5px;
}
.card-container.admin-card-container .icon-footer {
  height: 40px;
  background-color: #297a38;
}
.card-container.admin-card-container .icon-footer .amos-tooltip,
.card-container.admin-card-container .icon-footer .am-google {
  margin-left: 10px;
  color: #ffffff;
}
.card-container.admin-card-container .icon-footer .am-google {
  font-size: 1.85em;
}
.card-container.admin-card-container .icon-btn-action {
  background-color: #297a38;
  padding: 15px;
}
.card-container.admin-card-container .icon-btn-action .btn-connect-to-user,
.card-container.admin-card-container .icon-btn-action .user-to-event-widget {
  width: 100%;
  box-shadow: none;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 1.2em;
  padding: 0;
  margin: 5px 0 0;
}
.card-container.admin-card-container .icon-btn-action .btn-connect-to-user .am,
.card-container.admin-card-container .icon-btn-action .user-to-event-widget .am {
  font-size: 1em;
  position: relative;
  top: 1px;
}
/**
USER PROFILE AJAX - MODAL CONTACTS
same as amos-layout form default style
 */
.search-recipients .form-control {
  border: 1px solid #b4c2ca;
  border-bottom-color: #688596;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.7px;
  font-family: inherit;
  line-height: 20px;
  color: #5c6f82;
}
#pjax-container-contact-share + .modal-contact-comment {
  margin: 15px 0;
}
#pjax-container-contact-share + .modal-contact-comment label.control-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: normal;
  line-height: normal;
  color: #000000;
  font-size: 13px;
}
#pjax-container-contact-share + .modal-contact-comment textarea {
  border: 1px solid #b4c2ca;
  border-bottom-color: #688596;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.7px;
  font-family: inherit;
  line-height: 20px;
  color: #5c6f82;
}
/**
end user profile ajax
 */
.change-user-index {
  margin-top: 30px;
}
.change-user-index div[data-role="list-view"] {
  display: flex;
  flex-wrap: wrap;
}
.change-user-index div[data-role="list-view"] .change-user-card-container {
  position: relative;
  background-color: #D8D8D8;
  margin: 30px 0;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  min-height: 200px;
}
.change-user-index div[data-role="list-view"] .change-user-card-container .change-user-card-img {
  display: flex;
}
.change-user-index div[data-role="list-view"] .change-user-card-container .change-user-card-img .container-round-img {
  border-radius: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  margin: 0;
  border: 1px solid #d8d8d8;
  z-index: 2;
  margin-top: -60px;
}
.change-user-index div[data-role="list-view"] .change-user-card-container .change-user-card-img .container-round-img a {
  display: flex;
  height: 100%;
}
.change-user-index div[data-role="list-view"] .change-user-card-container .change-user-card-img .container-round-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.change-user-index div[data-role="list-view"] .change-user-card-container .change-user-card-img .change-user-organization {
  font-weight: bold;
  padding-left: 10px;
  /* width: 60%; */
}
.change-user-index div[data-role="list-view"] .change-user-card-container .change-user-card-body {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
}
.change-user-index div[data-role="list-view"] .change-user-card-container .change-user-card-body .change-user-card-info {
  display: flex;
}
.change-user-index div[data-role="list-view"] .change-user-card-container .change-user-card-body .change-user-card-info strong {
  margin-right: 5px;
}
.change-user-index div[data-role="list-view"] .change-user-card-container .change-user-card-body .change-user-card-info span {
  word-break: break-word;
}
.change-user-index div[data-role="list-view"] .change-user-card-container .change-user-card-body .change-user-cta {
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
}
.change-user-index div[data-role="list-view"] .change-user-card-container .change-user-card-body .change-user-cta:not(.btn) {
  line-height: 1.42857143;
  padding-top: 6px;
  padding-bottom: 6px;
}
