@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
 */
/* Formulaires */
.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: #ff3a85;
  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 #ffb0ca;
  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: rgba(13, 198, 0, 0.15);
  border-color: #49ff3c;
}
.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: #c4004b;
  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: #c4004b;
}
.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: rgba(255, 0, 0, 0.15) 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: #cc0000;
  color: #cc0000;
  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: #808080;
  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/mdlj-theme/images/states/empty_state.gif);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/mdlj-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px;
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/mdlj-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/mdlj-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/mdlj-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 #2978dd;
}
.item-selector .item-selector-list-row:hover {
  background-color: #8ab5ec;
  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: #272833;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #c4004b;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #272833;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #c4004b;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #272833;
}
.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.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: 13px;
}
.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: 13px;
}

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

.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: -20px;
  margin-right: -20px;
  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: 2.5rem;
}
.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 #FFFFFF;
  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: 0px;
  content: "";
  left: 0px;
  position: absolute;
  right: 0px;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal {
  border-width: 1px;
  box-shadow: none;
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 13px 13px;
  bottom: 0px;
  content: "";
  height: 0;
  left: 0px;
  position: absolute;
  right: 0px;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}
.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.user-icon-color-9 {
  background-color: #FFFFFF;
  box-shadow: 0 0 0 1px #D8D8D8;
  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='%23272833'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23272833'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23272833'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

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

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

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

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

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction {
  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: #14427d;
  border-color: #14427d;
  border-radius: 2px 2px 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: #FFFFFF;
  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: #FFFFFF;
}
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: #14427d;
    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: #14427d;
    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: #14427d;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: #14427d;
    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: #14427d;
  border-color: #14427d;
  border-radius: 2px 2px 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: #FFFFFF;
  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: #FFFFFF;
}
.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: #fff;
  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;
}

