﻿/*$menu-bg: #F5F5F5; // #D2D2D4;
$menu-fc: #FAAF4F; // #E2010E;
$menu: #2A5B73; //#3D3D3D; // #B495D0;
$toolbar: #78CAD2; // #b0b5b3; // #B495D0;
$login: #FAAF4F; // #3D3D3D; // #B495D0;
$loginDark: #FAAF4F; // #E2010E; // #2A0C4E;
$info: #17a2b8; // #53a2be;
$success: #198754; // #339933 ;
$warning: #FFC107;
$error: #dc3545; // #F14434;*/
html {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
}

body {
  margin: 0px;
  height: 100%;
}

.bodyscroll {
  position: absolute !important;
  overflow: scroll !important;
}

.bodynoscroll {
  overflow: hidden;
}

a {
  color: #393E41;
  text-decoration: none;
}

a:hover {
  color: #ff5c1a;
  text-decoration: none;
}

.text-gray-100 {
  color: #f8f9fc !important;
}

.text-gray-200 {
  color: #eaecf4 !important;
}

.text-gray-300 {
  color: #dddfeb !important;
}

.text-gray-400 {
  color: #d1d3e2 !important;
}

.text-gray-500 {
  color: #b7b9cc !important;
}

.text-gray-600 {
  color: #858796 !important;
}

.text-gray-700 {
  color: #6e707e !important;
}

.text-gray-800 {
  color: #5a5c69 !important;
}

.text-gray-900 {
  color: #3a3b45 !important;
}

.k-body,
.k-typography {
  font-size: 1rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
}

.fa-beat-hover:hover {
  animation: fa-beat 2s infinite linear;
}

@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
/* MENU */
.MenuPrincipale {
  /*background-color: $menu-bg !important;
  color: $menu !important;*/
  margin: 0px;
  padding: 0px !important;
}

.k-menu .k-menu-item {
  /*margin-left: 2px;
  margin-right: 2px;*/
  background-color: #e3eef4 !important;
}

.k-menu:not(.k-context-menu) {
  background-color: #e3eef4;
}

.k-menu-group, .k-menu.k-context-menu {
  background-color: #e3eef4;
}

.k-menu .k-link, .k-menu .k-menu-item, .k-menu .k-menu-link, .k-menu .k-link.k-menu-link {
  color: #393E41 !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.015rem;
  /*padding-left: 10px;
  padding-right: 10px;*/
}

.k-menu .k-link.k-active, .k-menu .k-link:hover {
  background-color: #ff5c1a !important;
  color: #f8f9fa !important;
  border-radius: 0.375rem;
  border-width: 1px;
}
.k-menu .k-link.k-active .k-menu-expand-arrow, .k-menu .k-link:hover .k-menu-expand-arrow {
  background-color: #ff5c1a !important;
  color: #f8f9fa !important;
}

.k-menu .k-link.k-active, .k-menu .k-link:hover {
  border-radius: 0px;
}

