@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;600&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td.dt-control {
  background: url("https://www.datatables.net/examples/resources/details_open.png") no-repeat center center;
  cursor: pointer;
}

tr.dt-hasChild td.dt-control {
  background: url("https://www.datatables.net/examples/resources/details_close.png") no-repeat center center;
}

table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

table.dataTable thead th:active, table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png");
}

table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png") !important;
}

table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png") !important;
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png");
}

table.dataTable tbody tr {
  background-color: #fff;
}

table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.compact thead th, table.dataTable.compact thead td {
  padding: 4px 17px;
}

table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th, table.dataTable td {
  box-sizing: content-box;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  padding: 4px;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
html {
  font-size: 10px;
}

html, body, p, span {
  position: relative;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Heebo", sans-serif;
  letter-spacing: 0.4px;
}

body {
  box-sizing: border-box;
  font-kerning: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #5b5b5b;
}

b {
  font-weight: bold;
}

.pos-relative {
  position: relative;
}

.disp-block {
  display: block;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.text-right {
  text-align: right;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.text-center {
  text-align: center;
}

h1 {
  font-size: 1.8rem;
  font-weight: bolder;
}

h2 {
  font-size: 1.5rem;
  font-weight: bolder;
}

.img-fluid {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #5b5b5b;
}
a:hover {
  text-decoration: none;
}

#main {
  background: #f0f6fb;
  display: flex;
}

#sidebar {
  width: 160px;
  height: 100%;
  background: #fff;
}
#sidebar .colonna_cent {
  margin: 20px 20px;
}
#sidebar #menu a {
  display: block;
  padding: 10px 0;
  width: 100%;
  border-radius: 40px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  background: #44CA9E;
  color: #fff;
}
#sidebar #menu a:hover {
  background: #44CA9E;
  color: #fff;
}

#contenuto {
  height: 100%;
  flex: 1;
  padding: 15px;
}

.riga-card {
  margin-bottom: 20px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
}
.riga-card .colonna-1-3 {
  width: 33.33333%;
  margin: 0 15px;
}
.riga-card .colonna-1-3:first-child {
  margin-left: 0 !important;
}
.riga-card .colonna-1-3:last-child {
  margin-right: 0 !important;
}
.riga-card .colonna-1-3 {
  width: 25%;
  margin: 0 15px;
}
.riga-card .colonna-1-3:first-child {
  margin-left: 0 !important;
}
.riga-card .colonna-1-3:last-child {
  margin-right: 0 !important;
}
.riga-card .colonna-1-2 {
  width: 50%;
  margin: 0 15px;
}
.riga-card .colonna-1-2:first-child {
  margin-left: 0 !important;
}
.riga-card .colonna-1-2:last-child {
  margin-right: 0 !important;
}
.riga-card .colonna-1 {
  width: 100%;
  margin: 0 15px;
}
.riga-card .colonna-1:first-child {
  margin-left: 0 !important;
}
.riga-card .colonna-1:last-child {
  margin-right: 0 !important;
}

.card {
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 6px 3px 26px rgba(0, 0, 0, 0.05);
  padding: 40px 25px;
  margin-bottom: 30px;
}
.card.ha-pulsante:hover {
  background: #f0e2f9;
  position: relative;
  top: 5px;
}
.card.ha-pulsante:hover .pulsante-tondo-aggiungi {
  background: #5a407f;
}
.card a.pulsante-big {
  width: 100%;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
.card .header-card {
  margin-bottom: 35px;
  text-align: center;
}

#logo {
  margin-bottom: 50px;
}

