@charset "UTF-8";
/**
 * Clay 3.63.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.63.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
 */
.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: var(--brand-color-2, #FFBD59);
  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 {
  font-size: 0.875rem;
}
.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-group {
  margin-bottom: 1rem;
}
.sidebar-sm .form-control {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1.5;
  min-height: auto;
  padding: 0.25rem 0.75rem;
}
.sidebar-sm .form-control.form-control-tag-group {
  height: auto;
}
.sidebar-sm .form-control.form-control-tag-group .form-control-inset {
  margin-bottom: 0;
  margin-top: 0;
}
.sidebar-sm .form-control.form-control-tag-group .label {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 0.25rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm select.form-control {
  padding-right: 1.6rem;
}
.sidebar-sm select.form-control:not([size]) {
  height: 2rem;
}
.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 .btn:not(.btn-unstyled) {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.15;
  padding: 0.4375rem 0.75rem;
}
.sidebar-sm .btn:not(.btn-unstyled).close {
  padding: 0.4375rem;
}
.sidebar-sm .btn.btn-monospaced, .sidebar-sm .btn.btn-monospaced.btn-sm {
  height: 2rem;
  padding: 0.1875rem 0;
  width: 2rem;
}
.sidebar-sm .btn.btn-monospaced.input-localized-trigger, .sidebar-sm .btn.btn-monospaced.btn-sm.input-localized-trigger {
  padding: 0;
}
.sidebar-sm .input-group-item .input-group-text {
  font-size: 0.875rem;
  height: 2rem;
  min-width: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.sidebar-sm .input-group-item .btn .btn-section {
  font-size: 0.5625rem;
}
.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 var(--brand-color-2, #FFBD59);
  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: #92e5a5;
  border-color: #69db83;
}
.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: var(--brand-color-2, #FFBD59);
  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: var(--brand-color-2, #FFBD59);
}
.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: #f5c4c9 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: #bd2130;
  color: #bd2130;
  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 - 49px);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 49px;
  transform: translateX(100%);
  transition: transform ease 0.5s;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
}
body.has-control-menu .contextual-sidebar {
  height: calc(100vh - 98px);
  top: 98px;
}

@media (min-width: 576px) {
  .contextual-sidebar {
    height: calc(100vh - 64px);
    top: 64px;
  }
  body.has-control-menu .contextual-sidebar {
    height: calc(
				100vh - 120px
			);
    top: 120px;
  }
  .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 .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 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: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: #6c757d;
  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(/o/safest-theme/images/states/empty_state.gif);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/safest-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px;
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/safest-theme/images/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/safest-theme/images/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/safest-theme/images/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.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;
}

.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 #ffffff, 0 0 0 4px var(--brand-color-1, #155B8D);
}
.item-selector .item-selector-list-row:hover {
  background-color: var(--brand-color-1, #155B8D);
  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(.component-action):not(.btn) {
  color: #343a40;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: var(--brand-color-2, #FFBD59);
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: var(--brand-color-2, #FFBD59);
}
.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: #343a40;
}
.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: #343a40;
  font-weight: 600;
}
.user-info .date-info {
  color: var(--brand-color-2, #FFBD59);
}

.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: -15px;
  margin-right: -15px;
  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: 1rem;
}
.portal-popup .management-bar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0;
}
.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: #ffffff;
  border-top: 1px solid #dee2e6;
  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;
}
@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;
  }
}
.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: #ffffff;
  color: #6b6c7e;
}

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

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

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

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

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

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

.file-icon-color-7 {
  background-color: #ffffff;
  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: -0.0625rem;
  content: "";
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  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 .card-horizontal {
  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::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: -0.0625rem;
  content: "";
  height: 0;
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .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: 500px;
}
.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: 0.5rem;
}
.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: #ffffff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #6b6c7e;
}

.user-icon-color-1 {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4b9bff;
}

.user-icon-color-2 {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ffb46e;
}

.user-icon-color-3 {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff5f5f;
}

.user-icon-color-4 {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #50d2a0;
}

.user-icon-color-5 {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff73c3;
}

.user-icon-color-6 {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #9be169;
}

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

.user-icon-color-8 {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ffd76e;
}

.user-icon-color-9 {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #5fc8ff;
}

.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='%23212529'/%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='%23212529'/%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='%23212529'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: "";
  height: 0.125rem;
  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;
}

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-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: 1rem;
}

@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 {
  display: block;
}

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

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  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;
  }
}
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: rgba(0, 0, 0, 0.5);
}
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 (max-width: 767.98px) {
  html:not(#__):not(#___) .lfr-configurator-visibility {
    opacity: 0.5;
  }
}
@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;
  }
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet-content-editable {
    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: transparent;
    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 (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: transparent;
    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: transparent;
  border-radius: 0 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: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet-content-editable {
    opacity: 0.5;
  }
}

.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: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  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 (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: rgba(0, 0, 0, 0.5);
}
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

@media (max-width: 767.98px) {
  .lfr-configurator-visibility {
    opacity: 0.5;
  }
}

.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  opacity: 1;
}

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

.lfr-panel-page {
  width: 100%;
}
.lfr-panel-page .lfr-add-content h2 span {
  background-color: #d3dadd;
}

.portlet-borderless .portlet-content {
  padding: 1rem;
}
.portlet-decorate .portlet-content {
  background: var(--body-bg, white);
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 1rem;
  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;
  }
}

@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;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: var(--brand-color-1, #155B8D);
  font-weight: 700;
}

h1, .h1, h2, .h2 {
  margin-bottom: 2rem;
}

h2, .h2 {
  font-size: 2.1875rem;
}

h3, .h3 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1.5rem !important;
}

