﻿/* #region RESET */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, a:hover, a:active, a:focus, object, embed {
    outline: 0;
}

input::-moz-focus-inner {
    border: 0;
}
/* #endregion */

/* #region common */
html, body {
    height: 100%;
    margin: 0;
}

html, body, p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #000;
}

body {
    overflow-x: hidden;
}

    body.slide-down {
        padding-top: 80px;
    }

.content {
    min-height: 100%;
}

.body-content {
    padding-bottom: 290px;
}

footer {
    background-color: #002596;
    padding: 76px 0;
    width: 100%;
    height: 290px;
    margin-top: -290px;
}

    footer a, footer a:hover, footer a:visited, footer span, footer span, footer i {
        color: #fff;
        line-height: 44px;
    }

        footer a.larger {
            font-size: 17px;
        }

        footer span.smaller, footer span.smaller a {
            font-size: 12px;
            margin-top: 20px;
        }

    footer ul {
        display: table;
        margin: 0 auto;
    }

        footer ul li {
            display: table-cell;
            padding: 0 10px;
        }

            footer ul li a {
                text-transform: uppercase;
            }

p.lighter {
    font-weight: 500;
}

p.smaller, p.smaller a, a.smaller {
    font-size: 13px;
    line-height: 19px;
}

p.highlight, span.highlight {
    font-weight: 700 !important;
    color: #002596 !important;
}

p.fullwidth, div.fullwidth {
    margin: 0 40px;
}

a {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    color: #002596;
    text-decoration: none;
}

    a:hover, a:focus, a:active {
        text-decoration: none;
        color: #002596;
    }

    a.hoverup {
        display: inline-block;
        margin-top: 0;
    }

        a.hoverup:hover, a.hoverup:focus, a.hoverup:active {
            margin-top: -3px;
            margin-bottom: 3px;
            transition: all 0.5s ease-in-out 0s;
        }

        a.hoverup.current {
            text-decoration: underline;
            font-weight: bold;
        }

    a.logout {
        display: inline-block;
        font-size: 12px;
        height: 24px;
        width: 100px;
    }

        a.logout > img, a.logout > .logout-text {
            display: inline-block;
        }

        a.logout > img {
            float: left;
            position: absolute;
            right: 70px;
            top: 1px;
            width: 21px;
        }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
    color: #002596;
    text-transform: none;
}

h1, h2 {
    font-size: 36px;
    line-height: 42px;
    white-space: normal;
}

    h1.down {
        margin-bottom: 40px;
        font-weight: 700;
    }

h2 {
    margin-bottom: 40px;
    letter-spacing: -0.32px;
}

    h2.down {
        border-bottom: 1px solid #002596;
        margin-bottom: 20px;
        margin-left: -15px;
        margin-right: 20px;
        padding-bottom: 20px;
        white-space: nowrap;
    }

    h2.cat {
        margin: 40px 0 20px;
    }

h3 {
    font-size: 28px;
    margin: 24px 0;
}

    h3.top {
        font-weight: 500;
        line-height: 42px;
        margin: 0 0 24px;
    }

h4 {
    font-size: 24px;
    display: inline;
}

    h4.top {
        display: block;
        font-weight: 500;
        line-height: 30px;
        margin: 0 0 16px;
    }

    h4.panel-title {
        color: #002596;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 0;
        margin-top: 0;
    }

h5 {
    border-bottom: 1px solid #002596;
    color: #002596;
    font-weight: 700;
    margin: 48px 0 0;
    padding-bottom: 16px;
    text-transform: uppercase;
}

    h5.small-title {
        margin: 0 0 10px;
        padding-bottom: 10px;
        clear: both;
    }