@font-face {
  font-family: "flaticon";
  src: url("../font/flaticon/flaticon.ttf?fa1ddaf62800864deb340ed52eba9ac4") format("truetype"), url("../font/flaticon/flaticon.woff?fa1ddaf62800864deb340ed52eba9ac4") format("woff"), url("../font/flaticon/flaticon.woff2?fa1ddaf62800864deb340ed52eba9ac4") format("woff2"), url("../font/flaticon/flaticon.eot?fa1ddaf62800864deb340ed52eba9ac4#iefix") format("embedded-opentype"), url("../font/flaticon/flaticon.svg?fa1ddaf62800864deb340ed52eba9ac4#flaticon") format("svg");
}
i[class^=flaticon-]:before, i[class*=" flaticon-"]:before {
  font-family: flaticon !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flaticon-hob:before {
  content: "\f101";
}

.flaticon-warehouse:before {
  content: "\f102";
}

.flaticon-stairway:before {
  content: "\f103";
}

.flaticon-basement:before {
  content: "\f104";
}

.flaticon-balcony:before {
  content: "\f105";
}

/*!
 * Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

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

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

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

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

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

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

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

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

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

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

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

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

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

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

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

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-address-card:before {
  content: "\f2bb";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-bed-alt:before {
  content: "\f8f7";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-book:before {
  content: "\f02d";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-camcorder:before {
  content: "\f8a8";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-dewpoint:before {
  content: "\f748";
}

.fa-download:before {
  content: "\f019";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-certificate:before {
  content: "\f5f3";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-spreadsheet:before {
  content: "\f65b";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-heart:before {
  content: "\f004";
}

.fa-history:before {
  content: "\f1da";
}

.fa-home-alt:before {
  content: "\f80a";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-house:before {
  content: "\e00d";
}

.fa-house-leave:before {
  content: "\e00f";
}

.fa-house-return:before {
  content: "\e011";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-images:before {
  content: "\f302";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-key:before {
  content: "\f084";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-male:before {
  content: "\f183";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-marker-check:before {
  content: "\f606";
}

.fa-minus:before {
  content: "\f068";
}

.fa-oven:before {
  content: "\e01d";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parking:before {
  content: "\f540";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-trash-undo:before {
  content: "\f895";
}

.fa-trash-undo-alt:before {
  content: "\f896";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-video:before {
  content: "\f03d";
}

.fa-walking:before {
  content: "\f554";
}

.fa-washer:before {
  content: "\f898";
}

.fa-wheelchair:before {
  content: "\f193";
}

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

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

/*!
 * Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../font/fontawesome/fa-brands-400.eot");
  src: url("../font/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../font/fontawesome/fa-brands-400.woff2") format("woff2"), url("../font/fontawesome/fa-brands-400.woff") format("woff"), url("../font/fontawesome/fa-brands-400.ttf") format("truetype"), url("../font/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../font/fontawesome/fa-solid-900.eot");
  src: url("../font/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../font/fontawesome/fa-solid-900.woff2") format("woff2"), url("../font/fontawesome/fa-solid-900.woff") format("woff"), url("../font/fontawesome/fa-solid-900.ttf") format("truetype"), url("../font/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../font/fontawesome/fa-regular-400.eot");
  src: url("../font/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../font/fontawesome/fa-regular-400.woff2") format("woff2"), url("../font/fontawesome/fa-regular-400.woff") format("woff"), url("../font/fontawesome/fa-regular-400.ttf") format("truetype"), url("../font/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../font/fontawesome/fa-light-300.eot");
  src: url("../font/fontawesome/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../font/fontawesome/fa-light-300.woff2") format("woff2"), url("../font/fontawesome/fa-light-300.woff") format("woff"), url("../font/fontawesome/fa-light-300.ttf") format("truetype"), url("../font/fontawesome/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../font/fontawesome/fa-duotone-900.eot");
  src: url("../font/fontawesome/fa-duotone-900.eot?#iefix") format("embedded-opentype"), url("../font/fontawesome/fa-duotone-900.woff2") format("woff2"), url("../font/fontawesome/fa-duotone-900.woff") format("woff"), url("../font/fontawesome/fa-duotone-900.ttf") format("truetype"), url("../font/fontawesome/fa-duotone-900.svg#fontawesome") format("svg");
}
.fad {
  position: relative;
  font-family: "Font Awesome 5 Duotone";
  font-weight: 900;
}

.fad:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

.fad:after {
  color: var(--fa-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad:before,
.fad.fa-swap-opacity:before {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

.fad.fa-inverse {
  color: #fff;
}

.fad.fa-stack-1x, .fad.fa-stack-2x {
  position: absolute;
}

.fad.fa-stack-1x:before,
.fad.fa-stack-2x:before,
.fad.fa-fw:before {
  left: 50%;
  transform: translateX(-50%);
}

.fad.fa-abacus:after {
  content: "\10f640";
}

.fad.fa-address-book:after {
  content: "\10f2b9";
}

.fad.fa-address-card:after {
  content: "\10f2bb";
}

.fad.fa-arrow-right:after {
  content: "\10f061";
}

.fad.fa-asterisk:after {
  content: "\10f069";
}

.fad.fa-bars:after {
  content: "\10f0c9";
}

.fad.fa-book:after {
  content: "\10f02d";
}

.fad.fa-box-full:after {
  content: "\10f49c";
}

.fad.fa-box-heart:after {
  content: "\10f49d";
}

.fad.fa-building:after {
  content: "\10f1ad";
}

.fad.fa-camcorder:after {
  content: "\10f8a8";
}

.fad.fa-check:after {
  content: "\10f00c";
}

.fad.fa-check-circle:after {
  content: "\10f058";
}

.fad.fa-chevron-down:after {
  content: "\10f078";
}

.fad.fa-chevron-left:after {
  content: "\10f053";
}

.fad.fa-chevron-right:after {
  content: "\10f054";
}

.fad.fa-chevron-up:after {
  content: "\10f077";
}

.fad.fa-city:after {
  content: "\10f64f";
}

.fad.fa-clock:after {
  content: "\10f017";
}

.fad.fa-cloud-download:after {
  content: "\10f0ed";
}

.fad.fa-coins:after {
  content: "\10f51e";
}

.fad.fa-comment-alt-check:after {
  content: "\10f4a2";
}

.fad.fa-container-storage:after {
  content: "\10f4b7";
}

.fad.fa-dewpoint:after {
  content: "\10f748";
}

.fad.fa-envelope:after {
  content: "\10f0e0";
}

.fad.fa-exclamation-triangle:after {
  content: "\10f071";
}

.fad.fa-eye-slash:after {
  content: "\10f070";
}

.fad.fa-file-alt:after {
  content: "\10f15c";
}

.fad.fa-file-certificate:after {
  content: "\10f5f3";
}

.fad.fa-file-check:after {
  content: "\10f316";
}

.fad.fa-file-contract:after {
  content: "\10f56c";
}

.fad.fa-file-download:after {
  content: "\10f56d";
}

.fad.fa-file-exclamation:after {
  content: "\10f31a";
}

.fad.fa-file-import:after {
  content: "\10f56f";
}

.fad.fa-file-plus:after {
  content: "\10f319";
}

.fad.fa-file-spreadsheet:after {
  content: "\10f65b";
}

.fad.fa-file-times:after {
  content: "\10f317";
}

.fad.fa-film:after {
  content: "\10f008";
}

.fad.fa-film-alt:after {
  content: "\10f3a0";
}

.fad.fa-grip-horizontal:after {
  content: "\10f58d";
}

.fad.fa-hands-helping:after {
  content: "\10f4c4";
}

.fad.fa-heart:after {
  content: "\10f004";
}

.fad.fa-history:after {
  content: "\10f1da";
}

.fad.fa-house:after {
  content: "\10e00d";
}

.fad.fa-house-leave:after {
  content: "\10e00f";
}

.fad.fa-house-return:after {
  content: "\10e011";
}

.fad.fa-house-user:after {
  content: "\10e065";
}

.fad.fa-hryvnia:after {
  content: "\10f6f2";
}

.fad.fa-id-badge:after {
  content: "\10f2c1";
}

.fad.fa-id-card:after {
  content: "\10f2c2";
}

.fad.fa-images:after {
  content: "\10f302";
}

.fad.fa-info:after {
  content: "\10f129";
}

.fad.fa-info-circle:after {
  content: "\10f05a";
}

.fad.fa-key:after {
  content: "\10f084";
}

.fad.fa-lightbulb-on:after {
  content: "\10f672";
}

.fad.fa-long-arrow-right:after {
  content: "\10f178";
}

.fad.fa-male:after {
  content: "\10f183";
}

.fad.fa-map-marker-alt:after {
  content: "\10f3c5";
}

.fad.fa-minus:after {
  content: "\10f068";
}

.fad.fa-pen-fancy:after {
  content: "\10f5ac";
}

.fad.fa-pen-nib:after {
  content: "\10f5ad";
}

.fad.fa-phone:after {
  content: "\10f095";
}

.fad.fa-photo-video:after {
  content: "\10f87c";
}

.fad.fa-play:after {
  content: "\10f04b";
}

.fad.fa-play-circle:after {
  content: "\10f144";
}

.fad.fa-plus:after {
  content: "\10f067";
}

.fad.fa-plus-circle:after {
  content: "\10f055";
}

.fad.fa-question-circle:after {
  content: "\10f059";
}

.fad.fa-save:after {
  content: "\10f0c7";
}

.fad.fa-search:after {
  content: "\10f002";
}

.fad.fa-search-location:after {
  content: "\10f689";
}

.fad.fa-sign-out:after {
  content: "\10f08b";
}

.fad.fa-signature:after {
  content: "\10f5b7";
}

.fad.fa-sort:after {
  content: "\10f0dc";
}

.fad.fa-sort-down:after {
  content: "\10f0dd";
}

.fad.fa-sort-up:after {
  content: "\10f0de";
}

.fad.fa-tachometer-alt-fast:after {
  content: "\10f625";
}

.fad.fa-tachometer-slow:after {
  content: "\10f62c";
}

.fad.fa-temperature-hot:after {
  content: "\10f76a";
}

.fad.fa-times-circle:after {
  content: "\10f057";
}

.fad.fa-toggle-off:after {
  content: "\10f204";
}

.fad.fa-toggle-on:after {
  content: "\10f205";
}

.fad.fa-user:after {
  content: "\10f007";
}

.fad.fa-user-check:after {
  content: "\10f4fc";
}

.fad.fa-user-circle:after {
  content: "\10f2bd";
}

.fad.fa-user-cog:after {
  content: "\10f4fe";
}

.fad.fa-user-friends:after {
  content: "\10f500";
}

.fad.fa-user-minus:after {
  content: "\10f503";
}

.fad.fa-user-plus:after {
  content: "\10f234";
}

.fad.fa-user-slash:after {
  content: "\10f506";
}

.fad.fa-user-tie:after {
  content: "\10f508";
}

.fad.fa-user-times:after {
  content: "\10f235";
}

.fad.fa-users:after {
  content: "\10f0c0";
}

.fad.fa-video:after {
  content: "\10f03d";
}

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

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

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

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

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

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

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

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

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

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

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

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

#main-content > .lfr-layout-structure-item-row {
  overflow: unset;
}

@media (min-width: 992px) {
  #main-content > .lfr-layout-structure-item-row > div > .row:first-child > .col:first-child {
    position: sticky;
    top: 142px;
  }
  #main-content .col-lg-1:first-child {
    max-width: 120px;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .sidebar-default .sidebar-header {
    padding-top: 0;
  }
}
.sidebar-default .sidebar-header .sidebar-title {
  font-size: 1rem;
  font-weight: 600;
  padding-top: 0.5rem;
}
.sidebar-default .sidebar-header .sidebar-subtitle {
  font-size: 0.875rem;
  font-weight: 600;
}
.sidebar-default .sidebar-header h4 {
  padding-top: 8px;
}
.sidebar-default .sidebar-header .text-default {
  color: #c4004b;
  font-size: 0.875rem;
  font-weight: 400;
}
.sidebar-default .sidebar-header .icon-monospaced {
  color: #c4004b;
}
@media (min-width: 576px) {
  .sidebar-default .navbar-default {
    background-color: transparent;
  }
  .sidebar-default .navbar-default .navbar-nav {
    border-bottom: 1px solid #cdced9;
    width: 100%;
  }
}
.sidebar-default .navbar-default .active > a {
  font-weight: 600;
  padding: 13px 16px;
}
.sidebar-default .navbar-default .active > a:after {
  content: "";
  height: 4px;
  left: 0;
  right: 0;
}
.sidebar-default .navbar-collapse {
  border-bottom: 1px solid #cdced9;
}
@media (min-width: 576px) {
  .sidebar-default .navigation-bar-light,
  .sidebar-default .sidebar-block > .list-group-item,
  .sidebar-default .panel,
  .sidebar-default .panel-group .panel {
    background-color: transparent;
    border-color: transparent;
  }
}

div.splitter {
  background-color: transparent;
  padding-left: 0;
}

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

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

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

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

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

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

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

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

body,
#wrapper {
  font-size: 16px;
}

#wrapper #content .portlet-layout > div[style*=background-image] {
  background-size: contain !important;
  background-position: top right !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 0.2;
}

.opacity-2 {
  opacity: 0.4;
}

.opacity-3 {
  opacity: 0.6;
}

.opacity-4 {
  opacity: 0.8;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.opacity-10 {
  opacity: 1;
}

.opacity-no {
  opacity: 1;
}

.bg-tertiary {
  background-color: #008ab4;
}

.bg-tertiary-light {
  background-color: rgba(0, 138, 180, 0.1);
}

.bg-info-light {
  background-color: rgba(134, 203, 245, 0.1);
}

.text-tertiary {
  color: #2DB5D4;
}

.text-small {
  font-size: 0.75rem;
}

.bg-linear-gradient, .btn-primary, .custom-file-label::after {
  background: transparent linear-gradient(90deg, #c4004b 0%, #14427d 100%) 0% 0% no-repeat padding-box;
}

.btn-primary {
  box-shadow: 4px 6px 22px rgba(194, 2, 77, 0.2);
  border: none;
}

.bg-radial-gradient, .btn-primary:hover, .custom-file:hover .custom-file-label::after {
  background: transparent radial-gradient(at bottom right, #14427d 0%, #c4004b 120%) 0% 0% no-repeat padding-box;
}

.btn-secondary {
  background-color: #A0A0A0;
  border-color: #A0A0A0;
  color: #FFFFFF;
  box-shadow: 4px 6px 22px rgba(20, 66, 125, 0.2);
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: transparent;
  border-color: #A0A0A0;
  color: #A0A0A0;
  box-shadow: 4px 6px 22px rgba(20, 66, 125, 0.4);
}

.btn-info {
  color: #FFFFFF;
  box-shadow: 4px 6px 22px rgba(134, 203, 245, 0.2);
}
.btn-info:hover, .btn-info:focus {
  color: #FFFFFF;
  box-shadow: 4px 6px 22px rgba(134, 203, 245, 0.4);
}
.bg-info-light .btn-info {
  background-color: rgba(134, 203, 245, 0.2);
  color: #14427d;
  border: none;
}
.bg-info-light .btn-info:hover, .bg-info-light .btn-info:focus {
  background-color: #14427d;
  color: #FFFFFF;
}

.btn-outline-primary {
  background-color: transparent;
  border-color: #c4004b;
  color: #c4004b;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: #c4004b;
  border-color: #c4004b;
  color: #FFFFFF;
}

.btn-outline-secondary {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.1);
  color: #646464;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.5);
  color: #646464;
}
.btn-outline-secondary:hover.btn-monospaced, .btn-outline-secondary:focus.btn-monospaced {
  color: #000000;
}
.btn-outline-secondary.bg-white {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border: none;
}

.btn-monospaced .fa-hourglass-half:after, .progress .fa-hourglass-half:after {
  content: "\f128";
  font-size: 8px;
  font-weight: 900;
  top: calc(50% - 4px);
  position: absolute;
}

.btn-monospaced i {
  vertical-align: middle;
}

.btn-alt.btn-warning, .btn-alt.btn-success, .btn-alt.btn-danger {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.btn-alt.btn-warning:hover, .btn-alt.btn-warning:focus, .btn-alt.btn-success:hover, .btn-alt.btn-success:focus, .btn-alt.btn-danger:hover, .btn-alt.btn-danger:focus {
  box-shadow: none;
}
.btn-alt.btn-warning {
  color: #ff9900;
}
.btn-alt.btn-warning:hover, .btn-alt.btn-warning:focus {
  background-color: rgba(255, 153, 0, 0.15);
}
.btn-alt.btn-success {
  color: #0dc600;
}
.btn-alt.btn-success:hover, .btn-alt.btn-success:focus {
  background-color: rgba(13, 198, 0, 0.15);
}
.btn-alt.btn-danger {
  color: #ff0000;
}
.btn-alt.btn-danger:hover, .btn-alt.btn-danger:focus {
  background-color: rgba(255, 0, 0, 0.15);
}
.btn-alt.btn-primary {
  color: #14427d;
  background: rgba(20, 66, 125, 0.2);
  box-shadow: none;
}
.btn-alt.btn-primary:hover, .btn-alt.btn-primary:focus {
  box-shadow: none;
  background: #14427d;
  color: #FFFFFF;
}
.btn-alt.btn-tertiary {
  height: 1.625rem;
  width: 1.625rem;
  color: #FFFFFF;
  background-color: #2DB5D4;
  border-color: #2DB5D4;
  border-width: 2px;
}
.btn-alt.btn-tertiary:hover, .btn-alt.btn-tertiary:focus {
  color: #2DB5D4;
  background-color: #FFFFFF;
}

.btn-badge {
  padding: 0.3rem 0.4rem 0.3rem 0.6rem;
  border: none;
}
.btn-badge .badge {
  top: auto;
  margin: 0 0 0 0.4rem;
  padding: 0 0.25rem;
  font-size: 0.815rem;
}
.btn-badge.btn-light, .btn-badge.btn-primary:hover, .btn-badge .btn-primary:focus {
  color: #14427d;
  background: rgba(20, 66, 125, 0.2);
  box-shadow: none;
}
.btn-badge.btn-light .badge, .btn-badge.btn-primary:hover .badge, .btn-badge .btn-primary:focus .badge {
  background-color: #14427d;
  color: #FFFFFF;
}
.btn-badge.btn-primary, .btn-badge.btn-light:hover, .btn-badge .btn-light:focus {
  color: rgba(255, 255, 255, 0.7);
  background: #14427d;
  box-shadow: none;
}
.btn-badge.btn-primary .badge, .btn-badge.btn-light:hover .badge, .btn-badge .btn-light:focus .badge {
  background-color: #FFFFFF;
  color: #14427d;
}

.btn-primary:disabled, .btn-primary.disabled,
.btn-secondary:disabled,
.btn-secondary.disabled,
.btn-white:disabled,
.btn-white.disabled {
  background: #C7C7C7;
  border-color: #C7C7C7;
  color: #FFFFFF;
  opacity: 1;
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled,
.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.1019607843);
  color: rgba(0, 0, 0, 0.3019607843);
  opacity: 1;
}

.btn-success {
  box-shadow: 4px 6px 22px rgba(13, 198, 0, 0.2);
}
.btn-success:hover, .btn-success:focus {
  box-shadow: 4px 6px 22px rgba(13, 198, 0, 0.4);
}

.btn-danger {
  box-shadow: 4px 6px 22px rgba(255, 0, 0, 0.2);
}
.btn-danger:hover, .btn-danger:focus {
  box-shadow: 4px 6px 22px rgba(255, 0, 0, 0.4);
}

.btn-white {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #14427d;
  box-shadow: 4px 6px 22px rgba(20, 66, 125, 0.2);
}
.btn-white:hover, .btn-white:focus {
  background-color: #14427d;
  border-color: #14427d;
  color: #FFFFFF;
  box-shadow: 4px 6px 22px rgba(20, 66, 125, 0.4);
}

.btn-soft-tertiary {
  color: #14427d;
}
.btn-soft-tertiary:hover, .btn-soft-tertiary:focus {
  color: #008ab4;
}

span.btn, a.btn[href="#"], a.btn[href=""] {
  cursor: default !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Quicksand", sans-serif;
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i,
.h1 i, .h2 i, .h3 i, .h4 i, .h5 i, .h6 i {
  opacity: 0.6;
  margin-right: 0.6em;
}
@media (max-width: 767px) {
  h1 i, h2 i, h3 i, h4 i, h5 i, h6 i,
  .h1 i, .h2 i, .h3 i, .h4 i, .h5 i, .h6 i {
    margin-right: 0;
  }
}
h1.dotted:after, h2.dotted:after, h3.dotted:after, h4.dotted:after, h5.dotted:after, h6.dotted:after,
.h1.dotted:after, .h2.dotted:after, .h3.dotted:after, .h4.dotted:after, .h5.dotted:after, .h6.dotted:after {
  content: "";
  display: block;
  width: 7.5em;
  border-bottom: 5px dotted #C7C7C7;
  margin-left: 1.9em;
  margin-top: 10px;
}

h1.dotted:after {
  margin-left: 2.4em;
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2.dotted:after, .h2.dotted:after, h3.dotted:after, .h3.dotted:after {
  border-bottom-width: 4px;
}
h2.category, .h2.category, h3.category, .h3.category {
  color: #c4004b;
  font-weight: normal;
}
h2.category i, .h2.category i, h3.category i, .h3.category i {
  color: #D8D8D8;
  opacity: 1;
}

h4, h5, h6, .h4, .h5, .h6 {
  font-weight: normal;
}

.separator {
  border: 2px dotted #e8e8e8 !important;
}

.separator-top {
  border-top: 2px dotted #e8e8e8 !important;
}

.separator-right {
  border-right: 2px dotted #e8e8e8 !important;
}

.separator-bottom {
  border-bottom: 2px dotted #e8e8e8 !important;
}

.separator-left {
  border-left: 2px dotted #e8e8e8 !important;
}

hr {
  border-style: dotted;
}

.component-paragraph ul, ul.list-custom {
  padding: 1.5rem;
}
.component-paragraph ul li, ul.list-custom li {
  list-style: none;
  margin: 4px 0;
  line-height: 1.2;
}
.component-paragraph ul li::before, ul.list-custom li::before {
  content: "•";
  font-weight: 900;
  color: #c4004b;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
ul.list-custom li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  width: 1.5em;
  margin-left: -1.5em;
}
ul.list-custom li.icon-success::before {
  content: "\f058";
  color: #0dc600;
}
ul.list-custom li.icon-warning::before {
  content: "\f06a";
  color: #ff9900;
}
ul.list-custom li.icon-danger::before {
  content: "\f057";
  color: #ff0000;
}

.alert[class*=text-] {
  padding-left: 0;
  padding-right: 0;
  font-size: 0.875rem;
}
.alert .lead {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
.alert .lead b {
  font-size: 1.125em;
  font-weight: 700;
}
.alert .btn {
  box-shadow: none;
}

.alert-indicator {
  margin-right: 10px;
}

.mnv-bloc-accueil .card {
  overflow: hidden;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 40px;
  font-size: 28px;
}
.mnv-bloc-accueil .card .card-title {
  font-size: 60px;
  font-weight: bold;
}
.mnv-bloc-accueil .card i {
  right: 30px;
  position: absolute;
  top: 30px;
  font-size: 120px;
}
.mnv-bloc-accueil .card .card-text {
  line-height: 1.2;
}

.mnv-bloc-accueil-1 .card, .mnv-bloc-accueil-2 .card, .mnv-bloc-accueil-3 .card {
  color: #FFFFFF;
  font-size: 24px;
}
.mnv-bloc-accueil-1 .card .card-title, .mnv-bloc-accueil-2 .card .card-title, .mnv-bloc-accueil-3 .card .card-title {
  font-size: 70px;
  font-weight: 300;
  color: #FFFFFF;
  opacity: 0.7;
}
.mnv-bloc-accueil-1 .card i, .mnv-bloc-accueil-2 .card i, .mnv-bloc-accueil-3 .card i {
  opacity: 0.5;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .mnv-bloc-accueil-1 .card:hover, .mnv-bloc-accueil-1 .card:focus, .mnv-bloc-accueil-2 .card:hover, .mnv-bloc-accueil-2 .card:focus, .mnv-bloc-accueil-3 .card:hover, .mnv-bloc-accueil-3 .card:focus {
    background: transparent linear-gradient(360deg, #14427d 0%, #3B79A2 100%) 0% 0% no-repeat padding-box;
  }
}
.mnv-bloc-accueil-1 .card:hover, .mnv-bloc-accueil-1 .card:focus, .mnv-bloc-accueil-2 .card:hover, .mnv-bloc-accueil-2 .card:focus, .mnv-bloc-accueil-3 .card:hover, .mnv-bloc-accueil-3 .card:focus {
  background: transparent linear-gradient(270deg, #14427d 0%, #3B79A2 100%) 0% 0% no-repeat padding-box;
}

.mnv-bloc-accueil-1:after, .mnv-bloc-accueil-2:after {
  content: "";
  width: 40px;
  position: absolute;
  top: 35%;
  border-top: 4px dotted #8F8F8F;
  right: calc(40px / 3 * -1);
  z-index: 1;
}
@media (max-width: 767px) {
  .mnv-bloc-accueil-1:after, .mnv-bloc-accueil-2:after {
    width: auto;
    height: 40px;
    top: auto;
    bottom: 8px;
    right: auto;
    left: 15%;
    border-top: none;
    border-left: 4px dotted #8F8F8F;
  }
}

.mnv-bloc-accueil-1 .card {
  background: transparent linear-gradient(270deg, #3B79A2 0%, #14427d 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 767px) {
  .mnv-bloc-accueil-1 .card {
    background: transparent linear-gradient(360deg, #3B79A2 0%, #14427d 100%) 0% 0% no-repeat padding-box;
  }
}
@media (max-width: 767px) {
  .mnv-bloc-accueil-1 + .modal .modal-title {
    font-size: 1.5rem !important;
    white-space: normal !important;
  }
  .mnv-bloc-accueil-1 + .modal .modal-title .modal-subtitle {
    font-size: 1.4rem !important;
  }
}

.mnv-bloc-accueil-2 .card {
  background: transparent linear-gradient(270deg, #0D80A7 0%, #0F6392 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 767px) {
  .mnv-bloc-accueil-2 .card {
    background: transparent linear-gradient(360deg, #0D80A7 0%, #0F6392 100%) 0% 0% no-repeat padding-box;
  }
}

.mnv-bloc-accueil-3 .card {
  background: transparent linear-gradient(270deg, #67B2C4 0%, #0A80A7 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 767px) {
  .mnv-bloc-accueil-3 .card {
    background: transparent linear-gradient(360deg, #67B2C4 0%, #0A80A7 100%) 0% 0% no-repeat padding-box;
  }
}

.card-connection.col-lg-4:nth-child(3n+1):after, .card-connection.col-lg-4:nth-child(3n+2):after {
  content: "";
  width: 40px;
  position: absolute;
  top: 35%;
  border-top: 4px dotted #8F8F8F;
  right: calc(40px / 3 * -1);
  z-index: 1;
}
@media (max-width: 900px) {
  .card-connection.col-lg-4.col-sm-12:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: auto;
    height: 40px;
    top: auto;
    bottom: 8px;
    right: auto;
    left: 15%;
    border-top: none;
    border-left: 4px dotted #8F8F8F;
  }
  .card-connection.col-lg-4.col-sm-12:last-child:after {
    display: none;
  }
}

.mnv-bloc-accueil-1:before, .mnv-bloc-accueil-2:before {
  content: "";
  width: 40px;
  position: absolute;
  top: 35%;
  border-top: 4px dotted #8F8F8F;
  right: calc(40px / 3 * -1);
  z-index: 1;
}
@media (max-width: 767px) {
  .mnv-bloc-accueil-1:before, .mnv-bloc-accueil-2:before {
    width: auto;
    height: 40px;
    top: auto;
    bottom: 8px;
    right: auto;
    left: 15%;
    border-top: none;
    border-left: 4px dotted #8F8F8F;
  }
}

body.has-edit-mode-menu .mnv-bloc-accueil a,
body.has-edit-mode-menu .mnv-bloc-accueil button {
  display: block !important;
}

.card-before, .card-after {
  position: relative;
}
.card-before.card, .card-after.card {
  min-height: calc( 40px * 10.2);
}
@media (max-width: 980px) {
  .card-before.card, .card-after.card {
    min-height: auto;
    margin-bottom: 40px;
  }
}
@media (min-width: 980px) {
  .card-before.card-ideal-area, .card-after.card-ideal-area {
    min-height: 829px;
  }
}
.card-before:before, .card-after:before {
  display: block;
  content: "";
  height: calc( 40px * 5.1);
  width: calc( 40px + 1px);
  background-size: cover;
  background-image: url(../images/card-separator.svg);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  right: 100%;
  top: calc(204px - calc( 40px * 5.1 / 2));
}
@media (max-width: 980px) {
  .card-before:before, .card-after:before {
    background-image: url(../images/card-separator-v.svg);
    bottom: calc(100% - 1px);
    right: auto;
    top: auto;
    left: calc(50% - ( 204px / 2)) !important;
    width: 204px;
    height: calc( 40px + 2px);
  }
}
.card-before:after, .card-after:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  display: block;
  color: #c4004b;
  text-align: center;
  background-color: rgba(196, 0, 75, 0.15);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: calc(204px - calc( 40px / 2));
  right: 100%;
}
@media (max-width: 980px) {
  .card-before:after, .card-after:after {
    content: "\f063";
    bottom: 100%;
    right: auto;
    top: auto;
    left: calc(50% - ( 40px / 2)) !important;
  }
}

.card-after:before, .card-after:after {
  right: auto;
  left: 100%;
}
@media (max-width: 980px) {
  .card-after:before, .card-after:after {
    bottom: auto;
    top: calc(100% - 1px);
    right: auto;
  }
}

.row.deck {
  padding: 20px;
}
@media (max-width: 767px) {
  .row.deck {
    padding: 0;
  }
}
.page-dispositifs .row.deck {
  padding: 20px 30px;
}
.page-dispositifs .row.deck > div[class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
.row.deck > div[class*=col-] {
  padding-top: calc( 40px / 2);
  padding-bottom: calc( 40px / 2);
  display: flex;
  flex: 1 0 auto;
}
.liste-annonces .row.deck > div[class*=col-]:after {
  content: "";
  width: calc(100% - 40px - 4px);
  background-color: #EDEDED;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
}
.liste-annonces .row.deck > div[class*=col-]:before {
  content: "";
  height: calc(100% - 40px - 4px);
  background-color: #EDEDED;
  width: 1px;
  display: block;
  position: absolute;
  right: 0;
}
.liste-annonces .row.deck > div[class*=col-] .card {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.liste-annonces .row.deck > div[class*=col-] .card .sticker {
  z-index: 1;
}
.liste-annonces .row.deck > div[class*=col-] .card:after {
  content: "";
  border-radius: 13px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(246, 246, 246, 0);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.liste-annonces .row.deck > div[class*=col-] .card .aspect-ratio img {
  z-index: 1;
}
.liste-annonces .row.deck > div[class*=col-] .card:hover, .liste-annonces .row.deck > div[class*=col-] .card:focus {
  background-color: #f6f6f6;
}
.liste-annonces .row.deck > div[class*=col-] .card:hover .btn, .liste-annonces .row.deck > div[class*=col-] .card:focus .btn {
  box-shadow: none;
}
.liste-annonces .row.deck > div[class*=col-] .card:hover .bg-light, .liste-annonces .row.deck > div[class*=col-] .card:focus .bg-light {
  background-color: #FFFFFF !important;
}
.liste-annonces .row.deck > div[class*=col-] .card:hover:after, .liste-annonces .row.deck > div[class*=col-] .card:focus:after {
  box-shadow: 0px 0px 0px 22px #f6f6f6;
  opacity: 1;
}
.liste-annonces .row.deck > div[class*=col-] .card .btn-primary {
  z-index: 1;
}
.liste-annonces:not(.carte) .row.deck > div[class*=col-]:nth-child(4n):before {
  display: none;
}
.liste-annonces.carte .row.deck > div[class*=col-]:nth-child(even):before {
  display: none;
}
@media (max-width: 767px) {
  .liste-annonces .row.deck > div[class*=col-]:before {
    display: none;
  }
}

.card .card-text {
  line-height: 1.2;
}
.card.card-annonce {
  box-shadow: none;
  font-family: "Source Sans Pro", sans-serif !important;
}
.card.card-annonce .aspect-ratio {
  border: none;
}
.card.card-annonce .card-body {
  padding: 0;
}
.card.card-annonce .annonce-title {
  font-family: "Source Sans Pro", sans-serif;
  padding-right: 5px;
  line-height: 1;
}
.card.card-annonce .annonce-advertiser {
  font-size: 0.875rem;
  align-items: center;
  line-height: 1;
}
.card.card-annonce .annonce-characteristics {
  font-size: 0.875rem;
}
.card.card-annonce .annonce-price {
  line-height: 1;
}
.card.card-annonce .annonce-price .text-secondary {
  font-size: 1.625rem;
}
.card.card-annonce:hover .annonce-advertiser, .card.card-annonce:focus .annonce-advertiser {
  color: #14427d !important;
}
@media (max-width: 767px) {
  .card.card-annonce.card-horizontal .card-body {
    padding: 10px !important;
  }
  .card.card-annonce.card-horizontal .btn {
    margin-bottom: 20px;
  }
  .card.card-annonce.card-horizontal > .card-row {
    align-items: flex-start;
  }
  .card.card-annonce.card-horizontal > .card-row > .autofit-col > img {
    width: 200px !important;
  }
  .card.card-annonce.card-horizontal .pl-5 {
    padding-left: 1rem !important;
  }
}
.card.card-dispositif {
  flex-direction: column;
}
.card.card-dispositif .aspect-ratio:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(180deg, rgba(196, 0, 75, 0) 0%, rgba(196, 0, 75, 0) 28%, rgba(196, 0, 75, 0.25) 100%) 0% 0% no-repeat;
}
.card.card-dispositif .dispositif-subtitle {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.card.card-dispositif .dispositif-title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}
.card.card-dispositif .card-text {
  color: #808080;
}
.card .card-header .card-row .autofit-col {
  justify-content: flex-start;
}
.card .card-header h2, .card .card-header .subtitle {
  margin-bottom: 0;
}
.card .card-header .subtitle {
  color: #949494;
}

.card-row.text-right {
  flex-direction: row-reverse;
}

.avatar {
  text-align: center;
}
.avatar:after {
  content: "";
  display: block;
  position: absolute;
  left: calc( 50% - 4px / 2 );
  border-left: 4px dotted #e8e8e8;
  top: calc( 47px + 10px );
  bottom: 0;
}
.avatar img {
  position: relative;
  z-index: 1;
  max-width: 47px !important;
}

.card.bg-light {
  background-color: #f6f6f6;
  box-shadow: none;
}

.list-group-item {
  color: #000000;
  font-weight: bold;
  line-height: 1.2;
}
.list-group-item > i {
  font-size: 1.5em;
  margin-left: 1em;
}
.tab-pane .list-group-item {
  background-color: #f6f6f6;
  border-color: #FFFFFF;
}

.list-group-item-danger {
  background-color: #F6D9E4 !important;
}
.list-group-item-danger i {
  color: #c4004b;
}

.list-group-item-success {
  background-color: #DAF7D9 !important;
}
.list-group-item-success i {
  color: #0dc600;
}

.btn {
  font-weight: 400;
}

.mnv-tabs .navbar-expand-md .nav-item {
  align-items: flex-end;
}
.mnv-tabs .navbar-expand-md .nav-item .navbar-text-truncate {
  max-width: 13.5rem;
}
.mnv-tabs .navigation-bar.navigation-bar-light {
  background-color: transparent;
  border-width: 0 0 0 0;
}
.mnv-tabs .navigation-bar.navigation-bar-light .nav-link {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 14px 14px 0 0;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 4px 0 0;
}
.mnv-tabs .navigation-bar.navigation-bar-light .nav-link:after {
  display: none !important;
}
.mnv-tabs .navigation-bar.navigation-bar-light .nav-link.active {
  padding-top: 0.7rem;
  background-color: #FFFFFF;
}
.mnv-tabs .navigation-bar.navigation-bar-light .nav-link:focus {
  box-shadow: none;
}
.mnv-tabs .tab-content {
  position: relative;
}
.mnv-tabs .tab-content:after {
  content: "";
  display: block;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.mnv-tabs .tab-pane {
  max-height: 400px;
  overflow: scroll;
  overflow-x: hidden;
  background-color: #FFFFFF;
  padding: 26px 20px;
  /* Optional: show position indicator in red */
}
@media (max-width: 767px) {
  .mnv-tabs .tab-pane {
    max-height: none;
  }
}
.mnv-tabs .tab-pane::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}
.mnv-tabs .tab-pane::-webkit-scrollbar-thumb {
  background: #FF0000;
}
.mnv-tabs .tab-pane .text-muted {
  font-weight: 300;
}
@media (max-width: 767px) {
  .mnv-tabs .card-body {
    padding-top: 0 !important;
  }
}

