.htoast-anteprima-container {
    right: 12px;
    bottom: 12px;
    position: fixed;
    z-index: 999999;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.htoast-anteprima-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: #fff;
}

.htoast-anteprima-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);

    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.htoast-anteprima-close-button:hover,
.htoast-anteprima-close-button:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

/*
button.htoast-anteprima-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}
*/

.htoast-anteprima-info {
    margin: 0 0 6px;
    /*
    padding: 15px 15px 15px 50px;
    width: 300px;
    */
    padding: 10px 10px 10px 13px;
    width: 350px;

    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

.htoast-anteprima-container>:hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}


.htoast-anteprima-info {
    background-color: #2f96b4
}


@media all and (max-width: 240px) {
    .htoast-anteprima-info {
        padding: 3px 3px 3px 13px;
        width: 12em
    }

    .htoast-anteprima-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width: 241px)and (max-width:480px) {
    .htoast-anteprima-info {
        padding: 3px 7px 3px 7px;
        width: 23em;
        font-size: 90%;
    }

    .htoast-anteprima-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width: 481px)and (max-width:768px) {
    .htoast-anteprima-info {
        padding: 10px 10px 10px 13px;
        width: 23em;
        font-size: 90%;
    }
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('/santarpino/km/design-web-toolkit/build/fonts/fontawesome-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-genderless:before,
.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.progress_bar_long {
    background: url(../../immagini/mlf_progressbar_bg_long.png) no-repeat left center;
    width: 319px;
    height: 39px;
    float: left;
    margin-top: 45px;
}

.progress_bar_short {
    background: url(../../immagini/mlf_progressbar_bg.png) no-repeat left center;
    width: 150px;
    height: 39px;
    float: left;
}

.progress_level {
    height: 39px;
    float: left;
}

.progress_voto {
    width: 150px;
    height: 39px;
    float: left;
    font-size: 18px;
    text-align: center;
}

#testo a {
    border: 0px !important
}

#testo a img {
    border: 0px !important
}

#page-header {
    margin-bottom: 15px
}

td.calendar-day-empty-disabled a {
    color: #acacac;
}

td.calendar-day-event-disabled a {
    color: #acacac;
}

.calendar-day-today {
    background-color: #fffecb
}

.calendar-day-empty {}

.calendar-day-event {
    font-weight: bold;
    background-image: url('../../immagini/calendar_day_event.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.calendar-day-news {
    font-weight: bold;
    background-image: url('../../immagini/calendar_day_news.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.calendar-day-event-news {
    font-weight: bold;
    background-image: url('../../immagini/calendar_day_event_news.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.calendar-day-event-disabled {
    font-weight: bold;
    background-image: url('../../immagini/calendar_day_event_disabled.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

#calendar-container {
    float: left;
    width: 50%;
    margin-right: 20px;
}

#calendar-table {
    border-collapse: collapse;
    text-align: center;
    border: 1px solid #C9D0D3;
    background-color: #FFFFFF;
}

#calendar-table th {
    background-color: #EBEBEB;
    padding: 6px;
}

#calendar-table td {
    border: 1px solid #C9D0D3;
}

#calendar-table td a {
    display: block;
    padding: 3px;
}

#calendar-table td a:hover {}

.calendar-controls {
    padding: 3px;
}

.prev-month-container {
    float: left;
}

.next-month-container {
    float: right;
}

.calendar-header-prev {
    float: left;
    width: 20%
}

.calendar-header {
    font-size: 115%;
    font-weight: bold;
    float: left;
    text-align: center;
    width: 60%;
    color: #3690C3
}

.calendar-header-next {
    float: right;
    width: 20%;
    text-align: right
}

.event-title {
    font-size: 115%;
}

.event-date {
    font-size: 90%;
    font-style: italic;
}

#events-container {
    float: left;
    width: 45%;
}

.event-container {
    margin-bottom: 15px;
}

.calendar-add-container {
    padding: 5px;
    text-align: center
}

.calendar-add-link {
    color: #3690C3;
    font-size: 115%;
    font-weight: bold;
}

.field-container {
    display: block;
    float: left;
    width: 100px
}

.required {
    color: #c82139
}

.pagination {
    text-align: center;
    font-weight: bold;
    border: 1px solid #C5CACA;
    padding: 5px
}

.until {
    font-style: italic;
    font-size: 10px;
}

.news-outer-container {
    margin: 5px
}

.news-container {
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding: 5px;
}

.news-title {
    font-size: 115%;
    font-weight: bold !important;
    color: #3690C3
}

.news-title a {
    font-size: 115%;
    font-weight: bold !important;
    color: #3690C3
}

.news-images {
    float: left;
    margin: 5px 5px 0px 0px;
}

.news-text {
    padding-top: 2px;
    text-align: justify;
}

div.news-text p {
    margin-top: 0px;
}

div.news-full-text p {
    margin-top: 0px;
}

.news-full-text {
    text-align: justify;
    margin-left: 175px;
    padding-right: 10px;
}

.news-date {
    font-size: 90%;
    margin-left: 60px;
    color: #666666;

}

.news-date-tags {
    border-left: 8px solid #CCCCCC;
    padding: 3px;
    padding-left: 5px;
    margin-top: 5px;
    font-style: normal;
}

.news-date-tags a {
    white-space: nowrap;
}

.news-title>a {
    display: block;
    margin-left: 60px !important;
}

.news-add-container {
    padding: 5px;
    text-align: center
}

.news-add-link {
    color: #3690C3;
    font-size: 115%;
    font-weight: bold;
}

#news-attachments .row {
    height: 25px;
}

.PageTitle {
    padding-top: 0px;
}

.calendar_table {
    width: 200px;
    vertical-align: middle;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}

.lavorativo {
    color: #000000;
}

.domenica {
    color: #3C5DAA;
    font-weight: bold;
    border: 2px solid #CC66FF;
    background-color: #FFCCFF;
}

.domenica_vuoto {
    background-color: #DFF5B3;
    color: #000000;
}


.giorni {
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 8pt;
    font-variant: small-caps;
    border: 1px solid #2A70B5;
    background-color: #2A70B5;
    font-weight: bold;
}

.app {
    color: #3C5DAA;
    font-weight: bold;
    border: 2px solid #CC66FF;
    background-color: #FFCCFF;
}

.app_pubblico {
    color: #3C5DAA;
    font-weight: bold;
    border: 2px solid #E1E100;
    background-color: #FFFFB7;
}


.oggi {
    color: #3C5DAA;
    font-weight: bold;
    background-color: #E0EEFB;
}


.tr {
    height: 18px;
}

.mese {
    height: 15px;
    background-color: #E0EEFB;
    text-align: center;
    color: #000000;
}

.calendar_td {
    width: 15px;

}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    border: none;
}

#OverR p {
    margin: 0px;
}

#OverR img {
    border: 0px;
}

a {
    font-size: 100%;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.nowrap {
    white-space: nowrap;
}

.bottone_consulenza {
    font-size: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #0B3A68;
    padding-left: 0px;
    padding-right: 2px;
    height: 20px;
    vertical-align: middle;
}

.bottone_dis {
    font-size: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #0B3A68;
    padding-left: 5px;
    padding-right: 0px;
    height: 20px;
    vertical-align: middle;
}

.barradisconnetti {
    font-size: 70%;
    background-color: #FFFFFF;
    /*margin-bottom:15px;*/
}

.headintranetnL {
    PADDING-LEFT: 10px;
    padding-right: 5px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 90%;
    BACKGROUND-IMAGE: url(../../immagini/bloccoF.gif);
    WIDTH: 260px;
    BACKGROUND-REPEAT: no-repeat;
    HEIGHT: 30px
}

.headintranetnR {
    PADDING-RIGHT: 10px;
    BACKGROUND-POSITION: right top;
    BACKGROUND-IMAGE: url(../../immagini/bloccoN.gif);
    BACKGROUND-REPEAT: no-repeat
}

.ui-state-highlight-custom {
    border: 2px dashed #FFFFFF;
    margin-bottom: 3px;
}

/* Slideshow */
#slideshow {
    position: relative;
    overflow: hidden;
}

#slideshow img {
    display: none;
    position: absolute;
    width: 100%;
}

.caption {
    background-color: black;
    /*background-image: url("../../immagini/bg.png");*/
    -moz-opacity: .60;
    -ms-filter: "alpha(opacity=60)";
    filter: alpha(opacity=60);
    opacity: .60;
    text-align: right;
    display: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 40px;
    width: 100%;
    color: #FFFFFF;
    font-size: 12px;
}

.caption-text {
    padding: 10px 15px 0px 0px;
}

/* Fine Slideshow */

/*Blocchi homepage*/
.block {
    margin-bottom: 5px;
    overflow: hidden;
}

.block p {
    margin: 0px;
    padding: 0px;
}

.block-border {
    /*border:1px solid #D0D0D0;*/
}

.block-content {
    margin: 0px;
    padding: 0px;
    background-color: white;
}

.block-title h2 {
    /*border: 1px solid #D0D0D0;
	*/
    border-bottom: none !important;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 1px;
    font-size: 12px;
    margin: 0px;
    /*background: #999;*/
    min-height: 15px;
    /*max-height: 15px;*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ebebeb'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ebebeb)); 
	background: -moz-linear-gradient(top,  #cccccc,  #ebebeb); 
	*/
}

.block-subtitle h3 {
    /*
	border: 1px solid #D0D0D0;
	*/
    border-top: none !important;
    border-bottom: none !important;
    padding: 3px;
    margin: 0px;
    font-size: 10px;
    /*background-color: #EBEBEB;*/
}

.block-menu .block-content {
    /*background-color: #EBEBEB;*/
}

.block-menu ul {
    margin: 0px;
    padding: 0px;
}

.block-menu li {
    padding: 4px;
    margin-bottom: 1px;
    border-top: none;
    /*border-left: 8px solid #DBDBDB;*/
    list-style: none;
    /*background-color: #FFFFFF;*/
}

.block-menu ul li a {
    /*color: #093663;*/
}

.block-menu li:hover {
    /*background-color:#EBEBEB;*/
}

.block-menu-link-first {
    margin-top: 0px !important;
}

.block-menu-link-last {
    margin-bottom: 0px !important;
}

.block-text-text {
    padding: 4px;
    clear: both;
    overflow: hidden;
}

.block-text-image {
    padding: 4px;
}

.block-image {
    text-align: center;
}

.region-title-header {
    font-weight: bold;
    font-size: 130%;
    background-color: #FFF8C4;
}

.region-block-title {
    padding: 7px;
    padding-left: 15px;
}

.region-noblock-title {}

#homepage-blocks-list-container {
    text-align: left;
}

.region-title-header {
    /*display: none;*/
}

.region-title-header-noblocks {
    /*display: none;*/
}

.operation:hover {
    background-color: #D4E6FC;
}

.operations-menu {
    border: 1px solid #D0D0D0;
    z-index: 1000 !important;
}

/* INIZIO GESTIONE BLOCCHI HOMEPAGE */
.block-content-text {
    word-wrap: break-word;
    text-align: left;
    /*padding: 5px 0px 0px 0px;*/
}

.block-content-element-first {
    margin-top: 10px;
}

.block-content-element {
    margin-bottom: 10px;
}

.block-content-markup .block-content-element {
    margin-bottom: 0px !important;
}

.block-content-element-last {
    margin-bottom: 10px;
}

.block-collapsible {
    cursor: pointer;
}

.block-title h2 {
    padding-bottom: 5px;
}

.icon-edit {
    margin-top: -3px !important;
}

.theme-default #slider {
    width: 100%;
    height: 20px;
}

.theme-default #slider img {}

.nivo-caption p {
    text-align: left;
    padding: 5px;
}

.block-content-slideshow {
    padding: 0px !important;
    overflow: hidden;
}

.block-content-youtube {
    padding: 0px !important;
}

#homepage_content_loader {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: transparent;
    -moz-opacity: .03;
    -ms-filter: "alpha(opacity=03)";
    filter: alpha(opacity=03);
    opacity: .3;
}

#homepage_content_loader_message {
    position: absolute;
    top: 50%;
    left: 220px;
    background-color: transparent;
    font-size: 150%;
    text-align: center;
}

#homepage_content_loader_message h2 {
    color: #666666;
}

/* Troncare testo */
.text-overflow-ellipsis span {
    white-space: nowrap;
    text-overflow: ellipsis;
    /* for internet explorer */
    overflow: hidden;
    width: 100%;
    display: block;
}

html>body .text-overflow-ellipsis {
    clear: both;
}

html>body .text-overflow-ellipsis span:after {
    content: "...";
}

html>body .text-overflow-ellipsis span {
    max-width: 98%;
    width: auto !important;
    float: left;
}

ul.tagit li.tagit-choice .tagit-close {
    margin-top: -8px !important;
}

.ui-autocomplete .ui-menu-item {
    text-align: left;
}

body #ui-datepicker-div {
    display: none;
}

.ui-tabs .ui-tabs-nav li a {
    padding: 0.5em 1em !important;
}

.ui-tabs.ui-widget-content {
    border: none;
}

.ui-menu-item {
    text-align: left !important;
}

.ui-tabs-nav li.ui-tabs-selected a {
    font-weight: bold !important;
}

.ui-tabs-panel {
    border-bottom-color: #AAAAAA;
    border-bottom-style: solid;
    border-left-color: #AAAAAA;
    border-left-style: solid;
    border-right-color: #AAAAAA;
    border-right-style: solid;
    border-width: 1px !important;
    color: #666666;
}

.ui-tabs-nav {
    padding-left: 5px !important;
}

.ui-tabs-nav li a {
    color: #555555 !important;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.3;
    padding: 0.6em 1.5em !important;
    text-decoration: none;
}

.ui-tabs-nav li a:hover {
    text-decoration: none !important;
}

.ui-tabs .ui-widget-header {
    background: none repeat scroll 0 0 transparent;
    border: none;
}

.ui-tabs {
    border: medium none;
}

/* maggioli FORM */
.maggioli-form .maggioli-form-box {
    clear: both;
    margin: 4px 0px;
    padding: 2px;
}

.maggioli-form .maggioli-form-box label {
    display: block;
    float: left;
    margin-right: 10px;
    font-weight: bold;
    min-height: 30px;
}

.maggioli-form .maggioli-form-box label.error,
.maggioli-form .maggioli-form-box div.error {
    color: red;
    font-weight: normal;
    font-size: 11px;
}

.maggioli-form .maggioli-form-box input,
.maggioli-form .maggioli-form-box .qq-uploader {}

.maggioli-form .maggioli-form-box input.error {
    border: 1px solid red;
}


.col-data {
    width: 80px;
}

.page-content-container {
    display: table;
    width: 100%;
}

.input-button-ricerca {
    background-color: white;
    background-image: url('../../immagini/ricerca_corto.png');
    border: solid 0px #000000;
    width: 65px;
    height: 25px;
    cursor: pointer;
}

.maggioli-table-form {
    border-collapse: inherit !important;
    border-spacing: 2px !important;
}

h1 {
    font-weight: normal;
}

.fa-disabled {
    opacity: 0.4
}

.bottone_logo_attivo {
    background-color: #ECF5FF;
    height: 31px !important;
}

#div-cookie-info {
    position: fixed;
    width: 100%;
    border-top: 1px solid #CCC;
    background-color: #333333;
    color: #FFFFFF;
    font-size: 12px;
    margin: 0px;
    left: 0px;
    bottom: 0px;
    padding: 10px 0px;
    z-index: 1000;
    text-align: center;
    display: none;
}

#div-cookie-info a {
    margin-left: 20px;
    color: #EEEEEE;
}

#div-cookie-info-dismiss {
    background-color: #666666;
    padding: 4px 8px;
    border-radius: 2px;
}

/* ORGANIGRAMMA */
#organigramma-chart .organigramma-denominazione-ufficio {
    font-weight: bold;
}

#organigramma-chart .organigramma-responsabile-ufficio {
    color: red;
}

.ufficio-td-container {
    background: #fdf6c6 !important;
    border: 1px solid #dfc934 !important;
    min-width: 130px;
    font-size: 12px !important;
}

.area-td-container {
    background: #fdc6e8 !important;
    border: 1px solid #af4385 !important;
    min-width: 130px;
    font-size: 12px !important;
}

.settore-td-container {
    background: #bcf2c4 !important;
    border: 1px solid #43af52 !important;
    min-width: 130px;
    font-size: 12px !important;
}

.uoc-td-container {
    background: #f2cabc !important;
    border: 1px solid #c04419 !important;
    min-width: 130px;
    font-size: 12px !important;
}

.google-visualization-orgchart-linebottom,
.google-visualization-orgchart-lineright,
.google-visualization-orgchart-lineleft,
.google-visualization-orgchart-linetop {
    border-color: #CCC;
}

.organigramma-denominazione-dipendente {
    white-space: nowrap;
    text-align: left;
    font-size: 10px;
}


.qq-upload-cancel {
    color: #1a60b6 !important;
}

.qq-upload-cancel:hover {
    color: #325981 !important;
}

/* LIGHTBOX */
#jquery-lightbox {
    margin-top: 40px;
    z-index: 9999 !important;
}

