/* ---------- Main ---------- */
.aui-state-default {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA; }

.aui-state-hover {
  background: #b9ced9 url(../images/application/state_hover_bg.png) repeat-x 0 0;
  border-color: #627782; }

.aui-state-active {
  background: #ebebeb url(../images/application/state_active_bg.png) repeat-x 0 0;
  border-color: #555; }

.results-grid {
  background: #FFF;
  border: solid #D7D7D7;
  border-width: 0 1px; }

.results-header {
  background: #D1D6DC; }
  .results-header th {
    background: #d9d9d9 url(../images/application/subheader_bg.png) 0 0 repeat-x;
    border: 1px solid #ccc; }
    .results-header th.sort-column {
      background: #ebebeb url(../images/application/state_active_bg.png) 0 0 repeat-x;
      border: 1px solid #ccc;
      color: #1F1E1E; }
      .results-header th.sort-column .result-column-name {
        background: url(../images/arrows/05_up.png) no-repeat 100% 50%;
        display: inline-block;
        font-style: italic;
        padding-right: 15px; }
    .results-header th.first {
      border-left-width: 0; }
    .results-header th.last {
      border-right-width: 0; }
  .results-header th, .results-header td {
    color: #7B7C7F;
    padding: 5px 10px;
    word-wrap: break-word; }
  .results-header th.sort-desc .result-column-name {
    background: url(../images/arrows/05_down.png) no-repeat 100% 50%;
    display: inline-block;
    font-style: italic;
    padding-right: 15px; }
  .results-header span, .results-header a {
    display: block; }
  .results-header a {
    color: #154B75;
    text-decoration: none; }
    .results-header a:hover {
      color: #336699;
      text-decoration: underline; }

.results-row td {
  background: none;
  border: 1px solid;
  border-color: #D7D7D7 #E7E7E7;
  padding: 5px 10px; }
  .results-row td.sort-column {
    background: #E6ECEF; }
.results-row.selected td, .results-row.selected.hover td {
  background-color: #00A2EA;
  border-color: #00A2EA #00A2EA #D7D7D7;
  color: #FFF; }
  .results-row.selected td a, .results-row.selected.hover td a {
    color: #FFF; }
.results-row.alt.selected td, .results-row.alt.selected.hover td {
  background-color: #00A2EA; }
.results-row.alt td {
  background: #F5F8FB; }
.results-row.hover td {
  background: #D3E8F1;
  border-bottom-color: #D7D7D7;
  border-left-color: transparent;
  border-right-color: transparent; }

.taglib-search-iterator .results-row td.first, .taglib-search-iterator .results-row th.first {
  border-left-width: 0; }
.taglib-search-iterator .results-row td.last, .taglib-search-iterator .results-row th.last {
  border-right-width: 0; }

/* ---------- Dragging/sorting indicators ---------- */
.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #D3DADD; }

.active-area {
  background: #FFC; }

.portlet-boundary.yui3-dd-dragging {
  opacity: .6; }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #ccc; }

.aui-portal-layout-proxy {
  opacity: 1 !important; }
  .aui-portal-layout-proxy .portlet-topper {
    background-image: none; }

.aui-proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute; }
  .aui-proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .aui-proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .aui-proxy.not-intersecting .forbidden-action {
    background: url(../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

.aui-resizable-proxy {
  border: 1px dashed #828F95;
  position: absolute;
  visibility: hidden; }

.aui-sortable-proxy {
  background: #727C81;
  margin-top: 1px; }

.lfr-freeform-layout-drag-indicator {
  visibility: hidden; }

.aui-portal-layout-drag-target-indicator {
  margin: 2px 0; }

/* ---------- Portal tool tips ---------- */
.aui-tooltip {
  max-width: 200px; }

/* ---------- Tags ---------- */
.aui-tagselector-content {
  border-width: 0;
  margin-bottom: 15px;
  padding: 0; }
  .aui-tagselector-content .aui-textboxlistentry-holder {
    background: #fff;
    border: 1px solid;
    border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
    margin-bottom: 5px;
    padding: 5px;
    position: relative;
    overflow: visible; }

.aui-tagselector .lfr-tag-selector-input {
  background: none;
  padding: 0;
  width: auto; }
.aui-tagselector .aui-field .aui-field-content {
  margin: 0; }
.aui-tagselector .aui-toolbar {
  margin-top: 5px; }
.aui-tagselector .aui-textboxlist-input-container {
  margin: 0; }

.aui-tagselector-focused .aui-textboxlistentry-holder {
  background: #FFC none;
  border: 1px solid #FC0; }

.aui-categoriesselector-content .aui-textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0; }

/* ---------- Tag cloud and tag list ---------- */
.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  white-space: normal; }
  .tag-items li {
    display: inline;
    float: left;
    margin: 0 1em 0 0; }
  .tag-items a {
    white-space: nowrap; }

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-asset-count {
    clip: rect(0 0 0 0);
    position: absolute; }

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-asset-count {
    clip: rect(0 0 0 0);
    position: absolute; }
  .tag-cloud .tag-popularity-1 {
    font-size: 1em; }
  .tag-cloud .tag-popularity-2 {
    font-size: 1.3em; }
  .tag-cloud .tag-popularity-3 {
    font-size: 1.6em; }
  .tag-cloud .tag-popularity-4 {
    font-size: 1.9em; }
  .tag-cloud .tag-popularity-5 {
    font-size: 2.2em; }
  .tag-cloud .tag-popularity-6 {
    font-size: 2.5em; }

/* ---------- Underlay ---------- */
.aui-underlay {
  clear: both;
  top: 100%; }
  .aui-underlay .yui3-widget-hd {
    height: 38px; }
  .aui-underlay .lfr-portlet-item {
    border-width: 0; }

.aui-underlay-hidden {
  display: none; }

.aui-underlay-content {
  background: #f4f3f3 url(../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #AEAFB1;
  border-width: 0 1px 1px; }

.aui-underlay-close {
  position: absolute;
  right: 5px;
  top: 5px; }

/* ---------- Tabs ---------- */
.aui-tab-active strong {
  font-weight: normal; }

.aui-tab-back {
  float: right; }

.aui-tab-back-content {
  border-width: 0;
  padding: 1px; }

/* ---------- Misc. ---------- */
.lfr-panel-container {
  background: transparent; }

.lfr-panel-container {
  background: #FFF; }

.lfr-panel-content {
  padding: 5px 10px; }

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px; }

.aui-dialog-bd {
  min-height: 30px; }

.aui-dialog-content {
  border: 1px solid #C8C9CA;
  padding: 5px; }

.aui-panel-hd {
  background: #c0c2c5 url(../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #AEB2B8 #AEB2B8 #C8C9CA;
  padding-left: 10px;
  text-shadow: 1px 1px #FFF; }

/* ---------- Menus ---------- */
.lfr-actions.portlet-options .lfr-trigger strong span, .visible.portlet-options .lfr-trigger strong span {
  background-image: url(../images/portlet/options.png); }

.lfr-actions.portlet-options:hover, .lfr-actions.portlet-options:hover ul {
  background: transparent; }

.lfr-menu-list {
  z-index: 450; }

.aui-menu {
  position: absolute;
  width: auto; }
  .aui-menu .notice-message {
    background-image: none;
    margin: 3px;
    padding: 6px; }

.aui-menu-content {
  background: #FFF;
  list-style: none;
  min-width: 150px; }
  .aui-menu-content li {
    margin: 0;
    padding: 0; }
    .aui-menu-content li .disabled {
      color: #999; }

.aui-menu-content, .lfr-menu-list ul {
  background: #ccc9c9 url(../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #AEAFB1 #777879 #777879 #AEAFB1;
  padding: 2px 0; }

.aui-menugroup-content .aui-menu-label {
  background: #D2D6DE;
  color: #5B677D;
  display: block;
  font-weight: bold;
  padding: 5px 3px;
  text-shadow: 1px 1px #FFF; }

.aui-menugroup-content ul, .lfr-menu-list ul ul {
  display: block;
  min-width: 0; }

.aui-menu-content li, .lfr-menu-list ul li {
  border-bottom: 1px solid #BCBBBB;
  border-top: 1px solid #EEE;
  display: block;
  margin: 0;
  padding: 0; }

.aui-menu-content li.first, .lfr-menu-list ul li.first {
  border-top-width: 0; }

.aui-menu-content li.last, .lfr-menu-list ul li.last {
  border-bottom-width: 0; }

.aui-menu-content li a, .lfr-menu-list ul li .taglib-icon, .aui-menu-content li .disabled {
  color: #2C2F34;
  display: block;
  padding: 4px 5px;
  text-decoration: none; }

.lfr-menu-list ul li.disabled .taglib-icon {
  color: #666; }

.aui-menu-content li a.aui-focus, .lfr-menu-list ul .taglib-icon.aui-focus, .lfr-menu-expanded li a:focus {
  background-color: #5B677D;
  color: #FFF;
  text-shadow: -1px -1px #2c2f34; }

.aui-menu-content a, .lfr-menu-list li .taglib-icon, .aui-menu-content .disabled, .lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
  font-weight: bold;
  text-shadow: 1px 1px 0 0 #FFF; }

/* ---------- Toolbar ---------- */
.aui-toolbar li {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 0;
  vertical-align: middle; }

.aui-toolbar-separator {
  background: url(../images/dockbar/separator.png) no-repeat 100% 50%;
  border-width: 0;
  cursor: default;
  font-size: 1px;
  height: 16px;
  margin: 0 2px;
  overflow: hidden;
  vertical-align: middle;
  width: 4px; }

/* ---------- Loading Mask ---------- */
.aui-loadingmask-content {
  background: #CCC; }

.aui-loadingmask-message {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0; }

/* ---------- Tree View ---------- */
.aui-tree-node-selected .aui-tree-label {
  background-color: transparent;
  font-weight: bold; }

/* ---------- Page Customization ---------- */
.aui-dragging .portlet-column.customizable {
  background-color: #CFFCCF;
  outline: 3px solid #9CC97B; }

.customizable-layout-column-content {
  background-color: #C92C3C; }
  .customizable-layout-column-content.yui3-widget-content-expanded {
    border: 3px solid #333;
    margin: 0.2em; }

.customizable .customizable-layout-column-content {
  background-color: #9CC97B; }

.layout-customizable-controls {
  background-color: #FFF;
  font-size: 1.5em;
  margin: 1em;
  opacity: 0.9;
  padding: 1em;
  position: absolute;
  z-index: 15; }

/* ---------- Pagination ---------- */
.aui-paginator-link {
  background: #eeeeee url() no-repeat scroll 50% 1px;
  border: 1px solid #F0F1F2;
  border-color: #F0F1F2 #B2B2B2 #949494 #F0F1F1;
  color: #1F1E1E;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px; }

.ie7 .aui-paginator-link {
  color: transparent;
  overflow: hidden;
  text-indent: 0; }

.aui-paginator-current-page {
  background: #0083bd url(../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38B6EF #006D9E #006D9E #46B4E6;
  color: #FFF;
  text-shadow: -1px -1px #003c57; }

.ie7 .aui-paginator-current-page {
  color: #FFF; }

.aui-paginator-page-link {
  text-indent: 0;
  height: auto; }

.ie7 .aui-paginator-page-link {
  color: #1F1E1E;
  font-size: 1em;
  height: auto;
  overflow: visible;
  text-indent: 0; }

.aui-paginator-first-link {
  background-image: url(../images/arrows/paging_first.png); }

.aui-paginator-prev-link {
  background-image: url(../images/arrows/paging_previous.png); }

.aui-paginator-last-link {
  background-image: url(../images/arrows/paging_last.png); }

.aui-paginator-next-link {
  background-image: url(../images/arrows/paging_next.png); }

.aui-paginator-current-page-report, .aui-paginator-total {
  font-size: 0.9em;
  color: #555; }

.aui-paginator-current-page-report {
  margin-left: 2em; }

.taglib-page-iterator .search-pages .page-links {
  padding: 0; }

/* ---------- Application Column View ---------- */
.lfr-app-column-view {
  border: 1px solid #C9C9C9; }
  .lfr-app-column-view .aui-layout-content {
    position: relative; }
  .lfr-app-column-view .aui-column:before {
    border-right: 1px solid #C9C9C9;
    bottom: 0;
    content: "";
    margin-left: -1px;
    position: absolute;
    top: 0; }
  .lfr-app-column-view .aui-column-content {
    border-right: 1px solid transparent; }
    .lfr-app-column-view .aui-column-content .lfr-message-response {
      margin: 10px; }

/* ---------- Header row ---------- */
.lfr-header-row {
  background: #8f8f8f url(../images/application/header_row_bg.png) 0 0 repeat-x; }
  .lfr-header-row .lfr-actions.show-arrow.direction-down .lfr-trigger strong a {
    background: url(../images/arrows/08_down.png) 100% -5px no-repeat; }
  .lfr-header-row .aui-toolbar .aui-toolbar-content {
    white-space: normal;
    word-wrap: normal; }
  .lfr-header-row .aui-toolbar .aui-toolbar-item {
    border-right-width: 0; }
  .lfr-header-row .aui-toolbar .aui-toolbar-last {
    border-right-width: 1px; }

.ie .portlet-boundary.yui3-dd-dragging {
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60); }
.ie .aui-proxy {
  filter: alpha(opacity=65); }
.ie .aui-proxy.not-intersecting .forbidden-action {
  right: 2px;
  top: 2px; }
.ie .layout-customizable-controls {
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90); }

.ie7 .aui-tabview-list {
  overflow: hidden; }
.ie7 .aui-menu-content li {
  z-index: 10; }

.ie6 .aui-toolbar li, .ie7 .aui-toolbar li {
  display: inline; }
.ie6 .lfr-header-row .aui-buttonitem-content, .ie7 .lfr-header-row .aui-buttonitem-content {
  white-space: normal; }
  .ie6 .lfr-header-row .aui-buttonitem-content .aui-buttonitem-label, .ie7 .lfr-header-row .aui-buttonitem-content .aui-buttonitem-label {
    white-space: nowrap; }
.ie6 .results-row.hover td, .ie7 .results-row.hover td {
  border-color: #D3E8F1; }

/* ---------- Wrapper ---------- */
.portlet-layout {
  border-collapse: collapse;
  clear: both;
  display: table;
  border-spacing: 0;
  table-layout: auto;
  width: 100%; }

.portlet-column {
  display: table-cell;
  vertical-align: top; }

.portlet-column-content {
  padding: 5px; }

.portlet-column-content-only, .ltr .portlet-column-content-first, .rtl .portlet-column-content-last {
  padding-left: 0; }

.portlet-column-content-only, .ltr .portlet-column-content-last, .rtl .portlet-column-content-first {
  padding-right: 0; }

/* ---------- Column widths ---------- */
.portlet-column-content.empty {
  padding: 50px; }

#main-content.dragging .portlet-column {
  border: 3px double #828F95;
  height: 100px;
  min-height: 100px; }

.ie6 div.portlet-layout, .ie7 div.portlet-layout {
  height: 1%; }
.ie6 div.portlet-column, .ie7 div.portlet-column {
  float: left;
  overflow: hidden;
  width: 100%; }
.ie6 div.aui-column-last, .ie7 div.aui-column-last {
  margin-right: -1px; }
.ie6 .portlet-column-content, .ie7 .portlet-column-content {
  zoom: 1; }

.portlet-dockbar, .portlet-staging-bar {
  background: url(../images/application/loading_indicator.gif) no-repeat 50%; }

.portlet-dockbar {
  background-color: #E0E7F1;
  border-bottom: 1px solid #636364; }

.dockbar, .staging-bar {
  visibility: hidden; }

.dockbar-ready .dockbar, .staging .staging-bar, .live-view .staging-bar {
  visibility: visible; }

.dockbar-ready .portlet-dockbar, .staging-ready .portlet-staging-bar, .portal-popup .portlet-dockbar, .portal-popup .portlet-staging-bar {
  background: none;
  border-width: 0; }

.dockbar {
  background: #97a1ae url(../images/dockbar/dockbar_bg.png) repeat-x 0 0;
  border-bottom: 1px solid #636364;
  font-size: 13px;
  padding: 1px 5px;
  position: relative;
  z-index: 300; }

.dockbar:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.ie7 .dockbar {
  zoom: 1; }

.ie6 .dockbar, .ie6 .lfr-dockbar-pinned .dockbar {
  height: 10px;
  left: 0;
  position: relative;
  top: 0; }

.dockbar a {
  color: #2C2F34;
  font-weight: bold;
  text-shadow: 1px 1px #FFF; }

.dockbar .menu-button-active {
  background: #5c94da url(../images/dockbar/button_active_bg.png) repeat-x 0 0; }

.dockbar .menu-button-active a {
  color: #FFF;
  text-shadow: -1px -1px #2c2f34; }

.dockbar .user-avatar .sign-out {
  font-size: 0.8em;
  padding-left: 0; }

.dockbar ul {
  margin: 0;
  padding: 0; }

.dockbar li li {
  margin-left: 0; }

html > .lfr-dockbar-pinned {
  padding-top: 3.45em; }

.lfr-dockbar-pinned .dockbar {
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

.dockbar .pin-dockbar {
  margin-left: 0; }

.ie6 .dockbar .pin-dockbar {
  display: none; }

.pin-dockbar img {
  background: url(../images/dockbar/pin.png) no-repeat 0 0;
  height: 27px;
  vertical-align: middle;
  width: 27px; }

.lfr-dockbar-pinned .pin-dockbar img {
  background-image: url(../images/dockbar/unpin.png); }

.dockbar .user-portrait {
  text-decoration: none; }

.dockbar .user-avatar img {
  vertical-align: middle;
  width: 25px; }

.dockbar .impersonating-user {
  background: url(../images/messages/alert.png) no-repeat 0 50%;
  padding-left: 20px; }

.dockbar .impersonating-user .user-links a {
  color: #999; }

/* ---------- Staging Dockbar ---------- */
.variation-selector {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  margin: 1em; }

.layout-revision-container {
  margin: 1em 0 0 1em;
  padding: 0; }
  .layout-revision-container .aproximate-date {
    color: #999;
    font-weight: bold; }
  .layout-revision-container .current-version {
    color: #41801d;
    display: block; }
  .layout-revision-container .current-version-pointer {
    display: inline-block;
    width: 0; }
  .layout-revision-container .current-version-pointer img {
    left: -25px;
    position: relative; }
  .layout-revision-container .layout-variation-name {
    color: #666;
    font-size: 1.15em;
    margin-bottom: 0.1em;
    text-transform: uppercase; }
  .layout-revision-container .layout-revision-current {
    color: #666; }
  .layout-revision-container .real-date {
    color: #999;
    display: block;
    text-align: right; }
  .layout-revision-container .taglib-workflow-status .workflow-status {
    background: none;
    padding-left: 0; }
    .layout-revision-container .taglib-workflow-status .workflow-status .workflow-status-ready-for-publication {
      color: #41801d;
      font-weight: bold; }

.layout-revision-container-root {
  margin: 0; }

.staging-details {
  background: url() no-repeat 0 0;
  padding-left: 65px;
  min-height: 50px; }

.staging .staging-details {
  background-image: url(../images/staging_bar/staging.png); }

.live-view .staging-details {
  background-image: url(../images/staging_bar/live.png); }

.staging .staging-tabview-list {
  background-color: #FFDBA6; }

.live-view .staging-tabview-list {
  background-color: #C4F0BC; }

/* ---------- Menus ---------- */
.aui-dockbarmenu-hidden {
  visibility: hidden; }

.dockbar .aui-toolbar {
  float: left; }

.dockbar .user-toolbar {
  float: right; }

.aui-underlay .portal-add-content {
  background-color: transparent;
  font-size: 11px; }

.aui-underlay .portal-add-content .portlet-dd-placeholder {
  display: none; }

.add-application .yui3-widget-bd, .dockbar-messages .yui3-widget-bd {
  padding: 0 10px 10px; }

.add-application {
  left: 10px !important; }

.lfr-has-sidebar #main-content {
  padding-left: 220px; }

.manage-layouts {
  left: 60px !important; }

.my-sites-menu {
  max-width: 350px; }

.my-sites-menu ul {
  list-style: none;
  max-height: 300px;
  overflow: auto; }

.my-sites-menu ul, .my-sites-menu li {
  display: block;
  margin: 0;
  padding: 0; }

.my-sites-menu a {
  display: block;
  overflow: hidden;
  text-align: right;
  white-space: nowrap; }

.my-sites-menu .control-panel a {
  background: url(../images/dock/control_panel.png) no-repeat 3px 50%;
  padding-left: 25px; }

.my-sites-menu .current-site {
  border: solid #1D4280;
  border-width: 1px 0; }

.my-sites-menu .current-site a {
  background: #3068ba url(../images/arrows/01_right.png) no-repeat scroll 2px 30%;
  color: #FFF;
  padding-left: 20px;
  text-shadow: 1px 1px #333; }

.my-sites-menu .current-site .site-type {
  color: #FFF; }

.my-sites-menu .current-site a:hover, .my-sites-menu a:hover .site-type {
  color: #FFF;
  text-shadow: 1px 1px #333; }

.my-sites-menu .site-name {
  cursor: pointer;
  float: left; }

.my-sites-menu .site-type {
  color: #777;
  float: right;
  font-size: 0.8em;
  font-weight: normal;
  margin-left: 10px; }

.ie7 .my-sites-menu .site-type {
  float: none; }

.my-sites-menu a:hover .site-type {
  color: #FFF; }

.ie7 .my-sites-menu a {
  overflow: visible;
  text-align: left; }

.ie7 .my-sites-menu .site-name {
  float: none; }

.ie7 .my-sites-menu .site-type {
  float: none; }

.ie6 .my-sites-menu {
  width: 200px; }

.ie6 .my-sites-menu a {
  height: 1%; }

.dockbar .toggle-controls a {
  background: url(../images/dockbar/checked.png) no-repeat 0 50%;
  padding-left: 20px; }

.controls-hidden .toggle-controls a {
  background-image: url(../images/dockbar/unchecked.png); }

.toggle-controls a {
  background-image: url(../images/dockbar/unchecked.png); }

.dockbar .menu-button {
  background: url(../images/arrows/05_down.png) no-repeat 93% 50%;
  display: inline-block;
  padding: 5px 20px 5px 5px;
  text-decoration: none; }

.dockbar .menu-button span {
  background: url() no-repeat 0 50%;
  padding-left: 20px; }

.dockbar .add-content .menu-button span {
  background-image: url(../images/common/add.png); }

.dockbar .manage-content .menu-button span {
  background-image: url(../images/dockbar/settings.png); }

.dockbar .my-sites .menu-button span {
  background-image: url(../images/dockbar/places.png); }

.dockbar-messages-container {
  left: 50%;
  margin-left: -150px; }

.dockbar-messages {
  width: 300px; }

.showing-messages .dockbar-messages {
  display: block; }

.multiple-messages .dockbar-message {
  border-top: 1px solid #CCC;
  padding: 5px 0; }

.multiple-messages .first {
  border-top-width: 0;
  padding-top: 0; }

.add-content-menu .add-page a {
  background: url(../images/navigation/add_page.png) no-repeat 3px 50%;
  padding-left: 25px; }

.add-content-menu .add-application a {
  background: url(../images/common/portlet.png) no-repeat 3px 50%;
  padding-left: 25px; }

.add-content-menu a.lfr-portlet-used {
  color: #999;
  cursor: auto; }

.manage-content-menu li a, .manage-content-menu li .disabled {
  background: url() no-repeat 3px 50%;
  padding-left: 25px; }

.manage-content-menu .manage-page a {
  background-image: url(../images/dock/page_settings.png); }

.manage-content-menu .manage-site-content a {
  background-image: url(../images/common/site_icon.png); }

.manage-content-menu .manage-site-memberships a {
  background-image: url(../images/common/assign.png); }

.manage-content-menu .manage-page-customization a, .manage-content-menu .manage-page-customization .disabled {
  background-image: url(../images/dock/customizations.png); }

.manage-content-menu .page-layout a {
  background-image: url(../images/dock/layout.png); }

.manage-content-menu .sitemap a {
  background-image: url(../images/common/sitemap.png); }

.manage-content-menu .settings a {
  background-image: url(../images/common/configuration.png); }

/* ---------- Customization Bar ---------- */
.page-customization-bar {
  background-color: #999;
  color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
  min-height: 30px;
  padding: 5px; }

.controls-hidden .page-customization-bar {
  display: none; }

.page-customization-bar .customized-icon {
  margin: 5px;
  vertical-align: middle; }

.page-customization-bar .page-customization-actions {
  padding-left: 5em; }

.page-customization-bar .page-customization-actions a {
  color: #EEE;
  font-size: 0.8em;
  padding: 0 1em; }

.page-customization-bar .reset-prototype {
  display: inline;
  padding-left: 1em; }

/* ---------- Add/remove page ---------- */
.modify-pages li {
  position: relative; }
.modify-pages .delete-tab {
  background: #333333 url(../images/portlet/close_borderless.png) no-repeat 50%;
  cursor: pointer;
  display: block;
  height: 8px;
  margin-top: -7px;
  padding: 3px;
  position: absolute;
  right: 1px;
  text-indent: -9999em;
  top: 50%;
  width: 8px; }

/*------ Navigation portlet ------*/
.nav-menu ul {
  padding-left: 10px; }
.nav-menu li a.ancestor {
  font-weight: bold; }
.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

/* ---------- Page template selector ---------- */
.aui-form-options {
  border: 1px solid #AAA;
  display: inline-block;
  vertical-align: middle; }
  .aui-form-options input {
    border-width: 0;
    display: inline;
    float: left; }

.aui-form-triggers {
  float: left; }

.aui-form-trigger {
  background: #c4c4c4 url(../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #BBB;
  display: inline-block;
  float: left; }
  .aui-form-trigger img {
    background: url() no-repeat 50% 40%;
    height: 25px;
    padding: 0 3px;
    vertical-align: middle;
    width: 16px; }
  .aui-form-trigger:hover, .aui-form-trigger:focus {
    background-color: #83B0CA;
    background-image: url(../images/application/button_bg_over.png); }

.aui-trigger-selected {
  background-color: #EBEBEB;
  background-image: url(../images/application/button_bg_selected.png); }
  .aui-trigger-selected:hover, .aui-trigger-selected:focus {
    background-color: #B7DEF4;
    background-image: url(../images/application/button_bg_selected_over.png); }

.aui-options-trigger img {
  background-image: url(../images/common/configuration.png); }

.aui-save-trigger img {
  background-image: url(../images/dock/my_place_current.png); }

/* ---------- Portlet wrapper and icons ---------- */
.freeform .portlet {
  margin-bottom: 0; }

body.portlet {
  border: none; }

.portlet-topper {
  position: relative; }

.portlet-title {
  display: block;
  font-size: 1em;
  margin: 0; }
  .portlet-title img {
    vertical-align: middle; }

.portlet-title-text {
  cursor: pointer; }

.panel-page-content .portlet-title-text, .panel-page-body .portlet-title-text {
  cursor: auto; }

.portlet-topper-toolbar {
  margin: 0;
  padding: 2px;
  position: absolute;
  right: 3px;
  text-align: right;
  top: 3px; }
  .portlet-topper-toolbar .nobr {
    display: block;
    float: left;
    padding: 1px; }

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 12px 10px 10px; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-icon-back {
  background: url(../images/arrows/01_left.png) no-repeat 0 50%;
  font-weight: bold;
  padding: 5px 5px 5px 18px; }

.portlet-nested-portlets .portlet-boundary {
  position: relative !important;
  top: 0 !important;
  left: 0 !important; }

/* ---------- Borderless portlet ---------- */
.portlet-borderless-container {
  min-height: inherit;
  position: relative; }

.portlet-borderless-bar {
  background: #333;
  color: #FFF;
  font-size: 10px;
  opacity: 0.3;
  padding: 2px 5px 1px;
  position: absolute;
  right: 0;
  text-shadow: -1px -1px black;
  top: 0;
  z-index: 40; }
  .portlet-borderless-bar a {
    background: url() no-repeat 0 50%;
    color: #3AF;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    text-indent: -9999px;
    vertical-align: top;
    width: 16px; }
  .portlet-borderless-bar .portlet-actions {
    display: none;
    float: left;
    margin-right: 20px; }
  .portlet-borderless-bar .portlet-title-default, .portlet-borderless-bar .portlet-actions {
    min-height: 20px;
    vertical-align: top; }
  .portlet-borderless-bar .portlet-action-separator {
    display: none; }
  .portlet-borderless-bar .portlet-back a {
    height: auto;
    text-indent: 0;
    width: auto; }
  .portlet-borderless-bar .portlet-close a {
    background-image: url(../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(../images/portlet/options_borderless.png); }

.portlet-borderless-container:hover .portlet-borderless-bar {
  opacity: 1; }
  .portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
    display: inline; }

.portlet-title-default {
  display: inline-block;
  float: right;
  font-weight: bold;
  text-transform: uppercase; }

.portlet-draggable .portlet-topper {
  cursor: move; }
.portlet-draggable .portlet-title-default {
  background: url(../images/portlet/draggable_borderless.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px; }

/* ---------- Panel Page ---------- */
.lfr-panel-page {
  width: 100%; }
  .lfr-panel-page .portlet-title {
    font-size: 13px; }
  .lfr-panel-page .lfr-add-content h2 span {
    background-color: #D3DADD; }

/* ---------- Standard styles defined in the JSR 168 ---------- */
/* ---------- Fonts ---------- */
/* ---------- Font attributes for the 'normal' fragment font ---------- */
/* ---------- Font attributes similar to the .portlet-font but the color is lighter ---------- */
/* ---------- Messages ---------- */
.portlet-msg, .portlet-msg-info, .portlet-msg-help, .lfr-message-help, .portlet-msg-progress, .lfr-message-progress, .lfr-message-info, .portlet-msg-error, .lfr-message-error, .portlet-msg-alert, .lfr-message-alert, .portlet-msg-success, .lfr-message-success {
  background: #EEE none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404F;
  display: block;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

/* ---------- Status of the current operation ---------- */
/* ---------- Help messages, general additional information, etc. ---------- */
.portlet-msg-info, .portlet-msg-help, .lfr-message-help, .portlet-msg-progress, .lfr-message-progress, .lfr-message-info {
  background-color: #DFF4FF;
  background-image: url(../images/messages/info.png);
  border-color: #A7CEDF; }

.portlet-msg-help, .lfr-message-help {
  background-image: url(../images/portlet/help.png); }

.portlet-msg-progress, .lfr-message-progress {
  background-image: url(../images/aui/loading_indicator.gif); }

/* ---------- Error messages ---------- */
.portlet-msg-error, .lfr-message-error {
  background-color: #FDD;
  background-image: url(../images/messages/error.png);
  border-color: #F00; }

/* ---------- Warning messages ---------- */
.portlet-msg-alert, .lfr-message-alert {
  background-color: #FFC;
  background-image: url(../images/messages/alert.png);
  background-position: 6px 20%;
  border-color: #FC0; }

/* ---------- Success messages ---------- */
.portlet-msg-success, .lfr-message-success {
  background-color: #F4FDEF;
  background-image: url(../images/messages/success.png);
  border-color: #ACDFA7;
  color: #384F34; }

/* ---------- Message labels ---------- */
.portlet-msg-alert-label, .portlet-msg-error-label, .portlet-msg-info-label, .portlet-msg-progress-label, .portlet-msg-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px;
  font-weight: bold; }

.portlet-msg-alert-label {
  background-image: url(../images/messages/alert.png);
  color: #663; }

.portlet-msg-error-label {
  background-image: url(../images/messages/error.png);
  color: #900; }

.portlet-msg-info-label, .portlet-msg-help-label, .portlet-msg-progress-label {
  background-image: url(../images/messages/info.png);
  color: #34404F; }

.portlet-msg-help-label {
  background-image: url(../images/portlet/help.png); }

.portlet-msg-progress-label {
  background-image: url(../images/aui/loading_indicator.gif); }

.portlet-msg-success-label {
  background-image: url(../images/messages/success.png);
  color: #384F34; }

/* ---------- Liferay Messages ---------- */
.lfr-message-content, .lfr-message-info, .lfr-message-help, .lfr-message-error, .lfr-message-alert, .lfr-message-success {
  border-left-width: 0;
  border-right-width: 0; }

.lfr-message {
  position: relative; }
  .lfr-message .lfr-message-control {
    background-color: #333;
    display: inline-block; }
  .lfr-message .lfr-message-controls {
    display: none;
    left: 3px;
    margin: -8px 8px 0 3px;
    position: absolute;
    top: 50%;
    z-index: 10; }
  .lfr-message .lfr-message-close {
    background-image: url(../images/portlet/close_borderless.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
  .lfr-message .lfr-message-close-all {
    color: #FFF;
    display: none;
    font-size: 0.8em;
    margin-left: 10px;
    padding: 1px 10px;
    text-shadow: 1px 1px 0 #000;
    vertical-align: top; }
    .lfr-message .lfr-message-close-all a {
      color: #FFF; }
  .lfr-message .lfr-message-controls-hover .lfr-message-close-all {
    display: inline-block; }
  .lfr-message.pending {
    background-image: url(../images/common/time.png); }

.lfr-message-dismissible.lfr-message-hover .lfr-message-content {
  background-image: none; }
.lfr-message-dismissible.lfr-message-hover .lfr-message-controls {
  display: block; }

.lfr-message-trigger, .lfr-message-close {
  cursor: pointer; }

/* ---------- Sections ---------- */
/* ---------- Table or section header ---------- */
/* ---------- Normal text in a table cell ---------- */
/* ---------- Text in every other row in the cell ---------- */
/* ---------- Text in a selected cell range ---------- */
.portlet-section-selected, .portlet-section-selected a {
  background: #727C81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }
.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727C81; }

/* ---------- Text of a subheading ---------- */
/* ---------- Table or section footnote ---------- */
/* ---------- Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the section) ---------- */
/* ---------- Forms ---------- */
/* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */
/* ---------- Text of the user-input in an input field ---------- */
/* ---------- Text on a button ---------- */
/* ---------- Text that appears beside a context dependent action icon ---------- */
/* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or Cancel) ---------- */
/* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */
/* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */
/* ---------- Menus ---------- */
/* ---------- General menu settings such as background color, margins, etc. ---------- */
/* ---------- Normal, unselected menu item ---------- */
/* ---------- Selected menu item ---------- */
/* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */
/* ---------- Selected menu item when the mouse hovers over it ---------- */
/* ---------- Normal, unselected menu item that has sub-menus ---------- */
/* ---------- Selected sub-menu item that has sub-menus ---------- */
/* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */
/* ---------- Menu caption ---------- */
/* ---------- Miscellaneous portlet styles ---------- */
.restricted, .restricted td {
  background: #FDD;
  border: none; }
.restricted * {
  color: #727C81; }

.alt.restricted td {
  background-color: #FFC0C0; }

.hover.restricted td {
  background-color: #D3BDC0; }

.restricted td.col-1, .alt.restricted td.col-1 {
  background-image: url(../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px; }

/* ---------- Permissions ---------- */
.results-row.lfr-role .col-1, .results-row.hover.lfr-role .col-1 {
  background-image: url();
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 30px; }
.results-row.lfr-role-guest .col-1, .results-row.hover.lfr-role-guest .col-1 {
  background-image: url(../images/common/guest_icon.png); }
.results-row.lfr-role-regular .col-1, .results-row.hover.lfr-role-regular .col-1 {
  background-image: url(../images/common/user_icon.png); }
.results-row.lfr-role-site .col-1, .results-row.hover.lfr-role-site .col-1 {
  background-image: url(../images/common/site_icon.png); }
.results-row.lfr-role-organization .col-1, .results-row.hover.lfr-role-organization .col-1 {
  background-image: url(../images/common/organization_icon.png); }
.results-row.lfr-role-team .col-1, .results-row.hover.lfr-role-team .col-1 {
  background-image: url(../images/common/team_icon.png); }

/* ---------- Miscellaneous component styles ---------- */
/* ---------- Add content dialog ---------- */
.lfr-portlet-item, .lfr-portlet-item p a {
  font-size: 1em; }

/* ---------- Actions button ---------- */
.lfr-actions.lfr-extended, .lfr-actions.lfr-extended ul {
  background: white url(../images/forms/button.png) repeat-x 0 100%;
  border: 1px solid;
  border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE; }
.lfr-actions ul {
  bottom: -1px; }
.lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
  background: none; }
.lfr-actions .lfr-trigger li {
  background: transparent;
  border-bottom: 1px solid #DEDEDE;
  padding: 2px; }
  .lfr-actions .lfr-trigger li a {
    padding: 5px 10px 5px 25px; }
    .lfr-actions .lfr-trigger li a:hover {
      background-color: #828F95;
      color: #FFF; }
  .lfr-actions .lfr-trigger li img {
    left: 3px;
    position: absolute; }
  .lfr-actions .lfr-trigger li.last {
    border-bottom: none; }
.lfr-actions.portlet-options {
  background: none;
  border: none;
  float: left; }
  .lfr-actions.portlet-options .lfr-trigger {
    padding: 0; }
    .lfr-actions.portlet-options .lfr-trigger strong {
      min-width: 0;
      padding: 1px; }
      .lfr-actions.portlet-options .lfr-trigger strong a {
        background-image: url(../images/portlet/options.png);
        background-position: 0 0;
        display: block;
        font-size: 0;
        height: 16px;
        padding: 0;
        text-indent: -9999px;
        width: 16px; }

.visible.portlet-options .lfr-trigger strong a {
  background-image: url(../images/portlet/options_selected.png); }

/*------ Breadcrumbs taglib ------*/
.breadcrumbs:before, .breadcrumbs:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }
.breadcrumbs:after {
  clear: both; }

.breadcrumbs-vertical {
  display: inline-block; }

.breadcrumbs-horizontal li {
  display: inline-block;
  vertical-align: middle; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border: none; }
.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom: none;
  border-left: none;
  display: block;
  height: 15px;
  padding: 5px 0; }
  .taglib-calendar tr td a:hover {
    background-color: #727C81;
    color: #FFF; }
.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #B5BFC4; }
.taglib-calendar tr th {
  border-bottom-color: #D7D7D7; }
.taglib-calendar table td {
  border-width: 0; }
.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }
.taglib-calendar .calendar-current-day a {
  border: 1px solid #727C81;
  color: #369;
  text-decoration: underline; }

.ie .portlet-borderless-bar {
  -ms-filter: alpha(opacity=20);
  filter: alpha(opacity=20); }
.ie .portlet-borderless-container:hover .portlet-borderless-bar {
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100); }
.ie .taglib-calendar tr td.first a {
  border-right: none; }

.ie6 .portlet-borderless-bar .portlet-actions, .ie7 .portlet-borderless-bar .portlet-actions {
  margin-right: 0;
  margin-left: 20px; }
.ie6 .portlet-title-default, .ie7 .portlet-title-default {
  float: left; }
.ie6 .breadcrumbs-vertical, .ie6 .breadcrumbs-horizontal li, .ie7 .breadcrumbs-vertical, .ie7 .breadcrumbs-horizontal li {
  display: inline;
  zoom: 1; }

.ie6 .portlet-topper-toolbar .icon {
  height: 16px;
  width: 16px; }
.ie6 .portlet-borderless-container {
  height: 2.5em; }
.ie6 .portlet-borderless-bar {
  filter: alpha(opacity=90); }
  .ie6 .portlet-borderless-bar .portlet-actions {
    display: inline;
    filter: alpha(opacity=90); }
.ie6 .breadcrumbs {
  zoom: 1; }

fieldset {
  border: 1px solid #BFBFBF;
  padding: 8px; }

.aui-fieldset {
  border-width: 0;
  padding: 0;
  position: relative; }

.aui-dialog-iframe-popup .aui-fieldset {
  margin-bottom: 0; }

.aui-fieldset .aui-field-content, .aui-field-row, .aui-button-holder, .aui-field-wrapper-content {
  margin: 10px 0; }

.aui-field-inline .aui-field-content, .aui-field-row .aui-field-content {
  margin: 0;
  margin-right: 5px; }

.aui-search-bar .aui-field-content {
  margin-right: 0; }
.aui-search-bar .aui-field-content, .aui-search-bar .aui-button-content {
  display: inline-block;
  vertical-align: middle; }

.aui-field-choice .aui-field-label {
  display: inline-block; }

.aui-field-date .aui-field-content {
  overflow: hidden; }

.aui-text-placeholder {
  color: #777; }

legend {
  font-weight: bold;
  padding: 0 6px; }

.aui-fieldset-legend {
  color: #000;
  font-size: 120%;
  font-weight: bold;
  padding: 0 0 1.5em; }

.aui-legend {
  border-bottom: 1px solid #CCC;
  display: block;
  position: absolute;
  width: 90%; }

input {
  background: #FFF; }

input[type="text"], input[type="password"], input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea, button, .aui-field-input-text {
  background-image: url(../images/forms/input_shadow.png);
  background-repeat: no-repeat;
  border: 1px solid;
  border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
  padding: 5px 1px; }

select {
  padding: 1px; }

input[type="image"] {
  background: transparent none;
  border: none;
  padding: 0; }

input[type="submit"], input[type="button"], input[type="reset"], button {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #34404F;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  padding: 5px;
  text-shadow: 1px 1px #FFF;
  width: auto; }
  input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover {
    background: #b9ced9 url(../images/application/state_hover_bg.png) repeat-x 0 0;
    border-color: #627782;
    color: #369; }
  input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus, button:focus {
    background: #ebebeb url(../images/application/state_active_bg.png) repeat-x 0 0;
    border-color: #555; }

input.focus, textarea.focus {
  background: #FFC none;
  border-color: #FC0; }

.lfr-actions.lfr-extended, .lfr-actions.lfr-extended ul {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #34404F;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  padding: 5px;
  text-shadow: 1px 1px #FFF;
  width: auto;
  padding: 0; }
.lfr-actions.lfr-extended:focus, .lfr-actions.lfr-extended:focus ul {
  background: #ebebeb url(../images/application/state_active_bg.png) repeat-x 0 0;
  border-color: #555; }
.lfr-actions.lfr-extended.disabled, .lfr-actions.lfr-extended.disabled ul, .lfr-actions.lfr-extended.disabled:hover, .lfr-actions.lfr-extended.disabled:hover ul {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #555;
  opacity: 0.5; }
.lfr-actions.lfr-extended:hover, .lfr-actions.lfr-extended:hover ul {
  background: #b9ced9 url(../images/application/state_hover_bg.png) repeat-x 0 0;
  border-color: #627782;
  color: #369; }

.lfr-actions.disabled .taglib-text {
  color: #A9A9A9; }

.aui-button-disabled input[type], .aui-button-disabled input[type]:hover, .aui-button-disabled input[type]:focus, .aui-button-disabled button, .aui-button-disabled button:hover, .aui-button-disabled button:focus {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #555;
  opacity: 0.5; }

.aui-buttonitem-disabled {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #555;
  opacity: 0.5; }

input.aui-form-validator-error, textarea.aui-form-validator-error, select.aui-form-validator-error {
  border-color: #900;
  border-style: dotted; }

/* ---------- IE6 chokes on attribute selectors in a chain, so we separate them into their own rule ---------- */
.ie fieldset {
  padding-top: 0; }
.ie .aui-button-disabled input {
  -ms-filter: alpha(opacity=50);
  filter: alpha(opacity=50); }

.ie7 .aui-fieldset {
  zoom: 1; }

.ie6 input.text, .ie6 input.password, .ie6 input.submit, .ie6 input.file, .ie6 input.button, .ie6 button {
  background-image: url(../images/forms/input_shadow.png);
  background-repeat: no-repeat;
  border: 1px solid;
  border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
  padding: 5px 1px; }
.ie6 input.submit, .ie6 input.button, .ie6 button, .ie6 .aui-button-disabled input.submit, .ie6 .aui-button-disabled input.button, .ie6 .aui-button-disabled button {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #34404F;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  padding: 5px;
  text-shadow: 1px 1px #FFF;
  width: auto; }
.ie6 .aui-button-disabled input.submit, .ie6 .aui-button-disabled input.button, .ie6 .aui-button-disabled button {
  color: #555; }
.ie6 input.focus, .ie6 textarea.focus {
  background: #FFC none;
  border-color: #FC0; }

.duplicatePopLi > label {
  width: 88% !important;
  max-width: 100% !important; }

.aui-menu-content, body > .lfr-menu-list ul, .aui-underlay-content, .aui-dialog-content {
  -moz-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5); }

.lfr-preview-file-image img, .lfr-translation-manager {
  -moz-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8); }

.dockbar .menu-button-active .menu-button {
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  -o-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7); }

.my-sites-menu .current-site a {
  -moz-box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.5);
  -o-box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.5); }

.aui-dialog-hd {
  -moz-box-shadow: 1px 1px 0 white;
  -webkit-box-shadow: 1px 1px 0 white;
  -o-box-shadow: 1px 1px 0 white;
  box-shadow: 1px 1px 0 white; }

.lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  -moz-box-shadow: inset 0 0 2px #224fa8;
  -webkit-box-shadow: inset 0 0 2px #224fa8;
  -o-box-shadow: inset 0 0 2px #224fa8;
  box-shadow: inset 0 0 2px #224fa8; }

.lfr-search-combobox-item {
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -khtml-border-radius: 1px;
  border-radius: 1px; }

.lfr-search-combobox .aui-field-input-text {
  -moz-border-radius: 4px 1px 1px 4px;
  -webkit-border-radius: 4px 1px 1px 4px;
  -o-border-radius: 4px 1px 1px 4px;
  -ms-border-radius: 4px 1px 1px 4px;
  -khtml-border-radius: 4px 1px 1px 4px;
  border-radius: 4px 1px 1px 4px; }

.lfr-search-combobox .aui-button-input {
  -moz-border-radius: 1px 4px 4px 1px;
  -webkit-border-radius: 1px 4px 4px 1px;
  -o-border-radius: 1px 4px 4px 1px;
  -ms-border-radius: 1px 4px 4px 1px;
  -khtml-border-radius: 1px 4px 4px 1px;
  border-radius: 1px 4px 4px 1px; }

body > .lfr-menu-list, body > .lfr-menu-list ul, .lfr-actions, .aui-dialog-content, .aui-dialog .yui3-widget-hd, .modify-pages .delete-tab, input[type="submit"], input[type="button"], input[type="reset"], button, .tags-search-combobox .aui-field-input-text, .staging-icon-menu-container .staging-icon-menu.lfr-actions .lfr-trigger strong a, .active-area-proxy, .portlet-document-library .document-display-style .document-thumbnail img, .portlet-document-library-display .document-display-style .document-thumbnail img, .aui-paginator-link, .lfr-header-row .aui-toolbar-only, .lfr-translation-manager, .lfr-translation-manager-translation, .select-documents, .select-files, .taglib-ratings.stars:hover, .taglib-ratings.stars:hover .liferay-rating-vote, .rule-group-instance-container .rule-group-instance, .portlet-search .search-facet .facet-value, .lfr-api-results {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px; }

.lfr-header-row .aui-toolbar-content, .lfr-search-combobox, .select-documents, .select-files, .portlet-document-library div.document-display-style, .lfr-upload-container .upload-target, .lfr-upload-container .upload-file, .portlet-document-library .common-file-metadata-container.selected, .portlet-document-library-display .common-file-metadata-container.selected {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }

.portlet-journal .structure-tree .structure-field {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px; }

.aui-menu-content {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.aui-underlay-content {
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -o-border-bottom-left-radius: 8px;
  -ms-border-bottom-left-radius: 8px;
  -khtml-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -o-border-bottom-right-radius: 8px;
  -ms-border-bottom-right-radius: 8px;
  -khtml-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px; }

.lfr-hudcrumbs ul {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -o-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0; }

.lfr-message .lfr-message-control {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px; }

.lfr-token, .layout-customizable-controls, .lfr-translation-manager-delete-translation {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px; }

.customizable-layout-column-content {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px; }

.lfr-upload-container .upload-target {
  -moz-box-shadow: inset 0 0 1px white;
  -webkit-box-shadow: inset 0 0 1px white;
  -o-box-shadow: inset 0 0 1px white;
  box-shadow: inset 0 0 1px white;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF8FBE31', endColorstr='#FF729A22');
  background-image: -webkit-gradient(linear, 50%, 50%, color-stop(0%, #8fbe31), color-stop(85%, #729a22));
  background-image: -webkit-linear-gradient(50%, #8fbe31 0%, #729a22 85%);
  background-image: -moz-linear-gradient(50%, #8fbe31 0%, #729a22 85%);
  background-image: -o-linear-gradient(50%, #8fbe31 0%, #729a22 85%);
  background-image: -ms-linear-gradient(50%, #8fbe31 0%, #729a22 85%);
  background-image: linear-gradient(50%, #8fbe31 0%, #729a22 85%); }

.live-view .staging-tabview-list {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE3F8DF', endColorstr='#FFC4F0BC'); }

.staging-tabview-list {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0; }

.staging-bar {
  -moz-box-shadow: inset 0 3em 1em rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 3em 1em rgba(0, 0, 0, 0.8);
  -o-box-shadow: inset 0 3em 1em rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 3em 1em rgba(0, 0, 0, 0.8); }

.staging-tabview-list .aui-tab-active .aui-tab-content, .site-variations-tabview-list .aui-tab-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.staging-tabview-list {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: inset 0 0.75em 0.75em rgba(255, 255, 255, 0.55);
  -webkit-box-shadow: inset 0 0.75em 0.75em rgba(255, 255, 255, 0.55);
  -o-box-shadow: inset 0 0.75em 0.75em rgba(255, 255, 255, 0.55);
  box-shadow: inset 0 0.75em 0.75em rgba(255, 255, 255, 0.55);
  background-image: -webkit-gradient(linear, 0 0, 0 0, color-stop(0%, rgba(0, 0, 0, 0.06)), color-stop(25%, rgba(0, 0, 0, 0.06)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.06)), color-stop(75%, rgba(0, 0, 0, 0.06)), color-stop(75%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFEED4', endColorstr='#FFFFDBA6');
  background-size: 100px 100px; }

.portlet-staging-bar .staging-bar .site-variations-tabview-list {
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset, 1px 3px 8px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset, 1px 3px 8px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset, 1px 3px 8px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset, 1px 3px 8px rgba(0, 0, 0, 0.8);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #777777), color-stop(80%, #333333), color-stop(100%, #333333));
  background-image: -webkit-linear-gradient(center bottom, #777777, #333333 80%, #333333);
  background-image: -moz-linear-gradient(center bottom, #777777, #333333 80%, #333333);
  background-image: -o-linear-gradient(center bottom, #777777, #333333 80%, #333333);
  background-image: -ms-linear-gradient(center bottom, #777777, #333333 80%, #333333);
  background-image: linear-gradient(center bottom, #777777, #333333 80%, #333333); }

.rule-group-instance-container .rule-group-instance {
  -moz-box-shadow: 1px 1px 2px #999999;
  -webkit-box-shadow: 1px 1px 2px #999999;
  -o-box-shadow: 1px 1px 2px #999999;
  box-shadow: 1px 1px 2px #999999; }

.lfr-action-label {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px; }

.lfr-api-service-search .aui-field-input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: kievit;
  src: url(../fonts/kievit-thin.woff) format("woff"), url(../fonts/kievit-thin.otf) format("opentype");
  font-weight: 100; }

@font-face {
  font-family: kievit;
  src: url(../fonts/kievit-light.woff) format("woff"), url(../fonts/kievit-light.otf) format("opentype");
  font-weight: 300; }

@font-face {
  font-family: kievit;
  src: url(../fonts/kievit-regular.woff) format("woff"), url(../fonts/kievit-regular.otf) format("opentype");
  font-weight: 400; }

@font-face {
  font-family: kievit;
  src: url(../fonts/kievit-medium.woff) format("woff"), url(../fonts/kievit-medium.otf) format("opentype");
  font-weight: 500; }

@font-face {
  font-family: kievit;
  src: url(../fonts/kievit-book.woff) format("woff"), url(../fonts/kievit-book.otf) format("opentype");
  font-weight: 600; }

@font-face {
  font-family: kievit;
  src: url(../fonts/kievit-bold.woff) format("woff"), url(../fonts/kievit-bold.otf) format("opentype");
  font-weight: 700; }

m.footerSignatureLogobper {
  height: 22px;
  left: 0;
  position: absolute;
  top: 19px; }

.footerSignatureLogobper a {
  background: url("../images/footer/logo_gruppo.jpg");
  float: left;
  width: 116px;
  height: 24px; }

.footerSignaturePattichiari {
  height: 36px;
  position: absolute;
  right: 0;
  top: 12px; }

.footerSignaturePattichiari a {
  background: url("../images/footer/logo_pattichiari.png");
  float: left;
  width: 77px;
  height: 36px; }

.dotted {
  background-color: #FFFFFF;
  background-position: center bottom;
  background-repeat: repeat-x;
  height: 4px;
  margin-top: 0; }

div#footer p {
  margin: 0;
  padding: 10px;
  color: #666666;
  text-align: right;
  font-size: 13px;
  font-family: Georgia; }

div#footer p a:link, div#footer p a:visited {
  border-bottom-color: #FFFFFF;
  border-bottom-style: none;
  border-bottom-width: 1px;
  color: #003F87;
  line-height: 1.4;
  text-decoration: none; }

div#footer p a:hover {
  background-color: #D6DBE0;
  border-bottom-color: #003F87;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #000000;
  line-height: 1.4; }

div#footer .col-6 {
  float: left;
  display: inline-block;
  margin: 20px 20px 20px 0px;
  padding: 2px 2px 0px 2px;
  width: 139px;
  line-height: normal;
  border-width: 1px 1px 2px;
  border-style: solid;
  border-color: #CCCCCC #CCCCCC #449EBA;
  border-image: none;
  box-shadow: 0px 0px 5px #CCC;
  background: #FFF; }

div#footer .col-6 h2 {
  padding-top: 5px;
  margin-bottom: 2px;
  color: #449EBA;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  min-height: 30px;
  background: #F1F1F1; }

div#footer .no-marginright {
  margin-right: 0px; }

div#footer .col-6 a {
  text-decoration: none;
  color: #449EBA; }

/* ---------- Separator ---------- */
hr, .separator {
  border: none; }

/*HEADER*/
#header {
  height: 98px;
  position: relative;
  border-bottom: 2px solid #6A9D50;
  background: url("../images/bg/header-nav.png") no-repeat center bottom transparent; }

#header h1, #header h2 {
  display: none; }

#header a.logoIBK {
  width: 180px;
  height: 80px;
  display: block;
  background: url("../images/logos/logo_bper.png") no-repeat bottom; }

#header section.welcome {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 30px;
  color: #FFF;
  background-color: #333; }

#header section.welcome ul {
  padding: 8px 8px 0px 8px;
  overflow: hidden;
  float: left;
  width: 92%; }

#header section.welcome ul li {
  float: left;
  display: inline-block;
  font-size: 10px; }

#header section.welcome ul li a {
  color: #FFF; }

#header section.welcome ul li.user {
  float: left; }

#header section.welcome ul li.last-login {
  float: right; }

/*TOP NAVIGATION*/
#header nav {
  position: absolute;
  top: 40px;
  right: 0px;
  float: right; }

#header nav ul {
  overflow: hidden; }

#header nav ul li {
  margin-left: 1px;
  padding: 0px 5px 10px 5px;
  float: left;
  width: 50px;
  background: #F1F1F1;
  border-bottom: 1px solid #CCC; }

#header nav ul li.gestione-doc-online {
  width: 66px; }

#header nav ul li a {
  display: block;
  height: 45px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center -12px; }

#header nav ul li a:hover {
  color: #449EBA;
  background-position: center -47px; }

#header nav ul li.bank a {
  background-image: url("../images/icons/home.png"); }

#header nav ul li.bank a:hover {
  background-image: url("../images/icons/home.png"); }

#header nav ul li.profilo a {
  background-image: url("../images/icons/profile.png"); }

#header nav ul li.profilo a:hover {
  background-image: url("../images/icons/profile.png"); }

#header nav ul li.help-center a {
  background-image: url("../images/icons/help.png"); }

#header nav ul li.help-center a:hover {
  background-image: url("../images/icons/help.png"); }

#header nav ul li.logout a {
  background-image: url("../images/icons/esci.png"); }

#header nav ul li.logout a:hover {
  background-image: url("../images/icons/esci.png"); }

#header nav ul li.gestione-doc-online a {
  background-image: url("../images/icons/documents.png"); }

#header nav ul li.gestione-doc-online a:hover {
  background-image: url("../images/icons/documents.png"); }

#header nav ul li.bank span, #header nav ul li.gestione-doc-online span, #header nav ul li.profilo span, #header nav ul li.help-center span, #header nav ul li.logout span {
  display: block;
  padding-top: 40px;
  font-size: .9em; }

/* SFONDO PAGINA E main BLOCK */
#header > a.logoIBK {
  margin-left: 4px; }

#header nav {
  right: 4px;
  top: 34px; }

/*MENU DI NAVIGAZIONE*/
#menu {
  margin: 0 auto;
  width: 100%;
  background: url("../images/bg/bg_menu.png");
  position: relative;
  z-index: 50; }

#menu ul.menu {
  position: relative;
  display: block;
  margin: 0 0 3px 0;
  padding: 0 10px;
  width: auto;
  height: 45px;
  border: 1px solid #EEE;
  border-bottom: 3px solid #EEE;
  background-size: 100%; }

#menu ul.menu li {
  width: 11.1%;
  float: left;
  height: 45px;
  background: url("../images/bg/menu/v-separator.png") no-repeat -1px center transparent;
  list-style: none; }

#menu ul.menu li.fast-invoice ul.submenu {
  max-width: 116px; }

#menu ul.menu li.outcomes ul.submenu {
  max-width: 430px; }

#menu ul.menu li.slips ul.submenu {
  max-width: 326px; }

#menu ul.menu li.tools ul.submenu {
  max-width: 600px; }

#menu ul.menu li.home {
  background: none; }

#menu ul.menu li:hover, #menu ul.menu li.home:hover {
  background: url("../images/bg/bg_menu_over.png");
  border-bottom: 3px solid #447C2B; }

#menu ul.menu li a, #menu ul.menu li h2 {
  margin: 0;
  padding-top: 15px;
  display: block;
  color: #333333;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer; }

#menu ul.menu li.fast-invoice a, #menu ul.menu li.fast-invoice h2 {
  padding-top: 9px; }

#menu ul.menu li:hover h2 {
  color: #FFF; }

/*MENU DI NAVIGAZIONE > submenu*/
#menu ul.menu li ul.submenu {
  display: none;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  position: absolute;
  top: 45px;
  background: url("../images/bg/bg_submenu.png") top repeat-x #c7c7c7;
  z-index: 5000;
  border-left: 1px solid #447C2B;
  border-right: 1px solid #447C2B;
  border-bottom: 1px solid #447C2B;
  -moz-box-shadow: 0px 2px 20px 3px #888;
  -webkit-box-shadow: 0px 2px 20px 3px #888;
  box-shadow: 0px 2px 20px 3px #888; }

#menu ul.menu li ul.submenu li.col {
  float: left;
  margin: 0;
  padding: 0 10px 10px 10px;
  width: auto;
  /*	width:96px\0;
  */
  height: auto;
  display: block;
  background: none; }

#menu ul.menu li ul.submenu li.col:hover {
  background: none;
  border-bottom: none; }

#menu ul.menu li ul.submenu li ul.items li h3 {
  margin: 0;
  padding: 15px 0 0 0;
  /*max-width: 96px\0;*/
  color: #447C2B;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase; }

#menu ul.menu li ul.submenu li ul.items li {
  padding: 5px 0 5px 0;
  float: none;
  width: auto;
  height: auto;
  clear: both;
  background: none; }

#menu ul.menu li ul.submenu li ul.items li a {
  margin: 0;
  padding: 0;
  height: auto;
  display: block;
  color: #000;
  font-weight: bold;
  text-align: left;
  text-transform: none; }

#menu ul.menu ul.submenu li ul.items li:hover {
  background: none;
  text-decoration: none;
  border-bottom: none; }

#menu ul.menu ul.submenu li ul.items li:hover a {
  text-decoration: none;
  border-bottom: none;
  color: #62B041; }

#menu ul.menu li.informations ul.submenu li.col ul.items ul.items {
  min-height: 45px; }

/*MAIN*/
#main {
  margin: 0 auto;
  width: auto;
  padding: 5px; }

#main h3 {
  /*margin-bottom: 10px;*/ }

#menu ul.menu ul.submenu li.col ul.items ul.items li span {
  text-transform: capitalize; }

/*----------------------+
@LAST BALANCES
+----------------------*/
.bper .portlet-column-first .portlet-body,
.bper .portlet-column-last .portlet-body {
  /*padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;*/ }

.lastbalances-wrapper {
  margin: 0;
  padding: 0;
  width: 99%;
  border: 1px solid #C9C9C9;
  -moz-box-shadow: 3px 3px 10px 0px #CCCCCC;
  -webkit-box-shadow: 3px 3px 10px 0px #CCCCCC;
  box-shadow: 3px 3px 10px 0px #CCCCCC;
  background: #FFFFFF;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc'); }

.lastbalances-wrapper .title {
  /*margin: 0;
  padding: 0;*/ }

.lastbalances-wrapper .title {
  padding: 10px;
  color: #FFFFFF;
  background: #333333;
  height: 13px; }

.lastbalances-wrapper .title h3 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  float: left; }

.bper .lastbalances-wrapper .title a {
  float: right;
  text-decoration: none;
  color: #FFF;
  font-weight: bold; }

.lastbalances-wrapper .body {
  height: 18.4em;
  overflow: auto; }

.lastbalances-wrapper p {
  margin: 1em;
  line-height: 1.5em; }

.lastbalances-wrapper .title a:hover {
  text-decoration: underline; }

/*BREADCRUMBS**********/
/*HELP**********/
.bper #content .push, .bper #subpage .push {
  height: 0; }

/* Form section */
.form fieldset ol li.no-border-bottom, .form-filter fieldset ol li.no-border-bottom {
  border-bottom-color: transparent; }

.form-filter fieldset ol li.huge.doubleRow label {
  float: left; }

.form-filter fieldset ol li.huge.doubleRow input {
  float: left;
  margin-left: 4px; }

.form fieldset ol li.title, .form-filter fieldset ol li.title {
  width: 100%;
  padding: 0;
  height: 3.7em; }

.form fieldset ol li.table, .form-filter fieldset ol li.table {
  min-height: 3.7em;
  height: auto;
  width: 100%; }

.form fieldset ol li.table table, .form-filter fieldset ol li.table table {
  width: 100%; }

.form fieldset ol li.table table tfoot th, .form-filter fieldset ol li.table table tfoot th {
  border-bottom: 0 none;
  height: 0.9em;
  line-height: 0.9em; }

.form fieldset ol li.table table th.half, .form-filter fieldset ol li.table table th.half {
  height: 1.8em; }

.form fieldset ol li.table table th.amount, .form-filter fieldset ol li.table table th.amount {
  width: 11.389521640091116%; }

.form fieldset ol li.table table td input.amount, .form-filter fieldset ol li.table table td input.amount {
  width: 10em; }

.form fieldset ol li.table table th.taxcode, .form-filter fieldset ol li.table table th.taxcode {
  width: 11.389521640091116%; }

.form fieldset ol li.table table th.largetaxcode, .form-filter fieldset ol li.table table th.largetaxcode {
  width: 18.223234624145786%; }

.form fieldset ol li.table table td, .form-filter fieldset ol li.table table td {
  text-align: center;
  padding: 0 0.4em;
  height: 3.6em;
  vertical-align: middle;
  line-height: 1.8em; }

.form fieldset a.check-abi-cab, .form-filter fieldset a.check-abi-cab {
  cursor: pointer;
  border: 0 none;
  text-indent: -99999em;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 20px;
  height: 20px;
  background: url("../images/icons/verifica.gif") no-repeat center center transparent;
  vertical-align: middle; }

.form fieldset ol li.small label.after, .form-filter fieldset ol li.small label.after {
  width: 66.894197952218430%;
  /* 196px/293px */ }

.form fieldset ol li label span, .form-filter fieldset ol li label span {
  margin: 0;
  font-size: inherit;
  display: inline;
  color: inherit; }

.form fieldset ol li label.error, .form-filter fieldset ol li label.error {
  display: none; }

.form fieldset ol li.even label, .form-filter fieldset ol li.even label {
  /* Labels for form elements. Only even nodes. */
  /*text-align: right;*/
  /*margin-right: 6.150341685649203%;*/
  /* 27px/439px */
  /*width: 16.400911161731207%;*/
  /* 72px/439px*/ }

.form fieldset ol li input.big {
  width: 638px; }

fieldset ol li select {
  padding: 0.2em 0.4em 0.2em 0.1em; }

.oldie .form fieldset ol li select, .oldie .form-filter fieldset ol li select {
  height: 1.8em; }

.form fieldset ol li input[type=checkbox],
.form fieldset ol li input[type=radio],
.form-filter fieldset ol li input[type=checkbox],
.form-filter fieldset ol li input[type=radio] {
  width: auto;
  border: 0px;
  background: none;
  padding: 0; }

fieldset ol li input.maximum, fieldset ol li select.maximum {
  width: 694px;
  /* 550px/10px */
  height: 1.8em; }

fieldset ol li textarea.maximum {
  resize: none;
  height: auto;
  width: 738px; }

.form fieldset ol li input.huge,
.form-filter fieldset ol li input.huge,
.form fieldset ol li textarea.huge,
.form fieldset ol li select.huge,
.form-filter fieldset ol li select.huge {
  /* Explicit select width. */
  width: 40em;
  /* 400px/10px */ }

.form fieldset ol li input.largest,
.form-filter fieldset ol li input.largest,
.form fieldset ol li textarea.largest,
.form fieldset ol li select.largest,
.form-filter fieldset ol li select.largest {
  /* Explicit select width. */
  width: 35em; }

.form fieldset ol li input.larger,
.form-filter fieldset ol li input.larger,
.form fieldset ol li textarea.larger,
.form fieldset ol li select.larger,
.form-filter fieldset ol li select.larger {
  /* Explicit select width. */
  width: 30em; }

.form fieldset ol li input.large,
.form-filter fieldset ol li input.large,
.form fieldset ol li textarea.large,
.form fieldset ol li select.large,
.form-filter fieldset ol li select.large {
  /* Explicit select width. */
  width: 25em; }

.form fieldset ol li input.small,
.form-filter fieldset ol li input.small,
.form fieldset ol li textarea.small,
.form fieldset ol li select.small,
.form-filter fieldset ol li select.small {
  /* Explicit select width. */
  width: 15em; }

.form fieldset ol li input.smaller,
.form-filter fieldset ol li input.smaller,
.form fieldset ol li textarea.smaller,
.form fieldset ol li select.smaller,
.form-filter fieldset ol li select.smaller {
  /* Explicit select width. */
  width: 10em; }

.form fieldset ol li input.amount, .form-filter fieldset ol li input.amount {
  text-align: right;
  width: 12em;
  margin-right: 1em; }

.form fieldset ol li input.amount.smaller, .form-filter fieldset ol li input.amount.smaller {
  text-align: right;
  width: 10em;
  margin-right: 1em; }

.oldie .form fieldset ol li span.ui-datepicker-append, .oldie .form-filter fieldset ol li span.ui-datepicker-append {
  vertical-align: middle;
  height: 2em;
  line-height: 1.2em; }

.form fieldset a.pick, .form-filter fieldset a.pick, #searchInvoices {
  cursor: pointer;
  border: 0 none;
  text-indent: -99999em;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 4px;
  width: 20px;
  height: 20px;
  background: url("../images/icons/find.png") no-repeat center center transparent;
  vertical-align: middle; }

.form fieldset a.help {
  margin-left: 4px; }

/* Note */
div.listNote {
  position: absolute;
  bottom: -2em; }

.form fieldset a.button-style {
  margin: -0.9em 1.5em 0 0.5em;
  /* 9px/10px 15px/10px 5px/10px */ }

.form fieldset span a.button-style {
  margin-left: -0.4em; }

.form fieldset a.button-style span {
  display: block;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0.3em 0.2em 0;
  font-weight: bold;
  cursor: pointer;
  color: #515151;
  max-width: none; }

.form fieldset a.button-style.vmid span {
  padding: 0.7em 1em 1em;
  height: auto; }

.oldie .button-bar a.vmid span, .oldie .button-bar a.button-style.vmid span {
  padding-top: 0.6em; }

.form fieldset a.button-style.disabled {
  background-color: #DDD;
  border-color: #DDD;
  cursor: default !important; }

.form fieldset a.button-style.disabled span {
  color: #A8A8A8;
  cursor: default !important; }

.form fieldset a.button-style.default span {
  height: auto;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  color: #fff; }

/* DATA TABLE */
ul#addTabs {
  margin-bottom: -1px;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 0;
  padding-left: 1.11111%;
  padding-right: 1.11111%;
  padding-top: 0;
  width: 97.7778%; }

ul#addTabs li {
  border-bottom-color: #FFFFFF;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color-ltr-source: physical;
  border-left-color-rtl-source: physical;
  border-left-color-value: #DDDDDD;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color-ltr-source: physical;
  border-right-color-rtl-source: physical;
  border-right-color-value: #DDDDDD;
  border-top-color: #DDDDDD;
  border-left-color: #DDDDDD;
  box-shadow: 0.181818em 0.181818em 0.181818em #AAAAAA;
  border-bottom-color: #FFFFFF;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style-ltr-source: physical;
  border-left-style-rtl-source: physical;
  border-left-style-value: solid;
  border-left-width-ltr-source: physical;
  border-left-width-rtl-source: physical;
  border-left-width-value: 1px;
  border-right-style-ltr-source: physical;
  border-right-style-rtl-source: physical;
  border-right-style-value: solid;
  border-right-width-ltr-source: physical;
  border-right-width-rtl-source: physical;
  border-right-width-value: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 1px;
  display: block;
  float: left;
  font-size: 0.909091em;
  padding-bottom: 0.636364em;
  padding-left: 2.69663%;
  padding-right: 2.69663%;
  padding-top: 0.545455em; }

ul#addTabs li a, ul#addTabs li span {
  color: #888888;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none; }

/*DATA TABLE*/
/* Details */
.ajax-section .detail {
  margin-top: 10px; }

.detail {
  margin: 0 0 7.272727272727273em 0;
  /* 10px/11px */
  position: relative;
  text-align: left; }

.section {
  position: relative;
  border: 1px solid #DDD;
  margin-bottom: 2em; }

.detail.container, .section.container {
  border: 0 none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

#main .detail h3, #main .section h3 {
  margin: 0;
  padding: 10px;
  width: 938px;
  display: inline-block;
  display: -moz-inline-stack;
  *display: inline;
  zoom: 1;
  color: #FFFFFF;
  background: #aeaeae; }

#main .section h3.account-list {
  padding: 10.5px; }

#main .detail h3.import-summary {
  width: 59.5em; }

.detail h3 span {
  margin: 0;
  /* 6px/14px */ }

.detail ol, .section ol {
  margin: 10px;
  /* 24px/11px */
  padding: 0;
  display: block;
  word-spacing: -1em;
  /* In order to remove spaces between inline block elements */
  overflow: hidden; }

.detail ol li, .section ol li {
  padding: 3px 0 3px 0;
  width: 50%;
  min-height: 3.3em;
  /* 36px/11px */
  float: left;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border-bottom: 1px solid #C9C9C9;
  position: relative;
  word-spacing: normal;
  /* Restore normal word spacing */ }

.detail ol li label, .section ol li label {
  width: 12.05em;
  /* 144/11px */
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle; }

.detail ol li span, .section ol li span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #447C2B;
  font-weight: bold;
  text-align: left;
  text-overflow: ellipsis;
  white-space: no-wrap;
  width: auto;
  vertical-align: middle; }

.detail ol li.huge, .section ol li.huge {
  width: 100%; }

.threeColumnList {
  width: 33%; }

.detail ol li.large, .section ol li.large, .detail ol li.medium, .section ol li.medium {
  width: 50%; }

.detail ol li.small, .section ol li.small {
  width: 33%; }

.detail ol li.tiny, .section ol li.tiny {
  width: 25%; }

.dialog fieldset ol li.tiny {
  width: 50%; }

.detail ol li.larger, .section ol li.larger {
  width: 75%; }

.detail ol li .negative, .section ol li .negative {
  color: #D10000; }

.detail ol li.bigger, .section ol li.bigger {
  font-weight: bold; }

.detail ol li.title, .section ol li.title {
  margin-top: 10px;
  padding: 0;
  width: 100%;
  min-height: 2em;
  border: none;
  font-size: 14px; }

.detail ol li.huge span, .section ol li.huge span {
  overflow: visible;
  white-space: normal; }

.detail .data-table, .section .data-table {
  border: 0 none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0;
  margin: 0 auto; }

.detail .data-table tfoot th,
.section .data-table tfoot th,
.detail .data-table tfoot td,
.section .data-table tfoot td {
  text-align: right;
  height: auto;
  padding: 0.363636em 0.909091em; }

.detail .data-table th .half, .section .data-table th .half {
  height: 1.85em; }

.detail .data-table th .amount, .section .data-table th .amount {
  width: 11.389521640091%; }

.detail .data-table th .taxcode, .section .data-table th .taxcode {
  width: 9.111617312072893%; }

/* Data List */
.detail .section .data-list .form-filter {
  border: 0 none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0;
  margin-bottom: 4em; }

.detail .data-list .form .data-table, .data-list .form fieldset {
  margin: 0;
  border: 0 none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.detail .data-list .data-list .form fieldset ol {
  border: 0 none; }

li.showFormTitle {
  list-style-type: none; }

/* DIALOG */
.dialog fieldset ol li {
  height: auto; }

.dialog .form fieldset ol li input.maximum,
.dialog .form-filter fieldset ol li input.maximum,
.dialog .form fieldset ol li textarea.maximum,
.dialog .form fieldset ol li select.maximum,
.dialog .form-filter fieldset ol li select.maximum {
  /* Explicit select width. */
  width: 50em;
  /* 500px/10px */ }

.dialog .data-table {
  margin-bottom: 0;
  margin-top: 8px; }

.dialog .detail {
  margin: 0; }

.dialog .form .data-table {
  border: 0 none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.ui-dialog.success .ui-dialog-content ul.warnings {
  float: left;
  clear: both;
  width: 100%;
  list-style: disc inside; }

.ui-dialog.success .ui-dialog-content ul.warnings li {
  line-height: 1.5;
  font-weight: bold; }

.ui-dialog.errors .ui-dialog-content dl.error-list, .ui-dialog.confirm .ui-dialog-content dl.warning-list {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 10px; }

.ui-dialog.errors .ui-dialog-content dl.error-list dt, .ui-dialog.confirm .ui-dialog-content dl.warning-list dt {
  clear: left;
  float: left;
  font-weight: bold;
  line-height: 1.5;
  width: 40%; }

.ui-dialog.customGroupsErrorDialog.errors .ui-dialog-content dl.error-list dt {
  clear: left;
  float: left;
  font-weight: bold;
  line-height: 1.5;
  width: 0px; }

.ui-dialog.errors .ui-dialog-content dl.error-list dt span, .ui-dialog.confirm .ui-dialog-content dl.warning-list dt span {
  display: none; }

.ui-dialog.errors .ui-dialog-content dl.error-list dd, .ui-dialog.confirm .ui-dialog-content dl.warning-list dd {
  float: left;
  line-height: 1.5;
  font-weight: normal; }

.ui-dialog.customGroupsErrorDialog.errors .ui-dialog-content dl.error-list dd {
  float: left;
  line-height: 1.5;
  width: 75%;
  font-weight: bold;
  clear: both; }

.dialog fieldset ol li label {
  /*width: 14.8em;*/ }

.dialog fieldset ol li.huge input.maximum {
  width: 54em; }

.dialog fieldset ol li input, .dialog fieldset ol li select {
  width: 16.5em; }

/* PORTLETS */
.news-wrapper {
  width: 100%; }

.news-wrapper .title {
  height: 3.363636363636364em;
  /* 37px/11px */
  border-bottom: 2px solid #DDD; }

.news-wrapper .title h3 {
  color: #000;
  font-weight: bold;
  font-size: 1.272727272727273em;
  /* 14px/11px */
  line-height: 2.642857142857143em;
  /* 37px/16px */
  position: relative;
  padding-right: 2em;
  display: inline; }

.news-wrapper .title h3 a {
  display: block;
  width: 1.785714285714286em;
  /* 25px/14px */
  height: 1.785714285714286em;
  background: url("../images/icons/icona_rss_feed.png") no-repeat center center transparent;
  top: 50%;
  right: 0;
  margin-top: -0.893em;
  position: absolute; }

.news-wrapper ul {
  padding: 0 2.309468822170901%;
  /* 10px/433px */
  float: left;
  margin-bottom: 2em; }

.news-wrapper ul li {
  margin-top: 1em;
  font-size: 0.818181818181818em;
  clear: both; }

.news-wrapper ul li strong {
  font-weight: bold;
  float: left; }

.news-wrapper ul li span {
  float: left;
  clear: left; }

.news-wrapper ul li a {
  float: left;
  color: #000;
  font-weight: bold;
  text-transform: capitalize;
  clear: both;
  display: block; }

/*----------------------+
@AJAX
+----------------------*/
.ajax-table-section {
  position: relative; }

#ajax-loading {
  font-size: 0.625em;
  /* 10px/16px */
  width: 20.833333333333333%;
  max-width: 300px;
  height: 15em;
  border: 1px solid #AAA;
  background: #fff;
  color: #666;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -5em;
  margin-left: -10.417%;
  display: none;
  border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  -webkit-border-radius: 0.6em;
  z-index: 9999; }

/* #ajax-loading .spinner {
    display: block;
    margin: 1em auto;
    width: 32%; 64px/200px
    height: 10em; 64px/10px
    background: url("../images/bg/loader.gif") no-repeat center center transparent;
} */
.liferayPortalHiddenText {
  height: 0; }

.ibm2Col {
  width: 48.144329896907216%;
  /* 433px/970px */
  margin-left: 0.927835051546392%;
  /* 9px/970px */
  margin-right: 0.927835051546392%;
  /* 9px/970px */
  float: left; }

.ibmRightCol {
  float: right;
  margin-left: 0.927835051546392%;
  /* 9px/970px */
  margin-right: 0.927835051546392%;
  /* 9px/970px */ }

.hidden {
  display: none !important; }

.on-top {
  z-index: 10000; }

#content .lotusOverflowAuto #tabs div ul li.active {
  border-bottom-color: #FFFFFF;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style-value: solid;
  border-left-color-ltr-source: physical;
  border-left-color-rtl-source: physical;
  border-left-color-value: #DDDDDD;
  border-right-color-ltr-source: physical;
  border-right-color-rtl-source: physical;
  border-right-color-value: #DDDDDD;
  border-top-color: #DDDDDD;
  box-shadow: 0.181818em 0.181818em 0.181818em #AAAAAA; }

.medium65 {
  width: 65%; }

.small35 {
  width: 35%; }

div.dialog {
  display: none; }

div .dialog dl dd span.red {
  color: #FF0000; }

div.freccia_big {
  display: none; }

.section OL LI LABEL.double45 {
  *height: 33px; }

.section OL LI SPAN.doubleNoMargin {
  margin-top: 0px; }

#descFooter {
  padding-top: 10px; }

.data-table .data-table-body tbody td label.ridEur {
  width: auto;
  margin: 0;
  padding: 3px 0 0 5px; }

#formInsert FIELDSET.inps OL LI td.pick-zone INPUT,
#formInsert FIELDSET.regions OL LI td.pick-zone INPUT {
  float: left; }

fieldset.esBollettino div {
  background-image: url("../images/icons/esBollettino.jpg");
  width: 870px;
  height: 114px; }

/***********/
/* BPER  */
/***********/
.bper #menu ul.menu li.home a {
  padding-top: 0px; }

.bper #main h1 {
  color: #666666;
  font-weight: bold;
  font-size: 2em;
  /* 22px/11px */
  display: none; }

.ic-help {
  background-image: url("../images/icons/help1.png");
  background-repeat: no-repeat;
  height: 22px;
  width: 22px; }

.bper.form fieldset ol li.title h4, .bper .form-filter fieldset ol li.title h4 {
  display: block;
  background-color: #e6f2ff;
  color: #666666;
  font-weight: bold;
  height: 3.7em;
  line-height: 3.6em;
  padding-left: 1.025056947608201%; }

.bper .form fieldset ol li.table table th, .bper .form-filter fieldset ol li.table table th {
  font-weight: bold;
  text-align: center;
  color: #666666;
  height: 3.6em;
  vertical-align: middle;
  padding: 0.4em;
  border-bottom: 1px solid #666666; }

.bper .form-filter fieldset ol li span a.head {
  /* Head filter link  */
  color: #666666;
  font-size: 1.2em;
  text-decoration: underline; }

.bper .form fieldset a.button-style.disabled {
  background-color: #DDD;
  border-color: #DDD;
  cursor: default !important; }

.bper .form fieldset a.button-style.disabled span {
  color: #A8A8A8;
  cursor: default !important; }

.bper ul#addTabs li.active a, .bper ul#addTabs li.active span {
  color: #666666;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none; }

.bper .data-table .data-table-body tbody td a {
  text-decoration: underline; }

.bper.detail ol li.title h4, .bper .section ol li.title h4 {
  display: block;
  background-color: #e6f2ff;
  color: #666666;
  font-weight: bold;
  height: 3.7em;
  line-height: 3.6em;
  padding-left: 1.025056947608201%; }

.bper .creditrefused ol li span {
  color: #C00; }

.bper .section OL LI SPAN.double45 {
  *height: 33px; }

.bper .showFormTitle h4 {
  color: #666666;
  font-size: 1.272727272727273em;
  font-weight: bold;
  margin: 1em 0 0.5em; }

.bper .form fieldset ol li input.label,
.bper .form fieldset ol li span.bigger,
.bper .form-filter fieldset ol li span.bigger,
.bper .form-filter fieldset ol li input.label {
  background: transparent;
  border: 1px solid transparent;
  font-weight: bold;
  color: #666666;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.bper .form fieldset ol li input.smallest,
.bper .form-filter fieldset ol li input.smallest,
.bper .form fieldset ol li textarea.smallest,
.bper .form fieldset ol li select.smallest,
.bper .form-filter fieldset ol li select.smallest {
  /* Explicit select width. */
  width: 4.8em; }

.bper .detail ol li.asterisco span, .bper .section ol li.asterisco span {
  margin-top: 0px;
  height: auto; }

.bper ol li span a.ajax-navigation-link {
  color: #666666; }

.articleTitle, .cssPath, .articleContent {
  display: none; }

fieldset.signers-matr-otp ol li label {
  width: 20em!important;
  max-width: 20em!important; }

span.otpRsaImage {
  background: url("../images/logos/OTPS.png") no-repeat center;
  border: 0;
  display: inline-block;
  height: 100px;
  width: 225px;
  text-indent: -99999em;
  margin-left: 70px; }

span.otpC200Image {
  background: url("../images/logos/OTP_C200.png") no-repeat center;
  border: 0;
  display: inline-block;
  height: 105px;
  width: 225px;
  text-indent: -99999em;
  margin-left: 70px; }

span.digiPass310Image {
  background: url("../images/logos/DIGIPASS_310.png") no-repeat;
  border: 0;
  display: inline-block;
  height: 170px;
  width: 135px;
  text-indent: -99999em;
  margin-left: 40em; }

div.digiPass310 li.full {
  line-height: 3.5em; }

div.digiPassText {
  margin-bottom: 1em;
  width: fit-content;
  margin-top: -11em; }

div.pwdOtpSection span.footer-right {
  margin-top: 10px; }

span.dpText1 {
  word-spacing: 2px; }

span.dpText3 {
  word-spacing: 1.7px; }

fieldset ol div.pwdOtpSection li {
  line-height: 8em; }

.attivo {
  background-image: url("../images/portlet/on_btn.png");
  height: 16px;
  width: 16px; }

.disattivo {
  background-image: url("../images/portlet/off_btn.png");
  height: 16px;
  width: 16px; }

.fac-simile .blank {
  background-image: url("../images/fac-simile/bollettino.png");
  height: 430px;
  width: 600px; }

.fac-simile .premarked {
  background-image: url("../images/fac-simile/bollettino-postale-marcato.png");
  height: 432px;
  width: 600px; }

/*TABS*/
/*FORM*/
ol li select, fieldset ol li select, fieldset ol li input, fieldset ol li textarea {
  display: -moz-inline-stack;
  /* Firefox 2 */
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: 1px solid #CCC;
  color: #333;
  font-weight: bold;
  background-image: none;
  height: 18px;
  padding: 2px 4px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box; }

fieldset ol li.medium {
  width: 50%; }

fieldset ol li.double {
  height: auto; }

fieldset ol li.double label {
  vertical-align: top; }

fieldset ol li.full, fieldset ol li.huge {
  width: 100%; }

fieldset ol li.visibility label {
  /*width: 48%;*/ }

fieldset ol li a.addCvs span, fieldset ol li div.button-container a span {
  text-decoration: underline; }

fieldset ol li .button-container {
  text-align: right; }

fieldset ol li .button-container a span br {
  display: none; }

fieldset ol li.check-select {
  background: #FF0000; }

/*INPUT*/
input[type="text"], input[type="password"], input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea, button, .aui-field-input-text, .data-table .data-table-body tbody td input {
  padding: 2px 4px;
  height: 18px;
  background-image: none;
  background-color: #FFF;
  border: 1px solid #CCC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #333;
  vertical-align: top; }

fieldset ol li input.radio, fieldset ol li input.checkbox {
  margin-right: 7px;
  width: auto;
  text-align: left;
  vertical-align: middle; }

fieldset ol li input.date {
  width: 5.5em;
  text-align: center; }

.form-filter form[widgetvar=frmExport] fieldset ol li.range label {
  /*width: 145px;*/
  /*padding-left: 10px;*/ }

.form-filter fieldset ol li.range input[type=radio] {
  vertical-align: top;
  height: auto; }

.form-filter fieldset ol li.row div.left {
  float: none;
  display: inline-block;
  margin-right: 5px; }

.form-filter fieldset ol li.range.full {
  line-height: 24px; }

.form-filter fieldset ol li.range.full input[type=radio] {
  top: 0px;
  left: -6px;
  margin-right: -2px; }

.data-table .data-table-body tbody td.row-select input {
  float: none; }

fieldset ol li.small.inline {
  margin: 0 61px 0 0;
  -moz-margin-end: 59px;
  margin-right: 80px\0;
  width: auto; }

fieldset ol li.little.inline {
  margin: 0 22px 0 0;
  -moz-margin-end: 25px;
  margin-right: 30px\0;
  width: auto; }

fieldset ol li.inline {
  margin: 0 65px 0 0;
  -moz-margin-end: 64px;
  width: auto; }

fieldset ol li input.sia, fieldset ol li.inline input.sia {
  width: 50px; }

fieldset ol li.inline input {
  width: auto; }

fieldset ol li input.cin {
  width: 20px; }

input.focus, textarea.focus {
  background: #FFF; }

fieldset ol li.chk-gruppo select {
  width: 21.9em; }

fieldset ol li.chk-gruppo label.lbl-check {
  width: 120px;
  max-width: none; }

/*Icon*/
form li.visibility-icon span.modifiable, form li.visibility-icon span.not-modifiable, form li.visibility-icon span.not-consultable, form li.visibility-icon span.not-visible {
  display: block;
  width: 16px;
  height: 16px;
  margin: 3px;
  text-indent: -99999em; }

.data-table td.visibility span.modifiable, form li.visibility-icon span.modifiable {
  background: url("../images/icons/modificabile.png") no-repeat center;
  border: 0; }

.data-table td.visibility span.not-modifiable, form li.visibility-icon span.not-modifiable {
  background: url("../images/icons/nonModificabile.png") no-repeat center;
  border: 0; }

.data-table td.visibility span.not-consultable, form li.visibility-icon span.not-consultable {
  background: url("../images/icons/nonConsultabile.png") no-repeat center;
  border: 0; }

.data-table td.visibility span.not-visible, form li.visibility-icon span.not-visible {
  background: url("../images/icons/nonVisibile.png") no-repeat center;
  border: 0; }

.visto {
  background: url("../images/portlet/ok.png") center no-repeat;
  width: auto;
  height: 16px; }

fieldset ol li.visibility-icon {
  width: 30px; }

fieldset ol li.visibility select {
  width: 223px; }

/*ADVANCED OPTIONS*/
fieldset.advanced-options legend {
  margin: 0;
  color: #FFF;
  font-weight: bold;
  background: #AEAEAE;
  border-bottom: 1px solid #FFF;
  cursor: pointer; }

fieldset.advanced-options ol {
  display: none;
  padding: 10px;
  background: #EBEBEB; }

fieldset.advanced-options legend span.expand {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  text-decoration: underline; }

fieldset.advanced-options legend span.expand span.open {
  text-decoration: underline; }

fieldset.advanced-options ol li label {
  margin-left: 0px;
  margin-right: 3px;
  width: 117px; }

fieldset.advanced-options ol li label.lbl-check {
  width: 94px;
  vertical-align: top; }

fieldset.advanced-options ol li.radioRow > input[type='radio'] + label {
  width: 95px; }

fieldset.advanced-options ol li textarea.maximum {
  width: 730px; }

fieldset.advanced-options ol li.orgId label {
  width: 153px; }

fieldset.advanced-options ol li.huge select {
  width: 728px; }

fieldset.advanced-options ol li.huge select#addressType,
fieldset.advanced-options ol li.huge select#country {
  width: 24em; }

fieldset.advanced-options ol li input.checkbox, fieldset.advanced-options ol li input.radio {
  vertical-align: top;
  padding: 0;
  height: auto; }

fieldset.advanced-options.mandato ol li span.custom-combobox input {
  width: 14.1em; }

fieldset.advanced-options.mandato ol li span.custom-combobox {
  padding-right: 20px; }

/*ORDINAMENTO COLONNE IN DATA TABLE*/
.data-table .data-table-body thead th .sortable .title {
  margin-right: 10px;
  width: fit-content; }

.data-table .data-table-body thead th .sort {
  vertical-align: middle;
  margin: 0!important;
  font-size: 0.9em;
  width: 1em; }

.data-table .data-table-body thead th .sort-asc, .data-table .data-table-body thead th .sort-desc {
  display: block;
  text-indent: -99999em;
  float: left;
  width: 0;
  height: 0;
  line-height: 0;
  text-align: left;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent; }

.data-table .data-table-body thead th .sort-asc {
  border-bottom: 0.5em solid #0b6368;
  margin-bottom: 0.1em; }

.data-table .data-table-body thead th .sort-desc {
  margin-top: 0.1em;
  border-top: 0.5em solid #0b6368; }

.data-table .data-table-body thead th.date-balance .sort,
.data-table .data-table-body thead th.account-holder .sort,
.data-table .data-table-body thead th.date .sort {
  margin-top: -1.8em; }

/*RIEPILOGO DATI ********************************/
#riepilogo_conto {
  margin: 0px 0px 10px 0px;
  padding: 10px;
  width: auto;
  font-size: 12px;
  background: #FBFBFB;
  border-bottom: 1px solid #0B6368;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  overflow: hidden; }

#riepilogo_conto h1 {
  margin: 0; }

#riepilogo_conto .tab {
  margin: 0 0 1em 0;
  overflow: hidden; }

#riepilogo_conto .tab h1 {
  color: #033C8B;
  text-transform: uppercase;
  margin-right: 10px;
  display: block;
  font-size: 1.3em;
  border-bottom: 1px solid #f0eee8;
  padding-bottom: .5em;
  margin: 0 0 1em 0; }

.riepilogo_intestatario {
  overflow: hidden; }

.riepilogo_dati {
  float: left;
  width: 269px;
  line-height: 18px;
  overflow: hidden; }

.riepilogo_dati ul {
  overflow: hidden; }

.riepilogo_dati.left, .riepilogo_dati.right {
  width: 50%; }

.riepilogo_dati.left ul li {
  margin-right: 10px;
  float: left;
  display: inline-block;
  font-weight: bold; }

.riepilogo_dati.left ul li label {
  font-weight: normal; }

.riepilogo_dati.right ul li {
  font-weight: bold;
  text-transform: uppercase; }

.riepilogo_dati.right ul label {
  float: left;
  display: inline-block;
  width: 15%;
  margin-right: 5px;
  font-weight: normal;
  text-transform: none; }

.riepilogo_dati span {
  font-weight: bold; }

.riepilogo_saldi {
  margin-top: 20px;
  padding-top: 20px;
  overflow: hidden; }

.riepilogo_saldi ul li {
  width: 50%;
  float: left;
  display: block;
  line-height: normal; }

.riepilogo_saldi ul li label {
  float: left;
  display: block;
  width: 50%;
  font-weight: bold;
  font-size: 13px; }

.riepilogo_saldi ul li .amount {
  float: left;
  display: inline-block;
  width: 30%;
  font-weight: bold;
  font-size: 18px;
  text-align: right;
  text-shadow: 1px 1px 1px #fff; }

/*varie*/
.foot-notes {
  color: #666;
  font-style: italic; }

.ajax-table-section {
  /*border: 1px solid #C9C9C9;
  padding: 10px;*/ }

.ajax-table-section h3 {
  margin: 20px 0 10px 0; }

.info {
  text-align: left; }

.clear {
  clear: both; }

.lbl-radio, .lbl-check {
  width: 13.9em; }

.lbl-radio-section {
  width: 32% !important; }

/*BROWSER*/
fieldset ol * {
  word-spacing: normal; }

/*icons*/
.data-table span.modifiable, .data-table span.not-modifiable, .data-table span.not-consultable, .data-table span.not-visible, .data-table span.select-account {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  text-indent: -99999em; }

form li.visibility-icon span.modifiable, form li.visibility-icon span.not-modifiable, form li.visibility-icon span.not-consultable, form li.visibility-icon span.not-visible {
  display: block;
  width: 16px;
  height: 16px;
  margin: 3px;
  text-indent: -99999em; }

.data-table a.pdf-icon,
.data-table span.pdf-icon,
.data-table a.error,
.data-table a.warn,
.data-table a.gray,
.data-table a.valid,
.data-table a.account-enable,
.data-table a.account-disable,
.data-table span.error,
.data-table span.warn,
.data-table span.gray,
.data-table span.valid {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  text-indent: -99999em;
  background: none no-repeat center center transparent; }

.data-table .data-table-body tbody td a span.select-account {
  background: url(../images/icons/select-popup.png) no-repeat center;
  border: 0; }

.data-table a.error, .data-table span.error {
  background-image: url("../images/icons/status-red.gif"); }

.data-table a.warn, .data-table span.warn {
  background-image: url("../images/icons/status-yellow.gif"); }

.data-table a.gray, .data-table span.gray {
  background-image: url("../images/icons/status-gray.gif"); }

.data-table a.valid, .data-table span.valid {
  background-image: url("../images/icons/status-green.gif"); }

.data-table a.account-enable {
  background-image: url("../images/icons/attiva.png"); }

.data-table a.account-disable {
  background-image: url("../images/icons/elimina.png"); }

.data-table a.pdf-icon, .data-table span.pdf-icon, .data-table a.zip-icon, .data-table span.zip-icon {
  display: block;
  margin: 0 auto;
  text-indent: -99999em;
  width: 18px;
  height: 18px; }

.data-table a.pdf-icon, .data-table span.pdf-icon {
  background: url("../images/icons/acrobat-icon.png") no-repeat;
  Width: 24px;
  height: 24px; }

.data-table a.zip-icon, .data-table span.zip-icon {
  background: url("../images/icons/WinZip.png") no-repeat; }

.col13, .col25, .col30, .col50 {
  float: left;
  display: inline;
  overflow: hidden; }

.col50 {
  width: 50%; }

.col25 {
  width: 25%; }

.col30 {
  width: 30%; }

.col30 label {
  float: left;
  display: inline;
  width: 30%; }

.col13 {
  width: 13%; }

.col13 label {
  float: left;
  display: inline;
  width: 13%; }

.col30 input.radio {
  float: left;
  display: inline-block;
  height: auto; }

/* Error summary */
.error-summary, div.error {
  margin-bottom: 10px;
  padding: 20px;
  background-color: #fff5f5;
  border: 1px solid #f8e6e6;
  color: #C71E19; }

div.error {
  text-align: center; }

div.error span {
  font-weight: bold; }

.error-summary {
  display: none; }

.error-summary h3 {
  font-size: 1.8em;
  margin-bottom: 10px; }

.error-summary dl {
  font-size: 1.3em;
  height: 6em;
  /* 48px/11px */
  overflow: auto; }

.error-summary dl dt {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 1.5em;
  width: 70%;
  font-weight: bold; }

.error-summary dl dt span {
  display: none; }

.error-summary dl dd {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 1.5em;
  width: 70%; }

fieldset ol li select.error, .form fieldset ol li input.error, fieldset ol li textarea.error, .data-table .data-table-body tbody td input.error, input.error {
  border-color: #C71E19; }

/* Fieldset */
fieldset ol {
  padding-top: 10px;
  overflow: hidden; }

fieldset ol li {
  margin-bottom: 6px;
  width: 50%;
  display: block;
  /*min-height: 24px;*/
  min-height: 26px;
  position: relative;
  word-spacing: normal;
  float: left; }

fieldset ol li input, fieldset ol li textarea, fieldset ol li select {
  width: 24em; }

fieldset ol li.tiny {
  width: 30%; }

.oldie .form fieldset ol li label, .oldie .form-filter fieldset ol li label {
  vertical-align: 0.45em; }

fieldset ol li label.after {
  width: 46.469248291571754%;
  /* 204px/439px */
  max-width: none;
  margin-top: -1.2em; }

/*UI **********/
.ui-dialog .ui-dialog-buttonpane button {
  height: auto; }

.print-letter {
  display: none; }

/*BUTTON-BAR**************/
.button-bar {
  margin-top: 20px; }

.button-bar .tr {
  display: none; }

.button-bar .content {
  margin: 0;
  padding: 10px;
  background: #FFF;
  overflow: hidden; }

.button-bar .content .bl {
  display: none; }

.button-bar .content .complementary {
  float: left;
  margin: 9px 0 0 0; }

.button-bar .content .primary {
  float: right; }

.button-bar a {
  text-decoration: none; }

button::-moz-focus-inner {
  margin-top: 0px;
  padding: 0;
  border-width: 0px; }

/*Remove extra button spacing/padding in Firefox*/
.button-bar button {
  padding: 11px 20px;
  border-radius: 20px;
  background: #5F5F65;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
  border: none;
  height: auto;
  vertical-align: baseline;
  text-shadow: none;
  font-family: kievit,Helvetica,Arial,sans-serif; }

.button-bar a span, .button-bar button {
  padding: 11px 20px;
  border-radius: 20px;
  background: #5F5F65;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
  background-color: #1CB880;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01), 1px 4px 9px 0 rgba(13, 116, 79, 0.3);
  border: none;
  height: auto;
  vertical-align: baseline;
  text-shadow: none;
  font-family: kievit,Helvetica,Arial,sans-serif; }

.button-bar a span {
  padding: 11px 20px;
  border-radius: 20px;
  background: #5F5F65;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
  background-color: #1CB880;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01), 1px 4px 9px 0 rgba(13, 116, 79, 0.3);
  border: none;
  height: auto;
  vertical-align: baseline;
  text-shadow: none;
  font-family: kievit,Helvetica,Arial,sans-serif; }

.button-bar a:hover span, .button-bar button:hover {
  padding: 11px 20px;
  border-radius: 20px;
  background: #EA852C;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01), 1px 4px 9px 0 rgba(234, 133, 44, 0.3) !important;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center; }

input.right-align {
  text-align: right; }

.bper .ui-state-highlight, .bper .ui-widget-content .ui-state-highlight, .bper .ui-widget-header .ui-state-highlight {
  border: 1px solid #d1d1d1;
  background: #45a5c3 none 50% 50% repeat-x;
  color: #FFF; }

fieldset.signers-matr-otp legend {
  display: none; }

.bper .ui-widget-overlay {
  position: fixed;
  z-index: 99; }

.bper .ui-dialog {
  z-index: 100; }

.bper .ui-dialog .ui-dialog-titlebar-close span {
  margin: -8px 0px 0px -8px; }

/*Calendario*/
fieldset ol li button.ui-datepicker-trigger, .ui-datepicker-trigger {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 2.6em;
  height: 2em;
  background: url("../images/icons/calendar.png") no-repeat center center transparent;
  text-indent: -99999em;
  margin: 0;
  border: 0 none; }

fieldset ol li span.ui-datepicker-append {
  margin-top: 5px; }

.form-filter td.date ol li button.ui-datepicker-trigger {
  height: 22px;
  float: left; }

.form-filter td.date ol li.mav button.ui-datepicker-trigger {
  float: none; }

.bper .ui-datepicker-trigger:hover, .bper .ui-datepicker-trigger:focus {
  background: url("../images/icons/calendar.png") no-repeat center transparent;
  margin: 0;
  border: 0 none;
  outline: none; }

.bper .popup-alert-notice {
  display: none;
  text-indent: -99999em;
  background-image: none; }

.bper .popup-alert-warning {
  background: #000000 none 50% 50% repeat-x;
  opacity: .60;
  filter: Alpha(Opacity=60);
  background-image: none;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #FFF; }

.bper .popup-alert-warning div {
  margin-top: 20%;
  padding: 20px; }

.bper .popup-alert-warning a {
  color: #FFF;
  text-decoration: none; }

.bper .popup-alert-warning a span {
  padding: 1em;
  background: #1b4678;
  *display: inline-block;
  *padding: .95em; }

div.blockOverlay {
  z-index: 9999; }

.right {
  float: right; }

#ajax-loading-home {
  font-size: .625em;
  width: 20.833333333333333%;
  height: 10em;
  border: 1px solid #AAA;
  background: #fff;
  color: #666;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

#ajax-loading-home .spinner {
  display: block;
  margin: 1em auto;
  width: 55%;
  height: 6.4em;
  background: url("../images/bg/loader.gif") no-repeat center center transparent;
  background-size: cover; }

/*Custom box*/
.filtro_sia span.custom-combobox {
  width: 35%;
  margin-top: -6px; }

.filtro_sia span.custom-combobox input.custom-combobox-input {
  background: none repeat scroll 0 0 #dfdbce;
  color: #000;
  font-weight: bold;
  border-color: #dfdbce;
  width: 24.2em; }

.filtro_sia span.custom-combobox a.custom-combobox-toggle {
  background: none repeat scroll 0 0 #dfdbce;
  margin-top: 0px; }

fieldset li span.custom-combobox.maximum input {
  width: 64.6em; }

li.companyType span.custom-combobox > input.custom-combobox-input {
  width: 14.7em; }

span.custom-combobox.visibility > input.custom-combobox-input {
  width: 20.2em; }

span.custom-combobox > input.custom-combobox-input, span.custom-combobox > a.custom-combobox-toggle {
  height: 12px; }

span.custom-combobox > input.custom-combobox-input {
  padding: 2px 4px;
  height: 18px;
  color: #333;
  font-size: 11px;
  font-weight: bold; }

.ie8 #ajax-loading-home {
  height: 11em; }

.ie8 #ajax-loading-home .spinner {
  width: 100%;
  height: 9em;
  margin-top: 0px;
  margin-bottom: 0.3em; }

div.pwdOtpSection input {
  vertical-align: middle; }

div.riepilogo_conto div.tab span.account-description {
  display: none; }

.riepilogo_dati.right div.local-branch {
  display: inline-block; }

div.foot-notes span.sepa-priority-note {
  display: none; }

/*iFrame*/
.ui-dialog[style], #pdfDialog[style] {
  width: 1200px !important; }

.media, .media iframe {
  width: 100% !important; }

fieldset ol span.textPaymentDescription-center {
  line-height: 26px; }

fieldset h3 span.success-diagnostic-flow {
  color: #447C2B; }

/*totale importi*/
.data-table.total {
  text-align: right;
  margin-top: 2em; }

.data-table.total span {
  margin-right: 1em;
  display: inline-block; }

.data-table .amount.right {
  margin-left: 1px;
  color: #000000; }

.data-table .amount.right span {
  margin-right: 0; }

.data-table .amount .negative, .data-table .date .negative, .data-table .data-table-body tbody td li input.negative, .data-table .data-table-body tbody td input.negative, span.negative {
  color: #C71E19; }

#main .lastbalances-wrapper h3 {
  /*margin-bottom: 0px;*/ }

div .section ol li span.green {
  color: #447C2B; }

div .section ol li span.red {
  color: #FF0000; }

/*wrapping label per bonifici particoli*/
input[id="optionPf"] + label {
  white-space: nowrap; }

/*
    Style for detail transaction xml
*/
.detail ol li#expandAmounts.huge span.expand,
.detail ol li#expandReferences.huge span.expand,
.detail ol li#expandDetailsAmoutsInfo.huge span.expand,
.detail ol li#expandReconciliationInfo.huge span.expand,
.detail ol li#expandCauseForTransfer.huge span.expand,
.detail ol li#expandInitiatingParty.huge span.expand,
.detail ol li#expandDebtor.huge span.expand,
.detail ol li#expandActualDebtor.huge span.expand,
.detail ol li#expandCreditor.huge span.expand,
.detail ol li#expandActualCreditor.huge span.expand,
.detail ol li#expandAdditionalInformation.huge span.expand {
  cursor: pointer;
  margin-left: 10px;
  text-decoration: underline; }

.detail ol li.small.noBtBorder,
.detail ol li.medium.noBtBorder,
.detail ol li.huge.noBtBorder {
  border-bottom: none; }

.detail ol li.huge span.width70 {
  overflow: visible;
  white-space: normal;
  width: 70em; }

.detail #globExpander ol {
  border: none;
  margin-bottom: 5px;
  height: 25px; }

.detail #globExpander ol li.huge {
  border: none;
  text-align: right;
  margin-right: 5px;
  cursor: pointer; }

.detail #globExpander span.linkExpande {
  text-align: right; }

.detail ol li label.huge-note {
  width: 690px; }

.detail ol li label.big-label {
  width: 255px; }

.onlineTrans {
  text-indent: -999999em;
  background: url(../images/icons/thunder.png) no-repeat left;
  width: 16px;
  height: 18px; }

.ecTrans {
  text-indent: -999999em;
  background: url(../images/icons/ec_doc.png) no-repeat;
  height: 22px;
  width: 22px; }

.rhTrans {
  text-indent: -999999em;
  background: url(../images/icons/rh_doc.png) no-repeat;
  height: 22px;
  width: 22px; }

.rhXmlTrans {
  text-indent: -999999em;
  background: url(../images/icons/dly.png) no-repeat;
  height: 22px;
  width: 22px; }

.data-table .data-table-body tbody td.tm-column.hide-min-layout {
  padding-left: 6px;
  padding-right: 0; }

.form .data-list > h3 {
  margin-bottom: 8px; }

#_sepainternationalcredittransfer_WAR_webcontocpaymentssepainternationalportlet_table.data-table .data-table-body thead th {
  padding: 0px; }

#_sepasalaries_WAR_webcontocpaymentssepaportlet_table.data-table .data-table-body thead th {
  padding: 0px; }

/*Dettaglio Home > Distinte > Gestione distinte > Elenco distinte > Dettaglio SEPA*/
#_sepacredittransfer_WAR_webcontocpaymentssepaportlet_table .description {
  word-break: break-all; }

/*Pagamenti > bonifico sepa > elenco disposizioni*/
#_sepacredittransfer_WAR_webcontocpaymentssepaportlet_instructionlist td:nth-of-type(4) {
  word-break: break-all; }

.dailyDispoBtn {
  float: none !important; }

.reportDispoGiornalieriTextarea {
  vertical-align: middle !important;
  background: #B2B2B2 !important;
  width: 375px;
  text-align: center;
  border-color: grey !important;
  border-width: 2px !important; }

.reportDispoGiornalieriPadding {
  padding: 50px 50px 90px 50px; }

.reportDispoGiornalieriText {
  margin-left: 15%;
  margin-right: 15%;
  display: inline-block; }

.reportDispoGiornalieriBtnCalcel {
  margin-left: 5%;
  display: inline-block; }

.reportDispoGiornalieriBtnSave {
  display: inline-block; }

.reportDispoGiornalieriMain {
  border: 1px solid grey; }

.reportDispoGiornalieriData {
  padding: 15px 0px 0px 20px; }

.gestioneEmailMain {
  border: 1px solid grey; }

.gestioneEmailData {
  padding: 15px 0px 0px 0px; }

.gestioneEmailText {
  display: inline-block;
  padding-left: 150px;
  padding-right: 180px; }

.elencoFirmatari {
  padding-right: 12px;
  vertical-align: middle !important;
  background: #B2B2B2 !important;
  padding: 2px 45px !important;
  border-color: grey !important;
  border-width: 2px !important; }

.gestioneEmailPadding {
  margin: 40px 0; }

.listafirmatariTable {
  display: table;
  padding-left: 20px; }

.gestioneEmailCheckbox {
  padding-top: 10px;
  padding-left: 20px; }

.listaFirmatariRow {
  display: table-row;
  width: max-content;
  height: 35px; }

.listaFirmatariNome {
  display: table-cell;
  float: left;
  height: inherit;
  padding-top: 5px; }

.listaFirmatariEmail {
  float: right;
  height: 35px;
  padding-right: 5px; }

.uppercase {
  text-transform: uppercase; }

.hourSendMail {
  /* removed vertical-align: middle; #26811 */
  width: 38px;
  height: 15px !important; }

.minuteSendMail {
  padding-right: 5px;
  padding-left: 5px; }

.clockBox {
  width: 15px;
  height: 15px !important;
  vertical-align: middle !important; }

.limitazioneOrarioChk {
  margin-left: 67px; }

.limitazioneOrarioDistinteMain {
  padding-bottom: 15px; }

.widthLimOrarioDist {
  width: 30% !important; }

.invioDistFestiviClass {
  width: 18% !important; }

label[for='invioDistFestivi'] {
  width: 65px !important;
  /* #26811 */
  margin-top: 3px;
  /* #26811 */
  margin-left: 0px !important; }

label[for='hourSendMailFrom'], label[for='hourSendMailTo'] {
  width: 45px !important;
  display: none !important; }

label[for='minuteSendMail'], label[for='minuteSendMailTo'] {
  display: none !important; }

.li1PerCento {
  width: 1% !important; }

.orario > li:nth-child(1), .orario > li:nth-child(5), .orario > li:nth-child(4), > li:nth-child(8) {
  width: 9% !important;
  display: block !important; }

.invioDistFestiviClass {
  width: 13% !important;
  display: block !important; }

.orario > li:nth-child(2), .orario > li:nth-child(6) {
  width: 32px !important; }

.orario > li > label {
  vertical-align: middle; }

.orarioLabel {
  padding-top: 3px !important; }

.starInfo {
  font-style: italic;
  color: grey; }

.orario {
  width: 70%;
  float: left; }

/* Change for SCA:Cell Validation */
#p_p_id_cellvalidation_WAR_webcontocusermanagerportlet_ .salvaBper {
  margin-top: -0.5em; }

#p_p_id_cellvalidation_WAR_webcontocusermanagerportlet_ .form-edit {
  width: 85%;
  margin-left: 7%; }

/*end Change for Cell Validation */
#_signature_WAR_ibksignatureportlet_table .idCompany {
  width: 80px;
  padding: 0px!important; }

#_signature_WAR_ibksignatureportlet_table td:nth-of-type(7) {
  min-width: 100px; }

.gestionePostazione {
  clear: both; }

.icon-linea_diretta:before {
  font-weight: 600; }

.totalPagamentiLabel {
  padding-top: 2px !important; }

.totalPagamentiSign {
  padding-top: 2px !important;
  padding-right: 22px !important;
  text-align: left !important; }

.plusCircleImage {
  background: url("../images/icons/pCircle.png") no-repeat center;
  border: 0;
  display: inline-block;
  height: 50px;
  width: 50px; }

.minusCircleImage {
  background: url("../images/icons/mCircle.png") no-repeat center;
  border: 0;
  display: inline-block;
  height: 50px;
  width: 50px; }

.totalBill {
  background-color: whitesmoke;
  margin-top: -115px; }

/*
    sca otp device management changes start
*/
#mainOtpDiv {
  margin-left: 1px; }

#mainOtpDiv #otpTxtDevice {
  width: 90%;
  margin-left: 87%;
  margin-top: -18%; }

#mainOtpDiv #errorOtp {
  margin-left: -14%; }

#mainOtpDiv #showErrorsOtp {
  color: #cc0000;
  font-weight: 400;
  font-size: 13px!important;
  margin-top: -5% !important;
  margin-left: .3125em;
  display: inline; }

#mainOtpDiv .errormessageOtp {
  font-size: 2.1875em!important;
  font-weight: 400!important;
  margin: .5em 0;
  background: url(/ubi-theme/images/ico-alert.png) no-repeat;
  background-size: 56px 56px;
  line-height: 5px;
  padding-left: 56px;
  padding: 18px; }

#mainOtpDiv .showErrorsOtp h3 {
  font-weight: 400!important;
  padding: 1px; }

#mainOtpDiv #tokenOtp {
  width: 25%;
  margin-left: -20px !important;
  margin-top: 6%!important; }

#mainOtpDiv #otpField {
  margin-top: 3%;
  margin-left: 4%; }

#mainOtpDiv #submitOTPBtnIdDevice {
  margin-left: 0%;
  margin-top: 9px; }

#mainOtpDiv #firmatarioField {
  margin-left: 17%;
  margin-top: -29px; }

#mainOtpDiv #otpLabel {
  margin-bottom: -1.625em;
  margin-left: 22px; }

#mainOtpDiv #ErrorsOtp {
  font-size: 2.1875em!important;
  font-weight: 400!important;
  margin: .5em 0;
  background: url(/ubi-theme/images/ico-alert.png) no-repeat;
  background-size: 56px 56px;
  line-height: 5px;
  padding-left: 56px; }

#errordevicemanage {
  font-size: 2.1875em!important;
  font-weight: 400!important;
  margin: .5em 0;
  background: url(/ubi-theme/images/ico-alert.png) no-repeat;
  background-size: 56px 56px;
  line-height: 5px;
  padding-left: 56px; }

#errordevicemanage h3 {
  font-weight: 400!important; }

#errordevicemanage #error {
  margin-left: -14%; }

#errordevicemanage #showerrorsSerialNumber {
  margin-left: -50px;
  margin-top: 1px;
  font-size: 13px!important; }

 /*
    sca otp device management changes end
*/
#_sdd_WAR_webcontocbankreceiptssepaportlet_table .createdBy,
#_sdd_WAR_webcontocbankreceiptssepaportlet_table .date {
  width: 68px; }

#divToShow {
  height: 380px !important; }

#p_p_id_signonline_WAR_bperonlineportlet_ div#calculatecommission .zone {
  float: left;
  margin-top: -2.5em;
  margin-left: 18em;
  white-space: nowrap; }