h6 {
    color: #002596;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

    h6.down-title {
        margin: 10px 0 10px 15px;
        color: #000;
    }

hr {
    background-color: #002596;
    border-color: #002596;
    margin: 16px 0;
    padding: 0;
    width: 100%;
}

    hr.highlight {
        background: #002596 none repeat scroll 0 0;
        border: medium none;
        height: 8px;
        transition: all 0.5s ease-in-out 0s;
        width: 0;
        position: absolute;
        bottom: 0;
    }

        hr.highlight.nomargin {
            margin: 16px 0 0;
        }

        hr.highlight.higher {
            height: 22px;
            margin: 12px 0 0;
        }

    hr.nav-bordered {
        background: #999 none repeat scroll 0 0;
        border: medium none;
        height: 1px;
        transition: all 0.5s ease-in-out 0s;
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    hr.grey {
        background-color: #efefef;
        border-color: #efefef;
        margin: 30px 0;
        height: 2px;
    }

strong {
    font-weight: 700;
}

.partner-logo {
    color: #002596;
    font-family: "Titillium web",sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
}

    .partner-logo b {
        font-weight: 700;
    }

.cl-white {
    color: #fff;
}

span.notes, span.note {
    color: #999;
    font-weight: 500;
    font-size: 14px;
}

ul.dotted {
    list-style: disc inside none;
    margin: 0;
    padding: 0;
}

    ul.dotted li {
        margin-bottom: 8px;
        padding-left: 0px;
        text-indent: 0px;
    }

        ul.dotted li.no-dot {
            list-style-type: none;
            padding-left: 22px;
        }

    ul.dotted i, ul.dotted em {
        color: #002596;
        font-size: 10px;
        margin-right: 8px;
    }

a.btn.btn-link {
    font-size: 15px;
    font-weight: 700;
    padding: 14px 34px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    a.btn.btn-link.reverse {
        border: 2px solid #002596;
        color: #002596;
        font-weight: 700;
        padding: 4px 40px;
    }

    a.btn.btn-link:hover, a.btn.btn-link:active {
        border: 2px solid #fff;
        color: #002596;
        background-color: #fff;
        text-decoration: none;
    }

    a.btn.btn-link.reverse:hover, a.btn.btn-link.reverse:active {
        border: 2px solid #fff;
        color: #fff;
        background-color: #002596;
    }

.white-box {
    background-color: #fff;
}

.grey-box {
    background-color: #efefef;
}

.dark-grey-box {
    background-color: #d3d3d3;
}

.blue-box {
    background-color: #002596;
}

    .blue-box h2 {
        color: #fff;
    }

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
    text-decoration: none;
}

.navbar.top-nav {
    border: 0 none;
    border-radius: 0;
    height: 84px;
    margin-bottom: 0;
    margin-top: 4px;
}

.border-top-light-grey {
    border-top: 1px solid #efefef;
}

.border-top-grey {
    border-top: 1px solid #ccc;
}

.border-top-white {
    border-top: 2px solid #fff;
}

.pull-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 12px solid #ccc;
    margin: 0 auto;
}

.pad-0 {
    padding: 0;
}

.pad-0-40 {
    padding: 0 0 40px;
}

.pad-0-60 {
    padding: 0 0 60px;
}

.pad-10-0 {
    padding: 10px 0;
}

.pad-15-0 {
    padding: 15px 0;
}

.pad-20-0 {
    padding: 20px 0 0;
}

.pad-30 {
    padding: 30px 0;
}

.pad-40 {
    padding: 40px 0;
}

.pad-40-0 {
    padding: 40px 0 0;
}

.pad-40-20 {
    padding: 40px 0 20px;
}

.pad-40-60 {
    padding: 40px 0 60px;
}

.pad-50-30 {
    padding: 50px 0 30px;
}

.pad-60 {
    padding: 60px 0;
}

.pad-60-0 {
    padding: 60px 0 0;
}

.pad-60-30 {
    padding: 60px 0 30px;
}

.pad-60-40 {
    padding: 60px 0 40px;
}

.pad-80-60 {
    padding: 80px 0 60px;
}

.pad-sx-0 {
    padding-left: 0;
}

.page-banner {
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}

    .page-banner.noshadow {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.abstract, .abstract p, .abstract a {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #000;
    margin-bottom: 20px;
}

.abstract {
    margin-bottom: 40px;
}

    .abstract.w50 {
        margin: 0 auto 40px;
        width: 50%;
    }

    .abstract.smaller, .abstract.smaller p, .abstract.smaller a {
        font-size: 13px;
    }

    .abstract.small14 {
        background: #f2f2f2 none repeat scroll 0 0;
        box-sizing: border-box;
        font-size: 14px;
        margin: 0 30px 20px 15px;
        padding: 10px 15px;
    }

    .abstract a {
        color: #002596;
        text-decoration: none;
        font-weight: 700;
    }

        .abstract a:hover, .abstract a:active, .abstract a:focus {
            text-decoration: underline;
        }

    .abstract p:last-of-type {
        margin-bottom: 10px;
    }

.top-menu {
    margin-top: 10px;
}

    .top-menu .caret {
        color: #999;
        display: block;
        margin: 5px auto 0;
        padding: 0;
    }

    .top-menu li a {
        display: block;
        font-weight: 500;
        text-transform: uppercase;
        -webkit-transition: top 0.5s ease 0s;
        -moz-transition: top 0.5s ease 0s;
        transition: top 0.5s ease 0s;
        width: auto;
    }

        .top-menu li a:hover {
            background-color: transparent;
            color: #002596;
            text-decoration: none;
            top: -3px;
        }

        .top-menu li a:active {
            top: 3px;
        }

    .top-menu li.dropdown.open {
        position: static;
    }

        .top-menu li.dropdown.open .dropdown-menu {
            background: #efefef none repeat scroll 0 0;
            border-radius: 0;
            left: -539px;
            margin: 0 auto;
            min-width: 99vw;
            overflow: hidden;
            position: absolute;
            text-align: left;
            top: 76px;
            width: 99vw;
            box-shadow: 0 0 10px #ccc;
            border: 0 none;
        }

    .top-menu .open > a, .top-menu .open > a:hover, .top-menu .open > a:focus, .top-menu .current {
        background-color: #fff;
        border-bottom: 8px solid #002596;
    }

.dropdown-menu .dropdown-menu-subtit {
    border-bottom: 1px solid #002596;
    color: #002596;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    white-space: nowrap;
}

.dropdown-menu-subtit:hover {
    line-height: 57px;
}

.dropdown-menu-subtit:active {
    line-height: 63px;
}

.dropdown-menu .dropdown-menu-item {
    display: table;
}

    .dropdown-menu .dropdown-menu-item.centered {
        margin: 0 17%;
    }

.dropdown-menu-content:hover {
    padding-bottom: 4px;
    padding-top: 0;
}

.dropdown-menu-content:active {
    padding-bottom: 0;
    padding-top: 4px;
}

.dropdown-menu-icon, .dropdown-menu-content {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
}

.dropdown-menu-icon {
    height: 60px;
    position: relative;
    width: 60px;
}

    .dropdown-menu-icon img {
        max-height: 28px;
        max-width: 28px;
    }

.dropdown-menu-content {
    text-transform: uppercase;
}

.dropdown-sep > span {
    color: #002596;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    padding: 15px 0;
}

.dropdown .dropdown-menu {
    display: none;
    -moz-transition: display 0.7s ease 0s;
    -webkit-transition: display 0.7s ease 0s;
    -o-transition: display 0.7s ease 0s;
    transition: display 0.7s ease 0s;
}

.dropdown.open .dropdown-menu {
    display: block;
    -moz-transition: display 0.7s ease 0s;
    -webkit-transition: display 0.7s ease 0s;
    -o-transition: display 0.7s ease 0s;
    transition: display 0.7s ease 0s;
}

.nav-mobile {
    background-color: transparent;
    background-image: url(../images/navigation-menu-blue.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px 27px;
    border: none;
    cursor: pointer;
    display: none;
    height: 28px;
    margin-top: 23px;
    margin-left: 70px;
    text-indent: 9999px;
    width: 44px;
    -webkit-transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.top-search {
    margin-top: 18px;
}

#search-btn {
    padding: 3px 9px 4px 9px;
}

a.btn-blue {
    background-color: #002596;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    padding: 3px 9px;
}

    a.btn-blue:hover, a.btn-blue:active {
        color: #fff;
    }

#search-popup {
    background: linear-gradient(to right, #002596, rgba(0, 37, 150, 0.6));
    background: -moz-linear-gradient(to right, #002596, rgba(0, 37, 150, 0.6));
    background: -webkit-linear-gradient(to right, #002596, rgba(0, 37, 150, 0.6));
    box-sizing: border-box;
    display: inline-block;
    padding: 4px 6px 5px;
    position: absolute;
    z-index: 2;
}

.search-input {
    border: 0 none;
    box-sizing: border-box;
    padding: 2px 6px;
    width: 148px;
}

.dropdown-menu > li > a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}

.dropdown-menu, .btn {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus,
.btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default.focus:active, .btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    background-color: #efefef;
    border-color: #999;
    color: #000;
}

.page-title {
    height: 100px;
    line-height: 100px;
    white-space: nowrap;
}

.page-title2 {
    height: 60px;
    line-height: 50px;
    white-space: nowrap;
    margin-bottom: 20px;
}

.breadcrumb {
    margin: 0;
}

.breadcrumb-menu .caret {
    color: #999;
    display: block;
    margin: 5px auto 0;
    padding: 0;
}

.breadcrumb-menu li a {
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: top 0.5s ease 0s;
    -moz-transition: top 0.5s ease 0s;
    -o-transition: top 0.5s ease 0s;
    transition: top 0.5s ease 0s;
}

    .breadcrumb-menu li a:hover {
        color: #002596;
        text-decoration: none;
        top: -3px;
    }

    .breadcrumb-menu li a:active {
        top: 3px;
    }

.sliding-menu {
    -webkit-box-shadow: inset 0 7px 11px -11px #999;
    -moz-box-shadow: inset 0 7px 11px -11px #999;
    box-shadow: inset 0 7px 11px -11px #999;
}

    .sliding-menu.level3 {
        padding: 20px 0;
    }

.breadcrumb-menu.submenu {
    width: 100%;
}

    .breadcrumb-menu.submenu li {
        text-align: center;
        width: 25%;
    }

.fancybox-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #000;
}

.embed-responsive-4by3 {
    margin-bottom: 10px;
}

.shadowimg {
    box-shadow: 0 0 10px #ccc;
}

#wait {
    display: none;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background: url(../images/gears.gif) 50% 50% no-repeat #fafafa;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    filter: alpha(opacity=70);
}

.img-responsive-y {
    display: block;
    width: auto;
    max-height: 100%;
}

ul.dropdown-menu.inner li a.opt {
    margin-left: 20px;
    font-size: 14px;
}

    ul.dropdown-menu.inner li a.opt.group {
        font-weight: 700;
        margin-left: 10px;
    }

.services-menu {
    height: 420px;
    overflow: hidden;
}

.user-info {
    color: #999999;
}

    .user-info .upper {
        text-transform: uppercase;
    }

.help {
    color: #002596;
}
/* #endregion */

/* #region sticky navigation */
.fixed {
    position: fixed;
    z-index: 999;
    top: 44px;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #ffffff; /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

    .fixed.shrink {
        height: 42px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-box-shadow: 0 0 10px #ccc;
        -moz-box-shadow: 0 0 10px #ccc;
        box-shadow: 0 0 10px #ccc;
    }

        .fixed.shrink header {
            margin-top: 0;
            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
        }

        .fixed.shrink .navbar-brand {
            padding: 5px 15px 0;
            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
        }

    .fixed #brand {
        width: 261px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }

    .fixed.shrink #brand {
        width: 200px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }

    .fixed.shrink .top-menu {
        margin-top: 0;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }

    .fixed.shrink .navbar-nav > li > a {
        padding-bottom: 0;
        padding-top: 8px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }

    .fixed.shrink .top-search {
        margin-top: 5px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }

    .fixed.shrink .bootstrap-select.top-lang {
        margin-top: 4px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }

    .fixed.shrink .bootstrap-select .btn-default {
        height: 24px;
        line-height: 15px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }

    .fixed.shrink .nav-mobile {
        margin-top: 5px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }

.hideme {
    display: none;
    visibility: hidden;
}

.shrinkme {
    padding: 0;
}

.fixed-sub {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #ffffff; /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    -webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}
/* aggiusta lo scroll */
.anchor {
    display: block;
    height: 260px;
    margin-top: -260px;
    visibility: hidden;
}

#search, #main-title {
    margin-top: 80px;
}
/* #endregion */

/* #region carousel */
.carousel-inner {
    height: 420px;
}

    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        width: 100%;
        margin: auto;
        height: 420px;
    }

