/* Minification failed. Returning unminified contents.
(2029,35): run-time error CSS1046: Expect comma, found '0'
(2029,39): run-time error CSS1046: Expect comma, found '/'
(2029,66): run-time error CSS1046: Expect comma, found '0'
(2029,70): run-time error CSS1046: Expect comma, found '/'
 */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(MaterialIcons-Regular.woff2) format('woff2'), url(MaterialIcons-Regular.woff) format('woff'), url(MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.phoneRegionCodeContainer {
    display: grid;
    grid-template-columns: 11.5em 1fr;
    grid-gap: .5em;
    padding-bottom: .5em;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}
.input-block.focus .focus-info-box {
    display: block !important;
}

    .input-block.focus .focus-info-box.no-hover {
        display: none !important;
    }

.focus-info-box {
    position: relative;
    top: 3px;
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 4px;
    background-color: #00a3e0;
    display: none;
}

    .focus-info-box:before {
        position: absolute;
        top: -12px;
        left: 10%;
        content: '';
        background: transparent;
        border: 6px solid transparent;
        border-bottom-color: #00a3e0;
    }

.top {
    padding-top: .85em;
}

.bottom {
    padding-bottom: .85em;
}

.bold {
    font-weight: bold;
}


.spacing {
    display: block;
}

.custom-danger {
    color: #e73232;
}

#loading-spinner {
    padding: 5em 0;
}

#controls {
    padding-top: 1em;
}

.msg.warning {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    line-height: initial;
}

.msg.warning .material-icons:before {
    content: ''
}
/* ==========================================================================
   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: sans-serif;
}

body {
    margin: 0;
}

/* ==========================================================================
      Links
      ========================================================================== */
a:focus {
    outline: 0;
}

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
      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;
}

/* ==========================================================================
      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;
}

/* ==========================================================================
      Base Defaults
      ========================================================================== */
html {
    width: 100%;
    height: 100%;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    background: #004c97;
    font-family: 'Noto Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    line-height: 24px;
    color: #333;
}

hr {
    margin: 25px 0;
    border: 0;
    height: 0;
    border-top: 1px solid #d6d7d9;
    clear: both;
}

.hidden,
.msg.hidden {
    display: none;
}

/* ==========================================================================
      Elements
      ========================================================================== */
main {
    position: relative;
    max-width: 2000px;
    margin: 0 auto;
    padding: 20px;
    display: block;
}

a {
    text-decoration: none;
    color: #0072ce;
}

p {
    max-width: 800px;
}

h1,
.main-title {
    font-size: 24px;
    font-weight: normal;
    color: #009639;
}

h2 {
    font-size: 18px;
    font-weight: bold;
}

h3 {
    font-size: 15px;
}

    h1 span,
    h2 span,
    h3 span {
        color: #666666;
    }

.h-lite {
    margin: 0;
    font-weight: normal;
}

/* ==========================================================================
       NSP Grid Layout
       ========================================================================= */
main {
    position: relative;
    max-width: 2000px;
    margin: 0 auto;
    padding: 20px;
    display: block;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
}

