﻿/* ==========================================================================
   CSS Reset
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

/* ==========================================================================
         Base
         ========================================================================== */

html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

html,
button,
input,
select,
textarea {
    font-family: 'Noto Sans', sans-serif;
}

body {
    margin: 0;
}

/* ==========================================================================
         Links
         ========================================================================== */

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
         Typography
         ========================================================================== */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #1e1e1e;
}

p,
pre {
    margin: 1em 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before,
    q:after {
        content: '';
        content: none;
    }

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
         Lists
         ========================================================================== */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
         Embedded content
         ========================================================================== */

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
         Figures
         ========================================================================== */

figure {
    margin: 0;
}

/* ==========================================================================
         Forms
         ========================================================================== */

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ==========================================================================
         Material Icons
         ========================================================================== */

/*@font-face {
     font-family: 'Material Icons';
     font-style: normal;
     font-weight: 400;
     src: url(../icons/MaterialIcons-Regular.eot);*/
/* For IE6-8 */
/*src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../icons/MaterialIcons-Regular.woff2) format('woff2'),
       url(../icons/MaterialIcons-Regular.woff) format('woff'),
       url(../icons/MaterialIcons-Regular.ttf) format('truetype');
   }*/

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

    .material-icons.md-18 {
        font-size: 18px;
    }

    .material-icons.md-21 {
        font-size: 21px;
    }

    .material-icons.md-24 {
        font-size: 24px;
    }

    .material-icons.md-28 {
        font-size: 28px;
    }

    .material-icons.md-36 {
        font-size: 36px;
    }

    .material-icons.md-48 {
        font-size: 48px;
    }

    .material-icons.md-56 {
        font-size: 56px;
    }

    .material-icons.md-64 {
        font-size: 64px;
    }

    .material-icons.md-72 {
        font-size: 72px;
    }

/* ==========================================================================
         Base Defaults
         ========================================================================== */

html {
    width: 100%;
    height: 100%;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    background: #f1f1f1;
    font-family: 'Noto Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    line-height: 24px;
    color: #333;
    overflow-x: hidden;
}

/* ==========================================================================
         Tables
         ========================================================================== */

.nsp-table-scroll {
    overflow-x: auto;
}

    .nsp-table-scroll table {
        margin-bottom: 0;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

    table.layout-fixed {
        table-layout: fixed;
    }

    table td {
        box-sizing: border-box;
        position: relative;
    }

    table.nsp-table-standard.text-center th,
    table.nsp-table-material.text-center th {
        text-align: center;
    }

    /* Standard Table */

    table.nsp-table-standard {
        margin: 12px 0;
        width: 100%;
        border-radius: 6px;
        background-clip: padding-box;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        border: 1px solid #e5e5e5;
        border-collapse: separate;
    }

        table.nsp-table-standard tfoot {
            background-color: #d3f8e1;
            font-size: 16px;
        }

            table.nsp-table-standard tfoot td {
                color: #2a5e0c;
            }

            table.nsp-table-standard tfoot tr.sum-fill-1 {
                background: #d3f8e1;
            }

            table.nsp-table-standard tfoot tr.sum-fill-2 {
                background: #d3f8e1;
            }

        table.nsp-table-standard tr:first-of-type th:first-of-type {
            border-top-left-radius: 6px;
        }

        table.nsp-table-standard tr:first-of-type th:last-of-type {
            border-top-right-radius: 6px;
        }

        table.nsp-table-standard tr:last-of-type td:first-of-type,
        table.nsp-table-standard.inner-border tr:last-of-type td:first-of-type {
            border-bottom-left-radius: 6px;
            -moz-border-radius-bottomleft: 6px;
            -webkit-border-bottom-left-radius: 6px;
        }

        table.nsp-table-standard tr:last-of-type td:last-of-type,
        table.nsp-table-standard.inner-border tr:last-of-type td:last-of-type {
            border-bottom-right-radius: 6px;
        }

        table.nsp-table-standard.no-alt-row tr,
        table.nsp-table-standard.no-alt-row tr:nth-child(even),
        table.nsp-table-standard.header-only tr:nth-child(even) {
            background: none;
        }

        table.nsp-table-standard.header-only {
            border: 0;
        }

        table.nsp-table-standard.no-border,
        table.nsp-table-standard.no-border td {
            border: 0;
        }

            table.nsp-table-standard.no-border tr:first-of-type th:first-child,
            table.nsp-table-standard.no-border tr:first-of-type th:last-child,
            table.nsp-table-standard.header-only tr:first-of-type th:first-of-type,
            table.nsp-table-standard.header-only tr:first-of-type th:last-child {
                border-radius: 0;
            }

        table.nsp-table-standard.inner-border {
            border-collapse: collapse;
            border: 0;
        }

            table.nsp-table-standard.inner-border td {
                border: 1px solid #e5e5e5;
                border-collapse: collapse;
            }

        table.nsp-table-standard td {
            border-radius: 0;
            background-clip: padding-box;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            padding: 10px;
            white-space: normal;
        }

        table.nsp-table-standard tr:nth-child(even) {
            background-color: #fafafa;
            -webkit-transition: background-color 0.2s linear;
            -moz-transition: background-color 0.2s linear;
            -o-transition: background-color 0.2s linear;
            transition: background-color 0.2s linear;
        }

        table.nsp-table-standard th {
            background-color: #004c97;
            color: #fff;
            padding: 10px;
            font-weight: bold;
            text-align: left;
        }

        table.nsp-table-standard.rounded th:first-child {
            border-top-left-radius: 6px;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
        }

        table.nsp-table-standard.rounded th:last-child {
            border-top-right-radius: 6px;
        }

    /* Minimal Table */

    table.nsp-table-minimal {
        width: 100%;
        border: none;
    }

        table.nsp-table-minimal.bordered tr {
            border-bottom: 1px solid #eaeaea;
        }

        table.nsp-table-minimal tr td {
            padding: 5px;
            white-space: normal;
            vertical-align: top;
        }

            table.nsp-table-minimal tr td:first-of-type {
                padding-left: 0;
            }

    /* Material Table */

    table.nsp-table-material tr td i {
        position: relative;
        top: 3px;
    }

    table.nsp-table-material {
        margin: 12px 0;
        width: 100%;
    }

        table.nsp-table-material tr th:first-of-type,
        table.nsp-table-material tr td:first-of-type {
            padding-left: 0;
        }

        table.nsp-table-material td {
            padding: 15px;
            white-space: normal;
            border-bottom: 1px solid #e5e5e5;
        }

        table.nsp-table-material th {
            position: relative;
            color: #333;
            padding: 15px;
            font-weight: bold;
            text-align: left;
            border-bottom: 1px solid #e5e5e5;
            vertical-align: middle;
        }

        table.nsp-table-material tfoot {
            background-color: #d3f8e1;
            font-size: 16px;
        }

            table.nsp-table-material tfoot td {
                color: #2a5e0c;
            }

    table.sortable thead tr th span {
        cursor: pointer;
    }

        table.sortable thead tr th span i {
            position: absolute;
            top: 50%;
            margin-top: -9px;
            font-size: 18px;
        }

.nsp-table-material.slim th,
.nsp-table-material.slim td {
    padding: 5px;
    border: 0;
}

.nsp-table-material.slim.bordered th,
.nsp-table-material.slim.bordered td {
    padding: 5px;
    border-bottom: 1px solid #dfdfdf;
}

.cell-icon {
    width: 20px;
}

table.can-wrap th,
table.can-wrap td {
    text-overflow: initial;
    white-space: normal !important;
    overflow: visible !important;
    line-height: 12px;
    padding: 10px 5px;
}

table.no-border-bottom tr:last-child td {
    border: none;
}

/*list like items in a table - not ideal at all*/
td.list span {
    width: 100%;
    clear: both;
    display: block;
}

/* ==========================================================================
         Tabs
         ========================================================================== */

.nsp-tabs.module-header {
    position: relative;
    top: 1px;
}

.nsp-tabs .tab-nav-container {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.nsp-tabs .tab-container {
    background: #fff;
}

.nsp-tabs .tabs-wrapper {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 6px;
    -moz-background-clip: padding;
    border-top-right-radius: 6px;
    background-clip: padding-box;
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
    border-top-right-radius: 6px;
    line-height: 0;
    float: none;
}

.nsp-tabs .ui-tabs-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    z-index: 1;
    position: relative;
    zoom: 1;
}

.nsp-tabs .ui-tabs-panel {
    padding: 20px;
    border: 1px solid #e5e5e5;
    margin-top: -1px;
    float: left;
    width: 100%;
    border-radius: 5px;
    border-top-left-radius: 0;
}

.nsp-tabs ul.ui-tabs-nav li {
    background: #fff;
    list-style: none;
    float: left;
    cursor: pointer;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top: 1px solid #e5e5e5;
    line-height: 45px;
    height: 45px;
    color: #999;
    margin: 0;
    padding: 0;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

    .nsp-tabs ul.ui-tabs-nav li:first-of-type {
        border-left: 1px solid #e5e5e5;
        border-top-left-radius: 6px;
    }

    .nsp-tabs ul.ui-tabs-nav li.ui-state-active :first-of-type {
        border-bottom-color: #fff;
    }

    .nsp-tabs ul.ui-tabs-nav li:last-of-type {
        border-right: 1px solid #e5e5e5;
        border-top-right-radius: 6px;
    }

    .nsp-tabs ul.ui-tabs-nav li.ui-state-active {
        color: #333;
        background: #fff;
        background-image: none;
        text-align: center;
        padding: 0;
        margin-right: 0;
        font-weight: bold;
        border-bottom: 0;
    }

    .nsp-tabs ul.ui-tabs-nav li a {
        padding: 0;
        color: #666;
        line-height: 45px;
        background-image: none;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        background-image: none;
        padding: 0px 10px;
        display: block;
        margin: 2px 5px;
        font-weight: bold;
        width: auto;
    }

        .nsp-tabs ul.ui-tabs-nav li a:hover {
            color: #1b8fd3;
        }

    .nsp-tabs ul.ui-tabs-nav li.ui-tabs-active a {
        font-weight: bold;
        color: #333;
        border-top: 3px solid #009639;
        height: 40px;
        line-height: 39px;
    }

/* ==========================================================================
         Datepicker
         ========================================================================== */

.nsp-datepicker {
    position: relative;
}

.nsp-datepicker-button i {
    position: absolute;
    top: 35px;
    right: 15px;
    pointer-events: none;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
        background: none !important;
        cursor: pointer;
    }

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 3px;
    }

        .ui-datepicker td span,
        .ui-datepicker td a {
            display: block;
            padding: .3em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .ui-datepicker .ui-dialog {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        padding: .2em;
        outline: 0;
    }

        .ui-datepicker .ui-dialog .ui-dialog-titlebar {
            padding: .4em 1em;
            position: relative;
        }

        .ui-datepicker .ui-dialog .ui-dialog-title {
            float: left;
            margin: .1em 0;
            white-space: nowrap;
            width: 90%;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .ui-datepicker .ui-widget-header {
        color: #222222;
        font-weight: bold;
    }

    .ui-datepicker input,
    .ui-datepicker select,
    .ui-datepicker textarea,
    .ui-datepicker button {
        font-family: Verdana, Arial, sans-serif;
        font-size: 1em;
    }

.ui-datepicker {
    width: 320px;
    padding: 8px 5px 8px 15px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    color: #222222;
    z-index: 999 !important;
}

    .ui-datepicker .ui-state-default,
    .ui-datepicker .ui-widget-header .ui-state-default {
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        font-weight: normal;
        color: #555555;
        text-align: center;
    }

        .ui-datepicker .ui-state-default a,
        .ui-datepicker .ui-state-default a:link,
        .ui-datepicker .ui-state-default a:visited {
            color: #555555;
            text-decoration: none;
        }

    .ui-datepicker .ui-state-hover,
    .ui-datepicker .ui-widget-header .ui-state-hover,
    .ui-datepicker .ui-state-focus {
        background: #f2f2f2;
        font-weight: normal;
        color: #212121;
    }

        .ui-datepicker .ui-state-hover a,
        .ui-datepicker .ui-state-hover a:hover,
        .ui-datepicker .ui-state-hover a:link,
        .ui-datepicker .ui-state-hover a:visited,
        .ui-datepicker .ui-state-focus a,
        .ui-datepicker .ui-state-focus a:hover,
        .ui-datepicker .ui-state-focus a:link,
        .ui-datepicker .ui-state-focus a:visited {
            color: #212121;
            text-decoration: none;
        }

    .ui-datepicker .ui-state-active,
    .ui-datepicker .ui-widget-header .ui-state-active {
        border: 1px solid #269abc !important;
        background: #00a3e0 !important;
        font-weight: normal;
        color: #fff !important;
    }

        .ui-datepicker .ui-state-active a,
        .ui-datepicker .ui-state-active a:link,
        .ui-datepicker .ui-state-active a:visited {
            color: #212121;
            text-decoration: none;
        }

    .ui-datepicker .ui-state-highlight,
    .ui-datepicker .ui-widget-header .ui-state-highlight {
        border: 1px solid #fcefa1;
        background: #ffe4bd;
        color: #363636;
    }

    .ui-datepicker .ui-state-default,
    .ui-datepicker .ui-widget-header .ui-state-default {
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        font-weight: normal;
        color: #555555;
        text-align: center;
    }

    .ui-datepicker .ui-corner-all,
    .ui-datepicker .ui-corner-top,
    .ui-datepicker .ui-corner-left,
    .ui-datepicker .ui-corner-tl {
        border-top-left-radius: 4px;
    }

    .ui-datepicker .ui-corner-all,
    .ui-datepicker .ui-corner-top,
    .ui-datepicker .ui-corner-right,
    .ui-datepicker .ui-corner-tr {
        border-top-right-radius: 4px;
    }

    .ui-datepicker .ui-corner-all,
    .ui-datepicker .ui-corner-bottom,
    .ui-datepicker .ui-corner-left,
    .ui-datepicker .ui-corner-bl {
        border-bottom-left-radius: 4px;
    }

    .ui-datepicker .ui-corner-all,
    .ui-datepicker .ui-corner-bottom,
    .ui-datepicker .ui-corner-right,
    .ui-datepicker .ui-corner-br {
        border-bottom-right-radius: 4px;
    }

    .ui-datepicker .ui-datepicker-next span,
    .ui-datepicker .ui-datepicker-prev span {
        display: none;
    }

    .ui-datepicker .ui-datepicker-prev:before {
        content: "\E408";
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 28px;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
    }

    .ui-datepicker .ui-datepicker-next:before {
        content: "\E409";
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 28px;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
    }

/* ==========================================================================
         Components
         ========================================================================== */

span.label {
    font-weight: bold;
}

.inline-item {
    display: inline-block;
    margin-right: 10px;
}

.block-item {
    display: block;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-underline {
    text-decoration: underline;
}

.text-bold {
    font-weight: bold;
}

.text-italic {
    font-style: italic;
}

.text-small {
    font-size: 12px;
}

.text-link {
    color: #0072ce;
    cursor: pointer;
}

.text-disabled {
    color: #999999;
    font-weight: bold;
    text-transform: uppercase;
}

.sub-content {
    margin-left: 20px;
}

.v-gutters {
    padding: 25px 0;
}

.v-align-center {
    vertical-align: middle;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-v-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.lr-margin-10 {
    margin: 0 10px;
}

    .lr-margin-10.clear {
        clear: both;
    }

.no-margin-children .row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.no-border-radius {
    border-radius: 0 !important;
}

.no-border {
    border: none !important;
}

.hidden,
*[hidden] {
    display: none !important;
}

.visible {
    display: inline-block !important;
}

.full-width {
    width: 100% !important;
    height: auto;
    display: block;
}

.pos-top-0 {
    top: 0 !important;
}

/* .extended-full-width can be applied on .row and <hr> elements
         to allow the element to have a full-width bg color. */

.extended-full-width {
    margin-left: -20px !important;
    margin-right: -20px !important;
}

.auto-width {
    width: auto !important;
}

.allow-x-scroll {
    overflow-x: auto;
}

.no-wrap {
    white-space: nowrap;
}

.image-responsive {
    width: 100%;
}

.image-overlay {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

    .image-overlay button {
        position: relative;
        top: 40px;
    }

    .image-overlay h1 {
        color: #FFF;
        font-size: 36px;
    }

.footnote {
    font-size: 11px;
    font-style: italic;
}

.no-shadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.clear {
    clear: both;
}

/* Margin Heleprs */

.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

/* Padding Heleprs */

.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

/* ==========================================================================
         Background & Text Colors & Transforms
         ========================================================================== */

/* Primary
      Primary Color #1: Blue #004c97
      Primary Color #2: Green #009639
      */

.text-primary-1 {
    color: #004c97 !important;
}

.bg-primary-1 {
    background: #004c97 !important;
}

.text-primary-2 {
    color: #009639 !important;
}

.bg-primary-2 {
    background: #009639 !important;
}

/* Secondary
      Secondary Color #1: blue
      Secondary Color #2: green
      Secondary Color #3: yellow
      Secondary Color #4: orange
      Secondary Color #5: purple
      Secondary Color #6: tan
       */

.text-secondary-1 {
    color: #00a3e0 !important;
}

.bg-secondary-1 {
    background: #00a3e0 !important;
}

.text-secondary-2 {
    color: #009639 !important;
}

.bg-secondary-2 {
    background: #009639 !important;
}

.text-secondary-3 {
    color: #FDB414 !important;
}

.bg-secondary-3 {
    background: #FDB414 !important;
}

.text-secondary-4 {
    color: #ff4c1f !important;
}

.bg-secondary-4 {
    background: #ff4c1f !important;
}

.text-secondary-5 {
    color: #952478 !important;
}

.bg-secondary-5 {
    background: #952478 !important;
}

.text-secondary-6 {
    color: #E1DDCC !important;
}

.bg-secondary-6 {
    background: #E1DDCC !important;
}

.text-tertiary-1 {
    color: #59cbe8 !important;
}

.bg-tertiary-1 {
    background: #59cbe8 !important;
}

.text-tertiary-2 {
    color: #84bd00 !important;
}

.bg-tertiary-2 {
    background: #84bd00 !important;
}

/* Type */

.text-white {
    color: #fff !important;
}

.text-grey-light {
    color: #999999 !important;
}

.bg-grey-light {
    background: #999999 !important;
}

.text-grey-dark {
    color: #333333 !important;
}

.bg-grey-dark {
    background: #333333 !important;
}

.text-alert {
    color: #e73232 !important;
}

/* Background Fills */

.bg-white {
    background: #fff !important;
}

.bg-light-blue {
    background: #cbf1ff !important;
}

.bg-dark-blue {
    background: #001e60 !important;
}

.bg-light-grey {
    background: #FAFAFA !important;
}

.bg-primary-sum {
    background: #d3f8e1 !important;
}

.bg-secondary-sum {
    background: #d3f8e1 !important;
}

.bg-error {
    background: #e73232 !important;
}

.no-bg {
    background: none !important;
}

/* ==========================================================================
         Hover Menu
         ========================================================================== */

.nsp-menu {
    position: relative;
    cursor: pointer;
}

    .nsp-menu ul {
        background: #fff;
        margin: 0;
        padding: 0;
        max-height: 0;
        -webkit-transition: max-height 1s 0s;
        -moz-transition: max-height 1s 0s;
        transition: max-height 1s 0s;
        overflow-y: hidden;
        opacity: 0;
        position: absolute;
        z-index: 999;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }

        .nsp-menu ul li {
            clear: both;
            color: rgba(0, 0, 0, 0.87);
            cursor: pointer;
            min-height: 50px;
            line-height: 1.5rem;
            width: 100%;
            text-align: left;
            text-transform: none;
            list-style-type: none;
        }

            .nsp-menu ul li > a,
            .nsp-menu ul li > span {
                font-size: 13px;
                color: #0072ce;
                display: block;
                line-height: 22px;
                padding: 14px 16px;
            }

            .nsp-menu ul li:hover,
            .nsp-menu ul li.active,
            .nsp-menu ul li.selected {
                background: #eee;
            }

    .nsp-menu.hover:hover ul,
    .nsp-menu.click ul.active {
        opacity: 1;
        display: block !important;
        width: auto;
        top: 10px;
        right: 0;
        max-height: 1000px;
    }

    .nsp-menu ul li.active.selected {
        background: #e1e1e1;
    }

.nsp-menu-ng {
    position: relative;
    z-index: 999;
}

    .nsp-menu-ng .nsp-menu-list {
        position: absolute;
        width: auto;
        max-height: 0;
        -webkit-transition: max-height .4s 0s;
        -moz-transition: max-height .4s 0s;
        transition: max-height .4s 0s;
        margin: 0;
        padding: 0;
        background: #fff;
        list-style-type: none;
        overflow-y: hidden;
        opacity: 0;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }

    .nsp-menu-ng.active .nsp-menu-list {
        max-height: 500px;
        padding: 5px 0;
        opacity: 1;
    }

    .nsp-menu-ng .nsp-menu-list li a {
        padding: 5px 20px;
        display: block;
        white-space: nowrap;
    }

        .nsp-menu-ng .nsp-menu-list li a:hover {
            background: #dcdcdc;
        }

/* ==========================================================================
         Buttons
         ========================================================================== */

.nsp-button {
    height: 34px;
    line-height: 17px;
    padding: 5px 0;
    width: 120px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: none;
    color: #0e73a1;
    text-transform: uppercase;
    font-weight: bold;
    margin: 5px 20px 5px 0;
    border: 1px solid transparent;
    -webkit-tap-highlight-color: transparent;
    transition: all .3s ease-out;
}

a.nsp-button {
    line-height: 21px;
    display: inline-block;
    text-align: center;
}

.nsp-button:last-of-type {
    margin-right: 0;
}

.nsp-button.primary {
    background: #0072ce;
    color: #ffffff;
}

.nsp-button.secondary {
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #004c97;
}

.nsp-button.action {
    background: #ff4c1f;
    color: #ffffff;
}

.nsp-button.access {
    background: #009639;
    color: #ffffff;
}

.nsp-button:disabled {
    color: #ccc;
}

.nsp-button.primary:disabled,
.nsp-button.secondary:disabled,
.nsp-button.action:disabled,
.nsp-button.access:disabled,
.nsp-button.date-toggle:disabled {
    background: #f3f3f3 !important;
    color: #999999;
    border: 1px solid #e5e5e5;
    box-shadow: none !important;
}

.nsp-button.auto-width,
.nsp-button.lg {
    padding: 5px 20px;
    width: auto;
}

.nsp-button.primary:hover {
    background: #338ed8;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.18), 0 2px 12px 0 rgba(0, 0, 0, 0.15);
}

.nsp-button.secondary:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.18), 0 2px 12px 0 rgba(0, 0, 0, 0.15);
}

.nsp-button.action:hover {
    background: #fe6f4b;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.18), 0 2px 12px 0 rgba(0, 0, 0, 0.15);
}

.nsp-button.access:hover {
    background: #33ab61;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.18), 0 2px 12px 0 rgba(0, 0, 0, 0.15);
}

/* ==========================================================================
         Loading Spinner
         ========================================================================== */

.nsp-spinner {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

    .nsp-spinner.sm {
        width: 32px;
        height: 32px;
    }

    .nsp-spinner.active {
        -webkit-animation: container-rotate 1568ms linear infinite;
        animation: container-rotate 1568ms linear infinite
    }

.nsp-inner-spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-color: #4285f4
}

.nsp-spinner.active .nsp-inner-spinner {
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.nsp-spinner-gap {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit
}

    .nsp-spinner-gap .nsp-spinner-circle {
        width: 1000%;
        left: -450%
    }

.nsp-circle-clip {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit
}

    .nsp-circle-clip .nsp-spinner-circle {
        width: 200%;
        height: 100%;
        border-width: 3px;
        border-style: solid;
        border-color: inherit;
        border-bottom-color: transparent !important;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-animation: none;
        animation: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0
    }

    .nsp-circle-clip.left .nsp-spinner-circle {
        left: 0;
        border-right-color: transparent !important;
        -webkit-transform: rotate(129deg);
        transform: rotate(129deg)
    }

    .nsp-circle-clip.right .nsp-spinner-circle {
        left: -100%;
        border-left-color: transparent !important;
        -webkit-transform: rotate(-129deg);
        transform: rotate(-129deg)
    }

.active .nsp-circle-clip.left .nsp-spinner-circle {
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.active .nsp-circle-clip.right .nsp-spinner-circle {
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.nsp-spinner.loading-button {
    margin: 0 50px;
    top: 12px;
}

@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg)
    }

    25% {
        -webkit-transform: rotate(270deg)
    }

    37.5% {
        -webkit-transform: rotate(405deg)
    }

    50% {
        -webkit-transform: rotate(540deg)
    }

    62.5% {
        -webkit-transform: rotate(675deg)
    }

    75% {
        -webkit-transform: rotate(810deg)
    }

    87.5% {
        -webkit-transform: rotate(945deg)
    }

    to {
        -webkit-transform: rotate(1080deg)
    }
}

@keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg)
    }

    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg)
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg)
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg)
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg)
    }

    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@-webkit-keyframes blue-fade-in-out {
    from {
        opacity: 1
    }

    25% {
        opacity: 1
    }

    26% {
        opacity: 0
    }

    89% {
        opacity: 0
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@keyframes blue-fade-in-out {
    from {
        opacity: 1
    }

    25% {
        opacity: 1
    }

    26% {
        opacity: 0
    }

    89% {
        opacity: 0
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg)
    }

    50% {
        -webkit-transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(130deg)
    }
}

@keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg)
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg)
    }
}