/*! jQuery UI - v1.12.1 - 2018-02-19
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=smoothness&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cd0a0a&fcError=cd0a0a&borderColorError=cd0a0a&bgImgOpacityError=95&bgTextureError=glass&bgColorError=fef1ec&iconColorHighlight=2e83ff&fcHighlight=363636&borderColorHighlight=fcefa1&bgImgOpacityHighlight=55&bgTextureHighlight=glass&bgColorHighlight=fbf9ee&iconColorActive=454545&fcActive=212121&borderColorActive=aaaaaa&bgImgOpacityActive=65&bgTextureActive=glass&bgColorActive=ffffff&iconColorHover=454545&fcHover=212121&borderColorHover=999999&bgImgOpacityHover=75&bgTextureHover=glass&bgColorHover=dadada&iconColorDefault=888888&fcDefault=555555&borderColorDefault=d3d3d3&bgImgOpacityDefault=75&bgTextureDefault=glass&bgColorDefault=e6e6e6&iconColorContent=222222&fcContent=222222&borderColorContent=aaaaaa&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=222222&fcHeader=222222&borderColorHeader=aaaaaa&bgImgOpacityHeader=75&bgTextureHeader=highlight_soft&bgColorHeader=cccccc&cornerRadius=4px&fsDefault=1.1em&fwDefault=normal&ffDefault=Verdana%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 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:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.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
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.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%;
    font-size: 0
}

.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,
.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
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.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
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Verdana, 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: Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #d3d3d3
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222;
    font-weight: bold
}

.ui-widget-header a {
    color: #222
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #555;
    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,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #999;
    background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #212121;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214)
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #aaa;
    background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #aaa;
    background-color: #212121
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
    color: #363636
}

.ui-state-checked {
    border: 1px solid #fcefa1;
    background: #fbf9ee
}

.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 {
    color: #cd0a0a
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png")
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_454545_256x240.png")
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_454545_256x240.png")
}

.ui-state-highlight .ui-icon,
.ui-button .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")
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_888888_256x240.png")
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-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: -65px -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: -65px -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: 1px -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-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: -8px -8px 8px #aaa;
    box-shadow: -8px -8px 8px #aaa
}

/**
 * Farbtastic Color Picker 1.2
 * Â© 2008 Steven Wittens
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
.farbtastic {
    position: relative;
}

.farbtastic * {
    position: absolute;
    cursor: crosshair;
}

.farbtastic,
.farbtastic .wheel {
    left: 0;
    top: 0;
    width: 195px;
    height: 195px;
}

.farbtastic .color,
.farbtastic .overlay {
    top: 47px;
    left: 47px;
    width: 101px;
    height: 101px;
}

.farbtastic .wheel {
    background: url(wheel.png) no-repeat;
    width: 195px;
    height: 195px;
}

.farbtastic .overlay {
    background: url(mask.png) no-repeat;
}

.farbtastic .marker {
    width: 17px;
    height: 17px;
    margin: -8px 0 0 -8px;
    overflow: hidden;
    background: url(marker.png) no-repeat;
}


/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder {
    text-align: left;
}

.jcrop-vline,
.jcrop-hline {
    font-size: 0;
    position: absolute;
    background: white url('Jcrop.gif') top left repeat;
}

.jcrop-vline {
    height: 100%;
    width: 1px !important;
}

.jcrop-hline {
    width: 100%;
    height: 1px !important;
}

.jcrop-handle {
    font-size: 1px;
    width: 7px !important;
    height: 7px !important;
    border: 1px #eee solid;
    background-color: #333;
    *width: 9px;
    *height: 9px;
}

.jcrop-tracker {
    width: 100%;
    height: 100%;
}

.custom .jcrop-vline,
.custom .jcrop-hline {
    background: yellow;
}

.custom .jcrop-handle {
    border-color: black;
    background-color: #C7BB00;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#jquery-lightbox a img {
    border: none;
}

#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#lightbox-container-image {
    padding: 10px;
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#lightbox-container-image-box>#lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: none;
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}

#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}

#lightbox-nav-btnNext {
    right: 0;
    float: right;
}

#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0px;
}

#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}

#lightbox-image-details-caption {
    font-weight: bold;
}

#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */
.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.nivo-box img {
    display: block;
}

/* Caption styles */
.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.nivo-caption p {
    padding: 5px;
    margin: 0;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
}

.nivo-controlNav a {
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}

ul.tagit {
    padding: 1px 5px;
    overflow: auto;
    margin-left: inherit;
    /* usually we don't want the regular ul margins. */
    margin-right: inherit;
}

ul.tagit li {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}

ul.tagit li.tagit-choice {
    position: relative;
    line-height: inherit;
}

ul.tagit li.tagit-choice-read-only {
    padding: .2em .5em .2em .5em;
}

ul.tagit li.tagit-choice-editable {
    padding: .2em 18px .2em .5em;
}

ul.tagit li.tagit-new {
    padding: .25em 4px .25em 0;
}

ul.tagit li.tagit-choice a.tagit-label {
    cursor: pointer;
    text-decoration: none;
}

ul.tagit li.tagit-choice .tagit-close {
    cursor: pointer;
    position: absolute;
    right: .1em;
    top: 50%;
    margin-top: -8px;
}

/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: none;
}

ul.tagit li.tagit-choice input {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}

ul.tagit input[type="text"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    border: none;
    margin: 0;
    padding: 0;
    width: inherit;
    background-color: inherit;
    outline: none;
}

/*******************************************************************************
 * Tree container
 */
ul.dynatree-container {
    font-family: tahoma, arial, helvetica;
    font-size: 10pt;
    /* font size should not be too big */
    white-space: nowrap;
    padding: 3px;
    margin: 0;
    /* issue 201 */
    background-color: white;
    /*border: 1px dotted gray;*/
    overflow: auto;
    height: 100%;
    /* issue 263 */
}

ul.dynatree-container ul {
    padding: 0 0 0 16px;
    margin: 0;
}

ul.dynatree-container li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background-attachment: scroll;
    background-color: transparent;
    background-repeat: repeat-y;
    background-image: url("vline.gif");
    background-position: 0 0;
    /*
	background-image: url("icons_96x256.gif");
	background-position: -80px -64px;
	*/
    margin: 0;
    padding: 1px 0 0 0;
}

/* Suppress lines for last child node */
ul.dynatree-container li.dynatree-lastsib {
    background-image: none;
}

/* Suppress lines if level is fixed expanded (option minExpandLevel) */
ul.dynatree-no-connector>li {
    background-image: none;
}

/* Style, when control is disabled */
.ui-dynatree-disabled ul.dynatree-container {
    opacity: 0.5;
    /*	filter: alpha(opacity=50); /* Yields a css warning */
    background-color: silver;
}

/*******************************************************************************
 * Common icon definitions
 */
span.dynatree-empty,
span.dynatree-vline,
span.dynatree-connector,
span.dynatree-expander,
span.dynatree-icon,
span.dynatree-checkbox,
span.dynatree-radio,
span.dynatree-drag-helper-img,
#dynatree-drop-marker {
    width: 16px;
    height: 16px;
    /*	display: -moz-inline-box; /* @ FF 1+2 removed for issue 221 */
    /*	-moz-box-align: start; /* issue 221 */
    display: inline-block;
    /* Required to make a span sizeable */
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url("icons.gif");
    background-position: 0 0;
}

/** Used by 'icon' node option: */
ul.dynatree-container img {
    width: 16px;
    height: 16px;
    margin-left: 3px;
    vertical-align: top;
    border-style: none;
}


/*******************************************************************************
 * Lines and connectors
 */

span.dynatree-connector {
    background-position: -16px -64px;
}

/*******************************************************************************
 * Expander icon
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *		 so we create combined class names that can be used in the CSS.
 *
 * Prefix: dynatree-exp-
 * 1st character: 'e': expanded, 'c': collapsed
 * 2nd character (optional): 'd': lazy (Delayed)
 * 3rd character (optional): 'l': Last sibling
 */

span.dynatree-expander {
    background-position: 0px -80px;
    cursor: pointer;
}

.dynatree-exp-cl span.dynatree-expander

/* Collapsed, not delayed, last sibling */
    {
    background-position: 0px -96px;
}

.dynatree-exp-cd span.dynatree-expander

/* Collapsed, delayed, not last sibling */
    {
    background-position: -64px -80px;
}

.dynatree-exp-cdl span.dynatree-expander

/* Collapsed, delayed, last sibling */
    {
    background-position: -64px -96px;
}

.dynatree-exp-e span.dynatree-expander,
/* Expanded, not delayed, not last sibling */
.dynatree-exp-ed span.dynatree-expander

/* Expanded, delayed, not last sibling */
    {
    background-position: -32px -80px;
}

.dynatree-exp-el span.dynatree-expander,
/* Expanded, not delayed, last sibling */
.dynatree-exp-edl span.dynatree-expander

/* Expanded, delayed, last sibling */
    {
    background-position: -32px -96px;
}

.dynatree-loading span.dynatree-expander

/* 'Loading' status overrides all others */
    {
    background-position: 0 0;
    background-image: url("loading.gif");
}


/*******************************************************************************
 * Checkbox icon
 */
span.dynatree-checkbox {
    margin-left: 3px;
    background-position: 0px -32px;
}

span.dynatree-checkbox:hover {
    background-position: -16px -32px;
}

.dynatree-partsel span.dynatree-checkbox {
    background-position: -64px -32px;
}

.dynatree-partsel span.dynatree-checkbox:hover {
    background-position: -80px -32px;
}

.dynatree-selected span.dynatree-checkbox {
    background-position: -32px -32px;
}

.dynatree-selected span.dynatree-checkbox:hover {
    background-position: -48px -32px;
}

/*******************************************************************************
 * Radiobutton icon
 * This is a customization, that may be activated by overriding the 'checkbox'
 * class name as 'dynatree-radio' in the tree options.
 */
span.dynatree-radio {
    margin-left: 3px;
    background-position: 0px -48px;
}

span.dynatree-radio:hover {
    background-position: -16px -48px;
}

.dynatree-partsel span.dynatree-radio {
    background-position: -64px -48px;
}

.dynatree-partsel span.dynatree-radio:hover {
    background-position: -80px -48px;
}

.dynatree-selected span.dynatree-radio {
    background-position: -32px -48px;
}

.dynatree-selected span.dynatree-radio:hover {
    background-position: -48px -48px;
}

/*******************************************************************************
 * Node type icon
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *		 so we create combined class names that can be used in the CSS.
 *
 * Prefix: dynatree-ico-
 * 1st character: 'e': expanded, 'c': collapsed
 * 2nd character (optional): 'f': folder
 */

span.dynatree-icon

/* Default icon */
    {
    margin-left: 3px;
    background-position: 0px 0px;
}

.dynatree-ico-cf span.dynatree-icon

/* Collapsed Folder */
    {
    background-position: 0px -16px;
}

.dynatree-ico-ef span.dynatree-icon

/* Expanded Folder */
    {
    background-position: -64px -16px;
}

/* Status node icons */

.dynatree-statusnode-wait span.dynatree-icon {
    background-image: url("loading.gif");
}

.dynatree-statusnode-error span.dynatree-icon {
    background-position: 0px -112px;
    /*	background-image: url("ltError.gif");*/
}

/*******************************************************************************
 * Node titles
 */

/* @Chrome: otherwise hit area of node titles is broken (issue 133)
   Removed again for issue 165; (133 couldn't be reproduced) */
span.dynatree-node {
    /*	display: -moz-inline-box; /* issue 133, 165, 172, 192. removed for issue 221*/
    /*	-moz-box-align: start; /* issue 221 */
    /*  display: inline-block; /* Required to make a span sizeable */
}


/* Remove blue color and underline from title links */
ul.dynatree-container a

/*, ul.dynatree-container a:visited*/
    {
    color: black;
    /* inherit doesn't work on IE */
    text-decoration: none;
    vertical-align: top;
    margin: 0px;
    margin-left: 3px;
    /*	outline: 0; /* @ Firefox, prevent dotted border after click */
}

ul.dynatree-container a:hover {
    /*	text-decoration: underline; */
    background-color: #F2F7FD;
    /* light blue */
    border-color: #B8D6FB;
    /* darker light blue */
}

span.dynatree-node a {
    font-size: 10pt;
    /* required for IE, quirks mode */
    display: inline-block;
    /* Better alignment, when title contains <br> */
    /*	vertical-align: top;*/
    padding-left: 3px;
    padding-right: 3px;
    /* Otherwise italic font will be outside bounds */
    /*	line-height: 16px; /* should be the same as img height, in case 16 px */
}

span.dynatree-folder a {
    font-weight: bold;
}

ul.dynatree-container a:focus,
span.dynatree-focused a:link

/* @IE */
    {
    background-color: #EFEBDE;
    /* gray */
}

span.dynatree-has-children a {}

span.dynatree-expanded a {}

span.dynatree-selected a {
    color: green;
    font-style: italic;
}

span.dynatree-active a {
    background-color: #3169C6 !important;
    color: white !important;
    /* @ IE6 */
}

/*******************************************************************************
 * Drag'n'drop support
 */

/*** Helper object ************************************************************/
div.dynatree-drag-helper {}

div.dynatree-drag-helper a {
    border: 1px solid gray;
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    opacity: 0.8;
}

span.dynatree-drag-helper-img {
    /*
	position: relative;
	left: -16px;
	*/
}

div.dynatree-drag-helper

/*.dynatree-drop-accept*/
    {

    /*    border-color: green;
	background-color: red;*/
}

div.dynatree-drop-accept span.dynatree-drag-helper-img {
    background-position: -32px -112px;
}

div.dynatree-drag-helper.dynatree-drop-reject {
    border-color: red;
}

div.dynatree-drop-reject span.dynatree-drag-helper-img {
    background-position: -16px -112px;
}

/*** Drop marker icon *********************************************************/

#dynatree-drop-marker {
    width: 24px;
    position: absolute;
    background-position: 0 -128px;
    margin: 0;
    /*	border: 1px solid red; */
}

#dynatree-drop-marker.dynatree-drop-after,
#dynatree-drop-marker.dynatree-drop-before {
    width: 64px;
    background-position: 0 -144px;
}

#dynatree-drop-marker.dynatree-drop-copy {
    background-position: -64px -128px;
}

#dynatree-drop-marker.dynatree-drop-move {
    background-position: -64px -128px;
}

/*** Source node while dragging ***********************************************/

span.dynatree-drag-source {
    /* border: 1px dotted gray; */
    background-color: #e0e0e0;
}

span.dynatree-drag-source a {
    color: gray;
}

/*** Target node while dragging cursor is over it *****************************/

span.dynatree-drop-target {
    /*border: 1px solid gray;*/
}

span.dynatree-drop-target a {}

span.dynatree-drop-target.dynatree-drop-accept a {
    /*border: 1px solid green;*/
    background-color: #3169C6 !important;
    color: white !important;
    /* @ IE6 */
    text-decoration: none;
}

span.dynatree-drop-target.dynatree-drop-reject {
    /*border: 1px solid red;*/
}

span.dynatree-drop-target.dynatree-drop-after a {}


/*******************************************************************************
 * Custom node classes (sample)
 */

span.custom1 a {
    background-color: maroon;
    color: yellow;
}

.treeview,
.treeview ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.treeview ul {
    background-color: white;
    margin-top: 4px;
}

.treeview .hitarea {
    background: url(../immagini/treeview-default.gif) -64px -25px no-repeat;
    height: 16px;
    width: 16px;
    margin-left: -16px;
    float: left;
    cursor: pointer;
}

/* fix for IE6 */
* html .hitarea {
    display: inline;
    float: none;
}

.treeview li {
    margin: 0;
    padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
    background-color: #eee;
}

#treecontrol {
    margin: 1em 0;
    display: none;
}

.treeview .hover {
    color: red;
    cursor: pointer;
}

.treeview li {
    background: url(../immagini/treeview-default-line.gif) 0 0 no-repeat;
}

.treeview li.collapsable,
.treeview li.expandable {
    background-position: 0 -176px;
}

.treeview .expandable-hitarea {
    background-position: -80px -3px;
}

.treeview li.last {
    background-position: 0 -1766px
}

.treeview li.lastCollapsable,
.treeview li.lastExpandable {
    background-image: url(../immagini/treeview-default.gif);
}

.treeview li.lastCollapsable {
    background-position: 0 -111px
}

.treeview li.lastExpandable {
    background-position: -32px -67px
}

.treeview div.lastCollapsable-hitarea,
.treeview div.lastExpandable-hitarea {
    background-position: 0;
}

.treeview-red li {
    background-image: url(../immagini/treeview-red-line.gif);
}

.treeview-red .hitarea,
.treeview-red li.lastCollapsable,
.treeview-red li.lastExpandable {
    background-image: url(../immagini/treeview-red.gif);
}

.treeview-black li {
    background-image: url(../immagini/treeview-black-line.gif);
}

.treeview-black .hitarea,
.treeview-black li.lastCollapsable,
.treeview-black li.lastExpandable {
    background-image: url(../immagini/treeview-black.gif);
}

.treeview-gray li {
    background-image: url(../immagini/treeview-gray-line.gif);
}

.treeview-gray .hitarea,
.treeview-gray li.lastCollapsable,
.treeview-gray li.lastExpandable {
    background-image: url(../immagini/treeview-gray.gif);
}

.treeview-famfamfam li {
    background-image: url(../immagini/treeview-famfamfam-line.gif);
}

.treeview-famfamfam .hitarea,
.treeview-famfamfam li.lastCollapsable,
.treeview-famfamfam li.lastExpandable {
    background-image: url(../immagini/treeview-famfamfam.gif);
}

.treeview .placeholder {
    background: url(../immagini/ajax-loader.gif) 0 0 no-repeat;
    height: 16px;
    width: 16px;
    display: block;
}

.filetree li {
    padding: 3px 0 2px 16px;
}

.filetree span.folder,
.filetree span.file {
    padding: 1px 0 1px 16px;
    display: block;
}

.filetree span.folder {
    background: url(../immagini/folder.gif) 0 0 no-repeat;
}

.filetree li.expandable span.folder {
    background: url(../immagini/folder-closed.gif) 0 0 no-repeat;
}