.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 {
    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-module {
    margin: 0 0 20px;
    padding: 20px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
}

/* ==========================================================================
      Inputs
      ========================================================================== */
.nsp-input label,
.nsp-label {
    display: block;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.nsp-input input[type=text],
.nsp-input input[type=password],
.nsp-input input[type=datetime],
select,
input[type=text],
input[type=password],
input[type=datetime] {
    border: 1px solid #dfdfdf;
    -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% !important;
    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 input:not([type="radio"]):not([type="checkbox"]):disabled,
.nsp-input select:disabled,
.nsp-input textarea:disabled {
    background-color: #ededed;
    box-shadow: none;
    font-weight: normal;
    color: #999;
    border-color: #dfdfdf;
}

.nsp-input.full input {
    width: 100% !important;
}

.nsp-input.stacked {
    padding-bottom: 20px;
}

/* ==========================================================================
      buttons
      ========================================================================== */
input[type=submit],
.nsp-button {
    height: 34px;
    line-height: 17px;
    padding: 5px 0;
    width: 120px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 5px 20px 5px 0;
    border: 1px solid transparent;
}

    input[type=submit]:last-of-type,
    .nsp-button:last-of-type {
        margin-right: 0 !important;
    }

    input[type=submit]:disabled {
        height: 34px;
        background: #f3f3f3;
        color: #999999;
        border: 1px solid #e5e5e5;
    }

a.nsp-button {
    display: block;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
}

.nsp-button.action {
    background: #FF671F;
    color: #ffffff;
}

.nsp-button.primary {
    background: #077abb;
    color: #ffffff;
}

.nsp-button.secondary {
    border: 1px solid #e5e5e5;
    color: #004C97;
    background-color: #ffffff;
}

/* ==========================================================================
      alerts, validations, messages
      ========================================================================== */
.msg {
    display: block;
    margin: 0 auto;
    padding: 5px 16px;
    border-radius: 16px;
    border: 1px solid transparent;
    min-height: 34px;
}

    .msg .material-icons {
        padding-right: 15px;
        float: left;
    }

    .msg.info {
        background: #e8f5ff;
        color: #333;
    }

        .msg.info .material-icons {
            color: #0072ce;
        }

    .msg.success {
        background: #33ab61;
        color: #ffffff;
    }

        .msg.success .material-icons {
            color: #01762e;
        }

    .msg.warning {
        background: #ffe4bd;
        color: #333333;
    }

        .msg.warning .material-icons {
            color: #feb64b;
        }

    .msg.error,
    .msg.errors {
        background: #fdefef;
        color: #e73232;
    }

        .msg.error .material-icons,
        .msg.errors .material-icons {
            color: #e73232;
        }

.input-val-error {
    color: #e73232;
}

.input-val,
.nsp-input label.error {
    position: relative;
    top: 3px;
    color: #e73232;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 12px;
    display: block;
}

.nsp-input input.error {
    border: 1px solid #e73232;
}

.input-val:before,
.nsp-input label.error:before {
    position: absolute;
    top: -12px;
    left: 10%;
    content: '';
    background: transparent;
    border: 6px solid transparent;
    border-bottom-color: #e73232;
}

/*label.required:after{
     content: "*";
     position: relative;
     bottom: 2px;
     color: #f79b9b;
     font-size: 14px;
     margin-left: 3px;
   }*/
/* ==========================================================================
      Tabs
      ========================================================================== */
.nsp-tabs .tab-nav-container {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.nsp-tabs .tab-container {
    float: left;
    width: 100%;
    height: 100%;
    padding: 25px;
}

.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;
    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:first-of-type {
    border-left: 1px solid #e5e5e5;
    border-top-left-radius: 6px;
}

.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 {
    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.ui-state-active {
        color: #000;
        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 {
        color: #666;
        line-height: 45px;
        background-image: none;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding: 0px 20px;
        display: block;
        margin: 2px 5px;
        font-weight: bold;
        width: auto;
        min-width: 140px;
        text-decoration: none;
    }

        .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;
    }

/* ==========================================================================
      utilities
      ========================================================================== */
.mb-0 {
    margin-bottom: 0;
}

/* ==========================================================================
      datepicker
      ========================================================================== */
.ui-datepicker {
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    padding: 10px;
    position: relative;
    margin-top: 15px;
    display: none;
}

    .ui-datepicker:after,
    .ui-datepicker:before {
        bottom: 100%;
        left: 30px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .ui-datepicker:after {
        border-color: transparent;
        border-bottom-color: #fff;
        border-width: 10px;
        margin-left: -10px;
    }

    .ui-datepicker:before {
        border-color: transparent;
        border-bottom-color: rgba(0, 0, 0, 0.12);
        border-width: 13px;
        margin-left: -13px;
    }

    .ui-datepicker table.ui-datepicker-calendar {
        margin: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        overflow: hidden;
    }

        .ui-datepicker table.ui-datepicker-calendar tbody {
            border-top: 1px solid #e9e9e9;
        }

.ui-datepicker-header {
    border: none;
    background: transparent;
    font-weight: normal;
    font-size: 15px;
    color: #333;
    margin: 5px 0 10px 0;
}

    .ui-datepicker-header .ui-state-hover {
        background: transparent;
        border-color: transparent;
        cursor: pointer;
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0;
        -moz-background-clip: padding;
        border-radius: 0;
        background-clip: padding-box;
    }

.ui-datepicker .ui-datepicker-title {
    color: #333;
    text-align: center;
}

.ui-datepicker-title select {
    border: 0;
    width: auto !important;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    border: none;
    line-height: 15px;
    font-size: 25px;
}

.ui-datepicker .ui-datepicker-next {
    float: right;
    margin-right: 30px;
    color: #0072ce;
}

.ui-datepicker .ui-datepicker-prev {
    float: left;
    margin-left: 30px;
    color: #0072ce;
}

    .ui-datepicker .ui-datepicker-next span,
    .ui-datepicker .ui-datepicker-prev span {
        background-image: none;
        margin-top: 0;
        top: 0;
        font-weight: normal;
        display: none;
    }

    .ui-datepicker .ui-datepicker-prev:before {
        content: "\2039";
        display: block;
        margin-top: 5px;
    }

.ui-datepicker .ui-datepicker-next:before {
    content: "\203A";
    display: block;
    margin-top: 5px;
}

.ui-datepicker table {
    margin: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow: hidden;
}

.ui-datepicker th {
    color: #009639;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 800;
    border: none;
}

.ui-datepicker td {
    background: #fff;
    border: none;
    padding: 0;
    text-align: center;
}

    .ui-datepicker td .ui-state-default {
        background: transparent;
        border: 1px solid;
        border-color: transparent;
        text-align: center;
        padding: 0;
        margin: 0;
        color: #333;
        font-size: 14px;
    }

.ui-state-disabled {
    opacity: 1;
}

    .ui-state-disabled .ui-state-default {
        color: #fba49e;
    }

.ui-datepicker td .ui-state-active {
    background: transparent;
    border: 1px solid #81c342;
    display: block;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.ui-datepicker td .ui-state-hover {
    background: #fff7b7;
    display: block;
}

.ui-datepicker td .ui-state-default,
.ui-datepicker td .ui-state-default {
    padding: 5px 8px;
    display: block;
}

.ui-datepicker td.ui-datepicker-other-month .ui-state-default {
    color: #999999;
}

.datepicker-wrapper {
    display: inline-block;
    position: relative;
}

    .datepicker-wrapper span[contenteditable=true] {
        border-bottom: 1px dashed #225e06;
    }

    .datepicker-wrapper input.datepicker {
        border: none;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        top: 0;
        left: 0;
        cursor: pointer;
    }

th[class^="hide-"],
th[class*="hide-"],
td[class^="hide-"],
td[class*="hide-"] {
    display: none;
}

/* ==========================================================================
      passport
      ========================================================================== */
body.framed-content {
    background: #fff;
}

.login .nsp-module,
.nsp-module.middle-module {
    width: 460px;
    margin: 0 auto;
    padding: 20px 50px;
    padding-bottom: 40px;
}

.nsp-input.stacked label.error,
.nsp-input.stacked .input-val {
    max-width: 280px;
}

td span.bodytext,
td label.bodytext {
    font-weight: bold;
    color: #333;
    font-size: 13px;
}

/*.bodytext.lblHeader {
       display: none;
   }*/
.hlinkUsernameLink {
    display: inline-block;
    padding-bottom: 20px;
    padding-top: 5px;
}

table.passwordviewwidth {
    width: 100%;
}

#LogoImage.LogoImage {
    display: block;
}

.nsp-input .inline-group a {
    padding-left: 20px;
}

.nsp-input.lg label.error {
    clear: both;
}

.title-with-sub h1 {
    margin: 0;
    padding-left: 8px;
}

.title-with-sub h2 {
    font-weight: normal;
    padding-left: 8px;
}

.validation-summary-errors {
    margin-left: -10px;
    margin-right: -10px;
    width: 100%;
}

    .validation-summary-errors li {
        display: block;
        margin: 0 auto;
        padding: 5px 16px;
        border-radius: 5px;
        border: 1px solid #e73232;
        color: #e73232;
        min-height: 34px;
        list-style-type: none;
    }

    .validation-summary-errors ul {
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
    }

    .validation-summary-errors li a {
        color: #0072ce;
    }

/*create passport*/
.center.logo {
    background: url(images/insperity_logo.png) no-repeat left top;
    height: 45px;
    padding-bottom: 20px;
    margin-top: 20px;
}

.center {
    text-align: center;
}

span.field-validation-error,
span.val-error {
    color: #e73232;
    display: block;
}

input.input-validation-error {
    border: 1px solid #e73232 !important;
}

.val-alert {
    padding-left: 10px;
    font-style: italic;
    float: left;
}

.input-block.focus .focus-info-box {
    display: block;
}

    .input-block.focus .focus-info-box.no-hover {
        display: none;
    }

.focus-info-box {
    position: relative;
    top: 3px;
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 4px;
    background-color: #00a3e0;
    display: none;
}

    .focus-info-box:before {
        position: absolute;
        top: -12px;
        left: 10%;
        content: '';
        background: transparent;
        border: 6px solid transparent;
        border-bottom-color: #00a3e0;
    }

.profileMask,
.passwordMask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 1;
}

.profileMask,
.passwordMask {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    -khtml-opacity: 0.01;
    opacity: 0.01;
}

.profileLoadWait,
.passwordLoadWait {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url('../images/LoadingWait.gif');
    background-position: center center;
}

.inline-group {
    display: inline-block;
    margin-right: 10px;
}

    .inline-group.create1 label {
        float: left;
    }

p.note {
    margin: 0;
    font-size: 12px;
}

.accountupdatemargins {
    margin: 0;
}

.accountupdatewidth {
    width: 100%;
}

span.nsp-label {
    display: block !important;
}

span.answer-label {
    height: 40px;
    display: block;
    font-weight: bold;
}

.bodytext input[type=checkbox] {
    display: block;
    float: left;
    margin-top: 6px;
    margin-right: 5px;
}

.bodytext {
    font-size: 13px;
}

.kbaregistrationviewwidth {
    width: 100%;
}

.row.footer p {
    max-width: 100%;
    width: 100%;
    color: #fff;
    margin: 0;
}

.row.footer a {
    color: #Fff;
}

    .row.footer a.border-left {
        border-left: 1px solid #ffffff;
        padding-left: 10px;
        margin-left: 10px;
    }

.nsp-input {
    padding-top: .25em;
}

.nsp-input.full input[type='radio'] {
    width: auto !important;
    float: left;
    padding-right: 5px;
    display: block;
    margin-top: -3px;
    margin-right: 5px;
}

#divFooter {
    height: auto;
}

#divCopyright p {
    padding: 0;
    padding-bottom: 5px;
    margin: 0;
    font-size: 13px;
}

#divCopyright a {
    font-size: 13px;
}

/*
.pswd-invalid:before,
.pswd-invalid-char:before {
    font-family: 'Material Icons';
    content: '\e5c9';
    font-size: 20px;
    line-height: 24px;
    color: #e73232;
    display: block;
    float: left;
    padding-right: 6px;
}

.pswd-valid:before,
.pswd-valid-char:before,
.pswd-notrequired:before {
    font-family: 'Material Icons';
    content: '\e86c';
    font-size: 20px;
    line-height: 24px;
    color: #009639;
    display: block;
    float: left;
    padding-right: 6px;
}

.pswd-notrequired:before {
    color: #666;
}
*/

ul.no-bullets li {
    list-style-type: none;
}

ul.mt-0 {
    margin-top: 0;
}

.nsp-input label span {
    font-weight: normal;
    padding-left: 20px;
}

.main-logo {
    background: url(images/insperity_logo.png) no-repeat;
    background-position: center;
    background-size: contain;
    height: 75px;
    margin-top: 25px;
    margin-bottom: 16px;
}

.login-screen input.btn-secureauth {
    width: 100%;
}

#create-account hr {
    margin: 0;
}

#create-account #divFooter {
    padding: 0;
    margin: 0;
}

