﻿html, body {
  font-size: 13px;
  font-family: 'Roboto', Tahoma, Geneva, Verdana, sans-serif;
  color: #151515; /*background-color: #EEEEEE;*/
  padding: 0px;
  margin: 0px;
  height: 100%;
  width: 100%;
}

form {
  border-style: none;
  min-height: 100%;
  height: 100%;
}

::-webkit-scrollbar {
  /*width: 0px;*/
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #00918F;
  border: 0px none #ffffff;
  border-radius: 0px;
}

  ::-webkit-scrollbar-thumb:hover {
    background: #00918F;
  }

  ::-webkit-scrollbar-thumb:active {
    background: #00918F;
  }
/*table, tbody, tr, td {
    border-style: none;
    border-collapse: collapse;
    border-spacing: 0px;
    empty-cells: show;
    vertical-align: top;
    text-align: left;
    padding: 0px;
}*/

/* Rimuovo gli stili di default per safari */
input, textarea, select {
  -webkit-appearance: none;
}

  /* Rimuovo gli stili di chrome */
  textarea:focus, input:focus {
    outline: none;
  }

*:focus {
  outline: none;
}
/* --- */

.lk-clearfix::after {
  display: block;
  clear: both;
}

.lk-color-cad {
  color: #0F9D58;
}

.lk-bkcolor-cad {
  background-color: #0F9D58 !important;
}

.lk-color-cam {
  color: #2a56c6 !important;
}

.lk-bkcolor-cam {
  background-color: #2a56c6 !important;
}

.lk-color-concept {
  color: #DB4437 !important;
}

.lk-bkcolor-ges {
  background-color: #DB4437 !important;
}

.lk-bkcolor-mag {
  background-color: #A900FF !important;
}

.lk-bkcolor-usb {
  background-color: #2c4255 !important;
}

.lk-color-srv {
  color: #00ABC0 !important;
}

.lk-bkcolor-srv {
  background-color: #00ABC0 !important;
}

.lk-bkcolor-sis {
  background-color: #03A9F4 !important;
}

.lk-bkcolor-ser {
  background-color: #F8A724 !important;
}

.lk-color-hdw {
  color: #F8A724 !important;
}

.lk-bkcolor-hdw {
  background-color: #F8A724 !important;
}

.lk-bkcolor-gray {
  background-color: #778F9B !important;
}

.lk-avatar {
  box-sizing: border-box;
  border-style: none;
  border-radius: 50%;
  padding: 0;
  overflow: hidden;
  color: #FFFFFF;
  background-color: #757575;
  text-align: center;
  font-size: 8px;
  height: 24px;
  width: 24px;
  min-width: 24px;
  min-height: 24px;
  line-height: 24px;
}

  .lk-avatar.lk-avatar-32 {
    font-size: 9px;
    height: 32px;
    width: 32px;
    min-width: 32px;
    min-height: 32px;
    line-height: 32px;
  }

  .lk-avatar.lk-avatar-48 {
    font-size: 12px;
    height: 48px;
    width: 48px;
    min-width: 48px;
    min-height: 48px;
    line-height: 48px;
  }

  .lk-avatar.lk-avatar-64 {
    font-size: 14px;
    height: 64px;
    width: 64px;
    min-width: 64px;
    min-height: 64px;
    line-height: 64px;
  }

.lk-back-color-blue {
  background-color: #03A9F4;
}

.lk-badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

  .lk-badge:empty {
    display: none;
  }

.lk-badge-pill {
  border-radius: 10rem;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 8px;
  padding-right: 8px;
}

.lk-badge-primary {
  color: #fff;
  background-color: #00918F;
}

  .lk-badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #00918F;
  }

.lk-badge-secondary {
  color: #fff;
  background-color: #868e96;
}

  .lk-badge-secondary[href]:focus, .lk-badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6c757d;
  }

.lk-badge-success {
  color: #fff;
  background-color: #28a745;
}

  lk-.badge-success[href]:focus, .lk-badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
  }

.lk-badge-info {
  color: #fff;
  background-color: #17a2b8;
}

  .lk-badge-info[href]:focus, .lk-badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
  }

.lk-badge-warning {
  color: #212529;
  background-color: #F8A724;
}

  .lk-badge-warning[href]:focus, .lk-badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #F8A724;
  }

.lk-badge-danger {
  color: #fff;
  background-color: #DB4437;
}

  .lk-badge-danger[href]:focus, .lk-badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #DB4437;
  }

.lk-badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

  .lk-badge-light[href]:focus, .lk-badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5;
  }

.lk-badge-dark {
  color: #fff;
  background-color: #343a40;
}

  .lk-badge-dark[href]:focus, .lk-badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
  }

.lk-badge-blu {
  color: #fff;
  background-color: #03A9F4;
}

  .lk-badge-blu[href]:focus, .badge-blu[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #03A9F4;
  }


.lk-border {
  border: 1px solid #dee2e6 !important;
}

.lk-border-red {
  border: 1px solid #DB4437 !important;
}

.lk-border-top {
  border-top: 1px solid #dee2e6 !important;
}

.lk-border-top-red {
  border-top: 1px solid #DB4437 !important;
}

.lk-border-right {
  border-right: 1px solid #dee2e6 !important;
}

.lk-border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.lk-border-left {
  border-left: 1px solid #dee2e6 !important;
}

.lk-border-0 {
  border: 0 !important;
}

.lk-border-top-0 {
  border-top: 0 !important;
}

.lk-border-right-0 {
  border-right: 0 !important;
}

.lk-border-bottom-0 {
  border-bottom: 0 !important;
}

.lk-border-left-0 {
  border-left: 0 !important;
}

.lk-cal .ajax__calendar_container {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 13px;
  -moz-box-shadow: 0 4px 13px #8C8C8C;
  -webkit-box-shadow: 0 4px 13px #8C8C8C;
  box-shadow: 0 4px 13px #8C8C8C;
  background-color: #FFFFFF;
  padding-left: 16px;
  padding-right: 16px;
}

.lk-cal .ajax__calendar_body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.lk-cal .ajax__calendar_container TABLE {
}

.lk-cal .ajax__calendar_header {
}

.lk-cal .ajax__calendar_prev {
}

.lk-cal .ajax__calendar_next {
}

.lk-cal .ajax__calendar_title {
}

.lk-cal .ajax__calendar_footer {
}

.lk-cal .ajax__calendar_today {
  color: #DB4437;
}

.lk-cal .ajax__calendar_dayname {
}

