/* 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;
}
.box-widget .container-calendary {
  background-color: #cccccc;
}
.box-widget .container-calendary .title {
  color: #5f5f5f;
  margin: 15px 0;
  text-align: center;
}
.box-widget .container-calendary .calendary {
  background-color: #ffffff;
  height: 100%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .box-widget .container-calendary #event-calendar-pjax > div.col-xs-8 {
    padding: 0;
    width: 100%;
  }
}
.box-widget .container-calendary .event {
  min-height: 300px;
  /*same as calendary class*/
  border: 4px solid #297a38;
  padding: 20px 15px;
  background-color: #fff;
}
.box-widget .container-calendary .event .am {
  color: #000000;
  font-size: 1.5em;
  position: relative;
  top: 4px;
}
.box-widget .container-calendary .event .dash {
  color: #000000;
  font-size: 1.5em;
  float: right;
  padding-bottom: 5px;
}
.box-widget .container-calendary .event .container-date {
  border-bottom: 1px solid #297a38;
  padding: 0 0 10px 0 !important;
  margin-bottom: 15px;
}
.box-widget .container-calendary .event .container-date .date {
  font-size: 1.0em;
  font-weight: bold;
  background-color: #000000;
  color: #ffffff;
  padding: 3px 15px;
}
.box-widget .container-calendary .event .container-event {
  /*margin: 30px 0 0 40px;*/
}
.box-widget .container-calendary .event .container-event > a {
  font-size: 2em;
  font-weight: bold;
  color: #297a38;
  line-height: 1.1em;
}
.box-widget .container-calendary .event .container-event > p {
  color: #000000;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .box-widget .container-calendary .calendary,
  .box-widget .container-calendary .event {
    width: 100%;
  }
}
.box-widget .container-calendary .carousel-indicators {
  bottom: -40px;
}
.box-widget .empty-event {
  color: #fff;
}
/*---- OVERRIDE FULLCALENDAR -------------*/
.box-widget .fc,
.widget-graphic-cms-bi-less.card-eventi .fc {
  /* override border */
}
.box-widget .fc .fc-month-view .fc-day-grid-event .fc-title,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-month-view .fc-day-grid-event .fc-title {
  display: none;
}
.box-widget .fc .fc-month-view .fc-day-grid-event .fc-content,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-month-view .fc-day-grid-event .fc-content {
  height: 2px;
}
.box-widget .fc .panel-default,
.widget-graphic-cms-bi-less.card-eventi .fc .panel-default,
.box-widget .fc .fc-head-container,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-head-container,
.box-widget .fc .fc-head,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-head,
.box-widget .fc .fc-body,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-body,
.box-widget .fc .table-bordered,
.widget-graphic-cms-bi-less.card-eventi .fc .table-bordered,
.box-widget .fc .table-bordered > thead > tr > th,
.widget-graphic-cms-bi-less.card-eventi .fc .table-bordered > thead > tr > th,
.box-widget .fc .table-bordered > tbody > tr > td,
.widget-graphic-cms-bi-less.card-eventi .fc .table-bordered > tbody > tr > td {
  border-bottom-width: 0px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  border-style: none;
  border-color: transparent;
  border: none;
}
.box-widget .fc .fc-toolbar.fc-header-toolbar,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0px;
}
.box-widget .fc .fc-toolbar,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.box-widget .fc .fc-toolbar .fc-right,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-toolbar .fc-right {
  order: -1;
  margin: 0 auto;
}
.box-widget .fc .fc-toolbar .fc-center,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-toolbar .fc-center {
  position: relative;
  top: -22px;
  margin: 0 auto;
}
.box-widget .fc .fc-toolbar .btn-group,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-toolbar .btn-group {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}
.box-widget .fc .fc-toolbar .fc-prev-button.btn.btn-default,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-toolbar .fc-prev-button.btn.btn-default,
.box-widget .fc .fc-toolbar .fc-next-button.btn.btn-default,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-toolbar .fc-next-button.btn.btn-default {
  border: 1px solid transparent;
}
.box-widget .fc .fc-toolbar .fc-prev-button.btn.btn-default:hover,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-toolbar .fc-prev-button.btn.btn-default:hover,
.box-widget .fc .fc-toolbar .fc-next-button.btn.btn-default:hover,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-toolbar .fc-next-button.btn.btn-default:hover {
  background-color: transparent;
  border: 1px solid #5f5f5f;
}
.box-widget .fc .fc-toolbar .fc-month-button.btn.btn-default,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-toolbar .fc-month-button.btn.btn-default {
  background-color: #ededed;
  margin-bottom: 10px;
}
.box-widget .fc .fc-toolbar .fc-month-button.btn.btn-default:hover,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-toolbar .fc-month-button.btn.btn-default:hover {
  opacity: 0.8;
}
.box-widget .fc .fc-toolbar .fc-month-button.btn.btn-default.active,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-toolbar .fc-month-button.btn.btn-default.active {
  display: none;
}
.box-widget .fc .fc-toolbar button,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-toolbar button {
  padding: 5px 10px;
  background-color: transparent;
  border: none;
  font-weight: bold;
  color: #5f5f5f;
  box-shadow: none;
}
.box-widget .fc .fc-toolbar h2,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-toolbar h2 {
  font-size: 1.2em;
  font-weight: bold;
}
.box-widget .fc .fc-view-container .fc-head .fc-head-container,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-view-container .fc-head .fc-head-container {
  padding-bottom: 10px;
}
.box-widget .fc .fc-view-container .fc-head .fc-head-container .fc-day-header,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-view-container .fc-head .fc-head-container .fc-day-header {
  font-weight: normal;
}
.box-widget .fc .fc-view-container .fc-head .fc-head-container .fc-day-header:last-child,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-view-container .fc-head .fc-head-container .fc-day-header:last-child {
  /* override */
  font-weight: normal;
}
.box-widget .fc .fc-view-container .fc-body .fc-day-grid .fc-row,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-view-container .fc-body .fc-day-grid .fc-row {
  max-height: 40px !important;
  min-height: 2em;
}
.box-widget .fc .fc-view-container .fc-body .fc-day-grid .fc-row .fc-day-top,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-view-container .fc-body .fc-day-grid .fc-row .fc-day-top {
  max-width: 60px;
}
.box-widget .fc .fc-view-container .fc-body .fc-day-grid .fc-row .fc-day-top .fc-day-number,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-view-container .fc-body .fc-day-grid .fc-row .fc-day-top .fc-day-number {
  width: 90%;
  text-align: center;
}
.box-widget .fc .fc-view-container .fc-body .fc-day-grid .fc-row .fc-day-top.alert-info a.fc-day-number,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-view-container .fc-body .fc-day-grid .fc-row .fc-day-top.alert-info a.fc-day-number {
  color: #297a38;
  font-weight: bold;
  cursor: pointer;
}
.box-widget .fc .fc-view-container .fc-body .fc-day-grid .fc-row .fc-day-top.alert-info a.fc-day-number:hover,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-view-container .fc-body .fc-day-grid .fc-row .fc-day-top.alert-info a.fc-day-number:hover {
  text-decoration: none;
}
.box-widget .fc .fc-view-container .fc-body .fc-day-grid .fc-row .fc-day-top:not(.fc-today) a.fc-day-number,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-view-container .fc-body .fc-day-grid .fc-row .fc-day-top:not(.fc-today) a.fc-day-number {
  color: #5f5f5f;
  cursor: pointer;
}
.box-widget .fc .fc-view-container .fc-body .fc-day-grid .fc-row .fc-day-top:not(.fc-today) a.fc-day-number:hover,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-view-container .fc-body .fc-day-grid .fc-row .fc-day-top:not(.fc-today) a.fc-day-number:hover {
  text-decoration: none;
}
.box-widget .fc .fc-view-container .fc-body .fc-day-grid .fc-row .fc-day.alert-info,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-view-container .fc-body .fc-day-grid .fc-row .fc-day.alert-info {
  /* override */
  background-color: transparent;
}
.box-widget .fc .fc-view-container .fc-body .fc-day-grid .fc-row .fc-content-skeleton tr .fc-day-top:last-child,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-view-container .fc-body .fc-day-grid .fc-row .fc-content-skeleton tr .fc-day-top:last-child {
  font-weight: normal;
}
.box-widget .fc .fc-row a.fc-day-grid-event,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-row a.fc-day-grid-event {
  cursor: default;
}
.box-widget .fc .fc-row a.fc-day-grid-event:hover,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-row a.fc-day-grid-event:hover {
  opacity: 1;
}
.box-widget .fc .fc-basicDay-view .fc-row a.fc-day-grid-event,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-basicDay-view .fc-row a.fc-day-grid-event {
  cursor: pointer;
}
.box-widget .fc .fc-basicDay-view .fc-row a.fc-day-grid-event:hover,
.widget-graphic-cms-bi-less.card-eventi .fc .fc-basicDay-view .fc-row a.fc-day-grid-event:hover {
  opacity: 0.8;
}
.widget-graphic-cms-bi-less.card-eventi #eventsOwlCarousel .owl-nav:not(.disabled) {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  left: unset;
  bottom: unset;
}
.widget-graphic-cms-bi-less.card-eventi #eventsOwlCarousel .owl-nav:not(.disabled) .owl-next,
.widget-graphic-cms-bi-less.card-eventi #eventsOwlCarousel .owl-nav:not(.disabled) .owl-prev {
  margin-left: 10px;
  background-color: #ffffff;
  color: #000000;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  outline: 0;
  opacity: 1;
}
.widget-graphic-cms-bi-less.card-eventi #eventsOwlCarousel .owl-nav:not(.disabled) .owl-next .mdi:before,
.widget-graphic-cms-bi-less.card-eventi #eventsOwlCarousel .owl-nav:not(.disabled) .owl-prev .mdi:before {
  font-weight: bold !important;
}
.widget-graphic-cms-bi-less.card-eventi .fc .fc-toolbar .fc-month-button.btn.btn-default.active {
  font-size: 16px;
}
.widget-graphic-cms-bi-less.card-eventi .fc .fc-view-container .fc-body .fc-day-grid .fc-row {
  max-height: 40px !important;
  min-height: 2em;
}