.filetree span.file {
    background: url(../immagini/file.gif) 0 0 no-repeat;
}

/*
 * Original version: 1.0 Â© 2010 Andrew Valums ( andrew(at)valums.com )
 * Current Maintainer (2.0+): 2012, Ray Nicholus ( fineuploader(at)garstasio.com )
 *
 * Licensed under MIT license, GNU GPL 2 or later, GNU LGPL 2 or later, see license.txt.
 */
.qq-uploader {
    position: relative;
    width: 100%;
}

.qq-upload-button {
    display: block;
    width: 105px;
    padding: 7px 0;
    text-align: center;
    background: #880000;
    border-bottom: 1px solid #DDD;
    color: #FFF;
}

.qq-upload-button-hover {
    background: #CC0000;
}

.qq-upload-button-focus {
    outline: 1px dotted #000000;
}

.qq-upload-drop-area,
.qq-upload-extra-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 30px;
    z-index: 2;
    background: #FF9797;
    text-align: center;
}

.qq-upload-drop-area span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
    font-size: 16px;
}

.qq-upload-extra-drop-area {
    position: relative;
    margin-top: 50px;
    font-size: 16px;
    padding-top: 30px;
    height: 20px;
    min-height: 40px;
}

.qq-upload-drop-area-active {
    background: #FF7171;
}

.qq-upload-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.qq-upload-list li {
    margin: 0;
    padding: 9px;
    line-height: 15px;
    font-size: 16px;
    background-color: #FFF0BD;
}

.qq-upload-file,
.qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-retry,
.qq-upload-failed-text,
.qq-upload-finished {
    margin-right: 12px;
}

.qq-upload-file {}

.qq-upload-spinner {
    display: inline-block;
    background: url("loading.gif");
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}

.qq-drop-processing {
    display: none;
}

.qq-drop-processing-spinner {
    display: inline-block;
    background: url("processing.gif");
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
}

.qq-upload-finished {
    display: none;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}

.qq-upload-retry {
    display: none;
    color: #000000;
}

.qq-upload-cancel {
    color: #000000;
}

.qq-upload-retryable .qq-upload-retry {
    display: inline;
}

.qq-upload-size,
.qq-upload-cancel,
.qq-upload-retry {
    font-size: 12px;
    font-weight: normal;
}

.qq-upload-failed-text {
    display: none;
    font-style: italic;
    font-weight: bold;
}

.qq-upload-failed-icon {
    display: none;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}

.qq-upload-fail .qq-upload-failed-text {
    display: inline;
}

.qq-upload-retrying .qq-upload-failed-text {
    display: inline;
    color: #D60000;
}

.qq-upload-list li.qq-upload-success {
    background-color: #5DA30C;
    color: #FFFFFF;
}

.qq-upload-list li.qq-upload-fail {
    background-color: #D60000;
    color: #FFFFFF;
}

.qq-progress-bar {
    background-color: #666666;
    width: 0%;
    height: 15px;
    margin-bottom: 3px;
    display: none;
}

ul.errors {
    color: red;
    list-style: none;
    padding-left: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

input.errors {
    border: 1px solid red;
}

input#captcha-input {
    float: left;
    clear: both;
    margin-right: 3px;
}

div.captcha img {
    display: block;
}

div.captcha_errors ul.errors {
    margin-top: 3px;
}

.big-button {
    border: 1px solid #DEDEDE;
    color: #222222;
    cursor: pointer;
    font-size: 100%;
    /*padding: 5px;*/
    width: 200px;
    height: 26px !important;
}

#suap-tabs {
    font-size: 1em !important;
}

.dialog-suap {
    /* text-align:center; */
}

.su-table-action {
    margin-left: 2px;
    cursor: pointer;
    text-decoration: none !important;
}

.su-table-action:hover {
    text-decoration: none !important;
}

.su-table-action i {
    color: #1f74b2;
    cursor: pointer !important;
}

.su-table-action span {
    color: #1f74b2;
    cursor: pointer !important;
}

.su-action-span {
    color: #1f74b2;
    cursor: pointer !important;
    margin-left: 5px;
}

.suap-captcha .form-control {
    margin-top: 5px;
}

.informazioni-index .suap-categoria {
    margin: 4px;
}

.informazioni-index .suap-categoria-sub {
    cursor: pointer;
}

.informazioni-index .cartellina {
    cursor: pointer;
    color: #1f74b2;
}

.informazioni-index .suap-lista-attivita {
    margin-left: 20px;
    display: none;
}

/* INFORMAZIONI ATTIVITA CSS */
.informazioni-attivita-container p {
    margin-top: 0px
}

.informazioni-attivita-container table.fasiProcedimento td {
    vertical-align: middle;
}

.informazioni-attivita-container .treeTable {
    padding: 0px !important;
    margin: 0px !important;
}

.informazioni-attivita-container table.fasiProcedimento tr.opened {
    background-color: #DEE3EA;
}

.informazioni-attivita-container table.fasiProcedimento tr.opened td {
    border-bottom: 0;
}

.informazioni-attivita-container table.fasiProcedimento tr.opened:hover {
    background-color: #DEE3EA !important;
}

.informazioni-attivita-container table.fasiProcedimento tr {
    background-color: #FFFFFF;
    height: 30px;
}

.informazioni-attivita-container table.fasiProcedimento tr:hover {
    background-color: #FFFFFF;
}

.informazioni-attivita-container .expander {
    margin-left: 0px !important;
}

.informazioni-attivita-container tr.selected .td {
    color: #FFFFFF !important;
    font-weight: bold;
    background-color: #8EC61B !important;
}

.informazioni-attivita-container .treeTable tr.selected .td {
    color: #FFFFFF !important;
    font-weight: bold;
    background-color: #8EC61B !important;
}

.informazioni-attivita-container tr.selected {
    color: #FFFFFF !important;
    font-weight: bold;
    background-color: #8EC61B !important;
}

.informazioni-attivita-container .treeTable tr.selected {
    color: #FFFFFF !important;
    font-weight: bold;
    background-color: #8EC61B !important;
}

.informazioni-attivita-container .fase {
    cursor: pointer
}

.informazioni-attivita-container .nodo {
    font-weight: bold
}

/* REGISTRAZIONE e UTENTI */
#registrazione-richiedente .registrazione_albo {
    display: none;
}

#registrazione-richiedente .richiedente_captcha-input {
    margin-top: 5px;
}

#box-lista-empty {
    padding: 4px;
}

.box-lista-empty {
    padding: 4px;
}

/*Grid*/
.ui-jqgrid {
    position: relative;
    font-size: 11px;
}

.ui-jqgrid .ui-jqgrid-view {
    position: relative;
    left: 0px;
    top: 0px;
    padding: .0em;
}

/* caption*/
.ui-jqgrid .ui-jqgrid-titlebar {
    padding: .3em .2em .2em .3em;
    position: relative;
    border-left: 0px none;
    border-right: 0px none;
    border-top: 0px none;
}

.ui-jqgrid .ui-jqgrid-title {
    float: left;
    margin: .1em 0 .2em;
}

.ui-jqgrid .ui-jqgrid-titlebar-close {
    position: absolute;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}

.ui-jqgrid .ui-jqgrid-titlebar-close span {
    display: block;
    margin: 1px;
}

.ui-jqgrid .ui-jqgrid-titlebar-close:hover {
    padding: 0;
}

/* header*/
.ui-jqgrid .ui-jqgrid-hdiv {
    position: relative;
    margin: 0em;
    padding: 0em;
    overflow-x: hidden;
    border-left: 0px none !important;
    border-top: 0px none !important;
    border-right: 0px none !important;
}

.ui-jqgrid .ui-jqgrid-hbox {
    float: left;
    padding-right: 20px;
}

.ui-jqgrid .ui-jqgrid-htable {
    table-layout: fixed;
    margin: 0em;
}

.ui-jqgrid .ui-jqgrid-htable th {
    height: 22px;
    padding: 0 2px 0 2px;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    overflow: hidden;
    position: relative;
    height: 17px;
}

.ui-th-column,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    border-top: 0px none;
    border-bottom: 0px none;
}

.ui-th-ltr,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
    border-left: 0px none;
}

.ui-th-rtl,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {
    border-right: 0px none;
}

.ui-first-th-ltr {
    border-right: 1px solid;
}

.ui-first-th-rtl {
    border-left: 1px solid;
}

.ui-jqgrid .ui-th-div-ie {
    white-space: nowrap;
    zoom: 1;
    height: 17px;
}

.ui-jqgrid .ui-jqgrid-resize {
    height: 20px !important;
    position: relative;
    cursor: e-resize;
    display: inline;
    overflow: hidden;
}

.ui-jqgrid .ui-grid-ico-sort {
    overflow: hidden;
    position: absolute;
    display: inline;
    cursor: pointer !important;
}

.ui-jqgrid .ui-icon-asc {
    margin-top: -3px;
    height: 12px;
}

.ui-jqgrid .ui-icon-desc {
    margin-top: 3px;
    height: 12px;
}

.ui-jqgrid .ui-i-asc {
    margin-top: 0px;
    height: 16px;
}

.ui-jqgrid .ui-i-desc {
    margin-top: 0px;
    margin-left: 13px;
    height: 16px;
}

.ui-jqgrid .ui-jqgrid-sortable {
    cursor: pointer;
}

/* con ie inherit ha problemi */
/* .ui-jqgrid tr.ui-search-toolbar th { border-top-width: 1px !important; border-top-color: inherit !important; border-top-style: ridge !important } */
.ui-jqgrid tr.ui-search-toolbar th {
    border-top-width: 1px !important;
    border-top-color: #C1CDD9 !important;
    border-top-style: solid !important
}

tr.ui-jqgrid-labels th.ui-state-hover {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
}

tr.ui-search-toolbar input {
    margin: 1px 0px 0px 0px
}

tr.ui-search-toolbar select {
    margin: 1px 0px 0px 0px
}

/* body */
.ui-jqgrid .ui-jqgrid-bdiv {
    position: relative;
    margin: 0em;
    padding: 0;
    overflow: auto;
    text-align: left;
}

.ui-jqgrid .ui-jqgrid-btable {
    table-layout: fixed;
    margin: 0em;
    outline-style: none;
}

.ui-jqgrid tr.jqgrow {
    outline-style: none;
}

.ui-jqgrid tr.jqgroup {
    outline-style: none;
}

.ui-jqgrid tr.jqgrow td {
    font-weight: normal;
    overflow: hidden;
    white-space: pre;
    height: 22px;
    padding: 0 2px 0 2px;
    border-bottom-width: 1px;
    border-bottom-color: inherit;
    border-bottom-style: solid;
}

.ui-jqgrid tr.jqgfirstrow td {
    padding: 0 2px 0 2px;
    border-right-width: 1px;
    border-right-style: solid;
}

.ui-jqgrid tr.jqgroup td {
    font-weight: normal;
    overflow: hidden;
    white-space: pre;
    height: 22px;
    padding: 0 2px 0 2px;
    border-bottom-width: 1px;
    border-bottom-color: inherit;
    border-bottom-style: solid;
}

.ui-jqgrid tr.jqfoot td {
    font-weight: bold;
    overflow: hidden;
    white-space: pre;
    height: 22px;
    padding: 0 2px 0 2px;
    border-bottom-width: 1px;
    border-bottom-color: inherit;
    border-bottom-style: solid;
}

.ui-jqgrid tr.ui-row-ltr td {
    text-align: left;
    border-right-width: 1px;
    border-right-color: inherit;
    border-right-style: solid;
}

.ui-jqgrid tr.ui-row-rtl td {
    text-align: right;
    border-left-width: 1px;
    border-left-color: inherit;
    border-left-style: solid;
}

.ui-jqgrid td.jqgrid-rownum {
    padding: 0 2px 0 2px;
    margin: 0px;
    border: 0px none;
}

.ui-jqgrid .ui-jqgrid-resize-mark {
    width: 2px;
    left: 0;
    background-color: #777;
    cursor: e-resize;
    cursor: col-resize;
    position: absolute;
    top: 0;
    height: 100px;
    overflow: hidden;
    display: none;
    border: 0 none;
}

/* footer */
.ui-jqgrid .ui-jqgrid-sdiv {
    position: relative;
    margin: 0em;
    padding: 0em;
    overflow: hidden;
    border-left: 0px none !important;
    border-top: 0px none !important;
    border-right: 0px none !important;
}

.ui-jqgrid .ui-jqgrid-ftable {
    table-layout: fixed;
    margin-bottom: 0em;
}

.ui-jqgrid tr.footrow td {
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    height: 21px;
    padding: 0 2px 0 2px;
    border-top-width: 1px;
    border-top-color: inherit;
    border-top-style: solid;
}

.ui-jqgrid tr.footrow-ltr td {
    text-align: left;
    border-right-width: 1px;
    border-right-color: inherit;
    border-right-style: solid;
}

.ui-jqgrid tr.footrow-rtl td {
    text-align: right;
    border-left-width: 1px;
    border-left-color: inherit;
    border-left-style: solid;
}

/* Pager*/
.ui-jqgrid .ui-jqgrid-pager {
    border-left: 0px none !important;
    border-right: 0px none !important;
    border-bottom: 0px none !important;
    margin: 0px !important;
    padding: 0px !important;
    position: relative;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
}

.ui-jqgrid .ui-pager-control {
    position: relative;
}

.ui-jqgrid .ui-pg-table {
    position: relative;
    padding-bottom: 2px;
    width: auto;
    margin: 0em;
}

.ui-jqgrid .ui-pg-table td {
    font-weight: normal;
    vertical-align: middle;
    padding: 1px;
}

.ui-jqgrid .ui-pg-button {
    height: 19px !important;
}

.ui-jqgrid .ui-pg-button span {
    display: block;
    margin: 1px;
    float: left;
}

.ui-jqgrid .ui-pg-button:hover {
    padding: 0px;
}

.ui-jqgrid .ui-state-disabled:hover {
    padding: 1px;
}

.ui-jqgrid .ui-pg-input {
    height: 13px;
    font-size: .8em;
    margin: 0em;
}

.ui-jqgrid .ui-pg-selbox {
    font-size: .8em;
    line-height: 18px;
    display: block;
    height: 18px;
    margin: 0em;
}

.ui-jqgrid .ui-separator {
    height: 18px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 1px;
    float: right;
}