.tab-title {
  background-color: rgba(0, 0, 0, 0.031372549);
  color: #000000;
  font-size: 1rem;
  border-radius: 4px;
  padding: 2px 20px;
  font-weight: 400;
}

fieldset legend {
  font-size: 1.375rem;
  font-weight: 100;
  color: #000000;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  fieldset legend {
    margin: 10px 0;
  }
}
fieldset fieldset legend {
  background-color: #e8e8e8;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 8px;
  padding: 5px 10px;
  float: left;
  width: auto;
}
fieldset fieldset legend + .form-group {
  clear: both;
}

.data-table .row > div {
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .data-table .row > div {
    padding: 5px 0 !important;
  }
  .data-table .row > div:nth-child(even):not(:last-child) {
    border-bottom: 1px solid #f1f2f5 !important;
  }
}

.layout-content .panel-title [class*=fa-], .master-page .panel-title [class*=fa-], .preview-panel .panel-title [class*=fa-] {
  font-size: 1.375rem;
  color: rgba(0, 0, 0, 0.25);
  margin-right: 10px;
}
.layout-content .panel-title b, .master-page .panel-title b, .preview-panel .panel-title b {
  color: #c4004b;
}
.layout-content .panel-title.text-primary b, .master-page .panel-title.text-primary b, .preview-panel .panel-title.text-primary b {
  color: #14427d;
}
.layout-content .panel, .master-page .panel, .preview-panel .panel {
  margin-bottom: 20px;
  box-shadow: 10px 14px 26px rgba(20, 66, 125, 0.08);
}
.layout-content .panel, .layout-content .panel .panel-header, .master-page .panel, .master-page .panel .panel-header, .preview-panel .panel, .preview-panel .panel .panel-header {
  border-radius: 13px !important;
}
.layout-content .panel .panel-header, .layout-content .panel .panel-body, .master-page .panel .panel-header, .master-page .panel .panel-body, .preview-panel .panel .panel-header, .preview-panel .panel .panel-body {
  padding: 1.563rem 1.438rem 1.563rem 2.313rem;
}
@media (max-width: 900px) {
  .layout-content .panel .panel-header, .layout-content .panel .panel-body, .master-page .panel .panel-header, .master-page .panel .panel-body, .preview-panel .panel .panel-header, .preview-panel .panel .panel-body {
    padding: 1.438rem;
  }
}
.layout-content .panel .panel-header, .master-page .panel .panel-header, .preview-panel .panel .panel-header {
  padding-right: 4.438rem;
}
.layout-content .panel .panel-header:not(.collapsed), .master-page .panel .panel-header:not(.collapsed), .preview-panel .panel .panel-header:not(.collapsed) {
  border-bottom: 1px solid #F1F1F1;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.layout-content .panel .panel-header:focus, .master-page .panel .panel-header:focus, .preview-panel .panel .panel-header:focus {
  box-shadow: none;
}
.layout-content .panel .panel-header .panel-title, .master-page .panel .panel-header .panel-title, .preview-panel .panel .panel-header .panel-title {
  font-size: 1.375rem;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .layout-content .panel .panel-header .panel-title, .master-page .panel .panel-header .panel-title, .preview-panel .panel .panel-header .panel-title {
    font-size: 1.1rem;
    font-weight: 400;
  }
}
.layout-content .panel .panel-header .panel-title i, .master-page .panel .panel-header .panel-title i, .preview-panel .panel .panel-header .panel-title i {
  opacity: 1;
}
.layout-content .panel .panel-body, .master-page .panel .panel-body, .preview-panel .panel .panel-body {
  font-size: 1.125rem;
}
@media (max-width: 900px) {
  .layout-content .panel .panel-body, .master-page .panel .panel-body, .preview-panel .panel .panel-body {
    padding: 1rem;
  }
}
.layout-content .panel.panel-small, .master-page .panel.panel-small, .preview-panel .panel.panel-small {
  box-shadow: none;
}
.layout-content .panel.panel-small .collapse-icon .collapse-icon-closed,
.layout-content .panel.panel-small .collapse-icon .collapse-icon-open, .master-page .panel.panel-small .collapse-icon .collapse-icon-closed,
.master-page .panel.panel-small .collapse-icon .collapse-icon-open, .preview-panel .panel.panel-small .collapse-icon .collapse-icon-closed,
.preview-panel .panel.panel-small .collapse-icon .collapse-icon-open {
  right: auto;
  left: 0;
  color: #c4004b;
  border-color: #c4004b;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 13px;
}
.layout-content .panel.panel-small .panel-header, .master-page .panel.panel-small .panel-header, .preview-panel .panel.panel-small .panel-header {
  padding: 5px 5px 5px 26px;
}
.layout-content .panel.panel-small .panel-header .panel-title, .master-page .panel.panel-small .panel-header .panel-title, .preview-panel .panel.panel-small .panel-header .panel-title {
  font-size: 1.125rem;
  color: #c4004b;
}
.layout-content .panel.panel-small .panel-body, .master-page .panel.panel-small .panel-body, .preview-panel .panel.panel-small .panel-body {
  padding: 5px 5px 5px 26px;
  font-size: 1rem;
}
.layout-content .collapse-icon .collapse-icon-closed,
.layout-content .collapse-icon .collapse-icon-open, .master-page .collapse-icon .collapse-icon-closed,
.master-page .collapse-icon .collapse-icon-open, .preview-panel .collapse-icon .collapse-icon-closed,
.preview-panel .collapse-icon .collapse-icon-open {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  color: #646464;
}
.layout-content .collapse-icon .collapse-icon-closed:before,
.layout-content .collapse-icon .collapse-icon-open:before, .master-page .collapse-icon .collapse-icon-closed:before,
.master-page .collapse-icon .collapse-icon-open:before, .preview-panel .collapse-icon .collapse-icon-closed:before,
.preview-panel .collapse-icon .collapse-icon-open:before {
  font-family: "Font Awesome 5 Pro";
}
.layout-content .collapse-icon .collapse-icon-closed:hover, .layout-content .collapse-icon .collapse-icon-closed:focus,
.layout-content .collapse-icon .collapse-icon-open:hover,
.layout-content .collapse-icon .collapse-icon-open:focus, .master-page .collapse-icon .collapse-icon-closed:hover, .master-page .collapse-icon .collapse-icon-closed:focus,
.master-page .collapse-icon .collapse-icon-open:hover,
.master-page .collapse-icon .collapse-icon-open:focus, .preview-panel .collapse-icon .collapse-icon-closed:hover, .preview-panel .collapse-icon .collapse-icon-closed:focus,
.preview-panel .collapse-icon .collapse-icon-open:hover,
.preview-panel .collapse-icon .collapse-icon-open:focus {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.5);
  color: #646464;
}
.layout-content .collapse-icon .collapse-icon-closed svg,
.layout-content .collapse-icon .collapse-icon-open svg, .master-page .collapse-icon .collapse-icon-closed svg,
.master-page .collapse-icon .collapse-icon-open svg, .preview-panel .collapse-icon .collapse-icon-closed svg,
.preview-panel .collapse-icon .collapse-icon-open svg {
  display: none;
}
.layout-content .collapse-icon .collapse-icon-open:before, .master-page .collapse-icon .collapse-icon-open:before, .preview-panel .collapse-icon .collapse-icon-open:before {
  content: "\f068";
}
.layout-content .collapse-icon .collapse-icon-closed:before, .master-page .collapse-icon .collapse-icon-closed:before, .preview-panel .collapse-icon .collapse-icon-closed:before {
  content: "\f067";
}

