/* Minification failed. Returning unminified contents.
(2004,50): run-time error CSS1030: Expected identifier, found ','
(2004,82): run-time error CSS1031: Expected selector, found ')'
(2004,82): run-time error CSS1025: Expected comma or open brace, found ')'
 */

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* ==========================================================================
   Modal Popup: Styles needed for the popup components.
   ========================================================================== */


.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 443px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {  
  padding: 20px 24px 0;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px 24px;
  line-height:24px;
  max-height: 660px;
  overflow-y: auto;
}
.modal-footer {
  padding: 0 20px; 
  line-height:24px;   
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 660px;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}


/* ==========================================================================
   Progress bar: Hurricane specific style
   ========================================================================== */

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    margin-left: 2px;
    margin-top: 1px;
    height: 35px;
    margin-bottom: 8px;
    overflow: hidden;
    background-color: whitesmoke;
    border-radius: 18px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    background-color: #006595;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* ==========================================================================
   Table:
   ========================================================================== */

table.nsp-table-material td {
  padding: 10px;
}
table.nsp-table-material td.nsp-nowrap-container {
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
}
table.nsp-table-material td.nsp-wrap-container {
  overflow: hidden;
}
table.nsp-table-material td.section {
  background: #e5eff4;
  background-clip: padding-box;
  border-bottom: 1px solid #dfdfdf;
}
table.nsp-table-material td.section.alternative {
  background: transparent;
}
table.nsp-table-material th.section {
  border-bottom: 1px solid #dfdfdf;
}
table.nsp-table-material td.section.start,
table.nsp-table-material th.section.start {
  border-left: 1px solid #dfdfdf;
  border-right: none;
}
table.nsp-table-material td.section.end,
table.nsp-table-material th.section.end {
  border-left: none;
  border-right: 1px solid #dfdfdf;
}
table.nsp-table-material td.section.middle,
table.nsp-table-material th.section.middle {
  border-left: none;
  border-right: none;
}
.nsp-toggle-search {
  color: #333333;
}
/* ==========================================================================
   Table Styles: The responsive approach was designed based on the following
   solution https://elvery.net/demo/responsive-tables/
   ========================================================================== */

table {
  table-layout: fixed;
}
table.nsp-table-material tfoot tr.sum-fill-1 {
  background: #bbe8a8;
}
table.nsp-table-material tfoot tr.sum-fill-2 {
  background: #94e16b;
}
table.nsp-table-material tfoot tr.sum-fill-2 h3 {
  font-size: 16px !important;
}
table.nsp-table-material tfoot tr.sum-fill-2 h4 {
  font-size: 20px !important;
}
/* ==========================================================================
   Default Components
   ========================================================================== */

.text-default {
  text-align: left;
}
.pull-default {
  float: left;
}
.wrap-default {
  overflow-wrap: break-word;
  white-space: nowrap;
  word-break: normal;
}
/* ==========================================================================
   Render Sections
   ========================================================================== */

.nsp-default-render {
  display: normal;
}
.nsp-alternative-render {
  display: none;
}
/* ==========================================================================
   Extra Small, Small and Medium Devices
   ========================================================================== */

@media (max-width: 767px), only screen AND (min-width: 768px) and (max-width: 991px) {
  .nsp-plain-table-container .text-default {
    text-align: right !important;
  }
  .nsp-plain-table-container .pull-default {
    float: right;
  }
  .nsp-plain-table-container .nsp-table-material td.unseen {
    display: none !important;
  }
  .nsp-plain-table-container .nsp-default-render {
    display: none !important;
  }
  .nsp-plain-table-container .nsp-alternative-render {
    display: normal !important;
  }
  .nsp-plain-table-container .nsp-table-material table,
  .nsp-plain-table-container .nsp-table-material thead,
  .nsp-plain-table-container .nsp-table-material tbody,
  .nsp-plain-table-container .nsp-table-material tfoot,
  .nsp-plain-table-container .nsp-table-material th,
  .nsp-plain-table-container .nsp-table-material td,
  .nsp-plain-table-container .nsp-table-material tr {
    display: block;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
  }
  .nsp-plain-table-container .nsp-table-material thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .nsp-plain-table-container .nsp-table-material tbody tr td:last-child {
    border-bottom: 1px solid #999999;
  }
  .nsp-plain-table-container .nsp-table-material td {
    border: none;
    position: relative;
    white-space: normal;
    text-align: left;
    min-height: 55px !important;
    padding: 15px !important;
    border-bottom: 1px solid #dfdfdf;
  }
  .nsp-plain-table-container .nsp-table-material td::before {
    content: attr(data-title);
    display: inline;
    float: left;
    font-weight: bold;
    left: 0;
    padding-right: 10px;
    position: relative;
    text-align: left;
    width: auto;
  }
  .nsp-plain-table-container .dropdown-typeahead ul {
    top: inherit;
    left: auto !important;
    right: 0px;
    max-width: 25% !important;
  }
  .nsp-plain-table-container .nsp-expandable-content.open {
    max-height: 99999px;
  }
  .nsp-plain-table-container .nsp-table-material tr td.nsp-expandable-contentiner {
    padding: 0 !important;
  }
  .nsp-plain-table-container table.nsp-table-material tfoot tr.sum-fill-1 h1,
  .nsp-plain-table-container table.nsp-table-material tfoot tr.sum-fill-2 h1,
  .nsp-plain-table-container table.nsp-table-material tfoot tr.sum-fill-1 h2,
  .nsp-plain-table-container table.nsp-table-material tfoot tr.sum-fill-2 h2,
  .nsp-plain-table-container table.nsp-table-material tfoot tr.sum-fill-1 h3,
  .nsp-plain-table-container table.nsp-table-material tfoot tr.sum-fill-2 h3,
  .nsp-plain-table-container table.nsp-table-material tfoot tr.sum-fill-1 h4,
  .nsp-plain-table-container table.nsp-table-material tfoot tr.sum-fill-2 h4,
  .nsp-plain-table-container table.nsp-table-material tfoot tr.sum-fill-1 h5,
  .nsp-plain-table-container table.nsp-table-material tfoot tr.sum-fill-2 h5,
  .nsp-plain-table-container table.nsp-table-material tfoot tr.sum-fill-1 h6,
  .nsp-plain-table-container table.nsp-table-material tfoot tr.sum-fill-2 h6 {
    display: initial;
  }
  .nsp-plain-table-container .nsp-table-material tr.sum-fill-1,
  .nsp-plain-table-container .nsp-table-material tr.sum-fill-2 {
    border-bottom: none;
  }
  .nsp-plain-table-container .nsp-sum-fill-inline {
    border: inherit;
    color: inherit;
    background-color: inherit;
  }
  .nsp-plain-table-container .nsp-table-material tfoot tr.sum-fill-1 > td:not(.nsp-sum-fill-highlight) {
    border-bottom: 1px solid #bbe8a8;
    color: #333333;
    background-color: white !important;
  }
  .nsp-plain-table-container .nsp-table-material tfoot tr.sum-fill-2 > td:not(.nsp-sum-fill-highlight) {
    border-bottom: 1px solid #94e16b;
    color: #333333;
    background-color: white !important;
  }
}
/* ==========================================================================
   Medium Devices
   ========================================================================== */

@media (min-width: 992px) and (max-width: 1279px) {
  table.nsp-table-material th .text-right,
  .text-right {
    text-align: right !important;
  }
  table.nsp-table-material thead th {
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
  }
}
/* ==========================================================================
   Large Devices
   ========================================================================== */

@media (min-width: 2550px), (min-width: 1280px) {
  
}
/* ==========================================================================
   Employee Setup table
   ========================================================================== */