#p_p_id_signonline_WAR_bperonlineportlet_ div#calculatecommission #commissioniFixed {
  width: 10em; }

#p_p_id_signonline_WAR_bperonlineportlet_ div#calculatecommission #commissioniVariable {
  width: 10em; }

#p_p_id_signonline_WAR_bperonlineportlet_ div#calculatecommission .pick-zone {
  margin-top: -2.5em; }

#p_p_id_signonline_WAR_bperonlineportlet_ div#calculatecommission {
  display: block; }

#p_p_id_signonline_WAR_bperonlineportlet_ div#calculatecommission .ItLabel {
  margin-left: -4em;
  vertical-align: -webkit-baseline-middle; }

#p_p_id_signonline_WAR_bperonlineportlet_ div#calculatecommission .EnLabel {
  margin-left: -2.1em;
  vertical-align: -webkit-baseline-middle; }

#p_p_id_instantcredittransfer_WAR_bperonlineportlet_ div.zone-it {
  float: left;
  margin-top: -5em;
  margin-left: 15em;
  white-space: nowrap; }

#p_p_id_listslipcredittransferonline_WAR_bperonlineportlet_ div.zone-it {
  float: left;
  margin-top: -5em;
  margin-left: 15em;
  white-space: nowrap; }

div#calculatecommission div.primary {
  float: left; }