.table {
  background-color: #FFFFFF;
}
.table thead th a {
  color: inherit;
}
.table thead th a:hover, .table thead th a:hover .fad, .table thead th a:hover .fal, .table thead th a:hover .fas, .table thead th a:focus, .table thead th a:focus .fad, .table thead th a:focus .fal, .table thead th a:focus .fas {
  color: #14427d;
}
.table thead th .fad, .table thead th .fal, .table thead th .fas {
  color: rgba(20, 66, 125, 0.3);
}
.table tbody tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.table tbody tr td:first-child:before {
  left: 10px;
}
.table tbody tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.table tbody tr td:last-child:before {
  right: 10px;
}
.table tbody tr td:first-child, .table tbody tr td:last-child {
  border-color: #FFFFFF;
}
.table tbody tr td:first-child:before, .table tbody tr td:last-child:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -1px;
  border-bottom: 1px solid #F1F1F1;
}
.table tbody tr td a:not(.btn) {
  text-decoration: underline;
}
.table tbody tr.table-disabled td:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.table tbody tr.table-disabled td a:hover, .table tbody tr.table-disabled td a:focus {
  cursor: not-allowed;
}
.table tbody tr.table-disabled td.enabled a:hover, .table tbody tr.table-disabled td.enabled a:focus {
  cursor: pointer;
}
.table tbody tr.row-disabled, .table tbody tr.table-disabled {
  color: black;
}
.table tbody tr.row-disabled td, .table tbody tr.table-disabled td {
  color: rgba(0, 0, 0, 0.4);
}
.table tbody tr.row-disabled td > *, .table tbody tr.table-disabled td > * {
  opacity: 0.4;
}
.table tbody tr.row-disabled td.text-primary, .table tbody tr.table-disabled td.text-primary {
  color: rgba(20, 66, 125, 0.4) !important;
}
.table tbody tr.row-disabled td.text-primary.enabled, .table tbody tr.table-disabled td.text-primary.enabled {
  color: #14427d !important;
}
.table tbody tr.row-disabled td.enabled, .table tbody tr.table-disabled td.enabled {
  color: inherit;
}
.table tbody tr.row-disabled td.enabled > *, .table tbody tr.table-disabled td.enabled > * {
  opacity: 1;
}
.table tbody tr.row-disabled td.enabled a, .table tbody tr.table-disabled td.enabled a {
  cursor: pointer;
}
.table tbody tr.row-disabled td.enabled .badge, .table tbody tr.table-disabled td.enabled .badge {
  opacity: 1;
}
.table tbody tr.row-disabled td.enabled:after, .table tbody tr.table-disabled td.enabled:after {
  display: none;
}
.table tbody tr.table-active {
  font-weight: 600;
}
.table tbody tr.table-active td {
  background-color: rgba(134, 203, 245, 0.2);
}
.table thead th:first-child:before, .table tbody td:first-child:before {
  left: 10px;
}
.table thead th:last-child:before, .table tbody td:last-child:before {
  right: 10px;
}
.table thead th:first-child, .table thead th:last-child, .table tbody td:first-child, .table tbody td:last-child {
  border-color: #FFFFFF;
}
.table thead th:first-child:before, .table thead th:last-child:before, .table tbody td:first-child:before, .table tbody td:last-child:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: calc(1px * -1);
  border-bottom: 1px solid #F1F1F1;
}
.table thead th:first-child:before, .table thead th:last-child:before {
  border-bottom-width: 2px;
  bottom: calc(2px * -1);
}
.table td, .table th {
  line-height: 1.2;
}
.table.table-hover tbody tr:hover td, .table.table-hover tbody tr:focus td {
  background-color: rgba(134, 203, 245, 0.1);
}
.table.table-hover tbody tr.table-active td {
  background-color: rgba(134, 203, 245, 0.2);
}
.table .custom-control-label:before {
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}
.table .custom-control .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.table .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(../images/check.svg);
}
.table .custom-control .custom-control-label:before, .table .custom-control .custom-control-label:after {
  top: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
}
.table.table-borderless td, .table.table-borderless th {
  border: none;
}
.table.table-borderless td:before, .table.table-borderless th:before {
  display: none;
}
.table.table-borderless.table-sm td:first-child {
  padding-left: 0;
}
.table.table-borderless.table-sm td:last-child {
  padding-right: 0;
}

.table-disabled > td a, .table-disabled > th a {
  color: inherit;
}