.dot {
  padding: 5px 10px;
  width: 30px;
  font-weight: bolder;
  text-align: center;
  position: relative;
  margin: auto;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 30px;
  cursor: pointer;
  user-select: none;
  transition: box-shadow 0.6s;
}
.dot.false {
  background-image: linear-gradient(160deg, #ff0000, #ec008c);
  border: 2px solid rgba(255, 255, 255, 0.41);
  box-shadow: 0 0 5px 2px rgba(255, 0, 0, 0.36);
}
.dot.true {
  color: #393939;
  background-image: linear-gradient(160deg, #54e364, #54e0cc);
  border: 2px solid rgba(255, 255, 255, 0.41);
  box-shadow: 0 0 5px 2px rgba(66, 255, 0, 0.36);
}

.pulsanti {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.pulsanti .pulsante {
  display: flex;
  background: #44CA9E;
  border-radius: 10px;
  /*       &.arancio {
             background: $colore-accento;
         }*/
}
.pulsanti .pulsante.viola {
  background: #9553f6;
}
.pulsanti .pulsante a {
  height: 100%;
  width: 100%;
  padding: 8px;
  display: inline-block;
}
.pulsanti .pulsante a svg {
  max-width: 100%;
  color: #fff !important;
}

svg.feather {
  width: unset !important;
  height: unset !important;
}

.dataTables_wrapper {
  padding-top: 70px;
}
.dataTables_wrapper td {
  vertical-align: middle;
  padding: 20px !important;
  font-size: 1.3rem;
}
.dataTables_wrapper td div {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.dataTables_wrapper .dataTables_filter input {
  display: block;
  width: 100%;
  height: 40px;
  padding-left: 120px;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
}
.dataTables_wrapper .dataTables_filter .lable-cerca-datat {
  width: 70px;
  padding: 0 15px;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  background: #44CA9E;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  color: #fff;
  text-transform: uppercase;
}
.dataTables_wrapper .dataTables_length {
  display: none !important;
}
.dataTables_wrapper table.dataTable {
  margin-bottom: 30px;
}

.blocco-aggiunta-cliente {
  display: flex;
  justify-content: space-between;
}

.pulsante-tondo-aggiungi {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9553f6;
  border-radius: 100%;
}
.pulsante-tondo-aggiungi svg {
  color: #fff;
}

.litri-olio-rimanente.chiuso {
  display: none;
}

.form-olix.max-width {
  width: 100%;
}
.form-olix label {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #44CA9E;
}
.form-olix input[type=text], .form-olix input[type=number], .form-olix textarea, .form-olix input[type=email], .form-olix input[type=password], .form-olix select {
  border: none;
  border-bottom: 1px solid #5b5b5b;
  padding: 10px 0;
  padding-left: 15px;
  /*text-transform: uppercase;*/
  font-size: 1.2rem;
  color: #5b5b5b;
}

.form-riga {
  display: flex;
}
.form-riga .singolo {
  margin-bottom: 30px;
  padding: 0 15px;
  width: 100%;
}
.form-riga .singolo input {
  width: 100%;
}

.messaggio.chiuso {
  display: none;
}

.modifica_info.chiuso, .salva-info-cassone.chiuso, .mod-fusto-info.chiuso, .salva-info-fusto.chiuso {
  display: none;
}

.btn-special {
  background-color: #f25454 !important;
}

.card-login {
  width: 1200px;
  margin: 0 auto;
  display: block;
}
.card-login .form-riga {
  flex-direction: column;
}
.card-login #logo img {
  width: 110px;
  display: block;
  margin: 0 auto;
}

.flex-direction-column {
  flex-direction: column;
}

.blocco-fine-lavorazione.chiuso {
  display: none;
}

.blocco_form_aggiunta_quantita_olio.chiuso {
  display: none;
}

.righe_fusti_dal_cliente {
  max-height: 600px;
  overflow: auto;
}

.bottone {
  display: inline-block;
  padding: 10px 30px;
  background: #9553f6;
  border: none;
  border-radius: 200px;
  color: #fff;
  box-shadow: 2px 0 10px rgba(49, 48, 48, 0.83);
}
.bottone:hover {
  position: relative;
  top: 5px;
  box-shadow: none;
  cursor: pointer;
}
.bottone.verde {
  background: #44CA9E;
  color: white;
}
.bottone.rosso {
  background: #f25454;
  color: white;
}
.bottone.arancio {
  background: #d6b376;
  color: white;
}
.bottone.big {
  padding: 30px;
  font-size: 25px;
  min-width: 250px;
}

input[type=checkbox] {
  zoom: 1.5;
}

.header-card .id_utente {
  font-size: 1rem;
  height: 30px;
  width: 30px;
  background: #44CA9E;
  display: inline-flex;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  top: -4px;
}

.messaggio {
  padding: 30px 15px;
  text-align: center;
  margin-bottom: 15px;
  border-radius: 10px;
  font-weight: bold;
  background: #44CA9E;
  color: #fff;
  border: 2px solid #0da37c;
  font-size: 1.4rem;
  text-transform: inherit;
}
.messaggio.chiuso {
  display: none;
}
.messaggio a {
  font-weight: bolder;
  text-decoration: underline;
  color: #111;
}
.messaggio.warning {
  color: #fff;
  background: #f25454;
  border: 2px solid #dd3131;
}
.messaggio.nota {
  color: #fff;
  background: #f6a952;
  border: 2px solid #d58123;
}
strong {
  font-weight: bolder !important;
}

table.display th {
  text-align: left;
}

.intestazione {
  font-size: 22px;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.intestazione.verde {
  background-color: #44CA9E;
  color: white;
}

.subt {
  font-size: 1.4rem;
}

#cassoni_aggiungi_quantita_conferma.chiuso {
  display: none;
}

.bg-green {
  background-color: #44CA9E;
}

.bg-orange {
  background-color: #d6b376;
}

.text-white {
  color: white;
}

.white-circle {
  background-color: white;
  color: #44CA9E;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 18px;
  border-radius: 100%;
}

.text-left {
  text-align: left !important;
}

.overlay {
  position: relative;
  width: 100%;
  position: fixed;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.overlay .chiudi_overlay {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 25px;
  color: white;
  cursor: pointer;
  background-color: #44CA9E;
  padding: 10px;
}
.overlay .int {
  background-color: white;
  width: 600px;
  padding: 35px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay.chiuso {
  display: none;
}

/*select 2jquery */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  width: unset !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  padding: 10px !important;
  font-size: 20px;
}

.select2-container--default {
  font-size: 24px !important;
}

.d-flex {
  display: flex;
}

.justify-center-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.impegno-card {
  padding: 10px 20px !important;
  text-align: center;
  /* width: 500px;
   display: inline-block;*/
}
.impegno-card .int {
  display: flex;
  align-items: center;
  /* justify-content: space-evenly;*/
  justify-content: space-between;
  font-size: 19px !important;
  /* flex-direction: column;*/
}
.impegno-card a, .impegno-card input[type=submit] {
  font-size: 19px !important;
}

.select2-container--open {
  z-index: 9999999 !important;
}

.input-cassone-fila {
  display: inline-block;
  /* float: left; */
  width: 50px !important;
}

.select_posizione {
  width: 50px !important;
}

tr.riga-verde {
  background-color: #71eac9 !important;
}
tr.riga-verde td {
  background-color: #71eac9 !important;
}

.testo-viola {
  color: #9553f6;
}

.testo-verde {
  color: #44CA9E;
}

.testo-bianco {
  color: white;
}

.testo-rosso {
  color: #f25454;
}

.btn-inizia-lavorazione {
  display: none;
}

.btn_ritiro_olio {
  display: none;
}

.btn_spostamento_olio {
  display: none;
}

.lista_fusti_da_spostare {
  list-style-type: initial;
  text-align: left;
  padding-left: 20px;
  margin-top: 10px;
}

.lista_puntata {
  list-style-type: initial;
  text-align: left;
  padding-left: 20px;
  margin-top: 10px;
}

.btn-olio-fusti {
  display: none;
}

.mx-auto {
  margin: 0 auto;
}

.bollino {
  width: 30px;
  height: 30px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: white;
  font-size: 16px;
}
.bollino.verde {
  background-color: #44CA9E;
  border: 1px solid #11e25b;
}
.bollino.viola-chiaro {
  background-color: #f0e2f9;
  color: black;
  border: 1px solid #9553f6;
}
.bollino.nero {
  background-color: #4c4848;
  color: white;
  border: 1px solid black;
}

.header-impegno {
  background-color: #5b5b5b;
  color: white;
  padding: 20px;
  /*  width: 100%;*/
  text-align: center;
  border-radius: 200px;
}

.d-block {
  display: block;
}

/*.impegno-fase-2 {
    background-color: $verde;
}

.impegno-fase-3 {
    background-color: #e2b872;
    display: block;
}*/
#sosta-cassoni.chiuso {
  display: none;
}

.form-aggiunta-quantita-olio.chiuso {
  display: none;
}

.f-right {
  float: right !important;
}

.accento {
  color: #393939;
  background-image: linear-gradient(160deg, #54e364, #54e0cc);
  border: 2px solid rgba(255, 255, 255, 0.41);
  box-shadow: 0 0 5px 2px rgba(66, 255, 0, 0.36);
  line-height: 1;
  padding: 0 10px;
}

.segno {
  line-height: 18px;
  padding: 5px 10px;
  font-weight: bolder;
  text-align: center;
  margin: auto;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 30px;
  cursor: pointer;
  user-select: none;
  transition: box-shadow 0.6s;
}
.segno.big {
  padding: 15px 25px;
}
.segno.false {
  background-image: linear-gradient(160deg, #ff0000, #ec008c);
  border: 2px solid rgba(255, 255, 255, 0.41);
  box-shadow: 0 0 5px 2px rgba(255, 0, 0, 0.36);
}
.segno.true {
  color: #393939;
  background-image: linear-gradient(160deg, #54e364, #54e0cc);
  border: 2px solid rgba(255, 255, 255, 0.41);
  box-shadow: 0 0 5px 2px rgba(66, 255, 0, 0.36);
}
.segno.celeste {
  color: #393939;
  background-image: linear-gradient(160deg, #0e76ff, #6cb8d6);
  border: 2px solid rgba(255, 255, 255, 0.41);
  box-shadow: 0 0 5px 2px #5e6fd6;
}

.banner_kg_olio_prodotti.chiuso, .banner_litri_olio_prodotti.chiuso {
  display: none;
}

.bg-viola-chiaro {
  background-color: #f0e2f9;
}

#lista-impegni td {
  padding: 9px 4px !important;
  font-size: 1rem;
}

#lista-impegni thead th {
  padding: 5px;
}

.voci_riga_cassone_impegno {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.voci_riga_cassone_impegno .singola:not(.chiuso) {
  padding: 20px 0;
  width: 25%;
  display: inline;
}
.voci_riga_cassone_impegno .singola.azioni {
  text-align: right;
}
.voci_riga_cassone_impegno .singola.azioni .peso_imposta_salva {
  margin-right: 40px;
}

.card.mini-card {
  position: relative;
  padding: 20px 25px;
  margin-bottom: 18px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #7ac34c;
}

input:focus + .slider {
  box-shadow: 0 0 1px #7ac34c;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.blocco-modifica-cassone.chiuso {
  display: none;
}

[class^=bi-]::before, [class*=" bi-"]::before {
  line-height: 1.5 !important;
}

.info-impegno {
  display: block;
  margin: 0 auto 10px auto;
  padding: 3px 20px;
  border: 1px solid #888;
  width: 320px;
  background: #fbfbe2;
}

.top-card-mini {
  padding: 0;
}

.bottone.bottone_big {
  font-size: 1.3rem;
  padding: 18px;
}

.bottone.mid {
  font-size: 1.4rem;
  padding: 12px 25px;
  min-width: 150px;
}

.badge-impegno-id {
  background: #a2a2a2;
  color: #fff;
  position: absolute;
  left: -10px;
  top: -10px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
}
.badge-impegno-id .id {
  font-weight: bolder;
  font-size: 0.9rem;
}

.lista_impegni_uniti_in_questo {
  display: block;
  margin: 0 auto 20px auto;
  width: 338px;
  text-align: center;
}
.lista_impegni_uniti_in_questo ul {
  margin-top: 10px;
  list-style-type: disc;
}
.lista_impegni_uniti_in_questo ul li {
  margin-left: 20px;
  margin-bottom: 5px;
}

#lista-clienti tbody td {
  padding: 8px 7px !important;
  font-size: 1rem;
  line-height: 1.5;
}

.dataTables_wrapper td {
  padding: 8px 7px !important;
  font-size: 1rem;
  line-height: 1.5;
}

.py-3 {
  padding: 40px 0;
}

.tox-statusbar__branding {
  display: none;
}

.info_impegno_mod {
  margin-top: 30px;
}
.info_impegno_mod li {
  margin-top: 10px;
  font-size: 1.3rem;
}

.btn-generico {
  display: block;
}
.btn-generico.chiuso {
  display: none;
}

@media screen and (min-width: 960px) {
  html {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 1350px) {
  html {
    font-size: 0.78rem;
  }
}

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