@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg)
    }

    50% {
        -webkit-transform: rotate(5deg)
    }

    to {
        -webkit-transform: rotate(-130deg)
    }
}

@keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }

    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
}

/* ==========================================================================
         Tooltip
         ========================================================================== */

.nsp-tooltip-container {
    position: relative;
    display: block;
}

    .nsp-tooltip-container:hover .nsp-tooltip,
    label:hover + .nsp-tooltip-container .nsp-tooltip {
        visibility: visible;
        bottom: 30px;
        opacity: 1;
    }

    .nsp-tooltip-container .nsp-tooltip {
        padding: 10px;
        background: #FFF;
        opacity: .9;
        border: 1px solid #00a3e0;
        box-shadow: 0 0 3px rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
        border-radius: 2px;
        position: absolute;
        bottom: 15px;
        visibility: hidden;
        z-index: 999;
        width: 100px;
        color: #333;
        font-weight: normal;
        transition: all .2s ease;
        opacity: 0;
        font-size: 13px;
    }

        .nsp-tooltip-container .nsp-tooltip.sm {
            width: 200px;
        }

        .nsp-tooltip-container .nsp-tooltip.md {
            width: 400px;
        }

        .nsp-tooltip-container .nsp-tooltip.lg {
            width: 600px;
        }

