@import "jquery.mmenu.all.css";
#nav-bar {
  border: 0;
}
.mobileToggle {
  color: #ffffff;
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 9px 0 0 10px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 40px;
}
.mobileToggle:hover {
  color: #ffffff;
  text-decoration: none;
}
.mobileToggle > i {
  display: block;
  font-size: 30px;
  height: 40px;
  margin: 0;
  padding: 0;
  width: 40px;
}
.mobileToggle.active > i {
  color: #ffffff;
  text-shadow: 0 0 5px #ffffff;
}
.xoff-menu {
  background: #ffffff !important;
  --mm-color-background: #ffffff !important;
  box-shadow: none !important;
  display: none;
  padding: 0;
}
.xoff-menu .mm-panel {
  border: 1px solid #ffffff;
  padding: 0;
}
.xoff-menu .xoff-menu-user {
  background-color: #efefef;
  border-bottom: 1px solid #ffffff;
  height: 80px;
  padding-left: 9px;
  margin-top: 31px;
}
.xoff-menu .xoff-menu-user .xoff-user-info {
  float: left;
}
.xoff-menu .xoff-menu-user .xoff-user-info .icon {
  height: 40px;
  width: 40px;
}
.xoff-menu .xoff-menu-user .xoff-user-info .icon > i {
  font-size: 40px;
  margin: 0;
  padding: 0;
}
.xoff-menu .xoff-menu-user .xoff-user-info .name {
  font-size: 14px;
  font-weight: 500;
}
.xoff-menu .xoff-menu-user .xoff-user-info .role {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}
.xoff-menu .xoff-menu-user .xoff-menu-logout {
  -moz-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  background: #4c7abc;
  border-left: 1px solid #ffffff;
  cursor: pointer;
  display: block;
  float: right;
  height: 80px;
  text-align: center;
  transition: all 300ms ease-out;
  width: 48px;
}
.xoff-menu .xoff-menu-user .xoff-menu-logout i {
  color: #ffffff;
  font-size: 28px;
  height: 80px;
  line-height: 80px;
  margin: 0;
  padding: 0;
  width: 48px;
}
.xoff-menu .xoff-menu-user .xoff-menu-logout:hover {
  background: #333333;
}
.xoff-menu .xoff-menu-list {
  border-top: 1px solid #d1d3d4;
  padding: 17px 4px 0;
}
.xoff-menu .xoff-menu-list h4 {
  color: #333333;
  font-size: 20px;
  font-weight: 100;
  margin: 0 0 3px 0;
  padding-left: 4px;
}
.xoff-menu .xoff-menu-list h4 b {
  color: #a2b4cf;
  font-weight: 700;
}
.xoff-menu .xoff-menu-list ul {
  margin: 0;
  padding: 0;
}
.xoff-menu .xoff-menu-list ul li {
  background: #ffffff;
  border-bottom: 1px dotted #d1d3d4;
}
.xoff-menu .xoff-menu-list ul li a {
  -moz-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  background-color: #efefef;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 100;
  padding: 4px;
  text-decoration: none;
  transition: all 300ms ease-out;
}
.xoff-menu .xoff-menu-list ul li a span {
  height: 40px;
  line-height: 40px;
}
.xoff-menu .xoff-menu-list ul li a span.counter {
  background-color: #f36325;
  border-radius: 15px;
  border: 2px solid #ffffff;
  color: #ffffff;
  float: right;
  font-size: 16px;
  font-weight: 600;
  height: 26px;
  line-height: 26px;
  margin-top: 5px;
  text-align: center;
  width: 26px;
}
.xoff-menu .xoff-menu-list ul li a:hover {
  background-color: #4c7abc;
  color: #ffffff;
}
.xoff-menu .xoff-menu-list ul li a > i {
  background: #4c7abc;
  color: #ffffff;
  float: left;
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  margin: 0 4px 0 0;
  padding: 0;
  text-align: center;
  width: 40px;
}
.xoff-menu.mm-menu {
  max-width: 244px;
  min-width: 1 40px;
  width: 80%;
}
.xoff-menu.mm-menu.mm-front {
  -webkit-transition: -webkit-transform 250ms;
  transition: transform 250ms;
}
html.mm-opened .xoff-menu {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5) !important;
}
html.mm-opened .mm-page {
  box-shadow: 0;
}
#content-mobile {
  margin-top: 50px;
}
.grey {
  background-color: #bdbdbd;
  color: #ffffff;
}
.red {
  background-color: #e52f2f;
  color: #ffffff;
}
.yellow {
  background-color: #eae43b;
  color: #ffffff;
}
.green {
  background-color: #36a120;
  color: #ffffff;
}
html.ismobile .padding-5 {
  padding: 5px;
}
html.ismobile .padding-10 {
  padding: 10px;
}
html.ismobile .padding-20 {
  padding: 20px;
}
html.ismobile .padding-30 {
  padding: 30px;
}
html.ismobile .padding-40 {
  padding: 40px;
}
html.ismobile .padding-bottom-10 {
  padding-bottom: 10px!important;
}
html.ismobile .padding-bottom-15 {
  padding-bottom: 15px!important;
}
html.ismobile .padding-bottom-60 {
  padding-bottom: 60px!important;
}
html.ismobile .padding-right-30 {
  padding-right: 30px;
}
html.ismobile .no-paddings {
  padding: 0!important;
}
html.ismobile .no-padding-top {
  padding-top: 0;
}
html.ismobile .margin-5 {
  margin: 5px;
}
html.ismobile .margin-15 {
  margin: 15px;
}
html.ismobile .margin-20 {
  margin: 20px;
}
html.ismobile .margin-30 {
  margin: 30px;
}
html.ismobile .no-margins {
  margin: 0px;
}
html.ismobile .no-margin-bottom {
  margin-bottom: 0px!important;
}
html.ismobile .margin-bottom-10 {
  margin-bottom: 10px;
}
html.ismobile .margin-bottom-20 {
  margin-bottom: 20px;
}
html.ismobile .margin-bottom-40 {
  margin-bottom: 40px;
}
html.ismobile .margin-bottom-60 {
  margin-bottom: 60px;
}
html.ismobile .margin-top-10 {
  margin-top: 10px;
}
html.ismobile .margin-right-20 {
  margin-right: 20px;
}
html.ismobile .relative {
  position: relative;
}
html.ismobile .separator {
  padding: 28px 0;
}
html.ismobile .category-separator {
  margin-bottom: 68px;
}
html.ismobile .cerchio {
  border-radius: 100px;
}
html.ismobile .transition {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
html.ismobile .inline {
  display: inline;
}
html.ismobile .rounded {
  border-radius: 4px;
}
html.ismobile .border-left {
  border-left: 4px solid #ffffff;
}
html.ismobile .dotted {
  border-style: dotted!important;
}
html.ismobile .fullWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}
html.ismobile .spacer {
  padding: 40px 0;
}
html.ismobile .icon-spin {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
html.ismobile .icon-pulse {
  -webkit-animation: icon-spin 1s infinite steps(8);
  animation: icon-spin 1s infinite steps(8);
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
html.ismobile .clearfix {
  display: inline-block;
  zoom: 1;
}
html.ismobile .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
@media screen and (max-width: 37.4em) and (orientation: landscape) {
  
}
@media screen and (max-width: 37.4em) {
  
}
@media screen and (max-width: 800px) {
  html.ismobile #nav-bar {
    padding: 0;
  }
  html.ismobile #nav-bar #breadcrumbs {
    display: none;
  }
  html.ismobile .toggle.toggle-xeffe {
    width: 70px !important;
  }
  html.ismobile .toggle.toggle-xeffe .toggle-inner {
    width: 70px !important;
  }
  html.ismobile .toggle.toggle-xeffe .toggle-inner .toggle-on,
  html.ismobile .toggle.toggle-xeffe .toggle-inner .toggle-off {
    width: 35px !important;
  }
  html.ismobile .psd-service-index {
    margin: 0;
    padding: 55px 5px;
  }
  html.ismobile #detail-content {
    margin: 0;
    padding: 55px 5px;
  }
  html.ismobile table.table {
    margin: 10px 0;
  }
  html.ismobile table.table thead,
  html.ismobile table.table tfoot {
    display: none;
  }
  html.ismobile table.table thead th[data-content="download"] {
    text-align: left;
  }
  html.ismobile table.table tbody tr {
    display: inline-block;
    zoom: 1;
    padding: 4px;
    margin-bottom: 4px;
    border: 1px solid #ccc;
    display: block !important;
    box-shadow: 0 2px 4px rgba(155, 155, 155, 0.4);
  }
  html.ismobile table.table tbody tr:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  html.ismobile table.table tbody tr:hover td {
    background: transparent !important;
  }
  html.ismobile table.table tbody tr td {
    padding: 0;
    background: #ffffff;
  }
  html.ismobile table.table tbody tr td span.icon-cell {
    font-size: 25px;
  }
  html.ismobile table.table tbody tr td span.icon-cell.reset,
  html.ismobile table.table tbody tr td span.icon-cell.refresh {
    font-size: 33px;
  }
  html.ismobile table.table tbody tr td[data-content="download"] {
    text-align: left;
    border-bottom: 1px dotted #eee;
    padding: 9px 0;
    border-top: 1px dotted #eee;
    margin: 6px 0;
  }
  html.ismobile table.table tbody tr td[data-content="download"] > a span {
    float: left;
    text-align: left;
    font-size: 28px !important;
  }
  html.ismobile table.table tbody tr td[data-tags-trimmer="true"] span[data-type="some"] {
    visibility: visible;
  }
  html.ismobile table.table tbody tr td[data-tags-trimmer="true"] span[data-type="some"] > span {
    display: inline-block;
    margin-bottom: 1px;
  }
  html.ismobile table.table tbody tr td[data-content="publicNote"] {
    display: block;
    width: 100%;
    margin-top: 4px;
    padding: 2px 0;
    border-top: 1px dotted #f6f6f6;
  }
  html.ismobile table.table tbody tr td[data-content="publicNote"] > span {
    background-color: #f6f6f6;
    padding: 4px 2px;
    display: block;
    white-space: pre-line;
  }
  html.ismobile table.table tbody tr td[data-content="involvedBanks"] {
    display: block;
    width: 100%;
    margin-top: 4px;
    padding: 2px 0;
    border-top: 1px dotted #f6f6f6;
  }
  html.ismobile table.table tbody tr td[data-content="involvedBanks"] > span.td-info {
    display: block;
  }
  html.ismobile table.table tbody tr td[data-content="noteStates"],
  html.ismobile table.table tbody tr td[data-content="newsType"],
  html.ismobile table.table tbody tr td[data-content="documentType"] {
    width: 36px;
    min-height: 36px;
    display: table-cell;
    float: left;
    margin-bottom: 4px;
    padding: 0;
  }
  html.ismobile table.table tbody tr td[data-content="noteStates"] span.td-info,
  html.ismobile table.table tbody tr td[data-content="newsType"] span.td-info,
  html.ismobile table.table tbody tr td[data-content="documentType"] span.td-info {
    display: none;
  }
  html.ismobile table.table tbody tr td[data-content="noteStates"] > span,
  html.ismobile table.table tbody tr td[data-content="newsType"] > span,
  html.ismobile table.table tbody tr td[data-content="documentType"] > span {
    width: 36px;
    height: 36px;
    margin: 0;
    float: none;
    line-height: 36px;
    padding: 0;
    text-align: center;
  }
  html.ismobile table.table tbody tr td[data-content="subject"],
  html.ismobile table.table tbody tr td[data-content="title"],
  html.ismobile table.table tbody tr td[data-content="noteDate"] {
    padding-left: 10px;
  }
  html.ismobile table.table tbody tr td[data-content="subject"] span.td-info,
  html.ismobile table.table tbody tr td[data-content="title"] span.td-info,
  html.ismobile table.table tbody tr td[data-content="noteDate"] span.td-info {
    display: block;
  }
  html.ismobile table.table tbody tr td[data-content="tags"],
  html.ismobile table.table tbody tr td[data-content="col_role"] {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    border-top: 1px solid #DDD;
    display: block;
  }
  html.ismobile table.table tbody tr td[data-content="tags"] span.td-info,
  html.ismobile table.table tbody tr td[data-content="col_role"] span.td-info {
    display: block;
  }
  html.ismobile table.table tbody tr td[data-content="creationDate"],
  html.ismobile table.table tbody tr td[data-content="updatingDate"] {
    text-align: left;
  }
  html.ismobile table.table tbody tr td[data-content="publicationDate"],
  html.ismobile table.table tbody tr td[data-content="severityType"],
  html.ismobile table.table tbody tr td[data-content="download"],
  html.ismobile table.table tbody tr td[data-content="refreshNote"],
  html.ismobile table.table tbody tr td[data-content="resetNote"],
  html.ismobile table.table tbody tr td[data-content="NoteSms"],
  html.ismobile table.table tbody tr td[data-content="NoteMail"] {
    width: 100%;
    margin-bottom: 4px;
    height: 30px;
    line-height: 30px;
  }
  html.ismobile table.table tbody tr td[data-content="refreshNote"],
  html.ismobile table.table tbody tr td[data-content="resetNote"],
  html.ismobile table.table tbody tr td[data-content="NoteSms"],
  html.ismobile table.table tbody tr td[data-content="NoteMail"] {
    float: left;
    width: 33%;
  }
  html.ismobile table.table tbody tr td[data-content="severityType"] span.bank-icons,
  html.ismobile table.table tbody tr td[data-content="download"] span.bank-icons,
  html.ismobile table.table tbody tr td[data-content="refreshNote"] span.bank-icons,
  html.ismobile table.table tbody tr td[data-content="resetNote"] span.bank-icons,
  html.ismobile table.table tbody tr td[data-content="NoteSms"] span.bank-icons,
  html.ismobile table.table tbody tr td[data-content="NoteMail"] span.bank-icons {
    float: none;
  }
  html.ismobile table.table tbody tr td[data-content="severityType"] span.td-info,
  html.ismobile table.table tbody tr td[data-content="download"] span.td-info,
  html.ismobile table.table tbody tr td[data-content="refreshNote"] span.td-info,
  html.ismobile table.table tbody tr td[data-content="resetNote"] span.td-info,
  html.ismobile table.table tbody tr td[data-content="NoteSms"] span.td-info,
  html.ismobile table.table tbody tr td[data-content="NoteMail"] span.td-info {
    float: left;
  }
  html.ismobile table.table tbody tr td span.td-info {
    font-weight: 600;
    text-transform: uppercase;
  }
  html.ismobile table.table tbody tr td span.status {
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
    padding: 0;
  }
  html.ismobile table.table tbody tr td span.status:before {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
  }
  html.ismobile #ticket-app-table td[data-content="state"] {
    display: none;
  }
  html.ismobile #noticeboard-app-table td[data-content="download"],
  html.ismobile #noticeboard-app-table td[data-content="newsState"],
  html.ismobile #noticeboard-app-table td[data-content="tags"],
  html.ismobile #noticeboard-app-table td[data-content="noticeState"] {
    display: none !important;
  }
  html.ismobile #psd-booklet-users-table td[data-content="col_icon"] .td-info,
  html.ismobile #psd-booklet-users-table td[data-content="col_notices"] .td-info {
    display: none;
  }
  html.ismobile #psd-booklet-users-table td[data-content="col_notices"] a {
    float: right;
  }
  html.ismobile #psd-booklet-users-table td[data-content="col_notices"] a span {
    font-size: 28px !important;
    margin: 0;
    padding: 0;
  }
  html.ismobile #psd-booklet-subject-table td[data-content="col_icon"],
  html.ismobile #psd-booklet-subject-table td[data-content="col_iconLinkLicences"],
  html.ismobile #psd-booklet-subject-table td[data-content="col_iconLinkNotices"],
  html.ismobile #psd-booklet-subject-table td[data-content="col_iconLinkPhysicalMembers"] {
    float: left;
  }
  html.ismobile #psd-booklet-subject-table td[data-content="col_icon"] a span,
  html.ismobile #psd-booklet-subject-table td[data-content="col_iconLinkLicences"] a span,
  html.ismobile #psd-booklet-subject-table td[data-content="col_iconLinkNotices"] a span,
  html.ismobile #psd-booklet-subject-table td[data-content="col_iconLinkPhysicalMembers"] a span {
    font-size: 28px;
    margin: 0 5px;
    padding: 0;
  }
  html.ismobile #psd-booklet-subject-table td[data-content="col_icon"] .td-info,
  html.ismobile #psd-booklet-subject-table td[data-content="col_iconLinkLicences"] .td-info,
  html.ismobile #psd-booklet-subject-table td[data-content="col_iconLinkNotices"] .td-info,
  html.ismobile #psd-booklet-subject-table td[data-content="col_iconLinkPhysicalMembers"] .td-info {
    display: none;
  }
  html.ismobile .services-app {
    padding: 0 5px;
  }
  html.ismobile .services-app .xDownload {
    margin: 0;
  }
  html.ismobile .services-app .xDownload .file_download_simple {
    margin: 0 !important;
  }
  html.ismobile .services-app #issue-tracking-accordion {
    padding: 0 !important;
  }
  html.ismobile .services-app #issue-tracking-accordion .accordion-toggle div[data-content="user"] {
    min-height: inherit;
    height: 15px;
    line-height: 15px;
    float: none;
  }
  html.ismobile .services-app #issue-tracking-accordion .accordion-toggle div[data-content="client"],
  html.ismobile .services-app #issue-tracking-accordion .accordion-toggle div[data-content="visibility"],
  html.ismobile .services-app #issue-tracking-accordion .accordion-toggle div[data-content="notice"] {
    display: none;
  }
  html.ismobile .services-app #issue-tracking-accordion .accordion-inner {
    padding: 5px !important;
  }
  html.ismobile .services-app #issue-tracking-accordion .accordion-inner b {
    font-weight: 600;
  }
  html.ismobile .services-app #issue-tracking-accordion .accordion-inner div[data-content="visibility"],
  html.ismobile .services-app #issue-tracking-accordion .accordion-inner div[data-content="notice"] {
    width: 50%;
    float: left;
  }
  html.ismobile .services-app #issue-tracking-accordion .accordion-inner div[data-content="visibility"] > span.bank-icons,
  html.ismobile .services-app #issue-tracking-accordion .accordion-inner div[data-content="notice"] > span.bank-icons {
    margin: 0;
    padding: 0;
    line-height: 36px;
    display: block;
    text-align: center;
    color: #ffffff;
    background-color: #375888;
    font-size: 32px;
    height: 36px;
    width: 36px;
  }
  html.ismobile .services-app #issue-tracking-accordion .accordion-inner div[data-content="visibility"] > span.bank-icons.disabled,
  html.ismobile .services-app #issue-tracking-accordion .accordion-inner div[data-content="notice"] > span.bank-icons.disabled,
  html.ismobile .services-app #issue-tracking-accordion .accordion-inner div[data-content="visibility"] > span.bank-icons.icon-occhio-chiuso,
  html.ismobile .services-app #issue-tracking-accordion .accordion-inner div[data-content="notice"] > span.bank-icons.icon-occhio-chiuso {
    background: #d1d1d1;
  }
  html.ismobile .services-app #issue-tracking-accordion hr {
    margin: 5px 0;
  }
  html.ismobile #avatar-resource #avatar {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    font-size: 30px;
    line-height: 50px;
  }
  html.ismobile #avatar-resource .title-name-physical {
    font-size: 19px;
  }
  html.ismobile .physical-detail-tiles,
  html.ismobile .juristic-detail-tiles {
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
  }
  html.ismobile .physical-detail-tiles ul.tiles,
  html.ismobile .juristic-detail-tiles ul.tiles {
    margin: 0 auto;
    width: 300px;
    display: table;
  }
  html.ismobile .physical-detail-tiles ul.tiles li.tile,
  html.ismobile .juristic-detail-tiles ul.tiles li.tile {
    margin: 5px 0;
    width: 100%;
  }
  html.ismobile .physical-detail-tiles h3,
  html.ismobile .juristic-detail-tiles h3 {
    margin: 5px;
  }
  html.ismobile .physical-detail-tiles .fake-text,
  html.ismobile .juristic-detail-tiles .fake-text {
    margin: 3% !important;
    display: inline-block;
    width: 94% !important;
  }
  html.ismobile .juristic-detail h3 {
    margin: 5px;
  }
  html.ismobile .physical-user-detail h3 {
    margin: 5px;
  }
  html.ismobile .physical-user-detail ul.tiles {
    margin: 0 auto;
    width: 300px;
    display: table;
  }
  html.ismobile .physical-user-detail ul.tiles li.tile {
    margin: 5px 0;
    width: 100%;
  }
  html.ismobile #note-accordion-scrollablebox .coffee-scrollable-inner-box {
    margin: 10px 0 30px 0;
  }
  html.ismobile #note-accordion-scrollablebox #notice_accordion .row-alternate {
    width: 48%;
    float: left;
    margin: 1%;
  }
  html.ismobile #note-accordion-scrollablebox #notice_accordion .row-alternate div[data-content="license"] {
    min-height: 40px;
  }
  html.ismobile #note-accordion-scrollablebox #notice_accordion .row-alternate:nth-child(odd) {
    border: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 800px) {
  html.ismobile ::-webkit-scrollbar {
    width: 0;
    top: 60px;
  }
  html.ismobile ::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
  }
  html.ismobile ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(60, 59, 61, 0.61);
    -webkit-box-shadow: none;
  }
  html.ismobile ::-webkit-scrollbar-thumb:window-inactive {
    background: #939598;
  }
  html.ismobile body {
    overflow: visible !important;
  }
  html.ismobile #header-container > #breadcrumbs:first-child {
    margin-left: 0 !important;
  }
  html.ismobile #header-container #breadcrumbs {
    margin-left: 8px !important;
    padding-left: 0 !important;
  }
  html.ismobile #header-container #breadcrumbs h4 {
    padding: 17px 7px 17px !important;
    font-size: 10px;
    margin-left: 0 !important;
    background-size: auto 20px !important;
  }
  html.ismobile #content {
    overflow: visible !important;
    padding: 0;
    height: 100%;
    margin: 0;
    width: 100% !important;
    display: inline-block;
    zoom: 1;
  }
  html.ismobile #content:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  html.ismobile .coffee-scrollable-inner-box > .margin-left-10 {
    margin-left: 0;
    margin-bottom: 10px;
  }
  html.ismobile .list-page-list {
    height: auto;
    width: auto;
    margin: 0;
    padding: 45px 5px 40px;
  }
  html.ismobile #content .list-page-container .list-page-paginator {
    position: fixed;
    bottom: 38px;
  }
  html.ismobile #content .list-page-container .list-page-paginator .pagination ul {
    float: none;
  }
  html.ismobile #content .list-page-container .list-page-paginator .inline {
    background: #fff;
  }
  html.ismobile .metro .metro-sections .metro-section {
    height: 600px !important;
  }
  html.ismobile div.coffee-scrollable-box.scroll-pull-right {
    padding-right: 0;
  }
  html.ismobile .pagination {
    width: 100% !important;
  }
  html.ismobile #suites_list {
    margin-top: 50px;
  }
  html.ismobile .coffee-scrollable-inner-box {
    margin: 50px 0;
  }
  html.ismobile .accordion-wrap {
    margin: 5px;
  }
  html.ismobile #note-accordion-scrollablebox .accordion-heading div[data-content="noteSubstr"] {
    line-height: 16px;
  }
}
@media screen and (max-width: 1024px) {
  #header-container > #breadcrumbs:first-child {
    margin-left: 0!important;
  }
  #header-container #breadcrumbs {
    margin-left: 8px!important;
    padding-left: 0!important;
  }
  #header-container #breadcrumbs h4 {
    padding: 17px 7px 17px!important;
    font-size: 10px;
    margin-left: 0!important;
    background-size: auto 20px!important;
  }
  .modal-body {
    max-height: 500px;
  }
}
@media screen and (min-width: 37.5em) {
  
}
@media only screen and (max-width: 40em) {
  
}
@media only screen and (min-width: 40.063em) {
  
}
@media only screen and (min-width: 48em) {
  
}
@media screen and (min-width: 56.25em) {
  
}
@media screen and (min-width: 75em) {
  
}
@media only screen {
  
}
@media only screen and (max-width: 40em) {
  /* max-width 640px, mobile-only styles, use when QAing mobile issues */
}
@media only screen and (min-width: 40.063em) {
  /* min-width 641px, medium screens */
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
}
/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
}
@media only screen and (min-width: 90.063em) {
  /* min-width 1441px, xlarge screens */
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
}
@media only screen and (min-width: 120.063em) {
  /* min-width 1921px, xlarge screens */
}
#references {
  line-height: 28px;
  white-space: normal;
  float: left;
}
span.reference {
  white-space: nowrap;
}
html.ismobile {
  /*#top-info{
    display:none;
  }*/

}
html.ismobile body {
  overflow: auto !important;
}
html.ismobile body select:focus,
html.ismobile body textarea:focus,
html.ismobile body input:focus {
  font-size: 16px;
  z-index: 9999;
}
html.ismobile body #configure_apps,
html.ismobile body #deleteMessageBtn,
html.ismobile body #modifyMessageBtn,
html.ismobile body #modifyDocumentBtn,
html.ismobile body #deleteDocumentBtn {
  display: none;
}
html.ismobile body .notice-board-detail .news-state {
  border: 0 !important;
  width: initial !important;
  margin: 2px 0 0 8px !important;
  padding: 0 !important;
}
html.ismobile body .notice-board-detail .fake-text {
  width: initial !important;
}
html.ismobile .xpage {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  z-index: 9000;
}
html.ismobile .xpage .xpage-iframe .modal {
  z-index: 9999;
}
html.ismobile .modal {
  bottom: 20px;
}
html.ismobile .modal .close {
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  padding: 0;
}
html.ismobile .notice-board-detail .container {
  padding: 0 !important;
  margin: 0 0 5px 0;
}
html.ismobile .notice-board-detail .left-evidence {
  width: inherit;
  margin: 5px;
}
html.ismobile .notice-board-detail .fake-text,
html.ismobile .notice-board-detail .fake-icon {
  margin: 5px;
  width: inherit;
}
html.ismobile .notice-board-detail #message-title {
  width: inherit;
  padding: 0;
}
html.ismobile #newsForm {
  padding: 5px;
}
html.ismobile #newsForm .visual-box {
  padding: 0;
}
html.ismobile #newsForm .visual-box ul.box-menu li label {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
html.ismobile #newsForm .visual-box ul.box-menu li:after {
  position: absolute;
  float: none;
  top: 4px;
  left: 4px;
  margin: 0;
  background-position: center;
  background-size: 31px;
  height: 35px;
  width: 54px;
}
html.ismobile #content {
  overflow: visible !important;
  padding: 0;
  height: 100%;
  margin: 0;
  width: 100%;
}
html.ismobile #content > .margin-top-20.margin-left-10 {
  margin: 0;
  padding: 55px 5px !important;
}
html.ismobile #content .list-page-container .list-page-list {
  height: auto;
  width: auto;
  margin: 0;
  padding: 20px 5px 40px;
}
html.ismobile #content .list-page-container .list-page-list table.table {
  margin: 0 !important;
}
html.ismobile #content .list-page-container .list-page-paginator {
  position: fixed;
  bottom: 38px;
}
html.ismobile #content .list-page-container .list-page-paginator .pagination {
  position: relative;
  width: 100% !important;
  padding: 0;
  margin: 0;
  height: 62px;
}
html.ismobile #content .list-page-container .list-page-paginator .pagination ul {
  float: none;
  margin: 0 auto;
  width: 100%;
}
html.ismobile #content .list-page-container .list-page-paginator .pagination ul li {
  display: inline-block;
}
html.ismobile #content .list-page-container .list-page-paginator .pagination ul li a {
  padding: 4px 7px;
}
html.ismobile #content .list-page-container table tbody.empty tr td:before {
  display: none;
}
html.ismobile #content div.coffee-scrollable-box {
  padding: 0;
}
html.ismobile #content .accordion-head {
  display: none;
}
html.ismobile #content .accordion {
  margin: 0;
  padding: 5px;
}
html.ismobile #content .accordion .tag {
  border-radius: 15px;
  padding: 2px 6px;
}
html.ismobile #content .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed div.row-fluid > div[data-content="tags"] {
  display: none;
  overflow: hidden;
}
html.ismobile #content .accordion .accordion-group .accordion-heading .accordion-toggle div.row-fluid {
  height: 32px;
  position: relative;
}
html.ismobile #content .accordion .accordion-group .accordion-heading .accordion-toggle div.row-fluid > div {
  width: auto;
  float: left;
  margin-right: 5px;
  font-size: 13px;
}
html.ismobile #content .accordion .accordion-group .accordion-heading .accordion-toggle div.row-fluid > div[data-content="tags"] {
  display: none;
}
html.ismobile #content .accordion .accordion-group .accordion-heading .accordion-toggle div.row-fluid > div[data-content="question"] {
  max-width: 230px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