.carousel-control > span > img {
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: 5;
    display: inline-block;
}

.carousel-indicators {
    bottom: -24px;
}

    .carousel-indicators li {
        background-color: #999;
        border: 1px solid #999;
    }

        .carousel-indicators li.active {
            background-color: #002596;
            border: 1px solid #002596;
        }

.carousel-caption {
    background: transparent none repeat scroll 0 0;
    bottom: 0;
    height: 50%;
    left: 0;
    padding: 0 0 40px 40px;
    right: 0;
    text-align: left;
    width: 50%;
}

    .carousel-caption h3 {
        color: #ffffff;
        font-size: 28px;
        font-weight: 500;
        line-height: 32px;
        margin: 0 0 6px 0;
    }

    .carousel-caption p {
        color: #ffffff;
        font-size: 15px;
        font-weight: 500;
        line-height: 21px;
    }

    .carousel-caption a.btn.btn-link {
        background: #ffffff none repeat scroll 0 0;
        bottom: 40px;
        color: #002596;
        padding: 14px 24px;
        position: absolute;
    }

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-property: opacity;
    transition-duration: 1s;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
    height: 420px;
}

.square {
    background-color: #efefef;
    height: 420px;
    max-height: 420px;
    position: relative;
}

    .square img {
        height: 420px;
        position: absolute;
        right: 0;
        top: 0;
        width: 420px;
    }

    .square .caption {
        position: absolute;
        height: 40%;
        left: 0;
        padding: 30px;
        text-align: left;
        top: 30%;
        width: 40%;
    }

        .square .caption h3, .square .caption p {
            color: #002596;
        }

        .square .caption h3 {
            font-size: 37px;
            line-height: 44px;
            margin-bottom: 20px;
        }

        .square .caption p {
            font-size: 21px;
            font-weight: 300;
            line-height: 26px;
        }

