:root, html {
  --select2-selected-item-background: #147ec2;
  --bg-switch-checked-color: #147ec2;
  --border-color: #e5e7eb;
  --primary-color: #147ec2;
  --primary: #147ec2;
  --body-color: #283c50;
  --input-border-color: #dfdfdf;
  --checkbox-border-color: #c9c9c9;
  --btn-close-bg: none; }

/* colors */
.bg-primary, .btn-primary:disabled {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important; }

.btn-link {
  color: var(--primary-color); }

a {
  color: var(--primary-color); }
  a:hover, a:focus {
    color: #12679d; }

.text-primary {
  color: var(--primary-color) !important; }

.btn-primary, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #FFFFFF;
  background-color: var(--primary-color);
  border-color: var(--primary-color); }

.btn-primary:hover, .btn-primary:active, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #FFFFFF;
  background-color: #12679d;
  border-color: #12679d; }

.btn-primary:not(:disabled):not(.disabled):active, .dataTables_wrapper .dataTables_paginate .paginate_button.current:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .dataTables_wrapper .dataTables_paginate .paginate_button.current:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .dataTables_wrapper .dataTables_paginate .show > .dropdown-toggle.paginate_button.current {
  color: #FFFFFF;
  background-color: #12679d;
  border-color: #12679d; }

.page-item.active .page-link, div.dt-container .dt-paging .dt-paging-button.active .page-link {
  background-color: #12679d;
  border-color: #12679d; }

div.dt-container .dt-paging .dt-paging-button .page-link {
  color: var(--primary-color); }

div.dt-container .dt-paging .dt-paging-button:not(.disabled):not(.active) .page-link:hover {
  color: var(--primary);
  text-decoration: none;
  background-color: #e4e7ea;
  border-color: transparent; }

.bg-light {
  background-color: #f3f4f6 !important; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #e5d7aa; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #abd1d7; }
  .alert-info .list-group-item {
    background-color: #d1ecf1;
    border-color: #abd1d7; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

.badge-success-light {
  border-color: rgba(20, 139, 61, 0.25);
  background-color: rgba(26, 184, 81, 0.15);
  color: #0da541; }

.badge-warning-light {
  color: #856404;
  background-color: #fff3cd;
  border-color: rgba(83, 63, 3, 0.25); }

.badge-danger-light {
  border-color: rgba(73, 18, 23, 0.25);
  color: #721c24;
  background-color: #f8d7da; }

.badge-info-light {
  border-color: rgba(6, 44, 51, 0.25);
  background-color: #d1ecf1;
  color: #0c5460; }

.dropdown .dropdown-item.active, .dropdown .dropdown-item:active {
  background-color: #f1f4f8;
  color: #147ec2; }

.gap-0 {
  gap: 0 !important; }

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !important; }

/* Float label */
.has-float-label {
  display: block;
  position: relative; }

.has-float-label > label {
  cursor: text;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  top: -7px;
  left: 0.75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
  font-weight: 600;
  margin: 0;
  font-size: 13px; }

.has-float-label > label.floated {
  position: absolute;
  top: -0.55em;
  left: 0.5rem;
  max-width: calc(100% - 0.65rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .has-float-label > label.floated:after {
    content: " ";
    display: block;
    position: absolute;
    background: white;
    height: 2px;
    top: 50%;
    left: -0.2em;
    right: -0.2em;
    z-index: -1; }

/* Form Control */
.form-group {
  --ck-color-toolbar-border: #e7e6e7;
  --ck-color-base-border: #e7e6e7; }

.form-control {
  color: var(--body-color);
  border-color: var(--input-border-color); }
  .form-control .form-control-sm {
    font-size: .875rem;
    padding: .25rem 12px; }
  .form-control:focus {
    color: #495057;
    background-color: #FFFFFF;
    border-color: #147ec2;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(20, 126, 194, 0.4); }
  .form-control::placeholder {
    color: var(--body-color);
    opacity: .5; }

/* Switch */
.switch-input:checked + .switch-slider {
  border: 1px solid var(--bg-switch-checked-color); }

.switch-input:checked + .switch-slider::before {
  border: 1px solid var(--bg-switch-checked-color); }

.switch-primary .switch-input:checked + .switch-slider {
  background-color: var(--primary);
  border-color: var(--primary); }

.switch-primary .switch-input:checked + .switch-slider::before {
  border-color: var(--primary); }

.custom-switch .custom-control-label::before {
  border: 1px solid var(--input-border-color); }

.custom-switch .custom-control-label::after {
  background-color: var(--input-border-color); }

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  border-color: #89bee0;
  background-color: #89bee0; }

.custom-control-input:disabled ~ .custom-control-label {
  color: inherit; }

/* Field Color */
[bp-field-type="color"] {
  /* Chrome, Edge, Safari */ }
  [bp-field-type="color"] .input-group-text {
    padding: 0;
    border: 0; }
    [bp-field-type="color"] .input-group-text input[type="color"] {
      padding: 0;
      border: none;
      border-radius: .25rem;
      height: 38px; }
  [bp-field-type="color"] input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0; }

/* Time */
input[type=time]::-webkit-calendar-picker-indicator {
  display: none; }

/* File Input */
.backstrap-file .backstrap-file-label {
  border: 1px solid var(--border-color); }
  .backstrap-file .backstrap-file-label:after {
    content: "Carica"; }

.custom-select {
  border: 1px solid var(--input-border-color);
  color: var(--body-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23b7b7b7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px; }

.custom-select-sm {
  padding-left: 12px; }

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--body-color);
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23b7b7b7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid var(--input-border-color);
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem; }

body .select2-container--default .select2-selection--multiple {
  color: var(--body-color);
  border-color: var(--input-border-color); }
  body .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f1efef;
    border: 1px solid #c1c1c1;
    font-size: 14px;
    display: flex;
    gap: 2px; }
  body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: var(--body-color);
    font-weight: normal;
    font-size: 22px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center; }
body .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #147ec2;
  box-shadow: 0 0 0 2px rgba(20, 126, 194, 0.4); }
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--primary);
  color: white; }
body .select2-results__option {
  padding: 4px 12px;
  font-size: 14px; }
body .select2-dropdown {
  border-color: var(--input-border-color); }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFFFFF;
  border-color: var(--primary);
  background-color: var(--primary); }

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    top: 0.275rem; }
  .form-check.no-label .form-check-input {
    margin-left: -1.25em; }

.form-check-input {
  width: 15px;
  height: 15px;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid var(--checkbox-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  position: relative;
  margin-top: 0;
  margin-left: 0; }
  .form-check-input[type=checkbox] {
    border-radius: 0.125em; }
  .form-check-input[type=radio] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    outline: 0; }
  .form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary); }
  .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
  .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type=checkbox]:indeterminate {
    background-color: var(--primary);
    border-color: var(--primary);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5; }