table.employee-setup-table {
  width: 100%;
}
div.employee-setup-container,
div.employee-setup-header-container {
  overflow-x: auto;
  overflow-y: hidden;
}
table.employee-setup-table td.bulkmappingtitle {
  height: 52.5px;
  font-size: 1.5em;
  text-align: center;
}
.position-static {
  position: static;
}
.mb-60 {
  margin-bottom: 60px;
}
.top-2 {
  top: 2px;
}
@media (min-width: 768px) and (max-width: 990px) {
  div.nsp-plain-table-container.employee-setup-container table.employee-setup-table td.expanded,
  div.nsp-plain-table-container.employee-setup-container table.employee-setup-table .expand-row,
  div.nsp-plain-table-container.employee-setup-container table.employee-setup-table .expand-row.expanded,
  div.nsp-plain-table-container.employee-setup-header-container table.employee-setup-table td.expanded,
  div.nsp-plain-table-container.employee-setup-header-container table.employee-setup-table .expand-row,
  div.nsp-plain-table-container.employee-setup-header-container table.employee-setup-table .expand-row.expanded {
    display: block;
  }
  div.nsp-plain-table-container.employee-setup-container table.employee-setup-table td div.first-column,
  div.nsp-plain-table-container.employee-setup-header-container table.employee-setup-table td div.first-column {
    display: inline-block;
    vertical-align: top;
  }
  .nsp-plain-table-container.percent-split .w-calc-390,
  .percent-split.nsp-w-390 {
    width: 100% !important;
  }
  .nsp-plain-table-container.percent-split i.md-21 {
    font-size: 30px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  a.expand-row {
    display: none;
  }
  table.nsp-table-material.employee-setup-table th .text-right {
    text-align: right !important;
  }
  table.nsp-table-material.employee-setup-table thead th {
    /*overflow: hidden;
          text-overflow: ellipsis;*/
    cursor: default;
  }
  table.employee-setup-table .employee-expander {
    display: none;
  }
}
div.employee-setup-container table.employee-setup-table div.nsp-hover-modal {
  min-width: 323px;
}
@media screen AND (min-width: 768px) and (max-width: 991px) {
  .nsp-plain-table-container.employee-setup-container .text-default,
  .nsp-plain-table-container.employee-setup-header-container .text-default {
    text-align: right !important;
  }
  .nsp-plain-table-container.employee-setup-container .pull-default,
  .nsp-plain-table-container.employee-setup-header-container .pull-default {
    float: right;
  }
  .nsp-plain-table-container.employee-setup-container .nsp-table-material td.unseen,
  .nsp-plain-table-container.employee-setup-header-container .nsp-table-material td.unseen {
    display: none !important;
  }
  .nsp-plain-table-container.employee-setup-container .nsp-default-render,
  .nsp-plain-table-container.employee-setup-header-container .nsp-default-render {
    display: none !important;
  }
  .nsp-plain-table-container.employee-setup-container .nsp-alternative-render,
  .nsp-plain-table-container.employee-setup-header-container .nsp-alternative-render {
    display: normal !important;
  }
  .nsp-plain-table-container.employee-setup-container .nsp-table-material.employee-setup-table thead tr,
  .nsp-plain-table-container.employee-setup-header-container .nsp-table-material.employee-setup-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .nsp-plain-table-container.employee-setup-container .nsp-table-material.employee-setup-table tbody tr td:last-child,
  .nsp-plain-table-container.employee-setup-header-container .nsp-table-material.employee-setup-table tbody tr td:last-child {
    border-bottom: 1px solid #999999;
  }
  .nsp-plain-table-container.employee-setup-container .nsp-table-material.employee-setup-table td,
  .nsp-plain-table-container.employee-setup-header-container .nsp-table-material.employee-setup-table td {
    border: none;
    position: relative;
    white-space: normal;
    text-align: left;
    min-height: 55px !important;
    padding: 15px !important;
    border-bottom: 1px solid #dfdfdf;
  }
  .nsp-plain-table-container.employee-setup-container .nsp-table-material.employee-setup-table td::before,
  .nsp-plain-table-container.employee-setup-header-container .nsp-table-material.employee-setup-table td::before {
    content: attr(data-title);
    display: inline;
    float: left;
    font-weight: bold;
    left: 0;
    padding-right: 10px;
    position: relative;
    text-align: left;
    width: auto;
  }
  .nsp-plain-table-container.employee-setup-container .dropdown-typeahead ul,
  .nsp-plain-table-container.employee-setup-header-container .dropdown-typeahead ul {
    top: inherit;
    left: auto !important;
    right: 0px;
    max-width: 25% !important;
  }
  .nsp-plain-table-container.employee-setup-container .nsp-expandable-content.open,
  .nsp-plain-table-container.employee-setup-header-container .nsp-expandable-content.open {
    max-height: 99999px;
  }
  .nsp-plain-table-container.employee-setup-container .nsp-table-material.employee-setup-table tr td.nsp-expandable-contentiner,
  .nsp-plain-table-container.employee-setup-header-container .nsp-table-material.employee-setup-table tr td.nsp-expandable-contentiner {
    padding: 0 !important;
  }
  .nsp-plain-table-container.employee-setup-container table.nsp-table-material.employee-setup-table tfoot tr.sum-fill-1 h1,
  .nsp-plain-table-container.employee-setup-header-container table.nsp-table-material.employee-setup-table tfoot tr.sum-fill-1 h1,
  .nsp-plain-table-container.employee-setup-container table.nsp-table-material.employee-setup-table tfoot tr.sum-fill-2 h1,
  .nsp-plain-table-container.employee-setup-header-container table.nsp-table-material.employee-setup-table tfoot tr.sum-fill-2 h1,
  .nsp-plain-table-container.employee-setup-container table.nsp-table-material.employee-setup-table tfoot tr.sum-fill-1 h2,
  .nsp-plain-table-container.employee-setup-header-container table.nsp-table-material.employee-setup-table tfoot tr.sum-fill-1 h2,
  .nsp-plain-table-container.employee-setup-container table.nsp-table-material.employee-setup-table tfoot tr.sum-fill-2 h2,
  .nsp-plain-table-container.employee-setup-header-container table.nsp-table-material.employee-setup-table tfoot tr.sum-fill-2 h2,
  .nsp-plain-table-container.employee-setup-container table.nsp-table-material.employee-setup-table tfoot tr.sum-fill-1 h3,
  .nsp-plain-table-container.employee-setup-header-container table.nsp-table-material.employee-setup-table tfoot tr.sum-fill-1 h3,
  .nsp-plain-table-container.employee-setup-container table.nsp-table-material.employee-setup-table tfoot tr.sum-fill-2 h3,
  .nsp-plain-table-container.employee-setup-header-container table.nsp-table-material.employee-setup-table tfoot tr.sum-fill-2 h3,
  .nsp-plain-table-container.employee-setup-container table.nsp-table-material.employee-setup-table tfoot tr.sum-fill-1 h4,
  .nsp-plain-table-container.employee-setup-header-container table.nsp-table-material.employee-setup-table tfoot tr.sum-fill-1 h4,
  .nsp-plain-table-container.employee-setup-container table.nsp-table-material.employee-setup-table tfoot tr.sum-fill-2 h4,
  .nsp-plain-table-container.employee-setup-header-container table.nsp-table-material.employee-setup-table tfoot tr.sum-fill-2 h4,
  .nsp-plain-table-container.employee-setup-container table.nsp-table-material.employee-setup-table tfoot tr.sum-fill-1 h5,
  .nsp-plain-table-container.employee-setup-header-container table.nsp-table-material.employee-setup-table tfoot tr.sum-fill-1 h5,
  .nsp-plain-table-container.employee-setup-container table.nsp-table-material.employee-setup-table tfoot tr.sum-fill-2 h5,
  .nsp-plain-table-container.employee-setup-header-container table.nsp-table-material.employee-setup-table tfoot tr.sum-fill-2 h5,
  .nsp-plain-table-container.employee-setup-container table.nsp-table-material.employee-setup-table tfoot tr.sum-fill-1 h6,
  .nsp-plain-table-container.employee-setup-header-container table.nsp-table-material.employee-setup-table tfoot tr.sum-fill-1 h6,
  .nsp-plain-table-container.employee-setup-container table.nsp-table-material.employee-setup-table tfoot tr.sum-fill-2 h6,
  .nsp-plain-table-container.employee-setup-header-container table.nsp-table-material.employee-setup-table tfoot tr.sum-fill-2 h6 {
    display: initial;
  }
  .nsp-plain-table-container.employee-setup-container .nsp-table-material.employee-setup-table tr.sum-fill-1,
  .nsp-plain-table-container.employee-setup-header-container .nsp-table-material.employee-setup-table tr.sum-fill-1,
  .nsp-plain-table-container.employee-setup-container .nsp-table-material.employee-setup-table tr.sum-fill-2,
  .nsp-plain-table-container.employee-setup-header-container .nsp-table-material.employee-setup-table tr.sum-fill-2 {
    border-bottom: none;
  }
  .nsp-plain-table-container.employee-setup-container .nsp-sum-fill-inline,
  .nsp-plain-table-container.employee-setup-header-container .nsp-sum-fill-inline {
    border: inherit;
    color: inherit;
    background-color: inherit;
  }
  .nsp-plain-table-container.employee-setup-container .nsp-table-material.employee-setup-table tfoot tr.sum-fill-1 > td:not(.nsp-sum-fill-highlight),
  .nsp-plain-table-container.employee-setup-header-container .nsp-table-material.employee-setup-table tfoot tr.sum-fill-1 > td:not(.nsp-sum-fill-highlight) {
    border-bottom: 1px solid #bbe8a8;
    color: #333333;
    background-color: white !important;
  }
  .nsp-plain-table-container.employee-setup-container .nsp-table-material.employee-setup-table tfoot tr.sum-fill-2 > td:not(.nsp-sum-fill-highlight),
  .nsp-plain-table-container.employee-setup-header-container .nsp-table-material.employee-setup-table tfoot tr.sum-fill-2 > td:not(.nsp-sum-fill-highlight) {
    border-bottom: 1px solid #94e16b;
    color: #333333;
    background-color: white !important;
  }
  table.employee-setup-table .employee-expander {
    display: inline-block;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  table.nsp-table-material.employee-setup-table thead th {
    overflow: visible;
    text-overflow: ellipsis;
    cursor: default;
  }
}

/* ==========================================================================
   JC Breadcrumb: Styles below are using base arrow css to display JC's 
   breadcrumb located on home page.
   ========================================================================== */

.nsp-breadcrumb-steps {
  margin: 0px 10px;
}
.nsp-breadcrumb-item {
  display: inline-block !important;
}
.nsp-breadcrumb-item.clickable {
  cursor: pointer;
}
.nsp-breadcrumb-item.secondary {
  max-width: 200px;
}
.nsp-breadcrumb-item.secondary.large {
  max-width: 300px;
}
.nsp-breadcrumb-item.secondary.separator {
  max-width: 70px;
}
.nsp-breadcrumb-item.saved .nsp-breadcrumb-dot {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #006595;
  color: white;
  font-size: 26px;
  margin-top: 0px;
  margin-right: 20px;
  padding-top: 3px;
  padding-left: 8px;
  position: relative;
}
.nsp-breadcrumb-item.saved .nsp-breadcrumb-box-back {
  border-bottom: 20px solid #006595;
  border-left: 10px solid transparent;
  border-top: 20px solid #006595;
  display: inline-table;
}
.nsp-breadcrumb-item.saved .nsp-breadcrumb-box-front {
  border-bottom: 20px solid transparent;
  border-left: 10px solid #006595;
  border-top: 20px solid transparent;
  height: 0;
  margin-right: -5px;
  max-width: 5px;
  overflow: hidden;
}
.nsp-breadcrumb-item.saved h2 {
  color: #006595;
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 0px;
  max-width: 250px;
}
.nsp-breadcrumb-item.secondary.saved .nsp-breadcrumb-dot {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #006595;
  color: white;
  font-size: 26px;
  margin-top: 0px;
  margin-right: 20px;
  padding-top: 3px;
  padding-left: 8px;
  position: relative;
  margin-top: 4px !important;
}
.nsp-breadcrumb-item.secondary.saved h2 {
  color: #006595;
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 0px;
  max-width: 250px;
  margin-top: 7px !important;
}
.nsp-breadcrumb-item.active .nsp-breadcrumb-dot {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #00abe8;
  color: white;
  font-size: 26px;
  margin-top: 0px;
  margin-right: 20px;
  padding-top: 3px;
  padding-left: 8px;
  position: relative;
}
.nsp-breadcrumb-item.active .nsp-breadcrumb-box-back {
  border-bottom: 20px solid #00abe8;
  border-left: 10px solid transparent;
  border-top: 20px solid #00abe8;
  display: inline-table;
}
.nsp-breadcrumb-item.active .nsp-breadcrumb-box-front {
  border-bottom: 20px solid transparent;
  border-left: 10px solid #00abe8;
  border-top: 20px solid transparent;
  height: 0;
  margin-right: -5px;
  max-width: 5px;
  overflow: hidden;
}
.nsp-breadcrumb-item.active h2 {
  color: #00abe8;
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 0px;
  max-width: 250px;
}
.nsp-breadcrumb-item.secondary.active .nsp-breadcrumb-dot {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #00abe8;
  color: white;
  font-size: 26px;
  margin-top: 0px;
  margin-right: 20px;
  padding-top: 3px;
  padding-left: 8px;
  position: relative;
  margin-top: 4px !important;
}
.nsp-breadcrumb-item.secondary.active h2 {
  color: #00abe8;
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 0px;
  max-width: 250px;
  margin-top: 7px !important;
}
.nsp-breadcrumb-item.inactive .nsp-breadcrumb-dot {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #f3f3f3;
  color: white;
  font-size: 26px;
  margin-top: 0px;
  margin-right: 20px;
  padding-top: 3px;
  padding-left: 8px;
  position: relative;
  color: #999999 !important;
}
.nsp-breadcrumb-item.inactive .nsp-breadcrumb-box-back {
  border-bottom: 20px solid #f3f3f3;
  border-left: 10px solid transparent;
  border-top: 20px solid #f3f3f3;
  display: inline-table;
}
.nsp-breadcrumb-item.inactive .nsp-breadcrumb-box-front {
  border-bottom: 20px solid transparent;
  border-left: 10px solid #f3f3f3;
  border-top: 20px solid transparent;
  height: 0;
  margin-right: -5px;
  max-width: 5px;
  overflow: hidden;
}
.nsp-breadcrumb-item.inactive h2 {
  color: #999999;
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 0px;
  max-width: 250px;
}
.nsp-breadcrumb-item.inactive span {
  color: #999999;
}
.nsp-breadcrumb-item.secondary.inactive .nsp-breadcrumb-dot {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #f3f3f3;
  color: white;
  font-size: 26px;
  margin-top: 0px;
  margin-right: 20px;
  padding-top: 3px;
  padding-left: 8px;
  position: relative;
  margin-top: 4px !important;
}
.nsp-breadcrumb-item.secondary.inactive h2 {
  color: #999999;
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 0px;
  max-width: 250px;
  margin-top: 7px !important;
}
.nsp-breadcrumb-item.optional .nsp-breadcrumb-dot {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #80c536;
  color: white;
  font-size: 26px;
  margin-top: 0px;
  margin-right: 20px;
  padding-top: 3px;
  padding-left: 8px;
  position: relative;
}
.nsp-breadcrumb-item.optional .nsp-breadcrumb-box-back {
  border-bottom: 20px solid #80c536;
  border-left: 10px solid transparent;
  border-top: 20px solid #80c536;
  display: inline-table;
}
.nsp-breadcrumb-item.optional .nsp-breadcrumb-box-front {
  border-bottom: 20px solid transparent;
  border-left: 10px solid #80c536;
  border-top: 20px solid transparent;
  height: 0;
  margin-right: -5px;
  max-width: 5px;
  overflow: hidden;
}
.nsp-breadcrumb-item.optional h2 {
  color: #80c536;
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 0px;
  max-width: 250px;
}
.nsp-breadcrumb-item.optional-hover .nsp-breadcrumb-dot {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #80c536;
  color: white;
  font-size: 26px;
  margin-top: 0px;
  margin-right: 20px;
  padding-top: 3px;
  padding-left: 8px;
  position: relative;
}
.nsp-breadcrumb-item.optional-hover .nsp-breadcrumb-box-back {
  border-bottom: 20px solid #80c536;
  border-left: 10px solid transparent;
  border-top: 20px solid #80c536;
  display: inline-table;
}
.nsp-breadcrumb-item.optional-hover .nsp-breadcrumb-box-front {
  border-bottom: 20px solid transparent;
  border-left: 10px solid #80c536;
  border-top: 20px solid transparent;
  height: 0;
  margin-right: -5px;
  max-width: 5px;
  overflow: hidden;
}
.nsp-breadcrumb-item.optional-hover h2 {
  color: #80c536;
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 0px;
  max-width: 250px;
}
.nsp-breadcrumb-item.optional-hover:hover .nsp-breadcrumb-dot {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #00abe8;
  color: white;
  font-size: 26px;
  margin-top: 0px;
  margin-right: 20px;
  padding-top: 3px;
  padding-left: 8px;
  position: relative;
}
.nsp-breadcrumb-item.optional-hover:hover .nsp-breadcrumb-box-back {
  border-bottom: 20px solid #00abe8;
  border-left: 10px solid transparent;
  border-top: 20px solid #00abe8;
  display: inline-table;
}
.nsp-breadcrumb-item.optional-hover:hover .nsp-breadcrumb-box-front {
  border-bottom: 20px solid transparent;
  border-left: 10px solid #00abe8;
  border-top: 20px solid transparent;
  height: 0;
  margin-right: -5px;
  max-width: 5px;
  overflow: hidden;
}
.nsp-breadcrumb-item.optional-hover:hover h2 {
  color: #00abe8;
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 0px;
  max-width: 250px;
}
/* ==========================================================================
   JC Breadcrumb: Base items to render JC's breadcrumb
   ========================================================================== */
/* ==========================================================================
   Responsive for arrows
   ========================================================================== */

/* These should be flexible enough to keep the app
   looking clean and responsive through all devices. */

/* Extra Small Devices - Phones */

@media (max-width: 767px) {
  .nsp-breadcrumb-box-back {
    width: 96% !important;
  }
  .secondary .nsp-breadcrumb-box-back {
    width: 0% !important;
  }
}
/* Small Devices - Tablets */

@media (min-width: 768px) and (max-width: 991px) {
  .nsp-breadcrumb-box-back {
    width: 87% !important;
  }
  .secondary .nsp-breadcrumb-box-back {
    width: 0% !important;
  }
}
/* Medium Devices - Desktops */

@media (min-width: 992px) and (max-width: 1279px) {
  .nsp-breadcrumb-box-back {
    width: 92% !important;
  }
  .secondary .nsp-breadcrumb-box-back {
    width: 0% !important;
  }
}
/* Large Devices - Desktops */

@media (min-width: 1280px) {
  .nsp-breadcrumb-box-back {
    width: 94% !important;
  }
  .secondary .nsp-breadcrumb-box-back {
    width: 0% !important;
  }
}
@media (min-width: 2000px) {
  .nsp-breadcrumb-box-back {
    width: 97% !important;
  }
  .secondary .nsp-breadcrumb-box-back {
    width: 0% !important;
  }
}
.nsp-breadcrumb-item h2 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.nsp-breadcrumb-text {
  width: calc(100% - 55px);
}

.text1 {
  font-size: 19px;
  position: relative;
}
.text2 {
  position: relative;
  font-size: 19px;
  top: 20px;
}
.number {
  font-size: 78px;
  line-height: 0.8;
}

/**/
.i-button {
  background: url(/Content/Images/small-i-Icon.png) no-repeat scroll center center, white none repeat scroll 0 0;
  border: medium none;
  border-radius: 100%;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  color: #00abe8;
  font-family: "Noto sans", serif;
  height: 21px;
  margin-left: -5px;
  margin-right: 5px;
  margin-top: 3px;
  outline: medium none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  width: 21px;
  position: relative;
}
.i-button:active {
  position: relative;
  top: 2px;
}
.i-button:hover {
  background: url(/Content/Images/small-i-Icon.png) no-repeat center, #faf9f9;
}
.toolip {
  color: #005f86 !important;
  word-break: normal;
  font-weight: normal;
  padding-bottom: 0px;
  line-height: normal;
}
.toolip .dropdown-menu {
  margin-left: -21px;
  margin-top: 17px;
  min-width: 235px;
  width: auto;
}
.toolip .dropdown-menu.reverse {
  margin-right: -21px;
  margin-top: 17px;
  min-width: 235px;
  width: auto;
  left: auto;
  right: 0;
}
.toolip .arrow-top {
  margin-left: 12px;
  margin-top: -36px;
}
.toolip .arrow-top.reverse {
  margin-left: 184px;
  margin-top: -36px;
}
.toolip p {
  padding: 0 15px;
}
.toolip ol {
  width: 260px !important;
}
.toolip ol li {
  text-align: left;
  margin-bottom: 25px;
  min-height: auto;
}
.toolip ol li p {
  margin-top: 10px;
}
.pos-default {
  margin-top: 12px !important;
}
.pos-h4 {
  margin-top: 6px !important;
  margin-left: 12px !important;
}
.pos-allocation-mapping-label {
  margin-top: 17px !important;
  margin-left: 12px !important;
}
.pos-row {
  margin-top: 4px !important;
  margin-left: 7px;
}
.pos-header {
  margin-top: -2px !important;
}
/*TODO change this status pos to user general tooltip style*/

.toolip.pos-status {
  margin-top: 0px !important;
  margin-left: 3px;
}
.toolip.pos-status .dropdown-menu {
  margin-left: -14px;
  margin-top: 3px;
  width: 235px;
}
.toolip.pos-status .dropdown-menu.reverse {
  margin-right: -14px;
  margin-top: 3px;
  min-width: 235px;
  width: auto;
  left: auto;
  right: 0;
}
.toolip.pos-status .arrow-top {
  margin-left: 15px;
  margin-top: -36px;
}
.toolip.pos-status .arrow-top.reverse {
  margin-left: 184px;
  margin-top: -36px;
}
.toolip.pos-status ul {
  width: 260px;
}
.toolip.pos-status ul li {
  text-align: left;
  margin-bottom: 25px;
  min-height: auto;
}
.toolip.pos-status ul li p {
  margin-top: 10px;
}
.toolip.pos-status .allocation-status {
  padding-top: 7px;
}

/* ==========================================================================
   Insperity Colors based on Flat File
   ========================================================================== */
/* ==========================================================================
   Generic Styles: JC Additional styles which are generic 
   ========================================================================== */

.nsp-secondary-color-1 {
  color: #00abe8;
}
.nsp-secondary-color-2 {
  color: #81c341;
}
.nsp-secondary-color-3 {
  color: #fdb414;
}
.nsp-secondary-color-4 {
  color: #f27430;
}
.nsp-secondary-color-5 {
  color: #952478;
}
.nsp-secondary-color-6 {
  color: #e1ddcc;
}
.nsp-secondary-background-color-1 {
  background-color: #00abe8;
}
.nsp-secondary-background-color-2 {
  background-color: #81c341;
}
.nsp-secondary-background-color-3 {
  background-color: #fdb414;
}
.nsp-secondary-background-color-4 {
  background-color: #f27430;
}
.nsp-secondary-background-color-5 {
  background-color: #952478;
}
.nsp-secondary-background-color-6 {
  background-color: #e1ddcc;
}
.nsp-w-0 {
  width: 0px;
}
.nsp-w-50 {
  width: 50px;
}
.nsp-w-75 {
  width: 75px;
}
.nsp-w-100 {
  width: 100px;
}
.nsp-w-150 {
  width: 150px;
}
.nsp-w-190 {
  width: 190px;
}
.nsp-w-200 {
  width: 200px;
}
.nsp-w-250 {
  width: 250px;
}
.nsp-w-300 {
  width: 300px;
}
.nsp-w-350 {
  width: 350px;
}
.nsp-w-390 {
  width: 390px;
}
.nsp-w-400 {
  width: 400px;
}
.nsp-w-450 {
  width: 450px;
}
.nsp-w-500 {
  width: 500px;
}
.nsp-w-full {
  width: 100%;
}
.nsp-input.tiny,
.nsp-table-material thead tr th.tiny {
  width: 15%;
  min-width: 35px;
}
.nsp-input.small,
.nsp-table-material thead tr th.small {
  width: 25%;
  min-width: 57px;
}
.nsp-input.medium,
.nsp-table-material thead tr th.medium {
  width: 50%;
  min-width: 115px;
}
.nsp-input.large,
.nsp-table-material thead tr th.large {
  width: 75%;
  min-width: 173px;
}
.nsp-input.full,
.nsp-table-material thead tr th.full {
  width: 100%;
  min-width: 230px;
}
table.nsp-table-material .no-border {
  border: none;
}
table.nsp-table-material .no-border-top {
  border-top: none;
}
table.nsp-table-material .no-border-right {
  border-right: none;
}
table.nsp-table-material .no-border-bottom {
  border-bottom: none;
}
table.nsp-table-material .no-border-left {
  border-left: none;
}
.pull-default {
  float: none;
}
.material-icons.default,
.material-icons.default a,
.material-icons.default a:hover {
  color: #00abe8 !important;
}
.material-icons.good,
.material-icons.good a,
.material-icons.good a:hover,
.fa.good {
  color: #81c341 !important;
}
.material-icons.average,
.material-icons.average a,
.material-icons.average a:hover {
  color: #fbb414 !important;
}
.material-icons.bad,
.material-icons.bad a,
.material-icons.bad a:hover {
  color: #e73332 !important;
}
.material-icons.info,
.material-icons.info a,
.material-icons.info a:hover {
  color: #006595 !important;
}
.material-icons.disabled,
.material-icons.disabled a,
.material-icons.disabled a:hover {
  color: #e5e5e5 !important;
}
.material-icons.reflect {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.div-center {
  margin: 0 auto;
  color: white;
}
.nsp-input input:not([type="radio"]):not([type="checkbox"]).missing,
.nsp-input select.missing,
.nsp-input textarea.missing {
  color: #333333;
  border: 1px solid #e73332;
  transition: all 0.3s ease-in-out 0s;
}
.nsp-input input:active:not([type="radio"]):not([type="checkbox"]).missing,
.nsp-input select:active.missing,
.nsp-input textarea:active.missing,
.nsp-input input:focus:not([type="radio"]):not([type="checkbox"]).missing,
.nsp-input select:focus.missing,
.nsp-input textarea:focus.missing {
  border-color: #e73332;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
  color: #941716;
  outline: medium none;
}
.nsp-input input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):active.warning,
.nsp-input select:active.warning,
.nsp-input textarea:active.warning,
.nsp-input input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):focus.warning,
.nsp-input select:focus.warning,
.nsp-input textarea:focus.warning {
  outline: none;
  color: #fbb414;
  border-color: #fbb414;
  -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 for file upload should be hidden and linked to a button tag */

input[type="file"] {
  display: none;
}
.nsp-module-section {
  background: white none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  margin: 10px 0;
  padding: 10px 30px;
}
.animation {
  -webkit-animation: fadein 0.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.5s;
  /* Internet Explorer */
  -o-animation: fadein 0.5s;
  /* Opera < 12.1 */
  animation: fadein 0.5s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */

@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */

@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Margin Heleprs */

.mt-1 {
  margin-top: 1px !important;
}
.mt-3 {
  margin-top: 3px !important;
}
.mt-4 {
  margin-top: 4px !important;
}
.mr-1 {
  margin-right: 1px !important;
}
.mr-3 {
  margin-right: 3px !important;
}
.mb-1 {
  margin-bottom: 1px !important;
}
.mb-3 {
  margin-bottom: 3px !important;
}
.ml-1 {
  margin-left: 1px !important;
}
.ml-3 {
  margin-left: 3px !important;
}
.mt-7 {
  margin-top: 7px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
/* Padding Heleprs */

.pt-1 {
  padding-top: 1px !important;
}
.pt-3 {
  padding-top: 3px !important;
}
.pr-1 {
  padding-right: 1px !important;
}
.pr-3 {
  padding-right: 3px !important;
}
.pb-1 {
  padding-bottom: 1px !important;
}
.pb-3 {
  padding-bottom: 3px !important;
}
.pl-1 {
  padding-left: 1px !important;
}
.pl-3 {
  padding-left: 3px !important;
}
.min-mt-2 {
  margin-top: -2px !important;
}
.min-mt-10 {
  margin-top: -10px !important;
}
.min-mt-50 {
  margin-top: -50px !important;
}
.min-mt-55 {
  margin-top: -55px !important;
}
/* ==========================================================================
   TODO REMOVE THESE STYLES: Temporary styles that will help during 
   the migration to new look and feel.
   ========================================================================== */

.btn-default {
  background-color: #a9aaaf;
  color: white;
}
.dash-inner {
  padding-top: 60px;
  height: 260px;
  float: none;
  margin: 0 auto;
  display: inline-block;
}
.nsp-inner-module {
  max-height: none !important;
}
p,
pre {
  line-height: 24px;
}
/* ==========================================================================
   Login Styles: JC element included into new look and feel, 
   ========================================================================== */

.nsp-account-layout {
  background-color: #006496;
}
.nsp-account-layout footer,
.nsp-account-layout footer a {
  color: white !important;
}
.nsp-module.custom-screen {
  width: 500px;
  margin: 0 auto;
  padding: 40px 50px 40px 50px;
}
.main-logo {
  height: 43px;
  width: auto;
  cursor: pointer;
  transform: scale(2);
}
#main-logo-div {
  width: 74px;
}
/* ==========================================================================
   Overriden Styles: These styles are based on nsp-standard but adjusted for JC
   ========================================================================== */

.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.nsp-expand-row {
  position: relative;
}
/* Additional style for Alerts popup that is not included on ESC site */

.nsp-hover-modal-btn {
  position: relative;
  cursor: pointer;
}
.nsp-hover-modal.left-align {
  left: -282px;
}
.nsp-hover-modal.left-align .arrow {
  left: auto;
  right: 25px;
}
header.nsp-main-header ul.header-tools li .nsp-hover-modal-btn > i {
  color: white;
  position: relative;
  top: 4px;
}
/* Official primary color is #006595 not #006494 */

header.nsp-main-header {
  background: #006595 !important;
}
/* Official link color is #077ABB not #00ABE8 */

.nsp-menu ul li > a,
.nsp-menu ul li > span {
  color: #077abb !important;
}
header.nsp-main-header ul.header-tools li {
  line-height: 60px;
}
table.nsp-table-material tr td i {
  top: 0px;
}
/* Changing header titles to default color even if they are links */

table.nsp-table-material th a:not(.nsp-ignore-header-color) {
  color: #333333 !important;
}
/* Locate the sort icon into tabla's header */

table.nsp-table-material th > i {
  margin-top: 0px;
  position: absolute;
}
/* Override the padding for footer because it's to much wide for our tables */

table.nsp-table-material tfoot td {
  padding: 0 10px;
  border: none;
}
/* Overriding this style in order to have a custom JC required style */

.nsp-input label.required::after,
.nsp-label.required::after,
table.nsp-table-material tr th .required:after {
  bottom: 2px;
  color: #e73332;
  content: " *";
  font-size: 14px !important;
  font-weight: bolder;
  position: relative;
}
.msg.info {
  color: black !important;
}
.msg.success a,
.msg.error a {
  color: white;
  text-decoration: underline;
}
.msg.info a {
  text-decoration: underline;
}
.msg.warning a {
  color: #333333;
  text-decoration: underline;
}
.msg.info.border-only a,
.msg.success.border-only a,
.msg.warning.border-only a,
.msg.error.border-only a {
  color: #077abb;
}
main {
  min-height: 750px;
}
/* Tab background for modules needs to be white */

.nsp-tabs .ui-tabs-panel {
  background: white;
}
/* Tab buttons should have different colors for active and regular buttons */

.nsp-tabs ul.ui-tabs-nav li a {
  color: #666666;
}
/* Tab buttons should have different colors for active and regular buttons */

.nsp-tabs ul.ui-tabs-nav li.ui-state-active a {
  color: #333333;
  line-height: 38px;
}
/* Using standard link value */

.nsp-tabs ul.ui-tabs-nav li a:hover {
  color: #077abb;
}
/* Adding the green background to active tab */

.nsp-tabs ul.ui-tabs-nav li:not(.inner-tab).ui-state-active *:first-of-type:not(span) {
  border-top: 3px solid #81c341;
}
/* ==========================================================================
   Hover Menu: Additional elements based on standard css
   ========================================================================== */

header .nsp-menu.click ul.active {
  left: -200% !important;
  top: 60px;
}
.nsp-menu ul li.read-only > span {
  font-size: 13px;
  color: #333333 !important;
  display: block;
  line-height: 11px;
  padding: 7px 16px 14px 16px;
}
.nsp-menu ul li:hover.read-only,
.nsp-menu ul li.active.read-only,
.nsp-menu ul li.selected.read-only {
  background: inherit;
  cursor: default;
}
/* ==========================================================================
   NSP Modules: Additional elements based on standard css 
   ========================================================================== */

.nsp-hover-modal {
  background: white none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  cursor: default;
  display: none;
  height: auto;
  min-width: 330px;
  padding: 25px;
  position: absolute;
  z-index: 10;
  left: -13px;
  top: 32px;
}
.nsp-hover-modal span.arrow,
.nsp-hover-modal.left span.arrow {
  background: white none repeat scroll 0 0;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  height: 14px;
  left: 17px;
  position: absolute;
  top: -8px;
  transform: rotate(45deg);
  width: 14px;
}
.nsp-hover-modal.center {
  left: -15px !important;
}
.nsp-hover-modal.right {
  left: auto;
  right: -13px;
}
.nsp-hover-modal.right span.arrow {
  left: auto;
  right: 17px;
}
.nsp-hover-modal.left-nav-modal {
  top: auto;
  min-width: 250px;
}
.nsp-hover-modal#manual-sync-pop-up {
  left: -114px;
  top: 50px;
  padding: 40px 15px 25px 15px;
}
.nsp-hover-modal#manual-sync-pop-up span.arrow,
.nsp-hover-modal#alert-section-pop-up span.arrow {
  bottom: 5px;
  transform: rotate(225deg);
}
.nsp-hover-modal#manual-sync-pop-up span.arrow-container,
.nsp-hover-modal#alert-section-pop-up span.arrow-container {
  width: 100%;
  height: 20px;
  top: -8px;
  position: absolute;
  left: 0;
}
.nsp-hover-modal#alert-section-pop-up {
  left: -40px;
  top: 50px;
}
.nsp-hover-modal#alert-section-pop-up div.nsp-close i {
  position: relative;
  top: -20px;
}
ul#header-right-menu ul#my-profile-dropdown.header-tools #my-profile-menu {
  position: absolute;
  right: 0px;
  color: #333333 !important;
}
ul#header-right-menu ul#my-profile-dropdown.header-tools #my-profile-menu li {
  color: #333333 !important;
}
ul#header-right-menu ul#my-profile-dropdown.header-tools #my-profile-menu li a {
  color: #333333 !important;
}
ul#header-right-menu ul#my-profile-dropdown.header-tools #my-profile-menu li i {
  color: #333333;
}
ul#header-right-menu ul#my-profile-dropdown.header-tools #my-profile-menu li .company-name span {
  background-color: #eeeeee;
  color: #077abb !important;
  cursor: default;
}
ul#header-right-menu ul#my-profile-dropdown.header-tools #my-profile-menu > li.other-user-connected {
  min-height: auto;
  border-radius: 0;
  cursor: default;
}
ul#header-right-menu ul#my-profile-dropdown.header-tools #my-profile-menu > li.other-user-connected > div.msg.warning {
  line-height: 20px;
  border-radius: 0;
}
ul#header-right-menu div.inbox {
  background-color: #006595;
}
.nsp-hover-modal.left-nav-modal span.arrow {
  bottom: -8px;
  top: auto;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: none;
  border-top: none;
}
.nsp-hover-modal#manual-sync-pop-up span.arrow {
  left: 115px;
}
.nsp-hover-modal#alert-section-pop-up span.arrow {
  left: 41px;
}
.four-items .nsp-hover-modal#manual-sync-pop-up span.arrow {
  left: 87px;
}
.four-items .nsp-hover-modal#alert-section-pop-up span.arrow {
  left: 32px;
}
.four-items .nsp-hover-modal#manual-sync-pop-up {
  left: -86px;
}
.four-items .nsp-hover-modal#alert-section-pop-up {
  left: -31px;
}
.nsp-hover-modal.tiny {
  min-width: 200px;
}
.toolbar .nsp-hover-modal:not(.nsp-prorate-toggle, .nsp-EmployeeDeductions-toggle),
.nsp-alerts .nsp-hover-modal {
  left: -1px;
  top: 48px;
}
div.nsp-hover-modal-btn:hover > .nsp-hover-modal {
  display: block !important;
}
div.nsp-hover-modal-btn > i {
  cursor: pointer;
}
.nsp-hover-modal-inner {
  margin-top: -20px;
  margin-bottom: -20px;
  padding: 0;
  display: block !important;
  -webkit-transition: max-height 1s 0s;
  -moz-transition: max-height 1s 0s;
  transition: max-height 1s 0s;
  color: #333333 !important;
}
#nsp-sync-popup {
  font-size: 13px;
}
/* ==========================================================================
   Alerts: JC element included into new look and feel, display alert messages 
   on main menu by using a popup
   ========================================================================== */

