@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,700,700i,900,900i");
/*!
 * Quill Editor v1.2.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  box-sizing: border-box;
  cursor: text;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

.ql-editor ul > li::before {
  content: "•";
}

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before {
  content: "☑";
}

.ql-editor ul[data-checked=false] > li::before {
  content: "☐";
}

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
  text-align: right;
  margin-right: 0.3em;
  margin-left: -1.5em;
}

.ql-editor li.ql-direction-rtl::before {
  text-align: left;
  margin-left: 0.3em;
}

.ql-editor ol li,
.ql-editor ul li {
  padding-left: 1.5em;
}

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-num;
}

.ql-editor ol li:before {
  content: counter(list-num, decimal) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

.ql-editor .ql-align-center {
  text-align: center;
}

.ql-editor .ql-align-justify {
  text-align: justify;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute;
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}

.ql-snow * {
  box-sizing: border-box;
}

.ql-snow .ql-hidden {
  display: none;
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

.ql-snow .ql-empty {
  fill: none;
}

.ql-snow .ql-even {
  fill-rule: evenodd;
}

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

.ql-snow .ql-transparent {
  opacity: 0.4;
}

.ql-snow .ql-direction svg:last-child {
  display: none;
}

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

.ql-snow .ql-editor h1 {
  font-size: 2em;
}

.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

.ql-snow .ql-editor h4 {
  font-size: 1em;
}

.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

.ql-snow .ql-editor a {
  text-decoration: underline;
}

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.ql-snow .ql-editor code {
  font-size: 85%;
  padding-bottom: 2px;
  padding-top: 2px;
}

.ql-snow .ql-editor code:before,
.ql-snow .ql-editor code:after {
  content: " ";
  letter-spacing: -2px;
}

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-snow .ql-editor img {
  max-width: 100%;
}

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}

.ql-snow .ql-picker.ql-header {
  width: 98px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

.ql-snow .ql-picker.ql-font {
  width: 108px;
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

.ql-snow .ql-picker.ql-size {
  width: 98px;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}

.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}

.ql-snow .ql-tooltip a {
  line-height: 26px;
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Save";
  padding-right: 0px;
}

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

.ql-snow a {
  color: #06c;
}

.ql-container.ql-snow {
  border: 1px solid #ccc;
}

pagebreak {
  display: block;
  height: 0;
  margin-top: 32px;
  width: 100%;
  position: relative;
}

pagebreak:before {
  content: "\f877  PAGE BREAK";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  background: #eee;
  border: dashed thin #ddd;
  border-radius: 4px;
  color: #777;
  display: inline;
  padding: 0 6px;
  user-select: none;
  position: absolute;
  left: 0;
  top: -24px;
  width: 100%;
}

.pace .pace-progress {
  background: transparent !important;
}

.organization-top-link-container {
  position: absolute;
  display: none;
  top: -48px;
  cursor: pointer;
  left: 50%;
  height: 58px;
  /*overflow-y:hidden;*/
  box-sizing: border-box;
  margin-left: -70px;
  width: 140px;
  color: #fff;
  background: #2580d8;
  padding: 10px;
  z-index: 200;
  text-align: center;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  transition: 0.3s all;
  opacity: 1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}

.organization-top-link-container .grip {
  background: #2580d8;
  position: absolute;
  bottom: -29px;
  width: 48px;
  height: 29px;
  color: #8dbbe6;
  font-size: 1.2em;
  box-sizing: border-box;
  padding: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  left: 50%;
  margin-left: -24px;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
  transition: 0.3s all;
}

.organization-top-link-container table {
  margin: 0 auto;
  opacity: 0;
  top: -40px;
  position: relative;
  transition: 0.2s top ease-out, 0.08s opacity;
}

.organization-top-link-container table td {
  text-overflow: clip;
  word-wrap: break-word;
  white-space: nowrap;
}

.organization-top-link-container table td:first-child {
  padding-right: 12px;
}

.organization-top-link-container:hover {
  top: 0;
  opacity: 1;
  width: 240px;
  margin-left: -120px;
  background: #5cadfb;
  box-shadow: 0 0 5px 4px rgba(99, 154, 208, 0.31);
}

.organization-top-link-container:hover .grip {
  background: #5cadfb;
  box-shadow: 0 2px 2px 2px rgba(99, 154, 208, 0.31);
}

.organization-top-link-container:hover table {
  top: 0;
  opacity: 1;
}

/*.account-setup-visible .organization-top-link-container {*/
/*top:124px;*/
/*box-shadow: 0 4px 5px 0px rgba(0,0,0,0.15);*/
/*}*/
.center {
  text-align: center !important;
}

.top {
  vertical-align: top;
}

.right-align {
  text-align: right;
}

.checkTable td {
  border: 0;
  margin: 4px;
  padding: 4px;
}

.border-btm {
  border-bottom: solid #000 thin !important;
}

.border-all {
  border: solid thin #000 !important;
}

.border-right {
  border-right: solid thin #000 !important;
}

.checkPop {
  min-width: 280px;
  max-width: 420px;
  padding: 0;
}

.checkFrame {
  border: 0;
  padding: 10px;
}

.checkDiv {
  max-height: 400px;
  overflow: auto;
  margin: 0 auto;
  padding: 4px;
  border: dotted thin rgba(1, 79, 190, 0.29);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
}

.checkSeparator {
  border-bottom: dotted thin rgba(1, 79, 190, 0.29);
}

.checkTable {
  text-align: left;
  background: #e3effb;
  text-shadow: none;
  border: dashed 2px #2580d8;
}

.garnListDetails {
  max-height: 170px !important;
  max-height: 400px;
  overflow: auto;
  margin: 0 auto;
  padding: 4px;
  border: solid thin rgba(1, 79, 190, 0.29);
}

.printDialog ul {
  text-align: left;
  margin: 20px auto;
}

.printDialog ul li {
  padding: 8px;
}

.inUse {
  border: thin solid red !important;
}

.inUseCaption {
  background: red;
  color: white;
  padding: 0;
  height: auto;
  font-size: 10px;
  margin-top: -16px;
  border: 1px red solid;
  position: absolute;
}

label.combo {
  position: relative;
  color: #333 !important;
  text-align: left;
  margin-left: 0;
  padding: 3px 2px 0 6px;
  height: 18px;
  display: block;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 10px;
  background-color: transparent !important;
  background-repeat: repeat-x;
  border: 0;
  border-bottom-width: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-top: solid thin #333;
}

label.combo.side {
  padding: 5px 7px 6px 9px;
  height: 20px;
  display: inline-block;
  font-size: 16px;
  width: auto;
  border-radius: 4px 0 0 4px;
  left: 6px;
  z-index: 3;
  position: relative;
  margin-top: -8px;
  top: 11px;
  margin-bottom: -1px;
}

.searchBarNode label.combo.side {
  top: 12px;
}

label.combo.side-r {
  padding: 6px 8px 0 8px;
  height: 24px;
  display: inline-block;
  font-size: 12px;
  width: auto;
  border-radius: 0 4px 4px 0;
  left: -6px;
  z-index: 3;
  position: relative;
  margin-top: -11px;
  top: 11px;
  margin-bottom: -1px;
}

label.combo.blue {
  color: #fff !important;
  text-shadow: none !important;
  background-color: #49afcd !important;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *background-color: #2f96b4;
}

.groupBox {
  background: transparent;
  margin: 10px 0px 10px 0px;
  padding: 4px 4px 4px 4px;
  position: relative;
  width: 300px;
  z-index: 2;
  border-radius: 0 0 4px 4px;
}

.medBox {
  background: #fbfbfb;
  border: 1px solid #ccc;
  margin: 10px 0px 10px 0px;
  position: relative;
  width: 300px;
  z-index: 2;
  border-radius: 0 0 4px 4px;
}

:not(textarea).medBox {
  font-size: 1.2em !important;
  margin-top: 8px;
  background: transparent !important;
  border-radius: 0;
}

.medBox.dijitValidationTextBox {
  border: 1px solid #b5bcc7 !important;
}

.medBox.dijitValidationTextBox:hover {
  background-color: #e5f2fe !important;
}

.medBox.dijitTextBoxError {
  border: 1px solid red !important;
  background-color: transparent !important;
}