.ui-jqgrid .ui-paging-info {
    font-weight: normal;
    height: 19px;
    margin-top: 3px;
    margin-right: 4px;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
    padding: 1px 0;
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    position: relative;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-button {
    cursor: pointer;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon {
    float: left;
    margin: 0 2px;
}

.ui-jqgrid td input,
.ui-jqgrid td select .ui-jqgrid td textarea {
    margin: 0em;
}

.ui-jqgrid td textarea {
    width: auto;
    height: auto;
}

.ui-jqgrid .ui-jqgrid-toppager {
    border-left: 0px none !important;
    border-right: 0px none !important;
    border-top: 0px none !important;
    margin: 0px !important;
    padding: 0px !important;
    position: relative;
    height: 25px !important;
    white-space: nowrap;
    overflow: hidden;
}

/*subgrid*/
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {
    display: block;
}

.ui-jqgrid .ui-subgrid {
    margin: 0em;
    padding: 0em;
    width: 100%;
}

.ui-jqgrid .ui-subgrid table {
    table-layout: fixed;
}

.ui-jqgrid .ui-subgrid tr.ui-subtblcell td {
    height: 18px;
    border-right-width: 1px;
    border-right-color: inherit;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: inherit;
    border-bottom-style: solid;
}

.ui-jqgrid .ui-subgrid td.subgrid-data {
    border-top: 0px none !important;
}

.ui-jqgrid .ui-subgrid td.subgrid-cell {
    border-width: 0px 0px 1px 0px;
}

.ui-jqgrid .ui-th-subgrid {
    height: 20px;
}

/* loading */
.ui-jqgrid .loading {
    position: absolute;
    top: 45%;
    left: 45%;
    width: auto;
    z-index: 101;
    padding: 6px;
    margin: 5px;
    text-align: center;
    font-weight: bold;
    display: none;
    border-width: 2px !important;
}

.ui-jqgrid .jqgrid-overlay {
    display: none;
    z-index: 100;
}

* html .jqgrid-overlay {
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}

* .jqgrid-overlay iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}

/* end loading div */
/* toolbar */
.ui-jqgrid .ui-userdata {
    border-left: 0px none;
    border-right: 0px none;
    height: 21px;
    overflow: hidden;
}

/*Modal Window */
.ui-jqdialog {
    display: none;
    width: 300px;
    position: absolute;
    padding: .2em;
    font-size: 11px;
    overflow: visible;
}

.ui-jqdialog .ui-jqdialog-titlebar {
    padding: .3em .2em;
    position: relative;
}

.ui-jqdialog .ui-jqdialog-title {
    margin: .1em 0 .2em;
}

.ui-jqdialog .ui-jqdialog-titlebar-close {
    position: absolute;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}

.ui-jqdialog .ui-jqdialog-titlebar-close span {
    display: block;
    margin: 1px;
}

.ui-jqdialog .ui-jqdialog-titlebar-close:hover,
.ui-jqdialog .ui-jqdialog-titlebar-close:focus {
    padding: 0;
}

.ui-jqdialog-content,
.ui-jqdialog .ui-jqdialog-content {
    border: 0;
    padding: .3em .2em;
    background: none;
    height: auto;
}

.ui-jqdialog .ui-jqconfirm {
    padding: .4em 1em;
    border-width: 3px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    overflow: visible;
    display: none;
    height: 80px;
    width: 220px;
    text-align: center;
}

/* end Modal window*/
/* Form edit */
.ui-jqdialog-content .FormGrid {
    margin: 0px;
}

.ui-jqdialog-content .EditTable {
    width: 100%;
    margin-bottom: 0em;
}

.ui-jqdialog-content .DelTable {
    width: 100%;
    margin-bottom: 0em;
}

.EditTable td input,
.EditTable td select,
.EditTable td textarea {
    margin: 0em;
}

.EditTable td textarea {
    width: auto;
    height: auto;
}

.ui-jqdialog-content td.EditButton {
    text-align: right;
    border-top: 0px none;
    border-left: 0px none;
    border-right: 0px none;
    padding-bottom: 5px;
    padding-top: 5px;
}

.ui-jqdialog-content td.navButton {
    text-align: center;
    border-left: 0px none;
    border-top: 0px none;
    border-right: 0px none;
    padding-bottom: 5px;
    padding-top: 5px;
}

.ui-jqdialog-content input.FormElement {
    padding: .3em
}

.ui-jqdialog-content .data-line {
    padding-top: .1em;
    border: 0px none;
}

.ui-jqdialog-content .CaptionTD {
    text-align: left;
    vertical-align: middle;
    border: 0px none;
    padding: 2px;
    white-space: nowrap;
}

.ui-jqdialog-content .DataTD {
    padding: 2px;
    border: 0px none;
    vertical-align: top;
}

.ui-jqdialog-content .form-view-data {
    white-space: pre
}

.fm-button {
    display: inline-block;
    margin: 0 4px 0 0;
    padding: .4em .5em;
    text-decoration: none !important;
    cursor: pointer;
    position: relative;
    text-align: center;
    zoom: 1;
}

.fm-button-icon-left {
    padding-left: 1.9em;
}

.fm-button-icon-right {
    padding-right: 1.9em;
}

.fm-button-icon-left .ui-icon {
    right: auto;
    left: .2em;
    margin-left: 0;
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.fm-button-icon-right .ui-icon {
    left: auto;
    right: .2em;
    margin-left: 0;
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

#nData,
#pData {
    float: left;
    margin: 3px;
    padding: 0;
    width: 15px;
}

/* End Eorm edit */
/*.ui-jqgrid .edit-cell {}*/
.ui-jqgrid .selected-row,
div.ui-jqgrid .selected-row td {
    font-style: normal;
    border-left: 0px none;
}

/* Tree Grid */
.ui-jqgrid .tree-wrap {
    float: left;
    position: relative;
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
}

.ui-jqgrid .tree-minus {
    position: absolute;
    height: 18px;
    width: 18px;
    overflow: hidden;
}

.ui-jqgrid .tree-plus {
    position: absolute;
    height: 18px;
    width: 18px;
    overflow: hidden;
}

.ui-jqgrid .tree-leaf {
    position: absolute;
    height: 18px;
    width: 18px;
    overflow: hidden;
}

.ui-jqgrid .treeclick {
    cursor: pointer;
}

/* moda dialog */
* iframe.jqm {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}

.ui-jqgrid-dnd tr td {
    border-right-width: 1px;
    border-right-color: inherit;
    border-right-style: solid;
    height: 20px
}

/* RTL Support */
.ui-jqgrid .ui-jqgrid-title-rtl {
    float: right;
    margin: .1em 0 .2em;
}

.ui-jqgrid .ui-jqgrid-hbox-rtl {
    float: right;
    padding-left: 20px;
}

.ui-jqgrid .ui-jqgrid-resize-ltr {
    float: right;
    margin: -2px -2px -2px 0px;
}

.ui-jqgrid .ui-jqgrid-resize-rtl {
    float: left;
    margin: -2px 0px -1px -3px;
}

.ui-jqgrid .ui-sort-rtl {
    left: 0px;
}

.ui-jqgrid .tree-wrap-ltr {
    float: left;
}

.ui-jqgrid .tree-wrap-rtl {
    float: right;
}

.ui-jqgrid .ui-ellipsis {
    text-overflow: ellipsis;
    -moz-binding: url('ellipsis-xbl.xml#ellipsis');
}

/* jQuery TreeTable Core 2.0 stylesheet
 *
 * This file contains styles that are used to display the tree table. Each tree
 * table is assigned the +treeTable+ class.
 * ========================================================================= */

/* jquery.treeTable.collapsible
 * ------------------------------------------------------------------------- */
.treeTable tr td .expander {
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 0;
    zoom: 1;
    /* IE7 Hack */
}

.treeTable tr.collapsed td .expander {
    background-image: url(../images/toggle-expand-dark.png);
}

.treeTable tr.expanded td .expander {
    background-image: url(../images/toggle-collapse-dark.png);
}

/* jquery.treeTable.sortable
 * ------------------------------------------------------------------------- */
.treeTable tr.selected,
.treeTable tr.accept {
    background-color: #3875d7;
    color: #fff;
}

.treeTable tr.collapsed.selected td .expander,
.treeTable tr.collapsed.accept td .expander {
    /*background-image: url(../images/toggle-expand-light.png);*/
    background-image: url(../images/toggle-expand-dark.png);
}

.treeTable tr.expanded.selected td .expander,
.treeTable tr.expanded.accept td .expander {
    /*background-image: url(../images/toggle-collapse-light.png);*/
    background-image: url(../images/toggle-collapse-dark.png);
}

.treeTable .ui-draggable-dragging {
    color: #000;
    z-index: 1;
}

/****************************************************************/
/* 					ZF/STYLES/STYLE.CSS 						*/
/****************************************************************/
/* CMS-TABLE */
.maggioli-table-container {
    border: 0px !important;
    width: 100%;
    display: table;
}

.cms-table {
    border-collapse: collapse;
    width: 100%;
    color: #325981 !important;
}

.table-icon {
    text-decoration: none !important;
}

.table-icon :hover {
    text-decoration: none !important;
}

.cms-table td {
    padding: 5px;
    vertical-align: top;
}

.cms-table tr[data-href] {
    cursor: pointer;
}

.cms-table th {
    font: bold 11px;
    padding: 6px 6px 6px 12px;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 4px !important;
}

.cms-table tfoot td {
    padding-top: 5px;
    border-top: 1px solid #D0D0D0;
    text-align: center;
}

.cms-table-footer {
    padding: 3px;
    height: 13px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    font-weight: bold;
}

.cms-table-footer-disabled {
    opacity: 0.8;
    font-weight: normal;
}

.cms-table-footer-active {
    text-decoration: underline;
}

.cms-table-aggiunta {
    margin-bottom: 3px;
    text-align: right;
}

.cms-table-aggiunta a {
    font-size: 110%;
    text-decoration: underline !important;
}

.cms-table-footer .ui-selectmenu-status {
    font-weight: bold;
}

.cms-table .input-search {
    padding: 0px 2px;
    height: 25px;
    font-weight: normal;
}

.state-message {
    padding: 2px;
    margin-bottom: 10px;
    font-size: 120%;
    text-align: left;
}

.cms-state-icon {
    float: left;
    margin-right: 0.3em;
}

.state-message-success {
    color: #234600;
    background-image: url('../immagini/icons/message-ok.png');
    background-color: #F8FFF0;
    background-position: 8px 6px;
    background-repeat: no-repeat;
    border: 1px solid;
    border-color: #BBEE77;
    margin: 10px 10px;
    ;
    padding: 10px 10px 10px 45px;
    -moz-border-radius: 4px 4px 4px 4px;
}

.state-message-error {
    color: #8C2E0B;
    background-image: url('../immagini/icons/message-error.png');
    background-color: #FEF5F1;
    background-position: 8px 6px;
    background-repeat: no-repeat;
    border: 1px solid;
    border-color: #ED541D;
    margin: 10px 10px;
    ;
    padding: 10px 10px 10px 45px;
    -moz-border-radius: 4px 4px 4px 4px;
}

.state-message-warning {
    color: #840000;
    background-image: url('../immagini/icons/message-warning.png');
    background-color: #FFFCE5;
    background-position: 8px 6px;
    background-repeat: no-repeat;
    border: 1px solid;
    border-color: #EEDD55;
    margin: 10px 10px;
    ;
    padding: 10px 10px 10px 45px;
    -moz-border-radius: 4px 4px 4px 4px;
}

.state-message-info {
    color: #4874B6;
    background-image: url('../immagini/icons/message-info.png');
    background-color: #f3f8ff;
    background-position: 8px 6px;
    background-repeat: no-repeat;
    border: 1px solid;
    border-color: #6292db;
    margin: 10px 10px;
    ;
    padding: 10px 10px 10px 45px;
    -moz-border-radius: 4px 4px 4px 4px;
}

/****************************************************************/
/* 					ZF/STYLES/BUTTON.CSS 						*/
/****************************************************************/
#testo a.awesome,
#testo a.awesome:visited,
.awesome,
.awesome:visited {
    background: #222 url(../../immagini/alert-overlay.png) repeat-x;
    display: inline-block;
    padding: 5px 10px 7px 10px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    /*text-shadow: 0 -1px 1px rgba(0,0,0,0.25);*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    cursor: pointer;
}

#testo a.awesome:hover,
.awesome:hover {
    background-color: #111;
    color: #fff;
}

#testo a.awesome:active,
.awesome:active {
    top: 1px;
}

input.awesome {
    border: none;
}

/*Dimensione*/
#testo a.small.awesome,
#testo a.small.awesome:visited,
.small.awesome,
.small.awesome:visited {
    font-size: 11px;
    padding: ;
}

#testo a.awesome,
#testo a.awesome:visited,
#testo a.medium.awesome,
#testo a.medium.awesome:visited,
.awesome,
.awesome:visited,
.medium.awesome,
.medium.awesome:visited {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    /*text-shadow: 0 0 0.4em #FFFFFF;*/
    /*text-shadow: 0 -1px 1px rgba(0,0,0,0.25);*/
}

#testo a.large.awesome,
#testo a.large.awesome:visited,
.large.awesome,
.large.awesome:visited {
    font-size: 14px;
    padding: 8px 14px 9px;
}


/*Button color*/
/* Colore 1*/
#testo a.color1.awesome,
#testo a.color1.awesome:visited,
.color1.awesome,
.color1.awesome:visited {
    background-color: #EBEBEB;
    color: #666666;
}

#testo a.color1.awesome:hover,
.color1.awesome:hover {
    background-color: #E0E0E0;
    color: #666666;
}

/* Colore 2*/
#testo a.color2.awesome,
#testo a.color2.awesome:visited,
.color2.awesome,
.color2.awesome:visited {
    background-color: #e33100;
}

#testo a.color2.awesome:hover,
.color2.awesome:hover {
    background-color: #872300;
}

/* Colore 3*/
#testo a.color3.awesome,
#testo a.color3.awesome:visited,
.color3.awesome,
.color3.awesome:visited {
    background-color: #a9014b;
}

#testo a.color3.awesome:hover,
.color3.awesome:hover {
    background-color: #630030;
}

#testo a.ico_search.awesome,
.ico_search {
    background-image: url('../../immagini/icons/magnifier.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 30px;
    vertical-align: middle;
}

#testo a.ico_add.awesome,
.ico_add {
    background-image: url('../../immagini/icons/add.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 30px;
    vertical-align: middle;
}

#testo a.ico_delete.awesome,
.ico_delete {
    background-image: url('../../immagini/icons/delete.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 30px;
    vertical-align: middle;
}

#testo a.ico_edit.awesome,
.ico_edit {
    background-image: url('../../immagini/icons/wrench.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 30px;
    vertical-align: middle;
}

#testo a.ico_save.awesome,
.ico_save {
    background-image: url('../../immagini/icons/disk.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 30px;
    vertical-align: middle;
}

/****************************************************************/
/* 			ZF/STYLES/HOMEPAGE/PERSONALIZZAZIONE.CSS 			*/
/****************************************************************/
/****************************************************************************
 *            STRUTTURA PAGINA PERSONALIZZAZIONE HOMEPAGE                   *
 ****************************************************************************/
.homepage-navigation-link {
    border: 1px solid #C9D0D3;
    height: 26px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #E7E8E8;
    margin-right: 2px;
    color: #B3A3A0;
    border-radius: 4px 4px 0px 0px;
}

.homepage-navigation-link-active {
    background-color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF
}

.homepage-navigation-link a {
    color: #3690C3;
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

.homepage-navigation-link-active a {
    color: #1A60A8;
    font-weight: bold;
}

.option-none {
    background-color: #FFFFFF;
}

.row-block-moved {
    background-color: #FFF8C4;
}

#homepage-blocks-list-container {
    margin-top: 20px;
}

.loading {
    opacity: 0.4;
    filter: alpha(opacity=40);
    zoom: 100%;
}

#block-search-container form {
    margin: 0px !important;
    padding: 0px !important;
}

#block-search-container {
    border: 1px solid #E0E0E0;
    /*margin: 20px;*/
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
}

#block-add-container {
    width: 100%;
    text-align: right;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
    cursor: pointer;
    text-decoration: underline;
}

.block_search_field_container {
    float: left;
    margin-right: 20px;
}

#elemento-add-container {
    width: 100%;
    text-align: right;
    margin-right: 20px;
    margin-bottom: 5px;
    cursor: pointer;
    text-decoration: underline;
}

/****************************************************************************
 *                  ANTEPRIMA HOMEPAGE E SORTABLE                           *
 ****************************************************************************/
.stylized h2 {
    -moz-border-radius-topleft: 0px !important;
    -moz-border-radius-topright: 0px !important;
    text-align: left !important;
}

.stylized div.block-title h2 {
    background: none !important;
    background-color: #FFFFFF !important;
    color: gray !important;
    border-color: #BDC7CD !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}

.stylized div.block-content {
    border-color: #BDC7CD !important;
    border-top: 1px solid #BDC7CD !important;
}

.block-title h2 {
    display: block;
}

.block-content {
    min-height: 0px;
}

/****************************************************************************
 *                  INSERIMENTO/MODIFICA BLOCCHI                            * 
 ****************************************************************************/
.blockPreviewDialog {
    background: none;
    border: none;
}

.blockPreviewDialog .ui-dialog-titlebar {
    top: 25px;
    left: -29px;
    z-index: 1000;
}

#homepage-blocks-preview-container span h2 {
    color: black;
}

.blockPreviewDialog .ui-dialog-titlebar-close {
    left: 99%;
    top: 0;
}

.blockPreviewDialog .ui-widget-header {
    background: none;
    border: none;
}

#contenuto-form-container {
    width: 98%;
    margin: auto;
}

#contenuto_immagineUploader {
    margin-top: -5px;
    margin-left: 20px;
    width: 65 !important;
}

#contenuto_immagineQueue {
    margin-top: 10px;
    margin-bottom: 20px;
}

.uploadifyQueueItem {
    width: 90% !important;
}

.ui-widget-overlay {
    /*opacity: none !important;*/
    /*background: none;*/
}

#center-column-block-content {
    /*float: left;*/
    width: 570px;
    text-align: left;
    padding-bottom: 15px;
}

#right-column-block-preview {
    float: left;
    width: 290px;
    margin-left: 2px;
    margin-top: 30px;
}

#right-column-block-preview .PageTitle {
    text-align: center;
}

#block-preview {
    min-height: 30px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    width: 280px;
    padding: 4px;
    overflow: hidden;
}

.old-block-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

#center-column-block-content .ui-tabs-nav li.ui-tabs-selected a {
    font-weight: bold !important;
}

#center-column-block-content .ui-widget-header {
    background: none;
    border: none;
    border-bottom: 1px solid #AAAAAA;
}

#center-column-block-content .ui-corner-all {
    border-radius: 0px;
}

#center-column-block-content .ui-corner-bottom {
    border-radius: 0px;
}

#center-column-block-content .ui-widget-content {
    border: none;
}

#center-column-block-content .ui-tabs-panel {
    border-right: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    border-width: 1px !important;
}

#center-column-block-content .ui-tabs-nav {
    padding-left: 5px !important;
}

#center-column-block-content .ui-tabs-nav li a {
    color: #555555 !important;
    font-weight: normal;
    line-height: 1.3;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
    padding: 0.6em 1.5em !important;
    text-decoration: none;
    cursor: pointer;
}

#center-column-block-content .ui-tabs-nav li a:hover {
    text-decoration: none !important;
}

.tab-panel-header {
    border-bottom: 1px solid #CBCBCB;
    margin: -1em -1.4em;
    margin-bottom: 10px;
    padding: 1em 1.4em;
    height: 44px;
    background-image: url('../immagini/block_template/blockcontent_bg.png');
}

.tab-panel-footer {
    height: 50px;
    padding: 10px !important;
    background-color: #E1E1E1;
    margin: -1em -1.4em;
    margin-top: 15px;
    border-top: 1px solid #CBCBCB;
}

#center-column-block-content .ui-accordion-content {
    border-bottom: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    font-size: 10px;
}

#element-list-accordion {
    margin-bottom: 20px;
}

#element-list-accordion a {}

#center-column-block-content .ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em !important;
}

#center-column-block-content .ui-accordion .ui-accordion-header a {
    display: block !important;
    font-size: 1.6em !important;
    padding: 0.5em 0.5em 0.5em 1.8em !important;
}

.element-accordion-contenuto,
.element-accordion-contenuto-nuovo {
    height: auto !important;
}

.element-accordion-contenuto,
.element-accordion-contenuto-nuovo {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border-right: 1px solid #AAAAAA !important;
    border-left: 1px solid #AAAAAA !important;
    border-bottom: 1px solid #AAAAAA !important;
}

.submit-button {
    background: none repeat scroll 0 0 #EEEEEE;
    border-color: #CCCCCC #999999 #999999 #CCCCCC;
    border-right: 1px solid #999999;
    border-style: solid;
    border-width: 1px;
    height: 30px;
    float: right;
    margin-top: 20px;
    font-weight: bold;
}