#create-account {
    display: none;
}

.trKeypad {
    display: none;
}

td.tcSubmit {
    padding-left: 0 !important;
}

.LBD_CaptchaDiv .LBD_CaptchaImageDiv {
    margin-bottom: 10px !important;
}

.forgotusernamewidth ul {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.row.pt-30 {
    padding-top: 30px;
}

.radiobutton input {
    display: inline;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.radiobutton label {
    float: left;
    display: block;
    font-weight: normal;
}

span.radiobutton {
    height: 23px;
    line-height: 23px;
}

label[id*='_PasswordStrength'] {
    margin-left: 120px;
    margin-top: 3px;
}

.securityviolationviewwidth {
    width: 100% !important;
}

.row.question {
    clear: both;
}

.field-group .inline-group {
    float: left;
    padding-bottom: 20px;
}

.row.clear {
    clear: both;
}

a,
a:link {
    font-size: 13px;
}

    a:hover {
        font-size: 13px;
    }

.login-screen .hlinkUsernameLink,
.login-screen .hlinkPasswordLink {
    display: none;
}

.privacy input {
    float: left;
    margin-top: 6px;
}

.privacy label {
    float: left;
    padding-left: 8px;
}

.trBR {
    display: none;
}

.tcButton,
.tcSubmit {
    padding-top: 20px;
}

.txt-right {
    text-align: right;
}

.row.workflow-header {
    display: none;
}

    .row.workflow-header.forgot-username,
    .row.workflow-header.forgot-password {
        display: block;
    }

/*Media Queries*/
@media (max-width: 600px) {

    .login .nsp-module,
    .nsp-module.middle-module {
        width: auto;
        padding: 20px;
    }
}

/* Material Icons */
.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;
}

/* ==========================================================================
      Tooltip
      ========================================================================== */
.nsp-tooltip-container {
    position: relative;
    display: inline-block;
}

    .nsp-tooltip-container:hover .nsp-tooltip {
        visibility: visible;
    }

    .nsp-tooltip-container i {
        vertical-align: top;
        color: #0072ce;
        padding: 3px;
    }

    .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);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        visibility: hidden;
        z-index: 999;
        width: 100px;
        color: #333;
        font-weight: normal;
        text-transform: none;
        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;
}

