@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
.testo-grigio {
  color: #777777;
}
.testo-rosso {
  color: #ed1d24;
}
.bg_theme {
  background-color: #676767;
}
.color_theme {
  color: #676767;
}
.bg-grigio_chiaro {
  background-color: #f8f9fa;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.nounderline {
  text-decoration: none;
}
a.nounderline:hover {
  text-decoration: none;
}
.spacer {
  font-size: 1px;
}
.clear {
  clear: both;
}
.nobr {
  white-space: nowrap;
}
.hidden {
  display: none;
}
.single-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.liftup {
  position: relative;
  top: -2px;
  left: -2px;
  box-shadow: 10px 10px 5px #888888;
}
.smallcell {
  width: 1px;
}
.smallcellnobr {
  width: 1px;
  white-space: nowrap;
}
.border-box * {
  box-sizing: border-box;
}
.img-responsive {
  max-width: 100%;
}
.fullwidth {
  width: 100%;
}
.formerrors {
  border: 2px solid red;
  background-color: rgba(255, 0, 0, 0.2);
}
.formerrors .formerror {
  font-weight: normal;
}
.formfield_value input.formerror,
textarea.formerror,
.formfield_value select.formerror {
  border: 1px solid red;
  background-color: #FBCBBE;
}
.formerror {
  color: red;
}
.inlineformerror {
  font-weight: normal;
  color: red;
  font-style: italic;
  font-size: 0.8em;
  line-height: inherit;
}
.fielderror {
  display: block;
}
.notifymsg {
  text-align: center;
  padding: 20px;
}
.layouttbl {
  width: 100%;
}
.layouttbl td {
  vertical-align: top;
  border: 0px;
}
@media print {
  .noprint,
  .noprint * {
    display: none !important;
  }
}
.p-0 {
  padding: 0rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.p-1 {
  padding: 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.p-2 {
  padding: 2rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.p-3 {
  padding: 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.p-4 {
  padding: 4rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.p-5 {
  padding: 5rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.m-0 {
  margin: 0rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.mr-0 {
  margin-right: 0rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.m-1 {
  margin: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.m-2 {
  margin: 2rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.m-3 {
  margin: 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.m-4 {
  margin: 4rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.m-5 {
  margin: 5rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.materialbtn {
  box-shadow: 1px 1px 1px #888888;
}
.materialbtn:hover {
  position: relative;
  top: -2px;
  left: -2px;
  box-shadow: 10px 10px 5px #888888;
}
form {
  margin: 0px;
}
.boxheader {
  background-color: white;
  padding: 12px;
  /*min-height: @baseline*2;*/
  border-bottom: 1px dashed #777777;
}
.boxtitle,
.box h1 {
  text-align: center;
  font-size: 2em;
  font-variant: small-caps;
  padding: 8px;
  font-weight: bold;
  position: relative;
}
.boxtitle > span,
.box h1 > span {
  display: block;
}
.boxtitle .leftbuttons,
.box h1 .leftbuttons {
  padding: 0px 2px;
  text-align: left;
}
.boxtitle .rightbuttons,
.box h1 .rightbuttons {
  padding: 0px 2px;
  text-align: right;
}
.boxsubtitle {
  text-align: center;
  font-size: 1.1em;
  color: #373A3F;
  line-height: 24px;
  position: relative;
}
.boxcontent {
  background-color: white;
  padding: 10px;
}
html.applayout {
  height: 100%;
  overflow: hidden;
}
html.applayout body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
html.applayout #maincontent {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: auto;
}
html.applayout #maincontent .box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  overflow: auto;
}
html.applayout #maincontent .box .boxcontent {
  flex-grow: 1;
  overflow: auto;
}
html.applayout footer {
  display: none;
}
html {
  height: 100%;
}
body {
  height: 100%;
  background: #ffffff;
  color: Black;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: small;
  margin: 0px 0;
  padding: 0;
}
a:link,
a:visited {
  color: #000080;
}
a:hover {
  color: #ff0000;
}
.bold {
  font-weight: bold;
}
.btn_reference {
  display: inline-block;
  font-weight: 400;
  color: white;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn_reference:hover,
.btn_reference:active {
  color: #ead170;
}
.btn,
.btn-default {
  background-color: #676767;
  border: 2px solid #676767;
  color: white;
}
.btn:link,
.btn-default:link,
.btn :visited,
.btn-default :visited {
  color: white;
}
.btn-small {
  background-color: #676767;
  border: 2px solid #676767;
  color: white;
  font-size: 14px;
  padding: 4px 6px;
}
.btn-danger,
a.btn-danger {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: red;
  border: 2px solid red;
  color: white;
}
.btn-danger:hover,
a.btn-danger:hover,
.btn-danger:active,
a.btn-danger:active {
  color: #ead170;
}
.btn-xsmall {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #676767;
  border: 2px solid #676767;
  color: white;
  padding: 0.1rem 0.3rem;
  font-size: 12px;
}
.btn-xsmall:hover,
.btn-xsmall:active {
  color: #ead170;
}
.btn-xsmall:link,
.btn-xsmall :visited {
  color: white;
}
.title {
  display: block;
  background: #E2EFB8;
  padding: 2px;
}
#searchform input,
#searchform select {
  margin-bottom: 10px;
  line-height: 25px;
}
.titmain {
  font-family: verdana;
  font-size: 16px;
  font-weight: bold;
}
.titsect {
  font-family: verdana;
  font-size: 14px;
  text-align: center;
  background: #A7D2EF;
  padding: 5px;
}
HR {
  color: #000000;
}
.descrprot {
  font-family: verdana;
  font-size: 10px;
  color: #3F3F3F;
}
.cell_titolocomunicazione {
  min-width: 450px;
}
a.titolocomunicazione {
  text-decoration: none;
  font-weight: bold;
  color: black;
}
.cliente {
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
.elenco-allegati {
  padding-top: 10px;
  margin-top: 10px;
  font-size: 0.8em;
  background-color: #f3f2f2;
  padding: 4px;
}
.datat {
  font-family: verdana;
  font-size: 9px;
  color: #008000;
}
TABLE.list {
  width: 100%;
  /*text-transform: uppercase;*/
  color: #0000ff;
  font-family: Helvetica, Arial, Verdana, sans-serif, Geneva;
  font-size: 14px;
  text-decoration: none;
  font-style: normal;
  line-height: 14px;
  vertical-align: top;
  spacing: 2px;
}
TABLE.list TD {
  background-color: #CCC7C5;
  padding: 2px;
}
TABLE.list TD.blank {
  background-color: #FFFFFF;
  padding: 2px;
  vertical-align: middle;
}
TABLE.list TD.small {
  font-size: 10px;
}
TABLE.listb {
  border: 0px solid #000000;
  border-collapse: collapse;
  color: #000000;
  font-family: Helvetica, Arial, Verdana, sans-serif, Geneva;
  font-size: 14px;
  text-decoration: none;
  font-style: normal;
  line-height: 20px;
  vertical-align: top;
  /*	spacing: 2px;*/
}
TABLE.listb TD {
  background-color: none;
  vertical-align: middle;
  padding: 4px;
  border: 1px solid #003399;
}
TABLE.listb TD.senso {
  font-size: 12px;
}
TABLE.listb TH {
  background-color: #C1C5C9;
  padding: 3px;
}
TABLE.listb A:link,
TABLE.listb A:visited {
  font-family: tahoma;
}
TABLE.listb A:hover {
  color: #ff0000;
  font-family: tahoma;
  text-decoration: underline;
}
TABLE.listb .importo_cell {
  white-space: nowrap;
}
TABLE.listb .dapagare_cell .dapagare_content {
  display: none;
}
TABLE.listb .dapagare_cell .pagata_content {
  display: none;
}
TABLE.listb .dapagare_cell.dapagare .dapagare_content {
  display: block;
}
TABLE.listb .dapagare_cell.pagata .pagata_content {
  display: block;
}
TABLE.editform {
  border: 0px solid #000000;
  color: #000000;
  font-family: Helvetica, Arial, Verdana, sans-serif, Geneva;
  font-size: 14px;
  text-decoration: none;
  font-style: normal;
  line-height: 14px;
  vertical-align: top;
  spacing: 2px;
}
TABLE.editform TD {
  background-color: #EFEDED;
  border: 1px solid black;
  vertical-align: middle;
  padding: 5px;
}
TABLE.societa {
  border: 0px solid #000000;
  color: #000000;
  font-family: Helvetica, Arial, Verdana, sans-serif, Geneva;
  font-size: 14px;
  text-decoration: none;
  font-style: normal;
  line-height: 14px;
  vertical-align: top;
  spacing: 2px;
}
TABLE.societa TD {
  background-color: #ffffff;
  vertical-align: middle;
  padding: 8px;
  border: 1px solid black;
}
TABLE.com {
  width: 70%;
  border: 0px solid #000000;
  color: #000000;
  font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif, Geneva;
  font-size: 8pt;
  text-decoration: none;
  font-style: normal;
  line-height: 14px;
  vertical-align: top;
  spacing: 1px;
}
TABLE.com TH {
  font-family: Tahoma;
  font-size: 8pt;
  font-weight: bold;
  color: #ffffff;
  background-color: #1C387A;
  padding: 3px;
  text-align: left;
}
TABLE.com TH IMG {
  vertical-align: middle;
}
TABLE.com TD {
  border: 0px solid #000000;
  background-color: #D4D0C8;
  vertical-align: middle;
  padding: 1px;
  padding-left: 4px;
}
TABLE.com TD.body {
  border: 0px solid #000000;
  background-color: #ffffff;
  vertical-align: top;
  padding: 2px;
  padding-left: 7px;
  height: 200px;
}
TABLE.com TD.op {
  background: #B3C6C6 url('img/bar.gif') no-repeat left;
}
TABLE.com TD.op IMG {
  border: 0;
}
TABLE.com TD.attach {
  background: #F7F3E6;
}
TABLE.com TD.attach IMG {
  vertical-align: middle;
  border: 0;
}
TABLE.com TABLE {
  background-color: #D4D0C8;
  vertical-align: middle;
  padding: 8px;
}
/* Attachment Reordering & Drop Zone */
#attachment-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
#attachment-list li {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 5px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  cursor: move;
}
#attachment-list li .handle {
  margin-right: 15px;
  color: #999;
}
#attachment-list li .filename {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#attachment-list li .remove-btn {
  color: #cc0000;
  cursor: pointer;
  font-weight: bold;
  padding: 0 5px;
}
#drop-zone {
  border: 2px dashed #ccc;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  background: #fdfdfd;
  color: #666;
  margin-top: 10px;
  transition: all 0.3s ease;
}
#drop-zone.dragover {
  background: #eef7ff;
  border-color: #007bff;
  color: #007bff;
}
#drop-zone .progress-container {
  margin-top: 10px;
  display: none;
}
.sortable-ghost {
  opacity: 0.4;
  background-color: #eef7ff !important;
}
.ui-navbar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ui-navbar .ui-navbar_rightbuttons {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
}
.ui-navbar .ui-navbar_leftbuttons {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
}
.ui-navbar .ui-navbar_titlebox {
  flex-grow: 1;
}
.ui-navbar .ui-navbar_title {
  text-align: center;
  font-size: 2em;
  font-variant: small-caps;
  font-weight: bold;
  line-height: 2em;
}
.ui-navbar .ui-navbar_subtitle {
  text-align: center;
  font-size: 1.1em;
  color: #666666;
  line-height: 1.1em;
  position: relative;
}
.ui-modal_overlay {
  background-color: rgba(0, 0, 0, 0.45);
  padding: 10px;
  z-index: 50;
}
.ui-modal {
  background-color: white;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 10px;
}
.ui-uploader .uploadprogress {
  height: 20px;
  text-align: center;
  position: relative;
  line-height: 20px;
}
.ui-uploader .uploaderror {
  border: 3px solid red;
  text-align: center;
  justify-content: center;
  padding: 10px;
}
.ui-uploader .uploadprogress .bar {
  height: 100%;
  background-color: #007bff;
}
.ui-uploader .uploadprogress .progresslbl {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  padding: 4px;
}
.ui-uploader #input {
  display: inline;
}
.ui-uploader .uploadeditems {
  padding: 20px 0px;
  min-height: 100px;
}
.ui-uploader .uploadeditem {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 25px;
}
.ui-uploader .uploadeditem_actions {
  margin: 0px 20px;
}
.ui-uploader .uploadeditems.dragover {
  background-color: #ECECEC;
}
.ui-searchfield {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.ui-searchfield input {
  padding-right: 20px;
  width: 100%;
}
.ui-searchfield .ui-searchfield__clear-icon {
  position: absolute;
  margin-right: 5px;
  display: none;
}
@media print {
  .ui-navbar_leftbuttons,
  .ui-navbar_rightbuttons {
    display: none !important;
  }
}