.nsp-dot {
  position: relative;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  margin: 5% 0 -5%;
}
.nsp-dot.negative {
  background-color: #e73332;
}
.nsp-dot.positive {
  background: #81c341;
}
.nsp-alerts {
  font-size: 13px !important;
  cursor: pointer;
}
.nsp-alerts .nsp-date {
  opacity: 0.6;
}
.nsp-alerts .nsp-close a {
  color: #666666;
  line-height: 24px;
}
.msg.info.no-records {
  margin-bottom: 400px;
  margin-top: 50px;
}
/* Overriding this style in order to have a custom JC required style */

.msg.info span.required:before,
table.nsp-table-material tr th a.nsp-label.required:after {
  bottom: 2px;
  color: #e73332;
  content: "*";
  font-size: 14px !important;
  font-weight: bolder;
  position: relative;
}
/* ==========================================================================
   Toolbar: JC element included into new look and feel, this toolbar handles
   different dropdown elements such as Sync Popup and Alerts Popup.
   ========================================================================== */

.toolbar {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  display: inline-block;
  height: 50px;
  margin: 0 0 5px 5px;
  padding: 0;
  position: relative;
}
.toolbar.disabled {
  color: #999999;
}
.toolbar:first-child {
  margin-left: 0;
}
.toolbar-btn-set {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.toolbar-control-btn {
  display: inline-block;
  position: relative;
  top: 10px;
  text-decoration: none;
  position: absolute;
}
.toolbar-btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.toolbar .toolbar-btn {
  padding: 12px;
}
.toolbar span.toolbar-btn:hover {
  cursor: pointer;
}
.toolbar span.toolbar-btn:hover > .hover-modal {
  display: inline-block;
}
.toolbar-lbl {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.toolbar .toolbar-lbl {
  padding: 12px;
}
.toolbar .toolbar-btn.pay-period-indicator i {
  color: #43963a;
}
.toolbar .toolbar-btn.pay-period-indicator i {
  color: #43963a;
}
.toolbar .toolbar-btn:hover {
  background: #f0f0f0 none repeat scroll 0 0;
}
.toolbar-btn:hover i {
  color: #156fa4;
}
#toolbar .material-icons {
  color: #757575;
  vertical-align: middle;
}
.nsp-spinner-sync {
  width: auto !important;
  height: auto !important;
}
.toolbar .toolbar-btn.disabled {
  background: transparent;
  cursor: default;
}
.toolbar .toolbar-btn.disabled a,
.toolbar .toolbar-btn.disabled a:active,
.toolbar .toolbar-btn.disabled a:hover,
.toolbar .toolbar-btn.disabled a:visited,
.toolbar .toolbar-btn.disabled i.material-icons {
  color: #999999 !important;
  cursor: default;
}
/* ==========================================================================
   TODO: Check out where this style should be placed
   ========================================================================== */

select:active,
select:focus,
input:active:not([type="checkbox"]),
input:focus:not([type="checkbox"]) {
  border: 1px solid #6ccd43;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
  color: #225e06;
  outline: medium none;
}
/* ==========================================================================
   Typeahead: JC included into new look and feel, input control linked to a
   popup and with a typehead functionality.
   ========================================================================== */

.dropdown-typeahead {
  display: inline-block;
}
.dropdown-typeahead a {
  color: #333333;
}
.dropdown-menu {
  background: white none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  cursor: default;
  display: none;
  height: auto;
  min-width: 250px;
  padding: 14px;
  position: absolute;
  z-index: 999999;
  list-style-type: none;
  border-bottom: 5px solid #00abe8;
  margin-top: 5px;
}
.dropdown-typeahead .dropdown-menu {
  max-height: 400px;
  overflow-y: scroll;
}
/* ==========================================================================
   Datepicker: Adapted styles for AngujarJS Datepicker according standards 
   (Source: https://angular-ui.github.io/bootstrap/)
   ========================================================================== */

.uib-datepicker-popup {
  width: 320px;
  color: #333333;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 8px 5px 8px 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.uib-datepicker .btn {
  line-height: 24px;
  border-style: unset;
  background-color: transparent;
}
/* Table styles for calendar content */

.uib-datepicker table {
  width: 100%;
  font-size: 0.9em;
  margin: 0 0 0.4em;
  border-collapse: collapse;
}
.uib-datepicker table tr th {
  color: #333333;
  font-weight: bold;
  font-size: 0.9em !important;
  text-align: center;
  text-transform: uppercase;
  background: none;
  border: none;
}
.uib-datepicker table thead tr th .uib-title {
  color: #333333;
  border: 1px solid #e5e5e5;
  display: block;
  text-align: center;
  font-weight: normal;
  border-radius: 5px;
  position: relative;
  padding: 0.2em 0;
}
.uib-datepicker table tr th .uib-left > i,
.uib-datepicker table tr th .uib-right > i {
  color: #077abb;
  margin-top: 5px;
}
.uib-datepicker table tr td {
  border: 0 none;
  padding: 3px;
}
.uib-datepicker table tr td .btn.btn-default {
  width: 35px;
  height: 35px;
  color: #333333;
  border: 1px solid #e5e5e5;
  display: block;
  text-align: center;
  font-weight: normal;
  border-radius: 5px;
  padding: 0.3em;
}
.uib-datepicker table tr td button > span.text-muted {
  color: #006595;
}
.uib-datepicker table tr td button[disabled] > span.text-muted {
  color: #006595;
  opacity: 0.4;
}
.uib-datepicker table tr td .btn.btn-default.active {
  color: #363636;
  background-color: #f2f2f2;
}
.uib-datepicker table tr td .btn-default.current {
  color: #363636;
  background-color: #fed272;
}
/* Simple style for buttons that render looking like links */

.uib-button-bar,
.uib-button-bar .uib-close,
.uib-button-bar .btn-group .uib-datepicker-current,
.uib-button-bar .btn-group .uib-clear,
.uib-datepicker table tr th .uib-left,
.uib-datepicker table tr th .uib-right {
  color: #077abb;
  background: none;
  border: none;
  padding: 5px;
}
.uib-button-bar .uib-close:active,
.uib-button-bar .btn-group .uib-clear:active,
.uib-datepicker table tr th .uib-left:active,
.uib-datepicker table tr th .uib-right:active {
  padding: 5px;
}
.uib-datepicker table tr td > button[disabled],
.uib-datepicker table tr td > html input[disabled] {
  color: #999999 !important;
}
/* ==========================================================================
   Progress Bar: JC included into new look and feel.
   TODO: Apply standard names for these styles  
   ========================================================================== */

.progress-container {
  border: 2px solid #004573;
  border-radius: 20px;
  height: 41px;
}
.progress-container .white {
  color: white !important;
}
.progress-container .hide {
  display: none;
}
.progress-container .green-bar {
  background-color: #81c341 !important;
}
.progress-container .red-bar {
  background-color: #e73332 !important;
}
.progress-container .complete-border {
  border: none !important;
}
.progress-circle {
  background: transparent;
  height: 33px;
  width: 33px;
  float: right;
  border-radius: 20px;
  border: 2px solid #004573;
  padding-top: 3px;
  padding-left: 5px;
  font-weight: bold;
  margin-top: -42px;
  margin-right: 3px;
}
.progress-circle-red {
  background: transparent;
  height: 37px;
  width: 39px;
  float: right;
  border-radius: 20px;
  border: 2px solid #d70000;
  color: #d70000;
  padding-top: 7px;
  padding-left: 3px;
  font-weight: bold;
  margin-top: -57px;
  margin-right: 2px;
}
.ProviderImage {
  height: 70px;
  width: 91px;
}
.progress-txt {
  float: right;
  margin-top: -38px;
  margin-right: 45px;
  font-weight: bold;
  color: #004573;
}
.progress-center {
  text-align: center;
}
.progress-complete {
  position: relative;
  top: 7px;
}
/* ==========================================================================
   Pagination: JC included into new look and feel.
   TODO: Apply standard names for these styles  
   ========================================================================== */

ul.pagination li.disabled a,
ul.pagination li.disabled a:active,
ul.pagination li.disabled a:hover,
ul.pagination li.disabled a:visited {
  color: #999999;
  cursor: default;
}
ul.pagination li.active a,
ul.pagination li.active a:active,
ul.pagination li.active a:hover,
ul.pagination li.active a:visited {
  color: #333333;
  cursor: default;
  font-weight: bold;
}
.msg.error.text-only {
  background: white;
  color: #e73332;
  border: none;
  padding: 0px;
}
/* ==========================================================================
   ID Styles: JC Styles for specific sections
   ========================================================================== */

#intuitLoginBtn {
  width: 200px;
}
#intuitLoginBtn img {
  cursor: pointer;
}
#stateLoader {
  margin-top: 300px;
}
/* ==========================================================================
   ID Styles: JC Styles for specific sections
   ========================================================================== */

