/**
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));
  }
}
.no-margin {
  margin: 0;
}
/**
IMPORT STYLE-CUSTOM
 */
/** BRANDBOOK */
.login-page .logo-login {
  display: flex;
  flex-direction: row;
  justify-content: flex;
  align-items: center;
}
.login-page .logo-login .login-logo-text {
  font-size: 18px;
  margin: 0 0 0 0;
  padding-left: 0;
}
#community-members-grid-btn-invitation {
  display: none !important;
}
.container-logo .container-custom a:nth-child(1) {
  padding-right: 24px;
}
.container-logo .container-custom .title-text {
  font-size: 18px;
  margin: 0 0 0 24px;
}
.select2-selection__clear {
  display: none;
}
.select2-selection.select2-selection--multiple::after {
  position: absolute;
  top: auto !important;
  bottom: 10%;
}
.select2-container {
  border: 1px solid #595959 !important;
}
.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
  margin: 5px 6px 0px 6px !important;
}
.logo-login .login-logo-and-text a img {
  height: 40px;
}
.login-block.security-message .login-body a {
  color: #ffffff;
  text-decoration: none;
}
.login-block.security-message .login-body a:hover {
  text-decoration: underline;
}
/*AGGIORNAMENTO SCOPE COMMUNITY*/
.community-page .breadcrumb {
  padding: 15px 10%;
}
@media screen and (min-width: 768px) {
  .network-breadcrumb > nav,
  .community-dashboard-container > nav {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .network-breadcrumb > nav + .sub-dashboard-graphics,
  .community-dashboard-container > nav + .sub-dashboard-graphics {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .community-network-container .network-box .network-infos .container-custom {
    flex-direction: column;
  }
}
.community-network-container .network-box .network-infos .container-custom .header-community {
  padding: 30px 30px 15px;
}
@media (min-width: 768px) {
  .community-network-container .network-box .network-infos .container-custom .header-community {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .community-network-container .network-box .network-infos .container-custom .header-community {
    width: auto;
  }
}
@media (min-width: 1280px) {
  .community-network-container .network-box .network-infos .container-custom .header-community {
    width: auto;
  }
}
@media (max-width: 767px) {
  .community-network-container .network-box .network-infos .container-custom .header-community {
    width: 100%;
  }
}
.community-network-container .network-box .network-infos .container-custom .header-community .poster-community {
  margin: 0;
}
.community-network-container .network-box .network-infos .container-custom .header-community .control-community {
  padding: 0;
}
.community-network-container .network-box .network-infos .container-custom .header-community .network-footer {
  padding: 30px 0 0;
  border: none;
  margin: 0;
  align-items: center;
}
@media (max-width: 767px) {
  .community-network-container .network-box .network-infos .container-custom .header-community .network-footer {
    padding: 15px;
    flex-wrap: wrap;
  }
}
.community-network-container .network-box .network-infos .container-custom .header-community .network-footer .btn.btn-icon,
.community-network-container .network-box .network-infos .container-custom .header-community .network-footer .wrap-icons .amos-tooltip,
.community-network-container .network-box .network-infos .container-custom .header-community .network-footer .wrap-icons .report-dropdown .btn,
.community-network-container .network-box .network-infos .container-custom .header-community .network-footer .wrap-icons .manage-network-scope .manage-menu {
  color: #ffffff;
  background: transparent;
  border: none;
  position: relative;
  width: 28px;
  height: 28px;
  font-size: 26px;
  padding: 0;
  display: block;
  margin-top: 0;
}
.community-network-container .network-box .network-infos .container-custom .header-community .network-footer .btn.btn-icon > .ic,
.community-network-container .network-box .network-infos .container-custom .header-community .network-footer .wrap-icons .amos-tooltip > .ic,
.community-network-container .network-box .network-infos .container-custom .header-community .network-footer .wrap-icons .report-dropdown .btn > .ic,
.community-network-container .network-box .network-infos .container-custom .header-community .network-footer .wrap-icons .manage-network-scope .manage-menu > .ic {
  width: 28px;
  height: 28px;
  display: block;
  position: relative;
  right: 7px;
}
.community-network-container .network-box .network-infos .container-custom .header-right-community {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 30px 30px 15px;
  width: 70%;
}
@media (max-width: 767px) {
  .community-network-container .network-box .network-infos .container-custom .header-right-community {
    width: 100%;
    padding: 15px;
  }
}
.community-network-container .network-box .network-infos .container-custom .action-community {
  width: 100%;
  position: relative;
  display: block;
  margin: 0;
  padding: 30px 0 0;
}
@media (max-width: 767px) {
  .community-network-container .network-box .network-infos .container-custom .action-community {
    width: 100%;
    padding: 15px 0 0;
  }
}
.community-network-container .network-box .network-infos .container-custom .action-community .back-to-dashboard {
  width: 100%;
  display: block;
  text-align: center;
}
.community-network-container .network-box .network-infos .container-custom .action-community .enter-community {
  background: #FFBB00;
  color: #000000;
  padding: 5px 15px;
}
.community-network-container .network-box .network-infos .container-custom .network-name {
  margin-top: 0;
}
.attachments-list .attachment-list-item {
  border-bottom: 1px solid #ffffff;
  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;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.attachments-list .attachment-list-item:last-child {
  margin-bottom: 15px;
}
.uploadcrop {
  text-align: left !important;
}
.uploadcrop .help-block {
  display: flex;
}
.uploadcrop .preview-pane {
  padding: 0 !important;
  position: relative !important;
  z-index: 1;
}
.attachment-uploadcrop.uploadcrop {
  margin-bottom: 0;
  min-height: auto;
}
.attachment-uploadcrop.uploadcrop .form-group {
  margin-top: 0px;
  /* override amos-layout */
}
.attachment-uploadcrop.uploadcrop .form-group label.control-label {
  /* override uploadcrop.css */
  text-align: left;
  padding: 6px 15px;
  position: relative;
  width: 84%;
  float: left;
  /* same as amos-layout .input-style */
  border: 1px solid #b4c2ca;
  border-bottom-color: #688596;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  background: #ffffff;
  /* same as amos-layout .amos-font-form */
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.7px;
  font-family: inherit;
  line-height: 20px;
  color: #297a38;
  display: none;
}
.attachment-uploadcrop.uploadcrop .form-group label.control-label::after {
  content: '\e914';
  font-family: dashboard;
  position: absolute;
  right: -43px;
  font-size: 1.5em;
  bottom: -1px;
  /* same as amos-layout .btn */
  color: #297a38;
  background: #ffffff;
  border: 1px solid #1c5426;
  padding: 6px 12px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.attachment-uploadcrop.uploadcrop .form-group label.control-label:hover::after {
  background: #297a38;
  color: #ffffff;
}
.attachment-uploadcrop.uploadcrop .form-group input[type="file"] {
  display: block;
  /* override uploadcrop.css */
  text-align: left;
  padding: 10px 6px;
  position: relative;
  /* same as amos-layout .input-style */
  border: 1px solid #b4c2ca;
  border-bottom-color: #688596;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 6px;
  box-shadow: none;
  background: #ffffff;
  /* same as amos-layout .amos-font-form */
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.7px;
  font-family: inherit;
  line-height: 20px;
  color: #5e7887;
}
.attachment-uploadcrop.uploadcrop .form-group input[type="file"]:hover {
  cursor: pointer;
}
.attachment-uploadcrop.uploadcrop .form-group input[type="file"]::after {
  content: '\e914';
  font-family: dashboard;
  position: absolute;
  right: 0px;
  font-size: 1.5em;
  bottom: -1px;
  /* same as amos-layout .btn */
  color: #297a38;
  background: #ffffff;
  padding: 12px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.attachment-uploadcrop.uploadcrop .form-group input[type="file"]:hover::after {
  background: #297a38;
  color: #ffffff;
}
.attachment-uploadcrop.uploadcrop .modal-body,
.attachment-uploadcrop.uploadcrop .modal-header,
.attachment-uploadcrop.uploadcrop .modal-footer {
  padding: 15px;
}
.attachment-uploadcrop.uploadcrop .modal-body .cropper-wrapper,
.attachment-uploadcrop.uploadcrop .modal-header .cropper-wrapper,
.attachment-uploadcrop.uploadcrop .modal-footer .cropper-wrapper {
  margin-top: 0;
}
.attachment-uploadcrop.uploadcrop .modal-body .cropper-preview,
.attachment-uploadcrop.uploadcrop .modal-header .cropper-preview,
.attachment-uploadcrop.uploadcrop .modal-footer .cropper-preview {
  margin: 0 15px;
}
.attachment-uploadcrop.uploadcrop .modal-body .cropper-preview .image-size-description,
.attachment-uploadcrop.uploadcrop .modal-header .cropper-preview .image-size-description,
.attachment-uploadcrop.uploadcrop .modal-footer .cropper-preview .image-size-description {
  font-size: 14px;
}
.attachment-uploadcrop.uploadcrop.cropper-done {
  /* override uploadcrop.css */
  min-height: 150px;
}
.attachment-uploadcrop.uploadcrop.cropper-done .preview-pane {
  /* override uploadcrop.css */
  position: relative;
}
.attachment-uploadcrop.uploadcrop .preview-pane {
  z-index: 1;
  margin: 5px;
  /* override uploadcrop.css */
}
.attachment-uploadcrop.uploadcrop .preview-pane .deleteImageCrop {
  position: absolute;
  right: 10px;
  top: 10px;
}
.attachment-uploadcrop.uploadcrop .preview-pane.image-find {
  position: relative;
  padding: 0;
}
.attachment-uploadcrop.uploadcrop .preview-info-container {
  display: flex;
  padding: 5px;
  color: initial;
  font-size: 14px;
}
.attachment-uploadcrop.uploadcrop .preview-info-container div {
  flex: 1;
}
.modal-gallery-container {
  margin: 5px 0;
}
.modal-gallery-container .open-modal-gallery {
  text-decoration: none;
}
.modal-utility.attachment-gallery-modal .modal-body > div {
  padding: 0;
}
.modal-utility.attachment-gallery-modal .modal-body > div h3 {
  background-color: #e6e9f2;
  text-transform: uppercase;
  margin: 0 0 15px;
  padding: 10px;
}
.modal-utility.attachment-gallery-modal .modal-body > div.images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.modal-utility.attachment-gallery-modal .modal-body > div.images > div {
  width: 20%;
  padding: 0;
}
.modal-utility.attachment-gallery-modal .modal-body > div.images > div > .link-image {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  display: block;
  border: 2px solid transparent;
  position: relative;
  z-index: 1;
}
.modal-utility.attachment-gallery-modal .modal-body > div.images > div > .link-image:hover {
  border-color: #297a38;
  transform: scale(1.1);
  opacity: 1;
  z-index: 2;
}
.file-input .file-caption-main .input-group-btn .glyphicon {
  font-size: 16px;
  line-height: normal;
  position: relative;
}
.file-input .file-caption-main .input-group-btn .am {
  font-size: 18px;
  line-height: normal;
}
.file-input .file-caption-main .input-group-btn > button + .btn.btn-primary {
  height: 45px;
}
.file-input .file-caption-main .input-group-btn > button + .btn.btn-primary + .btn.btn-primary {
  height: 45px;
  margin-top: 0;
}
.form-group.input-prepend {
  position: relative;
}
.form-group.input-prepend label {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  height: 100%;
  padding: 0 5px;
  text-transform: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  cursor: auto;
}
.form-group.input-prepend input {
  padding-left: 110px;
}
.bootstrap-dialog.type-info .modal-header {
  background: #fff;
}
.bootstrap-dialog.type-info .modal-header div {
  display: none;
}