/* Data Range */
.daterangepicker .ranges li.active,
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #147ec2 !important; }

.swal2-modal {
  padding: 0; }
  .swal2-modal .swal2-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid rgba(22, 28, 45, 0.1);
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    text-align: left;
    font-size: 1.25rem;
    color: var(--body-color); }
  .swal2-modal .swal2-html-container {
    font-size: 1rem;
    color: var(--body-color); }
  .swal2-modal .swal2-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: .5rem 1rem;
    border-top: 1px solid rgba(22, 28, 45, 0.1);
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
    width: 100%;
    margin: 0; }
    .swal2-modal .swal2-actions .swal2-confirm {
      font-weight: 400;
      padding: .375rem .75rem;
      font-size: 1rem;
      line-height: 1.5;
      background-color: #42ba96;
      border-color: #42ba96; }
      .swal2-modal .swal2-actions .swal2-confirm:hover {
        color: #fff;
        background-color: #389e7f;
        border-color: #359478; }
    .swal2-modal .swal2-actions .swal2-cancel {
      font-weight: 400;
      padding: .375rem .75rem;
      font-size: 1rem;
      line-height: 1.5;
      background-color: #df4759;
      border-color: #df4759; }
      .swal2-modal .swal2-actions .swal2-cancel:hover {
        color: #fff;
        background-color: #d9263c;
        border-color: #cf2438; }

body .leaflet-touch .leaflet-bar {
  border: 0; }
body .leaflet-control-attribution a {
  text-decoration: none;
  display: none; }

.user-item {
  padding: 7.5px 15px;
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
  transition: background .2s;
  display: flex;
  align-items: center;
  gap: 10px; }

.user-item strong {
  font-weight: 600;
  line-height: 1.2; }

.user-item span {
  font-size: 12px; }

.user-item .status {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  background: #000;
  gap: 10px; }

.user-item:hover {
  background: #f8f9fa; }

.user-item.active {
  background: #b6e1ac70; }

.font-xl {
  font-size: 1.125rem; }

.font-lg {
  font-size: 1rem; }

.font-md {
  font-size: .95rem; }

.font-sm {
  font-size: .875rem; }

.font-xs {
  font-size: .75rem; }

.font-xxs {
  font-size: .65rem; }

.font-weight-semibold {
  font-weight: 600; }

.line-height-xs {
  line-height: 1; }

.line-height-sm {
  line-height: 1.2; }

.line-height-md {
  line-height: 1.4; }

.line-height-lg {
  line-height: 1.6; }

.line-height-xl {
  line-height: 1.8; }

.z-index-99 {
  z-index: 99; }

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch; }

.opacity-0 {
  opacity: 0; }

.opacity-25 {
  opacity: 0.25; }

.opacity-50 {
  opacity: 0.5; }

.opacity-75 {
  opacity: 0.75; }

.opacity-100 {
  opacity: 1; }

.w-320px {
  width: 320px; }

.h-320px {
  height: 320px; }

.vh-75 {
  height: 75vh; }

.vh-grow {
  /* altezza della pagina sottratti gli spazi dell'header */
  height: calc(100vh - 155px); }

.card {
  border: 1px solid var(--border-color); }
  .card .card-header {
    border-bottom: 1px solid var(--border-color); }
  .card.card-crud .card-header {
    display: flex;
    background-color: #f3f4f6;
    padding-top: .5rem;
    padding-bottom: .5rem;
    align-items: center;
    justify-content: space-between; }
  .card.card-crud .card-body {
    padding: .5rem 1.25rem; }
  .card.card-crud .table {
    margin: 0; }

.chart-card {
  height: calc(100% - 1.5rem); }
  .chart-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center; }

.calendar-wrapper {
  overflow-x: auto; }

#calendar {
  --fc-border-color: #dfdfdf;
  --fc-today-bg-color: rgba(255,220,40,.05);
  --fc-button-border-color: #e0e5ec;
  --fc-button-bg-color: #f3f4f6;
  --fc-button-text-color: #283c50;
  --fc-button-active-border-color: #df4759;
  --fc-button-active-bg-color: #fff2f5;
  --fc-button-hover-border-color: #d5dae1;
  --fc-button-hover-bg-color: #e8e9eb;
  /* visualizzazione giornaliera */
  /* visualizzazione settimanale */
  /* visualizzazione mensile */ }
  #calendar .fc-toolbar.fc-header-toolbar {
    padding: .5rem;
    margin: 0; }
  #calendar .fc-toolbar > * > :not(:first-child) {
    margin-left: 0.25em; }
  #calendar .fc-toolbar .fc-toolbar-title {
    text-transform: capitalize;
    font-size: 1em; }
  #calendar .fc-button .fc-icon {
    font-size: 1.125em; }
  #calendar .fc-button-primary {
    border-radius: .2rem;
    font-size: 12px;
    line-height: 1.5;
    padding: .25rem .5rem;
    outline: none;
    /* pdf */ }
    #calendar .fc-button-primary:not(:disabled):active {
      --fc-button-active-border-color: #e0e5ec;
      --fc-button-active-bg-color: #f3f4f6;
      --fc-button-text-color: #283c50;
      box-shadow: none; }
    #calendar .fc-button-primary.fc-button-active {
      --fc-button-text-color: #df4759;
      box-shadow: 0 0 0 2px rgba(223, 71, 89, 0.15); }
    #calendar .fc-button-primary.fc-pdfLink-button {
      --fc-button-border-color: #dc3545;
      --fc-button-bg-color: #dc3545;
      --fc-button-text-color: #fff;
      --fc-button-active-border-color: #b52a37;
      --fc-button-active-bg-color: #b52a37;
      --fc-button-hover-border-color: #b52a37;
      --fc-button-hover-bg-color: #b52a37; }
    #calendar .fc-button-primary.fc-newAppointment-button {
      --fc-button-border-color: #147ec2;
      --fc-button-bg-color: #147ec2;
      --fc-button-text-color: #fff;
      --fc-button-active-border-color: #14528f;
      --fc-button-active-bg-color: #14528f;
      --fc-button-hover-border-color: #14528f;
      --fc-button-hover-bg-color: #14528f; }
    #calendar .fc-button-primary.fc-blockSlot-button {
      --fc-button-border-color: #6c757d;
      --fc-button-bg-color: #6c757d;
      --fc-button-text-color: #fff;
      --fc-button-active-border-color: #555e66;
      --fc-button-active-bg-color: #555e66;
      --fc-button-hover-border-color: #555e66;
      --fc-button-hover-bg-color: #555e66; }
    #calendar .fc-button-primary.fc-screenshot-button {
      --fc-button-border-color: #f0ad4e;
      --fc-button-bg-color: #f0ad4e;
      --fc-button-text-color: #fff;
      --fc-button-active-border-color: #ec971f;
      --fc-button-active-bg-color: #ec971f;
      --fc-button-hover-border-color: #ec971f;
      --fc-button-hover-bg-color: #ec971f; }
  #calendar .fc-resource-label {
    display: flex;
    align-items: center;
    gap: 5px; }
    #calendar .fc-resource-label .fc-resource-avatar {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      object-fit: cover;
      border: 1px solid var(--border-color); }
    #calendar .fc-resource-label span {
      font-size: 10px;
      font-weight: 700;
      white-space: nowrap; }
  #calendar .fc-view {
    padding: 5px; }
    #calendar .fc-view .fc-daygrid-day-number {
      font-size: 12px; }
    #calendar .fc-view .fc-col-header-cell-cushion {
      white-space: normal;
      line-height: 1.2;
      text-align: center; }
    #calendar .fc-view .fc-timeline-event-harness, #calendar .fc-view .fc-timegrid-event-harness {
      padding: 2px; }
    #calendar .fc-view .fc-timegrid-event {
      padding: 2px 4px;
      border-radius: 4px;
      border: 0; }
      #calendar .fc-view .fc-timegrid-event .badges {
        padding: 2px;
        font-size: 10px;
        background-color: #000;
        line-height: 1.1;
        margin-bottom: 2px;
        margin-top: 1px;
        border-radius: 2px; }
      #calendar .fc-view .fc-timegrid-event .time {
        font-size: 12px;
        line-height: 1.1; }
      #calendar .fc-view .fc-timegrid-event .title {
        font-weight: 500; }
      #calendar .fc-view .fc-timegrid-event .description {
        line-height: 1.1;
        font-size: 12px;
        margin-bottom: 2px; }
    #calendar .fc-view .fc-timeline-event {
      padding: 2px 4px;
      border-radius: 4px;
      border: 0; }
      #calendar .fc-view .fc-timeline-event .badges {
        padding: 2px;
        font-size: 10px;
        background-color: #000;
        line-height: 1.1;
        margin-bottom: 2px;
        margin-top: 1px;
        border-radius: 2px; }
      #calendar .fc-view .fc-timeline-event .time {
        font-size: 12px;
        line-height: 1.1; }
      #calendar .fc-view .fc-timeline-event .title {
        font-weight: 500; }
      #calendar .fc-view .fc-timeline-event .description {
        line-height: 1.1;
        font-size: 12px;
        margin-bottom: 2px; }
    #calendar .fc-view .fc-daygrid-event {
      padding: 2px 4px;
      border-radius: 4px;
      border: 0; }
      #calendar .fc-view .fc-daygrid-event .badges {
        padding: 2px;
        font-size: 10px;
        background-color: #000;
        line-height: 1.1;
        margin-bottom: 2px;
        margin-top: 1px;
        border-radius: 2px; }
      #calendar .fc-view .fc-daygrid-event .time {
        font-size: 12px;
        line-height: 1.1; }
      #calendar .fc-view .fc-daygrid-event .title {
        font-weight: 500; }
      #calendar .fc-view .fc-daygrid-event .description {
        line-height: 1.1;
        font-size: 12px;
        margin-bottom: 2px; }
  #calendar .fc-scroller-harness {
    overflow-x: auto !important;
    /* abilita scroll orizzontale */ }
  #calendar .fc-timegrid {
    min-width: 100vw;
    /* larghezza minima del calendario */ }
  #calendar .fc-timegrid-col {
    min-width: 120px;
    /* larghezza minima di ogni colonna */ }
  #calendar .fc-resourceTimeGridDay-view .fc-timegrid-slot-label-cushion {
    font-size: 12px; }
  #calendar .fc-resourceTimeGridDay-view .fc-timegrid-slot {
    height: 30px;
    /* valore personalizzabile */ }
  #calendar .fc-resourceTimelineWeek-view .fc-timeline-slot-cushion {
    text-transform: capitalize;
    font-weight: 500;
    padding: 0;
    font-size: 14px; }
  #calendar .fc-resourceTimelineWeek-view .fc-datagrid-header .fc-datagrid-cell-main {
    display: none; }
  #calendar .fc-resourceTimelineWeek-view .fc-datagrid-header .fc-resource-label {
    gap: 7px; }
    #calendar .fc-resourceTimelineWeek-view .fc-datagrid-header .fc-resource-label span {
      font-size: 11px; }
  #calendar .fc-resourceTimelineWeek-view .fc-datagrid-cell-cushion {
    padding: 6px; }
  #calendar .fc-resourceTimelineWeek-view .fc-timeline-slot.fc-day-today {
    background-color: var(--fc-today-bg-color); }
  #calendar .fc-dayGridMonth-view .fc-col-header-cell-cushion {
    text-transform: capitalize;
    font-weight: 500;
    padding: 0;
    font-size: 14px; }