h4, .h4, h5, .h5, h6, .h6 {
  color: var(--body-color, #082234);
  font-size: 1rem;
}

a svg {
  margin-right: 0.2rem;
}

strong {
  font-weight: 600;
}

.btn:not(.dropdown-toggle):not(.btn-monospaced):not(.btn-unstyled) {
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0.75rem;
  padding: 0.5rem 1.4rem;
}
.btn:not(.dropdown-toggle):not(.btn-monospaced):not(.btn-unstyled).btn-lg {
  padding: 0.875rem 2.5rem;
}
@media (max-width: 991.98px) {
  .btn:not(.dropdown-toggle):not(.btn-monospaced):not(.btn-unstyled).btn-lg {
    width: 100%;
  }
}
.btn:not(.dropdown-toggle):not(.btn-monospaced):not(.btn-unstyled).btn-outline-secondary:hover, .btn:not(.dropdown-toggle):not(.btn-monospaced):not(.btn-unstyled).btn-outline-secondary:focus {
  color: var(--body-color, #082234);
}
@media (max-width: 575.98px) {
  .btn:not(.dropdown-toggle):not(.btn-monospaced):not(.btn-unstyled) {
    padding: 0.5rem 0.7rem;
  }
}
@media (max-width: 575.98px) {
  .btn:not(.dropdown-toggle):not(.btn-monospaced):not(.btn-unstyled) {
    font-size: 0.875rem;
  }
}

.btn-outline {
  color: var(--brand-color-1, #155B8D);
}

.btn-secondary {
  color: var(--body-color, #082234);
}
.btn-secondary.btn-outline-secondary {
  background-color: transparent;
}

.btn-primary.btn-monospaced .lexicon-icon {
  fill: white;
}

.label-secondary {
  background-color: var(--brand-color-2, #FFBD59);
  color: var(--body-color, #082234);
}

legend {
  font-size: 1rem;
  color: var(--brand-color-1, #155B8D);
  font-weight: 600;
}
legend .reference-mark {
  float: left;
  line-height: 1.5rem;
  font-size: 0.4rem;
  margin: 0 0 0.2rem 0 !important;
  padding: 0 !important;
}

.form-control {
  height: 2.8125rem;
  border-radius: 0;
}

select.form-control:not([multiple]) {
  background-image: url(../images/arrow-down-dark.svg);
}

select.form-control[multiple] {
  height: auto;
}

.form-group {
  margin-bottom: 1.5rem;
}
.form-group label {
  color: var(--brand-color-1, #155B8D);
  font-weight: 600;
}

label .reference-mark {
  float: left;
  line-height: 1.5rem;
  font-size: 0.4rem;
  margin-right: 0.2rem;
}

.custom-control-inline .custom-control-label {
  padding-left: 0.5rem;
}
.custom-control-inline .custom-control-label:before {
  left: -0.5rem;
}

.lfr-upload-container .upload-target {
  border-color: var(--brand-color-5, #e7eef3);
}
.lfr-upload-container .drag-drop-area .btn-secondary {
  background-color: transparent;
  border-color: var(--brand-color-1, #155B8D);
  color: var(--brand-color-1, #155B8D);
  border-radius: 0;
  text-transform: initial !important;
}
.lfr-upload-container .upload-target .small {
  text-transform: initial;
  font-size: 100%;
}

.lexicon-icon.lexicon-icon-exclamation-full {
  color: #dc3545;
}

table, .table {
  width: 100%;
  margin-bottom: 1.5rem;
}
table thead tr th, table tbody tr th, .table thead tr th, .table tbody tr th {
  text-transform: uppercase;
  color: var(--body-color, #082234);
  font-weight: 600;
  white-space: nowrap;
  padding: 0.5rem;
}
table thead tr td, table thead tr th, table tbody tr td, table tbody tr th, .table thead tr td, .table thead tr th, .table tbody tr td, .table tbody tr th {
  border-color: var(--brand-color-4, #D0DEE8);
  color: var(--body-color, #082234);
  font-size: 0.875rem;
  height: initial;
}
table thead tr td .btn-outline, table thead tr th .btn-outline, table tbody tr td .btn-outline, table tbody tr th .btn-outline, .table thead tr td .btn-outline, .table thead tr th .btn-outline, .table tbody tr td .btn-outline, .table tbody tr th .btn-outline {
  padding: 0;
}
table thead .table-divider td, table tbody .table-divider td, .table thead .table-divider td, .table tbody .table-divider td {
  background-color: var(--brand-color-5, #e7eef3);
  padding: 0.41rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
}
table.table-striped tbody tr td, table.table-striped tbody tr th, .table.table-striped tbody tr td, .table.table-striped tbody tr th {
  border: none;
}
table.table-striped tbody tr:nth-child(odd) td, .table.table-striped tbody tr:nth-child(odd) td {
  background-color: var(--brand-color-5, #e7eef3) !important;
}
table.table-striped tbody tr.even td, .table.table-striped tbody tr.even td {
  background-color: transparent !important;
}
table.table-striped tbody thead tr:nth-child(odd) td, .table.table-striped tbody thead tr:nth-child(odd) td {
  background-color: transparent;
}

.table-responsive {
  min-height: 20rem;
}
.table-responsive td .dropdown {
  font-size: 0.875rem;
}
.table-responsive td .dropdown .dropdown-menu {
  min-width: 11.25rem;
}
.table-responsive td .dropdown .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
}

.label.status {
  text-transform: uppercase;
  font-weight: 600;
}

.card, .card-horizontal {
  border-color: var(--brand-color-4, #D0DEE8);
}

.card-type-asset .aspect-ratio {
  border-color: var(--brand-color-4, #D0DEE8);
}

.lexicon-icon {
  fill: var(--brand-color-1, #155B8D);
}

cite {
  border-left: 0.9375rem solid var(--brand-color-4, #D0DEE8);
  margin-left: 1.5rem;
  font-style: normal;
}

.font-size-xl {
  font-size: 1.375rem;
}

.box-shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.col-five-saf {
  flex: 0 0 20%;
  max-width: 20%;
}

.saf__box {
  background-color: var(--brand-color-5, #e7eef3);
  padding: 1.5rem 0;
}
.saf__box .row {
  margin: 0;
}
.saf__filters {
  margin-bottom: 0.5rem;
}
.saf__filters .btn:not(.dropdown-toggle):not(.btn-monospaced):not(.btn-unstyled) {
  text-transform: initial;
  padding: 0;
  font-size: 0.875rem;
}
.saf__filters .btn:not(.dropdown-toggle):not(.btn-monospaced):not(.btn-unstyled):before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-size: 0.75rem;
  margin-right: 0.3rem;
}

.saf__comments label {
  color: var(--body-color, #082234);
  font-weight: normal;
  font-size: 1rem;
}
.saf__comments textarea {
  background-color: var(--brand-color-5, #e7eef3);
  border: 1px solid var(--brand-color-4, #D0DEE8);
}
.saf__comments textarea:focus {
  background-color: var(--brand-color-5, #e7eef3);
}

.saf__layout .saf__col-filter {
  display: none;
}
.saf__layout .saf__col-filter.col-lg-3 {
  display: block;
}
.saf__layout .saf__col-results:not(.col-lg-9) {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0.9375rem;
  position: relative;
  width: 100%;
}

.pagination a.btn, .pagination button.btn {
  margin-right: 0.4rem;
}
.pagination .btn[type=submit] {
  margin-left: auto;
}
.pagination.justify-content-end .btn[type=submit] {
  margin-left: 0.5rem;
}
.pagination.justify-content-end .btn[type=submit].btn-lg {
  font-size: 1rem;
  min-width: 16.0625rem;
  padding: 0.5rem 1.4rem !important;
}
@media (max-width: 991.98px) {
  .pagination.justify-content-end .btn[type=submit].btn-lg {
    padding: 0.5rem 0.7rem !important;
    min-width: initial;
    width: initial;
  }
}
@media (max-width: 575.98px) {
  .pagination.justify-content-end .btn[type=submit].btn-lg {
    font-size: 0.875rem;
  }
}
.pagination.justify-content-end .btn + .btn {
  margin-left: 0.5rem;
}
.pagination.justify-content-end + .justify-content-end {
  border-top: 4px dashed var(--brand-color-4, #D0DEE8);
  padding-top: 1rem;
  margin-top: 1rem;
}

.saf__nowrap {
  white-space: nowrap;
}

.modal .pagination {
  justify-content: center;
  margin-top: 2rem;
}
.modal .btn + .btn {
  margin-left: 0.5rem;
}
.modal textarea {
  background-color: var(--brand-color-5, #e7eef3);
  height: 7.5rem;
}

.portlet-msg-info {
  border: 0;
  border-left: 0.9375rem solid var(--brand-color-4, #D0DEE8);
  border-radius: 0;
  padding: 0 0 0 1.2rem;
  margin-bottom: 2.5rem;
  background-color: transparent;
  color: var(--body-color, #082234);
  margin-bottom: 2rem;
}

.safest__back, .saf__back {
  margin-bottom: 1.5rem;
}
.safest__back .safest__link-back, .safest__back .saf__link-back, .saf__back .safest__link-back, .saf__back .saf__link-back {
  color: var(--body-color, #082234);
  margin-bottom: 1rem;
}
.safest__back .safest__link-back:before, .safest__back .saf__link-back:before, .saf__back .safest__link-back:before, .saf__back .saf__link-back:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-size: 0.9rem;
  margin-right: 0.5rem;
  font-weight: 600;
}
.safest__back .safest__link-back:hover, .safest__back .saf__link-back:hover, .saf__back .safest__link-back:hover, .saf__back .saf__link-back:hover {
  text-decoration: none;
}

.saf__title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.saf__title-wrapper h2, .saf__title-wrapper .h2 {
  margin-bottom: 0;
}
.saf__title-wrapper .saf__select-hospital {
  padding-left: 0.5rem;
  border-left: 1px solid var(--brand-color-1, #155B8D);
  margin-left: 0.5rem;
}
.saf__title-wrapper .saf__select-hospital .form-group {
  margin: 0 0.5rem 0;
}
.saf__title-wrapper .saf__select-hospital .form-group .form-control {
  height: initial;
  padding: 0 1.75rem 0 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}
.saf__title-wrapper .saf__select-hospital .form-group label {
  padding-right: 0.5rem;
}

/*
.row.align-items-center {
    h2, .h2 {white-space:nowrap}
}*/
.saf__general-actions {
  font-size: 0.875rem;
}
.saf__general-actions ul {
  display: flex;
  justify-content: end;
  align-items: center;
}
.saf__general-actions ul li {
  margin-right: 0 !important;
  white-space: nowrap;
}
.saf__general-actions ul li .form-group {
  margin: 0 0.5rem 0;
}
.saf__general-actions ul li .form-group .form-control {
  height: initial;
  padding: 0 1.75rem 0 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}
.saf__general-actions ul li .form-group label {
  padding-right: 0.5rem;
}
.saf__general-actions ul li a {
  padding: 0 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.saf__general-actions ul li a:before {
  content: "";
  padding-left: 0.5rem;
  border-left: 1px solid var(--brand-color-1, #155B8D);
}
.saf__general-actions ul li:first-child a {
  padding: 0;
}
.saf__general-actions ul li:first-child a:before {
  display: none;
}

@media (max-width: 767.98px) {
  .row.align-items-center .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.align-items-center h2, .row.align-items-center .h2 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .row.align-items-center .saf__general-actions {
    text-align: left !important;
    margin-bottom: 2rem;
  }
  .row.align-items-center .saf__general-actions ul {
    justify-content: start;
  }
}
/* -------- 
  Icons
---------*/
@font-face {
  font-family: "font-icons";
  src: url("safest/fonts/font-icons.eot");
  src: url("safest/fonts/font-icons.eot") format("embedded-opentype"), url("safest/fonts/font-icons.woff") format("woff"), url("safest/fonts/font-icons.ttf") format("truetype"), url("safest/fonts/font-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"],
[class^=icon-line-], [class*=" icon-line-"],
[class^=icon-line2-], [class*=" icon-line2-"],
.side-header .primary-menu ul > li.sub-menu > a:after,
.docs-navigation ul ul li.current a:after {
  display: inline-block;
  font-family: "font-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.2857142857em;
  text-align: center;
}

.iconlist {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}

.iconlist li {
  position: relative;
}

.iconlist ul {
  list-style-type: none;
  margin: 0.5rem 0 0.5rem 1.5rem;
}

.iconlist > li [class^=icon-]:first-child, .iconlist > li [class*=" icon-"]:first-child {
  position: relative;
  display: inline-block;
  width: 1.75em;
  text-align: center;
  top: 1px;
  width: 14px;
  margin-right: 0.5rem;
}

.iconlist.iconlist-large {
  font-size: 16px;
}

.iconlist.iconlist-large li {
  margin: 4px 0;
}

.iconlist.iconlist-large > li [class^=icon-], .iconlist.iconlist-large > li [class*=" icon-"] {
  width: 16px;
  margin-right: 5px;
}

.iconlist-color li i {
  color: #1ABC9C;
  color: var(--themecolor);
}

.icon-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.icon.pull-left {
  margin-right: 0.3em;
}

.icon.pull-right {
  margin-left: 0.3em;
}

.icon-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.icon-stacked {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.icon-stacked-1x,
.icon-stacked-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.icon-stacked-1x {
  line-height: inherit;
}

.icon-stacked-2x {
  font-size: 2em;
}

.icon-inverse {
  color: #ffffff;
}

.icon-type:before {
  content: "\e600";
}

.icon-box1:before {
  content: "\e601";
}

.icon-archive1:before {
  content: "\e602";
}

.icon-envelope2:before {
  content: "\e603";
}

.icon-email:before {
  content: "\e604";
}

.icon-files:before {
  content: "\e605";
}

.icon-printer2:before {
  content: "\e606";
}

.icon-folder-add:before {
  content: "\e607";
}

.icon-folder-settings:before {
  content: "\e608";
}

.icon-folder-check:before {
  content: "\e609";
}

.icon-wifi-low:before {
  content: "\e60a";
}

.icon-wifi-mid:before {
  content: "\e60b";
}

.icon-wifi-full:before {
  content: "\e60c";
}

.icon-connection-empty:before {
  content: "\e60d";
}

.icon-battery-full1:before {
  content: "\e60e";
}

.icon-settings:before {
  content: "\e60f";
}

.icon-arrow-left1:before {
  content: "\e610";
}

.icon-arrow-up1:before {
  content: "\e611";
}

.icon-arrow-down1:before {
  content: "\e612";
}

.icon-arrow-right1:before {
  content: "\e613";
}

.icon-reload:before {
  content: "\e614";
}

.icon-download1:before {
  content: "\e615";
}

.icon-tag1:before {
  content: "\e616";
}

.icon-trashcan:before {
  content: "\e617";
}

.icon-search1:before {
  content: "\e618";
}

.icon-zoom-in:before {
  content: "\e619";
}

.icon-zoom-out:before {
  content: "\e61a";
}

.icon-chat:before {
  content: "\e61b";
}

.icon-clock2:before {
  content: "\e61c";
}

.icon-printer:before {
  content: "\e61d";
}

.icon-home1:before {
  content: "\e61e";
}

.icon-flag2:before {
  content: "\e61f";
}

.icon-meter:before {
  content: "\e620";
}

.icon-switch:before {
  content: "\e621";
}

.icon-forbidden:before {
  content: "\e622";
}

.icon-phone-landscape:before {
  content: "\e623";
}

.icon-tablet1:before {
  content: "\e624";
}

.icon-tablet-landscape:before {
  content: "\e625";
}

.icon-laptop1:before {
  content: "\e626";
}

.icon-camera1:before {
  content: "\e627";
}

.icon-microwave-oven:before {
  content: "\e628";
}

.icon-credit-cards:before {
  content: "\e629";
}

.icon-map-marker1:before {
  content: "\e62a";
}

.icon-map2:before {
  content: "\e62b";
}

.icon-support:before {
  content: "\e62c";
}

.icon-newspaper2:before {
  content: "\e62d";
}

.icon-barbell:before {
  content: "\e62e";
}

.icon-stopwatch1:before {
  content: "\e62f";
}

.icon-atom1:before {
  content: "\e630";
}

.icon-image2:before {
  content: "\e631";
}

.icon-cube1:before {
  content: "\e632";
}

.icon-bars1:before {
  content: "\e633";
}

.icon-chart:before {
  content: "\e634";
}

.icon-pencil:before {
  content: "\e635";
}

.icon-measure:before {
  content: "\e636";
}

.icon-eyedropper:before {
  content: "\e637";
}

.icon-file-settings:before {
  content: "\e638";
}

.icon-file-add:before {
  content: "\e639";
}

.icon-file2:before {
  content: "\e63a";
}

.icon-align-left1:before {
  content: "\e63b";
}

.icon-align-right1:before {
  content: "\e63c";
}

.icon-align-center1:before {
  content: "\e63d";
}

.icon-align-justify1:before {
  content: "\e63e";
}

.icon-file-broken:before {
  content: "\e63f";
}

.icon-browser:before {
  content: "\e640";
}

.icon-windows1:before {
  content: "\e641";
}

.icon-window:before {
  content: "\e642";
}

.icon-folder2:before {
  content: "\e643";
}

.icon-connection-25:before {
  content: "\e644";
}

.icon-connection-50:before {
  content: "\e645";
}

.icon-connection-75:before {
  content: "\e646";
}

.icon-connection-full:before {
  content: "\e647";
}

.icon-list1:before {
  content: "\e648";
}

.icon-grid:before {
  content: "\e649";
}

.icon-stack3:before {
  content: "\e64a";
}

.icon-battery-charging:before {
  content: "\e64b";
}

.icon-battery-empty1:before {
  content: "\e64c";
}

.icon-battery-25:before {
  content: "\e64d";
}

.icon-battery-50:before {
  content: "\e64e";
}

.icon-battery-75:before {
  content: "\e64f";
}

.icon-refresh:before {
  content: "\e650";
}

.icon-volume:before {
  content: "\e651";
}

.icon-volume-increase:before {
  content: "\e652";
}

.icon-volume-decrease:before {
  content: "\e653";
}

.icon-mute:before {
  content: "\e654";
}

.icon-microphone1:before {
  content: "\e655";
}

.icon-microphone-off:before {
  content: "\e656";
}

.icon-book1:before {
  content: "\e657";
}

.icon-checkmark:before {
  content: "\e658";
}

.icon-checkbox-checked:before {
  content: "\e659";
}

.icon-checkbox:before {
  content: "\e65a";
}

.icon-paperclip1:before {
  content: "\e65b";
}

.icon-chat-1:before {
  content: "\e65c";
}

.icon-chat-2:before {
  content: "\e65d";
}

.icon-chat-3:before {
  content: "\e65e";
}

.icon-comment2:before {
  content: "\e65f";
}

.icon-calendar2:before {
  content: "\e660";
}

.icon-bookmark2:before {
  content: "\e661";
}

.icon-email2:before {
  content: "\e662";
}

.icon-heart2:before {
  content: "\e663";
}

.icon-enter:before {
  content: "\e664";
}

.icon-cloud1:before {
  content: "\e665";
}

.icon-book2:before {
  content: "\e666";
}

.icon-star2:before {
  content: "\e667";
}

.icon-lock1:before {
  content: "\e668";
}

.icon-unlocked:before {
  content: "\e669";
}

.icon-unlocked2:before {
  content: "\e66a";
}

.icon-users1:before {
  content: "\e66b";
}

.icon-user2:before {
  content: "\e66c";
}

.icon-users2:before {
  content: "\e66d";
}

.icon-user21:before {
  content: "\e66e";
}

.icon-bullhorn1:before {
  content: "\e66f";
}

.icon-share1:before {
  content: "\e670";
}

.icon-screen:before {
  content: "\e671";
}

.icon-phone1:before {
  content: "\e672";
}

.icon-phone-portrait:before {
  content: "\e673";
}

.icon-calculator1:before {
  content: "\e674";
}

.icon-bag:before {
  content: "\e675";
}

.icon-diamond:before {
  content: "\e676";
}

.icon-drink:before {
  content: "\e677";
}

.icon-shorts:before {
  content: "\e678";
}

.icon-vcard:before {
  content: "\e679";
}

.icon-sun2:before {
  content: "\e67a";
}

.icon-bill:before {
  content: "\e67b";
}

.icon-coffee1:before {
  content: "\e67c";
}

.icon-tv2:before {
  content: "\e67d";
}

.icon-newspaper3:before {
  content: "\e67e";
}

.icon-stack:before {
  content: "\e67f";
}

.icon-syringe1:before {
  content: "\e680";
}

.icon-health:before {
  content: "\e681";
}

.icon-bolt1:before {
  content: "\e682";
}

.icon-pill:before {
  content: "\e683";
}

.icon-bones:before {
  content: "\e684";
}

.icon-lab:before {
  content: "\e685";
}

.icon-clipboard2:before {
  content: "\e686";
}

.icon-mug:before {
  content: "\e687";
}

.icon-bucket:before {
  content: "\e688";
}

.icon-select:before {
  content: "\e689";
}

.icon-graph:before {
  content: "\e68a";
}

.icon-crop1:before {
  content: "\e68b";
}

.icon-heart21:before {
  content: "\e68c";
}

.icon-cloud2:before {
  content: "\e68d";
}

.icon-star21:before {
  content: "\e68e";
}

.icon-pen1:before {
  content: "\e68f";
}

.icon-diamond2:before {
  content: "\e690";
}

.icon-display:before {
  content: "\e691";
}

.icon-paperplane:before {
  content: "\e692";
}

.icon-params:before {
  content: "\e693";
}

.icon-banknote:before {
  content: "\e694";
}

.icon-vynil:before {
  content: "\e695";
}

.icon-truck1:before {
  content: "\e696";
}

.icon-world:before {
  content: "\e697";
}

.icon-tv1:before {
  content: "\e698";
}

.icon-sound:before {
  content: "\e699";
}

.icon-video1:before {
  content: "\e69a";
}

.icon-trash1:before {
  content: "\e69b";
}

.icon-user3:before {
  content: "\e69c";
}

.icon-key1:before {
  content: "\e69d";
}

.icon-search2:before {
  content: "\e69e";
}

.icon-settings2:before {
  content: "\e69f";
}

.icon-camera2:before {
  content: "\e6a0";
}

.icon-tag2:before {
  content: "\e6a1";
}

.icon-lock2:before {
  content: "\e6a2";
}

.icon-bulb:before {
  content: "\e6a3";
}

.icon-location:before {
  content: "\e6a4";
}

.icon-eye2:before {
  content: "\e6a5";
}

.icon-bubble:before {
  content: "\e6a6";
}

.icon-stack2:before {
  content: "\e6a7";
}

.icon-cup:before {
  content: "\e6a8";
}

.icon-phone2:before {
  content: "\e6a9";
}

.icon-news:before {
  content: "\e6aa";
}

.icon-mail:before {
  content: "\e6ab";
}

.icon-like:before {
  content: "\e6ac";
}

.icon-photo:before {
  content: "\e6ad";
}

.icon-note:before {
  content: "\e6ae";
}

.icon-clock21:before {
  content: "\e6af";
}

.icon-data:before {
  content: "\e6b0";
}

.icon-music1:before {
  content: "\e6b1";
}

.icon-megaphone:before {
  content: "\e6b2";
}

.icon-study:before {
  content: "\e6b3";
}

.icon-lab2:before {
  content: "\e6b4";
}

.icon-food:before {
  content: "\e6b5";
}

.icon-t-shirt:before {
  content: "\e6b6";
}

.icon-fire1:before {
  content: "\e6b7";
}

.icon-clip:before {
  content: "\e6b8";
}

.icon-shop:before {
  content: "\e6b9";
}

.icon-calendar21:before {
  content: "\e6ba";
}

.icon-wallet1:before {
  content: "\e6bb";
}

.icon-glass:before {
  content: "\e6bc";
}

.icon-music2:before {
  content: "\e6bd";
}

.icon-search3:before {
  content: "\e6be";
}

.icon-envelope21:before {
  content: "\e6bf";
}

.icon-heart3:before {
  content: "\e6c0";
}

.icon-star3:before {
  content: "\e6c1";
}

.icon-star-empty:before {
  content: "\e6c2";
}

.icon-user4:before {
  content: "\e6c3";
}

.icon-film1:before {
  content: "\e6c4";
}

.icon-th-large1:before {
  content: "\e6c5";
}

.icon-th1:before {
  content: "\e6c6";
}

.icon-th-list1:before {
  content: "\e6c7";
}

.icon-ok:before {
  content: "\e6c8";
}

.icon-remove:before {
  content: "\e6c9";
}

.icon-zoom-in2:before {
  content: "\e6ca";
}

.icon-zoom-out2:before {
  content: "\e6cb";
}

.icon-off:before {
  content: "\e6cc";
}

.icon-signal1:before {
  content: "\e6cd";
}

.icon-cog1:before {
  content: "\e6ce";
}

.icon-trash2:before {
  content: "\e6cf";
}

.icon-home2:before {
  content: "\e6d0";
}

.icon-file21:before {
  content: "\e6d1";
}

.icon-time:before {
  content: "\e6d2";
}

.icon-road1:before {
  content: "\e6d3";
}

.icon-download-alt:before {
  content: "\e6d4";
}

.icon-download2:before {
  content: "\e6d5";
}

.icon-upload1:before {
  content: "\e6d6";
}

.icon-inbox1:before {
  content: "\e6d7";
}

.icon-play-circle2:before {
  content: "\e6d8";
}

.icon-repeat:before {
  content: "\e6d9";
}

.icon-refresh2:before {
  content: "\e6da";
}

.icon-list-alt2:before {
  content: "\e6db";
}

.icon-lock3:before {
  content: "\e6dc";
}

.icon-flag21:before {
  content: "\e6dd";
}

.icon-headphones1:before {
  content: "\e6de";
}

.icon-volume-off1:before {
  content: "\e6df";
}

.icon-volume-down1:before {
  content: "\e6e0";
}

.icon-volume-up1:before {
  content: "\e6e1";
}

.icon-qrcode1:before {
  content: "\e6e2";
}

.icon-barcode1:before {
  content: "\e6e3";
}

.icon-tag3:before {
  content: "\e6e4";
}

.icon-tags1:before {
  content: "\e6e5";
}

.icon-book3:before {
  content: "\e6e6";
}

.icon-bookmark21:before {
  content: "\e6e7";
}

.icon-print2:before {
  content: "\e6e8";
}

.icon-camera3:before {
  content: "\e6e9";
}

.icon-font1:before {
  content: "\e6ea";
}

.icon-bold1:before {
  content: "\e6eb";
}

.icon-italic1:before {
  content: "\e6ec";
}

.icon-text-height1:before {
  content: "\e6ed";
}

.icon-text-width1:before {
  content: "\e6ee";
}

.icon-align-left2:before {
  content: "\e6ef";
}

.icon-align-center2:before {
  content: "\e6f0";
}

.icon-align-right2:before {
  content: "\e6f1";
}

.icon-align-justify2:before {
  content: "\e6f2";
}

.icon-list2:before {
  content: "\e6f3";
}

.icon-indent-left:before {
  content: "\e6f4";
}

.icon-indent-right:before {
  content: "\e6f5";
}

.icon-facetime-video:before {
  content: "\e6f6";
}

.icon-picture:before {
  content: "\e6f7";
}

.icon-pencil2:before {
  content: "\e6f8";
}

.icon-map-marker2:before {
  content: "\e6f9";
}

.icon-adjust1:before {
  content: "\e6fa";
}

.icon-tint1:before {
  content: "\e6fb";
}

.icon-edit2:before {
  content: "\e6fc";
}

.icon-share2:before {
  content: "\e6fd";
}

.icon-check1:before {
  content: "\e6fe";
}

.icon-move:before {
  content: "\e6ff";
}

.icon-step-backward1:before {
  content: "\e700";
}

.icon-fast-backward1:before {
  content: "\e701";
}

.icon-backward1:before {
  content: "\e702";
}

.icon-play1:before {
  content: "\e703";
}

.icon-pause1:before {
  content: "\e704";
}

.icon-stop1:before {
  content: "\e705";
}

.icon-forward1:before {
  content: "\e706";
}

.icon-fast-forward1:before {
  content: "\e707";
}

.icon-step-forward1:before {
  content: "\e708";
}

.icon-eject1:before {
  content: "\e709";
}

.icon-chevron-left1:before {
  content: "\e70a";
}

.icon-chevron-right1:before {
  content: "\e70b";
}

.icon-plus-sign:before {
  content: "\e70c";
}

.icon-minus-sign:before {
  content: "\e70d";
}

.icon-remove-sign:before {
  content: "\e70e";
}

.icon-ok-sign:before {
  content: "\e70f";
}

.icon-question-sign:before {
  content: "\e710";
}

.icon-info-sign:before {
  content: "\e711";
}

.icon-screenshot:before {
  content: "\e712";
}

.icon-remove-circle:before {
  content: "\e713";
}

.icon-ok-circle:before {
  content: "\e714";
}

.icon-ban-circle:before {
  content: "\e715";
}

.icon-arrow-left2:before {
  content: "\e716";
}

.icon-arrow-right2:before {
  content: "\e717";
}

.icon-arrow-up2:before {
  content: "\e718";
}

.icon-arrow-down2:before {
  content: "\e719";
}

.icon-share-alt1:before {
  content: "\e71a";
}

.icon-resize-full:before {
  content: "\e71b";
}

.icon-resize-small:before {
  content: "\e71c";
}

.icon-plus1:before {
  content: "\e71d";
}

.icon-minus1:before {
  content: "\e71e";
}

.icon-asterisk1:before {
  content: "\e71f";
}

.icon-exclamation-sign:before {
  content: "\e720";
}

.icon-gift1:before {
  content: "\e721";
}

.icon-leaf1:before {
  content: "\e722";
}

.icon-fire2:before {
  content: "\e723";
}

.icon-eye-open:before {
  content: "\e724";
}

.icon-eye-close:before {
  content: "\e725";
}

.icon-warning-sign:before {
  content: "\e726";
}

.icon-plane1:before {
  content: "\e727";
}

.icon-calendar3:before {
  content: "\e728";
}

.icon-random1:before {
  content: "\e729";
}

.icon-comment21:before {
  content: "\e72a";
}

.icon-magnet1:before {
  content: "\e72b";
}

.icon-chevron-up1:before {
  content: "\e72c";
}

.icon-chevron-down1:before {
  content: "\e72d";
}

.icon-retweet1:before {
  content: "\e72e";
}

.icon-shopping-cart:before {
  content: "\e72f";
}

.icon-folder-close:before {
  content: "\e730";
}

.icon-folder-open2:before {
  content: "\e731";
}

.icon-resize-vertical:before {
  content: "\e732";
}

.icon-resize-horizontal:before {
  content: "\e733";
}

.icon-bar-chart:before {
  content: "\e734";
}

.icon-twitter-sign:before {
  content: "\e735";
}

.icon-facebook-sign:before {
  content: "\e736";
}

.icon-camera-retro1:before {
  content: "\e737";
}

.icon-key2:before {
  content: "\e738";
}

.icon-cogs1:before {
  content: "\e739";
}

.icon-comments2:before {
  content: "\e73a";
}

.icon-thumbs-up2:before {
  content: "\e73b";
}

.icon-thumbs-down2:before {
  content: "\e73c";
}

.icon-star-half2:before {
  content: "\e73d";
}

.icon-heart-empty:before {
  content: "\e73e";
}

.icon-signout:before {
  content: "\e73f";
}

.icon-linkedin-sign:before {
  content: "\e740";
}

.icon-pushpin:before {
  content: "\e741";
}

.icon-external-link:before {
  content: "\e742";
}

.icon-signin:before {
  content: "\e743";
}

.icon-trophy1:before {
  content: "\e744";
}

.icon-github-sign:before {
  content: "\e745";
}

.icon-upload-alt:before {
  content: "\e746";
}

.icon-lemon2:before {
  content: "\e747";
}

.icon-phone3:before {
  content: "\e748";
}

.icon-check-empty:before {
  content: "\e749";
}

.icon-bookmark-empty:before {
  content: "\e74a";
}

.icon-phone-sign:before {
  content: "\e74b";
}

.icon-twitter2:before {
  content: "\e74c";
}

.icon-facebook2:before {
  content: "\e74d";
}

.icon-github2:before {
  content: "\e74e";
}

.icon-unlock1:before {
  content: "\e74f";
}

.icon-credit:before {
  content: "\e750";
}

.icon-rss2:before {
  content: "\e751";
}

.icon-hdd2:before {
  content: "\e752";
}

.icon-bullhorn2:before {
  content: "\e753";
}

.icon-bell2:before {
  content: "\e754";
}

.icon-certificate1:before {
  content: "\e755";
}

.icon-hand-right:before {
  content: "\e756";
}

.icon-hand-left:before {
  content: "\e757";
}

.icon-hand-up:before {
  content: "\e758";
}

.icon-hand-down:before {
  content: "\e759";
}

.icon-circle-arrow-left:before {
  content: "\e75a";
}

.icon-circle-arrow-right:before {
  content: "\e75b";
}

.icon-circle-arrow-up:before {
  content: "\e75c";
}

.icon-circle-arrow-down:before {
  content: "\e75d";
}

.icon-globe1:before {
  content: "\e75e";
}

.icon-wrench1:before {
  content: "\e75f";
}

.icon-tasks1:before {
  content: "\e760";
}

.icon-filter1:before {
  content: "\e761";
}

.icon-briefcase1:before {
  content: "\e762";
}

.icon-fullscreen:before {
  content: "\e763";
}

.icon-group:before {
  content: "\e764";
}

.icon-link1:before {
  content: "\e765";
}

.icon-cloud3:before {
  content: "\e766";
}

.icon-beaker:before {
  content: "\e767";
}

.icon-cut1:before {
  content: "\e768";
}

.icon-copy2:before {
  content: "\e769";
}

.icon-paper-clip:before {
  content: "\e76a";
}

.icon-save2:before {
  content: "\e76b";
}

.icon-sign-blank:before {
  content: "\e76c";
}

.icon-reorder:before {
  content: "\e76d";
}

.icon-list-ul1:before {
  content: "\e76e";
}

.icon-list-ol1:before {
  content: "\e76f";
}

.icon-strikethrough1:before {
  content: "\e770";
}

.icon-underline1:before {
  content: "\e771";
}

.icon-table1:before {
  content: "\e772";
}

.icon-magic1:before {
  content: "\e773";
}

.icon-truck2:before {
  content: "\e774";
}

.icon-pinterest2:before {
  content: "\e775";
}

.icon-pinterest-sign:before {
  content: "\e776";
}

.icon-google-plus-sign:before {
  content: "\e777";
}

.icon-google-plus1:before {
  content: "\e778";
}

.icon-money:before {
  content: "\e779";
}

.icon-caret-down1:before {
  content: "\e77a";
}

.icon-caret-up1:before {
  content: "\e77b";
}

.icon-caret-left1:before {
  content: "\e77c";
}

.icon-caret-right1:before {
  content: "\e77d";
}

.icon-columns1:before {
  content: "\e77e";
}

.icon-sort1:before {
  content: "\e77f";
}

.icon-sort-down1:before {
  content: "\e780";
}

.icon-sort-up1:before {
  content: "\e781";
}

.icon-envelope-alt:before {
  content: "\e782";
}

.icon-linkedin2:before {
  content: "\e783";
}

.icon-undo1:before {
  content: "\e784";
}

.icon-legal:before {
  content: "\e785";
}

.icon-dashboard:before {
  content: "\e786";
}

.icon-comment-alt2:before {
  content: "\e787";
}

.icon-comments-alt:before {
  content: "\e788";
}

.icon-bolt2:before {
  content: "\e789";
}

.icon-sitemap1:before {
  content: "\e78a";
}

.icon-umbrella1:before {
  content: "\e78b";
}

.icon-paste1:before {
  content: "\e78c";
}

.icon-lightbulb2:before {
  content: "\e78d";
}

.icon-exchange:before {
  content: "\e78e";
}

.icon-cloud-download:before {
  content: "\e78f";
}

.icon-cloud-upload:before {
  content: "\e790";
}

.icon-user-md1:before {
  content: "\e791";
}

.icon-stethoscope1:before {
  content: "\e792";
}

.icon-suitcase1:before {
  content: "\e793";
}

.icon-bell-alt:before {
  content: "\e794";
}

.icon-coffee2:before {
  content: "\e795";
}

.icon-food2:before {
  content: "\e796";
}

.icon-file-alt2:before {
  content: "\e797";
}

.icon-building2:before {
  content: "\e798";
}

.icon-hospital2:before {
  content: "\e799";
}

.icon-ambulance1:before {
  content: "\e79a";
}

.icon-medkit1:before {
  content: "\e79b";
}

.icon-fighter-jet1:before {
  content: "\e79c";
}

.icon-beer1:before {
  content: "\e79d";
}

.icon-h-sign:before {
  content: "\e79e";
}

.icon-plus-sign2:before {
  content: "\e79f";
}

.icon-double-angle-left:before {
  content: "\e7a0";
}

.icon-double-angle-right:before {
  content: "\e7a1";
}

.icon-double-angle-up:before {
  content: "\e7a2";
}

.icon-double-angle-down:before {
  content: "\e7a3";
}

.icon-angle-left:before {
  content: "\e7a4";
}

.icon-angle-right:before {
  content: "\e7a5";
}

.icon-angle-up:before {
  content: "\e7a6";
}

.icon-angle-down:before {
  content: "\e7a7";
}

.icon-desktop1:before {
  content: "\e7a8";
}

.icon-laptop2:before {
  content: "\e7a9";
}

.icon-tablet2:before {
  content: "\e7aa";
}

.icon-mobile1:before {
  content: "\e7ab";
}

.icon-circle-blank:before {
  content: "\e7ac";
}

.icon-quote-left1:before {
  content: "\e7ad";
}

.icon-quote-right1:before {
  content: "\e7ae";
}

.icon-spinner1:before {
  content: "\e7af";
}

.icon-circle2:before {
  content: "\e7b0";
}

.icon-reply1:before {
  content: "\e7b1";
}

.icon-github-alt1:before {
  content: "\e7b2";
}

.icon-folder-close-alt:before {
  content: "\e7b3";
}

.icon-folder-open-alt:before {
  content: "\e7b4";
}

.icon-expand-alt:before {
  content: "\e7b5";
}

.icon-collapse-alt:before {
  content: "\e7b6";
}

.icon-smile2:before {
  content: "\e7b7";
}

.icon-frown2:before {
  content: "\e7b8";
}

.icon-meh2:before {
  content: "\e7b9";
}

.icon-gamepad1:before {
  content: "\e7ba";
}

.icon-keyboard2:before {
  content: "\e7bb";
}

.icon-flag-alt:before {
  content: "\e7bc";
}

.icon-flag-checkered1:before {
  content: "\e7bd";
}

.icon-terminal1:before {
  content: "\e7be";
}

.icon-code1:before {
  content: "\e7bf";
}

.icon-reply-all1:before {
  content: "\e7c0";
}

.icon-star-half-full:before {
  content: "\e7c1";
}

.icon-location-arrow1:before {
  content: "\e7c2";
}

.icon-crop2:before {
  content: "\e7c3";
}

.icon-code-fork:before {
  content: "\e7c4";
}

.icon-unlink1:before {
  content: "\e7c5";
}

.icon-question1:before {
  content: "\e7c6";
}

.icon-info1:before {
  content: "\e7c7";
}

.icon-exclamation1:before {
  content: "\e7c8";
}

.icon-superscript1:before {
  content: "\e7c9";
}

.icon-subscript1:before {
  content: "\e7ca";
}

.icon-eraser1:before {
  content: "\e7cb";
}

.icon-puzzle:before {
  content: "\e7cc";
}

.icon-microphone2:before {
  content: "\e7cd";
}

.icon-microphone-off2:before {
  content: "\e7ce";
}

.icon-shield:before {
  content: "\e7cf";
}

.icon-calendar-empty:before {
  content: "\e7d0";
}

.icon-fire-extinguisher1:before {
  content: "\e7d1";
}

.icon-rocket1:before {
  content: "\e7d2";
}

.icon-maxcdn1:before {
  content: "\e7d3";
}

.icon-chevron-sign-left:before {
  content: "\e7d4";
}

.icon-chevron-sign-right:before {
  content: "\e7d5";
}

.icon-chevron-sign-up:before {
  content: "\e7d6";
}

.icon-chevron-sign-down:before {
  content: "\e7d7";
}

.icon-html52:before {
  content: "\e7d8";
}

.icon-css31:before {
  content: "\e7d9";
}

.icon-anchor1:before {
  content: "\e7da";
}

.icon-unlock-alt1:before {
  content: "\e7db";
}

.icon-bullseye1:before {
  content: "\e7dc";
}

.icon-ellipsis-horizontal:before {
  content: "\e7dd";
}

.icon-ellipsis-vertical:before {
  content: "\e7de";
}

.icon-rss-sign:before {
  content: "\e7df";
}

.icon-play-sign:before {
  content: "\e7e0";
}

.icon-ticket:before {
  content: "\e7e1";
}

.icon-minus-sign-alt:before {
  content: "\e7e2";
}

.icon-check-minus:before {
  content: "\e7e3";
}

.icon-level-up:before {
  content: "\e7e4";
}

.icon-level-down:before {
  content: "\e7e5";
}

.icon-check-sign:before {
  content: "\e7e6";
}

.icon-edit-sign:before {
  content: "\e7e7";
}

.icon-external-link-sign:before {
  content: "\e7e8";
}

.icon-share-sign:before {
  content: "\e7e9";
}

.icon-compass2:before {
  content: "\e7ea";
}

.icon-collapse:before {
  content: "\e7eb";
}

.icon-collapse-top:before {
  content: "\e7ec";
}

.icon-expand1:before {
  content: "\e7ed";
}

.icon-euro:before {
  content: "\e7ee";
}

.icon-gbp:before {
  content: "\e7ef";
}

.icon-dollar:before {
  content: "\e7f0";
}

.icon-rupee:before {
  content: "\e7f1";
}

.icon-yen:before {
  content: "\e7f2";
}

.icon-renminbi:before {
  content: "\e7f3";
}

.icon-won:before {
  content: "\e7f4";
}

.icon-bitcoin2:before {
  content: "\e7f5";
}

.icon-file3:before {
  content: "\e7f6";
}

.icon-file-text:before {
  content: "\e7f7";
}

.icon-sort-by-alphabet:before {
  content: "\e7f8";
}

.icon-sort-by-alphabet-alt:before {
  content: "\e7f9";
}

.icon-sort-by-attributes:before {
  content: "\e7fa";
}

.icon-sort-by-attributes-alt:before {
  content: "\e7fb";
}

.icon-sort-by-order:before {
  content: "\e7fc";
}

.icon-sort-by-order-alt:before {
  content: "\e7fd";
}

.icon-thumbs-up21:before {
  content: "\e7fe";
}

.icon-thumbs-down21:before {
  content: "\e7ff";
}

.icon-youtube-sign:before {
  content: "\e800";
}

.icon-youtube2:before {
  content: "\e801";
}

.icon-xing2:before {
  content: "\e802";
}

.icon-xing-sign:before {
  content: "\e803";
}

.icon-youtube-play:before {
  content: "\e804";
}

.icon-dropbox2:before {
  content: "\e805";
}

.icon-stackexchange:before {
  content: "\e806";
}

.icon-instagram2:before {
  content: "\e807";
}

.icon-flickr2:before {
  content: "\e808";
}

.icon-adn1:before {
  content: "\e809";
}

.icon-bitbucket2:before {
  content: "\e80a";
}

.icon-bitbucket-sign:before {
  content: "\e80b";
}

.icon-tumblr2:before {
  content: "\e80c";
}

.icon-tumblr-sign:before {
  content: "\e80d";
}

.icon-long-arrow-down:before {
  content: "\e80e";
}

.icon-long-arrow-up:before {
  content: "\e80f";
}

.icon-long-arrow-left:before {
  content: "\e810";
}

.icon-long-arrow-right:before {
  content: "\e811";
}

.icon-apple1:before {
  content: "\e812";
}

.icon-windows3:before {
  content: "\e813";
}

.icon-android2:before {
  content: "\e814";
}

.icon-linux1:before {
  content: "\e815";
}

.icon-dribbble2:before {
  content: "\e816";
}

.icon-skype2:before {
  content: "\e817";
}

.icon-foursquare2:before {
  content: "\e818";
}

.icon-trello1:before {
  content: "\e819";
}

.icon-female1:before {
  content: "\e81a";
}

.icon-male1:before {
  content: "\e81b";
}

.icon-gittip:before {
  content: "\e81c";
}

.icon-sun21:before {
  content: "\e81d";
}

.icon-moon2:before {
  content: "\e81e";
}

.icon-archive2:before {
  content: "\e81f";
}

.icon-bug1:before {
  content: "\e820";
}

.icon-renren1:before {
  content: "\e821";
}

.icon-weibo2:before {
  content: "\e822";
}

.icon-vk2:before {
  content: "\e823";
}

.icon-duckduckgo:before {
  content: "\e830";
}

.icon-aim:before {
  content: "\e831";
}

.icon-delicious1:before {
  content: "\e832";
}

.icon-paypal1:before {
  content: "\e833";
}

.icon-flattr:before {
  content: "\e834";
}

.icon-android1:before {
  content: "\e835";
}

.icon-eventful:before {
  content: "\e836";
}

.icon-smashmag:before {
  content: "\e837";
}

.icon-gplus:before {
  content: "\e838";
}

.icon-wikipedia:before {
  content: "\e839";
}

.icon-lanyrd:before {
  content: "\e83a";
}

.icon-calendar-1:before {
  content: "\e83b";
}

.icon-stumbleupon1:before {
  content: "\e83c";
}

.icon-fivehundredpx:before {
  content: "\e83d";
}

.icon-pinterest1:before {
  content: "\e83e";
}

.icon-bitcoin1:before {
  content: "\e83f";
}

.icon-w3c:before {
  content: "\e840";
}

.icon-foursquare1:before {
  content: "\e841";
}

.icon-html51:before {
  content: "\e842";
}

.icon-ie:before {
  content: "\e843";
}

.icon-call:before {
  content: "\e844";
}

.icon-grooveshark:before {
  content: "\e845";
}

.icon-ninetyninedesigns:before {
  content: "\e846";
}

.icon-forrst:before {
  content: "\e847";
}

.icon-digg1:before {
  content: "\e848";
}

.icon-spotify1:before {
  content: "\e849";
}

.icon-reddit1:before {
  content: "\e84a";
}

.icon-guest:before {
  content: "\e84b";
}

.icon-gowalla:before {
  content: "\e84c";
}

.icon-appstore:before {
  content: "\e84d";
}

.icon-blogger1:before {
  content: "\e84e";
}

.icon-cc:before {
  content: "\e84f";
}

.icon-dribbble1:before {
  content: "\e850";
}

.icon-evernote:before {
  content: "\e851";
}

.icon-flickr1:before {
  content: "\e852";
}

.icon-google1:before {
  content: "\e853";
}

.icon-viadeo1:before {
  content: "\e854";
}

.icon-instapaper:before {
  content: "\e855";
}

.icon-weibo1:before {
  content: "\e856";
}

.icon-klout:before {
  content: "\e857";
}

.icon-linkedin1:before {
  content: "\e858";
}

.icon-meetup1:before {
  content: "\e859";
}

.icon-vk1:before {
  content: "\e85a";
}

.icon-plancast:before {
  content: "\e85b";
}

.icon-disqus:before {
  content: "\e85c";
}

.icon-rss1:before {
  content: "\e85d";
}

.icon-skype1:before {
  content: "\e85e";
}

.icon-twitter1:before {
  content: "\e85f";
}

.icon-youtube1:before {
  content: "\e860";
}

.icon-vimeo1:before {
  content: "\e861";
}

.icon-windows2:before {
  content: "\e862";
}

.icon-xing1:before {
  content: "\e863";
}

.icon-yahoo1:before {
  content: "\e864";
}

.icon-chrome1:before {
  content: "\e865";
}

.icon-email3:before {
  content: "\e866";
}

.icon-macstore:before {
  content: "\e867";
}

.icon-myspace:before {
  content: "\e868";
}

.icon-podcast1:before {
  content: "\e869";
}

.icon-amazon1:before {
  content: "\e86a";
}

.icon-steam1:before {
  content: "\e86b";
}

.icon-cloudapp:before {
  content: "\e86c";
}

.icon-dropbox1:before {
  content: "\e86d";
}

.icon-ebay1:before {
  content: "\e86e";
}

.icon-facebook:before {
  content: "\e86f";
}

.icon-github1:before {
  content: "\e870";
}

.icon-github-circled:before {
  content: "\e871";
}

.icon-googleplay:before {
  content: "\e872";
}

.icon-itunes1:before {
  content: "\e873";
}

.icon-plurk:before {
  content: "\e874";
}

.icon-songkick:before {
  content: "\e875";
}

.icon-lastfm1:before {
  content: "\e876";
}

.icon-gmail:before {
  content: "\e877";
}

.icon-pinboard:before {
  content: "\e878";
}

.icon-openid1:before {
  content: "\e879";
}

.icon-quora1:before {
  content: "\e87a";
}

.icon-soundcloud1:before {
  content: "\e87b";
}

.icon-tumblr1:before {
  content: "\e87c";
}

.icon-eventasaurus:before {
  content: "\e87d";
}

.icon-wordpress1:before {
  content: "\e87e";
}

.icon-yelp1:before {
  content: "\e87f";
}

.icon-intensedebate:before {
  content: "\e880";
}

.icon-eventbrite:before {
  content: "\e881";
}

.icon-scribd1:before {
  content: "\e882";
}

.icon-posterous:before {
  content: "\e883";
}

.icon-stripe1:before {
  content: "\e884";
}

.icon-opentable:before {
  content: "\e885";
}

.icon-cart:before {
  content: "\e886";
}

.icon-print1:before {
  content: "\e887";
}

.icon-angellist1:before {
  content: "\e888";
}

.icon-instagram1:before {
  content: "\e889";
}

.icon-dwolla:before {
  content: "\e88a";
}

.icon-appnet:before {
  content: "\e88b";
}

.icon-statusnet:before {
  content: "\e88c";
}

.icon-acrobat:before {
  content: "\e88d";
}

.icon-drupal1:before {
  content: "\e88e";
}

.icon-buffer:before {
  content: "\e88f";
}

.icon-pocket:before {
  content: "\e890";
}

.icon-bitbucket1:before {
  content: "\e891";
}

.icon-lego:before {
  content: "\e892";
}

.icon-login:before {
  content: "\e893";
}

.icon-stackoverflow:before {
  content: "\e894";
}

.icon-hackernews:before {
  content: "\e895";
}

.icon-lkdto:before {
  content: "\e896";
}

.icon-ad:before {
  content: "\e900";
}

.icon-address-book:before {
  content: "\e901";
}

.icon-address-card:before {
  content: "\e902";
}

.icon-adjust:before {
  content: "\e903";
}

.icon-air-freshener:before {
  content: "\e904";
}

.icon-align-center:before {
  content: "\e905";
}

.icon-align-justify:before {
  content: "\e906";
}

.icon-align-left:before {
  content: "\e907";
}

.icon-align-right:before {
  content: "\e908";
}

.icon-allergies:before {
  content: "\e909";
}

.icon-ambulance:before {
  content: "\e90a";
}

.icon-american-sign-language-interpreting:before {
  content: "\e90b";
}

.icon-anchor:before {
  content: "\e90c";
}

.icon-angle-double-down:before {
  content: "\e90d";
}

.icon-angle-double-left:before {
  content: "\e90e";
}

.icon-angle-double-right:before {
  content: "\e90f";
}

.icon-angle-double-up:before {
  content: "\e910";
}

.icon-angle-down1:before {
  content: "\e911";
}

.icon-angle-left1:before {
  content: "\e912";
}

.icon-angle-right1:before {
  content: "\e913";
}

.icon-angle-up1:before {
  content: "\e914";
}

.icon-angry:before {
  content: "\e915";
}

.icon-ankh:before {
  content: "\e916";
}

.icon-apple-alt:before {
  content: "\e917";
}

.icon-archive:before {
  content: "\e918";
}

.icon-archway:before {
  content: "\e919";
}

.icon-arrow-alt-circle-down:before {
  content: "\e91a";
}

.icon-arrow-alt-circle-left:before {
  content: "\e91b";
}

.icon-arrow-alt-circle-right:before {
  content: "\e91c";
}

.icon-arrow-alt-circle-up:before {
  content: "\e91d";
}

.icon-arrow-circle-down:before {
  content: "\e91e";
}

.icon-arrow-circle-left:before {
  content: "\e91f";
}

.icon-arrow-circle-right:before {
  content: "\e920";
}

.icon-arrow-circle-up:before {
  content: "\e921";
}

.icon-arrow-down:before {
  content: "\e922";
}

.icon-arrow-left:before {
  content: "\e923";
}

.icon-arrow-right:before {
  content: "\e924";
}

.icon-arrow-up:before {
  content: "\e925";
}

.icon-arrows-alt-h:before {
  content: "\e926";
}

.icon-arrows-alt-v:before {
  content: "\e927";
}

.icon-arrows-alt:before {
  content: "\e928";
}

.icon-assistive-listening-systems:before {
  content: "\e929";
}

.icon-asterisk:before {
  content: "\e92a";
}

.icon-at:before {
  content: "\e92b";
}

.icon-atlas:before {
  content: "\e92c";
}

.icon-atom:before {
  content: "\e92d";
}

.icon-audio-description:before {
  content: "\e92e";
}

.icon-award:before {
  content: "\e92f";
}

.icon-backspace:before {
  content: "\e930";
}

.icon-backward:before {
  content: "\e931";
}

.icon-balance-scale:before {
  content: "\e932";
}

.icon-ban:before {
  content: "\e933";
}

.icon-band-aid:before {
  content: "\e934";
}

.icon-barcode:before {
  content: "\e935";
}

.icon-bars:before {
  content: "\e936";
}

.icon-baseball-ball:before {
  content: "\e937";
}

.icon-basketball-ball:before {
  content: "\e938";
}

.icon-bath:before {
  content: "\e939";
}

.icon-battery-empty:before {
  content: "\e93a";
}

.icon-battery-full:before {
  content: "\e93b";
}

.icon-battery-half:before {
  content: "\e93c";
}

.icon-battery-quarter:before {
  content: "\e93d";
}

.icon-battery-three-quarters:before {
  content: "\e93e";
}

.icon-bed:before {
  content: "\e93f";
}

.icon-beer:before {
  content: "\e940";
}

.icon-bell-slash:before {
  content: "\e941";
}

.icon-bell:before {
  content: "\e942";
}

.icon-bezier-curve:before {
  content: "\e943";
}

.icon-bible:before {
  content: "\e944";
}

.icon-bicycle:before {
  content: "\e945";
}

.icon-binoculars:before {
  content: "\e946";
}

.icon-birthday-cake:before {
  content: "\e947";
}

.icon-blender:before {
  content: "\e948";
}

.icon-blind:before {
  content: "\e949";
}

.icon-bold:before {
  content: "\e94a";
}

.icon-bolt:before {
  content: "\e94b";
}

.icon-bomb:before {
  content: "\e94c";
}

.icon-bone:before {
  content: "\e94d";
}

.icon-bong:before {
  content: "\e94e";
}

.icon-book-open:before {
  content: "\e94f";
}

.icon-book-reader:before {
  content: "\e950";
}

.icon-book:before {
  content: "\e951";
}

.icon-bookmark:before {
  content: "\e952";
}

.icon-bowling-ball:before {
  content: "\e953";
}

.icon-box-open:before {
  content: "\e954";
}

.icon-box:before {
  content: "\e955";
}

.icon-boxes:before {
  content: "\e956";
}

.icon-braille:before {
  content: "\e957";
}

.icon-brain:before {
  content: "\e958";
}

.icon-briefcase-medical:before {
  content: "\e959";
}

.icon-briefcase:before {
  content: "\e95a";
}

.icon-broadcast-tower:before {
  content: "\e95b";
}

.icon-broom:before {
  content: "\e95c";
}

.icon-brush:before {
  content: "\e95d";
}

.icon-bug:before {
  content: "\e95e";
}

.icon-building:before {
  content: "\e95f";
}

.icon-bullhorn:before {
  content: "\e960";
}

.icon-bullseye:before {
  content: "\e961";
}

.icon-burn:before {
  content: "\e962";
}

.icon-bus-alt:before {
  content: "\e963";
}

.icon-bus:before {
  content: "\e964";
}

.icon-business-time:before {
  content: "\e965";
}

.icon-calculator:before {
  content: "\e966";
}

.icon-calendar-alt:before {
  content: "\e967";
}

.icon-calendar-check:before {
  content: "\e968";
}

.icon-calendar-minus:before {
  content: "\e969";
}

.icon-calendar-plus:before {
  content: "\e96a";
}

.icon-calendar-times:before {
  content: "\e96b";
}

.icon-calendar:before {
  content: "\e96c";
}

.icon-camera-retro:before {
  content: "\e96d";
}

.icon-camera:before {
  content: "\e96e";
}

.icon-cannabis:before {
  content: "\e96f";
}

.icon-capsules:before {
  content: "\e970";
}

.icon-car-alt:before {
  content: "\e971";
}

.icon-car-battery:before {
  content: "\e972";
}

.icon-car-crash:before {
  content: "\e973";
}

.icon-car-side:before {
  content: "\e974";
}

.icon-car:before {
  content: "\e975";
}

.icon-caret-down:before {
  content: "\e976";
}

.icon-caret-left:before {
  content: "\e977";
}

.icon-caret-right:before {
  content: "\e978";
}

.icon-caret-square-down:before {
  content: "\e979";
}

.icon-caret-square-left:before {
  content: "\e97a";
}

.icon-caret-square-right:before {
  content: "\e97b";
}

.icon-caret-square-up:before {
  content: "\e97c";
}

.icon-caret-up:before {
  content: "\e97d";
}

.icon-cart-arrow-down:before {
  content: "\e97e";
}

.icon-cart-plus:before {
  content: "\e97f";
}

.icon-certificate:before {
  content: "\e980";
}

.icon-chalkboard-teacher:before {
  content: "\e981";
}

.icon-chalkboard:before {
  content: "\e982";
}

.icon-charging-station:before {
  content: "\e983";
}

.icon-chart-area:before {
  content: "\e984";
}

.icon-chart-bar:before {
  content: "\e985";
}

.icon-chart-line:before {
  content: "\e986";
}

.icon-chart-pie:before {
  content: "\e987";
}

.icon-check-circle:before {
  content: "\e988";
}

.icon-check-double:before {
  content: "\e989";
}

.icon-check-square:before {
  content: "\e98a";
}

.icon-check:before {
  content: "\e98b";
}

.icon-chess-bishop:before {
  content: "\e98c";
}

.icon-chess-board:before {
  content: "\e98d";
}

.icon-chess-king:before {
  content: "\e98e";
}

.icon-chess-knight:before {
  content: "\e98f";
}

.icon-chess-pawn:before {
  content: "\e990";
}

.icon-chess-queen:before {
  content: "\e991";
}

.icon-chess-rook:before {
  content: "\e992";
}

.icon-chess:before {
  content: "\e993";
}

.icon-chevron-circle-down:before {
  content: "\e994";
}

.icon-chevron-circle-left:before {
  content: "\e995";
}

.icon-chevron-circle-right:before {
  content: "\e996";
}

.icon-chevron-circle-up:before {
  content: "\e997";
}

.icon-chevron-down:before {
  content: "\e998";
}

.icon-chevron-left:before {
  content: "\e999";
}

.icon-chevron-right:before {
  content: "\e99a";
}

.icon-chevron-up:before {
  content: "\e99b";
}

.icon-child:before {
  content: "\e99c";
}

.icon-church:before {
  content: "\e99d";
}

.icon-circle-notch:before {
  content: "\e99e";
}

.icon-circle:before {
  content: "\e99f";
}

.icon-city:before {
  content: "\e9a0";
}

.icon-clipboard-check:before {
  content: "\e9a1";
}

.icon-clipboard-list:before {
  content: "\e9a2";
}

.icon-clipboard:before {
  content: "\e9a3";
}

.icon-clock:before {
  content: "\e9a4";
}

.icon-clone:before {
  content: "\e9a5";
}

.icon-closed-captioning:before {
  content: "\e9a6";
}

.icon-cloud-download-alt:before {
  content: "\e9a7";
}

.icon-cloud-upload-alt:before {
  content: "\e9a8";
}

.icon-cloud:before {
  content: "\e9a9";
}

.icon-cocktail:before {
  content: "\e9aa";
}

.icon-code-branch:before {
  content: "\e9ab";
}

.icon-code:before {
  content: "\e9ac";
}

.icon-coffee:before {
  content: "\e9ad";
}

.icon-cog:before {
  content: "\e9ae";
}

.icon-cogs:before {
  content: "\e9af";
}

.icon-coins:before {
  content: "\e9b0";
}

.icon-columns:before {
  content: "\e9b1";
}

.icon-comment-alt:before {
  content: "\e9b2";
}

.icon-comment-dollar:before {
  content: "\e9b3";
}

.icon-comment-dots:before {
  content: "\e9b4";
}

.icon-comment-slash:before {
  content: "\e9b5";
}

.icon-comment:before {
  content: "\e9b6";
}

.icon-comments-dollar:before {
  content: "\e9b7";
}

.icon-comments:before {
  content: "\e9b8";
}

.icon-compact-disc:before {
  content: "\e9b9";
}

.icon-compass:before {
  content: "\e9ba";
}

.icon-compress:before {
  content: "\e9bb";
}

.icon-concierge-bell:before {
  content: "\e9bc";
}

.icon-cookie-bite:before {
  content: "\e9bd";
}

.icon-cookie:before {
  content: "\e9be";
}

.icon-copy:before {
  content: "\e9bf";
}

.icon-copyright:before {
  content: "\e9c0";
}

.icon-couch:before {
  content: "\e9c1";
}

.icon-credit-card:before {
  content: "\e9c2";
}

.icon-crop-alt:before {
  content: "\e9c3";
}

.icon-crop:before {
  content: "\e9c4";
}

.icon-cross:before {
  content: "\e9c5";
}

.icon-crosshairs:before {
  content: "\e9c6";
}

.icon-crow:before {
  content: "\e9c7";
}

.icon-crown:before {
  content: "\e9c8";
}

.icon-cube:before {
  content: "\e9c9";
}

.icon-cubes:before {
  content: "\e9ca";
}

.icon-cut:before {
  content: "\e9cb";
}

.icon-database:before {
  content: "\e9cc";
}

.icon-deaf:before {
  content: "\e9cd";
}

.icon-desktop:before {
  content: "\e9ce";
}

.icon-dharmachakra:before {
  content: "\e9cf";
}

.icon-diagnoses:before {
  content: "\e9d0";
}

.icon-dice-five:before {
  content: "\e9d1";
}

.icon-dice-four:before {
  content: "\e9d2";
}

.icon-dice-one:before {
  content: "\e9d3";
}

.icon-dice-six:before {
  content: "\e9d4";
}

.icon-dice-three:before {
  content: "\e9d5";
}

.icon-dice-two:before {
  content: "\e9d6";
}

.icon-dice:before {
  content: "\e9d7";
}

.icon-digital-tachograph:before {
  content: "\e9d8";
}

.icon-directions:before {
  content: "\e9d9";
}

.icon-divide:before {
  content: "\e9da";
}

.icon-dizzy:before {
  content: "\e9db";
}

.icon-dna:before {
  content: "\e9dc";
}

.icon-dollar-sign:before {
  content: "\e9dd";
}

.icon-dolly-flatbed:before {
  content: "\e9de";
}

.icon-dolly:before {
  content: "\e9df";
}

.icon-donate:before {
  content: "\e9e0";
}

.icon-door-closed:before {
  content: "\e9e1";
}

.icon-door-open:before {
  content: "\e9e2";
}

.icon-dot-circle:before {
  content: "\e9e3";
}

.icon-dove:before {
  content: "\e9e4";
}

.icon-download:before {
  content: "\e9e5";
}

.icon-drafting-compass:before {
  content: "\e9e6";
}

.icon-draw-polygon:before {
  content: "\e9e7";
}

.icon-drum-steelpan:before {
  content: "\e9e8";
}

.icon-drum:before {
  content: "\e9e9";
}

.icon-dumbbell:before {
  content: "\e9ea";
}

.icon-edit:before {
  content: "\e9eb";
}

.icon-eject:before {
  content: "\e9ec";
}

.icon-ellipsis-h:before {
  content: "\e9ed";
}

.icon-ellipsis-v:before {
  content: "\e9ee";
}

.icon-envelope-open-text:before {
  content: "\e9ef";
}

.icon-envelope-open:before {
  content: "\e9f0";
}

.icon-envelope-square:before {
  content: "\e9f1";
}

.icon-envelope:before {
  content: "\e9f2";
}

.icon-equals:before {
  content: "\e9f3";
}

.icon-eraser:before {
  content: "\e9f4";
}

.icon-euro-sign:before {
  content: "\e9f5";
}

.icon-exchange-alt:before {
  content: "\e9f6";
}

.icon-exclamation-circle:before {
  content: "\e9f7";
}

.icon-exclamation-triangle:before {
  content: "\e9f8";
}

.icon-exclamation:before {
  content: "\e9f9";
}

.icon-expand-arrows-alt:before {
  content: "\e9fa";
}

.icon-expand:before {
  content: "\e9fb";
}

.icon-external-link-alt:before {
  content: "\e9fc";
}

.icon-external-link-square-alt:before {
  content: "\e9fd";
}

.icon-eye-dropper:before {
  content: "\e9fe";
}

.icon-eye-slash:before {
  content: "\e9ff";
}

.icon-eye:before {
  content: "\ea00";
}

.icon-fast-backward:before {
  content: "\ea01";
}

.icon-fast-forward:before {
  content: "\ea02";
}

.icon-fax:before {
  content: "\ea03";
}

.icon-feather-alt:before {
  content: "\ea04";
}

.icon-feather:before {
  content: "\ea05";
}

.icon-female:before {
  content: "\ea06";
}

.icon-fighter-jet:before {
  content: "\ea07";
}

.icon-file-alt:before {
  content: "\ea08";
}

.icon-file-archive:before {
  content: "\ea09";
}

.icon-file-audio:before {
  content: "\ea0a";
}

.icon-file-code:before {
  content: "\ea0b";
}

.icon-file-contract:before {
  content: "\ea0c";
}

.icon-file-download:before {
  content: "\ea0d";
}

.icon-file-excel:before {
  content: "\ea0e";
}

.icon-file-export:before {
  content: "\ea0f";
}

.icon-file-image:before {
  content: "\ea10";
}

.icon-file-import:before {
  content: "\ea11";
}

.icon-file-invoice-dollar:before {
  content: "\ea12";
}

.icon-file-invoice:before {
  content: "\ea13";
}

.icon-file-medical-alt:before {
  content: "\ea14";
}

.icon-file-medical:before {
  content: "\ea15";
}

.icon-file-pdf:before {
  content: "\ea16";
}

.icon-file-powerpoint:before {
  content: "\ea17";
}

.icon-file-prescription:before {
  content: "\ea18";
}

.icon-file-signature:before {
  content: "\ea19";
}

.icon-file-upload:before {
  content: "\ea1a";
}

.icon-file-video:before {
  content: "\ea1b";
}

.icon-file-word:before {
  content: "\ea1c";
}

.icon-file:before {
  content: "\ea1d";
}

.icon-fill-drip:before {
  content: "\ea1e";
}

.icon-fill:before {
  content: "\ea1f";
}

.icon-film:before {
  content: "\ea20";
}

.icon-filter:before {
  content: "\ea21";
}

.icon-fingerprint:before {
  content: "\ea22";
}

.icon-fire-extinguisher:before {
  content: "\ea23";
}

.icon-fire:before {
  content: "\ea24";
}

.icon-first-aid:before {
  content: "\ea25";
}

.icon-fish:before {
  content: "\ea26";
}

.icon-flag-checkered:before {
  content: "\ea27";
}

.icon-flag:before {
  content: "\ea28";
}

.icon-flask:before {
  content: "\ea29";
}

.icon-flushed:before {
  content: "\ea2a";
}

.icon-folder-minus:before {
  content: "\ea2b";
}

.icon-folder-open:before {
  content: "\ea2c";
}

.icon-folder-plus:before {
  content: "\ea2d";
}

.icon-folder:before {
  content: "\ea2e";
}

.icon-font-awesome-logo-full:before {
  content: "\ea2f";
}

.icon-font:before {
  content: "\ea30";
}

.icon-football-ball:before {
  content: "\ea31";
}

.icon-forward:before {
  content: "\ea32";
}

.icon-frog:before {
  content: "\ea33";
}

.icon-frown-open:before {
  content: "\ea34";
}

.icon-frown:before {
  content: "\ea35";
}

.icon-funnel-dollar:before {
  content: "\ea36";
}

.icon-futbol:before {
  content: "\ea37";
}

.icon-gamepad:before {
  content: "\ea38";
}

.icon-gas-pump:before {
  content: "\ea39";
}

.icon-gavel:before {
  content: "\ea3a";
}

.icon-gem:before {
  content: "\ea3b";
}

.icon-genderless:before {
  content: "\ea3c";
}

.icon-gift:before {
  content: "\ea3d";
}

.icon-glass-martini-alt:before {
  content: "\ea3e";
}

.icon-glass-martini:before {
  content: "\ea3f";
}

.icon-glasses:before {
  content: "\ea40";
}

.icon-globe-africa:before {
  content: "\ea41";
}

.icon-globe-americas:before {
  content: "\ea42";
}

.icon-globe-asia:before {
  content: "\ea43";
}

.icon-globe:before {
  content: "\ea44";
}

.icon-golf-ball:before {
  content: "\ea45";
}

.icon-gopuram:before {
  content: "\ea46";
}

.icon-graduation-cap:before {
  content: "\ea47";
}

.icon-greater-than-equal:before {
  content: "\ea48";
}

.icon-greater-than:before {
  content: "\ea49";
}

.icon-grimace:before {
  content: "\ea4a";
}

.icon-grin-alt:before {
  content: "\ea4b";
}

.icon-grin-beam-sweat:before {
  content: "\ea4c";
}

.icon-grin-beam:before {
  content: "\ea4d";
}

.icon-grin-hearts:before {
  content: "\ea4e";
}

.icon-grin-squint-tears:before {
  content: "\ea4f";
}

.icon-grin-squint:before {
  content: "\ea50";
}

.icon-grin-stars:before {
  content: "\ea51";
}

.icon-grin-tears:before {
  content: "\ea52";
}

.icon-grin-tongue-squint:before {
  content: "\ea53";
}

.icon-grin-tongue-wink:before {
  content: "\ea54";
}

.icon-grin-tongue:before {
  content: "\ea55";
}

.icon-grin-wink:before {
  content: "\ea56";
}

.icon-grin:before {
  content: "\ea57";
}

.icon-grip-horizontal:before {
  content: "\ea58";
}

.icon-grip-vertical:before {
  content: "\ea59";
}

.icon-h-square:before {
  content: "\ea5a";
}

.icon-hamsa:before {
  content: "\ea5b";
}

.icon-hand-holding-heart:before {
  content: "\ea5c";
}

.icon-hand-holding-usd:before {
  content: "\ea5d";
}

.icon-hand-holding:before {
  content: "\ea5e";
}

.icon-hand-lizard:before {
  content: "\ea5f";
}

.icon-hand-paper:before {
  content: "\ea60";
}

.icon-hand-peace:before {
  content: "\ea61";
}

.icon-hand-point-down:before {
  content: "\ea62";
}

.icon-hand-point-left:before {
  content: "\ea63";
}

.icon-hand-point-right:before {
  content: "\ea64";
}

.icon-hand-point-up:before {
  content: "\ea65";
}

.icon-hand-pointer:before {
  content: "\ea66";
}

.icon-hand-rock:before {
  content: "\ea67";
}

.icon-hand-scissors:before {
  content: "\ea68";
}

.icon-hand-spock:before {
  content: "\ea69";
}

.icon-hands-helping:before {
  content: "\ea6a";
}

.icon-hands:before {
  content: "\ea6b";
}

.icon-handshake:before {
  content: "\ea6c";
}

.icon-hashtag:before {
  content: "\ea6d";
}

.icon-haykal:before {
  content: "\ea6e";
}

.icon-hdd:before {
  content: "\ea6f";
}

.icon-heading:before {
  content: "\ea70";
}

.icon-headphones-alt:before {
  content: "\ea71";
}

.icon-headphones:before {
  content: "\ea72";
}

.icon-headset:before {
  content: "\ea73";
}

.icon-heart:before {
  content: "\ea74";
}

.icon-heartbeat:before {
  content: "\ea75";
}

.icon-helicopter:before {
  content: "\ea76";
}

.icon-highlighter:before {
  content: "\ea77";
}

.icon-history:before {
  content: "\ea78";
}

.icon-hockey-puck:before {
  content: "\ea79";
}

.icon-home:before {
  content: "\ea7a";
}

.icon-hospital-alt:before {
  content: "\ea7b";
}

.icon-hospital-symbol:before {
  content: "\ea7c";
}

.icon-hospital:before {
  content: "\ea7d";
}

.icon-hot-tub:before {
  content: "\ea7e";
}

.icon-hotel:before {
  content: "\ea7f";
}

.icon-hourglass-end:before {
  content: "\ea80";
}

.icon-hourglass-half:before {
  content: "\ea81";
}

.icon-hourglass-start:before {
  content: "\ea82";
}

.icon-hourglass:before {
  content: "\ea83";
}

.icon-i-cursor:before {
  content: "\ea84";
}

.icon-id-badge:before {
  content: "\ea85";
}

.icon-id-card-alt:before {
  content: "\ea86";
}

.icon-id-card:before {
  content: "\ea87";
}

.icon-image:before {
  content: "\ea88";
}

.icon-images:before {
  content: "\ea89";
}

.icon-inbox:before {
  content: "\ea8a";
}

.icon-indent:before {
  content: "\ea8b";
}

.icon-industry:before {
  content: "\ea8c";
}

.icon-infinity:before {
  content: "\ea8d";
}

.icon-info-circle:before {
  content: "\ea8e";
}

.icon-info:before {
  content: "\ea8f";
}

.icon-italic:before {
  content: "\ea90";
}

.icon-jedi:before {
  content: "\ea91";
}

.icon-joint:before {
  content: "\ea92";
}

.icon-journal-whills:before {
  content: "\ea93";
}

.icon-kaaba:before {
  content: "\ea94";
}

.icon-key:before {
  content: "\ea95";
}

.icon-keyboard:before {
  content: "\ea96";
}

.icon-khanda:before {
  content: "\ea97";
}

.icon-kiss-beam:before {
  content: "\ea98";
}

.icon-kiss-wink-heart:before {
  content: "\ea99";
}

.icon-kiss:before {
  content: "\ea9a";
}

.icon-kiwi-bird:before {
  content: "\ea9b";
}

.icon-landmark:before {
  content: "\ea9c";
}

.icon-language:before {
  content: "\ea9d";
}

.icon-laptop-code:before {
  content: "\ea9e";
}

.icon-laptop:before {
  content: "\ea9f";
}

.icon-laugh-beam:before {
  content: "\eaa0";
}

.icon-laugh-squint:before {
  content: "\eaa1";
}

.icon-laugh-wink:before {
  content: "\eaa2";
}

.icon-laugh:before {
  content: "\eaa3";
}

.icon-layer-group:before {
  content: "\eaa4";
}

.icon-leaf:before {
  content: "\eaa5";
}

.icon-lemon:before {
  content: "\eaa6";
}

.icon-less-than-equal:before {
  content: "\eaa7";
}

.icon-less-than:before {
  content: "\eaa8";
}

.icon-level-down-alt:before {
  content: "\eaa9";
}

.icon-level-up-alt:before {
  content: "\eaaa";
}

.icon-life-ring:before {
  content: "\eaab";
}

.icon-lightbulb:before {
  content: "\eaac";
}

.icon-link:before {
  content: "\eaad";
}

.icon-lira-sign:before {
  content: "\eaae";
}

.icon-list-alt:before {
  content: "\eaaf";
}

.icon-list-ol:before {
  content: "\eab0";
}

.icon-list-ul:before {
  content: "\eab1";
}

.icon-list:before {
  content: "\eab2";
}

.icon-location-arrow:before {
  content: "\eab3";
}

.icon-lock-open:before {
  content: "\eab4";
}

.icon-lock:before {
  content: "\eab5";
}

.icon-long-arrow-alt-down:before {
  content: "\eab6";
}

.icon-long-arrow-alt-left:before {
  content: "\eab7";
}

.icon-long-arrow-alt-right:before {
  content: "\eab8";
}

.icon-long-arrow-alt-up:before {
  content: "\eab9";
}

.icon-low-vision:before {
  content: "\eaba";
}

.icon-luggage-cart:before {
  content: "\eabb";
}

.icon-magic:before {
  content: "\eabc";
}

.icon-magnet:before {
  content: "\eabd";
}

.icon-mail-bulk:before {
  content: "\eabe";
}

.icon-male:before {
  content: "\eabf";
}

.icon-map-marked-alt:before {
  content: "\eac0";
}

.icon-map-marked:before {
  content: "\eac1";
}

.icon-map-marker-alt:before {
  content: "\eac2";
}

.icon-map-marker:before {
  content: "\eac3";
}

.icon-map-pin:before {
  content: "\eac4";
}

.icon-map-signs:before {
  content: "\eac5";
}

.icon-map:before {
  content: "\eac6";
}

.icon-marker:before {
  content: "\eac7";
}

.icon-mars-double:before {
  content: "\eac8";
}

.icon-mars-stroke-h:before {
  content: "\eac9";
}

.icon-mars-stroke-v:before {
  content: "\eaca";
}

.icon-mars-stroke:before {
  content: "\eacb";
}

.icon-mars:before {
  content: "\eacc";
}

.icon-medal:before {
  content: "\eacd";
}

.icon-medkit:before {
  content: "\eace";
}

.icon-meh-blank:before {
  content: "\eacf";
}

.icon-meh-rolling-eyes:before {
  content: "\ead0";
}

.icon-meh:before {
  content: "\ead1";
}

.icon-memory:before {
  content: "\ead2";
}

.icon-menorah:before {
  content: "\ead3";
}

.icon-mercury:before {
  content: "\ead4";
}

.icon-microchip:before {
  content: "\ead5";
}

.icon-microphone-alt-slash:before {
  content: "\ead6";
}

.icon-microphone-alt:before {
  content: "\ead7";
}

.icon-microphone-slash:before {
  content: "\ead8";
}

.icon-microphone:before {
  content: "\ead9";
}

.icon-microscope:before {
  content: "\eada";
}

.icon-minus-circle:before {
  content: "\eadb";
}

.icon-minus-square:before {
  content: "\eadc";
}

.icon-minus:before {
  content: "\eadd";
}

.icon-mobile-alt:before {
  content: "\eade";
}

.icon-mobile:before {
  content: "\eadf";
}

.icon-money-bill-alt:before {
  content: "\eae0";
}

.icon-money-bill-wave-alt:before {
  content: "\eae1";
}

.icon-money-bill-wave:before {
  content: "\eae2";
}

.icon-money-bill:before {
  content: "\eae3";
}

.icon-money-check-alt:before {
  content: "\eae4";
}

.icon-money-check:before {
  content: "\eae5";
}

.icon-monument:before {
  content: "\eae6";
}

.icon-moon:before {
  content: "\eae7";
}

.icon-mortar-pestle:before {
  content: "\eae8";
}

.icon-mosque:before {
  content: "\eae9";
}

.icon-motorcycle:before {
  content: "\eaea";
}

.icon-mouse-pointer:before {
  content: "\eaeb";
}

.icon-music:before {
  content: "\eaec";
}

.icon-neuter:before {
  content: "\eaed";
}

.icon-newspaper:before {
  content: "\eaee";
}

.icon-not-equal:before {
  content: "\eaef";
}

.icon-notes-medical:before {
  content: "\eaf0";
}

.icon-object-group:before {
  content: "\eaf1";
}

.icon-object-ungroup:before {
  content: "\eaf2";
}

.icon-oil-can:before {
  content: "\eaf3";
}

.icon-om:before {
  content: "\eaf4";
}

.icon-outdent:before {
  content: "\eaf5";
}

.icon-paint-brush:before {
  content: "\eaf6";
}

.icon-paint-roller:before {
  content: "\eaf7";
}

.icon-palette:before {
  content: "\eaf8";
}

.icon-pallet:before {
  content: "\eaf9";
}

.icon-paper-plane:before {
  content: "\eafa";
}

.icon-paperclip:before {
  content: "\eafb";
}

.icon-parachute-box:before {
  content: "\eafc";
}

.icon-paragraph:before {
  content: "\eafd";
}

.icon-parking:before {
  content: "\eafe";
}

.icon-passport:before {
  content: "\eaff";
}

.icon-pastafarianism:before {
  content: "\eb00";
}

.icon-paste:before {
  content: "\eb01";
}

.icon-pause-circle:before {
  content: "\eb02";
}

.icon-pause:before {
  content: "\eb03";
}

.icon-paw:before {
  content: "\eb04";
}

.icon-peace:before {
  content: "\eb05";
}

.icon-pen-alt:before {
  content: "\eb06";
}

.icon-pen-fancy:before {
  content: "\eb07";
}

.icon-pen-nib:before {
  content: "\eb08";
}

.icon-pen-square:before {
  content: "\eb09";
}

.icon-pen:before {
  content: "\eb0a";
}

.icon-pencil-alt:before {
  content: "\eb0b";
}

.icon-pencil-ruler:before {
  content: "\eb0c";
}

.icon-people-carry:before {
  content: "\eb0d";
}

.icon-percent:before {
  content: "\eb0e";
}

.icon-percentage:before {
  content: "\eb0f";
}

.icon-phone-slash:before {
  content: "\eb10";
}

.icon-phone-square:before {
  content: "\eb11";
}

.icon-phone-volume:before {
  content: "\eb12";
}

.icon-phone:before {
  content: "\eb13";
}

.icon-piggy-bank:before {
  content: "\eb14";
}

.icon-pills:before {
  content: "\eb15";
}

.icon-place-of-worship:before {
  content: "\eb16";
}

.icon-plane-arrival:before {
  content: "\eb17";
}

.icon-plane-departure:before {
  content: "\eb18";
}

.icon-plane:before {
  content: "\eb19";
}

.icon-play-circle:before {
  content: "\eb1a";
}

.icon-play:before {
  content: "\eb1b";
}

.icon-plug:before {
  content: "\eb1c";
}

.icon-plus-circle:before {
  content: "\eb1d";
}

.icon-plus-square:before {
  content: "\eb1e";
}

.icon-plus:before {
  content: "\eb1f";
}

.icon-podcast:before {
  content: "\eb20";
}

.icon-poll-h:before {
  content: "\eb21";
}

.icon-poll:before {
  content: "\eb22";
}

.icon-poo:before {
  content: "\eb23";
}

.icon-poop:before {
  content: "\eb24";
}

.icon-portrait:before {
  content: "\eb25";
}

.icon-pound-sign:before {
  content: "\eb26";
}

.icon-power-off:before {
  content: "\eb27";
}

.icon-pray:before {
  content: "\eb28";
}

.icon-praying-hands:before {
  content: "\eb29";
}

.icon-prescription-bottle-alt:before {
  content: "\eb2a";
}

.icon-prescription-bottle:before {
  content: "\eb2b";
}

.icon-prescription:before {
  content: "\eb2c";
}

.icon-print:before {
  content: "\eb2d";
}

.icon-procedures:before {
  content: "\eb2e";
}

.icon-project-diagram:before {
  content: "\eb2f";
}

.icon-puzzle-piece:before {
  content: "\eb30";
}

.icon-qrcode:before {
  content: "\eb31";
}

.icon-question-circle:before {
  content: "\eb32";
}

.icon-question:before {
  content: "\eb33";
}

.icon-quidditch:before {
  content: "\eb34";
}

.icon-quote-left:before {
  content: "\eb35";
}

.icon-quote-right:before {
  content: "\eb36";
}

.icon-quran:before {
  content: "\eb37";
}

.icon-random:before {
  content: "\eb38";
}

.icon-receipt:before {
  content: "\eb39";
}

.icon-recycle:before {
  content: "\eb3a";
}

.icon-redo-alt:before {
  content: "\eb3b";
}

.icon-redo:before {
  content: "\eb3c";
}

.icon-registered:before {
  content: "\eb3d";
}

.icon-reply-all:before {
  content: "\eb3e";
}

.icon-reply:before {
  content: "\eb3f";
}

.icon-retweet:before {
  content: "\eb40";
}

.icon-ribbon:before {
  content: "\eb41";
}

.icon-road:before {
  content: "\eb42";
}

.icon-robot:before {
  content: "\eb43";
}

.icon-rocket:before {
  content: "\eb44";
}

.icon-route:before {
  content: "\eb45";
}

.icon-rss-square:before {
  content: "\eb46";
}

.icon-rss:before {
  content: "\eb47";
}

.icon-ruble-sign:before {
  content: "\eb48";
}

.icon-ruler-combined:before {
  content: "\eb49";
}

.icon-ruler-horizontal:before {
  content: "\eb4a";
}

.icon-ruler-vertical:before {
  content: "\eb4b";
}

.icon-ruler:before {
  content: "\eb4c";
}

.icon-rupee-sign:before {
  content: "\eb4d";
}

.icon-sad-cry:before {
  content: "\eb4e";
}

.icon-sad-tear:before {
  content: "\eb4f";
}

.icon-save:before {
  content: "\eb50";
}

.icon-school:before {
  content: "\eb51";
}

.icon-screwdriver:before {
  content: "\eb52";
}

.icon-search-dollar:before {
  content: "\eb53";
}

.icon-search-location:before {
  content: "\eb54";
}

.icon-search-minus:before {
  content: "\eb55";
}

.icon-search-plus:before {
  content: "\eb56";
}

.icon-search:before {
  content: "\eb57";
}

.icon-seedling:before {
  content: "\eb58";
}

.icon-server:before {
  content: "\eb59";
}

.icon-shapes:before {
  content: "\eb5a";
}

.icon-share-alt-square:before {
  content: "\eb5b";
}

.icon-share-alt:before {
  content: "\eb5c";
}

.icon-share-square:before {
  content: "\eb5d";
}

.icon-share:before {
  content: "\eb5e";
}

.icon-shekel-sign:before {
  content: "\eb5f";
}

.icon-shield-alt:before {
  content: "\eb60";
}

.icon-ship:before {
  content: "\eb61";
}

.icon-shipping-fast:before {
  content: "\eb62";
}

.icon-shoe-prints:before {
  content: "\eb63";
}

.icon-shopping-bag:before {
  content: "\eb64";
}

.icon-shopping-basket:before {
  content: "\eb65";
}

.icon-shopping-cart1:before {
  content: "\eb66";
}

.icon-shower:before {
  content: "\eb67";
}

.icon-shuttle-van:before {
  content: "\eb68";
}

.icon-sign-in-alt:before {
  content: "\eb69";
}

.icon-sign-language:before {
  content: "\eb6a";
}

.icon-sign-out-alt:before {
  content: "\eb6b";
}

.icon-sign:before {
  content: "\eb6c";
}

.icon-signal:before {
  content: "\eb6d";
}

.icon-signature:before {
  content: "\eb6e";
}

.icon-sitemap:before {
  content: "\eb6f";
}

.icon-skull:before {
  content: "\eb70";
}

.icon-sliders-h:before {
  content: "\eb71";
}

.icon-smile-beam:before {
  content: "\eb72";
}

.icon-smile-wink:before {
  content: "\eb73";
}

.icon-smile:before {
  content: "\eb74";
}

.icon-smoking-ban:before {
  content: "\eb75";
}

.icon-smoking:before {
  content: "\eb76";
}

.icon-snowflake:before {
  content: "\eb77";
}

.icon-socks:before {
  content: "\eb78";
}

.icon-solar-panel:before {
  content: "\eb79";
}

.icon-sort-alpha-down:before {
  content: "\eb7a";
}

.icon-sort-alpha-up:before {
  content: "\eb7b";
}

.icon-sort-amount-down:before {
  content: "\eb7c";
}

.icon-sort-amount-up:before {
  content: "\eb7d";
}

.icon-sort-down:before {
  content: "\eb7e";
}

.icon-sort-numeric-down:before {
  content: "\eb7f";
}

.icon-sort-numeric-up:before {
  content: "\eb80";
}

.icon-sort-up:before {
  content: "\eb81";
}

.icon-sort:before {
  content: "\eb82";
}

.icon-spa:before {
  content: "\eb83";
}

.icon-space-shuttle:before {
  content: "\eb84";
}

.icon-spinner:before {
  content: "\eb85";
}

.icon-splotch:before {
  content: "\eb86";
}

.icon-spray-can:before {
  content: "\eb87";
}

.icon-square-full:before {
  content: "\eb88";
}

.icon-square-root-alt:before {
  content: "\eb89";
}

.icon-square:before {
  content: "\eb8a";
}

.icon-stamp:before {
  content: "\eb8b";
}

.icon-star-and-crescent:before {
  content: "\eb8c";
}

.icon-star-half-alt:before {
  content: "\eb8d";
}

.icon-star-half:before {
  content: "\eb8e";
}

.icon-star-of-david:before {
  content: "\eb8f";
}

.icon-star-of-life:before {
  content: "\eb90";
}

.icon-star:before {
  content: "\eb91";
}

.icon-step-backward:before {
  content: "\eb92";
}

.icon-step-forward:before {
  content: "\eb93";
}

.icon-stethoscope:before {
  content: "\eb94";
}

.icon-sticky-note:before {
  content: "\eb95";
}

.icon-stop-circle:before {
  content: "\eb96";
}

.icon-stop:before {
  content: "\eb97";
}

.icon-stopwatch:before {
  content: "\eb98";
}

.icon-store-alt:before {
  content: "\eb99";
}

.icon-store:before {
  content: "\eb9a";
}

.icon-stream:before {
  content: "\eb9b";
}

.icon-street-view:before {
  content: "\eb9c";
}

.icon-strikethrough:before {
  content: "\eb9d";
}

.icon-stroopwafel:before {
  content: "\eb9e";
}

.icon-subscript:before {
  content: "\eb9f";
}

.icon-subway:before {
  content: "\eba0";
}

.icon-suitcase-rolling:before {
  content: "\eba1";
}

.icon-suitcase:before {
  content: "\eba2";
}

.icon-sun:before {
  content: "\eba3";
}

.icon-superscript:before {
  content: "\eba4";
}

.icon-surprise:before {
  content: "\eba5";
}

.icon-swatchbook:before {
  content: "\eba6";
}

.icon-swimmer:before {
  content: "\eba7";
}

.icon-swimming-pool:before {
  content: "\eba8";
}

.icon-synagogue:before {
  content: "\eba9";
}

.icon-sync-alt:before {
  content: "\ebaa";
}

.icon-sync:before {
  content: "\ebab";
}

.icon-syringe:before {
  content: "\ebac";
}

.icon-table-tennis:before {
  content: "\ebad";
}

.icon-table:before {
  content: "\ebae";
}

.icon-tablet-alt:before {
  content: "\ebaf";
}

.icon-tablet:before {
  content: "\ebb0";
}

.icon-tablets:before {
  content: "\ebb1";
}

.icon-tachometer-alt:before {
  content: "\ebb2";
}

.icon-tag:before {
  content: "\ebb3";
}

.icon-tags:before {
  content: "\ebb4";
}

.icon-tape:before {
  content: "\ebb5";
}

.icon-tasks:before {
  content: "\ebb6";
}

.icon-taxi:before {
  content: "\ebb7";
}

.icon-teeth-open:before {
  content: "\ebb8";
}

.icon-teeth:before {
  content: "\ebb9";
}

.icon-terminal:before {
  content: "\ebba";
}

.icon-text-height:before {
  content: "\ebbb";
}

.icon-text-width:before {
  content: "\ebbc";
}

.icon-th-large:before {
  content: "\ebbd";
}

.icon-th-list:before {
  content: "\ebbe";
}

.icon-th:before {
  content: "\ebbf";
}

.icon-theater-masks:before {
  content: "\ebc0";
}

.icon-thermometer-empty:before {
  content: "\ebc1";
}

.icon-thermometer-full:before {
  content: "\ebc2";
}

.icon-thermometer-half:before {
  content: "\ebc3";
}

.icon-thermometer-quarter:before {
  content: "\ebc4";
}

.icon-thermometer-three-quarters:before {
  content: "\ebc5";
}

.icon-thermometer:before {
  content: "\ebc6";
}

.icon-thumbs-down:before {
  content: "\ebc7";
}

.icon-thumbs-up:before {
  content: "\ebc8";
}

.icon-thumbtack:before {
  content: "\ebc9";
}

.icon-ticket-alt:before {
  content: "\ebca";
}

.icon-times-circle:before {
  content: "\ebcb";
}

.icon-times:before {
  content: "\ebcc";
}

.icon-tint-slash:before {
  content: "\ebcd";
}

.icon-tint:before {
  content: "\ebce";
}

.icon-tired:before {
  content: "\ebcf";
}

.icon-toggle-off:before {
  content: "\ebd0";
}

.icon-toggle-on:before {
  content: "\ebd1";
}

.icon-toolbox:before {
  content: "\ebd2";
}

.icon-tooth:before {
  content: "\ebd3";
}

.icon-torah:before {
  content: "\ebd4";
}

.icon-torii-gate:before {
  content: "\ebd5";
}

.icon-trademark:before {
  content: "\ebd6";
}

.icon-traffic-light:before {
  content: "\ebd7";
}

.icon-train:before {
  content: "\ebd8";
}

.icon-transgender-alt:before {
  content: "\ebd9";
}

.icon-transgender:before {
  content: "\ebda";
}

.icon-trash-alt:before {
  content: "\ebdb";
}

.icon-trash:before {
  content: "\ebdc";
}

.icon-tree:before {
  content: "\ebdd";
}

.icon-trophy:before {
  content: "\ebde";
}

.icon-truck-loading:before {
  content: "\ebdf";
}

.icon-truck-monster:before {
  content: "\ebe0";
}

.icon-truck-moving:before {
  content: "\ebe1";
}

.icon-truck-pickup:before {
  content: "\ebe2";
}

.icon-truck:before {
  content: "\ebe3";
}

.icon-tshirt:before {
  content: "\ebe4";
}

.icon-tty:before {
  content: "\ebe5";
}

.icon-tv:before {
  content: "\ebe6";
}

.icon-umbrella-beach:before {
  content: "\ebe7";
}

.icon-umbrella:before {
  content: "\ebe8";
}

.icon-underline:before {
  content: "\ebe9";
}

.icon-undo-alt:before {
  content: "\ebea";
}

.icon-undo:before {
  content: "\ebeb";
}

.icon-universal-access:before {
  content: "\ebec";
}

.icon-university:before {
  content: "\ebed";
}

.icon-unlink:before {
  content: "\ebee";
}

.icon-unlock-alt:before {
  content: "\ebef";
}

.icon-unlock:before {
  content: "\ebf0";
}

.icon-upload:before {
  content: "\ebf1";
}

.icon-user-alt-slash:before {
  content: "\ebf2";
}

.icon-user-alt:before {
  content: "\ebf3";
}

.icon-user-astronaut:before {
  content: "\ebf4";
}

.icon-user-check:before {
  content: "\ebf5";
}

.icon-user-circle:before {
  content: "\ebf6";
}

.icon-user-clock:before {
  content: "\ebf7";
}

.icon-user-cog:before {
  content: "\ebf8";
}

.icon-user-edit:before {
  content: "\ebf9";
}

.icon-user-friends:before {
  content: "\ebfa";
}

.icon-user-graduate:before {
  content: "\ebfb";
}

.icon-user-lock:before {
  content: "\ebfc";
}

.icon-user-md:before {
  content: "\ebfd";
}

.icon-user-minus:before {
  content: "\ebfe";
}

.icon-user-ninja:before {
  content: "\ebff";
}

.icon-user-plus:before {
  content: "\ec00";
}

.icon-user-secret:before {
  content: "\ec01";
}

.icon-user-shield:before {
  content: "\ec02";
}

.icon-user-slash:before {
  content: "\ec03";
}

.icon-user-tag:before {
  content: "\ec04";
}

.icon-user-tie:before {
  content: "\ec05";
}

.icon-user-times:before {
  content: "\ec06";
}

.icon-user:before {
  content: "\ec07";
}

.icon-users-cog:before {
  content: "\ec08";
}

.icon-users:before {
  content: "\ec09";
}

.icon-utensil-spoon:before {
  content: "\ec0a";
}

.icon-utensils:before {
  content: "\ec0b";
}

.icon-vector-square:before {
  content: "\ec0c";
}

.icon-venus-double:before {
  content: "\ec0d";
}

.icon-venus-mars:before {
  content: "\ec0e";
}

.icon-venus:before {
  content: "\ec0f";
}

.icon-vial:before {
  content: "\ec10";
}

.icon-vials:before {
  content: "\ec11";
}

.icon-video-slash:before {
  content: "\ec12";
}

.icon-video:before {
  content: "\ec13";
}

.icon-vihara:before {
  content: "\ec14";
}

.icon-volleyball-ball:before {
  content: "\ec15";
}

.icon-volume-down:before {
  content: "\ec16";
}

.icon-volume-off:before {
  content: "\ec17";
}

.icon-volume-up:before {
  content: "\ec18";
}

.icon-walking:before {
  content: "\ec19";
}

.icon-wallet:before {
  content: "\ec1a";
}

.icon-warehouse:before {
  content: "\ec1b";
}

.icon-weight-hanging:before {
  content: "\ec1c";
}

.icon-weight:before {
  content: "\ec1d";
}

.icon-wheelchair:before {
  content: "\ec1e";
}

.icon-wifi:before {
  content: "\ec1f";
}

.icon-window-close:before {
  content: "\ec20";
}

.icon-window-maximize:before {
  content: "\ec21";
}

.icon-window-minimize:before {
  content: "\ec22";
}

.icon-window-restore:before {
  content: "\ec23";
}

.icon-wine-glass-alt:before {
  content: "\ec24";
}

.icon-wine-glass:before {
  content: "\ec25";
}

.icon-won-sign:before {
  content: "\ec26";
}

.icon-wrench:before {
  content: "\ec27";
}

.icon-x-ray:before {
  content: "\ec28";
}

.icon-yen-sign:before {
  content: "\ec29";
}

.icon-yin-yang:before {
  content: "\ec2a";
}

.icon-address-book1:before {
  content: "\ec2b";
}

.icon-address-card1:before {
  content: "\ec2c";
}

.icon-angry1:before {
  content: "\ec2d";
}

.icon-arrow-alt-circle-down1:before {
  content: "\ec2e";
}

.icon-arrow-alt-circle-left1:before {
  content: "\ec2f";
}

.icon-arrow-alt-circle-right1:before {
  content: "\ec30";
}

.icon-arrow-alt-circle-up1:before {
  content: "\ec31";
}

.icon-bell-slash1:before {
  content: "\ec32";
}

.icon-bell1:before {
  content: "\ec33";
}

.icon-bookmark1:before {
  content: "\ec34";
}

.icon-building1:before {
  content: "\ec35";
}

.icon-calendar-alt1:before {
  content: "\ec36";
}

.icon-calendar-check1:before {
  content: "\ec37";
}

.icon-calendar-minus1:before {
  content: "\ec38";
}

.icon-calendar-plus1:before {
  content: "\ec39";
}

.icon-calendar-times1:before {
  content: "\ec3a";
}

.icon-calendar1:before {
  content: "\ec3b";
}

.icon-caret-square-down1:before {
  content: "\ec3c";
}

.icon-caret-square-left1:before {
  content: "\ec3d";
}

.icon-caret-square-right1:before {
  content: "\ec3e";
}

.icon-caret-square-up1:before {
  content: "\ec3f";
}

.icon-chart-bar1:before {
  content: "\ec40";
}

.icon-check-circle1:before {
  content: "\ec41";
}

.icon-check-square1:before {
  content: "\ec42";
}

.icon-circle1:before {
  content: "\ec43";
}

.icon-clipboard1:before {
  content: "\ec44";
}

.icon-clock1:before {
  content: "\ec45";
}

.icon-clone1:before {
  content: "\ec46";
}

.icon-closed-captioning1:before {
  content: "\ec47";
}

.icon-comment-alt1:before {
  content: "\ec48";
}

.icon-comment-dots1:before {
  content: "\ec49";
}

.icon-comment1:before {
  content: "\ec4a";
}

.icon-comments1:before {
  content: "\ec4b";
}

.icon-compass1:before {
  content: "\ec4c";
}

.icon-copy1:before {
  content: "\ec4d";
}

.icon-copyright1:before {
  content: "\ec4e";
}

.icon-credit-card1:before {
  content: "\ec4f";
}

.icon-dizzy1:before {
  content: "\ec50";
}

.icon-dot-circle1:before {
  content: "\ec51";
}

.icon-edit1:before {
  content: "\ec52";
}

.icon-envelope-open1:before {
  content: "\ec53";
}

.icon-envelope1:before {
  content: "\ec54";
}

.icon-eye-slash1:before {
  content: "\ec55";
}

.icon-eye1:before {
  content: "\ec56";
}

.icon-file-alt1:before {
  content: "\ec57";
}

.icon-file-archive1:before {
  content: "\ec58";
}

.icon-file-audio1:before {
  content: "\ec59";
}

.icon-file-code1:before {
  content: "\ec5a";
}

.icon-file-excel1:before {
  content: "\ec5b";
}

.icon-file-image1:before {
  content: "\ec5c";
}

.icon-file-pdf1:before {
  content: "\ec5d";
}

.icon-file-powerpoint1:before {
  content: "\ec5e";
}

.icon-file-video1:before {
  content: "\ec5f";
}

.icon-file-word1:before {
  content: "\ec60";
}

.icon-file1:before {
  content: "\ec61";
}

.icon-flag1:before {
  content: "\ec62";
}

.icon-flushed1:before {
  content: "\ec63";
}

.icon-folder-open1:before {
  content: "\ec64";
}

.icon-folder1:before {
  content: "\ec65";
}

.icon-font-awesome-logo-full1:before {
  content: "\ec66";
}

.icon-frown-open1:before {
  content: "\ec67";
}

.icon-frown1:before {
  content: "\ec68";
}

.icon-futbol1:before {
  content: "\ec69";
}

.icon-gem1:before {
  content: "\ec6a";
}

.icon-grimace1:before {
  content: "\ec6b";
}

.icon-grin-alt1:before {
  content: "\ec6c";
}

.icon-grin-beam-sweat1:before {
  content: "\ec6d";
}

.icon-grin-beam1:before {
  content: "\ec6e";
}

.icon-grin-hearts1:before {
  content: "\ec6f";
}

.icon-grin-squint-tears1:before {
  content: "\ec70";
}

.icon-grin-squint1:before {
  content: "\ec71";
}

.icon-grin-stars1:before {
  content: "\ec72";
}

.icon-grin-tears1:before {
  content: "\ec73";
}

.icon-grin-tongue-squint1:before {
  content: "\ec74";
}

.icon-grin-tongue-wink1:before {
  content: "\ec75";
}

.icon-grin-tongue1:before {
  content: "\ec76";
}

.icon-grin-wink1:before {
  content: "\ec77";
}

.icon-grin1:before {
  content: "\ec78";
}

.icon-hand-lizard1:before {
  content: "\ec79";
}

.icon-hand-paper1:before {
  content: "\ec7a";
}

.icon-hand-peace1:before {
  content: "\ec7b";
}

.icon-hand-point-down1:before {
  content: "\ec7c";
}

.icon-hand-point-left1:before {
  content: "\ec7d";
}

.icon-hand-point-right1:before {
  content: "\ec7e";
}

.icon-hand-point-up1:before {
  content: "\ec7f";
}

.icon-hand-pointer1:before {
  content: "\ec80";
}

.icon-hand-rock1:before {
  content: "\ec81";
}

.icon-hand-scissors1:before {
  content: "\ec82";
}

.icon-hand-spock1:before {
  content: "\ec83";
}

.icon-handshake1:before {
  content: "\ec84";
}

.icon-hdd1:before {
  content: "\ec85";
}

.icon-heart1:before {
  content: "\ec86";
}

.icon-hospital1:before {
  content: "\ec87";
}

.icon-hourglass1:before {
  content: "\ec88";
}

.icon-id-badge1:before {
  content: "\ec89";
}

.icon-id-card1:before {
  content: "\ec8a";
}

.icon-image1:before {
  content: "\ec8b";
}

.icon-images1:before {
  content: "\ec8c";
}

.icon-keyboard1:before {
  content: "\ec8d";
}

.icon-kiss-beam1:before {
  content: "\ec8e";
}

.icon-kiss-wink-heart1:before {
  content: "\ec8f";
}

.icon-kiss1:before {
  content: "\ec90";
}

.icon-laugh-beam1:before {
  content: "\ec91";
}

.icon-laugh-squint1:before {
  content: "\ec92";
}

.icon-laugh-wink1:before {
  content: "\ec93";
}

.icon-laugh1:before {
  content: "\ec94";
}

.icon-lemon1:before {
  content: "\ec95";
}

.icon-life-ring1:before {
  content: "\ec96";
}

.icon-lightbulb1:before {
  content: "\ec97";
}

.icon-list-alt1:before {
  content: "\ec98";
}

.icon-map1:before {
  content: "\ec99";
}

.icon-meh-blank1:before {
  content: "\ec9a";
}

.icon-meh-rolling-eyes1:before {
  content: "\ec9b";
}

.icon-meh1:before {
  content: "\ec9c";
}

.icon-minus-square1:before {
  content: "\ec9d";
}

.icon-money-bill-alt1:before {
  content: "\ec9e";
}

.icon-moon1:before {
  content: "\ec9f";
}

.icon-newspaper1:before {
  content: "\eca0";
}

.icon-object-group1:before {
  content: "\eca1";
}

.icon-object-ungroup1:before {
  content: "\eca2";
}

.icon-paper-plane1:before {
  content: "\eca3";
}

.icon-pause-circle1:before {
  content: "\eca4";
}

.icon-play-circle1:before {
  content: "\eca5";
}

.icon-plus-square1:before {
  content: "\eca6";
}

.icon-question-circle1:before {
  content: "\eca7";
}

.icon-registered1:before {
  content: "\eca8";
}

.icon-sad-cry1:before {
  content: "\eca9";
}

.icon-sad-tear1:before {
  content: "\ecaa";
}

.icon-save1:before {
  content: "\ecab";
}

.icon-share-square1:before {
  content: "\ecac";
}

.icon-smile-beam1:before {
  content: "\ecad";
}

.icon-smile-wink1:before {
  content: "\ecae";
}

.icon-smile1:before {
  content: "\ecaf";
}

.icon-snowflake1:before {
  content: "\ecb0";
}

.icon-square1:before {
  content: "\ecb1";
}

.icon-star-half1:before {
  content: "\ecb2";
}

.icon-star1:before {
  content: "\ecb3";
}

.icon-sticky-note1:before {
  content: "\ecb4";
}

.icon-stop-circle1:before {
  content: "\ecb5";
}

.icon-sun1:before {
  content: "\ecb6";
}

.icon-surprise1:before {
  content: "\ecb7";
}

.icon-thumbs-down1:before {
  content: "\ecb8";
}

.icon-thumbs-up1:before {
  content: "\ecb9";
}

.icon-times-circle1:before {
  content: "\ecba";
}

.icon-tired1:before {
  content: "\ecbb";
}

.icon-trash-alt1:before {
  content: "\ecbc";
}

.icon-user-circle1:before {
  content: "\ecbd";
}

.icon-user1:before {
  content: "\ecbe";
}

.icon-window-close1:before {
  content: "\ecbf";
}

.icon-window-maximize1:before {
  content: "\ecc0";
}

.icon-window-minimize1:before {
  content: "\ecc1";
}

.icon-window-restore1:before {
  content: "\ecc2";
}

.icon-px:before {
  content: "\ecc3";
}

.icon-accessible-icon:before {
  content: "\ecc4";
}

.icon-accusoft:before {
  content: "\ecc5";
}

.icon-adn:before {
  content: "\ecc6";
}

.icon-adversal:before {
  content: "\ecc7";
}

.icon-affiliatetheme:before {
  content: "\ecc8";
}

.icon-algolia:before {
  content: "\ecc9";
}

.icon-alipay:before {
  content: "\ecca";
}

.icon-amazon-pay:before {
  content: "\eccb";
}

.icon-amazon:before {
  content: "\eccc";
}

.icon-amilia:before {
  content: "\eccd";
}

.icon-android:before {
  content: "\ecce";
}

.icon-angellist:before {
  content: "\eccf";
}

.icon-angrycreative:before {
  content: "\ecd0";
}

.icon-angular:before {
  content: "\ecd1";
}

.icon-app-store-ios:before {
  content: "\ecd2";
}

.icon-app-store:before {
  content: "\ecd3";
}

.icon-apper:before {
  content: "\ecd4";
}

.icon-apple-pay:before {
  content: "\ecd5";
}

.icon-apple:before {
  content: "\ecd6";
}

.icon-asymmetrik:before {
  content: "\ecd7";
}

.icon-audible:before {
  content: "\ecd8";
}

.icon-autoprefixer:before {
  content: "\ecd9";
}

.icon-avianex:before {
  content: "\ecda";
}

.icon-aviato:before {
  content: "\ecdb";
}

.icon-aws:before {
  content: "\ecdc";
}

.icon-bandcamp:before {
  content: "\ecdd";
}

.icon-behance-square:before {
  content: "\ecde";
}

.icon-behance:before {
  content: "\ecdf";
}

.icon-bimobject:before {
  content: "\ece0";
}

.icon-bitbucket:before {
  content: "\ece1";
}

.icon-bitcoin:before {
  content: "\ece2";
}

.icon-bity:before {
  content: "\ece3";
}

.icon-black-tie:before {
  content: "\ece4";
}

.icon-blackberry:before {
  content: "\ece5";
}

.icon-blogger-b:before {
  content: "\ece6";
}

.icon-blogger:before {
  content: "\ece7";
}

.icon-bluetooth-b:before {
  content: "\ece8";
}

.icon-bluetooth:before {
  content: "\ece9";
}

.icon-btc:before {
  content: "\ecea";
}

.icon-buromobelexperte:before {
  content: "\eceb";
}

.icon-buysellads:before {
  content: "\ecec";
}

.icon-cc-amazon-pay:before {
  content: "\eced";
}

.icon-cc-amex:before {
  content: "\ecee";
}

.icon-cc-apple-pay:before {
  content: "\ecef";
}

.icon-cc-diners-club:before {
  content: "\ecf0";
}

.icon-cc-discover:before {
  content: "\ecf1";
}

.icon-cc-jcb:before {
  content: "\ecf2";
}

.icon-cc-mastercard:before {
  content: "\ecf3";
}

.icon-cc-paypal:before {
  content: "\ecf4";
}

.icon-cc-stripe:before {
  content: "\ecf5";
}

.icon-cc-visa:before {
  content: "\ecf6";
}

.icon-centercode:before {
  content: "\ecf7";
}

.icon-chrome:before {
  content: "\ecf8";
}

.icon-cloudscale:before {
  content: "\ecf9";
}

.icon-cloudsmith:before {
  content: "\ecfa";
}

.icon-cloudversify:before {
  content: "\ecfb";
}

.icon-codepen:before {
  content: "\ecfc";
}

.icon-codiepie:before {
  content: "\ecfd";
}

.icon-connectdevelop:before {
  content: "\ecfe";
}

.icon-contao:before {
  content: "\ecff";
}

.icon-cpanel:before {
  content: "\ed00";
}

.icon-creative-commons-by:before {
  content: "\ed01";
}

.icon-creative-commons-nc-eu:before {
  content: "\ed02";
}

.icon-creative-commons-nc-jp:before {
  content: "\ed03";
}

.icon-creative-commons-nc:before {
  content: "\ed04";
}

.icon-creative-commons-nd:before {
  content: "\ed05";
}

.icon-creative-commons-pd-alt:before {
  content: "\ed06";
}

.icon-creative-commons-pd:before {
  content: "\ed07";
}

.icon-creative-commons-remix:before {
  content: "\ed08";
}

.icon-creative-commons-sa:before {
  content: "\ed09";
}

.icon-creative-commons-sampling-plus:before {
  content: "\ed0a";
}

.icon-creative-commons-sampling:before {
  content: "\ed0b";
}

.icon-creative-commons-share:before {
  content: "\ed0c";
}

.icon-creative-commons:before {
  content: "\ed0d";
}

.icon-css3-alt:before {
  content: "\ed0e";
}

.icon-css3:before {
  content: "\ed0f";
}

.icon-cuttlefish:before {
  content: "\ed10";
}

.icon-d-and-d:before {
  content: "\ed11";
}

.icon-dashcube:before {
  content: "\ed12";
}

.icon-delicious:before {
  content: "\ed13";
}

.icon-deploydog:before {
  content: "\ed14";
}

.icon-deskpro:before {
  content: "\ed15";
}

.icon-deviantart:before {
  content: "\ed16";
}

.icon-digg:before {
  content: "\ed17";
}

.icon-digital-ocean:before {
  content: "\ed18";
}

.icon-discord:before {
  content: "\ed19";
}

.icon-discourse:before {
  content: "\ed1a";
}

.icon-dochub:before {
  content: "\ed1b";
}

.icon-docker:before {
  content: "\ed1c";
}

.icon-draft2digital:before {
  content: "\ed1d";
}

.icon-dribbble-square:before {
  content: "\ed1e";
}

.icon-dribbble:before {
  content: "\ed1f";
}

.icon-dropbox:before {
  content: "\ed20";
}

.icon-drupal:before {
  content: "\ed21";
}

.icon-dyalog:before {
  content: "\ed22";
}

.icon-earlybirds:before {
  content: "\ed23";
}

.icon-ebay:before {
  content: "\ed24";
}

.icon-edge:before {
  content: "\ed25";
}

.icon-elementor:before {
  content: "\ed26";
}

.icon-ello:before {
  content: "\ed27";
}

.icon-ember:before {
  content: "\ed28";
}

.icon-empire:before {
  content: "\ed29";
}

.icon-envira:before {
  content: "\ed2a";
}

.icon-erlang:before {
  content: "\ed2b";
}

.icon-ethereum:before {
  content: "\ed2c";
}

.icon-etsy:before {
  content: "\ed2d";
}

.icon-expeditedssl:before {
  content: "\ed2e";
}

.icon-facebook-f:before {
  content: "\ed2f";
}

.icon-facebook-messenger:before {
  content: "\ed30";
}

.icon-facebook-square:before {
  content: "\ed31";
}

.icon-facebook1:before {
  content: "\ed32";
}

.icon-firefox:before {
  content: "\ed33";
}

.icon-first-order-alt:before {
  content: "\ed34";
}

.icon-first-order:before {
  content: "\ed35";
}

.icon-firstdraft:before {
  content: "\ed36";
}

.icon-flickr:before {
  content: "\ed37";
}

.icon-flipboard:before {
  content: "\ed38";
}

.icon-fly:before {
  content: "\ed39";
}

.icon-font-awesome-alt:before {
  content: "\ed3a";
}

.icon-font-awesome-flag:before {
  content: "\ed3b";
}

.icon-font-awesome-logo-full2:before {
  content: "\ed3c";
}

.icon-font-awesome:before {
  content: "\ed3d";
}

.icon-fonticons-fi:before {
  content: "\ed3e";
}

.icon-fonticons:before {
  content: "\ed3f";
}

.icon-fort-awesome-alt:before {
  content: "\ed40";
}

.icon-fort-awesome:before {
  content: "\ed41";
}

.icon-forumbee:before {
  content: "\ed42";
}

.icon-foursquare:before {
  content: "\ed43";
}

.icon-free-code-camp:before {
  content: "\ed44";
}

.icon-freebsd:before {
  content: "\ed45";
}

.icon-fulcrum:before {
  content: "\ed46";
}

.icon-galactic-republic:before {
  content: "\ed47";
}

.icon-galactic-senate:before {
  content: "\ed48";
}

.icon-get-pocket:before {
  content: "\ed49";
}

.icon-gg-circle:before {
  content: "\ed4a";
}

.icon-gg:before {
  content: "\ed4b";
}

.icon-git-square:before {
  content: "\ed4c";
}

.icon-git:before {
  content: "\ed4d";
}

.icon-github-alt:before {
  content: "\ed4e";
}

.icon-github-square:before {
  content: "\ed4f";
}

.icon-github:before {
  content: "\ed50";
}

.icon-gitkraken:before {
  content: "\ed51";
}

.icon-gitlab:before {
  content: "\ed52";
}

.icon-gitter:before {
  content: "\ed53";
}

.icon-glide-g:before {
  content: "\ed54";
}

.icon-glide:before {
  content: "\ed55";
}

.icon-gofore:before {
  content: "\ed56";
}

.icon-goodreads-g:before {
  content: "\ed57";
}

.icon-goodreads:before {
  content: "\ed58";
}

.icon-google-drive:before {
  content: "\ed59";
}

.icon-google-play:before {
  content: "\ed5a";
}

.icon-google-plus-g:before {
  content: "\ed5b";
}

.icon-google-plus-square:before {
  content: "\ed5c";
}

.icon-google-plus:before {
  content: "\ed5d";
}

.icon-google-wallet:before {
  content: "\ed5e";
}

.icon-google:before {
  content: "\ed5f";
}

.icon-gratipay:before {
  content: "\ed60";
}

.icon-grav:before {
  content: "\ed61";
}

.icon-gripfire:before {
  content: "\ed62";
}

.icon-grunt:before {
  content: "\ed63";
}

.icon-gulp:before {
  content: "\ed64";
}

.icon-hacker-news-square:before {
  content: "\ed65";
}

.icon-hacker-news:before {
  content: "\ed66";
}

.icon-hackerrank:before {
  content: "\ed67";
}

.icon-hips:before {
  content: "\ed68";
}

.icon-hire-a-helper:before {
  content: "\ed69";
}

.icon-hooli:before {
  content: "\ed6a";
}

.icon-hornbill:before {
  content: "\ed6b";
}

.icon-hotjar:before {
  content: "\ed6c";
}

.icon-houzz:before {
  content: "\ed6d";
}

.icon-html5:before {
  content: "\ed6e";
}

.icon-hubspot:before {
  content: "\ed6f";
}

.icon-imdb:before {
  content: "\ed70";
}

.icon-instagram:before {
  content: "\ed71";
}

.icon-internet-explorer:before {
  content: "\ed72";
}

.icon-ioxhost:before {
  content: "\ed73";
}

.icon-itunes-note:before {
  content: "\ed74";
}

.icon-itunes:before {
  content: "\ed75";
}

.icon-java:before {
  content: "\ed76";
}

.icon-jedi-order:before {
  content: "\ed77";
}

.icon-jenkins:before {
  content: "\ed78";
}

.icon-joget:before {
  content: "\ed79";
}

.icon-joomla:before {
  content: "\ed7a";
}

.icon-js-square:before {
  content: "\ed7b";
}

.icon-js:before {
  content: "\ed7c";
}

.icon-jsfiddle:before {
  content: "\ed7d";
}

.icon-kaggle:before {
  content: "\ed7e";
}

.icon-keybase:before {
  content: "\ed7f";
}

.icon-keycdn:before {
  content: "\ed80";
}

.icon-kickstarter-k:before {
  content: "\ed81";
}

.icon-kickstarter:before {
  content: "\ed82";
}

.icon-korvue:before {
  content: "\ed83";
}

.icon-laravel:before {
  content: "\ed84";
}

.icon-lastfm-square:before {
  content: "\ed85";
}

.icon-lastfm:before {
  content: "\ed86";
}

.icon-leanpub:before {
  content: "\ed87";
}

.icon-less:before {
  content: "\ed88";
}

.icon-line:before {
  content: "\ed89";
}

.icon-linkedin-in:before {
  content: "\ed8a";
}

.icon-linkedin:before {
  content: "\ed8b";
}

.icon-linode:before {
  content: "\ed8c";
}

.icon-linux:before {
  content: "\ed8d";
}

.icon-lyft:before {
  content: "\ed8e";
}

.icon-magento:before {
  content: "\ed8f";
}

.icon-mailchimp:before {
  content: "\ed90";
}

.icon-mandalorian:before {
  content: "\ed91";
}

.icon-markdown:before {
  content: "\ed92";
}

.icon-mastodon:before {
  content: "\ed93";
}

.icon-maxcdn:before {
  content: "\ed94";
}

.icon-medapps:before {
  content: "\ed95";
}

.icon-medium-m:before {
  content: "\ed96";
}

.icon-medium:before {
  content: "\ed97";
}

.icon-medrt:before {
  content: "\ed98";
}

.icon-meetup:before {
  content: "\ed99";
}

.icon-megaport:before {
  content: "\ed9a";
}

.icon-microsoft:before {
  content: "\ed9b";
}

.icon-mix:before {
  content: "\ed9c";
}

.icon-mixcloud:before {
  content: "\ed9d";
}

.icon-mizuni:before {
  content: "\ed9e";
}

.icon-modx:before {
  content: "\ed9f";
}

.icon-monero:before {
  content: "\eda0";
}

.icon-napster:before {
  content: "\eda1";
}

.icon-neos:before {
  content: "\eda2";
}

.icon-nimblr:before {
  content: "\eda3";
}

.icon-nintendo-switch:before {
  content: "\eda4";
}

.icon-node-js:before {
  content: "\eda5";
}

.icon-node:before {
  content: "\eda6";
}

.icon-npm:before {
  content: "\eda7";
}

.icon-ns8:before {
  content: "\eda8";
}

.icon-nutritionix:before {
  content: "\eda9";
}

.icon-odnoklassniki-square:before {
  content: "\edaa";
}

.icon-odnoklassniki:before {
  content: "\edab";
}

.icon-old-republic:before {
  content: "\edac";
}

.icon-opencart:before {
  content: "\edad";
}

.icon-openid:before {
  content: "\edae";
}

.icon-opera:before {
  content: "\edaf";
}

.icon-optin-monster:before {
  content: "\edb0";
}

.icon-osi:before {
  content: "\edb1";
}

.icon-page4:before {
  content: "\edb2";
}

.icon-pagelines:before {
  content: "\edb3";
}

.icon-palfed:before {
  content: "\edb4";
}

.icon-patreon:before {
  content: "\edb5";
}

.icon-paypal:before {
  content: "\edb6";
}

.icon-periscope:before {
  content: "\edb7";
}

.icon-phabricator:before {
  content: "\edb8";
}

.icon-phoenix-framework:before {
  content: "\edb9";
}

.icon-phoenix-squadron:before {
  content: "\edba";
}

.icon-php:before {
  content: "\edbb";
}

.icon-pied-piper-alt:before {
  content: "\edbc";
}

.icon-pied-piper-hat:before {
  content: "\edbd";
}

.icon-pied-piper-pp:before {
  content: "\edbe";
}

.icon-pied-piper:before {
  content: "\edbf";
}

.icon-pinterest-p:before {
  content: "\edc0";
}

.icon-pinterest-square:before {
  content: "\edc1";
}

.icon-pinterest:before {
  content: "\edc2";
}

.icon-playstation:before {
  content: "\edc3";
}

.icon-product-hunt:before {
  content: "\edc4";
}

.icon-pushed:before {
  content: "\edc5";
}

.icon-python:before {
  content: "\edc6";
}

.icon-qq:before {
  content: "\edc7";
}

.icon-quinscape:before {
  content: "\edc8";
}

.icon-quora:before {
  content: "\edc9";
}

.icon-r-project:before {
  content: "\edca";
}

.icon-ravelry:before {
  content: "\edcb";
}

.icon-react:before {
  content: "\edcc";
}

.icon-readme:before {
  content: "\edcd";
}

.icon-rebel:before {
  content: "\edce";
}

.icon-red-river:before {
  content: "\edcf";
}

.icon-reddit-alien:before {
  content: "\edd0";
}

.icon-reddit-square:before {
  content: "\edd1";
}

.icon-reddit:before {
  content: "\edd2";
}

.icon-rendact:before {
  content: "\edd3";
}

.icon-renren:before {
  content: "\edd4";
}

.icon-replyd:before {
  content: "\edd5";
}

.icon-researchgate:before {
  content: "\edd6";
}

.icon-resolving:before {
  content: "\edd7";
}

.icon-rev:before {
  content: "\edd8";
}

.icon-rocketchat:before {
  content: "\edd9";
}

.icon-rockrms:before {
  content: "\edda";
}

.icon-safari:before {
  content: "\eddb";
}

.icon-sass:before {
  content: "\eddc";
}

.icon-schlix:before {
  content: "\eddd";
}

.icon-scribd:before {
  content: "\edde";
}

.icon-searchengin:before {
  content: "\eddf";
}

.icon-sellcast:before {
  content: "\ede0";
}

.icon-sellsy:before {
  content: "\ede1";
}

.icon-servicestack:before {
  content: "\ede2";
}

.icon-shirtsinbulk:before {
  content: "\ede3";
}

.icon-shopware:before {
  content: "\ede4";
}

.icon-simplybuilt:before {
  content: "\ede5";
}

.icon-sistrix:before {
  content: "\ede6";
}

.icon-sith:before {
  content: "\ede7";
}

.icon-skyatlas:before {
  content: "\ede8";
}

.icon-skype:before {
  content: "\ede9";
}

.icon-slack-hash:before {
  content: "\edea";
}

.icon-slack:before {
  content: "\edeb";
}

.icon-slideshare:before {
  content: "\edec";
}

.icon-snapchat-ghost:before {
  content: "\eded";
}

.icon-snapchat-square:before {
  content: "\edee";
}

.icon-snapchat:before {
  content: "\edef";
}

.icon-soundcloud:before {
  content: "\edf0";
}

.icon-speakap:before {
  content: "\edf1";
}

.icon-spotify:before {
  content: "\edf2";
}

.icon-squarespace:before {
  content: "\edf3";
}

.icon-stack-exchange:before {
  content: "\edf4";
}

.icon-stack-overflow:before {
  content: "\edf5";
}

.icon-staylinked:before {
  content: "\edf6";
}

.icon-steam-square:before {
  content: "\edf7";
}

.icon-steam-symbol:before {
  content: "\edf8";
}

.icon-steam:before {
  content: "\edf9";
}

.icon-sticker-mule:before {
  content: "\edfa";
}

.icon-strava:before {
  content: "\edfb";
}

.icon-stripe-s:before {
  content: "\edfc";
}

.icon-stripe:before {
  content: "\edfd";
}

.icon-studiovinari:before {
  content: "\edfe";
}

.icon-stumbleupon-circle:before {
  content: "\edff";
}

.icon-stumbleupon:before {
  content: "\ee00";
}

.icon-superpowers:before {
  content: "\ee01";
}

.icon-supple:before {
  content: "\ee02";
}

.icon-teamspeak:before {
  content: "\ee03";
}

.icon-telegram-plane:before {
  content: "\ee04";
}

.icon-telegram:before {
  content: "\ee05";
}

.icon-tencent-weibo:before {
  content: "\ee06";
}

.icon-the-red-yeti:before {
  content: "\ee07";
}

.icon-themeco:before {
  content: "\ee08";
}

.icon-themeisle:before {
  content: "\ee09";
}

.icon-trade-federation:before {
  content: "\ee0a";
}

.icon-trello:before {
  content: "\ee0b";
}

.icon-tripadvisor:before {
  content: "\ee0c";
}

.icon-tumblr-square:before {
  content: "\ee0d";
}

.icon-tumblr:before {
  content: "\ee0e";
}

.icon-twitch:before {
  content: "\ee0f";
}

.icon-twitter-square:before {
  content: "\ee10";
}

.icon-twitter:before {
  content: "\ee11";
}

.icon-typo3:before {
  content: "\ee12";
}

.icon-uber:before {
  content: "\ee13";
}

.icon-uikit:before {
  content: "\ee14";
}

.icon-uniregistry:before {
  content: "\ee15";
}

.icon-untappd:before {
  content: "\ee16";
}

.icon-usb:before {
  content: "\ee17";
}

.icon-ussunnah:before {
  content: "\ee18";
}

.icon-vaadin:before {
  content: "\ee19";
}

.icon-viacoin:before {
  content: "\ee1a";
}

.icon-viadeo-square:before {
  content: "\ee1b";
}

.icon-viadeo:before {
  content: "\ee1c";
}

.icon-viber:before {
  content: "\ee1d";
}

.icon-vimeo-square:before {
  content: "\ee1e";
}

.icon-vimeo-v:before {
  content: "\ee1f";
}

.icon-vimeo:before {
  content: "\ee20";
}

.icon-vine:before {
  content: "\ee21";
}

.icon-vk:before {
  content: "\ee22";
}

.icon-vnv:before {
  content: "\ee23";
}

.icon-vuejs:before {
  content: "\ee24";
}

.icon-weebly:before {
  content: "\ee25";
}

.icon-weibo:before {
  content: "\ee26";
}

.icon-weixin:before {
  content: "\ee27";
}

.icon-whatsapp-square:before {
  content: "\ee28";
}

.icon-whatsapp:before {
  content: "\ee29";
}

.icon-whmcs:before {
  content: "\ee2a";
}

.icon-wikipedia-w:before {
  content: "\ee2b";
}

.icon-windows:before {
  content: "\ee2c";
}

.icon-wix:before {
  content: "\ee2d";
}

.icon-wolf-pack-battalion:before {
  content: "\ee2e";
}

.icon-wordpress-simple:before {
  content: "\ee2f";
}

.icon-wordpress:before {
  content: "\ee30";
}

.icon-wpbeginner:before {
  content: "\ee31";
}

.icon-wpexplorer:before {
  content: "\ee32";
}

.icon-wpforms:before {
  content: "\ee33";
}

.icon-xbox:before {
  content: "\ee34";
}

.icon-xing-square:before {
  content: "\ee35";
}

.icon-xing:before {
  content: "\ee36";
}

.icon-y-combinator:before {
  content: "\ee37";
}

.icon-yahoo:before {
  content: "\ee38";
}

.icon-yandex-international:before {
  content: "\ee39";
}

.icon-yandex:before {
  content: "\ee3a";
}

.icon-yelp:before {
  content: "\ee3b";
}

.icon-yoast:before {
  content: "\ee3c";
}

.icon-youtube-square:before {
  content: "\ee3d";
}

.icon-youtube:before {
  content: "\ee3e";
}

.icon-zhihu:before {
  content: "\ee3f";
}

.icon-line-open:before {
  content: "\ea21";
}

.icon-line-bag:before {
  content: "\ea23";
}

.icon-line-grid-2:before {
  content: "\ea24";
}

.icon-line-content-left:before {
  content: "\ea25";
}

.icon-line-content-right:before {
  content: "\ea26";
}

.icon-line-esc:before {
  content: "\ea27";
}

.icon-line-alt:before {
  content: "\ea28";
}

.icon-line-marquee-plus:before {
  content: "\ea29";
}

.icon-line-marquee-minus:before {
  content: "\ea2a";
}

.icon-line-marquee:before {
  content: "\ea2b";
}

.icon-line-square-check:before {
  content: "\ea2d";
}

.icon-line-paragraph:before {
  content: "\ea2e";
}

.icon-line-ribbon:before {
  content: "\ea2f";
}

.icon-line-location-2:before {
  content: "\ea1c";
}

.icon-line-circle-check:before {
  content: "\ea1d";
}

.icon-line-circle-cross1:before {
  content: "\ea1e";
}

.icon-line-reply:before {
  content: "\ea1f";
}

.icon-line-paper-stack:before {
  content: "\ea20";
}

.icon-line-stack-2:before {
  content: "\ea1a";
}

.icon-line-stack:before {
  content: "\ea1b";
}

.icon-line-activity:before {
  content: "\e900";
}

.icon-line-air-play:before {
  content: "\e901";
}

.icon-line-alert-circle:before {
  content: "\e902";
}

.icon-line-alert-octagon:before {
  content: "\e903";
}

.icon-line-alert-triangle:before {
  content: "\e904";
}

.icon-line-align-center:before {
  content: "\e905";
}

.icon-line-align-justify:before {
  content: "\e906";
}

.icon-line-align-left:before {
  content: "\e907";
}

.icon-line-align-right:before {
  content: "\e908";
}

.icon-line-anchor:before {
  content: "\e909";
}

.icon-line-aperture:before {
  content: "\e90a";
}

.icon-line-archive:before {
  content: "\e90b";
}

.icon-line-arrow-down:before {
  content: "\e90c";
}

.icon-line-arrow-down-circle:before {
  content: "\e90d";
}

.icon-line-arrow-down-left:before {
  content: "\e90e";
}

.icon-line-arrow-down-right:before {
  content: "\e90f";
}

.icon-line-arrow-left:before {
  content: "\e910";
}

.icon-line-arrow-left-circle:before {
  content: "\e911";
}

.icon-line-arrow-right:before {
  content: "\e912";
}

.icon-line-arrow-right-circle:before {
  content: "\e913";
}

.icon-line-arrow-up:before {
  content: "\e914";
}

.icon-line-arrow-up-circle:before {
  content: "\e915";
}

.icon-line-arrow-up-left:before {
  content: "\e916";
}

.icon-line-arrow-up-right:before {
  content: "\e917";
}

.icon-line-at-sign:before {
  content: "\e918";
}

.icon-line-award:before {
  content: "\e919";
}

.icon-line-bar-graph:before {
  content: "\e91a";
}

.icon-line-bar-graph-2:before {
  content: "\e91b";
}

.icon-line-battery:before {
  content: "\e91c";
}

.icon-line-battery-charging:before {
  content: "\e91d";
}

.icon-line-bell:before {
  content: "\e91e";
}

.icon-line-bell-off:before {
  content: "\e91f";
}

.icon-line-bluetooth:before {
  content: "\e920";
}

.icon-line-bold:before {
  content: "\e921";
}

.icon-line-book:before {
  content: "\e922";
}

.icon-line-book-open:before {
  content: "\e923";
}

.icon-line-bookmark:before {
  content: "\e924";
}

.icon-line-box:before {
  content: "\e925";
}

.icon-line-briefcase:before {
  content: "\e926";
}

.icon-line-calendar:before {
  content: "\e927";
}

.icon-line-camera:before {
  content: "\e928";
}

.icon-line-camera-off:before {
  content: "\e929";
}

.icon-line-cast:before {
  content: "\e92a";
}

.icon-line-check:before {
  content: "\e92b";
}

.icon-line-check-circle:before {
  content: "\e92c";
}

.icon-line-check-square:before {
  content: "\e92d";
}

.icon-line-chevron-down:before {
  content: "\e92e";
}

.icon-line-chevron-left:before {
  content: "\e92f";
}

.icon-line-chevron-right:before {
  content: "\e930";
}

.icon-line-chevron-up:before {
  content: "\e931";
}

.icon-line-chevrons-down:before {
  content: "\e932";
}

.icon-line-chevrons-left:before {
  content: "\e933";
}

.icon-line-chevrons-right:before {
  content: "\e934";
}

.icon-line-chevrons-up:before {
  content: "\e935";
}

.icon-line-chrome:before {
  content: "\e936";
}

.icon-line-record:before,
.icon-line-stop:before {
  content: "\e937";
}

.icon-line-clipboard:before {
  content: "\e938";
}

.icon-line-clock:before {
  content: "\e939";
}

.icon-line-cloud:before {
  content: "\e93a";
}

.icon-line-cloud-drizzle:before {
  content: "\e93b";
}

.icon-line-cloud-lightning:before {
  content: "\e93c";
}

.icon-line-cloud-off:before {
  content: "\e93d";
}

.icon-line-cloud-rain:before {
  content: "\e93e";
}

.icon-line-cloud-snow:before {
  content: "\e93f";
}

.icon-line-code:before {
  content: "\e940";
}

.icon-line-codepen:before {
  content: "\e941";
}

.icon-line-codesandbox:before {
  content: "\e942";
}

.icon-line-coffee:before {
  content: "\e943";
}

.icon-line-columns:before {
  content: "\e944";
}

.icon-line-command:before {
  content: "\e945";
}

.icon-line-compass:before {
  content: "\e946";
}

.icon-line-copy:before {
  content: "\e947";
}

.icon-line-corner-down-left:before {
  content: "\e948";
}

.icon-line-corner-down-right:before {
  content: "\e949";
}

.icon-line-corner-left-down:before {
  content: "\e94a";
}

.icon-line-corner-left-up:before {
  content: "\e94b";
}

.icon-line-corner-right-down:before {
  content: "\e94c";
}

.icon-line-corner-right-up:before {
  content: "\e94d";
}

.icon-line-corner-up-left:before {
  content: "\e94e";
}

.icon-line-corner-up-right:before {
  content: "\e94f";
}

.icon-line-cpu:before {
  content: "\e950";
}

.icon-line-credit-card:before {
  content: "\e951";
}

.icon-line-crop:before {
  content: "\e952";
}

.icon-line-crosshair:before {
  content: "\e953";
}

.icon-line-database:before {
  content: "\e954";
}

.icon-line-delete:before {
  content: "\e955";
}

.icon-line-disc:before {
  content: "\e956";
}

.icon-line-dollar-sign:before {
  content: "\e957";
}

.icon-line-download:before {
  content: "\e958";
}

.icon-line-cloud-download:before {
  content: "\e959";
}

.icon-line-droplet:before {
  content: "\e95a";
}

.icon-line-edit:before {
  content: "\e95b";
}

.icon-line-edit-2:before {
  content: "\e95c";
}

.icon-line-edit-3:before {
  content: "\e95d";
}

.icon-line-external-link:before {
  content: "\e95e";
}

.icon-line-eye:before {
  content: "\e95f";
}

.icon-line-eye-off:before {
  content: "\e960";
}

.icon-line-facebook:before {
  content: "\e961";
}

.icon-line-fast-forward:before {
  content: "\e962";
}

.icon-line-feather:before {
  content: "\e963";
}

.icon-line-figma:before {
  content: "\e964";
}

.icon-line-file:before {
  content: "\e965";
}

.icon-line-file-subtract:before {
  content: "\e966";
}

.icon-line-file-add:before {
  content: "\e967";
}

.icon-line-paper:before {
  content: "\e968";
}

.icon-line-film:before {
  content: "\e969";
}

.icon-line-filter:before {
  content: "\e96a";
}

.icon-line-flag:before {
  content: "\e96b";
}

.icon-line-folder:before {
  content: "\e96c";
}

.icon-line-folder-minus:before {
  content: "\e96d";
}

.icon-line-folder-plus:before {
  content: "\e96e";
}

.icon-line-framer:before {
  content: "\e96f";
}

.icon-line-frown:before {
  content: "\e970";
}

.icon-line-gift:before {
  content: "\e971";
}

.icon-line-git-branch:before {
  content: "\e972";
}

.icon-line-git-commit:before {
  content: "\e973";
}

.icon-line-git-merge:before {
  content: "\e974";
}

.icon-line-git-pull-request:before {
  content: "\e975";
}

.icon-line-github:before {
  content: "\e976";
}

.icon-line-gitlab:before {
  content: "\e977";
}

.icon-line-globe:before {
  content: "\e978";
}

.icon-line-grid:before {
  content: "\e979";
}

.icon-line-hard-drive:before {
  content: "\e97a";
}

.icon-line-hash:before {
  content: "\e97b";
}

.icon-line-headphones:before {
  content: "\e97c";
}

.icon-line-heart:before {
  content: "\e97d";
}

.icon-line-help-circle:before {
  content: "\e97e";
}

.icon-line-hexagon:before {
  content: "\e97f";
}

.icon-line-home:before {
  content: "\e980";
}

.icon-line-image:before {
  content: "\e981";
}

.icon-line-inbox:before {
  content: "\e982";
}

.icon-line-info:before {
  content: "\e983";
}

.icon-line-instagram:before {
  content: "\e984";
}

.icon-line-italic:before {
  content: "\e985";
}

.icon-line-key:before {
  content: "\e986";
}

.icon-line-layers:before {
  content: "\e987";
}

.icon-line-layout:before {
  content: "\e988";
}

.icon-line-help:before {
  content: "\e989";
}

.icon-line-link:before {
  content: "\e98a";
}

.icon-line-link-2:before {
  content: "\e98b";
}

.icon-line-linkedin:before {
  content: "\e98c";
}

.icon-line-list:before {
  content: "\e98d";
}

.icon-line-loader:before {
  content: "\e98e";
}

.icon-line-lock:before {
  content: "\e98f";
}

.icon-line-log-in:before {
  content: "\e990";
}

.icon-line-log-out:before {
  content: "\e991";
}

.icon-line-mail:before {
  content: "\e992";
}

.icon-line-map:before {
  content: "\e993";
}

.icon-line-map-pin:before {
  content: "\e994";
}

.icon-line-expand:before {
  content: "\e995";
}

.icon-line-maximize:before {
  content: "\e996";
}

.icon-line-meh:before {
  content: "\e997";
}

.icon-line-menu:before {
  content: "\e998";
}

.icon-line-message-circle:before {
  content: "\e999";
}

.icon-line-speech-bubble:before {
  content: "\e99a";
}

.icon-line-microphone:before {
  content: "\e99b";
}

.icon-line-microphone-off:before {
  content: "\e99c";
}

.icon-line-contract:before {
  content: "\e99d";
}

.icon-line-minimize:before {
  content: "\e99e";
}

.icon-line-minus:before {
  content: "\e99f";
}

.icon-line-circle-minus:before {
  content: "\e9a0";
}

.icon-line-square-minus:before {
  content: "\e9a1";
}

.icon-line-monitor:before {
  content: "\e9a2";
}

.icon-line-moon:before {
  content: "\e9a3";
}

.icon-line-more-horizontal:before,
.icon-line-ellipsis:before {
  content: "\e9a4";
}

.icon-line-more-vertical:before {
  content: "\e9a5";
}

.icon-line-mouse-pointer:before {
  content: "\e9a6";
}

.icon-line-move:before {
  content: "\e9a7";
}

.icon-line-music:before {
  content: "\e9a8";
}

.icon-line-location:before {
  content: "\e9a9";
}

.icon-line-navigation:before {
  content: "\e9aa";
}

.icon-line-octagon:before {
  content: "\e9ab";
}

.icon-line-package:before {
  content: "\e9ac";
}

.icon-line-paper-clip:before {
  content: "\e9ad";
}

.icon-line-pause:before {
  content: "\e9ae";
}

.icon-line-pause-circle:before {
  content: "\e9af";
}

.icon-line-pen-tool:before {
  content: "\e9b0";
}

.icon-line-percent:before {
  content: "\e9b1";
}

.icon-line-phone:before {
  content: "\e9b2";
}

.icon-line-phone-call:before {
  content: "\e9b3";
}

.icon-line-phone-forwarded:before {
  content: "\e9b4";
}

.icon-line-phone-incoming:before {
  content: "\e9b5";
}

.icon-line-phone-missed:before {
  content: "\e9b6";
}

.icon-line-phone-off:before {
  content: "\e9b7";
}

.icon-line-phone-outgoing:before {
  content: "\e9b8";
}

.icon-line-pie-graph:before {
  content: "\e9b9";
}

.icon-line-play:before {
  content: "\e9ba";
}

.icon-line-play-circle:before {
  content: "\e9bb";
}

.icon-line-plus:before {
  content: "\e9bc";
}

.icon-line-circle-plus:before {
  content: "\e9bd";
}

.icon-line-square-plus:before {
  content: "\e9be";
}

.icon-line-pocket:before {
  content: "\e9bf";
}

.icon-line-power:before {
  content: "\e9c0";
}

.icon-line-printer:before {
  content: "\e9c1";
}

.icon-line-signal:before {
  content: "\e9c2";
}

.icon-line-reload:before {
  content: "\e9c3";
}

.icon-line-refresh-cw:before {
  content: "\e9c4";
}

.icon-line-repeat:before {
  content: "\e9c5";
}

.icon-line-rewind:before {
  content: "\e9c6";
}

.icon-line-rotate-ccw:before {
  content: "\e9c7";
}

.icon-line-rotate-cw:before {
  content: "\e9c8";
}

.icon-line-rss:before {
  content: "\e9c9";
}

.icon-line-save:before {
  content: "\e9ca";
}

.icon-line-scissors:before {
  content: "\e9cb";
}

.icon-line-search:before {
  content: "\e9cc";
}

.icon-line-send:before {
  content: "\e9cd";
}

.icon-line-server:before {
  content: "\e9ce";
}

.icon-line-cog:before {
  content: "\e9cf";
}

.icon-line-outbox:before {
  content: "\e9d0";
}

.icon-line-share:before {
  content: "\e9d1";
}

.icon-line-shield:before {
  content: "\e9d2";
}

.icon-line-shield-off:before {
  content: "\e9d3";
}

.icon-line-shopping-bag:before {
  content: "\e9d4";
}

.icon-line-shopping-cart:before {
  content: "\e9d5";
}

.icon-line-shuffle:before {
  content: "\e9d6";
}

.icon-line-sidebar:before {
  content: "\e9d7";
}

.icon-line-skip-back:before {
  content: "\e9d8";
}

.icon-line-skip-forward:before {
  content: "\e9d9";
}

.icon-line-slack:before {
  content: "\e9da";
}

.icon-line-ban:before {
  content: "\e9db";
}

.icon-line-sliders:before {
  content: "\e9dc";
}

.icon-line-smartphone:before {
  content: "\e9dd";
}

.icon-line-smile:before {
  content: "\e9de";
}

.icon-line-speaker:before {
  content: "\e9df";
}

.icon-line-square:before {
  content: "\e9e0";
}

.icon-line-star:before {
  content: "\e9e1";
}

.icon-line-stop-circle:before {
  content: "\e9e2";
}

.icon-line-sun:before {
  content: "\e9e3";
}

.icon-line-sunrise:before {
  content: "\e9e4";
}

.icon-line-sunset:before {
  content: "\e9e5";
}

.icon-line-tablet:before {
  content: "\e9e6";
}

.icon-line-tag:before {
  content: "\e9e7";
}

.icon-line-target:before {
  content: "\e9e8";
}

.icon-line-terminal:before {
  content: "\e9e9";
}

.icon-line-thermometer:before {
  content: "\e9ea";
}

.icon-line-thumbs-down:before {
  content: "\e9eb";
}

.icon-line-thumbs-up:before {
  content: "\e9ec";
}

.icon-line-toggle:before {
  content: "\e9ed";
}

.icon-line-toggle-right:before {
  content: "\e9ee";
}

.icon-line-tool:before {
  content: "\e9ef";
}

.icon-line-trash:before {
  content: "\e9f0";
}

.icon-line-trash-2:before {
  content: "\e9f1";
}

.icon-line-trello:before {
  content: "\e9f2";
}

.icon-line-trending-down:before {
  content: "\e9f3";
}

.icon-line-trending-up:before {
  content: "\e9f4";
}

.icon-line-triangle:before {
  content: "\e9f5";
}

.icon-line-truck:before {
  content: "\e9f6";
}

.icon-line-tv:before {
  content: "\e9f7";
}

.icon-line-twitch:before {
  content: "\e9f8";
}

.icon-line-twitter:before {
  content: "\e9f9";
}

.icon-line-type:before {
  content: "\e9fa";
}

.icon-line-umbrella:before {
  content: "\e9fb";
}

.icon-line-underline:before {
  content: "\e9fc";
}

.icon-line-unlock:before {
  content: "\e9fd";
}

.icon-line-upload:before {
  content: "\e9fe";
}

.icon-line-cloud-upload:before {
  content: "\e9ff";
}

.icon-line-head:before {
  content: "\ea00";
}

.icon-line-user-check:before {
  content: "\ea01";
}

.icon-line-user-minus:before {
  content: "\ea02";
}

.icon-line-user-plus:before {
  content: "\ea03";
}

.icon-line-user-cross:before {
  content: "\ea04";
}

.icon-line-users:before {
  content: "\ea05";
}

.icon-line-video:before {
  content: "\ea06";
}

.icon-line-video-off:before {
  content: "\ea07";
}

.icon-line-voicemail:before {
  content: "\ea08";
}

.icon-line-volume-off:before {
  content: "\ea09";
}

.icon-line-volume-1:before {
  content: "\ea0a";
}

.icon-line-volume:before {
  content: "\ea0b";
}

.icon-line-mute:before {
  content: "\ea0c";
}

.icon-line-watch:before {
  content: "\ea0d";
}

.icon-line-wifi:before {
  content: "\ea0e";
}

.icon-line-wifi-off:before {
  content: "\ea0f";
}

.icon-line-wind:before {
  content: "\ea10";
}

.icon-line-cross:before {
  content: "\ea11";
}

.icon-line-circle-cross:before {
  content: "\ea12";
}

.icon-line-cross-octagon:before {
  content: "\ea13";
}

.icon-line-square-cross:before {
  content: "\ea14";
}

.icon-line-youtube:before {
  content: "\ea15";
}

.icon-line-zap:before {
  content: "\ea16";
}

.icon-line-zap-off:before {
  content: "\ea17";
}

.icon-line-zoom-in:before {
  content: "\ea18";
}

.icon-line-zoom-out:before {
  content: "\ea19";
}

.icon-line2-user-female:before {
  content: "\e000";
}

.icon-line2-user-follow:before {
  content: "\e002";
}

.icon-line2-user-following:before {
  content: "\e003";
}

.icon-line2-user-unfollow:before {
  content: "\e004";
}

.icon-line2-trophy:before {
  content: "\e006";
}

.icon-line2-screen-smartphone:before {
  content: "\e010";
}

.icon-line2-screen-desktop:before {
  content: "\e011";
}

.icon-line2-plane:before {
  content: "\e012";
}

.icon-line2-notebook:before {
  content: "\e013";
}

.icon-line2-moustache:before {
  content: "\e014";
}

.icon-line2-mouse:before {
  content: "\e015";
}

.icon-line2-magnet:before {
  content: "\e016";
}

.icon-line2-energy:before {
  content: "\e020";
}

.icon-line2-emoticon-smile:before {
  content: "\e021";
}

.icon-line2-disc:before {
  content: "\e022";
}

.icon-line2-cursor-move:before {
  content: "\e023";
}

.icon-line2-crop:before {
  content: "\e024";
}

.icon-line2-credit-card:before {
  content: "\e025";
}

.icon-line2-chemistry:before {
  content: "\e026";
}

.icon-line2-user:before {
  content: "\e005";
}

.icon-line2-speedometer:before {
  content: "\e007";
}

.icon-line2-social-youtube:before {
  content: "\e008";
}

.icon-line2-social-twitter:before {
  content: "\e009";
}

.icon-line2-social-tumblr:before {
  content: "\e00a";
}

.icon-line2-social-facebook:before {
  content: "\e00b";
}

.icon-line2-social-dropbox:before {
  content: "\e00c";
}

.icon-line2-social-dribbble:before {
  content: "\e00d";
}

.icon-line2-shield:before {
  content: "\e00e";
}

.icon-line2-screen-tablet:before {
  content: "\e00f";
}

.icon-line2-magic-wand:before {
  content: "\e017";
}

.icon-line2-hourglass:before {
  content: "\e018";
}

.icon-line2-graduation:before {
  content: "\e019";
}

.icon-line2-ghost:before {
  content: "\e01a";
}

.icon-line2-game-controller:before {
  content: "\e01b";
}

.icon-line2-fire:before {
  content: "\e01c";
}

.icon-line2-eyeglasses:before {
  content: "\e01d";
}

.icon-line2-envelope-open:before {
  content: "\e01e";
}

.icon-line2-envelope-letter:before {
  content: "\e01f";
}

.icon-line2-bell:before {
  content: "\e027";
}

.icon-line2-badge:before {
  content: "\e028";
}

.icon-line2-anchor:before {
  content: "\e029";
}

.icon-line2-wallet:before {
  content: "\e02a";
}

.icon-line2-vector:before {
  content: "\e02b";
}

.icon-line2-speech:before {
  content: "\e02c";
}

.icon-line2-puzzle:before {
  content: "\e02d";
}

.icon-line2-printer:before {
  content: "\e02e";
}

.icon-line2-present:before {
  content: "\e02f";
}

.icon-line2-playlist:before {
  content: "\e030";
}

.icon-line2-pin:before {
  content: "\e031";
}

.icon-line2-picture:before {
  content: "\e032";
}

.icon-line2-map:before {
  content: "\e033";
}

.icon-line2-layers:before {
  content: "\e034";
}

.icon-line2-handbag:before {
  content: "\e035";
}

.icon-line2-globe-alt:before {
  content: "\e036";
}

.icon-line2-globe:before {
  content: "\e037";
}

.icon-line2-frame:before {
  content: "\e038";
}

.icon-line2-folder-alt:before {
  content: "\e039";
}

.icon-line2-film:before {
  content: "\e03a";
}

.icon-line2-feed:before {
  content: "\e03b";
}

.icon-line2-earphones-alt:before {
  content: "\e03c";
}

.icon-line2-earphones:before {
  content: "\e03d";
}

.icon-line2-drop:before {
  content: "\e03e";
}

.icon-line2-drawer:before {
  content: "\e03f";
}

.icon-line2-docs:before {
  content: "\e040";
}

.icon-line2-directions:before {
  content: "\e041";
}

.icon-line2-direction:before {
  content: "\e042";
}

.icon-line2-diamond:before {
  content: "\e043";
}

.icon-line2-cup:before {
  content: "\e044";
}

.icon-line2-compass:before {
  content: "\e045";
}

.icon-line2-call-out:before {
  content: "\e046";
}

.icon-line2-call-in:before {
  content: "\e047";
}

.icon-line2-call-end:before {
  content: "\e048";
}

.icon-line2-calculator:before {
  content: "\e049";
}

.icon-line2-bubbles:before {
  content: "\e04a";
}

.icon-line2-briefcase:before {
  content: "\e04b";
}

.icon-line2-book-open:before {
  content: "\e04c";
}

.icon-line2-basket-loaded:before {
  content: "\e04d";
}

.icon-line2-basket:before {
  content: "\e04e";
}

.icon-line2-bag:before {
  content: "\e04f";
}

.icon-line2-action-undo:before {
  content: "\e050";
}

.icon-line2-action-redo:before {
  content: "\e051";
}

.icon-line2-wrench:before {
  content: "\e052";
}

.icon-line2-umbrella:before {
  content: "\e053";
}

.icon-line2-trash:before {
  content: "\e054";
}

.icon-line2-tag:before {
  content: "\e055";
}

.icon-line2-support:before {
  content: "\e056";
}

.icon-line2-size-fullscreen:before {
  content: "\e057";
}

.icon-line2-size-actual:before {
  content: "\e058";
}

.icon-line2-shuffle:before {
  content: "\e059";
}

.icon-line2-share-alt:before {
  content: "\e05a";
}

.icon-line2-share:before {
  content: "\e05b";
}

.icon-line2-rocket:before {
  content: "\e05c";
}

.icon-line2-question:before {
  content: "\e05d";
}

.icon-line2-pie-chart:before {
  content: "\e05e";
}

.icon-line2-pencil:before {
  content: "\e05f";
}

.icon-line2-note:before {
  content: "\e060";
}

.icon-line2-music-tone-alt:before {
  content: "\e061";
}

.icon-line2-music-tone:before {
  content: "\e062";
}

.icon-line2-microphone:before {
  content: "\e063";
}

.icon-line2-loop:before {
  content: "\e064";
}

.icon-line2-logout:before {
  content: "\e065";
}

.icon-line2-login:before {
  content: "\e066";
}

.icon-line2-list:before {
  content: "\e067";
}

.icon-line2-like:before {
  content: "\e068";
}

.icon-line2-home:before {
  content: "\e069";
}

.icon-line2-grid:before {
  content: "\e06a";
}

.icon-line2-graph:before {
  content: "\e06b";
}

.icon-line2-equalizer:before {
  content: "\e06c";
}

.icon-line2-dislike:before {
  content: "\e06d";
}

.icon-line2-cursor:before {
  content: "\e06e";
}

.icon-line2-control-start:before {
  content: "\e06f";
}

.icon-line2-control-rewind:before {
  content: "\e070";
}

.icon-line2-control-play:before {
  content: "\e071";
}

.icon-line2-control-pause:before {
  content: "\e072";
}

.icon-line2-control-forward:before {
  content: "\e073";
}

.icon-line2-control-end:before {
  content: "\e074";
}

.icon-line2-calendar:before {
  content: "\e075";
}

.icon-line2-bulb:before {
  content: "\e076";
}

.icon-line2-bar-chart:before {
  content: "\e077";
}

.icon-line2-arrow-up:before {
  content: "\e078";
}

.icon-line2-arrow-right:before {
  content: "\e079";
}

.icon-line2-arrow-left:before {
  content: "\e07a";
}

.icon-line2-arrow-down:before {
  content: "\e07b";
}

.icon-line2-ban:before {
  content: "\e07c";
}

.icon-line2-bubble:before {
  content: "\e07d";
}

.icon-line2-camcorder:before {
  content: "\e07e";
}

.icon-line2-camera:before {
  content: "\e07f";
}

.icon-line2-check:before {
  content: "\e080";
}

.icon-line2-clock:before {
  content: "\e081";
}

.icon-line2-close:before {
  content: "\e082";
}

.icon-line2-cloud-download:before {
  content: "\e083";
}

.icon-line2-cloud-upload:before {
  content: "\e084";
}

.icon-line2-doc:before {
  content: "\e085";
}

.icon-line2-envelope:before {
  content: "\e086";
}

.icon-line2-eye:before {
  content: "\e087";
}

.icon-line2-flag:before {
  content: "\e088";
}

.icon-line2-folder:before {
  content: "\e089";
}

.icon-line2-heart:before {
  content: "\e08a";
}

.icon-line2-info:before {
  content: "\e08b";
}

.icon-line2-key:before {
  content: "\e08c";
}

.icon-line2-link:before {
  content: "\e08d";
}

.icon-line2-lock:before {
  content: "\e08e";
}

.icon-line2-lock-open:before {
  content: "\e08f";
}

.icon-line2-magnifier:before {
  content: "\e090";
}

.icon-line2-magnifier-add:before {
  content: "\e091";
}

.icon-line2-magnifier-remove:before {
  content: "\e092";
}

.icon-line2-paper-clip:before {
  content: "\e093";
}

.icon-line2-paper-plane:before {
  content: "\e094";
}

.icon-line2-plus:before {
  content: "\e095";
}

.icon-line2-pointer:before {
  content: "\e096";
}

.icon-line2-power:before {
  content: "\e097";
}

.icon-line2-refresh:before {
  content: "\e098";
}

.icon-line2-reload:before {
  content: "\e099";
}

.icon-line2-settings:before {
  content: "\e09a";
}

.icon-line2-star:before {
  content: "\e09b";
}

.icon-line2-symbol-female:before {
  content: "\e09c";
}

.icon-line2-symbol-male:before {
  content: "\e09d";
}

.icon-line2-target:before {
  content: "\e09e";
}

.icon-line2-volume-1:before {
  content: "\e09f";
}

.icon-line2-volume-2:before {
  content: "\e0a0";
}

.icon-line2-volume-off:before {
  content: "\e0a1";
}

.icon-line2-users:before {
  content: "\e001";
}

.icon-deezer:before {
  content: "\ee40";
}

.icon-edge-legacy:before {
  content: "\ee41";
}

.icon-google-pay:before {
  content: "\ee42";
}

.icon-google-plus:before {
  content: "\ee43";
}

.icon-rust:before {
  content: "\ee44";
}

.icon-tiktok:before {
  content: "\ee45";
}

.icon-tripadvisor:before {
  content: "\ee46";
}

.icon-unsplash:before {
  content: "\ee47";
}

.icon-yahoo:before {
  content: "\ee48";
}

.icon-box-tissue:before {
  content: "\ee49";
}

.icon-hand-holding-medical:before {
  content: "\ee4a";
}

.icon-hand-holding-water:before {
  content: "\ee4b";
}

.icon-hand-sparkles:before {
  content: "\ee4c";
}

.icon-hands-wash:before {
  content: "\ee4d";
}

.icon-handshake-alt-slash:before {
  content: "\ee4e";
}

.icon-handshake-slash:before {
  content: "\ee4f";
}

.icon-head-side-cough-slash:before {
  content: "\ee50";
}

.icon-head-side-cough:before {
  content: "\ee51";
}

.icon-head-side-mask:before {
  content: "\ee52";
}

.icon-head-side-virus:before {
  content: "\ee53";
}

.icon-house-user:before {
  content: "\ee54";
}

.icon-laptop-house:before {
  content: "\ee55";
}

.icon-lungs-virus:before {
  content: "\ee56";
}

.icon-people-arrows:before {
  content: "\ee57";
}

.icon-plane-slash:before {
  content: "\ee58";
}

.icon-pump-medical:before {
  content: "\ee59";
}

.icon-pump-soap:before {
  content: "\ee5a";
}

.icon-shield-virus:before {
  content: "\ee5b";
}

.icon-sink:before {
  content: "\ee5c";
}

.icon-socks:before {
  content: "\ee5d";
}

.icon-stopwatch-20:before {
  content: "\ee5e";
}

.icon-store-alt-slash:before {
  content: "\ee5f";
}

.icon-store-slash:before {
  content: "\ee60";
}

.icon-toilet-paper-slash:before {
  content: "\ee61";
}

.icon-users-slash:before {
  content: "\ee62";
}

.icon-virus-slash:before {
  content: "\ee63";
}

.icon-virus:before {
  content: "\ee64";
}

.icon-viruses:before {
  content: "\ee65";
}

.icon-bandcamp:before {
  content: "\ee66";
}

.icon-bacteria:before {
  content: "\ee67";
}

.icon-bacterium:before {
  content: "\ee68";
}

/* ----------------------------------------------------------------
	Featured Boxes
-----------------------------------------------------------------*/
.feature-box {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.feature-box:first-child {
  margin-top: 0;
}

.fbox-icon {
  width: 5.5rem;
  height: 4rem;
  padding: 0 0.75rem;
}

.fbox-icon a,
.fbox-icon i,
.fbox-icon img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #FFF;
}

.fbox-icon i,
.fbox-icon img {
  border-radius: 50%;
  background-color: #456ba2;
}

.fbox-icon i {
  font-style: normal;
  font-size: 1.75rem;
  line-height: 4rem;
  text-align: center;
}

.fbox-content {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  padding: 0 0.75rem;
}

.fbox-content h3 {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Roboto condensed", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #333;
}

.fbox-content p {
  margin-top: 0.5rem;
  margin-bottom: 0px;
  color: #999;
}

.fbox-content .before-heading {
  font-size: 0.875rem;
}

.fbox-content-sm h3,
.fbox-content-sm p {
  font-size: 0.875rem;
}

.fbox-content-sm .before-heading {
  font-size: 0.75rem;
}

.fbox-content-lg h3 {
  font-size: 1.25rem;
}

.fbox-content-lg p {
  font-size: 1.125rem;
  margin-top: 0.75rem;
}

.fbox-content-lg .before-heading {
  font-size: 1rem;
}

/* Feature Box - Icon Small
-----------------------------------------------------------------*/
.fbox-sm {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.fbox-sm .fbox-icon {
  width: 3rem;
  height: 2rem;
  padding: 0 0.5rem;
}

.fbox-sm .fbox-icon i {
  font-size: 1rem;
  line-height: 2rem;
}

.fbox-sm .fbox-content {
  padding: 0 0.5rem;
}

/* Feature Box - Icon Large
-----------------------------------------------------------------*/
.fbox-lg .fbox-icon {
  width: 7.5rem;
  height: 6rem;
}

.fbox-lg .fbox-icon i {
  font-size: 2.5rem;
  line-height: 6rem;
}

/* Feature Box - Icon X-Large
-----------------------------------------------------------------*/
.fbox-xl .fbox-icon {
  width: 9.5rem;
  height: 8rem;
}

.fbox-xl .fbox-icon i {
  font-size: 4.5rem;
  line-height: 8rem;
}

/* Feature Box - Icon Outline
-----------------------------------------------------------------*/
.fbox-outline .fbox-icon a {
  border: 1px solid #456ba2;
  padding: 0.25rem;
  border-radius: 50%;
}

.fbox-outline .fbox-icon i {
  line-height: 3.5rem;
}

/* Feature Box - Icon Outline Sizes
-----------------------------------------------------------------*/
.fbox-outline.fbox-sm .fbox-icon i {
  line-height: 1.5rem;
}

.fbox-outline.fbox-lg .fbox-icon i {
  line-height: 5.5rem;
}

.fbox-outline.fbox-xl .fbox-icon i {
  line-height: 7.5rem;
}

/* Feature Box - Icon Rounded
-----------------------------------------------------------------*/
.fbox-rounded .fbox-icon {
  border-radius: 3px !important;
}

.fbox-rounded .fbox-icon i,
.fbox-rounded .fbox-icon img {
  border-radius: 3px !important;
}

/* Feature Box - Icon Rounded Sizes
-----------------------------------------------------------------*/
.fbox-rounded.fbox-lg .fbox-icon {
  border-radius: 4px !important;
}

.fbox-rounded.fbox-lg .fbox-icon i,
.fbox-rounded.fbox-lg .fbox-icon img {
  border-radius: 4px !important;
}

.fbox-rounded.fbox-xl .fbox-icon {
  border-radius: 6px !important;
}

.fbox-rounded.fbox-xl .fbox-icon i,
.fbox-rounded.fbox-xl .fbox-icon img {
  border-radius: 6px !important;
}

/* Feature Box - Light Background
-----------------------------------------------------------------*/
.fbox-light.fbox-outline .fbox-icon a {
  border-color: #E5E5E5;
}

.fbox-light .fbox-icon i,
.fbox-light .fbox-icon img {
  border: 1px solid #E5E5E5;
  background-color: #F5F5F5;
  color: #444;
}

/* Feature Box - Dark Background
-----------------------------------------------------------------*/
.fbox-dark.fbox-outline .fbox-icon a {
  border-color: #444;
}

.fbox-dark .fbox-icon i,
.fbox-dark .fbox-icon img {
  background-color: #333;
}

/* Feature Box - Border
-----------------------------------------------------------------*/
.fbox-border .fbox-icon a {
  border: 1px solid #456ba2;
  border-radius: 50%;
}

.fbox-border .fbox-icon i,
.fbox-border .fbox-icon img {
  border: none;
  background-color: transparent !important;
  color: #456ba2;
}

/* Feature Box - Border - Light
-----------------------------------------------------------------*/
.fbox-border.fbox-light .fbox-icon a {
  border-color: #E5E5E5;
}

.fbox-border.fbox-light .fbox-icon i,
.fbox-border.fbox-light .fbox-icon img {
  color: #888;
}

/* Feature Box - Border - Dark
-----------------------------------------------------------------*/
.fbox-border.fbox-dark .fbox-icon a {
  border-color: #333;
}

.fbox-border.fbox-dark .fbox-icon i,
.fbox-border.fbox-dark .fbox-icon img {
  color: #444;
}

/* Feature Box - Plain
-----------------------------------------------------------------*/
.fbox-plain .fbox-icon {
  border: none !important;
}

.fbox-plain .fbox-icon i,
.fbox-plain .fbox-icon img {
  border: none;
  background-color: transparent !important;
  color: #456ba2;
  border-radius: 0;
}

.fbox-plain .fbox-icon i {
  font-size: 3rem;
  line-height: 1;
}

.fbox-plain.fbox-image .fbox-icon {
  width: auto;
}

.fbox-plain.fbox-image .fbox-icon img {
  width: auto;
  display: inline-block;
}

.fbox-plain.fbox-light .fbox-icon i,
.fbox-plain.fbox-light .fbox-icon img {
  color: #888;
}

.fbox-plain.fbox-dark .fbox-icon i,
.fbox-plain.fbox-dark .fbox-icon img {
  color: #444;
}

/* Feature Box - Icon Plain Sizes
-----------------------------------------------------------------*/
.fbox-plain.fbox-sm .fbox-icon i {
  font-size: 2rem;
}

.fbox-plain.fbox-lg .fbox-icon i {
  font-size: 4.5rem;
}

.fbox-plain.fbox-xl .fbox-icon i {
  font-size: 6rem;
}

/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/
.fbox-center {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.fbox-center .fbox-icon {
  margin-bottom: 1.5rem;
}

/* Feature Box - Subtitle
-----------------------------------------------------------------*/
.fbox-content + .fbox-icon {
  margin-top: 1.5rem;
  margin-bottom: 0 !important;
}

.fbox-content h3 span.subtitle {
  display: block;
  margin-top: 5px;
  color: #444;
  font-weight: 300;
  text-transform: none;
}

.fbox-center.fbox-sep:not(.fbox-bg) h3::after {
  content: "";
  display: block;
  margin: 1.25rem auto;
  width: 2rem;
  height: 2px;
  background-color: #555;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.fbox-center.fbox-sep:not(.fbox-bg):hover h3::after {
  width: 3rem;
}

.fbox-center.fbox-italic p {
  font-style: italic;
  font-family: "Roboto", sans-serif;
}

/* Feature Box - Background
-----------------------------------------------------------------*/
.fbox-bg.fbox-center {
  margin-top: 2rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0 2rem 2rem;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}

.fbox-bg.fbox-center .fbox-icon {
  margin-top: -2rem;
}

.fbox-bg.fbox-center .fbox-icon {
  background-color: #FFF;
}

.fbox-bg.fbox-center.fbox-lg {
  margin-top: 3rem;
}

.fbox-bg.fbox-center.fbox-lg .fbox-icon {
  margin-top: -3rem;
}

.fbox-bg.fbox-center.fbox-xl {
  margin-top: 4rem;
}

.fbox-bg.fbox-center.fbox-xl .fbox-icon {
  margin-top: -4rem;
}

[class^=icon-] h5, [class^=icon-] span {
  font-family: "Source Sans Pro", sans-serif;
}

/* CHARTS */
.col-two-saf {
  margin-bottom: 4rem !important;
  padding: 1% !important;
}

.legend-box-container {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.legend-box {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  margin-left: 10px;
}

.legend-text {
  color: #000000;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.legend-style {
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  width: 20px;
}

.my-hospital-legend {
  background: rgba(255, 189, 89, 0.5);
  border-color: #A36200;
}

.other-hospitals-legend {
  background: rgba(21, 91, 141, 0.5);
  border-color: #13507C;
}

.average-legend {
  background: #D23030;
  border-color: #D23030;
}

.indicator-legend-style {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
}

.result-legend {
  border-color: #A36200;
  border-style: solid;
}

.limits-legend {
  border-color: #13507C;
  border-style: dashed;
}

.mean-legend {
  border-color: #13507C;
  border-style: solid;
}

.goal-legend {
  border-color: #D23030;
  border-style: solid;
}

.funnel-indicator-legend-style {
  display: inline-block;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}

.funnel-my-hospital-legend {
  border-color: #F59300;
  background-color: #F59300;
  border-style: solid;
}

.funnel-hospitals-legend {
  border-color: #13507C;
  background-color: #13507C;
  border-style: solid;
}

.funnel-mean-legend {
  border-color: #8FA010;
  border-style: solid;
}

.funnel-confidence-limits-legend {
  border-color: #D23030;
  border-style: dashed;
}

body {
  font-family: "Source Sans Pro", sans-serif;
}

@media (max-width: 1199.98px) {
  .container {
    max-width: 100%;
  }
}
#wrapper {
  padding: 0;
}

.lfr-layout-structure-item-row {
  overflow: initial !important;
}

.columns-max .portlet-column-only {
  max-width: var(--container-max-xl);
  margin: 0 auto;
}

#main-content[class^=columns] {
  padding: 0.9875rem;
}

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

.container-fluid.d-lg-block.pr-lg-0 {
  padding-right: 15px !important;
}
.container-fluid.d-lg-block.pl-lg-0 {
  padding-left: 15px !important;
}

.saf__col-tools {
  display: flex;
}

.saf__hospital {
  font-weight: 600;
  color: var(--brand-color-1, #155B8D);
}
.saf__hospital .form-group {
  margin: 0;
}
.saf__hospital .form-group .form-control {
  height: initial;
  padding: 0 1.75rem 0 0.5rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--brand-color-1, #155B8D);
}
.saf__hospital .form-group label {
  padding-right: 0.5rem;
}

.saf__user {
  font-weight: 600;
  color: var(--brand-color-1, #155B8D);
}

.custom-logo img {
  max-width: 12.5rem;
  height: initial;
}

.saf__main-navigation {
  margin-bottom: 2.5rem;
}

@media (max-width: 991.98px) {
  header {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    margin-bottom: 2.5rem;
  }
  .saf__header {
    border-bottom: 1px solid var(--brand-color-4, #D0DEE8);
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .saf__main-navigation {
    display: none;
    position: absolute;
    z-index: 16;
    background-color: var(--brand-color-2, #FFBD59);
    width: 100%;
    color: var(--body-color, #082234);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    padding: 1rem 0 0;
  }
  .saf__main-navigation ul {
    padding: 0;
    list-style: none;
  }
  .saf__main-navigation ul li .saf__item-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .saf__main-navigation ul li .saf__item-wrapper .saf__caret {
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.5rem;
    width: 1.5rem;
  }
  .saf__main-navigation ul li a {
    text-transform: uppercase;
    color: var(--body-color, #082234);
    font-weight: 600;
    padding: 0 0 0.5rem 0;
    display: inline-block;
  }
  .saf__main-navigation ul ul {
    display: none;
    background-color: #ffffff;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
  }
  .saf__main-navigation ul ul li a {
    text-transform: initial;
    padding-bottom: 0.2rem;
  }
  .saf__main-navigation ul ul li a:before {
    content: "";
    display: inline-block;
    background-color: var(--body-color, #082234);
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 0.125rem;
    vertical-align: middle;
    margin-right: 0.5rem;
  }
  .safest__bars {
    cursor: pointer;
    background-color: var(--brand-color-2, #FFBD59);
    font-weight: 600;
    width: 3.125rem;
    height: 3.125rem;
    color: var(--body-color, #082234);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  .safest__bars svg {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .saf__main-navigation {
    background-color: var(--brand-color-2, #FFBD59);
  }
  .saf__main-navigation .portlet {
    margin-bottom: 0;
  }
  .saf__main-navigation ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  .saf__main-navigation ul li {
    position: relative; /*padding:.75rem 0 .5rem;*/
    border-bottom: 4px solid transparent;
    z-index: 2;
  }
  .saf__main-navigation ul li .saf__caret {
    display: none;
  }
  .saf__main-navigation ul li a {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    padding: 0.75rem 0 0.5rem;
    display: inline-block;
  }
  .saf__main-navigation ul li:hover {
    border-bottom: 4px solid #ffffff;
  }
  .saf__main-navigation ul li:hover a {
    text-decoration: none;
  }
  .saf__main-navigation ul li:hover > ul {
    display: block;
  }
  .saf__main-navigation ul li.selected {
    border-bottom: 4px solid #ffffff;
  }
  .saf__main-navigation ul li.selected a {
    text-decoration: none;
  }
  .saf__main-navigation ul li ul {
    display: none;
    position: absolute;
    padding: 1rem 0;
    min-width: 11rem;
    z-index: 1;
    top: 3rem;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    list-style: none;
    border-radius: 0 0 0.25rem;
  }
  .saf__main-navigation ul li ul li {
    text-align: left;
    padding: 0 1rem 0.5rem;
    border-bottom: 0;
    position: relative;
  }
  .saf__main-navigation ul li ul li a {
    padding: 0;
    font-weight: 400;
    text-transform: initial;
    padding-left: 0.8rem;
    position: relative;
    display: block;
  }
  .saf__main-navigation ul li ul li a:before {
    position: absolute;
    left: 0;
    top: 0.8rem;
    content: "";
    display: inline-block;
    background-color: var(--body-color, #082234);
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 0.125rem;
  }
  .saf__main-navigation ul li ul li:hover, .saf__main-navigation ul li ul li.selected {
    border-bottom: 0;
  }
  .saf__main-navigation ul li ul li:hover a, .saf__main-navigation ul li ul li.selected a {
    text-decoration: underline;
  }
  .saf__main-navigation ul li ul.level-2 ul.level-3 {
    top: 0;
    left: 100%;
    z-index: 9;
  }
  .saf__main-navigation ul li ul.level-2 ul.level-3 li a {
    font-weight: normal;
    text-decoration: none;
  }
  .saf__main-navigation ul li ul.level-2 ul.level-3 li.selected a {
    text-decoration: underline;
  }
  .saf__main-navigation ul li ul.level-2 li:last-child ul.level-3 {
    right: 100%;
    left: initial;
  }
}
@media (max-width: 767.98px) {
  .saf__col-tools {
    flex-direction: column;
  }
  .saf__col-tools .saf__hospital .form-group {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
  }
  .saf__col-tools .saf__hospital .form-group .form-control {
    max-width: 15rem;
  }
}
#content {
  min-height: 12rem;
  padding-bottom: 4rem;
}

footer {
  border-top: 8px solid var(--brand-color-4, #D0DEE8);
}
footer .saf__footer-navigation .portlet-body ul {
  flex-wrap: wrap;
  justify-content: end;
}
footer .saf__footer-navigation .portlet-body ul li {
  padding: 0 0.5rem;
}
footer .saf__footer-navigation .portlet-body ul li:after {
  content: "";
  width: 1px;
  height: 0.8rem;
  border-right: 1px solid var(--gray-600, #707070);
}
footer .saf__footer-navigation .portlet-body ul li a {
  color: var(--gray-600, #707070);
  padding: 0 0.5rem 0 0;
  font-size: 0.875rem;
}
footer .saf__footer-navigation .portlet-body ul li:last-child {
  padding: 0;
}
footer .saf__footer-navigation .portlet-body ul li:last-child:after {
  display: none;
}
footer .saf__footer-navigation .portlet-body ul li:first-child a {
  padding: 0;
}
@media (max-width: 767.98px) {
  footer .saf__footer-navigation .portlet-body ul {
    justify-content: start;
  }
}

.saf__wrapper-user-menu {
  position: relative;
  line-height: 1.7;
  z-index: 3;
}
.saf__wrapper-user-menu .saf__user {
  cursor: pointer;
}
.saf__wrapper-user-menu .saf__user .saf__user-name {
  display: inline-block;
  padding: 0;
}
.saf__wrapper-user-menu .saf__user-navigation {
  display: none;
  min-width: 12rem;
  position: absolute;
  top: 1.5rem;
  left: 0;
  background-color: #ffffff;
  z-index: 1;
  padding: 0.5rem 0.5rem 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0.25rem;
}
.saf__wrapper-user-menu .saf__user-navigation .portlet {
  margin-bottom: 0;
}
.saf__wrapper-user-menu .saf__user-navigation ul {
  list-style: none;
  padding: 0;
}
.saf__wrapper-user-menu .saf__user-navigation ul li {
  text-align: left;
  padding-bottom: 0.2rem;
}
.saf__wrapper-user-menu .saf__user-navigation ul li a {
  font-weight: 400;
  text-transform: initial;
  color: var(--body-color, #082234);
  padding: 0 0.5rem 0 0.8rem !important;
  position: relative;
  display: inline-block;
}
.saf__wrapper-user-menu .saf__user-navigation ul li a:before {
  position: absolute;
  left: 0;
  top: 0.8rem;
  content: "";
  display: inline-block;
  background-color: var(--body-color, #082234);
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0.125rem;
}
.saf__wrapper-user-menu:hover .saf__user-navigation {
  display: block;
}

.saf__user-name svg {
  margin-right: 0.3rem;
}

.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 1.5rem;
  padding: 0;
}
.breadcrumb .breadcrumb-link, .breadcrumb .active {
  color: var(--body-color, #082234);
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: var(--body-color, #082234);
}

#content .management-bar-light {
  background-color: var(--brand-color-5, #e7eef3) !important;
  margin-bottom: 1rem;
}
#content .management-bar-light .navbar-nav .nav-link {
  color: var(--brand-color-1, #155B8D);
}
#content .management-bar-light .navbar-nav .nav-link:hover {
  background-color: transparent;
}
#content .management-bar-light .navbar-overlay {
  background-color: transparent;
}
#content .document-library-breadcrumb .breadcrumb {
  font-size: 0.875rem;
  font-weight: 600;
}
#content .list-group-header, #content .list-group-item {
  border-color: var(--brand-color-4, #D0DEE8);
}
#content .list-group-header {
  background-color: var(--brand-color-5, #e7eef3);
}
#content .list-group-header .list-group-header-title {
  font-weight: 400;
}
#content .list-group-notification .list-group-item {
  box-shadow: none;
  border: 1px solid var(--brand-color-4, #D0DEE8);
}
#content .portlet-document-library .container-view {
  padding-top: 0;
}
#content .portlet-document-library .table-title {
  font-weight: 400;
  font-size: 0.875rem;
}
#content .portlet-document-library .sticker-secondary {
  background-color: transparent;
}
#content .lfr-search-container-wrapper a:not(.component-action):not(.btn) {
  color: var(--body-color, #082234);
}

.portlet-language .portlet {
  margin-bottom: 0;
}
.portlet-language .portlet-content-container .form-group {
  margin-bottom: 0;
  position: relative;
}
.portlet-language .portlet-content-container .form-group select {
  margin-left: auto;
  width: initial;
  background: var(--brand-color-3, #FF5757) url(../images/arrow-down.svg) no-repeat calc(100% - 0.5rem) 1rem;
  color: #ffffff;
  border-radius: 0.5rem;
  border: none;
  height: 2.2rem;
  padding-left: 0.5rem;
  padding-right: 1.5rem;
}

.portlet-asset-categories-navigation .categories {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.portlet-asset-categories-navigation .categories li {
  margin-bottom: 1rem;
}
.portlet-asset-categories-navigation .categories li a {
  min-height: 4.6875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--brand-color-1, #155B8D);
  font-weight: 600;
  padding: 0.8rem 1rem;
  border: 1px solid var(--brand-color-5, #e7eef3);
  border-radius: 0.25rem;
  text-align: center;
}
.portlet-asset-categories-navigation .categories li a:hover, .portlet-asset-categories-navigation .categories li a.selected {
  text-decoration: none;
  background-color: var(--brand-color-1, #155B8D);
  color: white;
}

.portlet-asset-publisher .entry-title.taglib-categorization-filter {
  display: none;
}

.saf__faqs-items li {
  margin-bottom: 1rem;
}
.saf__faqs-items li .saf__faq-item--question {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.1rem 1.5rem;
  background-color: var(--brand-color-5, #e7eef3);
  border: 1px solid var(--brand-color-4, #D0DEE8);
  border-radius: 0.25rem;
  color: var(--brand-color-1, #155B8D);
  font-size: 1.125rem;
  font-weight: 600;
}
.saf__faqs-items li .saf__faq-item--question p {
  margin-bottom: 0;
}
.saf__faqs-items li .saf__faq-item--question .saf__icon {
  margin-left: auto;
  font-size: 1.3rem;
}
.saf__faqs-items li .saf__faq-item--question[aria-expanded=false] .fa-chevron-up {
  display: none;
}
.saf__faqs-items li .saf__faq-item--question[aria-expanded=false] .fa-chevron-down {
  display: block;
}
.saf__faqs-items li .saf__faq-item--question[aria-expanded=true] .fa-chevron-up {
  display: block;
}
.saf__faqs-items li .saf__faq-item--question[aria-expanded=true] .fa-chevron-down {
  display: none;
}
.saf__faqs-items li .saf__faq-item--answer {
  padding: 0.5rem 1.5rem 0.5rem;
}

.portlet-message-boards .portlet-header {
  background-color: var(--brand-color-5, #e7eef3);
  width: 100%;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.portlet-message-boards .portlet-header .autofit-col.autofit-col-end {
  width: 70%;
}
.portlet-message-boards .portlet-header .input-group-item {
  flex-wrap: nowrap;
  width: initial;
}
.portlet-message-boards .navigation-bar-light {
  background-color: transparent;
}
.portlet-message-boards .navigation-bar-light > .container-fluid {
  padding: 0;
}
.portlet-message-boards .navigation-bar-light .navbar-nav {
  width: 100%;
  padding-bottom: 0;
  border-bottom: 1px solid var(--brand-color-4, #D0DEE8);
}
.portlet-message-boards .navigation-bar-light .navbar-nav .nav-item {
  align-items: end;
}
.portlet-message-boards .navigation-bar-light .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  padding: 0 0 0.5rem;
  margin-right: 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--body-color, #082234);
}
.portlet-message-boards .navbar-underline.navbar-expand-md .navbar-nav .nav-link.active:after {
  background-color: var(--brand-color-4, #D0DEE8);
}
.portlet-message-boards .main-content-body .btn-group .btn-group-item .btn-secondary, .portlet-message-boards .main-content-body .btn-group .btn-group-item .btn-primary {
  color: var(--body-color, #082234);
  background-color: var(--brand-color-2, #FFBD59);
  border-color: var(--brand-color-2, #FFBD59);
}
.portlet-message-boards .breadcrumb {
  font-size: 0.875rem;
  font-weight: 600;
}
.portlet-message-boards .list-group-header .list-group-header-title {
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 0.875rem;
}
.portlet-message-boards .list-group-item {
  font-size: 0.875rem;
}
.portlet-message-boards .list-group-item a {
  font-weight: 600;
}
.portlet-message-boards .sticker-secondary {
  background-color: transparent;
}
.portlet-message-boards .h6 {
  font-style: italic;
}

.table-responsive table.dataTable thead > tr > th.sorting:before,
.table-responsive table.dataTable thead > tr > th.sorting:after,
.table-responsive table.dataTable thead > tr > th.sorting_asc:before,
.table-responsive table.dataTable thead > tr > th.sorting_asc:after,
.table-responsive table.dataTable thead > tr > th.sorting_desc:before,
.table-responsive table.dataTable thead > tr > th.sorting_desc:after,
.table-responsive table.dataTable thead > tr > th.sorting_asc_disabled:before,
.table-responsive table.dataTable thead > tr > th.sorting_asc_disabled:after,
.table-responsive table.dataTable thead > tr > th.sorting_desc_disabled:before,
.table-responsive table.dataTable thead > tr > th.sorting_desc_disabled:after,
.table-responsive table.dataTable thead > tr > td.sorting:before,
.table-responsive table.dataTable thead > tr > td.sorting:after,
.table-responsive table.dataTable thead > tr > td.sorting_asc:before,
.table-responsive table.dataTable thead > tr > td.sorting_asc:after,
.table-responsive table.dataTable thead > tr > td.sorting_desc:before,
.table-responsive table.dataTable thead > tr > td.sorting_desc:after,
.table-responsive table.dataTable thead > tr > td.sorting_asc_disabled:before,
.table-responsive table.dataTable thead > tr > td.sorting_asc_disabled:after,
.table-responsive table.dataTable thead > tr > td.sorting_desc_disabled:before,
.table-responsive table.dataTable thead > tr > td.sorting_desc_disabled:after {
  display: none;
}
.table-responsive table.dataTable thead > tr > th.sorting span:after,
.table-responsive table.dataTable thead > tr > th.sorting_asc span:after,
.table-responsive table.dataTable thead > tr > th.sorting_desc span:after,
.table-responsive table.dataTable thead > tr > th.sorting_asc_disabled span:after,
.table-responsive table.dataTable thead > tr > th.sorting_desc_disabled span:after,
.table-responsive table.dataTable thead > tr > td.sorting span:after,
.table-responsive table.dataTable thead > tr > td.sorting_asc span:after,
.table-responsive table.dataTable thead > tr > td.sorting_desc span:after,
.table-responsive table.dataTable thead > tr > td.sorting_asc_disabled span:after,
.table-responsive table.dataTable thead > tr > td.sorting_desc_disabled span:after {
  top: 40%;
  content: "\f0dd";
  opacity: 0.125;
  font-family: "Font Awesome 5 Free";
  color: var(--body-color, #082234);
  font-size: 1rem;
  margin-left: 0.5rem;
}
.table-responsive table.dataTable thead > tr > th.sorting {
  padding-right: 0.5rem;
}
.table-responsive table.dataTable thead > tr > th.sorting_desc span:after,
.table-responsive table.dataTable thead > tr > td.sorting_desc span:after,
.table-responsive table.dataTable thead > tr > th.sorting_asc span:after,
.table-responsive table.dataTable thead > tr > td.sorting_asc span:after {
  opacity: 1;
}
.table-responsive table.dataTable thead > tr > th.sorting_asc span:after,
.table-responsive table.dataTable thead > tr > th.sorting_asc_disabled span:after,
.table-responsive table.dataTable thead > tr > td.sorting_asc span:after,
.table-responsive table.dataTable thead > tr > td.sorting_asc_disabled span:after {
  content: "\f0d8";
}
.table-responsive table.dataTable {
  margin-bottom: 1.5rem;
}
.table-responsive table.dataTable thead th, .table-responsive table.dataTable tfoot th {
  font-weight: 600;
}
.table-responsive table.dataTable thead th, .table-responsive table.dataTable tbody th {
  padding: 0.5rem;
}
.table-responsive table.dataTable thead th, .table-responsive table.dataTable thead td, .table-responsive table.dataTable tbody th, .table-responsive table.dataTable tbody td {
  border-bottom: 0;
}
.table-responsive table.dataTable.no-footer {
  border-bottom: 0;
}
.table-responsive .dataTables_wrapper .dataTables_info, .table-responsive .dataTables_wrapper .dataTables_paginate {
  padding-top: 1rem;
  font-size: 0.875rem;
  color: var(--body-color, #082234);
}
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0 0.3rem;
}
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.current, .table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border-radius: 0.25rem;
  background-color: var(--brand-color-5, #e7eef3);
  border-color: var(--brand-color-4, #D0DEE8);
}

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

.modal-open .table-responsive .modal {
  display: flex !important;
  align-items: center;
}

.modal-open .table-responsive .modal.fade:not(.show) {
  display: none !important;
}

.modal-footer {
  justify-content: center;
  border-top: 0;
}

.modal.show {
  display: flex !important;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal .modal-dialog {
  max-height: 80%;
}
.modal .modal-content .modal-header .h2, .modal .modal-content .modal-header h2 {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.modal .modal-content .modal-header .close {
  margin-left: auto;
}
.modal .modal-content .modal-header {
  padding: 0.5rem 2rem;
}
.modal .modal-content .modal-header .close {
  font-size: 1.4rem;
  opacity: 1;
  color: var(--body-color, #082234);
}
.modal .modal-content .modal-body {
  text-align: left;
}
.modal .modal-content .modal-body .font-size-xl {
  text-align: center;
  line-height: 1.2;
}
.modal .modal-content .modal-footer {
  padding: 0 2rem 3rem;
}
@media (min-width: 768px) {
  .modal .modal-content {
    min-width: 30rem;
  }
  .modal .modal-content .modal-header h2, .modal .modal-content .modal-header .h2 {
    font-size: 1.5625rem;
  }
  .modal .modal-content .modal-body {
    padding: 2rem 2.5rem;
  }
}

.modal-xl {
  max-width: 1190px !important;
  width: 95%;
}

.modal-backdrop + .modal-backdrop {
  display: none;
}

.saf__modal-backdrop:before {
  content: "";
  height: 100vh;
  top: 0;
  background-color: #000;
  left: 0;
  position: fixed;
  width: 100vw;
  opacity: 0.5;
}

.saf__data-table.table thead th {
  padding-right: 0.5rem;
}
.saf__data-table.table thead th .table-sort-indicator {
  position: relative;
  background: none;
  color: var(--body-color, #082234);
  font-size: 1rem;
}
.saf__data-table.table thead th .table-sort-indicator:after {
  position: absolute;
  top: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f0dd";
  opacity: 0.125;
  color: var(--body-color, #082234);
  font-size: 1rem;
  margin-left: 0.5rem;
}
.saf__data-table.table thead th.table-sorted .table-sort-indicator:after, .saf__data-table.table thead th.table-sorted-desc .table-sort-indicator:after {
  opacity: 1;
}
.saf__data-table.table thead th.table-sorted-desc .table-sort-indicator:after {
  content: "\f0d8";
  top: 10%;
}

.lfr-pagination {
  display: flex;
  align-items: center;
}
.lfr-pagination .lfr-pagination-delta-selector {
  display: none;
}
.lfr-pagination .lfr-pagination-config, .lfr-pagination .search-results {
  float: none;
  line-height: 1.5;
}
.lfr-pagination .pagination {
  font-size: 0.875rem;
  float: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: end;
  margin-left: auto;
}
.lfr-pagination .pagination li {
  margin: 0 0.5rem;
}
.lfr-pagination .pagination li:last-child {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .lfr-pagination .pagination li {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto !important;
  }
}
@media (min-width: 576px) {
  .lfr-pagination .pagination {
    margin-top: 0;
  }
}

.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle.btn-secondary {
  color: var(--body-color, #082234);
  font-size: 0.875rem;
  padding: 0.2rem 0.5rem;
}

/* Galeria multimedia */
.page-item.active .page-link {
  color: #ffffff !important;
}

.graphics td {
  border-bottom: 6px solid var(--brand-color-5, #e7eef3) !important;
  border-top: 2px solid var(--brand-color-5, #e7eef3) !important;
}
.graphics .saf__header-graphics {
  border-bottom: 1px solid var(--brand-color-4, #D0DEE8);
  padding: 0.5rem 0 0.8rem;
  margin-bottom: 2rem;
}
.graphics .saf__header-graphics .h3 {
  color: var(--body-color, #082234);
  font-size: 1.125rem;
  margin-bottom: 0 !important;
}
.graphics .saf__header-graphics .saf__general-actions {
  margin-bottom: 0;
}
.graphics .saf__header-graphics ul {
  margin-bottom: 0;
}
.graphics .saf__canvas-global {
  max-width: 28.5rem;
  margin-bottom: 2rem;
}
.graphics .saf__content-graphics div[class^=col] {
  margin-bottom: 2rem;
}
.graphics .saf__content-graphics div[class^=col] .saf__canvas-areas {
  padding: 1rem;
}
@media (min-width: 992px) {
  .graphics .saf__canvas-global {
    margin: auto auto 2rem;
  }
}
@media (max-width: 575.98px) {
  .graphics .saf__canvas-global {
    max-width: 18.75rem;
  }
}

table.table-striped tbody tr.graphics td, table.table-striped tbody thead tr:nth-of-type(odd) th {
  background-color: transparent !important;
}

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