a.missing,
span.missing {
  color: #e73332;
  text-decoration: none;
}
.nsp-input select:focus option {
  color: #333333;
}
.nsp-input select:focus option:disabled {
  color: #999999;
}
.custom-picker {
  top: 5px !important;
}
/* ==========================================================================
   Header Marks: Helper lines to group a set of columns of a table
   ========================================================================== */
.nsp-marks-small {
  line-height: 0px;
  position: relative;
}
.nsp-marks-small .left-divider {
  top: 50%;
  bottom: 0;
  left: -1px;
  position: absolute;
  border-left: 1px solid #dfdfdf;
}
.nsp-marks-small .right-divider {
  top: 50%;
  right: 0;
  bottom: 0;
  position: absolute;
  border-right: 1px solid #dfdfdf;
}
.nsp-marks-small ::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 12.5%;
  border-top: 1px solid #dfdfdf;
}
.nsp-marks-small ::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12.5%;
  border-top: 1px solid #dfdfdf;
}
.nsp-marks-medium {
  line-height: 0px;
  position: relative;
}
.nsp-marks-medium .left-divider {
  top: 50%;
  bottom: 0;
  left: -1px;
  position: absolute;
  border-left: 1px solid #dfdfdf;
}
.nsp-marks-medium .right-divider {
  top: 50%;
  right: 0;
  bottom: 0;
  position: absolute;
  border-right: 1px solid #dfdfdf;
}
.nsp-marks-medium ::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 25%;
  border-top: 1px solid #dfdfdf;
}
.nsp-marks-medium ::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 25%;
  border-top: 1px solid #dfdfdf;
}
.nsp-marks-large {
  line-height: 0px;
  position: relative;
}
.nsp-marks-large .left-divider {
  top: 50%;
  bottom: 0;
  left: -1px;
  position: absolute;
  border-left: 1px solid #dfdfdf;
}
.nsp-marks-large .right-divider {
  top: 50%;
  right: 0;
  bottom: 0;
  position: absolute;
  border-right: 1px solid #dfdfdf;
}
.nsp-marks-large ::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 35.5%;
  border-top: 1px solid #dfdfdf;
}
.nsp-marks-large ::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 35.5%;
  border-top: 1px solid #dfdfdf;
}
/* ==========================================================================
   Spinner: JC Styles for an additional loader with reduced size for action buttons
   ========================================================================== */