#datepicker-planning .datepicker-inline, #datepicker-planning .datepicker table {
  width: 100%; }
#datepicker-planning .datepicker table tr th {
  font-size: 1.25rem;
  height: 40px;
  font-weight: normal; }
#datepicker-planning .datepicker table tr td {
  font-size: 1rem;
  height: 40px; }
#datepicker-planning .datepicker table tr td.today {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color); }
#datepicker-planning .datepicker table tr td.active.active,
#datepicker-planning .datepicker table tr td.active:active,
#datepicker-planning .datepicker table tr td.active.highlighted:active,
#datepicker-planning .datepicker table tr td.active.active,
#datepicker-planning .datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #004284;
  border-color: #004284; }

.legend-calendar {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-bottom: 1rem; }
  .legend-calendar .legend-item {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1.2; }
  .legend-calendar .legend-color {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    display: inline-block; }

@media (max-width: 440px) {
  #calendar .fc-button-primary {
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.25rem 0.25rem; }
    #calendar .fc-button-primary.fc-today-button {
      display: none; }
  #calendar .fc-toolbar-title {
    font-size: 1em; }
  #calendar .fc-toolbar-chunk:nth-child(2) {
    flex-grow: 1;
    text-align: center; }
  #calendar .fc-toolbar-chunk:nth-child(3) {
    display: none; }
  #calendar .fc-timegrid-slot-label-cushion {
    font-size: 12px; } }