/* fix positioning within card titles */
.nsp-card .nsp-card-title .nsp-tooltip-container {
    position: relative;
    top: 5px;
}

.nsp-tooltip.full {
    width: auto;
    white-space: nowrap;
}
/* ==========================================================================
         Display Header
         ========================================================================== */

.nsp-display-header {
    position: relative;
    width: 100%;
    padding: 32px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    float: left;
}

    .nsp-display-header.no-border {
        border: none;
    }

    .nsp-display-header [class*=nsp-col-] {
        border-left: 1px solid #e5e5e5;
    }

        .nsp-display-header [class*=nsp-col-]:first-of-type {
            border-left: none;
        }

.nsp-display-group {
    text-align: center;
}

/* ==========================================================================
         Elements
         ========================================================================== */

main {
    position: relative;
    max-width: 2000px;
    margin: 0 auto;
    padding: 20px;
    display: block;
    -webkit-transition: margin 0.5s 0s;
    -moz-transition: margin 0.5s 0s;
    transition: margin 0.5s 0s;
}

a {
    text-decoration: none;
    color: #0072ce;
    outline: 0 !important;
    cursor: pointer;
}

h1 {
    font-size: 26px;
    font-weight: normal;
}

h2 {
    font-size: 18px;
    font-weight: normal;
}

h3 {
    font-size: 14px;
}

    h1 span,
    h2 span,
    h3 span {
        color: #666666;
    }

.h-lite {
    margin: 0;
    font-weight: normal;
}

/* TODO: Replace these h1 classes; too specific */

h1.emp-name {
    position: relative;
    margin-top: 0;
    color: #04649e;
    font-size: 28px;
    line-height: 28px;
    display: inline-block;
}

    h1.emp-name .emp-paging a i {
        color: #00a9ee;
    }

    h1.emp-name .emp-paging a.next-emp {
        position: absolute;
        top: 8px;
        right: -35px;
    }

    h1.emp-name .emp-paging a.prev-emp {
        position: absolute;
        top: 8px;
        left: -35px;
    }

h1.red {
    color: #e73232;
}

h1.text-secondary-10 {
    color: #0072ce
}

