﻿/* Application Header */
.nc-app-header,
.nc-app-header-test {
    min-height: 50px;
    background-color: #293742;
    background-image: none, linear-gradient(to bottom,rgba(255,255,255,.15) 0,rgba(255,255,255,0) 100%);
    box-shadow: 0px 2px 7px #394b59;
    display: flex;
}

.nc-app-icon-wrap {
    background: linear-gradient(to bottom, #B07B46 2px, #96622D 100%);
    border-radius: 4px;
    margin: 7px;
    width: 36px;
    min-width: 36px;
    height: 36px;
    cursor: pointer;
}

.nc-icon-take-action.nc-app-icon:before {
    font-size: 29px;
    color: #fff;
}

.nc-app-icon {
    font-size: 1.6rem;
    position: relative;
    top: 4px;
    left: 3px;
    width: 44px;
    max-width: 44px;
}

.nc-app-title {
    font-size: .95rem;
    padding: 17px 6px 0px 5px;
    font-family: Arial;
}

    .nc-app-title a {
        text-decoration: none;
        color: #fff;
    }

.nc-app-title {
    text-decoration: none;
    color: #fff;
}

.nc-app-icon-wrap a {
    text-decoration: none;
}

.nc-app-header-seperator:before {
    content: "\e940";
}

.nc-app-header-seperator {
    padding: 18px 0px 0px 3px;
    font-family: Blueprint;
    font-size: .9rem;
    color: #fff;
}

.app-header-user {
    padding: 15px 10px 0 0;
    margin-left: auto;
    color: #fff;
}

.app-header-user a {
    color: #fff;
}

.nc-app-menu {
    margin: 12px 0px 0px 0px;
}

.nc-app-menu .k-menu .k-item > .k-link > .k-i-arrow-60-down {
    display: none;
}

.nc-app-menu .k-menu .k-item > .k-link, .nc-app-menu .k-menu-scroll-wrapper .k-item > .k-link, .nc-app-menu .k-popups-wrapper .k-item > .k-link {
        
    padding: .5em .5em .4em .5rem;
    line-height: 1.34em;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nc-app-menu .k-menu .k-item .k-menu-expand-arrow-icon.k-icon.k-i-arrow-s {
    display: none;
}

.nc-app-menu .k-menu,
.nc-app-menu .k-menu:not(.k-context-menu)
{
    background: inherit !important;
    background-color: transparent !important;
    border: none;
}

.nc-app-menu .k-menu-link {
    padding: 2px 8px 0px 10px;
    font-size: .72rem;
    font-family: Arial;
    color: #fff;
}

.nc-app-menu .k-menu:not(.k-context-menu)>.k-item.k-hover, 
.nc-app-menu .k-menu:not(.k-context-menu)>.k-item:hover,
.nc-app-menu li.k-item.k-menu-item.k-first.k-state-border-down,
.nc-app-menu .k-active,
.nc-app-menu .k-active-filter,
.nc-app-menu .k-active:hover,
.nc-app-menu .k-state-active,
.nc-app-menu .k-state-active:hover
.nc-app-menu .k-hover, 
.nc-app-menu .k-state-hover
 {
    background: none !important;
    background-color: #37434C !important;

}

.nc-app-menu .k-header .k-link.k-menu-link {
    color: #fff;
    border: none;
}

.nc-app-menu .k-menu .k-item:hover {
    background-color: #202930 !important;
}

.nc-app-menu .k-dropzone-hovered, 
.nc-app-menu .k-footer-template td, 
.nc-app-menu .k-grid-footer, 
.nc-app-menu .k-group, 
.nc-app-menu .k-group-footer td, 
.nc-app-menu .k-grouping-header, 
.nc-app-menu .k-popup, 
.nc-app-menu .k-widget .k-status {
    background-color: #293742;
    border-color: #1F272E;
}

.nc-app-menu .k-menu-group .k-item.k-menu-item {
    background-color: #293742!important;
}
.k-menu-group .k-item > .k-link.k-selected,
.k-menu-group .k-item > .k-link:hover,
.k-menu.k-context-menu .k-item > .k-link.k-selected,
.k-menu.k-context-menu .k-item > .k-link:hover {
    background-color: #1F272E !important;
}

.nc-app-menu .k-state-highlight {
    background-color: transparent;
}

.k-menu .k-item, .k-menu-scroll-wrapper .k-item, .k-menu-scroll-wrapper.horizontal > .k-item, .k-popups-wrapper .k-item, .k-popups-wrapper.horizontal > .k-item, .k-widget.k-menu-horizontal > .k-item {
    border-style: none;
}
.k-menu .k-menu-scroll-button:hover, .k-menu .k-state-hover > .k-link {
    border-color: none;
    background: none !important;
    background-color: #37434C !important;
}

.nc-app-content {
    padding: .5rem 1rem 1rem 1rem;
}

body {
    margin: 0;
    background-color: #F5F8FA;
    font-size: .78rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #003f59;
    text-rendering: optimizeLegibility !important;
}

input, button, textarea, select {
    font-family: 'Segoe UI';
    font-size: 0.78rem;
    color: #003f59;
}

a {
    color: #394B59;
}

a:hover {
    color: #293742;
}

button {
    cursor: pointer;
}

h1 {
    font-size: 1.1rem;
    color: #394B59;
    padding: 0;
    margin: 15px 0 20px 0;
    font-weight: 500;
}

h2 {
    font-size: .95rem;
    color: #236885;
    padding: 0;
    margin: 15px 0 15px 0;
    font-weight: 500;
}

h3 {
    font-size: .85rem;
    color: #1F5D77;
    padding: 0;
    margin: 15px 0 15px 0;
    font-weight: 500;
}

label { font-weight: 500; }

/* Notifications */
.nc-message-info,
.nc-message-success,
.nc-message-warning,
.nc-message-error {
    border-radius: 4px;
    box-shadow: 0px 2px 3px #5C7080;
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.15) 0,rgba(255,255,255,0) 100%);
    padding: 6px 0px 7px 30px;
    margin: 10px 0 10px 0;
    position: relative;
    font-weight: 500;
    font-size: .78rem;
}