.multiple-select .ms-choice {
  border: 1px solid var(--input-border-color);
  color: var(--body-color);
  line-height: 30px;
  height: 30px;
  font-size: .875rem; }
  .multiple-select .ms-choice > span {
    padding-left: 12px; }
  .multiple-select .ms-choice > span.placeholder {
    color: var(--body-color); }
  .multiple-select .ms-choice > div.icon-caret {
    border-width: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3e%3cpath fill='none' stroke='%23b7b7b7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    top: 3px;
    right: 6px;
    height: 100%;
    width: 16px; }
  .multiple-select .ms-choice > div.icon-caret.open {
    border-width: 0;
    transform: rotate(180deg); }
  .multiple-select .ms-choice > div.icon-close {
    right: 18px; }
  .multiple-select .ms-choice > div.icon-close:before {
    color: #b7b7b7; }
.multiple-select .ms-drop {
  color: var(--body-color);
  border: 1px solid var(--input-border-color);
  box-shadow: none;
  font-size: 14px;
  text-align: left; }
  .multiple-select .ms-drop ul > li label {
    font-size: 14px;
    text-align: left; }
  .multiple-select .ms-drop ul > li.hide-radio.selected {
    color: #fff;
    background-color: var(--primary-color); }
.multiple-select .ms-search input {
  padding: 4px;
  color: var(--body-color);
  border: 1px solid var(--input-border-color);
  border-radius: 0; }

select.multiple-select {
  visibility: hidden; }

form .select2.select2-container.select2-container--focus, form .select2.select2-container.select2-container--open {
  background-color: #fff;
  border: 1px solid #147ec2 !important;
  box-shadow: 0 0 0 2px #147ec22e !important; }

.ms-drop ul > li > label > input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #dfdfdf;
  appearance: none;
  print-color-adjust: exact; }
  .ms-drop ul > li > label > input[type="checkbox"] {
    border-radius: 0.25em; }
  .ms-drop ul > li > label > input[type="radio"] {
    border-radius: 50%; }
  .ms-drop ul > li > label > input:active {
    filter: brightness(90%); }
  .ms-drop ul > li > label > input:focus {
    border-color: #8abfe1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(20, 126, 194, 0.25); }
  .ms-drop ul > li > label > input:checked {
    background-color: #147ec2;
    border-color: #147ec2; }
    .ms-drop ul > li > label > input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }
    .ms-drop ul > li > label > input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e"); }
  .ms-drop ul > li > label > input[type="checkbox"]:indeterminate {
    background-color: #147ec2;
    border-color: #147ec2;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .ms-drop ul > li > label > input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .ms-drop ul > li > label > input[disabled] ~ .form-check-label, .ms-drop ul > li > label > input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5; }

@media (min-width: 768px) {
  .modal-xxl {
    width: 99%;
    max-width: 1140px; }

  .modal-xxxl {
    width: 99%;
    max-width: 98%;
    height: calc(100% - 3.5rem); } }
.modal-xxxl {
  max-width: 99%; }

body .modal .btn-close, body .modal .close {
  background: white;
  background-image: none; }

@media (min-width: 576px) {
  .modal-dialog-scrollable {
    max-height: calc(100% - 1rem); }

  .modal-dialog {
    margin: .5rem auto; } }
/* Datatable Modal */
.dtr-bs-modal .modal-header, .dtr-bs-modal .btn-close {
  display: none; }
.dtr-bs-modal .modal-body {
  padding: 10px !important; }
.dtr-bs-modal tr[data-dt-column="0"] {
  display: none; }

body {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", Oxygen, Fira Sans, Droid Sans, Arial, sans-serif;
  background-color: #f3f4f6;
  color: var(--body-color); }

.row.gutter-1 {
  margin-right: -2.5px;
  margin-left: -2.5px; }
  .row.gutter-1 > [class*='col'] {
    padding-right: 2.5px;
    padding-left: 2.5px; }
.row.gutter-2 {
  margin-right: -5px;
  margin-left: -5px; }
  .row.gutter-2 > [class*='col'] {
    padding-right: 5px;
    padding-left: 5px; }
.row.gutter-3 {
  margin-right: -10px;
  margin-left: -10px; }
  .row.gutter-3 > [class*='col'] {
    padding-right: 10px;
    padding-left: 10px; }

/* Elfinder */
.elfinder.ui-widget.ui-widget-content {
  box-shadow: none !important; }

iframe {
  border: 0; }

/* Page */
.header-operation {
  background-color: white;
  border-bottom: 1px solid var(--border-color);
  padding-top: .75rem;
  padding-bottom: .75rem;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1); }

h1[bp-section=page-heading] {
  font-size: 24px;
  line-height: 1.3;
  color: #147ec2;
  font-weight: 600;
  margin: 0; }

/* header */
.app-header .navbar-brand {
  width: 200px; }
.app-header .navbar-toggler {
  outline: none;
  color: #73818f;
  margin-right: 0;
  min-width: 40px;
  height: 55px;
  border-radius: 0;
  border-width: 0 1px;
  border-right: 1px solid var(--border-color); }
.app-header .navbar-nav {
  height: 100%; }
  .app-header .navbar-nav .dropdown-menu-right {
    margin: -6px 0 0;
    border-radius: 0;
    padding: 0; }
  .app-header .navbar-nav .dropdown-item {
    padding: .5rem 1.5rem; }
  .app-header .navbar-nav .dropdown-item i {
    color: var(--primary-color); }
.app-header .nav-item {
  height: 100%;
  display: flex;
  align-items: center; }
.app-header .backpack-avatar-menu-container {
  background: var(--primary-color);
  min-width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff; }

@media (max-width: 991.98px) {
  .app-header .navbar-brand {
    width: auto;
    left: 0;
    margin-left: 0;
    padding-left: 0;
    position: relative; } }
@media (max-width: 575.98px) {
  .app-header .nav-item.dropdown.show:after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.3);
    animation: opacity .25s;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 55px;
    left: 0;
    z-index: 9; }

  .app-header .navbar-nav .dropdown-menu-right {
    margin: -1px 0 0;
    width: 100vw;
    border-left: 0;
    border-right: 0; } }