.medBox.dijitTextBoxError .dijitValidationContainer {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.medBox .dijitInputContainer {
  border-radius: 0 !important;
}

.medBox .dijitInputField {
  margin: 4px !important;
}

.medBox .dijitInputField.hasIcon {
  margin: 4px 4px 4px 40px !important;
}

.medBox .dijitPlaceHolder {
  top: -3px !important;
}

.medBox .dijitArrowButtonInner {
  border: 1px solid transparent !important;
}

.medBox.combo {
  border-radius: 0 !important;
  padding-left: 8px !important;
}

.medBox:focus {
  background: #e1edfe;
}

.medBox.readonly:focus {
  background-color: #ccc !important;
}

.medBox.readonly input:focus {
  background-color: transparent !important;
}

.smallBox {
  background: #fbfbfb;
  border: 1px solid #6fa8cc;
  font-size: 1.1em;
  margin: 4px 0 4px 4px;
  width: 300px;
  position: relative;
  z-index: 2;
  border-radius: 4px;
}

.smallBox .dijitInputField {
  padding: 5px 12px !important;
  border-radius: 4px !important;
}

.smallBox.readonly {
  margin: 4px 40px 4px 4px !important;
  border: 1px solid #ccc;
  width: 264px;
  /*background:url(../../../../assets/imgs/lock-silver-icon.png) right center no-repeat #ccc!important;*/
  background: #f3f3f3 !important;
}

.smallBox:focus {
  background: #e1edfe;
  border: 1px solid #09c !important;
}

.smallBox.dijitTextBoxFocused {
  border: 1px solid #09c !important;
}

.medBorder.smallBox.dijitTextBoxFocused {
  border: 3px solid #09c !important;
}

.smallBox.readonly:focus {
  background-color: transparent !important;
}

.smallBox.readonly input:focus {
  background-color: transparent !important;
}

.smallComboBox .dijitInputField {
  padding: 5px 2px !important;
  border-radius: 4px 0 0 4px !important;
  font-size: 1.1em;
}

.smallComboBox {
  border-radius: 4px 0 0 4px !important;
  padding-left: 4px !important;
}

.smallComboBox.readonly {
  padding: 4px 40px 4px 4px !important;
  border: 1px solid #ccc;
  width: 264px;
  background: url(../../../../assets/imgs/lock-silver-icon.png) right center no-repeat #ccc !important;
}

.smallComboBox.readonly:focus {
  background-color: #ccc !important;
}

.smallComboBox.readonly input:focus {
  background-color: #ccc !important;
}

fieldset.deduction {
  width: auto;
  padding: 8px;
  position: relative;
  border: solid thin #e0e0e0;
  background-color: #f1f1f1;
  margin: 30px 0;
}

legend.deduction {
  border: solid thin #e0e0e0;
  top: -1.3em;
  left: 0.5em;
  position: absolute;
  padding: 6px;
  background: #f1f1f1 repeat-x url(../../../../clt_access/opt/dijit/themes/claro/images/titlebar.png);
  width: 300px;
  font-size: 1em;
  font-weight: normal;
  border-radius: 4px 4px 0 0;
}

.btn {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  *margin-left: 0.3em;
  font-size: 11px;
  line-height: 20px;
  color: #333;
  text-align: center;
  text-shadow: none !important;
  vertical-align: middle;
  cursor: pointer;
  background-color: #d8d8d8;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition: background-color 0.3s linear;
  font-weight: 400 !important;
  text-transform: capitalize;
  letter-spacing: 0.115em;
  /*box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.18);*/
}

.btn .nexticon {
  height: 36px !important;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #bbb;
  transition: background-color 0.3s linear;
}

.btn:active,
.btn.active {
  background-color: #ccc \9 ;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  transition: background-color 0.3s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.btn-large [class^=icon-],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  font-size: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-small [class^=icon-],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^=icon-],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75) !important;
}

.btn-primary {
  color: #fff !important;
  text-shadow: none !important;
  background-repeat: repeat-x;
}

.btn-primary .dijitButtonText_ {
  color: #fff !important;
  text-shadow: none !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff !important;
  background-color: #2169b3 !important;
  transition: background-color 0.3s linear;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #039 \9 ;
}

.btn-warning {
  color: #fff !important;
  text-shadow: none !important;
  background-color: #faa732;
  background-repeat: repeat-x;
  border-color: #faa732;
  border-width: 2px;
  border-style: solid;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color_whitebb450", endColorstr="$color_white89406", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning .dijitButtonText_ {
  color: #fff !important;
  text-shadow: none !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff !important;
  background-color: #f89406;
  border-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9 ;
}

.btn-danger {
  color: #fff !important;
  text-shadow: none !important;
  *background-color: #bd362f;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffee5f5b", endColorstr="#ffbd362f", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger .dijitButtonText_ {
  text-shadow: none !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff !important;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-success {
  color: #fff !important;
  text-shadow: none !important;
  background-repeat: repeat-x;
  transition: background-color 0.3s linear;
  border-color: #2580d8;
  border-width: 2px;
  border-style: solid;
  color: #2580d8 !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff !important;
  background-color: #2169b3;
  transition: background-color 0.3s linear;
}

.btn-success:active,
.btn-success.active {
  background-color: #039 \9 ;
}

.btn-info {
  *background-color: #2f96b4;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  transition: background-color 0.3s linear;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff !important;
  background-color: #00263c;
  *background-color: #2a85a0;
  transition: background-color 0.3s linear;
}

.btn-inverse {
  color: #fff !important;
  text-shadow: none !important;
  background-color: #363636;
  *background-color: #222;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  border-color: #222 #222 #000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff444444", endColorstr="#ff222222", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse .dijitButtonText_ {
  color: #fff !important;
  text-shadow: none !important;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff !important;
  background-color: #222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9 ;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: 0.3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #04c;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}

.sewIn {
  display: inline-block;
}

.claro .dijitTitlePaneTitle {
  vertical-align: middle;
  font-size: 1em;
  color: #929191;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: transparent;
  background-image: none;
  border-color: #ccc;
  padding: 0 7px 3px 0px;
  transition: background-color 0.3s linear;
}

.claro .dijitTitlePaneTitle.dijitTitlePaneTitleHover {
  color: #2580d8;
  background-color: transparent;
}

.claro .dijitTitlePaneTitle.dijitTitlePaneTitleOpen {
  color: #2580d8;
  background-color: transparent;
}

.claro .dijitTitlePaneTitle.dijitOpen {
  color: #2580d8;
  font-size: 1em;
  background-color: transparent;
}

.claro .dijitTitlePane .dijitArrowNode,
.claro .dijitFieldset .dijitArrowNode {
  opacity: 0.4;
  display: none;
  height: 10px;
}

.opDialog.dijitDialog {
  border-radius: 4px;
  border: 0;
}

.claro .dijitDialogUnderlay {
  background-color: #333;
  opacity: 0.9;
}

.opDialog .dijitDialogTitleBar {
  text-shadow: none !important;
  background-color: #026295 !important;
  color: #ddd;
  border: 0;
  padding: 4px 7px 9px;
}

.opDialog .dijitDialogPaneContent {
  text-align: center;
  padding: 20px;
  border-color: #09c !important;
  background: url("https://d2m3lkw3ws4b7x.cloudfront.net/clt_access/assets/imgs/waterpapertrans.png") #0083ae repeat;
}

.opDialog .dijitDialogTitle {
  color: #f1f1f1 !important;
  font-size: 1.2em !important;
  text-shadow: none !important;
}

.claro .opCheckBox.dijitDisabled .dijitArrowButtonInner {
  background-position: 0 center;
}

.claro .dijitCheckBoxInput {
  height: 24px;
  margin-top: 0 !important;
  width: 24px;
}

.claro .opCheckBox.dijitCheckBox,
.opCheckBox.dijitCheckBoxIcon {
  background-image: url("../../../../assets/imgs/checkmarks-sprite.svg");
  background-repeat: no-repeat;
  height: 24px;
  padding: 0;
  width: 24px;
}

.claro .dj_ie8 .opCheckBox.dijitCheckBox,
.dj_ie8 .opCheckBox.dijitCheckBoxIcon {
  background-image: url("../../../../assets/imgs/checkmarks-sprite-ie.png");
}

.claro .opCheckBox.dijitCheckBox,
.opCheckBox.dijitToggleButton .dijitCheckBoxIcon {
  background-position: 0 0;
  margin-right: 4px;
}

.claro .opCheckBox.dijitCheckBoxHover {
  background-position: 0 -24px;
}

.claro .opCheckBox.dijitCheckBoxFocused {
  background-position: 0 -96px;
}

.claro .opCheckBox.dijitCheckBoxDisabled {
  background-position: 0 -48px;
}

.claro .opCheckBox.dijitCheckBoxCheckedDisabled {
  background-position: 0 -72px;
  opacity: 0.5;
}

.claro .opCheckBox.dijitCheckBoxCheckedHover {
  background-position: 0 -72px;
}

.claro .opCheckBox.dijitCheckBoxChecked,
.claro .opCheckBox.dijitToggleButtonChecked .dijitCheckBoxIcon {
  background-position: 0 -72px;
}

.claro .opCheckBox.dijitRadio,
.opCheckBox.dijitRadioIcon {
  background-image: url("../../../../assets/imgs/checkmarks-sprite.svg");
  background-repeat: no-repeat;
  height: 24px;
  padding: 0;
  width: 24px;
}

.claro .dj_ie8 .opCheckBox.dijitRadio,
.dj_ie8 .opCheckBox.dijitRadioIcon {
  background-image: url("../../../../assets/imgs/checkmarks-sprite-ie.png");
}

.claro .opCheckBox.dijitRadio,
.opCheckBox.dijitToggleButton .dijitRadioIcon {
  background-position: left -120px;
  margin-right: 4px;
}

.claro .opCheckBox.dijitRadioDisabled {
  background-position: left -168px;
}

.claro .opCheckBox.dijitRadioHover {
  background-position: left -144px;
}

.claro .opCheckBox.dijitRadioFocused {
  background-position: left -216px;
}

.claro .opCheckBox.dijitRadioChecked,
.claro .opCheckBox.dijitRadioCheckedDisabled,
.claro .opCheckBox.dijitRadioCheckedHover,
.claro .opCheckBox.dijitToggleButtonChecked .dijitRadioIcon {
  background-position: left -192px;
}

.claro .opTabContainer .dijitTitlePaneTextNode {
  font-size: 1.2em;
  padding: 20px;
}

.claro .opTabContainer .dijitTabInner {
  background: #ddd;
}

.claro .opTabContainer .dijitTabContainerTop-container {
  background: #ccc !important;
  border-radius: 0 6px 6px 6px !important;
}

.claro .opTabContainer .dijitTabPane {
  background: #fff !important;
  min-height: 100px;
  padding: 30px 8px;
}

.claro .opTabContainer .dijitTabContainerTop-tabs {
  border-bottom: none !important;
}

.claro .opTabContainer .dijitTabContainerTop-tabs .dijitTab {
  border-radius: 7px 7px 0 0 !important;
  background: #ddd !important;
  border-bottom: none !important;
}

.claro .opTabContainer .tabLabel {
  padding: 4px 12px;
  font-size: 1.2em;
}

.claro .opTabContainer .tabLabel em {
  font-size: 0.7em !important;
}

.claro .opTabContainer .dijitTabContainerTop-tabs .dijitTabChecked {
  background: #fff !important;
  border-bottom: solid 2px transparent;
}

.contentTitle {
  width: auto;
  text-align: center;
  margin-bottom: 30px;
}

.UserProfileCardSm {
  text-align: right;
  color: #555;
}

.UserProfileCardSm table {
  margin-right: 0;
  margin-left: auto;
}

.UserProfileCardSm table td {
  padding-right: 4px;
  vertical-align: top;
  margin: 2px;
}

.UserProfileCardSm table td img {
  border-radius: 50%;
  border: rgba(31, 81, 101, 0.8) solid thin;
  cursor: pointer;
  margin: 0 -6px 3px 0;
}

.registerCheckDialog._dataTable.zebra tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}

.registerCheckDialog._dataTable td {
  border: solid transparent 1px;
  padding: 8px;
  font-size: 14px;
  text-align: right;
  border-top-width: 1px;
  border-left-style: none;
  border-left-color: transparent;
  border-right-style: none;
  padding-top: 0;
  padding-bottom: 0;
  height: 50px;
}

.registerCheckDialog._dataTable tfoot td {
  font-weight: bold;
  border-bottom-style: none;
}

.registerCheckDialog._dataTable th {
  background: transparent;
  font-weight: bold;
  font-size: 1.12em;
  color: #444;
  border-bottom: solid thin #f3f3f3;
  text-shadow: none !important;
  padding: 8px;
  text-align: right;
  border-left: none thin #f3f3f3;
}

.registerCheckDialog._dataTable th:first-child {
  border-left: none;
  text-align: left;
}

.registerCheckDialog._dataTable th:last-child {
  border-right: 0;
}

.registerCheckDialog._dataTable td:last-child {
  border-right: 0;
}

.registerCheckDialog._dataTable td:first-child {
  border-left: none;
  text-align: left;
}

.registerCheckDialog.leftalign td {
  text-align: left;
}

.registerCheckDialog.padded-20 td {
  padding: 20px;
}

.registerCheckDialog.padded-10 td {
  padding: 10px;
}

.fullPageDialog.fpd_closeButtonNode {
  float: right;
  height: 32px;
  width: 24px;
  padding-right: 20px;
  cursor: pointer;
  margin-top: -2px;
  padding-top: 6px;
  padding-left: 15px;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  text-shadow: none !important;
}

.fullPageDialog.fpd_helpButtonNode {
  color: #f1f1f1;
  float: right;
  height: 32px;
  width: 24px;
  padding-right: 15px;
  cursor: pointer;
  margin-top: -7px;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  padding-top: 6px;
  padding-left: 15px;
  text-shadow: none !important;
}

.fullPageDialog.fpd_helpButtonNode:hover {
  color: #b4e3fe;
}

.fullPageDialog.fpd_domNode {
  position: absolute;
  z-index: 949;
  width: 100%;
  overflow: hidden;
  top: 0;
  bottom: 0px;
  left: 0;
  border-bottom: solid 4px rgba(145, 145, 145, 0.56);
  -webkit-backface-visibility: hidden;
  text-align: center;
  background: rgba(0, 0, 0, 0.64);
  box-sizing: border-box;
  padding: 10px 0;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
}

.fullPageDialog.fpd_pageContent {
  position: relative;
  padding: 0 !important;
  background: #f1f1f1;
  text-align: left !important;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.fullPageDialog.fpd_innerContent {
  position: relative;
  overflow-y: auto;
  width: 100%;
  top: 54px;
  height: inherit;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.fullPageDialog.fpd_pageTitleBar {
  background: #00445a !important;
}

.fullPageDialog.fpd_topContent {
  background: #2580d8 !important;
  border-bottom: 1px solid #006690;
  padding: 29px 30px;
  color: #f3f3f3 !important;
}

.fullPageDialog.fpd_topContentBodyLeft {
  float: left;
  margin-top: -15px;
  padding-left: 10px;
}

.fullPageDialog.fpd_topContentBodyRight {
  float: right;
  text-align: right;
  padding-right: 4px;
  margin-top: -9px;
}

.fullPageDialog.fpd_topContentBodyRight.large-profile {
  margin-top: 16px;
}

.fullPageDialog.fpd_contentBack {
  min-height: 100%;
  background-color: #fff !important;
}

.fullPageDialog.innerDialog {
  height: 0;
  color: #333;
  min-height: 0;
  overflow: hidden;
  text-align: center;
  background: #f3f3f3;
}

.fullPageDialog.innerDialogContent {
  opacity: 1;
  position: absolute;
  margin-left: -740px;
  left: 0;
  width: 740px;
  transition: left 0.3s linear, margin-left 0.3s linear;
}

.fullPageDialog.innerDialog.show {
  min-height: 224px;
  height: auto;
}

.fullPageDialog.innerDialogContent.show {
  margin-left: -370px;
  opacity: 1;
  left: 50%;
}

.fullPageDialog.innerDialogContent.hide {
  opacity: 1;
  margin-left: 0;
  left: 100%;
}

.fullPageDialog.fpd_containerNode {
  height: auto;
  margin: 0 auto;
}

.fullPageDialog.fpd_footer {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: 100;
}

.claro .dijitIconSaveIcon {
  background-image: url(https://d2m3lkw3ws4b7x.cloudfront.net/clt_access/opt/dijit/icons/images/commonIconsObjActEnabled.png);
  background-position: 0 center;
  height: 16px;
  width: 16px;
}

.claro .dijitIconSave {
  background-image: url(https://d2m3lkw3ws4b7x.cloudfront.net/clt_access/assets/imgs/pdfIcon16.png);
  background-position: 1px center;
}

.app.checkedMultiSelectGrip {
  margin: -2px 0 8px 0;
  z-index: 2000;
  display: block;
  height: 14px;
  background: #a0a0a0;
  background: url(https://d2m3lkw3ws4b7x.cloudfront.net/clt_access/assets/imgs/grip.png) repeat top rgba(0, 0, 250, 0.02);
  text-align: center;
  font-size: 12px;
  border: 1px solid #b5bcc7;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 1px 1px 2px #b5bcc7;
  color: #f1f1f1;
  cursor: pointer;
}

.dojoxCheckedMultiSelect .searchBarNode {
  background: #f3f3f3;
  margin-left: 1px;
  display: none;
  padding: 16px 0;
  border: solid thin #ccc;
  border-bottom: 0;
  text-align: center;
  overflow: hidden;
  height: 0;
}

.claro .dijitTitlePaneContentOuter {
  border-radius: 4px;
  padding: 24px;
  margin-top: 14px;
  border: solid thin #eee;
}

.claro .dijitTitlePaneContentInner {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #fff !important;
  padding: 10px 0;
}

.warningsErrors {
  list-style: none;
  margin: 60px 30px 20px 40px;
}

.warningsErrors li {
  margin: 15px 0;
  position: relative;
}

._timeline {
  list-style: none;
  margin: 30px 0 30px 50px;
  padding-left: 31px;
  border-left: 1px dotted #CC8;
}

._timeline li {
  margin: 15px 0;
  position: relative;
}

._timeline p {
  margin: 0 0 15px;
}

.timeline.date {
  color: #777;
  top: 41px;
  left: 10px;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  transition: all 0.3s linear;
  z-index: 110;
}

.timeline.circle {
  margin-top: -11px;
  top: 50%;
  left: -44px;
  width: 16px;
  height: 16px;
  background: #2dccff;
  border: 4px solid #2dccff;
  border-radius: 50%;
  display: block;
  position: absolute;
}

.timeline.circle_ {
  margin-top: 5px;
  top: 50%;
  left: -35px;
  font-size: 8px;
  color: #2dccff;
  position: absolute;
}

.timeline.circle_.white {
  color: #f7f7f7 !important;
  display: none !important;
}

.timeline.content {
  max-height: 20px;
  padding: 20px 20px 10px;
  border-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-radius: 0.5em;
  position: relative;
}

.timeline.content:before,
.timeline.content:after {
  border: medium solid rgba(0, 0, 0, 0);
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  right: 100%;
}

.timeline.content:before {
  border-right-color: inherit;
  border-width: 20px;
  top: 50%;
  margin-top: -20px;
}

.timeline.content:after {
  border-right-color: transparent;
  border-width: 17px;
  top: 50%;
  margin-top: -17px;
}

.timeline.content p {
  max-height: 0;
  color: transparent;
  text-align: left;
  word-break: break-all;
  hyphens: auto;
  overflow: hidden;
}

.timeline label {
  font-size: 12px;
  color: #777;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  white-space: nowrap;
  width: 76%;
  text-overflow: ellipsis;
  overflow: hidden;
  top: 26px;
  left: 10px;
  transition: all 0.3s linear;
}

.timeline label:hover {
  color: #09c;
}

.timeline.radio {
  display: none;
}

.timeline.radio:checked + .timeline.relative label {
  cursor: auto;
  font-size: 1.2em;
  -webkit-transform: translate(32px, -8px);
  margin-right: 40px;
  transform: translate(33px, -8px);
  color: #09c;
}

.timeline.radio:checked + .timeline.relative .timeline.date {
  cursor: auto;
  -webkit-transform: translate(32px, -6px);
  transform: translate(34px, -6px);
  color: #a0a0a0;
}

.timeline.radio:checked + .timeline.relative .timeline.circle {
  background: #7cb5ec;
  border-color: #7cb5ec;
}

.timeline.radio:checked + .timeline.relative .timeline.circle_ {
  color: #09c;
}

.timeline.radio:checked ~ .timeline.content {
  max-height: 330px;
  border-color: #ccc;
  margin-right: 40px;
  transition: all 0.3s linear;
  -webkit-transform: translate(20px, 9px);
  transform: translate(20px, 9px);
  background: #fff;
  padding-top: 50px;
  padding-bottom: 0;
}

.timeline.radio:checked ~ .timeline.content p {
  max-height: 300px;
  color: #555;
  transition: color 0.3s linear 0.3s;
}

.news-item-warning {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.news-item-warning .table {
  display: table;
}

.news-item-warning .row {
  display: table-row;
}

.news-item-warning .cell {
  min-width: 30px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

.news-item-warning .cell:first-child {
  text-align: center;
}

.news-item-warning .dijitButtonText_ {
  color: #fff !important;
  text-shadow: none !important;
}

.news-item-warning:hover,
.news-item-warning:focus,
.news-item-warning:active,
.news-item-warning.active,
.news-item-warning.disabled,
.news-item-warning[disabled] {
  color: #fff !important;
  background-color: #f89406;
  *background-color: #df8505;
  background-image: none;
}

.news-item-warning:active,
.news-item-warning.active {
  background-color: #c67605 \9 ;
}

.news-item-error .table {
  display: table;
}

.news-item-error .row {
  display: table-row;
}

.news-item-error .cell {
  text-align: left;
  min-width: 30px;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

.news-item-error .cell:first-child {
  text-align: center;
}

.news-item-error .dijitButtonText_ {
  color: #fff !important;
  text-shadow: none !important;
}

.news-item-error:hover,
.news-item-error:focus,
.news-item-error:active,
.news-item-error.active,
.news-item-error.disabled,
.news-item-error[disabled] {
  color: #fff !important;
  background-color: #bd362f;
  *background-color: #a9302a;
  background-image: none;
}

.news-item-error:active,
.news-item-error.active {
  background-color: #942a25 \9 ;
}

.news-item-action {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.news-item-action .table {
  display: table;
}

.news-item-action .row {
  display: table-row;
}

.news-item-action .cell {
  text-align: left;
  min-width: 30px;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

.news-item-action .cell:first-child {
  text-align: center;
}

.news-item-action .dijitButtonText_ {
  color: #fff !important;
  text-shadow: none !important;
}

.news-item-action:hover,
.news-item-action:focus,
.news-item-action:active,
.news-item-action.active,
.news-item-action.disabled,
.news-item-action[disabled] {
  color: #fff !important;
  background-color: #0379ac;
  *background-color: #003bb3;
  background-image: none;
}

.news-item-action:active,
.news-item-action.active {
  background-color: #039 \9 ;
}

.activity_small {
  position: relative;
}

.activity_small .item {
  padding: 5px 0 20px 30px;
  border-left: 1px dotted #999;
  margin: 1px 0 0 30px;
  font-size: 12px;
  color: #777;
}

.activity_small .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 9px 0 0 -34px;
  float: left;
  background: #ddd;
}

.activity_small .line {
  position: relative;
  top: 12px;
  left: -24px;
  width: 18px;
  border-bottom: 1px solid #ddd;
}

.activity_small .timestamp {
  font-style: italic;
  color: #999;
}

.panel {
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 4px;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-default {
  border-color: #ddd;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-heading {
  padding: 5px 8px 4px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-default > .panel-heading {
  color: #777;
  background-color: transparent;
  border-color: #f3f3f3;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-body {
  padding: 6px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #1d9d74;
  background-color: #f1f9f7;
  border-color: #e0f1e9;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #e3ecf7;
  background-color: #f4f9ff;
  border-color: #daeeff;
}

.alert-basic {
  background-color: #f8f8f8;
  border-color: #e9e9e9;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #ff992e;
  background-color: #fff9f0;
  border-color: #febe5d;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #eb7440;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #f3f3f3;
  border-left-width: 5px;
  border-radius: 3px;
  text-align: left;
  background-color: #f5f5f5;
  border-left-color: #1b809e;
}

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.bs-callout p:last-child {
  margin-bottom: 0;
}

.bs-callout div:last-child {
  margin-bottom: 0;
}

.bs-callout code {
  border-radius: 3px;
}

.bs-callout + .bs-callout {
  margin-top: -5px;
}

.bs-callout-neutral,
.bs-callout-grey {
  border-left-color: #555;
  background-color: #f3f3f3;
}

.bs-callout-neutral h4,
.bs-callout-grey h4 {
  color: #555;
}

.bs-callout-danger,
.bs-callout-red {
  border-left-color: #bf1d0b;
  background-color: #ffeaf2;
}

.bs-callout-danger h4,
.bs-callout-red h4 {
  color: #bf1d0b;
}

.bs-callout-warning {
  border-left-color: #ffbe5d;
  background-color: #fcf8e3;
}

.bs-callout-warning,
.bs-callout-orange h4 {
  color: #ffbe5d;
}

.bs-callout-info,
.bs-callout-blue {
  border-left-color: #2580d8;
  background-color: #e4f3fb;
}

.bs-callout-success,
.bs-callout-green {
  border-left-color: #25ad8d;
  background-color: #e4fbe0;
}

.bs-callout-success h4 {
  color: #25ad8d;
}

.app.loader .alert-container {
  position: relative;
  top: 50%;
  margin-top: -100px;
  text-align: center;
  background-color: #2580d8;
}

.app.loader .alert-content {
  position: relative;
  width: 600px;
  padding: 40px 20px;
  font-size: 1.2rem;
  left: 50%;
  margin-left: -320px;
  color: #fff;
  text-align: left;
}

.color-success {
  color: #25ad8d;
}

.color-info {
  color: #2580d8;
}

.color-warning {
  color: #ffbe5d;
}

.color-danger {
  color: #bf1d0b;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
div:focus {
  outline: 0;
}

input[type=text]::-ms-clear {
  display: none;
}

*:focus {
  outline: 0;
}

input.middle:focus {
  outline-width: 0;
}

.claro .dijitTextBoxFocused {
  outline: 0;
  background-color: #fff !important;
  background-image: none;
}

strong {
  font-weight: 500;
}

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  height: 100%;
  height: 100vh;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  font-family: "Roboto", "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #525252;
  padding: 0;
  margin: 0;
  background: #fff;
  -webkit-backface-visibility: hidden;
  top: 0;
  left: 0;
}

button {
  font-family: "Roboto", "Lato", sans-serif;
  font-size: 14px;
  font-weight: 200;
  color: #525252;
}

.claro .dijitTextBox, .claro .dijitInputInner {
  color: #525257;
}

.fa {
  position: relative;
}

.badge:after {
  content: attr(badge-count);
  position: absolute;
  background: #b7b7b7;
  height: 1em;
  top: -0.8em;
  right: -0.8em;
  width: 1em;
  text-align: center;
  line-height: 1em;
  font-size: 0.6em;
  border-radius: 50%;
  color: #fff;
  border: 2px solid #b7b7b7;
  transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}

h1 {
  font: 500 32px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 40px;
}

.v2024L1 h1 {
  font: 500 32px "Poppins", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 40px;
}

h2 {
  font: 500 20px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3 {
  font: 500 18px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.h4,
h4 {
  font-size: 18px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #f3f3f3;
  margin: 1em 0;
  padding: 0;
}

em {
  font-size: 0.8em;
  color: #747474;
  font-style: normal;
}

.dijitTooltip em {
  font-size: 0.9em;
  color: #eaeaea;
}

a {
  text-decoration: none;
  color: #3f87d1;
}

.alert a {
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  color: #2169b3;
}

textarea {
  resize: none;
  height: 100px;
}

em2 {
  font-style: italic;
  color: #777;
}

:-webkit-full-screen .iconNode.fullScreen {
  background: #ccc;
}

:-moz-full-screen .iconNode.fullScreen {
  background: #ccc;
}

:-ms-fullscreen .iconNode.fullScreen {
  background: #ccc;
}

:full-screen .iconNode.fullScreen {
  background: #ccc;
}

:fullscreen .iconNode.fullScreen {
  background: #ccc;
}

::-webkit-scrollbar {
  height: 16px;
  overflow: visible;
  width: 16px;
}

::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}

::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 4px;
}

::-webkit-scrollbar-track:horizontal {
  border-width: 4px 0 0;
}

::-webkit-scrollbar-track:hover {
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track:horizontal:hover {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track:active {
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14), inset -1px 0 0 rgba(0, 0, 0, 0.07);
}

::-webkit-scrollbar-track:horizontal:active {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.14), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.08);
  background-clip: padding-box;
  border: solid transparent;
  border-width: 1px 1px 1px 6px;
  min-height: 28px;
  padding: 100px 0 0;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

::-webkit-scrollbar-thumb:horizontal {
  border-width: 6px 1px 1px;
  padding: 0 0 0 100px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.07);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}

body::-webkit-scrollbar-track-piece {
  background-clip: padding-box;
  background-color: #f5f5f5;
  border: solid #fff;
  border-width: 0 0 0 3px;
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14), inset -1px 0 0 rgba(0, 0, 0, 0.07);
}

body::-webkit-scrollbar-track-piece:horizontal {
  border-width: 3px 0 0;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.14), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

body::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 5px;
}

body::-webkit-scrollbar-thumb:horizontal {
  border-width: 5px 1px 1px;
}

body::-webkit-scrollbar-corner {
  background-clip: padding-box;
  background-color: #f5f5f5;
  border: solid #fff;
  border-width: 3px 0 0 3px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.14);
}

#app_logo {
  margin: 2px 30px;
  height: 30px;
  width: 140px;
  background: url(../../../../assets/imgs/logo-onpay-2020.svg) no-repeat;
  background-size: auto 30px;
  background-position: 0 0;
}

.selfclear:before,
.selfclear:after {
  content: " ";
  display: table;
}

.selfclear:after {
  clear: both;
}

.table-layout {
  display: table;
  width: 100%;
}

.app.contentTable > .table-layout {
  margin: 0 auto;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.table-head {
  display: table-header-group;
}

.table-body {
  display: table-row-group;
}

.table-footer {
  display: table-footer-group;
  background: 0;
}

.table-footer .table-cell {
  background: 0;
  border-top: #ccc solid thin;
}

.table-layout.table-margin_x_2 .table-cell {
  margin-top: 2%;
  margin-bottom: 2%;
}

.table-layout.table-margin_y_2 .table-cell {
  margin-right: 2%;
  margin-left: 2%;
}

.table-margin_10 td {
  margin: 10px;
}

.table-padding_10 td {
  padding: 10px;
}

.margin-left_10 {
  margin-left: 10px;
}

.margin-right_10 {
  margin-right: 10px;
}

.bigCheck {
  font-size: 18px;
}

.bigCheck table {
  min-height: 240px;
}

.font-medium {
  font-size: 1.5em;
}

p {
  margin: 0 0 10px;
}

.alert.alert-danger .app thead td {
  background: #a94442;
  color: #e8dada;
}

.alert.alert-warning .app thead td {
  background: #8a6d3b;
  color: #faebcc;
}

.alert.alert-info .app thead td {
  background: #31708f;
  color: #bce8f1;
}

.alert.alert-success .app thead td {
  background: #1d9d74;
  color: #e0f1e9;
}

.circle {
  float: right;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin: 4px;
  opacity: 0.2;
  transition-property: opacity;
  transition-duration: 0.3s;
}

.green {
  background: #00da00;
}

.darkorange {
  background: #ff5400;
}

.yellowHighlight {
  background-color: rgba(255, 247, 148, 0.93);
  transition: background-color 0.3s linear;
}

.ax_mesg {
  float: right;
  text-align: right;
  opacity: 0.9;
  margin: 3px 8px;
  width: 140px;
  font-size: 12px;
}

.opacity-0 {
  opacity: 0;
  transition: opacity 0.3s linear;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes moveInFromBottom {
  from {
    top: 100%;
  }
  to {
    top: 64px;
  }
}
@keyframes rotateIn {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes rotateOut {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-45deg);
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes scaleOut {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
.fadeIn {
  animation: fadeIn 0.3s linear forwards;
  -webkit-animation: fadeIn 0.3s linear forwards;
}

.moveInFromBottom {
  animation: moveInFromBottom 0.3s linear forwards;
  -webkit-animation: moveInFromBottom 0.3s linear forwards;
}

.rotateIn {
  animation: rotateIn 0.3s linear forwards;
  -webkit-animation: rotateIn 0.3s ease-out forwards;
}

.rotateOut {
  animation: rotateOut 0.3s linear forwards;
  -webkit-animation: rotateOut 0.3s ease-out forwards;
}

.scaleIn {
  animation: scaleIn 0.3s linear forwards;
  -webkit-animation: scaleIn 0.3s ease-out forwards;
}

.scaleOut {
  animation: scaleOut 0.3s linear forwards;
  -webkit-animation: scaleOut 0.3s ease-out forwards;
}

.fadeIn-x2 {
  animation: fadeIn 0.6s linear forwards;
  -webkit-animation: fadeIn 0.6s linear forwards;
}

.fadeIn-x3 {
  animation: fadeIn 0.9s ease-in forwards;
  -webkit-animation: fadeIn 0.9s ease-in forwards;
}

.fadeOut {
  animation: fadeOut 0.3s linear forwards;
  -webkit-animation: fadeOut 0.3s linear forwards;
}

.app {
  transition: all 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s;
}

.webkit:not(.noWebkitAnimations) .app.scaleLarge {
  -webkit-transform: scale(1.2, 1.2);
  -webkit-backface-visibility: hidden;
}

.webkit:not(.noWebkitAnimations) .app.scaleSmall {
  -webkit-transform: scale(0.8, 0.8);
  -webkit-backface-visibility: hidden;
}

.app.opacity-0 {
  opacity: 0;
}

.medBox.readonly.dijitReadOnlyFocused {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.width-10p {
  width: 10%;
}

.width-100p {
  width: 100%;
}

.width-10 {
  width: 10px;
}

.width-40 {
  width: 40px;
}

.width-80 {
  width: 80px;
}

.width-80_40 {
  width: 120px;
}

.width-160 {
  width: 160px;
}

.width-160.isComboDateBox {
  width: 156px;
}

.width-176 {
  width: 176px;
}

.width-160_40 {
  width: 200px;
}

.width-160_80 {
  width: 240px;
}

.width-320 {
  width: 320px;
}

.width-640 {
  width: 640px;
}

.width-960 {
  width: 960px;
}

.section {
  clear: both;
  padding: 0;
  margin: 0;
}

.col {
  display: block;
  float: left;
}

.col_10 {
  display: block;
  float: left;
  margin: 10px;
}

.col_10.hasLabel {
  border: solid thin #ccc;
  padding: 5px 16px 5px;
  border-top-width: 26px;
  position: relative;
  border-radius: 4px;
  font-size: 1.5rem;
}

.col_10 > span.dijitButton:before {
  content: " ";
  position: relative;
  display: inline-block;
  min-height: 31px;
}

.col_10 > div.opCheckBox:before {
  content: " ";
  position: relative;
  display: inline-block;
  min-height: 31px;
}

.col:first-child {
  margin-left: 0;
}

.li_30 {
  margin: 30px;
}

.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
}

.span_3_of_3 {
  width: 100%;
}

.span_2_of_3 {
  width: 66.666%;
}

.span_1_of_3 {
  width: 33.333%;
}

.span_4_of_4 {
  width: 100%;
}

.span_3_of_4 {
  width: 75%;
}

.span_2_of_4 {
  width: 50%;
}

.span_1_of_4 {
  width: 25%;
}

.span_40_of_100 {
  width: 40%;
  border-left: dotted 1px #ccc;
  margin-left: -1px;
  border: transparent !important;
}

.span_60_of_100 {
  width: 60%;
  border-right: dotted 1px #ccc;
  border: transparent !important;
}

.login {
  padding: 40px 0;
  text-align: center;
}

.footer_copy {
  position: absolute;
  background-color: rgba(204, 204, 204, 0.33);
  color: #989898;
  left: 0;
  right: 0;
  bottom: 0;
  height: 16px;
  padding: 6px;
  font-size: 0.8em;
  border-top: solid thin #b2b2b2;
}

.login:after {
  background-color: #f3f3f3;
  content: "";
  width: 100%;
  bottom: 0;
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
}

.login-content {
  background: #fff;
  margin-left: 33.33333%;
  width: 33.33333%;
  padding: 40px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.login-content > div > form > table {
  margin: 0 auto;
  text-align: left;
}

.login-content > div > form > table td {
  padding: 10px;
}

.login-content a {
  font-size: 1em !important;
}

.logo-bar {
  position: absolute;
  top: 0;
  background-color: #17a5d5;
  height: 4px;
  width: 100%;
  z-index: 3;
}

.login-logo {
  margin: 50px auto 30px;
  height: 60px;
  width: 240px;
  background: url("../../../../assets/imgs/logo-onpay-2020.svg") no-repeat;
  background-size: auto 60px;
  background-position: 0 0;
}

.clientBox {
  text-align: center;
  margin: 20px;
  padding: 10px;
  border: #f3f3f3 solid thin;
  /* background-image: linear-gradient(215deg, #dfdfdf 0, #e5e4e4 20%, #f8f8f8 80%, #eaeaea 100%); */
  background: #f7f7f7;
  border-radius: 6px;
  transition: all 0.3s linear;
}

.clientBox:hover {
  box-shadow: inset 0 0 200px 1px rgba(196, 220, 231, 0.4);
  transition: all 0.3s linear;
}

.stretch {
  margin: 0 !important;
}

.stretch > span {
  width: 100%;
  padding: 4px 0 !important;
}

.claro .dijitSelect,
.claro .dijitSelect .dijitButtonContents,
.claro .dijitTextBox,
.claro .dijitTextBox .dijitButtonNode {
  border-color: #ddd !important;
}

.claro .dijitSelect.has-side-label-blue,
.claro .dijitSelect .dijitButtonContents.has-side-label-blue,
.claro .dijitTextBox.has-side-label-blue,
.claro .dijitTextBox .dijitButtonNode.has-side-label-blue {
  border-color: #2580d8 !important;
  font-size: 15px !important;
}

.claro._settings .dijitSelect.has-side-label-blue,
.claro._settings .dijitSelect .dijitButtonContents.has-side-label-blue,
.claro._settings .dijitTextBox.has-side-label-blue,
.claro._settings .dijitTextBox .dijitButtonNode.has-side-label-blue {
  border-color: #783076 !important;
}

.claro .dijitSelect,
.claro .dijitTextBox {
  background-color: #fff;
}

.claro .dijitTextBox.opHasLabel {
  border: none !important;
}

@keyframes revealDown {
  from {
    top: 5%;
  }
  to {
    top: 10%;
  }
}
@keyframes revealDown {
  from {
    top: 5%;
  }
  to {
    top: 10%;
  }
}
.revealDown {
  animation: revealDown 0.3s linear forwards;
  -webkit-animation: revealDown 0.3s linear forwards;
}

@keyframes hideUp {
  from {
    top: 10%;
    opacity: 100;
  }
  to {
    top: 5%;
    opacity: 0;
  }
}
@keyframes hideUp {
  from {
    top: 10%;
    opacity: 100;
  }
  to {
    top: 5%;
    opacity: 0;
  }
}
.hideUp {
  animation-direction: reverse;
  -webkit-animation-direction: reverse;
}

.loader {
  position: absolute;
  z-index: 2000;
  height: 100%;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.loaderInner {
  position: relative;
  top: 50%;
  margin-top: -30px;
  color: #e0e0e0;
}

.app.popupConfirmationContainer {
  position: absolute;
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 8, 30, 0.95);
  text-align: center;
  z-index: 1000;
}

.app.popupConfirmationContent {
  overflow: auto;
  position: absolute;
  top: 10%;
  left: 50%;
  width: 600px;
  max-height: 80%;
  margin-left: -331px;
  max-width: 709px;
  background: #fff;
  padding: 20px 30px;
  border-radius: 4px;
  border: solid thin #fff;
  color: #333;
  transition: margin 1.1s ease, left 1.1s ease, opacity 0.3s ease;
}

.app.popupConfirmationTitleBar {
  height: 30px;
  background-color: #3f87d1;
  color: #fff;
  position: relative;
  top: 0;
  padding: 12px 0 8px;
  font-size: 1.4em;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

._settings .app.popupConfirmationTitleBar {
  background-color: #655788;
}

.app.popupConfirmationExitButton {
  position: absolute;
  font-size: 18px;
  right: 10px;
  top: 7px;
  cursor: pointer;
}

.app.popupConfirmationExitButton:hover {
  color: #ddd;
}

.app.popupConfirmationContent.hideLeft {
  margin-left: -1030px;
}

.app.popupConfirmationContent.hideRight {
  left: 100%;
  margin-left: 0;
}

.app.popupConfirmationButtonsNode {
  padding-top: 24px;
}

.officersTable {
  width: 100%;
}

.officersTable > tbody > tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}

.officersTable > tbody > tr:hover {
  background: #fff;
}

.officersTable > tbody > tr:hover.revealOnParentHover {
  visible: normal;
}

.officersTable > tbody > tr > td {
  position: relative;
  margin: 0;
}

.officersTable a {
  font-size: 1.4em !important;
  cursor: pointer;
}

.officersTable a:hover {
  color: #00445a;
}

.accentLight {
  transition: background-color 0.3s linear;
  background-color: #3f87d1;
}

.accentLight:hover {
  background-color: #2169b3;
}

.accentLightHover {
  transition: background-color 0.3s linear;
  background-color: #2169b3 !important;
  color: #fff !important;
}

.accentLightHover.success {
  background-color: #b0efb0 !important;
  border-radius: 8px;
  margin: 32px 0;
  padding: 16px;
  color: green !important;
}

.accentDark {
  background-color: #00445a;
}

.claro .dijitPopup {
  background-color: #fff !important;
  background: #fff !important;
}

@media only screen and (max-width: 1400px) {
  .login-content {
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
}
@media only screen and (max-width: 1000px) {
  .login-content {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
}
@media only screen and (min-device-width: 0) and (max-device-width: 568px) and (orientation: portrait) {
  body {
    font-size: 0.75em;
  }
  h3 {
    font-size: 1.1em;
  }
  .info-tag.small {
    font-size: 0.8em;
  }
  ::-webkit-scrollbar {
    width: 0 !important;
  }
}
@media only screen and (min-device-width: 0) and (max-device-width: 736px) and (orientation: landscape) {
  body {
    font-size: 0.75em;
  }
  h3 {
    font-size: 1.1em;
  }
  .info-tag.small {
    font-size: 0.8em;
  }
  ::-webkit-scrollbar {
    width: 0 !important;
  }
}
@media only screen and (max-width: 668px) {
  .footer_copy {
    display: none;
  }
}
.combo {
  font-size: 10px;
  color: #09c;
}

.opHasLabel .labelBoxIconNode {
  background: #fff;
  position: absolute;
  left: 0;
  height: 33px;
  width: 36px;
  color: #ccc;
  padding: 4px 0 0;
  border-bottom-left-radius: 2px;
  text-align: center;
}

.settings label.combo {
  color: #52b752 !important;
  border-top: solid thin #52b752;
}

.claro .dijitTextBoxFocused .dijitInputContainer {
  background-color: transparent !important;
  background: none transparent;
}

.claro .dijitComboBox .dijitButtonNode {
  opacity: 0;
  background-image: none !important;
  border: none !important;
  background-color: transparent;
}

.claro .dijitComboBox.dijitHover .dijitButtonNode {
  background-color: #abd6ff;
  opacity: 1;
}

.claro .dijitComboBox.dijitComboBoxFocused .dijitButtonNode {
  background-color: #abd6ff;
  opacity: 1;
}

.claro .dijitValidationTextBoxError .dijitValidationContainer {
  display: none;
}

.claro .dijitTextBoxError .dijitTextBox,
.claro .dijitTextBoxError .dijitInputInner {
  color: #a94442;
}

.alert.email-invite {
  background-image: url(../../../../assets/icons/line-email-mobile-flat-01.svg);
  background-size: 128px;
  background-repeat: no-repeat;
  background-position: left 10px bottom -60px;
  transition: background-position 0.75s, background-color 0.3s;
}

.alert.email-invite:hover {
  background-position: left 10px bottom -20px;
  background-color: #b4e1f7;
}

.app.contentTable {
  background: #fff;
  min-height: 480px;
}

.app.infoBox {
  padding: 20px;
  position: relative;
  left: 14px;
  overflow: visible !important;
  border-radius: 8px;
  background: #fff;
  border: solid 2px #e8e8e8;
  background-repeat: no-repeat;
  background-position: bottom -60px right 20px;
  background-size: 128px;
  transition: 0.3s, background-position 0.75s;
}

.app.infoBox.calendar {
  background-position: bottom -50px right 20px;
}

.app.infoBox:hover {
  background-position: bottom -20px right 20px;
}

.app.infoBox.calendar:hover {
  background-position: bottom -20px right 20px;
}

.app.infoBox:after {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid #fff;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: -14px;
  content: "";
  transition: 0.3s;
}

@media only screen and (max-width: 668px) {
  .app.infoBox:after {
    visibility: hidden;
  }
}
.app.infoBox:before {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid #e8e8e8;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: -17px;
  content: "";
}

.app.pageHero .chartInfo {
  margin: auto auto auto auto;
  max-height: 174px;
  padding: 40px;
  position: relative;
  left: 14px;
  overflow: visible !important;
  border-radius: 8px;
  background-color: transparent;
  border: solid 2px transparent;
  background-repeat: no-repeat;
  background-position: bottom -60px right 20px;
  background-size: 128px;
  transition: 0.3s, background-position 0.75s;
}

.app.pageHero .chartInfo:hover {
  background-position: bottom -20px right 20px;
}

.app.pageHero .chartInfo:after {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: -14px;
  transition: 0.3s;
  content: " ";
}

.app.pageHero .chartInfo:before {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: -17px;
  content: "";
}

.app.pageHero .pageHeroData {
  background: #fff;
  position: relative;
  z-index: 5;
  margin-top: 0;
  background-color: #e7f0ff;
  background-image: url(https://www.payrollcenter.com/wp-content/uploads/2017/09/clouds-left.svg), url(https://www.payrollcenter.com/wp-content/uploads/2017/09/clouds-top-right.svg), url(https://www.payrollcenter.com/wp-content/uploads/2017/09/clouds-btm-right-b.svg);
  background-repeat: no-repeat;
  background-position: bottom left, top right, bottom right;
  background-size: 141px;
  overflow: hidden;
  box-shadow: -1px 0px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease-out, background-size 0.3s ease-out, margin-top 0.3s linear;
}

.app.contentTop {
  background: #fcfcfc;
  height: 76px;
  border-bottom: solid thin #eaeaea;
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  border-left: solid thin #ddd;
  overflow: visible;
  /* width: 100%; */
  z-index: 122;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15), 0px 2px 7px 0px rgba(0, 0, 0, 0.09);
}

.new-account-guide-visible .app.contentTop {
  left: 0 !important;
}

.app.dataTable.table-header {
  background: #f3f3f4;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1.12em;
  color: #717171;
}

.app.pageHero .pageHeroControls {
  color: #555;
  background-color: transparent !important;
  background: rgba(0, 0, 0, 0.23);
  min-height: 158px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  padding-top: 20px;
  text-align: center;
  transition: top 0.3s linear;
}

.app.ulListClickable li.active:after {
  content: "\f0d9";
  font-family: FontAwesome;
  display: block;
  height: 27px;
  line-height: normal;
  width: 27px;
  position: absolute;
  right: -10px;
  font-size: 24px;
  top: 50%;
  z-index: 105;
  margin-top: -13px;
}

.side-nav-submenu-revealed .app.subMenuItem.active:before {
  content: " ";
  display: block;
  height: 24px;
  width: 32px;
  position: absolute;
  top: 5px;
  z-index: 125;
  opacity: 1;
  right: 1px;
  border-color: transparent #daeeff;
  border-style: solid;
  border-width: 16px 16px 16px 0px;
  height: 0px;
  width: 0px;
  transition: all 0.3s;
}

.v2024L1.side-nav-submenu-revealed .app.subMenuItem.active:before {
  content: "";
  display: block;
  height: 24px;
  width: 32px;
  position: absolute;
  top: 5px;
  z-index: 125;
  opacity: 1;
  right: 1px;
  border-color: transparent transparent;
  border-style: solid;
  border-width: 16px 16px 16px 0px;
  height: 0px;
  width: 0px;
  transition: all 0.3s;
}

.side-nav-submenu-revealed .app.sideNav-subMenu.revealed .app.subMenuItem.active:after {
  content: " ";
  display: block;
  height: 24px;
  width: 32px;
  position: absolute;
  top: 5px;
  z-index: 125;
  opacity: 1;
  right: -1px;
  border-color: transparent #fff;
  border-style: solid;
  border-width: 16px 16px 16px 0px;
  height: 0px;
  width: 0px;
  transition: all 0.3s;
}

.v2024L1.side-nav-submenu-revealed .app.sideNav-subMenu.revealed .app.subMenuItem.active:after {
  content: "";
  display: none;
}

:not(.alert.alert-danger, .alert.alert-info, .alert.alert-warning, alert.alert-success).app._dataTable thead td {
  background: #f3f3f3 !important;
}

.fullPageDialog.fpd_topContent h1 {
  color: #fff !important;
}

.fullPageDialog.fpd_topContent h2 {
  color: #fff !important;
}

h1.alert-info {
  background: transparent;
}

h2.alert-info {
  background: transparent;
}

h1.alert-success {
  background: transparent;
}

h2.alert-success {
  background: transparent;
}

h1.alert-danger {
  background: transparent;
}

h2.alert-danger {
  background: transparent;
}

.btn.btn-base:hover {
  background-color: #ccc;
}

.app.titleLinkFloatRight {
  float: right;
  margin-right: 10px;
  color: #3f87d1;
  display: inline;
  cursor: pointer;
}

.claro .dijitTextArea {
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 15px;
}

.app.quick-link-favorites {
  border: solid 2px #ddd;
  margin: 25px 20px;
  padding: 10px;
  font-size: 1.2em;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.app.quick-link-favorites:hover {
  background-color: #efefef;
}

.alert-task {
  border: solid 2px #bfb1bf;
  background: #f5edf5;
  color: #5f2b5f;
}

.app._dataTable td {
  padding: 3px 10px;
  border-collapse: collapse;
  margin: 0;
}

.app._dataTable:not(.noRowBorders) > tbody > tr > td {
  border-bottom: solid thin #f3f3f3;
  border-right: dotted thin #f3f3f3;
}

.app._dataTable:not(.noRowBorders) > thead > tr > td {
  border-bottom: solid thin #f3f3f3;
  border-right: dotted thin #f3f3f3;
}

.medBox.readonly {
  background-image: url(../../../../assets/imgs/lock.png) !important;
  background-size: 24px 24px !important;
  background-color: transparent !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}

.app.payRunDataTable.table {
  background: #f3f3f3 !important;
}

.app.progress-node-container {
  height: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 200px;
  background: rgba(255, 255, 255, 0.6);
  border: solid thin #09c;
  border-radius: 4px;
}

.app.progress-node {
  width: 100%;
  margin-left: -100%;
  height: 20px;
  background-color: #00b5f1;
}

.claro .dijitSelectDisabled,
.claro .dijitTextBoxDisabled,
.claro .dijitTextBoxDisabled .dijitInputContainer {
  background-color: transparent;
}

@media only screen and (max-width: 668px) {
  .app.pageHero .chartInfo {
    left: 0;
    margin: auto auto;
    width: auto;
    background: transparent !important;
  }
  .app.pageHeroControls {
    display: none;
  }
  .app.pageHero .chartInfo:after {
    width: 0;
    height: 0;
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: -14px;
    transition: 0.3s;
    content: " ";
  }
  .app.pageHero .subtitlespacing {
    margin: 15px 0;
  }
  .app.pageHero .text {
    margin: 6px 0;
    color: #5a5a5a;
  }
}
#app_splash {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #f3f3f3;
  height: 100%;
  width: 100%;
  opacity: 1;
}

#app_splash div {
  content: " ";
  height: 400px;
  width: 400px;
  position: absolute;
  left: 50%;
  top: 20%;
  margin-left: -200px;
}

.app.main {
  height: 100%;
  height: calc(100vh + 1px);
  top: 0;
}

.app a {
  color: #2580d8;
  cursor: pointer;
  text-decoration: none;
}

.app a.grey {
  color: #8f8f8f;
  cursor: pointer;
  text-decoration: none;
}

.app a.padded {
  padding: 0.4em;
  margin: 0 0 0 5px;
  border-radius: 4px;
}

.app a:hover {
  color: #44a4e4;
}

.app a:focus {
  color: #44b5f5;
}

.app a.grey:hover {
  color: #44a4e4;
}

.app a.grey:focus {
  color: #44b5f5;
}

.app a.border-on-focus:focus {
  color: #44b5f5;
  border: solid thin #00c6ff;
}

.app a:focus,
a:hover {
  text-decoration: none;
}

.app.topNote a {
  text-decoration: none;
}

.app.loader {
  position: absolute;
  z-index: 2000;
  height: 100%;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.app.loaderInner {
  position: relative;
  top: 50%;
  margin-top: -30px;
  color: #e0e0e0;
}

.app.sideNavNode {
  position: relative;
  width: 60px;
  overflow: hidden;
}

.app.sideNavNode.sideMenuHidden {
  width: 0;
}

.app.sideNavContent {
  position: absolute;
  margin-left: 0;
  width: 59px;
  top: 0;
  /* height: 100%; */
  bottom: 0;
  z-index: 111;
}

.app.sideNav-subMenu {
  position: absolute;
  margin-left: 59px;
  width: 0;
  top: 77px;
  z-index: 110;
  height: 100%;
  color: #ccc;
  background-color: #e4f1ff;
  border-color: #ddd;
}

.app.sideNav-subMenu.revealed {
  width: 219px;
  border-left: solid thin #ddd;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.18), 3px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.side-nav-submenu-revealed .app.sideNav-subMenu {
  background-color: #e4f1ff;
  box-shadow: none;
}

.v2024L1 .app.sideNav-subMenu {
  position: absolute;
  margin-left: 59px;
  width: 0;
  top: 77px;
  z-index: 110;
  height: 100%;
  color: #ccc;
  background-color: #f3f3f3;
  border-color: #ddd;
}

.v2024L1 .app.sideNav-subMenu.revealed {
  width: 219px;
  border-left: solid thin #ddd;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.18), 3px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.v2024L1.side-nav-submenu-revealed .app.sideNav-subMenu {
  background-color: #f3f3f3;
  box-shadow: inset -10px -14px 12px -3px rgba(0, 0, 0, 0.1);
  border-right: solid thin;
}

.app.sideNav-subMenu .subMenuListTitle {
  width: auto;
  color: #bbb;
  background-color: rgba(0, 0, 0, 0.14);
  padding-top: 14px;
  padding-left: 30px;
  border-bottom: solid thin rgba(255, 255, 255, 0.1);
  margin: 0 1px;
}

.app.side-welcome-wizard-node {
  display: none;
  background: #e9eef3;
  height: 100%;
  width: 342px;
  position: absolute;
  box-sizing: border-box;
  box-shadow: inset -5px 0 6px -5px rgba(0, 0, 0, 0.12);
}

.app.side-welcome-wizard-node.show {
  display: block;
}

.app.topNav-subMenu {
  z-index: 2000;
  position: absolute;
  margin-left: 0;
  width: 100%;
  top: 104px;
  overflow: hidden;
  height: 0;
  color: #f1f1f1;
  background-color: #4486c6;
  box-shadow: 4px 0 4px 4px rgba(0, 0, 0, 0.1);
}

.app.topNav-subMenu.revealed {
  height: 0;
  border-bottom: #274b69 solid 2px;
}

.app.subMenuList {
  list-style: none;
  position: relative;
}

ul.app.subMenuList:before {
  position: absolute;
  width: 1px;
  background: #2580d8;
  background: transparent;
  top: 7px;
  left: 18px;
  content: " ";
  bottom: 8px;
  opacity: 0;
  transition: all 0.3s;
}

ul.app.subMenuList:hover:before {
  opacity: 1;
}

._settings ul.app.subMenuList:before {
  background: #783076;
  background: transparent;
}

.app.titleWithNoWrap {
  overflow: visible;
  white-space: nowrap;
}

.app.subMenuItem {
  width: 100%;
  justify-content: flex-start;
  position: relative;
  padding: 14px 0 14px 33px;
  cursor: pointer;
  font-size: 0.9em;
  color: #2784da;
  margin: 0;
  transition: background 0.3s linear;
  display: flex;
  align-items: center;
  border-bottom: solid thin #d0e6f9;
  border-right: solid thin #daeeff;
}

.app.subMenuItem i {
  font-size: 1.2em;
  padding-right: 8px;
}

.app.subMenuTitle {
  padding: 10px 4px 4px;
}

.v2024L1 .app.subMenuItem {
  width: 100%;
  justify-content: flex-start;
  position: relative;
  padding: 9px 0 9px 24px;
  cursor: pointer;
  font-size: 0.9em;
  color: #76859e;
  margin: 0;
  transition: background 0.3s linear;
  display: flex;
  overflow: hidden;
  align-items: center;
  border-bottom: none;
  border-right: none;
}

.v2024L1 .app.subMenuItem:first-child {
  margin-top: 39px;
}

.v2024L1 .app.subMenuItem i {
  display: none;
}

.v2024L1 .app.subMenuTitle {
  padding: 10px 4px 4px;
}

.app.subMenuListTitle .leftItem {
  float: left;
  color: #a2a2a2;
  padding-left: 2px;
  padding-top: 6px;
}

.app.subMenuListTitle .rightItem {
  float: right;
  color: #ccc;
  display: inline;
  font-size: 19px;
  margin: -2px 8px 0 0;
  cursor: pointer;
  transition: color 0.3s linear;
}

.app.subMenuListTitle .rightItem_advance {
  float: right;
  color: #ccc;
  display: inline;
  font-size: 19px;
  margin: -2px 8px 0 0;
  cursor: pointer;
  transition: color 0.3s linear;
}

.app.subMenuListTitle .rightItem2 {
  float: right;
  color: #ccc;
  display: inline;
  font-size: 19px;
  margin: -2px 8px 0 0;
  cursor: pointer;
  transition: color 0.3s linear;
}

.app.subMenuListTitle .rightItem:hover {
  color: #333;
}

.app.subMenuListTitle .rightItem_advance:hover {
  color: #333;
}

.app.subMenuListTitle .rightItem2:hover {
  color: #333;
}

.app.sideNavContent ul {
  list-style: none;
  margin: 0;
}

.app.sideNavContent li {
  padding: 10px 4px 10px 10px;
  margin: 0;
}

.app.hiddenNavNode {
  background-color: #373737;
  border-left: 1px solid #373737;
  border-right: 1px solid #373737;
  left: 160px;
  top: 0;
}

.app.contentWrap {
  margin-left: 59px;
  margin-right: 0;
  width: auto;
  height: 100%;
}

.app.contentWrap.sideMenuHidden {
  margin-left: 0;
}

.app.pageNode {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.v2024L1 .app.pageNode {
  background-image: linear-gradient(180deg, rgba(57, 141, 222, 0.0901960784) 0px, transparent 32px);
}

.app.pageWrap {
  position: relative;
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  overflow: clip;
  box-sizing: border-box;
}

.table-right-cell-as-info {
  padding-left: 24px;
  width: 1px;
  min-width: 320px;
  vertical-align: top;
}

@media only screen and (max-width: 1144px) {
  .app.pageWrap {
    padding-right: 0;
  }
  .table-right-cell-as-info {
    min-width: 192px;
  }
}
.app.rightContent {
  position: fixed;
  top: 76px;
  bottom: 0;
  right: 0;
  min-height: 100%;
  z-index: 11;
  height: auto;
}

.app.rightContent.closed {
  width: 440px;
  right: -440px;
  min-height: 0;
  margin-right: -20px;
}

.app.rightContent.closed:hover {
  right: 0;
  margin-right: 0;
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}

.app.rightContent.closed.peak {
  right: 0;
  margin-right: 0;
}

.app.leftContent {
  position: relative;
  min-height: 100%;
  min-height: calc(100vh - 234px);
  width: 100%;
  box-sizing: border-box;
  max-width: 1420px;
  margin: 0 auto;
}

.app.rightHighlight {
  position: absolute;
  top: 0;
  left: 76.2%;
  width: 23.8%;
  height: 100%;
}

.app.rightHighlight.sideNavSubMenuRevealed {
  right: -20px;
}

.app.innerTop {
  height: 48px;
  min-width: 728px;
  z-index: 4;
  width: 100%;
}
.app.page-main .innerTop {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 38px;
  font-size: 1.2em;
}

.app.innerTopAdditionalData {
  position: relative;
  box-sizing: border-box;
  z-index: 4;
  transition: margin-top 0s;
  width: 100%;
  color: #333;
}

@media only screen and (max-width: 668px) {
  .app.innerTopAdditionalData {
    height: 100px;
  }
}
@media only screen and (max-width: 1980px) {
  .side-nav-submenu-revealed .app.leftContent, .side-nav-submenu-revealed .pageFooter {
    margin-left: 219px;
    width: auto;
  }
}
@media only screen and (max-width: 2080px) {
  .sideNavContent-expanded.side-nav-submenu-revealed .app.leftContent, .sideNavContent-expanded.side-nav-submenu-revealed .pageFooter {
    margin-left: 218px;
    width: auto;
  }
}
.app.ulListClickable {
  list-style: none;
  min-width: 140px;
}

.app.ulListClickable li {
  padding: 7px 10px 6px 23px;
  text-align: left;
  cursor: pointer;
  color: #777;
  border-bottom: #ccc;
  position: relative;
  font-size: 0.9em;
  margin: 12px 0;
}

.app.ulListClickable li.active {
  background-color: transparent;
  color: #2580d8;
}

.app.ulListClickable li.active:before {
  content: " ";
  position: absolute;
  left: 0;
  z-index: 105;
  width: 6px;
  top: 0;
  bottom: 0;
  background-color: #2169b3;
}

.app.ulListClickable li:hover {
  color: #2580d8;
}

._settings .app.ulListClickable li:hover {
  background: #655788;
}

.app.ulListClickable.flex {
  width: 100%;
  box-sizing: border-box;
}

.app.ulListClickable.flex li {
  display: flex;
  align-items: center;
  padding: 14px 14px 14px 24px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.app.ulListClickable.flex li .icon i, .app.ulListClickable.flex li .icon img {
  height: 19px;
  width: 19px;
  font-size: 19px;
}

.app.ulListClickable.flex li .label {
  display: flex;
  padding-left: 18px;
  flex: 1;
}

.app.ulListClickable.flex li:hover {
  background: rgba(68, 134, 198, 0.0705882353);
}

.flex-container {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.content-has-right-gutter {
  flex: 3 1;
  box-sizing: border-box;
  order: 1;
  min-width: 286px;
}

.content-right-gutter {
  flex: 1 1;
  box-sizing: border-box;
  padding: 0 0 0 24px;
  order: 2;
}

.right-gutter-info-tile {
  background: #fff;
  border: solid thin #e7e7e9;
  padding: 24px;
  margin: 20px auto;
}

.right-gutter-info-tile:first-child {
  margin-top: 0;
}

.right-gutter-info-tile.has-background {
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  background-size: 63px;
  border: solid thin #eaf0f7;
  transition: all 0.3s;
}

.right-gutter-info-tile.has-background:hover {
  background-size: 80px;
  border: solid thin #eaf0f7;
}

@media only screen and (max-width: 1144px) {
  .side-welcome-wizard-node {
    display: none !important;
  }
  .new-account-guide {
    display: none !important;
  }
}
@media only screen and (max-width: 720px) {
  .side-welcome-wizard-node {
    display: none;
  }
  .new-account-guide {
    display: none;
  }
  .app.pageWrap {
    padding-left: 0px;
  }
  .content-has-right-gutter {
    order: 3;
  }
  .app.ulListClickable.flex {
    max-width: 68px;
    min-width: 68px;
  }
  .app.ulListClickable.flex li .label {
    display: none;
  }
}
.app.rightContentClosed .innerTop {
  width: 100% !important;
}

.app.contentNode {
  position: relative;
  height: 100%;
}

.app.contentTop .iconNode {
  position: relative;
  float: left;
  font-size: 0.8em;
  height: 28px;
  width: 60px;
  cursor: pointer;
  margin-top: -4px;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  padding-top: 10px;
  text-shadow: none !important;
  text-align: center;
}

.app.contentTop:hover .iconNode {
  color: #2580d8;
}

.v2024L1 .app.contentTop:hover .iconNode {
  opacity: 1;
  color: #2580d8;
}

.app.contentTop .iconNode:hover {
  color: #44a4e4;
}

.app.contentTop:hover .badge:after {
  background-color: #f00;
  border-color: #f00;
}

.app.contentTop .iconNode:first-child {
  border-left: none;
}

.app.contentTop .profileNode {
  display: none;
  float: right;
  margin-top: -11px;
  padding-right: 6px;
  height: 49px;
  padding-left: 7px;
  padding-top: 4px;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.app.contentTop .employee-search-node {
  float: right;
  margin-top: -11px;
  padding-right: 6px;
  height: 49px;
  padding-left: 7px;
  padding-top: 4px;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.app.contentTop .profileNode:hover {
  opacity: 1;
}

.app.content {
  position: absolute;
  top: 76px;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.app.rightContentClosed .content {
  right: 0;
}

.app.leftData {
  padding: 48px;
  padding-bottom: 40px;
}

.app.pageHero {
  min-height: 320px;
  margin-bottom: 50px;
  padding-top: 0;
  text-align: center;
  position: relative;
  background: #f3f3f3;
  transition: All 0.3s linear;
  margin-left: 6px;
  margin-right: 6px;
}

.app.pageHero.closed {
  min-height: 3px;
}

.app.pageHero.closed > .table-layout {
  display: none;
}

.app.pageHero .bottomRightToggle {
  position: absolute;
  right: 20px;
  height: 28px;
  top: 100%;
  padding: 4px;
  background: #fff;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 9;
}

@media only screen and (max-width: 668px) {
  .app.pageHero .bottomRightToggle {
    visibility: hidden;
  }
}
.app.pageHero .bottomRightToggle:hover {
  color: #333;
}

.app.pageHero .pageHeroControlsIcon {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  opacity: 0.4;
  z-index: 6;
}

.app.pageHero .mainTitle {
  color: #00445a;
}

.app.pageHero .pageHeroControlsIcon:hover {
  opacity: 1;
}

.app.pageHero.showControls .pageHeroData {
  margin-top: 180px;
}

.app.pageHero.showControls .pageHeroControls {
  top: -180px;
}

.app.pageHero.closed .pageHeroControls {
  display: none;
}

.app.pageHero.closed .pageHeroControlsIcon {
  display: none;
}

.app.content.sideNavSubMenuRevealed {
  margin-left: 200px;
}

.app.innerContent {
  text-align: left;
  background: rgba(255, 255, 255, 0.4);
  height: 100%;
}

.app.footer {
  position: absolute;
  left: 48px;
  bottom: 0;
  height: 22px;
  right: 0;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.15);
  border-top: solid 1px #fff;
  background: #f3f3f3;
  overflow: hidden;
  z-index: 120;
  display: none;
}

.app.footer .chatBack {
  position: absolute;
  right: 16px;
  top: -6px;
  width: 309px;
  height: 37px;
  background: rgba(0, 0, 0, 0.15);
}

.app.footerContent {
  margin-left: 32px;
  margin-top: 4px;
  color: #777;
  font-size: 0.8em;
}

.app.chartPrimary {
  width: 80%;
  min-width: 660px;
  padding: 40px 0;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  overflow: visible !important;
}

.highcharts-drilldown-axis-label {
  text-decoration: none !important;
  color: #919191 !important;
  fill: #919191 !important;
  font-weight: normal !important;
}

.app.chartSecondary {
  width: 280px;
  height: 260px;
  padding: 40px 0;
  text-align: left;
  -webkit-transform: translate3d(0, 0, 0);
  overflow: visible !important;
}

.app.chartPrimary > div {
  width: 700px;
  height: 260px;
}

.app.chartSecondary > div {
  width: 280px;
  height: 260px;
}

.app.newsNode {
  position: absolute;
  top: 0;
  overflow: auto;
  opacity: 1;
  transition: opacity 0.3s linear;
  transition-delay: 0.3s;
}

.app.rightContentClosed .rightContent:hover .newsNode {
  opacity: 1;
}

.app.block-small {
  min-height: 100px;
  width: auto;
  padding: 10px;
  margin-bottom: 10px;
}

.app.labelLink {
  position: absolute;
  right: 0;
  margin-right: 10px;
  text-decoration: none;
  color: #3f87d1;
}

.app.labelLink:hover {
  color: #00b5f1;
}

.app.labelLink:visited {
  color: #3f87d1;
}

.app.box-2 {
  width: 97%;
  margin-left: 2%;
}

.app.sideNavContent .menuItem {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  padding-left: 19px;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  height: 64px;
  margin: 0;
  background: no-repeat center;
  background-size: 24px;
  cursor: pointer;
  position: relative;
  border-bottom: none;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s;
}
.app.sideNavContent .menuItem i {
  font-size: 24px;
  color: #c5def5;
  transition: all 0.3s ease-out;
}
.app.sideNavContent .menuItem .sideNav-label {
  display: none;
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  color: #c5def5;
  transition: 0.4s all;
}
.app.sideNavContent .menuItem.active .sideNav-label {
  color: #fff;
  font-weight: bold;
}
.app.sideNavContent .menuItem.settings .sideNav-label {
  top: 31px;
}

.v2024L1 .app.sideNavContent .menuItem {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  padding-left: 19px;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  height: 48px;
}
.v2024L1 .app.sideNavContent .menuItem i {
  font-size: 20px;
  color: #76859e;
  opacity: 0.8;
}
.v2024L1 .app.sideNavContent .menuItem .sideNav-label {
  color: #76859e;
  font-family: "Poppins", "Roboto", "Lato", sans-serif;
  font-weight: 400;
}
.v2024L1 .app.sideNavContent .menuItem.active {
  background: none;
}
.v2024L1 .app.sideNavContent .menuItem.active i {
  color: #333;
}
.v2024L1 .app.sideNavContent .menuItem.active .sideNav-label {
  color: #333;
  font-weight: 500;
}

.v2024L1 .app.sideNavContent .menuItem:first-child {
  margin-top: 16px;
}

@media only screen and (min-width: 1145px) {
  body:not(.new-account-guide-visible).sideNavContent-expanded .app.contentWrap {
    margin-left: 163px;
  }
  .sideNavContent-expanded .app.sideNav-subMenu {
    margin-left: 163px;
  }
  .sideNavContent-expanded .app.sideNavContent {
    width: 163px;
  }
  .sideNavContent-expanded .app.sideNavContent .menuItem {
    padding-left: 28px;
  }
  .sideNavContent-expanded .app.sideNavContent .menuItem i {
    font-size: 18px;
  }
  .sideNavContent-expanded .app.sideNavContent .menuItem.revealed {
    opacity: 1;
    background: rgba(0, 0, 0, 0.08);
  }
  .sideNavContent-expanded .app.sideNavContent .menuItem:after {
    content: " ";
    display: block;
    height: 24px;
    width: 32px;
    position: absolute;
    top: 15px;
    z-index: 125;
    opacity: 0;
    right: -1px;
    border-color: transparent #e4f1ff;
    border-style: solid;
    border-width: 16px 16px 16px 0px;
    height: 0px;
    width: 0px;
    transition: all 0.3s;
  }
  .sideNavContent-expanded .app.sideNavContent .menuItem.revealed:after {
    opacity: 1;
  }
  .sideNavContent-expanded .app.sideNavContent .menuItem .sideNav-label {
    display: inline;
    opacity: 1;
  }
  .sideNavContent-expanded.side-nav-submenu-revealed .app.sideNavContent .menuItem.active:after {
    border-color: transparent #e4f1ff;
  }
  body.v2024L1.sideNavContent-expanded .app.sideNav-subMenu {
    margin-left: 163px;
  }
  body.v2024L1.sideNavContent-expanded .app.sideNavContent {
    width: 163px;
  }
  body.v2024L1.sideNavContent-expanded .app.sideNavContent .menuItem {
    padding-left: 24px;
  }
  body.v2024L1.sideNavContent-expanded .app.sideNavContent .menuItem i {
    display: none;
  }
  body.v2024L1.sideNavContent-expanded .app.sideNavContent .menuItem.revealed {
    opacity: 1;
    background: none;
  }
  body.v2024L1.sideNavContent-expanded .app.sideNavContent .menuItem:before {
    content: " ";
    display: block;
    height: 24px;
    width: 32px;
    position: absolute;
    top: 7px;
    z-index: 125;
    opacity: 0;
    right: 0px;
    border-color: transparent #ccc;
    border-style: solid;
    border-width: 16px 16px 16px 0px;
    height: 0px;
    width: 0px;
    transition: all 0.3s;
  }
  body.v2024L1.sideNavContent-expanded .app.sideNavContent .menuItem:after {
    content: " ";
    display: block;
    height: 24px;
    width: 32px;
    position: absolute;
    top: 7px;
    z-index: 125;
    opacity: 0;
    right: -1px;
    border-color: transparent #f3f3f3;
    border-style: solid;
    border-width: 16px 16px 16px 0px;
    height: 0px;
    width: 0px;
    transition: all 0.3s;
  }
  body.v2024L1.sideNavContent-expanded .app.sideNavContent .menuItem.revealed:before {
    opacity: 1;
  }
  body.v2024L1.sideNavContent-expanded .app.sideNavContent .menuItem.revealed:after {
    opacity: 1;
  }
  body.v2024L1.sideNavContent-expanded .app.sideNavContent .menuItem .sideNav-label {
    font-family: "Poppins", "Roboto", "Lato", sans-serif;
    display: inline;
    opacity: 1;
  }
  body.v2024L1.sideNavContent-expanded.side-nav-submenu-revealed .app.sideNavContent .menuItem.active:after {
    border-color: transparent #f3f3f3;
  }
}
.app.sideNavContent .menuItem:hover {
  opacity: 1;
}

.app.sideNavContent .menuItem.revealed .sideNav-label {
  font-weight: bold;
}

.v2024L1 .app.sideNavContent .menuItem:not(.active).revealed .sideNav-label {
  color: #333;
  font-weight: 400;
}

.app.sideNavContent .menuItem:not(.active):hover .sideNav-label {
  color: #fff;
  font-weight: bold;
}

.v2024L1 .app.sideNavContent .menuItem:not(.active):hover .sideNav-label {
  color: #333;
  font-weight: 400;
}

.app.sideNavContent .menuItem:not(.active):hover i {
  color: #fff;
}

.v2024L1 .app.sideNavContent .menuItem:not(.active):hover i {
  color: #333;
}

.app.sideNavContent .menuItem.active {
  opacity: 1;
}

.app.sideNavContent .menuItem.active {
  background: rgba(0, 0, 0, 0.06);
}

.app.sideNavContent .menuItem:hover .pr_group {
  height: 48px;
}

.app.sideNavContent .menuItem.active .pr_group {
  height: 48px;
}

.app.sideNavContent .menuItem:hover .settings {
  height: 48px;
}

.app.sideNavContent .menuItem.active .settings {
  height: 48px;
}

.new-account-guide-visible .app.contentWrap .leftContent, .new-account-guide-visible .app.contentWrap .pageFooter {
  margin-left: 0;
}

.new-account-guide-visible .app.contentWrap {
  margin-left: 342px;
}

@media only screen and (max-width: 680px) {
  .app.contentWrap .leftData {
    padding: 32px 8px;
  }
  .content-right-gutter {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .app.contentWrap .leftData {
    padding: 16px 8px;
  }
}
@media only screen and (max-width: 1145px) {
  .new-account-guide-visible .app.contentWrap .leftContent {
    margin-left: auto;
  }
  .new-account-guide-visible .app.contentWrap {
    margin-left: 0;
  }
}
@media only screen and (min-width: 2245px) {
  .new-account-guide-visible .app.contentWrap .leftContent {
    margin-left: auto;
  }
  .new-account-guide-visible .app.contentWrap {
    margin-left: 0;
  }
}
.app.topNavNode > div {
  position: relative;
  left: 0;
  width: auto;
}

.app.topNavNode {
  display: none;
  height: 54px;
  position: absolute;
  z-index: 130;
  top: -54px;
  width: 100%;
  border-bottom: #396d9e solid thin;
  background: #2580d8;
}

.app.topNavNode.hidden {
  top: -54px;
}

.app.topNavNode .menuItem {
  opacity: 0.7;
  display: inline-block;
  height: 30px;
  width: 16.6667%;
  margin: 0;
  background: no-repeat center;
  cursor: pointer;
  position: relative;
  top: 0;
  float: left;
  height: 51px;
}

.top-app-bar-mobile {
  display: none;
}

.app.toggleButtonLeftAlign {
  position: absolute;
  margin: 14px 0 0 10px;
  font-size: 12px;
  height: 40px;
  width: 40px;
  color: #ccc;
  z-index: 10;
  cursor: pointer;
  top: 0;
  left: 0;
  transition: color 0.3s linear;
  webkit-transition: color 0.3s linear;
  moz-transition: color 0.3s linear;
}

.app.toggleButtonLeftAlign:hover {
  color: #333;
}

.app.topNavContent .menuItem:hover {
  opacity: 1;
}

.app.topNavContent .menuItem.active {
  opacity: 1;
}

.app.topNavContent .main_group {
  position: absolute;
  width: 100%;
  height: 8px;
  margin: 0;
}

.app.topNavContent .pr_group {
  position: absolute;
  width: 100%;
  height: 8px;
  margin: 0;
}

.app.topNavContent .settings {
  position: absolute;
  width: 100%;
  height: 8px;
  margin: 0;
}

.app.topNavContent i {
  font-size: 32px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}

.app.scrollIconNode {
  display: none;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  bottom: 70px;
  height: 20px;
  width: 50px;
  color: #00445a;
}

.app.scrollIconNode.up {
  right: 20px;
}

.app.scrollIconNode.down {
  display: none;
  right: 120px;
}

.app.scrollIconNode:hover {
  opacity: 1;
  color: #3f87d1;
}

.app.scrollIconNode.show {
  opacity: 1;
}

.app.labelBoxRowEditIcon {
  padding-top: 20px;
  color: #3f87d1;
  cursor: pointer;
}

.app.labelBoxRowEditIcon:hover {
  color: #00c6ff;
}

.app.employeeEditHistoryNode {
  min-width: 400px;
  width: 90%;
  margin-right: 20px;
  min-height: 400px;
}

.app.titleLinkFloatRight:hover {
  color: #00b5f1;
}

.app.simpleHorizontalNav {
  padding: 20px 0;
  font-size: 1.1em;
}

.app.simpleHorizontalNav ul {
  list-style: none;
}

.app.simpleHorizontalNav li {
  float: left;
  height: 1.5em;
  border-right: solid thin #ccc;
  cursor: pointer;
}

.app.simpleHorizontalNav li:hover {
  color: #3f87d1;
}

.app.simpleHorizontalNav li:last-child {
  border-right: 0;
}

.app.shadow-light {
  box-shadow: 0 2px 6px rgba(10, 10, 10, 0.1);
}

.app.shadow-dark {
  box-shadow: 1px 1px 15px 2px rgba(10, 10, 10, 0.2);
}

.app.inset {
  -moz-box-shadow: inset 0 0 10px #000;
  -webkit-box-shadow: inset 0 0 10px #000;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 3px rgba(31, 51, 61, 0.4) inset;
}

.app.dodge {
  background: rgba(255, 255, 255, 0.4);
}

.app.fill {
  position: relative;
  height: 100%;
  width: 100%;
}

.app.burn {
  background: rgba(1, 1, 1, 0.1);
}

.webkit:not(.noWebkitAnimations) .app.blur {
  -webkit-transform: scale(0.9, 0.9);
  overflow: hidden;
  opacity: 0.5;
  -webkit-backface-visibility: hidden;
}

.webkit:not(.noWebkitAnimations) .app.blur.moveLeft {
  -webkit-animation: blurMoveLeft 1s;
  -webkit-animation-delay: 0.05s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
}

@keyframes blurMoveLeft {
  0% {
    -webkit-transform: scale(0.9, 0.9) translateX(0px);
  }
  100% {
    -webkit-transform: scale(0.9, 0.9) translateX(-200px);
  }
}
.webkit:not(.noWebkitAnimations) .app.blur.moveCenterFromLeft {
  -webkit-animation: blurMoveCenterFromLeft 1s;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
}

@keyframes blurMoveCenterFromLeft {
  0% {
    -webkit-transform: scale(0.9, 0.9) translateX(-200px);
  }
  100% {
    -webkit-transform: scale(0.9, 0.9) translateX(0px);
  }
}
.app.border-all {
  border: solid thin #ddd;
}

.app.border-left {
  border-left: solid thin #ddd;
}

.app.border-bottom {
  /*border-bottom: solid thin #ccc;*/
}

.app.border-top {
  border-top: solid thin #ccc;
}

.app.border-blue {
  border-color: #3f87d1;
}

.app.force-width-0 {
  width: 0 !important;
}

.app.force-height-0 {
  height: 0 !important;
}

.app.color-red {
  color: red;
}

.app.align-middle {
  vertical-align: middle;
  margin-top: 50%;
  margin-right: 50%;
  margin-left: 50%;
}

.app .payRunProgressInfoBarNode {
  width: 100%;
  display: table;
  text-align: center;
  position: relative;
  margin: 0 auto;
  border-radius: 4px;
}

.app .payRunProgressInfoBarContent {
  width: 100%;
  display: table-row;
  text-align: center;
  position: relative;
}

.app .payRunProgressInfoBarContent .progressBarItem {
  position: relative;
  display: table-cell;
  width: 25%;
  height: 75px;
  border-right: solid thin #ccc;
}

.app .payRunProgressInfoBarContent .progressBarItem em {
  color: #fff;
}

.app .payRunProgressInfoBarContent .progressBarItem:last-child {
  border-right: 0;
}

.app .payRunProgressInfoBarContent .progressBarItem > div {
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  height: 75px;
  display: inline-block;
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 20px;
  color: #bbb;
  text-align: center;
  text-shadow: none !important;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: color 1.3s linear, opacity 0.3s linear;
  -moz-transition: color 1.3s linear, opacity 0.3s linear;
  -o-transition: color 1.3s linear, opacity 0.3s linear;
  transition: color 1.3s linear, opacity 0.3s linear;
}

.app .payRunProgressInfoBarContent .progressBarItem > div em {
  font-size: 0.6em;
}

.app .payRunProgressInfoBarContent .progressBarItem:before {
  content: "";
  position: absolute;
  z-index: 8;
  left: 0;
  top: 50%;
  margin-top: -11px;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

.app .payRunProgressInfoBarContent .progressBarItem:last-child:before {
  content: "";
}

.app .payRunProgressInfoBarContent .progressBarItem:after {
  content: "";
  position: absolute;
  float: right;
  right: 0;
  width: 100%;
  height: 75px;
  background-color: #00263c;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: background-color 0.3s linear, opacity 0.3s linear;
  -moz-transition: background-color 0.3s linear, opacity 0.3s linear;
  -o-transition: background-color 0.3s linear, opacity 0.3s linear;
  transition: background-color 0.3s linear, opacity 0.3s linear;
  -webkit-backface-visibility: hidden;
  opacity: 1;
}

.app .payRunProgressInfoBarContent .progressBarItem.complete:after {
  opacity: 1;
  background-color: #0370a0;
  background-color: #00263c;
}

.app .payRunProgressInfoBarContent .progressBarItem.complete div {
  color: #fff !important;
  text-shadow: none !important;
}

.app .payRunProgressInfoBarContent .progressBarItem div {
  opacity: 0.8;
  color: #fff !important;
  text-shadow: none !important;
}

.app .payRunProgressInfoBarContent .progressBarItem:hover:after {
  color: #333;
  background-color: #00445a;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear, background-color 0.3s linear;
  -moz-transition: background-position 0.1s linear, background-color 0.3s linear;
  -o-transition: background-position 0.1s linear, background-color 0.3s linear;
  transition: background-position 0.1s linear, background-color 0.3s linear;
  opacity: 1;
}

.app .payRunProgressInfoBarContent .progressBarItem.active > div {
  background-image: none;
}

.app .payRunProgressInfoBarContent .progressBarItem.active div {
  opacity: 1 !important;
  color: #fff !important;
  text-shadow: none !important;
}

.app .payRunProgressInfoBarContent .progressBarItem.next > div {
  background-image: none;
}

.app .payRunProgressInfoBarContent .progressBarItem.next div {
  opacity: 1 !important;
  color: #fff !important;
  text-shadow: none !important;
}

.app .payRunProgressInfoBarContent .progressBarItem.active:after {
  color: #fff !important;
  text-shadow: none !important;
  background-color: #0379ac;
  background-color: #00445a;
  *background-color: #04c;
  background-position: 0 -100px;
  -webkit-transition: background-color 0.3s linear, color 0.3s linear, background-position 0.3s linear;
  -moz-transition: background-color 0.3s linear, color 0.3s linear, background-position 0.3s linear;
  -o-transition: background-color 0.3s linear, color 0.3s linear, background-position 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear, background-position 0.3s linear;
}

.app .payRunProgressInfoBarContent .progressBarItem.next:after {
  color: #fff !important;
  text-shadow: none !important;
  background-color: #3f87d1;
  *background-color: #04c;
  background-position: 0 0;
  background-repeat: repeat-x;
  -webkit-transition: background-color 0.3s linear, color 0.3s linear, background-position 0.3s linear;
  -moz-transition: background-color 0.3s linear, color 0.3s linear, background-position 0.3s linear;
  -o-transition: background-color 0.3s linear, color 0.3s linear, background-position 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear, background-position 0.3s linear;
}

.app .payRunProgressInfoBarContent .progressBarItem.active.showBack:after {
  background-position: 0 0;
  background-repeat: repeat-x;
}

.app .payRunProgressInfoBarContent .progressBarItem.active:hover:after {
  color: #fff !important;
  background-color: #00455c;
  background-color: #00263c;
  background-position: 0 -55px;
}

.app .payRunProgressInfoBarContent .progressBarItem.next:hover:after {
  color: #fff !important;
  background-color: #0379ac;
  background-position: 0 -55px;
}

.app .payRunProgressInfoBarContent .progressBarItem.complete:hover div {
  opacity: 1;
  color: #fff !important;
  text-shadow: none !important;
}

.app .payRunProgressInfoBarContent .progressBarItem.complete:hover:after {
  opacity: 1;
  background-color: #2895c9;
  background-color: #00445a;
}

.app .payRunProgressInfoBarContent .progressBarItem:hover div {
  opacity: 1;
  color: #fff !important;
  text-shadow: none !important;
}

.app .payRun-hours-payTable {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0;
  font-size: 0.9em;
}

.app .payRun-hours-payTable:nth-child(even) tr {
  /*background-color:rgba(0,0,0,.06)*/
  background-color: transparent;
}

.app .payRun-hours-payTable td {
  margin: 0;
  border-right: dotted thin #ccc;
  text-align: center;
}

.app .payRun-hours-payTable td:first-child {
  padding: 8px 0 8px 10px;
  width: 116px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
}

.app .payRun-hours-payTable td:nth-child(2) {
  padding: 4px 0;
  width: 74px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}

.app .payRun-hours-payTable td:nth-child(3) {
  width: 64px;
  padding-right: 6px;
  text-align: right;
  color: #777;
}

.app .payRun-hours-payTable td:nth-child(4) {
  width: 90px;
  text-align: center;
}

.app .payRun-hours-payTable td:nth-child(5) {
  width: 84px;
  padding-right: 6px;
  text-align: right;
  text-overflow: ellipsis;
  overflow: hidden;
}

.app .payRun-hours-payTable td:last-child {
  border-right: 0;
}

.app .payRun-hours-headerTable {
  border-collapse: collapse;
  margin: 0;
  height: 34px;
  width: 100%;
}

.app .payRun-hours-headerTable td {
  margin: 0;
  border-right: dotted thin #ccc;
  vertical-align: bottom;
  padding-bottom: 3px;
}

.app .payRun-hours-headerTable td:last-child {
  border-right: 0;
}

.app .payRun-hours-headerTable td:nth-child(1) {
  width: 119px;
  padding-left: 10px;
}

.app .payRun-hours-headerTable td:nth-child(2) {
  padding-left: 10px;
  width: 59px;
}

.app .payRun-hours-headerTable td:nth-child(3) {
  padding-left: 10px;
  width: 60px;
}

.app .payRun-hours-headerTable td:nth-child(4) {
  padding-left: 10px;
  width: 81px;
}

.app .payRun-hours-headerTable td:nth-child(5) {
  padding-left: 10px;
  width: 80px;
  border-right-width: 0 !important;
}

.app .payRun-hours-payTable .smallBox .dijitInputField {
  padding: 5px 6px !important;
}

.app.payRunDataTable.table-header {
  background: #f1f1f1;
  margin-bottom: 0;
}

.app.payRunDataTable > .table-row > .table-cell {
  text-align: left;
  border-right: dotted thin #b0d6ec;
  padding-left: 1%;
  padding-top: 8px;
  padding-bottom: 4px;
}

.app.payRunDataTable > .table-head > .table-row > .table-cell {
  text-align: left;
  border-right: dotted thin #ccc;
  padding-left: 1%;
  padding-top: 8px;
  padding-bottom: 4px;
}

.app.payRunDataTable > .table-footer > .table-row > .table-cell {
  text-align: left;
  border-right: dotted thin #b0d6ec;
  padding-left: 1%;
  padding-top: 8px;
  padding-bottom: 4px;
}

.app.payRunDataTable > .table-body > .table-row > .table-cell {
  text-align: left;
  border-right: dotted thin #ccc;
  padding-left: 1%;
  padding-top: 8px;
  padding-bottom: 4px;
}

.app.payRunDataTable > .table-row > .table-cell:last-child {
  border-right: 0;
}

.app.payRunDataTable > .table-body > .table-row > .table-cell:last-child {
  border-right: 0;
}

.app.payRunDataTable > .table-footer > .table-row > .table-cell:last-child {
  border-right: 0;
}

.app.payRunDataTable > .table-row:not(.table-header) {
  border-top: solid thin #00445a;
  transition: all 0.3s;
}

.app.table-header .table-cell.sortable {
  cursor: pointer;
}

.app.payRunDataTable > .table-row:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.04);
}

.app.payRunDataTable > .table-body > .table-row:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.04);
}

.app.payRunDataTable > .table-row:last-child {
  border-bottom: 0;
}

.app.payRunDataTable > .table-body > .table-row:last-child {
  border-bottom: 0;
}

.app.payRunDataTable > div > .table-layout > .table-row > .table-cell {
  text-align: left;
  border-right: dotted thin #ccc;
  padding-left: 1%;
  padding-top: 8px;
  padding-bottom: 4px;
}

.app.payRunDataTable > div > .table-layout > .table-head > .table-row > .table-cell {
  text-align: left;
  border-right: dotted thin #b0d6ec;
  padding-left: 1%;
  padding-top: 8px;
  padding-bottom: 4px;
}

.app.payRunDataTable > div > .table-layout > .table-footer > .table-row > .table-cell {
  text-align: left;
  border-right: dotted thin #b0d6ec;
  padding-left: 1%;
  padding-top: 8px;
  padding-bottom: 4px;
}

.app.payRunDataTable > div > .table-layout > .table-row > .table-cell:last-child {
  border-right: 0;
}

.app.payRunDataTable > div > .table-layout > .table-footer > .table-row > .table-cell:last-child {
  border-right: 0;
}

.app.payRunDataTable > div > .table-layout > .table-row:not(.table-header) {
  transition: all 0.3s;
}

.app.payRunDataTable > div:nth-child(even) > .table-layout > .table-row {
  background-color: rgba(0, 0, 0, 0.04);
}

.app.payRunDataTable .payHoursExpansionRow {
  height: 0;
  background-color: #00263c;
  background-color: #f3f3f3;
  border: solid 0 #ddd;
  overflow: hidden;
  padding: 0 20px;
}

.app.payRunDataTable .payHoursExpansionRow.expand {
  height: auto;
  min-height: 200px;
  padding: 20px 20px;
  border-width: 1px;
}

.app.payRunDataTable > div > .table-layout > .table-row .payHoursExpandBtn {
  position: absolute;
  /* opacity:.8; */
  text-align: center;
  border-bottom: 0;
  border-right: 0;
  background: transparent;
  /* top: 79px; */
  /* background:rgba(0,0,0,0.14); */
  bottom: -18px;
  border-top-left-radius: 4px;
  /* content:"Expand"; */
  color: #a9a9a9;
  font-size: 12px;
  right: -460px;
  padding-top: 8px;
  cursor: pointer;
  /* top: 50%; */
  /* margin-top: 0; */
  margin-bottom: -23px;
  /* left: 18px; */
  border-top-right-radius: 4px;
  font-weight: 200;
  font-weight: normal;
}

.app.payRunDataTable > div > .table-layout > .table-row .payHoursExpandBtn.hasOverrides {
  background: rgba(0, 153, 204, 0.6);
  color: #fff;
}

.app.payRunDataTable > div > .table-layout > .table-row .payHoursExpandBtn:hover {
  background: transparent;
  color: #2580d8;
}

.app.payRunDataTable > div > .table-layout > .table-row .payHoursExpandBtn.hasOverrides:hover {
  background: rgb(0, 153, 204);
  color: #fff;
}

.app.payRunDataTable > div > .table-layout > .table-row:hover .payHoursExpandBtn {
  display: block;
  opacity: 1;
}

.app.payRunDataTable > div > .table-layout > .table-row .payHoursExpandBtn.active {
  background: #f3f3f3;
  opacity: 1;
  bottom: -18px;
  border: solid thin #ddd;
  border-bottom: 0;
  color: #2580d8;
}

.app.payRunCalcProgressContainerNode {
  height: 100px;
  overflow: hidden;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  border: solid thin #3f87d1;
}

.app.payRunCalcProgressBarNode {
  width: 100%;
  margin-left: -100%;
  height: 6px;
  background-color: #00b5f1;
}

.app.payRunCalcProgressInfoNode {
  width: 100px;
  text-align: right;
  height: 50px;
  margin: 20px 10px;
  color: #3f87d1;
  float: right;
  font-size: 18px;
}

.app.payRunCalcProgressSpinnerNode {
  width: 100px;
  text-align: right;
  height: 50px;
  margin: 20px 10px;
  color: #3f87d1;
  float: left;
  font-size: 2em;
}

.app.spinnerIcon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: app-spinner 400ms linear infinite;
  animation: app-spinner 400ms linear infinite;
}

@keyframes app-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes app-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.app.scrollExpand {
  position: fixed;
  top: 70px;
  height: 85px;
  color: #333;
  width: inherit;
  text-align: center;
  background: #fff;
  border-bottom: #f3f3f3 solid thin;
  overflow: hidden;
  z-index: 10;
}

.app.payRun .app.scrollExpand {
  top: 190px;
}

.app.favoriteStarNode {
  color: rgba(218, 218, 218, 0.9);
  text-shadow: none !important;
  float: right;
  margin-top: 15px;
  margin-right: 16px;
  font-size: 0.8em;
  cursor: pointer;
}

.app.favoriteStarNode:hover {
  color: gold;
  text-shadow: none !important;
}

.app.favoriteStarNode.active {
  color: gold;
  text-shadow: none !important;
}

.app.main:not(.rightContentClosed) .favoriteStarNode {
  margin-right: 16px;
}

.app.table-row {
  display: table-row;
}

.app.table-cell {
  display: table-cell;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
}

.app.table-layout {
  display: table;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.app.settings .app.dataTable.table-header {
  background: transparent;
  border-bottom: solid thin #f3f3f3;
  color: #783076;
}

.app.dataTable > .table-row > .table-cell {
  text-align: left;
  border-right: dotted thin #f3f3f3;
  padding-left: 1%;
  padding-top: 8px;
  padding-bottom: 4px;
}

.app.dataTable > .table-head > .table-row > .table-cell {
  text-align: left;
  border-right: dotted thin #f3f3f3;
  padding-left: 1%;
  padding-top: 8px;
  padding-bottom: 4px;
}

.app.dataTable > .table-footer > .table-row > .table-cell {
  text-align: left;
  border-right: dotted thin #f3f3f3;
  padding-left: 1%;
  padding-top: 8px;
  padding-bottom: 4px;
}

.app.dataTable > .table-body > .table-row > .table-cell {
  text-align: left;
  padding-left: 1%;
  padding-top: 8px;
  padding-bottom: 4px;
}

.app.dataTable > .table-row > .table-cell:last-child {
  border-right: 0;
}

.app.dataTable > .table-body > .table-row > .table-cell:last-child {
  border-right: 0;
}

.app.dataTable > .table-footer > .table-row > .table-cell:last-child {
  border-right: 0;
}

.app.dataTable > .table-row:not(.table-header) {
  border-bottom: dotted thin #f3f3f3;
  transition: all 0.3s;
}

.app.dataTable > .table-body > .table-row:not(.table-header) {
  transition: all 0.3s;
}

.app.dataTable > .table-row:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.04);
}

.app.dataTable > .table-body > .table-row:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.04);
}

.app.dataTable > .table-row:last-child {
  border-bottom: 0;
}

.app.dataTable > .table-body > .table-row:last-child {
  border-bottom: 0 !important;
}

.app.table-cell .listSortIcon {
  display: inline;
  float: right;
  padding-right: 10px;
}

.app._dataTable {
  border-collapse: collapse;
}

.app._dataTable > tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.02);
}

.app._dataTable > tbody > tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.02);
}

.app._dataTable thead td {
  background: transparent;
  font-weight: 500;
  font-size: 1.05em;
  color: #444;
  border-bottom: solid thin #f3f3f3;
}

.app._dataTable.large-headers thead td {
  font-size: 1.6em;
}

.app._dataTable thead td:first-child {
  border-top-left-radius: 4px;
}

.app._dataTable thead td:last-child {
  border-top-right-radius: 4px;
  border-right: 0;
}

.app._dataTable tfoot td {
  font-weight: bold;
  border: 0;
}

.app._dataTable:not(.noRowBorders) > tr > td {
  border-bottom: solid thin #f3f3f3;
  border-right: dotted thin #f3f3f3;
}

.app._dataTable td:last-child {
  border-right: none !important;
}

.app.registerTable {
  display: table;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  height: 100%;
}

.app.registerTable .table-footer .table-layout {
  table-layout: fixed;
  border-collapse: collapse;
  position: relative;
  bottom: 0;
}

.app.registerTable._checkRow .table-layout {
  table-layout: fixed;
  border-collapse: collapse;
  position: relative;
  bottom: 0;
}

.app.registerTable .table-cell {
  height: 100%;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.app.registerTable .table-header {
  background: #f7f7f7;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1.12em;
  color: #717171;
}

.app.registerTable > .table-row > .table-cell {
  text-align: left;
  border-right: dotted thin #f3f3f3;
  padding-left: 1%;
  padding-top: 8px;
  padding-bottom: 4px;
}

.app.registerTable > .table-head > .table-row > .table-cell {
  text-align: left;
  border-right: dotted thin #f3f3f3;
  padding-left: 1%;
  padding-top: 8px;
  padding-bottom: 4px;
}

.app.registerTable > .table-footer > .table-row > .table-cell {
  text-align: left;
  border-right: dotted thin #f3f3f3;
  padding-left: 1%;
  padding-top: 8px;
  padding-bottom: 4px;
}

.app.registerTable > .table-body > .table-row > .table-cell {
  text-align: left;
  border-right: dotted thin #b0d6ec;
  padding-left: 1%;
  padding-top: 8px;
  padding-bottom: 4px;
}

.app.registerTable > .table-row > .table-cell:last-child {
  border-right: 0;
}

.app.registerTable > .table-head > .table-row > .table-cell:last-child {
  border-right: 0;
}

.app.registerTable > .table-body > .table-row > .table-cell:last-child {
  border-right: 0;
}

.app.registerTable > .table-footer > .table-row > .table-cell:last-child {
  border-right: 0;
}

.app.registerTable > .table-row:not(.table-header) {
  cursor: pointer;
  border-bottom: dotted thin #b0d6ec;
  transition: all 0.3s;
}

.app.registerTable > .table-body > .table-row:not(.table-header) {
  cursor: pointer;
  border-bottom: dotted thin #b0d6ec;
  transition: all 0.3s;
}

.app.registerResults > .table-layout:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.025);
}

.app.registerTable > .table-row:last-child {
  border-bottom: 0;
}

.app.registerTable > .table-body > .table-row:last-child {
  border-bottom: 0;
}

.app.registerTable._checkRow > .table-row:last-child > .table-cell > div {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: visible;
}

.app.registerTable._checkRow > .table-row:last-child > .table-cell > div > .table-layout {
  position: relative;
  bottom: 0;
}

.app.registerTable._checkRow > .table-row:first-child > .table-cell {
  padding-left: 1%;
  padding-bottom: 14px;
  padding-top: 14px;
  font-size: 0.9em;
  vertical-align: bottom;
  border-right: 0;
}

.app.registerTable._checkRow > .table-row:last-child > .table-cell {
  border-right: dotted thin #f3f3f3;
  border-top: dotted thin #f3f3f3;
  border-bottom: dotted thin #f3f3f3;
  padding: 0 4px 12px 1%;
  font-size: 0.85em;
  vertical-align: bottom;
}

.app.registerTable._checkRow > .table-row:last-child > .table-cell:last-child {
  border-right: 0;
}

.app.registerTable._checkRow > .table-row:last-child > .table-cell > div > .table-layout > .table-row > .table-cell {
  padding: 1px 6px 1px 0;
  text-align: right;
}

.app.registerTable._checkRow > .table-row:last-child > .table-cell > div > .table-layout > .table-row > .table-cell:first-child {
  text-align: left;
}

.app.registerTable._checkRow > .table-row:last-child > .table-cell > div > .table-layout > .table-footer > .table-row > .table-cell {
  padding: 1px 6px 1px 0;
  text-align: right;
}

.app.registerTable._checkRow > .table-row:last-child > .table-cell > div > .table-layout > .table-row:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}

.app.registerTable.totals > .table-head > .table-row:nth-child(1) > .table-cell {
  border-right: 0;
}

.app.registerTable.totals > .table-head > .table-row > .table-cell:last-child {
  border-right: 0;
}

.app.registerTable > .table-footer > .table-row:last-child > .table-cell {
  border-top: 1px solid #f3f3f3;
  padding: 20px 4px 20px 1%;
  background: rgb(255, 255, 255);
  font-size: 0.85em;
  vertical-align: top;
}

.app.registerTable .table-footer > .table-row > .table-cell > div {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: visible;
  padding: 18px 0;
}

.app.registerTable .table-footer > .table-row > .table-cell > div > .table-layout > .table-row > .table-cell {
  padding: 1px 6px 1px 0;
  text-align: right;
  border-top: 0;
  vertical-align: bottom;
  border-right: 0;
}

.app.registerTable .table-footer > .table-row:last-child > .table-cell .table-row:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}

.app.registerTable .table-footer > .table-row > .table-cell > div > .table-layout > .table-row > .table-cell:first-child {
  text-align: left;
}

.app.registerTable .table-footer > .table-row > .table-cell > div > .table-layout > .table-footer > .table-row > .table-cell {
  padding: 1px 6px 1px 0;
  text-align: right;
  border-right: 0;
}

._settings .app.popupConfirmationContainer {
  background-color: rgba(9, 53, 9, 0.95);
  background-color: rgba(28, 50, 28, 0.95);
  background-color: rgba(0, 0, 0, 0.95);
}

@keyframes revealDown {
  from {
    top: 5%;
  }
  to {
    top: 10%;
  }
}
@keyframes revealDown {
  from {
    top: 5%;
  }
  to {
    top: 10%;
  }
}
.webkit:not(.noWebkitAnimations) .app.popupConfirmationContent {
  -webkit-backface-visibility: hidden;
}

.webkit:not(.noWebkitAnimations) .app.popupConfirmationContainer {
  -webkit-backface-visibility: hidden;
}

.webkit:not(.noWebkitAnimations) .app.popupConfirmationContainer:after {
  content: "";
  background-image: url(../../../../assets/imgs/bubbles-back.png);
  background-size: 80%;
  background-position: center middle;
  background-repeat: no-repeat;
  opacity: 0;
  position: absolute;
  top: -10%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -1;
  -webkit-animation: popupConfirmationContainerAnimation 120s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-backface-visibility: hidden;
}

@keyframes popupConfirmationContainerAnimation {
  0% {
    background-position: center middle;
    -webkit-transform: scale(1, 1) rotate(0deg);
    opacity: 0;
  }
  2.5% {
    background-position: center middle;
    -webkit-transform: scale(1.1125, 1.1125) rotate(1.25deg);
    opacity: 0.5;
  }
  5% {
    background-position: center middle;
    -webkit-transform: scale(1.125, 1.125) rotate(2.5deg);
    opacity: 1;
  }
  10% {
    background-position: center middle;
    -webkit-transform: scale(1.15, 1.15) rotate(5deg);
    opacity: 1;
  }
  20% {
    background-position: center 10%;
    -webkit-transform: scale(1.3, 1.3) rotate(10deg);
    opacity: 1;
  }
  40% {
    background-position: center 30%;
    -webkit-transform: scale(1.1, 1.1) rotate(40deg);
    opacity: 1;
  }
  60% {
    background-position: center 15%;
    -webkit-transform: scale(1.2, 1.2) rotate(15deg);
    opacity: 1;
  }
  80% {
    background-position: center middle;
    -webkit-transform: scale(1.1, 1.1) rotate(10deg);
    opacity: 0.5;
  }
  100% {
    background-position: center middle;
    -webkit-transform: scale(1, 1) rotate(0deg);
    opacity: 0;
  }
}
.app.topNote {
  background: transparent;
  position: absolute;
  top: 58px;
  color: #f1f1f1;
  opacity: 0;
  z-index: 9999;
  min-width: 400px;
  border-top: 0;
  text-align: center;
  right: 32px;
}

.app.topNote > div > table a {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 10px;
  font-size: 0.7em;
  padding: 4px 8px;
  background: #bce2ef;
  border-radius: 4px;
  text-shadow: none !important;
  color: #09c;
  transition: background linear 0.3s;
}

.app.topNote > div > table a:hover {
  background: #b1d0da;
}

.app.topNote > div.note-start {
  opacity: 0;
  width: 360px;
  background: #e3f4f9;
  color: #09c;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
  padding: 4px 16px;
  margin: 10px 0 10px 40px;
  max-height: 0;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(10, 10, 10, 0.1);
  transition: max-height 0.7s ease-in-out, opacity 0.7s linear;
  border: solid thin #09c;
}

.app.topNote > div.note-start.danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.app.topNote > div > table td {
  vertical-align: center;
  min-height: 60px;
}

.app.topNote > div.show {
  max-height: 400px;
  opacity: 1;
}

.app.topNote.show {
  opacity: 1;
}

.app.phoneMenuContainer {
  background: #3f87d1;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2000;
  text-align: center;
}

.app.phoneMenuContainerCloseBtn {
  position: absolute;
  top: 16px;
  right: 16px;
  height: 28px;
  width: 28px;
  color: #fff;
  cursor: pointer;
}

.app.phoneMenuSubContainer {
  background: #3f87d1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  z-index: 2010;
  text-align: center;
  box-shadow: -7px 0 38px rgba(0, 0, 0, 0.6);
}

.app.phoneMenuContent {
  margin: 50px auto;
}

.app.phoneMenuContent li {
  color: #fff;
  font-size: 1.5em;
}

.app.show_responsive {
  display: none;
}

.app.show_responsive_ {
  display: none;
}

@media only screen and (min-width: 1800px) {
  /*.app.rightContentClosed .chartPrimary>div{*/
  /*width:900px;*/
  /*height:340px*/
  /*}*/
  /*.app.rightContentClosed .chartPrimary>div>div{*/
  /*width:480px*/
  /*}*/
  /*.app.rightContentClosed .chartSecondary>div{*/
  /*width:380px;*/
  /*height:340px*/
  /*}*/
}
@media only screen and (min-width: 1440px) and (max-width: 1740px) {
  .app:not(.rightContentClosed) .contentWrap.sideNavSubMenuRevealed .chartSecondary {
    display: none;
  }
}
@media only screen and (max-width: 1439px) {
  .app.contentWrap.sideNavSubMenuRevealed .chartSecondary {
    display: none;
  }
}
@media only screen and (max-width: 1733px) {
  .app.pageHero {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 681px) and (max-width: 1145px) and (orientation: portrait) {
  h3 {
    font-size: 1.1em;
  }
  .app.contentTop {
    left: 0;
  }
  #app_logo {
    margin-left: 16px;
  }
  .app:not(.rightContentClosed) .leftContent {
    width: 100%;
    padding-right: 0;
  }
  .app.newsNode {
    position: relative;
    top: 0;
    opacity: 1 !important;
  }
  .app.rightContent.closed {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
    margin-top: 0;
  }
  .app.rightContent {
    width: 100%;
    z-index: 0;
    display: none;
    position: relative;
  }
  .app.contentWrap {
    margin-left: 0;
    margin-top: 0;
  }
  .app.scrollExpand {
    left: 0;
    display: none !important;
  }
  .app.payRun .app.scrollExpand {
    top: 236px;
  }
  .app.contentTop {
    top: 0;
    position: fixed;
  }
  .app.contentTop.topNavSubMenuRevealed {
    top: 0;
  }
  .app.contentTop.sideMenuHidden {
    top: 0;
  }
  .app.content {
    border-left-width: 0;
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
  .app.content.topNavSubMenuRevealed {
    top: 405px;
  }
  .app.contentWrap.sideNavSubMenuRevealed {
    margin-left: 0;
  }
  .app.sideNav-subMenu.revealed {
    display: none;
    width: 0;
  }
  .app.content.sideMenuHidden {
    top: 51px;
  }
  .app.topNavNode {
    display: none;
    top: 50px;
  }
  .app.sideNavContent {
    border-right-width: 0;
    width: 0;
    overflow: hidden;
  }
  .app.topNav-subMenu.revealed {
    height: 400px;
  }
  .app.topNav-subMenu.hidden {
    height: 0 !important;
  }
  .app.footer {
    left: 0;
  }
  .app.border-left {
    border-left: none;
  }
  .app.rightHighlight {
    width: 0;
  }
  .app.innerTop {
    top: 0;
    width: 100%;
  }
  .app.rightContentClosed .leftData {
    margin-right: 0;
  }
  .app.rightContent.closed:hover {
    background: rgba(255, 255, 255, 0.4);
    left: 0;
    margin-left: 0;
  }
  .app.toggleButtonLeftAlign {
    display: none;
  }
  .app.pageHero {
    margin-bottom: 50px;
  }
  .app.hide_responsive {
    display: none;
  }
  .app.show_responsive {
    display: inline-block;
  }
  .bigCheck {
    font-size: 16px;
  }
  .bigCheck table {
    min-height: 240px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1144px) and (orientation: landscape) {
  h3 {
    font-size: 1.1em;
  }
  .app:not(.rightContentClosed) .leftContent {
    width: 100%;
    padding-right: 0;
  }
  .app.newsNode {
    position: relative;
    top: 0;
    opacity: 1 !important;
  }
  .app.rightContent.closed {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
    margin-top: 0;
  }
  .app.rightContent {
    width: 100%;
    z-index: 0;
    display: none;
    position: relative;
  }
  .app.contentWrap {
    margin-left: 0;
    margin-top: 0;
  }
  .app.scrollExpand {
    left: 0;
    display: none !important;
  }
  .app.payRun .app.scrollExpand {
    top: 236px;
  }
  .app.contentTop {
    top: 0;
    position: fixed;
  }
  .app.contentTop.topNavSubMenuRevealed {
    top: 0;
  }
  .app.contentTop.sideMenuHidden {
    top: 0;
  }
  .app.content {
    border-left-width: 0;
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
  .app.content.topNavSubMenuRevealed {
    top: 405px;
  }
  .app.contentWrap.sideNavSubMenuRevealed {
    margin-left: 0;
  }
  .app.sideNav-subMenu.revealed {
    display: none;
    width: 0;
  }
  .app.content.sideMenuHidden {
    top: 51px;
  }
  .app.topNavNode {
    display: none;
    top: 50px;
  }
  .app.sideNavContent {
    border-right-width: 0;
    width: 0;
    overflow: hidden;
  }
  .app.topNav-subMenu.revealed {
    height: 400px;
  }
  .app.topNav-subMenu.hidden {
    height: 0 !important;
  }
  .app.footer {
    left: 0;
  }
  .app.border-left {
    border-left: none;
  }
  .app.rightHighlight {
    width: 0;
  }
  .app.innerTop {
    top: 0;
    width: 100%;
  }
  .app.rightContentClosed .leftData {
    margin-right: 0;
  }
  .app.rightContent.closed:hover {
    background: rgba(255, 255, 255, 0.4);
    left: 0;
    margin-left: 0;
  }
  .app.toggleButtonLeftAlign {
    display: none;
  }
  .app.pageHero {
    margin-bottom: 50px;
  }
  .app.hide_responsive {
    display: none;
  }
  .app.show_responsive {
    display: inline-block;
  }
  .bigCheck {
    font-size: 16px;
  }
  .bigCheck table {
    min-height: 240px;
  }
}
@media only screen and (min-width: 0) and (max-width: 680px) and (orientation: portrait) {
  body {
    color: #333;
    font-size: 0.9em;
  }
  h3 {
    font-size: 1.1em;
  }
  em {
    color: #333;
    font-size: 0.9em;
  }
  ::-webkit-scrollbar {
    width: 0 !important;
  }
  .app:not(.rightContentClosed) .leftContent {
    width: 100%;
    padding-right: 0;
  }
  .app.rightContent {
    width: 100%;
    z-index: 0;
    display: none;
    position: relative;
  }
  .app.newsNode {
    position: relative;
    top: 0;
    opacity: 1 !important;
  }
  .app.rightContent.closed {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
    margin-top: 0;
  }
  .app.contentWrap {
    margin-left: 0;
    margin-top: 0;
  }
  .app.content {
    border-left-width: 0;
    margin-left: 0;
    width: 100%;
    padding: 0;
    top: 54px !important;
    bottom: 0;
  }
  .app.scrollExpand {
    left: 0;
    display: none !important;
  }
  .app.payRun .app.scrollExpand {
    top: 236px;
  }
  .app.contentTop {
    top: 0;
    position: fixed;
  }
  .app.contentTop.topNavSubMenuRevealed {
    top: 0;
  }
  .app.contentTop.sideMenuHidden {
    top: 0;
  }
  .app.sideNavContent {
    border-right-width: 0;
    width: 0;
    overflow: hidden;
  }
  .app.content.topNavSubMenuRevealed {
    top: 405px;
  }
  .app.contentWrap.sideNavSubMenuRevealed {
    margin-left: 0;
  }
  .app.sideNav-subMenu.revealed {
    width: 0;
  }
  .app.content.sideMenuHidden {
    top: 51px;
  }
  .app.topNavNode {
    display: none;
    top: 50px;
  }
  .app.topNav-subMenu.revealed {
    height: 300px;
  }
  .app.topNav-subMenu.hidden {
    height: 0 !important;
  }
  .app.footer {
    left: 0;
    display: none;
  }
  .app.border-left {
    border-left: none;
  }
  .app.rightHighlight {
    width: 0;
  }
  .app.innerTop {
    top: 0;
    width: 100%;
    min-width: 0;
  }
  .app.rightContentClosed .leftData {
    margin-right: 0;
  }
  .app.rightContent.closed:hover {
    background: rgba(255, 255, 255, 0.4);
    left: 0;
    margin-left: 0;
  }
  .app.toggleButtonLeftAlign {
    display: none;
  }
  .app.pageHero {
    margin-bottom: 0;
  }
  .app.hide_responsive {
    display: none;
  }
  .app.hide_responsive_ {
    display: none;
  }
  .app.show_responsive_ {
    display: inline-block;
  }
  .bigCheck {
    font-size: 16px;
  }
  .bigCheck table {
    min-height: 240px;
  }
  .app.infoBox {
    left: 0;
  }
  .app.infoBox:before {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .table-layout.table-margin_x_2 .table-cell {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .opHasLabel .labelBoxIconNode {
    height: 30px;
    visibility: hidden;
  }
  #habla_beta_container_do_not_rely_on_div_classes_or_names {
    display: none;
  }
  .fullPageDialog.innerDialogContent {
    opacity: 1;
    position: absolute;
    top: 130px;
    margin-left: -320px;
    left: 0;
    width: 320px;
    transition: left 0.3s linear, margin-left 0.3s linear;
  }
  .fullPageDialog.innerDialog.show {
    min-height: 300px;
    height: auto;
  }
  .fullPageDialog.innerDialogContent.show {
    margin-left: -160px;
    opacity: 1;
    left: 50%;
  }
  .app.popupConfirmationContent {
    overflow: auto;
    position: absolute;
    top: 10%;
    left: 50%;
    width: 600px;
    max-height: 80%;
    margin-left: -160px;
    z-index: 4000;
    max-width: 709px;
    background: #f3f3f3;
    padding: 20px 30px;
    border-radius: 4px;
    border: solid thin #fff;
    color: #333;
    transition: margin 1.1s ease, left 1.1s ease, opacity 0.3s ease;
  }
}
@media only screen and (min-width: 0) and (max-width: 736px) and (orientation: landscape) {
  body {
    font-size: 0.75em;
  }
  h3 {
    font-size: 1.1em;
  }
  ::-webkit-scrollbar {
    width: 0 !important;
  }
  .app:not(.rightContentClosed) .leftContent {
    width: 100%;
    padding-right: 0;
  }
  .app.rightContent {
    width: 100%;
    z-index: 0;
    display: none;
    position: relative;
  }
  .app.newsNode {
    position: relative;
    top: 0;
    opacity: 1 !important;
  }
  .app.rightContent.closed {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
    margin-top: 0;
  }
  .app.contentWrap {
    margin-left: 0;
    margin-top: 0;
  }
  .app.content {
    border-left-width: 0;
    margin-left: 0;
    width: 100%;
    padding: 0;
    top: 0;
    bottom: 0;
  }
  .app.scrollExpand {
    left: 0;
    display: none !important;
  }
  .app.payRun .app.scrollExpand {
    top: 236px;
  }
  .app.contentTop {
    top: 0;
    position: relative;
  }
  .app.contentTop.topNavSubMenuRevealed {
    top: 0;
  }
  .app.contentTop.sideMenuHidden {
    top: 0;
  }
  .app.sideNavContent {
    border-right-width: 0;
    width: 0;
    overflow: hidden;
  }
  .app.content.topNavSubMenuRevealed {
    top: 405px;
  }
  .app.contentWrap.sideNavSubMenuRevealed {
    margin-left: 0;
  }
  .app.sideNav-subMenu.revealed {
    width: 0;
  }
  .app.content.sideMenuHidden {
    top: 51px;
  }
  .app.topNavNode {
    display: none;
    top: 50px;
  }
  .app.topNav-subMenu.revealed {
    height: 300px;
  }
  .app.topNav-subMenu.hidden {
    height: 0 !important;
  }
  .app.footer {
    left: 0;
    display: none;
  }
  .app.border-left {
    border-left: none;
  }
  .app.rightHighlight {
    width: 0;
  }
  .app.innerTop {
    top: 0;
    width: 100%;
    min-width: 0;
  }
  .app.rightContentClosed .leftData {
    margin-right: 0;
  }
  .app.rightContent.closed:hover {
    background: rgba(255, 255, 255, 0.4);
    left: 0;
    margin-left: 0;
  }
  .app.toggleButtonLeftAlign {
    display: none;
  }
  .app.pageHero {
    margin-bottom: 50px;
  }
  .app.hide_responsive {
    display: none;
  }
  .app.hide_responsive_ {
    display: none;
  }
  .app.show_responsive_ {
    display: inline-block;
  }
  .bigCheck {
    font-size: 16px;
  }
  .bigCheck table {
    min-height: 240px;
  }
  .app.infoBox {
    left: 0;
  }
  .app.infoBox:before {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .table-layout.table-margin_x_2 .table-cell {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .opHasLabel .labelBoxIconNode {
    height: 30px;
  }
  #habla_beta_container_do_not_rely_on_div_classes_or_names {
    display: none;
  }
  .fullPageDialog.innerDialogContent {
    opacity: 1;
    position: absolute;
    top: 130px;
    margin-left: -320px;
    left: 0;
    width: 320px;
    transition: left 0.3s linear, margin-left 0.3s linear;
  }
  .fullPageDialog.innerDialog.show {
    min-height: 300px;
    height: auto;
  }
  .fullPageDialog.innerDialogContent.show {
    margin-left: -160px;
    opacity: 1;
    left: 50%;
  }
  .app.popupConfirmationContent {
    overflow: auto;
    position: absolute;
    top: 10%;
    left: 50%;
    width: 600px;
    max-height: 80%;
    margin-left: -160px;
    z-index: 4000;
    max-width: 709px;
    background: #f3f3f3;
    padding: 20px 30px;
    border-radius: 4px;
    border: solid thin #fff;
    color: #333;
    transition: margin 1.1s ease, left 1.1s ease, opacity 0.3s ease;
  }
}
@media only screen and (max-width: 1739px) {
  .app.main:not(.rightContentClosed) .span_40_of_100 {
    width: 100%;
    border-left: none;
    margin-left: 0;
  }
  .app.main:not(.rightContentClosed) .span_60_of_100 {
    width: 100%;
    border-right: 0;
  }
  .app.main:not(.rightContentClosed) .app.pageHero .chartInfo {
    background: 0;
    border: 0;
  }
}
@media only screen and (max-width: 1379px) {
  .span_40_of_100 {
    width: 100%;
    border-left: none;
    margin-left: 0;
  }
  .span_60_of_100 {
    width: 100%;
    border-right: 0;
  }
  .app.pageHero .chartInfo {
    background: 0;
    border: 0;
  }
  .app.pageHero .chartInfo:before {
    display: none;
  }
}
@media only screen and (max-width: 1144px) {
  .span_3_of_3 {
    width: 100%;
  }
  .span_2_of_3 {
    width: 100%;
  }
  .span_1_of_3 {
    width: 100%;
  }
  .span_4_of_4 {
    width: 100%;
  }
  .span_3_of_4 {
    width: 100%;
  }
  .span_2_of_4 {
    width: 100%;
  }
  .span_1_of_4 {
    width: 100%;
  }
}
.app.tearOffCalendar .container {
  position: relative;
  display: inline-block;
  height: 86px;
  width: 110px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.app.tearOffCalendar .top {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 110px;
  font-size: 14px;
  text-align: center;
  padding: 8px 0 4px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #555;
  text-shadow: none !important;
}

.app.tearOffCalendar .top i {
  color: #f1f1f1;
  display: none;
}

.app.tearOffCalendar .body {
  position: absolute;
  top: 25px;
  left: 14px;
  width: 85px;
  height: 32px;
  text-align: center !important;
  color: #555;
  font-size: 42px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 0 23px 3px;
  text-shadow: none !important;
}

.app.tearOffCalendar .body .suffix {
  font-size: 0.5em;
  top: -15px;
  margin-left: 2px;
  position: relative;
}

.app.reportThumbTable .table-row:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.02);
}

.app.reportThumbTable .table-row > .table-cell:nth-child(1) {
  padding: 20px 40px 20px 18px;
}

.app.reportThumbTable .reportLargeThumb .title {
  display: none;
}

.app.reportThumbTable .table-row > .table-cell:first-child img {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border: solid thin #ccc;
}

.claro .dojoDndItem {
  border-color: rgba(0, 0, 0, 0);
  padding: 8px;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: background-color, border-color;
  -moz-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
}

.claro .dojoDndItemOver {
  background-color: #abd6ff;
  background-repeat: repeat-x;
  background-image: none;
  padding: 8px;
  border: solid 1px #759dc0;
  color: #000;
}

.claro .dojoDndItemAnchor,
.claro .dojoDndItemSelected {
  background-color: #cfe5fa;
  background-repeat: repeat-x;
  background-image: none;
  padding: 8px;
  border: solid 1px #759dc0;
  color: #000;
}

.claro .dojoDndItemBefore,
.claro .dojoDndItemAfter {
  border-color: #759dc0;
}

.claro table.dojoDndAvatar {
  border: 1px solid #b5bcc7;
  border-collapse: collapse;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.claro .dojoDndAvatarHeader td {
  height: 20px;
  padding-left: 21px;
}

.claro.dojoDndMove .dojoDndAvatarHeader,
.claro.dojoDndCopy .dojoDndAvatarHeader {
  background-image: url("//ajax.googleapis.com/ajax/libs/dojo/1.10.0/dijit/themes/claro/images/dnd.png");
  background-repeat: no-repeat;
  background-position: 2px -122px;
}

.claro .dojoDndAvatarItem td {
  padding: 5px;
}

.claro.dojoDndMove .dojoDndAvatarHeader {
  background-color: #f58383;
  background-position: 2px -103px;
}

.claro.dojoDndCopy .dojoDndAvatarHeader {
  background-color: #f58383;
  background-position: 2px -68px;
}

.claro.dojoDndMove .dojoDndAvatarCanDrop .dojoDndAvatarHeader {
  background-color: #97e68d;
  background-position: 2px -33px;
}

.claro.dojoDndCopy .dojoDndAvatarCanDrop .dojoDndAvatarHeader {
  background-color: #97e68d;
  background-position: 2px 2px;
}

.claro .dijitComboBox.dijitComboBoxHover .dijitButtonNode {
  background-color: transparent !important;
}

.claro .dijitMenu {
  background-color: #f5f5f5;
  border: 1px solid #c2c3c4;
}

.claro .dijitMenu .dijitMenuItem td,
.claro .dijitComboBoxMenu .dijitMenuItem {
  padding: 7px;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
}

.claro .dijitMenu .dijitMenuItemSelected td,
.claro .dijitComboBoxMenu .dijitMenuItemSelected {
  color: #525257;
  border-color: #759dc0;
  background-color: #abd6ff;
}

.claro .dijitMenu .dijitMenuItemHover td,
.claro .dijitMenu .dijitMenuItemSelected td,
.claro .dijitMenuItemHover,
.claro .dijitComboBoxMenu .dijitMenuItemHover,
.claro .dijitMenuItemSelected {
  background-image: none !important;
}

.sideNav-menu {
  height: 100%;
}
.sideNav-menu .user-profile-image-container {
  position: absolute;
  bottom: 64px;
  height: 40px;
  width: 100%;
}
.sideNav-menu .user-profile-image-container img {
  cursor: pointer;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  width: 36px;
  border-radius: 50%;
}
.sideNav-menu .left-nav-bar-profile-options-container {
  position: absolute;
  background: #fff;
  bottom: 76px;
  left: 85px;
  width: 200px;
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.05);
  min-height: 198px;
  height: auto;
  z-index: 10;
  padding: 8px 16px;
  box-sizing: border-box;
  border-radius: 3px;
}
.sideNav-menu .left-nav-bar-profile-options-container .tail {
  position: absolute;
  content: " ";
  left: -20px;
  bottom: 20px;
  z-index: 900;
  width: 20px;
  height: 40px;
  overflow: hidden;
  pointer-events: none;
}
.sideNav-menu .left-nav-bar-profile-options-container .tail:after {
  position: absolute;
  content: " ";
  left: 10px;
  top: 4px;
  z-index: 900;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background: #fff;
  border: solid thin #f3f3f3;
  box-shadow: rgba(0, 0, 0, 0.08) 0 2px 4px 1px;
}
.sideNav-menu .left-nav-bar-profile-options-container .left-nav-bar-profile-option {
  color: #777;
  opacity: 0.7;
  padding: 14px 20px;
  margin: 0;
  cursor: pointer;
  border-top: solid thin #f3f3f3;
}
.sideNav-menu .left-nav-bar-profile-options-container .left-nav-bar-profile-option:first-child {
  border-top: 0;
}
.sideNav-menu .left-nav-bar-profile-options-container li:hover {
  opacity: 1;
  color: #2580d8;
}
.sideNav-menu .user-profile-name-container {
  display: none;
  position: absolute;
  bottom: 60px;
  color: #fff;
  color: #333;
  opacity: 0.7;
  height: 24px;
  width: 100%;
  text-align: center;
}
.sideNav-menu .bottom-separator {
  position: absolute;
  bottom: 54px;
  height: 1px;
  left: 10%;
  right: 10%;
  background: rgba(0, 0, 0, 0.1);
}
.sideNav-menu .collapse-expand-container {
  color: #fff;
  color: #555;
  text-align: center;
  width: 100%;
}
.sideNav-menu .collapse-expand-container .expand-link {
  display: block;
  cursor: pointer;
}
.sideNav-menu .collapse-expand-container .expand-link:hover {
  opacity: 1;
}
.sideNav-menu .collapse-expand-container .collapse-link {
  display: none;
  cursor: pointer;
}
.sideNav-menu .collapse-expand-container .collapse-link:hover {
  color: #333;
}
.sideNav-menu .collapse-expand-container:hover {
  color: #333;
}

.new-account-guide .user-profile-name-container {
  color: #2580d8 !important;
}

.account-setup-visible .sideNav-menu .left-nav-bar-profile-options-container {
  bottom: 210px;
}
.account-setup-visible .sideNav-menu .user-profile-image-container {
  bottom: 202px;
}
.account-setup-visible .sideNav-menu .profile_options_container {
  bottom: 180px;
}
.account-setup-visible .sideNav-menu .user-profile-name-container {
  bottom: 189px;
}
.account-setup-visible .sideNav-menu .bottom-separator {
  bottom: 184px;
}
.account-setup-visible .sideNav-menu .collapse-expand-container {
  bottom: 150px;
}

@media only screen and (min-width: 1145px) {
  .sideNavContent-expanded .sideNav-menu .user-profile-image-container {
    bottom: 114px;
  }
  .sideNavContent-expanded .sideNav-menu .user-profile-image-container img {
    border: 2px solid rgba(0, 0, 0, 0.15);
    margin-left: -30px;
    width: 60px;
  }
  .sideNavContent-expanded .sideNav-menu .left-nav-bar-profile-options-container {
    left: 142px;
  }
  .sideNavContent-expanded .sideNav-menu .user-profile-name-container {
    display: block;
  }
  .sideNavContent-expanded .sideNav-menu .collapse-expand-container {
    opacity: 1;
  }
  .sideNavContent-expanded .sideNav-menu .collapse-expand-container .expand-link {
    display: none;
  }
  .sideNavContent-expanded .sideNav-menu .collapse-expand-container .collapse-link {
    display: block;
  }
  .sideNavContent-expanded.account-setup-visible .sideNav-menu .user-profile-image-container {
    bottom: 250px;
  }
  .sideNavContent-expanded.account-setup-visible .sideNav-menu .profile_options_container {
    bottom: 180px;
  }
  .sideNavContent-expanded.account-setup-visible .sideNav-menu .user-profile-name-container {
    bottom: 189px;
  }
  .sideNavContent-expanded.account-setup-visible .sideNav-menu .bottom-separator {
    bottom: 184px;
  }
  .sideNavContent-expanded.account-setup-visible .sideNav-menu .collapse-expand-container {
    bottom: 150px;
  }
}
.app.sideNav-subMenu:not(.revealed) {
  /*box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.39);*/
}

.combo > .fa {
  color: #AAA;
  margin-right: 6px;
}

.dijitReadOnly .dijitReset.dijitRight.dijitButtonNode.dijitArrowButton.dijitDownArrowButton.dijitArrowButtonContainer {
  display: none;
}

.dijitDisabled .dijitReset.dijitRight.dijitButtonNode.dijitArrowButton.dijitDownArrowButton.dijitArrowButtonContainer {
  display: none;
}

.claro .dijitTitlePaneTitleHover {
  background-image: none;
  background: #ddd;
  border-color: #ccc;
}

.claro .dijitTitlePaneTitleOpen {
  background-image: none;
  background: #f3f3f3;
  border-color: transparent;
}

.claro .dijitTitlePaneTitleActive {
  background-image: none;
  background: #ccc;
}

.app.table-layout .table-row:first-child > .table-cell:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.app.table-layout .table-row:first-child > .table-cell:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 0;
}

.app.main_group {
  position: relative;
  top: 0;
  width: 8px;
  height: 48px;
  margin-top: -10px;
  margin-left: -10px;
  transition: opacity 0.3s, height 0.3s;
  display: none;
}

.app.sideNavContent .app.menuItem.active .main_group {
  height: 88px;
}

.app.sideNavContent .app.menuItem:hover .main_group {
  height: 88px;
}

.app .payRunProgressInfoBarContent .progressBarItem:first-child:after {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.app .payRunProgressInfoBarContent .progressBarItem:last-child:after {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.app.dndExportContainer {
  font-size: 12px;
  background: #fff;
  padding: 1em 3em;
  cursor: default;
  border-radius: 4px;
  min-height: 200px;
}

.app.dndExportContainer.exclude {
  border: 4px solid #7f7f7f;
}

.app.dndExportContainerColumns {
  text-align: left;
  float: left;
  margin-right: 30px;
  width: 243px;
}

.app.dndExportContainerColumns ol {
  margin: 0;
}

.app.dndExportContainerColumns.exclude ol {
  height: 722px;
}

.wageDesc {
  font-style: italic;
  color: #aaa;
}

.claro .settings .opCheckBox.dijitRadio,
.settings .opCheckBox.dijitRadioIcon {
  background-image: url("../../../../assets/imgs/checkmarks-sprite-g.svg");
}

.claro .settings .opCheckBox.dijitCheckBox,
.settings .opCheckBox.dijitCheckBox {
  background-image: url("../../../../assets/imgs/checkmarks-sprite-g.svg");
}

.intuitPlatformConnectButton,
.intuitPlatformReconnectButton,
#intuitPlatformAppMenu .intuitPlatformReconnectButton {
  outline: 0;
  text-decoration: none;
  border: 0;
  background: url(../../../../assets/imgs/connect_to_quickbooks.png) no-repeat 0 0;
  width: 107px;
  height: 38px;
  display: inline-block;
  text-indent: -9000px;
  text-transform: capitalize;
}

.intuitPlatformConnectButton:hover,
.intuitPlatformReconnectButton:hover,
#intuitPlatformAppMenu .intuitPlatformReconnectButton:hover {
  background-position: 0 -39px;
}

.xeroConnectButton {
  outline: 0;
  text-decoration: none;
  border: 0;
  background: url(../../../../assets/partners/connect_xero_button_blue.png) no-repeat 0 0;
  width: 150px;
  height: 38px;
  display: inline-block;
  text-indent: -9000px;
  text-transform: capitalize;
}

.calcError {
  background: #ffcfcf !important;
  position: relative;
}

.calcError:after {
  background: red;
  height: 19px;
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-family: "FontAwesome";
  content: "\f071 ERROR";
  padding: 2px;
}

.calcWarning {
  background: #fff9f0 !important;
  position: relative;
}

.calcWarning:after {
  background: #ffbe5d;
  height: 19px;
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-family: "FontAwesome";
  content: "\f071WARNING";
  padding: 2px;
}

.app.helpResults ul {
  list-style: inside;
}

.compensationList {
  position: relative;
}

.compensationList .item {
  font-size: 0.9rem;
}

.compensationList .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 40px 0 0 -34px;
  float: left;
  background: transparent;
}

.compensationList .line {
  position: relative;
  top: 42px;
  left: -24px;
  width: 18px;
  border-bottom: 1px solid #ddd;
}

.compensationList .timestamp {
  font-style: italic;
  color: #999;
}

.compensationList .dot.dot-header {
  margin-top: 16px;
  width: 14px;
  height: 14px;
  margin-left: -37px;
}

.btn-primary:hover {
  background-color: #2169b3;
}

._settings .btn-primary {
  background-color: #655788;
  background-color: #783076;
}

._settings .btn-info {
  background-color: transparent;
}

.claro .dijitButton .dijitButtonNode,
.claro .dijitDropDownButton .dijitButtonNode,
.claro .dijitComboButton .dijitButtonNode,
.claro .dijitToggleButton .dijitButtonNode {
  color: #fff !important;
  box-shadow: none;
  webkit-box-shadow: none;
  background-image: none !important;
  text-shadow: none !important;
  background-color: #3f87d1;
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 0;
  padding: 11px;
  font-size: 14px;
  transition: background-color 0.3s linear;
}

.claro._settings .dijitButton .dijitButtonNode,
.claro._settings .dijitDropDownButton .dijitButtonNode,
.claro._settings .dijitComboButton .dijitButtonNode,
.claro._settings .dijitToggleButton .dijitButtonNode {
  background: #655788;
  background: #783076;
}

.claro._settings .dijitButtonDisabled .dijitButtonNode,
.claro._settings .dijitDropDownButtonDisabled,
.claro._settings .dijitComboButtonDisabled,
.claro._settings .dijitToggleButtonDisabled {
  background: #ccc !important;
}

.filedrag {
  display: none;
  background-color: rgba(0, 0, 0, 0.078);
  font-weight: bold;
  text-align: center;
  width: 98%;
  padding: 8em 0;
  margin: 2em auto;
  color: #555;
  border: 2px dashed #555;
  border-radius: 7px;
  cursor: default;
}

.filedrag.hover {
  color: #3f87d1;
  border-color: #3f87d1;
  border-style: solid;
  box-shadow: inset 0 3px 4px #888;
}

.progress p {
  display: block;
  width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 22px;
  margin: 2px 0;
  border: 1px #539074;
  border-radius: 5px;
  background: #f3f3f3 url(../../../../assets/imgs/progress.png) 100% 0 repeat-y;
}

.progress p.success {
  background: #0c0 none 0 0 no-repeat;
}

.progress p.failed {
  background: #c00 none 0 0 no-repeat;
}

.progress.failure {
  border-color: red;
}

.arrow_box {
  background: #fff;
  border: 4px solid #ddd;
  border-radius: 8px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.arrow_box:after,
.arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(238, 238, 238, 0);
  border-top-color: #fff;
  border-width: 30px;
  margin-left: -30px;
}

.arrow_box:before {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #ddd;
  border-width: 36px;
  margin-left: -36px;
}

.arrow_box_left {
  position: relative;
  background: #fff;
  border: 4px solid #ddd;
  border-radius: 8px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.arrow_box_left:after,
.arrow_box_left:before {
  left: 100%;
  top: 60%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box_left:after {
  border-color: rgba(238, 238, 238, 0);
  border-left-color: #fff;
  border-width: 30px;
  margin-top: -30px;
}

.arrow_box_left:before {
  border-color: rgba(221, 221, 221, 0);
  border-left-color: #ddd;
  border-width: 36px;
  margin-top: -36px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: none !important;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.app .user-note-container {
  margin: 20px 10px;
  padding: 20px;
}

.app .activity-feed-profile-image {
  height: 34px;
  border: solid thin #f3f3f3;
  border-radius: 50%;
  border: rgba(31, 81, 101, 0.4) solid thin;
}

.app .activity-feed-text-box {
  position: relative;
  min-height: 40px;
}

.app .activity-feed-text-box strong {
  font-weight: bold;
}

.app .activity-feed-text-box b {
  font-weight: bold;
}

.app .activity-feed-text-box ul,
.activity-feed-text-box ol {
  list-style-position: inside;
}

.app .activity-feed-text-box:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #bdbdbd;
  pointer-events: none;
  content: "Add a note...";
}

.app .is-child .activity-feed-text-box:after {
  content: "Add a comment...";
  pointer-events: none;
}

.app .activity-feed-text-box.has-content:after {
  display: none;
}

.app .activity-feed-text-box-container {
  max-width: 1024px;
  padding: 4px;
  border-radius: 4px;
}

.app .activity-feed-information {
  font-size: 0.9em;
  color: #777;
  padding-left: 6px;
}

.app .activity-feed-labels-node {
  padding: 16px 0;
}

.app .activity-feed-data-container {
  position: relative;
  transition: all 0.3s;
}

.app .activity-feed-data-container.editable > .activity-feed-text-box-container {
  border: solid thin #ddd;
  padding: 4px 10px 8px;
  border-radius: 4px;
}

.app .activity-feed-data-container.editable > [data-core-hide-when-editable=true] {
  display: none;
}

.app .activity-feed-data-container .activity-feed-text-box {
  min-height: 0;
  margin: 6px 0;
}

.app .activity-feed-data-container.editable > .activity-feed-text-box-container.active {
  border: solid thin #4db6ff;
}

.app .activity-feed-text-box-controls {
  position: relative;
  min-height: 30px;
  border-top: solid thin #ddd;
  margin-top: 16px;
  display: none;
}

.app .activity-feed-controls {
  margin-top: 16px;
  position: relative;
  min-height: 40px;
  display: none;
}

.app .activity-feed-controls .position-right {
  position: absolute;
  right: 0;
}

.app .activity-feed-controls .position-left {
  position: absolute;
  left: 0;
}

.app .activity-feed-controls .position-left-2 {
  position: absolute;
  left: 92px;
}

.app .activity-feed-text-box-container.active .activity-feed-text-box-controls {
  display: block;
}

.app .activity-feed-user-info {
  font-weight: bold;
}

.app .activity-feed-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.01);
  color: #ccc;
  font-size: 2em;
  display: none;
}

.app .activity-feed-loader i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
}

.app .activity-feed-add-comment {
  height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
}

.app .activity-feed-add-comment span {
  cursor: pointer;
  left: 50%;
  top: 20px;
  margin: -8px 0 0 -48px;
  color: #ccc;
  position: absolute;
  transition: all 0.3s;
}

.app .activity-feed-add-comment:hover span {
  color: #2580d8;
  opacity: 1;
}

.app .activity-feed-show-comments {
  height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
}

.app .activity-feed-show-comments span {
  cursor: pointer;
  left: 50%;
  top: 20px;
  margin: -8px 0 0 -48px;
  color: #2580d8;
  position: absolute;
  transition: all 0.3s;
}

.app .activity-feed-show-comments:hover span {
  color: #2169b3;
  opacity: 1;
}

.app .activity-feed-container:not(.is-child) {
  border: solid 2px transparent;
  border-radius: 4px;
  margin: 16px 0;
  padding: 24px;
  background: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}

.app .activity-feed-hide-comments {
  display: none;
  position: absolute;
  right: 2px;
}

.app .activity-feed-container:not(.is-child) .activity-feed-data-container.comments-visible .activity-feed-hide-comments {
  display: block;
}

.app .activity-feed-container.is-child .activity-feed-hide-comments {
  display: none !important;
}

.app .activity-feed-container:not(.is-child):first-child {
  margin-top: 0;
}

.app .activity-feed-container:not(.is-child).public {
  border: solid 8px #E8F2FC;
  position: relative;
  padding: 18px;
  padding-top: 124px;
}

.app .activity-feed-container:not(.is-child).public:after {
  position: absolute;
  content: " Employee Visible ";
  display: block;
  width: 100%;
  padding: 35px;
  background: #E8F2FC;
  top: 0;
  right: 0px;
  color: #2580d8;
  box-sizing: border-box;
  text-align: left;
  font-size: 1.2em;
  font-weight: 800;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.app .activity-feed-container:not(.is-child) .activity-feed-data-container:not(.comment-open):not(.editable) .activity-feed-add-comment {
  height: 40px;
  opacity: 0.7;
}

.app .activity-feed-container.is-child .activity-feed-data-container .activity-feed-add-comment {
  display: none;
}

.app .activity-feed-container:not(.is-child) .activity-feed-data-container:not(.comments-visible):not(.editable) .activity-feed-show-comments {
  height: 40px;
  opacity: 0.7;
}

.app .activity-feed-container.is-child .activity-feed-data-container .activity-feed-show-comments {
  display: none;
}

.app .activity-feed-container.is-child {
  margin-top: 20px;
  padding-top: 16px;
  background: #f7f7f7;
  padding: 19px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.app .activity-feed-comments-container {
  display: none;
  height: 0;
  overflow: hidden;
}

.app .activity-feed-data-container.comments-visible .activity-feed-comments-container {
  display: block;
  height: auto;
  overflow: visible;
}

.app .activity-feed-text-box-controls div.divider {
  position: absolute;
  border-right: solid thin #ddd;
  height: 26px;
  right: 101px;
  top: 6px;
  color: #a1a1a1;
}

.app .activity-feed-text-box-controls div.divider:nth-of-type(2) {
  right: 202px;
}

.app .activity-feed-text-box-controls > a {
  position: absolute;
  top: 10px;
  color: #a1a1a1;
  text-decoration: none;
  transition: all 0.3s;
}

.app .activity-feed-text-box-controls > a > div {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  bottom: 34px;
  width: 240px;
  left: -120px;
  border: solid thin #f3f3f3;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 10px 2px;
}

.app .activity-feed-text-box-controls > a > div > .tail {
  position: absolute;
  content: " ";
  left: 108px;
  bottom: -20px;
  z-index: 900;
  width: 40px;
  height: 20px;
  overflow: hidden;
  pointer-events: none;
}

.app .activity-feed-text-box-controls > a > div > .tail:after {
  position: absolute;
  content: " ";
  left: 10px;
  top: -10px;
  z-index: 900;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background: #fff;
  border: solid thin #f3f3f3;
  box-shadow: rgba(0, 0, 0, 0.08) 0 2px 4px 1px;
}

.app .activity-feed-text-box-controls > a:hover {
  color: #2580d8;
  text-decoration: none;
}

.app .activity-feed-text-box-controls > a.show-tooltip > div {
  display: block;
}

.app .activity-feed-text-box-controls a.position-left {
  left: 0;
}

.app .activity-feed-text-box-controls a.position-right {
  right: 0;
}

.app .activity-feed-text-box-controls a.position-left-2 {
  left: 90px;
}

.app .activity-feed-file-attachments-container ul {
  list-style: none;
}

.app .activity-feed-file-attachments-container img {
  height: 100%;
  border-radius: 4px;
  max-height: 60px;
  max-width: 120px;
}

.app .activity-feed-file-attachments-container.has-content {
  margin: 24px 0 0;
  padding: 8px 0 0;
}

.app .activity-feed-file-attachments-container li {
  padding: 6px 4px;
  position: relative;
  border-radius: 4px;
  transition: all 0.3s;
}

.app .activity-feed-file-attachments-container li.is-image {
  display: inline-block;
  max-width: 140px;
}

.app .activity-feed-file-attachments-container li a {
  cursor: pointer;
}

.app .activity-feed-file-attachments-container li:hover {
  background: #e0f4f9;
}

.app .activity-feed-file-attachments-container li .remove_node {
  display: none;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  right: -4px;
  top: -6px;
  font-size: 1.5em;
  color: red;
  transition: all 0.3s;
}

.app .activity-feed-data-container.editable .activity-feed-file-attachments-container li:hover .remove_node {
  display: block;
  opacity: 1;
}

.claro .dijitCalendar {
  border: solid 1px #2580d8;
  border-collapse: separate;
  -moz-border-radius: 4px;
  color: #fff;
  border-radius: 4px;
  background-color: #5b9cda;
  background-image: none;
  text-align: center;
  padding: 6px 5px 3px 5px;
}

.dj_ie6 .claro .dijitCalendar {
  background-image: none;
}

.claro .dijitCalendar img {
  border: none;
}

.claro .dijitCalendarHover,
.claro .dijitCalendar:hover,
.claro .dijitCalendarActive {
  background-color: #4e8bc5;
  border: solid 1px #2580d8;
}

.claro .dijitCalendarMonthContainer th {
  text-align: center;
  padding-bottom: 4px;
  vertical-align: middle;
}

.claro .dijitCalendarMonthLabel {
  color: #ddebfb;
  font-size: 1.091em;
  padding: 0 4px;
}

.claro .dijitCalendarMonthLabelHover {
  color: #ddebfb;
  font-size: 1.091em;
  padding: 0 4px;
  background-image: none;
  background-color: #559cda;
}

.claro .dijitCalendarIncrementControl {
  width: 18px;
  height: 16px;
  background-repeat: no-repeat;
}

.claro .dijitCalendarMonthMenu {
  background-color: #2580d8;
}

.claro .dijitCalendarMonthMenu .dijitCalendarMonthLabel {
  border-top: solid 1px #4e8bc5;
  border-bottom: solid 1px #4e8bc5;
  padding: 2px 0;
  background-image: none;
}

.claro .dijitCalendar .dijitDropDownButton .dijitButtonNode {
  padding: 0 3px 0 2px;
  border: solid 1px #6b98c3;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: transparent;
  background-image: none;
}

.claro .dijitCalendar .dijitDropDownButtonHover .dijitButtonNode,
.claro .dijitCalendar .dijitDropDownButton:hover .dijitButtonNode {
  background-color: #5e8bb5;
  border: solid 1px #6b98c3;
  background-image: none;
}

.claro .dijitCalendarIncrease {
  background-position: -18px 0;
}

.claro .dijitCalendarArrowHover .dijitCalendarDecrease,
.claro .dijitCalendarArrow:hover .dijitCalendarDecrease {
  background-position: -36px 0;
}

.claro .dijitCalendarArrowHover .dijitCalendarIncrease,
.claro .dijitCalendarArrow:hover .dijitCalendarIncrease {
  background-position: -55px 0;
}

.claro .dijitCalendarArrowActive .dijitCalendarDecrease,
.claro .dijitCalendarArrow:active .dijitCalendarDecrease {
  background-position: -72px 0;
}

.claro .dijitCalendarArrowActive .dijitCalendarIncrease,
.claro .dijitCalendarArrow:active .dijitCalendarIncrease {
  background-position: -91px 0;
}

.claro .dijitA11ySideArrow {
  display: none;
}

.claro .dijitCalendarDayLabelTemplate {
  padding-bottom: 0;
  text-align: center;
  border-bottom: 1px solid #b5bcc7;
  padding: 0 3px 2px;
}

.claro .dijitCalendarDayLabel {
  padding: 0 4px 0 4px;
  font-weight: bold;
  font-size: 0.909em;
  text-align: center;
  color: #ddebfb;
}

.claro .dijitCalendarDateTemplate {
  background-color: #fff;
  border-bottom: 1px solid #d3d3d3;
  padding-top: 0;
  font-size: 0.909em;
  font-family: Arial;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000000;
}

.dj_ie6 .claro .dijitCalendarDateTemplate {
  background-image: none;
}

.claro .dijitCalendarPreviousMonth,
.claro .dijitCalendarNextMonth {
  background-color: #e5f2fe;
  background-image: none;
  border-bottom: solid 1px #d3d3d3;
}

.claro .dijitCalendarDateTemplate .dijitCalendarDateLabel {
  text-decoration: none;
  display: block;
  padding: 3px 5px 3px 4px;
  border: solid 1px #fff;
  background-color: rgba(171, 212, 251, 0);
  -webkit-transition-property: background-color, border;
  -moz-transition-property: background-color, border;
  transition-property: background-color, border;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

.claro .dijitCalendarPreviousMonth .dijitCalendarDateLabel,
.claro .dijitCalendarNextMonth .dijitCalendarDateLabel {
  color: #759dc0;
  border-color: #e5f2fe;
}

.claro .dijitCalendarYearContainer {
  vertical-align: middle;
}

.claro .dijitCalendarYearControl {
  padding: 1px 2px 2px 2px;
}

.claro .dijitCalendarYearLabel {
  padding: 2px 0 0 0;
  margin: 0;
  font-size: 1.17em;
}

.claro .dijitCalendarYearLabel span {
  vertical-align: middle;
}

.claro .dijitCalendarSelectedYear {
  padding: 0 3px;
}

.claro .dijitCalendarNextYear,
.claro .dijitCalendarPreviousYear {
  padding: 1px 6px 1px 6px;
  font-size: 0.909em;
}

.claro .dijitCalendarSelectedYear {
  font-size: 1.091em;
  color: #fff;
}

.claro .dijitCalendarHoveredDate .dijitCalendarDateLabel,
.claro .dijitCalendarLite .dijitCalendarEnabledDate:hover .dijitCalendarDateLabel {
  background-color: #abd6ff;
  border: solid 1px #759dc0;
  color: #000000;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.claro .dijitCalendarNextYearHover,
.claro .dijitCalendarNextYear:hover,
.claro .dijitCalendarPreviousYearHover,
.claro .dijitCalendarPreviousYear:hover {
  color: #000000;
  border: solid 1px #fff;
  padding: 0 5px 0 5px;
  background-color: #e5f2fe;
}

.claro .dijitCalendarNextYearActive,
.claro .dijitCalendarNextYear:active .claro .dijitCalendarPreviousYearActive,
.claro .dijitCalendarPreviousYear:active {
  border: solid 1px #759dc0;
  padding: 0 5px 0 5px;
  background-color: #7dbdfa;
}

.claro .dijitCalendarActiveDate .dijitCalendarDateLabel,
.claro .dijitCalendarEnabledDate:active .dijitCalendarDateLabel {
  background-color: #7dbdfa;
  border: solid 1px #fff;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.dj_ie6 .claro .dijitCalendarActiveDate .dijitCalendarDateLabel {
  background-image: none;
}

.claro .dijitCalendarSelectedDate .dijitCalendarDateLabel {
  color: #000000;
  background-color: #abd6ff;
  border-color: #759dc0;
}

.app.shadow-light-r {
  border-right: solid 2px transparent !important;
}

.app.sideNavContent {
  background: #4486c6;
  background: #2580d8;
  background: #024f9d;
  background: #0862bd;
}

.v2024L1 .app.sideNavContent {
  background: #f3f3f3;
  border-right: solid thin #ddd;
}

._settings .app.sideNavContent {
  background: #f8f8f8;
}

._hr .app.sideNavContent {
  background: #f8f8f8;
}

._empRow:last-child > .table-layout > .table-row:last-child {
  border-bottom: 0 !important;
}

.app.contentTable.dashboard {
  box-shadow: none !important;
  border-top: none !important;
  border-bottom: none !important;
  /*padding-right: 6px;*/
}

.app.contentTable.dashboard .dashboard-tile {
  float: left;
  padding: 8px 16px 8px 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 1340px) {
  .app.contentTable.dashboard .dashboard-tile {
    float: none;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
  }
}
/*.app.contentTable.dashboard .dashboard-tile:nth-child(1n+1)*/
/*{*/
/*clear: left;*/
/*padding-left: 0;*/
/*}*/
.span_50_of_100 {
  width: 50%;
}

.fullPageDialog > title {
  display: none;
}

.info-tooltip-container {
  display: none;
  position: absolute;
  top: 99999px;
  box-sizing: border-box;
  right: auto;
  width: 0;
  min-height: 100px;
  padding-bottom: 20px;
  z-index: 9999;
  left: 0;
  border-radius: 6px;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
  transition: all 0.3s ease-out;
}

.info-tooltip-content {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 6px;
  border: solid thin #daeeff;
  max-width: 350px;
  min-height: 76px;
  pointer-events: none;
  user-select: none;
  opacity: 0;
  width: 594px;
  position: relative;
  top: 7px;
  color: #739abd;
  padding: 16px 16px 16px 31px;
  left: 19px;
  box-sizing: border-box;
  overflow: hidden;
  /* background: linear-gradient(to right, white 0%, white 50%, #e7f0ff 100%); */
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 7px 7px 5px 2px rgba(0, 0, 0, 0.05), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  background: #fff;
  transition: all 0.3s ease-out;
}

.info-tooltip-container.hide-background.background-ffffff .info-tooltip-content {
  border-color: #fff;
}

@media only screen and (max-width: 1340px) {
  .info-tooltip-content {
    box-shadow: none;
    background: #fff;
    border: none;
  }
}
.info-tooltip-container.show {
  width: 400px;
}

.info-tooltip-container.show:after {
  content: "";
  position: absolute;
  left: 19px;
  top: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right-color: #daeeff;
  border-left: 0;
  border-bottom: 0;
  margin-top: -10px;
  margin-left: -20px;
  pointer-events: none;
  user-select: none;
}

.info-tooltip-container.show .info-tooltip-content {
  width: 594px;
  opacity: 1;
}

.info-tooltip-content:before {
  content: " ";
  position: absolute;
  bottom: 16px;
  top: 20px;
  left: 210px;
  width: 2px;
}

.info-tooltip-content:after {
  content: "\f05a";
  display: inline-block;
  display: none;
  font-family: "Font Awesome 5 Free", FontAwesome;
  font-weight: 900;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 12px;
  border-radius: 50%;
  text-align: center;
  border: solid 5px #fff;
  background: #fff;
  color: #739abd;
  background: #fff;
  left: 3px;
}

.info-tooltip-container.left {
  display: none;
  position: absolute;
  top: 99999px;
  box-sizing: border-box;
  left: auto;
  min-height: 80px;
  width: 0;
  z-index: 9999;
  right: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
}

.info-tooltip-container.left .info-tooltip-content {
  background: #fff;
  border-radius: 6px;
  min-height: 80px;
  opacity: 0;
  width: 600px;
  width: 594px;
  text-align: right;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
  top: 7px;
  color: #739abd;
  border-left: solid thin #f3f3f3;
  padding: 26px 234px 16px 16px;
  right: -8px;
  left: auto;
  box-sizing: border-box;
  overflow: hidden;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(231, 240, 255) 100%);
  background: #fff;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 1340px) {
  .info-tooltip-container.left .info-tooltip-content {
    box-shadow: none;
    background: #fff;
    border: none;
  }
}
.info-tooltip-container.left.show {
  width: 400px;
}

.info-tooltip-container.left.show .info-tooltip-content {
  width: 594px;
  opacity: 1;
}

.info-tooltip-container.left .info-tooltip-content:before {
  content: " ";
  position: absolute;
  bottom: 16px;
  top: 20px;
  right: 212px;
  left: auto;
  width: 2px;
}

.info-tooltip-container.left .info-tooltip-content:after {
  display: inline-block;
  display: none;
  content: "\f05a";
  font-family: "Font Awesome 5 Free", FontAwesome;
  font-weight: 900;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 12px;
  border-radius: 50%;
  text-align: center;
  border: solid 5px #fff;
  background: #fff;
  color: #739abd;
  right: 200px;
  left: auto;
}

.info-tooltip-container.hide-background.background-ffffff .info-tooltip-content:after,
.info-tooltip-container.background-ffffff .info-tooltip-content:after {
  background: #fff !important;
  border-color: #fff !important;
}

.relative {
  position: relative;
}

.app._dataTable.padding-10 td {
  padding: 10px;
}

.app._dataTable.padding-16 td,
.app._dataTable.padding-16 th {
  padding: 16px;
}

.app._dataTable tr:last-child td {
  border-bottom: none !important;
}

.app.leftData.has-right-gutter {
  max-width: 898px;
}

@media only screen and (max-width: 1400px) {
  .app.leftData.has-right-gutter {
    max-width: 100%;
  }
}
.no-zebra tr {
  background: none !important;
}

.app.leftData.has-left-nav {
  box-sizing: border-box;
  padding-left: 10px;
  display: flex;
}

.app.leftData.has-left-nav:after {
  content: " ";
  display: table;
  clear: both;
}

.contentTable-left-nav {
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 156px;
  max-width: 156px;
  margin-top: -1px;
}

.app.contentTable.has-left-nav {
  flex-grow: 1;
  box-sizing: border-box;
  border: solid thin #e7e7e7;
  padding: 24px;
}

.text-center {
  text-align: center;
}

@media only screen and (max-width: 1144px) {
  .app.content {
    top: 0;
    top: 54px !important;
  }
  .app.contentTop {
    left: 0px;
    padding: 0px;
    height: 54px;
  }
}
@media only screen and (max-width: 1140px) {
  .contentTable-left-nav {
    min-width: 134px;
    max-width: 134px;
  }
  .contentTable-left-nav .ulListClickable {
    border: none;
  }
  .app.shadow-light-r {
    border-right: none !important;
  }
}
@media only screen and (max-width: 1624px) {
  .right-content-opened .sideNavSubMenuRevealed .responsive-1024-hidden {
    display: none !important;
  }
  .content-has-right-gutter {
    flex: 2 1;
  }
}
@media only screen and (max-width: 1424px) {
  .right-content-opened .responsive-1024-hidden {
    display: none !important;
  }
  .content-has-right-gutter {
    flex: 2 1;
  }
}
@media only screen and (max-width: 1224px) {
  .sideNavSubMenuRevealed .responsive-1024-hidden {
    display: none !important;
  }
  .content-has-right-gutter {
    flex: 2 1;
  }
}
@media only screen and (max-width: 1144px) {
  .top-app-bar-mobile {
    z-index: 10;
    width: 100%;
    display: block;
    top: 1px;
    position: fixed;
  }
  .contentTop {
    display: none;
  }
  .app.leftContent, .pageFooter {
    margin-left: 0;
  }
  .sideNavContent-expanded.side-nav-submenu-revealed .app.leftContent, .sideNavContent-expanded.side-nav-submenu-revealed .pageFooter, .new-account-guide-visible .pageFooter {
    margin-left: 0 !important;
  }
  .sideNav-subMenu {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .responsive-1024-hidden {
    display: none !important;
  }
  .top-app-bar-mobile {
    width: 100%;
    display: block;
    top: 1px;
    position: fixed;
  }
  .content-has-right-gutter {
    flex: 2 1;
    min-width: 372px;
  }
}
table.padding-16 td {
  padding: 16px;
}

table.padding-8 td {
  padding: 8px;
}

.actions-pending-approval-row {
  margin: 0 20px;
  padding: 20px;
  border-bottom: solid thin #f3f3f3;
}

.actions-pending-approval-row:last-child {
  border: none;
}

.actions-pending-approval-row td.description {
  vertical-align: middle;
}

.actions-pending-approval-row td.button {
  vertical-align: middle;
  background: #2580d8;
  width: 108px;
  text-align: center;
  margin: auto 8px;
  border-radius: 6px;
  transition: all 0.3s;
}

.actions-pending-approval-row td.button:hover {
  background: #4365a4;
}

.actions-pending-approval-row td.button.dismiss {
  background: #ffbe5d;
}

.actions-pending-approval-row td.button.dismiss:hover {
  background: #af6c26;
}

.pay-schedule-calendar-object {
  background: #fff;
  max-width: 350px;
  text-align: center;
  display: inline-block;
  margin: 12px;
  padding: 6px;
  border: solid thin #eee;
}

.pay-schedule-calendar-object th {
  color: #87a4af;
  color: #616161;
  padding: 3%;
  background: #e4ecf9;
  border-bottom: solid thin #d4e3f3;
  border-top: solid thin #d4e3f3;
}

.pay-schedule-calendar-object th:first-child {
  border-left: solid thin #d4e3f3;
}

.pay-schedule-calendar-object th:last-child {
  border-right: solid thin #d4e3f3;
}

.pay-schedule-calendar-day {
  width: 40.19px;
  box-sizing: border-box;
  position: relative;
  /*max-height: 80px;*/
  /*min-width: 10px;*/
  padding: 11px;
  color: #777;
}

@media only screen and (max-width: 480px) {
  .pay-schedule-calendar-day {
    padding: 6px;
  }
}
.pay-schedule-calendar-day div {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  margin: 10%;
  border-radius: 50%;
  color: #fff;
  height: 80%;
  width: 80%;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}

.pay-schedule-calendar-in-period {
  background: #fbf7f7;
  border-color: #fbf7f7;
  color: #616161;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15), 0px 2px 0px 0px rgba(0, 0, 0, 0.09);
}

.pay-schedule-calendar-in-period-first {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.pay-schedule-calendar-in-period-last {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.pay-schedule-calendar-holiday {
  background: #aaa;
  border-color: #aaa;
}

.pay-schedule-calendar-submission-deadline {
  background: #25ad8d;
  border-color: #25ad8d;
}

.pay-schedule-calendar-effective-date {
  background: #ffbe5d;
  border-color: #ffbe5d;
}

.pay-schedule-calendar-check-date {
  background: #2580d8;
  border-color: #2580d8;
}

/*
|--------------------------------------------------------------------------
| Wizard Accordion
|--------------------------------------------------------------------------
| use for wizard accordion module under _app.App
|
|
*/
.wizard-accordion {
  height: 400px;
  width: 80%;
  position: relative;
  margin: 0 auto;
}

.wizard-accordion .wizard-accordion-step-window {
  position: absolute;
  width: 80%;
  margin-left: -40%;
  left: 50%;
  top: 0px;
  bottom: 0;
  scroll: auto;
}

.wizard-accordion .wizard-accordion-previous-step-node {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  color: #ccc;
  cursor: pointer;
  transition: all 0.3s;
}

.wizard-accordion .wizard-accordion-previous-step-node:hover {
  background: rgba(0, 0, 0, 0.03);
  border: solid thin rgba(0, 0, 0, 0.08);
  color: #777;
}

.wizard-accordion .wizard-accordion-previous-step-node i {
  position: absolute;
  top: 50%;
  font-size: 32px;
  margin-top: -16px;
  left: 10px;
}

.wizard-accordion .wizard-accordion-list-item {
  cursor: pointer;
  text-align: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.03);
  border-bottom: solid thin #f3f3f3;
  border-left: 4px solid #f3f3f3;
  border-right: solid 0 transparent;
  box-sizing: border-box;
  transition: background 0.3s;
}

.wizard-accordion .wizard-accordion-list-item:hover {
  border-left-width: 6px;
  border-right-width: 2px;
}

.wizard-accordion .wizard-accordion-list-item:first-of-type {
  margin-top: 30px;
  border-top: none;
}

.wizard-accordion .wizard-accordion-list-item:last-of-type {
  border-bottom: none;
}

.wizard-accordion .wizard-accordion-list-item:nth-child(4n+3) {
  border-left-color: #2580d8;
}

.wizard-accordion .wizard-accordion-list-item:nth-child(4n+3):hover {
  border-bottom: solid thin #2580d8;
}

.wizard-accordion .wizard-accordion-list-item:nth-child(4n+4) {
  border-left-color: #225878;
}

.wizard-accordion .wizard-accordion-list-item:nth-child(4n+4):hover {
  border-bottom: solid thin #225878;
}

.wizard-accordion .wizard-accordion-list-item:nth-child(4n+2) {
  border-left-color: #25ad8d;
}

.wizard-accordion .wizard-accordion-list-item:nth-child(4n+2):hover {
  border-bottom: solid thin #25ad8d;
}

.wizard-accordion .wizard-accordion-list-item:nth-child(4n+1) {
  border-left-color: #783076;
}

.wizard-accordion .wizard-accordion-list-item:nth-child(4n+1):hover {
  border-bottom: solid thin #783076;
}

.wizard-accordion .wizard-accordion-list-item:hover {
  background: rgba(0, 0, 0, 0.05);
}

/*
|--------------------------------------------------------------------------
| Theme 2017 - light
|--------------------------------------------------------------------------
| primary theme
| promote to base early 2017
|
*/
.app.sideNavContent {
  border-right: none;
}

.app.sideNav-subMenu .subMenuListTitle {
  color: #8e8e8e;
}

.app.subMenuItem:hover {
  background: transparent;
  color: #2580d8;
}

.app.phoneMenuContent .app.subMenuItem:hover {
  background: transparent;
  color: #bfd7ef;
}

.app.subMenuItem.active {
  color: #2580d8;
  color: #007cf5;
  font-weight: bold;
  background: #d7e8fd;
}

.v2024L1 .app.subMenuItem.active {
  color: #333;
  font-weight: 500;
  background: none;
}

._settings .app.subMenuItem:hover {
  color: #783076;
}

._hr .app.subMenuItem:hover {
  color: #25ad8d;
}

.app.subMenuListTitle .rightItem,
.app.subMenuListTitle .rightItem_advance {
  color: #555;
  display: none;
}

.app.sideNav-subMenu .subMenuListTitle {
  background: none;
}

.app.sideNav-subMenu .subMenuListTitle {
  height: 34px;
  display: none;
}

.app.sideNav-subMenu:not(.revealed) {
  background: #f3f3f3;
  background-image: none;
}

._settings .app.subMenuItem:hover:before {
  background: #783076;
}

._settings .app.subMenuItem.active:before {
  background: #783076;
}

._hr .app.subMenuItem:hover:before {
  background: #25ad8d;
}

._hr .app.subMenuItem.active:before {
  background: #25ad8d;
}

.btn-primary {
  background-color: #2580d8;
  border-color: #2580d8;
  border-width: 2px;
  border-style: solid;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
  border-color: #2169b3;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.18), 0 2px 4px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
}

.btn-success {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  color: #2580d8 !important;
}

.btn-success .dijitButtonText_ {
  color: #2580d8 !important;
  text-shadow: none !important;
}

.btn-info {
  color: #783076 !important;
  text-shadow: none !important;
  background-color: transparent;
  border-color: #783076;
  border-style: solid;
  border-width: 2px;
}

.btn-info .dijitButtonText_ {
  color: #783076 !important;
  text-shadow: none !important;
}

.app.innerTopAdditionalData {
  background: transparent;
}

.app.innerTop {
  border-left: none;
}

.app.innerTop.pr,
.app.innerTop.settings {
  padding-bottom: 8px;
  padding-bottom: 14px;
}

.btn-small {
  padding: 0 !important;
}

.btn {
  padding: 3px 12px;
}

.btn-danger {
  background-color: transparent;
  border-color: #ffbe5d;
  border-style: solid;
  border-width: 2px;
}

.btn-danger .dijitButtonText_ {
  color: #ffbe5d !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffbe5d !important;
  background-color: #ffe4d6;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #ffe4d6;
}

.btn.btn-base {
  background-color: transparent;
  text-shadow: none;
  color: #737373;
  border: solid 2px #a5a5a5;
}

.bs-callout-info,
.bs-callout-blue {
  border-left-color: #2580d8;
  background-color: #edf7ff;
  border-color: #2580d8;
}

.bs-callout-info h4,
.bs-callout-blue h4 {
  color: #2580d8;
}

.app.pageHero .subTitle {
  color: #555 !important;
}

.app.main_group {
  background: #225878;
}

.app.contentTop .iconNode {
  color: #b7b7b7;
}

.v2024L1 .app.contentTop .iconNode {
  transition: all 0.3s ease-out;
  opacity: 0.8;
  color: #76859e;
}

.app.contentTop .iconNode.purple {
  color: #783076;
}

.app.contentTop .iconNode.purple:hover {
  color: #bf3abd;
}

._settings .app.contentTop .iconNode {
  color: #b7b7b7;
}

._hr .app.contentTop .iconNode {
  color: #b7b7b7;
}

._hr .app.contentTop:hover .iconNode {
  color: #25ad8d;
}

._hr .app.contentTop .iconNode:hover {
  color: #25cbab;
}

._settings .app.contentTop:hover .iconNode {
  color: #783076;
}

._settings .app.contentTop .iconNode:hover {
  color: #bf3abd;
}

.app.menuItem.main.active i {
  color: #225878;
  color: #fff;
  color: #2580d8;
}

.app.menuItem.pr_employee.active i {
  color: #2580d8;
  color: #fff;
  color: #2580d8;
}

.app.menuItem.pr_run.active i {
  color: #2580d8;
  color: #fff;
  color: #2580d8;
}

.app.menuItem.pr_reports.active i {
  color: #2580d8;
  color: #fff;
  color: #2580d8;
}

.app.menuItem.settings.active i {
  color: #783076;
  color: #fff;
  color: #2580d8;
}

.app.sideNavContent li.menuItem.main :hover {
  color: #225878;
  color: #fff;
  color: #2580d8;
  color: #333;
}

.app.sideNavContent li.menuItem.pr_employee :hover {
  color: #2580d8;
  color: #fff;
  color: #2580d8;
  color: #333;
}

.app.sideNavContent li.menuItem.pr_run :hover {
  color: #2580d8;
  color: #fff;
  color: #2580d8;
  color: #333;
}

.app.sideNavContent li.menuItem.pr_reports :hover {
  color: #2580d8;
  color: #fff;
  color: #2580d8;
  color: #333;
}

.app.sideNavContent li.menuItem.settings :hover {
  color: #783076;
  color: #fff;
  color: #2580d8;
  color: #333;
}

.app.sideNavContent li.menuItem.main.active :hover {
  color: #2580d8;
}

.app.sideNavContent li.menuItem.pr_employee.active :hover {
  color: #2580d8;
}

.app.sideNavContent li.menuItem.pr_run.active :hover {
  color: #2580d8;
}

.app.sideNavContent li.menuItem.pr_reports.active :hover {
  color: #2580d8;
}

.app.sideNavContent li.menuItem.settings.active :hover {
  color: #2580d8;
}

.app.shadow-light-r {
  border-right: solid 2px transparent !important;
}

.app.shadow-light-r {
  border-right: solid thin #ddd !important;
}

.app.innerTopTitle > h1 {
  font: 500 32px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 40px;
  margin-bottom: 8px;
}

.v2024L1 .app.innerTopTitle > h1 {
  font: 500 32px "Poppins", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 40px;
  margin-bottom: 8px;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #783076 !important;
  background-color: #f6f3ff;
  transition: background-color 0.3s linear;
}

.btn-info:active,
.btn-info.active {
  background-color: #e4d9ff;
  transition: background-color 0.3s linear;
}

.btn-success:hover {
  background-color: #d4e8fb;
}

.btn-success:active {
  background-color: #d4e8fb;
}

label.combo.side.blue {
  color: #fff !important;
  background-color: #2580d8 !important;
  background-repeat: repeat-x;
  border-color: #2580d8;
}

label.combo.side-r.blue {
  color: #fff !important;
  background-color: #2580d8 !important;
  background-repeat: repeat-x;
  border-color: #2580d8;
}

._settings label.combo.side.blue {
  color: #fff !important;
  background-color: #783076 !important;
  background-repeat: repeat-x;
  border-color: #783076;
}

._settings label.combo.side-r.blue {
  color: #fff !important;
  background-color: #783076 !important;
  background-repeat: repeat-x;
  border-color: #783076;
}

._hr label.combo.side.blue {
  color: #fff !important;
  background-color: #25ad8d !important;
  background-repeat: repeat-x;
  border-color: #25ad8d;
}

._hr label.combo.side-r.blue {
  color: #fff !important;
  background-color: #25ad8d !important;
  background-repeat: repeat-x;
  border-color: #25ad8d;
}

.app.popupConfirmationContainer {
  background: rgba(7, 43, 64, 0.82);
  background: rgba(0, 0, 0, 0.6);
}

.app .payRun-hours-payTable td:nth-child(5) {
  color: #2580d8;
}

._settings .app.popupConfirmationContainer {
  background: rgba(41, 3, 40, 0.62);
  background: rgba(0, 0, 0, 0.6);
}

.settings .combo.blue {
  background-color: #783076;
}

._settings .btn-primary {
  color: #fff !important;
  background-color: #783076;
  border-color: #783076;
}

._settings .btn-primary:hover {
  color: #fff !important;
  background: #612f5f !important;
  border-color: #612f5f;
}

._settings .btn-primary .dijitButtonText_ {
  color: #fff !important;
}

._settings .btn-success {
  color: #fff !important;
  background: #783076 !important;
  border-color: #783076;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.18);
}

._settings .btn-success:hover {
  color: #fff !important;
  background: #612f5f !important;
  border-color: #612f5f;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.4);
}

._settings .btn-success .dijitButtonText_ {
  color: #fff !important;
}

._settings .btn-info {
  color: #783076 !important;
  background: transparent !important;
  border-color: #783076;
}

._settings .btn-info .dijitButtonText_ {
  color: #783076 !important;
}

._settings .bs-callout.bs-callout-success {
  border-color: #783076 !important;
  background-color: #f6f3ff;
}

._settings .bs-callout-success h4,
.bs-callout-green h4 {
  color: #783076 !important;
}

._settings .color-success {
  color: #783076;
}

._settings .btn-info:hover,
._settings .btn-info:focus,
._settings .btn-info:active,
._settings .btn-info.active,
._settings .btn-info.disabled,
._settings .btn-info[disabled] {
  color: #783076 !important;
  background-color: #f6f3ff !important;
  transition: background-color 0.3s linear;
}

._settings .btn-info:active,
._settings .btn-info.active {
  background-color: #e4d9ff !important;
  transition: background-color 0.3s linear;
}

._settings .alert.alert-success {
  color: #783076 !important;
  border-color: #783076 !important;
  background-color: #f6f3ff !important;
}

._settings .app.subMenuItem.active {
  color: #783076;
}

._hr .app.popupConfirmationContainer {
  background: rgba(41, 3, 40, 0.62);
  background: rgba(0, 0, 0, 0.6);
}

.settings .combo.blue {
  background-color: #25ad8d;
}

._hr .btn-primary {
  color: #fff !important;
  background-color: #25ad8d;
  border-color: #25ad8d;
}

._hr .btn-primary:hover {
  color: #fff !important;
  background: #248061 !important;
  border-color: #248061;
}

._hr .btn-primary .dijitButtonText_ {
  color: #fff !important;
}

._hr .btn-success {
  color: #fff !important;
  background: #25ad8d !important;
  border-color: #25ad8d;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.18);
}

._hr .btn-success:hover {
  color: #fff !important;
  background: #248061 !important;
  border-color: #248061;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.4);
}

._hr .btn-success .dijitButtonText_ {
  color: #fff !important;
}

._hr .btn-info {
  color: #25ad8d !important;
  background: transparent !important;
  border-color: #25ad8d;
}

._hr .btn-info .dijitButtonText_ {
  color: #25ad8d !important;
}

._hr .bs-callout.bs-callout-success {
  border-color: #25ad8d !important;
  background-color: #f6f3ff;
}

._hr .bs-callout-success h4,
.bs-callout-green h4 {
  color: #25ad8d !important;
}

._hr .color-success {
  color: #25ad8d;
}

._hr .btn-info:hover,
._hr .btn-info:focus,
._hr .btn-info:active,
._hr .btn-info.active,
._hr .btn-info.disabled,
._hr .btn-info[disabled] {
  color: #25ad8d !important;
  background-color: #f6f3ff !important;
  transition: background-color 0.3s linear;
}

._hr .btn-info:active,
._hr .btn-info.active {
  background-color: #e4d9ff !important;
  transition: background-color 0.3s linear;
}

._hr .alert.alert-success {
  color: #25ad8d !important;
  border-color: #25ad8d !important;
  background-color: #f6f3ff !important;
}

._hr .app.subMenuItem.active {
  color: #25ad8d;
}

.alert.alert-info,
.alert.alert-info-blue,
.alert-info,
.alert-info-blue {
  color: #2580d8;
}

.prevRun .alert-info {
  color: #777;
}

.news-item-error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  color: #bf1d0b;
  background-color: #ffeaf1;
  border-color: #bf1d0b;
}

.news-item-error:hover {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  background-color: #bf1d0b;
  border-color: #bf1d0b;
}

.fullPageDialog.opDialog .dijitDialogTitle {
  color: #777 !important;
  text-shadow: none !important;
}

.fullPageDialog.fpd_closeButtonNode {
  color: #777;
}

.fullPageDialog.fpd_closeButtonNode:hover {
  color: #333;
}

.fullPageDialog.fpd_helpButtonNode {
  display: none;
}

.fullPageDialog.fpd_pageTitleBar {
  padding: 10px 0 11px 18px;
  background: #f3f3f3 !important;
  position: absolute;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  overflow: visible;
  top: 0px;
  width: 100%;
  height: 54px;
  z-index: 10;
  box-sizing: border-box;
}

.app.quick-link-favorites.success {
  color: #783076 !important;
  border-color: #783076 !important;
  background-color: #f6f3ff;
}

.app.quick-link-favorites.success:hover {
  color: #783076 !important;
  border-color: #783076 !important;
  background-color: #dddaff;
}

._settings .app.ulListClickable li {
  transition: all 0.3s;
}

._settings .app.ulListClickable li:hover {
  background-color: transparent;
  color: #783076 !important;
}

._settings .app.ulListClickable li.active {
  background: transparent;
  color: #783076 !important;
}

._settings .app.ulListClickable li.active:before {
  background-color: #783076;
}

._hr .app.ulListClickable li:hover {
  background-color: transparent;
  color: #25ad8d !important;
}

._hr .app.ulListClickable li.active {
  background: transparent;
  color: #25ad8d !important;
}

._hr .app.ulListClickable li.active:before {
  background-color: #25ad8d;
}

.app.ulListClickable li.active:after {
  color: transparent;
}

.app .payRunProgressInfoBarContent .progressBarItem {
  border: none;
}

.app .payRunProgressInfoBarNode {
  border-bottom: none;
  background: none;
}

.app .payRunProgressInfoBarContent .progressBarItem.inactive {
  cursor: default;
}

.app .payRunProgressInfoBarContent .progressBarItem.inactive > div {
  cursor: default;
}

.app .payRunProgressInfoBarContent .progressBarItem.complete div {
  opacity: 1;
}

.app .payRunProgressInfoBarContent .progressBarItem > div {
  top: 10px;
}

.app .payRunProgressInfoBarContent .progressBarItem.active > div {
  top: 0;
  padding-bottom: 10px;
  vertical-align: top;
}

.app .payRunProgressInfoBarContent .progressBarItem.active > div:after {
  position: absolute;
  content: " ";
  bottom: 0px;
  width: 100%;
  left: 0px;
  background: rgba(0, 0, 0, 0.31);
  height: 10px;
}

.app .payRunProgressInfoBarContent .progressBarItem:not(.inactive):hover > div {
  top: 0;
  padding-bottom: 10px;
  vertical-align: top;
}

.app .payRunProgressInfoBarContent .progressBarItem:not(.inactive):hover > div:after {
  position: absolute;
  content: " ";
  bottom: 0px;
  width: 100%;
  left: 0px;
  background: rgba(0, 0, 0, 0.31);
  background: rgba(0, 0, 0, 0.31);
  height: 10px;
}

.app .payRunProgressInfoBarContent .progressBarItem div {
  opacity: 1;
}

.app .payRunProgressInfoBarContent .progressBarItem div {
  background: #783076;
  /*box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.14);*/
}

.app .payRunProgressInfoBarContent .progressBarItem:nth-child(2) div {
  background: #2580d8;
}

.app .payRunProgressInfoBarContent .progressBarItem:nth-child(3) div {
  background: #ffbe5d;
}

.app .payRunProgressInfoBarContent .progressBarItem:nth-child(4) div {
  background: #25ad8d;
}

.app .payRunProgressInfoBarContent .progressBarItem:after {
  display: none;
}

.a-label-box-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  position: absolute;
  top: 10px;
  order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 3px;
  padding-right: 0;
  z-index: 1;
  left: 4px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.38);
  color: #b1b1b1;
  transition: all 0.3s;
  transform-origin: left top;
}

.a-label-box-label-with-value {
  transform: translate3d(-6px, -27px, 0) scale(0.8);
  color: #838383;
}

.a-label-box-label-with-focus {
  transform: translate3d(-6px, -27px, 0) scale(0.8);
  color: #0099cc;
}

:not(textarea).medBox.a-medBox {
  margin-top: 0;
}

.claro .dijitTextBox.opHasLabel.a-medBox.dijitTextBoxHover {
  background: #d5eeff !important;
}

.claro .dijitTextBox.opHasLabel.a-medBox {
  border-bottom: solid 2px transparent !important;
  padding: 4px 8px;
  margin-top: 10px;
  text-align: left;
  font-size: 1.1em !important;
  transition: border 0.3s ease-out, background 0.3s ease-out;
  background: #f3f3f3 !important;
  border-radius: 4px !important;
}

.claro .contentTop:hover .dijitTextBox.opHasLabel.a-medBox {
  background: #fff !important;
}

.claro .dijitTextBox.dijitTextBoxError.opHasLabel.a-medBox {
  border-bottom-color: red !important;
  color: red !important;
  background: #ffe7e7 !important;
}

.claro .dijitTextBox.opHasLabel.a-medBox.dijitTextBoxFocused {
  background: #d5eeff !important;
  border-bottom: solid 2px #0099cc !important;
}

.claro .dijitTextBox.a-medBox .dijitInputField {
  padding: 0;
}

.medBox.a-medBox .dijitInputField {
  margin: 5px 0 1px !important;
}

.medBox.a-medBox.dijitValidationTextBox:hover {
  background-color: transparent !important;
}

.a-medBox textarea {
  margin-top: 6px;
  font-size: 1.1em;
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: transparent !important;
}

._empRow .section {
  margin-top: 0;
}

.groupBox.a-medBox {
  border-radius: 4px;
  margin-top: 10px;
  padding-bottom: 6px;
  padding-top: 6px;
  background: #f2f9fb;
}

/*
|--------------------------------------------------------------------------
| Dark Theme - 2016
|--------------------------------------------------------------------------
| Work in progress
| * have not updated to work with 2017 theme
| _app.App.theme_go_dark()
|
|
*/
.dark .app.sideNav-subMenu.pr {
  background-color: #e7f3ff;
  background-image: none;
  background: #2a2a2a;
}

.dark .app.subMenuItem.active {
  background: rgba(27, 27, 27, 0.6);
  /* border-top: solid thin rgba(0, 0, 0, 0.05); */
  /* border-bottom: solid thin rgba(204, 204, 204, 0.17); */
}

.claro.dark .dijitTabContainerTop-dijitContentPane,
.claro.dark .dijitTabContainerLeft-dijitContentPane,
.claro.dark .dijitTabContainerBottom-dijitContentPane,
.claro.dark .dijitTabContainerRight-dijitContentPane,
.claro.dark .dijitAccordionContainer-dijitContentPane {
  background-color: #3e3e3e !important;
  padding: 8px;
}

.claro.dark .dijitTabPaneWrapper,
.claro.dark .dijitTabContainerTop-tabs,
.claro.dark .dijitTabContainerBottom-tabs,
.claro.dark .dijitTabContainerLeft-tabs,
.claro.dark .dijitTabContainerRight-tabs {
  border-color: #333;
}

.claro.dark .dijitTab {
  border-color: #444 !important;
  background-color: #555 !important;
  background-image: none;
  color: #8C8C8C;
}

.claro.dark .dijitTabChecked {
  border-color: #333 !important;
  background-color: #333 !important;
  background-image: none;
  color: #ccc;
}

.claro.dark .dijitTitlePaneTitleOpen {
  background-image: none;
  background: #555;
  border-color: transparent;
}

.claro.dark .dijitTitlePaneTitle {
  background-image: none;
  background-color: #3e3e3e;
  border-color: #3e3e3e;
  transition: background-color 0.3s linear;
}

.claro.dark .dijitTitlePaneTitle.dijitOpen {
  color: #ccc;
  font-size: 1.5em;
}

.claro.dark .dijitTitlePaneContentInner {
  background: #444 !important;
  padding: 10px 0;
}

.claro.dark .dijitTitlePaneContentOuter {
  background: #333;
  border: 1px solid #333;
  border-top: none;
}

.dark :not(.alert.alert-danger, .alert.alert-info, .alert.alert-warning, alert.alert-success) .app._dataTable thead td {
  background: #414141 !important;
  font-weight: 500;
  font-size: 1.12em;
  color: #ccc !important;
  border-bottom: solid thin #313131 !important;
}

.dark .app.contentTop {
  background: #313131 !important;
}

.dark .UserProfileCardSm {
  text-align: right;
  color: #ccc;
}

body .dark {
  color: #ababab;
}

.dark .app.contentTable {
  background: #3e3e3e !important;
}

.dark.app.main:not(.menuItem) {
  background: #313131 !important;
}

.dark .app.innerTop.pr {
  background-color: #313131;
  border-bottom: none;
}

.claro.dark .dijitTextBox,
.claro.dark .dijitInputInner {
  color: #ccc;
}

.claro.dark .dijitTextBoxFocused {
  background-color: transparent !important;
}

.claro.dark .dijitTextBoxHover {
  background-color: transparent !important;
}

.claro.dark .dijitTextBoxHoverFocused {
  background-color: transparent !important;
}

.dark .app._dataTable:not(.noRowBorders) > tr > td {
  border-bottom: solid thin #444;
  border-right: dotted thin #444;
}

.dark .app._dataTable:not(.noRowBorders) > thead > tr > td {
  border-bottom: solid thin #444;
  border-right: dotted thin #444;
}

.dark .app._dataTable:not(.noRowBorders) > tbody > tr > td {
  border-bottom: solid thin #444;
  border-right: dotted thin #444;
}

.dark .btn-info {
  /* background-color: #1A3B46; */
  background-color: #783076;
  color: #fff !important;
}

.dark .btn-primary {
  /* background-color: #4486c6; */
}

.dark .btn-success {
  /* background-color: #6B8C6B; */
}

.dark .btn-danger {
  background-color: #EB8F33;
  color: #fff !important;
}

.dark.claro .contentTop:hover .dijitTextBox.opHasLabel.a-medBox {
  background: #333 !important;
}

.dark .app.sideNav-subMenu.revealed .app.subMenuItem.active:after {
  color: #313131 !important;
  background: #313131;
  border-color: #313131;
}

.dark .app.contentTop {
  border-bottom: solid thin #292929;
}

.dark .app a {
  color: #4C8192;
  text-decoration: none;
}

.dark .app a:hover {
  color: #73b6c7;
  text-decoration: none;
}

.dark .app.sideNavContent {
  background: #313131 !important;
}

.dark .app.popupConfirmationContainer {
  background: #000 !important;
}

.dark .app.popupConfirmationTitleBar {
  background: #555;
}

.dark .app.popupConfirmationContent {
  background: #212121 !important;
  color: #ccc;
  border: solid thin #555;
}

.dark .app.sideNav-subMenu {
  background-image: none;
  background: #2a2a2a;
}

.dark .app.pageHero {
  background: #333 !important;
}

.dark .app.pageHero .pageHeroData {
  background: #333 !important;
}

.dark .app.pageHero .chartInfo {
  background-color: #444;
  border-color: #3e3e3e !important;
}

.dark .app.pageHero .chartInfo:before {
  border-color: transparent !important;
}

.dark .app.pageHero .chartInfo:after {
  border-color: transparent !important;
}

.dark .app.infoBox {
  background: #3e3e3e !important;
  border-color: #3e3e3e !important;
}

.dark .app.infoBox:before {
  color: #3e3e3e !important;
  border-right: 15px solid #3e3e3e !important;
}

.dark .app.infoBox:after {
  border-right-color: #3e3e3e !important;
}

.dark .app.pageHero .bottomRightToggle {
  background: #333 !important;
}

.dark .fullPageDialog.fpd_contentBack {
  background: #333 !important;
}

.dark .app.dataTable.table-header {
  background: #414141 !important;
}

.dark .app.registerTable .table-header {
  background: #333 !important;
}

.dark .app.registerTable > .table-footer > .table-row:last-child > .table-cell {
  background: #333 !important;
}

.dark .app.quick-link-favorites {
  border-color: #444;
}

.dark .app.quick-link-favorites.success {
  /* border-color: #3d693d; */
  /* border-left-color: #274627; */
  /* background-color: #47673a; */
  background-color: #783076;
  color: #fff !important;
}

.dark .btn.btn-base {
  background-color: #555;
  color: #ccc;
}

.dark .right-content-heading {
  background: #444;
  border-bottom: solid thin #555;
}

.dark .news-item-error {
  background-color: #2b1919;
}

.dark .app.innerTopAdditionalData {
  background: #3e3e3e;
  background: transparent;
  /* border-left: #313131 solid 6px; */
}

.dark .fullPageDialog.fpd_topContent {
  background: #1f3b4a !important;
}

.dark .alert-info-success,
.dark .alert-info-green {
  border-color: #3d693d;
  border-left-color: #274627;
  background-color: #47673a;
}

.dark .alert-info-info,
.dark .alert-info-blue {
  border-color: #223748;
  border-left-color: #003646;
  background-color: #1f3b4a;
}

.dark .alert-info-danger,
.dark .alert-info-red {
  border-color: #481111;
  border-left-color: #8e1915;
  background-color: #402222;
}

.claro.dark .dijitTextBox,
.claro.dark .dijitInputInner, .claro.dark .dijitTextBox.opHasLabel.a-medBox {
  color: #ccc;
  background-color: #333 !important;
  border-color: #333 !important;
}

.dark .app.payRunDataTable.table-header {
  background: #414141;
  /* color: #ccc; */
}

.dark .right-gutter-info-tile {
  background-color: #414141;
  border-color: #313131;
}

.dark .right-gutter-info-tile.has-background {
  background-color: #414141;
  border-color: #313131;
  background-image: none;
}

.dark .fullPageDialog.fpd_pageTitleBar {
  background: #222 !important;
}

.dark .groupBox.a-medBox {
  background-color: #333 !important;
}

.dark .app.tearOffCalendar .body {
  color: #8e8e8e;
}

.dark .app.contentTable.dashboard {
  background: #313131 !important;
}

.dark .app.dataTable > .table-body > .table-row:not(.table-header) {
  border-bottom: solid thin #313131;
}

.dark .app.dataTable > .table-footer > .table-row > .table-cell {
  border-color: #313131;
}

.dark .app.innerTopAdditionalData {
  color: #ababab;
}

.dark .app.payRunDataTable > ._empRow {
  border-color: #313131;
}

.dark .app.dataTable > .table-head > .table-row > .table-cell {
  border-color: #313131;
}

.dark .app.employee_profile {
  border-color: #414141;
}

.dark .info-tag {
  background: #505050;
  color: #eaeaea;
}

.dark .info-tag.brown, .info-tag-brown, .info-tag.orange, .info-tag-orange {
  background: #b95f05;
  color: #eaeaea;
}

.dark .info-tag.purple, .info-tag-purple {
  background: #783076;
  color: #eaeaea;
}

.dark .btn-success:hover {
  background-color: #474747;
}

.dark .mentions-input-box .mentions > div {
  color: #ccc;
}

.dark .mentions-input-box textarea {
  color: #ccc;
}

.dark .mentions-input-box {
  background: #333;
}

.dark .mentions-input-box .mentions-autocomplete-list {
  background: #555;
}

.dark .mentions-input-box .mentions-autocomplete-list li {
  background: #555;
}

.dark .app.section.section-divider {
  background: #555;
}

.dark .bs-callout-success,
.dark .bs-callout-green {
  border-color: #3d693d;
  border-left-color: #274627;
  background-color: #47673a;
}

.dark .bs-callout-info,
.dark .bs-callout-blue {
  border-color: #223748;
  border-left-color: #003646;
  background-color: #1f3b4a;
}

.dark .bs-callout-danger,
.dark .bs-callout-red {
  border-color: #481111;
  border-left-color: #8e1915;
  background-color: #402222;
}

.dark .collection-tile {
  background: #444;
}

.dark .app.scrollExpand {
  background-color: #3e3e3e;
  border-color: #313131;
}

.dark .app.page-main {
  background-image: none;
}

.dark .btn-danger .dijitButtonText_ {
  color: #fff !important;
}

.dark .reportThumbTable .table-cell:first-child {
  background-color: #474747;
  border-color: #313131;
}

.dark .app.payRunDataTable > .table-body > .table-row {
  border-color: #313131;
}

.dark .btn-info .dijitButtonText_ {
  color: #fff !important;
}

.dark .info-tag.blue, .dark .info-tag-blue, .dark .info-tag.info {
  background: #4486c6;
  color: #f1f1f1;
}

.dark .info-tag.green, .dark .info-tag-green, .dark .info-tag.success {
  background-color: #25ad8d;
  color: #f1f1f1;
}

.dark .app.payRunDataTable .payHoursExpansionRow {
  background-color: #313131;
  border-color: #333;
}

.dark .app.payRunDataTable > div > .table-layout > .table-row .payHoursExpandBtn.active {
  background-color: #313131;
  border-color: #333;
}

.dark .panel {
  background-color: #414141;
}

.dark .panel-default > .panel-heading {
  border-color: #313131;
}

.dark .app.settings .app.dataTable.table-header {
  color: #783076;
  background: transparent !important;
  border-color: #313131;
}

.dark .pay-schedule-calendar-in-period {
  background: #474747;
  border-color: #474747;
}

@media only screen and (min-width: 1145px) {
  .dark.sideNavContent-expanded .app.sideNavContent .menuItem.active:after {
    background: #313131 !important;
    border-color: #313131;
  }
  .dark.sideNavContent-expanded.side-nav-submenu-revealed .app.sideNavContent .menuItem.active:after {
    background: #2a2a2a !important;
    border-color: #2a2a2a;
  }
}
.login-content {
  min-height: 200px;
}

._settings .app.topNavNode {
  background-color: #783076 !important;
  border-bottom-color: #4e1d4d !important;
}

._settings .app.topNav-subMenu {
  background-color: #783076 !important;
}

._hr .app.topNavNode {
  background-color: #25ad8d !important;
  border-bottom-color: #248061 !important;
}

._hr .app.topNav-subMenu {
  background-color: #25ad8d !important;
}

@media only screen and (max-width: 1144px) {
  .app.subMenuItem.active:before {
    background-color: transparent !important;
    border-color: transparent !important;
  }
  .app.ulListClickable li.active:before {
    background-color: transparent !important;
    border-color: transparent !important;
  }
  .app.ulListClickable li.hover:before {
    background-color: transparent !important;
    border-color: transparent !important;
  }
  .app.subMenuItem:hover:before {
    background-color: transparent !important;
    border-color: transparent !important;
  }
  ul.app.subMenuList:before {
    background-color: transparent !important;
    border-color: transparent !important;
  }
}
/**
 begin console css
 */
.sticky-notes ul,
li {
  list-style: none;
}

.sticky-notes ul {
  overflow: hidden;
  padding: 3em 0;
}

.sticky-notes ul li a {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 14em;
  width: 14em;
  padding: 1em;
  -o-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  top: -2px;
  /* Firefox */
  -moz-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.6);
  /* Safari+Chrome */
  -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.3);
  /* Opera */
  box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.3);
  -moz-transition: -moz-transform 0.15s linear;
  -o-transition: -o-transform 0.15s linear;
  -webkit-transition: -webkit-transform 0.15s linear;
}

.sticky-notes ul li {
  margin: 1em;
  float: left;
}

.sticky-notes ul li h2 {
  font-size: 140%;
  font-weight: bold;
  padding-bottom: 10px;
}

.sticky-notes ul li p {
  font-family: "Reenie Beanie", arial, sans-serif;
  font-size: 180%;
}

.sticky-notes ul li:nth-child(even) a {
  -o-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  position: relative;
  top: 5px;
  background: #cfc;
}

.sticky-notes ul li:nth-child(3n) a {
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  position: relative;
  top: -5px;
  background: #ccf;
}

.sticky-notes ul li:nth-child(5n) a {
  -o-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  position: relative;
  top: -4px;
  background: #E0645C;
}

.sticky-notes ul li a:hover,
ul li a:focus,
ul li a:active {
  -moz-box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.2);
  /*-webkit-transform: scale(1.25);*/
  /*-moz-transform: scale(1.25);*/
  /*-o-transform: scale(1.25);*/
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  position: relative;
  z-index: 5;
}

.chalkboard {
  /*background: url("../../../assets/imgs/chalkboard.jpg") #294E63;*/
  background-size: cover;
  border: none thin #555;
  /*color: rgba(255,255,255,.8);*/
  color: #0099cc;
  font-family: "dk_crayon_crumbleregular", serif;
  border-radius: 6px;
}

body {
  min-width: 320px;
}

.app.content {
  right: 420px;
}

.app.rightContent {
  background: #fbfbfb;
  width: 420px;
}

.app.newsNode {
  top: 48px;
  left: 11px;
  right: 4px;
}

.app.newsNode .note-user-image-cell {
  display: inline;
  position: absolute;
  top: -8px;
  left: 10px;
}

.app.right-content-toggle-search-link {
  position: absolute;
  font-size: 12px;
  height: 40px;
  width: 40px;
  color: #ccc;
  z-index: 10;
  cursor: pointer;
  top: 13px;
  right: 41px;
}

.app.right-content-toggle-search-link:hover {
  color: #333;
}

.app.right-content-toggle-view-link {
  position: absolute;
  font-size: 12px;
  height: 40px;
  width: 40px;
  color: #ccc;
  z-index: 10;
  cursor: pointer;
  top: 14px;
  right: 4px;
}

.app.right-content-toggle-view-link:hover {
  color: #333;
}

.app.section.section-divider {
  /*border-top: solid thin #ddd;*/
  /*border-bottom: solid thin #ddd;*/
  background: #f9f9f9;
}

.note-container {
  padding: 0;
  border-bottom: solid thin #ccc;
}

.app.newsNode > .note-container {
  position: relative;
  padding-top: 32px;
}

.note-container:last-child {
  border-bottom: none;
}

.note-info {
  text-align: left;
  color: #777;
}

.note-tag-information {
  clear: both;
}

.note-body {
  padding: 4px 0;
  text-align: left;
  margin-bottom: 14px;
}

.note-task-create {
  display: none;
  width: 100%;
  box-sizing: border-box;
  min-height: 80px;
  margin: 16px 0;
  border-left: solid 5px #da4f49;
}

.note-task-info {
  display: none;
  width: 100%;
  color: #777;
  position: relative;
  box-sizing: border-box;
  min-height: 80px;
  margin: 16px 0;
  border-left: solid 5px #da4f49;
}

.note-task-info .note-task-info-complete-link {
  display: none;
  margin-left: 16px;
  position: absolute;
  right: 8px;
  top: 0;
}

.note-task-info .note-task-info-edit-link {
  display: none;
  margin-left: 16px;
  position: absolute;
  right: 8px;
  top: 22px;
}

.note-task-info .note-task-info-complete-confirmation-container {
  position: absolute;
  top: 0;
  background: #f2dede;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  color: #a94442;
}

.ach-one-off-delete-confirmation-container {
  /* position: absolute; */
  background: #f2dede;
  box-sizing: border-box;
  padding: 10px;
  color: #a94442;
}

.note-task-info:hover:not(.complete) .note-task-info-complete-link {
  display: inline;
}

.note-task-info:hover:not(.complete) .note-task-info-edit-link {
  display: inline;
}

.note-task-info .col_10 {
  margin: 2px 10px;
}

.note-task-info h2 {
  color: #da4f49;
}

.note-task-info.complete {
  color: #ccc;
  text-decoration: line-through;
  border-left: solid 5px #ccc;
}

.note-task-info.complete div {
  color: #ccc;
  text-decoration: line-through;
}

.note-task-info.complete h2 {
  color: #ccc;
}

.no-strike-through {
  text-decoration: none !important;
}

.no-strike-through div {
  text-decoration: none !important;
}

.has-task .note-task-info {
  display: inline-block;
}

.show-task-create .note-task-create {
  display: inline-block;
}

.show-task-create .note-task-info {
  display: none;
}

.note-pending-changes-node {
  display: none;
  color: #0099cc;
  padding: 20px;
}

.has-pending-changes .note-pending-changes-node {
  display: inline-block;
}

.note-body-comment-link {
  display: none;
  margin-left: 16px;
  position: absolute;
  right: 60px;
  bottom: 8px;
}

.note-body-task-link {
  display: none;
  margin-left: 16px;
  position: absolute;
  right: 8px;
  bottom: 8px;
}

.note-body strong {
  font-weight: 300;
  color: #0099cc;
}

.note-body strong.comment-company-id-tag {
  font-weight: 300;
  color: #8669cc;
}

.note-body-comment-link:hover {
  text-decoration: none;
}

.note-body-task-link:hover {
  text-decoration: none;
}

.note-container.task-box-visible .note-body-comment-link {
  right: 8px;
}

.note-container:hover:not(.comment-box-visible) .note-body-comment-link {
  display: inline;
}

.note-container:hover:not(.task-box-visible):not(.comment-box-visible) .note-body-task-link {
  display: inline;
}

.note-container.has-pending-changes {
  background: #e0f7ff;
}

.note .comments-container .note-container {
  border-left: solid 2px #0099cc;
  padding-left: 6px;
}

.note .comments-container .note-container.comment-border-blue {
  border-left: solid 2px #0099cc;
  padding-left: 6px;
}

.note .comments-container .note-container.comment-border-orange {
  border-left: solid 2px #cc7235;
  padding-left: 6px;
}

.note .comments-container .note-container.comment-border-purple {
  border-left: solid 2px #8669cc;
  padding-left: 6px;
}

.note .comments-container .note-container.comment-border-green {
  border-left: solid 2px #58cc63;
  padding-left: 6px;
}

.note table {
  border: none;
  width: 100%;
}

.note table td {
  padding: 16px 10px;
  position: relative;
}

.note table tr td:first-child {
  padding-left: 0;
}

.note table td img {
  border-radius: 50%;
  border: rgba(31, 81, 101, 0.4) solid thin;
  cursor: pointer;
  height: 44px;
}

.note table td .note-task-info img {
  border-radius: 50%;
  border: rgba(31, 81, 101, 0.4) solid thin;
  cursor: pointer;
  height: 20px;
}

.app.newsNode .note table td img {
  height: 34px;
}

.note table td .note-task-info table {
  width: 10px;
}

.note table td .note-task-info td {
  padding: 0;
}

/*.note-comment-box-container {*/
/*display: table;*/
/*width: 100%;*/
/*margin: 10px 0;*/
/*}*/
.note-comment-box-container textarea {
  height: 42px;
  overflow: hidden;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.note-comment-box-container {
  text-align: left;
  margin-top: 18px;
  margin-bottom: 20px;
}

.note-comment-box-input {
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px;
  display: table-cell;
  height: auto;
  box-sizing: border-box;
  width: 100%;
  resize: vertical;
  padding: 8px;
  font-size: 1.1em;
  background: transparent;
}

.note-comment-box-input:focus {
  border-color: #0099cc;
}

.right-agent-overview-container .mentions-node ul {
  width: 100%;
  margin-bottom: 20px;
}

.right-agent-overview-container .mentions-node li {
  padding: 6px 2px;
  margin: 0;
  cursor: pointer;
  border-bottom: solid thin #f3f3f3;
}

.right-agent-overview-container .mentions-node li:hover {
  background-color: #e0f7ff;
}

.right-agent-overview-container .mentions-node li:last-child {
  border-bottom: none;
}

.right-agent-overview-container .mentions-node li strong {
  font-weight: 300;
  color: #0099cc;
}

.right-agent-overview-container .mentions-node li strong.comment-company-id-tag {
  font-weight: 300;
  color: #8669cc;
}

.right-agent-overview-container table {
  width: 100%;
}

.right-agent-overview-container .tasks-node ul {
  width: 100%;
  margin-bottom: 20px;
}

.right-agent-overview-container .tasks-node li {
  padding: 6px 2px;
  margin: 0;
  cursor: pointer;
  border-bottom: solid thin #f3f3f3;
}

.right-agent-overview-container .tasks-node li:hover {
  background-color: #e0f7ff;
}

.right-agent-overview-container .tasks-node li:last-child {
  border-bottom: none;
}

.right-agent-overview-container .tasks-node li strong {
  font-weight: 300;
  color: #0099cc;
}

.right-agent-overview-container .tasks-node li strong.comment-company-id-tag {
  font-weight: 300;
  color: #8669cc;
}

.company-info-container > table {
  width: 100%;
}

.company-info-container .company-direct-deposit-container {
  position: relative;
}

.company-info-container .company-info-edit-node {
  display: none;
}

.company-info-container .company-direct-deposit-edit-node {
  display: none;
}

.company-info-container.show-company-edit .company-info-edit-node {
  display: block;
}

.company-info-container.show-company-edit .company-info-node {
  display: none;
}

.company-info-container.show-direct-deposit-edit .company-direct-deposit-edit-node {
  display: block;
}

.company-info-container.show-direct-deposit-edit .company-direct-deposit-info-node {
  display: none;
}

.company-info-container .company-direct-deposit-container .company-direct-deposit-info-edit-link {
  display: none;
  margin-left: 16px;
  position: absolute;
  right: 8px;
  top: 16px;
}

.company-info-container .company-direct-deposit-container:hover .company-direct-deposit-info-edit-link {
  display: inline;
}

.company-info-container .mentions-node li {
  padding: 6px 2px;
  margin: 0;
  cursor: pointer;
  border-bottom: solid thin #f3f3f3;
}

.company-info-container .mentions-node li:hover {
  background-color: #e0f7ff;
}

.company-info-container .mentions-node li:last-child {
  border-bottom: none;
}

.company-info-container .mentions-node li strong {
  font-weight: 300;
  color: #0099cc;
}

.company-info-container .mentions-node li strong.comment-company-id-tag {
  font-weight: 300;
  color: #8669cc;
}

.company-info-notes-container {
  position: relative;
}

.company-info-notes-container .add-note-link {
  display: none;
  position: absolute;
  top: 32px;
  right: 8px;
}

.company-info-notes-container:not(.new-note-visible):hover .add-note-link {
  display: block;
}

.company-info-node {
  position: relative;
}

.company-info-node .company-info-edit-link {
  display: none;
  position: absolute;
  top: 18px;
  right: 8px;
}

.company-info-node:hover .company-info-edit-link {
  display: block;
}

.company-info-users-node img {
  border-radius: 50%;
  border: rgba(31, 81, 101, 0.4) solid thin;
  cursor: pointer;
  height: 40px;
}

.note-info-tag {
  padding: 4px 7px;
  margin: 4px 8px 4px 0;
  cursor: pointer;
  float: left;
  clear: both;
  background: #f3f3f3;
  border-radius: 4px;
}

.fa.blue {
  color: #2580d8;
}

.fa.red {
  color: #bf1d0b;
}

.fa.green {
  color: #25ad8d;
}

.fa.brown,
.fa.orange {
  background: #ffe8de;
  color: #ffbe5d;
}

.fa.purple {
  color: #783076;
}

.dgrid-cell {
  padding: 8px;
  border: 1px solid #ddd;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}

.claro .dgrid-cell {
  border-color: #e2e2e2;
}

.dgrid-cell strong {
  font-weight: 300;
  color: #0099cc;
}

.dgrid-cell strong.comment-company-id-tag {
  font-weight: 300;
  color: #8669cc;
}

.claro .dgrid-header,
.claro .dgrid-footer {
  background-image: none !important;
  background: none !important;
}

.claro .dgrid-header .dgrid-cell:hover {
  background: none !important;
  background-image: none !important;
}

.claro .dgrid {
  border-color: transparent;
}

.claro .dgrid-header .dgrid-cell {
  border-color: #e2e2e2;
  text-align: center;
}

.claro .dgrid-cell {
  text-align: center;
}

.claro .dgrid-cell.field-note {
  text-align: left !important;
}

.field-compid {
  width: 70px;
}

td.field-compid {
  width: 70px;
  cursor: pointer;
  color: #0099cc;
  text-decoration: underline;
}

td.field-creditamt {
  cursor: pointer;
  color: #0099cc;
  text-decoration: underline;
}

td.field-debitamt {
  cursor: pointer;
  color: #0099cc;
  text-decoration: underline;
}

.field-runid {
  width: 60px;
}

.field-duedate {
  width: 100px;
}

.field-tax_type {
  width: 300px;
}

.field-amt {
  width: 100px;
}

.field-paiddate {
  width: 100px;
}

.field-settlement_date {
  width: 100px;
}

.field-confirmation {
  width: 170px;
}

.field-progress_name {
  width: 100px;
}

.field-status_name {
  width: 120px;
}

.field-priority_name {
  width: 100px;
}

.field-due_date {
  width: 100px;
}

.field-time {
  width: 160px;
}

.field-tag_name {
  width: 160px;
}

.field-assigned_agent_id_name {
  width: 160px;
}

.field-file_id {
  width: 60px;
}

.dgrid-row.historic-background {
  background-color: #E6E6FA;
}

.dgrid-row.historic-background.dgrid-selected {
  background-color: #C0C0F2;
}

.liabilities-grid-node {
  background: #ccc;
  color: #fff;
  min-height: 200px;
  position: relative;
}

.dark .liabilities-grid-node {
  background: #444;
  color: #ccc;
}

.processed-files-grid-node {
  background: #ccc;
  color: #fff;
  min-height: 200px;
  position: relative;
}

.dark .processed-files-grid-node {
  background: #444;
  color: #ccc;
}

.filings-grid-node {
  background: #ccc;
  color: #fff;
  min-height: 200px;
  position: relative;
}

.dark .filings-grid-node {
  background: #444;
  color: #ccc;
}

.invalid-todos-grid-node {
  background: #ccc;
  color: #fff;
  min-height: 100px;
  position: relative;
}

.invalid-todos-grid-node-empty {
  min-height: 0;
  max-height: 0;
}

.missing-todos-grid-node {
  background: #ccc;
  color: #fff;
  min-height: 100px;
  position: relative;
}

.missing-todos-grid-node-empty {
  min-height: 0;
  max-height: 0;
}

.todos-grid-node {
  background: #ccc;
  color: #fff;
  min-height: 100px;
  position: relative;
}

.dark .todos-grid-node {
  background: #444;
  color: #ccc;
}

.fa-bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 0.4s 1 ease;
  -o-animation: bounce 0.4s 1 ease;
  -webkit-animation: bounce 0.4s 1 ease;
  animation: bounce 0.4s 1 ease;
}

@-webkit-keyframes bounce {
  0% {
    font-size: 14px;
  }
  40% {
    font-size: 18px;
  }
  80% {
    font-size: 12px;
  }
  100% {
    font-size: 14px;
  }
  /*0% { top: 0;}*/
  /*40% { top: -0.2em;}*/
  /*100% { top: 0;}*/
}
@-moz-keyframes bounce {
  0% {
    font-size: 14px;
  }
  40% {
    font-size: 18px;
  }
  80% {
    font-size: 12px;
  }
  100% {
    font-size: 14px;
  }
  /*0% { top: 0;}*/
  /*40% { top: -0.2em;}*/
  /*100% { top: 0;}*/
}
@-o-keyframes bounce {
  0% {
    font-size: 14px;
  }
  40% {
    font-size: 18px;
  }
  80% {
    font-size: 12px;
  }
  100% {
    font-size: 14px;
  }
  /*0% { top: 0;}*/
  /*40% { top: -0.2em;}*/
  /*100% { top: 0;}*/
}
@-ms-keyframes bounce {
  0% {
    font-size: 14px;
  }
  40% {
    font-size: 18px;
  }
  80% {
    font-size: 12px;
  }
  100% {
    font-size: 14px;
  }
  /*0% { top: 0;}*/
  /*40% { top: -0.2em;}*/
  /*100% { top: 0;}*/
}
@keyframes bounce {
  0% {
    font-size: 14px;
  }
  40% {
    font-size: 18px;
  }
  80% {
    font-size: 12px;
  }
  100% {
    font-size: 14px;
  }
  /*0% { top: 0;}*/
  /*40% { top: -0.2em;}*/
  /*100% { top: 0;}*/
}
.claro .dark .dgrid-header,
.claro .dark .dgrid-footer {
  background: #333;
  background-image: none;
}

.claro .dark .dgrid-row {
  background: #444;
  background-image: none;
}

.claro .dark .dgrid-cell {
  border-color: #6D6D6D;
}

.claro .dark .dgrid {
  background: #333;
  border-color: #333;
  color: #ccc;
}

.claro .dark .dgrid-header .dgrid-cell {
  border-color: #6D6D6D;
  font-weight: normal;
}

.claro .dark .dgrid-selected {
  background-color: #314B5D;
}

.claro .dark .dgrid-row:hover {
  background-color: #486a7f;
}

.claro .dark .dgrid-header .dgrid-cell:hover {
  background: #333;
  background-image: none;
}

.dark .app.rightContent {
  background: #333;
}

.dark label.combo {
  color: #ccc !important;
  border-color: #ccc !important;
}

.mentions-input-box {
  position: relative;
  background: #fff;
}

.mentions-input-box textarea {
  width: 100%;
  display: block;
  /*height: 18px;*/
  padding: 9px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  overflow: hidden;
  background: transparent;
  position: relative;
  height: auto;
  outline: 0;
  resize: vertical;
  color: rgb(51, 51, 51);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-text-fill-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mentions-input-box .mentions-autocomplete-list {
  display: none;
  background: #fff;
  border: 1px solid #f3f3f3;
  position: absolute;
  left: 0;
  bottom: 48px;
  right: 0;
  z-index: 10000;
  margin-bottom: -2px;
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
}

.mentions-input-box .mentions-autocomplete-list ul {
  margin: 0;
  padding: 0;
}

.mentions-input-box .mentions-autocomplete-list li {
  background-color: #fff;
  padding: 0 16px;
  margin: 0;
  width: auto;
  border-bottom: 1px solid #f3f3f3;
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}

.mentions-input-box .mentions-autocomplete-list li:last-child {
  border-radius: 5px;
}

.mentions-input-box .mentions-autocomplete-list li > img,
.mentions-input-box .mentions-autocomplete-list li > div.icon {
  width: 32px;
  height: 32px;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 3px;
}

.mentions-input-box .mentions-autocomplete-list li em {
  font-weight: bold;
  font-style: normal;
}

.mentions-input-box .mentions-autocomplete-list li:hover,
.mentions-input-box .mentions-autocomplete-list li.active {
  background-color: #f2f2f2;
}

.mentions-input-box .mentions-autocomplete-list li b {
  background: #ffff99;
  font-weight: normal;
}

.mentions-input-box .mentions {
  position: absolute;
  left: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 9px;
  color: transparent;
  overflow: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.mentions-input-box .mentions > div {
  color: #333;
  white-space: pre-wrap;
  width: 100%;
}

.mentions-input-box .mentions > div > strong {
  font-weight: 400;
  color: #0099cc;
}

.mentions-input-box .mentions > div > strong.comment-company-id-tag {
  font-weight: 400;
  color: #8669cc;
}

.mentions-input-box .mentions > div > strong > span {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.col_10_label {
  position: absolute;
  top: -18px;
  left: 0;
  color: #838383;
  font-size: 0.75rem;
}

.app.col_10.hasLabel {
  border: none;
  border-bottom: solid 1px #e1e1e1 !important;
  padding: 0;
  min-width: 100px;
  margin-bottom: 26px;
  position: relative;
  border-radius: 0;
  text-align: left;
  font-size: 1em;
}

.support-selected-company-info-container {
  min-width: 400px;
}

.support-selected-company-info-container .status-tag {
  padding: 4px 8px 5px;
  border-radius: 4px;
}

.support-selected-company-info-container .status-tag-blue {
  background: #2580d8;
  color: #fff;
}

.support-selected-company-info-container .status-tag-red {
  background: #bf1d0b;
  color: #fff;
}

.support-selected-company-info-container .status-tag-green {
  background: #25ad8d;
  color: #fff;
}

.support-selected-company-info-container .status-tag-brown {
  background: #ffbe5d;
  color: #fff;
}

.support-selected-company-info-container .status-tag-purple {
  background: #783076;
  color: #fff;
}

.support-selected-company-info-container .status-tag-grey {
  background: #6e6e6e;
  color: #fff;
}

.user-info-user-list-table {
  margin: 0 0 20px 0;
}

.user-info-user-list-table > tbody > tr > td {
  padding: 12px 0;
  border-bottom: solid thin #f3f3f3;
}

.user-info-user-list-table > tbody > tr:last-child > td {
  border-bottom: solid thin transparent;
}

.dark .mentions-input-box .mentions > div {
  color: #ccc;
}

.dark .mentions-input-box textarea {
  color: #ccc;
}

.dark .mentions-input-box {
  background: #333;
}

.dark .mentions-input-box .mentions-autocomplete-list {
  background: #555;
}

.dark .mentions-input-box .mentions-autocomplete-list li {
  background: #555;
}

.dark .app.section.section-divider {
  background: #555;
}

.dark .bs-callout-success,
.dark .bs-callout-green {
  border-color: #3d693d;
  border-left-color: #274627;
  background-color: #47673a;
}

.dark .bs-callout-info,
.dark .bs-callout-blue {
  border-color: rgb(34, 55, 72);
  border-left-color: #003646;
  background-color: #1f3b4a;
}

.dark .bs-callout-danger,
.dark .bs-callout-red {
  border-color: #481111;
  border-left-color: #8e1915;
  background-color: #402222;
}

.dark .collection-tile {
  background: #444;
}

.max-height-1000 {
  max-height: 1000px;
  overflow: hidden;
  transition: all 0.75s cubic-bezier(0.7, 0, 0.175, 1) 0s;
}

.max-height-0 {
  max-height: 0;
}

@media only screen and (min-width: 1800px) {
  .app.content {
    /*right: 620px;*/
  }
  .app.rightContent {
    /*width: 620px;*/
  }
}
.section:not(first-child) {
  margin-top: 14px;
}

.section.pageWrap {
  margin-top: 0;
}

.app.newsNode {
  bottom: 80px;
}

.insurance-health-type-container {
  padding: 0 20px 20px;
  /*border: solid thin $color_1;*/
  /*background: #edf7ff;*/
  /*border-radius: 4px;*/
  /*border-left: solid 8px $color_1;*/
}

.locals-show {
  display: block;
}

.locals-hide {
  display: none;
}

/** end console **/
/**
 begin employer
 */
.app.topNote > div > table {
  width: 100%;
  box-sizing: border-box;
  margin-left: 0;
  height: 60px;
}

.app.topNote > div.danger > table a {
  color: #a94442;
  background-color: #f2aaac;
  border-color: #ebccd1;
}

.app.topNote > div.danger > table a:hover {
  background-color: #f2dede;
}

.claro .dijitTab {
  color: #333;
  border-color: transparent;
  background-image: none;
}

.claro .dijitTabPaneWrapper,
.claro .dijitTabContainerTop-tabs,
.claro .dijitTabContainerBottom-tabs,
.claro .dijitTabContainerLeft-tabs,
.claro .dijitTabContainerRight-tabs {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}

.claro .dijitTabContainerTop-tabs {
  border-bottom: 1px solid transparent;
}

.claro .dijitTabContainerTop-tabs .dijitTabChecked {
  background-image: none;
  border-bottom: none;
}

.claro .dijitTabChecked {
  background-color: #fff;
  border-color: transparent;
  color: #333;
}

.claro .dijitTabContainerTop-tabs .dijitTab {
  background-image: none;
}

.report-filters-button-group {
  margin-top: 12px !important;
}

@media only screen and (min-width: 1100px) {
  .app.popupConfirmationContent {
    max-width: 960px;
    width: 960px;
    margin-left: -470px;
  }
  .app.popupConfirmationContent.hideLeft {
    margin-left: -1464px;
  }
  .report-filters-button-group {
    margin-top: 0 !important;
  }
}
.right-create-link {
  padding: 4px 3px !important;
  color: #ccc;
  text-align: center;
  transition: all 0.3s;
}

.right-create-link:hover,
.dijitTextBoxFocused .right-create-link {
  color: #0099cc;
  cursor: pointer;
  /*color: $color_white;*/
}

.claro .dijitComboBox.dijitComboBoxHover .dijitButtonNode,
.claro .dijitComboBox.dijitComboBoxFocused .dijitButtonNode {
  background-color: transparent !important;
}

.right-content-heading {
  padding: 16px 30px;
  /* margin: 16px 0; */
  background: none;
  border-bottom: solid thin #ccc;
}

.pulseClick {
  -webkit-animation: pulse 1s;
  animation: pulse 1s 1;
}

.pulseChild:hover {
  cursor: pointer;
}

.pulseChild:hover div {
  -webkit-animation: pulseRepeat linear 1.2s infinite;
  animation: pulseRepeat linear 1.2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.1);
  }
  90% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.1);
  }
  90% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes pulseRepeat {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.02);
  }
  50% {
    transform: scale(1.045);
  }
  65% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulseRepeat {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.02);
  }
  50% {
    transform: scale(1.045);
  }
  65% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.app.payRunDataTable > div > .table-layout > .table-row:not(.table-header) {
  border-top: none;
}

.app.payRunDataTable > .table-body > .table-row {
  border-bottom: none;
  border-bottom: solid thin #f3f3f3;
}

.app.payRunDataTable > .table-body > .table-row:nth-child(even) {
  background: none;
}

.app.payRunDataTable > div > .table-layout > .table-row:last-child {
  border-bottom: solid 0 transparent;
}

.app.dataTable > .table-body > .table-row:not(.table-header) {
  border-bottom: solid thin #f3f3f3;
}

.app.dataTable > .table-body > .table-row > .table-cell {
  border-right: none;
}

.app.payRunDataTable > div:nth-child(even) > .table-layout > .table-row {
  background: none;
}

.app.dataTable > .table-body > .table-row:nth-child(even) {
  background: none;
}

.app.payRunDataTable > .table-body > .table-row > .table-cell,
.app.payRunDataTable > .table-head > .table-row > .table-cell,
.app .payRun-hours-payTable td,
.app .payRun-hours-headerTable td,
.app.payRunDataTable > div > .table-layout > .table-row > .table-cell {
  border-right: none;
}

.app.payRunDataTable > div > .table-layout > .table-row .payHoursExpandBtn {
  padding: 12px 4px 2px;
  height: 25px;
  width: 26px;
  border: none;
}

.app .payRun-hours-payTable td:first-child {
  height: 23px;
}

.app .payRun-hours-headerTable td,
.app.payRunDataTable > .table-head > .table-row > .table-cell,
.app.registerTable > .table-head > .table-row > .table-cell,
.app.dataTable > .table-head > .table-row > .table-cell {
  padding-bottom: 8px;
}

.app.payRunDataTable.table-header {
  font-weight: 500;
  font-size: 1.12em;
  color: #717171;
}

.app .payRun-hours-headerTable td:nth-child(1),
.app .payRun-hours-headerTable td:nth-child(2),
.app .payRun-hours-headerTable td:nth-child(3),
.app .payRun-hours-headerTable td:nth-child(4),
.app .payRun-hours-headerTable td:nth-child(5) {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

.app.simpleHorizontalNav {
  position: relative;
  white-space: nowrap;
  display: flex;
}

.tab-menu-active-link-underline {
  position: absolute;
  padding: 0 !important;
  left: 0;
  height: 3px !important;
  bottom: -1px;
  background: #2580d8;
  transition: width ease-out 200ms, transform ease-out 200ms;
  will-change: transform;
}

.app.simpleHorizontalNav li {
  border: none;
  padding: 0 16px 0px;
  color: #777;
}

.app.simpleHorizontalNav li.active {
  color: #2580d8;
}

.dijitTooltip {
  font-size: 0.8em;
}

.dijitTooltip .dijitTooltipContents {
  border: none;
  background: #555 !important;
  background-image: none;
  color: #fff;
}

.claro .dijitTooltipRight .dijitTooltipConnector {
  background-image: none;
  width: 0;
  height: 0;
  padding-left: 8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #555;
}

.claro .dijitTooltipLeft .dijitTooltipConnector {
  background-image: none;
  width: 0;
  height: 0;
  padding-right: 8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #555;
}

.claro .dijitTooltipAbove .dijitTooltipConnector {
  background-image: none;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -8px;
  padding-bottom: 8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #555;
}

.claro .dijitTooltipBelow .dijitTooltipConnector {
  background-image: none;
  width: 0;
  height: 0;
  /*left: 50%;*/
  /*margin-left: -8px;*/
  padding-top: 8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #555;
}

.claro .dijitTooltipBelow.dijitTooltip .dijitTooltipContents {
  margin-left: -50%;
  width: 100%;
  text-align: center;
}

.arrow_box_right {
  position: relative;
  background: #fff;
  border: 4px solid #ddd;
  border-radius: 8px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.arrow_box_right:after,
.arrow_box_right:before {
  right: 100%;
  top: 60%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box_right:after {
  border-color: rgba(238, 238, 238, 0);
  border-right-color: #fff;
  border-width: 30px;
  margin-top: -30px;
}

.arrow_box_right:before {
  border-color: rgba(221, 221, 221, 0);
  border-right-color: #ddd;
  border-width: 36px;
  margin-top: -36px;
}

.nav-tile-group {
  width: 100%;
}

.nav-tile-container {
  cursor: pointer;
  margin: 6px;
  box-shadow: 0 0 0 1px #ddd;
  display: inline-block;
  position: relative;
  max-width: 300px;
  min-width: 300px;
  height: 260px;
  border-radius: 3px;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.3s ease-out;
  background: #fff;
}

.nav-tile-wide-container {
  /*cursor: pointer;*/
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 175px;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.3s ease-out;
  border: solid thin #2580d8;
  z-index: 1;
  background: #fff !important;
  padding-bottom: 60px;
  border: none !important;
  border-radius: 4px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}

.nav-tile-wide-container.green {
  background: linear-gradient(to bottom, #fafbfb, rgba(204, 234, 227, 0.85) 100%);
  border-color: #25ad8d;
}

.nav-tile-wide-container.purple {
  background: linear-gradient(to bottom, #fafbfb, rgba(224, 207, 224, 0.85) 100%);
  border-color: #783076;
}

.nav-tile-wide-container.orange {
  background: linear-gradient(to bottom, #fafbfb, rgba(253, 232, 210, 0.85) 100%);
  border-color: #ffbe5d;
}

.nav-tile-wide-container.red {
  /*background:linear-gradient(to bottom, #fafbfb, rgba(235, 204, 209, 0.85) 100%);*/
  background: linear-gradient(to bottom, #fafbfb, #f8f4f5 100%);
  border-color: #bf1d0b;
}

.nav-tile-top-highlight {
  background-color: #2580d8;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  height: 11px;
  transition: 0.3s ease-out;
  z-index: 5;
  overflow: hidden;
}

.nav-tile-container.grow:hover .nav-tile-top-highlight {
  height: 56px;
}

.nav-tile-wide-container.grow:hover .nav-tile-top-highlight {
  height: 88px;
}

.nav-tile-icon-container {
  height: 80px;
  width: 80px;
  border-radius: 80px;
  background: transparent;
  position: absolute;
  top: 24px;
  left: 18px;
  text-align: center;
  z-index: 10;
  transition: 0.3s ease-out;
}

.nav-tile-wide-icon-container {
  height: 120px;
  width: 120px;
  border-radius: 100px;
  background: linear-gradient(to bottom, #fafbfb, #eaf8ff 100%);
  position: absolute;
  top: 30px;
  left: 30px;
  text-align: center;
  z-index: 10;
  transition: 0.3s ease-out;
  overflow: hidden;
}

.nav-tile-wide-icon-container.green {
  background: linear-gradient(to bottom, #fafbfb, rgb(204, 234, 227) 100%);
}

.nav-tile-wide-icon-container.purple {
  background: linear-gradient(to bottom, #fafbfb, rgb(224, 207, 224) 100%);
}

.nav-tile-wide-icon-container.orange {
  background: linear-gradient(to bottom, #fafbfb, rgb(253, 232, 210) 100%);
}

.nav-tile-wide-icon-container.red {
  /*background: linear-gradient(to bottom, #fafbfb, rgb(235, 204, 209) 100%);*/
  background: linear-gradient(to bottom, #fafbfb, #f8f4f5 100%);
}

.nav-tile-icon-container i {
  color: #aaa;
  position: absolute;
  top: 16px;
  left: 14px;
  font-size: 48px;
}

.nav-tile-wide-icon-container i {
  color: #aaa;
  position: absolute;
  top: 16px;
  left: 14px;
  font-size: 48px;
}

.nav-tile-icon-container img {
  position: relative;
  top: 16px;
}

.nav-tile-wide-icon-container img {
  position: relative;
  top: 8px;
}

.nav-tile-container.grow:hover .nav-tile-icon-container {
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.06);
  top: 16px;
  transform: scale(1.1);
}

.nav-tile-wide-container.grow:hover .nav-tile-wide-icon-container {
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.06);
  transform: scale(1.1);
  /*background: $color_white;*/
  /*top: 16px;*/
}

.nav-tile-group.complete .nav-tile-wide-icon-container {
  background: rgb(233, 247, 243);
}

.nav-tile-group.warning .nav-tile-wide-icon-container {
  background: #f8f4f5;
}

.nav-tile-title-container {
  padding: 0 24px;
  text-align: left;
  box-sizing: border-box;
  color: #2580d8;
  position: absolute;
  top: 112px;
}

.nav-tile-wide-title-container {
  padding: 0 180px;
  text-align: left;
  box-sizing: border-box;
  color: #2580d8;
  position: absolute;
  top: 55px;
  font-size: 26px;
  /*font-weight: bold;*/
}

.nav-tile-wide-title-hover-container {
  padding: 0 180px;
  text-align: left;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  top: 55px;
  font-size: 26px;
  /*font-weight: bold;*/
}

.nav-tile-wide-step-number-container {
  position: absolute;
  z-index: 3;
  height: 50px;
  width: 50px;
  top: 70px;
  right: 0;
  border-radius: 25px 0 0 25px;
  background-color: #2580d8;
  text-align: center;
  font-size: 26px;
  color: #fff;
  transition: 0.3s ease-out;
}

.nav-tile-wide-step-number-hover-container {
  position: absolute;
  width: 50px;
  bottom: 11px;
  right: 0;
  background-color: transparent;
  text-align: center;
  font-size: 20px;
  color: #fff;
  transition: 0.3s ease-out;
  z-index: 6;
}

.nav-tile-wide-container.green .nav-tile-wide-step-number-container {
  background-color: #25ad8d;
}

.nav-tile-wide-container.purple .nav-tile-wide-step-number-container {
  background-color: #783076;
}

.nav-tile-wide-container.orange .nav-tile-wide-step-number-container {
  background-color: #ffbe5d;
}

.nav-tile-wide-container.red .nav-tile-wide-step-number-container {
  background-color: #a94442;
}

.nav-tile-wide-container.grow:hover .nav-tile-wide-step-number-container {
  /*top: 30px;*/
  right: -50px;
}

.nav-tile-wide-container.grow:hover .nav-tile-wide-step-number-hover-container {
  bottom: 5px;
}

.nav-tile-wide-step-number-container div {
  position: relative;
  top: 8px;
  z-index: 9;
}

.nav-tile-body-container {
  line-height: 1.4;
  font-size: 16px;
  text-align: left;
  color: #777;
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
  position: absolute;
  top: 148px;
}

.nav-tile-wide-sub-title-container {
  line-height: 1.4;
  font-size: 16px;
  text-align: left;
  z-index: 3;
  color: #777;
  width: 100%;
  padding: 0 180px;
  box-sizing: border-box;
  position: absolute;
  top: 90px;
}

.nav-tile-wide-content-container {
  padding: 159px 93px 10px;
  padding: 159px 93px 10px 178px;
}

.nav-tile-wide-cta-container {
  padding: 10px 181px 20px;
}

.nav-tile-container.green .nav-tile-title-container {
  color: #25ad8d;
}

.nav-tile-container.green .nav-tile-top-highlight {
  background-color: #25ad8d;
}

.nav-tile-container.purple .nav-tile-title-container {
  color: #783076;
}

.nav-tile-container.purple .nav-tile-top-highlight {
  background-color: #783076;
}

.nav-tile-container.orange .nav-tile-title-container {
  color: #ffbe5d;
}

.nav-tile-container.orange .nav-tile-top-highlight {
  background-color: #ffbe5d;
}

.nav-tile--container.red .nav-tile--title-container {
  color: #a94442;
}

.nav-tile--container.red .nav-tile-top-highlight {
  background-color: #a94442;
}

.nav-tile-wide-container.green .nav-tile-wide-title-container {
  color: #25ad8d;
}

.nav-tile-wide-container.green .nav-tile-top-highlight {
  background-color: #25ad8d;
}

.nav-tile-wide-container.purple .nav-tile-wide-title-container {
  color: #783076;
}

.nav-tile-wide-container.purple .nav-tile-top-highlight {
  background-color: #783076;
}

.nav-tile-wide-container.orange .nav-tile-wide-title-container {
  color: #ffbe5d;
}

.nav-tile-wide-container.orange .nav-tile-top-highlight {
  background-color: #ffbe5d;
}

.nav-tile-wide-container.red .nav-tile-wide-title-container {
  color: #a94442;
}

.nav-tile-wide-container.red .nav-tile-top-highlight {
  background-color: #a94442;
}

.nav-tile-complete-container {
  transition: 0.2s ease-out;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background:rgba(245, 245, 245, 0.85);*/
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0.3) 0%, rgba(210, 224, 239, 0.85) 100%);
  background: transparent !important;
}

.nav-tile-wide-complete-container {
  transition: 0.2s ease-out;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(233, 247, 243);
  background: transparent !important;
  /*background:linear-gradient(to bottom, rgba(245, 245, 245, 0.3) 0%, rgba(210, 224, 239, 0.85) 100%);*/
}

/*background: linear-gradient(to bottom, rgba(245, 245, 245, 0.85) 0%, rgba(145, 145, 145, 0.85) 100%);*/
.nav-tile-wide-complete-container i {
  position: absolute;
  /*right: 100px;*/
  /*top: -20px;*/
  right: -25px;
  bottom: -48px;
  font-size: 230px;
  color: #25ad8d;
  opacity: 0.15;
  transition: all 0.3s ease-out;
}

.nav-tile-wide-container.grow:hover .nav-tile-wide-complete-container i {
  opacity: 0;
}

.nav-tile-wide-warning-container {
  transition: 0.2s ease-out;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f8f4f5;
  /*background:linear-gradient(to bottom, rgba(245, 245, 245, 0.3) 0%, rgba(210, 224, 239, 0.85) 100%);*/
}

/*background: linear-gradient(to bottom, rgba(245, 245, 245, 0.85) 0%, rgba(145, 145, 145, 0.85) 100%);*/
.nav-tile-wide-warning-container i {
  position: absolute;
  /*right: 100px;*/
  /*top: -20px;*/
  right: -25px;
  bottom: -48px;
  font-size: 230px;
  color: #a94442;
  opacity: 0.15;
  transition: all 0.3s ease-out;
}

.nav-tile-wide-container.grow:hover .nav-tile-wide-warning-container i {
  opacity: 0;
}

.nav-tile-wide-content-container .tile-content-information-row {
  border: solid thin rgba(37, 173, 141, 0.18);
  background: rgba(37, 173, 141, 0.05);
  padding: 8px 20px 20px;
  max-width: 400px;
  margin: 20px 0;
  border-radius: 10px;
}

.nav-tile-wide-content-container .tile-content-information-row.purple {
  border-color: rgba(120, 48, 118, 0.18);
  background: rgba(120, 48, 118, 0.05);
}

.nav-tile-wide-content-container .tile-content-information-row.orange {
  border-color: rgba(235, 143, 51, 0.18);
  background: rgba(235, 143, 51, 0.05);
}

.nav-tile-wide-content-container .tile-content-information-row.red {
  border-color: rgba(169, 68, 66, 0.18);
  background: rgba(169, 68, 66, 0.05);
}

.nav-tile-wide-content-container .tile-content-information-row h2 {
  color: #25ad8d;
}

.nav-tile-wide-content-container .tile-content-information-row.purple h2 {
  color: #783076;
}

.nav-tile-wide-content-container .tile-content-information-row.orange h2 {
  color: #ffbe5d;
}

.nav-tile-wide-content-container .tile-content-information-row.red h2 {
  color: #a94442;
}

.nav-tile-wide-content-container .tile-content-information-row .section:not(first-child) {
  margin: 0;
}

.nav-tile-wide-content-container .tile-content-information-row .col_10 {
  margin: 4px;
}

.nav-tile-wide-container.grow a {
  color: #2580d8;
}

.nav-tile-wide-container.grow a:hover {
  color: #365b8d;
}

.nav-tile-wide-container.grow.green a {
  color: #25ad8d;
}

.nav-tile-wide-container.grow.green a:hover {
  color: #176b56;
}

/*.nav-tile-complete-container:hover div{*/
/*transform: scale(1.1)*/
/*}*/
.nav-tile-container.green .nav-tile-complete-container {
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0.3) 0%, rgba(204, 234, 227, 0.85) 100%);
}

.nav-tile-container.purple .nav-tile-complete-container {
  /*background:linear-gradient(to bottom, rgba(245, 245, 245, 0.85) 0%, rgba(120, 48, 118, 0.2) 100%);*/
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0.3) 0%, rgba(224, 207, 224, 0.85) 100%);
}

.nav-tile-container.orange .nav-tile-complete-container {
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0.3) 0%, rgba(253, 232, 210, 0.85) 100%);
}

.nav-tile-container-wide.green .nav-tile-complete-container {
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0.3) 0%, rgba(204, 234, 227, 0.85) 100%);
}

.nav-tile-container-wide.purple .nav-tile-complete-container {
  /*background:linear-gradient(to bottom, rgba(245, 245, 245, 0.85) 0%, rgba(120, 48, 118, 0.2) 100%);*/
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0.3) 0%, rgba(224, 207, 224, 0.85) 100%);
}

.nav-tile-container-wide.orange .nav-tile-complete-container {
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0.3) 0%, rgba(253, 232, 210, 0.85) 100%);
}

.nav-tile-section {
  margin: auto;
  max-width: 1334px;
  padding: 40px 0 40px;
}

@media only screen and (max-width: 1404px) {
  .nav-tile-section {
    /*margin: auto;*/
    max-width: 672px;
    /*padding: 40px 0 40px;*/
  }
}
.mainBreak {
  padding-left: 16px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1421px) {
  .mainBreak {
    padding-left: 0;
    padding-top: 16px;
  }
}
.account-setup-node a {
  /*color: $color_white !important;*/
  color: #99c3ef;
}

.account-setup-node a:hover {
  color: #5cadfb !important;
  text-decoration: none;
}

.account-setup-node {
  height: 0;
  overflow: hidden;
  padding-left: 20px;
  background: #e7f0ff;
  color: #2580d8;
  /* background: linear-gradient(to bottom, #e7f0ff, #e7f0ff 96%, #d9dee4 100%); */
  transition: 0.3s ease-out;
  background-image: url(https://www.payrollcenter.com/wp-content/uploads/2017/09/clouds-left.svg), url(https://www.payrollcenter.com/wp-content/uploads/2017/09/clouds-top-right.svg), url(https://www.payrollcenter.com/wp-content/uploads/2017/09/clouds-btm-right-b.svg);
  background-repeat: no-repeat;
  background-position: bottom left, top right, bottom right;
  background-size: 106px;
  background: #154b7d;
  color: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  z-index: 140;
  position: absolute;
  width: 100%;
}

.account-setup-node.show {
  height: 95px;
}

.account-setup-node table {
  border: none;
  height: 100%;
}

.account-setup-node table td {
  vertical-align: middle;
}

.app.main {
  /*height: 100%;*/
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 1;
  overflow: hidden;
}

body.account-setup-visible .app.main {
  top: 95px;
}

body.account-setup-visible .app.content {
  bottom: 95px;
}

body.account-setup-visible .rightContent {
  top: 171px;
}

.account-setup-current-step {
  position: absolute;
  font-size: 34px;
  left: 30px;
  top: 19px;
}

.account-setup-current-step-subtitle {
  position: absolute;
  left: 30px;
  top: 60px;
}

.account-setup-steps {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 25px;
}

.account-setup-steps .inline {
  display: inline-block;
  padding: 3px;
}

.app.menuItem.main {
  top: 0 !important;
}

.ul_no_list_style {
  list-style: none;
}

.ul_no_list_style.margin-vertical-10 li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.app.popupConfirmationContainer div[data-dojo-attach-point=subTitleNode] {
  padding-top: 20px;
}

.section.medium:not(first-child) {
  margin: 0;
}

.section.medium .col_10 {
  margin: 4px;
}

.app .activity-feed-text-box-controls a.position-middle {
  right: 35px;
}

.app .activity-feed-text-box-controls a.position-middle-2 {
  right: 15px;
}

.app .activity-feed-text-box-controls a.position-middle-3 {
  right: 55px;
}

.app .activity-feed-text-box-controls a.position-middle-4 {
  right: 75px;
}

.fa.fa-stack-1x,
.fa.fa-stack-2x {
  position: absolute;
}

.btn-warning .fa.fa-stack-2x.fa-ban:before {
  color: #ffd993;
}

.boxed-list-vertical {
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
}

.boxed-list-vertical:before {
  content: " ";
  position: absolute;
  width: 100%;
  top: 0;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}

.boxed-list-vertical:first-child:before {
  content: " ";
  position: absolute;
  width: 0;
  top: 0;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
}

.info-tag {
  padding: 4px 7px;
  margin: 4px 8px 4px 0;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}

.info-tag.small {
  padding: 2px 4px;
  margin: 3px 6px 3px 0;
  font-size: 0.85em;
}

.info-tag.grey,
.info-tag-grey {
  background: #f3f3f3;
}

.info-tag.blue,
.info-tag-blue,
.info-tag.info {
  color: #2580d8;
  background-color: #d9edf7;
}

.info-tag.green,
.info-tag-green,
.info-tag.success {
  background-color: #dcf5d7;
  color: #25ad8d;
}

.info-tag.red,
.info-tag-red,
.info-tag.danger {
  color: #bf1d0b;
  background-color: #ffdfeb;
}

.info-tag.purple,
.info-tag-purple {
  background: #eae1ea;
  color: #783076;
}

.info-tag.brown,
.info-tag-brown,
.info-tag.orange,
.info-tag-orange {
  background: #fff3e7;
  color: #ffbe5d;
}

ol.ol-circle {
  counter-reset: li-counter;
  list-style-type: none;
  ms-list-style-type: decimal;
  margin-left: 2.1em;
  padding: 0;
}

ol.ol-circle > li {
  margin-top: 1.2em;
  position: relative;
}

ol.ol-circle > li:before {
  font-family: "graphik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: #2580d8;
  border-radius: 50%;
  color: #fff;
  content: counter(li-counter);
  counter-increment: li-counter;
  font-size: 0.765em;
  height: 1.9em;
  left: -2.75em;
  padding-top: 0.26em;
  position: absolute;
  text-align: center;
  top: 1px;
  box-sizing: border-box;
  width: 1.9em;
}

.app.employee_profile {
  border-radius: 50%;
  border: solid 3px #f3f3f3;
}

.shadow-light {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}

.collection-tile {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.compensationList .line {
  border-color: transparent;
}

.compensationList .dot.dot-header {
  background: transparent;
}

.fullPageDialog.fpd_contentBack {
  background-color: #f3f3f3 !important;
}

.sky-clouds {
  background-color: #e7f0ff;
  background-image: url(https://www.payrollcenter.com/wp-content/uploads/2017/09/clouds-left.svg), url(https://www.payrollcenter.com/wp-content/uploads/2017/09/clouds-top-right.svg), url(https://www.payrollcenter.com/wp-content/uploads/2017/09/clouds-btm-right-b.svg);
  background-repeat: no-repeat;
  background-position: bottom left, top right, bottom right;
  background-size: 141px;
}

.sky-clouds.sky-clouds-alert {
  background-size: 104px;
}

.full-page-dialog-grid {
  margin-top: 16px;
}

.gutter-sizer {
  width: 3%;
  max-width: 24px;
}

.grid-sizer {
  width: 33.3333%;
  padding: 0 0 16px;
  box-sizing: border-box;
}

.grid-item {
  width: 33.3333%;
  padding: 0 0 16px;
  box-sizing: border-box;
}

.grid-item-width2 {
  width: 67.6666%;
  padding: 0 0 16px;
  box-sizing: border-box;
}

.app.main .app.page-reports .hero {
  align-items: center;
  display: flex;
  padding-left: 32px;
  height: 142px;
  justify-content: flex-start;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-out;
}
.app.main .app.page-reports .hero .border-bottom {
  bottom: 0;
  height: 20px;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.app.main .app.page-reports .hero .border-bottom:after {
  border-radius: 40%;
  bottom: -12px;
  box-shadow: 0 0 10px 2px #074f9d;
  content: " ";
  display: block;
  height: 8px;
  left: 0;
  margin-left: 2%;
  position: absolute;
  width: 96%;
}
.app.main .app.page-reports .grid-item {
  width: 32.5%;
  width: 31.6%;
}
.app.main .app.page-reports .grid-sizer {
  width: 31.6%;
}
.app.main .app.page-reports .grid-item-width2 {
  width: 64.5%;
}

.app.main.rightContentClosed .app.page-reports .grid-item {
  width: 31.9%;
}
.app.main.rightContentClosed .app.page-reports .grid-sizer {
  width: 31.9%;
}
.app.main.rightContentClosed .app.page-reports .grid-item-width2 {
  width: 65.7%;
}

.full-page-dialog-grid-sizer {
  width: 49.4%;
  padding: 0 0 16px;
  box-sizing: border-box;
}

.full-page-dialog-grid-item {
  width: 49.4%;
  padding: 0 0 16px;
  box-sizing: border-box;
}

.full-page-dialog-grid-item-width2 {
  width: 1370px;
  padding: 0 0 16px;
  box-sizing: border-box;
}

.app.titleLinkFloatRight {
  margin-top: 0;
}

@media only screen and (max-width: 2080px) {
  .sideNavContent-expanded .app.main:not(.rightContentClosed) .grid-item {
    width: 49%;
  }
  .sideNavContent-expanded .app.main:not(.rightContentClosed) .grid-sizer {
    width: 49%;
  }
  .sideNavContent-expanded .app.main:not(.rightContentClosed) .grid-item-width2 {
    width: 100%;
  }
}
@media only screen and (max-width: 1980px) {
  .app.main:not(.rightContentClosed) .grid-item {
    width: 49%;
  }
  .app.main:not(.rightContentClosed) .grid-sizer {
    width: 49%;
  }
  .app.main:not(.rightContentClosed) .grid-item-width2 {
    width: 100%;
  }
}
@media only screen and (max-width: 1840px) {
  .app.main:not(.rightContentClosed) .app.page-reports .grid-item {
    width: 49%;
  }
  .app.main:not(.rightContentClosed) .app.page-reports .grid-sizer {
    width: 49%;
  }
  .app.main:not(.rightContentClosed) .app.page-reports .grid-item-width2 {
    width: 100%;
  }
}
@media only screen and (max-width: 1780px) {
  .sideNavContent-expanded .app.main:not(.rightContentClosed) .grid-item {
    width: 100%;
  }
  .sideNavContent-expanded .app.main:not(.rightContentClosed) .grid-sizer {
    width: 100%;
  }
  .sideNavContent-expanded .app.main:not(.rightContentClosed) .grid-item-width2 {
    width: 100%;
  }
  .app.main:not(.rightContentClosed) .grid-sizer {
    width: 100%;
  }
  .app.main:not(.rightContentClosed) .grid-item {
    width: 100%;
  }
  .app.main:not(.rightContentClosed) .grid-item-width2 {
    width: 100%;
  }
  .app.main:not(.rightContentClosed) .app.page-reports .grid-item {
    width: 100%;
  }
  .app.main:not(.rightContentClosed) .app.page-reports .grid-sizer {
    width: 100%;
  }
  .app.main:not(.rightContentClosed) .app.page-reports .grid-item-width2 {
    width: 100%;
  }
}
@media only screen and (max-width: 1610px) {
  .app.main.rightContentClosed .app.page-reports .grid-item {
    width: 49.3%;
  }
  .app.main.rightContentClosed .app.page-reports .grid-sizer {
    width: 49.3%;
  }
  .app.main.rightContentClosed .app.page-reports .grid-item-width2 {
    width: 100%;
  }
}
@media only screen and (max-width: 1580px) {
  .app.main.rightContentClosed .grid-sizer {
    width: 49.3%;
  }
  .app.main.rightContentClosed .grid-item {
    width: 49.3%;
  }
  .app.main.rightContentClosed .grid-item-width2 {
    width: 100%;
  }
}
@media only screen and (max-width: 1480px) {
  .app.main.rightContentClosed .app.page-reports .grid-item {
    width: 100%;
  }
  .app.main.rightContentClosed .app.page-reports .grid-sizer {
    width: 100%;
  }
  .app.main.rightContentClosed .app.page-reports .grid-item-width2 {
    width: 100%;
  }
}
@media only screen and (max-width: 1232px) {
  .app.main.rightContentClosed .grid-item {
    width: 100%;
  }
  .app.main.rightContentClosed .grid-sizer {
    width: 100%;
  }
  .app.main.rightContentClosed .grid-item-width2 {
    width: 100%;
  }
}
@media only screen and (max-width: 1340px) {
  .full-page-dialog-grid-sizer {
    max-width: 100%;
    width: 100%;
  }
  .full-page-dialog-grid-item {
    max-width: 100%;
    width: 100%;
  }
  .full-page-dialog-grid-item-width2 {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-tile-wide-content-container {
    padding: 164px 9px 10px;
  }
  .claro .dijitTitlePaneContentOuter {
    border-radius: 4px;
    padding: 0;
    margin-top: 14px;
    border: 0;
  }
}
@media only screen and (max-width: 1658px) {
  .sideNavContent-expanded .app.main.rightContentClosed .grid-sizer {
    width: 49.3%;
  }
  .sideNavContent-expanded .app.main.rightContentClosed .grid-item {
    width: 49.3%;
  }
  .sideNavContent-expanded .app.main.rightContentClosed .grid-item-width2 {
    width: 100%;
  }
}
@media only screen and (max-width: 1320px) {
  .sideNavContent-expanded .app.main.rightContentClosed .grid-sizer {
    width: 100%;
  }
  .sideNavContent-expanded .app.main.rightContentClosed .grid-item {
    width: 100%;
  }
  .sideNavContent-expanded .app.main.rightContentClosed .grid-item-width2 {
    width: 100%;
  }
}
@media only screen and (max-width: 1700px) {
  .sideNavContent-expanded.side-nav-submenu-revealed .app.main.rightContentClosed .page-reports .grid-sizer {
    width: 49.3%;
  }
  .sideNavContent-expanded.side-nav-submenu-revealed .app.main.rightContentClosed .page-reports .grid-item {
    width: 49.3%;
  }
  .sideNavContent-expanded.side-nav-submenu-revealed .app.main.rightContentClosed .page-reports .grid-item-width2 {
    width: 100%;
  }
}
@media only screen and (max-width: 1530px) {
  .sideNavContent-expanded.side-nav-submenu-revealed .app.main.rightContentClosed .page-reports .grid-sizer {
    width: 100%;
  }
  .sideNavContent-expanded.side-nav-submenu-revealed .app.main.rightContentClosed .page-reports .grid-item {
    width: 100%;
  }
  .sideNavContent-expanded.side-nav-submenu-revealed .app.main.rightContentClosed .page-reports .grid-item-width2 {
    width: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  .sideNavContent-expanded .app.main.rightContentClosed .page-reports .grid-sizer {
    width: 100%;
  }
  .sideNavContent-expanded .app.main.rightContentClosed .page-reports .grid-item {
    width: 100%;
  }
  .sideNavContent-expanded .app.main.rightContentClosed .page-reports .grid-item-width2 {
    width: 100%;
  }
}
.fullPageDialog.innerDialogContent {
  top: 172px;
}

.app.payRunDataTable .section.app.table-layout {
  /*margin-top: 40px;*/
  margin-bottom: 40px;
}

.app.payRunDataTable > ._empRow {
  padding-top: 40px;
  border-bottom: solid thin #f3f3f3;
}

.app.payRunDataTable > ._empRow:last-child {
  border-bottom: solid 0 #f3f3f3;
}

.app.dataTable > .table-body.employee-list > .table-row > .table-cell {
  padding-top: 22px;
  padding-bottom: 22px;
}

.app.dataTable > .table-body.employee-list > .table-row:first-child > .table-cell {
  padding-top: 42px;
}

.app.payRunDataTable > .table-body.employee-list > .table-row > .table-cell {
  padding-top: 22px;
  padding-bottom: 22px;
}

.app.payRunDataTable > .table-body.employee-list > .table-row:first-child > .table-cell {
  padding-top: 42px;
}

.topNav-subMenu .app.subMenuItem:hover {
  background: transparent;
  color: #fff;
}

.employee-tax-information-settings {
  max-width: 640px;
}

.employee-tax-information-settings table td {
  padding: 18px 2px;
  border-bottom: solid thin #eee;
}

.employee-tax-information-settings table td:last-child {
  width: 140px;
  text-align: right;
}

.employee-tax-information-settings table tr:last-child td {
  border-bottom: none;
}

.claro .dijitTitlePaneTitle {
  border-radius: 4px;
  border-color: transparent;
}

.claro .dijitTitlePaneTextNode, .claro .dijitFieldsetLegendNode {
  margin-left: 0;
}

.claro .dijitTitlePaneTitle * {
  vertical-align: baseline;
}

.dashboard-body-alert {
  background-color: #e7f0ff;
  background-image: url(https://www.payrollcenter.com/wp-content/uploads/2017/09/clouds-top-right.svg), url(https://www.payrollcenter.com/wp-content/uploads/2017/09/clouds-btm-right-b.svg);
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  background-size: 243px;
  transition: all 0.3s ease-out;
}
.dashboard-body-alert:hover {
  background-size: 262px;
  background-color: #ddeeff;
}
.dashboard-body-alert .nav-tile-top-highlight {
  display: none;
}
.dashboard-body-alert .nav-tile-wide-container {
  border-color: transparent;
}
.dashboard-body-alert .nav-tile-wide-title-container {
  font-weight: 500;
  font-size: 28px;
}
.dashboard-body-alert .nav-tile-wide-icon-container {
  background: #e7f0ff;
}
.dashboard-body-alert .nav-tile-wide-container:hover .nav-tile-wide-icon-container {
  background: #f4f8ff;
}
.dashboard-body-alert .nav-tile-wide-content-container .tile-content-information-row {
  border-color: rgba(68, 134, 198, 0.11);
  background-color: rgba(68, 134, 198, 0.05);
}
.dashboard-body-alert .nav-tile-wide-content-container .tile-content-information-row h2 {
  color: #555;
}

.app.chartPrimary > div {
  width: 100%;
  max-width: 800px;
}

.reportThumbTable .table-cell {
  display: block;
  padding: 40px !important;
  color: #919191;
  text-align: center;
}
.reportThumbTable .table-cell:first-child {
  background: #f9f9f9;
  border-bottom: solid thin #eee;
}
.reportThumbTable .table-cell strong {
  font-size: 1.4em;
  padding-bottom: 16px;
  display: block;
}
.reportThumbTable .table-cell img {
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
}

.collection-tile.no-padding {
  padding: 0 !important;
}

.claro .dijitInlineEditBoxDisplayMode {
  border: 1px solid transparent;
  padding: 8px 12px;
  margin: 0 0 0 -12px;
  cursor: pointer;
}

.claro .dijitInlineEditBoxDisplayModeHover {
  border: 1px solid transparent;
  padding: 8px 12px;
  cursor: pointer;
}

ul.as-list {
  list-style: none;
}
ul.as-list li {
  list-style: none;
  text-align: left;
  margin: 8px 0;
  position: relative;
  padding-left: 1em;
}
ul.as-list li:before {
  content: " ";
  background: #2580d8;
  position: absolute;
  width: 0.6em;
  top: 0.3em;
  left: 0px;
  height: 0.6em;
  border-radius: 50%;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.place-holder-animated-background {
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
}

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