.nc-message-warning {
    color: #BF7326;
    background-color: #F9ECDF;
    border: 1px solid #f1d3b4;
}

    .nc-message-warning:before {
        font-family: 'Blueprint' !important;
        content: "\eaeb";
        font-size: 16px;
        position: absolute;
        top: 7px;
        left: 6px;
    }

.nc-message-error {
    color: #C23030;
    background-color: #FAE1E1;
    border: 1px solid #f3b5b5;
}

    .nc-message-error:before {
        font-family: 'Blueprint' !important;
        content: "\e98b";
        font-size: 16px;
        position: absolute;
        top: 7px;
        left: 6px;
    }

.nc-message-success {
    color: #0D8050;
    background-color: #DBF0E7;
    border: 1px solid #b7e1cf;
}

    .nc-message-success:before {
        font-family: 'Blueprint' !important;
        content: "\eac5";
        font-size: 16px;
        position: absolute;
        top: 7px;
        left: 6px;
    }

.nc-message-info {
    color: #106BA3;
    background-color: #DCEBF5;
    border: 1px solid #b4d4ea;
}

    .nc-message-info:before {
        font-family: 'Blueprint' !important;
        content: "\e9ec";
        font-size: 16px;
        position: absolute;
        top: 7px;
        left: 6px;
    }

.nc-message-info-yellow {
    background-image: url(../content/Images/icons/information.gif);
    background-repeat: no-repeat;
    padding: 4px 5px 5px 25px;
    background-position: 5px 3px;
    border-radius: 3px;
    background-color: #ffef8f;
    border: 1px solid #bce8f1;
    display: block;
}

.k-window .nc-message-info,
.k-window .nc-message-error,
.k-window .nc-message-warning,
.k-window .nc-message-success {
    max-width: fit-content;
}

#AppNotificationSection .nc-message-info,
#AppNotificationSection .nc-message-success,
#AppNotificationSection .nc-message-warning,
#AppNotificationSection .nc-message-error {
    border: none;
    margin: 0px;
    box-shadow: none;
}

.nc-button,
.nc-button-primary,
.nc-button-save,
.nc-button-cancel {
    background-image: linear-gradient(rgba(255,255,255,.35),rgba(255,255,255,0));
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    font-family: 'Segoe UI';
    color: #fff;
    padding: 6px 10px;
    margin: 0 15px 0 0;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    font-family: 'Segoe UI';
    font-weight: 600;
}

.k-grid-toolbar .nc-button {
    box-shadow: none;
}

button[class^="nc-button"]:before {
    font-family: Blueprint;
    font-size: 16px;
    padding-right: 5px;
}

.nc-button:hover:not([disabled]),
.nc-button-primary:hover:not([disabled]),
.nc-button-save:hover:not([disabled]),
.nc-button-cancel:hover:not([disabled]) {
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.1) 0,rgba(255,255,255,0) 100%);
}

button[class^="nc-button"][disabled] {
    opacity: .6;
    cursor: not-allowed;
}

.nc-button {
    background-color: #cae4ef;
    border-color: #93c8df;
    color: #003f59;
}

.nc-button-primary {
    background-color: #106BA3;
    border-color: #0E5A8A;
}

.nc-button-save {
    background-color: #0D8050;
    border-color: #0A6640;
}

.nc-button-cancel {
    background-color: #B83211;
    border-color: #9E2B0E;
}

.nc-button-bare,
.nc-button-bare:active,
.nc-button-bare:focus,
.nc-button-bare:hover {
    border: none;
    padding: .25rem .5rem .25rem .5rem;
    background-color: transparent;
    outline: 0;
}