/* sidebar */
.app-body .sidebar {
  flex: 0 0 240px;
  border-right: 1px solid var(--border-color);
  padding: .75rem;
  background-color: #fff;
  position: relative; }
  .app-body .sidebar .nav {
    gap: .125rem; }
  .app-body .sidebar .nav-link {
    padding: 0.5rem 1rem;
    border-radius: .375rem;
    color: var(--body-color);
    font-size: 14px;
    line-height: 1.3;
    display: flex;
    align-items: center; }
    .app-body .sidebar .nav-link .nav-icon {
      font-size: 20px;
      line-height: 1;
      color: var(--primary-color);
      margin: 0 .75rem 0 0; }
    .app-body .sidebar .nav-link.active {
      background: var(--primary-color);
      color: #fff !important; }
      .app-body .sidebar .nav-link.active .nav-icon, .app-body .sidebar .nav-link.active:hover .nav-icon {
        color: #fff !important; }
    .app-body .sidebar .nav-link.nav-dropdown-toggle:before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3e%3cpath fill='%23147ec2' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3e%3c/svg%3e");
      background-size: 100%; }
    .app-body .sidebar .nav-link:hover, .app-body .sidebar .nav-link:focus {
      background-color: #e7f2f9 !important;
      color: var(--primary-color) !important; }
      .app-body .sidebar .nav-link:hover.nav-dropdown-toggle:before, .app-body .sidebar .nav-link:focus.nav-dropdown-toggle:before {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3e%3cpath fill='%23147ec2' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3e%3c/svg%3e");
        background-size: 100%; }
      .app-body .sidebar .nav-link:hover .nav-icon, .app-body .sidebar .nav-link:hover:hover .nav-icon, .app-body .sidebar .nav-link:focus .nav-icon, .app-body .sidebar .nav-link:focus:hover .nav-icon {
        color: var(--primary-color) !important; }
  .app-body .sidebar .nav-dropdown {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: .125rem; }
    .app-body .sidebar .nav-dropdown.open {
      background-color: transparent; }
      .app-body .sidebar .nav-dropdown.open .nav-link {
        color: var(--body-color); }
  .app-body .sidebar .nav-dropdown-items {
    display: flex;
    flex-direction: column;
    gap: .125rem;
    border-radius: .375rem; }
    .app-body .sidebar .nav-dropdown-items .nav-link:not(.active) {
      background-color: #e7f2f9; }
  .app-body .sidebar .sidebar-nav, .app-body .sidebar .nav {
    width: 100%; }

html:not([dir=rtl]) .sidebar {
  margin-left: -240px; }

@media (max-width: 991.98px) {
  .sidebar {
    width: 240px;
    border-right: 0 !important; } }
@media (max-width: 575.98px) {
  .aside-menu-show .main::before, .sidebar-show .main::before {
    background: rgba(0, 0, 0, 0.3); } }
.app-footer {
  flex: 0 0 55px;
  border-top: 1px solid rgba(0, 40, 100, 0.12);
  padding: 0 30px;
  background: #fff;
  box-shadow: 0 0.125rem 0.375rem 0 rgba(161, 172, 184, 0.12); }

.app.aside-menu-fixed .app-footer {
  display: none; }

button:hover, button:focus {
  outline: none; }

.btn-xs, .btn-group-xs > .btn {
  padding: 0.125rem 0.35rem;
  font-size: 0.75rem;
  line-height: 1.3;
  border-radius: 0.2rem; }

.btn .badge {
  top: -4px;
  left: -4px;
  font-size: 10px;
  font-weight: 400;
  padding: 0 4px;
  line-height: 15px; }

.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary); }