.owl-carousel.partners-gallery {
    display: table;
}

    .owl-carousel.partners-gallery .item {
        height: 147px;
        background-color: #FFF;
    }

        .owl-carousel.partners-gallery .item img {
            bottom: 0;
            left: 0;
            margin: auto;
            max-width: 136px;
            position: absolute;
            right: 0;
            top: 0;
        }
/* questo permette lo scorrimento fino al bordo della finestra */
.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.owl-carousel .owl-stage-outer-bordered {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #999;
}

.owl-carousel.events-months .item {
    padding-bottom: 10px;
}

    .owl-carousel.events-months .item.current {
        border-bottom: 8px solid #002596;
    }

    .owl-carousel.events-months .item > a {
        color: #999;
        font-weight: 500;
        text-decoration: none;
    }

    .owl-carousel.events-months .item.current > a {
        color: #002596;
    }

.owl-custom-nav a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    height: 92px;
    width: 61px;
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    color: transparent;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}

.owl-theme .owl-nav .owl-prev {
    background: rgba(0, 0, 0, 0) url("/images/prev.png") no-repeat scroll 0 0;
    color: transparent;
    left: -8%;
}

.owl-theme .owl-nav .owl-next {
    background: rgba(0, 0, 0, 0) url("/images/next.png") no-repeat scroll 0 0;
    color: transparent;
    right: -8%;
}

.owl-theme .owl-nav .owl-prev:hover {
    background: rgba(0, 0, 0, 0) url("/images/prev.png") no-repeat scroll 0 0;
    color: transparent;
}

.owl-theme .owl-nav .owl-next:hover {
    background: rgba(0, 0, 0, 0) url("/images/next.png") no-repeat scroll 0 0;
    color: transparent;
}

.owl-theme .owl-nav .disabled {
    opacity: 0;
}

.owl-carousel.products-gallery .owl-item img {
    padding-top: 10px;
    width: 100px;
    margin: 0 auto;
}

.owl-carousel.products-gallery .owl-item .item-title {
    padding-bottom: 10px;
    text-align: center;
}

.media-gallery.owl-theme .owl-nav .owl-prev,
.media-gallery.owl-theme .owl-nav .owl-next {
    height: 92px;
    width: 61px;
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    color: transparent;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}

.media-gallery.owl-theme .owl-nav .owl-prev {
    background: rgba(255, 255, 255, 0.6) url("/images/prev-blue.png") no-repeat scroll center center;
    height: 86px;
    left: -8%;
    top: 37px;
    width: 86px;
}

.media-gallery.owl-theme .owl-nav .owl-next {
    background: rgba(255, 255, 255, 0.6) url("/images/next-blue.png") no-repeat scroll center center;
    height: 86px;
    right: -8%;
    top: 37px;
    width: 86px;
}

.media-gallery.owl-theme .owl-nav .owl-prev:hover {
    background: rgba(255, 255, 255, 0.8) url("/images/prev-blue.png") no-repeat scroll center center;
    color: transparent;
}

.media-gallery.owl-theme .owl-nav .owl-next:hover {
    background: rgba(255, 255, 255, 0.8) url("/images/next-blue.png") no-repeat scroll center center;
    color: transparent;
}
/* #endregion */

