/*18-03-2019 Gestione form*/
#gform {
  background: #f5f7fa;
  height: 100%;
}
#gform .welcome-text {
  font-weight: 300;
}
#gform select {
  background: white;
  padding: 5px;
  color: #333;
}
#gform .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #732964 !important;
  color: white !important;
  border: none !important;
}
#gform table.dataTable.hover tbody tr:hover {
  background-color: #eee;
}
#gform table.dataTable.display tbody tr:hover {
  background-color: #eee;
}
#gform .content {
  padding: 30px 40px;
  width: auto;
  background: #f5f7fa;
  margin-left: 175px;
}
#gform .content .form-block-container > div {
  overflow: unset;
}
#gform div.intestazione-con-pulsanti h3 {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 0px;
  margin-right: 20px;
}
#gform div.intestazione-con-pulsanti a.button span img {
  width: 20px;
  margin-right: 5px;
}
#gform a.button {
  background: #732964;
  color: white;
  padding: 8px;
  font-size: 13px;
  vertical-align: super;
}
#gform table {
  margin-bottom: 20px;
}
#gform table tr {
  cursor: pointer;
}
#gform table td {
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
#gform table#table-single-entry tr {
  cursor: default;
}
#gform .form-block-container {
  border: 0;
  margin: 18px 0;
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  background: white;
  padding: 20px;
}
#gform .form-block-container .form-title {
  text-transform: uppercase;
}
#gform .form-block-container .row {
  padding: 8px 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
#gform .form-block-container .row:nth-child(even) {
  background: #f9f9f9;
}

#menu-gestione-form {
  background-image: linear-gradient(45deg, #15496e, #15496e);
  background-repeat: repeat-x;
  height: 100vh;
  width: 175px;
  position: fixed;
  box-shadow: 2px 10px 30px 0 rgba(0, 0, 0, 0.42), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
#menu-gestione-form #logo {
  padding-top: 10px;
  background: transparent;
}
#menu-gestione-form #logo img {
  padding: 10px;
  width: 100%;
  filter: brightness(0) invert(1);
}
#menu-gestione-form .user-details {
  color: white;
  font-size: 11px;
  margin-top: 10px;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#menu-gestione-form #menu-items ul {
  list-style-type: none;
  color: white;
  padding: 20px 0px 0px 0px;
}
#menu-gestione-form #menu-items ul li {
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 1;
  margin-bottom: 1px;
}
#menu-gestione-form #menu-items ul li .icon-menu {
  margin-right: 10px;
  vertical-align: sub;
}
#menu-gestione-form #menu-items ul li:hover {
  background: rgba(200, 200, 200, 0.2);
  transition: all 0.2s;
}
#menu-gestione-form #menu-items ul li.top-separator {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
#menu-gestione-form #menu-items ul li.active {
  background: rgba(200, 200, 200, 0.2);
}
#menu-gestione-form #menu-items ul a {
  width: 100%;
  color: white;
  transition: all 0.2s;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.form-block-container .row {
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

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

.dettaglio .row {
  margin-bottom: 6px;
}

.footer-area-admin {
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
}

/* INIZIO CSS PANNELLO DI AMMINISTRAZIONE ***DA SPOSTARE **** */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: content-box;
}
table.dataTable thead th {
  font-weight: bold;
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active {
  outline: none;
}
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead td:active {
  outline: none;
}
table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url("../images/sort_both.png");
}
table.dataTable thead .sorting_asc {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url("../images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url("../images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url("../images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url("../images/sort_desc_disabled.png");
}
table.dataTable thead th.dt-head-left {
  text-align: left;
}
table.dataTable thead td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center {
  text-align: center;
}
table.dataTable thead td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right {
  text-align: right;
}
table.dataTable thead td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify {
  text-align: justify;
}
table.dataTable thead td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable thead td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tfoot th {
  font-weight: bold;
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable tfoot th.dt-head-left {
  text-align: left;
}
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable tfoot th.dt-head-center {
  text-align: center;
}
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable tfoot th.dt-head-right {
  text-align: right;
}
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable tfoot th.dt-head-justify {
  text-align: justify;
}
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable tfoot th.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody tr {
  background-color: #fff;
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
table.dataTable tbody th {
  padding: 8px 10px;
}
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable tbody th.dt-body-left {
  text-align: left;
}
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center {
  text-align: center;
}
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right {
  text-align: right;
}
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable th.dt-left {
  text-align: left;
}
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center {
  text-align: center;
}
table.dataTable td.dt-center {
  text-align: center;
}
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right {
  text-align: right;
}
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify {
  text-align: justify;
}
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap {
  white-space: nowrap;
}
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable th {
  box-sizing: content-box;
}
table.dataTable td {
  box-sizing: content-box;
}

table.dataTable.row-border tbody th {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th {
  border-top: none;
}
table.dataTable.row-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.display tbody th {
  border-top: 1px solid #ddd;
}
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.display tbody tr:first-child th {
  border-top: none;
}
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.display tbody tr:hover > .sorting_1 {
  filter: brightness(1.03);
}
table.dataTable.display tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1 {
  filter: brightness(1.03);
}
table.dataTable.display tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.display tbody tr > .sorting_1 {
  filter: brightness(1.03);
}
table.dataTable.display tbody tr > .sorting_2 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.odd > .sorting_1 {
  filter: brightness(1.03);
}
table.dataTable.display tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.selected > .sorting_2 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even > .sorting_1 {
  filter: brightness(1.03);
}
table.dataTable.display tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.cell-border tbody th {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
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 {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th {
  border-top: none;
}
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

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

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

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

table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
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 {
  white-space: nowrap;
}
table.dataTable.nowrap td {
  white-space: nowrap;
}

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

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
  color: #333;
}
.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;
  color: #333;
}
.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;
  color: #333;
}
.dataTables_wrapper .pagination {
  justify-content: flex-end !important;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
  color: #333;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  margin-top: -25px;
  text-align: center;
  font-size: 1.2em;
  background: url(/wp-content/themes/tema-rds/images/preloader@2x.gif);
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  color: transparent;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.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 {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.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:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable {
  border-bottom: none;
}
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
    margin-top: 0.5em;
  }
}
.form-section-ferie {
  border: 1px solid #15496e;
  padding: 10px;
  margin-top: 20px;
}

.refresh-mezzi {
  float: left;
}

.refresh-distribuzione {
  float: left;
}

.refresh-ferie {
  float: left;
}

.form-ferie {
  margin-top: 30px;
}

.form-ferie-label {
  margin-top: 10px;
}

.immagini-segnalazioni-form {
  justify-content: space-around;
  margin-top: 20px;
}

.seleziona-range-v2 {
  max-width: 500px;
}

.bottone-amministrazione {
  background-color: #15496e;
  color: white;
}
.bottone-amministrazione:hover {
  background-color: white;
  color: black;
  border: 1px solid #15496e;
}
.bottone-amministrazione:hover:focus {
  color: #333;
}
.bottone-amministrazione:focus {
  color: white;
}

#elimina-libro {
  cursor: pointer;
}

.bottoneria-segnalazione-admin {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.spunta-msg-inviato {
  color: #2966ff;
  font-weight: 700;
}

.dt-buttons .buttons-html5 {
  background-color: #ADAE2E;
  color: white;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 7px 15px 6px;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  margin-right: 18px;
}
.dt-buttons .buttons-html5:hover {
  background-color: white;
  color: #ADAE2E;
  border: 1px solid #ADAE2E;
  border-radius: 3px;
  padding: 7px 15px 6px;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}
.dt-buttons .buttons-html5.buttons-excel {
  background-color: #217346;
}
.dt-buttons .buttons-html5.buttons-excel:hover {
  background-color: white;
  color: #217346;
  border: 1px solid #217346;
}

#table-segnalazione-mezzi-v2_filter {
  margin-left: 15px;
}

#table-segnalazione-mezzi-v2_length {
  float: left !important;
  margin-left: 10px;
}
#table-segnalazione-mezzi-v2_length label {
  cursor: default;
}
#table-segnalazione-mezzi-v2_length label select {
  cursor: pointer;
}