hr {
    margin: 25px 0;
    border: 0;
    height: 0;
    border-top: 1px solid #e5e5e5;
}

.hr-left-1 {
    width: 150px;
    margin: 20px 0;
    clear: both;
    border-bottom: 5px solid #00a3e0;
}

.hr-left-2 {
    width: 150px;
    margin: 20px 0;
    clear: both;
    border-bottom: 5px solid #009639;
}

.hr-left-3 {
    width: 150px;
    margin: 20px 0;
    clear: both;
    border-bottom: 5px solid #ffd100;
}

.hr-center-1 {
    width: 150px;
    margin: 20px auto;
    clear: both;
    border-bottom: 5px solid #00a3e0;
}

.hr-center-2 {
    width: 150px;
    margin: 20px auto;
    clear: both;
    border-bottom: 5px solid #009639;
}

.hr-center-3 {
    width: 150px;
    margin: 20px auto;
    clear: both;
    border-bottom: 5px solid #ffd100;
}

.slim-col-header {
    border-bottom: 1px solid #439539;
    margin-bottom: 10px;
}

    .slim-col-header h4 {
        color: #439539;
        font-weight: bold;
        margin: 0;
        margin-bottom: 5px;
        white-space: nowrap;
        overflow: hidden;
    }

ul.nsp-standard-list,
ul.nsp-pagination {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ul.nsp-standard-list ul {
        margin: 5px 0;
        padding-left: 20px;
    }

    ul.nsp-standard-list li:first-child {
        margin-top: 0;
    }

    ul.nsp-standard-list.inline li,
    ul.nsp-pagination li {
        float: left;
    }

    ul.nsp-standard-list.inline.bordered li {
        border-right: 1px solid #0072ce;
        margin: 0 10px 0 0;
        padding: 0 10px 0 0;
    }

        ul.nsp-standard-list.inline.bordered li:last-child {
            margin-right: 0;
            padding-right: 0;
            border-right: none;
        }

    ul.nsp-standard-list.bulleted {
        list-style-type: disc;
        margin-left: 18px;
    }

    ul.nsp-standard-list.indented {
        margin-left: 35px;
    }

    ul.nsp-standard-list.padded li {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        ul.nsp-standard-list.padded li:first-child {
            margin-top: 0;
        }

        ul.nsp-standard-list.padded li:last-child {
            margin-bottom: 0;
        }

    ul.nsp-standard-list.data-list.equal li {
        padding-bottom: 10px;
    }

    ul.nsp-standard-list.data-list.equal label {
        width: 220px;
        font-weight: bold;
        padding-right: 10px;
        display: inline-block;
        float: left;
    }

    ul.nsp-pagination i.material-icons {
        font-size: 24px;
        line-height: 1.25;
    }

    ul.nsp-pagination li {
        display: inline-block;
        border-radius: 2px;
        text-align: center;
        vertical-align: top;
        height: 30px;
    }

        ul.nsp-pagination li a {
            color: #333;
            display: inline-block;
            font-size: 13px;
            padding: 0 10px;
            line-height: 30px;
        }

        ul.nsp-pagination li.disabled a {
            cursor: default;
            color: #999;
        }

        ul.nsp-pagination li.active {
            background-color: #00a3e0;
        }

            ul.nsp-pagination li.active a {
                color: #fff;
            }

/* ==========================================================================
         Header
         ========================================================================== */

header.nsp-main-header .announcements-indicator {
    position: absolute;
    top: 0;
    left: 22px;
    width: auto;
    padding: 5px 3px;
    background: #e73232;
    border-radius: 50%;
    line-height: 3px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

header.nsp-main-header {
    position: relative;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    background: #004c97;
    z-index: 999;
}

    header.nsp-main-header .nsp-logo {
        position: relative;
        top: 18px;
        width: 124px;
        margin-left: 45px;
        float: left;
    }

    header.nsp-main-header ul.header-tools {
        position: relative;
        top: 18px;
        margin: 0;
        padding: 0;
        list-style-type: none;
        z-index: 9999;
        float: right;
    }

        header.nsp-main-header ul.header-tools li {
            position: relative;
            padding: 0 10px;
            color: #fff;
            font-size: 14px;
            float: left;
        }

            header.nsp-main-header ul.header-tools li a {
                color: #fff;
                text-decoration: none;
            }

                header.nsp-main-header ul.header-tools li a i {
                    position: relative;
                    top: 3px;
                }

            header.nsp-main-header ul.header-tools li#user img {
                position: relative;
                top: 9px;
                margin-right: 8px;
            }

            header.nsp-main-header ul.header-tools li#user ul li a {
                padding: 10px 0;
                color: #333;
            }

                header.nsp-main-header ul.header-tools li#user ul li a i {
                    top: 6px;
                    margin: 0 20px 0 5px;
                    color: #666;
                }

    header.nsp-main-header .search {
        display: inline-block;
    }

        header.nsp-main-header .search input {
            width: 0;
            padding: 0;
            background: none;
            border: 0;
            border-radius: 0;
            border-bottom: 1px solid #fff;
            color: #fff;
            box-shadow: none;
        }

            header.nsp-main-header .search input.active {
                width: 175px;
            }

            header.nsp-main-header .search input:focus,
            header.nsp-main-header .search input:active {
                color: #fff;
                border-bottom: 1px solid #fff;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }

    header.nsp-main-header .search {
        position: relative;
        top: 16px;
        float: left;
        width: 30%;
        margin-left: 100px;
    }

        header.nsp-main-header .search .nsp-input input[type=text] {
            background: #005da6 !important;
            border: none !important;
            color: #fff !important;
        }

            header.nsp-main-header .search .nsp-input input[type=text]::-ms-clear {
                display: none;
            }

        header.nsp-main-header .search .nsp-input input[type=submit] {
            position: absolute;
            top: 0;
            right: 0;
            width: 32px;
            height: 32px;
            background: none;
            border: none;
        }

        header.nsp-main-header .search ::-webkit-input-placeholder {
            color: #FFF;
        }

        header.nsp-main-header .search :-moz-placeholder {
            /* Firefox 18- */
            color: #FFF;
        }

        header.nsp-main-header .search ::-moz-placeholder {
            /* Firefox 19+ */
            color: #FFF;
        }

        header.nsp-main-header .search :-ms-input-placeholder {
            color: #FFF;
        }

        header.nsp-main-header .search .toggle-search {
            color: #FFF;
            float: right;
            position: relative;
            bottom: 25px;
            right: 7px;
        }

    header.nsp-main-header #user > span {
        padding-right: 25px;
    }

        header.nsp-main-header #user > span:after {
            content: "\E5C5";
            position: absolute;
            top: 0;
            right: 5px;
            font-family: 'Material Icons';
            font-weight: normal;
            font-style: normal;
            font-size: 24px;
            display: inline-block;
            line-height: 1;
            text-transform: none;
            letter-spacing: normal;
            word-wrap: normal;
            white-space: nowrap;
            direction: ltr;
            -webkit-font-smoothing: antialiased;
            text-rendering: optimizeLegibility;
            -moz-osx-font-smoothing: grayscale;
            font-feature-settings: 'liga';
        }

    header.nsp-main-header .nsp-menu ul {
        min-width: 200px;
    }

    header.nsp-main-header .nsp-menu.click ul.active {
        top: 42px;
    }

/* ==========================================================================
         Header Auto-Complete Search
         ========================================================================== */

.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333;
}

    .autocomplete-suggestion b {
        font-weight: normal;
        color: #1f8dd6;
    }

    .autocomplete-suggestion.selected {
        background: #f0f0f0;
    }

/* ==========================================================================
         Footer
         ========================================================================== */

footer {
    padding: 20px;
}

    footer p {
        max-width: none;
    }

    footer .row {
        margin-bottom: 0;
    }

    footer .nsp-table {
        display: table;
        margin: 0 auto;
    }

/* ==========================================================================
         Grid Layout
         ========================================================================== */

.row {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
}

    .row:before,
    .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

    /* breaks the 12 col pattern to allow column wrapping.
         used in dynamically generated column scenarios */
    .row.allow-col-wrap {
        margin-left: 0;
        margin-right: 0;
    }

        .row.allow-col-wrap [class*=nsp-col-] {
            padding-bottom: 10px;
            padding-right: 10px;
            padding-left: 0;
        }

.nsp-col-auto {
    display: inline-block;
    position: relative;
    min-height: 1px;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    float: left;
}