/**new 2019 theme**/
/*main container*/
.user-id-view-container {
    width: 100%;
    padding: 0;
}

    .user-id-view-container .login-header,
    .user-id-view-container .header-block {
        display: none;
    }

input[type="text"]:focus,
input:focus {
    outline: none;
    color: #225e06;
    border-color: #6ccd43 !important;
    -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);
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
    box-shadow: none;
}

.header-legend {
    display: none;
}

#ContentPlaceHolder1_table1 {
    width: 100% !important;
}

    #ContentPlaceHolder1_table1:focus {
        outline: none;
    }

.username-block > .bodytext {
    display: block;
    margin: 5px 0;
}

#ContentPlaceHolder1_table1 #ContentPlaceHolder1_tdcell1 {
    display: none;
}

.submit-button-block input,
.submit-button-block input:disabled {
    background: #009639;
    width: 100%;
    color: #ffffff;
    transition: all .3s ease-out;
}

    .submit-button-block input:hover {
        background: #30a85e;
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.18), 0 2px 12px 0 rgba(0, 0, 0, 0.15);
    }

#kioskblock .rbKioskPublic.hidden {
    display: none;
}

.text-center {
    text-align: center;
}

.nsp-login-container .sa-toast-destructive {
    position: relative;
    margin: 0;
    background: none;
    border: none;
    color: #e73232;
    width: 100%;
}

