.tablenav {
    clear: both;
    height: 30px;
    margin: 6px 0 4px;
    vertical-align: middle;
}
.tablenav {
    margin-right: 10px;
    font-size: 0.9em;
    font-style: italic;
}


.tablenav .tablenav-pages {
    color: #555;
}
.tablenav-pages {
    float: right;
    display: block;
    cursor: default;
    height: 30px;
    line-height: 30px;
    font-size: 0.9em;
}

.tablenav .tablenav-pages .current {
    background: #dfdfdf;
    border-color: #d3d3d3;
}

.tablenav .tablenav-pages a, .tablenav-pages span.current {
    text-decoration: none;
    border: none;
    padding: 3px 6px;
    border-width: 1px;
    border-style: solid;
}

.widefat tr:nth-child(even) {
    background-color: #f2f2f2;
}

.widefat * {
    word-wrap: break-word;
}

.widefat td, .widefat th {
    border: 1px solid #ddd;
    padding: 4px;
}

.widefat * {
    word-wrap: break-word;
}

.alignfull {
    margin: 32px 0;
    max-width: 100%;
    width: 100%;
}

table.tabella-dati-erp {
    padding-left: 10px;
    margin-top: 10px;
    width: 100%;
    text-align: left;
}

.tabella-dati-erp {
    margin-top: 0px !important;
}

table {
    border-collapse: collapse;
}

.tabella-dati-erp th {
    width: 170px;
}

th {
    text-align: inherit;
}

.tabella-dati-erp td input, .tabella-dati-erp td select {
    margin: 5px 0px;
    height: 38px;
    padding: 5px 10px;
    font-size: 15px;
    font-family: "Titillium Web",Geneva,Tahoma,sans-serif;
}

.tabella-dati-erp th label {
    font-family: "Titillium Web",Geneva,Tahoma,sans-serif;
    font-size: 18px;
    padding-left: 10px;
}

.actn-btns .searchbtn,#erp-csv-dwonload-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-erp-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-erp-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-erp-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;
  }