#p_p_id_instantcredittransfer_WAR_bperonlineportlet_ div.zone-en {
  float: left;
  margin-top: -5em;
  margin-left: 16em;
  white-space: nowrap; }

#p_p_id_listslipcredittransferonline_WAR_bperonlineportlet_ div.zone-en {
  float: left;
  margin-top: -5em;
  margin-left: 16em;
  white-space: nowrap; }

fieldset ol li.commissionFixed-it label {
  width: 230px !important;
  margin-left: 18px; }

fieldset ol li.commissionFixed-en label {
  width: 185px !important;
  margin-left: 18px; }

fieldset ol li.commissionvariable-it,
fieldset ol li.commissionvariable-en {
  width: 100%; }

fieldset ol li.commissionvariable-it label,
fieldset ol li.commissionvariable-en label {
  width: 200px !important;
  margin-left: 18px; }

fieldset ol li.commissionFixed-it input {
  margin-left: 1em;
  width: 12em; }

fieldset ol li.commissionvariable-it input {
  margin-left: 29.5em;
  width: 12em; }

fieldset ol li.commissionFixed-en input {
  margin-left: 3em;
  width: 12em; }

fieldset ol li.commissionvariable-en input {
  margin-left: 32em;
  width: 12em; }

.descwordbreak {
  word-break: break-word; }