.nsp-col-1,
.nsp-col-2,
.nsp-col-3,
.nsp-col-4,
.nsp-col-5,
.nsp-col-6,
.nsp-col-7,
.nsp-col-8,
.nsp-col-9,
.nsp-col-10,
.nsp-col-11,
.nsp-col-12,
.nsp-col-20p {
    position: relative;
    min-height: 1px;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

.nsp-col-1 {
    width: 8.33333333%;
}

.nsp-col-2 {
    width: 16.6666666%;
}

.nsp-col-3 {
    width: 25%;
}

.nsp-col-4 {
    width: 33.33333333%;
}

.nsp-col-5 {
    width: 41.66666666%;
}

.nsp-col-6 {
    width: 50%;
}

.nsp-col-7 {
    width: 58.33333333%;
}

.nsp-col-8 {
    width: 66.66666666%;
}

.nsp-col-9 {
    width: 75%;
}

.nsp-col-10 {
    width: 83.3333333%;
}

.nsp-col-11 {
    width: 91.66666666%;
}

.nsp-col-12 {
    width: 100%;
    float: none;
}

.nsp-col-offset-1 {
    margin-left: 8.33333333%;
}

.nsp-col-offset-2 {
    margin-left: 16.6666666%;
}

.nsp-col-offset-3 {
    margin-left: 25%;
}

.nsp-col-offset-4 {
    margin-left: 33.33333333%;
}

.nsp-col-offset-5 {
    margin-left: 41.66666666%;
}

.nsp-col-offset-6 {
    margin-left: 50%;
}

.nsp-col-offset-7 {
    margin-left: 58.33333333%;
}

.nsp-col-offset-8 {
    margin-left: 66.66666666%;
}

.nsp-col-offset-9 {
    margin-left: 75%;
}

.nsp-col-offset-10 {
    margin-left: 83.3333333%;
}

.nsp-col-20p {
    width: 20%;
}

.nsp-layout {
    position: relative;
}

    .nsp-layout header.nsp-main-header span.toggle-side-nav {
        display: none;
    }

    .nsp-layout.has-side-nav header.nsp-main-header span.toggle-side-nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
        text-align: center;
        cursor: pointer;
        display: inline-block;
    }

        .nsp-layout.has-side-nav header.nsp-main-header span.toggle-side-nav i {
            line-height: 60px;
            color: #7eb2ca;
        }

    .nsp-layout.has-side-nav main,
    .nsp-layout.has-secondary-side-nav main,
    .nsp-layout.has-side-nav footer,
    .nsp-layout.has-secondary-side-nav footer {
        margin-left: 260px;
    }

    .nsp-layout.has-side-nav.nav-overlay main,
    .nsp-layout.has-side-nav.side-nav-hidden main,
    .nsp-layout.has-side-nav.nav-overlay footer,
    .nsp-layout.has-side-nav.side-nav-hidden footer {
        margin-left: 0;
    }

    .nsp-layout.has-side-nav.has-secondary-side-nav.side-nav-hidden main,
    .nsp-layout.has-side-nav.has-secondary-side-nav.side-nav-hidden footer {
        margin-left: 260px;
    }

    .nsp-layout.has-side-nav.has-secondary-side-nav main,
    .nsp-layout.has-side-nav.has-secondary-side-nav footer {
        margin-left: 520px;
    }

    .nsp-layout.has-side-nav.has-secondary-side-nav.side-nav-hidden nav.nsp-secondary-side-nav {
        left: 0;
    }

    .nsp-layout.has-side-nav.has-secondary-side-nav nav.nsp-secondary-side-nav {
        left: 260px;
    }

    .nsp-layout.has-fixed-header {
        margin-top: 60px;
    }

/* ==========================================================================
      Main Side Navigation
      ========================================================================== */

