﻿:root {
  --sfondo-scuro: #004080;
  --custom-color: #95abcf;
  --assistant-color-bg1: #fafafa;
}

/* marracini */
.lineTall {
  line-height: 30px;
}

.divUscita {
  padding-left: 15px;
  flex: 1;
  display: flex;
  text-align: center;
  align-items: flex-end;
}

.tblSpaziata td {
  padding: 10px !important;
}

[id^=foo] {
  width: 200px !important;
  height: 100px !important;
}

.dataTables_info {
  padding-left: 1rem !important;
}

.dataTables_length > label {
  padding-left: 1rem !important;
}

.titolo {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding-left: 20px;
}

.sottotitolo {
  font-size: 14px;
  color: var(--custom-color);
}

.titolochart {
  font-size: 12px;
  color: var(--custom-color);
}

.dettaglio {
  font-size: 14px;
  letter-spacing: 0.03em;
  color: var(--sfondo-scuro);
}

.intestazione {
  color: #000;
  padding-left: 20px;
  letter-spacing: 0.03em;
  font-size: 15px;
}

.assistant-s-btn img {
  overflow-clip-margin: content-box;
  overflow: clip;
  width: 38px;
  height: 38px;
}

.menu-laterale {
  width: fit-content !important;
}

.marracini-ml-content {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

/*end marracini*/
.custom-button:hover {
  background-color: var(--sfondo-scuro) !important;
}

.custom-button-text {
  border-color: white !important;
  border: 2px !important;
}
.custom-button-text :hover {
  color: var(--sfondo-scuro) !important;
}

.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: italic;
}

body.corpo {
  height: 100%;
  background-color: #f3f4f8;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
}

body.stampa {
  height: 100%;
  background-color: #fff;
  font-family: "Poppins", serif;
  font-weight: 300;
  font-size: 12px;
  font-style: normal;
}

.lblLogin {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-size: 24px;
}

.footer {
  position: absolute;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

tracking-widest {
  letter-spacing: 0.1em;
}

div.validation-summary-error {
  font-weight: 400;
}

.pallino {
  width: 42px;
}

th {
  background-color: #003b9a !important;
  padding: 0.5rem !important;
  color: white !important;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 1em;
}

td {
  padding: 0.1rem !important;
  font-weight: 400;
  font-size: 12px;
  vertical-align: middle;
}

[id^=datatable] thead th.sorting_asc {
  background: #419544 !important;
}

#datatable thead th.sorting_desc {
  background: #1c80cf !important;
}

.paginate_button a {
  font-weight: 600;
  font-size: 1em;
}

.active > .page-link {
  background-color: #1769aa !important;
  color: white !important;
}

.page-link {
  color: #1769aa !important;
}

.custom-select, #GiorniAF, #GiorniCS {
  display: block;
  width: 100%;
  padding: 0.3rem 1.5rem 0.3rem 0.7rem;
  -moz-padding-start: calc(0.75rem - 3px);
  line-height: 1.5;
  color: #000;
  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='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-position: right 0.2rem center;
  background-size: 10px 22px;
  border: 1px solid #ced4da !important;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select[name=datatable_length], select[name=datatablem_length], #datatable_filter input, #datatablem_filter input {
  padding: 0.4rem 0.8rem 0.4rem 0.8rem !important;
  margin-left: 0.6rem !important;
  margin-right: 0.6rem !important;
  border: 1px solid #ced4da !important;
}
select[name=datatable_length]:hover, select[name=datatablem_length]:hover, #datatable_filter input:hover, #datatablem_filter input:hover {
  background-color: white !important;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: bold !important;
  color: #1a1a1a !important;
  white-space: nowrap;
}

.bg-gradient-forward {
  background: #95abcf !important;
  background: -webkit-linear-gradient(45deg, #95abcf, #1c80cf) !important;
  background: linear-gradient(45deg, #95abcf, #1c80cf) !important;
}

.widgets-icons-2 {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ededed;
  font-size: 14px;
  border-radius: 10px;
}

.widgets-icons-2-inline {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ededed;
  padding-left: 2px;
  padding-top: 1px;
  font-size: 14px;
  border-radius: 10px;
}

.bg-gradient-bloody {
  background: #f54ea2;
  background: -webkit-linear-gradient(45deg, #f54ea2, #ff7676) !important;
  background: linear-gradient(45deg, #f54ea2, #ff7676) !important;
}

.bg-gradient-ohhappiness {
  background: #00b09b;
  background: -webkit-linear-gradient(45deg, #00b09b, #96c93d) !important;
  background: linear-gradient(45deg, #00b09b, #96c93d) !important;
}

.bg-gradient-blooker {
  background: #ffdf40;
  background: -webkit-linear-gradient(45deg, #ffdf40, #ff8359) !important;
  background: linear-gradient(45deg, #ffdf40, #ff8359) !important;
}

a.image-icon {
  color: white !important;
}

a.image-icon:hover, a.no-underline:hover {
  color: var(--sfondo-scuro) !important;
}

.no-underline {
  text-decoration: none;
}

#customSelect, #customSelect select {
  width: auto;
  display: inline-block;
}

#tabellaMerce.custom-select {
  background-color: white !important;
}

.table-condensed th {
  border-radius: 0px !important;
  background-color: #357EBD !important;
}

.input-group-append, i.fa-calendar {
  display: none !important;
}

.prev-scaduto {
  background-color: #ffc7ce !important;
  color: #9c0006 !important;
}

.prev-accettato {
  background-color: #cafdca !important;
}

.prev-rifiutato {
  background-color: #eee !important;
  color: #555 !important;
}

.wrap {
  text-align: center !important;
  margin: 0px 20px 10px 20px !important;
}

.links {
  height: 0px;
  position: relative;
}

hr.rigaPreventivo {
  border: 0;
  height: 1px;
  background: black;
  position: absolute;
  top: 55px !important;
  width: 100%;
}

.dot {
  float: left;
  width: 25%;
}

#tblDettOrdinato th {
  text-align: center !important;
}

/* datatables */
td.dt-control:before {
  margin-left: 15px;
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}

tr.shown td.dt-control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}

#datatable td {
  height: 35px !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  padding-right: 10px !important;
  padding-bottom: 5px;
}

.noinput {
  border: 0px !important;
  width: 100px !important;
  background-color: transparent !important;
  text-align: center !important;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.noinput:focus {
  border: 0px !important;
  background-color: transparent !important;
  box-shadow: none;
}

.titolodettricette {
  font-size: 14px;
  color: var(--sfondo-scuro);
}