.titlePush {
  text-transform: uppercase;
  color: #0b6368;
  font-family: Kievit;
  font-size: 28px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 20px; }

.openNotify {
  color: #0b6368;
  font-family: Kievit;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 13px; }

.generateQrCode {
  color: #0b6368;
  font-family: Kievit;
  font-size: 14px;
  line-height: 18px; }

.resendNotify {
  color: #0b6368;
  font-family: Kievit;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 13px;
  margin-top: 75px; }

.logoPush {
  background: url("../images/push.png") no-repeat center;
  width: 186px;
  height: 167px; }

.logoPolling {
  background: url("../images/polling.png") no-repeat center;
  width: 170px;
  height: 159px; }

/*33992*/
fieldset ol li.divisa, fieldset ol li.irrevocabile, fieldset ol li.tolleranzap {
  width: 30%; }

fieldset ol li.divisa label, fieldset ol li.irrevocabile label, fieldset ol li.tolleranzap label {
  width: 9em !important; }

fieldset ol li.divisa select, fieldset ol li.irrevocabile select,
fieldset ol li.divisa input, fieldset ol li.irrevocabile input {
  width: 10em; }

fieldset ol li.irrevocabile input {
  max-width: 8em; }

fieldset ol li.tolleranza input {
  width: 7em;
  padding-right: 15px; }

