table.tabella-dati-invoice {
    padding-left: 10px;
    margin-top: 10px;
    width: 100%;
    text-align: left;
}

.tabella-dati-invoice {
    margin-top: 0px !important;
}

table {
    border-collapse: collapse;
}

.tabella-dati-invoice th {
    width: 170px;
}

th {
    text-align: inherit;
}

.tabella-dati-invoice td input, .tabella-dati-invoice td select {
    margin: 5px 0px;
    height: 38px;
    padding: 5px 10px;
    font-size: 15px;
    font-family: "Titillium Web",Geneva,Tahoma,sans-serif;
}

.tabella-dati-invoice th label {
    font-family: "Titillium Web",Geneva,Tahoma,sans-serif;
    font-size: 18px;
    padding-left: 10px;
}

.actn-btns .searchbtn, #export-invoice-search-button, #export-excel-invoice-search-button, #export-csv-invoice-search-button, #lavorazione-scarti-button {
    color: #fff;
    background: #007996;
    padding: 2px 13px;
    margin: 5px;
    display: inline-block;
    font-size: 15px;
    font-family: "Titillium Web",Geneva,Tahoma,sans-serif;
    height: auto;
    text-transform: none;
}

#export-invoice-search {
    margin-top: 0;
    margin-bottom: 0;
}

input[type="submit"]:hover {
	cursor: pointer;
	background-color: #3cd5d7;
  border-color: #29cbd1;
}
button, 
input[type="submit"] {
	background-color: #65dde0;
	box-shadow: none;
	color: #004a4d;
	font-weight: 600;
  padding: .6em 1.2em;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}

.container form {
    width: 100%;
    padding-right: 6px;
    padding-left: 6px;
    margin-right:10px !important;
    /* margin-left: 10px !important; */
}

#fe-tabs-container,.header {
    width: 100%;
    padding-right: 6px;
    padding-left: 6px;
    margin-right: auto !important;
    margin-left: auto !important;
}

header.header h1.entry-title {
    margin-top: 30px;
    border-bottom: none !important;
    padding: 0 0 8px;
}

#export-invoice-search .overlay, .invoice-search-popup .overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
#export-invoice-search .overlay .text, .invoice-search-popup .overlay .text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    text-align: center;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.hide-search {
    display: none;
}

.open-close-button {
    font-size: 15px;
    color: #fff;
    background: #007996;
    padding: 2px 13px;
    margin: 5px;
    font-family: "Titillium Web",Geneva,Tahoma,sans-serif;
    height: auto;
    text-transform: none;
    line-height: 1.25;
    cursor: pointer;
}

.open-close-button:before {
    content: "\2228";
    font-weight: bold;
}

.open-close-button.close:before {
    content: "\2227";
}

#riepilogo_per_giorno_label {
    margin-left: 5px;
}

.swal-lavorazione-scarti .swal-footer {
    text-align: center;
}

body.__overlayPreventAction::after {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(255, 255, 255, .3);
    z-index: 10001;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 14px;
    margin-left: 5px;
}

.loader-gif{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99999999;
  }
  .loader-overlay:before {
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 999999;
  }
