/*
 * 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 {
  display: inline-block; }
  .ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/* 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=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.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=8px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1.1em; }
  .ui-widget .ui-widget {
    font-size: 1em; }
  .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 1em; }

.ui-widget-content {
  border: 1px solid #a6c9e2;
  background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
  color: #222222; }
  .ui-widget-content a {
    color: #222222; }

.ui-widget-header {
  border: 1px solid #4297d7;
  background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 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 #c5dbec;
  background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #2e6e9e; }

.ui-state-default a {
  color: #2e6e9e;
  text-decoration: none; }
  .ui-state-default a:link, .ui-state-default a:visited {
    color: #2e6e9e;
    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 #79b7e7;
  background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #1d5987; }

.ui-state-hover a {
  color: #1d5987;
  text-decoration: none; }
  .ui-state-hover a:hover {
    color: #1d5987;
    text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #79b7e7;
  background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #e17009; }

.ui-state-active a {
  color: #e17009;
  text-decoration: none; }
  .ui-state-active a:link, .ui-state-active a:visited {
    color: #e17009;
    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 #fad42e;
  background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 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 url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a, .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: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(images/ui-icons_469bdd_256x240.png); }

.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_469bdd_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_d8e7f3_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_6da8d5_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_217bc0_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_f9bd01_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(images/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, .ui-icon-seek-first {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.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: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px; }

.ui-corner-tr {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px; }

.ui-corner-bl {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.ui-corner-br {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.ui-corner-top {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px; }

.ui-corner-bottom {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.ui-corner-right {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.ui-corner-left {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.ui-corner-all {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

/*
* 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: 0.5em 0.5em 0.5em 0.7em; }

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: 0.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: 0.2em 0.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: 0.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: 0.4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.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: 0.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, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: 0.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: 0.2em;
  width: 300px;
  overflow: hidden; }
  .ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative; }
  .ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 16px 0.1em 0; }
  .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.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: 0.5em 1em;
    background: none;
    overflow: auto;
    zoom: 1; }
  .ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: 0.5em 0 0 0;
    padding: 0.3em 1em 0.5em 0.4em; }
    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
      float: right; }
    .ui-dialog .ui-dialog-buttonpane button {
      margin: 0.5em 0.4em 0.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: 0;
    width: 1.2em;
    height: 1.2em;
    cursor: default; }
  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 0;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0; }

.ui-slider-horizontal {
  height: 0.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: 0.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: 0.2em;
  zoom: 1; }
  .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0; }
    .ui-tabs .ui-tabs-nav li {
      list-style: none;
      float: left;
      position: relative;
      top: 1px;
      margin: 0 0.2em 1px 0;
      border-bottom: 0 !important;
      padding: 0;
      white-space: nowrap; }
      .ui-tabs .ui-tabs-nav li a {
        float: left;
        padding: 0.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 {
          cursor: text; }
      .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 {
        cursor: pointer; }
  .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer; }
  .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none; }
  .ui-tabs .ui-tabs-hide {
    display: none !important; }

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
/*
 * 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: 0.2em 0.2em 0;
  display: none; }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.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: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em; }
  .ui-datepicker th {
    padding: 0.7em 0.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: 0.2em;
      text-align: right;
      text-decoration: none; }
  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
    .ui-datepicker .ui-datepicker-buttonpane button {
      float: right;
      margin: 0.5em 0.2em 0.4em;
      cursor: pointer;
      padding: 0.2em 0.6em 0.3em 0.6em;
      width: auto;
      overflow: visible; }
      .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: left; }
  .ui-datepicker.ui-datepicker-multi {
    width: auto; }

/* with multiple calendars */
.ui-datepicker-multi .ui-datepicker-group {
  float: left; }
  .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.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, .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, .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%; }

/******************  blade (.aBlade .bladeContent)  ******************/
.modal-dialog.modal-dialog-close-blade {
  margin-top: 75px; }

.container.bladesOpen {
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10; }

.opacityLayer {
  background: #000;
  width: 100%;
  height: 90%;
  height: calc(100% - 34px);
  height: -webkit-calc(100% - 34px);
  height: -moz-calc(100% - 34px);
  height: -o-calc(100% - 34px);
  height: expression(100% - 34px);
  -calc-ie-ex-height: '100% - 34px';
  behavior: url(/js/lib/ie8calc.htc) \9;
  -ms-behavior: url(/js/lib/ie8calc.htc) \9;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 1;
  opacity: 0.5; }

.backgroundBlade {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  top: 0;
  position: absolute; }
  .backgroundBlade .opacityLayer {
    display: none; }
  .backgroundBlade .bladeContent {
    width: 100%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }

.bladeCollection {
  position: fixed;
  height: 100%;
  right: -100%;
  width: 100%;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  overflow-x: hidden; }
  .bladeCollection.activeBladeCollection {
    top: 0;
    right: 0;
    position: absolute;
    overflow: hidden; }

.aBlade {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  right: -500%; }

.showBlade {
  right: 0;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }

.notActiveBlade {
  right: -500%;
  position: absolute;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.aBlade.firstBlade {
  height: 100%;
  position: relative; }
.aBlade .bladeContent {
  width: 90%;
  width: calc(100% - 258px);
  width: -webkit-calc(100% - 258px);
  width: -moz-calc(100% - 258px);
  width: -o-calc(100% - 258px);
  width: expression(100% - 258px);
  -calc-ie-ex-width: '100% - 258px';
  behavior: url(/js/lib/ie8calc.htc) \9;
  -ms-behavior: url(/js/lib/ie8calc.htc) \9;
  height: 90%;
  height: calc(100% - 34px);
  height: -webkit-calc(100% - 34px);
  height: -moz-calc(100% - 34px);
  height: -o-calc(100% - 34px);
  height: expression(100% - 34px);
  -calc-ie-ex-height: '100% - 34px';
  behavior: url(/js/lib/ie8calc.htc) \9;
  -ms-behavior: url(/js/lib/ie8calc.htc) \9;
  float: right;
  overflow: visible;
  /*overflow-y: auto;*/
  display: block;
  background: #F8F9FA;
  z-index: 2;
  position: relative; }
  .aBlade .bladeContent .blade-content-area {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 79%;
    padding-left: 30px;
    padding-right: 30px; }
  .aBlade .bladeContent .padding-container-wrap {
    overflow: auto; }

.ubi-buttons-group div.row {
  overflow-y: auto; }
.ubi-buttons-group.closed div.row {
  overflow-y: hidden; }

.aBlade .bladeContent .titleArea td {
  vertical-align: bottom; }
.aBlade .x-butt {
  background: white;
  border-radius: 5px 0px 0px 5px;
  height: 53px;
  position: absolute;
  width: 49px;
  left: -48px;
  margin-right: 46px;
  top: 19px; }
  .aBlade .x-butt span.x {
    display: block;
    margin-left: 18px;
    background-image: url('../images/ld-sprite.png');
    background-position: 0px 0px;
    width: 16px;
    height: 16px;
    background-size: 20px 38px !important; }
    @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
      .aBlade .x-butt span.x {
        background-image: url('../images/hd-sprite.png');
        background-size: 16px 16px; } }
.aBlade .bladeContent .titleArea h1 {
  margin-bottom: 14px; }
.aBlade .bladeContent .owcs-blade-content {
  position: relative;
  overflow: visible;
  margin-right: 0px;
  overflow: auto; }

.titleContainer {
  position: relative; }

.titleArea {
  background: #ffffff;
  width: 100%;
  /* border: 1px solid red */ }
  .titleArea h1 {
    width: auto;
    margin-left: 23px;
    margin-right: 10px;
    line-height: 29px;
    margin-top: 3px;
    position: relative;
    letter-spacing: -1px; }
  .titleArea td {
    height: 72px;
    vertical-align: middle; }

@media only screen and (max-width: 767px) {
  /* Blade */
  .modal-dialog.modal-dialog-close-blade {
    margin-top: 130px; }
  .aBlade .x-butt {
    right: auto;
    left: -17px;
    z-index: 1;
    position: absolute; }
  .bladeOpen .mobileTopBar button {
    display: none; }
  .bladeCollection {
    margin-top: 55px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .opacityBlade {
    margin-top: 55px; }
  .bladeCollection.activeBlade {
    height: 100%;
    min-height: 100%; }
  .aBlade .bladeContent {
    width: 90%;
    width: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: expression(100% - 20px);
    -calc-ie-ex-width: '100% - 20px';
    behavior: url(/js/lib/ie8calc.htc) \9;
    -ms-behavior: url(/js/lib/ie8calc.htc) \9;
    height: 90%;
    height: calc(100% - 34px);
    height: -webkit-calc(100% - 34px);
    height: -moz-calc(100% - 34px);
    height: -o-calc(100% - 34px);
    height: expression(100% - 34px);
    -calc-ie-ex-height: '100% - 34px';
    behavior: url(/js/lib/ie8calc.htc) \9;
    -ms-behavior: url(/js/lib/ie8calc.htc) \9;
    overflow: visible;
    /*overflow-y: hidden;*/ }
    .aBlade .bladeContent .titleArea h1 {
      margin-left: 33px; }
    .aBlade .bladeContent .padding-container-wrap {
      padding-left: 14px;
      padding-right: 10px; }
  .titleArea h1 {
    font-size: 22px;
    margin-left: 24px; }
    .titleArea h1 .top-icons {
      padding-right: 10px; }
  .row-offcanvas-right > div.bladeCollection {
    padding: 0 10px; } }

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .aBlade {
    /*
	.x-butt {
      left: 111px;
    }*/ }
    .aBlade .bladeContent {
      width: 90%;
      width: calc(100% - 160px);
      width: -webkit-calc(100% - 160px);
      width: -moz-calc(100% - 160px);
      width: -o-calc(100% - 160px);
      width: expression(100% - 160px);
      -calc-ie-ex-width: '100% - 160px';
      behavior: url(/js/lib/ie8calc.htc) \9;
      -ms-behavior: url(/js/lib/ie8calc.htc) \9;
      height: 90%;
      height: calc(100% - 34px);
      height: -webkit-calc(100% - 34px);
      height: -moz-calc(100% - 34px);
      height: -o-calc(100% - 34px);
      height: expression(100% - 34px);
      -calc-ie-ex-height: '100% - 34px';
      behavior: url(/js/lib/ie8calc.htc) \9;
      -ms-behavior: url(/js/lib/ie8calc.htc) \9;
      overflow: visible;
      /*overflow-y: auto;*/ }
    .aBlade .titleArea {
      width: 100%; }
  .backgroundBlade {
    right: 58px;
    position: absolute; } }

@media only screen and (min-width: 961px) and (max-width: 1023px) {
  .aBlade .x-butt {
    margin-right: 36px; }
  .aBlade .bladeContent {
    width: 90%;
    width: calc(100% - 258px);
    width: -webkit-calc(100% - 258px);
    width: -moz-calc(100% - 258px);
    width: -o-calc(100% - 258px);
    width: expression(100% - 258px);
    -calc-ie-ex-width: '100% - 258px';
    behavior: url(/js/lib/ie8calc.htc) \9;
    -ms-behavior: url(/js/lib/ie8calc.htc) \9;
    height: 90%;
    height: calc(100% - 34px);
    height: -webkit-calc(100% - 34px);
    height: -moz-calc(100% - 34px);
    height: -o-calc(100% - 34px);
    height: expression(100% - 34px);
    -calc-ie-ex-height: '100% - 34px';
    behavior: url(/js/lib/ie8calc.htc) \9;
    -ms-behavior: url(/js/lib/ie8calc.htc) \9;
    overflow: visible;
    /*overflow-y: auto;*/ }
  .aBlade .titleArea {
    width: 101%; }
  .backgroundBlade {
    right: 58px;
    position: absolute; } }

@media only screen and (min-width: 1025px) {
  .ubi-postlogin {
    width: 1024px; }
  .aBlade .bladeContent {
    width: 90%;
    width: calc(100% - 258px);
    width: -webkit-calc(100% - 258px);
    width: -moz-calc(100% - 258px);
    width: -o-calc(100% - 258px);
    width: expression(100% - 258px);
    -calc-ie-ex-width: '100% - 258px';
    behavior: url(/js/lib/ie8calc.htc) \9;
    -ms-behavior: url(/js/lib/ie8calc.htc) \9;
    height: 90%;
    height: calc(100% - 34px);
    height: -webkit-calc(100% - 34px);
    height: -moz-calc(100% - 34px);
    height: -o-calc(100% - 34px);
    height: expression(100% - 34px);
    -calc-ie-ex-height: '100% - 34px';
    behavior: url(/js/lib/ie8calc.htc) \9;
    -ms-behavior: url(/js/lib/ie8calc.htc) \9;
    overflow: visible;
    /*overflow-y: hidden;*/ }
  .backgroundBlade {
    right: 58px;
    position: absolute; }
  .aBlade .x-butt {
    left: -48px; } }

@media only screen and (width: 1024px) {
  .aBlade .bladeContent {
    width: 90%;
    width: calc(100% - 258px);
    width: -webkit-calc(100% - 258px);
    width: -moz-calc(100% - 258px);
    width: -o-calc(100% - 258px);
    width: expression(100% - 258px);
    -calc-ie-ex-width: '100% - 258px';
    behavior: url(/js/lib/ie8calc.htc) \9;
    -ms-behavior: url(/js/lib/ie8calc.htc) \9;
    height: 90%;
    height: calc(100% - 34px);
    height: -webkit-calc(100% - 34px);
    height: -moz-calc(100% - 34px);
    height: -o-calc(100% - 34px);
    height: expression(100% - 34px);
    -calc-ie-ex-height: '100% - 34px';
    behavior: url(/js/lib/ie8calc.htc) \9;
    -ms-behavior: url(/js/lib/ie8calc.htc) \9;
    overflow: visible;
    /*overflow-y: auto;*/ }
  .backgroundBlade {
    right: 58px;
    position: absolute; }
  .aBlade .x-butt {
    left: -48px; } }

@media only screen and (max-width: 399px) {
  .modal-dialog-close-blade h4 {
    font-size: 20px; }
  .modal-dialog-close-blade .btn.btn-small, .modal-dialog-close-blade .btn.btn-med, .modal-dialog-close-blade .btn.btn-big {
    min-width: 100px; } }