.btn-secondary {
  color: #1b2a4e;
  background-color: #fff;
  border-color: var(--border-color); }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:not(:disabled):not(.disabled):active {
    border-color: var(--border-color);
    background-color: #f9f9f9;
    box-shadow: none; }

.btn-white {
  background-color: #fff;
  border-color: var(--border-color); }
  .btn-white:hover, .btn-white:focus {
    background-color: #f6f6f6; }

.input-group-text {
  border-color: var(--input-border-color);
  background-color: transparent; }

.input-group .form-control + .input-group-text {
  border-left-color: transparent;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.repeatable-element {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  background-color: rgba(243, 244, 246, 0.5);
  position: relative; }

.container-repeatable-elements .controls {
  display: flex;
  align-content: flex-start;
  position: absolute;
  left: -1.4rem;
  z-index: 2;
  flex-flow: column;
  flex-wrap: wrap;
  width: fit-content; }

.container-repeatable-elements .controls button {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  overflow: hidden;
  opacity: 1;
  -webkit-appearance: button;
  font-size: revert;
  color: revert;
  padding: revert;
  border: 1px solid var(--border-color);
  background-color: #fff  !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  line-height: 1;
  text-shadow: none; }
  .container-repeatable-elements .controls button svg {
    width: 20px; }

.container-repeatable-elements .controls button.move-element-up,
.container-repeatable-elements .controls button.move-element-down {
  margin: 2px auto; }

.container-repeatable-elements .repeatable-element:first-of-type .move-element-up,
.container-repeatable-elements .repeatable-element:last-of-type .move-element-down {
  display: none; }

.nav-tabs .nav-link {
  color: #a6a6a6; }

#crudTable_wrapper #crudTable:not(.has-hidden-columns) .table-child tr td:first-child,
#crudTable_wrapper table.dataTable:not(.has-hidden-columns) .table-child tr td:first-child,
#crudTable_wrapper #crudTable .table-child tr td {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  display: table-cell; }

#crudTable_wrapper #crudTable .table-child {
  margin: 0;
  border: 1px solid rgba(0, 40, 100, 0.12); }

.table th {
  background-color: transparent;
  font-weight: 600; }
.table th, .table td {
  border-top: 1px solid var(--border-color); }

#table-openingdays th.td-switch {
  width: 70px; }
#table-openingdays td.td-switch {
  text-align: center; }