.submit-delete {
    display: none;
}

#template-selected-info {
    display: none;
}

#template-selected-title {
    font-size: 10px;
    color: #313131;
}

#template-selected-description {
    font-size: 9px;
    color: #313131;
}

.template-content-image {
    min-height: 117px;
}

#contenuto-button-aggiungi {
    cursor: pointer;
}

.field-error {
    border: 2px solid red !important;
}

.form-field-label {
    font-weight: bold;
}

.form-field-required {
    color: red;
}

.form-impostazioni-element {
    margin-top: 10px;
    text-align: left;
}

.picker {
    border: 1px solid #aaaaaa;
    background-color: #555555;
    padding: 10px;
    -moz-border-radius: 5px;
    width: 195px;
    margin: auto;
}

#form-stile-blocco input {
    width: 55px;
    border: 0px;
    padding: 2px 4px;
    border: 1px solid #DDDDDD;
    float: left;
}

#form-stile-blocco label {
    width: 150px;
    display: block;
    float: left;
    text-align: left;
}

#template-list-content {
    margin-top: 20px;
    margin-left: 50px;
}

.tab-panel-content-text {
    font-size: 10px;
    font-weight: normal;
    color: #000000;
}

.tab-panel-content-title {
    color: #006EB4;
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
}

.tab-panel-box {
    margin: -1.4em -1em;
}

.tab-panel-content-help {
    margin-bottom: 15px;
    padding-top: 4px;
    width: 100%;
}

.tab-panel-content-help-message {
    width: 90%;
}

.template-list-notemplate {
    font-style: italic;
}

.template-content {
    float: left;
    padding: 10px;
    width: 120px;
    height: 145px;
    overflow: hidden;
    cursor: pointer;
}

.template-content-title {
    text-align: center;
    /*margin-top: 2px;
    padding-top: 2px;*/
}

.template-content-image {
    text-align: center;
}

.template-content-image img {
    border: 3px solid #FFFFFF;
}

.template-content-image img:hover {
    border: 3px solid #E8D541;
}

.template-filters-image {
    cursor: pointer;
}

.template-content-active img,
.template-content-active img:hover {
    border: 3px solid #0FB1E6;
}

.contenuto-form-errors-messages {
    text-align: left;
}

#popup_content {
    text-align: left;
}

.homepage-secondary-button {
    background: none repeat scroll 0 0 #EEEEEE;
    border-color: #CCCCCC #999999 #999999 #CCCCCC !important;
    border-style: solid !important;
    border-width: 1px !important;
    float: left;
    text-align: center;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    padding: 5px;
    margin-right: 10px;
}

.homepage-secondary-button:hover {
    cursor: pointer;
}

/****************************************************************/
/* 		ZF/SCRIPTS/NIVO-SLIDER/THEMES/DEFAULT/DEFAULT.CSS 		*/
/****************************************************************/
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
    position: relative;
    background: #fff url(js-static/nivo-slider/themes/default/loading.gif) no-repeat 50% 50%;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
    min-height: 200px;
}

.theme-default .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.theme-default .nivoSlider a {
    border: 0;
    display: block;
}

.theme-default .nivo-controlNav {
    position: absolute;
    left: 50%;
    bottom: -42px;
    margin-left: -40px;
    /* Tweak this to center bullets */
}

.theme-default .nivo-controlNav a {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../immagini/nivo-slider/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 3px;
    float: left;
}

.theme-default .nivo-controlNav a.active {
    background-position: 0 -22px;
}

.theme-default .nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../immagini/nivo-slider/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}

.theme-default a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}

.theme-default a.nivo-prevNav {
    left: 15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}

.theme-default .nivo-caption a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.theme-default .nivo-caption a:hover {
    color: #fff;
}

/****************************************************************/
/* 			ZF/SCRIPTS/NIVO-SLIDER/NIVO-SLIDER.CSS 				*/
/****************************************************************/
/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */

/* The Nivo Slider styles */
.nivoSlider {
    position: relative;
    background-color: #FFFFFF !important;
    background-position: center !important;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}

/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    background-color: #FFFFFF !important;
    background-position: center !important;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}

/* Caption styles */
.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    opacity: 0.8;
    /* Overridden by captionOpacity setting */
    width: 100%;
    z-index: 8;
    text-align: right;
}

.nivo-caption p {
    padding: 5px;
    margin: 0;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}

/****************************************************************/
/* 				ZF/../INCLUDE/CSS/JQUERY.JCROP.CSS 				*/
/****************************************************************/
/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder {
    text-align: left;
}

.jcrop-vline,
.jcrop-hline {
    font-size: 0;
    position: absolute;
    background: white url('../../immagini/jcrop/Jcrop.gif') top left repeat;
}

.jcrop-vline {
    height: 100%;
    width: 1px !important;
}

.jcrop-hline {
    width: 100%;
    height: 1px !important;
}

.jcrop-handle {
    font-size: 1px;
    width: 7px !important;
    height: 7px !important;
    border: 1px #eee solid;
    background-color: #333;
    *width: 9px;
    *height: 9px;
}

.jcrop-tracker {
    width: 100%;
    height: 100%;
}

.custom .jcrop-vline,
.custom .jcrop-hline {
    background: yellow;
}

.custom .jcrop-handle {
    border-color: black;
    background-color: #C7BB00;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/****************************************************************/
/* 				ZF/../INCLUDE/JS/TIPSY/TIPSY.CSS 				*/
/****************************************************************/
.tipsy {
    padding: 5px;
    font-size: 10px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-repeat: no-repeat;
    background-image: url(../../immagini/tipsy/tipsy.gif);
}

.tipsy-inner {
    padding: 5px 8px 4px 8px;
    background-color: black;
    color: white;
    max-width: 200px;
    text-align: center;
}

.tipsy-inner {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tipsy-north {
    background-position: top center;
}

.tipsy-south {
    background-position: bottom center;
}

.tipsy-east {
    background-position: right center;
}

.tipsy-west {
    background-position: left center;
}

/****************************************************************/
/* 				ZF/STYLES/maggioli/TABLE.CSS 						*/
/****************************************************************/




/****************************************************************/
/* 			ZF/STYLES/JQUERY.UI-1.8.6.CUSTOM_OVERRIDE.CSS 		*/
/****************************************************************/
.ui-state-success {
    background: none !important;
    background-color: #E5F7E3 !important;
    border: 1px solid #4CB204 !important;
    color: #005E20 !important;
}

.ui-state-highlight {
    background: none !important;
    background-color: #FFF1A0 !important;
    border: 1px solid #F9DD34 !important;
    color: #383838 !important;
}


.ui-state-error {
    background: none !important;
    background-color: #CD0A0A !important;
    border: 1px solid #960808 !important;
    color: #FFFFFF !important;
}

.ui-icon-circle-check {
    background-image: url("../../include/css/smoothness/images/ui-icons_00ff00_256x240.png") !important;
}

.ui-icon-alert {
    background-image: url("../../include/css/smoothness/images/ui-icons_ffffff_256x240.png") !important;
}

/****************************************************************/
/* 					ZF/STYLES/MAIN.CSS 							*/
/****************************************************************/
#search-container {
    width: 100%;
    margin: auto;
    display: none;
}

.search-form-column {
    width: 50%;
    float: left;
}

.touch-search-field {
    line-height: 1.4em;
    padding: 0.465em 1em;
    background: #FFFFFF;
    display: block;
    width: 100% !important;
    margin-left: -32px;
}

.search-form-field {
    margin-left: 155px;
    margin-bottom: 6px;
    /* padding-top:0.2em; */
}



#search-container label {
    -moz-border-radius: 3px;

    /* background: url("../immagini/table_bg_header.jpg") no-repeat scroll 0 0 #D9D9D9; */
    text-decoration: none;
    font-size: 0.8em !important;
    padding: 0.065em 1em;
    padding-top: 0.3em;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    width: 118px;
    display: block;
    float: left;
    margin-bottom: 2px;
}


#buttons-container {
    width: 100%;
    margin: auto;
    margin-top: 1em;
}


.modal-window-document {
    cursor: pointer;
    /* width:26px; */
    /* height:24px; */
}

#testo a.ui-selectmenu:hover {
    text-decoration: none;
}

#testo a.ui-selectmenu {
    background: none !important;
    border: 1px solid #D3D3D3 !important;
}

#testo a.ui-selectmenu-popup,
#testo a.ui-selectmenu-dropdown {
    margin-left: -32px !important;
    background: none !important;
    border: 1px solid #D3D3D3 !important;

}

.search-form-select {
    /* display:block; */
    /*	width:100% !important; */
    /*	margin-left:-32px important; */
}

.ui-selectmenu-menu {
    font-size: 70%;
}

#testo .ui-button {
    background: none !important;
    border: 1px solid #D3D3D3 !important;
}

/* Presi da table.css*/
/* CMS-TABLE */




/* maggioli-TABLE */
.sortable-column {
    cursor: pointer;
}

.searchlabel {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 0.8em !important;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    width: 118px;
    display: block;
    float: left;
    margin-bottom: 2px;
}


/* Stile dettaglio */
.cms-detail {
    border-collapse: collapse !important;
}

.cms-detail th {
    white-space: nowrap;
    padding: 0px;
    width: 30%;
}

.cms-detail td {
    padding-left: 8px;
    padding-top: 2px;
}

.cms-detail img {
    vertical-align: middle;
}

/* */

.cms-field-input-select {
    height: 22px;
}

#testo .touch-mini-button a {
    border: 1px solid #BEBFB9 !important;
    float: left;
    text-decoration: none;
    color: #333333;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 120px;
    background-color: white;

    font-size: 90%;
    padding: 5px;
    margin-top: 5px;
}

.touch-news-content {
    border: 1px solid silver;
}

.touch-label-news {
    padding-left: 10px;
    float: left;
    font-size: 140%;
}

.touch-news-item-mid {
    padding-left: 10px;
}

.touch-clear {
    clear: both;
    height: 0px;
}


.touch-mini-button-container {
    width: 25px;
    float: left;
}

.maggioli-table-mini-container {
    margin-top: 5px;
}

/*
.touch-mini-button-container {
    width: 100%
    clear:both;
}

.maggioli-table-mini-container {
   margin-top:10px;
   float: left;
}
*/
/****************************************************************/
/* 						ZF/STYLES/CMS.CSS 						*/
/****************************************************************/
/* Stile form*/
.cms-form {
    margin-top: 10px;
    padding: 10px;
}

.cms-form div.cms-form-element {
    margin-bottom: 15px;
}

.cms-table img {
    border: none;
}

.cms-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.cms-form-help {
    color: #888888;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 9px;
    padding-left: 18px;
    padding-top: 2px;
    background-image: url('../immagini/icons/message-help.png');
    background-repeat: no-repeat;
    height: 16px;
}

.cms-form-input {
    width: 100%;
}

/* Stile dettaglio */
.cms-detail {
    border-collapse: collapse !important;
}

.cms-detail th {
    color: #666666;
    white-space: nowrap;
    padding: 8px;
    padding-right: 10px;
    text-align: left;
}

.cms-detail td {
    padding: 8px;
}

.cms-detail img {
    vertical-align: middle;
}

/* */

.cms-field-input-select {
    height: 22px;
}

li.open a {
    font-size: 11px !important;
    font-weight: bold !important;
    letter-spacing: 1px;
    color: #666666 !important;
}

li.closed a {
    font-size: 11px !important;
    font-weight: bold !important;
    letter-spacing: 1px;
    color: #666666 !important;
}

.vtabs li {
    padding: 7px 5px 2px 7px !important;
}

.cms-sortable-container {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #D3D3D3;
}

#sortable {
    list-style-type: none;
    margin-top: -1px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
    width: 100%;
    border-top: 1px solid #D3D3D3;
    padding-top: 0px;
}

form {
    margin: 0px;
    padding: 0px;
}

#sortable li {
    height: 38px;
    padding: 0px 0px 0px 20px !important;
    overflow: hidden;
}

#sortable li span {
    /*position: absolute;*/
    float: left;
}

#sortable li.ui-state-default {
    background: none;
    border: 0px;
    background-color: #FFFFFF;
}

#sortable .ui-icon-arrowthick-2-n-s {
    cursor: move;
    margin-left: -15px;
    margin-top: 9px;
}

.cms-form-inline-row {
    height: 50px;
    margin-bottom: 20px;
}

.inline-input,
.inline-submit {
    float: left;
    margin-right: 25px;
    height: 50px;
}

.inline-submit {
    margin-top: 12px;
}

.cms-form-inline-clear-both {
    clear: both;
}

.cms-sortable-row {}

.cms-sortable-row-active {
    background-color: #FFFFBB !important;
}

.cms-sortable-inline-header {
    background-color: #E1E2DC;
    height: 24px;
    width: 100%;
}

.cms-sortable-inline-header-row {
    padding-left: 21px;
}

.cms-sortable-inline-th {
    float: left;
    padding: 5px;
    padding-left: 7px;
    padding-right: 7px;
    text-transform: uppercase;
}

.cms-sortable-inline-td {
    float: left;
    padding: 7px;
    padding-top: 10px;
}

.cms-sortable-inline-text {
    float: left;
}

.cms-sortable-inline-row {
    background-color: #FFFFFF !important;
}

.cms-sortable-inline-row-alt {
    background-color: #F3F4EE !important;
}

.cms-state-message {
    padding: 2px;
    margin-bottom: 10px;
}

.cms-state-icon {
    float: left;
    margin-right: 0.3em;
}

.cms-state-message {
    font-size: 120%;
}

.cms-state-message-row {}

.cms-state-message-success {
    color: #234600;
    background-image: url('../immagini/icons/message-ok.png');
    background-color: #F8FFF0;
    background-position: 8px 6px;
    background-repeat: no-repeat;
    border: 1px solid;
    border-color: #BBEE77;
    margin: 10px 10px;
    ;
    padding: 10px 10px 10px 45px;
    -moz-border-radius: 4px 4px 4px 4px;
}

.cms-state-message-error {
    color: #8C2E0B;
    background-image: url('../immagini/icons/message-error.png');
    background-color: #FEF5F1;
    background-position: 8px 6px;
    background-repeat: no-repeat;
    border: 1px solid;
    border-color: #ED541D;
    margin: 10px 10px;
    ;
    padding: 10px 10px 10px 45px;
    -moz-border-radius: 4px 4px 4px 4px;
}

.cms-state-message-warning {
    color: #840000;
    background-image: url('../immagini/icons/message-warning.png');
    background-color: #FFFCE5;
    background-position: 8px 6px;
    background-repeat: no-repeat;
    border: 1px solid;
    border-color: #EEDD55;
    margin: 10px 10px;
    ;
    padding: 10px 10px 10px 45px;
    -moz-border-radius: 4px 4px 4px 4px;
}

.cms-state-message-info {
    color: #4874B6;
    background-image: url('../immagini/icons/message-info.png');
    background-color: #f3f8ff;
    background-position: 8px 6px;
    background-repeat: no-repeat;
    border: 1px solid;
    border-color: #6292db;
    margin: 10px 10px;
    ;
    padding: 10px 10px 10px 45px;
    -moz-border-radius: 4px 4px 4px 4px;
}

.cms-state-message-loading {
    color: #4874B6;
    background-image: url('../immagini/avviso-loader.gif');
    background-color: #f3f8ff;
    background-position: 11px 10px;
    background-repeat: no-repeat;
    border: 1px solid;
    border-color: #6292db;
    margin: 10px 10px;
    ;
    padding: 10px 10px 10px 45px;
    -moz-border-radius: 4px 4px 4px 4px;
}

.cms-form-element-required {
    color: #840000;
    margin-left: 2px;
}

ul.cms-state-message-list {
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
}

ul.cms-state-message-list li {
    margin: 0px !important;
    padding: 0px !important;
}

.cms-sortable-change-warning {
    display: none;
    margin-right: 0px;
}

span.cms-sortable-row-moved {
    float: none !important;
    display: none;
    padding-left: 2px;
    color: #840000;
}

.cms-delete-confirm {
    text-align: center;
}

.cms-delete-confirm-commands input {
    margin-right: 10px;
}

.cms-delete-confirm h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.cms-uffici-th-title {
    padding-left: 1px;
    font-size: 140%;
    color: #4F6B7B !important;
}


.cms-uffici-th-dettaglio {
    font-size: 110%;
    padding-left: 1px;
    color: #9D9D9D !important;
    font-weight: bold;
}

.cms-uffici-td-dettaglio {
    font-weight: bold;
}

.cms-uffici-tr {
    border-bottom: 1px solid #DEDEDE;
}

.cms-uffici-td-dettaglio-text {
    padding-left: 1px;
    font-weight: bold;
}

/****************************************************************/
/* 	ZF/SCRIPTS/JQUERYALERTDIALOGS/_ASSETS/CSS/JQUERY.ALERTS.CSS */
/****************************************************************/
#popup_container {
    font-family: Arial, sans-serif;
    font-size: 12px;
    min-width: 300px;
    /* Dialog will be no smaller than this */
    max-width: 600px;
    /* Dialog will wrap after this width */
    background: #FFF;
    border: solid 5px #999;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#popup_title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75em;
    color: #666;
    background: #CCC url(../scripts/jQueryAlertDialogs/_assets/img/sprite.png) top repeat-x;
    border: solid 1px #FFF;
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0em;
    margin: 0em;
}

#popup_content {
    background: 16px 16px no-repeat url(../scripts/jQueryAlertDialogs/_assets/img/info.gif);
    padding: 1em 1.75em;
    margin: 0em;
}

#popup_content.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url(../scripts/jQueryAlertDialogs/_assets/img/info.png);
}