/* #region banner */
.box {
    height: 252px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px #ccc;
    font-weight: 500;
    text-align: center;
    white-space: normal;
    color: #fff;
}

    .box:hover {
        box-shadow: 0 0 10px rgba(0, 37, 150, 0.63);
        transition: all 0.7s ease 0s;
    }

    .box .box-title {
        color: #002596;
        font-size: 18px;
        font-weight: 500;
        line-height: 20px;
        margin-top: 6px;
        white-space: normal;
        display: table-cell;
        vertical-align: middle;
    }

    .box:hover .box-title {
        color: #fff;
        font-size: 24px;
        line-height: 28px;
        margin-top: 50px;
    }

    .box a.btn.btn-link {
        padding: 14px 40px;
    }

    .box .box-overlay {
        background-color: rgba(239, 239, 239, 0.84);
        height: 72px;
        bottom: 0;
        overflow: hidden;
        position: absolute;
        -webkit-transition: all 0.7s ease 0s;
        -moz-transition: all height 0.7s ease 0s;
        transition: all 0.7s ease 0s;
        width: 100%;
        display: table;
    }

    .box:hover .box-overlay, .box:active .box-overlay {
        height: 100%;
        background-color: rgba(0, 37, 150, 0.60);
        color: #fff;
    }

    .box > div > .img-responsive {
        height: 100%;
        margin-left: 0;
        margin-top: 0;
        max-width: 100%;
        width: 100%;
        -webkit-transition: all 0.7s ease 0s;
        -moz-transition: all height 0.7s ease 0s;
        transition: all 0.7s ease 0s;
    }

    .box:hover > div > .img-responsive {
        height: 120%;
        margin-left: -10%;
        margin-top: -10%;
        max-width: 120%;
        width: 120%;
        -webkit-transition: all 0.7s ease 0s;
        -moz-transition: all height 0.7s ease 0s;
        transition: all 0.7s ease 0s;
    }

    .box .box-btn, .box .box-btn2 {
        display: none;
        visibility: hidden;
        height: auto;
        position: absolute;
        bottom: 40px;
        text-align: center;
        width: 100%;
        -webkit-transition: bottom 0.7s ease 0s;
        -moz-transition: bottom 0.7s ease 0s;
        transition: bottom 0.7s ease 0s;
    }

    .box .box-btn2 {
        bottom: 100px;
    }

    .box:hover .box-title, .box:hover .box-btn, .box:hover .box-btn2 {
        display: block;
        visibility: visible;
    }

.box2 {
    width: 564px;
}

.box3 {
    width: 362px;
}

.box4 {
    width: 261px;
}

.box.box4.box4img .box-title {
    margin-top: 6px;
    line-height: 24px;
}

.box.box3.box3vid {
    height: 400px;
    margin-bottom: 20px;
}

    .box.box3.box3vid .box-title {
        margin-top: 0;
        line-height: 26px;
    }

    .box.box3.box3vid:hover .box-title {
        color: #002596;
        margin-top: 0;
        font-size: 21px;
        line-height: 26px;
    }

    .box.box3.box3vid .box-btn {
        display: block;
        visibility: visible;
        bottom: 10px;
    }

        .box.box3.box3vid .box-btn a.btn {
            padding: 12px 16px;
        }
/* #endregion */

/* #region prodotti */
.prod-feature {
    padding: 40px;
    text-align: center;
}

    .prod-feature img {
        margin: 0 auto 16px;
    }

.panel-group .panel {
    box-shadow: none;
    border-radius: 0;
}

    .panel-group .panel + .panel {
        margin-top: 0;
    }

.panel-default {
    border: 0 none;
}

    .panel-default > .panel-heading {
        color: #000;
        border-radius: 0;
        margin: 0;
        padding: 14px 40px;
        text-align: left;
        overflow: hidden;
        border-top-color: transparent;
        border-bottom: 1px solid #999;
        background-color: #efefef;
    }

.panel-title a {
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.panel-title .fa {
    color: #002596;
    font-size: 12px;
    margin-top: 4px;
}

.down-item {
    padding: 0;
    text-align: left;
    font-weight: 500;
    margin-bottom: 26px;
}

    .down-item.blue {
        color: #002596;
        background-image: none;
    }

        .down-item.blue img {
            margin-left: -40px;
            margin-top: 6px;
            padding-right: 10px;
            position: absolute;
        }
/* jssor slider arrow navigator skin */
.arrow-left-blue, .arrow-right-blue {
    display: block;
    position: absolute;
    width: 68px;
    height: 68px;
    cursor: pointer;
    top: 45px;
}

.arrow-left-blue {
    left: -68px;
    background: transparent url(/images/arrow-left-blue.png) no-repeat scroll top left;
}

.arrow-right-blue {
    right: -68px;
    background: transparent url(/images/arrow-right-blue.png) no-repeat scroll top left;
}

.box-news {
    width: 266px;
    height: 266px;
    padding: 0 20px;
    position: relative;
    background-color: #fff;
}

.box-news-image {
    max-width: 266px;
    max-height: 266px;
    display: inline-block;
}

#prod_gallery {
    width: 1170px;
    height: 266px;
}
/* #endregion */

/* #region forms */
.bootstrap-select .bs-caret {
    color: #002596;
}

.bootstrap-select .btn-default {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    text-transform: uppercase;
}

.bootstrap-select.blue {
    margin: 0 30px !important;
    min-width: 150px;
}

    .bootstrap-select.blue .bs-caret {
        color: #fff;
    }

    .bootstrap-select.blue .btn-default {
        border: 2px solid #fff;
        color: #fff;
        background-color: #002596;
    }