#table-pause th.td-delete, #table-pause td.td-delete {
  width: 40px; }

#table-dayoff th.td-delete, #table-dayoff td.td-delete {
  width: 40px; }

#table-exception th.td-delete, #table-exception td.td-delete {
  width: 40px; }

.vehicle-users-table {
  margin: 0; }
  .vehicle-users-table td, .vehicle-users-table th {
    vertical-align: middle; }
  .vehicle-users-table th.td-delete, .vehicle-users-table td.td-delete {
    width: 40px; }
  .vehicle-users-table th.td-capocantiere, .vehicle-users-table td.td-capocantiere {
    width: 100px; }

.cliente-info-table td, .cliente-info-table th {
  padding: .25rem .5rem; }
.cliente-info-table th {
  font-weight: 600; }

.popover.popover-calendar {
  max-width: 250px;
  white-space: normal;
  pointer-events: none;
  border: 1px solid var(--border-color);
  box-shadow: 0 0.125rem 0.5rem rgba(22, 28, 45, 0.1);
  border-radius: .25rem;
  font-size: 0.875rem; }
  .popover.popover-calendar .popover-body {
    padding: 0;
    color: #000;
    font-size: 13px; }
  .popover.popover-calendar .popover-note {
    padding: .5rem;
    color: #000; }
  .popover.popover-calendar .popover-footer {
    padding: .25rem .5rem;
    color: #000;
    font-size: 11px;
    line-height: 1.1; }

/* Filters */
.navbar-filters.navbar-expand-lg {
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 5px -2px 0;
  padding: 0;
  font-size: 14px; }
  .navbar-filters.navbar-expand-lg .navbar-nav > li {
    height: 28px; }
  @media (max-width: 991.98px) {
    .navbar-filters.navbar-expand-lg .navbar-toggler {
      outline: none;
      padding: 0.25rem 0;
      display: block;
      width: 100%;
      text-align: left;
      color: #147ec2;
      font-size: 1.125rem; }
    .navbar-filters.navbar-expand-lg .navbar-nav > li {
      margin: 2px 0; }
    .navbar-filters.navbar-expand-lg .navbar-nav > li > a {
      padding-left: 10px;
      padding-right: 10px;
      border-bottom: 1px solid rgba(0, 40, 100, 0.12);
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .navbar-filters.navbar-expand-lg .navbar-nav > li > a#remove_filters_button {
        border-bottom: 0;
        justify-content: flex-start;
        gap: 5px; } }

.navbar-filters li[filter-type="simple"] .nav-link {
  border: 1px solid var(--input-border-color);
  color: #555;
  background-color: #fff;
  border-radius: 3px;
  font-size: 13px;
  padding-bottom: 3px;
  padding-top: 3px; }
.navbar-filters li[filter-type="dropdown"] .nav-link, .navbar-filters li[filter-type="select2"] .nav-link, .navbar-filters li[filter-type="select2"] .nav-link, .navbar-filters li[filter-type="date_range"] .nav-link, .navbar-filters li[filter-type="range"] .nav-link, .navbar-filters li[filter-type="text"] .nav-link {
  border: 1px solid var(--input-border-color);
  color: #555;
  background-color: #fff;
  border-radius: 3px;
  font-size: 13px;
  padding-bottom: 3px;
  padding-top: 3px; }
.navbar-filters li[filter-type="dropdown"] .dropdown-menu {
  border-color: var(--input-border-color);
  border-radius: .25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 21, 0.075);
  padding: 0; }
.navbar-filters li[filter-type="dropdown"] .dropdown-divider {
  border-top: 1px solid var(--input-border-color);
  margin: 0; }
.navbar-filters li[filter-type="dropdown"] .dropdown-item {
  padding: 0.35rem 1.25rem;
  font-size: .875rem;
  text-transform: capitalize; }