.form-steps {
  font-family: "Quicksand", sans-serif;
  counter-reset: form-steps;
  padding: 0;
}
.form-steps li {
  list-style: none;
  position: relative;
  display: flex;
  word-break: break-word;
}
@media (max-width: 767px) {
  .form-steps li:not(:last-child) {
    padding-right: 10px;
  }
}
.form-steps li:before {
  content: "";
  width: 33.3333333333vw;
  height: 0;
  border-bottom: 4px dotted #14427d;
  position: absolute;
  left: calc(100% - 7px);
  right: 0;
  top: 50%;
  z-index: 1;
}
.form-steps li:last-child:before {
  display: none;
}
.form-steps li .step-button {
  position: relative;
  background-color: #f6f6f6;
  color: #14427d;
  padding: 10px 20px;
  border-radius: 12px;
  border: 2px solid rgba(20, 66, 125, 0.6);
  display: flex;
  line-height: 1;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  .form-steps li .step-button {
    display: block;
  }
}
.form-steps li .step-button:before {
  font-size: 1.875rem;
  counter-increment: form-steps;
  content: counter(form-steps) " ";
  margin-right: 8px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .form-steps li .step-button:before {
    display: block;
  }
}
.form-steps li .step-button:after {
  font-weight: bold;
  background-color: #f6f6f6;
  box-shadow: 0px 0px 0px 2px #f6f6f6;
  border-radius: 50%;
  position: absolute;
  top: calc(0px - 16px / 2);
  right: calc(0px - 16px / 2);
  font-family: "Font Awesome 5 Pro";
}
.form-steps li.active:before {
  border-color: rgba(20, 66, 125, 0.3019607843);
}
.form-steps li .step-button:hover, .form-steps li .step-button:focus {
  background-color: #14427d;
  color: #FFFFFF;
  border-color: #14427d;
}
.form-steps li.active:before, .form-steps li:hover:before {
  z-index: 0;
}
.form-steps li.error a:after {
  content: "\f057";
  color: #ff0000;
}
.form-steps li.success a:after {
  content: "\f058";
  color: #0dc600;
}
.form-steps li.warning a:after {
  content: "\f06a";
  color: #ff9900;
}
.form-steps li.active .step-button {
  background-color: #14427d;
  color: #FFFFFF;
}
.form-steps li.disabled:before {
  border-color: rgba(20, 66, 125, 0.3019607843);
  z-index: 0;
}
.form-steps li.disabled .step-button {
  border-color: rgba(20, 66, 125, 0.3019607843);
  color: rgba(20, 66, 125, 0.3019607843);
}
.form-steps li.disabled .step-button:hover, .form-steps li.disabled .step-button:focus {
  background-color: #f6f6f6;
  border-color: rgba(20, 66, 125, 0.3019607843);
  color: rgba(20, 66, 125, 0.3019607843);
  cursor: not-allowed;
}
.form-steps li + li:before {
  z-index: 3;
}
.form-steps li + li .step-button {
  z-index: 2;
}
.form-steps li + li + li:before {
  z-index: 5;
}
.form-steps li + li + li .step-button {
  z-index: 4;
}
.form-steps li + li + li + li:before {
  z-index: 7;
}
.form-steps li + li + li + li .step-button {
  z-index: 6;
}
.form-steps li + li + li + li + li:before {
  z-index: 9;
}
.form-steps li + li + li + li + li .step-button {
  z-index: 8;
}
.form-steps.steps-2 li:before {
  width: 50vw;
}
.form-steps.steps-3 li:before {
  width: 33.3333333333vw;
}
.form-steps.steps-4 li:before {
  width: 25vw;
}
.form-steps.steps-5 li:before {
  width: 20vw;
}

.fa-asterisk {
  font-size: 0.4em;
  vertical-align: text-top;
}

.invisible {
  height: 0;
}

.form-group.required:after, label.required:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f069";
  color: #ff0000;
  font-size: 0.4em;
  vertical-align: text-top;
  font-weight: bold;
}

.form-group:last-child {
  margin-bottom: 0;
}
.form-group.required:after {
  position: absolute;
  top: -4px;
  right: -2px;
}

.form-group.has-warning .input-group-text {
  border-color: #ffc875;
}
.form-group.has-error .input-group-text {
  border-color: #ff7575;
}
.form-group.has-success .input-group-text {
  border-color: #49ff3c;
}

.custom-control-label::after {
  left: -1px;
}

.input-group-inset-item-after {
  box-shadow: 10px 3px 20px rgba(196, 0, 75, 0.08);
}