.lk-cal .ajax__calendar_day {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.lk-cal .ajax__calendar_month {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.lk-cal .ajax__calendar_year {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.lk-cal .ajax__calendar_other .ajax__calendar_day, .calendario .ajax__calendar_other .ajax__calendar_year {
  color: #C0C0C0;
}

.lk-cal .ajax__calendar_hover .ajax__calendar_day, .calendario .ajax__calendar_hover .ajax__calendar_month, .calendario .ajax__calendar_hover .ajax__calendar_year {
}

.lk-cal .ajax__calendar_active .ajax__calendar_day, .calendario .ajax__calendar_active .ajax__calendar_month, .calendario .ajax__calendar_active .ajax__calendar_year {
  color: #ffffff;
  background-color: #00918F;
  padding-right: 3px;
  padding-bottom: 3px;
}

.lk-caricamento {
  padding: 8px 16px 8px 16px;
  /*border: 1px solid #007B78;*/
  border: 1px solid #212121;
  position: absolute;
  width: 140px;
  margin: 0 auto;
  display: block;
  z-index: 999;
  /*top: 4px;*/
  top: 40px;
  left: calc(50vw - 86px);
  /*background-color: #FFFFFF;*/
  background-color: #212121;
  /*color: #03A9F4;*/
  color: #dee2e6;
  font-weight: 600;
  height: 20px;
  border-radius: 20px;
  -moz-border-radius: 20px; /* firefox */
  -webkit-border-radius: 20px; /* safari, chrome */
}

.lk-card-editable {
  /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);*/
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
  /*cursor: pointer;*/
}

  .lk-card-editable:hover {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  }

.lk-card-editable-panel {
  cursor: pointer;
}

.lk-card-sec-editable {
  transition-duration: 0.28s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: background-color;
  color: #212121;
  /* padding-left: 8px;
    padding-right: 8px;*/
}

  .lk-card-sec-editable:hover {
    background-color: rgb(239,239,239);
    cursor: pointer;
  }

.lk-crd {
  padding: 0px; /*background-color: #FFFFFF;*/
  background-color: #FFFFFF;
  max-height: calc(100vh - 10px);
  overflow-y: auto;
}

.lk-crd-body {
  padding: 0px 0px 8px 0px; /*background-color: #FFFFFF;*/
  background-color: #EEEEEE;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.lk-crd-body-select {
    padding: 0px 0px 8px 0px; /*background-color: #FFFFFF;*/
    color: white;
    background-color: #00918F;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    cursor: grab;
}


.lk-crd-mrg-top {
  margin-top: 8px;
}

.lk-crd-t {
  font-family: "Open Sans",'Roboto',Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 32px;
  font-size: 13px;
  color: rgba(0,0,0,0.87);
  vertical-align: top;
}

.lk-crd-t-act {
  text-align: right;
  color: #151515;
}
/* Integrazione Portale Nuova */
.lk-card-title.sezione {
    border-top: solid 4px #f0f0f0;
}

.lk-card-title {
    font-family: "Open Sans",'Roboto',Tahoma, Arial, Helvetica, sans-serif;
    /*font-weight: normal;*/
    font-weight: 600;
    text-transform: uppercase;
    /* Integrazione Portale Aumentato font-size da 11px a 15px */
    font-size: 15px;
    color: #414141;
    line-height: 32px;
    height: 48px;
}

.lk-card-edit-title {
  font-family: "Open Sans",'Roboto',Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: none;
  font-size: 20px;
  /*color: rgba(0,0,0,0.87);*/
  color: #414141;
  line-height: 36px;
}

.lk-chk {
  position: relative;
  top: 2px;
}

.lk-chk-td {
  padding: 0px;
  margin: auto 0px auto 0px;
  vertical-align: top;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #FFFFFF;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #FFFFFF;
  background-color: #E9F5F4;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #FFFFFF;
}

.lk-chp {
  padding: 4px 4px 2px 9px;
  background-color: #00918F;
  min-width: 100px;
  height: 18px;
  line-height: 18px;
  float: left;
  display: table;
  margin-right: 2px;
}

  .lk-chp:hover {
    background-color: #007B78;
  }

.lk-chp-dlt {
  float: left;
  height: 23px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 23px;
  padding: 3px 8px 0px 8px;
  border: 0;
  border-radius: 16px;
  background-color: #dedede;
  display: inline-block;
  color: rgba(0,0,0, 0.87);
  font-size: 0;
  white-space: nowrap;
  margin-top: 3px;
  margin-right: 4px;
  margin-left: 5px;
}

.lk-chp-x {
  display: table-cell;
  vertical-align: middle;
}

.lk-cml {
  margin: 0px;
  background-color: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #E1E2E4;
  list-style: none;
  height: auto;
  width: auto;
  min-width: 124px;
  padding: 8px 0;
  letter-spacing: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  will-change: transform;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.lk-cml-itm {
  display: block;
  border: none;
  color: rgba(0,0,0, 0.87);
  background-color: transparent;
  text-align: left;
  margin: 0;
  padding: 0 16px;
  outline-color: rgb(189,189,189);
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  letter-spacing: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lk-cml-itm-hgh {
  display: block;
  border: none;
  color: rgba(0,0,0, 0.87);
  background-color: rgb(238,238,238);
  text-align: left;
  margin: 0;
  padding: 0 16px;
  outline-color: rgb(189,189,189);
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  letter-spacing: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lk-content-masterpage {
  margin-top: 100px;
  background-color: #FFFFFF;
  height: calc(100% - 110px);
  min-height: calc(100% - 110px);
  max-height: calc(100% - 110px);
  overflow: auto;
}

.lk-con-ins {
  border: 1px solid #DB4437;
  text-align: left;
  line-height: 20px;
  background-color: #F9DDDB;
  color: #1f2228;
}

.lk-data-table-td-multiline {
  text-wrap: normal !important;
  overflow: auto !important;
  text-overflow: clip !important;
  white-space: normal !important;
}

.lk-d-inline {
  display: inline !important;
}

.lk-d-none {
  display: none !important;
}

.lk-drawer-container {
  border-style: none;
  text-align: left;
  background-color: #ffffff;
  vertical-align: top;
  -moz-box-shadow: 0 4px 13px #8C8C8C;
  -webkit-box-shadow: 0 4px 13px #8C8C8C;
  box-shadow: 0 4px 13px #8C8C8C;
  z-index: 10;
  width: 200px;
}

.lk-drawer {
  padding: 10px 0px 10px 0px;
  text-align: left;
  background-color: #ffffff;
  color: #262626;
  vertical-align: top;
  border-bottom: #EFEFF4 1px solid;
  border-left: #EFEFF4 1px solid;
  border-top: #EFEFF4 1px solid;
  border-right: #EFEFF4 1px solid;
}

.lk-div-hidden {
  height: 0px;
  max-height: 0px;
  overflow: hidden;
}

.lk-divider {
  border-bottom: 1px solid rgba(0,0,0, 0.12);
}

.lk-ddl {
  border-style: solid;
  border-width: 1px;
  border-color: #FFFFFF;
  font-family: 'Roboto',Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-decoration: none;
  text-align: left;
  font-weight: 500;
  color: #212121;
  line-height: 21px;
  height: 23px;
  padding: 0px 0px 0px 3px;
  width: calc(100% - 1px);
  min-width: calc(100% - 1px);
  background-color: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ellipsis;
  display: block;
}

  .lk-ddl:hover {
    border: 1px solid #E9F5F4;
    background-color: #E9F5F4;
  }

  .lk-ddl:focus {
    border: 1px solid #007B78;
    background-color: #E9F5F4;
  }

  .lk-ddl::-ms-expand {
    display: none;
  }

.lk-err {
  padding: 0px;
  font-size: 12px;
  border-style: none;
  background-color: transparent;
  color: #d50000;
}

.lk-err-lat {
  position: relative;
  display: block;
  padding: 0px;
  font-size: 12px;
  border-style: none;
  background-color: transparent;
  color: #d50000;
  top: -4px;
}

.lk-err-textbox {
  position: relative;
  padding: 0px;
  font-size: 12px;
  border-style: none;
  background-color: transparent;
  color: #d50000;
  top: -20px;
}

.lk-fil-upl {
  background-color: #898E95;
  color: #FFFFFF;
}

  .lk-fil-upl input {
  }


.lk-filtro-grid-item {
  background-color: #3367d6;
  color: #FFFFFF;
}


.lk-float-left {
  float: left !important;
}

.lk-float-right {
  float: right !important;
}

.lk-float-none {
  float: none !important;
}

.lk-font-weight-normal {
  font-weight: normal;
}

.lk-findpopup-grid {
  margin-bottom: 24px;
}

.lk-findpopup-titolo {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  -moz-osx-font-smoothing: grayscale;
  color: #262626;
  margin-top: 4px;
  margin-bottom: 4px;
}

.lk-bcolor-rosso {
  background-color: #DB4437;
}

.lk-bcolor-verde {
  background-color: #0F9D58;
}

.lk-bcolor-giallo {
  background-color: #F8A724;
}

.lk-bcolor-blue {
  background-color: #03A9F4;
}

.lk-bcolor-ciano {
  background-color: #00ABC0;
}

.lk-bcolor-gray {
  background-color: #757575;
}

.lk-fcolor-rosso {
  color: #DB4437;
}

.lk-fcolor-verde {
  color: #0F9D58;
}

.lk-fcolor-giallo {
  color: #F8A724;
}

.lk-fcolor-blue {
  color: #03A9F4;
}

.lk-fcolor-ciano {
  color: #00ABC0;
}

.lk-fcolor-light-gray {
  color: #757575 !important;
}

.lk-grd-con {
  overflow-x: auto;
}

  .lk-grd-con::-webkit-scrollbar {
    display: none;
  }

.lk-grd-tit {
  /*border-color: #FFFFFF;*/
  margin: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #FFFFFF;
  font-family: 'Roboto',Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  text-align: left;
  font-weight: 500;
  color: #00918F;
  line-height: 21px;
  height: 23px;
  padding: 0px 16px 0px 0px; /*background-color: #FFFFFF;*/
  background-color: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ellipsis;
  appearance: none;
  text-transform: uppercase;
  width: calc(100% - 20px);
  max-width: 300px;
}

  .lk-grd-tit:hover {
    text-decoration: underline;
  }

  .lk-grd-tit:focus {
    border: 1px solid rgb(204, 204, 204);
    background-color: #FFFFFF;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: none;
  }

  .lk-grd-tit::-ms-expand {
    display: none;
  }

.lk-grd-tit-cnt {
  padding-bottom: 0px;
}

.lk-grd {
  width: calc(100%);
  min-width: calc(100%);
  max-width: calc(100%);
  background-color: #ffffff;
  border-right-style: none;
  border-top-style: none;
  border-left-style: none;
  padding-bottom: 0px;
  margin: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
  font-size: 13px;
  /*border-bottom-width: 1px;
    border-bottom-color: #C8C7CC;
    border-bottom-style: solid;*/
  border-top-width: 1px;
  border-top-color: #C8C7CC;
  border-top-style: solid;
  overflow: auto;
}

.lgc-grd-header {
}

  .lgc-grd-header th {
    /*padding: 0px 8px 0px 8px;
    margin: 0px 8px 0px 8px;*/
    height: 20px;
    line-height: 20px;
    max-height: 20px;
    vertical-align: middle;
    text-align: left;
    background-color: #EBEBEB;
    padding-top: 4px;
    padding-bottom: 2px;
    font-size: 11px;
    text-transform: uppercase;
  }

.lk-grd-header {
  color: #212121;
  padding-left: 0px;
  padding-right: 0px;
  vertical-align: middle;
  min-height: 23px;
  line-height: 23px;
  font-size: 12px;
  /*font-weight: normal;*/
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #C8C7CC;
  /*background-color: #EFEFF4;*/
  text-overflow: ellipsis;
}

.lk-grd-pager {
  color: #00918F;
  vertical-align: middle;
  font-weight: normal;
  font-size: 12px;
  min-height: 20px;
  line-height: 20px;
  border-top-width: 1px;
  border-top-color: #C8C7CC;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #C8C7CC;
  border-bottom-style: solid;
}


.lk-grd-header th {
  color: #212121;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
  vertical-align: middle;
  line-height: 23px;
  min-height: 23px;
  font-size: 12px;
  font-weight: normal;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #C8C7CC;
  text-overflow: ellipsis;
  text-transform: uppercase;
  /*border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #C8C7CC;*/
  /*border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #C8C7CC;*/
}

  /*.lk-grd-header th:first-child {
    border-left-style: none;
    }
    .lk-grd-header th:last-child {
    border-left-style: none;
    }*/

  .lk-grd-header th:hover {
    background-color: #FFFFFF;
  }

.lk-grd-header a {
  /*color: #212121;*/
  color: #898e95;
  font-weight: normal;
  text-decoration: none;
  min-height: 24px;
  line-height: 24px;
  height: 24px;
  /*font-weight: bold;*/
}

  .lk-grd-header a:hover {
    color: #00918F;
  }

.lk-grd-pager table {
  background-color: transparent;
  text-align: left;
  border-bottom-style: none;
  border-right-style: none;
  border-top-style: none;
  border-left-style: none;
  min-height: 20px;
  line-height: 20px;
  height: 20px;
}

  .lk-grd-pager table td {
    border-bottom-style: none;
    border-right-style: none;
    border-top-style: none;
    border-left-style: none;
    min-height: 20px;
    line-height: 20px;
    height: 20px;
    color: #00918F;
  }


.lk-grd-pager td {
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
  padding-left: 0px;
  padding-right: 0px;
  min-height: 20px;
  line-height: 20px;
  height: 20px;
}

  .lk-grd-pager td:first-of-type {
    padding-left: 8px;
  }

.lk-grd-pager td {
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
  padding-left: 0px;
  padding-right: 0px;
  min-height: 20px;
  line-height: 20px;
  height: 20px;
}

.lk-grd-pager a {
  text-decoration: none;
  color: #00918F;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom-style: none;
  border-right-style: none;
  border-top-style: none;
  border-left-style: none;
  min-height: 20px;
  line-height: 20px;
  height: 20px;
  padding-left: 16px;
  padding-right: 16px;
}

/*@media (max-width: 479px) {
    .lk-grd-pager a {
        padding-left: 2px;
        padding-right: 2px;
    }
}*/

.lk-grd-pager span {
  padding: 4px 8px 4px 8px;
  text-decoration: none;
  color: #ffffff;
  background-color: #00918F;
  border-bottom-style: none;
  border-right-style: none;
  border-top-style: none;
  border-left-style: none;
  min-height: 20px;
  line-height: 20px;
  height: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-left: 8px;
  margin-right: 8px;
}

.lk-grd-row, .lk-grd-row th, .lk-grd-editrow, .lk-grd-rowsel, lk-grd-footer {
  padding: 4px 5px 0px 5px;
  color: #444444;
  vertical-align: middle;
  background-color: #ffffff;
  min-height: 20px;
  max-height: 20px;
  line-height: 20px;
  height: 20px;
  font-size: 13px;
  cursor: pointer;
  font-weight: normal;
  text-wrap: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: background .40s ease-in-out;
  -moz-transition: background .40s ease-in-out;
  -webkit-transition: background .40s ease-in-out;
}

.lk-grd-selectedrow {
  padding: 4px 5px 0px 5px;
  color: #ffffff;
  vertical-align: middle;
  background-color: #D2ECEB;
  min-height: 20px;
  line-height: 20px;
  max-height: 20px;
  height: 20px;
  font-size: 13px;
  cursor: pointer;
  font-weight: normal;
  text-wrap: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

  .lk-grd-row td, .lk-grd-selectedrow td, .lk-grd-editrow td, .lk-grd-footer td {
    padding: 4px 5px 0px 5px;
    vertical-align: top;
    border-right-style: none;
    border-top-style: none;
    border-left-style: none;
    min-height: 20px;
    line-height: 20px;
    max-height: 20px;
    height: 20px;
    max-width: 1px;
    font-size: 13px;
    text-overflow: ellipsis;
    font-weight: normal;
    text-wrap: none;
    white-space: nowrap;
    overflow: hidden;
  }

.lk-grd-footer td {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #C8C7CC;
}

.lk-grd-selectedrow td {
  padding: 4px 5px 0px 5px;
  color: #212121;
  vertical-align: top;
  border-right-style: none;
  border-top-style: none;
  border-left-style: none;
  background-color: #e0e0e0;
  min-height: 20px;
  max-height: 20px;
  line-height: 20px;
  height: 20px;
  max-width: 1px;
  font-size: 13px;
  font-weight: normal;
  text-overflow: ellipsis;
  text-decoration: none;
  text-wrap: none;
  white-space: nowrap;
  overflow: hidden;
}

.lk-grd-row:hover, .lk-grd-selectedrow:hover, .lk-grd-editrow:hover, .lk-grd-rowsel:hover {
  color: #212121;
  background-color: #eeeeee;
}

.lk-grd-sum {
  text-align: right;
  background-color: #F5F5F5;
}

.lk-grd-align-right {
  text-align: right;
}

.lk-grd-align-left {
  text-align: left;
}

.lk-grd-align-center {
  text-align: center;
}

.lk-grd-brd-rgt-wht {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #FFFFFF;
}

.lk-grd-td-number {
  text-align: right;
}

.lk-grd-hf-button {
  margin-top: 6px;
}

.lk-grd-find-hdr-add {
  background-color: #f5f5f5;
  color: #757575;
}

.lk-grd-find {
  font-family: 'Roboto', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  border-style: none;
  line-height: 24px;
  height: 24px;
  width: 100%;
  margin-top: 5px;
  margin-left: 4px;
}

.lk-grid-textbox-search {
  border-style: solid;
  border-width: 1px;
  border: 1px solid rgb(204, 204, 204);
  font-family: 'Roboto', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  text-align: left;
  color: #212121;
  line-height: 21px;
  height: 21px;
  padding: 0px 0px 0px 4px;
  width: calc(100% - 7px);
  min-width: calc(100% - 7px);
  background-color: #FFFFFF;
  margin: 1px 0px 0px 0px;
}

  .lk-grid-textbox-search:focus {
    border: 1px solid #007B78;
    background-color: #E9F5F4;
  }

.lk-grid-page-disabled {
  border: 1px solid #F8F8F8;
  padding: 1px;
  background-color: #F8F8F8;
  margin-top: 1px;
}

.lk-grid-page-next, .lk-grid-page-prev {
  border: 1px solid #F8F8F8;
  padding: 1px;
  background-color: #F8F8F8;
  margin-top: 1px;
}

  .lk-grid-page-next:hover, .lk-grid-page-prev:hover {
    border: 1px solid #D2ECEB;
    background-color: #D2ECEB;
  }

  .lk-grid-page-next:active, .lk-grid-page-prev:active {
    border: 1px solid #969696;
    background-color: #969696;
  }

.lk-grid-textbox-search-container {
  width: calc(100% - 100px);
}

  .lk-grid-textbox-search-container:hover .lk-grid-textbox-search {
    border: 1px solid #E9F5F4;
    background-color: #E9F5F4;
  }


.lk-hidden {
  display: none;
}

.lk-hidden-position {
  position: fixed;
  top: -1000px;
  left: -1000px;
}

.lk-grid--new-line {
  padding-top: 16px !important;
}

.lk-grid-cell-attention {
  background-image: url('../Immagini/attention-18.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
  margin-right: 5px;
  margin-top: -3px;
}

.lk-iconbtn-img {
  padding-top: 4px;
}

.lk-iframe-loading {
  background: url(../immagini/Spinner.gif) center center no-repeat;
}


.lk-input-richiesto {
  color: #DB4437;
}

.lk-input-field {
  position: relative;
  font-size: 16px;
  display: block;
  margin: 0;
  padding: 0px;
  width: 100%;
  max-width: 300px;
}

.lk-input-label {
  /*color: #898E95;*/
  font-size: 13px;
  padding-left: 0px;
  line-height: 24px;
  font-weight: 500;
  color: #333;
}

/*@media (max-width: 479px) {
    .lk-input-label {
        color: #898E95;
        font-size: 11px;
    }
}

@media (min-width: 480px) and (max-width: 839px) {
    .lk-input-label {
        color: #898E95;
        font-size: 11px;
    }
}*/

.lk-input-text, .lk-input-text-readonly {
  padding: 5px 8px 5px 8px;
  border: 1px solid #CDCFD2;
  height: 16px;
  line-height: 14px;
  min-height: 24px;
  font-size: 13px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: #212121;
  font-weight: 500;
  box-sizing: border-box;
  width: 100%;
}

  .lk-input-text:focus {
    border-color: #00918F;
  }

    .lk-input-text:focus .lk-input-label {
      color: #00918F;
    }

  .lk-input-text:hover {
    border-color: #00918F;
  }

.lk-header {
  position: fixed;
  top: 0px;
  left: 0px;
  color: rgb(255,255,255);
  background-color: inherit;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  height: 50px;
  min-height: 50px;
  max-height: 1000px;
  z-index: 3;
  background-color: #00918F;
  color: rgb(255,255,255);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: max-height, box-shadow;
  overflow: hidden;
}

.lk-header-utente {
  background-color: #13161C;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 200;
  line-height: 32px;
}

  .lk-header-utente:hover {
    color: #FFFFFF;
    background-color: #414141;
  }

.lk-header-attivita {
  background-color: #FFFFFF;
  color: #00918F;
  min-width: 12px;
  height: 12px;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-color: #FFFFFF;
  border-width: 2px;
  border-style: solid;
}

  .lk-header-attivita:hover {
    color: #FFFFFF !important;
    background-color: #007B78;
    border-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
  }

.lk-header-attivita-scadute {
  color: #FFFFFF;
  background-color: #DB4437;
  border-color: #DB4437;
  border-width: 2px;
  border-style: solid;
}

  .lk-header-attivita-scadute:hover {
    color: #DB4437 !important;
    background-color: #FFFFFF;
    border-color: #DB4437;
    border-width: 2px;
    border-style: solid;
  }

.lk-header-attivita-promemoria {
  color: #FFFFFF;
  background-color: #8C6D62;
  border-color: #8C6D62;
  border-width: 2px;
  border-style: solid;
}

  .lk-header-attivita-promemoria:hover {
    color: #8C6D62 !important;
    background-color: #FFFFFF;
    border-color: #8C6D62;
    border-width: 2px;
    border-style: solid;
  }

.lk-header-attivita-daleggere {
  color: #FFFFFF;
  background-color: #03A9F4;
  border-color: #03A9F4;
  border-width: 2px;
  border-style: solid;
}

  .lk-header-attivita-daleggere:hover {
    color: #03A9F4 !important;
    background-color: #FFFFFF;
    border-color: #03A9F4;
    border-width: 2px;
    border-style: solid;
  }

.lk-header-attivita-aperte {
  color: #FFFFFF;
  background-color: #A900FF;
  border-color: #A900FF;
  border-width: 2px;
  border-style: solid;
}

.lk-header-attivita-aperte:hover {
  color: #A900FF !important;
  background-color: #FFFFFF;
  border-color: #A900FF;
  border-width: 2px;
  border-style: solid;
}

.lk-header-attivita-da-approvare {
    color: #FFFFFF;
    background-color: #231cd3;
    border-color: #231cd3;
    border-width: 2px;
    border-style: solid;
}

    .lk-header-attivita-da-approvare:hover {
        color: #231cd3 !important;
        background-color: #FFFFFF;
        border-color: #231cd3;
        border-width: 2px;
        border-style: solid;
    }

.lk-header-attivita-aggiornamento-remoto {
    color: #FFFFFF;
    background-color: orangered;
    border-color: orangered;
    border-width: 2px;
    border-style: solid;
}

    .lk-header-attivita-aggiornamento-remoto:hover {
        color: orangered !important;
        background-color: #FFFFFF;
        border-color: orangered;
        border-width: 2px;
        border-style: solid;
    }

.lk-header-attivita-aggiornamento-cliente {
    color: #FFFFFF;
    background-color: deepskyblue;
    image-orientation: inherit;
    border-color: deepskyblue;
    border-width: 2px;
    border-style: solid;
}

    .lk-header-attivita-aggiornamento-cliente:hover {
        color: deepskyblue !important;
        background-color: #FFFFFF;
        border-color: deepskyblue;
        border-width: 2px;
        border-style: solid;
    }

.lk-header-segnalazioni-approva {
    color: #FFFFFF;
    background-color: #F8A724;
    border-color: #F8A724;
    border-width: 2px;
    border-style: solid;
}

  .lk-header-segnalazioni-approva:hover {
    color: #F8A724 !important;
    background-color: #FFFFFF;
    border-color: #F8A724;
    border-width: 2px;
    border-style: solid;
  }

.lk-header-pianificatore {
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  color: #00918F;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  border-width: 2px;
  border-style: solid;
  border-radius: 8px;
  height: 32px;
  display: inline-block;
  font-size: 13px;
  /*padding-bottom: 6px;*/
}

  .lk-header-pianificatore:hover {
    cursor: pointer;
  }

/*.lk-header-pianificatore:hover {
    color: #A900FF !important;
    background-color: #FFFFFF;
    border-color: #A900FF;
    border-width: 2px;
    border-style: solid;
}*/

.lk-lat-c {
}

.lk-lat-mob {
  max-width: 160px;
}

@media (max-width: 479px) {
  .lk-lat-mob {
    height: 20px;
    line-height: 20px;
  }
}

@media (min-width: 480px) and (max-width: 839px) {
  .lk-lat-mob {
    height: 20px;
    line-height: 20px;
  }
}

.lk-lat-text {
  border-style: none;
  font-family: 'Roboto', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  text-align: left;
  color: #212121;
  line-height: 24px;
  padding: 0px;
  display: inline;
}

.lk-layout-title-spotlight {
  width: 50%;
  min-width: 100px;
}

.lk-description {
  font-family: 'Roboto', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(0,0,0,0.54);
}

.lk-tbr-rgt {
  display: inline-block;
  position: relative;
  float: right;
}

.lk-text {
  font-size: 13px;
  color: #151515;
  font-weight: normal;
}

.lk-text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}


.lk-text-secondary {
  color: #6c757d !important;
}

.lk-layout__header-row-toolbar {
  color: #1f2228;
  background-color: #FFFFFF;
  height: 48px;
  line-height: 48px;
  padding-left: 16px;
  margin-left: 0px;
  /*padding-right: 16px;*/
  padding-right: 8px;
  margin-right: 0px;
}

.lgc-lay-cnt {
  max-width: 1100px;
  margin: 0px auto 0 auto;
  position: relative;
}

.lk-lat-lbc {
  line-height: 24px;
}

.lk-lat-txc {
  padding-bottom: 4px;
  text-align: right;
}

.lk-lat-txt {
  font-family: 'Roboto', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  text-align: left;
}

.lk-lat-txt-rgt {
  font-family: 'Roboto', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  text-align: right;
}

.lk-link {
  color: #00918F;
  text-decoration: none;
  font-weight: 500;
}

  .lk-link:hover {
    color: #03A9F4;
  }

.lk-link-white {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
}

  .lk-link-white:hover {
    color: #FFFFFF;
  }

.lk-margin-right {
  margin-right: 16px !important;
}

.lk-margin-top {
  margin-top: 16px !important;
}

.lk-margin-bottom {
  margin-bottom: 16px !important;
}

.lk-material-icons {
  padding-top: 1px;
  padding-left: 0px !important;
  margin-left: -1px !important;
}

.lk-menu__item {
  color: rgba(0,0,0, 0.87);
  text-align: left;
  font-size: 13px;
  font-weight: 400;
}

  .lk-menu__item:hover {
    background-color: rgb(238,238,238);
  }

  .lk-menu__item:focus {
    outline: none;
    background-color: rgb(238,238,238);
  }

  .lk-menu__item:active {
    background-color: rgb(224,224,224);
  }

.lk-menu__item--ripple-container {
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}

.lk-messagebox-title {
  font-family: 'Open Sans',"Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  line-height: 36px;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 24px;
  margin-bottom: 16px;
}

.lk-messagebox {
  border-color: #00918F;
  border-top-style: solid;
  border-top-width: 4px;
}

.lk-messagebox-red {
  border-color: #DB4437;
  border-top-style: solid;
  border-top-width: 4px;
}

.lk-mdldropdownlist {
}

.lk-modals-content {
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  overflow: hidden;
}

.lk-modal-background {
  position: fixed; /* Stay in place */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  z-index: 998; /* Sit on top */
}

.lk-modal-background-select {
    position: fixed; /* Stay in place */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 998; /* Sit on top */
    user-select: text;
}

.lk-novita {
  position: fixed; /*it can be fixed too*/
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 20px auto 20px auto; /*this to solve "the content will not be cut when the window is smaller than the content": */
  width: 100%;
  max-width: 600px;
  z-index: 1000; /* Sit on top */
}

.lk-menu {
  padding: 8px 16px 8px 16px;
}

.lk-operazione-in-corso {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  z-index: 1;
  position: relative;
  width: 48px;
  margin: 0 auto;
}

.lk-postit-container {
  border: 1px solid #D3A87C;
  text-align: left;
  line-height: 20px;
  background-color: #FFFFCC;
  color: #1f2228;
}

.lk-recordcancellato {
  font-size: 40px;
  font-weight: 100;
}

.lk-sec {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}

.lk-sec-pnl {
  display: block;
  position: relative;
  max-width: 1200px;
  margin: 0px auto 0 auto;
}

.lk-sec-azr {
  background-color: #d8e9ef;
}

.lk-sec-gry-drk {
  background-color: #d8dfe2;
}

.lk-sec-red {
  background-color: #dc4d38;
}

.lk-small {
  font-size: 11px !important;
}

.lk-spc {
  margin-right: 8px;
}

.lk-spinner-windows {
  background-position: center center;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}

.mdl-grid-inner--no-spacing {
  padding-top: 0px;
  padding-bottom: 0px;
  width: calc(100%);
  max-width: calc(100%);
}

/*.mdl-grid-inner {
    margin-right: 8px;
}*/

.lk-textfield__error {
  color: rgb(213,0,0);
  position: absolute;
  font-size: 12px;
  margin-top: 3px;
  display: block;
}

.lk-title-section {
  font-family: 'Roboto',Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #00918F;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}

.lk-tooltip-multiline {
  text-align: left;
  overflow-wrap: break-word;
  display: block;
  white-space: pre-wrap;
}

.lk-txt-r {
  text-align: right;
}

.lk-input-container {
  text-align: left;
  line-height: 24px;
  min-height: 24px;
  width: 100%;
  min-width: 100%;
  /*background-color: #E9F5F4;*/
}

  .lk-input-container:hover .lk-textbox {
    /*border: 1px solid rgb(204, 204, 204);
        /*background-color: #FDF0A1;*/
    /*background-color: #FFFFFF;*/
    border: 1px solid #007B78;
    background-color: #E9F5F4;
  }

  .lk-input-container:hover .lk-ddl {
    border: 1px solid #007B78;
    background-color: #E9F5F4;
  }

.lk-spotlight {
  border-style: solid;
  border-width: 1px;
  border-color: #D2ECEB;
  font-family: 'Roboto', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  color: #212121;
  line-height: 24px;
  height: 32px;
  width: 100%;
  background-color: #D2ECEB;
  display: block;
  -webkit-appearance: none;
  padding-left: 40px;
  border-radius: 4px;
}

@media screen and (max-width: 420px) {
  .lk-spotlight {
    /*max-width:100px;*/
  }
}


.lk-spotlight:focus {
  background-color: white;
  border-color: #FFFFFF;
}

.lk-spotlight-btn {
  position: absolute;
  top: 6px;
  margin-left: 8px;
  cursor: pointer;
}

.lk-spotlight-icon {
  padding-right: 0px;
  margin-right: 16px !important;
}

.lk-spotlight-mostratutto {
  font-size: 11px;
}

.lk-spotlight-titolo {
  font-size: 11px !important;
  color: #757575 !important;
  line-height: 24px;
  background-color: #F7F7F7;
  padding-left: 8px;
  margin-bottom: 8px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.lk-spotlight-textbody {
  font-size: 11px !important;
  color: #757575 !important;
}

.lk-textbox {
  /*border: 1px solid #E9F5F4;*/
  border-style: solid;
  border-width: 1px;
  border-color: #FFFFFF;
  font-family: 'Roboto', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  text-align: left;
  color: #212121;
  line-height: 20px;
  height: 21px;
  padding: 0px 0px 0px 4px;
  width: calc(100% - 6px); /*background-color: #E9F5F4;*/
  background-color: #FFFFFF;
  display: block;
  -webkit-appearance: none;
}

  .lk-textbox:focus {
    /*border: 1px solid rgb(204, 204, 204);*/
    /*background-color: #FDF0A1;*/
    border: 1px solid #007B78;
    background-color: #E9F5F4;
  }

.lk-textbox-td {
  padding: 0px;
  margin: 0px;
  vertical-align: top;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #FFFFFF;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #FFFFFF;
  /*background-color: #E9F5F4;*/
  background-color: #FFFFFF;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #FFFFFF;
}

.lk-textbox-icon-td {
  /*background-color: #F0F0F0;*/
  background-color: #FFFFFF;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #FFFFFF;
  width: 18px;
  max-width: 18px;
  overflow: hidden;
}

.lk-textbox-icon-div {
  padding-top: 2px;
  line-height: 20px;
  height: 20px;
}

.lk-textbox-iconbutton-div {
  padding-top: 1px;
  line-height: 20px;
  height: 20px;
}

.lk-textbox-search-td {
  /*background-color: #F0F0F0;*/
  background-color: #FFFFFF;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #FFFFFF;
  width: 18px;
  max-width: 18px;
  overflow: hidden;
}

.lk-textbox-search-div {
  padding-top: 2px;
  line-height: 20px;
  height: 20px;
}

.lk-textbox-lucchetto-td {
  /*background-color: #F0F0F0;*/
  background-color: #FFFFFF;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #FFFFFF;
  width: 18px;
  max-width: 18px;
  min-width: 18px;
  overflow: hidden;
}

.lk-textbox-lucchetto-div {
  padding-top: 1px;
  line-height: 20px;
  padding-left: 0px;
  height: 20px;
}

.lk-textbox-develop {
  font-size: 12px;
  color: #CC00CC;
}

.lk-input-label-container {
  border-width: 1px;
  border-color: #FFFFFF;
  border-style: solid none none none;
  font-size: 13px;
  text-decoration: none;
  text-align: left;
  font-weight: normal;
  color: #444444;
  line-height: 22px;
  height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*background-color: #F0F0F0;*/
  background-color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
  .lk-input-label-container {
    max-width: 100px;
  }
}


.lk-textbox-lucchetto {
  padding-left: 1px;
  padding-right: 2px;
}

.lk-textbox-text {
  /*border: 1px solid #E9F5F4;*/
  border-style: solid;
  border-width: 1px;
  border-color: #FFFFFF;
  font-family: 'Roboto', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  text-align: left;
  color: #212121;
  line-height: 24px;
  padding: 0px;
  width: calc(100% - 8px); /*background-color: #E9F5F4;*/
  background-color: #FFFFFF;
  display: inline;
}

.lk-textbox-number {
  text-align: right;
  width: calc(100% - 6px);
  max-width: 120px;
  padding: 0px 4px 0px 0px;
}

.lk-textbox-link {
  /*border: 1px solid #E9F5F4;*/
  border-style: solid;
  border-width: 1px;
  border-color: #FFFFFF;
  font-family: 'Roboto', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  text-align: left;
  line-height: 20px;
  height: 21px;
  padding: 0px 0px 0px 4px;
  width: calc(100% - 7px);
  min-width: calc(100% - 7px);
  /*background-color: #E9F5F4;*/
  background-color: #FFFFFF;
  display: block;
}

.lk-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lk-text-truncate-1-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.lk-text-truncate-2-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lk-text-truncate-3-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.lk-text-truncate-4-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.lk-text-truncate-5-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.lk-tab-container {
  background-color: #FFFFFF;
  line-height: 30px;
  min-height: 30px;
  font-size: 12px;
  padding-left: 16px;
  padding-right: 16px;
  border-style: none;
  overflow: auto;
}

.lk-tab-button {
  display: block;
  background-color: #C8C8C8;
  border-style: none;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  height: 24px;
  min-height: 24px;
  line-height: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: normal;
  margin: 0;
  border: none;
  border-radius: 0px;
  vertical-align: middle;
}


  .lk-tab-button:hover {
    background-color: #969696;
  }

.lk-tab-button-selected {
  display: block;
  background-color: #00918F;
  border-style: none;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  height: 24px;
  min-height: 24px;
  line-height: 21px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: normal;
  margin: 0;
  border: none;
  border-radius: 0px;
  /*border-bottom-width: 3px;
    border-bottom-color: #00918F;*/
}

.lk-table-link {
  font-size: 14px;
  /*color: #005f5d !important;*/
}

/*.lk-table-link:hover {
        color: #00918F !important;
    }*/

.lk-tag_arancio {
  border: 1px solid #FF6F42;
  background-color: #FF6F42;
  color: #FFFFFF;
}

.lk-tag_blu {
  border: 1px solid #03A9F4;
  background-color: #03A9F4;
  color: #FFFFFF;
}

.lk-tag_giallo {
  border: 1px solid #F8A724;
  background-color: #F8A724;
  color: #FFFFFF;
}

.lk-tag_rosso {
  border: 1px solid #DB4437;
  background-color: #DB4437;
  color: #FFFFFF;
}

.lk-tag_verde {
  border: 1px solid #0F9D58;
  background-color: #0F9D58;
  color: #FFFFFF;
}

.lk-tag_viola {
  border: 1px solid #A900FF;
  background-color: #A900FF;
  color: #FFFFFF;
}

.lk-tag-img-cnt {
  display: inline-block;
  float: left;
  padding-top: 4px;
  padding-right: 4px;
}

.lk-tag-textbox {
  border: 1px solid #E1E2E4;
  padding: 0px 12px 0px 12px;
  background-color: #FFFFFF;
  min-width: 50px;
  width: 100%;
  font-size: 13px;
  height: 26px;
  border-radius: 26px;
}

.lk-vertical-align-top {
  vertical-align: top;
}

.lk-upd {
  /*filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
    opacity: .90;
    background: #000000;*/
  filter: alpha(opacity=1);
  -ms-filter: "alpha(opacity=1)";
  opacity: .01;
  background: #FFFFFF;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  position: absolute;
  padding: 0;
  z-index: 900000;
  cursor: progress;
  /*overflow: hidden;*/
}

.lk-upd-longtime {
  background: #FFFFFF;
  height: 100%;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  position: absolute;
  padding: 0;
  filter: alpha(opacity=30);
  -ms-filter: "alpha(opacity=30)";
  opacity: .30;
  z-index: 900000;
}

.lk-upd-spinner {
  background-position: center center;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
  z-index: 99001;
}

.lk-watermark {
  color: rgb(190, 190, 190);
}

.lk-toolbar {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}

.lk-toolbar-container {
  text-align: left;
  display: inline-block;
  height: 30px;
  max-height: 30px;
  overflow: hidden;
  padding-top: 3px;
  padding-bottom: 9px;
  background-color: #FFFFFF;
  white-space: nowrap;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  width: calc(100% - 32px);
  min-width: calc(100% - 32px);
  overflow: visible;
}

/*.lk-toolbar-container-ontop {
    padding-left: 0px;
    position: fixed;
    top: 50px;
    left: 0px;
    padding-left: 16px;
    width: calc(100% - 16px);
    min-width: calc(100% - 16px);
    height: 30px;
    background-color: #F8F8F8;
    z-index: 2;
}*/

@media screen and (max-width: 1024px) {
  .lk-toolbar-container-ontop {
    padding-left: 10px;
    width: calc(100% - 10px);
    min-width: calc(100% - 10px);
  }
}

.lk-titolo {
  color: #202124;
  font-family: 'Open Sans','Roboto', Tahoma, Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  max-width: 50%;
  width: 50%;
  letter-spacing: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 32px;
}

.lk-titolo-loading {
  height: 32px;
  line-height: 32px;
  width: 200px;
  min-width: 200px;
  background-color: #dee2e6;
}


.lk-titolo-sezione {
  color: #616161;
  font-family: 'Roboto', Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}

.lk-mb-0 {
  margin-bottom: 0px !important;
}

.lk-mb-4 {
  margin-bottom: 4px !important;
}

.lk-mb-8 {
  margin-bottom: 8px !important;
}

.lk-mb-12 {
  margin-bottom: 12px !important;
}

.lk-mb-16 {
  margin-bottom: 16px !important;
}

.lk-mb-20 {
  margin-bottom: 20px !important;
}

.lk-mb-24 {
  margin-bottom: 24px !important;
}

.lk-mb-28 {
  margin-bottom: 28px !important;
}

.lk-mb-32 {
  margin-bottom: 32px !important;
}

.lk-mb-36 {
  margin-bottom: 36px !important;
}

.lk-mb-40 {
  margin-bottom: 40px !important;
}

.lk-mb-44 {
  margin-bottom: 44px !important;
}

.lk-mb-48 {
  margin-bottom: 48px !important;
}

.lk-ml-0 {
  margin-left: 0px !important;
}

.lk-ml-4 {
  margin-left: 4px !important;
}

.lk-ml-8 {
  margin-left: 8px !important;
}

.lk-ml-12 {
  margin-left: 12px !important;
}

.lk-ml-16 {
  margin-left: 16px !important;
}

.lk-ml-20 {
  margin-left: 20px !important;
}

.lk-ml-24 {
  margin-left: 24px !important;
}

.lk-ml-28 {
  margin-left: 28px !important;
}

.lk-ml-32 {
  margin-left: 32px !important;
}

.lk-ml-36 {
  margin-left: 36px !important;
}

.lk-ml-40 {
  margin-left: 40px !important;
}

.lk-ml-44 {
  margin-left: 44px !important;
}

.lk-ml-48 {
  margin-left: 48px !important;
}

.lk-mr-0 {
  margin-right: 0px !important;
}

.lk-mr-2 {
  margin-right: 2px !important;
}

.lk-mr-4 {
  margin-right: 4px !important;
}

.lk-mr-8 {
  margin-right: 8px !important;
}

.lk-mr-12 {
  margin-right: 12px !important;
}

.lk-mr-16 {
  margin-right: 16px !important;
}

.lk-mr-20 {
  margin-right: 20px !important;
}

.lk-mr-24 {
  margin-right: 24px !important;
}

.lk-mr-28 {
  margin-right: 28px !important;
}

.lk-mr-32 {
  margin-right: 32px !important;
}

.lk-mr-36 {
  margin-right: 36px !important;
}

.lk-mr-40 {
  margin-right: 40px !important;
}

.lk-mr-44 {
  margin-right: 44px !important;
}

.lk-mr-48 {
  margin-right: 48px !important;
}

.lk-mt-0 {
  margin-top: 0px !important;
}

.lk-mt-4 {
  margin-top: 4px !important;
}

.lk-mt-8 {
  margin-top: 8px !important;
}

.lk-mt-12 {
  margin-top: 12px !important;
}

.lk-mt-16 {
  margin-top: 16px !important;
}

.lk-mt-20 {
  margin-top: 20px !important;
}

.lk-mt-24 {
  margin-top: 24px !important;
}

.lk-mt-28 {
  margin-top: 28px !important;
}

.lk-mt-32 {
  margin-top: 32px !important;
}

.lk-mt-36 {
  margin-top: 36px !important;
}

.lk-mt-40 {
  margin-top: 40px !important;
}

.lk-mt-44 {
  margin-top: 44px !important;
}

.lk-mt-48 {
  margin-top: 48px !important;
}

.lk-pb-0 {
  padding-bottom: 0px !important;
}

.lk-pb-4 {
  padding-bottom: 4px !important;
}

.lk-pb-8 {
  padding-bottom: 8px !important;
}

.lk-pb-12 {
  padding-bottom: 12px !important;
}

.lk-pb-16 {
  padding-bottom: 16px !important;
}

.lk-pb-20 {
  padding-bottom: 20px !important;
}

.lk-pb-24 {
  padding-bottom: 24px !important;
}

.lk-pb-28 {
  padding-bottom: 28px !important;
}

.lk-pb-32 {
  padding-bottom: 32px !important;
}

.lk-pb-36 {
  padding-bottom: 36px !important;
}

.lk-pb-40 {
  padding-bottom: 40px !important;
}

.lk-pb-44 {
  padding-bottom: 44px !important;
}

.lk-pb-48 {
  padding-bottom: 48px !important;
}

.lk-pl-0 {
  padding-left: 0px !important;
}

.lk-pl-4 {
  padding-left: 4px !important;
}

.lk-pl-8 {
  padding-left: 8px !important;
}

.lk-pl-12 {
  padding-left: 12px !important;
}

.lk-pl-16 {
  padding-left: 16px !important;
}

.lk-pl-20 {
  padding-left: 20px !important;
}

.lk-pl-24 {
  padding-left: 24px !important;
}

.lk-pl-28 {
  padding-left: 28px !important;
}

.lk-pl-32 {
  padding-left: 32px !important;
}

.lk-pl-36 {
  padding-left: 36px !important;
}

.lk-pl-40 {
  padding-left: 40px !important;
}

.lk-pl-44 {
  padding-left: 44px !important;
}

.lk-pl-48 {
  padding-left: 48px !important;
}

.lk-pr-0 {
  padding-right: 0px !important;
}

.lk-pr-4 {
  padding-right: 4px !important;
}

.lk-pr-8 {
  padding-right: 8px !important;
}

.lk-pr-12 {
  padding-right: 12px !important;
}

.lk-pr-16 {
  padding-right: 16px !important;
}

.lk-pr-20 {
  padding-right: 20px !important;
}

.lk-pr-24 {
  padding-right: 24px !important;
}

.lk-pr-28 {
  padding-right: 28px !important;
}

.lk-pr-32 {
  padding-right: 32px !important;
}

.lk-pr-36 {
  padding-right: 36px !important;
}

.lk-pr-40 {
  padding-right: 40px !important;
}

.lk-pr-44 {
  padding-right: 44px !important;
}

.lk-pr-48 {
  padding-right: 48px !important;
}

.lk-pt-0 {
  padding-top: 0px !important;
}

.lk-pt-4 {
  padding-top: 4px !important;
}

.lk-pt-8 {
  padding-top: 8px !important;
}

.lk-pt-12 {
  padding-top: 12px !important;
}

.lk-pt-16 {
  padding-top: 16px !important;
}

.lk-pt-20 {
  padding-top: 20px !important;
}

.lk-pt-24 {
  padding-top: 24px !important;
}

.lk-pt-28 {
  padding-top: 28px !important;
}

.lk-pt-32 {
  padding-top: 32px !important;
}

.lk-pt-36 {
  padding-top: 36px !important;
}

.lk-pt-40 {
  padding-top: 40px !important;
}

.lk-pt-44 {
  padding-top: 44px !important;
}

.lk-pt-48 {
  padding-top: 48px !important;
}


.lk-pad-left {
  padding-left: 8px !important;
}

.lk-pad-right {
  padding-right: 8px !important;
}

.lk-pad-top {
  padding-top: 16px !important;
}

.lk-pad-bottom {
  padding-bottom: 16px !important;
}


.lk-panel-funzioni {
  z-index: 5;
  background-color: #FFFFFF;
  top: 0px;
  height: calc(100vh);
  max-height: calc(100vh);
  width: calc(100vw);
  max-width: 800px;
  padding-top: 16px;
  position: fixed;
  left: calc(100vw - 800px);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.lk-panel-funzioni-small {
  z-index: 5;
  background-color: #FFFFFF;
  top: 0px;
  height: calc(100vh);
  max-height: calc(100vh);
  width: calc(100vw);
  max-width: 400px;
  padding-top: 16px;
  position: fixed;
  left: calc(100vw - 400px);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.lk-panel-funzioni-half {
  z-index: 5;
  background-color: #FFFFFF;
  top: 0px;
  height: calc(100vh);
  max-height: calc(100vh);
  width: calc(50vw);
  max-width: calc(50vw);
  padding-top: 16px;
  position: fixed;
  left: calc(50vw);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 800px) {
  .lk-panel-funzioni {
    left: 0px;
    max-width: calc(100vw);
  }

  .lk-panel-funzioni-small {
    left: 0px;
    max-width: calc(100vw);
  }

  .lk-panel-funzioni-half {
    left: 0px;
    width: calc(100vw);
    max-width: calc(100vw);
  }
}

.lk-panel-funzioni-top {
  z-index: 6;
  position: fixed;
  top: 0px;
  width: calc(100vw);
  max-width: 784px;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 32px;
  height: 48px;
  background-color: rgb(250,250,250);
}

.lk-panel-funzioni-top-small {
  z-index: 6;
  position: fixed;
  top: 0px;
  width: calc(100vw);
  max-width: 384px;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 32px;
  height: 48px;
  background-color: rgb(250,250,250);
}

.lk-panel-funzioni-top-half {
  z-index: 6;
  position: fixed;
  top: 0px;
  width: calc(50vw - 16px);
  max-width: calc(50vw - 16px);
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 32px;
  height: 48px;
  background-color: rgb(250,250,250);
}

@media screen and (max-width: 800px) {
  .lk-panel-funzioni-top-half {
    left: 0px;
    width: calc(100vw);
    max-width: calc(100vw);
  }
}

.lk-panel-funzioni-body {
  position: absolute;
  top: 48px;
  max-height: calc(100vh - 112px);
  width: 100%;
  overflow-y: auto;
  margin-bottom: 64px;
}

.lk-panel-funzioni-bottom {
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 0;
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 56px;
  padding-top: 8px;
  position: fixed;
  width: 100%;
  max-width: 800px;
  z-index: 6;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lk-panel-funzioni-bottom-small {
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 0;
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 56px;
  padding-top: 8px;
  position: fixed;
  width: 100%;
  max-width: 400px;
  z-index: 6;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lk-panel-funzioni-bottom-half {
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 0;
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 56px;
  padding-top: 8px;
  position: fixed;
  width: calc(50vw);
  max-width: calc(50vw);
  z-index: 6;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .lk-panel-funzioni-bottom-half {
    left: 0px;
    width: calc(100vw);
    max-width: calc(100vw);
  }
}

.lk-panel-funzioni-modal {
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  opacity: .50;
  background: #000000;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  position: absolute;
  padding: 0;
  z-index: 4;
  cursor: progress;
}

.lk-panel-funzioni-title {
  font-family: 'Open Sans','Roboto', Tahoma, Arial, Helvetica, sans-serif;
  /*font-size: 16px;*/
  font-size: 14px;
  font-weight: bold;
  /*font-weight: 400;*/
  text-transform: uppercase;
  color: #414141;
}

.lk-panel-funzioni-subtitle {
  font-family: 'Open Sans','Roboto',Tahoma, Arial, Helvetica, sans-serif;
  /*font-weight: 500;*/
  font-weight: bold;
  text-transform: none;
  font-size: 11px;
  color: #414141;
  /*text-transform: uppercase;*/
  /*background-color: #E9F5F4;*/
  background-color: rgb(250,250,250);
  /*line-height: 16px;*/
  line-height: 8px;
}

.principale {
  height: calc(100vh - 110px);
}

.lk-r {
  display: block;
  float: none;
  clear: both;
  height: 24px;
  /*overflow: hidden;*/
  text-align: left;
}

.lk-r-cell {
  display: inline-block;
  float: left;
  position: relative;
  padding: 0px;
  margin: 0px;
}

.lk-r-cell-right {
  display: inline-block;
  float: right;
  position: relative;
  padding: 0px;
  margin: 0px;
}

.lk-r-cell-left {
  display: inline-block;
  float: left;
  position: relative;
  padding: 0px;
  margin: 0px;
}

.lk-r-cell-end {
  clear: both;
  float: none;
  display: none;
}

.lk-r-sm {
  text-align: left;
  display: block;
  float: none;
  clear: both;
  height: 14px;
  overflow: hidden;
}

.lk-r-res {
  display: block;
  float: none;
  clear: both;
  text-align: left;
}

.lk-r-xl {
  text-align: left;
  display: block;
  float: none;
  clear: both;
  height: 56px;
  overflow: hidden;
}

.lk-text-right {
  text-align: right !important;
}

.lk-tile {
  padding-top: 12px;
  padding-bottom: 10px;
  min-height: 24px;
}

.lk-tile-text {
  color: #FFFFFF;
  font-size: 17px;
}

.lk-tile-title {
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
}

.lk-toolbar-button {
  border-style: none;
  height: 30px;
  font-family: 'Roboto', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  color: #1f2228;
  background: transparent;
  background-color: transparent;
  text-transform: uppercase;
  padding-left: 5px;
  text-align: left;
}

.lk-toolbar-button-container {
  border-style: none;
  height: 30px;
  font-family: 'Roboto', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  color: #1f2228;
  padding-right: 5px;
  background-color: transparent;
  text-transform: uppercase;
  padding-left: 5px;
  text-align: left;
}

  .lk-toolbar-button-container:hover {
    background-color: #D2ECEB;
  }

.lk-toolbar-sep {
  border-style: none none none solid;
  border-left-width: 1px;
  border-left-color: #999999;
  height: 15px;
  width: 1px;
  min-height: 20px;
  margin-right: 3px;
  margin-left: 3px;
  margin-top: 9px;
  background-color: transparent;
}

.lk-upc {
  display: block;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  min-width: 100%;
}

.lk-upc-inl {
  display: inline-block;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.ui-datepicker-prev {
  background-position: center center;
  background-image: url('../immagini/ic_navigate_before_black_18dp_1x.png');
  background-repeat: no-repeat;
}

  .ui-datepicker-prev:hover {
    background-position: center center;
    background-image: url('../immagini/ic_navigate_before_black_18dp_1x.png');
    background-repeat: no-repeat;
  }

.ui-datepicker-next {
  background-position: center center;
  background-image: url('../immagini/ic_navigate_next_black_18dp_1x.png');
  background-repeat: no-repeat;
}

  .ui-datepicker-next:hover {
    background-position: center center;
    background-image: url('../immagini/ic_navigate_next_black_18dp_1x.png');
    background-repeat: no-repeat;
  }

.lk-cursor_pointer {
  cursor: pointer;
}

.lk-font-weight-bold {
  font-weight: 700 !important;
}


.ajax__fileupload {
  padding: 4px;
  overflow: auto;
}

.ajax__fileupload_selectFileContainer {
  height: 24px;
  line-height: 24px;
}

.ajax__fileupload_selectFileButton {
  border: none;
  border-radius: 2px;
  position: relative;
  height: 36px;
  margin: 0;
  min-width: 64px;
  padding: 0 16px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0;
  overflow: hidden;
  will-change: box-shadow;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  font-size: 14px;
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  background-color: #00918F;
  color: #ffffff;
}

  .ajax__fileupload_selectFileButton:hover {
  }

.ajax__fileupload_topFileStatus {
  color: rgb(127, 126, 126);
  display: none;
}

.ajax__fileupload_ProgressBarHolder {
  margin-right: 70px;
  _margin-right: 0;
}

.ajax__fileupload_uploadbutton {
  width: 60px;
  text-align: center;
  cursor: pointer;
  color: white;
  font-weight: bold;
  background-color: #000099;
}

.ajax_fileupload_cancelbutton {
  width: 60px;
  text-align: center;
  cursor: pointer;
  color: white;
  font-weight: bold;
  background-color: #990033;
}

.ajax__fileupload_dropzone {
  font-size: 14px;
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-style: dotted;
  border-width: 1px;
  border-color: #d3d6db;
  line-height: 50px;
  text-align: center;
  _text-align: left; /* IE Only */
  margin-bottom: 2px;
  height: 100%;
  max-height: 100%;
  min-height: 300px;
  background-image: url(../immagini/dragdropdoc-96.png);
  background-repeat: no-repeat;
  background-position: center;
}

.ajax__fileupload_queueContainer {
  clear: both;
}

.ajax__fileupload_progressBar {
  padding-left: 4px;
  background-color: #03A9F4;
}

.ajax__fileupload_footer {
  margin-top: 2px;
  line-height: 20px;
  height: 20px;
}

.ajax__fileupload_fileItemInfo {
  line-height: 20px;
  height: 20px;
  margin-bottom: 2px;
  overflow: hidden;
}

  .ajax__fileupload_fileItemInfo .filename {
    font-weight: bold;
  }

  .ajax__fileupload_fileItemInfo .uploadstatus {
    font-style: italic;
  }

  .ajax__fileupload_fileItemInfo .removeButton {
    cursor: pointer;
    background-color: #900;
    color: white;
    width: 55px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    float: left;
  }

  .ajax__fileupload_fileItemInfo .uploadedState {
    color: #060;
    background-color: #fff;
  }

  .ajax__fileupload_fileItemInfo .uploadingState {
    color: #FF9900;
    background-color: #fff;
  }

  .ajax__fileupload_fileItemInfo .pendingState {
    color: #009;
    background-color: #fff;
  }

  .ajax__fileupload_fileItemInfo .errorState {
    color: #ffffff;
    background-color: #ff0000;
  }

  .ajax__fileupload_fileItemInfo .cancelledState {
    color: #fff;
    background-color: #fff;
  }

/*Check*/
.ajax__fileupload_selectFileContainer {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 36px;
  /*float: left;*/
}

  .ajax__fileupload_selectFileContainer input {
    border: medium none;
    cursor: pointer;
    height: 40px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

.ajax__fileupload_fileItemInfo {
  position: relative;
  z-index: 0;
}

  .ajax__fileupload_fileItemInfo div {
    display: inline-block;
  }

    .ajax__fileupload_fileItemInfo div.removeButton {
      position: absolute;
      top: 0;
      right: 0;
    }

.lk-riferimento-errore {
  font-size: 12px;
  border-style: none;
  background-color: transparent;
  color: #d50000;
}

.img-causale-segnalazione {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  border-radius: 10px;
}

.icona-trasferta {
  border-radius: 50%;
  background-color: deepskyblue;
  max-width: 16px;
  max-height: 16px;
}

.icona-trasferta-button {
    border-radius: 50%;
    background-color: deepskyblue;
    max-width: 16px;
    max-height: 16px;
    display: inline-block;
    vertical-align: middle; /* Allineamento verticale */
}

.icona-remoto {
  border-radius: 50%;
  background-color: orangered;
  max-width: 16px;
  max-height: 16px;
}

.icona-utente-personale {
  border-radius: 50%;
  background-color: #A900FF;
  max-width: 16px;
  max-height: 16px;
  margin-right: 4px;
}

.task-cerca-subtask {
  font-family: Roboto, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  border: 1px solid #dedede;
  line-height: 20px;
  height: 30px;
  width: 100%;
  margin-left: 4px;
  padding-left: 8px;
}

.task-cerca-icona {
  height: 24px;
  margin-top: 5px;
  margin-left: 4px;
}