.sa-toast-destructive:hover {
    border: none;
    padding: 5px 0 !important;
}

.nsp-login-container .sa-toast-destructive .sa-toast-close {
    background: none;
    transform: rotate(0);
    color: #e73232;
}

.nsp-login-container div[data-id="sa-toast"] > .sa-toast-action {
    display: none;
}

.nsp-login-container .sa-toast-destructive {
    background: none;
    padding: 5px 0;
}

    .nsp-login-container .sa-toast-destructive:hover {
        padding: 5px 0;
        border: none;
    }

.nsp-login-container .sa-toast-text {
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.username-block {
    margin-bottom: 20px;
}

.row.footer {
    padding-top: 10px;
}

.copyright-text span {
    font: 13px 'Noto Sans', Arial, sans-serif;
    color: #ffffff;
}

/*too many log ins**/
.controlviewdiv .main-content-header {
    display: none;
}

.field-system-error,
.lblPasswordExpireMsg {
    color: #e73232;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 5px 0;
}

#ContentPlaceHolder1_MFALoginControl1_SystemErrorView_lblErrMessage,
#fido_lblErrMessage {
    color: #e73232;
}

.max-attempts .main-content-footer {
    display: none;
}

a.nsp-button.secondary {
    height: 34px;
    line-height: 21px;
    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;
    -webkit-tap-highlight-color: transparent;
    transition: all .3s ease-out;
}