fieldset ol li.tolleranzap:after {
  position: absolute;
  content: "%";
  left: 235px;
  top: 2px;
  font-size: 13px; }

fieldset ol li.tolleranzam:after {
  position: absolute;
  content: "%";
  left: 292px;
  top: 2px;
  font-size: 13px; }

fieldset ol li.mediumLabel {
  width: 210px;
  color: #21949a;
  font-size: 13px;
  font-weight: 600;
  text-align: left; }

fieldset ol li.benificiari {
  width: 280px; }

fieldset ol li.qualsiasi {
  float: left;
  margin-left: 13em; }

/* not required */
/* fieldset ol li.pagmento label
{

	width: 11em !important;
} */
fieldset ol li.pagmento {
  width: 100%!important; }

fieldset ol li.differito {
  float: left;
  color: #21949a;
  font-size: 13px;
  font-weight: 600; }

fieldset ol li.pagmento input {
  width: 21.7em !important;
  margin-left: 7px; }

fieldset ol li.differito input {
  margin-left: 25px; }

fieldset ol li.pagamentomisto {
  float: left;
  color: #21949a;
  font-size: 13px;
  font-weight: 600;
  margin-left: -80.2em;
  margin-top: 1em; }

fieldset ol li.pagamentomisto label {
  margin-top: 2.5em; }

fieldset ol li.pagamentomisto input {
  margin-top: 3.5em; }

fieldset ol li.bic {
  width: 12em;
  margin-left: 11.5em;
  margin-top: -2.1em; }

fieldset ol li.altr {
  width: 280px; }

fieldset ol li.altr label {
  margin-right: -0.5em; }

fieldset ol li.altr input[type=checkbox] {
  width: 30px;
  margin-left: -8.23em; }

fieldset ol li.altr input[type=text] {
  width: 12em;
  margin-left: 1em; }

fieldset ol li.upperTitlesmallTitle {
  width: 210px;
  color: #21949a;
  font-size: 13px;
  font-weight: 600;
  text-align: left; }

#p_p_id_letteredicredito_WAR_webcontocutilitiesportlet_ fieldset#section_5 {
  margin: 0 15px 20px 15px;
  padding: 8px;
  display: block!important; }

#p_p_id_letteredicredito_WAR_webcontocutilitiesportlet_ fieldset#section_5 ol {
  margin-left: 2em;
  padding-top: 10px; }

#p_p_id_letteredicredito_WAR_webcontocutilitiesportlet_ div.screen-zone {
  float: right;
  white-space: nowrap; }

#p_p_id_letteredicredito_WAR_webcontocutilitiesportlet_ div.test-zone {
  float: left;
  margin-left: 34.5em;
  white-space: nowrap;
  margin-top: -6.2em; }

#p_p_id_letteredicredito_WAR_webcontocutilitiesportlet_ div.incoterm-zone {
  float: left;
  margin-left: 34.6em;
  white-space: nowrap; }

fieldset ol li textarea.maximumAltre {
  resize: none;
  height: 120px;
  width: 310px; }

fieldset ol li textarea.maximumAltre.focus {
  background: none;
  border: 1px solid #fff; }

fieldset ol li.contoprincipale {
  margin-top: -82px; }

fieldset ol li.ContoSpese {
  margin-top: -35px; }

/* fieldset.dettagli_banche_section ol{
    padding-top: 10px;
    overflow: hidden;
    margin-left: 0em;
    margin: 0em;
    margin-top: -24px;
}

#p_p_id_letteredicredito_WAR_webcontocutilitiesportlet_ div.tab {
  overflow: hidden;
  background-color: #c9dcdd;
  border: 1px solid #0b6368;
}

#p_p_id_letteredicredito_WAR_webcontocutilitiesportlet_ div.tab tabButton {
  float: left;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
  width: 33.16%;
  letter-spacing: 2px;
  border: 1px #0b6368;
  height : 44px;
  background-color: #c9dcdd;
  font-family: kievit,Helvetica,Arial,sans-serif;
  color : #0b6368;
  text-shadow: none;
  text-align: center;
  line-height: 44px;
}

#p_p_id_letteredicredito_WAR_webcontocutilitiesportlet_ div.tab tabButton.active {
  background-color: #3b8286;
  width: 33.66%;
  font-weight: bold;
}

#p_p_id_letteredicredito_WAR_webcontocutilitiesportlet_ div.tabcontentdettaglibanchesection {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

#p_p_id_letteredicredito_WAR_webcontocutilitiesportlet_ div.tabcontentdescsection {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

#p_p_id_letteredicredito_WAR_webcontocutilitiesportlet_ div.tabcontentperiodosection {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

fieldset ol li textarea.tabtext {
    resize: none;
    height: 120px;
    width: 800px;
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 0px;
    margin-bottom: 10px;
}

fieldset ol li.nome {
    margin-top: 15px;
    margin-bottom: 15px;
}

fieldset ol li.riferimentoemittente {
    margin-top: 15px;
    margin-bottom: 15px;
} */
fieldset ol li input.spedizione-input {
  padding: 2px 4px;
  height: 18px;
  background-image: none;
  background-color: #FFF;
  border: 1px solid #CCC;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #333;
  vertical-align: top;
  width: 73.3%; }

fieldset ol li.spedizione-list {
  margin-bottom: 6px;
  width: 100%;
  display: block;
  min-height: 26px;
  position: relative;
  word-spacing: normal;
  float: none; }

fieldset ol li.ultima-data-di-Spedizione-select {
  width: 90%; }

fieldset ol li.ultima-data-di-Spedizione-select label {
  max-width: 10.6em; }

fieldset ol li.periodo-di-spedizione-checkbox {
  max-width: 0em;
  position: absolute;
  margin-top: 12px; }

fieldset ol li.ultima-data-di-Spedizione-checkbox {
  margin-left: -210px;
  max-width: 15em; }

fieldset ol li.periodo-di-spedizione-input label {
  max-width: 10.6em;
  margin-left: 30px; }

.periodo-di-spedizione {
  margin-left: -16px;
  width: 15%; }

fieldset ol li.periodo-di-spedizione label {
  width: auto !important; }

.periodo-di-spedizione-input {
  width: 86.3%;
  margin-left: -152px; }

.periodo-di-spedizione-li {
  width: 85%; }

/*33992*/
fieldset ol li textarea.tabtext {
  resize: none;
  height: 120px;
  width: 800px;
  margin-left: 150px;
  margin-right: 150px;
  margin-top: 0px;
  margin-bottom: 10px; }

fieldset ol li textarea.tabtextcondition {
  resize: none;
  height: 120px;
  width: 800px;
  margin-right: 150px;
  margin-bottom: 10px; }

fieldset ol li select.dettagliospeci {
  width: 77%; }

fieldset ol li.instructionentro {
  margin-right: -51em;
  margin-left: 15.5em;
  margin-top: -1em; }

fieldset ol li.instructionaltro {
  margin-left: 15.5em; }

fieldset ol li input.altroinstruction {
  width: 54%; }

fieldset ol li input#instructionCheck.instructioncheck {
  width: 20px;
  margin-left: -250px;
  margin-right: 6em; }

fieldset ol li input#altroinput.altroinput {
  width: 66.6%; }

fieldset ol li input#entroinput.entroinput {
  width: 6em;
  margin-right: 5em; }

#p_p_id_letteredicredito_WAR_webcontocutilitiesportlet_ fieldset ol li.resa label {
  margin-left: 1.6em;
  margin-right: 4em; }

#p_p_id_listoutcomeletteredicredito_WAR_webcontocutilitiesportlet_ fieldset ol li.resa label {
  margin-left: 1.6em;
  margin-right: 4em; }

#p_p_id_listoutcomeletteredicredito_WAR_webcontocutilitiesportlet_ fieldset ol li.tipo label {
  margin-left: -313px; }

#p_p_id_letteredicredito_WAR_webcontocutilitiesportlet_ fieldset ol li.tipo label {
  margin-left: -313px; }

fieldset ol li textarea.maximumDes {
  resize: none;
  height: 120px;
  width: 820px; }

fieldset ol li.tipoContratto span input {
  margin-left: 171px; }

fieldset ol li.resaMerce span input {
  margin-left: 4px; }

fieldset ol li.copie span input {
  margin-left: 171px; }

fieldset ol li.della-merce-first {
  margin-left: -10px; }

fieldset ol li.della-merce-first label {
  width: auto !important; }

fieldset ol li.della-merce-second {
  margin-left: -10px;
  width: 100%; }

fieldset ol li.della-merce-second label {
  width: auto !important; }

#p_p_id_letteredicredito_WAR_webcontocutilitiesportlet_ fieldset ol li.resa #resaMerce {
  width: 30px;
  margin-left: -295px; }

#p_p_id_listoutcomeletteredicredito_WAR_webcontocutilitiesportlet_ fieldset ol li.resa #resaMerce {
  width: 30px;
  margin-left: -295px; }

fieldset ol li input#resaMerceScelta.resaMerceScelta {
  margin-left: 158px; }

fieldset ol li select#resaMercePredef.resaMercePredef {
  margin-left: 6em; }

fieldset ol li input#altroRadio.altroRadio {
  margin-left: -222px; }

fieldset ol li input#resaMerceAltro.resaMerceAltro {
  margin-left: 18.7em; }

fieldset ol li input#resaMerceLuogo.resaMerceLuogo {
  width: 820px; }

fieldset ol li input#resaMerceTipocontr.resaMerceTipocontr {
  width: 30px;
  margin-left: -295px; }

fieldset ol li select#resaMerceTipocontrDoc.resaMerceTipocontrDoc {
  margin-left: 15.5em; }

fieldset ol li input#resaMerceTipocontrNumero.resaMerceTipocontrNumero {
  margin-left: 3px; }

fieldset ol li input#numeroOrig.numeroOrig {
  width: 100px; }

fieldset ol li input#numeroCopie.numeroCopie {
  width: 100px;
  margin-top: -1px;
  margin-left: 1px; }

fieldset ol li input#fattura.fattura {
  width: 76.6%; }

fieldset ol li input#polcarTipo.polcarTipo {
  width: 30px; }

fieldset ol li select#polcarTipoMenu.polcarTipoMenu {
  margin-left: 5em; }

fieldset ol li select#polcarSubTipo.polcarSubTipo {
  margin-left: 17em; }

#p_p_id_letteredicredito_WAR_webcontocutilitiesportlet_ fieldset ol li.copie #polcarCopieNN {
  width: 30px;
  margin-left: -295px; }

fieldset ol li input#polcarNRCopieNN.polcarNRCopieNN {
  width: 100px;
  margin-left: 169px; }

fieldset ol li input#polcarNolo.polcarNolo {
  width: 30px;
  margin-left: -240px; }

fieldset ol li input#polcarNoloPagabile.polcarNoloPagabile {
  margin-left: -227px;
  margin-top: -65px; }

fieldset ol li input#polcarNoloPrepagato.polcarNoloPrepagato {
  margin-left: 709px;
  margin-top: -106px; }

#p_p_id_letteredicredito_WAR_webcontocutilitiesportlet_ fieldset ol li.nolo label {
  margin-left: 71px; }

#p_p_id_letteredicredito_WAR_webcontocutilitiesportlet_ fieldset ol li.pagabile label {
  margin-top: -31px;
  margin-left: 336px; }

#p_p_id_letteredicredito_WAR_webcontocutilitiesportlet_ fieldset ol li.prepagato label {
  margin-top: -30px;
  margin-left: 725px; }

#p_p_id_letteredicredito_WAR_webcontocutilitiesportlet_ fieldset ol li.ordine label {
  margin-left: -344px;
  margin-top: -17px; }

fieldset ol li input#polcarAllOrdine.polcarAllOrdine {
  margin-left: -230px;
  margin-top: -36px; }

#p_p_id_letteredicredito_WAR_webcontocutilitiesportlet_ fieldset ol li.ordineAll label {
  margin-top: -47px;
  margin-left: 603px; }