.navbar-filters li.active .nav-link {
  border-color: #df4759;
  box-shadow: 0 0 0 2px rgba(223, 71, 89, 0.15);
  background: #fff2f5 !important;
  color: #df4759; }
.navbar-filters li #remove_filters_button {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 13px;
  border: 1px solid #2b2b2b;
  color: #2b2b2b; }

.navbar-filters li[filter-type="select2"] .dropdown-menu {
  border: 0;
  min-width: 200px;
  box-shadow: 0 0.5rem 1rem rgba(22, 28, 45, 0.15); }
  .navbar-filters li[filter-type="select2"] .dropdown-menu .select2.select2-container {
    border: 1px solid rgba(0, 40, 100, 0.12) !important;
    border-bottom: none !important; }
  .navbar-filters li[filter-type="select2"] .dropdown-menu .select2-dropdown.select2-dropdown--below {
    border: 1px solid rgba(0, 40, 100, 0.12) !important;
    border-top: none !important;
    box-shadow: 0 0.5rem 1rem rgba(22, 28, 45, 0.15);
    box-sizing: border-box;
    margin-left: 0 !important; }
  .navbar-filters li[filter-type="select2"] .dropdown-menu .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #147ec2; }
  .navbar-filters li[filter-type="select2"] .dropdown-menu .select2-results {
    display: block;
    padding: 1px 0 2px; }

/* Datatable */
table.table.dataTable.d-table {
  border-radius: 0;
  font-size: 14px;
  border-color: var(--border-color);
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1); }
  table.table.dataTable.d-table tr th:first-child, table.table.dataTable.d-table tr td:first-child, table.table.dataTable.d-table tr th:first-child, table.table.dataTable.d-table tr td:first-child {
    padding-top: .4rem;
    padding-bottom: .4rem; }
  table.table.dataTable.d-table .btn-link {
    padding: 0 .35rem;
    font-size: 1.25rem;
    border: 1px solid var(--border-color);
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
    table.table.dataTable.d-table .btn-link:hover, table.table.dataTable.d-table .btn-link:focus {
      box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.05);
      background-color: rgba(255, 255, 255, 0.5); }
  table.table.dataTable.d-table .list-unstyled {
    margin-bottom: .25rem; }

table.table.dataTable.d-table.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.025); }

table.dataTable.table-striped > tbody > tr:nth-of-type(odd):hover {
  background-color: #e7f2f9; }

table.dataTable.d-table thead > tr > th.dt-orderable-asc:hover,
table.dataTable.d-table thead > tr > th.dt-orderable-desc:hover,
table.dataTable.d-table thead > tr > td.dt-orderable-asc:hover,
table.dataTable.d-table thead > tr > td.dt-orderable-desc:hover {
  outline: none; }

.dt-bootstrap5 {
  font-size: 14px; }

.datatable_search_stack .input-icon-addon {
  color: var(--body-color);
  opacity: .5; }
  .datatable_search_stack .input-icon-addon .icon {
    width: 18px;
    height: 18px; }
.datatable_search_stack .form-control::placeholder {
  color: var(--body-color);
  opacity: .5; }

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  font-size: .7em; }

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
  color: var(--body-color);
  border-color: var(--input-border-color); }
  .dataTables_wrapper .dataTables_filter input:focus,
  .dataTables_wrapper .dataTables_length select:focus {
    color: #495057;
    background-color: #FFFFFF;
    border-color: #147ec2;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(20, 126, 194, 0.4); }

body div[id$="_wrapper"] .dt-processing {
  width: calc(100% - 30px) !important; }

.breadcrumb {
  padding: 0;
  margin: 0; }

.dt-table-permessi col[data-dt-column="1"] {
  width: 100px; }

.dt-table-ruoli col[data-dt-column="3"] {
  width: 100px; }

#layout-control {
  position: fixed;
  z-index: 999;
  bottom: 12px; }

#saveActions {
  position: fixed;
  bottom: 0;
  padding: 0.5rem 1rem;
  margin: 0;
  left: 0;
  width: 100%;
  background: white;
  border-top: 1px solid rgba(0, 40, 100, 0.12);
  display: flex;
  justify-content: flex-end;
  z-index: 99;
  gap: 5px; }

/* Ck editor */
/* This selector targets the editable element (excluding comments). */
.ck-editor__editable_inline:not(.ck-comment__input *) {
  height: 250px;
  overflow-y: auto; }

/* Cards */
.card > .card-table .table tr th:first-child, .card > .card-table .table tr td:first-child {
  padding-left: 1.25rem; }
.card > .card-table .table tr th:last-child, .card > .card-table .table tr td:last-child {
  padding-right: 1.25rem; }

.card-header {
  gap: 10px; }

/* Toolbar */
@media (min-width: 767px) {
  #toolbar-actions.sticky {
    position: fixed;
    bottom: -0.5rem;
    z-index: 999;
    background: white;
    padding: 8px 0;
    border-top: 1px solid rgba(0, 40, 100, 0.12); }

  body.sidebar-lg-show #toolbar-actions.sticky {
    width: calc(100% - 239px); }

  body:not(.sidebar-lg-show) #toolbar-actions.sticky {
    width: 100%;
    padding-left: 100px; } }

/*# sourceMappingURL=coreuiv2-theme.css.map */