.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);
}

.restart-btn.nsp-button.secondary {
    width: auto;
    padding: 5px 20px;
    display: inline-block;
}

#preLoader {
    display: none !important;
}

.hidden {
    display: none !important;
}

.user-id-view-container input.btnDisabled {
    width: 100%;
}

a.nsp-button.action:hover {
    background: #ff854c;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.18), 0 2px 12px 0 rgba(0, 0, 0, 0.15);
}

a.nsp-button {
    transition: all .3s ease-out;
}

input[type="submit"]:disabled:hover {
    box-shadow: none;
}

.two-factor .nsp-create-account,
.verification .nsp-create-account {
    display: none;
}

.mfa-view .main-content-separator {
    display: none;
}

.two-factor .controlviewdiv .main-content-header,
.verification .controlviewdiv .main-content-header,
.security-questions .controlviewdiv .main-content-header {
    display: block;
}

.two-factor .nsp-forgot-links,
.verification .nsp-forgot-links {
    display: none;
}

.smsMethods .radiobutton input,
.voiceMethods .radiobutton input,
.additionalMethods .radiobutton input {
    margin-top: 0;
}

.browserregistrationpasswordviewmargins .field-label {
    margin-bottom: 10px;
    float: left;
    font-weight: bold;
}

.verification input[type="submit"]:disabled,
.verification input.btn-secureauth,
.two-factor input.btn-secureauth,
.security-questions input.btn-secureauth:disabled,
.security-questions input.btn-secureauth {
    background: #FF671F;
    color: #ffffff;
    margin-top: 20px;
}

    .verification input.btn-secureauth:hover,
    .two-factor input.btn-secureauth:hover,
    .security-questions input.btn-secureauth: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);
    }

    .verification input[type="submit"]:disabled:hover,
    .security-questions input.btn-secureauth:disabled:hover {
        box-shadow: none;
        background: #FF671F;
    }