#popup_content.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url(../scripts/jQueryAlertDialogs/_assets/img/success.png);
}

#popup_content.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url(../scripts/jQueryAlertDialogs/_assets/img/warning.png);
}

#popup_content.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url(../scripts/jQueryAlertDialogs/_assets/img/error.png);
}

#popup_content.confirm {
    background-image: url(../scripts/jQueryAlertDialogs/_assets/img/important.gif);
}

#popup_content.prompt {
    background-image: url(../scripts/jQueryAlertDialogs/_assets/img/help.gif);
}

#popup_message {
    padding-left: 48px;
}

#popup_panel {
    text-align: center;
    margin: 1em 0em 0em 1em;
}

#popup_prompt {
    margin: .5em 0em;
}

/****************************************************************/
/* 			ZF/SCRIPTS/JQUERY.UPLOADIFY/UPLOADIFY.CSS 			*/
/****************************************************************/
/*
Uploadify v2.1.4
Release Date: November 8, 2010

Copyright (c) 2010 Ronnie Garcia, Travis Nickels

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
.uploadifyQueueItem {
    background-color: #F5F5F5;
    border: 2px solid #E5E5E5;
    font: 11px Verdana, Geneva, sans-serif;
    margin-top: 5px;
    padding: 10px;
    width: 350px;
}

.uploadifyError {
    background-color: #FDE5DD !important;
    border: 2px solid #FBCBBC !important;
}

.uploadifyQueueItem .cancel {
    float: right;
}

.uploadifyQueue .completed {
    background-color: #E5E5E5;
}

.uploadifyProgress {
    background-color: #E5E5E5;
    margin-top: 10px;
    width: 100%;
}

.uploadifyProgressBar {
    background-color: #0099FF;
    height: 3px;
    width: 1px;
}

/****************************************************************/
/* 			ZF/../INCLUDE/JS/FARBTASTIC/FARBTASTIC.CSS 			*/
/****************************************************************/
/**
 * Farbtastic Color Picker 1.2
 * Ã‚Â© 2008 Steven Wittens
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
.farbtastic {
    position: relative;
}

.farbtastic * {
    position: absolute;
    cursor: crosshair;
}

.farbtastic,
.farbtastic .wheel {
    left: 0;
    top: 0;
    width: 195px;
    height: 195px;
}

.farbtastic .color,
.farbtastic .overlay {
    top: 47px;
    left: 47px;
    width: 101px;
    height: 101px;
}

.farbtastic .wheel {
    background: url(../../include/js/farbtastic/wheel.png) no-repeat;
    width: 195px;
    height: 195px;
}

.farbtastic .overlay {
    background: url(../../include/js/farbtastic/mask.png) no-repeat;
}

.farbtastic .marker {
    width: 17px;
    height: 17px;
    margin: -8px 0 0 -8px;
    overflow: hidden;
    background: url(../../include/js/farbtastic/marker.png) no-repeat;
}

#sa_modifica_servizio_aggiuntivo {
    cursor: pointer !important;
    color: #3690C3 !important;
}

.sa_elenco_servizi_aggiuntivi {
    width: 90% !important;
    max-width: 90% !important;
}

#messaggio-stile-non-salvato,
#messaggio-stile-salvato {
    display: none;
    padding-top: 7px;
}

.visualizza-avviso-close-button {
    float: right;
    width: 2%;
    height: 21px;
    margin-bottom: 0px;
    background: url(../../immagini/chiudi.gif) no-repeat scroll 0 0 transparent;
}

.no-border {
    border: 0px;
}

ul.errors {
    color: red;
    list-style: none;
    padding-left: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

input.errors {
    border: 1px solid red;
}

#ui-datepicker-div {
    display: none;
}

#impostazioni-button-continue {
    font-size: 10px;
}

.cssTable .set-content {
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#homepage-preview-container td {
    vertical-align: top;
}


/* Font-awesome */
.fa {
    font-size: 14px;
}

.icon-red {
    color: red;
}

.icon-black {
    color: black;
}

.icon-dark-grey {
    color: #2F4F4F;
}

.icon-light-grey {
    color: #D3D3D3;
}

.icon-white {
    color: #FFFFFF;
}
















.form-signin {
    max-width: 400px;
    padding: 15px;
    margin: 0 auto;
}

.login-form-label {
    width: 90px !important;
    font-size: 14px !important;
    text-align: left;
}

.login-form-label label {
    font-weight: normal !important;
}

.button-link {
    border: 0px;
    background-color: transparent;
    padding: 0px;
}

.login-description {
    text-align: justify;
    width: 600px;
    margin: auto;
}

#score {
    color: #000;
    font-size: 85%;
    position: absolute;
    text-align: center;
    width: 100px;
    z-index: 10;
}

#score {
    font-weight: bold;
    height: 17px;
    padding-top: 2px;
}

#scorebar {
    background-image: url(../images/bg_strength_gradient.jpg);
    background-repeat: repeat-y;
    background-position: 0 0;
    position: absolute;
    width: 100px;
    z-index: 0;
    height: 17px;
}

#scorebarBorder {
    background: #333;
    border: 1px #000 solid;
    height: 17px;
    margin-bottom: 2px;
    width: 100px;
    margin-left: 10px;
}

/**
 * @file
 * Plugin styles.
 * Copied verbatim from Drupal core, system module.
 * @license GPL V2 
 */

body.drag {
    cursor: move;
}

.draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    /* LTR */
    height: 1.7em;
    margin-left: -1em;
    /* LTR */
    overflow: hidden;
    text-decoration: none;
}

a.tabledrag-handle:hover {
    text-decoration: none;
}

a.tabledrag-handle .handle {
    background: url("/km/js-static/jquery-tabledrag/assets/draggable.png") no-repeat 6px 9px;
    height: 13px;
    margin: -0.4em 0.5em;
    /* LTR */
    padding: 0.42em 0.5em;
    /* LTR */
    width: 13px;
}

a.tabledrag-handle-hover .handle {
    background-position: 6px -11px;
}

div.indentation {
    float: left;
    /* LTR */
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    /* LTR */
    padding: 0.42em 0 0.42em 0.6em;
    /* LTR */
    width: 20px;
}

div.tree-child {
    background: url("/km/js-static/jquery-tabledrag/assets/tree.png") no-repeat 11px center;
    /* LTR */
}

div.tree-child-last {
    background: url("/km/js-static/jquery-tabledrag/assets/tree-bottom.png") no-repeat 11px center;
    /* LTR */
}

div.tree-child-horizontal {
    background: url("/km/js-static/jquery-tabledrag/assets/tree.png") no-repeat -11px center;
}

.tabledrag-toggle-weight-wrapper {
    text-align: right;
    /* LTR */
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.multiselect-container .input-group {
    margin: 5px
}

.multiselect-container>li {
    padding: 0
}

.multiselect-container>li>a.multiselect-all label {
    font-weight: 700
}

.multiselect-container>li>label.multiselect-group {
    margin: 0;
    padding: 3px 20px;
    height: 100%;
    font-weight: 700
}

.multiselect-container>li>a {
    padding: 0
}

.multiselect-container>li>a>label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 40px
}

.multiselect-container>li>a>label.radio,
.multiselect-container>li>a>label.checkbox {
    margin: 0
}

.multiselect-container>li>a>label>input[type=checkbox] {
    margin-bottom: 5px
}

.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0
}

.ui-state-success {
    .-- background: none !important;
    background-color: #E5F7E3 !important;
    border: 1px solid #4CB204 !important;
    color: #005E20 !important;
}

.ui-state-highlight {
    background: none !important;
    background-color: #FFF1A0 !important;
    border: 1px solid #F9DD34 !important;
    color: #383838 !important;
}


.ui-state-error {
    background: none !important;
    background-color: #CD0A0A !important;
    border: 1px solid #960808 !important;
    color: #FFFFFF !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #E6E6E6 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #FFFFFF !important;
}

.ui-widget-header {
    border: 0px !important;
}


li.ui-tabs-selected a {
    outline: 0;
}

/* TABLE-DRAG */
a.tabledrag-handle .handle {
    height: 25px;
    width: 25px;
}

.tabledrag-toggle-weight-wrapper {
    display: none;
}

/* AUTOCOMPLETE */
.ui-autocomplete-loading {
    background: white url('/immagini/loader.gif') right 10px center no-repeat;
}

/* DATE PICKER */
.ui-datepicker {
    width: 240px;
    padding: 0px;
}

.ui-datepicker table {
    margin: 0px;
}

.ui-datepicker .ui-widget-header {
    background: #e6e6e6;
}

.ui-datepicker td span,
.ui-datepicker td a {
    padding: 8px;
}

.ui-datepicker tr {
    padding-bottom: 1px;
}

.ui-datepicker td {
    padding: 0px;
}

.ui-datepicker .ui-state-default {
    border: 0px;
}

.ui-datepicker .ui-state-highlight {
    background: #DCDCDC !important;
    border: 0px !important;
    font-weight: bold;
}

.ui-datepicker .ui-state-active {
    background: #f9dd34 !important;
    border: 0px !important;
    font-weight: bold;
}

.ui-datepicker .ui-state-hover {
    border: 0px;
    background: #CCCCCC !important;
}

.ui-datepicker .ui-datepicker-prev-hover {
    top: 2px;
    left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
    top: 2px;
    right: 2px;
}

.ui-datepicker .ui-widget-header .ui-state-hover {
    background: transparent !important;
}

/* ------------------------------------------------------------------------- */
/* UL E OL non erano piu visibili, per via di reset.css  					 */
/* sistemo tutto tranne che per nav (megamenu)								 */
/* ------------------------------------------------------------------------- */
ul {
    list-style: disc outside none;
}

ol {
    list-style: decimal outside none;
}

ol,
ul {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 30px;
}

#maggioli-menu-orizzontale-container ol {
    list-style: none;
}

#maggioli-menu-orizzontale-container ul {
    list-style: none;
}

#maggioli-menu-orizzontale-container ol {
    margin: 0px;
    padding: 0px;
}

#maggioli-menu-orizzontale-container ul {
    margin: 0px;
    padding: 0px;
}

html {
    background: ;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
}

section a:hover,
footer a:hover,
#maggioli-toolbar a:hover {
    text-decoration: underline;
}

button,
section a,
section a:link,
maggioli-footer a:link {
    color: ;
}

section a:visited,
maggioli-footer a:visited {
    color: ;
}

section a:active,
maggioli-footer a:active {
    color: ;
}

button:hover,
section a:hover,
maggioli-footer a:hover {
    color: ;
}

section h2,
.PageTitle {
    font-size: 20px;
    color: ;
    font-weight: normal;
    margin: 0px;
}

section h3,
.cms-table caption {
    font-size: 16px;
    color: ;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 5px;
}

.contenutotd h1 {
    text-align: center;
    font-size: 13px;
    line-height: 30px;
}

table {
    /*border-collapse: separate;*/
    border-spacing: 2px;
}

table td {
    vertical-align: top;
}

#LOGOMAINDIV table {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}

#tr_prin>td {
    vertical-align: top !important;
}

html,
body {
    min-height: 0 !important;
    height: auto !important;
    position: static !important;
}

body {
    width: ;
    margin: auto;
    padding: 0px;
    font-size: ;
    color: ;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: transparent;
}

#maggioli-page {
    font-size: ;
    color: ;
    background-color: ;
    padding-top: 10px;
    padding-bottom: 20px;
}

#maggioli-main-title {
    margin-bottom: 10px;
}

.maggioli-back-link {
    float: right;
}

.maggioli-close-link {
    float: right;
}

.maggioli-main-sidebar {
    padding-left: 295px;
}

#maggioli-breadcrumb a {
    color: #333333 !important;
    font-size: 11px;
}

#maggioli-toolbar {
    border: 1px solid #CCCCCC;
    border-top: 0px;
    font-size: 10px;
    line-height: 30px;
    height: 30px;
    background: ;
}

#maggioli-toolbar,
#maggioli-toolbar a,
#maggioli-toolbar a:link,
#maggioli-toolbar a:hover,
#maggioli-toolbar a:visited,
#maggioli-toolbar a:active {
    color: ;
    text-decoration: none;
}

#maggioli-toolbar .toolbar-button {
    text-align: center;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 34px;
    display: block;
}

#maggioli-toolbar .toolbar-button.right {
    border-left: 1px solid #CCCCCC;
}

#maggioli-toolbar .toolbar-button.left {
    border-right: 1px solid #CCCCCC;
}

#maggioli-toolbar .toolbar-button:hover {
    opacity: 0.5;
}

/*Personalizzazione blocchi homepage*/
.block-menu li {
    border-left: 8px solid;
}

.block-menu li:hover {
    background-color: ;
}

.block-menu a:hover {
    text-decoration: none;
}

.block h2 {
    float: none;
    border: 1px solid;
    color: ;
    background: ;
}

.block h3 {
    background-color: ;
    border: 1px solid;
    color: ;
}

.block-border {
    border: 1px solid;
}

.template-row-homepage-even {}

.template-row-homepage-odd {
    background-color: #eeeeee;
}

header {
    background-repeat: no-repeat;
    background: ;
}

#maggioli-header-logo {
    float: left;
    margin: 10px;
}

#maggioli-header-title {
    margin: 10px;
    float: left;

}

#maggioli-header-title h1 {
    font-size: 24px;
    color: #FFFFFF;
}

#maggioli-header-subtitle {
    font-size: 10px;
    color: #FFFFFF;
}

header h1 {
    margin: 0px;
}

.indirizzosotto {}

/* HEADER - BARRA RICERCA */
#search-box {
    float: right;
    padding: 0px;
    width: 240px;
    background-color: white;
    border: 1px solid #C9D0D3;
    border-radius: 2px;
}

/* HEADER - GOOGLE TRANSLATE */
#maggioli-header-translate {
    float: right;
    margin-right: 2px;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.goog-te-gadget-icon {
    display: none !important;
}

.goog-te-gadget-simple {
    border: 1px solid #C9D0D3 !important;
    border-radius: 2px;
    padding-top: 2px !important;
    padding-bottom: 3px !important;
    font-size: inherit !important;
}

.goog-te-menu-value {
    color: #757575 !important;
}

/* ACCESSIBILITA */
#maggioli-header-accessibilita {
    float: right;
    margin-right: 2px;
    background-color: #FFF;
    border: 1px solid #C9D0D3;
    border-radius: 2px;
    padding: 2px;
}

#maggioli-header-accessibilita a {
    margin-right: 2px;
    text-decoration: none;
}

#maggioli-slideshow {
    overflow: hidden;
    display: block;
}

#maggioli-slideshow .nivo-caption p {
    margin-right: 10px;
    text-align: right;
    padding: 8px;
}

.nivo-slide,
.nivo-slice,
#maggioli-slideshow {
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

#maggioli-privacy-note {
    margin-right: 10px;
}

footer #maggioli-footer {
    padding: 10px;
    background: ;
}

footer #maggioli-footer-copyright,
footer #maggioli-footer-copyright a,
footer #maggioli-footer-copyright a:link,
footer #maggioli-footer-copyright a:hover,
footer #maggioli-footer-copyright a:visited,
footer #maggioli-footer-copyright a:active {
    color: ;
}

footer #maggioli-footer-copyright {
    background-color: ;
    font-size: 10px;
    padding-top: 5px;
    margin-bottom: 10px;
    width: 100%;
}

aside {
    float: left;
    width: 285px;
    margin-top: 10px;
}

aside .block h2 {
    float: none;
    color: ;
    background: ;
}

aside .block-title h2 {
    border-radius: 0px;
}

span.dynatree-folder a {
    font-weight: normal;
}

.maggioli-menu ul.dynatree-container {
    font-family: arial, helvetica !important;
    padding: 0px;
}

.maggioli-menu span.dynatree-connector,
.maggioli-menu span.dynatree-expander,
.maggioli-menu span.dynatree-icon {
    background: none;
    display: none;
}

.maggioli-menu span.dynatree-checkbox {
    float: left;
    margin-top: 2px;
}

.maggioli-menu ul.dynatree-container>ul {
    padding-left: 0px;
}

.maggioli-menu ul.dynatree-container li {
    background: none;
}

.maggioli-menu ul.dynatree-container>li {
    background: none;
    border-left: 8px solid;
    !important;
}

.maggioli-menu .dynatree-node {
    display: block;
}

.maggioli-menu ul.dynatree-container>li>.dynatree-node {
    margin-bottom: 1px;
}

.maggioli-menu ul.dynatree-container>li>.dynatree-node:hover {
    background-color: ;
}

.maggioli-menu ul.dynatree-container a.dynatree-title {
    display: block;
    padding: 2px 0px !important;
    margin-right: 20px;
    white-space: normal !important;
    color: ;
    text-decoration: none;
    font-size: ;
    outline: 0;
}

.maggioli-menu ul.dynatree-container a:hover {
    background-color: transparent !important;
}

.maggioli-menu .dynatree-with-checkbox a.dynatree-title {
    margin-left: 20px !important;
    padding-left: 0px !important;
}

.maggioli-menu .dynatree-active .dynatree-title {
    background-color: transparent !important;
    font-weight: bold !important;
    color: !important;
}

.maggioli-menu .dynatree-folder {
    background-image: url("/immagini/tree-arrow-right.png");
    background-repeat: no-repeat;
    background-position: right 4px center;
}

.maggioli-menu .dynatree-expanded .dynatree-title {
    font-weight: bold !important;
}

.maggioli-menu .dynatree-expanded {
    background-image: url("/immagini/tree-arrow-down.png");
    background-repeat: no-repeat;
    background-position: right 4px center;
    display: block;
}

