/**
 * Clay 3.110.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/**
 * Clay 3.110.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.quick-access-nav {
  position: fixed;
  z-index: 999;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px;
}
.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}
.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
}

.overlay-hidden,
.overlaymask-hidden {
  display: none;
}

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative;
}
.lfr-form-row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.lfr-form-row:hover {
  border: solid #ccc;
  border-width: 1px 0;
  padding-top: 0;
}
.lfr-form-row.lfr-form-row-inline .form-group {
  margin-right: 5px;
}
.lfr-form-row legend .field-label {
  float: left;
  margin-right: 10px;
}
.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px;
}
.lfr-form-row fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem;
}

.dropdown.open > .dropdown-menu, .overlay-content .open > .dropdown-menu {
  display: block;
}

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
}
.form-control-inline:not(:hover) {
  border-color: transparent;
}
.form-control-inline::placeholder {
  color: #a7a9bc;
  font-style: italic;
}

.form-search .input-group {
  position: relative;
}
.form-search .input-group.advanced-search .search-query {
  padding-left: 40px;
  z-index: 0;
}
.form-search .input-group.advanced-search .toggle-advanced {
  cursor: pointer;
  left: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}
.form-search .input-group.advanced-search .toggle-advanced .caret {
  margin-top: 7px;
}
.form-search .input-group.advanced-search .toggle-advanced .icon-search {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .form-search .input-group {
    width: 100%;
  }
  .form-search .input-group .btn {
    clip: rect(0, 0, 0, 0);
    left: -9999px;
    position: absolute;
  }
  .form-search .input-group input.search-query {
    width: 100%;
  }
}

.lfr-table {
  border-collapse: collapse;
  clear: both;
}
.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0 5px;
  overflow-wrap: break-all;
  word-wrap: break-all;
}
.lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
.lfr-table > tbody > tr > th:first-child,
.lfr-table > tbody > tr > th.first-child,
.lfr-table > thead > tr > td:first-child,
.lfr-table > thead > tr > td.first-child,
.lfr-table > thead > tr > th:first-child,
.lfr-table > thead > tr > th.first-child,
.lfr-table > tfoot > tr > td:first-child,
.lfr-table > tfoot > tr > td.first-child,
.lfr-table > tfoot > tr > th:first-child,
.lfr-table > tfoot > tr > th.first-child {
  padding-left: 0;
}
.lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
.lfr-table > tbody > tr > th:last-child,
.lfr-table > tbody > tr > th.last-child,
.lfr-table > thead > tr > td:last-child,
.lfr-table > thead > tr > td.last-child,
.lfr-table > thead > tr > th:last-child,
.lfr-table > thead > tr > th.last-child,
.lfr-table > tfoot > tr > td:last-child,
.lfr-table > tfoot > tr > td.last-child,
.lfr-table > tfoot > tr > th:last-child,
.lfr-table > tfoot > tr > th.last-child {
  padding-right: 0;
}
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-pagination:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.lfr-pagination .dropdown-menu {
  display: none;
}
.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
  float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  top: 10px;
}
.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
  float: left;
}
@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-pagination .pagination-content {
  float: right;
}

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}
.lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
  display: block;
}
.lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
  border-bottom-width: 0;
}
.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0;
}
.lfr-panel .toggler-header {
  cursor: pointer;
}

.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}
.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
  display: inline-block;
  width: auto;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
  float: none;
  padding: 0.4em 0;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
  display: inline;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
  margin: 10px 0;
}
.lfr-translation-manager .lfr-translation-manager-available-translations {
  white-space: normal;
}
.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0.2em;
  padding: 0.4em 0.3em 0.4em 0.5em;
  text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation * {
  vertical-align: middle;
}
.lfr-translation-manager .lfr-translation-manager-translation img {
  margin-right: 0.3em;
}
.lfr-translation-manager .lfr-translation-manager-translation:hover {
  background-color: #d1e5ef;
}
.lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  background-color: #598bec;
  border-color: #224fa8;
  color: #fff;
}
.lfr-translation-manager .lfr-translation-manager-change-default-locale {
  margin: 0 0.4em;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation {
  display: inline-block;
  padding: 0 2px;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation svg {
  pointer-events: none;
}

.lfr-tree a {
  text-decoration: none;
}
.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0;
}
.lfr-tree li ul li, .lfr-tree li.tree-item {
  padding-left: 0;
}
.lfr-tree li.tree-item {
  padding-left: 5px;
}
.lfr-tree li.tree-item li {
  padding-left: 20px;
}
.lfr-tree li.tree-item ul {
  margin-left: 0;
  margin-top: 5px;
}

.lfr-upload-container {
  margin-bottom: 1rem;
}
.lfr-upload-container .upload-target {
  border: 3px dashed #e7e7ed;
  margin-bottom: 1rem;
  min-height: 2rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  z-index: 100;
}
.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #edf9f0;
  border-color: #5aca75;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.mobile .lfr-upload-container .upload-target .drop-file-text {
  display: none;
}
.lfr-upload-container .upload-target .small {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}
.lfr-upload-container .manage-upload-target {
  padding-top: 5px;
  position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
  float: left;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 0 0 5px;
}
.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: right;
}
.lfr-upload-container .cancel-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
  margin-right: 0;
}
.lfr-upload-container .clear-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
  padding-left: 16px;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-right: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}
.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #6b6c7e;
  margin-top: 1px;
  position: absolute;
  right: 5px;
  top: 50%;
  white-space: nowrap;
}
.lfr-upload-container .cancel-button .cancel-button-text {
  display: none;
  margin-left: 5px;
}
.lfr-upload-container .cancel-button:hover .cancel-button-text {
  display: inline;
}
.lfr-upload-container .cancel-button .lexicon-icon {
  height: 12px;
}
.lfr-upload-container .delete-button {
  color: #6b6c7e;
}
.lfr-upload-container .delete-button-col {
  padding-right: 10px;
}
.lfr-upload-container .file-added .success-message {
  float: right;
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
  padding-left: 25px;
}
.lfr-upload-container .upload-complete .cancel-button,
.lfr-upload-container .delete-button,
.lfr-upload-container .upload-complete.file-saved .delete-button,
.lfr-upload-container .upload-complete.upload-error .delete-button {
  display: none;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #feefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
  border-color: #ab1010;
  color: #ab1010;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px;
}
.lfr-upload-container .multiple-files .upload-error .error-message {
  display: block;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
  padding-left: 1rem;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
  display: none;
}
.lfr-upload-container .single-file .upload-error {
  list-style: none;
  margin-top: 1em;
}
.lfr-upload-container .single-file .upload-error .upload-error-message {
  margin-bottom: 0.5em;
}
.lfr-upload-container .upload-complete {
  padding-left: 5px;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
  margin-left: 1em;
}
.lfr-upload-container .upload-complete .delete-button {
  display: inline-block;
}
.lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
  display: none;
}
.lfr-upload-container .progress {
  display: none;
  margin-top: 0.5rem;
}
.lfr-upload-container .file-uploading .progress {
  display: flex;
}

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430;
}
.lfr-alert-container.inline-alert-container {
  position: relative;
}
.lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
  padding: 0;
}
.lfr-alert-container .lfr-alert-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
}

.lfr-search-container td .overlay.entry-action {
  position: static;
}
.lfr-search-container td .overlay.entry-action .btn a {
  display: block;
  padding: 4px 12px;
}

.contextual-sidebar {
  height: calc(
		100vh - var(--control-menu-container-height) - 49px
	);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: calc(var(--control-menu-container-height) + 49px);
  transform: translateX(100%);
  transition: transform ease 0.5s;
  visibility: hidden;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

@media (min-width: 768px) {
  .contextual-sidebar {
    height: calc(
			100vh - var(--control-menu-container-height) - 64px
		);
    top: calc(
			var(--control-menu-container-height) + 64px
		);
  }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px;
  }
}
.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}
.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}
.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border: 2px solid #cfc;
}
.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}
.taglib-diff-html span.diff-html-changed img {
  border: 2px dotted #009;
}
.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}
.taglib-diff-html span.diff-html-removed img {
  border: 2px solid #fdc6c6;
}

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.taglib-discussion .actions-menu .component-action {
  display: inline-flex;
}
.taglib-discussion .button-holder {
  margin: 1rem 0;
}
.taglib-discussion .comment-container {
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1;
}
.taglib-discussion .lfr-discussion-body {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-body {
    padding-left: 3.5rem;
  }
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word;
  }
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
  text-decoration: underline;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px;
}
.taglib-discussion .lfr-discussion-container {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:first-of-type {
  border-top: 1px solid #e7e7ed;
  padding-top: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:last-of-type {
  border-bottom: 0;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion {
  padding-left: 1rem;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
  padding-left: 0;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-left: 3.5rem;
  }
}
.taglib-discussion .lfr-discussion-parent-link {
  color: #67678c;
  font-weight: 600;
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .taglib-discussion .lfr-discussion-parent-link {
    display: block;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem;
}
.taglib-discussion .lfr-discussion-more-comments {
  border-top: 1px solid #e7e7ed;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}
.taglib-discussion .username {
  color: #272833;
  font-weight: 600;
}
.taglib-discussion .taglib-workflow-status {
  margin-left: 0.5rem;
}
.taglib-discussion .workflow-value {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .taglib-discussion .actions-menu {
    display: none;
  }
  .taglib-discussion .comment-container:hover .actions-menu,
  .taglib-discussion .actions-menu:focus,
  .taglib-discussion .actions-menu.open {
    display: inline-block;
  }
}

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center;
}
.drop-zone.drop-enabled {
  outline: 2px dashed transparent;
}
.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}
.drop-zone p {
  margin: 10px auto 0;
  max-width: 75%;
}

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info {
  transition: none;
}

.drop-here-info .drop-here-indicator {
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons {
  transition: none;
}

.drop-here-info .drop-icons span {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  transition: none;
}

.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  transform: rotate(25deg);
  width: 60px;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  left: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}
.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}
.drop-here-info .drop-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-left: 0;
  margin-top: 20px;
}
.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}
.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6b6c7e;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(@theme_image_path@/states/empty_state.gif);
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-result-message-header,
  .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    background-image: url(@theme_image_path@/states/empty_state_reduced_motion.gif);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header,
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(@theme_image_path@/states/empty_state_reduced_motion.gif);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(@theme_image_path@/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(@theme_image_path@/states/search_state_reduced_motion.gif);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(@theme_image_path@/states/search_state_reduced_motion.gif);
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(@theme_image_path@/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-state {
    background-image: url(@theme_image_path@/states/empty_state_reduced_motion.gif);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
  background-image: url(@theme_image_path@/states/empty_state_reduced_motion.gif);
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(@theme_image_path@/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-success-state {
    background-image: url(@theme_image_path@/states/success_state_reduced_motion.gif);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
  background-image: url(@theme_image_path@/states/success_state_reduced_motion.gif);
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(@theme_image_path@/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-search-state {
    background-image: url(@theme_image_path@/states/search_state_reduced_motion.gif);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
  background-image: url(@theme_image_path@/states/search_state_reduced_motion.gif);
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

.field-wrapper.form-inline .control-label {
  display: inline-block;
}

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap;
}

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.taglib-header .header-title {
  display: inline-block;
  margin: 0.1em;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.taglib-header .header-back-to {
  display: inline-block;
  vertical-align: middle;
}
.taglib-header .header-back-to a {
  display: block;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  text-decoration: none;
}

.taglib-icon {
  text-decoration: none;
}
.taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
  text-decoration: underline;
}
.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.taglib-icon-help {
  color: #6b6c7e !important;
}
.taglib-icon-help:hover, .taglib-icon-help:active {
  color: #272833 !important;
}

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}
.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.taglib-icon-list li {
  float: left;
  margin-right: 1em;
}
.taglib-icon-list:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none;
}
@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center;
  }
  .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
  .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
    display: none;
  }
}

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative;
}
.lfr-menu-list.direction-right {
  margin: 0 2px;
}
.lfr-menu-list.dropdown-menu {
  float: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .lfr-menu-list.dropdown-menu > li > a {
    font-size: 22px;
    line-height: 40px;
    white-space: normal;
  }
  .lfr-menu-list.dropdown-menu > li > a img {
    margin-bottom: 3px;
  }
}
.lfr-menu-list.dropdown-menu .search-panel {
  margin-bottom: 0;
}
.lfr-menu-list.dropdown-menu .search-panel .form-group {
  margin: 0 16px;
}
.lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
  width: auto;
}
body > .lfr-menu-list ul {
  border-radius: 4px;
}

.lfr-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}
.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0;
}
.input-localized .input-group-item {
  flex-direction: column;
}
.input-localized .input-localized-content {
  margin-left: 6px;
}
.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background-color: #ff0047;
}
.input-localized .lfr-input-localized-default a {
  margin-right: 14px;
}
.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px;
}
.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal;
}
.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem;
}
.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px;
}
.input-localized-palette-container .palette-item-inner img {
  display: block;
}

.taglib-move-boxes {
  margin-bottom: 1em;
}
.taglib-move-boxes label {
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}
.taglib-move-boxes .toolbar {
  text-align: center;
}
.taglib-move-boxes .arrow-button img {
  border-width: 0;
  height: 16px;
  width: 16px;
}
.taglib-move-boxes .choice-selector {
  width: 100%;
}
.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .field-content {
  margin-bottom: 0;
}
.taglib-move-boxes .move-arrow-buttons {
  margin-top: 5em;
}
.taglib-move-boxes .move-arrow-buttons .arrow-button {
  display: block;
}
.taglib-move-boxes .sortable-container {
  margin-top: 10px;
}
.taglib-move-boxes .sortable-container .btn.edit-selection {
  margin-bottom: 10px;
}
.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
  border-top: 1px solid #ddd;
  display: none;
  margin: 2px 0;
  padding: 2px;
  position: relative;
}
.taglib-move-boxes .sortable-container .move-option.selected {
  display: block;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .checkbox,
.taglib-move-boxes .sortable-container .move-option .handle {
  position: absolute;
}
.taglib-move-boxes .sortable-container .move-option .checkbox {
  display: none;
  margin: 7px 0 0 5px;
}
.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
  cursor: pointer;
  font-size: 1.5em;
  padding: 6px;
}
.taglib-move-boxes .sortable-container .move-option .title {
  font-size: 1.2em;
  margin: 1px 0 1px 30px;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option {
  display: block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
  display: inline-block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
  display: none;
}
.mobile .taglib-move-boxes .selector-container {
  display: none;
}

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px;
}
.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem;
}
.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.item-selector .input-file + label {
  position: relative;
}
.item-selector .input-file + label::before {
  border-radius: 4px;
  bottom: -2px;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: box-shadow 0.15s ease-in-out;
}
.item-selector .input-file:focus + label::before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #f0f5ff;
  cursor: pointer;
}

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%;
}
.lfr-map .home-button {
  margin: 5px;
}
@media (max-width: 575.98px) {
  .lfr-map .home-button {
    height: 35px;
    width: 45px;
  }
}
.lfr-map .search-controls {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 576px) {
  .lfr-map .search-controls {
    width: 50%;
  }
}
.lfr-map .search-controls .search-input {
  width: 100%;
}

.navbar .navbar-collapse {
  max-height: none;
}
.navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
  display: inline;
}
@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}
.navbar .navbar-search .form-search {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .navbar .navbar-search .form-search {
    float: right;
    max-width: 275px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em;
}
.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
}
.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px;
}

.lfr-search-container .entry-action {
  width: 1px;
}
.lfr-search-container .entry-action .taglib-icon {
  white-space: nowrap;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 1020;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):focus, .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):hover {
  color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6b6c7e;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #272833;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6b6c7e;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #272833;
}
.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
.lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6,
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem;
}

.user-info {
  display: flex;
}
.user-info .sticker {
  align-self: center;
}
.user-info .user-details {
  margin-left: 1rem;
}
.user-info .user-name {
  color: #272833;
  font-weight: 600;
}
.user-info .date-info {
  color: #6b6c7e;
}

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px;
}
.user-status-tooltip .user-status-avatar .user-status-avatar-image {
  width: 27px;
}
.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden;
}
.user-status-tooltip .user-status-info .user-status-date {
  font-size: 11px;
}

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .lfr-search-container .selector-button {
    width: auto;
  }
}
.touch .lfr-search-container {
  -webkit-overflow-scrolling: touch;
}
.touch .lfr-search-container .searchcontainer-content .table {
  max-width: none;
}

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto;
}
.taglib-page-iterator .lfr-pagination-buttons {
  float: right;
  margin: 0;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    width: 50%;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
    display: none;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li > a {
    line-height: 20px;
    padding: 11px 19px;
  }
}
.taglib-page-iterator .lfr-pagination-config {
  float: left;
  line-height: 46px;
}
@media (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
    display: block;
  }
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
  display: inline;
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  float: none;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
    display: none;
  }
}
.taglib-page-iterator .search-results {
  float: left;
  line-height: 46px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}

.taglib-search-toggle .form-search {
  position: relative;
}
.taglib-search-toggle .form-search .input-group-btn {
  position: absolute;
}
@media (min-width: 992px) {
  .taglib-search-toggle .form-search .input-group-btn {
    position: static;
  }
}
.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px;
}
.taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
  text-decoration: none;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0;
}
.navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  border-width: 1px 0 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
  position: relative;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
  margin-bottom: 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
  color: #999;
  font-size: 13px;
}
.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1;
}

.taglib-user-display {
  padding: 0.5em;
}
.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.taglib-user-display .user-details {
  margin-top: 1em;
}
.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}
.taglib-user-display a .user-name {
  text-decoration: underline;
}
.taglib-user-display.display-style-1 .user-profile-image {
  float: left;
  margin-right: 24px;
}
.taglib-user-display.display-style-1 .user-name {
  display: inline-block;
  margin-top: 10px;
}
.taglib-user-display.display-style-1 .user-details {
  margin-top: 0;
}
.taglib-user-display.display-style-2 .user-profile-image,
.taglib-user-display.display-style-2 .user-name {
  clear: both;
  display: block;
  min-height: 20px;
  text-align: center;
}
.taglib-user-display.display-style-3 {
  padding: 0;
}
.taglib-user-display.display-style-3 .user-profile-image {
  display: inline-block;
  vertical-align: middle;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}
.table-cell .taglib-workflow-status {
  margin: 0;
}
.table-cell .taglib-workflow-status .workflow-status {
  padding-left: 0;
}

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0;
}

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}
.portal-popup .login-container {
  padding: 1.5rem;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}
.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}
.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #e7e7ed;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
.portal-popup .dialog-footer.dialog-footer-not-reverse {
  flex-direction: initial;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}
.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .portal-popup:not(.article-preview) #main-content,
  .portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}
.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}
html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}
html:not(#__):not(#___) .active-area {
  background: #ffc;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}
html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}
html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}
html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}
html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-layout.dragging {
  border-collapse: separate;
}

.drop-area {
  background-color: #d3dadd;
}

.active-area {
  background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}
.c-prefers-reduced-motion .portlet-boundary.yui3-dd-dragging {
  transition: none;
}
.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}

.sortable-layout-proxy {
  opacity: 1;
}
.sortable-layout-proxy .portlet-topper {
  background-image: none;
}

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
.proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
.proxy.generic-portlet .portlet-title {
  padding: 10px;
}
.proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}

.sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}

.sortable-layout-drag-target-indicator {
  margin: 2px 0;
}

.yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-column-content.empty {
  padding: 50px;
}

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
  margin-bottom: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
  display: none;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}
.lfr-source-editor .ace_editor {
  height: 100%;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
  content: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "▸";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #fff;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-right: solid 1px #ccc;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #ededef;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34adab;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1d5ec7;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #ff6c58;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: #f00;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474f;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555e;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #009aed;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #11394e;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4d91ff;
}

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
  height: 40px;
  margin-right: 4px;
  margin-top: 4px;
  min-height: 40px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
  height: 95%;
  position: relative;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border: 1px solid #ccc;
  position: absolute;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
  display: inline-block;
  overflow-y: auto;
  padding-left: 20px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
  display: inline-block;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
  height: 100%;
  width: 50%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
  height: 100%;
  left: 50%;
  top: 0;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
  height: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
  top: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
  display: none;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
  height: 100%;
  width: 100%;
}

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left;
}

.file-icon-color-0 {
  background-color: #fff;
  color: #6b6c7e;
}

.file-icon-color-1 {
  background-color: #fff;
  color: #a7a9bc;
}

.file-icon-color-2 {
  background-color: #fff;
  color: #50d2a0;
}

.file-icon-color-3 {
  background-color: #fff;
  color: #af78ff;
}

.file-icon-color-4 {
  background-color: #fff;
  color: #ffb46e;
}

.file-icon-color-5 {
  background-color: #fff;
  color: #ff5f5f;
}

.file-icon-color-6 {
  background-color: #fff;
  color: #4b9bff;
}

.file-icon-color-7 {
  background-color: #fff;
  color: #272833;
}

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}
.lfr-item-viewer .progress-container a {
  position: absolute;
  right: 30px;
}
.lfr-item-viewer .progress-container .progress {
  margin-top: 10px;
}
.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}
.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}
.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%;
}
.lfr-item-viewer .upload-view > div {
  display: table-cell;
  vertical-align: middle;
}
.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34;
}

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type=radio] {
  opacity: 0;
  position: absolute;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: 0px;
  content: "";
  left: 0px;
  position: absolute;
  right: 0px;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  transition: none;
}

.lfr-page-layouts .card-horizontal {
  border-width: 1px;
  box-shadow: none;
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal {
  transition: none;
}

.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: 0px;
  content: "";
  height: 0;
  left: 0px;
  position: absolute;
  right: 0px;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal::after {
  transition: none;
}

.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative;
}
.modal-dialog.dialog-iframe-modal {
  max-width: none;
}
.modal-dialog.modal-dialog-sm {
  max-width: 600px;
}
.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all;
}
.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
  bottom: 0;
  right: 0;
}

.modal-open .modal {
  display: block;
}

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0;
}

.sheet-footer .btn {
  margin-right: 1rem;
}
.sheet-footer .btn:last-child {
  margin-right: 0;
}

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal;
}
.tag-items li {
  display: inline-block;
  margin: 0 1em 0 0;
  max-width: 100%;
}

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.tag-cloud .tag-popularity-1 {
  font-size: 1em;
}
.tag-cloud .tag-popularity-2 {
  font-size: 1.3em;
}
.tag-cloud .tag-popularity-3 {
  font-size: 1.6em;
}
.tag-cloud .tag-popularity-4 {
  font-size: 1.9em;
}
.tag-cloud .tag-popularity-5 {
  font-size: 2.2em;
}
.tag-cloud .tag-popularity-6 {
  font-size: 2.5em;
}

.lfr-portal-tooltip {
  display: inline-flex;
}
.lfr-portal-tooltip,
.lfr-portal-tooltip a {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.tree-node .icon-check {
  padding-right: 2px;
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node [class^=icon-] {
  margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
  margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px;
}
.tree-node-content .tree-label {
  margin-left: 3px;
}
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}

.tree-node-selected .tree-label {
  background-color: transparent;
}

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none;
}

.user-icon-color-0 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #6b6c7e;
}

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #4a97f2;
}

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #e87523;
}

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #fb625b;
}

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #4fa488;
}

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #fe4fb5;
}

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #879b7a;
}

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #af78ff;
}

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #bf8c2a;
}

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #5f9bc7;
}

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23272833'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23272833'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23272833'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.3125rem;
  content: "";
  height: 0.3125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.navbar .navbar-toggler .c-inner {
  max-width: none;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white;
}

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}
.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}

.portlet-options-dropdown {
  z-index: 1035;
}

.portlet-topper {
  position: relative;
}
.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
.portlet-draggable .portlet-topper {
  cursor: move;
}

.portlet-title-editable {
  cursor: pointer;
}

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.panel-page-body .portlet-title-text, .panel-page-content .portlet-title-text {
  cursor: auto;
}

.portlet-minimized .portlet-content {
  padding: 0;
}

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
}

.portlet-layout .portlet-header {
  margin-bottom: var(--portlet-header-margin-bottom, calc(var(--spacer) * var(--spacer-5, 3rem)));
}

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}
.controls-hidden .portlet-title-editable {
  pointer-events: none;
}
.controls-hidden .portlet-topper {
  display: none !important;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: var(--portlet-topper-bg, var(--primary, #0b5fff));
  border-color: var(--portlet-topper-border, var(--portlet-topper-bg, #0b5fff));
  border-radius: var(--portlet-topper-border-radius, var(--border-radius-sm, 2px) var(--border-radius-sm, 2px) 0 0);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: var(--portlet-topper-color, var(--white, #fff));
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .c-prefers-reduced-motion .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}
html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: var(--portlet-topper-link-color, var(--portlet-topper-color, #fff));
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: var(--portlet-topper-border, var(--portlet-topper-bg, #0b5fff));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms;
  }
}
@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: flex;
  }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: var(--portlet-topper-border, var(--portlet-topper-bg, #0b5fff));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

.portlet-content-editable {
  border-color: var(--portlet-topper-border, var(--portlet-topper-bg, #0b5fff));
  border-radius: var(--portlet-content-border-radius, 0);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: var(--portlet-topper-border, var(--portlet-topper-bg, #0b5fff));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600;
}

.portlet-options {
  display: inline-block;
}

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portlet-title-menu {
  flex: 0 1 auto;
}
.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

.portlet-topper {
  background-color: var(--portlet-topper-bg, var(--primary, #0b5fff));
  border-color: var(--portlet-topper-border, var(--portlet-topper-bg, #0b5fff));
  border-radius: var(--portlet-topper-border-radius, var(--border-radius-sm, 2px) var(--border-radius-sm, 2px) 0 0);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: var(--portlet-topper-color, var(--white, #fff));
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
  color: var(--portlet-topper-link-color, var(--portlet-topper-color, #fff));
}
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-panel-page .portlet-title {
  font-size: 13px;
}

.portlet-borderless .portlet-content {
  padding: var(--spacer-3, 1rem);
}
.portlet-decorate .portlet-content {
  background: #fff;
  border-color: #e7e7ed;
  border-style: solid;
  border-width: 1px;
  padding: 1.5rem;
  word-wrap: break-word;
}
.portlet-barebone .portlet-content {
  padding: 0;
}

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px;
}

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center;
}
.breadcrumb.breadcrumb-vertical li {
  display: block;
}
.breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
  background: none;
}
.breadcrumb.breadcrumb-vertical .divider {
  background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.navbar form {
  margin: 0;
}

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-menu .loading-animation {
  margin-top: 160px;
}

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px;
}
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px;
}
.upload-drop-active .lfr-upload-container .upload-target {
  animation: none;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.select-files {
  border-radius: 5px;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
  box-shadow: 0 0 5px 0 #333;
  transition-duration: 0.25s;
  transition-property: box-shadow;
  transition-timing-function: ease-out;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  border-radius: 50%;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-progress-active .progress-bar-status,
  .lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none;
  }
}
.c-prefers-reduced-motion .lfr-progress-active .progress-bar-status,
.c-prefers-reduced-motion .lfr-upload-container .file-uploading .progress-bar .progress {
  transition: none;
}

@keyframes highlight-animation {
  from {
    background-color: #ffc;
  }
  to {
    background-color: transparent;
  }
}
.highlight-animation {
  animation: highlight-animation 0.7s;
}

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem;
}

.breadcrumb-horizontal {
  font-size: 0.875rem;
  padding: 0;
}

.bg-lighter {
  background-color: #f7f8f9 !important;
}

.border-lighter {
  border-color: #f7f8f9 !important;
}

.text-lighter {
  color: #f7f8f9 !important;
}

.bg-gray-dark {
  background-color: #393a4a !important;
}

.border-gray-dark {
  border-color: #393a4a !important;
}

.text-gray-dark {
  color: #393a4a !important;
}

.portlet-commerce-open-order-content .order-details-container {
  margin-bottom: var(--spacer-4);
}
.portlet-commerce-open-order-content .order-details-container .lfr-icon-menu {
  float: right;
}
.portlet-commerce-open-order-content .order-details-container .lfr-icon-menu .position-fixed {
  position: initial !important;
}
.portlet-commerce-open-order-content .order-details-container .commerce-cta > div {
  display: inline-block;
}

.list-group-item-flex > .autofit-col:first-of-type {
  padding-left: 10px;
  padding-right: 4px;
}

@media (min-width: 768px) {
  .info-panel {
    bottom: 0;
    position: absolute;
    top: 0;
  }
  .info-panel > .sidenav-menu {
    bottom: 0;
    position: absolute;
    right: 0 !important;
    top: 0;
  }
}

.navbar-top {
  padding-bottom: 0.907rem;
  padding-top: 0.907rem;
}
.navbar-top .portlet:hover, .navbar-top .portlet.open {
  z-index: 1035;
}

.navbar-blank {
  flex-wrap: wrap;
}
.navbar-blank .lexicon-icon {
  font-size: 0.625rem;
  margin: 0 0 0 0.25rem;
}

.navbar-classic {
  background-color: #fff;
}
.navbar-classic.navbar-light {
  border-bottom: 1px solid #e7e7ed;
}
@media (max-width: 575.98px) {
  .navbar-classic .navbar-blank {
    margin-top: 1rem;
  }
}
.navbar-classic .navbar-form {
  padding: 0;
}
.navbar-classic .navbar-form .field-wrapper {
  right: 0;
  top: 0;
}
.navbar-classic .navbar-form .field-wrapper .lfr-icon-item {
  color: #6b6c7e;
}
@media (max-width: 767.98px) {
  .navbar-classic .portlet-search-bar {
    width: 100%;
  }
}
.navbar-classic .portlet-search-bar .input-group-item {
  margin-left: 0;
}
.navbar-classic .logo:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar-classic .navbar-nav .nav-item:not(:last-of-type) .nav-link {
    margin-right: 16px;
  }
}
.navbar-classic .nav-link {
  color: #6b6c7e;
  font-size: 0.9375rem;
  font-weight: 600;
}

.info-panel .sidebar > .sidenav-close {
  float: right;
  margin: 16px 16px 0 8px;
}
.info-panel .sidebar > .sidenav-close + .info-panel-content .sidebar-header > .autofit-row {
  width: auto;
}
.info-panel .sidenav-close {
  float: none;
  margin: 0;
}
.info-panel .sidebar-header .component-title {
  font-size: 16px;
  font-weight: 600;
}
.info-panel .sidebar-header .component-subtitle {
  font-size: 14px;
  font-weight: 600;
}
.info-panel .sidebar-header .autofit-padded-no-gutters {
  margin-left: -4px;
  margin-right: -4px;
}
.info-panel .sidebar-header .autofit-padded-no-gutters .autofit-col {
  padding-left: 4px;
  padding-right: 4px;
}
.info-panel .sidebar-body .sidebar-section {
  margin-bottom: 16px;
}

.sidebar-light .sidebar-header .text-default {
  color: #6b6c7e;
  font-size: 0.875rem;
  font-weight: 400;
}
.sidebar-light .sidebar-header .icon-monospaced {
  color: #6b6c7e;
}
.sidebar-light .navbar-collapse {
  border-bottom: 1px solid #cdced9;
}
@media (min-width: 576px) {
  .sidebar-light .navigation-bar-light,
  .sidebar-light .sidebar-section > .list-group-item,
  .sidebar-light .panel,
  .sidebar-light .panel-group .panel {
    background-color: transparent;
    border-color: transparent;
  }
}

.table-list th:first-child,
.table-list td:first-child {
  padding-left: 18px;
  padding-right: 6px;
}

.widget-mode-detail {
  background-color: #fff;
}
.widget-mode-detail .title {
  color: #272833;
  font-weight: 700;
  line-height: 1.25;
}
.widget-mode-detail .sub-title {
  color: #a0a1b0;
  font-weight: 400;
}
.widget-mode-detail .widget-metadata {
  font-size: 0.875rem;
}
.widget-mode-detail .widget-metadata .inline-item-before {
  margin-right: 1rem;
}
.widget-mode-detail .widget-metadata .username {
  color: #272833;
  font-weight: 600;
  line-height: 2;
}
.widget-mode-detail .aspect-ratio {
  padding-bottom: 480px;
}

.widget-mode-card .card {
  border-radius: 8px;
}
.widget-mode-card .card-header {
  border-radius: 8px 8px 0 0;
}
.widget-mode-card .card-body {
  padding: 24px;
}
.widget-mode-card .widget-topbar .title-link {
  color: #272833;
}
.widget-mode-card .widget-topbar .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 24px;
}
.widget-mode-card .widget-metadata {
  font-size: 0.875rem;
  margin-bottom: 16px;
}
.widget-mode-card .widget-metadata .inline-item-before {
  margin-right: 1rem;
}
.widget-mode-card .widget-metadata .username {
  color: #272833;
  font-weight: 600;
}
.widget-mode-card .widget-resume {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}
.widget-mode-card .card-footer {
  background-color: transparent;
  padding: 0 1rem 1rem;
}
.widget-mode-card .widget-toolbar {
  border-top: 1px solid #e7e7ed;
  padding-top: 8px;
}

.widget-mode-simple .widget-mode-simple-entry:not(:last-child) {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.widget-mode-simple .widget-topbar .title-link {
  color: #272833;
}
.widget-mode-simple .widget-topbar .title {
  font-size: 1.75rem;
  font-weight: 700;
}
.widget-mode-simple .widget-metadata {
  font-size: 0.875rem;
}
.widget-mode-simple .widget-metadata .inline-item-before {
  margin-right: 1rem;
}
.widget-mode-simple .widget-metadata .username {
  color: #272833;
  font-weight: 600;
}

.widget-toolbar .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem;
}

html:not(#__):not(#___) .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .portlet.open > .cadmin.portlet-topper {
  z-index: 999;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  font-size: 13.92px;
  padding: 0 4px 0 8px;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: block;
    white-space: nowrap;
  }
}
@media (min-width: 576px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    right: auto;
  }
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-title-default {
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-name-text {
  margin-right: 12px;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-topper-toolbar {
  display: inline-block;
  vertical-align: middle;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-topper-toolbar,
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .icon-monospaced {
  height: 24px;
  line-height: 24px;
  width: 24px;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-topper-toolbar .component-action {
  font-size: 14px;
  height: 24px;
  margin-top: -2px;
  width: 24px;
}
html:not(#__):not(#___) .portlet-dropzone {
  box-shadow: 0 0 0 1px transparent inset;
  transition: box-shadow 300ms ease-in-out;
  will-change: box-shadow;
}
html:not(#__):not(#___) .yui3-dd-drop-active-valid .portlet-dropzone {
  box-shadow: 0 0 0 1px rgba(0, 74, 215, 0.2) inset;
}
html:not(#__):not(#___) .yui3-dd-drop-over .portlet-dropzone {
  box-shadow: 0 0 0 4px #004ad7 inset;
}

.portlet-layout .portlet .management-bar > .container-fluid-max-xl,
.portlet-layout .portlet .navbar-underline > .container-fluid-max-xl {
  padding-left: 0;
  padding-right: 0;
}
.portlet-layout .portlet .portlet-title-text {
  color: #6b6c7e;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.2;
  margin-bottom: 0;
  text-transform: uppercase;
}

.portlet > .portlet-topper {
  font-size: 0.87rem;
  padding: 0 4px 0 8px;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: block;
    white-space: nowrap;
  }
}
@media (min-width: 576px) {
  .portlet > .portlet-topper {
    right: auto;
  }
}
.portlet > .portlet-topper .portlet-title-default {
  display: inline-block;
  line-height: 1.5rem;
  vertical-align: middle;
}
.portlet > .portlet-topper .portlet-name-text {
  margin-right: 0.75rem;
}
.portlet > .portlet-topper .portlet-topper-toolbar {
  display: inline-block;
  vertical-align: middle;
}
.portlet > .portlet-topper .portlet-topper-toolbar,
.portlet > .portlet-topper .icon-monospaced {
  height: 1.5rem;
  line-height: 1.5rem;
  width: 1.5rem;
}
.portlet > .portlet-topper .portlet-topper-toolbar .component-action {
  height: 1.5rem;
  width: 1.5rem;
}
.portlet > .portlet-topper .lexicon-icon {
  height: 0.875rem;
  width: 0.875rem;
}
.portlet:hover > .portlet-topper, .portlet.open > .portlet-topper {
  z-index: 999;
}

.portlet-dropzone {
  box-shadow: 0 0 0 1px transparent inset;
  transition: box-shadow 300ms ease-in-out;
  will-change: box-shadow;
}
.yui3-dd-drop-active-valid .portlet-dropzone {
  box-shadow: 0 0 0 1px rgba(0, 74, 215, 0.2) inset;
}
.yui3-dd-drop-over .portlet-dropzone {
  box-shadow: 0 0 0 4px #004ad7 inset;
}

.portlet-decorate .portlet {
  margin-bottom: 24px;
}
.portlet-decorate .portlet-content {
  border-radius: 0.25rem;
}

.portlet-barebone .panel,
.portlet-borderless .panel {
  background-color: transparent;
}
.portlet-barebone .panel.card,
.portlet-borderless .panel.card {
  border-color: #cdced9;
  box-shadow: none;
}
.portlet-barebone .panel-default,
.portlet-borderless .panel-default {
  border-color: #cdced9;
}
.portlet-barebone .widget-mode-detail,
.portlet-borderless .widget-mode-detail {
  background-color: transparent;
}

.aspect-ratio:not([class*=aspect-ratio-]) {
  padding-bottom: var(--aspect-ratio, 100%);
}

.aspect-ratio-4-to-3 {
  padding-bottom: var(--aspect-ratio-4-to-3, 75%);
}

.aspect-ratio-8-to-3 {
  padding-bottom: var(--aspect-ratio-8-to-3, 37.5%);
}

.aspect-ratio-16-to-9 {
  padding-bottom: var(--aspect-ratio-16-to-9, 56.25%);
}

.card-type-asset .aspect-ratio {
  padding-bottom: var(--aspect-ratio-16-to-9, 56.25%);
}

#wrapper {
  --portlet-topper-bg: var(--primary);
  --portlet-topper-color: var(--white);
  --portlet-topper-link-color: var(--portlet-topper-color);
  background-color: var(--body-bg, var(--body-bg, #fff));
  color: var(--body-color, var(--body-color, #272833));
  font-size: var(--font-size-base, 1rem);
}

.portlet .portlet-content {
  background-color: var(--portlet-bg, transparent);
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: var(--portlet-topper-border, var(--portlet-topper-bg, #0b5fff));
  }
}
@media (min-width: 576px) {
  .controls-visible .portlet:hover > .portlet-content-editable,
  .controls-visible .portlet.open > .portlet-content-editable,
  .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: var(--portlet-topper-border, var(--portlet-topper-bg, #0b5fff));
  }
}

.portlet-layout .portlet-header {
  margin-bottom: var(--portlet-header-margin-bottom, calc(var(--spacer) * var(--spacer-5, 3rem)));
}

#footer {
  background-color: var(--brand-color-4, #30313f);
}

body header .field-wrapper {
  position: absolute;
  right: 4px;
  top: 2px;
}
body header .field-wrapper a {
  color: #fff;
}
body header .field-wrapper,
body header .form-group {
  margin-bottom: 0;
}
body header .portlet {
  margin-bottom: 0;
}
body header .portlet:hover {
  z-index: 1034;
}
body header .search-input {
  font-size: 0.88rem;
  padding: 0.28rem 2rem 0.28rem 1rem;
}
body header .text-default {
  color: #6b6c7e;
  font-weight: 600;
}
body header .user-personal-bar .fieldset {
  position: relative;
}
body header .user-personal-bar .user-avatar-link .panel-notifications-count {
  right: calc(100% - 1rem);
  top: -0.6rem;
}
body .user-avatar-link {
  display: block;
  position: relative;
}
body .user-avatar-link .panel-notifications-count {
  display: block;
  margin: 0;
  max-width: none;
  position: absolute;
  right: calc(100% - 0.7rem);
  top: -0.4rem;
}
body .user-avatar-link .text-default {
  align-items: center;
  display: flex;
}
body .user-avatar-link .text-default .user-full-name {
  margin-left: 0.5rem;
}
@media (max-width: 575.98px) {
  body .user-avatar-link .text-default .user-full-name {
    display: none;
  }
}

@media (min-width: 576px) {
  .btn-group + .info-panel {
    top: auto;
  }
}

#footer {
  color: #fff;
  margin-top: 1rem;
}
#footer > .container {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

/* Dojo */
.dijitReset {
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  line-height: normal;
  color: inherit;
}

.dj_a11y .dijitReset {
  -moz-appearance: none;
}

.dijitInline {
  display: inline-block;
  #zoom: 1;
  #display: inline;
  border: 0;
  padding: 0;
  vertical-align: middle;
  #vertical-align: auto;
}

table.dijitInline {
  display: inline-table;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}

.dijitHidden {
  display: none !important;
}

.dijitVisible {
  display: block !important;
  position: relative;
}

.dj_ie6 .dijitComboBox .dijitInputContainer,
.dijitInputContainer {
  #zoom: 1;
  overflow: hidden;
  float: none !important;
  position: relative;
}

.dj_ie7 .dijitInputContainer {
  float: left !important;
  clear: left;
  display: inline-block !important;
}

.dj_ie .dijitSelect input,
.dj_ie input.dijitTextBox,
.dj_ie .dijitTextBox input {
  font-size: 100%;
}

.dijitSelect .dijitButtonText {
  float: left;
  vertical-align: top;
}

TABLE.dijitSelect {
  padding: 0 !important;
  border-collapse: separate;
}

.dijitTextBox .dijitSpinnerButtonContainer,
.dijitTextBox .dijitArrowButtonContainer,
.dijitValidationTextBox .dijitValidationContainer {
  float: right;
  text-align: center;
}

.dijitSelect input.dijitInputField,
.dijitTextBox input.dijitInputField {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.dijitValidationTextBox .dijitValidationContainer {
  display: none;
}

.dijitTeeny {
  font-size: 1px;
  line-height: 1px;
}

.dijitOffScreen {
  position: absolute !important;
  left: -10000px !important;
  top: -10000px !important;
}

.dijitPopup {
  position: absolute;
  background-color: transparent;
  margin: 0;
  border: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.dijitPositionOnly {
  padding: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
  background-image: none !important;
  height: auto !important;
  width: auto !important;
}

.dijitNonPositionOnly {
  float: none !important;
  position: static !important;
  margin: 0 0 0 0 !important;
  vertical-align: middle !important;
}

.dijitBackgroundIframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 0;
  padding: 0;
  margin: 0;
}

.dijitDisplayNone {
  display: none !important;
}

.dijitContainer {
  overflow: hidden;
}

.dj_a11y .dijitIcon,
.dj_a11y div.dijitArrowButtonInner,
.dj_a11y span.dijitArrowButtonInner,
.dj_a11y img.dijitArrowButtonInner,
.dj_a11y .dijitCalendarIncrementControl,
.dj_a11y .dijitTreeExpando {
  display: none;
}

.dijitSpinner div.dijitArrowButtonInner {
  display: block;
}

.dj_a11y .dijitA11ySideArrow {
  display: inline !important;
  cursor: pointer;
}

.dj_a11y .dijitCalendarDateLabel {
  padding: 1px;
  border: 0px !important;
}

.dj_a11y .dijitCalendarSelectedDate .dijitCalendarDateLabel {
  border-style: solid !important;
  border-width: 1px !important;
  padding: 0;
}

.dj_a11y .dijitCalendarDateTemplate {
  padding-bottom: 0.1em !important;
  border: 0px !important;
}

.dj_a11y .dijitButtonNode {
  border: var(--black, #000) outset medium !important;
  padding: 0 !important;
}

.dj_a11y .dijitArrowButton {
  padding: 0 !important;
}

.dj_a11y .dijitButtonContents {
  margin: 0.15em;
}

.dj_a11y .dijitTextBoxReadOnly .dijitInputField,
.dj_a11y .dijitTextBoxReadOnly .dijitButtonNode {
  border-style: outset !important;
  border-width: medium !important;
  border-color: var(--gray-500, #a7a9bc) !important;
  color: var(--gray-600, #6b6c7e) !important;
}

.dijitButtonNode * {
  vertical-align: middle;
}

.dijitSelect .dijitArrowButtonInner,
.dijitButtonNode .dijitArrowButtonInner {
  background: no-repeat center;
  width: 12px;
  height: 12px;
  direction: ltr;
}

.dijitLeft {
  background-position: left top;
  background-repeat: no-repeat;
}

.dijitStretch {
  white-space: nowrap;
  background-repeat: repeat-x;
}

.dijitRight {
  #display: inline;
  background-position: right top;
  background-repeat: no-repeat;
}

.dj_gecko .dj_a11y .dijitButtonDisabled .dijitButtonNode {
  opacity: 0.5;
}

.dijitToggleButton,
.dijitButton,
.dijitDropDownButton,
.dijitComboButton {
  margin: 0.2em;
  vertical-align: middle;
}

.dijitButtonContents {
  display: block;
}

td.dijitButtonContents {
  display: table-cell;
}

.dijitButtonNode img {
  vertical-align: middle;
}

.dijitToolbar .dijitComboButton {
  border-collapse: separate;
}

.dijitToolbar .dijitToggleButton,
.dijitToolbar .dijitButton,
.dijitToolbar .dijitDropDownButton,
.dijitToolbar .dijitComboButton {
  margin: 0;
}

.dijitToolbar .dijitButtonContents {
  padding: 1px 2px;
}

.dj_webkit .dijitToolbar .dijitDropDownButton {
  padding-left: 0.3em;
}

.dj_gecko .dijitToolbar .dijitButtonNode::-moz-focus-inner {
  padding: 0;
}

.dijitSelect {
  border: 1px solid var(--gray-500, #a7a9bc);
}

.dijitButtonNode {
  border: 1px solid var(--gray-500, #a7a9bc);
  margin: 0;
  line-height: normal;
  vertical-align: middle;
  #vertical-align: auto;
  text-align: center;
  white-space: nowrap;
}

.dj_webkit .dijitSpinner .dijitSpinnerButtonContainer {
  line-height: inherit;
}

.dijitTextBox .dijitButtonNode {
  border-width: 0;
}

.dijitSelect,
.dijitSelect *,
.dijitButtonNode,
.dijitButtonNode * {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.dj_ie .dijitButtonNode {
  zoom: 1;
}

.dj_ie .dijitButtonNode button {
  overflow: visible;
}

div.dijitArrowButton {
  float: right;
}

.dijitTextBox {
  border: solid var(--black, #000) 1px;
  #overflow: hidden;
  width: 15em;
  vertical-align: middle;
}

.dijitTextBoxReadOnly,
.dijitTextBoxDisabled {
  color: var(--gray-600, #6b6c7e);
}

.dj_safari .dijitTextBoxDisabled input {
  color: var(--gray-600, #6b6c7e);
}

.dj_safari textarea.dijitTextAreaDisabled {
  color: var(--gray-600, #6b6c7e);
}

.dj_gecko .dijitTextBoxReadOnly input.dijitInputField,
.dj_gecko .dijitTextBoxDisabled input {
  -moz-user-input: none;
}

.dijitPlaceHolder {
  color: var(--gray-600, #6b6c7e);
  font-style: italic;
  position: absolute;
  top: 0;
  left: 0;
  #filter: "";
}

.dijitTimeTextBox {
  width: 8em;
}

.dijitTextBox input:focus {
  outline: none;
}

.dijitTextBoxFocused {
  outline: 5px -webkit-focus-ring-color;
}

.dijitSelect input,
.dijitTextBox input {
  float: left;
}

.dj_ie6 input.dijitTextBox,
.dj_ie6 .dijitTextBox input {
  float: none;
}

.dijitInputInner {
  border: 0 !important;
  background-color: transparent !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.dj_a11y .dijitTextBox input {
  margin: 0 !important;
}

.dijitValidationTextBoxError input.dijitValidationInner,
.dijitSelect input,
.dijitTextBox input.dijitArrowButtonInner {
  text-indent: -2em !important;
  direction: ltr !important;
  text-align: left !important;
  height: auto !important;
  #text-indent: 0 !important;
  #letter-spacing: -5em !important;
  #text-align: right !important;
}

.dj_ie .dijitSelect input,
.dj_ie .dijitTextBox input,
.dj_ie input.dijitTextBox {
  overflow-y: visible;
  line-height: normal;
}

.dijitSelect .dijitSelectLabel span {
  line-height: 100%;
}

.dj_ie .dijitSelect .dijitSelectLabel {
  line-height: normal;
}

.dj_ie6 .dijitSelect .dijitSelectLabel,
.dj_ie7 .dijitSelect .dijitSelectLabel,
.dj_ie8 .dijitSelect .dijitSelectLabel,
.dj_iequirks .dijitSelect .dijitSelectLabel,
.dijitSelect td,
.dj_ie6 .dijitSelect input,
.dj_iequirks .dijitSelect input,
.dj_ie6 .dijitSelect .dijitValidationContainer,
.dj_ie6 .dijitTextBox input,
.dj_ie6 input.dijitTextBox,
.dj_iequirks .dijitTextBox input.dijitValidationInner,
.dj_iequirks .dijitTextBox input.dijitArrowButtonInner,
.dj_iequirks .dijitTextBox input.dijitSpinnerButtonInner,
.dj_iequirks .dijitTextBox input.dijitInputInner,
.dj_iequirks input.dijitTextBox {
  line-height: 100%;
}

.dj_a11y input.dijitValidationInner,
.dj_a11y input.dijitArrowButtonInner {
  text-indent: 0 !important;
  width: 1em !important;
  #text-align: left !important;
  color: var(--black, #000) !important;
}

.dijitValidationTextBoxError .dijitValidationContainer {
  display: inline;
  cursor: default;
}

.dijitSpinner .dijitSpinnerButtonContainer,
.dijitComboBox .dijitArrowButtonContainer {
  border-width: 0 0 0 1px !important;
}

.dj_a11y .dijitSelect .dijitArrowButtonContainer,
.dijitToolbar .dijitComboBox .dijitArrowButtonContainer {
  border-width: 0 !important;
}

.dijitComboBoxMenu {
  list-style-type: none;
}

.dijitSpinner .dijitSpinnerButtonContainer .dijitButtonNode {
  border-width: 0;
}

.dj_ie .dj_a11y .dijitSpinner .dijitSpinnerButtonContainer .dijitButtonNode {
  clear: both;
}

.dj_ie .dijitToolbar .dijitComboBox {
  vertical-align: middle;
}

.dijitTextBox .dijitSpinnerButtonContainer {
  width: 1em;
  position: relative !important;
  overflow: hidden;
}

.dijitSpinner .dijitSpinnerButtonInner {
  width: 1em;
  visibility: hidden !important;
  overflow-x: hidden;
}

.dijitComboBox .dijitButtonNode,
.dijitSpinnerButtonContainer .dijitButtonNode {
  border-width: 0;
}

.dj_a11y .dijitSpinnerButtonContainer .dijitButtonNode {
  border-width: 0px !important;
  border-style: solid !important;
}

.dj_a11y .dijitTextBox .dijitSpinnerButtonContainer,
.dj_a11y .dijitSpinner .dijitArrowButtonInner,
.dj_a11y .dijitSpinnerButtonContainer input {
  width: 1em !important;
}

.dj_a11y .dijitSpinner .dijitArrowButtonInner {
  margin: 0 auto !important;
}

.dj_ie .dj_a11y .dijitSpinner .dijitArrowButtonInner .dijitInputField {
  padding-left: 0.3em !important;
  padding-right: 0.3em !important;
  margin-left: 0.3em !important;
  margin-right: 0.3em !important;
  width: 1.4em !important;
}

.dj_ie7 .dj_a11y .dijitSpinner .dijitArrowButtonInner .dijitInputField {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 1em !important;
}

.dj_ie6 .dj_a11y .dijitSpinner .dijitArrowButtonInner .dijitInputField {
  margin-left: 0.1em !important;
  margin-right: 0.1em !important;
  width: 1em !important;
}

.dj_iequirks .dj_a11y .dijitSpinner .dijitArrowButtonInner .dijitInputField {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 2em !important;
}

.dijitSpinner .dijitSpinnerButtonContainer .dijitArrowButton {
  padding: 0;
  position: absolute !important;
  right: 0;
  float: none;
  height: 50%;
  width: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.dj_iequirks .dijitSpinner .dijitSpinnerButtonContainer .dijitArrowButton {
  width: auto;
}

.dj_a11y .dijitSpinnerButtonContainer .dijitArrowButton {
  overflow: visible !important;
}

.dijitSpinner .dijitSpinnerButtonContainer .dijitDownArrowButton {
  top: 50%;
  border-top-width: 1px !important;
}

.dijitSpinner .dijitSpinnerButtonContainer .dijitUpArrowButton {
  #bottom: 50%;
  top: 0;
}

.dijitSpinner .dijitArrowButtonInner {
  margin: auto;
  overflow-x: hidden;
  height: 100% !important;
}

.dj_iequirks .dijitSpinner .dijitArrowButtonInner {
  height: auto !important;
}

.dijitSpinner .dijitArrowButtonInner .dijitInputField {
  -moz-transform: scale(0.5);
  -moz-transform-origin: center top;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: center top;
  -o-transform: scale(0.5);
  -o-transform-origin: center top;
  transform: scale(0.5);
  transform-origin: left top;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
  visibility: hidden;
}

.dj_ie .dijitSpinner .dijitArrowButtonInner .dijitInputField {
  zoom: 50%;
}

.dijitSpinner .dijitSpinnerButtonContainer .dijitArrowButtonInner {
  overflow: hidden;
}

.dj_a11y .dijitSpinner .dijitSpinnerButtonContainer .dijitArrowButton {
  width: 100%;
}

.dj_iequirks .dj_a11y .dijitSpinner .dijitSpinnerButtonContainer .dijitArrowButton {
  width: 1em;
}

.dj_a11y .dijitSpinner .dijitArrowButtonInner .dijitInputField {
  vertical-align: top;
  visibility: visible;
}

.dj_a11y .dijitSpinnerButtonContainer {
  width: 1em;
}

.dijitCheckBox,
.dijitRadio,
.dijitCheckBoxInput {
  padding: 0;
  border: 0;
  width: 16px;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.dijitCheckBox input,
.dijitRadio input {
  margin: 0;
  padding: 0;
  display: block;
}

.dijitCheckBoxInput {
  opacity: 0;
}

.dj_ie .dijitCheckBoxInput {
  filter: alpha(opacity=0);
}

.dj_a11y .dijitCheckBox,
.dj_a11y .dijitRadio {
  width: auto !important;
  height: auto !important;
}

.dj_a11y .dijitCheckBoxInput {
  opacity: 1;
  filter: none;
  width: auto;
  height: auto;
}

.dj_a11y .dijitFocusedLabel {
  border: 1px dotted;
  outline: 0px !important;
}

.dijitProgressBar {
  z-index: 0;
}

.dijitProgressBarEmpty {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--black, #000);
  z-index: 0;
}

.dijitProgressBarFull {
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  width: 100%;
}

.dj_ie6 .dijitProgressBarFull {
  height: 1.6em;
}

.dijitProgressBarTile {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background-color: var(--gray-200, #f1f2f5);
  background-attachment: fixed;
}

.dj_a11y .dijitProgressBarTile {
  border-width: 2px;
  border-style: solid;
  background-color: transparent !important;
}

.dj_ie6 .dijitProgressBarTile {
  position: static;
  height: 1.6em;
}

.dijitProgressBarIndeterminateHighContrastImage {
  display: none;
}

.dj_a11y .dijitProgressBarIndeterminate .dijitProgressBarIndeterminateHighContrastImage {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.dijitProgressBarLabel {
  display: block;
  position: static;
  width: 100%;
  text-align: center;
  background-color: transparent !important;
}

.dijitTooltip {
  position: absolute;
  z-index: 2000;
  display: block;
  left: 0;
  top: -10000px;
  overflow: visible;
}

.dijitTooltipContainer {
  border: solid var(--black, #000) 2px;
  background: var(--gray-500, #a7a9bc);
  font-size: small;
}

.dijitTooltipFocusNode {
  padding: 2px 2px 2px 2px;
}

.dijitTooltipConnector {
  position: absolute;
}

.dj_a11y .dijitTooltipConnector {
  display: none;
}

.dijitTooltipData {
  display: none;
}

.dijitLayoutContainer {
  position: relative;
  display: block;
  overflow: hidden;
}

.dijitAlignTop,
.dijitAlignBottom,
.dijitAlignLeft,
.dijitAlignRight {
  position: absolute;
  overflow: hidden;
}

body .dijitAlignClient {
  position: absolute;
}

.dijitBorderContainer, .dijitBorderContainerNoGutter {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.dijitBorderContainerPane,
.dijitBorderContainerNoGutterPane {
  position: absolute !important;
  z-index: 2;
}

.dijitBorderContainer > .dijitTextArea {
  resize: none;
}

.dijitGutter {
  position: absolute;
  font-size: 1px;
}

.dijitSplitter {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  background-color: var(--white, #fff);
  border-color: var(--gray-500, #a7a9bc);
  border-style: solid;
  border-width: 0;
}

.dj_ie .dijitSplitter {
  z-index: 1;
}

.dijitSplitterActive {
  z-index: 11 !important;
}

.dijitSplitterCover {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dijitSplitterCoverActive {
  z-index: 3 !important;
}

.dj_ie .dijitSplitterCover {
  background: var(--container-background, #fff);
  opacity: 0;
}

.dj_ie6 .dijitSplitterCover,
.dj_ie7 .dijitSplitterCover,
.dj_ie8 .dijitSplitterCover {
  filter: alpha(opacity=0);
}

.dijitSplitterH {
  height: 7px;
  border-top: 1px;
  border-bottom: 1px;
  cursor: row-resize;
  -webkit-tap-highlight-color: transparent;
}

.dijitSplitterV {
  width: 7px;
  border-left: 1px;
  border-right: 1px;
  cursor: col-resize;
  -webkit-tap-highlight-color: transparent;
}

.dijitSplitContainer {
  position: relative;
  overflow: hidden;
  display: block;
}

.dijitSplitPane {
  position: absolute;
}

.dijitSplitContainerSizerH,
.dijitSplitContainerSizerV {
  position: absolute;
  font-size: 1px;
  background-color: ThreeDFace;
  border: 1px solid;
  border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight;
  margin: 0;
}

.dijitSplitContainerSizerH .thumb, .dijitSplitterV .dijitSplitterThumb {
  overflow: hidden;
  position: absolute;
  top: 49%;
}

.dijitSplitContainerSizerV .thumb, .dijitSplitterH .dijitSplitterThumb {
  position: absolute;
  left: 49%;
}

.dijitSplitterShadow,
.dijitSplitContainerVirtualSizerH,
.dijitSplitContainerVirtualSizerV {
  font-size: 1px;
  background-color: ThreeDShadow;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  margin: 0;
}

.dijitSplitContainerSizerH, .dijitSplitContainerVirtualSizerH {
  cursor: col-resize;
}

.dijitSplitContainerSizerV, .dijitSplitContainerVirtualSizerV {
  cursor: row-resize;
}

.dj_a11y .dijitSplitterH {
  border-top: 1px solid var(--gray-500, #a7a9bc) !important;
  border-bottom: 1px solid var(--gray-500, #a7a9bc) !important;
}

.dj_a11y .dijitSplitterV {
  border-left: 1px solid var(--gray-500, #a7a9bc) !important;
  border-right: 1px solid var(--gray-500, #a7a9bc) !important;
}

.dijitContentPane {
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.dijitContentPaneSingleChild {
  overflow: hidden;
}

.dijitContentPaneLoading .dijitIconLoading,
.dijitContentPaneError .dijitIconError {
  margin-right: 9px;
}

.dijitTitlePane {
  display: block;
  overflow: hidden;
}

.dijitFieldset {
  border: 1px solid var(--gray-500, #a7a9bc);
}

.dijitTitlePaneTitle, .dijitFieldset legend {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.dijitFixedOpen, .dijitFixedClosed {
  cursor: default;
}

.dijitFixedOpen .dijitArrowNode, .dijitFixedOpen .dijitArrowNodeInner,
.dijitFixedClosed .dijitArrowNode, .dijitFixedClosed .dijitArrowNodeInner {
  display: none;
}

.dijitTitlePaneTitle * {
  vertical-align: middle;
}

.dijitTitlePane .dijitArrowNodeInner, .dijitFieldset .dijitArrowNodeInner {
  display: none;
}

.dj_a11y .dijitTitlePane .dijitArrowNodeInner, .dj_a11y .dijitFieldset .dijitArrowNodeInner {
  display: inline !important;
  font-family: monospace;
}

.dj_a11y .dijitTitlePane .dijitArrowNode, .dj_a11y .dijitFieldset .dijitArrowNode {
  display: none;
}

.dj_ie6 .dijitTitlePaneContentOuter,
.dj_ie6 .dijitTitlePane .dijitTitlePaneTitle {
  zoom: 1;
}

.dijitColorPalette {
  border: 1px solid var(--gray-500, #a7a9bc);
  background: var(--white, #fff);
  position: relative;
}

.dijitColorPalette .dijitPaletteTable {
  padding: 2px 3px 3px 3px;
  position: relative;
  overflow: hidden;
  outline: 0;
  border-collapse: separate;
}

.dj_ie6 .dijitColorPalette .dijitPaletteTable,
.dj_ie7 .dijitColorPalette .dijitPaletteTable,
.dj_iequirks .dijitColorPalette .dijitPaletteTable {
  padding: 0;
  margin: 2px 3px 3px 3px;
}

.dijitColorPalette .dijitPaletteCell {
  font-size: 1px;
  vertical-align: middle;
  text-align: center;
  background: none;
}

.dijitColorPalette .dijitPaletteImg {
  padding: 1px;
  border: 1px solid var(--gray-500, #a7a9bc);
  margin: 2px 1px;
  cursor: default;
  font-size: 1px;
}

.dj_gecko .dijitColorPalette .dijitPaletteImg {
  padding-bottom: 0;
}

.dijitColorPalette .dijitColorPaletteSwatch {
  width: 14px;
  height: 12px;
}

.dijitPaletteTable td {
  padding: 0;
}

.dijitColorPalette .dijitPaletteCell:hover .dijitPaletteImg {
  border: 1px solid var(--black, #000);
}

.dijitColorPalette .dijitPaletteCell:active .dijitPaletteImg,
.dijitColorPalette .dijitPaletteTable .dijitPaletteCellSelected .dijitPaletteImg {
  border: 2px solid var(--black, #000);
  margin: 1px 0;
}

.dj_a11y .dijitColorPalette .dijitPaletteTable,
.dj_a11y .dijitColorPalette .dijitPaletteTable * {
  background-color: transparent !important;
}

.dijitAccordionContainer {
  border: 1px solid var(--gray-500, #a7a9bc);
  border-top: 0 !important;
}

.dijitAccordionTitle {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.dijitAccordionTitleSelected {
  cursor: default;
}

.dijitAccordionTitle .arrowTextUp,
.dijitAccordionTitle .arrowTextDown {
  display: none;
  font-size: 0.65em;
  font-weight: normal !important;
}

.dj_a11y .dijitAccordionTitle .arrowTextUp,
.dj_a11y .dijitAccordionTitleSelected .arrowTextDown {
  display: inline;
}

.dj_a11y .dijitAccordionTitleSelected .arrowTextUp {
  display: none;
}

.dijitAccordionChildWrapper {
  overflow: hidden;
}

.dijitCalendarContainer {
  width: auto;
}

.dijitCalendarContainer th, .dijitCalendarContainer td {
  padding: 0;
  vertical-align: middle;
}

.dijitCalendarYearLabel {
  white-space: nowrap;
}

.dijitCalendarNextYear {
  margin: 0 0 0 0.55em;
}

.dijitCalendarPreviousYear {
  margin: 0 0.55em 0 0;
}

.dijitCalendarIncrementControl {
  vertical-align: middle;
}

.dijitCalendarIncrementControl,
.dijitCalendarDateTemplate,
.dijitCalendarMonthLabel,
.dijitCalendarPreviousYear,
.dijitCalendarNextYear {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.dijitCalendarDisabledDate {
  color: var(--gray-600, #6b6c7e);
  text-decoration: line-through;
  cursor: default;
}

.dijitSpacer {
  position: relative;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}

.dijitCalendarMonthMenu .dijitCalendarMonthLabel {
  text-align: center;
}

.dijitMenu {
  border: 1px solid var(--black, #000);
  background-color: var(--white, #fff);
}

.dijitMenuTable {
  border-collapse: collapse;
  border-width: 0;
  background-color: var(--white, #fff);
}

.dj_webkit .dijitMenuTable td[colspan="2"] {
  border-right: hidden;
}

.dijitMenuItem {
  text-align: left;
  white-space: nowrap;
  padding: 0.1em 0.2em;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.dijitMenuItem:focus {
  outline: none;
}

.dijitMenuPassive .dijitMenuItemHover,
.dijitMenuItemSelected {
  background-color: var(--black, #000);
  color: var(--white, #fff);
}

.dijitMenuItemIcon, .dijitMenuExpand {
  background-repeat: no-repeat;
}

.dijitMenuItemDisabled * {
  opacity: 0.5;
  cursor: default;
}

.dj_ie .dj_a11y .dijitMenuItemDisabled,
.dj_ie .dj_a11y .dijitMenuItemDisabled *,
.dj_ie .dijitMenuItemDisabled * {
  color: var(--gray-600, #6b6c7e);
  filter: alpha(opacity=35);
}

.dijitMenuItemLabel {
  position: relative;
  vertical-align: middle;
}

.dj_a11y .dijitMenuItemSelected {
  border: 1px dotted var(--black, #000) !important;
}

.dj_a11y .dijitMenuItemSelected .dijitMenuItemLabel {
  border-width: 1px;
  border-style: solid;
}

.dj_ie8 .dj_a11y .dijitMenuItemLabel {
  position: static;
}

.dijitMenuExpandA11y {
  display: none;
}

.dj_a11y .dijitMenuExpandA11y {
  display: inline;
}

.dijitMenuSeparator td {
  border: 0;
  padding: 0;
}

.dijitMenuSeparatorTop {
  height: 50%;
  margin: 0;
  margin-top: 3px;
  font-size: 1px;
}

.dijitMenuSeparatorBottom {
  height: 50%;
  margin: 0;
  margin-bottom: 3px;
  font-size: 1px;
}

.dijitMenuItemIconChar {
  display: none;
  visibility: hidden;
}

.dj_a11y .dijitMenuItemIconChar {
  display: inline;
}

.dijitCheckedMenuItemChecked .dijitMenuItemIconChar,
.dijitRadioMenuItemChecked .dijitMenuItemIconChar {
  visibility: visible;
}

.dj_ie .dj_a11y .dijitMenuBar .dijitMenuItem {
  margin: 0;
}

.dijitStackController .dijitToggleButtonChecked * {
  cursor: default;
}

.dijitTabContainer {
  z-index: 0;
  overflow: visible;
}

.dj_ie6 .dijitTabContainer {
  overflow: hidden;
}

.dijitTabContainerNoLayout {
  width: 100%;
}

.dijitTabContainerBottom-tabs,
.dijitTabContainerTop-tabs,
.dijitTabContainerLeft-tabs,
.dijitTabContainerRight-tabs {
  z-index: 1;
  overflow: visible !important;
}

.dijitTabController {
  z-index: 1;
}

.dijitTabContainerBottom-container,
.dijitTabContainerTop-container,
.dijitTabContainerLeft-container,
.dijitTabContainerRight-container {
  z-index: 0;
  overflow: hidden;
  border: 1px solid var(--black, #000);
}

.nowrapTabStrip {
  width: 50000px;
  display: block;
  position: relative;
  text-align: left;
  z-index: 1;
}

.dijitTabListWrapper {
  overflow: hidden;
  z-index: 1;
}

.dj_a11y .tabStripButton img {
  display: none;
}

.dijitTabContainerTop-tabs {
  border-bottom: 1px solid var(--black, #000);
}

.dijitTabContainerTop-container {
  border-top: 0;
}

.dijitTabContainerLeft-tabs {
  border-right: 1px solid var(--black, #000);
  float: left;
}

.dijitTabContainerLeft-container {
  border-left: 0;
}

.dijitTabContainerBottom-tabs {
  border-top: 1px solid var(--black, #000);
}

.dijitTabContainerBottom-container {
  border-bottom: 0;
}

.dijitTabContainerRight-tabs {
  border-left: 1px solid var(--black, #000);
  float: left;
}

.dijitTabContainerRight-container {
  border-right: 0;
}

div.dijitTabDisabled, .dj_ie div.dijitTabDisabled {
  cursor: auto;
}

.dijitTab {
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap;
  z-index: 3;
}

.dijitTab * {
  vertical-align: middle;
}

.dijitTabChecked {
  cursor: default;
}

.dijitTabContainerTop-tabs .dijitTab {
  top: 1px;
}

.dijitTabContainerBottom-tabs .dijitTab {
  top: -1px;
}

.dijitTabContainerLeft-tabs .dijitTab {
  left: 1px;
}

.dijitTabContainerRight-tabs .dijitTab {
  left: -1px;
}

.dijitTabContainerTop-tabs .dijitTab,
.dijitTabContainerBottom-tabs .dijitTab {
  display: inline-block;
  #zoom: 1;
  #display: inline;
}

.tabStripButton {
  z-index: 12;
}

.dijitTabButtonDisabled .tabStripButton {
  display: none;
}

.dijitTabCloseButton {
  margin-left: 1em;
}

.dijitTabCloseText {
  display: none;
}

.dijitTab .tabLabel {
  min-height: 22px;
  display: inline-block;
}

.dijitNoIcon {
  display: none;
}

.dj_ie6 .dijitTab .dijitNoIcon {
  display: inline;
  height: 15px;
  width: 1px;
}

.dj_a11y .dijitTabCloseButton {
  background-image: none !important;
  width: auto !important;
  height: auto !important;
}

.dj_a11y .dijitTabCloseText {
  display: inline;
}

.dijitTabPane,
.dijitStackContainer-child,
.dijitAccordionContainer-child {
  border: none !important;
}

.dijitInlineEditBoxDisplayMode {
  border: 1px solid transparent;
  cursor: text;
}

.dj_a11y .dijitInlineEditBoxDisplayMode,
.dj_ie6 .dijitInlineEditBoxDisplayMode {
  border: none;
}

.dijitInlineEditBoxDisplayModeHover,
.dj_a11y .dijitInlineEditBoxDisplayModeHover,
.dj_ie6 .dijitInlineEditBoxDisplayModeHover {
  background-color: var(--input-bg-hover, #f0f5ff);
  color: var(--input-color-hover, #272833);
  border: solid 1px var(--black, #000);
}

.dijitInlineEditBoxDisplayModeDisabled {
  cursor: default;
}

.dijitTree {
  overflow: auto;
  -webkit-tap-highlight-color: transparent;
}

.dijitTreeContainer {
  float: left;
}

.dijitTreeIndent {
  width: 19px;
}

.dijitTreeRow, .dijitTreeContent {
  white-space: nowrap;
}

.dj_ie .dijitTreeLabel:focus {
  outline: 1px dotted var(--black, #000);
}

.dijitTreeRow img {
  vertical-align: middle;
}

.dijitTreeContent {
  cursor: default;
}

.dijitExpandoText {
  display: none;
}

.dj_a11y .dijitExpandoText {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  font-family: monospace;
  border-style: solid;
  border-width: thin;
  cursor: pointer;
}

.dijitTreeLabel {
  margin: 0 4px;
}

.dijitDialog {
  position: absolute;
  z-index: 999;
  overflow: hidden;
}

.dijitDialogTitleBar {
  cursor: move;
}

.dijitDialogFixed .dijitDialogTitleBar {
  cursor: default;
}

.dijitDialogCloseIcon {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.dijitDialogPaneContent {
  -webkit-overflow-scrolling: touch;
}

.dijitDialogUnderlayWrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 998;
  display: none;
  background: transparent !important;
}

.dijitDialogUnderlay {
  background: var(--gray-200, #f1f2f5);
  opacity: 0.5;
}

.dj_ie .dijitDialogUnderlay {
  filter: alpha(opacity=50);
}

.dj_a11y .dijitSpinnerButtonContainer,
.dj_a11y .dijitDialog {
  opacity: 1 !important;
  background-color: var(--white, #fff) !important;
}

.dijitDialog .closeText {
  display: none;
  position: absolute;
}

.dj_a11y .dijitDialog .closeText {
  display: inline;
}

.dijitSliderMoveable {
  z-index: 99;
  position: absolute !important;
  display: block;
  vertical-align: middle;
}

.dijitSliderMoveableH {
  right: 0;
}

.dijitSliderMoveableV {
  right: 50%;
}

.dj_a11y div.dijitSliderImageHandle,
.dijitSliderImageHandle {
  margin: 0;
  padding: 0;
  position: relative !important;
  border: 8px solid var(--gray-500, #a7a9bc);
  width: 0;
  height: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.dj_iequirks .dj_a11y .dijitSliderImageHandle {
  font-size: 0;
}

.dj_ie7 .dijitSliderImageHandle {
  overflow: hidden;
}

.dj_ie7 .dj_a11y .dijitSliderImageHandle {
  overflow: visible;
}

.dj_a11y .dijitSliderFocused .dijitSliderImageHandle {
  border: 4px solid var(--black, #000);
  height: 8px;
  width: 8px;
}

.dijitSliderImageHandleV {
  top: -8px;
  right: -50%;
}

.dijitSliderImageHandleH {
  left: 50%;
  top: -5px;
  vertical-align: top;
}

.dijitSliderBar {
  border-style: solid;
  border-color: var(--black, #000);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.dijitSliderBarContainerV {
  position: relative;
  height: 100%;
  z-index: 1;
}

.dijitSliderBarContainerH {
  position: relative;
  z-index: 1;
}

.dijitSliderBarH {
  height: 4px;
  border-width: 1px 0;
}

.dijitSliderBarV {
  width: 4px;
  border-width: 0 1px;
}

.dijitSliderProgressBar {
  background-color: red;
  z-index: 1;
}

.dijitSliderProgressBarV {
  position: static !important;
  height: 0;
  vertical-align: top;
  text-align: left;
}

.dijitSliderProgressBarH {
  position: absolute !important;
  width: 0;
  vertical-align: middle;
  overflow: visible;
}

.dijitSliderRemainingBar {
  overflow: hidden;
  background-color: transparent;
  z-index: 1;
}

.dijitSliderRemainingBarV {
  height: 100%;
  text-align: left;
}

.dijitSliderRemainingBarH {
  width: 100% !important;
}

.dijitSliderBumper {
  overflow: hidden;
  z-index: 1;
}

.dijitSliderBumperV {
  width: 4px;
  height: 8px;
  border-width: 0 1px;
}

.dijitSliderBumperH {
  width: 8px;
  height: 4px;
  border-width: 1px 0;
}

.dijitSliderBottomBumper,
.dijitSliderLeftBumper {
  background-color: red;
}

.dijitSliderTopBumper,
.dijitSliderRightBumper {
  background-color: transparent;
}

.dijitSliderDecoration {
  text-align: center;
}

.dijitSliderDecorationC,
.dijitSliderDecorationV {
  position: relative;
}

.dijitSliderDecorationH {
  width: 100%;
}

.dijitSliderDecorationV {
  height: 100%;
  white-space: nowrap;
}

.dijitSliderButton {
  font-family: monospace;
  margin: 0;
  padding: 0;
  display: block;
}

.dj_a11y .dijitSliderButtonInner {
  visibility: visible !important;
}

.dijitSliderButtonContainer {
  text-align: center;
  height: 0;
}

.dijitSliderButtonContainer * {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.dijitSlider .dijitButtonNode {
  padding: 0;
  display: block;
}

.dijitRuleContainer {
  position: relative;
  overflow: visible;
}

.dijitRuleContainerV {
  height: 100%;
  line-height: 0;
  float: left;
  text-align: left;
}

.dj_opera .dijitRuleContainerV {
  line-height: 2%;
}

.dj_ie .dijitRuleContainerV {
  line-height: normal;
}

.dj_gecko .dijitRuleContainerV {
  margin: 0 0 1px 0;
}

.dijitRuleMark {
  position: absolute;
  border: 1px solid var(--black, #000);
  line-height: 0;
  height: 100%;
}

.dijitRuleMarkH {
  width: 0;
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
}

.dijitRuleLabelContainer {
  position: absolute;
}

.dijitRuleLabelContainerH {
  text-align: center;
  display: inline-block;
}

.dijitRuleLabelH {
  position: relative;
  left: -50%;
}

.dijitRuleLabelV {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.dijitRuleMarkV {
  height: 0;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  width: 100%;
  left: 0;
}

.dj_ie .dijitRuleLabelContainerV {
  margin-top: -0.55em;
}

.dj_a11y .dijitSliderReadOnly,
.dj_a11y .dijitSliderDisabled {
  opacity: 0.6;
}

.dj_ie .dj_a11y .dijitSliderReadOnly .dijitSliderBar,
.dj_ie .dj_a11y .dijitSliderDisabled .dijitSliderBar {
  filter: alpha(opacity=40);
}

.dj_a11y .dijitSlider .dijitSliderButtonContainer div {
  font-family: monospace;
  font-size: 1em;
  line-height: 1em;
  height: auto;
  width: auto;
  margin: 0 4px;
}

.dj_a11y .dijitButtonContents .dijitButtonText,
.dj_a11y .dijitTab .tabLabel {
  display: inline !important;
}

.dj_a11y .dijitSelect .dijitButtonText {
  display: inline-block !important;
}

.dijitTextArea {
  width: 100%;
  overflow-y: auto;
}

.dijitTextArea[cols] {
  width: auto;
}

.dj_ie .dijitTextAreaCols {
  width: auto;
}

.dijitExpandingTextArea {
  resize: none;
}

.dijitToolbarSeparator {
  height: 18px;
  width: 5px;
  padding: 0 1px;
  margin: 0;
}

.dijitIEFixedToolbar {
  position: absolute;
  top: expression(eval((document.documentElement||document.body).scrollTop));
}

.dijitEditor {
  display: block;
}

.dijitEditorDisabled,
.dijitEditorReadOnly {
  color: var(--gray-600, #6b6c7e);
}

.dijitTimePicker {
  background-color: var(--input-bg, #fff);
}

.dijitTimePickerItem {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.dijitTimePickerItemHover {
  background-color: var(--gray-600, #6b6c7e);
  color: var(--white, #fff);
}

.dijitTimePickerItemSelected {
  font-weight: bold;
  color: var(--input-color-hover, #272833);
  background-color: var(--input-bg-hover, #f0f5ff);
}

.dijitTimePickerItemDisabled {
  color: var(--gray-600, #6b6c7e);
  text-decoration: line-through;
}

.dijitTimePickerItemInner {
  text-align: center;
  border: 0;
  padding: 2px 8px 2px 8px;
}

.dijitTimePickerTick,
.dijitTimePickerMarker {
  border-bottom: 1px solid var(--gray-500, #a7a9bc);
}

.dijitTimePicker .dijitDownArrowButton {
  border-top: none !important;
}

.dijitTimePickerTick {
  color: var(--gray-600, #6b6c7e);
}

.dijitTimePickerMarker {
  color: var(--black, #000);
  background-color: var(--gray-200, #f1f2f5);
}

.dj_a11y .dijitTimePickerItemSelected .dijitTimePickerItemInner {
  border: solid 4px var(--black, #000);
}

.dj_a11y .dijitTimePickerItemHover .dijitTimePickerItemInner {
  border: dashed 4px var(--black, #000);
}

.dijitToggleButtonIconChar {
  display: none !important;
}

.dj_a11y .dijitToggleButton .dijitToggleButtonIconChar {
  display: inline !important;
  visibility: hidden;
}

.dj_ie6 .dijitToggleButtonIconChar, .dj_ie6 .tabStripButton .dijitButtonText {
  font-family: "Arial Unicode MS";
}

.dj_a11y .dijitToggleButtonChecked .dijitToggleButtonIconChar {
  display: inline !important;
  visibility: visible !important;
}

.dijitArrowButtonChar {
  display: none !important;
}

.dj_a11y .dijitArrowButtonChar {
  display: inline !important;
}

.dj_a11y .dijitDropDownButton .dijitArrowButtonInner,
.dj_a11y .dijitComboButton .dijitArrowButtonInner {
  display: none !important;
}

.dj_a11y .dijitSelect {
  border-collapse: separate !important;
  border-width: 1px;
  border-style: solid;
}

.dj_ie .dijitSelect {
  vertical-align: middle;
}

.dj_ie6 .dijitSelect .dijitValidationContainer,
.dj_ie8 .dijitSelect .dijitButtonText {
  vertical-align: top;
}

.dj_ie6 .dijitTextBox .dijitInputContainer,
.dj_iequirks .dijitTextBox .dijitInputContainer,
.dj_ie6 .dijitTextBox .dijitArrowButtonInner,
.dj_ie6 .dijitSpinner .dijitSpinnerButtonInner,
.dijitSelect .dijitSelectLabel {
  vertical-align: baseline;
}

.dijitNumberTextBox {
  text-align: left;
  direction: ltr;
}

.dijitNumberTextBox .dijitInputInner {
  text-align: inherit;
}

.dijitToolbar .dijitSelect {
  margin: 0;
}

.dj_webkit .dijitToolbar .dijitSelect {
  padding-left: 0.3em;
}

.dijitSelect .dijitButtonContents {
  padding: 0;
  white-space: nowrap;
  text-align: left;
  border-style: none solid none none;
  border-width: 1px;
}

.dijitSelectFixedWidth .dijitButtonContents {
  width: 100%;
}

.dijitSelectMenu .dijitMenuItemIcon {
  display: none;
}

.dj_ie6 .dijitSelectMenu .dijitMenuItemLabel,
.dj_ie7 .dijitSelectMenu .dijitMenuItemLabel {
  position: static;
}

.dijitSelectLabel * {
  vertical-align: baseline;
}

.dijitSelectSelectedOption * {
  font-weight: bold;
}

.dijitSelectMenu {
  border-width: 1px;
}

.dijitForceStatic {
  position: static !important;
}

.dijitReadOnly *,
.dijitDisabled *,
.dijitReadOnly,
.dijitDisabled {
  cursor: default;
}

.dojoDndItem {
  padding: 2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.dojoDndHorizontal .dojoDndItem {
  #display: inline;
  display: inline-block;
}

.dojoDndItemBefore,
.dojoDndItemAfter {
  border: 0px solid #369;
}

.dojoDndItemBefore {
  border-width: 2px 0 0 0;
  padding: 0 2px 2px 2px;
}

.dojoDndItemAfter {
  border-width: 0 0 2px 0;
  padding: 2px 2px 0 2px;
}

.dojoDndHorizontal .dojoDndItemBefore {
  border-width: 0 0 0 2px;
  padding: 2px 2px 2px 0;
}

.dojoDndHorizontal .dojoDndItemAfter {
  border-width: 0 2px 0 0;
  padding: 2px 0 2px 2px;
}

.dojoDndItemOver {
  cursor: pointer;
}

.dj_gecko .dijitArrowButtonInner INPUT,
.dj_gecko INPUT.dijitArrowButtonInner {
  -moz-user-focus: ignore;
}

.dijitFocused .dijitMenuItemShortcutKey {
  text-decoration: underline;
}

.dijitIconSave,
.dijitIconPrint,
.dijitIconCut,
.dijitIconCopy,
.dijitIconClear,
.dijitIconDelete,
.dijitIconUndo,
.dijitIconEdit,
.dijitIconNewTask,
.dijitIconEditTask,
.dijitIconEditProperty,
.dijitIconTask,
.dijitIconFilter,
.dijitIconConfigure,
.dijitIconSearch,
.dijitIconApplication,
.dijitIconBookmark,
.dijitIconChart,
.dijitIconConnector,
.dijitIconDatabase,
.dijitIconDocuments,
.dijitIconMail,
.dijitLeaf,
.dijitIconFile,
.dijitIconFunction,
.dijitIconKey,
.dijitIconPackage,
.dijitIconSample,
.dijitIconTable,
.dijitIconUsers,
.dijitFolderClosed,
.dijitIconFolderClosed,
.dijitFolderOpened,
.dijitIconFolderOpen,
.dijitIconError {
  background-image: url("../images/s2k/commonIconsObjActEnabled.png");
  width: 16px;
  height: 16px;
}

.dj_ie6 .dijitIconSave,
.dj_ie6 .dijitIconPrint,
.dj_ie6 .dijitIconCut,
.dj_ie6 .dijitIconCopy,
.dj_ie6 .dijitIconClear,
.dj_ie6 .dijitIconDelete,
.dj_ie6 .dijitIconUndo,
.dj_ie6 .dijitIconEdit,
.dj_ie6 .dijitIconNewTask,
.dj_ie6 .dijitIconEditTask,
.dj_ie6 .dijitIconEditProperty,
.dj_ie6 .dijitIconTask,
.dj_ie6 .dijitIconFilter,
.dj_ie6 .dijitIconConfigure,
.dj_ie6 .dijitIconSearch,
.dj_ie6 .dijitIconApplication,
.dj_ie6 .dijitIconBookmark,
.dj_ie6 .dijitIconChart,
.dj_ie6 .dijitIconConnector,
.dj_ie6 .dijitIconDatabase,
.dj_ie6 .dijitIconDocuments,
.dj_ie6 .dijitIconMail,
.dj_ie6 .dijitLeaf,
.dj_ie6 .dijitIconFile,
.dj_ie6 .dijitIconFunction,
.dj_ie6 .dijitIconKey,
.dj_ie6 .dijitIconPackage,
.dj_ie6 .dijitIconSample,
.dj_ie6 .dijitIconTable,
.dj_ie6 .dijitIconUsers,
.dj_ie6 .dijitFolderClosed,
.dj_ie6 .dijitIconFolderClosed,
.dj_ie6 .dijitFolderOpened,
.dj_ie6 .dijitIconFolderOpen,
.dj_ie6 .dijitIconError {
  background-image: url("../images/s2k/commonIconsObjActEnabled8bit.png");
}

.dijitDisabled .dijitIconSave,
.dijitDisabled .dijitIconPrint,
.dijitDisabled .dijitIconCut,
.dijitDisabled .dijitIconCopy,
.dijitDisabled .dijitIconClear,
.dijitDisabled .dijitIconDelete,
.dijitDisabled .dijitIconUndo,
.dijitDisabled .dijitIconEdit,
.dijitDisabled .dijitIconNewTask,
.dijitDisabled .dijitIconEditTask,
.dijitDisabled .dijitIconEditProperty,
.dijitDisabled .dijitIconTask,
.dijitDisabled .dijitIconFilter,
.dijitDisabled .dijitIconConfigure,
.dijitDisabled .dijitIconSearch,
.dijitDisabled .dijitIconApplication,
.dijitDisabled .dijitIconBookmark,
.dijitDisabled .dijitIconChart,
.dijitDisabled .dijitIconConnector,
.dijitDisabled .dijitIconDatabase,
.dijitDisabled .dijitIconDocuments,
.dijitDisabled .dijitIconMail,
.dijitDisabled .dijitLeaf,
.dijitDisabled .dijitIconFile,
.dijitDisabled .dijitIconFunction,
.dijitDisabled .dijitIconKey,
.dijitDisabled .dijitIconPackage,
.dijitDisabled .dijitIconSample,
.dijitDisabled .dijitIconTable,
.dijitDisabled .dijitIconUsers,
.dijitDisabled .dijitFolderClosed,
.dijitDisabled .dijitIconFolderClosed,
.dijitDisabled .dijitFolderOpened,
.dijitDisabled .dijitIconFolderOpen,
.dijitDisabled .dijitIconError {
  background-image: url("../images/s2k/commonIconsObjActDisabled.png");
}

.dijitIconSave {
  background-position: 0;
}

.dijitIconPrint {
  background-position: -16px;
}

.dijitIconCut {
  background-position: -32px;
}

.dijitIconCopy {
  background-position: -48px;
}

.dijitIconClear {
  background-position: -64px;
}

.dijitIconDelete {
  background-position: -80px;
}

.dijitIconUndo {
  background-position: -96px;
}

.dijitIconEdit {
  background-position: -112px;
}

.dijitIconNewTask {
  background-position: -128px;
}

.dijitIconEditTask {
  background-position: -144px;
}

.dijitIconEditProperty {
  background-position: -160px;
}

.dijitIconTask {
  background-position: -176px;
}

.dijitIconFilter {
  background-position: -192px;
}

.dijitIconConfigure {
  background-position: -208px;
}

.dijitIconSearch {
  background-position: -224px;
}

.dijitIconError {
  background-position: -496px;
}

.dijitIconApplication {
  background-position: -240px;
}

.dijitIconBookmark {
  background-position: -256px;
}

.dijitIconChart {
  background-position: -272px;
}

.dijitIconConnector {
  background-position: -288px;
}

.dijitIconDatabase {
  background-position: -304px;
}

.dijitIconDocuments {
  background-position: -320px;
}

.dijitIconMail {
  background-position: -336px;
}

.dijitIconFile, .dijitLeaf {
  background-position: -352px;
}

.dijitIconFunction {
  background-position: -368px;
}

.dijitIconKey {
  background-position: -384px;
}

.dijitIconPackage {
  background-position: -400px;
}

.dijitIconSample {
  background-position: -416px;
}

.dijitIconTable {
  background-position: -432px;
}

.dijitIconUsers {
  background-position: -448px;
}

.dijitIconFolderClosed, .dijitFolderClosed {
  background-position: -464px;
}

.dijitIconFolderOpen, .dijitFolderOpened {
  background-position: -480px;
}

.dijitIconLoading {
  background: url("../images/s2k/loadingAnimation_rtl.gif") no-repeat;
  height: 20px;
  width: 20px;
}

.s2k-dojo .dijitPopup {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.s2k-dojo .dijitTooltipDialogPopup {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 2005 !important;
}

.s2k-dojo .dijitComboBoxHighlightMatch {
  background-color: var(--input-bg-hover, #f0f5ff);
  color: var(--input-color-hover, #272833);
}

.s2k-dojo .dojoDndItem {
  border-color: rgba(0, 0, 0, 0);
  -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;
}

.s2k-dojo .dojoDndItemOver {
  background-color: var(--input-bg-hover, #f0f5ff);
  padding: 1px;
  border: solid 1px var(--input-border-hover, #A7A9BC);
  color: var(--input-color-hover, #272833);
}

.s2k-dojo .dojoDndItemAnchor,
.s2k-dojo .dojoDndItemSelected {
  background-color: var(--input-bg-hover, #f0f5ff);
  padding: 1px;
  border: solid 1px var(--input-border-hover, #A7A9BC);
  color: var(--input-color-hover, #272833);
}

.s2k-dojo .dojoDndItemBefore,
.s2k-dojo .dojoDndItemAfter {
  border-color: var(--input-border-hover, #A7A9BC);
}

.s2k-dojo table.dojoDndAvatar {
  border: 1px solid var(--input-border, #CDCED9);
  border-collapse: collapse;
  background-color: var(--white, #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);
}

.s2k-dojo .dojoDndAvatarHeader td {
  height: 20px;
  padding-left: 21px;
}

.s2k-dojo.dojoDndMove .dojoDndAvatarHeader,
.s2k-dojo.dojoDndCopy .dojoDndAvatarHeader {
  background-image: url("../images/s2k/dnd.png");
  background-repeat: no-repeat;
  background-position: 2px -122px;
}

.s2k-dojo .dojoDndAvatarItem td {
  padding: 5px;
}

.s2k-dojo.dojoDndMove .dojoDndAvatarHeader {
  background-color: #f58383;
  background-position: 2px -103px;
}

.s2k-dojo.dojoDndCopy .dojoDndAvatarHeader {
  background-color: #f58383;
  background-position: 2px -68px;
}

.s2k-dojo.dojoDndMove .dojoDndAvatarCanDrop .dojoDndAvatarHeader {
  background-color: #97e68d;
  background-position: 2px -33px;
}

.s2k-dojo.dojoDndCopy .dojoDndAvatarCanDrop .dojoDndAvatarHeader {
  background-color: #97e68d;
  background-position: 2px 2px;
}

.s2k-dojo .dijitTextBox,
.s2k-dojo .dijitInputInner {
  color: var(--input-color, #272833);
}

.s2k-dojo .dijitValidationTextBoxError .dijitValidationContainer {
  background-color: var(--danger, #e54e4e);
  color: var(--white, #fff);
  /*	 background-image: url("../images/s2k/error.png"); */
  /*	 background-position: top center; */
  border: solid var(--danger, #e54e4e) 0;
  /*	 width: 9px; */
  width: 14px;
}

.s2k-dojo .dijitValidationTextBoxError .dijitValidationContainer:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 18px;
  content: "!";
  vertical-align: middle;
}

.s2k-dojo .dijitTextBoxError .dijitValidationContainer {
  border-left-width: 1px;
}

.s2k-dojo .dijitValidationTextBoxError .dijitValidationIcon {
  width: 0;
  background-color: transparent;
}

.s2k-dojo .dijitTextArea,
.s2k-dojo .dijitInputField .dijitPlaceHolder {
  padding: 2px;
}

.s2k-dojo .dijitSelect .dijitInputField,
.s2k-dojo .dijitTextBox .dijitInputField {
  padding: var(--spacer-1, 0.25rem);
}

.dj_gecko .s2k-dojo .dijitTextBox .dijitInputInner,
.dj_webkit .s2k-dojo .dijitTextBox .dijitInputInner {
  padding-left: 1px;
  padding-right: 1px;
}

.s2k-dojo .dijitSelect,
.s2k-dojo .dijitSelect .dijitButtonContents,
.s2k-dojo .dijitTextBox,
.s2k-dojo .dijitTextBox .dijitButtonNode {
  border-color: var(--input-border, #CDCED9);
  -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;
}

.s2k-dojo .dijitSelect,
.s2k-dojo .dijitTextBox {
  background-color: var(--input-bg, #fff);
}

.s2k-dojo .dijitSelectHover,
.s2k-dojo .dijitSelectHover .dijitButtonContents,
.s2k-dojo .dijitTextBoxHover,
.s2k-dojo .dijitTextBoxHover .dijitButtonNode {
  border-color: var(--input-border-hover, #A7A9BC);
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.s2k-dojo .dijitTextBoxHover {
  background-color: var(--input-bg-hover, #f0f5ff);
  color: var(--input-color-hover, #272833);
}

.s2k-dojo .dijitSelectError,
.s2k-dojo .dijitSelectError .dijitButtonContents,
.s2k-dojo .dijitTextBoxError,
.s2k-dojo .dijitTextBoxError .dijitButtonNode {
  border-color: var(--danger, #e54e4e);
}

.s2k-dojo .dijitSelectFocused,
.s2k-dojo .dijitSelectFocused .dijitButtonContents,
.s2k-dojo .dijitTextBoxFocused,
.s2k-dojo .dijitTextBoxFocused .dijitButtonNode {
  border-color: var(--input-border-hover, #A7A9BC);
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.s2k-dojo .dijitTextBoxFocused {
  background-color: var(--input-bg-hover, #f0f5ff);
  color: var(--input-color-hover, #272833);
}

.s2k-dojo .dijitSelectErrorFocused,
.s2k-dojo .dijitSelectErrorFocused .dijitButtonContents,
.s2k-dojo .dijitTextBoxErrorFocused,
.s2k-dojo .dijitTextBoxErrorFocused .dijitButtonNode {
  border-color: #ce5050;
}

.s2k-dojo .dijitSelectDisabled,
.s2k-dojo .dijitSelectDisabled .dijitButtonContents,
.s2k-dojo .dijitTextBoxDisabled,
.s2k-dojo .dijitTextBoxDisabled .dijitButtonNode {
  border-color: var(--gray-500, #a7a9bc);
}

.s2k-dojo .dijitSelectDisabled,
.s2k-dojo .dijitTextBoxDisabled,
.s2k-dojo .dijitTextBoxDisabled .dijitInputContainer {
  background-color: var(--gray-200, #f1f2f5);
  background-image: none;
}

.s2k-dojo .dijitSelectDisabled,
.s2k-dojo .dijitTextBoxDisabled,
.s2k-dojo .dijitTextBoxDisabled .dijitInputInner {
  color: var(--gray-600, #6b6c7e);
}

.dj_webkit .s2k-dojo .dijitDisabled input {
  color: var(--gray-600, #6b6c7e);
}

.dj_webkit .s2k-dojo textarea.dijitTextAreaDisabled {
  color: var(--input-color, #272833);
}

.s2k-dojo .dijitSelect .dijitArrowButtonInner,
.s2k-dojo .dijitComboBox .dijitArrowButtonInner {
  background-image: url("../images/s2k/commonFormArrows.png");
  background-position: -35px 53%;
  background-repeat: no-repeat;
  margin: 0;
  width: 16px;
}

.s2k-dojo .dijitComboBox .dijitArrowButtonInner {
  border: 1px solid var(--white, #fff);
}

.s2k-dojo .dijitToolbar .dijitComboBox .dijitArrowButtonInner {
  border: none;
}

.s2k-dojo .dijitToolbar .dijitComboBox .dijitArrowButtonInner {
  border: none;
}

.s2k-dojo .dijitSelectLabel,
.s2k-dojo .dijitTextBox .dijitInputInner,
.s2k-dojo .dijitValidationTextBox .dijitValidationContainer {
  padding: 1px 0;
}

.s2k-dojo .dijitComboBox .dijitButtonNode {
  background-color: var(--input-bg, #fff);
}

.s2k-dojo .dijitComboBoxOpenOnClickHover .dijitButtonNode,
.s2k-dojo .dijitComboBox .dijitDownArrowButtonHover,
.s2k-dojo .dijitComboBoxFocused .dijitArrowButton {
  background-color: var(--input-bg-hover, #f0f5ff);
  color: var(--input-color-hover, #272833);
}

.s2k-dojo .dijitComboBoxOpenOnClickHover .dijitArrowButtonInner,
.s2k-dojo .dijitComboBox .dijitDownArrowButtonHover .dijitArrowButtonInner {
  background-position: -70px 53%;
}

.s2k-dojo .dijitComboBox .dijitHasDropDownOpen {
  background-color: var(--input-bg-hover, #f0f5ff);
  color: var(--input-color-hover, #272833);
  padding: 1px;
}

.dj_iequirks .s2k-dojo .dijitComboBox .dijitHasDropDownOpen {
  padding: 1px 0;
}

.s2k-dojo .dijitComboBox .dijitHasDropDownOpen .dijitArrowButtonInner {
  background-position: -70px 53%;
  border: 0 none;
}

.s2k-dojo div.dijitComboBoxDisabled .dijitArrowButtonInner {
  background-position: 0 50%;
  background-color: var(--gray-200, #f1f2f5);
}

.dj_ff3 .s2k-dojo .dijitInputField input[type=hidden] {
  display: none;
  height: 0;
  width: 0;
}

.dj_borderbox .s2k-dojo .dijitComboBox .dijitHasDropDownOpen .dijitArrowButtonInner {
  width: 18px;
}

.dj_borderbox .s2k-dojo .dijitComboBoxFocused .dijitHasDropDownOpen .dijitArrowButtonInner {
  width: 16px;
}

.s2k-dojo .dijitButtonNode {
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.s2k-dojo .dijitButton .dijitButtonNode,
.s2k-dojo .dijitDropDownButton .dijitButtonNode,
.s2k-dojo .dijitComboButton .dijitButtonNode,
.s2k-dojo .dijitToggleButton .dijitButtonNode {
  border: 1px solid var(--input-border-hover, #A7A9BC);
  padding: 2px 4px 4px 4px;
  color: var(--black, #000);
  -moz-border-radius: var(--border-radius, 0.25rem);
  border-radius: var(--border-radius, 0.25rem);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  background-color: #bcd8f4;
  background-image: url("../images/s2k/buttonEnabled.png");
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
  background-image: -webkit-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
  background-image: -o-linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
  background-image: linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
  _background-image: none;
}

.s2k-dojo .dijitComboButton .dijitArrowButton {
  border-left-width: 0;
  padding: 4px 2px 4px 2px;
}

.s2k-dojo .dijitArrowButtonInner {
  width: 15px;
  height: 15px;
  margin: 0 auto;
  background-image: url("../images/s2k/buttonArrows.png");
  background-repeat: no-repeat;
  background-position: -51px 53%;
}

.s2k-dojo .dijitLeftArrowButton .dijitArrowButtonInner {
  background-position: -77px 53%;
}

.s2k-dojo .dijitRightArrowButton .dijitArrowButtonInner {
  background-position: -26px 53%;
}

.s2k-dojo .dijitUpArrowButton .dijitArrowButtonInner {
  background-position: 0 53%;
}

.s2k-dojo .dijitDisabled .dijitArrowButtonInner {
  background-position: -151px 53%;
}

.s2k-dojo .dijitDisabled .dijitLeftArrowButton .dijitArrowButtonInner {
  background-position: -177px 53%;
}

.s2k-dojo .dijitDisabled .dijitRightArrowButton .dijitArrowButtonInner {
  background-position: -126px 53%;
}

.s2k-dojo .dijitDisabled .dijitUpArrowButton .dijitArrowButtonInner {
  background-position: -100px 53%;
}

.s2k-dojo .dijitButtonText {
  padding: 0 0.3em;
  text-align: center;
}

.s2k-dojo .dijitButtonHover .dijitButtonNode,
.s2k-dojo .dijitDropDownButtonHover .dijitButtonNode,
.s2k-dojo .dijitComboButton .dijitButtonNodeHover,
.s2k-dojo .dijitComboButton .dijitDownArrowButtonHover,
.s2k-dojo .dijitToggleButtonHover .dijitButtonNode {
  background-color: #86bdf2;
  color: var(--black, #000);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.s2k-dojo .dijitButtonActive .dijitButtonNode,
.s2k-dojo .dijitDropDownButtonActive .dijitButtonNode,
.s2k-dojo .dijitComboButtonActive .dijitButtonNode,
.s2k-dojo .dijitToggleButtonActive .dijitButtonNode,
.s2k-dojo .dijitToggleButtonChecked .dijitButtonNode {
  background-color: #86bdf2;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.s2k-dojo .dijitButtonDisabled,
.s2k-dojo .dijitDropDownButtonDisabled,
.s2k-dojo .dijitComboButtonDisabled,
.s2k-dojo .dijitToggleButtonDisabled {
  background-image: none;
  outline: none;
}

.s2k-dojo .dijitButtonDisabled .dijitButtonNode,
.s2k-dojo .dijitDropDownButtonDisabled .dijitButtonNode,
.s2k-dojo .dijitComboButtonDisabled .dijitButtonNode,
.s2k-dojo .dijitToggleButtonDisabled .dijitButtonNode {
  background-color: var(--gray-200, #f1f2f5);
  border: solid 1px var(--gray-500, #a7a9bc);
  color: var(--gray-600, #6b6c7e);
  -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-image: url("../images/s2k/buttonDisabled.png");
  background-image: -moz-linear-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 40%);
  background-image: -webkit-linear-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 40%);
  background-image: -o-linear-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 40%);
  background-image: linear-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 40%);
  _background-image: none;
}

.s2k-dojo .dijitComboButtonDisabled .dijitArrowButton {
  border-left-width: 0;
}

.s2k-dojo table.dijitComboButton {
  border-collapse: separate;
}

.s2k-dojo .dijitComboButton .dijitStretch {
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.s2k-dojo .dijitComboButton .dijitArrowButton {
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.s2k-dojo .dijitToggleButton .dijitCheckBoxIcon {
  background-image: url("../images/s2k/checkmarkNoBorder.png");
}

.dj_ie6 .s2k-dojo .dijitToggleButton .dijitCheckBoxIcon {
  background-image: url("../images/s2k/checkmarkNoBorder.gif");
}

.s2k-dojo .dijitCheckBox,
.s2k-dojo .dijitCheckBoxIcon {
  width: 18px;
  height: 18px;
  margin: 0 2px 0 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.s2k-dojo .dijitCheckBox:after,
.s2k-dojo .dijitCheckBoxIcon:after {
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  line-height: 18px;
  background-color: var(--input-bg, #fff);
  color: var(--btn-link-color, #2F6395);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.s2k-dojo .dijitCheckBoxChecked:after,
.s2k-dojo .dijitToggleButtonChecked .dijitCheckBoxIcon:after {
  content: "\f14a";
}

.s2k-dojo .dijitCheckBoxDisabled:after {
  color: var(--gray-500, #a7a9bc);
  background-color: var(--gray-200, #f1f2f5);
}

.s2k-dojo .dijitCheckBoxHover:after {
  color: var(--btn-link-hover-color, #0277bc);
  background-color: var(--input-bg-hover, #eaeff4);
}

.s2k-dojo .dijitToggleButton .dijitRadio,
.s2k-dojo .dijitToggleButton .dijitRadioIcon {
  background-image: url("../images/s2k/checkboxRadioButtonStates.png");
}

.dj_ie6 .s2k-dojo .dijitToggleButton .dijitRadio,
.dj_ie6 .s2k-dojo .dijitToggleButton .dijitRadioIcon {
  background-image: url("../images/s2k/checkboxAndRadioButtons_IE6.png");
}

.s2k-dojo .dijitRadio,
.s2k-dojo .dijitRadioIcon {
  background-image: url("../images/s2k/checkboxRadioButtonStates.png");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin: 0 2px 0 0;
  padding: 0;
}

.dj_ie6 .s2k-dojo .dijitRadio,
.dj_ie6 .s2k-dojo .dijitRadioIcon {
  background-image: url("../images/s2k/checkboxAndRadioButtons_IE6.png");
}

.s2k-dojo .dijitRadio {
  background-position: -105px;
}

.s2k-dojo .dijitToggleButton .dijitRadioIcon {
  background-position: -107px;
}

.s2k-dojo .dijitRadioDisabled {
  background-position: -165px;
}

.s2k-dojo .dijitRadioHover {
  background-position: -135px;
}

.s2k-dojo .dijitRadioChecked {
  background-position: -90px;
}

.s2k-dojo .dijitToggleButtonChecked .dijitRadioIcon {
  background-position: -92px;
}

.s2k-dojo .dijitRadioCheckedHover {
  background-position: -120px;
}

.s2k-dojo .dijitRadioCheckedDisabled {
  background-position: -150px;
}

.s2k-dojo .dijitSelect .dijitArrowButtonContainer {
  border: 1px solid var(--white, #fff);
}

.s2k-dojo .dijitSelect .dijitArrowButton {
  padding: 0;
  background-color: var(--gray-200, #f1f2f5);
}

.s2k-dojo .dijitSelect .dijitArrowButton .dijitArrowButtonInner {
  height: 16px;
}

.s2k-dojo .dijitSelectHover {
  background-color: var(--input-bg-hover, #f0f5ff);
  color: var(--input-color-hover, #272833);
  background-image: -moz-linear-gradient(rgba(127, 127, 127, 0.2) 0%, rgba(127, 127, 127, 0) 2px);
  background-image: -webkit-linear-gradient(rgba(127, 127, 127, 0.2) 0%, rgba(127, 127, 127, 0) 2px);
  background-image: -o-linear-gradient(rgba(127, 127, 127, 0.2) 0%, rgba(127, 127, 127, 0) 2px);
  background-image: linear-gradient(rgba(127, 127, 127, 0.2) 0%, rgba(127, 127, 127, 0) 2px);
  background-repeat: repeat-x;
}

.s2k-dojo .dijitSelectHover .dijitArrowButton {
  background-color: var(--input-bg-hover, #f0f5ff);
  color: var(--input-color-hover, #272833);
}

.s2k-dojo .dijitSelectHover .dijitArrowButton .dijitArrowButtonInner {
  background-position: -70px 53%;
}

.s2k-dojo .dijitSelectFocused .dijitArrowButton {
  background-color: #7dbefa;
  background-color: var(--gray-200, #f1f2f5);
}

.s2k-dojo .dijitSelectFocused .dijitArrowButton {
  border: none;
  padding: 1px;
}

.s2k-dojo .dijitSelectFocused .dijitArrowButton .dijitArrowButtonInner {
  background-position: -70px 53%;
}

.s2k-dojo .dijitSelectDisabled {
  border-color: var(--gray-500, #a7a9bc);
  background-color: var(--gray-200, #f1f2f5);
  background-image: none;
  color: var(--gray-600, #6b6c7e);
}

.s2k-dojo .dijitSelectDisabled .dijitArrowButton .dijitArrowButtonInner {
  background-position: 0 53%;
}

.s2k-dojo .dijitSelectMenu td.dijitMenuItemIconCell,
.s2k-dojo .dijitSelectMenu td.dijitMenuArrowCell {
  display: none;
}

.s2k-dojo .dijitSelectMenu td.dijitMenuItemLabel {
  padding: 2px;
}

.s2k-dojo .dijitSelectMenu .dijitMenuSeparatorTop {
  border-bottom: 1px solid var(--input-border-hover, #A7A9BC);
}

.s2k-dojo .dijitTabPaneWrapper {
  background: var(--container-background, #fff);
}

.s2k-dojo .dijitTabPaneWrapper,
.s2k-dojo .dijitTabContainerTop-tabs,
.s2k-dojo .dijitTabContainerBottom-tabs,
.s2k-dojo .dijitTabContainerLeft-tabs,
.s2k-dojo .dijitTabContainerRight-tabs {
  border-color: var(--gray-500, #a7a9bc);
}

.s2k-dojo .dijitTabCloseButton {
  background: url("../images/s2k/tabClose.png") no-repeat;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-right: -5px;
}

.s2k-dojo .dijitTabCloseButtonHover {
  background-position: -14px;
}

.s2k-dojo .dijitTabCloseButtonActive {
  background-position: -28px;
}

.s2k-dojo .dijitTabSpacer {
  display: none;
}

.s2k-dojo .dijitTab {
  border: 1px solid var(--gray-500, #a7a9bc);
  -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;
  font-weight: 500;
  font-size: var(--font-size-lg);
}

@media screen and (max-width: 603px) {
  .s2k-dojo .dijitTab {
    font-size: var(--font-size-base, 1rem);
  }
}
.s2k-dojo .dijitTabHover {
  border-color: var(--gray-500, #a7a9bc);
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  color: var(--input-color-hover, #272833);
}

.s2k-dojo .dijitTabActive {
  border-color: var(--gray-500, #a7a9bc);
  color: var(--input-color-hover, #272833);
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.s2k-dojo .dijitTabChecked {
  border-color: var(--gray-500, #a7a9bc);
  background-color: var(--container-background, #fff);
}

.s2k-dojo .dijitTabDisabled {
  background-color: var(--gray-200, #f1f2f5);
}

.s2k-dojo .dijitTabContainerTop-tabs .dijitTab {
  top: 1px;
  margin-right: 1px;
  padding: 6px 12px;
  border-bottom-width: 0;
  min-width: 60px;
  text-align: center;
}

.s2k-dojo .dijitTabContainerTop-tabs .dijitTabChecked {
  padding-bottom: 7px;
  padding-top: 14px;
}

.s2k-dojo .dijitTabContainerBottom-tabs .dijitTab {
  top: -1px;
  margin-right: 1px;
  padding: 3px 16px;
  border-top-width: 0;
  min-width: 60px;
  text-align: center;
}

.s2k-dojo .dijitTabContainerBottom-tabs .dijitTabChecked {
  padding-bottom: 9px;
  padding-top: 4px;
}

.s2k-dojo .dijitTabContainerLeft-tabs .dijitTab {
  left: 1px;
  margin-bottom: 1px;
  padding: 3px 8px 4px 4px;
}

.s2k-dojo .dijitTabContainerLeft-tabs .dijitTabChecked {
  border-right-width: 0;
  padding-right: 9px;
}

.s2k-dojo .dijitTabContainerRight-tabs .dijitTab {
  left: -1px;
  margin-bottom: 1px;
  padding: 3px 8px 4px 4px;
}

.s2k-dojo .dijitTabContainerRight-tabs .dijitTabChecked {
  padding-left: 5px;
  border-left-width: 0;
}

.s2k-dojo .dijitTabContainerTop-tabs .dijitTab {
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}

.s2k-dojo .dijitTabContainerBottom-tabs .dijitTab {
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}

.s2k-dojo .dijitTabContainerLeft-tabs .dijitTab {
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}

.s2k-dojo .dijitTabContainerRight-tabs .dijitTab {
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

.s2k-dojo .tabStripButton {
  background-color: var(--white, #fff);
  padding: 0 12px;
  min-height: calc(100% - 9px);
  display: flex;
  align-items: center;
}

.s2k-dojo .dijitTabListContainer-top .tabStripButton {
  margin-top: 9px;
}

.s2k-dojo .dijitTabListContainer-bottom .tabStripButton {
  margin-bottom: 9px;
}

/* .s2k-dojo .tabStripButtonHover { */
/* 	background-color: var(--input-bg-hover, #f0f5ff); */
/* } */
/* .s2k-dojo .tabStripButtonActive { */
/* 	background-color: var(--input-bg-hover, #f0f5ff); */
/* } */
.s2k-dojo .dijitTabStripIcon {
  height: 15px;
  width: 15px;
  margin: 0 auto;
  background: url("../images/s2k/buttonArrows.png") no-repeat -75px 50%;
  background-color: transparent;
}

.s2k-dojo .dijitTabStripSlideRightIcon {
  background-position: -24px 50%;
}

.s2k-dojo .dijitTabStripMenuIcon {
  background-position: -51px 50%;
}

.s2k-dojo .dijitTabListContainer-top .tabStripButtonDisabled,
.s2k-dojo .dijitTabListContainer-bottom .tabStripButtonDisabled {
  background-color: var(--gray-200, #f1f2f5);
  border: 1px solid var(--gray-500, #a7a9bc);
}

.s2k-dojo .tabStripButtonDisabled .dijitTabStripSlideLeftIcon {
  background-position: -175px 50%;
}

.s2k-dojo .tabStripButtonDisabled .dijitTabStripSlideRightIcon {
  background-position: -124px 50%;
}

.s2k-dojo .tabStripButtonDisabled .dijitTabStripMenuIcon {
  background-position: -151px 50%;
}

.s2k-dojo .dijitTabContainerNested .dijitTabListWrapper {
  height: auto;
}

.s2k-dojo .dijitTabContainerNested .dijitTabContainerTop-tabs {
  border-bottom: solid 1px var(--gray-500, #a7a9bc);
  padding: 2px 2px 4px;
}

.s2k-dojo .dijitTabContainerTabListNested .dijitTab {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  padding: 4px;
  border-color: rgba(118, 157, 192, 0);
  -webkit-transition-property: background-color, border-color;
  -moz-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-border-radius: 2px;
  border-radius: 2px;
  top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: url("../images/s2k/tabNested.png") repeat-x;
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.61) 0%, rgba(255, 255, 255, 0) 17%, rgba(255, 255, 255, 0) 83%, rgba(255, 255, 255, 0.61) 100%);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.61) 0%, rgba(255, 255, 255, 0) 17%, rgba(255, 255, 255, 0) 83%, rgba(255, 255, 255, 0.61) 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.61) 0%, rgba(255, 255, 255, 0) 17%, rgba(255, 255, 255, 0) 83%, rgba(255, 255, 255, 0.61) 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0.61) 0%, rgba(255, 255, 255, 0) 17%, rgba(255, 255, 255, 0) 83%, rgba(255, 255, 255, 0.61) 100%);
}

.s2k-dojo .dijitTabContainerTabListNested .dijitTabHover {
  background-color: #e5f2fe;
  border: solid 1px #cfe5fa;
  padding: 3px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.s2k-dojo .dijitTabContainerTabListNested .dijitTabHover .tabLabel {
  text-decoration: none;
}

.s2k-dojo .dijitTabContainerTabListNested .dijitTabActive {
  border: solid 1px var(--input-border-hover, #A7A9BC);
  padding: 3px;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.s2k-dojo .dijitTabContainerTabListNested .dijitTabChecked {
  padding: 3px;
  border: solid 1px var(--input-border-hover, #A7A9BC);
  background-color: #cfe5fa;
}

.s2k-dojo .dijitTabContainerTabListNested .dijitTabChecked .tabLabel {
  text-decoration: none;
  background-image: none;
}

.s2k-dojo .dijitTabPaneWrapperNested {
  border: none;
}

.s2k-dojo .dijitTabContainer .dijitTab,
.s2k-dojo .dijitTabContainer .tabStripButton {
  _background-image: none;
}

.s2k-dojo .dijitDialog {
  border: 1px solid var(--gray-500, #a7a9bc);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.s2k-dojo .dijitDialogPaneContent {
  background: var(--container-background, #fff);
  border-top: 1px solid var(--gray-500, #a7a9bc);
  padding: 10px 8px;
  position: relative;
}

.s2k-dojo .dijitDialogPaneContentArea {
  margin: -10px -8px;
  padding: 10px 8px;
}

.s2k-dojo .dijitDialogPaneActionBar {
  background-color: var(--gray-200, #f1f2f5);
  padding: 3px 5px 2px 7px;
  text-align: right;
  border-top: 1px solid var(--gray-500, #a7a9bc);
  margin: 10px -8px -10px;
}

.s2k-dojo .dijitTooltipDialog .dijitDialogPaneActionBar {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  margin: 10px -10px -8px;
}

.s2k-dojo .dijitDialogPaneActionBar .dijitButton {
  float: none;
}

.s2k-dojo .dijitDialogTitleBar {
  background-color: var(--gray-200, #f1f2f5);
  padding: 5px 7px 4px 7px;
}

.s2k-dojo .dijitDialogTitle {
  font-size: var(--h2-font-size, 1.375rem);
  font-family: var(--font-family-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol");
  font-weight: var(--font-weight-heading, 700);
  line-height: var(--line-height-heading, 1.2);
  letter-spacing: var(--letter-spacing-heading, 0px);
  text-transform: var(--letter-case-heading, normal);
  color: var(--heading-color, inherit);
}

.s2k-dojo .dijitDialogCloseIcon {
  background: url("../images/s2k/dialogCloseIcon.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  top: 15px;
  height: 15px;
  width: 21px;
}

.dj_ie6 .s2k-dojo .dijitDialogCloseIcon {
  background-image: url("../images/s2k/dialogCloseIcon8bit.png");
}

.s2k-dojo .dijitDialogCloseIconHover {
  background-position: -21px;
}

.s2k-dojo .dijitDialogCloseIcon:active {
  background-position: -42px;
}

.s2k-dojo .dijitTooltip,
.s2k-dojo .dijitTooltipDialog {
  background: transparent;
}

.s2k-dojo .dijitTooltip img {
  max-width: 100%;
}

.dijitTooltipBelow {
  padding-top: 13px;
  padding-left: 3px;
  padding-right: 3px;
}

.dijitTooltipAbove {
  padding-bottom: 13px;
  padding-left: 3px;
  padding-right: 3px;
}

.s2k-dojo .dijitTooltipContainer {
  background-color: var(--container-background, #fff);
  border: 1px solid var(--gray-500, #a7a9bc);
  padding: 6px 8px;
  -moz-border-radius: var(--border-radius, 0.25rem);
  border-radius: var(--border-radius, 0.25rem);
  /*	 -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); */
  font-size: 1em;
}

.s2k-dojo .dijitTooltipConnector {
  border: 0;
  z-index: 2;
  background-image: url("../images/s2k/tooltip.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
}

.dj_ie6 .s2k-dojo .dijitTooltipConnector {
  background-image: url("../images/s2k/tooltip8bit.png");
}

.s2k-dojo .dijitTooltipBelow .dijitTooltipConnector {
  top: 0;
  left: 3px;
  background-position: -31px 0;
  width: 16px;
  height: 14px;
}

.s2k-dojo .dijitTooltipAbove .dijitTooltipConnector {
  bottom: 0;
  left: 3px;
  background-position: -15px 0;
  width: 16px;
  height: 14px;
}

.dj_ie7 .s2k-dojo .dijitTooltipAbove .dijitTooltipConnector,
.dj_ie6 .s2k-dojo .dijitTooltipAbove .dijitTooltipConnector {
  bottom: -1px;
}

.s2k-dojo .dijitTooltipABRight .dijitTooltipConnector {
  left: auto;
  right: 3px;
}

.s2k-dojo .dijitTooltipLeft {
  padding-right: 14px;
}

.s2k-dojo .dijitTooltipLeft .dijitTooltipConnector {
  right: 0;
  background-position: 0 0;
  width: 16px;
  height: 14px;
}

.s2k-dojo .dijitTooltipRight {
  padding-left: 14px;
}

.s2k-dojo .dijitTooltipRight .dijitTooltipConnector {
  left: 0;
  background-position: -48px 0;
  width: 16px;
  height: 14px;
}

.s2k-dojo .dijitDialogUnderlay {
  background: var(--container-background, #fff);
}

.s2k-dojo .dijitAccordionContainer {
  border: none;
}

.s2k-dojo .dijitAccordionInnerContainer {
  background-color: var(--gray-200, #f1f2f5);
  border: solid 1px var(--gray-500, #a7a9bc);
  margin-bottom: 1px;
  -webkit-transition-property: background-color, border;
  -moz-transition-property: background-color, border;
  transition-property: background-color, border;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
}

.s2k-dojo .dijitAccordionTitle {
  background-color: transparent;
  padding: 5px 7px 2px 7px;
  min-height: 17px;
  color: var(--gray-600, #6b6c7e);
}

.s2k-dojo .dijitAccordionContainer .dijitAccordionChildWrapper {
  background-color: var(--white, #fff);
  border: 1px solid var(--gray-500, #a7a9bc);
  margin: 0 2px 2px;
}

.s2k-dojo .dijitAccordionContainer .dijitAccordionContainer-child {
  padding: 9px;
}

.s2k-dojo .dijitAccordionInnerContainerHover {
  border: 1px solid var(--input-border-hover, #A7A9BC);
  background-color: var(--input-bg-hover, #f0f5ff);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.s2k-dojo .dijitAccordionInnerContainerHover .dijitAccordionTitle {
  color: var(--black, #000);
}

.s2k-dojo .dijitAccordionInnerContainerActive {
  border: 1px solid var(--input-border-hover, #A7A9BC);
  background-color: var(--input-bg-hover, #f0f5ff);
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.s2k-dojo .dijitAccordionInnerContainerActive .dijitAccordionTitle {
  color: var(--black, #000);
}

.s2k-dojo .dijitAccordionInnerContainerSelected {
  border-color: var(--input-border-hover, #A7A9BC);
  background-color: var(--input-bg-hover, #f0f5ff);
}

.s2k-dojo .dijitAccordionInnerContainerSelected .dijitAccordionTitle {
  color: var(--black, #000);
}

.s2k-dojo .dijitContentPane {
  padding: 8px;
}

.s2k-dojo .dijitTabContainerTop-dijitContentPane,
.s2k-dojo .dijitTabContainerLeft-dijitContentPane,
.s2k-dojo .dijitTabContainerBottom-dijitContentPane,
.s2k-dojo .dijitTabContainerRight-dijitContentPane,
.s2k-dojo .dijitAccordionContainer-dijitContentPane {
  /* 	background-color: var(--white, #fff); */
  padding: 8px;
}

.s2k-dojo .dijitSplitContainer-dijitContentPane,
.s2k-dojo .dijitBorderContainer-dijitContentPane {
  /* 	background-color: var(--white, #fff); */
  padding: 8px;
}

.s2k-dojo .dijitCalendar {
  border: solid 1px var(--input-border, #CDCED9);
  border-collapse: separate;
  -moz-border-radius: var(--border-radius, 0.25rem);
  border-radius: var(--border-radius, 0.25rem);
  background-color: var(--white, #fff);
  text-align: center;
  padding: 6px 5px 3px 5px;
}

.dj_ie6 .s2k-dojo .dijitCalendar {
  background-image: none;
}

.s2k-dojo .dijitCalendar img {
  border: none;
}

.s2k-dojo .dijitCalendarHover,
.s2k-dojo .dijitCalendar:hover,
.s2k-dojo .dijitCalendarActive {
  border: solid 1px var(--input-border-hover, #A7A9BC);
}

.s2k-dojo .dijitCalendarMonthContainer th {
  text-align: center;
  padding-bottom: 4px;
  vertical-align: middle;
}

.s2k-dojo .dijitCalendarMonthLabel {
  font-size: 1.091em;
  padding: 0 4px;
}

.s2k-dojo .dijitCalendarIncrementControl {
  width: 18px;
  height: 16px;
  background-image: url("../images/s2k/calendarArrows.png");
  background-repeat: no-repeat;
}

.dj_ie6 .s2k-dojo .dijitCalendarIncrementControl {
  background-image: url("../images/s2k/calendarArrows8bit.png");
}

.s2k-dojo .dijitCalendarIncrease {
  background-position: -18px 0;
}

.s2k-dojo .dijitCalendarArrowHover .dijitCalendarDecrease,
.s2k-dojo .dijitCalendarArrow:hover .dijitCalendarDecrease {
  background-position: -36px 0;
}

.s2k-dojo .dijitCalendarArrowHover .dijitCalendarIncrease,
.s2k-dojo .dijitCalendarArrow:hover .dijitCalendarIncrease {
  background-position: -55px 0;
}

.s2k-dojo .dijitCalendarArrowActive .dijitCalendarDecrease,
.s2k-dojo .dijitCalendarArrow:active .dijitCalendarDecrease {
  background-position: -72px 0;
}

.s2k-dojo .dijitCalendarArrowActive .dijitCalendarIncrease,
.s2k-dojo .dijitCalendarArrow:active .dijitCalendarIncrease {
  background-position: -91px 0;
}

.s2k-dojo .dijitA11ySideArrow {
  display: none;
}

.s2k-dojo .dijitCalendarDayLabelTemplate {
  padding-bottom: 0;
  text-align: center;
  border-bottom: 1px solid var(--gray-500, #a7a9bc);
  padding: 0 3px 2px;
}

.s2k-dojo .dijitCalendarDayLabel {
  padding: 0 4px 0 4px;
  font-weight: bold;
  font-size: 0.909em;
  text-align: center;
  color: var(--black, #000);
}

.s2k-dojo .dijitCalendarDateTemplate {
  background-color: var(--white, #fff);
  border-bottom: 1px solid var(--gray-500, #a7a9bc);
  padding-top: 0;
  font-size: var(--font-size-sm, 0.875rem);
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--black, #000);
}

.dj_ie6 .s2k-dojo .dijitCalendarDateTemplate {
  background-image: none;
}

.s2k-dojo .dijitCalendarPreviousMonth,
.s2k-dojo .dijitCalendarNextMonth {
  background-color: var(--gray-200, #f1f2f5);
  background-image: none;
  border-bottom: solid 1px var(--gray-500, #a7a9bc);
}

.s2k-dojo .dijitCalendarDateTemplate .dijitCalendarDateLabel {
  text-decoration: none;
  display: block;
  padding: 3px 5px 3px 4px;
  border: solid 1px var(--white, #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;
}

.s2k-dojo .dijitCalendarPreviousMonth .dijitCalendarDateLabel,
.s2k-dojo .dijitCalendarNextMonth .dijitCalendarDateLabel {
  color: var(--gray-600, #6b6c7e);
}

.s2k-dojo .dijitCalendarYearContainer {
  vertical-align: middle;
}

.s2k-dojo .dijitCalendarYearControl {
  padding: 1px 2px 2px 2px;
}

.s2k-dojo .dijitCalendarYearLabel {
  padding: 2px 0 0 0;
  margin: 0;
  font-size: 1.17em;
}

.s2k-dojo .dijitCalendarYearLabel span {
  vertical-align: middle;
}

.s2k-dojo .dijitCalendarSelectedYear {
  padding: 0 3px;
}

.s2k-dojo .dijitCalendarNextYear,
.s2k-dojo .dijitCalendarPreviousYear {
  padding: 1px 6px 1px 6px;
  font-size: 0.909em;
}

.s2k-dojo .dijitCalendarSelectedYear {
  font-size: 1.091em;
  color: var(--black, #000);
}

.s2k-dojo .dijitCalendarHoveredDate .dijitCalendarDateLabel,
.s2k-dojo .dijitCalendarEnabledDate:hover .dijitCalendarDateLabel {
  background-color: var(--input-bg-hover, #f0f5ff);
  border: solid 1px var(--input-border-hover, #A7A9BC);
  color: var(--input-color-hover, #272833);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.s2k-dojo .dijitCalendarNextYearHover,
.s2k-dojo .dijitCalendarNextYear:hover,
.s2k-dojo .dijitCalendarPreviousYearHover,
.s2k-dojo .dijitCalendarPreviousYear:hover {
  color: var(--input-color-hover, #272833);
  border: solid 1px var(--white, #fff);
  padding: 0 5px 0 5px;
  background-color: var(--input-bg-hover, #f0f5ff);
}

.s2k-dojo .dijitCalendarNextYearActive,
.s2k-dojo .dijitCalendarNextYear:active .s2k-dojo .dijitCalendarPreviousYearActive,
.s2k-dojo .dijitCalendarPreviousYear:active {
  border: solid 1px var(--input-border-hover, #A7A9BC);
  padding: 0 5px 0 5px;
  background-color: var(--input-bg-hover, #f0f5ff);
  color: var(--input-color-hover, #272833);
}

.s2k-dojo .dijitCalendarActiveDate .dijitCalendarDateLabel,
.s2k-dojo .dijitCalendarEnabledDate:active .dijitCalendarDateLabel {
  background-color: var(--input-bg-hover, #f0f5ff);
  color: var(--input-color-hover, #272833);
  border: solid 1px var(--input-border-hover, #A7A9BC);
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.dj_ie6 .s2k-dojo .dijitCalendarActiveDate .dijitCalendarDateLabel {
  background-image: none;
}

.s2k-dojo .dijitCalendarSelectedDate .dijitCalendarDateLabel {
  color: var(--black, #000);
  font-weight: 700;
  background-color: var(--input-bg-hover, #f0f5ff);
  color: var(--input-color-hover, #272833);
  border-color: var(--input-border-hover, #A7A9BC);
}

.s2k-dojo .dijitCalendarDateTemplate.dijitCalendarCurrentDate .dijitCalendarDateLabel {
  font-weight: 700;
}

.s2k-dojo .dijitCalendarDisabledDate .dijitCalendarDateLabel {
  color: var(--gray-600, #6b6c7e);
  text-decoration: line-through;
}

.s2k-dojo .dijitCalendar .dijitDropDownButton {
  margin: 0;
}

.s2k-dojo .dijitCalendar .dijitButtonText {
  padding: 1px 0 3px;
  margin-right: -4px;
}

.s2k-dojo .dijitCalendar .dijitDropDownButton .dijitButtonNode {
  padding: 0 3px 0 2px;
  border: solid 1px var(--input-border, #CDCED9);
  -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;
}

.s2k-dojo .dijitCalendar .dijitDropDownButtonHover .dijitButtonNode,
.s2k-dojo .dijitCalendar .dijitDropDownButton:hover .dijitButtonNode {
  background-color: var(--input-bg-hover, #f0f5ff);
  color: var(--input-color-hover, #272833);
  border: solid 1px var(--input-border-hover, #A7A9BC);
}

.s2k-dojo .dijitCalendarMonthMenu {
  border-color: var(--input-border-hover, #A7A9BC);
  background-color: var(--input-bg, #fff);
  text-align: center;
  background-image: none;
}

.s2k-dojo .dijitCalendarMonthMenu .dijitCalendarMonthLabel {
  border-top: solid 1px var(--white, #fff);
  border-bottom: solid 1px var(--white, #fff);
  padding: 2px 0;
}

.s2k-dojo .dijitCalendarMonthMenu .dijitCalendarMonthLabelHover,
.s2k-dojo .dijitCalendarMonthMenu .dijitCalendarMonthLabel:hover {
  border-color: var(--input-border-hover, #A7A9BC);
  border-width: 1px 0;
  background-color: var(--input-bg-hover, #f0f5ff);
  color: var(--input-color-hover, #272833);
}

.s2k-dojo .dijitMenuBar {
  border: 1px solid var(--input-border, #CDCED9);
  margin: 0;
  padding: 0;
  background-color: var(--gray-200, #f1f2f5);
}

.s2k-dojo .dijitMenu {
  background-color: var(--input-bg, #fff);
  border: 1px solid var(--input-border, #CDCED9);
}

.s2k-dojo .dijitMenuItem {
  color: var(--input-color, #272833);
}

.s2k-dojo .dijitMenuBar .dijitMenuItem {
  padding: 6px 10px 7px;
  margin: -1px;
}

.s2k-dojo .dijitMenuBar .dijitMenuItemHover,
.s2k-dojo .dijitMenuBar .dijitMenuItemSelected {
  border: solid 1px var(--input-border-hover, #A7A9BC);
  padding: 5px 9px 6px;
}

.s2k-dojo .dijitMenuTable {
  border-collapse: separate;
  border-spacing: 0 0;
  padding: 0;
}

.s2k-dojo .dijitMenu .dijitMenuItem td,
.s2k-dojo .dijitComboBoxMenu .dijitMenuItem {
  padding: 2px;
}

.s2k-dojo .dijitMenu .dijitMenuItemHover td,
.s2k-dojo .dijitMenu .dijitMenuItemSelected td,
.s2k-dojo .dijitMenuItemHover,
.s2k-dojo .dijitComboBoxMenu .dijitMenuItemHover,
.s2k-dojo .dijitMenuItemSelected {
  border-color: var(--input-border-hover, #A7A9BC);
  background-color: var(--input-bg-hover, #f0f5ff);
  color: var(--input-color-hover, #272833);
}

.dj_ie .s2k-dojo .dijitMenuActive .dijitMenuItemHover,
.dj_ie .s2k-dojo .dijitMenuActive .dijitMenuItemSelected,
.dj_ie .s2k-dojo .dijitMenuPassive .dijitMenuItemHover,
.dj_ie .s2k-dojo .dijitMenuPassive .dijitMenuItemSelected {
  padding-top: 6px;
  padding-bottom: 5px;
  margin-top: -3px;
}

.s2k-dojo td.dijitMenuItemIconCell {
  padding: 2px;
  margin: 0 0 0 4px;
}

.s2k-dojo td.dijitMenuItemLabel {
  padding-top: 5px;
  padding-bottom: 5px;
}

.s2k-dojo .dijitMenuExpand {
  width: 7px;
  height: 7px;
  background-image: url("../images/s2k/spriteArrows.png");
  background-position: -14px 0;
  margin-right: 3px;
  margin-bottom: 4px;
}

.s2k-dojo .dijitMenuItemDisabled .dijitMenuItemIconCell {
  opacity: 1;
}

.s2k-dojo .dijitMenuSeparatorTop {
  height: auto;
  margin-top: 1px;
  border-bottom: 1px solid var(--input-border, #CDCED9);
}

.s2k-dojo .dijitMenuSeparatorBottom {
  height: auto;
  margin-bottom: 1px;
}

.s2k-dojo .dijitCheckedMenuItem .dijitMenuItemIcon,
.s2k-dojo .dijitRadioMenuItem .dijitMenuItemIcon {
  background-image: url("../images/s2k/checkboxRadioButtonStates.png");
  background-repeat: no-repeat;
  background-position: -15px 50%;
  width: 15px;
  height: 16px;
}

.dj_ie6 .s2k-dojo .dijitCheckedMenuItem .dijitMenuItemIcon,
.dj_ie6 .s2k-dojo .dijitRadioMenuItem .dijitMenuItemIcon {
  background-image: url("../images/s2k/checkboxAndRadioButtons_IE6.png");
}

.s2k-dojo .dijitCheckedMenuItemChecked .dijitCheckedMenuItemIcon {
  background-position: 0 50%;
}

.s2k-dojo .dijitRadioMenuItem .dijitMenuItemIcon {
  background-position: -105px 50%;
}

.s2k-dojo .dijitRadioMenuItemChecked .dijitMenuItemIcon {
  background-position: -90px 50%;
}

.s2k-dojo .dijitComboBoxMenu {
  margin-left: 0;
  background-image: none;
}

.s2k-dojo .dijitMenu .dijitMenuItemSelected td,
.s2k-dojo .dijitComboBoxMenu .dijitMenuItemSelected {
  color: var(--input-color, #272833);
  border-color: var(--input-border, #CDCED9);
  background-color: var(--input-bg-hover, #f0f5ff);
  color: var(--input-color-hover, #272833);
}

.s2k-dojo .dijitComboBoxMenuActive .dijitMenuItemSelected {
  background-color: var(--input-bg-hover, #f0f5ff);
  color: var(--input-color-hover, #272833);
}

.s2k-dojo .dijitComboBoxMenuPopup {
  z-index: 2006 !important;
}

.s2k-dojo .dijitMenuPreviousButton,
.s2k-dojo .dijitMenuNextButton {
  font-style: italic;
}

.s2k-dojo .dijitSliderBar {
  border-style: solid;
  outline: 1px;
}

.s2k-dojo .dijitSliderFocused .dijitSliderBar {
  border-color: var(--input-border-hover, #A7A9BC);
}

.s2k-dojo .dijitSliderHover .dijitSliderBar {
  border-color: var(--input-border-hover, #A7A9BC);
}

.s2k-dojo .dijitSliderDisabled .dijitSliderBar {
  background-image: none;
  border-color: var(--gray-500, #a7a9bc);
}

.s2k-dojo .dijitRuleLabelsContainer {
  color: var(--input-color, #272833);
}

.s2k-dojo .dijitRuleLabelsContainerH {
  padding: 2px 0;
}

.s2k-dojo .dijitSlider .dijitSliderProgressBarH,
.s2k-dojo .dijitSlider .dijitSliderLeftBumper {
  border-color: var(--input-border, #CDCED9);
  background-color: #cfe5fa;
  background-image: -moz-linear-gradient(top, #ffffff 0px, #ffffff 1px, rgba(255, 255, 255, 0) 2px);
  background-image: -webkit-linear-gradient(top, #ffffff 0px, #ffffff 1px, rgba(255, 255, 255, 0) 2px);
  background-image: -o-linear-gradient(top, #ffffff 0px, #ffffff 1px, rgba(255, 255, 255, 0) 2px);
  background-image: linear-gradient(top, #ffffff 0px, #ffffff 1px, rgba(255, 255, 255, 0) 2px);
}

.s2k-dojo .dijitSlider .dijitSliderRemainingBarH,
.s2k-dojo .dijitSlider .dijitSliderRightBumper {
  border-color: var(--input-border, #CDCED9);
  background-color: var(--white, #fff);
}

.s2k-dojo .dijitSliderRightBumper {
  border-right: solid 1px var(--input-border, #CDCED9);
}

.s2k-dojo .dijitSliderLeftBumper {
  border-left: solid 1px var(--input-border, #CDCED9);
}

.s2k-dojo .dijitSliderHover .dijitSliderProgressBarH,
.s2k-dojo .dijitSliderHover .dijitSliderLeftBumper {
  background-color: #abd6ff;
  border-color: var(--input-border-hover, #A7A9BC);
}

.s2k-dojo .dijitSliderHover .dijitSliderRemainingBarH,
.s2k-dojo .dijitSliderHover .dijitSliderRightBumper {
  background-color: var(--white, #fff);
  border-color: var(--input-border-hover, #A7A9BC);
}

.s2k-dojo .dijitSliderFocused .dijitSliderProgressBarH,
.s2k-dojo .dijitSliderFocused .dijitSliderLeftBumper {
  background-color: #abd6ff;
  border-color: var(--input-border-hover, #A7A9BC);
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.s2k-dojo .dijitSliderFocused .dijitSliderRemainingBarH,
.s2k-dojo .dijitSliderFocused .dijitSliderRightBumper {
  background-color: var(--white, #fff);
  border-color: var(--input-border-hover, #A7A9BC);
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.s2k-dojo .dijitSliderDisabled .dijitSliderProgressBarH,
.s2k-dojo .dijitSliderDisabled .dijitSliderLeftBumper {
  background-color: var(--gray-200, #f1f2f5);
  background-image: none;
}

.s2k-dojo .dijitSliderDisabled .dijitSliderRemainingBarH,
.s2k-dojo .dijitSliderDisabled .dijitSliderRightBumper {
  background-color: var(--gray-200, #f1f2f5);
}

.s2k-dojo .dijitRuleLabelsContainerV {
  padding: 0 2px;
}

.s2k-dojo .dijitSlider .dijitSliderProgressBarV,
.s2k-dojo .dijitSlider .dijitSliderBottomBumper {
  border-color: var(--input-border, #CDCED9);
  background-color: #cfe5fa;
  background-image: -moz-linear-gradient(left, #ffffff 0px, rgba(255, 255, 255, 0) 1px);
  background-image: -webkit-linear-gradient(left, #ffffff 0px, rgba(255, 255, 255, 0) 1px);
  background-image: -o-linear-gradient(left, #ffffff 0px, rgba(255, 255, 255, 0) 1px);
  background-image: linear-gradient(left, #ffffff 0px, rgba(255, 255, 255, 0) 1px);
}

.s2k-dojo .dijitSlider .dijitSliderRemainingBarV,
.s2k-dojo .dijitSlider .dijitSliderTopBumper {
  border-color: var(--input-border, #CDCED9);
  background-color: var(--white, #fff);
}

.s2k-dojo .dijitSliderBottomBumper {
  border-bottom: solid 1px var(--input-border, #CDCED9);
}

.s2k-dojo .dijitSliderTopBumper {
  border-top: solid 1px var(--input-border, #CDCED9);
}

.s2k-dojo .dijitSliderHover .dijitSliderProgressBarV,
.s2k-dojo .dijitSliderHover .dijitSliderBottomBumper {
  background-color: #abd6ff;
  border-color: var(--input-border-hover, #A7A9BC);
}

.s2k-dojo .dijitSliderHover .dijitSliderRemainingBarV,
.s2k-dojo .dijitSliderHover .dijitSliderTopBumper {
  background-color: var(--white, #fff);
  border-color: var(--input-border-hover, #A7A9BC);
}

.s2k-dojo .dijitSliderFocused .dijitSliderProgressBarV,
.s2k-dojo .dijitSliderFocused .dijitSliderBottomBumper {
  background-color: #abd6ff;
  border-color: var(--input-border-hover, #A7A9BC);
  -webkit-box-shadow: inset 1px 0px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0px 1px rgba(0, 0, 0, 0.2);
}

.s2k-dojo .dijitSliderFocused .dijitSliderRemainingBarV,
.s2k-dojo .dijitSliderFocused .dijitSliderTopBumper {
  background-color: var(--white, #fff);
  border-color: var(--input-border-hover, #A7A9BC);
  -webkit-box-shadow: inset 1px 0px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0px 1px rgba(0, 0, 0, 0.2);
}

.s2k-dojo .dijitSliderDisabled .dijitSliderProgressBarV,
.s2k-dojo .dijitSliderDisabled .dijitSliderBottomBumper {
  background-color: var(--gray-200, #f1f2f5);
}

.s2k-dojo .dijitSliderDisabled .dijitSliderRemainingBarV,
.s2k-dojo .dijitSliderDisabled .dijitSliderTopBumper {
  background-color: var(--gray-200, #f1f2f5);
}

.s2k-dojo .dijitSliderImageHandleH {
  border: 0;
  width: 18px;
  height: 16px;
  background-image: url("../images/s2k/sliderThumbs.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.s2k-dojo .dijitSliderHover .dijitSliderImageHandleH {
  background-position: -18px 0;
}

.s2k-dojo .dijitSliderFocused .dijitSliderImageHandleH {
  background-position: -36px 0;
}

.s2k-dojo .dijitSliderProgressBarH .dijitSliderThumbHover {
  background-position: -36px 0;
}

.s2k-dojo .dijitSliderProgressBarH .dijitSliderThumbActive {
  background-position: -36px 0;
}

.s2k-dojo .dijitSliderReadOnly .dijitSliderImageHandleH,
.s2k-dojo .dijitSliderDisabled .dijitSliderImageHandleH {
  background-position: -54px 0;
}

.s2k-dojo .dijitSliderImageHandleV {
  border: 0;
  width: 18px;
  height: 16px;
  background-image: url("../images/s2k/sliderThumbs.png");
  background-repeat: no-repeat;
  background-position: -289px 0;
}

.s2k-dojo .dijitSliderHover .dijitSliderImageHandleV {
  background-position: -307px 0;
}

.s2k-dojo .dijitSliderFocused .dijitSliderImageHandleV {
  background-position: -325px 0;
}

.s2k-dojo .dijitSliderProgressBarV .dijitSliderThumbHover {
  background-position: -325px 0;
}

.s2k-dojo .dijitSliderProgressBarV .dijitSliderThumbActive {
  background-position: -325px 0;
}

.s2k-dojo .dijitSliderReadOnly .dijitSliderImageHandleV,
.s2k-dojo .dijitSliderDisabled .dijitSliderImageHandleV {
  background-position: -343px 0;
}

.s2k-dojo .dijitSliderButtonContainerH {
  padding: 1px 3px 1px 2px;
}

.s2k-dojo .dijitSliderButtonContainerV {
  padding: 3px 1px 2px 1px;
}

.s2k-dojo .dijitSliderDecrementIconH,
.s2k-dojo .dijitSliderIncrementIconH,
.s2k-dojo .dijitSliderDecrementIconV,
.s2k-dojo .dijitSliderIncrementIconV {
  background-image: url("../images/s2k/commonFormArrows.png");
  background-repeat: no-repeat;
  background-color: var(--gray-200, #f1f2f5);
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px var(--input-border, #CDCED9);
  font-size: 1px;
}

.s2k-dojo .dijitSliderDecrementIconH,
.s2k-dojo .dijitSliderIncrementIconH {
  height: 12px;
  width: 9px;
}

.s2k-dojo .dijitSliderDecrementIconV,
.s2k-dojo .dijitSliderIncrementIconV {
  height: 9px;
  width: 12px;
}

.s2k-dojo .dijitSliderActive .dijitSliderDecrementIconH,
.s2k-dojo .dijitSliderActive .dijitSliderIncrementIconH,
.s2k-dojo .dijitSliderActive .dijitSliderDecrementIconV,
.s2k-dojo .dijitSliderActive .dijitSliderIncrementIconV,
.s2k-dojo .dijitSliderHover .dijitSliderDecrementIconH,
.s2k-dojo .dijitSliderHover .dijitSliderIncrementIconH,
.s2k-dojo .dijitSliderHover .dijitSliderDecrementIconV,
.s2k-dojo .dijitSliderHover .dijitSliderIncrementIconV {
  border: solid 1px var(--input-border-hover, #A7A9BC);
  background-color: var(--white, #fff);
}

.s2k-dojo .dijitSliderDecrementIconH {
  background-position: -357px 50%;
}

.s2k-dojo .dijitSliderActive .dijitSliderDecrementIconH .s2k-dojo .dijitSliderHover .dijitSliderDecrementIconH {
  background-position: -393px 50%;
}

.s2k-dojo .dijitSliderIncrementIconH {
  background-position: -251px 50%;
}

.s2k-dojo .dijitSliderActive .dijitSliderIncrementIconH .s2k-dojo .dijitSliderHover .dijitSliderIncrementIconH {
  background-position: -283px 50%;
}

.s2k-dojo .dijitSliderDecrementIconV {
  background-position: -38px 50%;
}

.s2k-dojo .dijitSliderActive .dijitSliderDecrementIconV .s2k-dojo .dijitSliderHover .dijitSliderDecrementIconV {
  background-position: -73px 50%;
}

.s2k-dojo .dijitSliderIncrementIconV {
  background-position: -143px 49%;
}

.s2k-dojo .dijitSliderActive .dijitSliderIncrementIconV .s2k-dojo .dijitSliderHover .dijitSliderIncrementIconV {
  background-position: -178px 49%;
}

.s2k-dojo .dijitSliderButtonContainerV .dijitSliderDecrementButtonHover,
.s2k-dojo .dijitSliderButtonContainerH .dijitSliderDecrementButtonHover,
.s2k-dojo .dijitSliderButtonContainerV .dijitSliderIncrementButtonHover,
.s2k-dojo .dijitSliderButtonContainerH .dijitSliderIncrementButtonHover {
  background-color: #cfe5fa;
}

.s2k-dojo .dijitSliderButtonContainerV .dijitSliderDecrementButtonActive,
.s2k-dojo .dijitSliderButtonContainerH .dijitSliderDecrementButtonActive,
.s2k-dojo .dijitSliderButtonContainerV .dijitSliderIncrementButtonActive,
.s2k-dojo .dijitSliderButtonContainerH .dijitSliderIncrementButtonActive {
  background-color: #abd6ff;
  border-color: var(--input-border-hover, #A7A9BC);
}

.s2k-dojo .dijitSliderButtonInner {
  visibility: hidden;
}

.s2k-dojo .dijitSliderDisabled .dijitSliderBar {
  border-color: var(--gray-500, #a7a9bc);
}

.s2k-dojo .dijitSliderReadOnly *,
.s2k-dojo .dijitSliderDisabled * {
  border-color: var(--gray-500, #a7a9bc);
  color: var(--gray-600, #6b6c7e);
}

.s2k-dojo .dijitSliderReadOnly .dijitSliderDecrementIconH,
.s2k-dojo .dijitSliderDisabled .dijitSliderDecrementIconH {
  background-position: -321px 50%;
  background-color: var(--gray-200, #f1f2f5);
}

.s2k-dojo .dijitSliderReadOnly .dijitSliderIncrementIconH,
.s2k-dojo .dijitSliderDisabled .dijitSliderIncrementIconH {
  background-position: -215px 50%;
  background-color: var(--gray-200, #f1f2f5);
}

.s2k-dojo .dijitSliderReadOnly .dijitSliderDecrementIconV,
.s2k-dojo .dijitSliderDisabled .dijitSliderDecrementIconV {
  background-position: -3px 49%;
  background-color: var(--gray-200, #f1f2f5);
}

.s2k-dojo .dijitSliderReadOnly .dijitSliderIncrementIconV,
.s2k-dojo .dijitSliderDisabled .dijitSliderIncrementIconV {
  background-position: -107px 49%;
  background-color: var(--gray-200, #f1f2f5);
}

.s2k-dojo .dijitColorPalette {
  border: 1px solid var(--input-border, #CDCED9);
  background: var(--white, #fff);
  -moz-border-radius: 0;
  border-radius: 0;
}

.s2k-dojo .dijitColorPalette .dijitPaletteImg {
  border: 1px solid var(--gray-500, #a7a9bc);
}

.s2k-dojo .dijitColorPalette .dijitPaletteCell:hover .dijitPaletteImg {
  border: 1px solid var(--black, #000);
}

.s2k-dojo .dijitColorPalette .dijitPaletteCell:active .dijitPaletteImg,
.s2k-dojo .dijitColorPalette .dijitPaletteTable .dijitPaletteCellSelected .dijitPaletteImg {
  border: 2px solid var(--black, #000);
}

.s2k-dojo .dijitInlineEditBoxDisplayMode {
  border: 1px solid transparent;
}

.s2k-dojo .dijitInlineEditBoxDisplayModeHover {
  background-color: var(--input-bg-hover, #f0f5ff);
  color: var(--input-color-hover, #272833);
  border: solid 1px var(--input-border-hover, #A7A9BC);
}

.dj_ie6 .s2k-dojo .dijitInlineEditBoxDisplayMode {
  border: none;
}

.s2k-dojo .dijitProgressBar {
  margin: 2px 0 2px 0;
}

.s2k-dojo .dijitProgressBarEmpty {
  background-color: var(--white, #fff);
  border-color: var(--input-border-hover, #A7A9BC);
}

.s2k-dojo .dijitProgressBarTile {
  background-color: var(--gray-200, #f1f2f5);
  background-image: url("../images/s2k/progressBarFull.png");
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.93) 0px, rgba(255, 255, 255, 0.41) 1px, rgba(255, 255, 255, 0.7) 2px, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.93) 0px, rgba(255, 255, 255, 0.41) 1px, rgba(255, 255, 255, 0.7) 2px, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.93) 0px, rgba(255, 255, 255, 0.41) 1px, rgba(255, 255, 255, 0.7) 2px, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0.93) 0px, rgba(255, 255, 255, 0.41) 1px, rgba(255, 255, 255, 0.7) 2px, rgba(255, 255, 255, 0) 100%);
  background-attachment: scroll;
}

.dj_ie6 .s2k-dojo .dijitProgressBarTile {
  background-image: none;
}

.s2k-dojo .dijitProgressBarFull {
  border: 0px solid var(--input-border-hover, #A7A9BC);
  border-right-width: 1px;
  -webkit-transition-property: width;
  -moz-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.s2k-dojo .dijitProgressBarLabel {
  color: var(--black, #000);
}

.s2k-dojo .dijitProgressBarIndeterminate .dijitProgressBarTile {
  background: var(--gray-200, #f1f2f5) url("../images/s2k/progressBarAnim.gif") repeat-x top;
}

.s2k-dojo .dijitTimePicker .dijitButtonNode {
  padding: 0 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.s2k-dojo .dijitTimePicker {
  border: 1px var(--input-border, #CDCED9) solid;
  border-top: none;
  border-bottom: none;
  background-color: var(--input-bg, #fff);
}

.s2k-dojo .dijitTimePickerItem {
  border-top: solid 1px var(--input-border, #CDCED9);
  border-bottom: solid 1px var(--input-border, #CDCED9);
  margin-top: -1px;
}

.s2k-dojo .dijitTimePickerTick {
  color: var(--gray-600, #6b6c7e);
  background-color: var(--gray-200, #f1f2f5);
  font-size: 0.818em;
}

.s2k-dojo .dijitTimePickerMarker {
  background-color: var(--input-bg, #fff);
  font-size: 1em;
  white-space: nowrap;
}

.s2k-dojo .dijitTimePickerTickHover,
.s2k-dojo .dijitTimePickerMarkerHover,
.s2k-dojo .dijitTimePickerMarkerSelected,
.s2k-dojo .dijitTimePickerTickSelected {
  background-color: var(--input-bg-hover, #f0f5ff);
  color: var(--input-color-hover, #272833);
}

.s2k-dojo .dijitTimePickerMarkerSelected,
.s2k-dojo .dijitTimePickerTickSelected {
  font-size: 1em;
}

.s2k-dojo .dijitTimePickerTick .dijitTimePickerItemInner {
  padding: 1px;
  margin: 0;
}

.s2k-dojo .dijitTimePicker .dijitButtonNode {
  border-left: none;
  border-right: none;
  border-color: var(--input-border, #CDCED9);
  background-color: var(--gray-200, #f1f2f5);
}

.s2k-dojo .dijitTimePicker .dijitArrowButtonInner {
  height: 100%;
  background-image: url("../images/s2k/commonFormArrows.png");
  background-repeat: no-repeat;
  background-position: -140px 45%;
}

.s2k-dojo .dijitTimePicker .dijitDownArrowButton .dijitArrowButtonInner {
  background-position: -35px 45%;
}

.s2k-dojo .dijitTimePicker .dijitUpArrowHover,
.s2k-dojo .dijitTimePicker .dijitDownArrowHover {
  background-color: var(--gray-200, #f1f2f5);
}

.s2k-dojo .dijitTimePicker .dijitUpArrowHover .dijitArrowButtonInner {
  background-position: -175px 45%;
}

.s2k-dojo .dijitTimePicker .dijitDownArrowHover .dijitArrowButtonInner {
  background-position: -70px 45%;
}

.s2k-dojo .dijitBorderContainer {
  padding: 5px;
}

.s2k-dojo .dijitSplitContainer-child,
.s2k-dojo .dijitBorderContainer-child {
  border: 1px var(--input-border, #CDCED9) solid;
}

.s2k-dojo .dijitBorderContainer-dijitTabContainerTop,
.s2k-dojo .dijitBorderContainer-dijitTabContainerBottom,
.s2k-dojo .dijitBorderContainer-dijitTabContainerLeft,
.s2k-dojo .dijitBorderContainer-dijitTabContainerRight,
.s2k-dojo .dijitBorderContainer-dijitAccordionContainer {
  border: none;
}

.s2k-dojo .dijitBorderContainer-dijitBorderContainer {
  border: 0;
  padding: 0;
}

.s2k-dojo .dijitSplitterH,
.s2k-dojo .dijitGutterH {
  background: none;
  border: 0;
  height: 5px;
}

.dj_ios .s2k-dojo .dijitSplitterH,
.dj_android .s2k-dojo .dijitSplitterH {
  height: 11px;
}

.s2k-dojo .dijitSplitterH .dijitSplitterThumb {
  background: #b5bcc7 none;
  height: 1px;
  top: 2px;
  width: 19px;
}

.dj_ios .s2k-dojo .dijitSplitterH .dijitSplitterThumb,
.dj_android .s2k-dojo .dijitSplitterH .dijitSplitterThumb {
  top: 5px;
}

.s2k-dojo .dijitSplitterV,
.s2k-dojo .dijitGutterV {
  background: none;
  border: 0;
  width: 5px;
  margin: 0;
}

.dj_ios .s2k-dojo .dijitSplitterV,
.dj_android .s2k-dojo .dijitSplitterV {
  width: 11px;
}

.s2k-dojo .dijitSplitterV .dijitSplitterThumb {
  background: #b5bcc7 none;
  height: 19px;
  left: 2px;
  width: 1px;
  margin: 0;
}

.dj_ios .s2k-dojo .dijitSplitterV .dijitSplitterThumb,
.dj_android .s2k-dojo .dijitSplitterV .dijitSplitterThumb {
  left: 5px;
}

.s2k-dojo .dijitSplitterHHover,
.s2k-dojo .dijitSplitterVHover {
  font-size: 1px;
  background-color: #cfe5fa;
}

.s2k-dojo .dijitSplitterHHover {
  background-image: -moz-linear-gradient(left, #ffffff 0px, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  background-image: -webkit-linear-gradient(left, #ffffff 0px, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #ffffff 0px, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  background-image: linear-gradient(left, #ffffff 0px, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
}

.s2k-dojo .dijitSplitterVHover {
  background-image: -moz-linear-gradient(top, #ffffff 0px, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0px, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #ffffff 0px, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  background-image: linear-gradient(top, #ffffff 0px, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
}

.s2k-dojo .dijitSplitterHHover .dijitSplitterThumb,
.s2k-dojo .dijitSplitterVHover .dijitSplitterThumb {
  background: #759dc0 none;
}

.s2k-dojo .dijitSplitterHActive,
.s2k-dojo .dijitSplitterVActive {
  font-size: 1px;
  background-color: #abd6ff;
  background-image: none;
}

.s2k-dojo .dijitTreeNode {
  zoom: 1;
}

.s2k-dojo .dijitTreeIsRoot {
  background-image: none;
}

.s2k-dojo .dijitTreeRow,
.s2k-dojo .dijitTreeNode .dojoDndItemBefore,
.s2k-dojo .dijitTreeNode .dojoDndItemAfter {
  padding: 4px 0 2px 0;
  background-color: none;
  background-color: transparent;
  background-color: rgba(171, 214, 255, 0);
  background-position: 0 0;
  background-repeat: repeat-x;
  border: solid 0 transparent;
  color: var(--black, #000);
  -webkit-transition-property: background-color, border-color;
  -moz-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.s2k-dojo .dijitTreeRowSelected {
  background-color: #cfe5fa;
  padding: 3px 0 1px;
  border-color: var(--input-border-hover, #A7A9BC);
  border-width: 1px 0;
  color: var(--black, #000);
}

.s2k-dojo .dijitTreeRowHover {
  background-color: #abd6ff;
  padding: 3px 0 1px;
  border-color: var(--input-border-hover, #A7A9BC);
  border-width: 1px 0;
  color: var(--black, #000);
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.s2k-dojo .dijitTreeRowActive {
  background-color: var(--input-bg-hover, #f0f5ff);
  padding: 3px 0 1px;
  border-color: var(--input-border-hover, #A7A9BC);
  border-width: 1px 0;
  color: var(--input-color-hover, #272833);
}

.s2k-dojo .dijitTreeRowFocused {
  background-repeat: repeat;
}

.s2k-dojo .dijitTreeExpando {
  background-image: url("../images/s2k/treeExpandImages.png");
  width: 16px;
  height: 16px;
  background-position: -35px 0;
}

.dj_ie6 .s2k-dojo .dijitTreeExpando {
  background-image: url("../images/s2k/treeExpandImages8bit.png");
}

.s2k-dojo .dijitTreeRowHover .dijitTreeExpandoOpened {
  background-position: -53px 0;
}

.s2k-dojo .dijitTreeExpandoClosed {
  background-position: 1px 0;
}

.s2k-dojo .dijitTreeRowHover .dijitTreeExpandoClosed {
  background-position: -17px 0;
}

.s2k-dojo .dijitTreeExpandoLeaf,
.dj_ie6 .s2k-dojo .dijitTreeExpandoLeaf {
  background-image: none;
}

.s2k-dojo .dijitTreeExpandoLoading {
  background-image: url("../images/s2k/loadingAnimation.gif");
}

.s2k-dojo .dijitTreeNode .dojoDndItemBefore .dijitTreeContent {
  border-top: 2px solid var(--input-border-hover, #A7A9BC);
}

.s2k-dojo .dijitTreeNode .dojoDndItemAfter .dijitTreeContent {
  border-bottom: 2px solid var(--input-border-hover, #A7A9BC);
}

.s2k-dojo .dijitToolbar {
  border-bottom: 1px solid var(--input-border, #CDCED9);
  background-color: var(--gray-200, #f1f2f5);
  padding: 2px 0 2px 4px;
  zoom: 1;
}

.s2k-dojo .dijitToolbar label {
  padding: 0 3px 0 6px;
}

.s2k-dojo .dijitToolbar .dijitButton .dijitButtonNode,
.s2k-dojo .dijitToolbar .dijitDropDownButton .dijitButtonNode,
.s2k-dojo .dijitToolbar .dijitComboButton .dijitButtonNode,
.s2k-dojo .dijitToolbar .dijitToggleButton .dijitButtonNode,
.s2k-dojo .dijitToolbar .dijitComboBox .dijitButtonNode {
  border-width: 0;
  padding: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: rgba(171, 214, 255, 0);
  background-image: none;
}

.dj_ie .s2k-dojo .dijitToolbar .dijitButton .dijitButtonNode,
.dj_ie .s2k-dojo .dijitToolbar .dijitDropDownButton .dijitButtonNode,
.dj_ie .s2k-dojo .dijitToolbar .dijitComboButton .dijitButtonNode,
.dj_ie .s2k-dojo .dijitToolbar .dijitToggleButton .dijitButtonNode,
.dj_ie .s2k-dojo .dijitToolbar .dijitComboBox .dijitButtonNode {
  background-color: transparent;
}

.dj_ie .s2k-dojo .dijitToolbar .dijitButtonHover .dijitButtonNode,
.dj_ie .s2k-dojo .dijitToolbar .dijitDropDownButtonHover .dijitButtonNode,
.dj_ie .s2k-dojo .dijitToolbar .dijitComboButton .dijitButtonNodeHover,
.dj_ie .s2k-dojo .dijitToolbar .dijitComboButton .dijitDownArrowButtonHover,
.dj_ie .s2k-dojo .dijitToolbar .dijitToggleButtonHover .dijitButtonNode {
  background-color: #abd6ff;
}

.dj_ie .s2k-dojo .dijitToolbar .dijitButtonActive .dijitButtonNode,
.dj_ie .s2k-dojo .dijitToolbar .dijitDropDownButtonActive .dijitButtonNode,
.dj_ie .s2k-dojo .dijitToolbar .dijitComboButtonActive .dijitButtonNode,
.dj_ie .s2k-dojo .dijitToolbar .dijitToggleButtonActive .dijitButtonNode {
  background-color: #abd6ff;
}

.s2k-dojo .dijitToolbar .dijitComboButton .dijitStretch {
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}

.s2k-dojo .dijitToolbar .dijitComboButton .dijitArrowButton {
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

.s2k-dojo .dijitToolbar .dijitComboBox .dijitButtonNode {
  padding: 0;
}

.s2k-dojo .dijitToolbar .dijitButtonHover .dijitButtonNode,
.s2k-dojo .dijitToolbar .dijitDropDownButtonHover .dijitButtonNode,
.s2k-dojo .dijitToolbar .dijitToggleButtonHover .dijitButtonNode,
.s2k-dojo .dijitToolbar .dijitComboButtonHover .dijitButtonNode {
  border-width: 1px;
  background-color: var(--white, #fff);
  padding: 1px;
}

.s2k-dojo .dijitToolbar .dijitComboButtonHover .dijitButtonNode,
.s2k-dojo .dijitToolbar .dijitComboButtonHover .dijitDownArrowButton {
  background-color: #f3ffff;
}

.s2k-dojo .dijitToolbar .dijitComboButtonHover .dijitButtonNodeHover,
.s2k-dojo .dijitToolbar .dijitComboButtonHover .dijitDownArrowButtonHover {
  background-color: #abd6ff;
}

.s2k-dojo .dijitToolbar .dijitButtonActive .dijitButtonNode,
.s2k-dojo .dijitToolbar .dijitDropDownButtonActive .dijitButtonNode,
.s2k-dojo .dijitToolbar .dijitToggleButtonActive .dijitButtonNode {
  border-width: 1px;
  background-color: var(--input-bg-hover, #f0f5ff);
  color: var(--input-color-hover, #272833);
  padding: 1px;
}

.s2k-dojo .dijitToolbar .dijitComboButtonActive {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-width: 1px;
  padding: 0;
}

.s2k-dojo .dijitToolbar .dijitComboButtonActive .dijitButtonNode,
.s2k-dojo .dijitToolbar .dijitComboButtonActive .dijitDownArrowButton {
  background-color: #f3ffff;
  padding: 2px;
}

.s2k-dojo .dijitToolbar .dijitComboButtonActive .dijitButtonNodeActive {
  background-color: var(--input-bg-hover, #f0f5ff);
  color: var(--input-color-hover, #272833);
}

.s2k-dojo .dijitToolbar .dijitComboButtonActive .dijitDownArrowButtonActive {
  background-color: var(--input-bg-hover, #f0f5ff);
  color: var(--input-color-hover, #272833);
}

.s2k-dojo .dijitToolbar .dijitComboButtonHover .dijitDownArrowButton,
.s2k-dojo .dijitToolbar .dijitComboButtonActive .dijitDownArrowButton {
  border-left-width: 0;
}

.s2k-dojo .dijitToolbar .dijitComboButtonHover .dijitDownArrowButton {
  padding-left: 2px;
}

.s2k-dojo .dijitToolbar .dijitToggleButtonChecked .dijitButtonNode {
  margin: 0;
  border-width: 1px;
  border-style: solid;
  background-image: none;
  border-color: var(--input-border-hover, #A7A9BC);
  background-color: var(--white, #fff);
  padding: 1px;
}

.s2k-dojo .dijitToolbarSeparator {
  background: url("../images/s2k/editorIconsEnabled.png");
}

.s2k-dojo .dijitDisabled .dijitToolbar {
  background: none;
  background-color: var(--gray-200, #f1f2f5);
  border-bottom: 1px solid var(--gray-500, #a7a9bc);
}

.s2k-dojo .dijitToolbar .dijitComboBoxDisabled .dijitArrowButtonInner {
  background-position: 0 50%;
}

.s2k-dojo .dijitEditorIFrameContainer {
  padding: 3px 3px 1px 10px;
}

.s2k-dojo .dijitEditorIFrame {
  background-color: var(--white, #fff);
}

.s2k-dojo .dijitEditor {
  border: 1px solid var(--input-border, #CDCED9);
}

.s2k-dojo .dijitEditor .dijitEditorIFrameContainer {
  background-color: var(--white, #fff);
  background-repeat: repeat-x;
}

.s2k-dojo .dijitEditorHover .dijitEditorIFrameContainer,
.s2k-dojo .dijitEditorHover .dijitEditorIFrameContainer .dijitEditorIFrame {
  background-color: #e5f2fe;
}

.s2k-dojo .dijitEditorFocused .dijitEditorIFrameContainer,
.s2k-dojo .dijitEditorFocused .dijitEditorIFrameContainer .dijitEditorIFrame {
  background-color: var(--white, #fff);
}

.s2k-dojo .dijitEditorHover .dijitEditorIFrameContainer,
.s2k-dojo .dijitEditorFocused .dijitEditorIFrameContainer {
  background-image: -moz-linear-gradient(rgba(127, 127, 127, 0.2) 0%, rgba(127, 127, 127, 0) 2px);
  background-image: -webkit-linear-gradient(rgba(127, 127, 127, 0.2) 0%, rgba(127, 127, 127, 0) 2px);
  background-image: -o-linear-gradient(rgba(127, 127, 127, 0.2) 0%, rgba(127, 127, 127, 0) 2px);
  background-image: linear-gradient(rgba(127, 127, 127, 0.2) 0%, rgba(127, 127, 127, 0) 2px);
}

.s2k-dojo .dijitEditorDisabled {
  border: 1px solid var(--gray-500, #a7a9bc);
  color: var(--gray-600, #6b6c7e);
}

.s2k-dojo .dijitDisabled .dijitEditorIFrame,
.s2k-dojo .dijitDisabled .dijitEditorIFrameContainer,
.s2k-dojo .dijitDisabled .dijitEditorIFrameContainer .dijitEditorIFrame {
  background-color: var(--gray-200, #f1f2f5);
  background-image: none;
}

.dijitEditorIcon {
  background-image: url("../images/s2k/editorIconsEnabled.png");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  text-align: center;
}

.dijitDisabled .dijitEditorIcon {
  background-image: url("../images/s2k/editorIconsDisabled.png");
}

.dijitEditorIconSep {
  background-position: 0;
}

.dijitEditorIconSave {
  background-position: -18px;
}

.dijitEditorIconPrint {
  background-position: -36px;
}

.dijitEditorIconCut {
  background-position: -54px;
}

.dijitEditorIconCopy {
  background-position: -72px;
}

.dijitEditorIconPaste {
  background-position: -90px;
}

.dijitEditorIconDelete {
  background-position: -108px;
}

.dijitEditorIconCancel {
  background-position: -126px;
}

.dijitEditorIconUndo {
  background-position: -144px;
}

.dijitEditorIconRedo {
  background-position: -162px;
}

.dijitEditorIconSelectAll {
  background-position: -180px;
}

.dijitEditorIconBold {
  background-position: -198px;
}

.dijitEditorIconItalic {
  background-position: -216px;
}

.dijitEditorIconUnderline {
  background-position: -234px;
}

.dijitEditorIconStrikethrough {
  background-position: -252px;
}

.dijitEditorIconSuperscript {
  background-position: -270px;
}

.dijitEditorIconSubscript {
  background-position: -288px;
}

.dijitEditorIconJustifyCenter {
  background-position: -306px;
}

.dijitEditorIconJustifyFull {
  background-position: -324px;
}

.dijitEditorIconJustifyLeft {
  background-position: -342px;
}

.dijitEditorIconJustifyRight {
  background-position: -360px;
}

.dijitEditorIconIndent {
  background-position: -378px;
}

.dijitEditorIconOutdent {
  background-position: -396px;
}

.dijitEditorIconListBulletIndent {
  background-position: -414px;
}

.dijitEditorIconListBulletOutdent {
  background-position: -432px;
}

.dijitEditorIconListNumIndent {
  background-position: -450px;
}

.dijitEditorIconListNumOutdent {
  background-position: -468px;
}

.dijitEditorIconTabIndent {
  background-position: -486px;
}

.dijitEditorIconLeftToRight {
  background-position: -504px;
}

.dijitEditorIconRightToLeft, .dijitEditorIconToggleDir {
  background-position: -522px;
}

.dijitEditorIconBackColor {
  background-position: -540px;
}

.dijitEditorIconForeColor {
  background-position: -558px;
}

.dijitEditorIconHiliteColor {
  background-position: -576px;
}

.dijitEditorIconNewPage {
  background-position: -594px;
}

.dijitEditorIconInsertImage {
  background-position: -612px;
}

.dijitEditorIconInsertTable {
  background-position: -630px;
}

.dijitEditorIconSpace {
  background-position: -648px;
}

.dijitEditorIconInsertHorizontalRule {
  background-position: -666px;
}

.dijitEditorIconInsertOrderedList {
  background-position: -684px;
}

.dijitEditorIconInsertUnorderedList {
  background-position: -702px;
}

.dijitEditorIconCreateLink {
  background-position: -720px;
}

.dijitEditorIconUnlink {
  background-position: -738px;
}

.dijitEditorIconViewSource {
  background-position: -756px;
}

.dijitEditorIconRemoveFormat {
  background-position: -774px;
}

.dijitEditorIconFullScreen {
  background-position: -792px;
}

.dijitEditorIconWikiword {
  background-position: -810px;
}

.s2k-dojo .dijitTitlePaneTitle {
  background-color: var(--gray-200, #f1f2f5);
  border: 1px solid var(--input-border, #CDCED9);
  min-height: 17px;
  color: var(--gray-600, #6b6c7e);
}

.s2k-dojo .dijitFieldset {
  -moz-border-radius: var(--border-radius, 0.25rem);
  border-radius: var(--border-radius, 0.25rem);
}

.s2k-dojo .dijitTitlePaneTitleOpen,
.s2k-dojo .dijitTitlePaneTitleFixedOpen {
  background-color: #cfe5fa;
  color: var(--black, #000);
}

.s2k-dojo .dijitTitlePaneTitleHover {
  background-color: #abd6ff;
  border-color: var(--input-border-hover, #A7A9BC);
}

.s2k-dojo .dijitTitlePaneTitleActive {
  background-color: var(--input-bg-hover, #f0f5ff);
  color: var(--input-color-hover, #272833);
  border-color: var(--input-border-hover, #A7A9BC);
}

.s2k-dojo .dijitTitlePane .dijitArrowNode,
.s2k-dojo .dijitFieldset .dijitArrowNode {
  background-image: url("../images/s2k/spriteArrows.png");
  background-repeat: no-repeat;
  height: 8px;
  width: 7px;
}

.s2k-dojo .dijitTitlePaneTitleOpen .dijitArrowNode,
.s2k-dojo .dijitFieldsetTitleOpen .dijitArrowNode {
  background-position: 0 0;
}

.s2k-dojo .dijitTitlePaneTitleClosed .dijitArrowNode,
.s2k-dojo .dijitFieldsetTitleClosed .dijitArrowNode {
  background-position: -14px 0;
}

.s2k-dojo .dijitTitlePaneContentOuter {
  background: var(--container-background, #fff);
  border: 1px solid var(--input-border, #CDCED9);
  border-top: none;
}

.s2k-dojo .dijitTitlePaneContentInner {
  padding: 10px;
}

.s2k-dojo .dijitFieldsetContentInner {
  padding: 4px;
}

.s2k-dojo .dijitTitlePaneTextNode,
.s2k-dojo .dijitFieldsetLegendNode {
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: text-top;
}

.s2k-dojo .dijitSpinnerButtonContainer {
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 0 2px;
}

.s2k-dojo .dijitSpinnerButtonContainer .dijitSpinnerButtonInner {
  border-width: 1px 0;
  border-style: solid none;
}

.s2k-dojo .dijitSpinner .dijitArrowButton {
  width: auto;
  background-color: var(--gray-200, #f1f2f5);
  overflow: hidden;
}

.dj_iequirks .s2k-dojo .dijitSpinner .dijitArrowButton {
  overflow: visible;
}

.s2k-dojo .dijitSpinner .dijitSpinnerButtonInner {
  width: 15px;
}

.s2k-dojo .dijitSpinner .dijitArrowButtonInner {
  border: solid 1px var(--white, #fff);
  border-bottom-width: 0;
  background-image: url("../images/s2k/commonFormArrows.png");
  background-repeat: no-repeat;
  height: 100%;
  width: 15px;
  padding-left: 1px;
  padding-right: 1px;
  background-position: -139px center;
  display: block;
  margin: -1px 0 -1px 0;
}

.dj_iequirks .s2k-dojo .dijitSpinner .dijitArrowButtonInner,
.dj_ie6 .s2k-dojo .dijitSpinner .dijitArrowButtonInner,
.dj_ie7 .s2k-dojo .dijitSpinner .dijitArrowButtonInner,
.dj_ie8 .s2k-dojo .dijitSpinner .dijitArrowButtonInner {
  margin-top: 0;
}

.dj_iequirks .s2k-dojo .dijitSpinner .dijitArrowButtonInner {
  width: 19px;
}

.s2k-dojo .dijitSpinner .dijitDownArrowButton .dijitArrowButtonInner {
  background-position: -34px;
}

.s2k-dojo .dijitSpinner .dijitArrowButtonInner .dijitInputField {
  padding: 0;
}

.s2k-dojo .dijitUpArrowButtonActive,
.s2k-dojo .dijitDownArrowButtonActive {
  background-color: #abd6ff;
}

.s2k-dojo .dijitSpinner .dijitUpArrowButtonHover,
.s2k-dojo .dijitSpinner .dijitDownArrowButtonHover,
.s2k-dojo .dijitSpinnerFocused .dijitArrowButton {
  background-color: #abd6ff;
}

.s2k-dojo .dijitSpinner .dijitUpArrowButtonHover .dijitArrowButtonInner {
  background-position: -174px;
}

.s2k-dojo .dijitSpinner .dijitDownArrowButtonHover .dijitArrowButtonInner {
  background-position: -69px;
}

.s2k-dojo .dijitSpinnerFocused {
  background-color: var(--white, #fff);
  background-image: none;
}

.s2k-dojo .dijitSpinner .dijitDownArrowButtonActive,
.s2k-dojo .dijitSpinner .dijitUpArrowButtonActive {
  background-color: #7dbefa;
}

.s2k-dojo .dijitSpinner .dijitUpArrowButtonActive .dijitArrowButtonInner,
.s2k-dojo .dijitSpinner .dijitDownArrowButtonActive .dijitArrowButtonInner {
  border: 0;
  padding: 1px;
  margin-right: 2px;
  margin-bottom: 1px;
}

.s2k-dojo .dijitSpinner .dijitUpArrowButtonActive .dijitArrowButtonInner {
  background-position: -173px;
}

.s2k-dojo .dijitSpinner .dijitDownArrowButtonActive .dijitArrowButtonInner {
  background-position: -68px;
}

.s2k-dojo .dijitSpinnerDisabled .dijitArrowButtonInner {
  background-color: var(--gray-200, #f1f2f5);
}

.s2k-dojo .dijitSpinnerDisabled .dijitUpArrowButton .dijitArrowButtonInner {
  background-position: -104px;
}

.s2k-dojo .dijitSpinnerDisabled .dijitDownArrowButton .dijitArrowButtonInner {
  background-position: 1px;
}

.dj_ie7 .s2k-dojo .dijitSpinner {
  overflow: visible;
}

.dijitRtl .dijitOffScreen {
  left: auto !important;
  right: -10000px !important;
}

.dijitRtl .dijitPlaceHolder {
  left: auto;
  right: 0;
}

.dijitMenuItemRtl {
  text-align: right;
}

.dj_iequirks .dijitComboButtonRtl button {
  float: left;
}

.dj_ie .dijitTextBoxRtl .dijitInputContainer {
  clear: right;
}

.dijitTextBoxRtl .dijitValidationContainer,
.dijitTextBoxRtl .dijitSpinnerButtonContainer,
.dijitComboBoxRtl .dijitArrowButtonContainer {
  border-right-width: 1px !important;
  border-left-width: 0 !important;
}

.dijitSpinnerRtl .dijitSpinnerButtonContainer .dijitArrowButton {
  right: 0;
  left: auto;
}

.dijitSelectRtl .dijitButtonText {
  float: right;
}

.dijitTextBoxRtl .dijitSpinnerButtonContainer,
.dijitValidationTextBoxRtl .dijitValidationContainer,
.dijitTextBoxRtl .dijitArrowButtonContainer {
  float: left;
}

div.dijitNumberTextBoxRtl {
  text-align: right;
}

.dijitCalendarRtl .dijitCalendarNextYear {
  margin: 0 0.55em 0 0;
}

.dijitCalendarRtl .dijitCalendarPreviousYear {
  margin: 0 0 0 0.55em;
}

.dijitSliderRtl .dijitSliderImageHandleV {
  left: auto;
}

.dijitSliderRtl .dijitSliderImageHandleH {
  left: -50%;
}

.dijitSliderRtl .dijitSliderMoveableH {
  right: auto;
  left: 0;
}

.dijitSliderRtl .dijitRuleContainerV {
  float: right;
}

.dj_ie .dijitSliderRtl .dijitRuleContainerV {
  text-align: right;
}

.dj_ie .dijitSliderRtl .dijitRuleLabelV {
  text-align: left;
}

.dj_ie .dijitSliderRtl .dijitRuleLabelH {
  zoom: 1;
}

.dijitSliderRtl .dijitSliderProgressBarH {
  float: right;
  right: 0;
  left: auto;
}

.dijitRtl .dijitContentPaneLoading .dijitIconLoading,
.dijitRtl .dijitContentPaneError .dijitIconError {
  margin-right: 0;
  margin-left: 9px;
}

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

.dijitTabRtl .dijitTabCloseButton {
  margin-left: 0;
  margin-right: 1em;
}

.dj_ie6 .dijitTabRtl .tabLabel,
.dj_ie6 .dijitTabContainerRight-tabs .dijitTabRtl,
.dj_ie6 .dijitTabContainerLeft-tabs .dijitTabRtl,
.dj_ie7 .dijitTabContainerRight-tabs .dijitTabRtl,
.dj_ie7 .dijitTabContainerLeft-tabs .dijitTabRtl {
  zoom: 1;
}

.dj_ie6 .dijitTabContainerRight-tabs .dijitTabRtl,
.dj_ie7 .dijitTabContainerRight-tabs .dijitTabRtl {
  left: 0;
}

.dj_ie6 .dijitTabContainerRightRtl .dijitTabContainerRight-tabs,
.dj_ie6 .dijitTabContainerLeftRtl .dijitTabContainerLeft-tabs {
  width: 1%;
}

.dj_ie .dijitTimePickerRtl .dijitTimePickerItem {
  width: 100%;
}

.dijitColorPaletteRtl .dijitColorPaletteUnder {
  left: auto;
  right: 0;
}

.dijitSelectRtl .dijitButtonContents {
  border-style: none none none solid;
  text-align: right;
}

.dijitTreeRtl .dijitTreeContainer {
  float: right;
}

.dijitRtl .dojoDndHorizontal .dojoDndItemBefore {
  border-width: 0 2px 0 0;
  padding: 2px 0 2px 2px;
}

.dijitRtl .dojoDndHorizontal .dojoDndItemAfter {
  border-width: 0 0 0 2px;
  padding: 2px 2px 2px 0;
}

.s2k-dojo .dijitTextBoxRtlError .dijitValidationContainer {
  border-left-width: 0;
  border-right-width: 1px;
}

.s2k-dojo .dijitComboButtonRtl .dijitStretch {
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.s2k-dojo .dijitComboButtonRtl .dijitArrowButton {
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  padding: 3px 0 4px;
  border-left-width: 1px;
  border-right-width: 0;
}

.s2k-dojo .dijitTabContainerTop-tabs .dijitTabRtl,
.s2k-dojo .dijitTabContainerBottom-tabs .dijitTabRtl {
  margin-right: 0;
  margin-left: 1px;
}

.s2k-dojo .dijitSliderRtl .dijitSliderProgressBarH,
.s2k-dojo .dijitSliderRtl .dijitSliderRemainingBarH,
.s2k-dojo .dijitSliderRtl .dijitSliderLeftBumper,
.s2k-dojo .dijitSliderRtl .dijitSliderRightBumper,
.s2k-dojo .dijitSliderRtl .dijitSliderTopBumper {
  background-position: top right;
}

.s2k-dojo .dijitSliderRtl .dijitSliderProgressBarV,
.s2k-dojo .dijitSliderRtl .dijitSliderRemainingBarV,
.s2k-dojo .dijitSliderRtl .dijitSliderBottomBumper {
  background-position: bottom right;
}

.s2k-dojo .dijitSliderRtl .dijitSliderLeftBumper {
  border-left-width: 0;
  border-right-width: 1px;
}

.s2k-dojo .dijitSliderRtl .dijitSliderRightBumper {
  border-left-width: 1px;
  border-right-width: 0;
}

.s2k-dojo .dijitSliderRtl .dijitSliderIncrementIconH {
  background-position: -357px 50%;
}

.s2k-dojo .dijitSliderRtl .dijitSliderDecrementIconH {
  background-position: -251px 50%;
}

.s2k-dojo .dijitDialogRtl .dijitDialogCloseIcon {
  right: auto;
  left: 5px;
}

.s2k-dojo .dijitDialogRtl .dijitDialogPaneActionBar {
  text-align: left;
  padding: 3px 7px 2px 5px;
}

.s2k-dojo .dijitEditorRtl .dijitEditorIFrameContainer {
  padding: 3px 10px 1px 3px;
}

.dj_ie6 .s2k-dojo .dijitEditorRtl .dijitEditorIFrameContainer,
.dj_ie7 .s2k-dojo .dijitEditorRtl .dijitEditorIFrameContainer,
.dj_ie8 .s2k-dojo .dijitEditorRtl .dijitEditorIFrameContainer {
  padding: 3px 0px 1px 10px;
  margin-right: 0px;
  border: 0px solid var(--gray-500, #a7a9bc);
}

.dijitEditorRtl .dijitEditorIcon {
  background-image: url("../images/s2k/editorIconsEnabled_rtl.png");
}

.dijitEditorRtlDisabled .dijitEditorIcon {
  background-image: url("../images/s2k/editorIconsDisabled_rtl.png");
}

.dijitToolbarRtl .dijitToolbarSeparator {
  background-image: url("../images/s2k/editorIconsEnabled_rtl.png");
}

.dijitRtl .dijitIconSave,
.dijitRtl .dijitIconPrint,
.dijitRtl .dijitIconCut,
.dijitRtl .dijitIconCopy,
.dijitRtl .dijitIconClear,
.dijitRtl .dijitIconDelete,
.dijitRtl .dijitIconUndo,
.dijitRtl .dijitIconEdit,
.dijitRtl .dijitIconNewTask,
.dijitRtl .dijitIconEditTask,
.dijitRtl .dijitIconEditProperty,
.dijitRtl .dijitIconTask,
.dijitRtl .dijitIconFilter,
.dijitRtl .dijitIconConfigure,
.dijitRtl .dijitIconSearch,
.dijitRtl .dijitIconApplication,
.dijitRtl .dijitIconBookmark,
.dijitRtl .dijitIconChart,
.dijitRtl .dijitIconConnector,
.dijitRtl .dijitIconDatabase,
.dijitRtl .dijitIconDocuments,
.dijitRtl .dijitIconMail,
.dijitRtl .dijitLeaf,
.dijitRtl .dijitIconFile,
.dijitRtl .dijitIconFunction,
.dijitRtl .dijitIconKey,
.dijitRtl .dijitIconPackage,
.dijitRtl .dijitIconSample,
.dijitRtl .dijitIconTable,
.dijitRtl .dijitIconUsers,
.dijitRtl .dijitFolderClosed,
.dijitRtl .dijitIconFolderClosed,
.dijitRtl .dijitFolderOpened,
.dijitRtl .dijitIconFolderOpen,
.dijitRtl .dijitIconError {
  background-image: url("../images/s2k/commonIconsObjActEnabled_rtl.png");
  width: 16px;
  height: 16px;
}

.dj_ie6 .dijitRtl .dijitIconSave,
.dj_ie6 .dijitRtl .dijitIconPrint,
.dj_ie6 .dijitRtl .dijitIconCut,
.dj_ie6 .dijitRtl .dijitIconCopy,
.dj_ie6 .dijitRtl .dijitIconClear,
.dj_ie6 .dijitRtl .dijitIconDelete,
.dj_ie6 .dijitRtl .dijitIconUndo,
.dj_ie6 .dijitRtl .dijitIconEdit,
.dj_ie6 .dijitRtl .dijitIconNewTask,
.dj_ie6 .dijitRtl .dijitIconEditTask,
.dj_ie6 .dijitRtl .dijitIconEditProperty,
.dj_ie6 .dijitRtl .dijitIconTask,
.dj_ie6 .dijitRtl .dijitIconFilter,
.dj_ie6 .dijitRtl .dijitIconConfigure,
.dj_ie6 .dijitRtl .dijitIconSearch,
.dj_ie6 .dijitRtl .dijitIconApplication,
.dj_ie6 .dijitRtl .dijitIconBookmark,
.dj_ie6 .dijitRtl .dijitIconChart,
.dj_ie6 .dijitRtl .dijitIconConnector,
.dj_ie6 .dijitRtl .dijitIconDatabase,
.dj_ie6 .dijitRtl .dijitIconDocuments,
.dj_ie6 .dijitRtl .dijitIconMail,
.dj_ie6 .dijitRtl .dijitLeaf,
.dj_ie6 .dijitRtl .dijitIconFile,
.dj_ie6 .dijitRtl .dijitIconFunction,
.dj_ie6 .dijitRtl .dijitIconKey,
.dj_ie6 .dijitRtl .dijitIconPackage,
.dj_ie6 .dijitRtl .dijitIconSample,
.dj_ie6 .dijitRtl .dijitIconTable,
.dj_ie6 .dijitRtl .dijitIconUsers,
.dj_ie6 .dijitRtl .dijitFolderClosed,
.dj_ie6 .dijitRtl .dijitIconFolderClosed,
.dj_ie6 .dijitRtl .dijitFolderOpened,
.dj_ie6 .dijitRtl .dijitIconFolderOpen,
.dj_ie6 .dijitRtl .dijitIconError {
  background-image: url("../images/s2k/commonIconsObjActEnabled8bit_rtl.png");
}

.dijitRtl .dijitDisabled .dijitIconSave,
.dijitRtl .dijitDisabled .dijitIconPrint,
.dijitRtl .dijitDisabled .dijitIconCut,
.dijitRtl .dijitDisabled .dijitIconCopy,
.dijitRtl .dijitDisabled .dijitIconClear,
.dijitRtl .dijitDisabled .dijitIconDelete,
.dijitRtl .dijitDisabled .dijitIconUndo,
.dijitRtl .dijitDisabled .dijitIconEdit,
.dijitRtl .dijitDisabled .dijitIconNewTask,
.dijitRtl .dijitDisabled .dijitIconEditTask,
.dijitRtl .dijitDisabled .dijitIconEditProperty,
.dijitRtl .dijitDisabled .dijitIconTask,
.dijitRtl .dijitDisabled .dijitIconFilter,
.dijitRtl .dijitDisabled .dijitIconConfigure,
.dijitRtl .dijitDisabled .dijitIconSearch,
.dijitRtl .dijitDisabled .dijitIconApplication,
.dijitRtl .dijitDisabled .dijitIconBookmark,
.dijitRtl .dijitDisabled .dijitIconChart,
.dijitRtl .dijitDisabled .dijitIconConnector,
.dijitRtl .dijitDisabled .dijitIconDatabase,
.dijitRtl .dijitDisabled .dijitIconDocuments,
.dijitRtl .dijitDisabled .dijitIconMail,
.dijitRtl .dijitDisabled .dijitLeaf,
.dijitRtl .dijitDisabled .dijitIconFile,
.dijitRtl .dijitDisabled .dijitIconFunction,
.dijitRtl .dijitDisabled .dijitIconKey,
.dijitRtl .dijitDisabled .dijitIconPackage,
.dijitRtl .dijitDisabled .dijitIconSample,
.dijitRtl .dijitDisabled .dijitIconTable,
.dijitRtl .dijitDisabled .dijitIconUsers,
.dijitRtl .dijitDisabled .dijitFolderClosed,
.dijitRtl .dijitDisabled .dijitIconFolderClosed,
.dijitRtl .dijitDisabled .dijitFolderOpened,
.dijitRtl .dijitDisabled .dijitIconFolderOpen,
.dijitRtl .dijitDisabled .dijitIconError {
  background-image: url("../images/s2k/commonIconsObjActDisabled_rtl.png");
}

.s2k-dojo .dijitTitlePaneRtl .dijitClosed .dijitArrowNode,
.s2k-dojo .dijitFieldsetRtl .dijitFieldsetTitleClosed .dijitArrowNode {
  background-position: -7px 0;
}

.s2k-dojo .dijitMenuItemRtl .dijitMenuExpand {
  background-position: -7px 0;
  margin-right: 0;
  margin-left: 3px;
}

.s2k-dojo .dijitMenuItemRtl .dijitMenuItemIcon {
  margin: 0 4px 0 0;
}

.s2k-dojo .dijitCalendarRtl .dijitCalendarIncrease {
  background-position: 0 0;
}

.s2k-dojo .dijitCalendarRtl .dijitCalendarDecrease {
  background-position: -18px 0;
}

.s2k-dojo .dijitCalendarRtl .dijitCalendarArrowHover .dijitCalendarIncrease {
  background-position: -36px 0;
}

.s2k-dojo .dijitCalendarRtl .dijitCalendarArrowHover .dijitCalendarDecrease {
  background-position: -55px 0;
}

.s2k-dojo .dijitCalendarRtl .dijitCalendarArrowActive .dijitCalendarIncrease {
  background-position: -72px 0;
}

.s2k-dojo .dijitCalendarRtl .dijitCalendarArrowActive .dijitCalendarDecrease {
  background-position: -91px 0;
}

.s2k-dojo .dijitToolbar .dijitComboButtonRtl .dijitButtonNode {
  border-width: 0;
  padding: 2px;
}

.s2k-dojo .dijitToolbar .dijitComboButtonRtlHover .dijitButtonNode,
.s2k-dojo .dijitToolbar .dijitComboButtonRtlActive .dijitButtonNode {
  border-width: 1px;
  padding: 1px;
}

.s2k-dojo .dijitToolbar .dijitComboButtonRtl .dijitStretch {
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

.s2k-dojo .dijitToolbar .dijitComboButtonRtl .dijitArrowButton {
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}

.s2k-dojo .dijitToolbar .dijitComboButtonRtlHover .dijitArrowButton,
.s2k-dojo .dijitToolbar .dijitComboButtonRtlActive .dijitArrowButton {
  border-left-width: 1px;
  border-right-width: 0;
  padding-left: 1px;
  padding-right: 2px;
}

.s2k-dojo .dijitProgressBarRtl .dijitProgressBarFull {
  border-left-width: 1px;
  border-right-width: 0px;
}

/* AG Grid */
ag-grid,
ag-grid-angular,
ag-grid-aurelia,
ag-grid-ng2,
ag-grid-polymer {
  display: block;
}

.ag-rtl {
  direction: rtl;
}

.ag-ltr {
  direction: ltr;
}

.ag-select-agg-func-popup {
  position: absolute;
}

.ag-body-no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ag-root-wrapper {
  position: relative;
}

.ag-root-wrapper.ag-layout-normal {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.ag-root-wrapper-body {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.ag-layout-normal .ag-root-wrapper-body {
  -webkit-box-flex: 1;
  flex-grow: 1;
  height: 0;
  min-height: 0;
}

.ag-root {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 0;
  min-width: 0;
  -webkit-box-flex: 1;
  flex: 1;
}

.ag-layout-normal .ag-root {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.ag-font-style {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ag-popup-backdrop {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.ag-header {
  box-sizing: border-box;
  white-space: nowrap;
  width: 100%;
  display: -webkit-box;
  display: flex;
}

.ag-pinned-left-header,
.ag-pinned-right-header {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
}

.ag-header-viewport {
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  width: 0;
  min-width: 0;
  -webkit-box-flex: 1;
  flex: 1;
}

.ag-header-row {
  position: absolute;
}

.ag-header-container {
  box-sizing: border-box;
  height: 100%;
  position: relative;
  white-space: nowrap;
}

.ag-header-overlay {
  display: block;
  position: absolute;
}

.ag-header-cell {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  position: absolute;
  vertical-align: bottom;
}

.ag-floating-filter {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
}

.ag-floating-filter-body {
  height: 20px;
  margin-right: 25px;
}

.ag-floating-filter-full-body {
  height: 20px;
  width: 100%;
}

.ag-floating-filter-input {
  width: 100%;
}

.ag-floating-filter-input:-moz-read-only {
  background-color: #eee;
}

.ag-floating-filter-input:read-only {
  background-color: #eee;
}

.ag-floating-filter-menu {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ag-dnd-ghost {
  background: #e5e5e5;
  border: 1px solid #000;
  box-sizing: border-box;
  cursor: move;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
  padding: 3px;
  position: absolute;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ag-dnd-ghost-icon {
  display: inline-block;
  float: left;
  padding: 2px;
}

.ag-dnd-ghost-label {
  display: inline-block;
}

.ag-header-group-cell {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
}

.ag-header-group-cell-label {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: flex;
}

.ag-header-cell-label {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ag-header-cell-resize {
  cursor: col-resize;
  height: 100%;
  width: 4px;
}

.ag-ltr .ag-header-cell-resize {
  float: right;
}

.ag-ltr .ag-pinned-right-header .ag-header-cell-resize,
.ag-rtl .ag-header-cell-resize {
  float: left;
}

.ag-rtl .ag-pinned-left-header .ag-header-cell-resize {
  float: right;
}

.ag-ltr .ag-header-select-all {
  float: left;
}

.ag-rtl .ag-header-select-all {
  float: right;
}

.ag-header-expand-icon {
  padding-left: 4px;
}

.ag-header-cell-menu-button {
  float: right;
}

.ag-overlay {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.ag-overlay-panel {
  display: table;
  height: 100%;
  pointer-events: none;
  width: 100%;
}

.ag-overlay-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.ag-column-panel {
  display: -webkit-box;
  display: flex;
  overflow-y: auto;
}

.ag-column-panel-center {
  display: -webkit-box;
  display: flex;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex-grow: 1;
  overflow-x: hidden;
  max-height: 100vh;
}

.ag-layout-auto-height .ag-body-container {
  min-height: 50px;
}

.ag-layout-auto-height .ag-overlay-no-rows-wrapper {
  padding-top: 30px;
}

.ag-body {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  position: relative;
}

.ag-layout-normal .ag-body {
  -webkit-box-flex: 1;
  flex: 1;
  height: 0;
  min-height: 0;
}

ag-rtl .ag-body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

ag-ltr .ag-body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.ag-rtl .ag-floating-top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.ag-ltr .ag-floating-top,
.ag-ltr .ag-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.ag-rtl .ag-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.ag-floating-top {
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: flex;
}

.ag-pinned-left-floating-top,
.ag-pinned-right-floating-top {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.ag-floating-top-viewport {
  box-sizing: border-box;
  overflow: hidden;
  width: 0;
  min-width: 0;
  -webkit-box-flex: 1;
  flex: 1;
}

.ag-layout-normal .ag-floating-top-viewport {
  height: 100%;
}

.ag-floating-top-container {
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
}

.ag-floating-bottom {
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: flex;
}

.ag-pinned-left-floating-bottom,
.ag-pinned-right-floating-bottom {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.ag-floating-bottom-viewport {
  box-sizing: border-box;
  overflow: hidden;
  -webkit-box-flex: 1;
  flex: 1;
  width: 0;
  min-width: 0;
}

.ag-floating-bottom-container {
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
}

.ag-pinned-left-cols-container {
  display: inline-block;
  position: relative;
}

.ag-pinned-left-cols-viewport,
.ag-pinned-right-cols-viewport {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.ag-pinned-right-cols-container {
  display: inline-block;
  position: relative;
}

.ag-pinned-left-cols-viewport-wrapper {
  height: 100%;
  overflow: hidden;
}

.ag-body-viewport-wrapper {
  height: 100%;
  width: 0;
  min-width: 0;
  -webkit-box-flex: 1;
  flex: 1;
  overflow: hidden;
}

.ag-body-viewport {
  overflow-x: auto;
  overflow-y: auto;
}

.ag-layout-normal .ag-body-viewport {
  height: 100%;
}

.ag-full-width-viewport-wrapper {
  height: 100%;
  width: 100%;
  display: inline-block;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

.ag-full-width-viewport {
  box-sizing: border-box;
  height: 100%;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: auto;
}

.ag-full-width-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ag-floating-bottom-full-width-container,
.ag-floating-top-full-width-container {
  display: inline;
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.ag-full-width-row {
  overflow: hidden;
  pointer-events: all;
}

.ag-body-container {
  display: inline-block;
  margin-bottom: -2px;
  position: relative;
}

.ag-row-animation .ag-row,
.ag-row-no-animation .ag-row {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ag-row {
  box-sizing: border-box;
  position: absolute;
  white-space: nowrap;
  width: 100%;
}

.ag-column-moving .ag-cell,
.ag-column-moving .ag-header-cell,
.ag-column-moving .ag-header-group-cell {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ag-column-drop {
  box-sizing: border-box;
  width: 100%;
}

.ag-column-drop-vertical {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex-grow: 1;
  height: 50px;
  overflow: hidden;
}

.ag-column-drop-vertical .ag-column-drop-list {
  -webkit-box-flex: 1;
  flex-grow: 1;
  height: 20px;
  overflow-x: auto;
}

.ag-column-drop-vertical .ag-column-drop-cell {
  display: -webkit-box;
  display: flex;
}

.ag-column-drop-vertical .ag-column-drop-cell .ag-column-drop-cell-text {
  overflow: hidden;
  -webkit-box-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ag-column-drop-vertical .ag-column-drop-empty-message {
  display: block;
}

.ag-column-drop-vertical .ag-column-drop-cell-button {
  line-height: 16px;
}

.ag-ltr .ag-column-drop-vertical .ag-column-drop-cell-button {
  float: right;
}

.ag-rtl .ag-column-drop-vertical .ag-column-drop-cell-button {
  float: left;
}

.ag-column-drop-horizontal {
  white-space: nowrap;
}

.ag-column-drop-horizontal .ag-column-drop-cell,
.ag-column-drop-horizontal .ag-column-drop-empty-message {
  display: inline-block;
}

.ag-column-drop-horizontal .ag-column-drop-list {
  height: 100%;
}

.ag-cell {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ag-cell-with-height {
  height: 100%;
}

.ag-value-slide-out {
  margin-right: 5px;
  opacity: 1;
  -webkit-transition: opacity 3s, margin-right 3s;
  transition: opacity 3s, margin-right 3s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.ag-value-slide-out-end {
  margin-right: 10px;
  opacity: 0;
}

.ag-opacity-zero {
  opacity: 0;
}

.ag-cell-edit-input {
  height: 100%;
  width: 100%;
}

.ag-footer-cell-entire-row,
.ag-group-cell-entire-row {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.ag-large .ag-root {
  font-size: 20px;
}

.ag-popup-editor {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ag-menu {
  max-height: 100%;
  overflow-y: auto;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ag-menu-column-select-wrapper {
  height: 300px;
  overflow: auto;
  width: 200px;
}

.ag-menu-list {
  border-collapse: collapse;
  display: table;
}

.ag-menu-option {
  display: table-row;
}

.ag-menu-option-icon,
.ag-menu-option-popup-pointer,
.ag-menu-option-shortcut,
.ag-menu-option-text {
  display: table-cell;
}

.ag-menu-separator {
  display: table-row;
}

.ag-menu-separator-cell {
  display: table-cell;
}

.ag-virtual-list-viewport {
  height: 100%;
  overflow-x: auto;
  width: 100%;
}

.ag-virtual-list-container {
  overflow: hidden;
  position: relative;
}

.ag-rich-select {
  cursor: default;
  outline: 0;
}

.ag-rich-select-row {
  white-space: nowrap;
}

.ag-rich-select-list,
.ag-set-filter-list {
  height: 200px;
  width: 200px;
}

.ag-set-filter-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ag-virtual-list-item {
  position: absolute;
  width: 100%;
}

.ag-virtual-list-item span:empty:not(.ag-icon) {
  border-left: 1px solid transparent;
}

.ag-filter-filter {
  box-sizing: border-box;
  width: 100%;
}

.ag-floating-filter-body input,
.ag-floating-filter-full-body input {
  height: 19px;
  margin: 0;
  width: 100%;
}

.ag-filter-select {
  margin: 4px 4px 0;
  width: 110px;
}

.ag-list-selection {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ag-column-panel {
  box-sizing: border-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 200px;
}

.ag-column-container {
  -webkit-box-flex: 1;
  flex-grow: 1;
  height: 50px;
  overflow: auto;
}

.ag-column-select-indent {
  display: inline-block;
}

.ag-ltr .ag-column-select-column {
  margin-left: 16px;
}

.ag-rtl .ag-column-select-column {
  margin-right: 16px;
}

.ag-column-select-column,
.ag-column-select-column-group {
  -webkit-box-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ag-column-select-column .ag-column-select-column-group-label,
.ag-column-select-column .ag-column-select-label,
.ag-column-select-column-group .ag-column-select-column-group-label,
.ag-column-select-column-group .ag-column-select-label {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ag-column-select-column .ag-column-drag,
.ag-column-select-column-group .ag-column-drag {
  min-width: 16px;
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
}

.ag-column-select-panel {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  overflow: hidden;
}

.ag-tool-panel .ag-column-select-panel {
  -webkit-box-flex: 4;
  flex-grow: 4;
}

.ag-tool-panel-horizontal-resize {
  cursor: col-resize;
  height: 100%;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1;
}

.ag-rtl .ag-tool-panel-horizontal-resize {
  float: right;
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.ag-ltr .ag-tool-panel-horizontal-resize {
  float: left;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}

.ag-menu-column-select-wrapper .ag-column-select-panel {
  height: 100%;
}

.ag-hidden {
  display: none !important;
}

.ag-visibility-hidden {
  visibility: hidden !important;
}

.ag-faded {
  opacity: 0.3;
}

.ag-width-half {
  display: inline-block;
  width: 50%;
}

.ag-shake-left-to-right {
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ag-shake-left-to-right;
  animation-name: ag-shake-left-to-right;
}

@-webkit-keyframes ag-shake-left-to-right {
  from {
    padding-left: 6px;
    padding-right: 2px;
  }
  to {
    padding-left: 2px;
    padding-right: 6px;
  }
}
@keyframes ag-shake-left-to-right {
  from {
    padding-left: 6px;
    padding-right: 2px;
  }
  to {
    padding-left: 2px;
    padding-right: 6px;
  }
}
.ag-icon-aggregation {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS41IDIuNWgtNmwyIDMuNS0yIDMuNWg2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iIzAwMCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-arrows {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYgNmwtMS40MSAxLjQxTDE2LjE3IDlINHYyaDEyLjE3bC0xLjU4IDEuNTlMMTYgMTRsNC00eiIvPjxwYXRoIGQ9Ik00IDZsMS40MSAxLjQxTDMuODMgOUgxNnYySDMuODNsMS41OCAxLjU5TDQgMTRsLTQtNHoiLz48cGF0aCBkPSJNNiAxNmwxLjQxLTEuNDFMOSAxNi4xN1Y0aDJ2MTIuMTdsMS41OS0xLjU4TDE0IDE2bC00IDR6Ii8+PHBhdGggZD0iTTE0IDRsLTEuNDEgMS40MUwxMSAzLjgzVjE2SDlWMy44M0w3LjQxIDUuNDEgNiA0bDQtNHoiLz48L3N2Zz4=) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-asc {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01IDNoMnY5SDV6Ii8+PHBhdGggZD0iTTguOTkzIDUuMlYzLjQ5M2gtNnY2SDQuN1Y1LjJoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2EiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik01LjUgMy41aDF2OGgtMXoiLz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSA1Ljk5MyA2LjQ5MykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2IiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik04LjQ5MyA0Ljd2LS43MDdoLTV2NUg0LjJWNC43aDQuMjkzeiIvPjwvZz48L2c+PC9zdmc+) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-checkbox-checked-readonly {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgcng9IjEiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDAwIiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgcng9IjEiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik05IDNMNiA4LjVsLTIuNS0yIi8+PC9nPjwvc3ZnPg==) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-checkbox-checked {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgcng9IjEiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDAwIiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgcng9IjEiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik05IDNMNiA4LjVsLTIuNS0yIi8+PC9nPjwvc3ZnPg==) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-checkbox-indeterminate-readonly {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgcng9IjEiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDAwIiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgcng9IjEiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNNCA1aDR2Mkg0eiIvPjwvZz48L3N2Zz4=) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-checkbox-indeterminate {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgcng9IjEiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDAwIiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgcng9IjEiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNNCA1aDR2Mkg0eiIvPjwvZz48L3N2Zz4=) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-checkbox-unchecked-readonly {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgcng9IjEiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDAwIiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgcng9IjEiLz48L2c+PC9zdmc+) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-checkbox-unchecked {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgcng9IjEiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDAwIiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgcng9IjEiLz48L2c+PC9zdmc+) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-column {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxaDR2Mkgxem0wIDNoNHY3SDF6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-columns {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxaDR2Mkgxem02IDBoNHYySDd6TTEgNWg0djJIMXptNiAwaDR2Mkg3ek0xIDloNHYySDF6bTYgMGg0djJIN3oiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-contracted {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxyZWN0IHN0cm9rZS1vcGFjaXR5PSIuNSIgc3Ryb2tlPSIjMDAwIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjkiIGhlaWdodD0iOSIgcng9IjEiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNOSA1djJIM1Y1eiIvPjwvZz48L3N2Zz4=) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-copy {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTQuNSA0LjVoNXY1aC01eiIvPjxwYXRoIGQ9Ik03LjUgMi41aC01djVoMnYyaDV2LTVoLTJ2LTJ6Ii8+PC9nPjwvc3ZnPg==) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-cut {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTMgMy4xMmMuNjY3LjA3OCAzIDEuNzQ1IDcgNS0uMzI2LjIwNC0uNjU5LjIwNC0xIDAtLjM0MS0uMjA2LTEuNjc0LTEuMjA2LTQtMyAwIC42NjYtLjY2Ny42NjYtMiAwLTItMS0xLTIuMTIgMC0yeiIvPjxwYXRoIGQ9Ik0zIDguMjY0Yy42NjctLjA4IDMtMS43NDYgNy01LS4zMjYtLjIwNS0uNjU5LS4yMDUtMSAwLS4zNDEuMjA0LTEuNjc0IDEuMjA0LTQgMyAwLS42NjctLjY2Ny0uNjY3LTIgMC0yIDEtMSAyLjExOSAwIDJ6Ii8+PC9nPjwvc3ZnPg==) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-desc {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01IDJoMnY5SDV6Ii8+PHBhdGggZD0iTTguOTkzIDYuMVY0LjM5M2gtNnY2SDQuN1Y2LjFoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2EiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik01LjUgMi41aDF2OGgtMXoiLz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTM1IDUuOTkzIDcuMzkzKSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTguNDkzIDUuNnYtLjcwN2gtNXY1SDQuMlY1LjZoNC4yOTN6Ii8+PC9nPjwvZz48L3N2Zz4=) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-expanded {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxyZWN0IHN0cm9rZS1vcGFjaXR5PSIuNSIgc3Ryb2tlPSIjMDAwIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjkiIGhlaWdodD0iOSIgcng9IjEiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNNSAzaDJ2Nkg1eiIvPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik05IDV2MkgzVjV6Ii8+PC9nPjwvc3ZnPg==) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-eye-slash {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zLjAwMSAzLjkwOEwzIDRhMyAzIDAgMSAwIDUuOTk5LS4wOTJBNS4yNDggNS4yNDggMCAwIDAgNiAzYy0xLjEgMC0yLjEuMzAzLTIuOTk5LjkwOHoiIGZpbGw9IiMwMDAiLz48cGF0aCBkPSJNNCA0LjVjLjY2Ny0uMzMzIDEuNjY3LS41IDMtLjUiIHN0cm9rZT0iIzk3OTc5NyIvPjxwYXRoIGQ9Ik0xIDZjMS4zMzMtMiAzLTMgNS0zczMuNjY3IDEgNSAzQzkuNjY3IDggOCA5IDYgOVMyLjMzMyA4IDEgNnoiIHN0cm9rZT0iIzAwMCIvPjxwYXRoIGQ9Ik00LjAwNCAyLjgzNWw0Ljk5MiA2LjMzIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48cGF0aCBkPSJNMy4wMDQgMi44MzVsNC45OTIgNi4zMyIgc3Ryb2tlPSIjRkZGIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9nPjwvc3ZnPg==) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-eye {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zLjAwMSAzLjkwOEwzIDRhMyAzIDAgMSAwIDUuOTk5LS4wOTJBNS4yNDggNS4yNDggMCAwIDAgNiAzYy0xLjEgMC0yLjEuMzAzLTIuOTk5LjkwOHoiIGZpbGw9IiMwMDAiLz48cGF0aCBkPSJNNCA0LjVjLjY2Ny0uMzMzIDEuNjY3LS41IDMtLjUiIHN0cm9rZT0iIzk3OTc5NyIvPjxwYXRoIGQ9Ik0xIDZjMS4zMzMtMiAzLTMgNS0zczMuNjY3IDEgNSAzQzkuNjY3IDggOCA5IDYgOVMyLjMzMyA4IDEgNnoiIHN0cm9rZT0iIzAwMCIvPjwvZz48L3N2Zz4=) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-filter {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAyaDEwTDcgNnY1TDUgOVY2TDEgMnptNCA0djFoMlY2SDV6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-group {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTcuNSAxLjVoM3YyaC0zem0wIDRoM3YyaC0zem0wIDRoM3YyaC0zeiIvPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yIDNoMXY4SDJ6bTEgM2g0djFIM3ptMi00aDN2MUg1eiIvPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yIDEwaDV2MUgyeiIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTEuNSAxLjVoM3YyaC0zeiIvPjwvZz48L3N2Zz4=) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-indeterminate {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zLjA1NiA0LjU4MWEzLjAwMSAzLjAwMSAwIDAgMCA1Ljg4OCAwQzguMDU5IDQuMTk0IDcuMDc4IDQgNiA0Yy0xLjA3OCAwLTIuMDYuMTk0LTIuOTQ0LjU4MXoiIGZpbGw9IiMwMDAiLz48cGF0aCBkPSJNNCA1LjVjLjY2Ny0uMzMzIDEuNjY3LS41IDMtLjUiIHN0cm9rZT0iIzk3OTc5NyIvPjxwYXRoIGQ9Ik0xIDZjMS4zMzMtMS4zMzMgMy0yIDUtMnMzLjY2Ny42NjcgNSAyQzkuNjY3IDcuMzMzIDggOCA2IDhzLTMuNjY3LS42NjctNS0yeiIgc3Ryb2tlPSIjMDAwIi8+PC9nPjwvc3ZnPg==) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-left {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01LjUgMS41aDJ2OWgtMnoiLz48cGF0aCBkPSJNNy45OTMgNC43VjIuOTkzaC02djZIMy43VjQuN2g0LjI5M3oiIGlkPSJiIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNi41IDYpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNNiAyaDF2OEg2eiIvPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtNDUgNC45OTMgNS45OTMpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNiIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNNy40OTMgNC4ydi0uNzA3aC01djVIMy4yVjQuMmg0LjI5M3oiLz48L2c+PC9nPjwvc3ZnPg==) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-loading {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01IDFoMnYzSDV6Ii8+PHBhdGggaWQ9ImIiIGQ9Ik01IDhoMnYzSDV6Ii8+PHBhdGggaWQ9ImMiIGQ9Ik0xIDVoM3YySDF6Ii8+PHBhdGggaWQ9ImQiIGQ9Ik04IDVoM3YySDh6Ii8+PHBhdGggaWQ9ImUiIGQ9Ik00IDBoMnYzSDR6Ii8+PHBhdGggaWQ9ImYiIGQ9Ik00IDdoMnYzSDR6Ii8+PHBhdGggaWQ9ImciIGQ9Ik0wIDRoM3YySDB6Ii8+PHBhdGggaWQ9ImgiIGQ9Ik03IDRoM3YySDd6Ii8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTUuNSAxLjVoMXYyaC0xeiIvPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2IiLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik01LjUgOC41aDF2MmgtMXoiLz48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNjIi8+PHBhdGggc3Ryb2tlPSIjOTc5Nzk3IiBkPSJNMS41IDUuNWgydjFoLTJ6Ii8+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjZCIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTguNSA1LjVoMnYxaC0yeiIvPjxnIG9wYWNpdHk9Ii43MTQiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDQuMjkzIDYuNzA3KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjZSIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTQuNS41aDF2MmgtMXoiLz48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUgNC4yOTMgNi43MDcpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNmIi8+PHBhdGggc3Ryb2tlPSIjOTc5Nzk3IiBkPSJNNC41IDcuNWgxdjJoLTF6Ii8+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDQuMjkzIDYuNzA3KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjZyIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTS41IDQuNWgydjFoLTJ6Ii8+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDQuMjkzIDYuNzA3KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjaCIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTcuNSA0LjVoMnYxaC0yeiIvPjwvZz48L2c+PC9nPjwvc3ZnPg==) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-menu {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxaDEwdjJIMXptMCA0aDEwdjJIMXptMCA0aDEwdjJIMXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-minus {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiA1aDh2MkgyeiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-none {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01IDNoMnY2SDV6Ii8+PHBhdGggZD0iTTguMTQ2IDguMTgyVjYuNDc1aC01djVoMS43MDhWOC4xODJoMy4yOTJ6IiBpZD0iYiIvPjxwYXRoIGQ9Ik04LjUgMi45MTRWMS4yMDdoLTV2NWgxLjcwN1YyLjkxNEg4LjV6IiBpZD0iYyIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2EiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik01LjUgMy41aDF2NWgtMXoiLz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTM1IDUuNjQ2IDguNDc1KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTcuNjQ2IDcuNjgydi0uNzA3aC00djRoLjcwOFY3LjY4MmgzLjI5MnoiLz48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUgNiAzLjcwNykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2MiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik04IDIuNDE0di0uNzA3SDR2NGguNzA3VjIuNDE0SDh6Ii8+PC9nPjwvZz48L3N2Zz4=) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-not-allowed {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjQiLz48cGF0aCBkPSJNOC41IDMuNUwzLjQwMSA4LjU5OSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvZz48L3N2Zz4=) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-paste {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTIuNSAyLjVoN3Y3aC03eiIvPjxwYXRoIGQ9Ik02LjUgMS41aC0xdjJoLTF2MWgzdi0xaC0xdi0yeiIvPjwvZz48L3N2Zz4=) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-pin {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0zIDJoNnYxSDh2NGwyIDFIN2wtMSAzLTEtM0gybDItMVYzSDN6Ii8+PHBhdGggZmlsbC1vcGFjaXR5PSIuNSIgZmlsbD0iI0ZGRiIgZD0iTTUgM2gxdjRINXoiLz48cGF0aCBmaWxsLW9wYWNpdHk9Ii4yOCIgZmlsbD0iI0ZGRiIgZD0iTTQgM2gxdjNINHoiLz48L2c+PC9zdmc+) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-pivot {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHJlY3QgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHJ4PSIxIi8+PHBhdGggZD0iTTEwLjUgMy41aC05bTItMnY5IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PHBhdGggZD0iTTcuNSA2LjVsMS0xIDEgMW0tMyAxbC0xIDEgMSAxIi8+PHBhdGggZD0iTTguNSA1LjV2M2gtMyIvPjwvZz48L3N2Zz4=) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-plus {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik01IDJoMnY4SDV6Ii8+PHBhdGggZD0iTTIgNWg4djJIMnoiLz48L2c+PC9zdmc+) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-right {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik00LjUgMS41aDJ2OWgtMnoiLz48cGF0aCBkPSJNOS45OTMgNC43VjIuOTkzaC02djZINS43VjQuN2g0LjI5M3oiIGlkPSJiIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNS41IDYpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNNSAyaDF2OEg1eiIvPjwvZz48ZyB0cmFuc2Zvcm09InNjYWxlKC0xIDEpIHJvdGF0ZSgtNDUgMCAyMi44NzQpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNiIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNOS40OTMgNC4ydi0uNzA3aC01djVINS4yVjQuMmg0LjI5M3oiLz48L2c+PC9nPjwvc3ZnPg==) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-small-left {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMyA2bDQtNHY4eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-small-right {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNSAybDQgNC00IDR6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-small-up {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiA3bDQtNCA0IDR6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-small-down {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiA1aDhMNiA5eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-tick {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS41IDUuNWwzIDMgNi02IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iIzAwMCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-cross {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiAxMGw4LThtMCA4TDIgMiIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiLz48L3N2Zz4=) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-tree-open {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiA1aDhMNiA5eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-tree-closed {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNSAybDQgNC00IDR6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.ag-icon-tree-indeterminate {
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiA1aDh2MkgyeiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center/12px 12px no-repeat;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px;
}

.loading-filter {
  background-color: #e6e6e6;
  height: 100%;
  padding: 5px;
  position: absolute;
  top: 34px;
  width: 100%;
  z-index: 1;
}

.ag-details-grid,
.ag-details-row {
  height: 100%;
  width: 100%;
}

.ag-column-select-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.ag-ltr .ag-toolpanel-indent-1 {
  padding-left: 10px;
}

.ag-rtl .ag-toolpanel-indent-1 {
  padding-right: 10px;
}

.ag-ltr .ag-row-group-indent-1 {
  padding-left: 10px;
}

.ag-rtl .ag-row-group-indent-1 {
  padding-right: 10px;
}

.ag-ltr .ag-toolpanel-indent-2 {
  padding-left: 20px;
}

.ag-rtl .ag-toolpanel-indent-2 {
  padding-right: 20px;
}

.ag-ltr .ag-row-group-indent-2 {
  padding-left: 20px;
}

.ag-rtl .ag-row-group-indent-2 {
  padding-right: 20px;
}

.ag-ltr .ag-toolpanel-indent-3 {
  padding-left: 30px;
}

.ag-rtl .ag-toolpanel-indent-3 {
  padding-right: 30px;
}

.ag-ltr .ag-row-group-indent-3 {
  padding-left: 30px;
}

.ag-rtl .ag-row-group-indent-3 {
  padding-right: 30px;
}

.ag-ltr .ag-toolpanel-indent-4 {
  padding-left: 40px;
}

.ag-rtl .ag-toolpanel-indent-4 {
  padding-right: 40px;
}

.ag-ltr .ag-row-group-indent-4 {
  padding-left: 40px;
}

.ag-rtl .ag-row-group-indent-4 {
  padding-right: 40px;
}

.ag-ltr .ag-toolpanel-indent-5 {
  padding-left: 50px;
}

.ag-rtl .ag-toolpanel-indent-5 {
  padding-right: 50px;
}

.ag-ltr .ag-row-group-indent-5 {
  padding-left: 50px;
}

.ag-rtl .ag-row-group-indent-5 {
  padding-right: 50px;
}

.ag-ltr .ag-toolpanel-indent-6 {
  padding-left: 60px;
}

.ag-rtl .ag-toolpanel-indent-6 {
  padding-right: 60px;
}

.ag-ltr .ag-row-group-indent-6 {
  padding-left: 60px;
}

.ag-rtl .ag-row-group-indent-6 {
  padding-right: 60px;
}

.ag-ltr .ag-toolpanel-indent-7 {
  padding-left: 70px;
}

.ag-rtl .ag-toolpanel-indent-7 {
  padding-right: 70px;
}

.ag-ltr .ag-row-group-indent-7 {
  padding-left: 70px;
}

.ag-rtl .ag-row-group-indent-7 {
  padding-right: 70px;
}

.ag-ltr .ag-toolpanel-indent-8 {
  padding-left: 80px;
}

.ag-rtl .ag-toolpanel-indent-8 {
  padding-right: 80px;
}

.ag-ltr .ag-row-group-indent-8 {
  padding-left: 80px;
}

.ag-rtl .ag-row-group-indent-8 {
  padding-right: 80px;
}

.ag-ltr .ag-toolpanel-indent-9 {
  padding-left: 90px;
}

.ag-rtl .ag-toolpanel-indent-9 {
  padding-right: 90px;
}

.ag-ltr .ag-row-group-indent-9 {
  padding-left: 90px;
}

.ag-rtl .ag-row-group-indent-9 {
  padding-right: 90px;
}

.ag-ltr .ag-toolpanel-indent-10 {
  padding-left: 100px;
}

.ag-rtl .ag-toolpanel-indent-10 {
  padding-right: 100px;
}

.ag-ltr .ag-row-group-indent-10 {
  padding-left: 100px;
}

.ag-rtl .ag-row-group-indent-10 {
  padding-right: 100px;
}

.ag-ltr .ag-toolpanel-indent-11 {
  padding-left: 110px;
}

.ag-rtl .ag-toolpanel-indent-11 {
  padding-right: 110px;
}

.ag-ltr .ag-row-group-indent-11 {
  padding-left: 110px;
}

.ag-rtl .ag-row-group-indent-11 {
  padding-right: 110px;
}

.ag-ltr .ag-toolpanel-indent-12 {
  padding-left: 120px;
}

.ag-rtl .ag-toolpanel-indent-12 {
  padding-right: 120px;
}

.ag-ltr .ag-row-group-indent-12 {
  padding-left: 120px;
}

.ag-rtl .ag-row-group-indent-12 {
  padding-right: 120px;
}

.ag-ltr .ag-toolpanel-indent-13 {
  padding-left: 130px;
}

.ag-rtl .ag-toolpanel-indent-13 {
  padding-right: 130px;
}

.ag-ltr .ag-row-group-indent-13 {
  padding-left: 130px;
}

.ag-rtl .ag-row-group-indent-13 {
  padding-right: 130px;
}

.ag-ltr .ag-toolpanel-indent-14 {
  padding-left: 140px;
}

.ag-rtl .ag-toolpanel-indent-14 {
  padding-right: 140px;
}

.ag-ltr .ag-row-group-indent-14 {
  padding-left: 140px;
}

.ag-rtl .ag-row-group-indent-14 {
  padding-right: 140px;
}

.ag-ltr .ag-toolpanel-indent-15 {
  padding-left: 150px;
}

.ag-rtl .ag-toolpanel-indent-15 {
  padding-right: 150px;
}

.ag-ltr .ag-row-group-indent-15 {
  padding-left: 150px;
}

.ag-rtl .ag-row-group-indent-15 {
  padding-right: 150px;
}

.ag-ltr .ag-toolpanel-indent-16 {
  padding-left: 160px;
}

.ag-rtl .ag-toolpanel-indent-16 {
  padding-right: 160px;
}

.ag-ltr .ag-row-group-indent-16 {
  padding-left: 160px;
}

.ag-rtl .ag-row-group-indent-16 {
  padding-right: 160px;
}

.ag-ltr .ag-toolpanel-indent-17 {
  padding-left: 170px;
}

.ag-rtl .ag-toolpanel-indent-17 {
  padding-right: 170px;
}

.ag-ltr .ag-row-group-indent-17 {
  padding-left: 170px;
}

.ag-rtl .ag-row-group-indent-17 {
  padding-right: 170px;
}

.ag-ltr .ag-toolpanel-indent-18 {
  padding-left: 180px;
}

.ag-rtl .ag-toolpanel-indent-18 {
  padding-right: 180px;
}

.ag-ltr .ag-row-group-indent-18 {
  padding-left: 180px;
}

.ag-rtl .ag-row-group-indent-18 {
  padding-right: 180px;
}

.ag-ltr .ag-toolpanel-indent-19 {
  padding-left: 190px;
}

.ag-rtl .ag-toolpanel-indent-19 {
  padding-right: 190px;
}

.ag-ltr .ag-row-group-indent-19 {
  padding-left: 190px;
}

.ag-rtl .ag-row-group-indent-19 {
  padding-right: 190px;
}

.ag-ltr .ag-toolpanel-indent-20 {
  padding-left: 200px;
}

.ag-rtl .ag-toolpanel-indent-20 {
  padding-right: 200px;
}

.ag-ltr .ag-row-group-indent-20 {
  padding-left: 200px;
}

.ag-rtl .ag-row-group-indent-20 {
  padding-right: 200px;
}

.ag-ltr .ag-toolpanel-indent-21 {
  padding-left: 210px;
}

.ag-rtl .ag-toolpanel-indent-21 {
  padding-right: 210px;
}

.ag-ltr .ag-row-group-indent-21 {
  padding-left: 210px;
}

.ag-rtl .ag-row-group-indent-21 {
  padding-right: 210px;
}

.ag-ltr .ag-toolpanel-indent-22 {
  padding-left: 220px;
}

.ag-rtl .ag-toolpanel-indent-22 {
  padding-right: 220px;
}

.ag-ltr .ag-row-group-indent-22 {
  padding-left: 220px;
}

.ag-rtl .ag-row-group-indent-22 {
  padding-right: 220px;
}

.ag-ltr .ag-toolpanel-indent-23 {
  padding-left: 230px;
}

.ag-rtl .ag-toolpanel-indent-23 {
  padding-right: 230px;
}

.ag-ltr .ag-row-group-indent-23 {
  padding-left: 230px;
}

.ag-rtl .ag-row-group-indent-23 {
  padding-right: 230px;
}

.ag-ltr .ag-toolpanel-indent-24 {
  padding-left: 240px;
}

.ag-rtl .ag-toolpanel-indent-24 {
  padding-right: 240px;
}

.ag-ltr .ag-row-group-indent-24 {
  padding-left: 240px;
}

.ag-rtl .ag-row-group-indent-24 {
  padding-right: 240px;
}

.ag-ltr .ag-toolpanel-indent-25 {
  padding-left: 250px;
}

.ag-rtl .ag-toolpanel-indent-25 {
  padding-right: 250px;
}

.ag-ltr .ag-row-group-indent-25 {
  padding-left: 250px;
}

.ag-rtl .ag-row-group-indent-25 {
  padding-right: 250px;
}

.ag-ltr .ag-toolpanel-indent-26 {
  padding-left: 260px;
}

.ag-rtl .ag-toolpanel-indent-26 {
  padding-right: 260px;
}

.ag-ltr .ag-row-group-indent-26 {
  padding-left: 260px;
}

.ag-rtl .ag-row-group-indent-26 {
  padding-right: 260px;
}

.ag-ltr .ag-toolpanel-indent-27 {
  padding-left: 270px;
}

.ag-rtl .ag-toolpanel-indent-27 {
  padding-right: 270px;
}

.ag-ltr .ag-row-group-indent-27 {
  padding-left: 270px;
}

.ag-rtl .ag-row-group-indent-27 {
  padding-right: 270px;
}

.ag-ltr .ag-toolpanel-indent-28 {
  padding-left: 280px;
}

.ag-rtl .ag-toolpanel-indent-28 {
  padding-right: 280px;
}

.ag-ltr .ag-row-group-indent-28 {
  padding-left: 280px;
}

.ag-rtl .ag-row-group-indent-28 {
  padding-right: 280px;
}

.ag-ltr .ag-toolpanel-indent-29 {
  padding-left: 290px;
}

.ag-rtl .ag-toolpanel-indent-29 {
  padding-right: 290px;
}

.ag-ltr .ag-row-group-indent-29 {
  padding-left: 290px;
}

.ag-rtl .ag-row-group-indent-29 {
  padding-right: 290px;
}

.ag-ltr .ag-toolpanel-indent-30 {
  padding-left: 300px;
}

.ag-rtl .ag-toolpanel-indent-30 {
  padding-right: 300px;
}

.ag-ltr .ag-row-group-indent-30 {
  padding-left: 300px;
}

.ag-rtl .ag-row-group-indent-30 {
  padding-right: 300px;
}

.ag-ltr .ag-toolpanel-indent-31 {
  padding-left: 310px;
}

.ag-rtl .ag-toolpanel-indent-31 {
  padding-right: 310px;
}

.ag-ltr .ag-row-group-indent-31 {
  padding-left: 310px;
}

.ag-rtl .ag-row-group-indent-31 {
  padding-right: 310px;
}

.ag-ltr .ag-toolpanel-indent-32 {
  padding-left: 320px;
}

.ag-rtl .ag-toolpanel-indent-32 {
  padding-right: 320px;
}

.ag-ltr .ag-row-group-indent-32 {
  padding-left: 320px;
}

.ag-rtl .ag-row-group-indent-32 {
  padding-right: 320px;
}

.ag-ltr .ag-toolpanel-indent-33 {
  padding-left: 330px;
}

.ag-rtl .ag-toolpanel-indent-33 {
  padding-right: 330px;
}

.ag-ltr .ag-row-group-indent-33 {
  padding-left: 330px;
}

.ag-rtl .ag-row-group-indent-33 {
  padding-right: 330px;
}

.ag-ltr .ag-toolpanel-indent-34 {
  padding-left: 340px;
}

.ag-rtl .ag-toolpanel-indent-34 {
  padding-right: 340px;
}

.ag-ltr .ag-row-group-indent-34 {
  padding-left: 340px;
}

.ag-rtl .ag-row-group-indent-34 {
  padding-right: 340px;
}

.ag-ltr .ag-toolpanel-indent-35 {
  padding-left: 350px;
}

.ag-rtl .ag-toolpanel-indent-35 {
  padding-right: 350px;
}

.ag-ltr .ag-row-group-indent-35 {
  padding-left: 350px;
}

.ag-rtl .ag-row-group-indent-35 {
  padding-right: 350px;
}

.ag-ltr .ag-toolpanel-indent-36 {
  padding-left: 360px;
}

.ag-rtl .ag-toolpanel-indent-36 {
  padding-right: 360px;
}

.ag-ltr .ag-row-group-indent-36 {
  padding-left: 360px;
}

.ag-rtl .ag-row-group-indent-36 {
  padding-right: 360px;
}

.ag-ltr .ag-toolpanel-indent-37 {
  padding-left: 370px;
}

.ag-rtl .ag-toolpanel-indent-37 {
  padding-right: 370px;
}

.ag-ltr .ag-row-group-indent-37 {
  padding-left: 370px;
}

.ag-rtl .ag-row-group-indent-37 {
  padding-right: 370px;
}

.ag-ltr .ag-toolpanel-indent-38 {
  padding-left: 380px;
}

.ag-rtl .ag-toolpanel-indent-38 {
  padding-right: 380px;
}

.ag-ltr .ag-row-group-indent-38 {
  padding-left: 380px;
}

.ag-rtl .ag-row-group-indent-38 {
  padding-right: 380px;
}

.ag-ltr .ag-toolpanel-indent-39 {
  padding-left: 390px;
}

.ag-rtl .ag-toolpanel-indent-39 {
  padding-right: 390px;
}

.ag-ltr .ag-row-group-indent-39 {
  padding-left: 390px;
}

.ag-rtl .ag-row-group-indent-39 {
  padding-right: 390px;
}

.ag-ltr .ag-toolpanel-indent-40 {
  padding-left: 400px;
}

.ag-rtl .ag-toolpanel-indent-40 {
  padding-right: 400px;
}

.ag-ltr .ag-row-group-indent-40 {
  padding-left: 400px;
}

.ag-rtl .ag-row-group-indent-40 {
  padding-right: 400px;
}

.ag-ltr .ag-toolpanel-indent-41 {
  padding-left: 410px;
}

.ag-rtl .ag-toolpanel-indent-41 {
  padding-right: 410px;
}

.ag-ltr .ag-row-group-indent-41 {
  padding-left: 410px;
}

.ag-rtl .ag-row-group-indent-41 {
  padding-right: 410px;
}

.ag-ltr .ag-toolpanel-indent-42 {
  padding-left: 420px;
}

.ag-rtl .ag-toolpanel-indent-42 {
  padding-right: 420px;
}

.ag-ltr .ag-row-group-indent-42 {
  padding-left: 420px;
}

.ag-rtl .ag-row-group-indent-42 {
  padding-right: 420px;
}

.ag-ltr .ag-toolpanel-indent-43 {
  padding-left: 430px;
}

.ag-rtl .ag-toolpanel-indent-43 {
  padding-right: 430px;
}

.ag-ltr .ag-row-group-indent-43 {
  padding-left: 430px;
}

.ag-rtl .ag-row-group-indent-43 {
  padding-right: 430px;
}

.ag-ltr .ag-toolpanel-indent-44 {
  padding-left: 440px;
}

.ag-rtl .ag-toolpanel-indent-44 {
  padding-right: 440px;
}

.ag-ltr .ag-row-group-indent-44 {
  padding-left: 440px;
}

.ag-rtl .ag-row-group-indent-44 {
  padding-right: 440px;
}

.ag-ltr .ag-toolpanel-indent-45 {
  padding-left: 450px;
}

.ag-rtl .ag-toolpanel-indent-45 {
  padding-right: 450px;
}

.ag-ltr .ag-row-group-indent-45 {
  padding-left: 450px;
}

.ag-rtl .ag-row-group-indent-45 {
  padding-right: 450px;
}

.ag-ltr .ag-toolpanel-indent-46 {
  padding-left: 460px;
}

.ag-rtl .ag-toolpanel-indent-46 {
  padding-right: 460px;
}

.ag-ltr .ag-row-group-indent-46 {
  padding-left: 460px;
}

.ag-rtl .ag-row-group-indent-46 {
  padding-right: 460px;
}

.ag-ltr .ag-toolpanel-indent-47 {
  padding-left: 470px;
}

.ag-rtl .ag-toolpanel-indent-47 {
  padding-right: 470px;
}

.ag-ltr .ag-row-group-indent-47 {
  padding-left: 470px;
}

.ag-rtl .ag-row-group-indent-47 {
  padding-right: 470px;
}

.ag-ltr .ag-toolpanel-indent-48 {
  padding-left: 480px;
}

.ag-rtl .ag-toolpanel-indent-48 {
  padding-right: 480px;
}

.ag-ltr .ag-row-group-indent-48 {
  padding-left: 480px;
}

.ag-rtl .ag-row-group-indent-48 {
  padding-right: 480px;
}

.ag-ltr .ag-toolpanel-indent-49 {
  padding-left: 490px;
}

.ag-rtl .ag-toolpanel-indent-49 {
  padding-right: 490px;
}

.ag-ltr .ag-row-group-indent-49 {
  padding-left: 490px;
}

.ag-rtl .ag-row-group-indent-49 {
  padding-right: 490px;
}

.ag-tool-panel {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  box-sizing: border-box;
}

.ag-tool-panel .ag-side-buttons {
  width: 20px;
}

.ag-tool-panel .ag-side-buttons button {
  display: block;
  -webkit-transform: rotate(90deg) translateY(-20px);
  transform: rotate(90deg) translateY(-20px);
  -webkit-transform-origin: left top 0;
  transform-origin: left top 0;
  white-space: nowrap;
  outline: 0;
}

.ag-tool-panel .panel-container {
  width: 180px;
}

.ag-tool-panel.full-width .panel-container {
  width: 200px;
}

.ag-rtl .ag-tool-panel .ag-side-buttons button {
  -webkit-transform: rotate(-90deg) translatex(20px);
  transform: rotate(-90deg) translatex(20px);
  -webkit-transform-origin: right bottom 0;
  transform-origin: right bottom 0;
}

.ag-row-inline-editing {
  z-index: 1;
}

.ag-theme-material {
  background-color: #f5f5f6;
  color: rgba(0, 0, 0, 0.87);
  font: 400 13px Roboto, sans-serif;
}

.ag-theme-material.appGrid {
  position: relative;
  min-height: 100px;
}

.ag-theme-material .ag-tab-header .ag-tab.ag-tab-selected {
  border-bottom: 2px solid #3f51b5;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-1 {
  padding-left: 26px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-1 {
  padding-right: 26px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-1 {
  padding-left: 42px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-1 {
  padding-right: 42px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-2 {
  padding-left: 52px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-2 {
  padding-right: 52px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-2 {
  padding-left: 84px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-2 {
  padding-right: 84px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-3 {
  padding-left: 78px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-3 {
  padding-right: 78px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-3 {
  padding-left: 126px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-3 {
  padding-right: 126px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-4 {
  padding-left: 104px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-4 {
  padding-right: 104px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-4 {
  padding-left: 168px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-4 {
  padding-right: 168px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-5 {
  padding-left: 130px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-5 {
  padding-right: 130px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-5 {
  padding-left: 210px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-5 {
  padding-right: 210px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-6 {
  padding-left: 156px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-6 {
  padding-right: 156px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-6 {
  padding-left: 252px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-6 {
  padding-right: 252px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-7 {
  padding-left: 182px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-7 {
  padding-right: 182px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-7 {
  padding-left: 294px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-7 {
  padding-right: 294px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-8 {
  padding-left: 208px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-8 {
  padding-right: 208px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-8 {
  padding-left: 336px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-8 {
  padding-right: 336px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-9 {
  padding-left: 234px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-9 {
  padding-right: 234px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-9 {
  padding-left: 378px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-9 {
  padding-right: 378px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-10 {
  padding-left: 260px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-10 {
  padding-right: 260px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-10 {
  padding-left: 420px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-10 {
  padding-right: 420px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-11 {
  padding-left: 286px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-11 {
  padding-right: 286px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-11 {
  padding-left: 462px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-11 {
  padding-right: 462px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-12 {
  padding-left: 312px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-12 {
  padding-right: 312px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-12 {
  padding-left: 504px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-12 {
  padding-right: 504px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-13 {
  padding-left: 338px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-13 {
  padding-right: 338px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-13 {
  padding-left: 546px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-13 {
  padding-right: 546px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-14 {
  padding-left: 364px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-14 {
  padding-right: 364px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-14 {
  padding-left: 588px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-14 {
  padding-right: 588px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-15 {
  padding-left: 390px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-15 {
  padding-right: 390px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-15 {
  padding-left: 630px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-15 {
  padding-right: 630px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-16 {
  padding-left: 416px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-16 {
  padding-right: 416px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-16 {
  padding-left: 672px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-16 {
  padding-right: 672px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-17 {
  padding-left: 442px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-17 {
  padding-right: 442px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-17 {
  padding-left: 714px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-17 {
  padding-right: 714px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-18 {
  padding-left: 468px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-18 {
  padding-right: 468px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-18 {
  padding-left: 756px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-18 {
  padding-right: 756px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-19 {
  padding-left: 494px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-19 {
  padding-right: 494px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-19 {
  padding-left: 798px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-19 {
  padding-right: 798px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-20 {
  padding-left: 520px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-20 {
  padding-right: 520px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-20 {
  padding-left: 840px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-20 {
  padding-right: 840px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-21 {
  padding-left: 546px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-21 {
  padding-right: 546px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-21 {
  padding-left: 882px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-21 {
  padding-right: 882px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-22 {
  padding-left: 572px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-22 {
  padding-right: 572px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-22 {
  padding-left: 924px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-22 {
  padding-right: 924px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-23 {
  padding-left: 598px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-23 {
  padding-right: 598px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-23 {
  padding-left: 966px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-23 {
  padding-right: 966px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-24 {
  padding-left: 624px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-24 {
  padding-right: 624px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-24 {
  padding-left: 1008px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-24 {
  padding-right: 1008px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-25 {
  padding-left: 650px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-25 {
  padding-right: 650px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-25 {
  padding-left: 1050px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-25 {
  padding-right: 1050px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-26 {
  padding-left: 676px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-26 {
  padding-right: 676px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-26 {
  padding-left: 1092px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-26 {
  padding-right: 1092px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-27 {
  padding-left: 702px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-27 {
  padding-right: 702px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-27 {
  padding-left: 1134px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-27 {
  padding-right: 1134px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-28 {
  padding-left: 728px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-28 {
  padding-right: 728px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-28 {
  padding-left: 1176px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-28 {
  padding-right: 1176px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-29 {
  padding-left: 754px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-29 {
  padding-right: 754px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-29 {
  padding-left: 1218px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-29 {
  padding-right: 1218px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-30 {
  padding-left: 780px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-30 {
  padding-right: 780px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-30 {
  padding-left: 1260px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-30 {
  padding-right: 1260px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-31 {
  padding-left: 806px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-31 {
  padding-right: 806px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-31 {
  padding-left: 1302px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-31 {
  padding-right: 1302px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-32 {
  padding-left: 832px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-32 {
  padding-right: 832px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-32 {
  padding-left: 1344px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-32 {
  padding-right: 1344px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-33 {
  padding-left: 858px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-33 {
  padding-right: 858px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-33 {
  padding-left: 1386px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-33 {
  padding-right: 1386px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-34 {
  padding-left: 884px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-34 {
  padding-right: 884px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-34 {
  padding-left: 1428px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-34 {
  padding-right: 1428px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-35 {
  padding-left: 910px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-35 {
  padding-right: 910px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-35 {
  padding-left: 1470px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-35 {
  padding-right: 1470px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-36 {
  padding-left: 936px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-36 {
  padding-right: 936px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-36 {
  padding-left: 1512px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-36 {
  padding-right: 1512px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-37 {
  padding-left: 962px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-37 {
  padding-right: 962px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-37 {
  padding-left: 1554px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-37 {
  padding-right: 1554px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-38 {
  padding-left: 988px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-38 {
  padding-right: 988px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-38 {
  padding-left: 1596px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-38 {
  padding-right: 1596px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-39 {
  padding-left: 1014px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-39 {
  padding-right: 1014px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-39 {
  padding-left: 1638px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-39 {
  padding-right: 1638px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-40 {
  padding-left: 1040px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-40 {
  padding-right: 1040px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-40 {
  padding-left: 1680px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-40 {
  padding-right: 1680px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-41 {
  padding-left: 1066px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-41 {
  padding-right: 1066px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-41 {
  padding-left: 1722px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-41 {
  padding-right: 1722px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-42 {
  padding-left: 1092px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-42 {
  padding-right: 1092px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-42 {
  padding-left: 1764px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-42 {
  padding-right: 1764px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-43 {
  padding-left: 1118px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-43 {
  padding-right: 1118px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-43 {
  padding-left: 1806px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-43 {
  padding-right: 1806px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-44 {
  padding-left: 1144px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-44 {
  padding-right: 1144px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-44 {
  padding-left: 1848px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-44 {
  padding-right: 1848px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-45 {
  padding-left: 1170px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-45 {
  padding-right: 1170px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-45 {
  padding-left: 1890px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-45 {
  padding-right: 1890px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-46 {
  padding-left: 1196px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-46 {
  padding-right: 1196px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-46 {
  padding-left: 1932px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-46 {
  padding-right: 1932px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-47 {
  padding-left: 1222px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-47 {
  padding-right: 1222px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-47 {
  padding-left: 1974px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-47 {
  padding-right: 1974px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-48 {
  padding-left: 1248px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-48 {
  padding-right: 1248px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-48 {
  padding-left: 2016px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-48 {
  padding-right: 2016px;
}

.ag-theme-material .ag-ltr .ag-toolpanel-indent-49 {
  padding-left: 1274px;
}

.ag-theme-material .ag-rtl .ag-toolpanel-indent-49 {
  padding-right: 1274px;
}

.ag-theme-material .ag-ltr .ag-row-group-indent-49 {
  padding-left: 2058px;
}

.ag-theme-material .ag-rtl .ag-row-group-indent-49 {
  padding-right: 2058px;
}

.ag-theme-material .ag-ltr .ag-row-group-leaf-indent {
  margin-left: 42px;
}

.ag-theme-material .ag-rtl .ag-row-group-leaf-indent {
  margin-right: 42px;
}

.ag-theme-material .ag-ltr .ag-cell-first-right-pinned,
.ag-theme-material .ag-rtl .ag-cell-first-right-pinned {
  border-left: 1px solid #cdcdd2;
}

.ag-theme-material .ag-ltr .ag-cell-last-left-pinned,
.ag-theme-material .ag-rtl .ag-cell-last-left-pinned {
  border-right: 1px solid #cdcdd2;
}

.ag-theme-material .ag-value-change-delta {
  padding-right: 2px;
}

.ag-theme-material .ag-value-change-delta-up {
  color: #43a047;
}

.ag-theme-material .ag-value-change-delta-down {
  color: #e53935;
}

.ag-theme-material .ag-value-change-value {
  background-color: transparent;
  border-radius: 1px;
  padding-left: 1px;
  padding-right: 1px;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}

.ag-theme-material .ag-value-change-value-highlight {
  background-color: #00acc1;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.ag-theme-material .ag-header {
  color: #000;
  font: 700 12px Roboto, sans-serif;
}

.ag-theme-material .ag-header-row,
.ag-theme-material .ag-row {
  border-bottom: 1px solid #cdcdd2;
  box-sizing: border-box;
}

.ag-theme-material .ag-row-hover {
  background-color: #e5e5e8;
}

.ag-theme-material .ag-numeric-cell {
  text-align: right;
}

.ag-theme-material .ag-header-cell-label {
  display: -webkit-box;
  display: flex;
  float: left;
  height: 100%;
  width: calc(100% - 18px);
}

.ag-theme-material .ag-header-cell-label span {
  height: 100%;
}

.ag-theme-material .ag-header-cell-label > span {
  float: left;
}

.ag-theme-material .ag-header-cell-label .ag-header-icon {
  background-position-y: 20px;
  background-size: 14px 14px;
  height: 100%;
  margin: 0 0 0 8px;
  opacity: 0.87;
}

.ag-theme-material .ag-header-cell-label .ag-header-cell-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ag-theme-material .ag-numeric-header .ag-header-cell-label {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  float: right;
}

.ag-theme-material .ag-numeric-header .ag-header-cell-label > span {
  float: right;
}

.ag-theme-material .ag-numeric-header .ag-header-cell-menu-button {
  float: left;
}

.ag-theme-material .ag-header-group-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ag-theme-material .ag-header-cell,
.ag-theme-material .ag-header-group-cell {
  line-height: 56px;
  padding-left: 24px;
  padding-right: 0;
}

.ag-theme-material .ag-cell {
  line-height: 46px;
  border: 1px solid transparent;
  padding-left: 23px;
  padding-right: 23px;
}

.ag-theme-material .ag-row-drag {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMyA2aDEydjJIM3ptMCA0aDEydjJIM3oiIGZpbGw9IiMzMzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  opacity: 0.87;
  background-position-x: left;
  float: left;
  height: 100%;
  width: 42px;
}

.ag-theme-material .ag-column-drag {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMyA2aDEydjJIM3ptMCA0aDEydjJIM3oiIGZpbGw9IiMzMzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  opacity: 0.87;
  width: 18px;
  background-position-x: left;
  background-position-y: 8px !important;
  height: 100%;
  min-width: 26px;
}

.ag-theme-material .ag-row-dragging {
  opacity: 0.5;
  z-index: 10000;
}

.ag-theme-material .ag-cell-focus {
  border: 1px solid #3f51b5;
  outline: initial;
}

.ag-theme-material .ag-header-cell-resize {
  position: absolute;
  width: 16px;
  z-index: 4;
}

.ag-theme-material .ag-header-cell-resize::after {
  border-right: 1px solid #cdcdd2;
  box-sizing: content-box;
  content: "resize";
  display: block;
  height: 24px;
  margin-top: 16px;
  overflow: hidden;
  text-indent: 8px;
  width: 8px;
}

.ag-theme-material .ag-icon-aggregation {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMgMTN2MWExIDEgMCAwIDEtMSAxSDVhMSAxIDAgMCAxLTEtMXYtMWwzLTQtMy00VjRhMSAxIDAgMCAxIDEtMWg3YTEgMSAwIDAgMSAxIDF2MUg2LjVsMi41NSAzLjRhMSAxIDAgMCAxIDAgMS4yTDYuNSAxM0gxM3oiIGZpbGw9IiMzMzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-arrows {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy41IDYuNWgzdi0yaDJMOSAxIDUuNSA0LjVoMnYyem0tMSAxaC0ydi0yTDEgOWwzLjUgMy41di0yaDJ2LTN6TTE3IDlsLTMuNS0zLjV2MmgtMnYzaDJ2MkwxNyA5em0tNi41IDIuNWgtM3YyaC0yTDkgMTdsMy41LTMuNWgtMnYtMnoiIGZpbGw9IiMzMzMiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-asc {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAgMTVWNmw0IDQgMS0xLTYtNi02IDYgMSAxIDQtNHY5eiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-checkbox-checked-readonly {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYgMEgyYTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGEyIDIgMCAwIDAgMi0yVjJhMiAyIDAgMCAwLTItMnpNNyAxNEwyIDlsMS40MS0xLjQxTDcgMTEuMTdsNy41OS03LjU5TDE2IDVsLTkgOXoiIGZpbGw9IiMzMzMiIG9wYWNpdHk9Ii41Ii8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-checkbox-checked {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYgMEgyYTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGEyIDIgMCAwIDAgMi0yVjJhMiAyIDAgMCAwLTItMnpNNyAxNEwyIDlsMS40MS0xLjQxTDcgMTEuMTdsNy41OS03LjU5TDE2IDVsLTkgOXoiIGZpbGw9IiMzMzMiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-checkbox-indeterminate-readonly {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYgMEgyQy45IDAgMCAuOSAwIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMlYyYzAtMS4xLS45LTItMi0yem0tMiAxMEg0VjhoMTB2MnoiIGZpbGw9IiMzMzMiIGZpbGwtb3BhY2l0eT0iLjUiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-checkbox-indeterminate {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYgMEgyQy45IDAgMCAuOSAwIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMlYyYzAtMS4xLS45LTItMi0yem0tMiAxMEg0VjhoMTB2MnoiIGZpbGw9IiMzMzMiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-checkbox-unchecked-readonly {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYgMnYxNEgyVjJoMTR6bTAtMkgyQy45IDAgMCAuOSAwIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMlYyYzAtMS4xLS45LTItMi0yeiIgZmlsbD0iIzMzMyIgZmlsbC1vcGFjaXR5PSIuNSIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-checkbox-unchecked {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYgMnYxNEgyVjJoMTR6bTAtMkgyQy45IDAgMCAuOSAwIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMlYyYzAtMS4xLS45LTItMi0yeiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-column {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiAyaDR2Mkgyem0wIDRoNHYxMEgyeiIgZmlsbD0iIzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-columns {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMyA0aDN2Mkgzem01IDBoM3YySDh6bTUgMGgzdjJoLTN6TTMgOGgzdjJIM3ptNSAwaDN2Mkg4em01IDBoM3YyaC0zek0zIDEyaDN2Mkgzem01IDBoM3YySDh6bTUgMGgzdjJoLTN6IiBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-contracted {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuNSAxMi41TDggOWwzLjUtMy41LTEtMUw2IDlsNC41IDQuNXoiIGZpbGw9IiMzMzMiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-copy {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMSAySDRhMSAxIDAgMCAwLTEgMXY5aDFWM2g3VjJ6IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNiA0aDZhMSAxIDAgMCAxIDEgMXY5YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xVjVhMSAxIDAgMCAxIDEtMXptMCAxdjloNlY1SDZ6Ii8+PC9nPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-cut {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy4zNDggNS45NDhjLjE2MS0uMzUuMjUyLS43MzUuMjUyLTEuMTQ4YTIuOCAyLjggMCAxIDAtNS42IDAgMi44IDIuOCAwIDAgMCAyLjggMi44Yy40MTMgMCAuNzk4LS4wOTEgMS4xNDgtLjI1Mkw3LjYgOWwtMS42NTIgMS42NTJBMi43MjggMi43MjggMCAwIDAgNC44IDEwLjRhMi44IDIuOCAwIDEgMCAwIDUuNiAyLjggMi44IDAgMCAwIDIuOC0yLjhjMC0uNDEzLS4wOTEtLjc5OC0uMjUyLTEuMTQ4TDkgMTAuNGw0LjkgNC45SDE2di0uN0w3LjM0OCA1Ljk0OHpNNC44IDYuMmExLjQgMS40IDAgMSAxIDAtMi44IDEuNCAxLjQgMCAwIDEgMCAyLjh6bTAgOC40YTEuNCAxLjQgMCAxIDEgMC0yLjggMS40IDEuNCAwIDAgMSAwIDIuOHpNOSA5LjM1QS4zNDcuMzQ3IDAgMCAxIDguNjUgOWMwLS4xOTYuMTU0LS4zNS4zNS0uMzUuMTk2IDAgLjM1LjE1NC4zNS4zNSAwIC4xOTYtLjE1NC4zNS0uMzUuMzV6bTQuOS02LjY1TDkuNyA2LjlsMS40IDEuNEwxNiAzLjR2LS43aC0yLjF6IiBmaWxsPSIjMzMzIi8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-desc {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOCAzdjkuMTNMNCA4IDMgOWw2IDYgNi02LTEtMS00IDQuMTNWM3oiIGZpbGw9IiMzMzMiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-expanded {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNiAxMi41TDkuNSA5IDYgNS41bDEtMUwxMS41IDkgNyAxMy41eiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-eye-slash {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMi40NDkgMTIuNDVsLTEuMzg4LTEuMzg3YTIuOTE4IDIuOTE4IDAgMCAwLTQuMTI0LTQuMTI0TDUuNTUgNS41NUE2Ljg1IDYuODUgMCAwIDEgOSA0LjYyNSA2Ljg5OSA2Ljg5OSAwIDAgMSAxNS40MTcgOWE2LjkzNSA2LjkzNSAwIDAgMS0yLjk2OCAzLjQ1em0tLjk1NS40NkE2Ljg5OSA2Ljg5OSAwIDAgMSAyLjU4NCA5IDYuOTMzIDYuOTMzIDAgMCAxIDQuNzEgNi4xMjVMNi4zNTUgNy43N2EyLjkxOCAyLjkxOCAwIDAgMCAzLjg3NSAzLjg3NWwxLjI2NCAxLjI2NHoiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik0xMC4yNDIgMTAuMjM1TDcuNzY1IDcuNzU4QTEuNzQ0IDEuNzQ0IDAgMCAxIDkgNy4yNWMuOTY4IDAgMS43NS43ODIgMS43NSAxLjc1IDAgLjQ4Mi0uMTk0LjkxOC0uNTA4IDEuMjM1em0tLjkyNy40ODdhMS43NDggMS43NDggMCAwIDEtMi4wMzctMi4wMzdsMi4wMzcgMi4wMzd6Ii8+PHBhdGggZD0iTTMuMDcgOC40ODdoMTIuNDE3djFIMy4wN3oiLz48L2c+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-eye {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOSA0LjYyNUE2Ljg5OSA2Ljg5OSAwIDAgMCAyLjU4MyA5IDYuODk5IDYuODk5IDAgMCAwIDkgMTMuMzc1IDYuODk5IDYuODk5IDAgMCAwIDE1LjQxNyA5IDYuODk5IDYuODk5IDAgMCAwIDkgNC42MjV6bTAgNy4yOTJhMi45MTggMi45MTggMCAwIDEgMC01LjgzNCAyLjkxOCAyLjkxOCAwIDAgMSAwIDUuODM0ek05IDcuMjVjLS45NjggMC0xLjc1Ljc4Mi0xLjc1IDEuNzVzLjc4MiAxLjc1IDEuNzUgMS43NSAxLjc1LS43ODIgMS43NS0xLjc1UzkuOTY4IDcuMjUgOSA3LjI1eiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-filter {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik00IDEwaDEwVjhINHpNMiA0djJoMTRWNHoiLz48cGF0aCBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik03IDE0aDR2LTJIN3oiLz48L2c+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-group {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xNCAxNEg3di0yaDlhMiAyIDAgMCAxLTIgMnptLTUtMnYyaDJ2LTJIOXoiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik0xNiA2YTIgMiAwIDAgMC0yLTJINWEyIDIgMCAwIDAtMiAyaDEzek03IDR2Mkg1VjRoMnptOSA2SDdWOGg5djJ6TTkgOHYyaDJWOEg5eiIvPjwvZz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-indeterminate {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOSA0LjYyNUE2Ljg5OSA2Ljg5OSAwIDAgMCAyLjU4MyA5IDYuODk5IDYuODk5IDAgMCAwIDkgMTMuMzc1IDYuODk5IDYuODk5IDAgMCAwIDE1LjQxNyA5IDYuODk5IDYuODk5IDAgMCAwIDkgNC42MjV6bTAgNy4yOTJhMi45MTggMi45MTggMCAwIDEgMC01LjgzNCAyLjkxOCAyLjkxOCAwIDAgMSAwIDUuODM0eiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-left {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTUgOEg2bDQtNC0xLTEtNiA2IDYgNiAxLTEtNC00aDl6IiBmaWxsPSIjMzMzIi8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-loading {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik00IDBoMnYzSDR6Ii8+PHBhdGggaWQ9ImIiIGQ9Ik00IDdoMnYzSDR6Ii8+PHBhdGggaWQ9ImMiIGQ9Ik0wIDRoM3YySDB6Ii8+PHBhdGggaWQ9ImQiIGQ9Ik03IDRoM3YySDd6Ii8+PHBhdGggaWQ9ImUiIGQ9Ik00IDBoMnYzSDR6Ii8+PHBhdGggaWQ9ImYiIGQ9Ik00IDdoMnYzSDR6Ii8+PHBhdGggaWQ9ImciIGQ9Ik0wIDRoM3YySDB6Ii8+PHBhdGggaWQ9ImgiIGQ9Ik03IDRoM3YySDd6Ii8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMyA0KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTQuNS41aDF2MmgtMXoiLz48L2c+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMyA0KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTQuNSA3LjVoMXYyaC0xeiIvPjwvZz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzIDQpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNjIi8+PHBhdGggc3Ryb2tlPSIjOTc5Nzk3IiBkPSJNLjUgNC41aDJ2MWgtMnoiLz48L2c+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMyA0KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjZCIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTcuNSA0LjVoMnYxaC0yeiIvPjwvZz48ZyBvcGFjaXR5PSIuNzE0Ij48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSAxLjY3MiAxMC42MjEpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNlIi8+PHBhdGggc3Ryb2tlPSIjOTc5Nzk3IiBkPSJNNC41LjVoMXYyaC0xeiIvPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSAxLjY3MiAxMC42MjEpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNmIi8+PHBhdGggc3Ryb2tlPSIjOTc5Nzk3IiBkPSJNNC41IDcuNWgxdjJoLTF6Ii8+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDEuNjcyIDEwLjYyMSkiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2ciLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik0uNSA0LjVoMnYxaC0yeiIvPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSAxLjY3MiAxMC42MjEpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNoIi8+PHBhdGggc3Ryb2tlPSIjOTc5Nzk3IiBkPSJNNy41IDQuNWgydjFoLTJ6Ii8+PC9nPjwvZz48L2c+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-menu {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTIgMTRoMTR2LTJIMnoiLz48cGF0aCBkPSJNMiAxMGgxNFY4SDJ6bTAtNnYyaDE0VjR6Ii8+PC9nPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-minus {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQgMTBINFY4aDEweiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-none {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTIgMTRoNXYtMkgyeiIvPjxwYXRoIGQ9Ik0yIDR2MmgxNFY0em0wIDZoOVY4SDJ6Ii8+PC9nPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-not-allowed {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOSAxLjVDNC44NiAxLjUgMS41IDQuODYgMS41IDljMCA0LjE0IDMuMzYgNy41IDcuNSA3LjUgNC4xNCAwIDcuNS0zLjM2IDcuNS03LjUgMC00LjE0LTMuMzYtNy41LTcuNS03LjV6TTMgOWMwLTMuMzE1IDIuNjg1LTYgNi02YTUuOTMgNS45MyAwIDAgMSAzLjY3NSAxLjI2OGwtOC40MDggOC40MDdBNS45MjcgNS45MjcgMCAwIDEgMyA5em02IDZhNS45MjcgNS45MjcgMCAwIDEtMy42NzUtMS4yNjhsOC40MDctOC40MDdBNS45MjcgNS45MjcgMCAwIDEgMTUgOWMwIDMuMzE1LTIuNjg1IDYtNiA2eiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-paste {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEgM2MwLS41LS41LTEuNS0yLTEuNVM3IDIuNSA3IDNINGExIDEgMCAwIDAtMSAxdjExYTEgMSAwIDAgMCAxIDFoMTBhMSAxIDAgMCAwIDEtMVY0YTEgMSAwIDAgMC0xLTFoLTN6bS0yIC4yNzNjLjM2NyAwIC42NjcuMjg2LjY2Ny42MzYgMCAuMzUtLjMuNjM2LS42NjcuNjM2LS4zNjcgMC0uNjY3LS4yODYtLjY2Ny0uNjM2IDAtLjM1LjMtLjYzNi42NjctLjYzNnpNMTQgMTVINFY0aDJ2Mmg2VjRoMnYxMXoiIGZpbGw9IiMzMzMiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-pin {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Ik05LjY1NyAybDUuNDEgNS40MS0uNTQuNTQyLS41NDItLjU0MS00LjMyOCAyLjE2NCAxLjA4MiAxLjA4Mi0xLjU0MSAxLjU0TDQuODY5IDcuODdsMS41NDItMS41NCAxLjA4MiAxLjA4IDIuMTY0LTQuMzI5LS41NDEtLjU0eiIvPjxwYXRoIGQ9Ik02IDExbC0yLjUgMi41IiBzdHJva2U9IiMzMzMiLz48L2c+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-pivot {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIHN0cm9rZT0iIzMzMyIgZD0iTTExLjUgMTAuNUwxMyA5bDEuNSAxLjVtLTUgMUw4IDEzbDEuNSAxLjUiLz48cGF0aCBkPSJNMCAwaDE4djE4SDB6Ii8+PHBhdGggZD0iTTMgMWgxMmEyIDIgMCAwIDEgMiAydjEyYTIgMiAwIDAgMS0yIDJIM2EyIDIgMCAwIDEtMi0yVjNhMiAyIDAgMCAxIDItMnptMyAxNHYtM0gzdjNoM3ptMC00VjhIM3YzaDN6bTAtNVYzSDN2M2gzem01IDBWM0g3djNoNHptNCA5VjhIN3Y3aDh6bTAtOVYzaC0zdjNoM3oiIGZpbGw9IiMzMzMiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvZz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-plus {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQgMTBoLTR2NEg4di00SDRWOGg0VjRoMnY0aDR6IiBmaWxsPSIjMzMzIi8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-right {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOSAzTDggNGw0IDRIM3YyaDlsLTQgNCAxIDEgNi02eiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-small-left {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAgMTNMNiA5bDQtNHoiIGZpbGw9IiMzMzMiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-small-right {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOCA1bDQgNC00IDR6IiBmaWxsPSIjMzMzIi8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-small-up {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNSAxMGw0LTQgNCA0eiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-small-down {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNSA4bDQgNCA0LTR6IiBmaWxsPSIjMzMzIi8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-tick {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNi41IDEyLjVMMyA5bC0xIDEgNC41IDQuNSA5LTktMS0xeiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-cross {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQgNWwtMS0xLTQgNC00LTQtMSAxIDQgNC00IDQgMSAxIDQtNCA0IDQgMS0xLTQtNHoiIGZpbGw9IiMzMzMiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-tree-open {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIuNSA2LjVMOSAxMCA1LjUgNi41bC0xIDFMOSAxMmw0LjUtNC41eiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-tree-closed {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNiAxMi41TDkuNSA5IDYgNS41bDEtMUwxMS41IDkgNyAxMy41eiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-icon-tree-indeterminate {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMyA4aDEydjEuNUgzeiIgZmlsbD0iIzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
  display: inline-block;
}

.ag-theme-material .ag-header-cell-menu-button .ag-icon-menu {
  display: block;
  height: 56px;
}

.ag-theme-material .ag-menu {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 0;
  z-index: 5;
}

.ag-theme-material .ag-menu .ag-menu-list {
  cursor: default;
  margin-bottom: 8px;
  margin-top: 8px;
  width: 100%;
}

.ag-theme-material .ag-menu .ag-menu-option {
  line-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
}

.ag-theme-material .ag-menu .ag-menu-option > span {
  display: table-cell;
  vertical-align: middle;
}

.ag-theme-material .ag-menu .ag-menu-option-active {
  background: #eee;
}

.ag-theme-material .ag-menu .ag-menu-option-disabled {
  opacity: 0.5;
}

.ag-theme-material .ag-menu .ag-menu-option-icon {
  padding-left: 8px;
  padding-right: 8px;
}

.ag-theme-material .ag-menu .ag-menu-option-icon span {
  height: 18px;
  line-height: 0;
  margin-top: 8px;
}

.ag-theme-material .ag-menu .ag-menu-option-shortcut {
  padding-left: 16px;
}

.ag-theme-material .ag-menu .ag-menu-separator {
  margin-left: -8px;
}

.ag-theme-material .ag-menu .ag-menu-separator > span {
  background-image: url("data:image/svg+xml;utf8,<svg width='1' height='16px' viewBox='0 0 1 16px' xmlns='http://www.w3.org/2000/svg'> <line x1='0' y1='8px' x2='1' y2='8px' stroke-width='1' stroke='$headerCell-border'/> </svg>");
  height: 16px;
}

.ag-theme-material .ag-menu .ag-menu-option-popup-pointer {
  width: 34px;
}

.ag-theme-material.ag-dnd-ghost {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid #cdcdd2;
  color: rgba(0, 0, 0, 0.54);
  font: 700 12px Roboto, sans-serif;
  height: 56px !important;
  line-height: 56px;
  margin: 0;
  padding: 0 16px;
  -webkit-transform: translateY(16px);
  transform: translateY(16px);
  z-index: 5;
}

.ag-theme-material.ag-dnd-ghost div,
.ag-theme-material.ag-dnd-ghost span {
  float: left;
  height: 100%;
  margin: 0;
  padding: 0;
}

.ag-theme-material.ag-dnd-ghost .ag-dnd-ghost-icon {
  margin-right: 8px;
  opacity: 0.87;
}

.ag-theme-material .ag-tab-header {
  background: #eee;
  min-width: 220px;
  width: 100%;
  display: table;
}

.ag-theme-material .ag-tab-header .ag-tab {
  border-bottom: 2px solid transparent;
  height: 32px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.ag-theme-material .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-filter {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjM0Y1MUI1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik00IDEwaDEwVjhINHpNMiA0djJoMTRWNHoiLz48cGF0aCBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik03IDE0aDR2LTJIN3oiLz48L2c+PC9zdmc+);
  display: inline-block;
}

.ag-theme-material .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-columns {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMyA0aDN2Mkgzem01IDBoM3YySDh6bTUgMGgzdjJoLTN6TTMgOGgzdjJIM3ptNSAwaDN2Mkg4em01IDBoM3YyaC0zek0zIDEyaDN2Mkgzem01IDBoM3YySDh6bTUgMGgzdjJoLTN6IiBmaWxsPSIjM0Y1MUI1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
  display: inline-block;
}

.ag-theme-material .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-menu {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjM0Y1MUI1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTIgMTRoMTR2LTJIMnoiLz48cGF0aCBkPSJNMiAxMGgxNFY4SDJ6bTAtNnYyaDE0VjR6Ii8+PC9nPjwvc3ZnPg==);
  display: inline-block;
}

.ag-theme-material .ag-tab-body {
  padding: 8px 0;
}

.ag-theme-material .ag-tab-body .ag-filter-select {
  margin: 8px;
  width: calc(100% - 16px);
}

.ag-theme-material .ag-tab-body .ag-menu-list {
  margin-bottom: 0;
  margin-top: 0;
}

.ag-theme-material .ag-tab-body .ag-menu-list > div:first-child > span {
  padding-top: 0;
}

.ag-theme-material .ag-tab-body .ag-menu-list > div:last-child > span {
  padding-bottom: 0;
}

.ag-theme-material .ag-tab-body .ag-menu-list > div:last-child > .ag-menu-option-popup-pointer {
  background-position-y: 0;
}

.ag-theme-material .ag-filter-select {
  margin: 8px;
  width: calc(100% - 16px);
}

.ag-theme-material .ag-filter input[type=radio] {
  margin: 0 3px 0 6px;
  width: 12px;
  height: 17px;
  vertical-align: top;
}

.ag-theme-material .ag-filter input[type=date],
.ag-theme-material .ag-filter input[type=text] {
  background: 0 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.87);
  font-family: inherit;
  font-size: inherit;
  height: 24px;
  padding-bottom: 8px;
  border-width: 0;
  border-bottom: 1px solid #cdcdd2;
  padding-left: 8px;
}

.ag-theme-material .ag-filter input[type=date]:focus,
.ag-theme-material .ag-filter input[type=text]:focus {
  border-bottom: 2px solid #3f51b5;
  outline: 0;
  padding-bottom: 7px;
}

.ag-theme-material .ag-filter input[type=date]::-webkit-input-placeholder,
.ag-theme-material .ag-filter input[type=text]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-filter input[type=date]::-moz-placeholder,
.ag-theme-material .ag-filter input[type=text]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-filter input[type=date]:-ms-input-placeholder,
.ag-theme-material .ag-filter input[type=text]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-filter input[type=date]::-ms-input-placeholder,
.ag-theme-material .ag-filter input[type=text]::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-filter input[type=date]::placeholder,
.ag-theme-material .ag-filter input[type=text]::placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-filter label {
  display: block;
  padding-left: 8px;
}

.ag-theme-material .ag-filter .ag-set-filter-list {
  height: 260px;
  padding-top: 8px;
}

.ag-theme-material .ag-filter .ag-filter-header-container {
  box-sizing: border-box;
  height: 40px;
}

.ag-theme-material .ag-filter .ag-filter-header-container:nth-child(2) {
  border-bottom: 1px solid #cdcdd2;
}

.ag-theme-material .ag-filter .ag-filter-checkbox {
  float: left;
  height: 40px;
  margin-right: 8px;
  padding-top: 4px;
}

.ag-theme-material .ag-filter .ag-filter-value {
  height: 40px;
  line-height: 28px;
}

.ag-theme-material .ag-filter .ag-filter-apply-panel {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 16px 8px 8px;
}

.ag-theme-material .ag-filter .ag-filter-apply-panel button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  color: #3f51b5;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.ag-theme-material .ag-filter .ag-filter-apply-panel button + button {
  margin-left: 16px;
}

.ag-theme-material .ag-column-select-panel .ag-column-select-column,
.ag-theme-material .ag-column-select-panel .ag-column-select-column-group {
  height: 32px;
  line-height: 32px;
  margin-left: 0;
}

.ag-theme-material .ag-column-select-panel .ag-column-select-column span,
.ag-theme-material .ag-column-select-panel .ag-column-select-column-group span {
  float: left;
  height: 100%;
}

.ag-theme-material .ag-column-select-panel .ag-column-select-column .ag-column-select-indent,
.ag-theme-material .ag-column-select-panel .ag-column-select-column-group .ag-column-select-indent {
  width: 16px;
}

.ag-theme-material .ag-column-select-panel .ag-column-select-column .ag-column-group-icons,
.ag-theme-material .ag-column-select-panel .ag-column-select-column .ag-column-select-checkbox,
.ag-theme-material .ag-column-select-panel .ag-column-select-column-group .ag-column-group-icons,
.ag-theme-material .ag-column-select-panel .ag-column-select-column-group .ag-column-select-checkbox {
  margin-left: 8px;
  margin-right: 8px;
}

.ag-theme-material .ag-column-select-panel .ag-column-container {
  padding-top: 8px;
}

.ag-theme-material .ag-column-select-panel .ag-column-select-column.ag-toolpanel-add-group-indent {
  margin-left: 34px;
}

.ag-theme-material .ag-column-tool-panel {
  display: -webkit-box;
  display: flex;
}

.ag-theme-material .ag-filter-body {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  padding-right: 8px;
}

.ag-theme-material .ag-column-tool-panel-item button {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  height: 100%;
}

.ag-theme-material .ag-filter-filter {
  margin-bottom: 8px;
}

.ag-theme-material .ag-column-select-header {
  border-bottom: 1px solid #cdcdd2;
  box-sizing: border-box;
  height: 56px;
  padding-top: 8px;
}

.ag-theme-material .ag-column-select-header label {
  display: block;
  padding-left: 8px;
}

.ag-theme-material .ag-column-select-header label .ag-filter-checkbox {
  float: left;
  margin-right: 8px;
}

.ag-theme-material .ag-column-select-header .ag-column-tool-panel a {
  margin: 0 8px;
  padding-top: 4px;
}

.ag-theme-material .ag-group-child-count::before {
  content: " ";
}

.ag-theme-material .ag-column-panel {
  border-right: 0;
}

.ag-theme-material .ag-column-panel .ag-pivot-mode {
  border-bottom: 1px solid #cdcdd2;
  box-sizing: border-box;
  height: 56px;
  line-height: 56px;
}

.ag-theme-material .ag-column-panel .ag-pivot-mode span {
  float: left;
  height: 100%;
}

.ag-theme-material .ag-column-panel .ag-pivot-mode .ag-pivot-mode-select,
.ag-theme-material .ag-column-panel .ag-pivot-mode .ag-pivot-mode-select .ag-checkbox-label {
  margin-left: 8px;
}

.ag-theme-material .ag-column-panel .ag-column-select-panel {
  border-bottom: 1px solid #cdcdd2;
  padding-bottom: 7px;
  padding-top: 0;
}

.ag-theme-material .ag-column-panel .ag-column-drop {
  border-bottom: 1px solid #cdcdd2;
  clear: both;
  overflow: auto;
  padding: 8px 0 16px;
}

.ag-theme-material .ag-column-panel .ag-column-drop .ag-icon {
  float: left;
  height: 40px;
  margin: 0 8px;
}

.ag-theme-material .ag-column-panel .ag-column-drop .ag-column-drop-title {
  clear: right;
  float: left;
  height: 40px;
  line-height: 40px;
  width: calc(100% - 34px);
}

.ag-theme-material .ag-column-panel .ag-column-drop .ag-column-drop-empty-message {
  clear: both;
  color: rgba(0, 0, 0, 0.38);
  font: 700 12px Roboto, sans-serif;
  line-height: 16px;
  padding-left: 32px;
  padding-right: 8px;
}

.ag-theme-material .ag-column-panel .ag-column-drop:last-child {
  border-bottom: 0;
}

.ag-theme-material .ag-filter-icon:empty {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik00IDEwaDEwVjhINHpNMiA0djJoMTRWNHoiLz48cGF0aCBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik03IDE0aDR2LTJIN3oiLz48L2c+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
}

.ag-theme-material .ag-sort-ascending-icon:empty {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAgMTVWNmw0IDQgMS0xLTYtNi02IDYgMSAxIDQtNHY5eiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
}

.ag-theme-material .ag-sort-descending-icon:empty {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOCAzdjkuMTNMNCA4IDMgOWw2IDYgNi02LTEtMS00IDQuMTNWM3oiIGZpbGw9IiMzMzMiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
}

.ag-theme-material .ag-sort-none-icon:empty {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTIgMTRoNXYtMkgyeiIvPjxwYXRoIGQ9Ik0yIDR2MmgxNFY0em0wIDZoOVY4SDJ6Ii8+PC9nPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
}

.ag-theme-material .ag-numeric-header .ag-header-cell-label .ag-header-icon {
  margin-left: 0;
  margin-right: 8px;
}

.ag-theme-material .ag-paging-panel {
  -webkit-box-align: center;
  align-items: center;
  border-top: 1px solid #cdcdd2;
  color: rgba(0, 0, 0, 0.54);
  display: -webkit-box;
  display: flex;
  height: 56px;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 0 24px;
}

.ag-theme-material .ag-paging-panel > span {
  margin-left: 32px;
}

.ag-theme-material button[ref=btFirst] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik00LjUgNC41SDZ2OUg0LjV6Ii8+PHBhdGggZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMTQgMTIuNUwxMC41IDkgMTQgNS41bC0xLTFMOC41IDlsNC41IDQuNXoiLz48L2c+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
  overflow: hidden;
  text-indent: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  opacity: 0.54;
  padding: 0;
}

.ag-theme-material button[ref=btFirst][disabled] {
  opacity: 0.38;
}

.ag-theme-material button[ref=btPrevious] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuNSAxMi41TDggOWwzLjUtMy41LTEtMUw2IDlsNC41IDQuNXoiIGZpbGw9IiMzMzMiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
  overflow: hidden;
  text-indent: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  opacity: 0.54;
  padding: 0;
}

.ag-theme-material button[ref=btPrevious][disabled] {
  opacity: 0.38;
}

.ag-theme-material button[ref=btLast] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMy41IDQuNUgxMnY5aDEuNXoiLz48cGF0aCBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik00IDEyLjVMNy41IDkgNCA1LjVsMS0xTDkuNSA5IDUgMTMuNXoiLz48L2c+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
  overflow: hidden;
  text-indent: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  opacity: 0.54;
  padding: 0;
}

.ag-theme-material button[ref=btLast][disabled] {
  opacity: 0.38;
}

.ag-theme-material button[ref=btNext] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNiAxMi41TDkuNSA5IDYgNS41bDEtMUwxMS41IDkgNyAxMy41eiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
  overflow: hidden;
  text-indent: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  opacity: 0.54;
  padding: 0;
}

.ag-theme-material button[ref=btNext][disabled] {
  opacity: 0.38;
}

.ag-theme-material .ag-rtl button[ref=btFirst] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMy41IDQuNUgxMnY5aDEuNXoiLz48cGF0aCBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik00IDEyLjVMNy41IDkgNCA1LjVsMS0xTDkuNSA5IDUgMTMuNXoiLz48L2c+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
}

.ag-theme-material .ag-rtl button[ref=btPrevious] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNiAxMi41TDkuNSA5IDYgNS41bDEtMUwxMS41IDkgNyAxMy41eiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
}

.ag-theme-material .ag-rtl button[ref=btLast] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik00LjUgNC41SDZ2OUg0LjV6Ii8+PHBhdGggZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMTQgMTIuNUwxMC41IDkgMTQgNS41bC0xLTFMOC41IDlsNC41IDQuNXoiLz48L2c+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
}

.ag-theme-material .ag-rtl button[ref=btNext] {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuNSAxMi41TDggOWwzLjUtMy41LTEtMUw2IDlsNC41IDQuNXoiIGZpbGw9IiMzMzMiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
}

.ag-theme-material .ag-row-selected {
  background-color: #f5f5f5;
}

.ag-theme-material .ag-cell-range-selected:not(.ag-cell-focus) {
  background-color: #e8eaf6;
}

.ag-theme-material .ag-cell-inline-editing {
  border-radius: 2px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background: #f5f5f5;
  height: 72px;
  line-height: normal;
  padding: 24px;
  z-index: 2;
}

.ag-theme-material .ag-cell-inline-editing input[type=date],
.ag-theme-material .ag-cell-inline-editing input[type=datetime-local],
.ag-theme-material .ag-cell-inline-editing input[type=tel],
.ag-theme-material .ag-cell-inline-editing input[type=text] {
  background: 0 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.87);
  font-family: inherit;
  font-size: inherit;
  height: 24px;
  padding-bottom: 8px;
  border-width: 0;
  border-bottom: 1px solid #cdcdd2;
}

.ag-theme-material .ag-cell-inline-editing input[type=date]:focus,
.ag-theme-material .ag-cell-inline-editing input[type=datetime-local]:focus,
.ag-theme-material .ag-cell-inline-editing input[type=tel]:focus,
.ag-theme-material .ag-cell-inline-editing input[type=text]:focus {
  border-bottom: 2px solid #3f51b5;
  outline: 0;
  padding-bottom: 7px;
}

.ag-theme-material .ag-cell-inline-editing input[type=date]::-webkit-input-placeholder,
.ag-theme-material .ag-cell-inline-editing input[type=datetime-local]::-webkit-input-placeholder,
.ag-theme-material .ag-cell-inline-editing input[type=tel]::-webkit-input-placeholder,
.ag-theme-material .ag-cell-inline-editing input[type=text]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-cell-inline-editing input[type=date]::-moz-placeholder,
.ag-theme-material .ag-cell-inline-editing input[type=datetime-local]::-moz-placeholder,
.ag-theme-material .ag-cell-inline-editing input[type=tel]::-moz-placeholder,
.ag-theme-material .ag-cell-inline-editing input[type=text]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-cell-inline-editing input[type=date]:-ms-input-placeholder,
.ag-theme-material .ag-cell-inline-editing input[type=datetime-local]:-ms-input-placeholder,
.ag-theme-material .ag-cell-inline-editing input[type=tel]:-ms-input-placeholder,
.ag-theme-material .ag-cell-inline-editing input[type=text]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-cell-inline-editing input[type=date]::-ms-input-placeholder,
.ag-theme-material .ag-cell-inline-editing input[type=datetime-local]::-ms-input-placeholder,
.ag-theme-material .ag-cell-inline-editing input[type=tel]::-ms-input-placeholder,
.ag-theme-material .ag-cell-inline-editing input[type=text]::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-cell-inline-editing input[type=date]::placeholder,
.ag-theme-material .ag-cell-inline-editing input[type=datetime-local]::placeholder,
.ag-theme-material .ag-cell-inline-editing input[type=tel]::placeholder,
.ag-theme-material .ag-cell-inline-editing input[type=text]::placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-cell-inline-editing select {
  height: auto;
}

.ag-theme-material .ag-popup-editor {
  border-radius: 2px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background: #f5f5f5;
  padding: 0;
  z-index: 1;
}

.ag-theme-material .ag-popup-editor .ag-large-textarea textarea {
  background: 0 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.87);
  font-family: inherit;
  font-size: inherit;
  border-width: 0;
  border-bottom: 1px solid #cdcdd2;
  height: auto;
  padding: 24px;
}

.ag-theme-material .ag-popup-editor .ag-large-textarea textarea:focus {
  border-bottom: 2px solid #3f51b5;
  outline: 0;
  padding-bottom: 7px;
}

.ag-theme-material .ag-popup-editor .ag-large-textarea textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-popup-editor .ag-large-textarea textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-popup-editor .ag-large-textarea textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-popup-editor .ag-large-textarea textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-popup-editor .ag-large-textarea textarea::placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-rich-select {
  background-color: #f5f5f5;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIuNSA2LjVMOSAxMCA1LjUgNi41bC0xIDFMOSAxMmw0LjUtNC41eiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==);
  background-position-x: calc(100% - 8px);
  background-position-y: 16px;
  background-repeat: no-repeat;
}

.ag-theme-material .ag-rich-select .ag-rich-select-list {
  height: 312px;
}

.ag-theme-material .ag-rich-select .ag-rich-select-value {
  height: 48px;
  line-height: 48px;
  padding-left: 24px;
}

.ag-theme-material .ag-rich-select .ag-virtual-list-item {
  cursor: default;
  height: 48px;
  line-height: 48px;
}

.ag-theme-material .ag-rich-select .ag-virtual-list-item:hover {
  background-color: #eee;
}

.ag-theme-material .ag-rich-select .ag-rich-select-row {
  padding-left: 24px;
}

.ag-theme-material .ag-rich-select .ag-rich-select-row-selected {
  background-color: #f5f5f5;
}

.ag-theme-material .ag-floating-filter-body {
  float: left;
  height: 100%;
  margin-right: 0;
  width: calc(100% - 34px);
}

.ag-theme-material .ag-floating-filter-body input {
  background: 0 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.87);
  font-family: inherit;
  font-size: inherit;
  height: 24px;
  padding-bottom: 8px;
  border-width: 0;
  border-bottom: 1px solid #cdcdd2;
}

.ag-theme-material .ag-floating-filter-body input:focus {
  border-bottom: 2px solid #3f51b5;
  outline: 0;
  padding-bottom: 7px;
}

.ag-theme-material .ag-floating-filter-body input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-floating-filter-body input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-floating-filter-body input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-floating-filter-body input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-floating-filter-body input::placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-floating-filter-full-body input {
  background: 0 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.87);
  font-family: inherit;
  font-size: inherit;
  height: 24px;
  padding-bottom: 8px;
  border-width: 0;
  border-bottom: 1px solid #cdcdd2;
}

.ag-theme-material .ag-floating-filter-full-body input:focus {
  border-bottom: 2px solid #3f51b5;
  outline: 0;
  padding-bottom: 7px;
}

.ag-theme-material .ag-floating-filter-full-body input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-floating-filter-full-body input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-floating-filter-full-body input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-floating-filter-full-body input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-floating-filter-full-body input::placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-floating-filter-button {
  float: right;
  line-height: 18px;
  margin-top: 20px;
}

.ag-theme-material .ag-floating-filter-button button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  height: 18px;
  padding: 0;
  width: 18px;
}

.ag-theme-material .ag-cell-label-container,
.ag-theme-material .ag-header-group-cell-label {
  height: 100%;
}

.ag-theme-material .ag-header-group-cell-label span {
  float: left;
  height: 100%;
}

.ag-theme-material .ag-header-select-all {
  height: 100%;
  margin-right: 24px;
}

.ag-theme-material .ag-header-select-all span {
  height: 100%;
}

.ag-theme-material .ag-header-select-all:not(.ag-hidden) + .ag-cell-label-container {
  float: left;
  width: calc(100% - 18px - 24px);
}

.ag-theme-material .ag-group-contracted span,
.ag-theme-material .ag-group-expanded span,
.ag-theme-material .ag-selection-checkbox span {
  margin-right: 24px;
}

.ag-theme-material .ag-selection-checkbox span {
  position: relative;
  top: 4px;
}

.ag-theme-material .ag-group-expanded .ag-icon-contracted:empty {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIuNSA2LjVMOSAxMCA1LjUgNi41bC0xIDFMOSAxMmw0LjUtNC41eiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
}

.ag-theme-material .ag-column-drop-horizontal {
  background-color: #eee;
  height: 48px;
  line-height: 32px;
  padding-left: 24px;
}

.ag-theme-material .ag-column-drop-horizontal.ag-width-half {
  margin-bottom: -3px;
}

.ag-theme-material .ag-column-drop-horizontal span,
.ag-theme-material .ag-column-drop-horizontal > div:first-child {
  float: left;
  height: 100%;
}

.ag-theme-material .ag-column-drop-horizontal .ag-icon-group,
.ag-theme-material .ag-column-drop-horizontal .ag-icon-pivot {
  margin-right: 24px;
}

.ag-theme-material .ag-column-drop-horizontal .ag-right-arrow {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOSAzTDggNGw0IDRIM3YyaDlsLTQgNCAxIDEgNi02eiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 18px;
}

.ag-theme-material .ag-column-drop-horizontal .ag-left-arrow {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTUgOEg2bDQtNC0xLTEtNiA2IDYgNiAxLTEtNC00aDl6IiBmaWxsPSIjMzMzIi8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 18px;
}

.ag-theme-material .ag-column-drop-horizontal .ag-left-arrow,
.ag-theme-material .ag-column-drop-horizontal .ag-right-arrow {
  overflow: hidden;
  text-indent: 100%;
  height: 100%;
  margin: 0 8px;
  opacity: 0.54;
}

.ag-theme-material .ag-column-drop-horizontal .ag-column-drop-empty-message {
  height: 100%;
  line-height: 48px;
  opacity: 0.38;
}

.ag-theme-material .ag-column-drop-cell {
  background: #cdcdd2;
  border-radius: 32px;
  box-sizing: border-box;
  height: 32px !important;
  margin-top: 8px;
  padding: 0 4px;
}

.ag-theme-material .ag-column-drop-cell .ag-column-drop-cell-text {
  height: 100%;
  line-height: 32px;
  margin: 0 8px;
}

.ag-theme-material .ag-column-drop-cell .ag-column-drop-cell-button {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOSAxLjVBNy40OTMgNy40OTMgMCAwIDAgMS41IDljMCA0LjE0OCAzLjM1MyA3LjUgNy41IDcuNSA0LjE0OCAwIDcuNS0zLjM1MiA3LjUtNy41IDAtNC4xNDctMy4zNTItNy41LTcuNS03LjV6bTMuNzUgMTAuMTkzbC0xLjA1NyAxLjA1N0w5IDEwLjA1NyA2LjMwOCAxMi43NSA1LjI1IDExLjY5MyA3Ljk0MiA5IDUuMjUgNi4zMDggNi4zMDggNS4yNSA5IDcuOTQybDIuNjkzLTIuNjkyIDEuMDU3IDEuMDU4TDEwLjA1NyA5bDIuNjkzIDIuNjkzeiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 18px;
  overflow: hidden;
  text-indent: 100%;
  min-width: 32px;
  height: 100%;
  margin: 0 4px;
  opacity: 0.54;
}

.ag-theme-material .ag-column-drop-cell .ag-column-drop-cell-button:hover {
  opacity: 0.87;
}

.ag-theme-material .ag-column-drop-cell .ag-column-drag {
  margin-left: 16px;
  margin-top: 4px;
  width: 18px;
}

.ag-theme-material .ag-select-agg-func-popup {
  border-radius: 2px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
  height: 140px;
  padding: 0;
}

.ag-theme-material .ag-select-agg-func-popup .ag-virtual-list-item {
  cursor: default;
  line-height: 40px;
  padding-left: 16px;
}

.ag-theme-material .ag-menu-column-select-wrapper,
.ag-theme-material .ag-set-filter-list {
  width: auto;
}

.ag-theme-material .ag-column-drop-vertical > .ag-column-drop-cell {
  float: left;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-top: 0;
}

.ag-theme-material .ag-cell-data-changed {
  background-color: #00acc1 !important;
}

.ag-theme-material .ag-cell-data-changed-animation {
  background-color: transparent;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}

.ag-theme-material .ag-stub-cell {
  padding-left: 24px;
  padding-top: 8px;
}

.ag-theme-material .ag-stub-cell .ag-loading-icon {
  float: left;
  height: 100%;
}

.ag-theme-material .ag-stub-cell .ag-loading-text {
  float: left;
  height: 100%;
  margin-left: 8px;
  margin-top: 8px;
}

.ag-theme-material .ag-rtl .ag-numeric-cell {
  text-align: left;
}

.ag-theme-material .ag-rtl .ag-header-cell-menu-button {
  float: left;
}

.ag-theme-material .ag-rtl .ag-header-cell-label {
  float: right;
  width: calc(100% - 18px);
}

.ag-theme-material .ag-rtl .ag-header-cell-label > span {
  float: right;
}

.ag-theme-material .ag-rtl .ag-header-cell-label .ag-header-icon {
  margin-top: 2px;
}

.ag-theme-material .ag-rtl .ag-numeric-header .ag-header-cell-menu-button {
  float: right;
}

.ag-theme-material .ag-rtl .ag-numeric-header .ag-header-cell-label,
.ag-theme-material .ag-rtl .ag-numeric-header .ag-header-cell-label > span {
  float: left;
}

.ag-theme-material .ag-rtl .ag-column-panel .ag-pivot-mode span {
  float: right;
}

.ag-theme-material .ag-rtl .ag-column-panel .ag-pivot-mode .ag-pivot-mode-select,
.ag-theme-material .ag-rtl .ag-column-panel .ag-pivot-mode .ag-pivot-mode-select .ag-checkbox-label {
  margin-right: 8px;
}

.ag-theme-material .ag-rtl .ag-column-panel .ag-column-drop .ag-icon {
  float: right;
}

.ag-theme-material .ag-rtl .ag-column-panel .ag-column-drop .ag-column-drop-title {
  clear: left;
  float: right;
}

.ag-theme-material .ag-rtl .ag-column-panel .ag-column-drop .ag-column-drop-empty-message {
  padding-left: 8px;
  padding-right: 32px;
}

.ag-theme-material .ag-rtl .ag-filter-checkbox {
  float: right;
  margin-left: 8px;
}

.ag-theme-material .ag-rtl .ag-column-select-panel .ag-column-select-column span,
.ag-theme-material .ag-rtl .ag-column-select-panel .ag-column-select-column-group span {
  float: right;
}

.ag-theme-material .ag-rtl .ag-column-select-panel .ag-column-select-column .ag-column-group-icons,
.ag-theme-material .ag-rtl .ag-column-select-panel .ag-column-select-column .ag-column-select-checkbox,
.ag-theme-material .ag-rtl .ag-column-select-panel .ag-column-select-column-group .ag-column-group-icons,
.ag-theme-material .ag-rtl .ag-column-select-panel .ag-column-select-column-group .ag-column-select-checkbox {
  margin-left: 8px;
  margin-right: 8px;
}

.ag-theme-material .ag-rtl .ag-column-select-panel .ag-column-select-column.ag-toolpanel-add-group-indent {
  margin-left: 0;
  margin-right: 34px;
}

.ag-theme-material .ag-rtl .ag-icon-tree-closed {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuNSAxMi41TDggOWwzLjUtMy41LTEtMUw2IDlsNC41IDQuNXoiIGZpbGw9IiMzMzMiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  opacity: 0.87;
  width: 18px;
}

.ag-theme-material .ag-rtl .ag-header-group-cell-label {
  height: 100%;
}

.ag-theme-material .ag-rtl .ag-header-group-cell-label span {
  float: right;
  height: 100%;
}

.ag-theme-material .ag-rtl .ag-header-select-all:not(.ag-hidden) + .ag-cell-label-container {
  float: right;
}

.ag-theme-material .ag-rtl .ag-group-contracted span,
.ag-theme-material .ag-rtl .ag-group-expanded span,
.ag-theme-material .ag-rtl .ag-header-select-all,
.ag-theme-material .ag-rtl .ag-selection-checkbox span {
  margin-left: 24px;
  margin-right: 0;
}

.ag-theme-material .ag-rtl .ag-column-drop-horizontal {
  padding-right: 24px;
}

.ag-theme-material .ag-rtl .ag-column-drop-horizontal span,
.ag-theme-material .ag-rtl .ag-column-drop-horizontal > div:first-child {
  float: right;
}

.ag-theme-material .ag-rtl .ag-column-drop-horizontal .ag-icon-group,
.ag-theme-material .ag-rtl .ag-column-drop-horizontal .ag-icon-pivot {
  margin-left: 24px;
  margin-right: 0;
}

.ag-theme-material .ag-rtl .ag-column-drop-horizontal .ag-right-arrow {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOSAzTDggNGw0IDRIM3YyaDlsLTQgNCAxIDEgNi02eiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  opacity: 0.87;
  width: 18px;
  height: 100%;
}

.ag-theme-material .ag-rtl .ag-column-drop-horizontal .ag-left-arrow {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTUgOEg2bDQtNC0xLTEtNiA2IDYgNiAxLTEtNC00aDl6IiBmaWxsPSIjMzMzIi8+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  opacity: 0.87;
  width: 18px;
  height: 100%;
}

.ag-theme-material .ag-rtl .ag-floating-filter-body {
  float: right;
  margin-left: 0;
}

.ag-theme-material .ag-rtl .ag-floating-filter-button {
  float: left;
}

.ag-theme-material .ag-rtl .ag-header .ag-header-cell-resize {
  left: -8px;
  right: auto;
}

.ag-theme-material .ag-rtl .ag-header .ag-header-cell-resize::after {
  border-left: 1px solid #cdcdd2;
  border-right: 0;
}

.ag-theme-material .ag-rtl .ag-column-select-header .ag-filter-body {
  margin-left: 8px;
  margin-right: 0;
}

.ag-theme-material .ag-rtl .ag-column-drag {
  background-position-x: right;
}

.ag-theme-material .ag-status-bar {
  background: #fff;
  border: 1px solid #cdcdd2;
  border-top: 0;
  color: rgba(0, 0, 0, 0.38);
  display: -webkit-box;
  display: flex;
  font: 700 12px Roboto, sans-serif;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 16px 32px;
}

.ag-theme-material .ag-status-bar .ag-status-bar-item {
  margin-right: 16px;
}

.ag-theme-material .ag-status-bar .ag-status-bar-item span:nth-child(1)::after {
  content: ":";
}

.ag-theme-material .ag-status-bar .ag-status-bar-item span:nth-child(2) {
  color: rgba(0, 0, 0, 0.87);
}

.ag-theme-material .ag-details-row {
  box-sizing: border-box;
  padding: 40px;
}

.ag-theme-material .ag-overlay-loading-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
}

.ag-theme-material .ag-overlay-loading-center {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 8px;
}

.ag-theme-material .ag-tool-panel {
  background-color: #fafafa;
}

.ag-theme-material .ag-tool-panel .ag-side-buttons {
  border-bottom: 1px solid #cdcdd2;
}

.ag-theme-material .ag-tool-panel .ag-side-buttons button {
  background: 0 0;
  height: 20px;
}

.ag-theme-material .ag-tool-panel .ag-panel-container {
  border-right: 1px solid #cdcdd2;
  box-sizing: border-box;
}

.ag-theme-material .ag-tool-panel.full-width .ag-panel-container {
  border-right: 0;
}

.ag-theme-material .ag-tool-panel .ag-column-drop {
  min-height: 50px;
}

.ag-theme-material .ag-rtl .ag-tool-panel .ag-panel-container {
  border-left: 1px solid #cdcdd2;
  border-right: 0;
}

.ag-theme-material .ag-rtl .ag-tool-panel.full-width .ag-panel-container {
  border-left: 0;
}

.ag-theme-material .ag-rtl .ag-tool-panel .ag-side-buttons button {
  border-left: 1px solid #cdcdd2;
  border-right: 0;
}

.ag-theme-material .ag-column-name-filter {
  background: 0 0;
  color: rgba(0, 0, 0, 0.87);
  font-family: inherit;
  font-size: inherit;
  height: 24px;
  padding-bottom: 8px;
  border-width: 0;
  border-bottom: 1px solid #cdcdd2;
  box-sizing: border-box;
  width: 100%;
}

.ag-theme-material .ag-column-name-filter:focus {
  border-bottom: 2px solid #3f51b5;
  outline: 0;
  padding-bottom: 7px;
}

.ag-theme-material .ag-column-name-filter::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-column-name-filter::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-column-name-filter:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-column-name-filter::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .ag-column-name-filter::placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.ag-theme-material .sass-variables::after {
  content: '{ "autoSizePadding": "24px", "headerHeight": "56px", "groupPaddingSize": "42px", "footerPaddingAddition": "32px", "virtualItemHeight": "40px", "aggFuncPopupHeight": "140px", "checkboxIndentWidth": "26px", "leafNodePadding": "24px", "rowHeight": "48px", "gridSize": "8px", "iconSize": "18px" }';
  display: none;
}

.ag-theme-material .ag-cell-highlight {
  background-color: #fce4ec !important;
}

.ag-theme-material .ag-cell-highlight-animation {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ag-theme-material .ag-column-drag,
.ag-theme-material .ag-row-drag {
  background-position-y: center;
}

.ag-theme-material .ag-header-cell-resize {
  right: -7px;
}

.ag-theme-material .ag-cell-range-selected-1:not(.ag-cell-focus) {
  background-color: #e8eaf6;
}

.ag-theme-material .ag-cell-range-selected-2:not(.ag-cell-focus) {
  background-color: #d9ddf0;
}

.ag-theme-material .ag-cell-range-selected-3:not(.ag-cell-focus) {
  background-color: #cbcfeb;
}

.ag-theme-material .ag-cell-range-selected-4:not(.ag-cell-focus) {
  background-color: #bcc2e5;
}

.ag-theme-material .ag-tool-panel {
  border-bottom: 0;
  border-right: 0;
  border-top: 0;
}

.ag-theme-material .ag-tool-panel .ag-side-buttons button {
  border: 0;
  color: rgba(0, 0, 0, 0.54);
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.ag-theme-material .ag-row.total-row {
  font-weight: 700;
  border-top: 1px solid #cdcdd2;
  background: #ededef;
}

.ag-theme-material.mainGrid .ag-tool-panel .ag-side-buttons {
  border-bottom: none;
}

.ag-theme-material.summaryGrid .ag-tool-panel .ag-side-buttons button {
  display: none;
}

.ag-theme-material .ag-row.grid-selected-row {
  background: #e6f1f8;
}

.ag-theme-material .ag-row.grid-disputed-row {
  background: #ffe6e6;
}

.ag-theme-material .ag-row.grid-inactive-row {
  background: #f5f5f6;
}

.ag-theme-material .ag-row.grid-inactive-row .ag-cell {
  opacity: 0.3;
}

.ag-root-wrapper-body {
  font-size: 10.5pt;
  border: 1px solid #efefef;
  border-top: 0;
}

.ag-theme-material .ag-header {
  font-size: 10.5pt;
}

.ag-header-cell,
.ag-theme-material .ag-header-cell,
.ag-theme-material .ag-header-group-cell {
  background: #f5f5f5;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  color: #555;
  font-weight: 400;
  padding-left: 5px;
}

.ag-theme-material .ag-row {
  background-color: #fff;
  border: 0;
}

.ag-theme-material .ag-row:hover {
  background-color: #fafafa;
}

.ag-theme-material .ag-cell {
  padding-left: 5px;
}

.ag-theme-material .ag-cell-focus {
  outline: 0;
}

.ag-root-wrapper-body {
  border: 1px solid #efefef;
  border-top: 0;
}

.ag-header-cell {
  background: #f5f5f5;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  color: #555;
  font-weight: 400;
}

.ag-theme-material .ag-row {
  background-color: #fff;
  border: 0;
  user-select: text;
}

.ag-theme-material .ag-row:hover {
  background-color: #fafafa;
}

.ag-theme-material .ag-cell-focus {
  outline: 0;
  border: 1px solid transparent;
}

/* Font Awesome */
/*!
 * Font Awesome Pro 6.0.0-beta3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2021 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fasl,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fasr,
.fasl,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-wagon-covered::before {
  content: "\f8ee";
}

.fa-line-height::before {
  content: "\f871";
}

.fa-bagel::before {
  content: "\e3d7";
}

.fa-transporter-7::before {
  content: "\e2a8";
}

.fa-at::before {
  content: "\@";
}

.fa-rectangles-mixed::before {
  content: "\e323";
}

.fa-phone-arrow-up-right::before {
  content: "\e224";
}

.fa-phone-arrow-up::before {
  content: "\e224";
}

.fa-phone-outgoing::before {
  content: "\e224";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-circle-l::before {
  content: "\e114";
}

.fa-head-side-goggles::before {
  content: "\f6ea";
}

.fa-head-vr::before {
  content: "\f6ea";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-face-hand-yawn::before {
  content: "\e379";
}

.fa-gauge-simple-min::before {
  content: "\f62d";
}

.fa-tachometer-slowest::before {
  content: "\f62d";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-coffin::before {
  content: "\f6c6";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-salad::before {
  content: "\f81e";
}

.fa-bowl-salad::before {
  content: "\f81e";
}

.fa-info::before {
  content: "\f129";
}

.fa-robot-astromech::before {
  content: "\e2d2";
}

.fa-ring-diamond::before {
  content: "\e5ab";
}

.fa-fondue-pot::before {
  content: "\e40d";
}

.fa-theta::before {
  content: "\f69e";
}

.fa-face-hand-peeking::before {
  content: "\e481";
}

.fa-square-user::before {
  content: "\e283";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-tire-pressure-warning::before {
  content: "\f633";
}

.fa-wifi-fair::before {
  content: "\f6ab";
}

.fa-wifi-2::before {
  content: "\f6ab";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-mp3-player::before {
  content: "\f8ce";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-tally-4::before {
  content: "\e297";
}

.fa-rectangle-history::before {
  content: "\e4a2";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-sun-haze::before {
  content: "\f765";
}

.fa-text-size::before {
  content: "\f894";
}

.fa-ufo::before {
  content: "\e047";
}

.fa-fork::before {
  content: "\f2e3";
}

.fa-utensil-fork::before {
  content: "\f2e3";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-mobile-signal::before {
  content: "\e1ef";
}

.fa-barcode-scan::before {
  content: "\f465";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-folder-arrow-down::before {
  content: "\e053";
}

.fa-folder-download::before {
  content: "\e053";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-face-icicles::before {
  content: "\e37c";
}

.fa-shovel::before {
  content: "\f713";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-films::before {
  content: "\e17a";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-face-glasses::before {
  content: "\e377";
}

.fa-nfc::before {
  content: "\e1f7";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-closed-captioning-slash::before {
  content: "\e135";
}

.fa-calculator-simple::before {
  content: "\f64c";
}

.fa-calculator-alt::before {
  content: "\f64c";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-sliders-up::before {
  content: "\f3f1";
}

.fa-sliders-v::before {
  content: "\f3f1";
}

.fa-location-minus::before {
  content: "\f609";
}

.fa-map-marker-minus::before {
  content: "\f609";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-ski-boot::before {
  content: "\e3cc";
}

.fa-standard-definition::before {
  content: "\e28a";
}

.fa-rectangle-sd::before {
  content: "\e28a";
}

.fa-h1::before {
  content: "\f313";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-message-bot::before {
  content: "\e3b8";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-light-ceiling::before {
  content: "\e016";
}

.fa-message-exclamation::before {
  content: "\f4a5";
}

.fa-comment-alt-exclamation::before {
  content: "\f4a5";
}

.fa-bowl-scoop::before {
  content: "\e3de";
}

.fa-bowl-shaved-ice::before {
  content: "\e3de";
}

.fa-square-x::before {
  content: "\e286";
}

.fa-utility-pole-double::before {
  content: "\e2c4";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-chevrons-up::before {
  content: "\f325";
}

.fa-chevron-double-up::before {
  content: "\f325";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-user-vneck::before {
  content: "\e461";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-crop::before {
  content: "\f125";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-square-arrow-right::before {
  content: "\f33b";
}

.fa-arrow-square-right::before {
  content: "\f33b";
}

.fa-location-plus::before {
  content: "\f60a";
}

.fa-map-marker-plus::before {
  content: "\f60a";
}

.fa-lightbulb-exclamation-on::before {
  content: "\e1ca";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-crate-empty::before {
  content: "\e151";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-transporter::before {
  content: "\e042";
}

.fa-calendar-circle-user::before {
  content: "\e471";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-person-carry-box::before {
  content: "\f4cf";
}

.fa-person-carry::before {
  content: "\f4cf";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-union::before {
  content: "\f6a2";
}

.fa-chevrons-left::before {
  content: "\f323";
}

.fa-chevron-double-left::before {
  content: "\f323";
}

.fa-circle-heart::before {
  content: "\f4c7";
}

.fa-heart-circle::before {
  content: "\f4c7";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-bring-forward::before {
  content: "\f856";
}

.fa-square-p::before {
  content: "\e279";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-sigma::before {
  content: "\f68b";
}

.fa-camera-movie::before {
  content: "\f8a9";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-clarinet::before {
  content: "\f8ad";
}

.fa-truck-flatbed::before {
  content: "\e2b6";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-leaf-heart::before {
  content: "\f4cb";
}

.fa-house-building::before {
  content: "\e1b1";
}

.fa-cheese-swiss::before {
  content: "\f7f0";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-bow-arrow::before {
  content: "\f6b9";
}

.fa-cart-xmark::before {
  content: "\e0dd";
}

.fa-hexagon-xmark::before {
  content: "\f2ee";
}

.fa-times-hexagon::before {
  content: "\f2ee";
}

.fa-xmark-hexagon::before {
  content: "\f2ee";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-merge::before {
  content: "\e526";
}

.fa-pager::before {
  content: "\f815";
}

.fa-cart-minus::before {
  content: "\e0db";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-pan-frying::before {
  content: "\e42c";
}

.fa-grid::before {
  content: "\e195";
}

.fa-grid-3::before {
  content: "\e195";
}

.fa-football-helmet::before {
  content: "\f44f";
}

.fa-hand-love::before {
  content: "\e1a5";
}

.fa-trees::before {
  content: "\f724";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-page::before {
  content: "\e428";
}

.fa-k::before {
  content: "K";
}

.fa-diagram-previous::before {
  content: "\e478";
}

.fa-gauge-min::before {
  content: "\f628";
}

.fa-tachometer-alt-slowest::before {
  content: "\f628";
}

.fa-folder-grid::before {
  content: "\e188";
}

.fa-eggplant::before {
  content: "\e16c";
}

.fa-ram::before {
  content: "\f70a";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-lips::before {
  content: "\f600";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-comments::before {
  content: "\f086";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-desktop-arrow-down::before {
  content: "\e155";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-pumpkin::before {
  content: "\f707";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-pen-field::before {
  content: "\e211";
}

.fa-blueberries::before {
  content: "\e2e8";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-note::before {
  content: "\e1ff";
}

.fa-arrow-down-to-square::before {
  content: "\e096";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-cloud-xmark::before {
  content: "\e35f";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-book-blank::before {
  content: "\f5d9";
}

.fa-book-alt::before {
  content: "\f5d9";
}

.fa-golf-flag-hole::before {
  content: "\e3ac";
}

.fa-message-arrow-down::before {
  content: "\e1db";
}

.fa-comment-alt-arrow-down::before {
  content: "\e1db";
}

.fa-face-unamused::before {
  content: "\e39f";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-circle-9::before {
  content: "\e0f6";
}

.fa-blog::before {
  content: "\f781";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-pencil-slash::before {
  content: "\e215";
}

.fa-bowling-pins::before {
  content: "\f437";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-down-right::before {
  content: "\e16b";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-webhook::before {
  content: "\e5d5";
}

.fa-blinds-open::before {
  content: "\f8fc";
}

.fa-fence::before {
  content: "\e303";
}

.fa-up::before {
  content: "\f357";
}

.fa-arrow-alt-up::before {
  content: "\f357";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-drumstick::before {
  content: "\f6d6";
}

.fa-square-v::before {
  content: "\e284";
}

.fa-face-awesome::before {
  content: "\e409";
}

.fa-gave-dandy::before {
  content: "\e409";
}

.fa-dial-off::before {
  content: "\e162";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-face-smile-horns::before {
  content: "\e391";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-grapes::before {
  content: "\e306";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-dial-max::before {
  content: "\e15e";
}

.fa-circle-m::before {
  content: "\e115";
}

.fa-calendar-image::before {
  content: "\e0d4";
}

.fa-circle-caret-down::before {
  content: "\f32d";
}

.fa-caret-circle-down::before {
  content: "\f32d";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-shish-kebab::before {
  content: "\f821";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-alarm-snooze::before {
  content: "\f845";
}

.fa-scarecrow::before {
  content: "\f70d";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-gift-card::before {
  content: "\f663";
}

.fa-w::before {
  content: "W";
}

.fa-code-pull-request-draft::before {
  content: "\e3fa";
}

.fa-square-b::before {
  content: "\e264";
}

.fa-elephant::before {
  content: "\f6da";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-message-question::before {
  content: "\e1e3";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-square-3::before {
  content: "\e258";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-microwave::before {
  content: "\e01b";
}

.fa-chf-sign::before {
  content: "\e602";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-cart-circle-arrow-up::before {
  content: "\e3f0";
}

.fa-trash-clock::before {
  content: "\e2b0";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-sprinkler-ceiling::before {
  content: "\e44c";
}

.fa-browsers::before {
  content: "\e0cb";
}

.fa-trillium::before {
  content: "\e588";
}

.fa-music-slash::before {
  content: "\f8d1";
}

.fa-truck-ramp::before {
  content: "\f4e0";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-circle-c::before {
  content: "\e101";
}

.fa-star-christmas::before {
  content: "\f7d4";
}

.fa-chart-bullet::before {
  content: "\e0e1";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-tree-christmas::before {
  content: "\f7db";
}

.fa-tire-flat::before {
  content: "\f632";
}

.fa-sunglasses::before {
  content: "\f892";
}

.fa-badge::before {
  content: "\f335";
}

.fa-message-pen::before {
  content: "\f4a4";
}

.fa-comment-alt-edit::before {
  content: "\f4a4";
}

.fa-message-edit::before {
  content: "\f4a4";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-arrow-progress::before {
  content: "\e5df";
}

.fa-chess-rook-piece::before {
  content: "\f448";
}

.fa-chess-rook-alt::before {
  content: "\f448";
}

.fa-square-root::before {
  content: "\f697";
}

.fa-album-collection-circle-plus::before {
  content: "\e48e";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-face-angry-horns::before {
  content: "\e368";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-tombstone::before {
  content: "\f720";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-list-music::before {
  content: "\f8c9";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-mustache::before {
  content: "\e5bc";
}

.fa-hyphen::before {
  content: "\-";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-user-chef::before {
  content: "\e3d2";
}

.fa-message-image::before {
  content: "\e1e0";
}

.fa-comment-alt-image::before {
  content: "\e1e0";
}

.fa-users-medical::before {
  content: "\f830";
}

.fa-sensor-triangle-exclamation::before {
  content: "\e029";
}

.fa-sensor-alert::before {
  content: "\e029";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-face-mask::before {
  content: "\e37f";
}

.fa-pickleball::before {
  content: "\e435";
}

.fa-star-sharp-half::before {
  content: "\e28c";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-clover::before {
  content: "\e139";
}

.fa-meat::before {
  content: "\f814";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-empty-set::before {
  content: "\f656";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-bird::before {
  content: "\e469";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-heart-half-stroke::before {
  content: "\e1ac";
}

.fa-heart-half-alt::before {
  content: "\e1ac";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-joystick::before {
  content: "\f8c5";
}

.fa-grill-fire::before {
  content: "\e5a4";
}

.fa-rectangle-vertical-history::before {
  content: "\e237";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-keyboard-left::before {
  content: "\e1c3";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-face-beam-hand-over-mouth::before {
  content: "\e47c";
}

.fa-droplet-percent::before {
  content: "\f750";
}

.fa-humidity::before {
  content: "\f750";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-corn::before {
  content: "\f6c7";
}

.fa-roller-coaster::before {
  content: "\e324";
}

.fa-photo-film-music::before {
  content: "\e228";
}

.fa-radar::before {
  content: "\e024";
}

.fa-sickle::before {
  content: "\f822";
}

.fa-film::before {
  content: "\f008";
}

.fa-coconut::before {
  content: "\e2f6";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-shield-cross::before {
  content: "\f712";
}

.fa-cassette-tape::before {
  content: "\f8ab";
}

.fa-square-terminal::before {
  content: "\e32a";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-comment-middle::before {
  content: "\e149";
}

.fa-trash-can-list::before {
  content: "\e2ab";
}

.fa-block::before {
  content: "\e46a";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-face-frown-slight::before {
  content: "\e376";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-sidebar-flip::before {
  content: "\e24f";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-temperature-list::before {
  content: "\e299";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-pipe-section::before {
  content: "\e438";
}

.fa-space-station-moon-construction::before {
  content: "\e034";
}

.fa-space-station-moon-alt::before {
  content: "\e034";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-memory::before {
  content: "\f538";
}

.fa-face-sleeping::before {
  content: "\e38d";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-squirrel::before {
  content: "\f71a";
}

.fa-arrow-up-to-line::before {
  content: "\f341";
}

.fa-arrow-to-top::before {
  content: "\f341";
}

.fa-flag::before {
  content: "\f024";
}

.fa-face-cowboy-hat::before {
  content: "\e36e";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-chart-scatter-3d::before {
  content: "\e0e8";
}

.fa-display-chart-up::before {
  content: "\e5e3";
}

.fa-square-code::before {
  content: "\e267";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-xmark-to-slot::before {
  content: "\f771";
}

.fa-times-to-slot::before {
  content: "\f771";
}

.fa-vote-nay::before {
  content: "\f771";
}

.fa-box-taped::before {
  content: "\f49a";
}

.fa-box-alt::before {
  content: "\f49a";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-swords::before {
  content: "\f71d";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-album::before {
  content: "\f89f";
}

.fa-circle-n::before {
  content: "\e118";
}

.fa-compress::before {
  content: "\f066";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-key-skeleton-left-right::before {
  content: "\e3b4";
}

.fa-comment-lines::before {
  content: "\f4b0";
}

.fa-luchador-mask::before {
  content: "\f455";
}

.fa-luchador::before {
  content: "\f455";
}

.fa-mask-luchador::before {
  content: "\f455";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-shredder::before {
  content: "\f68a";
}

.fa-book-open-cover::before {
  content: "\e0c0";
}

.fa-book-open-alt::before {
  content: "\e0c0";
}

.fa-sandwich::before {
  content: "\f81f";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-square-parking-slash::before {
  content: "\f617";
}

.fa-parking-slash::before {
  content: "\f617";
}

.fa-train-tunnel::before {
  content: "\e454";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-face-anguished::before {
  content: "\e369";
}

.fa-hockey-sticks::before {
  content: "\f454";
}

.fa-abacus::before {
  content: "\f640";
}

.fa-film-simple::before {
  content: "\f3a0";
}

.fa-film-alt::before {
  content: "\f3a0";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-tree-palm::before {
  content: "\f82b";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-border-center-v::before {
  content: "\f89d";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-clipboard-medical::before {
  content: "\e133";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-up-to-line::before {
  content: "\f34d";
}

.fa-arrow-alt-to-top::before {
  content: "\f34d";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-watch-fitness::before {
  content: "\f63e";
}

.fa-clock-nine-thirty::before {
  content: "\e34d";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-jug::before {
  content: "\f8c6";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-snow-blowing::before {
  content: "\f761";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-lock::before {
  content: "\f023";
}

.fa-arrow-down-from-line::before {
  content: "\f345";
}

.fa-arrow-from-top::before {
  content: "\f345";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-signal-bars-slash::before {
  content: "\f694";
}

.fa-signal-alt-slash::before {
  content: "\f694";
}

.fa-monkey::before {
  content: "\f6fb";
}

.fa-rectangle-pro::before {
  content: "\e235";
}

.fa-pro::before {
  content: "\e235";
}

.fa-house-night::before {
  content: "\e010";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-globe-pointer::before {
  content: "\e60e";
}

.fa-blanket::before {
  content: "\f498";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-comments-question-check::before {
  content: "\e14f";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-arrows-cross::before {
  content: "\e0a2";
}

.fa-backpack::before {
  content: "\f5d4";
}

.fa-square-small::before {
  content: "\e27e";
}

.fa-folder-arrow-up::before {
  content: "\e054";
}

.fa-folder-upload::before {
  content: "\e054";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-crosshairs-simple::before {
  content: "\e59f";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-square-sliders::before {
  content: "\f3f0";
}

.fa-sliders-h-square::before {
  content: "\f3f0";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-message-middle-top::before {
  content: "\e1e2";
}

.fa-comment-middle-top-alt::before {
  content: "\e1e2";
}

.fa-lightbulb-on::before {
  content: "\f672";
}

.fa-knife::before {
  content: "\f2e4";
}

.fa-utensil-knife::before {
  content: "\f2e4";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-display-chart-up-circle-dollar::before {
  content: "\e5e6";
}

.fa-wave-sine::before {
  content: "\f899";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-circle-w::before {
  content: "\e12c";
}

.fa-circle-calendar::before {
  content: "\e102";
}

.fa-calendar-circle::before {
  content: "\e102";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-sunset::before {
  content: "\f767";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-calendar-exclamation::before {
  content: "\f334";
}

.fa-truck-container-empty::before {
  content: "\e2b5";
}

.fa-hand-heart::before {
  content: "\f4bc";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-reply-clock::before {
  content: "\e239";
}

.fa-reply-time::before {
  content: "\e239";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-right::before {
  content: "\f356";
}

.fa-arrow-alt-right::before {
  content: "\f356";
}

.fa-circle-f::before {
  content: "\e10e";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-face-pleading::before {
  content: "\e386";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-police-box::before {
  content: "\e021";
}

.fa-cucumber::before {
  content: "\e401";
}

.fa-head-side-brain::before {
  content: "\f808";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-person-biking-mountain::before {
  content: "\f84b";
}

.fa-biking-mountain::before {
  content: "\f84b";
}

.fa-utensils-slash::before {
  content: "\e464";
}

.fa-print-magnifying-glass::before {
  content: "\f81a";
}

.fa-print-search::before {
  content: "\f81a";
}

.fa-folder-bookmark::before {
  content: "\e186";
}

.fa-om::before {
  content: "\f679";
}

.fa-pi::before {
  content: "\f67e";
}

.fa-flask-round-potion::before {
  content: "\f6e1";
}

.fa-flask-potion::before {
  content: "\f6e1";
}

.fa-face-shush::before {
  content: "\e38c";
}

.fa-worm::before {
  content: "\e599";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-calendar-circle-exclamation::before {
  content: "\e46e";
}

.fa-square-i::before {
  content: "\e272";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-face-saluting::before {
  content: "\e484";
}

.fa-gauge-simple-low::before {
  content: "\f62c";
}

.fa-tachometer-slow::before {
  content: "\f62c";
}

.fa-face-persevering::before {
  content: "\e385";
}

.fa-circle-camera::before {
  content: "\e103";
}

.fa-camera-circle::before {
  content: "\e103";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-spider-web::before {
  content: "\f719";
}

.fa-circle-microphone::before {
  content: "\e116";
}

.fa-microphone-circle::before {
  content: "\e116";
}

.fa-book-arrow-up::before {
  content: "\e0ba";
}

.fa-popsicle::before {
  content: "\e43e";
}

.fa-command::before {
  content: "\e142";
}

.fa-blinds::before {
  content: "\f8fb";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-saxophone::before {
  content: "\f8dc";
}

.fa-square-2::before {
  content: "\e257";
}

.fa-field-hockey-stick-ball::before {
  content: "\f44c";
}

.fa-field-hockey::before {
  content: "\f44c";
}

.fa-arrow-up-square-triangle::before {
  content: "\f88b";
}

.fa-sort-shapes-up-alt::before {
  content: "\f88b";
}

.fa-face-scream::before {
  content: "\e38b";
}

.fa-square-m::before {
  content: "\e276";
}

.fa-camera-web::before {
  content: "\f832";
}

.fa-webcam::before {
  content: "\f832";
}

.fa-comment-arrow-down::before {
  content: "\e143";
}

.fa-lightbulb-cfl::before {
  content: "\e5a6";
}

.fa-window-frame-open::before {
  content: "\e050";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-period::before {
  content: "\.";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-up-to-dotted-line::before {
  content: "\e457";
}

.fa-thought-bubble::before {
  content: "\e32e";
}

.fa-skeleton-ribs::before {
  content: "\e5cb";
}

.fa-raygun::before {
  content: "\e025";
}

.fa-flute::before {
  content: "\f8b9";
}

.fa-acorn::before {
  content: "\f6ae";
}

.fa-video-arrow-up-right::before {
  content: "\e2c9";
}

.fa-grate-droplet::before {
  content: "\e194";
}

.fa-seal-exclamation::before {
  content: "\e242";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-message-sms::before {
  content: "\e1e5";
}

.fa-coffee-beans::before {
  content: "\e13f";
}

.fa-hat-witch::before {
  content: "\f6e7";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-clock-three-thirty::before {
  content: "\e357";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-alarm-clock::before {
  content: "\f34e";
}

.fa-eclipse::before {
  content: "\f749";
}

.fa-face-relieved::before {
  content: "\e389";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-octagon-minus::before {
  content: "\f308";
}

.fa-minus-octagon::before {
  content: "\f308";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-face-zany::before {
  content: "\e3a4";
}

.fa-tricycle::before {
  content: "\e5c3";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-square-arrow-up-left::before {
  content: "\e263";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-chart-mixed-up-circle-dollar::before {
  content: "\e5d9";
}

.fa-salt-shaker::before {
  content: "\e446";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-file-plus::before {
  content: "\f319";
}

.fa-draw-square::before {
  content: "\f5ef";
}

.fa-toilet-paper-under-slash::before {
  content: "\e2a1";
}

.fa-toilet-paper-reverse-slash::before {
  content: "\e2a1";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-drone-front::before {
  content: "\f860";
}

.fa-drone-alt::before {
  content: "\f860";
}

.fa-glass-empty::before {
  content: "\e191";
}

.fa-dial-high::before {
  content: "\e15c";
}

.fa-user-helmet-safety::before {
  content: "\f82c";
}

.fa-user-construction::before {
  content: "\f82c";
}

.fa-user-hard-hat::before {
  content: "\f82c";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "\e092";
}

.fa-pills::before {
  content: "\f484";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-basketball-hoop::before {
  content: "\f435";
}

.fa-objects-align-bottom::before {
  content: "\e3bb";
}

.fa-v::before {
  content: "V";
}

.fa-sparkles::before {
  content: "\f890";
}

.fa-squid::before {
  content: "\e450";
}

.fa-leafy-green::before {
  content: "\e41d";
}

.fa-circle-arrow-up-right::before {
  content: "\e0fc";
}

.fa-calendars::before {
  content: "\e0d7";
}

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-hammer-war::before {
  content: "\f6e4";
}

.fa-circle-d::before {
  content: "\e104";
}

.fa-spider-black-widow::before {
  content: "\f718";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-pear::before {
  content: "\e20c";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-triangle::before {
  content: "\f2ec";
}

.fa-apartment::before {
  content: "\e468";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-pepper::before {
  content: "\e432";
}

.fa-piano::before {
  content: "\f8d4";
}

.fa-gun-squirt::before {
  content: "\e19d";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-user-alien::before {
  content: "\e04a";
}

.fa-shield-check::before {
  content: "\f2f7";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-chart-candlestick::before {
  content: "\e0e2";
}

.fa-briefcase-blank::before {
  content: "\e0c8";
}

.fa-school::before {
  content: "\f549";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-bracket-round::before {
  content: "\(";
}

.fa-parenthesis::before {
  content: "\(";
}

.fa-joint::before {
  content: "\f595";
}

.fa-horse-saddle::before {
  content: "\f8c3";
}

.fa-mug-marshmallows::before {
  content: "\f7b7";
}

.fa-filters::before {
  content: "\e17e";
}

.fa-bell-on::before {
  content: "\f8fa";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-dial-med::before {
  content: "\e15f";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-q::before {
  content: "Q";
}

.fa-monitor-waveform::before {
  content: "\f611";
}

.fa-monitor-heart-rate::before {
  content: "\f611";
}

.fa-link-simple::before {
  content: "\e1cd";
}

.fa-whistle::before {
  content: "\f460";
}

.fa-g::before {
  content: "G";
}

.fa-wine-glass-crack::before {
  content: "\f4bb";
}

.fa-fragile::before {
  content: "\f4bb";
}

.fa-slot-machine::before {
  content: "\e3ce";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-car-wash::before {
  content: "\f5e6";
}

.fa-escalator::before {
  content: "\e171";
}

.fa-comment-image::before {
  content: "\e148";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-donut::before {
  content: "\e406";
}

.fa-doughnut::before {
  content: "\e406";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-tally-1::before {
  content: "\e294";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-square-dashed::before {
  content: "\e269";
}

.fa-square-j::before {
  content: "\e273";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-arrow-up-big-small::before {
  content: "\f88e";
}

.fa-sort-size-up::before {
  content: "\f88e";
}

.fa-barcode-read::before {
  content: "\f464";
}

.fa-baguette::before {
  content: "\e3d8";
}

.fa-bowl-soft-serve::before {
  content: "\e46b";
}

.fa-face-holding-back-tears::before {
  content: "\e482";
}

.fa-square-up::before {
  content: "\f353";
}

.fa-arrow-alt-square-up::before {
  content: "\f353";
}

.fa-train-subway-tunnel::before {
  content: "\e2a3";
}

.fa-subway-tunnel::before {
  content: "\e2a3";
}

.fa-square-exclamation::before {
  content: "\f321";
}

.fa-exclamation-square::before {
  content: "\f321";
}

.fa-semicolon::before {
  content: "\;";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-fan-table::before {
  content: "\e004";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-battery-low::before {
  content: "\e0b1";
}

.fa-battery-1::before {
  content: "\e0b1";
}

.fa-credit-card-front::before {
  content: "\f38a";
}

.fa-brain-arrow-curved-right::before {
  content: "\f677";
}

.fa-mind-share::before {
  content: "\f677";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-location-smile::before {
  content: "\f60d";
}

.fa-map-marker-smile::before {
  content: "\f60d";
}

.fa-arrow-left-to-line::before {
  content: "\f33e";
}

.fa-arrow-to-left::before {
  content: "\f33e";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-sushi::before {
  content: "\e48a";
}

.fa-nigiri::before {
  content: "\e48a";
}

.fa-message-captions::before {
  content: "\e1de";
}

.fa-comment-alt-captions::before {
  content: "\e1de";
}

.fa-trash-list::before {
  content: "\e2b1";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-option::before {
  content: "\e318";
}

.fa-raccoon::before {
  content: "\e613";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-head-side-gear::before {
  content: "\e611";
}

.fa-trash-plus::before {
  content: "\e2b2";
}

.fa-objects-align-top::before {
  content: "\e3c0";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-face-anxious-sweat::before {
  content: "\e36a";
}

.fa-credit-card-blank::before {
  content: "\f389";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-microchip-ai::before {
  content: "\e1ec";
}

.fa-mug::before {
  content: "\f874";
}

.fa-plane-up-slash::before {
  content: "\e22e";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-pen-circle::before {
  content: "\e20e";
}

.fa-bag-seedling::before {
  content: "\e5f2";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-crutches::before {
  content: "\f7f8";
}

.fa-circle-parking::before {
  content: "\f615";
}

.fa-parking-circle::before {
  content: "\f615";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-leaf-oak::before {
  content: "\f6f7";
}

.fa-square-bolt::before {
  content: "\e265";
}

.fa-vial::before {
  content: "\f492";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-lambda::before {
  content: "\f66e";
}

.fa-e::before {
  content: "E";
}

.fa-pizza::before {
  content: "\f817";
}

.fa-bowl-chopsticks-noodles::before {
  content: "\e2ea";
}

.fa-h3::before {
  content: "\f315";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-badge-percent::before {
  content: "\f646";
}

.fa-user::before {
  content: "\f007";
}

.fa-sensor::before {
  content: "\e028";
}

.fa-comma::before {
  content: "\,";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-toilet-paper-under::before {
  content: "\e2a0";
}

.fa-toilet-paper-reverse::before {
  content: "\e2a0";
}

.fa-light-emergency::before {
  content: "\e41f";
}

.fa-arrow-down-to-arc::before {
  content: "\e4ae";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-light-switch::before {
  content: "\e017";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-wave-pulse::before {
  content: "\f5f8";
}

.fa-heart-rate::before {
  content: "\f5f8";
}

.fa-key::before {
  content: "\f084";
}

.fa-hat-santa::before {
  content: "\f7a7";
}

.fa-tamale::before {
  content: "\e451";
}

.fa-box-check::before {
  content: "\f467";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-steak::before {
  content: "\f824";
}

.fa-location-crosshairs-slash::before {
  content: "\f603";
}

.fa-location-slash::before {
  content: "\f603";
}

.fa-person-dolly::before {
  content: "\f4d0";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-file-chart-column::before {
  content: "\f659";
}

.fa-file-chart-line::before {
  content: "\f659";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-folder-image::before {
  content: "\e18a";
}

.fa-calendar-pen::before {
  content: "\f333";
}

.fa-calendar-edit::before {
  content: "\f333";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-face-smile-tear::before {
  content: "\e393";
}

.fa-message-plus::before {
  content: "\f4a8";
}

.fa-comment-alt-plus::before {
  content: "\f4a8";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-person-dress-fairy::before {
  content: "\e607";
}

.fa-rectangle-history-circle-user::before {
  content: "\e4a4";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-chart-line-up::before {
  content: "\e0e5";
}

.fa-mailbox::before {
  content: "\f813";
}

.fa-truck-bolt::before {
  content: "\e3d0";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-circle-three-quarters-stroke::before {
  content: "\e5d4";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-scalpel::before {
  content: "\f61d";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-bell-exclamation::before {
  content: "\f848";
}

.fa-circle-bookmark::before {
  content: "\e100";
}

.fa-bookmark-circle::before {
  content: "\e100";
}

.fa-egg-fried::before {
  content: "\f7fc";
}

.fa-face-weary::before {
  content: "\e3a1";
}

.fa-uniform-martial-arts::before {
  content: "\e3d1";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-sun-dust::before {
  content: "\f764";
}

.fa-comment-text::before {
  content: "\e14d";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-signal-bars::before {
  content: "\f690";
}

.fa-signal-alt::before {
  content: "\f690";
}

.fa-signal-alt-4::before {
  content: "\f690";
}

.fa-signal-bars-strong::before {
  content: "\f690";
}

.fa-diamond-exclamation::before {
  content: "\e405";
}

.fa-star::before {
  content: "\f005";
}

.fa-dial-min::before {
  content: "\e161";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-cross::before {
  content: "\f654";
}

.fa-page-caret-down::before {
  content: "\e429";
}

.fa-file-caret-down::before {
  content: "\e429";
}

.fa-box::before {
  content: "\f466";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-clock-seven-thirty::before {
  content: "\e351";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-clock-four-thirty::before {
  content: "\e34b";
}

.fa-signal-bars-good::before {
  content: "\f693";
}

.fa-signal-alt-3::before {
  content: "\f693";
}

.fa-cactus::before {
  content: "\f8a7";
}

.fa-lightbulb-gear::before {
  content: "\e5fd";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-plane-tail::before {
  content: "\e22c";
}

.fa-gauge-simple-max::before {
  content: "\f62b";
}

.fa-tachometer-fastest::before {
  content: "\f62b";
}

.fa-circle-u::before {
  content: "\e127";
}

.fa-shield-slash::before {
  content: "\e24b";
}

.fa-square-phone-hangup::before {
  content: "\e27a";
}

.fa-phone-square-down::before {
  content: "\e27a";
}

.fa-arrow-up-left::before {
  content: "\e09d";
}

.fa-transporter-1::before {
  content: "\e043";
}

.fa-peanuts::before {
  content: "\e431";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-bin-bottles-recycle::before {
  content: "\e5f6";
}

.fa-arrow-up-from-square::before {
  content: "\e09c";
}

.fa-file-dashed-line::before {
  content: "\f877";
}

.fa-page-break::before {
  content: "\f877";
}

.fa-bracket-curly-right::before {
  content: "\}";
}

.fa-spider::before {
  content: "\f717";
}

.fa-clock-three::before {
  content: "\e356";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-scalpel-line-dashed::before {
  content: "\f61e";
}

.fa-scalpel-path::before {
  content: "\f61e";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-pipe-smoking::before {
  content: "\e3c4";
}

.fa-face-astonished::before {
  content: "\e36b";
}

.fa-window::before {
  content: "\f40e";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-ear::before {
  content: "\f5f0";
}

.fa-file-lock::before {
  content: "\e3a6";
}

.fa-diagram-venn::before {
  content: "\e15a";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-goal-net::before {
  content: "\e3ab";
}

.fa-coffin-cross::before {
  content: "\e051";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-location-xmark::before {
  content: "\f60e";
}

.fa-map-marker-times::before {
  content: "\f60e";
}

.fa-map-marker-xmark::before {
  content: "\f60e";
}

.fa-circle-quarter-stroke::before {
  content: "\e5d3";
}

.fa-lasso::before {
  content: "\f8c8";
}

.fa-slash::before {
  content: "\f715";
}

.fa-person-to-portal::before {
  content: "\e022";
}

.fa-portal-enter::before {
  content: "\e022";
}

.fa-calendar-star::before {
  content: "\f736";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-pegasus::before {
  content: "\f703";
}

.fa-files-medical::before {
  content: "\f7fd";
}

.fa-nfc-lock::before {
  content: "\e1f8";
}

.fa-person-ski-lift::before {
  content: "\f7c8";
}

.fa-ski-lift::before {
  content: "\f7c8";
}

.fa-square-6::before {
  content: "\e25b";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-wind-turbine::before {
  content: "\f89b";
}

.fa-sliders-simple::before {
  content: "\e253";
}

.fa-grid-round::before {
  content: "\e5da";
}

.fa-badge-sheriff::before {
  content: "\f8a2";
}

.fa-server::before {
  content: "\f233";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-intersection::before {
  content: "\f668";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-family::before {
  content: "\e300";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-user-hair-buns::before {
  content: "\e3d3";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-hourglass-clock::before {
  content: "\e41b";
}

.fa-person-seat-reclined::before {
  content: "\e21f";
}

.fa-paper-plane-top::before {
  content: "\e20a";
}

.fa-paper-plane-alt::before {
  content: "\e20a";
}

.fa-send::before {
  content: "\e20a";
}

.fa-message-arrow-up::before {
  content: "\e1dc";
}

.fa-comment-alt-arrow-up::before {
  content: "\e1dc";
}

.fa-lightbulb-exclamation::before {
  content: "\f671";
}

.fa-layer-minus::before {
  content: "\f5fe";
}

.fa-layer-group-minus::before {
  content: "\f5fe";
}

.fa-chart-pie-simple-circle-currency::before {
  content: "\e604";
}

.fa-circle-e::before {
  content: "\e109";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-gauge-max::before {
  content: "\f626";
}

.fa-tachometer-alt-fastest::before {
  content: "\f626";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-apostrophe::before {
  content: "\'";
}

.fa-fire-hydrant::before {
  content: "\e17f";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-video-plus::before {
  content: "\f4e1";
}

.fa-square-right::before {
  content: "\f352";
}

.fa-arrow-alt-square-right::before {
  content: "\f352";
}

.fa-comment-smile::before {
  content: "\f4b4";
}

.fa-venus::before {
  content: "\f221";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-inbox-in::before {
  content: "\f310";
}

.fa-inbox-arrow-down::before {
  content: "\f310";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-circle-8::before {
  content: "\e0f5";
}

.fa-clouds-moon::before {
  content: "\f745";
}

.fa-clock-ten-thirty::before {
  content: "\e355";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-folder-user::before {
  content: "\e18e";
}

.fa-trash-can-xmark::before {
  content: "\e2ae";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-left-long-to-line::before {
  content: "\e41e";
}

.fa-crown::before {
  content: "\f521";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-calendar-range::before {
  content: "\e0d6";
}

.fa-flower-daffodil::before {
  content: "\f800";
}

.fa-hand-back-point-up::before {
  content: "\e1a2";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-arrow-up-to-arc::before {
  content: "\e617";
}

.fa-star-exclamation::before {
  content: "\f2f3";
}

.fa-books::before {
  content: "\f5db";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-layer-plus::before {
  content: "\f5ff";
}

.fa-layer-group-plus::before {
  content: "\f5ff";
}

.fa-play-pause::before {
  content: "\e22f";
}

.fa-block-question::before {
  content: "\e3dd";
}

.fa-snooze::before {
  content: "\f880";
}

.fa-zzz::before {
  content: "\f880";
}

.fa-scanner-image::before {
  content: "\f8f3";
}

.fa-tv-retro::before {
  content: "\f401";
}

.fa-square-t::before {
  content: "\e280";
}

.fa-farm::before {
  content: "\f864";
}

.fa-barn-silo::before {
  content: "\f864";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-bars-sort::before {
  content: "\e0ae";
}

.fa-pallet-boxes::before {
  content: "\f483";
}

.fa-palette-boxes::before {
  content: "\f483";
}

.fa-pallet-alt::before {
  content: "\f483";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-code-simple::before {
  content: "\e13d";
}

.fa-bolt-slash::before {
  content: "\e0b8";
}

.fa-panel-fire::before {
  content: "\e42f";
}

.fa-binary-circle-check::before {
  content: "\e33c";
}

.fa-comment-minus::before {
  content: "\f4b1";
}

.fa-burrito::before {
  content: "\f7ed";
}

.fa-violin::before {
  content: "\f8ed";
}

.fa-objects-column::before {
  content: "\e3c1";
}

.fa-square-chevron-down::before {
  content: "\f329";
}

.fa-chevron-square-down::before {
  content: "\f329";
}

.fa-comment-plus::before {
  content: "\f4b2";
}

.fa-triangle-instrument::before {
  content: "\f8e2";
}

.fa-triangle-music::before {
  content: "\f8e2";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-user-pilot-tie::before {
  content: "\e2c1";
}

.fa-piano-keyboard::before {
  content: "\f8d5";
}

.fa-bed-empty::before {
  content: "\f8f9";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-rectangle-vertical::before {
  content: "\f2fb";
}

.fa-rectangle-portrait::before {
  content: "\f2fb";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-l::before {
  content: "L";
}

.fa-signal-stream::before {
  content: "\f8dd";
}

.fa-down-to-bracket::before {
  content: "\e4e7";
}

.fa-circle-z::before {
  content: "\e130";
}

.fa-stars::before {
  content: "\f762";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-house-day::before {
  content: "\e00e";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-shirt-long-sleeve::before {
  content: "\e3c7";
}

.fa-chart-pie-simple::before {
  content: "\f64e";
}

.fa-chart-pie-alt::before {
  content: "\f64e";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-album-collection-circle-user::before {
  content: "\e48f";
}

.fa-candy::before {
  content: "\e3e7";
}

.fa-bowl-hot::before {
  content: "\f823";
}

.fa-soup::before {
  content: "\f823";
}

.fa-flatbread::before {
  content: "\e40b";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-city::before {
  content: "\f64f";
}

.fa-signal-bars-weak::before {
  content: "\f691";
}

.fa-signal-alt-1::before {
  content: "\f691";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-clock-twelve::before {
  content: "\e358";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-citrus-slice::before {
  content: "\e2f5";
}

.fa-sheep::before {
  content: "\f711";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-headset::before {
  content: "\f590";
}

.fa-badger-honey::before {
  content: "\f6b4";
}

.fa-h4::before {
  content: "\f86a";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-signal-slash::before {
  content: "\f695";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-taco::before {
  content: "\f826";
}

.fa-hexagon-plus::before {
  content: "\f300";
}

.fa-plus-hexagon::before {
  content: "\f300";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-messages::before {
  content: "\f4b6";
}

.fa-comments-alt::before {
  content: "\f4b6";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-umbrella-simple::before {
  content: "\e2bc";
}

.fa-umbrella-alt::before {
  content: "\e2bc";
}

.fa-rectangle-history-circle-plus::before {
  content: "\e4a3";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-prescription-bottle-pill::before {
  content: "\e5c0";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-binary-slash::before {
  content: "\e33e";
}

.fa-square-o::before {
  content: "\e278";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-bold::before {
  content: "\f032";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-transporter-3::before {
  content: "\e045";
}

.fa-engine-warning::before {
  content: "\f5f2";
}

.fa-engine-exclamation::before {
  content: "\f5f2";
}

.fa-circle-down-right::before {
  content: "\e108";
}

.fa-square-k::before {
  content: "\e274";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-money-check-pen::before {
  content: "\f872";
}

.fa-money-check-edit::before {
  content: "\f872";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-tilde::before {
  content: "\~";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-arrow-down-square-triangle::before {
  content: "\f889";
}

.fa-sort-shapes-down-alt::before {
  content: "\f889";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-dog-leashed::before {
  content: "\f6d4";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-face-downcast-sweat::before {
  content: "\e371";
}

.fa-mailbox-flag-up::before {
  content: "\e5bb";
}

.fa-memo-circle-info::before {
  content: "\e49a";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-volume::before {
  content: "\f6a8";
}

.fa-volume-medium::before {
  content: "\f6a8";
}

.fa-transporter-5::before {
  content: "\e2a6";
}

.fa-gauge-circle-bolt::before {
  content: "\e496";
}

.fa-coin-front::before {
  content: "\e3fc";
}

.fa-file-slash::before {
  content: "\e3a7";
}

.fa-message-arrow-up-right::before {
  content: "\e1dd";
}

.fa-treasure-chest::before {
  content: "\f723";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-paintbrush-fine::before {
  content: "\f5a9";
}

.fa-paint-brush-alt::before {
  content: "\f5a9";
}

.fa-paint-brush-fine::before {
  content: "\f5a9";
}

.fa-paintbrush-alt::before {
  content: "\f5a9";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-hood-cloak::before {
  content: "\f6ef";
}

.fa-square-quote::before {
  content: "\e329";
}

.fa-up-left::before {
  content: "\e2bd";
}

.fa-bring-front::before {
  content: "\f857";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-burger-cheese::before {
  content: "\f7f1";
}

.fa-cheeseburger::before {
  content: "\f7f1";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-repeat-1::before {
  content: "\f365";
}

.fa-arrow-down-to-line::before {
  content: "\f33d";
}

.fa-arrow-to-bottom::before {
  content: "\f33d";
}

.fa-grid-5::before {
  content: "\e199";
}

.fa-swap-arrows::before {
  content: "\e60a";
}

.fa-right-long-to-line::before {
  content: "\e444";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-grid-round-5::before {
  content: "\e5de";
}

.fa-tally::before {
  content: "\f69c";
}

.fa-tally-5::before {
  content: "\f69c";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-train::before {
  content: "\f238";
}

.fa-up-from-dotted-line::before {
  content: "\e456";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-traffic-light-go::before {
  content: "\f638";
}

.fa-face-exhaling::before {
  content: "\e480";
}

.fa-sensor-fire::before {
  content: "\e02a";
}

.fa-user-unlock::before {
  content: "\e058";
}

.fa-hexagon-divide::before {
  content: "\e1ad";
}

.fa-00::before {
  content: "\e467";
}

.fa-crow::before {
  content: "\f520";
}

.fa-cassette-betamax::before {
  content: "\f8a4";
}

.fa-betamax::before {
  content: "\f8a4";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-nfc-magnifying-glass::before {
  content: "\e1f9";
}

.fa-file-binary::before {
  content: "\e175";
}

.fa-circle-v::before {
  content: "\e12a";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-bowl-scoops::before {
  content: "\e3df";
}

.fa-mistletoe::before {
  content: "\f7b4";
}

.fa-custard::before {
  content: "\e403";
}

.fa-lacrosse-stick::before {
  content: "\e3b5";
}

.fa-hockey-mask::before {
  content: "\f6ee";
}

.fa-sunrise::before {
  content: "\f766";
}

.fa-subtitles::before {
  content: "\e60f";
}

.fa-panel-ews::before {
  content: "\e42e";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-cloud-exclamation::before {
  content: "\e491";
}

.fa-message-lines::before {
  content: "\f4a6";
}

.fa-comment-alt-lines::before {
  content: "\f4a6";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-floppy-disk-pen::before {
  content: "\e182";
}

.fa-image::before {
  content: "\f03e";
}

.fa-window-frame::before {
  content: "\e04f";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-file-zip::before {
  content: "\e5ee";
}

.fa-square-ring::before {
  content: "\e44f";
}

.fa-down-from-line::before {
  content: "\f349";
}

.fa-arrow-alt-from-top::before {
  content: "\f349";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-shield-xmark::before {
  content: "\e24c";
}

.fa-shield-times::before {
  content: "\e24c";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-circle-sort-down::before {
  content: "\e031";
}

.fa-sort-circle-down::before {
  content: "\e031";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-forklift::before {
  content: "\f47a";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-bracket-square-right::before {
  content: "\]";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-square-a::before {
  content: "\e25f";
}

.fa-tick::before {
  content: "\e32f";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-refrigerator::before {
  content: "\e026";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-octagon-xmark::before {
  content: "\f2f0";
}

.fa-times-octagon::before {
  content: "\f2f0";
}

.fa-xmark-octagon::before {
  content: "\f2f0";
}

.fa-align-slash::before {
  content: "\f846";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-truck-ramp-couch::before {
  content: "\f4dd";
}

.fa-truck-couch::before {
  content: "\f4dd";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "\e0a0";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-360-degrees::before {
  content: "\e2dc";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-square-dashed-circle-plus::before {
  content: "\e5c2";
}

.fa-money-simple-from-bracket::before {
  content: "\e313";
}

.fa-bat::before {
  content: "\f6b5";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-head-side-headphones::before {
  content: "\f8c2";
}

.fa-phone-rotary::before {
  content: "\f8d3";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-calendar-circle-minus::before {
  content: "\e46f";
}

.fa-chopsticks::before {
  content: "\e3f7";
}

.fa-car-wrench::before {
  content: "\f5e3";
}

.fa-car-mechanic::before {
  content: "\f5e3";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-kazoo::before {
  content: "\f8c7";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-bin-bottles::before {
  content: "\e5f5";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-square-arrow-down-left::before {
  content: "\e261";
}

.fa-battery-bolt::before {
  content: "\f376";
}

.fa-tree-large::before {
  content: "\f7dd";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-aperture::before {
  content: "\e2df";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-gear-complex::before {
  content: "\e5e9";
}

.fa-file-magnifying-glass::before {
  content: "\f865";
}

.fa-file-search::before {
  content: "\f865";
}

.fa-up-right::before {
  content: "\e2be";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-user-police::before {
  content: "\e333";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-teddy-bear::before {
  content: "\e3cf";
}

.fa-stocking::before {
  content: "\f7d5";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-image-slash::before {
  content: "\e1b7";
}

.fa-mask-snorkel::before {
  content: "\e3b7";
}

.fa-smoke::before {
  content: "\f760";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-battery-exclamation::before {
  content: "\e0b0";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-crystal-ball::before {
  content: "\e362";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-star-shooting::before {
  content: "\e036";
}

.fa-binary-lock::before {
  content: "\e33d";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-comment-pen::before {
  content: "\f4ae";
}

.fa-comment-edit::before {
  content: "\f4ae";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-banjo::before {
  content: "\f8a3";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-light-emergency-on::before {
  content: "\e420";
}

.fa-kerning::before {
  content: "\f86f";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-square-f::before {
  content: "\e270";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-arrow-left-from-line::before {
  content: "\f344";
}

.fa-arrow-from-right::before {
  content: "\f344";
}

.fa-strawberry::before {
  content: "\e32b";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-clock-eight-thirty::before {
  content: "\e346";
}

.fa-plane-engines::before {
  content: "\f3de";
}

.fa-plane-alt::before {
  content: "\f3de";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-gauge-low::before {
  content: "\f627";
}

.fa-tachometer-alt-slow::before {
  content: "\f627";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-trash-can-plus::before {
  content: "\e2ac";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-globe-snow::before {
  content: "\f7a3";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-integral::before {
  content: "\f667";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-blinds-raised::before {
  content: "\f8fd";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-ufo-beam::before {
  content: "\e048";
}

.fa-circle-caret-up::before {
  content: "\f331";
}

.fa-caret-circle-up::before {
  content: "\f331";
}

.fa-user-vneck-hair-long::before {
  content: "\e463";
}

.fa-square-a-lock::before {
  content: "\e44d";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-gas-pump-slash::before {
  content: "\f5f4";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-transporter-4::before {
  content: "\e2a5";
}

.fa-chart-mixed-up-circle-currency::before {
  content: "\e5d8";
}

.fa-objects-align-right::before {
  content: "\e3bf";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-vest::before {
  content: "\e085";
}

.fa-pig::before {
  content: "\f706";
}

.fa-inbox-full::before {
  content: "\e1ba";
}

.fa-circle-envelope::before {
  content: "\e10c";
}

.fa-envelope-circle::before {
  content: "\e10c";
}

.fa-triangle-person-digging::before {
  content: "\f85d";
}

.fa-construction::before {
  content: "\f85d";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-bullseye-arrow::before {
  content: "\f648";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-clock-seven::before {
  content: "\e350";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-flashlight::before {
  content: "\f8b8";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-square-9::before {
  content: "\e25e";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-square-dollar::before {
  content: "\f2e9";
}

.fa-dollar-square::before {
  content: "\f2e9";
}

.fa-usd-square::before {
  content: "\f2e9";
}

.fa-phone-arrow-right::before {
  content: "\e5be";
}

.fa-hand-holding-seedling::before {
  content: "\f4bf";
}

.fa-message-check::before {
  content: "\f4a2";
}

.fa-comment-alt-check::before {
  content: "\f4a2";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-chart-line-up-down::before {
  content: "\e5d7";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-watch::before {
  content: "\f2e1";
}

.fa-circle-down-left::before {
  content: "\e107";
}

.fa-text::before {
  content: "\f893";
}

.fa-projector::before {
  content: "\f8d6";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-tombstone-blank::before {
  content: "\f721";
}

.fa-tombstone-alt::before {
  content: "\f721";
}

.fa-chess-king-piece::before {
  content: "\f440";
}

.fa-chess-king-alt::before {
  content: "\f440";
}

.fa-circle-6::before {
  content: "\e0f3";
}

.fa-left::before {
  content: "\f355";
}

.fa-arrow-alt-left::before {
  content: "\f355";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-square-down::before {
  content: "\f350";
}

.fa-arrow-alt-square-down::before {
  content: "\f350";
}

.fa-objects-align-center-vertical::before {
  content: "\e3bd";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-wreath::before {
  content: "\f7e2";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-meter-droplet::before {
  content: "\e1ea";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-signal-strong::before {
  content: "\f68f";
}

.fa-signal-4::before {
  content: "\f68f";
}

.fa-lollipop::before {
  content: "\e424";
}

.fa-lollypop::before {
  content: "\e424";
}

.fa-list-tree::before {
  content: "\e1d2";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-draw-circle::before {
  content: "\f5ed";
}

.fa-cat-space::before {
  content: "\e001";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-rabbit-running::before {
  content: "\f709";
}

.fa-rabbit-fast::before {
  content: "\f709";
}

.fa-memo-pad::before {
  content: "\e1da";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-alarm-plus::before {
  content: "\f844";
}

.fa-alicorn::before {
  content: "\f6b0";
}

.fa-comment-question::before {
  content: "\e14b";
}

.fa-gingerbread-man::before {
  content: "\f79d";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-burger-fries::before {
  content: "\e0cd";
}

.fa-mug-tea::before {
  content: "\f875";
}

.fa-border-top::before {
  content: "\f855";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-circle-book-open::before {
  content: "\e0ff";
}

.fa-book-circle::before {
  content: "\e0ff";
}

.fa-arrows-to-dotted-line::before {
  content: "\e0a6";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-garage-open::before {
  content: "\e00b";
}

.fa-shelves-empty::before {
  content: "\e246";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-watch-apple::before {
  content: "\e2cb";
}

.fa-watch-calculator::before {
  content: "\f8f0";
}

.fa-list-dropdown::before {
  content: "\e1cf";
}

.fa-cabinet-filing::before {
  content: "\f64b";
}

.fa-burger-soda::before {
  content: "\f858";
}

.fa-square-arrow-up::before {
  content: "\f33c";
}

.fa-arrow-square-up::before {
  content: "\f33c";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-pallet-box::before {
  content: "\e208";
}

.fa-face-confounded::before {
  content: "\e36c";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-truck-plow::before {
  content: "\f7de";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-virus::before {
  content: "\e074";
}

.fa-grid-round-2::before {
  content: "\e5db";
}

.fa-comment-middle-top::before {
  content: "\e14a";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-restroom-simple::before {
  content: "\e23a";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-border-outer::before {
  content: "\f851";
}

.fa-hashtag-lock::before {
  content: "\e415";
}

.fa-clock-two-thirty::before {
  content: "\e35b";
}

.fa-archway::before {
  content: "\f557";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-heart-half::before {
  content: "\e1ab";
}

.fa-comment-check::before {
  content: "\f4ac";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-memo::before {
  content: "\e1d8";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-italic::before {
  content: "\f033";
}

.fa-glass-citrus::before {
  content: "\f869";
}

.fa-calendar-lines-pen::before {
  content: "\e472";
}

.fa-church::before {
  content: "\f51d";
}

.fa-person-snowmobiling::before {
  content: "\f7d1";
}

.fa-snowmobile::before {
  content: "\f7d1";
}

.fa-face-hushed::before {
  content: "\e37b";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-pickaxe::before {
  content: "\e5bf";
}

.fa-link-simple-slash::before {
  content: "\e1ce";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-face-confused::before {
  content: "\e36d";
}

.fa-pinball::before {
  content: "\e229";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-deer::before {
  content: "\f78e";
}

.fa-input-pipe::before {
  content: "\e1be";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-a::before {
  content: "A";
}

.fa-bookmark-slash::before {
  content: "\e0c2";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-mace::before {
  content: "\f6f8";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-sausage::before {
  content: "\f820";
}

.fa-trash-can-clock::before {
  content: "\e2aa";
}

.fa-p::before {
  content: "P";
}

.fa-broom-wide::before {
  content: "\e5d1";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-stomach::before {
  content: "\f623";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-guitar-electric::before {
  content: "\f8be";
}

.fa-arrow-turn-down-right::before {
  content: "\e3d6";
}

.fa-moon-cloud::before {
  content: "\f754";
}

.fa-bread-slice-butter::before {
  content: "\e3e1";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-user-group-crown::before {
  content: "\f6a5";
}

.fa-users-crown::before {
  content: "\f6a5";
}

.fa-circle-i::before {
  content: "\e111";
}

.fa-toilet-paper-check::before {
  content: "\e5b2";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-locust::before {
  content: "\e520";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-chart-waterfall::before {
  content: "\e0eb";
}

.fa-sparkle::before {
  content: "\e5d6";
}

.fa-face-party::before {
  content: "\e383";
}

.fa-kidneys::before {
  content: "\f5fb";
}

.fa-wifi-exclamation::before {
  content: "\e2cf";
}

.fa-chart-network::before {
  content: "\f78a";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-dice-d4::before {
  content: "\f6d0";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-wheat-awn-slash::before {
  content: "\e338";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-dagger::before {
  content: "\f6cb";
}

.fa-podium::before {
  content: "\f680";
}

.fa-memo-circle-check::before {
  content: "\e1d9";
}

.fa-route-highway::before {
  content: "\f61a";
}

.fa-down-to-line::before {
  content: "\f34a";
}

.fa-arrow-alt-to-bottom::before {
  content: "\f34a";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-square-g::before {
  content: "\e271";
}

.fa-circle-phone::before {
  content: "\e11b";
}

.fa-phone-circle::before {
  content: "\e11b";
}

.fa-clipboard-prescription::before {
  content: "\f5e8";
}

.fa-user-nurse-hair::before {
  content: "\e45d";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-toggle-large-on::before {
  content: "\e5b1";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-dryer-heat::before {
  content: "\f862";
}

.fa-dryer-alt::before {
  content: "\f862";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-arrow-up-small-big::before {
  content: "\f88f";
}

.fa-sort-size-up-alt::before {
  content: "\f88f";
}

.fa-train-track::before {
  content: "\e453";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-file-exclamation::before {
  content: "\f31a";
}

.fa-code::before {
  content: "\f121";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-moon-stars::before {
  content: "\f755";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-clothes-hanger::before {
  content: "\e136";
}

.fa-mobile-notch::before {
  content: "\e1ee";
}

.fa-mobile-iphone::before {
  content: "\e1ee";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-images-user::before {
  content: "\e1b9";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-image-polaroid-user::before {
  content: "\e1b6";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-square-ellipsis::before {
  content: "\e26e";
}

.fa-pie::before {
  content: "\f705";
}

.fa-chess-knight-piece::before {
  content: "\f442";
}

.fa-chess-knight-alt::before {
  content: "\f442";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-cloud-plus::before {
  content: "\e35e";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-bed-bunk::before {
  content: "\f8f8";
}

.fa-road::before {
  content: "\f018";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-clock-eight::before {
  content: "\e345";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-circle-q::before {
  content: "\e11e";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-face-disguise::before {
  content: "\e370";
}

.fa-circle-arrow-down-right::before {
  content: "\e0fa";
}

.fa-alien-8bit::before {
  content: "\f8f6";
}

.fa-alien-monster::before {
  content: "\f8f6";
}

.fa-hand-point-ribbon::before {
  content: "\e1a6";
}

.fa-poop::before {
  content: "\f619";
}

.fa-object-exclude::before {
  content: "\e49c";
}

.fa-telescope::before {
  content: "\e03e";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-square-list::before {
  content: "\e489";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-comment-code::before {
  content: "\e147";
}

.fa-sim-cards::before {
  content: "\e251";
}

.fa-starship::before {
  content: "\e039";
}

.fa-eject::before {
  content: "\f052";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-seal::before {
  content: "\e241";
}

.fa-user-cowboy::before {
  content: "\f8ea";
}

.fa-hexagon-vertical-nft::before {
  content: "\e505";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-bread-loaf::before {
  content: "\f7eb";
}

.fa-rings-wedding::before {
  content: "\f81b";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-french-fries::before {
  content: "\f803";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-calendar-arrow-down::before {
  content: "\e0d0";
}

.fa-calendar-download::before {
  content: "\e0d0";
}

.fa-send-back::before {
  content: "\f87e";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-signature-lock::before {
  content: "\e3ca";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-octagon-plus::before {
  content: "\f301";
}

.fa-plus-octagon::before {
  content: "\f301";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-melon-slice::before {
  content: "\e311";
}

.fa-space-station-moon::before {
  content: "\e033";
}

.fa-message-smile::before {
  content: "\f4aa";
}

.fa-comment-alt-smile::before {
  content: "\f4aa";
}

.fa-cup-straw::before {
  content: "\e363";
}

.fa-left-from-line::before {
  content: "\f348";
}

.fa-arrow-alt-from-right::before {
  content: "\f348";
}

.fa-h::before {
  content: "H";
}

.fa-basket-shopping-simple::before {
  content: "\e0af";
}

.fa-shopping-basket-alt::before {
  content: "\e0af";
}

.fa-hands-holding-heart::before {
  content: "\f4c3";
}

.fa-hands-heart::before {
  content: "\f4c3";
}

.fa-clock-nine::before {
  content: "\e34c";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-face-sleepy::before {
  content: "\e38e";
}

.fa-hand-horns::before {
  content: "\e1a9";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-circle-three-quarters::before {
  content: "\e125";
}

.fa-trophy-star::before {
  content: "\f2eb";
}

.fa-trophy-alt::before {
  content: "\f2eb";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-face-thermometer::before {
  content: "\e39a";
}

.fa-grid-round-4::before {
  content: "\e5dd";
}

.fa-shirt-running::before {
  content: "\e3c8";
}

.fa-book-circle-arrow-up::before {
  content: "\e0bd";
}

.fa-face-nauseated::before {
  content: "\e381";
}

.fa-heart::before {
  content: "\f004";
}

.fa-file-chart-pie::before {
  content: "\f65a";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-circle-arrow-down-left::before {
  content: "\e0f9";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-hexagon-minus::before {
  content: "\f307";
}

.fa-minus-hexagon::before {
  content: "\f307";
}

.fa-left-to-line::before {
  content: "\f34b";
}

.fa-arrow-alt-to-left::before {
  content: "\f34b";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-paw-simple::before {
  content: "\f701";
}

.fa-paw-alt::before {
  content: "\f701";
}

.fa-arrow-left-long-to-line::before {
  content: "\e3d4";
}

.fa-brackets-round::before {
  content: "\e0c5";
}

.fa-parentheses::before {
  content: "\e0c5";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-user-shakespeare::before {
  content: "\e2c2";
}

.fa-arrow-right-to-arc::before {
  content: "\e4b2";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-gauge-circle-plus::before {
  content: "\e498";
}

.fa-folders::before {
  content: "\f660";
}

.fa-angel::before {
  content: "\f779";
}

.fa-value-absolute::before {
  content: "\f6a6";
}

.fa-rabbit::before {
  content: "\f708";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-circle-euro::before {
  content: "\e5ce";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-diamond-half::before {
  content: "\e5b7";
}

.fa-lock-keyhole::before {
  content: "\f30d";
}

.fa-lock-alt::before {
  content: "\f30d";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-square-info::before {
  content: "\f30f";
}

.fa-info-square::before {
  content: "\f30f";
}

.fa-wifi-slash::before {
  content: "\f6ac";
}

.fa-toilet-paper-xmark::before {
  content: "\e5b3";
}

.fa-hands-holding-dollar::before {
  content: "\f4c5";
}

.fa-hands-usd::before {
  content: "\f4c5";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-arrow-down-triangle-square::before {
  content: "\f888";
}

.fa-sort-shapes-down::before {
  content: "\f888";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-shutters::before {
  content: "\e449";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-table-tree::before {
  content: "\e293";
}

.fa-house-chimney-heart::before {
  content: "\e1b2";
}

.fa-tally-3::before {
  content: "\e296";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-circle::before {
  content: "\f111";
}

.fa-cart-circle-exclamation::before {
  content: "\e3f2";
}

.fa-sword::before {
  content: "\f71c";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-interrobang::before {
  content: "\e5ba";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-circle-dashed::before {
  content: "\e105";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-fork-knife::before {
  content: "\f2e6";
}

.fa-utensils-alt::before {
  content: "\f2e6";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-badge-check::before {
  content: "\f336";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-slider::before {
  content: "\e252";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-clock-one-thirty::before {
  content: "\e34f";
}

.fa-inbox-out::before {
  content: "\f311";
}

.fa-inbox-arrow-up::before {
  content: "\f311";
}

.fa-cloud-slash::before {
  content: "\e137";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-octagon-check::before {
  content: "\e426";
}

.fa-flatbread-stuffed::before {
  content: "\e40c";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-cart-circle-plus::before {
  content: "\e3f3";
}

.fa-truck-clock::before {
  content: "\f48c";
}

.fa-shipping-timed::before {
  content: "\f48c";
}

.fa-pool-8-ball::before {
  content: "\e3c5";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-turn-down-left::before {
  content: "\e331";
}

.fa-lock-hashtag::before {
  content: "\e423";
}

.fa-chart-radar::before {
  content: "\e0e7";
}

.fa-staff::before {
  content: "\f71b";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-utility-pole::before {
  content: "\e2c3";
}

.fa-transporter-6::before {
  content: "\e2a7";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-vector-polygon::before {
  content: "\e2c7";
}

.fa-diagram-nested::before {
  content: "\e157";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-image-user::before {
  content: "\e1b8";
}

.fa-buoy::before {
  content: "\e5b5";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-border-center-h::before {
  content: "\f89c";
}

.fa-can-food::before {
  content: "\e3e6";
}

.fa-typewriter::before {
  content: "\f8e7";
}

.fa-arrow-right-from-arc::before {
  content: "\e4b1";
}

.fa-circle-k::before {
  content: "\e113";
}

.fa-face-hand-over-mouth::before {
  content: "\e378";
}

.fa-popcorn::before {
  content: "\f819";
}

.fa-house-water::before {
  content: "\f74f";
}

.fa-house-flood::before {
  content: "\f74f";
}

.fa-object-subtract::before {
  content: "\e49e";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-warehouse-full::before {
  content: "\f495";
}

.fa-warehouse-alt::before {
  content: "\f495";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-arrow-down-from-dotted-line::before {
  content: "\e090";
}

.fa-file-doc::before {
  content: "\e5ed";
}

.fa-square-quarters::before {
  content: "\e44e";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-trash-xmark::before {
  content: "\e2b4";
}

.fa-circle-caret-left::before {
  content: "\f32e";
}

.fa-caret-circle-left::before {
  content: "\f32e";
}

.fa-files::before {
  content: "\e178";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-face-clouds::before {
  content: "\e47d";
}

.fa-user-crown::before {
  content: "\f6a4";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-cart-circle-check::before {
  content: "\e3f1";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-user-tie-hair-long::before {
  content: "\e460";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-head-side-medical::before {
  content: "\f809";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-user-robot::before {
  content: "\e04b";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-card-diamond::before {
  content: "\e3ea";
}

.fa-face-zipper::before {
  content: "\e3a5";
}

.fa-face-raised-eyebrow::before {
  content: "\e388";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-square-chevron-up::before {
  content: "\f32c";
}

.fa-chevron-square-up::before {
  content: "\f32c";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-arrows-to-line::before {
  content: "\e0a7";
}

.fa-dolphin::before {
  content: "\e168";
}

.fa-arrow-up-right::before {
  content: "\e09f";
}

.fa-circle-r::before {
  content: "\e120";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-circle-sort-up::before {
  content: "\e032";
}

.fa-sort-circle-up::before {
  content: "\e032";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-chestnut::before {
  content: "\e3f6";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-heat::before {
  content: "\e00c";
}

.fa-ticket-airline::before {
  content: "\e29a";
}

.fa-boot-heeled::before {
  content: "\e33f";
}

.fa-arrows-minimize::before {
  content: "\e0a5";
}

.fa-compress-arrows::before {
  content: "\e0a5";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-hexagon::before {
  content: "\f312";
}

.fa-manhole::before {
  content: "\e1d6";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-pen::before {
  content: "\f304";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-floppy-disks::before {
  content: "\e183";
}

.fa-toilet-paper-blank-under::before {
  content: "\e29f";
}

.fa-toilet-paper-reverse-alt::before {
  content: "\e29f";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-pump::before {
  content: "\e442";
}

.fa-bus::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-arrow-up-left-from-circle::before {
  content: "\e09e";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-dryer::before {
  content: "\f861";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-chess-bishop-piece::before {
  content: "\f43b";
}

.fa-chess-bishop-alt::before {
  content: "\f43b";
}

.fa-shirt-tank-top::before {
  content: "\e3c9";
}

.fa-diploma::before {
  content: "\f5ea";
}

.fa-scroll-ribbon::before {
  content: "\f5ea";
}

.fa-screencast::before {
  content: "\e23e";
}

.fa-walker::before {
  content: "\f831";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-face-kiss-closed-eyes::before {
  content: "\e37d";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-file-user::before {
  content: "\f65c";
}

.fa-user-police-tie::before {
  content: "\e334";
}

.fa-face-tongue-money::before {
  content: "\e39d";
}

.fa-tennis-ball::before {
  content: "\f45e";
}

.fa-square-l::before {
  content: "\e275";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-calendar-arrow-up::before {
  content: "\e0d1";
}

.fa-calendar-upload::before {
  content: "\e0d1";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-scarf::before {
  content: "\f7c1";
}

.fa-album-circle-plus::before {
  content: "\e48c";
}

.fa-user-nurse-hair-long::before {
  content: "\e45e";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-square-left::before {
  content: "\f351";
}

.fa-arrow-alt-square-left::before {
  content: "\f351";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-circle-ellipsis-vertical::before {
  content: "\e10b";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-grid-dividers::before {
  content: "\e3ad";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-face-pensive::before {
  content: "\e384";
}

.fa-user-music::before {
  content: "\f8eb";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-messages-dollar::before {
  content: "\f652";
}

.fa-comments-alt-dollar::before {
  content: "\f652";
}

.fa-sensor-on::before {
  content: "\e02b";
}

.fa-balloon::before {
  content: "\e2e3";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-chess-queen-piece::before {
  content: "\f446";
}

.fa-chess-queen-alt::before {
  content: "\f446";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-house-person-leave::before {
  content: "\e00f";
}

.fa-house-leave::before {
  content: "\e00f";
}

.fa-house-person-depart::before {
  content: "\e00f";
}

.fa-ruler-triangle::before {
  content: "\f61c";
}

.fa-card-club::before {
  content: "\e3e9";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-spinner-third::before {
  content: "\f3f4";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-phone::before {
  content: "\f095";
}

.fa-computer-mouse-scrollwheel::before {
  content: "\f8cd";
}

.fa-mouse-alt::before {
  content: "\f8cd";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-table-layout::before {
  content: "\e290";
}

.fa-narwhal::before {
  content: "\f6fe";
}

.fa-ramp-loading::before {
  content: "\f4d4";
}

.fa-calendar-circle-plus::before {
  content: "\e470";
}

.fa-toothbrush::before {
  content: "\f635";
}

.fa-border-inner::before {
  content: "\f84e";
}

.fa-paw-claws::before {
  content: "\f702";
}

.fa-kiwi-fruit::before {
  content: "\e30c";
}

.fa-traffic-light-slow::before {
  content: "\f639";
}

.fa-rectangle-code::before {
  content: "\e322";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-keyboard-brightness::before {
  content: "\e1c0";
}

.fa-books-medical::before {
  content: "\f7e8";
}

.fa-lightbulb-slash::before {
  content: "\f673";
}

.fa-house-blank::before {
  content: "\e487";
}

.fa-home-blank::before {
  content: "\e487";
}

.fa-square-5::before {
  content: "\e25a";
}

.fa-square-heart::before {
  content: "\f4c8";
}

.fa-heart-square::before {
  content: "\f4c8";
}

.fa-puzzle::before {
  content: "\e443";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-pipe-circle-check::before {
  content: "\e436";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-octagon-exclamation::before {
  content: "\e204";
}

.fa-dial-low::before {
  content: "\e15d";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-laptop-mobile::before {
  content: "\f87a";
}

.fa-phone-laptop::before {
  content: "\f87a";
}

.fa-conveyor-belt-boxes::before {
  content: "\f46f";
}

.fa-conveyor-belt-alt::before {
  content: "\f46f";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-starfighter-twin-ion-engine-advanced::before {
  content: "\e28e";
}

.fa-starfighter-alt-advanced::before {
  content: "\e28e";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-starfighter-twin-ion-engine::before {
  content: "\e038";
}

.fa-starfighter-alt::before {
  content: "\e038";
}

.fa-rocket-launch::before {
  content: "\e027";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-vent-damper::before {
  content: "\e465";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-ban-bug::before {
  content: "\f7f9";
}

.fa-debug::before {
  content: "\f7f9";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-garage-car::before {
  content: "\e00a";
}

.fa-square-kanban::before {
  content: "\e488";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-coffee-pot::before {
  content: "\e002";
}

.fa-mouse-field::before {
  content: "\e5a8";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-shower-down::before {
  content: "\e24d";
}

.fa-shower-alt::before {
  content: "\e24d";
}

.fa-box-circle-check::before {
  content: "\e0c4";
}

.fa-brightness::before {
  content: "\e0c9";
}

.fa-car-side-bolt::before {
  content: "\e344";
}

.fa-ornament::before {
  content: "\f7b8";
}

.fa-phone-arrow-down-left::before {
  content: "\e223";
}

.fa-phone-arrow-down::before {
  content: "\e223";
}

.fa-phone-incoming::before {
  content: "\e223";
}

.fa-cloud-word::before {
  content: "\e138";
}

.fa-hand-fingers-crossed::before {
  content: "\e1a3";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-arrow-down-small-big::before {
  content: "\f88d";
}

.fa-sort-size-down-alt::before {
  content: "\f88d";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-face-melting::before {
  content: "\e483";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-pen-clip-slash::before {
  content: "\e20f";
}

.fa-pen-alt-slash::before {
  content: "\e20f";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-scroll-old::before {
  content: "\f70f";
}

.fa-guitars::before {
  content: "\f8bf";
}

.fa-phone-xmark::before {
  content: "\e227";
}

.fa-hose::before {
  content: "\e419";
}

.fa-clock-six::before {
  content: "\e352";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-billboard::before {
  content: "\e5cd";
}

.fa-square-r::before {
  content: "\e27c";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-envelope-open-dollar::before {
  content: "\f657";
}

.fa-divide::before {
  content: "\f529";
}

.fa-sun-cloud::before {
  content: "\f763";
}

.fa-lamp-floor::before {
  content: "\e015";
}

.fa-square-7::before {
  content: "\e25c";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-campfire::before {
  content: "\f6ba";
}

.fa-circle-ampersand::before {
  content: "\e0f8";
}

.fa-snowflakes::before {
  content: "\f7cf";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-leaf-maple::before {
  content: "\f6f6";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-cup-straw-swoosh::before {
  content: "\e364";
}

.fa-temperature-sun::before {
  content: "\f76a";
}

.fa-temperature-hot::before {
  content: "\f76a";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-high-definition::before {
  content: "\e1ae";
}

.fa-rectangle-hd::before {
  content: "\e1ae";
}

.fa-j::before {
  content: "J";
}

.fa-galaxy::before {
  content: "\e008";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-cherries::before {
  content: "\e0ec";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-circle-sort::before {
  content: "\e030";
}

.fa-sort-circle::before {
  content: "\e030";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-siren::before {
  content: "\e02d";
}

.fa-arrow-up-to-dotted-line::before {
  content: "\e0a1";
}

.fa-image-landscape::before {
  content: "\e1b5";
}

.fa-landscape::before {
  content: "\e1b5";
}

.fa-tank-water::before {
  content: "\e452";
}

.fa-curling-stone::before {
  content: "\f44a";
}

.fa-curling::before {
  content: "\f44a";
}

.fa-gamepad-modern::before {
  content: "\e5a2";
}

.fa-gamepad-alt::before {
  content: "\e5a2";
}

.fa-messages-question::before {
  content: "\e1e7";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-briefcase-arrow-right::before {
  content: "\e2f2";
}

.fa-expand-wide::before {
  content: "\f320";
}

.fa-clock-eleven-thirty::before {
  content: "\e348";
}

.fa-rv::before {
  content: "\f7be";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-otter::before {
  content: "\f700";
}

.fa-dreidel::before {
  content: "\f792";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-flower-tulip::before {
  content: "\f801";
}

.fa-people-pants-simple::before {
  content: "\e21a";
}

.fa-cloud-drizzle::before {
  content: "\f738";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-solar-system::before {
  content: "\e02f";
}

.fa-seal-question::before {
  content: "\e243";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-disc-drive::before {
  content: "\f8b5";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-table-rows::before {
  content: "\e292";
}

.fa-rows::before {
  content: "\e292";
}

.fa-location-exclamation::before {
  content: "\f608";
}

.fa-map-marker-exclamation::before {
  content: "\f608";
}

.fa-face-fearful::before {
  content: "\e375";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-bus-school::before {
  content: "\f5dd";
}

.fa-film-slash::before {
  content: "\e179";
}

.fa-square-arrow-down-right::before {
  content: "\e262";
}

.fa-book-sparkles::before {
  content: "\f6b8";
}

.fa-book-spells::before {
  content: "\f6b8";
}

.fa-washing-machine::before {
  content: "\f898";
}

.fa-washer::before {
  content: "\f898";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-user-visor::before {
  content: "\e04c";
}

.fa-file-plus-minus::before {
  content: "\e177";
}

.fa-chess-clock-flip::before {
  content: "\f43e";
}

.fa-chess-clock-alt::before {
  content: "\f43e";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-steering-wheel::before {
  content: "\f622";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-stretcher::before {
  content: "\f825";
}

.fa-book-section::before {
  content: "\e0c1";
}

.fa-book-law::before {
  content: "\e0c1";
}

.fa-inboxes::before {
  content: "\e1bb";
}

.fa-coffee-bean::before {
  content: "\e13e";
}

.fa-circle-yen::before {
  content: "\e5d0";
}

.fa-brackets-curly::before {
  content: "\f7ea";
}

.fa-ellipsis-stroke-vertical::before {
  content: "\f39c";
}

.fa-ellipsis-v-alt::before {
  content: "\f39c";
}

.fa-comment::before {
  content: "\f075";
}

.fa-square-1::before {
  content: "\e256";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-head-side::before {
  content: "\f6e9";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-dolly-empty::before {
  content: "\f473";
}

.fa-face-tissue::before {
  content: "\e39c";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-bin-recycle::before {
  content: "\e5f7";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-chart-line-down::before {
  content: "\f64d";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-lock-a::before {
  content: "\e422";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-person-pinball::before {
  content: "\e21d";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-apple-core::before {
  content: "\e08f";
}

.fa-circle-y::before {
  content: "\e12f";
}

.fa-h6::before {
  content: "\e413";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-circle-small::before {
  content: "\e122";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-arrow-turn-down-left::before {
  content: "\e2e1";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-message-medical::before {
  content: "\f7f4";
}

.fa-comment-alt-medical::before {
  content: "\f7f4";
}

.fa-rugby-ball::before {
  content: "\e3c6";
}

.fa-comment-music::before {
  content: "\f8b0";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-tree-deciduous::before {
  content: "\f400";
}

.fa-tree-alt::before {
  content: "\f400";
}

.fa-puzzle-piece-simple::before {
  content: "\e231";
}

.fa-puzzle-piece-alt::before {
  content: "\e231";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-nfc-trash::before {
  content: "\e1fd";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-file-xmark::before {
  content: "\f317";
}

.fa-file-times::before {
  content: "\f317";
}

.fa-house-heart::before {
  content: "\f4c9";
}

.fa-home-heart::before {
  content: "\f4c9";
}

.fa-house-chimney-blank::before {
  content: "\e3b0";
}

.fa-meter-bolt::before {
  content: "\e1e9";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-slash-back::before {
  content: "\\";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-fishing-rod::before {
  content: "\e3a8";
}

.fa-hammer-crash::before {
  content: "\e414";
}

.fa-message-heart::before {
  content: "\e5c9";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-camera-polaroid::before {
  content: "\f8aa";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-cart-arrow-up::before {
  content: "\e3ee";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-buoy-mooring::before {
  content: "\e5b6";
}

.fa-square-4::before {
  content: "\e259";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-tricycle-adult::before {
  content: "\e5c4";
}

.fa-waveform::before {
  content: "\f8f1";
}

.fa-water::before {
  content: "\f773";
}

.fa-star-sharp-half-stroke::before {
  content: "\e28d";
}

.fa-star-sharp-half-alt::before {
  content: "\e28d";
}

.fa-nfc-signal::before {
  content: "\e1fb";
}

.fa-plane-prop::before {
  content: "\e22b";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-clock-desk::before {
  content: "\e134";
}

.fa-calendar-clock::before {
  content: "\e0d2";
}

.fa-calendar-time::before {
  content: "\e0d2";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-plate-utensils::before {
  content: "\e43b";
}

.fa-family-pants::before {
  content: "\e302";
}

.fa-hose-reel::before {
  content: "\e41a";
}

.fa-house-window::before {
  content: "\e3b3";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-cloud-rainbow::before {
  content: "\f73e";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-alien::before {
  content: "\f8f5";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-laptop-binary::before {
  content: "\e5e7";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-people-dress-simple::before {
  content: "\e218";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-bowling-ball-pin::before {
  content: "\e0c3";
}

.fa-bell-school-slash::before {
  content: "\f5d6";
}

.fa-plus-large::before {
  content: "\e59e";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-camera-viewfinder::before {
  content: "\e0da";
}

.fa-screenshot::before {
  content: "\e0da";
}

.fa-message-music::before {
  content: "\f8af";
}

.fa-comment-alt-music::before {
  content: "\f8af";
}

.fa-car-building::before {
  content: "\f859";
}

.fa-border-bottom-right::before {
  content: "\f854";
}

.fa-border-style-alt::before {
  content: "\f854";
}

.fa-octagon::before {
  content: "\f306";
}

.fa-comment-arrow-up-right::before {
  content: "\e145";
}

.fa-octagon-divide::before {
  content: "\e203";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-tv-music::before {
  content: "\f8e6";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-reel::before {
  content: "\e238";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-alarm-exclamation::before {
  content: "\f843";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-traffic-cone::before {
  content: "\f636";
}

.fa-grate::before {
  content: "\e193";
}

.fa-arrow-down-right::before {
  content: "\e093";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-person-from-portal::before {
  content: "\e023";
}

.fa-portal-exit::before {
  content: "\e023";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-cowbell-circle-plus::before {
  content: "\f8b4";
}

.fa-cowbell-more::before {
  content: "\f8b4";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-distribute-spacing-vertical::before {
  content: "\e366";
}

.fa-signal-bars-fair::before {
  content: "\f692";
}

.fa-signal-alt-2::before {
  content: "\f692";
}

.fa-sportsball::before {
  content: "\e44b";
}

.fa-game-console-handheld-crank::before {
  content: "\e5b9";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-face-smile-upside-down::before {
  content: "\e395";
}

.fa-ball-pile::before {
  content: "\f77e";
}

.fa-badge-dollar::before {
  content: "\f645";
}

.fa-money-bills-simple::before {
  content: "\e1f4";
}

.fa-money-bills-alt::before {
  content: "\e1f4";
}

.fa-list-timeline::before {
  content: "\e1d1";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-keyboard-down::before {
  content: "\e1c2";
}

.fa-circle-up-right::before {
  content: "\e129";
}

.fa-cloud-bolt-moon::before {
  content: "\f76d";
}

.fa-thunderstorm-moon::before {
  content: "\f76d";
}

.fa-dna::before {
  content: "\f471";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-bracket-round-right::before {
  content: "\)";
}

.fa-circle-sterling::before {
  content: "\e5cf";
}

.fa-circle-5::before {
  content: "\e0f2";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-fire-flame::before {
  content: "\f6df";
}

.fa-flame::before {
  content: "\f6df";
}

.fa-right-to-line::before {
  content: "\f34c";
}

.fa-arrow-alt-to-right::before {
  content: "\f34c";
}

.fa-gif::before {
  content: "\e190";
}

.fa-chess::before {
  content: "\f439";
}

.fa-trash-slash::before {
  content: "\e2b3";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-font-case::before {
  content: "\f866";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-arrow-down-left::before {
  content: "\e091";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-flask-round-poison::before {
  content: "\f6e0";
}

.fa-flask-poison::before {
  content: "\f6e0";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-book-circle-arrow-right::before {
  content: "\e0bc";
}

.fa-chart-user::before {
  content: "\f6a3";
}

.fa-user-chart::before {
  content: "\f6a3";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-presentation-screen::before {
  content: "\f685";
}

.fa-presentation::before {
  content: "\f685";
}

.fa-circle-bolt::before {
  content: "\e0fe";
}

.fa-face-smile-halo::before {
  content: "\e38f";
}

.fa-cart-circle-arrow-down::before {
  content: "\e3ef";
}

.fa-house-person-return::before {
  content: "\e011";
}

.fa-house-person-arrive::before {
  content: "\e011";
}

.fa-house-return::before {
  content: "\e011";
}

.fa-message-xmark::before {
  content: "\f4ab";
}

.fa-comment-alt-times::before {
  content: "\f4ab";
}

.fa-message-times::before {
  content: "\f4ab";
}

.fa-file-certificate::before {
  content: "\f5f3";
}

.fa-file-award::before {
  content: "\f5f3";
}

.fa-user-doctor-hair-long::before {
  content: "\e459";
}

.fa-camera-security::before {
  content: "\f8fe";
}

.fa-camera-home::before {
  content: "\f8fe";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-book-heart::before {
  content: "\f499";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-duck::before {
  content: "\f6d8";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-flag-swallowtail::before {
  content: "\f74c";
}

.fa-flag-alt::before {
  content: "\f74c";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-car-garage::before {
  content: "\f5e2";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-book-font::before {
  content: "\e0bf";
}

.fa-shield-plus::before {
  content: "\e24a";
}

.fa-vials::before {
  content: "\f493";
}

.fa-eye-dropper-full::before {
  content: "\e172";
}

.fa-distribute-spacing-horizontal::before {
  content: "\e365";
}

.fa-tablet-rugged::before {
  content: "\f48f";
}

.fa-temperature-snow::before {
  content: "\f768";
}

.fa-temperature-frigid::before {
  content: "\f768";
}

.fa-moped::before {
  content: "\e3b9";
}

.fa-face-smile-plus::before {
  content: "\f5b9";
}

.fa-smile-plus::before {
  content: "\f5b9";
}

.fa-radio-tuner::before {
  content: "\f8d8";
}

.fa-radio-alt::before {
  content: "\f8d8";
}

.fa-face-swear::before {
  content: "\e399";
}

.fa-water-arrow-down::before {
  content: "\f774";
}

.fa-water-lower::before {
  content: "\f774";
}

.fa-scanner-touchscreen::before {
  content: "\f48a";
}

.fa-circle-7::before {
  content: "\e0f4";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-person-ski-jumping::before {
  content: "\f7c7";
}

.fa-ski-jump::before {
  content: "\f7c7";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-water-arrow-up::before {
  content: "\f775";
}

.fa-water-rise::before {
  content: "\f775";
}

.fa-waveform-lines::before {
  content: "\f8f2";
}

.fa-waveform-path::before {
  content: "\f8f2";
}

.fa-split::before {
  content: "\e254";
}

.fa-film-canister::before {
  content: "\f8b7";
}

.fa-film-cannister::before {
  content: "\f8b7";
}

.fa-folder-xmark::before {
  content: "\f65f";
}

.fa-folder-times::before {
  content: "\f65f";
}

.fa-toilet-paper-blank::before {
  content: "\f71f";
}

.fa-toilet-paper-alt::before {
  content: "\f71f";
}

.fa-tablet-screen::before {
  content: "\f3fc";
}

.fa-tablet-android-alt::before {
  content: "\f3fc";
}

.fa-hexagon-vertical-nft-slanted::before {
  content: "\e506";
}

.fa-folder-music::before {
  content: "\e18d";
}

.fa-display-medical::before {
  content: "\e166";
}

.fa-desktop-medical::before {
  content: "\e166";
}

.fa-share-all::before {
  content: "\f367";
}

.fa-peapod::before {
  content: "\e31c";
}

.fa-chess-clock::before {
  content: "\f43d";
}

.fa-axe::before {
  content: "\f6b2";
}

.fa-square-d::before {
  content: "\e268";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-mobile-signal-out::before {
  content: "\e1f0";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-u::before {
  content: "U";
}

.fa-arrow-up-from-dotted-line::before {
  content: "\e09b";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-light-switch-on::before {
  content: "\e019";
}

.fa-arrow-down-arrow-up::before {
  content: "\f883";
}

.fa-sort-alt::before {
  content: "\f883";
}

.fa-raindrops::before {
  content: "\f75c";
}

.fa-dash::before {
  content: "\e404";
}

.fa-minus-large::before {
  content: "\e404";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-input-numeric::before {
  content: "\e1bd";
}

.fa-truck-tow::before {
  content: "\e2b8";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-car-bolt::before {
  content: "\e341";
}

.fa-arrows-maximize::before {
  content: "\f31d";
}

.fa-expand-arrows::before {
  content: "\f31d";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-cloud-sleet::before {
  content: "\f741";
}

.fa-lamp-street::before {
  content: "\e1c5";
}

.fa-list-radio::before {
  content: "\e1d0";
}

.fa-pen-nib-slash::before {
  content: "\e4a1";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-square-up-left::before {
  content: "\e282";
}

.fa-overline::before {
  content: "\f876";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-arrows-from-dotted-line::before {
  content: "\e0a3";
}

.fa-usb-drive::before {
  content: "\f8e9";
}

.fa-ballot::before {
  content: "\f732";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-location-dot-slash::before {
  content: "\f605";
}

.fa-map-marker-alt-slash::before {
  content: "\f605";
}

.fa-cards::before {
  content: "\e3ed";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-boxing-glove::before {
  content: "\f438";
}

.fa-glove-boxing::before {
  content: "\f438";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-bell-school::before {
  content: "\f5d5";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-folder-heart::before {
  content: "\e189";
}

.fa-circle-location-arrow::before {
  content: "\f602";
}

.fa-location-circle::before {
  content: "\f602";
}

.fa-face-head-bandage::before {
  content: "\e37a";
}

.fa-sushi-roll::before {
  content: "\e48b";
}

.fa-maki-roll::before {
  content: "\e48b";
}

.fa-makizushi::before {
  content: "\e48b";
}

.fa-car-bump::before {
  content: "\f5e0";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-racquet::before {
  content: "\f45a";
}

.fa-car-mirrors::before {
  content: "\e343";
}

.fa-industry-windows::before {
  content: "\f3b3";
}

.fa-industry-alt::before {
  content: "\f3b3";
}

.fa-bolt-auto::before {
  content: "\e0b6";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-flux-capacitor::before {
  content: "\f8ba";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-honey-pot::before {
  content: "\e418";
}

.fa-olive::before {
  content: "\e316";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-filter-list::before {
  content: "\e17c";
}

.fa-outlet::before {
  content: "\e01c";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-cauldron::before {
  content: "\f6bf";
}

.fa-people::before {
  content: "\e216";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-croissant::before {
  content: "\f7f6";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-swords-laser::before {
  content: "\e03d";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-square-u::before {
  content: "\e281";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-router::before {
  content: "\f8da";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-sword-laser-alt::before {
  content: "\e03c";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-coin::before {
  content: "\f85c";
}

.fa-laptop-slash::before {
  content: "\e1c7";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-circle-b::before {
  content: "\e0fd";
}

.fa-person-dress-simple::before {
  content: "\e21c";
}

.fa-pipe-collar::before {
  content: "\e437";
}

.fa-lights-holiday::before {
  content: "\f7b2";
}

.fa-citrus::before {
  content: "\e2f4";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-chart-tree-map::before {
  content: "\e0ea";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-clock-five-thirty::before {
  content: "\e34a";
}

.fa-pipe-valve::before {
  content: "\e439";
}

.fa-arrow-up-from-arc::before {
  content: "\e4b4";
}

.fa-face-spiral-eyes::before {
  content: "\e485";
}

.fa-compress-wide::before {
  content: "\f326";
}

.fa-circle-phone-hangup::before {
  content: "\e11d";
}

.fa-phone-circle-down::before {
  content: "\e11d";
}

.fa-gear-complex-code::before {
  content: "\e5eb";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-badminton::before {
  content: "\e33a";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-right-from-line::before {
  content: "\f347";
}

.fa-arrow-alt-from-left::before {
  content: "\f347";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-images::before {
  content: "\f302";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-shuttlecock::before {
  content: "\f45b";
}

.fa-user-hair::before {
  content: "\e45a";
}

.fa-eye-evil::before {
  content: "\f6db";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-n::before {
  content: "N";
}

.fa-swap::before {
  content: "\e609";
}

.fa-garage::before {
  content: "\e009";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-shovel-snow::before {
  content: "\f7c3";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-face-lying::before {
  content: "\e37e";
}

.fa-sprinkler::before {
  content: "\e035";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-person-sledding::before {
  content: "\f7cb";
}

.fa-sledding::before {
  content: "\f7cb";
}

.fa-game-console-handheld::before {
  content: "\f8bb";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-clock-six-thirty::before {
  content: "\e353";
}

.fa-battery-slash::before {
  content: "\f377";
}

.fa-tugrik-sign::before {
  content: "\e2ba";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-download::before {
  content: "\f019";
}

.fa-angles-up-down::before {
  content: "\e60d";
}

.fa-shelves::before {
  content: "\f480";
}

.fa-inventory::before {
  content: "\f480";
}

.fa-cloud-snow::before {
  content: "\f742";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-oven::before {
  content: "\e01d";
}

.fa-cloud-binary::before {
  content: "\e601";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-comment-captions::before {
  content: "\e146";
}

.fa-comments-question::before {
  content: "\e14e";
}

.fa-scribble::before {
  content: "\e23f";
}

.fa-rotate-exclamation::before {
  content: "\e23c";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-glass::before {
  content: "\f804";
}

.fa-loader::before {
  content: "\e1d4";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-user-pilot::before {
  content: "\e2c0";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-code-pull-request-closed::before {
  content: "\e3f9";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-face-dotted::before {
  content: "\e47f";
}

.fa-face-worried::before {
  content: "\e3a3";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-vector-circle::before {
  content: "\e2c6";
}

.fa-car-circle-bolt::before {
  content: "\e342";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-flying-disc::before {
  content: "\e3a9";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-square-down-right::before {
  content: "\e26c";
}

.fa-b::before {
  content: "B";
}

.fa-seat-airline::before {
  content: "\e244";
}

.fa-moon-over-sun::before {
  content: "\f74a";
}

.fa-eclipse-alt::before {
  content: "\f74a";
}

.fa-pipe::before {
  content: "\|";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-potato::before {
  content: "\e440";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-circle-a::before {
  content: "\e0f7";
}

.fa-helmet-battle::before {
  content: "\f6eb";
}

.fa-butter::before {
  content: "\e3e4";
}

.fa-blanket-fire::before {
  content: "\e3da";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-castle::before {
  content: "\e0de";
}

.fa-golf-club::before {
  content: "\f451";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-chart-pie-simple-circle-dollar::before {
  content: "\e605";
}

.fa-balloons::before {
  content: "\e2e4";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-timeline-arrow::before {
  content: "\e29d";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-game-board-simple::before {
  content: "\f868";
}

.fa-game-board-alt::before {
  content: "\f868";
}

.fa-circle-video::before {
  content: "\e12b";
}

.fa-video-circle::before {
  content: "\e12b";
}

.fa-chart-scatter-bubble::before {
  content: "\e0e9";
}

.fa-house-turret::before {
  content: "\e1b4";
}

.fa-banana::before {
  content: "\e2e5";
}

.fa-hand-holding-skull::before {
  content: "\e1a4";
}

.fa-people-dress::before {
  content: "\e217";
}

.fa-loveseat::before {
  content: "\f4cc";
}

.fa-couch-small::before {
  content: "\f4cc";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-block-quote::before {
  content: "\e0b5";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-money-check-dollar-pen::before {
  content: "\f873";
}

.fa-money-check-edit-alt::before {
  content: "\f873";
}

.fa-up-from-line::before {
  content: "\f346";
}

.fa-arrow-alt-from-bottom::before {
  content: "\f346";
}

.fa-upload::before {
  content: "\f093";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-grid-round-2-plus::before {
  content: "\e5dc";
}

.fa-people-pants::before {
  content: "\e219";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-windsock::before {
  content: "\f777";
}

.fa-circle-half::before {
  content: "\e110";
}

.fa-brake-warning::before {
  content: "\e0c7";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-saxophone-fire::before {
  content: "\f8db";
}

.fa-sax-hot::before {
  content: "\f8db";
}

.fa-camera-web-slash::before {
  content: "\f833";
}

.fa-webcam-slash::before {
  content: "\f833";
}

.fa-folder-medical::before {
  content: "\e18c";
}

.fa-folder-gear::before {
  content: "\e187";
}

.fa-folder-cog::before {
  content: "\e187";
}

.fa-hand-wave::before {
  content: "\e1a7";
}

.fa-arrow-up-arrow-down::before {
  content: "\e099";
}

.fa-sort-up-down::before {
  content: "\e099";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-message-slash::before {
  content: "\f4a9";
}

.fa-comment-alt-slash::before {
  content: "\f4a9";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-trash-can-check::before {
  content: "\e2a9";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-person-simple::before {
  content: "\e220";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-mars::before {
  content: "\f222";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-gear-code::before {
  content: "\e5e8";
}

.fa-notes::before {
  content: "\e202";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-trash-undo::before {
  content: "\f895";
}

.fa-trash-arrow-turn-left::before {
  content: "\f895";
}

.fa-champagne-glass::before {
  content: "\f79e";
}

.fa-glass-champagne::before {
  content: "\f79e";
}

.fa-objects-align-center-horizontal::before {
  content: "\e3bc";
}

.fa-sun::before {
  content: "\f185";
}

.fa-trash-can-slash::before {
  content: "\e2ad";
}

.fa-trash-alt-slash::before {
  content: "\e2ad";
}

.fa-screen-users::before {
  content: "\f63d";
}

.fa-users-class::before {
  content: "\f63d";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-square-arrow-left::before {
  content: "\f33a";
}

.fa-arrow-square-left::before {
  content: "\f33a";
}

.fa-square-8::before {
  content: "\e25d";
}

.fa-face-smile-hearts::before {
  content: "\e390";
}

.fa-brackets-square::before {
  content: "\f7e9";
}

.fa-brackets::before {
  content: "\f7e9";
}

.fa-laptop-arrow-down::before {
  content: "\e1c6";
}

.fa-hockey-stick-puck::before {
  content: "\e3ae";
}

.fa-house-tree::before {
  content: "\e1b3";
}

.fa-signal-fair::before {
  content: "\f68d";
}

.fa-signal-2::before {
  content: "\f68d";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-circle-dollar::before {
  content: "\f2e8";
}

.fa-dollar-circle::before {
  content: "\f2e8";
}

.fa-usd-circle::before {
  content: "\f2e8";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-arrows-repeat::before {
  content: "\f364";
}

.fa-repeat-alt::before {
  content: "\f364";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-industry::before {
  content: "\f275";
}

.fa-image-polaroid::before {
  content: "\f8c4";
}

.fa-wave-triangle::before {
  content: "\f89a";
}

.fa-person-running-fast::before {
  content: "\e5ff";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-grill::before {
  content: "\e5a3";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-chart-mixed::before {
  content: "\f643";
}

.fa-analytics::before {
  content: "\f643";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-less-than::before {
  content: "\<";
}

.fa-display-code::before {
  content: "\e165";
}

.fa-desktop-code::before {
  content: "\e165";
}

.fa-face-drooling::before {
  content: "\e372";
}

.fa-oil-temperature::before {
  content: "\f614";
}

.fa-oil-temp::before {
  content: "\f614";
}

.fa-square-question::before {
  content: "\f2fd";
}

.fa-question-square::before {
  content: "\f2fd";
}

.fa-air-conditioner::before {
  content: "\f8f4";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-mountains::before {
  content: "\f6fd";
}

.fa-omega::before {
  content: "\f67a";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-person-dolly-empty::before {
  content: "\f4d1";
}

.fa-pan-food::before {
  content: "\e42b";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-tickets-airline::before {
  content: "\e29b";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-nfc-slash::before {
  content: "\e1fc";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-grid-2-plus::before {
  content: "\e197";
}

.fa-bells::before {
  content: "\f77f";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-envelope-dot::before {
  content: "\e16f";
}

.fa-envelope-badge::before {
  content: "\e16f";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-bug::before {
  content: "\f188";
}

.fa-bowl-chopsticks::before {
  content: "\e2e9";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-circle-s::before {
  content: "\e121";
}

.fa-box-ballot::before {
  content: "\f735";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-user-tie-hair::before {
  content: "\e45f";
}

.fa-podium-star::before {
  content: "\f758";
}

.fa-user-hair-mullet::before {
  content: "\e45c";
}

.fa-business-front::before {
  content: "\e45c";
}

.fa-party-back::before {
  content: "\e45c";
}

.fa-trian-balbot::before {
  content: "\e45c";
}

.fa-microphone-stand::before {
  content: "\f8cb";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-family-dress::before {
  content: "\e301";
}

.fa-circle-x::before {
  content: "\e12e";
}

.fa-cabin::before {
  content: "\e46d";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-chart-simple-horizontal::before {
  content: "\e474";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-hand-back-point-left::before {
  content: "\e19f";
}

.fa-message-dots::before {
  content: "\f4a3";
}

.fa-comment-alt-dots::before {
  content: "\f4a3";
}

.fa-messaging::before {
  content: "\f4a3";
}

.fa-file-heart::before {
  content: "\e176";
}

.fa-beer-mug::before {
  content: "\e0b3";
}

.fa-beer-foam::before {
  content: "\e0b3";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-drone::before {
  content: "\f85f";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-person-fairy::before {
  content: "\e608";
}

.fa-bed::before {
  content: "\f236";
}

.fa-book-copy::before {
  content: "\e0be";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-square-c::before {
  content: "\e266";
}

.fa-clock-two::before {
  content: "\e35a";
}

.fa-square-ellipsis-vertical::before {
  content: "\e26f";
}

.fa-calendar-users::before {
  content: "\e5e2";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-bee::before {
  content: "\e0b2";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-candy-bar::before {
  content: "\e3e8";
}

.fa-chocolate-bar::before {
  content: "\e3e8";
}

.fa-xmark-large::before {
  content: "\e59b";
}

.fa-pinata::before {
  content: "\e3c3";
}

.fa-arrows-from-line::before {
  content: "\e0a4";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-bowl-spoon::before {
  content: "\e3e0";
}

.fa-hexagon-check::before {
  content: "\e416";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-traffic-light-stop::before {
  content: "\f63a";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-accent-grave::before {
  content: "\`";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-circle-0::before {
  content: "\e0ed";
}

.fa-dial-med-low::before {
  content: "\e160";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-crab::before {
  content: "\e3ff";
}

.fa-box-open-full::before {
  content: "\f49c";
}

.fa-box-full::before {
  content: "\f49c";
}

.fa-file::before {
  content: "\f15b";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-quotes::before {
  content: "\e234";
}

.fa-pretzel::before {
  content: "\e441";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-user-robot-xmarks::before {
  content: "\e4a7";
}

.fa-message-quote::before {
  content: "\e1e4";
}

.fa-comment-alt-quote::before {
  content: "\e1e4";
}

.fa-candy-corn::before {
  content: "\f6bd";
}

.fa-folder-magnifying-glass::before {
  content: "\e18b";
}

.fa-folder-search::before {
  content: "\e18b";
}

.fa-notebook::before {
  content: "\e201";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-bullseye-pointer::before {
  content: "\f649";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-hexagon-image::before {
  content: "\e504";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-crate-apple::before {
  content: "\f6b1";
}

.fa-apple-crate::before {
  content: "\f6b1";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-game-board::before {
  content: "\f867";
}

.fa-hat-chef::before {
  content: "\f86b";
}

.fa-hand-back-point-right::before {
  content: "\e1a1";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-snowflake-droplets::before {
  content: "\e5c1";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-grid-4::before {
  content: "\e198";
}

.fa-socks::before {
  content: "\f696";
}

.fa-face-sunglasses::before {
  content: "\e398";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-square-0::before {
  content: "\e255";
}

.fa-section::before {
  content: "\e447";
}

.fa-square-this-way-up::before {
  content: "\f49f";
}

.fa-box-up::before {
  content: "\f49f";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-square-ampersand::before {
  content: "\e260";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-lamp-desk::before {
  content: "\e014";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-poll-people::before {
  content: "\f759";
}

.fa-whiskey-glass-ice::before {
  content: "\f7a1";
}

.fa-glass-whiskey-rocks::before {
  content: "\f7a1";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-user-bounty-hunter::before {
  content: "\e2bf";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-diagram-sankey::before {
  content: "\e158";
}

.fa-cloud-hail-mixed::before {
  content: "\f73a";
}

.fa-circle-up-left::before {
  content: "\e128";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-objects-align-left::before {
  content: "\e3be";
}

.fa-oil-can-drip::before {
  content: "\e205";
}

.fa-face-smiling-hands::before {
  content: "\e396";
}

.fa-broccoli::before {
  content: "\e3e2";
}

.fa-route-interstate::before {
  content: "\f61b";
}

.fa-ear-muffs::before {
  content: "\f795";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-transporter-empty::before {
  content: "\e046";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-angle-90::before {
  content: "\e08d";
}

.fa-rectangle-terminal::before {
  content: "\e236";
}

.fa-kite::before {
  content: "\f6f4";
}

.fa-drum::before {
  content: "\f569";
}

.fa-scrubber::before {
  content: "\f2f8";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-fish-bones::before {
  content: "\e304";
}

.fa-deer-rudolph::before {
  content: "\f78f";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-head-side-heart::before {
  content: "\e1aa";
}

.fa-square-e::before {
  content: "\e26d";
}

.fa-meter-fire::before {
  content: "\e1eb";
}

.fa-cloud-hail::before {
  content: "\f739";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-money-from-bracket::before {
  content: "\e312";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-car-bus::before {
  content: "\f85a";
}

.fa-speaker::before {
  content: "\f8df";
}

.fa-timer::before {
  content: "\e29e";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-grill-hot::before {
  content: "\e5a5";
}

.fa-ballot-check::before {
  content: "\f733";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-file-minus::before {
  content: "\f318";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-play::before {
  content: "\f04b";
}

.fa-font::before {
  content: "\f031";
}

.fa-cup-togo::before {
  content: "\f6c5";
}

.fa-coffee-togo::before {
  content: "\f6c5";
}

.fa-square-down-left::before {
  content: "\e26b";
}

.fa-burger-lettuce::before {
  content: "\e3e3";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-chevrons-down::before {
  content: "\f322";
}

.fa-chevron-double-down::before {
  content: "\f322";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-signal-good::before {
  content: "\f68e";
}

.fa-signal-3::before {
  content: "\f68e";
}

.fa-location-question::before {
  content: "\f60b";
}

.fa-map-marker-question::before {
  content: "\f60b";
}

.fa-floppy-disk-circle-xmark::before {
  content: "\e181";
}

.fa-floppy-disk-times::before {
  content: "\e181";
}

.fa-save-circle-xmark::before {
  content: "\e181";
}

.fa-save-times::before {
  content: "\e181";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-peach::before {
  content: "\e20b";
}

.fa-taxi-bus::before {
  content: "\e298";
}

.fa-bracket-curly::before {
  content: "\{";
}

.fa-bracket-curly-left::before {
  content: "\{";
}

.fa-lobster::before {
  content: "\e421";
}

.fa-cart-flatbed-empty::before {
  content: "\f476";
}

.fa-dolly-flatbed-empty::before {
  content: "\f476";
}

.fa-colon::before {
  content: "\:";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-wand::before {
  content: "\f72a";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-table-picnic::before {
  content: "\e32d";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-circle-microphone-lines::before {
  content: "\e117";
}

.fa-microphone-circle-alt::before {
  content: "\e117";
}

.fa-display-slash::before {
  content: "\e2fa";
}

.fa-desktop-slash::before {
  content: "\e2fa";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-transporter-2::before {
  content: "\e044";
}

.fa-hands-holding-diamond::before {
  content: "\f47c";
}

.fa-hand-receiving::before {
  content: "\f47c";
}

.fa-money-bill-simple-wave::before {
  content: "\e1f2";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-bell-plus::before {
  content: "\f849";
}

.fa-book-arrow-right::before {
  content: "\e0b9";
}

.fa-hospitals::before {
  content: "\f80e";
}

.fa-club::before {
  content: "\f327";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-droplet-degree::before {
  content: "\f748";
}

.fa-dewpoint::before {
  content: "\f748";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-hand-holding-magic::before {
  content: "\f6e5";
}

.fa-watermelon-slice::before {
  content: "\e337";
}

.fa-circle-ellipsis::before {
  content: "\e10a";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-sd-cards::before {
  content: "\e240";
}

.fa-jug-bottle::before {
  content: "\e5fb";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-envelopes::before {
  content: "\e170";
}

.fa-phone-office::before {
  content: "\f67d";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-nfc-pen::before {
  content: "\e1fa";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-hat-winter::before {
  content: "\f7a8";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-bone-break::before {
  content: "\f5d8";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-down-from-dotted-line::before {
  content: "\e407";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-border-left::before {
  content: "\f84f";
}

.fa-circle-divide::before {
  content: "\e106";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-diagram-subtask::before {
  content: "\e479";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-square-y::before {
  content: "\e287";
}

.fa-user-doctor-hair::before {
  content: "\e458";
}

.fa-planet-ringed::before {
  content: "\e020";
}

.fa-mushroom::before {
  content: "\e425";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-megaphone::before {
  content: "\f675";
}

.fa-wreath-laurel::before {
  content: "\e5d2";
}

.fa-circle-exclamation-check::before {
  content: "\e10d";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-box-dollar::before {
  content: "\f4a0";
}

.fa-box-usd::before {
  content: "\f4a0";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-y::before {
  content: "Y";
}

.fa-user-headset::before {
  content: "\f82d";
}

.fa-arrows-retweet::before {
  content: "\f361";
}

.fa-retweet-alt::before {
  content: "\f361";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-square-chevron-right::before {
  content: "\f32b";
}

.fa-chevron-square-right::before {
  content: "\f32b";
}

.fa-lacrosse-stick-ball::before {
  content: "\e3b6";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-user-magnifying-glass::before {
  content: "\e5c5";
}

.fa-star-sharp::before {
  content: "\e28b";
}

.fa-comment-heart::before {
  content: "\e5c8";
}

.fa-circle-1::before {
  content: "\e0ee";
}

.fa-circle-star::before {
  content: "\e123";
}

.fa-star-circle::before {
  content: "\e123";
}

.fa-fish::before {
  content: "\f578";
}

.fa-cloud-fog::before {
  content: "\f74e";
}

.fa-fog::before {
  content: "\f74e";
}

.fa-waffle::before {
  content: "\e466";
}

.fa-music-note::before {
  content: "\f8cf";
}

.fa-music-alt::before {
  content: "\f8cf";
}

.fa-hexagon-exclamation::before {
  content: "\e417";
}

.fa-cart-shopping-fast::before {
  content: "\e0dc";
}

.fa-object-union::before {
  content: "\e49f";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-starfighter::before {
  content: "\e037";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-arrow-right-long-to-line::before {
  content: "\e3d5";
}

.fa-square-arrow-down::before {
  content: "\f339";
}

.fa-arrow-square-down::before {
  content: "\f339";
}

.fa-diamond-half-stroke::before {
  content: "\e5b8";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-square-chevron-left::before {
  content: "\f32a";
}

.fa-chevron-square-left::before {
  content: "\f32a";
}

.fa-phone-intercom::before {
  content: "\e434";
}

.fa-link-horizontal::before {
  content: "\e1cb";
}

.fa-chain-horizontal::before {
  content: "\e1cb";
}

.fa-mango::before {
  content: "\e30f";
}

.fa-music-note-slash::before {
  content: "\f8d0";
}

.fa-music-alt-slash::before {
  content: "\f8d0";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-face-tongue-sweat::before {
  content: "\e39e";
}

.fa-globe-stand::before {
  content: "\f5f6";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-circle-p::before {
  content: "\e11a";
}

.fa-award-simple::before {
  content: "\e0ab";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-pedestal::before {
  content: "\e20d";
}

.fa-chart-pyramid::before {
  content: "\e0e6";
}

.fa-sidebar::before {
  content: "\e24e";
}

.fa-snowman-head::before {
  content: "\f79b";
}

.fa-frosty-head::before {
  content: "\f79b";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-burger-glass::before {
  content: "\e0ce";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-bars-filter::before {
  content: "\e0ad";
}

.fa-paintbrush-pencil::before {
  content: "\e206";
}

.fa-party-bell::before {
  content: "\e31a";
}

.fa-user-vneck-hair::before {
  content: "\e462";
}

.fa-jack-o-lantern::before {
  content: "\f30e";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-keynote::before {
  content: "\f66c";
}

.fa-child-combatant::before {
  content: "\e4e0";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-hat-beach::before {
  content: "\e606";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "\f065";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-fort::before {
  content: "\e486";
}

.fa-cloud-check::before {
  content: "\e35c";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-face-smirking::before {
  content: "\e397";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-rhombus::before {
  content: "\e23b";
}

.fa-claw-marks::before {
  content: "\f6c2";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-face-smile-tongue::before {
  content: "\e394";
}

.fa-cart-circle-xmark::before {
  content: "\e3f4";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-circle-phone-flip::before {
  content: "\e11c";
}

.fa-phone-circle-alt::before {
  content: "\e11c";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-key-skeleton::before {
  content: "\f6f3";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-arrow-down-to-bracket::before {
  content: "\e094";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-square-q::before {
  content: "\e27b";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-symbols::before {
  content: "\f86e";
}

.fa-icons-alt::before {
  content: "\f86e";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-flask-gear::before {
  content: "\e5f1";
}

.fa-highlighter-line::before {
  content: "\e1af";
}

.fa-bracket-square::before {
  content: "\[";
}

.fa-bracket::before {
  content: "\[";
}

.fa-bracket-left::before {
  content: "\[";
}

.fa-island-tropical::before {
  content: "\f811";
}

.fa-island-tree-palm::before {
  content: "\f811";
}

.fa-arrow-right-from-line::before {
  content: "\f343";
}

.fa-arrow-from-left::before {
  content: "\f343";
}

.fa-h2::before {
  content: "\f314";
}

.fa-equals::before {
  content: "\=";
}

.fa-cake-slice::before {
  content: "\e3e5";
}

.fa-shortcake::before {
  content: "\e3e5";
}

.fa-peanut::before {
  content: "\e430";
}

.fa-wrench-simple::before {
  content: "\e2d1";
}

.fa-blender::before {
  content: "\f517";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-tally-2::before {
  content: "\e295";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-cars::before {
  content: "\f85b";
}

.fa-axe-battle::before {
  content: "\f6b3";
}

.fa-user-hair-long::before {
  content: "\e45b";
}

.fa-map::before {
  content: "\f279";
}

.fa-arrow-left-from-arc::before {
  content: "\e615";
}

.fa-file-circle-info::before {
  content: "\e493";
}

.fa-face-disappointed::before {
  content: "\e36f";
}

.fa-lasso-sparkles::before {
  content: "\e1c9";
}

.fa-clock-eleven::before {
  content: "\e347";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-siren-on::before {
  content: "\e02e";
}

.fa-clock-ten::before {
  content: "\e354";
}

.fa-candle-holder::before {
  content: "\f6bc";
}

.fa-video-arrow-down-left::before {
  content: "\e2c8";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-floppy-disk-circle-arrow-right::before {
  content: "\e180";
}

.fa-save-circle-arrow-right::before {
  content: "\e180";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-planet-moon::before {
  content: "\e01f";
}

.fa-face-eyes-xmarks::before {
  content: "\e374";
}

.fa-chart-scatter::before {
  content: "\f7ee";
}

.fa-display-arrow-down::before {
  content: "\e164";
}

.fa-store::before {
  content: "\f54e";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-olive-branch::before {
  content: "\e317";
}

.fa-angle::before {
  content: "\e08c";
}

.fa-vacuum-robot::before {
  content: "\e04e";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-square-divide::before {
  content: "\e26a";
}

.fa-signal-stream-slash::before {
  content: "\e250";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-eye-dropper-half::before {
  content: "\e173";
}

.fa-store-lock::before {
  content: "\e4a6";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-cloud-bolt-sun::before {
  content: "\f76e";
}

.fa-thunderstorm-sun::before {
  content: "\f76e";
}

.fa-camera-slash::before {
  content: "\e0d9";
}

.fa-comment-quote::before {
  content: "\e14c";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-message-code::before {
  content: "\e1df";
}

.fa-glass-half::before {
  content: "\e192";
}

.fa-glass-half-empty::before {
  content: "\e192";
}

.fa-glass-half-full::before {
  content: "\e192";
}

.fa-fill::before {
  content: "\f575";
}

.fa-message-minus::before {
  content: "\f4a7";
}

.fa-comment-alt-minus::before {
  content: "\f4a7";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-dinosaur::before {
  content: "\e5fe";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-link-horizontal-slash::before {
  content: "\e1cc";
}

.fa-chain-horizontal-slash::before {
  content: "\e1cc";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-nose::before {
  content: "\e5bd";
}

.fa-arrow-left-to-arc::before {
  content: "\e616";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-clouds::before {
  content: "\f744";
}

.fa-money-bill-simple::before {
  content: "\e1f1";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-table-pivot::before {
  content: "\e291";
}

.fa-filter-slash::before {
  content: "\e17d";
}

.fa-trash-can-undo::before {
  content: "\f896";
}

.fa-trash-can-arrow-turn-left::before {
  content: "\f896";
}

.fa-trash-undo-alt::before {
  content: "\f896";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-person-to-door::before {
  content: "\e433";
}

.fa-turntable::before {
  content: "\f8e4";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-signal-weak::before {
  content: "\f68c";
}

.fa-signal-1::before {
  content: "\f68c";
}

.fa-clock-five::before {
  content: "\e349";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-computer-classic::before {
  content: "\f8b1";
}

.fa-frame::before {
  content: "\e495";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-ellipsis-stroke::before {
  content: "\f39b";
}

.fa-ellipsis-h-alt::before {
  content: "\f39b";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-face-expressionless::before {
  content: "\e373";
}

.fa-down-to-dotted-line::before {
  content: "\e408";
}

.fa-cloud-music::before {
  content: "\f8ae";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-cloud-minus::before {
  content: "\e35d";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-shield-minus::before {
  content: "\e249";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-car-tilt::before {
  content: "\f5e5";
}

.fa-gauge-circle-minus::before {
  content: "\e497";
}

.fa-brightness-low::before {
  content: "\e0ca";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-conveyor-belt::before {
  content: "\f46e";
}

.fa-location-check::before {
  content: "\f606";
}

.fa-map-marker-check::before {
  content: "\f606";
}

.fa-coin-vertical::before {
  content: "\e3fd";
}

.fa-display::before {
  content: "\e163";
}

.fa-person-sign::before {
  content: "\f757";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-phone-hangup::before {
  content: "\e225";
}

.fa-signature-slash::before {
  content: "\e3cb";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-wheat-slash::before {
  content: "\e339";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-clouds-sun::before {
  content: "\f746";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-face-vomit::before {
  content: "\e3a0";
}

.fa-speakers::before {
  content: "\f8e0";
}

.fa-tty-answer::before {
  content: "\e2b9";
}

.fa-teletype-answer::before {
  content: "\e2b9";
}

.fa-mug-tea-saucer::before {
  content: "\e1f5";
}

.fa-diagram-lean-canvas::before {
  content: "\e156";
}

.fa-alt::before {
  content: "\e08a";
}

.fa-dial::before {
  content: "\e15b";
}

.fa-dial-med-high::before {
  content: "\e15b";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-circle-trash::before {
  content: "\e126";
}

.fa-trash-circle::before {
  content: "\e126";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-circle-quarters::before {
  content: "\e3f8";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-tower-control::before {
  content: "\e2a2";
}

.fa-arrow-up-triangle-square::before {
  content: "\f88a";
}

.fa-sort-shapes-up::before {
  content: "\f88a";
}

.fa-whale::before {
  content: "\f72c";
}

.fa-robot::before {
  content: "\f544";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-party-horn::before {
  content: "\e31b";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-sun-bright::before {
  content: "\e28f";
}

.fa-sun-alt::before {
  content: "\e28f";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-conveyor-belt-arm::before {
  content: "\e5f8";
}

.fa-lock-keyhole-open::before {
  content: "\f3c2";
}

.fa-lock-open-alt::before {
  content: "\f3c2";
}

.fa-square-fragile::before {
  content: "\f49b";
}

.fa-box-fragile::before {
  content: "\f49b";
}

.fa-square-wine-glass-crack::before {
  content: "\f49b";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-square-n::before {
  content: "\e277";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-meter::before {
  content: "\e1e8";
}

.fa-mandolin::before {
  content: "\f6f9";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-up-from-bracket::before {
  content: "\e590";
}

.fa-knife-kitchen::before {
  content: "\f6f5";
}

.fa-border-right::before {
  content: "\f852";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-spade::before {
  content: "\f2f4";
}

.fa-card-spade::before {
  content: "\e3ec";
}

.fa-line-columns::before {
  content: "\f870";
}

.fa-arrow-right-to-line::before {
  content: "\f340";
}

.fa-arrow-to-right::before {
  content: "\f340";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-flag-pennant::before {
  content: "\f456";
}

.fa-pennant::before {
  content: "\f456";
}

.fa-conveyor-belt-empty::before {
  content: "\e150";
}

.fa-user-group-simple::before {
  content: "\e603";
}

.fa-award::before {
  content: "\f559";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-camcorder::before {
  content: "\f8a8";
}

.fa-video-handheld::before {
  content: "\f8a8";
}

.fa-pancakes::before {
  content: "\e42d";
}

.fa-album-circle-user::before {
  content: "\e48d";
}

.fa-subtitles-slash::before {
  content: "\e610";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-dice-d10::before {
  content: "\f6cd";
}

.fa-fireplace::before {
  content: "\f79a";
}

.fa-browser::before {
  content: "\f37e";
}

.fa-pen-paintbrush::before {
  content: "\f618";
}

.fa-pencil-paintbrush::before {
  content: "\f618";
}

.fa-fish-cooked::before {
  content: "\f7fe";
}

.fa-chair-office::before {
  content: "\f6c1";
}

.fa-nesting-dolls::before {
  content: "\e3ba";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-trumpet::before {
  content: "\f8e3";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-fire-smoke::before {
  content: "\f74b";
}

.fa-phone-missed::before {
  content: "\e226";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-arrows-repeat-1::before {
  content: "\f366";
}

.fa-repeat-1-alt::before {
  content: "\f366";
}

.fa-gun-slash::before {
  content: "\e19c";
}

.fa-avocado::before {
  content: "\e0aa";
}

.fa-binary::before {
  content: "\e33b";
}

.fa-glasses-round::before {
  content: "\f5f5";
}

.fa-glasses-alt::before {
  content: "\f5f5";
}

.fa-phone-plus::before {
  content: "\f4d2";
}

.fa-ditto::before {
  content: "\"";
}

.fa-person-seat::before {
  content: "\e21e";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-scythe::before {
  content: "\f710";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-ban-parking::before {
  content: "\f616";
}

.fa-parking-circle-slash::before {
  content: "\f616";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-face-diagonal-mouth::before {
  content: "\e47e";
}

.fa-diagram-cells::before {
  content: "\e475";
}

.fa-cricket-bat-ball::before {
  content: "\f449";
}

.fa-cricket::before {
  content: "\f449";
}

.fa-tents::before {
  content: "\e582";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-pen-line::before {
  content: "\e212";
}

.fa-atom-simple::before {
  content: "\f5d3";
}

.fa-atom-alt::before {
  content: "\f5d3";
}

.fa-ampersand::before {
  content: "\&";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-arrow-up-from-line::before {
  content: "\f342";
}

.fa-arrow-from-bottom::before {
  content: "\f342";
}

.fa-moon::before {
  content: "\f186";
}

.fa-pen-slash::before {
  content: "\e213";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-square-star::before {
  content: "\e27f";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-send-backward::before {
  content: "\f87f";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-music::before {
  content: "\f001";
}

.fa-compass-slash::before {
  content: "\f5e9";
}

.fa-clock-one::before {
  content: "\e34e";
}

.fa-file-music::before {
  content: "\f8b6";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-display-chart-up-circle-currency::before {
  content: "\e5e5";
}

.fa-skeleton::before {
  content: "\f620";
}

.fa-circle-g::before {
  content: "\e10f";
}

.fa-circle-arrow-up-left::before {
  content: "\e0fb";
}

.fa-coin-blank::before {
  content: "\e3fb";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-vacuum::before {
  content: "\e04d";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-card-heart::before {
  content: "\e3eb";
}

.fa-lightbulb-cfl-on::before {
  content: "\e5a7";
}

.fa-melon::before {
  content: "\e310";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-container-storage::before {
  content: "\f4b7";
}

.fa-face-pouting::before {
  content: "\e387";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-face-explode::before {
  content: "\e2fe";
}

.fa-exploding-head::before {
  content: "\e2fe";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-t::before {
  content: "T";
}

.fa-transformer-bolt::before {
  content: "\e2a4";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-cassette-vhs::before {
  content: "\f8ec";
}

.fa-vhs::before {
  content: "\f8ec";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-chimney::before {
  content: "\f78b";
}

.fa-object-intersect::before {
  content: "\e49d";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-block-brick::before {
  content: "\e3db";
}

.fa-wall-brick::before {
  content: "\e3db";
}

.fa-fan::before {
  content: "\f863";
}

.fa-bags-shopping::before {
  content: "\f847";
}

.fa-paragraph-left::before {
  content: "\f878";
}

.fa-paragraph-rtl::before {
  content: "\f878";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-caravan-simple::before {
  content: "\e000";
}

.fa-caravan-alt::before {
  content: "\e000";
}

.fa-turtle::before {
  content: "\f726";
}

.fa-pencil-mechanical::before {
  content: "\e5ca";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-booth-curtain::before {
  content: "\f734";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-box-heart::before {
  content: "\f49d";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-user-doctor-message::before {
  content: "\f82e";
}

.fa-user-md-chat::before {
  content: "\f82e";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-lighthouse::before {
  content: "\e612";
}

.fa-amp-guitar::before {
  content: "\f8a1";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-volume-slash::before {
  content: "\f2e2";
}

.fa-border-bottom::before {
  content: "\f84d";
}

.fa-wifi-weak::before {
  content: "\f6aa";
}

.fa-wifi-1::before {
  content: "\f6aa";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-delete-right::before {
  content: "\e154";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-circle-quarter::before {
  content: "\e11f";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-function::before {
  content: "\f661";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-people-simple::before {
  content: "\e21b";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-face-monocle::before {
  content: "\e380";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-calendar-lines::before {
  content: "\e0d5";
}

.fa-calendar-note::before {
  content: "\e0d5";
}

.fa-arrow-down-big-small::before {
  content: "\f88c";
}

.fa-sort-size-down::before {
  content: "\f88c";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-do-not-enter::before {
  content: "\f5ec";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-dice-d8::before {
  content: "\f6d2";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-m::before {
  content: "M";
}

.fa-grip-dots-vertical::before {
  content: "\e411";
}

.fa-face-viewfinder::before {
  content: "\e2ff";
}

.fa-soft-serve::before {
  content: "\e400";
}

.fa-creemee::before {
  content: "\e400";
}

.fa-h5::before {
  content: "\e412";
}

.fa-hand-back-point-down::before {
  content: "\e19e";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-rectangle::before {
  content: "\f2fa";
}

.fa-rectangle-landscape::before {
  content: "\f2fa";
}

.fa-clipboard-list-check::before {
  content: "\f737";
}

.fa-turkey::before {
  content: "\f725";
}

.fa-book::before {
  content: "\f02d";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-ice-skate::before {
  content: "\f7ac";
}

.fa-check::before {
  content: "\f00c";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-tomato::before {
  content: "\e330";
}

.fa-sword-laser::before {
  content: "\e03b";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-buildings::before {
  content: "\e0cc";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-cart-flatbed-boxes::before {
  content: "\f475";
}

.fa-dolly-flatbed-alt::before {
  content: "\f475";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-square-w::before {
  content: "\e285";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-lamp::before {
  content: "\f4ca";
}

.fa-airplay::before {
  content: "\e089";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-shield-quartered::before {
  content: "\e575";
}

.fa-slash-forward::before {
  content: "\/";
}

.fa-location-pen::before {
  content: "\f607";
}

.fa-map-marker-edit::before {
  content: "\f607";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-pot-food::before {
  content: "\e43f";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-rug::before {
  content: "\e569";
}

.fa-print-slash::before {
  content: "\f686";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-hand-back-point-ribbon::before {
  content: "\e1a0";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-tire-rugged::before {
  content: "\f634";
}

.fa-lightbulb-dollar::before {
  content: "\f670";
}

.fa-cowbell::before {
  content: "\f8b3";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-corner::before {
  content: "\e3fe";
}

.fa-chevrons-right::before {
  content: "\f324";
}

.fa-chevron-double-right::before {
  content: "\f324";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-inhaler::before {
  content: "\f5f9";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-snake::before {
  content: "\f716";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-note-medical::before {
  content: "\e200";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-down-left::before {
  content: "\e16a";
}

.fa-share::before {
  content: "\f064";
}

.fa-arrow-turn-right::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-face-thinking::before {
  content: "\e39b";
}

.fa-turn-down-right::before {
  content: "\e455";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-scanner-keyboard::before {
  content: "\f489";
}

.fa-circle-o::before {
  content: "\e119";
}

.fa-grid-horizontal::before {
  content: "\e307";
}

.fa-message-dollar::before {
  content: "\f650";
}

.fa-comment-alt-dollar::before {
  content: "\f650";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-columns-3::before {
  content: "\e361";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-hand-holding-box::before {
  content: "\f47b";
}

.fa-input-text::before {
  content: "\e1bf";
}

.fa-window-flip::before {
  content: "\f40f";
}

.fa-window-alt::before {
  content: "\f40f";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-scanner-gun::before {
  content: "\f488";
}

.fa-scanner::before {
  content: "\f488";
}

.fa-tire::before {
  content: "\f631";
}

.fa-engine::before {
  content: "\e16e";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-circle-caret-right::before {
  content: "\f330";
}

.fa-caret-circle-right::before {
  content: "\f330";
}

.fa-wheat::before {
  content: "\f72d";
}

.fa-file-spreadsheet::before {
  content: "\f65b";
}

.fa-audio-description-slash::before {
  content: "\e0a8";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-chess-pawn-piece::before {
  content: "\f444";
}

.fa-chess-pawn-alt::before {
  content: "\f444";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-square-s::before {
  content: "\e27d";
}

.fa-rectangle-barcode::before {
  content: "\f463";
}

.fa-barcode-alt::before {
  content: "\f463";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-dice::before {
  content: "\f522";
}

.fa-unicorn::before {
  content: "\f727";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-pompebled::before {
  content: "\e43d";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-watch-smart::before {
  content: "\e2cc";
}

.fa-book-user::before {
  content: "\f7e7";
}

.fa-sensor-cloud::before {
  content: "\e02c";
}

.fa-sensor-smoke::before {
  content: "\e02c";
}

.fa-clapperboard-play::before {
  content: "\e132";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-circle-4::before {
  content: "\e0f1";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-album-collection::before {
  content: "\f8a0";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-cloud-showers::before {
  content: "\f73f";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-onion::before {
  content: "\e427";
}

.fa-clock-twelve-thirty::before {
  content: "\e359";
}

.fa-arrow-down-to-dotted-line::before {
  content: "\e095";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-rectangle-wide::before {
  content: "\f2fc";
}

.fa-comment-arrow-up::before {
  content: "\e144";
}

.fa-garlic::before {
  content: "\e40e";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-tree-decorated::before {
  content: "\f7dc";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-calendar-heart::before {
  content: "\e0d3";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-flower::before {
  content: "\f7ff";
}

.fa-arrow-down-from-arc::before {
  content: "\e614";
}

.fa-right-left-large::before {
  content: "\e5e1";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-circles-overlap::before {
  content: "\e600";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-starship-freighter::before {
  content: "\e03a";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-bridge-suspension::before {
  content: "\e4cd";
}

.fa-trash-check::before {
  content: "\e2af";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-boombox::before {
  content: "\f8a5";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-shield-exclamation::before {
  content: "\e247";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-grip-dots::before {
  content: "\e410";
}

.fa-comment-exclamation::before {
  content: "\f4af";
}

.fa-pen-swirl::before {
  content: "\e214";
}

.fa-falafel::before {
  content: "\e40a";
}

.fa-circle-2::before {
  content: "\e0ef";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-jar::before {
  content: "\e516";
}

.fa-gramophone::before {
  content: "\f8bd";
}

.fa-dice-d12::before {
  content: "\f6ce";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-down::before {
  content: "\f354";
}

.fa-arrow-alt-down::before {
  content: "\f354";
}

.fa-hundred-points::before {
  content: "\e41c";
}

.fa-100::before {
  content: "\e41c";
}

.fa-paperclip-vertical::before {
  content: "\e3c2";
}

.fa-wind-warning::before {
  content: "\f776";
}

.fa-wind-circle-exclamation::before {
  content: "\f776";
}

.fa-location-pin-slash::before {
  content: "\f60c";
}

.fa-map-marker-slash::before {
  content: "\f60c";
}

.fa-face-sad-sweat::before {
  content: "\e38a";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-cupcake::before {
  content: "\e402";
}

.fa-light-switch-off::before {
  content: "\e018";
}

.fa-toggle-large-off::before {
  content: "\e5b0";
}

.fa-pen-fancy-slash::before {
  content: "\e210";
}

.fa-truck-container::before {
  content: "\f4dc";
}

.fa-boot::before {
  content: "\f782";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-file-check::before {
  content: "\f316";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-cards-blank::before {
  content: "\e4df";
}

.fa-circle-3::before {
  content: "\e0f0";
}

.fa-bench-tree::before {
  content: "\e2e7";
}

.fa-keyboard-brightness-low::before {
  content: "\e1c1";
}

.fa-ski-boot-ski::before {
  content: "\e3cd";
}

.fa-brain-circuit::before {
  content: "\e0c6";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-block-brick-fire::before {
  content: "\e3dc";
}

.fa-firewall::before {
  content: "\e3dc";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-plane::before {
  content: "\f072";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-face-smile-relaxed::before {
  content: "\e392";
}

.fa-comment-xmark::before {
  content: "\f4b5";
}

.fa-comment-times::before {
  content: "\f4b5";
}

.fa-print::before {
  content: "\f02f";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-face-nose-steam::before {
  content: "\e382";
}

.fa-circle-waveform-lines::before {
  content: "\e12d";
}

.fa-waveform-circle::before {
  content: "\e12d";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-ferris-wheel::before {
  content: "\e174";
}

.fa-computer-speaker::before {
  content: "\f8b2";
}

.fa-skull-cow::before {
  content: "\f8de";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-circle-t::before {
  content: "\e124";
}

.fa-sack::before {
  content: "\f81c";
}

.fa-grid-2::before {
  content: "\e196";
}

.fa-camera-cctv::before {
  content: "\f8ac";
}

.fa-cctv::before {
  content: "\f8ac";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-horizontal-rule::before {
  content: "\f86c";
}

.fa-bed-front::before {
  content: "\f8f7";
}

.fa-bed-alt::before {
  content: "\f8f7";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-face-woozy::before {
  content: "\e3a2";
}

.fa-cloud-question::before {
  content: "\e492";
}

.fa-pineapple::before {
  content: "\e31f";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-gallery-thumbnails::before {
  content: "\e3aa";
}

.fa-circle-j::before {
  content: "\e112";
}

.fa-eyes::before {
  content: "\e367";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-page-caret-up::before {
  content: "\e42a";
}

.fa-file-caret-up::before {
  content: "\e42a";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-comet::before {
  content: "\e003";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-shield-keyhole::before {
  content: "\e248";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-square-sliders-vertical::before {
  content: "\f3f2";
}

.fa-sliders-v-square::before {
  content: "\f3f2";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-message-middle::before {
  content: "\e1e1";
}

.fa-comment-middle-alt::before {
  content: "\e1e1";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-square-z::before {
  content: "\e288";
}

.fa-message-text::before {
  content: "\e1e6";
}

.fa-comment-alt-text::before {
  content: "\e1e6";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("../fonts/fa-thin-100.woff2") format("woff2"), url("../fonts/fa-thin-100.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("../fonts/fa-thin-100.woff2") format("woff2"), url("../fonts/fa-thin-100.ttf") format("truetype");
}
.fat,
.fa-thin {
  font-weight: 100;
}

/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.ttf") format("truetype");
}
.fal,
.fa-light {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/fa-sharp-light-300.woff2") format("woff2"), url("../fonts/fa-sharp-light-300.ttf") format("truetype");
}
.fasl,
.fa-light {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-sharp-regular-400.woff2") format("woff2"), url("../fonts/fa-sharp-regular-400.ttf") format("truetype");
}
.fasr,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-sharp-solid-900.woff2") format("woff2"), url("../fonts/fa-sharp-solid-900.ttf") format("truetype");
}
.fass,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-aws:before {
  content: "\f375";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-modx:before {
  content: "\f285";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-square-js:before {
  content: "\f3b9";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-unity:before {
  content: "\e049";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-vk:before {
  content: "\f189";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-square-reddit:before {
  content: "\f1a2";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-edge:before {
  content: "\f282";
}

.fa-threads:before {
  content: "\e618";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-square-snapchat:before {
  content: "\f2ad";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-safari:before {
  content: "\f267";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-square-viadeo:before {
  content: "\f2aa";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-centos:before {
  content: "\f789";
}

.fa-adn:before {
  content: "\f170";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-square-dribbble:before {
  content: "\f397";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-node:before {
  content: "\f419";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-debian:before {
  content: "\e60b";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-hips:before {
  content: "\f452";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-discord:before {
  content: "\f392";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-shoelace:before {
  content: "\e60c";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-square-steam:before {
  content: "\f1b7";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-apple:before {
  content: "\f179";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-square-github:before {
  content: "\f092";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-neos:before {
  content: "\f612";
}

.fa-square-threads:before {
  content: "\e619";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-angular:before {
  content: "\f420";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-square-gitlab:before {
  content: "\e5ae";
}

.fa-gitlab-square:before {
  content: "\e5ae";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-square-odnoklassniki:before {
  content: "\f264";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-sith:before {
  content: "\f512";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-react:before {
  content: "\f41b";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-gg:before {
  content: "\f260";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-xing:before {
  content: "\f168";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-less:before {
  content: "\f41d";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-square-xing:before {
  content: "\f169";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-fly:before {
  content: "\f417";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-viber:before {
  content: "\f409";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-audible:before {
  content: "\f373";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-x-twitter:before {
  content: "\e61b";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-square-pied-piper:before {
  content: "\e01e";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-square-lastfm:before {
  content: "\f203";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-figma:before {
  content: "\f799";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-docker:before {
  content: "\f395";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-apper:before {
  content: "\f371";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-square-behance:before {
  content: "\f1b5";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-square-git:before {
  content: "\f1d2";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-square-tumblr:before {
  content: "\f174";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-trello:before {
  content: "\f181";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-android:before {
  content: "\f17b";
}

.fa-bots:before {
  content: "\e340";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-uber:before {
  content: "\f402";
}

.fa-github:before {
  content: "\f09b";
}

.fa-php:before {
  content: "\f457";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-stubber:before {
  content: "\e5c7";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-odysee:before {
  content: "\e5c6";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-usb:before {
  content: "\f287";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-square-x-twitter:before {
  content: "\e61a";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-strava:before {
  content: "\f428";
}

.fa-ember:before {
  content: "\f423";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-zhihu:before {
  content: "\f63f";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-duotone: "Font Awesome 6 Duotone";
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
}

@font-face {
  font-family: "Font Awesome 6 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-duotone-900.woff2") format("woff2"), url("../fonts/fa-duotone-900.ttf") format("truetype");
}
.fad,
.fa-duotone {
  position: relative;
  font-weight: 900;
  letter-spacing: normal;
}

.fad::before,
.fa-duotone::before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: var(--fa-primary-opacity, 1);
}

.fad::after,
.fa-duotone::after {
  color: var(--fa-secondary-color, inherit);
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad::before,
.fa-swap-opacity .fa-duotone::before,
.fad.fa-swap-opacity::before,
.fa-duotone.fa-swap-opacity::before {
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad::after,
.fa-swap-opacity .fa-duotone::after,
.fad.fa-swap-opacity::after,
.fa-duotone.fa-swap-opacity::after {
  opacity: var(--fa-primary-opacity, 1);
}

.fad.fa-inverse,
.fa-duotone.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.fad.fa-stack-1x, .fad.fa-stack-2x,
.fa-duotone.fa-stack-1x, .fa-duotone.fa-stack-2x {
  position: absolute;
}

/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa.fa-glass:before {
  content: "\f000";
}

.fa.fa-envelope-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-envelope-o:before {
  content: "\f0e0";
}

.fa.fa-star-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-star-o:before {
  content: "\f005";
}

.fa.fa-remove:before {
  content: "\f00d";
}

.fa.fa-close:before {
  content: "\f00d";
}

.fa.fa-gear:before {
  content: "\f013";
}

.fa.fa-trash-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-trash-o:before {
  content: "\f2ed";
}

.fa.fa-home:before {
  content: "\f015";
}

.fa.fa-file-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-file-o:before {
  content: "\f15b";
}

.fa.fa-clock-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-clock-o:before {
  content: "\f017";
}

.fa.fa-arrow-circle-o-down {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
  content: "\f358";
}

.fa.fa-arrow-circle-o-up {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b";
}

.fa.fa-play-circle-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-play-circle-o:before {
  content: "\f144";
}

.fa.fa-repeat:before {
  content: "\f01e";
}

.fa.fa-rotate-right:before {
  content: "\f01e";
}

.fa.fa-refresh:before {
  content: "\f021";
}

.fa.fa-list-alt {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-list-alt:before {
  content: "\f022";
}

.fa.fa-dedent:before {
  content: "\f03b";
}

.fa.fa-video-camera:before {
  content: "\f03d";
}

.fa.fa-picture-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-picture-o:before {
  content: "\f03e";
}

.fa.fa-photo {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-photo:before {
  content: "\f03e";
}

.fa.fa-image {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-image:before {
  content: "\f03e";
}

.fa.fa-map-marker:before {
  content: "\f3c5";
}

.fa.fa-pencil-square-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-pencil-square-o:before {
  content: "\f044";
}

.fa.fa-edit {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-edit:before {
  content: "\f044";
}

.fa.fa-share-square-o:before {
  content: "\f14d";
}

.fa.fa-check-square-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-check-square-o:before {
  content: "\f14a";
}

.fa.fa-arrows:before {
  content: "\f0b2";
}

.fa.fa-times-circle-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-times-circle-o:before {
  content: "\f057";
}

.fa.fa-check-circle-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-check-circle-o:before {
  content: "\f058";
}

.fa.fa-mail-forward:before {
  content: "\f064";
}

.fa.fa-expand:before {
  content: "\f424";
}

.fa.fa-compress:before {
  content: "\f422";
}

.fa.fa-eye {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-eye-slash {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-warning:before {
  content: "\f071";
}

.fa.fa-calendar:before {
  content: "\f073";
}

.fa.fa-arrows-v:before {
  content: "\f338";
}

.fa.fa-arrows-h:before {
  content: "\f337";
}

.fa.fa-bar-chart:before {
  content: "\e0e3";
}

.fa.fa-bar-chart-o:before {
  content: "\e0e3";
}

.fa.fa-twitter-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-twitter-square:before {
  content: "\f081";
}

.fa.fa-facebook-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-facebook-square:before {
  content: "\f082";
}

.fa.fa-gears:before {
  content: "\f085";
}

.fa.fa-thumbs-o-up {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
  content: "\f164";
}

.fa.fa-thumbs-o-down {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
  content: "\f165";
}

.fa.fa-heart-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-heart-o:before {
  content: "\f004";
}

.fa.fa-sign-out:before {
  content: "\f2f5";
}

.fa.fa-linkedin-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-linkedin-square:before {
  content: "\f08c";
}

.fa.fa-thumb-tack:before {
  content: "\f08d";
}

.fa.fa-external-link:before {
  content: "\f35d";
}

.fa.fa-sign-in:before {
  content: "\f2f6";
}

.fa.fa-github-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-github-square:before {
  content: "\f092";
}

.fa.fa-lemon-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-lemon-o:before {
  content: "\f094";
}

.fa.fa-square-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-square-o:before {
  content: "\f0c8";
}

.fa.fa-bookmark-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-bookmark-o:before {
  content: "\f02e";
}

.fa.fa-twitter {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-facebook {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-facebook:before {
  content: "\f39e";
}

.fa.fa-facebook-f {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-facebook-f:before {
  content: "\f39e";
}

.fa.fa-github {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-feed:before {
  content: "\f09e";
}

.fa.fa-hdd-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-hdd-o:before {
  content: "\f0a0";
}

.fa.fa-hand-o-right {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa.fa-hand-o-left {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa.fa-hand-o-up {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa.fa-hand-o-down {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa.fa-globe:before {
  content: "\f57d";
}

.fa.fa-tasks:before {
  content: "\f828";
}

.fa.fa-arrows-alt:before {
  content: "\f31e";
}

.fa.fa-group:before {
  content: "\f0c0";
}

.fa.fa-chain:before {
  content: "\f0c1";
}

.fa.fa-cut:before {
  content: "\f0c4";
}

.fa.fa-files-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-files-o:before {
  content: "\f0c5";
}

.fa.fa-floppy-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-floppy-o:before {
  content: "\f0c7";
}

.fa.fa-save {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-save:before {
  content: "\f0c7";
}

.fa.fa-navicon:before {
  content: "\f0c9";
}

.fa.fa-reorder:before {
  content: "\f0c9";
}

.fa.fa-magic:before {
  content: "\e2ca";
}

.fa.fa-pinterest {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-pinterest-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa.fa-google-plus-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa.fa-google-plus {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-google-plus:before {
  content: "\f0d5";
}

.fa.fa-money:before {
  content: "\f3d1";
}

.fa.fa-unsorted:before {
  content: "\f0dc";
}

.fa.fa-sort-desc:before {
  content: "\f0dd";
}

.fa.fa-sort-asc:before {
  content: "\f0de";
}

.fa.fa-linkedin {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-linkedin:before {
  content: "\f0e1";
}

.fa.fa-rotate-left:before {
  content: "\f0e2";
}

.fa.fa-legal:before {
  content: "\f0e3";
}

.fa.fa-tachometer:before {
  content: "\f625";
}

.fa.fa-dashboard:before {
  content: "\f625";
}

.fa.fa-comment-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-comment-o:before {
  content: "\f075";
}

.fa.fa-comments-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-comments-o:before {
  content: "\f086";
}

.fa.fa-flash:before {
  content: "\f0e7";
}

.fa.fa-clipboard:before {
  content: "\f0ea";
}

.fa.fa-lightbulb-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa.fa-exchange:before {
  content: "\f362";
}

.fa.fa-cloud-download:before {
  content: "\f0ed";
}

.fa.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa.fa-bell-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-bell-o:before {
  content: "\f0f3";
}

.fa.fa-cutlery:before {
  content: "\f2e7";
}

.fa.fa-file-text-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-file-text-o:before {
  content: "\f15c";
}

.fa.fa-building-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-building-o:before {
  content: "\f1ad";
}

.fa.fa-hospital-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-hospital-o:before {
  content: "\f0f8";
}

.fa.fa-tablet:before {
  content: "\f3fa";
}

.fa.fa-mobile:before {
  content: "\f3cd";
}

.fa.fa-mobile-phone:before {
  content: "\f3cd";
}

.fa.fa-circle-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-circle-o:before {
  content: "\f111";
}

.fa.fa-mail-reply:before {
  content: "\f3e5";
}

.fa.fa-github-alt {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-folder-o:before {
  content: "\f07b";
}

.fa.fa-folder-open-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-folder-open-o:before {
  content: "\f07c";
}

.fa.fa-smile-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-smile-o:before {
  content: "\f118";
}

.fa.fa-frown-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-frown-o:before {
  content: "\f119";
}

.fa.fa-meh-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-meh-o:before {
  content: "\f11a";
}

.fa.fa-keyboard-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-keyboard-o:before {
  content: "\f11c";
}

.fa.fa-flag-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-flag-o:before {
  content: "\f024";
}

.fa.fa-mail-reply-all:before {
  content: "\f122";
}

.fa.fa-star-half-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-star-half-o:before {
  content: "\f5c0";
}

.fa.fa-star-half-empty {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-star-half-empty:before {
  content: "\f5c0";
}

.fa.fa-star-half-full {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-star-half-full:before {
  content: "\f5c0";
}

.fa.fa-code-fork:before {
  content: "\f126";
}

.fa.fa-chain-broken:before {
  content: "\f127";
}

.fa.fa-unlink:before {
  content: "\f127";
}

.fa.fa-calendar-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-calendar-o:before {
  content: "\f133";
}

.fa.fa-maxcdn {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-html5 {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-css3 {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-unlock-alt:before {
  content: "\f09c";
}

.fa.fa-minus-square-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-minus-square-o:before {
  content: "\f146";
}

.fa.fa-level-up:before {
  content: "\f3bf";
}

.fa.fa-level-down:before {
  content: "\f3be";
}

.fa.fa-pencil-square:before {
  content: "\f14b";
}

.fa.fa-external-link-square:before {
  content: "\f360";
}

.fa.fa-compass {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa.fa-toggle-down {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-toggle-down:before {
  content: "\f150";
}

.fa.fa-caret-square-o-up {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa.fa-toggle-up {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-toggle-up:before {
  content: "\f151";
}

.fa.fa-caret-square-o-right {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa.fa-toggle-right {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-toggle-right:before {
  content: "\f152";
}

.fa.fa-eur:before {
  content: "\f153";
}

.fa.fa-euro:before {
  content: "\f153";
}

.fa.fa-gbp:before {
  content: "\f154";
}

.fa.fa-usd:before {
  content: "\$";
}

.fa.fa-dollar:before {
  content: "\$";
}

.fa.fa-inr:before {
  content: "\e1bc";
}

.fa.fa-rupee:before {
  content: "\e1bc";
}

.fa.fa-jpy:before {
  content: "\f157";
}

.fa.fa-cny:before {
  content: "\f157";
}

.fa.fa-rmb:before {
  content: "\f157";
}

.fa.fa-yen:before {
  content: "\f157";
}

.fa.fa-rub:before {
  content: "\f158";
}

.fa.fa-ruble:before {
  content: "\f158";
}

.fa.fa-rouble:before {
  content: "\f158";
}

.fa.fa-krw:before {
  content: "\f159";
}

.fa.fa-won:before {
  content: "\f159";
}

.fa.fa-btc {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin:before {
  content: "\f15a";
}

.fa.fa-file-text:before {
  content: "\f15c";
}

.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa.fa-sort-alpha-desc:before {
  content: "\f881";
}

.fa.fa-sort-amount-asc:before {
  content: "\f884";
}

.fa.fa-sort-amount-desc:before {
  content: "\f160";
}

.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa.fa-sort-numeric-desc:before {
  content: "\f886";
}

.fa.fa-youtube-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-youtube-square:before {
  content: "\f431";
}

.fa.fa-youtube {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-xing {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-xing-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-xing-square:before {
  content: "\f169";
}

.fa.fa-youtube-play {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play:before {
  content: "\f167";
}

.fa.fa-dropbox {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-stack-overflow {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-instagram {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-flickr {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-adn {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square:before {
  content: "\f171";
}

.fa.fa-tumblr {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-tumblr-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-tumblr-square:before {
  content: "\f174";
}

.fa.fa-long-arrow-down:before {
  content: "\f309";
}

.fa.fa-long-arrow-up:before {
  content: "\f30c";
}

.fa.fa-long-arrow-left:before {
  content: "\f30a";
}

.fa.fa-long-arrow-right:before {
  content: "\f30b";
}

.fa.fa-apple {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-windows {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-android {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-linux {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-dribbble {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-skype {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-foursquare {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-trello {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-gratipay {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-gittip {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-gittip:before {
  content: "\f184";
}

.fa.fa-sun-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-sun-o:before {
  content: "\f185";
}

.fa.fa-moon-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-moon-o:before {
  content: "\f186";
}

.fa.fa-vk {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-weibo {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-renren {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-pagelines {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-stack-exchange {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a";
}

.fa.fa-arrow-circle-o-left {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
  content: "\f359";
}

.fa.fa-caret-square-o-left {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa.fa-toggle-left {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-toggle-left:before {
  content: "\f191";
}

.fa.fa-dot-circle-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-dot-circle-o:before {
  content: "\f192";
}

.fa.fa-vimeo-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-vimeo-square:before {
  content: "\f194";
}

.fa.fa-try:before {
  content: "\e2bb";
}

.fa.fa-turkish-lira:before {
  content: "\e2bb";
}

.fa.fa-plus-square-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-plus-square-o:before {
  content: "\f0fe";
}

.fa.fa-slack {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-wordpress {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-openid {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-institution:before {
  content: "\f19c";
}

.fa.fa-bank:before {
  content: "\f19c";
}

.fa.fa-mortar-board:before {
  content: "\f19d";
}

.fa.fa-yahoo {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-google {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-reddit {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-reddit-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-reddit-square:before {
  content: "\f1a2";
}

.fa.fa-stumbleupon-circle {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-delicious {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-digg {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-pp {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-alt {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-drupal {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-joomla {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-behance {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-behance-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-behance-square:before {
  content: "\f1b5";
}

.fa.fa-steam {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-steam-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-steam-square:before {
  content: "\f1b7";
}

.fa.fa-automobile:before {
  content: "\f1b9";
}

.fa.fa-cab:before {
  content: "\f1ba";
}

.fa.fa-spotify {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-deviantart {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-soundcloud {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa.fa-file-word-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-file-word-o:before {
  content: "\f1c2";
}

.fa.fa-file-excel-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa.fa-file-powerpoint-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa.fa-file-image-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-file-image-o:before {
  content: "\f1c5";
}

.fa.fa-file-photo-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-file-photo-o:before {
  content: "\f1c5";
}

.fa.fa-file-picture-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa.fa-file-archive-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa.fa-file-zip-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa.fa-file-audio-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa.fa-file-sound-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa.fa-file-video-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-file-video-o:before {
  content: "\f1c8";
}

.fa.fa-file-movie-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-file-movie-o:before {
  content: "\f1c8";
}

.fa.fa-file-code-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-file-code-o:before {
  content: "\f1c9";
}

.fa.fa-vine {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-codepen {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-jsfiddle {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-life-bouy:before {
  content: "\f1cd";
}

.fa.fa-life-buoy:before {
  content: "\f1cd";
}

.fa.fa-life-saver:before {
  content: "\f1cd";
}

.fa.fa-support:before {
  content: "\f1cd";
}

.fa.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa.fa-rebel {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-ra {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "\f1d0";
}

.fa.fa-resistance {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-resistance:before {
  content: "\f1d0";
}

.fa.fa-empire {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-ge {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-ge:before {
  content: "\f1d1";
}

.fa.fa-git-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-git-square:before {
  content: "\f1d2";
}

.fa.fa-git {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-hacker-news {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}

.fa.fa-yc-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "\f1d4";
}

.fa.fa-tencent-weibo {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-qq {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-weixin {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-wechat {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-wechat:before {
  content: "\f1d7";
}

.fa.fa-send:before {
  content: "\f1d8";
}

.fa.fa-paper-plane-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}

.fa.fa-send-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "\f1d8";
}

.fa.fa-circle-thin {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-circle-thin:before {
  content: "\f111";
}

.fa.fa-header:before {
  content: "\f1dc";
}

.fa.fa-futbol-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-futbol-o:before {
  content: "\f1e3";
}

.fa.fa-soccer-ball-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa.fa-slideshare {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-twitch {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-yelp {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa.fa-paypal {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-google-wallet {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-cc-visa {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-cc-mastercard {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-cc-discover {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-cc-amex {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-cc-paypal {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-cc-stripe {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-bell-slash-o:before {
  content: "\f1f6";
}

.fa.fa-trash:before {
  content: "\f2ed";
}

.fa.fa-copyright {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-eyedropper:before {
  content: "\f1fb";
}

.fa.fa-area-chart:before {
  content: "\f1fe";
}

.fa.fa-pie-chart:before {
  content: "\f200";
}

.fa.fa-line-chart:before {
  content: "\f201";
}

.fa.fa-lastfm {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-lastfm-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-lastfm-square:before {
  content: "\f203";
}

.fa.fa-ioxhost {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-angellist {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-cc {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-cc:before {
  content: "\f20a";
}

.fa.fa-ils:before {
  content: "\f20b";
}

.fa.fa-shekel:before {
  content: "\f20b";
}

.fa.fa-sheqel:before {
  content: "\f20b";
}

.fa.fa-buysellads {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-connectdevelop {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-dashcube {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-forumbee {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-leanpub {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-sellsy {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-shirtsinbulk {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-simplybuilt {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-skyatlas {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-diamond:before {
  content: "\f3a5";
}

.fa.fa-transgender:before {
  content: "\f224";
}

.fa.fa-intersex:before {
  content: "\f224";
}

.fa.fa-transgender-alt:before {
  content: "\f225";
}

.fa.fa-facebook-official {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-facebook-official:before {
  content: "\f09a";
}

.fa.fa-pinterest-p {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-whatsapp {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-hotel:before {
  content: "\f236";
}

.fa.fa-viacoin {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-medium {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-yc {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "\f23b";
}

.fa.fa-optin-monster {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-opencart {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-expeditedssl {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-battery-4:before {
  content: "\f240";
}

.fa.fa-battery:before {
  content: "\f240";
}

.fa.fa-battery-3:before {
  content: "\f241";
}

.fa.fa-battery-2:before {
  content: "\f242";
}

.fa.fa-battery-1:before {
  content: "\f243";
}

.fa.fa-battery-0:before {
  content: "\f244";
}

.fa.fa-object-group {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-object-ungroup {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-sticky-note-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-sticky-note-o:before {
  content: "\f249";
}

.fa.fa-cc-jcb {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-cc-diners-club {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-clone {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-hourglass-o:before {
  content: "\f254";
}

.fa.fa-hourglass-1:before {
  content: "\f251";
}

.fa.fa-hourglass-2:before {
  content: "\f252";
}

.fa.fa-hourglass-3:before {
  content: "\f253";
}

.fa.fa-hand-rock-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-hand-rock-o:before {
  content: "\f255";
}

.fa.fa-hand-grab-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-hand-grab-o:before {
  content: "\f255";
}

.fa.fa-hand-paper-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-hand-paper-o:before {
  content: "\f256";
}

.fa.fa-hand-stop-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-hand-stop-o:before {
  content: "\f256";
}

.fa.fa-hand-scissors-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa.fa-hand-lizard-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa.fa-hand-spock-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-hand-spock-o:before {
  content: "\f259";
}

.fa.fa-hand-pointer-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa.fa-hand-peace-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa.fa-registered {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-creative-commons {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-gg {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-gg-circle {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa.fa-get-pocket {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-wikipedia-w {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-safari {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-chrome {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-firefox {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-opera {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-internet-explorer {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-television:before {
  content: "\f26c";
}

.fa.fa-contao {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-500px {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-amazon {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa.fa-calendar-minus-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa.fa-calendar-times-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-calendar-times-o:before {
  content: "\f273";
}

.fa.fa-calendar-check-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-calendar-check-o:before {
  content: "\f274";
}

.fa.fa-map-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-map-o:before {
  content: "\f279";
}

.fa.fa-commenting:before {
  content: "\f4ad";
}

.fa.fa-commenting-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-commenting-o:before {
  content: "\f4ad";
}

.fa.fa-houzz {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-vimeo {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-vimeo:before {
  content: "\f27d";
}

.fa.fa-black-tie {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-fonticons {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-reddit-alien {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-edge {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-credit-card-alt:before {
  content: "\f09d";
}

.fa.fa-codiepie {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-modx {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-fort-awesome {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-usb {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-product-hunt {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-mixcloud {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-scribd {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-pause-circle-o:before {
  content: "\f28b";
}

.fa.fa-stop-circle-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-stop-circle-o:before {
  content: "\f28d";
}

.fa.fa-bluetooth {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-bluetooth-b {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-gitlab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-wpbeginner {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-wpforms {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-envira {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
  content: "\f368";
}

.fa.fa-question-circle-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-question-circle-o:before {
  content: "\f059";
}

.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa.fa-deafness:before {
  content: "\f2a4";
}

.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa.fa-glide {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-glide-g {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "\f2a7";
}

.fa.fa-viadeo {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-viadeo-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa.fa-snapchat {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-ghost {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa.fa-snapchat-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa.fa-pied-piper {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-first-order {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-yoast {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-themeisle {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa.fa-google-plus-circle {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-circle:before {
  content: "\f2b3";
}

.fa.fa-font-awesome {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-fa {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-fa:before {
  content: "\f2b4";
}

.fa.fa-handshake-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-handshake-o:before {
  content: "\f2b5";
}

.fa.fa-envelope-open-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-envelope-open-o:before {
  content: "\f2b6";
}

.fa.fa-linode {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-address-book-o:before {
  content: "\f2b9";
}

.fa.fa-vcard:before {
  content: "\f2bb";
}

.fa.fa-address-card-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-address-card-o:before {
  content: "\f2bb";
}

.fa.fa-vcard-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "\f2bb";
}

.fa.fa-user-circle-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-user-circle-o:before {
  content: "\f2bd";
}

.fa.fa-user-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-user-o:before {
  content: "\f007";
}

.fa.fa-id-badge {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "\f2c2";
}

.fa.fa-id-card-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-id-card-o:before {
  content: "\f2c2";
}

.fa.fa-drivers-license-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}

.fa.fa-quora {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-free-code-camp {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-telegram {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-thermometer-4:before {
  content: "\f2c7";
}

.fa.fa-thermometer:before {
  content: "\f2c7";
}

.fa.fa-thermometer-3:before {
  content: "\f2c8";
}

.fa.fa-thermometer-2:before {
  content: "\f2c9";
}

.fa.fa-thermometer-1:before {
  content: "\f2ca";
}

.fa.fa-thermometer-0:before {
  content: "\f2cb";
}

.fa.fa-bathtub:before {
  content: "\f2cd";
}

.fa.fa-s15:before {
  content: "\f2cd";
}

.fa.fa-window-maximize {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-window-restore {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "\f410";
}

.fa.fa-window-close-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "\f410";
}

.fa.fa-times-rectangle-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "\f410";
}

.fa.fa-bandcamp {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-grav {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-etsy {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-imdb {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-ravelry {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-eercast {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-eercast:before {
  content: "\f2da";
}

.fa.fa-snowflake-o {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fa.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa.fa-superpowers {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-wpexplorer {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-meetup {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* Smart Center */
.s2kKpi .ag-theme-material .ag-cell,
.shortGridRows .ag-theme-material .ag-cell {
  line-height: 26px;
}

.s2kKpi .ag-theme-material .ag-header-cell-resize:after,
.shortGridRows .ag-theme-material .ag-header-cell-resize:after {
  margin-top: 5px;
}

.s2kKpi .ag-theme-material .ag-header-cell,
.s2kKpi .ag-theme-material .ag-header-group-cell,
.shortGridRows .ag-theme-material .ag-header-cell,
.shortGridRows .ag-theme-material .ag-header-group-cell {
  line-height: 35px;
}

.s2kKpi .ag-theme-material.appGrid,
.shortGridRows .ag-theme-material.appGrid {
  min-height: 85px;
}

.actionButtonBox {
  display: inline-block;
  vertical-align: middle;
  border-radius: 6px;
  line-height: 1em;
  overflow: hidden;
}

.theme-light .actionButtonBox {
  border: 1px solid rgba(0, 0, 0, 0.87);
  color: rgba(0, 0, 0, 0.87);
}

.theme-dark .actionButtonBox {
  border: 1px solid rgba(40, 166, 255, 0.87);
  color: rgba(0, 0, 0, 0.87);
}

.theme-redTheme .actionButtonBox {
  border: 1px solid rgba(244, 67, 54, 0.87);
  color: rgba(0, 0, 0, 0.87);
}

.theme-greenTheme .actionButtonBox {
  border: 1px solid rgba(137, 232, 26, 0.87);
  color: rgba(0, 0, 0, 0.87);
}

.theme-blueTheme .actionButtonBox {
  border: 1px solid rgba(40, 166, 255, 0.87);
  color: rgba(0, 0, 0, 0.87);
}

.theme-purpleTheme .actionButtonBox {
  border: 1px solid rgba(208, 90, 255, 0.87);
  color: rgba(0, 0, 0, 0.87);
}

.shortGridRows .actionButtonBox {
  border-radius: 3px;
}

.actionButtonBox .actionButtonButtons,
.actionButtonBox .actionButtonMenu {
  display: inline-block;
  vertical-align: middle;
}

.actionButtonBox .dijitToggleButton,
.actionButtonBox .dijitButton,
.actionButtonBox .dijitDropDownButton,
.actionButtonBox .dijitComboButton {
  margin: 0;
}

.theme-light .actionButtonBox .actionButtonButtons .dijitToggleButton,
.theme-light .actionButtonBox .actionButtonButtons .dijitButton,
.theme-light .actionButtonBox .actionButtonButtons .dijitDropDownButton,
.theme-light .actionButtonBox .actionButtonButtons .dijitComboButton {
  border-left: 1px solid rgba(0, 0, 0, 0.87);
}

.theme-dark .actionButtonBox .actionButtonButtons .dijitToggleButton, .theme-dark .actionButtonBox .actionButtonButtons .dijitButton, .theme-dark .actionButtonBox .actionButtonButtons .dijitDropDownButton, .theme-dark .actionButtonBox .actionButtonButtons .dijitComboButton {
  border-left: 1px solid rgba(40, 166, 255, 0.87);
}

.theme-redTheme .actionButtonBox .actionButtonButtons .dijitToggleButton, .theme-redTheme .actionButtonBox .actionButtonButtons .dijitButton, .theme-redTheme .actionButtonBox .actionButtonButtons .dijitDropDownButton, .theme-redTheme .actionButtonBox .actionButtonButtons .dijitComboButton {
  border-left: 1px solid rgba(244, 67, 54, 0.87);
}

.theme-greenTheme .actionButtonBox .actionButtonButtons .dijitToggleButton, .theme-greenTheme .actionButtonBox .actionButtonButtons .dijitButton, .theme-greenTheme .actionButtonBox .actionButtonButtons .dijitDropDownButton, .theme-greenTheme .actionButtonBox .actionButtonButtons .dijitComboButton {
  border-left: 1px solid rgba(137, 232, 26, 0.87);
}

.theme-blueTheme .actionButtonBox .actionButtonButtons .dijitToggleButton, .theme-blueTheme .actionButtonBox .actionButtonButtons .dijitButton, .theme-blueTheme .actionButtonBox .actionButtonButtons .dijitDropDownButton, .theme-blueTheme .actionButtonBox .actionButtonButtons .dijitComboButton {
  border-left: 1px solid rgba(40, 166, 255, 0.87);
}

.theme-purpleTheme .actionButtonBox .actionButtonButtons .dijitToggleButton, .theme-purpleTheme .actionButtonBox .actionButtonButtons .dijitButton, .theme-purpleTheme .actionButtonBox .actionButtonButtons .dijitDropDownButton, .theme-purpleTheme .actionButtonBox .actionButtonButtons .dijitComboButton {
  border-left: 1px solid rgba(208, 90, 255, 0.87);
}

.actionButtonBox .actionButtonButtons .dijitToggleButton:first-child,
.actionButtonBox .actionButtonButtons .dijitButton:first-child,
.actionButtonBox .actionButtonButtons .dijitDropDownButton:first-child,
.actionButtonBox .actionButtonButtons .dijitComboButton:first-child {
  border-left: none;
}

.theme-light .actionButtonBox .actionButtonButtons + .actionButtonMenu .dijitToggleButton,
.theme-light .actionButtonBox .actionButtonButtons + .actionButtonMenu .dijitButton,
.theme-light .actionButtonBox .actionButtonButtons + .actionButtonMenu .dijitDropDownButton,
.theme-light .actionButtonBox .actionButtonButtons + .actionButtonMenu .dijitComboButton {
  border-left: 1px solid rgba(0, 0, 0, 0.87);
}

.theme-dark .actionButtonBox .actionButtonButtons + .actionButtonMenu .dijitToggleButton, .theme-dark .actionButtonBox .actionButtonButtons + .actionButtonMenu .dijitButton, .theme-dark .actionButtonBox .actionButtonButtons + .actionButtonMenu .dijitDropDownButton, .theme-dark .actionButtonBox .actionButtonButtons + .actionButtonMenu .dijitComboButton {
  border-left: 1px solid rgba(40, 166, 255, 0.87);
}

.theme-redTheme .actionButtonBox .actionButtonButtons + .actionButtonMenu .dijitToggleButton, .theme-redTheme .actionButtonBox .actionButtonButtons + .actionButtonMenu .dijitButton, .theme-redTheme .actionButtonBox .actionButtonButtons + .actionButtonMenu .dijitDropDownButton, .theme-redTheme .actionButtonBox .actionButtonButtons + .actionButtonMenu .dijitComboButton {
  border-left: 1px solid rgba(244, 67, 54, 0.87);
}

.theme-greenTheme .actionButtonBox .actionButtonButtons + .actionButtonMenu .dijitToggleButton, .theme-greenTheme .actionButtonBox .actionButtonButtons + .actionButtonMenu .dijitButton, .theme-greenTheme .actionButtonBox .actionButtonButtons + .actionButtonMenu .dijitDropDownButton, .theme-greenTheme .actionButtonBox .actionButtonButtons + .actionButtonMenu .dijitComboButton {
  border-left: 1px solid rgba(137, 232, 26, 0.87);
}

.theme-blueTheme .actionButtonBox .actionButtonButtons + .actionButtonMenu .dijitToggleButton, .theme-blueTheme .actionButtonBox .actionButtonButtons + .actionButtonMenu .dijitButton, .theme-blueTheme .actionButtonBox .actionButtonButtons + .actionButtonMenu .dijitDropDownButton, .theme-blueTheme .actionButtonBox .actionButtonButtons + .actionButtonMenu .dijitComboButton {
  border-left: 1px solid rgba(40, 166, 255, 0.87);
}

.theme-purpleTheme .actionButtonBox .actionButtonButtons + .actionButtonMenu .dijitToggleButton, .theme-purpleTheme .actionButtonBox .actionButtonButtons + .actionButtonMenu .dijitButton, .theme-purpleTheme .actionButtonBox .actionButtonButtons + .actionButtonMenu .dijitDropDownButton, .theme-purpleTheme .actionButtonBox .actionButtonButtons + .actionButtonMenu .dijitComboButton {
  border-left: 1px solid rgba(208, 90, 255, 0.87);
}

.actionButtonBox .dijitButton .dijitButtonNode, .actionButtonBox .dijitDropDownButton .dijitButtonNode, .actionButtonBox .dijitComboButton .dijitButtonNode, .actionButtonBox .dijitToggleButton .dijitButtonNode {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 5px;
  color: inherit;
  font: inherit;
}

.shortGridRows .actionButtonBox .dijitButton .dijitButtonNode,
.shortGridRows .actionButtonBox .dijitDropDownButton .dijitButtonNode,
.shortGridRows .actionButtonBox .dijitComboButton .dijitButtonNode,
.shortGridRows .actionButtonBox .dijitToggleButton .dijitButtonNode {
  padding: 4px;
  font-size: 0.6em;
}

.actionButtonBox .dijitDropDownButton .dijitButtonText {
  padding: 0;
}

.actionButtonBox .dijitButtonContents svg {
  margin-right: 5px;
}

.actionButtonBox .dijitArrowButtonInner {
  background: none;
  width: auto;
  height: auto;
  vertical-align: top;
}

.actionButtonBox .dijitArrowButtonInner svg {
  background: none;
  margin-right: 0;
}

.activityTimelineBox {
  position: relative;
  font-size: 1em;
  /*
  .a-actions .actionLink:not(:first-child) {
      display: inline-block;
      border-left: 1px solid #e0e0e0;
  }
  */
}

.theme-light .activityTimelineBox {
  background: #f5f5f6;
}

.theme-dark .activityTimelineBox {
  background: #464646;
}

.theme-redTheme .activityTimelineBox {
  background: rgba(0, 0, 0, 0.2);
}

.theme-greenTheme .activityTimelineBox {
  background: rgba(0, 0, 0, 0.2);
}

.theme-blueTheme .activityTimelineBox {
  background: rgba(0, 0, 0, 0.2);
}

.theme-purpleTheme .activityTimelineBox {
  background: rgba(0, 0, 0, 0.2);
}

.activityTimelineBox .a-card {
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
  position: relative;
  padding: 10px 5px;
}

.activityTimelineBox .a-card:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 105px;
}

.theme-light .activityTimelineBox .a-card:after {
  background: #e5e5e8;
}

.theme-dark .activityTimelineBox .a-card:after {
  background: #373737;
}

.theme-redTheme .activityTimelineBox .a-card:after {
  background: rgba(255, 255, 255, 0.1);
}

.theme-greenTheme .activityTimelineBox .a-card:after {
  background: rgba(255, 255, 255, 0.1);
}

.theme-blueTheme .activityTimelineBox .a-card:after {
  background: rgba(255, 255, 255, 0.1);
}

.theme-purpleTheme .activityTimelineBox .a-card:after {
  background: rgba(255, 255, 255, 0.1);
}

.theme-light .activityTimelineBox .a-cardHover {
  background: #e5e5e8;
}

.theme-dark .activityTimelineBox .a-cardHover {
  background: #373737;
}

.theme-redTheme .activityTimelineBox .a-cardHover {
  background: rgba(255, 255, 255, 0.1);
}

.theme-greenTheme .activityTimelineBox .a-cardHover {
  background: rgba(255, 255, 255, 0.1);
}

.theme-blueTheme .activityTimelineBox .a-cardHover {
  background: rgba(255, 255, 255, 0.1);
}

.theme-purpleTheme .activityTimelineBox .a-cardHover {
  background: rgba(255, 255, 255, 0.1);
}

.activityTimelineBox .a-cardHover:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 105px;
}

.theme-light .activityTimelineBox .a-cardHover:after {
  background: #f5f5f6;
}

.theme-dark .activityTimelineBox .a-cardHover:after {
  background: #464646;
}

.theme-redTheme .activityTimelineBox .a-cardHover:after {
  background: rgba(0, 0, 0, 0.2);
}

.theme-greenTheme .activityTimelineBox .a-cardHover:after {
  background: rgba(0, 0, 0, 0.2);
}

.theme-blueTheme .activityTimelineBox .a-cardHover:after {
  background: rgba(0, 0, 0, 0.2);
}

.theme-purpleTheme .activityTimelineBox .a-cardHover:after {
  background: rgba(0, 0, 0, 0.2);
}

.activityTimelineBox .a-card .a-dateTime,
.activityTimelineBox .a-card .a-info {
  display: inline-block;
  vertical-align: top;
}

.activityTimelineBox .a-card .a-dateTime {
  width: 80px;
  margin-right: 20px;
  text-align: right;
}

.activityTimelineBox .a-card .a-info {
  margin-left: 20px;
}

.activityTimelineBox .a-card .a-desc {
  /*	max-height:200px;
  	overflow:auto; */
}

.activityTimelineBox .a-card .a-assignedTo span,
.activityTimelineBox .a-card .a-contactName span,
.activityTimelineBox .a-card .a-accountName span {
  opacity: 0.4;
}

.activityTimelineBox .a-card .a-title {
  font-size: 1.1em;
}

.activityTimelineBox .a-card .a-icon {
  position: absolute;
  z-index: 3;
  width: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  left: 90px;
  border-radius: 100%;
}

.theme-light .activityTimelineBox .a-card .a-icon {
  background: #f5f5f6;
  border: 1px solid #e5e5e8;
}

.theme-dark .activityTimelineBox .a-card .a-icon {
  background: #464646;
  border: 1px solid #373737;
}

.theme-redTheme .activityTimelineBox .a-card .a-icon {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-greenTheme .activityTimelineBox .a-card .a-icon {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-blueTheme .activityTimelineBox .a-card .a-icon {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-purpleTheme .activityTimelineBox .a-card .a-icon {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-light .activityTimelineBox .a-cardHover .a-icon {
  background: #e5e5e8;
  border: 1px solid #f5f5f6;
}

.theme-dark .activityTimelineBox .a-cardHover .a-icon {
  background: #373737;
  border: 1px solid #464646;
}

.theme-redTheme .activityTimelineBox .a-cardHover .a-icon {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.theme-greenTheme .activityTimelineBox .a-cardHover .a-icon {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.theme-blueTheme .activityTimelineBox .a-cardHover .a-icon {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.theme-purpleTheme .activityTimelineBox .a-cardHover .a-icon {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.activityTimelineBox .a-actions {
  font-size: 0.9em;
  display: inline-block;
}

.activityTimelineBox .a-actions .actionLink {
  display: block;
  text-align: left;
  margin: 3px 0;
}

.activityTimelineBox .a-actions .actionLink a {
  display: inline-block;
  vertical-align: middle;
}

.activityTimelineBox:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 105px;
  width: 1px;
  z-index: 1;
}

.theme-light .activityTimelineBox:after {
  background: #e5e5e8;
}

.theme-dark .activityTimelineBox:after {
  background: #373737;
}

.theme-redTheme .activityTimelineBox:after {
  background: rgba(255, 255, 255, 0.1);
}

.theme-greenTheme .activityTimelineBox:after {
  background: rgba(255, 255, 255, 0.1);
}

.theme-blueTheme .activityTimelineBox:after {
  background: rgba(255, 255, 255, 0.1);
}

.theme-purpleTheme .activityTimelineBox:after {
  background: rgba(255, 255, 255, 0.1);
}

.alertStatusBox .alertStatusOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.theme-light .alertStatusBox .alertStatusOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-dark .alertStatusBox .alertStatusOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-redTheme .alertStatusBox .alertStatusOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-greenTheme .alertStatusBox .alertStatusOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-blueTheme .alertStatusBox .alertStatusOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-purpleTheme .alertStatusBox .alertStatusOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.alertStatusBox .alertStatusOverlay .alertStatusOverlayBox {
  position: fixed;
  max-width: 50%;
  height: 120px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 200%);
  z-index: 1001;
}

.theme-light .alertStatusBox .alertStatusOverlay .alertStatusOverlayBox {
  background: #f5f5f6;
  border: 1px solid #cdcdd2;
}

.theme-dark .alertStatusBox .alertStatusOverlay .alertStatusOverlayBox {
  background: #464646;
  border: 1px solid #cdcdd2;
}

.theme-redTheme .alertStatusBox .alertStatusOverlay .alertStatusOverlayBox {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-greenTheme .alertStatusBox .alertStatusOverlay .alertStatusOverlayBox {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-blueTheme .alertStatusBox .alertStatusOverlay .alertStatusOverlayBox {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-purpleTheme .alertStatusBox .alertStatusOverlay .alertStatusOverlayBox {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.alertStatusBox .alertStatusOverlay.anim .alertStatusOverlayBox {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}

.alertStatusBox .message {
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.alertStatusBox .message ul {
  list-style: none;
  text-align: left;
}

.alertStatusBox .statusButtonBar {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.alertStatusBox .statusButtonBar a {
  display: inline-block;
  padding: 0 20px;
  line-height: 35px;
  border-radius: 4px;
}

.theme-light .alertStatusBox .statusButtonBar a {
  background: #0277bc;
  color: white;
}

.theme-dark .alertStatusBox .statusButtonBar a {
  background: #28a6ff;
  color: white;
}

.theme-redTheme .alertStatusBox .statusButtonBar a {
  background: #F44336;
  color: white;
}

.theme-greenTheme .alertStatusBox .statusButtonBar a {
  background: #89e81a;
  color: black;
}

.theme-blueTheme .alertStatusBox .statusButtonBar a {
  background: #28a6ff;
  color: white;
}

.theme-purpleTheme .alertStatusBox .statusButtonBar a {
  background: #d05aff;
  color: black;
}

.theme-light .alertStatusBox .statusButtonBar a:hover {
  background: #01578a;
  color: white;
}

.theme-dark .alertStatusBox .statusButtonBar a:hover {
  background: #008ff4;
  color: white;
}

.theme-redTheme .alertStatusBox .statusButtonBar a:hover {
  background: #ea1c0d;
  color: white;
}

.theme-greenTheme .alertStatusBox .statusButtonBar a:hover {
  background: #6ebc13;
  color: black;
}

.theme-blueTheme .alertStatusBox .statusButtonBar a:hover {
  background: #008ff4;
  color: white;
}

.theme-purpleTheme .alertStatusBox .statusButtonBar a:hover {
  background: #c127ff;
  color: white;
}

.alertsTimelineBox {
  position: relative;
  font-size: 1em;
}

.theme-light .alertsTimelineBox {
  background: #f5f5f6;
}

.theme-dark .alertsTimelineBox {
  background: #464646;
}

.theme-redTheme .alertsTimelineBox {
  background: rgba(0, 0, 0, 0.2);
}

.theme-greenTheme .alertsTimelineBox {
  background: rgba(0, 0, 0, 0.2);
}

.theme-blueTheme .alertsTimelineBox {
  background: rgba(0, 0, 0, 0.2);
}

.theme-purpleTheme .alertsTimelineBox {
  background: rgba(0, 0, 0, 0.2);
}

.alertsTimelineBox .a-card {
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
  position: relative;
  padding: 10px 5px;
}

.alertsTimelineBox .a-card:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 105px;
}

.theme-light .alertsTimelineBox .a-card:after {
  background: #e5e5e8;
}

.theme-dark .alertsTimelineBox .a-card:after {
  background: #373737;
}

.theme-redTheme .alertsTimelineBox .a-card:after {
  background: rgba(255, 255, 255, 0.1);
}

.theme-greenTheme .alertsTimelineBox .a-card:after {
  background: rgba(255, 255, 255, 0.1);
}

.theme-blueTheme .alertsTimelineBox .a-card:after {
  background: rgba(255, 255, 255, 0.1);
}

.theme-purpleTheme .alertsTimelineBox .a-card:after {
  background: rgba(255, 255, 255, 0.1);
}

.theme-light .alertsTimelineBox .a-cardHover {
  background: #e5e5e8;
}

.theme-dark .alertsTimelineBox .a-cardHover {
  background: #373737;
}

.theme-redTheme .alertsTimelineBox .a-cardHover {
  background: rgba(255, 255, 255, 0.1);
}

.theme-greenTheme .alertsTimelineBox .a-cardHover {
  background: rgba(255, 255, 255, 0.1);
}

.theme-blueTheme .alertsTimelineBox .a-cardHover {
  background: rgba(255, 255, 255, 0.1);
}

.theme-purpleTheme .alertsTimelineBox .a-cardHover {
  background: rgba(255, 255, 255, 0.1);
}

.alertsTimelineBox .a-cardHover:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 105px;
}

.theme-light .alertsTimelineBox .a-cardHover:after {
  background: #f5f5f6;
}

.theme-dark .alertsTimelineBox .a-cardHover:after {
  background: #464646;
}

.theme-redTheme .alertsTimelineBox .a-cardHover:after {
  background: rgba(0, 0, 0, 0.2);
}

.theme-greenTheme .alertsTimelineBox .a-cardHover:after {
  background: rgba(0, 0, 0, 0.2);
}

.theme-blueTheme .alertsTimelineBox .a-cardHover:after {
  background: rgba(0, 0, 0, 0.2);
}

.theme-purpleTheme .alertsTimelineBox .a-cardHover:after {
  background: rgba(0, 0, 0, 0.2);
}

.alertsTimelineBox .a-card .a-dateTime,
.alertsTimelineBox .a-card .a-info {
  display: inline-block;
  vertical-align: top;
}

.alertsTimelineBox .a-card .a-dateTime {
  width: 80px;
  margin-right: 20px;
  text-align: right;
}

.alertsTimelineBox .a-card .a-info {
  margin-left: 20px;
}

.alertsTimelineBox .a-card .a-desc {
  max-height: 200px;
  overflow: auto;
}

.alertsTimelineBox .a-card .a-assignedTo span,
.alertsTimelineBox .a-card .a-contactName span,
.alertsTimelineBox .a-card .a-accountName span {
  opacity: 0.4;
}

.alertsTimelineBox .a-card .a-title {
  font-size: 1.1em;
}

.alertsTimelineBox .a-card .a-icon {
  position: absolute;
  z-index: 3;
  width: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  left: 90px;
  border-radius: 100%;
}

.theme-light .alertsTimelineBox .a-card .a-icon {
  background: #f5f5f6;
  border: 1px solid #e5e5e8;
}

.theme-dark .alertsTimelineBox .a-card .a-icon {
  background: #464646;
  border: 1px solid #373737;
}

.theme-redTheme .alertsTimelineBox .a-card .a-icon {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-greenTheme .alertsTimelineBox .a-card .a-icon {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-blueTheme .alertsTimelineBox .a-card .a-icon {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-purpleTheme .alertsTimelineBox .a-card .a-icon {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-light .alertsTimelineBox .a-cardHover .a-icon {
  background: #e5e5e8;
  border: 1px solid #f5f5f6;
}

.theme-dark .alertsTimelineBox .a-cardHover .a-icon {
  background: #373737;
  border: 1px solid #464646;
}

.theme-redTheme .alertsTimelineBox .a-cardHover .a-icon {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.theme-greenTheme .alertsTimelineBox .a-cardHover .a-icon {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.theme-blueTheme .alertsTimelineBox .a-cardHover .a-icon {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.theme-purpleTheme .alertsTimelineBox .a-cardHover .a-icon {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.alertsTimelineBox .a-actions {
  font-size: 0.9em;
  display: inline-block;
}

.alertsTimelineBox .a-actions .actionLink {
  display: block;
  text-align: left;
  margin: 3px 0;
}

.alertsTimelineBox .a-actions .actionLink a {
  display: inline-block;
  vertical-align: middle;
}

.alertsTimelineBox .alertsCards {
  font-size: 1em;
  position: relative;
  min-height: 80px;
}

.alertsTimelineBox .alertsCards.separator:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 105px;
  width: 1px;
  z-index: 1;
}

.theme-light .alertsTimelineBox .alertsCards.separator:after {
  background: #e5e5e8;
}

.theme-dark .alertsTimelineBox .alertsCards.separator:after {
  background: #373737;
}

.theme-redTheme .alertsTimelineBox .alertsCards.separator:after {
  background: rgba(255, 255, 255, 0.1);
}

.theme-greenTheme .alertsTimelineBox .alertsCards.separator:after {
  background: rgba(255, 255, 255, 0.1);
}

.theme-blueTheme .alertsTimelineBox .alertsCards.separator:after {
  background: rgba(255, 255, 255, 0.1);
}

.theme-purpleTheme .alertsTimelineBox .alertsCards.separator:after {
  background: rgba(255, 255, 255, 0.1);
}

.tasksTimelineBox {
  position: relative;
  font-size: 1em;
}

.theme-light .tasksTimelineBox {
  background: #f5f5f6;
}

.theme-dark .tasksTimelineBox {
  background: #464646;
}

.theme-redTheme .tasksTimelineBox {
  background: rgba(0, 0, 0, 0.2);
}

.theme-greenTheme .tasksTimelineBox {
  background: rgba(0, 0, 0, 0.2);
}

.theme-blueTheme .tasksTimelineBox {
  background: rgba(0, 0, 0, 0.2);
}

.theme-purpleTheme .tasksTimelineBox {
  background: rgba(0, 0, 0, 0.2);
}

.tasksTimelineBox .a-card {
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
  position: relative;
  padding: 10px 5px;
}

.tasksTimelineBox .a-card .pastDue {
  text-align: right;
  margin-top: 5px;
}

.tasksTimelineBox .a-card .pastDue .notice {
  display: inline-block;
  float: none;
}

.tasksTimelineBox .a-card:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 105px;
}

.theme-light .tasksTimelineBox .a-card:after {
  background: #e5e5e8;
}

.theme-dark .tasksTimelineBox .a-card:after {
  background: #373737;
}

.theme-redTheme .tasksTimelineBox .a-card:after {
  background: rgba(255, 255, 255, 0.1);
}

.theme-greenTheme .tasksTimelineBox .a-card:after {
  background: rgba(255, 255, 255, 0.1);
}

.theme-blueTheme .tasksTimelineBox .a-card:after {
  background: rgba(255, 255, 255, 0.1);
}

.theme-purpleTheme .tasksTimelineBox .a-card:after {
  background: rgba(255, 255, 255, 0.1);
}

.theme-light .tasksTimelineBox .a-cardHover {
  background: #e5e5e8;
}

.theme-dark .tasksTimelineBox .a-cardHover {
  background: #373737;
}

.theme-redTheme .tasksTimelineBox .a-cardHover {
  background: rgba(255, 255, 255, 0.1);
}

.theme-greenTheme .tasksTimelineBox .a-cardHover {
  background: rgba(255, 255, 255, 0.1);
}

.theme-blueTheme .tasksTimelineBox .a-cardHover {
  background: rgba(255, 255, 255, 0.1);
}

.theme-purpleTheme .tasksTimelineBox .a-cardHover {
  background: rgba(255, 255, 255, 0.1);
}

.tasksTimelineBox .a-cardHover:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 105px;
}

.theme-light .tasksTimelineBox .a-cardHover:after {
  background: #f5f5f6;
}

.theme-dark .tasksTimelineBox .a-cardHover:after {
  background: #464646;
}

.theme-redTheme .tasksTimelineBox .a-cardHover:after {
  background: rgba(0, 0, 0, 0.2);
}

.theme-greenTheme .tasksTimelineBox .a-cardHover:after {
  background: rgba(0, 0, 0, 0.2);
}

.theme-blueTheme .tasksTimelineBox .a-cardHover:after {
  background: rgba(0, 0, 0, 0.2);
}

.theme-purpleTheme .tasksTimelineBox .a-cardHover:after {
  background: rgba(0, 0, 0, 0.2);
}

.tasksTimelineBox .a-card .a-dateTime,
.tasksTimelineBox .a-card .a-info {
  display: inline-block;
  vertical-align: top;
}

.tasksTimelineBox .a-card .a-dateTime {
  width: 80px;
  margin-right: 20px;
  text-align: right;
}

.tasksTimelineBox .a-card .a-info {
  margin-left: 20px;
}

.tasksTimelineBox .a-card .a-desc {
  max-height: 200px;
  overflow: auto;
}

.tasksTimelineBox .a-card .a-assignedTo span,
.tasksTimelineBox .a-card .a-contactName span,
.tasksTimelineBox .a-card .a-accountName span {
  opacity: 0.4;
}

.tasksTimelineBox .a-card .a-title {
  font-size: 1.1em;
}

.tasksTimelineBox .a-card .a-icon {
  position: absolute;
  z-index: 3;
  width: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  left: 90px;
  border-radius: 100%;
}

.theme-light .tasksTimelineBox .a-card .a-icon {
  background: #f5f5f6;
  border: 1px solid #e5e5e8;
}

.theme-dark .tasksTimelineBox .a-card .a-icon {
  background: #464646;
  border: 1px solid #373737;
}

.theme-redTheme .tasksTimelineBox .a-card .a-icon {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-greenTheme .tasksTimelineBox .a-card .a-icon {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-blueTheme .tasksTimelineBox .a-card .a-icon {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-purpleTheme .tasksTimelineBox .a-card .a-icon {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-light .tasksTimelineBox .a-cardHover .a-icon {
  background: #e5e5e8;
  border: 1px solid #f5f5f6;
}

.theme-dark .tasksTimelineBox .a-cardHover .a-icon {
  background: #373737;
  border: 1px solid #464646;
}

.theme-redTheme .tasksTimelineBox .a-cardHover .a-icon {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.theme-greenTheme .tasksTimelineBox .a-cardHover .a-icon {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.theme-blueTheme .tasksTimelineBox .a-cardHover .a-icon {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.theme-purpleTheme .tasksTimelineBox .a-cardHover .a-icon {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.tasksTimelineBox .a-actions {
  font-size: 0.9em;
  display: inline-block;
}

.tasksTimelineBox .a-actions .actionLink {
  display: block;
  text-align: left;
  margin: 3px 0;
}

.tasksTimelineBox .a-actions .actionLink a {
  display: inline-block;
  vertical-align: middle;
}

.tasksTimelineBox .alertsCards {
  font-size: 1em;
  position: relative;
  min-height: 80px;
}

.tasksTimelineBox .alertsCards.separator:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 105px;
  width: 1px;
  z-index: 1;
}

.theme-light .tasksTimelineBox .alertsCards.separator:after {
  background: #e5e5e8;
}

.theme-dark .tasksTimelineBox .alertsCards.separator:after {
  background: #373737;
}

.theme-redTheme .tasksTimelineBox .alertsCards.separator:after {
  background: rgba(255, 255, 255, 0.1);
}

.theme-greenTheme .tasksTimelineBox .alertsCards.separator:after {
  background: rgba(255, 255, 255, 0.1);
}

.theme-blueTheme .tasksTimelineBox .alertsCards.separator:after {
  background: rgba(255, 255, 255, 0.1);
}

.theme-purpleTheme .tasksTimelineBox .alertsCards.separator:after {
  background: rgba(255, 255, 255, 0.1);
}

.extendedInfoBody {
  overflow: hidden;
}

.extendedInfoCell {
  text-overflow: ellipsis;
  overflow: hidden;
}

.extendedInfoCell a {
  margin-right: 5px;
}

.extendedInfoBox .extendedInfoOverlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 100;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.extendedInfoBox .extendedInfoOverlayBox {
  overflow: hidden;
  position: fixed;
  width: 500px;
  height: 200px;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  transform: translate(0, 200%);
  z-index: 200;
}

.extendedInfoBox.extendedInfoDisplay .extendedInfoOverlay {
  display: block;
}

.extendedInfoBox.extendedInfoDisplay.dspOverlay .extendedInfoOverlay {
  opacity: 1;
}

.extendedInfoBox.extendedInfoDisplay.extendedInfoAnimate .extendedInfoOverlayBox {
  opacity: 1;
  transform: translate(0, 0);
}

.extendedInfoBox .extendedHeader {
  text-align: left;
  font-size: 1.25em;
  padding: 10px 5px;
}

.theme-light .extendedInfoBox .extendedHeader {
  background: #ededef;
  border-bottom: 1px solid #cdcdd2;
}

.theme-dark .extendedInfoBox .extendedHeader {
  background: #3e3e3e;
  border-bottom: 1px solid #cdcdd2;
}

.theme-redTheme .extendedInfoBox .extendedHeader {
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-greenTheme .extendedInfoBox .extendedHeader {
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-blueTheme .extendedInfoBox .extendedHeader {
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-purpleTheme .extendedInfoBox .extendedHeader {
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.extendedInfoBox .extendedHeader .extendedInfoTitle {
  min-height: 16px;
}

.extendedInfoBox .extendedInfoActionContainer {
  float: right;
}

.extendedInfoBox .extendedContent {
  width: 100%;
  border: none;
}

.theme-light .extendedInfoBox .extendedContent {
  background: #ffffff;
}

.theme-dark .extendedInfoBox .extendedContent {
  background: #757575;
}

.theme-redTheme .extendedInfoBox .extendedContent {
  background: #757575;
}

.theme-greenTheme .extendedInfoBox .extendedContent {
  background: #757575;
}

.theme-blueTheme .extendedInfoBox .extendedContent {
  background: #757575;
}

.theme-purpleTheme .extendedInfoBox .extendedContent {
  background: #757575;
}

.moreContentBox .mcb-contentBox {
  position: relative;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.moreContentBox .mcb-contentBox .mcb-contentBoxInner {
  overflow: hidden;
}

.moreContentBox .mcb-contentBox .mcb-moreLink {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

.theme-light .moreContentBox .mcb-contentBox .mcb-moreLink {
  background: #f5f5f6;
}

.theme-dark .moreContentBox .mcb-contentBox .mcb-moreLink {
  background: #464646;
}

.theme-redTheme .moreContentBox .mcb-contentBox .mcb-moreLink {
  background: rgba(0, 0, 0, 0.2);
}

.theme-greenTheme .moreContentBox .mcb-contentBox .mcb-moreLink {
  background: rgba(0, 0, 0, 0.2);
}

.theme-blueTheme .moreContentBox .mcb-contentBox .mcb-moreLink {
  background: rgba(0, 0, 0, 0.2);
}

.theme-purpleTheme .moreContentBox .mcb-contentBox .mcb-moreLink {
  background: rgba(0, 0, 0, 0.2);
}

.theme-light .a-cardHover .moreContentBox .mcb-contentBox .mcb-moreLink {
  background: #e5e5e8;
}

.theme-dark .a-cardHover .moreContentBox .mcb-contentBox .mcb-moreLink {
  background: #373737;
}

.theme-redTheme .a-cardHover .moreContentBox .mcb-contentBox .mcb-moreLink {
  background: rgba(255, 255, 255, 0.1);
}

.theme-greenTheme .a-cardHover .moreContentBox .mcb-contentBox .mcb-moreLink {
  background: rgba(255, 255, 255, 0.1);
}

.theme-blueTheme .a-cardHover .moreContentBox .mcb-contentBox .mcb-moreLink {
  background: rgba(255, 255, 255, 0.1);
}

.theme-purpleTheme .a-cardHover .moreContentBox .mcb-contentBox .mcb-moreLink {
  background: rgba(255, 255, 255, 0.1);
}

.moreContentBox .mcb-contentBox .mcb-lessLink {
  display: none;
  margin-left: 4px;
}

.moreContentBox .mcb-contentBox.mcb-dspToggle .mcb-moreLink,
.moreContentBox .mcb-contentBox.mcb-dspToggle .mcb-lessLink {
  display: inline-block;
}

.moreContentBox .mcb-contentBox.mcb-less .mcb-lessLink {
  display: inline-block;
}

.filterOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
}

.theme-light .filterOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-dark .filterOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-redTheme .filterOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-greenTheme .filterOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-blueTheme .filterOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-purpleTheme .filterOverlay {
  background: rgba(0, 0, 0, 0.7);
}

body.filterShelfOpen {
  overflow: hidden;
}

body.filterShelfOpen .outerContainer {
  filter: blur(5px);
}

.filterLink {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.appButtons .filterLink {
  margin: 0 0 0 10px;
}

.filterLink i {
  font-size: 1.625em;
  vertical-align: middle;
}

.appButtons .filterLink i {
  font-size: 1.25em;
}

.filterLink .filtered {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.filterShelf {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  width: 0;
  z-index: 999;
}

.theme-light .filterShelf {
  background: #f5f5f6;
}

.theme-dark .filterShelf {
  background: #464646;
}

.theme-redTheme .filterShelf {
  background: rgba(0, 0, 0, 0.3);
}

.theme-greenTheme .filterShelf {
  background: rgba(0, 0, 0, 0.3);
}

.theme-blueTheme .filterShelf {
  background: rgba(0, 0, 0, 0.3);
}

.theme-purpleTheme .filterShelf {
  background: rgba(0, 0, 0, 0.3);
}

body.filterShelfOpen .filterShelf {
  box-shadow: -2px 0 5px 0 rgba(0, 0, 0, 0.3);
}

.theme-light body.filterShelfOpen .filterShelf {
  border-left: 1px solid #cdcdd2;
}

.theme-dark body.filterShelfOpen .filterShelf {
  border-left: 1px solid #cdcdd2;
}

.theme-redTheme body.filterShelfOpen .filterShelf {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-greenTheme body.filterShelfOpen .filterShelf {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-blueTheme body.filterShelfOpen .filterShelf {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-purpleTheme body.filterShelfOpen .filterShelf {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.filterShelf .filterHeading {
  position: relative;
}

.filterShelf .filterHeading .filterLink {
  position: absolute;
  right: 100%;
  display: none;
  font-size: 2em;
}

.theme-light .filterShelf .filterHeading .filterLink a {
  color: #ffffff;
}

.theme-dark .filterShelf .filterHeading .filterLink a {
  color: #ffffff;
}

.theme-redTheme .filterShelf .filterHeading .filterLink a {
  color: #ffffff;
}

.theme-greenTheme .filterShelf .filterHeading .filterLink a {
  color: #ffffff;
}

.theme-blueTheme .filterShelf .filterHeading .filterLink a {
  color: #ffffff;
}

.theme-purpleTheme .filterShelf .filterHeading .filterLink a {
  color: #ffffff;
}

.filterShelf .filterHeading .appTitle {
  font-size: 2em;
  padding: 8px;
}

.filterShelf.shelfOpen .filterHeading .filterLink {
  display: inline-block;
}

.filterShelf .filterOptions {
  display: inline-block;
  width: 300px;
  overflow: auto;
}

.filterShelf .filterOptions .detailRow,
.filterShelf .filterOptions .filter,
.filterShelf .filterOptions .filterButtons {
  margin: 10px;
}

.filterShelf .filterButtons {
  padding: 5px;
}

.toolTipSearchedFilters .label {
  font-weight: 700;
}

.theme-light .viewBar {
  background: #e5e5e8;
  border-top: 1px solid #cdcdd2;
  -webkit-box-shadow: inset 0 -1px 0 0 #cdcdd2;
  box-shadow: inset 0 -1px 0 0 #cdcdd2;
}

.theme-dark .viewBar {
  background: #373737;
  border-top: 1px solid #cdcdd2;
  -webkit-box-shadow: inset 0 -1px 0 0 #cdcdd2;
  box-shadow: inset 0 -1px 0 0 #cdcdd2;
}

.theme-redTheme .viewBar {
  background: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.1);
}

.theme-greenTheme .viewBar {
  background: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.1);
}

.theme-blueTheme .viewBar {
  background: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.1);
}

.theme-purpleTheme .viewBar {
  background: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.1);
}

.viewBar a.button {
  display: inline-block;
}

.theme-light .viewBar a.button {
  background: #0277bc;
  color: white;
}

.theme-dark .viewBar a.button {
  background: #28a6ff;
  color: white;
}

.theme-redTheme .viewBar a.button {
  background: #F44336;
  color: white;
}

.theme-greenTheme .viewBar a.button {
  background: #89e81a;
  color: black;
}

.theme-blueTheme .viewBar a.button {
  background: #28a6ff;
  color: white;
}

.theme-purpleTheme .viewBar a.button {
  background: #d05aff;
  color: black;
}

.viewBar.flex {
  display: flex;
  flex-flow: row wrap-reverse;
  justify-content: space-between;
  align-items: center;
}

.viewBar.flex .f-box {
  flex: 1 1 auto;
}

.viewBar .viewContainer {
  display: inline-block;
  position: relative;
  margin-right: 4px;
}

.viewBar .viewContainer .listContainer {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  min-width: 220px;
}

.theme-light .viewBar .viewContainer .listContainer {
  background: #ffffff;
  border: 1px solid #b5bcc7;
}

.theme-dark .viewBar .viewContainer .listContainer {
  background: #757575;
  border: 1px solid #b5bcc7;
}

.theme-redTheme .viewBar .viewContainer .listContainer {
  background: #757575;
  border: 1px solid #F44336;
}

.theme-greenTheme .viewBar .viewContainer .listContainer {
  background: #757575;
  border: 1px solid #89e81a;
}

.theme-blueTheme .viewBar .viewContainer .listContainer {
  background: #757575;
  border: 1px solid #28a6ff;
}

.theme-purpleTheme .viewBar .viewContainer .listContainer {
  background: #757575;
  border: 1px solid #d05aff;
}

.viewBar .viewContainer .listContainer .viewListContainer {
  overflow: auto;
  max-height: 180px;
}

.viewBar .viewContainer .listContainer .dojoDndItem,
.viewBar .viewContainer .listContainer .dojoDndItemOver {
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
}

.viewBar .viewContainer .listContainer .viewItem {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  /*	&:not(:first-child){
  		border-top: 1px solid transparent;
  	}
  	&:not(:last-child){
  		border-bottom: 1px solid transparent;
  	} */
}

.viewBar .viewContainer .listContainer .viewItem .viewLink,
.viewBar .viewContainer .listContainer .viewItem .viewDefault,
.viewBar .viewContainer .listContainer .viewItem .viewDelete {
  flex: 1 1 0;
  text-align: left;
  padding: 1px;
}

.viewBar .viewContainer .listContainer .viewItem .viewLink {
  flex: 10 1 0;
}

.viewBar .viewContainer .listContainer .viewItem .viewLink a {
  display: block;
}

.theme-light .viewBar .viewContainer .listContainer .viewItem.dojoDndItemOver {
  background: rgba(181, 188, 199, 0.2);
  border-color: #b5bcc7;
}

.theme-dark .viewBar .viewContainer .listContainer .viewItem.dojoDndItemOver {
  background: rgba(181, 188, 199, 0.2);
  border-color: #b5bcc7;
}

.theme-redTheme .viewBar .viewContainer .listContainer .viewItem.dojoDndItemOver {
  background: rgba(244, 67, 54, 0.2);
  border-color: #F44336;
}

.theme-greenTheme .viewBar .viewContainer .listContainer .viewItem.dojoDndItemOver {
  background: rgba(137, 232, 26, 0.2);
  border-color: #89e81a;
}

.theme-blueTheme .viewBar .viewContainer .listContainer .viewItem.dojoDndItemOver {
  background: rgba(40, 166, 255, 0.2);
  border-color: #28a6ff;
}

.theme-purpleTheme .viewBar .viewContainer .listContainer .viewItem.dojoDndItemOver {
  background: rgba(208, 90, 255, 0.2);
  border-color: #d05aff;
}

.theme-light .viewBar .viewContainer .listContainer .viewItem.dojoDndItemBefore {
  border-bottom-color: transparent;
}

.theme-dark .viewBar .viewContainer .listContainer .viewItem.dojoDndItemBefore {
  border-bottom-color: transparent;
}

.theme-redTheme .viewBar .viewContainer .listContainer .viewItem.dojoDndItemBefore {
  border-bottom-color: transparent;
}

.theme-greenTheme .viewBar .viewContainer .listContainer .viewItem.dojoDndItemBefore {
  border-bottom-color: transparent;
}

.theme-blueTheme .viewBar .viewContainer .listContainer .viewItem.dojoDndItemBefore {
  border-bottom-color: transparent;
}

.theme-purpleTheme .viewBar .viewContainer .listContainer .viewItem.dojoDndItemBefore {
  border-bottom-color: transparent;
}

.theme-light .viewBar .viewContainer .listContainer .viewItem.dojoDndItemAfter {
  border-top-color: transparent;
}

.theme-dark .viewBar .viewContainer .listContainer .viewItem.dojoDndItemAfter {
  border-top-color: transparent;
}

.theme-redTheme .viewBar .viewContainer .listContainer .viewItem.dojoDndItemAfter {
  border-top-color: transparent;
}

.theme-greenTheme .viewBar .viewContainer .listContainer .viewItem.dojoDndItemAfter {
  border-top-color: transparent;
}

.theme-blueTheme .viewBar .viewContainer .listContainer .viewItem.dojoDndItemAfter {
  border-top-color: transparent;
}

.theme-purpleTheme .viewBar .viewContainer .listContainer .viewItem.dojoDndItemAfter {
  border-top-color: transparent;
}

.viewBar .viewContainer.open .listContainer {
  display: block;
}

.viewBar .viewTabs .viewTab {
  display: inline-block;
}

.theme-light .viewBar .viewTabs .viewTab {
  border-right: 1px solid #cdcdd2;
}

.theme-dark .viewBar .viewTabs .viewTab {
  border-right: 1px solid #cdcdd2;
}

.theme-redTheme .viewBar .viewTabs .viewTab {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-greenTheme .viewBar .viewTabs .viewTab {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-blueTheme .viewBar .viewTabs .viewTab {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-purpleTheme .viewBar .viewTabs .viewTab {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.viewBar .viewTabs .viewTab a {
  display: inline-block;
  line-height: 34px;
  background: transparent;
  padding: 0 10px;
}

.theme-light .viewBar .viewTabs .viewTab:first-child {
  border-left: 1px solid #cdcdd2;
}

.theme-dark .viewBar .viewTabs .viewTab:first-child {
  border-left: 1px solid #cdcdd2;
}

.theme-redTheme .viewBar .viewTabs .viewTab:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-greenTheme .viewBar .viewTabs .viewTab:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-blueTheme .viewBar .viewTabs .viewTab:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-purpleTheme .viewBar .viewTabs .viewTab:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-light .viewBar .viewTabs .viewTab.selected {
  background: #f5f5f6;
}

.theme-dark .viewBar .viewTabs .viewTab.selected {
  background: #464646;
}

.theme-redTheme .viewBar .viewTabs .viewTab.selected {
  background: rgba(0, 0, 0, 0.2);
}

.theme-greenTheme .viewBar .viewTabs .viewTab.selected {
  background: rgba(0, 0, 0, 0.2);
}

.theme-blueTheme .viewBar .viewTabs .viewTab.selected {
  background: rgba(0, 0, 0, 0.2);
}

.theme-purpleTheme .viewBar .viewTabs .viewTab.selected {
  background: rgba(0, 0, 0, 0.2);
}

.viewBar .viewTabs .viewTab .pin {
  line-height: normal;
  padding: 2px;
  margin-left: 10px;
  font-size: 0.8em;
}

.viewBar .viewTabs .viewTab .pin i {
  transform: rotate(45deg);
}

.theme-light .viewBar .viewTabs .viewTab.pinned .pin {
  background: rgba(182, 182, 182, 0.4);
}

.theme-dark .viewBar .viewTabs .viewTab.pinned .pin {
  background: rgba(107, 107, 107, 0.4);
}

.theme-redTheme .viewBar .viewTabs .viewTab.pinned .pin {
  background: rgba(107, 107, 107, 0.4);
}

.theme-greenTheme .viewBar .viewTabs .viewTab.pinned .pin {
  background: rgba(107, 107, 107, 0.4);
}

.theme-blueTheme .viewBar .viewTabs .viewTab.pinned .pin {
  background: rgba(107, 107, 107, 0.4);
}

.theme-purpleTheme .viewBar .viewTabs .viewTab.pinned .pin {
  background: rgba(107, 107, 107, 0.4);
}

.gridContainerBox .gridLinks a:not(:first-child) {
  margin-left: 5px;
}

.gridContainerBox .gridLinks a:not(:first-child):before {
  content: "";
  margin-right: 5px;
}

.theme-light .gridContainerBox .gridLinks a:not(:first-child):before {
  border-left: 1px solid #cdcdd2;
}

.theme-dark .gridContainerBox .gridLinks a:not(:first-child):before {
  border-left: 1px solid #cdcdd2;
}

.theme-redTheme .gridContainerBox .gridLinks a:not(:first-child):before {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-greenTheme .gridContainerBox .gridLinks a:not(:first-child):before {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-blueTheme .gridContainerBox .gridLinks a:not(:first-child):before {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-purpleTheme .gridContainerBox .gridLinks a:not(:first-child):before {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.gridContainerBox .gridLinks.button a {
  border-radius: 4px;
  border: none;
  text-shadow: none;
  padding: 6px 10px;
  cursor: pointer;
}

.theme-light .gridContainerBox .gridLinks.button a {
  background: #0277bc;
  color: white;
}

.theme-dark .gridContainerBox .gridLinks.button a {
  background: #28a6ff;
  color: white;
}

.theme-redTheme .gridContainerBox .gridLinks.button a {
  background: #F44336;
  color: white;
}

.theme-greenTheme .gridContainerBox .gridLinks.button a {
  background: #89e81a;
  color: black;
}

.theme-blueTheme .gridContainerBox .gridLinks.button a {
  background: #28a6ff;
  color: white;
}

.theme-purpleTheme .gridContainerBox .gridLinks.button a {
  background: #d05aff;
  color: black;
}

.theme-light .gridContainerBox .gridLinks.delete a {
  color: #990000;
}

.theme-dark .gridContainerBox .gridLinks.delete a {
  color: #ff4444;
}

.theme-redTheme .gridContainerBox .gridLinks.delete a {
  color: #ff4444;
}

.theme-greenTheme .gridContainerBox .gridLinks.delete a {
  color: #ff4444;
}

.theme-blueTheme .gridContainerBox .gridLinks.delete a {
  color: #ff4444;
}

.theme-purpleTheme .gridContainerBox .gridLinks.delete a {
  color: #ff4444;
}

.theme-light .gridContainerBox .gridLinks.add a {
  color: #009900;
}

.theme-dark .gridContainerBox .gridLinks.add a {
  color: #44ff44;
}

.theme-redTheme .gridContainerBox .gridLinks.add a {
  color: #44ff44;
}

.theme-greenTheme .gridContainerBox .gridLinks.add a {
  color: #44ff44;
}

.theme-blueTheme .gridContainerBox .gridLinks.add a {
  color: #44ff44;
}

.theme-purpleTheme .gridContainerBox .gridLinks.add a {
  color: #44ff44;
}

.gridContainerBox .gridImage img {
  max-width: 30px;
  max-height: 30px;
  width: auto;
  height: auto;
}

.gridContainerBox .icon i {
  font-size: 1.2em;
}

.theme-light .gridContainerBox .icon i.green {
  color: #009900;
}

.theme-dark .gridContainerBox .icon i.green {
  color: #44ff44;
}

.theme-redTheme .gridContainerBox .icon i.green {
  color: #44ff44;
}

.theme-greenTheme .gridContainerBox .icon i.green {
  color: #44ff44;
}

.theme-blueTheme .gridContainerBox .icon i.green {
  color: #44ff44;
}

.theme-purpleTheme .gridContainerBox .icon i.green {
  color: #44ff44;
}

.theme-light .gridContainerBox .icon i.red {
  color: #990000;
}

.theme-dark .gridContainerBox .icon i.red {
  color: #ff4444;
}

.theme-redTheme .gridContainerBox .icon i.red {
  color: #ff4444;
}

.theme-greenTheme .gridContainerBox .icon i.red {
  color: #ff4444;
}

.theme-blueTheme .gridContainerBox .icon i.red {
  color: #ff4444;
}

.theme-purpleTheme .gridContainerBox .icon i.red {
  color: #ff4444;
}

.theme-light .gridContainerBox .icon i.blue {
  color: #000099;
}

.theme-dark .gridContainerBox .icon i.blue {
  color: #4444ff;
}

.theme-redTheme .gridContainerBox .icon i.blue {
  color: #4444ff;
}

.theme-greenTheme .gridContainerBox .icon i.blue {
  color: #4444ff;
}

.theme-blueTheme .gridContainerBox .icon i.blue {
  color: #4444ff;
}

.theme-purpleTheme .gridContainerBox .icon i.blue {
  color: #4444ff;
}

.gridLoadingOverlayBox {
  overflow: hidden;
}

.gridLoadingOverlayBox .gridLoadingOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.theme-light .gridLoadingOverlayBox .gridLoadingOverlay {
  background: rgba(255, 255, 255, 0.7);
}

.theme-dark .gridLoadingOverlayBox .gridLoadingOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-redTheme .gridLoadingOverlayBox .gridLoadingOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-greenTheme .gridLoadingOverlayBox .gridLoadingOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-blueTheme .gridLoadingOverlayBox .gridLoadingOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-purpleTheme .gridLoadingOverlayBox .gridLoadingOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.gridLoadingOverlayBox .gridLoadingOverlayCnt {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 50px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 11;
}

.theme-light .gridLoadingOverlayBox .gridLoadingOverlayCnt {
  color: black;
}

.theme-dark .gridLoadingOverlayBox .gridLoadingOverlayCnt {
  color: white;
}

.theme-redTheme .gridLoadingOverlayBox .gridLoadingOverlayCnt {
  color: white;
}

.theme-greenTheme .gridLoadingOverlayBox .gridLoadingOverlayCnt {
  color: white;
}

.theme-blueTheme .gridLoadingOverlayBox .gridLoadingOverlayCnt {
  color: white;
}

.theme-purpleTheme .gridLoadingOverlayBox .gridLoadingOverlayCnt {
  color: white;
}

.listContainer .gridLoadingOverlayBox .gridLoadingOverlayCnt {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.gridLoadingOverlayBox.hideOverlay .gridLoadingOverlay,
.gridLoadingOverlayBox.hideOverlay .gridLoadingOverlayCnt {
  display: none;
}

.pageLoadingBody {
  overflow: hidden;
}

.pageLoadingBody .outerContainer {
  filter: blur(5px);
}

.pageLoadingOverlayBox {
  overflow: hidden;
}

.pageLoadingOverlayBox .pageLoadingOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.theme-light .pageLoadingOverlayBox .pageLoadingOverlay {
  background: #dadade;
}

.theme-dark .pageLoadingOverlayBox .pageLoadingOverlay {
  background: #2d2d2d;
}

.theme-redTheme .pageLoadingOverlayBox .pageLoadingOverlay {
  background: rgba(0, 0, 0, 0.3);
}

.theme-greenTheme .pageLoadingOverlayBox .pageLoadingOverlay {
  background: rgba(0, 0, 0, 0.3);
}

.theme-blueTheme .pageLoadingOverlayBox .pageLoadingOverlay {
  background: rgba(0, 0, 0, 0.3);
}

.theme-purpleTheme .pageLoadingOverlayBox .pageLoadingOverlay {
  background: rgba(0, 0, 0, 0.3);
}

.pageLoadingOverlayBox .pageLoadingOverlayCnt {
  position: fixed;
  font-size: 50px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 13;
}

.theme-light .pageLoadingOverlayBox .pageLoadingOverlayCnt {
  color: black;
}

.theme-dark .pageLoadingOverlayBox .pageLoadingOverlayCnt {
  color: white;
}

.theme-redTheme .pageLoadingOverlayBox .pageLoadingOverlayCnt {
  color: white;
}

.theme-greenTheme .pageLoadingOverlayBox .pageLoadingOverlayCnt {
  color: white;
}

.theme-blueTheme .pageLoadingOverlayBox .pageLoadingOverlayCnt {
  color: white;
}

.theme-purpleTheme .pageLoadingOverlayBox .pageLoadingOverlayCnt {
  color: white;
}

.pageLoadingOverlayBox .pageLoadingOverlayCnt .message {
  font-size: 0.5em;
  margin-top: 10px;
}

.listContainer .pageLoadingOverlayBox .pageLoadingOverlayCnt {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.pageLoadingOverlayBox.hideOverlay .pageLoadingOverlay,
.pageLoadingOverlayBox.hideOverlay .pageLoadingOverlayCnt {
  display: none;
}

.processingOverlayBox {
  overflow: hidden;
}

.processingOverlayBox .processingOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.theme-light .processingOverlayBox .processingOverlay {
  background: rgba(255, 255, 255, 0.7);
}

.theme-dark .processingOverlayBox .processingOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-redTheme .processingOverlayBox .processingOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-greenTheme .processingOverlayBox .processingOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-blueTheme .processingOverlayBox .processingOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-purpleTheme .processingOverlayBox .processingOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.processingOverlayBox .processingOverlayCnt {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 50px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 11;
}

.theme-light .processingOverlayBox .processingOverlayCnt {
  color: black;
}

.theme-dark .processingOverlayBox .processingOverlayCnt {
  color: white;
}

.theme-redTheme .processingOverlayBox .processingOverlayCnt {
  color: white;
}

.theme-greenTheme .processingOverlayBox .processingOverlayCnt {
  color: white;
}

.theme-blueTheme .processingOverlayBox .processingOverlayCnt {
  color: white;
}

.theme-purpleTheme .processingOverlayBox .processingOverlayCnt {
  color: white;
}

.detailRow .processingOverlayBox .processingOverlayCnt {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.processingOverlayBox .processingOverlayCnt .success,
.processingOverlayBox .processingOverlayCnt .failure {
  display: none;
}

.theme-light .processingOverlayBox .processingOverlayCnt .success {
  color: #009900;
}

.theme-dark .processingOverlayBox .processingOverlayCnt .success {
  color: #44ff44;
}

.theme-redTheme .processingOverlayBox .processingOverlayCnt .success {
  color: #44ff44;
}

.theme-greenTheme .processingOverlayBox .processingOverlayCnt .success {
  color: #44ff44;
}

.theme-blueTheme .processingOverlayBox .processingOverlayCnt .success {
  color: #44ff44;
}

.theme-purpleTheme .processingOverlayBox .processingOverlayCnt .success {
  color: #44ff44;
}

.theme-light .processingOverlayBox .processingOverlayCnt .failure {
  color: #990000;
}

.theme-dark .processingOverlayBox .processingOverlayCnt .failure {
  color: #ff4444;
}

.theme-redTheme .processingOverlayBox .processingOverlayCnt .failure {
  color: #ff4444;
}

.theme-greenTheme .processingOverlayBox .processingOverlayCnt .failure {
  color: #ff4444;
}

.theme-blueTheme .processingOverlayBox .processingOverlayCnt .failure {
  color: #ff4444;
}

.theme-purpleTheme .processingOverlayBox .processingOverlayCnt .failure {
  color: #ff4444;
}

.processingOverlayBox.hideOverlay .processingOverlay,
.processingOverlayBox.hideOverlay .processingOverlayCnt {
  display: none;
}

.processingOverlayBox.success .action {
  display: none;
}

.processingOverlayBox.success .success {
  display: block;
}

.processingOverlayBox.failure .action {
  display: none;
}

.processingOverlayBox.failure .failure {
  display: block;
}

.noRowsToShowBox {
  display: table;
  width: 100%;
}

.noRowsToShowMsg {
  display: table-cell;
  height: 80px;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

.popupFormBody {
  overflow: hidden;
}

.popupFormBody .outerContainer {
  filter: blur(5px);
}

.popupFormBox .popupFormOverlayBox {
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translate(0, 300%);
}

.popupFormBox.popupFormDisplay.popupFormAnimate .popupFormOverlayBox {
  transform: translate(0, 0);
}

.popupFormBox .popupFormOverlay, .popupFormBoxDraggable .popupFormOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 996;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.theme-light .popupFormBox .popupFormOverlay,
.theme-light .popupFormBoxDraggable .popupFormOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-dark .popupFormBox .popupFormOverlay, .theme-dark .popupFormBoxDraggable .popupFormOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-redTheme .popupFormBox .popupFormOverlay, .theme-redTheme .popupFormBoxDraggable .popupFormOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-greenTheme .popupFormBox .popupFormOverlay, .theme-greenTheme .popupFormBoxDraggable .popupFormOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-blueTheme .popupFormBox .popupFormOverlay, .theme-blueTheme .popupFormBoxDraggable .popupFormOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-purpleTheme .popupFormBox .popupFormOverlay, .theme-purpleTheme .popupFormBoxDraggable .popupFormOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.popupFormBox .popupFormOverlayBox, .popupFormBoxDraggable .popupFormOverlayBox {
  position: fixed;
  width: 500px;
  height: 200px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 997;
}

.theme-light .popupFormBox .popupFormOverlayBox,
.theme-light .popupFormBoxDraggable .popupFormOverlayBox {
  background: #f5f5f6;
  border: 1px solid #cdcdd2;
}

.theme-dark .popupFormBox .popupFormOverlayBox, .theme-dark .popupFormBoxDraggable .popupFormOverlayBox {
  background: #464646;
  border: 1px solid #cdcdd2;
}

.theme-redTheme .popupFormBox .popupFormOverlayBox, .theme-redTheme .popupFormBoxDraggable .popupFormOverlayBox {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-greenTheme .popupFormBox .popupFormOverlayBox, .theme-greenTheme .popupFormBoxDraggable .popupFormOverlayBox {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-blueTheme .popupFormBox .popupFormOverlayBox, .theme-blueTheme .popupFormBoxDraggable .popupFormOverlayBox {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-purpleTheme .popupFormBox .popupFormOverlayBox, .theme-purpleTheme .popupFormBoxDraggable .popupFormOverlayBox {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.popupFormBox.popupFormDisplay .popupFormOverlay,
.popupFormBoxDraggable.popupFormDisplay .popupFormOverlay {
  display: block;
}

.popupFormBox.popupFormDisplay.dspOverlay .popupFormOverlay,
.popupFormBoxDraggable.popupFormDisplay.dspOverlay .popupFormOverlay {
  opacity: 1;
}

.popupFormBox.popupFormDisplay.popupFormAnimate .popupFormOverlayBox,
.popupFormBoxDraggable.popupFormDisplay.popupFormAnimate .popupFormOverlayBox {
  opacity: 1;
}

.popupFormBox .popupHeader,
.popupFormBoxDraggable .popupHeader {
  overflow: hidden;
}

.popupFormBox .popupContent,
.popupFormBoxDraggable .popupContent {
  overflow: auto;
}

.popupFormBox .newPopupContent,
.popupFormBoxDraggable .newPopupContent {
  padding: 40px;
}

.popupFormBox .newPopupContent.left,
.popupFormBoxDraggable .newPopupContent.left {
  text-align: left;
}

.popupFormBox .formContainer,
.popupFormBoxDraggable .formContainer {
  text-align: left;
  column-gap: 40px;
}

.theme-light .popupFormBox .formContainer:not(:last-child),
.theme-light .popupFormBoxDraggable .formContainer:not(:last-child) {
  border-bottom: 1px solid #cdcdd2;
}

.theme-dark .popupFormBox .formContainer:not(:last-child), .theme-dark .popupFormBoxDraggable .formContainer:not(:last-child) {
  border-bottom: 1px solid #202020;
}

.theme-redTheme .popupFormBox .formContainer:not(:last-child), .theme-redTheme .popupFormBoxDraggable .formContainer:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.theme-greenTheme .popupFormBox .formContainer:not(:last-child), .theme-greenTheme .popupFormBoxDraggable .formContainer:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.theme-blueTheme .popupFormBox .formContainer:not(:last-child), .theme-blueTheme .popupFormBoxDraggable .formContainer:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.theme-purpleTheme .popupFormBox .formContainer:not(:last-child), .theme-purpleTheme .popupFormBoxDraggable .formContainer:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.popupFormBox .formContainer .compCodeIcon,
.popupFormBoxDraggable .formContainer .compCodeIcon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px 15px;
  font-size: 20px;
}

.popupFormBox .formContainer .compCodeIcon.invalid,
.popupFormBoxDraggable .formContainer .compCodeIcon.invalid {
  color: #ff4444;
}

.popupFormBox .formContainer .compCodeIcon.valid,
.popupFormBoxDraggable .formContainer .compCodeIcon.valid {
  color: #00C851;
}

.popupFormBox .oneColumn .formContainer,
.popupFormBoxDraggable .oneColumn .formContainer {
  column-count: 1;
}

.popupFormBox .twoColumn .formContainer,
.popupFormBoxDraggable .twoColumn .formContainer {
  column-count: 2;
}

.popupFormBox .threeColumn .formContainer,
.popupFormBoxDraggable .threeColumn .formContainer {
  column-count: 3;
}

.popupFormBox .formContainer .detailRow,
.popupFormBoxDraggable .formContainer .detailRow {
  break-inside: avoid-column;
}

.popupFormBox .formContainer .detailRow .detailField,
.popupFormBoxDraggable .formContainer .detailRow .detailField {
  padding: 5px;
  line-height: 35px;
}

.popupFormBox .formContainer .detailRow .detailField .label,
.popupFormBoxDraggable .formContainer .detailRow .detailField .label {
  display: block;
  vertical-align: top;
  line-height: normal;
  text-overflow: ellipsis;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
}

.popupFormBox .formContainer .detailRow .detailField .field,
.popupFormBoxDraggable .formContainer .detailRow .detailField .field {
  padding: 0;
  vertical-align: top;
  display: block;
  line-height: inherit;
  position: relative;
}

.popupFormBox .formContainer .detailRow .detailField .field.file,
.popupFormBoxDraggable .formContainer .detailRow .detailField .field.file {
  display: block;
}

.popupFormBox .formContainer .detailRow .detailField .field.output,
.popupFormBoxDraggable .formContainer .detailRow .detailField .field.output {
  display: none;
}

.popupFormBox .formContainer .detailRow .detailField .field.output a,
.popupFormBoxDraggable .formContainer .detailRow .detailField .field.output a {
  float: right;
}

.popupFormBox .formContainer .detailRow .detailField .field .dijitTextBox,
.popupFormBoxDraggable .formContainer .detailRow .detailField .field .dijitTextBox {
  width: 100%;
  box-sizing: border-box;
}

.popupFormBox .formContainer .detailRow.split,
.popupFormBoxDraggable .formContainer .detailRow.split {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

.popupFormBox .formContainer .detailRow.split .detailField,
.popupFormBoxDraggable .formContainer .detailRow.split .detailField {
  flex: 1 1 0;
}

.popupFormBox .formContainer .detailRow.hasAttachment .file,
.popupFormBoxDraggable .formContainer .detailRow.hasAttachment .file {
  display: none !important;
}

.popupFormBox .formContainer .detailRow.hasAttachment .output,
.popupFormBoxDraggable .formContainer .detailRow.hasAttachment .output {
  display: block !important;
}

.popupFormBox .formContainer.full,
.popupFormBoxDraggable .formContainer.full {
  column-count: 1;
}

.popupFormBox .formContainer.full .detailField .label,
.popupFormBox .formContainer.full .detailField .field,
.popupFormBoxDraggable .formContainer.full .detailField .label,
.popupFormBoxDraggable .formContainer.full .detailField .field {
  display: block;
  width: 100%;
}

.popupFormBox .formContainer.attachments,
.popupFormBoxDraggable .formContainer.attachments {
  column-count: 1;
}

.popupFormBox .formContainer.attachments .field, .popupFormBoxDraggable .formContainer.attachments .field {
  width: 50%;
  box-sizing: border-box;
  margin: 2px 0;
  padding: 4px;
}

.theme-light .popupFormBox .formContainer.attachments .field,
.theme-light .popupFormBoxDraggable .formContainer.attachments .field {
  background-color: #e5e5e8;
}

.theme-dark .popupFormBox .formContainer.attachments .field, .theme-dark .popupFormBoxDraggable .formContainer.attachments .field {
  background-color: #373737;
}

.theme-redTheme .popupFormBox .formContainer.attachments .field, .theme-redTheme .popupFormBoxDraggable .formContainer.attachments .field {
  background-color: rgba(0, 0, 0, 0.5);
}

.theme-greenTheme .popupFormBox .formContainer.attachments .field, .theme-greenTheme .popupFormBoxDraggable .formContainer.attachments .field {
  background-color: rgba(0, 0, 0, 0.5);
}

.theme-blueTheme .popupFormBox .formContainer.attachments .field, .theme-blueTheme .popupFormBoxDraggable .formContainer.attachments .field {
  background-color: rgba(0, 0, 0, 0.5);
}

.theme-purpleTheme .popupFormBox .formContainer.attachments .field, .theme-purpleTheme .popupFormBoxDraggable .formContainer.attachments .field {
  background-color: rgba(0, 0, 0, 0.5);
}

.popupFormBox .formContainer.attachments .field .removeAttachment, .popupFormBoxDraggable .formContainer.attachments .field .removeAttachment {
  float: right;
}

.popupFormBox .formContainer.topLabels .detailField .label,
.popupFormBox .formContainer.topLabels .detailField .field,
.popupFormBoxDraggable .formContainer.topLabels .detailField .label,
.popupFormBoxDraggable .formContainer.topLabels .detailField .field {
  display: block;
  width: 100%;
  line-height: normal;
}

.popupFormBox .buttonBar,
.popupFormBoxDraggable .buttonBar {
  text-align: right;
  border: none;
  margin: 0;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}

.popupFormBox .buttonBar > .right,
.popupFormBoxDraggable .buttonBar > .right {
  float: none;
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

.popupFormBox .buttonBar > .left,
.popupFormBoxDraggable .buttonBar > .left {
  text-align: left;
  float: none;
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

.popupFormBox.chartPopup .popupFormOverlayBox, .popupFormBox.exportPopup .popupFormOverlayBox,
.popupFormBoxDraggable.chartPopup .popupFormOverlayBox,
.popupFormBoxDraggable.exportPopup .popupFormOverlayBox {
  overflow: visible;
}

.popupFormBox.chartPopup .buttonBar, .popupFormBox.exportPopup .buttonBar,
.popupFormBoxDraggable.chartPopup .buttonBar,
.popupFormBoxDraggable.exportPopup .buttonBar {
  padding: 0;
  overflow: visible;
}

.popupFormBox.chartPopup .buttonBar a, .popupFormBox.exportPopup .buttonBar a, .popupFormBoxDraggable.chartPopup .buttonBar a, .popupFormBoxDraggable.exportPopup .buttonBar a {
  position: absolute;
  bottom: 100%;
  left: 100%;
  font-size: 2em;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.theme-light .popupFormBox.chartPopup .buttonBar a, .theme-light .popupFormBox.exportPopup .buttonBar a,
.theme-light .popupFormBoxDraggable.chartPopup .buttonBar a,
.theme-light .popupFormBoxDraggable.exportPopup .buttonBar a {
  color: #ffffff;
}

.theme-dark .popupFormBox.chartPopup .buttonBar a, .theme-dark .popupFormBox.exportPopup .buttonBar a, .theme-dark .popupFormBoxDraggable.chartPopup .buttonBar a, .theme-dark .popupFormBoxDraggable.exportPopup .buttonBar a {
  color: #ffffff;
}

.theme-redTheme .popupFormBox.chartPopup .buttonBar a, .theme-redTheme .popupFormBox.exportPopup .buttonBar a, .theme-redTheme .popupFormBoxDraggable.chartPopup .buttonBar a, .theme-redTheme .popupFormBoxDraggable.exportPopup .buttonBar a {
  color: #ffffff;
}

.theme-greenTheme .popupFormBox.chartPopup .buttonBar a, .theme-greenTheme .popupFormBox.exportPopup .buttonBar a, .theme-greenTheme .popupFormBoxDraggable.chartPopup .buttonBar a, .theme-greenTheme .popupFormBoxDraggable.exportPopup .buttonBar a {
  color: #ffffff;
}

.theme-blueTheme .popupFormBox.chartPopup .buttonBar a, .theme-blueTheme .popupFormBox.exportPopup .buttonBar a, .theme-blueTheme .popupFormBoxDraggable.chartPopup .buttonBar a, .theme-blueTheme .popupFormBoxDraggable.exportPopup .buttonBar a {
  color: #ffffff;
}

.theme-purpleTheme .popupFormBox.chartPopup .buttonBar a, .theme-purpleTheme .popupFormBox.exportPopup .buttonBar a, .theme-purpleTheme .popupFormBoxDraggable.chartPopup .buttonBar a, .theme-purpleTheme .popupFormBoxDraggable.exportPopup .buttonBar a {
  color: #ffffff;
}

.popupFormBox.chartPopup.widthResized a, .popupFormBox.exportPopup.widthResized a,
.popupFormBoxDraggable.chartPopup.widthResized a,
.popupFormBoxDraggable.exportPopup.widthResized a {
  transform: translateX(-25px);
}

.popupFormBox.chartPopup.heightResized a, .popupFormBox.exportPopup.heightResized a,
.popupFormBoxDraggable.chartPopup.heightResized a,
.popupFormBoxDraggable.exportPopup.heightResized a {
  transform: translateY(25px);
}

.popupFormBox.chartPopup.widthResized.heightResized a, .popupFormBox.exportPopup.widthResized.heightResized a, .popupFormBoxDraggable.chartPopup.widthResized.heightResized a, .popupFormBoxDraggable.exportPopup.widthResized.heightResized a {
  transform: translate(-25px, 25px);
  z-index: 10;
}

.theme-light .popupFormBox.chartPopup.widthResized.heightResized a, .theme-light .popupFormBox.exportPopup.widthResized.heightResized a,
.theme-light .popupFormBoxDraggable.chartPopup.widthResized.heightResized a,
.theme-light .popupFormBoxDraggable.exportPopup.widthResized.heightResized a {
  color: #000000;
}

.theme-dark .popupFormBox.chartPopup.widthResized.heightResized a, .theme-dark .popupFormBox.exportPopup.widthResized.heightResized a, .theme-dark .popupFormBoxDraggable.chartPopup.widthResized.heightResized a, .theme-dark .popupFormBoxDraggable.exportPopup.widthResized.heightResized a {
  color: #000000;
}

.theme-redTheme .popupFormBox.chartPopup.widthResized.heightResized a, .theme-redTheme .popupFormBox.exportPopup.widthResized.heightResized a, .theme-redTheme .popupFormBoxDraggable.chartPopup.widthResized.heightResized a, .theme-redTheme .popupFormBoxDraggable.exportPopup.widthResized.heightResized a {
  color: #000000;
}

.theme-greenTheme .popupFormBox.chartPopup.widthResized.heightResized a, .theme-greenTheme .popupFormBox.exportPopup.widthResized.heightResized a, .theme-greenTheme .popupFormBoxDraggable.chartPopup.widthResized.heightResized a, .theme-greenTheme .popupFormBoxDraggable.exportPopup.widthResized.heightResized a {
  color: #000000;
}

.theme-blueTheme .popupFormBox.chartPopup.widthResized.heightResized a, .theme-blueTheme .popupFormBox.exportPopup.widthResized.heightResized a, .theme-blueTheme .popupFormBoxDraggable.chartPopup.widthResized.heightResized a, .theme-blueTheme .popupFormBoxDraggable.exportPopup.widthResized.heightResized a {
  color: #000000;
}

.theme-purpleTheme .popupFormBox.chartPopup.widthResized.heightResized a, .theme-purpleTheme .popupFormBox.exportPopup.widthResized.heightResized a, .theme-purpleTheme .popupFormBoxDraggable.chartPopup.widthResized.heightResized a, .theme-purpleTheme .popupFormBoxDraggable.exportPopup.widthResized.heightResized a {
  color: #000000;
}

.popupFormBox.chartPopup .popupHeader,
.popupFormBoxDraggable.chartPopup .popupHeader {
  display: none;
}

.popupFormBox.exportPopup .popupExportContent,
.popupFormBoxDraggable.exportPopup .popupExportContent {
  overflow: hidden;
}

.popupFormBox.exportPopup .openButton,
.popupFormBoxDraggable.exportPopup .openButton {
  display: none;
  margin: 10px 0;
}

.popupFormBox .progressBar,
.popupFormBoxDraggable .progressBar {
  margin: 10px auto;
}

.popupFormBox .row > .col,
.popupFormBoxDraggable .row > .col {
  text-align: left;
}

.popupFormBox .step1,
.popupFormBox .step2,
.popupFormBox .step3,
.popupFormBox .step4,
.popupFormBoxDraggable .step1,
.popupFormBoxDraggable .step2,
.popupFormBoxDraggable .step3,
.popupFormBoxDraggable .step4 {
  display: none;
}

.popupFormBox.step1 .step1, .popupFormBox.step2 .step2, .popupFormBox.step3 .step3, .popupFormBox.step4 .step4,
.popupFormBoxDraggable.step1 .step1,
.popupFormBoxDraggable.step2 .step2,
.popupFormBoxDraggable.step3 .step3,
.popupFormBoxDraggable.step4 .step4 {
  display: block;
}

.popupFormBoxDraggable .popupFormOverlay {
  background: none !important;
}

.popupDraggableMin .popupFormBoxDraggable .popupFormOverlayBox {
  margin: 0;
  position: fixed !important;
  top: unset !important;
  right: 0 !important;
  bottom: 0 !important;
  left: unset !important;
  max-width: 320px;
}

.popupDraggableMax .popupFormBoxDraggable .popupFormOverlayBox {
  margin: 0;
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.popupFormBoxDraggable .popupHeader {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  cursor: move;
}

.theme-light .popupFormBoxDraggable .popupHeader {
  background-color: #e5e5e8;
}

.theme-dark .popupFormBoxDraggable .popupHeader {
  background-color: #373737;
}

.theme-redTheme .popupFormBoxDraggable .popupHeader {
  background-color: rgba(0, 0, 0, 0.5);
}

.theme-greenTheme .popupFormBoxDraggable .popupHeader {
  background-color: rgba(0, 0, 0, 0.5);
}

.theme-blueTheme .popupFormBoxDraggable .popupHeader {
  background-color: rgba(0, 0, 0, 0.5);
}

.theme-purpleTheme .popupFormBoxDraggable .popupHeader {
  background-color: rgba(0, 0, 0, 0.5);
}

.popupDraggableMin .popupFormBoxDraggable .popupHeader, .popupDraggableMax .popupFormBoxDraggable .popupHeader {
  cursor: default;
}

.popupFormBoxDraggable .popupHeader .popupMinimize,
.popupFormBoxDraggable .popupHeader .popupMinimizeRestore,
.popupFormBoxDraggable .popupHeader .popupFullScreen,
.popupFormBoxDraggable .popupHeader .popupFullScreenRestore,
.popupFormBoxDraggable .popupHeader .popupClose {
  flex: 1 1 auto;
  align-self: center;
  font-size: 1.25em;
}

.popupFormBoxDraggable .popupHeader .popupMinimize {
  display: block;
}

.popupDraggableMin .popupFormBoxDraggable .popupHeader .popupMinimize {
  display: none;
}

.popupFormBoxDraggable .popupHeader .popupMinimizeRestore {
  display: none;
}

.popupDraggableMin .popupFormBoxDraggable .popupHeader .popupMinimizeRestore {
  display: block;
}

.popupFormBoxDraggable .popupHeader .popupFullScreen {
  display: block;
}

.popupDraggableMax .popupFormBoxDraggable .popupHeader .popupFullScreen {
  display: none;
}

.popupFormBoxDraggable .popupHeader .popupFullScreenRestore {
  display: none;
}

.popupDraggableMax .popupFormBoxDraggable .popupHeader .popupFullScreenRestore {
  display: block;
}

.popupFormBoxDraggable .popupHeader h2 {
  flex: 10 1 auto;
  text-align: left;
  font-size: 1.25em;
}

.popupDraggableMin .popupFormBoxDraggable .popupContent {
  display: none;
}

.popupFormBoxDraggable .newPopupContent {
  padding: 5px 20px;
}

.popupFormBoxDraggable .formContainer {
  column-gap: 20px;
}

.popupDraggableMin .popupFormBoxDraggable .buttonBar {
  display: none;
}

body.popupDraggableMax {
  overflow: hidden;
}

.customerContactCard .infoContainer {
  position: relative;
}

.theme-light .customerContactCard .infoContainer {
  border-top: 1px solid #cdcdd2;
  background: #ffffff;
}

.theme-dark .customerContactCard .infoContainer {
  border-top: 1px solid #cdcdd2;
  background: #757575;
}

.theme-redTheme .customerContactCard .infoContainer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #757575;
}

.theme-greenTheme .customerContactCard .infoContainer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #757575;
}

.theme-blueTheme .customerContactCard .infoContainer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #757575;
}

.theme-purpleTheme .customerContactCard .infoContainer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #757575;
}

.customerContactCard .infoContainer textarea {
  width: 100%;
  padding: 1em 3em;
  box-sizing: border-box;
  border: none;
  outline: none;
  background: transparent;
}

.theme-light .customerContactCard .infoContainer textarea {
  color: #000000;
}

.theme-dark .customerContactCard .infoContainer textarea {
  color: #ffffff;
}

.theme-redTheme .customerContactCard .infoContainer textarea {
  color: #ffffff;
}

.theme-greenTheme .customerContactCard .infoContainer textarea {
  color: #ffffff;
}

.theme-blueTheme .customerContactCard .infoContainer textarea {
  color: #ffffff;
}

.theme-purpleTheme .customerContactCard .infoContainer textarea {
  color: #ffffff;
}

.customerContactCard .infoContainer .contactCardButtonContainer {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 2em;
  font-size: 1.75em;
}

.customerContactCard .infoContainer .contactCardButtonContainer a {
  margin: 0.5em 0 0 0;
}

.timeSelector {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 2000;
}

.theme-light .timeSelector {
  background: #f5f5f6;
  border: 1px solid #cdcdd2;
}

.theme-dark .timeSelector {
  background: #464646;
  border: 1px solid #202020;
}

.theme-redTheme .timeSelector {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.theme-greenTheme .timeSelector {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.theme-blueTheme .timeSelector {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.theme-purpleTheme .timeSelector {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.timeSelector .timeCol {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.timeSelector .heading {
  padding: 5px;
  font-weight: 700;
}

.theme-light .timeSelector .heading {
  background: #ededef;
  color: #000000;
}

.theme-dark .timeSelector .heading {
  background: #3e3e3e;
  color: #ffffff;
}

.theme-redTheme .timeSelector .heading {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.theme-greenTheme .timeSelector .heading {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.theme-blueTheme .timeSelector .heading {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.theme-purpleTheme .timeSelector .heading {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.timeSelector .hour a {
  width: 33%;
  padding: 2px 0;
  display: inline-block;
  text-align: right;
}

.timeSelector .hour span {
  display: none;
  width: 67%;
}

.timeSelector .hour:hover span {
  display: inline-block;
}

.theme-light .freeformEmailBox .menuBar {
  background: #e5e5e8;
}

.theme-dark .freeformEmailBox .menuBar {
  background: #373737;
}

.theme-redTheme .freeformEmailBox .menuBar {
  background: rgba(0, 0, 0, 0.5);
}

.theme-greenTheme .freeformEmailBox .menuBar {
  background: rgba(0, 0, 0, 0.5);
}

.theme-blueTheme .freeformEmailBox .menuBar {
  background: rgba(0, 0, 0, 0.5);
}

.theme-purpleTheme .freeformEmailBox .menuBar {
  background: rgba(0, 0, 0, 0.5);
}

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

.freeformEmailBox .menuBar ul ul {
  display: none;
}

.freeformEmailBox .menuBar ul ul a span {
  display: block;
  font-size: 0.7em;
}

.theme-light .freeformEmailBox .menuBar ul ul a span {
  color: #000000;
}

.theme-dark .freeformEmailBox .menuBar ul ul a span {
  color: #ffffff;
}

.theme-redTheme .freeformEmailBox .menuBar ul ul a span {
  color: #ffffff;
}

.theme-greenTheme .freeformEmailBox .menuBar ul ul a span {
  color: #ffffff;
}

.theme-blueTheme .freeformEmailBox .menuBar ul ul a span {
  color: #ffffff;
}

.theme-purpleTheme .freeformEmailBox .menuBar ul ul a span {
  color: #ffffff;
}

.freeformEmailBox .menuBar li {
  position: relative;
}

.freeformEmailBox .menuBar li.showSub ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
}

.freeformEmailBox .menuBar > ul > li {
  display: inline-block;
  vertical-align: middle;
}

.theme-light .freeformEmailBox .menuBar > ul > li:hover > a {
  background: #ededef;
}

.theme-dark .freeformEmailBox .menuBar > ul > li:hover > a {
  background: #3e3e3e;
}

.theme-redTheme .freeformEmailBox .menuBar > ul > li:hover > a {
  background: rgba(0, 0, 0, 0.7);
}

.theme-greenTheme .freeformEmailBox .menuBar > ul > li:hover > a {
  background: rgba(0, 0, 0, 0.7);
}

.theme-blueTheme .freeformEmailBox .menuBar > ul > li:hover > a {
  background: rgba(0, 0, 0, 0.7);
}

.theme-purpleTheme .freeformEmailBox .menuBar > ul > li:hover > a {
  background: rgba(0, 0, 0, 0.7);
}

.freeformEmailBox .menuBar > ul > li > a {
  padding: 10px;
}

.freeformEmailBox .menuBar > ul > li > ul {
  border-top: none;
  width: 312px;
}

.theme-light .freeformEmailBox .menuBar > ul > li > ul {
  background: #ededef;
  border: 1px solid #cdcdd2;
}

.theme-dark .freeformEmailBox .menuBar > ul > li > ul {
  background: #3e3e3e;
  border: 1px solid #202020;
}

.theme-redTheme .freeformEmailBox .menuBar > ul > li > ul {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.theme-greenTheme .freeformEmailBox .menuBar > ul > li > ul {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.theme-blueTheme .freeformEmailBox .menuBar > ul > li > ul {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.theme-purpleTheme .freeformEmailBox .menuBar > ul > li > ul {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.freeformEmailBox .menuBar > ul > li > ul li {
  display: inline-block;
  vertical-align: top;
  width: 33.33333%;
}

.freeformEmailBox .menuBar > ul > li:nth-child(3) > ul {
  width: 400px;
}

.freeformEmailBox .menuBar a {
  white-space: nowrap;
  display: block;
  padding: 5px;
}

.theme-light .freeformEmailBox .menuBar a:hover {
  background: #e5e5e8;
}

.theme-dark .freeformEmailBox .menuBar a:hover {
  background: #373737;
}

.theme-redTheme .freeformEmailBox .menuBar a:hover {
  background: rgba(0, 0, 0, 0.5);
}

.theme-greenTheme .freeformEmailBox .menuBar a:hover {
  background: rgba(0, 0, 0, 0.5);
}

.theme-blueTheme .freeformEmailBox .menuBar a:hover {
  background: rgba(0, 0, 0, 0.5);
}

.theme-purpleTheme .freeformEmailBox .menuBar a:hover {
  background: rgba(0, 0, 0, 0.5);
}

.chartContainerBox {
  overflow: hidden;
}

.theme-light .chartContainerBox {
  background: #f5f5f6;
}

.theme-dark .chartContainerBox {
  background: #464646;
}

.theme-redTheme .chartContainerBox {
  background: rgba(0, 0, 0, 0.3);
}

.theme-greenTheme .chartContainerBox {
  background: rgba(0, 0, 0, 0.3);
}

.theme-blueTheme .chartContainerBox {
  background: rgba(0, 0, 0, 0.3);
}

.theme-purpleTheme .chartContainerBox {
  background: rgba(0, 0, 0, 0.3);
}

.noChartData {
  display: flex;
  justify-content: center;
  min-height: 6em;
  align-items: center;
}

.maxRowsBox a {
  display: inline-block;
  padding: 0 5px;
  position: relative;
  margin-left: 5px;
}

.theme-light .maxRowsBox a {
  color: #0277bc;
}

.theme-dark .maxRowsBox a {
  color: #28a6ff;
}

.theme-redTheme .maxRowsBox a {
  color: #F44336;
}

.theme-greenTheme .maxRowsBox a {
  color: #89e81a;
}

.theme-blueTheme .maxRowsBox a {
  color: #28a6ff;
}

.theme-purpleTheme .maxRowsBox a {
  color: #d05aff;
}

.theme-light .maxRowsBox a:hover {
  color: #01578a;
}

.theme-dark .maxRowsBox a:hover {
  color: #008ff4;
}

.theme-redTheme .maxRowsBox a:hover {
  color: #ea1c0d;
}

.theme-greenTheme .maxRowsBox a:hover {
  color: #6ebc13;
}

.theme-blueTheme .maxRowsBox a:hover {
  color: #008ff4;
}

.theme-purpleTheme .maxRowsBox a:hover {
  color: #c127ff;
}

.maxRowsBox a.selected:before {
  content: "[";
  position: absolute;
  left: 0;
}

.maxRowsBox a.selected:after {
  content: "]";
  position: absolute;
  right: 0;
}

.matchTypeInput {
  line-height: 30px;
}

.matchTypeInput .field-left,
.matchTypeInput .field-right,
.matchTypeInput .field-fill {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.matchTypeInput .field-left {
  float: left;
  width: auto;
  display: inline-block;
}

.matchTypeInput .field-right {
  float: right;
  width: auto;
  display: inline-block;
}

.matchTypeInput .field-fill {
  width: auto;
  white-space: nowrap;
}

.s2k-dojo .matchTypeInput .dijitSelect {
  box-sizing: border-box;
}

.s2k-dojo .matchTypeInput .dijitTextBox {
  box-sizing: border-box;
  width: 100%;
}

.matchTypeInput .field-search-scope {
  font-size: 0.8em;
  line-height: inherit;
  display: inline-block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0 5px;
  overflow: hidden;
  border-radius: 6px 0 0 6px;
}

.theme-light .matchTypeInput .field-search-scope {
  background: #0277bc;
  color: white;
}

.theme-dark .matchTypeInput .field-search-scope {
  background: #28a6ff;
  color: white;
}

.theme-redTheme .matchTypeInput .field-search-scope {
  background: #F44336;
  color: white;
}

.theme-greenTheme .matchTypeInput .field-search-scope {
  background: #89e81a;
  color: black;
}

.theme-blueTheme .matchTypeInput .field-search-scope {
  background: #28a6ff;
  color: white;
}

.theme-purpleTheme .matchTypeInput .field-search-scope {
  background: #d05aff;
  color: black;
}

.matchTypeInput .field-match-label,
.matchTypeInput .field-match-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}

.matchTypeInput .field-search-scope select {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 30px;
  width: 100%;
  outline: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
  border: 0;
  line-height: 35px;
}

.matchTypeInput .dijitReset.dijitTextBox,
.matchTypeInput .dijitReset.dijitInputField,
.matchTypeInput .dijitReset.dijitInputInner,
.matchTypeInput .dijitReset.dijitArrowButton {
  border-radius: 0 6px 6px 0;
}

.statusPopupBox .statusPopupOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.theme-light .statusPopupBox .statusPopupOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-dark .statusPopupBox .statusPopupOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-redTheme .statusPopupBox .statusPopupOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-greenTheme .statusPopupBox .statusPopupOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-blueTheme .statusPopupBox .statusPopupOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-purpleTheme .statusPopupBox .statusPopupOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.statusPopupBox .statusPopupOverlay .statusPopupOverlayBox {
  position: fixed;
  max-width: 50%;
  height: 120px;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 1px solid #ebebeb;
  text-align: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 200%);
}

.statusPopupBox .statusPopupOverlay.anim .statusPopupOverlayBox {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}

.statusPopupBox .statusPopupOverlay .statusPopupOverlayBox .message {
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.lightboxBody {
  overflow: hidden;
}

.lightboxBody .outerContainer {
  filter: blur(5px);
}

.lightboxBox .lightboxOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 100;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.theme-light .lightboxBox .lightboxOverlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.theme-dark .lightboxBox .lightboxOverlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.theme-redTheme .lightboxBox .lightboxOverlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.theme-greenTheme .lightboxBox .lightboxOverlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.theme-blueTheme .lightboxBox .lightboxOverlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.theme-purpleTheme .lightboxBox .lightboxOverlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.lightboxBox .lightboxOverlayBox {
  position: fixed;
  width: 500px;
  height: 200px;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  transform: translate(0, 200%);
  z-index: 101;
}

.lightboxBox .lightboxOverlayBox .lightboxHeader {
  text-align: left;
  font-size: 1.25em;
  padding: 10px 5px;
}

.theme-light .lightboxBox .lightboxOverlayBox .lightboxHeader {
  background: #ededef;
  border-bottom: 1px solid #cdcdd2;
}

.theme-dark .lightboxBox .lightboxOverlayBox .lightboxHeader {
  background: #3e3e3e;
  border-bottom: 1px solid #cdcdd2;
}

.theme-redTheme .lightboxBox .lightboxOverlayBox .lightboxHeader {
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-greenTheme .lightboxBox .lightboxOverlayBox .lightboxHeader {
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-blueTheme .lightboxBox .lightboxOverlayBox .lightboxHeader {
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-purpleTheme .lightboxBox .lightboxOverlayBox .lightboxHeader {
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lightboxBox .lightboxOverlayBox .lightboxHeader .lightboxActionContainer {
  float: right;
  margin-left: 5px;
}

.lightboxBox .lightboxOverlayBox .lightboxHeader .lightboxTitle {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  min-height: 16px;
}

.lightboxBox .lightboxContent {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-around;
}

.lightboxBox .lightboxContent img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.lightboxBox .lightboxContent iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.theme-light .lightboxBox .lightboxAltImageContainer {
  border-top: 1px solid #cdcdd2;
}

.theme-dark .lightboxBox .lightboxAltImageContainer {
  border-top: 1px solid #cdcdd2;
}

.theme-redTheme .lightboxBox .lightboxAltImageContainer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-greenTheme .lightboxBox .lightboxAltImageContainer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-blueTheme .lightboxBox .lightboxAltImageContainer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-purpleTheme .lightboxBox .lightboxAltImageContainer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lightboxBox .lightboxAltImageContainer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 15px 0;
}

.lightboxBox .lightboxAltImageContainer ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 15px;
  border: 1px solid transparent;
  width: 50px;
  height: 50px;
}

.theme-light .lightboxBox .lightboxAltImageContainer ul li:hover {
  border-color: #cdcdd2;
}

.theme-dark .lightboxBox .lightboxAltImageContainer ul li:hover {
  border-color: #cdcdd2;
}

.theme-redTheme .lightboxBox .lightboxAltImageContainer ul li:hover {
  border-color: rgba(255, 255, 255, 0.1);
}

.theme-greenTheme .lightboxBox .lightboxAltImageContainer ul li:hover {
  border-color: rgba(255, 255, 255, 0.1);
}

.theme-blueTheme .lightboxBox .lightboxAltImageContainer ul li:hover {
  border-color: rgba(255, 255, 255, 0.1);
}

.theme-purpleTheme .lightboxBox .lightboxAltImageContainer ul li:hover {
  border-color: rgba(255, 255, 255, 0.1);
}

.lightboxBox .lightboxAltImageContainer ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.flexbox .lightboxBox .lightboxAltImageContainer ul li a {
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
}

.lightboxBox .lightboxAltImageContainer ul li a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.lightboxBox.lightboxDisplay .lightboxOverlay {
  display: block;
}

.lightboxBox.lightboxDisplay.dspOverlay .lightboxOverlay {
  opacity: 1;
}

.lightboxBox.lightboxDisplay.lightboxAnimate .lightboxOverlayBox {
  opacity: 1;
  transform: translate(0, 0);
}

.vaiNumberSpinner {
  width: 7em;
  line-height: 1.8em;
  display: inline-block;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  outline: none;
}

.theme-light .vaiNumberSpinner {
  border: 1px solid #cdcdd2;
}

.theme-dark .vaiNumberSpinner {
  border: 1px solid #202020;
}

.theme-redTheme .vaiNumberSpinner {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.theme-greenTheme .vaiNumberSpinner {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.theme-blueTheme .vaiNumberSpinner {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.theme-purpleTheme .vaiNumberSpinner {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.vaiNumberSpinner .field-left,
.vaiNumberSpinner .field-fill,
.vaiNumberSpinner .field-right {
  display: inline-block;
  text-align: center;
}

.vaiNumberSpinner .field-left,
.vaiNumberSpinner .field-right {
  width: 2em;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.vaiNumberSpinner .field-left.disabled,
.vaiNumberSpinner .field-right.disabled {
  opacity: 0.2;
}

.vaiNumberSpinner .field-left a,
.vaiNumberSpinner .field-right a {
  display: inline-block;
  width: 100%;
  line-height: inherit;
  color: inherit;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.vaiNumberSpinner .field-fill {
  width: 3em;
}

.vaiNumberSpinner .dijitTextBox {
  background-color: transparent;
  border: none;
  text-align: inherit;
  width: 100% !important;
  margin: 0;
}

.vaiNumberSpinner .dijitTextBox .dijitInputField {
  text-align: inherit;
}

.vaiNumberSpinner .dijitTextBox .dijitInputInner {
  line-height: inherit;
  text-align: inherit;
}

.vaiNumberSpinner .dijitTextBoxHover {
  background: none;
}

.vaiNumberSpinner .dijitTextBoxFocused {
  background: none;
}

.vaiNumberSpinner .dijitTextBoxFocused .dijitInputContainer {
  background: none;
}

.vaiNumberSpinner .fa {
  color: inherit;
}

.vaiNumberSpinner.vaiNumberSpinnerHover {
  border-color: #759dc0;
  background-color: #e5f2fe;
}

.vaiNumberSpinner.vaiNumberSpinnerFocus {
  border-color: #759dc0;
  background-color: #fff;
}

.vaiInlineEditTextBox {
  font-family: inherit;
  display: inline-block;
  width: 17em;
  vertical-align: middle;
  position: relative;
}

.vaiInlineEditTextBox.vaiInlineEditTextBoxHover {
  background: #fff;
}

.vaiInlineEditTextBox .vaiInlineEditTextBoxOutput {
  vertical-align: middle;
  padding: 2px;
  min-height: 1em;
  border: 1px solid transparent;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 3em;
}

.vaiInlineEditTextBox .dijitPlaceHolder {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.vaiInlineEditTextBox.vaiInlineEditTextBoxEmpty .vaiInlineEditTextBoxOutput,
.vaiInlineEditTextBox .vaiInlineEditTextBox input.dijitInputInner::placeholder {
  font-style: italic;
  opacity: 0.7;
}

.vaiInlineEditTextBox .vaiInlineEditTextBoxField {
  display: none;
}

.vaiInlineEditTextBox .vaiInlineEditTextBoxButtons {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.vaiInlineEditTextBox .vaiInlineEditTextBoxButtons .vaiInlineButton_Edit,
.vaiInlineEditTextBox .vaiInlineEditTextBoxButtons .vaiInlineButton_Delete,
.vaiInlineEditTextBox .vaiInlineEditTextBoxButtons .vaiInlineButton_Save,
.vaiInlineEditTextBox .vaiInlineEditTextBoxButtons .vaiInlineButton_Cancel {
  cursor: pointer;
  display: inline-block;
}

.vaiInlineEditTextBox .vaiInlineEditTextBoxButtons .vaiInlineButton_Output {
  display: inline-block;
}

.vaiInlineEditTextBox .vaiInlineEditTextBoxButtons .vaiInlineButton_Input {
  display: none;
}

.vaiInlineEditTextBox.vaiInlineEditTextBoxEditMode .vaiInlineEditTextBoxOutput {
  display: none;
}

.vaiInlineEditTextBox.vaiInlineEditTextBoxEditMode .vaiInlineEditTextBoxButtons .vaiInlineButton_Output {
  display: none;
}

.vaiInlineEditTextBox.vaiInlineEditTextBoxEditMode .vaiInlineEditTextBoxButtons .vaiInlineButton_Input {
  display: inline-block;
}

.vaiInlineEditTextBox.vaiInlineEditTextBoxEditMode .vaiInlineEditTextBoxField {
  display: block;
  margin-right: 3em;
}

.vaiInlineEditTextBox .vaiInlineEditTextBoxField .dijitTextBox {
  width: 100%;
  box-sizing: border-box;
}

.vaiInlineEditFilteringSelect {
  font-family: inherit;
  display: inline-block;
  width: 17em;
  vertical-align: middle;
  position: relative;
}

.vaiInlineEditFilteringSelect.vaiInlineEditFilteringSelectHover {
  background: #fff;
}

.vaiInlineEditFilteringSelect .vaiInlineEditFilteringSelectOutput {
  vertical-align: middle;
  padding: 2px;
  min-height: 1em;
  border: 1px solid transparent;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 3em;
}

.vaiInlineEditFilteringSelect .dijitPlaceHolder {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.vaiInlineEditFilteringSelect.vaiInlineEditFilteringSelectEmpty .vaiInlineEditFilteringSelectOutput,
.vaiInlineEditFilteringSelect .vaiInlineEditFilteringSelect input.dijitInputInner::placeholder {
  font-style: italic;
  opacity: 0.7;
}

.vaiInlineEditFilteringSelect .vaiInlineEditFilteringSelectField {
  display: none;
}

.vaiInlineEditFilteringSelect .vaiInlineEditFilteringSelectButtons {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.vaiInlineEditFilteringSelect .vaiInlineEditFilteringSelectButtons .vaiInlineButton_Edit,
.vaiInlineEditFilteringSelect .vaiInlineEditFilteringSelectButtons .vaiInlineButton_Delete,
.vaiInlineEditFilteringSelect .vaiInlineEditFilteringSelectButtons .vaiInlineButton_Save,
.vaiInlineEditFilteringSelect .vaiInlineEditFilteringSelectButtons .vaiInlineButton_Cancel {
  cursor: pointer;
  display: inline-block;
}

.vaiInlineEditFilteringSelect .vaiInlineEditFilteringSelectButtons .vaiInlineButton_Output {
  display: inline-block;
}

.vaiInlineEditFilteringSelect .vaiInlineEditFilteringSelectButtons .vaiInlineButton_Input {
  display: none;
}

.vaiInlineEditFilteringSelect.vaiInlineEditFilteringSelectEditMode .vaiInlineEditFilteringSelectOutput {
  display: none;
}

.vaiInlineEditFilteringSelect.vaiInlineEditFilteringSelectEditMode .vaiInlineEditFilteringSelectButtons .vaiInlineButton_Output {
  display: none;
}

.vaiInlineEditFilteringSelect.vaiInlineEditFilteringSelectEditMode .vaiInlineEditFilteringSelectButtons .vaiInlineButton_Input {
  display: inline-block;
}

.vaiInlineEditFilteringSelect.vaiInlineEditFilteringSelectEditMode .vaiInlineEditFilteringSelectField {
  display: block;
  margin-right: 3em;
}

.vaiInlineEditFilteringSelect .vaiInlineEditFilteringSelectField .dijitTextBox {
  width: 100%;
  box-sizing: border-box;
}

.rocketPopupButtonBox {
  display: inline-block;
}

.rocketGroupJobMenu {
  float: left;
  position: relative;
  display: none;
}

.rocketGroupJobMenu.dspButton {
  display: block;
}

.rocketGroupJobMenu .groupJobButton {
  display: block;
  padding: 0 15px;
  cursor: pointer;
  color: #fff;
  line-height: 25px;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.theme-light .rocketGroupJobMenu .groupJobButton {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.theme-dark .rocketGroupJobMenu .groupJobButton {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.theme-redTheme .rocketGroupJobMenu .groupJobButton {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.theme-greenTheme .rocketGroupJobMenu .groupJobButton {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.theme-blueTheme .rocketGroupJobMenu .groupJobButton {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.theme-purpleTheme .rocketGroupJobMenu .groupJobButton {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.theme-light .rocketGroupJobMenu .groupJobButton:hover, .theme-light .dspGroupJobMenu .rocketGroupJobMenu .groupJobButton {
  background: rgba(255, 255, 255, 0.4);
  color: white;
}

.theme-dark .rocketGroupJobMenu .groupJobButton:hover, .theme-dark .dspGroupJobMenu .rocketGroupJobMenu .groupJobButton {
  background: rgba(255, 255, 255, 0.4);
  color: white;
}

.theme-redTheme .rocketGroupJobMenu .groupJobButton:hover, .theme-redTheme .dspGroupJobMenu .rocketGroupJobMenu .groupJobButton {
  background: rgba(255, 255, 255, 0.4);
  color: white;
}

.theme-greenTheme .rocketGroupJobMenu .groupJobButton:hover, .theme-greenTheme .dspGroupJobMenu .rocketGroupJobMenu .groupJobButton {
  background: rgba(255, 255, 255, 0.4);
  color: white;
}

.theme-blueTheme .rocketGroupJobMenu .groupJobButton:hover, .theme-blueTheme .dspGroupJobMenu .rocketGroupJobMenu .groupJobButton {
  background: rgba(255, 255, 255, 0.4);
  color: white;
}

.theme-purpleTheme .rocketGroupJobMenu .groupJobButton:hover, .theme-purpleTheme .dspGroupJobMenu .rocketGroupJobMenu .groupJobButton {
  background: rgba(255, 255, 255, 0.4);
  color: white;
}

.rocketGroupJobMenu .groupJobContainer {
  display: none;
  position: absolute;
  top: 100%;
  left: -2px;
  z-index: 20;
  border-top: none;
  max-height: 72vh;
  overflow: auto;
}

.theme-light .rocketGroupJobMenu .groupJobContainer {
  background: #80a6c5;
  border: 2px solid #004c8b;
}

.theme-dark .rocketGroupJobMenu .groupJobContainer {
  background: #606060;
  border: 2px solid #464646;
}

.theme-redTheme .rocketGroupJobMenu .groupJobContainer {
  background: #606060;
  border: 2px solid #464646;
}

.theme-greenTheme .rocketGroupJobMenu .groupJobContainer {
  background: #606060;
  border: 2px solid #464646;
}

.theme-blueTheme .rocketGroupJobMenu .groupJobContainer {
  background: #606060;
  border: 2px solid #464646;
}

.theme-purpleTheme .rocketGroupJobMenu .groupJobContainer {
  background: #606060;
  border: 2px solid #464646;
}

.rocketGroupJobMenu .groupJobContainer::-webkit-scrollbar {
  width: 5px;
}

.rocketGroupJobMenu .groupJobContainer::-webkit-scrollbar-thumb:vertical {
  margin: 5px;
  background-color: #999;
  border-radius: 5px;
}

.rocketGroupJobMenu .groupJobContainer::-webkit-scrollbar-button:end:increment {
  height: 5px;
  display: block;
}

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

.rocketGroupJobMenu .groupJobContainer a {
  display: block;
  cursor: pointer;
  color: #fff;
  line-height: 25px;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 1em;
  padding: 7px;
  white-space: nowrap;
  border: none;
  text-align: left;
}

.rocketGroupJobMenu .groupJobContainer a:hover {
  text-decoration: underline;
}

.theme-light .rocketGroupJobMenu .groupJobContainer a:hover {
  background: rgba(255, 255, 255, 0.4);
  color: white;
}

.theme-dark .rocketGroupJobMenu .groupJobContainer a:hover {
  background: rgba(255, 255, 255, 0.4);
  color: white;
}

.theme-redTheme .rocketGroupJobMenu .groupJobContainer a:hover {
  background: rgba(255, 255, 255, 0.4);
  color: white;
}

.theme-greenTheme .rocketGroupJobMenu .groupJobContainer a:hover {
  background: rgba(255, 255, 255, 0.4);
  color: white;
}

.theme-blueTheme .rocketGroupJobMenu .groupJobContainer a:hover {
  background: rgba(255, 255, 255, 0.4);
  color: white;
}

.theme-purpleTheme .rocketGroupJobMenu .groupJobContainer a:hover {
  background: rgba(255, 255, 255, 0.4);
  color: white;
}

.dspGroupJobMenu .rocketGroupJobMenu .groupJobContainer {
  display: block;
}

.rocketGroupJobMenu .groupJobContainer li.selected a {
  opacity: 0.5;
}

.dspGroupJobMenu .rocketGroupJobMenu {
  z-index: 999;
}

.onoffswitch-row .onoffswitch-field {
  margin: 10px;
}

.onoffswitch-row .onoffswitch-field .text {
  display: inline-block;
  vertical-align: middle;
  width: 75%;
  text-overflow: ellipsis;
  font-size: 1.125em;
}

.onoffswitch-row .onoffswitch-field .field {
  vertical-align: middle;
  display: inline-block;
}

.switchCheckBoxBox .onoffswitch {
  position: relative;
  width: 65px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.switchCheckBoxBox .onoffswitch-checkbox {
  display: none;
}

.switchCheckBoxBox .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px;
}

.switchCheckBoxBox .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.switchCheckBoxBox .onoffswitch-inner:before,
.switchCheckBoxBox .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 24px;
  padding: 0;
  line-height: 25px;
  font-size: 0.8em;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: 700;
  box-sizing: border-box;
}

.switchCheckBoxBox .onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
}

.theme-light .switchCheckBoxBox .onoffswitch-inner:before {
  background-color: #0277bc;
  color: white;
}

.theme-dark .switchCheckBoxBox .onoffswitch-inner:before {
  background-color: #28a6ff;
  color: white;
}

.theme-redTheme .switchCheckBoxBox .onoffswitch-inner:before {
  background-color: #F44336;
  color: white;
}

.theme-greenTheme .switchCheckBoxBox .onoffswitch-inner:before {
  background-color: #89e81a;
  color: black;
}

.theme-blueTheme .switchCheckBoxBox .onoffswitch-inner:before {
  background-color: #28a6ff;
  color: white;
}

.theme-purpleTheme .switchCheckBoxBox .onoffswitch-inner:before {
  background-color: #d05aff;
  color: black;
}

.switchCheckBoxBox .onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  text-align: right;
}

.theme-light .switchCheckBoxBox .onoffswitch-inner:after {
  background-color: #60737e;
  color: rgba(255, 255, 255, 0.4);
}

.theme-dark .switchCheckBoxBox .onoffswitch-inner:after {
  background-color: #8ba1b2;
  color: rgba(0, 0, 0, 0.4);
}

.theme-redTheme .switchCheckBoxBox .onoffswitch-inner:after {
  background-color: #a99897;
  color: rgba(0, 0, 0, 0.4);
}

.theme-greenTheme .switchCheckBoxBox .onoffswitch-inner:after {
  background-color: #8e8f8c;
  color: rgba(0, 0, 0, 0.4);
}

.theme-blueTheme .switchCheckBoxBox .onoffswitch-inner:after {
  background-color: #8ba1b2;
  color: rgba(0, 0, 0, 0.4);
}

.theme-purpleTheme .switchCheckBoxBox .onoffswitch-inner:after {
  background-color: #bca6c4;
  color: rgba(0, 0, 0, 0.4);
}

.switchCheckBoxBox .onoffswitch-switch {
  display: block;
  width: 12px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 36px;
  border: 2px solid #999999;
  border-radius: 20px;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.switchCheckBoxBox .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.switchCheckBoxBox .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.s2kFrameBox > .dijitContentPane {
  padding: 0px;
}

.rocketFrameBox iframe {
  border: none;
}

.s2kEnterpriseFrame .rocketFrameBox {
  overflow: hidden;
}

.s2kEnterpriseFrame .rocketFrameBox .rocketFrameContainer {
  position: fixed;
  z-index: 51;
}

.popupContentBody {
  overflow: hidden;
}

.popupContentBox .popupContentOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 2002;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.theme-light .popupContentBox .popupContentOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-dark .popupContentBox .popupContentOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-redTheme .popupContentBox .popupContentOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-greenTheme .popupContentBox .popupContentOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-blueTheme .popupContentBox .popupContentOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.theme-purpleTheme .popupContentBox .popupContentOverlay {
  background: rgba(0, 0, 0, 0.7);
}

.popupContentBox .popupContentOverlayBox {
  position: fixed;
  width: 1080px;
  height: 710px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 200%);
  z-index: 2003;
}

.theme-light .popupContentBox .popupContentOverlayBox {
  background: #f5f5f6;
  border: 1px solid #cdcdd2;
}

.theme-dark .popupContentBox .popupContentOverlayBox {
  background: #464646;
  border: 1px solid #cdcdd2;
}

.theme-redTheme .popupContentBox .popupContentOverlayBox {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-greenTheme .popupContentBox .popupContentOverlayBox {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-blueTheme .popupContentBox .popupContentOverlayBox {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-purpleTheme .popupContentBox .popupContentOverlayBox {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.popupContentBox .scrollBox {
  overflow: overflow;
}

.theme-light .popupContentBox .scrollBox {
  background: #f5f5f6;
  border-bottom: 1px solid #cdcdd2;
}

.theme-dark .popupContentBox .scrollBox {
  background: #464646;
  border-bottom: 1px solid #cdcdd2;
}

.theme-redTheme .popupContentBox .scrollBox {
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-greenTheme .popupContentBox .scrollBox {
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-blueTheme .popupContentBox .scrollBox {
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-purpleTheme .popupContentBox .scrollBox {
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.popupContentBox.popupContentDisplay .popupContentOverlay {
  display: block;
}

.popupContentBox.popupContentDisplay.dspOverlay .popupContentOverlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.popupContentBox.popupContentDisplay.popupContentAnimate .popupContentOverlayBox {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.popupContentBox .buttonBar,
.popupContentBox .resultGrid {
  margin: 10px;
}

.popupContentBox .footerButtonBar a,
.popupContentBox .footerButtonBar button {
  margin-left: 5px;
}

.popupContentBox .pdfExportIframe {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.portletHelpButtonBox .helpButton {
  font-size: 1.5em;
}

.label .helpButton {
  margin-right: 5px;
  display: inline-block;
}

a.helpButton {
  color: #2F6395;
}

a.helpButton:hover {
  color: #3671ab;
}

.scrollingImageBox {
  position: relative;
}

.scrollingImageBox .scrollButton {
  position: absolute;
  line-height: 235px;
  top: 0;
  padding: 0 5px;
  font-size: 1.5em;
}

.scrollingImageBox .scrollButton.leftBtn {
  left: 0;
}

.scrollingImageBox .scrollButton.rightBtn {
  right: 0;
}

.appContainer .col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.appContainer .section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.appContainer .section.no-pad {
  padding: 0;
}
.appContainer .section.no-pad-bot {
  padding-bottom: 0;
}
.appContainer .section.no-pad-top {
  padding-top: 0;
}
.appContainer .row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
}
.appContainer .row:after {
  content: "";
  display: table;
  clear: both;
}
.appContainer .row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}
.appContainer .row .col[class*=push-], .appContainer .row .col[class*=pull-] {
  position: relative;
}
.appContainer .row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.appContainer .row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.appContainer .row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.appContainer .row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.appContainer .row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.appContainer .row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.appContainer .row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.appContainer .row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.appContainer .row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.appContainer .row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.appContainer .row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.appContainer .row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.appContainer .row .col.offset-s1 {
  margin-left: 8.3333333333%;
}
.appContainer .row .col.pull-s1 {
  right: 8.3333333333%;
}
.appContainer .row .col.push-s1 {
  left: 8.3333333333%;
}
.appContainer .row .col.offset-s2 {
  margin-left: 16.6666666667%;
}
.appContainer .row .col.pull-s2 {
  right: 16.6666666667%;
}
.appContainer .row .col.push-s2 {
  left: 16.6666666667%;
}
.appContainer .row .col.offset-s3 {
  margin-left: 25%;
}
.appContainer .row .col.pull-s3 {
  right: 25%;
}
.appContainer .row .col.push-s3 {
  left: 25%;
}
.appContainer .row .col.offset-s4 {
  margin-left: 33.3333333333%;
}
.appContainer .row .col.pull-s4 {
  right: 33.3333333333%;
}
.appContainer .row .col.push-s4 {
  left: 33.3333333333%;
}
.appContainer .row .col.offset-s5 {
  margin-left: 41.6666666667%;
}
.appContainer .row .col.pull-s5 {
  right: 41.6666666667%;
}
.appContainer .row .col.push-s5 {
  left: 41.6666666667%;
}
.appContainer .row .col.offset-s6 {
  margin-left: 50%;
}
.appContainer .row .col.pull-s6 {
  right: 50%;
}
.appContainer .row .col.push-s6 {
  left: 50%;
}
.appContainer .row .col.offset-s7 {
  margin-left: 58.3333333333%;
}
.appContainer .row .col.pull-s7 {
  right: 58.3333333333%;
}
.appContainer .row .col.push-s7 {
  left: 58.3333333333%;
}
.appContainer .row .col.offset-s8 {
  margin-left: 66.6666666667%;
}
.appContainer .row .col.pull-s8 {
  right: 66.6666666667%;
}
.appContainer .row .col.push-s8 {
  left: 66.6666666667%;
}
.appContainer .row .col.offset-s9 {
  margin-left: 75%;
}
.appContainer .row .col.pull-s9 {
  right: 75%;
}
.appContainer .row .col.push-s9 {
  left: 75%;
}
.appContainer .row .col.offset-s10 {
  margin-left: 83.3333333333%;
}
.appContainer .row .col.pull-s10 {
  right: 83.3333333333%;
}
.appContainer .row .col.push-s10 {
  left: 83.3333333333%;
}
.appContainer .row .col.offset-s11 {
  margin-left: 91.6666666667%;
}
.appContainer .row .col.pull-s11 {
  right: 91.6666666667%;
}
.appContainer .row .col.push-s11 {
  left: 91.6666666667%;
}
.appContainer .row .col.offset-s12 {
  margin-left: 100%;
}
.appContainer .row .col.pull-s12 {
  right: 100%;
}
.appContainer .row .col.push-s12 {
  left: 100%;
}
@media only screen and (min-width: 601px) {
  .appContainer .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .appContainer .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .appContainer .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .appContainer .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .appContainer .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .appContainer .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .appContainer .row .col.offset-m3 {
    margin-left: 25%;
  }
  .appContainer .row .col.pull-m3 {
    right: 25%;
  }
  .appContainer .row .col.push-m3 {
    left: 25%;
  }
  .appContainer .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .appContainer .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .appContainer .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .appContainer .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .appContainer .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .appContainer .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .appContainer .row .col.offset-m6 {
    margin-left: 50%;
  }
  .appContainer .row .col.pull-m6 {
    right: 50%;
  }
  .appContainer .row .col.push-m6 {
    left: 50%;
  }
  .appContainer .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .appContainer .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .appContainer .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .appContainer .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .appContainer .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .appContainer .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .appContainer .row .col.offset-m9 {
    margin-left: 75%;
  }
  .appContainer .row .col.pull-m9 {
    right: 75%;
  }
  .appContainer .row .col.push-m9 {
    left: 75%;
  }
  .appContainer .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .appContainer .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .appContainer .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .appContainer .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .appContainer .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .appContainer .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .appContainer .row .col.offset-m12 {
    margin-left: 100%;
  }
  .appContainer .row .col.pull-m12 {
    right: 100%;
  }
  .appContainer .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width: 993px) {
  .appContainer .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .appContainer .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .appContainer .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .appContainer .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .appContainer .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .appContainer .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .appContainer .row .col.offset-l3 {
    margin-left: 25%;
  }
  .appContainer .row .col.pull-l3 {
    right: 25%;
  }
  .appContainer .row .col.push-l3 {
    left: 25%;
  }
  .appContainer .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .appContainer .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .appContainer .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .appContainer .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .appContainer .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .appContainer .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .appContainer .row .col.offset-l6 {
    margin-left: 50%;
  }
  .appContainer .row .col.pull-l6 {
    right: 50%;
  }
  .appContainer .row .col.push-l6 {
    left: 50%;
  }
  .appContainer .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .appContainer .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .appContainer .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .appContainer .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .appContainer .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .appContainer .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .appContainer .row .col.offset-l9 {
    margin-left: 75%;
  }
  .appContainer .row .col.pull-l9 {
    right: 75%;
  }
  .appContainer .row .col.push-l9 {
    left: 75%;
  }
  .appContainer .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .appContainer .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .appContainer .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .appContainer .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .appContainer .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .appContainer .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .appContainer .row .col.offset-l12 {
    margin-left: 100%;
  }
  .appContainer .row .col.pull-l12 {
    right: 100%;
  }
  .appContainer .row .col.push-l12 {
    left: 100%;
  }
}
@media only screen and (min-width: 1201px) {
  .appContainer .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .appContainer .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .appContainer .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  .appContainer .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  .appContainer .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .appContainer .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  .appContainer .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  .appContainer .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .appContainer .row .col.pull-xl3 {
    right: 25%;
  }
  .appContainer .row .col.push-xl3 {
    left: 25%;
  }
  .appContainer .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .appContainer .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  .appContainer .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  .appContainer .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .appContainer .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  .appContainer .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  .appContainer .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .appContainer .row .col.pull-xl6 {
    right: 50%;
  }
  .appContainer .row .col.push-xl6 {
    left: 50%;
  }
  .appContainer .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .appContainer .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  .appContainer .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  .appContainer .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .appContainer .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  .appContainer .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  .appContainer .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .appContainer .row .col.pull-xl9 {
    right: 75%;
  }
  .appContainer .row .col.push-xl9 {
    left: 75%;
  }
  .appContainer .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .appContainer .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  .appContainer .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  .appContainer .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .appContainer .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  .appContainer .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  .appContainer .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .appContainer .row .col.pull-xl12 {
    right: 100%;
  }
  .appContainer .row .col.push-xl12 {
    left: 100%;
  }
}
.appContainer .row.flex {
  display: flex;
  flex-flow: row wrap;
}
.appContainer .row.mb0 {
  margin-bottom: 0 !important;
}
.appContainer .row .col.mt1 {
  margin-top: 1rem;
}
.appContainer .row .col.mb1 {
  margin-bottom: 1rem;
}
.appContainer .row .col.ml1 {
  margin-left: 1rem;
}
.appContainer .row .col.mr1 {
  margin-right: 1rem;
}
.appContainer .row .col.my1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.appContainer .row .col.mx1 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.appContainer .row .col.mt2 {
  margin-top: 2rem;
}
.appContainer .row .col.mb2 {
  margin-bottom: 2rem;
}
.appContainer .row .col.ml2 {
  margin-left: 2rem;
}
.appContainer .row .col.mr2 {
  margin-right: 2rem;
}
.appContainer .row .col.my2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.appContainer .row .col.mx2 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.appContainer .section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.appContainer .section.s-no-pad {
  padding: 0;
}
.appContainer .section.s-no-pad-bot {
  padding-bottom: 0;
}
.appContainer .section.s-no-pad-top {
  padding-top: 0;
}
@media only screen and (min-width: 601px) {
  .appContainer .section.m-no-pad {
    padding: 0;
  }
  .appContainer .section.m-no-pad-bot {
    padding-bottom: 0;
  }
  .appContainer .section.m-no-pad-top {
    padding-top: 0;
  }
}
@media only screen and (min-width: 993px) {
  .appContainer .section.l-no-pad {
    padding: 0;
  }
  .appContainer .section.l-no-pad-bot {
    padding-bottom: 0;
  }
  .appContainer .section.l-no-pad-top {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1201px) {
  .appContainer .section.xl-no-pad {
    padding: 0;
  }
  .appContainer .section.xl-no-pad-bot {
    padding-bottom: 0;
  }
  .appContainer .section.xl-no-pad-top {
    padding-top: 0;
  }
}
.appContainer .divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
  margin: 18px 0;
}

.pageLayout > .s2kThemeRow {
  margin-bottom: 0;
}

.pageLayout > .s2kThemeRow > .s2kThemeCol {
  padding: 0 0.15rem;
}

.s2kThemeCol > .pageLayout > .s2kThemeRow {
  margin-left: 0;
  margin-right: 0;
}

.pageLayout > .s2kThemeRow > .s2kThemeCol.noPad {
  padding: 0 0;
}

.s2kThemeCol .s2kThemeRow {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.s2kThemeSection {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.s2kThemeSection.no-pad {
  padding: 0;
}

.s2kThemeSection.no-pad-bot {
  padding-bottom: 0;
}

.s2kThemeSection.no-pad-top {
  padding-top: 0;
}

.s2kThemeRow {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.s2kThemeRow:after {
  content: "";
  display: table;
  clear: both;
}

.s2kThemeRow .s2kThemeCol {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}

.s2kThemeRow .s2kThemeCol[class*=push-], .s2kThemeRow .s2kThemeCol[class*=pull-] {
  position: relative;
}

.s2kThemeRow .s2kThemeCol.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.s2kThemeRow .s2kThemeCol.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.s2kThemeRow .s2kThemeCol.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.s2kThemeRow .s2kThemeCol.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.s2kThemeRow .s2kThemeCol.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.s2kThemeRow .s2kThemeCol.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.s2kThemeRow .s2kThemeCol.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.s2kThemeRow .s2kThemeCol.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.s2kThemeRow .s2kThemeCol.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.s2kThemeRow .s2kThemeCol.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.s2kThemeRow .s2kThemeCol.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.s2kThemeRow .s2kThemeCol.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.s2kThemeRow .s2kThemeCol.offset-s1 {
  margin-left: 8.3333333333%;
}

.s2kThemeRow .s2kThemeCol.pull-s1 {
  right: 8.3333333333%;
}

.s2kThemeRow .s2kThemeCol.push-s1 {
  left: 8.3333333333%;
}

.s2kThemeRow .s2kThemeCol.offset-s2 {
  margin-left: 16.6666666667%;
}

.s2kThemeRow .s2kThemeCol.pull-s2 {
  right: 16.6666666667%;
}

.s2kThemeRow .s2kThemeCol.push-s2 {
  left: 16.6666666667%;
}

.s2kThemeRow .s2kThemeCol.offset-s3 {
  margin-left: 25%;
}

.s2kThemeRow .s2kThemeCol.pull-s3 {
  right: 25%;
}

.s2kThemeRow .s2kThemeCol.push-s3 {
  left: 25%;
}

.s2kThemeRow .s2kThemeCol.offset-s4 {
  margin-left: 33.3333333333%;
}

.s2kThemeRow .s2kThemeCol.pull-s4 {
  right: 33.3333333333%;
}

.s2kThemeRow .s2kThemeCol.push-s4 {
  left: 33.3333333333%;
}

.s2kThemeRow .s2kThemeCol.offset-s5 {
  margin-left: 41.6666666667%;
}

.s2kThemeRow .s2kThemeCol.pull-s5 {
  right: 41.6666666667%;
}

.s2kThemeRow .s2kThemeCol.push-s5 {
  left: 41.6666666667%;
}

.s2kThemeRow .s2kThemeCol.offset-s6 {
  margin-left: 50%;
}

.s2kThemeRow .s2kThemeCol.pull-s6 {
  right: 50%;
}

.s2kThemeRow .s2kThemeCol.push-s6 {
  left: 50%;
}

.s2kThemeRow .s2kThemeCol.offset-s7 {
  margin-left: 58.3333333333%;
}

.s2kThemeRow .s2kThemeCol.pull-s7 {
  right: 58.3333333333%;
}

.s2kThemeRow .s2kThemeCol.push-s7 {
  left: 58.3333333333%;
}

.s2kThemeRow .s2kThemeCol.offset-s8 {
  margin-left: 66.6666666667%;
}

.s2kThemeRow .s2kThemeCol.pull-s8 {
  right: 66.6666666667%;
}

.s2kThemeRow .s2kThemeCol.push-s8 {
  left: 66.6666666667%;
}

.s2kThemeRow .s2kThemeCol.offset-s9 {
  margin-left: 75%;
}

.s2kThemeRow .s2kThemeCol.pull-s9 {
  right: 75%;
}

.s2kThemeRow .s2kThemeCol.push-s9 {
  left: 75%;
}

.s2kThemeRow .s2kThemeCol.offset-s10 {
  margin-left: 83.3333333333%;
}

.s2kThemeRow .s2kThemeCol.pull-s10 {
  right: 83.3333333333%;
}

.s2kThemeRow .s2kThemeCol.push-s10 {
  left: 83.3333333333%;
}

.s2kThemeRow .s2kThemeCol.offset-s11 {
  margin-left: 91.6666666667%;
}

.s2kThemeRow .s2kThemeCol.pull-s11 {
  right: 91.6666666667%;
}

.s2kThemeRow .s2kThemeCol.push-s11 {
  left: 91.6666666667%;
}

.s2kThemeRow .s2kThemeCol.offset-s12 {
  margin-left: 100%;
}

.s2kThemeRow .s2kThemeCol.pull-s12 {
  right: 100%;
}

.s2kThemeRow .s2kThemeCol.push-s12 {
  left: 100%;
}

@media only screen and (min-width: 601px) {
  .s2kThemeRow .s2kThemeCol.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.pull-m1 {
    right: 8.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.push-m1 {
    left: 8.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.pull-m2 {
    right: 16.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.push-m2 {
    left: 16.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.offset-m3 {
    margin-left: 25%;
  }
  .s2kThemeRow .s2kThemeCol.pull-m3 {
    right: 25%;
  }
  .s2kThemeRow .s2kThemeCol.push-m3 {
    left: 25%;
  }
  .s2kThemeRow .s2kThemeCol.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.pull-m4 {
    right: 33.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.push-m4 {
    left: 33.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.pull-m5 {
    right: 41.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.push-m5 {
    left: 41.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.offset-m6 {
    margin-left: 50%;
  }
  .s2kThemeRow .s2kThemeCol.pull-m6 {
    right: 50%;
  }
  .s2kThemeRow .s2kThemeCol.push-m6 {
    left: 50%;
  }
  .s2kThemeRow .s2kThemeCol.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.pull-m7 {
    right: 58.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.push-m7 {
    left: 58.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.pull-m8 {
    right: 66.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.push-m8 {
    left: 66.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.offset-m9 {
    margin-left: 75%;
  }
  .s2kThemeRow .s2kThemeCol.pull-m9 {
    right: 75%;
  }
  .s2kThemeRow .s2kThemeCol.push-m9 {
    left: 75%;
  }
  .s2kThemeRow .s2kThemeCol.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.pull-m10 {
    right: 83.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.push-m10 {
    left: 83.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.pull-m11 {
    right: 91.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.push-m11 {
    left: 91.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.offset-m12 {
    margin-left: 100%;
  }
  .s2kThemeRow .s2kThemeCol.pull-m12 {
    right: 100%;
  }
  .s2kThemeRow .s2kThemeCol.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width: 993px) {
  .s2kThemeRow .s2kThemeCol.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.pull-l1 {
    right: 8.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.push-l1 {
    left: 8.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.pull-l2 {
    right: 16.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.push-l2 {
    left: 16.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.offset-l3 {
    margin-left: 25%;
  }
  .s2kThemeRow .s2kThemeCol.pull-l3 {
    right: 25%;
  }
  .s2kThemeRow .s2kThemeCol.push-l3 {
    left: 25%;
  }
  .s2kThemeRow .s2kThemeCol.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.pull-l4 {
    right: 33.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.push-l4 {
    left: 33.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.pull-l5 {
    right: 41.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.push-l5 {
    left: 41.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.offset-l6 {
    margin-left: 50%;
  }
  .s2kThemeRow .s2kThemeCol.pull-l6 {
    right: 50%;
  }
  .s2kThemeRow .s2kThemeCol.push-l6 {
    left: 50%;
  }
  .s2kThemeRow .s2kThemeCol.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.pull-l7 {
    right: 58.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.push-l7 {
    left: 58.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.pull-l8 {
    right: 66.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.push-l8 {
    left: 66.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.offset-l9 {
    margin-left: 75%;
  }
  .s2kThemeRow .s2kThemeCol.pull-l9 {
    right: 75%;
  }
  .s2kThemeRow .s2kThemeCol.push-l9 {
    left: 75%;
  }
  .s2kThemeRow .s2kThemeCol.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.pull-l10 {
    right: 83.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.push-l10 {
    left: 83.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.pull-l11 {
    right: 91.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.push-l11 {
    left: 91.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.offset-l12 {
    margin-left: 100%;
  }
  .s2kThemeRow .s2kThemeCol.pull-l12 {
    right: 100%;
  }
  .s2kThemeRow .s2kThemeCol.push-l12 {
    left: 100%;
  }
}
@media only screen and (min-width: 1201px) {
  .s2kThemeRow .s2kThemeCol.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .s2kThemeRow .s2kThemeCol.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.pull-xl1 {
    right: 8.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.push-xl1 {
    left: 8.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.pull-xl2 {
    right: 16.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.push-xl2 {
    left: 16.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.offset-xl3 {
    margin-left: 25%;
  }
  .s2kThemeRow .s2kThemeCol.pull-xl3 {
    right: 25%;
  }
  .s2kThemeRow .s2kThemeCol.push-xl3 {
    left: 25%;
  }
  .s2kThemeRow .s2kThemeCol.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.pull-xl4 {
    right: 33.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.push-xl4 {
    left: 33.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.pull-xl5 {
    right: 41.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.push-xl5 {
    left: 41.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.offset-xl6 {
    margin-left: 50%;
  }
  .s2kThemeRow .s2kThemeCol.pull-xl6 {
    right: 50%;
  }
  .s2kThemeRow .s2kThemeCol.push-xl6 {
    left: 50%;
  }
  .s2kThemeRow .s2kThemeCol.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.pull-xl7 {
    right: 58.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.push-xl7 {
    left: 58.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.pull-xl8 {
    right: 66.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.push-xl8 {
    left: 66.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.offset-xl9 {
    margin-left: 75%;
  }
  .s2kThemeRow .s2kThemeCol.pull-xl9 {
    right: 75%;
  }
  .s2kThemeRow .s2kThemeCol.push-xl9 {
    left: 75%;
  }
  .s2kThemeRow .s2kThemeCol.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.pull-xl10 {
    right: 83.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.push-xl10 {
    left: 83.3333333333%;
  }
  .s2kThemeRow .s2kThemeCol.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.pull-xl11 {
    right: 91.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.push-xl11 {
    left: 91.6666666667%;
  }
  .s2kThemeRow .s2kThemeCol.offset-xl12 {
    margin-left: 100%;
  }
  .s2kThemeRow .s2kThemeCol.pull-xl12 {
    right: 100%;
  }
  .s2kThemeRow .s2kThemeCol.push-xl12 {
    left: 100%;
  }
}
/* E-Commerce */
.theme-light .popupFormBox .popupHeader h2 {
  margin: var(--spacer-3, 1rem) 0;
}
.theme-light .popupFormBox .buttons .dijitButton,
.theme-light .popupFormBox .buttons .dijitButtonNode {
  width: 100%;
  margin: var(--spacer-1, 0.25rem) 0;
  font-size: 1.1em;
}
.theme-light .popupFormBox .popupFormOverlayBox {
  background: var(--container-background, #fff);
}
.theme-light .filterShelf {
  background: var(--container-background, #fff);
}
.theme-light .gridContainerBox .icon i.red {
  color: var(--danger, #da1414);
}
.theme-light .gridContainerBox .icon i.green {
  color: var(--success, #81C784);
}

.s2k-dojo .dijitTextBox,
.s2k-dojo .dijitSelect,
.s2k-dojo .dijitMultiSelect {
  max-width: calc(100% - 2px);
  border-radius: var(--border-radius, 0.25rem);
  overflow: hidden;
}
.s2k-dojo .dijitToolbar .dijitTextBox,
.s2k-dojo .dijitToolbar .dijitComboBox {
  width: auto;
}
.s2k-dojo .dijitReset.dijitTextBox[type=file] {
  padding: var(--spacer-1, 0.25rem);
}
.s2k-dojo .dijitExpandingTextArea {
  width: 98%;
}
.s2k-dojo input::file-selector-button {
  cursor: pointer;
  color: var(--btn-primary-color, #fff);
  border: 1px solid var(--btn-primary-border-color, #2F6395);
  padding: var(--spacer-1, 0.25rem) var(--spacer-2, 0.5rem);
  background: var(--btn-primary-background-color, #2F6395);
  -moz-border-radius: var(--border-radius, 0.25rem);
  border-radius: var(--border-radius, 0.25rem);
  -webkit-box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
  -moz-box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
  box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
  font-size: var(--font-size-base, 1rem);
}
.s2k-dojo input::file-selector-button:hover {
  color: var(--btn-primary-hover-color, #fff);
  border-color: var(--btn-primary-hover-border-color, transparent);
  background: var(--btn-primary-hover-background-color, #0277BC);
}

.detailRow {
  break-inside: avoid-column;
}
.detailRow .heading {
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: 700;
  padding: var(--spacer-1, 0.25rem) 0px;
}
.detailRow .detailField {
  padding: var(--spacer-1, 0.25rem);
}
.detailRow .detailField .label {
  float: left;
  width: 35%;
  font-weight: 700;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detailRow .detailField .field {
  overflow: hidden;
}
.detailRow .detailField .field.multi {
  display: flex;
}
.detailRow .detailField .field.trackingInfo {
  display: flex;
}
.detailRow .detailField .field.trackingInfo .trackingCarrierImgLink {
  padding-left: 10px;
}
.detailRow .detailField .field.trackingInfo .trackingCarrierImg {
  padding-bottom: 2px;
}
.detailRow .detailField .field.searchInput .fieldButton {
  float: right;
}
.detailRow .detailField .field.searchInput .fieldInput {
  width: auto;
  margin-right: var(--spacer-7, 6rem);
}
.detailRow .detailField.req .label:after {
  content: "\f069";
  color: var(--danger, #da1414);
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: 0.5em;
  padding-left: var(--spacer-1, 0.25rem);
  vertical-align: text-top;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.buttonBar .detailField {
  overflow: hidden;
}
.buttonBar .detailField .label {
  float: left;
  width: auto;
  margin: var(--spacer-1, 0.25rem);
}
.buttonBar .detailField .field {
  margin: var(--spacer-1, 0.25rem);
}

.portletConfig .detailRow .detailField .label {
  white-space: normal;
}

.detailBox {
  break-inside: avoid-column;
}
.detailBox .detailField {
  padding: var(--spacer-1, 0.25rem);
}
.detailBox .detailField .field {
  overflow: hidden;
}

.buttonBar button {
  padding: var(--spacer-1, 0.25rem) var(--spacer-2, 0.5rem);
}
.buttonBar button:hover {
  color: var(--white, #fff);
}
.buttonBar .right button {
  margin: var(--spacer-1, 0.25rem) 0 var(--spacer-1, 0.25rem) var(--spacer-1, 0.25rem);
}
.buttonBar .left button {
  margin: var(--spacer-1, 0.25rem) var(--spacer-1, 0.25rem) var(--spacer-1, 0.25rem) 0;
}
.buttonBar .sortButton {
  display: none;
}
.buttonBar .searchBar .label,
.buttonBar .searchBar .field,
.buttonBar .searchBar .button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 var(--spacer-1, 0.25rem) 0 0;
}
.buttonBar .searchBar .button label {
  margin: 0;
}
.buttonBar .searchBar .editListName #editName,
.buttonBar .searchBar .editListName .dijitButton .dijitButtonNode {
  background: transparent;
  padding: 0;
  border: none;
  margin: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.buttonBar .searchBar .editListName .bText {
  display: none;
}
.buttonBar .searchBar .editListName .bIcon {
  background-image: url(../images/s2k/actionIcons.gif);
  background-repeat: no-repeat;
  background-position: -32px 0px;
  width: 16px;
  height: 16px;
  display: block;
}
.buttonBar #makePaymentContainer {
  display: inline-block;
}

.s2k-dojo .dijitDialog .buttonBar {
  width: 100%;
  padding: var(--spacer-2, 0.5rem) 0;
}

#quickorderTabCTP .buttonBar {
  padding-left: 0;
}

#quickorderTabCTP .buttonBar .quickOrderUploadBtn {
  margin: var(--spacer-1, 0.25rem) 0 0 0;
}

.appContainer.orderingPortletView .buttonBar .rightButton {
  float: left;
}

.s2k-dojo .leftCol .detailRow,
.s2k-dojo .filterShelf .detailRow {
  display: block;
  overflow: hidden;
  background: transparent !important;
  margin-bottom: var(--spacer-2, 0.5rem);
}
.s2k-dojo .leftCol .detailRow .detailField,
.s2k-dojo .filterShelf .detailRow .detailField {
  overflow: hidden;
}
.s2k-dojo .leftCol .detailRow .detailField .label,
.s2k-dojo .filterShelf .detailRow .detailField .label {
  padding: 0;
  margin: 0 0 var(--spacer-1, 0.25rem) 0;
  float: none;
  width: 100%;
}
.s2k-dojo .leftCol .detailRow .detailField .dijitTextBox,
.s2k-dojo .leftCol .detailRow .detailField .dijitSelect,
.s2k-dojo .leftCol .detailRow .detailField .dijitMultiSelect,
.s2k-dojo .filterShelf .detailRow .detailField .dijitTextBox,
.s2k-dojo .filterShelf .detailRow .detailField .dijitSelect,
.s2k-dojo .filterShelf .detailRow .detailField .dijitMultiSelect {
  width: calc(100% - 2px);
}
.s2k-dojo .leftCol .detailRow .detailField .dijitMultiSelect,
.s2k-dojo .filterShelf .detailRow .detailField .dijitMultiSelect {
  font-size: var(--font-size-sm, 0.875rem);
  font-family: inherit;
}
.s2k-dojo .leftCol .menu > .dijitButton,
.s2k-dojo .filterShelf .menu > .dijitButton {
  margin: var(--spacer-1, 0.25rem) 0;
}

.s2k-dojo .mainCol .leftCol .detailRow .detailField .label {
  float: none;
  width: 100%;
}
.s2k-dojo .mainCol .fieldBox,
.s2k-dojo .mainCol .fieldGroup {
  overflow: hidden;
  clear: both;
}
.s2k-dojo .mainCol .fieldColumn {
  float: left;
  width: 50%;
}
.s2k-dojo .mainCol .threeCol .fieldColumn {
  width: 33.33333%;
}
.s2k-dojo .mainCol .fourCol .fieldColumn {
  width: 25%;
}
.s2k-dojo .mainCol .fiveCol .fieldColumn {
  width: 20%;
}
.s2k-dojo .mainCol .detailBox .detailField .label {
  float: none;
  width: auto;
}
.s2k-dojo .mainCol .detailRow .detailField .field .dijitTextBox {
  width: 100%;
  box-sizing: border-box;
}
.s2k-dojo .mainCol .detailRow .detailField .field.cvv2_input .dijitTextBox {
  width: 50px;
  margin-right: 4px;
}
.s2k-dojo .mainCol .fieldBox .detailRow,
.s2k-dojo .mainCol .fieldBox .detailBox,
.s2k-dojo .mainCol .fieldColumn .detailRow,
.s2k-dojo .mainCol .fieldColumn .detailBox {
  display: block;
  overflow: hidden;
  padding: 0 var(--spacer-2, 0.5rem);
}
.s2k-dojo .mainCol .buttonBar {
  text-align: right;
  border: none;
  margin: 0;
  width: 100%;
  padding: var(--spacer-2, 0.5rem) 0;
}
.s2k-dojo .mainCol .appBody.vaiComponent {
  background: var(--container-background, #fff);
}
.s2k-dojo .mainCol .appBody.vaiComponent .dijitTabContainerTop-dijitContentPane,
.s2k-dojo .mainCol .appBody.vaiComponent .dijitTabContainerLeft-dijitContentPane,
.s2k-dojo .mainCol .appBody.vaiComponent .dijitTabContainerBottom-dijitContentPane,
.s2k-dojo .mainCol .appBody.vaiComponent .dijitTabContainerRight-dijitContentPane,
.s2k-dojo .mainCol .appBody.vaiComponent .dijitAccordionContainer-dijitContentPane {
  background: var(--container-background, #fff);
}
.s2k-dojo .mainCol .appBody.vaiComponent .dijitTabContainerNoLayout {
  padding: var(--spacer-1, 0.25rem) 0;
}
.s2k-dojo .mainCol .appBody.vaiComponent .copy {
  background: var(--container-background, #fff);
  border: 1px solid var(--gray-300, #e7e7ed);
  margin-bottom: var(--spacer-2, 0.5rem);
}
.s2k-dojo .mainCol .appBody.vaiComponent .fieldColumn {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  margin-bottom: 4px;
}
.s2k-dojo .mainCol .appBody.vaiComponent .detailHeading {
  background: var(--container-background, #fff);
  border-top: 1px solid var(--gray-300, #e7e7ed);
}
.s2k-dojo .mainCol .appBody.vaiComponent .detailHeading .nameLabel {
  line-height: 30px;
  padding-left: var(--spacer-2, 0.5rem);
  font-weight: 600;
}
.s2k-dojo .mainCol .appBody.vaiComponent .detailField .label {
  display: block;
  float: none;
  width: auto;
  padding-left: 0;
  padding-bottom: var(--spacer-2, 0.5rem);
}
.s2k-dojo .mainCol .appBody.vaiComponent .detailField .req {
  padding-left: 2px;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: var(--danger, #da1414);
}
.s2k-dojo .mainCol .appBody.vaiComponent .detailField textarea {
  width: calc(100% - 2px);
}
.s2k-dojo .mainCol .appBody.vaiComponent .dijitEditor .dijitMultiSelect,
.s2k-dojo .mainCol .appBody.vaiComponent .dijitEditor .dijitTextBox {
  width: auto;
}
.s2k-dojo .mainCol .appBody.vaiComponent .buttonBar {
  text-align: left;
}

.appHeading {
  background: var(--container-background, #fff);
  box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
  padding: 0 var(--spacer-2, 0.5rem);
  margin: 0 0 var(--spacer-2, 0.5rem) 0;
  display: flex;
  flex-flow: row wrap-reverse;
  justify-content: space-between;
  align-items: center;
}
.appHeading .appTitle,
.appHeading .appButtons {
  display: inline-block;
  vertical-align: middle;
  flex: 1 0 auto;
}
.appHeading .appTitle {
  padding: var(--spacer-2, 0.5rem) 0;
  font-size: var(--h1-font-size, 1.625rem);
  font-family: var(--font-family-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol");
  font-weight: var(--font-weight-heading, 700);
  line-height: var(--line-height-heading, 1.2);
  letter-spacing: var(--letter-spacing-heading, 0px);
  text-transform: var(--letter-case-heading, normal);
  color: var(--heading-color, inherit);
  flex: 2 0 0;
}
.appHeading .appButtons {
  text-align: right;
  flex: 1 0 0;
}
.appHeading .appButtons > a {
  margin: 0 0 0 10px;
}

.filterHeading .appTitle {
  padding: var(--spacer-2, 0.5rem) 0;
  font-size: var(--h1-font-size, 1.625rem);
  font-family: var(--font-family-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol");
  font-weight: var(--font-weight-heading, 700);
  line-height: var(--line-height-heading, 1.2);
  letter-spacing: var(--letter-spacing-heading, 0px);
  text-transform: var(--letter-case-heading, normal);
  color: var(--heading-color, inherit);
  flex: 2 0 0;
}

.appFilters,
.appGlobalFilters,
.appMobileFilters {
  text-align: right;
}
.appFilters > .left,
.appFilters > .middle,
.appFilters > .right,
.appGlobalFilters > .left,
.appGlobalFilters > .middle,
.appGlobalFilters > .right,
.appMobileFilters > .left,
.appMobileFilters > .middle,
.appMobileFilters > .right {
  display: inline-block;
  vertical-align: middle;
}
.appFilters > .left,
.appGlobalFilters > .left,
.appMobileFilters > .left {
  text-align: left;
  width: 25%;
}
.appFilters > .middle,
.appGlobalFilters > .middle,
.appMobileFilters > .middle {
  text-align: center;
  width: 30%;
}
.appFilters > .right,
.appGlobalFilters > .right,
.appMobileFilters > .right {
  text-align: right;
  width: 45%;
}
.appFilters .filter,
.appGlobalFilters .filter,
.appMobileFilters .filter {
  display: inline-block;
  white-space: nowrap;
  margin: 5px;
}
.appFilters .filter .label,
.appGlobalFilters .filter .label,
.appMobileFilters .filter .label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  cursor: default;
}
.appFilters .filter .field,
.appGlobalFilters .filter .field,
.appMobileFilters .filter .field {
  display: inline-block;
  vertical-align: middle;
}

.appFilters {
  flex-wrap: wrap;
}

.appFilters.left,
.appGlobalFilters.left,
.appMobileFilters.left {
  text-align: left;
}

.appFilters,
.appGlobalFilters {
  background: var(--container-background, #fff);
  border-top: 1px solid var(--gray-300, #e7e7ed);
  border-bottom: 1px solid var(--gray-300, #e7e7ed);
}

.appMobileFilters {
  background: var(--container-background, #fff);
  border-top: 1px solid var(--gray-300, #e7e7ed);
}

.appMobileFilters + .appGrid,
.appMobileFilters + .appChart {
  border-top: 1px solid var(--gray-300, #e7e7ed);
}

.matchTypeInput {
  line-height: 18px;
}
.matchTypeInput .field-left,
.matchTypeInput .field-right,
.matchTypeInput .field-fill {
  position: relative;
  height: 24px;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.matchTypeInput .field-left {
  float: left;
  width: auto;
  display: inline-block;
}
.matchTypeInput .field-right {
  float: right;
  width: auto;
  display: inline-block;
}
.matchTypeInput .field-fill {
  width: auto;
  white-space: nowrap;
}
.matchTypeInput .dijitSelect,
.matchTypeInput .dijitTextBox {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.matchTypeInput .dijitTextBox {
  width: 100%;
}
.matchTypeInput .field-search-scope {
  font-size: var(--font-size-sm, 0.875rem);
  line-height: 23px;
  display: inline-block;
  background: var(--container-background, #fff);
  background: -moz-linear-gradient(top, rgb(238, 238, 238) 0%, rgb(204, 204, 204) 100%);
  background: -webkit-linear-gradient(top, rgb(238, 238, 238) 0%, rgb(204, 204, 204) 100%);
  background: linear-gradient(to bottom, rgb(238, 238, 238) 0%, rgb(204, 204, 204) 100%);
  position: relative;
  float: left;
  margin: 0;
  padding: 0 var(--spacer-1, 0.25rem);
  overflow: hidden;
  -webkit-border-radius: var(--border-radius-lg, 0.375rem) 0 0 var(--border-radius-lg, 0.375rem);
  -moz-border-radius: var(--border-radius-lg, 0.375rem) 0 0 var(--border-radius-lg, 0.375rem);
  border-radius: var(--border-radius-lg, 0.375rem) 0 0 var(--border-radius-lg, 0.375rem);
}
.matchTypeInput .field-match-label,
.matchTypeInput .field-match-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.matchTypeInput .field-search-scope select {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 20px;
  width: 100%;
  outline: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
  border: 0;
  line-height: 35px;
}

textarea {
  resize: vertical;
  font-family: inherit;
  outline: 0;
  border-radius: var(--border-radius, 0.25rem);
  border: 1px solid var(--input-border, #CDCED9);
  background-color: var(--input-bg, #fff);
  -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;
}

textarea:hover {
  border-color: var(--input-border-hover, #A7A9BC);
  background-color: var(--input-bg-hover, #f0f5ff);
}

textarea#orderCommentsID {
  width: calc(100% - 6px);
}

textarea#bulkOrderText {
  resize: auto;
  max-width: 800px;
  margin-right: var(--spacer-2, 0.5rem);
}

.flexbox .mainCol .fieldColumnContainer {
  display: flex;
  flex-wrap: wrap;
}

.flexbox .mainCol .fieldColumnContainer .fieldColumn {
  width: auto;
  float: none;
  flex: 1 1 0;
  min-width: 400px;
}

.companyInquiry .mainCol .fieldBox .detailField .label {
  min-width: 175px;
}

.vaiComponent .copy {
  padding: var(--spacer-2, 0.5rem);
  background-color: var(--container-background, #fff);
  overflow: hidden;
  clear: both;
}

.vaiComponent .copy span {
  display: block;
}

.vaiComponent .copy span.req {
  border-left: 2px solid var(--danger, #da1414);
  padding-left: var(--spacer-1, 0.25rem);
}

.vaiConfReg .vaiComponent .copy {
  font-size: var(--font-size-lg, 1.125rem);
  padding: 0 var(--spacer-2, 0.5rem);
  background: transparent;
  font-weight: 700;
}

.copyFieldContainer {
  overflow: hidden;
  float: left;
}

.copyFieldContainer .label,
.copyFieldContainer .field {
  float: left;
  overflow: hidden;
  line-height: 24px;
}

.checkMark {
  background-image: url(../images/s2k/checkMark.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: block;
  float: left;
  height: 13px;
  width: 13px;
  margin-top: 2px;
  margin-left: 1px;
}

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

.s2k-dojo .quickOrderWidgetMini .itemNum .dijitTextBox {
  width: 140px;
}

.topFilters .appContainer .leftCol .detailRow {
  float: left;
  width: 170px;
}

.tabContent .listSearch {
  background-image: url(../images/s2k/listSearchIcon.png);
  background-repeat: no-repeat;
  background-position: 5px 3px;
  padding-left: var(--spacer-3, 1rem);
  overflow: hidden;
  border-radius: var(--border-radius-lg, 0.375rem);
  margin-bottom: 10px;
}

.tabContent .listLabel {
  margin-bottom: var(--spacer-2, 0.5rem);
}

.gridContainer.orderLimits .displayInput .dijitTextBox {
  width: 100%;
}

.selectedAttributeListContainer .selectedAttr {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.selectedAttributeListContainer .colHandle,
.selectedAttributeListContainer .removeAttribute {
  flex: 1 1 0;
  text-align: center;
}
.selectedAttributeListContainer .removeAttribute a {
  color: var(--danger, #da1414);
}

.field.buttons a {
  display: inline-block;
  vertical-align: middle;
  margin: var(--spacer-1, 0.25rem) var(--spacer-1, 0.25rem) var(--spacer-1, 0.25rem) 0;
}

.field.buttons a.button,
.buttonBar button {
  color: var(--btn-primary-color, #fff);
  border: 1px solid var(--btn-primary-border-color, #2F6395);
  padding: var(--spacer-1, 0.25rem) var(--spacer-2, 0.5rem) var(--spacer-1, 0.25rem) var(--spacer-2, 0.5rem);
  background: var(--btn-primary-background-color, #2F6395);
  -moz-border-radius: var(--border-radius, 0.25rem);
  border-radius: var(--border-radius, 0.25rem);
  -webkit-box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
  -moz-box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
  box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
}

.field.buttons a.button:hover,
.buttonBar button:hover {
  text-decoration: none;
  background-color: var(--btn-primary-hover-background-color, #0277BC);
  border-color: var(--btn-primary-hover-border-color, transparent);
}

.s2kAdminFormTemplateDisplay .dijitTextBox {
  width: 100%;
}

.s2kAdminFormTemplateDisplay .dijitTextBox,
.s2kAdminFormTemplateDisplay .dijitInputField,
.s2kAdminFormTemplateDisplay .dijitInputInner,
.s2kAdminFormTemplateDisplay .dijitArrowButton {
  line-height: 25px;
  border-radius: var(--border-radius, 0.25rem);
}

#S2KFormTemplateDisplayPortletFormSubmitLabel {
  display: none;
}

.formField.required.denoteMsg {
  display: none;
}

.formField.required.denoteMsg label {
  padding-top: 0;
}

.shippingOptions #workingMessage {
  padding: 0 var(--spacer-3, 1rem);
  font-weight: 700;
  color: var(--danger, #da1414);
}

.filterShelf .label,
.popupFormOverlayBox .label {
  padding-left: 0;
}

.filterShelf.shelfOpen .field td.dijitReset.dijitStretch.dijitButtonContents {
  width: 100%;
}

.fluidChart {
  width: 100%;
  -ms-transform-origin: 0% 0%; /* IE 9 */
  -webkit-transform-origin: 0% 0%; /* Chrome, Safari, Opera */
  transform-origin: 0% 0%;
}

.chartOuterContainer {
  overflow: hidden;
  padding: 0 !important;
}

div#supplyListInput {
  max-width: 190px;
}

.quickOrderConfirm .cellData i.fas.fa-trash {
  color: var(--danger, #da1414);
  cursor: pointer;
  font-size: 20px;
}

.form-control {
  background-color: var(--input-bg, #fff);
  border-color: var(--input-border, #CDCED9);
  color: var(--black, #000);
  border-radius: var(--border-radius, 0.25rem);
  transition-property: background-color, border;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

.form-control:hover,
.form-control.focus,
.form-control:focus-visible,
.c-prefers-focus .form-control:focus,
.form-control:focus-within:has(input:focus) {
  background-color: var(--input-bg-hover, #f0f5ff);
  border-color: var(--input-border-hover, #A7A9BC);
  box-shadow: none;
}

@media screen and (max-width: 980px) {
  textarea#bulkOrderText {
    max-width: 500px;
  }
  .s2k-dojo .leftCol .menu > .dijitButton {
    margin: var(--spacer-1, 0.25rem);
  }
}
@media screen and (max-width: 768px) {
  .s2k-dojo .mainCol .fieldColumn {
    width: 100%;
  }
  textarea#bulkOrderText {
    max-width: 300px;
  }
}
@media screen and (max-width: 603px) {
  .mainCol .detailField .label {
    width: 100%;
    float: none;
  }
  .s2k-dojo .mainCol .buttonBar,
  .s2k-dojo .mainCol .buttonBar .right,
  .s2k-dojo .mainCol .buttonBar .left {
    float: none;
    text-align: left;
  }
  textarea#bulkOrderText {
    max-width: 200px;
  }
}
.gridContainer {
  position: relative;
  width: 100%;
  margin: 0px;
  clear: both;
  overflow-x: auto;
  overflow-y: hidden;
}

.gridContainer::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  background: var(--white, #fff);
}

.gridContainer::-webkit-scrollbar-thumb {
  background: var(--gray-300, #e7e7ed);
}

.gridContainer::-webkit-scrollbar-corner {
  background: var(--gray-300, #e7e7ed);
}

.dj_ie .gridContainer {
  overflow: auto;
}

.groupHeader {
  background-color: var(--table-header-row, #f1f2f5);
  border-top: 1px solid var(--gray-300, #e7e7ed);
  border-bottom: 1px solid var(--gray-300, #e7e7ed);
  padding: var(--spacer-2, 0.5rem) var(--spacer-1, 0.25rem);
  font-weight: 600;
  font-size: var(--font-size-lg, 1.125rem);
  clear: both;
}

.gridContainer .groupHeader span.right {
  float: right;
}

.gridContainer .loadMask {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}

.gridContainer .loadMask .loadIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}

.gridContainer .rowGroup {
  display: table;
  width: 100%;
  border-spacing: 0px;
  border: 1px solid var(--gray-200, #f1f2f5);
  border-top: 0;
}

.boxes .gridContainer .rowGroup {
  border: none;
}

.gridContainer .cellData:before {
  display: none;
}

.gridContainer .rowGroup .detailRow.localBuild {
  background: rgb(255, 210, 210);
}

.gridContainer .rowGroup .detailRow.localBuild .cellData {
  background: rgb(255, 210, 210);
}

.gridContainer .rowGroup .detailRow.trunkBuild {
  background: rgb(248, 248, 230);
}

.gridContainer .rowGroup .detailRow.trunkBuild .cellData {
  background: rgb(248, 248, 230);
}

.gridContainer .detailRow {
  display: table-row;
  background-color: var(--table-row, #fff);
}

.gridContainer .detailRow.alt-row {
  background-color: var(--table-alt-row, #fff);
}

.gridContainer .detailRow:hover {
  background-color: var(--table-row-hover, #f7f8f9) !important;
}

.gridContainer .invalid {
  background-color: #fae6e6 !important;
}

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

.gridContainer .cellData,
.gridContainer .cellData.price {
  padding: var(--spacer-2, 0.5rem) var(--spacer-1, 0.25rem);
  display: table-cell;
  vertical-align: center;
}

.gridContainer .altRow .cellData {
  border-top: 1px solid var(--gray-300, #e7e7ed);
  border-bottom: 1px solid var(--gray-300, #e7e7ed);
}

.fbContent .gridContainer .cellData {
  padding: var(--spacer-1, 0.25rem);
}

.gridContainer .cellData a,
.gridContainer .cellData.action .bText {
  display: inline-block;
  min-height: 22px;
  line-height: 22px;
  color: var(--btn-link-color, #2F6395);
  text-decoration: underline;
}

.gridContainer .detailRow:hover .cellData a,
.gridContainer .detailRow:hover .cellData.expand .detailsBtn .dijitButtonContents,
.gridContainer .detailRow:hover .cellData.action .bText {
  color: var(--btn-link-hover-color, #0277bc);
}

.gridContainer .cellData a:hover,
.gridContainer .cellData.action .bText:hover {
  text-decoration: underline;
}

.gridContainer .cellData.expand .detailsBtn .dijitButtonContents {
  font-weight: 900;
  padding: 0 var(--spacer-2, 0.5rem);
}

.cellData.outOfStock, .outOfStock .output {
  color: var(--danger, #da1414);
}

.gridContainer .cellData .rightButton {
  float: right;
}

.rowHighlight, .columnHighlight, .currentCell {
  padding: var(--spacer-1, 0.25rem);
  background-color: var(--gray-200, #f1f2f5);
}

.rowHighlight {
  padding: var(--spacer-1, 0.25rem);
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: dashed;
  border-bottom-style: dashed;
  border-top-color: var(--black, #000);
  border-bottom-color: var(--black, #000);
}

.columnHighlight {
  padding: var(--spacer-1, 0.25rem);
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: dashed;
  border-left-style: dashed;
  border-right-color: var(--black, #000);
  border-left-color: var(--black, #000);
}

.currentCell {
  padding: var(--spacer-1, 0.25rem);
  border: 1px solid var(--black, #000);
  background-color: var(--gray-100, #f7f8f9);
}

.orderInquiry .headerCell,
.orderDetail .headerCell,
.accountSummary .headerCell,
.accountSummaryOrderDetail .headerCell,
.arCheckHistory .headerCell {
  border-right: 1px solid var(--gray-500, #a7a9bc);
}

.orderInquiry td:last-child.headerCell,
.orderDetail td:last-child.headerCell,
.accountSummary td:last-child.headerCell,
.accountSummaryOrderDetail td:last-child.headerCell,
.arCheckHistory td:last-child.headerCell {
  border-right: none;
}

.orderInquiry .headerRow .headerCell a,
.orderDetail .headerRow .headerCell a,
.accountSummary .headerRow .headerCell a,
.accountSummaryOrderDetail .headerRow .headerCell a,
.arCheckHistory .headerRow .headerCell a {
  display: inline-flex;
  text-decoration: underline;
}

.orderInquiry .headerRow .headerCell a::after,
.orderDetail .headerRow .headerCell a::after,
.accountSummary .headerRow .headerCell a::after,
.accountSummaryOrderDetail .headerRow .headerCell a::after,
.arCheckHistory .headerRow .headerCell a::after {
  content: unset;
  padding-left: 5px;
}

.orderInquiry .headerRow .headerCell a:hover,
.orderDetail .headerRow .headerCell a:hover,
.accountSummary .headerRow .headerCell a:hover,
.accountSummaryOrderDetail .headerRow .headerCell a:hover,
.arCheckHistory .headerRow .headerCell a:hover {
  color: var(--btn-link-hover-color, #0277bc);
}

.orderInquiry .headerRow .headerCell a.up,
.orderDetail .headerRow .headerCell a.up,
.accountSummary .headerRow .headerCell a.up,
.accountSummaryOrderDetail .headerRow .headerCell a.up,
.arCheckHistory .headerRow .headerCell a.up,
.orderInquiry .headerRow .headerCell a.down,
.orderDetail .headerRow .headerCell a.down,
.accountSummary .headerRow .headerCell a.down,
.accountSummaryOrderDetail .headerRow .headerCell a.down,
.arCheckHistory .headerRow .headerCell a.down {
  font-weight: 700;
  text-decoration: underline;
}

.orderInquiry .headerRow .headerCell a.up::after,
.orderDetail .headerRow .headerCell a.up::after,
.accountSummary .headerRow .headerCell a.up::after,
.accountSummaryOrderDetail .headerRow .headerCell a.up::after,
.arCheckHistory .headerRow .headerCell a.up::after {
  content: "\f0de" !important;
}

.orderInquiry .headerRow .headerCell a.down::after,
.orderDetail .headerRow .headerCell a.down::after,
.accountSummary .headerRow .headerCell a.down::after,
.accountSummaryOrderDetail .headerRow .headerCell a.down::after,
.arCheckHistory .headerRow .headerCell a.down::after {
  content: "\f0dd" !important;
}

div.portlet-boundary_S2KCommerceAccountsReceivableCheckHistory_WAR_S2KInquiryAccountsReceivable_ {
  min-height: 470px;
}

.headerRow {
  background-color: var(--table-header-row, #f1f2f5);
}

.headerCell {
  padding: var(--spacer-2, 0.5rem) var(--spacer-1, 0.25rem);
  display: table-cell;
  background-color: var(--table-header-row, #f1f2f5);
  border-top: 1px solid var(--gray-200, #f1f2f5);
  border-bottom: 1px solid var(--gray-200, #f1f2f5);
  position: relative;
  overflow: hidden;
}

.headerCell .subHeading {
  margin: -5px;
  background: rgba(0, 0, 0, 0.1);
  font-size: var(--font-size-lg, 1.125rem);
}

.headerCell .subHeading .itemNumber,
.headerCell .subHeading .desc,
.headerCell .subHeading .weight {
  display: inline-block;
  vertical-align: middle;
  padding: var(--spacer-1, 0.25rem);
  box-sizing: border-box;
}

.headerCell .subHeading .itemNumber {
  width: 20%;
}

.headerCell .subHeading .desc {
  width: 60%;
}

.headerCell .subHeading .weight {
  width: 20%;
  text-align: right;
}

.headerRow .headerCell a {
  display: flex;
  align-items: center;
}

.headerRow .headerCell.center a,
.headerRow .headerCell.right a {
  display: block;
}

.headerRow .headerCell a.up,
.headerRow .headerCell a.down {
  font-weight: 700;
  text-decoration: underline;
}

.headerRow .headerCell .text {
  position: relative;
}

.headerRow .headerCell a::after {
  float: right;
  content: "\f0dc";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  line-height: 18px;
  padding-left: var(--spacer-1, 0.25rem);
  opacity: 0;
}

.headerRow .headerCell a:hover:after,
.headerRow .headerCell a.up:after,
.headerRow .headerCell a.down:after {
  opacity: 1;
}

.headerRow .headerCell a.up::after {
  content: "\f0de";
}

.headerRow .headerCell a.down::after {
  content: "\f0dd";
}

.headerRow .nosort a:after {
  display: none !important;
}

.gridContainer .invalid:hover {
  background-color: #fae6e6;
  background: none;
}

.cellEdit {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.innerControls {
  position: relative;
}

.gridPaging {
  background: none;
  filter: none;
  overflow: hidden;
  padding: var(--spacer-2, 0.5rem) 0;
  box-sizing: border-box;
  border: none;
}

.gridPaging button {
  background: none;
  border: 0;
  outline: 0;
  color: var(--btn-link-color, #2F6395);
}

.gridPaging button:hover {
  color: var(--btn-link-hover-color, #0277bc);
}

.gridPaging .pageRange {
  padding: 1px var(--spacer-2, 0.5rem);
  margin: 0;
  vertical-align: middle;
  display: inline-block;
}

.gridPaging a,
.gridPaging button {
  margin: 0 var(--spacer-1, 0.25rem);
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

.gridPaging a .lText {
  display: none;
}

.gridPaging a .lIcon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

.gridPaging a.pageFirst .lIcon:before {
  content: "\f323";
}

.gridPaging a.pagePrev .lIcon:before {
  content: "\f053";
}

.gridPaging a.pageNext .lIcon:before {
  content: "\f054";
}

.gridPaging a.pageLast .lIcon:before {
  content: "\f324";
}

.gridPaging a.disabled,
.gridPaging a.disabled:hover,
.gridPaging button.disabled {
  cursor: default;
  color: var(--gray-500, #a7a9bc);
}

.gridTotals {
  text-align: right;
  background-color: var(--total-bar-bg, #e0f2e1);
  color: var(--total-bar-color, #272833);
}

.gridTotals .cartTotal {
  display: inline-block;
  width: 7em;
}

.buttonBar {
  filter: none;
  display: inline-block;
  width: 50%;
  overflow: hidden;
  clear: both;
  margin-left: -4px;
  padding: var(--spacer-2, 0.5rem) 0 var(--spacer-2, 0.5rem) var(--spacer-2, 0.5rem);
  box-sizing: border-box;
}

.buttonBar .right, .copy .right {
  float: right;
}

.orderGuide .itemTabSection.lists .buttonBar .right .listSize {
  position: initial;
  padding-right: var(--spacer-2, 0.5rem);
  font-weight: 700;
}

.orderGuide .itemTabSection.lists .buttonBar .right .listSize .dijitComboBox {
  font-weight: 400;
}

.searchResultsOG .buttonBar .right .listSize {
  position: initial;
  padding-right: var(--spacer-2, 0.5rem);
  font-weight: 700;
}

.searchResultsOG .buttonBar .right .listSize .dijitComboBox {
  font-weight: 400;
}

.orderGuide .itemTabSection.lists .buttonBar .right .sortBy {
  position: initial;
  padding-right: 10px;
  font-weight: 700;
}

.orderGuide .itemTabSection.lists .buttonBar .right .sortBy .dijitComboBox {
  font-weight: normal;
}

.searchResultsOG .buttonBar .right .sortBy {
  position: initial;
  padding-right: 10px;
  font-weight: 700;
}

.searchResultsOG .buttonBar .right .sortBy .dijitComboBox {
  font-weight: normal;
}

.buttonBar .right .layoutButtons {
  font-size: 28px;
  line-height: 28px;
  vertical-align: middle;
}

.buttonBar .left, .copy .left {
  float: left;
}

.buttonBar .txt {
  margin: var(--spacer-1, 0.25rem);
  display: inline-block;
}

.printBar {
  background: var(--gray-200, #f1f2f5);
}

.printBar .right {
  float: right;
}

.printBar button {
  color: var(--btn-primary-color, #fff);
  border: 1px solid var(--btn-primary-border-color, #2F6395);
  padding: var(--spacer-1, 0.25rem) var(--spacer-2, 0.5rem) var(--spacer-1, 0.25rem) var(--spacer-2, 0.5rem);
  background: var(--btn-primary-background-color, #2F6395);
  -moz-border-radius: var(--border-radius, 0.25rem);
  border-radius: var(--border-radius, 0.25rem);
  -webkit-box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
  -moz-box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
  box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
  margin: var(--spacer-2, 0.5rem);
}

.printBar button:hover {
  color: var(--btn-primary-hover-color, #fff);
}

.printBar:after {
  content: "";
  clear: both;
  display: block;
}

.leftCol .dijitTitlePaneTextNode {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.leftCol .buttonBar {
  border: none;
  border-top: 1px solid var(--gray-200, #f1f2f5);
  padding: var(--spacer-2, 0.5rem) 2px;
  width: calc(100% - 4px);
  margin: 0;
  box-sizing: initial;
}

.leftCol .buttonBar .left,
.leftCol .buttonBar .right,
.leftCol .buttonBar .dijitButton,
.leftCol .buttonBar .dijitButtonNode {
  display: block;
  float: none;
}

.leftCol .buttonBar .dijitButton {
  margin: 0 0 var(--spacer-2, 0.5rem) 0;
}

.dijitTitlePane .buttonBar {
  margin: 0px;
  border-right: none;
  border-left: none;
  border-top: none;
  clear: both;
}

.dijitTitlePane .floatBoxColumn .buttonBar {
  border-right: 1px solid var(--gray-200, #f1f2f5);
  border-left: 1px solid var(--gray-200, #f1f2f5);
  border-top: 1px solid var(--gray-200, #f1f2f5);
}

.gridContainer .buttonBar {
  border: none;
  margin: 0px;
}

.fbContent .buttonBar {
  border-right: none;
  border-left: none;
  border-top: none;
  margin-top: 0px;
  clear: both;
}

.fbContent .copy {
  margin: 0 var(--spacer-2, 0.5rem);
  padding: var(--spacer-1, 0.25rem) 0;
  border-top: 1px solid var(--gray-200, #f1f2f5);
  border-bottom: 1px solid var(--gray-200, #f1f2f5);
}

.fbContent .copy .label {
  color: var(--body-color, #272833);
}

.appContainer.quickOrder .itemDesc {
  width: 50%;
}

.headerRow .action.one {
  min-width: 25px !important;
}

.headerRow .action.two {
  min-width: 65px !important;
}

.headerRow .action.three {
  min-width: 95px !important;
}

.expand {
  width: 20px;
  text-align: center;
}

.gridContainer .totalSection {
  float: right;
  margin-bottom: var(--spacer-3, 1rem);
}

.gridContainer .totalSection .rowGroup {
  border-left: none;
}

.totalRow {
  display: table-row;
  background-color: var(--total-bar-bg, #e0f2e1);
  color: var(--total-bar-color, #272833);
}

.appContainer .totalRow .cellData {
  padding: var(--spacer-2, 0.5rem) var(--spacer-1, 0.25rem);
  border: none;
  border-top: 3px double var(--white, #fff);
  font-weight: 700;
  font-size: initial;
  color: var(--total-bar-color, #272833);
}

.totalRow .output {
  text-align: right;
  min-width: 100px;
}

.totalRow .total {
  border-top: 3px double var(--white, #fff);
}

.paymentOptions .inCartSummary {
  overflow: hidden;
}

.paymentOptions .totalSection .rowGroup, .paymentOptions .couponSection .rowGroup {
  border: none;
}

.paymentOptions .totalSection {
  float: right;
}

.paymentOptions .couponSection {
  float: left;
  margin: var(--spacer-3, 1rem) 0;
}

.couponSection .label {
  width: 110px;
  clear: left;
}

.couponSection .couponCode,
.couponSection .giftCard {
  padding: var(--spacer-3, 1rem);
  background-color: var(--gray-100, #f7f8f9);
  overflow: hidden;
  margin: 0 0 var(--spacer-3, 1rem) 0;
}

.couponSection .couponCode .label, .couponSection .couponCode .field, .couponSection .couponCode .button {
  float: left;
}

.couponSection .couponCode .label {
  margin: var(--spacer-2, 0.5rem) var(--spacer-1, 0.25rem);
  font-weight: 700;
}

.couponSection .couponCode .field {
  margin: var(--spacer-2, 0.5rem) var(--spacer-1, 0.25rem);
}

.couponSection .couponCode .field .dijitTextBox {
  width: 140px;
}

.couponSection .giftCard .label, .couponSection .giftCard .field, .couponSection .giftCard .button {
  float: left;
}

.couponSection .giftCard .label {
  margin: var(--spacer-2, 0.5rem) var(--spacer-1, 0.25rem);
  font-weight: 700;
}

.couponSection .giftCard .field {
  margin: var(--spacer-2, 0.5rem) var(--spacer-1, 0.25rem);
}

.couponSection .giftCard .field .dijitTextBox {
  width: 140px;
}

.categoryMapResults .listRow {
  overflow: hidden;
  margin: var(--spacer-2, 0.5rem);
  border-bottom: 1px solid var(--gray-300, #e7e7ed);
  padding-bottom: var(--spacer-2, 0.5rem);
}

.categoryMapResults .listRow .listCol {
  float: left;
  width: 23%;
}

.categoryMapResults .listRow .listHeading {
  font-weight: 700;
}

.categoryMapResults .listRow .listContent {
  margin-left: var(--spacer-2, 0.5rem);
}

.detailRow .negative {
  color: var(--danger, #da1414);
}

.detailRow .positive {
  color: #090;
}

.s2k-dojo .companyInquiry .fieldColumn .gridContainer .rowGroup, .s2k-dojo .executiveARInfo .fieldColumn .gridContainer .rowGroup {
  border-left: 1px solid var(--gray-200, #f1f2f5);
}

.genList .headingRow, .genList .detailRow {
  overflow: hidden;
}

.genList .heading, .genList .cellData {
  float: left;
}

.genList .heading {
  font-weight: 700;
  border-bottom: 1px solid var(--gray-200, #f1f2f5);
}

.genList .competitorCol {
  width: 150px;
}

.genList .rankCol {
  width: 55px;
}

.pagingContainer {
  overflow: hidden;
  clear: both;
  text-align: center;
}

.pagingContainer .pagination {
  display: inline-block;
  margin: 0;
}

.pagingContainer .pagingList {
  list-style: none;
  margin: var(--spacer-3, 1rem) 0;
  padding: 0;
}

.pagingContainer .pagingList li {
  display: inline-block;
  margin: var(--spacer-1, 0.25rem);
  background: var(--btn-primary-color, #fff);
  border: 1px solid var(--btn-primary-border-color, #2F6395);
  color: var(--btn-primary-background-color, #2F6395);
}

.pagingContainer .pagingList li.currentPage {
  padding: var(--spacer-1, 0.25rem) var(--spacer-2, 0.5rem);
}

.pagingContainer .pagingList li.currentPage,
.pagingContainer .pagingList li:hover {
  color: var(--btn-primary-color, #fff);
  border: 1px solid var(--btn-primary-border-color, #2F6395);
  background: var(--btn-primary-background-color, #2F6395);
}

.pagingContainer .pagingList li.disabled,
.pagingContainer .pagingList li.disabled:hover {
  padding: var(--spacer-1, 0.25rem) var(--spacer-2, 0.5rem);
  pointer-events: none;
  color: var(--gray-400, #cdced9);
  border-color: var(--gray-400, #cdced9);
}

.pagingContainer .pagingList li a {
  display: block;
  padding: var(--spacer-1, 0.25rem) var(--spacer-2, 0.5rem);
  text-decoration: none;
  color: var(--btn-primary-background-color, #2F6395);
}

.pagingContainer .pagingList li:hover a {
  color: var(--btn-primary-color, #fff);
}

.gridContainer .detailRow.hide {
  display: none !important;
}

.gridContainer .detailRow.click {
  cursor: pointer;
}

.gridContainer .cellData.hide, .gridContainer .headerCell.hide {
  display: none;
}

.gridContainer .overridePrice {
  overflow: hidden;
  width: 140px;
}

.gridContainer .overridePrice .checkBox {
  width: 20px;
  float: left;
}

.gridContainer .overridePrice .qtyField {
  float: left;
  width: 120px;
}

.gridContainer .overridePrice .qtyField .dijitTextBox {
  width: 95%;
}

.gridContainer .popUpContainer {
  display: none;
}

.gridContainer .colAction a {
  border-left: 1px solid var(--gray-600, #6b6c7e);
  float: left;
  padding: 0px var(--spacer-1, 0.25rem);
}

.gridContainer .colAction span.disabled {
  border-left: 1px solid var(--gray-600, #6b6c7e);
  padding: 0px var(--spacer-1, 0.25rem);
  float: left;
  color: var(--gray-400, #cdced9);
}

.gridContainer .colAction a:first-child {
  border: none;
}

.popUpGrid.dijitDialog .dijitDialogTitle {
  margin-right: var(--spacer-3, 1rem);
}

.gridContainer .detailRow.hNode {
  display: none !important;
}

.hNode {
  display: none !important;
}

.editMode .hNode {
  display: block !important;
}

/* hide on mobile layout */
.mHide {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .detailRow .mHide {
    display: table-cell !important;
  }
}
.gridContainer .colPorC {
  min-width: 10px;
}

.gridContainer .colAction, .gridContainer .colSeq {
  min-width: 25px;
}

.gridContainer .colTime, .gridContainer .colClass, .gridContainer .colPack {
  min-width: 35px;
}

.gridContainer .colDate, .gridContainer .colCity, .gridContainer .colState {
  min-width: 40px;
}

.gridContainer .colStatus, .gridContainer .colDays {
  min-width: 45px;
}

.gridContainer .colOther, .gridContainer .colQtyBO, .gridContainer .colPrice {
  min-width: 50px;
}

.gridContainer .colRep1, .gridContainer .colRep2, .gridContainer .colDealer, .gridContainer .colOrigin, .gridContainer .colDivision, .gridContainer .colLocation, .gridContainer .colMonth, .gridContainer .colPeriod, .gridContainer .colJanuary, .gridContainer .colFebruary, .gridContainer .colMarch, .gridContainer .colApril, .gridContainer .colMay, .gridContainer .colJune, .gridContainer .colJuly, .gridContainer .colAugust, .gridContainer .colSeptember, .gridContainer .colOctober, .gridContainer .colNovember, .gridContainer .colDecember {
  min-width: 55px;
}

.gridContainer .colOwner, .gridContainer .colPriority, .gridContainer .colQuarter1, .gridContainer .colQuarter2, .gridContainer .colQuarter3, .gridContainer .colQuarter4, .gridContainer .colCreatedBy {
  min-width: 60px;
}

.gridContainer .colSource, .gridContainer .colType, .gridContainer .colReason, .gridContainer .colCurrent, .gridContainer .colAge1, .gridContainer .colAge2, .gridContainer .colAge3, .gridContainer .colAge4, .gridContainer .colFuture, .gridContainer .colTotal, .gridContainer .colInvDate, .gridContainer .colAmount, .gridContainer .colSalesPercent, .gridContainer .colCost, .gridContainer .colProfit, .gridContainer .colPercent {
  min-width: 65px;
}

.gridContainer .colCloseProbability, .gridContainer .colOrdered, .gridContainer .colPacked, .gridContainer .colShipped, .gridContainer .colInvoiceNum, .gridContainer .colLastYear, .gridContainer .colDifference, .gridContainer .colTotal, .gridContainer .colRelatedTo, .gridContainer .colCustomer, .gridContainer .colPayment, .gridContainer .colDueDate, .gridContainer .colName {
  min-width: 70px;
}

.gridContainer .colAccount, .gridContainer .colQuoteNum, .gridContainer .colReturnNum, .gridContainer .colCreditNum, .gridContainer .colOrderNum, .gridContainer .colTitle, .gridContainer .colDiscountPercent, .gridContainer .colExtendedPrice, .gridContainer .colQtyOrdered, .gridContainer .colPONum {
  min-width: 75px;
}

.gridContainer .colOpenDate, .gridContainer .colContactDate, .gridContainer .colInvoiceDate, .gridContainer .colProspectNumber, .gridContainer .colAssignedTo, .gridContainer .colSalesman, .gridContainer .colPostalCode, .gridContainer .colZip, .gridContainer .colSalesYTD {
  min-width: 80px;
}

.gridContainer .colCustomerNumber, .gridContainer .colEnteredBy, .gridContainer .colOrderTotal, .gridContainer .colQuoteTotal, .gridContainer .colQtyAllocated {
  min-width: 85px;
}

.gridContainer .colContactEmail, .gridContainer .colEmailAddress, .gridContainer .colSubject, .gridContainer .colVendorName, .gridContainer .colCountryCode, .gridContainer .colCurrentYear {
  min-width: 90px;
}

.gridContainer .colContactPhone, .gridContainer .colPhone, .gridContainer .colPhoneNumber, .gridContainer .colContactFax, .gridContainer .colFax, .gridContainer .colFaxNumber, .gridContainer .colAmountDue, .gridContainer .colItemNumber {
  min-width: 95px;
}

.gridContainer .colAddress, .gridContainer .colContactName, .gridContainer .colNoteSubject, .gridContainer .colFileDescription, .gridContainer .colFileEnteredBy, .gridContainer .colCustomerPO {
  min-width: 100px;
}

.gridContainer .colSalesLastYTD, .gridContainer .colPrivateTemplate {
  min-width: 105px;
}

.gridContainer .colAccountName, .gridContainer .colVendorAddress1, .gridContainer .colVendorAddress2, .gridContainer .colVendorAddress3, .gridContainer .colSalesChange, .gridContainer .colLastYearSales {
  min-width: 110px;
}

.gridContainer .colSalesMeasure {
  min-width: 120px;
}

.gridContainer .colProjectedRevenue, .gridContainer .colRevenueStartDate, .gridContainer .colRevenueEndDate, .gridContainer .colCompetitorNumber, .gridContainer .colChangePercentage {
  min-width: 130px;
}

.gridContainer .colExpectedCloseDate {
  min-width: 145px;
}

.gridContainer .colCurrentYearSales {
  min-width: 150px;
}

.gridContainer .colDescription {
  min-width: 100px;
}

/* CRM JSR286 */
.gridContainer .colcustomerID {
  min-width: 75px;
}

.gridContainer .colname {
  min-width: 80px;
}

.gridContainer .coladdress1 {
  min-width: 80px;
}

.gridContainer .colcity {
  min-width: 40px;
}

.gridContainer .colstate {
  min-width: 45px;
}

.gridContainer .colzipcode {
  min-width: 35px;
}

.gridContainer .colphone {
  min-width: 55px;
}

.gridContainer .colemail {
  min-width: 50px;
}

.gridContainer .colprimarysalesRepName {
  min-width: 50px;
}

.gridContainer .colsecondarysalesRepName {
  min-width: 50px;
}

.gridContainer .colicitem {
  min-width: 60px;
}

.gridContainer .colianame {
  min-width: 70px;
}

.gridContainer .colicdsc1 {
  min-width: 100px;
}

.gridContainer .colicdsc2 {
  min-width: 100px;
}

.gridContainer .colifqoh {
  min-width: 70px;
}

.gridContainer .colrodnam {
  min-width: 70px;
}

.gridContainer .colrndcnm {
  min-width: 50px;
}

.gridContainer .colacname {
  min-width: 100px;
}

.gridContainer .colacvend {
  min-width: 115px;
}

.gridContainer .colacadr1 {
  min-width: 70px;
}

.gridContainer .colaccity {
  min-width: 40px;
}

.gridContainer .colacstat {
  min-width: 45px;
}

.gridContainer .colacmzip {
  min-width: 35px;
}

.gridContainer .colacphon {
  min-width: 55px;
}

.gridContainer .colaccurc {
  min-width: 80px;
}

.gridContainer .colacdel {
  min-width: 60px;
}

.gridContainer .colpoNumber {
  min-width: 50px;
}

.gridContainer .collocation {
  min-width: 60px;
}

.gridContainer .colpoType {
  min-width: 35px;
}

.gridContainer .colordDate {
  min-width: 70px;
}

.gridContainer .coldueDate {
  min-width: 70px;
}

.gridContainer .colcancelDate {
  min-width: 80px;
}

.gridContainer .colconfirmNo {
  min-width: 70px;
}

.gridContainer .colcustomer {
  min-width: 80px;
}

.gridContainer .colcustomerName {
  min-width: 110px;
}

.gridContainer .colbuyerName {
  min-width: 50px;
}

.gridContainer .colpoStatus {
  min-width: 50px;
}

.gridContainer .colitem {
  min-width: 50px;
}

.gridContainer .colitemDesc1 {
  min-width: 100px;
}

.gridContainer .colitemDesc2 {
  min-width: 100px;
}

.gridContainer .colcost {
  min-width: 70px;
}

.gridContainer .colrecvDate {
  min-width: 90px;
}

.gridContainer .colrecvQty {
  min-width: 90px;
}

.gridContainer .coluom {
  min-width: 30px;
}

.gridContainer .colextCost {
  min-width: 100px;
}

.gridContainer .colorderNumber {
  min-width: 100px;
}

.gridContainer .colvendor {
  min-width: 70px;
}

.gridContainer .colvoucherStatus {
  min-width: 50px;
}

.gridContainer .colinvoiceNumber {
  min-width: 70px;
}

.gridContainer .colinvoiceDate {
  min-width: 90px;
}

.gridContainer .colcashDiscountDate {
  min-width: 100px;
}

.gridContainer .colinvoiceAmount {
  min-width: 60px;
}

.gridContainer .colpaidAmount {
  min-width: 90px;
}

.gridContainer .colbalanceDue {
  min-width: 90px;
}

.gridContainer .colpayNextAmount {
  min-width: 60px;
}

.gridContainer .coldiscAvail {
  min-width: 60px;
}

.gridContainer .colv1099 {
  min-width: 40px;
}

.gridContainer .colcurrency {
  min-width: 70px;
}

.gridContainer .cycleLength {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3c617b+28,30683d+30,30683d+70,733b32+72 */
  background: linear-gradient(to right, rgb(60, 97, 123) 28%, rgb(48, 104, 61) 30%, rgb(48, 104, 61) 70%, rgb(115, 59, 50) 72%);
  height: 10px;
  position: relative;
  border: 1px solid var(--gray-200, #f1f2f5);
}

.gridContainer .cycleLength .overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.gridContainer .cycleLength:before,
.gridContainer .cycleLength:after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: var(--gray-700, #495057);
  z-index: 2;
}

.gridContainer .cycleLength:before {
  left: 33.33333%;
}

.gridContainer .cycleLength:after {
  right: 33.33333%;
}

.gridContainer .labelValue div {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 1100px) {
  .gridContainer:has(.totalSection) {
    overflow: visible;
  }
  .gridContainer:has(.totalSection) .rowGroup {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 980px) {
  .leftCol .buttonBar .left,
  .leftCol .buttonBar .right,
  .leftCol .buttonBar .dijitButton,
  .leftCol .buttonBar .dijitButtonNode {
    float: left;
  }
  .leftCol .buttonBar .dijitButton {
    margin: 0.2em;
  }
}
@media screen and (max-width: 603px) {
  .gridContainer:not(.itemResults, :has(.inCartSummary)) {
    max-height: 75vh;
  }
  .gridContainer .headerCell {
    position: sticky;
    top: 0;
    border-color: transparent;
  }
}
@media screen and (max-width: 480px) {
  .gridContainer:not(.itemResults, :has(.inCartSummary)) {
    max-height: none;
  }
  .gridContainer .headerRow {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .gridContainer tr,
  .gridContainer .detailRow,
  .gridContainer .cellData,
  .gridContainer .altRow .cellData,
  .fbContent .gridContainer .cellData {
    display: block;
  }
  .gridContainer .detailRow.invoiceRow,
  .gridContainer .hiddenRow[checknbr] {
    border-left: 1px solid var(--gray-200, #f1f2f5);
    margin-left: var(--spacer-3, 1rem);
    padding-left: var(--spacer-3, 1rem);
  }
  .gridContainer .hiddenRow[checknbr][style="display: table-row;"] {
    display: block !important;
  }
  .gridContainer .detailRow:hover {
    background-color: var(--table-row, #fff) !important;
  }
  .gridContainer .detailRow.alt-row,
  .gridContainer .detailRow.alt-row:hover {
    background-color: var(--mobile-table-alt-row, #f7f8f9) !important;
  }
  .gridContainer .cellData {
    min-height: 35px;
    padding-left: 50%;
    position: relative;
  }
  .gridContainer .totalRow td.cellData {
    min-width: 150px;
    float: none;
    margin: 0;
    padding: 2px;
  }
  .gridContainer .cellData.expand.one {
    padding: 0;
    font-size: 25px;
  }
  .gridContainer .cellData:before {
    width: calc(50% - 2 * var(--spacer-1, 0.25rem));
    padding: 0 var(--spacer-1, 0.25rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    display: block;
    position: absolute;
    left: 0;
    top: var(--spacer-2, 0 0.5rem);
  }
  .accountSummaryOrderDetail .gridContainer .headerRow,
  .accountSummaryOrderDetail .gridContainer .detailRow,
  .payInvoicesView .gridContainer .headerRow,
  .payInvoicesView .gridContainer .detailRow,
  .searchResultsOG .gridContainer .headerRow,
  .searchResultsOG .gridContainer .detailRow,
  .quickOrder .gridContainer .headerRow,
  .quickOrder .gridContainer .detailRow,
  .savedCarts .flyBox .gridContainer .headerRow,
  .savedCarts .flyBox .gridContainer .detailRow,
  .externalLinksView .gridContainer .headerRow,
  .externalLinksView .gridContainer .detailRow,
  .userPreferences .gridContainer .headerRow,
  .userPreferences .gridContainer .detailRow,
  .addressBook .gridContainer .headerRow,
  .addressBook .gridContainer .detailRow,
  .creditCardMaintenanceView .gridContainer .headerRow,
  .creditCardMaintenanceView .gridContainer .detailRow,
  .popupFormBox .gridContainer .headerRow,
  .popupFormBox .gridContainer .detailRow,
  .s2kAdminSelectUser .gridContainer .headerRow,
  .s2kAdminSelectUser .gridContainer .detailRow,
  .registrationSource .gridContainer .headerRow,
  .registrationSource .gridContainer .detailRow,
  .categoryMaintenance .gridContainer .headerRow,
  .categoryMaintenance .gridContainer .detailRow,
  .itemMaintenanceView .gridContainer .headerRow,
  .itemMaintenanceView .gridContainer .detailRow,
  .productType .gridContainer .headerRow,
  .productType .gridContainer .detailRow,
  .attributeMaintenance .gridContainer .headerRow,
  .attributeMaintenance .gridContainer .detailRow,
  .s2KUserStateCodes .gridContainer .headerRow,
  .s2KUserStateCodes .gridContainer .detailRow,
  .appGrid .gridContainer .headerRow,
  .appGrid .gridContainer .detailRow {
    display: table-row;
    position: initial;
    background-color: transparent !important;
  }
  .accountSummaryOrderDetail .gridContainer td,
  .accountSummaryOrderDetail .gridContainer .cellData,
  .payInvoicesView .gridContainer td,
  .payInvoicesView .gridContainer .cellData,
  .searchResultsOG .gridContainer td,
  .searchResultsOG .gridContainer .cellData,
  .quickOrder .gridContainer td,
  .quickOrder .gridContainer .cellData,
  .savedCarts .flyBox .gridContainer td,
  .savedCarts .flyBox .gridContainer .cellData,
  .externalLinksView .gridContainer td,
  .externalLinksView .gridContainer .cellData,
  .userPreferences .gridContainer td,
  .userPreferences .gridContainer .cellData,
  .addressBook .gridContainer td,
  .addressBook .gridContainer .cellData,
  .creditCardMaintenanceView .gridContainer td,
  .creditCardMaintenanceView .gridContainer .cellData,
  .popupFormBox .gridContainer td,
  .popupFormBox .gridContainer .cellData,
  .s2kAdminSelectUser .gridContainer td,
  .s2kAdminSelectUser .gridContainer .cellData,
  .registrationSource .gridContainer td,
  .registrationSource .gridContainer .cellData,
  .categoryMaintenance .gridContainer td,
  .categoryMaintenance .gridContainer .cellData,
  .itemMaintenanceView .gridContainer td,
  .itemMaintenanceView .gridContainer .cellData,
  .productType .gridContainer td,
  .productType .gridContainer .cellData,
  .attributeMaintenance .gridContainer td,
  .attributeMaintenance .gridContainer .cellData,
  .s2KUserStateCodes .gridContainer td,
  .s2KUserStateCodes .gridContainer .cellData,
  .appGrid .gridContainer td,
  .appGrid .gridContainer .cellData {
    display: table-cell;
    padding: var(--spacer-2, 0.5rem) var(--spacer-1, 0.25rem);
    border-bottom: 0;
  }
  .accountSummaryOrderDetail .gridContainer .cellData:before,
  .payInvoicesView .gridContainer .cellData:before,
  .searchResultsOG .gridContainer .cellData:before,
  .quickOrder .gridContainer .cellData:before,
  .savedCarts .flyBox .gridContainer .cellData:before,
  .externalLinksView .gridContainer .cellData:before,
  .userPreferences .gridContainer .cellData:before,
  .addressBook .gridContainer .cellData:before,
  .creditCardMaintenanceView .gridContainer .cellData:before,
  .popupFormBox .gridContainer .cellData:before,
  .s2kAdminSelectUser .gridContainer .cellData:before,
  .registrationSource .gridContainer .cellData:before,
  .categoryMaintenance .gridContainer .cellData:before,
  .itemMaintenanceView .gridContainer .cellData:before,
  .productType .gridContainer .cellData:before,
  .attributeMaintenance .gridContainer .cellData:before,
  .s2KUserStateCodes .gridContainer .cellData:before,
  .appGrid .gridContainer .cellData:before {
    display: none;
  }
  #myAccounts .gridContainer .cellData:before,
  .gridContainer .totalRow .cellData:before,
  .boxes .gridContainer .cellData:before,
  .gridContainer .cellData.expand.one:before {
    display: none;
  }
  .gridContainer .rowGroup .right {
    text-align: left;
  }
}
/* s2k-master/grid.css */
.row {
  width: 100%;
  margin: 0 auto;
}

.row .row {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}

.column, .columns {
  margin-left: 1.81818%;
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Hybrid Grid Columns */
.twelve.colgrid .row .one.column {
  width: 6.66667%;
}

.twelve.colgrid .row .one.columns {
  width: 6.66667%;
}

.twelve.colgrid .row .two.columns {
  width: 15.15152%;
}

.twelve.colgrid .row .three.columns {
  width: 23.63636%;
}

.twelve.colgrid .row .four.columns {
  width: 32.12121%;
}

.twelve.colgrid .row .five.columns {
  width: 40.60606%;
}

.twelve.colgrid .row .six.columns {
  width: 49.09091%;
}

.twelve.colgrid .row .seven.columns {
  width: 57.57576%;
}

.twelve.colgrid .row .eight.columns {
  width: 66.06061%;
}

.twelve.colgrid .row .nine.columns {
  width: 74.54545%;
}

.twelve.colgrid .row .ten.columns {
  width: 83.0303%;
}

.twelve.colgrid .row .eleven.columns {
  width: 91.51515%;
}

.twelve.colgrid .row .twelve.columns {
  width: 100%;
}

.column:first-child, .columns:first-child, .alpha {
  margin-left: 0;
}

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

.row:after {
  clear: both;
}

@media screen and (max-width: 603px) {
  .twelve.colgrid .row .one.column,
  .twelve.colgrid .row .one.columns,
  .twelve.colgrid .row .two.columns,
  .twelve.colgrid .row .three.columns,
  .twelve.colgrid .row .four.columns,
  .twelve.colgrid .row .five.columns,
  .twelve.colgrid .row .six.columns,
  .twelve.colgrid .row .seven.columns,
  .twelve.colgrid .row .eight.columns,
  .twelve.colgrid .row .nine.columns,
  .twelve.colgrid .row .ten.columns,
  .twelve.colgrid .row .eleven.columns,
  .twelve.colgrid .row .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
}
#banner-navbar a,
a.btn,
a.logo {
  text-decoration: none;
}

.mainCol .vaiComponent,
.leftCol .vaiComponent,
.rightCol .vaiComponent {
  margin-bottom: var(--spacer-2, 0.5rem);
}

.mainCol .priceBreaks .vaiComponent {
  margin-bottom: 1px;
}

.white_blend {
  width: 100%;
  height: 61px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==);
  position: absolute;
  bottom: 0;
}

.black_blend {
  width: 100%;
  height: 61px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC);
  position: absolute;
  bottom: 0;
}

.dijitTitlePane {
  margin-top: 1px;
}

.dijitTitlePane:first-child {
  margin-top: 0px;
}

.vaiComponent .outerBox h2 {
  color: var(--white, #fff);
  border: 1px solid var(--danger, #da1414);
  line-height: 41px;
  padding-left: var(--spacer-2, 0.5rem);
  margin: 0px;
  margin-bottom: 1px;
  background-color: var(--danger, #da1414);
  text-shadow: 0 1px 2px var(--gray-700, #495057);
}

.vaiComponent .innerBox {
  background: var(--gray-200, #f1f2f5);
  border: 1px solid var(--gray-500, #a7a9bc);
}

.vaiComponent .scroll {
  overflow: auto;
  height: 200px;
}

.vaiComponent .innerBox .cnt, .vaiComponent .menu {
  margin: 2px;
}

.vaiComponent .menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.vaiComponent .menu ul a {
  display: block;
  line-height: 20px;
  word-break: break-word;
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.vaiComponent .menu .hide {
  display: none;
}

.vaiComponent .menu .showMore .hide {
  display: inline !important;
}

.vaiComponent .menu .showMore .less {
  display: none;
}

.vaiComponent .menu ul a {
  padding: 5px 7px 5px 7px;
}

.vaiComponent .menu ul ul a {
  padding-left: 20px;
}

.vaiComponent .menu ul a:hover {
  padding: 5px 2px 5px 12px;
}

.vaiComponent .menu ul ul a:hover {
  padding: 5px 2px 5px 25px;
}

.vaiComponent .menu ul ul ul a {
  padding-left: 30px;
}

.selectedAttributes .menu ul a {
  margin-bottom: var(--spacer-2, 0.5rem);
  padding-left: var(--spacer-1, 0.25rem);
  line-height: var(--spacer-2, 0.5rem);
  font-weight: 700;
}

.productCategories.withImages .menu li {
  text-align: center;
  border-bottom: 1px solid var(--gray-200, #f1f2f5);
  padding: var(--spacer-2, 0.5rem) 0;
  position: relative;
}

.productCategories.withImages .menu li:first-child {
  padding-top: 0;
}

.productCategories.withImages .menu .categoryImg {
  display: block;
  height: 75px;
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
}

.productCategories.withImages .menu .categoryImg img {
  padding-top: var(--spacer-1, 0.25rem);
  max-width: 65px;
  max-height: 65px;
  height: auto;
  object-fit: contain;
}

.productCategories.withImages .menu a,
.vaiComponent.productCategories.withImages .menu ul a:hover {
  display: block;
  text-align: center;
  padding: 75px 0 0 0;
  line-height: normal;
  position: relative;
  z-index: 1;
}

#banner,
#banner .navbar-classic {
  background-color: var(--banner-bg, #fff);
}

#banner-links {
  background: var(--banner-links-bg, #f1f2f5);
  font-size: var(--font-size--sm, 0.875rem);
  line-height: 2rem;
}
#banner-links a {
  color: var(--banner-links-color, #272833);
}
#banner-links a:hover {
  color: var(--banner-links-hover-color, #000);
}
#banner-links #numberOfOrdersPendingApproval .orderApprovalIcon {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#banner-links #numberOfOrdersPendingApproval .fa-layers {
  font-size: 1rem;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  display: inline-flex;
}
#banner-links #numberOfOrdersPendingApproval .orderApprovalIcon:hover .fa-layers {
  color: var(--banner-links-hover-color, #000);
  -webkit-animation-name: icon-buzz;
  animation-name: icon-buzz;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#banner-links #numberOfOrdersPendingApproval i {
  font-weight: 400;
}
#banner-links #numberOfOrdersPendingApproval .fa-layers-counter {
  color: var(--banner-links-color, #272833);
  font-size: 0.825rem;
  font-weight: var(--font-weight-semi-bold, 600);
  line-height: 0.825rem;
  background: inherit;
  transform: none;
  height: auto;
  min-width: 0;
  max-width: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  position: initial;
}

#banner .sign-in .sign-in .inline-item {
  display: none;
}

header .logo img {
  width: auto;
  height: auto;
  max-height: 70px;
  max-width: 300px;
  object-fit: contain;
}

#banner-navbar .navbar-site {
  opacity: 0;
  display: inline-flex;
}

.pageLoad #banner-navbar .navbar-site {
  opacity: 1;
}

.themeSearchBar {
  background: var(--search-bg, #F7F8F9);
  border: 0.0625rem solid var(--search-border, #CDCED9);
  border-radius: var(--search-border-radius, 0.25rem);
  color: var(--search-color, #272833);
  font-size: var(--font-size-sm, 0.875rem);
  transition: background-color, border-color 0.1s ease;
}

.themeSearchBar:hover {
  background-color: var(--search-hover-bg, #f1f2f5);
  border-color: var(--search-hover-border, #CDCED9);
}

.themeSearchBar form {
  display: flex;
  align-items: center;
}

.themeSearchBar .field {
  flex: 1;
}

.themeSearchBar .field .dijitTextBox,
.themeSearchBar .field .dijitTextBox .dijitInputField {
  width: 100%;
  border: 0;
  background: none;
  font-style: normal;
  padding: 0;
  height: 2.5rem;
  cursor: text;
}

.themeSearchBar .field .dijitTextBox .dijitInputField {
  padding: 0 0 0 15px;
  line-height: 2.5rem;
  font-size: var(--font-size-sm, 0.875rem);
}
.themeSearchBar .field .dijitTextBox .dijitInputField .dijitInputInner {
  line-height: 2.5rem;
  color: var(--search-color, #272833);
}

.themeSearchBar .dijitPlaceHolder {
  color: var(--search-color, #272833);
  font-size: var(--font-size-sm, 0.875rem);
}

.s2k-dojo .themeSearchBar .button {
  padding: 0 15px;
}

.s2k-dojo .themeSearchBar .button .dijitButton,
.s2k-dojo .themeSearchBar .button .dijitButton .dijitButtonNode {
  color: var(--search-color, #272833);
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 100%;
  display: flex;
}

.dijitMenuItem .didYouMean {
  float: right;
  color: var(--search-color, #272833);
  font-size: var(--font-size-sm, 0.875rem);
}

#banner-home {
  display: none;
}

#banner-language-select .btn-secondary {
  border: none;
  border-radius: var(--banner-icon-border-radius, 0.25rem);
  background-color: var(--banner-icon-background, #fff);
  color: var(--banner-icon, #e87523);
  min-width: 45px;
  min-height: 45px;
}
#banner-language-select .btn-secondary:hover {
  background-color: var(--banner-icon-background-hover, #f7f8f9);
  color: var(--banner-icon-hover, #e87523);
}

#banner-icons .sticker-lg {
  min-width: 45px;
  min-height: 45px;
  border-radius: var(--banner-icon-border-radius, 0.25rem);
  -webkit-box-shadow: var(--banner-icon-box-shadow, 0 0 0 1px #e7e7ed);
  -moz-box-shadow: var(--banner-icon-box-shadow, 0 0 0 1px #e7e7ed);
  box-shadow: var(--banner-icon-box-shadow, 0 0 0 1px #e7e7ed);
}

#banner-icons .sticker a {
  color: var(--banner-icon, #e87523);
  background-color: var(--banner-icon-background, #fff);
  display: block;
  width: 100%;
  height: 100%;
  line-height: 45px;
}

#banner-icons .sticker a:hover {
  background-color: var(--banner-icon-background-hover, #f7f8f9);
  color: var(--banner-icon-hover, #e87523);
}

#banner-cart,
.shoppingCartBar,
.accountSelectBar {
  display: none;
}

.pageLoad #banner-cart,
.pageLoad #banner-cart .shoppingCartBar {
  display: block;
}

#banner-cart-icon {
  overflow: visible;
}

#banner-cart-icon,
#banner-icons .sticker #banner-cart-icon a,
#banner-language-select .btn-secondary {
  border-radius: var(--banner-icon-border-radius, 0.25rem);
}

#banner-cart .commerceCartQuantity {
  z-index: 1;
  position: absolute;
  right: calc(100% - 10px);
  top: 0;
  font-size: 0.825rem;
  font-weight: var(--font-weight-semi-bold, 600);
  line-height: 0.825rem;
  color: var(--banner-icon-count, #272833);
  transform: none;
  height: auto;
  min-width: 0;
  max-width: none;
}

#banner-navbar .dropdown-item:hover,
#banner-navbar .dropdown-item:active,
#banner-navbar .dropdown-item.active,
#banner-navbar .dropdown-item:focus,
#banner-navbar .dropdown-item:focus-visible {
  background-color: var(--nav-dropdown-menu-hover-bg, #f0f5ff);
  box-shadow: none;
}

#banner-navbar .lfr-nav-child-toggle:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 0 0.65rem;
}

#banner-navbar .lfr-nav-child-toggle svg {
  display: none;
}

#banner-navbar .navbar-nav:not(.navbar-products) .nav-item .dropdown-menu {
  max-height: 60vh;
  overflow: auto;
}

#banner-navbar .navbar-nav .nav-item .dropdown-menu > .list-unstyled {
  padding-left: 0 !important;
}
#banner-navbar .navbar-nav .nav-item .dropdown-menu > .list-unstyled .dropdown-item {
  padding-left: 2rem;
}

@media (min-width: 1280px) {
  #banner-navbar .navbar-products .lfr-nav-item .nav-link {
    margin-right: 16px;
  }
}
#banner-navbar .productsDropdownHover .navbar-products ul {
  overflow: visible;
  margin: 0;
}
#banner-navbar .productsDropdownHover .navbar-products ul > li {
  position: relative;
}
#banner-navbar .productsDropdownHover .navbar-products ul > li > ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
  background: var(--nav-dropdown-menu-bg, #ffffff);
  min-width: 100%;
  border-color: var(--gray-300, #e7e7ed);
  border-radius: var(--border-radius, 0.25rem);
  border-style: solid;
  border-width: 0px;
  box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
  padding: 0.375rem 0 !important;
}
#banner-navbar .productsDropdownHover .navbar-products .dropDownContainer {
  overflow: visible;
}
#banner-navbar .productsDropdownHover .navbar-products .dropDownContainer ul {
  list-style: none;
  margin: 0;
  padding-left: var(--spacer-3, 1rem);
  padding: 0;
}
#banner-navbar .productsDropdownHover .navbar-products .dropDownContainer a {
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  clear: both;
  color: var(--nav-link, #6b6c7e);
  cursor: pointer;
  display: block;
  font-weight: 400;
  overflow: hidden;
  padding-bottom: 0.34375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.34375rem;
  position: relative;
  text-align: inherit;
  transition: none;
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: inherit;
}
#banner-navbar .productsDropdownHover .navbar-products .dropDownContainer a:hover {
  background-color: var(--nav-dropdown-menu-hover-bg, #f0f5ff);
  color: var(--nav-hover-link, #272833);
  text-decoration: none;
}

@media (min-width: 1280px) {
  #banner-navbar .productsDropdownHover .navbar-products ul > li:hover > ul {
    display: block;
  }
}
#banner-navbar .navbar-nav .nav-item .nav-link {
  color: var(--nav-link, #6b6c7e);
}
#banner-navbar .navbar-nav .nav-item .nav-link.active, #banner-navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--nav-hover-link, #272833);
}
#banner-navbar .navbar-nav .nav-item .dropdown-menu {
  background: var(--nav-dropdown-menu-bg, #ffffff);
  border-radius: var(--nav-dropdown-border-radius, 0.25rem);
  border-color: var(--nav-dropdown-border-color, #e7e7ed);
}
#banner-navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: var(--nav-dropdown-link, #6b6c7e);
}
#banner-navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item.active, #banner-navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: var(--nav-dropdown-hover-link, #272833);
}

@media screen and (min-width: 1280px) {
  #banner-navbar .navbar-nav .nav-item .nav-link:before {
    content: "";
    background: var(--nav-hover-border, #0277BC);
    height: 2px;
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  #banner-navbar .navbar-nav .nav-item .nav-link:hover:before {
    left: 0;
    right: 0;
    z-index: 1;
  }
}
.cadmin.control-menu-container {
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#toTopBtn {
  opacity: 0;
  z-index: -1;
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-size: 20px;
  height: 40px;
  width: 40px;
  padding: 5px;
  line-height: 20px;
  text-align: center;
  background-color: var(--to-top-btn-bg, rgba(255, 255, 255, 0.75));
  color: var(--to-top-btn-color, #272833);
  box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  outline: 0;
  border: 0;
  border-radius: 100%;
}

.scrollingDown .cadmin.control-menu-container {
  opacity: 0;
  height: 0;
  z-index: -1 !important;
}
.scrollingDown #banner.sticky-header {
  position: sticky;
  top: 0;
  z-index: 2;
}
.scrollingDown #toTopBtn {
  opacity: 1;
  z-index: 1;
}

.cadmin .pages-tree .pages-administration-link {
  z-index: 2;
}

.portlet-dropzone > .portlet-boundary_S2KCommerceAccountSelectStandalone_WAR_S2KTransactionsOrdersJSR286_ .portlet,
.portlet-dropzone > .portlet-boundary_S2KCommerceShoppingCartStandalone_WAR_S2KTransactionsOrdersJSR286_ .portlet,
.portlet-dropzone > .portlet-boundary_S2KCommerceProductsDropdown_WAR_S2KTransactionsOrdersJSR286_ .portlet,
.portlet-dropzone > .portlet-boundary_S2KCommerceShoppingCart_WAR_FoodS2KTransactionsOrdersJSR286_ .portlet,
.portlet-dropzone > .portlet-boundary_S2KCommerceProductsDropdown_WAR_FoodS2KTransactionsOrdersJSR286_ .portlet {
  margin: 0;
}

.has-control-menu.controls-visible .portlet-dropzone > .portlet-boundary .portlet-content,
.has-control-menu.controls-visible .page-editor .portlet-boundary .portlet-content {
  border: 1px solid var(--primary, #2F6395);
  margin-bottom: var(--spacer-1, 0.25rem);
  min-height: 40px;
}
.has-control-menu.controls-visible .portlet-dropzone > .portlet-boundary .portlet-content:before,
.has-control-menu.controls-visible .page-editor .portlet-boundary .portlet-content:before {
  margin-left: var(--spacer-1, 0.25rem);
  line-height: 40px;
}
.has-control-menu.controls-visible .portlet-dropzone > .portlet-boundary_S2KCommerceAccountSelectStandalone_WAR_S2KTransactionsOrdersJSR286_ .portlet-content:before,
.has-control-menu.controls-visible .page-editor .portlet-boundary_S2KCommerceAccountSelectStandalone_WAR_S2KTransactionsOrdersJSR286_ .portlet-content:before {
  content: "Account Select";
}
.has-control-menu.controls-visible .portlet-dropzone > .portlet-boundary_S2KCommerceShoppingCartStandalone_WAR_S2KTransactionsOrdersJSR286_ .portlet-content:before,
.has-control-menu.controls-visible .page-editor .portlet-boundary_S2KCommerceShoppingCartStandalone_WAR_S2KTransactionsOrdersJSR286_ .portlet-content:before {
  content: "Shopping Cart";
}
.has-control-menu.controls-visible .portlet-dropzone > .portlet-boundary_S2KCommerceProductsDropdown_WAR_S2KTransactionsOrdersJSR286_ .portlet-content:before,
.has-control-menu.controls-visible .page-editor .portlet-boundary_S2KCommerceProductsDropdown_WAR_S2KTransactionsOrdersJSR286_ .portlet-content:before {
  content: "Products Dropdown";
}
.has-control-menu.controls-visible .portlet-dropzone > .portlet-boundary_S2KCommerceShoppingCart_WAR_FoodS2KTransactionsOrdersJSR286_ .portlet-content:before,
.has-control-menu.controls-visible .page-editor .portlet-boundary_S2KCommerceShoppingCart_WAR_FoodS2KTransactionsOrdersJSR286_ .portlet-content:before {
  content: "Food Shopping Cart & Account Select";
}
.has-control-menu.controls-visible .portlet-dropzone > .portlet-boundary_S2KCommerceProductsDropdown_WAR_FoodS2KTransactionsOrdersJSR286_ .portlet-content:before,
.has-control-menu.controls-visible .page-editor .portlet-boundary_S2KCommerceProductsDropdown_WAR_FoodS2KTransactionsOrdersJSR286_ .portlet-content:before {
  content: "Food Products Dropdown";
}

.control-menu-level-1-dark .layout__experience-selector {
  color: #fff !important;
}

.flyBox, .flyBoxAlert {
  display: none;
  position: fixed;
  z-index: 2002;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.7);
}

.dj_ie8 .flyBox, .dj_ie8 .flyBoxAlert, .dj_ie7 .flyBox, .dj_ie7 .flyBoxAlert {
  background-color: var(--gray-100, #f7f8f9);
}

.flyBoxAlert {
  z-index: 550;
}

.flyBoxAlert#mergeSC,
.flyBoxAlert#deleteSC,
.flyBoxAlert#loadSC {
  z-index: 2003;
}

.flyBox .fbContent {
  background: var(--container-background, #fff);
  position: fixed;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 840px;
  height: 400px;
  max-height: calc(100vh - 50px);
  -moz-border-radius: var(--border-radius-sm, 0.1875rem);
  border-radius: var(--border-radius-sm, 0.1875rem);
  -webkit-box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  -moz-box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  border: 1px solid var(--gray-200, #f1f2f5);
}

.flyBoxAlert .fbContent {
  width: 400px;
  background: var(--container-background, #fff);
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: var(--spacer-1, 0.25rem);
  margin-left: -212px;
  margin-top: -112px;
  -moz-border-radius: var(--border-radius-sm, 0.1875rem);
  border-radius: var(--border-radius-sm, 0.1875rem);
  -webkit-box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  -moz-box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  border: 1px solid var(--gray-200, #f1f2f5);
}

.flyBoxAlert .fbContent .titleBar {
  font-size: var(--h2-font-size, 1.375rem);
  font-family: var(--font-family-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol");
  font-weight: var(--font-weight-heading, 700);
  line-height: var(--line-height-heading, 1.2);
  letter-spacing: var(--letter-spacing-heading, 0px);
  text-transform: var(--letter-case-heading, normal);
  color: var(--heading-color, inherit);
  margin: var(--spacer-2, 0.5rem);
}

.flyBoxAlert .fbContent .alertText {
  margin: var(--spacer-2, 0.5rem);
}

.flyBoxAlert .fbContent .button {
  margin: var(--spacer-2, 0.5rem);
  text-align: right;
}

.fbContent button.close {
  position: absolute;
  background-color: var(--btn-primary-background-color, #2F6395);
  color: var(--btn-primary-color, #fff);
  -webkit-border-radius: var(--border-radius-circle, 5000px);
  -moz-border-radius: var(--border-radius-circle, 5000px);
  border-radius: var(--border-radius-circle, 5000px);
  border: 1px solid var(--btn-primary-border-color, #2F6395);
  width: 25px;
  height: 25px;
  font-size: 20px;
  font-weight: 700;
  -webkit-box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  -moz-box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  top: -20px;
  right: -20px;
}

.flyBox .fbContent .scroll {
  padding: var(--spacer-2, 0.5rem);
  overflow: auto;
  height: 360px;
}

.flyBoxAlert .fbContent .scroll {
  padding: var(--spacer-3, 1rem);
  overflow: auto;
  height: 360px;
}

.fbContent .optionsSelect {
  padding: var(--spacer-2, 0.5rem);
  padding-left: var(--spacer-3, 1rem);
  background-color: var(--gray-300, #e7e7ed);
  font-weight: 700;
}

.flyBox .borderWindow {
  border: 12px solid var(--gray-500, #a7a9bc);
  padding: var(--spacer-2, 0.5rem);
  background: var(--container-background, #fff);
  -webkit-border-radius: var(--border-radius-lg, 0.375rem);
  border-radius: var(--border-radius-lg, 0.375rem);
}

.flyBox#myAccounts .fbContent {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flyBox#myAccounts .fbContent .vaiComponent {
  box-shadow: none !important;
  overflow: auto;
  flex: 1;
}
.flyBox#myAccounts .fbContent .itemResults.gridContainer {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  width: auto;
  padding: 0 var(--spacer-2, 0.5rem);
}
.flyBox#myAccounts .fbContent .itemResults.gridContainer .rowGroup {
  height: 100%;
}
.flyBox#myAccounts .fbContent .buttonBar,
.flyBox#myAccounts .fbContent .buttonBar .left {
  width: 100%;
  padding: var(--spacer-2, 0.5rem) 0;
  text-align: center;
}
.flyBox#myAccounts .fbContent .buttonBar .left {
  padding: 0;
}

.popUpWindow .popUpHeading {
  overflow: hidden;
  font-weight: 700;
  margin-bottom: 2px;
}

.popUpWindow .fieldRow {
  overflow: hidden;
}

.popUpWindow .fieldRow .field {
  overflow: hidden;
  float: left;
}

.popUpWindow .fieldRow .field .dijitTextBox {
  margin-top: var(--spacer-1, 0.25rem);
}

.popUpWindow .fieldRow .field .dijitTextBox .dijitInputField {
  padding: var(--spacer-1, 0.25rem) 2px;
}

.popUpWindow .fieldRow .field .dijitCheckBox {
  margin-top: var(--spacer-1, 0.25rem);
  margin-left: var(--spacer-1, 0.25rem);
}

.popUpWindow .fieldRow label {
  line-height: 26px;
  overflow: hidden;
}

.popupFormBox .fieldMessage {
  font-size: var(--font-size-sm, 0.875rem);
  color: var(--danger, #da1414);
}

.wpthemeCrumbTrailContainer {
  display: none;
}

.dspCrumbTrailContainer .wpthemeCrumbTrailContainer {
  display: block;
}

.categoryTrail, .wpthemeCrumbTrailContainer {
  padding-bottom: var(--spacer-3, 1rem);
  margin-bottom: var(--spacer-3, 1rem);
  border-bottom: 1px solid var(--gray-500, #a7a9bc);
}

.categoryTrail a, .wpthemeCrumbTrailContainer a {
  font-weight: 600;
}

.categoryTrail .right {
  float: right;
}

.wpthemeCrumbTrailContainer .wpthemeCrumbTrail {
  margin: auto;
}

.wpthemeCrumbTrail .wpthemeCrumbTrailSeparator:first-child {
  display: none;
}

.statusBox {
  background-color: var(--gray-200, #f1f2f5);
  border: 1.5px solid var(--gray-400, #cdced9);
  color: var(--body-color, #272833);
  -moz-border-radius: var(--border-radius, 0.25rem);
  border-radius: var(--border-radius, 0.25rem);
  display: block;
  margin: var(--spacer-2, 0.5rem) 0;
  padding: var(--spacer-2, 0.5rem);
  font-weight: 600;
  position: relative;
  clear: both;
  text-align: left;
}

.statusBox:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: var(--spacer-1, 0.25rem);
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  color: var(--info, #2e5aac);
  content: "\f071";
}

.statusBox.info {
  border-color: var(--info, #2e5aac);
  background-color: rgba(46, 90, 172, 0.1);
}

.statusBox.alert,
.statusBox.didYouKnow {
  border-color: var(--warning, #b95000);
  background-color: rgba(235, 193, 21, 0.1);
}

.statusBox.alert:before,
.statusBox.didYouKnow:before {
  color: var(--warning, #b95000);
}

.statusBox.didYouKnow:before {
  content: "\f05a";
}

.statusBox.valid {
  border-color: var(--success, #287d3c);
  background-color: rgba(126, 202, 132, 0.1);
}

.statusBox.valid:before {
  color: var(--success, #287d3c);
  content: "\f058";
}

.statusBox.invalid,
.statusBox.error {
  border-color: var(--danger, #da1414);
  background-color: rgba(202, 68, 68, 0.1);
}

.statusBox.invalid:before {
  color: var(--danger, #da1414);
}

.statusBox.error:before {
  color: var(--danger, #da1414);
  content: "\f057";
}

.statusBox button {
  border: 1.5px solid var(--black, #000);
  color: var(--body-color, #272833);
  font-weight: 600;
  background: transparent !important;
  float: right;
  padding: 2px;
  border-radius: var(--border-radius-circle, 5000px);
  height: 26px;
  width: 26px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.statusBox button:hover {
  border-color: var(--gray-700, #495057);
  color: var(--gray-700, #495057);
}

.orderFromHistory .leftCol .searchBar {
  position: relative;
}

.orderFromHistory .leftCol .searchBar .label {
  padding: 0;
  margin: 0 0 var(--spacer-1, 0.25rem) 0;
  float: none;
  width: 100%;
}

.orderFromHistory .leftCol .searchBar .dijitTextBox {
  width: calc(100% - 2px);
}

.quickOrderWidgetMini .buttonBar,
.quickOrderWidgetMini .buttonBar .left {
  text-align: left;
}

.quickOrderWidgetMini .qoLink {
  margin: var(--spacer-2, 0.5rem) 0 0 0;
}

.appContainer.orderingPortletView #bulkOrderText {
  min-height: 200px;
}

.attributeList li {
  position: relative;
  line-height: 36px;
  padding-right: var(--spacer-3, 1rem);
  border-bottom: 1px solid var(--gray-200, #f1f2f5);
}

.attributeList li li {
  border: 0;
}

.attributeList li li.moreLess {
  position: absolute;
  top: 0;
  right: -20px;
  font-size: 0;
}

.attributeList li li.moreLess a,
.attributeList li li.moreLess a:hover {
  padding: 0;
}

.attributeList li li.moreLess a[mode=more]:after,
.attributeList li li.moreLess a[mode=less]:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 36px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 20px;
  width: 20px;
  content: "\f077";
}

.attributeList li li.moreLess a[mode=less]:after {
  content: "\f078";
}

.quickOrderPortlet .floatBoxColumn {
  float: left;
  overflow: hidden;
  width: 48%;
  margin-top: var(--spacer-2, 0.5rem);
  margin-left: var(--spacer-2, 0.5rem);
}

.quickOrderPortlet .quickOrderInput .itemDesc {
  width: 40%;
}

#infoTop {
  line-height: 36px;
}

.viewAllLink {
  position: absolute;
  top: 1px;
  right: 2px;
}

.topFilter .leftCol {
  float: none !important;
  margin-right: 0px !important;
}

.topFilter .leftCol .vaiComponent {
  width: auto;
  margin-bottom: 1px;
}

.topFilter .leftCol .detailRow {
  float: left;
}

.partsZoom {
  overflow: hidden;
}

.partsZoom .viewer {
  border: 1px solid var(--gray-500, #a7a9bc);
  position: relative;
}

.jumpToContainer {
  position: static;
}

.jumpToBar {
  position: relative;
}

.jumpToContainer.outOfView .jumpToBar {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  background-color: var(--gray-200, #f1f2f5);
  z-index: 10;
  overflow: hidden;
  border-bottom: 1px solid var(--gray-500, #a7a9bc);
  -webkit-box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  -moz-box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
}

.jumpToLinks {
  width: 75%;
  margin: auto;
  text-align: center;
  padding: var(--spacer-1, 0.25rem) 0px;
}

.jumpToLinks a {
  padding: 0px var(--spacer-2, 0.5rem);
  border-left: 1px solid var(--gray-500, #a7a9bc);
  line-height: 1.5em;
}

.jumpToLinks a:first-child {
  border-left: none;
}

.jumpToAnchor {
  position: absolute;
}

.bulkOrderDialog .infoText ol {
  margin: 0px;
  padding: 0px var(--spacer-4, 1.5rem);
}

.bulkOrderDialog .infoText ol ul {
  list-style-type: none;
  margin: 0px;
  padding: var(--spacer-2, 0.5rem) var(--spacer-3, 1rem);
}

.bulkOrderDialog .infoText ol ul li:nth-of-type(1) {
  margin-bottom: var(--spacer-2, 0.5rem);
}

.quickOrderBulk .infoText {
  margin: var(--spacer-1, 0.25rem);
  line-height: 1.3;
}

.quickOrderBulk .infoText ol {
  margin: 0px;
  padding: 0px var(--spacer-4, 1.5rem);
}

.quickOrderBulk .infoText ol ul {
  list-style-type: none;
  margin: 0px;
  padding: var(--spacer-2, 0.5rem) var(--spacer-3, 1rem);
}

.quickOrderBulk .infoText ol ul li:nth-of-type(1) {
  margin-bottom: var(--spacer-2, 0.5rem);
}

.quickOrderBulk textarea {
  width: 96%;
  margin: var(--spacer-1, 0.25rem);
}

.frontPage .FusionCharts {
  width: 100%;
  height: auto;
  min-width: 300px;
  min-height: 250px;
}

.vai_md .exportButtons {
  display: none;
}

.dijitMenuItem .bText {
  padding: 2px;
  overflow: hidden;
  display: block;
}

.phone .zoomtracker, .tablet .zoomtracker {
  display: none;
}

.magnifyarea {
  z-index: 10 !important;
}

.headingPrefix {
  float: left;
  margin-right: var(--spacer-1, 0.25rem);
}

.topFilters .appContainer .leftCol {
  float: none !important;
  margin-right: 0px !important;
  width: auto !important;
}

.topFilters .appContainer .leftCol .vaiComponent, .topFilters .appContainer .leftCol .vaiComponent .buttonBar {
  margin-bottom: 0px;
}

.filterDropWindow {
  background: var(--container-background, #fff);
  padding: var(--spacer-1, 0.25rem) !important;
}

.filterDropWindow .leftCol .vaiComponent {
  margin: 0px !important;
}

.s2k_iFrame_cp {
  padding: 0px !important;
}

.field.debugReq {
  background-color: var(--danger, #da1414);
}

.catRotator {
  width: 980px;
  height: 162px;
  overflow: hidden;
  position: relative;
}

.catRotator .leftScroll, .catRotator .rightScroll, .catRotator .thumbImageContainer {
  float: left;
  height: 162px;
}

.catRotator .leftScroll, .catRotator .rightScroll {
  width: 30px;
  position: relative;
  cursor: pointer;
}

.catRotator .leftScroll.disabled, .catRotator .rightScroll.disabled {
  cursor: default;
}

.catRotator .leftScroll .arrow, .catRotator .rightScroll .arrow {
  position: absolute;
  top: 50%;
  margin: auto;
  margin: -15px 7px;
  background-image: url(../images/s2k/catRotatorArrow.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 16px;
  height: 30px;
  filter: Alpha(Opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
}

.catRotator .rightScroll .arrow {
  background-position: -16px 0px;
}

.catRotator .leftScroll:hover .arrow, .catRotator .rightScroll:hover .arrow {
  filter: Alpha(Opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}

.catRotator .leftScroll.disabled .arrow, .catRotator .rightScroll.disabled .arrow {
  filter: Alpha(Opacity=10);
  opacity: 0.1;
  -moz-opacity: 0.1;
}

.catRotator .thumbImageContainer {
  width: 920px;
  overflow: hidden;
}

.catRotator .fadeOutLeft, .catRotator .fadeOutRight {
  width: 15px;
  top: 0px;
  bottom: 0px;
  position: absolute;
}

.catRotator .fadeOutLeft {
  left: 30px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* IE10+ */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 ); /* IE6-8 */
}

.catRotator .fadeOutRight {
  right: 30px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 ); /* IE6-8 */
}

.catRotator .rotatorItem {
  text-align: center;
  width: 160px;
}

.catRotator .rotatorItem .image {
  margin: 0px var(--spacer-3, 1rem);
}

.catRotator .rotatorItem .image img {
  max-height: 130px;
  max-width: 130px;
  height: auto;
  width: auto;
}

.navMenuDisplayButton {
  display: none;
}

.tags {
  overflow: hidden;
}

.tags .tag {
  background-color: var(--gray-700, #495057);
  -webkit-border-radius: var(--border-radius-lg, 0.375rem);
  border-radius: var(--border-radius-lg, 0.375rem);
  color: #FFF;
  float: left;
  line-height: 16px;
  padding-left: var(--spacer-1, 0.25rem);
  margin: var(--spacer-1, 0.25rem);
  margin-left: 0px;
}

.tags .tag button {
  float: right;
  margin: 0px;
  padding: 0px;
  background: none;
  border: none;
  color: inherit;
  margin-left: var(--spacer-1, 0.25rem);
  margin-right: var(--spacer-1, 0.25rem);
  border-left: 1px solid var(--white, #fff);
  padding-left: var(--spacer-1, 0.25rem);
  line-height: inherit;
  cursor: pointer;
}

.tagCheckBoxes {
  display: none;
}

.accountAdministration a {
  cursor: pointer;
}

.accountAdministration .editMode .displayOutput, .accountAdministration .displayInput {
  display: none;
}

.accountAdministration .displayOutput.output {
  line-height: 21px;
  padding-left: var(--spacer-1, 0.25rem);
}

.accountAdministration .editMode .displayInput {
  display: block;
}

.usersContainer .label {
  margin-bottom: var(--spacer-1, 0.25rem);
}

.tabContent fieldset {
  border: 1px solid var(--gray-500, #a7a9bc);
  margin-bottom: var(--spacer-2, 0.5rem);
}

.tabContent fieldset .tagScrollBox {
  overflow: auto;
  max-height: 213px;
  width: 255px;
  margin-bottom: var(--spacer-2, 0.5rem);
}

.tabContent fieldset .tagContainer {
  overflow: hidden;
  border: 1px solid var(--gray-500, #a7a9bc);
  padding: var(--spacer-1, 0.25rem);
  margin: var(--spacer-1, 0.25rem);
  width: 215px;
}

.tabContent fieldset .tagContainer .name {
  float: left;
  max-width: 90%;
  overflow: hidden;
}

.accountAdministration .tabContent fieldset .tagContainer .close {
  float: right;
  display: none;
}

.accountAdministration .tabContentContainer {
  min-height: 400px;
  position: relative;
}

.accountAdministration .tabLoadOverlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: var(--white, #fff);
  background-image: url(s2k-dojo/themes/s2k-dojo/images/loadingAnimation.gif);
  background-repeat: no-repeat;
}

.accountAdministration .tabLoadOverlay:after {
  display: block;
  content: "Loading...";
  margin-left: var(--spacer-4, 1.5rem);
  margin-top: var(--spacer-2, 0.5rem);
}

.accountAdministration .availUserContainer {
  margin: var(--spacer-1, 0.25rem);
}

.accountAdministration .availUserContainer .dijitTextBox {
  width: 220px;
}

.tabContent .fieldSetContainer {
  position: relative;
  min-height: 285px;
}

.tabContent .fieldSetContainer .labelFieldPair {
  margin: var(--spacer-3, 1rem) 0px;
}

.tabContent .fieldSetContainer .actionButtons {
  position: absolute;
  bottom: 15px;
  left: 20px;
}

.tabContent .actionBar {
  min-height: 30px;
}

.tabContent .actionBar a {
  margin-left: var(--spacer-2, 0.5rem);
}

.tabContent .editContainer {
  margin-top: var(--spacer-2, 0.5rem);
  min-height: 165px;
}

.accountAdministration .editMode fieldset .tagContainer .close {
  display: block;
}

.accountAdministration .gridContainer .detailRow:nth-child(even) {
  background-color: var(--gray-200, #f1f2f5);
}

.ofField {
  margin: var(--spacer-2, 0.5rem);
  overflow: hidden;
}

.ofField .checkText {
  min-height: 16px;
  width: 17px;
  display: block;
  float: left;
}

.fieldSetContainer .accountInfo {
  margin: var(--spacer-2, 0.5rem);
}

.fieldSetContainer .accountInfo .acctNumber {
  font-size: var(--font-size-lg, 1.125rem);
  margin-bottom: var(--spacer-2, 0.5rem);
  font-weight: 700;
}

.fieldSetContainer .accountInfo .acctAddress {
  margin-bottom: var(--spacer-2, 0.5rem);
}

.noDisplay {
  display: none;
}

.clear {
  clear: both;
}

.orderGuidePopup {
  max-width: calc(100% - 2 * var(--spacer-2, 0.5em));
  margin: 0 var(--spacer-2, 0.5em);
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  z-index: 2001 !important;
  max-height: 90vh;
  overflow: auto;
}
.orderGuidePopup .dijitDialogPaneContent {
  min-width: calc(100% - 16px);
  max-width: 100%;
}
.orderGuidePopup .heading {
  font-weight: 700;
  margin-bottom: var(--spacer-1, 0.25rem);
}
.orderGuidePopup .newOrderGuideName,
.orderGuidePopup .privateOrderGuide {
  float: left;
}
.orderGuidePopup .privateOrderGuide {
  margin-left: var(--spacer-1, 0.25rem);
}
.orderGuidePopup .newOrderGuide,
.orderGuidePopup .existingOrderGuides {
  margin-bottom: var(--spacer-2, 0.5rem);
}
.orderGuidePopup .existingOrderGuides ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}
.orderGuidePopup .existingOrderGuides ul li {
  float: left;
  width: 50%;
  margin: var(--spacer-1, 0.25rem) 0;
}

.lightboxDisplay {
  position: relative;
  z-index: 989;
}

.portletHeading {
  display: none;
}

#footer {
  background-color: var(--footer-bg, #30313f);
  color: var(--footer-text-color, #f3f3f3);
}
#footer a {
  color: var(--footer-link-color, #f3f3f3);
}
#footer a:hover {
  color: var(--footer-link-hover-color, #f3f3f3);
}
#footer .social-row a i {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#footer .social-row a:hover i {
  -webkit-animation-name: icon-pop;
  animation-name: icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#footer .social-row a:hover i.fa-linkedin {
  color: #0077B5;
}
#footer .social-row a:hover i.fa-youtube {
  color: #CD201F;
}
#footer .social-row a:hover i.fa-facebook {
  color: #1877F2;
}
#footer .social-row a:hover i.fa-instagram {
  color: #ee2a7b;
}
#footer .social-row a:hover i.fa-pinterest {
  color: #F0002A;
}
#footer .social-row a:hover i.fa-whatsapp {
  color: #25d366;
}
#footer .social-row a:hover i.fa-tiktok {
  color: #2af0ea;
}

@media screen and (max-width: 980px) {
  .flyBox .fbContent {
    width: 680px;
    height: 520px;
  }
  .flyBox#myAccounts .fbContent {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  .flyBox .fbContent {
    width: 520px;
    height: 440px;
  }
  .flyBox#myAccounts .fbContent {
    height: auto;
  }
  .flyBox#myAccounts .fbContent .headerRow {
    display: none;
  }
  .flyBox#myAccounts .fbContent .rowGroup,
  .flyBox#myAccounts .fbContent .detailRow,
  .flyBox#myAccounts .fbContent .cellData {
    padding: 0;
    border: 0;
    margin: 0;
  }
  .flyBox#myAccounts .fbContent .detailRow {
    display: table-row;
    border-bottom: 1px solid var(--gray-200, #f1f2f5);
  }
  .flyBox#myAccounts .fbContent .detailRow:last-child {
    border-bottom: 0;
  }
  .flyBox#myAccounts .fbContent .detailRow:after {
    content: "";
    display: block;
    height: 5px;
  }
  .flyBox#myAccounts .fbContent .cellData {
    min-height: 0;
  }
  .flyBox#myAccounts .fbContent .cellData:not(:nth-child(1)) {
    display: inline-block;
    width: auto;
    padding: 0;
    margin-right: 5px;
    line-height: 1.1em;
  }
  .flyBox#myAccounts .fbContent .cellData:nth-child(1) {
    display: table-cell;
    padding-right: 10px;
  }
  .flyBox#myAccounts .fbContent .cellData:nth-child(2),
  .flyBox#myAccounts .fbContent .cellData:nth-child(3) {
    font-weight: 600;
    width: 100%;
    margin: 0;
  }
  .flyBox#myAccounts .fbContent .cellData:not(:nth-child(1), :nth-child(2), :nth-child(3), :last-child):after {
    content: ",";
  }
  .flyBox#myAccounts .fbContent .dijitButton {
    margin: 0 0 var(--spacer-1, 0.25rem) 0;
  }
  .orderGuidePopup {
    max-width: 75%;
    margin: 0;
  }
  .orderGuidePopup .existingOrderGuides ul li {
    width: 100%;
  }
  .productCategories.withImages .menu ul {
    display: flex;
    flex-wrap: wrap;
  }
  .productCategories.withImages .menu li {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1279px) {
  #banner .navbar .autofit-row {
    flex-wrap: wrap;
    position: relative;
  }
  #banner .navbar a.logo {
    height: 40px;
  }
  header .logo img {
    max-height: 40px;
  }
  #banner .navbar .autofit-row .search-col {
    width: 100%;
    padding-top: var(--spacer-3, 1rem);
  }
  #banner-icons {
    position: absolute;
    top: 0;
    right: calc(18px + var(--spacer-3, 1rem));
  }
  #banner .navbar-toggler {
    padding: 0;
    border: 0;
    position: absolute;
    top: var(--spacer-3, 1rem);
    right: var(--spacer-3, 1rem);
    line-height: 2.5rem;
    height: 2.5rem;
  }
  #banner .navbar-toggler[aria-expanded=true] {
    z-index: 990;
  }
  #banner .navbar-toggler:before {
    display: block;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #banner .navbar-toggler[aria-expanded=true]:before {
    bottom: 0;
  }
  #banner .navbar-toggler:after {
    content: "\f00d";
    font-family: "Font Awesome 6 Pro";
    font-size: 52px;
    color: #fff;
    position: fixed;
    top: 8px;
    right: 300px;
    margin-right: 10px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 0.15s;
  }
  #banner .navbar-toggler[aria-expanded=true]:after {
    z-index: 1;
    opacity: 1;
  }
  #banner .navbar #banner-navbar #navigationCollapse {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 990;
    background: var(--nav-dropdown-menu-bg, #ffffff);
    width: auto;
    width: 300px;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #banner .navbar #banner-navbar .navbar-site {
    display: block;
    width: 100%;
    margin: 0;
    background: var(--nav-dropdown-menu-bg, #ffffff);
  }
  #banner-navbar .navbar-nav .nav-item .nav-link {
    border-bottom: 0.0625rem solid var(--gray-300, #e7e7ed);
    font-size: var(--font-size-lg, 1.125em);
    padding: 0.625rem 0 0.625rem 0.625rem;
    color: var(--nav-dropdown-link, #6b6c7e);
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
    -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #banner-navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--nav-dropdown-hover-link, #272833);
  }
  #banner-navbar .navbar-nav .nav-item.open-menu .nav-link,
  #banner-navbar .navbar-nav:not(.navbar-products) .nav-item:last-child .nav-link {
    border-bottom-color: transparent;
  }
  #banner-navbar .navbar-nav .nav-item .nav-link .text-truncate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    white-space: normal;
  }
  #banner-navbar .navbar-nav .nav-item .dropdown-menu {
    max-height: none;
  }
  #banner-navbar .navbar-nav .nav-item.dropdown.open > .dropdown-menu {
    display: none;
  }
  .mobile #banner-navbar .navbar-nav:not(.navbar-products) .nav-item.dropdown.open > .dropdown-menu,
  #banner-navbar .navbar-nav .nav-item.dropdown.open-menu > .dropdown-menu {
    display: block;
  }
  #banner-navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: var(--font-size-lg, 1.125em);
  }
  #banner-navbar .lfr-nav-child-toggle:after {
    padding: 0 1rem;
    border-left: 0.0625rem solid var(--gray-300, #e7e7ed);
    font-size: 22px;
    line-height: normal;
  }
  .bottom-icons {
    padding-bottom: calc(var(--spacer-3, 1rem) * 2 + 2.5rem);
  }
  .bottom-icons #toTopBtn {
    bottom: 80px;
  }
  .bottom-icons #banner-home {
    display: block;
  }
  .bottom-icons #banner-icons {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 1;
    justify-content: space-between !important;
    background: var(--banner-bg, #fff);
    border-top: 1px solid var(--gray-300, #e7e7ed);
    box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
  }
  .bottom-icons #banner-icons > * {
    flex: 1;
    border-right: 1px solid var(--gray-300, #e7e7ed);
    border-radius: 0 !important;
    padding: var(--spacer-3, 1rem) 0;
    text-align: center;
  }
  .bottom-icons #banner-icons > *:last-child {
    border-right: 0;
  }
}
@media screen and (max-width: 768px) {
  header .logo img {
    max-width: 200px;
  }
}
@media screen and (max-width: 603px) {
  header .logo img {
    max-width: 150px;
  }
  .flyBox .fbContent,
  .flyBoxAlert .fbContent {
    width: 420px;
    height: 435px;
  }
}
@media screen and (max-width: 480px) {
  .flyBox .fbContent,
  .flyBoxAlert .fbContent {
    width: calc(100% - 42px);
    padding: var(--spacer-1, 0.25rem) 0;
    left: 20px;
    right: 20px;
    margin-left: 0;
    height: auto;
    max-height: 70vh;
  }
}
@media screen and (max-width: 320px) {
  .productCategories.withImages .menu li {
    width: 100%;
    display: block;
  }
}
.s2k-dojo .addToCart .dijitButton .bText {
  line-height: 22px;
}

.s2k-dojo .addToCart .dijitButton .bIcon {
  display: none;
}

.compareBox {
  float: left;
  display: block;
  width: calc(100% - var(--spacer-1, 0.25rem) * 2);
  background: var(--proudct-listing-compare, #f1f2f5);
  padding: var(--spacer-1, 0.25rem);
  margin-top: var(--spacer-1, 0.25rem);
}

.compareThese {
  overflow: hidden;
  display: block;
  float: left;
  margin: var(--spacer-1, 0.25rem);
}

.compareThese .compareThis {
  float: left;
  overflow: hidden;
  display: block;
  height: 28px;
  width: 28px;
  background: var(--container-background, #fff);
  border: 1px solid var(--gray-600, #6b6c7e);
  margin-right: var(--spacer-1, 0.25rem);
  position: relative;
}

.compareThese .compareThis .removeCompare {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--danger, #da1414);
  display: block;
  color: var(--white, #fff);
  width: 8px;
  text-align: center;
  line-height: 8px;
  font-weight: 600;
  cursor: pointer;
}

.compareThese .compareThis .compareOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white, #fff) url("../images/s2k/ajax-loader-small.gif") no-repeat 4px 4px;
}

.compareItems .removeLink {
  text-align: right;
  margin-bottom: var(--spacer-1, 0.25rem);
}

.compareItems .itemImage {
  margin-bottom: var(--spacer-2, 0.5rem);
  text-align: center;
  overflow: hidden;
}

.compareItems .spec {
  overflow: hidden;
  vertical-align: top;
}

.compareItems .label {
  float: left;
  font-weight: 600;
}

.compareItems .detail {
  overflow: hidden;
}

.compareProducts.backLink {
  display: flex;
  flex-direction: row-reverse;
  margin: var(--spacer-2, 0.5rem) 0;
}

.compareProducts .cellData {
  border: 1px solid var(--gray-200, #f1f2f5);
}

.compareProducts .initialRow .cellData {
  text-align: center;
  vertical-align: top;
}

.compareProducts.removeProduct {
  text-align: left;
}

.compareProducts.removeProduct .dijitReset.dijitInline.dijitButtonNode {
  background: none;
  border: none;
  box-shadow: none;
}

.compareProducts.removeProduct .bIcon {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--danger, #da1414);
}

.compareProducts.removeProduct .bIcon:before {
  content: "\f057";
  font-size: 1.5em;
}

.compareProducts.removeProduct .bText {
  display: none;
}

.compareProducts.spec {
  margin: 0 var(--spacer-2, 0.5rem);
  display: inline-block;
  min-width: 51%;
  text-align: left;
}

.compareItems .label,
.compareItems .detail {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  font-size: initial;
}

.compareProducts.spec.description {
  margin: var(--spacer-2, 0.5rem);
  font-weight: 600;
  font-size: var(--font-size-lg, 1.125rem);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}

.compareProducts.spec.shortDescription {
  display: none;
}

.compareProducts.spec.price {
  font-weight: 600;
  font-size: var(--font-size-lg, 1.125rem);
  text-transform: uppercase;
  display: block;
  margin-bottom: var(--spacer-2, 0.5rem);
}

.compareProducts.unitMeasure {
  margin-left: var(--spacer-1, 0.25rem);
}

.compareProducts.priceAndUM,
.compareProducts .addToCart .detailField,
.compareProducts .addToCart .detailField .label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.compareProducts.yourPrice {
  display: none;
}

.compareProducts .addToCart .detailRow {
  display: block;
}

.compareProducts .addToCart .detailField .label {
  float: none;
  width: auto;
}

.compareProducts .addToCart .detailField .label .field {
  display: inline-block;
  width: 50px;
  margin: 0 var(--spacer-1, 0.25rem);
}

.compareProducts.spec.itemFlags .icon {
  background-position: 0 0;
  height: 15px;
  margin: var(--spacer-1, 0.25rem);
  float: left;
  width: 15px;
  background-repeat: no-repeat;
}

.compareProducts.spec.itemFlags .groundShipping:after {
  content: "\f0d1";
  color: #142B40;
}

.compareProducts.spec.itemFlags .overSized :after {
  content: "\f6da";
}

.compareProducts.spec.itemFlags .heavy:after {
  content: "\f496";
  color: var(--black, #000);
}

.compareProducts.spec.itemFlags .refrigerated:after {
  content: "\f768";
  color: #99BBE8;
}

.compareProducts.spec.itemFlags .hazardSurcharge:after {
  content: "\f780";
  color: #ebc115;
}

.compareProducts.spec.itemFlags .historyIcon:after {
  content: "\f1da";
  color: var(--black, #000);
}

.compareProducts .output.icons {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 20px;
  width: 25px;
  text-align: center;
  line-height: 25px;
}

.compareProducts.orderGuide {
  display: flex;
  justify-content: center;
}

.compareProducts.gridContainer .initialRow,
.compareProducts.gridContainer .initialRow:hover,
.compareProducts.gridContainer .detailRow.quantity,
.compareProducts.gridContainer .detailRow.quantity:hover {
  background-color: transparent !important;
}

.compareProducts .headerCell.groupName {
  overflow: visible;
  position: sticky;
  left: 0;
  white-space: nowrap;
  border-right: none;
  text-align: center;
  font-weight: 700;
}

.compareProducts .headerCell.groupNameFiller,
.compareProducts.rowGroup {
  border: 0;
}

@media (min-width: 1280px) {
  .compareProducts .rowGroup {
    table-layout: fixed;
  }
  .compareProducts .cellData {
    overflow: hidden;
  }
}
@media (max-width: 1279px) {
  .compareProducts.gridContainer {
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .compareProducts.gridContainer .rowGroup {
    width: 100%;
    table-layout: fixed;
  }
  .compareProducts .cellData {
    overflow: hidden;
    width: 230px;
  }
  table tbody th.compareProducts.cellData {
    position: sticky;
    left: 0;
    z-index: 1;
  }
  table tbody th.compareProducts.cellData:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
  }
}
.guidePopup,
.detailRow .itemExtDescription {
  display: none;
}

.itemResults .topRow {
  border-top: none;
}

.itemResults .lastCol {
  border-right: none;
}

.resultControls .gridPaging {
  position: absolute;
  top: 0;
  left: 0;
}

.resultControls .buttonBar .left {
  width: 100%;
  text-align: left;
}
.resultControls .buttonBar .left .addToCartBtn {
  margin: var(--spacer-2, 0.5rem) 0 0 0;
}

.boxes .gridContainer,
.listView .gridContainer {
  overflow-y: hidden;
  background-color: transparent;
}

.boxes .rowGroup,
.listView .rowGroup {
  border: 0;
}

.boxes .rowGroup {
  display: grid;
  grid-column-gap: var(--spacer-3, 1rem);
  grid-template-columns: repeat(auto-fill, minmax(calc(var(--product-column-width, 33.333%) - var(--spacer-3, 1rem)), 1fr));
}

/*
.boxes.col2 .rowGroup {
	grid-template-columns: repeat(auto-fill, minmax(calc(50% - var(--spacer-3, 1rem)), 1fr));
}

.boxes.col3 .rowGroup {
	grid-template-columns: repeat(auto-fill, minmax(calc(33.333% - var(--spacer-3, 1rem)), 1fr));
}

.boxes.col4 .rowGroup {
	grid-template-columns: repeat(auto-fill, minmax(calc(25% - var(--spacer-3, 1rem)), 1fr));
}

.boxes.col5 .rowGroup {
	grid-template-columns: repeat(auto-fill, minmax(calc(20% - var(--spacer-3, 1rem)), 1fr));
}
*/
.listView .rowGroup {
  display: flex;
  flex-direction: column;
}

.boxes .detailRow,
.boxes .gridContainer .detailRow:hover,
.listView .detailRow,
.listView .gridContainer .detailRow:hover {
  background: transparent !important;
  margin-bottom: var(--spacer-3, 1rem);
}

.boxes.newItemsComponent .rowGroup,
.boxes.featuredItemsComponent .rowGroup,
.boxes.upSellItemsComponent .rowGroup,
.boxes.relatedItemsComponent .rowGroup,
.boxes.crossSellItemsComponent .rowGroup,
.boxes.genericScrollerComponent .rowGroup {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  width: 100%;
}

.boxes .scrollItem .detailRow {
  width: calc(100% - 10px) !important;
  height: 100%;
  margin: 0 var(--spacer-1, 0.25rem) !important;
}

.detailRow.emptyRow {
  display: none;
}

.detailRow .detailBorder {
  background: var(--container-background, #fff);
  position: relative;
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-direction: column;
  -moz-border-radius: var(--border-radius, 0.25rem);
  border-radius: var(--border-radius, 0.25rem);
  -webkit-box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
  -moz-box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
  box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
  height: 100%;
}

.listView .detailRow .detailBorder {
  flex-direction: row;
  align-items: center;
}

.detailRow .itemImage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: none;
  position: relative;
  padding: 0;
  height: 160px;
  min-width: 160px;
  overflow: hidden;
  flex: 0 0 auto;
  margin: var(--spacer-2, 0.5rem) var(--spacer-2, 0.5rem) 0 var(--spacer-2, 0.5rem);
  /*     border: 1px solid var(--gray-200, #f1f2f5); */
}
.detailRow .itemImage a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.listView .detailRow .itemImage {
  margin: var(--spacer-2, 0.5rem);
}

.detailRow .itemImage img,
.searchResultsOG .cellData img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out; /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.searchResultsOG .cellData img {
  max-width: 60px;
  max-height: 60px;
}

.detailRow .detailBorder:hover .itemImage img,
.searchResultsOG .cellData:hover img {
  transform: scale(1.1);
}

.detailRow .itemImage.imgLazy {
  background: url("data:image/gif;base64,R0lGODlhQABAAPMCACim/iel/v///5/X/oLL/i+p/kay/t/x/vD4/l28/vz+/szq/sLl/rfh/nHE/iun/iH/C05FVFNDQVBFMi4wAwEAAAAh/hoiQ3JlYXRlZCB3aXRoIENoaW1wbHkuY29tIgAh+QQJBQACACwAAAAAQABAAAAE/1DISau9OOvNu/9gKI5kaZ5oqq5shSxMM8wDsyBtuQxJAfzAoIHAUOQ6B4IhyGz+CoTDEYMg+JxY5iM6pQyuTYODQBiQHUtnodE9JJoFR+NgvBwa1mYC1zqkgQYDfB0KA38/BlIrDWAABQN1Il9BBQwqjEEJiiUIb0APlicIjQSRJwSUmyWYAAQtA0KDJQxQR7BACSmqLahAA10pCp6Ou8AjB2Cuxie3AA/FyyAKf8odMdEVzQamGQgGBbLRCmChG73V2AK9rRwLD0AL6RINgHc86BLCsekK9HDFzYDga/HCzDcsvyoga/Ksi4MsuLgJGMYk15RREB/EywYx4RF/COAtYMxSAJoKivsqoHTioE0jeBZAhnFQw6SKgD8GjnT0x6K4QwbCqUtAYI6CBYAkdkEKpJwGBO9+2DzSq6WHYWzSeQP3YZ3VdNc+MHUkVB6Hcb7Mili3TS2IhT88uu2wruRcD3ABJFB6N2aQgSumfqAIGMWAB3JJePv7SiDfD3lbPQ6xjhgKWpkEc+gUBJQKzEAeTdYwKbRTFH6YBCqLodAhAAY2suDMBMqcDHfyVGSdovRMMmYIoMEi2liVlxAZcsGW5HVyR8vVLlASFcsQBrzlvYhBo8aNvuDDix9PvvyECAAh+QQJBQACACwAAAAAQABAAAAE/1DISau9OOvNu/9gKI5kaZ5oqq5shSzMIMvMgrTlMiQF4P9AA4GhwHUOBANwyfQVCAcjBkHoNa/LB1RKOViZBoeDMCAQHMpmocGdJIAFR+NQvBwaVWbixl34DAN8HQoDaT8GUVxkdSIDXwAFDFyMJAhvPw+SbScEcImbJQNBgiIKW1yiPwmVbwObnT+uIQxpDpsKl5CkHAMPh5RGXj8EHggOTJ+omMkYC4ZAsm0KhsQajle2oKkABsATxljc3jgKX5oVB89XzFKwANUUDY9Y0W0NhxYvDWUJ6j/Zmw4A2WXBjxN+BgyAkmBowQYG/xZaOObjHIZtACVKcFfvwjZ4GuQFbOtoYWTICSatDTu5MdYGjKASJBgzgMEBigBIVoDoI2O7cA5q0rlgUNyme+F8PNCJwJcPdi2aJjXgEEMuNpv8AdmjwZ1PI+6YDBhHoWgBgi2QLlkz6ItOFlK3osXgrltWIATIYhDm4+0KWGxFuDtrjxvUDgi+JNCLwthcD2rfsQyRS/LkYs9AXtbA10fezRwYPEpwGPQE0XDGkhhQVUq6JYAeWyCkxC4XS0zizMmAAM8jvyuuNQlD0wyaK4Q3UZmXNMuphVS0hntSetOCJE6vCGEgW+OLGDNq2jBNvrz58+jLRwAAIfkECQUAAgAsAAAAAEAAQAAABP9QyEmrvTjrzbv/YCiOZGmeaKqubIUszSDLzYK0pmIUQO//BgJDgRMZfkhkgXAofhzJqO/BdHIGAEOCQJARHMdoYWDVIA7Ey2FA4CETt9bakBuEfYZmav7IpgZuPQUMJnNIdCkICT8PhCF8UQksBD8FehxrCX1SAA4tWHhxGwyLnD0EOKA9kh6kpmQ4lD6wraVJtCwKtpYhUEkNTgeBqB/CUQtWqg+XHLJZDGHMLTo+xB13sKSiRaoGaRsLPgXbZQIKgY4bqp7lFc7WGtjtFQ14HAibANLtBz/kFuF6eJtX4Q4yDfVWEazgCwAwDargLXSG64KqigQvqpu1kIJGiNXXOk74mCGiSAkUNyQEwEpkw4cZAmb5ttDgBnw+9pXr5+OfBXkdu3VYVybBwQnvOsgc5wTBqoPnfKTTELUHRhU8n6oqQFODs4E4ZIoL6cGY1SIrkywD4YzXJ1NGiwVK0BWFKk5xh/6QiMKZlCA6MdgCcLVEw0MEFtS9eYfwisFZBhwdYfbUYiMCmVwOwSBQlsAgDEjeTKJzpQGkT1I40DiyT9UuIANYMgD063aA/m6Z8UULbAEIcpsC8lvCAQKtOd3uuAB5vihTi0t4wWAGDRvSs2vfzr279ggAIfkECQUAAgAsAAAAAEAAQAAABP9QyEmrvTjrzbv/YCiOZGmeaKqu7IYMzIK09ALcgEEwCi0gh8OC0RgMCMhEwmBIYBq4aIFwYA2i2OzgmcU9qKvGo4stzC4LgsNALjTCBTKO0Dk0CHFs4oxi5MlVHwoDbFEGgSgHf3okA4sFDCoDY1lvJAgJUQ+RJ4pdBj0mBFKIIweFWilXOAZ8IplzsA+uJqs3TiO2AHQKDgAOLKM4WyEIfwmhAgQLLAqwAAWlHcLQ0jSeN3Qf2ADEPhS2D9YZ1KDfFQqo2h2o3ucTtuYcNjdm7+h/nBvUwPcV1Os0PLPkbwKUGwY4IKAEYNy7A1FoWaCXI1lBCaiYaWCAo9/FCb75bujjku0jBWruLtgK+NFWSgsuTcIbtmGlTAkoNxzcdVMZzY0de4YEMBINK4sXM7pg6PAcRBwSLQyUuTMhB34yAXagaO+ignwdvv4saKsAUnJHk87Z9ueliQMsJYRreoFatBWjCFg0thYEN2Qp+P5K9uxuiJ08Ueja43NsiGeJTaBCSA0A4BEIJscFQZFMq7eL9JIY2qWARhN+oiSgi+EAwy5uR6TGUWDAWQ26ShctcQqLgQFRLaST44XgCUxZpjSgi5h4txWOPDs4TSFBASYJHCAx0qBBjCC3SyDAQ8Z4zwtwJ4s8v5WAAUrU2bsYEly+/fv48+vfLyECACH5BAkFAAEALAAAAABAAEAAAAT/MMhJq7046827/2AojiIxLGRKHgVgEIuizh0B3EDhNDLtV4gW7lZINBC/5GDIfCQGh4wg2VEYmFhCZkCIUjUN7NDRu1wf3e9lIBQnypbFsNBQTxAJMc6AzNiYCX1UB1d6Ll4ZCgOFe4g+DW05bDgFKB6TlAw/kEMJUUsAD5ogeEOiNCxDBD1WAHUjf0SOIgiMAAMVDLgpoDd8KXk4u1+9AAkkxVp2AbG3tG1vywEKwTmCHrEFs2qpN8oe3c7SE70P2357cNKt3h+Mw+MSvQbqGHJE1/EKbaMbvQ7xLMT6pqHaq4ATwvjigOABjnPjDgzJFycdwgqMLGVggAPgRQoO/3D0w/DvI4VY8NYIM0lupYZeKS/C9IeD4MeZLzuylIByA8cbHlmGvDHywj0X9QJm3NDwIUuJOChaMMhSoYsOJU0O7HC0gNRl+0RWaRNTWq8CSS/EoneRkU0N4cqqKQcRQ7avSYLUDKH3RjRp1bSJsArgLYgBRU8OkcuhmjgRDB6wtVDsLy1bjDMsEBKz2K8U4QqnvRDOq2JKGlMwiOSpQy0mykrhOOVj9ZwBowPINnUAE5HEKggxMXCwAjU9kVyk/rH7RnGQhgDhpYFpcoVihgrgjoeAjeEAvR1jaX0RwXTwAxIkt7bTdQMHkb63v6CAgYMzdefTX0BAvv7/AAYo4AMXEQAAIfkECQUAAQAsAAAAAEAAQAAABP8wyEmrrQTdzbv/VVI0YGme0wAAyYG+cNWsQDHEOHrQa5v/nwIP8CAogEhLYrgyLJLIxSDxYNIyUNiBYLBaDYysCUEQeq02MWhgPjMdGnUHsRwWHI1DdwiWe/R8A3EBBENYHgMuUA1tNQNHFCpNTx8NDwVhSIw8PhYLjpAeDGYPmTkHjUYbdIoghTQFrTAIeysEYpJNgy91tnK5LDHAt36vKzcoCG0JoWoKvQW7rrCycqhXJ9fHfhW5D9UdxgbN3Aq1xCC1yNyRNOMgnyvR7BUKbabhNA70FsboHb1I8KMwo8kHBFVWgKO3g4Y0T+7IDaxFiQMDfQMtOKCB70Kufxn5CdFYt+FjyHbbOuQiGXIlImwnJRhjacFkTJEpLWK8uXFFR4hNJPKj6AEhjYXsGq54qISGwJAFARiYtmLfSX/wYDH1Y48jiK45+eUqIPSCuLJqzpnQBoDmLxrfThibx04ZzDHL0CKBhrRDVAAgsxhrG6MX4DEE+qLsoXdOLcKVuvysycPA1hLaSv3pCZnD4AIVcYzqXLKR1Qt0eGhGwiAwhQOGDXpshCmLgA0KCCRk0kzBgMdSQ3NbAHzIEwQNyjBJcFnMpjMJist7dBIBZzeqE9+UQBy7PO3bJ5A5Y4AAg+Yxu/NogD58AN9tnrr/U8f1/NIJ7iPWvz0CACH5BAkFAAEALAAAAABAAEAAAAT/MMhJq71XNcy7/99RLGBpnhMDGAjqvtYAAA5sv8QMDHdfOroHyUdELBiNgXJg0AEKLSKMwSw4r86EQno6EJrYsJPABSEIVrFaxyh3BmlsIUEgDAgJceHgthzyVwUODQdbFDJiBoZ9AQtxMwYDURc5amSMDY8FA4sYQHIOA3x9mU4Gox6AT6GFjBKOY50dBqyyjCJjrkSqAJe6N4gzvr8DGygIcYq/jU17KJVPqK7IOsMhcTzLAcEP0h7QytoKYL0m5Nna2zrhHiozUOkSCnFtH9A18RLQ1hjkxvkN1n1A8ECHN20HnEzCsEBHAVvayA3h4A5AgnwUPgGoxyGgMIwT7qChwxCMX7pgIy+gBClh5ZtqLAOI9OCxHMuZHSpeZKmRI0OHEJdJ9EDQIMiEOhb20/EvXk0DIO6B3AeiIrx489iAyDojJTGgJcAF7UPOJAZcM3zq4nawQw4DaqfFMcvhAKd4qpzFjOrEaxkEDb68CGZxrA3AXwqucEH4apHABhRneeZkRBloYehaQMDrQdwe49T4Vanpsw+0WJpmYBJoYp+KV1xTOBD40YwESvtgduigzh0CDsgFurtMAa81YR4QaCsXeZgCy1kykIzcAAEGufOVPJJkCYMF2WN+Gr0XA4Imqst7ECFbvQdJ7uNXiAAAIfkECQUAAQAsAAAAAEAAQAAABP8wyEmrvTjrzbv/YCiOZGkth6mGDrG+3PEYAhwiSzPse7MgFgcAsLB1FoNEYchsAgwEhiKweAwHxsyBYHB6vQVCgmnIWhCE5XfNBqTMkoHaa2gRdgRHt401I8ZOBQ4DBzUXBwNpXzRZB3tkA0AeCo9NbzANcwAFA4YfVV8umJoJlyBCizAHmgRTIqBrRSoIlX0jqGu2JYBXJggHOXgOCQbFKgNNonArCHMJrssqBEwFptEkq0y61yTTQ4zcJo/b4SEL1JLlI8hDDupn1hi85NwHejMcCFZD8fVN6RjOffP07pGsDA2YuHs3AVeDDewAKGPoDQA9ChEvcssIURvDCRzdNUSc+C5khpEfJVTUKCFhu5QBHG4Q+ISgOoMb9NUZAE3dgX/5YMYhI/RDRZJFMSiYwyAph4gFejq98AjpVIxMHvS7GqAZE6sdiCVo0QMFQBW8qpGI+CXBi4oWS8hg0/RYkwQ2Q/ByAq4EWwNnRbBtUrcE3AIH5bbN++FPkweFVVRqx7iDnCYFItulE+mDggGTDSReMfdLGEIZECTSNCRB4BWP9tEhK2wytU5wIupg3cbLAwJbX/wEgLcrl95ggIcbo3kBF9mLorzOXfwCDgY8yk6/dkAz1+/gw4svFwEAIfkECQUAAQAsAAAAAEAAQAAABP8wyEmrvTjrzbv/YCiOZGmeaKqubIUszCDLzIK05TIkBeD/QAOBocB1DgQDcMn0FQiHzKC4QhB6zezyAbU0HlHVAMs0OAgEGcGhbBYaFEYvfEIkmAVH4yDAHBpXTAk3C1gLKAttPwYDNx4KA4o+BnI/DCcNZAAFA30jY1pwJZlACXQkdlkDOZoEVCgETasjCJKzKQp3TLchuj68KA5ZBJ9AxCuxwyIIZAmvKANaAA4iyZuniA4PWQkhB2TAKgiRZSHWBp5GAg2+AAYhiuFGSD0FIAs/BY5GFuPvH9F8UOOnwpcognW2+cCGcAS+SekakmDwY6DEEggYNBhw6aLHjyDnQ35c0GCBDZHmfshDmUGYj44sOyg6FJPDASD7NCRoENFjg0UelDBiiNDaMQ6KHjiAiVABGaY6yzRCGHDTs6huuhhRdJSDtSZdV1QF8+HrEgc9UzD7EXZD1SXOjPgqQFRKk0FGvq60y6RtircJ0m74KavFWwM5PVAcdrXE1wI0QzzcBOqHqTrtHkD98LDApUr5OpGo7GTzh5sADiZawiixBkiS3EWmBQBYqiVP9mRAAEiTD7wnVpJmfWbGmtihBbMY51saEy51jVhB7vxJ9IYLkijMIoSBa5QvYszgeLKm+fPo06tfLyECACH5BAkFAAEALAAAAABAAEAAAAT/MMhJq7046827/2AojmRpnmiqrmyFLM0gy82CtOUyJAXg/0ADgaHAdQ4EA3DJ9BUIByMGQeg1r8sHVEoZWJkGB4EwGDuUzUKDe0gwC47GQYA5NKrMxK11QP8MA3sdCgN+PgZRKw1fAAUDdCNeQAUMKotACYklCG4/D5UnB4wERSkEk5ojfUAELQNBggFIH50+rTivPwkSVE8eubZcpz8yaAsdCF8JpUYCtUGQG8ONqUaiTLcb1z4DXLwED0ygGwxoBtE4AoVpzBsCDQndUuVYDiLoruFXa94il2+x+n1YwMjHLoGqDAGQh1AEJyDVGn54COCgxBECTjHkgASfxC2/4wA4aHcRRCc9JUMc0AcAUcoPDZYYOPaSwzMn42peUFDQxwN+Oi3ExLIxqIRpYHIa5ZlmAEkjChZ4vLCgCUqErwAFtID0z1QjfrJh8GOAZVEpwB5EpFC1kdNpBdaySPZD7IUBWvZsq/hVRa240qoNDSYF6VkPz+yqAMaXBAJDik8wNrAVxF4ApFQgLUDTBANGmU5Q9Km0xOdJj0hI+kGJxaoggT4QUjgTx2jWBORksINnyVUjq8GIIWNGIevU3nphWe4TJEIkxpk/kStwQRKWTYQwqJzyBYMZNGwYHU++vPnz5CMAADs=");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center center;
}

.detailRow .itemImage.imgLazy img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  width: auto;
  height: auto;
}

.detailRow .itemImage.imgLazy.imageLoaded img {
  opacity: 1;
}

.detailRow .itemImage.imgLazy.imageLoaded {
  background: none;
}

.detailRow .itemImage .quickView {
  position: absolute;
  bottom: -50px;
  background: rgba(204, 204, 204, 0.3);
  width: 100%;
  height: 40px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out; /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.detailRow .itemImage:hover .quickView {
  bottom: -6px;
}

.detailRow .itemCompare {
  background: var(--proudct-listing-compare, #f1f2f5);
  margin: var(--spacer-2, 0.5rem) 0 0 0;
  padding: var(--spacer-1, 0.25rem) var(--spacer-2, 0.5rem);
  text-align: right;
  overflow: hidden;
}

.listView .detailRow .itemCompare {
  background: transparent;
}

.detailRow .compare label,
.detailRow .compare .dijitCheckBox,
.detailRow .compare input[type=checkbox] {
  margin: 0 0 0 var(--spacer-1, 0.25rem);
  display: inline-block;
  vertical-align: middle;
}

.listView .detailRow .compare {
  background: transparent;
  text-align: center;
}

.detailRow .itemDetails {
  flex: 1;
}

.listView .detailRow .itemDetails {
  text-align: left;
}

.detailRow .itemDetails .itemDescription,
.detailRow .itemDetails .subDescription {
  margin: var(--spacer-2, 0.5rem);
}

.listView .detailRow .itemDetails .itemDescription,
.listView .detailRow .itemDetails .subDescription,
.listView .additionalInfo {
  margin-left: 0;
  white-space: normal;
}

.detailRow .itemDetails .itemDescription h3 {
  margin: 0;
}

.detailRow .itemDetails .itemDescription a {
  margin: var(--spacer-1, 0.25rem) 0 0 0;
  font-weight: 600;
  font-size: var(--font-size-lg, 1.125rem);
  display: block;
  overflow: hidden;
  padding-bottom: var(--spacer-1, 0.25rem);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.crossSellItemsComponent .detailRow .itemDetails .itemDescription a {
  font-size: var(--font-size-lg, 1.125rem);
}

.detailRow .itemDetails .subDescription {
  overflow: hidden;
  margin: var(--spacer-1, 0.25rem) 0 0 0;
  padding-bottom: 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detailRow .replacement {
  white-space: normal;
  font-size: var(--font-size-sm, 0.875rem);
  line-height: 1.2em;
  color: var(--replacement-item-color, #da1414);
}
.detailRow .replacement a {
  color: var(--replacement-item-color, #da1414);
}

.additionalInfo {
  margin: 0 var(--spacer-1, 0.25rem);
  display: inline-block;
}

.addInfoRow {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.boxes .addInfoRow.iconGroup {
  justify-content: center;
}

.boxes.cellData .addInfoRow.iconGroup {
  justify-content: flex-start;
}

.addInfoRow .label,
.addInfoRow .output {
  cursor: initial;
  padding-left: var(--spacer-1, 0.25rem);
  line-height: 1.2;
  text-align: left;
}

.addInfoRow .label {
  font-weight: 600;
  padding: 0;
}

.addInfoRow.linkGroup {
  display: var(--product-listing-external-links, inline-block);
  text-align: left;
  border-radius: var(--border-radius-sm, 0.1875rem);
  border: 2px solid var(--gray-200, #f1f2f5);
  margin: var(--spacer-2, 0.5rem) 0;
}

.addInfoRow.linkGroup .label,
.addInfoRow.iconGroup .label {
  display: none;
}

.locateWholesaler .output,
.addInfoRow.linkGroup .output,
.addInfoRow.iconGroup .output {
  padding-left: 0;
}

.addInfoRow.linkGroup .itemLink a {
  display: block;
  padding: var(--spacer-1, 0.25rem) var(--spacer-2, 0.5rem);
  line-height: 1.5em;
}

.addInfoRow.linkGroup .itemLink a:hover {
  background: var(--gray-100, #f7f8f9);
}

.addInfoRow.linkGroup .itemLink a:before,
.locateWholesaler a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1em;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f0c1";
}

.locateWholesaler a {
  font-weight: 600;
}

.locateWholesaler a:before {
  content: "\f3c5";
}

.addInfoRow.iconGroup .output {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.boxes .addInfoRow.iconGroup .output {
  width: 100%;
}

.cellData .addInfoRow.iconGroup .output {
  justify-content: flex-start;
}

.iconGroup .icon {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: block;
  float: left;
  margin: 2px;
}

.iconGroup .icon:first-child {
  margin-left: 0;
}

.iconGroup .newItemIcon {
  background-image: url(../images/s2k/flag_newItem.png);
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0;
}

.iconGroup .groundShipping:after,
.iconGroup .overSized:after,
.iconGroup .heavy:after,
.iconGroup .refrigerated:after,
.iconGroup .hazardSurcharge:after,
.iconGroup .historyIcon:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 20px;
  width: 25px;
  text-align: center;
  line-height: 25px;
}

.iconGroup .groundShipping:after {
  content: "\f0d1";
}

.iconGroup .overSized:after {
  content: "\f6da";
}

.iconGroup .heavy:after {
  content: "\f496";
}

.iconGroup .refrigerated:after {
  content: "\f768";
}

.iconGroup .hazardSurcharge:after {
  content: "\f780";
}

.iconGroup .historyIcon:after {
  content: "\f1da";
}

.boxes .priceCart,
.listView .priceCart {
  margin: var(--spacer-2, 0.5rem);
}

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

.boxes .priceCart .price,
.listView .priceCart .price {
  display: block;
}

.priceCart .price .priceLabel {
  display: none;
}

.boxes .priceCart .price .thePrice,
.boxes .priceContainer .thePrice,
.boxes .priceCart .price .unitMeasure,
.boxes .priceContainer .unitMeasure,
.listView .priceCart .price .thePrice,
.listView .priceContainer .thePrice,
.listView .priceCart .price .unitMeasure,
.listView .priceContainer .unitMeasure {
  font-weight: 600;
  margin-right: var(--spacer-1, 0.25rem);
  display: inline-block;
  vertical-align: bottom;
  font-size: var(--font-size-lg, 1.125rem);
  color: var(--price-color, #272833);
}

.unitMeasure {
  text-transform: uppercase;
}

.boxes .priceContainer.multipleUM .unitMeasure,
.listView .priceContainer.multipleUM .unitMeasure {
  display: block;
}

.boxes .priceCart .price .multipleUM .thePrice,
.listView .priceCart .price .multipleUM .thePrice {
  margin-bottom: var(--spacer-1, 0.25rem);
  margin-right: 0;
}

.boxes .priceCart .price .unitMeasure,
.listView .priceCart .price .unitMeasure {
  margin-right: 0;
}

.boxes .priceCart .price .unitMeasure .dijitComboBox,
.listView .priceCart .price .unitMeasure .dijitComboBox {
  font-size: var(--font-size-lg, 1.125rem);
}

.partsItems .listView .detailRow .price .thePrice,
.partsItems .listView .detailRow .price .unitMeasure {
  font-size: initial;
}

.crossSellItemsComponent .price:not(.compact) {
  display: block;
  text-transform: uppercase;
}

.itemCartOptions {
  display: block;
  border: none;
  padding: 0;
  margin: var(--spacer-2, 0.5rem) 0 0 0;
  /*     height: 70px; */
}

.itemCartOptions .itemQuantity {
  display: inline-block;
  font-weight: 600;
  line-height: 32px;
}
.itemCartOptions .itemQuantity a {
  display: block;
}

.itemCartOptions .itemQuantity .dijitTextBox .dijitInputField {
  padding: var(--spacer-1, 0.25rem);
}

.itemCartOptions .addToCart {
  display: inline-block;
}

.itemCartOptions .addToCart .dijitButton {
  margin: 0;
}

.detailRow .orderGuide {
  clear: left;
  margin: var(--spacer-2, 0.5rem) 0 0 0;
}

.boxes.crossSellItemsComponent .detailRow .orderGuide {
  margin: var(--spacer-2, 0.5rem) 0;
}

.ogButton > a {
  font-weight: 600;
}

.cartListItems .resultItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--spacer-3, 1rem);
  -moz-border-radius: var(--border-radius, 0.25rem);
  border-radius: var(--border-radius, 0.25rem);
  -webkit-box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
  -moz-box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
  box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
  background: var(--container-background, #fff);
  padding: var(--spacer-2, 0.5rem);
}

.cartListItems .resultItem:after {
  clear: both;
  display: block;
  content: " ";
}

.cartListItems .resultItem .action,
.cartListItems .resultItem .image,
.cartListItems .resultItem .itemInfo,
.cartListItems .resultItem .qpBox,
.cartListItems .resultItem .qtyBox,
.cartListItems .resultItem .price {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out; /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.cartListItems .resultItem .action {
  margin: var(--spacer-2, 0.5rem) var(--spacer-2, 0.5rem) var(--spacer-2, 0.5rem) 0;
}

.cartListItems .resultItem .action .deleteBtn .bIcon {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--danger, #da1414);
}

.cartListItems .resultItem .action button.deleteBtn {
  display: none;
}

.cartListItems .resultItem .action .deleteBtn .bIcon:before {
  content: "\f1f8";
  font-size: 1.5em;
  font-weight: 900;
}

.cartListItems .resultItem .action .deleteBtn .bText {
  color: var(--danger, #da1414);
  font-weight: 700;
  font-size: var(--font-size-sm, 0.875rem);
  text-decoration: underline;
}

.cartListItems .resultItem .action .deleteBtn:hover .bText {
  text-decoration: underline;
}

.cartListItems .resultItem .image {
  width: 160px;
}

.cartListItems .resultItem .image a {
  margin: var(--spacer-2, 0.5rem) 0;
  display: inline-block;
}

.cartListItems .resultItem .image a img {
  vertical-align: middle;
  max-width: 160px;
  max-height: 160px;
  width: auto;
  height: auto;
}

.cartListItems .resultItem .itemInfo {
  width: 480px;
  flex: 1;
  margin-left: var(--spacer-2, 0.5rem);
}

.cartListItems .resultItem .itemInfo .description {
  font-size: var(--font-size-base, 1rem);
}

.cartListItems .resultItem .itemInfo .customerItemNum,
.cartListItems .resultItem .itemInfo .itemNumber,
.cartListItems .resultItem .itemInfo .additionalInfo,
.cartListItems .resultItem .itemInfo .comments {
  margin-top: var(--spacer-2, 0.5rem);
  font-size: var(--font-size-base, 1rem);
}

.cartListItems .resultItem .itemInfo .label {
  font-weight: 700;
  padding: 0;
}

.cartListItems .resultItem .itemInfo .label:after {
  content: ":";
}

.cartListItems .resultItem .qtyBox {
  text-align: center;
  margin: 0 0 var(--spacer-2, 0.5rem) 0;
  width: 200px;
}

.cartListItems .resultItem .qtyBox .qty {
  width: 50%;
  margin: var(--spacer-2, 0.5rem) auto var(--spacer-1, 0.25rem);
}

.cartListItems .resultItem .qtyBox .qty .dijitTextBox {
  font-size: var(--font-size-lg, 1.125rem);
  width: 60px;
}

.cartListItems .resultItem .price {
  text-align: right;
  width: 180px;
}

.cartListItems .resultItem .price .wasTotal {
  text-decoration: line-through;
  color: var(--danger, #da1414);
  margin: 10px 10px -10px;
}

.cartListItems .resultItem .price .ltotal {
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: 700;
  display: inline-block;
  margin: var(--spacer-2, 0.5rem) var(--spacer-2, 0.5rem) 0;
}

.cartListItems .resultItem .price .eachTotal {
  margin: 0 var(--spacer-2, 0.5rem) var(--spacer-2, 0.5rem);
}

.overrideContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 220px;
}

.overrideToggleContainer {
  margin-right: 2%;
}

.overrideFieldContainer {
  width: 45%;
}

.overrideFieldContainer input.dijitReset.dijitInputInner {
  text-align: right;
}

.oldTotal {
  text-decoration: line-through;
  color: var(--danger, #da1414);
}

.cartListItems.checkout .resultItem .itemInfo,
.cartListItems.checkout .resultItem .image {
  height: auto;
}

.cartListItems.checkout .resultItem .image img {
  width: 75px;
}

.cartListItems.checkout .resultItem .qtyBox {
  font-size: var(--font-size-lg, 1.125rem);
}

.totalBar {
  text-align: right;
  font-size: var(--h1-font-size, 1.625rem);
  font-weight: 700;
}

.totalBar .cartTotal {
  display: inline-block;
  background: var(--total-bar-bg, #e0f2e1);
  color: var(--total-bar-color, #272833);
  padding: var(--spacer-2, 0.5rem);
  border: 1px solid #7eca84;
}

/*
Compare Footer Shelf
*/
.compareShelf {
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out; /* IE10 is actually unprefixed */
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  max-height: 0px;
}

.compareShelf.show {
  max-height: 200px;
}

.compareShelf .cntContainer {
  width: 1080px;
  margin: auto;
}

.compareShelf .cntContainer .shelfItems {
  display: inline-block;
}

.compareShelf .cntContainer .compareBox,
.compareShelf .cntContainer .actionBox {
  width: 180px;
  height: 70px;
  display: inline-block;
  vertical-align: top;
  margin: var(--spacer-2, 0.5rem) var(--spacer-1, 0.25rem);
}

.compareShelf .cntContainer .compareBox {
  background: rgba(0, 0, 0, 0.8);
  position: relative;
}

.compareShelf .compareBox .imageBox {
  display: inline-block;
  width: 70px;
  height: 70px;
  vertical-align: top;
  background: var(--white, #fff);
}

.compareShelf .compareBox .imageBox img {
  max-width: 100%;
  max-height: 100%;
}

.compareShelf .compareBox .description {
  display: inline-block;
  width: 90px;
  height: 50px;
  vertical-align: middle;
  font-size: var(--font-size-sm, 0.875rem);
  background: var(--white, #fff);
  padding: var(--spacer-2, 0.5rem);
  overflow: hidden;
}

.compareShelf .compareBox .description a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 1px;
}

.compareShelf .compareBox a.remove {
  position: absolute;
  top: 3px;
  right: 3px;
}

.compareShelf .cntContainer .actionBox .dijitButton {
  margin: var(--spacer-3, 1rem);
}

.compareShelf .cntContainer .actionBox a {
  color: var(--btn-primary-color, #fff);
}

.s2k-dojo .gridContainer .unitMeasure .dijitComboBox,
.s2k-dojo .hotDealScroller .unitMeasure .dijitComboBox {
  width: 6em;
  min-width: 100px;
  max-width: calc(100% - 2px);
}

.s2k-dojo .orderGuide .gridContainer .unitMeasure .dijitComboBox {
  float: right;
  margin-top: var(--spacer-1, 0.25rem);
}

.flyBoxQuickView {
  position: fixed;
  z-index: 2002;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.7);
  /*     position: fixed; */
  /*     z-index: 2002; */
  /*     height: 100%; */
  /*     max-height: calc(100vh - 50px); */
  /*     width: 100%; */
  /*     left: 0; */
  /*     top: 0; */
  /*     background: rgba(255, 255, 255, .8); */
}

.flyBoxQuickView .fbContent {
  background: var(--container-background, #fff);
  position: fixed;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 840px;
  height: 400px;
  max-width: calc(100% - 50px);
  max-height: calc(100vh - 50px);
  -moz-border-radius: var(--border-radius-sm, 0.1875rem);
  border-radius: var(--border-radius-sm, 0.1875rem);
  -webkit-box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  -moz-box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  border: 1px solid var(--gray-200, #f1f2f5);
}

.flyBoxQuickView .fbContent .scroll {
  padding: var(--spacer-3, 1rem);
  overflow: auto;
  height: 360px;
}

.flyBoxQuickView .quickViewContainer {
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: stretch;
}

.flyBoxQuickView .quickViewLeft,
.flyBoxQuickView .quickViewRight {
  flex: 1 1 0;
  display: flex;
}

.flyBoxQuickView .quickViewLeft {
  justify-content: center;
  align-items: center;
}

.flyBoxQuickView .quickViewLeft .theImage {
  display: flex;
  width: 95%;
  height: 95%;
  align-items: center;
  justify-content: center;
}

.flyBoxQuickView .quickViewLeft .theImage img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: var(--spacer-2, 0.5rem);
}

.flyBoxQuickView .quickViewRight {
  border-left: 1px solid var(--gray-200, #f1f2f5);
  margin: var(--spacer-3, 1rem) var(--spacer-2, 0.5rem);
  flex-flow: column;
  justify-content: space-between;
}

.flyBoxQuickView .qv_heading,
.flyBoxQuickView .qv_overview,
.flyBoxQuickView .qv_qtyBar,
.flyBoxQuickView .qv_fullDetailLink {
  margin-left: var(--spacer-2, 0.5rem);
}

.flyBoxQuickView .qv_heading .qv_description {
  font-weight: 600;
  font-size: var(--font-size-lg, 1.125rem);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.flyBoxQuickView .qv_heading .qv_itemNumber {
  overflow: hidden;
  margin: var(--spacer-1, 0.25rem) 0 0 0;
}

.flyBoxQuickView .qv_heading .qv_itemNumber .label {
  float: left;
  margin-right: var(--spacer-1, 0.25rem);
  font-weight: 600;
}

.flyBoxQuickView .qv_heading .qv_price {
  overflow: hidden;
  margin-top: var(--spacer-2, 0.5rem);
}

.flyBoxQuickView .qv_heading .qv_price .priceContainer {
  overflow: hidden;
}

.flyBoxQuickView .qv_heading .qv_price .thePrice {
  float: left;
  margin-right: var(--spacer-1, 0.25rem);
  font-weight: 600;
  font-size: var(--font-size-lg, 1.125rem);
}

.flyBoxQuickView .qv_heading .qv_price .multipleUM .thePrice {
  margin-top: var(--spacer-1, 0.25rem);
}

.flyBoxQuickView .qv_heading .qv_price .unitMeasure {
  float: left;
}

.flyBoxQuickView .qv_overview {
  margin-top: var(--spacer-2, 0.5rem);
}

.flyBoxQuickView .qv_overview .qv_overview {
  margin-left: 0;
  font-weight: 600;
}

.flyBoxQuickView .qv_overview .qv_header {
  font-weight: 600;
  font-size: var(--font-size-lg, 1.125rem);
}

.flyBoxQuickView .qv_overview .scroll {
  padding: var(--spacer-3, 1rem);
  overflow: auto;
  height: 130px;
  border: 1px solid var(--gray-200, #f1f2f5);
}

.flyBoxQuickView .qv_qtyBar {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: var(--gray-200, #f1f2f5);
  border-bottom-color: var(--gray-200, #f1f2f5);
  border-left-color: var(--gray-200, #f1f2f5);
  overflow: hidden;
}

.flyBoxQuickView .qv_qtyBar .addToCartContainer {
  overflow: hidden;
}

.flyBoxQuickView .qv_qtyBar .itemQuantity {
  float: left;
  margin: var(--spacer-2, 0.5rem);
  line-height: 32px;
}

.s2k-dojo .flyBoxQuickView .qv_qtyBar .itemQuantity .dijitTextBox .dijitInputInner {
  padding: 5px 2px;
}

.flyBoxQuickView .qv_qtyBar .itemQuantity label {
  font-weight: 600;
  margin-right: var(--spacer-1, 0.25rem);
  color: var(--body-color, #272833);
}

.flyBoxQuickView .qv_qtyBar .addToCart {
  margin: var(--spacer-2, 0.5rem);
}

.flyBoxQuickView .qv_fullDetailLink {
  margin-top: var(--spacer-2, 0.5rem);
  font-weight: 600;
}

.flyBoxQuickView .qv_fullDetailLink .linkContainer {
  float: right;
}

.s2k-dojo .flyBoxQuickView .dijitTabListContainer-top .tabStripButton {
  display: none;
}

.large .rowGroup {
  font-size: var(--font-size-lg, 1.125rem);
}

.upSellItemsComponent .upShortDescription,
.relatedItemsComponent .relShortDescription {
  display: none;
}

.itemSuccessContainer img {
  max-height: 160px;
  max-width: 160px;
}

@media screen and (max-width: 1500px) {
  .boxes.col5 .rowGroup {
    grid-template-columns: repeat(auto-fill, minmax(calc(25% - var(--spacer-3, 1rem)), 1fr));
  }
}
@media screen and (max-width: 1300px) {
  .boxes.col4 .rowGroup,
  .boxes.col5 .rowGroup {
    grid-template-columns: repeat(auto-fill, minmax(calc(33.333% - var(--spacer-3, 1rem)), 1fr));
  }
}
@media screen and (max-width: 1100px) {
  .boxes .rowGroup,
  .boxes.col3 .rowGroup,
  .boxes.col4 .rowGroup,
  .boxes.col5 .rowGroup {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - var(--spacer-3, 1rem)), 1fr));
  }
  .itemCartOptions .addToCart {
    margin-top: var(--spacer-1, 0.25rem);
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .listView .detailRow .detailBorder,
  .cartListItems .resultItem {
    flex-wrap: wrap;
  }
  .listView .detailRow .itemDetails {
    width: 100px;
    margin-left: var(--spacer-2, 0.5rem);
  }
  .listView .priceCart {
    width: calc(100% - 2 * var(--spacer-2, 0.5rem));
    margin: var(--spacer-2, 0.5rem);
  }
  .listView .priceCart .itemCartOptions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: var(--spacer-2, 0.5rem);
  }
  .listView .priceCart .itemCartOptions .addToCart,
  .listView .priceCart .itemCartOptions .orderGuide {
    margin-top: 0;
  }
  .cartListItems .resultItem .action .deleteBtn .bText {
    display: block;
  }
  .cartListItems .resultItem .qpBox {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: var(--spacer-2, 0.5rem);
    margin: var(--spacer-2, 0.5rem) 0;
  }
  .cartListItems .resultItem .qtyBox,
  .cartListItems .resultItem .price {
    width: auto;
    display: block;
    margin: 0;
  }
  .cartListItems .resultItem .qtyBox .qty {
    margin: 0 0 var(--spacer-1, 0.25rem) 0;
    width: auto;
  }
  .cartListItems .resultItem .price .ltotal {
    display: block;
    margin: 0 0 var(--spacer-1, 0.25rem) 0;
  }
  .cartListItems .resultItem .price .eachTotal {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .resultControls .gridPaging {
    position: initial;
    text-align: center;
  }
}
@media screen and (max-width: 603px) {
  .boxes .rowGroup {
    display: flex;
    flex-direction: column;
  }
  .listView .detailRow .itemImage {
    height: 80px;
    min-width: 80px;
  }
  .listView .detailRow .itemImage img {
    max-height: 80px;
  }
  .detailRow .itemDetails .itemDescription a,
  .boxes .priceCart .price .thePrice,
  .listView .priceCart .price .unitMeasure,
  .boxes .priceCart .price .thePrice,
  .listView .priceCart .price .unitMeasure,
  .boxes .priceContainer .thePrice,
  .listView .priceContainer .unitMeasure {
    font-size: var(--font-size-lg, 1.125rem);
  }
  .flyBoxQuickView .quickViewRight {
    flex: 2 1 0;
  }
}
@media screen and (max-width: 480px) {
  .listView .itemCartOptions,
  .listView .itemCartOptions .addToCart {
    display: inline-block;
  }
  .cartListItems .resultItem .action {
    width: 100%;
    margin: 0 0 var(--spacer-2, 0.5rem) 0;
    font-size: var(--font-size-sm, 0.875rem);
    order: 1;
  }
  .cartListItems .resultItem .action .deleteBtn .bText {
    display: inline;
  }
  .cartListItems .resultItem .image {
    width: 120px;
  }
  .cartListItems .resultItem .image a img {
    max-width: 120px;
    max-height: 120px;
  }
  .cartListItems .resultItem .qpBox {
    width: 100%;
    margin: var(--spacer-2, 0.5rem) 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cartListItems .resultItem .qtyBox .qty {
    margin-left: 0;
    text-align: left;
  }
}
.appContainer.itemDetail {
  position: relative;
}

.appContainer.itemDetail .mainCol {
  margin: auto;
}

.s2k-dojo .itemDetailLayout4 > .vaiComponent > .dijitTitlePane > .dijitTitlePaneContentOuter > .dijitReset > .dijitTitlePaneContentInner {
  display: flex;
  align-items: flex-start;
}

.itemDetailLayout4 .itemDetailContainer {
  flex: 2;
  width: 300px;
  display: inline-flex;
  flex-wrap: wrap;
}

.itemDetailLayout4 .rightColumn {
  flex: 0 1 auto;
}

.itemDetailLayout4 .itemDetailLeft {
  width: 400px;
  flex: 1;
}

.itemDetailLayout4 .itemDetailRight {
  flex: 2;
  margin-left: var(--spacer-3, 1rem);
  padding-right: 270px;
  position: relative;
}

.itemDetailLayout4 .itemDetailFull {
  margin-top: var(--spacer-4, 1.5rem);
  width: 100%;
}

.itemDetailLayout4 .itemDetailFull #partsItems,
.itemDetailLayout4 .itemDetailFull #relatedItems,
.itemDetailLayout4 .itemDetailFull #upsellItems {
  margin-top: var(--spacer-4, 1.5rem);
}

.appContainer.itemDetail .mainCol .shadow {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none !important;
  margin: 0px;
}

.s2k-dojo .appContainer.itemDetail .mainCol .dijitTitlePaneContentOuter {
  background: none;
  background-color: transparent;
  border-style: none;
  margin-top: 0px;
}

.s2k-dojo .appContainer.itemDetail .mainCol .dijitTitlePaneContentOuter .dijitTitlePaneContentOuter {
  border: 0;
}

.s2k-dojo .appContainer.itemDetail .mainCol .dijitTitlePaneTitle {
  display: none;
}

.s2k-dojo .appContainer.itemDetail .mainCol .dijitTitlePaneContentOuter .dijitTitlePaneTitle {
  display: block;
  background: none;
  background-color: transparent;
  border-top: none;
  /*	border-bottom: 1px solid var(--gray-200, #f1f2f5); */
}

.appContainer.itemDetail .mainCol .boxes .rowGroup {
  border: none;
}

.appContainer.itemDetail .mainCol .imageBox {
  margin: auto;
  margin-top: var(--spacer-3, 1rem);
  margin-bottom: var(--spacer-3, 1rem);
  background: var(--container-background, #fff);
  width: 300px;
}

.appContainer.itemDetail .itemDetailRight .itemDescription h1,
.appContainer.itemDetail .itemDetailRight .itemDescription .subDescription,
.appContainer.itemDetail .itemDetailRight .itemNumber,
.appContainer.itemDetail .itemDetailRight .skuItemNum,
.appContainer.itemDetail .itemDetailRight .manufacturer,
.appContainer.itemDetail .itemDetailRight .manufacturerItem,
.appContainer.itemDetail .itemDetailRight .shortDescription,
.appContainer.itemDetail .itemDetailRight .priceBox,
.appContainer.itemDetail .itemDetailRight .itemETA,
.appContainer.itemDetail .itemDetailRight .itemStock,
.appContainer.itemDetail .itemDetailRight .locateWholesaler,
.appContainer.itemDetail .itemDetailRight .links,
.appContainer.itemDetail .itemDetailRight .share,
.appContainer.itemDetail .itemDetailRight .keyAttributes,
.appContainer.itemDetail .itemDetailRight .styleAttributes,
.appContainer.itemDetail .itemDetailRight #shippingIcons,
.appContainer.itemDetail .rating,
.appContainer.itemDetail .socialMedia,
.appContainer.itemDetail .itemDetailRight .priceBox .addToCart,
.appContainer.itemDetail .itemDetailRight .priceBox .addToCartButton,
.appContainer.itemDetail .itemDetailRight .priceBox .orderGuide a {
  margin: var(--spacer-2, 0.5rem) 0 0 0;
  overflow: hidden;
}

.appContainer.itemDetail .itemDetailRight .priceBox .addToCart {
  margin: var(--spacer-3, 1rem) 0 0 0;
  padding: var(--spacer-3, 1rem) 0 0 0;
  border-top: 1px solid var(--gray-500, #a7a9bc);
}

.appContainer.itemDetail .socialMedia .printer,
.appContainer.itemDetail .socialMedia .socialMediaBar {
  display: inline-block;
  margin: var(--spacer-1, 0.25rem) var(--spacer-2, 0.5rem) var(--spacer-1, 0.25rem) 0;
}

.appContainer.itemDetail .socialMedia .printer {
  font-size: 26px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: var(--body-color, #272833);
}

.appContainer.itemDetail .itemDetailRight .itemDescription h1 {
  padding: 0;
  margin: 0;
}

.appContainer.itemDetail .itemDetailRight .itemDescription .subDescription {
  font-size: var(--h2-font-size, 1.375rem);
  font-family: var(--font-family-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol");
  font-weight: var(--font-weight-heading, 700);
  line-height: var(--line-height-heading, 1.2);
  letter-spacing: var(--letter-spacing-heading, 0px);
  text-transform: var(--letter-case-heading, normal);
  color: var(--heading-color, inherit);
}

.appContainer.itemDetail .itemDetailRight .label {
  cursor: initial;
  white-space: initial;
  font-weight: var(--font-weight-base, 400);
}

.appContainer.itemDetail .itemDetailRight .itemNumber .skuItemNum {
  display: block;
}

.appContainer.itemDetail .itemDetailRight .shortDescription ul {
  margin: 0;
  padding: 0 0 0 var(--spacer-3, 1rem);
}

.appContainer.itemDetail .itemDetailRight .priceBox {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: var(--gray-200, #f1f2f5);
  border-radius: var(--border-radius, 0.25rem);
  padding: var(--spacer-3, 1rem);
  margin: 0 0 0 var(--spacer-3, 1rem);
  width: calc(270px - var(--spacer-3, 1rem));
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.appContainer.itemDetail .itemDetailRight .priceBox .detailField .label {
  width: auto;
}

.appContainer.itemDetail .itemDetailRight .priceBox .priceBreaks {
  margin: var(--spacer-3, 1rem) 0 0 0;
}

.appContainer.itemDetail .itemDetailRight .priceBox .priceBreaks .dijitTitlePaneTitle {
  font-size: var(--font-size-base, 1rem);
  font-weight: 700;
  padding: 0;
  border: none;
  pointer-events: none;
}

.appContainer.itemDetail .itemDetailRight .priceBox .priceBreaks .dijitTitlePaneContentOuter {
  border: none;
  border: 1px solid var(--gray-100, #f7f8f9) !important;
}

.appContainer.itemDetail .itemDetailRight .priceBox .priceBreaks .gridContainer tr:not(.headerRow) {
  background-color: var(--table-row, #fff);
}
.appContainer.itemDetail .itemDetailRight .priceBox .priceBreaks .gridContainer tr:not(.headerRow):nth-child(odd) {
  background-color: var(--table-alt-row, #fff);
}
.appContainer.itemDetail .itemDetailRight .priceBox .priceBreaks .gridContainer tr:not(.headerRow):hover {
  background-color: var(--table-row-hover, #f7f8f9);
}

.appContainer.itemDetail .itemDetailRight .priceBox .priceContainer {
  overflow: hidden;
}

.appContainer.itemDetail .itemDetailRight .priceBox .priceContainer .price,
.appContainer.itemDetail .itemDetailRight .priceBox .priceContainer .unitMeasure {
  font-size: var(--h2-font-size, 1.375rem);
  font-weight: 700;
  margin-right: 2px;
  color: var(--price-color, #272833);
  display: inline-block;
  vertical-align: bottom;
  text-transform: uppercase;
}

.theSuggestedPrice {
  text-decoration: line-through;
  color: var(--list-price-color, #da1414);
  font-weight: 600;
}

.appContainer.itemDetail .itemDetailRight .priceBox .priceContainer .theSuggestedPrice {
  font-size: var(--font-size-lg, 1.125rem);
}

.priceCart .price .theSuggestedPrice {
  font-size: var(--font-size-lg, 1.125rem);
}

.appContainer.itemDetail .keyAttributes .label {
  font-weight: 700;
}

.appContainer.itemDetail .keyAttributes .label:first-child:before {
  content: "";
}

.appContainer.itemDetail .keyAttributes .label:before {
  content: " - ";
}

.appContainer.itemDetail .keyAttributes .label:after {
  content: ":";
}

.appContainer.itemDetail .styleAttributes td {
  line-height: 2em;
}

.appContainer.itemDetail .itemDetailRight .links {
  display: inline-block;
  border-radius: var(--border-radius-sm, 0.1875rem);
  border: 2px solid var(--gray-200, #f1f2f5);
}

.appContainer.itemDetail .itemDetailRight .links ul {
  margin: 0;
  padding: 0;
}

.appContainer.itemDetail .itemDetailRight .links li {
  list-style: none;
  padding: var(--spacer-1, 0.25rem) var(--spacer-2, 0.5rem);
  line-height: 1.5em;
}

.appContainer.itemDetail .itemDetailRight .links li:hover {
  background: var(--gray-100, #f7f8f9);
}

.appContainer.itemDetail .itemDetailRight .links li a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1em;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f0c1";
  margin-right: var(--spacer-1, 0.25rem);
}

.appContainer.itemDetail .itemDetailRight .priceBox .priceContainer .unitMeasure {
  display: inline-block;
  vertical-align: bottom;
}

.appContainer.itemDetail .itemDetailRight .priceBox .priceContainer.multipleUM .price {
  margin-right: 0;
}

.appContainer.itemDetail .itemDetailRight .priceBox .priceContainer.multipleUM .unitMeasure {
  display: block;
}

.appContainer.itemDetail .itemDetailRight .priceBox .priceContainer .unitMeasure .dijitComboBox {
  width: 6em;
  min-width: 135px;
  max-width: calc(100% - 2px);
  font-size: var(--font-size-lg, 1.125rem);
  margin-top: var(--spacer-2, 0.5rem);
}

.appContainer.itemDetail .itemDetailRight .priceBox .addToCart .label {
  width: auto;
  line-height: normal;
  padding: 5px 0;
}

.appContainer.itemDetail .itemDetailRight .priceBox .callToOrder .detailField,
.appContainer.itemDetail .itemDetailRight .priceBox .inactiveItem .detailField,
.appContainer.itemDetail .itemDetailRight .priceBox .detailField.tempUnavailable {
  padding: var(--spacer-1, 0.25rem) 0;
  line-height: normal;
  font-size: var(--font-size-lg, 1.125rem);
}

.appContainer.itemDetail .itemDetailRight .priceBox .callToOrder .detailField .label,
.appContainer.itemDetail .itemDetailRight .priceBox .inactiveItem .detailField .label,
.appContainer.itemDetail .itemDetailRight .priceBox .detailField.tempUnavailable .label {
  float: none;
  width: auto;
}

.appContainer.itemDetail .itemDetailRight .priceBox .inactiveItem .detailField a {
  font-weight: 700;
  color: var(--btn-link-color, #2F6395);
}

.appContainer.itemDetail .itemDetailRight .priceBox .quantity {
  width: 135px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.appContainer.itemDetail .itemDetailRight .priceBox .detailRow.quantity .detailField {
  padding: 0;
}

.appContainer.itemDetail .itemDetailRight .priceBox .detailRow.quantity .detailField .dijitTextBox .dijitInputField {
  padding: 5px 2px;
}

.appContainer.itemDetail .itemDetailRight .priceBox .orderGuide a {
  display: block;
  overflow: visible;
}

.appContainer.itemDetail .itemDetailRight .priceBox .addToCartButton .dijitButton,
.appContainer.itemDetail .itemDetailRight .priceBox .orderGuide .dijitInline {
  margin: 0;
}

.appContainer.itemDetail .itemDetailRight .priceBox .addToCartButton .dijitButtonNode,
.appContainer.itemDetail .itemDetailRight .priceBox .orderGuide .dijitButtonNode {
  min-width: 120px;
  margin: var(--spacer-1, 0.25rem) 0 0 0;
}

.appContainer.itemDetail .itemDetailRight .priceBox .orderGuide .dijitButtonNode {
  color: var(--white, #fff);
  font-weight: 400;
  line-height: 22px;
  border: 1px solid var(--gray-600, #6b6c7e);
  padding: var(--spacer-1, 0.25rem) var(--spacer-2, 0.5rem);
  background: var(--gray-700, #495057);
  -moz-border-radius: var(--border-radius-sm, 0.1875rem);
  border-radius: var(--border-radius-sm, 0.1875rem);
  -webkit-box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  -moz-box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  display: inline-block;
  text-align: center;
}

.appContainer.itemDetail .itemDetailRight .priceBox .orderGuide .dijitButtonNode:hover {
  opacity: 0.9;
}

.appContainer.itemDetail .spec {
  overflow: hidden;
  vertical-align: top;
  line-height: 30px;
}

.appContainer.itemDetail .spec:nth-child(odd) {
  background-color: var(--table-alt-row, #fff);
}

.appContainer.itemDetail .spec .label {
  float: left;
  width: 40%;
  margin: var(--spacer-1, 0.25rem);
  margin-right: var(--spacer-2, 0.5rem);
  font-weight: 700;
}

.appContainer.itemDetail .spec .label:after {
  content: ":";
}

.appContainer.itemDetail .spec .detail {
  overflow: hidden;
  margin: var(--spacer-1, 0.25rem);
}

.appContainer.itemDetail .spec .detail ul {
  margin: 0px;
  padding: 0px;
  padding-left: var(--spacer-3, 1rem);
}

.appContainer.itemDetail .relatedItemsComponent,
.appContainer.itemDetail .upSellItemsComponent {
  margin: var(--spacer-3, 1rem) 0 0 0;
}

.appContainer.itemDetail .itemFooter {
  margin-top: var(--spacer-3, 1rem);
  padding: 0px;
  overflow: hidden;
  clear: both;
}

.appContainer.itemDetail .itemDetailRight .shippingIcons {
  overflow: hidden;
}

.appContainer.itemDetail .itemDetailRight .shippingIcons .icon {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  width: 35px;
  height: 35px;
  display: block;
  float: left;
  margin: var(--spacer-1, 0.25rem) var(--spacer-2, 0.5rem);
}

.appContainer.itemDetail .itemDetailRight .shippingIcons .icon:first-child {
  margin-left: 0;
}

.appContainer.itemDetail .itemDetailRight .shippingIcons .newItemIcon {
  background-image: url(../images/s2k/icon_newItem.png);
}

.appContainer.itemDetail .itemDetailRight .shippingIcons .groundShipping:after,
.appContainer.itemDetail .itemDetailRight .shippingIcons .overSized:after,
.appContainer.itemDetail .itemDetailRight .shippingIcons .heavy:after,
.appContainer.itemDetail .itemDetailRight .shippingIcons .refrigerated:after,
.appContainer.itemDetail .itemDetailRight .shippingIcons .hazardSurcharge:after,
.appContainer.itemDetail .itemDetailRight .shippingIcons .historyIcon:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 26px;
  width: 35px;
  text-align: center;
  line-height: 35px;
}

.appContainer.itemDetail .itemDetailRight .shippingIcons .groundShipping:after {
  content: "\f0d1";
}

.appContainer.itemDetail .itemDetailRight .shippingIcons .overSized:after {
  content: "\f6da";
}

.appContainer.itemDetail .itemDetailRight .shippingIcons .heavy:after {
  content: "\f496";
}

.appContainer.itemDetail .itemDetailRight .shippingIcons .refrigerated:after {
  content: "\f768";
}

.appContainer.itemDetail .itemDetailRight .shippingIcons .hazardSurcharge:after {
  content: "\f780";
}

.appContainer.itemDetail .itemDetailRight .shippingIcons .historyIcon:after {
  content: "\f1da";
}

.appContainer.itemDetail #itemImage {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--spacer-4, 1.5rem);
  position: relative;
}

.appContainer.itemDetail #itemImage .image {
  margin: auto;
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 350px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
}

.appContainer.itemDetail #itemImage .image img {
  max-height: 350px;
  max-width: 350px;
  width: auto;
  height: auto;
}

.appContainer.itemDetail #itemImage .image iframe {
  border: none;
  width: 100%;
  height: 250px;
}

.appContainer.itemDetail #itemImage .imageThumbs {
  overflow: hidden;
  padding: var(--spacer-1, 0.25rem) 0;
  width: 85px;
  max-height: 350px;
  overflow-y: auto;
}

.appContainer.itemDetail #itemImage .imageThumbs ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.appContainer.itemDetail .imageThumbs li {
  list-style: none;
}

/* .appContainer.itemDetail .imageThumbs li .selectOverlay { */
/* 	background: rgba(0,0,0,.2); */
/* 	position: absolute; */
/* 	top: 0px; */
/* 	left: 0px; */
/* 	width: 100%; */
/* 	height: 100%; */
/* } */
.appContainer.itemDetail .imageThumbs li.selected .selectOverlay,
.appContainer.itemDetail .imageBox .imageThumbs .selected .selectOverlay {
  display: none !important;
}

.appContainer.itemDetail .imageBox .imageThumbs .selectOverlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.appContainer.itemDetail .imageBox .imageThumbs .altImageLoadOverlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: var(--white, #fff) url("../images/s2k/ajax-loader-small.gif") no-repeat 4px 4px;
}

.appContainer.itemDetail .imageThumbs img {
  width: 78px;
  height: 78px;
  border-radius: var(--border-radius-sm, 0.1875rem);
  border: 1px solid var(--gray-200, #f1f2f5);
  webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.appContainer.itemDetail .imageThumbs li:hover img {
  border-color: var(--gray-300, #e7e7ed);
}

.itemDetailLightbox {
  display: none;
  position: fixed;
  z-index: 2002;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.7);
}

.itemDetailLightbox.show {
  display: block;
}

.itemDetailLightbox .lbContent {
  border: 12px solid rgba(0, 0, 0, 0.5);
  background: var(--container-background, #fff);
  -webkit-border-radius: var(--border-radius-lg, 0.375rem);
  -moz-border-radius: var(--border-radius-lg, 0.375rem);
  border-radius: var(--border-radius-lg, 0.375rem);
  position: fixed;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 840px;
  height: 600px;
}

.lbContent button.close {
  position: absolute;
  background: var(--container-background, #fff);
  color: var(--gray-700, #495057);
  -webkit-border-radius: var(--border-radius-circle, 5000px);
  -moz-border-radius: var(--border-radius-circle, 5000px);
  border-radius: var(--border-radius-circle, 5000px);
  border: 1px solid var(--gray-700, #495057);
  width: 25px;
  height: 25px;
  font-size: 15px;
  font-weight: 700;
  -webkit-box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  -moz-box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  top: -20px;
  right: -20px;
  overflow: hidden;
}

/* Item Lightbox */
.lightBoxLink {
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.lightBoxLink a {
  font-weight: 700;
}

.lightBoxLink a:before {
  content: "\f03e";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.1em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
  margin: var(--spacer-1, 0.25rem) var(--spacer-2, 0.5rem);
  color: inherit;
}

.itemDetailLightbox .lbContent .itemImage {
  margin: var(--spacer-2, 0.5rem);
}

.itemDetailLightbox .imageThumbs ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.itemDetailLightbox .imageThumbs ul li a img {
  max-width: 85px;
  max-height: 85px;
  width: auto;
  height: auto;
}

.appContainer.itemDetail .itemDetailLightbox .itemImage .image iframe {
  min-height: 0;
  width: 100%;
  height: 100%;
}

.itemDetailLightbox .lbContent .image {
  margin: 0;
  width: 608px;
  height: 580px;
  float: left;
}

.itemDetailLightbox .lbContent .image img {
  width: auto;
  height: auto;
  max-height: 580px;
  max-width: 608px;
}

.itemDetailLightbox .lbContent .imageThumbs {
  width: 194px;
  float: right;
}

.appContainer.itemDetail .itemDetailRight .infoBox {
  overflow: hidden;
  margin: 0px;
}

.appContainer.itemDetail .itemDetailRight .infoBox .itemDescription {
  margin: var(--spacer-2, 0.5rem);
}

.appContainer.itemDetail .itemDetailRight .infoBox .itemDescription h1 {
  margin: 0px;
}

.appContainer.itemDetail .itemDetailRight .infoBox .itemStock {
  margin: var(--spacer-2, 0.5rem);
}

.appContainer.itemDetail .itemDetailRight .infoBox .itemNumber {
  margin: var(--spacer-2, 0.5rem);
}

.appContainer.itemDetail .itemDetailRight .infoBox .manufacturerItem {
  margin: var(--spacer-2, 0.5rem);
}

.appContainer.itemDetail .itemDetailRight .infoBox .manufacturer {
  margin: var(--spacer-2, 0.5rem);
}

.appContainer.itemDetail .itemDetailRight .infoBox .itemUM {
  margin: var(--spacer-2, 0.5rem);
}

.appContainer.itemDetail .itemDetailRight .infoBox .priceBox {
  overflow: hidden;
  margin: var(--spacer-2, 0.5rem);
}

.appContainer.itemDetail .itemDetailRight .infoBox .insetShadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.appContainer.itemDetail .itemDetailRight .infoBox .priceBox .originalPrice {
  display: none;
}

.appContainer.itemDetail .itemDetailRight .infoBox .priceBox .cartBox {
  min-height: 40px;
}

.appContainer.itemDetail .itemDetailRight .infoBox .priceBox .priceContainer {
  overflow: hidden;
}

.appContainer.itemDetail .itemDetailRight .infoBox .priceBox .cartBox .price {
  font-size: var(--font-size-lg, 1.125rem);
  overflow: hidden;
  margin-bottom: var(--spacer-2, 0.5rem);
  float: left;
  margin-top: var(--spacer-1, 0.25rem);
  margin-right: var(--spacer-1, 0.25rem);
}

.appContainer.itemDetail .itemDetailRight .infoBox .priceBox .cartBox .unitMeasure {
  margin-top: var(--spacer-2, 0.5rem);
}

.s2k-dojo .appContainer.itemDetail .itemDetailRight .infoBox .priceBox .unitMeasure .dijitComboBox {
  width: 60px;
}

.s2k-dojo .itemDetailLayout1 .infoBox .priceBox .unitMeasure .dijitComboBox {
  width: 60px;
}

.appContainer.itemDetail .itemDetailRight .infoBox .priceBox .additionalContentContainer {
  clear: both;
  overflow: hidden;
}

.appContainer.itemDetail .itemDetailRight .infoBox .priceBox .additionalContentContainer .additionalContent1 {
  float: left;
  overflow: hidden;
  width: 50%;
  margin-top: var(--spacer-2, 0.5rem);
  margin-right: var(--spacer-2, 0.5rem);
  margin-bottom: var(--spacer-4, 1.5rem);
}

.appContainer.itemDetail .itemDetailRight .infoBox .priceBox .additionalContentContainer .additionalContent2 {
  float: left;
  overflow: hidden;
}

.appContainer.itemDetail .itemDetailRight .infoBox .priceBox .cartBox .addToCart,
.appContainer.itemDetail .itemDetailRight .infoBox .priceBox .cartBox .orderGuide {
  float: left;
  position: relative;
  width: 150px;
  height: 75px;
}

.appContainer.itemDetail .itemDetailRight .infoBox .priceBox .cartBox .addToCart .quantity {
  clear: both;
}

.appContainer.itemDetail .itemDetailRight .infoBox .priceBox .cartBox .addToCart .label {
  width: auto;
}

.appContainer.itemDetail .itemDetailRight .infoBox .priceBox .cartBox .addToCartButton,
.appContainer.itemDetail .itemDetailRight .infoBox .priceBox .cartBox .ogButton {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.appContainer.itemDetail .itemDetailRight .infoBox .priceBox .savings {
  display: none;
}

.appContainer.itemDetail .itemDetailRight .infoBox .shippingIcons {
  margin: var(--spacer-2, 0.5rem);
}

.appContainer.itemDetail .itemDetailRight .infoBox .shippingIcons .icon {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: block;
  float: right;
  margin: var(--spacer-1, 0.25rem);
}

.appContainer.itemDetail .itemDetailRight .infoBox .shippingIcons .groundShipping {
  background-image: url(../images/s2k/icon_hazard.gif);
}

.appContainer.itemDetail .itemDetailRight .infoBox .shippingIcons .heavy {
  background-image: url(../images/s2k/icon_heavy.gif);
}

.appContainer.itemDetail .itemDetailRight .infoBox .shippingIcons .overSized {
  background-image: url(../images/s2k/icon_wide.gif);
}

.appContainer.itemDetail .itemDetailRight .infoBox .shippingIcons .refrigerated {
  background-image: url(../images/s2k/icon_refrigerated.gif);
}

.appContainer.itemDetail .rating {
  display: none;
  overflow: hidden;
}

.appContainer.itemDetail .rating span {
  overflow: hidden;
  background-image: url(../images/s2k/ratingStars.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 29px;
  width: 135px;
  display: block;
}

.appContainer.itemDetail .rating .r0 {
  background-position: 0px 0px;
}

.appContainer.itemDetail .rating .r05 {
  background-position: 0px -29px;
}

.appContainer.itemDetail .rating .r10 {
  background-position: 0px -58px;
}

.appContainer.itemDetail .rating .r15 {
  background-position: 0px -87px;
}

.appContainer.itemDetail .rating .r20 {
  background-position: 0px -116px;
}

.appContainer.itemDetail .rating .r25 {
  background-position: 0px -145px;
}

.appContainer.itemDetail .rating .r30 {
  background-position: 0px -174px;
}

.appContainer.itemDetail .rating .r35 {
  background-position: 0px -203px;
}

.appContainer.itemDetail .rating .r40 {
  background-position: 0px -232px;
}

.appContainer.itemDetail .rating .r45 {
  background-position: 0px -261px;
}

.appContainer.itemDetail .rating .r50 {
  background-position: 0px -290px;
}

.appContainer.itemDetail .itemFooter .gridContainer {
  overflow: hidden;
}

.appContainer.itemDetail .buttonBar {
  border: none;
  background: none;
}

.appContainer.itemDetail .rowGroup {
  border-bottom-style: none;
}

.s2k-dojo .appContainer.itemDetail .dijitTabPane .dijitTitlePane .dijitTitlePaneTitle,
.s2k-dojo .appContainer.itemDetail .itemFooter .dijitTitlePane .dijitTitlePaneTitle,
.s2k-dojo .appContainer.itemDetail .socialBox .dijitTitlePane .dijitTitlePaneTitle,
.s2k-dojo .appContainer.itemDetail .floatBoxColumn .dijitTitlePane .dijitTitlePaneTitle {
  border-right-style: none;
  border-left-style: none;
}

.s2k-dojo .appContainer.itemDetail .dijitTitlePaneTitle,
.s2k-dojo .appContainer.itemDetail .dijitTitlePaneFocused .dijitTitlePaneTitle,
.s2k-dojo .appContainer.itemDetail .dijitTitlePaneTextNode {
  /* 	color:var(--gray-700, #495057); */
  text-shadow: none;
}

.appContainer.itemDetail .easy_zoom_parent {
  position: relative;
}

.appContainer.itemDetail .easy_zoom {
  width: 400px;
  height: 400px;
  border: 5px solid var(--gray-100, #f7f8f9);
  position: absolute;
  top: 10px;
  left: 45%;
  overflow: hidden;
  -moz-box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  -webkit-box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  line-height: 400px;
  text-align: center;
  z-index: 150;
}

.appContainer.itemDetail .itemDetailPreview {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--container-background, #fff);
  width: auto;
  -webkit-box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  z-index: 100;
  display: none;
}

.appContainer.itemDetail .showPreview {
  display: block;
}

.appContainer.itemDetail .showPreview .innerAppContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.appContainer.itemDetail .itemDetailPreview .imagePreview,
.appContainer.itemDetail .itemDetailPreview .itemPreviewInfo,
.appContainer.itemDetail .itemDetailPreview .addToCart {
  display: inline-block;
  margin: var(--spacer-1, 0.25rem);
  vertical-align: middle;
}

.appContainer.itemDetail .itemDetailPreview .imagePreview {
  float: left;
  overflow: hidden;
  margin: var(--spacer-1, 0.25rem) var(--spacer-2, 0.5rem) 1px 0;
}

.appContainer.itemDetail .itemDetailPreview .imagePreview img {
  max-height: 60px;
  max-width: 60px;
  width: auto;
  height: auto;
}

.appContainer.itemDetail .itemDetailPreview .itemPreviewInfo {
  float: left;
  overflow: hidden;
  margin: var(--spacer-1, 0.25rem) 0;
  flex: 1;
}

.appContainer.itemDetail .itemDetailPreview .itemDescription {
  max-width: 600px;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: 700;
  margin-right: var(--spacer-2, 0.5rem);
}

.appContainer.itemDetail .itemDetailPreview .priceContainer {
  float: left;
  overflow: hidden;
}

.appContainer.itemDetail .itemDetailPreview .priceContainer .price,
.appContainer.itemDetail .itemDetailPreview .priceContainer .uom,
.appContainer.itemDetail .itemDetailPreview .priceContainer .stock {
  display: inline-block;
  float: left;
  margin-right: var(--spacer-1, 0.25rem);
}

.appContainer.itemDetail .itemDetailPreview .priceContainer .price {
  font-size: var(--font-size-lg, 1.125rem);
  color: var(--price-color, #272833);
  font-weight: 700;
  display: inline-block;
}

.appContainer.itemDetail .itemDetailPreview .addToCart {
  margin: var(--spacer-1, 0.25rem) 0 var(--spacer-1, 0.25rem) var(--spacer-2, 0.5rem);
  overflow: hidden;
  text-align: center;
  float: right;
}

.appContainer.itemDetail .itemDetailPreview .addToCart .label {
  font-weight: 700;
  font-size: var(--font-size-lg, 1.125rem);
  display: inline-block;
}

.appContainer.itemDetail .itemDetailPreview .addToCart .itemQuantity {
  display: inline-block;
}

.appContainer.itemDetail .itemDetailPreview .addToCart .qty,
.appContainer.itemDetail .itemDetailPreview .addToCart .btn {
  box-shadow: none;
  display: inline-block;
}

.partsItems .listView .gridContainer .rowGroup {
  display: table;
}

.partsItems .listView .gridContainer .detailRow {
  display: table-row;
}

.partsItems .listView .detailRow .itemDetails {
  display: table-cell;
  width: auto;
  margin: 0;
}

.partsItems .listView .detailRow .price .unitMeasure {
  text-transform: uppercase;
}

.partsItems .listView .detailRow .quantity .dijitTextBox {
  width: 5em;
}

.isMobile .magnifyarea,
.isMobile .cursorshade,
.isMobile .zoomstatus {
  display: none;
}

.backLink.itemDetailback {
  padding: var(--spacer-1, 0.25rem) 0;
}

.backLink.itemDetailback a {
  font-weight: 700;
}

.appContainer.itemDetail #itemCustomization {
  padding-left: 0 !important;
}

.appContainer.itemDetail #itemCustomization #displayTemplate a {
  color: var(--btn-primary-color, #fff);
  border: 1px solid var(--btn-primary-border-color, #2F6395);
  padding: var(--spacer-1, 0.25rem) var(--spacer-2, 0.5rem);
  background: var(--btn-primary-background-color, #2F6395);
  -moz-border-radius: var(--border-radius-sm, 0.1875rem);
  border-radius: var(--border-radius-sm, 0.1875rem);
  -webkit-box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  -moz-box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  margin: var(--spacer-2, 0.5rem) 0 0;
  display: inline-block;
}

.appContainer.itemDetail #customizationContainer {
  margin: var(--spacer-2, 0.5rem) 0 0;
  padding: var(--spacer-3, 1rem);
  border: 1px solid var(--gray-200, #f1f2f5);
  background: var(--gray-100, #f7f8f9);
  border-radius: var(--border-radius, 0.25rem);
}

.appContainer.itemDetail #customizationContainer .detailField {
  margin: 0 0 var(--spacer-1, 0.25rem) 0;
}

.appContainer.itemDetail #personalizationTemplate .detailField:last-child {
  border-bottom: 1px solid var(--white, #fff);
  margin: 0 0 var(--spacer-3, 1rem) 0;
  padding-bottom: var(--spacer-3, 1rem);
}

@media screen and (max-width: 980px) {
  .itemDetailLayout4 .itemDetailRight {
    padding-right: 0;
  }
  .appContainer.itemDetail .itemDetailRight .priceBox {
    position: initial;
    display: block;
    text-align: left;
    width: auto;
    margin: 0 0 var(--spacer-2, 0.5rem) 0;
  }
  .appContainer.itemDetail .itemDetailRight .priceBox .priceBreaks .vaiComponent {
    padding: 0;
  }
  .itemDetailLightbox .lbContent {
    width: 680px;
    height: 520px;
  }
  .itemDetailLightbox .lbContent .image {
    width: 448px;
    height: 500px;
  }
  .itemDetailLightbox .lbContent .image img {
    max-width: 448px;
    max-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .itemDetailLayout4 .itemDetailLeft,
  .itemDetailLayout4 .itemDetailRight {
    width: 100%;
    flex: auto;
  }
  .itemDetailLayout4 .itemDetailLeft {
    border-bottom: 1px solid var(--gray-500, #a7a9bc);
    padding-bottom: var(--spacer-3, 1rem);
    margin-bottom: var(--spacer-3, 1rem);
  }
  .itemDetailLayout4 .itemDetailRight {
    margin-top: var(--spacer-2, 0.5rem);
    margin-left: 0;
    text-align: center;
  }
  .appContainer.itemDetail #itemImage {
    flex-direction: column;
  }
  .appContainer.itemDetail #itemImage .image {
    height: auto;
  }
  .appContainer.itemDetail #itemImage .imageThumbs {
    width: 100%;
  }
  .appContainer.itemDetail #itemImage .imageThumbs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .appContainer.itemDetail #itemImage .imageThumbs ul li {
    margin-right: var(--spacer-1, 0.25rem);
  }
  .appContainer.itemDetail .itemDetailRight .priceBox {
    display: inline-block;
    min-width: 51%;
    text-align: center;
  }
  .itemDetailLightbox .lbContent {
    width: 520px;
    height: 440px;
  }
  .itemDetailLightbox .lbContent .image {
    width: 415px;
    height: 420px;
  }
  .itemDetailLightbox .lbContent .image img {
    max-width: 415px;
    max-height: 415px;
  }
  .itemDetailLightbox .lbContent .imageThumbs {
    width: 67px;
  }
  .itemDetailLightbox .imageThumbs ul li {
    width: 55px;
    height: 55px;
  }
  .itemDetailLightbox .imageThumbs ul li a img {
    max-width: 55px;
    max-height: 55px;
  }
}
@media screen and (max-width: 603px) {
  .appContainer.itemDetail .showPreview .innerAppContainer {
    flex-wrap: wrap;
  }
  .appContainer.itemDetail .itemDetailPreview .imagePreview,
  .appContainer.itemDetail .itemDetailPreview .itemPreviewInfo,
  .appContainer.itemDetail .itemDetailPreview .priceContainer,
  .appContainer.itemDetail .itemDetailPreview .priceContainer .price,
  .appContainer.itemDetail .itemDetailPreview .priceContainer .uom,
  .appContainer.itemDetail .itemDetailPreview .priceContainer .stock,
  .appContainer.itemDetail .itemDetailPreview .addToCart {
    width: 100%;
    text-align: center;
  }
  .itemDetailLightbox .lbContent {
    width: 420px;
    height: 435px;
  }
  .itemDetailLightbox .lbContent .image {
    width: 400px;
    height: 350px;
  }
  .itemDetailLightbox .lbContent .image img {
    max-width: 400px;
    max-height: 340px;
  }
  .itemDetailLightbox .lbContent .imageThumbs {
    width: 392px;
  }
  .itemDetailLightbox .imageThumbs ul li {
    margin: var(--spacer-1, 0.25rem);
  }
  .appContainer.itemDetail .itemDetailRight .priceBox {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .itemDetailLightbox .lbContent {
    width: 260px;
  }
  .itemDetailLightbox .lbContent .image {
    width: 240px;
  }
  .itemDetailLightbox .lbContent .image img {
    max-width: 240px;
    max-height: 276px;
  }
  .itemDetailLightbox .lbContent .imageThumbs {
    width: 240px;
  }
  .itemDetailLightbox .imageThumbs ul li {
    margin: var(--spacer-1, 0.25rem);
  }
  .partsItems .listView .gridContainer .detailRow {
    display: block;
    margin-bottom: 0;
  }
  .partsItems .listView .detailRow .itemDetails {
    display: block;
  }
}
.btn-primary,
.s2k-dojo .dijitButton .dijitButtonNode {
  position: relative;
  overflow: hidden;
  -moz-border-radius: var(--btn-primary-border-radius, 0.25rem);
  border-radius: var(--btn-primary-border-radius, 0.25rem);
}

.btn-primary:before,
.s2k-dojo .dijitButton .dijitButtonNode:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.btn-primary:hover:before,
.s2k-dojo .dijitButton .dijitButtonNode:hover:before,
.s2k-dojo .dijitButtonHover .dijitButtonNode:before {
  -webkit-animation: var(--btn-primary-hover-animation, shine) 0.75s forwards;
  animation: var(--btn-primary-hover-animation, shine) 0.75s forwards;
}

.s2k-dojo .dijitButton.dijitButtonDisabled .dijitButtonNode:before,
.s2k-dojo .action .dijitButton .dijitButtonNode:before,
.s2k-dojo .action .dijitDropDownButton .dijitButtonNode:before,
.s2k-dojo .action .dijitComboButton .dijitButtonNode:before,
.s2k-dojo .action .dijitToggleButton .dijitButtonNode:before,
.s2k-dojo .moreLess .dijitButton .dijitButtonNode:before,
.s2k-dojo .moreLess .dijitDropDownButton .dijitButtonNode:before,
.s2k-dojo .moreLess .dijitComboButton .dijitButtonNode:before,
.s2k-dojo .moreLess .dijitToggleButton .dijitButtonNode:before,
.s2k-dojo .expand .dijitButton .dijitButtonNode:before,
.s2k-dojo .expand .dijitDropDownButton .dijitButtonNode:before,
.s2k-dojo .expand .dijitComboButton .dijitButtonNode:before,
.s2k-dojo .expand .dijitToggleButton .dijitButtonNode:before,
.s2k-dojo .removeLink .dijitButton .dijitButtonNode:before,
.s2k-dojo .removeLink .dijitDropDownButton .dijitButtonNode:before,
.s2k-dojo .removeLink .dijitComboButton .dijitButtonNode:before,
.s2k-dojo .removeLink .dijitToggleButton .dijitButtonNode:before,
.compareProducts.removeProduct .dijitReset.dijitInline.dijitButtonNode:before {
  display: none;
}

.moreLess .bIcon {
  float: right;
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(../images/s2k/moreLessArrow.gif);
  background-repeat: no-repeat;
  margin-left: 3px;
  margin-top: 2px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
}

.moreLess .dijitHover .bIcon {
  filter: Alpha(Opacity=100);
  opacity: 1;
  -moz-opacity: 1;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
}

.moreLess .dijitHover .bIcon {
  filter: Alpha(Opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}

.moreLess .bIcon.more {
  background-position: 1px 1px;
}

.moreLess .bIcon.less {
  background-position: -9px 1px;
}

.layoutButtons .bIcon {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--gray-200, #f1f2f5);
  vertical-align: top;
}

.boxes .layoutButtons .bIcon,
.listView .layoutButtons .bIcon {
  color: var(--gray-500, #a7a9bc);
}

.layoutButtons .boxViewBtn,
.layoutButtons .listViewBtn {
  margin-left: var(--spacer-2, 0.5rem) !important;
}

.layoutButtons .boxViewBtn .bIcon:before {
  content: "\f00a";
}

.layoutButtons .listViewBtn .bIcon:before {
  content: "\f00b";
}

.boxes .layoutButtons .boxViewBtn .bIcon,
.listView .layoutButtons .listViewBtn .bIcon,
.cellData.action .bText {
  color: var(--gray-700, #495057);
}

.layoutButtons .bText {
  display: none;
}

.termsContainer {
  margin: var(--spacer-1, 0.25rem);
}

.termsContainer a {
  font-weight: 700;
}

.checkoutButtonContainer {
  position: relative;
  float: left;
}

.checkoutButtonContainer .processingOverlay {
  background-color: var(--white, #fff);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 125%;
  height: 100%;
  overflow: hidden;
}

.checkoutButtonContainer .processingOverlay .processingMessage,
.createAccountButtonContainer .processingOverlay .processingMessage {
  margin-top: var(--spacer-1, 0.25rem);
  text-align: left;
}

.checkoutButtonContainer .processingOverlay .processingMessage .icon,
.createAccountButtonContainer .processingOverlay .processingMessage .icon {
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  margin-right: var(--spacer-1, 0.25rem);
  background-image: url(../images/s2k/ajax-loader-small.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.s2k-dojo .dijitButtonDisabled .bIcon, .s2k-dojo .dijitButtonDisabled .bText {
  opacity: 0.5;
}

.printUPSLabel .bText {
  font-size: var(--font-size-lg, 1.125rem);
}

.printUPSLabel .bIcon {
  background-image: url(images/upsLogo.png);
  background-position: 0px 0px;
}

.calendarList .actionLinks a {
  display: block;
  float: left;
  padding: 0px 3px;
  border-left: 1px solid var(--gray-700, #495057);
}

.calendarList .actionLinks a:first-child {
  border-left: none;
}

.refreshBtn .dijitButton .dijitButtonNode .bText {
  display: none;
}

.refreshBtn .dijitButton .dijitButtonNode .bIcon {
  background-image: url(../images/s2k/refresh.png);
  background-repeat: no-repeat;
  background-position: 1px 0px;
  display: block;
  width: 16px;
  height: 16px;
}

.favoritesBtn .dijitButton {
  margin: 0px;
}

.favoritesBtn .dijitButton .dijitButtonNode {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.favoritesBtn .dijitButton .dijitButtonNode .bIcon {
  background-image: url(../images/s2k/favorites-star.png);
  background-repeat: no-repeat;
  display: block;
  width: 26px;
  height: 25px;
}

.showFavorites .favoritesBtn .dijitButton .dijitButtonNode .bIcon {
  background-image: url(../images/s2k/favorites-star-selected.png);
}

.favoritesBtn .dijitButton .dijitButtonNode .bText {
  display: none;
}

.showFavorites .menuTree {
  display: none !important;
}

.favoritesContainer {
  display: none;
  width: 260px;
}

.showFavorites .favoritesContainer {
  display: block;
}

.s2kERPActions {
  display: none;
}

.columnFilter .bIcon {
  background-image: url(../images/s2k/Add-Remove-Column.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  float: left;
  height: 16px;
  width: 16px;
}

.columnFilter .bText {
  display: none;
}

.columnFilter .dijitDropDownButton .dijitButtonNode {
  border: none;
  padding: 0px;
  color: var(--body-color, #272833);
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
}

.columnFilter .dijitArrowButtonInner {
  display: none;
}

.s2k-dojo .dijitComboBox .dijitArrowButtonContainer .dijitArrowButtonInner {
  display: block;
}

.stepBar {
  overflow: hidden;
  font-weight: 700;
  margin: 0 0 var(--spacer-4, 1.5rem) 0;
  background-color: var(--container-background, #fff);
  -moz-border-radius: var(--border-radius, 0.25rem);
  border-radius: var(--border-radius, 0.25rem);
  -webkit-box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
  -moz-box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
  box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
  position: relative;
}

.stepBar .step {
  padding: var(--spacer-2, 0.5rem) var(--spacer-3, 1rem);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.stepBar .step.here:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--cart-checkout-step-color, #2f6395);
  position: absolute;
  left: 0;
  top: calc(var(--spacer-2, 0.5rem) + 12px);
}

.stepBar .step span {
  background-color: var(--container-background, #fff);
  color: var(--gray-400, #cdced9);
  z-index: 1;
}

.stepBar .here span {
  color: var(--cart-checkout-step-color, #2F6395);
}

.stepBar .step .sIcon:before {
  display: block;
  border: 2px solid var(--gray-400, #cdced9);
  -moz-border-radius: var(--border-radius-circle, 5000px);
  border-radius: var(--border-radius-circle, 5000px);
  width: 24px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  margin-bottom: var(--spacer-2, 0.5rem);
}

.stepBar .step.here .sIcon:before {
  border-color: var(--cart-checkout-step-color, #2F6395);
}

.stepBar .step:nth-of-type(1) .sIcon:before {
  content: "1";
}

.stepBar .step:nth-of-type(2) .sIcon:before {
  content: "2";
}

.stepBar .step:nth-of-type(3) .sIcon:before {
  content: "3";
}

.stepBar .step:nth-of-type(4) .sIcon:before {
  content: "4";
}

@media screen and (max-width: 768px) {
  .stepBar {
    display: flex;
  }
  .stepBar .step {
    width: 25%;
    line-height: normal;
  }
}
.themeSearchBar .suggestionContainer,
.suggestionOverlay {
  display: none;
}

.hasSuggestion.activeSearch .themeSearchBar .suggestionContainer,
.hasSuggestion.activeSearch .suggestionOverlay {
  display: inline-block;
}

.dijitComboBoxMenuPopup .dijitMenuItem .didYouMean,
.suggestionContainer .didYouMean {
  font-size: var(--font-size-sm, 0.875rem);
  float: right;
  color: var(--gray-500, #a7a9bc);
}

.themeSearchBar .suggestionContainer {
  background: var(--white, #fff);
  top: 100%;
  position: absolute;
  left: 2px;
  right: 2px;
  -webkit-box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
}

.hasSuggestion .suggestionOverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
}

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

.suggestionContainer a {
  padding: var(--spacer-1, 0.25rem) var(--spacer-2, 0.5rem);
  display: block;
}

.suggestionContainer a:hover,
.suggestionContainer a:focus,
.suggestionContainer a:active {
  background: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 980px) {
  .hasSuggestion .themeSearchBar .suggestionContainer {
    display: inline-block;
  }
  .hasSuggestion .suggestionOverlay {
    display: none;
  }
}
.portletConfig .allComponentContainer {
  position: relative;
}

.portletConfig .compUpdateOverlay {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
}

.portletConfig .compUpdateOverlay .updateBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -10px;
}

.portletConfig .fieldColumn {
  width: 90%;
}

.portletConfig .subSection {
  background-color: var(--gray-200, #f1f2f5);
}

.portletConfig .comp {
  -moz-box-shadow: inset 0px 1px 0px 0px var(--white, #fff);
  -webkit-box-shadow: inset 0px 1px 0px 0px var(--white, #fff);
  box-shadow: inset 0px 1px 0px 0px var(--white, #fff);
  background: var(--gray-100, #f7f8f9);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgb(249, 249, 249) 5%, rgb(233, 233, 233) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgb(249, 249, 249)), color-stop(100%, rgb(233, 233, 233)));
  background: -webkit-linear-gradient(top, rgb(249, 249, 249) 5%, rgb(233, 233, 233) 100%);
  background: -o-linear-gradient(top, rgb(249, 249, 249) 5%, rgb(233, 233, 233) 100%);
  background: -ms-linear-gradient(top, rgb(249, 249, 249) 5%, rgb(233, 233, 233) 100%);
  background: linear-gradient(to bottom, rgb(249, 249, 249) 5%, rgb(233, 233, 233) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f9f9f9", endColorstr="#e9e9e9",GradientType=0 );
  -moz-border-radius: var(--border-radius-sm, 0.1875rem);
  -webkit-border-radius: var(--border-radius-sm, 0.1875rem);
  border-radius: var(--border-radius-sm, 0.1875rem);
  border: 1px solid var(--gray-300, #e7e7ed);
  color: var(--gray-600, #6b6c7e);
  font-size: 11px;
  padding: 10px 24px 10px 50px;
  text-decoration: none;
  text-shadow: 0px 1px 0px var(--white, #fff);
  margin: 2px;
}

.portletConfig .comp:hover {
  background: var(--gray-200, #f1f2f5);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgb(233, 233, 233) 5%, rgb(249, 249, 249) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgb(233, 233, 233)), color-stop(100%, rgb(249, 249, 249)));
  background: -webkit-linear-gradient(top, rgb(233, 233, 233) 5%, rgb(249, 249, 249) 100%);
  background: -o-linear-gradient(top, rgb(233, 233, 233) 5%, rgb(249, 249, 249) 100%);
  background: -ms-linear-gradient(top, rgb(233, 233, 233) 5%, rgb(249, 249, 249) 100%);
  background: linear-gradient(to bottom, rgb(233, 233, 233) 5%, rgb(249, 249, 249) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e9e9e9", endColorstr="#f9f9f9",GradientType=0 );
}

.portletConfig .comp:active {
  position: relative;
  top: 1px;
}

.portletConfig .box {
  background-color: var(--gray-300, #e7e7ed);
  border: 2px dashed var(--gray-500, #a7a9bc);
  margin: 2px;
  overflow: hidden;
  min-height: 46px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.portletConfig .compContainer {
  overflow: auto;
  max-height: 222px;
  min-height: 46px;
  width: 440px;
  float: left;
  border: 1px solid var(--gray-700, #495057);
}

.portletConfig .itemHeader {
  background: none;
  min-height: 0px;
}

.portletConfig .itemDetailLayout1 .imageBox {
  width: 30%;
  overflow: hidden;
  float: left;
  margin: 0px;
  border: none;
  background-color: transparent;
}

.portletConfig .itemDetailLayout1 .infoBox {
  width: 40%;
  overflow: hidden;
  float: left;
}

.portletConfig .itemDetailLayout1 .socialBox {
  width: 30%;
  overflow: hidden;
  float: left;
  margin: 0px;
}

.portletConfig .itemDetailLayout1 .itemTabSection {
  border: none;
}

.portletConfig .itemDetailLayout1 .itemFooter {
  padding: 0px;
}

.portletConfig .itemDetailLayout2 .itemDetailContainer {
  overflow: hidden;
  min-height: 0px;
}

.portletConfig .itemDetailLayout2 .itemDetailLeft {
  overflow: hidden;
  width: 50%;
  float: left;
}

.portletConfig .itemDetailLayout2 .itemDetailRight {
  overflow: hidden;
  width: 50%;
  float: left;
}

.portletConfig .itemDetailLayout2 .itemFooter {
  width: 100%;
  overflow: hidden;
  float: none;
  clear: both;
  padding: 0px;
}

.portletConfig .itemDetailLayout4 .itemDetailContainer {
  float: left;
  width: 66.66666%;
  overflow: hidden;
}

.portletConfig .itemDetailLayout4 .itemDetailLeft {
  float: left;
  width: 50%;
  overflow: hidden;
}

.portletConfig .itemDetailLayout4 .itemDetailRight {
  float: left;
  width: 50%;
  overflow: hidden;
  padding: 0;
}

.portletConfig .itemDetailLayout4 .rightColumn {
  float: left;
  width: 33.33333%;
  overflow: hidden;
}

.portletConfig .itemDetailLayout4 .rightColumn:before {
  content: "Do not use this column with this theme.";
}

.portletConfig .itemDetailLayout5 .itemDetailContainer {
  float: left;
  width: 66.66666%;
  overflow: hidden;
}

.portletConfig .itemDetailLayout5 .itemDetailLeft {
  float: left;
  width: 50%;
  overflow: hidden;
}

.portletConfig .itemDetailLayout5 .itemDetailRight {
  float: left;
  width: 50%;
  overflow: hidden;
}

.portletConfig .itemDetailLayout5 .rightColumn {
  float: left;
  width: 33.33333%;
  overflow: hidden;
}

.appContainer .innerAppContainer,
.backLink.itemDetailback,
.boxes .itemResults .detailRow,
.hero-overlay,
.contentWidth,
.topSection .featuredCategories,
.topContent .categoryHeading .categoryContent,
.itemDetail .itemDetailLeft,
.itemDetail .itemDetailRight,
.itemDetail .itemDetailFull,
.itemDetail .rightColumn,
.loginPortlet .floatBoxColumn,
.appContainer .mainCol {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out; /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.appContainer .leftCol {
  width: var(--left-col-width, 250px);
  margin-right: 10px;
  float: left;
}

.appContainer .mainCol + .leftCol,
.appContainer .mainCol + .leftCol + .mainCol {
  margin-top: var(--spacer-2, 0.5rem);
}

.appContainer .leftCol[style="display: none;"] + .mainCol {
  width: 100%;
}

.appContainer.categoryListing .innerAppContainer,
.appContainer.productItemListing .innerAppContainer,
.appContainer.searchResults .innerAppContainer,
.appContainer.manufacturerItems .innerAppContainer,
.appContainer.orderFromHistory .innerAppContainer,
.appContainer.orderFromHistory .landingPageContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.appContainer.categoryListing .leftCol,
.appContainer.productItemListing .leftCol,
.appContainer.searchResults .leftCol,
.appContainer.manufacturerItems .leftCol,
.appContainer.orderFromHistory .innerAppContainer .leftCol {
  width: var(--left-col-width, 250px);
  margin-right: 10px;
  flex: 0 1 auto;
}

.appContainer.categoryListing .mainCol,
.appContainer.productItemListing .mainCol,
.appContainer.searchResults .mainCol,
.appContainer.manufacturerItems .mainCol,
.appContainer.orderFromHistory .mainCol {
  flex: 1 1 auto;
  width: calc(100% - var(--left-col-width, 250px) - 10px);
}

.appContainer .noLeftContent .leftCol {
  width: 0;
  margin-right: 0;
}

@media screen and (max-width: 980px) {
  .appContainer .leftCol,
  .appContainer.categoryListing .leftCol,
  .appContainer.productItemListing .leftCol,
  .appContainer.searchResults .leftCol,
  .appContainer.manufacturerItems .leftCol,
  .appContainer.orderFromHistory .innerAppContainer .leftCol,
  .appContainer .mainCol,
  .appContainer.categoryListing .mainCol,
  .appContainer.productItemListing .mainCol,
  .appContainer.searchResults .mainCol,
  .appContainer.manufacturerItems .mainCol,
  .appContainer.orderFromHistory .mainCol {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    flex: 1 0 auto;
    float: none;
  }
}
@media print {
  .appContainer .innerAppContainer {
    width: 100%;
  }
  .appContainer.categoryListing .mainCol,
  .appContainer.productItemListing .mainCol,
  .appContainer.searchResults .mainCol,
  .appContainer.manufacturerItems .mainCol,
  .appContainer.orderFromHistory .mainCol {
    width: 100%;
  }
  .appContainer .leftCol {
    display: none;
  }
}
.simple-layout #banner a.logo {
  margin: auto;
}
.simple-layout #banner a.logo img {
  display: block;
  margin-right: 0 !important;
}

/* @media (min-width: 1380px) { */
/*     .container-fluid:not(.container-fluid-max-xl) { */
/*         max-width: none; */
/*     } */
/* } */
.banner,
.panel {
  background-color: var(--container-background, #fff);
}

.banner-background-container {
  position: relative;
}

.banner-background-container * {
  z-index: 1;
}

.banner-background-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.9);
}

.card {
  border-radius: var(--border-radius, 0.25rem);
}

.horizontal-card {
  background: var(--frag-h-card-background);
  border: 1px solid transparent;
  text-decoration: none;
}
.horizontal-card h3 {
  color: var(--frag-h-card-heading);
}
.horizontal-card i {
  color: var(--frag-h-card-icon);
}
.horizontal-card p {
  color: var(--frag-h-card-text);
}
.horizontal-card:hover {
  background: var(--frag-h-card-background-hover);
  border-color: var(--frag-h-card-border-hover, #0277bc);
  text-decoration: none;
}
.horizontal-card:hover h3 {
  color: var(--frag-h-card-heading-hover);
}
.horizontal-card:hover i {
  color: var(--frag-h-card-icon-hover);
}
.horizontal-card:hover p {
  color: var(--frag-h-card-text-hover);
}

.vertical-card {
  position: relative;
  text-decoration: none;
  background: var(--frag-v-card-background, #fff);
  color: var(--frag-v-card-text, #2F6395);
}
.vertical-card h3 {
  color: var(--frag-v-card-text, #2F6395);
}
.vertical-card i {
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 400ms linear;
  border: 1px solid;
  border-radius: var(--border-radius-circle, 5000px);
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-decoration: none;
  background: var(--frag-v-card-icon-background, #fff);
  color: var(--frag-v-card-icon, inherit);
}

a.vertical-card:hover {
  text-decoration: none;
  background: var(--frag-v-card-background-hover, #fff);
  color: var(--frag-v-card-text-hover, #0277bc);
}
a.vertical-card:hover i {
  background: var(--frag-v-card-icon-background-hover, #0277bc);
  color: var(--frag-v-card-icon-hover, #fff);
}

a.card-borders:after,
a.card-borders:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, var(--frag-v-card-hover-animation-1, #dd56a0), var(--frag-v-card-hover-animation-2, #0277bc));
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}

a.card-borders:before {
  top: -5px;
  transform-origin: left;
}

a.card-borders:hover:after,
a.card-borders:hover:before {
  -webkit-animation: borders 0.75s forwards;
  animation: borders 0.75s forwards;
}

a.card-shine {
  position: relative;
  overflow: hidden;
}

a.card-shine:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

a.card-shine:hover:before {
  -webkit-animation: shine 0.75s forwards;
  animation: shine 0.75s forwards;
}

.thumbnail,
.thumbnail-sm {
  width: 150px;
  max-width: 100%;
  object-fit: contain;
}

.thumbnail-md {
  width: 250px;
}

.thumbnail-lg {
  width: 350px;
}

.thumbnail-sm.thumbnailSquare {
  height: 150px;
}

.thumbnail-md.thumbnailSquare {
  height: 250px;
}

.thumbnail-lg.thumbnailSquare {
  height: 350px;
}

.component-tabs .navigation-bar-light.navbar-expand-md.navbar-underline .navbar-nav .nav-link.active:after {
  background-color: var(--active-tab-underline, #e87523);
}

.collapsible-text-box {
  border-radius: 0;
}
.collapsible-text-box .panel-header-link {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.collapsible-text-box .panel-header-link i {
  display: block;
}

#numberOfOrdersPendingApprovalPage .orderApprovalIcon .fa-layers {
  font-size: 2rem;
}

.grid-responsive,
.container-responsive > div {
  display: grid;
}

.grid-responsive-gap-6,
.container-responsive-gap-6 > div {
  grid-column-gap: var(--spacer-6, 4.5rem);
  row-gap: var(--spacer-6, 4.5rem);
}

.grid-responsive-gap-5,
.container-responsive-gap-5 > div {
  grid-column-gap: var(--spacer-5, 3rem);
  row-gap: var(--spacer-5, 3rem);
}

.grid-responsive-gap-4,
.container-responsive-gap-4 > div {
  grid-column-gap: var(--spacer-4, 1.5rem);
  row-gap: var(--spacer-4, 1.5rem);
}

.grid-responsive-gap-3,
.container-responsive-gap-3 > div {
  grid-column-gap: var(--spacer-3, 1rem);
  row-gap: var(--spacer-3, 1rem);
}

.grid-responsive-gap-2,
.container-responsive-gap-2 > div {
  grid-column-gap: var(--spacer-2, 0.5rem);
  row-gap: var(--spacer-2, 0.5rem);
}

.grid-responsive-gap-1,
.container-responsive-gap-1 > div {
  grid-column-gap: var(--spacer-1, 0.25rem);
  row-gap: var(--spacer-1, 0.25rem);
}

.grid-responsive-gap-0,
.container-responsive-gap-0 > div {
  grid-column-gap: 0;
  row-gap: 0;
}

.container-responsive > div > div > div {
  display: flex;
  height: 100%;
}

@media screen and (min-width: 576px) {
  .grid-responsive-sm-6,
  .container-responsive-sm-6 > div {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
  .grid-responsive-sm-5,
  .container-responsive-sm-5 > div {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
  .grid-responsive-sm-4,
  .container-responsive-sm-4 > div {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
  .grid-responsive-sm-3,
  .container-responsive-sm-3 > div {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
  .grid-responsive-sm-2,
  .container-responsive-sm-2 > div {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .grid-responsive-md-6,
  .container-responsive-md-6 > div {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
  .grid-responsive-md-5,
  .container-responsive-md-5 > div {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
  .grid-responsive-md-4,
  .container-responsive-md-4 > div {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
  .grid-responsive-md-3,
  .container-responsive-md-3 > div {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
  .grid-responsive-md-2,
  .container-responsive-md-2 > div {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .grid-responsive-lg-6,
  .container-responsive-lg-6 > div {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
  .grid-responsive-lg-5,
  .container-responsive-lg-5 > div {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
  .grid-responsive-lg-4,
  .container-responsive-lg-4 > div {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
  .grid-responsive-lg-3,
  .container-responsive-lg-3 > div {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
  .grid-responsive-lg-2,
  .container-responsive-lg-2 > div {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .grid-responsive-xl-6,
  .container-responsive-xl-6 > div {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
  .grid-responsive-xl-5,
  .container-responsive-xl-5 > div {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
  .grid-responsive-xl-4,
  .container-responsive-xl-4 > div {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
  .grid-responsive-xl-3,
  .container-responsive-xl-3 > div {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
  .grid-responsive-xl-2,
  .container-responsive-xl-2 > div {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media screen and (max-width: 767.98px) {
  .component-tabs .navbar-toggler {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .component-tabs .navbar-underline .navbar-toggler-link:after {
    background-color: var(--active-tab-underline, #e87523);
  }
  .component-tabs .navbar-nav {
    -webkit-box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
    -moz-box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
    box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
  }
  .component-tabs .nav-item:hover {
    background-color: var(--nav-dropdown-menu-hover-bg, #f0f5ff);
  }
}
@media screen and (max-width: 576px) {
  .lfr-layout-structure-item-container {
    padding-left: var(--spacer-3, 1rem) !important;
    padding-right: var(--spacer-3, 1rem) !important;
  }
  .lfr-layout-structure-item-container .lfr-layout-structure-item-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.s2k-dojo.mobile .appContainer.categoryListing .leftCol,
.s2k-dojo.mobile .appContainer.productItemListing .leftCol,
.s2k-dojo.mobile .appContainer.searchResults .leftCol,
.s2k-dojo.mobile .appContainer.manufacturerItems .leftCol,
.s2k-dojo.mobile .appContainer.orderFromHistory .innerAppContainer .leftCol {
  height: 0;
  overflow: hidden;
}
.s2k-dojo.mobile .cadmin.portlet-topper,
.s2k-dojo.mobile .control-menu-nav-item h1.lfr-portal-tooltip.h4 {
  display: none !important;
}
.s2k-dojo.mobile .portlet-content-editable {
  border-color: transparent !important;
  border-radius: 0 !important;
}
.s2k-dojo.mobile .resultControls .buttonBar .right {
  float: right;
}
.s2k-dojo.mobile .resultControls .buttonBar .left {
  float: left;
  width: auto;
}
.s2k-dojo.mobile .resultControls .buttonBar .left .addToCartBtn,
.s2k-dojo.mobile .resultControls .buttonBar .left .filterButton {
  margin: 0 var(--spacer-2, 0.5rem) 0 0;
}
.s2k-dojo.mobile .resultControls .sortBy {
  display: none;
}
.s2k-dojo.mobile .resultControls .gridPaging {
  position: initial;
  text-align: center;
}

.pageLoad .s2k-dojo.mobile .appContainer.categoryListing .leftCol,
.pageLoad .s2k-dojo.mobile .appContainer.productItemListing .leftCol,
.pageLoad .s2k-dojo.mobile .appContainer.searchResults .leftCol,
.pageLoad .s2k-dojo.mobile .appContainer.manufacturerItems .leftCol,
.pageLoad .s2k-dojo.mobile .appContainer.orderFromHistory .innerAppContainer .leftCol {
  height: auto;
}

.mobile.bottom-icons {
  padding-bottom: calc(var(--spacer-3, 1rem) * 2 + 2.5rem);
}
.mobile.bottom-icons #toTopBtn {
  bottom: 80px;
}
.mobile.bottom-icons #banner-home {
  display: block;
}
.mobile.bottom-icons #banner-icons {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  justify-content: space-between !important;
  background: var(--banner-bg, #fff);
  border-top: 1px solid var(--gray-300, #e7e7ed);
  box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
}
.mobile.bottom-icons #banner-icons > * {
  flex: 1;
  border-right: 1px solid var(--gray-300, #e7e7ed);
  border-radius: 0 !important;
  padding: var(--spacer-3, 1rem) 0;
  text-align: center;
}
.mobile.bottom-icons #banner-icons > *:last-child {
  border-right: 0;
}
.mobile.bottom-icons #banner-icons .sticker-lg {
  margin: 0;
}

#sideMenuOverlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.15s;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

.filter-menu-open #sideMenuOverlay {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.filter-menu-open #sideMenuOverlay:after {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  color: #fff;
  margin: 2px 10px 0 0;
  font-size: 52px;
  line-height: 1;
  position: absolute;
  right: 300px;
}

.filterMenu {
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 300px;
  padding: 20px;
  position: absolute;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin-right: -300px;
  margin-left: 0;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background-color: var(--container-background, #fff);
}
.filterMenu .shadow {
  box-shadow: none !important;
}
.filterMenu .sortBy {
  font-size: var(--h1-font-size, 1.625rem);
  font-family: var(--font-family-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol");
  font-weight: var(--font-weight-heading, 700);
  line-height: var(--line-height-heading, 1.2);
  letter-spacing: var(--letter-spacing-heading, 0px);
  text-transform: var(--letter-case-heading, normal);
  color: var(--heading-color, inherit);
  margin-bottom: var(--spacer-2, 0.5rem);
  border-bottom: 1px solid var(--heading-underline-color, #2f6395);
}
.filterMenu .sortBy .dijitComboBox {
  font-size: var(--font-size-base, 1rem);
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-normal, 400);
  color: var(--body-color, #272833);
  width: calc(100% - 2px) !important;
  margin: var(--spacer-2, 0.5rem) 0;
}

.filter-menu-open {
  overflow: hidden;
}
.filter-menu-open .cadmin.control-menu-container {
  z-index: 0 !important;
}
.filter-menu-open .filterMenu {
  margin-right: 0px;
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.filterButton .bIcon i {
  font-weight: 400;
  margin-right: 4px;
}

.s2k-dojo .appContainer.loginPortlet {
  opacity: 0;
}
.s2k-dojo .appContainer.loginPortlet .dijitTitlePane .dijitTitlePaneTitle {
  display: none;
}
.s2k-dojo .appContainer.loginPortlet .dijitTitlePane .dijitTitlePaneContentOuter {
  border-left: 0;
  border-right: 0;
}
.s2k-dojo .appContainer.loginPortlet .dijitTitlePane .dijitTitlePaneContentInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.s2k-dojo .appContainer.loginPortlet .dijitTitlePane .dijitTitlePaneContentInner > .component {
  flex: 1;
}
.s2k-dojo .appContainer.loginPortlet .dijitTitlePane .dijitTitlePaneContentInner > .component .formFields {
  max-width: 500px;
  margin: auto;
}
.s2k-dojo .appContainer.loginPortlet .mainCol .vaiComponent,
.s2k-dojo .appContainer.loginPortlet .dijitTitlePaneContentOuter {
  background: transparent;
  box-shadow: none !important;
}
.s2k-dojo .appContainer.loginPortlet .heading {
  font-size: var(--h2-font-size, 1.375rem);
  font-family: var(--font-family-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol");
  font-weight: var(--font-weight-heading, 700);
  line-height: var(--line-height-heading, 1.2);
  letter-spacing: var(--letter-spacing-heading, 0px);
  text-transform: var(--letter-case-heading, normal);
  color: var(--heading-color, inherit);
  padding: var(--spacer-3, 1rem) 0;
}
.s2k-dojo .appContainer.loginPortlet .subHeading {
  font-size: var(--h3-font-size, 1.1875rem);
  font-family: var(--font-family-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol");
  font-weight: var(--font-weight-heading, 700);
  line-height: var(--line-height-heading, 1.2);
  letter-spacing: var(--letter-spacing-heading, 0px);
  text-transform: var(--letter-case-heading, normal);
  color: var(--heading-color, inherit);
  display: none;
}
.s2k-dojo .appContainer.loginPortlet .buttonBar {
  border: 0;
  padding: var(--spacer-3, 1rem) 0;
  text-align: center;
}
.s2k-dojo .appContainer.loginPortlet .buttonBar .right,
.s2k-dojo .appContainer.loginPortlet .buttonBar .left {
  float: none;
}
.s2k-dojo .appContainer.loginPortlet .buttonBar .right a,
.s2k-dojo .appContainer.loginPortlet .buttonBar .left a {
  margin: var(--spacer-3, 1rem) 0;
  display: block;
}
.s2k-dojo .appContainer.loginPortlet .buttonBar .cancelBtn {
  display: none;
}
.s2k-dojo .appContainer.loginPortlet .detailField .field .rememberMe label {
  margin: 0 0 0 var(--spacer-1, 0.25rem);
}
.s2k-dojo .appContainer.loginPortlet .floatBoxColumn {
  padding: var(--spacer-3, 1rem);
  display: flex;
  flex-flow: row nowrap;
  flex: 1 1 0;
}
@media screen and (max-width: 980px) {
  .s2k-dojo .appContainer.loginPortlet .floatBoxColumn {
    flex-flow: column wrap;
    flex: 1 1 auto;
  }
}
.s2k-dojo .appContainer.loginPortlet .floatBoxColumn .dijitTitlePaneContentInner {
  display: block;
}
.s2k-dojo .appContainer.loginPortlet .floatBoxColumn .vaiComponent {
  background: var(--container-background, #fff);
  box-shadow: var(--box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15)) !important;
  padding: 0 var(--spacer-5, 3rem);
  display: flex;
  flex-direction: column;
  flex: 1;
}
.s2k-dojo .appContainer.loginPortlet .floatBoxColumn.guestCheckout {
  width: 100%;
}
.s2k-dojo .appContainer.loginPortlet .floatBoxColumn.guestCheckout .vaiComponent {
  min-height: auto;
}
.s2k-dojo .appContainer.loginPortlet .floatBoxColumn.guestCheckout .subHeading {
  display: block;
}
.s2k-dojo .appContainer.loginPortlet .floatBoxColumn.newCustomers .regButton {
  margin-top: var(--spacer-3, 1rem);
}
.s2k-dojo .appContainer.loginPortlet .floatBoxColumn.newCustomers .dijitTitlePane .heading {
  display: none;
}
.s2k-dojo .appContainer.loginPortlet .floatBoxColumn.newCustomers .emailRegistration br {
  display: none;
}

@media screen and (max-width: 1100px) {
  .loginPortlet .floatBoxColumn {
    width: 100%;
  }
}
.pageLoad .appContainer.loginPortlet,
.pageLoad .s2k-dojo .appContainer.loginPortlet {
  opacity: 1;
}

.loginPortlet .mainCol .formFields .detailRow .detailField,
.popupFormBox .formContainer .formFields .detailRow .focusPopupField {
  padding: var(--spacer-3, 1rem) 0;
  position: relative;
}
.loginPortlet .mainCol .formFields .detailRow .detailField .label,
.popupFormBox .formContainer .formFields .detailRow .focusPopupField .label {
  float: none;
  width: auto;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.loginPortlet .mainCol .formFields .detailRow .detailField .field.inputField input,
.popupFormBox .formContainer .formFields .detailRow .focusPopupField .field.inputField input {
  border: 1px solid var(--input-border, #CDCED9);
  border-radius: var(--border-radius, 0.25rem);
  background-color: var(--input-bg, #fff);
  color: var(--input-color, #272833);
  outline: 0;
  width: 100%;
  line-height: 1.5;
  height: 2.5rem;
  padding: 0 var(--spacer-1, 0.25rem);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.loginPortlet .mainCol .formFields .detailRow .detailField .field.inputField input:hover,
.popupFormBox .formContainer .formFields .detailRow .focusPopupField .field.inputField input:hover {
  background-color: var(--input-bg-hover, #f0f5ff);
  border-color: var(--input-border-hover, #A7A9BC);
}

.loginPortlet .mainCol .formFields .detailRow .detailField.focusField .label,
.popupFormBox .formContainer .formFields .detailRow .focusPopupField.focusField .label {
  top: 25%;
  font-size: var(--font-size-sm, 0.875rem);
  background: var(--input-bg, #fff);
}
.loginPortlet .mainCol .formFields .detailRow .detailField.focusField .label label,
.popupFormBox .formContainer .formFields .detailRow .focusPopupField.focusField .label label {
  color: var(--input-color, #272833);
}

.popupFormBox .formFields .detailRow .focusPopupField input {
  border: 1px solid #b5bcc7;
  font-size: 1.2em;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 12px 5px 0 8px;
  box-sizing: border-box;
  line-height: 2.25;
  outline: none;
  border-radius: 5px;
}

#forgotEmailMessage {
  margin-bottom: var(--spacer-3, 1rem);
}

.hotDealContainer {
  margin-top: var(--spacer-3, 1rem) !important;
  margin-bottom: var(--spacer-3, 1rem) !important;
  max-width: 100%;
}

.hotDealContainerVertical {
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.hotDealContainer .hotDealArrows {
  position: absolute;
  top: 50%;
  font-size: 2.5em;
  transform: translate(0, -50%);
  cursor: pointer;
  opacity: 0;
  display: none;
}

.hotDealContainer.showArrows .hotDealArrows {
  opacity: 1;
  display: block;
}

.hotDealContainer .hotDealArrows.Left {
  left: 5px;
}

.hotDealContainer .hotDealArrows.Right {
  right: 5px;
}

.hotDealContainer .hotDealArrows.Top,
.hotDealContainer .hotDealArrows.Bottom {
  top: 0;
  width: 85px;
  height: 30px;
  text-align: center;
}

.hotDealContainer .hotDealArrows.Bottom {
  top: auto;
  bottom: 0;
}

.hotDealContainer .hotDealArrows.Top i,
.hotDealContainer .hotDealArrows.Bottom i {
  line-height: 30px;
}

.hotDealContainer .scrollItem,
.hotDealContainer .hotDealArrows {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out; /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.scrollerTimer {
  position: absolute;
  background: white;
  top: 10px;
  right: 10px;
}

.scrollerTimer, .scrollerTimer * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}

.scrollerTimer {
  width: 16px;
  height: 16px;
}

.scrollerTimer .pie {
  width: 50%;
  height: 100%;
  transform-origin: 100% 50%;
  position: absolute;
  background: var(--gray-100, #f7f8f9);
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.scrollerTimer .spinner {
  border-radius: var(--border-radius-circle, 5000px) 0 0 var(--border-radius-circle, 5000px)/var(--border-radius-circle, 5000px) 0 0 var(--border-radius-circle, 5000px);
  z-index: 200;
  border-right: none;
}

.scrollerTimer:hover .spinner,
.scrollerTimer:hover .filler,
.scrollerTimer:hover .mask {
  animation-play-state: running;
}

.scrollerTimer .filler {
  border-radius: 0 100% 100% 0/0 50% 50% 0;
  left: 50%;
  opacity: 0;
  z-index: 100;
  border-left: none;
}

.scrollerTimer .mask {
  width: 50%;
  height: 100%;
  position: absolute;
  background: inherit;
  opacity: 1;
  z-index: 300;
}

@keyframes rota {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes opa {
  0% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
.scrollerTimer svg {
  width: 200px;
  height: 200px;
  -ms-transform: scale(0.125); /* IE 9 */
  -ms-transform-origin: 0 0; /* IE 9 */
  -webkit-transform: scale(0.125); /* Chrome, Safari, Opera */
  -webkit-transform-origin: 0 0; /* Chrome, Safari, Opera */
  transform: scale(0.125);
  transform-origin: 0 0;
}

/*
    ImageViewer v 1.1.0
    Author: Sudhanshu Yadav
    Copyright (c) 2015 to Sudhanshu Yadav - ignitersworld.com , released under the MIT license.
    Demo on: http://ignitersworld.com/lab/imageViewer.html
*/
.partsZoom .viewer .pannable-image {
  max-width: 100%;
  width: auto;
  height: auto;
}

/***** image viewer css *****/
#iv-container {
  position: fixed;
  background: var(--black, #000);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
}

.iv-container {
  overflow: hidden;
}

.iv-close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  text-shadow: 0px 0px 3px var(--gray-600, #6b6c7e);
  -webkit-transition: all ease 200ms;
  -moz-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms;
}

.iv-close:after,
.iv-close:before {
  content: "";
  height: 4px;
  width: 32px;
  background: var(--white, #fff);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.iv-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.iv-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.iv-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/***** snap view css *****/
.iv-snap-view {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 20px;
  left: 20px;
  border: 1px solid var(--gray-600, #6b6c7e);
  background: black;
  z-index: 100;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -o-transition: all ease 400ms;
  transition: all ease 400ms;
  opacity: 0;
}

.iv-snap-image-wrap {
  display: inline-block;
  position: absolute;
  max-width: 150px;
  max-height: 150px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.iv-snap-image {
  position: relative;
}

.iv-snap-handle {
  position: absolute;
  border: 1px solid var(--gray-300, #e7e7ed);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0px 0px 0px 200px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 0px 200px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 0px 200px rgba(0, 0, 0, 0.5);
}

/*** zoom slider ***/
.iv-zoom-slider {
  width: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid var(--gray-600, #6b6c7e);
  border-top: 0;
  background: rgba(204, 204, 204, 0.1);
  height: 15px;
  position: absolute;
  top: 150px;
  left: -1px;
}

.iv-zoom-handle {
  width: 20px;
  height: 15px;
  background: var(--gray-300, #e7e7ed);
  position: absolute;
}

/**** snap view css end *****/
.iv-image-view {
  position: absolute;
  height: 100%;
  width: 100%;
}

.iv-image-wrap {
  display: inline-block;
}

.iv-image-wrap:active {
  cursor: move;
}

.iv-large-image {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/****** CSS loader by http://projects.lukehaas.me/css-loaders/ *****/
.iv-loader {
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  z-index: 100;
  margin-top: -16px;
  margin-left: -16px;
  font-size: 5px;
  position: absolute;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid var(--white, #fff);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.iv-loader:after {
  width: 10em;
  height: 10em;
  border-radius: 50%;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  .iv-snap-view {
    z-index: -1;
    visibility: hidden;
  }
}
.s2k-dojo .categoryMaintenance .leftCol .vaiComponent,
.s2k-dojo .categoryMaintenance .mainCol .vaiComponent,
.s2k-dojo .itemMaintenanceView .leftCol .vaiComponent,
.s2k-dojo .itemMaintenanceView .mainCol .vaiComponent,
.s2k-dojo .itemDetailMaintenance .leftCol .vaiComponent,
.s2k-dojo .itemDetailMaintenance .mainCol .vaiComponent,
.s2k-dojo .productType .leftCol .vaiComponent,
.s2k-dojo .productType .mainCol .vaiComponent,
.s2k-dojo .attributeMaintenance .leftCol .vaiComponent,
.s2k-dojo .attributeMaintenance .mainCol .vaiComponent,
.s2k-dojo .catalogUploader .leftCol .vaiComponent,
.s2k-dojo .catalogUploader .mainCol .vaiComponent,
.s2k-dojo .itemUploader .leftCol .vaiComponent,
.s2k-dojo .itemUploader .mainCol .vaiComponent,
.s2k-dojo .translator .leftCol .vaiComponent,
.s2k-dojo .translator .mainCol .vaiComponent,
.s2k-dojo .importer .leftCol .vaiComponent,
.s2k-dojo .importer .mainCol .vaiComponent,
.s2k-dojo .vaiConfReg .leftCol .vaiComponent,
.s2k-dojo .vaiConfReg .mainCol .vaiComponent,
.s2k-dojo .couponMaintenanceView .leftCol .vaiComponent,
.s2k-dojo .couponMaintenanceView .mainCol .vaiComponent,
.s2k-dojo .couponMaintenanceEdit .leftCol .vaiComponent,
.s2k-dojo .couponMaintenanceEdit .mainCol .vaiComponent,
.s2k-dojo .locationMaintenanceView .leftCol .vaiComponent,
.s2k-dojo .locationMaintenanceView .mainCol .vaiComponent,
.s2k-dojo .weightedSearchMaintenance .leftCol .vaiComponent,
.s2k-dojo .weightedSearchMaintenance .mainCol .vaiComponent {
  background: var(--body-bg, #fff);
}
.s2k-dojo .categoryMaintenance .dijitTitlePaneTitle,
.s2k-dojo .categoryMaintenance .leftCol .dijitTitlePaneTitle,
.s2k-dojo .itemMaintenanceView .dijitTitlePaneTitle,
.s2k-dojo .itemMaintenanceView .leftCol .dijitTitlePaneTitle,
.s2k-dojo .itemDetailMaintenance .dijitTitlePaneTitle,
.s2k-dojo .itemDetailMaintenance .leftCol .dijitTitlePaneTitle,
.s2k-dojo .productType .dijitTitlePaneTitle,
.s2k-dojo .productType .leftCol .dijitTitlePaneTitle,
.s2k-dojo .attributeMaintenance .dijitTitlePaneTitle,
.s2k-dojo .attributeMaintenance .leftCol .dijitTitlePaneTitle,
.s2k-dojo .catalogUploader .dijitTitlePaneTitle,
.s2k-dojo .catalogUploader .leftCol .dijitTitlePaneTitle,
.s2k-dojo .itemUploader .dijitTitlePaneTitle,
.s2k-dojo .itemUploader .leftCol .dijitTitlePaneTitle,
.s2k-dojo .translator .dijitTitlePaneTitle,
.s2k-dojo .translator .leftCol .dijitTitlePaneTitle,
.s2k-dojo .importer .dijitTitlePaneTitle,
.s2k-dojo .importer .leftCol .dijitTitlePaneTitle,
.s2k-dojo .vaiConfReg .dijitTitlePaneTitle,
.s2k-dojo .vaiConfReg .leftCol .dijitTitlePaneTitle,
.s2k-dojo .couponMaintenanceView .dijitTitlePaneTitle,
.s2k-dojo .couponMaintenanceView .leftCol .dijitTitlePaneTitle,
.s2k-dojo .couponMaintenanceEdit .dijitTitlePaneTitle,
.s2k-dojo .couponMaintenanceEdit .leftCol .dijitTitlePaneTitle,
.s2k-dojo .locationMaintenanceView .dijitTitlePaneTitle,
.s2k-dojo .locationMaintenanceView .leftCol .dijitTitlePaneTitle,
.s2k-dojo .weightedSearchMaintenance .dijitTitlePaneTitle,
.s2k-dojo .weightedSearchMaintenance .leftCol .dijitTitlePaneTitle {
  background: var(--container-background, #fff);
  box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
  padding: 10px var(--spacer-2, 0.5rem);
  margin: 0 0 var(--spacer-2, 0.5rem) 0;
  border: 0;
  font-size: var(--h1-font-size, 1.625rem);
  font-family: var(--font-family-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol");
  font-weight: var(--font-weight-heading, 700);
  line-height: var(--line-height-heading, 1.2);
  letter-spacing: var(--letter-spacing-heading, 0px);
  text-transform: var(--letter-case-heading, normal);
  color: var(--heading-color, inherit);
}
.s2k-dojo .categoryMaintenance .dijitTitlePaneContentOuter,
.s2k-dojo .itemMaintenanceView .dijitTitlePaneContentOuter,
.s2k-dojo .itemDetailMaintenance .dijitTitlePaneContentOuter,
.s2k-dojo .productType .dijitTitlePaneContentOuter,
.s2k-dojo .attributeMaintenance .dijitTitlePaneContentOuter,
.s2k-dojo .catalogUploader .dijitTitlePaneContentOuter,
.s2k-dojo .itemUploader .dijitTitlePaneContentOuter,
.s2k-dojo .translator .dijitTitlePaneContentOuter,
.s2k-dojo .importer .dijitTitlePaneContentOuter,
.s2k-dojo .vaiConfReg .dijitTitlePaneContentOuter,
.s2k-dojo .couponMaintenanceView .dijitTitlePaneContentOuter,
.s2k-dojo .couponMaintenanceEdit .dijitTitlePaneContentOuter,
.s2k-dojo .locationMaintenanceView .dijitTitlePaneContentOuter,
.s2k-dojo .weightedSearchMaintenance .dijitTitlePaneContentOuter {
  background: transparent;
}
.s2k-dojo .categoryMaintenance .dijitTabContainerLeft-tabs,
.s2k-dojo .itemMaintenanceView .dijitTabContainerLeft-tabs,
.s2k-dojo .itemDetailMaintenance .dijitTabContainerLeft-tabs,
.s2k-dojo .productType .dijitTabContainerLeft-tabs,
.s2k-dojo .attributeMaintenance .dijitTabContainerLeft-tabs,
.s2k-dojo .catalogUploader .dijitTabContainerLeft-tabs,
.s2k-dojo .itemUploader .dijitTabContainerLeft-tabs,
.s2k-dojo .translator .dijitTabContainerLeft-tabs,
.s2k-dojo .importer .dijitTabContainerLeft-tabs,
.s2k-dojo .vaiConfReg .dijitTabContainerLeft-tabs,
.s2k-dojo .couponMaintenanceView .dijitTabContainerLeft-tabs,
.s2k-dojo .couponMaintenanceEdit .dijitTabContainerLeft-tabs,
.s2k-dojo .locationMaintenanceView .dijitTabContainerLeft-tabs,
.s2k-dojo .weightedSearchMaintenance .dijitTabContainerLeft-tabs {
  width: 260px;
}
.s2k-dojo .categoryMaintenance .detailField .label,
.s2k-dojo .categoryMaintenance .mainCol .detailField .label,
.s2k-dojo .itemMaintenanceView .detailField .label,
.s2k-dojo .itemMaintenanceView .mainCol .detailField .label,
.s2k-dojo .itemDetailMaintenance .detailField .label,
.s2k-dojo .itemDetailMaintenance .mainCol .detailField .label,
.s2k-dojo .productType .detailField .label,
.s2k-dojo .productType .mainCol .detailField .label,
.s2k-dojo .attributeMaintenance .detailField .label,
.s2k-dojo .attributeMaintenance .mainCol .detailField .label,
.s2k-dojo .catalogUploader .detailField .label,
.s2k-dojo .catalogUploader .mainCol .detailField .label,
.s2k-dojo .itemUploader .detailField .label,
.s2k-dojo .itemUploader .mainCol .detailField .label,
.s2k-dojo .translator .detailField .label,
.s2k-dojo .translator .mainCol .detailField .label,
.s2k-dojo .importer .detailField .label,
.s2k-dojo .importer .mainCol .detailField .label,
.s2k-dojo .vaiConfReg .detailField .label,
.s2k-dojo .vaiConfReg .mainCol .detailField .label,
.s2k-dojo .couponMaintenanceView .detailField .label,
.s2k-dojo .couponMaintenanceView .mainCol .detailField .label,
.s2k-dojo .couponMaintenanceEdit .detailField .label,
.s2k-dojo .couponMaintenanceEdit .mainCol .detailField .label,
.s2k-dojo .locationMaintenanceView .detailField .label,
.s2k-dojo .locationMaintenanceView .mainCol .detailField .label,
.s2k-dojo .weightedSearchMaintenance .detailField .label,
.s2k-dojo .weightedSearchMaintenance .mainCol .detailField .label {
  display: block;
  float: none;
  width: auto;
  padding-left: 0;
  padding-bottom: var(--spacer-2, 0.5rem);
}
.s2k-dojo .categoryMaintenance .detailField textarea,
.s2k-dojo .itemMaintenanceView .detailField textarea,
.s2k-dojo .itemDetailMaintenance .detailField textarea,
.s2k-dojo .productType .detailField textarea,
.s2k-dojo .attributeMaintenance .detailField textarea,
.s2k-dojo .catalogUploader .detailField textarea,
.s2k-dojo .itemUploader .detailField textarea,
.s2k-dojo .translator .detailField textarea,
.s2k-dojo .importer .detailField textarea,
.s2k-dojo .vaiConfReg .detailField textarea,
.s2k-dojo .couponMaintenanceView .detailField textarea,
.s2k-dojo .couponMaintenanceEdit .detailField textarea,
.s2k-dojo .locationMaintenanceView .detailField textarea,
.s2k-dojo .weightedSearchMaintenance .detailField textarea {
  width: calc(100% - 2px);
  resize: vertical;
}
.s2k-dojo .categoryMaintenance .detailField#configid .field .dijitTextBox,
.s2k-dojo .itemMaintenanceView .detailField#configid .field .dijitTextBox,
.s2k-dojo .itemDetailMaintenance .detailField#configid .field .dijitTextBox,
.s2k-dojo .productType .detailField#configid .field .dijitTextBox,
.s2k-dojo .attributeMaintenance .detailField#configid .field .dijitTextBox,
.s2k-dojo .catalogUploader .detailField#configid .field .dijitTextBox,
.s2k-dojo .itemUploader .detailField#configid .field .dijitTextBox,
.s2k-dojo .translator .detailField#configid .field .dijitTextBox,
.s2k-dojo .importer .detailField#configid .field .dijitTextBox,
.s2k-dojo .vaiConfReg .detailField#configid .field .dijitTextBox,
.s2k-dojo .couponMaintenanceView .detailField#configid .field .dijitTextBox,
.s2k-dojo .couponMaintenanceEdit .detailField#configid .field .dijitTextBox,
.s2k-dojo .locationMaintenanceView .detailField#configid .field .dijitTextBox,
.s2k-dojo .weightedSearchMaintenance .detailField#configid .field .dijitTextBox {
  width: 100% !important;
}

.s2k-dojo .itemMaintenance .delete .dijitTextBox,
.s2k-dojo .itemMaintenance .delete .dijitTextBox .dijitButtonNode {
  border-color: var(--danger, #da1414);
  background-color: #fee !important;
}

.s2k-dojo .itemMaintenance .delete .dijitTextBox .dijitInputInner {
  background-color: transparent !important;
}

.appContainer.couponMaintenance.couponMaintenanceEdit .dijitReset.dijitStretch.dijitButtonContents {
  width: 100%;
}
.appContainer.couponMaintenance.couponMaintenanceEdit .dijitTabDisabled {
  display: none;
}
.appContainer.couponMaintenance.couponMaintenanceEdit .appButtons .dijit.dijitReset.dijitInline.dijitButton,
.appContainer.couponMaintenance.couponMaintenanceEdit .appButtons .dijitReset.dijitInline.dijitButtonNode {
  min-height: 32px;
  align-content: center;
}

.toolTipSearchedFilters {
  white-space: nowrap;
}
.toolTipSearchedFilters td {
  padding-right: 10px;
  padding-left: 10px;
}

.productInformation .gridContainer .rowGroup {
  table-layout: fixed;
}
.productInformation .gridContainer .colHandle {
  width: 50px;
}
.productInformation .gridContainer .colAction {
  width: 200px;
}
.productInformation .gridContainer .colSeq,
.productInformation .gridContainer .colCode {
  width: 100px;
}
.productInformation .tabContent fieldset {
  border: 1px solid #b5bcc7;
}
.productInformation .tabContent legend {
  width: auto;
  font-size: var(--font-size-lg, 1.125rem);
  margin: var(--spacer-2, 0.5rem);
}
.productInformation .tabContent .detailRow {
  margin-bottom: var(--spacer-2, 0.5rem);
}
.productInformation .tabContent .detailRow .label {
  padding: 0;
}
.productInformation .tabContent .detailRow .inputDsp {
  display: none;
}
.productInformation .tabContent .detailTable .label {
  padding: 0 var(--spacer-2, 0.5rem) var(--spacer-2, 0.5rem) 0;
}
.productInformation .tabContent .nutritionLabelsContainer, .productInformation .tabContent .productInfoContainer {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 0.75rem;
}
.productInformation .detailRow.editable {
  position: initial;
}
.productInformation .detailRow.editable .input,
.productInformation .detailRow.editable.edit .output {
  display: none;
}
.productInformation .detailRow.editable .output,
.productInformation .detailRow.editable.edit .input {
  display: block;
}
.productInformation .dojoDndItemOver {
  border: 0;
}
.productInformation .pdfExportSection {
  display: none;
  position: relative;
}
.productInformation .pdfExportSection .exportListContainer {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 200px;
  z-index: 1;
  background: var(--container-background, #fff);
  box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
}
.productInformation .pdfExportSection .exportListContainer ul {
  margin: 0;
  padding: 0;
}
.productInformation .pdfExportSection .exportListContainer ul li,
.productInformation .pdfExportSection .exportListContainer ul li.dojoDndItem {
  margin: 0;
  padding: var(--spacer-2, 0.5rem);
  list-style: none;
  text-align: left;
  border: 0;
  border-bottom: 1px solid var(--gray-300, #e7e7ed);
  background: var(--white, #fff);
}
.productInformation .pdfExportSection .exportListContainer ul li.dojoDndItemOver {
  background: var(--gray-100, #f7f8f9);
}
.productInformation .pdfExportSection .exportListContainer ul a {
  color: var(--danger, #da1414);
  float: right;
}
.productInformation .pdfExportSection .exportListContainer .exportLink {
  width: 50%;
  display: inline-block;
  text-align: center;
  padding: var(--spacer-2, 0.5rem);
}
.productInformation .pdfExportSection .pdfButton {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 var(--spacer-2, 0.5rem);
}
.productInformation .pdfExportSection .pdfButton i {
  font-size: 25px;
}
.productInformation .pdfExportSection .pdfButton .count {
  position: absolute;
  top: -5px;
  right: -12px;
  padding: 2px;
  border-radius: 100%;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  min-width: 17px;
  text-align: center;
  background: #F40F02;
}
.productInformation .pdfExportSection.show,
.productInformation .pdfExportSection.open .exportListContainer {
  display: inline-block;
}
.productInformation .colPdfExport i {
  color: var(--danger, #da1414);
  padding: 0 var(--spacer-1, 0.25rem);
  font-size: var(--font-size-lg, 1.125rem);
  vertical-align: middle;
}
.productInformation .colImage .right {
  float: right;
  font-style: italic;
}

.categoryMaintenance .mainCol .detailField .label {
  min-width: 175px;
}

.categoryMaintenance .previewImage img {
  max-width: 200px;
  max-height: 200px;
  width: auto;
  height: auto;
}

.itemMaintenance .mainCol .detailField .label {
  min-width: 175px;
}

#uploadFlyBox .fileUpload {
  margin-bottom: 10px;
}
#uploadFlyBox .fileUpload #fileDisplay {
  margin-bottom: 0;
  margin-right: 5px;
}
#uploadFlyBox .fileUpload #uploadFile {
  margin-bottom: 0;
  margin-left: 6px;
}

.appContainer.itemUploader .dijitContentPane {
  min-height: 350px;
}

#styleItemsSettings .dijitTitlePaneTitle,
#styleItemsSettings .dijitTitlePane .dijitTitlePaneContentOuter {
  border-left: 0;
  border-right: 0;
}
#styleItemsSettings .dijitTitlePaneTitle {
  font-size: var(--h3-font-size, 1.1875rem);
}
#styleItemsSettings .emptyList .dijitTitlePane .dijitTitlePaneContentOuter {
  border-bottom: 0;
}
#styleItemsSettings .dijitTextBox {
  width: auto;
}

#externalSourcesSettings .fieldBox .linksRow {
  overflow: hidden;
}
#externalSourcesSettings .fieldBox .bottomBorder {
  border-bottom: 1px solid var(--gray-700, #495057);
  margin-top: var(--spacer-2, 0.5rem);
}
#externalSourcesSettings .fieldBox .headerLink {
  float: right;
}
#externalSourcesSettings .fieldBox .linkHeading {
  font-weight: 700;
}
#externalSourcesSettings .linksRow .checkBox,
#externalSourcesSettings .linksRow .linkUrl,
#externalSourcesSettings .linksRow .linkText,
#externalSourcesSettings .linksRow .linkButton {
  float: left;
}
#externalSourcesSettings .linksRow .checkBox {
  width: 70px;
}
#externalSourcesSettings .linksRow .linkUrl {
  width: 200px;
  margin-right: var(--spacer-2, 0.5rem);
}
#externalSourcesSettings .linksRow .linkText {
  width: 200px;
}

.icon .remove {
  display: inline-block;
}
.icon .restore {
  display: none;
}
.icon .red {
  color: var(--danger, #da1414);
}
.icon .blue {
  color: var(--info, #2e5aac);
}

.removeItem .icon .remove {
  display: none;
}
.removeItem .icon .restore {
  display: inline-block;
}

@media screen and (max-width: 603px) {
  .s2k-dojo .categoryMaintenance .dijitTabContainerLeft-tabs,
  .s2k-dojo .itemDetailMaintenance .dijitTabContainerLeft-tabs {
    width: 150px;
    overflow: hidden !important;
  }
}
body {
  font-weight: var(--font-weight-base, 400);
  line-height: var(--line-height-base, 1.5);
  letter-spacing: var(--letter-spacing-base, 0px);
}

p::selection {
  background-color: var(--gray-700, #495057);
  color: var(--white, #fff);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-family-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol");
  font-weight: var(--font-weight-heading, 700);
  line-height: var(--line-height-heading, 1.2);
  letter-spacing: var(--letter-spacing-heading, 0px);
  text-transform: var(--letter-case-heading, normal);
  color: var(--heading-color, inherit);
}

a {
  cursor: pointer;
  color: var(--btn-link-color, #2F6395);
  text-decoration: underline;
}

a:hover {
  color: var(--btn-link-hover-color, #0277bc);
}

a.focus,
a:focus-visible {
  box-shadow: none;
}

.appContainer {
  padding-top: var(--spacer-3, 1rem);
}

.appContainer .leftCol,
.appContainer .rightCol {
  background-color: var(--container-background, #fff);
  -webkit-box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
  -moz-box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
  box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
}

.appContainer .leftCol .vaiComponent,
.appContainer .rightCol .vaiComponent,
.appContainer .mainCol .vaiComponent {
  background-color: var(--container-background, #fff);
  box-shadow: none !important;
  padding: var(--spacer-2, 0.5rem);
  margin: 0;
}

.appContainer .mainCol .vaiComponent.boxes,
.appContainer .mainCol .vaiComponent.listView {
  padding: 0;
  background: transparent;
}

.appContainer .label,
.flyBox .label,
.flyBoxAlert .label,
.fieldContainer .label,
.filterShelf .label,
.popupFormOverlayBox .label,
.toolTipSearchedFilters .label {
  border: 0;
  text-transform: none;
  font-size: initial;
  margin: initial;
  margin-left: 0;
  padding-left: 0;
  color: var(--body-color, #272833);
}
.appContainer label,
.flyBox label,
.flyBoxAlert label,
.fieldContainer label,
.filterShelf label,
.popupFormOverlayBox label,
.toolTipSearchedFilters label {
  font-size: initial;
  margin: initial;
  color: var(--body-color, #272833);
}

#banner .flyBox,
#banner .flyBoxAlert {
  display: initial;
  font-weight: initial;
  font-size: initial;
  color: initial;
  background-color: initial;
  text-align: initial;
  line-height: initial;
  box-shadow: initial;
  border-radius: initial;
}

.topContent {
  position: relative;
  margin-top: 0.5rem;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

footer {
  clear: both;
  overflow: hidden;
}

.insetShadow {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
}

.dijitTitlePaneTitle h2 {
  font-size: inherit;
  margin: 0px;
  padding: 0px;
}

.menuContentContainer {
  float: left;
}

.menuContentContainer .menuContent {
  width: 175px;
}

.menuContentContainer .menuContent .menuImage {
  text-align: center;
  margin: var(--spacer-1, 0.25rem);
}

.menuContentContainer .menuContent .menuCopy {
  margin: var(--spacer-1, 0.25rem);
}

.modelHasChildrenIcon {
  display: none;
}

.loadingOverlay {
  background: var(--white, #fff) url("../images/s2k/ajax-loader.gif") no-repeat 10px 14px;
  position: absolute;
  z-index: 1001;
  display: none;
}

.pageOverlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.loadingMessage {
  padding: var(--spacer-4, 1.5rem) var(--spacer-5, 3rem);
  color: var(--gray-500, #a7a9bc);
}

.s2k-dojo .dijitTitlePane .dijitTitlePane {
  clear: both;
}

.s2k-dojo .dijitTitlePaneTitle {
  font-size: var(--h1-font-size, 1.625rem);
  font-family: var(--font-family-heading, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol");
  font-weight: var(--font-weight-heading, 700);
  line-height: var(--line-height-heading, 1.2);
  letter-spacing: var(--letter-spacing-heading, 0px);
  text-transform: var(--letter-case-heading, normal);
  color: var(--heading-color, inherit);
  background: transparent;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin-bottom: var(--spacer-2, 0.5rem);
  overflow: hidden;
  border-bottom: 1px solid var(--heading-underline-color, #272833);
  pointer-events: none;
}

.s2k-dojo #page-editor .dijitTitlePaneTitle {
  pointer-events: auto;
}

.s2k-dojo .dijitTitlePaneTitle .dijitArrowNode {
  display: none;
}

.s2k-dojo .appContainer.productItemListing .leftCol .dijitTitlePaneTitle,
.s2k-dojo .appContainer.categoryListing .leftCol .dijitTitlePaneTitle,
.s2k-dojo .appContainer.productItemListing .leftCol .dijitTitlePaneTitle,
.s2k-dojo .appContainer.searchResults .leftCol .dijitTitlePaneTitle,
.s2k-dojo .appContainer.manufacturerItems .leftCol .dijitTitlePaneTitle,
.s2k-dojo .appContainer.orderFromHistory .leftCol .dijitTitlePaneTitle {
  font-size: var(--h2-font-size, 1.375rem);
}

.s2k-dojo .dijitTitlePane .dijitTitlePane .dijitTitlePaneTitle {
  border-right-style: none;
  border-left-style: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.s2k-dojo .dijitTabPane .dijitTitlePane .dijitTitlePaneTitle,
.s2k-dojo .itemFooter .dijitTitlePane .dijitTitlePaneTitle,
.s2k-dojo .socialBox .dijitTitlePane .dijitTitlePaneTitle,
.s2k-dojo .floatBoxColumn .dijitTitlePane .dijitTitlePaneTitle {
  border-right-style: solid;
  border-left-style: solid;
}

.s2k-dojo .dijitTitlePaneTextNode {
  margin: 0;
  vertical-align: text-top;
}

.s2k-dojo .dijitTitlePaneContentOuter {
  background: transparent;
  border: none;
}

.s2k-dojo .dijitTitlePane .dijitTitlePane .dijitTitlePaneContentOuter {
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}

.s2k-dojo .dijitTabPane .dijitTitlePane .dijitTitlePaneContentOuter,
.s2k-dojo .itemFooter .dijitTitlePane .dijitTitlePaneContentOuter,
.s2k-dojo .socialBox .dijitTitlePane .dijitTitlePaneContentOuter,
.s2k-dojo .floatBoxColumn .dijitTitlePane .dijitTitlePaneContentOuter {
  border-right-style: solid;
  border-left-style: solid;
}

.s2k-dojo .dijitTitlePaneContentInner {
  padding: 0;
}

.s2k-dojo .dijitButton .dijitButtonNode,
.s2k-dojo .dijitDropDownButton .dijitButtonNode,
.s2k-dojo .dijitComboButton .dijitButtonNode,
.s2k-dojo .dijitToggleButton .dijitButtonNode {
  color: var(--btn-primary-color, #fff);
  border: 1px solid var(--btn-primary-border-color, #2F6395);
  padding: var(--spacer-1, 0.25rem) var(--spacer-2, 0.5rem);
  background: var(--btn-primary-background-color, #2F6395);
  -moz-border-radius: var(--btn-primary-border-radius, 0.25rem);
  border-radius: var(--btn-primary-border-radius, 0.25rem);
  -webkit-box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
  -moz-box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
  box-shadow: var(--box-shadow-sm, 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
}

.s2k-dojo .dijitButtonHover .dijitButtonNode,
.s2k-dojo .dijitDropDownButtonHover .dijitButtonNode,
.s2k-dojo .dijitComboButtonHover .dijitButtonNode,
.s2k-dojo .dijitToggleButtonHover .dijitButtonNode {
  color: var(--btn-primary-hover-color, #fff);
  border-color: var(--btn-primary-hover-border-color, transparent);
  background: var(--btn-primary-hover-background-color, #0277BC);
}

.s2k-dojo .expand .dijitButton .dijitButtonNode,
.s2k-dojo .expand .dijitDropDownButton .dijitButtonNode,
.s2k-dojo .expand .dijitComboButton .dijitButtonNode,
.s2k-dojo .expand .dijitToggleButton .dijitButtonNode {
  color: var(--gray-700, #495057);
}

.s2k-dojo .cellData .rightButton .dijitButton .dijitButtonNode,
.s2k-dojo .cellData .rightButton .dijitDropDownButton .dijitButtonNode,
.s2k-dojo .cellData .rightButton .dijitComboButton .dijitButtonNode,
.s2k-dojo .cellData .rightButton .dijitToggleButton .dijitButtonNode {
  padding: 1px var(--spacer-1, 0.25rem) 1px var(--spacer-1, 0.25rem);
}

.s2k-dojo .action .dijitButtonText {
  padding: 0;
}

.s2k-dojo .action .dijitToggleButton,
.s2k-dojo .action .dijitButton,
.s2k-dojo .action .dijitDropDownButton,
.s2k-dojo .action .dijitComboButton {
  margin: 0;
}

.s2k-dojo .action .dijitButton .dijitButtonNode,
.s2k-dojo .action .dijitDropDownButton .dijitButtonNode,
.s2k-dojo .action .dijitComboButton .dijitButtonNode,
.s2k-dojo .action .dijitToggleButton .dijitButtonNode,
.s2k-dojo .moreLess .dijitButton .dijitButtonNode,
.s2k-dojo .moreLess .dijitDropDownButton .dijitButtonNode,
.s2k-dojo .moreLess .dijitComboButton .dijitButtonNode,
.s2k-dojo .moreLess .dijitToggleButton .dijitButtonNode {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.s2k-dojo .gridContainer .qty .dijitTextBox,
.s2k-dojo .cartBox .addToCart .dijitTextBox,
.s2k-dojo .gridContainer .itemQuantity .dijitTextBox {
  width: 50px;
}

.s2k-dojo .expand .dijitButtonText {
  padding: 0;
  padding-left: var(--spacer-1, 0.25rem);
  padding-right: var(--spacer-1, 0.25rem);
}

.s2k-dojo .expand .dijitToggleButton,
.s2k-dojo .expand .dijitButton,
.s2k-dojo .expand .dijitDropDownButton,
.s2k-dojo .expand .dijitComboButton {
  margin: 0;
}

.s2k-dojo .expand .dijitButton .dijitButtonNode,
.s2k-dojo .expand .dijitDropDownButton .dijitButtonNode,
.s2k-dojo .expand .dijitComboButton .dijitButtonNode,
.s2k-dojo .expand .dijitToggleButton .dijitButtonNode {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 2px;
  margin: 0;
  color: var(--btn-link-color, #2F6395);
}

.s2k-dojo .expand .dijitButton:hover .dijitButtonNode,
.s2k-dojo .expand .dijitButtonHover .dijitButtonNode {
  color: var(--btn-link-hover-color, #0277bc);
}

.s2k-dojo .field.multi .dijitTextBox {
  width: 7em;
}

.s2k-dojo .itemQuantity .dijitTextBox,
.s2k-dojo .cartBox .itemQuantity .dijitTextBox {
  width: 50px;
}

.s2k-dojo .quickOrderPortlet .quickOrderInput .itemNum .dijitTextBox {
  width: 8em;
}

.s2k-dojo .layoutButtons .dijitButton .dijitButtonNode,
.s2k-dojo .layoutButtons .dijitDropDownButton .dijitButtonNode,
.s2k-dojo .layoutButtons .dijitComboButton .dijitButtonNode,
.s2k-dojo .layoutButtons .dijitToggleButton .dijitButtonNode {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  padding-top: 0;
}

.s2k-dojo .layoutButtons .dijitToggleButton,
.s2k-dojo .layoutButtons .dijitButton,
.s2k-dojo .layoutButtons .dijitDropDownButton,
.dijitComboButton {
  margin: 0;
}

.s2k-dojo .layoutButtons .dijitButtonText {
  padding: 0;
}

.s2k-dojo .listSize .dijitComboBox {
  width: 50px;
}

.s2k-dojo .sortBy .dijitComboBox {
  width: 200px;
}

.s2k-dojo .split2 .dijitComboBox {
  width: 7em;
}

.s2k-dojo .genList .competitorCol .dijitTextBox {
  width: 140px;
}

.s2k-dojo .genList .rankCol .dijitTextBox {
  width: 45px;
}

.s2k-dojo .genList .removeLink button {
  background: transparent;
  border: none;
  color: var(--danger, #da1414);
  font-size: 13pt;
  font-weight: 700;
  padding: var(--spacer-1, 0.25rem);
  margin: 0;
}

.s2k-dojo .removeLink .dijitToggleButton,
.s2k-dojo .removeLink .dijitButton,
.s2k-dojo .removeLink .dijitDropDownButton,
.s2k-dojo .removeLink .dijitComboButton {
  margin: 0;
}

.s2k-dojo .removeLink .dijitButton .dijitButtonNode,
.s2k-dojo .removeLink .dijitDropDownButton .dijitButtonNode,
.s2k-dojo .removeLink .dijitComboButton .dijitButtonNode,
.s2k-dojo .removeLink .dijitToggleButton .dijitButtonNode {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: var(--spacer-1, 0.25rem);
  margin: 0;
}

.s2k-dojo .gridContainer .dijitComboBox {
  width: 90%;
  max-width: 15em;
}

.s2k-dojo .dijitTextBoxDisabled input {
  color: var(--gray-300, #e7e7ed);
}

.s2k-dojo .dijitTabContainerLeft-tabs {
  width: 150px;
  border: none;
}

.s2k-dojo .dijitTabContainerLeft-dijitContentPane {
  padding: var(--spacer-3, 1rem);
}

.updated > .tabLabel {
  color: var(--danger, #da1414);
  width: 140px;
}

.updated > .tabLabel:before {
  content: " ";
  background-image: url(../images/s2k/disk_icon.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 16px;
  width: 16px;
  overflow: hidden;
  position: relative;
  display: block;
  float: right;
}

.s2k-dojo .dijitTabPane .emptyList .dijitTitlePane .dijitTitlePaneContentOuter {
  border-bottom-style: solid !important;
}

.s2k-dojo .dijitDialog .actionBox {
  text-align: center;
}
.s2k-dojo .dijitDialog .actionBox .buttonBar {
  padding: 0;
  width: 100%;
}
.s2k-dojo .dijitDialog .actionBox .buttonBar a {
  margin-left: var(--spacer-2, 0.5rem);
}

.mainCol .statusBox.info.reorder {
  display: flex;
}

.popupContentOverlayBox .contentContainer .colgrid {
  background: var(--gray-200, #f1f2f5);
}

.orderGuideView2 .pdfExportContainer .dijitButtonNode {
  padding: var(--spacer-1, 0.25rem) var(--spacer-2, 0.5rem);
}

@media screen and (max-width: 980px) {
  .s2k-dojo .leftCol .dijitTitlePaneTitle,
  .s2k-dojo .paymentOptions .dijitTitlePaneTitle {
    pointer-events: auto;
  }
  .s2k-dojo .leftCol .dijitTitlePaneTitle .dijitArrowNodeInner,
  .s2k-dojo .paymentOptions .dijitTitlePaneTitle .dijitArrowNodeInner {
    display: inline-block;
    float: right;
    font-size: 0;
  }
  .s2k-dojo .leftCol .dijitTitlePaneTitle .dijitArrowNodeInner:after,
  .s2k-dojo .paymentOptions .dijitTitlePaneTitle .dijitArrowNodeInner:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 36px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    font-size: 20px;
    width: 20px;
    content: "\f077";
  }
  .s2k-dojo .leftCol .dijitTitlePaneTitle.dijitClosed .dijitArrowNodeInner:after,
  .s2k-dojo .paymentOptions .dijitTitlePaneTitle.dijitClosed .dijitArrowNodeInner:after {
    content: "\f078";
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes borders {
  100% {
    transform: scaleX(1);
  }
}
@keyframes borders {
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes icon-buzz {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes icon-buzz {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@-webkit-keyframes icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
/* @keyframes slideInFromLeft { */
/*   0% { */
/*     transform: translateX(-100%); */
/*   } */
/*   100% { */
/*     transform: translateX(0); */
/*   } */
/* } */
/* @keyframes slideInFromRight { */
/*   0% { */
/*     transform: translateX(100%); */
/*   } */
/*   100% { */
/*     transform: translateX(0); */
/*   } */
/* } */
/* @keyframes slideInFromTop { */
/*   0% { */
/*     transform: translateY(-100%); */
/*   } */
/*   100% { */
/*     transform: translateY(0); */
/*   } */
/* } */
/* @keyframes slideInFromBottom { */
/*   0% { */
/*     transform: translateY(100%); */
/*   } */
/*   100% { */
/*     transform: translateY(0); */
/*   } */
/* } */
/* @keyframes zoom { */
/*   from {transform:scale(0)}  */
/*   to {transform:scale(1)} */
/* } */
/* img { */
/* 	animation: 1s ease-out 0s 1 slideInFromLeft; */
/* } */