/* Minification failed. Returning unminified contents.
(5966,6): run-time error CSS1031: Expected selector, found '@-moz-document'
(5966,6): run-time error CSS1025: Expected comma or open brace, found '@-moz-document'
 */
/*!
 * Nordic Cool 3.0 (http://ux.visma.com/weblibrary/3.0/ReleaseNotes.php)
 */
/*
 * Scaffolding - Nordic Cool 3.0
 */
.nc3 html,
.nc3 body {
    height: 100%;
}

.nc3 body,
.nc3 label,
.nc3 button,
.nc3 a,
.nc3 p {
    font-family: 'Open Sans', sans-serif;
}

.nc3 body {
    position: relative;
    /* For scrollyspy */
    background: #f5f5f5;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: subpixel-antialiased;
}
/* Footer */
.nc3 footer {
    clear: both;
    padding: 10px;
    font-size: 10px;
    text-align: center;
}

    .nc3 footer img {
        margin: 0 7px;
        vertical-align: bottom;
    }
/*
 * Typography - Nordic Cool 3.0
 */
.nc3 ul li,
.nc3 ol li {
    line-height: 145%;
}

.nc3 ol {
    padding-left: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* Safari and Chrome */
    .nc3 ol {
        padding-left: 20px;
    }
}

.nc3 p,
.nc3 span {
    line-height: 145%;
}

.nc3 a {
    cursor: pointer;
    color: #0974b3;
    text-decoration: underline;
}

    .nc3 a:hover {
        color: #0974b3;
        text-decoration: none;
    }

    .nc3 a:focus {
        color: #0974b3;
        outline: 1px solid #0089d9;
        outline-offset: 1px;
    }

.nc3 body,
.nc3 label,
.nc3 button {
    margin: 0px;
    color: #282828;
    font-size: 14px;
    font-weight: normal;
    line-height: 145%;
}

.nc3 b,
.nc3 strong {
    font-weight: bold;
}

.nc3 h1,
.nc3 .h1,
.nc3 h2,
.nc3 .h2,
.nc3 h3,
.nc3 .h3,
.nc3 h4,
.nc3 .h4,
.nc3 h5,
.nc3 .h5,
.nc3 h6,
.nc3 .h6 {
    line-height: 145%;
}

.nc3 h1,
.nc3 .h1 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 200;
}

    .nc3 h1.heading-primary,
    .nc3 .h1.heading-primary {
        color: #0974b3;
    }

.nc3 h2,
.nc3 .h2 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: 200;
    border-bottom: 1px solid #dcdcdc;
}

    .nc3 h2.heading-primary,
    .nc3 .h2.heading-primary {
        color: #0974b3;
    }

.nc3 h3,
.nc3 .h3 {
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 1px;
    font-size: 16px;
    font-weight: regular;
    border-bottom: 1px solid #dcdcdc;
}

    .nc3 h3.heading-primary,
    .nc3 .h3.heading-primary {
        padding-bottom: 0;
        border: 0;
        color: #0974b3;
        font-weight: 200;
    }

.nc3 h4,
.nc3 .h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: regular;
}

    .nc3 h4.heading-primary,
    .nc3 .h4.heading-primary {
        color: #0974b3;
    }

.nc3 h5,
.nc3 .h5 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
}

    .nc3 h5.heading-primary,
    .nc3 .h5.heading-primary {
        color: #0974b3;
    }

.nc3 h6,
.nc3 .h6 {
    font-weight: normal;
}

    .nc3 h6.heading-primary,
    .nc3 .h6.heading-primary {
        color: #0974b3;
    }

.nc3 h3 small,
.nc3 .h3 small,
.nc3 h3 .small,
.nc3 .h3 .small {
    font-size: 75%;
}

.nc3 h1 small,
.nc3 .h1 small,
.nc3 h2 small,
.nc3 .h2 small,
.nc3 h1 .small,
.nc3 .h1 .small,
.nc3 h2 .small,
.nc3 .h2 .small {
    font-weight: 200;
}

.nc3 h4.text-disabled,
.nc3 h4.text-primary,
.nc3 h4.text-error,
.nc3 h4.text-default,
.nc3 h3.text-disabled,
.nc3 h3.text-primary,
.nc3 h3.text-error,
.nc3 h3.text-default,
.nc3 h2.text-disabled,
.nc3 h2.text-primary,
.nc3 h2.text-error,
.nc3 h2.text-default,
.nc3 h1.text-disabled,
.nc3 h1.text-primary,
.nc3 h1.text-error,
.nc3 h1.text-default {
    margin-bottom: 15px;
    font-weight: 200;
}

.nc3 hr {
    display: block;
    clear: both;
    margin-top: 5px;
    margin-bottom: 10px;
    border-top: 0px;
    border-bottom: 1px solid #dcdcdc;
}

    .nc3 hr.hr-default {
        border-color: #dcdcdc;
    }

    .nc3 hr.hr-primary {
        border-color: #0974b3;
    }

    .nc3 hr.hr-disabled {
        border-color: #a0a0a0;
    }

    .nc3 hr.hr-error {
        border-color: #c72828;
    }

.nc3 code {
    padding: 1px 4px;
    font-size: 100%;
}

.nc3 .lead {
    font-weight: 200;
    font-size: 18px;
}
/* text direction */
.nc3 .right-direction {
    direction: rtl;
}

.nc3 .left-direction {
    direction: ltr;
}
/* Page header */
.nc3 .page-header {
    padding-bottom: 4px;
    border-bottom-color: #dcdcdc;
}

    .nc3 .page-header h1 {
        margin: 0;
    }
/**
 * Visma icons - Nordic Cool 3.0
*/
/* Catchall baseclass */
.nc3 .vismaicon {
    display: inline-block;
    position: relative;
    top: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .nc3 .vismaicon:before {
        display: block;
        content: "" !important;
        position: relative;
        width: 24px;
        height: 24px;
        margin: 0 auto;
        background-color: transparent;
        background-position: 0 0;
        background-repeat: no-repeat;
        /*background-size: 82px 24px; */
    }

    .nc3 .vismaicon:hover:before {
        background-position: -58px 0;
    }

    .nc3 .vismaicon:active:before {
        background-position: 0px 0;
    }

    .nc3 .vismaicon.disabled:before {
        background-position: -29px 0;
    }

    .nc3 .vismaicon.vismaicon-sm:before {
        width: 16px;
        height: 16px;
        /*background-size: 58px 16px; */
    }

    .nc3 .vismaicon.vismaicon-sm:hover:before {
        background-position: -42px 0;
    }

    .nc3 .vismaicon.vismaicon-sm:active:before,
    .nc3 .vismaicon.vismaicon-sm.active:before {
        background-position: 0px 0;
    }

    .nc3 .vismaicon.vismaicon-sm.disabled:before {
        background-position: -21px 0;
    }

    .nc3 .vismaicon.vismaicon-filled:before,
    .nc3 .vismaicon.vismaicon-filled:hover:before,
    .nc3 .vismaicon.vismaicon-filled:active:before,
    .nc3 .vismaicon.vismaicon-filled.disabled:before {
        background-image: url(img/vismaicons/informative-filled-icons/24_informative_icons.svg);
        /*background-size: 140px 24px;*/
    }

    .nc3 .vismaicon.vismaicon-filled.vismaicon-sm:before {
        width: 16px;
        height: 16px;
        background-image: url(img/vismaicons/informative-filled-icons/16_informative_icons.svg);
        /*background-size: 100px 16px; */
    }

    .nc3 .vismaicon.vismaicon-filled.vismaicon-lg:before {
        width: 50px;
        height: 50px;
        background-image: url(img/vismaicons/informative-filled-icons/50_informative_icons.svg);
        /*background-size: 270px 50px; */
    }

    .nc3 .vismaicon.vismaicon-menu {
        top: 0;
        width: 43px;
        height: 42px;
        padding: 9px;
        border-left: 1px solid #1a85c3;
        color: #fff;
    }

        .nc3 .vismaicon.vismaicon-menu:before {
            content: '';
            width: 42px;
            height: 42px;
            background-position: 0 0;
            /*background-size: 112px 24px; */
        }

        .nc3 .vismaicon.vismaicon-menu:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }

        .nc3 .vismaicon.vismaicon-menu.active,
        .nc3 .vismaicon.vismaicon-menu:active {
            background-color: #fff;
            -webkit-box-shadow: 1px 0px 0 rgba(0, 0, 0, 0.1), 0px 1px 0 rgba(0, 0, 0, 0.08), -1px 0px 0 rgba(0, 0, 0, 0.1), 0px -1px 0 rgba(0, 0, 0, 0.05), 0 2px 1px rgba(0, 0, 0, 0.05);
            -moz-box-shadow: 1px 0px 0 rgba(0, 0, 0, 0.1), 0px 1px 0 rgba(0, 0, 0, 0.08), -1px 0px 0 rgba(0, 0, 0, 0.1), 0px -1px 0 rgba(0, 0, 0, 0.05), 0 2px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 1px 0px 0 rgba(0, 0, 0, 0.1), 0px 1px 0 rgba(0, 0, 0, 0.08), -1px 0px 0 rgba(0, 0, 0, 0.1), 0px -1px 0 rgba(0, 0, 0, 0.05), 0 2px 1px rgba(0, 0, 0, 0.05);
        }

            .nc3 .vismaicon.vismaicon-menu.active:before,
            .nc3 .vismaicon.vismaicon-menu:active:before {
                background-position: -44px 0;
            }

    .nc3 .vismaicon.vismaicon-dropdown-menu {
        width: 42px;
        height: 42px;
    }

        .nc3 .vismaicon.vismaicon-dropdown-menu:before {
            content: '';
            width: 42px;
            height: 42px;
            background-position: -79px 9px;
        }

        .nc3 .vismaicon.vismaicon-dropdown-menu:hover {
            background-color: #f0f9ff;
        }

        .nc3 .vismaicon.vismaicon-dropdown-menu:active,
        .nc3 .vismaicon.vismaicon-dropdown-menu.vismaicon-active {
            background-color: #f0f0f0;
            -webkit-box-shadow: 1px 1px 0 #e2e2e2 inset, -1px -1px 0 #e2e2e2 inset;
            -moz-box-shadow: 1px 1px 0 #e2e2e2 inset, -1px -1px 0 #e2e2e2 inset;
            box-shadow: 1px 1px 0 #e2e2e2 inset, -1px -1px 0 #e2e2e2 inset;
        }

            .nc3 .vismaicon.vismaicon-dropdown-menu:active:before,
            .nc3 .vismaicon.vismaicon-dropdown-menu.vismaicon-active:before {
                background-position: -35px 9px;
            }

.nc3 .dropdown.open .vismaicon.vismaicon-menu:before {
    background-position: -44px 0;
}
/**** Individual icons ****/
.nc3 .vismaicon-print:before {
    background-image: url(img/vismaicons/worksurface/24_print.svg);
}

.nc3 .vismaicon-print.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_print.svg);
}

.nc3 .vismaicon-edit:before {
    background-image: url(img/vismaicons/worksurface/24_edit.svg);
}

.nc3 .vismaicon-edit.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_edit.svg);
}

.nc3 .vismaicon-save:before {
    background-image: url(img/vismaicons/worksurface/24_save.svg);
}

.nc3 .vismaicon-save.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_save.svg);
}

.nc3 .vismaicon-delete:before {
    background-image: url(img/vismaicons/worksurface/24_delete.svg);
}

.nc3 .vismaicon-delete.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_delete.svg);
}

.nc3 .vismaicon-attach:before {
    background-image: url(img/vismaicons/worksurface/24_attach.svg);
}

.nc3 .vismaicon-attach.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_attach.svg);
}

.nc3 .vismaicon-new:before {
    background-image: url(img/vismaicons/worksurface/24_new.svg);
}

.nc3 .vismaicon-new.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_new.svg);
}

.nc3 .vismaicon-comment:before {
    background-image: url(img/vismaicons/worksurface/24_comment.svg);
}

.nc3 .vismaicon-comment.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_comment.svg);
}

.nc3 .vismaicon-unread-comment:before {
    background-image: url(img/vismaicons/worksurface/24_unread_comment.svg);
}

.nc3 .vismaicon-unread-comment.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_unread_comment.svg);
}

.nc3 .vismaicon-add-comment:before {
    background-image: url(img/vismaicons/worksurface/24_add_comment.svg);
}

.nc3 .vismaicon-add-comment.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_add_comment.svg);
}

.nc3 .vismaicon-zoom-in:before {
    background-image: url(img/vismaicons/worksurface/24_zoom_in.svg);
}

.nc3 .vismaicon-zoom-in.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_zoom_in.svg);
}

.nc3 .vismaicon-zoom-out:before {
    background-image: url(img/vismaicons/worksurface/24_zoom_out.svg);
}

.nc3 .vismaicon-zoom-out.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_zoom_out.svg);
}

.nc3 .vismaicon-undo:before {
    background-image: url(img/vismaicons/worksurface/24_undo.svg);
}

.nc3 .vismaicon-undo.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_undo.svg);
}

.nc3 .vismaicon-redo:before {
    background-image: url(img/vismaicons/worksurface/24_redo.svg);
}

.nc3 .vismaicon-redo.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_redo.svg);
}

.nc3 .vismaicon-flag:before {
    background-image: url(img/vismaicons/worksurface/24_flag.svg);
}

.nc3 .vismaicon-flag.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_flag.svg);
}

.nc3 .vismaicon-cut:before {
    background-image: url(img/vismaicons/worksurface/24_cut.svg);
}

.nc3 .vismaicon-cut.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_cut.svg);
}

.nc3 .vismaicon-copy:before {
    background-image: url(img/vismaicons/worksurface/24_copy.svg);
}

.nc3 .vismaicon-copy.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_copy.svg);
}

.nc3 .vismaicon-paste:before {
    background-image: url(img/vismaicons/worksurface/24_paste.svg);
}

.nc3 .vismaicon-paste.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_paste.svg);
}

.nc3 .vismaicon-report:before {
    background-image: url(img/vismaicons/worksurface/24_report.svg);
}

.nc3 .vismaicon-report.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_report.svg);
}

.nc3 .vismaicon-home:before {
    background-image: url(img/vismaicons/worksurface/24_home.svg);
}

.nc3 .vismaicon-home.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_home.svg);
}

.nc3 .vismaicon-refresh:before {
    background-image: url(img/vismaicons/worksurface/24_refresh.svg);
}

.nc3 .vismaicon-refresh.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_refresh.svg);
}

.nc3 .vismaicon-user:before {
    background-image: url(img/vismaicons/worksurface/24_user.svg);
}

.nc3 .vismaicon-user.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_user.svg);
}

.nc3 .vismaicon-users:before {
    background-image: url(img/vismaicons/worksurface/24_users.svg);
}

.nc3 .vismaicon-users.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_users.svg);
}

.nc3 .vismaicon-time:before {
    background-image: url(img/vismaicons/worksurface/24_time.svg);
}

.nc3 .vismaicon-time.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_time.svg);
}

.nc3 .vismaicon-reminder:before {
    background-image: url(img/vismaicons/worksurface/24_reminder.svg);
}

.nc3 .vismaicon-reminder.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_reminder.svg);
}

.nc3 .vismaicon-search:before {
    background-image: url(img/vismaicons/worksurface/24_search.svg);
}

.nc3 .vismaicon-search.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_search.svg);
}

.nc3 .vismaicon-note:before {
    background-image: url(img/vismaicons/worksurface/24_note.svg);
}

.nc3 .vismaicon-note.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_note.svg);
}

.nc3 .vismaicon-graphs:before {
    background-image: url(img/vismaicons/worksurface/24_graphs.svg);
}

.nc3 .vismaicon-graphs.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_graphs.svg);
}

.nc3 .vismaicon-email:before {
    background-image: url(img/vismaicons/worksurface/24_email.svg);
}

.nc3 .vismaicon-email.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_email.svg);
}

.nc3 .vismaicon-phone:before {
    background-image: url(img/vismaicons/worksurface/24_phone.svg);
}

.nc3 .vismaicon-phone.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_phone.svg);
}

.nc3 .vismaicon-locked:before {
    background-image: url(img/vismaicons/worksurface/24_locked.svg);
}

.nc3 .vismaicon-locked.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_locked.svg);
}

.nc3 .vismaicon-unlocked:before {
    background-image: url(img/vismaicons/worksurface/24_unlocked.svg);
}

.nc3 .vismaicon-unlocked.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_unlocked.svg);
}

.nc3 .vismaicon-web:before {
    background-image: url(img/vismaicons/worksurface/24_web.svg);
}

.nc3 .vismaicon-web.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_web.svg);
}

.nc3 .vismaicon-open:before {
    background-image: url(img/vismaicons/worksurface/24_open.svg);
}

.nc3 .vismaicon-open.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_open.svg);
}

.nc3 .vismaicon-upload:before {
    background-image: url(img/vismaicons/worksurface/24_upload.svg);
}

.nc3 .vismaicon-upload.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_upload.svg);
}

.nc3 .vismaicon-download:before {
    background-image: url(img/vismaicons/worksurface/24_download.svg);
}

.nc3 .vismaicon-download.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_download.svg);
}

.nc3 .vismaicon-preview:before {
    background-image: url(img/vismaicons/worksurface/24_preview.svg);
}

.nc3 .vismaicon-preview.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_preview.svg);
}

.nc3 .vismaicon-favourite:before {
    background-image: url(img/vismaicons/worksurface/24_favourite.svg);
}

.nc3 .vismaicon-favourite.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_favourite.svg);
}

.nc3 .vismaicon-like:before {
    background-image: url(img/vismaicons/worksurface/24_like.svg);
}

.nc3 .vismaicon-like.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_like.svg);
}

.nc3 .vismaicon-dislike:before {
    background-image: url(img/vismaicons/worksurface/24_dislike.svg);
}

.nc3 .vismaicon-dislike.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_dislike.svg);
}

.nc3 .vismaicon-filter:before {
    background-image: url(img/vismaicons/worksurface/24_filter.svg);
}

.nc3 .vismaicon-filter.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_filter.svg);
}

.nc3 .vismaicon-office-word:before {
    background-image: url(img/vismaicons/worksurface/24_word.svg);
}

.nc3 .vismaicon-office-word.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_word.svg);
}

.nc3 .vismaicon-office-powerpoint:before {
    background-image: url(img/vismaicons/worksurface/24_powerpoint.svg);
}

.nc3 .vismaicon-office-powerpoint.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_powerpoint.svg);
}

.nc3 .vismaicon-office-excel:before {
    background-image: url(img/vismaicons/worksurface/24_excel.svg);
}

.nc3 .vismaicon-office-excel.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_excel.svg);
}

.nc3 .vismaicon-export:before {
    background-image: url(img/vismaicons/worksurface/24_export.svg);
}

.nc3 .vismaicon-export.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_export.svg);
}

.nc3 .vismaicon-replace:before {
    background-image: url(img/vismaicons/worksurface/24_replace.svg);
}

.nc3 .vismaicon-replace.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_replace.svg);
}

.nc3 .vismaicon-pdf:before {
    background-image: url(img/vismaicons/worksurface/24_pdf.svg);
}

.nc3 .vismaicon-pdf.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_pdf.svg);
}

.nc3 .vismaicon-changelog:before {
    background-image: url(img/vismaicons/worksurface/24_changelog.svg);
}

.nc3 .vismaicon-changelog.vismaicon-sm:before {
    background-image: url(img/vismaicons/worksurface/16_changelog.svg);
}
/**** Social icons ****/
.nc3 .vismaicon-facebook:before {
    background-image: url(img/vismaicons/social-media/24_socialmedia_facebook.svg);
}

.nc3 .vismaicon-flickr:before {
    background-image: url(img/vismaicons/social-media/24_socialmedia_flickr.svg);
}

.nc3 .vismaicon-google:before {
    background-image: url(img/vismaicons/social-media/24_socialmedia_google.svg);
}

.nc3 .vismaicon-linkedin:before {
    background-image: url(img/vismaicons/social-media/24_socialmedia_linkedin.svg);
}

.nc3 .vismaicon-pinterest:before {
    background-image: url(img/vismaicons/social-media/24_socialmedia_pinterest.svg);
}

.nc3 .vismaicon-skype:before {
    background-image: url(img/vismaicons/social-media/24_socialmedia_skype.svg);
}

.nc3 .vismaicon-tumblr:before {
    background-image: url(img/vismaicons/social-media/24_socialmedia_tumblr.svg);
}

.nc3 .vismaicon-twitter:before {
    background-image: url(img/vismaicons/social-media/24_socialmedia_twitter.svg);
}

.nc3 .vismaicon-vimeo:before {
    background-image: url(img/vismaicons/social-media/24_socialmedia_vimeo.svg);
}

.nc3 .vismaicon-youtube:before {
    background-image: url(img/vismaicons/social-media/24_socialmedia_youtube.svg);
}
/**** Action icons - Circle action icons ****/
.nc3 .vismaicon-menu-circle:before {
    background-image: url(img/vismaicons/action-icons/24_menu.svg);
}

.nc3 .vismaicon-menu-circle.vismaicon-sm:before {
    background-image: url(img/vismaicons/action-icons/16_menu.svg);
}

.nc3 .vismaicon-add-circle:before {
    background-image: url(img/vismaicons/action-icons/24_add.svg);
}

.nc3 .vismaicon-add-circle.vismaicon-sm:before {
    background-image: url(img/vismaicons/action-icons/16_add.svg);
}

.nc3 .vismaicon-add2-circle:before {
    background-image: url(img/vismaicons/action-icons/24_add2.svg);
}

.nc3 .vismaicon-add2-circle.vismaicon-sm:before {
    background-image: url(img/vismaicons/action-icons/16_add2.svg);
}

.nc3 .vismaicon-remove-circle:before {
    background-image: url(img/vismaicons/action-icons/24_remove.svg);
}

.nc3 .vismaicon-remove-circle.vismaicon-sm:before {
    background-image: url(img/vismaicons/action-icons/16_remove.svg);
}

.nc3 .vismaicon-ok-circle:before {
    background-image: url(img/vismaicons/action-icons/24_OK.svg);
}

.nc3 .vismaicon-ok-circle.vismaicon-sm:before {
    background-image: url(img/vismaicons/action-icons/16_OK.svg);
}

.nc3 .vismaicon-cancel-circle:before {
    background-image: url(img/vismaicons/action-icons/24_cancel.svg);
}

.nc3 .vismaicon-cancel-circle.vismaicon-sm:before {
    background-image: url(img/vismaicons/action-icons/16_cancel.svg);
}

.nc3 .vismaicon-arrow-up-circle:before {
    background-image: url(img/vismaicons/action-icons/24_arrow_up.svg);
}

.nc3 .vismaicon-arrow-up-circle.vismaicon-sm:before {
    background-image: url(img/vismaicons/action-icons/16_arrow_up.svg);
}

.nc3 .vismaicon-arrow-down-circle:before {
    background-image: url(img/vismaicons/action-icons/24_arrow_down.svg);
}

.nc3 .vismaicon-arrow-down-circle.vismaicon-sm:before {
    background-image: url(img/vismaicons/action-icons/16_arrow_down.svg);
}

.nc3 .active > .vismaicon-arrow-down-circle:before {
    background-position: -87px 0px;
}

.nc3 .vismaicon-arrow-left-circle:before {
    background-image: url(img/vismaicons/action-icons/24_arrow_left.svg);
}

.nc3 .vismaicon-arrow-left-circle.vismaicon-sm:before {
    background-image: url(img/vismaicons/action-icons/16_arrow_left.svg);
}

.nc3 .vismaicon-arrow-right-circle:before {
    background-image: url(img/vismaicons/action-icons/24_arrow_right.svg);
}

.nc3 .vismaicon-arrow-right-circle.vismaicon-sm:before {
    background-image: url(img/vismaicons/action-icons/16_arrow_right.svg);
}

.nc3 .vismaicon-expand-circle:before {
    background-image: url(img/vismaicons/action-icons/24_expand.svg);
}

.nc3 .vismaicon-expand-circle.vismaicon-sm:before {
    background-image: url(img/vismaicons/action-icons/16_expand.svg);
}

.nc3 .vismaicon-collapse-circle:before {
    background-image: url(img/vismaicons/action-icons/24_collapse.svg);
}

.nc3 .vismaicon-collapse-circle.vismaicon-sm:before {
    background-image: url(img/vismaicons/action-icons/16_collapse.svg);
}

.nc3 .vismaicon-other-circle:before {
    background-image: url(img/vismaicons/action-icons/24_other.svg);
}

.nc3 .vismaicon-other-circle.vismaicon-sm:before {
    background-image: url(img/vismaicons/action-icons/16_other.svg);
}

.nc3 .vismaicon-forward-circle:before {
    background-image: url(img/vismaicons/action-icons/24_forward.svg);
}

.nc3 .vismaicon-forward-circle.vismaicon-sm:before {
    background-image: url(img/vismaicons/action-icons/16_forward.svg);
}

.nc3 .vismaicon-rewind-circle:before {
    background-image: url(img/vismaicons/action-icons/24_rewind.svg);
}

.nc3 .vismaicon-rewind-circle.vismaicon-sm:before {
    background-image: url(img/vismaicons/action-icons/16_rewind.svg);
}

.nc3 .vismaicon-pause-circle:before {
    background-image: url(img/vismaicons/action-icons/24_pause.svg);
}

.nc3 .vismaicon-pause-circle.vismaicon-sm:before {
    background-image: url(img/vismaicons/action-icons/16_pause.svg);
}

.nc3 .vismaicon-play-circle:before {
    background-image: url(img/vismaicons/action-icons/24_play.svg);
}

.nc3 .vismaicon-play-circle.vismaicon-sm:before {
    background-image: url(img/vismaicons/action-icons/16_play.svg);
}

.nc3 .vismaicon-first-circle:before {
    background-image: url(img/vismaicons/action-icons/24_first.svg);
}

.nc3 .vismaicon-first-circle.vismaicon-sm:before {
    background-image: url(img/vismaicons/action-icons/16_first.svg);
}

.nc3 .vismaicon-last-circle:before {
    background-image: url(img/vismaicons/action-icons/24_last.svg);
}

.nc3 .vismaicon-last-circle.vismaicon-sm:before {
    background-image: url(img/vismaicons/action-icons/16_last.svg);
}

.nc3 .vismaicon-move-up-circle:before {
    background-image: url(img/vismaicons/action-icons/24_up.svg);
}

.nc3 .vismaicon-move-up-circle.vismaicon-sm:before {
    background-image: url(img/vismaicons/action-icons/16_up.svg);
}

.nc3 .vismaicon-move-down-circle:before {
    background-image: url(img/vismaicons/action-icons/24_down.svg);
}

.nc3 .vismaicon-move-down-circle.vismaicon-sm:before {
    background-image: url(img/vismaicons/action-icons/16_down.svg);
}

.nc3 .vismaicon-move-left-circle:before {
    background-image: url(img/vismaicons/action-icons/24_left.svg);
}

.nc3 .vismaicon-move-left-circle.vismaicon-sm:before {
    background-image: url(img/vismaicons/action-icons/16_left.svg);
}

.nc3 .vismaicon-move-right-circle:before {
    background-image: url(img/vismaicons/action-icons/24_right.svg);
}

.nc3 .vismaicon-move-right-circle.vismaicon-sm:before {
    background-image: url(img/vismaicons/action-icons/16_right.svg);
}
/**** Top menu icons ****/
.nc3 .vismaicon-menu.vismaicon-user:before {
    background-image: url(img/vismaicons/top_menu/menu_user.svg);
}

.nc3 .vismaicon-menu.vismaicon-user-settings:before {
    background-image: url(img/vismaicons/top_menu/menu_user_settings.svg);
}

.nc3 .vismaicon-menu.vismaicon-settings:before {
    background-image: url(img/vismaicons/top_menu/menu_settings.svg);
}

.nc3 .vismaicon-menu.vismaicon-help:before {
    background-image: url(img/vismaicons/top_menu/menu_help.svg);
}

.nc3 .vismaicon-menu.vismaicon-logout:before {
    background-image: url(img/vismaicons/top_menu/menu_logout.svg);
}

.nc3 .vismaicon-menu.vismaicon-search:before {
    background-image: url(img/vismaicons/top_menu/menu_search.svg);
}

.nc3 .vismaicon-menu.vismaicon-info:before {
    background-image: url(img/vismaicons/top_menu/menu_info.svg);
}

.nc3 .vismaicon-menu.vismaicon-shopping-cart:before {
    background-image: url(img/vismaicons/top_menu/menu_shopping_cart.svg);
}

.nc3 .vismaicon-menu.vismaicon-message:before {
    background-image: url(img/vismaicons/top_menu/menu_message.svg);
}

.nc3 .vismaicon-menu.vismaicon-home:before {
    background-image: url(img/vismaicons/top_menu/menu_home.svg);
}

.nc3 .vismaicon-menu.vismaicon-library:before {
    background-image: url(img/vismaicons/top_menu/menu_library.svg);
}

.nc3 .vismaicon-menu.vismaicon-calendar:before {
    background-image: url(img/vismaicons/top_menu/menu_calendar.svg);
}

.nc3 .vismaicon-menu.vismaicon-location:before {
    background-image: url(img/vismaicons/top_menu/menu_location.svg);
}

.nc3 .vismaicon-menu.vismaicon-document-production:before {
    background-image: url(img/vismaicons/top_menu/menu_document_production.svg);
}

.nc3 .vismaicon-menu.vismaicon-tool:before {
    background-image: url(img/vismaicons/top_menu/menu_tool.svg);
}
/**** Dropdown menu icons ****/
.nc3 .vismaicon-dropdown-menu.vismaicon-user:before {
    background-image: url(img/vismaicons/top_menu/menu_user.svg);
}

.nc3 .vismaicon-dropdown-menu.vismaicon-user-settings:before {
    background-image: url(img/vismaicons/top_menu/menu_user_settings.svg);
}

.nc3 .vismaicon-dropdown-menu.vismaicon-settings:before {
    background-image: url(img/vismaicons/top_menu/menu_settings.svg);
}

.nc3 .vismaicon-dropdown-menu.vismaicon-help:before {
    background-image: url(img/vismaicons/top_menu/menu_help.svg);
}

.nc3 .vismaicon-dropdown-menu.vismaicon-logout:before {
    background-image: url(img/vismaicons/top_menu/menu_logout.svg);
}

.nc3 .vismaicon-dropdown-menu.vismaicon-search:before {
    background-image: url(img/vismaicons/top_menu/menu_search.svg);
}

.nc3 .vismaicon-dropdown-menu.vismaicon-info:before {
    background-image: url(img/vismaicons/top_menu/menu_info.svg);
}

.nc3 .vismaicon-dropdown-menu.vismaicon-shopping-cart:before {
    background-image: url(img/vismaicons/top_menu/menu_shopping_cart.svg);
}

.nc3 .vismaicon-dropdown-menu.vismaicon-message:before {
    background-image: url(img/vismaicons/top_menu/menu_message.svg);
}

.nc3 .vismaicon-dropdown-menu.vismaicon-home:before {
    background-image: url(img/vismaicons/top_menu/menu_home.svg);
}

.nc3 .vismaicon-dropdown-menu.vismaicon-library:before {
    background-image: url(img/vismaicons/top_menu/menu_library.svg);
}

.nc3 .vismaicon-dropdown-menu.vismaicon-calendar:before {
    background-image: url(img/vismaicons/top_menu/menu_calendar.svg);
}

.nc3 .vismaicon-dropdown-menu.vismaicon-location:before {
    background-image: url(img/vismaicons/top_menu/menu_location.svg);
}

.nc3 .vismaicon-dropdown-menu.vismaicon-doc-production:before {
    background-image: url(img/vismaicons/top_menu/menu_document_production.svg);
}

.nc3 .vismaicon-dropdown-menu.vismaicon-tool:before {
    background-image: url(img/vismaicons/top_menu/menu_tool.svg);
}
/**** Informative filled icons ****/
.nc3 .vismaicon-filled.vismaicon-success:before {
    background-position: 0px 0;
}

.nc3 .vismaicon-filled.vismaicon-error:before {
    background-position: -29px 0;
}

.nc3 .vismaicon-filled.vismaicon-warning:before {
    background-position: -58px 0;
}

.nc3 .vismaicon-filled.vismaicon-info:before {
    background-position: -87px 0;
}

.nc3 .vismaicon-filled.vismaicon-help:before {
    background-position: -116px 0;
}
/* large */
.nc3 .vismaicon-lg.vismaicon-filled.vismaicon-success:before {
    background-position: 0px 0;
}

.nc3 .vismaicon-lg.vismaicon-filled.vismaicon-error:before {
    background-position: -55px 0;
}

.nc3 .vismaicon-lg.vismaicon-filled.vismaicon-warning:before {
    background-position: -110px 0;
}

.nc3 .vismaicon-lg.vismaicon-filled.vismaicon-info:before {
    background-position: -165px 0;
}

.nc3 .vismaicon-lg.vismaicon-filled.vismaicon-help:before {
    background-position: -220px 0;
}
/* small */
.nc3 .vismaicon-sm.vismaicon-filled.vismaicon-success:before {
    background-position: 0px 0;
}

.nc3 .vismaicon-sm.vismaicon-filled.vismaicon-error:before {
    background-position: -21px 0;
}

.nc3 .vismaicon-sm.vismaicon-filled.vismaicon-warning:before {
    background-position: -42px 0;
}

.nc3 .vismaicon-sm.vismaicon-filled.vismaicon-info:before {
    background-position: -63px 0;
}

.nc3 .vismaicon-sm.vismaicon-filled.vismaicon-help:before {
    background-position: -84px 0;
}
/* Using the icons */
.nc3 .btn-toolbar .btn-group .btn .vismaicon[class*="-circle"] {
    top: 0px;
}

.nc3 .btn-toolbar .btn-group .btn .vismaicon.vismaicon-sm[class*="-circle"] {
    top: -1px;
}

.nc3 .btn-toolbar .btn-group .btn .vismaicon {
    top: 0px;
}

.nc3 .btn .vismaicon {
    top: -2px;
    vertical-align: middle;
}

.nc3 .btn .vismaicon-sm {
    top: -2px;
    left: -2px;
}

.nc3 .btn-lg .vismaicon {
    top: -1px;
    left: -3px;
}

.nc3 .btn-lg .vismaicon-sm {
    top: 0;
}
/* Responsive */
@media (pointer: coarse) {
    .nc3 .vismaicon.vismaicon-menu.active,
    .nc3 .vismaicon.vismaicon-menu:hover {
        background-color: #fff;
        -webkit-box-shadow: 1px 0px 0 rgba(0, 0, 0, 0.1), 0px 1px 0 rgba(0, 0, 0, 0.08), -1px 0px 0 rgba(0, 0, 0, 0.1), 0px -1px 0 rgba(0, 0, 0, 0.05), 0 2px 1px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 1px 0px 0 rgba(0, 0, 0, 0.1), 0px 1px 0 rgba(0, 0, 0, 0.08), -1px 0px 0 rgba(0, 0, 0, 0.1), 0px -1px 0 rgba(0, 0, 0, 0.05), 0 2px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 1px 0px 0 rgba(0, 0, 0, 0.1), 0px 1px 0 rgba(0, 0, 0, 0.08), -1px 0px 0 rgba(0, 0, 0, 0.1), 0px -1px 0 rgba(0, 0, 0, 0.05), 0 2px 1px rgba(0, 0, 0, 0.05);
    }

        .nc3 .vismaicon.vismaicon-menu.active:before,
        .nc3 .vismaicon.vismaicon-menu:hover:before {
            background-position: -44px 0;
        }
}
/*
 * Grids - Nordic Cool 3.0
 */
.nc3 .row {
    margin-right: -20px;
    margin-left: -20px;
}
/* Grid re-styles ( Visma ) */
.nc3 .col-xs-1,
.nc3 .col-sm-1,
.nc3 .col-md-1,
.nc3 .col-lg-1,
.nc3 .col-xs-2,
.nc3 .col-sm-2,
.nc3 .col-md-2,
.nc3 .col-lg-2,
.nc3 .col-xs-3,
.nc3 .col-sm-3,
.nc3 .col-md-3,
.nc3 .col-lg-3,
.nc3 .col-xs-4,
.nc3 .col-sm-4,
.nc3 .col-md-4,
.nc3 .col-lg-4,
.nc3 .col-xs-5,
.nc3 .col-sm-5,
.nc3 .col-md-5,
.nc3 .col-lg-5,
.nc3 .col-xs-6,
.nc3 .col-sm-6,
.nc3 .col-md-6,
.nc3 .col-lg-6,
.nc3 .col-xs-7,
.nc3 .col-sm-7,
.nc3 .col-md-7,
.nc3 .col-lg-7,
.nc3 .col-xs-8,
.nc3 .col-sm-8,
.nc3 .col-md-8,
.nc3 .col-lg-8,
.nc3 .col-xs-9,
.nc3 .col-sm-9,
.nc3 .col-md-9,
.nc3 .col-lg-9,
.nc3 .col-xs-10,
.nc3 .col-sm-10,
.nc3 .col-md-10,
.nc3 .col-lg-10,
.nc3 .col-xs-11,
.nc3 .col-sm-11,
.nc3 .col-md-11,
.nc3 .col-lg-11,
.nc3 .col-xs-12,
.nc3 .col-sm-12,
.nc3 .col-md-12,
.nc3 .col-lg-12,
.nc3 .col-md-0-5,
.nc3 .col-md-1-5,
.nc3 .col-md-2-5,
.nc3 .col-md-3-5,
.nc3 .col-md-4-5,
.nc3 .col-md-5-5,
.nc3 .col-md-6-5,
.nc3 .col-md-7-5,
.nc3 .col-md-8-5,
.nc3 .col-md-9-5,
.nc3 .col-md-10-5,
.nc3 .col-md-11-5,
.nc3 .col-xs-0-5,
.nc3 .col-xs-1-5,
.nc3 .col-xs-2-5,
.nc3 .col-xs-3-5,
.nc3 .col-xs-4-5,
.nc3 .col-xs-5-5,
.nc3 .col-xs-6-5,
.nc3 .col-xs-7-5,
.nc3 .col-xs-8-5,
.nc3 .col-xs-9-5,
.nc3 .col-xs-10-5,
.nc3 .col-xs-11-5,
.nc3 .col-sm-0-5,
.nc3 .col-sm-1-5,
.nc3 .col-sm-2-5,
.nc3 .col-sm-3-5,
.nc3 .col-sm-4-5,
.nc3 .col-sm-5-5,
.nc3 .col-sm-6-5,
.nc3 .col-sm-7-5,
.nc3 .col-sm-8-5,
.nc3 .col-sm-9-5,
.nc3 .col-sm-10-5,
.nc3 .col-sm-11-5,
.nc3 .col-lg-0-5,
.nc3 .col-lg-1-5,
.nc3 .col-lg-2-5,
.nc3 .col-lg-3-5,
.nc3 .col-lg-4-5,
.nc3 .col-lg-5-5,
.nc3 .col-lg-6-5,
.nc3 .col-lg-7-5,
.nc3 .col-lg-8-5,
.nc3 .col-lg-9-5,
.nc3 .col-lg-10-5,
.nc3 .col-lg-11-5 {
    padding-right: 20px;
    padding-left: 20px;
}

.nc3 .row-inside [class*="col-md-"] {
    padding-right: 0px;
}

    .nc3 .row-inside [class*="col-md-"]:first-child {
        padding-left: 0px;
    }
/* Half grids */
.nc3 .col-md-0-5,
.nc3 .col-md-1-5,
.nc3 .col-md-2-5,
.nc3 .col-md-3-5,
.nc3 .col-md-4-5,
.nc3 .col-md-5-5,
.nc3 .col-md-6-5,
.nc3 .col-md-7-5,
.nc3 .col-md-8-5,
.nc3 .col-md-9-5,
.nc3 .col-md-10-5,
.nc3 .col-md-11-5,
.nc3 .col-xs-0-5,
.nc3 .col-xs-1-5,
.nc3 .col-xs-2-5,
.nc3 .col-xs-3-5,
.nc3 .col-xs-4-5,
.nc3 .col-xs-5-5,
.nc3 .col-xs-6-5,
.nc3 .col-xs-7-5,
.nc3 .col-xs-8-5,
.nc3 .col-xs-9-5,
.nc3 .col-xs-10-5,
.nc3 .col-xs-11-5,
.nc3 .col-sm-0-5,
.nc3 .col-sm-1-5,
.nc3 .col-sm-2-5,
.nc3 .col-sm-3-5,
.nc3 .col-sm-4-5,
.nc3 .col-sm-5-5,
.nc3 .col-sm-6-5,
.nc3 .col-sm-7-5,
.nc3 .col-sm-8-5,
.nc3 .col-sm-9-5,
.nc3 .col-sm-10-5,
.nc3 .col-sm-11-5,
.nc3 .col-lg-0-5,
.nc3 .col-lg-1-5,
.nc3 .col-lg-2-5,
.nc3 .col-lg-3-5,
.nc3 .col-lg-4-5,
.nc3 .col-lg-5-5,
.nc3 .col-lg-6-5,
.nc3 .col-lg-7-5,
.nc3 .col-lg-8-5,
.nc3 .col-lg-9-5,
.nc3 .col-lg-10-5,
.nc3 .col-lg-11-5 {
    position: relative;
    min-height: 1px;
}

.nc3 .col-xs-0-5,
.nc3 .col-xs-1-5,
.nc3 .col-xs-2-5,
.nc3 .col-xs-3-5,
.nc3 .col-xs-4-5,
.nc3 .col-xs-5-5,
.nc3 .col-xs-6-5,
.nc3 .col-xs-7-5,
.nc3 .col-xs-8-5,
.nc3 .col-xs-9-5,
.nc3 .col-xs-10-5,
.nc3 .col-xs-11-5 {
    float: left;
    padding-right: 20px;
    padding-left: 20px;
}

.nc3 .col-xs-11-5 {
    width: 95.833335%;
}

.nc3 .col-xs-10-5 {
    width: 87.5001%;
}

.nc3 .col-xs-9-5 {
    width: 79.16665%;
}

.nc3 .col-xs-8-5 {
    width: 70.83335%;
}

.nc3 .col-xs-7-5 {
    width: 62.5%;
}

.nc3 .col-xs-6-5 {
    width: 54.16665%;
}

.nc3 .col-xs-5-5 {
    width: 45.83335%;
}

.nc3 .col-xs-4-5 {
    width: 37.5%;
}

.nc3 .col-xs-3-5 {
    width: 29.16665%;
}

.nc3 .col-xs-2-5 {
    width: 20.83335%;
}

.nc3 .col-xs-1-5 {
    width: 12.4999%;
}

.nc3 .col-xs-0-5 {
    width: 4.166665%;
}

.nc3 .col-xs-pull-11-5 {
    right: 95.833335%;
}

.nc3 .col-xs-pull-10-5 {
    right: 87.5001%;
}

.nc3 .col-xs-pull-9-5 {
    right: 79.16665%;
}

.nc3 .col-xs-pull-8-5 {
    right: 70.83335%;
}

.nc3 .col-xs-pull-7-5 {
    right: 62.5%;
}

.nc3 .col-xs-pull-6-5 {
    right: 54.16665%;
}

.nc3 .col-xs-pull-5-5 {
    right: 45.83335%;
}

.nc3 .col-xs-pull-4-5 {
    right: 37.5%;
}

.nc3 .col-xs-pull-3-5 {
    right: 29.16665%;
}

.nc3 .col-xs-pull-2-5 {
    right: 20.83335%;
}

.nc3 .col-xs-pull-1-5 {
    right: 12.4999%;
}

.nc3 .col-xs-pull-0-5 {
    right: 4.166665%;
}

.nc3 .col-xs-push-11-5 {
    left: 95.833335%;
}

.nc3 .col-xs-push-10-5 {
    left: 87.5001%;
}

.nc3 .col-xs-push-9-5 {
    left: 79.16665%;
}

.nc3 .col-xs-push-8-5 {
    left: 70.83335%;
}

.nc3 .col-xs-push-7-5 {
    left: 62.5%;
}

.nc3 .col-xs-push-6-5 {
    left: 54.16665%;
}

.nc3 .col-xs-push-5-5 {
    left: 45.83335%;
}

.nc3 .col-xs-push-4-5 {
    left: 37.5%;
}

.nc3 .col-xs-push-3-5 {
    left: 29.16665%;
}

.nc3 .col-xs-push-2-5 {
    left: 20.83335%;
}

.nc3 .col-xs-push-1-5 {
    left: 12.4999%;
}

.nc3 .col-xs-push-0-5 {
    left: 4.166665%;
}

.nc3 .col-xs-offset-11-5 {
    margin-left: 95.833335%;
}

.nc3 .col-xs-offset-10-5 {
    margin-left: 87.5001%;
}

.nc3 .col-xs-offset-9-5 {
    margin-left: 79.16665%;
}

.nc3 .col-xs-offset-8-5 {
    margin-left: 70.83335%;
}

.nc3 .col-xs-offset-7-5 {
    margin-left: 62.5%;
}

.nc3 .col-xs-offset-6-5 {
    margin-left: 54.16665%;
}

.nc3 .col-xs-offset-5-5 {
    margin-left: 45.83335%;
}

.nc3 .col-xs-offset-4-5 {
    margin-left: 37.5%;
}

.nc3 .col-xs-offset-3-5 {
    margin-left: 29.16665%;
}

.nc3 .col-xs-offset-2-5 {
    margin-left: 20.83335%;
}

.nc3 .col-xs-offset-1-5 {
    margin-left: 12.4999%;
}

.nc3 .col-xs-offset-0-5 {
    margin-left: 4.166665%;
}

@media (min-width: 769px) {
    .nc3 .col-sm-0-5,
    .nc3 .col-sm-1-5,
    .nc3 .col-sm-2-5,
    .nc3 .col-sm-3-5,
    .nc3 .col-sm-4-5,
    .nc3 .col-sm-5-5,
    .nc3 .col-sm-6-5,
    .nc3 .col-sm-7-5,
    .nc3 .col-sm-8-5,
    .nc3 .col-sm-9-5,
    .nc3 .col-sm-10-5,
    .nc3 .col-sm-11-5 {
        float: left;
        padding-right: 20px;
        padding-left: 20px;
    }

    .nc3 .col-sm-11-5 {
        width: 95.833335%;
    }

    .nc3 .col-sm-10-5 {
        width: 87.5001%;
    }

    .nc3 .col-sm-9-5 {
        width: 79.16665%;
    }

    .nc3 .col-sm-8-5 {
        width: 70.83335%;
    }

    .nc3 .col-sm-7-5 {
        width: 62.5%;
    }

    .nc3 .col-sm-6-5 {
        width: 54.16665%;
    }

    .nc3 .col-sm-5-5 {
        width: 45.83335%;
    }

    .nc3 .col-sm-4-5 {
        width: 37.5%;
    }

    .nc3 .col-sm-3-5 {
        width: 29.16665%;
    }

    .nc3 .col-sm-2-5 {
        width: 20.83335%;
    }

    .nc3 .col-sm-1-5 {
        width: 12.4999%;
    }

    .nc3 .col-sm-0-5 {
        width: 4.166665%;
    }

    .nc3 .col-sm-pull-11-5 {
        right: 95.833335%;
    }

    .nc3 .col-sm-pull-10-5 {
        right: 87.5001%;
    }

    .nc3 .col-sm-pull-9-5 {
        right: 79.16665%;
    }

    .nc3 .col-sm-pull-8-5 {
        right: 70.83335%;
    }

    .nc3 .col-sm-pull-7-5 {
        right: 62.5%;
    }

    .nc3 .col-sm-pull-6-5 {
        right: 54.16665%;
    }

    .nc3 .col-sm-pull-5-5 {
        right: 45.83335%;
    }

    .nc3 .col-sm-pull-4-5 {
        right: 37.5%;
    }

    .nc3 .col-sm-pull-3-5 {
        right: 29.16665%;
    }

    .nc3 .col-sm-pull-2-5 {
        right: 20.83335%;
    }

    .nc3 .col-sm-pull-1-5 {
        right: 12.4999%;
    }

    .nc3 .col-sm-pull-0-5 {
        right: 4.166665%;
    }

    .nc3 .col-sm-push-11-5 {
        left: 95.833335%;
    }

    .nc3 .col-sm-push-10-5 {
        left: 87.5001%;
    }

    .nc3 .col-sm-push-9-5 {
        left: 79.16665%;
    }

    .nc3 .col-sm-push-8-5 {
        left: 70.83335%;
    }

    .nc3 .col-sm-push-7-5 {
        left: 62.5%;
    }

    .nc3 .col-sm-push-6-5 {
        left: 54.16665%;
    }

    .nc3 .col-sm-push-5-5 {
        left: 45.83335%;
    }

    .nc3 .col-sm-push-4-5 {
        left: 37.5%;
    }

    .nc3 .col-sm-push-3-5 {
        left: 29.16665%;
    }

    .nc3 .col-sm-push-2-5 {
        left: 20.83335%;
    }

    .nc3 .col-sm-push-1-5 {
        left: 12.4999%;
    }

    .nc3 .col-sm-push-0-5 {
        left: 4.166665%;
    }

    .nc3 .col-sm-offset-11-5 {
        margin-left: 95.833335%;
    }

    .nc3 .col-sm-offset-10-5 {
        margin-left: 87.5001%;
    }

    .nc3 .col-sm-offset-9-5 {
        margin-left: 79.16665%;
    }

    .nc3 .col-sm-offset-8-5 {
        margin-left: 70.83335%;
    }

    .nc3 .col-sm-offset-7-5 {
        margin-left: 62.5%;
    }

    .nc3 .col-sm-offset-6-5 {
        margin-left: 54.16665%;
    }

    .nc3 .col-sm-offset-5-5 {
        margin-left: 45.83335%;
    }

    .nc3 .col-sm-offset-4-5 {
        margin-left: 37.5%;
    }

    .nc3 .col-sm-offset-3-5 {
        margin-left: 29.16665%;
    }

    .nc3 .col-sm-offset-2-5 {
        margin-left: 20.83335%;
    }

    .nc3 .col-sm-offset-1-5 {
        margin-left: 12.4999%;
    }

    .nc3 .col-sm-offset-0-5 {
        margin-left: 4.166665%;
    }
}

@media (min-width: 992px) {
    .nc3 .col-md-0-5,
    .nc3 .col-md-1-5,
    .nc3 .col-md-2-5,
    .nc3 .col-md-3-5,
    .nc3 .col-md-4-5,
    .nc3 .col-md-5-5,
    .nc3 .col-md-6-5,
    .nc3 .col-md-7-5,
    .nc3 .col-md-8-5,
    .nc3 .col-md-9-5,
    .nc3 .col-md-10-5,
    .nc3 .col-md-11-5 {
        float: left;
        padding-right: 20px;
        padding-left: 20px;
    }

    .nc3 .col-md-11-5 {
        width: 95.833335%;
    }

    .nc3 .col-md-10-5 {
        width: 87.5001%;
    }

    .nc3 .col-md-9-5 {
        width: 79.16665%;
    }

    .nc3 .col-md-8-5 {
        width: 70.83335%;
    }

    .nc3 .col-md-7-5 {
        width: 62.5%;
    }

    .nc3 .col-md-6-5 {
        width: 54.16665%;
    }

    .nc3 .col-md-5-5 {
        width: 45.83335%;
    }

    .nc3 .col-md-4-5 {
        width: 37.5%;
    }

    .nc3 .col-md-3-5 {
        width: 29.16665%;
    }

    .nc3 .col-md-2-5 {
        width: 20.83335%;
    }

    .nc3 .col-md-1-5 {
        width: 12.4999%;
    }

    .nc3 .col-md-0-5 {
        width: 4.166665%;
    }

    .nc3 .col-md-pull-11-5 {
        right: 95.833335%;
    }

    .nc3 .col-md-pull-10-5 {
        right: 87.5001%;
    }

    .nc3 .col-md-pull-9-5 {
        right: 79.16665%;
    }

    .nc3 .col-md-pull-8-5 {
        right: 70.83335%;
    }

    .nc3 .col-md-pull-7-5 {
        right: 62.5%;
    }

    .nc3 .col-md-pull-6-5 {
        right: 54.16665%;
    }

    .nc3 .col-md-pull-5-5 {
        right: 45.83335%;
    }

    .nc3 .col-md-pull-4-5 {
        right: 37.5%;
    }

    .nc3 .col-md-pull-3-5 {
        right: 29.16665%;
    }

    .nc3 .col-md-pull-2-5 {
        right: 20.83335%;
    }

    .nc3 .col-md-pull-1-5 {
        right: 12.4999%;
    }

    .nc3 .col-md-pull-0-5 {
        right: 4.166665%;
    }

    .nc3 .col-md-push-11-5 {
        left: 95.833335%;
    }

    .nc3 .col-md-push-10-5 {
        left: 87.5001%;
    }

    .nc3 .col-md-push-9-5 {
        left: 79.16665%;
    }

    .nc3 .col-md-push-8-5 {
        left: 70.83335%;
    }

    .nc3 .col-md-push-7-5 {
        left: 62.5%;
    }

    .nc3 .col-md-push-6-5 {
        left: 54.16665%;
    }

    .nc3 .col-md-push-5-5 {
        left: 45.83335%;
    }

    .nc3 .col-md-push-4-5 {
        left: 37.5%;
    }

    .nc3 .col-md-push-3-5 {
        left: 29.16665%;
    }

    .nc3 .col-md-push-2-5 {
        left: 20.83335%;
    }

    .nc3 .col-md-push-1-5 {
        left: 12.4999%;
    }

    .nc3 .col-md-push-0-5 {
        left: 4.166665%;
    }

    .nc3 .col-md-offset-11-5 {
        margin-left: 95.833335%;
    }

    .nc3 .col-md-offset-10-5 {
        margin-left: 87.5001%;
    }

    .nc3 .col-md-offset-9-5 {
        margin-left: 79.16665%;
    }

    .nc3 .col-md-offset-8-5 {
        margin-left: 70.83335%;
    }

    .nc3 .col-md-offset-7-5 {
        margin-left: 62.5%;
    }

    .nc3 .col-md-offset-6-5 {
        margin-left: 54.16665%;
    }

    .nc3 .col-md-offset-5-5 {
        margin-left: 45.83335%;
    }

    .nc3 .col-md-offset-4-5 {
        margin-left: 37.5%;
    }

    .nc3 .col-md-offset-3-5 {
        margin-left: 29.16665%;
    }

    .nc3 .col-md-offset-2-5 {
        margin-left: 20.83335%;
    }

    .nc3 .col-md-offset-1-5 {
        margin-left: 12.4999%;
    }

    .nc3 .col-md-offset-0-5 {
        margin-left: 4.166665%;
    }
}

@media (min-width: 1200px) {
    .nc3 .col-lg-0-5,
    .nc3 .col-lg-1-5,
    .nc3 .col-lg-2-5,
    .nc3 .col-lg-3-5,
    .nc3 .col-lg-4-5,
    .nc3 .col-lg-5-5,
    .nc3 .col-lg-6-5,
    .nc3 .col-lg-7-5,
    .nc3 .col-lg-8-5,
    .nc3 .col-lg-9-5,
    .nc3 .col-lg-10-5,
    .nc3 .col-lg-11-5 {
        float: left;
        padding-right: 20px;
        padding-left: 20px;
    }

    .nc3 .col-lg-11-5 {
        width: 95.833335%;
    }

    .nc3 .col-lg-10-5 {
        width: 87.5001%;
    }

    .nc3 .col-lg-9-5 {
        width: 79.16665%;
    }

    .nc3 .col-lg-8-5 {
        width: 70.83335%;
    }

    .nc3 .col-lg-7-5 {
        width: 62.5%;
    }

    .nc3 .col-lg-6-5 {
        width: 54.16665%;
    }

    .nc3 .col-lg-5-5 {
        width: 45.83335%;
    }

    .nc3 .col-lg-4-5 {
        width: 37.5%;
    }

    .nc3 .col-lg-3-5 {
        width: 29.16665%;
    }

    .nc3 .col-lg-2-5 {
        width: 20.83335%;
    }

    .nc3 .col-lg-1-5 {
        width: 12.4999%;
    }

    .nc3 .col-lg-0-5 {
        width: 4.166665%;
    }

    .nc3 .col-lg-pull-11-5 {
        right: 95.833335%;
    }

    .nc3 .col-lg-pull-10-5 {
        right: 87.5001%;
    }

    .nc3 .col-lg-pull-9-5 {
        right: 79.16665%;
    }

    .nc3 .col-lg-pull-8-5 {
        right: 70.83335%;
    }

    .nc3 .col-lg-pull-7-5 {
        right: 62.5%;
    }

    .nc3 .col-lg-pull-6-5 {
        right: 54.16665%;
    }

    .nc3 .col-lg-pull-5-5 {
        right: 45.83335%;
    }

    .nc3 .col-lg-pull-4-5 {
        right: 37.5%;
    }

    .nc3 .col-lg-pull-3-5 {
        right: 29.16665%;
    }

    .nc3 .col-lg-pull-2-5 {
        right: 20.83335%;
    }

    .nc3 .col-lg-pull-1-5 {
        right: 12.4999%;
    }

    .nc3 .col-lg-pull-0-5 {
        right: 4.166665%;
    }

    .nc3 .col-lg-push-11-5 {
        left: 95.833335%;
    }

    .nc3 .col-lg-push-10-5 {
        left: 87.5001%;
    }

    .nc3 .col-lg-push-9-5 {
        left: 79.16665%;
    }

    .nc3 .col-lg-push-8-5 {
        left: 70.83335%;
    }

    .nc3 .col-lg-push-7-5 {
        left: 62.5%;
    }

    .nc3 .col-lg-push-6-5 {
        left: 54.16665%;
    }

    .nc3 .col-lg-push-5-5 {
        left: 45.83335%;
    }

    .nc3 .col-lg-push-4-5 {
        left: 37.5%;
    }

    .nc3 .col-lg-push-3-5 {
        left: 29.16665%;
    }

    .nc3 .col-lg-push-2-5 {
        left: 20.83335%;
    }

    .nc3 .col-lg-push-1-5 {
        left: 12.4999%;
    }

    .nc3 .col-lg-push-0-5 {
        left: 4.166665%;
    }

    .nc3 .col-lg-offset-11-5 {
        margin-left: 95.833335%;
    }

    .nc3 .col-lg-offset-10-5 {
        margin-left: 87.5001%;
    }

    .nc3 .col-lg-offset-9-5 {
        margin-left: 79.16665%;
    }

    .nc3 .col-lg-offset-8-5 {
        margin-left: 70.83335%;
    }

    .nc3 .col-lg-offset-7-5 {
        margin-left: 62.5%;
    }

    .nc3 .col-lg-offset-6-5 {
        margin-left: 54.16665%;
    }

    .nc3 .col-lg-offset-5-5 {
        margin-left: 45.83335%;
    }

    .nc3 .col-lg-offset-4-5 {
        margin-left: 37.5%;
    }

    .nc3 .col-lg-offset-3-5 {
        margin-left: 29.16665%;
    }

    .nc3 .col-lg-offset-2-5 {
        margin-left: 20.83335%;
    }

    .nc3 .col-lg-offset-1-5 {
        margin-left: 12.4999%;
    }

    .nc3 .col-lg-offset-0-5 {
        margin-left: 4.166665%;
    }
}
/* /Grid re-styles */
/**
 * Tables - Nordic Cool 3.0
*/
.nc3 .table {
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
    border-collapse: separate;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

    .nc3 .table > tbody {
        background-color: #f7f7f7;
    }

        .nc3 .table > tbody > tr:nth-child(2n+1) > td,
        .nc3 .table > tbody > tr:nth-child(2n+1) > th {
            background-color: #ffffff;
        }

    .nc3 .table > thead > tr > th,
    .nc3 .table > thead > tr > td {
        padding: 11px 10px 10px;
    }

    .nc3 .table > tbody > tr > th,
    .nc3 .table > tfoot > tr > th,
    .nc3 .table > tbody > tr > td,
    .nc3 .table > tfoot > tr > td {
        padding: 10px 10px 9px;
    }

    .nc3 .table > thead > tr > th,
    .nc3 .table > tbody > tr > th,
    .nc3 .table > tfoot > tr > th {
        font-weight: normal;
        line-height: 120%;
        vertical-align: middle;
    }

    .nc3 .table > thead > tr > th,
    .nc3 .table > tfoot > tr > th {
        border-bottom: 1px solid #d6d6d6;
    }

    .nc3 .table > tbody > tr > th {
        border-top: 0px;
        border-bottom: 0px;
    }

    .nc3 .table > thead > tr > td,
    .nc3 .table > tbody > tr > td,
    .nc3 .table > tfoot > tr > td {
        border-top: 0px;
        border-bottom: 0px;
        line-height: 120%;
        vertical-align: middle;
    }

    .nc3 .table > thead > tr {
        background: #fcfcfc;
        background: -webkit-linear-gradient(top, #fcfcfc 0%, #f3f3f3 75%, #f9f9f9 100%);
        background: linear-gradient(to bottom, #fcfcfc 0%, #f3f3f3 75%, #f9f9f9 100%);
    }

        .nc3 .table > thead > tr > th {
            border-left: 1px solid #e7e7e7;
            color: #0974b3;
            font-weight: normal;
        }

        .nc3 .table > thead > tr > th,
        .nc3 .table > thead > tr > td,
        .nc3 .table > tbody > tr > th,
        .nc3 .table > tbody > tr > td,
        .nc3 .table > tfoot > tr > th,
        .nc3 .table > tfoot > tr > td {
            border-left: 1px dotted #d0d0d0;
        }

            .nc3 .table > thead > tr > th:first-child,
            .nc3 .table > thead > tr > td:first-child,
            .nc3 .table > tbody > tr > th:first-child,
            .nc3 .table > tbody > tr > td:first-child,
            .nc3 .table > tfoot > tr > th:first-child,
            .nc3 .table > tfoot > tr > td:first-child {
                border-left: 0px;
            }

    .nc3 .table > tbody > tr:first-child > td,
    .nc3 .table > tbody > tr:first-child > th {
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset;
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset;
    }
    /* hover state */
    .nc3 .table.table-hover > tbody > tr:hover > td,
    .nc3 .table.table-hover > tbody > tr:hover > th,
    .nc3 .table.table-hover > tfoot > tr:hover > td,
    .nc3 .table.table-hover > tfoot > tr:hover > th,
    .nc3 .table.table-sorter > tbody > tr:hover > td,
    .nc3 .table.table-sorter > tbody > tr:hover > th,
    .nc3 .table.table-sorter > tfoot > tr:hover > td,
    .nc3 .table.table-sorter > tfoot > tr:hover > th {
        cursor: pointer;
        background: #ccebff;
    }

    .nc3 .table.table-hover > thead > tr > td:hover,
    .nc3 .table.table-hover > thead > tr > th:hover,
    .nc3 .table.table-active > thead > tr > td:hover,
    .nc3 .table.table-active > thead > tr > th:hover,
    .nc3 .table.table-sorter > thead > tr > td:hover,
    .nc3 .table.table-sorter > thead > tr > th:hover {
        cursor: pointer;
        background: #e8f6ff;
        background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
        background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
        -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
        -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
        box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
    }
    /* active state */
    .nc3 .table > tbody > tr.active > td,
    .nc3 .table > tbody > tr.active > th,
    .nc3 .table > tfoot > tr.active > td,
    .nc3 .table > tfoot > tr.active > th,
    .nc3 .table.table-active > tbody > tr.active > td,
    .nc3 .table.table-active > tbody > tr.active > th,
    .nc3 .table.table-active > tfoot > tr.active > td,
    .nc3 .table.table-active > tfoot > tr.active > th,
    .nc3 .table.table-sorter > tbody > tr.active > td,
    .nc3 .table.table-sorter > tbody > tr.active > th,
    .nc3 .table.table-sorter > tfoot > tr.active > td,
    .nc3 .table.table-sorter > tfoot > tr.active > th,
    .nc3 .table > tbody > tr > td.active,
    .nc3 .table > tbody > tr > th.active,
    .nc3 .table > tfoot > tr > td.active,
    .nc3 .table > tfoot > tr > th.active {
        background: #e6e6e6;
        background: -webkit-linear-gradient(top, #e6e6e6 0%, #fafafa 9%, #fafafa 96%, #dcdcdc 100%);
        background: linear-gradient(to bottom, #e6e6e6 0%, #fafafa 9%, #fafafa 96%, #dcdcdc 100%);
        -webkit-box-shadow: 0px 1px 0 #d4d4d4 inset, 0px -1px 0 #d4d4d4 inset;
        -moz-box-shadow: 0px 1px 0 #d4d4d4 inset, 0px -1px 0 #d4d4d4 inset;
        box-shadow: 0px 1px 0 #d4d4d4 inset, 0px -1px 0 #d4d4d4 inset;
    }

    .nc3 .table > tbody > tr.active:last-child > td,
    .nc3 .table > tbody > tr.active:last-child > th,
    .nc3 .table > tfoot > tr.active:last-child > td,
    .nc3 .table > tfoot > tr.active:last-child > th,
    .nc3 .table.table-active > tbody > tr.active:last-child > td,
    .nc3 .table.table-active > tbody > tr.active:last-child > th,
    .nc3 .table.table-active > tfoot > tr.active:last-child > td,
    .nc3 .table.table-active > tfoot > tr.active:last-child > th,
    .nc3 .table.table-sorter > tbody > tr.active:last-child > td,
    .nc3 .table.table-sorter > tbody > tr.active:last-child > th,
    .nc3 .table.table-sorter > tfoot > tr.active:last-child > td,
    .nc3 .table.table-sorter > tfoot > tr.active:last-child > th,
    .nc3 .table > tbody > tr:last-child > td.active,
    .nc3 .table > tbody > tr:last-child > th.active,
    .nc3 .table > tfoot > tr:last-child > td.active,
    .nc3 .table > tfoot > tr:last-child > th.active {
        -webkit-box-shadow: 0 1px 0 #d4d4d4 inset;
        -moz-box-shadow: 0 1px 0 #d4d4d4 inset;
        box-shadow: 0 1px 0 #d4d4d4 inset;
    }

    .nc3 .table:not(.table-grey) > tbody > tr.active,
    .nc3 .table:not(.table-grey) > tfoot > tr.active,
    .nc3 .table.table-active:not(.table-grey) > tbody > tr.active,
    .nc3 .table.table-active:not(.table-grey) > tfoot > tr.active,
    .nc3 .table.table-sorter:not(.table-grey) > tbody > tr.active,
    .nc3 .table.table-sorter:not(.table-grey) > tfoot > tr.active {
        position: relative;
    }

        .nc3 .table:not(.table-grey) > tbody > tr.active > th:first-child:before,
        .nc3 .table:not(.table-grey) > tfoot > tr.active > th:first-child:before,
        .nc3 .table.table-active:not(.table-grey) > tbody > tr.active > th:first-child:before,
        .nc3 .table.table-active:not(.table-grey) > tfoot > tr.active > th:first-child:before,
        .nc3 .table.table-sorter:not(.table-grey) > tbody > tr.active > th:first-child:before,
        .nc3 .table.table-sorter:not(.table-grey) > tfoot > tr.active > th:first-child:before,
        .nc3 .table:not(.table-grey) > tbody > tr.active > td:first-child:before,
        .nc3 .table:not(.table-grey) > tfoot > tr.active > td:first-child:before,
        .nc3 .table.table-active:not(.table-grey) > tbody > tr.active > td:first-child:before,
        .nc3 .table.table-active:not(.table-grey) > tfoot > tr.active > td:first-child:before,
        .nc3 .table.table-sorter:not(.table-grey) > tbody > tr.active > td:first-child:before,
        .nc3 .table.table-sorter:not(.table-grey) > tfoot > tr.active > td:first-child:before {
            content: "";
            position: absolute;
            top: 0;
            left: -1px;
            width: 6px;
            height: 100%;
            background: #4d8400;
        }

        .nc3 .table:not(.table-grey) > tbody > tr.active > th:first-child,
        .nc3 .table:not(.table-grey) > tfoot > tr.active > th:first-child,
        .nc3 .table.table-active:not(.table-grey) > tbody > tr.active > th:first-child,
        .nc3 .table.table-active:not(.table-grey) > tfoot > tr.active > th:first-child,
        .nc3 .table.table-sorter:not(.table-grey) > tbody > tr.active > th:first-child,
        .nc3 .table.table-sorter:not(.table-grey) > tfoot > tr.active > th:first-child,
        .nc3 .table:not(.table-grey) > tbody > tr.active > td:first-child,
        .nc3 .table:not(.table-grey) > tfoot > tr.active > td:first-child,
        .nc3 .table.table-active:not(.table-grey) > tbody > tr.active > td:first-child,
        .nc3 .table.table-active:not(.table-grey) > tfoot > tr.active > td:first-child,
        .nc3 .table.table-sorter:not(.table-grey) > tbody > tr.active > td:first-child,
        .nc3 .table.table-sorter:not(.table-grey) > tfoot > tr.active > td:first-child {
            position: relative;
        }

    .nc3 .table:not(.table-grey) > tbody > tr > td.active,
    .nc3 .table:not(.table-grey) > tbody > tr > th.active,
    .nc3 .table:not(.table-grey) > tfoot > tr > td.active,
    .nc3 .table:not(.table-grey) > tfoot > tr > th.active,
    .nc3 .table.table-active:not(.table-grey) > tbody > tr > td.active,
    .nc3 .table.table-active:not(.table-grey) > tbody > tr > th.active,
    .nc3 .table.table-active:not(.table-grey) > tfoot > tr > td.active,
    .nc3 .table.table-active:not(.table-grey) > tfoot > tr > th.active,
    .nc3 .table.table-sorter:not(.table-grey) > tbody > tr > td.active,
    .nc3 .table.table-sorter:not(.table-grey) > tbody > tr > th.active,
    .nc3 .table.table-sorter:not(.table-grey) > tfoot > tr > td.active,
    .nc3 .table.table-sorter:not(.table-grey) > tfoot > tr > th.active {
        position: relative;
    }

        .nc3 .table:not(.table-grey) > tbody > tr > td.active:before,
        .nc3 .table:not(.table-grey) > tbody > tr > th.active:before,
        .nc3 .table:not(.table-grey) > tfoot > tr > td.active:before,
        .nc3 .table:not(.table-grey) > tfoot > tr > th.active:before,
        .nc3 .table.table-active:not(.table-grey) > tbody > tr > td.active:before,
        .nc3 .table.table-active:not(.table-grey) > tbody > tr > th.active:before,
        .nc3 .table.table-active:not(.table-grey) > tfoot > tr > td.active:before,
        .nc3 .table.table-active:not(.table-grey) > tfoot > tr > th.active:before,
        .nc3 .table.table-sorter:not(.table-grey) > tbody > tr > td.active:before,
        .nc3 .table.table-sorter:not(.table-grey) > tbody > tr > th.active:before,
        .nc3 .table.table-sorter:not(.table-grey) > tfoot > tr > td.active:before,
        .nc3 .table.table-sorter:not(.table-grey) > tfoot > tr > th.active:before {
            content: "";
            position: absolute;
            top: 0;
            left: -1px;
            width: 6px;
            height: 100%;
            background: #4d8400;
        }

    .nc3 .table.table-active > tbody > tr.pressed > td,
    .nc3 .table.table-active > tbody > tr.pressed > th,
    .nc3 .table.table-active > tfoot > tr.pressed > td,
    .nc3 .table.table-active > tfoot > tr.pressed > th,
    .nc3 .table.table-sorter > tbody > tr.pressed > td,
    .nc3 .table.table-sorter > tbody > tr.pressed > th,
    .nc3 .table.table-sorter > tfoot > tr.pressed > td,
    .nc3 .table.table-sorter > tfoot > tr.pressed > th {
        background: #f0f0f0;
        -webkit-box-shadow: 0px 1px 0 #e2e2e2 inset, 0px -1px 0 #e2e2e2 inset;
        -moz-box-shadow: 0px 1px 0 #e2e2e2 inset, 0px -1px 0 #e2e2e2 inset;
        box-shadow: 0px 1px 0 #e2e2e2 inset, 0px -1px 0 #e2e2e2 inset;
    }

    .nc3 .table.table-active > tbody > tr.pressed:last-child > td,
    .nc3 .table.table-active > tbody > tr.pressed:last-child > th,
    .nc3 .table.table-active > tfoot > tr.pressed:last-child > td,
    .nc3 .table.table-active > tfoot > tr.pressed:last-child > th,
    .nc3 .table.table-sorter > tbody > tr.pressed:last-child > td,
    .nc3 .table.table-sorter > tbody > tr.pressed:last-child > th,
    .nc3 .table.table-sorter > tfoot > tr.pressed:last-child > td,
    .nc3 .table.table-sorter > tfoot > tr.pressed:last-child > th {
        -webkit-box-shadow: 0px 1px 0 #e2e2e2 inset;
        -moz-box-shadow: 0px 1px 0 #e2e2e2 inset;
        box-shadow: 0px 1px 0 #e2e2e2 inset;
    }

    .nc3 .table:not(.table-grey) > tbody > tr.pressed,
    .nc3 .table:not(.table-grey) > tfoot > tr.pressed,
    .nc3 .table.table-active:not(.table-grey) > tbody > tr.pressed,
    .nc3 .table.table-active:not(.table-grey) > tfoot > tr.pressed,
    .nc3 .table.table-sorter:not(.table-grey) > tbody > tr.pressed,
    .nc3 .table.table-sorter:not(.table-grey) > tfoot > tr.pressed {
        position: relative;
        left: 0;
        -webkit-box-shadow: 6px 0 0 #4d8400 inset;
        -moz-box-shadow: 6px 0 0 #4d8400 inset;
        box-shadow: 6px 0 0 #4d8400 inset;
        /*> th:first-child:before,
	> td:first-child:before {
		background: #4d8400;
		content: "";
		height: 100%;
		left: -1px;
		position: absolute;
		top: 0;
		width: 6px;
		} */
    }

    .nc3 .table > tbody > tr.active:hover > td,
    .nc3 .table > tbody > tr.active:hover > th,
    .nc3 .table > tfoot > tr.active:hover > td,
    .nc3 .table > tfoot > tr.active:hover > th,
    .nc3 .table.table-active > tbody > tr.active:hover > td,
    .nc3 .table.table-active > tbody > tr.active:hover > th,
    .nc3 .table.table-active > tfoot > tr.active:hover > td,
    .nc3 .table.table-active > tfoot > tr.active:hover > th,
    .nc3 .table.table-sorter > tbody > tr.active:hover > td,
    .nc3 .table.table-sorter > tbody > tr.active:hover > th,
    .nc3 .table.table-sorter > tfoot > tr.active:hover > td,
    .nc3 .table.table-sorter > tfoot > tr.active:hover > th,
    .nc3 .table > tbody > tr:hover > td.active,
    .nc3 .table > tbody > tr:hover > th.active,
    .nc3 .table > tfoot > tr:hover > td.active,
    .nc3 .table > tfoot > tr:hover > th.active {
        cursor: pointer;
    }

    .nc3 .table.table-active > thead > tr > td.pressed,
    .nc3 .table.table-active > thead > tr > th.pressed,
    .nc3 .table.table-sorter > thead > tr > td.pressed,
    .nc3 .table.table-sorter > thead > tr > th.pressed,
    .nc3 .table.table-active > thead > tr > td.pressed:hover,
    .nc3 .table.table-active > thead > tr > th.pressed:hover,
    .nc3 .table.table-sorter > thead > tr > td.pressed:hover,
    .nc3 .table.table-sorter > thead > tr > th.pressed:hover {
        background: #f0f0f0;
        color: #282828;
    }
    /* Grey table */
    .nc3 .table.table-grey {
        border-color: #d3d3d3;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .nc3 .table.table-grey tbody {
            background: #f0f0f0;
        }

        .nc3 .table.table-grey > tbody > tr:nth-child(2n+1) > td,
        .nc3 .table.table-grey > tbody > tr:nth-child(2n+1) > th {
            background-color: #f5f5f5;
        }

        .nc3 .table.table-grey > thead > tr > th,
        .nc3 .table.table-grey.table-hover > thead > tr > td:hover,
        .nc3 .table.table-grey.table-hover > thead > tr > th:hover,
        .nc3 .table.table-grey.table-sorter > thead > tr > td:hover,
        .nc3 .table.table-grey.table-sorter > thead > tr > th:hover,
        .nc3 .table.table-grey.table-active > thead > tr > td.active,
        .nc3 .table.table-grey.table-active > thead > tr > th.active {
            color: #1b7bb3;
            background: #f5f5f5;
        }

        .nc3 .table.table-grey > tbody > tr:first-child > td,
        .nc3 .table.table-grey > tbody > tr:first-child > th {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }
        /* hover state */
        .nc3 .table.table-grey.table-hover > tbody > tr:hover > th,
        .nc3 .table.table-grey.table-hover > tbody > tr:hover > td,
        .nc3 .table.table-grey.table-hover > tfoot > tr:hover > th,
        .nc3 .table.table-grey.table-hover > tfoot > tr:hover > td,
        .nc3 .table.table-grey.table-sorter > tbody > tr:hover > th,
        .nc3 .table.table-grey.table-sorter > tbody > tr:hover > td,
        .nc3 .table.table-grey.table-sorter > tfoot > tr:hover > th,
        .nc3 .table.table-grey.table-sorter > tfoot > tr:hover > td {
            background-color: #ccebff;
        }

        .nc3 .table.table-grey.table-hover > thead > tr > th:hover,
        .nc3 .table.table-grey.table-hover > thead > tr > td:hover,
        .nc3 .table.table-grey.table-sorter > thead > tr > th:hover,
        .nc3 .table.table-grey.table-sorter > thead > tr > td:hover {
            cursor: pointer;
            background: #e8f6ff;
            background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
            background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
            -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
            -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
            box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
        }
        /* active state */
        .nc3 .table.table-grey > tbody > tr.active > td,
        .nc3 .table.table-grey > tbody > tr.active > th,
        .nc3 .table.table-grey > tfoot > tr.active > td,
        .nc3 .table.table-grey > tfoot > tr.active > th,
        .nc3 .table.table-grey > tbody > tr.active:hover > td,
        .nc3 .table.table-grey > tbody > tr.active:hover > th,
        .nc3 .table.table-grey > tfoot > tr.active:hover > td,
        .nc3 .table.table-grey > tfoot > tr.active:hover > th,
        .nc3 .table.table-grey.table-active > tbody > tr.active > td,
        .nc3 .table.table-grey.table-active > tbody > tr.active > th,
        .nc3 .table.table-grey.table-active > tfoot > tr.active > td,
        .nc3 .table.table-grey.table-active > tfoot > tr.active > th,
        .nc3 .table.table-grey.table-active > tbody > tr.active:hover > td,
        .nc3 .table.table-grey.table-active > tbody > tr.active:hover > th,
        .nc3 .table.table-grey.table-active > tfoot > tr.active:hover > td,
        .nc3 .table.table-grey.table-active > tfoot > tr.active:hover > th,
        .nc3 .table.table-grey > tbody > tr > td.active,
        .nc3 .table.table-grey > tbody > tr > th.active,
        .nc3 .table.table-grey > tfoot > tr > td.active,
        .nc3 .table.table-grey > tfoot > tr > th.active,
        .nc3 .table.table-grey > tbody > tr:hover > td.active,
        .nc3 .table.table-grey > tbody > tr:hover > th.active,
        .nc3 .table.table-grey > tfoot > tr:hover > td.active,
        .nc3 .table.table-grey > tfoot > tr:hover > th.active,
        .nc3 .table.table-grey.table-sorter > tbody > tr.pressed > td,
        .nc3 .table.table-grey.table-sorter > tbody > tr.pressed > th,
        .nc3 .table.table-grey.table-sorter > tfoot > tr.pressed > td,
        .nc3 .table.table-grey.table-sorter > tfoot > tr.pressed > th,
        .nc3 .table.table-grey.table-active > tbody > tr.pressed > td,
        .nc3 .table.table-grey.table-active > tbody > tr.pressed > th,
        .nc3 .table.table-grey.table-active > tfoot > tr.pressed > td,
        .nc3 .table.table-grey.table-active > tfoot > tr.pressed > th {
            border-right: 1px solid #0974b3;
            border-left: 0px;
            color: #fff;
            background: #0974b3;
            -webkit-box-shadow: -1px 0 #0974b3;
            -moz-box-shadow: -1px 0 #0974b3;
            box-shadow: -1px 0 #0974b3;
        }

        .nc3 .table.table-grey.table-active > thead > tr > td.pressed,
        .nc3 .table.table-grey.table-active > thead > tr > th.pressed,
        .nc3 .table.table-grey > thead > tr > td.pressed,
        .nc3 .table.table-grey > thead > tr > th.pressed {
            background: #e0e0e0;
            color: #282828;
        }
    /* Disabled table */
    .nc3 .table.disabled {
        border-color: #d0d0d0;
    }

        .nc3 .table.disabled > tbody {
            background: #f5f5f5;
        }

            .nc3 .table.disabled > tbody > tr:nth-child(2n+1) > td,
            .nc3 .table.disabled > tbody > tr:nth-child(2n+1) > th {
                background: transparent;
            }

            .nc3 .table.disabled > tbody > tr:not(:last-child) > th,
            .nc3 .table.disabled > tbody > tr:not(:last-child) > td,
            .nc3 .table.disabled > tfoot > tr:not(:last-child) > th,
            .nc3 .table.disabled > tfoot > tr:not(:last-child) > td {
                border-bottom: 1px solid #d0d0d0;
            }

            .nc3 .table.disabled > tbody > tr > th,
            .nc3 .table.disabled > tbody > tr > td,
            .nc3 .table.disabled > tfoot > tr > th,
            .nc3 .table.disabled > tfoot > tr > td {
                color: #a0a0a0;
            }
    /* Condensed table */
    .nc3 .table.table-condensed > thead > tr > th,
    .nc3 .table.table-condensed > tbody > tr > th,
    .nc3 .table.table-condensed > tfoot > tr > th {
        padding: 7px 5px 6px;
        line-height: 100%;
    }

    .nc3 .table.table-condensed > thead > tr > td,
    .nc3 .table.table-condensed > tbody > tr > td,
    .nc3 .table.table-condensed > tfoot > tr > td {
        padding: 7px 5px 6px;
        line-height: 100%;
    }
/**
 * Form elements - Nordic Cool 3.0
*/
.nc3 :focus {
    outline: none;
}

.nc3 ::-webkit-input-placeholder {
    font-style: italic;
    color: #969696;
}

.nc3 :-moz-placeholder {
    font-style: italic;
    color: #969696;
}

.nc3 ::-moz-placeholder {
    font-style: italic;
    color: #969696;
}

.nc3 :-ms-input-placeholder {
    font-style: normal;
    color: #969696;
}

.nc3 legend {
    margin-top: 0;
    margin-bottom: 17px;
    padding-bottom: 1px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    line-height: 145%;
}

.nc3 textarea,
.nc3 input[type="text"],
.nc3 input[type="password"],
.nc3 input[type="datetime"],
.nc3 input[type="datetime-local"],
.nc3 input[type="date"],
.nc3 input[type="month"],
.nc3 input[type="time"],
.nc3 input[type="week"],
.nc3 input[type="number"],
.nc3 input[type="email"],
.nc3 input[type="url"],
.nc3 input[type="search"],
.nc3 input[type="tel"],
.nc3 input[type="color"],
.nc3 .uneditable-input,
.nc3 .form-control {
    height: 30px;
    padding: 4px 10px;
    color: #282828;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-appearance: none;
}

.nc3 input[type="checkbox"],
.nc3 input[type="radio"],
.nc3 input[type="checkbox"].form-control,
.nc3 input[type="radio"].form-control {
    width: auto;
}

.nc3 [class*="col-xs-"] > textarea,
.nc3 [class*="col-sm-"] > textarea,
.nc3 [class*="col-md-"] > textarea,
.nc3 [class*="col-lg-"] > textarea,
.nc3 [class*="col-xs-"] > input[type="text"],
.nc3 [class*="col-sm-"] > input[type="text"],
.nc3 [class*="col-md-"] > input[type="text"],
.nc3 [class*="col-lg-"] > input[type="text"],
.nc3 [class*="col-xs-"] > input[type="password"],
.nc3 [class*="col-sm-"] > input[type="password"],
.nc3 [class*="col-md-"] > input[type="password"],
.nc3 [class*="col-lg-"] > input[type="password"],
.nc3 [class*="col-xs-"] > input[type="datetime"],
.nc3 [class*="col-sm-"] > input[type="datetime"],
.nc3 [class*="col-md-"] > input[type="datetime"],
.nc3 [class*="col-lg-"] > input[type="datetime"],
.nc3 [class*="col-xs-"] > input[type="datetime-local"],
.nc3 [class*="col-sm-"] > input[type="datetime-local"],
.nc3 [class*="col-md-"] > input[type="datetime-local"],
.nc3 [class*="col-lg-"] > input[type="datetime-local"],
.nc3 [class*="col-xs-"] > input[type="date"],
.nc3 [class*="col-sm-"] > input[type="date"],
.nc3 [class*="col-md-"] > input[type="date"],
.nc3 [class*="col-lg-"] > input[type="date"],
.nc3 [class*="col-xs-"] > input[type="month"],
.nc3 [class*="col-sm-"] > input[type="month"],
.nc3 [class*="col-md-"] > input[type="month"],
.nc3 [class*="col-lg-"] > input[type="month"],
.nc3 [class*="col-xs-"] > input[type="time"],
.nc3 [class*="col-sm-"] > input[type="time"],
.nc3 [class*="col-md-"] > input[type="time"],
.nc3 [class*="col-lg-"] > input[type="time"],
.nc3 [class*="col-xs-"] > input[type="week"],
.nc3 [class*="col-sm-"] > input[type="week"],
.nc3 [class*="col-md-"] > input[type="week"],
.nc3 [class*="col-lg-"] > input[type="week"],
.nc3 [class*="col-xs-"] > input[type="number"],
.nc3 [class*="col-sm-"] > input[type="number"],
.nc3 [class*="col-md-"] > input[type="number"],
.nc3 [class*="col-lg-"] > input[type="number"],
.nc3 [class*="col-xs-"] > input[type="email"],
.nc3 [class*="col-sm-"] > input[type="email"],
.nc3 [class*="col-md-"] > input[type="email"],
.nc3 [class*="col-lg-"] > input[type="email"],
.nc3 [class*="col-xs-"] > input[type="url"],
.nc3 [class*="col-sm-"] > input[type="url"],
.nc3 [class*="col-md-"] > input[type="url"],
.nc3 [class*="col-lg-"] > input[type="url"],
.nc3 [class*="col-xs-"] > input[type="search"],
.nc3 [class*="col-sm-"] > input[type="search"],
.nc3 [class*="col-md-"] > input[type="search"],
.nc3 [class*="col-lg-"] > input[type="search"],
.nc3 [class*="col-xs-"] > input[type="tel"],
.nc3 [class*="col-sm-"] > input[type="tel"],
.nc3 [class*="col-md-"] > input[type="tel"],
.nc3 [class*="col-lg-"] > input[type="tel"],
.nc3 [class*="col-xs-"] > input[type="color"],
.nc3 [class*="col-sm-"] > input[type="color"],
.nc3 [class*="col-md-"] > input[type="color"],
.nc3 [class*="col-lg-"] > input[type="color"],
.nc3 [class*="col-xs-"] > .uneditable-input,
.nc3 [class*="col-sm-"] > .uneditable-input,
.nc3 [class*="col-md-"] > .uneditable-input,
.nc3 [class*="col-lg-"] > .uneditable-input,
.nc3 [class*="col-xs-"] > .form-control,
.nc3 [class*="col-sm-"] > .form-control,
.nc3 [class*="col-md-"] > .form-control,
.nc3 [class*="col-lg-"] > .form-control {
    width: 100%;
}

.nc3 textarea {
    height: auto;
    resize: vertical;
    overflow: auto;
}

.nc3 input[type="number"] {
    padding: 7px 0px 5px 10px;
}

    .nc3 input[type="number"].right-direction,
    .nc3 .form-group input[type="number"].right-direction {
        padding: 7px 10px 5px 0;
    }

.nc3 input[type="file"] {
    padding: 0px;
}

.nc3 input[type=number]::-webkit-inner-spin-button,
.nc3 input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.nc3 textarea:focus,
.nc3 input[type="text"]:focus,
.nc3 input[type="text"].focus,
.nc3 input[type="password"]:focus,
.nc3 input[type="datetime"]:focus,
.nc3 input[type="datetime-local"]:focus,
.nc3 input[type="date"]:focus,
.nc3 input[type="month"]:focus,
.nc3 input[type="time"]:focus,
.nc3 input[type="week"]:focus,
.nc3 input[type="number"]:focus,
.nc3 input[type="email"]:focus,
.nc3 input[type="url"]:focus,
.nc3 input[type="search"]:focus,
.nc3 input[type="tel"]:focus,
.nc3 input[type="color"]:focus,
.nc3 .uneditable-input:focus,
.nc3 .form-control:focus,
.nc3 #focusedInput {
    border: 1px solid #0089d9;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), -1px -1px 3px rgba(0, 0, 0, 0.1), 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), -1px -1px 3px rgba(0, 0, 0, 0.1), 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), -1px -1px 3px rgba(0, 0, 0, 0.1), 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
}

.nc3 .ie11 textarea:focus,
.nc3 .ie11 input[type="text"]:focus,
.nc3 .ie11 input[type="text"].focus,
.nc3 .ie11 input[type="password"]:focus,
.nc3 .ie11 input[type="datetime"]:focus,
.nc3 .ie11 input[type="datetime-local"]:focus,
.nc3 .ie11 input[type="date"]:focus,
.nc3 .ie11 input[type="month"]:focus,
.nc3 .ie11 input[type="time"]:focus,
.nc3 .ie11 input[type="week"]:focus,
.nc3 .ie11 input[type="number"]:focus,
.nc3 .ie11 input[type="email"]:focus,
.nc3 .ie11 input[type="url"]:focus,
.nc3 .ie11 input[type="search"]:focus,
.nc3 .ie11 input[type="tel"]:focus,
.nc3 .ie11 input[type="color"]:focus,
.nc3 .ie11 .uneditable-input:focus,
.nc3 .ie11 .form-control:focus,
.nc3 .ie11 #focusedInput {
    border: 2px solid #0089d9;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), -1px -1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), -1px -1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), -1px -1px 3px rgba(0, 0, 0, 0.1);
}

.nc3 input:-ms-clear {
    display: none;
}

.nc3 input[readonly],
.nc3 .form-control[readonly] {
    padding-right: 11px;
    padding-left: 11px;
    border: none;
    background: none;
}

    .nc3 input[readonly]:focus,
    .nc3 .form-control[readonly]:focus {
        border: none !important;
        outline: none !important;
        background: none !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
    }

    .nc3 input[readonly]:hover,
    .nc3 .form-control[readonly] {
        cursor: default;
    }

.nc3 input[type="file"].input-btn-attach {
    z-index: 25;
    opacity: 0;
    height: 30px;
    position: relative;
}

    .nc3 input[type="file"].input-btn-attach + .btn.btn-attach {
        position: absolute;
        margin-top: -30px;
    }

    .nc3 input[type="file"].input-btn-attach:hover + .btn.btn-attach {
        background: #e8f6ff;
        background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
        background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
        -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
        -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
        box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
        -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    }

    .nc3 input[type="file"].input-btn-attach:focus + .btn.btn-attach {
        outline: none;
        border-color: #0089d9;
        background: #ffffff;
        background: -webkit-linear-gradient(top, #ffffff 10%, #f0f0f0 75%);
        background: linear-gradient(to bottom, #ffffff 10%, #f0f0f0 75%);
        -webkit-box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    }

    .nc3 input[type="file"].input-btn-attach:active + .btn.btn-attach {
        outline: none;
        border-color: #b1b1b1 #c6c6c6 #cecece;
        background: #dadada;
        background: -webkit-linear-gradient(top, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
        background: linear-gradient(to bottom, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
    }

    .nc3 input[type="file"].input-btn-attach.file-attached {
        padding-left: 80px;
        overflow: visible;
        opacity: 1;
        z-index: 2;
    }

        .nc3 input[type="file"].input-btn-attach.file-attached + .btn.btn-attach {
            z-index: 3;
        }
/* /input[type="file"].input-btn-attach */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* Safari and Chrome */
    .nc3 input[type="file"].input-btn-attach.file-attached {
        padding-top: 4px;
        padding-left: 55px;
    }
    /*_::-webkit-full-page-media,
  _:future,*/
    .nc3 input[type="file"].input-btn-attach.file-attached {
        padding-top: 7px !important;
        padding-left: 80px !important;
    }
    /* Safari only */
}
/* large inputs */
.nc3 input.input-lg {
    height: 48px;
}
/* small inputs */
.nc3 input.input-sm {
    height: 24px;
    padding-bottom: 2px;
    padding-top: 2px;
}
/* validation state */
.nc3 .has-error label,
.nc3 .has-error .help-block,
.nc3 .has-error .control-label {
    color: #282828;
}

.nc3 .has-error .radio,
.nc3 .has-error .checkbox,
.nc3 .has-error .radio label,
.nc3 .has-error .checkbox label,
.nc3 .has-error .radio-inline,
.nc3 .has-error .checkbox-inline,
.nc3 .has-error .radio-inline label,
.nc3 .has-error .checkbox-inline label,
.nc3 .has-error.radio label,
.nc3 .has-error.checkbox label,
.nc3 .has-error.radio-inline label,
.nc3 .has-error.checkbox-inline label {
    color: #282828;
}

.nc3 .has-error textarea,
.nc3 .has-error input[type="text"],
.nc3 .has-error input[type="password"],
.nc3 .has-error input[type="datetime"],
.nc3 .has-error input[type="datetime-local"],
.nc3 .has-error input[type="date"],
.nc3 .has-error input[type="month"],
.nc3 .has-error input[type="time"],
.nc3 .has-error input[type="week"],
.nc3 .has-error input[type="number"],
.nc3 .has-error input[type="email"],
.nc3 .has-error input[type="url"],
.nc3 .has-error input[type="search"],
.nc3 .has-error input[type="tel"],
.nc3 .has-error input[type="color"],
.nc3 .has-error .uneditable-input,
.nc3 .has-error .form-control {
    border: 1px solid #c72828;
    -webkit-box-shadow: 1px 1px 0 #c72828 inset, -1px -1px 0 #c72828 inset;
    -moz-box-shadow: 1px 1px 0 #c72828 inset, -1px -1px 0 #c72828 inset;
    box-shadow: 1px 1px 0 #c72828 inset, -1px -1px 0 #c72828 inset;
}

    .nc3 .has-error textarea:focus,
    .nc3 .has-error input[type="text"]:focus,
    .nc3 .has-error input[type="password"]:focus,
    .nc3 .has-error input[type="datetime"]:focus,
    .nc3 .has-error input[type="datetime-local"]:focus,
    .nc3 .has-error input[type="date"]:focus,
    .nc3 .has-error input[type="month"]:focus,
    .nc3 .has-error input[type="time"]:focus,
    .nc3 .has-error input[type="week"]:focus,
    .nc3 .has-error input[type="number"]:focus,
    .nc3 .has-error input[type="email"]:focus,
    .nc3 .has-error input[type="url"]:focus,
    .nc3 .has-error input[type="search"]:focus,
    .nc3 .has-error input[type="tel"]:focus,
    .nc3 .has-error input[type="color"]:focus,
    .nc3 .has-error .uneditable-input:focus,
    .nc3 .has-error .form-control:focus {
        border: 1px solid #c72828;
        -webkit-box-shadow: 1px 1px 0 #c72828 inset, -1px -1px 0 #c72828 inset;
        -moz-box-shadow: 1px 1px 0 #c72828 inset, -1px -1px 0 #c72828 inset;
        box-shadow: 1px 1px 0 #c72828 inset, -1px -1px 0 #c72828 inset;
    }

.nc3 .has-error .checkbox label,
.nc3 .has-error .radio label {
    outline: 2px solid #c72828;
}

.nc3 .ie11 .has-error .radio input,
.nc3 .ie11 .has-error .checkbox input {
    top: 9px;
}

.nc3 .ie11 .has-error textarea,
.nc3 .ie11 .has-error input[type="text"],
.nc3 .ie11 .has-error input[type="password"],
.nc3 .ie11 .has-error input[type="datetime"],
.nc3 .ie11 .has-error input[type="datetime-local"],
.nc3 .ie11 .has-error input[type="date"],
.nc3 .ie11 .has-error input[type="month"],
.nc3 .ie11 .has-error input[type="time"],
.nc3 .ie11 .has-error input[type="week"],
.nc3 .ie11 .has-error input[type="number"],
.nc3 .ie11 .has-error input[type="email"],
.nc3 .ie11 .has-error input[type="url"],
.nc3 .ie11 .has-error input[type="search"],
.nc3 .ie11 .has-error input[type="tel"],
.nc3 .ie11 .has-error input[type="color"],
.nc3 .ie11 .has-error .uneditable-input,
.nc3 .ie11 .has-error .form-control {
    padding-top: 3px;
    border-width: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .nc3 .ie11 .has-error textarea:focus,
    .nc3 .ie11 .has-error input[type="text"]:focus,
    .nc3 .ie11 .has-error input[type="password"]:focus,
    .nc3 .ie11 .has-error input[type="datetime"]:focus,
    .nc3 .ie11 .has-error input[type="datetime-local"]:focus,
    .nc3 .ie11 .has-error input[type="date"]:focus,
    .nc3 .ie11 .has-error input[type="month"]:focus,
    .nc3 .ie11 .has-error input[type="time"]:focus,
    .nc3 .ie11 .has-error input[type="week"]:focus,
    .nc3 .ie11 .has-error input[type="number"]:focus,
    .nc3 .ie11 .has-error input[type="email"]:focus,
    .nc3 .ie11 .has-error input[type="url"]:focus,
    .nc3 .ie11 .has-error input[type="search"]:focus,
    .nc3 .ie11 .has-error input[type="tel"]:focus,
    .nc3 .ie11 .has-error input[type="color"]:focus,
    .nc3 .ie11 .has-error .uneditable-input:focus,
    .nc3 .ie11 .has-error .form-control:focus {
        padding-top: 3px;
        border-width: 2px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
/* Required fields */
.nc3 .form-group.required > label:before,
.nc3 .form-group.required > a:before {
    content: "*";
    position: absolute;
    top: 5px;
    margin-left: -7px;
    color: #c72828;
    font-size: 12px;
}

.nc3 .ie11 .form-group.required > .control-label,
.nc3 .ie11 .form-group.required > label {
    left: 0px;
}
/* /Required fields */
/* Form groups */
.nc3 .form-group {
    margin-bottom: 6px;
}

    .nc3 .form-group:last-child {
        margin-bottom: 0;
    }

    .nc3 .form-group .btn {
        margin-bottom: 0;
    }

    .nc3 .form-group .icon-field {
        padding-left: 35px;
    }

        .nc3 .form-group .icon-field .vismaicon {
            position: absolute;
            top: 3px;
            left: 20px;
        }

    .nc3 .form-group input {
        margin: 0px;
        vertical-align: middle;
    }

    .nc3 .form-group label {
        cursor: default;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #282828;
        line-height: 145%;
        text-align: left;
    }
/* Inline form */
.nc3 .form-inline .form-group {
    padding-right: 10px;
}

    .nc3 .form-inline .form-group:last-child {
        padding-right: 0px;
    }

.nc3 .form-inline .form-control {
    vertical-align: top;
}

.nc3 .form-inline .radio,
.nc3 .form-inline .checkbox {
    min-height: 100%;
}

    .nc3 .form-inline .radio input[type="radio"],
    .nc3 .form-inline .checkbox input[type="checkbox"] {
        top: 1px;
    }

    .nc3 .form-inline .radio label,
    .nc3 .form-inline .checkbox label {
        padding-bottom: 3px;
        padding-left: 2px;
    }

.nc3 .form-inline .form-group + .checkbox,
.nc3 .form-inline .form-group + .radio {
    padding-right: 10px;
}

.nc3 .form-inline .btn {
    margin-bottom: 0px;
}
/* Horizontal form */
.nc3 .form-horizontal {
    margin-bottom: 36px;
}

    .nc3 .form-horizontal .form-group {
        min-height: 30px;
        margin-right: -20px;
        margin-left: -20px;
    }

    .nc3 .form-horizontal .control-label,
    .nc3 .form-horizontal label {
        overflow: hidden;
        padding-top: 5px;
        padding-right: 0px;
        padding-bottom: 4px;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .nc3 .form-horizontal .radio,
    .nc3 .form-horizontal .checkbox,
    .nc3 .form-horizontal .radio-inline,
    .nc3 .form-horizontal .checkbox-inline {
        min-height: 30px;
        margin-bottom: 6px;
        padding: 5px 0 0;
    }

        .nc3 .form-horizontal .radio input,
        .nc3 .form-horizontal .checkbox input,
        .nc3 .form-horizontal .radio-inline input,
        .nc3 .form-horizontal .checkbox-inline input {
            top: 8px;
        }

    .nc3 .form-horizontal input {
        float: left;
    }
/* large form groups */
.nc3 .form-group-lg .form-control,
.nc3 .form-group-lg input {
    padding: 4px 10px;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nc3 .form-horizontal .form-group-lg .control-label,
.nc3 .form-horizontal .form-group-lg label {
    padding-top: 13px;
    font-size: 14px;
}
/* Static form control */
.nc3 .form-control-static {
    min-height: 30px;
    padding-top: 5px;
    padding-bottom: 3px;
}
/* /Form groups */
/* Radio/Checkboxes */
.nc3 .checkbox {
    min-height: 30px;
    margin: 0 0 6px 0;
}

.nc3 .checkbox,
.nc3 .radio {
    padding-top: 4px;
}

    .nc3 .radio input,
    .nc3 .checkbox input {
        top: 7px;
        margin-top: 0;
    }

    .nc3 .radio label,
    .nc3 .checkbox label {
        display: inline-block;
        min-height: 13px;
        margin-bottom: 0;
        margin-left: -2px;
        padding: 3px 4px 3px 22px;
        font-weight: normal;
        line-height: 100%;
    }

    .nc3 .radio .focusState,
    .nc3 .checkbox .focusState {
        outline: 2px solid #0089d9;
        outline-offset: 0px;
    }

    .nc3 .radio.disabled label,
    .nc3 .checkbox.disabled label,
    .nc3 fieldset[disabled] .radio label,
    .nc3 fieldset[disabled] .checkbox label {
        cursor: default;
    }

    .nc3 .checkbox.empty-checkbox,
    .nc3 .radio.empty-radio {
        margin-left: -2px;
    }

        .nc3 .checkbox.empty-checkbox label,
        .nc3 .radio.empty-radio label {
            min-height: 20px;
            padding: 1px 4px 4px 15px;
        }

        .nc3 .checkbox.empty-checkbox input[type="radio"],
        .nc3 .radio.empty-radio input[type="radio"],
        .nc3 .checkbox.empty-checkbox input[type="checkbox"],
        .nc3 .radio.empty-radio input[type="checkbox"] {
            margin-left: -12px;
        }

.nc3 .radio-inline input[type="radio"],
.nc3 .checkbox-inline input[type="checkbox"] {
    margin-top: 3px;
}
/* Custom checkbox/radio */
.nc3 .btn-group.btn-group-checkbox .btn.btn-primary:not(.left):not(.right),
.nc3 .btn-group.btn-group-radio .btn.btn-primary:not(.left):not(.right),
.nc3 .btn-group.btn-group-checkbox .btn.btn-primary:not(.left):not(.right):hover,
.nc3 .btn-group.btn-group-radio .btn.btn-primary:not(.left):not(.right):hover {
    display: inline-block;
    position: relative;
    top: 5px;
    min-width: auto;
    height: 28px;
    margin: -2px 0 4px;
    padding-top: 2px;
    padding-right: 28px;
    padding-left: 60px;
    border: 0 none;
    color: #282828;
    text-align: left;
    background: transparent url(img/toggles.svg) no-repeat 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 9;
}

    .nc3 .btn-group.btn-group-checkbox .btn.btn-primary:not(.left):not(.right).text-left,
    .nc3 .btn-group.btn-group-radio .btn.btn-primary:not(.left):not(.right).text-left,
    .nc3 .btn-group.btn-group-checkbox .btn.btn-primary:not(.left):not(.right):hover.text-left,
    .nc3 .btn-group.btn-group-radio .btn.btn-primary:not(.left):not(.right):hover.text-left {
        padding-right: 60px;
        padding-left: 0px;
        background-position: right 0px;
    }

.nc3 .btn-group.btn-group-checkbox .btn.btn-primary.active:not(.left):not(.right),
.nc3 .btn-group.btn-group-radio .btn.btn-primary.active:not(.left):not(.right),
.nc3 .btn-group.btn-group-checkbox .btn.btn-primary.active:not(.left):not(.right):hover,
.nc3 .btn-group.btn-group-radio .btn.btn-primary.active:not(.left):not(.right):hover {
    color: #282828;
    background-position: 0 -140px;
}

    .nc3 .btn-group.btn-group-checkbox .btn.btn-primary.active:not(.left):not(.right).text-left,
    .nc3 .btn-group.btn-group-radio .btn.btn-primary.active:not(.left):not(.right).text-left,
    .nc3 .btn-group.btn-group-checkbox .btn.btn-primary.active:not(.left):not(.right):hover.text-left,
    .nc3 .btn-group.btn-group-radio .btn.btn-primary.active:not(.left):not(.right):hover.text-left {
        background-position: right -140px;
    }

.nc3 .btn-group.btn-group-checkbox .btn.btn-primary.active.focus:not(.left):not(.right),
.nc3 .btn-group.btn-group-radio .btn.btn-primary.active.focus:not(.left):not(.right),
.nc3 .btn-group.btn-group-checkbox .btn.btn-primary.active.focus:not(.left):not(.right):hover,
.nc3 .btn-group.btn-group-radio .btn.btn-primary.active.focus:not(.left):not(.right):hover {
    color: #282828;
    background-position: 0px -103px;
}

    .nc3 .btn-group.btn-group-checkbox .btn.btn-primary.active.focus:not(.left):not(.right).text-left,
    .nc3 .btn-group.btn-group-radio .btn.btn-primary.active.focus:not(.left):not(.right).text-left,
    .nc3 .btn-group.btn-group-checkbox .btn.btn-primary.active.focus:not(.left):not(.right):hover.text-left,
    .nc3 .btn-group.btn-group-radio .btn.btn-primary.active.focus:not(.left):not(.right):hover.text-left {
        background-position: right -103px;
    }

.nc3 .btn-group.btn-group-checkbox .btn.btn-primary.focus:not(.left):not(.right),
.nc3 .btn-group.btn-group-radio .btn.btn-primary.focus:not(.left):not(.right),
.nc3 .btn-group.btn-group-checkbox .btn.btn-primary.focus:not(.left):not(.right):hover,
.nc3 .btn-group.btn-group-radio .btn.btn-primary.focus:not(.left):not(.right):hover {
    background-position: 0 -67px;
}

    .nc3 .btn-group.btn-group-checkbox .btn.btn-primary.focus:not(.left):not(.right).text-left,
    .nc3 .btn-group.btn-group-radio .btn.btn-primary.focus:not(.left):not(.right).text-left,
    .nc3 .btn-group.btn-group-checkbox .btn.btn-primary.focus:not(.left):not(.right):hover.text-left,
    .nc3 .btn-group.btn-group-radio .btn.btn-primary.focus:not(.left):not(.right):hover.text-left {
        background-position: right -103px;
    }
/* /.btn-group.btn-group-checkbox */
.nc3 .btn-group.btn-group-radio .btn.btn-primary:not(.left):not(.right),
.nc3 .btn-group.btn-group-radio .btn.btn-primary:not(.left):not(.right):hover {
    padding-top: 3px;
}
/* /Radio/Checkboxes */
/* Select tag */
.nc3 select > option {
    padding-right: 10px;
    padding-left: 10px;
    outline: none !important;
}

.nc3 .select-wrapper {
    display: block;
    cursor: pointer;
    position: relative;
    width: 100%;
    padding: 0;
    color: #282828;
    outline: medium none !important;
}

    .nc3 .select-wrapper:after {
        content: '';
        cursor: pointer;
        position: absolute;
        top: 1px;
        right: 2px;
        width: 20px;
        height: 28px;
        border: 0;
        opacity: 0.77;
        background: url(img/arrow-medium.svg);
        background-size: 39px 7px;
        background-position: -10px 12px;
        background-repeat: no-repeat;
    }

    .nc3 .select-wrapper .holder {
        color: #282828;
        background: #fbfbfb;
        background: -webkit-linear-gradient(top, #fbfbfb 0%, #f3f3f3 73%, #f7f7f7 100%);
        background: linear-gradient(to bottom, #fbfbfb 0%, #f3f3f3 73%, #f7f7f7 100%);
        display: block;
        cursor: pointer;
        position: relative;
        width: 100%;
        height: 30px;
        margin: 0;
        padding: 4px 30px 4px 10px;
        z-index: 0;
        border-style: solid;
        border-width: 1px;
        border-color: #d9d9d9 #d2d2d2 #c0c0c0;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 145%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .nc3 .select-wrapper:hover .holder {
        border-color: #aed7ef #aad3ea #82b3cf;
        color: #282828;
        background: #e6f5fe;
        background: -webkit-linear-gradient(top, #e6f5fe 25%, #d8e6ef 90%);
        background: linear-gradient(to bottom, #e6f5fe 25%, #d8e6ef 90%);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .nc3 .select-wrapper.hover:after,
    .nc3 .select-wrapper:hover:after {
        background-position: -25px 12px;
    }

    .nc3 .select-wrapper.activeState .holder,
    .nc3 .select-wrapper.activeState:hover .holder {
        border-color: #b1b1b1 #c6c6c6 #cecece;
        color: #282828;
        background: #cbcbcb;
        background: -webkit-linear-gradient(top, #cbcbcb 0%, #e1e1e1 8%, #e4e4e4 100%);
        background: linear-gradient(to bottom, #cbcbcb 0%, #e1e1e1 8%, #e4e4e4 100%);
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    }

    .nc3 .select-wrapper.activeState:after,
    .nc3 .select-wrapper.activeState:hover:after {
        background-position: -10px 12px;
    }

    .nc3 .select-wrapper select {
        cursor: pointer;
        margin: 0;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        z-index: 2;
        line-height: 100%;
        outline: none;
        -khtml-opacity: 0 !important;
        -moz-opacity: 0 !important;
        opacity: 0 !important;
    }
/* disabled */
.nc3 fieldset[disabled] .select-wrapper .holder,
.nc3 .disabled .select-wrapper .holder,
.nc3 fieldset[disabled] .select-wrapper:hover .holder,
.nc3 .disabled .select-wrapper:hover .holder {
    border-color: #c8c8c8;
    color: #a0a0a0;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.nc3 fieldset[disabled] .select-wrapper:after,
.nc3 .disabled .select-wrapper:after,
.nc3 fieldset[disabled] .select-wrapper:hover:after,
.nc3 .disabled .select-wrapper:hover:after {
    background-position: -12px 9px;
    opacity: 0.5;
}

.nc3 fieldset[disabled] label {
    color: #a0a0a0;
}
/* Large select */
.nc3 .select-wrapper-lg .holder {
    height: 48px;
    padding: 15px 30px 13px 6px;
}

.nc3 .select-wrapper-lg:after {
    height: 46px;
    background-position: -10px 21px;
}

.nc3 .select-wrapper-lg:hover:after {
    background-position: -25px 21px;
}

.nc3 .select-wrapper-lg.activeState:after,
.nc3 .select-wrapper-lg.activeState:hover:after {
    background-position: -10px 21px;
}
/* large select */
.nc3 select.input-lg,
.nc3 select.form-control.input-lg {
    height: 48px;
}

.nc3 .select.select-lg:before {
    height: 46px;
}

.nc3 .select.select-lg:after {
    top: 19px;
}
/* Disabled*/
.nc3 fieldset[disabled] .select:hover:before,
.nc3 fieldset[disabled] .select:before,
.nc3 .select.disabled:before,
.nc3 .select.disabled:hover:before {
    background: #f5f5f5;
}

.nc3 fieldset[disabled] .select:hover:after,
.nc3 fieldset[disabled] .select:after,
.nc3 .select.disabled:hover:after,
.nc3 .select.disabled:after {
    background-position: 0px 0;
}
/* Multiple*/
.nc3 select[multiple="multiple"] {
    background: none;
    height: auto;
    min-height: 100%;
    padding: 4px 0 6px;
}

    .nc3 select[multiple="multiple"] option {
        padding-right: 10px;
        padding-left: 10px;
    }

    .nc3 select[multiple="multiple"]:focus,
    .nc3 select[multiple="multiple"]:hover {
        background: none;
        color: #282828;
    }
/* Disabled state */
.nc3 .disabled select,
.nc3 .disabled select.form-control {
    border: 1px solid #d0d0d0;
    color: #a0a0a0;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.nc3 textarea.disabled,
.nc3 textarea[disabled],
.nc3 input[type="text"].disabled,
.nc3 input[type="text"][disabled],
.nc3 input[type="password"].disabled,
.nc3 input[type="password"][disabled],
.nc3 input[type="datetime"].disabled,
.nc3 input[type="datetime"][disabled],
.nc3 input[type="datetime-local"].disabled,
.nc3 input[type="datetime-local"][disabled],
.nc3 input[type="date"].disabled,
.nc3 input[type="date"][disabled],
.nc3 input[type="month"].disabled,
.nc3 input[type="month"][disabled],
.nc3 input[type="time"].disabled,
.nc3 input[type="time"][disabled],
.nc3 input[type="week"].disabled,
.nc3 input[type="week"][disabled],
.nc3 input[type="number"].disabled,
.nc3 input[type="number"][disabled],
.nc3 input[type="email"].disabled,
.nc3 input[type="email"][disabled],
.nc3 input[type="url"].disabled,
.nc3 input[type="url"][disabled],
.nc3 input[type="search"].disabled,
.nc3 input[type="search"][disabled],
.nc3 input[type="tel"].disabled,
.nc3 input[type="tel"][disabled],
.nc3 input[type="color"].disabled,
.nc3 input[type="color"][disabled],
.nc3 .uneditable-input.disabled,
.nc3 .uneditable-input[disabled],
.nc3 fieldset[disabled] input,
.nc3 fieldset[disabled] select {
    cursor: default !important;
    color: #a0a0a0;
    background: #f5f5f5;
}

    .nc3 input[type="radio"][disabled],
    .nc3 input[type="checkbox"][disabled],
    .nc3 fieldset[disabled] input[type="radio"],
    .nc3 fieldset[disabled] input[type="checkbox"],
    .nc3 fieldset[disabled] .checkbox,
    .nc3 fieldset[disabled] .radio,
    .nc3 .form-control[disabled],
    .nc3 fieldset[disabled] .form-control,
    .nc3 fieldset[disabled] .checkbox label {
        cursor: default !important;
    }

        .nc3 fieldset[disabled] .checkbox label {
            color: #a0a0a0;
        }

.nc3 .form-control[disabled],
.nc3 fieldset[disabled] .form-control {
    color: #a0a0a0;
    border: 1px solid #d0d0d0;
    background: #f5f5f5;
}

.nc3 label.disabled,
.nc3 .form-group.disabled label {
    cursor: default !important;
    color: #a0a0a0;
}
/* Serach field */
.nc3 .search-group {
    position: relative;
}

    .nc3 .search-group .clear-search,
    .nc3 .search-group .search-icon {
        position: absolute;
        min-width: 30px;
        height: 28px;
        margin: 0;
        padding: 0;
        text-indent: -9999px;
        border-width: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .nc3 .search-group .clear-search {
        display: none;
        top: 1px;
        right: 2px;
        cursor: pointer;
    }

        .nc3 .search-group .clear-search:before {
            content: "";
            position: absolute;
            opacity: 1;
            width: 16px;
            height: 16px;
            top: 6px;
            right: 6px;
            background: url(img/close-icon.svg) no-repeat 0 -16px transparent;
        }

        .nc3 .search-group .clear-search.show {
            display: block;
        }

    .nc3 .search-group .search-icon {
        top: 1px;
        left: 2px;
        pointer-events: none;
    }

        .nc3 .search-group .search-icon:before {
            content: "";
            position: absolute;
            opacity: 1;
            width: 11px;
            height: 11px;
            top: 8px;
            right: 9px;
            background: url(img/search_small.svg) no-repeat -25px 0 transparent;
        }

    .nc3 .search-group .btn.search-icon {
        position: absolute !important;
        top: 0px;
        right: 0px;
        left: auto;
        cursor: pointer;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        pointer-events: auto;
        border-width: 1px;
        border-style: solid;
        border-color: #d1d1d1 #c9c9c9 #a5a5a5 #c8c8c8;
        -webkit-box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        -webkit-border-radius: 0 15px 15px 0;
        -moz-border-radius: 0 15px 15px 0;
        border-radius: 0 15px 15px 0;
    }

        .nc3 .search-group .btn.search-icon:before {
            content: '';
            position: absolute;
            top: 8px;
            left: 8px;
            width: 11px;
            height: 11px;
            background: url(img/search_small.svg) no-repeat -25px 0 transparent;
        }

        .nc3 .search-group .btn.search-icon + .clear-search {
            right: 30px;
        }

        .nc3 .search-group .btn.search-icon:hover {
            border-color: #becad1 #b9c5cb #969fa4 #b8c2c9;
            background: #e8f6ff;
            background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
            background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
            -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
            -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
            box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
            -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        }

    .nc3 .search-group .form-control:focus + .btn.search-icon {
        border-color: #d1d1d1 #c8c8c8 #a5a5a5 #0089d9;
    }

    .nc3 .search-group .btn.search-icon:active {
        border-color: #b1b1b1 #c6c6c6 #cecece;
        background: #e1e1e1;
        background: -webkit-linear-gradient(top, #e1e1e1 0%, #e4e4e4 100%);
        background: linear-gradient(to bottom, #e1e1e1 0%, #e4e4e4 100%);
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
    }

    .nc3 .search-group .form-control {
        padding-right: 35px;
        padding-left: 30px;
        border-width: 1px;
        border-style: solid;
        border-color: #c8c8c8;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

        .nc3 .search-group .form-control:focus {
            -webkit-box-shadow: 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
            -moz-box-shadow: 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
            box-shadow: 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
        }

            .nc3 .search-group .form-control:focus + .btn.search-icon {
                -webkit-box-shadow: -1px 0px 0 #0089d9;
                -moz-box-shadow: -1px 0px 0 #0089d9;
                box-shadow: -1px 0px 0 #0089d9;
            }

    .nc3 .search-group.typing .form-control:focus {
        -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) -1px -1px 3px rgba(0, 0, 0, 0.1) 1px 1px 0 #0089d9 inset -1px -1px 0 #0089d9 inset;
        -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) -1px -1px 3px rgba(0, 0, 0, 0.1) 1px 1px 0 #0089d9 inset -1px -1px 0 #0089d9 inset;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) -1px -1px 3px rgba(0, 0, 0, 0.1) 1px 1px 0 #0089d9 inset -1px -1px 0 #0089d9 inset;
    }

    .nc3 .search-group.search-group-button .form-control {
        padding-left: 20px;
        padding-right: 60px;
    }

.nc3 .search-group-lg .form-control {
    height: 48px;
    padding-right: 55px;
    padding-left: 50px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.nc3 .search-group-lg .btn.search-icon {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 0 24px 24px 0;
    -moz-border-radius: 0 24px 24px 0;
    border-radius: 0 24px 24px 0;
}

    .nc3 .search-group-lg .btn.search-icon:before {
        top: 12px;
        left: 11px;
        width: 20px;
        height: 20px;
        background: url(img/search_large.svg) no-repeat -27px 0 transparent;
    }

    .nc3 .search-group-lg .btn.search-icon + .clear-search {
        right: 48px;
        height: 46px;
    }

.nc3 .search-group-lg .clear-search:before {
    top: 15px;
}

.nc3 .search-group-lg .search-icon {
    width: 48px;
    height: 48px;
    left: 0;
    top: 0;
    -webkit-border-radius: 0 24px 24px 0;
    -moz-border-radius: 0 24px 24px 0;
    border-radius: 0 24px 24px 0;
}

    .nc3 .search-group-lg .search-icon:before {
        top: 13px;
        left: 18px;
        width: 20px;
        height: 20px;
        background: url(img/search_large.svg) no-repeat -27px 0 transparent;
        opacity: 0.7;
    }

.nc3 .search-group-lg.search-group-button .form-control {
    padding-right: 80px;
}

.nc3 .search-group.search-group-primary .btn.search-icon {
    border-color: #4f8800 #487b00 #336b00;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}

    .nc3 .search-group.search-group-primary .btn.search-icon:before {
        background: url(img/search_small.svg) no-repeat 0px 0 transparent;
    }

.nc3 .search-group.search-group-primary .form-control {
    border-color: #68a611;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.07);
}

    .nc3 .search-group.search-group-primary .form-control:focus {
        -webkit-box-shadow: 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
        -moz-box-shadow: 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
        box-shadow: 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
        border-color: #0089d9;
    }

        .nc3 .search-group.search-group-primary .form-control:focus + .btn.search-icon {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .nc3 .search-group.search-group-primary .form-control:focus + .btn.search-icon {
            border-color: #4f8800 #437400 #336b00 #417100;
        }

.nc3 .search-group.search-group-primary .btn.search-icon:active {
    outline: none;
    border-width: 1px;
    border-color: #325700 #3b6500 #427000;
    background: #3a6400;
    background: -webkit-linear-gradient(top, #3a6400 0%, #406e00 6%, #497d00 100%);
    background: linear-gradient(to bottom, #3a6400 0%, #406e00 6%, #497d00 100%);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
    border-color: #325700 #3b6500 #427000 #3f6c00;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
}

.nc3 .search-group.search-group-primary.search-group-lg .btn.search-icon:before {
    background: url(img/search_large.svg) no-repeat 0px 0 transparent;
    opacity: 1;
}
/*
.no-padding-right-lg > .search-group .search-btn,
.no-padding-right-md > .search-group .search-btn,
.no-padding-right-sm > .search-group .search-btn,
.no-padding-right-xs > .search-group .search-btn,
.no-padding-right > .search-group .search-btn,
.no-padding > .search-group .search-btn,
.no-padding-right-lg  > form .search-group .search-btn,
.no-padding-right-md  > form .search-group .search-btn,
.no-padding-right-sm  > form .search-group .search-btn,
.no-padding-right-xs  > form .search-group .search-btn,
.no-padding-right  > form .search-group .search-btn,
.no-padding > form .search-group .search-btn { right: 0px; } */
/* Responsiveness */
@media (max-width: 769px) {
    .nc3 .form-horizontal .form-group {
        /*margin-left: 0;
		margin-right: 0; */
    }

    .nc3 .has-error .radio input,
    .nc3 .has-error .checkbox input,
    .nc3 .radio .focusState input,
    .nc3 .checkbox .focusState input {
        top: 7px;
    }

    .nc3 .form-inline .radio input[type="radio"],
    .nc3 .radio-inline input[type="radio"],
    .nc3 .form-inline .checkbox input[type="checkbox"],
    .nc3 .checkbox-inline input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .nc3 .radio input,
    .nc3 .checkbox input {
        top: 7px;
    }

    .nc3 select[multiple="multiple"] {
        padding: 4px 10px 6px;
    }
}
/**
 * NC 3.0 styles for:
 *
 * Buttons
 * Button groups
 * Directional buttons
 * Split buttons
 * Dropdowns
 * 
*/
/* Buttons - default and primary */
.nc3 .btn {
    min-width: 160px;
    height: 30px;
    margin-bottom: 6px;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 145%;
    text-decoration: none;
}

    .nc3 .btn:not(.dropdown-toggle) {
        padding: 4px 15px;
    }

    .nc3 .btn.dropdown-toggle {
        position: relative;
        padding-top: 4px;
        padding-right: 30px;
    }

.nc3 .ie11 .btn:not(.left):not(.right):active span:not(.caret),
.nc3 .ie10 .btn:not(.left):not(.right):active span:not(.caret),
.nc3 .ie11 .btn:not(.left):not(.right):focus span:not(.caret),
.nc3 .ie10 .btn:not(.left):not(.right):focus span:not(.caret) {
    display: block;
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
}

.nc3 .btn.btn-default {
    *zoom: 1;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0 #d2d2d2 #b6b6b6;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 10%, #f0f0f0 75%);
    background: linear-gradient(to bottom, #ffffff 10%, #f0f0f0 75%);
    -webkit-box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.12);
    color: #282828;
}

    .nc3 .btn.btn-default:hover,
    .nc3 .btn.btn-default.hover,
    .nc3 .btn-group.hover .btn.btn-default,
    .nc3 .input-group-btn.hover .btn.btn-default {
        background: #e8f6ff;
        background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
        background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
        -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
        -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
        box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
        -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        color: #282828;
    }

    .nc3 .btn.btn-default.focus:hover,
    .nc3 .btn.btn-default:focus:hover {
        background: #e8f6ff;
        background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
        background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
        -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
        -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
        box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
        -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        border-width: 1px;
        border-color: #0089d9;
        -webkit-box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    }

    .nc3 .btn.btn-default.focus,
    .nc3 .btn.btn-default:focus {
        border-color: #0089d9;
        background: #ffffff;
        background: -webkit-linear-gradient(top, #ffffff 10%, #f0f0f0 75%);
        background: linear-gradient(to bottom, #ffffff 10%, #f0f0f0 75%);
        -webkit-box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        /*padding-top: 4px; */
        border-width: 1px;
        outline: none;
        z-index: 20;
    }

        .nc3 .btn.btn-default:active,
        .nc3 .btn.btn-default.active,
        .nc3 .btn.btn-default.active.focus,
        .nc3 .btn.btn-default.focus:active,
        .nc3 .btn.btn-default:focus:active,
        .nc3 .open > .btn-default,
        .nc3 .open > .btn-default:focus,
        .nc3 .btn-group.focus > .btn-default,
        .nc3 .btn-group.focus.hover > .btn-default,
        .nc3 .input-group-btn.focus > .btn-default,
        .nc3 .input-group-btn.focus.hover > .btn-default {
            outline: none;
            border-color: #b1b1b1 #c6c6c6 #cecece;
            background: #dadada;
            background: -webkit-linear-gradient(top, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
            background: linear-gradient(to bottom, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
            -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
            -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
            box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
            border-width: 1px;
        }

            .nc3 .btn.btn-default:not(.btn-lg):active,
            .nc3 .btn.btn-default.active:not(.btn-lg),
            .nc3 .btn.btn-default.active.focus:not(.btn-lg),
            .nc3 .btn.btn-default.focus:not(.btn-lg):active,
            .nc3 .btn.btn-default:not(.btn-lg):focus:active,
            .nc3 .open > .btn-default:not(.btn-lg),
            .nc3 .open > .btn-default:not(.btn-lg):focus,
            .nc3 .btn-group.focus > .btn-default:not(.btn-lg),
            .nc3 .btn-group.focus.hover > .btn-default:not(.btn-lg),
            .nc3 .input-group-btn.focus > .btn-default:not(.btn-lg),
            .nc3 .input-group-btn.focus.hover > .btn-default:not(.btn-lg) {
                padding-top: 4px;
            }

.nc3 .btn-default.disabled,
.nc3 .btn-default[disabled],
.nc3 fieldset[disabled] .btn-default,
.nc3 .btn-default.disabled:hover,
.nc3 .btn-default[disabled]:hover,
.nc3 fieldset[disabled] .btn-default:hover,
.nc3 .btn-default.disabled:focus,
.nc3 .btn-default[disabled]:focus,
.nc3 fieldset[disabled] .btn-default:focus,
.nc3 .btn-default.disabled:active,
.nc3 .btn-default[disabled]:active,
.nc3 fieldset[disabled] .btn-default:active,
.nc3 .btn-default.disabled.active,
.nc3 .btn-default.active[disabled],
.nc3 fieldset[disabled] .btn-default.active {
    opacity: 1;
    border-width: 1px !important;
    border-color: #d0d0d0 !important;
    color: #a0a0a0;
    background: #f5f5f5;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    cursor: default;
    pointer-events: none;
}

    .nc3 .btn-default.dropdown-toggle.disabled .caret,
    .nc3 .btn-default.dropdown-toggle[disabled] .caret,
    .nc3 fieldset[disabled] .btn-default.dropdown-toggle .caret,
    .nc3 .btn-default.dropdown-toggle.disabled:hover .caret,
    .nc3 .btn-default.dropdown-toggle[disabled]:hover .caret,
    .nc3 fieldset[disabled] .btn-default.dropdown-toggle:hover .caret,
    .nc3 .btn-default.dropdown-toggle.disabled:focus .caret,
    .nc3 .btn-default.dropdown-toggle[disabled]:focus .caret,
    .nc3 fieldset[disabled] .btn-default.dropdown-toggle:focus .caret,
    .nc3 .btn-default.dropdown-toggle.disabled:active .caret,
    .nc3 .btn-default.dropdown-toggle[disabled]:active .caret,
    .nc3 fieldset[disabled] .btn-default.dropdown-toggle:active .caret,
    .nc3 .btn-default.dropdown-toggle.disabled.active .caret,
    .nc3 .btn-default.dropdown-toggle.active[disabled] .caret,
    .nc3 fieldset[disabled] .btn-default.dropdown-toggle.active .caret {
        opacity: 0.5;
    }
/*primary*/
.nc3 .btn.btn-primary {
    *zoom: 1;
    border-width: 1px;
    border-style: solid;
    border-color: #4f8800 #437400 #2d5e00;
    color: #fff;
    background: #4d8500;
    background: -webkit-linear-gradient(top, #569400 0%, #487c00 40%, #477a00 100%);
    background: linear-gradient(to bottom, #569400 0%, #487c00 40%, #477a00 100%);
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: subpixel-antialiased;
}

    .nc3 .btn.btn-primary:not(.left):not(.right):hover,
    .nc3 .btn-group.hover .btn.btn-primary {
        border-width: 1px;
        border-color: #579400 #497c00 #316400;
        color: #fff;
        background: #5da000;
        background: -webkit-linear-gradient(top, #5da000 0%, #508a00 45%, #4f8700 100%);
        background: linear-gradient(to bottom, #5da000 0%, #508a00 45%, #4f8700 100%);
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
    }

    .nc3 .btn.btn-primary:not(.left):not(.right).focus:hover,
    .nc3 .btn.btn-primary:not(.left):not(.right):focus:hover {
        border-color: #579400 #497c00 #316400;
        color: #fff;
        background: #5da000;
        background: -webkit-linear-gradient(top, #5da000 0%, #508a00 45%, #4f8700 100%);
        background: linear-gradient(to bottom, #5da000 0%, #508a00 45%, #4f8700 100%);
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
        border-width: 1px;
        border-style: solid;
        border-color: #d7d7d7 #d7d7d7 #b1b1b1;
        -webkit-box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
        -moz-box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
        box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
    }

    .nc3 .btn.btn-primary:not(.left):not(.right).focus,
    .nc3 .btn.btn-primary:not(.left):not(.right):focus {
        position: relative;
        outline: none;
        border-width: 1px;
        border-style: solid;
        border-color: #d7d7d7 #d7d7d7 #b8b8b8;
        background: #477a00;
        background: -webkit-linear-gradient(top, #4b8000 0%, #549000 5%, #477a00 95%, #3e6b00 100%);
        background: linear-gradient(to bottom, #4b8000 0%, #549000 5%, #477a00 95%, #3e6b00 100%);
        -webkit-box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
        -moz-box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
        box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
        z-index: 20;
    }

        .nc3 .btn.btn-primary:not(.left):not(.right).focus:active,
        .nc3 .btn.btn-primary:not(.left):not(.right):focus:active {
            outline: none;
            border-width: 1px;
            border-color: #325700 #3b6500 #427000;
            background: #3a6400;
            background: -webkit-linear-gradient(top, #3a6400 0%, #406e00 6%, #497d00 100%);
            background: linear-gradient(to bottom, #3a6400 0%, #406e00 6%, #497d00 100%);
            -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
            -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
        }

    .nc3 .btn.btn-primary:not(.left):not(.right):active,
    .nc3 .btn.btn-primary.active:not(.left):not(.right),
    .nc3 .btn-group.open:not(.btn-split) > .btn-primary:not(.left):not(.right),
    .nc3 .btn-group.open.hover:not(.btn-split) > .btn-primary:not(.left):not(.right),
    .nc3 .btn-group.open.hover:not(.btn-split) > .btn-primary:not(.left):not(.right):hover,
    .nc3 .btn-group.open:not(.btn-split) > .btn-primary:not(.left):not(.right):focus,
    .nc3 .btn-group.focus.open:not(.btn-split) > .btn-primary:not(.left):not(.right):focus,
    .nc3 .btn-group.focus > .btn-primary:not(.left):not(.right):focus,
    .nc3 .btn-group.focus > .btn-primary:not(.left):not(.right),
    .nc3 .btn-group.focus.hover > .btn-primary:not(.left):not(.right) {
        outline: none;
        border-width: 1px;
        border-color: #325700 #3b6500 #427000;
        background: #3a6400;
        background: -webkit-linear-gradient(top, #3a6400 0%, #406e00 6%, #497d00 100%);
        background: linear-gradient(to bottom, #3a6400 0%, #406e00 6%, #497d00 100%);
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
    }

.nc3 .btn-primary.disabled:not(.left):not(.right),
.nc3 .btn-primary[disabled]:not(.left):not(.right),
.nc3 fieldset[disabled] .btn-primary:not(.left):not(.right),
.nc3 .btn-primary.disabled:not(.left):not(.right):hover,
.nc3 .btn-primary[disabled]:not(.left):not(.right):hover,
.nc3 fieldset[disabled] .btn-primary:not(.left):not(.right):hover,
.nc3 .btn-primary.disabled:not(.left):not(.right):focus,
.nc3 .btn-primary[disabled]:not(.left):not(.right):focus,
.nc3 fieldset[disabled] .btn-primary:not(.left):not(.right):focus,
.nc3 .btn-primary.disabled:not(.left):not(.right):active,
.nc3 .btn-primary[disabled]:not(.left):not(.right):active,
.nc3 fieldset[disabled] .btn-primary:not(.left):not(.right):active,
.nc3 .btn-primary.disabled.active:not(.left):not(.right),
.nc3 .btn-primary.active[disabled]:not(.left):not(.right),
.nc3 fieldset[disabled] .btn-primary.active:not(.left):not(.right) {
    opacity: 1;
    border-width: 1px !important;
    border-color: #89a563;
    color: #dce6cf;
    background: #95b36b;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: default;
    pointer-events: none;
}

.nc3 .btn[disabled],
.nc3 .btn.disabled {
    opacity: 1;
}

.nc3 .ie11 .btn.btn-primary:not(.right):not(.left):not(.disabled):not([disabled]),
.nc3 .ie10 .btn.btn-primary:not(.right):not(.left):not(.disabled):not([disabled]) {
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15), inset 0px -1px 0px #477a00, inset 1px 1px 0px #4e8700, inset -1px 0px 0px #4e8700;
    -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15), inset 0px -1px 0px #477a00, inset 1px 1px 0px #4e8700, inset -1px 0px 0px #4e8700;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15), inset 0px -1px 0px #477a00, inset 1px 1px 0px #4e8700, inset -1px 0px 0px #4e8700;
}

    .nc3 .ie11 .btn.btn-primary:not(.right):not(.left):not(.disabled):not([disabled]):hover,
    .nc3 .ie10 .btn.btn-primary:not(.right):not(.left):not(.disabled):not([disabled]):hover {
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px -1px 0px #4f8700, inset 1px 1px 0px #548f00, inset -1px 0px 0px #548f00 !important;
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px -1px 0px #4f8700, inset 1px 1px 0px #548f00, inset -1px 0px 0px #548f00 !important;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px -1px 0px #4f8700, inset 1px 1px 0px #548f00, inset -1px 0px 0px #548f00 !important;
    }

    .nc3 .ie11 .btn.btn-primary:not(.right):not(.left):not(.disabled):not([disabled]):active,
    .nc3 .ie10 .btn.btn-primary:not(.right):not(.left):not(.disabled):not([disabled]):active {
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px -1px 0px #497d00, inset 1px 1px 0px #447500, inset -1px 0px 0px #447500 !important;
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px -1px 0px #497d00, inset 1px 1px 0px #447500, inset -1px 0px 0px #447500 !important;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px -1px 0px #497d00, inset 1px 1px 0px #447500, inset -1px 0px 0px #447500 !important;
    }
/*link*/
.nc3 .btn.btn-link {
    min-width: 0;
    padding: 0px;
    outline: none;
    color: #0974b3;
}
/* Large buttons */
.nc3 .btn:not(.dropdown-toggle).btn-lg,
.nc3 .btn-group-lg > .btn:not(.dropdown-toggle) {
    height: 48px;
    padding: 7px 15px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.nc3 a.btn:not(.dropdown-toggle):not(.left):not(.right).btn-lg,
.nc3 a.btn:not(.dropdown-toggle):not(.left):not(.right).btn-lg:hover {
    padding: 13px 15px;
}

.nc3 .btn.dropdown-toggle.btn-lg {
    height: 48px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/* Attach button */
.nc3 .btn.btn-attach {
    position: relative;
    padding-left: 32px;
    padding-right: 22px;
}

    .nc3 .btn.btn-attach .attach-icon:before {
        content: "";
        position: absolute;
        top: 6px;
        left: 8px;
        width: 16px;
        height: 16px;
        background: url(img/vismaicons/worksurface/16_attach.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .nc3 .btn.btn-attach:hover .attach-icon:before {
        background-position: -72px 0;
    }

    .nc3 .btn.btn-attach:focus,
    .nc3 .btn.btn-attach.active:focus {
        padding-left: 32px !important;
        padding-right: 22px !important;
    }

        .nc3 .btn.btn-attach:focus .attach-icon:before,
        .nc3 .btn.btn-attach.active:focus .attach-icon:before {
            background-position: -108px 0;
        }

    .nc3 .btn.btn-attach:active .attach-icon:before {
        background-position: -108px 0;
    }

    .nc3 .btn.btn-attach.btn-lg .attach-icon:before {
        top: 12px;
    }

    .nc3 .btn.btn-attach.disabled .attach-icon:before,
    .nc3 .btn.btn-attach.disabled:hover .attach-icon:before,
    .nc3 .btn.btn-attach.disabled:focus .attach-icon:before,
    .nc3 .btn.btn-attach.disabled:active .attach-icon:before {
        cursor: default;
        pointer-events: none;
        background-position: -36px 0;
    }
/* Directional buttons */
.nc3 .btn.left,
.nc3 .btn.right,
.nc3 .btn.left:hover,
.nc3 .btn.right:hover,
.nc3 .btn.left:focus,
.nc3 .btn.right:focus,
.nc3 .btn.left.focus,
.nc3 .btn.right.focus {
    display: inline-block;
    min-width: 90px;
    height: 32px;
    padding-top: 0 !important;
    border: none;
    outline: none;
    color: #282828;
    text-shadow: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .nc3 .btn.left span,
    .nc3 .btn.right span {
        display: inline-block;
        position: relative;
        min-width: 149px;
        height: 32px;
        padding-top: 9px;
        padding-bottom: 3px;
        line-height: 11px;
    }

.nc3 .btn.left {
    padding-right: 0;
    padding-left: 14px;
    background: url(img/directional-buttons/left-arrows-default.svg) no-repeat left top;
}

    .nc3 .btn.left:hover {
        background-position: left -72px;
    }

    .nc3 .btn.left:focus,
    .nc3 .btn.left.focus {
        background-position: left -107px;
    }

    .nc3 .btn.left:active,
    .nc3 .btn.left.active {
        background-position: left -144px;
    }

    .nc3 .btn.left[disabled],
    .nc3 .btn.left.disabled {
        color: #a0a0a0;
        background-position: left -35px;
    }

    .nc3 .btn.left span {
        margin-left: 0;
        padding-right: 25px;
        padding-left: 11px;
        background: url(img/directional-buttons/left-arrows-ends-default.svg) no-repeat right top;
    }

.nc3 .ie11 .btn.left span {
    margin-left: -1px;
}

.nc3 .btn.left:hover span {
    background-position: right -72px;
}

.nc3 .btn.left:focus span,
.nc3 .btn.left.focus span {
    background-position: right -107px;
}

.nc3 .btn.left:active span,
.nc3 .btn.left.active span {
    background-position: right -144px;
}

.nc3 .btn.left[disabled] span,
.nc3 .btn.left.disabled span {
    background-position: right -35px;
}

.nc3 .btn.right {
    margin-left: 0px;
    padding-right: 14px;
    padding-left: 0;
    background: url(img/directional-buttons/right-arrows-default.svg) no-repeat right top;
}

    .nc3 .btn.right:hover {
        background-position: right -72px;
    }

    .nc3 .btn.right.focus,
    .nc3 .btn.right:focus {
        background-position: right -107px;
    }

    .nc3 .btn.right:active,
    .nc3 .btn.right.active {
        background-position: right -144px;
    }

    .nc3 .btn.right[disabled],
    .nc3 .btn.right.disabled {
        color: #a0a0a0;
        background-position: right -35px;
    }

    .nc3 .btn.right span {
        margin-right: 0px;
        padding-right: 11px;
        padding-left: 25px;
        background: url(img/directional-buttons/right-arrows-ends-default.svg) no-repeat left top;
    }

.nc3 .ie11 .btn.right span {
    margin-right: -1px;
}

.nc3 .btn.right:hover span {
    background-position: left -72px;
}

.nc3 .btn.right:focus span,
.nc3 .btn.right.focus span {
    background-position: left -107px;
}

.nc3 .btn.right:active span,
.nc3 .btn.right.active span {
    background-position: left -144px;
}

.nc3 .btn.right[disabled] span,
.nc3 .btn.right.disabled span {
    background-position: left -35px;
}
/* Arrow buttons - Primary */
.nc3 .btn.left.btn-primary,
.nc3 .btn.right.btn-primary,
.nc3 .btn.left.btn-primary:hover,
.nc3 .btn.right.btn-primary:hover,
.nc3 .btn.left.btn-primary:focus,
.nc3 .btn.right.btn-primary:focus,
.nc3 .btn.left.btn-primary.focus,
.nc3 .btn.right.btn-primary.focus {
    height: 34px;
    border: none;
    color: #fff;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.nc3 .btn.left span,
.nc3 .btn.right span {
    height: 34px;
}
/* Left arrow */
.nc3 .btn.left.btn-primary {
    color: #fff;
    background: url(img/directional-buttons/left-arrows-primary.svg) no-repeat scroll left top;
}

    .nc3 .btn.left.btn-primary:hover {
        background-position: left -72px;
    }

    .nc3 .btn.left.btn-primary:focus,
    .nc3 .btn.left.btn-primary.focus {
        margin-top: -2px;
        background-position: left -107px;
    }

    .nc3 .btn.left.btn-primary:active,
    .nc3 .btn.left.btn-primary.active {
        margin-top: 0px;
        background-position: left -144px;
    }

    .nc3 .btn.left.btn-primary[disabled],
    .nc3 .btn.left.btn-primary.disabled {
        color: #d7e6c3;
        background-position: left -35px;
    }

    .nc3 .btn.left.btn-primary span {
        background: url(img/directional-buttons/left-arrows-ends-primary.svg) no-repeat right top;
    }

    .nc3 .btn.left.btn-primary:hover span {
        background-position: right -72px;
    }

    .nc3 .btn.left.btn-primary:focus span,
    .nc3 .btn.left.btn-primary.focus span {
        padding-top: 10px;
        background-position: right -107px;
    }

    .nc3 .btn.left.btn-primary:active span,
    .nc3 .btn.left.btn-primary.active span {
        padding-top: 9px;
        background-position: right -144px;
    }

    .nc3 .btn.left.btn-primary[disabled] span,
    .nc3 .btn.left.btn-primary.disabled span {
        background-position: right -35px;
    }
/* Right arrow */
.nc3 .btn.right.btn-primary {
    background: url(img/directional-buttons/right-arrows-primary.svg) no-repeat scroll right top;
}

    .nc3 .btn.right.btn-primary:hover {
        background-position: right -72px;
    }

    .nc3 .btn.right.btn-primary:focus,
    .nc3 .btn.right.btn-primary.focus {
        margin-top: -2px;
        background-position: right -107px;
    }

    .nc3 .btn.right.btn-primary:active,
    .nc3 .btn.right.btn-primary.active {
        margin-top: 0px;
        background-position: right -144px;
    }

    .nc3 .btn.right.btn-primary[disabled],
    .nc3 .btn.right.btn-primary.disabled {
        color: #d7e6c3;
        background-position: right -35px;
    }

    .nc3 .btn.right.btn-primary span {
        background: url(img/directional-buttons/right-arrows-ends-primary.svg) no-repeat left top;
    }

    .nc3 .btn.right.btn-primary:hover span {
        background-position: left -72px;
    }

    .nc3 .btn.right.btn-primary:focus span,
    .nc3 .btn.right.btn-primary.focus span {
        padding-top: 10px;
        background-position: left -107px;
    }

    .nc3 .btn.right.btn-primary:active span,
    .nc3 .btn.right.btn-primary.active span {
        padding-top: 9px;
        background-position: left -144px;
    }

    .nc3 .btn.right.btn-primary[disabled] span,
    .nc3 .btn.right.btn-primary.disabled span {
        background-position: left -35px;
    }
/* Dropdowns */
.nc3 .dropdown-menu {
    min-width: 160px;
    left: auto;
    margin-top: -7px;
    padding: 10px 0;
    font-size: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #e7e7e7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .nc3 .dropdown-menu > li > a:not(.btn),
    .nc3 .dropdown li > a:not(.btn) {
        padding: 6px 15px 7px 20px;
        border-bottom: 0 !important;
        color: #282828;
        line-height: 120%;
        text-decoration: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .nc3 .dropdown-menu > li > a:not(.btn):hover,
        .nc3 .dropdown li > a:not(.btn):hover {
            background: #ccebff;
            -webkit-box-shadow: 0 -1px 0 #ccebff;
            -moz-box-shadow: 0 -1px 0 #ccebff;
            box-shadow: 0 -1px 0 #ccebff;
        }

        .nc3 .dropdown-menu > li > a:not(.btn):focus {
            outline: 2px solid #0089d9;
            background: transparent;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .nc3 .dropdown-menu > li > a:not(.btn):active,
        .nc3 .dropdown-menu > li > a.active:not(.btn),
        .nc3 .dropdown-menu > li > a.active:not(.btn):hover,
        .nc3 .dropdown li > a:not(.btn):active,
        .nc3 .dropdown li > a.active:not(.btn),
        .nc3 .dropdown li > a.active:not(.btn):hover {
            outline: none;
            background: #f0f0f0;
            -webkit-box-shadow: 0 -1px 0 #ccebff;
            -moz-box-shadow: 0 -1px 0 #ccebff;
            box-shadow: 0 -1px 0 #ccebff;
        }

    .nc3 .dropdown-menu > .disabled > a:not(.btn):hover,
    .nc3 .dropdown-menu > .disabled > a:not(.btn):focus {
        cursor: default;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.nc3 .dropdown-header {
    margin: 0px 20px 3px;
    padding: 15px 0px 1px;
    border-bottom: 1px solid #ebebeb;
    color: #737373;
    font-size: 14px;
    font-weight: normal;
}

    .nc3 .dropdown-header:first-child {
        padding-top: 6px;
    }

.nc3 .dropdown-menu .divider {
    display: none;
}
/*.dropdown .dropdown-menu { 
	&:before {
		border-bottom: 7px solid rgba(0, 0, 0, 0.1);
		top: -15px;
		}
		
	&:after {
		border-bottom: 7px solid #fff;
		top: -13px; 
		}
		
	&:before, &:after {
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 7px solid transparent;
		content: "";
		height: 0;
		left: 40px;
		position: absolute;
		top: -13px;
		width: 0;
		}
	} */
/* Button Groups */
.nc3 .btn-toolbar {
    margin-bottom: 6px;
}

    .nc3 .btn-toolbar .dropdown-menu {
        margin-top: -1px;
    }

    .nc3 .btn-toolbar .btn-group .btn,
    .nc3 .btn-toolbar .btn-group .btn:first-child {
        height: 30px;
        min-width: 210px;
        margin-bottom: 0px;
        z-index: 3;
    }

    .nc3 .btn-toolbar .btn-group-lg .btn,
    .nc3 .btn-toolbar .btn-group-lg .btn:first-child {
        height: 48px;
        font-size: 14px;
    }

        .nc3 .btn-toolbar .btn-group .btn:not(.dropdown-toggle),
        .nc3 .btn-toolbar .btn-group-lg .btn:not(.dropdown-toggle) {
            padding: 0px 15px;
        }

        .nc3 .btn-toolbar .btn-group .btn.dropdown-toggle,
        .nc3 .btn-toolbar .btn-group-lg .btn.dropdown-toggle {
            padding-right: 30px;
        }

            .nc3 .btn-toolbar .btn-group-lg .btn.dropdown-toggle .caret {
                top: 20px;
            }

    .nc3 .btn-toolbar .btn-group .btn + .btn:before,
    .nc3 .btn-toolbar .btn-group .btn + .btn-group:before,
    .nc3 .btn-toolbar .btn-group .btn-group + .btn:before,
    .nc3 .btn-toolbar .btn-group .btn-group + .btn-group:before,
    .nc3 .btn-toolbar .btn-group .btn-group .btn:before {
        content: '';
        position: absolute;
        top: 1px;
        left: -2px;
        width: 3px;
        height: 28px;
        background: url(img/default-btn-sep.png) no-repeat center center transparent;
    }

    .nc3 .btn-toolbar .btn-group-lg .btn + .btn:before,
    .nc3 .btn-toolbar .btn-group-lg .btn + .btn-group:before,
    .nc3 .btn-toolbar .btn-group-lg .btn-group + .btn:before,
    .nc3 .btn-toolbar .btn-group-lg .btn-group + .btn-group:before,
    .nc3 .btn-toolbar .btn-group-lg .btn-group .btn:before {
        height: 46px;
        background: url(img/default-btn-lg-sep.png) no-repeat center center transparent;
    }

    .nc3 .btn-toolbar .btn-group .btn + .btn,
    .nc3 .btn-toolbar .btn-group .btn + .btn-group,
    .nc3 .btn-toolbar .btn-group .btn-group + .btn,
    .nc3 .btn-toolbar .btn-group .btn-group + .btn-group {
        margin-left: 0px;
    }

    .nc3 .btn-toolbar .btn-group .btn:not(:first-child):not(:last-child) {
        border-left-width: 0;
        border-right-width: 0;
    }

    .nc3 .btn-toolbar .btn-group .btn:not(:last-child):first-child {
        border-right-width: 0;
    }

    .nc3 .btn-toolbar .btn-group > .btn-group:first-child:not(:last-child) .btn {
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
    }

    .nc3 .btn-toolbar .btn-group .btn:not(:first-child):last-child {
        border-left-width: 0;
        border-right-width: 1px;
    }

    .nc3 .btn-toolbar .btn-group > .btn-group:last-child:not(:first-child) .btn {
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
    }

    .nc3 .btn-toolbar .btn-group > .btn-group:not(:last-child):not(:first-child) .btn {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .nc3 .btn-toolbar .btn-group > .btn + .btn-group .btn {
        border-right-width: 1px;
        border-left-width: 0;
    }

    .nc3 .btn-toolbar .btn-group:only-child .btn:only-child,
    .nc3 .btn-toolbar .btn-group:only-child .btn:only-child:hover {
        border-right: 1px solid #c1c1c1;
        border-left: 1px solid #c1c1c1;
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius: 4px !important;
    }

        .nc3 .btn-toolbar .btn-group:only-child .btn:only-child:before,
        .nc3 .btn-toolbar .btn-group:only-child .btn:only-child:hover:before {
            display: none;
        }

    .nc3 .btn-toolbar .btn-group .btn:focus {
        z-index: 22;
    }

    .nc3 .btn-toolbar .btn-group .btn:focus,
    .nc3 .btn-toolbar .btn-group .btn.focus {
        outline: 1px solid #0089d9;
        -webkit-box-shadow: -2px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset;
        -moz-box-shadow: -2px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset;
        box-shadow: -2px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset;
    }

        .nc3 .btn-toolbar .btn-group .btn:focus:first-child,
        .nc3 .btn-toolbar .btn-group .btn.focus:first-child {
            -webkit-box-shadow: -2px 0 0 #0089d9 inset, 1px 0 0 #0089d9 inset;
            -moz-box-shadow: -2px 0 0 #0089d9 inset, 1px 0 0 #0089d9 inset;
            box-shadow: -2px 0 0 #0089d9 inset, 1px 0 0 #0089d9 inset;
        }

    .nc3 .btn-toolbar .btn-group:only-child .btn:only-child:focus {
        -webkit-box-shadow: -2px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset;
        -moz-box-shadow: -2px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset;
        box-shadow: -2px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset;
    }

    .nc3 .btn-toolbar .btn-group .btn + .btn:focus:before,
    .nc3 .btn-toolbar .btn-group .btn + .btn-group:focus:before,
    .nc3 .btn-toolbar .btn-group .btn-group + .btn:focus:before,
    .nc3 .btn-toolbar .btn-group .btn-group + .btn-group:focus:before,
    .nc3 .btn-toolbar .btn-group .btn-group .btn:focus:before,
    .nc3 .btn-toolbar .btn-group .btn + .btn.focus:before,
    .nc3 .btn-toolbar .btn-group .btn + .btn-group.focus:before,
    .nc3 .btn-toolbar .btn-group .btn-group + .btn.focus:before,
    .nc3 .btn-toolbar .btn-group .btn-group + .btn-group.focus:before,
    .nc3 .btn-toolbar .btn-group .btn-group .btn.focus:before,
    .nc3 .btn-toolbar .btn-group .btn:focus + .btn:before,
    .nc3 .btn-toolbar .btn-group .btn:focus + .btn-group:before,
    .nc3 .btn-toolbar .btn-group .btn-group:focus + .btn:before,
    .nc3 .btn-toolbar .btn-group .btn-group:focus + .btn-group:before,
    .nc3 .btn-toolbar .btn-group .btn-group:focus .btn:before,
    .nc3 .btn-toolbar .btn-group .btn.focus + .btn:before,
    .nc3 .btn-toolbar .btn-group .btn.focus + .btn-group:before,
    .nc3 .btn-toolbar .btn-group .btn-group.focus + .btn:before,
    .nc3 .btn-toolbar .btn-group .btn-group.focus + .btn-group:before,
    .nc3 .btn-toolbar .btn-group .btn-group.focus .btn:before {
        display: none;
    }

    .nc3 .btn-toolbar .btn-group .btn.btn-default.active {
        /*border-width: 1px; */
        border-color: #cbcbcb #d9d9d9 #4d8400;
        color: #282828;
        background: #f7f7f7;
        background: -webkit-linear-gradient(top, #f7f7f7 0%, #f5f5f5 100%);
        background: linear-gradient(to bottom, #f7f7f7 0%, #f5f5f5 100%);
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
    }

    .nc3 .btn-toolbar .btn-group.open .btn.btn-default {
        border-color: #b1b1b1 #c5c5c5 #cecece;
        color: #282828;
        background: #e1e1e1;
        background: -webkit-linear-gradient(top, #e1e1e1 0%, #e4e4e4 100%);
        background: linear-gradient(to bottom, #e1e1e1 0%, #e4e4e4 100%);
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    }

    .nc3 .btn-toolbar .btn-group .btn.btn-default.active:hover {
        background: #e8f6ff;
        background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
        background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
        -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
        -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
        box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
        -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0 -1px 0 #4d8400 inset;
        -moz-box-shadow: 0 -1px 0 #4d8400 inset;
        box-shadow: 0 -1px 0 #4d8400 inset;
    }

    .nc3 .btn-toolbar .btn-group.open .btn.btn-default:hover {
        background: #dbdbdb;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
    }

    .nc3 .btn-toolbar .btn-group.open .btn.btn-default:focus,
    .nc3 .btn-toolbar .btn-group.open .btn.btn-default.focus {
        outline: 1px solid #0089d9;
        -webkit-box-shadow: -2px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset;
        -moz-box-shadow: -2px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset;
        box-shadow: -2px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset;
    }

    .nc3 .btn-toolbar .btn-group .btn.btn-default:active,
    .nc3 .btn-toolbar .btn-group .btn.btn-default.pressed {
        border-color: #b1b1b1 #c5c5c5 #cecece;
        color: #282828;
        background: #e1e1e1;
        background: -webkit-linear-gradient(top, #e1e1e1 0%, #e4e4e4 100%);
        background: linear-gradient(to bottom, #e1e1e1 0%, #e4e4e4 100%);
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
        padding-top: 0;
        padding-bottom: 0;
        outline: none;
    }

    .nc3 .btn-toolbar .btn-group:only-child .btn:only-child:active,
    .nc3 .btn-toolbar .btn-group:only-child .btn:only-child.pressed {
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    }

    .nc3 .btn-toolbar .btn-group .btn.btn-default.active:focus,
    .nc3 .btn-toolbar .btn-group .btn.btn-default.active.focus {
        /*border-width: 1px; */
        border-color: #cbcbcb #d9d9d9 #4d8400;
        color: #282828;
        background: #f7f7f7;
        background: -webkit-linear-gradient(top, #f7f7f7 0%, #f5f5f5 100%);
        background: linear-gradient(to bottom, #f7f7f7 0%, #f5f5f5 100%);
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        border-color: #0089d9 #0089d9 #4d8400 #0089d9;
        -webkit-box-shadow: -1px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset, 0 -1px 0 #4d8400 inset;
        -moz-box-shadow: -1px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset, 0 -1px 0 #4d8400 inset;
        box-shadow: -1px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset, 0 -1px 0 #4d8400 inset;
    }

        .nc3 .btn-toolbar .btn-group .btn.btn-default.active:focus:after,
        .nc3 .btn-toolbar .btn-group .btn.btn-default.active.focus:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            border-bottom: 1px solid #4d8400;
        }

    .nc3 .btn-toolbar .btn-group:only-child .btn.active:focus:only-child,
    .nc3 .btn-toolbar .btn-group:only-child .btn.active.focus:only-child {
        -webkit-box-shadow: -1px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset, 0 -1px 0 #4d8400 inset;
        -moz-box-shadow: -1px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset, 0 -1px 0 #4d8400 inset;
        box-shadow: -1px 0 0 #0089d9 inset, 2px 0 0 #0089d9 inset, 0 -1px 0 #4d8400 inset;
    }

    .nc3 .btn-toolbar .btn-group .btn.btn-default.active:active {
        border-color: #b1b1b1 #c5c5c5 #cecece;
        color: #282828;
        background: #e1e1e1;
        background: -webkit-linear-gradient(top, #e1e1e1 0%, #e4e4e4 100%);
        background: linear-gradient(to bottom, #e1e1e1 0%, #e4e4e4 100%);
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
        position: relative;
        border-color: #cbcbcb #d9d9d9 #4d8400;
        -webkit-box-shadow: 0 -1px 0 #4d8400 inset, 0 1px 1px rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow: 0 -1px 0 #4d8400 inset, 0 1px 1px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 -1px 0 #4d8400 inset, 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    }

        .nc3 .btn-toolbar .btn-group .btn.btn-default.active:active:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            border-bottom: 1px solid #4d8400;
        }

    .nc3 .btn-toolbar .btn-group-justified .btn {
        height: 30px;
    }

        .nc3 .btn-toolbar .btn-group-justified .btn + .btn-group .btn {
            height: 39px;
        }

    .nc3 .btn-toolbar .btn-group-lg.btn-group-justified .btn {
        height: 48px;
        font-size: 14px;
        line-height: 140%;
    }

    .nc3 .btn-toolbar .btn-group-lg.btn-group-justified .btn-group .btn {
        height: 48px;
        padding-top: 0;
        padding-bottom: 0;
    }

        .nc3 .btn-toolbar .btn-group-lg.btn-group-justified .btn-group .btn + .btn:before {
            height: 46px;
            background: transparent url(img/default-btn-lg-sep.png) no-repeat scroll center center;
        }

    .nc3 .btn-toolbar .btn-group.btn-group-lg .btn.dropdown-toggle,
    .nc3 .btn-toolbar .btn-group.btn-group-lg .btn.dropdown-toggle.active,
    .nc3 .btn-toolbar .btn-group.btn-group-lg .btn.dropdown-toggle:active {
        padding-top: 0;
        padding-bottom: 0;
    }
    /* .btn-toolbar */
    .nc3 .btn-toolbar.btn-toolbar-primary .btn-group.open .btn,
    .nc3 .btn-toolbar.btn-toolbar-primary .btn.active,
    .nc3 .btn-toolbar.btn-toolbar-primary .btn:active {
        color: #fff;
    }

        .nc3 .btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default.active,
        .nc3 .btn-toolbar.btn-toolbar-primary .btn-group.open .btn.btn-default {
            outline: none;
            background: #3a6400;
            background: -webkit-linear-gradient(top, #3a6400 0%, #406e00 6%, #497d00 100%);
            background: linear-gradient(to bottom, #3a6400 0%, #406e00 6%, #497d00 100%);
            -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
            -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
            border-width: 1px;
            border-color: #325700 #3b6500 #427000;
            color: #fff;
            -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15);
            -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15);
            box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15);
            z-index: 20;
        }

            .nc3 .btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default.active:hover,
            .nc3 .btn-toolbar.btn-toolbar-primary .btn-group.open .btn.btn-default:hover {
                border-width: 1px;
                color: #fff;
                background: #5da000;
                background: -webkit-linear-gradient(top, #5da000 0%, #508a00 45%, #4f8700 100%);
                background: linear-gradient(to bottom, #5da000 0%, #508a00 45%, #4f8700 100%);
                -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
                -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
                box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
                border-color: #579400 #497c00 #316400;
            }

            .nc3 .btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default:focus,
            .nc3 .btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default.focus,
            .nc3 .btn-toolbar.btn-toolbar-primary .btn-group.open .btn.btn-default:focus,
            .nc3 .btn-toolbar.btn-toolbar-primary .btn-group.open .btn.btn-default.focus {
                position: relative;
                outline: none;
                border-width: 1px;
                border-style: solid;
                border-color: #d7d7d7 #d7d7d7 #b8b8b8;
                background: #477a00;
                background: -webkit-linear-gradient(top, #4b8000 0%, #549000 5%, #477a00 95%, #3e6b00 100%);
                background: linear-gradient(to bottom, #4b8000 0%, #549000 5%, #477a00 95%, #3e6b00 100%);
                color: #fff;
                border-color: #d7d7d7 #d7d7d7 #b1b1b1;
                -webkit-box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
                -moz-box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
                box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
            }

    .nc3 .btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default:active {
        outline: none;
        border-width: 1px;
        border-color: #325700 #3b6500 #427000;
        background: #3a6400;
        background: -webkit-linear-gradient(top, #3a6400 0%, #406e00 6%, #497d00 100%);
        background: linear-gradient(to bottom, #3a6400 0%, #406e00 6%, #497d00 100%);
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
        color: #fff;
    }

        .nc3 .btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default:active .caret {
            background-position: 0 0;
        }

    .nc3 .btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default.active:focus,
    .nc3 .btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default.active.focus {
        z-index: 4;
        border-color: #d7d7d7 #d7d7d7 #b1b1b1;
        -webkit-box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
        -moz-box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
        box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
    }

    .nc3 .btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default.active:active {
        outline: none;
        border-width: 1px;
        border-color: #325700 #3b6500 #427000;
        background: #3a6400;
        background: -webkit-linear-gradient(top, #3a6400 0%, #406e00 6%, #497d00 100%);
        background: linear-gradient(to bottom, #3a6400 0%, #406e00 6%, #497d00 100%);
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
    }

    .nc3 .btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default.active:focus:after,
    .nc3 .btn-toolbar.btn-toolbar-primary .btn-group .btn.btn-default.active.focus:after {
        display: none;
    }

    .nc3 .btn-toolbar.btn-toolbar-primary .btn-group.open .btn.dropdown-toggle .caret,
    .nc3 .btn-toolbar.btn-toolbar-primary .btn-group .btn.dropdown-toggle.active .caret {
        background-position: 0 -144px;
    }
/* /.btn-toolbar.btn-toolbar-primary */
.nc3 .ie10 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn:focus,
.nc3 .ie11 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn:focus,
.nc3 .ie10 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn.focus,
.nc3 .ie11 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn.focus {
    outline: 0;
    -webkit-box-shadow: inset -2px 1px 0px #0089d9, inset 1px 1px 0px #0089d9, inset 1px -1px 0px #0089d9;
    -moz-box-shadow: inset -2px 1px 0px #0089d9, inset 1px 1px 0px #0089d9, inset 1px -1px 0px #0089d9;
    box-shadow: inset -2px 1px 0px #0089d9, inset 1px 1px 0px #0089d9, inset 1px -1px 0px #0089d9;
}

    .nc3 .ie10 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn:not(:first-child):not(:last-child):not(:active):focus,
    .nc3 .ie11 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn:not(:first-child):not(:last-child):not(:active):focus,
    .nc3 .ie10 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn.focus:not(:first-child):not(:last-child):not(:active),
    .nc3 .ie11 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn.focus:not(:first-child):not(:last-child):not(:active) {
        -webkit-box-shadow: inset -2px 1px 0px #0089d9, inset 2px 1px 0px #0089d9, inset 1px -1px 0px #0089d9;
        -moz-box-shadow: inset -2px 1px 0px #0089d9, inset 2px 1px 0px #0089d9, inset 1px -1px 0px #0089d9;
        box-shadow: inset -2px 1px 0px #0089d9, inset 2px 1px 0px #0089d9, inset 1px -1px 0px #0089d9;
    }

.nc3 .ie10 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn.btn-default:active,
.nc3 .ie11 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn.btn-default:active,
.nc3 .ie10 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn.btn-default.pressed,
.nc3 .ie11 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .btn.btn-default.pressed {
    /*border-color: #b1b1b1 #c5c5c5 #cecece; */
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}

.nc3 .ie10 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .active.btn-default.btn:focus,
.nc3 .ie11 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .active.btn-default.btn:focus,
.nc3 .ie10 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .focus.active.btn-default.btn,
.nc3 .ie11 .btn-toolbar:not(.btn-toolbar-primary) .btn-group .focus.active.btn-default.btn {
    -webkit-box-shadow: inset -1px 1px 0px #0089d9, inset 2px 0px 0px #0089d9, inset 0px -1px 0px #4d8400;
    -moz-box-shadow: inset -1px 1px 0px #0089d9, inset 2px 0px 0px #0089d9, inset 0px -1px 0px #4d8400;
    box-shadow: inset -1px 1px 0px #0089d9, inset 2px 0px 0px #0089d9, inset 0px -1px 0px #4d8400;
}

.nc3 .ie10 .btn-toolbar:not(.btn-toolbar-primary) .btn-group:only-child .btn:only-child:not(:active):focus,
.nc3 .ie11 .btn-toolbar:not(.btn-toolbar-primary) .btn-group:only-child .btn:only-child:not(:active):focus {
    -webkit-box-shadow: inset -2px 1px 0px #0089d9, inset 2px -1px 0px #0089d9;
    -moz-box-shadow: inset -2px 1px 0px #0089d9, inset 2px -1px 0px #0089d9;
    box-shadow: inset -2px 1px 0px #0089d9, inset 2px -1px 0px #0089d9;
}
/* .ie11 */
/* btn groups outside btn toolbars */
.nc3 .input-group-btn,
.nc3 .btn-group {
    /* /.open */
    /* Split button */
}

    .nc3 .input-group-btn.open .btn.btn-default:hover,
    .nc3 .btn-group.open .btn.btn-default:hover {
        background: #dbdbdb;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
    }

    .nc3 .input-group-btn.open .btn.btn-default:focus,
    .nc3 .btn-group.open .btn.btn-default:focus {
        border-color: #0089d9;
        -webkit-box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    }

    .nc3 .input-group-btn.open .btn.btn-default,
    .nc3 .btn-group.open .btn.btn-default,
    .nc3 .input-group-btn.open .btn.btn-default:active,
    .nc3 .btn-group.open .btn.btn-default:active {
        outline: none;
        background: #dadada;
        background: -webkit-linear-gradient(top, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
        background: linear-gradient(to bottom, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
        border-width: 1px;
        border-color: #b1b1b1 #c6c6c6 #cecece;
    }

    .nc3 .input-group-btn.open .btn.btn-primary:focus,
    .nc3 .btn-group.open .btn.btn-primary:focus {
        position: relative;
        outline: none;
        border-width: 1px;
        border-style: solid;
        border-color: #d7d7d7 #d7d7d7 #b8b8b8;
        background: #477a00;
        background: -webkit-linear-gradient(top, #4b8000 0%, #549000 5%, #477a00 95%, #3e6b00 100%);
        background: linear-gradient(to bottom, #4b8000 0%, #549000 5%, #477a00 95%, #3e6b00 100%);
        -webkit-box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
        -moz-box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
        box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
    }

    .nc3 .input-group-btn.open .btn.btn-primary:hover,
    .nc3 .btn-group.open .btn.btn-primary:hover {
        background: #345600;
        background: -webkit-linear-gradient(top, #345600 0%, #386000 6%, #437000 100%);
        background: linear-gradient(to bottom, #345600 0%, #386000 6%, #437000 100%);
    }

    .nc3 .input-group-btn.btn-group-lg .btn,
    .nc3 .btn-group.btn-group-lg .btn {
        height: 48px;
        font-size: 14px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .nc3 .input-group-btn.btn-group-lg .btn.dropdown-toggle,
        .nc3 .btn-group.btn-group-lg .btn.dropdown-toggle,
        .nc3 .input-group-btn.btn-group-lg .btn.dropdown-toggle.active,
        .nc3 .btn-group.btn-group-lg .btn.dropdown-toggle.active,
        .nc3 .input-group-btn.btn-group-lg .btn.dropdown-toggle:active,
        .nc3 .btn-group.btn-group-lg .btn.dropdown-toggle:active {
            padding-top: 10px;
        }

        .nc3 .input-group-btn.btn-group-lg .btn .caret,
        .nc3 .btn-group.btn-group-lg .btn .caret {
            top: 19px;
        }

        .nc3 .input-group-btn.btn-group-lg .btn:first-child:not(.dropdown-toggle),
        .nc3 .btn-group.btn-group-lg .btn:first-child:not(.dropdown-toggle) {
            -webkit-border-top-right-radius: 0;
            -moz-border-radius-topright: 0;
            border-top-right-radius: 0;
            -webkit-border-bottom-right-radius: 0;
            -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
        }

        .nc3 .input-group-btn.btn-group-lg .btn.dropdown-toggle:not(:first-child),
        .nc3 .btn-group.btn-group-lg .btn.dropdown-toggle:not(:first-child) {
            -webkit-border-top-left-radius: 0;
            -moz-border-radius-topleft: 0;
            border-top-left-radius: 0;
            -webkit-border-bottom-left-radius: 0;
            -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
        }

    .nc3 .input-group-btn.btn-split.open > .btn-default.dropdown-toggle,
    .nc3 .btn-group.btn-split.open > .btn-default.dropdown-toggle {
        outline: none;
        border-color: #b1b1b1 #c6c6c6 #cecece;
        background: #dadada;
        background: -webkit-linear-gradient(top, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
        background: linear-gradient(to bottom, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
    }

        .nc3 .input-group-btn.btn-split.open.hover > .btn-default.dropdown-toggle,
        .nc3 .btn-group.btn-split.open.hover > .btn-default.dropdown-toggle,
        .nc3 .input-group-btn.btn-split.open.hover > .btn-default.dropdown-toggle:hover,
        .nc3 .btn-group.btn-split.open.hover > .btn-default.dropdown-toggle:hover,
        .nc3 .input-group-btn.btn-split.open > .btn-default.dropdown-toggle:hover,
        .nc3 .btn-group.btn-split.open > .btn-default.dropdown-toggle:hover {
            background: #dbdbdb;
            -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
            -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
            box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
        }

        .nc3 .input-group-btn.btn-split.open > .btn-default.dropdown-toggle:focus,
        .nc3 .btn-group.btn-split.open > .btn-default.dropdown-toggle:focus,
        .nc3 .input-group-btn.btn-split.focus.open > .btn-default.dropdown-toggle:focus,
        .nc3 .btn-group.btn-split.focus.open > .btn-default.dropdown-toggle:focus {
            outline: none;
            border-color: #b1b1b1 #c6c6c6 #cecece;
            background: #dadada;
            background: -webkit-linear-gradient(top, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
            background: linear-gradient(to bottom, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
            -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
            -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
            box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
            outline: 0 none;
            border-color: #0089d9;
            -webkit-box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            -moz-box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        }

        .nc3 .input-group-btn.btn-split.open.hover > .btn-default.dropdown-toggle:active,
        .nc3 .btn-group.btn-split.open.hover > .btn-default.dropdown-toggle:active,
        .nc3 .input-group-btn.btn-split.open > .btn-default.dropdown-toggle:active,
        .nc3 .btn-group.btn-split.open > .btn-default.dropdown-toggle:active {
            outline: none;
            border-color: #b1b1b1 #c6c6c6 #cecece;
            background: #dadada;
            background: -webkit-linear-gradient(top, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
            background: linear-gradient(to bottom, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
            -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
            -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
            box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
        }

    .nc3 .input-group-btn.btn-split.open > .btn-default:first-child,
    .nc3 .btn-group.btn-split.open > .btn-default:first-child {
        *zoom: 1;
        border-width: 1px;
        border-style: solid;
        border-color: #e0e0e0 #d2d2d2 #b6b6b6;
        background: #ffffff;
        background: -webkit-linear-gradient(top, #ffffff 10%, #f0f0f0 75%);
        background: linear-gradient(to bottom, #ffffff 10%, #f0f0f0 75%);
        -webkit-box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.12);
        -moz-box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.12);
        box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.12);
    }

        .nc3 .input-group-btn.btn-split.open > .btn-default:first-child:hover,
        .nc3 .btn-group.btn-split.open > .btn-default:first-child:hover {
            background: #e8f6ff;
            background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
            background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
            -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
            -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
            box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
            -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        }

        .nc3 .input-group-btn.btn-split.open > .btn-default:first-child:active,
        .nc3 .btn-group.btn-split.open > .btn-default:first-child:active {
            outline: none;
            border-color: #b1b1b1 #c6c6c6 #cecece;
            background: #dadada;
            background: -webkit-linear-gradient(top, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
            background: linear-gradient(to bottom, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
            -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
            -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
            box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
        }

    .nc3 .input-group-btn.btn-split.open > .btn-primary.dropdown-toggle:not(.left):not(.right),
    .nc3 .btn-group.btn-split.open > .btn-primary.dropdown-toggle:not(.left):not(.right) {
        outline: none;
        border-width: 1px;
        border-color: #325700 #3b6500 #427000;
        background: #3a6400;
        background: -webkit-linear-gradient(top, #3a6400 0%, #406e00 6%, #497d00 100%);
        background: linear-gradient(to bottom, #3a6400 0%, #406e00 6%, #497d00 100%);
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
    }

        .nc3 .input-group-btn.btn-split.open.hover > .btn-primary.dropdown-toggle:not(.left):not(.right),
        .nc3 .btn-group.btn-split.open.hover > .btn-primary.dropdown-toggle:not(.left):not(.right),
        .nc3 .input-group-btn.btn-split.open.hover > .btn-primary.dropdown-toggle:not(.left):not(.right):hover,
        .nc3 .btn-group.btn-split.open.hover > .btn-primary.dropdown-toggle:not(.left):not(.right):hover,
        .nc3 .input-group-btn.btn-split.open > .btn-primary.dropdown-toggle:not(.left):not(.right):hover,
        .nc3 .btn-group.btn-split.open > .btn-primary.dropdown-toggle:not(.left):not(.right):hover {
            border-width: 1px;
            color: #fff;
            background: #5da000;
            background: -webkit-linear-gradient(top, #5da000 0%, #508a00 45%, #4f8700 100%);
            background: linear-gradient(to bottom, #5da000 0%, #508a00 45%, #4f8700 100%);
            -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
            -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
            border-color: #579400 #497c00 #316400;
        }

        .nc3 .input-group-btn.btn-split.open > .btn-primary.dropdown-toggle:not(.left):not(.right):focus,
        .nc3 .btn-group.btn-split.open > .btn-primary.dropdown-toggle:not(.left):not(.right):focus,
        .nc3 .input-group-btn.btn-split.focus.open > .btn-primary.dropdown-toggle:not(.left):not(.right):focus,
        .nc3 .btn-group.btn-split.focus.open > .btn-primary.dropdown-toggle:not(.left):not(.right):focus {
            outline: none;
            border-color: #325700 #3b6500 #427000;
            background: #3a6400;
            background: -webkit-linear-gradient(top, #3a6400 0%, #406e00 6%, #497d00 100%);
            background: linear-gradient(to bottom, #3a6400 0%, #406e00 6%, #497d00 100%);
            -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
            -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
            border-width: 1px;
            border-style: solid;
            border-color: #d7d7d7 #d7d7d7 #b1b1b1;
            -webkit-box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
            -moz-box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
            box-shadow: 2px 0 0 #ffffff inset, -2px 0 0 #ffffff inset, 0 2px 0 #ffffff inset, 0 -2px 0 #ffffff inset;
        }

        .nc3 .input-group-btn.btn-split.open.hover > .btn-primary.dropdown-toggle:not(.left):not(.right):active,
        .nc3 .btn-group.btn-split.open.hover > .btn-primary.dropdown-toggle:not(.left):not(.right):active,
        .nc3 .input-group-btn.btn-split.open > .btn-primary.dropdown-toggle:not(.left):not(.right):active,
        .nc3 .btn-group.btn-split.open > .btn-primary.dropdown-toggle:not(.left):not(.right):active {
            outline: none;
            border-width: 1px;
            border-color: #325700 #3b6500 #427000;
            background: #3a6400;
            background: -webkit-linear-gradient(top, #3a6400 0%, #406e00 6%, #497d00 100%);
            background: linear-gradient(to bottom, #3a6400 0%, #406e00 6%, #497d00 100%);
            -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
            -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
        }

    .nc3 .input-group-btn.btn-split.open > .btn-primary:not(.left):not(.right):first-child,
    .nc3 .btn-group.btn-split.open > .btn-primary:not(.left):not(.right):first-child {
        *zoom: 1;
        border-width: 1px;
        border-style: solid;
        border-color: #4f8800 #437400 #2d5e00;
        color: #fff;
        background: #4d8500;
        background: -webkit-linear-gradient(top, #569400 0%, #487c00 40%, #477a00 100%);
        background: linear-gradient(to bottom, #569400 0%, #487c00 40%, #477a00 100%);
        -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
    }

        .nc3 .input-group-btn.btn-split.open > .btn-primary:not(.left):not(.right):first-child:hover,
        .nc3 .btn-group.btn-split.open > .btn-primary:not(.left):not(.right):first-child:hover {
            border-width: 1px;
            border-color: #579400 #497c00 #316400;
            color: #fff;
            background: #5da000;
            background: -webkit-linear-gradient(top, #5da000 0%, #508a00 45%, #4f8700 100%);
            background: linear-gradient(to bottom, #5da000 0%, #508a00 45%, #4f8700 100%);
            -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
            -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
        }

        .nc3 .input-group-btn.btn-split.open > .btn-primary:not(.left):not(.right):first-child:active,
        .nc3 .btn-group.btn-split.open > .btn-primary:not(.left):not(.right):first-child:active {
            outline: none;
            border-width: 1px;
            border-color: #325700 #3b6500 #427000;
            background: #3a6400;
            background: -webkit-linear-gradient(top, #3a6400 0%, #406e00 6%, #497d00 100%);
            background: linear-gradient(to bottom, #3a6400 0%, #406e00 6%, #497d00 100%);
            -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
            -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px 1px 0px #3a6400, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500;
        }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .nc3 .input-group-btn,
    .nc3 .btn-group {
        /* Safari only override */
    }

        .nc3 .input-group-btn ::i-block-chrome,
        .nc3 .btn-group ::i-block-chrome,
        .nc3 .input-group-btn.btn-split.hover .btn.btn-primary,
        .nc3 .btn-group.btn-split.hover .btn.btn-primary,
        .nc3 .input-group-btn.btn-split.hover .btn.btn-primary:active,
        .nc3 .btn-group.btn-split.hover .btn.btn-primary:active {
            border-width: 1px;
            border-color: #579400 #497c00 #316400;
            color: #fff;
            background: #5da000;
            background: -webkit-linear-gradient(top, #5da000 0%, #508a00 45%, #4f8700 100%);
            background: linear-gradient(to bottom, #5da000 0%, #508a00 45%, #4f8700 100%);
            -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
            -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px 1px 0px #5da000, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
        }

        .nc3 .input-group-btn ::i-block-chrome,
        .nc3 .btn-group ::i-block-chrome,
        .nc3 .input-group-btn.btn-split.hover .btn.btn-default,
        .nc3 .btn-group.btn-split.hover .btn.btn-default,
        .nc3 .input-group-btn.btn-split.hover .btn.btn-default:active,
        .nc3 .btn-group.btn-split.hover .btn.btn-default:active {
            border-top-color: #d7d7d7;
            border-bottom-color: #afafaf;
        }
}

.nc3 .input-group-btn.btn-split .btn-default.dropdown-toggle.focus,
.nc3 .btn-group.btn-split .btn-default.dropdown-toggle.focus,
.nc3 .input-group-btn.btn-split .btn-default.dropdown-toggle:focus,
.nc3 .btn-group.btn-split .btn-default.dropdown-toggle:focus {
    -webkit-box-shadow: -1px -1px 0 #0089d9 inset, 2px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -1px 0 #0089d9 inset, 2px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: -1px -1px 0 #0089d9 inset, 2px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}

.nc3 .input-group-btn.btn-split.btn-group .btn + .btn.dropdown-toggle.btn-default:focus,
.nc3 .btn-group.btn-split.btn-group .btn + .btn.dropdown-toggle.btn-default:focus,
.nc3 .input-group-btn.btn-split.btn-group .btn + .btn.dropdown-toggle.btn-default:hover:focus,
.nc3 .btn-group.btn-split.btn-group .btn + .btn.dropdown-toggle.btn-default:hover:focus {
    border-left-color: #0089d9;
}

.nc3 .input-group-btn.btn-split.btn-group .btn + .btn.dropdown-toggle.btn-default:active,
.nc3 .btn-group.btn-split.btn-group .btn + .btn.dropdown-toggle.btn-default:active,
.nc3 .input-group-btn.btn-split.btn-group .btn + .btn.dropdown-toggle.btn-default:hover:active,
.nc3 .btn-group.btn-split.btn-group .btn + .btn.dropdown-toggle.btn-default:hover:active {
    border-left-color: transparent;
}

.nc3 .input-group-btn.btn-split.btn-group.open .btn + .btn.dropdown-toggle.btn-default:focus,
.nc3 .btn-group.btn-split.btn-group.open .btn + .btn.dropdown-toggle.btn-default:focus,
.nc3 .input-group-btn.btn-split.btn-group.open .btn + .btn.dropdown-toggle.btn-default:hover:focus,
.nc3 .btn-group.btn-split.btn-group.open .btn + .btn.dropdown-toggle.btn-default:hover:focus {
    border-left-color: #0089d9;
}

.nc3 .input-group-btn.btn-split .btn.btn-primary.dropdown-toggle .caret,
.nc3 .btn-group.btn-split .btn.btn-primary.dropdown-toggle .caret {
    top: 12px;
    right: 8px;
}

.nc3 .input-group-btn.btn-split.btn-group-lg .btn .caret,
.nc3 .btn-group.btn-split.btn-group-lg .btn .caret {
    top: 22px;
    right: 15px;
}

.nc3 .input-group-btn.btn-split.btn-group-lg.focus .btn .caret,
.nc3 .btn-group.btn-split.btn-group-lg.focus .btn .caret {
    top: 22px;
    right: 15px;
}

.nc3 .input-group-btn.btn-split.btn-group-lg .btn.btn-primary.dropdown-toggle .caret,
.nc3 .btn-group.btn-split.btn-group-lg .btn.btn-primary.dropdown-toggle .caret {
    top: 22px;
    right: 15px;
}

.nc3 .btn-group-vertical {
    margin-bottom: 6px;
}

    .nc3 .btn-group-vertical .btn {
        margin-bottom: 0px;
    }

    .nc3 .btn-group-vertical .dropdown-menu {
        margin-top: -1px;
    }
/* Button dropdowns */
.nc3 .btn.dropdown-toggle:hover,
.nc3 .btn.dropdown-toggle:focus,
.nc3 .btn.dropdown-toggle.active,
.nc3 .btn.dropdown-toggle:active,
.nc3 .open .btn.dropdown-toggle {
    padding-right: 30px !important;
}

.nc3 .ie11 .btn.dropdown-toggle:not(.btn-lg) {
    padding-top: 3px;
}

.nc3 .ie11 .btn-group-lg .btn.dropdown-toggle {
    padding-top: 6px;
}

.nc3 .btn.dropdown-toggle.btn-primary .caret {
    background-position: 0 center;
}

.nc3 .btn.dropdown-toggle .caret {
    background-position: -15px center;
    position: absolute;
    top: 11px;
    right: 9px;
}

.nc3 .btn.btn-lg.dropdown-toggle .caret {
    top: 15px;
}

.nc3 .open .btn.btn-lg.dropdown-toggle .caret,
.nc3 .open .btn.btn-lg.dropdown-toggle:focus .caret {
    top: 15px;
}

.nc3 .btn.btn-lg.dropdown-toggle:focus .caret {
    top: 14px;
}

.nc3 .btn.btn-lg.dropdown-toggle:active .caret {
    top: 15px;
}

.nc3 .input-group-btn .btn + .btn.dropdown-toggle,
.nc3 .input-group-btn .btn + .btn.dropdown-toggle:hover,
.nc3 .btn-group .btn + .btn.dropdown-toggle,
.nc3 .btn-group .btn + .btn.dropdown-toggle:hover {
    width: 30px;
    min-width: 30px;
    padding: 5px !important;
    border-left: 1px solid transparent;
    z-index: 9;
}

    .nc3 .input-group-btn .btn + .btn.dropdown-toggle:before,
    .nc3 .input-group-btn .btn + .btn.dropdown-toggle:hover:before,
    .nc3 .btn-group .btn + .btn.dropdown-toggle:before,
    .nc3 .btn-group .btn + .btn.dropdown-toggle:hover:before {
        content: '';
        position: absolute;
        top: 0px;
        left: -2px;
        width: 3px;
        height: 28px;
        background: url(img/default-btn-sep.png) no-repeat center center transparent;
        background-size: cover;
    }

    .nc3 .btn-group .btn + .btn.dropdown-toggle.btn-default:focus,
    .nc3 .btn-group .btn + .btn.dropdown-toggle:hover.btn-default:focus {
        border-left-color: #0089d9;
    }

.nc3 .input-group-btn-lg .btn + .btn.dropdown-toggle,
.nc3 .input-group-btn-lg .btn + .btn.dropdown-toggle:hover,
.nc3 .btn-group-lg .btn + .btn.btn-default.dropdown-toggle,
.nc3 .btn-group-lg .btn + .btn.btn-default.dropdown-toggle:hover {
    width: 46px;
    min-width: 46px;
    padding: 15px !important;
    border-left: 1px solid transparent;
    z-index: 9;
}

    .nc3 .input-group-btn-lg .btn + .btn.dropdown-toggle:before,
    .nc3 .input-group-btn-lg .btn + .btn.dropdown-toggle:hover:before,
    .nc3 .btn-group-lg .btn + .btn.btn-default.dropdown-toggle:before,
    .nc3 .btn-group-lg .btn + .btn.btn-default.dropdown-toggle:hover:before {
        height: 46px;
        background: url(img/default-btn-lg-sep.png) no-repeat center center transparent;
    }

    .nc3 .btn-group-lg .btn + .btn.btn-default.dropdown-toggle.btn-default:focus,
    .nc3 .btn-group-lg .btn + .btn.btn-default.dropdown-toggle:hover.btn-default:focus {
        border-left-color: #0089d9;
    }

.nc3 .btn-group-lg .btn + .btn.btn-primary.dropdown-toggle,
.nc3 .btn-group-lg .btn + .btn.btn-primary.dropdown-toggle:hover {
    width: 46px;
    min-width: 46px;
    padding: 15px !important;
    z-index: 9;
}

    .nc3 .btn-group-lg .btn + .btn.btn-primary.dropdown-toggle:before,
    .nc3 .btn-group-lg .btn + .btn.btn-primary.dropdown-toggle:hover:before {
        height: 46px;
    }

.nc3 .btn-group > .btn:first-child,
.nc3 .btn-group > a.btn:first-child {
    min-width: 131px;
}

.nc3 .btn-group > .btn:only-of-type {
    min-width: 160px;
}

.nc3 .dropup .btn.dropdown-toggle .caret {
    top: 8px !important;
    border: 0px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nc3 .btn-group.btn-split.dropup .btn.btn-primary.dropdown-toggle .caret {
    right: 10px;
}

.nc3 .dropup .dropdown-menu {
    margin-bottom: -1px;
}

.nc3 .ie11 .dropup .btn {
    padding-top: 0px;
}
/* Input groups */
.nc3 .input-group-btn .dropdown-toggle:hover,
.nc3 .input-group-btn .dropdown-toggle:focus,
.nc3 .input-group-btn .dropdown-toggle.active,
.nc3 .input-group-btn .dropdown-toggle:active,
.nc3 .input-group-btn.open .dropdown-toggle {
    padding-right: 30px !important;
}

.nc3 .input-group-addon {
    *zoom: 1;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0 #d2d2d2 #b6b6b6;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 10%, #f0f0f0 75%);
    background: linear-gradient(to bottom, #ffffff 10%, #f0f0f0 75%);
    -webkit-box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.12);
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: -1px -1px 0 #f8f8f8 inset, 1px -1px 0 #f8f8f8 inset;
    -moz-box-shadow: -1px -1px 0 #f8f8f8 inset, 1px -1px 0 #f8f8f8 inset;
    box-shadow: -1px -1px 0 #f8f8f8 inset, 1px -1px 0 #f8f8f8 inset;
}

    .nc3 .input-group-addon input[type="radio"],
    .nc3 .input-group-addon input[type="checkbox"] {
        position: relative;
        /*top: 1px; */
        vertical-align: middle;
    }
/*_::-webkit-full-page-media, _:future, .input-group-addon input[type="radio"] { top: 0 !important; } /* Safari only */
/*_::-webkit-full-page-media, _:future, .input-group-addon input[type="checkbox"] { top: 0 !important; } /* Safari only */
.nc3 @-moz-document url-prefix() {
    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"]

{
    top: -1px;
}

}

.nc3 .input-group-addon {
    min-width: 1%;
    height: 30px;
    padding: 3px 15px !important;
    color: #282828;
    text-decoration: none;
}

    .nc3 .input-group-addon:first-child {
        border-right: 0;
    }

    .nc3 .input-group-addon:last-child {
        border-left: 0;
    }

    .nc3 .input-group-addon.focus,
    .nc3 .input-group-addon:focus {
        outline: none;
        border-width: 1px;
        border-style: solid;
        border-color: #0089d9;
        -webkit-box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    }

        .nc3 .input-group-addon.focus:first-child,
        .nc3 .input-group-addon:first-child:focus,
        .nc3 .input-group-addon.focus:hover:first-child,
        .nc3 .input-group-addon:first-child:focus:hover {
            border-right: 0px;
            -webkit-box-shadow: -2px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            -moz-box-shadow: -2px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: -2px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        }

        .nc3 .input-group-addon.focus:last-child,
        .nc3 .input-group-addon:last-child:focus,
        .nc3 .input-group-addon.focus:hover:last-child,
        .nc3 .input-group-addon:last-child:focus:hover {
            -webkit-box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            -moz-box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        }

    .nc3 .input-group-addon:active,
    .nc3 .input-group-addon:last-child:active,
    .nc3 .input-group-addon:first-child:active,
    .nc3 .input-group-addon:active:focus,
    .nc3 .input-group-addon:last-child:active:focus,
    .nc3 .input-group-addon:first-child:active:focus {
        outline: none;
        border-color: #b1b1b1 #c6c6c6 #cecece;
        background: #dadada;
        background: -webkit-linear-gradient(top, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
        background: linear-gradient(to bottom, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
    }

.nc3 .input-group-btn.open .btn.btn-default:hover {
    background: #dbdbdb;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
}

.nc3 .input-group-btn.open .btn.btn-default.focus,
.nc3 .input-group-btn.open .btn.btn-default:focus {
    outline: none;
    border-color: #b1b1b1 #c6c6c6 #cecece;
    background: #dadada;
    background: -webkit-linear-gradient(top, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
    border-color: #0089d9;
    -webkit-box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}

.nc3 .input-group-lg > .form-control {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.nc3 .input-group-lg > .input-group-addon,
.nc3 .input-group-lg > .input-group-btn > .btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.nc3 .input-group .form-control:first-child,
.nc3 .input-group-addon:first-child,
.nc3 .input-group-btn:first-child > .btn,
.nc3 .input-group-btn:first-child > .btn-group > .btn,
.nc3 .input-group-btn:first-child > .dropdown-toggle,
.nc3 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.nc3 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}

.nc3 .input-group-lg > .form-control,
.nc3 .input-group-lg > .input-group-addon,
.nc3 .input-group-lg > .input-group-btn > .btn {
    height: 48px;
    padding: 8px 10px 7px;
    font-size: 14px;
}

.nc3 .input-group-btn.hover .btn.btn-default {
    -webkit-box-shadow: -1px -1px 0 #f3f7f9 inset, 1px -1px 0 #f3f7f9 inset;
    -moz-box-shadow: -1px -1px 0 #f3f7f9 inset, 1px -1px 0 #f3f7f9 inset;
    box-shadow: -1px -1px 0 #f3f7f9 inset, 1px -1px 0 #f3f7f9 inset;
}
/* Checkboxes/Radio as buttons */
.nc3 label.btn.btn-default.active {
    /*border-width: 1px; */
    border-color: #cbcbcb #d9d9d9 #4d8400;
    color: #282828;
    background: #f7f7f7;
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #f5f5f5 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #f5f5f5 100%);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
}

    .nc3 label.btn.btn-default.active:focus,
    .nc3 label.btn.btn-default.active.focus {
        /*border-width: 1px; */
        border-color: #cbcbcb #d9d9d9 #4d8400;
        color: #282828;
        background: #f7f7f7;
        background: -webkit-linear-gradient(top, #f7f7f7 0%, #f5f5f5 100%);
        background: linear-gradient(to bottom, #f7f7f7 0%, #f5f5f5 100%);
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
        border-width: 1px;
        border-style: solid;
        border-color: #0089d9 #0089d9 #4d8400 !important;
        -webkit-box-shadow: 0 -1px 0 #4d8400 inset, 1px 1px 0 #0089d9 inset, -1px 0 0 #0089d9 inset !important;
        -moz-box-shadow: 0 -1px 0 #4d8400 inset, 1px 1px 0 #0089d9 inset, -1px 0 0 #0089d9 inset !important;
        box-shadow: 0 -1px 0 #4d8400 inset, 1px 1px 0 #0089d9 inset, -1px 0 0 #0089d9 inset !important;
    }
/* /Checkboxes/Radio as buttons */
/* Responsive */
@media (max-width: 1135px) {
    .nc3 .btn-toolbar .btn-group .btn,
    .nc3 .btn-toolbar .btn-group .btn:first-child {
        min-width: 1px;
    }

    .nc3 .btn-toolbar .btn-group-lg .btn:not(.dropdown-toggle) {
        padding-right: 7px;
        padding-left: 7px;
    }
}
/* max-width:1135px */
@media (max-width: 769px) {
    .nc3 .btn-toolbar {
        margin-left: 0;
    }

        .nc3 .btn-toolbar > .btn,
        .nc3 .btn-toolbar > .btn-group,
        .nc3 .btn-toolbar > .input-group {
            display: block;
            float: none;
            margin-left: 0;
        }

        .nc3 .btn-toolbar .btn-group .btn:before {
            display: none !important;
        }

        .nc3 .btn-toolbar .btn-group .btn {
            padding-top: 4px !important;
        }

        .nc3 .btn-toolbar .btn-group.btn-group-lg .btn {
            padding-top: 13px !important;
        }

        .nc3 .btn-toolbar .btn-group .btn,
        .nc3 .btn-toolbar .btn-group .btn:first-child {
            width: 100%;
            float: none;
            display: block;
        }

            .nc3 .btn-toolbar .btn-group .btn:not(:first-child) {
                margin-top: -1px;
            }

            .nc3 .btn-toolbar .btn-group .btn:first-child:not(:last-child) {
                -webkit-border-radius: 4px 4px 0 0;
                -moz-border-radius: 4px 4px 0 0;
                border-radius: 4px 4px 0 0;
                border-right-width: 1px;
            }

            .nc3 .btn-toolbar .btn-group .btn:last-child:not(:first-child) {
                -webkit-border-radius: 0 0 4px 4px;
                -moz-border-radius: 0 0 4px 4px;
                border-radius: 0 0 4px 4px;
                border-left-width: 1px;
            }

            .nc3 .btn-toolbar .btn-group .btn:not(:first-child):not(:last-child) {
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                border-left-width: 1px;
                border-right-width: 1px;
            }
}
/* max-width: 769px */
/*!
 * Navs - Nordic Cool 3.0
 * Tabs
 * Pills
 */
/* Tabs  */
.nc3 .nav-tabs:not(.navbar-nav) {
    display: inline-block;
    clear: both;
    position: relative;
    height: 30px;
    margin-bottom: -5px;
    padding: 0 49px 0 4px;
    border: 0px;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /* /li */
    /* /li.active:not(.tabdrop) */
    /* /li.disabled */
    /* /li.tabdrop */
}

    .nc3 .nav-tabs:not(.navbar-nav).tabs-collapse {
        padding-right: 40px;
    }

    .nc3 .nav-tabs:not(.navbar-nav) > li:after {
        content: "";
        position: absolute;
        right: 5px;
        bottom: -2px;
        width: 1px;
        height: 9px;
        z-index: 21;
        -webkit-box-shadow: 4px -4px 3px #005180;
        -moz-box-shadow: 4px -4px 3px #005180;
        box-shadow: 4px -4px 3px #005180;
        -webkit-transform: rotate(-27deg);
        -moz-transform: rotate(-27deg);
        -ms-transform: rotate(-27deg);
        -o-transform: rotate(-27deg);
        transform: rotate(-27deg);
    }

    .nc3 .nav-tabs:not(.navbar-nav) > li.disabled:after,
    .nc3 .nav-tabs:not(.navbar-nav) > li:nth-last-child(2):after {
        display: none;
    }

    .nc3 .nav-tabs:not(.navbar-nav) > li:last-child:after {
        visibility: hidden;
    }

    .nc3 .nav-tabs:not(.navbar-nav) > li:nth-last-child(2):after {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .nc3 .nav-tabs:not(.navbar-nav) > li:first-child {
        margin-left: 0px;
    }

    .nc3 .nav-tabs:not(.navbar-nav) > li {
        margin-right: -11px;
        padding: 0 18px;
    }

        .nc3 .nav-tabs:not(.navbar-nav) > li > a {
            position: relative;
            min-width: 54px;
            height: 30px;
            margin: 1px 0px 0 0px;
            padding: 5px 10px 4px;
            border: 0px;
            color: #fff;
            text-decoration: none;
            text-align: center;
            background: url(img/tabs/tab-middle-bk.png) 0 0 repeat-x;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

            .nc3 .nav-tabs:not(.navbar-nav) > li > a:hover {
                background: url(img/tabs/tab-hover-middle-bk.png) 0 0 repeat-x;
            }

            .nc3 .nav-tabs:not(.navbar-nav) > li > a:focus,
            .nc3 .nav-tabs:not(.navbar-nav) > li > a.focus {
                background: url(img/tabs/tab-focus-middle-bk.png) 0 0 repeat-x;
            }

            .nc3 .nav-tabs:not(.navbar-nav) > li > a.pressed {
                background: url(img/tabs/tab-pressed-middle-bk.png) 0 0 repeat-x !important;
            }

            .nc3 .nav-tabs:not(.navbar-nav) > li > a.dropdown-toggle {
                padding-right: 20px;
            }

            .nc3 .nav-tabs:not(.navbar-nav) > li > a:before,
            .nc3 .nav-tabs:not(.navbar-nav) > li > a:after {
                display: inline-block;
                content: "";
                position: absolute;
                top: 0px;
                width: 19px;
                height: 30px;
            }

            .nc3 .nav-tabs:not(.navbar-nav) > li > a:before {
                background: url(img/tabs/tab-side-bk.png) 0 0 no-repeat;
            }

            .nc3 .nav-tabs:not(.navbar-nav) > li > a:after {
                background: url(img/tabs/tab-side2-bk.png) 0 0 no-repeat;
            }

            .nc3 .nav-tabs:not(.navbar-nav) > li > a:hover:before {
                background: url(img/tabs/tab-hover-side-bk.png) 0 0 no-repeat;
            }

            .nc3 .nav-tabs:not(.navbar-nav) > li > a:hover:after {
                background: url(img/tabs/tab-hover-side2-bk.png) 0 0 no-repeat;
            }

            .nc3 .nav-tabs:not(.navbar-nav) > li > a:focus:before,
            .nc3 .nav-tabs:not(.navbar-nav) > li a.focus:before {
                background: url(img/tabs/tab-focus-side-bk.png) 0 0 no-repeat;
            }

            .nc3 .nav-tabs:not(.navbar-nav) > li > a:focus:after,
            .nc3 .nav-tabs:not(.navbar-nav) > li > a.focus:after {
                background: url(img/tabs/tab-focus-side2-bk.png) 0 0 no-repeat;
            }

            .nc3 .nav-tabs:not(.navbar-nav) > li > a.pressed:before {
                background: url(img/tabs/tab-pressed-side-bk.png) 0 0 no-repeat !important;
            }

            .nc3 .nav-tabs:not(.navbar-nav) > li > a.pressed:after {
                background: url(img/tabs/tab-pressed-side2-bk.png) 0 0 no-repeat !important;
            }

            .nc3 .nav-tabs:not(.navbar-nav) > li > a:before,
            .nc3 .nav-tabs:not(.navbar-nav) > li > a:hover:before,
            .nc3 .nav-tabs:not(.navbar-nav) > li > a:focus:before,
            .nc3 .nav-tabs:not(.navbar-nav) > li > a.focus:before {
                left: -18px;
            }

            .nc3 .nav-tabs:not(.navbar-nav) > li > a:after,
            .nc3 .nav-tabs:not(.navbar-nav) > li > a:hover:after,
            .nc3 .nav-tabs:not(.navbar-nav) > li > a:focus:after,
            .nc3 .nav-tabs:not(.navbar-nav) > li > a.focus:after {
                right: -18px;
                border-right: 1px solid transparent;
                /* .transform(rotateY(180deg)); */
            }

            .nc3 .nav-tabs:not(.navbar-nav) > li > a:active,
            .nc3 .nav-tabs:not(.navbar-nav) > li > a:focus {
                outline: none;
            }

        .nc3 .nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) {
            margin-top: 0px;
            margin-bottom: 0px;
        }

            .nc3 .nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.pressed:before,
            .nc3 .nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a:before,
            .nc3 .nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.pressed:after,
            .nc3 .nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a:after {
                top: 0px;
                height: 32px;
            }

            .nc3 .nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.pressed:before,
            .nc3 .nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a:before {
                background: url(img/tabs/tab-active-side-bk.png) 0 0 no-repeat !important;
            }

            .nc3 .nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.pressed:after,
            .nc3 .nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a:after {
                background: url(img/tabs/tab-active-side2-bk.png) 0 0 no-repeat !important;
            }

            .nc3 .nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.pressed,
            .nc3 .nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a,
            .nc3 .nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a:active,
            .nc3 .nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a:hover {
                cursor: pointer;
                top: -1px;
                height: 32px;
                margin-top: 0px;
                padding: 7px 10px 3px;
                z-index: 25 !important;
                outline: none;
                border: 0px;
                color: #282828;
                background: url(img/tabs/tab-active-middle-bk.png) 0 0 repeat-x !important;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }

                .nc3 .nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a:focus:before,
                .nc3 .nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.focus:before,
                .nc3 .nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a:focus:after,
                .nc3 .nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.focus:after {
                    top: 0px;
                    height: 32px;
                }

                .nc3 .nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a:focus:before,
                .nc3 .nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.focus:before {
                    background: url(img/tabs/tab-focus-selected-side-bk.png) 0 0 no-repeat !important;
                }

                .nc3 .nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a:focus:after,
                .nc3 .nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.focus:after {
                    background: url(img/tabs/tab-focus-selected-side2-bk.png) 0 0 no-repeat !important;
                }

                .nc3 .nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.pressed:focus,
                .nc3 .nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a:focus,
                .nc3 .nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.pressed.focus,
                .nc3 .nav-tabs:not(.navbar-nav) > li.active:not(.tabdrop) > a.focus {
                    cursor: pointer;
                    top: 0;
                    height: 32px;
                    margin-top: 0px;
                    padding: 6px 10px 3px;
                    z-index: 25 !important;
                    outline: none;
                    border: 0px;
                    color: #282828;
                    background: url(img/tabs/tab-focus-selected-middle-bk.png) 0 0 repeat-x !important;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                }

    .nc3 .nav-tabs:not(.navbar-nav) li.disabled a {
        background: url(img/tabs/tab-disabled-middle-bk.png) 0 0 repeat-x;
        color: #c3d9e6;
    }

        .nc3 .nav-tabs:not(.navbar-nav) li.disabled a:before {
            background: url(img/tabs/tab-disabled-side-bk.png) 0 0 no-repeat;
        }

        .nc3 .nav-tabs:not(.navbar-nav) li.disabled a:after {
            background: url(img/tabs/tab-disabled-side2-bk.png) 0 0 no-repeat;
        }

        .nc3 .nav-tabs:not(.navbar-nav) li.disabled a,
        .nc3 .nav-tabs:not(.navbar-nav) li.disabled a:hover,
        .nc3 .nav-tabs:not(.navbar-nav) li.disabled a:focus {
            cursor: default;
            pointer-events: none;
            color: #c3d9e6;
        }

    .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop {
        overflow: visible;
        position: absolute;
        right: 2px;
        width: 46px;
        margin-right: 0px !important;
        margin-left: 0px;
        padding: 0 0 0 10px;
        border-right: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        /* /.dropdown-menu */
    }

        .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop .caret {
            display: none;
        }

        .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop > a {
            min-width: 100%;
            width: 34px;
            height: 24px;
            margin-top: 4px;
            margin-bottom: 0px;
            padding: 0;
            text-indent: -9999px;
            background: url(img/tabs/more-tabs-btn.png) no-repeat -4px top transparent;
        }

            .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop > a:hover {
                background-position: -44px top;
            }

        .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop.active > a {
            border: 0 !important;
            background: url(img/tabs/more-tabs-btn.png) no-repeat -4px top transparent;
        }

            .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop.active > a:hover {
                margin-top: 4px;
                margin-bottom: 0px;
                background: url(img/tabs/more-tabs-btn.png) no-repeat -44px top transparent;
            }

        .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop > a:focus,
        .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop > a.focus {
            margin-top: 4px;
            margin-bottom: 0px;
            background: url(img/tabs/more-tabs-btn.png) no-repeat -124px top transparent;
        }

        .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop > a:active,
        .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop.open > a,
        .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop.open > a:hover,
        .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop.active.open > a,
        .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop.active.open > a:hover {
            margin-top: 4px;
            margin-bottom: 0px;
            background: url(img/tabs/more-tabs-btn.png) no-repeat -84px top transparent;
        }

        .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu {
            top: 38px;
            right: -7px;
            left: auto;
            margin-top: 0;
            border: 0px;
            background: #0974b3;
            -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

            .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu:after {
                display: none;
            }

            .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu:before {
                content: "";
                position: absolute;
                top: -7px;
                right: 17px;
                left: auto;
                width: 0;
                height: 0;
                border-width: 0 7px 7px;
                border-style: solid;
                border-color: transparent transparent #0975b3;
            }

            .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu > li > a {
                padding: 9px 15px 10px;
                color: #fff;
            }

                .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu > li > a:hover {
                    border: 0px;
                    background: #2282bb;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                }

                .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu > li > a:active,
                .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu > li > a:focus {
                    background: #0868a1;
                }

            .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu > li.active > a:not(.pressed) {
                background: #0868a1;
            }

            .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu > li > a.pressed {
                background: #0069a5;
            }

            .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu > li:not(.active):not(.disabled) > a:focus {
                outline: none;
                background: #0973b1;
                -webkit-box-shadow: 0 1px 0 #ffffff inset, 0 -1px 0 #ffffff inset, 0 1px 0 #075f92, 0 -1px 0 #075f92;
                -moz-box-shadow: 0 1px 0 #ffffff inset, 0 -1px 0 #ffffff inset, 0 1px 0 #075f92, 0 -1px 0 #075f92;
                box-shadow: 0 1px 0 #ffffff inset, 0 -1px 0 #ffffff inset, 0 1px 0 #075f92, 0 -1px 0 #075f92;
            }

            .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop .dropdown-menu > li.disabled > a {
                color: #c3d9e6;
                background-color: rgba(107, 152, 179, 0.9);
                background-image: none;
            }

        .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop:after,
        .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop:before,
        .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop a:after,
        .nc3 .nav-tabs:not(.navbar-nav) > li.tabdrop a:before {
            display: none !important;
        }
/* /.nav-tabs */
.nc3 .ie11 .nav-tabs:not(.navbar-nav) {
    margin-bottom: -4px;
}
/* Primary */
.nc3 .nav-tabs.nav-tabs-primary {
    height: 33px;
    margin-bottom: -6px;
    /* /li */
    /* /li.active:not(.tabdrop) */
    /* /li.tabdrop */
}

    .nc3 .nav-tabs.nav-tabs-primary + .tab-content {
        margin-top: -1px;
        border-top: 2px solid #599900;
    }

    .nc3 .nav-tabs.nav-tabs-primary > li:after {
        right: 2px;
        height: 12px;
        bottom: -6px;
        -webkit-box-shadow: 4px -4px 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 4px -4px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 4px -4px 2px rgba(0, 0, 0, 0.3);
    }

    .nc3 .nav-tabs.nav-tabs-primary > li.active:after {
        right: 3px;
        bottom: -4px;
        height: 11px;
        opacity: 0.8;
    }

    .nc3 .nav-tabs.nav-tabs-primary > li {
        margin-right: -7px;
    }

        .nc3 .nav-tabs.nav-tabs-primary > li > a {
            height: 33px;
            margin: -2px 0px 0 0px;
            padding: 9px 10px 4px;
            color: #282828;
            background: url(img/tabs/tab-primary-middle-bk.png) 0 0 repeat-x;
        }

            .nc3 .nav-tabs.nav-tabs-primary > li > a:hover {
                background-image: url(img/tabs/tab-primary-hover-middle-bk.png);
            }

            .nc3 .nav-tabs.nav-tabs-primary > li > a:focus,
            .nc3 .nav-tabs.nav-tabs-primary > li > a.focus {
                background-image: url(img/tabs/tab-primary-focus-middle-bk.png);
            }

            .nc3 .nav-tabs.nav-tabs-primary > li > a.pressed {
                background-image: url(img/tabs/tab-primary-pressed-middle-bk.png) !important;
            }

            .nc3 .nav-tabs.nav-tabs-primary > li > a:before,
            .nc3 .nav-tabs.nav-tabs-primary > li > a:after {
                width: 22px;
                height: 33px;
            }

            .nc3 .nav-tabs.nav-tabs-primary > li > a:before {
                background-image: url(img/tabs/tab-primary-side-bk.png);
            }

            .nc3 .nav-tabs.nav-tabs-primary > li > a:after {
                background-image: url(img/tabs/tab-primary-side2-bk.png);
            }

            .nc3 .nav-tabs.nav-tabs-primary > li > a:hover:before {
                background-image: url(img/tabs/tab-primary-hover-side-bk.png);
            }

            .nc3 .nav-tabs.nav-tabs-primary > li > a:hover:after {
                background-image: url(img/tabs/tab-primary-hover-side2-bk.png);
            }

            .nc3 .nav-tabs.nav-tabs-primary > li > a:focus:before,
            .nc3 .nav-tabs.nav-tabs-primary > li > a.focus:before {
                background-image: url(img/tabs/tab-primary-focus-side-bk.png);
            }

            .nc3 .nav-tabs.nav-tabs-primary > li > a:focus:after,
            .nc3 .nav-tabs.nav-tabs-primary > li > a.focus:after {
                background-image: url(img/tabs/tab-primary-focus-side2-bk.png);
            }

            .nc3 .nav-tabs.nav-tabs-primary > li > a.pressed:before {
                background-image: url(img/tabs/tab-primary-pressed-side-bk.png) !important;
            }

            .nc3 .nav-tabs.nav-tabs-primary > li > a.pressed:after {
                background-image: url(img/tabs/tab-primary-pressed-side2-bk.png) !important;
            }

            .nc3 .nav-tabs.nav-tabs-primary > li > a:before,
            .nc3 .nav-tabs.nav-tabs-primary > li > a:hover:before,
            .nc3 .nav-tabs.nav-tabs-primary > li > a:focus:before,
            .nc3 .nav-tabs.nav-tabs-primary > li > a.focus:before {
                left: -21px;
            }

            .nc3 .nav-tabs.nav-tabs-primary > li > a:after,
            .nc3 .nav-tabs.nav-tabs-primary > li > a:hover:after,
            .nc3 .nav-tabs.nav-tabs-primary > li > a:focus:after,
            .nc3 .nav-tabs.nav-tabs-primary > li > a.focus:after {
                right: -21px;
            }

        .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:before,
        .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:after,
        .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed:before,
        .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed:after {
            height: 33px;
        }

        .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:before,
        .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed:before {
            background-image: url(img/tabs/tab-primary-active-side-bk.png) !important;
        }

        .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:after,
        .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed:after {
            background-image: url(img/tabs/tab-primary-active-side2-bk.png) !important;
        }

        .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed,
        .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a,
        .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:active,
        .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:hover {
            height: 33px;
            margin: 1px 0 0 0;
            padding: 7px 10px 4px;
            color: #282828;
            background-image: url(img/tabs/tab-primary-active-middle-bk.png) !important;
        }

            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:focus:before,
            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:focus:after,
            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed:focus:before,
            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed:focus:after,
            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.focus:before,
            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.focus:after,
            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed.focus:before,
            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed.focus:after {
                width: 25px;
                height: 34px;
            }

            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:focus:before,
            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed:focus:before,
            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.focus:before,
            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed.focus:before {
                background-image: url(img/tabs/tab-primary-focus-selected-side-bk.png) !important;
            }

            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:focus:after,
            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed:focus:after,
            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.focus:after,
            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed.focus:after {
                background-image: url(img/tabs/tab-primary-focus-selected-side2-bk.png) !important;
            }

            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:focus:before,
            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed:focus:before,
            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.focus:before,
            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed.focus:before {
                left: -22px;
            }

            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:focus:after,
            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed:focus:after,
            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.focus:after,
            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed.focus:after {
                right: -22px;
            }

            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed:focus,
            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:focus,
            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.pressed.focus,
            .nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.focus {
                top: 0px;
                height: 34px;
                margin: 0px;
                padding: 7px 10px 4px;
                color: #282828;
                background-image: url(img/tabs/tab-primary-focus-selected-middle-bk.png) !important;
            }

    .nc3 .nav-tabs.nav-tabs-primary li.disabled a {
        color: #a0a0a0;
        background-image: url(img/tabs/tab-primary-disabled-middle-bk.png);
    }

        .nc3 .nav-tabs.nav-tabs-primary li.disabled a:before {
            background-image: url(img/tabs/tab-primary-disabled-side-bk.png);
        }

        .nc3 .nav-tabs.nav-tabs-primary li.disabled a:after {
            background-image: url(img/tabs/tab-primary-disabled-side2-bk.png);
        }

    .nc3 .nav-tabs.nav-tabs-primary > li.tabdrop {
        width: 48px;
        /* /.dropdown-menu */
    }

        .nc3 .nav-tabs.nav-tabs-primary > li.tabdrop > a {
            width: 34px;
            margin-top: 4px;
            background: url(img/tabs/more-tabs-btn-primary.png) no-repeat -3px top transparent;
        }

            .nc3 .nav-tabs.nav-tabs-primary > li.tabdrop > a:hover {
                background-position: -43px top;
            }

        .nc3 .nav-tabs.nav-tabs-primary > li.tabdrop.active > a {
            background: url(img/tabs/more-tabs-btn-primary.png) no-repeat -3px top transparent;
        }

            .nc3 .nav-tabs.nav-tabs-primary > li.tabdrop.active > a:hover {
                background: url(img/tabs/more-tabs-btn-primary.png) no-repeat -43px top transparent;
            }

        .nc3 .nav-tabs.nav-tabs-primary > li.tabdrop > a:focus,
        .nc3 .nav-tabs.nav-tabs-primary > li.tabdrop > a.focus {
            background: url(img/tabs/more-tabs-btn-primary.png) no-repeat -124px top transparent;
        }

        .nc3 .nav-tabs.nav-tabs-primary > li.tabdrop > a:active,
        .nc3 .nav-tabs.nav-tabs-primary > li.tabdrop.open > a,
        .nc3 .nav-tabs.nav-tabs-primary > li.tabdrop.open > a:hover,
        .nc3 .nav-tabs.nav-tabs-primary > li.tabdrop.active.open > a,
        .nc3 .nav-tabs.nav-tabs-primary > li.tabdrop.active.open > a:hover {
            background: url(img/tabs/more-tabs-btn-primary.png) no-repeat -83px top transparent;
        }

        .nc3 .nav-tabs.nav-tabs-primary > li.tabdrop .dropdown-menu {
            border: 1px solid rgba(0, 0, 0, 0.1);
            background: #FFF;
            -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
            -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
        }

            .nc3 .nav-tabs.nav-tabs-primary > li.tabdrop .dropdown-menu:before,
            .nc3 .nav-tabs.nav-tabs-primary > li.tabdrop .dropdown-menu:after {
                content: "";
                position: absolute;
                top: -7px;
                right: 17px;
                width: 0;
                height: 0;
                border-top: 7px solid transparent;
                border-right: 7px solid transparent;
                border-left: 7px solid transparent;
            }

            .nc3 .nav-tabs.nav-tabs-primary > li.tabdrop .dropdown-menu:before {
                top: -15px;
                border-bottom: 7px solid #e4e4e4;
            }

            .nc3 .nav-tabs.nav-tabs-primary > li.tabdrop .dropdown-menu:after {
                border-bottom: 7px solid #fff;
                top: -14px;
            }

            .nc3 .nav-tabs.nav-tabs-primary > li.tabdrop .dropdown-menu > li > a {
                color: #282828;
            }

                .nc3 .nav-tabs.nav-tabs-primary > li.tabdrop .dropdown-menu > li > a:hover {
                    background: #f2faff;
                }

            .nc3 .nav-tabs.nav-tabs-primary > li.tabdrop .dropdown-menu > li.active > a:not(.pressed) {
                background: #ffffff;
                -webkit-box-shadow: 0 1px 0 #599900 inset, 0 -1px 0 #599900 inset, 0 1px 0 #599900, 0 -1px 0 #599900;
                -moz-box-shadow: 0 1px 0 #599900 inset, 0 -1px 0 #599900 inset, 0 1px 0 #599900, 0 -1px 0 #599900;
                box-shadow: 0 1px 0 #599900 inset, 0 -1px 0 #599900 inset, 0 1px 0 #599900, 0 -1px 0 #599900;
            }

            .nc3 .nav-tabs.nav-tabs-primary > li.tabdrop .dropdown-menu > li > a.pressed {
                background: #f5f5f5;
            }

            .nc3 .nav-tabs.nav-tabs-primary > li.tabdrop .dropdown-menu > li:not(.active):not(.disabled) > a:focus {
                background: #fff;
                -webkit-box-shadow: 0 1px 0 #0089d9 inset, 0 -1px 0 #0089d9 inset, 0 1px 0 #0089d9, 0 -1px 0 #0089d9;
                -moz-box-shadow: 0 1px 0 #0089d9 inset, 0 -1px 0 #0089d9 inset, 0 1px 0 #0089d9, 0 -1px 0 #0089d9;
                box-shadow: 0 1px 0 #0089d9 inset, 0 -1px 0 #0089d9 inset, 0 1px 0 #0089d9, 0 -1px 0 #0089d9;
            }

            .nc3 .nav-tabs.nav-tabs-primary > li.tabdrop .dropdown-menu > li.disabled > a {
                background-color: #f5f5f5;
                background-image: none;
                color: #a0a0a0;
            }
/* /.nav-tabs.nav-tabs-primary */
.nc3 .ie11 .nav-tabs.nav-tabs-primary:not(.navbar-nav) {
    margin-bottom: -6px;
}
/* Secondary */
.nc3 .nav-tabs.nav-tabs-secondary {
    margin-bottom: -5px;
    /* li */
    /* /li.tabdrop */
}

    .nc3 .nav-tabs.nav-tabs-secondary > li:after {
        right: 3px;
        bottom: -6px;
        height: 12px;
        -webkit-box-shadow: 4px -4px 2px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 4px -4px 2px rgba(0, 0, 0, 0.15);
        box-shadow: 4px -4px 2px rgba(0, 0, 0, 0.15);
    }

    .nc3 .nav-tabs.nav-tabs-secondary > li.active:after {
        bottom: -5px;
        height: 11px;
        opacity: 0.8;
        right: 4px;
    }

    .nc3 .nav-tabs.nav-tabs-secondary > li {
        margin-right: -11px;
        margin-top: -2px;
    }

        .nc3 .nav-tabs.nav-tabs-secondary > li > a {
            height: 32px;
            padding: 7px 10px 4px;
            border: 0px;
            color: #282828;
            background-image: url(img/tabs/tab-secondary-middle-bk.png);
        }

            .nc3 .nav-tabs.nav-tabs-secondary > li > a:hover {
                background-image: url(img/tabs/tab-secondary-hover-middle-bk.png);
            }

            .nc3 .nav-tabs.nav-tabs-secondary > li > a:focus,
            .nc3 .nav-tabs.nav-tabs-secondary > li > a.focus {
                background-image: url(img/tabs/tab-secondary-focus-middle-bk.png);
            }

            .nc3 .nav-tabs.nav-tabs-secondary > li > a.pressed {
                background-image: url(img/tabs/tab-secondary-pressed-middle-bk.png) !important;
            }

            .nc3 .nav-tabs.nav-tabs-secondary > li > a:before,
            .nc3 .nav-tabs.nav-tabs-secondary > li > a:after {
                width: 21px;
                height: 32px;
            }

            .nc3 .nav-tabs.nav-tabs-secondary > li > a:before {
                background-image: url(img/tabs/tab-secondary-side-bk.png);
            }

            .nc3 .nav-tabs.nav-tabs-secondary > li > a:after {
                background-image: url(img/tabs/tab-secondary-side2-bk.png);
            }

            .nc3 .nav-tabs.nav-tabs-secondary > li > a:hover:before {
                background-image: url(img/tabs/tab-secondary-hover-side-bk.png);
            }

            .nc3 .nav-tabs.nav-tabs-secondary > li > a:hover:after {
                background-image: url(img/tabs/tab-secondary-hover-side2-bk.png);
            }

            .nc3 .nav-tabs.nav-tabs-secondary > li > a:focus:before,
            .nc3 .nav-tabs.nav-tabs-secondary > li > a.focus:before {
                background-image: url(img/tabs/tab-secondary-focus-side-bk.png);
            }

            .nc3 .nav-tabs.nav-tabs-secondary > li > a:focus:after,
            .nc3 .nav-tabs.nav-tabs-secondary > li > a.focus:after {
                background-image: url(img/tabs/tab-secondary-focus-side2-bk.png);
            }

            .nc3 .nav-tabs.nav-tabs-secondary > li > a.pressed:before {
                background-image: url(img/tabs/tab-secondary-pressed-side-bk.png) !important;
            }

            .nc3 .nav-tabs.nav-tabs-secondary > li > a.pressed:after {
                background-image: url(img/tabs/tab-secondary-pressed-side2-bk.png) !important;
            }

            .nc3 .nav-tabs.nav-tabs-secondary > li > a:before,
            .nc3 .nav-tabs.nav-tabs-secondary > li > a:hover:before,
            .nc3 .nav-tabs.nav-tabs-secondary > li > a:focus:before,
            .nc3 .nav-tabs.nav-tabs-secondary > li > a.focus:before {
                left: -19px;
            }

            .nc3 .nav-tabs.nav-tabs-secondary > li > a:after,
            .nc3 .nav-tabs.nav-tabs-secondary > li > a:hover:after,
            .nc3 .nav-tabs.nav-tabs-secondary > li > a:focus:after,
            .nc3 .nav-tabs.nav-tabs-secondary > li > a.focus:after {
                right: -19px;
            }

        .nc3 .nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) {
            margin-top: -2px;
        }

            .nc3 .nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a:before,
            .nc3 .nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a.pressed:before {
                background-image: url(img/tabs/tab-secondary-active-side-bk.png) !important;
            }

            .nc3 .nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a:after,
            .nc3 .nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a.pressed:after {
                background-image: url(img/tabs/tab-secondary-active-side2-bk.png) !important;
            }

            .nc3 .nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a.pressed,
            .nc3 .nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a,
            .nc3 .nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a:focus,
            .nc3 .nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a:active,
            .nc3 .nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a:hover {
                top: 1px;
                background-image: url(img/tabs/tab-secondary-active-middle-bk.png) !important;
            }

                .nc3 .nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a:focus:before,
                .nc3 .nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a.pressed:focus:before,
                .nc3 .nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a.focus:before,
                .nc3 .nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a.pressed.focus:before {
                    background-image: url(img/tabs/tab-secondary-focus-selected-side-bk.png) !important;
                }

                .nc3 .nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a:focus:after,
                .nc3 .nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a.pressed:focus:after,
                .nc3 .nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a.focus:after,
                .nc3 .nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a.pressed.focus:after {
                    background-image: url(img/tabs/tab-secondary-focus-selected-side2-bk.png) !important;
                }

                .nc3 .nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a.pressed,
                .nc3 .nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a,
                .nc3 .nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a:active,
                .nc3 .nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a:hover {
                    top: 1px;
                    background-image: url(img/tabs/tab-secondary-active-middle-bk.png) !important;
                }

                    .nc3 .nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a.pressed:focus,
                    .nc3 .nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a:focus,
                    .nc3 .nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a.pressed.focus,
                    .nc3 .nav-tabs.nav-tabs-secondary > li.active:not(.tabdrop) > a.focus {
                        top: 1px;
                        padding-top: 7px;
                        background-image: url(img/tabs/tab-secondary-focus-selected-middle-bk.png) !important;
                    }

    .nc3 .nav-tabs.nav-tabs-secondary li.disabled a {
        color: #a0a0a0;
        background-image: url(img/tabs/tab-secondary-disabled-middle-bk.png);
    }

        .nc3 .nav-tabs.nav-tabs-secondary li.disabled a:before {
            background-image: url(img/tabs/tab-secondary-disabled-side-bk.png);
        }

        .nc3 .nav-tabs.nav-tabs-secondary li.disabled a:after {
            background-image: url(img/tabs/tab-secondary-disabled-side2-bk.png);
        }

    .nc3 .nav-tabs.nav-tabs-secondary > li.tabdrop {
        width: 48px;
        /* /.dropdown-menu */
    }

        .nc3 .nav-tabs.nav-tabs-secondary > li.tabdrop > a {
            width: 34px;
            margin-top: 4px;
            background: url(img/tabs/more-tabs-btn-secondary.png) no-repeat -3px top transparent;
        }

            .nc3 .nav-tabs.nav-tabs-secondary > li.tabdrop > a:hover {
                background-position: -43px top;
            }

        .nc3 .nav-tabs.nav-tabs-secondary > li.tabdrop.active > a {
            background: url(img/tabs/more-tabs-btn-secondary.png) no-repeat -3px top transparent;
        }

            .nc3 .nav-tabs.nav-tabs-secondary > li.tabdrop.active > a:hover {
                background: url(img/tabs/more-tabs-btn-secondary.png) no-repeat -43px top transparent;
            }

        .nc3 .nav-tabs.nav-tabs-secondary > li.tabdrop > a:focus,
        .nc3 .nav-tabs.nav-tabs-secondary > li.tabdrop > a.focus {
            background: url(img/tabs/more-tabs-btn-secondary.png) no-repeat -124px top transparent;
        }

        .nc3 .nav-tabs.nav-tabs-secondary > li.tabdrop > a:active,
        .nc3 .nav-tabs.nav-tabs-secondary > li.tabdrop.open > a,
        .nc3 .nav-tabs.nav-tabs-secondary > li.tabdrop.open > a:hover,
        .nc3 .nav-tabs.nav-tabs-secondary > li.tabdrop.active.open > a,
        .nc3 .nav-tabs.nav-tabs-secondary > li.tabdrop.active.open > a:hover {
            background: url(img/tabs/more-tabs-btn-secondary.png) no-repeat -83px top transparent;
        }

        .nc3 .nav-tabs.nav-tabs-secondary > li.tabdrop .dropdown-menu {
            border: 1px solid rgba(0, 0, 0, 0.1);
            background: #FFF;
            -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
            -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
        }

            .nc3 .nav-tabs.nav-tabs-secondary > li.tabdrop .dropdown-menu:before,
            .nc3 .nav-tabs.nav-tabs-secondary > li.tabdrop .dropdown-menu:after {
                content: "";
                position: absolute;
                top: -7px;
                right: 17px;
                width: 0;
                height: 0;
                border-top: 7px solid transparent;
                border-right: 7px solid transparent;
                border-left: 7px solid transparent;
            }

            .nc3 .nav-tabs.nav-tabs-secondary > li.tabdrop .dropdown-menu:before {
                top: -15px;
                border-bottom: 7px solid #e4e4e4;
            }

            .nc3 .nav-tabs.nav-tabs-secondary > li.tabdrop .dropdown-menu:after {
                top: -14px;
                border-bottom: 7px solid #fff;
            }

            .nc3 .nav-tabs.nav-tabs-secondary > li.tabdrop .dropdown-menu > li > a {
                color: #282828;
            }

                .nc3 .nav-tabs.nav-tabs-secondary > li.tabdrop .dropdown-menu > li > a:hover {
                    background: #f2faff;
                }

            .nc3 .nav-tabs.nav-tabs-secondary > li.tabdrop .dropdown-menu > li.active > a:not(.pressed) {
                background: #ffffff;
                -webkit-box-shadow: 0 1px 0 #599900 inset, 0 -1px 0 #599900 inset, 0 1px 0 #599900, 0 -1px 0 #599900;
                -moz-box-shadow: 0 1px 0 #599900 inset, 0 -1px 0 #599900 inset, 0 1px 0 #599900, 0 -1px 0 #599900;
                box-shadow: 0 1px 0 #599900 inset, 0 -1px 0 #599900 inset, 0 1px 0 #599900, 0 -1px 0 #599900;
            }

            .nc3 .nav-tabs.nav-tabs-secondary > li.tabdrop .dropdown-menu > li > a.pressed {
                background: #f5f5f5;
            }

            .nc3 .nav-tabs.nav-tabs-secondary > li.tabdrop .dropdown-menu > li:not(.active):not(.disabled) > a:focus {
                background: #fff;
                -webkit-box-shadow: 0 1px 0 #0089d9 inset, 0 -1px 0 #0089d9 inset, 0 1px 0 #0089d9, 0 -1px 0 #0089d9;
                -moz-box-shadow: 0 1px 0 #0089d9 inset, 0 -1px 0 #0089d9 inset, 0 1px 0 #0089d9, 0 -1px 0 #0089d9;
                box-shadow: 0 1px 0 #0089d9 inset, 0 -1px 0 #0089d9 inset, 0 1px 0 #0089d9, 0 -1px 0 #0089d9;
            }

            .nc3 .nav-tabs.nav-tabs-secondary > li.tabdrop .dropdown-menu > li.disabled > a {
                color: #a0a0a0;
                background-color: #f5f5f5;
                background-image: none;
            }
/* /.nav-tabs.nav-tabs-secondary */
.nc3 .ie11 .nav-tabs.nav-tabs-secondary:not(.navbar-nav) {
    margin-bottom: -5px;
}
/* Justified tabs */
.nc3 .nav-tabs.nav-justified {
    display: block;
    margin-bottom: 2px;
    padding: 0 4px 0 4px;
}

    .nc3 .nav-tabs.nav-justified li > a {
        margin-bottom: 0px;
        margin-left: -11px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .nc3 .nav-tabs.nav-justified li:first-child > a {
        margin-left: 0;
    }

    .nc3 .nav-tabs.nav-justified > li > a,
    .nc3 .nav-tabs.nav-justified > li > a:hover,
    .nc3 .nav-tabs.nav-justified > li > a:focus {
        top: -1px;
        height: 31px;
    }

    .nc3 .nav-tabs.nav-justified li.active > a,
    .nc3 .nav-tabs.nav-justified li.active > a:hover,
    .nc3 .nav-tabs.nav-justified li.active > a:focus,
    .nc3 .nav-tabs.nav-justified li.active > a:active {
        height: 32px;
        border: 0px;
    }

        .nc3 .nav-tabs.nav-justified li.active > a:focus,
        .nc3 .nav-tabs.nav-justified li.active > a.focus {
            top: -1px !important;
        }

    .nc3 .nav-tabs.nav-justified li.tabdrop {
        display: none;
    }

    .nc3 .nav-tabs.nav-justified + .tab-content {
        position: relative;
        top: -2px;
    }
/* /.nav-tabs.nav-justified */
.nc3 .tab-content {
    clear: both;
    padding: 0px;
    border: 1px solid #d3d3d3;
    background: #fff;
}

    .nc3 .tab-content h4 {
        margin: 0 0 10px;
        color: #0974b3;
        font-size: 16px;
    }

    .nc3 .tab-content p:last-child {
        margin: 0px;
    }

    .nc3 .tab-content .tabs-lead {
        margin-bottom: 15px;
        font-style: italic;
    }

    .nc3 .tab-content table {
        margin-bottom: 0;
        border-width: 0px;
    }

    .nc3 .tab-content .content {
        padding: 20px 20px 25px;
        border-top: 1px solid #dddddd;
    }

    .nc3 .tab-content .tab-pane-content {
        padding: 20px 20px 25px;
    }
/* /.tab-content */
.nc3 .tabs-collapse.in {
    overflow-y: visible;
    height: auto;
}

.nc3 .nav-tabs:not(.navbar-nav) li:nth-last-child(20) > a {
    z-index: 20;
}

.nc3 .nav-tabs:not(.navbar-nav) li:nth-last-child(19) > a {
    z-index: 19;
}

.nc3 .nav-tabs:not(.navbar-nav) li:nth-last-child(18) > a {
    z-index: 18;
}

.nc3 .nav-tabs:not(.navbar-nav) li:nth-last-child(17) > a {
    z-index: 17;
}

.nc3 .nav-tabs:not(.navbar-nav) li:nth-last-child(16) > a {
    z-index: 16;
}

.nc3 .nav-tabs:not(.navbar-nav) li:nth-last-child(15) > a {
    z-index: 15;
}

.nc3 .nav-tabs:not(.navbar-nav) li:nth-last-child(14) > a {
    z-index: 14;
}

.nc3 .nav-tabs:not(.navbar-nav) li:nth-last-child(13) > a {
    z-index: 13;
}

.nc3 .nav-tabs:not(.navbar-nav) li:nth-last-child(12) > a {
    z-index: 12;
}

.nc3 .nav-tabs:not(.navbar-nav) li:nth-last-child(11) > a {
    z-index: 11;
}

.nc3 .nav-tabs:not(.navbar-nav) li:nth-last-child(10) > a {
    z-index: 10;
}

.nc3 .nav-tabs:not(.navbar-nav) li:nth-last-child(9) > a {
    z-index: 9;
}

.nc3 .nav-tabs:not(.navbar-nav) li:nth-last-child(8) > a {
    z-index: 8;
}

.nc3 .nav-tabs:not(.navbar-nav) li:nth-last-child(7) > a {
    z-index: 7;
}

.nc3 .nav-tabs:not(.navbar-nav) li:nth-last-child(6) > a {
    z-index: 6;
}

.nc3 .nav-tabs:not(.navbar-nav) li:nth-last-child(5) > a {
    z-index: 5;
}

.nc3 .nav-tabs:not(.navbar-nav) li:nth-last-child(4) > a {
    z-index: 4;
}

.nc3 .nav-tabs:not(.navbar-nav) li:nth-last-child(3) > a {
    z-index: 3;
}

.nc3 .nav-tabs:not(.navbar-nav) li:nth-last-child(2) > a {
    z-index: 2;
}

.nc3 .nav-tabs:not(.navbar-nav) li:last-child > a {
    z-index: 1;
}

.nc3 .nav-tabs:not(.navbar-nav) .dropdown-menu {
    margin-top: -1px;
    margin-left: -11px;
}
/* with dropdowns */
.nc3 .nav-tabs:not(.navbar-nav) .dropdown > .dropdown-toggle > .caret {
    position: absolute;
    top: 14px;
    right: 0;
    background-position: 0px -145px;
}

.nc3 .nav-tabs:not(.navbar-nav) .active.dropdown > .dropdown-toggle > .caret {
    background-position: -132px 1px;
}
/* Default Pills */
.nc3 .nav-pills {
    /* / > li */
}

    .nc3 .nav-pills > li {
        /* /> a */
    }

        .nc3 .nav-pills > li > a {
            *zoom: 1;
            border-color: #e0e0e0 #d2d2d2 #b6b6b6;
            background: #ffffff;
            background: -webkit-linear-gradient(top, #ffffff 10%, #f0f0f0 75%);
            background: linear-gradient(to bottom, #ffffff 10%, #f0f0f0 75%);
            -webkit-box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.12);
            -moz-box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.12);
            box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.12);
            min-width: 120px;
            height: 24px;
            padding: 4px 15px 3px 15px;
            border-width: 1px;
            border-style: solid;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            color: #282828;
            line-height: 14px;
            text-decoration: none;
            text-align: center;
        }

            .nc3 .nav-pills > li > a:hover {
                background: #e8f6ff;
                background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
                background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
                -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
                -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
                box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
                -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
                -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
                box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            }

            .nc3 .nav-pills > li > a:focus {
                outline: none;
                border-color: #0089d9;
                background: #ffffff;
                background: -webkit-linear-gradient(top, #ffffff 10%, #f0f0f0 75%);
                background: linear-gradient(to bottom, #ffffff 10%, #f0f0f0 75%);
                padding-top: 4px;
                border-width: 1px;
                -webkit-box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
                -moz-box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
                box-shadow: -1px -1px 0 #0089d9 inset, 1px 1px 0 #0089d9 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            }

            .nc3 .nav-pills > li > a:active {
                outline: none;
                border-color: #b1b1b1 #c6c6c6 #cecece;
                background: #dadada;
                background: -webkit-linear-gradient(top, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
                background: linear-gradient(to bottom, #dadada 0%, #e1e1e1 4%, #e5e5e5 100%);
                -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
                -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
                box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
                padding-top: 4px;
                border-width: 1px;
            }

            .nc3 .nav-pills > li > a span.caret {
                position: relative;
                top: 1px;
                line-height: 100%;
            }

            .nc3 .nav-pills > li > a.dropdown-toggle {
                padding-right: 7px;
            }

            .nc3 .nav-pills > li > a .badge {
                min-width: 22px;
                height: 15px;
                margin-left: 5px;
                padding: 0.1em 0.4em;
                font-size: 10px;
                font-weight: 400;
                line-height: 1;
                color: #fff;
                background: #4d8400;
                border: 1px solid transparent;
            }

            .nc3 .nav-pills > li > a:active .badge,
            .nc3 .nav-pills > li > a.active .badge {
                padding: 0.2em 0.4em;
                border: 0px;
                color: #282828;
                background: #fff;
                -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
                -moz-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
                box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
            }

        .nc3 .nav-pills > li.active > a,
        .nc3 .nav-pills > li.dropdown.open > a {
            padding-top: 4px;
            /*border-width: 1px; */
            border-color: #cbcbcb #d9d9d9 #4d8400;
            color: #282828;
            background: #f7f7f7;
            background: -webkit-linear-gradient(top, #f7f7f7 0%, #f5f5f5 100%);
            background: linear-gradient(to bottom, #f7f7f7 0%, #f5f5f5 100%);
            -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
            -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 #4d8400 inset;
            border-width: 1px;
            border-bottom-color: #d9d9d9 !important;
            -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.55) !important;
            -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.55) !important;
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.55) !important;
        }

            .nc3 .nav-pills > li.active > a:before,
            .nc3 .nav-pills > li.dropdown.open > a:before {
                display: block;
                float: none;
                content: "";
                position: absolute;
                right: 7px;
                bottom: -1px;
                left: 7px;
                width: auto;
                height: 6px;
                margin: 0 auto;
                padding: 0 7px;
                z-index: 9;
                text-align: center;
                border-bottom: 2px solid #4d8400;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
            }

            .nc3 .nav-pills > li.active > a:hover {
                background: #e8f6ff;
                background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
                background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
                -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
                -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
                box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
                -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
                -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
                box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
                color: #282828;
            }

            .nc3 .nav-pills > li.active > a:focus {
                padding-top: 4px;
                color: #282828;
                border-width: 1px;
                border-top: 1px solid #0089d9 !important;
                border-right: 1px solid #0089d9 !important;
                border-bottom: 1px solid #0089d9 !important;
                border-left: 1px solid #0089d9 !important;
                -webkit-box-shadow: 1px 1px 0 #0089d9 inset, -1px 0 0 #0089d9 inset !important;
                -moz-box-shadow: 1px 1px 0 #0089d9 inset, -1px 0 0 #0089d9 inset !important;
                box-shadow: 1px 1px 0 #0089d9 inset, -1px 0 0 #0089d9 inset !important;
            }

        .nc3 .nav-pills > li.disabled > a,
        .nc3 .nav-pills > li.disabled > a:hover,
        .nc3 .nav-pills > li.disabled > a:focus,
        .nc3 .nav-pills > li.disabled > a:active {
            opacity: 1;
            border-width: 1px !important;
            border-color: #d0d0d0 !important;
            color: #a0a0a0;
            background: #f5f5f5;
            box-shadow: none !important;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            cursor: default;
            padding-top: 4px;
            border-width: 1px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

            .nc3 .nav-pills > li.disabled > a:before,
            .nc3 .nav-pills > li.disabled > a:hover:before,
            .nc3 .nav-pills > li.disabled > a:focus:before,
            .nc3 .nav-pills > li.disabled > a:active:before {
                display: none;
            }

    .nc3 .nav-pills .dropdown-menu {
        margin-top: -1px;
    }
    /* /.nav-pills */
    /* Primary pills */
    .nc3 .nav-pills.nav-pills-primary > li > a:active,
    .nc3 .nav-pills.nav-pills-primary > li.active > a,
    .nc3 .nav-pills.nav-pills-primary > li.active > a:hover {
        border-color: #325700 #3b6500 #427000 !important;
        color: #fff;
        background: #3a6400;
        background: -webkit-linear-gradient(top, #3a6400 0%, #406e00 6%, #497d00 100%);
        background: linear-gradient(to bottom, #3a6400 0%, #406e00 6%, #497d00 100%);
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset !important;
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset !important;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset !important;
    }

        .nc3 .nav-pills.nav-pills-primary > li > a:active:before,
        .nc3 .nav-pills.nav-pills-primary > li.active > a:before,
        .nc3 .nav-pills.nav-pills-primary > li.active > a:hover:before {
            display: none;
        }

        .nc3 .nav-pills.nav-pills-primary > li.active > a:focus,
        .nc3 .nav-pills.nav-pills-primary > li.active.focus > a {
            padding: 3px 15px 3px;
            z-index: 4;
            border-width: 2px !important;
            border-style: solid !important;
            border-color: #fff !important;
            -webkit-box-shadow: 1px 1px #cecece, -1px -1px #cecece !important;
            -moz-box-shadow: 1px 1px #cecece, -1px -1px #cecece !important;
            box-shadow: 1px 1px #cecece, -1px -1px #cecece !important;
        }

    .nc3 .nav-pills.nav-pills-primary > li.disabled > a,
    .nc3 .nav-pills.nav-pills-primary > li.disabled > a:hover,
    .nc3 .nav-pills.nav-pills-primary > li.disabled > a:focus,
    .nc3 .nav-pills.nav-pills-primary > li.disabled > a:active {
        opacity: 1;
        border-width: 1px !important;
        border-color: #d0d0d0 !important;
        color: #a0a0a0;
        background: #f5f5f5;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
    }
/* /.nav-pills */
.nc3 .ie11 .nav-pills.nav-pills-primary > li > a {
    padding-top: 3px;
}

    .nc3 .ie11 .nav-pills.nav-pills-primary > li > a:focus {
        padding-top: 2px;
    }

    .nc3 .ie11 .nav-pills.nav-pills-primary > li > a:active {
        padding-top: 3px;
    }

@media (max-width: 769px) {
    .nc3 .nav-pills > li {
        float: none;
    }
}
/**
 * Navbar - main navigation - Nordic Cool 3.0
*/
.nc3 .active-on-mobile {
    display: none;
}

.nc3 .navbar-collapse {
    padding-right: 0px;
}

    .nc3 .navbar-collapse.collapse {
        float: none;
        position: relative;
        width: 100%;
        height: 42px !important;
        padding: 0;
        border: 0;
        -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
        -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
        box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    }

.nc3 .navbar {
    background: #006199;
    background: -webkit-linear-gradient(left, #006199 0%, #0079bf 100%);
    background: linear-gradient(to right, #006199 0%, #0079bf 100%);
    min-height: 40px;
    height: auto;
    margin-bottom: 35px;
    border: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /* .navbar-brand */
    /* .nav */
    /* navbar-text */
    /* navbar-form */
    /* navbar-btn */
}

    .nc3 .navbar:not(.navbar-fixed-top) {
        position: relative;
    }

    .nc3 .navbar .navbar-brand {
        height: auto;
        padding: 7px 15px 8px;
        color: #fff;
        font-size: 20px;
        font-weight: 200;
        line-height: 135%;
        text-decoration: none;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: subpixel-antialiased;
    }

        .nc3 .navbar .navbar-brand:hover {
            color: #fff;
            background: rgba(255, 255, 255, 0.1);
            -webkit-box-shadow: 1px 0 0 #3187b9;
            -moz-box-shadow: 1px 0 0 #3187b9;
            box-shadow: 1px 0 0 #3187b9;
        }

        .nc3 .navbar .navbar-brand:focus {
            border-right: 0px !important;
            border-left: 0px !important;
            color: #fff;
            outline: none;
            -webkit-box-shadow: 1px 1px 0 #ffffff inset, -1px 1px 0 #ffffff inset;
            -moz-box-shadow: 1px 1px 0 #ffffff inset, -1px 1px 0 #ffffff inset;
            box-shadow: 1px 1px 0 #ffffff inset, -1px 1px 0 #ffffff inset;
        }

        .nc3 .navbar .navbar-brand.dropdown .dropdown-toggle {
            color: #fff;
            text-decoration: none;
        }

        .nc3 .navbar .navbar-brand.dropdown .dropdown-menu {
            left: -1px;
            margin-top: -1px;
            min-width: 210px;
            border-top-color: transparent;
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
        }

            .nc3 .navbar .navbar-brand.dropdown .dropdown-menu > li > a {
                font-size: 16px;
                font-weight: 200;
                padding: 8px 15px 9px 20px;
                text-align: left;
            }

                .nc3 .navbar .navbar-brand.dropdown .dropdown-menu > li > a:active,
                .nc3 .navbar .navbar-brand.dropdown .dropdown-menu > li > a.active,
                .nc3 .navbar .navbar-brand.dropdown .dropdown-menu > li > a.active:hover {
                    background: #f0f0f0;
                    box-shadow: 0 -1px 0 #f0f0f0;
                    outline: 0;
                }

        .nc3 .navbar .navbar-brand.dropdown.open {
            background: #fff;
        }

            .nc3 .navbar .navbar-brand.dropdown.open .dropdown-toggle {
                color: #282828;
            }

    .nc3 .navbar .nav {
        display: block;
        /*position: initial;*/
        position: relative;
        height: auto;
        padding: 0;
        border: 0px;
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        /* li */
        /* li.active */
        /* li.dropdown */
        /* .icon */
        /* li.tabdrop */
    }

        .nc3 .navbar .nav:not(.navbar-right) {
            max-width: 60%;
            padding-left: 0;
            padding-right: 46px;
            max-height: 64px;
        }

        .nc3 .navbar .nav > li {
            margin-bottom: 0;
        }

            .nc3 .navbar .nav > li > a {
                position: relative;
                height: auto;
                margin-right: 0px;
                padding: 9px 15px 8px;
                font-size: 18px;
                font-weight: 200;
                line-height: 135%;
                text-decoration: none;
                color: #fff;
                border-top: 0px;
                border-right: 0px;
                border-bottom: 0px;
                background: transparent;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
            }

                .nc3 .navbar .nav > li > a:hover {
                    color: #fff;
                    background: rgba(255, 255, 255, 0.1);
                    -webkit-box-shadow: 1px 0 0 #3187b9;
                    -moz-box-shadow: 1px 0 0 #3187b9;
                    box-shadow: 1px 0 0 #3187b9;
                }

                .nc3 .navbar .nav > li > a:focus {
                    color: #fff;
                    outline: none;
                    box-shadow: -1px 1px 0 #ffffff inset;
                }

            .nc3 .navbar .nav > li.active > a,
            .nc3 .navbar .nav > li.active > a:hover,
            .nc3 .navbar .nav > li.active > a:focus {
                background: rgba(0, 0, 0, 0.1);
                background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
                background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
                -webkit-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1) inset;
                -moz-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1) inset;
                box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1) inset;
                color: #fff;
                border: 0;
                border-left: 1px solid rgba(255, 255, 255, 0.1);
            }

            .nc3 .navbar .nav > li.dropdown.open .dropdown-toggle {
                background-color: #fff;
                color: #282828;
            }

            .nc3 .navbar .nav > li.dropdown .dropdown-menu {
                border-color: transparent #e9e9e9 #dedede #eaeaea;
                border-style: solid;
                border-width: 0 1px 1px;
                box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.05);
                margin-left: 0;
                z-index: 2001;
            }

                .nc3 .navbar .nav > li.dropdown .dropdown-menu > li > a,
                .nc3 .navbar .nav > li.dropdown .dropdown-menu > div > a {
                    border-left: 0;
                    font-size: 14px;
                    line-height: 145%;
                    padding: 10px 20px;
                    border-radius: 0;
                    display: block;
                    color: #282828;
                    text-decoration: none;
                }

                    .nc3 .navbar .nav > li.dropdown .dropdown-menu > li > a:hover,
                    .nc3 .navbar .nav > li.dropdown .dropdown-menu > div > a:hover {
                        background-color: #ccebff;
                    }

                    .nc3 .navbar .nav > li.dropdown .dropdown-menu > li > a:focus,
                    .nc3 .navbar .nav > li.dropdown .dropdown-menu > div > a:focus {
                        outline-offset: -1px;
                    }

        .nc3 .navbar .nav .icon > a {
            width: 64px;
            height: 64px;
            padding: 0;
            white-space: normal;
            overflow: hidden;
        }

            .nc3 .navbar .nav .icon > a .vismaicon.vismaicon-menu,
            .nc3 .navbar .nav .icon > a .vismaicon.vismaicon-menu:hover {
                border: 0;
                background: transparent;
            }

        .nc3 .navbar .nav > li.tabdrop {
            float: right;
            right: 0;
            top: 0;
            position: absolute !important;
        }

    .nc3 .navbar .navbar-text {
        margin: 11px 15px 11px !important;
        color: #fff;
    }

        .nc3 .navbar .navbar-text a {
            color: #fff;
        }

    .nc3 .navbar .navbar-form {
        margin: 6px 0 5px 0;
    }

        .nc3 .navbar .navbar-form .search-group {
            position: relative;
            transition: all 0.5s ease 0s;
            width: 70%;
        }

            .nc3 .navbar .navbar-form .search-group.focus {
                width: 100%;
            }

        .nc3 .navbar .navbar-form .form-control {
            border: 0;
            border-radius: 25px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%;
        }

            .nc3 .navbar .navbar-form .form-control:focus {
                -webkit-box-shadow: 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
                -moz-box-shadow: 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
                box-shadow: 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
            }

        .nc3 .navbar .navbar-form .search-icon {
            left: 1px;
            pointer-events: none;
            top: 1px;
        }

        .nc3 .navbar .navbar-form .clear-search {
            right: 1px;
            top: 1px;
            cursor: pointer;
        }

        .nc3 .navbar .navbar-form.navbar-form-primary .search-group:not(.focus) .form-control {
            background-color: #00598d;
            color: #fff;
        }

            .nc3 .navbar .navbar-form.navbar-form-primary .search-group:not(.focus) .form-control::-webkit-input-placeholder {
                font-style: italic;
                color: rgba(255, 255, 255, 0.5);
            }

            .nc3 .navbar .navbar-form.navbar-form-primary .search-group:not(.focus) .form-control:-moz-placeholder {
                font-style: italic;
                color: rgba(255, 255, 255, 0.5);
            }

            .nc3 .navbar .navbar-form.navbar-form-primary .search-group:not(.focus) .form-control::-moz-placeholder {
                font-style: italic;
                color: rgba(255, 255, 255, 0.5);
            }

            .nc3 .navbar .navbar-form.navbar-form-primary .search-group:not(.focus) .form-control:-ms-input-placeholder {
                font-style: normal;
                color: rgba(255, 255, 255, 0.5);
            }

        .nc3 .navbar .navbar-form.navbar-form-primary .search-group:not(.focus) .search-icon:before {
            background-position: 0px 0;
            opacity: 0.5;
        }

        .nc3 .navbar .navbar-form.navbar-form-primary .search-group:not(.focus) .clear-search:before {
            background-position: 0 3px;
            opacity: 0.5;
        }

        .nc3 .navbar .navbar-form.navbar-form-primary .search-group.focus .form-control:focus {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

    .nc3 .navbar .navbar-btn.btn {
        margin: 6px 15px 5px;
    }

    .nc3 .navbar .nav li.new-window {
        position: relative;
    }

        .nc3 .navbar .nav li.new-window > a:after {
            background: transparent url(img/16_export_white.svg) no-repeat scroll 0 0;
            content: "";
            display: inline-block;
            height: 16px;
            margin-left: 10px;
            position: relative;
            right: 0;
            top: 0;
            width: 16px;
        }

    .nc3 .navbar .nav .dropdown-menu li.new-window > a:after {
        background-position: 0 0;
    }
    /* .navbar */
    .nc3 .navbar .navbar-right {
        margin: 0;
        padding-left: 46px;
        position: inherit;
    }

        .nc3 .navbar .navbar-right > li.tabdrop {
            left: 0;
            right: auto;
            position: absolute !important;
        }

        .nc3 .navbar .navbar-right .navbar-form > .search-group {
            float: right;
        }
    /* Second level navigation */
    .nc3 .navbar.navbar-second-level .in.collapse.second-level {
        display: block;
    }

    .nc3 .navbar.navbar-second-level .collapse.second-level:not(.in) {
        display: none;
    }

    .nc3 .navbar.navbar-second-level .navbar-nav > li {
        position: initial;
    }

    .nc3 .navbar.navbar-second-level .second-level {
        background: #fff;
        border-bottom: 1px solid #d9d9d9;
        bottom: -37px;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
        left: 0;
        margin-bottom: 0;
        padding: 8px 5px;
        position: absolute;
        right: 0;
        visibility: visible;
        width: 100%;
        z-index: 2000;
        /* div */
    }

        .nc3 .navbar.navbar-second-level .second-level > div {
            display: inline-block;
        }

            .nc3 .navbar.navbar-second-level .second-level > div > a {
                color: #282828;
                padding: 9px 15px;
                text-decoration: none;
            }

                .nc3 .navbar.navbar-second-level .second-level > div > a:hover {
                    color: #0974b3;
                    text-decoration: underline;
                }

                    .nc3 .navbar.navbar-second-level .second-level > div > a:hover + a.dropdown-toggle .caret {
                        background-position: -30px center;
                    }

                .nc3 .navbar.navbar-second-level .second-level > div > a:focus {
                    outline-offset: -2px;
                }

                .nc3 .navbar.navbar-second-level .second-level > div > a.active {
                    color: #0974b3;
                    font-weight: 700;
                }

            .nc3 .navbar.navbar-second-level .second-level > div.dropdown-element > a.dropdown-toggle {
                padding-left: 0px;
                padding-right: 5px;
                margin-left: -10px;
            }

                .nc3 .navbar.navbar-second-level .second-level > div.dropdown-element > a.dropdown-toggle .caret {
                    background-position: -15px center;
                }

            .nc3 .navbar.navbar-second-level .second-level > div.dropdown-element.hoverState > a {
                color: #0974b3;
                text-decoration: underline;
            }

                .nc3 .navbar.navbar-second-level .second-level > div.dropdown-element.hoverState > a .caret {
                    background-position: -30px center;
                }

            .nc3 .navbar.navbar-second-level .second-level > div.dropdown-element.open > a {
                background: transparent;
            }

    .nc3 .navbar.navbar-second-level .third-level.dropdown-menu {
        margin-top: 4px;
    }

        .nc3 .navbar.navbar-second-level .third-level.dropdown-menu:before,
        .nc3 .navbar.navbar-second-level .third-level.dropdown-menu:after {
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 7px solid transparent;
            content: "";
            height: 0;
            left: 40px;
            position: absolute;
            top: -7px;
            width: 0;
        }

        .nc3 .navbar.navbar-second-level .third-level.dropdown-menu:before {
            border-bottom: 7px solid #e4e4e4;
            top: -15px;
        }

        .nc3 .navbar.navbar-second-level .third-level.dropdown-menu:after {
            border-bottom: 7px solid #fff;
            top: -14px;
        }

@media (min-width: 768px) {
    /* Tabdrop */
    .nc3 .navbar .nav .dropdown.tabdrop {
        display: block;
        width: 46px;
        height: 42px;
        /* /.dropdown-toggle */
        /* .dropdown-menu */
        /* &.open */
    }

        .nc3 .navbar .nav .dropdown.tabdrop > .dropdown-toggle {
            display: block;
            width: 46px;
            height: 42px;
            border-left: 1px solid #1a7eb7;
            border-right: 1px solid #1a7fb9;
            background: #0071b2;
            -webkit-box-shadow: -1px -3px 3px rgba(1, 95, 149, 0.85), 0 1px 0 #1b70a2 inset, 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
            -moz-box-shadow: -1px -3px 3px rgba(1, 95, 149, 0.85), 0 1px 0 #1b70a2 inset, 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
            box-shadow: -1px -3px 3px rgba(1, 95, 149, 0.85), 0 1px 0 #1b70a2 inset, 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
        }

            .nc3 .navbar .nav .dropdown.tabdrop > .dropdown-toggle:hover {
                background: #1a7db5;
                border-left-color: #318abd;
                border-right-color: #318bbe;
            }

            .nc3 .navbar .nav .dropdown.tabdrop > .dropdown-toggle:before,
            .nc3 .navbar .nav .dropdown.tabdrop > .dropdown-toggle:after {
                display: block;
                content: "";
                position: absolute;
                left: 11px;
                width: 22px;
                border-style: solid;
                border-color: #fff;
                background-image: none;
            }

            .nc3 .navbar .nav .dropdown.tabdrop > .dropdown-toggle:before {
                height: 7px;
                top: 15px;
                border-width: 2px 0;
            }

            .nc3 .navbar .nav .dropdown.tabdrop > .dropdown-toggle:after {
                height: 3px;
                bottom: 15px;
                border-width: 0px 0 2px;
            }

            .nc3 .navbar .nav .dropdown.tabdrop > .dropdown-toggle > .caret {
                display: none;
            }

        .nc3 .navbar .nav .dropdown.tabdrop .dropdown-menu {
            right: 0px;
            left: auto;
            min-width: 215px;
            padding: 7px 0 0 0;
            border-left: 1px solid #e7e7e7;
            border-right: 1px solid #e7e7e7;
            border-bottom: 1px solid #dddddd;
        }

            .nc3 .navbar .nav .dropdown.tabdrop .dropdown-menu:after,
            .nc3 .navbar .nav .dropdown.tabdrop .dropdown-menu:before {
                display: none;
            }

            .nc3 .navbar .nav .dropdown.tabdrop .dropdown-menu .dropdown > .dropdown-toggle {
                border: 0 !important;
                box-shadow: none;
            }

                .nc3 .navbar .nav .dropdown.tabdrop .dropdown-menu .dropdown > .dropdown-toggle .caret {
                    background-position: -15px center;
                }

            .nc3 .navbar .nav .dropdown.tabdrop .dropdown-menu > li > a {
                position: relative;
                padding: 10px 30px;
            }

            .nc3 .navbar .nav .dropdown.tabdrop .dropdown-menu > li.active > a {
                padding: 10px 30px;
            }

                .nc3 .navbar .nav .dropdown.tabdrop .dropdown-menu > li.active > a:hover {
                    background: #f0f9ff;
                    box-shadow: 0 -1px 0 #f0f9ff;
                }

        .nc3 .navbar .nav .dropdown.tabdrop.open .dropdown-toggle {
            border-right: 1px solid #005e94 !important;
            border-left: 1px solid #014f7c;
            background: #fff;
            -webkit-box-shadow: -1px 0 4px rgba(1, 95, 149, 0.85), 0 -1px 0 #ffffff inset;
            -moz-box-shadow: -1px 0 4px rgba(1, 95, 149, 0.85), 0 -1px 0 #ffffff inset;
            box-shadow: -1px 0 4px rgba(1, 95, 149, 0.85), 0 -1px 0 #ffffff inset;
        }

            .nc3 .navbar .nav .dropdown.tabdrop.open .dropdown-toggle:before,
            .nc3 .navbar .nav .dropdown.tabdrop.open .dropdown-toggle:after {
                border-color: #646464;
            }

            .nc3 .navbar .nav .dropdown.tabdrop.open .dropdown-toggle:hover {
                background: #ccebff;
            }

        .nc3 .navbar .nav .dropdown.tabdrop.open .dropdown-menu {
            padding-bottom: 7px;
            /* li */
        }

            .nc3 .navbar .nav .dropdown.tabdrop.open .dropdown-menu > li {
                float: none;
                width: 100%;
                margin: 0;
                height: auto;
            }

                .nc3 .navbar .nav .dropdown.tabdrop.open .dropdown-menu > li > a:not(.btn),
                .nc3 .navbar .nav .dropdown.tabdrop.open .dropdown-menu > li > a:focus:not(.btn),
                .nc3 .navbar .nav .dropdown.tabdrop.open .dropdown-menu > li > a.focus:not(.btn) {
                    width: auto;
                    height: auto;
                    text-align: left;
                    overflow: hidden;
                    padding: 12px 10px 11px 30px;
                    position: relative;
                    font-size: 14px;
                }

                .nc3 .navbar .nav .dropdown.tabdrop.open .dropdown-menu > li.icon > a:not(.btn),
                .nc3 .navbar .nav .dropdown.tabdrop.open .dropdown-menu > li.icon > a:focus:not(.btn),
                .nc3 .navbar .nav .dropdown.tabdrop.open .dropdown-menu > li.icon > a.focus:not(.btn) {
                    padding: 12px 10px 11px 50px;
                }

                    .nc3 .navbar .nav .dropdown.tabdrop.open .dropdown-menu > li.icon > a:not(.btn) .vismaicon.vismaicon-menu,
                    .nc3 .navbar .nav .dropdown.tabdrop.open .dropdown-menu > li.icon > a:focus:not(.btn) .vismaicon.vismaicon-menu,
                    .nc3 .navbar .nav .dropdown.tabdrop.open .dropdown-menu > li.icon > a.focus:not(.btn) .vismaicon.vismaicon-menu {
                        border: 0;
                        float: left;
                        position: absolute;
                        left: 5px;
                        top: 1px;
                    }
    /* /.dropdown.tabdrop */
}
/* Navbar toggle */
.nc3 .navbar-header {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px;
    z-index: 99;
}

    .nc3 .navbar-header .navbar-toggle,
    .nc3 .navbar-header .navbar-toggle:hover,
    .nc3 .navbar-header .navbar-toggle:focus {
        margin: 0px;
        padding: 12px 12px 15px;
        border: 0px;
        color: #fff;
        font-size: 18px;
        font-weight: 200;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        background: #2684b9;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: 0 0px 0 #2777a5 inset, -1px 0 3px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0px 0 #2777a5 inset, -1px 0 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0px 0 #2777a5 inset, -1px 0 3px rgba(0, 0, 0, 0.15);
    }

        .nc3 .navbar-header .navbar-toggle .icon-bar,
        .nc3 .navbar-header .navbar-toggle:hover .icon-bar,
        .nc3 .navbar-header .navbar-toggle:focus .icon-bar {
            display: block;
            border-top: 2px solid #fff;
            height: 2px;
            width: 22px;
            margin-top: 3px;
            border-radius: 0px;
            background: transparent;
        }
/* Caret */
.nc3 .dropdown-toggle .caret {
    background-position: 0 center;
}

.nc3 .open > .dropdown-toggle .caret {
    background-position: -15px center;
}
/* Badge */
.nc3 .navbar a .badge {
    border: 1px solid #fff;
    color: #fff;
    background: #c72828;
    position: absolute;
    top: 3px;
    right: 3px;
    min-width: 18px;
    height: 15px;
    padding: 1px 2px;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    z-index: 20;
}

    .nc3 .navbar a .badge.badge-primary {
        border: 0px;
        color: #282828;
        background: #fff;
        -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
        box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
        display: inline-block;
        min-width: 22px;
        height: 19px;
        font-size: 12px;
        font-weight: 600;
        line-height: 12px;
        text-align: center;
        text-indent: 0;
        vertical-align: sub;
    }
/* Responsive navbar */
@media (min-width: 768px) {
    .nc3 .navbar .nav > li:not(.dropdown) > a.dropdown-toggle {
        display: none;
    }

    .nc3 .navbar .nav > li.active.first-level-item .second-level {
        display: none;
    }

    .nc3 .navbar .nav.first-level > .active > .second-level.in {
        display: none !important;
    }
}
/* 768px */
/* 1200px */
/* 992px */
@media (max-width: 768px) {
    .nc3 .navbar .navbar-collapse > .second-level {
        display: none !important;
    }

    .nc3 .navbar-fixed-bottom,
    .nc3 .navbar-fixed-top {
        position: relative;
    }

    .nc3 .navbar {
        /* .nav */
    }

        .nc3 .navbar .navbar-collapse.collapse {
            height: 100% !important;
            box-shadow: 0 1px 0 #fff inset;
            max-height: 100% !important;
        }

        .nc3 .navbar .nav:not(.navbar-right) {
            max-height: 100%;
            max-width: 100%;
            padding-right: 0px;
            margin: 0;
        }

        .nc3 .navbar .nav li.first-level-item {
            float: none;
        }

            .nc3 .navbar .nav li.first-level-item > a,
            .nc3 .navbar .nav li.first-level-item > a:hover,
            .nc3 .navbar .nav li.first-level-item > a:focus {
                border: 0;
                width: auto;
                height: auto;
                box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
                padding-top: 10px;
                padding-bottom: 10px;
                color: #fff;
                height: 43px;
            }

            .nc3 .navbar .nav li.first-level-item > a {
                padding-left: 10px !important;
                padding-right: 10px !important;
                margin-left: 15px !important;
                margin-right: 15px !important;
            }

            .nc3 .navbar .nav li.first-level-item.active > a {
                box-shadow: none;
            }

                .nc3 .navbar .nav li.first-level-item.active > a,
                .nc3 .navbar .nav li.first-level-item.active > a:hover,
                .nc3 .navbar .nav li.first-level-item.active > a:focus {
                    background: rgba(0, 0, 0, 0.1);
                    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
                    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
                    -webkit-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1) inset;
                    -moz-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1) inset;
                    box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1) inset;
                }

            .nc3 .navbar .nav li.first-level-item.active > a,
            .nc3 .navbar .nav li.first-level-item > a:hover,
            .nc3 .navbar .nav li.first-level-item > a:focus {
                padding-left: 25px !important;
                padding-right: 25px !important;
                margin-left: 0px !important;
                margin-right: 0px !important;
                box-shadow: none;
            }

            .nc3 .navbar .nav li.first-level-item > a.dropdown-toggle:not(:first-child) {
                padding-left: 0 !important;
                padding-right: 0 !important;
                position: absolute;
                right: 15px;
                text-align: center;
                top: 0;
                width: 45px;
                margin: 0 !important;
                box-shadow: 1px 0px 0 rgba(255, 255, 255, 0.1) inset;
            }

            .nc3 .navbar .nav li.first-level-item > a.dropdown-toggle:not(:first-child) {
                padding-bottom: 12px;
                padding-top: 12px;
                line-height: 105%;
            }

            .nc3 .navbar .nav li.first-level-item.active > a.dropdown-toggle:not(:first-child) {
                background: transparent;
            }

            .nc3 .navbar .nav li.first-level-item a .vismaicon.vismaicon-menu {
                position: absolute;
                left: 0;
            }

            .nc3 .navbar .nav li.first-level-item a .badge {
                left: 15px;
                right: auto;
            }

            .nc3 .navbar .nav li.first-level-item a:hover .badge,
            .nc3 .navbar .nav li.first-level-item a:focus .badge {
                left: 30px;
            }

            .nc3 .navbar .nav li.first-level-item.icon > a {
                padding-left: 45px !important;
                position: relative;
            }

                .nc3 .navbar .nav li.first-level-item.icon > a .vismaicon.vismaicon-menu {
                    left: 0px;
                }

                .nc3 .navbar .nav li.first-level-item.icon > a:hover,
                .nc3 .navbar .nav li.first-level-item.icon > a:focus {
                    margin-left: 0 !important;
                    margin-right: 0 !important;
                    padding-left: 60px !important;
                }

                    .nc3 .navbar .nav li.first-level-item.icon > a:hover .vismaicon.vismaicon-menu,
                    .nc3 .navbar .nav li.first-level-item.icon > a:focus .vismaicon.vismaicon-menu {
                        left: 15px;
                    }

        .nc3 .navbar .nav li.dropdown.first-level-item > a.dropdown-toggle {
            color: #fff !important;
        }

        .nc3 .navbar .nav li.dropdown.first-level-item > .dropdown-menu {
            background: #fff !important;
            padding-top: 0;
            padding-bottom: 0;
        }

            .nc3 .navbar .nav li.dropdown.first-level-item > .dropdown-menu > div > a,
            .nc3 .navbar .nav li.dropdown.first-level-item > .dropdown-menu > li > a {
                padding-left: 35px;
            }

        .nc3 .navbar .nav li.dropdown.first-level-item.open > a.dropdown-toggle {
            padding-left: 25px !important;
            padding-right: 25px !important;
            margin-left: 0px !important;
            margin-right: 0px !important;
        }

            .nc3 .navbar .nav li.dropdown.first-level-item.open > a.dropdown-toggle,
            .nc3 .navbar .nav li.dropdown.first-level-item.open > a.dropdown-toggle:focus,
            .nc3 .navbar .nav li.dropdown.first-level-item.open > a.dropdown-toggle:hover {
                background: #fff;
                color: #282828 !important;
            }

        .nc3 .navbar .nav li.active.first-level-item + .first-level-item > a {
            box-shadow: none;
        }

        .nc3 .navbar .nav li.first-level-item:hover + .first-level-item:not(.active ) > a {
            box-shadow: none;
        }

        .nc3 .navbar .nav .second-level.second-level-collapse {
            position: relative;
            bottom: auto;
            left: auto;
            box-shadow: none;
            border: 0;
            padding: 0;
        }

        .nc3 .navbar .nav li.second-level-item,
        .nc3 .navbar .nav div.second-level-item {
            display: block;
            position: relative;
        }

            .nc3 .navbar .nav li.second-level-item > a,
            .nc3 .navbar .nav div.second-level-item > a {
                display: block;
                width: 100%;
                padding-left: 35px;
                padding-right: 35px;
            }

                .nc3 .navbar .nav li.second-level-item > a:hover,
                .nc3 .navbar .nav div.second-level-item > a:hover {
                    background: #ccebff !important;
                }

                .nc3 .navbar .nav li.second-level-item > a.dropdown-toggle,
                .nc3 .navbar .nav div.second-level-item > a.dropdown-toggle {
                    position: absolute;
                    padding-left: 0 !important;
                    padding-right: 0 !important;
                    right: 15px;
                    text-align: center;
                    top: 0;
                    width: 45px;
                    margin: 0 !important;
                }

            .nc3 .navbar .nav li.second-level-item.hoverState > a:not(.dropdown-toggle),
            .nc3 .navbar .nav div.second-level-item.hoverState > a:not(.dropdown-toggle) {
                background: #ccebff;
            }

        .nc3 .navbar .nav .third-level.third-level-collapse {
            padding-top: 0;
            padding-bottom: 0;
            margin-top: 0;
        }

            .nc3 .navbar .nav .third-level.third-level-collapse:before,
            .nc3 .navbar .nav .third-level.third-level-collapse:after {
                display: none;
            }

            .nc3 .navbar .nav .third-level.third-level-collapse > .third-level-item > a {
                padding-left: 50px;
                padding-top: 9px;
                padding-bottom: 9px;
                color: #282828;
                display: block;
                text-decoration: none;
            }

                .nc3 .navbar .nav .third-level.third-level-collapse > .third-level-item > a:hover {
                    box-shadow: none;
                    color: #0974b3;
                    text-decoration: underline;
                    background: #ccebff;
                }

        .nc3 .navbar .nav li.tabdrop.dropdown {
            position: relative !important;
            float: none;
        }

            .nc3 .navbar .nav li.tabdrop.dropdown.dropdown.tabdrop > .dropdown-toggle {
                display: none;
            }

            .nc3 .navbar .nav li.tabdrop.dropdown.dropdown.tabdrop .dropdown-menu {
                border: 0 none;
                box-shadow: none;
                display: block;
                float: none;
                min-width: auto;
                padding-bottom: 0;
                padding-top: 0;
                position: relative;
                background: transparent !important;
            }

                .nc3 .navbar .nav li.tabdrop.dropdown.dropdown.tabdrop .dropdown-menu > .third-level-item > a {
                    background: #fff;
                    padding-left: 50px;
                }

            .nc3 .navbar .nav li.tabdrop.dropdown .first-level-item.dropdown > a.dropdown-toggle,
            .nc3 .navbar .nav li.tabdrop.dropdown .first-level-item > a:not(.dropdown-toggle) {
                color: #fff;
                font-size: 18px;
                font-weight: 200;
            }

                .nc3 .navbar .nav li.tabdrop.dropdown .first-level-item.dropdown > a.dropdown-toggle:hover,
                .nc3 .navbar .nav li.tabdrop.dropdown .first-level-item > a:not(.dropdown-toggle):hover {
                    background: rgba(255, 255, 255, 0.1);
                }

            .nc3 .navbar .nav li.tabdrop.dropdown .first-level-item.active > a:not(.dropdown-toggle),
            .nc3 .navbar .nav li.tabdrop.dropdown .first-level-item.active > a:not(.dropdown-toggle):hover,
            .nc3 .navbar .nav li.tabdrop.dropdown .first-level-item.active > a:not(.dropdown-toggle):focus {
                background: #015d93;
                background: -webkit-linear-gradient(top, #015d93 0%, #01507c 100%);
                background: linear-gradient(to bottom, #015d93 0%, #01507c 100%);
                -webkit-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1) inset;
                -moz-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1) inset;
                box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1) inset;
            }

        .nc3 .navbar .navbar-right {
            max-width: 100%;
            padding-left: 0px;
        }

        .nc3 .navbar.navbar-second-level .navbar-nav > li {
            position: relative;
        }
}
/* 768px */
/**
 * Vertical menu styles - Nordic Cool 3.0
*/
.nc3 .affix {
    top: -1px;
    padding: 0px;
}
/*.affix-top[class*="col-md-"] { width: 100%; } */
.nc3 .affix-top.sidenav .nav > li:first-child > a {
    padding-top: 12px;
}

.nc3 .sidenav {
    overflow: hidden;
    width: 100%;
    margin: 0px;
    padding: 0px;
    /* /.inner-scroll */
}

    .nc3 .sidenav .inner-scroll {
        /* .nav .nav */
        /*.nav > li */
        /* /> .nav > li  */
    }

        .nc3 .sidenav .inner-scroll .nav {
            margin: 0;
            border-width: 1px;
            border-style: solid;
            border-color: #c8c8c8 #dddede #c8c8c8 #c8c8c8;
            background: #f0f0f0;
            -webkit-box-shadow: -1px 0 0 #ffffff inset;
            -moz-box-shadow: -1px 0 0 #ffffff inset;
            box-shadow: -1px 0 0 #ffffff inset;
        }

            .nc3 .sidenav .inner-scroll .nav .nav {
                display: none;
                margin: 0;
                padding-top: 5px;
                padding-bottom: 5px;
                border-width: 0 0 1px 0;
                background: #f0f0f0;
                -webkit-box-shadow: 1px 0 0 #ffffff inset, -1px 0 0 #ffffff inset;
                -moz-box-shadow: 1px 0 0 #ffffff inset, -1px 0 0 #ffffff inset;
                box-shadow: 1px 0 0 #ffffff inset, -1px 0 0 #ffffff inset;
            }

                .nc3 .sidenav .inner-scroll .nav .nav > li:after {
                    display: none !important;
                }

                .nc3 .sidenav .inner-scroll .nav .nav > li > a {
                    min-height: 37px;
                    padding: 12px 45px 10px 25px;
                    border: 0px;
                    background: transparent;
                    -webkit-box-shadow: 1px 0 0 #ffffff inset;
                    -moz-box-shadow: 1px 0 0 #ffffff inset;
                    box-shadow: 1px 0 0 #ffffff inset;
                }

                    .nc3 .sidenav .inner-scroll .nav .nav > li > a:hover {
                        background: #CCEBFF;
                        border: 0px;
                        -webkit-box-shadow: 0px 1px 0 #ccebff inset, 0px -1px 0 #ccebff inset;
                        -moz-box-shadow: 0px 1px 0 #ccebff inset, 0px -1px 0 #ccebff inset;
                        box-shadow: 0px 1px 0 #ccebff inset, 0px -1px 0 #ccebff inset;
                    }

                .nc3 .sidenav .inner-scroll .nav .nav > li.active > a {
                    color: #fff;
                    background: #0974b3;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                }

            .nc3 .sidenav .inner-scroll .nav > .active > .nav {
                display: block;
            }

            .nc3 .sidenav .inner-scroll .nav > li:hover {
                cursor: pointer;
            }

            .nc3 .sidenav .inner-scroll .nav > li:not(.show-nav):after {
                display: block;
                content: '';
                position: absolute;
                top: 18px;
                right: 8px;
                width: 11px;
                height: 7px;
                opacity: 0.72;
                background: url(img/arrow-large.svg);
                background-size: 62px 8px;
                background-position: -17px 0px;
                background-repeat: no-repeat;
                -webkit-transform: rotate(-90deg);
                -moz-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                -o-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }

            .nc3 .sidenav .inner-scroll .nav > li > a {
                padding: 12px 5px 11px 15px;
                border-bottom: 1px solid #d9d9d9;
                color: #282828;
                line-height: 125%;
                text-decoration: none;
                background: #fafafa;
                background: -webkit-linear-gradient(top, #fafafa 0%, #f4f4f4 75%, #f8f8f8 100%);
                background: linear-gradient(to bottom, #fafafa 0%, #f4f4f4 75%, #f8f8f8 100%);
                -webkit-box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset;
                -moz-box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset;
                box-shadow: -1px -1px 0 #ffffff inset, 1px 1px 0 #ffffff inset;
            }

                .nc3 .sidenav .inner-scroll .nav > li > a:focus {
                    outline: none;
                    background: #f9f9f9;
                    background: -webkit-linear-gradient(top, #f9f9f9 0%, #f4f4f4 75%, #f8f8f8 100%);
                    background: linear-gradient(to bottom, #f9f9f9 0%, #f4f4f4 75%, #f8f8f8 100%);
                    -webkit-box-shadow: -2px -2px 0 #0089d9 inset, 2px 2px 0 #0089d9 inset;
                    -moz-box-shadow: -2px -2px 0 #0089d9 inset, 2px 2px 0 #0089d9 inset;
                    box-shadow: -2px -2px 0 #0089d9 inset, 2px 2px 0 #0089d9 inset;
                }

                .nc3 .sidenav .inner-scroll .nav > li > a:active {
                    -webkit-box-shadow: none !important;
                    -moz-box-shadow: none !important;
                    box-shadow: none !important;
                }

                .nc3 .sidenav .inner-scroll .nav > li > a:hover {
                    border-bottom: 1px solid #d9d9d9;
                    background: #f3faff;
                    background: -webkit-linear-gradient(top, #f3faff 25%, #e4f0f7 90%);
                    background: linear-gradient(to bottom, #f3faff 25%, #e4f0f7 90%);
                    -webkit-box-shadow: -1px -1px 0 #f2faff inset, 1px 1px 0 #f2faff inset;
                    -moz-box-shadow: -1px -1px 0 #f2faff inset, 1px 1px 0 #f2faff inset;
                    box-shadow: -1px -1px 0 #f2faff inset, 1px 1px 0 #f2faff inset;
                }

            .nc3 .sidenav .inner-scroll .nav > li:last-child > a {
                border-width: 1px 1px 0;
            }

            .nc3 .sidenav .inner-scroll .nav > li.active:last-child > a {
                border-width: 1px;
            }

        .nc3 .sidenav .inner-scroll > .nav > li.active:not(.active-child) > a {
            position: relative;
            border-bottom: 1px solid #0069a6;
            color: #fff;
            background: #0a82c7;
            background: -webkit-linear-gradient(top, #0a82c7 0%, #0975b5 65%, #0a81c6 100%);
            background: linear-gradient(to bottom, #0a82c7 0%, #0975b5 65%, #0a81c6 100%);
            -webkit-box-shadow: 0 -1px 0 #0069a6;
            -moz-box-shadow: 0 -1px 0 #0069a6;
            box-shadow: 0 -1px 0 #0069a6;
        }

        .nc3 .sidenav .inner-scroll > .nav > li.active.active-child:after {
            /*top: 14px; */
            right: 11px;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        .nc3 .sidenav .inner-scroll > .nav > li.active:not(.active-child):after {
            right: 11px;
            background-position: 0 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    /* .sidenav */
    /* Badge */
    .nc3 .sidenav li a .badge,
    .nc3 .sidenav li a .label {
        position: absolute;
        top: 11px;
        right: 30px;
        padding: 2px 7px 0;
    }

    .nc3 .sidenav li.active:not(.active-child) > a .badge,
    .nc3 .sidenav li.active:not(.active-child) > a .label {
        border: 0px;
        color: #282828;
        background: #fff;
        -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
        box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
        padding: 3px 7px 0;
    }
/* Sub-menu expands on click - without scrollspy */
.nc3 .vertical-sidebar .dropdown-submenu.open .nav {
    display: block;
}

.nc3 .vertical-sidebar .dropdown-submenu > .dropdown-menu {
    float: none;
    position: relative;
    width: 100%;
}

.nc3 .vertical-sidebar .dropdown-submenu.open > a {
    border-bottom: 1px solid #17608b;
    background: transparent;
}

    .nc3 .vertical-sidebar .dropdown-submenu.open > a .nav-caret {
        background-position: -60px -1px;
    }

.nc3 .vertical-sidebar .dropdown-submenu .nav a {
    color: #fff;
}

    .nc3 .vertical-sidebar .dropdown-submenu .nav a:hover {
        background: rgba(255, 255, 255, 0.1);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
/* Vertical menu - slides from the left - show/hide vertical menu */
.nc3 .cbp-spmenu .show-nav {
    position: fixed;
    bottom: 5%;
    left: -1.5%;
    width: 75px;
    text-indent: -9999px;
}

    .nc3 .cbp-spmenu .show-nav:after {
        display: none;
    }

    .nc3 .cbp-spmenu .show-nav > a:before {
        content: '';
        position: absolute;
        top: 8px;
        right: 9px;
        width: 24px;
        height: 24px;
        background: url(img/vismaicons/action-icons/24_collapse.svg) no-repeat left top;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .nc3 .cbp-spmenu .show-nav > a:hover:before {
        background-position: -58px 0px;
    }

.nc3 .cbp-spmenu-open.cbp-spmenu .show-nav {
    border-right: 0px;
    box-shadow: none;
    position: relative;
    left: auto !important;
    bottom: auto;
    width: 100%;
}

    .nc3 .cbp-spmenu-open.cbp-spmenu .show-nav:after {
        display: none !important;
    }

    .nc3 .cbp-spmenu-open.cbp-spmenu .show-nav > a:before {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .nc3 .cbp-spmenu-open.cbp-spmenu .show-nav > a {
        border-top: 0px;
        border-right: 0px;
        border-bottom: 0px;
    }

.nc3 .cbp-spmenu:not(.cbp-spmenu-open) .show-nav > a {
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #dddede;
    border-bottom: 1px solid #c8c8c8;
}

.nc3 .cbp-spmenu {
    position: absolute;
    left: -30%;
    /*margin-top: -1px;*/
}

.nc3 .cbp-spmenu-open.cbp-spmenu {
    position: relative;
    left: 0px;
    height: 100vh;
}
/* Transitions */
.nc3 .cbp-spmenu,
.nc3 .cbp-spmenu-open.cbp-spmenu {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
/* Vertical menu hidden scroll bar */
.nc3 .affix-top .inner-scroll {
    width: 108%;
}

.nc3 .affix .inner-scroll {
    width: 108%;
}

.nc3 .inner-scroll {
    /*overflow-y: auto; */
    /*height: 96vh; */
    padding-right: 20px;
}

.nc3 .ie11 .sidenav .inner-scroll > .nav > li:not(.active-child).active > a {
    -webkit-box-shadow: 0px -2px 0px #0069a6;
    -moz-box-shadow: 0px -2px 0px #0069a6;
    box-shadow: 0px -2px 0px #0069a6;
}

.nc3 .ie11 .sidenav .inner-scroll .nav .nav {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* /Vertical menu hidden scroll bar */
/* Responsiveness */
@media (max-width: 1440px) {
    .nc3 .sidenav .inner-scroll .nav > li.show-nav {
        left: -2.5%;
    }
}

@media (max-width: 992px) {
    .nc3 .affix {
        position: relative;
    }

    .nc3 .cbp-spmenu-open.cbp-spmenu {
        height: auto !important;
    }

    .nc3 .sidenav .inner-scroll .nav > li.show-nav {
        display: none;
    }
}

@media (max-width: 769px) {
    .nc3 .cbp-spmenu-open.cbp-spmenu,
    .nc3 .affix .inner-scroll,
    .nc3 .affix-top .inner-scroll {
        height: auto;
    }

    .nc3 .cbp-spmenu {
        padding: 0;
    }
}
/*
 * Badges / Labels - Nordic Cool 3.0
 */
.nc3 .badge,
.nc3 .label {
    display: inline-block;
    min-width: 22px;
    height: 19px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    line-height: 13px;
    text-align: center;
    text-indent: 0px;
    vertical-align: sub;
    color: #fff;
    background: #4d8400;
    border: 1px solid transparent;
}

.nc3 .label {
    padding: 0.1em 0.7em 0.2em;
}

    .nc3 .label.label-secondary {
        padding: 0.2em 0.7em;
    }

    .nc3 .label.label-primary {
        padding: 0.2em 0.7em;
    }

.nc3 .badge {
    padding: 0.15em 0.4em 0.2em;
}

    .nc3 .badge.badge-primary {
        padding: 0.25em 0.4em 0.2em;
    }

    .nc3 .badge.badge-secondary {
        padding: 0.25em 0.4em 0.2em;
    }

.nc3 .badge-primary,
.nc3 .label-primary {
    border: 0px;
    color: #282828;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
}

.nc3 .badge-secondary,
.nc3 .label-secondary {
    border: 1px solid #fff;
    color: #fff;
    background: #c72828;
    height: 21px;
}

.nc3 .badge.badge-sm {
    min-width: 22px;
    height: 15px;
    padding: 0.1em 0.4em 0.1em;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
}

    .nc3 .badge.badge-sm.badge-primary {
        padding: 0.2em 0.4em 0.1em;
    }

.nc3 h1 .label,
.nc3 h1 .badge {
    position: relative;
    top: -7px;
    padding-top: 0.1em;
}

.nc3 h2 .label,
.nc3 h2 .badge {
    position: relative;
    top: -6px;
    padding-top: 0.05em;
}

.nc3 h3 .label,
.nc3 h3 .badge {
    position: relative;
    top: -4px;
    padding-top: 0.1em;
}

.nc3 a > .badge {
    position: relative;
    top: -4px;
    margin-left: 5px;
    padding: 0.2em 0.4em;
}

.nc3 a > .label {
    margin-left: 5px;
    padding: 2px 7px;
}

.nc3 .btn-default .badge {
    top: -3px;
    padding: 0.2em 0.4em;
}

.nc3 .btn-default .label {
    top: -4px;
    padding: 0.1em 0.7em 0.2em;
}

.nc3 .btn-primary .badge {
    top: -4px;
    padding: 0.2em 0.4em;
}

.nc3 .btn-primary .label {
    top: -4px;
    padding: 0.2em 0.7em;
}

.nc3 .btn-primary .badge,
.nc3 .btn-primary .label {
    border: 0px;
    color: #282828;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12), -1px 0 0 rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.25);
}

.nc3 .btn-default .badge,
.nc3 .btn-default .label {
    color: #fff;
    background: #4d8400;
    border: 1px solid transparent;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .nc3 .badge.badge-default:not(.badge-sm) {
        padding: 0.2em 0.4em 0.2em;
    }

    .nc3 .btn-primary .badge {
        padding: .25em .4em .2em .4em;
    }
}
/* only Chrome */
/*
 * Pagination / Pager - Nordic Cool 3.0
 */
.nc3 .pagination {
    clear: both;
    /* /li */
}

    .nc3 .pagination > li {
        display: block;
        float: left;
        margin-left: 4px;
        /* /a.btn */
    }

        .nc3 .pagination > li:first-child {
            margin-left: 0;
        }

        .nc3 .pagination > li.of > span {
            padding: 5px 0px;
            color: #737373;
            border: none;
            background: transparent;
        }

        .nc3 .pagination > li > a,
        .nc3 .pagination > li > a:hover {
            cursor: default;
            padding: 5px 0px 5px 10px;
            border: none;
            color: #282828;
            background: transparent;
        }

        .nc3 .pagination > li.of + li > a {
            padding-left: 0px;
            padding-right: 10px;
        }

        .nc3 .pagination > li > a.btn {
            min-width: 100%;
            width: 32px;
            height: 30px;
            margin: 0;
            padding: 7px 10px;
            border-width: 1px;
            border-style: solid;
            border-color: #d8d8d8 #d1d1d1 #c6c6c6;
            background: #fdfdfd;
            background: -webkit-linear-gradient(top, #fdfdfd 0%, #f9f9f9 100%);
            background: linear-gradient(to bottom, #fdfdfd 0%, #f9f9f9 100%);
            -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
            -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
        }

            .nc3 .pagination > li > a.btn:hover {
                background: #e8f6ff;
                background: -webkit-linear-gradient(top, #e8f6ff 10%, #dae7ef 75%);
                background: linear-gradient(to bottom, #e8f6ff 10%, #dae7ef 75%);
                -webkit-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
                -moz-box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
                box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset, 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
                cursor: pointer;
            }

            .nc3 .pagination > li > a.btn:focus {
                outline: none;
                border-color: #0089d9;
                background: #ffffff;
                background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
                background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
                -webkit-box-shadow: 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
                -moz-box-shadow: 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
                box-shadow: 1px 1px 0 #0089d9 inset, -1px -1px 0 #0089d9 inset;
            }

            .nc3 .pagination > li > a.btn:active {
                outline: none;
                border-color: #b1b1b1 #c6c6c6 #cecece;
                background: #e1e1e1;
                background: -webkit-linear-gradient(top, #e1e1e1 0%, #e5e5e5 100%);
                background: linear-gradient(to bottom, #e1e1e1 0%, #e5e5e5 100%);
                -webkit-box-shadow: 0px 1px 1px #cbcbcb inset, 0px 1px 0 rgba(255, 255, 255, 0.7);
                -moz-box-shadow: 0px 1px 1px #cbcbcb inset, 0px 1px 0 rgba(255, 255, 255, 0.7);
                box-shadow: 0px 1px 1px #cbcbcb inset, 0px 1px 0 rgba(255, 255, 255, 0.7);
            }

            .nc3 .pagination > li > a.btn span {
                display: block;
                overflow: hidden;
                position: absolute;
                top: 8px;
                right: 10px;
                width: 8px;
                height: 12px;
                text-indent: -9999px;
                background: url(img/pagination-carets.svg) no-repeat scroll 0px 0px transparent;
            }

            .nc3 .pagination > li > a.btn.prev span {
                right: 11px;
                background-position: 0px -36px;
            }

            .nc3 .pagination > li > a.btn.next span {
                right: 10px;
                background-position: -18px -36px;
            }

            .nc3 .pagination > li > a.btn.go2first span {
                background-position: 0px 0px;
            }

            .nc3 .pagination > li > a.btn.go2last span {
                right: 10px;
                background-position: -18px 0px;
            }

        .nc3 .pagination > li > a.disabled,
        .nc3 .pagination > li > a.disabled:hover,
        .nc3 .pagination > li > a.disabled:active,
        .nc3 .pagination > li > a.disabled:focus {
            border-color: #d0d0d0;
            background: #f5f5f5;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

            .nc3 .pagination > li > a.disabled.go2first span,
            .nc3 .pagination > li > a.disabled:hover.go2first span,
            .nc3 .pagination > li > a.disabled:active.go2first span,
            .nc3 .pagination > li > a.disabled:focus.go2first span {
                background-position: 0 -18px;
            }

            .nc3 .pagination > li > a.disabled.go2last span,
            .nc3 .pagination > li > a.disabled:hover.go2last span,
            .nc3 .pagination > li > a.disabled:active.go2last span,
            .nc3 .pagination > li > a.disabled:focus.go2last span {
                background-position: -18px -18px;
            }

            .nc3 .pagination > li > a.disabled.prev span,
            .nc3 .pagination > li > a.disabled:hover.prev span,
            .nc3 .pagination > li > a.disabled:active.prev span,
            .nc3 .pagination > li > a.disabled:focus.prev span,
            .nc3 .pagination > li > a.disabled.next span,
            .nc3 .pagination > li > a.disabled:hover.next span,
            .nc3 .pagination > li > a.disabled:active.next span,
            .nc3 .pagination > li > a.disabled:focus.next span {
                opacity: 0.7;
            }
    /* /.pagination */
    .nc3 .pagination.pagination-lg > li > a,
    .nc3 .pagination.pagination-lg > li.of > span {
        padding-top: 16px;
        font-size: 14px;
        line-height: 120%;
    }

        .nc3 .pagination.pagination-lg > li > a.btn {
            width: 50px;
            height: 48px;
            padding: 7px 10px;
        }

            .nc3 .pagination.pagination-lg > li > a.btn span {
                top: 17px;
                right: 19px;
            }

    .nc3 .pagination > li.disabled > a,
    .nc3 .pagination > li.disabled > a:hover,
    .nc3 .pagination > li.disabled > span:hover,
    .nc3 .pager > li.disabled > a,
    .nc3 .pager > li.disabled > span,
    .nc3 .pager > li.disabled > a:hover,
    .nc3 .pager > li.disabled > span:hover {
        cursor: default;
    }

.nc3 .pager > li > a,
.nc3 .pager > li > span,
.nc3 .pager > li > a:hover,
.nc3 .pager > li > span:hover,
.nc3 .pager > li > a:focus,
.nc3 .pager > li > span:focus {
    overflow: hidden;
    width: 38px;
    height: 38px;
    padding: 6px 10px;
    text-indent: -9999px;
    outline: none;
    border: 2px solid transparent;
    background: url(img/pager-carets.svg) no-repeat transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.nc3 .pager > li:first-child > a,
.nc3 .pager > li:first-child > span {
    background-position: 11px 6px;
}

.nc3 .pager > li:last-child > a,
.nc3 .pager > li:last-child > span {
    background-position: -21px 6px;
}

.nc3 .pager > li:first-child > a:hover,
.nc3 .pager > li:first-child > span:hover {
    background-position: 11px -58px;
}

.nc3 .pager > li:last-child > a:hover,
.nc3 .pager > li:last-child > span:hover {
    background-position: -21px -58px;
}

.nc3 .pager > li:first-child > a:focus,
.nc3 .pager > li:first-child > span:focus,
.nc3 .pager > li:first-child > a.focus,
.nc3 .pager > li:first-child > span.focus {
    border: 2px solid #0089d9;
    background-position: 11px 6px;
}

.nc3 .pager > li:last-child > a:focus,
.nc3 .pager > li:last-child > span:focus {
    border: 2px solid #0089d9;
    background-position: -21px 6px;
}

.nc3 .pager > li:first-child > a:active,
.nc3 .pager > li:first-child > span:active {
    border: 2px solid transparent;
    background-position: 11px -90px;
}

.nc3 .pager > li:last-child > a:active,
.nc3 .pager > li:last-child > span:active {
    border: 2px solid transparent;
    background-position: -21px -90px;
}

.nc3 .pager > li.disabled:first-child > a,
.nc3 .pager > li.disabled:first-child > span,
.nc3 .pager > li.disabled:first-child > a:hover,
.nc3 .pager > li.disabled:first-child > span:hover,
.nc3 .pager > li.disabled:first-child > a:focus,
.nc3 .pager > li.disabled:first-child > span:focus,
.nc3 .pager > li.disabled:first-child > a:active,
.nc3 .pager > li.disabled:first-child > span:active {
    opacity: 0.7;
    border: 2px solid transparent;
    background-position: 11px 6px;
    background-color: transparent;
}

.nc3 .pager > li.disabled:last-child > a,
.nc3 .pager > li.disabled:last-child > span,
.nc3 .pager > li.disabled:last-child > a:hover,
.nc3 .pager > li.disabled:last-child > span:hover,
.nc3 .pager > li.disabled:last-child > a:focus,
.nc3 .pager > li.disabled:last-child > span:focus,
.nc3 .pager > li.disabled:last-child > a:active,
.nc3 .pager > li.disabled:last-child > span:active {
    opacity: 0.55;
    border: 2px solid transparent;
    background-position: -21px 6px;
    background-color: transparent;
}
/*
 * Breadcrumb - Nordic Cool 3.0
 */
.nc3 .breadcrumb {
    background: transparent;
    padding-left: 20px;
    padding-right: 20px;
}

    .nc3 .breadcrumb > li {
        font-size: 14px;
        font-weight: normal;
    }

        .nc3 .breadcrumb > li > a:hover {
            color: #0089d9;
            text-decoration: underline;
        }

    .nc3 .breadcrumb > .active {
        color: #282828;
    }

    .nc3 .breadcrumb > .disabled a,
    .nc3 .breadcrumb > .disabled a:hover {
        color: #a0a0a0;
        cursor: default;
    }

        .nc3 .breadcrumb > .disabled a:focus {
            outline: none !important;
        }

    .nc3 .breadcrumb > li + li:before {
        display: inline-block;
        content: "";
        position: relative;
        top: -1px;
        width: 8px;
        height: 8px;
        margin: 0 4px 0 3px;
        padding: 0;
        opacity: 0.8;
        background: url(img/arrow-small.svg);
        background-size: 33px 6px;
        background-position: -13px 0px;
        background-repeat: no-repeat;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
/* /.breadcrumb */
/*
 * List group - Nordic Cool 3.0
 */
.nc3 .list-group {
    border-width: 1px;
    border-style: solid;
    border-color: #dedede #dedede #d3d3d3;
    background: #fff;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}

    .nc3 .list-group.no-border {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .nc3 .list-group > .list-group-item.list-group-title,
    .nc3 .list-group > .list-group-item.list-group-title:hover,
    .nc3 .list-group > .list-group-item.list-group-title:focus,
    .nc3 .list-group > .list-group-item.list-group-title:active {
        display: block;
        clear: both;
        cursor: default;
        pointer-events: none;
        min-height: 48px;
        margin: 0;
        padding: 7px 25px 8px;
        z-index: 21;
        font-size: 22px;
        font-weight: 200;
        line-height: 145%;
        border-width: 1px;
        border-style: solid;
        border-color: #4f8800 #487b00 #346c00;
        color: #fff;
        background: #569400;
        background: -webkit-linear-gradient(top, #569400 0%, #487b00 100%);
        background: linear-gradient(to bottom, #569400 0%, #487b00 100%);
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        -webkit-box-shadow: -1px 0 0 #4f8800 inset;
        -moz-box-shadow: -1px 0 0 #4f8800 inset;
        box-shadow: -1px 0 0 #4f8800 inset;
    }

    .nc3 .list-group > .list-group-item,
    .nc3 .list-group > .list-group-item.active,
    .nc3 .list-group > .list-group-item:focus {
        min-height: 47px;
        margin: 0 15px;
        padding: 13px 10px 13px;
        z-index: 20;
        border-width: 0;
        border-bottom: 1px solid #e6e6e6;
        color: #282828;
        text-decoration: none;
        background: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .nc3 .list-group > .list-group-item:last-child,
        .nc3 .list-group > .list-group-item.active:last-child,
        .nc3 .list-group > .list-group-item:focus:last-child {
            border-bottom: 0px;
        }

        .nc3 .list-group > .list-group-item a,
        .nc3 .list-group > .list-group-item.active a,
        .nc3 .list-group > .list-group-item:focus a {
            color: #0974b3;
            text-decoration: none;
        }

    .nc3 .list-group > a.list-group-item:not(.disabled) {
        cursor: pointer;
        color: #282828;
    }

        .nc3 .list-group > a.list-group-item:not(.disabled):hover {
            background: #CCEBFF;
            margin: 0;
            padding-right: 25px;
            padding-left: 25px;
            border-bottom: 1px solid #b8def5;
            color: #282828;
            text-decoration: none;
            -webkit-box-shadow: 0 -1px 0 #b8def5;
            -moz-box-shadow: 0 -1px 0 #b8def5;
            box-shadow: 0 -1px 0 #b8def5;
        }

            .nc3 .list-group > a.list-group-item:not(.disabled):hover:last-child:hover {
                border-bottom: 0;
            }

            .nc3 .list-group > a.list-group-item:not(.disabled):hover > h4,
            .nc3 .list-group > a.list-group-item:not(.disabled):hover > p {
                cursor: pointer;
            }

    .nc3 .list-group > a.list-group-item:focus,
    .nc3 .list-group > a.list-group-item.focus {
        outline: none;
    }

    .nc3 .list-group > a.list-group-item.active,
    .nc3 .list-group > a.list-group-item:active {
        background: #f0f0f0;
        -webkit-box-shadow: 0 1px 0 #e2e2e2 inset, 0 -1px 0 #e2e2e2 inset;
        -moz-box-shadow: 0 1px 0 #e2e2e2 inset, 0 -1px 0 #e2e2e2 inset;
        box-shadow: 0 1px 0 #e2e2e2 inset, 0 -1px 0 #e2e2e2 inset;
        margin: 0;
        padding-right: 25px;
        padding-left: 25px;
        color: #282828;
        border-bottom-color: transparent;
        -webkit-box-shadow: 0 1px 0 #e2e2e2 0 -1px 0 #e2e2e2;
        -moz-box-shadow: 0 1px 0 #e2e2e2 0 -1px 0 #e2e2e2;
        box-shadow: 0 1px 0 #e2e2e2 0 -1px 0 #e2e2e2;
    }

    .nc3 .list-group > .list-group-item h4,
    .nc3 .list-group > .list-group-item p {
        padding: 0 0 0 10px;
        color: #282828;
        text-indent: 0px;
    }

    .nc3 .list-group > .list-group-item .badge {
        position: relative;
        top: 0px;
        min-width: 33px;
        height: 22px;
        padding: 4px 10px 5px;
        border: 0px;
        color: #737373;
        font-size: 12px;
        font-weight: normal;
        background: transparent;
    }

    .nc3 .list-group > .list-group-item.list-group-title .badge {
        top: 5px;
        padding: 5px 10px 5px;
        border-width: 0 0 1px;
        border-style: solid;
        border-color: #fff;
        color: #282828;
        font-size: 14px;
        background: #ececec;
        background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
        background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) 1px 0 0 rgba(0, 0, 0, 0.18) -1px 0 0 rgba(0, 0, 0, 0.18) 0 -1px 0 rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) 1px 0 0 rgba(0, 0, 0, 0.18) -1px 0 0 rgba(0, 0, 0, 0.18) 0 -1px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) 1px 0 0 rgba(0, 0, 0, 0.18) -1px 0 0 rgba(0, 0, 0, 0.18) 0 -1px 0 rgba(0, 0, 0, 0.12);
    }

    .nc3 .list-group > .list-group-item.disabled,
    .nc3 .list-group > .list-group-item.disabled:hover,
    .nc3 .list-group > .list-group-item.disabled:active {
        cursor: default;
        color: #a0a0a0;
        background: transparent;
    }

    .nc3 .list-group > .list-group-item .list-group-item-text,
    .nc3 .list-group > .list-group-item:hover .list-group-item-text {
        padding: 0;
        color: #282828;
    }

    .nc3 .list-group > .list-group-item .list-group-item-heading {
        cursor: default;
        padding: 0;
        font-size: 22px;
        font-weight: 200;
    }
    /* /.list-group */
    .nc3 .list-group.list-group-primary {
        border-color: transparent;
        background: #0974b3;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) -1px 1px 1px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) -1px 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) -1px 1px 1px rgba(0, 0, 0, 0.05);
    }

        .nc3 .list-group.list-group-primary > .list-group-item.list-group-title,
        .nc3 .list-group.list-group-primary > .list-group-item.list-group-title:hover,
        .nc3 .list-group.list-group-primary > .list-group-item.list-group-title:focus,
        .nc3 .list-group.list-group-primary > .list-group-item.list-group-title:active {
            padding: 7px 25px;
            border-color: transparent;
            background: #086499;
        }

        .nc3 .list-group.list-group-primary > .list-group-item,
        .nc3 .list-group.list-group-primary > .list-group-item.active,
        .nc3 .list-group.list-group-primary > .list-group-item:focus {
            min-height: 48px;
            margin: 0;
            padding: 15px 25px 14px;
            border-bottom: 0px;
            color: #fff;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

            .nc3 .list-group.list-group-primary > .list-group-item:last-child,
            .nc3 .list-group.list-group-primary > .list-group-item.active:last-child,
            .nc3 .list-group.list-group-primary > .list-group-item:focus:last-child {
                border-bottom: 0px;
            }

            .nc3 .list-group.list-group-primary > .list-group-item a,
            .nc3 .list-group.list-group-primary > .list-group-item.active a,
            .nc3 .list-group.list-group-primary > .list-group-item:focus a {
                color: #fff;
            }

        .nc3 .list-group.list-group-primary > a.list-group-item:not(.disabled) {
            color: #fff;
        }

            .nc3 .list-group.list-group-primary > a.list-group-item:not(.disabled):hover {
                border-bottom: 0;
                color: #fff;
                text-decoration: none;
                background: #2282bb;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }

                .nc3 .list-group.list-group-primary > a.list-group-item:not(.disabled):hover h4,
                .nc3 .list-group.list-group-primary > a.list-group-item:not(.disabled):hover p {
                    color: #fff;
                }

            .nc3 .list-group.list-group-primary > a.list-group-item:not(.disabled).active,
            .nc3 .list-group.list-group-primary > a.list-group-item:not(.disabled):active {
                color: #fff;
                text-indent: 0;
                background: #0868a1;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }

                .nc3 .list-group.list-group-primary > a.list-group-item:not(.disabled).active:hover,
                .nc3 .list-group.list-group-primary > a.list-group-item:not(.disabled):active:hover {
                    border-bottom: 0;
                    color: #fff;
                    text-decoration: none;
                    background: #2282bb;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                }

                    .nc3 .list-group.list-group-primary > a.list-group-item:not(.disabled).active:hover h4,
                    .nc3 .list-group.list-group-primary > a.list-group-item:not(.disabled):active:hover h4,
                    .nc3 .list-group.list-group-primary > a.list-group-item:not(.disabled).active:hover p,
                    .nc3 .list-group.list-group-primary > a.list-group-item:not(.disabled):active:hover p {
                        color: #fff;
                    }

        .nc3 .list-group.list-group-primary > .list-group-item h4,
        .nc3 .list-group.list-group-primary > .list-group-item p {
            color: #fff;
        }

        .nc3 .list-group.list-group-primary > .list-group-item:not(.list-group-title) .badge {
            position: relative;
            top: -1px;
            min-width: 33px;
            height: 22px;
            padding: 4px 10px 5px;
            border: 1px solid #84bad9;
            color: #fff;
            font-size: 14px;
            font-weight: 400;
        }

        .nc3 .list-group.list-group-primary > .list-group-item .btn.btn-default,
        .nc3 .list-group.list-group-primary > .list-group-item .btn.btn-default.focus,
        .nc3 .list-group.list-group-primary > .list-group-item .btn.btn-default:focus {
            position: absolute;
            top: 9px;
            right: 25px;
            min-width: 95px;
            margin: 0;
            border-color: #08669d #076094 #06537f;
            -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
        }

        .nc3 .list-group.list-group-primary > .list-group-item.disabled,
        .nc3 .list-group.list-group-primary > .list-group-item.disabled:hover,
        .nc3 .list-group.list-group-primary > .list-group-item.disabled:active {
            color: #c3d9e6;
            background: #6b98b3;
        }

        .nc3 .list-group.list-group-primary > .list-group-item .list-group-item-text,
        .nc3 .list-group.list-group-primary > .list-group-item:hover .list-group-item-text {
            color: #fff;
        }
/* /.list-group.list-group-primary */
.nc3 .ie11 .list-group:not(.list-group-primary) > .list-group-item.list-group-title,
.nc3 .ie11 .list-group:not(.list-group-primary) > .list-group-item.list-group-title:hover,
.nc3 .ie11 .list-group:not(.list-group-primary) > .list-group-item.list-group-title:focus,
.nc3 .ie11 .list-group:not(.list-group-primary) > .list-group-item.list-group-title:active {
    -webkit-box-shadow: inset -1px 0px 0px #4f8800, inset 0px -1px 0px #4f8800;
    -moz-box-shadow: inset -1px 0px 0px #4f8800, inset 0px -1px 0px #4f8800;
    box-shadow: inset -1px 0px 0px #4f8800, inset 0px -1px 0px #4f8800;
}

.nc3 .ie11 .list-group > .list-group-title .badge {
    border-bottom: 0;
}
/**
 * Alert styles - Nordic Cool 3.0
*/
.nc3 .alert {
    position: relative;
    min-height: 90px;
    margin-bottom: 20px;
    padding: 20px 40px 20px 90px;
    border-width: 1px;
    border-color: #f0f0f0 #e9e9e9 #dedede;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fff;
    color: #282828;
    line-height: 50px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    /* /.alert > div */
    /* /.alert.alert-options */
    /* /.alert.alert-sm */
}

    .nc3 .alert > div {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }

        .nc3 .alert > div > *:last-child {
            margin-bottom: 0;
        }

    .nc3 .alert h1,
    .nc3 .alert h2,
    .nc3 .alert h3,
    .nc3 .alert h4,
    .nc3 .alert .h1,
    .nc3 .alert .h2,
    .nc3 .alert .h3,
    .nc3 .alert .h4 {
        margin: 0px 0 5px;
        font-size: 22px;
        font-weight: lighter;
    }

    .nc3 .alert p {
        color: #787878;
    }

        .nc3 .alert p .btn {
            margin: 10px 0 5px 0;
        }

    .nc3 .alert a,
    .nc3 .alert .alert-link {
        color: #0974b3;
        font-weight: normal;
    }

    .nc3 .alert .vismaicon {
        position: absolute;
        top: 50%;
        left: 20px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .nc3 .alert .close {
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .nc3 .alert.alert-options {
        padding-left: 130px;
    }

        .nc3 .alert.alert-options .vismaicon {
            left: 40px;
        }

    .nc3 .alert.alert-dismissible {
        padding-right: 50px;
    }

    .nc3 .alert.alert-sm {
        min-height: 42px;
        padding: 12px 30px 12px 55px;
        line-height: 18px;
    }

        .nc3 .alert.alert-sm .vismaicon {
            left: 10px;
        }
/* /.alert */
/**
 * Progress bar - Nordic Cool 3.0
*/
.nc3 .progressBar {
    width: 200px;
    position: relative;
    overflow: hidden;
}

.nc3 .progress {
    overflow: visible;
    position: relative;
    width: 200px;
    border: 0px;
    border-collapse: separate;
    vertical-align: middle;
    background: #d7d7d7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.nc3 .progress-bar[aria-valuenow="0"] {
    min-width: 0px;
}

.nc3 .progressBar .counter {
    float: right;
    padding-top: 6px;
    padding-right: 8px;
    padding-left: 8px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 120%;
    text-shadow: 0 -1px 0 #23688f;
}

.nc3 .progressBar.bottom-counter {
    text-align: center;
}

.nc3 .progressBar.right-counter-lg .counter {
    padding-top: 12px;
}

.nc3 .progressBar.right-counter-sm .counter {
    padding-top: 1px;
    font-size: 12px;
    line-height: 100%;
}

.nc3 .progress,
.nc3 .progress.progress-default,
.nc3 .progress.progress-default .progress-bar {
    height: 30px;
}

    .nc3 .progress.progress-lg,
    .nc3 .progress.progress-lg .progress-bar {
        height: 45px;
    }

    .nc3 .progress.progress-xs,
    .nc3 .progress.progress-xs .progress-bar {
        height: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

        .nc3 .progress.progress-xs .percentage,
        .nc3 .progress.progress-xs .progress-bar .percentage {
            top: -9px;
        }

    .nc3 .progress.progress-sm,
    .nc3 .progress.progress-sm .progress-bar {
        height: 10px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

        .nc3 .progress.progress-sm .percentage,
        .nc3 .progress.progress-sm .progress-bar .percentage {
            top: -5px;
        }

    .nc3 .progress .progress-bar {
        overflow: hidden;
        border: 0px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .nc3 .progress .progress-bar:before {
            display: block;
            content: "";
            position: relative;
            width: 200px;
            height: 30px;
            z-index: 30;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            background: #0091e6;
            background: -webkit-linear-gradient(left, #0091e6 0%, #0081cc 100%);
            background: linear-gradient(to right, #0091e6 0%, #0081cc 100%);
        }

        .nc3 .progress .progress-bar .percentage {
            position: absolute;
            top: 5px;
            left: 102%;
            z-index: 40;
            color: #737373;
            font-size: 14px;
        }
/* /.progress .progress-bar */
/**
 * Panel styles - Nordic Cool 3.0
*/
.nc3 .panel {
    border-width: 1px;
    border-style: solid;
    border-color: #e7e7e7 #e7e7e7 #dbdbdb;
    background: #fff;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /* /.panel-heading */
}

    .nc3 .panel > .panel-heading {
        padding: 14px 20px 13px;
        font-size: 22px;
        font-weight: 100;
    }

        .nc3 .panel > .panel-heading.dark-heading {
            color: #282828;
        }

        .nc3 .panel > .panel-heading .panel-title {
            padding-bottom: 0;
            border-bottom: 0;
            font-size: 22px;
            font-weight: 100;
            line-height: 100%;
        }

    .nc3 .panel > .panel-body {
        padding: 20px;
    }

        .nc3 .panel > .panel-body > *:first-child {
            margin-top: 0;
        }

    .nc3 .panel .panel-footer {
        padding: 10px 20px;
        border-top: 1px solid #e0e0e0;
        background-color: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
/* /.panel */
.nc3 .panel-default > .panel-heading {
    color: #0974b3;
    background: #fff;
}

    .nc3 .panel-default > .panel-heading .panel-title {
        color: #0974b3;
    }

.nc3 .panel-default .list-group .list-group-item,
.nc3 .panel-default .panel-collapse > .list-group .list-group-item {
    border: 0;
}
/* .panel-default */
.nc3 .panel-primary {
    border-width: 0;
    /* .panel-heading */
}

    .nc3 .panel-primary .panel-heading {
        border-width: 1px;
        border-style: solid;
        border-color: #4f8800 #487b00 #346c00;
        color: #fff;
        background: #569400;
        background: -webkit-linear-gradient(top, #569400 0%, #487b00 100%);
        background: linear-gradient(to bottom, #569400 0%, #487b00 100%);
        font-size: 22px;
        font-weight: 100;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

        .nc3 .panel-primary .panel-heading .panel-title {
            color: #fff;
            font-size: 22px;
            font-weight: 100;
        }

    .nc3 .panel-primary .panel-body {
        border-width: 0 1px 1px;
        border-style: solid;
        border-color: #e7e7e7 #e7e7e7 #dbdbdb;
        -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    }

        .nc3 .panel-primary .panel-body:not(:last-child) {
            border-bottom: 0px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

    .nc3 .panel-primary > .panel-body + .table,
    .nc3 .panel-primary > .panel-body + .table-responsive {
        border-width: 1px 1px 1px 1px;
        border-style: solid;
        border-color: #dfdfdf #d6d6d6 #c7c7c7;
        -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
    }

    .nc3 .panel-primary > .panel-heading + .table,
    .nc3 .panel-primary > .panel-heading + .table-responsive {
        border-width: 1px 1px 1px 1px;
        border-style: solid;
        border-color: #dfdfdf #d6d6d6 #c7c7c7;
        -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
    }
/* .panel-primary */
.nc3 .ie11 .panel-primary .panel-heading {
    -webkit-box-shadow: inset -1px 0px 0px #4f8800, inset 0px -1px 0px #4f8800;
    -moz-box-shadow: inset -1px 0px 0px #4f8800, inset 0px -1px 0px #4f8800;
    box-shadow: inset -1px 0px 0px #4f8800, inset 0px -1px 0px #4f8800;
}

.nc3 .panel > .table:last-child,
.nc3 .panel > .panel-body > .table:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nc3 .panel > .panel-body + .table,
.nc3 .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd;
}

.nc3 .panel > .table,
.nc3 .panel > .table-responsive {
    border-top: 0px;
}

.nc3 .panel > .table,
.nc3 .panel > .panel-body > .table {
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
}

    .nc3 .panel > .table > thead > tr > th:first-child,
    .nc3 .panel > .panel-body > .table > thead > tr > th:first-child {
        border-left: 0px;
    }
/**
 * Wizard styles - Nordic Cool 3.0
*/
.nc3 .wizard {
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
    /* /.wizard ul */
}

    .nc3 .wizard ul {
        display: block;
        padding-left: 0px;
        margin-top: 0px;
        list-style: none;
        /* /.wizard ul li */
    }

        .nc3 .wizard ul li {
            display: block;
            float: left;
            cursor: pointer;
            min-width: 10px;
            width: 21.61%;
            height: 50px;
            margin-left: -13px;
            padding: 0px 0 0 0;
            /* /.wizard ul li:not(:first-child):not(:last-child) */
            /* /.wizard ul li:first-child */
            /* /.wizard ul li:last-child */
        }

.nc3 .childs-11.wizard ul li {
    width: calc(9.0909% + 9px);
}

    .nc3 .childs-11.wizard ul li:last-child {
        width: 9.0909%;
    }

.nc3 .childs-10.wizard ul li {
    width: calc(10% + 9px);
}

    .nc3 .childs-10.wizard ul li:last-child {
        width: 10%;
    }

.nc3 .childs-9.wizard ul li {
    width: calc(11.1111% + 9px);
}

    .nc3 .childs-9.wizard ul li:last-child {
        width: 11.1111%;
    }

.nc3 .childs-8.wizard ul li {
    width: calc(12.5% + 9px);
}

    .nc3 .childs-8.wizard ul li:last-child {
        width: 12.5%;
    }

.nc3 .childs-7.wizard ul li {
    width: calc(14.2857% + 9px);
}

    .nc3 .childs-7.wizard ul li:last-child {
        width: 14.2857%;
    }

.nc3 .childs-6.wizard ul li {
    width: calc(16.6666% + 9px);
}

    .nc3 .childs-6.wizard ul li:last-child {
        width: 16.6666%;
    }

.nc3 .childs-5.wizard ul li {
    width: calc(20% + 9px);
}

    .nc3 .childs-5.wizard ul li:last-child {
        width: 20%;
    }

.nc3 .childs-4.wizard ul li {
    width: calc(25% + 9px);
}

    .nc3 .childs-4.wizard ul li:last-child {
        width: 25%;
    }

.nc3 .childs-3.wizard ul li {
    width: calc(33.3333% + 9px);
}

    .nc3 .childs-3.wizard ul li:last-child {
        width: 33.3333%;
    }

.nc3 .childs-2.wizard ul li {
    width: calc(50% + 9px);
}

    .nc3 .childs-2.wizard ul li:last-child {
        width: 50%;
    }

.nc3 .childs-1.wizard ul li {
    width: 1000%;
}

.nc3 .wizard ul li a {
    display: block;
    cursor: pointer;
    position: relative;
    min-width: 10px;
    width: auto;
    height: 50px;
    margin-right: 20px;
    padding: 13px 6px 13px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 125%;
    text-decoration: none;
    vertical-align: baseline;
    background: url(img/wizard/wizard-inner-backgrounds.png) repeat-x scroll 0 0 transparent;
    /* /.wizard ul li a:before */
    /* /.wizard ul li a:after */
}

    .nc3 .wizard ul li a::before,
    .nc3 .wizard ul li a::after {
        content: "";
        position: absolute;
        top: 0;
        width: 13px;
        height: 50px;
    }

    .nc3 .wizard ul li a::before {
        left: -11px;
        background: url(img/wizard/wizard-before-backgrounds.png) repeat-x scroll 0 0 transparent;
    }

    .nc3 .wizard ul li a::after {
        right: -11px;
        background: url(img/wizard/wizard-after-backgrounds.png) repeat-x scroll 0 0 transparent;
    }

    .nc3 .wizard ul li a span {
        display: block;
        overflow: hidden;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        padding-bottom: 3px;
        padding-top: 3px;
    }

.nc3 .childs-2.wizard ul li:not(:first-child):not(:last-child),
.nc3 .childs-3.wizard ul li:not(:first-child):not(:last-child),
.nc3 .childs-4.wizard ul li:not(:first-child):not(:last-child),
.nc3 .childs-5.wizard ul li:not(:first-child):not(:last-child),
.nc3 .childs-6.wizard ul li:not(:first-child):not(:last-child),
.nc3 .childs-7.wizard ul li:not(:first-child):not(:last-child),
.nc3 .childs-8.wizard ul li:not(:first-child):not(:last-child),
.nc3 .childs-9.wizard ul li:not(:first-child):not(:last-child),
.nc3 .childs-10.wizard ul li:not(:first-child):not(:last-child),
.nc3 .childs-11.wizard ul li:not(:first-child):not(:last-child) {
    margin-right: 13px;
    margin-left: -22px;
}

.nc3 .wizard ul li.first {
    margin-right: 13px;
    margin-left: 0 !important;
    /* /.wizard ul li:first-child a */
}

    .nc3 .wizard ul li.first a {
        margin-left: 0 !important;
        padding-left: 16px;
        /* /.wizard ul li:first-child a:before */
    }

        .nc3 .wizard ul li.first a::before {
            left: 0 !important;
            width: 5px !important;
            background: url(img/wizard/wizard-left-end-backgrounds.png) repeat-x scroll 0 0 transparent;
        }

.nc3 .wizard ul li.last {
    margin-right: 0;
    margin-left: -22px;
    /* /.wizard ul li:last-child a */
}

    .nc3 .wizard ul li.last a {
        margin-right: 0px;
        /* /.wizard ul li:last-child a:after */
    }

        .nc3 .wizard ul li.last a::after {
            right: 0 !important;
            width: 5px !important;
            background: url(img/wizard/wizard-right-end-backgrounds.png) repeat-x scroll 0 0 transparent;
        }
/* /.wizard */
/* Normal */
.nc3 .wizard ul li.normal {
    /* /.wizard ul li.normal a */
    /* Normal Hover */
    /* /.wizard ul li.normal a:hover,.wizard ul li.normal.hover a, */
}

    .nc3 .wizard ul li.normal a {
        z-index: 8;
        color: #282828;
    }

        .nc3 .wizard ul li.normal a,
        .nc3 .wizard ul li.normal a::before,
        .nc3 .wizard ul li.normal a::after,
        .nc3 .wizard ul li.normal.first a::before,
        .nc3 .wizard ul li.normal.last a::after {
            background-position: 0 0px;
        }

            .nc3 .wizard ul li.normal a:hover,
            .nc3 .wizard ul li.normal.hover a {
                z-index: 8;
                color: #282828;
            }

                .nc3 .wizard ul li.normal a:hover,
                .nc3 .wizard ul li.normal.hover a,
                .nc3 .wizard ul li.normal a:hover::before,
                .nc3 .wizard ul li.normal.hover a::before,
                .nc3 .wizard ul li.normal a:hover::after,
                .nc3 .wizard ul li.normal.hover a::after,
                .nc3 .wizard ul li.normal.first a:hover::before,
                .nc3 .wizard ul li.normal.hover.first a::before,
                .nc3 .wizard ul li.normal.last a:hover::after,
                .nc3 .wizard ul li.normal.hover.last a::after {
                    background-position: 0 -60px;
                }
/* /.wizard ul li.normal */
/* Focus */
.nc3 .wizard ul li.focus:not(.disabled):not(.visited) a,
.nc3 .wizard ul li:not(.disabled):not(.visited) a:focus {
    z-index: 13;
    outline: none !important;
    color: #282828;
}

    .nc3 .wizard ul li.focus:not(.disabled):not(.visited) a,
    .nc3 .wizard ul li:not(.disabled):not(.visited) a:focus,
    .nc3 .wizard ul li.focus:not(.disabled):not(.visited) a::before,
    .nc3 .wizard ul li:not(.disabled):not(.visited) a:focus::before,
    .nc3 .wizard ul li.focus:not(.disabled):not(.visited) a::after,
    .nc3 .wizard ul li:not(.disabled):not(.visited) a:focus::after,
    .nc3 .wizard ul li.first.focus:not(.disabled):not(.visited) a:before,
    .nc3 .wizard ul li.first:not(.disabled):not(.visited) a:focus:before,
    .nc3 .wizard ul li.last.focus:not(.disabled):not(.visited) a:after,
    .nc3 .wizard ul li.last:not(.disabled):not(.visited) a:focus:after {
        background-position: 0 -300px;
    }
        /* Focus hover */
        .nc3 .wizard ul li.focus:not(.disabled):not(.visited) a:hover,
        .nc3 .wizard ul li:not(.disabled):not(.visited) a:hover:focus,
        .nc3 .wizard ul li.focus:not(.disabled):not(.visited) a.hover,
        .nc3 .wizard ul li:not(.disabled):not(.visited) a.hover:focus {
            z-index: 13;
            color: #282828;
        }

            .nc3 .wizard ul li.focus:not(.disabled):not(.visited) a:hover,
            .nc3 .wizard ul li:not(.disabled):not(.visited) a:hover:focus,
            .nc3 .wizard ul li.focus:not(.disabled):not(.visited) a.hover,
            .nc3 .wizard ul li:not(.disabled):not(.visited) a.hover:focus,
            .nc3 .wizard ul li.focus:not(.disabled):not(.visited) a:hover::before,
            .nc3 .wizard ul li:not(.disabled):not(.visited) a:hover:focus::before,
            .nc3 .wizard ul li.focus:not(.disabled):not(.visited) a.hover::before,
            .nc3 .wizard ul li:not(.disabled):not(.visited) a.hover:focus::before,
            .nc3 .wizard ul li.focus:not(.disabled):not(.visited) a:hover::after,
            .nc3 .wizard ul li:not(.disabled):not(.visited) a:hover:focus::after,
            .nc3 .wizard ul li.focus:not(.disabled):not(.visited) a.hover::after,
            .nc3 .wizard ul li:not(.disabled):not(.visited) a.hover:focus::after,
            .nc3 .wizard ul li.first.focus:not(.disabled):not(.visited) a:hover::before,
            .nc3 .wizard ul li.first:not(.disabled):not(.visited) a:hover:focus::before,
            .nc3 .wizard ul li.first.focus:not(.disabled):not(.visited) a.hover::before,
            .nc3 .wizard ul li.first:not(.disabled):not(.visited) a.hover:focus::before,
            .nc3 .wizard ul li.last.focus:not(.disabled):not(.visited) a:hover::after,
            .nc3 .wizard ul li.last:not(.disabled):not(.visited) a:hover:focus::after,
            .nc3 .wizard ul li.last.focus:not(.disabled):not(.visited) a.hover::after,
            .nc3 .wizard ul li.last:not(.disabled):not(.visited) a.hover:focus::after {
                background-position: 0 -480px;
            }
/* Pressed */
.nc3 .wizard ul li.normal.pressed a,
.nc3 .wizard ul li.normal.pressed a:focus,
.nc3 .wizard ul li.normal.focus.pressed a,
.nc3 .wizard ul li.normal.focus.pressed a:focus,
.nc3 .wizard ul li.active.pressed a,
.nc3 .wizard ul li.active.pressed a:focus,
.nc3 .wizard ul li.active.focus.pressed:not(.disabled) a,
.nc3 .wizard ul li.active.focus.pressed:not(.disabled) a:focus,
.nc3 .wizard ul li.visited.pressed a,
.nc3 .wizard ul li.visited.pressed a:focus {
    pointer-events: none;
    z-index: 8;
    color: #282828;
}

    .nc3 .wizard ul li.normal.pressed a,
    .nc3 .wizard ul li.normal.pressed a:focus,
    .nc3 .wizard ul li.normal.focus.pressed a,
    .nc3 .wizard ul li.normal.focus.pressed a:focus,
    .nc3 .wizard ul li.active.pressed a,
    .nc3 .wizard ul li.active.pressed a:focus,
    .nc3 .wizard ul li.active.focus.pressed:not(.disabled) a,
    .nc3 .wizard ul li.active.focus.pressed:not(.disabled) a:focus,
    .nc3 .wizard ul li.visited.pressed a,
    .nc3 .wizard ul li.visited.pressed a:focus,
    .nc3 .wizard ul li.normal.pressed a::before,
    .nc3 .wizard ul li.normal.pressed a:focus::before,
    .nc3 .wizard ul li.normal.focus.pressed a::before,
    .nc3 .wizard ul li.normal.focus.pressed a:focus::before,
    .nc3 .wizard ul li.active.pressed a::before,
    .nc3 .wizard ul li.active.pressed a:focus::before,
    .nc3 .wizard ul li.active.focus.pressed:not(.disabled) a::before,
    .nc3 .wizard ul li.active.focus.pressed:not(.disabled) a:focus::before,
    .nc3 .wizard ul li.visited.pressed a::before,
    .nc3 .wizard ul li.visited.pressed a:focus::before,
    .nc3 .wizard ul li.normal.pressed a::after,
    .nc3 .wizard ul li.normal.pressed a:focus::after,
    .nc3 .wizard ul li.normal.focus.pressed a::after,
    .nc3 .wizard ul li.normal.focus.pressed a:focus::after,
    .nc3 .wizard ul li.active.pressed a::after,
    .nc3 .wizard ul li.active.pressed a:focus::after,
    .nc3 .wizard ul li.active.focus.pressed:not(.disabled) a::after,
    .nc3 .wizard ul li.active.focus.pressed:not(.disabled) a:focus::after,
    .nc3 .wizard ul li.visited.pressed a::after,
    .nc3 .wizard ul li.visited.pressed a:focus::after,
    .nc3 .wizard ul li.normal.pressed.first a:before,
    .nc3 .wizard ul li.normal.pressed.first a:focus:before,
    .nc3 .wizard ul li.normal.focus.pressed.first a:before,
    .nc3 .wizard ul li.normal.focus.pressed.first a:focus:before,
    .nc3 .wizard ul li.active.pressed.first a:before,
    .nc3 .wizard ul li.active.pressed.first a:focus:before,
    .nc3 .wizard ul li.active.focus.pressed.first:not(.disabled) a:before,
    .nc3 .wizard ul li.active.focus.pressed.first:not(.disabled) a:focus:before,
    .nc3 .wizard ul li.visited.pressed.first a:before,
    .nc3 .wizard ul li.visited.pressed.first a:focus:before,
    .nc3 .wizard ul li.normal.pressed.last a:after,
    .nc3 .wizard ul li.normal.pressed.last a:focus:after,
    .nc3 .wizard ul li.normal.focus.pressed.last a:after,
    .nc3 .wizard ul li.normal.focus.pressed.last a:focus:after,
    .nc3 .wizard ul li.active.pressed.last a:after,
    .nc3 .wizard ul li.active.pressed.last a:focus:after,
    .nc3 .wizard ul li.active.focus.pressed.last:not(.disabled) a:after,
    .nc3 .wizard ul li.active.focus.pressed.last:not(.disabled) a:focus:after,
    .nc3 .wizard ul li.visited.pressed.last a:after,
    .nc3 .wizard ul li.visited.pressed.last a:focus:after {
        background-position: 0 -120px;
    }
/* Active */
.nc3 .wizard ul li.active {
    /* /.wizard ul li.active a */
    /* Active Focus */
}

    .nc3 .wizard ul li.active a {
        z-index: 11;
        color: #282828;
    }

        .nc3 .wizard ul li.active a,
        .nc3 .wizard ul li.active a::before,
        .nc3 .wizard ul li.active a::after,
        .nc3 .wizard ul li.active.first a::before,
        .nc3 .wizard ul li.active.last a::after {
            background-position: 0 -180px;
        }

    .nc3 .wizard ul li.active:not(.disabled):not(.visited) a:focus,
    .nc3 .wizard ul li.active.focus:not(.disabled):not(.visited) a {
        z-index: 15;
        outline: none;
        color: #282828;
    }

        .nc3 .wizard ul li.active:not(.disabled):not(.visited) a:focus,
        .nc3 .wizard ul li.active.focus:not(.disabled):not(.visited) a,
        .nc3 .wizard ul li.active:not(.disabled):not(.visited) a:focus::before,
        .nc3 .wizard ul li.active.focus:not(.disabled):not(.visited) a::before,
        .nc3 .wizard ul li.active:not(.disabled):not(.visited) a:focus::after,
        .nc3 .wizard ul li.active.focus:not(.disabled):not(.visited) a::after,
        .nc3 .wizard ul li.active.first.focus:not(.disabled):not(.visited) a::before,
        .nc3 .wizard ul li.active.first:not(.disabled):not(.visited) a:focus::before,
        .nc3 .wizard ul li.active.last.focus:not(.disabled):not(.visited) a::after,
        .nc3 .wizard ul li.active.last:not(.disabled):not(.visited) a:focus::after {
            background-position: 0 -360px;
        }
/* /.wizard ul li.active */
/* Visited */
.nc3 .wizard ul li.visited {
    /* /.wizard ul li.visited a */
}

    .nc3 .wizard ul li.visited a {
        color: #fff;
    }

        .nc3 .wizard ul li.visited a:focus {
            outline: 0px !important;
        }

        .nc3 .wizard ul li.visited a,
        .nc3 .wizard ul li.visited a::before,
        .nc3 .wizard ul li.visited a::after,
        .nc3 .wizard ul li.visited.first a::before,
        .nc3 .wizard ul li.visited.last a::after {
            background-position: 0 -540px;
        }
/* /.wizard ul li.visited */
/* Disabled */
.nc3 .wizard ul li.disabled {
    /* /.wizard ul li.disabled a */
    /* /.wizard ul li.disabled.last a:after */
}

    .nc3 .wizard ul li.disabled a {
        cursor: default;
        z-index: 7;
        color: #a0a0a0;
    }

        .nc3 .wizard ul li.disabled a:focus {
            outline: none !important;
        }

        .nc3 .wizard ul li.disabled a,
        .nc3 .wizard ul li.disabled a::before,
        .nc3 .wizard ul li.disabled a::after,
        .nc3 .wizard ul li.disabled.first a::before,
        .nc3 .wizard ul li.disabled.last a::after {
            background-position: 0 -600px;
        }
/* /.wizard ul li.disabled */
/* Wizard primary */
/* Active */
.nc3 .wizard-primary ul li.active {
    /* /.wizard-primary ul li.active a */
    /* Active Focus */
}

    .nc3 .wizard-primary ul li.active a {
        color: #fff;
    }

        .nc3 .wizard-primary ul li.active a,
        .nc3 .wizard-primary ul li.active a::before,
        .nc3 .wizard-primary ul li.active a::after,
        .nc3 .wizard-primary ul li.active.first a::before,
        .nc3 .wizard-primary ul li.active.last a::after {
            background-position: right -240px;
        }

    .nc3 .wizard-primary ul li.active:not(.disabled):not(.visited) a:focus,
    .nc3 .wizard-primary ul li.active.focus:not(.disabled):not(.visited) a {
        z-index: 15;
        outline: none;
        color: #fff;
    }

        .nc3 .wizard-primary ul li.active:not(.disabled):not(.visited) a:focus,
        .nc3 .wizard-primary ul li.active.focus:not(.disabled):not(.visited) a,
        .nc3 .wizard-primary ul li.active:not(.disabled):not(.visited) a:focus::before,
        .nc3 .wizard-primary ul li.active.focus:not(.disabled):not(.visited) a::before,
        .nc3 .wizard-primary ul li.active:not(.disabled):not(.visited) a:focus::after,
        .nc3 .wizard-primary ul li.active.focus:not(.disabled):not(.visited) a::after,
        .nc3 .wizard-primary ul li.active.first.focus:not(.disabled):not(.visited) a::before,
        .nc3 .wizard-primary ul li.active.first:not(.disabled):not(.visited) a:focus::before,
        .nc3 .wizard-primary ul li.active.last.focus:not(.disabled):not(.visited) a::after,
        .nc3 .wizard-primary ul li.active.last:not(.disabled):not(.visited) a:focus::after {
            background-position: 0 -420px;
        }
/* /.wizard-primary ul li.active */
/* Wizard with icons */
.nc3 .wizard-icon > ul > li.visited > a > span,
.nc3 .wizard-icon > ul > li.active > a > span {
    position: relative;
    padding-right: 27px;
}

    .nc3 .wizard-icon > ul > li.visited > a > span:after,
    .nc3 .wizard-icon > ul > li.active > a > span:after {
        content: '';
        background: url(img/wizard/wizzard-icons.png) no-repeat 0 3px transparent;
        width: 24px;
        height: 23px;
        display: block;
        position: absolute;
        top: 1px;
        right: 0;
    }

.nc3 .wizard-icon > ul > li.visited.pressed > a > span:after {
    background-position: 0 -28px;
}

.nc3 .wizard-icon > ul > li.active > a > span:after {
    background-position: 0 -104px;
}

.nc3 .wizard-icon.wizard-primary > ul > li.active > a > span:after {
    background-position: 0 -67px;
}
/*
 * Carousel - Nordic Cool 3.0
 */
.nc3 .carousel-control {
    opacity: 1;
}

    .nc3 .carousel-control.right,
    .nc3 .carousel-control.left {
        background: transparent;
    }

    .nc3 .carousel-control:hover {
        opacity: 1;
    }

    .nc3 .carousel-control span.vismaicon {
        width: 38px;
        height: 38px;
        top: 44%;
        border-radius: 2px;
    }

    .nc3 .carousel-control.right span.vismaicon {
        position: absolute;
        right: 0;
    }

    .nc3 .carousel-control.left span.vismaicon {
        position: absolute;
        left: 15px;
    }

    .nc3 .carousel-control .vismaicon-arrow-left-circle:before,
    .nc3 .carousel-control .vismaicon-arrow-right-circle:before {
        content: "";
        overflow: hidden;
        width: 38px;
        height: 38px;
        padding: 6px 10px;
        outline: 0 none;
        text-indent: -9999px;
    }

    .nc3 .carousel-control .vismaicon-arrow-left-circle:before {
        background: transparent url(img/pager-img.png) no-repeat scroll 4px 16px;
    }

    .nc3 .carousel-control .vismaicon-arrow-right-circle:before {
        background: transparent url(img/pager-img.png) no-repeat scroll -137px 16px;
    }

    .nc3 .carousel-control:hover .vismaicon-arrow-left-circle:before {
        background-position: 4px -68px;
    }

    .nc3 .carousel-control:hover .vismaicon-arrow-right-circle:before {
        background-position: -137px -68px;
    }

    .nc3 .carousel-control:focus .vismaicon-arrow-left-circle:before {
        background-position: 4px 16px;
    }

    .nc3 .carousel-control:focus .vismaicon-arrow-right-circle:before {
        background-position: -137px 16px;
    }

    .nc3 .carousel-control:active .vismaicon-arrow-left-circle:before {
        background-position: 4px -110px;
    }

    .nc3 .carousel-control:active .vismaicon-arrow-right-circle:before {
        background-position: -137px -110px;
    }
/* /.carousel-control */
/* /Carousel */
/**
* Collapse styles - Nordic Cool 3.0
*/
/* effects */
.nc3 .collapsing {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.nc3 .panel-group {
    border-width: 1px;
    border-style: solid;
    border-color: #dedede #dedede #d3d3d3;
    background: #fff;
    -webkit-box-shadow: 0 1px 0 rgab(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgab(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgab(0, 0, 0, 0.1);
    /* /.panel */
}

    .nc3 .panel-group > .panel {
        margin: 0 !important;
        padding: 0 0 0px 0;
        border-width: 0;
        background: #fff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        /* /.panel-heading */
        /* /.panel-collapse .panel-body */
    }

        .nc3 .panel-group > .panel:first-child > .panel-heading > .panel-title > a:first-child {
            border-top: 0px;
        }

        .nc3 .panel-group > .panel > .panel-heading {
            padding: 0;
            border: 0px;
            background: transparent;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            /* /.panel-title */
        }

            .nc3 .panel-group > .panel > .panel-heading > .panel-title {
                position: relative;
                color: #0974b3;
                font-size: 16px;
                /*  /a:first-child */
            }

                .nc3 .panel-group > .panel > .panel-heading > .panel-title:hover {
                    -webkit-box-shadow: 0 1px 0 #bfe7ff;
                    -moz-box-shadow: 0 1px 0 #bfe7ff;
                    box-shadow: 0 1px 0 #bfe7ff;
                }

                .nc3 .panel-group > .panel > .panel-heading > .panel-title > a:first-child {
                    display: block;
                    position: relative;
                    margin: 0 20px;
                    padding: 12px 0px;
                    border-width: 1px 0 1px 0;
                    border-style: solid;
                    border-color: #e6e6e6 transparent transparent;
                    line-height: 130%;
                    text-decoration: none;
                }

                    .nc3 .panel-group > .panel > .panel-heading > .panel-title > a:first-child > .caret {
                        display: inline-block;
                        position: relative;
                        top: 2px;
                        right: -12px;
                        width: 10px;
                        height: 9px;
                        background: url(img/arrow-small.svg);
                        background-size: 33px 6px;
                        background-position: -12px 0px;
                        background-repeat: no-repeat;
                    }

                    .nc3 .panel-group > .panel > .panel-heading > .panel-title > a:first-child:hover {
                        background: #CCEBFF;
                        position: relative;
                        margin: 0;
                        padding: 12px 20px;
                        z-index: 999;
                        border-top-color: #ccebff;
                        border-bottom-color: transparent;
                        -webkit-box-shadow: 0 1px 0 #ccebff;
                        -moz-box-shadow: 0 1px 0 #ccebff;
                        box-shadow: 0 1px 0 #ccebff;
                    }

                    .nc3 .panel-group > .panel > .panel-heading > .panel-title > a:first-child:focus {
                        outline: none;
                    }

                .nc3 .panel-group > .panel > .panel-heading > .panel-title > a.collapsed > .caret {
                    top: 1px;
                    background-position: -11px 1px;
                    -webkit-transform: rotate(-90deg);
                    -moz-transform: rotate(-90deg);
                    -ms-transform: rotate(-90deg);
                    -o-transform: rotate(-90deg);
                    transform: rotate(-90deg);
                }

        .nc3 .panel-group > .panel > .panel-collapse .panel-body {
            padding: 0px;
            border: 0px;
            /* /.panel */
        }

            .nc3 .panel-group > .panel > .panel-collapse .panel-body > .panel {
                margin: 0px 0 0 !important;
                border: 0px;
                background: transparent;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                /* /.panel-heading */
            }

                .nc3 .panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading {
                    padding: 0;
                    border: 0;
                    background: transparent;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                    /* /.panel-title */
                }

                    .nc3 .panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title {
                        color: #282828;
                        font-size: 14px;
                        /* /a:first-child */
                        /* /a.collapsed */
                    }

                        .nc3 .panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a:first-child {
                            display: block;
                            position: relative;
                            margin: 0;
                            margin-left: -1px;
                            padding: 10px 15px 8px 35px;
                            border-top: 1px solid #d4d4d4;
                            border-bottom: 1px solid #dcdcdc;
                            background: #fafafa;
                            -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13) inset;
                            -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13) inset;
                            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13) inset;
                            font-weight: normal;
                            text-decoration: none;
                            /* Chrome and safari */
                        }

                            .nc3 .panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a:first-child:before {
                                content: "";
                                position: absolute;
                                top: -1px;
                                left: -1px;
                                width: 6px;
                                height: 106%;
                                border-style: solid;
                                border-width: 0 0 0 6px;
                                border-color: #4d8400;
                                z-index: 9;
                            }

                            .nc3 .panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a:first-child:hover {
                                background: #CCEBFF;
                                border-bottom: 1px solid #ccebff;
                                color: #282828;
                            }

                            .nc3 .panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a:first-child > .caret {
                                display: inline-block;
                                position: absolute;
                                top: 15px;
                                left: 20px;
                                width: 10px;
                                height: 7px;
                                margin: 0;
                                background: url(img/arrow-small.svg);
                                background-size: 33px 6px;
                                background-position: -23px 0px;
                                background-repeat: no-repeat;
                            }

                            .nc3 .panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a:first-child:focus {
                                outline: none;
                            }

                            .nc3 .panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a:first-child + .anchorjs-link {
                                cursor: default;
                                pointer-event: none;
                                position: relative;
                                left: 49.5%;
                                bottom: 0;
                                outline: none;
                            }

                                .nc3 .panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a:first-child + .anchorjs-link:before {
                                    content: "";
                                    position: absolute;
                                    bottom: 0px;
                                    width: 0;
                                    height: 0;
                                    border-width: 8.5px 7px 0;
                                    border-style: solid;
                                    border-color: #fafafa transparent transparent;
                                    z-index: 2;
                                }

                                .nc3 .panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a:first-child + .anchorjs-link:after {
                                    content: "";
                                    position: absolute;
                                    width: 0;
                                    height: 0;
                                    bottom: -2px;
                                    border-width: 9px 7px 0;
                                    border-style: solid;
                                    border-color: #c8c8c8 transparent transparent;
                                    z-index: 1;
                                }

                            .nc3 .panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a:first-child:hover + .anchorjs-link:before {
                                border-color: #ddf2ff transparent transparent;
                            }

                            .nc3 .panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a:first-child:hover + .anchorjs-link:after {
                                bottom: -3px;
                                border-color: #ccebff transparent transparent;
                            }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .nc3 .panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a:first-child + .anchorjs-link {
        bottom: -6px;
    }
}

.nc3 .panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a.collapsed {
    color: #282828;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left: 0;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .nc3 .panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a.collapsed:before,
    .nc3 .panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a.collapsed:after {
        display: none;
    }

    .nc3 .panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a.collapsed > .caret {
        top: 14px;
        background: url(img/arrow-small.svg);
        background-size: 33px 6px;
        background-position: -24px 0px;
        background-repeat: no-repeat;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .nc3 .panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a.collapsed:hover {
        background: #ccebff;
    }

    .nc3 .panel-group > .panel > .panel-collapse .panel-body > .panel > .panel-heading > .panel-title > a.collapsed + .anchorjs-link {
        display: none;
    }

.nc3 .panel-group > .panel > .panel-collapse .panel-body > .panel .panel-body {
    position: relative;
    padding: 15px 35px 10px;
    background: #fafafa;
    -webkit-box-shadow: 0 -1px 0 #dcdcdc inset;
    -moz-box-shadow: 0 -1px 0 #dcdcdc inset;
    box-shadow: 0 -1px 0 #dcdcdc inset;
}

    .nc3 .panel-group > .panel > .panel-collapse .panel-body > .panel .panel-body:before {
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        left: -1px;
        width: 6px;
        height: 100%;
        border-color: #4d8400;
        border-style: solid;
        border-width: 0 0 0 6px;
        z-index: 9;
    }

.nc3 .panel-group > .panel .panel-collapse.collapsing {
    overflow-x: hidden;
    overflow-y: visible;
    /*overflow-y:  hidden; */
}

.nc3 .panel-group > .panel .panel-collapse.in {
    overflow-x: visible;
    overflow-y: hidden;
}
/* /.panel-group */
.nc3 .panel-group.list-group {
    border-width: 1px;
    border-style: solid;
    border-color: #dedede #dedede #d3d3d3;
    background: #fff;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    /* .panel-collapse > .list-group */
}

    .nc3 .panel-group.list-group .list-group-item.list-group-title {
        border-width: 1px;
        border-style: solid;
        border-color: #4f8800 #487b00 #346c00;
        color: #fff;
        background: #569400;
        background: -webkit-linear-gradient(top, #569400 0%, #487b00 100%);
        background: linear-gradient(to bottom, #569400 0%, #487b00 100%);
        min-height: 48px;
        margin: 0;
        padding: 8px 25px;
        line-height: 130%;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

        .nc3 .panel-group.list-group .list-group-item.list-group-title + .panel > .panel-heading > .panel-title > a:first-child {
            border-top-color: transparent;
        }

    .nc3 .panel-group.list-group > .panel > .panel-heading > .panel-title {
        color: #282828;
        font-size: 14px;
        font-weight: normal;
    }

        .nc3 .panel-group.list-group > .panel > .panel-heading > .panel-title:hover {
            color: #0089d9;
            text-decoration: underline;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .nc3 .panel-group.list-group > .panel > .panel-heading > .panel-title > a:first-child:hover {
            margin: 0 20px;
            padding: 12px 0;
            border-color: #e6e6e6 transparent transparent;
            background: transparent;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .nc3 .panel-group.list-group > .panel > .panel-heading > .panel-title > a:first-child > .caret {
            right: 0;
            margin: 0 5px 0 0;
        }

    .nc3 .panel-group.list-group .panel-default > .panel-heading a > .badge {
        position: absolute;
        top: 13px;
        right: 0;
        color: #737373;
        background: transparent;
    }

    .nc3 .panel-group.list-group .panel-collapse > .list-group {
        margin: -6px 0 8px;
        border: 0;
        background: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        /* .list-group-item */
    }

        .nc3 .panel-group.list-group .panel-collapse > .list-group > .list-group-item {
            padding: 3px 10px 5px 35px;
            border: 0;
            color: #0974b3;
            text-decoration: underline;
        }

            .nc3 .panel-group.list-group .panel-collapse > .list-group > .list-group-item:hover {
                cursor: pointer;
                color: #0089d9;
                background: transparent;
            }

            .nc3 .panel-group.list-group .panel-collapse > .list-group > .list-group-item > .badge {
                float: none;
                position: relative;
                top: -3px;
                min-width: auto;
                height: auto;
                padding: 0 0 0 6px;
                border: 0 none;
                color: #737373;
                background: transparent none repeat scroll 0 0;
            }
/* .panel-group.list-group */
/**
 * Modal styles - Nordic Cool 3.0
*/
.nc3.modal {
    z-index: 9995;
}

    .nc3.modal a {
        line-height: 21px;
    }

.nc3 .modal-content {
    border: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.nc3 .modal-header {
    min-height: 48px;
    padding: 13px 20px 10px;
    border-bottom: 1px solid #e0e0e0;
    background: #f7f7f7;
    -webkit-box-shadow: 1px 1px 0 #ffffff inset, -1px -1px 0 #ffffff inset;
    -moz-box-shadow: 1px 1px 0 #ffffff inset, -1px -1px 0 #ffffff inset;
    box-shadow: 1px 1px 0 #ffffff inset, -1px -1px 0 #ffffff inset;
}

    .nc3 .modal-header .close {
        margin-top: 6px;
    }

.nc3 .modal-title {
    font-size: 16px;
    color: #282828;
}

    .nc3 .modal-title h1,
    .nc3 .modal-title h2,
    .nc3 .modal-title h3,
    .nc3 .modal-title h4,
    .nc3 .modal-title h5,
    .nc3 .modal-title h6,
    .nc3 .modal-title p {
        margin-bottom: 0;
    }

.nc3 h1.modal-title,
.nc3 h2.modal-title,
.nc3 h3.modal-title,
.nc3 h4.modal-title,
.nc3 h5.modal-title,
.nc3 h6.modal-title,
.nc3 p.modal-title {
    margin-bottom: 0;
}

.nc3 .modal-body {
    min-height: 55px;
    margin: 18px 0px 20px;
    padding: 0 20px;
}

    .nc3 .modal-body h4 {
        margin-bottom: 5px;
        color: #323232;
        font-size: 14px;
    }

    .nc3 .modal-body p {
        margin-bottom: 3px;
    }

        .nc3 .modal-body p.text-disabled {
            color: #787878;
        }

    .nc3 .modal-body .form-group {
        margin-bottom: 6px;
    }

        .nc3 .modal-body .form-group textarea {
            min-height: 95px;
        }

.nc3.modal-help .modal-body,
.nc3.modal-info .modal-body,
.nc3.modal-error .modal-body,
.nc3.modal-warning .modal-body {
    margin: 25px 0px 25px 20px;
    padding: 0 20px 0 70px;
}

    .nc3.modal-help .modal-body:before,
    .nc3.modal-info .modal-body:before,
    .nc3.modal-error .modal-body:before,
    .nc3.modal-warning .modal-body:before,
    .nc3.modal-success .modal-body:before {
        content: "";
        position: absolute;
        left: 0;
        width: 50px;
        height: 50px;
        background-image: url(img/vismaicons/informative-filled-icons/50_informative_icons.svg);
        background-repeat: no-repeat;
        background-color: transparent;
    }

    .nc3.modal-help .modal-body:before {
        background-position: -220px 0;
    }

    .nc3.modal-info .modal-body:before {
        background-position: -165px 0;
    }

    .nc3.modal-error .modal-body:before {
        background-position: -55px 0;
    }

    .nc3.modal-warning .modal-body:before {
        background-position: -110px 0;
    }

.nc3.modal-success .modal-body:before {
    background-position: 0px 0;
}

.nc3 .modal-footer {
    padding: 11px 20px;
    border-top: 1px solid #e5e5e5;
    text-align: right;
}

    .nc3 .modal-footer .btn {
        margin-bottom: 0px;
    }

        .nc3 .modal-footer .btn + .btn {
            margin-bottom: 0;
            margin-left: 1px;
        }

.nc3 .fade {
    opacity: 0;
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.05s;
    -moz-transition-duration: 0.05s;
    transition-duration: 0.05s;
}

.nc3 .modal.fade .modal-dialog {
    -webkit-transform: translate(0px, -1%);
    -moz-transform: translate(0px, -1%);
    -ms-transform: translate(0px, -1%);
    -o-transform: translate(0px, -1%);
    transform: translate(0px, -1%);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.nc3 .modal-backdrop.in {
    opacity: 0.51;
}

.nc3 .modal-backdrop {
    z-index: 9990;
}

.nc3.modal .btn:not(.btn-lg) + .popover {
    margin-top: 28px;
}

.nc3.modal .btn.btn-lg + .popover {
    margin-top: 28px;
}

.ie11 .nc3.modal .btn.btn-primary,
.ie10 .nc3.modal .btn.btn-primary {
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15), inset 0px -1px 0px #477a00, inset 1px 0px 0px #4e8700, inset -1px 0px 0px #4e8700;
    -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15), inset 0px -1px 0px #477a00, inset 1px 0px 0px #4e8700, inset -1px 0px 0px #4e8700;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15), inset 0px -1px 0px #477a00, inset 1px 0px 0px #4e8700, inset -1px 0px 0px #4e8700;
}

    .ie11 .nc3.modal .btn.btn-primary:hover,
    .ie10 .nc3.modal .btn.btn-primary:hover {
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px -1px 0px #4f8700, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px -1px 0px #4f8700, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px -1px 0px #4f8700, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
    }

    .ie11 .nc3.modal .btn.btn-primary:active,
    .ie10 .nc3.modal .btn.btn-primary:active {
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px -1px 0px #497d00, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500 !important;
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px -1px 0px #497d00, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500 !important;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px -1px 0px #497d00, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500 !important;
    }

@media (min-width: 500px) {
    .nc3 .modal-sm {
        width: 400px;
    }
}

@media (max-width: 500px) {
    .nc3 .modal-sm {
        width: 90%;
    }
}
/**
 * Tooltip styles - Nordic Cool 3.0
*/
.nc3 .tooltip {
    font-family: 'Open Sans', sans-serif;
}

    .nc3 .tooltip.left,
    .nc3 .tooltip.right,
    .nc3 .tooltip.top,
    .nc3 .tooltip.bottom {
        display: inline-block;
        padding: 6px 10px 6px;
        border-width: 1px;
        border-style: solid;
        border-color: #f0f0f0 #e9e9e9 #dedede;
        background: #ffffff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    }

        .nc3 .tooltip.left.in,
        .nc3 .tooltip.right.in,
        .nc3 .tooltip.top.in,
        .nc3 .tooltip.bottom.in {
            opacity: 1;
        }

.nc3 .tooltip-inner {
    padding: 0px;
    color: #282828;
    font-size: 14px;
    text-indent: 0px;
    text-align: left;
    background: transparent;
}

.nc3 .tooltip.top .tooltip-inner,
.nc3 .tooltip.bottom .tooltip-inner {
    text-align: left;
}

.nc3 .tooltip-title {
    margin: 0;
    padding: 0px 0px 8px 0px;
    color: #0974b3;
    font-size: 16px;
    font-weight: normal;
}

.nc3 .tooltip.left {
    margin-top: 0px;
    margin-left: -9px;
}

.nc3 .tooltip.right {
    margin-top: 0px;
    margin-left: 9px;
}

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

.nc3 .tooltip.bottom {
    margin-top: 10px;
}

    .nc3 .tooltip.left .tooltip-arrow,
    .nc3 .tooltip.right .tooltip-arrow,
    .nc3 .tooltip.top .tooltip-arrow,
    .nc3 .tooltip.bottom .tooltip-arrow {
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
    }

        .nc3 .tooltip.left .tooltip-arrow:after,
        .nc3 .tooltip.right .tooltip-arrow:after,
        .nc3 .tooltip.top .tooltip-arrow:after,
        .nc3 .tooltip.bottom .tooltip-arrow:after {
            display: block;
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            margin: 0 auto;
            border-style: solid;
            border-color: transparent;
        }

.nc3 .tooltip.left .tooltip-arrow {
    right: -8px;
    margin-top: -8px !important;
    border-width: 8px 0 8px 8px;
    border-left-color: #efefef;
}

    .nc3 .tooltip.left .tooltip-arrow:after {
        top: -8px;
        left: -10px;
        border-width: 8px 0 8px 8px;
        border-left-color: #fff;
    }

.nc3 .tooltip.right .tooltip-arrow {
    left: -8px;
    margin-top: -8px !important;
    border-width: 8px 8px 8px 0px;
    border-right-color: #efefef;
}

    .nc3 .tooltip.right .tooltip-arrow:after {
        top: -8px;
        right: -10px;
        border-width: 8px 8px 8px 0px;
        border-right-color: #fff;
    }

.nc3 .tooltip.top .tooltip-arrow {
    bottom: -9px !important;
    border-width: 8px 8px 0px 8px;
    border-top-color: #e5e5e5;
}

    .nc3 .tooltip.top .tooltip-arrow:after {
        bottom: 2px;
        left: -8px;
        border-width: 8px 8px 0;
        border-top-color: #fff;
    }

.nc3 .tooltip.bottom .tooltip-arrow {
    top: -9px;
    border-width: 0px 8px 8px 8px;
    border-bottom-color: #f2f2f2;
}

    .nc3 .tooltip.bottom .tooltip-arrow:after {
        top: 2px;
        left: -8px;
        border-width: 0px 8px 8px 8px;
        border-bottom-color: #fff;
    }
/* tooltip error */
.nc3 .tooltip.tooltip-error {
    border: 2px solid #c72828;
}

    .nc3 .tooltip.tooltip-error.left .tooltip-arrow {
        border-left-color: #c72828;
    }

    .nc3 .tooltip.tooltip-error.right .tooltip-arrow {
        border-right-color: #c72828;
    }

    .nc3 .tooltip.tooltip-error.top .tooltip-arrow {
        border-top-color: #c72828;
    }

    .nc3 .tooltip.tooltip-error.bottom .tooltip-arrow {
        border-bottom-color: #c72828;
    }

    .nc3 .tooltip.tooltip-error.left .tooltip-arrow:after {
        left: -11px;
    }

    .nc3 .tooltip.tooltip-error.right .tooltip-arrow:after {
        right: -11px;
    }

    .nc3 .tooltip.tooltip-error.top .tooltip-arrow:after {
        top: -11px;
    }

    .nc3 .tooltip.tooltip-error.bottom .tooltip-arrow:after {
        top: 3px;
    }

    .nc3 .tooltip.tooltip-error.left,
    .nc3 .tooltip.tooltip-error.right,
    .nc3 .tooltip.tooltip-error.top,
    .nc3 .tooltip.tooltip-error.bottom {
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    }
/**
 * Popover styles - Nordic Cool 3.0
*/
.nc3 .popover {
    min-width: 370px;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #f0f0f0 #e8e8e8 #dddddd;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.nc3 .popover-title {
    padding: 13px 20px 12px;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nc3 .popover-content {
    padding: 14px 20px 20px 20px;
    line-height: 20px;
}

    .nc3 .popover-content h4 {
        margin: 0 0 5px 0;
        color: #323232;
        font-size: 14px;
    }

    .nc3 .popover-content p {
        margin-bottom: 15px;
    }

    .nc3 .popover-content *:last-child {
        margin-bottom: 0;
    }

    .nc3 .popover-content .form-group {
        margin-bottom: 6px;
    }

        .nc3 .popover-content .form-group textarea {
            min-height: 95px;
        }

.nc3 .popover-footer {
    border-top: 1px solid #e5e5e5;
    padding: 11px 20px;
    text-align: right;
}

.nc3 .popover.top > .arrow:after,
.nc3 .popover.bottom > .arrow:after {
    margin-left: -7px;
}

.nc3 .popover.top > .arrow:after {
    bottom: 2px;
}

.nc3 .popover.bottom > .arrow:after {
    top: 2px;
}

.nc3 .popover.left > .arrow:after {
    border-left-color: #fff;
    bottom: -7px;
    right: 2px;
}

.nc3 .popover.right > .arrow:after {
    border-right-color: #fff;
    bottom: -7px;
    left: 2px;
}

.nc3 .popover.bottom > .arrow:after {
    border-bottom-color: #fff;
}

.nc3 .popover > .arrow:after {
    border-width: 7px;
}

.nc3 .popover > .arrow {
    border-width: 7px;
}

.nc3 .popover.top > .arrow {
    bottom: -8px;
    border-top-color: #e4e4e4;
}

.nc3 button + .popover.left > .arrow,
.nc3 a + .popover.left > .arrow {
    top: 29px !important;
    right: -7px;
    border-left-color: rgba(0, 0, 0, 0.1);
}

.nc3 .popover.left > .arrow {
    top: 24px;
    right: -7px;
    margin-top: -7px;
    border-left-color: #eeeeee;
}

.nc3 button + .popover.right > .arrow,
.nc3 a + .popover.right > .arrow {
    top: 29px !important;
    left: -7px;
    border-right-color: rgba(0, 0, 0, 0.07);
}

.nc3 .popover.right > .arrow {
    border-right-color: #efefef;
    left: -7px;
    margin-top: -7px;
    top: 24px;
}

.nc3 .popover.bottom > .arrow {
    top: -7px;
    border-bottom-color: #f1f1f1;
}

.nc3 .btn-lg + .popover.left,
.nc3 .btn-lg + .popover.right {
    margin-top: 12px;
}

    .nc3 .btn-lg + .popover.left > .arrow,
    .nc3 .btn-lg + .popover.right > .arrow {
        top: 25px !important;
    }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* Safari and Chrome */
    .nc3 .btn-lg + .popover.left,
    .nc3 .btn-lg + .popover.right {
        margin-top: 38px;
    }
}
/* IE */
.nc3 .ie10 .btn-lg + .popover.left,
.nc3 .ie10 .btn-lg + .popover.right,
.nc3 .ie11 .btn-lg + .popover.left,
.nc3 .ie11 .btn-lg + .popover.right {
    margin-top: 38px;
}
/*
 * Utilities - Nordic Cool 3.0
 */
/* Center content blocks */
.nc3 .center-block {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
}
/* Helper classes */
.nc3 .text-default {
    color: #282828;
}

.nc3 .text-primary {
    color: #0974b3;
}

.nc3 .text-secondary {
    color: #4d8400;
}

.nc3 .text-disabled {
    color: #a0a0a0;
}

.nc3 .text-error {
    color: #c72828;
}

.nc3 .bg-default {
    background: #fff;
}

.nc3 .bg-primary {
    background: #0974b3;
}

.nc3 .bg-disabled {
    background: #f5f5f5;
}

.nc3 .bg-error {
    background: #d6565a;
}

.nc3 .extension-points {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nc3 .no-wrap {
    text-overflow: initial !important;
    white-space: normal !important;
}
/* Close */
.nc3 button.close,
.nc3 button.close:hover {
    opacity: 1;
    width: 11px;
    height: 11px;
}

    .nc3 button.close span,
    .nc3 button.close:hover span {
        display: block;
        overflow: hidden;
        width: 11px;
        height: 11px;
        text-indent: -9999px;
        background: url(img/close-icon.svg) no-repeat 0 -18px transparent;
    }

.nc3 .ie11 button.close span,
.nc3 .ie10 button.close span,
.nc3 .ie11 button.close:active span,
.nc3 .ie10 button.close:active span,
.nc3 .ie11 button.close:focus span,
.nc3 .ie10 button.close:focus span {
    position: relative;
    top: 0px;
    left: 0px;
}
/* Caret */
.nc3 .caret {
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 0px;
    background: url(img/arrow-medium.svg);
    background-size: 39px 7px;
    background-position: -14px 0px;
    background-repeat: no-repeat;
}
/* Clear */
.nc3 .clear {
    clear: both;
    float: none;
}

    .nc3 .clear:before,
    .nc3 .clear:after {
        display: table;
        content: " ";
    }

    .nc3 .clear:after {
        clear: both;
    }
/* Showing and hiding content */
.nc3 .show {
    display: block !important;
}

.nc3 .hidden {
    display: none !important;
    visibility: hidden !important;
}

.nc3 .invisible {
    visibility: hidden;
}
/* Quick floats */
.nc3 .pull-right-xs {
    float: right !important;
}

.nc3 .pull-left-xs {
    float: left !important;
}

@media (min-width: 769px) {
    .nc3 .pull-right-sm {
        float: right !important;
    }

    .nc3 .pull-left-sm {
        float: left !important;
    }
}

@media (min-width: 992px) {
    .nc3 .pull-right-md {
        float: right !important;
    }

    .nc3 .pull-left-md {
        float: left !important;
    }
}

@media (min-width: 1200px) {
    .nc3 .pull-right-lg {
        float: right !important;
    }

    .nc3 .pull-left-lg {
        float: left !important;
    }
}
/* margins, paddings and borders */
.nc3 .no-border {
    border: 0 !important;
}

.nc3 .no-padding {
    padding: 0 !important;
}

.nc3 .no-top-padding {
    padding-top: 0px !important;
}

.nc3 .no-right-padding {
    padding-right: 0px !important;
}

.nc3 .no-bottom-padding {
    padding-bottom: 0px !important;
}

.nc3 .no-left-padding {
    padding-left: 0px !important;
}

.nc3 .no-top-bottom-padding {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.nc3 .no-side-padding,
.nc3 .no-left-right-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.nc3 .no-margin {
    margin: 0 !important;
}

.nc3 .no-top-margin {
    margin-top: 0px !important;
}

.nc3 .no-right-margin {
    margin-right: 0px !important;
}

.nc3 .no-bottom-margin {
    margin-bottom: 0px !important;
}

.nc3 .no-left-margin {
    margin-left: 0px !important;
}

.nc3 .no-side-margin,
.nc3 .no-left-right-margin {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.nc3 .no-top-bottom-margin {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.nc3 .padding-top {
    padding-top: 20px !important;
}

.nc3 .padding-right {
    padding-right: 20px !important;
}

.nc3 .padding-bottom {
    padding-bottom: 20px !important;
}

.nc3 .padding-left {
    padding-left: 20px !important;
}

.nc3 .padding-side,
.nc3 .side-padding,
.nc3 .padding-left-right {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.nc3 .padding-top-bottom {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.nc3 .margin-top {
    margin-top: 20px !important;
}

.nc3 .margin-right {
    margin-right: 20px !important;
}

.nc3 .margin-bottom {
    margin-bottom: 20px !important;
}

.nc3 .margin-left {
    margin-left: 20px !important;
}

.nc3 .margin-side,
.nc3 .side-margin,
.nc3 .margin-left-right {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.nc3 .margin-top-bottom {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.nc3 .no-margin-xs {
    margin: 0 !important;
}

.nc3 .no-top-margin-xs {
    margin-top: 0 !important;
}

.nc3 .no-right-margin-xs {
    margin-right: 0 !important;
}

.nc3 .no-bottom-margin-xs {
    margin-bottom: 0 !important;
}

.nc3 .no-left-margin-xs {
    margin-left: 0 !important;
}

.nc3 .no-top-bottom-margin-xs {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.nc3 .no-side-margin-xs,
.nc3 .no-left-right-margin-xs {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.nc3 .no-padding-xs {
    padding: 0 !important;
}

.nc3 .no-top-padding-xs {
    padding-top: 0 !important;
}

.nc3 .no-right-padding-xs {
    padding-right: 0 !important;
}

.nc3 .no-bottom-padding-xs {
    padding-bottom: 0 !important;
}

.nc3 .no-left-padding-xs {
    padding-left: 0 !important;
}

.nc3 .no-top-bottom-padding-xs {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.nc3 .no-side-padding-xs,
.nc3 .no-left-right-padding-xs {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.nc3 .margin-top-xs {
    margin-top: 20px !important;
}

.nc3 .margin-right-xs {
    margin-right: 20px !important;
}

.nc3 .margin-bottom-xs {
    margin-bottom: 20px !important;
}

.nc3 .margin-left-xs {
    margin-left: 20px !important;
}

.nc3 .margin-top-bottom-xs {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.nc3 .margin-side-xs,
.nc3 .side-margin-xs,
.nc3 .margin-left-right-xs {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.nc3 .padding-top-xs {
    padding-top: 20px !important;
}

.nc3 .padding-right-xs {
    padding-right: 20px !important;
}

.nc3 .padding-bottom-xs {
    padding-bottom: 20px !important;
}

.nc3 .padding-left-xs {
    padding-left: 20px !important;
}

.nc3 .padding-top-bottom-xs {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.nc3 .padding-side-xs,
.nc3 .side-padding-xs,
.nc3 .padding-left-right-xs {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

@media (min-width: 769px) {
    .nc3 .no-margin-sm {
        margin: 0 !important;
    }

    .nc3 .no-top-margin-sm {
        margin-top: 0 !important;
    }

    .nc3 .no-right-margin-sm {
        margin-right: 0 !important;
    }

    .nc3 .no-bottom-margin-sm {
        margin-bottom: 0 !important;
    }

    .nc3 .no-left-margin-sm {
        margin-left: 0 !important;
    }

    .nc3 .no-top-bottom-margin-sm {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .nc3 .no-side-margin-sm,
    .nc3 .no-left-right-margin-sm {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .nc3 .no-padding-sm {
        padding: 0 !important;
    }

    .nc3 .no-top-padding-sm {
        padding-top: 0 !important;
    }

    .nc3 .no-right-padding-sm {
        padding-right: 0 !important;
    }

    .nc3 .no-left-padding-sm {
        padding-left: 0 !important;
    }

    .nc3 .no-bottom-padding-sm {
        padding-bottom: 0 !important;
    }

    .nc3 .no-top-bottom-padding-sm {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .nc3 .no-side-padding-sm,
    .nc3 .no-left-right-padding-sm {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .nc3 .margin-top-sm {
        margin-top: 20px !important;
    }

    .nc3 .margin-right-sm {
        margin-right: 20px !important;
    }

    .nc3 .margin-bottom-sm {
        margin-bottom: 20px !important;
    }

    .nc3 .margin-left-sm {
        margin-left: 20px !important;
    }

    .nc3 .margin-top-bottom-sm {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .nc3 .margin-side-sm,
    .nc3 .side-margin-sm,
    .nc3 .margin-left-right-sm {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }

    .nc3 .padding-top-sm {
        padding-top: 20px !important;
    }

    .nc3 .padding-right-sm {
        padding-right: 20px !important;
    }

    .nc3 .padding-bottom-sm {
        padding-bottom: 20px !important;
    }

    .nc3 .padding-left-sm {
        padding-left: 20px !important;
    }

    .nc3 .padding-top-bottom-sm {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .nc3 .padding-side-sm,
    .nc3 .side-padding-sm,
    .nc3 .padding-left-right-sm {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}

@media (min-width: 992px) {
    .nc3 .no-margin-md {
        margin: 0 !important;
    }

    .nc3 .no-top-margin-md {
        margin-top: 0 !important;
    }

    .nc3 .no-right-margin-md {
        margin-right: 0 !important;
    }

    .nc3 .no-bottom-margin-md {
        margin-bottom: 0 !important;
    }

    .nc3 .no-left-margin-md {
        margin-left: 0 !important;
    }

    .nc3 .no-top-bottom-margin-md {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .nc3 .no-side-margin-md,
    .nc3 .no-left-right-margin-md {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .nc3 .no-padding-md {
        padding: 0 !important;
    }

    .nc3 .no-top-padding-md {
        padding-top: 0 !important;
    }

    .nc3 .no-right-padding-md {
        padding-right: 0 !important;
    }

    .nc3 .no-bottom-padding-md {
        padding-bottom: 0 !important;
    }

    .nc3 .no-left-padding-md {
        padding-left: 0 !important;
    }

    .nc3 .no-top-bottom-padding-md {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .nc3 .no-side-padding-md,
    .nc3 .no-left-right-padding-md {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .nc3 .margin-top-md {
        margin-top: 20px !important;
    }

    .nc3 .margin-right-md {
        margin-right: 20px !important;
    }

    .nc3 .margin-bottom-md {
        margin-bottom: 20px !important;
    }

    .nc3 .margin-left-md {
        margin-left: 20px !important;
    }

    .nc3 .margin-top-bottom-md {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .nc3 .margin-side-md,
    .nc3 .side-margin-md,
    .nc3 .margin-left-right-md {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }

    .nc3 .padding-top-md {
        padding-top: 20px !important;
    }

    .nc3 .padding-right-md {
        padding-right: 20px !important;
    }

    .nc3 .padding-bottom-md {
        padding-bottom: 20px !important;
    }

    .nc3 .padding-left-md {
        padding-left: 20px !important;
    }

    .nc3 .padding-top-bottom-md {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .nc3 .padding-side-md,
    .nc3 .side-padding-md,
    .nc3 .padding-left-right-md {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}

@media (min-width: 1200px) {
    .nc3 .no-margin-lg {
        margin: 0 !important;
    }

    .nc3 .no-top-margin-lg {
        margin-top: 0 !important;
    }

    .nc3 .no-right-margin-lg {
        margin-right: 0 !important;
    }

    .nc3 .no-bottom-margin-lg {
        margin-bottom: 0 !important;
    }

    .nc3 .no-left-margin-lg {
        margin-left: 0 !important;
    }

    .nc3 .no-top-bottom-margin-lg {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .nc3 .no-side-margin-lg,
    .nc3 .no-left-right-margin-lg {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .nc3 .no-padding-lg {
        padding: 0 !important;
    }

    .nc3 .no-top-padding-lg {
        padding-top: 0 !important;
    }

    .nc3 .no-right-padding-lg {
        padding-right: 0 !important;
    }

    .nc3 .no-bottom-padding-lg {
        padding-bottom: 0 !important;
    }

    .nc3 .no-left-padding-lg {
        padding-left: 0 !important;
    }

    .nc3 .no-top-bottom-padding-lg {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .nc3 .no-side-padding-lg,
    .nc3 .no-left-right-padding-lg {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .nc3 .margin-top-lg {
        margin-top: 20px !important;
    }

    .nc3 .margin-right-lg {
        margin-right: 20px !important;
    }

    .nc3 .margin-bottom-lg {
        margin-bottom: 20px !important;
    }

    .nc3 .margin-left-lg {
        margin-left: 20px !important;
    }

    .nc3 .margin-top-bottom-lg {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .nc3 .margin-side-lg,
    .nc3 .side-margin-lg,
    .nc3 .margin-left-right-lg {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }

    .nc3 .padding-top-lg {
        padding-top: 20px !important;
    }

    .nc3 .padding-right-lg {
        padding-right: 20px !important;
    }

    .nc3 .padding-bottom-lg {
        padding-bottom: 20px !important;
    }

    .nc3 .padding-left-lg {
        padding-left: 20px !important;
    }

    .nc3 .padding-top-bottom-lg {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .nc3 .padding-side-lg,
    .nc3 .side-padding-lg,
    .nc3 .padding-left-right-lg {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}
/* alignments */
.nc3 .right-bottom-align {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.nc3 .left-bottom-align {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.nc3 .right-top-align {
    position: absolute;
    top: 10px;
    right: 10px;
}

.nc3 .left-top-align {
    position: absolute;
    top: 10px;
    left: 10px;
}
/* Well */
.nc3 .well {
    width: 100%;
    min-height: 48px;
    padding: 14px 20px 10px;
    border-color: #d4d4d4 #e7e7e7 #dcdcdc;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
    background: #fafafa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
}

    .nc3 .well.well-lg {
        min-height: 70px;
        padding: 25px 20px 22px;
    }

    .nc3 .well.well-sm {
        min-height: 30px;
        padding: 4px 20px 2px;
    }
/*# sourceMappingURL=nc.css.map */

/* Changes for Bootstrap 4 version */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .bootstrap-4.nc3 ol {
        padding-left: 15px;
    }
}

/* Grid re-styles ( Visma ) */
.nc3 .col-1,
.nc3 .col-md-1,
.nc3 .col-lg-1,
.nc3 .col-xl-1,
.nc3 .col-2,
.nc3 .col-md-2,
.nc3 .col-lg-2,
.nc3 .col-xl-2,
.nc3 .col-3,
.nc3 .col-md-3,
.nc3 .col-lg-3,
.nc3 .col-xl-3,
.nc3 .col-4,
.nc3 .col-md-4,
.nc3 .col-lg-4,
.nc3 .col-xl-4,
.nc3 .col-5,
.nc3 .col-md-5,
.nc3 .col-lg-5,
.nc3 .col-xl-5,
.nc3 .col-6,
.nc3 .col-md-6,
.nc3 .col-lg-6,
.nc3 .col-xl-6,
.nc3 .col-7,
.nc3 .col-md-7,
.nc3 .col-lg-7,
.nc3 .col-xl-7,
.nc3 .col-8,
.nc3 .col-md-8,
.nc3 .col-lg-8,
.nc3 .col-xl-8,
.nc3 .col-9,
.nc3 .col-md-9,
.nc3 .col-lg-9,
.nc3 .col-xl-9,
.nc3 .col-10,
.nc3 .col-md-10,
.nc3 .col-lg-10,
.nc3 .col-xl-10,
.nc3 .col-11,
.nc3 .col-md-11,
.nc3 .col-lg-11,
.nc3 .col-xl-11,
.nc3 .col-12,
.nc3 .col-md-12,
.nc3 .col-lg-12,
.nc3 .col-xl-12,
.nc3 .col-lg-0-5,
.nc3 .col-lg-1-5,
.nc3 .col-lg-2-5,
.nc3 .col-lg-3-5,
.nc3 .col-lg-4-5,
.nc3 .col-lg-5-5,
.nc3 .col-lg-6-5,
.nc3 .col-lg-7-5,
.nc3 .col-lg-8-5,
.nc3 .col-lg-9-5,
.nc3 .col-lg-10-5,
.nc3 .col-lg-11-5,
.nc3 .col-0-5,
.nc3 .col-1-5,
.nc3 .col-2-5,
.nc3 .col-3-5,
.nc3 .col-4-5,
.nc3 .col-5-5,
.nc3 .col-6-5,
.nc3 .col-7-5,
.nc3 .col-8-5,
.nc3 .col-9-5,
.nc3 .col-10-5,
.nc3 .col-11-5,
.nc3 .col-md-0-5,
.nc3 .col-md-1-5,
.nc3 .col-md-2-5,
.nc3 .col-md-3-5,
.nc3 .col-md-4-5,
.nc3 .col-md-5-5,
.nc3 .col-md-6-5,
.nc3 .col-md-7-5,
.nc3 .col-md-8-5,
.nc3 .col-md-9-5,
.nc3 .col-md-10-5,
.nc3 .col-md-11-5,
.nc3 .col-xl-0-5,
.nc3 .col-xl-1-5,
.nc3 .col-xl-2-5,
.nc3 .col-xl-3-5,
.nc3 .col-xl-4-5,
.nc3 .col-xl-5-5,
.nc3 .col-xl-6-5,
.nc3 .col-xl-7-5,
.nc3 .col-xl-8-5,
.nc3 .col-xl-9-5,
.nc3 .col-xl-10-5,
.nc3 .col-xl-11-5 {
  padding-right: 20px;
  padding-left: 20px;
}

.nc3 .row-inside [class*="col-lg-"] {
  padding-right: 0px;
}
.nc3 .row-inside [class*="col-lg-"]:first-child {
  padding-left: 0px;
}

/* Half grids */
.nc3 .col-lg-0-5,
.nc3 .col-lg-1-5,
.nc3 .col-lg-2-5,
.nc3 .col-lg-3-5,
.nc3 .col-lg-4-5,
.nc3 .col-lg-5-5,
.nc3 .col-lg-6-5,
.nc3 .col-lg-7-5,
.nc3 .col-lg-8-5,
.nc3 .col-lg-9-5,
.nc3 .col-lg-10-5,
.nc3 .col-lg-11-5,
.nc3 .col-0-5,
.nc3 .col-1-5,
.nc3 .col-2-5,
.nc3 .col-3-5,
.nc3 .col-4-5,
.nc3 .col-5-5,
.nc3 .col-6-5,
.nc3 .col-7-5,
.nc3 .col-8-5,
.nc3 .col-9-5,
.nc3 .col-10-5,
.nc3 .col-11-5,
.nc3 .col-md-0-5,
.nc3 .col-md-1-5,
.nc3 .col-md-2-5,
.nc3 .col-md-3-5,
.nc3 .col-md-4-5,
.nc3 .col-md-5-5,
.nc3 .col-md-6-5,
.nc3 .col-md-7-5,
.nc3 .col-md-8-5,
.nc3 .col-md-9-5,
.nc3 .col-md-10-5,
.nc3 .col-md-11-5,
.nc3 .col-xl-0-5,
.nc3 .col-xl-1-5,
.nc3 .col-xl-2-5,
.nc3 .col-xl-3-5,
.nc3 .col-xl-4-5,
.nc3 .col-xl-5-5,
.nc3 .col-xl-6-5,
.nc3 .col-xl-7-5,
.nc3 .col-xl-8-5,
.nc3 .col-xl-9-5,
.nc3 .col-xl-10-5,
.nc3 .col-xl-11-5 {
  position: relative;
  min-height: 1px;
}
.nc3 .col-0-5,
.nc3 .col-1-5,
.nc3 .col-2-5,
.nc3 .col-3-5,
.nc3 .col-4-5,
.nc3 .col-5-5,
.nc3 .col-6-5,
.nc3 .col-7-5,
.nc3 .col-8-5,
.nc3 .col-9-5,
.nc3 .col-10-5,
.nc3 .col-11-5 {
  float: left;
  padding-right: 20px;
  padding-left: 20px;
}
.nc3 .col-11-5 {
  width: 95.833335%;
}
.nc3 .col-10-5 {
  width: 87.5001%;
}
.nc3 .col-9-5 {
  width: 79.16665%;
}
.nc3 .col-8-5 {
  width: 70.83335%;
}
.nc3 .col-7-5 {
  width: 62.5%;
}
.nc3 .col-6-5 {
  width: 54.16665%;
}
.nc3 .col-5-5 {
  width: 45.83335%;
}
.nc3 .col-4-5 {
  width: 37.5%;
}
.nc3 .col-3-5 {
  width: 29.16665%;
}
.nc3 .col-2-5 {
  width: 20.83335%;
}
.nc3 .col-1-5 {
  width: 12.4999%;
}
.nc3 .col-0-5 {
  width: 4.166665%;
}
.nc3 .col-pull-11-5 {
  right: 95.833335%;
}
.nc3 .col-pull-10-5 {
  right: 87.5001%;
}
.nc3 .col-pull-9-5 {
  right: 79.16665%;
}
.nc3 .col-pull-8-5 {
  right: 70.83335%;
}
.nc3 .col-pull-7-5 {
  right: 62.5%;
}
.nc3 .col-pull-6-5 {
  right: 54.16665%;
}
.nc3 .col-pull-5-5 {
  right: 45.83335%;
}
.nc3 .col-pull-4-5 {
  right: 37.5%;
}
.nc3 .col-pull-3-5 {
  right: 29.16665%;
}
.nc3 .col-pull-2-5 {
  right: 20.83335%;
}
.nc3 .col-pull-1-5 {
  right: 12.4999%;
}
.nc3 .col-pull-0-5 {
  right: 4.166665%;
}
.nc3 .col-push-11-5 {
  left: 95.833335%;
}
.nc3 .col-push-10-5 {
  left: 87.5001%;
}
.nc3 .col-push-9-5 {
  left: 79.16665%;
}
.nc3 .col-push-8-5 {
  left: 70.83335%;
}
.nc3 .col-push-7-5 {
  left: 62.5%;
}
.nc3 .col-push-6-5 {
  left: 54.16665%;
}
.nc3 .col-push-5-5 {
  left: 45.83335%;
}
.nc3 .col-push-4-5 {
  left: 37.5%;
}
.nc3 .col-push-3-5 {
  left: 29.16665%;
}
.nc3 .col-push-2-5 {
  left: 20.83335%;
}
.nc3 .col-push-1-5 {
  left: 12.4999%;
}
.nc3 .col-push-0-5 {
  left: 4.166665%;
}
.nc3 .col-offset-11-5 {
  margin-left: 95.833335%;
}
.nc3 .col-offset-10-5 {
  margin-left: 87.5001%;
}
.nc3 .col-offset-9-5 {
  margin-left: 79.16665%;
}
.nc3 .col-offset-8-5 {
  margin-left: 70.83335%;
}
.nc3 .col-offset-7-5 {
  margin-left: 62.5%;
}
.nc3 .col-offset-6-5 {
  margin-left: 54.16665%;
}
.nc3 .col-offset-5-5 {
  margin-left: 45.83335%;
}
.nc3 .col-offset-4-5 {
  margin-left: 37.5%;
}
.nc3 .col-offset-3-5 {
  margin-left: 29.16665%;
}
.nc3 .col-offset-2-5 {
  margin-left: 20.83335%;
}
.nc3 .col-offset-1-5 {
  margin-left: 12.4999%;
}
.nc3 .col-offset-0-5 {
  margin-left: 4.166665%;
}
@media (min-width: 769px) {
  .nc3 .col-md-0-5,
  .nc3 .col-md-1-5,
  .nc3 .col-md-2-5,
  .nc3 .col-md-3-5,
  .nc3 .col-md-4-5,
  .nc3 .col-md-5-5,
  .nc3 .col-md-6-5,
  .nc3 .col-md-7-5,
  .nc3 .col-md-8-5,
  .nc3 .col-md-9-5,
  .nc3 .col-md-10-5,
  .nc3 .col-md-11-5 {
    float: left;
    padding-right:15px;
    padding-left: 15px;
  }
  .nc3 .col-md-11-5 {
    width: 95.833335%;
  }
  .nc3 .col-md-10-5 {
    width: 87.5001%;
  }
  .nc3 .col-md-9-5 {
    width: 79.16665%;
  }
  .nc3 .col-md-8-5 {
    width: 70.83335%;
  }
  .nc3 .col-md-7-5 {
    width: 62.5%;
  }
  .nc3 .col-md-6-5 {
    width: 54.16665%;
  }
  .nc3 .col-md-5-5 {
    width: 45.83335%;
  }
  .nc3 .col-md-4-5 {
    width: 37.5%;
  }
  .nc3 .col-md-3-5 {
    width: 29.16665%;
  }
  .nc3 .col-md-2-5 {
    width: 20.83335%;
  }
  .nc3 .col-md-1-5 {
    width: 12.4999%;
  }
  .nc3 .col-md-0-5 {
    width: 4.166665%;
  }
  .nc3 .col-md-pull-11-5 {
    right: 95.833335%;
  }
  .nc3 .col-md-pull-10-5 {
    right: 87.5001%;
  }
  .nc3 .col-md-pull-9-5 {
    right: 79.16665%;
  }
  .nc3 .col-md-pull-8-5 {
    right: 70.83335%;
  }
  .nc3 .col-md-pull-7-5 {
    right: 62.5%;
  }
  .nc3 .col-md-pull-6-5 {
    right: 54.16665%;
  }
  .nc3 .col-md-pull-5-5 {
    right: 45.83335%;
  }
  .nc3 .col-md-pull-4-5 {
    right: 37.5%;
  }
  .nc3 .col-md-pull-3-5 {
    right: 29.16665%;
  }
  .nc3 .col-md-pull-2-5 {
    right: 20.83335%;
  }
  .nc3 .col-md-pull-1-5 {
    right: 12.4999%;
  }
  .nc3 .col-md-pull-0-5 {
    right: 4.166665%;
  }
  .nc3 .col-md-push-11-5 {
    left: 95.833335%;
  }
  .nc3 .col-md-push-10-5 {
    left: 87.5001%;
  }
  .nc3 .col-md-push-9-5 {
    left: 79.16665%;
  }
  .nc3 .col-md-push-8-5 {
    left: 70.83335%;
  }
  .nc3 .col-md-push-7-5 {
    left: 62.5%;
  }
  .nc3 .col-md-push-6-5 {
    left: 54.16665%;
  }
  .nc3 .col-md-push-5-5 {
    left: 45.83335%;
  }
  .nc3 .col-md-push-4-5 {
    left: 37.5%;
  }
  .nc3 .col-md-push-3-5 {
    left: 29.16665%;
  }
  .nc3 .col-md-push-2-5 {
    left: 20.83335%;
  }
  .nc3 .col-md-push-1-5 {
    left: 12.4999%;
  }
  .nc3 .col-md-push-0-5 {
    left: 4.166665%;
  }
  .nc3 .offset-11-5 {
    margin-left: 95.833335%;
  }
  .nc3 .offset-10-5 {
    margin-left: 87.5001%;
  }
  .nc3 .offset-9-5 {
    margin-left: 79.16665%;
  }
  .nc3 .offset-8-5 {
    margin-left: 70.83335%;
  }
  .nc3 .offset-7-5 {
    margin-left: 62.5%;
  }
  .nc3 .offset-6-5 {
    margin-left: 54.16665%;
  }
  .nc3 .offset-5-5 {
    margin-left: 45.83335%;
  }
  .nc3 .offset-4-5 {
    margin-left: 37.5%;
  }
  .nc3 .offset-3-5 {
    margin-left: 29.16665%;
  }
  .nc3 .offset-2-5 {
    margin-left: 20.83335%;
  }
  .nc3 .offset-1-5 {
    margin-left: 12.4999%;
  }
  .nc3 .offset-0-5 {
    margin-left: 4.166665%;
  }
}
@media (min-width: 992px) {
  .nc3 .col-lg-0-5,
  .nc3 .col-lg-1-5,
  .nc3 .col-lg-2-5,
  .nc3 .col-lg-3-5,
  .nc3 .col-lg-4-5,
  .nc3 .col-lg-5-5,
  .nc3 .col-lg-6-5,
  .nc3 .col-lg-7-5,
  .nc3 .col-lg-8-5,
  .nc3 .col-lg-9-5,
  .nc3 .col-lg-10-5,
  .nc3 .col-lg-11-5 {
    float: left;
    padding-right: 20px;
    padding-left: 20px;
  }
  .nc3 .col-lg-11-5 {
    width: 95.833335%;
  }
  .nc3 .col-lg-10-5 {
    width: 87.5001%;
  }
  .nc3 .col-lg-9-5 {
    width: 79.16665%;
  }
  .nc3 .col-lg-8-5 {
    width: 70.83335%;
  }
  .nc3 .col-lg-7-5 {
    width: 62.5%;
  }
  .nc3 .col-lg-6-5 {
    width: 54.16665%;
  }
  .nc3 .col-lg-5-5 {
    width: 45.83335%;
  }
  .nc3 .col-lg-4-5 {
    width: 37.5%;
  }
  .nc3 .col-lg-3-5 {
    width: 29.16665%;
  }
  .nc3 .col-lg-2-5 {
    width: 20.83335%;
  }
  .nc3 .col-lg-1-5 {
    width: 12.4999%;
  }
  .nc3 .col-lg-0-5 {
    width: 4.166665%;
  }
  .nc3 .col-lg-pull-11-5 {
    right: 95.833335%;
  }
  .nc3 .col-lg-pull-10-5 {
    right: 87.5001%;
  }
  .nc3 .col-lg-pull-9-5 {
    right: 79.16665%;
  }
  .nc3 .col-lg-pull-8-5 {
    right: 70.83335%;
  }
  .nc3 .col-lg-pull-7-5 {
    right: 62.5%;
  }
  .nc3 .col-lg-pull-6-5 {
    right: 54.16665%;
  }
  .nc3 .col-lg-pull-5-5 {
    right: 45.83335%;
  }
  .nc3 .col-lg-pull-4-5 {
    right: 37.5%;
  }
  .nc3 .col-lg-pull-3-5 {
    right: 29.16665%;
  }
  .nc3 .col-lg-pull-2-5 {
    right: 20.83335%;
  }
  .nc3 .col-lg-pull-1-5 {
    right: 12.4999%;
  }
  .nc3 .col-lg-pull-0-5 {
    right: 4.166665%;
  }
  .nc3 .col-lg-push-11-5 {
    left: 95.833335%;
  }
  .nc3 .col-lg-push-10-5 {
    left: 87.5001%;
  }
  .nc3 .col-lg-push-9-5 {
    left: 79.16665%;
  }
  .nc3 .col-lg-push-8-5 {
    left: 70.83335%;
  }
  .nc3 .col-lg-push-7-5 {
    left: 62.5%;
  }
  .nc3 .col-lg-push-6-5 {
    left: 54.16665%;
  }
  .nc3 .col-lg-push-5-5 {
    left: 45.83335%;
  }
  .nc3 .col-lg-push-4-5 {
    left: 37.5%;
  }
  .nc3 .col-lg-push-3-5 {
    left: 29.16665%;
  }
  .nc3 .col-lg-push-2-5 {
    left: 20.83335%;
  }
  .nc3 .col-lg-push-1-5 {
    left: 12.4999%;
  }
  .nc3 .col-lg-push-0-5 {
    left: 4.166665%;
  }
  .nc3 .offset-11-5 {
    margin-left: 95.833335%;
  }
  .nc3 .offset-10-5 {
    margin-left: 87.5001%;
  }
  .nc3 .offset-9-5 {
    margin-left: 79.16665%;
  }
  .nc3 .offset-8-5 {
    margin-left: 70.83335%;
  }
  .nc3 .offset-7-5 {
    margin-left: 62.5%;
  }
  .nc3 .offset-6-5 {
    margin-left: 54.16665%;
  }
  .nc3 .offset-5-5 {
    margin-left: 45.83335%;
  }
  .nc3 .offset-4-5 {
    margin-left: 37.5%;
  }
  .nc3 .offset-3-5 {
    margin-left: 29.16665%;
  }
  .nc3 .offset-2-5 {
    margin-left: 20.83335%;
  }
  .nc3 .offset-1-5 {
    margin-left: 12.4999%;
  }
  .nc3 .offset-0-5 {
    margin-left: 4.166665%;
  }
}
@media (min-width: 1200px) {
  .nc3 .col-xl-0-5,
  .nc3 .col-xl-1-5,
  .nc3 .col-xl-2-5,
  .nc3 .col-xl-3-5,
  .nc3 .col-xl-4-5,
  .nc3 .col-xl-5-5,
  .nc3 .col-xl-6-5,
  .nc3 .col-xl-7-5,
  .nc3 .col-xl-8-5,
  .nc3 .col-xl-9-5,
  .nc3 .col-xl-10-5,
  .nc3 .col-xl-11-5 {
    float: left;
    padding-right: 20px;
    padding-left: 20px;
  }
  .nc3 .col-xl-11-5 {
    width: 95.833335%;
  }
  .nc3 .col-xl-10-5 {
    width: 87.5001%;
  }
  .nc3 .col-xl-9-5 {
    width: 79.16665%;
  }
  .nc3 .col-xl-8-5 {
    width: 70.83335%;
  }
  .nc3 .col-xl-7-5 {
    width: 62.5%;
  }
  .nc3 .col-xl-6-5 {
    width: 54.16665%;
  }
  .nc3 .col-xl-5-5 {
    width: 45.83335%;
  }
  .nc3 .col-xl-4-5 {
    width: 37.5%;
  }
  .nc3 .col-xl-3-5 {
    width: 29.16665%;
  }
  .nc3 .col-xl-2-5 {
    width: 20.83335%;
  }
  .nc3 .col-xl-1-5 {
    width: 12.4999%;
  }
  .nc3 .col-xl-0-5 {
    width: 4.166665%;
  }
  .nc3 .col-xl-pull-11-5 {
    right: 95.833335%;
  }
  .nc3 .col-xl-pull-10-5 {
    right: 87.5001%;
  }
  .nc3 .col-xl-pull-9-5 {
    right: 79.16665%;
  }
  .nc3 .col-xl-pull-8-5 {
    right: 70.83335%;
  }
  .nc3 .col-xl-pull-7-5 {
    right: 62.5%;
  }
  .nc3 .col-xl-pull-6-5 {
    right: 54.16665%;
  }
  .nc3 .col-xl-pull-5-5 {
    right: 45.83335%;
  }
  .nc3 .col-xl-pull-4-5 {
    right: 37.5%;
  }
  .nc3 .col-xl-pull-3-5 {
    right: 29.16665%;
  }
  .nc3 .col-xl-pull-2-5 {
    right: 20.83335%;
  }
  .nc3 .col-xl-pull-1-5 {
    right: 12.4999%;
  }
  .nc3 .col-xl-pull-0-5 {
    right: 4.166665%;
  }
  .nc3 .col-xl-push-11-5 {
    left: 95.833335%;
  }
  .nc3 .col-xl-push-10-5 {
    left: 87.5001%;
  }
  .nc3 .col-xl-push-9-5 {
    left: 79.16665%;
  }
  .nc3 .col-xl-push-8-5 {
    left: 70.83335%;
  }
  .nc3 .col-xl-push-7-5 {
    left: 62.5%;
  }
  .nc3 .col-xl-push-6-5 {
    left: 54.16665%;
  }
  .nc3 .col-xl-push-5-5 {
    left: 45.83335%;
  }
  .nc3 .col-xl-push-4-5 {
    left: 37.5%;
  }
  .nc3 .col-xl-push-3-5 {
    left: 29.16665%;
  }
  .nc3 .col-xl-push-2-5 {
    left: 20.83335%;
  }
  .nc3 .col-xl-push-1-5 {
    left: 12.4999%;
  }
  .nc3 .col-xl-push-0-5 {
    left: 4.166665%;
  }
  .nc3 .col-xl-offset-11-5 {
    margin-left: 95.833335%;
  }
  .nc3 .col-xl-offset-10-5 {
    margin-left: 87.5001%;
  }
  .nc3 .col-xl-offset-9-5 {
    margin-left: 79.16665%;
  }
  .nc3 .col-xl-offset-8-5 {
    margin-left: 70.83335%;
  }
  .nc3 .col-xl-offset-7-5 {
    margin-left: 62.5%;
  }
  .nc3 .col-xl-offset-6-5 {
    margin-left: 54.16665%;
  }
  .nc3 .col-xl-offset-5-5 {
    margin-left: 45.83335%;
  }
  .nc3 .col-xl-offset-4-5 {
    margin-left: 37.5%;
  }
  .nc3 .col-xl-offset-3-5 {
    margin-left: 29.16665%;
  }
  .nc3 .col-xl-offset-2-5 {
    margin-left: 20.83335%;
  }
  .nc3 .col-xl-offset-1-5 {
    margin-left: 12.4999%;
  }
  .nc3 .col-xl-offset-0-5 {
    margin-left: 4.166665%;
  }
}

/**/

.nc3 [class*="col-"] > textarea,
.nc3 [class*="col-md-"] > textarea,
.nc3 [class*="col-lg-"] > textarea,
.nc3 [class*="col-xl-"] > textarea,
.nc3 [class*="col-"] > input[type="text"],
.nc3 [class*="col-md-"] > input[type="text"],
.nc3 [class*="col-lg-"] > input[type="text"],
.nc3 [class*="col-xl-"] > input[type="text"],
.nc3 [class*="col-"] > input[type="password"],
.nc3 [class*="col-md-"] > input[type="password"],
.nc3 [class*="col-lg-"] > input[type="password"],
.nc3 [class*="col-xl-"] > input[type="password"],
.nc3 [class*="col-"] > input[type="datetime"],
.nc3 [class*="col-md-"] > input[type="datetime"],
.nc3 [class*="col-lg-"] > input[type="datetime"],
.nc3 [class*="col-xl-"] > input[type="datetime"],
.nc3 [class*="col-"] > input[type="datetime-local"],
.nc3 [class*="col-md-"] > input[type="datetime-local"],
.nc3 [class*="col-lg-"] > input[type="datetime-local"],
.nc3 [class*="col-xl-"] > input[type="datetime-local"],
.nc3 [class*="col-"] > input[type="date"],
.nc3 [class*="col-md-"] > input[type="date"],
.nc3 [class*="col-lg-"] > input[type="date"],
.nc3 [class*="col-xl-"] > input[type="date"],
.nc3 [class*="col-"] > input[type="month"],
.nc3 [class*="col-md-"] > input[type="month"],
.nc3 [class*="col-lg-"] > input[type="month"],
.nc3 [class*="col-xl-"] > input[type="month"],
.nc3 [class*="col-"] > input[type="time"],
.nc3 [class*="col-md-"] > input[type="time"],
.nc3 [class*="col-lg-"] > input[type="time"],
.nc3 [class*="col-xl-"] > input[type="time"],
.nc3 [class*="col-"] > input[type="week"],
.nc3 [class*="col-md-"] > input[type="week"],
.nc3 [class*="col-lg-"] > input[type="week"],
.nc3 [class*="col-xl-"] > input[type="week"],
.nc3 [class*="col-"] > input[type="number"],
.nc3 [class*="col-md-"] > input[type="number"],
.nc3 [class*="col-lg-"] > input[type="number"],
.nc3 [class*="col-xl-"] > input[type="number"],
.nc3 [class*="col-"] > input[type="email"],
.nc3 [class*="col-md-"] > input[type="email"],
.nc3 [class*="col-lg-"] > input[type="email"],
.nc3 [class*="col-xl-"] > input[type="email"],
.nc3 [class*="col-"] > input[type="url"],
.nc3 [class*="col-md-"] > input[type="url"],
.nc3 [class*="col-lg-"] > input[type="url"],
.nc3 [class*="col-xl-"] > input[type="url"],
.nc3 [class*="col-"] > input[type="search"],
.nc3 [class*="col-md-"] > input[type="search"],
.nc3 [class*="col-lg-"] > input[type="search"],
.nc3 [class*="col-xl-"] > input[type="search"],
.nc3 [class*="col-"] > input[type="tel"],
.nc3 [class*="col-md-"] > input[type="tel"],
.nc3 [class*="col-lg-"] > input[type="tel"],
.nc3 [class*="col-xl-"] > input[type="tel"],
.nc3 [class*="col-"] > input[type="color"],
.nc3 [class*="col-md-"] > input[type="color"],
.nc3 [class*="col-lg-"] > input[type="color"],
.nc3 [class*="col-xl-"] > input[type="color"],
.nc3 [class*="col-"] > .uneditable-input,
.nc3 [class*="col-md-"] > .uneditable-input,
.nc3 [class*="col-lg-"] > .uneditable-input,
.nc3 [class*="col-xl-"] > .uneditable-input,
.nc3 [class*="col-"] > .form-control,
.nc3 [class*="col-md-"] > .form-control,
.nc3 [class*="col-lg-"] > .form-control,
.nc3 [class*="col-xl-"] > .form-control {
  width: 100%;
}


/**/
/* validation state */

.nc3 .has-error .col-form-label {
  color: #282828;
}

.nc3 .ie11 .form-group.required > .col-form-label {
  left: 0px;
}


.nc3 .form-horizontal .col-form-label {
  overflow: hidden;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 4px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.nc3 .form-horizontal .form-group-lg .col-form-label {
  padding-top: 13px;
  font-size: 14px;
}

.nc3 .search-group.search-group-button .form-control {
  padding-left: 15px;
}


/*
 * Breadcrumb - Nordic Cool 3.0
 */
.nc3 .breadcrumb {
  padding-left: 20px;
  padding-right: 20px;
}
/**
 * Modal styles - Nordic Cool 3.0
*/

.nc3.modal a {
  line-height: 21px;
}
.nc3 .modal-content {
    border: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.nc3 .modal-header {
  min-height: 48px;
  padding: 13px 20px 10px;
  border-bottom: 1px solid #e0e0e0;
  background: #f7f7f7;
  -webkit-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
  -moz-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
  box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
}
.nc3 .modal-header .close {
  margin-top: 6px;
}

.nc3 .modal-title {
  font-size: 16px;
  color: #282828;
}
.nc3 .modal-title h1,
.nc3 .modal-title h2,
.nc3 .modal-title h3,
.nc3 .modal-title h4,
.nc3 .modal-title h5,
.nc3 .modal-title h6,
.nc3 .modal-title p {
  margin-bottom: 0;
}
.nc3 h1.modal-title,
.nc3 h2.modal-title,
.nc3 h3.modal-title,
.nc3 h4.modal-title,
.nc3 h5.modal-title,
.nc3 h6.modal-title,
.nc3 p.modal-title {
  margin-bottom: 0;
}
.nc3 .modal-body {
  min-height: 55px;
  margin: 18px 0px 20px;
  padding: 0 20px;
}
.nc3 .modal-body h4 {
  margin-bottom: 5px;
  color: #323232;
  font-size: 14px;
}
.nc3 .modal-body p {
  margin-bottom: 3px;
}
.nc3 .modal-body p.text-disabled {
  color: #787878;
}
.nc3 .modal-body .form-group {
  margin-bottom: 6px;
}
.nc3 .modal-body .form-group textarea {
  min-height: 95px;
}
.nc3.modal-help .modal-body,
.nc3.modal-info .modal-body,
.nc3.modal-error .modal-body,
.nc3.modal-warning .modal-body {
  margin: 25px 0px 25px 20px;
  padding: 0 20px 0 70px;
}
.nc3.modal-help .modal-body:before,
.nc3.modal-info .modal-body:before,
.nc3.modal-error .modal-body:before,
.nc3.modal-warning .modal-body:before,
.nc3.modal-success .modal-body:before {
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url(/images/nc/vismaicons/informative-filled-icons/50_informative_icons.svg);
  background-repeat: no-repeat;
  background-color: transparent;
}
.nc3.modal-help .modal-body:before {
  background-position: -220px 0;
}
.nc3.modal-info .modal-body:before {
  background-position: -165px 0;
}
.nc3.modal-error .modal-body:before {
  background-position: -55px 0;
}
.nc3.modal-warning .modal-body:before {
  background-position: -110px 0;
}
.nc3.modal-success .modal-body:before {
  background-position: 0px 0;
}
.nc3 .modal-footer {
  padding: 11px 20px;
  border-top: 1px solid #e5e5e5;
  text-align: right;
}
.nc3 .modal-footer .btn {
  margin-bottom: 0px;
}
.nc3 .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 1px;
}
.nc3 .fade {
  opacity: 0;
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.05s;
  -moz-transition-duration: 0.05s;
  transition-duration: 0.05s;
}
.nc3 .modal.fade .modal-dialog {
  -webkit-transform: translate(0px, -1%);
  -moz-transform: translate(0px, -1%);
  -ms-transform: translate(0px, -1%);
  -o-transform: translate(0px, -1%);
  transform: translate(0px, -1%);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.nc3 .modal-backdrop.in {
  opacity: 0.51;
}
.nc3 .modal-backdrop {
  z-index: 9990;
}
.nc3.modal .btn:not(.btn-lg) + .popover {
  margin-top: 28px;
}
.nc3.modal .btn.btn-lg + .popover {
  margin-top: 28px;
}
.ie11 .nc3.modal .btn.btn-primary,
.ie10 .nc3.modal .btn.btn-primary {
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15), inset 0px -1px 0px #477a00, inset 1px 0px 0px #4e8700, inset -1px 0px 0px #4e8700;
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15), inset 0px -1px 0px #477a00, inset 1px 0px 0px #4e8700, inset -1px 0px 0px #4e8700;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15), inset 0px -1px 0px #477a00, inset 1px 0px 0px #4e8700, inset -1px 0px 0px #4e8700;
}
.ie11 .nc3.modal .btn.btn-primary:hover,
.ie10 .nc3.modal .btn.btn-primary:hover {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px -1px 0px #4f8700, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px -1px 0px #4f8700, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0px -1px 0px #4f8700, inset 1px 0px 0px #548f00, inset -1px 0px 0px #548f00;
}
.ie11 .nc3.modal .btn.btn-primary:active,
.ie10 .nc3.modal .btn.btn-primary:active {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px -1px 0px #497d00, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500 !important;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px -1px 0px #497d00, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500 !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0px -1px 0px #497d00, inset 1px 0px 0px #447500, inset -1px 0px 0px #447500 !important;
}
@media (min-width: 500px) {
  .modal-sm {
    width: 400px;
  }
}
@media (max-width: 500px) {
  .modal-sm {
    width: 90%;
  }
}

/* Changes for Bootstrap 4 version */

.bootstrap-4.nc3 .modal-header .close {
    display: none;
}

@media (min-width: 500px) {
    .modal-sm {
        max-width: 400px;
    }
}
.nc3.modal {
    z-index: 10011;
    top: 20%; /* Styles below are Bootstrap 2 (Styles/Extrernal/bootstrap.css) overrides.*/
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    position: fixed;
}

.nc3 .modal-content {
    background-color: #ffffff;
}

.nc3 .modal-footer button, .nc3 .modal-footer button:focus {
    text-shadow: none; /* This is done only because we are still using simplemodal plugin. Remove this once the plugin is removed from the solution*/
}

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.modal-backdrop {
    z-index: 10010;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
}

@media(min-width: 500px) {
    .nc3 .modal-sm {
        margin-right: auto;
        margin-left: auto;
    }

    .nc3.modal-swishCsr .modal-sm {
        min-width: 800px;
    }
}

.nc3.modal-swishCsr {
    top: 10%;
}

@media screen and (max-height: 740px) {
    .nc3.modal-swishCsr {
        top: 10px;
    }

        .nc3.modal-swishCsr .modal-dialog {
            margin: 0 auto;
        }

            .nc3.modal-swishCsr .modal-dialog .modal-body {
                max-height: 455px;
            }
}

@media screen and (max-height: 575px) {
    .nc3.modal-swishCsr .modal-dialog .modal-body {
        max-height: 375px;
    }
}

.nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a,
.nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a:hover,
.nc3 .nav-tabs.nav-tabs-primary > li.active:not(.tabdrop) > a.focus {
    height: 40px !important;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: relative;
    top: 2px;
}