.bootstrap-select.white {
    margin: 30px 0 0 !important;
    min-width: 220px;
}

    .bootstrap-select.white .btn-default {
        border: 2px solid #999;
        color: #002596;
        background-color: #fff;
    }

.bootstrap-select.grey {
    min-width: 220px;
    width: auto !important;
}

    .bootstrap-select.grey.fullwidth {
        width: 100% !important;
        margin: 30px 30px 0 0 !important;
    }

    .bootstrap-select.grey .btn-default {
        border: 2px solid #999;
        color: #002596;
        background-color: #efefef;
    }

.dropdown-header {
    background: #002596 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.form-inline .form-group {
    margin: 18px 0 !important;
}

.form-group.first {
    margin-top: 0;
}

.form-group label {
    color: #999;
    display: block;
    font-size: 14px;
    padding-left: 10px;
}

    .form-group label.checkbox-inline {
        display: inline-block;
        margin: 0 12px;
    }

.form-group.inline > label {
    display: inline-block;
    padding: 0 10px;
}

.form-group.required > label:after {
    content: " *";
    color: #002596;
}

.form-group.required > label.checkbox-inline:after {
    content: "";
}

.subsection-title p {
    border-bottom: 1px solid #CCCCCC;
    color: #002596;
    font-weight: bold;
    margin-bottom: 10px;
}

.subsection-title span {
    font-weight: bold;
}

.form-control {
    background-color: #efefef;
    border: 2px solid #999;
    border-radius: 0;
    font-size: 15px;
    line-height: 21px;
}

    .form-control:focus {
        border-color: #002596;
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0,0.075) inset, 0 0 8px rgba(0, 37, 150, 0.6);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0,0.075) inset, 0 0 8px rgba(0, 37, 150, 0.6);
        box-shadow: 0 1px 1px rgba(0, 0, 0,0.075) inset, 0 0 8px rgba(0, 37, 150, 0.6);
    }

    .form-control .btn-default {
        background-color: #efefef !important;
        border: 2px solid #999 !important;
        color: #002596 !important;
    }

    .form-control.inline-block {
        display: inline-block;
    }

    .form-control.w95 {
        width: 95%;
    }

.btn.submit-btn {
    border: 2px solid #002596;
    color: #002596;
    font-weight: 700;
    padding: 14px 40px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .btn.submit-btn:hover, .btn.submit-btn:active {
        border: 2px solid #efefef;
        color: #fff;
        background-color: #002596;
    }

    .btn.submit-btn i {
        margin-left: 20px;
    }

.form-inline .control-label {
    color: #002596;
    font-weight: 700;
    margin-right: 40px;
    text-transform: uppercase;
}

.form-inline .form-control {
    width: 100%;
}

.form-inline a.btn-link {
    padding: 9px 40px;
}

.form-inline h4 {
    line-height: 40px;
    white-space: nowrap;
    height: 40px;
}

.btn.submit-btn.lower {
    padding: 5px 40px;
}

.input-group-addon {
    background: #002596 none repeat scroll 0 0;
    border: 1px solid #002596;
    border-radius: 0;
}

    .input-group-addon i {
        color: #fff;
    }

.toggle {
    background-color: #002596;
    border: 2px solid #999;
    color: #fff;
}

.toggle-on.btn {
    background-color: #002596;
    color: #fff;
}

.toggle-off.btn {
    background-color: #efefef;
    color: #002596;
}

.bg-grey {
    background-color: #999;
}

span.icon-span-filestyle {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.checkbox.checkbox-inline {
    margin: 0 10px 10px 0;
}

.checkbox-label-inline {
    display: inline-block !important;
    padding-right: 50px;
    vertical-align: middle;
    margin: 0 10px 10px 0;
}

.tooltip {
    font-family: 'Ubuntu', sans-serif;
}

.tooltip-inner {
    background-color: #002596;
    border-radius: 0;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #002596;
}

/*.has-success .form-control {
    border-color: #002596;
}

.has-error .form-control {
    border-color: #990000;
}

    .has-error .form-control:focus {
        border-color: #990000;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #990000;
    }

    .has-error .form-control .btn-default {
        border-color: #990000 !important;
    }

.has-error .radio label {
    color: #990000;
}*/

.error-message {
    color: #990000;
}

.input-lg.blue {
    background: #002596 none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    height: 44px;
    line-height: 1.33333;
    padding: 10px;
}

.input-group.add-on {
    width: 100%;
}

.blue-btn {
    background-color: #002596;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 18px;
    height: 44px;
}

    .blue-btn:hover, .blue-btn:active, .blue-btn:focus {
        color: #002596;
        background-color: #fff;
    }
/* #endregion */


/* #region subpages navigation */
#subpage-menu {
    background-color: #002596;
    box-sizing: border-box;
    color: #fff;
    padding: 18px;
}

    #subpage-menu .menu-title {
        border-bottom: 1px solid #fff;
        font-weight: 700;
        text-transform: uppercase;
    }

    #subpage-menu ul li {
        margin: 20px 0;
    }

        #subpage-menu ul li span.more {
            float: right;
        }

            #subpage-menu ul li span.more i {
                font-size: 12px;
                line-height: 28px;
            }

        #subpage-menu ul li a {
            color: #fff;
            font-weight: 500;
            font-size: 21px;
            line-height: 28px;
        }

    #subpage-menu li ul {
        margin-left: 30px;
    }

        #subpage-menu li ul li {
            margin: 15px 0;
        }

    #subpage-menu ul li ul li a {
        font-size: 18px;
        line-height: 24px;
    }

#subpage-content {
    padding-left: 40px;
}
/* #endregion */