fieldset ol li input#polcarAll.polcarAll {
  margin-top: -141px;
  margin-left: 585px; }

fieldset ol li input#polcarAllOrdineDi.polcarAllOrdineDi {
  margin-top: -93px;
  margin-left: 766px; }

#p_p_id_letteredicredito_WAR_webcontocutilitiesportlet_ fieldset ol li.notify label {
  margin-left: 33px; }

fieldset ol li input#polcarNotify.polcarNotify {
  width: 30px;
  margin-left: -249px; }

fieldset ol li input#polcarNotifyValore.polcarNotifyValore {
  width: 75em;
  margin-left: 166px; }

fieldset ol li input#perMerceIndirizzata.perMerceIndirizzata {
  width: 820px; }

fieldset ol li input#levttNolo.levttNolo {
  width: 30px;
  margin-left: -240px; }

fieldset ol li input#levttNoloPrepagato.levttNoloPrepagato {
  margin-left: 709px;
  margin-top: -106px; }

fieldset ol li input#levttNoloPagabile.levttNoloPagabile {
  margin-left: -227px;
  margin-top: -65px; }

fieldset ol li input#levttNotify.levttNotify {
  width: 30px;
  margin-left: -249px; }

fieldset ol li input#levttNotifyValore.levttNotifyValore {
  width: 74.5em;
  margin-left: 169px; }

#p_p_id_letteredicredito_WAR_webcontocutilitiesportlet_ fieldset ol li.copie #levttLetteraDi {
  width: 30px;
  margin-left: -295px; }

fieldset ol li.first {
  margin-bottom: 6px;
  display: block;
  width: 100%;
  min-height: 26px;
  position: relative;
  word-spacing: normal;
  float: left; }

fieldset ol li.second {
  width: 12%;
  height: 274px;
  margin-left: 36px; }

.documenti-richiesti-label label {
  /* width: unset !important; */
  display: inline; }

.certificato-di-presa-input {
  margin-left: 174px;
  height: 40px !important;
  width: 76.5%; }

.emesso {
  width: 40%;
  /* margin-left: 40px; */ }

.emesso-input {
  width: 64%;
  margin-left: 8px; }

.last {
  width: 84%; }

.last-input {
  margin-left: 7px;
  height: 50px !important;
  width: 91.1%; }

.altri-rischi-checkbox {
  width: 24px !important;
  margin-left: 64px; }

.altro-input {
  width: 76.5%;
  margin-left: 92px; }

fieldset ol li.third {
  width: 20%;
  margin-left: 29px; }

.originali-input {
  width: 30%;
  margin-left: 6px; }

.altriRischi-input {
  width: 51%;
  margin-left: 12px; }

#p_p_id_listoutcomeletteredicredito_WAR_webcontocutilitiesportlet_ fieldset#section_5 {
  margin: 0 15px 20px 15px;
  padding: 8px;
  display: block!important; }

#p_p_id_listoutcomeletteredicredito_WAR_webcontocutilitiesportlet_ fieldset#section_5 ol {
  margin-left: 2em;
  padding-top: 10px; }

#p_p_id_loadcontent_WAR_webcontocutilitiesportlet_ .portlet-borderless-bar {
  display: none; }

.company-name-invoice-sdd {
  width: 22%; }

.massiveInvoice-sdd-mndtid {
  display: contents; }

.massiveInvoice-sdd-dtOfSgntr {
  display: contents; }

.massiveInvoice-sdd-iban {
  display: contents; }

.massiveInvoice-sdd-instdAmt {
  display: contents; }

.massiveInvoice-sdd-reqdColltnDt {
  display: contents; }

.js-invoice-dtOfSgntr {
  width: 50%; }

.js-invoice-reqdColltnDt {
  width: 50%; }

.massiveInvoice-iban-sdd {
  width: 22%; }

#p_p_id_sepacredittransfersDigitalInvoice_WAR_webcontocpaymentssepaportlet_ #tablePagaFatture table td > li {
  display: block; }

#_slipribareceiptsdigitalinvoice_WAR_webcontocbankreceiptsportlet_table table td li {
  display: block; }

.descriptionReceiptsRibaDigitalInvoice {
  width: 123px; }

#p_p_id_sepacredittransfersDigitalInvoice_WAR_webcontocpaymentssepaportlet_ #section_5 {
  display: block !important;
  margin: 0 15px 20px 15px !important; }

.massiveDCfoot {
  margin: 1em 14px; }

.invoice-amount {
  text-align: right !important; }

.residual-amount {
  text-align: right !important; }

.js-invoice-amount {
  text-align: right; }

.js-invoice-amount-sdd {
  text-align: right; }

form#_usermanager_WAR_webcontocusermanagerportlet_enableCompanyDigitalInvoiceForm fieldset#section_0 div#_usermanager_WAR_webcontocusermanagerportlet_table table.data-table-body tbody td.associa span.modifiable {
  background: url("../images/icons/modificabile.png") no-repeat center;
  border: 0; }

.dispPrimarioCheck {
  margin-left: 23%; }

.dispPrimarioCheckAdmin {
  margin-left: 12.5%; }

#anticipoFattureIframe {
  min-width: 955px;
  border: 0px;
  min-height: 1600px !important; }

.anticipoFattureClass {
  border: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 64em;
  padding: 20px 150px; }

.icon-anticipo-fatture {
  height: 59px;
  text-align: center;
  width: 80px;
  padding-top: 20px;
  display: inline-block;
  background: url("../images/icons/anticipo_fatture.png") no-repeat;
  background-size: 77px; }

.header.sortable {
  display: flex; }

.chequeNumber-width {
  width: 17%; }

.emissionDate-width {
  width: 17%; }

.notes-width {
  width: 20%; }

.chequeState-width {
  width: 25%; }

.amount-width {
  width: 25%; }

#_doconline_WAR_bperonlineportlet_table .row-select {
  width: 2%; }

#_doconline_WAR_bperonlineportlet_table .abiCode {
  width: 4%; }

#_doconline_WAR_bperonlineportlet_table .cabCode {
  width: 4%; }

#_doconline_WAR_bperonlineportlet_table .accountId {
  width: 11%; }

#_doconline_WAR_bperonlineportlet_table .issueDate {
  width: 8%; }

#_doconline_WAR_bperonlineportlet_table .docType {
  width: 9%; }

#_doconline_WAR_bperonlineportlet_table .docName {
  width: 27%; }

#_doconline_WAR_bperonlineportlet_table .docStatus {
  width: 8%; }

#_doconline_WAR_bperonlineportlet_table .pdf {
  width: 27%; }

form#_doconline_WAR_bperonlineportlet_filter fieldset ol li label {
  width: 206px !important; }

#p_p_id_sepainternationalcredittransfer_WAR_webcontocpaymentssepainternationalportlet_ .disabledField {
  opacity: 0.5;
  pointer-events: none; }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: #EEEEEE; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: #EEEEEE; }

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #EEEEEE;
  position: relative; }

.jspDrag {
  background: #CCCCCC;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

/*
 * jQuery UI CSS Framework 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.ui-helper-clearfix {
  display: inline-block; }

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%; }

.ui-helper-clearfix {
  display: block; }

/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
 * jQuery UI CSS Framework 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,Helvetica,sans-serif&fwDefault=bold&fsDefault=12px&cornerRadius=0&bgColorHeader=12985f&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=50&borderColorHeader=12985f&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=12985f&fcContent=000000&iconColorContent=000000&bgColorDefault=f2f5f7&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=100&borderColorDefault=d1d1d1&fcDefault=515151&iconColorDefault=515151&bgColorHover=dde5ea&bgTextureHover=04_highlight_hard.png&bgImgOpacityHover=100&borderColorHover=d1d1d1&fcHover=515151&iconColorHover=515151&bgColorActive=12985f&bgTextureActive=04_highlight_hard.png&bgImgOpacityActive=50&borderColorActive=ffffff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=0
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 12px; }

/* 12px/16px */
.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: inherit;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #AAAAAA;
  background: #ffffff none 50% 50% repeat-x;
  color: #000000; }

.ui-widget-content a {
  color: #000000; }

.ui-widget-header {
  border: 1px solid #AAAAAA;
  background: #AAAAAA none 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold; }

.ui-widget-header a {
  color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d1d1d1;
  background: #f2f5f7 none 50% 50% repeat-x;
  font-weight: bold;
  color: #515151; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #515151;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #d1d1d1;
  background: #dde5ea none 50% 50% repeat-x;
  font-weight: bold;
  color: #515151; }

.ui-state-hover a, .ui-state-hover a:hover {
  color: #515151;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #ffffff;
  background: #AAAAAA none 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

.ui-widget :active {
  outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee none 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec none 50% bottom repeat-x;
  color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(../images/jquery-ui/ui-icons_000000_256x240.png); }

.ui-widget-content .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_000000_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_ffffff_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_515151_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_515151_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_ffffff_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_2e83ff_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-off {
  background-position: -96px -144px; }

.ui-icon-radio-on {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl {
  -moz-border-radius-topleft: 0.416666666666667em;
  -webkit-border-top-left-radius: 0.416666666666667em;
  border-top-left-radius: 0.416666666666667em; }

.ui-corner-tr {
  -moz-border-radius-topright: 0.416666666666667em;
  -webkit-border-top-right-radius: 0.416666666666667em;
  border-top-right-radius: 0.416666666666667em; }

.ui-corner-bl {
  -moz-border-radius-bottomleft: 0.416666666666667em;
  -webkit-border-bottom-left-radius: 0.416666666666667em;
  border-bottom-left-radius: 0.416666666666667em; }

.ui-corner-br {
  -moz-border-radius-bottomright: 0.416666666666667em;
  -webkit-border-bottom-right-radius: 0.416666666666667em;
  border-bottom-right-radius: 0.416666666666667em; }

.ui-corner-top {
  -moz-border-radius-topleft: 0.416666666666667em;
  -webkit-border-top-left-radius: 0.416666666666667em;
  border-top-left-radius: 0.416666666666667em;
  -moz-border-radius-topright: 0.416666666666667em;
  -webkit-border-top-right-radius: 0.416666666666667em;
  border-top-right-radius: 0.416666666666667em; }

.ui-corner-bottom {
  -moz-border-radius-bottomleft: 0.416666666666667em;
  -webkit-border-bottom-left-radius: 0.416666666666667em;
  border-bottom-left-radius: 0.416666666666667em;
  -moz-border-radius-bottomright: 0.416666666666667em;
  -webkit-border-bottom-right-radius: 0.416666666666667em;
  border-bottom-right-radius: 0.416666666666667em; }

.ui-corner-right {
  -moz-border-radius-topright: 0.416666666666667em;
  -webkit-border-top-right-radius: 0.416666666666667em;
  border-top-right-radius: 0.416666666666667em;
  -moz-border-radius-bottomright: 0.416666666666667em;
  -webkit-border-bottom-right-radius: 0.416666666666667em;
  border-bottom-right-radius: 0.416666666666667em; }

.ui-corner-left {
  -moz-border-radius-topleft: 0.416666666666667em;
  -webkit-border-top-left-radius: 0.416666666666667em;
  border-top-left-radius: 0.416666666666667em;
  -moz-border-radius-bottomleft: 0.416666666666667em;
  -webkit-border-bottom-left-radius: 0.416666666666667em;
  border-bottom-left-radius: 0.416666666666667em; }

/* Overlays */
.ui-widget-overlay {
  background: #000000 none 50% 50% repeat-x;
  opacity: .60;
  filter: Alpha(Opacity=60); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa none 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 0.416666666666667em;
  -webkit-border-radius: 0.416666666666667em;
  border-radius: 0.416666666666667em; }

                                                                                                                                                                                                                                                                    /*
* jQuery UI Resizable 1.8.12
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Resizable#theming
*/
.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
  /* http://bugs.jqueryui.com/ticket/7233
   - Resizable: resizable handles fail to work in IE if transparent and content overlaps
  */
  background-image: url(data:); }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

                                                                                      /*
* jQuery UI Selectable 1.8.12
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Selectable#theming
*/
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

/*
 * jQuery UI Accordion 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%; }

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1; }

.ui-accordion .ui-accordion-li-fix {
  display: inline; }

.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important; }

.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em; }

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1; }

.ui-accordion .ui-accordion-content-active {
  display: block; }

/*
 * jQuery UI Autocomplete 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  cursor: default; }

/* workarounds */
* html .ui-autocomplete {
  width: 1px; }

/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.12
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left; }

.ui-menu .ui-menu {
  margin-top: -3px; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1; }

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px; }

/*
 * jQuery UI Button 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible; }

/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2.2em; }

/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em; }

/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/*button sets*/
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px; }

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px; }

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
  overflow-x: hidden; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

/*
 * jQuery UI Slider 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

                                                   /*
* jQuery UI Tabs 1.8.12
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Tabs#theming
*/
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1; }

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer; }

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tabs .ui-tabs-hide {
  display: none !important; }

/*
 * jQuery UI Datepicker 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/ }

/*
* jQuery UI Progressbar 1.8.12
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Progressbar#theming
*/
.ui-progressbar {
  height: 2em;
  text-align: left; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

/*
 * jsTree default theme 1.0
 * Supported features: dots/no-dots, icons/no-icons, focused, loading
 * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
 */
.jstree-default li,
.jstree-default ins {
  background-image: url("../images/jstree/d.png");
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default li {
  background-position: -90px 0;
  background-repeat: repeat-y; }

.jstree-default li.jstree-last {
  background: transparent; }

.jstree-default .jstree-open > ins {
  background-position: -72px 0; }

.jstree-default .jstree-closed > ins {
  background-position: -54px 0; }

.jstree-default .jstree-leaf > ins {
  background-position: -36px 0; }

.jstree-default .jstree-hovered {
  background: #ffffff;
  border: 1px solid #ffffff;
  padding: 0 2px 0 1px; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border: 1px solid #99defd;
  padding: 0 2px 0 1px; }

.jstree-default a .jstree-icon {
  background-position: -56px -19px; }

.jstree-default a.jstree-loading .jstree-icon {
  background: url("../images/jstree/throbber.gif") center center no-repeat !important; }

.jstree-default.jstree-focused {
  background: #ffffff; }

.jstree-default .jstree-no-dots li,
.jstree-default .jstree-no-dots .jstree-leaf > ins {
  background: transparent; }

.jstree-default .jstree-no-dots .jstree-open > ins {
  background-position: -18px 0; }

.jstree-default .jstree-no-dots .jstree-closed > ins {
  background-position: 0 0; }

.jstree-default .jstree-no-icons a .jstree-icon {
  display: none; }

.jstree-default .jstree-search {
  font-style: italic; }

.jstree-default .jstree-no-icons .jstree-checkbox {
  display: inline-block; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default .jstree-checked > a > .jstree-checkbox {
  background-position: -38px -19px; }

.jstree-default .jstree-unchecked > a > .jstree-checkbox {
  background-position: -2px -19px; }

.jstree-default .jstree-undetermined > a > .jstree-checkbox {
  background-position: -20px -19px; }

.jstree-default .jstree-checked > a > .jstree-checkbox:hover {
  background-position: -38px -37px; }

.jstree-default .jstree-unchecked > a > .jstree-checkbox:hover {
  background-position: -2px -37px; }

.jstree-default .jstree-undetermined > a > .jstree-checkbox:hover {
  background-position: -20px -37px; }

#vakata-dragged.jstree-default ins {
  background: transparent !important; }

#vakata-dragged.jstree-default .jstree-ok {
  background: url("../images/jstree/d.png") -2px -53px no-repeat !important; }

#vakata-dragged.jstree-default .jstree-invalid {
  background: url("../images/jstree/d.png") -18px -53px no-repeat !important; }

#jstree-marker.jstree-default {
  background: url("../images/jstree/d.png") -41px -57px no-repeat !important;
  text-indent: -100px; }

.jstree-default a.jstree-search {
  color: aqua; }

.jstree-default .jstree-locked a {
  color: silver;
  cursor: default; }

#vakata-contextmenu.jstree-default-context,
#vakata-contextmenu.jstree-default-context li ul {
  background: #f0f0f0;
  border: 1px solid #979797;
  -moz-box-shadow: 1px 1px 2px #999;
  -webkit-box-shadow: 1px 1px 2px #999;
  box-shadow: 1px 1px 2px #999; }

#vakata-contextmenu.jstree-default-context a {
  color: black; }

#vakata-contextmenu.jstree-default-context a:hover,
#vakata-contextmenu.jstree-default-context .vakata-hover > a {
  padding: 0 5px;
  background: #e8eff7;
  border: 1px solid #aecff7;
  color: black;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

#vakata-contextmenu.jstree-default-context li.jstree-contextmenu-disabled a,
#vakata-contextmenu.jstree-default-context li.jstree-contextmenu-disabled a:hover {
  color: silver;
  background: transparent;
  border: 0;
  padding: 1px 4px; }

#vakata-contextmenu.jstree-default-context li.vakata-separator {
  background: white;
  border-top: 1px solid #e0e0e0;
  margin: 0; }

#vakata-contextmenu.jstree-default-context li ul {
  margin-left: -4px; }

/* IE6 BEGIN */
.jstree-default li,
.jstree-default ins,
#vakata-dragged.jstree-default .jstree-invalid,
#vakata-dragged.jstree-default .jstree-ok,
#jstree-marker.jstree-default {
  _background-image: url("../images/jstree/d.gif"); }

.jstree-default .jstree-open ins {
  _background-position: -72px 0; }

.jstree-default .jstree-closed ins {
  _background-position: -54px 0; }

.jstree-default .jstree-leaf ins {
  _background-position: -36px 0; }

.jstree-default a ins.jstree-icon {
  _background-position: -56px -19px; }

#vakata-contextmenu.jstree-default-context ins {
  _display: none; }

#vakata-contextmenu.jstree-default-context li {
  _zoom: 1; }

.jstree-default .jstree-undetermined a .jstree-checkbox {
  _background-position: -20px -19px; }

.jstree-default .jstree-checked a .jstree-checkbox {
  _background-position: -38px -19px; }

.jstree-default .jstree-unchecked a .jstree-checkbox {
  _background-position: -2px -19px; }

/* IE6 END */
form.f24Insert {
  width: 1200px; }

form.f24Insert FIELDSET OL LI INPUT.radio {
  width: auto;
  border: 0px; }

form.f24Insert FIELDSET OL LI.small {
  width: 30%; }

#detailNewF24Online {
  background-color: #D3ECF5; }

.finances-logo {
  background: url("../images/logos/finanze.gif") no-repeat center center;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-origin: padding-box;
  background-size: auto auto;
  height: 48px;
  width: 177px; }

#detailNewF24Online fieldset {
  background-color: transparent;
  margin-bottom: 1em;
  border-bottom: none;
  border-top: none; }

#detailNewF24Online fieldset legend {
  margin: 0;
  padding: 0.5em 0;
  width: 100%;
  /*	line-height: 2em;
  */
  background-color: #99D5E6;
  color: #FFF;
  border-bottom: none; }

#detailNewF24Online fieldset.finalBalance legend {
  padding: 0 0 5px 0;
  height: initial; }

#detailNewF24Online fieldset legend span {
  padding-left: 3px; }

#detailNewF24Online fieldset ol {
  margin: 0;
  padding: 5px 0 5px 0; }

#detailNewF24Online fieldset ol li {
  line-height: normal;
  min-height: inherit;
  border: 0px;
  width: auto;
  min-height: 3em; }

#detailNewF24Online table.f24-data-table-header {
  width: 100%;
  background: #FFF; }

#detailNewF24Online table.f24-data-table-header .f24-title {
  color: #000;
  font-size: 1.5em;
  font-weight: bold; }

#detailNewF24Online .bluebackgroud {
  background: #D3ECF5;
  width: 130px;
  height: 2em; }

#detailNewF24Online table.f24-data-table-header-rightPart .righttextalign {
  text-align: right;
  padding-right: 10px; }

#detailNewF24Online .smallestwidth {
  width: 65px; }

#detailNewF24Online td {
  margin: 0;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 0px;
  line-height: normal;
  height: auto; }

#detailNewF24Online thead {
  /*	background :#EEE;
  */ }

#detailNewF24Online tbody {
  /*	background :#CCC;
  */ }

#detailNewF24Online tfoot {
  /*	background :#C5C5C5;
  */ }

#detailNewF24Online thead th {
  color: #000;
  font-size: 0.8em;
  line-height: normal;
  vertical-align: top;
  border-bottom: none;
  height: auto; }

#detailNewF24Online fieldset ol li.table table th {
  border-bottom: none; }

#detailNewF24Online fieldset ol li.table table th.largetaxcode {
  width: auto; }

#detailNewF24Online .blue-calc-ligne {
  height: 2px;
  background: #28B8D2; }

#detailNewF24Online .f24-data-table .saldo {
  float: right;
  text-align: left;
  white-space: nowrap; }

#detailNewF24Online td.pick-zone {
  white-space: nowrap; }

/*********************************/
#detailNewF24Online li.smallTitle {
  width: 20%; }

#detailNewF24Online li.payerSurname, #detailNewF24Online li.payerName, #detailNewF24Online li.birthDate, #detailNewF24Online li.payerBirthCounty, #detailNewF24Online li.birthProvince, #detailNewF24Online li.residenceCounty, #detailNewF24Online li.residenceProvince, #detailNewF24Online li.residenceAddress, #detailNewF24Online li.secondTaxId, #detailNewF24Online li.identificationCode {
  width: auto; }

#detailNewF24Online li.payerSurname {
  margin-right: 15px; }

#detailNewF24Online li.mediumTitle {
  height: 3.1em; }

#detailNewF24Online li.birthDate {
  margin-left: 20%;
  margin-right: 3px; }

#detailNewF24Online li.sex, #detailNewF24Online li.payerBirthCounty, #detailNewF24Online li.residenceCounty, #detailNewF24Online li.residenceProvince, #detailNewF24Online li.secondTaxId {
  margin-right: 3px; }

#detailNewF24Online li.debtorsTaxIdTitle.title {
  padding-right: 10px;
  padding-left: 0px;
  width: 19%;
  color: #000;
  font-weight: bold; }

#detailNewF24Online li.officeCode, #detailNewF24Online li.interMediumTitle {
  width: auto; }

#detailNewF24Online li.interMediumTitle {
  padding-right: 3px;
  padding-left: 3px; }

#detailNewF24Online li.inlineTitle {
  width: 200px !important; }

/*********************************/
#detailNewF24Online input, #detailNewF24Online select {
  border: 1px solid #DDD;
  padding: 2px 3px;
  margin: 0 0 2px 0;
  color: #000; }

#detailNewF24Online input.checkbox, #detailNewF24Online input.radio {
  margin: 0 3px 2px 0;
  padding: 0;
  border: none; }

#detailNewF24Online select {
  /*	 padding: 0;
  */
  /* height: auto;*/ }

#detailNewF24Online label {
  margin-right: 3px;
  vertical-align: middle; }

#detailNewF24Online fieldset.taxpayer ol {
  padding: 10px; }

#detailNewF24Online fieldset.taxpayer ol li label {
  width: 175px; }

#detailNewF24Online fieldset.taxpayer ol li.taxId label {
  width: 183px;
  max-width: none; }

#detailNewF24Online fieldset.taxpayer ol li.taxId {
  width: 700px;
  margin-right: 0px; }

#detailNewF24Online input.sign {
  width: 11px;
  padding-left: 0;
  padding-right: 0; }

#detailNewF24Online input.little, #detailNewF24Online select.little {
  width: 7em; }

#detailNewF24Online li.taxId input {
  width: 22em; }

#detailNewF24Online li.taxYear input {
  float: right;
  margin-right: 10px; }

#detailNewF24Online li.payerSurname input {
  width: 30em; }

#detailNewF24Online li.payerName input {
  width: 29em; }

#detailNewF24Online li.payerBirthCounty input {
  width: 41.2em; }

#detailNewF24Online li.residenceCounty input {
  width: 28em; }

#detailNewF24Online li.residenceAddress input {
  width: 314px; }

#detailNewF24Online li.secondTaxId input {
  width: 22em; }

#detailNewF24Online fieldset.finalBalance li {
  float: right;
  white-space: nowrap;
  width: auto; }

#detailNewF24Online fieldset.finalBalance label {
  margin-top: 5px;
  width: auto; }

#detailNewF24Online fieldset ol li.contoAdd {
  padding-left: 0px;
  width: 100%; }

#detailNewF24Online fieldset ol li.contoAdd label {
  max-width: initial;
  width: auto;
  padding-left: 10px; }

/*PAYMENT DETAIL**************************************/
#detailNewF24Online fieldset.paymentDetailsTag li {
  padding-top: 5px;
  padding-left: 10px; }

#detailNewF24Online fieldset.paymentDetailsTag li label {
  /*vertical-align: middle;*/
  /*padding-left: 5px;*/ }

#detailNewF24Online li.payerTypeFlag, #detailNewF24Online li.bankId, #detailNewF24Online li.accountId, #detailNewF24Online li.title, #detailNewF24Online li.printReceiver {
  padding-left: 10px; }

#detailNewF24Online li.accountId {
  width: 408px;
  padding-right: 10px; }

#detailNewF24Online li.iban input {
  width: 180px; }

#detailNewF24Online li.iban label {
  padding-top: 5px;
  width: auto; }

#detailNewF24Online fieldset.paymentDetailsTag.insert li h4 {
  width: 100%; }

#detailNewF24Online fieldset.paymentDetailsTag.insert li.accountId {
  width: auto;
  margin-right: 10px; }

#detailNewF24Online fieldset.paymentDetailsTag.insert li.payer.iban {
  min-width: 50%; }

/***************************************/
#detailNewF24Online .erario-title-table {
  color: #000;
  font-weight: bold; }

#detailNewF24Online .upperTitle label, #detailNewF24Online .table .upperTitle {
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  /*padding-left: 10px;*/
  text-align: left;
  text-transform: uppercase; }

#detailNewF24Online li.taxYear label {
  float: right;
  margin-top: 0;
  font-size: 10px; }

#detailNewF24Online .aboveTitle label {
  display: inline;
  margin-left: 0;
  width: auto;
  max-width: 26em;
  font-size: 10px; }

#detailNewF24Online .boldtext {
  font-weight: bold;
  color: #000; }

#detailNewF24Online h4 {
  /*margin-left: 10px;*/ }