html.ismobile #content .accordion .accordion-group .accordion-heading .accordion-toggle div.row-fluid > div[data-content="date"],
html.ismobile #content .accordion .accordion-group .accordion-heading .accordion-toggle div.row-fluid > div[data-content="noteSubstr"] {
  min-height: inherit;
  height: 15px;
  line-height: 15px;
  float: none;
}
html.ismobile #content .accordion .accordion-group .accordion-heading .accordion-toggle div.row-fluid > div[data-content="date"] p,
html.ismobile #content .accordion .accordion-group .accordion-heading .accordion-toggle div.row-fluid > div[data-content="noteSubstr"] p {
  height: 16px;
  padding-right: 40px;
}
html.ismobile #content .accordion .accordion-group .accordion-heading .accordion-toggle div.row-fluid > div:last-child {
  float: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  min-height: 28px;
  margin: 0;
}
html.ismobile #content .accordion .accordion-group .accordion-heading .accordion-toggle div.row-fluid > div:last-child span {
  margin: 0;
  padding: 0;
  display: block;
}
html.ismobile #content .accordion .accordion-inner {
  max-height: inherit;
}
html.ismobile table#sbs-ind-note-table td[data-content="noteDate"] > span.td-info {
  display: block;
  line-height: 17px;
}
html.ismobile table tbody tr td.td-info {
  font-weight: 500;
}
html.ismobile table tbody tr td[data-content="noteDate"] > span.td-info {
  display: none;
}
html.ismobile ::-webkit-scrollbar {
  width: 0;
  top: 60px;
}
html.ismobile ::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent;
}
html.ismobile ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: rgba(60, 59, 61, 0.61);
  -webkit-box-shadow: none;
}
html.ismobile ::-webkit-scrollbar-thumb:window-inactive {
  background: #939598;
}
html.ismobile .xhome {
  position: static;
  float: none;
}
html.ismobile .metro .metro-sections {
  width: inherit !important;
  overflow: visible;
  padding: 50px 0 !important;
  height: auto !important;
  position: static;
}
html.ismobile .metro .metro-sections .metro-section {
  float: none;
  width: 100% !important;
  margin: 0;
}
html.ismobile .metro .metro-sections .metro-section .clearfix {
  display: inline-block;
  zoom: 1;
}
html.ismobile .metro .metro-sections .metro-section .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html.ismobile .metro .metro-sections .metro-section-wh > h2 {
  margin-left: 0;
  font-size: 18px;
  padding: 5px 5px 0;
  line-height: 18px;
  min-height: 18px;
}
html.ismobile footer.win-ui-dark {
  margin: 0;
}
html.ismobile button.all-apps {
  display: none;
}
html.ismobile .coffee-scrollable-inner-box {
  margin: 50px 0 62px;
}
html.ismobile .coffee-scrollable-inner-box > div.margin-left-10 {
  margin-left: 0;
}
html.ismobile .xpage > iframe {
  border: 0;
}
html.ismobile .xpage > iframe footer.win-ui-dark .container-fluid {
  padding: 0;
}
html.ismobile #noteForm {
  padding: 0 5px;
}
html.ismobile #noteForm select {
  width: 100%;
  border: 1px solid #d2d3d4;
}
html.ismobile #noteForm select option {
  word-break: break-word;
}
html.ismobile .mobile-filters {
  zoom: 100%;
}
html.ismobile .mobile-filters .popover-title {
  display: none;
}
html.ismobile .mobile-filters .popover-content form {
  max-height: 150px;
  overflow-y: auto;
}
html.ismobile .mobile-filters .popover-content .filter-labels {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  float: none;
  display: none;
}
html.ismobile .mobile-filters .popover-content .filters,
html.ismobile .mobile-filters .popover-content .buttons {
  float: none;
  top: 0;
  margin: 0;
  width: 100%;
  position: static;
  left: 0;
}
html.ismobile .mobile-filters .popover-content .filters label[data-mobile] {
  display: block;
  font-weight: 600;
}
html.ismobile .mobile-filters .popover-content .filters > div {
  width: 100% !important;
  float: none;
  margin: 0;
}
html.ismobile .mobile-filters .popover-content .filters > div > input,
html.ismobile .mobile-filters .popover-content .filters > div select {
  width: 100% !important;
  min-height: inherit;
  height: 24px;
}
html.ismobile .mobile-filters .popover-content .filters > div > input.coffee-datepicker,
html.ismobile .mobile-filters .popover-content .filters > div select.coffee-datepicker {
  background-image: none;
  width: 100% !important;
}
html.ismobile .mobile-filters .popover-content .buttons .btn {
  min-width: inherit;
  margin: 5px 0 5px 5px;
}
html.ismobile #xpage #xpage-iframe html body .mobileToggle {
  display: none !important;
}
html.ismobile #newsType_chosen.chosen-container .chosen-results li[data-value="COMMERCIAL"]:after {
  content: "\e704" !important;
  font-family: 'bank-icons';
  color: #ffffff;
  text-align: center;
  line-height: 15px;
}
html.ismobile #newsType_chosen.chosen-container .chosen-results li[data-value="COMMUNICATION"]:after {
  content: "\e6ed" !important;
  font-family: 'bank-icons';
  color: #ffffff;
  text-align: center;
  line-height: 15px;
}
html.ismobile #newsType_chosen.chosen-container .chosen-results li[data-value="SIMPLE"]:after {
  content: "\e618" !important;
  font-family: 'bank-icons';
  color: #ffffff;
  text-align: center;
  line-height: 15px;
}
html.ismobile #severityType_chosen.chosen-container .chosen-results li[data-value="HIGH"]:after {
  content: "\e6e2" !important;
  font-family: 'bank-icons';
  color: #ffffff;
  text-align: center;
  line-height: 15px;
}
html.ismobile #severityType_chosen.chosen-container .chosen-results li[data-value="NORMAL"]:after {
  content: "\e8e2" !important;
  font-family: 'bank-icons';
  color: #ffffff;
  text-align: center;
  line-height: 15px;
}
html.ismobile #documentType_chosen.chosen-container .chosen-results li[data-value="FUNCTIONAL"]:after {
  content: "\e618" !important;
  font-family: 'bank-icons';
  color: #ffffff;
  text-align: center;
  line-height: 15px;
}
html.ismobile #documentType_chosen.chosen-container .chosen-results li[data-value="TECHNICAL"]:after {
  content: "\e86f" !important;
  font-family: 'bank-icons';
  color: #ffffff;
  text-align: center;
  line-height: 15px;
}
html.ismobile #newsState_chosen.chosen-container .chosen-results li[data-value="NOT_EXPIRED"]:after {
  content: "\e938" !important;
  font-family: 'bank-icons';
  color: #ffffff;
  text-align: center;
  line-height: 15px;
}
html.ismobile #newsState_chosen.chosen-container .chosen-results li[data-value="EXPIRED"]:after {
  content: "\e92c" !important;
  font-family: 'bank-icons';
  color: #ffffff;
  text-align: center;
  line-height: 15px;
}
html.ismobile a.tile.app .app-state.app-counter .app-state-content {
  right: 0px;
  top: 5px;
}
html.ismobile a.tile.app.normal .app-state.app-counter {
  border: 2px #fff solid;
  width: 30px;
  height: 30px;
  background: #FA5F0A;
}
html.ismobile .reset-filter {
  display: none;
}
html.ismobile td[data-content="download"] {
  text-align: center;
}
html.ismobile td[data-content="download"] a span {
  float: none;
  text-align: center;
}
html.ismobile th[data-content="download"] {
  text-align: center;
}
html.ismobile footer button.refresh {
  background-image: url('../../../assets/images/icon-refresh.png');
}
html.ismobile .modal-assistance {
  padding: 20px;
}
html.ismobile .modal-assistance .panel {
  border: 1px solid #ddd;
  padding: 20px;
  background: #F7F7F7;
  text-align: center;
  min-height: 80px;
}
html.ismobile .modal-assistance .panel i {
  font-size: 44px;
  width: 50px;
  height: 50px;
  background-image: none;
}
html.ismobile .modal-assistance p {
  font-size: 16px;
  min-height: 80px;
}
html.ismobile .modal-assistance p span.accent {
  color: #0167B1;
}
html.ismobile .toggle-xeffe,
html.ismobile .toggle-xeffe .toggle-select .toggle-off,
html.ismobile .toggle-xeffe .toggle-select .toggle-on {
  min-height: 38px;
}
html.ismobile span.title-name {
  min-height: 20px;
  display: block;
}
html.ismobile body.login-view {
  overflow: auto !important;
}
@media (max-width: 767px) {
  html.ismobile .custom-hidden-phone {
    display: none !important;
  }
}
html.ismobile .fake-text-box {
  word-break: break-word;
}
html.ismobile #note-accordion-scrollablebox {
  margin-top: 50px;
}
#content-mobile {
  margin: 50px 0;
  padding: 3px;
}
#content-mobile h2.xeffe {
  font-size: 18px;
}
#content-mobile .xsemaphoric-kpi,
#content-mobile .xwidget-bacheca {
  position: static;
  border: 2px solid #a2b4cf;
  margin-bottom: 3px;
}
footer.win-ui-dark {
  border: 0;
}
table.table .empty-cell:before {
  display: none;
}
html.ismobile table td.empty-cell {
  white-space: initial;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  html.ismobile body {
    display: inherit;
  }
}
/* da aggiungere al css di psd  */
html.ismobile .services-app .chosen-tags-box {
  display: initial;
}
@media (max-width: 979px) and (min-width: 768px) {
  html.ismobile div#visibility-cnt,
  html.ismobile div#notes-cnt {
    width: 48.6%;
  }
}