.field-input.field-error:not([type="radio"]),
.field-input.field-error:not([type="checkbox"]) {
    border: 1px solid #e73232;
    outline: none;
}

span.field-error {
    color: #e73232;
    float: left;
    width: 100%;
    padding: 10px 0;
}

span.compValPassword {
    color: #e73232;
}

.kbaregistrationviewmargins .field-group input {
    margin-bottom: 10px;
}

.security-questions .nsp-forgot-links,
.security-questions .nsp-create-account {
    display: none;
}

.security-questions .field-label {
    margin-bottom: 5px;
    float: left;
    font-weight: bold;
}

.security-questions .button-group.center {
    text-align: left;
}

.security-questions .main-content-footer {
    margin-top: 30px;
}

.two-factor .main-content-header {
    margin-bottom: 10px;
}

/*Login Page specific CSS*/
.radiobutton,
.checkbutton {
    position: relative;
    display: inline-block;
    padding: 5px 0;
    width: auto;
    padding-left: 18px;
}

    .radiobutton::before,
    .checkbutton::after {
        clear: both;
    }

.registration-method-type.field-group input[type=radio] {
    top: 3px;
    left: -4px;
}

.verification .main-content-body {
    padding-top: 20px;
}

:focus {
    outline: none;
}

.expired-password .nsp-create-account {
    display: none;
}

.radiobutton.regmethodrb.rbKBA input,
.radiobutton.regmethodrb.rbPhone input {
    margin-top: 5px;
}

.radiobutton.regmethodrb.rbKBA,
.radiobutton.regmethodrb.rbPhone {
    padding-left: 0;
}

.cbxHideAnswer.checkbox {
    position: absolute;
    top: 25px;
    padding-left: 0;
    font-weight: bold;
}

.security-questions .field-group:first-of-type {
    margin-top: 10px;
}

.security-questions .main-content-header {
    margin-bottom: 10px;
}

.reqValPassword {
    display: none;
}

.expired-password .privacy,
.expired-password .nsp-forgot-links {
    display: none;
}

.expired-password .submit-button-block input.nsp-button.access,
.expired-password .submit-button-block input.nsp-button.access:disabled {
    background: #FF671F;
    color: #ffffff;
    width: 120px;
}

.expired-password .submit-button-block input {
    width: 120px;
}

.cssClass3 {
    display: block !important;
}

.lblHeader,
.lblPassword,
.username-block span {
    font-weight: bold;
}

/*forgot username specific*/
.login-btn .nsp-button.access {
    background: #009639;
    color: #ffffff;
    width: 120px;
}

.nsp-h1 {
    font-size: 24px;
    color: #009639;
    display: block;
    margin-top: 20px;
}

.login-btn .nsp-button.access:hover {
    background: #33ab61;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 18%), 0 2px 12px 0 rgb(0 0 0 / 15%);
}

/*forgot password*/
.pw-poor,
.pw-weak {
    color: #e73232;
}

.pw-strong {
    color: #009639;
}

h1.mia-title {
    margin-top: 5px;
    font-size: 22px;
}

/*override for hover*/
input.nsp-button.secondary:focus {
    border: none;
}

input.nsp-button.secondary:hover {
    background-color: #ffffff;
}

#ContentPlaceHolder1_MFALoginControl1_KBARegistrationView_lblErrMessage {
    margin-top: 10px;
}

.nsp-input input.read-only {
    background-color: #ededed;
    box-shadow: none;
    font-weight: normal;
    color: #999;
    border-color: #dfdfdf;
}

input::placeholder {
    width: 0px;
}

.nsp-input .nsp-sq-dd {
    margin-bottom: 5px;
}

.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);
}

.mt-20 {
    margin-top: 20px;
}

.security-questions .field-error {
    margin-top: 10px;
}

.nsp-button.access,
input.btn-secureauth {
    background: #009639;
    color: #ffffff;
    width: 120px;
}

/* ==========================================================================
         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)
    }
}