/* #region download */
.panel-group .panel {
    box-shadow: none;
    border-radius: 0;
}

    .panel-group .panel + .panel {
        margin-top: 0;
    }

.panel-default {
    border: 0 none;
}

    .panel-default > .panel-heading {
        background-color: #efefef;
        border-bottom: 1px solid #999999;
        border-radius: 0;
        border-top-color: rgba(0, 0, 0, 0);
        margin: 0;
        overflow: hidden;
        padding: 4px 40px;
        text-align: left;
    }

.panel-title a {
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.panel-title .fa {
    color: #002596;
    font-size: 12px;
    margin-top: 4px;
}

.down-head > div {
    color: #a3a3a3;
    padding: 20px 0;
    text-align: center;
}

    .down-head > div.left {
        padding-left: 40px;
        text-align: left;
    }

.down-cont > div.left {
    padding-left: 40px;
    text-align: left;
}

.down-item {
    margin-bottom: 30px;
}

    .down-item:last-child {
        margin-bottom: 0;
    }

    .down-item > .date {
        color: #999999;
        font-size: 14px;
    }

    .down-item > .subtit {
        color: #000;
        font-weight: 700;
    }

        .down-item > .subtit.home {
            width: 97%;
            cursor: pointer;
        }

            .down-item > .subtit.home::after {
                content: '+';
                margin-left: 10px;
                padding: 0 6px;
                cursor: pointer;
                color: #000;
                font-size: 20px;
                float: right;
            }

    .down-item.open > .subtit.home::after {
        content: '-';
    }

    .down-item > .subtit.home:hover, .down-item > .subtit.home:active, .down-item > .subtit.home:focus, .down-item > .subtit.home:hover::after, .down-item > .subtit.home:active::after, .down-item > .subtit.home:focus::after {
        color: #002596;
    }

    .down-item > .detail {
        color: #002596;
        font-weight: 500;
        padding-top: 2px;
    }

    .down-item.home > .files {
        display: none;
        margin-top: 10px;
        border-top: 1px solid #002596;
        padding-top: 10px;
    }

    .down-item > .detail:first-child {
        padding-top: 5px;
    }

    .down-item > .detail > .button {
        display: inline-block;
        margin: 0;
        width: auto;
    }

a.down {
    background: rgba(0, 0, 0, 0) url("/images/down-blue.png") no-repeat scroll left center / 20px 20px;
    display: inline-block;
    margin: -3px 0 4px;
    min-height: 30px;
    padding-left: 30px;
    padding-top: 4px;
    width: auto;
}

.more-items {
    margin-right: 20px;
    margin-top: -15px;
    text-align: right;
}

.word-highlight {
    background-color: rgba(0, 179, 227, 0.5);
}
/* #endregion */

/* #region pager */
.pagination > li > a, .pagination > li > span {
    background-color: transparent;
    border: 0 none;
    color: #002596;
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 40px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: transparent;
    border-color: transparent;
    color: #002596;
    text-decoration: underline;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: transparent;
    border-color: transparent;
    color: #002596;
    text-decoration: underline;
}

.pagination > li.first > a, .pagination > li.prev > a, .pagination > li.next > a, .pagination > li.last > a {
    border: 2px solid #002596;
    border-radius: 0;
    margin: 0 10px;
}

    .pagination > li.first > a:hover, .pagination > li.prev > a:hover, .pagination > li.next > a:hover, .pagination > li.last > a:hover,
    .pagination > li.first > a:active, .pagination > li.prev > a:active, .pagination > li.next > a:active, .pagination > li.last > a:active {
        background-color: #002596;
        color: #fff;
    }

.pagination > li.prev > a {
    margin-right: 40px;
}

.pagination > li.next > a {
    margin-left: 40px;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color: transparent;
    border-color: #999 !important;
    color: #999;
}

.range-pagination, .range-pagination ul.pagination > li, .range-pagination ul.pagination > li > a, .range-pagination ul.pagination > li > span {
    color: #002596;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    height: auto;
    width: auto;
    line-height: normal;
}

    .range-pagination > label, .range-pagination ul.pagination {
        display: inline-block;
        margin: 0;
        padding: 0;
        vertical-align: middle;
    }

        .range-pagination ul.pagination > li {
            display: inline-block;
            margin: 0;
            padding: 0;
            vertical-align: middle;
        }

            .range-pagination ul.pagination > li > a, .range-pagination ul.pagination > li > span {
                background-color: transparent;
                border: 0 none;
                padding: 0 10px;
            }

                .range-pagination ul.pagination > li > a:hover, .range-pagination ul.pagination > li > a:active {
                    text-decoration: underline;
                }
/* #endregion */

/* #region logo configurator */
.logo-select ul li {
    float: left;
    width: 33%;
    padding: 24px;
}

    .logo-select ul li.current, .logo-select ul li:hover, .logo-select ul li:active {
        border: 4px solid #002596;
    }

.subimg-select .star-head {
    box-sizing: border-box;
    display: table-cell;
    height: 55px;
    margin: 4px 8px;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    width: 23%;
}

.subimg-select .star {
    border: 1px solid #ffffff;
    box-sizing: border-box;
    display: table-cell;
    height: 55px;
    margin: 4px 8px;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    width: 23%;
}

    .subimg-select .star.current, .subimg-select .star:hover, .subimg-select .star:active {
        background: #ffffff url('/images/spunta.png') no-repeat scroll center center;
    }

    .subimg-select .star.disabled {
        background: rgba(0, 0, 0, 0) url('/images/disabled.png') repeat scroll 0 0;
    }

#download, #download2 {
    float: right;
    margin-left: 3px;
}
/* #endregion */