.nsp-spinner.tiny,
.nsp-spinner.active.tiny {
  width: 32px !important;
  height: 32px !important;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 15px;
}
.nsp-spinner.tiny .nsp-circle-clip .nsp-spinner-circle,
.nsp-spinner.active.tiny .nsp-circle-clip .nsp-spinner-circle {
  border-width: 2px;
}
input[type="file"] {
  display: none;
}
/* ==========================================================================
   Accordion / Expanding content
   ========================================================================== */

.nsp-expandable-contentiner {
  overflow: hidden;
  margin: 0px;
  padding: 10px 25px 10px 20px;
}
.nsp-expandable-content {
  background: #e5eff4;
  display: block !important;
  margin: 0px;
  /*Animation Effect for Slide Down*/
  overflow: hidden;
  height: auto;
  max-height: 0px;
  border: none;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nsp-expandable-content.open {
  display: block !important;
  /*Animation Effect for Slide Down*/
  height: auto;
  max-height: 200px;
  border-bottom: 1px solid #dfdfdf;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.nsp-main-header .nsp-logo a img {
  top: 0px;
  height: 57px;
  width: auto;
  border-bottom: 15px;
}
#CompaniesTable > thead {
  font-size: 16px;
}
#CompaniesTable > tbody {
  font-size: 14px;
}
.disable-link {
  pointer-events: none;
}
.enable-pointer-events {
  pointer-events: auto;
}
a.disabled,
span.disabled,
.disabled .nsp-hover-modal-btn a {
  color: #999999 !important;
  text-decoration: none !important;
  pointer-events: none;
}
a.disabled:hover {
  color: #999999 !important;
  text-decoration: none !important;
  cursor: default;
}
.nsp-w-270 {
  width: 270px;
}
.pad-left-0 {
  padding-left: 0px;
}
.nsp-h-2 {
  height: 2px;
}
#org-level-select .dropdown-menu {
  z-index: 1041;
}
.nsp-button {
  outline: 0;
  width: 110px;
}
.new-badge {
  position: absolute;
  background-color: #f27430;
  padding: 0 4px;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  margin-left: 4px;
}
li.active .nsp-secondary-list {
  max-height: 1000px;
}
nav.nsp-main-side-nav .nsp-nav-container > ul > li > ul.level-two > li.level-three {
  background: none;
}
nav.nsp-main-side-nav .nsp-nav-container ul.toggle-nav-list li > ul > li > ul > li {
  padding-left: 20px !important;
}
nav.nsp-main-side-nav .nsp-nav-container ul li ul.level-two li ul > li a {
  padding-top: 7px;
}
nav.nsp-main-side-nav .nsp-nav-container ul li ul.level-two li a {
  color: #444444;
  font-weight: normal;
  padding: 0px;
  text-transform: capitalize;
  margin-bottom: 0px !important;
}
nav.nsp-main-side-nav .nsp-nav-container ul.level-two > li > a {
  font-size: 13px;
}
nav.nsp-main-side-nav .nsp-nav-container .level-two .sub-navfix {
  padding-left: 0px;
  margin: 0px 0px !important;
}
nav.nsp-main-side-nav .nsp-nav-container ul.level-two > li a:after {
  -ms-transform: rotate(-90deg) !important;
  -webkit-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
  margin-top: -7px;
}
nav.nsp-main-side-nav .nsp-nav-container ul.level-two > li.active a:after {
  -ms-transform: rotate(0) !important;
  -webkit-transform: rotate(0) !important;
  transform: rotate(0) !important;
  margin-top: -7px;
}
nav.nsp-main-side-nav .nsp-nav-container ul.level-two > li a.tier-one-item:after {
  content: none;
}
nav.nsp-main-side-nav .nsp-nav-container ul li ul li.active {
  background: #80c536;
  width: 100%;
  font-weight: bold;
  border-radius: 6px;
}
nav.nsp-main-side-nav .nsp-nav-container ul.toggle-nav-list li ul li {
  min-height: 38px;
}
nav.nsp-main-side-nav .nsp-nav-container ul.toggle-nav-list > li a.tier-one:after {
  content: none;
}
.nsp-tabs ul.nav-pills li {
  margin-right: 7px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
}
.nsp-tabs ul.nav-pills li.ui-state-active *:first-of-type {
  border-top: none;
  line-height: 45px;
  margin: 0px;
}
.nsp-tabs ul.nav-pills li a {
  margin: 0px;
}
.nsp-tabs ul.nav-pills li.ui-state-active {
  margin-right: 7px;
  background-color: #81c341;
}
.nsp-tabs.tab-nav-container.pill-nav-container {
  width: auto;
  margin: auto;
}
.pill-nav-container .nav-pills li span {
  margin-left: 22px !important;
}
.pill-nav-container .nav-pills li i {
  font-size: 20px;
  position: absolute;
  margin-top: 12px;
}
nav.nsp-main-side-nav .nsp-nav-container ul li ul.level-two li a .text-secondary-1 {
  font-weight: bold;
}
nav.nsp-main-side-nav .nsp-nav-container {
  margin-top: 0px;
  padding: 5px 20px;
}
.company-name-container.expanded {
  height: 170px !important;
}
.company-name-container.expanded .msg {
  font-weight: normal;
  margin-bottom: 10px;
}
nav.nsp-main-side-nav .company-name-container,
nav.nsp-secondary-side-nav .company-name-container {
  color: #006595;
  margin-top: 0px;
}
nav.nsp-main-side-nav .horizontal-list > li,
nav.nsp-secondary-side-nav .horizontal-list > li {
  margin-top: 9px !important;
  height: 34px;
  border-radius: 17px;
  padding-top: 3px;
}
nav.nsp-main-side-nav .horizontal-list.four-items > li,
nav.nsp-secondary-side-nav .horizontal-list.four-items > li {
  width: calc(100% / 4);
  padding-left: 15px;
}
nav.nsp-main-side-nav .horizontal-list.three-items > li,
nav.nsp-secondary-side-nav .horizontal-list.three-items > li {
  width: calc(100% / 3);
  padding-left: 25px;
}
nav.nsp-main-side-nav .horizontal-list.two-items > li,
nav.nsp-secondary-side-nav .horizontal-list.two-items > li {
  width: calc(100% / 2);
  padding-left: 25px;
}
.horizontal-list .material-icons.md-21 {
  margin: 3px 0px 0px -1px;
}
nav.nsp-main-side-nav .company-name-container h2,
nav.nsp-secondary-side-nav .company-name-container h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.horizontal-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.horizontal-list li {
  padding: 0 10px;
  color: white;
  font-size: 14px;
  float: left;
}
ul.horizontal-list .inbox {
  bottom: 30px;
  background-color: #006595;
}
ul.horizontal-list .inbox span {
  top: -8px;
  left: 3px;
}
ul.horizontal-list .material-icons.mr-50 {
  margin-right: 0px !important;
}
ul.horizontal-list #nsp-sync-popup {
  color: #333333;
}
.fa.md-21 {
  font-size: 21px;
}
.company-name-container > div {
  position: absolute;
}
.fs-50 {
  font-size: 50px;
}
.btn-group.toolbar-btn {
  display: inline-flex;
}
.btn-group.toolbar-btn > div {
  padding-right: 5px;
}
.tooltip {
  position: relative;
  padding: 10px;
  background: white;
  border: 1px solid #999999;
  border-radius: 2px;
  max-width: 300px;
  margin: 5px 5px 150px 5px;
  position: absolute;
  z-index: 2;
}
.tooltip:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -6px;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
  background: white;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tooltip.bottom:before {
  top: -6px;
  bottom: auto;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
}
.tooltip.pull-right:before {
  left: 265px;
}
#tooltip-container {
  min-width: 300px;
  width: 300px;
}
nav.nsp-main-side-nav .nsp-nav-container .tier-one,
nav.nsp-main-side-nav .nsp-nav-container .tier-one span {
  cursor: default !important;
}
.msg.alert {
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  width: 25%;
  z-index: 1051 !important;
}
.msg.alert .message {
  font-weight: normal;
  vertical-align: top;
}
.msg.alert .fa {
  font-size: 20px;
  margin-top: 2px;
  margin-right: 8px;
}
.msg.alert .close {
  cursor: pointer;
  float: right;
  margin: -8px -8px 0 0;
  font-size: 14px;
}
.msg.alert .close:hover {
  color: #333333;
}
.msg.alert.warning .fa {
  color: #fdb414;
}
.msg.alert.success .fa {
  color: #439639;
}
.msg.alert.error .fa {
  color: #941716;
}
.nsp-input .automapped {
  border-color: #fed272 !important;
}
.center-visible-layout {
  float: left;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999;
}
.uib-typeahead-match a[title=" Add New Employee"]::before {
  font-family: FontAwesome;
  padding-right: 5px;
  font-size: 16px;
  content: "\f055";
}
.w-calc-30 {
  width: calc(100% - 30px) !important;
}
.w-calc-35 {
  width: calc(100% - 35px);
}
.w-calc-50 {
  width: calc(100% - 50px);
}
.w-calc-100 {
  width: calc(100% - 100px);
}
.w-calc-390 {
  width: calc(100% - 390px);
}
.w-calc-190 {
  width: calc(100% - 190px);
}
.disabled .switch {
  background-color: white;
  border-color: white;
}
#AllocationTotalsCash {
  display: inline-flex;
}
.nsp-expandable-content.open {
  overflow: visible;
  max-height: 500px;
}
.employee-actions .material-icons {
  cursor: default;
  font-size: 20px;
}
.display-inline {
  display: inline !important;
}
.display-inline-block {
  display: inline-block !important;
}
table .custom-checkbox {
  margin-bottom: 24px;
}
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  border: 1px solid #333333;
  background: #f9f8f5;
}
.custom-checkbox:hover input ~ .checkmark,
.custom-checkbox:hover input ~ .radiomark {
  background-color: #cccccc;
}
.disabled.custom-checkbox:hover input ~ .checkmark,
.disabled.custom-checkbox:hover input ~ .radiomark {
  background-color: #999999;
}
.custom-checkbox.disabled {
  color: #999999 !important;
  text-decoration: none !important;
  pointer-events: none;
}
.custom-checkbox.disabled .checkmark,
.custom-checkbox.disabled .radiomark {
  border: 1px solid #999999;
}
.custom-checkbox.disabled .radiomark:after {
  background: #999999;
}
.custom-checkbox.disabled .checkmark:after {
  border: solid #999999;
  border-width: 0 2px 2px 0;
}
.checkmark:after,
.radiomark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox input:checked ~ .checkmark:after,
.custom-checkbox input:checked ~ .radiomark:after {
  display: block;
}
.radiomark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1rem;
  width: 1rem;
  background: white;
  border: 1px solid #333333;
  border-radius: 50%;
  background: #f9f8f5;
}
/* Style the indicator (dot/circle) */