.maggioli-menu .dynatree-expanded+ul {
    border-bottom: 1px solid #D0D0D0;
}

.maggioli-menu .dynatree-expanded+ul ul {
    border-left: 0px;
    border-bottom: 0px;
}

.maggioli-menu .maggioli-menu-item-disabled {
    color: #888;
}

/* DRAG */
.maggioli-menu span.dynatree-drop-target.dynatree-drop-accept a {
    color: green !important;
    background-color: transparent !important;
}

.maggioli-menu .dynatree-drag-source {
    display: none;
}

#dynatree-drop-marker {
    margin-left: -4px !important;
}

/* maggioli MENU ORIZZONTALE */
#maggioli-menu-orizzontale-container {

    height: 2px;
}

#maggioli-menu-orizzontale {
    height: ;
    display: table;
    border-collapse: separate;
    width: 100%;
    font-size: 9px;
    background-repeat: repeat-x;
    height: ;
    padding: 0px;
    line-height: ;
    vertical-align: middle;
    white-space: nowrap;
    border-top: 1px solid;
    z-index: 1000;
    background: ;
}

.nav-ul {
    display: table-row;
}

/* VOCE MENU */
.nav-li {
    display: table-cell;
    font-size: ;
    text-decoration: none;
    height: ;
    line-height: ;
    text-align: center;
    list-style: none;
    border-left: 1px solid;
    border-bottom: 1px solid;

}

nav .nav-link-last {
    border-right: 1px solid !important;
}

nav .nav-a {
    text-decoration: none;
    color: ;
    display: inline-block;
    height: 100%;
    width: 100%;
    outline: 0;
}

nav .nav-a:hover {
    color: ;
}

nav .nav-li:hover:not(.nav-link-opened) {
    background: #FFFFFF;
}

/* VOCE MENU ATTIVA */
nav .nav-link-active {
    background: #FFFFFF;
}

nav .nav-link-active a {
    color: ;
}

/* VOCE MENU APERTA */
nav .nav-link-opened {
    background-color: !important;
    border-bottom: none;
}

nav .nav-link-opened a {
    color: !important;
}

nav .nav-link-border-bottom {
    border-bottom: 1px solid;
}

/* MENU FIXED ON SCROLL */
.maggioli-menu-fixed {
    position: fixed;
    top: 0;
    border-top: 0px;
}

.maggioli-megamenu-fixed {
    top: 2px !important;
    left: 0px !important;
}

/* SUBMENU - MEGAMENU */
.maggioli-megamenu {
    z-index: 1000;
    width: ;
    display: none;
    background-color: ;
    position: absolute;
    white-space: normal;
    line-height: 1.7em;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
    padding-bottom: 20px;
    font-weight: normal;
}

.maggioli-megamenu>div {
    margin-top: 10px;
}

.maggioli-megamenu a {
    text-decoration: none;
}

.maggioli-megamenu li:before {
    content: '\00BB';
    left: 0;
    position: absolute;
    vertical-align: middle;
}

.maggioli-megamenu .maggioli-megamenu-nodots>li:before {
    content: '';
}

.maggioli-megamenu li {
    overflow: visible;
    padding-left: 12px;
    position: relative;
}

.maggioli-megamenu-25 {
    width: 25%;
}

.maggioli-megamenu-titolo {
    font-weight: bold;
    font-size: 12px;
}

.maggioli-megamenu-descrizione {
    text-align: justify;
}

.maggioli-megamenu-border {
    border-left: 1px solid #CDD2D6;
    border-right: 1px solid #CDD2D6;
}

.maggioli-megamenu-altri-servizi {
    overflow-y: auto;
}

.noncancellare {}

.cms-table {
    border: 1px solid;
    text-align: left;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.cms-table thead th,
.cms-table thead td,
.cms-table tfoot td {
    border-right: 1px solid;
    border-bottom: 1px solid;
    color: ;
    padding: 6px 6px 6px 12px;
    vertical-align: middle;
    background: ;
}

.cms-table thead th {
    text-transform: uppercase;
}

.cms-table thead th a {
    color: ;
    outline: 0px;
    text-decoration: none;
}

.cms-table tfoot td,
.cms-table tfoot a {
    text-align: center;
    color: !important;
}

.cms-table tfoot select {
    color: #000000;
}

.cms-table tbody tr td:last-child {
    border-right: 1px solid;
}

.cms-table tbody td {
    border-bottom: 1px solid;
    padding: 5px;
    vertical-align: top;
}

.cms-table tbody tr {
    background-color: #FFFFFF;
}

.cms-table tbody tr:hover {
    background-color: ;
}

table {
    width: 100%;
}

.header,
div.cssTable div.th,
.detail-label {
    vertical-align: top;
    border: 1px solid;
    padding: 4px;
    color: ;
    background: ;
}

.cms-table tfoot .btn {
    vertical-align: baseline;
}

.cms-table-tr-search td {
    padding: 2px !important;
}

/* TEXT OVERFLOW ELLIPSIS */
.cms-table .truncate-ellipsis {
    display: table;
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
}

.cms-table .truncate-ellipsis>* {
    display: table-cell;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* LOADER-BAR */
.table-loader-bar {
    visibility: hidden;
}

.table-loader-bar div {
    height: 2px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: ;
    padding: 0px !important;
}

.table-loader-bar div:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 2px;
    background-color: ;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}

.ui-widget {
    font-size: 100%;
}

/* Bordi arrotondati */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-bl {
    border-radius: 0px;
}

/* JQUERY UI TABS */
.ui-tabs.ui-widget-content {
    border: none;
}

.ui-tabs .ui-tabs-panel {
    background-color: #FFF
}

.ui-tabs {
    background: none
}

/* JQUERY UI DIALOG */
.ui-dialog {
    padding: 0px;
}

.ui-dialog-buttonpane .btn-success {
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

.ui-dialog-buttonpane .btn-info {
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}

.ui-dialog-buttonpane .btn-warning {
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
}

.ui-dialog-buttonpane .btn-danger {
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

#mendestr td {
    vertical-align: middle;
}

#mendestr {
    width: 99%;
}

.bottone_logo {
    height: 31px !important;
}

div.cssTable div.th {
    padding: 0px;
    margin: 1px;
}

div.cssTable div.th-closure {
    float: right;
    width: 9px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: top right;
}

div.cssTable div.th-content {
    float: left;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    white-space: nowrap;
}

div.cssTable div.td {
    padding-top: 6px;
}

div.cssTable div.td-content {
    float: left;
    width: 100%;
    padding-left: 5px;
}

div.cssTable div.view-detail {
    margin-left: -5px;
}

.set {
    border: 1px solid #AAAAAA;
    margin-bottom: 10px;
}

.set-title {
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
}

.set-content {
    padding: 10px;
    padding-top: 0px;
}

.no-border {
    border: 0px;
}

.set-content .row {
    margin: 0px;
}

/* ------------------------------------------------------------------------- */
/* JUERY */
/* ------------------------------------------------------------------------- */
.ui-icon-circle-check {
    background-image: url("/km/css-static/smoothness-1.12/images/ui-icons_00ff00_256x240.png");
}

.ui-icon-alert {
    background-image: url("/km/css-static/smoothness-1.12/images/ui-icons_ffffff_256x240.png");
}

.ui-widget-content {
    background: #ffffff url("/km/css-static/smoothness-1.12/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
}

.ui-widget-header {
    background: #cccccc url("/km/css-static/smoothness-1.12/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #ffffff url("/km/css-static/smoothness-1.12/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #e6e6e6 url("/km/css-static/smoothness-1.12/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
}

.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 {
    background: #dadada url("/km/css-static/smoothness-1.12/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
}

/*
.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,.ui-button:hover,.ui-button:focus {
	background: #dadada url("/km/css-static/smoothness-1.12/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
}
*/
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #ffffff url("/km/css-static/smoothness-1.12/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #fbf9ee url("/km/css-static/smoothness-1.12/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    background: #fef1ec url("/km/css-static/smoothness-1.12/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
}

.ui-icon {
    background-image: url("/km/css-static/smoothness-1.12/images/ui-icons_222222_256x240.png");
}

.ui-widget-content .ui-icon {
    background-image: url("/km/css-static/smoothness-1.12/images/ui-icons_222222_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("/km/css-static/smoothness-1.12/images/ui-icons_222222_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("/km/css-static/smoothness-1.12/images/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("/km/css-static/smoothness-1.12/images/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("/km/css-static/smoothness-1.12/images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("/km/css-static/smoothness-1.12/images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("/km/css-static/smoothness-1.12/images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("/km/css-static/smoothness-1.12/images/ui-icons_cd0a0a_256x240.png");
}

.ui-widget-overlay {
    background: #aaaaaa url("/km/css-static/smoothness-1.12/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
}

.ui-widget-shadow {
    background: #aaaaaa url("/km/css-static/smoothness-1.12/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
}

.ui-icon {
    background-image: url("/km/css-static/smoothness-1.12/images/ui-icons_222222_256x240.png");
}

/* ------------------------------------------------------------------------- */
/* jQueryAlertDialogs */
/* ------------------------------------------------------------------------- */

#popup_title {
    background-image: url("/km/js-static/jQueryAlertDialogs/_assets/img/sprite.png") !important;
}

#popup_content {
    background-mage: url("/km/js-static/jQueryAlertDialogs/_assets/img/info.gif") !important;
}

#popup_content.info {
    background-image: url("/km/js-static/jQueryAlertDialogs/_assets/img/info.png") !important;
}

#popup_content.success {
    background-image: url("/km/js-static/jQueryAlertDialogs/_assets/img/success.png") !important;
}

#popup_content.warning {
    background-image: url("/km/js-static/jQueryAlertDialogs/_assets/img/warning.png") !important;
}

#popup_content.error {
    background-image: url("/km/js-static/jQueryAlertDialogs/_assets/img/error.png") !important;
}

#popup_content.confirm {
    background-image: url("/km/js-static/jQueryAlertDialogs/_assets/img/important.gif") !important;
}

#popup_content.prompt {
    background-image: url("/km/js-static/jQueryAlertDialogs/_assets/img/help.gif") !important;
}


@font-face {
    font-family: 'FontAwesome';
    src: url('/santarpino/km/design-web-toolkit/build/fonts/fontawesome-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}





/* ------------------------------------------------------------------------- */
/* DYNATREE */
/* ------------------------------------------------------------------------- */
span.dynatree-empty,
span.dynatree-vline,
span.dynatree-connector,
span.dynatree-expander,
span.dynatree-icon,
span.dynatree-checkbox,
span.dynatree-radio,
span.dynatree-drag-helper-img,
#dynatree-drop-marker {
    background-image: url("/km/css-static/dynatree/icons.gif");
}

ul.dynatree-container li {
    background-image: url("/km/css-static/dynatree/vline.gif");
}

.dynatree-loading span.dynatree-expander

/* 'Loading' status overrides all others */
    {
    background-image: url("/km/css-static/dynatree/loading.gif");
}

.dynatree-statusnode-wait span.dynatree-icon {
    background-image: url("/km/css-static/dynatree/loading.gif");
}

/* ------------------------------------------------------------------------- */
/* TREEVIEW */
/* ------------------------------------------------------------------------- */
.treeview .hitarea {
    background: url(/zf/immagini/treeview-default.gif) -64px -25px no-repeat;
}

.treeview li {
    background: url(/zf/immagini/treeview-default-line.gif) 0 0 no-repeat;
}

.treeview li.lastCollapsable,
.treeview li.lastExpandable {
    background-image: url(/zf/immagini/treeview-default.gif);
}

.treeview-red li {
    background-image: url(/zf/immagini/treeview-red-line.gif);
}

.treeview-red .hitarea,
.treeview-red li.lastCollapsable,
.treeview-red li.lastExpandable {
    background-image: url(/zf/immagini/treeview-red.gif);
}

.treeview-black li {
    background-image: url(/zf/immagini/treeview-black-line.gif);
}

.treeview-black .hitarea,
.treeview-black li.lastCollapsable,
.treeview-black li.lastExpandable {
    background-image: url(/zf/immagini/treeview-black.gif);
}

.treeview-gray li {
    background-image: url(/zf/immagini/treeview-gray-line.gif);
}

.treeview-gray .hitarea,
.treeview-gray li.lastCollapsable,
.treeview-gray li.lastExpandable {
    background-image: url(/zf/immagini/treeview-gray.gif);
}

.treeview-famfamfam li {
    background-image: url(/zf/immagini/treeview-famfamfam-line.gif);
}

.treeview-famfamfam .hitarea,
.treeview-famfamfam li.lastCollapsable,
.treeview-famfamfam li.lastExpandable {
    background-image: url(/zf/immagini/treeview-famfamfam.gif);
}

.treeview .placeholder {
    background: url(/zf/immagini/ajax-loader.gif) 0 0 no-repeat;
}

.filetree span.folder {
    background: url(/zf/immagini/folder.gif) 0 0 no-repeat;
}

.filetree li.expandable span.folder {
    background: url(/zf/immagini/folder-closed.gif) 0 0 no-repeat;
}

.filetree span.file {
    background: url(/zf/immagini/file.gif) 0 0 no-repeat;
}

/* ------------------------------------------------------------------------- */
/* FINEUPLOADER */
/* ------------------------------------------------------------------------- */
.qq-upload-spinner {
    background: url("/km/css-static/fineuploader/loading.gif");
}

.qq-drop-processing-spinner {
    background: url("/km/css-static/fineuploader/processing.gif");
}

/* ------------------------------------------------------------------------- */
/* JQGRID */
/* ------------------------------------------------------------------------- */
.ui-jqgrid .ui-ellipsis {
    -moz-binding: url('/km/css-static/intranet/ellipsis-xbl.xml#ellipsis');
}

/* ------------------------------------------------------------------------- */
/* TREETABLE */
/* ------------------------------------------------------------------------- */
.treeTable tr.collapsed td .expander {
    background-image: url(/km/js-static/jquery.treetable/images/toggle-expand-dark.png);
}

.treeTable tr.expanded td .expander {
    background-image: url(/km/js-static/jquery.treetable/images/toggle-collapse-dark.png);
}

.treeTable tr.collapsed.selected td .expander,
.treeTable tr.collapsed.accept td .expander {
    background-image: url(/km/js-static/jquery.treetable/images/toggle-expand-dark.png);
}

.treeTable tr.expanded.selected td .expander,
.treeTable tr.expanded.accept td .expander {
    background-image: url(/km/js-static/jquery.treetable/images/toggle-collapse-dark.png);
}

/* ------------------------------------------------------------------------- */
/* TIPSY */
/* ------------------------------------------------------------------------- */
.tipsy {
    background-image: url(/km/js-static/tipsy/tipsy.gif);
}

/* ------------------------------------------------------------------------- */
/* FARBTASTIC */
/* ------------------------------------------------------------------------- */


.farbtastic .wheel {
    background: url(/km/js-static/farbtastic/wheel.png) no-repeat;
}

.farbtastic .overlay {
    background: url(/km/js-static/farbtastic/mask.png) no-repeat;
}

.farbtastic .marker {
    background: url(/km/js-static/farbtastic/marker.png) no-repeat;
}

/* ------------------------------------------------------------------------- */
/* PASSWORDMETER */
/* ------------------------------------------------------------------------- */

#scorebar {
    background-image: url(/km/js-static/passwordMeter/images/bg_strength_gradient.jpg);
}


/* Color primary */
.u-color-5 {
    color: #9BA5B0 !important;
}

.u-background-5,
.Accordion--plus .Accordion-header:hover,
.Accordion--default .Accordion-header:hover,
.Linklist a:hover {
    background-color: #9BA5B0 !important;
}

.u-color-10 {
    color: #899AAB !important;
}

.u-background-10,
.Linklist-link.Linklist-link--lev3 {
    background-color: #899AAB !important;
}

.u-color-20 {
    color: #788FA6 !important;
}

.u-background-20,
.Linklist-link.Linklist-link--lev2,
.Linklist-link.Linklist-link--lev2:hover {
    background-color: #788FA6 !important;
}

.u-color-30 {
    color: #6784A2 !important;
}

.u-background-30 {
    background-color: #6784A2 !important;
}

.u-color-40,
.Header-owner {
    color: #55789D !important;
}

.u-background-40 {
    background-color: #55789D !important;
}

.u-color-50,
.Linklist-link,
.Linklist a,
.Skiplinks>li>a,
.ErrorPage-title,
.ErrorPage-subtitle,
.Header-language-other a,
.Share-revealIcon.is-open {
    color: #436E98 !important;
}



.Footer-socialIcons [class^="Icon-"],
.Footer-socialIcons [class*=" Icon-"] {
    background-color: #fff;
}

.Header-searchTrigger button,
.u-background-50,
.Bullets>li:before,
.Share>ul>li,
.Share-revealIcon {
    background-color: #436E98 !important;
}

.Hamburger-toggle,
.Hamburger-toggle:after,
.Hamburger-toggle:before {
    background: #FFFFFF !important;
}

.u-color-60 {
    color: #37638C !important;
}

.u-background-60 {
    background-color: #37638C) !important;
}

.u-color-70 {
    color: #2A5880 !important;
}

.u-background-70 {
    background-color: #2A5880 !important;
}

.u-color-80 {
    color: #1B4D75 !important;
}

.u-background-80 {
    background-color: #1B4D75 !important;
}

.u-color-90 {
    color: #08436A !important;
}

.u-background-90,
.Linklist-link.Linklist-link--lev1,
.Linklist-link.Linklist-link--lev1:hover {
    background-color: #08436A !important;
}