.characteristics, .energy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Overrides .characteristics alignment */
.characteristics {
  justify-content: left;
}
@media (max-width: 900px) {
  .characteristics {
    justify-content: center;
  }
}
.characteristics .checkable-wrapper {
  flex: 0 0 11.5%;
  margin: 0 6px;
}
@media (max-width: 767px) {
  .characteristics .checkable-wrapper {
    margin: 0;
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .characteristics .checkable-wrapper label {
    margin-bottom: 18px;
  }
}
@media (min-width: 767px) and (max-width: 900px) {
  .characteristics .checkable-wrapper {
    flex: 0 0 30%;
  }
}

.energy {
  padding-right: 0;
}
.energy > div {
  flex: 0 0 46.5%;
  margin: 0 6px;
}
@media (max-width: 767px) {
  .energy > div {
    flex: 0 0 100%;
    margin: 0;
  }
}

.checkable-control {
  font-size: 0.875rem;
  background-color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: calc(100% - 16px);
  left: 50%;
  height: auto;
  max-width: 75%;
  transform: translateX(-50%);
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.checkable-control.form-control {
  border-width: 2px;
}
select.checkable-control.form-control {
  padding-left: 10px;
}
select.checkable-control.form-control[readonly], select.checkable-control.form-control[disabled] {
  background-image: none !important;
  color: #000000;
  padding-right: 10px;
  text-align-last: center;
}
select.checkable-control.form-control[readonly] + label, select.checkable-control.form-control[disabled] + label {
  background-color: #FFFFFF;
  border-color: #e8e8e8;
  color: #000000;
}
select.checkable-control.form-control[readonly] + label:before, select.checkable-control.form-control[disabled] + label:before {
  display: none;
}

.checkable-control .form-control[readonly], .checkable-control .form-control[disabled], .checkable-control.form-control[readonly], .checkable-control.form-control[disabled], .checkable-control.disabled .form-control[readonly], .checkable-control.disabled .form-control[disabled] {
  border-width: 2px;
  border-color: #e8e8e8;
  background-color: #FFFFFF;
  color: #000000;
}
.checkable-control .form-control[readonly]:hover, .checkable-control .form-control[disabled]:hover, .checkable-control.form-control[readonly]:hover, .checkable-control.form-control[disabled]:hover, .checkable-control.disabled .form-control[readonly]:hover, .checkable-control.disabled .form-control[disabled]:hover {
  cursor: default;
}
.checkable-control .form-control[readonly] + label, .checkable-control .form-control[disabled] + label, .checkable-control.form-control[readonly] + label, .checkable-control.form-control[disabled] + label, .checkable-control.disabled .form-control[readonly] + label, .checkable-control.disabled .form-control[disabled] + label {
  background-color: #FFFFFF;
  border-color: #e8e8e8;
  color: #000000;
}
.checkable-control .form-control[readonly] + label:hover, .checkable-control .form-control[disabled] + label:hover, .checkable-control.form-control[readonly] + label:hover, .checkable-control.form-control[disabled] + label:hover, .checkable-control.disabled .form-control[readonly] + label:hover, .checkable-control.disabled .form-control[disabled] + label:hover {
  cursor: default;
}
.checkable-control .form-control[readonly] + label:before, .checkable-control .form-control[disabled] + label:before, .checkable-control.form-control[readonly] + label:before, .checkable-control.form-control[disabled] + label:before, .checkable-control.disabled .form-control[readonly] + label:before, .checkable-control.disabled .form-control[disabled] + label:before {
  display: none;
}
.checkable-control.input-group .form-control {
  border-width: 2px;
  border-right-width: 0;
  padding-right: 0;
  text-align: center;
}
.checkable-control.input-group .input-group-item .input-group-text {
  border-width: 2px;
  border-left-width: 0;
  padding-left: 0;
}
.checkable-control::-webkit-outer-spin-button, .checkable-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.checkable-control[type=number] {
  -moz-appearance: textfield;
  width: 3em;
}
select.checkable-control {
  min-width: 20%;
}

.checkable-control:focus, .checkable-control:focus-visible {
  box-shadow: none;
  outline: none;
}
.checkable-control + label {
  display: block;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  background-color: #FFFFFF;
  color: #000000;
  padding: 16px 16px 10px;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  padding-bottom: 30px;
  margin-bottom: 30px;
  min-width: 80px;
}
.checkable-control + label i {
  display: block;
  font-size: 32px;
  height: 45px;
  line-height: 1.8;
}
.checkable-control + label i i[class^=flaticon-]:before, .checkable-control + label i i[class*=" flaticon-"]:before {
  line-height: normal;
}
.checkable-control.not-empty {
  border-color: #c4004b;
}
.checkable-control.not-empty:focus {
  border-color: #ff3a85;
}
.checkable-control.not-empty .form-control, .checkable-control.not-empty .input-group-text {
  border-color: #c4004b;
}
.checkable-control.not-empty.is_focused .form-control:focus, .checkable-control.not-empty.is_focused .input-group-item .input-group-text {
  border-color: #ff3a85;
}
.checkable-control.not-empty + label {
  background-color: #c4004b;
  border-color: #c4004b;
  color: #FFFFFF;
}
.checkable-control.not-empty + label::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  position: absolute;
  top: 4px;
  right: 8px;
}
.checkable-control.not-empty.disabled + label {
  background-color: #FFFFFF;
  border-color: #e8e8e8;
  color: #000000;
}
.checkable-control.not-empty.disabled + label:hover {
  cursor: default;
}
.checkable-control.not-empty.disabled + label:before {
  display: none;
}

.custom-control .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.housing-detail {
  /**
  * icon-label
  */
  /**
  * energy card
  */
  /**
  * icon-card
  */
}
@media (min-width: 900px) {
  .housing-detail .card-body {
    padding: 44px;
  }
}
.housing-detail h1 {
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .housing-detail h1 {
    font-size: 32px;
  }
}
.housing-detail h2 {
  color: #7F7F7F;
  font-size: 27px;
  font-weight: 300;
}
@media (max-width: 900px) {
  .housing-detail h2 {
    font-size: 1rem;
  }
}
.housing-detail h3 {
  color: #c4004b;
  font-size: 18px;
  font-weight: normal;
}
.housing-detail .price .value {
  color: #c4004b;
  font-size: 38px;
  font-weight: bold;
}
.housing-detail .price .frequence {
  color: #7F7F7F;
  font-size: 38px;
  font-weight: 300;
  margin-left: 0.3em;
}
.housing-detail .price .charges {
  color: #A7A7A7;
  font-size: 18px;
  font-weight: 300;
  margin-top: 0px;
}
@media (max-width: 900px) {
  .housing-detail .price .charges {
    margin-top: -15px;
    margin-bottom: 20px;
  }
}
.housing-detail .availability {
  text-align: right;
}
@media (max-width: 900px) {
  .housing-detail .availability {
    align-self: flex-start !important;
    text-align: left;
  }
}
.housing-detail .availability .date {
  color: #c4004b;
}
.housing-detail .availability .date i {
  color: #BDBDBD;
}
.housing-detail .availability .ref {
  color: #A7A7A7;
  font-weight: bold;
}
.housing-detail hr {
  border-top: 4px dotted #D2D2D2;
  width: 100px;
  display: inline-block;
  margin: 24px 0 40px;
}
@media (max-width: 900px) {
  .housing-detail hr {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 900px) {
  .housing-detail .wrapper-info-map {
    padding-left: 0 !important;
  }
}
.housing-detail .wrapper-map {
  position: relative;
  /*margin-left: 80px;*/
  overflow: hidden;
  height: 475px;
  border-radius: 8px;
}
@media (max-width: 900px) {
  .housing-detail .wrapper-map > [style^=width] {
    width: 100%;
  }
}
.housing-detail .wrapper-map .address {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 20px;
  padding: 24px 64px;
  background-color: #c4004b;
  border-radius: 16px;
  color: #FFFFFF;
  z-index: 10;
  max-width: 400px;
}
@media (max-width: 900px) {
  .housing-detail .wrapper-map .address {
    right: 10px;
    padding: 15px 20px;
  }
  .housing-detail .wrapper-map .address p {
    font-size: 1rem;
  }
}
.housing-detail .wrapper-map .address::before {
  font-family: "Font Awesome 5 Duotone";
  font-weight: 900;
  font-size: 52px;
  content: "\10f3c5";
  position: absolute;
  left: 14px;
  top: 0;
  color: #FFFFFF;
  opacity: 0.3;
}
.housing-detail .wrapper-map .address p {
  margin: 0;
}
.housing-detail .icon-label {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.housing-detail .icon-label i {
  color: #C4004B;
  font-size: 50px;
  margin-bottom: 16px;
}
.housing-detail dl.energy-card {
  background: #F6F6F6;
  padding: 24px;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  max-width: 350px;
  margin-right: 24px;
  align-content: flex-start;
}
@media (max-width: 900px) {
  .housing-detail dl.energy-card {
    display: inline-flex !important;
    width: 48%;
  }
  .housing-detail dl.energy-card:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .housing-detail dl.energy-card {
    width: 100%;
  }
}
.housing-detail dl.energy-card dt, .housing-detail dl.energy-card dd {
  border-top: 1px solid #E8E8E8;
  margin: 0;
  padding: 5px 15px;
}
.housing-detail dl.energy-card dt {
  flex: 0 0 70%;
  font-weight: normal;
  color: #858585;
}
.housing-detail dl.energy-card dt:first-child, .housing-detail dl.energy-card dt:first-child + dd {
  border-top: none;
}
@media (max-width: 767px) {
  .housing-detail dl.energy-card dt {
    flex: 0 0 65%;
  }
}
.housing-detail dl.energy-card dd {
  flex: 0 0 30%;
  text-align: right;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .housing-detail dl.energy-card dd {
    flex: 0 0 25%;
  }
}
.housing-detail .icon-card {
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  border: 2px solid #D8D8D8;
  border-radius: 16px;
  text-align: center;
  padding: 24px 0;
  margin-bottom: 30px;
  min-width: 80px;
  width: 11%;
  margin-right: 1.5%;
}
.housing-detail .icon-card .fas, .housing-detail .icon-card .icon-card-label {
  display: block;
  font-size: 15px;
}
.housing-detail .icon-card .fas {
  font-size: 32px;
}
.housing-detail .icon-card .icon-card-value {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  margin-top: 10px;
}
.housing-detail .icon-card .icon-card-value div {
  display: inline-block;
  border: 2px solid #D8D8D8;
  border-radius: 16px;
  padding: 1px 4px;
  font-size: 14px;
  background-color: #ffffff;
  min-width: 2em;
}
.housing-detail .list-custom {
  padding-top: 0;
}

/**
 * Housing panel
 */
.housing-panel {
  box-shadow: 10px 14px 26px rgba(20, 66, 125, 0.0784313725);
}
.housing-panel .panel-header {
  color: #C4004B;
  font-size: 22px;
  font-weight: 600;
  box-shadow: none;
}
.housing-panel .panel-header .fas {
  color: #000000;
  opacity: 0.25;
  margin-right: 0.3em;
}

ul.energy-wrapper {
  width: 400px;
  font-size: 16px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  ul.energy-wrapper {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0 10px;
  }
}
ul.energy-wrapper.light {
  color: #FFFFFF;
}
ul.energy-wrapper li {
  display: flex;
  margin-bottom: 0.2em;
  height: 2em;
  line-height: 2em;
}
ul.energy-wrapper li .value {
  color: #FFF;
  float: right;
  font-weight: bold;
}
ul.energy-wrapper li .arrow {
  padding: 0 2em 0 0.4em;
  position: relative;
}
ul.energy-wrapper li .arrow::after {
  content: "";
  position: absolute;
  width: 2em;
  border: 1em white solid;
  border-left-color: transparent;
  border-right: none;
  top: 0;
  right: 0;
  z-index: 10;
}
ul.energy-wrapper .selected {
  text-align: right;
  flex-grow: 1;
  position: relative;
}
ul.energy-wrapper .selected .dotted {
  position: absolute;
  top: calc(50% - 0.05em);
  left: -0.5em;
  width: 100%;
  border-top: 0.1em dotted;
  opacity: 0.4;
  z-index: 11;
}
ul.energy-wrapper .selected > span {
  position: absolute;
  font-size: 2.5em;
  font-weight: bold;
  background-color: white;
  right: 0;
  z-index: 12;
  padding: 0 0.2em;
}
ul.energy-wrapper .selected > span i {
  font-size: 0.6em;
  transform: rotate(180deg);
  padding-top: 0.2em;
}

/* Photo gallery */
.gallery {
  display: block;
  margin-left: 8px;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.gallery .gallery-thumb {
  display: inline-block;
  background: #EDEDED;
  margin-right: 8px;
  width: 200px;
  height: 150px;
  overflow: hidden;
  padding: 2px 2px 32px;
  box-sizing: border-box;
}

.images-upload {
  display: flex;
  padding-bottom: 32px;
  margin-bottom: 24px;
  border-bottom: #e8e8e8 1px dotted;
}
.images-upload aside {
  flex: 5;
}
.images-upload aside > * {
  margin: 0 8px;
}
.images-upload aside > div {
  position: relative;
}
.images-upload aside > div button {
  cursor: pointer;
  position: absolute;
  border-radius: 100%;
  border: 1px solid #ededed;
  background-color: #FFFFFF;
  right: 8px;
  top: 8px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  color: #505050;
}
.images-upload .dropzone {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-width: 2px;
  border-radius: 8px;
  border-color: #c4004b;
  border-style: dashed;
  background-color: #F9E5ED;
  color: #c4004b;
  outline: none;
  transition: border 0.24s ease-in-out;
}
.images-upload .dropzone .main {
  font-weight: bold;
}
.images-upload .dropzone .sub {
  color: #505050;
  font-weight: 200;
  font-size: 90%;
}
.images-upload .dropzone .info {
  margin-top: 8px;
  color: #2DB6D5;
  color: #86cbf5;
  font-size: 80%;
}
.images-upload .thumbs-container {
  display: block;
  margin-left: 8px;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.images-upload .thumbnail {
  display: flex;
  min-width: 0;
  overflow: hidden;
}

.address-map-field {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 20px;
}
.address-map-field .address-map {
  border-radius: 8px;
  margin-top: 8px;
  flex-grow: 1;
  overflow: hidden;
}

input[type=checkbox], input[type=radio] {
  position: absolute;
  opacity: 0;
}
input[type=checkbox] + label.rounded-pill, input[type=radio] + label.rounded-pill {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: normal;
  min-height: 37px;
  min-width: 37px;
  white-space: nowrap;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #D8D8D8;
}
input[type=checkbox] + label.rounded-pill.font-weight-bold, input[type=radio] + label.rounded-pill.font-weight-bold {
  padding: 0.5rem 0.5rem;
  font-size: 1.063rem;
  line-height: 1;
  text-align: center;
}
input[type=checkbox] + label.rounded-pill span, input[type=radio] + label.rounded-pill span {
  font-size: 0.938rem;
}
input[type=checkbox] + label.rounded-pill:hover, input[type=checkbox] + label.rounded-pill:focus, input[type=checkbox] + label.rounded-pill:active, input[type=radio] + label.rounded-pill:hover, input[type=radio] + label.rounded-pill:focus, input[type=radio] + label.rounded-pill:active {
  background-color: #DDE3ED;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
}
input[type=checkbox]:checked + label.rounded-pill, input[type=radio]:checked + label.rounded-pill {
  background-color: #c4004b;
  color: #fff;
  border: 1px solid #c4004b;
  box-shadow: 2px 3px 14px rgba(196, 0, 75, 0.2);
}
input[type=checkbox]:checked + label.rounded-pill:hover, input[type=checkbox]:checked + label.rounded-pill:focus, input[type=checkbox]:checked + label.rounded-pill:active, input[type=radio]:checked + label.rounded-pill:hover, input[type=radio]:checked + label.rounded-pill:focus, input[type=radio]:checked + label.rounded-pill:active {
  background-color: rgba(196, 0, 75, 0.7333333333);
  color: #FFFFFF;
  border: 1px solid rgba(196, 0, 75, 0.3333333333);
}

.input-group {
  box-shadow: 2px 3px 16px rgba(196, 0, 75, 0.08);
  border-radius: 23px;
}
.input-group .form-control {
  box-shadow: none;
}
.input-group .form-control:focus {
  border-color: #c4004b;
}
.input-group .input-group-prepend .form-control {
  border-right-color: transparent !important;
}
.input-group.is_focused .input-group-item .input-group-text {
  border-color: #c4004b;
}
.input-group.is_focused .form-control {
  border-right-color: transparent !important;
}
.input-group.is_focused .form-control:focus {
  border-color: #c4004b;
}
.input-group.disabled .input-group-item .input-group-text {
  border-color: #e8e8e8;
  color: #000000;
}
.input-group .input-group-item.file .form-control {
  border-right: none;
}
.input-group .input-group-item.file + .input-group-item {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #e8e8e8;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.input-group .input-group-item.file + .input-group-item button.btn-primary {
  box-shadow: none;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: calc(0.4375rem - 2px) 0.8375rem;
  margin: 1px 2px 0 0;
}
.input-group input[type=file] {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #e8e8e8;
  padding-left: 20px;
  padding-top: 3px;
}
.input-group label.form-control {
  margin-bottom: 0;
}

.custom-file-label {
  font-size: 1.063rem;
}
.custom-file-label:after {
  border-radius: 25px;
  height: calc(2.375rem - 2px);
  top: 1px;
  bottom: 1px;
  right: 2px;
}

.input-group-text {
  color: #BBBBBB;
  background-color: #FFFFFF;
  border-width: 1px 1px 1px 0;
  border-color: #e8e8e8;
}

.input-group-item.is_focused .input-group-text, .input-group-item.is_focused ~ .input-group-item .input-group-text {
  border-color: #c4004b;
}
.input-group-item.is_focused .form-control:focus {
  border-right: none;
}

.slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding-bottom: 64px;
}

.slider {
  position: relative;
  width: 200px;
}

.slider__track,
.slider__range,
.slider__left-value,
.slider__right-value {
  position: absolute;
}

.slider__track,
.slider__range {
  border-radius: 3px;
  height: 5px;
}

.slider__track {
  background-color: #ced4da;
  width: 100%;
  z-index: 1;
}

.slider__range {
  background-color: #c4004b;
  z-index: 2;
}

.slider__left-value,
.slider__right-value {
  color: #fff;
  background-color: #c4004b;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 12px;
  margin-top: 20px;
}

.slider__right-value {
  right: 0px;
}

/* Removing the default appearance */
.thumb,
.thumb::-webkit-slider-thumb {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.thumb {
  pointer-events: none;
  position: absolute;
  height: 0;
  width: 200px;
  outline: none;
}

.thumb--left {
  z-index: 3;
}

.thumb--right {
  z-index: 4;
}

/* For Chrome browsers */
.thumb::-webkit-slider-thumb {
  background-color: #c4004b;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px #c4004b;
  cursor: pointer;
  height: 18px;
  width: 18px;
  margin-top: 4px;
  pointer-events: all;
  position: relative;
}

/* For Firefox browsers */
.thumb::-moz-range-thumb {
  background-color: #c4004b;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px #c4004b;
  cursor: pointer;
  height: 18px;
  width: 18px;
  margin-top: 4px;
  pointer-events: all;
  position: relative;
}

.toggle-switch.toggle-switch-md {
  /*.simple-toggle-switch {
    .toggle-switch-label {
      max-width: calc(
              100% - 53px
      );
    }
  }*/
}
.toggle-switch.toggle-switch-md .toggle-switch-bar .toggle-switch-handle {
  min-width: 45px;
}
.toggle-switch.toggle-switch-md .toggle-switch-check {
  width: 45px;
  height: 30px;
}
.toggle-switch.toggle-switch-md .toggle-switch-check:empty ~ .toggle-switch-bar {
  height: 30px;
  line-height: 30px;
}
.toggle-switch.toggle-switch-md .toggle-switch-check:empty ~ .toggle-switch-bar:after {
  height: 22px;
  width: 22px;
  bottom: 4px;
  left: 4px;
  top: 4px;
}
.toggle-switch.toggle-switch-md .toggle-switch-check:empty ~ .toggle-switch-bar:before {
  width: 45px;
}
.toggle-switch.toggle-switch-md .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-handle:after {
  margin-left: 53px;
}
.toggle-switch.toggle-switch-md .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-icon {
  left: 4px;
  top: 4px;
  line-height: 22px;
  width: 22px;
}
.toggle-switch.toggle-switch-md .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-icon-on {
  left: 4px;
}
.toggle-switch.toggle-switch-md .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-icon-off {
  left: 19px;
}
.toggle-switch.toggle-switch-md .toggle-switch-check:checked ~ .toggle-switch-bar:after {
  left: 19px;
}
.toggle-switch.toggle-switch-md .toggle-switch-check:checked ~ .toggle-switch-bar .button-icon {
  left: 19px;
}
.toggle-switch.toggle-switch-md .toggle-switch-text-left {
  line-height: 30px;
}
.toggle-switch.toggle-switch-md .toggle-switch-text-right {
  line-height: 30px;
}

.toggle-switch.toggle-switch-sm {
  /*.simple-toggle-switch {
    .toggle-switch-label {
      max-width: calc(
              100% - 35px
      );
    }
  }*/
}
.toggle-switch.toggle-switch-sm .toggle-switch-bar .toggle-switch-handle {
  min-width: 27px;
}
.toggle-switch.toggle-switch-sm .toggle-switch-check {
  width: 27px;
  height: 20px;
}
.toggle-switch.toggle-switch-sm .toggle-switch-check:empty ~ .toggle-switch-bar {
  height: 20px;
  line-height: 20px;
}
.toggle-switch.toggle-switch-sm .toggle-switch-check:empty ~ .toggle-switch-bar:after {
  height: 14px;
  width: 14px;
  bottom: 3px;
  left: 3px;
  top: 3px;
}
.toggle-switch.toggle-switch-sm .toggle-switch-check:empty ~ .toggle-switch-bar:before {
  width: 27px;
}
.toggle-switch.toggle-switch-sm .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-handle:after {
  margin-left: 35px;
}
.toggle-switch.toggle-switch-sm .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-icon {
  left: 3px;
  top: 3px;
  line-height: 14px;
  width: 14px;
}
.toggle-switch.toggle-switch-sm .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-icon-on {
  left: 3px;
}
.toggle-switch.toggle-switch-sm .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-icon-off {
  left: 10px;
}
.toggle-switch.toggle-switch-sm .toggle-switch-check:checked ~ .toggle-switch-bar:after {
  left: 10px;
}
.toggle-switch.toggle-switch-sm .toggle-switch-check:checked ~ .toggle-switch-bar .button-icon {
  left: 10px;
}
.toggle-switch.toggle-switch-sm .toggle-switch-text-left {
  line-height: 20px;
}
.toggle-switch.toggle-switch-sm .toggle-switch-text-right {
  line-height: 20px;
}

.toggle-switch.toggle-switch-lg {
  /*.simple-toggle-switch {
    .toggle-switch-label {
      max-width: calc(
              100% - 63px
      );
    }
  }*/
}
.toggle-switch.toggle-switch-lg .toggle-switch-bar .toggle-switch-handle {
  min-width: 55px;
}
.toggle-switch.toggle-switch-lg .toggle-switch-check {
  width: 55px;
  height: 36px;
}
.toggle-switch.toggle-switch-lg .toggle-switch-check:empty ~ .toggle-switch-bar {
  height: 36px;
  line-height: 36px;
}
.toggle-switch.toggle-switch-lg .toggle-switch-check:empty ~ .toggle-switch-bar:after {
  height: 24px;
  width: 24px;
  bottom: 6px;
  left: 6px;
  top: 6px;
}
.toggle-switch.toggle-switch-lg .toggle-switch-check:empty ~ .toggle-switch-bar:before {
  width: 55px;
}
.toggle-switch.toggle-switch-lg .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-handle:after {
  margin-left: 63px;
}
.toggle-switch.toggle-switch-lg .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-icon {
  left: 6px;
  top: 6px;
  line-height: 24px;
  width: 24px;
}
.toggle-switch.toggle-switch-lg .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-icon-on {
  left: 6px;
}
.toggle-switch.toggle-switch-lg .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-icon-off {
  left: 25px;
}
.toggle-switch.toggle-switch-lg .toggle-switch-check:checked ~ .toggle-switch-bar:after {
  left: 25px;
}
.toggle-switch.toggle-switch-lg .toggle-switch-check:checked ~ .toggle-switch-bar .button-icon {
  left: 25px;
}
.toggle-switch.toggle-switch-lg .toggle-switch-text-left {
  line-height: 36px;
}
.toggle-switch.toggle-switch-lg .toggle-switch-text-right {
  line-height: 36px;
}

.toggle-switch-check:checked ~ .toggle-switch-bar.success:before,
label:not(.toggle-switch) .toggle-switch:checked ~ .toggle-switch-bar.success:before {
  background-color: #0dc600;
  border-color: #0dc600;
}
.toggle-switch-check:checked ~ .toggle-switch-bar.danger:before,
label:not(.toggle-switch) .toggle-switch:checked ~ .toggle-switch-bar.danger:before {
  background-color: #ff0000;
  border-color: #ff0000;
}

.badge.badge-primary-d2 {
  background-color: #0d2b51;
}

.badge.badge-primary-d1 {
  background-color: #0f315c;
}

.badge.badge-primary {
  background-color: #14427d;
}

.badge.badge-primary-l1 {
  background-color: #2978dd;
}

.badge.badge-primary-l2 {
  background-color: rgba(20, 66, 125, 0.15);
}

.badge.badge-primary-l3 {
  background-color: #8ab5ec;
}

.badge.badge-secondary-d2 {
  background-color: #4a001c;
}

.badge.badge-secondary-d1 {
  background-color: #5e0024;
}

.badge.badge-secondary {
  background-color: #c4004b;
}

.badge.badge-secondary-l1 {
  background-color: #ff3a85;
}

.badge.badge-secondary-l2 {
  background-color: #ff82b6;
}

.badge.badge-secondary-l3 {
  background-color: #ffb0ca;
}

.badge.badge-success-d2 {
  background-color: #0a9300;
}

.badge.badge-success-d1 {
  background-color: #0aa000;
}

.badge.badge-success {
  background-color: #0dc600;
}

.badge.badge-success-l1 {
  background-color: #49ff3c;
}

.badge.badge-success-l2 {
  background-color: rgba(13, 198, 0, 0.15);
}

.badge.badge-info-d2 {
  background-color: #57b7f1;
}

.badge.badge-info-d1 {
  background-color: #6ec1f3;
}

.badge.badge-info {
  background-color: #86cbf5;
}

.badge.badge-info-l1 {
  background-color: white;
}

.badge.badge-info-l2 {
  background-color: white;
}

.badge.badge-warning-d2 {
  background-color: #cc7a00;
}

.badge.badge-warning-d1 {
  background-color: #d98200;
}

.badge.badge-warning {
  background-color: #ff9900;
}

.badge.badge-warning-l1 {
  background-color: #ffc875;
}

.badge.badge-warning-l2 {
  background-color: rgba(255, 153, 0, 0.15);
}

.badge.badge-danger-d2 {
  background-color: #cc0000;
}

.badge.badge-danger-d1 {
  background-color: #d90000;
}

.badge.badge-danger {
  background-color: #ff0000;
}

.badge.badge-danger-l1 {
  background-color: #ff7575;
}

.badge.badge-danger-l2 {
  background-color: rgba(255, 0, 0, 0.15);
}

.badge[class*=badge-primary-l] {
  color: #14427d;
}
.badge[class*=badge-secondary-l] {
  color: #c4004b;
}
.badge[class*=badge-warning-l] {
  color: #ff9900;
}
.badge[class*=badge-success-l] {
  color: #0dc600;
}
.badge[class*=badge-info-l] {
  color: #86cbf5;
}
.badge[class*=badge-danger-l] {
  color: #ff0000;
}
.table-disabled .badge {
  opacity: 0.4;
}
.badge.badge-lg {
  font-size: 1.063rem;
  font-weight: normal;
  padding: 0.75rem 1rem;
  border-radius: 50px;
}

.modal .modal-header {
  padding: 2.5rem 2.5rem 0 2.5rem;
}
.modal .modal-header .modal-title {
  font-family: "Quicksand", sans-serif;
  line-height: 1;
}
.modal .modal-header .modal-title .modal-subtitle {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.2;
}
.modal .modal-header .close {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 20px;
  right: 20px;
  color: #646464;
}
.modal .modal-header .close:hover, .modal .modal-header .close:focus {
  border-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-header .close .lexicon-icon {
  height: 16px;
}
.modal .modal-body {
  padding-bottom: calc(2.5rem / 2);
}
.modal .modal-body, .modal .modal-footer {
  padding-top: calc(2.5rem / 2);
}
@media (max-width: 767px) {
  .modal-full-screen-sm-down.modal .modal-dialog {
    bottom: 0;
    left: 0;
    margin: 0;
    max-width: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  .modal-full-screen-sm-down.modal .modal-dialog .inline-scroller {
    max-height: none;
  }
}

.pagination {
  align-items: center;
}

.page-item:last-child .page-link, .page-link-last,
.page-item:first-child .page-link, .page-link-first {
  border-width: 2px;
  width: 27px;
  height: 27px;
  line-height: 27px;
  padding: 7px;
  text-align: center;
}
.page-item:last-child .page-link:hover, .page-item:last-child .page-link:focus, .page-link-last:hover, .page-link-last:focus,
.page-item:first-child .page-link:hover,
.page-item:first-child .page-link:focus, .page-link-first:hover, .page-link-first:focus {
  border-color: #008ab4;
  background-color: #008ab4;
  color: #FFFFFF;
}

.page-item.active .page-link {
  font-weight: bold;
}

.pagination-results {
  font-size: 1rem;
  color: #000000;
}

.pagination-items-per-page {
  margin-right: 1.25rem;
}
.pagination-items-per-page > a,
.pagination-items-per-page > button {
  border-width: 1px;
  padding: 1.25rem;
  box-shadow: 2px 3px 16px rgba(196, 0, 75, 0.08);
}
.pagination-items-per-page > a .lexicon-icon,
.pagination-items-per-page > button .lexicon-icon {
  width: 14px;
  color: #9E9E9E;
}
.pagination-items-per-page > a:focus,
.pagination-items-per-page > button:focus {
  border-color: #008ab4;
}
.pagination-items-per-page > a:focus .lexicon-icon,
.pagination-items-per-page > button:focus .lexicon-icon {
  color: #006d8e;
}

@media (max-width: 767px) {
  .backdrop {
    z-index: 130 !important;
  }
  .table thead th {
    white-space: nowrap;
  }
  .table thead th i {
    margin-left: 5px;
  }
  .table-autofit .table-cell-expand, .table-cell-content {
    min-width: 0;
  }
  html.has-menu {
    height: 100%;
    margin: 0;
  }
  .row.deck > :last-child {
    margin-bottom: 10px;
  }
  .card-header.px-5, .card-body.px-5 {
    padding: 0.75rem 1.25rem !important;
  }
  .list-group-item {
    padding: 0.75rem !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  ul:not(.list-download) .list-group-item {
    display: block !important;
  }
  ul:not(.list-download) .list-group-item .badge {
    display: table;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  label.pl-2 {
    padding-left: 0 !important;
  }
  .card-header hr {
    margin-bottom: 0;
  }
  .form-row, .row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .form-row .form-group, .row .form-group {
    margin-bottom: 10px !important;
  }
  .row .col-xs-12 {
    padding: 0 20px !important;
  }
  .form-row .col-xs-12 {
    padding: 0 5px !important;
  }
  .custom-control-inline {
    margin-left: 0;
    margin-right: 1rem;
  }
  .custom-control-inline + .custom-control-inline {
    margin-left: 0;
  }
  .separator-right, .separator-bottom {
    border: none !important;
  }
  #header-contact,
  #header-login {
    position: absolute;
    border: 1px solid #f1f2f5;
    top: calc(100% - 10px);
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
    background-color: #F7F7F7;
    border-radius: 13px;
  }
  #header-login .mnv-login {
    justify-content: space-between !important;
  }
  #header-login #header-login-avatar {
    display: none;
  }
  .flex-rwd {
    flex-direction: column !important;
  }
  .flex-rwd {
    display: block !important;
  }
  .flex-rwd > * {
    display: inline-block !important;
  }
  .flex-rwd * {
    margin: 0;
  }
  .navbar-expand-md.navbar-collapse-absolute .navbar-collapse .container,
  .navbar-expand-md.navbar-collapse-absolute .navbar-collapse .container-fluid {
    padding: 0;
  }
  .navbar-expand-md.navbar-collapse-absolute .navbar-collapse .container .nav-item,
  .navbar-expand-md.navbar-collapse-absolute .navbar-collapse .container-fluid .nav-item {
    border-radius: 0 !important;
    padding: 0;
    margin: 0 !important;
    border-bottom: 1px solid #c7c7c7;
  }
  .navbar-expand-md.navbar-collapse-absolute .navbar-collapse .container .nav-item .nav-link,
  .navbar-expand-md.navbar-collapse-absolute .navbar-collapse .container-fluid .nav-item .nav-link {
    padding: 0;
    border-radius: 0;
  }
}
/**********************************************************************************************************************/
/*                                             PAGELAYOUT NATIF LIFERAY                                               */
/**********************************************************************************************************************/
#wrapper {
  padding-top: 0 !important;
}
/**********************************************************************************************************************/
/*                                                  PAGELAYOUT MNV                                                    */
/**********************************************************************************************************************/
#header-logo {
  align-items: center;
}
@media (max-width: 767px) {
  #header-logo > div {
    max-width: 90px;
  }
}
#header-logo img {
  max-height: calc(142px - 30px);
}
@media (max-width: 767px) {
  #header-logo img {
    max-height: calc(82px - 10px);
    max-width: 90px;
  }
}

#header-button-sidebar {
  padding: 6px;
  margin-left: 20px;
  font-size: 30px !important;
  min-width: 50px !important;
}

