.cellulareCliente {
  width: 100%;
}

.titolo-sezione {
  border: 0;
}

.titolo-sezione .box-body {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0px;
  border: 0px;
}

.titolo-sezione .box-header {
  border: 0px !important;
  border-bottom: 0px !important;
}

.titolo-sezione .box {
  box-shadow: none;
}

.no-border .box.box-primary {
  border-top: 0px;
}

.no-border .box {
  border: 0px !important;
  /* box-shadow: 0 1px 1px rgba(0, 0, 0, .1); */
  box-shadow: none;
}

.no-box-shadow .box {
  border: 0px !important;
  /* box-shadow: 0 1px 1px rgba(0, 0, 0, .1); */
  box-shadow: none;
}

.no-border div.box-header {
  display: none;
}

.btn.btn-sm.btn-default.edit_link {
  width: 100%;
}

.btn.btn-sm.btn-default.delete_link {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

#cke_1_contents {
  height: 800px !important;
}

textarea.form-control {
  height: 400px;
}

/* Tabella Cliente  */

.bottoni-cliente a {
  text-align: left;
  margin: 4px 0 !important;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-event-main-frame {
  flex-direction: column;
  text-align: left;
}

.fc-event-desc,
.fc-event-title {
  white-space: break-spaces;
}

#calendar {
  max-height: 500px;
  overflow-y: scroll;
}

.fc-timeGridDay-view .fc-timegrid-slot {
  height: 80px; /* Modifica questo valore per cambiare l'altezza delle celle delle ore nella vista giorno */
}

.fc-timeline-event-harness {
  top: 0 !important;
}
.fc-resource-timeline table tbody tr .fc-datagrid-cell div {
  height: 33px !important;
}
.fc .fc-timeline-overlap-enabled .fc-timeline-lane-frame .fc-timeline-events {
  padding-bottom: 0 !important;
  height: 33px !important;
}
.fc-timeline-event {
  padding: 4px 1px !important;
}