.u-color-95,
.Linklist a:hover,
.Linklist-link.Linklist-link--lev2,
.Linklist-link.Linklist-link--lev2:hover,
.Linklist-link.Linklist-link--lev3,
.Megamenu--default .Megamenu-subnavGroup>li>a,
.Treeview--default li[aria-expanded=true] li a,
.Treeview--default li[aria-expanded=true] li a:hover,
.Treeview--default li[aria-expanded=true] li li a,
.Treeview--default li[aria-expanded=true] li li a:hover {
    color: #00395F !important;
}

.u-background-95,
.ScrollTop {
    background-color: #00395F !important;
}

.u-backround-none,
.Megamenu-item>a:focus {
    background-color: transparent !important;
}

.u-color-compl {
    color: !important;
}

.u-background-compl {
    background-color: !important;
}

.u-background-compl-5 {
    background-color: !important;
}

.u-color-compl-5 {
    color: !important;
}

.u-color-compl-10 {
    color: !important;
}

.u-background-compl-10 {
    background-color: !important;
}

.u-color-compl-80 {
    color: !important;
}

.u-background-compl-80 {
    background-color: !important;
}

.Header-banner {
    background-color: #2A5880 !important;
    color: #FFFFE5 !important;
}

.Header-banner a {
    color: #FFFFFF !important;
}

.Header-social,
.Header-titleLink small,
.Header-navbar {
    background-color: #436E98 !important;
    color: #FFFFFF !important;
}

.Header-titleLink a,
.Header-titleLink a:hover,
.Header-titleLink a small {
    color: #FFFFFF !important;
}


.Header-socialIcons [class^=Icon-] {
    background-color: #FFFFFF !important;
    color: #436E98 !important;
}

.Megamenu--default {
    background-color: #305D86 !important;
}

.Megamenu--default .Megamenu-item>a {
    color: #FFFFFF !important;
}

.Header-languages {
    background-color: transparent !important;
}

.Header-languages a {
    background-color: #fff !important;
    color: #1c2024 !important;
}

.Footer-blockTitle,
.Footer-subTitle,
.footer-container-italia,
.Footer {
    background-color: #00395F !important;
    color: #FFFFFF !important;
}

.Footer a {
    color: #FFFFFF !important;
}


.t-Pac .Footer-block li,
.Footer-block li,
.Footer-subBlock,
.Footer-block address,
.Footer-socialIcons [class^="Icon-"],
.Footer-socialIcons [class*=" Icon-"] {
    color: #00395F !important;
}

.Footer-block li,
.Footer-links,
.Footer-subBlock {
    border-top: 0 !important
}

#main a,
.Accordion--plus .Accordion-link,
.Accordion--default .Accordion-link,
.Mobile-user a {
    color: #436E98 !important;
}

.Horizontal--menu--sub {
    color: #436E98 !important;
}

.Accordion--default .Accordion-header {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='%23436E98'%3E%3Ctitle%3Eexpand%3C/title%3E%3Cpath d='M3.733 6.133L0 9.866l16 16 16-16-3.733-3.733L16 18.4 3.733 6.133z'/%3E%3C/svg%3E")
}

.Accordion--default .Accordion-header[aria-expanded=true] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='%23436E98'%3E%3Ctitle%3Ecollapse%3C/title%3E%3Cpath d='M28.267 25.867L32 22.134l-16-16-16 16 3.733 3.733L16 13.6l12.267 12.267z'/%3E%3C/svg%3E")
}

.Button--default {
    background-color: #436E98;
    border-color: #2A5880;
    color: #fff;
}

.Button--default:focus,
.Button--default:hover {
    background-color: #1B4D75;
    border-color: #2A5880;
}

.Button--info {
    background-color: #fff;
    border-color: #ccc;
    color: #436E98;
}

.Button--info:focus,
.Button--info:hover {
    background-color: #e6e6e6;
    border-color: #b3b3b3;
}

.Button--default.is-pressed,
.Button--default:active {
    background-color: #08436A;
    border-color: #000;
    color: #80A8D6;
}

body {
    width: 100%;
    font-size: 16px;
    color: #1c2024 !important;
}

html {
    background: #fff !important;
}

.t-Pac ul.Megamenu>li.Megamenu-item>a {
    white-space: nowrap;
    padding-left: 1.0em !important;
    padding-right: 1.4em !important;
}

.cms-table tbody td,
.cms-table td {
    color: #1c2024;
    font-size: 1.8rem;
    border-bottom: 0px !important;
    padding: 1em !important;
}

.cms-table tbody td.break-all,
.cms-table td.break-all {
    word-break: break-all;
}

.cms-table tbody td.nospace,
.cms-table td.nospace {
    white-space: nowrap;
}


.cms-table tbody tr td:last-child,
.cms-table thead td,
.cms-table tfoot td {
    border-right: 0px !important;
}

.cms-table tr {
    border-bottom: 1px solid #d6dce3;
}

.cms-table tbody tr:nth-child(odd) {
    background-color: #f6f7f9;
}

/* Necessario per tablesaw-stack */
.cms-table tbody tr:nth-child(odd) td {
    background-color: #f6f7f9;
}

.cms-table thead tr:first-child td,
.cms-table thead tr:first-child th {
    border-top: 0;
}

.cms-table thead th {
    background: #fff;
    background-image: none;
    text-transform: none;
    color: #1c2024;
    border: 0px;
    border-bottom: 2px solid #1c2024;
    font-weight: 700;
    font-size: 1.8rem;
    padding: 1em !important;
    padding-left: 0px !important;
}

.cms-table tfoot td,
.cms-table tfoot td a {
    background: #fff;
    color: #1c2024 !important;
}

.cms-table td {}

#table-albo-pretorio td {
    /*padding: 0px !important;*/
}

.cms-table thead th a {
    color: #1c2024;
}

.cms-table thead th a span.fa.pull-left {
    margin-right: .3em;
    margin-top: .4em;
}

.cms-table {
    border-collapse: collapse;
    border: 0px;
}

.cms-table-tr-search td {
    background-color: #e6e6e6 !important;
    border: 0px !important;
}

.t-Pac ul.Linklist,
ul.Linklist ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
}

.col-homepage-right {
    padding-left: 2em;
}

.col-homepage-left {
    padding-right: 2em;
}

.block-italia {
    margin-bottom: 1.5em;
}

.t-Pac .Footer a {
    color: #fff;
}

.t-Pac .Footer-subBlock,
.t-Pac .Footer-block li {
    color: #fff !important;
}


aside .block {
    width: 100% !important;
    border: 0px;
}

aside h2,
.block h2 {
    background: #fff;
    font-size: 1.8em !important;
    color: #1c2024;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 400;
    border: 0px;
}

aside .block li {
    border-left: 0px !important;
}

.maggioli-menu-image {
    display: none;
}

.maggioli-menu ul.dynatree-container>li {
    background: none;
    border-left: 0px;
}

.maggioli-menu ul.dynatree-container a.dynatree-title {
    font-size: 1.2em !important;
    padding: 0.5em !important;
    color: #1c2024 !important;
    border-top: .1rem solid #e6e6e6 !important;
}

.maggioli-menu .dynatree-expanded+ul {
    border-bottom: 0px !important;
}

.header,
div.cssTable div.th,
.detail-label {
    padding: 1em;
    color: #1c2024;
    background: #FFFFFF;
    font-weight: 700;
    text-align: right;
    vertical-align: middle;
    margin-bottom: 0px;
    border: 0px;
}

.maggioli-horizontal-table .header {
    text-align: left;
    padding-left: 0px;
}

.detail-value {
    padding: 1em;
    margin-bottom: 0px;
    border: 0px;
    border-left: 1px solid #1c2024;
}

.detail-value:after {
    content: '\00a0';
}

@media(max-width:767px) {

    .detail-label {
        padding: 0em;
        text-align: left;
    }

    .detail-value {
        padding: 0em;
        border: 0px !important;
        margin-bottom: 1em;
    }

    #table-albo-pretorio td {
        padding: 1em !important;
    }

    .u-padding-all-l {
        padding: 0px !important;
    }
}



.no-padding-top {
    padding-top: 0px !important;
}

.t-Pac .Megamenu--default .Megamenu-subnavGroup>li>ul,
.t-Pac .Megamenu--default .Megamenu-subnavGroup>li>ul li {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.t-Pac .Megamenu-subnavGroup ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.t-Pac .Megamenu-subnavGroup a {
    color: #1c2024 !important;
    font-size: 1.8rem !important;
}

.t-Pac #main .backlink {
    color: #1c2024 !important;
}

.Skiplinks,
.Megamenu {
    margin: 0px;
    padding: 0px;
}

.news-date {
    color: #1c2024 !important;
}

/*
.Header-logo {
	min-height:72px;
}
*/

.block-border {
    border: 0px !important;
}

.maggioli-menu ul.dynatree-container {
    font-family: Titillium Web, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif !important;
}

.maggioli-menu ul.dynatree-container>li>.dynatree-node:hover {
    background-color: transparent !important;
}


.Header-user {
    float: right;
    color: #fff !important;
    padding-right: 0.5em;
}

.Header-user a {
    color: #fff;
    padding: 0px 0.3em;
}

.Header-owner a:hover {
    color: #fff;
}

.Mobile-user {
    padding: 1em;
}

.Mobile-user>.toolbar-button {
    float: right;
    padding: 0px 0.5em;
    font-size: 100%;
}

.Mobile-user>.toolbar-button .fa {
    font-size: 24px !important;
}

h2.Accordion-header {
    margin-top: 0px;
    margin-bottom: 0px;
}

.Header-search form {
    border: 1px solid currentColor;
}


.Accordion--compact .Accordion-link,
.Accordion--compact .Accordion-header,
.Accordion--compact .Accordion-header:hover,
.Accordion--compact .Accordion-link label {
    padding: 0 !important;
    margin: 0px !important;
    color: #1c2024 !important;
    background: none !important;
}

.Accordion--compact .Accordion-link label {
    padding: 0.8em 0 !important;
    font-size: 1.6rem;
    font-weight: 700 !important;
}

h3 {
    font-size: 0.9em !important;
}

.cms-table tfoot td,
.cms-table tfoot td a {
    background: transparent;
}

#table-albo-pretorio tfoot td {
    padding: 10px !important;
}

.Hamburger-toggle.is-active {
    background-color: transparent !important;
}

/* Fix BTN SUAP */
#main a.btn-primary,
.Mobile-user a.btn-primary {
    color: white !important;
}

#main a.btn-success,
.Mobile-user a.btn-success {
    color: white !important;
}

#main a.btn-danger,
.Mobile-user a.btn-danger {
    color: white !important;
}

#main a.Button,
.Mobile-user a.Button {
    color: white !important;
}

#main a.Button,
.Mobile-user a.Button {
    color: white !important;
}

#main a.Button,
.Mobile-user a.Button {
    color: white !important;
}


.maggioli-menu span.dynatree-checkbox {
    margin-top: 13px;
}

#homepage-blocks-list-container .select-block-area {
    height: auto !important;
}

#homepage-blocks-list-container .cms-table tbody td {
    vertical-align: middle !important;
}

#block_search_area,
#block_search_tipo {
    height: auto !important;
}

#block_search_button {
    margin-top: 13px;
}

#homepage-preview-container .block-title {
    border-bottom: none !important;
    background-color: #FFFFFF !important;
}

#homepage-preview-container .block-title h2 {
    font-size: 1em !important;
    line-height: auto !important;
    min-height: 30px;
    background-color: transparent !important;
    margin-bottom: 0px !important;
}

#homepage-preview-container .icon-move {
    margin-top: 4px !important;
}

#homepage-preview-container .icon-edit {
    height: 30px !important;
}

#homepage-preview-container .operations-menu {
    margin-top: 6px !important;
}

#block-configuration .tab-panel-header {
    padding-top: 0em !important;
}

#block-configuration .ui-tabs-panel {
    border-top: 1px solid #AAAAAA;
}

#homepage-blocks-edit-container,
#homepage-element-edit-container {
    font-size: 75% !important;
}

#block-configuration .cms-table thead th,
#block-configuration .cms-table tbody td {
    font-size: 1.5rem !important;
}

#block-configuration .form-impostazioni-element div {
    padding-right: 10px;
}

#block-configuration .picker {
    margin: 0px !important;
    width: 220px !important;
}

.ui-datepicker {
    width: auto !important;
}

#block-configuration button,
#homepage-element-edit-container button {
    background: none repeat scroll 0 0 #EEEEEE;
    border-color: #CCCCCC #999999 #999999 #CCCCCC;
    border-right: 1px solid #999999;
    border-style: solid;
    border-width: 1px;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
}

#homepage-blocks-edit-container .template-content {
    width: 145px !important;
    height: 175px !important;
}

#homepage-blocks-edit-container .tab-panel-header {
    padding-top: 0em !important;
    height: 55px !important;
}

.ui-widget-italia {
    font-size: 1.5rem !important;
}

.ui-widget .table td,
.ui-widget .table th,
.ui-widget ul li {
    font-size: medium;
}

.ui-dialog-buttonpane .btn-success {
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

.ui-dialog-buttonpane .btn-info {
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}

.ui-dialog-buttonpane .btn-warning {
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
}

.ui-dialog-buttonpane .btn-danger {
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

#maggioli-toolbar,
#maggioli-toolbar a,
#maggioli-toolbar a:link,
#maggioli-toolbar a:hover,
#maggioli-toolbar a:visited,
#maggioli-toolbar a:active {
    color: #292929;
    text-decoration: none;
}

#maggioli-toolbar {
    border: 1px solid #CCCCCC;
    border-top: 0px;
    font-size: 10px;
    line-height: 30px;
    height: 30px;
    background: #E3E3E3;
}

#main,
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button,
.ui-tabs-nav li a,
cms-table {
    font-family: Titillium Web, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif !important;
}

#main table td {
    vertical-align: middle;
}

footer #maggioli-footer-copyright {
    font-size: 14px !important;
}

.Footer-block ul {
    margin: 0;
    padding: 0;
}

.Footer-subBlock {
    color: #5a6772 !important;
    border-top: .1rem solid currentColor !important;
}

.Footer-block address {
    color: white !important;
    word-break: break-all;
}

.Footer-subBlock h3 {
    margin: 0px !important;
}

.Footer-subTitle {
    font-weight: 400 !important;
}

.Footer-block li {
    list-style: none;
    padding-bottom: 1.6rem !important;
    padding-top: 1.6rem !important;
    color: #5a6772 !important;
    border-top: .1rem solid currentColor !important
}

img.Footer-logo {
    height: 80px !important;
}

#maggioli-main-button {
    margin-bottom: 5px;
}


.Megamenu--default .Megamenu-item>a.aMenuH10,
.Megamenu--default .Megamenu-subnavGroup>li>ul>li a.aMenuH10 {
    font-size: 1.6rem !important;
}

.Megamenu--default .Megamenu-item>a.aMenuH12,
.Megamenu--default .Megamenu-subnavGroup>li>ul>li a.aMenuH12 {
    font-size: 1.5rem !important;
}


/* Gestione padding homepage per template full screen */

.main-homepage .u-layout-r-withGutter {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.main-homepage .template-row {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .main-homepage .u-layout-r-withGutter {
        padding-left: 0px !important;
        padding-right: 0px !important
    }

    .main-homepage .template-row {
        padding-left: 1.6rem !important;
        padding-right: 1.6rem !important
    }
}

@media screen and (min-width: 992px) and (max-width:1365px) {
    .main-homepage .u-layout-r-withGutter {
        padding-left: 0px !important;
        padding-right: 0px !important
    }

    .main-homepage .template-row {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }
}

@media screen and (min-width: 1366px) {
    .main-homepage .u-layout-r-withGutter {
        padding-left: 0px !important;
        padding-right: 0px !important
    }

    .main-homepage .template-row {
        padding-left: 10.4rem !important;
        padding-right: 10.4rem !important
    }
}

.H-Breadcrumb-nolink:hover {
    text-decoration: none !important;
}

.row-homepage {
    margin-left: 5px;
    margin-right: 5px;
}


/* Nuovi Grid System  */
.u-size1of7 {
    -webkit-flex-basis: auto !important;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
    width: 14.28571% !important
}

.u-size1of9 {
    -webkit-flex-basis: auto !important;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
    width: 11.11111% !important
}

.u-size1of11 {
    -webkit-flex-basis: auto !important;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
    width: 9.09090% !important
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .u-sm-size1of7 {
        -webkit-flex-basis: auto !important;
        -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
        width: 14.28571% !important
    }

    .u-sm-size1of9 {
        -webkit-flex-basis: auto !important;
        -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
        width: 11.11111% !important
    }

    .u-sm-size1of11 {
        -webkit-flex-basis: auto !important;
        -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
        width: 9.09090% !important
    }
}

@media screen and (min-width: 992px) and (max-width:1365px) {
    .u-md-size1of7 {
        -webkit-flex-basis: auto !important;
        -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
        width: 14.28571% !important
    }

    .u-md-size1of9 {
        -webkit-flex-basis: auto !important;
        -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
        width: 11.11111% !important
    }

    .u-md-size1of11 {
        -webkit-flex-basis: auto !important;
        -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
        width: 9.09090% !important
    }
}

@media screen and (min-width: 1366px) {
    .u-lg-size1of7 {
        -webkit-flex-basis: auto !important;
        -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
        width: 14.28571% !important
    }

    .u-lg-size1of9 {
        -webkit-flex-basis: auto !important;
        -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
        width: 11.11111% !important
    }

    .u-lg-size1of11 {
        -webkit-flex-basis: auto !important;
        -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
        width: 9.09090% !important
    }
}

/* Fix homepage su mobile allineamento blocchi  */
@media (max-width: 480px) {
    .col-homepage {
        padding: 0 !important;
    }

    .row-homepage-internal {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

}