#header-login-avatar img {
  height: 58px;
}

#header-login-signout a {
  color: #000000;
}
#header-login-signout a i {
  font-size: 24px;
}

#header-language {
  margin: 0.25rem !important;
}
#header-language .portlet {
  margin: 0;
}
#header-language .text-truncate {
  overflow: visible;
}
#header-language .dropdown button {
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.2);
  border: 0;
  background-color: #FFFFFF !important;
  margin: 0.25rem !important;
  color: #646464;
  padding: 0;
}

#menu li {
  width: 100%;
  height: 120px;
}
#menu li.active > a,
#menu li a:hover,
#menu li a.active,
#menu li a[aria-expanded=true] {
  color: #FFFFFF;
  background: transparent linear-gradient(154deg, #c4004b 25%, #14427d 100%) 0% 0% no-repeat padding-box;
}
#menu li a {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: block;
  font-size: 13px;
  border-radius: 0 !important;
  line-height: 1.2;
  color: #000000;
}
#menu li a i {
  display: block;
  font-size: 36px;
  margin-bottom: 6px;
}

body:not(.has-edit-mode-menu) #content .layout-content > div:first-of-type,
#content .page-editor__layout-viewport__resizer > #page-editor > .page-editor__root > div:first-of-type,
#content .master-page > div > div:first-of-type {
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.0588235294);
}
body:not(.has-edit-mode-menu) #content .layout-content > div:first-of-type .mnv-header,
#content .page-editor__layout-viewport__resizer > #page-editor > .page-editor__root > div:first-of-type .mnv-header,
#content .master-page > div > div:first-of-type .mnv-header {
  min-height: 142px;
}
@media (max-width: 767px) {
  body:not(.has-edit-mode-menu) #content .layout-content > div:first-of-type .mnv-header,
  #content .page-editor__layout-viewport__resizer > #page-editor > .page-editor__root > div:first-of-type .mnv-header,
  #content .master-page > div > div:first-of-type .mnv-header {
    min-height: 82px;
  }
}