nav.nsp-main-side-nav,
nav.nsp-secondary-side-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    background: #fff;
    border-right: 1px solid #e5e5e5;
    -webkit-transition: left 0.5s 0s;
    -moz-transition: left 0.5s 0s;
    transition: left 0.5s 0s;
}

    nav.nsp-main-side-nav:after,
    nav.nsp-secondary-side-nav:after {
        background: #fff;
        border-right: 1px solid #e5e5e5;
        content: "";
        width: 260px;
        height: 2000px;
        position: fixed;
        top: 0;
    }

    nav.nsp-main-side-nav:after {
        z-index: -2;
    }

    nav.nsp-secondary-side-nav:after {
        z-index: -1;
    }

    nav.nsp-main-side-nav .nsp-nav-container,
    nav.nsp-secondary-side-nav .nsp-nav-container {
        margin-top: 75px;
        padding: 10px 20px;
    }

        nav.nsp-main-side-nav .nsp-nav-container a,
        nav.nsp-secondary-side-nav .nsp-nav-container a {
            cursor: pointer;
        }

        nav.nsp-main-side-nav .nsp-nav-container span.tier-one,
        nav.nsp-secondary-side-nav .nsp-nav-container span.tier-one {
            position: relative;
            margin-bottom: 10px;
            display: block;
            color: #009639;
            font-size: 15px;
            font-weight: bold;
            text-transform: uppercase;
            -webkit-transition: margin 0.75s 0s;
            -moz-transition: margin 0.75s 0s;
            transition: margin 0.75s 0s;
        }

        nav.nsp-main-side-nav .nsp-nav-container ul.toggle-nav-list > li span.tier-two,
        nav.nsp-secondary-side-nav .nsp-nav-container ul.toggle-nav-list > li span.tier-two,
        nav.nsp-main-side-nav .nsp-nav-container ul.toggle-nav-list > li span.tier-three,
        nav.nsp-secondary-side-nav .nsp-nav-container ul.toggle-nav-list > li span.tier-three {
            position: relative;
            cursor: pointer;
        }

            nav.nsp-main-side-nav .nsp-nav-container ul.toggle-nav-list > li span.tier-two:after,
            nav.nsp-secondary-side-nav .nsp-nav-container ul.toggle-nav-list > li span.tier-two:after,
            nav.nsp-main-side-nav .nsp-nav-container ul.toggle-nav-list > li span.tier-three:after,
            nav.nsp-secondary-side-nav .nsp-nav-container ul.toggle-nav-list > li span.tier-three:after {
                content: "arrow_drop_down";
                position: absolute;
                top: -3px;
                left: -25px;
                font-family: 'Material Icons';
                font-weight: normal;
                font-style: normal;
                font-size: 24px;
                color: #666;
                display: inline-block;
                line-height: 1;
                text-transform: none;
                letter-spacing: normal;
                word-wrap: normal;
                white-space: nowrap;
                direction: ltr;
                -webkit-font-smoothing: antialiased;
                text-rendering: optimizeLegibility;
                -moz-osx-font-smoothing: grayscale;
                font-feature-settings: 'liga';
                -ms-transform: rotate(-90deg);
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

        nav.nsp-main-side-nav .nsp-nav-container ul.toggle-nav-list > li > ul > li.expand span.tier-two,
        nav.nsp-secondary-side-nav .nsp-nav-container ul.toggle-nav-list > li > ul > li.expand span.tier-two,
        nav.nsp-main-side-nav .nsp-nav-container ul.toggle-nav-list > li > ul > li > ul > li.expand span.tier-three,
        nav.nsp-secondary-side-nav .nsp-nav-container ul.toggle-nav-list > li > ul > li > ul > li.expand span.tier-three {
            font-weight: bold;
        }

            nav.nsp-main-side-nav .nsp-nav-container ul.toggle-nav-list > li > ul > li.expand span.tier-two:after,
            nav.nsp-secondary-side-nav .nsp-nav-container ul.toggle-nav-list > li > ul > li.expand span.tier-two:after,
            nav.nsp-main-side-nav .nsp-nav-container ul.toggle-nav-list > li > ul > li > ul > li.expand span.tier-three:after,
            nav.nsp-secondary-side-nav .nsp-nav-container ul.toggle-nav-list > li > ul > li > ul > li.expand span.tier-three:after {
                -ms-transform: rotate(0);
                -webkit-transform: rotate(0);
                transform: rotate(0);
            }

        nav.nsp-main-side-nav .nsp-nav-container ul.toggle-nav-list > li.active > span,
        nav.nsp-secondary-side-nav .nsp-nav-container ul.toggle-nav-list > li.active > span {
            margin-bottom: 10px;
        }

        nav.nsp-main-side-nav .nsp-nav-container ul.toggle-nav-list > li > span i,
        nav.nsp-secondary-side-nav .nsp-nav-container ul.toggle-nav-list > li > span i {
            position: relative;
            top: 5px;
            margin-right: 10px;
            color: #666;
        }

        nav.nsp-main-side-nav .nsp-nav-container ul.toggle-nav-list li > ul > li > ul,
        nav.nsp-secondary-side-nav .nsp-nav-container ul.toggle-nav-list li > ul > li > ul {
            max-height: 0;
            margin-left: 35px;
            -webkit-transition: max-height 1s 0s;
            -moz-transition: max-height 1s 0s;
            transition: max-height 1s 0s;
            overflow: hidden;
        }

        nav.nsp-main-side-nav .nsp-nav-container ul.toggle-nav-list li > ul > li,
        nav.nsp-secondary-side-nav .nsp-nav-container ul.toggle-nav-list li > ul > li {
            padding-left: 20px;
        }

        nav.nsp-main-side-nav .nsp-nav-container ul.toggle-nav-list li ul li,
        nav.nsp-secondary-side-nav .nsp-nav-container ul.toggle-nav-list li ul li {
            padding-top: 3px;
            padding-bottom: 3px;
        }

            nav.nsp-main-side-nav .nsp-nav-container ul.toggle-nav-list li ul li a,
            nav.nsp-secondary-side-nav .nsp-nav-container ul.toggle-nav-list li ul li a {
                color: #000000;
            }

.nsp-layout.has-side-nav.side-nav-hidden nav.nsp-main-side-nav {
    left: -260px;
}

nav.nsp-main-side-nav .nsp-nav-container ul.toggle-container {
    margin: 0;
}

nav.nsp-main-side-nav .nsp-nav-container .sub-navfix {
    margin-left: 15px;
}

nav.nsp-main-side-nav .nsp-nav-container ul,
nav.nsp-secondary-side-nav .nsp-nav-container ul {
    padding-left: 0;
}

    nav.nsp-main-side-nav .nsp-nav-container ul.toggle-container li ul li,
    nav.nsp-secondary-side-nav .nsp-nav-container ul.toggle-container li ul li {
        padding-left: 30px;
    }

        nav.nsp-main-side-nav .nsp-nav-container ul.toggle-container li ul li.sub-active,
        nav.nsp-secondary-side-nav .nsp-nav-container ul.toggle-container li ul li.sub-active {
            background: #009639;
            width: 100%;
            font-weight: bold;
        }

    nav.nsp-main-side-nav .nsp-nav-container ul.toggle-nav-list > li > a {
        position: relative;
        margin-bottom: 10px;
        display: block;
        cursor: pointer;
        color: #009639;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        -webkit-transition: margin 0.75s 0s;
        -moz-transition: margin 0.75s 0s;
        transition: margin 0.75s 0s;
    }

    nav.nsp-main-side-nav .nsp-nav-container ul.toggle-nav-list > li > span {
        position: relative;
        margin-bottom: 10px;
        display: block;
        color: #009639;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        -webkit-transition: margin 0.75s 0s;
        -moz-transition: margin 0.75s 0s;
        transition: margin 0.75s 0s;
    }

    nav.nsp-main-side-nav .nsp-nav-container ul.toggle-nav-list > li > a i {
        position: relative;
        top: 5px;
        margin-right: 10px;
        color: #666;
    }

    nav.nsp-main-side-nav .nsp-nav-container ul li ul li.expand > ul,
    nav.nsp-secondary-side-nav .nsp-nav-container ul li ul li.expand > ul {
        max-height: 300px;
    }

    nav.nsp-main-side-nav .nsp-nav-container ul li ul li span {
        cursor: pointer;
    }

    nav.nsp-main-side-nav .nsp-nav-container ul li ul li.expand > span:before {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    nav.nsp-main-side-nav .nsp-nav-container ul li ul li.expand > ul li:hover {
        background: #cae7aa;
        width: 100%;
        font-weight: bold;
    }

        nav.nsp-main-side-nav .nsp-nav-container ul li ul li.expand > ul li:hover a {
            color: #fff;
        }

    nav.nsp-main-side-nav .nsp-nav-container ul li ul li ul li {
        padding: 0 !important;
    }

        nav.nsp-main-side-nav .nsp-nav-container ul li ul li ul li a {
            padding: 7px 0 7px 30px;
            display: block;
        }

    nav.nsp-main-side-nav .nsp-nav-container ul li ul li.active,
    nav.nsp-secondary-side-nav .nsp-nav-container ul li ul li.active {
        background: #009639;
        width: 100%;
        font-weight: bold;
        border-radius: 6px;
    }

        nav.nsp-main-side-nav .nsp-nav-container ul li ul li.active a,
        nav.nsp-secondary-side-nav .nsp-nav-container ul li ul li.active a {
            color: #fff;
            display: block;
        }


/* ==========================================================================
         Breadcrumbs
         ========================================================================== */

ul.nsp-breadcrumbs {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ul.nsp-breadcrumbs li {
        position: relative;
        margin-left: 15px;
        margin-right: 15px;
        float: left;
    }

        ul.nsp-breadcrumbs li:after {
            content: "chevron_right";
            position: absolute;
            top: 4px;
            right: -25px;
            font-family: 'Material Icons';
            font-weight: normal;
            font-style: normal;
            font-size: 18px;
            color: #666;
            display: inline-block;
            line-height: 1;
            text-transform: none;
            letter-spacing: normal;
            word-wrap: normal;
            white-space: nowrap;
            direction: ltr;
            -webkit-font-smoothing: antialiased;
            text-rendering: optimizeLegibility;
            -moz-osx-font-smoothing: grayscale;
            font-feature-settings: 'liga';
        }

        ul.nsp-breadcrumbs li:first-of-type {
            margin-left: 0;
        }

        ul.nsp-breadcrumbs li:last-of-type {
            margin-right: 0;
        }

            ul.nsp-breadcrumbs li:last-of-type:after {
                display: none;
            }

        ul.nsp-breadcrumbs li span {
            font-weight: bold;
            color: #666;
        }

/* ==========================================================================
         Modules
         ========================================================================== */

.nsp-module {
    margin: 0 0 20px;
    padding: 20px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
}

    .nsp-module.header {
        background: #00a3e0;
    }

    .nsp-module.has-header {
        clear: both;
        border-top: 0;
        border-radius: 0 0 6px 6px;
    }

    .nsp-module.header h1 {
        color: #fff;
    }

    .nsp-module.header .nsp-button {
        letter-spacing: 1px;
    }

        .nsp-module.header .nsp-button.action {
            background: #fff;
            color: #00a3e0;
            border: 1px solid #fff;
        }

        .nsp-module.header .nsp-button.secondary {
            background: none;
            color: #fff;
            border: 1px solid #fff;
        }

    .nsp-module.has-tabs {
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .nsp-module.section-header {
        width: 100%;
        margin-bottom: 0;
        padding: 0;
        background: #00a3e0;
        border-bottom: 0;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        float: left;
    }

        .nsp-module.section-header .section-label {
            width: 100%;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
            float: left;
        }

    .nsp-module.table-only {
        padding: 0;
    }

.nsp-module-title {
    margin: 0;
    display: inline-block;
}

.nsp-module .show-more {
    margin: 10px 0 0;
    text-align: center;
    display: inline-block;
    font-size: 13px;
}

.nsp-module span.arrow-down {
    width: 6px;
    height: 6px;
    margin: 5px 5px 0 10px;
    border-right: 3px solid #0072ce;
    border-top: 3px solid transparent;
    border-bottom: 3px solid #0072ce;
    border-left: 3px solid transparent;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    float: right;
}

.nsp-inner-module {
    display: block !important;
    max-height: 500px;
    overflow: auto;
    -webkit-transition: max-height 1s 0s;
    -moz-transition: max-height 1s 0s;
    transition: max-height 1s 0s;
}

    .nsp-inner-module.disabled {
        max-height: 0;
        overflow-y: hidden;
    }

    .nsp-inner-module.no-scroll {
        max-height: none;
        overflow: visible;
    }

.nsp-module-tab {
    height: 25px;
    margin-right: 50px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

    .nsp-module-tab.active {
        color: #00a3e0;
        border-bottom: 2px solid #00a3e0;
    }

/* ==========================================================================
         Button Modules
         ========================================================================== */

.nsp-module-button {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #fff;
    padding: 15px;
    -webkit-tap-highlight-color: transparent;
    transition: all .3s ease-out;
}

.nsp-module-link {
    display: inline-block;
    height: 34px;
    line-height: 22px;
    padding: 5px 0;
    width: 120px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: none;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin: 5px 20px 5px 0;
    border: 1px solid #FFF;
}

    .nsp-module-link.lg {
        padding: 5px 26px;
        width: auto;
    }

.nsp-module-button:first-of-type {
    margin-left: 0;
}

.nsp-module-button:last-of-type {
    margin-right: 0;
}

.nsp-module-button h1 {
    color: #fff;
}

.nsp-module-button i {
    font-size: 48px;
    margin-right: 15px;
}

.nsp-module-button:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.18), 0 2px 12px 0 rgba(0, 0, 0, 0.15);
}

/* ==========================================================================
         Accordion / Expanding content
         ========================================================================== */

.nsp-expandable-content {
    display: none;
    background: #fcfcfc;
    padding: 0 20px;
    border-bottom: 1px solid #e5e5e5;
}

    .nsp-expandable-content table.nsp-table-material {
        margin: 0;
    }

.nsp-expand-header {
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
    padding-left: 12px;
    cursor: pointer;
}

.nsp-expand-row .nsp-expand-trigger {
    cursor: pointer;
}

.nsp-expand-header h3 {
    margin: 0;
    line-height: 24px;
}

.nsp-expandable-content.open {
    display: block;
}

.nsp-expandable-content.no-bg {
    border-bottom: 0;
}

.nsp-expand-header.expand:before,
.nsp-expand-row.expand .nsp-expand-trigger:before {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.nsp-expand-trigger {
    padding-left: 10px;
}

    .nsp-expand-header:before,
    .nsp-expand-trigger:before {
        content: "arrow_drop_down";
        position: absolute;
        left: 0;
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        color: #666;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.nsp-card-support-text .nsp-expand-header,
.nsp-card-support-text .nsp-expandable-content {
    color: #333;
    line-height: inherit;
}

.nsp-expand-header p {
    margin: 0;
}

.nsp-expand-header.slim {
    height: auto !important;
    padding: 5px 0 5px 12px;
}

/* ==========================================================================
         Modals & Side Panel
         ========================================================================== */

body.modal-active {
    overflow: hidden;
}

.nsp-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9999;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0.5s 0s, opacity 0.5s 0s;
    -moz-transition: visibility 0.5s 0s, opacity 0.5s 0s;
    transition: visibility 0.5s 0s, opacity 0.5s 0s;
}

    .nsp-modal-container.disabled {
        visibility: hidden;
        opacity: 0;
    }

.nsp-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    max-height: calc(100% - 100px);
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transform: translate(-50%, -50%);
    -webkit-transition: top 0.5s 0s;
    -moz-transition: top 0.5s 0s;
    transition: top 0.5s 0s;
}

    .nsp-modal.sm {
        width: 480px;
    }

    .nsp-modal.med {
        width: 600px;
    }

    .nsp-modal.lg {
        width: 960px;
    }

    .nsp-modal.full {
        width: 100%;
        height: 100%;
        margin: 0;
        left: 0;
        top: 0;
        border-radius: 0;
        overflow-y: auto;
        max-height: none;
        transform: none;
    }

    .nsp-modal.scrollable {
        max-height: 500px;
        overflow-y: auto;
    }

    .nsp-modal.has-overflow {
        overflow-y: auto;
    }

.nsp-modal-container.disabled .nsp-modal {
    top: 40%;
}

.nsp-modal-container .modal-close {
    cursor: pointer;
}

.nsp-modal.modular {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    padding: 0;
}

    .nsp-modal.modular .nsp-modal-header,
    .nsp-modal.modular .nsp-modal-content,
    .nsp-modal.modular .nsp-modal-footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nsp-modal.modular .nsp-modal-header {
        padding-top: 20px;
        border-bottom: 1px solid #e6e6e6;
    }

    .nsp-modal.modular .nsp-modal-content {
        padding-top: 10px;
        overflow-y: auto;
    }

/* IE modal scroll bug fix */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .nsp-modal.modular .nsp-modal-content {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-height: 200px;
    }
}

.nsp-modal.modular .nsp-modal-footer {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Side Panel */

.nsp-side-panel-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9999;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0.5s 0s, opacity 0.5s 0s;
    -moz-transition: visibility 0.5s 0s, opacity 0.5s 0s;
    transition: visibility 0.5s 0s, opacity 0.5s 0s;
}

    .nsp-side-panel-container.disabled {
        visibility: hidden;
        opacity: 0;
    }

        .nsp-side-panel-container.disabled .nsp-side-panel {
            right: -350px;
        }

            .nsp-side-panel-container.disabled .nsp-side-panel.lg {
                right: -600px;
            }

.nsp-side-panel {
    position: fixed;
    width: 350px;
    height: 100%;
    padding: 20px;
    background: #fff;
    -webkit-transition: right 0.5s 0.1s, width 0.5s 0.1s;
    -moz-transition: right 0.5s 0.1s, width 0.5s 0.1s;
    transition: right 0.5s 0.1s, width 0.5s 0.1s;
}

    .nsp-side-panel.lg {
        width: 600px;
    }

    .nsp-side-panel.from-right {
        right: 0;
    }

    .nsp-side-panel.from-left {
        left: 0;
    }

/* ==========================================================================
         Toggle Switch
         ========================================================================== */

.nsp-toggle-switch {
    position: relative;
    width: 50px;
    height: 26px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    background: #d8d9db;
    cursor: pointer;
}

    .nsp-toggle-switch .nsp-switch-button {
        position: absolute;
        top: 3px;
        left: 3px;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background: #fff;
        -webkit-transition: left 0.5s;
        -moz-transition: left 0.5s;
        transition: left 0.5s;
    }

    .nsp-toggle-switch.active {
        background: #6abe73;
    }

        .nsp-toggle-switch.active .nsp-switch-button {
            left: 27px;
        }

/* ==========================================================================
         Cards
         ========================================================================== */
.nsp-card-icon {
    padding: 10px;
    float: left;
}

    .nsp-card-icon .material-icons {
        font-size: 44px;
        color: #666;
    }

h3.nsp-news-link {
    margin-top: 0;
    display: inline-block;
}

.news .nsp-card-support-text {
    padding-left: 0;
}

.nsp-card.news p {
    margin-top: 0;
}

.nsp-card.news.top {
    margin-top: 20px;
}

    .nsp-card.news.top:first-of-type {
        margin-top: 0;
    }

.nsp-card.news.sub {
    border-top-left-radius: 0;
}

.nsp-card-block {
    border-bottom: 1px solid #eaeaea;
}

    .nsp-card-block:last-of-type {
        border-bottom: 0px;
    }

.nsp-card {
    /* box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
            -webkit-tap-highlight-color: transparent;
          -webkit-tap-highlight-color: rgba(255,255,255,0);  */
    font-weight: 400;
    overflow: hidden;
    z-index: 1;
    position: relative;
    /*background: #fff;*/
    border-radius: 2px;
    box-shadow: none !important;
    background: #cbf1ff;
}

.nsp-card-title h2 {
    font-weight: bold;
    font-size: 14px;
}

.nsp-card-title {
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}

.nsp-card-support-text {
    color: rgba(0, 0, 0, .54);
    line-height: 18px;
    overflow: hidden;
    padding: 16px;
}

.full-height {
    padding: 20px;
    overflow: auto;
}

a {
    outline: 0 !important;
}

.nsp-card-title .expand:before {
    content: "arrow_drop_down";
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nsp-card-title.active .expand:before {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.can-expand .nsp-card-container {
    max-height: 0;
    -webkit-transition: max-height 1s 0s;
    -moz-transition: max-height 1s 0s;
    transition: max-height 1s 0s;
    overflow: hidden;
}

.can-expand.active .nsp-card-container {
    max-height: 2000px;
}

/* ==========================================================================
         Messages & Alerts
         ========================================================================== */

.msg {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 5px 20px 5px 50px;
    border-radius: 16px;
    border: 1px solid transparent;
    min-height: 34px;
}

    .msg.disabled {
        height: 0;
        min-height: 0;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
        border: none;
    }

    .msg.animated {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .msg i {
        position: absolute;
        top: 5px;
        left: 15px;
    }

    .msg a {
        color: #fff;
        font-weight: bold;
    }

    .msg.info {
        background: #e8f5ff;
        color: #333;
    }

        .msg.info i {
            color: #0072ce;
        }

        .msg.info a {
            color: #0072ce;
        }

    .msg.success {
        background: #33ab61;
        color: #ffffff;
    }

        .msg.success i {
            color: #01762e;
        }

    .msg.warning {
        background: #ffe4bd;
        color: #333;
    }

        .msg.warning i {
            color: #Feb64b;
        }

    .msg.error {
        background: #fdefef;
        color: #e73232;
        border: 1px solid #e73232;
    }

        .msg.error i {
            color: #e73232;
        }

        .msg.error a {
            color: #e73232;
        }

/* ==========================================================================
         Input Validation
         ========================================================================== */

span.input-val {
    position: relative;
    top: 3px;
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 4px;
    background-color: #b34e4d;
    text-shadow: 0 -1px 0 #592726;
    display: block;
}

    span.input-val:before {
        position: absolute;
        top: -12px;
        left: 10%;
        content: '';
        background: transparent;
        border: 6px solid transparent;
        border-bottom-color: #b34e4d;
    }

div.input-val label {
    color: #b34e4d;
}

div.input-val input[type=text],
div.input-val select {
    border: 2px solid #b34e4d;
}

div.input-val:before,
div.input-val:after {
    top: 90%;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    pointer-events: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms
}

div.input-val:before {
    left: 10%;
    margin-top: -12px;
    border-bottom-color: #383838;
    content: '';
    background: transparent;
    border: 6px solid transparent;
    border-bottom-color: #b34e4d;
}

div.input-val:after {
    width: 96%;
    width: calc(100% - 20px);
    content: attr(data-val);
    background: #383838;
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 4px;
    background-color: #b34e4d;
    text-shadow: 0 -1px 0 #592726;
}

/* fixes the positioning issues with IE and FF */
.row [class*="nsp-col-"]:first-of-type .input-val:after,
.effective-date .row [class*="nsp-col-"] .input-val:after {
    width: 100%;
    left: 0;
}

div.input-val:hover:after,
div.input-val:hover:before,
div.input-val:focus:after,
div.input-val:focus:before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(8px);
    moz-transform: translateY(8px);
    transform: translateY(8px)
}

/* ==========================================================================
         New Input Validation
         ========================================================================== */

.nsp-val-error,
.input-validation-error {
    border: 1px solid #e73232 !important;
}

/* ==========================================================================
         Icons
         ========================================================================== */

/* Custom Icons */

.nsp-icon-button {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

    .nsp-icon-button.med {
        width: 48px;
        height: 48px;
        line-height: 48px;
    }

.nsp-icon-button-text .material-icons {
    float: left;
    padding-right: 5px;
}

.nsp-icon-button-text span {
    display: inline-block;
    margin-top: 3px;
    text-transform: uppercase;
    font-weight: bold;
    color: #004c97;
}

.nsp-circle {
    position: relative;
    top: 5px;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    border: 2px solid transparent;
    border-radius: 10px;
    display: inline-block;
}

    .nsp-circle.outer-blue {
        border: 1px solid #00a3e0;
    }

    .nsp-circle.outer-green {
        border: 1px solid #009639;
    }

/* ==========================================================================
         Form Elements
         ========================================================================== */

.nsp-input label,
.nsp-label
/* span */ {
    display: block;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

    .nsp-input label.required:after,
    .nsp-label.required:after
    /* span */ {
        content: "*";
        position: relative;
        bottom: 2px;
        color: #f79b9b;
        font-size: 12px;
    }

    .nsp-input label.allow-wrap,
    .nsp-label.allow-wrap {
        white-space: normal;
        overflow: visible;
    }

.nsp-input.inline {
    display: inline-block;
}

    .nsp-input.inline label {
        font-weight: normal;
        display: inline;
    }

    .nsp-input.inline.check-list,
    .nsp-input.inline.checkbox-list,
    .nsp-input.inline.radio-list {
        clear: both;
        display: block;
    }

.nsp-input.checkbox-list.app label,
.nsp-input.radio-list.app label {
    font-weight: normal;
}

.nsp-input.checkbox-list input,
.nsp-input.radio-list input,
.nsp-input.inline.radio input {
    display: block;
    margin-top: 6px;
    float: left;
}

.nsp-input.inline.radio label {
    margin-right: 10px;
}

.nsp-input.search {
    position: relative;
}

    .nsp-input.search input[type=submit],
    .nsp-input.search input[type=button] {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

.nsp-input.nsp-search {
    position: relative;
}

    .nsp-input.nsp-search:after {
        content: "search";
        position: absolute;
        top: 6px;
        right: 10px;
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 21px;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
    }

.nsp-input input[type=checkbox],
.nsp-input input[type=radio] {
    margin-right: 10px;
}

.nsp-input input:not([type="radio"]):not([type="checkbox"]):not([type=submit]),
.nsp-input select,
.nsp-input textarea {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    padding: 5px 10px;
    width: 100%;
    height: 32px;
    background-color: #fff;
    font-weight: normal;
    font-family: 'Noto Sans', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nsp-input textarea {
    height: 64px;
    resize: none;
}

    .nsp-input input:not([type="radio"]):not([type="checkbox"]):not([type=submit]):disabled,
    .nsp-input select:disabled,
    .nsp-input textarea:disabled {
        background-color: #f3f3f3;
        box-shadow: none;
        font-weight: normal;
        color: #333;
        border-color: #e5e5e5;
    }

        .nsp-input input:not([type="radio"]):not([type="checkbox"]):not([type=submit]):disabled:active,
        .nsp-input input:not([type="radio"]):not([type="checkbox"]):not([type=submit]):disabled:focus,
        .nsp-input select:disabled:active,
        .nsp-input select:disabled:focus,
        .nsp-input textarea:disabled:active,
        .nsp-input textarea:disabled:focus {
            outline: none;
            color: inherit;
            border-color: #e5e5e5;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            font-weight: normal;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .nsp-input input:not([type="radio"]):not([type="checkbox"]):not([type=submit]):active,
    .nsp-input select:active,
    .nsp-input textarea:active,
    .nsp-input input:not([type="radio"]):not([type="checkbox"]):not([type=submit]):focus,
    .nsp-input select:focus,
    .nsp-input textarea:focus {
        outline: none;
        color: #225e06;
        border-color: #6ccd43;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
    }

.nsp-input.state-full select {
    width: 150px;
}

/* ==========================================================================
         Overflow
         ========================================================================== */

.toggle-nav {
    line-height: 75px;
    display: none;
}

.graph img {
    width: 100%;
}

.show-grid [class*=nsp-col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #e5e5e5;
    border: 1px solid #ccc;
}

.graph-indicator {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    display: inline-block;
}

/* Dashboard Paycheck Module */
.paycheck-links li:first-child {
    border-right: 1px solid #e5e5e5;
}

.paycheck-links li a i {
    position: relative;
    top: 7px;
}

.nsp-module.company-resources .nsp-module-title {
    width: calc(100% - 24px);
}

.nsp-img-sections p {
    height: 80px;
}

/* ==========================================================================
         Announcements
         ========================================================================== */

table.announcements a.subject {
    color: #333;
}

table.announcements .new .subject,
table.announcements .new .date {
    font-weight: bold;
}

/* ==========================================================================
         401K
         ========================================================================== */

.bar-graph-item {
    height: 20px;
    vertical-align: middle;
}

/* ==========================================================================
         Compliance Posters
         ========================================================================== */

.cp {
    display: none;
}

#formError {
    display: none;
}

    #formError.alert {
        color: #e73232;
    }

/* ==========================================================================
         Checklist
         ========================================================================== */

.nsp-checklist-count {
    position: relative;
    top: -3px;
    padding: 2px 8px;
    background: #e73232;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.nsp-checklist-container {
    max-height: 250px;
    padding-right: 10px;
    overflow: auto;
}

.nsp-checklist-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px 20px;
    background: #fafafa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

    .nsp-checklist-item:last-child {
        margin-bottom: 0;
    }

.nsp-checklist-item-cell:first-child {
    margin-right: 15px;
    cursor: pointer;
}

.nsp-checklist-item-cell:last-child {
    margin-left: auto;
}

.nsp-checklist-item .status-complete {
    display: none;
}

.nsp-checklist-item i {
    position: relative;
    top: 4px;
}

.nsp-checklist-item a {
    font-weight: bold;
}

.nsp-checklist-item.completed a,
.nsp-checklist-item.completed span {
    text-decoration: line-through;
}

.nsp-checklist-item.completed .status-new {
    display: none;
}

.nsp-checklist-item.completed .status-complete {
    display: inline-block;
}

/* ==========================================================================
         Angular fix for screenshare
         ========================================================================== */

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

/* ==========================================================================
         Media Queries
         ========================================================================== */

@media not print {

    /* Extra Small Devices - Phones */
    @media (max-width:767px) {
        body {
            font-size: 13px;
        }

        .nsp-layout.has-side-nav main,
        .nsp-layout.has-side-nav.has-secondary-side-nav main {
            margin-left: auto;
        }

        /*
           * the navigation classes are the opposite on mobile resolutions,
           * so that the navigation is hidden on initial load by default.
           * '.side-nav-hidden' actually represents visible state on mobile.
           */

        .nsp-layout.has-side-nav nav.nsp-main-side-nav,
        .nsp-layout.has-side-nav.has-secondary-side-nav nav.nsp-secondary-side-nav {
            left: -90%;
        }

        .nsp-layout.has-side-nav.side-nav-hidden nav.nsp-main-side-nav,
        .nsp-layout.has-side-nav.side-nav-hidden nav.nsp-secondary-side-nav {
            display: block;
            left: 0;
        }

        .nsp-layout.has-side-nav.has-secondary-side-nav.side-nav-hidden main,
        .nsp-layout.has-side-nav.has-secondary-side-nav.side-nav-hidden footer {
            margin-left: 0;
        }

        header.nsp-main-header .search {
            width: auto;
            max-width: 150px;
            margin-left: 40px;
        }

        nav.nsp-main-side-nav {
            top: 60px;
            width: 90%;
            border-right: none;
            z-index: 998;
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        }

        nav.nsp-secondary-side-nav {
            width: 90%;
            border-right: none;
            z-index: 997;
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        }

        nav.nsp-main-side-nav:after {
            display: none;
        }

        nav.nsp-main-side-nav .nsp-nav-container {
            margin-top: 15px;
        }

            /* TODO: Possibly rethink how these nav items work on smaller devices.
             currently, the .active item is hidden on this resolution, which works great, but is confusing. */

            nav.nsp-main-side-nav .nsp-nav-container ul.toggle-nav-list li ul {
                display: block;
            }

            nav.nsp-main-side-nav .nsp-nav-container ul.toggle-nav-list > li ul.active {
                display: none;
            }

        .nsp-hidden-xs,
        .nsp-hidden-sm {
            display: none !important;
        }

        .nsp-block-xs {
            display: block !important;
        }

        .row {
            margin-bottom: 0;
        }

        [class*=nsp-col-] {
            width: 100%;
            margin-bottom: 10px;
        }

        [class*=nsp-col-offset-] {
            margin-left: 0;
        }

        .nsp-display-header [class*=nsp-col-] {
            border-left: none;
        }

        .inline-item.nsp-input {
            margin: 0 0 10px 0;
            display: block;
        }

        .nsp-input input:not([type=radio]):not([type=checkbox]):not([type=submit]),
        .nsp-input select {
            width: 100% !important;
        }

        h1 {
            font-size: 18px;
        }

        h2 {
            font-size: 15px;
        }

        h3 {
            font-size: 13px;
        }

        .pull-left-xs,
        .pull-left-sm,
        .pull-left-md {
            float: left;
        }

        .pull-right-xs,
        .pull-right-sm,
        .pull-right-md {
            float: right;
        }

        .text-left-xs,
        .text-left-sm,
        .text-left-md {
            text-align: left;
        }

        .text-right-xs,
        .text-right-sm,
        .text-right-md {
            text-align: right;
        }

        .nsp-module-title {
            display: block;
        }

        #paydate-toggle {
            min-width: 170px;
        }

        .nsp-module ul.nsp-module-tools {
            position: relative;
            top: 0;
            left: -15px;
            float: left;
        }

        /* Tables */
        .cell-icon {
            width: auto;
        }

        table tr th.flex-middle,
        table tr td.flex-middle {
            display: flex !important;
            justify-content: center;
            /* align horizontal */
            align-items: center;
            /* align vertical */
        }

        footer {
            margin-left: 0 !important;
        }
    }

    /* Small Devices - Tablets */
    @media (min-width:768px) and (max-width:991px) {
        body {
            font-size: 13px;
        }

        .nsp-module-button i {
            display: none;
        }

        .nsp-hidden-sm {
            display: none !important;
        }

        [class*=nsp-col-].nsp-expand-sm,
        [class*=nsp-col-].nsp-expand-md,
        .row.nsp-expand-sm [class*=nsp-col-],
        .row.nsp-expand-md [class*=nsp-col-] {
            width: 100%;
            margin-bottom: 10px;
        }

        [class*=nsp-col-offset-] {
            margin-left: 0;
        }

        h1 {
            font-size: 21px;
        }

        h2 {
            font-size: 16px;
        }

        h3 {
            font-size: 14px;
        }

        .pull-left-sm,
        .pull-left-md {
            float: left;
        }

        .pull-right-sm,
        .pull-right-md {
            float: right;
        }

        .text-left-sm,
        .text-left-md {
            text-align: left;
        }

        .text-right-sm,
        .text-right-md {
            text-align: right;
        }

        /* Tables */
        .cell-icon {
            width: auto;
        }

        table tr th.flex-middle,
        table tr td.flex-middle {
            display: flex !important;
            justify-content: center;
            /* align horizontal */
            align-items: center;
            /* align vertical */
        }
    }

    /* Medium Devices - Desktops */
    @media (min-width:992px) and (max-width:1279px) {
        body {
            font-size: 13px;
        }

        .nsp-hidden-md {
            display: none !important;
        }

        [class*=nsp-col-].nsp-expand-md,
        .row.nsp-expand-md [class*=nsp-col-] {
            width: 100%;
            margin-bottom: 10px;
        }

        .pull-left-md {
            float: left;
        }

        .pull-right-md {
            float: right;
        }

        .text-left-md {
            text-align: left;
        }

        .text-right-md {
            text-align: right;
        }
    }

    /* Large Devices - Desktops */
    @media (min-width:1280px) {
        .nsp-hidden-lg {
            display: none !important;
        }

        header.nsp-main-header .search {
            width: 22%;
        }
    }

    /* Dashboard Colored Blocks */
    @media (min-width: 1279px) and (max-width: 1690px) {
        .nsp-col-6 .nsp-module-button i {
            display: none;
        }
    }

    /* Dashboard Colored Blocks */
    @media (min-width: 1279px) and (max-width: 1435px) {
        .nsp-col-6 .nsp-module-button {
            height: 171px;
        }
    }

    @media (min-width: 3040px) {
        main {
            margin-left: auto !important;
        }

        header.nsp-main-header .search {
            width: 25%;
        }
    }
}

@media print {

    header.nsp-main-header,
    nav.nsp-main-side-nav {
        display: none;
    }

    .nsp-layout main,
    .nsp-layout footer {
        margin-left: 0 !important;
    }
}
