
.editlinefe {
	width:18px;
	height:18px;
	background-image:url('../img/editlinefe.png');
	background-repeat: no-repeat;
	background-position: center;
	margin:0;
	padding:0;	
}

.editlinefe span {
	color: transparent;
}

.error_fe { color:#FFFFFF; border: 1px solid #a20b0b;    background-color: #a01212;    padding: 5px; border-radius:.25rem;    color: #fff;  }
.ok_fe {  color:#FFFFFF; border: 1px solid #076f4d;    background-color: #55a580;    padding: 5px; border-radius:.25rem;    color: #fff;}
.fe_warning {color:#DD1919}

.box_status_invoice {
  /*color:#FFFFFF;
  background-color: rgb(8,8,73);*/
  text-align: center;
  padding: 10px;
  width:50%;
  margin: 0 auto;
  margin-top:10px;
  margin-bottom:10px;
  
}

a.updateStatusSDI {cursor:pointer}

.total_warning {
    position: relative;
	width:25px;
	height:18px;
	background-image:url('../img/warning.png');
	background-repeat: no-repeat;
	background-position: center;
	margin:0;
	padding:0;
}

.total_warning .tooltip {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.total_warning:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

input#force_xml_totals { margin-top:30px; }

tr.fe_extrafields_data td { background-color: #d4ffaa }
tr.fe_ritenuta_acconto td { background-color: #ffd4aa }
tr.fe_enasarco td { background-color: #ffd400 }
tr.fe_ritenuta_acconto_tot_doc td { background-color: #ffffaa }
div.butActionShow {
    background: var(--colorbackhmenu1);
    color: #FFF !important;
    border-radius: 3px;
    border-collapse: collapse;
    border: none;
    cursor:pointer;
    display:inline-block;
    margin:3px;
    padding:5px 5px;
}

ul[id*="ui-id-"].ui-widget-content.ui-widget-content { z-index:2000; }

td.td_predef_fp { background-color: #c7c3b6; }
td.td_predef_fp_new { background-color: #becdcc; }
td.td_predef_fp_fourn { background-color: #cecece; }

tr.liste_total td.bl_remain, td.bl_remain {color: #FFFFFF; background-color:#c52222; }
tr.liste_total td.bl_paid, td.bl_paid {color: #198719; background-color:#d4d7ca; }

@media only screen and (min-width: 1023px)
{
  .minwidth700 { min-width: 700px; }
}