@charset "UTF-8";
input.decimal-input, input.decimal-input-4 {
  /* font-family: Courier !important; */
  text-align: right; }

.form-group .text-muted {
  margin-top: 5px;
  margin-bottom: 10px;
  font-style: italic; }

input.bold-input {
  font-weight: bold; }

.form-horizontal td .form-group {
  margin-left: 0px;
  margin-right: 0px; }

legend {
  border: 2px solid #ddd;
  background-color: #ddd;
  border-radius: 6px;
  padding-left: 4px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px; }

legend span.label {
  padding: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 4px;
  font-size: 13px;
  font-weight: normal; }

fieldset {
  background-color: #f5f5f5;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 10px; }

.form-actions {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 10px;
  padding-top: 10px;
  height: 51px; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  opacity: 1; }

.regular-checkbox + .regular-checkbox-box {
  background-color: #fff; }

.hint-block .help-link {
  font-weight: bold; }

.modal-body {
  background-color: #f5f5f5; }

.kv-editable-parent .kv-help-block ul {
  -webkit-padding-start: 0px;
  list-style-type: none;
  margin-bottom: -8px;
  margin-top: 6px; }

.popover-footer .help-block {
  margin-left: 11px; }

.popover-footer .help-block:before {
  font-family: 'FontAwesome';
  content: "\f0eb";
  padding-right: 2px; }

tbody.tabled-form td.input-field {
  vertical-align: middle; }

tbody.tabled-form td.input-field .regular-checkbox-box {
  margin-top: 6px;
  text-align: center; }

tbody.tabled-form td.input-field .form-group {
  margin-bottom: -11px; }

.animate-bind {
  transition: background-color 0.5s linear 0s; }
  .animate-bind[class*="-add"] {
    background-color: yellow; }

th.strike-behind {
  position: relative;
  z-index: 1;
  text-align: center; }
  th.strike-behind:before {
    border-top: 2px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1; }
  th.strike-behind span {
    /* to hide the lines from behind the text, you have to set the background color the same as the container */
    background: #fff;
    padding: 0 15px; }

a.asc:after {
  content: "\f077"; }

a.asc:after, a.desc:after {
  position: relative;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  padding-left: 5px; }

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a.desc:after {
  content: "\f078"; }

a.asc:after, a.desc:after {
  position: relative;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  padding-left: 5px; }

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a.btn .popover-content form {
  height: 40px; }

a.btn .popover-footer button {
  margin-bottom: 4px; }

a.btn .kv-editable-link {
  color: white; }

html {
  height: 100%; }

body {
  font-size: 1.2em;
  height: 100%;
  min-height: 100%;
  background-color: #f5f8fa; }

.vertical-align {
  display: flex;
  align-items: center; }

.wrap {
  min-height: 100%;
  height: auto;
  padding: 0 0 60px;
  margin: 0 auto 0; }

.wrap > .container {
  padding: 0 15px 20px !important;
  /* new top menu  was 70px not 94 */ }

.container h1.nav-title {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #006B9E;
  margin-top: 0; }

.breadcrumb {
  background: #fff; }

.red {
  color: red; }

.green {
  color: green; }

.alert-sm {
  padding: 7px 15px;
  line-height: 1.5;
  vertical-align: middle; }

.panel {
  border-radius: 0;
  box-shadow: initial; }

.panel .panel-section {
  padding: 15px;
  border-bottom: 1px solid #ddd; }

.panel .last {
  border-bottom: 0 !important; }

.panel h4 {
  margin-top: 0;
  font-size: 15px;
  font-weight: bold;
  color: #0075ad; }

.panel .tab-pane > h4 {
  margin-top: 10px;
  margin-bottom: 10px; }

.no-bg {
  background-color: transparent !important; }

.underline {
  text-decoration: underline; }

@media (min-width: 768px) {
  .panel-border-left {
    border-left: 1px solid #ddd; } }
.panel .panel-footer .form-group, .panel .panel-footer .checkbox {
  margin: 0; }

.panel-default > .panel-heading > .panel-title {
  color: #0075ad; }

.panel .panel-info-section {
  background: #f5f5f5;
  padding: 5px 15px;
  border-bottom: 1px solid #ddd; }

.panel .panel-info-section label {
  margin: 0; }

.panel-body h3.panel-title {
  margin-bottom: 15px;
  color: #0075ad; }

.panel-body h4.panel-section {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd; }

.panel table {
  margin-bottom: 0; }

.panel .number, .panel .title {
  color: #0075ad; }

.panel .number {
  font-size: 30px; }

.external-filters input, .external-filters select {
  margin-right: 10px;
  margin-bottom: 10px; }

.footer {
  height: 40px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  padding: 12px 0;
  -webkit-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.08); }

/* tables */
table.payroll tr.totals {
  border-bottom: 2px solid #ccc;
  font-weight: bold; }

table.payroll tr.totals > td {
  background-color: #ddd;
  border: 0; }

table.payroll .no-data {
  text-align: center;
  color: #ccc;
  opacity: 0.8;
  font-style: italic; }

table.payroll tr.row-add {
  background-color: #F5F5F5; }

table.payroll tr.massive-action-row {
  height: 46px;
  background-color: #f5f5f5; }

table.payroll tr.massive-action-row th .table, table.payroll tr.massive-action-row th .table tr, table.payroll tr.massive-action-row th .table td {
  background-color: transparent;
  border: 0;
  padding: 0 2px 0; }

table.payroll tr.massive-action-row > th {
  border: 0; }

/* overwrite classes */
/* new top menu */
.navbar-sm {
  background-color: #006B9E !important;
  background-image: none !important;
  border-bottom: 1px solid #015c87 !important;
  box-shadow: initial !important;
  margin-bottom: 0;
  min-height: 24px !important;
  z-index: 1030; }

.navbar-sm .navbar-toggle {
  display: none; }

.navbar-sm li {
  border-bottom: 0 !important; }

.navbar-sm li:hover {
  background: #0075ad; }

.navbar-sm li a {
  font-size: 12px;
  padding: 2px 10px !important;
  color: #eee;
  font-weight: bold; }

.navbar-sm li > ul.dropdown-menu > li > a {
  color: #333; }

.navbar-under-small {
  top: 24px;
  z-index: 1020; }

.navbar-under-small .navbar-left > li > a {
  text-transform: uppercase;
  font-weight: bold; }

.navbar-under-small .navbar-left li .caret {
  display: none; }

.navbar-under-small ul.navbar-right > li.profile-avatar > a {
  padding-top: 10px;
  padding-bottom: 10px; }

.navbar-under-small ul.navbar-right li.profile-elem {
  padding: 2px 10px;
  margin-bottom: 10px; }

.navbar-under-small ul.navbar-right li.profile-elem a {
  padding: 0; }

.navbar-under-small ul.navbar-right li.profile-elem .name {
  font-weight: bold;
  display: block; }

.navbar-under-small li.profile-elem img {
  float: left;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 5px; }

.navbar-under-small ul.navbar-right li.profile-elem .aid-profile--change-avatar:hover {
  background: transparent; }

.navbar-under-small ul.navbar-right li.profile-elem .hoverable--overlay {
  border-radius: 50px;
  display: none; }

.navbar-under-small ul.navbar-right li.profile-elem .aid-profile--avatar-icon {
  background-image: url(../images/camera.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: all .25s ease-in-out; }

.navbar-under-small ul.navbar-right li.profile-elem .aui-icon {
  height: 35px;
  width: 35px;
  line-height: 0;
  position: relative;
  vertical-align: text-top;
  background-position: 6px 7px;
  border: none;
  margin: 0;
  padding: 0;
  text-indent: -999em;
  display: inline-block;
  text-align: left; }

.navbar-under-small ul.navbar-right li.profile-elem .hoverable:hover .hoverable--overlay {
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  text-align: center; }

.navbar-under-small li.profile-avatar a .caret {
  display: inline-block; }

.navbar-under-small li.profile-avatar a > img {
  border-radius: 50px;
  overflow: hidden; }

/* end of new top menu */
.navbar-fixed-top {
  border: 0; }

.navbar {
  min-height: 46px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35); }

.navbar-toggle {
  margin-top: 6px;
  margin-bottom: 6px; }

.navbar-brand {
  height: 46px;
  font-size: 28px;
  padding: 9px 15px; }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-radius: 0;
  min-width: 180px; }

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px; }

  .navbar-nav > li {
    transition: all .25s ease-in-out; }

  .navbar-nav > li > .dropdown-menu {
    padding-top: 5px;
    padding-bottom: 5px !important; }

  .navbar-right .dropdown-menu {
    right: -1px; }

  .navbar-right li:hover, .navbar-right li.active {
    border-bottom-color: #fff;
    border-bottom-width: 4px;
    opacity: 1; }

  .navbar-right li.open {
    border-bottom-color: transparent; }

  .navbar-nav li span.title {
    display: none; }

  .navbar-nav li .dropdown-menu li {
    border: 0; }

  .dropdown-menu {
    border: 0 !important; }

  ul.navbar-with-arrow .dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }

  ul.navbar-with-arrow .dropdown-menu:after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: ''; } }
.navbar-inverse {
  background-color: #0075ad; }

.navbar-inverse .navbar-brand {
  color: #fff; }

.navbar-inverse .navbar-brand:hover {
  background-color: #006B9E; }

.navbar-inverse .navbar-nav > li > a {
  color: #fff; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #006B9E; }

.navbar-inverse .navbar-left > li.dropdown > a:hover {
  background-color: #006B9E; }

.navbar-frontpage > li > a:hover {
  background-color: #006B9E !important; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #006B9E; }

.navbar-inverse .navbar-toggle {
  border-color: #2A6496; }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #2A6496; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #2A6496; }

.dropdown-menu .divider {
  margin: 3px 0; }

.dropdown-menu > li > a {
  padding: 2px 10px; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    font-size: 12px; }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #1781B4;
    margin: 1px 0 !important; }

  .navbar-sm .navbar-collapse {
    display: block; }

  .navbar-sm .navbar-collapse .navbar-nav {
    margin: 0px -15px; }

  .navbar-sm .navbar-collapse .navbar-left {
    float: left; }

  .navbar-sm .navbar-collapse .navbar-right {
    float: right; } }
/* new classes */
.platform {
  vertical-align: 6px;
  font-size: 18px;
  font-weight: 300; }

.editMultipleList option {
  height: 26px;
  padding: 5px; }

/* angular */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.mono {
  font-family: monospace;
  text-align: right; }

.bold-font {
  font-weight: bold; }

.table .mono, .table th.mono-th {
  text-align: right;
  vertical-align: middle; }

.tabular-content {
  padding: 6px; }

.caution, .caution a {
  color: #a94442 !important;
  font-weight: bold; }

.text-danger {
  color: #a94442 !important; }

.text-success {
  color: #5cb85c !important; }

[ng-controller] .ng-deferred {
  display: none; }

.table tr.small-letters {
  font-size: 0.8em;
  font-style: italic; }

.table caption {
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
  padding-left: 4px; }

table .form-group {
  margin: 0; }

table .form-group .detail-view {
  margin-bottom: 15px; }

.kv-form-attribute .help-block {
  margin-bottom: 0; }

table .radio, table .checkbox {
  margin: 5px 0 0 0; }

.navbar-left li.active {
  border-bottom-color: #fff;
  border-bottom-width: 4px;
  opacity: 1; }

.label {
  font-size: 12px; }

.label-lg {
  font-size: 13px; }

legend .right-link {
  font-size: 0.9em;
  margin-right: 6px; }

#icon-notifications {
  padding: 5px 10px;
  margin: 8px 2px;
  display: inline-block;
  border-radius: 2px;
  text-decoration: none;
  text-align: left;
  background: #006B9E; }

#badge-notifications {
  position: absolute;
  top: 3px;
  right: -7px;
  font-size: 10px; }

#dropdown-notifications {
  width: 320px; }

#dropdown-notifications .dropdown-header {
  color: #0075ad;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px; }

#dropdown-notifications .media-list li {
  padding: 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  border-left: 3px solid white;
  font-size: 12px; }

#dropdown-notifications .media-list li:hover, #dropdown-notifications .media-list li.selected {
  background-color: #f7f7f7;
  border-left: 3px solid #6fdbe8; }

#dropdown-notifications a, #dropdown-notifications a:hover, #dropdown-notifications a:focus {
  text-decoration: none !important; }

#dropdown-notifications li:last-child {
  margin-bottom: 3px; }

#dropdown-notifications .media-body {
  display: table-cell;
  vertical-align: top; }

#dropdown-notifications .arrow {
  display: none; }

#dropdown-notifications .media .time {
  font-size: 11px;
  color: #bebebe; }

.panel .kv-grid-container {
  padding: 10px 15px; }

.panel .payroll-run .kv-grid-container {
  padding: 0; }

.im {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.im-fw {
  width: 1.28571429em;
  text-align: center; }

.sys-btn {
  text-align: center;
  padding: 10px; }

.sys-btn a:hover {
  text-decoration: none; }

.lg-btn i {
  font-size: 42px; }

.sys-btn-title {
  padding: 5px;
  display: block; }

.inactive i, .inactive a > span {
  color: #ccc; }

/* page-header section */
header#report-header {
  background-color: #fff;
  margin-bottom: 15px;
  color: #000;
  border-bottom: 1px solid #eee; }

header#employee-profile-header {
  background-color: #fe9b4d; }

header#user-profile-header {
  background-color: #53b775; }

header#account-profile-header {
  background-color: #94ABA4; }

header#company-profile-header {
  background-color: #3097A4; }

header#payroll-run-profile-header {
  background-color: #2A324B; }

nav#employee-nav, nav#user-nav, nav#company-nav {
  margin-bottom: 10px; }

nav#employee-nav {
  background-color: #eb9048; }

nav#user-nav {
  background-color: #4ca569; }

nav#account-nav {
  background-color: #8AA39B; }

nav#company-nav {
  background-color: #198B9A; }

nav#payroll-run-nav {
  background-color: #23293E; }

.label-run-payroll {
  background-color: #64697C; }

.link-run-payroll {
  color: #8A8F9C; }

.report-description {
  min-height: 65px; }

@media (min-width: 768px) {
  nav#payroll-run-nav li > a {
    color: #8A8F9C; }

  nav.navbar-default ul.navbar-right {
    margin-right: 0 !important; }

  nav#payroll-run-nav .navbar-icon-buttons li > a {
    color: #fff !important;
    padding: 9px; }

  nav#payroll-run-nav .navbar-icon-buttons li:hover > a {
    background-color: #8A8F9C !important; }

  nav#payroll-run-nav li.active > a {
    color: #fff; } }
.page-header {
  margin: 0px 0px 20px 0;
  padding: 70px 0px 20px 0;
  color: #fff;
  border: 0; }

.page-header a {
  color: #fff; }

.page-header-w-menu {
  margin: 0; }

.page-header h1 {
  font-size: 20px;
  font-weight: normal;
  vertical-align: text-bottom; }

.page-header h1 .username, .page-header h1 .ssn {
  color: #eee; }

.page-header .user-since, .page-header .unknown {
  color: #eee; }

.page-header .user-avatar img {
  border-radius: 5px; }

.page-header-inner .total-number {
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
  padding: 5px 7px;
  color: #F6AE2D;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); }

.page-header-inner .total-title {
  font-size: 10px;
  display: inline-block;
  text-transform: uppercase;
  width: 110px; }

.page-header-inner table {
  margin: 0; }

.page-header-inner table th, .page-header-inner table td {
  border-top: 0 !important;
  padding: 2px !important; }

.page-header-inner table th {
  color: #9EA1AD; }

.page-header-inner table td {
  color: #DCDBA8;
  font-size: 20px; }

#user-profile .user-avatar {
  float: left;
  margin-right: 20px; }

#user-profile-side {
  margin-top: 20px;
  line-height: 15px; }

#user-profile-side .btn-group .caret {
  display: none; }

#user-profile-side i {
  color: #fff; }

#user-profile-side .dropdown-menu i {
  color: #000; }

.affix {
  width: 100%;
  top: 70px;
  z-index: 1020; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }
.navbar .label-notifications {
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  animation: pulse 2s infinite;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: red;
  display: inline-block;
  position: absolute;
  right: 9px;
  border: 2px solid #2A324B; }

.navbar-default {
  min-height: 30px !important;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  text-transform: uppercase;
  border: 0; }

.navbar-default .dropdown-menu > li > a {
  font-size: 12px; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  font-weight: bold;
  color: #fff;
  background-color: transparent;
  border-bottom: 2px solid #fff; }

.navbar-default .navbar-collapse {
  margin-left: -15px;
  margin-right: -15px; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: transparent; }

.navbar-default .navbar-nav > li > a {
  font-size: 11px; }

@media (max-width: 970px) {
  .nav > li > a {
    font-size: 70% !important; } }
@media (max-width: 1170px) {
  .nav > li > a {
    font-size: 80% !important;
    padding: 7px 10px !important; } }
@media (min-width: 768px) {
  .navbar-main li:hover > ul.dropdown-menu {
    display: block; }

  .navbar-default ul.navbar-left .dropdown-menu {
    border-radius: 0;
    margin-top: -2px; }

  .navbar-default ul.navbar-left .dropdown-menu:before, .navbar-default ul.navbar-left .dropdown-menu:after {
    display: none; }

  .navbar-default .navbar-nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
    color: #fff; }

  .navbar-default li.active {
    font-weight: bold; }

  .navbar-default ul.navbar-nav > li:hover > a {
    color: #eee; }

  .navbar-default .dropdown-menu > .active > a, .navbar-default .dropdown-menu > .active > a:hover, .navbar-default .dropdown-menu > .active > a:focus {
    background: #ddd !important;
    color: #555; }

  .navbar-default .navbar-nav > li.active:hover:after {
    border-top: 10px solid #ddd; }

  .navbar-default .navbar-nav > li > a {
    padding-top: 9px; }

  .navbar-menu li > a {
    border: 0; }

  .navbar-menu li.active > a, .navbar-menu li.active > a:hover, .navbar-menu li > a:hover, .navbar-menu li.active > a:focus, .navbar-menu li > a:focus {
    border: 0;
    background-color: transparent; }

  .navbar-menu li.active > a, .navbar-menu li.active > a:hover, .navbar-menu li.active > a:focus {
    border-bottom: 3px solid orange;
    padding: 9px 15px; } }
.nav-tabs li.active {
  font-weight: bold; }

.nav-pills .done a {
  background-color: #fff; }

/****** dashboard - todo *********/
#dashboard .metric {
  padding: 0;
  text-align: center;
  border-radius: 4px;
  margin: 0; }

#dashboard .metric-employees {
  background-color: #eee; }

#dashboard .metric-employees .title {
  background: #fff; }

#dashboard .title {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 4px 2px;
  font-weight: bold;
  border: 1px solid #eee; }

#dashboard .metric-departments {
  background-color: #eee; }

#dashboard .metric-departments .title {
  background: #fff; }

.todo-title > .todo-bullet {
  background-color: #fff;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 7px;
  margin-right: 5px;
  border: 2px solid #B23A48; }

ul.todo-list {
  list-style: none;
  padding: 0;
  margin: 0; }

ul.todo-list li {
  padding: 5px 5px 5px 0px;
  margin-bottom: 1px; }

ul.todo-list li div {
  display: block;
  font-size: 10px;
  color: red; }

ul.todo-list li div {
  animation: blinker 2s linear infinite; }

@keyframes blinker {
  50% {
    opacity: 0; } }
ul.todo-list li:before {
  content: "● ";
  color: #B23A48;
  margin-right: 5px; }

/* reports */
#reports-overview {
  min-height: 140px; }

.sub-metric {
  padding: 2px 10px;
  margin: 6px 0; }

.net-metric {
  border-left: 10px solid #777; }

.gross-metric {
  border-left: 10px solid #ABCC00; }

.deduction-metric {
  border-left: 10px solid #50A6BE; }

.sub-metric-value {
  font-weight: 500;
  line-height: 1.21;
  font-size: 28px;
  color: #6E8BA8; }

.sub-metric-title {
  text-transform: uppercase;
  color: #6E8BA8;
  font-size: 14px; }

.metric {
  padding: 2px 0;
  margin: 6px 0; }

.metric-value {
  font-weight: 500;
  line-height: 1.21;
  font-size: 36px;
  color: #6E8BA8; }

.metric-title {
  text-transform: uppercase;
  color: #6E8BA8;
  font-size: 22px; }

/****** help preview *********/
#help-preview {
  position: fixed !important;
  z-index: 9999 !important;
  background-color: #fcfcfc !important;
  font-size: 8px !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s; }

#help-preview.help-peak {
  width: 110px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) !important;
  overflow: hidden; }

#help-preview.help-peak .help-loader {
  left: 2em;
  display: block;
  margin-left: 0; }

#help-preview.help-clicked {
  width: 69em;
  max-width: 99%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) !important; }

#help-preview.help-clicked .help-loader {
  display: block; }

#help-preview .help-nav-about {
  position: relative;
  height: 25px;
  width: 100%;
  min-width: 250px;
  color: #fff;
  font-size: 1.25em;
  line-height: 2.4em;
  background-color: #006B9E;
  padding-left: 10px;
  font-weight: bold;
  border-bottom: 1px solid #015c87 !important; }

#help-preview .help-loader {
  display: none;
  top: 40%;
  left: 50%;
  margin-left: -36px; }

#help-preview.help-fullpage {
  position: relative !important;
  width: 100%;
  max-width: 69em;
  margin: 0 auto;
  height: 100%;
  background-color: rgba(252, 252, 252, 0.08) !important; }

#help-preview.help-fullpage .help-nav-about {
  background-color: transparent;
  text-align: right;
  padding-right: 1.6em; }

#help-preview.help-fullpage .help-loader {
  display: block; }

.help-loader {
  position: relative;
  display: block;
  height: 10px;
  width: 10px;
  /*transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);*/
  overflow: hidden;
  animation: help_loader 1.4s linear infinite;
  -webkit-animation: help_loader 1.4s linear infinite;
  opacity: 1; }

.help-loader:before {
  content: attr(data-loader);
  position: absolute;
  display: block;
  top: 2px;
  left: -8px;
  width: 80px;
  height: 80px;
  border: 6px dotted #D1CFD1; }

.help-loader:after {
  content: attr(data-loader);
  position: absolute;
  display: block;
  top: 1px;
  right: 0;
  width: 8px;
  height: 8px;
  background-color: #0075ad;
  z-index: 1; }

@keyframes help_loader {
  0% {
    width: 10px;
    opacity: 0; }
  30% {
    width: 20px;
    opacity: 1; }
  88% {
    width: 72px;
    opacity: 1; }
  92% {
    width: 72px;
    opacity: 1; }
  99% {
    width: 72px;
    opacity: 0.1; }
  100% {
    width: 10px;
    opacity: 0; } }
@-webkit-keyframes help_loader {
  0% {
    width: 10px;
    opacity: 0; }
  30% {
    width: 20px;
    opacity: 1; }
  88% {
    width: 72px;
    opacity: 1; }
  92% {
    width: 72px;
    opacity: 1; }
  99% {
    width: 72px;
    opacity: 0.1; }
  100% {
    width: 10px;
    opacity: 0; } }
/* HELP */
#help {
  background-color: #fcfeff !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: left;
  font-size: 14px !important;
  overflow: hidden; }

body > #help {
  position: fixed !important;
  z-index: 9999 !important;
  background-color: #FCFCFC !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) !important;
  width: 99%;
  max-width: 99%;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transition: width 0.2s;
  transition: width 0.2s; }

body > #help.help-hide {
  width: 0;
  overflow: hidden; }

*:not(body) > #help {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 100%; }

#help * {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  padding: 0;
  margin: 0; }

#help .help-nav-about {
  background: #006B9E;
  padding: 0 20px 0 10px;
  font-size: 20px;
  height: 25px;
  line-height: 21px;
  border-bottom: 1px solid #015c87 !important; }

#help .help-nav-about a {
  color: #fff; }

#help .help-nav-about span {
  float: right;
  margin-left: 15px; }

#help .title {
  color: #fff;
  font-size: 0.5em;
  float: left;
  font-weight: bold;
  padding: 2px 0;
}

@media (max-device-width: 1024px) {
  #help .help-hidesmall {
    display: none; } }
@media (min-device-width: 1024px) {
  body > #help {
    font-size: 8px !important; }

  *:not(body) > #help {
    font-size: 8px !important; } }
@media (min-device-width: 1200px) {
  body > #help {
    width: 69em; }

  body > #help.help-takeover {
    width: 99%; }

  body > #help.help-takeover.help-hide {
    width: 0; } }
/* Wizards */
.nav-wizard {
  margin-bottom: 20px; }

.nav-wizard > li {
  float: left; }

.nav-wizard li > a {
  padding: 7px 12px; }

.nav-wizard > li > a {
  position: relative;
  background-color: #eeeeee; }

.nav-wizard > li > a .badge {
  margin-left: 3px;
  color: #eeeeee;
  background-color: #428bca; }

.nav-wizard > li:not(:first-child) > a {
  padding-left: 34px; }

.nav-wizard > li:not(:first-child) > a:before {
  width: 0px;
  height: 0px;
  border-top: 16px inset transparent;
  border-bottom: 15px inset transparent;
  border-left: 20px solid #ffffff;
  position: absolute;
  content: "";
  top: 0;
  left: 0; }

.nav-wizard > li:not(:last-child) > a {
  margin-right: 6px; }

.nav-wizard > li:not(:last-child) > a:after {
  width: 0px;
  height: 0px;
  border-top: 16px inset transparent;
  border-bottom: 15px inset transparent;
  border-left: 20px solid #eeeeee;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2; }

.nav-wizard > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.nav-wizard > li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.nav-wizard > li.done:hover > a {
  background-color: #d5d5d5; }

.nav-wizard > li:hover > a {
  background: #eee; }

.nav-wizard > li.done:hover > a:before,
.nav-wizard > li:hover > a:before {
  border-right-color: #d5d5d5; }

.nav-wizard > li.done:hover > a:after {
  border-left-color: #d5d5d5; }

.nav-wizard > li:hover > a:after {
  border-left-color: #eee; }

.nav-wizard > li.done > a {
  background-color: #e2e2e2; }

.nav-wizard > li.done > a:before {
  border-right-color: #e2e2e2; }

.nav-wizard > li.done > a:after {
  border-left-color: #e2e2e2; }

.nav-wizard > li.active > a,
.nav-wizard > li.active > a:hover,
.nav-wizard > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca; }

.nav-wizard > li.active > a:after {
  border-left-color: #428bca; }

.nav-wizard > li.active > a .badge {
  color: #428bca;
  background-color: #ffffff; }

.nav-wizard > li.disabled > a {
  color: #777777; }

.nav-wizard > li.disabled > a:hover,
.nav-wizard > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: #eeeeee;
  cursor: default; }

.nav-wizard > li.disabled > a:before {
  border-right-color: #eeeeee; }

.nav-wizard > li.disabled > a:after {
  border-left-color: #eeeeee; }

.nav-wizard.nav-justified > li {
  float: none; }

.nav-wizard.nav-justified > li > a {
  padding: 10px 15px; }

@media (max-width: 768px) {
  .nav-wizard.nav-justified > li > a {
    border-radius: 4px;
    margin-right: 0; }

  .nav-wizard.nav-justified > li > a:before,
  .nav-wizard.nav-justified > li > a:after {
    border: none !important; } }
/* TABS */
.tabs-above.tab-bordered .tab-content {
  background-color: #fff; }

/* section bullets */
#employees-bullet, #users-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 7px;
  margin-right: 5px; }

#employees-bullet {
  background-color: #fe9b4d; }

#users-bullet {
  background-color: #53b775; }

/* documents */
.document-element {
  border-bottom: 1px solid #ddd;
  padding: 5px 2px; }

.document-element small {
  opacity: 0.8; }

.document-element .caret {
  display: none; }

.done {
  color: green; }

/*# sourceMappingURL=theme.css.map */