.nc-button-icon,
.nc-button-icon:active,
.nc-button-icon:focus,
.nc-button-icon:hover {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.nc-button-bare:hover {
    background-image: none, linear-gradient(to bottom,rgba(255,255,255,.1) 0,rgba(255,255,255,.05) 100%);
}

.nc-button-icon > .nc-icon:hover {
    filter: brightness(75%);
}


@font-face {
    font-family: 'Blueprint';
    src: url('fonts/Blueprint.eot?m4a8fx');
    src: url('fonts/Blueprint.eot?m4a8fx#iefix') format('embedded-opentype'), url('fonts/Blueprint.ttf?m4a8fx') format('truetype'), url('fonts/Blueprint.woff?m4a8fx') format('woff'), url('fonts/Blueprint.svg?m4a8fx#Blueprint') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="nc-icon-"], [class*=" nc-icon-"] {
    font-family: 'Blueprint' !important;
    speak: none;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 3px;
}

.nc-icon-add-column-left:before {
    content: "\e901";
}

.nc-icon-add-column-right:before {
    content: "\e902";
}

.nc-icon-add-row-bottom:before {
    content: "\e903";
}

.nc-icon-add-row-top:before {
    content: "\e904";
}

.nc-icon-add-to-artifact:before {
    content: "\e905";
}

.nc-icon-add-to-folder:before {
    content: "\e906";
}

.nc-icon-airplane:before {
    content: "\e907";
}

.nc-icon-align-center:before {
    content: "\e908";
}

.nc-icon-align-justify:before {
    content: "\e909";
}

.nc-icon-align-left:before {
    content: "\e90a";
}

.nc-icon-alignment-bottom:before {
    content: "\e90b";
}

.nc-icon-alignment-horizontal-center:before {
    content: "\e90c";
}

.nc-icon-alignment-left:before {
    content: "\e90d";
}

.nc-icon-alignment-right:before {
    content: "\e90e";
}

.nc-icon-alignment-top:before {
    content: "\e90f";
}

.nc-icon-alignment-vertical-center:before {
    content: "\e910";
}

.nc-icon-align-right:before {
    content: "\e911";
}

.nc-icon-annotation:before {
    content: "\e912";
}

.nc-icon-app-header:before {
    content: "\e913";
}

.nc-icon-application:before {
    content: "\e914";
}

.nc-icon-applications:before {
    content: "\e915";
}

.nc-icon-archive:before {
    content: "\e916";
}

.nc-icon-arrow-bottom-left:before {
    content: "\e917";
}

.nc-icon-arrow-bottom-right:before {
    content: "\e918";
}

.nc-icon-arrow-down:before {
    content: "\e919";
}

.nc-icon-arrow-left:before {
    content: "\e91a";
}

.nc-icon-arrow-right:before {
    content: "\e91b";
}

.nc-icon-arrows-horizontal:before {
    content: "\e91c";
}

.nc-icon-arrows-vertical:before {
    content: "\e91d";
}

.nc-icon-arrow-top-left:before {
    content: "\e91e";
}

.nc-icon-arrow-top-right:before {
    content: "\e91f";
}

.nc-icon-arrow-up:before {
    content: "\e920";
}

.nc-icon-asterisk:before {
    content: "\e921";
}

.nc-icon-automatic-updates:before {
    content: "\e922";
    color: #0F9960;
}

.nc-icon-backlink:before {
    content: "\e923";
}

.nc-icon-badge:before {
    content: "\e924";
    color: #F2B824;
}

.nc-icon-ban-circle:before {
    content: "\e925";
}

.nc-icon-bank-account:before {
    content: "\e926";
}

.nc-icon-barcode:before {
    content: "\e927";
}

.nc-icon-blank:before {
    content: "\e928";
}

.nc-icon-blocked-person:before {
    content: "\e929";
}

.nc-icon-bold:before {
    content: "\e92a";
}

.nc-icon-book:before {
    content: "\e92b";
}

.nc-icon-bookmark:before {
    content: "\e92c";
}

.nc-icon-box:before {
    content: "\e92d";
}

.nc-icon-briefcase:before {
    content: "\e92e";
    color: #B07B46;
}

.nc-icon-bring-data:before {
    content: "\e92f";
}

.nc-icon-build:before {
    content: "\e930";
}

.nc-icon-calculator:before {
    content: "\e931";
}

.nc-icon-calendar:before {
    content: "\e932";
    color: #8BCDBC;
}

.nc-icon-camera:before {
    content: "\e933";
}

.nc-icon-caret-down:before {
    content: "\e934";
}

.nc-icon-caret-left:before {
    content: "\e935";
}

.nc-icon-caret-right:before {
    content: "\e936";
}

.nc-icon-caret-up:before {
    content: "\e937";
}

.nc-icon-cell-tower:before {
    content: "\e938";
}

.nc-icon-changes:before {
    content: "\e939";
}

.nc-icon-chart:before {
    content: "\e93a";
}

.nc-icon-chat:before {
    content: "\e93b";
}

.nc-icon-chevron-backward:before {
    content: "\e93c";
}

.nc-icon-chevron-down:before {
    content: "\e93d";
}

.nc-icon-chevron-forward:before {
    content: "\e93e";
}

.nc-icon-chevron-left:before {
    content: "\e93f";
}

.nc-icon-chevron-right:before {
    content: "\e940";
}

.nc-icon-chevron-up:before {
    content: "\e941";
}

.nc-icon-circle:before {
    content: "\e942";
}

.nc-icon-circle-arrow-down:before {
    content: "\e943";
}

.nc-icon-circle-arrow-left:before {
    content: "\e944";
}

.nc-icon-circle-arrow-right:before {
    content: "\e945";
}

.nc-icon-circle-arrow-up:before {
    content: "\e946";
}

.nc-icon-citation:before {
    content: "\e947";
}

.nc-icon-clean:before {
    content: "\e948";
}

.nc-icon-clipboard:before {
    content: "\e949";
}

.nc-icon-cloud:before {
    content: "\e94a";
}

.nc-icon-cloud-download:before {
    content: "\e94b";
}

.nc-icon-cloud-upload:before {
    content: "\e94c";
}

.nc-icon-code:before {
    content: "\e94d";
}

.nc-icon-code-block:before {
    content: "\e94e";
}

.nc-icon-cog:before {
    content: "\e94f";
    color: #D8E1E8;
}

.nc-icon-collapse-all:before {
    content: "\e950";
}

.nc-icon-column-layout:before {
    content: "\e951";
}

.nc-icon-comment:before {
    content: "\e952";
    color: #FFC940;
}

.nc-icon-comparison:before {
    content: "\e953";
}

.nc-icon-compass:before {
    content: "\e954";
}

.nc-icon-compressed:before {
    content: "\e955";
}

.nc-icon-confirm:before {
    content: "\e956";
    color: #3DCC91;
}

.nc-icon-console:before {
    content: "\e957";
}

.nc-icon-contrast:before {
    content: "\e958";
}

.nc-icon-control:before {
    content: "\e959";
}

.nc-icon-credit-card:before {
    content: "\e95a";
}

.nc-icon-cross:before {
    content: "\e95b";
}

.nc-icon-crown:before {
    content: "\e95c";
}

.nc-icon-cube:before {
    content: "\e95d";
}

.nc-icon-cube-add:before {
    content: "\e95e";
}

.nc-icon-cube-remove:before {
    content: "\e95f";
}

.nc-icon-curved-range-chart:before {
    content: "\e960";
}

.nc-icon-cut:before {
    content: "\e961";
}

.nc-icon-cycle:before {
    content: "\e962";
}

.nc-icon-dashboard:before {
    content: "\e963";
    color: #FFB366;
}

.nc-icon-database:before {
    content: "\e964";
}

.nc-icon-data-lineage:before {
    content: "\e965";
}

.nc-icon-delete:before {
    content: "\e966";
}

.nc-icon-delta:before {
    content: "\e967";
}

.nc-icon-derive-column:before {
    content: "\e968";
}

.nc-icon-desktop:before {
    content: "\e969";
    color: #CED9E0;
}

.nc-icon-diagnosis:before {
    content: "\e96a";
    color: #669EFF;
}

.nc-icon-diagram-tree:before {
    content: "\e96b";
}

.nc-icon-direction-left:before {
    content: "\e96c";
}

.nc-icon-direction-right:before {
    content: "\e96d";
}

.nc-icon-disable:before {
    content: "\e96e";
}

.nc-icon-document:before {
    content: "\e96f";
    color: #fff;
}

.nc-icon-document-open:before {
    content: "\e970";
}

.nc-icon-document-share:before {
    content: "\e971";
}

.nc-icon-dollar:before {
    content: "\e972";
}

.nc-icon-dot:before {
    content: "\e973";
}

.nc-icon-double-caret-horizontal:before {
    content: "\e974";
}

.nc-icon-double-caret-vertical:before {
    content: "\e975";
}

.nc-icon-double-chevron-down:before {
    content: "\e976";
}

.nc-icon-double-chevron-left:before {
    content: "\e977";
}

.nc-icon-double-chevron-right:before {
    content: "\e978";
}

.nc-icon-double-chevron-up:before {
    content: "\e979";
}

.nc-icon-doughnut-chart:before {
    content: "\e97a";
}

.nc-icon-download:before {
    content: "\e97b";
}

.nc-icon-drag-handle-horizontal:before {
    content: "\e97c";
}

.nc-icon-drag-handle-vertical:before {
    content: "\e97d";
}

.nc-icon-draw:before {
    content: "\e97e";
    color: #D99E0B;
}

.nc-icon-drawer-left:before {
    content: "\e97f";
}

.nc-icon-drawer-left-filled:before {
    content: "\e980";
    color: #C99765;
}

.nc-icon-drawer-right:before {
    content: "\e981";
}

.nc-icon-drawer-right-filled:before {
    content: "\e982";
}

.nc-icon-drive-time:before {
    content: "\e983";
}

.nc-icon-duplicate:before {
    content: "\e984";
}

.nc-icon-edit:before {
    content: "\e985";
}

.nc-icon-eject:before {
    content: "\e986";
}

.nc-icon-endorsed:before {
    content: "\e987";
    color: #15B371;
}

.nc-icon-envelope:before {
    content: "\e988";
}

.nc-icon-equals:before {
    content: "\e989";
}

.nc-icon-eraser:before {
    content: "\e98a";
}

.nc-icon-error:before {
    content: "\e98b";
}

.nc-icon-euro:before {
    content: "\e98c";
}

.nc-icon-exchange:before {
    content: "\e98d";
}

.nc-icon-exclude-row:before {
    content: "\e98e";
}

.nc-icon-expand-all:before {
    content: "\e98f";
}

.nc-icon-export:before {
    content: "\e990";
}

.nc-icon-eye-off:before {
    content: "\e991";
}

.nc-icon-eye-on:before {
    content: "\e992";
}

.nc-icon-eye-open:before {
    content: "\e993";
}

.nc-icon-fast-backward:before {
    content: "\e994";
}

.nc-icon-fast-forward:before {
    content: "\e995";
}

.nc-icon-feed:before {
    content: "\e996";
    color: #F29D49;
}

.nc-icon-feed-subscribed:before {
    content: "\e997";
    color: #F29D49;
}

.nc-icon-film:before {
    content: "\e998";
}

.nc-icon-filter:before {
    content: "\e999";
}

.nc-icon-filter-keep:before {
    content: "\e99a";
}

.nc-icon-filter-list:before {
    content: "\e99b";
}

.nc-icon-filter-open:before {
    content: "\e99c";
}

.nc-icon-filter-remove:before {
    content: "\e99d";
}

.nc-icon-flag:before {
    content: "\e99e";
}

.nc-icon-flame:before {
    content: "\e99f";
}

.nc-icon-flash:before {
    content: "\e9a0";
}

.nc-icon-floppy-disk:before {
    content: "\e9a1";
}

.nc-icon-flow-branch:before {
    content: "\e9a2";
}

.nc-icon-flow-end:before {
    content: "\e9a3";
}

.nc-icon-flow-linear:before {
    content: "\e9a4";
}

.nc-icon-flow-review:before {
    content: "\e9a5";
}

.nc-icon-flow-review-branch:before {
    content: "\e9a6";
}

.nc-icon-flows:before {
    content: "\e9a7";
}

.nc-icon-folder-close:before {
    content: "\e9a8";
}

.nc-icon-folder-new:before {
    content: "\e9a9";
}

.nc-icon-folder-open:before {
    content: "\e9aa";
    color: #F2B824;
}

.nc-icon-folder-shared:before {
    content: "\e9ab";
}

.nc-icon-folder-shared-open:before {
    content: "\e9ac";
}

.nc-icon-follower:before {
    content: "\e9ad";
}

.nc-icon-following:before {
    content: "\e9ae";
}

.nc-icon-font:before {
    content: "\e9af";
}

.nc-icon-fork:before {
    content: "\e9b0";
}

.nc-icon-form:before {
    content: "\e9b1";
}

.nc-icon-full-circle:before {
    content: "\e9b2";
}

.nc-icon-fullscreen:before {
    content: "\e9b3";
}

.nc-icon-full-stacked-chart:before {
    content: "\e9b4";
}

.nc-icon-function:before {
    content: "\e9b5";
}

.nc-icon-gantt-chart:before {
    content: "\e9b6";
}

.nc-icon-geofence:before {
    content: "\e9b7";
}

.nc-icon-geolocation:before {
    content: "\e9b8";
}

.nc-icon-geosearch:before {
    content: "\e9b9";
}

.nc-icon-git-branch:before {
    content: "\e9ba";
}

.nc-icon-git-commit:before {
    content: "\e9bb";
}

.nc-icon-git-merge:before {
    content: "\e9bc";
}

.nc-icon-git-new-branch:before {
    content: "\e9bd";
}

.nc-icon-git-pull:before {
    content: "\e9be";
}

.nc-icon-git-push:before {
    content: "\e9bf";
}

.nc-icon-git-repo:before {
    content: "\e9c0";
}

.nc-icon-glass:before {
    content: "\e9c1";
}

.nc-icon-globe:before {
    content: "\e9c2";
}

.nc-icon-globe-network:before {
    content: "\e9c3";
}

.nc-icon-graph:before {
    content: "\e9c4";
}

.nc-icon-graph-remove:before {
    content: "\e9c5";
}

.nc-icon-greater-than:before {
    content: "\e9c6";
}

.nc-icon-greater-than-or-equal-to:before {
    content: "\e9c7";
}

.nc-icon-grid:before {
    content: "\e9c8";
}

.nc-icon-grid-view:before {
    content: "\e9c9";
    color: #8FBC8F;
}

.nc-icon-grouped-bar-chart:before {
    content: "\e9ca";
}

.nc-icon-group-objects:before {
    content: "\e9cb";
}

.nc-icon-hand:before {
    content: "\e9cc";
}

.nc-icon-hand-down:before {
    content: "\e9cd";
}

.nc-icon-hand-left:before {
    content: "\e9ce";
}

.nc-icon-hand-right:before {
    content: "\e9cf";
}

.nc-icon-hand-up:before {
    content: "\e9d0";
}

.nc-icon-hat:before {
    content: "\e9d1";
}

.nc-icon-header:before {
    content: "\e9d2";
}

.nc-icon-header-one:before {
    content: "\e9d3";
}

.nc-icon-header-two:before {
    content: "\e9d4";
}

.nc-icon-headset:before {
    content: "\e9d5";
}

.nc-icon-heart:before {
    content: "\e9d6";
}

.nc-icon-heart-broken:before {
    content: "\e9d7";
}

.nc-icon-heat-grid:before {
    content: "\e9d8";
}

.nc-icon-heatmap:before {
    content: "\e9d9";
}

.nc-icon-help:before {
    content: "\e9da";
    color: #48AFF0;
}

.nc-icon-helper-management:before {
    content: "\e9db";
}

.nc-icon-highlight:before {
    content: "\e9dc";
}

.nc-icon-history:before {
    content: "\e9dd";
    color: #D9822B;
}

.nc-icon-home:before {
    content: "\e9de";
    color: #C99765;
}

.nc-icon-horizontal-bar-chart:before {
    content: "\e9df";
}

.nc-icon-horizontal-bar-chart-asc:before {
    content: "\e9e0";
}

.nc-icon-horizontal-bar-chart-desc:before {
    content: "\e9e1";
}

.nc-icon-horizontal-distribution:before {
    content: "\e9e2";
}

.nc-icon-id-number:before {
    content: "\e9e3";
}

.nc-icon-image-rotate-left:before {
    content: "\e9e4";
}

.nc-icon-image-rotate-right:before {
    content: "\e9e5";
}

.nc-icon-import:before {
    content: "\e9e6";
}

.nc-icon-inbox:before {
    content: "\e9e7";
}

.nc-icon-inbox-filtered:before {
    content: "\e9e8";
}

.nc-icon-inbox-geo:before {
    content: "\e9e9";
}

.nc-icon-inbox-search:before {
    content: "\e9ea";
    color: #C99765;
}

.nc-icon-inbox-update:before {
    content: "\e9eb";
}

.nc-icon-info-sign:before {
    content: "\e9ec";
}

.nc-icon-inheritance:before {
    content: "\e9ed";
}

.nc-icon-inherited-group:before {
    content: "\e9ee";
}

.nc-icon-inner-join:before {
    content: "\e9ef";
}

.nc-icon-insert:before {
    content: "\e9f0";
    color: #FF7373;
}

.nc-icon-intersection:before {
    content: "\e9f1";
}

.nc-icon-ip-address:before {
    content: "\e9f2";
}

.nc-icon-issue:before {
    content: "\e9f3";
}

.nc-icon-issue-closed:before {
    content: "\e9f4";
}

.nc-icon-issue-new:before {
    content: "\e9f5";
}

.nc-icon-italic:before {
    content: "\e9f6";
}

.nc-icon-join-table:before {
    content: "\e9f7";
}

.nc-icon-key:before {
    content: "\e9f8";
    color: #F2B824;
}

.nc-icon-key-backspace:before {
    content: "\e9f9";
}

.nc-icon-key-command:before {
    content: "\e9fa";
}

.nc-icon-key-control:before {
    content: "\e9fb";
}

.nc-icon-key-delete:before {
    content: "\e9fc";
}

.nc-icon-key-enter:before {
    content: "\e9fd";
}

.nc-icon-key-escape:before {
    content: "\e9fe";
}

.nc-icon-key-option:before {
    content: "\e9ff";
}

.nc-icon-key-shift:before {
    content: "\ea00";
}

.nc-icon-key-tab:before {
    content: "\ea01";
}

.nc-icon-known-vehicle:before {
    content: "\ea02";
}

.nc-icon-label:before {
    content: "\ea03";
}

.nc-icon-lab-test:before {
    content: "\ea04";
}

.nc-icon-layer:before {
    content: "\ea05";
}

.nc-icon-layers:before {
    content: "\ea06";
}

.nc-icon-layout:before {
    content: "\ea07";
}

.nc-icon-layout-auto:before {
    content: "\ea08";
}

.nc-icon-layout-balloon:before {
    content: "\ea09";
}

.nc-icon-layout-circle:before {
    content: "\ea0a";
}

.nc-icon-layout-grid:before {
    content: "\ea0b";
}

.nc-icon-layout-group-by:before {
    content: "\ea0c";
}

.nc-icon-layout-hierarchy:before {
    content: "\ea0d";
}

.nc-icon-layout-linear:before {
    content: "\ea0e";
}

.nc-icon-layout-skew-grid:before {
    content: "\ea0f";
}

.nc-icon-layout-sorted-clusters:before {
    content: "\ea10";
}

.nc-icon-learning:before {
    content: "\ea11";
}

.nc-icon-left-join:before {
    content: "\ea12";
}

.nc-icon-less-than:before {
    content: "\ea13";
}

.nc-icon-less-than-or-equal-to:before {
    content: "\ea14";
}

.nc-icon-lifesaver:before {
    content: "\ea15";
}

.nc-icon-lightbulb:before {
    content: "\ea16";
}

.nc-icon-link:before {
    content: "\ea17";
}

.nc-icon-list:before {
    content: "\ea18";
}

.nc-icon-list-columns:before {
    content: "\ea19";
}

.nc-icon-list-detail-view:before {
    content: "\ea1a";
}

.nc-icon-locate:before {
    content: "\ea1b";
}

.nc-icon-lock:before {
    content: "\ea1c";
}

.nc-icon-log-in:before {
    content: "\ea1d";
    color: #CED9E0;
}

.nc-icon-log-out:before {
    content: "\ea1e";
    color: indianred;
}

.nc-icon-manual:before {
    content: "\ea1f";
}

.nc-icon-manually-entered-data:before {
    content: "\ea20";
}

.nc-icon-map:before {
    content: "\ea21";
}

.nc-icon-map-create:before {
    content: "\ea22";
}

.nc-icon-map-marker:before {
    content: "\ea23";
}

.nc-icon-maximize:before {
    content: "\ea24";
}

.nc-icon-media:before {
    content: "\ea25";
    color: #E1E8ED;
}

.nc-icon-menu:before {
    content: "\ea26";
}

.nc-icon-menu-closed:before {
    content: "\ea27";
}

.nc-icon-menu-open:before {
    content: "\ea28";
}

.nc-icon-merge-columns:before {
    content: "\ea29";
}

.nc-icon-merge-links:before {
    content: "\ea2a";
}

.nc-icon-minimize:before {
    content: "\ea2b";
}

.nc-icon-minus:before {
    content: "\ea2c";
}

.nc-icon-mobile-phone:before {
    content: "\ea2d";
}

.nc-icon-mobile-video:before {
    content: "\ea2e";
}

.nc-icon-modal:before {
    content: "\ea2f";
}

.nc-icon-modal-filled:before {
    content: "\ea30";
}

.nc-icon-moon:before {
    content: "\ea31";
}

.nc-icon-more:before {
    content: "\ea32";
}

.nc-icon-mountain:before {
    content: "\ea33";
}

.nc-icon-move:before {
    content: "\ea34";
}

.nc-icon-mugshot:before {
    content: "\ea35";
}

.nc-icon-multi-select:before {
    content: "\ea36";
    color: #BFCCD6;
}

.nc-icon-music:before {
    content: "\ea37";
}

.nc-icon-new-drawing:before {
    content: "\ea38";
    color: #FFC940;
}

.nc-icon-new-grid-item:before {
    content: "\ea39";
}

.nc-icon-new-layer:before {
    content: "\ea3a";
}

.nc-icon-new-layers:before {
    content: "\ea3b";
}

.nc-icon-new-link:before {
    content: "\ea3c";
}

.nc-icon-new-object:before {
    content: "\ea3d";
}

.nc-icon-new-person:before {
    content: "\ea3e";
}

.nc-icon-new-prescription:before {
    content: "\ea3f";
}

.nc-icon-new-text-box:before {
    content: "\ea40";
}

.nc-icon-ninja:before {
    content: "\ea41";
}

.nc-icon-not-equal-to:before {
    content: "\ea42";
}

.nc-icon-notifications:before {
    content: "\ea43";
    color: #FFC940;
}

.nc-icon-header-notifications:before {
    content: "\ea43";
}

.nc-icon-notifications-updated:before {
    content: "\ea44";
}

.nc-icon-numbered-list:before {
    content: "\ea45";
}

.nc-icon-numerical:before {
    content: "\ea46";
}

.nc-icon-office:before {
    content: "\ea47";
}

.nc-icon-offline:before {
    content: "\ea48";
}

.nc-icon-oil-field:before {
    content: "\ea49";
}

.nc-icon-one-column:before {
    content: "\ea4a";
}

.nc-icon-outdated:before {
    content: "\ea4b";
}

.nc-icon-page-layout:before {
    content: "\ea4c";
}

.nc-icon-panel-stats:before {
    content: "\ea4d";
}

.nc-icon-panel-table:before {
    content: "\ea4e";
}

.nc-icon-paperclip:before {
    content: "\ea4f";
}

.nc-icon-paragraph:before {
    content: "\ea50";
}

.nc-icon-path:before {
    content: "\ea51";
}

.nc-icon-path-search:before {
    content: "\ea52";
}

.nc-icon-pause:before {
    content: "\ea53";
}

.nc-icon-people:before {
    content: "\ea54";
}

.nc-icon-percentage:before {
    content: "\ea55";
}

.nc-icon-person:before {
    content: "\ea56";
}

.nc-icon-phone:before {
    content: "\ea57";
}

.nc-icon-pie-chart:before {
    content: "\ea58";
}

.nc-icon-pin:before {
    content: "\ea59";
}

.nc-icon-pivot:before {
    content: "\ea5a";
}

.nc-icon-pivot-table:before {
    content: "\ea5b";
}

.nc-icon-play:before {
    content: "\ea5c";
}

.nc-icon-plus:before {
    content: "\ea5d";
}

.nc-icon-polygon-filter:before {
    content: "\ea5e";
}

.nc-icon-power:before {
    content: "\ea5f";
}

.nc-icon-predictive-analysis:before {
    content: "\ea60";
}

.nc-icon-prescription:before {
    content: "\ea61";
    color: #EB532D;
}

.nc-icon-presentation:before {
    content: "\ea62";
}

.nc-icon-print:before {
    content: "\ea63";
}

.nc-icon-projects:before {
    content: "\ea64";
}

.nc-icon-properties:before {
    content: "\ea65";
    color: #D9822B;
}

.nc-icon-property:before {
    content: "\ea66";
}

.nc-icon-publish-function:before {
    content: "\ea67";
}

.nc-icon-pulse:before {
    content: "\ea68";
}

.nc-icon-random:before {
    content: "\ea69";
}

.nc-icon-record:before {
    content: "\ea6a";
}

.nc-icon-redo:before {
    content: "\ea6b";
}

.nc-icon-refresh:before {
    content: "\ea6c";
    color: #48AFF0;
}

.nc-icon-regression-chart:before {
    content: "\ea6d";
}

.nc-icon-remove:before {
    content: "\ea6e";
}

.nc-icon-remove-column:before {
    content: "\ea6f";
}

.nc-icon-remove-column-left:before {
    content: "\ea70";
}

.nc-icon-remove-column-right:before {
    content: "\ea71";
}

.nc-icon-remove-row-bottom:before {
    content: "\ea72";
}

.nc-icon-remove-row-top:before {
    content: "\ea73";
}

.nc-icon-repeat:before {
    content: "\ea74";
}

.nc-icon-reset:before {
    content: "\ea75";
}

.nc-icon-resolve:before {
    content: "\ea76";
}

.nc-icon-rig:before {
    content: "\ea77";
}

.nc-icon-right-join:before {
    content: "\ea78";
}

.nc-icon-ring:before {
    content: "\ea79";
}

.nc-icon-rotate-document:before {
    content: "\ea7a";
}

.nc-icon-rotate-page:before {
    content: "\ea7b";
}

.nc-icon-route:before {
    content: "\ea7c";
}

.nc-icon-satellite:before {
    content: "\ea7d";
}

.nc-icon-saved:before {
    content: "\ea7e";
}

.nc-icon-scatter-plot:before {
    content: "\ea7f";
}

.nc-icon-search:before {
    content: "\ea80";
}

.nc-icon-search-around:before {
    content: "\ea81";
}

.nc-icon-search-template:before {
    content: "\ea82";
}

.nc-icon-search-text:before {
    content: "\ea83";
}

.nc-icon-segmented-control:before {
    content: "\ea84";
}

.nc-icon-select:before {
    content: "\ea85";
}

.nc-icon-selection:before {
    content: "\ea86";
}

.nc-icon-send-message:before {
    content: "\ea87";
}

.nc-icon-send-to:before {
    content: "\ea88";
}

.nc-icon-send-to-graph:before {
    content: "\ea89";
}

.nc-icon-send-to-map:before {
    content: "\ea8a";
}

.nc-icon-series-add:before {
    content: "\ea8b";
}

.nc-icon-series-configuration:before {
    content: "\ea8c";
}

.nc-icon-series-derived:before {
    content: "\ea8d";
}

.nc-icon-series-filtered:before {
    content: "\ea8e";
}

.nc-icon-series-search:before {
    content: "\ea8f";
}

.nc-icon-settings:before {
    content: "\ea90";
}

.nc-icon-share:before {
    content: "\ea91";
}

.nc-icon-shield:before {
    content: "\ea92";
}

.nc-icon-shop:before {
    content: "\ea93";
}

.nc-icon-shopping-cart:before {
    content: "\ea94";
}

.nc-icon-signal-search:before {
    content: "\ea95";
}

.nc-icon-sim-card:before {
    content: "\ea96";
}

.nc-icon-slash:before {
    content: "\ea97";
}

.nc-icon-small-cross:before {
    content: "\ea98";
}

.nc-icon-small-minus:before {
    content: "\ea99";
}

.nc-icon-small-plus:before {
    content: "\ea9a";
}

.nc-icon-small-tick:before {
    content: "\ea9b";
}

.nc-icon-snowflake:before {
    content: "\ea9c";
}

.nc-icon-social-media:before {
    content: "\ea9d";
}

.nc-icon-sort:before {
    content: "\ea9e";
}

.nc-icon-sort-alphabetical:before {
    content: "\ea9f";
}

.nc-icon-sort-alphabetical-desc:before {
    content: "\eaa0";
}

.nc-icon-sort-asc:before {
    content: "\eaa1";
}

.nc-icon-sort-desc:before {
    content: "\eaa2";
}

.nc-icon-sort-numerical:before {
    content: "\eaa3";
}

.nc-icon-sort-numerical-desc:before {
    content: "\eaa4";
}

.nc-icon-split-columns:before {
    content: "\eaa5";
}

.nc-icon-square:before {
    content: "\eaa6";
}

.nc-icon-stacked-chart:before {
    content: "\eaa7";
}

.nc-icon-star:before {
    content: "\eaa8";
}

.nc-icon-star-empty:before {
    content: "\eaa9";
}

.nc-icon-step-backward:before {
    content: "\eaaa";
}

.nc-icon-step-chart:before {
    content: "\eaab";
}

.nc-icon-step-forward:before {
    content: "\eaac";
}

.nc-icon-stop:before {
    content: "\eaad";
}

.nc-icon-stopwatch:before {
    content: "\eaae";
}

.nc-icon-strikethrough:before {
    content: "\eaaf";
}

.nc-icon-style:before {
    content: "\eab0";
}

.nc-icon-swap-horizontal:before {
    content: "\eab1";
}

.nc-icon-swap-vertical:before {
    content: "\eab2";
}

.nc-icon-symbol-circle:before {
    content: "\eab3";
}

.nc-icon-symbol-cross:before {
    content: "\eab4";
}

.nc-icon-symbol-diamond:before {
    content: "\eab5";
}

.nc-icon-symbol-square:before {
    content: "\eab6";
}

.nc-icon-symbol-triangle-down:before {
    content: "\eab7";
}

.nc-icon-symbol-triangle-up:before {
    content: "\eab8";
}

.nc-icon-tag:before {
    content: "\eab9";
}

.nc-icon-take-action:before {
    content: "\eaba";
    color: #C99765;
}

.nc-icon-taxi:before {
    content: "\eabb";
}

.nc-icon-text-highlight:before {
    content: "\eabc";
}

.nc-icon-th:before {
    content: "\eabd";
}

.nc-icon-th-derived:before {
    content: "\eabe";
}

.nc-icon-th-disconnect:before {
    content: "\eabf";
}

.nc-icon-th-filtered:before {
    content: "\eac0";
}

.nc-icon-th-list:before {
    content: "\eac1";
}

.nc-icon-thumbs-down:before {
    content: "\eac2";
}

.nc-icon-thumbs-up:before {
    content: "\eac3";
}

.nc-icon-tick:before {
    content: "\eac4";
    color: #15B371;
}

.nc-icon-tick-circle:before {
    content: "\eac5";
    color: #15B371;
}

.nc-icon-time:before {
    content: "\eac6";
    color: #EEB46C;
}

.nc-icon-timeline-area-chart:before {
    content: "\eac7";
}

.nc-icon-timeline-bar-chart:before {
    content: "\eac8";
}

.nc-icon-timeline-events:before {
    content: "\eac9";
    color: rgba(159, 206, 226, 1)
}

.nc-icon-timeline-line-chart:before {
    content: "\eaca";
    color: #F5585B;
}

.nc-icon-tint:before {
    content: "\eacb";
}

.nc-icon-torch:before {
    content: "\eacc";
}

.nc-icon-tractor:before {
    content: "\eacd";
}

.nc-icon-train:before {
    content: "\eace";
}

.nc-icon-translate:before {
    content: "\eacf";
}

.nc-icon-trash:before {
    content: "\ead0";
}

.nc-icon-tree:before {
    content: "\ead1";
}

.nc-icon-trending-down:before {
    content: "\ead2";
}

.nc-icon-trending-up:before {
    content: "\ead3";
}

.nc-icon-truck:before {
    content: "\ead4";
}

.nc-icon-two-columns:before {
    content: "\ead5";
}

.nc-icon-unarchive:before {
    content: "\ead6";
}

.nc-icon-underline:before {
    content: "\ead7";
}

.nc-icon-undo:before {
    content: "\ead8";
}

.nc-icon-ungroup-objects:before {
    content: "\ead9";
}

.nc-icon-unknown-vehicle:before {
    content: "\eada";
}

.nc-icon-unlock:before {
    content: "\eadb";
}

.nc-icon-unpin:before {
    content: "\eadc";
}

.nc-icon-unresolve:before {
    content: "\eadd";
}

.nc-icon-updated:before {
    content: "\eade";
}

.nc-icon-upload:before {
    content: "\eadf";
}

.nc-icon-user:before {
    content: "\eae0";
    color: #BFCCD6;
}

.nc-icon-variable:before {
    content: "\eae1";
}

.nc-icon-vertical-bar-chart-asc:before {
    content: "\eae2";
}

.nc-icon-vertical-bar-chart-desc:before {
    content: "\eae3";
}

.nc-icon-vertical-distribution:before {
    content: "\eae4";
}

.nc-icon-video:before {
    content: "\eae5";
}

.nc-icon-virus:before {
    content: "\eae6";
}

.nc-icon-volume-down:before {
    content: "\eae7";
}

.nc-icon-volume-off:before {
    content: "\eae8";
}

.nc-icon-volume-up:before {
    content: "\eae9";
}

.nc-icon-walk:before {
    content: "\eaea";
}

.nc-icon-warning-sign:before {
    content: "\eaeb";
}

.nc-icon-waterfall-chart:before {
    content: "\eaec";
}

.nc-icon-widget:before {
    content: "\eaed";
}

.nc-icon-widget-button:before {
    content: "\eaee";
}

.nc-icon-widget-footer:before {
    content: "\eaef";
}

.nc-icon-widget-header:before {
    content: "\eaf0";
}

.nc-icon-wrench:before {
    content: "\eaf1";
}

.nc-icon-zoom-in:before {
    content: "\eaf2";
}

.nc-icon-zoom-out:before {
    content: "\eaf3";
}

.nc-icon-zoom-to-fit:before {
    content: "\eaf4";
}

.nc-icon-linkedin2:before {
    content: "\eaf5";
}

.white-icon:before {
    color: #fff !important;
}