/*Slider*/
.carousel-caption {
  text-align: left;
  left: 6%;
  top: 10%;
  right: auto;
  padding-bottom: 0;
  bottom: auto; }
  .carousel-caption img {
    margin-bottom: 17px; }
  .carousel-caption > a {
    float: left;
    clear: both; }
  .carousel-caption p {
    font-size: 16px;
    text-shadow: none;
    font-family: 'ubuntumedium';
    margin-bottom: 47px;
    max-width: 500px;
    float: left;
    clear: both; }
    .carousel-caption p a {
      font-size: 16px;
      text-shadow: none;
      font-family: 'ubuntumedium';
      color: #fff; }
  .carousel-caption .btn {
    float: left;
    clear: both; }
    .carousel-caption .btn.btn-small {
      min-width: 155px;
      margin-top: 0; }

.carousel-control {
  width: 4%;
  /*z-index: 20;*/ }
  .carousel-control.left, .carousel-control.right {
    background: rgba(255, 255, 255, 0.01); }

.carousel-indicators {
  z-index: initial; }

.ubi-main-slider-top {
  margin-top: 89px; }

.carousel.innerslide {
  height: 310px; }
  .carousel.innerslide .carousel-caption {
    top: 0; }

@media only screen and (max-width: 767px) {
  .carousel-control {
    width: 8%; }
  .carousel-caption {
    top: 0; }
    .carousel-caption p {
      margin-bottom: 10px; } }

.ubi-accordion .panel-heading {
  cursor: pointer;
  background: #003D73;
  color: #FFFFFF;
  font-size: 16px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 11px;
  padding-bottom: 11px; }
  .ubi-accordion .panel-heading .more-text {
    background: none repeat scroll 0 0 #003D73;
    color: #FFFFFF;
    font-size: 18px;
    text-align: right;
    float: right; }
  .ubi-accordion .panel-heading label {
    margin-top: 2px; }
.ubi-accordion .panel-group {
  background: transparent; }

.panel-group .panel {
  overflow: visible;
  overflow: visible;
  background-color: #FFF;
  border: 0px;
  border-radius: 0px;
  box-shadow: none; }

.panel-heading label {
  color: #FFFFFF;
  font-family: ubuntumedium;
  font-size: 16px;
  line-height: 16px; }

.ubi-accordion .panel-group {
  margin-bottom: 0;
  font-style: normal; }
.ubi-accordion.ubi-disclaimer .panel-default {
  border: 0 none; }
.ubi-accordion.ubi-disclaimer .panel-heading + .panel-collapse .panel-body {
  border: 0 none; }
  .ubi-accordion.ubi-disclaimer .panel-heading + .panel-collapse .panel-body a {
    text-decoration: underline; }
.ubi-accordion.ubi-disclaimer .panel {
  box-shadow: 0 0 0 #fff; }
.ubi-accordion.ubi-disclaimer .panel-heading {
  background: transparent;
  color: #172831; }
  .ubi-accordion.ubi-disclaimer .panel-heading label {
    color: #172831; }
.ubi-accordion.orange .panel-heading {
  background-color: transparent;
  border: 0 none; }
.ubi-accordion.orange .panel {
  border: 0 none; }
.ubi-accordion.orange .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none; }
.ubi-accordion.orange .panel-heading label {
  color: #333333;
  line-height: 32px; }
.ubi-accordion.orange .glyphicon-chevron-up, .ubi-accordion.orange .glyphicon-chevron-down {
  width: 35px;
  height: 35px; }
.ubi-accordion.orange .glyphicon-chevron-up::before, .ubi-accordion.orange .glyphicon-chevron-down::before {
  content: ''; }
.ubi-accordion.orange .glyphicon-chevron-up {
  background: transparent url('../images/upWhiteOragebtn.png') scroll no-repeat center center; }
.ubi-accordion.orange .glyphicon-chevron-down {
  background: transparent url('../images/downWhiteOragebtn.png') scroll no-repeat center center; }

.row .ubi-accordion .panel-group {
  padding: 0;
  background: transparent;
  border: 0; }

.ubi-table-accordion.table.ng-table th:first-child, .ubi-table-accordion.table.ng-table th:last-child {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px; }
.ubi-table-accordion.table.ng-table .last-visible-column {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px; }

/* Panel-group Remote Selling */
.panel-rs .panel-heading {
  background: none repeat scroll 0% 0% #fff;
  color: #003D73;
  font-size: 16px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 8px 0px;
  border-bottom: 1px solid #DDD; }
  .panel-rs .panel-heading label {
    color: #003D73;
    padding-right: 15px; }
.panel-rs .glyphicon-chevron-down:before {
  content: url(../images/arrow-orange-close.png); }
.panel-rs .glyphicon-chevron-right:before {
  content: url(../images/arrow-orange-open.png); }
.panel-rs .glyphicon.glyphicon-chevron-right {
  content: "&nbsp"; }
.panel-rs .panel {
  margin-bottom: 20px;
  background-color: #FFF;
  border-radius: 4px;
  border: 0px;
  box-shadow: none; }
.panel-rs .pull-right {
  border-bottom: 3px solid #003D73; }
.panel-rs .accordion-toggle {
  font-size: 20px; }
.panel-rs .panel-body {
  font-size: 16px;
  padding: 15px 0px;
  border: 0px; }
.panel-rs label {
  margin-top: 5px; }

.ubi-accordion.panel-rs .panel-heading .more-text {
  background: transparent;
  color: #003D73;
  font-size: 18px;
  text-align: right;
  float: right;
  padding-bottom: 4px;
  border-bottom: 3px solid;
  position: absolute;
  top: 0px;
  padding-bottom: 10px; }

.panel-rs .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0px; }

/* End Panel-group Remote Selling */
.panel-heading label.action-text {
  color: #FFF;
  font-family: ubuntumedium;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  right: 34px;
  text-align: right;
  top: 2px; }

@media only screen and (max-width: 768px) {
  .panel-heading label {
    font-size: 14px;
    padding: 0px 1px; }
    .panel-heading label.action-text {
      display: none; } }

.ubi-buttons-group {
  background: #F38400;
  /*padding-right: 10px;*/
  position: relative; }
  .ubi-buttons-group .btn-dark-orange {
    background: #C46D00;
    border: 1px solid #C46D00; }


.ubi-buttons-group .btn {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 7px; }

.ubi .ubi-buttons-group {
  background: none repeat scroll 0 0 #F08400; }

.ubi-buttons-group.really.closed {
  height: 0;
  padding: 0;
  transition-duration: 3s;
  transition-property: height;
  padding-top: 20px; }
  .ubi-buttons-group.really.closed div.row {
    height: 0;
    padding: 0;
    transition-duration: 3s;
    transition-property: height; }

.bladeContent > .relative > *:nth-child(3):before {
  background: url("../images/MenuTopGradientCut.png") no-repeat scroll center top transparent;
  content: " ";
  /* height: 7px; */
  left: -16px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

.ubi-buttons-group:before {
  background: url("../images/MenuTopGradientCut.png") no-repeat scroll center top transparent;
  content: " ";
  /* height: 7px; */
  left: -16px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }
.ubi-buttons-group div.row {
  margin: 0;
  padding: 7px 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  /*IE8*/ }
  .ubi-buttons-group div.row.overflow {
    padding-right: 0px;
    overflow-y: auto; }
.ubi-buttons-group.closed > div.row {
  height: 63px; }

.ubi-buttons-group-btn {
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  bottom: -18px;
  color: #FFFFFF;
  height: 18px;
  left: 50%;
  margin-left: -65px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  float: left;
  /*line-height: 28px;*/
  text-align: center;
  width: 130px;
  font-size: 12px;
  background: url(../images/chiudiArrow.png) no-repeat top center #f38400;
  padding-bottom: 8px; }

.closed .ubi-buttons-group-btn {
  background: url("../images/apriArrow.png") no-repeat top center #f38400; }

/*mobile */
@media only screen and (max-width: 767px) {
  .ubi-buttons-group.closed div.row {
    height: 0px; } }

/* inserito da style css */
.container .ubi-buttons-group .btn {
  font-size: 14px;
  font-family: 'ubuntumedium'; }

/* NON dovrebbe star qui dentro ed oltretutto è anche sbagliato
 .container .btn.btn-help {
text-indent: -99999px;
background: white url(../images/question-icon.png) no-repeat center center;
}*/
.container .filter-panel-isclosed {
  box-shadow: 0px 0px 1px #DEDEDE; }

/*.hidestep {
visibility:hidden;
}
*/
.steps-indicator li.current {
  background: url(../images/line-wizard-end.png) no-repeat center top; }
.steps-indicator li.editing {
  background: url(../images/line-wizard-left.png) no-repeat center top; }
.steps-indicator li.done {
  background: url(../images/line-wizard-full.png) no-repeat center top; }
.steps-indicator li.current:first-child {
  background: none; }
.steps-indicator li.editing:first-child {
  background: none; }
.steps-indicator li.editing:last-child {
  background: url(../images/line-wizard-end.png) no-repeat center top; }
.steps-indicator li.done:last-child {
  background: url(../images/line-wizard-end.png) no-repeat center top; }
.steps-indicator li.done:first-child {
  background: url(../images/line-wizard-start.png) no-repeat center top; }
.steps-indicator:before {
  background-color: #CCCCCC; }

/*.steps-indicator li.current:last-child {
    background: url(../images/line-wizard-end.png) no-repeat center top;
    }*/
.wizard-img-skin.steps-indicator li.done:first-child {
  background: url(../images/line-wizard-start.png) no-repeat center 39px; }
.wizard-img-skin.steps-indicator li.done:last-child {
  background: url(../images/line-wizard-full.png) no-repeat -310px 39px; }
.wizard-img-skin.steps-indicator li.current:last-child {
  background: url(../images/line-wizard-full.png) no-repeat -310px 39px; }
.wizard-img-skin .step-1.current {
  background: url(../images/line-wizard-full.png) no-repeat -310px 39px; }
.wizard-img-skin .step-2.done, .wizard-img-skin .step-1.done {
  background: url(../images/line-wizard-full.png) no-repeat center 39px; }
.wizard-img-skin .step-2.current, .wizard-img-skin .step-3.current {
  background: url(../images/line-wizard-full.png) no-repeat -310px 39px; }

.nbs-flexisel-container {
  padding: 0;
  position: relative;
  width: 100%; }

.tabs {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.tab-content {
  float: left;
  background: #e2e9ef;
  position: relative;
  padding: 18px 18px 10px 18px;
  margin: -1px -18px 0px -18px;
  border: 0;
  width: 100%;
  width: 90%;
  width: calc(100% + 36px);
  width: -webkit-calc(100% + 36px);
  width: -moz-calc(100% + 36px);
  width: -o-calc(100% + 36px);
  width: expression(100% + 36px);
  -calc-ie-ex-width: '100% + 36px';
  behavior: url(/js/lib/ie8calc.htc) \9;
  -ms-behavior: url(/js/lib/ie8calc.htc) \9; }

.nav-tabs {
  border-color: transparent; }
  .nav-tabs .ng-scope a {
    color: #727F8A;
    white-space: nowrap; }
  .nav-tabs .ng-scope.active a {
    background: url(../images/tabs-arrow.png) no-repeat center bottom; }
    .nav-tabs .ng-scope.active a:hover {
      background: url(../images/tabs-arrow.png) no-repeat center bottom; }
  .nav-tabs > li > a:hover, .nav-tabs > li a:focus {
    color: #65657A; }
  .nav-tabs > li.active > a {
    border-color: transparent;
    color: #004C8A; }
    .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      border-color: transparent;
      color: #004C8A; }

/*
@media only screen and (min-width: 768px) {
.nav-tabs  > li {width: 194px !important; /* border: 1px solid red * /}
.aBlade .bladeContent .nav-tabs  > li {width: 178px !important; /* border: 1px solid green * /}
}
*/
/*.nav-tabs .ng-scope.active {
	background: url(../images/tabs-arrow.png) no-repeat center bottom;
}*/
.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center; }

.nbs-flexisel-inner {
  overflow: hidden;
  float: left;
  background: #fcfcfc;
  background: #fcfcfc-moz-linear-gradient(top, #fcfcfc 0%, #eeeeee 100%);
  /* FF3.6+ */
  background: #fcfcfc-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background: #fcfcfc-webkit-linear-gradient(top, #fcfcfc 0%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: #fcfcfc-o-linear-gradient(top, #fcfcfc 0%, #eeeeee 100%);
  /* Opera11.10+ */
  background: #fcfcfc-ms-linear-gradient(top, #fcfcfc 0%, #eeeeee 100%);
  /* IE10+ */
  background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eeeeee 100%);
  /* W3C */
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
  /* line-height:0px; */ }
  .nbs-flexisel-item img {
    width: 100%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100px;
    max-height: 45px; }
  .nbs-flexisel-item .tabs-with-status img {
    width: auto; }

/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
  width: 22px;
  height: 22px;
  padding: 0px 15px 0px 15px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  opacity: 0.5;
  top: 10px;
  /* border: 1px solid #000; */ }

.nbs-flexisel-nav-left {
  left: -11px;
  background: url(../images/button-previous.png) center no-repeat; }

.nbs-flexisel-nav-right {
  right: -9px;
  background: url(../images/button-next.png) center no-repeat; }

.tabbable .nbs-flexisel-inner {
  border: 0;
  background: none;
  position: relative; }
.tabbable .tabs:hover {
  background: none; }
.tabbable .nav-tabs > li > a {
  background: none;
  border: none;
  font-family: "ubunturegular";
  font-size: 16px;
  bottom: -1px; }
.tabbable .nav-tabs > li.active > a {
  background-color: transparent;
  border: none; }
  .tabbable .nav-tabs > li.active > a:hover, .tabbable .nav-tabs > li.active > a:focus {
    background-color: transparent;
    border: none; }

.ubi-tabs-blue .nbs-flexisel-item:first-child a span {
  border-left: 1px solid #CCCCCC; }
.ubi-tabs-blue .nav-tabs .ng-scope a span {
  border-right: 1px solid #CCCCCC;
  color: #d1d3da; }
.ubi-tabs-blue .nav-tabs .ng-scope.active a {
  background: url(../images/tabs-rs-arrow.png) no-repeat center bottom; }
  .ubi-tabs-blue .nav-tabs .ng-scope.active a span {
    color: #004C8A; }
  .ubi-tabs-blue .nav-tabs .ng-scope.active a:hover {
    background: url(../images/tabs-rs-arrow.png) no-repeat center bottom; }
    .ubi-tabs-blue .nav-tabs .ng-scope.active a:hover + div {
      border-top: 1px solid #536D96;
      margin-top: -1px; }
  .ubi-tabs-blue .nav-tabs .ng-scope.active a + div {
    border-top: 1px solid #536D96;
    margin-top: -1px; }
.ubi-tabs-blue .tab-content {
  background-color: transparent; }

.ubi-tabs-rs .nav-tabs .ng-scope a {
  padding-left: 0;
  padding-right: 0; }
  .ubi-tabs-rs .nav-tabs .ng-scope a span {
    margin-bottom: 5px;
    margin-top: 5px;
    display: block; }

.ubi-tabs-dark-blue .nbs-flexisel-inner {
  background-color: #003D73; }
.ubi-tabs-dark-blue .tabbable .nav-tabs > li.active {
  background-color: #3791D8; }
  .ubi-tabs-dark-blue .tabbable .nav-tabs > li.active::after {
    border-color: #3791D8 transparent; }
.ubi-tabs-dark-blue .tabbable .nav-tabs > li > a {
  color: #fff;
  background-color: #00366B; }
.ubi-tabs-dark-blue .tabbable .nav-tabs > li > a span {
  color: #4AC7E3; }
.ubi-tabs-dark-blue .tabbable .nav-tabs > li:nth-child(2n) > a span {
  color: #DE2E19; }
.ubi-tabs-dark-blue .tabbable .nav-tabs > li:nth-child(3n) > a span {
  color: #A1C100; }
.ubi-tabs-dark-blue .nbs-flexisel-nav-left {
  background-image: url('../images/arrowWhiteThinLeft.png'); }
.ubi-tabs-dark-blue .nbs-flexisel-nav-right {
  background-image: url('../images/arrowWhiteThinRight.png'); }

.ubi-tabs-big-image .nbs-flexisel-inner {
  padding: 25px 20px 0 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: -15px; }
.ubi-tabs-big-image .tabbable .nav-tabs > li {
  /*margin-bottom:25px;*/
  /*margin-right:20px;*/ }
  .ubi-tabs-big-image .tabbable .nav-tabs > li.active {
    margin-bottom: 0;
    z-index: 10; }
    .ubi-tabs-big-image .tabbable .nav-tabs > li.active a {
      background-color: transparent;
      background-image: none;
      padding-bottom: 30px; }
    .ubi-tabs-big-image .tabbable .nav-tabs > li.active::after {
      content: "";
      position: absolute;
      bottom: -15px;
      left: 50px;
      border-width: 15px 15px 0;
      border-style: solid;
      display: block;
      width: 0;
      left: 50%;
      margin-left: -15px; }
  .ubi-tabs-big-image .tabbable .nav-tabs > li > a {
    font-size: 23px;
    margin-left: 10px;
    margin-right: 10px; }
  .ubi-tabs-big-image .tabbable .nav-tabs > li:last-child a {
    margin-left: 10px;
    margin-right: 10px; }
  .ubi-tabs-big-image .tabbable .nav-tabs > li > a img {
    width: auto;
    height: auto;
    max-width: initial;
    max-height: initial; }
  .ubi-tabs-big-image .tabbable .nav-tabs > li > a span {
    font-size: 32px; }
.ubi-tabs-big-image .nbs-flexisel-ul {
  border: 0 none;
  padding-bottom: 15px; }
.ubi-tabs-big-image .tab-content {
  background-color: #fff;
  margin: 0; }
.ubi-tabs-big-image .nbs-flexisel-nav-left {
  background-position: center center;
  opacity: 1;
  left: 0; }
.ubi-tabs-big-image .nbs-flexisel-nav-right {
  background-position: center center;
  opacity: 1;
  right: 0; }

.ubi-tabs-rs-cards .active .ubi-tabs-pane-title span {
  background: url(../images/active-panel.png) no-repeat center center;
  color: #ffffff; }
.ubi-tabs-rs-cards .ubi-tabs-pane-title span {
  float: left;
  width: 100%;
  background: url(../images/panel.png) no-repeat center center;
  height: 40px;
  line-height: 36px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 8px; }
.ubi-tabs-rs-cards .ubi-tabs-pane-title img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
  position: relative;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  clear: both; }
.ubi-tabs-rs-cards .tab-content {
  background: #E6E9F1;
  border-top: 1px solid #ccc;
  margin-top: -1px;
  z-index: 0; }
.ubi-tabs-rs-cards .nbs-flexisel-container {
  z-index: 1; }
.ubi-tabs-rs-cards .ng-scope.active a {
  background: url(../images/tabs-arrow-3.png) no-repeat center bottom; }
  .ubi-tabs-rs-cards .ng-scope.active a:hover {
    background: url(../images/tabs-arrow-3.png) no-repeat center bottom; }

@media only screen and (max-width: 767px) {
  .tab-content {
    padding: 14px 14px 10px 14px;
    margin: -1px -14px 10px -14px; }
  .aBlade .bladeContent .tab-content {
    width: 90%;
    width: calc(100% + 22px);
    width: -webkit-calc(100% + 22px);
    width: -moz-calc(100% + 22px);
    width: -o-calc(100% + 22px);
    width: expression(100% + 22px);
    -calc-ie-ex-width: '100% + 22px';
    behavior: url(/js/lib/ie8calc.htc) \9;
    -ms-behavior: url(/js/lib/ie8calc.htc) \9; }
  .ubi-tabs-big-image .tabbable .nav-tabs > li {
    margin-right: 0; } }

.tab-content.no-background, .nav-tabs .ng-scope.active a.no-background {
  background: none; }

.smallSpinner .nbs-flexisel-item.loading {
  background: url(../../../images/icons/loader1_small.gif) no-repeat center; }
  .smallSpinner .nbs-flexisel-item.loading .doc-contabili {
    visibility: hidden !important; }

.nbs-flexisel-item.loading {
  background: url(../../../images/icons/loader1.gif) no-repeat center; }
  .nbs-flexisel-item.loading .doc-contabili {
    visibility: hidden !important; }

/*da inserire nella widget del ubi-tabs-with-image*/
.ubi-tabs-with-image.ubi-tabs-big-image .tabbable .nav-tabs > li > a img {
  width: 100%; }

.ubi-tabs-with-image.ubi-tabs-big-image .tabbable .nav-tabs > li > a {
  white-space: inherit;
  font-size: 23px;
  margin-left: 0;
  margin-right: 0;
  height: auto;
  line-height: 30px;
  padding-bottom: 70px;
  padding-left: 18px;
  padding-right: 18px; }

/*allineamento titoli slide WIDGET TABS*/
.tab-carousel-title {
  width: 100%;
  position: absolute;
  bottom: 25px;
  height: 50px;
  font-size: 24px;
  font-family: 'ubunturegular';
  left: 0; }

/*da inserire nel relativo widget SLIDER*/
.container .ubi-main-slider-top {
  margin-top: 0; }

.ngtable-cnt {
  padding: 0 0 0 0; }

.ng-table {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 1px #666666;
  -moz-box-shadow: 0 0 1px #666666;
  -ms-box-shadow: 0 0 1px #666666;
  -o-box-shadow: 0 0 1px #666666;
  box-shadow: 0 0 1px #666666;
  width: 100%;
  margin: 0; }
  .ng-table.safari {
    -webkit-box-shadow: 0 0 1px 1px #ddd;
    -moz-box-shadow: 0 0 1px 1px #ddd;
    -ms-box-shadow: 0 0 1px 1px #ddd;
    -o-box-shadow: 0 0 1px 1px #ddd;
    box-shadow: 0 0 1px 1px #ddd; }
  .ng-table th {
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #003D73;
    color: #FFFFFF;
    font: normal 14px/16px "ubuntulight"; }

.table.ng-table th:first-child {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0; }
.table.ng-table th:last-child {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0; }
.table.ng-table .last-visible-column {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0; }
.table.ng-table td {
  border-left: 1px solid #DDDDDD;
  vertical-align: middle; }
.table.ng-table > thead > tr > th, .table.ng-table > tbody > tr > th, .table.ng-table > tfoot > tr > th, .table.ng-table > thead > tr > td, .table.ng-table > tbody > tr > td, .table.ng-table > tfoot > tr > td {
  border-bottom: 0;
  border-top: 1px solid #DDDDDD; }
.table.ng-table > tbody > tr > td.footable-row-detail-cell {
  text-align: left; }

.title-and-helper .ng-scope.ng-binding {
  width: 90%; }

.ubi-ngtable-noelements {
  font-size: 14px;
  color: #666666; }

.ubi-ngtable-risultati-trovati {
  float: left;
  font-size: 12px;
  line-height: 18px;
  color: #172631; }

.table.ng-table td:first-child {
  border-left: 0; }
@media all and (-ms-high-contrast: none) {
  .table.ng-table tbody, .table.ng-table tfoot {
    border: 1px solid #ddd; } }
.table.ng-table tbody tr:last-child td:first-child, .table.ng-table tfoot tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  -ms-border-radius: 0 0 0 5px;
  -o-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
  border-left: 0; }
.table.ng-table tbody tr:last-child td.last-visible-column, .table.ng-table tfoot tr:last-child td.last-visible-column {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  -ms-border-radius: 0 0 5px 0;
  -o-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0; }
.table.ng-table > tfoot {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }
.table.ng-table tfoot td {
  background: url(../images/footerbg.png);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }
.table.ng-table > thead {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .table.ng-table > thead > tr > th {
    border-bottom: 0;
    border-left: 1px solid #DDDDDD; }
    .table.ng-table > thead > tr > th:first-child {
      border-left: 0; }

.ng-table th.sortable {
  cursor: pointer; }
  .ng-table th.sortable div {
    padding-right: 5px;
    position: relative; }
    .ng-table th.sortable div:after, .ng-table th.sortable div:before {
      content: "";
      border-width: 0 4px 4px;
      border-style: solid;
      border-color: #FFF transparent;
      visibility: visible;
      right: 0;
      top: 50%;
      position: absolute;
      opacity: 1;
      margin-top: -4px; }
    .ng-table th.sortable div:after, .ng-table th.sortable div:before {
      border: 0px solid #FFF;
      top: 0px; }
    .ng-table th.sortable div:after {
      content: url(../images/upWhiteFullArrow.png); }
    .ng-table th.sortable div:before {
      margin-top: 2px;
      border-bottom: none; }
    .ng-table th.sortable div:hover:after, .ng-table th.sortable div:hover:before {
      opacity: 1;
      visibility: visible; }
.ng-table tr.white-background td {
  background-color: white !important; }
.ng-table tr.grey-background td {
  background-color: #E2E9EF !important; }

.bladeContent .ubi-datatable .grey-background td.ubi-column-detail, .bladeContent .ubi-datatable .white-background td.ubi-column-detail {
  background-color: initial; }

.ng-table th.sortable div:before, .ng-table th.sortable div:after {
  top: 50% !important;
  margin-top: -11px !important; }
.ng-table th.sortable.sort-desc div:after, .ng-table th.sortable.sort-asc div:after {
  margin-top: -2px; }
.ng-table th.sortable.sort-desc div:before {
  visibility: hidden; }
.ng-table th.sortable.sort-asc div:before {
  visibility: hidden; }
.ng-table th.sortable.sort-asc div:after, .ng-table th.sortable.sort-asc div:hover:after {
  border-color: #F08400 transparent;
  visibility: visible;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }
.ng-table th.sortable.sort-desc div:after {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #F08400;
  visibility: visible;
  border-top: 0px solid #F08400;
  content: url(../images/downOrangeFullArrow.png);
  border-width: 0px 0px medium;
  margin-top: -5px; }
.ng-table th.sortable.sort-asc div:after, .ng-table th.sortable.sort-asc div:hover:after {
  border-color: transparent;
  content: url(../images/upOrangeFullArrow.png);
  margin-top: -5px; }
.ng-table th.filter .input-filter {
  margin: 0;
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.table.ng-table.ubi-datatable input {
  padding: 0 10px;
  margin: 0; }
.table.ng-table > tbody > tr > td {
  font: normal 14px/14px "ubuntulight";
  padding: 8px 8px; }

.ng-table + .pagination {
  margin-top: 0; }

.ng-table-counts .ng-scope {
  font-size: 12px;
  line-height: 14px;
  color: #172631; }
  .ng-table-counts .ng-scope.active .ng-scope {
    color: #666666;
    cursor: default; }
.ng-table-counts > .ng-scope {
  padding: 0 8px;
  border-left: 1px solid #172631; }
  .ng-table-counts > .ng-scope:first-child {
    border-left: 0; }

.ubi-ngtable-paginator {
  position: relative;
  float: right;
  margin-top: 15px; }
  .ubi-ngtable-paginator .ng-binding {
    font-size: 14px;
    line-height: 16px;
    color: #172631;
    display: inline-block; }
  .ubi-ngtable-paginator.ng-scope a {
    display: inline-block; }

.ng-table-pagination-prev, .ng-table-pagination-next {
  /*width: 16px;height: 16px;*/
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  font-size: 14px;
  line-height: 16px;
  text-indent: -9999px; }

.ng-table-pagination-prev:after {
  content: "";
  border-width: 5px 5px 5px 0;
  border-style: solid;
  border-color: transparent #666666 transparent;
  visibility: visible;
  left: 0;
  position: absolute;
  opacity: 1;
  margin-top: 0; }

.ng-table-pagination-next:after {
  content: "";
  border-width: 5px 0 5px 5px;
  border-style: solid;
  border-color: transparent #666666 transparent;
  visibility: visible;
  right: 0;
  position: absolute;
  opacity: 1;
  margin-top: 0; }

.ngtable-paginator-last-page:after, .ngtable-paginator-first-page:after {
  border-color: transparent #CCCCCC transparent; }

.ubi-ngtable-paginator label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px; }

.ng-table-pagination-next:hover:after, .ng-table-pagination-prev:hover:after {
  border-color: transparent #666666 transparent; }

.ng-table-pagination.ng-table-pagination-prev.ngtable-paginator-first-page, .ng-table-pagination.ng-table-pagination-next.ngtable-paginator-last-page {
  cursor: default; }
.ng-table-pagination.ng-table-pagination-prev.ngtable-paginator-first-page:hover:after, .ng-table-pagination.ng-table-pagination-next.ngtable-paginator-last-page:hover:after {
  border-color: transparent #ccc transparent;
  cursor: default; }

.ubi-ngtable-aggiornatoal {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  float: left;
  margin-top: 15px;
  font-family: 'ubunturegular'; }

td.footable-last-column {
  width: 30px;
  text-indent: 0;
  background: none; }
td.ubi-column-detail.footable-last-column {
  background: url(../images/opendetail.png) no-repeat center center; }

.footable-detail-show td.footable-last-column {
  background: url(../images/opendetail_2.png) no-repeat center center; }

.footable-detail-expand {
  background: url(../images/opendetail_2.png) no-repeat center center !important; }

.footable-row-detail {
  background: #EFF0F5; }
  .footable-row-detail .footable-row-detail-name {
    color: #003D73; }

.footable-row-detail-row {
  clear: both; }
  .footable-row-detail-row div {
    font-size: 14px;
    margin-bottom: 6px; }
  .footable-row-detail-row:before, .footable-row-detail-row:after {
    content: " ";
    display: table; }

.footable-row-detail-name {
  /*float: left;*/
  width: 40%;
  text-align: left; }

.footable-row-detail-value {
  float: left; }

.container .ng-table th {
  vertical-align: middle; }

.ubi-postlogin .ubi-datatable .title-and-helper span {
  font: normal 14px/14px "ubunturegular"; }

.table.ng-table > tbody > tr > td {
  font: normal 12px/12px "ubunturegular";
  text-align: center; }
  .table.ng-table > tbody > tr > td span {
    font: inherit;
    color: inherit; }
  .table.ng-table > tbody > tr > td a {
    font: inherit;
    color: inherit;
    cursor: pointer;
    color: #F58711;
    text-decoration: underline; }

.ubi-ngtable-risultati-trovati {
  position: relative;
  top: 7px;
  font-family: 'ubunturegular'; }

/*
.container .ng-table .ubi-align-left{text-align: left;}
.container  .ng-table .ubi-align-right{text-align: right;}
.container  .ng-table .ubi-align-center{text-align: center;}
*/
.ubi-datatable tr {
  background: #ffffff; }
  .ubi-datatable tr.footable-row-detail {
    background: #EEEEEE; }

.ubi-datatable th.sortable > a {
  color: #FFFFFF; }
  .ubi-datatable th.sortable > a:focus {
    color: #79b7e7; }

.panel-body .ubi-datatable th.sortable > a {
  color: #666666;
  text-decoration: none; }
  .panel-body .ubi-datatable th.sortable > a > div:after {
    content: url('../../ubi-ngtable/images/down-gray-dark-FullArrow.png'); }

/* tabella accordion skin */
.ubi-table-accordion.ng-table {
  border-bottom: 1px #fff solid;
  border-radius: 0; }
  .ubi-table-accordion.ng-table th {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: url(../images/background-table-accordion.jpg) repeat-x;
    color: #003D73; }
  .ubi-table-accordion.ng-table th > a {
    color: #003D73;
    text-decoration: none; }
  .ubi-table-accordion.ng-table td {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

.accordion-table .panel-body {
  padding: 0px; }

.ubi-table-small.table.ng-table > thead {
  border-radius: 5px;
  -webkit-border-radius: 5px; }
.ubi-table-small.ng-table th.sortable div {
  padding-right: 8px;
  position: relative; }
.ubi-table-small .title-and-helper span {
  font: normal 14px/14px "ubunturegular"; }
.ubi-table-small.table.ng-table > thead > tr > th {
  border-bottom: 0;
  border-left: 1px solid #DDDDDD; }
.ubi-table-small tr {
  background: #ffffff; }
.ubi-table-small.ng-table > tbody > tr > td.testo {
  text-align: left;
  padding-left: 5px;
  padding-right: 2px; }
.ubi-table-small.ng-table td:first-child {
  border-left: 0; }
.ubi-table-small.ng-table > tbody > tr > td {
  font: normal 12px/12px "ubunturegular";
  text-align: center; }
  .ubi-table-small.ng-table > tbody > tr > td.datinum {
    text-align: right;
    padding-left: 3px;
    padding-right: 3px; }
.ubi-table-small .ubi-ngtable-risultati-trovati {
  position: relative;
  top: 7px;
  float: left;
  font-size: 12px;
  line-height: 18px;
  color: #172631; }

.ng-table-counts .ng-scope {
  font-size: 12px;
  line-height: 14px;
  color: #172631; }
.ng-table-counts > .ng-scope {
  padding: 0 8px;
  border-left: 1px solid #172631; }
  .ng-table-counts > .ng-scope:first-child {
    border-left: 0; }

.title-and-helper-cont {
  min-width: 100px; }
  .title-and-helper-cont:after {
    margin-top: -1px; }

/* correzione contenuti after per evitare 3 frecce sull'hover bug(NBDDGAM-126)*/
.ng-table th.sortable.sort-asc .title-and-helper:hover:after, .ng-table th.sortable.sort-asc .ng-binding.ng-scope:hover:after {
  content: '' !important; }

.ng-table th.sortable.sort-asc div:after, .ng-table th.sortable.sort-asc div:hover:after {
  border-color: transparent;
  content: url(../images/upOrangeFullArrow.png);
  margin-top: -5px; }

/* correzione contenuti after per evitare 3 frecce nella classe only-title*/
.ng-table th.sortable.sort-desc .only-title:after, .ng-table th.sortable.sort-desc .only-title div:after, .ng-table th.sortable.sort-asc .only-title div:after, .ng-table th.sortable.sort-asc .only-title :after, .ng-table th.sortable .only-title div:after, .ng-table th.sortable .only-title:after, .ng-table th.sortable.sort-asc .only-title div:after, .ng-table th.sortable.sort-asc .only-title div:hover:after, .ng-table th.sortable.sort-asc .only-title:after, .ng-table th.sortable.sort-asc .only-title:hover:after {
  content: '' !important; }

.panel-group-container .ng-table th.sortable div:after {
  content: url('../images/down-gray-dark-FullArrow.png'); }

@media only screen and (max-width: 768px) {
  .ubi-table-accordion.ng-table th {
    padding: 6px; }
  .ng-table-counts {
    float: none;
    width: 100%;
    text-align: center; }
  .table.ng-table th:nth-last-of-type(2) {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0; }
  .ng-table-responsive {
    border-bottom: 1px solid #999999;
    display: block; }
    .ng-table-responsive tr {
      border-top: 1px solid #999999;
      border-left: 1px solid #999999;
      border-right: 1px solid #999999; }
    .ng-table-responsive td:before {
      position: absolute;
      padding: 8px;
      left: 0;
      top: 0;
      width: 50%;
      white-space: nowrap;
      text-align: left;
      font-weight: bold; }
    .ng-table-responsive thead tr th {
      text-align: left; }
    .ng-table-responsive thead tr.ng-table-filters th {
      padding: 0; }
      .ng-table-responsive thead tr.ng-table-filters th form > div {
        padding: 8px; }
    .ng-table-responsive td {
      border: none;
      border-bottom: 1px solid #eeeeee;
      position: relative;
      padding-left: 50%;
      white-space: normal;
      text-align: left; }
      .ng-table-responsive td:before {
        content: attr(data-title-text); }
    .ng-table-responsive thead, .ng-table-responsive tbody, .ng-table-responsive th, .ng-table-responsive td, .ng-table-responsive tr {
      display: block; } }

/* inserito da style css */
@media only screen and (max-width: 767px) {
  .container .footable-row-detail-name {
    width: 70%; } }

/* Class panel-group */
.panel-group {
  padding: 15px;
  background: #DEE2E8;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  font-size: 12px;
  color: #666666;
  line-height: 18px; }
  .panel-group a {
    text-decoration: underline;
    color: #F08400;
    margin-top: 10px; }
  .panel-group p {
    font-style: italic;
    font-size: 16px;
    color: #6C6B6C;
    font-family: ubunturegular; }

/* Tag panel-group-container */
.panel-group-container {
  margin-top: 5px; }
  .panel-group-container .panel.panel-default {
    background: #DEE2E8;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    font-size: 12px;
    color: #666666;
    line-height: 18px; }
  .panel-group-container a {
    text-align: right;
    font-style: normal;
    font-size: 14px;
    text-decoration: underline;
    color: #F08400;
    margin-top: 10px; }
  .panel-group-container p {
    font-style: italic;
    font-size: 16px;
    color: #6C6B6C;
    font-family: ubunturegular; }
  .panel-group-container.info {
    overflow: hidden;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-image: url(../images/bg.png);
    border: 1px solid #DDDDDD;
    font-style: normal;
    font-size: 16px;
    color: #6C6B6C;
    font-family: ubunturegular; }
    .panel-group-container.info .panel.panel-default {
      background: transparent;
      border-radius: 0px;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .panel-group-container.info h2 {
      font-size: 18px;
      color: #003D72;
      margin-bottom: 10px; }
    .panel-group-container.info p {
      font-style: normal;
      font-size: 16px;
      color: #6C6B6C;
      font-family: ubunturegular;
      padding-bottom: 30px; }
  .panel-group-container label {
    font-family: ubuntumedium;
    font-size: 18px;
    line-height: 16px; }
  .panel-group-container a {
    text-align: left; }

/* Panel-group with category="info"*/
.email-panel-group {
  margin-bottom: 20px;
  display: block;
  color: #003D72;
  font-size: 18px; }

.panel-group-container.info .panel {
  margin-bottom: 0px; }
.panel-group-container.info-panel-group.default {
  background: none;
  border: none; }
  .panel-group-container.info-panel-group.default .panel.panel-default {
    background: transparent;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    font-size: 12px;
    color: #666666;
    line-height: 18px; }
  .panel-group-container.info-panel-group.default .panel-heading {
    background: #003D73;
    color: #FFFFFF;
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
    padding-bottom: 8px; }
.panel-group-container.info-panel-group.orange {
  background: none;
  border: none; }
  .panel-group-container.info-panel-group.orange .panel.panel-default {
    background: transparent;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    font-size: 12px;
    color: #666666;
    line-height: 18px; }
  .panel-group-container.info-panel-group.orange .panel-heading {
    background: #F58711;
    color: #FFFFFF;
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
    padding-bottom: 8px; }
.panel-group-container.info-panel-group.blue {
  background: none;
  border: none; }
  .panel-group-container.info-panel-group.blue .panel.panel-default {
    background: transparent;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    font-size: 12px;
    color: #666666;
    line-height: 18px; }
  .panel-group-container.info-panel-group.blue .panel-heading {
    background: #003D73;
    color: #FFFFFF;
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
    padding-bottom: 8px; }
.panel-group-container.info-up-arrow .panel {
  background: transparent;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Category and skin default (blue heading)*/
/* Panel-group with TITLE and LABEL, skin="orange" (orange heading)*/
/* Panel-group without content, skin="blue" (blue heading) */
/* Panel-group without TITLE and LABEL, category="info-up-arrow" */
.ico-arrow-up-panel {
  position: absolute;
  top: -2px;
  left: 87px; }

.panel-group-container.info-up-arrow {
  background-color: #F2F4F8; }
  .panel-group-container.info-up-arrow .panel-group {
    background: transparent; }
.panel-group-container a.ico-pdf-small {
  padding-bottom: 5px;
  padding-top: 3px;
  padding-left: 30px;
  text-align: left;
  background: url("../images/ico-pdf-small.png") left center no-repeat; }
.panel-group-container .ico-helper-small {
  padding-bottom: 16px;
  padding-top: 20px;
  padding-left: 30px;
  background: url("../images/helper.png") left center no-repeat; }
.panel-group-container.info-up-arrow .panel.panel-default a {
  text-align: left; }

.bladeContent .panel-group {
  padding: 0; }

.panel-group-helper .btn.btn-help {
  margin-top: 0px;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  float: right; }

a.icon-chat {
  background: url('../images/ubi-ico-gen.png') no-repeat -2px -2px; }
  a.icon-chat:hover {
    background: url('../images/ubi-ico-gen.png') no-repeat -2px -47px; }
a.icon-contattaci {
  background: url('../images/ubi-ico-gen.png') no-repeat -44px -2px; }
  a.icon-contattaci:hover {
    background: url('../images/ubi-ico-gen.png') no-repeat -44px -47px; }
a.icon-sicurezza {
  background: url('../images/ubi-ico-gen.png') no-repeat -86px -2px; }
  a.icon-sicurezza:hover {
    background: url('../images/ubi-ico-gen.png') no-repeat -86px -47px; }
a.icon-preferiti {
  background: url('../images/ubi-ico-gen.png') no-repeat -128px -2px; }
  a.icon-preferiti:hover {
    background: url('../images/ubi-ico-gen.png') no-repeat -128px -47px; }
  a.icon-preferiti.active {
    background: url('../images/ubi-ico-gen.png') no-repeat -170px -2px; }
    a.icon-preferiti.active:hover {
      background: url('../images/ubi-ico-gen.png') no-repeat -170px -47px; }

.icons-panel-desktop a {
  width: 39px;
  height: 39px;
  display: block;
  float: left;
  text-indent: -999999px;
  /*margin-left: 12px;
    margin-right: 12px;*/
  font-family: ubunturegular;
  font-size: 14px;
  color: #ccc;
  text-align: center;
  margin: 0 8px; }
  .icons-panel-desktop a:focus {
    box-shadow: 0 0 5px #ccc;
    border-radius: 50%; }

.icons-panel-button {
  background: url(../images/page-tools-btn.png) no-repeat center center;
  display: block;
  height: 30px;
  width: 30px;
  text-indent: -999999px; }
  .icons-panel-button.icons-panel-button-active {
    background: url(../images/page-tools-btn-open.png) no-repeat; }

.icons-panel-mobile {
  float: right;
  background: #DEE2E8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 12px;
  position: absolute;
  margin-top: 0px;
  top: 0;
  right: 10px;
  z-index: 999999;
  width: auto; }
  .icons-panel-mobile a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-indent: -999999px;
    margin-left: 21px;
    margin-right: 21px; }

.icons-panel-mobile img {
  position: absolute;
  top: -20px;
  right: 0;
  width: 37px;
  height: 21px; }

.icons-panel-desktop {
  margin-top: 10px; }
  .icons-panel-desktop img {
    display: none; }

.icons-panel-button {
  float: right;
  margin-right: 5px;
  position: relative;
  top: 18px; }

.top-icons {
  float: right;
  position: relative;
  margin-right: 4px;
  top: 10px;
  padding-right: 12px; }
  .top-icons div {
    margin-bottom: 24px; }

@media only screen and (max-width: 767px) {
  .top-icons {
    padding-right: 10px; } }

.container .aBlade .bladeContent .titleArea .top-icons div.icons-panel-desktop {
  margin-bottom: 0; }

.ubi-flap {
  padding: 0; }
  .ubi-flap .flap-body {
    width: 100%; }
  .ubi-flap .btn-ubi-flap {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #003D73;
    height: 21px;
    padding: 1px;
    overflow: hidden;
    z-index: 999;
    text-align: center;
    width: 100%;
    line-height: 17px;
    background: white url(../images/chiudiArrow.png) no-repeat center center; }
    .ubi-flap .btn-ubi-flap.closed {
      background: white url(../images/apriArrow.png) no-repeat scroll center center; }
  .ubi-flap .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none; }

table.table.ubi-grid {
  font-family: 'ubunturegular'; }
  table.table.ubi-grid td {
    border: 1px solid #ccc;
    vertical-align: middle; }
    table.table.ubi-grid td.footable-last-column {
      width: 30px;
      text-indent: 0;
      background: none; }
    table.table.ubi-grid td.ubi-column-detail.footable-last-column {
      background: url(../../ubi-ngtable/images/opendetail.png) no-repeat center center; }
  table.table.ubi-grid > tbody > tr > td.footable-row-detail-cell {
    text-align: left; }
  table.table.ubi-grid .footable-detail-show td.footable-last-column {
    background: url(../../ubi-ngtable/images/opendetail_2.png) no-repeat center center; }
  table.table.ubi-grid .footable-detail-expand {
    background: url(../../ubi-ngtable/images/opendetail_2.png) no-repeat center center !important; }
  table.table.ubi-grid .footable-row-detail {
    background: #EFF0F5; }
    table.table.ubi-grid .footable-row-detail .footable-row-detail-name {
      color: #003D73; }
  table.table.ubi-grid .footable-row-detail-row {
    clear: both; }
    table.table.ubi-grid .footable-row-detail-row div {
      font-size: 14px;
      margin-bottom: 6px; }
    table.table.ubi-grid .footable-row-detail-row:before, table.table.ubi-grid .footable-row-detail-row:after {
      content: " ";
      display: table; }
  table.table.ubi-grid .footable-row-detail-name {
    /*float: left;*/
    width: 40%;
    text-align: left; }
  table.table.ubi-grid .footable-row-detail-value {
    float: left; }
  table.table.ubi-grid td.no-left-lign {
    border-left: 0; }
  table.table.ubi-grid td.no-right-lign {
    border-right: 0; }

.ubi-grid td a {
  color: #F58711;
  text-decoration: underline; }
.ubi-grid > thead {
  background-color: #003D73;
  color: #FFFFFF;
  font: normal 14px "ubunturegular";
  line-height: 14px;
  text-decoration: none; }
.ubi-grid > tbody > tr > td {
  font: normal 14px/12px "ubunturegular";
  text-align: center; }

.icon-sort-up {
  background: url(../images/upOrangeFullArrow.png) no-repeat;
  padding-left: 14px;
  top: 5px;
  position: relative;
  text-decoration: none;
  float: right; }

.icon-sort {
  background: url(../images/upWhiteFullArrow.png) no-repeat;
  padding-left: 14px;
  top: 5px;
  position: relative;
  text-decoration: none;
  float: right; }

.icon-sort-down {
  background: url(../images/downOrangeFullArrow.png) no-repeat;
  padding-left: 14px;
  top: 5px;
  position: relative;
  text-decoration: none;
  float: right; }

.icon-sort-up:hover, .icon-sort:hover, .gridhover:hover {
  text-decoration: none; }

.ubi-grid > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 0px;
  border: 1px solid #ccc; }

/* Product table */
table.table.ubi-grid.ubi-products-table {
  border: 0 solid #ccc;
  margin-bottom: 0; }

.ubi-products-table tr {
  border-bottom: 1px solid #cccccc; }
  .ubi-products-table tr td {
    background: #ffffff; }

.products-table-ext {
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden; }

.ubi-postlogin .rightContainer .ubi-products-table td {
  border: 0;
  text-align: left; }
.ubi-postlogin .rightContainer .ubi-products-table th {
  border: 0;
  padding-top: 6px;
  padding-bottom: 6px; }
.ubi-postlogin .rightContainer .ubi-products-table td {
  color: #666666;
  vertical-align: middle;
  height: 60px;
  cursor: pointer;
  border-radius: inherit; }
  .ubi-postlogin .rightContainer .ubi-products-table td.ubi-products-table-number span {
    text-align: right;
    font-size: 20px; }
  .ubi-postlogin .rightContainer .ubi-products-table td span {
    width: 100%;
    display: block; }

.ubi-products-table-nomeconto {
  font-size: 20px;
  font-family: ubunturegular;
  color: #003D73;
  margin-bottom: 8px; }

.ubi-products-table-iban {
  font-size: 14px;
  font-family: ubunturegular;
  color: #999999; }

.ubi-products-table-arrow img {
  height: 10px; }

.ubi-products-table thead th:first-child span {
  text-align: left;
  display: block; }

.grid-noelements {
  padding: 8px 8px;
  font: normal 12px/12px "ubunturegular";
  color: #666666;
  text-align: center; }

/* mobile */
@media only screen and (max-width: 767px) {
  .ubi-postlogin .rightContainer .ubi-products-table td span {
    font-size: 14px; }
  .ubi-postlogin .rightContainer td span.ubi-products-table-iban {
    font-size: 14px;
    position: absolute;
    line-height: 16px; }
  .ubi-postlogin .rightContainer .ubi-products-table td span.ubi-products-table-nomeconto {
    width: 120px;
    margin-top: -16px; }
  .ubi-products-table-number span {
    margin-top: -15px;
    text-align: right; }
  .onlyLarge, .fake-img-desktop {
    display: none; }
  .fake-img-mobile {
    display: block; }
  .font-xx-large {
    line-height: 1; } }

.ubi-simple-grid {
  width: 100%;
  border: 1px solid #ccc;
  background-color: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-collapse: separate;
  margin-bottom: 20px;
  vertical-align: middle;
  height: auto;
  float: left;
  padding: 0 10px;
  /*label span {
    top: 0;
    text-align: right;
    padding-right: 1%;
  }*/ }
  .ubi-simple-grid .ubi-healper {
    margin-top: 2px; }
  .ubi-simple-grid .row div {
    height: auto;
    margin: 0; }
  .ubi-simple-grid .row:first-child .row:first-child {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc; }
  .ubi-simple-grid .row:last-child .row:first-child {
    border-right: 1px solid #ccc; }
  .ubi-simple-grid .row .row {
    padding-top: 10px;
    padding-bottom: 10px; }
  .ubi-simple-grid .row div {
    padding-left: 0;
    padding-right: 0; }
  .ubi-simple-grid label {
    vertical-align: middle;
    float: right;
    margin-right: 20px; }
  .ubi-simple-grid span {
    font-size: 16px;
    height: 20px;
    margin-left: 10px;
    position: relative;
    top: 4px; }
  .ubi-simple-grid a {
    color: #F18500;
    font-size: 14px;
    position: relative;
    text-decoration: underline;
    margin-left: 10px;
    margin-top: -4px; }
  .ubi-simple-grid label {
    color: #003D72; }

.row.ubi-simple-grid {
  margin-left: 0;
  margin-right: -1px; }
  .row.ubi-simple-grid .row {
    margin-bottom: 0; }

.ubi-simple-grid .row:last-child div:last-child .row, .ubi-simple-grid .row:last-child div:first-child .row {
  border-bottom: 0; }
.ubi-simple-grid .row:last-child div:last-child .row {
  border-right: 0; }
.ubi-simple-grid .row:first-child div:last-child .row {
  border-right: 0; }

/* mobile */
@media only screen and (max-width: 767px) {
  .ubi-simple-grid tr:last-child td {
    border-bottom: 1px solid #ccc; }
    .ubi-simple-grid tr:last-child td:last-child {
      border-bottom: 0; }
  .ubi-simple-grid tr:first-child td, .ubi-simple-grid tr:last-child td:first-child {
    border-right: 0; }
  .ubi-simple-grid .row:last-child div:first-child .row {
    border-bottom: 1px solid #ccc;
    border-right: 0; }
  .ubi-simple-grid .row:first-child div:first-child .row {
    border-right: 0; } }

.clearout {
  height: 20px;
  clear: both; }

.nbs-flexisel-container {
  position: relative;
  max-width: 100%; }

.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center; }
  .nbs-flexisel-ul:before {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .nbs-flexisel-ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    clear: both; }

.nbs-flexisel-inner {
  overflow: hidden;
  float: left;
  width: 100%;
  background: #fcfcfc;
  background: #fcfcfc-moz-linear-gradient(top, #fcfcfc 0%, #eeeeee 100%);
  /* FF3.6+ */
  background: #fcfcfc-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background: #fcfcfc-webkit-linear-gradient(top, #fcfcfc 0%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: #fcfcfc-o-linear-gradient(top, #fcfcfc 0%, #eeeeee 100%);
  /* Opera11.10+ */
  background: #fcfcfc-ms-linear-gradient(top, #fcfcfc 0%, #eeeeee 100%);
  /* IE10+ */
  background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eeeeee 100%);
  /* W3C */
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  position: relative; }

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
  width: 18px;
  height: 18px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  opacity: 0.5; }

.nbs-flexisel-nav-left {
  left: 10px;
  background: url(../images/button-previous.png) scroll no-repeat center center; }

.nbs-flexisel-nav-right {
  right: 5px;
  background: url(../images/button-next.png) scroll no-repeat center center; }

.widget-carousel .nbs-flexisel-inner {
  background: none; }

/*navigation ads - news - service*/
.ubi-scrollable-service .nbs-flexisel-nav-right {
  right: 0px;
  top: 100px !important; }

.ubi-scrollable-news .nbs-flexisel-nav-right {
  right: -10px;
  top: 90px !important; }

.ubi-scrollable-ads .nbs-flexisel-nav-right {
  right: 0;
  top: 140px !important;
  background: url(../images/arrowWhiteThinRight.png) center no-repeat;
  opacity: 1;
  z-index: 1; }

.ubi-scrollable-images .nbs-flexisel-nav-right {
  right: 0px;
  top: 100px !important; }

.ubi-scrollable-service .nbs-flexisel-nav-left, .ubi-scrollable-images .nbs-flexisel-nav-left {
  left: 0px;
  top: 100px !important; }

.ubi-scrollable-news .nbs-flexisel-nav-left {
  left: -10px;
  top: 90px !important; }

.ubi-scrollable-ads .nbs-flexisel-nav-left {
  left: 0;
  top: 140px !important;
  background: url(../images/arrowWhiteThinLeft.png) center no-repeat;
  opacity: 1;
  z-index: 1; }

/*
.ubi-scrollable-service .nbs-flexisel-ul{
	margin:10px;
}
.ubi-scrollable-ads .nbs-flexisel-ul{
	margin:10px;
}
*/
/* widget carosello */
.ubi-prelogin .nbs-flexisel-inner {
  border: 0; }

.widget-carousel ul li img {
  width: 100%; }
.widget-carousel.widget-news-carousel ul li {
  text-align: left; }
  .widget-carousel.widget-news-carousel ul li a {
    color: #118CDF;
    text-decoration: none;
    margin-top: 10px;
    float: left;
    font-size: 16px; }
  .widget-carousel.widget-news-carousel ul li h4 {
    font-family: "ubuntulight"; }

.widget-prod-carousel ul li {
  height: 240px;
  margin-top: 15px; }
  .widget-prod-carousel ul li .single-carousel-container {
    height: 100%;
    background: #fff;
    margin: 3% 3% 3% 3%;
    display: inline-block; }
    .widget-prod-carousel ul li .single-carousel-container:first-child {
      margin-left: 0; }
  .widget-prod-carousel ul li table {
    height: 95%;
    width: 100%; }
    .widget-prod-carousel ul li table td {
      white-space: normal;
      vertical-align: top;
      font: normal;
      padding: 0 10px 0 10px;
      /* border: 1px solid black */ }
      .widget-prod-carousel ul li table td img {
        margin: 10px 0 10px 0; }
      .widget-prod-carousel ul li table td p {
        margin-top: 12px; }
      .widget-prod-carousel ul li table td a {
        width: 100%;
        color: #F58711;
        margin-bottom: 8px;
        display: block; }
        .widget-prod-carousel ul li table td a:hover {
          text-decoration: underline; }
.widget-prod-carousel .nbs-flexisel-nav-left {
  left: -10px;
  /*background: url(../images/button-previous-white.png) no-repeat;*/ }
.widget-prod-carousel .nbs-flexisel-nav-right {
  right: -10px;
  /*background: url(../images/button-next-white.png) no-repeat;*/ }

.widget-carte-carousel-cnt {
  padding: 19px 0;
  margin: 50px 0 0 0;
  background: #ECEFF4;
  border-top: 3px solid #CDD1D6; }
  .widget-carte-carousel-cnt .nbs-flexisel-nav-left {
    left: -25px; }
  .widget-carte-carousel-cnt .nbs-flexisel-nav-right {
    right: -25px; }

.widget-carte-carousel {
  margin: 0 25px; }
  .widget-carte-carousel .widget-carte-item {
    width: 96%;
    margin-left: 3%;
    margin-right: 3%;
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px solid transparent; }
    .widget-carte-carousel .widget-carte-item img {
      width: 100%;
      float: left;
      border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -webkit-border-radius: 5px 5px 0 0; }
    .widget-carte-carousel .widget-carte-item p {
      width: 100%;
      font-size: 14px;
      padding: 5px 10px;
      text-align: center;
      display: block;
      background: #FFFFFF;
      float: left;
      border-radius: 0 0 5px 5px;
      -moz-border-radius: 0 0 5px 5px;
      -webkit-border-radius: 0 0 5px 5px; }
    .widget-carte-carousel .widget-carte-item:hover {
      border: 2px solid #F68A0D; }

.ubi-scrollable-ads .nbs-flexisel-inner, .ubi-scrollable-news .nbs-flexisel-inner, .ubi-scrollable-service .nbs-flexisel-inner, .ubi-scrollable-images .nbs-flexisel-inner {
  background: none;
  border: 0; }

.ubi-scrollable-ads {
  background-color: #003D73;
  clear: both; }
  .ubi-scrollable-ads .nbs-flexisel-inner {
    margin: 30px 2%;
    width: 96%; }

/* news */
.ubi-scrollable-news {
  clear: both;
  overflow: hidden;
  background: #fff; }
  .ubi-scrollable-news .nbs-flexisel-inner {
    margin: 30px 5%;
    width: 90%; }
  .ubi-scrollable-news li {
    margin-left: 0;
    margin-right: 0; }
  .ubi-scrollable-news .date {
    float: left;
    height: 60px;
    width: 65px;
    color: #00397F;
    font-size: 10px;
    text-align: center; }
    .ubi-scrollable-news .date span {
      font-size: 40px;
      height: 36px;
      display: block; }
    .ubi-scrollable-news .date p {
      font-size: 10px;
      padding-right: 10px; }
  .ubi-scrollable-news li h3 {
    font-size: 20px;
    height: 40px;
    display: block;
    font-size: 16px;
    padding-right: 10px; }
  .ubi-scrollable-news li p {
    font-size: 14px;
    color: #727F8A;
    line-height: 20px;
    text-align: left;
    padding-right: 10px; }
  .ubi-scrollable-news li .date p {
    text-align: center;
    color: #00397F; }
  .ubi-scrollable-news h3 {
    text-align: left;
    font-size: 16px;
    font-family: 'ubunturegular'; }

/*ADS*/
/*.ubi-scrollable-ads {padding: 10px;}*/
.ubi-scrollable-ads .li-inner-container {
  width: 222px;
  margin: 0 auto;
  background-color: #003767;
  padding-bottom: 15px; }
.ubi-scrollable-ads .nbs-flexisel-item img {
  min-width: 222px;
  min-height: 222px;
  margin-top: 0; }
.ubi-scrollable-ads .nbs-flexisel-item p {
  clear: both;
  color: #fff;
  font-size: 14px;
  margin-right: 10%;
  margin-left: 10%;
  text-align: left;
  padding: 20px 0;
  display: block; }
.ubi-scrollable-ads .nbs-flexisel-item h3 {
  font-size: 16px;
  color: #fff;
  margin-top: 13px;
  margin-right: 10%;
  margin-left: 10%;
  text-align: left; }
.ubi-scrollable-ads .nbs-flexisel-item a {
  color: #f78400;
  padding: 5px 0;
  display: block;
  font-size: 15px;
  text-align: left;
  position: relative;
  margin: 10px 10%;
  width: 80%;
  text-decoration: underline; }
.ubi-scrollable-ads .nbs-flexisel-item ul:after {
  clear: both; }

/*
.ubi-scrollable-ads .nbs-flexisel-inner{
	padding: 30px 0;
}*/
/*
	
	Service scrollable

*/
.ubi-scrollable-service .nbs-flexisel-item {
  margin: 0; }
.ubi-scrollable-service .nbs-flexisel-inner {
  margin: 30px 5%;
  position: relative;
  width: 90%; }
.ubi-scrollable-service .nbs-flexisel-item ul:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.ubi-scrollable-service .nbs-flexisel-item ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both; }
.ubi-scrollable-service .nbs-flexisel-item img {
  float: left;
  width: 60px;
  height: 60px;
  max-height: 60px;
  margin-right: 5%;
  margin-left: 5%; }
.ubi-scrollable-service .nbs-flexisel-item h3 {
  float: right;
  width: 55%;
  margin-right: 5%;
  font-size: 16px;
  color: #172731;
  text-align: left;
  margin-top: 20px;
  display: table-cell;
  vertical-align: middle; }
.ubi-scrollable-service .nbs-flexisel-item p {
  clear: both;
  color: #727F8A;
  font-size: 14px;
  margin-right: 5%;
  margin-left: 5%;
  text-align: left;
  padding-top: 20px;
  display: block; }
.ubi-scrollable-service .nbs-flexisel-item a {
  color: #fff;
  padding: 7px 25px;
  border-radius: 25px;
  background-color: #F78502;
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
  left: 0;
  position: relative;
  margin-left: 10px;
  margin-top: 20px;
  width: 65%;
  box-shadow: 1px 3px 1px #ccc; }

/*
	
	Images scrollable

*/
.ubi-scrollable-images .nbs-flexisel-item {
  margin: 0; }
.ubi-scrollable-images .nbs-flexisel-inner {
  margin: 0 5%;
  width: 90%; }
.ubi-scrollable-images .nbs-flexisel-item ul:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.ubi-scrollable-images .nbs-flexisel-item ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both; }
.ubi-scrollable-images .nbs-flexisel-item img {
  float: left;
  margin-right: 5%;
  margin-left: 5%;
  width: auto;
  height: auto;
  margin: 0;
  max-width: none;
  max-height: none; }
.ubi-scrollable-images .nbs-flexisel-item h3 {
  float: right;
  width: 55%;
  margin-right: 5%;
  font-size: 16px;
  color: #172731;
  text-align: left;
  margin-top: 5px;
  display: table-cell;
  vertical-align: middle; }
.ubi-scrollable-images .nbs-flexisel-item p {
  clear: both;
  color: #727F8A;
  font-size: 14px;
  margin-right: 5%;
  margin-left: 5%;
  text-align: left;
  padding-top: 20px;
  display: block; }
.ubi-scrollable-images .nbs-flexisel-item a {
  color: #fff;
  padding: 7px 25px;
  border-radius: 25px;
  background-color: #F78502;
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
  left: 0;
  position: relative;
  margin-left: 10px;
  margin-top: 20px;
  width: 65%;
  box-shadow: 1px 3px 1px #ccc; }

@media only screen and (max-width: 767px) {
  .widget-prod-carousel ul li {
    height: 190px;
    margin-top: 10px; }
    .widget-prod-carousel ul li table td {
      /* border: 1px solid black; */ }
      .widget-prod-carousel ul li table td img {
        margin: 8px 0 3px 0; }
      .widget-prod-carousel ul li table td p {
        margin-top: 8px; }
      .widget-prod-carousel ul li table td a {
        margin-bottom: 12px; }
  .ubi-scrollable-service .nbs-flexisel-item, .ubi-scrollable-images .nbs-flexisel-item {
    margin: 0; }
  .ubi-scrollable-news .nbs-flexisel-nav-left {
    left: 0; } }

/*inserito da style css*/
.ubi-scrollable-ads .nbs-flexisel-inner {
  position: relative; }

.ubi-scrollable-ads .nbs-flexisel-nav-left {
  left: 10px !important;
  top: 115px !important;
  background: url(../images/arrowWhiteThinLeft.png) center no-repeat;
  opacity: 1;
  z-index: 1; }

.ubi-scrollable-ads .nbs-flexisel-nav-right {
  right: 10px !important;
  top: 115px !important;
  background: url(../images/arrowWhiteThinRight.png) center no-repeat;
  opacity: 1;
  z-index: 1; }

.container .popover.right {
  z-index: 1; }

.widget-prod-carousel ul li {
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px; }

.widget-prod-carousel ul.nbd-scrollable li h3, .widget-prod-carousel ul.nbd-scrollable li p {
  max-width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  float: none; }

.ubi-scrollable-service .nbs-flexisel-item img {
  margin-top: 0; }

.widget-prod-carousel .nbs-flexisel-nav-left.arrowLeft {
  left: -5px; }

.widget-prod-carousel .nbs-flexisel-nav-right.arrowRight {
  right: -5px; }



/* flexisel single */
.single-flexisel-inner {
  overflow: hidden;
  float: left;
  width: 100%;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.single-flexisel-container {
  position: relative;
  max-width: 100%; }

.single-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center; }

.single-flexisel-item {
  float: left;
  left: 0px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative; }

.single-flexisel-inner {
  background: none;
  border: 0;
  margin: 10px 5%;
  width: 90%; }

.single-flexisel-item h3 {
  float: right;
  width: 55%;
  margin-right: 5%;
  font-size: 16px;
  color: #172731;
  text-align: left;
  margin-top: 20px;
  display: table-cell;
  vertical-align: middle; }
.single-flexisel-item p {
  clear: both;
  color: #727F8A;
  font-size: 14px;
  margin-right: 5%;
  margin-left: 5%;
  text-align: left;
  padding-top: 20px;
  display: block;
  width: 211px; }
.single-flexisel-item a {
  color: #fff;
  padding: 7px 25px;
  border-radius: 25px;
  background-color: #F78502;
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
  left: 0;
  position: relative;
  margin-left: 10px;
  margin-top: 20px;
  width: 65%;
  box-shadow: 1px 3px 1px #ccc; }
.single-flexisel-item img {
  float: left;
  width: 60px;
  height: 60px;
  max-height: 60px;
  margin-right: 5%;
  margin-left: 5%; }

.li-inner-container {
  width: 222px;
  background-color: #003767;
  padding-bottom: 15px; }

.single-ads-flexisel-item img {
  min-width: 222px;
  min-height: 222px;
  margin-top: 0; }
.single-ads-flexisel-item p {
  clear: both;
  color: #fff;
  font-size: 14px;
  margin-right: 10%;
  margin-left: 10%;
  text-align: left;
  padding: 20px 0;
  display: block; }
.single-ads-flexisel-item h3 {
  font-size: 16px;
  color: #fff;
  margin-top: 13px;
  margin-right: 10%;
  margin-left: 10%;
  text-align: left; }
.single-ads-flexisel-item a {
  color: #f78400;
  padding: 5px 0;
  display: block;
  font-size: 15px;
  text-align: left;
  position: relative;
  margin: 10px 10%;
  width: 80%;
  text-decoration: underline; }

/* ADS single */
.ubi-scrollable-single {
  background-color: #003D73; }
  .ubi-scrollable-single .single-flexisel-inner {
    margin: 0px; }

/* news single */
.ubi-scrollable-news-single {
  overflow: hidden;
  background: #fff; }
  .ubi-scrollable-news-single .nbs-flexisel-inner {
    margin: 30px 5%;
    width: 90%; }
  .ubi-scrollable-news-single li {
    margin-left: 0;
    margin-right: 0; }
  .ubi-scrollable-news-single .date {
    float: left;
    height: 60px;
    width: 65px;
    color: #00397F;
    font-size: 10px;
    text-align: center; }
    .ubi-scrollable-news-single .date span {
      font-size: 40px;
      height: 36px;
      display: block; }
    .ubi-scrollable-news-single .date p {
      font-size: 10px;
      padding-right: 10px; }
  .ubi-scrollable-news-single li h3 {
    font-size: 20px;
    height: 40px;
    display: block;
    font-size: 16px;
    padding-right: 10px; }
  .ubi-scrollable-news-single li p {
    font-size: 14px;
    color: #727F8A;
    line-height: 20px;
    text-align: left;
    padding-right: 10px; }
  .ubi-scrollable-news-single li .date p {
    text-align: center;
    color: #00397F; }
  .ubi-scrollable-news-single h3 {
    text-align: left;
    font-size: 16px;
    font-family: 'ubunturegular'; }

.single-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center; }
  .single-flexisel-ul li {
    width: 220.5px; }

.ubi-but-token {
  float: right;
  margin-right: -9px; }

.ubi-but-ok {
  position: relative;
  right: -6px;
  float: right; }

.ubi-but-canc {
  position: relative;
  margin-left: 50px;
  float: right; }

.ubi-but-ok-cel {
  position: relative;
  right: -10px;
  float: right; }

.ubi-but-canc-cel {
  float: right; }

.confirmation-box {
  background: #F4F4F5;
  margin-bottom: 10px;
  text-align: center;
  font-family: 'ubuntulight';
  padding-top: 10px;
  padding-bottom: 30px;
  color: #172631; }
  .confirmation-box h3 {
    font-size: 32px;
    margin-bottom: 10px; }
  .confirmation-box p {
    font-size: 24px;
    line-height: 30px; }
  .confirmation-box span {
    margin-top: 30px;
    display: block; }
  .confirmation-box ul {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%; }
    .confirmation-box ul li {
      text-align: left;
      margin-top: 5px;
      margin-bottom: 5px;
      list-style-type: disc; }
  .confirmation-box.messages-success span, .confirmation-box.messages-success ul {
    display: none; }
  .confirmation-box .image-background {
    width: 100%;
    height: 100px;
    display: block; }
  .confirmation-box.messages-error .image-background {
    background: url(../images/messages-error.png) no-repeat center; }
  .confirmation-box.messages-warning .image-background {
    background: url(../images/messages-warning.png) no-repeat center; }
  .confirmation-box.messages-success .image-background {
    background: url(../images/messages-success.png) no-repeat center; }

.timeline-panel > .ubi-timeline {
  margin-right: -10px; }
  .timeline-panel > .ubi-timeline table {
    width: 100%; }
  .timeline-panel > .ubi-timeline > table td.timeline-dett {
    width: 20px;
    text-align: right;
    vertical-align: middle; }
  .timeline-panel > .ubi-timeline > table td.timeline-pdf {
    width: 32px;
    padding-right: 20px;
    text-align: center;
    vertical-align: middle; }
  .timeline-panel > .ubi-timeline > table td.timeline-value {
    width: 100px;
    text-align: right; }
    .timeline-panel > .ubi-timeline > table td.timeline-value.red {
      color: red; }
      .timeline-panel > .ubi-timeline > table td.timeline-value.red p {
        color: red; }

.timeline-cnt {
  background-color: #E7EDF2;
  padding: 0 0 20px 0;
  margin: 0 -16px 0 -20px; }
  .timeline-cnt .time-end {
    padding-bottom: 35px; }
    .timeline-cnt .time-end .point {
      position: relative;
      left: 10.8%;
      cursor: pointer; }
  .timeline-cnt .ubi-timeline-nodata {
    margin-left: 12%;
    padding: 0 10px;
    text-align: center; }
  .timeline-cnt .ubi-timeline-enddata {
    margin-left: 12%;
    margin-top: 20px;
    text-align: center; }
    .timeline-cnt .ubi-timeline-enddata .label {
      font-size: 20px; }

@media (max-width: 767px) {
  .timeline-cnt {
    background-color: #E7EDF2;
    padding: 0 0 20px 0;
    margin: 0 -16px 0 -20px; }
    .timeline-cnt .time-end {
      padding-bottom: 35px; }
      .timeline-cnt .time-end .point {
        cursor: pointer; }
    .timeline-cnt .ubi-timeline-nodata {
      margin-left: 16%; } }

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
  margin: 0;
  border-top: solid 1px #D3D7DD; }

.timeline-no-date {
  display: none; }

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 5px;
  background-color: #D3D7DD;
  left: 12%;
  margin-left: -2px; }
.timeline > li {
  margin-bottom: 10px;
  position: relative; }
  .timeline > li:before {
    content: " ";
    display: table; }
  .timeline > li:after {
    content: " ";
    display: table;
    clear: both; }
  .timeline > li:before {
    content: " ";
    display: table; }
  .timeline > li:after {
    content: " ";
    display: table;
    clear: both; }
  .timeline > li > .timeline-panel {
    width: 83%;
    float: left;
    left: 15%;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 10px 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175);
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, white 0%, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f9f9f9));
    background: -webkit-linear-gradient(top, white 0%, #f9f9f9 100%);
    background: -o-linear-gradient(top, white 0%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, white 0%, #f9f9f9 100%);
    background: linear-gradient(to bottom, white 0%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
    font-family: "ubunturegular"; }
  .timeline > li > .timeline-badge {
    color: #172831;
    width: 11%;
    text-align: right;
    font: normal 12px/18px 'ubunturegular';
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    /* z-index: 100; */
    background-color: #E7EDF2;
    padding: 6px; }

.timeline-badge.primary {
  background-color: #2e6da4 !important; }
.timeline-badge.info {
  background-color: #5bc0de !important; }

.timeline-title {
  margin: 0 0 5px 0; }

.timeline-body-sx {
  float: left;
  width: 100%;
  margin: 0 2% 0 0; }

.timeline-body-dx {
  float: right;
  margin-bottom: -25px;
  width: 35%; }

.timeline-body p {
  font: normal 14px/16px 'ubuntulight', sans-serif;
  color: #999999;
  margin: 0; }

.timeline-body-sx > p, .timeline-body-sx > ul {
  margin-bottom: 0; }

/*.timeline-body-sx > p + p {
    margin-top: 5px;
}*/
.timeline-body-dx .timeline-value {
  font: bold 20px/24px 'ubuntulight', sans-serif;
  color: #666666;
  text-align: right; }
  .timeline-body-dx .timeline-value span {
    display: block; }
  .timeline-body-dx .timeline-value.red {
    color: #DE2C26; }

.time-end {
  /*padding-left: 87px;*/
  height: 22px; }
  .time-end .point {
    /*
	  bottom: 0;
      position: relative;
	  left: 12%;
      margin-left: -10px;
	*/
    cursor: ponter;
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    background: url('../images/timeline.png') no-repeat bottom center; }
  .time-end .timeline-loading {
    display: inline-block;
    margin-left: 14px;
    float: left; }
  @media (min-width: 768px) {
    .time-end .timeline-loading {
      left: 10.8%;
      position: relative; } }
  .time-end .timeline-update-at {
    display: inline-block;
    margin-left: 15%;
    color: #999;
    font-size: 12px;
    height: 20px;
    line-height: 25px;
    float: left; }
  .time-end .text {
    width: 86%;
    left: 14%;
    position: relative; }
    .time-end .text span {
      font-size: 12px;
      line-height: 20px;
      color: #999999;
      display: inline-block;
      margin: 0 0 0 30px; }
    .time-end .text img {
      display: inline-block; }

.timeline-panel table p {
  font-size: 14px;
  color: #999999;
  word-break: break-word; }
.timeline-panel table .timeline-value p {
  font-size: 20px; }

@media (max-width: 767px) {
  ul.timeline:before {
    left: 16%; }
  .timeline > li {
    margin-bottom: 20px; }
  ul.timeline > li > .timeline-panel {
    width: 90%;
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -o-calc(100% - 90px);
    width: expression(100% - 90px);
    -calc-ie-ex-width: '100% - 90px';
    behavior: url(/js/lib/ie8calc.htc) \9;
    -ms-behavior: url(/js/lib/ie8calc.htc) \9; }
  ul.timeline > li > .timeline-badge {
    left: 0;
    margin-left: 0;
    top: 0;
    position: relative;
    margin-bottom: 10px;
    width: 32%;
    white-space: nowrap;
    text-align: center; }
  ul.timeline > li > .timeline-panel {
    float: left;
    width: 92%;
    left: 5%;
    right: 5%; }
  .time-end .point {
    left: 0;
    position: relative;
    width: 32%;
    text-align: center;
    /*left: 16%;*/ }
  .time-end .text img {
    display: none; } }

/* inserito da style css */
.container .timeline > li > .timeline-badge {
  z-index: 1; }

.timeline-loading img {
  width: 70px;
  height: 22px; }

.modal-backdrop {
  z-index: 100000002; }

.modal {
  z-index: 100000003; }

.btn.btn-small, .btn.btn-med, .btn.btn-big {
  min-width: 120px;
  max-width: 236px;
  padding: 0 15px;
  color: #fff;
  line-height: 18px;
  white-space: normal; }
.btn.btn-small:hover, .btn.btn-big:hover, .btn.btn-med:hover {
  color: #fff; }

@media only screen and (max-width: 767px) {
  .btn.btn-big {
    padding: 5px 5px; } }

.btn-left {
  float: left; }

.btn-right {
  float: right;
  margin-left: 20px; }

.btn.btn-small {
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 16px; }
.btn.btn-big {
  min-height: 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 18px;
  /*    padding: 5px 0px;*/ }
.btn.btn-med {
  min-height: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 18px;
  /*    padding: 5px 0px;*/ }
.btn.btn-orangeprelogin {
  background: #000; }
.btn.btn-orange {
  background: #F08400; }
.btn.btn-gray {
  background: #666666; }
.btn.btn-darkgray-3 {
  background: #AAAAAA; }
.btn.btn-lightblue {
  background: #008FCD; }
.btn.btn-white {
  background: #FFF;
  color: #F08400; }
.btn.btn-img-error {
  background-image: url(../images/error.png);
  background-position: 20px;
  background-repeat: no-repeat; }

/* colors */
/* START buttons with images in html*/
a.btn.btn-width-img.p-button {
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF !important; }
a.btn.btn-width-img.btn-white .p-button {
  color: #F08400 !important; }
a.btn.btn-width-img.btn-small p {
  font-size: 14px;
  line-height: 30px; }
a.btn.btn-width-img.btn-big p {
  font-size: 18px; }
a.btn.btn-width-img.btn-med p {
  font-size: 18px; }
a.btn.btn-width-img.img-button {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px; }

a.btn.btn-width-img.btn-white.btn-white p {
  color: #F08400 !important; }

/* END buttons with images in html*/
/* images */
/* images position */
.btn-img-left.btn {
  padding-left: 26px;
  background-position: 5%; }

.btn-img-right.btn {
  padding-right: 26px;
  background-position: 95%; }

.ie8 .btn {
  padding-left: 5px !important;
  padding-right: 5px !important; }

/* btn map small */
.btn_map_small {
  background: url(../images/map-ico.png) transparent;
  height: 30px;
  width: 31px;
  display: block; }

/* btn user mobile */
.btn_user_mobile {
  display: none; }

/* btn chat small */
.btn_chat_small {
  background: url(../images/chat-ico.png) transparent;
  height: 30px;
  width: 31px;
  display: block; }

/* btn search big */
.btn_search_big {
  background: url(../images/search.png) transparent;
  height: 30px;
  width: 31px;
  display: block; }

.btn-big.btn-gray-long {
  width: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 80px;
  line-height: 40px;
  color: #172731;
  font-size: 16px;
  max-width: 100%;
  text-align: left;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #ededed 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ededed));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #ededed 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #ededed 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #ededed 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #ededed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
  /* IE6-9 */ }
  .btn-big.btn-gray-long span {
    background-image: url(../images/arrowRightGray.png);
    background-repeat: no-repeat;
    background-position: right;
    width: 97%;
    display: block;
    padding-left: 3%;
    font-size: 16px; }
  .btn-big.btn-gray-long:hover {
    color: #172731; }

.btn.center {
  margin-top: 10px;
  margin-bottom: 10px; }
.btn.btn-img-user {
  background-image: url(../images/user.png);
  background-repeat: no-repeat;
  font-size: 12px;
  padding-right: 6px; }
.btn.btn-smallprelogin {
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 14px; }

.container a.btn {
  line-height: 26px; }

@media only screen and (max-width: 767px) {
  .btn.btn-img-user {
    display: none; }
  .btn.center {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .btn_user_mobile {
    background: url("../images/user2.png") no-repeat 0 0 transparent;
    display: block;
    position: relative;
    top: 18px;
    width: 30px;
    height: 30px;
    float: right; } }

.recaptcha_only_if_privacy {
  font-size: 12px;
  color: #666; }

.recaptcha_input_area input[type="text"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

/*@media only screen and (min-width: 586px){*/
.ContentFlow .flow .item img.selex {
  opacity: 1;
  border: 3px solid #F08400;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

.ContentFlow .flow .item.notSelex {
  opacity: 0.5; }

.ContentFlow .flow .item canvas.content {
  height: 100%;
  width: 100%; }
.ContentFlow .flow .item.active {
  cursor: pointer; }
.ContentFlow .flow .item .caption {
  font-size: 100%;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  max-height: 30%;
  bottom: 10%;
  background: url(../../img/1x1_0.5_black.png);
  width: 100%;
  position: absolute;
  display: none; }

* html .ContentFlow .flow .item .caption {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../../img/1x1_0.5_black.png'); }

.ContentFlow .scrollbar {
  width: 62%;
  height: 16px;
  background: url(../images/scrollbar_white.png) left center repeat-x;
  overflow: visible;
  position: relative;
  z-index: 1;
  visibility: hidden;
  margin: 51px auto 10px;
  display: none\9; }
  .ContentFlow .scrollbar .slider {
    width: 32px;
    height: 10px;
    background: url(../images/slider_ubi-orange.png) center center no-repeat;
    cursor: pointer;
    position: absolute; }

* html .ContentFlow .scrollbar .slider {
  background-image: none; }
  * html .ContentFlow .scrollbar .slider .virtualSlider {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../../img/slider_white.png');
    height: 100%; }

.ContentFlow .scrollbar .slider .position {
  top: 120%;
  font-size: 16px;
  font-weight: 700;
  color: silver;
  position: absolute;
  text-align: center;
  visibility: hidden; }
.ContentFlow .globalCaption {
  text-align: center;
  font-weight: 700;
  color: #FFF;
  font-size: 14px;
  height: 20px;
  position: relative;
  z-index: 1;
  margin: 2em auto; }
.ContentFlow .loadIndicator {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 65000; }
  .ContentFlow .loadIndicator .indicator {
    background: url(../../img/loader.gif) center center no-repeat;
    width: 100%;
    height: 100%; }

* html .ContentFlow .loadIndicator .indicator {
  height: 100px; }

.ContentFlow {
  position: relative;
  overflow: hidden;
  margin: 0 !important; }
  .ContentFlow * {
    margin: 0;
    padding: 0; }
  .ContentFlow img {
    -ms-interpolation-mode: bicubic; }
  .ContentFlow .mouseoverCheckElement {
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    visibility: hidden; }
  .ContentFlow:hover .mouseoverCheckElement {
    left: 1px; }
  .ContentFlow .flow {
    position: relative;
    z-index: 0;
    visibility: hidden;
    width: 100%;
    margin: 0 auto; }
    .ContentFlow .flow.hidden {
      visibility: hidden; }
    .ContentFlow .flow .item {
      position: absolute;
      visibility: hidden;
      top: 0;
      left: 0; }
      .ContentFlow .flow .item div.content {
        width: 100%;
        height: 100%; }
      .ContentFlow .flow .item .label {
        display: none; }
      .ContentFlow .flow .item canvas.reflection {
        margin-top: -1px; }
      .ContentFlow .flow .item img.content, .ContentFlow .flow .item img.reflection {
        width: 100%; }
      .ContentFlow .flow .item img.reflection {
        display: none\9; }
      .ContentFlow .flow .item canvas.reflection {
        width: 100%; }
      .ContentFlow .flow .item .caption a {
        color: #FFF;
        font-size: 0.8em;
        font-style: italic;
        text-decoration: none; }
        .ContentFlow .flow .item .caption a:link, .ContentFlow .flow .item .caption a:visited, .ContentFlow .flow .item .caption a:active, .ContentFlow .flow .item .caption a:hover {
          color: #FFF;
          font-size: 0.8em;
          font-style: italic;
          text-decoration: none; }
  .ContentFlow .globalCaption .caption a {
    color: #FFF;
    font-size: 0.8em;
    font-style: italic;
    text-decoration: none; }
    .ContentFlow .globalCaption .caption a:link, .ContentFlow .globalCaption .caption a:visited, .ContentFlow .globalCaption .caption a:active, .ContentFlow .globalCaption .caption a:hover {
      color: #FFF;
      font-size: 0.8em;
      font-style: italic;
      text-decoration: none; }
  .ContentFlow .flow .item .caption a:hover, .ContentFlow .globalCaption .caption a:hover {
    text-decoration: underline; }
  .ContentFlow .flow .item .content, .ContentFlow .flow .item .reflection {
    display: block; }

/*}*/
/* custom carousel */
.swiper-containerPre {
  position: relative; }
  .swiper-containerPre .preButton {
    position: absolute;
    background: url("../images/leftBluebtn.png") no-repeat scroll 50% 50% transparent;
    display: block;
    left: 0;
    height: 20px;
    text-indent: -99999px;
    top: 50%;
    width: 20px;
    z-index: 99999;
    cursor: pointer;
    margin-top: -10px;
    overflow: hidden; }
  .swiper-containerPre .nextButton {
    background: url("../images/rightBluebtn.png") no-repeat scroll 50% 50% transparent;
    display: block;
    right: 0;
    height: 20px;
    position: absolute;
    text-indent: -99999px;
    top: 50%;
    width: 20px;
    z-index: 99999;
    cursor: pointer;
    margin-top: -10px;
    overflow: hidden; }

.list {
  position: absolute;
  margin: 3px 0 0 -147px;
  z-index: 200;
  background: white;
  width: 180px;
  border: 2px solid #B7B7B7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
  .list li {
    padding: 6px 6px 6px 6px;
    text-align: left;
    font: 12px 'ubuntulight';
    border-bottom: 1px solid #E2E2E2; }
    .list li:hover {
      background: #E6E6E6;
      cursor: pointer; }
  .list img {
    vertical-align: middle;
    margin-right: 6px; }

.context-button-menu-phone {
  width: 100%;
  /* border: 1px solid yellow; */ }
  .context-button-menu-phone img {
    margin: 6px 7px 7px 7px;
    display: inline-block;
    vertical-align: middle;
    /* border: 1px solid black; */ }

.ubi-adbanner {
  background-image: url(../images/bg-banner.png);
  border: 10px solid #ffffff;
  padding: 3px;
  /*margin: 10px;*/ }
  .ubi-adbanner table {
    width: 100%; }
  .ubi-adbanner td {
    vertical-align: middle; }
  .ubi-adbanner .ubi-close-button-x {
    background: url(../images/close-btn.png) no-repeat center center;
    display: block;
    height: 20px;
    width: 20px;
    float: right;
    margin-top: 3px;
    margin-right: 3px; }
  .ubi-adbanner .ubi-adbanner-container {
    padding: 10px; }
    .ubi-adbanner .ubi-adbanner-container img {
      /*float: left;
      margin-bottom: 20px;*/
      margin-right: 10px;
      height: 70px;
      width: 70px; }
    .ubi-adbanner .ubi-adbanner-container p {
      color: #6C6B6C;
      font-size: 13px;
      /*margin-bottom: 10px;*/ }
    .ubi-adbanner .ubi-adbanner-container h3 {
      color: #003D72;
      font-size: 16px;
      margin: 5px 0;
      position: relative;
      top: 3px; }

/*.ubi-adbanner .ubi-adbanner-container button{
	float: right;
	display: block;
	position: relative;
	bottom: 20px;
	}*/
.demo {
  width: 500px;
  height: 300px;
  position: relative; }
  .demo .pep {
    background: #f5b188;
    height: 60px;
    width: 60px;
    z-index: 10; }
  .demo .drop-target {
    height: 100%;
    width: 100%; }
    .demo .drop-target.pep-dpa, .demo .drop-target.pep1-dpa {
      background: #ffedc4; }

.tooltip {
  z-index: 999999 !important; }

.ellipse-link.read-more {
  width: 100%;
  display: table;
  background: url(../images/ellissis-more.png) no-repeat right;
  text-indent: -999999px;
  margin-top: -10px;
  float: right;
  text-align: initial; }

td > .ellipse-link.read-more {
  margin-top: -12px; }

div > .ellipse-link.read-more {
  margin-top: -18px; }

.ellipse-link.read-more.isOpen {
  background: url(../images/ellissis-less.png) no-repeat center right; }

.ubi-ellipsis {
  padding-right: 23px; }

.timeline-panel .timeline-body .read-more {
  margin-right: -30px;
  margin-top: -12px; }

.ellipse-text {
  width: calc(100% - 27px);
  float: left; }

.ellipsis-background {
  background-color: #E7EDF2 !important; }

.timeline .ellipsis-background {
  background-color: transparent !important; }

/* inserito da style*/
.container .ellipse-link.read-more {
  width: 40px; }

.ubi-filter ul {
  background-color: #aaa;
  list-style-type: none;
  margin: 0 10px;
  overflow: hidden;
  width: 100%;
  background: #004A8C;
  padding-left: 20px;
  min-height: 60px; }
  .ubi-filter ul li {
    margin-top: 10px;
    color: #80A5C6;
    list-style-type: disc;
    list-style-position: inside;
    width: auto !important;
    font-size: 12px;
    padding-right: 8px;
    text-align: left;
    height: 30px;
    float: left; }
    .ubi-filter ul li:first-child {
      list-style-type: none; }
    .ubi-filter ul li a {
      font-size: 20px;
      color: #ffffff;
      font-family: 'ubuntumedium';
      vertical-align: middle; }

/*** .ubi-filter-tol ***/
.ubi-filter-tol {
  width: 100%;
  margin-top: 3px;
  margin-bottom: 12px; }
  .ubi-filter-tol td {
    font-size: 12px;
    border: 1px solid #D4D4D4;
    text-align: center;
    border-left: 0;
    border-right: 0;
    width: auto;
    padding: 5px 4px 5px 4px; }
    .ubi-filter-tol td a {
      font-family: 'ubuntulight';
      color: #B2B2B2; }
      .ubi-filter-tol td a:hover {
        color: #333; }

@media only screen and (max-width: 767px) {
  .ubi-filter ul li {
    margin: 0px 0 0px 0;
    line-height: 30px; }
  .ubi-filter ul li a {
    font-size: 16px;
    font-family: 'ubunturegular'; } }

@media only screen and (max-width: 499px) {
  .ubi-filter-tol {
    border-bottom: 1px solid #D4D4D4;
    border-top: 1px solid #D4D4D4;
    margin-bottom: 10px; }
    .ubi-filter-tol td {
      float: left;
      padding: 3px 3.4px 3px 3.5px;
      border: 0; } }

@media only screen and (min-width: 361px) and (max-width: 991px) {
  .ubi-filter-tol td {
    padding-left: 2.2px;
    padding-right: 2.2px; } }

.ordine-alfabetico {
  width: 100%;
  border: 1px solid #D4D4D4;
  border-left: 0px;
  border-right: 0px; }
  .ordine-alfabetico td {
    padding-top: 5px;
    padding-bottom: 5px; }
    .ordine-alfabetico td a {
      color: #B2B2B2;
      padding-left: 4px;
      padding-right: 3px; }
      .ordine-alfabetico td a:hover {
        color: #172831; }

.ubi-helper {
  text-align: right;
  width: 100%; }

.helper-resize {
  width: 90%;
  width: calc(100% - 36px);
  width: -webkit-calc(100% - 36px);
  width: -moz-calc(100% - 36px);
  width: -o-calc(100% - 36px);
  width: expression(100% - 36px);
  -calc-ie-ex-width: '100% - 36px';
  behavior: url(/js/lib/ie8calc.htc) \9;
  -ms-behavior: url(/js/lib/ie8calc.htc) \9; }

.ubi-helper-align-left .ubi-helper {
  text-align: left;
  width: 100%; }

.ubi-helper-nomargin {
  margin: 0px 0px 0px 0px; }

.btn {
  outline: none; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none; }
  .btn.btn-help {
    width: 23px;
    min-width: 23px;
    min-width: 9px \9;
    padding: 1px 1px 0px 1px;
    color: #51575F;
    line-height: 18px;
    height: 23px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    border: 2px solid #51575F;
    font-size: 20px;
    font-weight: bold;
    background: transparent;
    margin: 10px 0 0 0;
    font-family: helvetica; }
  .btn.btn-helper-info {
    width: 22px;
    min-width: 22px;
    min-width: 9px \9;
    padding: 0;
    color: #51575F;
    line-height: 15px;
    height: 22px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    border: 2px solid #51575F;
    font-size: 18px;
    font-weight: bold;
    background: transparent;
    margin: 10px 0 0 0; }
  .btn.ubi-helper-nomargin {
    min-width: 22px;
    min-width: 9px \9;
    padding: 0;
    color: #51575F;
    line-height: 15px;
    height: 22px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    border: 2px solid #51575F;
    font-size: 18px;
    font-weight: bold;
    background: transparent;
    margin: -2px 0 0 5px; }

h2 .btn.btn-helper-info {
  margin: 0px; }

.title-and-helper {
  /*text-align: center;*/
  padding: 0; }

.padding-container-wrap .title-and-helper .helper-header {
  display: inline;
  padding: 0; }

.ngtable-helper-title {
  display: inline; }

.padding-container-wrap .title-and-helper .ubi-helper {
  padding: 0; }
.padding-container-wrap .ng-table th.sortable .title-and-helper div:after, .padding-container-wrap .ng-table th.sortable .title-and-helper div:before {
  border-width: 0;
  border-style: none;
  border-color: transparent;
  visibility: hidden; }
.padding-container-wrap .ng-table th.sortable div.title-and-helper:after, .padding-container-wrap .ng-table th.sortable div.title-and-helper:before {
  border-width: 0;
  border-style: none;
  border-color: transparent;
  visibility: hidden; }

.ubi-bulb {
  width: 30px;
  height: 32px;
  margin: -2px 0 0 0px;
  background: url(../images/bulb_off.png) no-repeat; }

.ubi-bulb.ubi-bulb-white {
  background: url(../images/bulb_off_white.png) no-repeat;
  background-size: 30px 32px;
  border: 0; }

h2 .ubi-bulb {
  margin: -15px 0 0 0px; }

.ubi-bulb.tt-closed {
  background: url(../images/bulb_off.png) no-repeat;
  background-size: 30px 31px; }
.ubi-bulb.tt-opened {
  background: url(../images/bulb_on.png) no-repeat;
  background-size: 30px 32px;
  border: 0;
  box-shadow: none; }

.ubi-bulb.ubi-bulb-white.tt-closed {
  background: url(../images/bulb_off_white.png) no-repeat;
  background-size: 30px 31px; }
.ubi-bulb.ubi-bulb-white.tt-opened {
  background: url(../images/bulb_on.png) no-repeat;
  background-size: 30px 32px;
  border: 0;
  box-shadow: none; }

.titleArea .ubi-bulb {
  position: absolute; }

.ubi-simple-grid .btn.btn-help {
  margin-top: 0; }

.container .titleArea .ubi-helper {
  text-align: left; }
  .container .titleArea .ubi-helper .ubi-bulb {
    margin-top: 0; }

h2 .ubi-helper .btn-help {
  margin-top: 0; }

.ubi-datatable .helper-header .ubi-helper .btn.btn-help {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  float: right;
  margin: -2px 5px 0 0;
  right: -5px; }

.popover.top > .arrow:after {
  border-top-color: #D3DAE2; }
.popover.bottom > .arrow:after {
  border-bottom-color: #D3DAE2; }
.popover.left > .arrow:after {
  border-left-color: #D3DAE2; }
.popover.right > .arrow:after {
  border-right-color: #D3DAE2; }

.ubi-bulb.headingHelper {
  margin-top: -10px;
  margin-left: 5px; }

/* inserito da style css */
.container .btn.btn-helper-info {
  text-indent: -9999px;
  background: url(../images/info-icon.png) no-repeat center 1px; }

.container .ubi-bulb.tt-closed:focus {
  /*background: url(../images/bulb_focus.png) no-repeat;*/
  outline: none;
  box-shadow: none;
  border: 0;
  background-size: 30px; }

.btn.btn-help {
  background-color: transparent; }

.container .popover {
  margin: 0; }

img.ubi-imagemap {
  width: 100%; }

.ubi-images-link a {
  padding-left: 30px;
  margin-left: 20px;
  color: white; }
  .ubi-images-link a:hover {
    color: #ffffff; }
.ubi-images-link li {
  float: left;
  margin-top: 12px;
  margin-bottom: 12px; }
.ubi-images-link a.ubi-image-1 {
  background: url(../images/img-1.png) no-repeat left center; }
.ubi-images-link a.ubi-image-2 {
  background: url(../images/img-2.png) no-repeat left center;
  background-size: 19px; }
.ubi-images-link a.ubi-image-3 {
  background: url(../images/img-3.png) no-repeat left top; }
.ubi-images-link a.ubi-image-4 {
  background: url(../images/img-4.png) no-repeat left center;
  background-size: 14px; }

.ubi-open-login-panel {
  padding-right: 20px; }

.ubi-images-link a.activeArrow {
  background-position: left bottom; }

.btn-search {
  background: white url(../images/search.png) no-repeat 7px center;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-indent: -999999px;
  display: block; }
  .btn-search:hover {
    background-color: #ffffff; }
  .btn-search.active {
    background: white url(../images/gray-magnifer.png) no-repeat 7px center; }

input.ubi-inputtext-img-search.prelogin[type="text"] {
  background: url(../images/blue-magnifer.png) no-repeat scroll right center white; }

.filter-panel-isclosed {
  background-color: white;
  background-position: center top;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-indent: -999999px;
  display: block;
  float: right; }
  .filter-panel-isclosed:hover, .filter-panel-isclosed:focus {
    background-color: #ffffff; }

.filter-panel-isopen {
  background-color: #666666;
  background-position: 50% center;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-indent: -999999px;
  display: block;
  border: 1px;
  float: right; }
  .filter-panel-isopen:hover, .filter-panel-isopen:focus {
    background-color: #666666; }

.filter-panel-isactive {
  background: white;
  background-position: center bottom;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-indent: -999999px;
  display: block; }
  .filter-panel-isactive:hover {
    background-color: #ffffff; }

.button-filter {
  background-image: url(../images/filter.png);
  background-repeat: no-repeat; }

.button-filter:active {
  background-image: url(../images/filter.png);
  background-repeat: no-repeat;
  opacity: 0.8; }

.input-search-menu {
  margin-top: -15px; }

.ubi-input-search .mobile-search {
  margin-top: 5px; }

input.ubi-search-input {
  padding-top: 5px\9; }

/* inserito da style css */
.container .btn-search {
  width: 31px;
  height: 31px;
  background: white url(../images/gray-magnifer.png) no-repeat 8px center;
  box-shadow: 0px 0px 1px #DEDEDE; }

.container .btn-search.active {
  background-position: 8px center; }

.loadingoverlay {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 100000;
  top: 0;
  left: 0;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.loadingspinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  margin-left: -140px;
  text-align: center;
  z-index: 100001;
  height: 140px; }
  .loadingspinner img {
    margin-bottom: 10px; }
  .loadingspinner span {
    font-size: 22px;
    font-family: 'ubuntulight';
    color: #727F8A; }

.loading-blade .loading .load-caric {
  margin: 18%;
  width: auto;
  height: auto;
  position: fixed; }

@media only screen and (max-width: 767px) {
  .loading-blade .loading .load-caric {
    margin: 50% auto;
    width: 100%;
    position: relative; } }

.ubi-map-box .row .div {
  padding-bottom: 0; }

.ubi-map-box-btn .btn-dark-orange {
  background: #C46D00;
  border: 1px solid #C46D00; }

.ubi-map-box {
  background: none repeat scroll 0 0 #F38400;
  padding: 0;
  border: 1px solid #F38400;
  position: relative; }

.bladeContent .ubi-map-box {
  padding-left: 22px;
  padding-right: 22px; }

.ubi-map-box.btn {
  width: 100%;
  margin-bottom: 15px; }

.ubi .ubi-map-box {
  background: none repeat scroll 0 0 #F08400; }

.ubi-map-box.really.closed {
  height: 0;
  padding: 0;
  transition-duration: 3s;
  transition-property: width;
  padding-top: 20px; }
  .ubi-map-box.really.closed div.row {
    height: 0;
    padding: 0;
    transition-duration: 3s;
    transition-property: width; }

.bladeContent > .relative > *:nth-child(3):before {
  background: url("../images/MenuTopGradientCut.png") no-repeat scroll center top transparent;
  content: " ";
  /* height: 7px; */
  left: -16px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

.ubi-map-box:before {
  background: url("../images/MenuTopGradientCut.png") no-repeat scroll center top transparent;
  content: " ";
  /* height: 7px; */
  left: -16px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }
.ubi-map-box div.row {
  overflow: hidden;
  position: relative;
  z-index: 1;
  /*IE8*/ }
.ubi-map-box.closed div.row {
  width: 200px; }

.ubi-map-box-btn {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  bottom: -15px;
  color: #FFFFFF;
  height: 30px;
  left: 50%;
  margin-left: -65px;
  overflow: hidden;
  position: absolute;
  z-index: 1000;
  float: left;
  line-height: 30px;
  text-align: center;
  width: 130px;
  background: #f38400 url(../images/chiudiArrow.png) no-repeat center; }

.angular-google-map-container {
  height: 400px; }

.small .angular-google-map-container {
  height: 200px; }

.map-list {
  border: 1px solid #ccc;
  margin-right: 15px;
  background-color: #fff;
  min-width: 300px;
  height: 350px;
  overflow: hidden; }
  .map-list.nav > li {
    border-bottom: 1px solid #ccc; }
    .map-list.nav > li a {
      background-image: url('../images/arrowOrangeRight.png');
      background-position: 97% center;
      background-repeat: no-repeat; }
    .map-list.nav > li.selected a {
      background-image: url('../images/rightGreyArrow.png'); }

.ubi-map-box-btn-show {
  bottom: auto;
  color: transparent;
  height: 60px;
  left: 0;
  margin-left: -20px;
  overflow: hidden;
  position: absolute;
  z-index: 1000;
  float: left;
  top: 50%;
  margin-top: -30px;
  line-height: 30px;
  text-align: center;
  width: 20px;
  border-radius: 5px 0 0 5px;
  background: #f38400 url(../images/leftGreyArrow.png) no-repeat center;
  text-indent: -9999px; }

.opened .ubi-map-box-btn-show {
  background: #f38400 url(../images/rightGreyArrow.png) no-repeat center; }

.ubi-map-box-container > .row > div {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
.ubi-map-box-container.opened > .row > div {
  width: 0;
  overflow: hidden;
  position: absolute;
  padding: 0; }
  .ubi-map-box-container.opened > .row > div .map-list {
    margin: 0; }
  .ubi-map-box-container.opened > .row > div + div {
    width: 99%;
    position: relative;
    float: right;
    padding-left: 3%;
    padding-right: 0; }

/*mobile */
@media only screen and (max-width: 767px) {
  .ubi-map-box.closed div.row {
    width: 0px; } }

/* uncomment this if you are using the <google-map> element instead of a div*/
.angular-google-map {
  display: block; }

.custom-info-window {
  background: white;
  color: black;
  padding: 20px;
  /*border: 1px solid white;*/
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  width: 200px;
  margin-top: 15px;
  margin-left: -130px; }
  .custom-info-window a {
    color: white;
    text-decoration: underline; }
  .custom-info-window:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: white transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -15px;
    left: 118px; }

#mobilemasker {
  padding: 30px 5px;
  background-color: #f8f8f8;
  width: 100%;
  height: 100%; }
  #mobilemasker .maskercontent {
    position: relative;
    text-align: center;
    background: transparent url('../images/logo.png') scroll no-repeat top center;
    padding-top: 70px; }
  #mobilemasker h3 {
    line-height: 40px;
    font-size: 24px; }
  #mobilemasker p {
    line-height: 20px;
    font-size: 16px; }
  #mobilemasker ul {
    font-size: 14px;
    line-height: 18px; }

@media only screen and (max-width: 767px) {
  #mobilemasker {
    display: block !important; } }

input.ng-pristine + ul#strength {
  display: none; }

ul#strength {
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  top: 0; }

.point {
  background: #DDD;
  border-radius: 2px;
  display: inline-block;
  height: 5px;
  margin-right: 1px;
  width: 20px; }
  .point:last {
    margin: 0 !important; }

#footer {
  position: fixed;
  bottom: 5px; }

.ubi-message-strenght {
  font-size: 14px;
  color: #666666; }

.point {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  float: left;
  display: inline-block;
  height: 10px;
  width: 50px;
  margin: 0; }

.ubi-password-strenght-text {
  font-size: 14px;
  color: #666666;
  margin-top: -10px; }

input[type="password"].ubi-inputtext {
  font-family: arial; }

.pad-center {
  margin: 20px; }

.indicator {
  position: relative;
  top: 5px; }

/** default ubi-input-text skin **/
input[type="text"].ubi-inputtext, input[type="date"].ubi-inputtext, input[type="password"].ubi-inputtext {
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding-left: 10px;
  line-height: 35px;
  background: transparent;
  width: 100%;
  height: 40px;
  color: #333;
  font-size: 18px;
  background: #ffffff;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px; }
  input[type="text"].ubi-inputtext.form-control[disabled], input[type="date"].ubi-inputtext.form-control[disabled], input[type="password"].ubi-inputtext.form-control[disabled] {
    cursor: default; }
input[type="text"].ubi-inputtext-img-euro, input[type="date"].ubi-inputtext-img-euro, input[type="password"].ubi-inputtext-img-euro {
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding-left: 10px;
  line-height: 35px;
  background: url(../images/euro.png) no-repeat right center white;
  width: 100%;
  height: 40px;
  color: #333;
  font-size: 18px;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  padding-right: 30px; }
input[type="text"].ubi-inputtext-img-search {
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding-left: 10px;
  line-height: 35px;
  background: url(../images/search.png) no-repeat right center white;
  width: 100%;
  height: 40px;
  color: #333;
  font-size: 18px;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  padding-right: 30px; }
input[type="password"].ubi-inputtext {
  font-family: arial;
  font-size: 20px; }
input[type="text"].ubi-float-left, input[type="date"].ubi-float-left, input[type="password"].ubi-float-left {
  width: 90%;
  width: calc(99% - 34px);
  width: -webkit-calc(99% - 34px);
  width: -moz-calc(99% - 34px);
  width: -o-calc(99% - 34px);
  width: expression(99% - 34px);
  -calc-ie-ex-width: '99% - 34px';
  behavior: url(/js/lib/ie8calc.htc) \9;
  -ms-behavior: url(/js/lib/ie8calc.htc) \9; }

/** default ubi-input-text skin END **/
/** euro ubi-input-text skin **/
/** search ubi-input-text skin **/
.ubi-search-input {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 0;
  height: 30px;
  width: 50%;
  /*margin-top: 12px;*/
  padding-left: 11px;
  padding-right: 30px;
  float: right; }
  .ubi-search-input:focus {
    width: 100%; }

textarea {
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: 'ubunturegular';
  background: transparent;
  width: 100%;
  color: #333;
  font-size: 18px;
  background: #ffffff;
  margin: 0;
  padding: 5px 10px;
  line-height: 28px;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px; }
  textarea.ubi-error {
    border: 1px solid red; }

@media only screen and (max-width: 767px) {
  .ubi-search-input {
    width: 100%; }
    .ubi-search-input:focus {
      width: 100%; } }

.ubi-search-input {
  border: 1px solid #ccc;
  background: url(../images/gray-magnifer.png) no-repeat right center white; }

.prelogin-top-row .ubi-search-input {
  display: none; }

.sidebar-offcanvas .ubi-search-input {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  width: 92%; }

.container input.ubi-error {
  border: 1px solid red; }
  .container input.ubi-error.ubi-inputtext[type="date"], .container input.ubi-error.ubi-inputtext[type="password"] {
    border: 1px solid red; }

.popover-validation.popover {
  border: 1px solid red; }

.container .popover-validation .arrow {
  border-top-color: red; }

.popover-content {
  font-size: 14px;
  line-height: 18px; }

.input-align-right {
  text-align: right;
  padding-right: 10px; }

/** search ubi-input-text skin prelogin **/
input[type="text"].ubi-inputtext-img-search.prelogin {
  border: 1px solid #ccc;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 5px 30px 15px 0;
  line-height: 25px;
  background: url(../images/search.png) no-repeat right center white;
  width: 100%;
  height: 30px;
  color: #333;
  font-size: 18px;
  margin: 10px 0 0 0;
  padding-bottom: 0;
  padding-top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative; }
input[disabled="disabled"].ubi-inputtext {
  background: #EFF0F5; }

/* iCheck plugin Line skin
----------------------------------- */
.icheckbox_line, .iradio_line {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 15px 5px 38px;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  background: #000;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer; }

.icheckbox_line .icheck_line-icon, .iradio_line .icheck_line-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 13px;
  height: 11px;
  margin: -5px 0 0 0;
  padding: 0;
  overflow: hidden;
  background: url(../images/line.png) no-repeat;
  border: none; }

.icheckbox_line.hover, .icheckbox_line.checked.hover {
  background: #444; }

.iradio_line.hover {
  background: #444; }

.icheckbox_line.checked, .iradio_line.checked {
  background: #000; }

.icheckbox_line.checked .icheck_line-icon, .iradio_line.checked .icheck_line-icon {
  background-position: -15px 0; }

.icheckbox_line.disabled, .iradio_line.disabled {
  background: #ccc;
  cursor: default; }

.icheckbox_line.disabled .icheck_line-icon, .iradio_line.disabled .icheck_line-icon {
  background-position: -30px 0; }

.icheckbox_line.checked.disabled, .iradio_line.checked.disabled {
  background: #ccc; }

.icheckbox_line.checked.disabled .icheck_line-icon, .iradio_line.checked.disabled .icheck_line-icon {
  background-position: -45px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
  .icheckbox_line .icheck_line-icon, .iradio_line .icheck_line-icon {
    background-image: url(../images/line@2x.png);
    -webkit-background-size: 60px 13px;
    background-size: 60px 13px; } }

/* red */
.icheckbox_line-red, .iradio_line-red {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 15px 5px 38px;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  background: #e56c69;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer; }

.icheckbox_line-red .icheck_line-icon, .iradio_line-red .icheck_line-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 13px;
  height: 11px;
  margin: -5px 0 0 0;
  padding: 0;
  overflow: hidden;
  background: url(../images/line.png) no-repeat;
  border: none; }

.icheckbox_line-red.hover, .icheckbox_line-red.checked.hover {
  background: #E98582; }

.iradio_line-red.hover {
  background: #E98582; }

.icheckbox_line-red.checked, .iradio_line-red.checked {
  background: #e56c69; }

.icheckbox_line-red.checked .icheck_line-icon, .iradio_line-red.checked .icheck_line-icon {
  background-position: -15px 0; }

.icheckbox_line-red.disabled, .iradio_line-red.disabled {
  background: #F7D3D2;
  cursor: default; }

.icheckbox_line-red.disabled .icheck_line-icon, .iradio_line-red.disabled .icheck_line-icon {
  background-position: -30px 0; }

.icheckbox_line-red.checked.disabled, .iradio_line-red.checked.disabled {
  background: #F7D3D2; }

.icheckbox_line-red.checked.disabled .icheck_line-icon, .iradio_line-red.checked.disabled .icheck_line-icon {
  background-position: -45px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
  .icheckbox_line-red .icheck_line-icon, .iradio_line-red .icheck_line-icon {
    background-image: url(../images/line@2x.png);
    -webkit-background-size: 60px 13px;
    background-size: 60px 13px; } }

/* green */
.icheckbox_line-green, .iradio_line-green {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 15px 5px 38px;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  background: #1b7e5a;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer; }

.icheckbox_line-green .icheck_line-icon, .iradio_line-green .icheck_line-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 13px;
  height: 11px;
  margin: -5px 0 0 0;
  padding: 0;
  overflow: hidden;
  background: url(../images/line.png) no-repeat;
  border: none; }

.icheckbox_line-green.hover, .icheckbox_line-green.checked.hover {
  background: #24AA7A; }

.iradio_line-green.hover {
  background: #24AA7A; }

.icheckbox_line-green.checked, .iradio_line-green.checked {
  background: #1b7e5a; }

.icheckbox_line-green.checked .icheck_line-icon, .iradio_line-green.checked .icheck_line-icon {
  background-position: -15px 0; }

.icheckbox_line-green.disabled, .iradio_line-green.disabled {
  background: #89E6C4;
  cursor: default; }

.icheckbox_line-green.disabled .icheck_line-icon, .iradio_line-green.disabled .icheck_line-icon {
  background-position: -30px 0; }

.icheckbox_line-green.checked.disabled, .iradio_line-green.checked.disabled {
  background: #89E6C4; }

.icheckbox_line-green.checked.disabled .icheck_line-icon, .iradio_line-green.checked.disabled .icheck_line-icon {
  background-position: -45px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
  .icheckbox_line-green .icheck_line-icon, .iradio_line-green .icheck_line-icon {
    background-image: url(../images/line@2x.png);
    -webkit-background-size: 60px 13px;
    background-size: 60px 13px; } }

/* blue */
.icheckbox_line-blue, .iradio_line-blue {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 15px 5px 38px;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  background: #2489c5;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer; }

.icheckbox_line-blue .icheck_line-icon, .iradio_line-blue .icheck_line-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 13px;
  height: 11px;
  margin: -5px 0 0 0;
  padding: 0;
  overflow: hidden;
  background: url(../images/line.png) no-repeat;
  border: none; }

.icheckbox_line-blue.hover, .icheckbox_line-blue.checked.hover {
  background: #3DA0DB; }

.iradio_line-blue.hover {
  background: #3DA0DB; }

.icheckbox_line-blue.checked, .iradio_line-blue.checked {
  background: #2489c5; }

.icheckbox_line-blue.checked .icheck_line-icon, .iradio_line-blue.checked .icheck_line-icon {
  background-position: -15px 0; }

.icheckbox_line-blue.disabled, .iradio_line-blue.disabled {
  background: #ADD7F0;
  cursor: default; }

.icheckbox_line-blue.disabled .icheck_line-icon, .iradio_line-blue.disabled .icheck_line-icon {
  background-position: -30px 0; }

.icheckbox_line-blue.checked.disabled, .iradio_line-blue.checked.disabled {
  background: #ADD7F0; }

.icheckbox_line-blue.checked.disabled .icheck_line-icon, .iradio_line-blue.checked.disabled .icheck_line-icon {
  background-position: -45px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
  .icheckbox_line-blue .icheck_line-icon, .iradio_line-blue .icheck_line-icon {
    background-image: url(../images/line@2x.png);
    -webkit-background-size: 60px 13px;
    background-size: 60px 13px; } }

/* aero */
.icheckbox_line-aero, .iradio_line-aero {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 15px 5px 38px;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  background: #9cc2cb;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer; }

.icheckbox_line-aero .icheck_line-icon, .iradio_line-aero .icheck_line-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 13px;
  height: 11px;
  margin: -5px 0 0 0;
  padding: 0;
  overflow: hidden;
  background: url(../images/line.png) no-repeat;
  border: none; }

.icheckbox_line-aero.hover, .icheckbox_line-aero.checked.hover {
  background: #B5D1D8; }

.iradio_line-aero.hover {
  background: #B5D1D8; }

.icheckbox_line-aero.checked, .iradio_line-aero.checked {
  background: #9cc2cb; }

.icheckbox_line-aero.checked .icheck_line-icon, .iradio_line-aero.checked .icheck_line-icon {
  background-position: -15px 0; }

.icheckbox_line-aero.disabled, .iradio_line-aero.disabled {
  background: #D2E4E8;
  cursor: default; }

.icheckbox_line-aero.disabled .icheck_line-icon, .iradio_line-aero.disabled .icheck_line-icon {
  background-position: -30px 0; }

.icheckbox_line-aero.checked.disabled, .iradio_line-aero.checked.disabled {
  background: #D2E4E8; }

.icheckbox_line-aero.checked.disabled .icheck_line-icon, .iradio_line-aero.checked.disabled .icheck_line-icon {
  background-position: -45px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
  .icheckbox_line-aero .icheck_line-icon, .iradio_line-aero .icheck_line-icon {
    background-image: url(../images/line@2x.png);
    -webkit-background-size: 60px 13px;
    background-size: 60px 13px; } }

/* grey */
.icheckbox_line-grey, .iradio_line-grey {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 15px 5px 38px;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  background: #73716e;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer; }

.icheckbox_line-grey .icheck_line-icon, .iradio_line-grey .icheck_line-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 13px;
  height: 11px;
  margin: -5px 0 0 0;
  padding: 0;
  overflow: hidden;
  background: url(../images/line.png) no-repeat;
  border: none; }

.icheckbox_line-grey.hover, .icheckbox_line-grey.checked.hover {
  background: #8B8986; }

.iradio_line-grey.hover {
  background: #8B8986; }

.icheckbox_line-grey.checked, .iradio_line-grey.checked {
  background: #73716e; }

.icheckbox_line-grey.checked .icheck_line-icon, .iradio_line-grey.checked .icheck_line-icon {
  background-position: -15px 0; }

.icheckbox_line-grey.disabled, .iradio_line-grey.disabled {
  background: #D5D4D3;
  cursor: default; }

.icheckbox_line-grey.disabled .icheck_line-icon, .iradio_line-grey.disabled .icheck_line-icon {
  background-position: -30px 0; }

.icheckbox_line-grey.checked.disabled, .iradio_line-grey.checked.disabled {
  background: #D5D4D3; }

.icheckbox_line-grey.checked.disabled .icheck_line-icon, .iradio_line-grey.checked.disabled .icheck_line-icon {
  background-position: -45px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
  .icheckbox_line-grey .icheck_line-icon, .iradio_line-grey .icheck_line-icon {
    background-image: url(../images/line@2x.png);
    -webkit-background-size: 60px 13px;
    background-size: 60px 13px; } }

/* orange */
.icheckbox_line-orange, .iradio_line-orange {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 15px 5px 38px;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  background: #f70;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer; }

.icheckbox_line-orange .icheck_line-icon, .iradio_line-orange .icheck_line-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 13px;
  height: 11px;
  margin: -5px 0 0 0;
  padding: 0;
  overflow: hidden;
  background: url(../images/line.png) no-repeat;
  border: none; }

.icheckbox_line-orange.hover, .icheckbox_line-orange.checked.hover {
  background: #FF9233; }

.iradio_line-orange.hover {
  background: #FF9233; }

.icheckbox_line-orange.checked, .iradio_line-orange.checked {
  background: #f70; }

.icheckbox_line-orange.checked .icheck_line-icon, .iradio_line-orange.checked .icheck_line-icon {
  background-position: -15px 0; }

.icheckbox_line-orange.disabled, .iradio_line-orange.disabled {
  background: #FFD6B3;
  cursor: default; }

.icheckbox_line-orange.disabled .icheck_line-icon, .iradio_line-orange.disabled .icheck_line-icon {
  background-position: -30px 0; }

.icheckbox_line-orange.checked.disabled, .iradio_line-orange.checked.disabled {
  background: #FFD6B3; }

.icheckbox_line-orange.checked.disabled .icheck_line-icon, .iradio_line-orange.checked.disabled .icheck_line-icon {
  background-position: -45px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
  .icheckbox_line-orange .icheck_line-icon, .iradio_line-orange .icheck_line-icon {
    background-image: url(../images/line@2x.png);
    -webkit-background-size: 60px 13px;
    background-size: 60px 13px; } }

/* yellow */
.icheckbox_line-yellow, .iradio_line-yellow {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 15px 5px 38px;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  background: #FFC414;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer; }

.icheckbox_line-yellow .icheck_line-icon, .iradio_line-yellow .icheck_line-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 13px;
  height: 11px;
  margin: -5px 0 0 0;
  padding: 0;
  overflow: hidden;
  background: url(../images/line.png) no-repeat;
  border: none; }

.icheckbox_line-yellow.hover, .icheckbox_line-yellow.checked.hover {
  background: #FFD34F; }

.iradio_line-yellow.hover {
  background: #FFD34F; }

.icheckbox_line-yellow.checked, .iradio_line-yellow.checked {
  background: #FFC414; }

.icheckbox_line-yellow.checked .icheck_line-icon, .iradio_line-yellow.checked .icheck_line-icon {
  background-position: -15px 0; }

.icheckbox_line-yellow.disabled, .iradio_line-yellow.disabled {
  background: #FFE495;
  cursor: default; }

.icheckbox_line-yellow.disabled .icheck_line-icon, .iradio_line-yellow.disabled .icheck_line-icon {
  background-position: -30px 0; }

.icheckbox_line-yellow.checked.disabled, .iradio_line-yellow.checked.disabled {
  background: #FFE495; }

.icheckbox_line-yellow.checked.disabled .icheck_line-icon, .iradio_line-yellow.checked.disabled .icheck_line-icon {
  background-position: -45px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
  .icheckbox_line-yellow .icheck_line-icon, .iradio_line-yellow .icheck_line-icon {
    background-image: url(../images/line@2x.png);
    -webkit-background-size: 60px 13px;
    background-size: 60px 13px; } }

/* pink */
.icheckbox_line-pink, .iradio_line-pink {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 15px 5px 38px;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  background: #a77a94;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer; }

.icheckbox_line-pink .icheck_line-icon, .iradio_line-pink .icheck_line-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 13px;
  height: 11px;
  margin: -5px 0 0 0;
  padding: 0;
  overflow: hidden;
  background: url(../images/line.png) no-repeat;
  border: none; }

.icheckbox_line-pink.hover, .icheckbox_line-pink.checked.hover {
  background: #B995A9; }

.iradio_line-pink.hover {
  background: #B995A9; }

.icheckbox_line-pink.checked, .iradio_line-pink.checked {
  background: #a77a94; }

.icheckbox_line-pink.checked .icheck_line-icon, .iradio_line-pink.checked .icheck_line-icon {
  background-position: -15px 0; }

.icheckbox_line-pink.disabled, .iradio_line-pink.disabled {
  background: #E0D0DA;
  cursor: default; }

.icheckbox_line-pink.disabled .icheck_line-icon, .iradio_line-pink.disabled .icheck_line-icon {
  background-position: -30px 0; }

.icheckbox_line-pink.checked.disabled, .iradio_line-pink.checked.disabled {
  background: #E0D0DA; }

.icheckbox_line-pink.checked.disabled .icheck_line-icon, .iradio_line-pink.checked.disabled .icheck_line-icon {
  background-position: -45px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
  .icheckbox_line-pink .icheck_line-icon, .iradio_line-pink .icheck_line-icon {
    background-image: url(../images/line@2x.png);
    -webkit-background-size: 60px 13px;
    background-size: 60px 13px; } }

/* purple */
.icheckbox_line-purple, .iradio_line-purple {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 15px 5px 38px;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  background: #6a5a8c;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer; }

.icheckbox_line-purple .icheck_line-icon, .iradio_line-purple .icheck_line-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 13px;
  height: 11px;
  margin: -5px 0 0 0;
  padding: 0;
  overflow: hidden;
  background: url(../images/line.png) no-repeat;
  border: none; }

.icheckbox_line-purple.hover, .icheckbox_line-purple.checked.hover {
  background: #8677A7; }

.iradio_line-purple.hover {
  background: #8677A7; }

.icheckbox_line-purple.checked, .iradio_line-purple.checked {
  background: #6a5a8c; }

.icheckbox_line-purple.checked .icheck_line-icon, .iradio_line-purple.checked .icheck_line-icon {
  background-position: -15px 0; }

.icheckbox_line-purple.disabled, .iradio_line-purple.disabled {
  background: #D2CCDE;
  cursor: default; }

.icheckbox_line-purple.disabled .icheck_line-icon, .iradio_line-purple.disabled .icheck_line-icon {
  background-position: -30px 0; }

.icheckbox_line-purple.checked.disabled, .iradio_line-purple.checked.disabled {
  background: #D2CCDE; }

.icheckbox_line-purple.checked.disabled .icheck_line-icon, .iradio_line-purple.checked.disabled .icheck_line-icon {
  background-position: -45px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
  .icheckbox_line-purple .icheck_line-icon, .iradio_line-purple .icheck_line-icon {
    background-image: url(../images/line@2x.png);
    -webkit-background-size: 60px 13px;
    background-size: 60px 13px; } }

/* iCheck plugin Square skin
----------------------------------- */
.icheckbox_square, .iradio_square {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(../images/square.png) no-repeat;
  border: none;
  cursor: pointer; }

.icheckbox_square {
  background-position: 0 0; }
  .icheckbox_square.hover {
    background-position: -24px 0; }
  .icheckbox_square.checked {
    background-position: -48px 0; }
  .icheckbox_square.disabled {
    background-position: -72px 0;
    cursor: default; }
  .icheckbox_square.checked.disabled {
    background-position: -96px 0; }

.iradio_square {
  background-position: -120px 0; }
  .iradio_square.hover {
    background-position: -144px 0; }
  .iradio_square.checked {
    background-position: -168px 0; }
  .iradio_square.disabled {
    background-position: -192px 0;
    cursor: default; }
  .iradio_square.checked.disabled {
    background-position: -216px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
  .icheckbox_square, .iradio_square {
    background-image: url(../images/square@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px; } }

/* red */
.icheckbox_square-red, .iradio_square-red {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(../images/red.png) no-repeat;
  border: none;
  cursor: pointer; }

.icheckbox_square-red {
  background-position: 0 0; }
  .icheckbox_square-red.hover {
    background-position: -24px 0; }
  .icheckbox_square-red.checked {
    background-position: -48px 0; }
  .icheckbox_square-red.disabled {
    background-position: -72px 0;
    cursor: default; }
  .icheckbox_square-red.checked.disabled {
    background-position: -96px 0; }

.iradio_square-red {
  background-position: -120px 0; }
  .iradio_square-red.hover {
    background-position: -144px 0; }
  .iradio_square-red.checked {
    background-position: -168px 0; }
  .iradio_square-red.disabled {
    background-position: -192px 0;
    cursor: default; }
  .iradio_square-red.checked.disabled {
    background-position: -216px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
  .icheckbox_square-red, .iradio_square-red {
    background-image: url(../images/red@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px; } }

/* green */
.icheckbox_square-green, .iradio_square-green {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(../images/green.png) no-repeat;
  border: none;
  cursor: pointer; }

.icheckbox_square-green {
  background-position: 0 0; }
  .icheckbox_square-green.hover {
    background-position: -24px 0; }
  .icheckbox_square-green.checked {
    background-position: -48px 0; }
  .icheckbox_square-green.disabled {
    background-position: -72px 0;
    cursor: default; }
  .icheckbox_square-green.checked.disabled {
    background-position: -96px 0; }

.iradio_square-green {
  background-position: -120px 0; }
  .iradio_square-green.hover {
    background-position: -144px 0; }
  .iradio_square-green.checked {
    background-position: -168px 0; }
  .iradio_square-green.disabled {
    background-position: -192px 0;
    cursor: default; }
  .iradio_square-green.checked.disabled {
    background-position: -216px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
  .icheckbox_square-green, .iradio_square-green {
    background-image: url(../images/green@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px; } }

/* blue */
.icheckbox_square-blue, .iradio_square-blue {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(../images/blue.png) no-repeat;
  border: none;
  cursor: pointer; }

.icheckbox_square-blue {
  background-position: 0 0; }
  .icheckbox_square-blue.hover {
    background-position: -24px 0; }
  .icheckbox_square-blue.checked {
    background-position: -48px 0; }
  .icheckbox_square-blue.disabled {
    background-position: -72px 0;
    cursor: default; }
  .icheckbox_square-blue.checked.disabled {
    background-position: -96px 0; }

.iradio_square-blue {
  background-position: -120px 0; }
  .iradio_square-blue.hover {
    background-position: -144px 0; }
  .iradio_square-blue.checked {
    background-position: -168px 0; }
  .iradio_square-blue.disabled {
    background-position: -192px 0;
    cursor: default; }
  .iradio_square-blue.checked.disabled {
    background-position: -216px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
  .icheckbox_square-blue, .iradio_square-blue {
    background-image: url(../images/blue@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px; } }

/* aero */
.icheckbox_square-aero, .iradio_square-aero {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(../images/aero.png) no-repeat;
  border: none;
  cursor: pointer; }

.icheckbox_square-aero {
  background-position: 0 0; }
  .icheckbox_square-aero.hover {
    background-position: -24px 0; }
  .icheckbox_square-aero.checked {
    background-position: -48px 0; }
  .icheckbox_square-aero.disabled {
    background-position: -72px 0;
    cursor: default; }
  .icheckbox_square-aero.checked.disabled {
    background-position: -96px 0; }

.iradio_square-aero {
  background-position: -120px 0; }
  .iradio_square-aero.hover {
    background-position: -144px 0; }
  .iradio_square-aero.checked {
    background-position: -168px 0; }
  .iradio_square-aero.disabled {
    background-position: -192px 0;
    cursor: default; }
  .iradio_square-aero.checked.disabled {
    background-position: -216px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
  .icheckbox_square-aero, .iradio_square-aero {
    background-image: url(../images/aero@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px; } }

/* grey */
.icheckbox_square-grey, .iradio_square-grey {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(../images/grey.png) no-repeat;
  border: none;
  cursor: pointer; }

.icheckbox_square-grey {
  background-position: 0 0; }
  .icheckbox_square-grey.hover {
    background-position: -24px 0; }
  .icheckbox_square-grey.checked {
    background-position: -48px 0; }
  .icheckbox_square-grey.disabled {
    background-position: -72px 0;
    cursor: default; }
  .icheckbox_square-grey.checked.disabled {
    background-position: -96px 0; }

.iradio_square-grey {
  background-position: -120px 0; }
  .iradio_square-grey.hover {
    background-position: -144px 0; }
  .iradio_square-grey.checked {
    background-position: -168px 0; }
  .iradio_square-grey.disabled {
    background-position: -192px 0;
    cursor: default; }
  .iradio_square-grey.checked.disabled {
    background-position: -216px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
  .icheckbox_square-grey, .iradio_square-grey {
    background-image: url(../images/grey@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px; } }

/* orange */
.icheckbox_square-orange, .iradio_square-orange {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(../images/orange.png) no-repeat;
  border: none;
  cursor: pointer; }

.icheckbox_square-orange {
  background-position: 0 0; }
  .icheckbox_square-orange.hover {
    background-position: -24px 0; }
  .icheckbox_square-orange.checked {
    background-position: -48px 0; }
  .icheckbox_square-orange.disabled {
    background-position: -72px 0;
    cursor: default; }
  .icheckbox_square-orange.checked.disabled {
    background-position: -96px 0; }

.iradio_square-orange {
  background-position: -120px 0; }
  .iradio_square-orange.hover {
    background-position: -144px 0; }
  .iradio_square-orange.checked {
    background-position: -168px 0; }
  .iradio_square-orange.disabled {
    background-position: -192px 0;
    cursor: default; }
  .iradio_square-orange.checked.disabled {
    background-position: -216px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
  .icheckbox_square-orange, .iradio_square-orange {
    background-image: url(../images/orange@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px; } }

/* yellow */
.icheckbox_square-yellow, .iradio_square-yellow {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(../images/yellow.png) no-repeat;
  border: none;
  cursor: pointer; }

.icheckbox_square-yellow {
  background-position: 0 0; }
  .icheckbox_square-yellow.hover {
    background-position: -24px 0; }
  .icheckbox_square-yellow.checked {
    background-position: -48px 0; }
  .icheckbox_square-yellow.disabled {
    background-position: -72px 0;
    cursor: default; }
  .icheckbox_square-yellow.checked.disabled {
    background-position: -96px 0; }

.iradio_square-yellow {
  background-position: -120px 0; }
  .iradio_square-yellow.hover {
    background-position: -144px 0; }
  .iradio_square-yellow.checked {
    background-position: -168px 0; }
  .iradio_square-yellow.disabled {
    background-position: -192px 0;
    cursor: default; }
  .iradio_square-yellow.checked.disabled {
    background-position: -216px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
  .icheckbox_square-yellow, .iradio_square-yellow {
    background-image: url(../images/yellow@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px; } }

/* pink */
.icheckbox_square-pink, .iradio_square-pink {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(../images/pink.png) no-repeat;
  border: none;
  cursor: pointer; }

.icheckbox_square-pink {
  background-position: 0 0; }
  .icheckbox_square-pink.hover {
    background-position: -24px 0; }
  .icheckbox_square-pink.checked {
    background-position: -48px 0; }
  .icheckbox_square-pink.disabled {
    background-position: -72px 0;
    cursor: default; }
  .icheckbox_square-pink.checked.disabled {
    background-position: -96px 0; }

.iradio_square-pink {
  background-position: -120px 0; }
  .iradio_square-pink.hover {
    background-position: -144px 0; }
  .iradio_square-pink.checked {
    background-position: -168px 0; }
  .iradio_square-pink.disabled {
    background-position: -192px 0;
    cursor: default; }
  .iradio_square-pink.checked.disabled {
    background-position: -216px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
  .icheckbox_square-pink, .iradio_square-pink {
    background-image: url(../images/pink@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px; } }

/* purple */
.icheckbox_square-purple, .iradio_square-purple {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(../images/purple.png) no-repeat;
  border: none;
  cursor: pointer; }

.icheckbox_square-purple {
  background-position: 0 0; }
  .icheckbox_square-purple.hover {
    background-position: -24px 0; }
  .icheckbox_square-purple.checked {
    background-position: -48px 0; }
  .icheckbox_square-purple.disabled {
    background-position: -72px 0;
    cursor: default; }
  .icheckbox_square-purple.checked.disabled {
    background-position: -96px 0; }

.iradio_square-purple {
  background-position: -120px 0; }
  .iradio_square-purple.hover {
    background-position: -144px 0; }
  .iradio_square-purple.checked {
    background-position: -168px 0; }
  .iradio_square-purple.disabled {
    background-position: -192px 0;
    cursor: default; }
  .iradio_square-purple.checked.disabled {
    background-position: -216px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
  .icheckbox_square-purple, .iradio_square-purple {
    background-image: url(../images/purple@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px; } }

.ubi-addtofavorites.icheckbox_square-blue {
  background: url(../images/grey_star.png) no-repeat;
  background-size: 93%; }
  .ubi-addtofavorites.icheckbox_square-blue.checked {
    background: url(../images/gold_star.png) no-repeat; }
  .ubi-addtofavorites.icheckbox_square-blue.disabled {
    background: url(../images/grey_star_disabled.png) no-repeat; }
  .ubi-addtofavorites.icheckbox_square-blue.checked.disabled {
    background: url(../images/gold_star_disabled.png) no-repeat; }

.iCheck-disabled {
  color: #cccccc; }

.icheckbox_square-blue.ubi-inputcheck.ubi-graphicselection {
  background: url(../images/bg_checkbox_graphic.png) no-repeat;
  /*background-size: 93%;*/
  width: 40px;
  height: 40px;
  background-size: 98%; }
  .icheckbox_square-blue.ubi-inputcheck.ubi-graphicselection.checked {
    background: url(../images/bg_checkbox_checked_graphic.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 98%; }

/*
.ubi-graphicselection.icheckbox_square-blue.disabled {
	background: url(../images/grey_star_disabled.png) no-repeat;
}
.ubi-graphicselection.icheckbox_square-blue.checked.disabled {
	background: url(../images/gold_star_disabled.png) no-repeat;
}*/
.iCheck-disabled {
  color: #cccccc; }

.ubi-inputcheck.icheckbox_square-blue {
  background: url(../images/bg_checkbox.png) no-repeat;
  background-size: 92%; }
  .ubi-inputcheck.icheckbox_square-blue.checked {
    background: url(../images/bg_checkbox_checked.png) no-repeat; }
  .ubi-inputcheck.icheckbox_square-blue.disabled {
    background: url(../images/bg_checkbox_disable.png) no-repeat; }
  .ubi-inputcheck.icheckbox_square-blue.checked.disabled {
    background: url(../images/bg_checkbox_checked_disable.png) no-repeat; }

.iCheck-disabled {
  color: #cccccc; }

.ubi-inputradio.iradio_square-blue {
  background: url(../images/bg_radio.png) no-repeat;
  background-size: 94%; }
  .ubi-inputradio.iradio_square-blue.checked {
    background: url(../images/bg_radio_checked.png) no-repeat; }
  .ubi-inputradio.iradio_square-blue.disabled {
    background: url(../images/bg_radio_disabled.png) no-repeat; }
  .ubi-inputradio.iradio_square-blue.checked.disabled {
    background: url(../images/bg_radio_checked_disable.png) no-repeat; }

.iCheck-disabled {
  color: #cccccc; }

.ubi-radioselector.iradio_line-blue {
  background: url(../images/bg_radio_linear.png) no-repeat 13px center;
  border: 1px solid #ccc;
  height: 80px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #000000;
  font-size: 16px;
  line-height: 70px;
  padding-left: 40px; }
  .ubi-radioselector.iradio_line-blue.checked {
    background: url(../images/bg_radio_linear_checked.png) no-repeat 13px center; }
  .ubi-radioselector.iradio_line-blue.disabled {
    background: url(../images/bg_radio_linear_disabled.png) no-repeat 13px center;
    color: #ccc; }
  .ubi-radioselector.iradio_line-blue.checked.disabled {
    background: url(../images/bg_radio_linear_checked_disable.png) no-repeat 13px center;
    color: #ccc; }
.ubi-radioselector.icheck_line-icon {
  display: none; }

.iCheck-disabled {
  color: #cccccc; }

.ubi-radioselector.iradio_line_circle-text {
  color: #ffffff;
  font-size: 20px;
  width: 65px;
  height: 65px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-color: #004C8A; }
  .ubi-radioselector.iradio_line_circle-text label {
    color: #ffffff;
    font-size: 20px;
    position: relative;
    top: 2px; }
  .ubi-radioselector.iradio_line_circle-text ins {
    height: 65px; }
  .ubi-radioselector.iradio_line_circle-text.checked {
    color: #F48400; }
    .ubi-radioselector.iradio_line_circle-text.checked label {
      color: #F48400; }
  .ubi-radioselector.iradio_line_circle-text.disabled, .ubi-radioselector.iradio_line_circle-text.checked.disabled {
    background-color: #000000;
    color: #ffffff; }
.ubi-radioselector.icheck_line-icon {
  display: none; }

.iCheck-disabled {
  color: #cccccc; }

.ubi-radioselector.iradio_line_circle_img {
  color: #ffffff;
  font-size: 20px;
  width: 65px;
  height: 65px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-color: #004C8A; }
  .ubi-radioselector.iradio_line_circle_img.checked {
    background-color: #004C8A;
    color: #ffffff; }
  .ubi-radioselector.iradio_line_circle_img.background1 {
    background: url(../images/img1.png) no-repeat;
    background-color: #004C8A;
    background-position: center center; }
    .ubi-radioselector.iradio_line_circle_img.background1.checked {
      background: url(../images/img1_active.png) no-repeat;
      background-color: #004C8A;
      background-position: center center; }
      .ubi-radioselector.iradio_line_circle_img.background1.checked + span {
        color: #F08400; }
  .ubi-radioselector.iradio_line_circle_img.background2 {
    background: url(../images/img2.png) no-repeat;
    background-color: #004C8A;
    background-position: center center; }
    .ubi-radioselector.iradio_line_circle_img.background2.checked {
      background: url(../images/img2_active.png) no-repeat;
      background-color: #004C8A;
      background-position: center center; }
  .ubi-radioselector.iradio_line_circle_img.background3 {
    background: url(../images/img3.png) no-repeat;
    background-color: #004C8A;
    background-position: center center; }
    .ubi-radioselector.iradio_line_circle_img.background3.checked {
      background: url(../images/img3_active.png) no-repeat;
      background-color: #004C8A;
      background-position: center center; }
  .ubi-radioselector.iradio_line_circle_img.background4 {
    background: url(../images/img4.png) no-repeat;
    background-color: #004C8A;
    background-position: center center; }
    .ubi-radioselector.iradio_line_circle_img.background4.checked {
      background: url(../images/img4_active.png) no-repeat;
      background-color: #004C8A;
      background-position: center center; }
  .ubi-radioselector.iradio_line_circle_img.background5 {
    background: url(../images/img5.png) no-repeat;
    background-color: #004C8A;
    background-position: center center; }
    .ubi-radioselector.iradio_line_circle_img.background5.checked {
      background: url(../images/img5_active.png) no-repeat;
      background-color: #004C8A;
      background-position: center center; }
  .ubi-radioselector.iradio_line_circle_img.background6 {
    background: url(../images/img6.png) no-repeat;
    background-color: #004C8A;
    background-position: center center; }
    .ubi-radioselector.iradio_line_circle_img.background6.checked {
      background: url(../images/img6_active.png) no-repeat;
      background-color: #004C8A;
      background-position: center center; }
  .ubi-radioselector.iradio_line_circle_img.disabled, .ubi-radioselector.iradio_line_circle_img.checked.disabled {
    background-color: #000000;
    color: #ffffff; }
  .ubi-radioselector.iradio_line_circle_img ins {
    height: 65px !important; }

.iradio_line_circle_img label {
  min-width: 0; }

.ubi-switch.icheckbox_square-blue {
  background: url(../images/switch_off.png) no-repeat;
  width: 74px;
  height: 31px;
  background-size: 98%; }
  .ubi-switch.icheckbox_square-blue.checked {
    background: url(../images/switch_on.png) no-repeat; }
  .ubi-switch.icheckbox_square-blue.disabled {
    background: url(../images/switch_off_disabled.png) no-repeat; }
  .ubi-switch.icheckbox_square-blue.checked.disabled {
    background: url(../images/switch_on_disabled.png) no-repeat; }

.iCheck-disabled {
  color: #cccccc; }

.simple-paginator {
  color: #172631;
  font-size: 14px;
  line-height: 16px;
  width: auto;
  float: right;
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }

.simple-paginator-prev:after {
  content: "";
  border-width: 5px 5px 5px 0;
  border-style: solid;
  border-color: transparent #CCCCCC transparent;
  visibility: visible;
  left: 0;
  position: absolute;
  opacity: 1;
  margin-top: 0; }

.simple-paginator-next:after {
  content: "";
  border-width: 5px 0 5px 5px;
  border-style: solid;
  border-color: transparent #CCCCCC transparent;
  visibility: visible;
  right: 0;
  position: absolute;
  opacity: 1;
  margin-top: 0; }

.simple-paginator-prev:hover:after, .simple-paginator-next:hover:after {
  border-color: transparent #666666 transparent; }

.simple-paginator-prev, .simple-paginator-next {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  font-size: 14px;
  line-height: 16px;
  text-indent: -9999px;
  width: 0px; }

.simple-paginator-first-page, .simple-paginator-last-page {
  cursor: default; }

.simple-paginator-first-page:after, .simple-paginator-last-page:after {
  cursor: default; }

.simple-paginator-first-page:hover:after, .simple-paginator-last-page:hover:after {
  border-color: transparent #ccc transparent;
  cursor: default; }

.notUserSelectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.simple-panel-paginator {
  color: #172631;
  font-size: 14px;
  line-height: 16px;
  width: auto;
  float: right;
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }

.simple-panel-paginator-prev:after {
  content: "";
  border-width: 5px 5px 5px 0;
  border-style: solid;
  border-color: transparent #CCCCCC transparent;
  visibility: hidden;
  left: 0;
  position: absolute;
  opacity: 1;
  margin-top: 0; }

.simple-panel-paginator-next:after {
  content: "";
  border-width: 5px 0 5px 5px;
  border-style: solid;
  border-color: transparent #CCCCCC transparent;
  visibility: hidden;
  right: 0;
  position: absolute;
  opacity: 1;
  margin-top: 0; }

.simple-panel-paginator-prev:hover:after, .simple-panel-paginator-next:hover:after {
  border-color: transparent #666666 transparent; }

.simple-panel-paginator-prev, .simple-panel-paginator-next {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  font-size: 14px;
  line-height: 16px;
  text-indent: -9999px;
  width: 0px; }

/* aggiunto da style */
.simple-panel-paginator-number-of-result {
  color: #000000;
  font-size: 12px;
  float: right; }

.simple-panel-paginator-number-of-result a {
  color: #000000;
  font-size: 12px;
  font-family: 'ubunturegular'; }
  .simple-panel-paginator-number-of-result a.current {
    color: #7f8180;
    cursor: default; }

.simple-panel-paginator-number-of-result a:first-child {
  margin-right: 5px; }

.container a.results-selected {
  color: #666666; }

.container .rubrica-container .bg-navigator {
  width: calc(100% + 20px);
  padding-bottom: 15px;
  padding-top: 15px;
  padding-right: 20px; }

.simple-panel-paginator-no-result {
  text-align: center;
  color: #666666;
  font-size: 12px; }

.simple-panel-paginator-manager {
  font-size: 14px;
  float: right; }

.simple-panel-paginator-manager a {
  color: #000000; }

.simple-panel-paginator-manager label {
  color: #000000; }

.simple-panel-paginator-manager .simple-panel-paginator-prev {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  text-indent: -99999px;
  background: url(../images/Left-gray-FullArrow.png) no-repeat center center; }

.simple-panel-paginator-manager .simple-panel-paginator-next {
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  text-indent: -99999px;
  background: url(../images/Right-gray-FullArrow.png) no-repeat center center;
  /*position: relative;*/
  top: -15px;
  left: 5px; }

.notUserSelectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jslider_round .jslider-bg i {
  background-image: url(../img/jslider.round.png); }
.jslider_round .jslider-pointer {
  background-image: url(../img/jslider.round.png);
  width: 17px;
  height: 17px;
  top: -6px;
  margin-left: -8px; }

.jslider {
  display: block;
  width: 100%;
  height: 1em;
  position: relative;
  top: 0.6em;
  font-family: Arial, sans-serif; }
  .jslider .jslider-bg i, .jslider .jslider-pointer {
    background: url('../images/jslider.png') no-repeat 0 0; }
  .jslider table {
    width: 100%;
    border-collapse: collapse;
    border: 0; }
  .jslider td, .jslider th {
    padding: 0;
    vertical-align: top;
    text-align: left;
    border: 0; }
  .jslider table {
    width: 100%;
    vertical-align: top; }
    .jslider table tr {
      width: 100%;
      vertical-align: top; }
      .jslider table tr td {
        width: 100%;
        vertical-align: top; }
  .jslider .jslider-bg {
    position: relative; }
    .jslider .jslider-bg i {
      height: 5px;
      position: absolute;
      font-size: 0;
      top: 0; }
    .jslider .jslider-bg .l {
      width: 10%;
      background-position: 0 0;
      left: 0; }
    .jslider .jslider-bg .f {
      width: 80%;
      left: 10%;
      background-repeat: repeat-x;
      background-position: 0 -20px; }
    .jslider .jslider-bg .r {
      width: 10%;
      left: 90%;
      background-position: right 0; }
    .jslider .jslider-bg .v {
      position: absolute;
      width: 60%;
      left: 20%;
      top: 0;
      height: 5px;
      background-repeat: repeat-x;
      background-position: 0 -40px; }
  .jslider .jslider-pointer {
    width: 13px;
    height: 15px;
    background-position: 0 -60px;
    position: absolute;
    left: 20%;
    top: -4px;
    margin-left: -6px;
    cursor: pointer;
    cursor: hand; }
  .jslider .jslider-pointer-hover {
    background-position: -20px -60px; }
  .jslider .jslider-pointer-to {
    left: 80%; }
  .jslider .jslider-label {
    font-size: 9px;
    line-height: 12px;
    color: black;
    opacity: 0.4;
    white-space: nowrap;
    padding: 0px 2px;
    position: absolute;
    top: -18px;
    left: 0px; }
  .jslider .jslider-label-to {
    left: auto;
    right: 0; }
  .jslider .jslider-value {
    font-size: 9px;
    white-space: nowrap;
    padding: 1px 2px 0;
    position: absolute;
    top: -19px;
    left: 20%;
    background: white;
    line-height: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
  .jslider .jslider-value-to {
    left: 80%; }
  .jslider .jslider-label small, .jslider .jslider-value small {
    position: relative;
    top: -0.4em; }
  .jslider .jslider-scale {
    position: relative;
    top: 9px; }
    .jslider .jslider-scale span {
      position: absolute;
      height: 5px;
      border-left: 1px solid #999;
      font-size: 0; }
    .jslider .jslider-scale ins {
      font-size: 9px;
      text-decoration: none;
      position: absolute;
      left: 0px;
      top: 5px;
      color: #999; }

.jslider-single .jslider-pointer-to, .jslider-single .jslider-value-to, .jslider-single .jslider-bg .v {
  display: none; }

.jslider-limitless .jslider-label {
  display: none; }

.ubi-slider-orange-gray {
  background: #BBBBBB none scroll no-repeat 0 0;
  box-shadow: 1px 1px 3px inset; }
  .ubi-slider-orange-gray .ui-slider-range {
    background: #f98500 none scroll no-repeat 0 0;
    box-shadow: 1px 1px 2px #666 inset; }
  .ubi-slider-orange-gray .topper {
    color: #067DC3; }
  .ubi-slider-orange-gray .slider-selected {
    background: #BBBBBB none scroll no-repeat 0 0;
    box-shadow: 1px 1px 3px inset; }
  .ubi-slider-orange-gray label {
    color: #067DC3; }
  .ubi-slider-orange-gray .ui-slider-handle {
    background: transparent url('../images/slider-handle.png') scroll no-repeat -6px 0;
    width: 35px;
    height: 35px;
    border: 0 none;
    top: -12px; }

.slider-disabled .ui-widget-content {
  color: #999999; }
.slider-disabled.ubi-slider-orange-gray {
  background-color: #EEEEEE; }
  .slider-disabled.ubi-slider-orange-gray .ui-slider-range {
    background-color: #E6B379; }
  .slider-disabled.ubi-slider-orange-gray .topper {
    color: #A0BAC9; }
  .slider-disabled.ubi-slider-orange-gray .slider-selected {
    background-color: #EEEEEE; }
  .slider-disabled.ubi-slider-orange-gray label {
    color: #A0BAC9; }
  .slider-disabled.ubi-slider-orange-gray .ui-slider-handle {
    background-image: url('../images/slider-handle-disabled.png'); }

.ui-slider {
  height: 9px;
  margin-top: 30px;
  margin-bottom: 30px; }

.ui-slider-horizontal .ui-slider-range {
  height: 7px; }

.ui-slider .topper {
  position: absolute;
  top: -25px;
  font-size: 14px;
  text-align: center;
  margin-left: -25px;
  width: 60px; }

.ubi-slider .slider-selected {
  height: 7px; }
.ubi-slider label {
  font-size: 14px; }
  .ubi-slider label.slider-value {
    position: absolute;
    top: -20px; }
  .ubi-slider label.slider-min {
    left: 0;
    position: absolute;
    top: 20px; }
  .ubi-slider label.slider-max {
    right: 0;
    position: absolute;
    top: 20px;
    text-align: right; }

.tooltip {
  z-index: 999999 !important; }

/*
 * jQuery File Upload UI Plugin CSS 9.0.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.fileuploadForm {
  overflow: hidden; }

.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
  margin-bottom: 0; }

.fileinput-button, .btn-success.fileinput-button {
  background-color: #F08400;
  border-color: #F08400; }
  .fileinput-button[disabled], .btn-success.fileinput-button[disabled] {
    background-color: #F08400;
    border-color: #F08400; }

.btn.fileinput-button.btn-small {
  line-height: 28px; }
.btn.fileinput-button:hover, .btn.fileinput-button.btn-small:hover {
  background-color: #fff;
  border-color: #fff;
  color: #F08400; }

.fileupload-buttonbar input[type="text"] {
  margin-top: 10px; }
.fileupload-buttonbar table td {
  vertical-align: middle;
  padding-top: 2px; }

.progress-animated .progress-bar, .progress-animated .bar {
  background: url("../images/progressbar.gif") !important;
  filter: none; }

.fileupload-process {
  float: right;
  display: none; }

.fileupload-processing .fileupload-process {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/loading.gif") center no-repeat;
  background-size: contain; }

.files .processing .preview {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/loading.gif") center no-repeat;
  background-size: contain; }
.files audio, .files video {
  max-width: 300px; }

.fileupload-buttonbar input[type="text"] {
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding-left: 10px;
  line-height: 35px;
  background: transparent;
  height: 40px;
  color: #333;
  font-size: 18px;
  background: #ffffff;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 3px; }

.fileinput-button + div {
  padding-top: 5px;
  padding-bottom: 5px; }

@media (max-width: 767px) {
  .fileupload-buttonbar .toggle {
    display: none; }
  .files .toggle, .files .btn span {
    display: none; }
  .files .name {
    width: 80px;
    word-wrap: break-word; }
  .files audio, .files video {
    max-width: 80px; }
  .files img, .files canvas {
    max-width: 100%; } }

/*
 * jQuery File Upload Plugin CSS 1.3.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.fileinput-button {
  position: relative;
  overflow: hidden; }
  .fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer; }

.btn.fileinput-button {
  border-color: #666666; }
  .btn.fileinput-button.btn-small {
    border-color: #666666; }

.fileupload-buttonbar .btn.fileinput-button:hover, .fileupload-buttonbar .btn.fileinput-button.btn-small:hover {
  background-color: #666666;
  border-color: #666666;
  color: #ffffff; }

.hidestep {
  visibility: hidden; }

.rs-wz-h {
  height: 120px; }

.wz-breakpoint {
  float: left;
  clear: both; }

@media only screen and (max-width: 767px) {
  ul.steps-indicator li span.stepLabel {
    display: none; }
  ul.steps-indicator li.current span.stepLabel {
    display: block; } }

.resizeDiv {
  width: 100%; }

.steps-indicator {
  position: absolute;
  right: 0;
  left: 0;
  height: 30px;
  top: 30px;
  padding: 0;
  margin: 0 10px;
  list-style: none; }

.steps-cnt {
  position: relative;
  margin: 0 auto; }

.steps {
  position: relative;
  margin-top: 50px;
  width: 100%; }

.steps-indicator:before {
  position: absolute;
  height: 1px;
  background-color: #e6e6e6;
  content: ''; }
.steps-indicator.steps-2:before {
  right: 25%;
  left: 25%; }
.steps-indicator.steps-3:before {
  right: 16.66667%;
  left: 16.66667%; }
.steps-indicator.steps-4:before {
  right: 12.5%;
  left: 12.5%; }
.steps-indicator.steps-5:before {
  right: 10%;
  left: 10%; }
.steps-indicator.steps-6:before {
  right: 8.33333%;
  left: 8.33333%; }
.steps-indicator.steps-7:before {
  right: 7.14286%;
  left: 7.14286%; }
.steps-indicator.steps-8:before {
  right: 6.25%;
  left: 6.25%; }
.steps-indicator.steps-9:before {
  right: 5.55556%;
  left: 5.55556%; }
.steps-indicator.steps-10:before {
  right: 5%;
  left: 5%; }
.steps-indicator:before {
  right: 10px;
  left: 10px; }
.steps-indicator * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.steps-indicator li {
  position: relative;
  float: left;
  padding: 0;
  padding-top: 10px;
  margin: 0;
  line-height: 15px;
  text-align: center; }
  .steps-indicator li a {
    font-size: 12px;
    font-weight: normal;
    color: #999999;
    text-decoration: none;
    cursor: pointer;
    transition: 0.25s; }

.buttonNavigation .steps-indicator li a {
  cursor: initial; }

/*
.steps-indicator li:first-child {
text-align: left;
}
.steps-indicator li:first-child a:before {
left: 0;
}

.steps-indicator li:last-child a:before {
right: 0;
left: auto;
}
.steps-indicator li:last-child {
text-align: right;
}*/
.stepLabel {
  display: block;
  position: relative;
  top: -35px; }

/*.steps-indicator li a:before {
  position: absolute;
  top: -5px;
  left: 48%;
  width: 10px;
  height: 10px;
  background-color: #e6e6e6;
  border-radius: 100%;
  content: ' ';
  transition: 0.25s;
}*/
.steps-indicator li a:hover {
  color: #4d4d4d; }
.steps-indicator.steps-2 li {
  width: 50%; }
.steps-indicator.steps-3 li {
  width: 33.33333%; }
.steps-indicator.steps-4 li {
  width: 25%; }
.steps-indicator.steps-5 li {
  width: 20%; }
.steps-indicator.steps-6 li {
  width: 16.66667%; }
.steps-indicator.steps-7 li {
  width: 14.28571%; }
.steps-indicator.steps-8 li {
  width: 12.5%; }
.steps-indicator.steps-9 li {
  width: 11.11111%; }
.steps-indicator.steps-10 li {
  width: 10%; }
.steps-indicator.steps-11 li {
  width: 9.09091%; }
.steps-indicator li.default {
  pointer-events: none; }
  .steps-indicator li.default a:hover {
    color: #808080; }
.steps-indicator li.current, .steps-indicator li.editing {
  pointer-events: none; }
.steps-indicator li.current a {
  color: #333333; }
.steps-indicator li.editing a:before {
  background-color: #333333; }
.steps-indicator.wizard-img-skin {
  margin-bottom: 100px; }

/*.steps-indicator li.current a:before {background-color: #003D73;}*/
/*.steps-indicator li.done a:before {background-color: #666666;}*/
.wizard-img-skin .stepLabel {
  top: 0; }

.steps-indicator {
  margin-top: 0; }

.wizard-img-skin.steps-indicator li a:before {
  width: 0; }
.wizard-img-skin li {
  height: 40px;
  padding-top: 75px;
  width: 60px;
  position: relative;
  top: -70px; }

.steps-indicator .default a:before {
  position: absolute;
  top: -7px;
  left: 48%;
  width: 10px;
  height: 10px;
  /*background-color: #e6e6e6;*/
  border-radius: 100%;
  content: url(../images/grayBullet.png); }
.steps-indicator .current a:before, .steps-indicator .done a:before {
  position: absolute;
  top: -7px;
  left: 48%;
  width: 10px;
  height: 10px;
  /*background-color: #000000;*/
  border-radius: 100%;
  content: url(../images/blackBullet.png); }

.ubi-wizard-rs .default a:before {
  position: absolute;
  top: -5px;
  left: 48%;
  width: 10px;
  height: 10px;
  background-color: #e6e6e6;
  border-radius: 100%;
  content: ' '; }
.ubi-wizard-rs .current a:before {
  position: absolute;
  top: -5px;
  left: 48%;
  width: 10px;
  height: 10px;
  background-color: #003D73;
  border-radius: 100%;
  content: ' '; }
.ubi-wizard-rs .done a:before {
  position: absolute;
  position: absolute;
  top: -8px;
  left: 48%;
  width: 10px;
  height: 10px;
  content: url(../images/ico-step-done.png); }

.steps-indicator.wizard-img-skin > li a:before {
  position: absolute;
  top: -0px;
  left: 90%;
  left: calc(50% - 38px);
  left: -webkit-calc(50% - 38px);
  left: -moz-calc(50% - 38px);
  left: -o-calc(50% - 38px);
  left: expression(50% - 38px);
  -calc-ie-ex-left: '50% - 38px';
  behavior: url(/js/lib/ie8calc.htc) \9;
  -ms-behavior: url(/js/lib/ie8calc.htc) \9;
  width: 10px;
  height: 10px;
  background: none; }
.steps-indicator.wizard-img-skin .step-0.default a:before {
  content: url(../images/image-step-1-next.png); }
.steps-indicator.wizard-img-skin .step-0.current a:before {
  content: url(../images/image-step-1-current.png); }
.steps-indicator.wizard-img-skin .step-0.done a:before {
  content: url(../images/image-step-1-ok.png); }
.steps-indicator.wizard-img-skin .step-1.default a:before {
  content: url(../images/image-step-2-next.png); }
.steps-indicator.wizard-img-skin .step-1.current a:before {
  content: url(../images/image-step-2-current.png); }
.steps-indicator.wizard-img-skin .step-1.done a:before {
  content: url(../images/image-step-2-ok.png); }
.steps-indicator.wizard-img-skin .step-2.default a:before {
  content: url(../images/image-step-3-next.png); }
.steps-indicator.wizard-img-skin .step-2.current a:before {
  content: url(../images/image-step-3-current.png); }
.steps-indicator.wizard-img-skin .step-2.done a:before {
  content: url(../images/image-step-3-ok.png); }
.steps-indicator.wizard-img-skin .step-3.default a:before {
  content: url(../images/image-step-4-next.png); }
.steps-indicator.wizard-img-skin .step-3.current a:before {
  content: url(../images/image-step-4-current.png); }
.steps-indicator.wizard-img-skin .step-3.done a:before {
  content: url(../images/image-step-4-ok.png); }
.steps-indicator.wizard-img-skin .step-4.default a:before {
  content: url(../images/image-step-5-next.png); }
.steps-indicator.wizard-img-skin .step-4.current a:before {
  content: url(../images/image-step-5-current.png); }
.steps-indicator.wizard-img-skin .step-4.done a:before {
  content: url(../images/image-step-5-ok.png); }
.steps-indicator.wizard-img-skin .step-5.default a:before {
  content: url(../images/image-step-6-next.png); }
.steps-indicator.wizard-img-skin .step-5.current a:before {
  content: url(../images/image-step-6-current.png); }
.steps-indicator.wizard-img-skin .step-5.done a:before {
  content: url(../images/image-step-6-ok.png); }
.steps-indicator.wizard-img-skin.steps-4:before {
  position: absolute;
  top: -31px;
  left: 100px;
  height: 1px;
  background-color: #e6e6e6;
  content: ''; }

.current .stepLabel {
  color: #003D73; }

.done .stepLabel {
  color: #666666; }

.default .stepLabel {
  color: #D3D7DD; }

/*.wizard-img-skin li.current {background-position: center bottom;}*/
.wizard-img-skin.steps-indicator:before {
  background: none; }

.ubi-retail-offer .step .steps-indicator {
  margin-left: 11%;
  width: 38%; }

.step .stepLabel {
  top: 0;
  font-size: 11px !important; }

.workflow {
  width: 100%;
  padding: 10px 0; }
  .workflow ul {
    width: 100%;
    /*display: flex;*/ }
    .workflow ul li {
      float: left;
      background-color: #5f8cb5;
      border-right: 2px solid #fff;
      /*flex: 1;*/
      height: 60px;
      padding-left: 20px;
      padding-right: 10px;
      position: relative;
      background: #88b7d5; }
      .workflow ul li.active, .workflow ul li.past {
        background-color: #00488d; }
      .workflow ul li:nth-child(1) {
        z-index: 10; }
      .workflow ul li:nth-child(2) {
        z-index: 9; }
      .workflow ul li:nth-child(3) {
        z-index: 8; }
      .workflow ul li:nth-child(4) {
        z-index: 7; }
      .workflow ul li:nth-child(5) {
        z-index: 6; }
      .workflow ul li:nth-child(6) {
        z-index: 5; }
      .workflow ul li:nth-child(7) {
        z-index: 4; }
      .workflow ul li:nth-child(8) {
        z-index: 3; }
      .workflow ul li:nth-child(9) {
        z-index: 2; }
      .workflow ul li:nth-child(10) {
        z-index: 1; }
      .workflow ul li .workflow-title {
        color: #fff;
        margin-bottom: 0;
        margin-top: 7px;
        opacity: 0.5;
        display: block;
        font-size: 14px; }
      .workflow ul li .workflow-date {
        color: #fff;
        opacity: 0.5;
        display: block;
        font-size: 14px; }
      .workflow ul li.active .workflow-title, .workflow ul li.active .workflow-date {
        opacity: 1; }
      .workflow ul li:last-child:after, .workflow ul li:last-child:before {
        border-width: 0; }

.workflow-step2 ul li {
  width: 50%; }

.workflow-step3 ul li {
  width: 33%; }

.workflow-step4 ul li {
  width: 25%; }

.workflow-step5 ul li {
  width: 20%; }

.workflow-step6 ul li {
  width: 16%; }

@media only screen and (min-width: 768px) {
  .workflow ul li:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 0px solid #FFFFFF;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1;
    border-width: 30px;
    margin-left: 2px; }
  .workflow ul li:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 5px solid #ffffff;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 2;
    border-width: 30px;
    margin-top: 0; }
  .workflow ul li:after {
    border-left: 10px solid #FFFFFF; }
  .workflow ul li.active:before, .workflow ul li.past:before {
    border-left: 10px solid #00488D; }
  .workflow ul li:before {
    border-left: 10px solid #88b7d5; } }

@media only screen and (max-width: 767px) {
  .workflow-step2 ul li, .workflow-step3 ul li, .workflow-step4 ul li, .workflow-step5 ul li, .workflow-step6 ul li {
    width: 100%; }
  .workflow ul {
    display: block; }
    .workflow ul li {
      float: none;
      display: block;
      position: relative;
      background: #88b7d5;
      margin-bottom: 4px;
      padding-left: 0px; }
      .workflow ul li.active:after, .workflow ul li.active:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        margin-top: auto; }
      .workflow ul li.active:after {
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #88b7d5;
        border-left-color: transparent;
        border-width: 15px;
        margin-left: -15px; }
      .workflow ul li.active:before {
        border-color: rgba(194, 225, 245, 0);
        border-top-color: #F8F9FA;
        border-width: 20px;
        margin-left: -20px; }
      .workflow ul li.active:after {
        border-top-color: #00488d; }
      .workflow ul li.past:after {
        border-top-color: #00488d; }
      .workflow ul li .workflow-title {
        margin-top: 0;
        padding-top: 11px;
        font-size: 14px;
        float: right;
        margin-right: 15px; }
      .workflow ul li .workflow-date {
        float: left;
        margin-left: 15px;
        padding-top: 11px;
        font-size: 14px;
        display: none; }
      .workflow ul li.past .workflow-date, .workflow ul li.active .workflow-date {
        display: block; }
      .workflow ul li:last-child:after, .workflow ul li:last-child:before {
        border-width: 0; } }

@media only screen and (max-width: 960px) {
  .workflow ul li label {
    font-size: 14px;
    letter-spacing: -0.3px; } }

.rs-selector-padding {
  padding: 10px !important; }

.selector-height {
  height: 40px !important; }

.ubi-combobox-html {
  display: inline-block;
  vertical-align: middle; }
  .ubi-combobox-html.helper-resize {
    width: 90%;
    width: calc(100% - 36px);
    width: -webkit-calc(100% - 36px);
    width: -moz-calc(100% - 36px);
    width: -o-calc(100% - 36px);
    width: expression(100% - 36px);
    -calc-ie-ex-width: '100% - 36px';
    behavior: url(/js/lib/ie8calc.htc) \9;
    -ms-behavior: url(/js/lib/ie8calc.htc) \9; }
  .ubi-combobox-html table {
    width: 100%; }
  .ubi-combobox-html .img-container {
    height: 53px; }
  .ubi-combobox-html .imgTabContainer {
    width: 60px;
    vertical-align: middle; }
    .ubi-combobox-html .imgTabContainer img {
      width: 50px;
      height: 50px; }
  .ubi-combobox-html span.label-nome-conto {
    font-size: 16px;
    color: black; }
  .ubi-combobox-html .combo-placeholder {
    border: 1px solid #ccc;
    border-right: 0;
    background: #fff;
    height: 50px;
    width: 90%;
    float: left;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    /*padding: 3px;*/
    line-height: 22px;
    padding: 0 10px;
    cursor: pointer; }
    .ubi-combobox-html .combo-placeholder ul li {
      white-space: nowrap;
      overflow: hidden; }
    .ubi-combobox-html .combo-placeholder.combo-tol-placeholder {
      height: 40px !important; }
      .ubi-combobox-html .combo-placeholder.combo-tol-placeholder ul li {
        padding-top: 7px;
        /* border:1px solid yellow; */ }
      .ubi-combobox-html .combo-placeholder.combo-tol-placeholder span.ubi-text-dark-gray-6 {
        font-family: 'ubuntumedium';
        font-size: 18px;
        color: #333;
        font-weight: normal; }
      .ubi-combobox-html .combo-placeholder.combo-tol-placeholder .ubi-text-dark-gray {
        display: none; }
  .ubi-combobox-html .combo-btn.combo-tol-btn {
    height: 40px !important; }
  .ubi-combobox-html .combo-menu-tol ul li li:first-child {
    padding-top: 5px;
    padding-bottom: 5px; }
    .ubi-combobox-html .combo-menu-tol ul li li:first-child span.ubi-text-dark-gray-6 {
      font-family: 'ubuntumedium';
      font-size: 16px;
      color: #333; }
  .ubi-combobox-html .combo-menu {
    border: 1px solid #ccc;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 22px;
    /*padding-left: 12px;
    padding-left: 0;*/
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 49px;
    position: absolute;
    z-index: 99999999;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    /*padding-left: 10px;*/ }
    .ubi-combobox-html .combo-menu.combo-menu-tol {
      margin-top: 39px; }
    .ubi-combobox-html .combo-menu > ul > li, .ubi-combobox-html .combo-menu tbody {
      padding: 5px 10px;
      border-top: 1px solid #ccc; }
    .ubi-combobox-html .combo-menu > ul > li:first-child, .ubi-combobox-html .combo-menu tbody:first-child {
      border-top: 0; }
    .ubi-combobox-html .combo-menu .imgTabContainer {
      padding: 0 10px; }
      .ubi-combobox-html .combo-menu .imgTabContainer img {
        vertical-align: middle; }
    .ubi-combobox-html .combo-menu ul ul {
      width: 100%; }
    .ubi-combobox-html .combo-menu ul li {
      /*padding-left: 10px;*/
      font-size: 16px;
      width: 100%; }
      .ubi-combobox-html .combo-menu ul li:hover, .ubi-combobox-html .combo-menu ul li.active {
        background: none repeat scroll 0 0 #D0D2D8;
        cursor: pointer; }
  .ubi-combobox-html .combo-btn {
    height: 50px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    float: right;
    padding: 0;
    opacity: 1;
    background: url("../images/arrowCombo.png") no-repeat scroll center center #d0d2d8;
    border-width: 1px 1px 1px 0;
    border-style: solid solid solid none;
    border-color: #CCCCCC #CCCCCC #cccccc-moz-use-text-color;
    color: #999999;
    display: inline-block; }
    .ubi-combobox-html .combo-btn.combo-tol-btn {
      height: 39px; }

/*
.ubi-combobox-html span{
        font-size: 14px;
        color: #999999;
        opacity:0.7;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
*/
/*.ubi-combobox-html .combo-menu ul{
        padding: 0;
        margin-bottom: 5px;
        margin-left: 10px;
}*/
.ubi-combobox .combobox-container .activeArrow {
  background: #d0d2d8 url(../images/arrowComboActive.png) no-repeat center center; }

.ubi-combobox-html .combo-btn.arrow-top {
  background-color: #a9dba9;
  background: url("../images/arrowComboActive.png") no-repeat scroll center center #d0d2d8; }

.combo-html-disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  .combo-html-disabled .combo-placeholder {
    width: 86%;
    cursor: auto; }

.ubi-ComboBoxBonifico {
  font-size: 16px;
  color: #172731; }
  .ubi-ComboBoxBonifico .row {
    /*height: auto;
    /*margin: 0;
    padding: 0*/ }
    .ubi-ComboBoxBonifico .row > div {
      margin: 0; }
  .ubi-ComboBoxBonifico .combo-btn {
    float: left;
    max-width: 45px; }
  .ubi-ComboBoxBonifico span {
    color: #cccccc; }

span.saldo-disponibile {
  color: #172831;
  font-size: 20px;
  line-height: 22px; }
span.label-saldo-disponibile {
  font-size: 14px; }
span.conto-name {
  color: #172831; }

/*.ubi-ComboBoxBonifico .combo-placeholder {padding: 0}*/
.ubi-combobox-html {
  /* border: 1px solid Grey; */
  width: 100%; }
  .ubi-combobox-html .row div {
    margin-bottom: 0; }
  .ubi-combobox-html .combo-placeholder {
    width: 90%;
    width: calc(100% - 34px);
    width: -webkit-calc(100% - 34px);
    width: -moz-calc(100% - 34px);
    width: -o-calc(100% - 34px);
    width: expression(100% - 34px);
    -calc-ie-ex-width: '100% - 34px';
    behavior: url(/js/lib/ie8calc.htc) \9;
    -ms-behavior: url(/js/lib/ie8calc.htc) \9; }
  .ubi-combobox-html .combo-btn {
    width: 34px;
    width: 33px \9; }
  .ubi-combobox-html .combo-menu {
    width: 90%;
    width: calc(100% - 18px);
    width: -webkit-calc(100% - 18px);
    width: -moz-calc(100% - 18px);
    width: -o-calc(100% - 18px);
    width: expression(100% - 18px);
    -calc-ie-ex-width: '100% - 18px';
    behavior: url(/js/lib/ie8calc.htc) \9;
    -ms-behavior: url(/js/lib/ie8calc.htc) \9; }

/* bordo di prova per le media query sottostanti */
/* fine bordo di prova */
.helper-resize .ubi-combobox-html {
  width: 100%; }
  .helper-resize .ubi-combobox-html .combo-placeholder {
    overflow: hidden;
    width: 90%;
    width: calc(100% - 34px);
    width: -webkit-calc(100% - 34px);
    width: -moz-calc(100% - 34px);
    width: -o-calc(100% - 34px);
    width: expression(100% - 34px);
    -calc-ie-ex-width: '100% - 34px';
    behavior: url(/js/lib/ie8calc.htc) \9;
    -ms-behavior: url(/js/lib/ie8calc.htc) \9; }
  .helper-resize .ubi-combobox-html .combo-btn {
    width: 34px;
    width: 33px \9; }
  .helper-resize .ubi-combobox-html .combo-menu {
    width: 90%;
    width: calc(100% - 56px);
    width: -webkit-calc(100% - 56px);
    width: -moz-calc(100% - 56px);
    width: -o-calc(100% - 56px);
    width: expression(100% - 56px);
    -calc-ie-ex-width: '100% - 56px';
    behavior: url(/js/lib/ie8calc.htc) \9;
    -ms-behavior: url(/js/lib/ie8calc.htc) \9; }

.combo-menu {
  cursor: pointer; }

.combo-menu tbody:hover, .combo-menu tbody.active {
  background: #E7EDF2; }

.ubi-combobox-html .combo-menu table td {
  padding: 0 7px; }

.opened .combo-placeholder {
  position: relative;
  z-index: 1; }
.opened .combo-btn {
  position: relative;
  z-index: 1; }

.ubi-combobox {
  width: 100%;
  /* border: 1px solid black */ }
  .ubi-combobox .dropdown-menu {
    margin: 0;
    padding: 0;
    min-width: 0; }
  .ubi-combobox.helper-resize {
    width: 90%;
    width: calc(100% - 36px);
    width: -webkit-calc(100% - 36px);
    width: -moz-calc(100% - 36px);
    width: -o-calc(100% - 36px);
    width: expression(100% - 36px);
    -calc-ie-ex-width: '100% - 36px';
    behavior: url(/js/lib/ie8calc.htc) \9;
    -ms-behavior: url(/js/lib/ie8calc.htc) \9; }
    .ubi-combobox.helper-resize .combobox-container ul {
      width: 90%;
      width: calc(100% - 56px);
      width: -webkit-calc(100% - 56px);
      width: -moz-calc(100% - 56px);
      width: -o-calc(100% - 56px);
      width: expression(100% - 56px);
      -calc-ie-ex-width: '100% - 56px';
      behavior: url(/js/lib/ie8calc.htc) \9;
      -ms-behavior: url(/js/lib/ie8calc.htc) \9; }
  .ubi-combobox .combobox-container {
    width: 100%;
    /* border: 1px solid red */ }
    .ubi-combobox .combobox-container .caret {
      display: block;
      margin-top: 10px;
      margin-left: auto;
      margin-right: auto;
      background: url(../images/arrowCombo.png) no-repeat center center;
      width: 12px;
      height: 12px;
      display: none;
      /* da rivedere */ }
    .ubi-combobox .combobox-container ul {
      width: 90%;
      width: calc(100% - 20px);
      width: -webkit-calc(100% - 20px);
      width: -moz-calc(100% - 20px);
      width: -o-calc(100% - 20px);
      width: expression(100% - 20px);
      -calc-ie-ex-width: '100% - 20px';
      behavior: url(/js/lib/ie8calc.htc) \9;
      -ms-behavior: url(/js/lib/ie8calc.htc) \9; }
      .ubi-combobox .combobox-container ul li.active a {
        background: #D0D2D8;
        color: #000; }
        .ubi-combobox .combobox-container ul li.active a:hover {
          background: #D0D2D8;
          color: #000; }
    .ubi-combobox .combobox-container input, .ubi-combobox .combobox-container .uneditable-input {
      border: 1px solid #ccc;
      height: 40px;
      -webkit-border-radius: 5px 0 0 5px;
      -moz-border-radius: 5px 0 0 5px;
      border-radius: 5px 0 0 5px;
      width: 90%;
      width: calc(100% - 33px);
      width: -webkit-calc(100% - 33px);
      width: -moz-calc(100% - 33px);
      width: -o-calc(100% - 33px);
      width: expression(100% - 33px);
      -calc-ie-ex-width: '100% - 33px';
      behavior: url(/js/lib/ie8calc.htc) \9;
      -ms-behavior: url(/js/lib/ie8calc.htc) \9;
      padding-left: 10px;
      line-height: 40px;
      /* border: 1px solid yellow */ }
    .ubi-combobox .combobox-container input:disabled, .ubi-combobox .combobox-container .uneditable-input:disabled {
      background: #EFF0F5; }
    .ubi-combobox .combobox-container input:focus {
      position: relative;
      /*z-index: 2;*/ }
    .ubi-combobox .combobox-container .uneditable-input {
      border-left-color: #ccc; }
      .ubi-combobox .combobox-container .uneditable-input:focus {
        position: relative;
        z-index: 2; }
    .ubi-combobox .combobox-container .add-on {
      position: absolute;
      width: 33px;
      height: 40px;
      font-weight: normal;
      color: #999999;
      text-align: center;
      text-shadow: 0 1px 0 #ffffff;
      background: #d0d2d8 url(../images/arrowCombo.png) no-repeat center center;
      border: 1px solid #ccc;
      -webkit-border-radius: 0 5px 5px 0;
      -moz-border-radius: 0 5px 5px 0;
      border-radius: 0 5px 5px 0;
      border-left: 0; }
    .ubi-combobox .combobox-container .activeArrow {
      background: #d0d2d8 url(../images/arrowComboActive.png) no-repeat center center; }
    .ubi-combobox .combobox-container .active {
      background-color: #a9dba9;
      border-color: #46a546; }
    .ubi-combobox .combobox-container input {
      float: left; }
    .ubi-combobox .combobox-container .uneditable-input {
      float: left;
      border-left-color: #eee;
      border-right-color: #ccc; }
    .ubi-combobox .combobox-container input:first-child {
      *margin-left: -160px; }
      .ubi-combobox .combobox-container input:first-child + .add-on {
        *margin-left: -21px; }
    .ubi-combobox .combobox-container select {
      display: inline-block;
      width: 0;
      height: 0;
      border: 0;
      padding: 0;
      margin: 0;
      text-indent: -99999px;
      *text-indent: 0; }
  .ubi-combobox .form-search .combobox-container, .ubi-combobox .form-inline .combobox-container {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top; }
  .ubi-combobox .form-search .combobox-container .add-on, .ubi-combobox .form-inline .combobox-container .add-on {
    vertical-align: middle; }
  .ubi-combobox .combobox-selected .combobox-clear {
    display: inline-block; }
  .ubi-combobox .combobox-selected .caret {
    display: none; }
  .ubi-combobox .combobox-clear {
    display: none;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: top;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .ubi-combobox .dropdown:hover .combobox-clear, .ubi-combobox .open.dropdown .combobox-clear {
    opacity: 1;
    filter: alpha(opacity=100); }
  .ubi-combobox .btn .combobox-clear {
    margin-top: 1px;
    margin-left: 1px; }
  .ubi-combobox .btn:hover .combobox-clear {
    opacity: 1;
    filter: alpha(opacity=100); }
  .ubi-combobox .open.btn-group .combobox-clear {
    opacity: 1;
    filter: alpha(opacity=100); }
  .ubi-combobox .typeahead-long {
    max-height: 300px;
    overflow-y: auto; }
  .ubi-combobox .control-group.error .combobox-container .add-on {
    color: #B94A48;
    border-color: #B94A48; }
  .ubi-combobox .control-group.error .combobox-container .caret {
    border-top-color: #B94A48; }
  .ubi-combobox .control-group.warning .combobox-container .add-on {
    color: #C09853;
    border-color: #C09853; }
  .ubi-combobox .control-group.warning .combobox-container .caret {
    border-top-color: #C09853; }
  .ubi-combobox .control-group.success .combobox-container .add-on {
    color: #468847;
    border-color: #468847; }
  .ubi-combobox .control-group.success .combobox-container .caret {
    border-top-color: #468847; }
  .ubi-combobox .btn .combobox-clear [class^="icon-"] {
    line-height: 1.4em; }

/* .ubi-combobox-small .ubi-combobox .combobox-container input,.ubi-combobox-small .ubi-combobox .combobox-container .uneditable-input {width: 81%}
.ubi-combobox-extra-small .ubi-combobox .combobox-container input,.ubi-combobox-small .ubi-combobox .combobox-container .uneditable-input {width: 76%} */
.combobox-container ::-webkit-input-placeholder {
  color: black; }

.combobox-container :-moz-placeholder {
  color: black; }

.combobox-container ::-moz-placeholder {
  color: black; }

.combobox-container ::-ms-input-placeholder {
  color: black; }

.ubi-combobox-float-left .ubi-combobox .combobox-container input, .ubi-float-left .ubi-combobox .combobox-container .uneditable-input {
  width: 90%;
  width: calc(91% - 34px);
  width: -webkit-calc(91% - 34px);
  width: -moz-calc(91% - 34px);
  width: -o-calc(91% - 34px);
  width: expression(91% - 34px);
  -calc-ie-ex-width: '91% - 34px';
  behavior: url(/js/lib/ie8calc.htc) \9;
  -ms-behavior: url(/js/lib/ie8calc.htc) \9; }

/* inserito da style */
.container .dropdown-menu > li > a {
  text-decoration: none;
  padding: 2px 11px;
  white-space: normal; }

.ubi-filter ul li .selected-orange-letter {
  color: #F58711; }

.ubi-combobox ul li {
  padding: 5px 0;
  border-top: 1px solid #ccc;
  color: #666666; }
.ubi-combobox ul li:first-child {
  border-top: 0; }
.ubi-combobox ul li.active {
  background: #D0D2D7 !important;
  border-top: 1px solid #D0D2D7 !important; }
.ubi-combobox ul li:hover {
  background: #D0D2D7 !important;
  border-top: 1px solid #D0D2D7 !important; }

.messages-box {
  /*border-bottom: 1px solid #CCCCCC;*/
  color: #172631;
  font-family: 'ubuntulight';
  /*margin-bottom: 20px;*/
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  min-height: 75px;
  background: #f4f4f4;
  margin-right: -10px;
  margin-left: -10px; }
  .messages-box button {
    margin: 10px;
    margin-bottom: 30px;
    margin-top: 30px; }
  .messages-box h3 {
    font-size: 32px;
    margin-bottom: 10px; }
  .messages-box p {
    font-size: 28px;
    line-height: 30px; }
  .messages-box span {
    margin-top: 30px;
    display: block; }
  .messages-box ul.error-list, .messages-box .sub-title ul {
    width: 70%;
    margin-left: 23%;
    margin-right: 15%; }

.ubi-messagebox-small ul.error-list {
  width: auto;
  margin-left: auto;
  margin-right: auto; }

.messages-box ul.error-list li, .messages-box .sub-title ul li {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  list-style-type: disc; }
.messages-box .image-background {
  width: 100%;
  height: 100px;
  display: block; }
.messages-box.messages-error .image-background {
  background: url(../images/messages-error.png) no-repeat center; }
.messages-box.messages-success .image-background {
  background: url(../images/messages-success.png) no-repeat center; }
.messages-box.messages-warning .image-background {
  background: url(../images/messages-warning.png) no-repeat center; }
.messages-box.messages-success .image-background-ok {
  background: url(../images/messages-success.png) no-repeat center; }

/*.messages-box.messages-success span {display: none;}
.messages-box.messages-success ul {display: none;}*/
/*.messages-box.messages-error.ubi-messagebox-small .image-background { background: url(../images/ico-alert.png) no-repeat center;}*/
.ubi-messagebox-small {
  padding-left: 100px;
  padding-top: 12px; }
  .ubi-messagebox-small.messages-error {
    background: url(../images/ico-alert.png) no-repeat 14px center; }
  .ubi-messagebox-small.messages-warning {
    background: url(../images/messages-warning.png) no-repeat 14px center; }
  .ubi-messagebox-small.messages-success {
    background: url(../images/messages-success.png) no-repeat 14px center; }
  .ubi-messagebox-small .messages-box {
    background: none; }
  .ubi-messagebox-small .ng-binding {
    text-align: left;
    width: auto;
    /*margin-left: 10px;*/
    /*float: left;*/ }

.ubi-messagebox-tiny {
  min-height: 30px; }
  .ubi-messagebox-tiny .ng-binding {
    text-align: left;
    width: auto;
    font-size: 22px;
    /*margin-left: 10px;*/
    /*float: left;*/ }

.ubi-messagebox-small ul.error-list {
  margin-left: 20px;
  overflow: hidden;
  padding-left: 20px; }
.ubi-messagebox-small .messages-box ul.error-list li {
  float: none;
  width: 100%;
  margin-left: 10px;
  font-size: 14px; }
.ubi-messagebox-small .messages-error ul.error-list li {
  color: #CC0000; }
.ubi-messagebox-small .messages-warning ul.error-list li {
  color: #F28400; }

.ubi-text-red {
  color: #DE2C26; }

.ubi-f22 {
  font-size: 22px; }

.ubi-f16 {
  font-size: 16px; }

.ubi-f25 {
  font-size: 25px;
  font-family: 'ubuntulight'; }

.ubi-messagebox-small-text {
  text-align: left; }

.messages-success h1 {
  margin-top: 20px; }

.messages-box.messages-error button, .messages-box.messages-warning button {
  display: none; }
.messages-box.messages-error ul.error-list li {
  color: #FF0000; }
.messages-box ul.error-list li p {
  font-size: 18px;
  display: inline; }
.messages-box .sub-title span {
  margin: 0;
  font-size: inherit; }
.messages-box .sub-title p {
  margin: 0;
  font-size: inherit;
  line-height: inherit; }
.messages-box.ubi-messagebox-small .sub-title {
  text-align: left; }
.messages-box.ubi-messagebox-small ul.error-list {
  padding: 0;
  margin: 0; }
.messages-box ul.error-list li {
  list-style-type: none; }
  .messages-box ul.error-list li:before {
    content: "\02022";
    margin-right: 10px;
    font-weight: bold;
    color: #FF0000; }
.messages-box .main-title a, .messages-box .sub-title a {
  font-size: inherit;
  font-family: inherit;
  color: #F58711;
  text-decoration: underline; }

/*.messages-box.messages-error .image-background{
	float: left;
	width: 64px;
	height: 64px;
	margin-right: 12px;
	margin-left: 25px;
}*/
/*.messages-box.messages-error .ng-binding{
	text-align: left;
	width: auto;
}*/
/*.messages-box.messages-error .sub-title{
	text-align: left;
}*/
/** manage links inside messages-box **/
.popover {
  background: #D3DAE2;
  /*z-index: 15;*/
  z-index: 0; }
  .popover .popover-inner {
    padding: 0; }
  .popover .popover-content {
    padding: 15px;
    font-size: 14px;
    font-family: ubunturegular; }
  .popover.top > .arrow:after {
    border-top-color: #D3DAE2; }
  .popover .popover-content {
    padding: 10px 15px; }
  .popover.white-skin {
    background: #fff;
    z-index: 0; }
    .popover.white-skin .popover-inner {
      padding: 0;
      background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f9f9f9));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); }
    .popover.white-skin .popover-content {
      padding: 15px;
      font-size: 14px;
      font-family: ubunturegular; }
    .popover.white-skin .popover-inner .popover-content h3 {
      font-size: 14px; }
    .popover.white-skin .popover-inner .popover-content label {
      font-size: 12px;
      line-height: 11px; }
    .popover.white-skin.top > .arrow:after {
      border-top-color: #fff;
      border-left-color: rgba(0, 0, 0, 0); }
    .popover.white-skin .popover-content {
      padding: 5px 15px; }
    .popover.white-skin.right > .arrow:after {
      border-right-color: #fff;
      border-left-color: rgba(0, 0, 0, 0.15); }
    .popover.white-skin.left > .arrow:after {
      border-left-color: #fff; }
  .popover.error {
    border: 1px solid #FF0000;
    margin: 0; }
  .popover.top.error .arrow {
    border-top-color: #FF0000; }
  .popover.bottom.error .arrow {
    border-bottom-color: #FF0000; }
  .popover.left.error .arrow {
    border-left-color: #FF0000; }
  .popover.right.error .arrow {
    border-right-color: #FF0000; }

.container .popover {
  margin: 0; }

/* inserito da style css */
.popover-content p {
  font-size: 14px;
  display: inline; }

.container .popover.white-skin .popover-inner .popover-content label {
  line-height: 18px; }

input::-ms-clear {
  display: none; }

/*# sourceMappingURL=ubi-widgets.css.map */