.cursor-default {
  cursor: default !important;
}

.select2-selection.select2-selection--single {
  height: 40px !important;
  padding: 3px;
}

th.dpass,
td.dpass {
  display: none;
}

.kv-file-content {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 3/4;
  display: flex;
  justify-content: center;
  width: 213px !important;
}

.file-actions,
.file-drag-handle {
  display: none !important;
}

.file-thumbnail-footer {
  height: 40px !important;
}

.file-input .input-group-btn {
  justify-content: start !important;
}

.cover-libro {
  width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}

#libro-titolo {
  cursor: pointer;
}

#modale-log-libri .select2-container--default .select2-selection--single,
#modale-aggiungi-libro .select2-container--default .select2-selection--single,
#libro-titolo {
  background-color: #f8f9fa;
  border: 0;
  border-bottom: 2px solid #15496e;
  color: #15496e;
  border-radius: 3px;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}
#modale-log-libri .select2-container--default .select2-selection--single:hover,
#modale-aggiungi-libro .select2-container--default .select2-selection--single:hover,
#libro-titolo:hover {
  color: #212529;
  background-color: #e2e6ea !important;
  border-color: #dae0e5;
  border-bottom: 2px solid #15496e;
  transition: all 0.2s ease-in-out;
}

.select2-selection--multiple {
  background-color: #f8f9fa !important;
  border: 0 !important;
  border-bottom: 2px solid #15496e !important;
  border-radius: 3px !important;
  font-size: 16px !important;
  height: 40px !important;
  transition: all 0.2s ease-in-out;
  color: black;
}

#modale-log-libri .bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #212529;
}

#modale-log-libri .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #f8f9fa;
  color: #a5a5a5 !important;
  border-color: #f8f9fa;
  border-bottom: 2px solid #15496e;
  cursor: not-allowed;
}
#modale-log-libri .select2-container--default.select2-container--disabled .select2-selection--single:hover {
  color: #a5a5a5 !important;
  background-color: #f8f9fa !important;
}
#modale-log-libri .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #a5a5a5 !important;
}

#log-data {
  background-color: #f8f9fa;
  color: #a5a5a5;
  cursor: not-allowed;
}

#form-scrivi-log .disabled .filter-option {
  opacity: 1;
  color: #a5a5a5 !important;
}

#libro-titolo {
  color: black;
  background-color: #f8f9fa;
}

.select2-search--inline {
  display: contents;
  /*this will make the container disappear, making the child the one who sets the width of the element*/
}

.select2-search__field:-moz-placeholder-shown {
  width: 100% !important;
  /*makes the placeholder to be 100% of the width while there are no options selected*/
}

.select2-search__field:placeholder-shown {
  width: 100% !important;
  /*makes the placeholder to be 100% of the width while there are no options selected*/
}

.select2-container--default .select2-selection--multiple:hover {
  background-color: #e2e6ea !important;
}

#form-inserisci-libro .select2-search__field {
  cursor: pointer;
}

::-moz-selection {
  color: #eee;
}

::selection {
  color: #eee;
}

::-moz-selection {
  color: #eee;
}

/* FINE CSS PANNELLO DI AMMINISTRAZIONE *//*# sourceMappingURL=style-area-admin.css.map */