#detailNewF24Online table.f24-data-table {
  border-spacing: 1px;
  border-collapse: separate;
  /*background: #CCC;*/
  width: 930px; }

#detailNewF24Online li.sex {
  width: 76px; }

#detailNewF24Online li.sex span input {
  width: 50px; }

#detailNewF24Online li.identificationCode span input {
  width: 360px; }

#detailNewF24Online li span.custom-combobox input {
  padding-top: 2px;
  /*padding-bottom: 3px;*/
  font-weight: bold; }

#detailNewF24Online fieldset.paymentDetailsTag ol li.bankId label {
  padding-top: 4px;
  width: auto;
  vertical-align: top; }

#detailNewF24Online fieldset.paymentDetailsTag ol li.payer.full.bankId span,
#detailNewF24Online fieldset.paymentDetailsTag ol li.payer.iban span {
  display: inline-block;
  /*padding-top: 4px;*/
  vertical-align: bottom; }

#detailNewF24Online fieldset.paymentDetailsTag ol li.payer.full.bankId {
  min-width: 50%; }

#detailNewF24Online li.bankId span.custom-combobox input {
  width: 315px; }

#detailNewF24Online fieldset.paymentDetailsTag ol li.full {
  /*width: 100%;*/ }

#detailNewF24Online fieldset.paymentDetailsTag ol li.payer.full.bankId select {
  width: 336px; }

#detailNewF24Online fieldset.paymentDetailsTag ol li.payerTypeFlag label {
  margin-right: 18px;
  width: auto;
  vertical-align: middle; }

#detailNewF24Online fieldset.paymentDetailsTag ol li.accountId span input {
  width: 240px; }

#detailNewF24Online fieldset ol li.tiny label {
  min-width: 80px;
  width: auto !important;
  /* fix #26947 */ }

/*** F24 DETAIL ***/
#detailNewF24Online.F24detail,
#detailNewF24Online.F24detail fieldset,
#detailNewF24Online.F24detail fieldset ol,
#detailNewF24Online.F24detail fieldset ol li,
#detailNewF24Online.F24detail fieldset ol li span {
  color: #000; }

#detailNewF24Online.F24detail fieldset ol {
  padding: 10px; }

#detailNewF24Online.F24detail fieldset.balanceDetailSection ol {
  padding: inherit; }

#detailNewF24Online.F24detail fieldset.balanceDetailSection ol legend {
  margin: 0;
  padding: 0;
  width: inherit;
  text-align: right; }

#detailNewF24Online.F24detail fieldset.balanceDetailSection ol legend span {
  margin: 0;
  padding: 5px;
  width: 928px;
  display: block; }

#detailNewF24Online.F24detail fieldset ol li {
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
  float: left;
  display: inline-block;
  line-height: inherit;
  border: 0px;
  width: auto;
  min-height: 5em; }

#detailNewF24Online.F24detail fieldset.contributor ol li,
#detailNewF24Online.F24detail fieldset.paymentsdetail ol li {
  margin-right: 10px; }

#detailNewF24Online.F24detail fieldset ol li.taxId {
  width: 500px; }

#detailNewF24Online.F24detail fieldset ol li.upperTitle.smallTitle.unosei {
  clear: left; }

#detailNewF24Online.F24detail fieldset ol li.payerSurname,
#detailNewF24Online.F24detail fieldset ol li.residenceCity,
#detailNewF24Online.F24detail fieldset ol li.fiscalCode,
#detailNewF24Online.F24detail fieldset ol li.codId {
  min-width: 240px; }

#detailNewF24Online.F24detail fieldset ol li.bornDate,
#detailNewF24Online.F24detail fieldset ol li.residenceDistrict {
  width: 200px; }

#detailNewF24Online.F24detail fieldset ol li.payerBirthCounty {
  width: 300px; }

#detailNewF24Online.F24detail fieldset ol li.fiscalCodeSubSection {
  clear: left;
  width: 150px; }

/*****************************************************************************************************/
#detailNewF24Online.F24detail fieldset ol li label {
  margin: 0;
  padding: 0;
  float: left;
  display: inline-block;
  width: 100%!important;
  font-size: inherit; }

#detailNewF24Online.F24detail fieldset ol li.upperTitle label {
  width: 150px; }

#detailNewF24Online.F24detail fieldset ol li.upperTitle.taxId label {
  margin-right: 10px; }

#detailNewF24Online.F24detail fieldset ol li.aboveTitle.residenceAddress label {
  margin-top: 0px;
  clear: both;
  display: block; }

#detailNewF24Online.F24detail fieldset.paymentsdetail li.upperTitle.huge label {
  width: 100%; }

#detailNewF24Online.F24detail fieldset.paymentsdetail li.contoAdd label {
  width: auto; }

/*****************************************************************************************************/
#detailNewF24Online.F24detail fieldset ol li span {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: inherit;
  max-width: inherit;
  vertical-align: middle;
  font-weight: bold; }

#detailNewF24Online.F24detail fieldset ol li.taxId span {
  width: auto; }

#detailNewF24Online.F24detail fieldset ol li.sex span,
#detailNewF24Online.F24detail fieldset ol li.bornDistrict span {
  display: block;
  text-align: center; }

/*****************************************************************************************************/
#detailNewF24Online.F24detail fieldset.treasurySection .data-table {
  padding: 10px; }

#detailNewF24Online.F24detail fieldset.treasurySection .data-table td,
#detailNewF24Online.F24detail fieldset.treasurySection .data-table th {
  text-align: center; }

#detailNewF24Online.F24detail fieldset.treasurySection .data-table th {
  padding-bottom: 10px; }

#detailNewF24Online.F24detail fieldset.treasurySection .data-table table.f24-data-table {
  width: 100%; }

#detailNewF24Online.F24detail fieldset.treasurySection .data-table table.f24-data-table tfoot .f24-field-data {
  text-align: right; }

#detailNewF24Online.F24detail fieldset.balanceDetailSection ol li.delegationBalance {
  padding: 5px;
  float: right; }

#detailNewF24Online.F24detail fieldset.balanceDetailSection ol li.upperTitle.huge.delegationBalance label {
  margin-right: 5px;
  width: auto!important; }

#detailNewF24Online.F24detail fieldset.balanceDetailSection ol li.delegationBalance span {
  float: right;
  display: block;
  width: auto;
  font-weight: bold; }

#detailNewF24Online input.error,
#detailNewF24Online select.error,
#detailNewF24Online textarea.error {
  border-color: #C00; }

#detailNewF24Online .identificationCode span.custom-combobox input.custom-combobox-input,
#detailNewF24Online .identificationCode span.custom-combobox a.custom-combobox-toggle,
#detailNewF24Online .payer.bankId span.custom-combobox input.custom-combobox-input,
#detailNewF24Online .payer.bankId span.custom-combobox a.custom-combobox-toggle,
#detailNewF24Online .payer.accountId span.custom-combobox input.custom-combobox-input,
#detailNewF24Online .payer.accountId span.custom-combobox a.custom-combobox-toggle {
  /*padding: 4px 3px;*/ }

#detailNewF24Online .identificationCode span.custom-combobox input.custom-combobox-input,
#detailNewF24Online .payer.bankId span.custom-combobox input.custom-combobox-input,
#detailNewF24Online .payer.accountId span.custom-combobox input.custom-combobox-input {
  border-right: 0; }

#detailNewF24Online .identificationCode span.custom-combobox a.custom-combobox-toggle,
#detailNewF24Online .payer.bankId span.custom-combobox a.custom-combobox-toggle,
#detailNewF24Online .payer.accountId span.custom-combobox a.custom-combobox-toggle {
  margin-top: 0px;
  border-left: none; }

#detailNewF24Online.F24detail fieldset.paymentsdetail ol li {
  font-size: 15px!important; }

td table .f24-field-data {
  text-align: left!important; }

td.textLeft {
  text-align: left!important; }

#detailNewF24Online.F24detail fieldset.treasurySection .data-table {
  padding: 10px;
  background: transparent; }

/*HELP*************************************************************************************************************/
/*.help {
	margin-right: 20px;
	text-align: right;
	overflow: hidden;
}*/
.help_container {
  margin: 15px;
  padding: 50px 0px 20px 0px;
  font-size: 11px;
  text-align: justify;
  line-height: 1.5em;
  color: #666;
  background: url("../images/logos/logo_bper.png") no-repeat right top; }

.help_container strong {
  color: #000; }

.help_container h3 {
  margin: 0 0 10px 0;
  padding: 20px 0 5px 0;
  width: 100%;
  color: #62B041;
  font-weight: bold;
  border-top: 2px solid #62B041;
  overflow: hidden; }

.help_container h4 {
  color: #000;
  font-size: 12px;
  margin-bottom: 10px; }

.help_container ul {
  margin-left: 20px; }

.help_container ul li {
  margin-bottom: 10px; }

.help_container table, .help_container td {
  border: 1px solid black; }

.ABI05387 .logo {
  display: block;
  width: 100px;
  height: 44px;
  background: url("../images/color_schemes/logo_bper.png") no-repeat top left; }

.ABI01015 .logo {
  display: block;
  width: 180px;
  height: 44px;
  background: url("../images/color_schemes/logo_bcosardegna.png") no-repeat top left; }

.ABI01015 .logo-footer {
  display: block;
  width: 180px;
  height: 50px;
  background: url("../images/color_schemes/logo_bcosardegna.png") no-repeat top left !important; }

.ABI05676 .logo {
  display: block;
  height: 400px;
  width: 180px;
  background-image: url("../images/color_schemes/logo_bcasassari.png") no-repeat top left; }

.ABI05676 .logo-footer {
  display: block;
  width: 180px;
  height: 50px;
  background-image: url("../images/color_schemes/logo_bcasassari.png") no-repeat top left !important; }

.ABI06095 .logo {
  display: block;
  width: 260px;
  height: 58px;
  background: url("../images/color_schemes/logo_crbra.png") no-repeat top left; }

.ABI06095 .logo-footer {
  display: block;
  width: 190px;
  height: 58px;
  background: url("../images/color_schemes/logo_crbra.png") no-repeat top left !important; }

.ABI06095 .logo-menu {
  padding: 26px 0 0 0!important; }

.ABI06095 .secondary-menu {
  margin: 26px 0 0 0!important; }

span.custom-combobox > input.custom-combobox-input,
span.custom-combobox > a.custom-combobox-toggle {
  height: 12px;
  background-color: #fff; }

span.custom-combobox > input.custom-combobox-input {
  padding: 5px 6px;
  border-right: none;
  width: 22.4em;
  font-weight: bold; }

span.custom-combobox > a.custom-combobox-toggle {
  position: absolute;
  padding: 5px 4px;
  width: auto;
  border-left: none; }

.monosia span.custom-combobox > input.custom-combobox-input,
.monosia span.custom-combobox > a.custom-combobox-toggle {
  height: 34px;
  background-color: #fff; }

.monosia span.custom-combobox > input.custom-combobox-input {
  padding: 0;
  border-right: none;
  border-top: none;
  border-left: none;
  border-bottom: 4px solid #0B6368;
  width: 270px;
  font-weight: bold;
  color: #0B6368;
  font-family: Kievit;
  font-size: 18px;
  font-weight: 500;
  line-height: 19px; }

.monosia span.custom-combobox > input.custom-combobox-input:active, .monosia span.custom-combobox > input.custom-combobox-input:focus {
  outline: none!important; }

.monosia li {
  list-style: none;
  margin: 0;
  padding: 0; }

.monosia span.custom-combobox > a.custom-combobox-toggle {
  position: absolute;
  padding: 0;
  width: auto;
  border-right: none;
  border-top: none;
  border-left: none;
  border-bottom: 4px solid #0B6368;
  width: 26px; }

ul.ui-autocomplete.ui-menu {
  max-height: 300px;
  overflow-y: auto;
  margin-top: 20px!important;
  background: #fff;
  max-width: 280px !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01), 0 10px 20px 0 #eeeeee;
  border: 1px  solid #eee; }

ul.ui-autocomplete.ui-menu .ui-menu-item {
  margin: 0px;
  font-weight: bold;
  font-weight: 500;
  color: #555;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #eee!important;
  margin: 0  5px 0 5px;
  max-width: 98% !important; }

ul.ui-autocomplete.ui-menu .ui-menu-item:last-child {
  border: none !important; }

ul.ui-autocomplete.ui-menu > li.ui-menu-item.ui-state-focus {
  background: none!important;
  color: #EA852C;
  cursor: pointer;
  border-left: none!important;
  border-right: none!important;
  border-top: none!important;
  border-bottom: 1px solid #eee!important; }

.monosia .ui-button-text {
  display: none; }

.ABI06295 .logo {
  display: block;
  width: 141px;
  height: 80px;
  background: url("../images/color_schemes/logo_crsaluzzo.png") no-repeat top left; }

.ABI06295 .logo-footer {
  display: block;
  width: 180px;
  height: 80px;
  background: url("../images/color_schemes/logo_crsaluzzo.png") no-repeat top left; }

.ABI06295 .logo-menu {
  padding: 5px 0 0 0!important; }

.ABI06295 .secondary-menu {
  margin: 35px 0 0 0!important; }

body {
  font-family: kievit, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #5F5F65;
  margin: 0;
  padding: 0;
  font-variant-numeric: lining-nums;
  -webkit-font-feature-settings: 'lnum' 1;
  font-feature-settings: 'lnum' 1; }

.hidden {
  display: none !important; }

.logo {
  display: block;
  width: 100px;
  height: 44px;
  background: url("../images/logos/Logo_BPER.svg") no-repeat top left; }

.cbi {
  display: block;
  width: 84px;
  height: 61px;
  background: url("../images/logos/CBI.svg") no-repeat top left;
  margin-left: 25px; }

.cbill {
  display: block;
  width: 132px;
  height: 62px;
  background: url("../images/logos/CBILL.svg") no-repeat top left; }

.logo-footer {
  display: block;
  width: 100px;
  height: 50px;
  background: url("../images/logos/logoBper_w.png") no-repeat top left; }

.side-bar {
  display: none; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.container-fluid {
  max-width: none !important;
  margin: auto !important;
  padding: 0 40px 0 40px; }

header {
  height: 145px;
  min-width: 1245px !important;
  box-shadow: 0 2px 12px 0 rgba(69, 69, 69, 0.06); }

.col {
  float: left; }

.logo-menu {
  padding: 40px 0 0 0; }

.row::after {
  content: "";
  display: table;
  clear: both; }

.col11 {
  width: 73.33333333333333%; }

.col15 {
  width: 100%; }

.col4 {
  width: 26.66666667%; }

.col9 {
  width: 60%; }

.col6 {
  width: 40%; }

.col2 {
  width: 13.33333333333333%; }

.col13 {
  width: 86.66666666666667%; }

.col3 {
  width: 20%; }

.col7 {
  width: 50%; }

.col5 {
  width: 33.33333333333333%; }

.secondary-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

.secondary-menu li {
  display: inline-block;
  font-size: 26px; }

.secondary-menu li a {
  color: #0b6368;
  text-decoration: none;
  margin: 0 20px 0 20px; }

.secondary-menu li a:hover {
  color: #ea852c;
  text-decoration: none; }

.nav {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  float: left;
  display: block;
  padding-top: 9px;
  /* aumentata distanza tra logo e home */ }

.nav > li > a {
  color: #0B6368;
  font-family: Kievit;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  padding: 20px;
  padding-bottom: 11px;
  /* diminuita distanza tra home e barra on hover */
  text-decoration: none;
  letter-spacing: 1px; }

.nav > li > a:hover {
  color: #ea852c; }

.nav > li > a:focus {
  border-bottom: 4px solid #0B6368;
  text-decoration: none; }

.dropdown-menu {
  display: none; }

.dropdown-menu {
  list-style: none;
  position: absolute;
  left: 0;
  top: 145px;
  width: 100%;
  max-width: none !important;
  min-width: 1245px !important;
  margin: 0 !important;
  background: rgba(11, 88, 104, 0.85);
  padding: 40px !important;
  font-size: 1em;
  letter-spacing: 2px;
  box-sizing: border-box;
  z-index: 9999999999999999999; }

.dropdown-mega {
  display: none; }

.dropdown-menu > li > div > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 20px; }

.dropdown-menu > li > div > ul > li {
  margin-bottom: 30px; }

.dropdown-menu > li > div > ul > li > a {
  color: #FFFFFF;
  font-family: Kievit;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 18px;
  text-decoration: none; }

.dropdown-menu > li > div > ul > li > a:hover {
  color: #EA852C; }

.level-3 {
  display: block;
  width: 100%;
  background: rgba(11, 88, 104, 0.85);
  margin: 0;
  padding: 1em 0;
  font-size: 1em;
  letter-spacing: 2px;
  min-width: 1245px !important;
  position: absolute;
  top: 145px;
  left: 0;
  display: none;
  z-index: 999;
  color: #fff;
  font-weight: normal;
  z-index: 9999999999999999999; }

.level-3 h2 {
  margin: 0 0 1em 0;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #a3ced1;
  font-size: 1.3em; }

.level-3 a, .level-3 a:visited, .level-3 a:link {
  color: #fff;
  text-decoration: none; }

.level-3 a:hover {
  color: #EA852C;
  text-decoration: none; }

.container {
  width: 1200px;
  margin: auto;
  margin-top: 30px; }

h1.big-title {
  color: #0B6368;
  font-family: Kievit;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 38px;
  padding: 0;
  margin: 0; }

.last-acces {
  opacity: 0.5;
  color: #5F5F65;
  font-family: sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px; }

.portlet-widget {
  margin: 0 15px 20px 15px;
  padding: 25px 0 0 0;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01), 0 10px 20px 0 #eeeeee;
  height: 419px;
  color: #5F5F65;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px; }

fieldset {
  margin: 0 15px 20px 15px;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01), 0 10px 20px 0 #eeeeee;
  font-size: 11px;
  color: #5F5F65;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  border: none; }

.data-table a, .data-table a:link, .data-table a:visited {
  color: #1CB880;
  text-decoration: none !important; }

.title-portlet {
  color: #0B6368;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 31px;
  margin: 0px !important; }

.title-portlet a, .title-portlet a:link, .title-portlet a:visited {
  color: #0B6368;
  font-size: 13px;
  margin: 0px !important;
  text-decoration: none;
  vertical-align: middle; }

.title-portlet a:hover {
  color: #ea852c;
  font-size: 13px;
  margin: 0px !important; }

.data-table a:hover {
  color: #EA852C;
  text-decoration: none; }

fieldset legend {
  position: relative !important; }

fieldset ol li label {
  margin: 0 10px 0 0px;
  width: 200px !important;
  max-width: 16em;
  /* 160px/10px */
  zoom: 1;
  display: -moz-inline-stack;
  /* Firefox 2 */
  display: inline-block;
  *display: inline;
  vertical-align: top; }

.portlet-widget h1 {
  margin: 0 0 25px 0;
  padding: 0 0 0 20px;
  color: #0B6368;
  font-family: Kievit;
  font-size: 28px;
  line-height: 31px;
  font-weight: normal; }

#manual-bper-cbi {
  height: 187px; }

#manual-anticipo-fatture {
  height: 182px; }

#manual-elenco-tutorial {
  height: 414px; }

.body-widget {
  height: 290px;
  overflow: auto; }

.footer-widget {
  margin-top: 25px; }

.body-widget::-webkit-scrollbar-track {
  border-radius: 10.5px;
  background-color: #fff; }

.body-widget::-webkit-scrollbar {
  width: 8px; }

.body-widget::-webkit-scrollbar-thumb {
  border-radius: 10.5px;
  background-color: rgba(11, 88, 104, 0.3); }

.table-home tablem, .data-table table {
  width: 100%;
  border: none !important;
  border-spacing: 0px; }

.table-home table th {
  color: #0B6368!important;
  font-family: Kievit!important;
  font-size: 12px!important;
  font-weight: 500!important;
  line-height: 13px!important;
  text-align: left!important;
  padding-left: 20px!important; }

.data-table table th {
  color: #0B6368;
  font-family: Kievit;
  font-size: 12px;
  font-weight: 500;
  line-height: 13px;
  text-align: left;
  padding: 20px 5px 20px 5px; }

.data-table .visibility {
  width: 5%;
  text-align: center; }

.data-table .check {
  width: 5%;
  text-align: center; }

.table-home table td {
  color: #5F5F65!important;
  font-size: 16px!important;
  font-weight: 300!important;
  line-height: 18px!important;
  padding: 19px!important; }

.data-table table td {
  color: #5F5F65;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  padding: 5px; }

.table-responsive {
  height: 290px;
  overflow: auto; }

.table-home table tr:nth-child(even), .data-table table tr:nth-child(even) {
  background-color: rgba(216, 216, 216, 0.1); }

.table-home table tr:nth-child(odd), .data-tablee table tr:nth-child(odd) {
  background: #FFF; }

.text-padding {
  padding: 0 20px 0 20px; }

.body-widget a, .body-widget a:link, .body-widget a:visited {
  color: #1CB880;
  text-decoration: none; }

.body-widget a:hover {
  color: #EA852C;
  text-decoration: none; }

.size80 {
  font-size: 80px;
  color: #E4E4E4; }

.btn {
  padding: 11px 42px;
  border-radius: 20px;
  background: #5F5F65;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center; }

.btn-default, .btn-default:link, .btn-default:visited {
  background-color: #1CB880;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01), 1px 4px 9px 0 rgba(13, 116, 79, 0.3); }

.btn-default:hover {
  /* bottone primario */
  background-color: #ea852c;
  box-shadow: none;
  color: #fff; }

.disable {
  opacity: 0.6; }

.disable:hover {
  opacity: 0.6;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01), 1px 4px 9px 0 rgba(13, 116, 79, 0.3) !important;
  color: #FFF !important;
  cursor: not-allowed; }

.utilities {
  background-color: #E4E4E4;
  padding: 20px 0 20px 0;
  color: #0B6368;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 0px;
  text-align: center;
  vertical-align: middle; }

.container-footer {
  width: 1200px;
  margin: auto; }

.container-footer a, .container-footer a:link, .container-footer a:visited {
  color: #0b6368;
  text-decoration: none; }

.container-footer a:hover {
  color: #ea852c;
  text-decoration: none; }

.utilities .icon {
  vertical-align: middle;
  font-size: 36px; }

.utilities .text-icon {
  vertical-align: middle;
  font-family: kievit, Helvetica, Arial, sans-serif; }

.container-fluid-footer {
  max-width: none !important;
  min-width: 1245px !important; }

.footer-left {
  background-color: #0B6368;
  height: 128px;
  padding: 40px 0 40px 0; }

.footer-right {
  background-color: #075254;
  height: 128px;
  padding: 40px 0 40px 0; }

.margi-left-40 {
  margin-left: 40px; }

.margi-right-40 {
  margin-right: 40px; }

.footer-left p, .footer-right p {
  margin-bottom: 26px; }

.footer-left a, .footer-right a, .footer-left a:visited, .footer-right a:visited,
.footer-left a:link, .footer-right a:link {
  color: #FFF;
  text-decoration: none; }

.footer-left a:hover, .footer-right a:hover {
  color: #EA852C; }

.footer-info {
  padding: 11px 0 11px 0;
  box-shadow: 0 2px 12px 0 rgba(69, 69, 69, 0.06); }

.footer-info .vertical-middle {
  padding-top: 20px; }

.footer-info a, .footer-info a:visited, .footer-info a:link {
  color: #1CB880;
  text-decoration: none; }

.footer-info a:hover {
  color: #EA852C; }

#ajax-loading {
  font-size: 0.625em;
  /* 10px/16px */
  width: 20.833333333333333%;
  max-width: 300px;
  height: 15em;
  border: 1px solid #AAA;
  background: #fff;
  color: #666;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -5em;
  margin-left: -10.417%;
  display: none;
  border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  -webkit-border-radius: 0.6em;
  z-index: 9999; }

#ajax-loading .spinner {
  display: block;
  margin: 1em auto;
  width: 32%;
  /* 64px/200px */
  height: 10em;
  /* 64px/10px */
  background: url("../images/bg/loader.gif") no-repeat center center transparent; }

#ajax-loading-home {
  font-size: .625em;
  width: 20.833333333333333%;
  height: 10em;
  border: 1px solid #AAA;
  background: #fff;
  color: #666;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

#ajax-loading-home .spinner {
  display: block;
  margin: 1em auto;
  width: 55%;
  height: 6.4em;
  background: url("../images/bg/loader.gif") no-repeat center center transparent;
  background-size: cover; }

.ie8 #ajax-loading-home {
  height: 11em; }

.ie8 #ajax-loading-home .spinner {
  width: 100%;
  height: 9em;
  margin-top: 0px;
  margin-bottom: 0.3em; }

.tabs {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none; }

.tabs > li {
  float: left;
  display: block;
  margin-bottom: 20px; }

.tabs > li > a {
  color: #0B6368;
  font-family: Kievit;
  font-size: 16px;
  line-height: 18px;
  padding: 20px 20px 11px 20px;
  text-decoration: none;
  letter-spacing: 2px; }

.tabs > li > a:hover {
  text-decoration: none;
  color: #ea852c; }

#tabs ul > li a h4:hover {
  color: #ea852c; }

.tabs .active span {
  border-bottom: 4px solid #0B6368 !important;
  text-decoration: none !important;
  color: #0B6368 !important;
  color: #0B6368;
  font-family: Kievit;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  padding: 20px 20px 11px 20px;
  text-decoration: none;
  letter-spacing: 2px; }

/*------*/
#tabs ul {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none; }

#tabs ul > li {
  float: left;
  display: block;
  margin: 0px 20px 20px 20px; }

#tabs ul > li a {
  color: #0B6368;
  font-family: Kievit;
  font-size: 16px;
  line-height: 18px;
  padding: 20px 20px 11px 20px;
  text-decoration: none;
  letter-spacing: 2px; }

#tabs ul > li a:hover {
  color: #ea852a;
  text-decoration: none; }

#tabs ul .active {
  border-bottom: 4px solid #0b6368!important;
  text-decoration: none!important;
  color: #0b6368!important;
  color: #0b6368;
  font-family: Kievit;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  padding: 5px 20px 11px 20px;
  text-decoration: none;
  letter-spacing: 2px; }

#tabs ul::after {
  content: "";
  display: table;
  clear: both; }

ol.breadcrumbs li {
  display: inline;
  width: auto;
  color: #0B6368;
  font-weight: 500;
  padding-top: 17px;
  padding-left: 5px;
  letter-spacing: 2px; }

ol.breadcrumbs li div.help {
  display: none; }

ol.breadcrumbs li.titlePage {
  font-weight: bold !important; }

ol.breadcrumbs li a {
  color: #333333;
  text-decoration: none; }

fieldset legend {
  margin: 0 0 6px 0;
  padding: 1em 0;
  width: 100%;
  background-color: #0B6368; }

fieldset legend span, fieldset legend h3 {
  margin-left: 10px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px; }

fieldset ol li.huge .col30 {
  width: 25%; }

fieldset ol li.huge .col13 {
  width: 25%; }

.margin-15 {
  margin: 0 15px 0 15px; }

/*inizio nicola*/
.button-bar a.cancel span, .button-bar a.clear span {
  background-color: #fff;
  border: 2px solid #1cb880;
  color: #1cb880;
  box-shadow: none!important; }

.button-bar a.cancel:hover span, .button-bar a.clear:hover span {
  background-color: #fff;
  border: 2px solid #ea852c;
  color: #ea852c;
  box-shadow: none!important; }

div.no-results {
  padding-top: 20px; }

.secondary-menu li div {
  color: #0b6368;
  margin: 0 20px 0 20px;
  text-decoration: none; }

.secondary-menu li div:hover {
  color: #ea852c; }

.dropdown {
  display: inline-block;
  position: relative; }

.dropdwonsecondary {
  cursor: pointer; }

.dropdown-content {
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(69, 69, 69, 0.1);
  display: none;
  height: 106.45px;
  position: fixed;
  transform: translate(-54%, 0) !important;
  z-index: 1; }

.dropdown-content a {
  color: black;
  display: block;
  font-size: 16px;
  padding: 16px 0 16px 0;
  text-align: left;
  text-decoration: none; }

i.icon-thick {
  padding-left: 36px; }

hr {
  background-color: rgba(216, 216, 216, 0.33);
  border: none;
  border-radius: 0.5px;
  height: 1px;
  margin-bottom: 0px;
  margin-top: 0px;
  width: 103px; }

hr.vertical-hr {
  margin: 0 20px 0 20px;
  display: inline-block;
  width: 2px;
  height: 24px; }

/*fine nicola*/
.pattichiari {
  width: 109px;
  height: 50px;
  display: block;
  background: rgba(0, 0, 0, 0) url(../images/logos/paggi_chiari.png) no-repeat top left; }

.monosia .ui-state-default .ui-icon {
  background: url("../images/icons/carret_down.png");
  width: 26px;
  height: 26px !important;
  top: 15px; }

/*inizio Fabrizio*/
.no-margin-top {
  margin-top: 0px !important; }

#descFooter span {
  float: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  text-align: justify; }

#descFooter a {
  color: #1cb880 !important;
  font-family: Kievit !important;
  text-decoration: none !important; }

#descFooter a:hover {
  color: #ea852c !important; }

/*fine Fabrizio*/
.useridentification {
  color: #0B6368; }

.margin-top-footer {
  margin-top: 35px; }

.foot-notes {
  margin: 0 15px 20px 15px; }

.pagination-links {
  width: 100%;
  margin: 20px auto; }

.data-table .data-table-bottom .pagination-links span, .data-table .data-table-bottom .pagination-links a.first,
.data-table .data-table-bottom .pagination-links a.last {
  display: none; }

.data-table .data-table-bottom .pagination-links a {
  color: #1cb880;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  text-decoration: none; }

.data-table .data-table-bottom .pagination-links a:hover {
  color: #ea852c !important; }

.data-table .data-table-bottom .pagination-links a.previous {
  float: left; }

.data-table .data-table-bottom .pagination-links a.first {
  float: left;
  margin-right: 20px; }

.data-table .data-table-bottom .pagination-links a.next {
  float: right; }

.bper .ui-datepicker .ui-datepicker-header, .bper .ui-dialog .ui-dialog-titlebar {
  background: #0B6368;
  border: #0B6368;
  border-radius: 0px; }

.data-table-no-results {
  margin: 0 15px 20px 15px;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01), 0 10px 20px 0 #eeeeee;
  color: #5F5F65;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  border: none;
  text-align: center;
  padding: 20px; }

.data-table {
  margin: 0 15px 20px 15px;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01), 0 10px 20px 0 #eeeeee;
  border: none; }

.body-widget .data-table {
  margin: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none; }

.button-bar {
  clear: both; }

.body-widget .data-table-no-results {
  margin: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none;
  padding: 0px; }

.formButton, .formButton:visited, .formButton:link {
  color: #1cb880;
  text-decoration: none; }

.formButton:hover {
  color: #ea852c !important; }

.user-type {
  opacity: 0.7;
  color: #0B6368;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 16px;
  margin: 0 0 5px 0; }

#_sdd_WAR_webcontocbankreceiptssepaportlet_instructionlist td:nth-of-type(5), #_signature_WAR_ibksignatureportlet_table td.idCompany {
  padding: 0px!important; }

.riepilogo_dati ul {
  list-style: none; }

#_signature_WAR_ibksignatureportlet_table .idCompany {
  width: 80px;
  padding: 0px!important; }

#_signature_WAR_ibksignatureportlet_table td:nth-of-type(7) {
  min-width: 100px; }

#_sdd_WAR_webcontocbankreceiptssepaportlet_instructionlist td:nth-of-type(5), #_signature_WAR_ibksignatureportlet_table td.idCompany {
  word-break: break-all;
  padding: 0px!important;
  white-space: nowrap; }