.k-menu-popup {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.k-menu-popup .k-menu-item .k-menu-link {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-bottom: 4px !important;
  padding-top: 4px !important;
  min-width: 100px;
}
.k-menu-popup .k-menu-item .k-menu-link .k-hover {
  border-radius: 0px;
}

.rootMenuItem .k-menu-link {
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-bottom: 4px !important;
  padding-top: 4px !important;
}
.rootMenuItem .k-hover {
  border-radius: 0px;
}

.k-menu .k-manu-group-md .k-menu .k-menu-expand-arrow, .k-menu .k-menu-expand-arrow {
  margin-inline-start: 0rem !important;
  margin-inline-end: 0rem !important;
}

.k-menu .k-menu-expand-arrow:hover {
  background-color: #D2D2D4 !important;
  color: #e3eef4 !important;
}

.avatar-circle {
  width: 35px;
  height: 35px;
  background-color: #ff5c1a;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.avatar-circle .initials {
  position: relative;
  top: 7px;
  font-size: 15.75px;
  line-height: 19.25px;
  color: #fff;
  font-weight: bold;
}
.avatar-circle .initials-sm {
  position: relative;
  top: 5.25px;
  font-size: 17.5px;
  line-height: 17.5px;
  color: #fff;
  font-weight: bold;
}

.avatar-circle-sm {
  width: 30px;
  height: 30px;
  background-color: #ff5c1a;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.avatar-circle-sm .initials {
  position: relative;
  top: 6px;
  font-size: 13.5px;
  line-height: 16.5px;
  color: #fff;
  font-weight: bold;
}
.avatar-circle-sm .initials-sm {
  position: relative;
  top: 4.5px;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  font-weight: bold;
}

.avatar-circle-lg {
  width: 35px;
  height: 35px;
  background-color: #ff5c1a;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.avatar-circle-lg .initials {
  position: relative;
  top: 7px;
  font-size: 15.75px;
  line-height: 19.25px;
  color: #fff;
  font-weight: bold;
}
.avatar-circle-lg .initials-sm {
  position: relative;
  top: 5.25px;
  font-size: 17.5px;
  line-height: 17.5px;
  color: #fff;
  font-weight: bold;
}

.menuFlexItem {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

/* MENU - Fine*/
/* WINDOWS */
.k-window-titlebar {
  background-color: #73a9c9;
  border-color: #73a9c9;
}

.windowFooterbar {
  padding-top: 16px;
  border-top: 1px solid #D2D2D4;
  margin-top: 18px;
}

/* WINDOWS - Fine */
/* BUTTONS */
.k-button-solid-base {
  border-color: #73a9c9;
  color: #fff;
  background-color: #73a9c9;
}

.k-picker-solid {
  border-color: #6F9568;
  color: #fff;
  background-color: #6F9568;
}

/* BUTTONS - Fine */
/* NOTIFICATION */
.k-notification-wrap {
  width: 100%;
}

.k-notification {
  border: 0;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  padding-top: 6px;
}

/*.myNotificationBox {
    border: 0;
    height: 100px;
    line-height: normal;
    font-size: 12px !important;
    padding: 0px;
    width: 300px;
    //height: 100px;
}

.myNotificationBox h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 20px 10px 5px;
    margin: 0px !important;
}

.myNotificationBox img, .myNotificationBox span {
    float: left;
    margin: 30px 15px 30px 15px;

}*/
/*.k-notification span > li {
    padding-left: 15px;
}*/
.k-notification-content .textContent {
  margin-left: 15px;
  min-height: 10px;
  height: fit-content;
}

/*.k-animation-container {
    right: 30px;
    bottom: 30px;
}*/
#notification-container {
  position: fixed;
  top: 75px;
  right: 10px;
  z-index: 10010; /* Allows the notification container to appear above modal overlays */
}

.k-notification span.fa {
  float: left;
}

/* Info template */
/*.k-notification-info-icon:before {
    content: "\e809";*/ /* Adds a glyph using the Unicode character number */
/*}

.k-notification-info {
    background: rgba(0%,40%,100%,.9) !important;
    color: #fff !important;
}*/
/* Error template */
/*.k-notification-error-icon:before {
    content: "\e403";*/ /* Adds a glyph using the Unicode character number */
/*}

.k-notification-error {
    background: rgba(100%,10%,10%,.9) !important;
    color: #fff !important;
}*/
/* Success template */
/*.k-notification-success-icon:before {
    content: "\e118";*/ /* Adds a glyph using the Unicode character number */
/*}*/
/*.k-notification-success {
    color: #d1ebd1;
    background-color: #306030;
}*/
/* Warning template */
/*.k-notification-warning-icon:before {
    content: "\e403";*/ /* Adds a glyph using the Unicode character number */
/*}

.k-notification-warning {
    background: rgba(100%,50%,0%,.9) !important;
    color: #fff !important;
}*/
/* NOTIFICATION - Fine */
.was-validated .k-input-inner:invalid, .k-input-inner.is-invalid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-color: pink !important;
}

.was-validated .k-input-inner:valid, .k-input-inner.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-color: transparent;
}

.icon_bg {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1px solid rgba(225, 227, 232, 0.18);
  -webkit-box-shadow: 0 3px 4px 0 rgba(44, 71, 146, 0.25);
  box-shadow: 0 3px 4px 0 rgba(44, 71, 146, 0.25);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
  will-change: transform;
  background-color: #f8f9fa;
  color: #393E41;
  /*&.active {
      background-color: $light;
      color: $dark;
  }

  &.not_active {
      background-color: $light;
      color: $dark;
  }*/
}

/* OVERLAY SPINNER */
#overlay {
  display: none;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  place-items: center;
  justify-content: center;
  align-items: center;
}

.custom-loader {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 10px solid;
  border-color: #393E41;
  border-right-color: #ff5c1a;
  animation: s2 1s infinite linear;
}

@keyframes s2 {
  to {
    transform: rotate(1turn);
  }
}
/* OVERLAY SPINNER - Fine */
/* SCHEDULER */
.redrow {
  background: #ff6f7b;
}

.k-sm-date-format {
  color: #FFFFFF;
}

.k-lg-date-format {
  color: #FFFFFF;
}

.k-icon k-i-calendar {
  color: #FFFFFF;
}

.yellowrow {
    background: #F0E68C;
}

.k-scheduler .k-today.yellowrow {
  background: #F0E68C;
}

#ApriPlanner {
    background-color: #04aa6d;
}

#labelData {
  color: #FFFFFF;
}

.k-scheduler-toolbar .k-nav-current {
  display: none;
}

.k-nav-current {
  display: none;
}

.k-slot-cell .k-scheduler-group-cell {
    width: 100px;
}

#windowLoad {
  background-color: #4ca875;
}

.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

/* SCHEDULER - FINE */