#layout-wrapper {
  /* w-100 h-100 d-flex align-items-stretch */
  height: 100% !important;
  width: 100% !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  flex-wrap: nowrap !important;
}
#layout-wrapper > .col, #layout-wrapper > .page-editor__col,
#layout-wrapper #sidebar,
#layout-wrapper #layout {
  flex: initial !important;
  padding: 0 !important;
  width: auto !important;
}
#layout-wrapper #layout {
  /* w-100 h-100 d-flex align-items-stretch */
  height: 100% !important;
  width: 100% !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  max-width: none !important;
  position: static !important;
  min-height: calc(100vh - 142px);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  html.has-menu #layout-wrapper #layout:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 140;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 767px) {
  #layout-wrapper #layout {
    min-height: calc(100vh - 82px);
  }
}
@media (min-width: 992px) {
  #layout-wrapper #layout {
    margin-left: 120px;
  }
}
html:not(.has-menu) #layout-wrapper #layout {
  margin-left: 0 !important;
}
#layout-wrapper #layout > div:first-child {
  min-height: calc(100vh - 142px - 72px);
}
@media (max-width: 767px) {
  #layout-wrapper #layout > div:first-child {
    min-height: calc(100vh - 82px - 72px);
  }
}

#footer {
  color: #505050;
}
#footer > .container {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
#footer .navbar-site li a {
  color: #505050;
}

#sidebar {
  z-index: 150;
  height: calc(100vh - 142px);
  position: fixed;
  transition: all 0.3s;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  #sidebar {
    height: calc(100vh - 82px);
  }
}
#sidebar > div {
  height: 100%;
}
#sidebar > div > div {
  height: 100%;
  overflow-y: auto;
  scrollbar-color: #D8D8D8 #FFFFFF;
  scrollbar-width: thin;
}
#sidebar > div > div.bg-whiteColor {
  box-shadow: 8px 14px 35px rgba(20, 66, 125, 0.0980392157);
}
#sidebar > div > div > div {
  height: 100%;
}
#sidebar > div > div > div > nav {
  height: 100%;
}
#sidebar > div > div::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
#sidebar > div > div::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
#sidebar > div > div::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 31px none #FFFFFF;
  border-radius: 5px;
}
#sidebar > div > div::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}
#sidebar > div > div::-webkit-scrollbar-thumb:active {
  background: #a3a3a3;
}
#sidebar > div > div::-webkit-scrollbar-track {
  background: #f0f0f0;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
}
#sidebar > div > div::-webkit-scrollbar-track:hover {
  background: #f2f2f2;
}
#sidebar > div > div::-webkit-scrollbar-track:active {
  background: #f5f5f5;
}
#sidebar > div > div::-webkit-scrollbar-corner {
  background: transparent;
}
#sidebar.active {
  margin-left: -120px;
}
#sidebar #sidebar-header {
  width: 100%;
}
#sidebar #sidebar-menu {
  width: 100%;
}
#sidebar #sidebar-footer {
  width: 100%;
  padding-top: 50%;
  padding-bottom: 50%;
  min-height: calc(2 * 120px);
}
#sidebar #sidebar-footer img {
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}

.mnv-home-title {
  color: #14427d;
  line-height: 1;
  font-size: 38px;
}
@media (min-width: 992px) {
  .mnv-home-title {
    font-size: 63px;
  }
}

.mnv-home-subtitle {
  color: #c4004b;
  line-height: 1;
  font-size: 30px;
}
@media (min-width: 992px) {
  .mnv-home-subtitle {
    font-size: 36px;
  }
}

.fa-house-return {
  transform: scale(-1, 1);
}

.portlet-decorate .portlet-content {
  padding: 0px !important;
  background: transparent !important;
  border: none !important;
}

.container-dispositifs .row > div {
  margin-bottom: 20px;
}
.container-dispositifs .row > div > div {
  height: 100%;
}
.container-dispositifs .row > div > div > div {
  height: 100%;
}
.container-dispositifs .row > div > div > div > div {
  height: 100%;
}

.page-annonces .col-11 > div,
.page-annonces .col-11 > .page-editor__col__border > div {
  padding: 0 !important;
}
.page-annonces .col-11 > div > div:first-child > div,
.page-annonces .col-11 > .page-editor__col__border > div > div:first-child > div {
  padding: 0 !important;
  margin: 0 !important;
}
.page-annonces #footer {
  margin-left: 50%;
}

.liste-annonces > .row {
  margin: 0 !important;
}
.liste-annonces > .row > div:first-child {
  min-height: 400px;
  height: 50vh;
  padding: 0 !important;
}
@media (min-width: 992px) {
  .liste-annonces > .row > div:first-child {
    position: fixed !important;
    width: calc(50% - (120px / 2));
    height: calc(100vh - 142px) !important;
  }
}
@media (min-width: 992px) and (max-width: 767px) {
  .liste-annonces > .row > div:first-child {
    height: calc(100vh - 82px) !important;
  }
}
@media (min-width: 992px) {
  html:not(.has-menu) .liste-annonces > .row > div:first-child {
    width: 50% !important;
  }
}
.liste-annonces > .row > div:first-child.col-2 {
  width: 7.5rem !important;
}
.liste-annonces > .row > div:first-child .gm-style .gm-style-iw-c {
  padding: 0 !important;
  background-color: transparent !important;
}
.liste-annonces > .row > div:first-child .gm-style .gm-style-iw-c > button {
  display: block !important;
  margin: 5px !important;
}
.liste-annonces > .row > div:first-child .gm-style .gm-style-iw-c > button img {
  background-color: #FFFFFF;
}
.liste-annonces > .row > div:first-child .gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: auto !important;
}
.liste-annonces > .row > div:first-child .gm-style .gm-style-iw-c .gm-style-iw-d .card {
  margin: 0 !important;
  border-radius: 0 !important;
}
.liste-annonces > .row > div:first-child .gm-style .gm-style-iw-c .gm-style-iw-d .card .card-item-first {
  border-radius: 0 !important;
}
.liste-annonces > .row > div:nth-child(2) {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .liste-annonces > .row > div:nth-child(2) {
    min-height: calc(100vh - 142px);
    margin-left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 767px) {
  .liste-annonces > .row > div:nth-child(2) {
    min-height: calc(100vh - 82px);
  }
}

.ae-ui .ae-toolbars .ae-toolbar-add {
  z-index: 1051;
}
.ae-ui .ae-toolbars .ae-toolbar-styles {
  z-index: 1051;
}

.progress {
  min-width: 0;
  width: 35px;
  height: 35px !important;
  line-height: 35px;
  background: none;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #e8e8e8;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 3px;
  border-style: solid;
  position: absolute;
  top: 0;
  animation: loading-2 1.5s linear forwards 1.8s;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  font-size: 9px;
  font-weight: bold;
  line-height: calc( 35px - 4.5px);
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}
.progress.progress-20 .progress-right .progress-bar {
  animation: progress-20 1.8s linear forwards;
}
.progress.progress-40 .progress-right .progress-bar {
  animation: progress-40 1.8s linear forwards;
}
.progress.progress-60 .progress-right .progress-bar {
  animation: progress-full 1.8s linear forwards;
}
.progress.progress-60 .progress-left .progress-bar {
  animation: progress-10 1.5s linear forwards 1.8s;
}
.progress.progress-80 .progress-right .progress-bar {
  animation: progress-full 1.8s linear forwards;
}
.progress.progress-80 .progress-left .progress-bar {
  animation: progress-30 1.5s linear forwards 1.8s;
}
.progress.progress-100 .progress-right .progress-bar {
  animation: progress-full 1.8s linear forwards;
}
.progress.progress-100 .progress-left .progress-bar {
  animation: progress-full 1.5s linear forwards 1.8s;
}

@keyframes progress-10 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}
@keyframes progress-20 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
  }
}
@keyframes progress-30 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108deg);
    transform: rotate(108deg);
  }
}
@keyframes progress-40 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
@keyframes progress-full {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes three-quarter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
.card[class*=bg-] {
  box-shadow: none;
}
.card[class*=bg-] table {
  background-color: transparent;
}

.valign-children-center > * {
  align-self: center;
}

.step-reset-input, .avancement-aucun.avancement-etapes input, .avancement-etapes input:checked ~ input {
  opacity: 0.5;
}
.step-reset-input + label, .avancement-aucun.avancement-etapes input + label, .avancement-etapes input:checked ~ input + label {
  color: #c7c7c7;
}
.step-reset-input + label .btn, .avancement-aucun.avancement-etapes input + label .btn, .avancement-etapes input:checked ~ input + label .btn {
  background-color: transparent;
  border-color: rgba(160, 160, 160, 0.3);
  color: rgba(20, 66, 125, 0.4);
}
.step-reset-input + label .btn:before, .avancement-aucun.avancement-etapes input + label .btn:before, .avancement-etapes input:checked ~ input + label .btn:before {
  background-color: rgba(160, 160, 160, 0.3);
}

.step-reset-btn + label .btn:before, .avancement-aucun.avancement-etapes input + label .btn:before, .avancement-etapes input:checked + label .btn:before {
  background-color: rgba(160, 160, 160, 0.3);
}

.avancement-etapes {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 0px 0px;
  grid-template-areas: ". ." ". ." ". ." ". ." ". ." ". .";
  align-items: inherit;
}
.avancement-etapes input {
  position: static;
  opacity: 1;
  margin: 4px 10px 7px 0;
  /*&:not(:checked):first-of-type {
    + label .btn:before {
      background-color: rgba($gray-500, .3);
    }

    &, ~ input:not(:checked)  {
      opacity: 0.5;

      + label {
        color: $gray-400;

        .btn {
          background-color: transparent;
          border-color: rgba($gray-500, .3);
          color: rgba($primary, .4);

          &:before {
            background-color: rgba($gray-500, .3);
          }
        }
      }
    }*/
  /*&:not(:first-child):not(:checked) {
    .btn {
      background-color: $tertiary;
      border-color: $tertiary;
      color: $white;
    }
  }*/
}
.avancement-etapes label {
  display: grid;
  grid-template-columns: 1.8fr 0.2fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas: ". .";
  align-items: start;
  position: relative;
  color: #000000;
  overflow: hidden;
  margin: 0;
  padding-bottom: 7px;
}
.avancement-etapes label span {
  margin-right: 10px;
}
.avancement-etapes label .btn {
  display: block;
  background-color: #008ab4;
  border-color: #008ab4;
  color: #FFFFFF;
  overflow: visible;
}
.avancement-etapes label .btn i {
  position: relative;
}
.avancement-etapes label .btn:hover {
  cursor: pointer !important;
}
.avancement-etapes label .btn:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 32px;
  bottom: 0;
  right: 16px;
  margin-right: 11px;
  background-color: #008ab4;
}
@media (max-width: 767px) {
  .avancement-etapes label .btn:before {
    margin-right: 9px;
  }
}
.avancement-etapes label:last-child .btn:before {
  display: none;
}

.btn-primary.bg-white:hover, .btn-primary.bg-white:focus {
  color: #14427d;
}

@media (min-width: 992px) and (max-width: 1650px) {
  .row-flex-fixed {
    /*flex-direction: column;*/
  }
  .row-flex-fixed > [class^=col] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-flex-fixed > .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-flex-fixed > .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.btn-delete-label {
  padding: 0.15rem 0.36rem;
}

@media (max-width: 1650px) {
  /*
  .btn-delete-row {
    display: none;
  }
  */
  .ideal-area-point {
    margin-bottom: 0 !important;
    padding-bottom: 1rem;
    border-bottom: #EDEDED 1px solid;
  }
}
/*
@media (min-width:1650px) {
  .btn-delete-label {
    display: none;
  }
}
*/
.flex-rwd {
  flex-wrap: wrap;
}

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