@charset "UTF-8";

#memo {
  /*
   * sass --watch assets/ArchitectUI/css/custom.scss:assets/ArchitectUI/css/custom.css
   */
  @import url("https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed&display=swap");
}

#memo .min {
  white-space: nowrap;
  width: 1% !important;
}

#memo .info-date {
  text-align: right;
  font-size: 80%;
}

#memo .small-caps {
  font-variant: small-caps;
}

#memo .h-100 {
  height: 100% !important;
}

#memo .btn-toolbar .btn {
  margin-right: 5px;
}

#memo .btn-toolbar .btn:last-child {
  margin-right: 0;
}

#memo .btn-lg,
#memo .btn-group-lg>.btn {
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
}

#memo .card-header {
  justify-content: space-between;
}

#memo .app-header__logo .logo-src {
  width: auto;
  height: auto;
}

#memo .app-sidebar__inner {
  font-family: "Roboto Condensed", sans-serif;
}

#memo .app-footer .app-footer__inner {
  height: 59px;
}

#memo .form-control {
  transition: none;
}

#memo .select2-selection--single {
  height: 100% !important;
}

#memo .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 40px;
}

#memo .select2-container .select2-selection--single .select2-selection__clear {
  margin-right: -30px;
  color: #555;
}

#memo .select2-selection--multiple .select2-selection__choice {
  float: left;
}

#memo .breadcrumb {
  color: rgba(0, 0, 0, 0.6);
  font-variant: small-caps;
  background-color: #f8f9fa;
  border-radius: 0;
  padding: 0.15rem 1.5rem;
  font-size: small;
  line-height: inherit;
  margin-bottom: 0;
}

#memo .breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "▸";
}

#memo.text-sm .breadcrumb-wrapper {
  margin-top: -10px;
}

#memo .breadcrumb a,
#memo .breadcrumb>li+li:before {
  color: rgba(0, 0, 0, 0.6);
}

#memo .input-group-text {
  background-color: #e9ecef;
}

#memo .filter-small input,
#memo .filter-small select,
#memo .filter-small .select2-selection {
  font-size: 12px;
  height: auto;
  padding: 0.12rem 0.25rem !important;
}

#memo .filter-small .select2-selection {
  padding-right: 1.5rem !important;
}

#memo .filter-small .select2-selection__clear {
  margin-right: 0;
}

#memo .kv-panel-pager {
  height: inherit;
}

#memo .table-header-custom .kv-merged-header {
  border-bottom: 1px solid currentColor;
}

#memo .card-header .summary {
  font-weight: normal;
  text-transform: none;
  font-size: 80%;
}

#memo .kv-detail-view .kv-child-table .colonna {
  width: 30%;
  vertical-align: middle !important;
}

#memo .fc .fc-toolbar.fc-header-toolbar {
  padding: 0;
}

#memo .main-card .grid-menu [class*=col-] {
  border-right-width: 1px;
  border-bottom-width: 1px;
}

#memo .main-card .grid-menu [class*=col-]:nth-child(2n) {
  border-right-width: 0;
}

#memo .main-card .grid-menu [class*=col-sm-12]:last-child {
  border-right-width: 0;
  border-bottom-width: 0;
}

#memo .tabs-above .tab-content {
  padding: 0;
}

#memo .tabs-above .table:last-child {
  margin-bottom: 0;
}

#memo .nav-tabs {
  margin-bottom: 0;
}


.app-theme-white .app-page-title {
  background-image: url(../../../images/KIT_HOME_v5.png) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.app-theme-white .app-footer .app-footer__inner,
.app-theme-white .app-header {
  background: #E0DFDF;
}

/* Modifiche colore  */
#memo .breadcrumb {
  color: rgba(0, 0, 0, 0.6);
  font-variant: small-caps;
  background-color: #C7642D;
  border-radius: 0;
  padding: 0.15rem 1.5rem;
  font-size: small;
  line-height: inherit;
  margin-bottom: 0;
}

.vertical-nav-menu li a.mm-active {
  color: #C7642D !important;
  background: #F6EADB !important;
  font-weight: bold;
}

.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(203, 129, 56, 0.25);
  background-color: #F6EADB;
}

.vertical-nav-menu li a:hover {
  background: #F6EADB;
  text-decoration: none;
}

.vertical-nav-menu ul:before {
  content: '';
  height: 100%;
  opacity: 1;
  width: 3px;
  background: #F6EADB;
  position: absolute;
  left: 20px;
  top: 0;
  border-radius: 15px;
}

.vertical-nav-menu ul>li>a:hover {
  color: #C7642D;
}

.app-sidebar__heading {
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 0.75rem 0;
  font-weight: bold;
  color: #C7642D;
  white-space: nowrap;
  position: relative;
}

.bg-mean-fruit {
  background-image: linear-gradient(120deg,
      #E6A76F 0%,
      #C7642D 55%,
      #9F4A1D 100%) !important;
}

#memo .app-page-title {
  position: relative;
  padding-bottom: 2.5rem;
  /* spazio per i breadcrumb */
}

#memo .app-page-breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#memo .app-page-breadcrumb .breadcrumb {
  margin: 0;
  padding: 0.4rem 1.5rem;
}

#memo .app-page-title {
  min-height: 180px;
  /* aumenta l’altezza del riquadro */
  padding-top: 1.5rem;
  /* più spazio sopra */
  padding-bottom: 3.5rem;
  /* spazio per immagine + breadcrumb */
}


.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #C7642D;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  border-radius: 10px;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #C7642D;
}

.app-page-title .page-title-heading {
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  align-content: center;
  align-items: center;
  color: #03413F;
}

/*# sourceMappingURL=custom.css.map */