.custom-checkbox .radiomark:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #439639;
  transform: scale(0.7);
}
/* Style the checkmark/indicator */

.custom-checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #439639;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nsp-main-side-nav a {
  cursor: pointer;
}
.custom-checkbox span:first-child {
  padding-left: 10px;
  font-weight: normal;
}
table.nsp-table-material th {
  padding: 15px 10px;
}
.side-nav-footer {
  position: fixed;
  background: #006595;
  width: 260px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}
.show {
  display: block !important;
}
.no-line-height {
  line-height: 0px;
}
.default-line-height {
  line-height: 24px;
}
@media (min-width: 600px) and (max-width: 1410px) {
  .hide-on-medium {
    display: none;
  }
  .show-row-on-medium {
    display: table-row;
  }
}
@media (min-width: 1410px) {
  .hide-on-big {
    display: none;
  }
  .show-row-on-big {
    display: table-row;
  }
}
@media (min-width: 1350px) and (max-width: 1550px) {
  #AllocationPayrollTable {
    width: auto;
  }
}
@media (min-width: 991px) and (max-width: 1350px) {
  #AllocationPayrollTable {
    width: auto;
  }
}
@media (min-width: 991px) and (max-width: 1060px) {
  #AllocationPayrollTable .nsp-w-300 {
    width: 250px;
  }
  #AllocationPayrollTable .nsp-w-350 {
    width: 280px;
  }
}
@media (max-width: 1450px) {
  table.scroll {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
input[type=text]::-ms-clear {
  display: none;
}
nav.nsp-main-side-nav.system-admin-sidebar .user-name-container {
  border-bottom: 1px solid #006595;
  margin-bottom: 10px;
}
nav.nsp-main-side-nav.system-admin-sidebar .user-name-container h2.user-name {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: text-bottom;
}
nav.nsp-main-side-nav.system-admin-sidebar .user-name-container .user-name {
  margin-top: 63px;
  margin-bottom: 10px;
  padding: 8px;
  text-align: left;
  font-size: 18px;
  color: #006595;
}
nav.nsp-main-side-nav.system-admin-sidebar .user-name-container span.user-icon {
  font-size: 48px;
  margin-top: 10px;
  margin-left: 0px;
}
nav.nsp-main-side-nav.system-admin-sidebar .user-name-container span.user-full-name {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: text-bottom;
  display: block;
}
nav.nsp-main-side-nav.system-admin-sidebar ul > li a {
  position: relative;
  margin-bottom: 0;
  display: block;
  cursor: pointer;
  color: #439639;
  font-size: 15px;
  margin-left: 10px;
  padding: 5px;
}
nav.nsp-main-side-nav.system-admin-sidebar ul > li a span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: text-bottom;
}
nav.nsp-main-side-nav.system-admin-sidebar ul > li a i {
  padding-top: 3px;
  color: #666666;
}
nav.nsp-main-side-nav.system-admin-sidebar ul > li.active {
  background: #439639;
  color: white !important;
}
nav.nsp-main-side-nav.system-admin-sidebar ul > li.active a > span {
  color: white;
}
nav.nsp-main-side-nav.system-admin-sidebar ul > li.active a > i {
  color: white;
}
nav.nsp-main-side-nav.system-admin-sidebar ul > li ul > li a > span {
  font-size: 13px;
  line-height: 20px;
  color: #444444;
  text-transform: none;
  font-weight: normal;
}
nav.nsp-main-side-nav.system-admin-sidebar ul.toggle-nav-list > li > a:after {
  content: "";
}
nav.nsp-main-side-nav.system-admin-sidebar .side-nav-footer .full-width {
  margin: 0 auto;
}
nav.nsp-main-side-nav.system-admin-sidebar .side-nav-footer .full-width .horizontal-list.three-items li,
nav.nsp-main-side-nav.system-admin-sidebar .side-nav-footer .full-width .horizontal-list.two-items li {
  padding: 0;
  padding-top: 2px;
}
nav.nsp-main-side-nav.system-admin-sidebar .side-nav-footer .full-width .horizontal-list.three-items li a,
nav.nsp-main-side-nav.system-admin-sidebar .side-nav-footer .full-width .horizontal-list.two-items li a {
  padding-left: 15px;
  padding-right: 15px;
  display: initial;
}
nav.nsp-main-side-nav.system-admin-sidebar .side-nav-footer .full-width .horizontal-list.three-items li a span > i,
nav.nsp-main-side-nav.system-admin-sidebar .side-nav-footer .full-width .horizontal-list.two-items li a span > i {
  padding-top: 3px;
  color: white;
}
nav.nsp-main-side-nav.system-admin-sidebar .side-nav-footer .full-width .horizontal-list.two-items li {
  text-align: center;
}
nav.nsp-main-side-nav.system-admin-sidebar .side-nav-footer .full-width .horizontal-list.two-items li a,
nav.nsp-main-side-nav.system-admin-sidebar .side-nav-footer .full-width .horizontal-list.two-items li a span {
  margin-left: 0;
}
main.system-admin-main-panel .nsp-hover-modal.company-list-actions {
  padding-bottom: 5px;
}
main.system-admin-main-panel .nsp-hover-modal.company-list-actions .nsp-hover-modal-inner {
  padding-top: 5px;
  padding-bottom: 5px;
}
main.system-admin-main-panel .nsp-hover-modal.company-list-actions .nsp-hover-modal-inner .row:hover,
main.system-admin-main-panel .nsp-hover-modal.company-list-actions .nsp-hover-modal-inner .row a:hover,
main.system-admin-main-panel .nsp-hover-modal.company-list-actions .nsp-hover-modal-inner .row i:hover {
  background-color: #eeeeee;
}
.glyphicon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-star:before {
  content: "\f005";
}
.glyphicon-star-empty::before {
  content: "\f006";
}
.glyphicon-chevron-right:before {
  content: "\f054";
}
.glyphicon-chevron-left:before {
  content: "\f053";
}
.glyphicon-chevron-up:before {
  content: "\f077";
}
.glyphicon-chevron-down:before {
  content: "\f078";
}
.tooltip#import-payroll-pending-mappings {
  width: 510px !important;
  max-width: 510px;
  margin-top: -200px;
  margin-left: -4px;
  padding-top: 0;
  padding-bottom: 0;
}
.nsp-hover-modal.progress-indicator {
  border: 2px solid #333333;
  font-weight: bold;
}
@media (max-width: 1260px) {
  .tooltip#import-payroll-pending-mappings {
    width: 300px !important;
    margin-top: -270px;
  }
}