/* #region demo tools */
.lightbox-content {
    box-sizing: border-box;
    height: auto;
    padding: 20px;
    position: relative;
    width: 100%;
}

    .lightbox-content h1 {
        margin: 0 0 20px;
    }

    .lightbox-content .thumb {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .lightbox-content .thumb2 {
        position: absolute;
        right: 40px;
        top: 40px;
    }

.demo-info {
    width: 50%;
    display: inline-block;
    float: left;
}

    .demo-info p {
        margin-bottom: 10px;
    }

    .demo-info ul {
        list-style: outside none none;
        padding-inline-start: 0;
    }

        .demo-info ul li {
            margin-bottom: 10px;
        }

            .demo-info ul li span {
                display: inline-block;
                padding: 4px;
            }

                .demo-info ul li span.label {
                    background: #f0f0f0 none repeat scroll 0 0;
                    font-weight: 600;
                    width: 140px;
                }

#demo {
    background-color: #e5e5e5;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 10px 20px;
}

#demo-form .editor-field {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

#demo-form label {
    display: block;
    text-align: left;
    white-space: nowrap;
}

#demo-form input[type="text"], #demo-form select {
    box-sizing: border-box;
    height: 30px;
    margin: 0;
    padding: 6px;
    width: 300px;
}

    #demo-form input[type=text].short, #demo-form select.short {
        width: 180px;
    }

#demo-form input[type="submit"] {
    background-color: #b1adb0;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: right;
    font-family: Arial;
    font-size: 20px;
    height: 40px;
    margin-top: 20px;
    padding: 6px 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
}
/* #endregion */

/* # region crossreference */
.ui-autocomplete {
    height: 200px;
    left: 15px;
    overflow-x: hidden;
    overflow-y: scroll;
    top: 34px;
    z-index: 999;
}

    .ui-autocomplete .ui-menu-item {
        color: #000000;
        font-family: "Ubuntu";
        font-size: 15px;
        font-weight: 400;
        line-height: 21px;
    }

.ui-autocomplete-loading {
    background: white url('/images/loading20x20.gif') right center no-repeat;
}
/* #endregion */

.thead-inverse tr th {
    color: #fff;
    background-color: #002596;
}

.dl-horizontal dt {
    font-weight: 700;
    width: 200px;
}

.dl-horizontal dd {
    margin-left: 220px;
}

/* #region laser marking */
.lmdb-selection {
    margin: 20px 0;
}

    .lmdb-selection h4 {
        display: block;
        margin-bottom: 10px;
    }
/* #endregion */

.validation-summary-valid {
    display:none;
}

.has-feedback label ~ .form-control-feedback {
    top: 0px;
    right: 10px;
}

/*.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    padding-right: 42.5px;
}*/



.btn-group.bootstrap-select.form-control {
    padding-right: 0;
}

    /*.btn-group.bootstrap-select.form-control.has-error {
        border-color: #a94442;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        border: 2px solid;
    }

    .btn-group.bootstrap-select.form-control.has-success {
        border-color: #3c763d;
        ;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        border: 2px solid;
    }*/

.notes {
    /*font-size: 13px;*/
    font-weight: 700;
    color: #002596;
}

.highlightLink {
    text-decoration:underline;
}

/*
Include this after bootstrap.css. Add class of 
vert-offset-top-value or vert-offset-bottom-value 
to your Bootstrap 3 default rows to prevent row content 
from touching the row content above or below.
*/

/* Vertical Offset Bottom */
.vert-offset-top-12 {
    margin-top: 12em;
}

.vert-offset-top-11 {
    margin-top: 11em;
}

.vert-offset-top-10 {
    margin-top: 10em;
}

.vert-offset-top-9 {
    margin-top: 9em;
}

.vert-offset-top-8 {
    margin-top: 8em;
}

.vert-offset-top-7 {
    margin-top: 7em;
}

.vert-offset-top-6 {
    margin-top: 6em;
}

.vert-offset-top-5 {
    margin-top: 5em;
}

.vert-offset-top-4 {
    margin-top: 4em;
}

.vert-offset-top-3 {
    margin-top: 3em;
}

.vert-offset-top-2 {
    margin-top: 2em;
}

.vert-offset-top-1 {
    margin-top: 1em;
}

.vert-offset-top-0 {
    margin-top: 0em;
}
/* Vertical Offset Bottom */
.vert-offset-bottom-12 {
    margin-bottom: 12em;
}

.vert-offset-bottom-11 {
    margin-bottom: 11em;
}

.vert-offset-bottom-10 {
    margin-bottom: 10em;
}

.vert-offset-bottom-9 {
    margin-bottom: 9em;
}

.vert-offset-bottom-8 {
    margin-bottom: 8em;
}

.vert-offset-bottom-7 {
    margin-bottom: 7em;
}

.vert-offset-bottom-6 {
    margin-bottom: 6em;
}

.vert-offset-bottom-5 {
    margin-bottom: 5em;
}

.vert-offset-bottom-4 {
    margin-bottom: 4em;
}

.vert-offset-bottom-3 {
    margin-bottom: 3em;
}

.vert-offset-bottom-2 {
    margin-bottom: 2em;
}

.vert-offset-bottom-1 {
    margin-bottom: 1em;
}

.vert-offset-bottom-0 {
    margin-bottom: 0em;
}