.ui-dialog .container {
  width: 100%!important; }

.pwdOtpSection .footer-right {
  background: transparent!important;
  float: right; }

.visibility {
  width: 470px; }

.level-3 .col {
  text-align: center; }

label[for="signerCodes"] {
  width: 300px!important; }

label[for="pswOtp"] {
  width: 300px!important; }

label[for="extensionstranslate"] {
  width: 300px!important; }

label[for="unExtracted2"] {
  width: 100px!important; }

label[for="unExtracted1"] {
  width: 100px!important; }

button.disabled, a.disabled {
  opacity: 0.3; }

button.disabled:hover, a.disabled:hover {
  opacity: 0.3;
  background: #1cb880; }

li.invioDistFestiviClass {
  width: 200px!important; }

.orario li {
  width: 50px;
  /* #26811 */ }

.invioDistFestiviClass {
  width: 13%!important;
  display: block!important; }

.invioDistFestiviClass {
  width: 10%!important; }

.invioDistFestiviClass {
  width: 18%!important; }

.orarioLabel {
  width: 80px!important; }

form.f24Insert span.custom-combobox > input.custom-combobox-input, form.f24Insert span.custom-combobox > a.custom-combobox-toggle {
  height: 18px!important; }

form.f24Insert span.custom-combobox > input.custom-combobox-input, form.f24Insert span.custom-combobox > a.custom-combobox-toggle {
  padding: 2px 4px!important; }

fieldset#section_5 {
  margin: 0;
  padding: 0;
  display: none; }

fieldset#section_5 ol {
  /* display: none; */
  margin: 10px;
  padding: 0; }

.container-fluid-footer p {
  margin-bottom: 0px!important; }

.radioItem4 label {
  width: 100px!important; }

#p_p_id_postal_WAR_bperportlet_ fieldset#section_5 {
  display: block;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01), 0 10px 20px 0 #eeeeee;
  width: 1170px!important;
  margin-left: 16px; }

.icon-linea_diretta:before {
  font-weight: 600; }

.dcbsuite a {
  color: #1CB880!important;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px; }

a.openDCBSuite {
  background: url("../images/DCBsuite.svg") no-repeat top left;
  margin: 0px 8px 0 0!important;
  padding: 4px 0 0 34px!important;
  height: 26px;
  display: inline-block;
  padding-left: 26px;
  letter-spacing: 1px; }

a.openDCBSuite:hover {
  color: #ea852c!important;
  background: url("../images/DCBsuiteHOVER.svg") no-repeat top left; }

.linkDigitalInvoiceBper {
  color: #1cb880;
  margin: 0px 0 51px 16px!important;
  text-decoration: none;
  font-size: 25px;
  display: inline-block;
  font-weight: bold; }

.linkDigitalInvoiceBper:hover {
  color: #ea852c; }

h3 {
  margin: 1em 14px; }

#_cartax_WAR_bperportlet_namesFormform .split label {
  width: 225px!important; }

#_postal_WAR_bperportlet_namesFormform .huge label {
  width: 225px!important; }

#_postal_WAR_bperportlet_namesFormform .split label {
  width: 225px!important; }

.pagination-links:after {
  content: "";
  display: block;
  clear: both; }

th[align*="right"] {
  text-align: right!important;
  /* margin-right: 30px!important; */ }

.effectiveDebtor {
  margin: 0 15px 20px 15px!important;
  padding: 8px!important; }

.effectiveDebtor ol {
  padding: 8px!important; }

#p_p_id_sedac_WAR_webcontocbankreceiptssepaportlet_ fieldset#section_5 {
  display: block;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01), 0 10px 20px 0 #eeeeee;
  width: 1170px!important;
  margin-left: 16px;
  margin-bottom: 16px; }

#p_p_id_sedac_WAR_webcontocbankreceiptssepaportlet_ fieldset#section_5 legend {
  margin: auto;
  width: 98.8%; }

#p_p_id_slipsinternationalcredittransfer_WAR_webcontocpaymentsinternationalportlet_ fieldset#section_5 {
  display: block!important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01), 0 10px 20px 0 #eeeeee;
  width: 1170px!important;
  margin-left: 16px;
  margin-bottom: 16px; }

#p_p_id_slipsinternationalcredittransfer_WAR_webcontocpaymentsinternationalportlet_ fieldset#section_5 legend {
  margin: auto;
  width: 98.8%; }

#p_p_id_prepaidrecharges_WAR_bperportlet_ fieldset#section_0 ol li:nth-child(2) {
  height: 44px; }

#p_p_id_names_WAR_webcontocutilitiesportlet_ fieldset#section_5 {
  /* display: none; */
  display: block!important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01), 0 10px 20px 0 #eeeeee;
  width: 1170px!important;
  margin-left: 16px;
  margin-bottom: 16px; }

#p_p_id_letteredicredito_WAR_webcontocutilitiesportlet_ fieldset#section_5 legend,
#p_p_id_names_WAR_webcontocutilitiesportlet_ fieldset#section_5 legend {
  margin: auto;
  width: 98.8%; }

#p_p_id_intracompanypayment_WAR_webcontocpaymentssepaportlet_ fieldset#section_5 {
  display: block!important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01), 0 10px 20px 0 #eeeeee;
  width: 1170px!important;
  margin-left: 16px;
  margin-bottom: 16px; }

#p_p_id_intracompanypayment_WAR_webcontocpaymentssepaportlet_ fieldset#section_5 legend {
  margin: auto;
  width: 98.8%; }

#p_p_id_slipsinternationalcredittransfer_WAR_webcontocpaymentsinternationalportlet_ #section_4 ol li:nth-child(2) {
  height: 44px; }

.footer-left .col5 {
  margin-top: 30px; }

.footer-info .container-fluid-footer .row .col7:nth-child(2) {
  text-align: right; }

.footer-info .container-fluid-footer .row .col7:nth-child(2) a:last-child {
  margin-right: 40px; }

.data-table a.pdf-icon, .data-table span.pdf-icon {
  float: left;
  margin-right: 12px; }

.clComAlias2 {
  width: 70%; }

#_searchfatturedc_WAR_webcontoccommonsportlet_digitalInvoiceResultTable table tr td.invoice-amount {
  text-align: right; }

#_searchfatturedc_WAR_webcontoccommonsportlet_digitalInvoiceResultTable table tr td.residual-amount {
  text-align: right; }

#_sepacredittransfersDigitalInvoice_WAR_webcontocpaymentssepaportlet_table table tr td.invoice-amount {
  text-align: right; }

#_sepacredittransfersDigitalInvoice_WAR_webcontocpaymentssepaportlet_table table tr td.residual-amount {
  text-align: right; }

#_slipribareceiptsdigitalinvoice_WAR_webcontocbankreceiptsportlet_table table tr td.invoice-amount {
  text-align: right; }

#_slipribareceiptsdigitalinvoice_WAR_webcontocbankreceiptsportlet_table table tr td.residual-amount {
  text-align: right; }

#_sdddigitalinvoice_WAR_webcontocbankreceiptssepaportlet_table table tr td.invoice-amount {
  text-align: right; }

#_sdddigitalinvoice_WAR_webcontocbankreceiptssepaportlet_table table tr td.residual-amount {
  text-align: right; }

#malwareIban fieldset {
  box-shadow: none; }

#confermaButtonNuoviBeneficiari {
  font-size: 13px; }

.new-profile-table-th table th {
  background: #0b63682b; }

.new-profile-table-td table td {
  color: #0b6368; }

.new-profile-table-group-title {
  color: #0b6368;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase; }

.new-profile-table-group-title:hover {
  color: #ea852c; }

.dropdown-li h1 {
  color: #0B6368; }

.dropdown-li a:hover {
  color: #ea852c!important; }

a.lang.left.selected {
  color: #0b6368!important; }

.confirmOrderSignersButton {
  color: #fff;
  background-color: #1cb880; }

.confirmOrderSignersButton:hover {
  background: #ea852c;
  color: #fff; }

.div-line-signatureManagement {
  background-color: #1cb880; }

.riepilogo_conto {
  border-bottom: 1px solid #0b6368; }

#nuovoGruppoLink {
  color: #1cb880;
  text-decoration: none; }

#nuovoGruppoLink:hover {
  color: #ea852c; }

.deleteAnagGroup {
  padding: 3px 7px;
  border-radius: 20px;
  background: #5f5f65;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
  background-color: #1cb880;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01), 1px 4px 9px 0 rgba(13, 116, 79, 0.3);
  border: 0;
  height: auto;
  vertical-align: baseline;
  text-shadow: none;
  font-family: kievit,Helvetica,Arial,sans-serif; }

.deleteAnagGroup:hover {
  border-radius: 20px;
  background: #ea852c;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01), 1px 4px 9px 0 rgba(234, 133, 44, 0.3) !important;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center; }

.addAnagGroup, .addAnagGroup:focus {
  padding: 4px 20px;
  border-radius: 20px;
  background: #5f5f65;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
  background-color: #1cb880;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01), 1px 4px 9px 0 rgba(13, 116, 79, 0.3);
  border: 0;
  height: auto;
  vertical-align: baseline;
  text-shadow: none;
  font-family: kievit,Helvetica,Arial,sans-serif; }

.addAnagGroup:hover {
  border-radius: 20px;
  background: #ea852c;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01), 1px 4px 9px 0 rgba(234, 133, 44, 0.3) !important;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center; }

#p_p_id_messageportlet_WAR_webcontocloginportlet_ #mandatoryReadMessage #messageForm #presaVisioneForm span#presaVisione\.errors {
  margin-left: 10px; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?hkjig7");
  src: url("fonts/icomoon.eot?hkjig7#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?hkjig7") format("truetype"), url("../fonts/icomoon.woff?hkjig7") format("woff"), url("../fonts/icomoon.svg?hkjig7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-linea_diretta:before {
  content: "\e910"; }

.icon-linea_diretta_selected:before {
  content: "\e917"; }

.icon-security_big:before {
  content: "\e918"; }

.icon-carret-down1:before {
  content: "\e919"; }

.icon-carret-left:before {
  content: "\e91a"; }

.icon-change-language2:before {
  content: "\e91b"; }

.icon-change-language2_selected:before {
  content: "\e91c"; }

.icon-faq:before {
  content: "\e91d"; }

.icon-faq_selected:before {
  content: "\e91e"; }

.icon-generic-app1:before {
  content: "\e91f"; }

.icon-illustrazione_nessun-risultato:before {
  content: "\e900"; }

.icon-illustrazione_no-avvisi:before {
  content: "\e901"; }

.icon-DCBsuite:before {
  content: "\e902"; }

.icon-change-language:before {
  content: "\e903"; }

.icon-change-language_selected:before {
  content: "\e904"; }

.icon-DOCs:before {
  content: "\e905"; }

.icon-exit:before {
  content: "\e906"; }

.icon-exit_selected:before {
  content: "\e907"; }

.icon-FAQ:before {
  content: "\e908"; }

.icon-generic-app:before {
  content: "\e909"; }

.icon-help:before {
  content: "\e90a"; }

.icon-help_selected:before {
  content: "\e90b"; }

.icon-info:before {
  content: "\e90c"; }

.icon-mail:before {
  content: "\e90d"; }

.icon-mail_selected:before {
  content: "\e90e"; }

.icon-notification:before {
  content: "\e90f"; }

.icon-security:before {
  content: "\e911"; }

.icon-security_selected:before {
  content: "\e912"; }

.icon-support:before {
  content: "\e913"; }

.icon-thick:before {
  content: "\e914"; }

.icon-carret-down:before {
  content: "\e915"; }

.cx-common-container .cx-titlebar .cx-title {
  font-size: 20px; }

.cx-widget.ow-modal.cx-desktop.cx-theme-bper {
  z-index: 50; }

.cx-widget .cx-form-control {
  margin-bottom: 0px; }

.cx-widget.cx-common-container.cx-webchat.cx-close.cx-minimize.cx-theme-bper.cx-desktop,
.cx-widget.cx-common-container.cx-send-message.cx-close.cx-minimize.cx-theme-bper.cx-desktop,
.cx-widget.cx-common-container.cx-callback.cx-close.cx-minimize.cx-theme-bper.cx-desktop {
  line-height: normal; }

.cx-sidebar.cx-desktop {
  top: 180px; }

.cx-webchat .cx-form table,
.cx-send-message .cx-form table,
.cx-callback table {
  margin-top: 0px;
  table-layout: auto !important; }

.cx-webchat .cx-form table th,
.cx-send-message .cx-form table th,
.cx-callback table th,
.cx-webchat .cx-form table td,
.cx-send-message .cx-form table td,
.cx-callback table td {
  border-bottom: none; }

.cx-form-control,
.cx-form-control.focus,
.cx-form-control:focus,
.cx-widget.cx-theme-bper input:focus {
  box-shadow: none; }

.cx-common-container.cx-minimize .cx-buttons-window-control button.cx-button-minimize,
.cx-common-container.cx-close .cx-buttons-window-control button.cx-button-close {
  border: none;
  border-radius: unset;
  vertical-align: unset;
  background: none; }

.cx-last-td {
  vertical-align: inherit; }

p#cx_chat_error_desc,
p.i18n {
  margin: 16px 0px 16px 0px; }

.cx-send-message .cx-body .cx-form .cx-file-details {
  overflow-y: overlay; }

.cx-widget.cx-theme-bper ::-webkit-scrollbar-thumb {
  background: #ccc; }

.cx-widget {
  font-family: Arial, Helvetica, sans-serif; }

.cx-widget.cx-theme-bper {
  color: #444A52;
  background-color: #FDFDFD; }

.cx-widget.cx-theme-bper .cx-overlay {
  background-color: #FDFDFD; }

.cx-widget.cx-theme-bper .cx-branding *,
.cx-widget.cx-theme-bper .cx-footer * {
  fill: #98a7b8; }

.cx-widget.cx-theme-bper .cx-svg-icon-tone1 {
  fill: #0b6368; }

.cx-widget.cx-theme-bper .cx-svg-icon-tone2 {
  fill: #8C8C8C; }

.cx-widget.cx-theme-bper .cx-svg-icon-shadow1 {
  fill: #000000;
  opacity: 0.2; }

.cx-widget.cx-theme-bper .cx-svg-icon-shadow2 {
  fill: #000000;
  opacity: 0.1; }

.cx-widget.cx-theme-bper * {
  border-color: #DAE1E8 !important; }

.cx-widget.cx-theme-bper .cx-titlebar .cx-title {
  color: #444A52; }

.cx-widget.cx-theme-bper .cx-buttons-window-control .cx-svg-icon-tone1 {
  fill: #98A7B8; }

.cx-widget.cx-theme-bper .cx-input-icon-overlay .cx-svg-icon-tone1 {
  fill: #98A7B8; }

.cx-widget.cx-theme-bper label {
  color: #444A52; }

.cx-widget.cx-theme-bper a {
  color: #333; }

.cx-widget.cx-theme-bper a:hover {
  color: #0b6368; }

.cx-widget.cx-theme-bper .cx-dropdown {
  color: black; }

.cx-widget.cx-theme-bper .cx-icon-alert-circle {
  color: #EA4F6B; }

.cx-widget.cx-theme-bper .cx-footer {
  color: #98A7B8; }

.cx-widget.cx-theme-bper .cx-footer * {
  fill: #98A7B8; }

.cx-widget.cx-theme-bper .cx-form-control.cx-error {
  border-color: #EA4F6B !important; }

.cx-widget.cx-theme-bper .cx-form-control::placeholder {
  color: #C5CCD6; }

.cx-widget.cx-theme-bper .cx-form-control:-moz-placeholder {
  color: #C5CCD6; }

.cx-widget.cx-theme-bper .cx-form-control::-moz-placeholder {
  color: #C5CCD6; }

.cx-widget.cx-theme-bper .cx-form-control:-ms-input-placeholder {
  color: #C5CCD6; }

.cx-widget.cx-theme-bper .cx-form-control::-webkit-input-placeholder {
  color: #C5CCD6; }

.cx-widget.cx-theme-bper input:focus,
.cx-widget.cx-theme-bper textarea:focus,
.cx-widget.cx-theme-bper .cx-btn:focus,
.cx-widget.cx-theme-bper .cx-button-group button:focus,
.cx-widget.cx-theme-bper .cx-form-control:focus {
  border-color: #0b6368 !important; }

.cx-widget.cx-theme-bper input[type="text"],
.cx-widget.cx-theme-bper input[type="email"],
.cx-widget.cx-theme-bper input[type="tel"],
.cx-widget.cx-theme-bper textarea {
  background-color: #FDFDFD;
  color: #444A52; }

.cx-widget.cx-theme-bper .cx-btn-default {
  background: none;
  border-color: #DAE1E8 !important;
  color: #FDFDFD;
  background-color: #848589; }

.cx-widget.cx-theme-bper .cx-btn.cx-disabled {
  background: #CCCCCC; }

.cx-widget.cx-theme-bper .cx-btn-primary {
  color: #FDFDFD;
  border-color: #0b6368 !important;
  background: #0b6368;
  background: -moz-linear-gradient(top, #0b6368 0%, #0b6368 100%);
  background: -webkit-linear-gradient(top, #0b6368 0%, #0b6368 100%);
  background: linear-gradient(to bottom, #0b6368 0%, #0b6368 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bg_color_4', endColorstr='@bg_color_5', GradientType=0); }

.cx-widget.cx-theme-bper .cx-ac-dropdown-menu {
  background: #FDFDFD;
  border-color: #DAE1E8 !important; }

.cx-widget.cx-theme-bper .cx-ac-suggestion:hover,
.cx-widget.cx-theme-bper .cx-ac-suggestion.cx-active {
  background-color: #0b6368;
  color: #FDFDFD; }

.cx-widget.cx-theme-bper .iScrollIndicator {
  background: #CCCCCC; }

.cx-widget.cx-theme-bper .cx-smokescreen {
  background-color: #FDFDFD;
  opacity: 0.7; }

.cx-widget.cx-theme-bper .cx-dialog-container .cx-dialog {
  background-color: #FDFDFD;
  border-color: #DAE1E8 !important; }

.cx-widget.cx-theme-bper .cx-theme-background {
  background-color: #FDFDFD; }

.cx-widget.cx-theme-bper .cx-theme-border {
  border: 1px solid #DAE1E8 !important; }

.cx-widget.cx-theme-bper .cx-theme-text {
  color: #444A52; }

.cx-widget.cx-theme-bper .cx-theme-icon-interactive1 svg .cx-svg-icon-tone1 {
  fill: #333; }

.cx-widget.cx-theme-bper .cx-theme-icon-positive svg .cx-svg-icon-tone1 {
  fill: #4AC764; }

.cx-widget.cx-theme-bper .cx-theme-icon-negative svg .cx-svg-icon-tone1 {
  fill: #EA4F6B; }

.cx-widget.cx-theme-bper .cx-theme-icon-warning svg .cx-svg-icon-tone1 {
  fill: #F8A740; }

.cx-widget button,
.gcb-dialog-buttons button {
  height: auto; }

.gcb-dialog-buttons button + button {
  float: right;
  color: #FDFDFD;
  background: #0b6368;
  background: linear-gradient(to bottom, #0b6368, #0b6368);
  background: -o-linear-gradient(bottom, #5081e1, #4375d6);
  border-color: #0b6368;
  text-shadow: none; }

.gcb-dialog-buttons button + button:hover {
  color: #FDFDFD;
  box-shadow: 0 0 2px 2px #0b6368; }

.gcb-dialog-buttons button + button:active {
  color: #FDFDFD;
  background: #0b6368;
  background: linear-gradient(to bottom, #0b6368, #0b6368);
  background: -o-linear-gradient(bottom, #0b6368, #0b6368);
  border-color: #0b6368; }

.gcb-appStatus {
  background: #0b6368;
  font-family: Arial, Helvetica, sans-serif; }

.gcb-smoke,
.gcb-toolbar {
  font-family: Arial, Helvetica, sans-serif; }

.cx-calendar .cx-active,
.cx-calendar .cx-tablinks:focus,
.cx-calendar div:focus {
  background-color: #0b6368 !important; }

.cx-webchat.cx-theme-bper .cx-message.cx-you .cx-bubble,
.cx-send-message.cx-theme-bper .cx-message.cx-you .cx-bubble,
.cx-callback.cx-theme-bper .cx-message.cx-you .cx-bubble {
  background-color: #f2f4f7; }

.cx-webchat.cx-theme-bper .cx-message.cx-them .cx-bubble,
.cx-send-message.cx-theme-bper .cx-message.cx-them .cx-bubble,
.cx-callback.cx-theme-bper .cx-message.cx-them .cx-bubble,
.cx-calendar .cx-calendar-row span:hover,
.cx-calendar .cx-tablinks:hover,
.cx-calendar div.cx-calendar-day-container:hover {
  background-color: #91bfce78; }

