@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}
.hide-desktop {
  display: none;
}
@media screen and (max-width: 767px) {
  .hide-desktop {
    display: block;
  }
}
#sp-main-body {
  min-height: calc(100vh - 142px);
  padding: 50px;
}
#sp-header .logo {
  max-height: initial;
}
.header-modules form {
  margin: 0;
}
.header-modules form .form-control {
  box-sizing: border-box;
  margin: 0;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#system-message-container {
  position: relative;
  max-width: 100%;
  bottom: auto;
  right: auto;
  z-index: 100;
}
.offcanvas-menu .offcanvas-inner .nav-pills > .active > a,
.offcanvas-menu .offcanvas-inner .nav-pills > .active > a:hover,
.offcanvas-menu .offcanvas-inner .nav-pills > .active > a:focus {
  color: #00adee;
  background: transparent;
}
.com-gestion {
  color: #495057;
  padding: 0;
  /* stile calendario */
}
.com-gestion div.modal {
  position: fixed;
  margin-left: 0;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background: transparent;
}
.com-gestion .form-validate .input-param,
.com-gestion .form-validate input[type="text"],
.com-gestion .form-validate input[type="number"] {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #ffffff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  height: auto;
}
.com-gestion .form-validate input[type="date"] {
  height: 38px;
  width: 100vw;
  display: flex;
}
.com-gestion .form-validate input.invalid {
  border: 1px solid #9d261d;
  background: #f2dede;
}
.com-gestion .comp-title-page {
  margin-bottom: 30px;
}
.com-gestion .form-btn {
  margin-top: 40px;
}
.com-gestion .wrap-inpt {
  margin-top: 15px;
}
.com-gestion .form-validate .field-calendar input {
  width: auto;
}
.com-gestion .fc-theme-standard .fc-h-event .fc-event-title {
  white-space: normal;
}
.com-gestion .fc-theme-standard td {
  cursor: pointer;
}
.com-gestion .works,
.com-gestion .congedo {
  cursor: initial;
}
.com-gestion .ferie {
  background: #198754;
  border-color: #198754;
}
.com-gestion .formazione {
  background: #ffc107;
  border-color: #ffc107;
}
.com-gestion .malattia {
  background: #dc3545;
  border-color: #dc3545;
}
.com-gestion .box-calendar {
  margin-top: 20px;
}
.com-gestion .box-calendar a {
  color: #495057;
}
.com-gestion .box-calendar .fc-header-toolbar div:nth-child(3) {
  white-space: nowrap;
}
.com-gestion .list-commesse {
  margin-top: 20px;
}
.com-gestion .td-perc {
  min-width: 170px;
}
.com-gestion .perc-comm {
  border-radius: 5px;
  font-size: 0.9em;
  background: #dfdfdf;
  overflow: hidden;
}
.com-gestion .perc-comm .perc {
  padding: 3px;
  text-align: center;
  color: #ffffff;
  background: #dfdfdf;
  max-width: 100%;
}
.com-gestion .ok-status .perc {
  background-color: #008000;
}
.com-gestion .alert-status .perc {
  background-color: #FFA500;
}
.com-gestion .error-status .perc {
  background-color: #CB3234;
}
.com-gestion .btn-base {
  background: #dfdfdf;
}
.com-gestion .filter {
  margin-top: 20px;
}
.com-gestion .filter .js-stools-container-bar {
  margin-top: 0;
}
.com-gestion .filter .btn-wrapper {
  display: inline-flex;
}
.com-gestion .filter .btn-wrapper #filter_search {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.com-gestion .filter .btn-wrapper #filter_search + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #dfdfdf;
}
.com-gestion .filter .btn-wrapper #filter_search + .btn .icon-search {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  width: 1.25em;
  font-size: 17px;
}
.com-gestion .filter .btn-wrapper #filter_search + .btn .icon-search:before {
  content: "\f002";
}
.com-gestion .filter .btn {
  border: 1px solid #dfdfdf;
}
.com-gestion .filter.report-ore .control-group {
  width: 200px;
  display: inline-block;
}
.com-gestion .filter.report-ore .control-group .input-group-text {
  padding: 0;
}
.com-gestion .tab-commesse th:last-child,
.com-gestion .tab-commesse td:last-child {
  text-align: right;
}
.com-gestion .stat-com .dot-status {
  display: inline-block;
  vertical-align: sub;
  width: 50px;
  padding: 3px 5px;
  border-radius: 20px;
  background-color: #dfdfdf;
  text-align: center;
  color: #ffffff;
}
.com-gestion .stat-com.ok-status .dot-status {
  background-color: #008000;
}
.com-gestion .stat-com.alert-status .dot-status {
  background-color: #FFA500;
}
.com-gestion .stat-com.error-status .dot-status {
  background-color: #CB3234;
}
.com-gestion .pagination .pull-right {
  margin-right: 20px;
}
.com-gestion .row-activity .perc-comm {
  border: 1px solid #9f9f9f;
  margin-top: 20px;
}
.com-gestion .row-activity .inner-act {
  border: 1px solid #9f9f9f;
  padding: 15px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .com-gestion .row-activity .inner-act {
    flex-direction: column;
  }
}
.com-gestion .row-activity label {
  font-weight: 600;
}
.com-gestion .row-activity .act-name {
  margin-right: 20px;
  font-weight: bold;
}
.com-gestion .row-activity .act-cat {
  margin-right: 20px;
  flex-grow: 1;
}
.com-gestion .row-activity .act-ore {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .com-gestion .row-activity .act-ore {
    margin-left: 0;
  }
}
.com-gestion .no-prev {
  font-weight: 600;
  padding: 15px 0;
}
.com-gestion .ctn-time .subval {
  margin-right: 15px;
}
.com-gestion .ctn-time .s-title {
  font-weight: bold;
  display: inline-block;
  width: 195px;
}
.com-gestion .inpt input:disabled,
.com-gestion .inpt input:read-only {
  background: #dfdfdf;
}
.com-gestion .error-label {
  color: #a51f18;
}
.com-gestion .wrapper-comm {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.com-gestion .comm {
  display: flex;
  flex-direction: column;
  color: #495057;
  width: calc(33% - 7px);
  border-radius: 3px;
  border: 1px solid #9f9f9f;
  position: relative;
}
.com-gestion .comm.full-row {
  width: 100%;
}
.com-gestion .comm .comm-name {
  font-size: 1.2em;
  font-weight: 600;
  color: #495057;
  background: #ededed;
  margin: 0;
  border-bottom: 1px solid #9f9f9f;
  display: flex;
  flex-direction: row;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .com-gestion .comm .comm-name {
    flex-direction: column;
  }
}
.com-gestion .comm .comm-name .comm-text {
  flex-grow: 1;
}
.com-gestion .comm .comm-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.com-gestion .comm .lbl {
  font-weight: bold;
}
.com-gestion .comm .comm-link {
  color: #495057;
}
.com-gestion .comm .time {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.com-gestion .comm .comm-tot-ore {
  font-weight: 600;
  padding-top: 3px;
  margin-top: auto;
  border-top: 1px solid #495057;
}
.com-gestion .comm .comm-tot-ore .ore {
  float: right;
  font-size: 1.1em;
}
.com-gestion .comm .t-act {
  width: 100%;
  margin-bottom: 10px;
}
.com-gestion .comm .t-act td:last-child,
.com-gestion .comm .t-act th:last-child {
  text-align: right;
}
.com-gestion .comm .t-act thead th {
  color: #495057;
  font-weight: 600;
}
.com-gestion .comm .t-act thead tr {
  border-bottom: 1px solid #9f9f9f;
}
.com-gestion .comm .t-act tbody tr:nth-child(2n) {
  background-color: #dfdfdf;
}
.com-gestion .comm .perc-comm {
  margin-top: 10px;
}
.com-gestion .tot-ore {
  font-weight: 600;
  padding-top: 30px;
  font-size: 22px;
}
@media screen and (max-width: 1199px) {
  .com-gestion .comm {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .com-gestion .comm {
    width: 100%;
  }
  .com-gestion .btn-mobile {
    display: block;
    width: 100%;
    padding: 15px;
    margin-top: 20px;
  }
  .com-gestion #sp-main-body {
    padding: 30px 0;
  }
  .com-gestion .filter .js-stools-container-bar {
    float: none;
  }
  .com-gestion .filter .js-stools .js-stools-container-list {
    display: none !important;
  }
  .com-gestion .filter .search-filter {
    display: flex;
    width: 100%;
  }
  .com-gestion .filter .tools-filter,
  .com-gestion .filter .reset-filter {
    margin-top: 10px;
    display: inline-flex;
  }
  .com-gestion .pagination {
    flex-direction: column;
  }
  .com-gestion .pagination .pagination {
    flex-direction: row;
  }
  .com-gestion .pagination .pagination .page-item {
    display: none;
  }
  .com-gestion .pagination .pagination .page-item.active,
  .com-gestion .pagination .pagination .page-item.first,
  .com-gestion .pagination .pagination .page-item.previous,
  .com-gestion .pagination .pagination .page-item.next,
  .com-gestion .pagination .pagination .page-item.last {
    display: list-item;
  }
  .com-gestion .pagination .pagination .page-item.active + .page-item {
    display: list-item;
  }
  .com-gestion .report-ore .btn-primary {
    width: 100%;
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=custom.css.map */