@charset "UTF-8";
@use "sass:math" as *;
/**
 * 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
 */
@use "sass:math" as *;
/**
 * Clay 3.63.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d; }
  .lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
    color: #555; }

.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  -moz-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::-webkit-input-placeholder {
    color: #a9afb5;
    font-style: italic; }
  .form-control-inline:-moz-placeholder {
    color: #a9afb5;
    font-style: italic; }
  .form-control-inline::-moz-placeholder {
    color: #a9afb5;
    font-style: italic; }
  .form-control-inline:-ms-input-placeholder {
    color: #a9afb5;
    font-style: italic; }
  .form-control-inline::-ms-input-placeholder {
    color: #a9afb5;
    font-style: italic; }
  .form-control-inline::placeholder {
    color: #a9afb5;
    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 {
    -webkit-border-radius: 0.1875rem;
       -moz-border-radius: 0.1875rem;
            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) {
    -webkit-border-radius: 0.1875rem;
       -moz-border-radius: 0.1875rem;
            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 {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          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;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            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 #e5e7e9;
    margin-bottom: 1rem;
    min-height: 2rem;
    padding: 2rem 0;
    position: relative;
    text-align: center; }
    .upload-drop-intent .lfr-upload-container .upload-target {
      z-index: 100; }
    .upload-drop-active .lfr-upload-container .upload-target {
      background-color: #92e5a5;
      border-color: #69db83; }
    .lfr-upload-container .upload-target .drop-file-text {
      font-weight: normal; }
      .mobile .lfr-upload-container .upload-target .drop-file-text {
        display: none; }
    .lfr-upload-container .upload-target .small {
      display: block;
      margin: 5px 0;
      text-transform: lowercase; }
  .lfr-upload-container .manage-upload-target {
    padding-top: 5px;
    position: relative; }
    .lfr-upload-container .manage-upload-target .select-files {
      float: left;
      line-height: 0;
      margin: 0 1.125rem 1.125rem;
      padding: 0 0 0 5px; }
  .lfr-upload-container .cancel-uploads,
  .lfr-upload-container .clear-uploads {
    background-repeat: no-repeat;
    float: right; }
  .lfr-upload-container .cancel-uploads {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
    margin-right: 0; }
  .lfr-upload-container .clear-uploads {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
    padding-left: 16px; }
  .lfr-upload-container .upload-file.upload-complete.file-saved {
    padding-left: 25px; }
  .lfr-upload-container .upload-file .file-title {
    display: inline-block;
    max-width: 95%;
    overflow: hidden;
    padding-right: 16px;
    -o-text-overflow: ellipsis;
       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: #6c757d;
    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: #6c757d; }
  .lfr-upload-container .delete-button-col {
    padding-right: 10px; }
  .lfr-upload-container .file-added .success-message {
    float: right;
    font-weight: normal; }
  .lfr-upload-container .upload-error {
    opacity: 1;
    padding-left: 25px; }
  .lfr-upload-container .upload-complete .cancel-button,
  .lfr-upload-container .delete-button,
  .lfr-upload-container .upload-complete.file-saved .delete-button,
  .lfr-upload-container .upload-complete.upload-error .delete-button {
    display: none; }
  .lfr-upload-container .multiple-files .upload-error {
    background: #f5c4c9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
    border-color: #bd2130;
    color: #bd2130;
    font-weight: normal;
    margin-bottom: 16px;
    padding: 8px 8px 8px 24px; }
    .lfr-upload-container .multiple-files .upload-error .error-message {
      display: block; }
  .lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
  .lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
    padding-left: 1rem; }
  .lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
  .lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
    display: none; }
  .lfr-upload-container .single-file .upload-error {
    list-style: none;
    margin-top: 1em; }
    .lfr-upload-container .single-file .upload-error .upload-error-message {
      margin-bottom: 0.5em; }
  .lfr-upload-container .upload-complete {
    padding-left: 5px; }
    .lfr-upload-container .upload-complete .error-message,
    .lfr-upload-container .upload-complete .success-message {
      font-weight: bold;
      margin-left: 1em; }
    .lfr-upload-container .upload-complete .delete-button {
      display: inline-block; }
    .lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
      display: none; }
  .lfr-upload-container .progress {
    display: none;
    margin-top: 0.5rem; }
  .lfr-upload-container .file-uploading .progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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: -webkit-calc(100vh - 49px);
  height: -moz-calc(100vh - 49px);
  height: calc(100vh - 49px);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 49px;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform ease 0.5s;
  transition: -webkit-transform ease 0.5s;
  -o-transition: -o-transform ease 0.5s;
  -moz-transition: transform ease 0.5s, -moz-transform ease 0.5s;
  transition: transform ease 0.5s;
  transition: transform ease 0.5s, -webkit-transform ease 0.5s, -moz-transform ease 0.5s, -o-transform ease 0.5s;
  width: 320px;
  will-change: transform; }
  .contextual-sidebar.contextual-sidebar-visible {
    pointer-events: auto;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); }
  body.has-control-menu .contextual-sidebar {
    height: -webkit-calc(100vh - 98px);
    height: -moz-calc(100vh - 98px);
    height: calc(100vh - 98px);
    top: 98px; }

@media (min-width: 576px) {
  .contextual-sidebar {
    height: -webkit-calc(100vh - 64px);
    height: -moz-calc(100vh - 64px);
    height: calc(100vh - 64px);
    top: 64px; }
    body.has-control-menu .contextual-sidebar {
      height: -webkit-calc( 100vh - 120px);
      height: -moz-calc( 100vh - 120px);
      height: calc( 100vh - 120px);
      top: 120px; }
  .contextual-sidebar-content {
    -webkit-transition: padding ease 0.5s;
    -o-transition: padding ease 0.5s;
    -moz-transition: padding ease 0.5s;
    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: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    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 {
    -webkit-background-size: 50px 50px;
       -moz-background-size: 50px;
         -o-background-size: 50px;
            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;
        -o-text-overflow: ellipsis;
           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%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .drop-here-info {
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      transition: none; } }
  .drop-here-info .drop-here-indicator {
    height: 115px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .drop-here-info .drop-icons {
    display: inline-block;
    position: relative;
    width: 160px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .drop-here-info .drop-icons {
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none; } }
    .drop-here-info .drop-icons span {
      -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
              border-radius: 3px;
      position: absolute;
      text-align: center;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .drop-here-info .drop-icons span {
          -webkit-transition: none;
          -o-transition: none;
          -moz-transition: none;
          transition: none; } }
      .drop-here-info .drop-icons span:nth-of-type(1) {
        -webkit-box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
           -moz-box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
                box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
        height: 60px;
        left: 0;
        line-height: 60px;
        opacity: 0;
        top: 10px;
        -webkit-transform: rotate(25deg);
           -moz-transform: rotate(25deg);
            -ms-transform: rotate(25deg);
             -o-transform: rotate(25deg);
                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) {
        -webkit-box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
           -moz-box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
                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;
        -webkit-transform: rotate(-25deg);
           -moz-transform: rotate(-25deg);
            -ms-transform: rotate(-25deg);
             -o-transform: rotate(-25deg);
                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) {
      -webkit-transform: rotate(-20deg);
         -moz-transform: rotate(-20deg);
          -ms-transform: rotate(-20deg);
           -o-transform: rotate(-20deg);
              transform: rotate(-20deg); }
    .drop-active .drop-here-info span:nth-of-type(2) {
      -webkit-transform: scale(1);
         -moz-transform: scale(1);
          -ms-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1); }
    .drop-active .drop-here-info span:nth-of-type(3) {
      -webkit-transform: rotate(15deg);
         -moz-transform: rotate(15deg);
          -ms-transform: rotate(15deg);
           -o-transform: rotate(15deg);
              transform: rotate(15deg); }

.taglib-empty-result-message.sheet {
  margin-bottom: 24px; }

.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px; }

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
       -o-background-size: 100%;
          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/classic-theme/images/states/empty_state.gif); }

.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/classic-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px; }

.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/classic-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/classic-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/classic-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 {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          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%;
    -o-text-overflow: ellipsis;
       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 {
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          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 {
      -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
              border-radius: 4px;
      bottom: -2px;
      content: '';
      display: block;
      left: -2px;
      position: absolute;
      right: -2px;
      top: -2px;
      -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
      transition: -webkit-box-shadow 0.15s ease-in-out;
      -o-transition: box-shadow 0.15s ease-in-out;
      -moz-transition: box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
      transition: box-shadow 0.15s ease-in-out;
      transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out; }
  .item-selector .input-file:focus + label::before {
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff;
       -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff;
            box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff; }

.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  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 {
              -webkit-border-radius: 0;
                 -moz-border-radius: 0;
                      border-radius: 0; }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
      width: auto; }
      @media (min-width: 576px) {
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
          left: 0;
          position: absolute;
          right: 15px; } }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
      height: auto; }

.lfr-search-container-wrapper a:not(.component-action):not(.btn) {
  color: #343a40; }

.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d; }
  .lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
    color: #343a40; }

.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d; }
  .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;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    color: #343a40; }

.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  -webkit-border-bottom-left-radius: 0.25rem;
     -moz-border-radius-bottomleft: 0.25rem;
          border-bottom-left-radius: 0.25rem;
  -webkit-border-bottom-right-radius: 0.25rem;
     -moz-border-radius-bottomright: 0.25rem;
          border-bottom-right-radius: 0.25rem; }

.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px; }

.lfr-search-container-wrapper .list-group {
  margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
  .lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
    -webkit-border-top-left-radius: 0;
       -moz-border-radius-topleft: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 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 {
  -webkit-border-bottom-left-radius: 0.25rem;
     -moz-border-radius-bottomleft: 0.25rem;
          border-bottom-left-radius: 0.25rem; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  -webkit-border-bottom-right-radius: 0.25rem;
     -moz-border-radius-bottomright: 0.25rem;
          border-bottom-right-radius: 0.25rem; }

.user-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .user-info .sticker {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .user-info .user-details {
    margin-left: 1rem; }
  .user-info .user-name {
    color: #343a40;
    font-weight: 600; }
  .user-info .date-info {
    color: #6c757d; }

.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;
    -webkit-background-size: 60px 60px;
       -moz-background-size: 60px;
         -o-background-size: 60px;
            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);
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      content: '';
      display: block;
      height: 100%;
      width: 100%; }
  .taglib-user-display .user-details {
    margin-top: 1em; }
  .taglib-user-display .user-name {
    font-size: 1.1em;
    font-weight: bold; }
  .taglib-user-display a .user-name {
    text-decoration: underline; }
  .taglib-user-display.display-style-1 .user-profile-image {
    float: left;
    margin-right: 24px; }
  .taglib-user-display.display-style-1 .user-name {
    display: inline-block;
    margin-top: 10px; }
  .taglib-user-display.display-style-1 .user-details {
    margin-top: 0; }
  .taglib-user-display.display-style-2 .user-profile-image,
  .taglib-user-display.display-style-2 .user-name {
    clear: both;
    display: block;
    min-height: 20px;
    text-align: center; }
  .taglib-user-display.display-style-3 {
    padding: 0; }
    .taglib-user-display.display-style-3 .user-profile-image {
      display: inline-block;
      vertical-align: middle; }

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999; }

.table-cell .taglib-workflow-status {
  margin: 0; }
  .table-cell .taglib-workflow-status .workflow-status {
    padding-left: 0; }

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

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px; }

.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static; }

.portal-popup .lfr-form-content {
  padding: 24px 12px; }

.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%; }

.portal-popup .portlet-column {
  position: static; }

.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px; }
  .portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .dialog-body .container-view .nav-tabs-underline,
  .portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
  .portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
  .portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .lfr-form-content .container-view .nav-tabs-underline,
  .portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
  .portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .process-list .container-view .nav-tabs-underline,
  .portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .roles-selector-body .container-view .nav-tabs-underline {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -20px; }

.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0; }

.portal-popup .login-container {
  padding: 1rem; }

.portal-popup .management-bar-default {
  border-left-width: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 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: -webkit-calc(100% - 48px);
  height: -moz-calc(100% - 48px);
  height: calc(100% - 48px);
  position: relative; }
  @media (min-width: 576px) {
    .portal-popup .navbar ~ .portlet-configuration-setup,
    .portal-popup .portlet-export-import-container {
      height: -webkit-calc(100% - 48px);
      height: -moz-calc(100% - 48px);
      height: calc(100% - 48px); } }

.portal-popup .panel-group .panel {
  border-left-width: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 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 {
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0; }

.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px; }
  @media (min-width: 576px) {
    .portal-popup .portlet-configuration-setup .lfr-nav {
      padding-left: 8px;
      padding-right: 8px; } }

.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 576px) {
    .portal-popup .lfr-dynamic-uploader,
    .portal-popup .process-list {
      top: 48px; } }

.portal-popup .portlet-export-import-publish-processes {
  top: 0; }

.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          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: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: visible; }
  .portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            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;
  -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease; }
  @media (prefers-reduced-motion: reduce) {
    .portlet-boundary.yui3-dd-dragging {
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      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: '\25be'; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
          content: '\25b8'; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
        color: #fff; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
        background-color: #717383; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
        border-right: solid 1px #ccc; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
        background-image: none; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
      background-color: #ededef; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
      color: #34adab; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
      color: #1d5ec7; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
      color: #ff6c58; }
      .lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
        color: #f00; }
  .lfr-source-editor.ace_dark .lfr-source-editor-code {
    background-color: #47474f;
    color: #fff; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
      background: #54555e;
      color: #fff; }
      .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
        background-color: #009aed; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
      background-color: #11394e; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
      color: #fff; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
      color: #4d91ff; }

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

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

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

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

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

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

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

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

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

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

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3; }

.lfr-item-viewer.uploading > .progress-container {
  visibility: visible; }

.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          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%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000; }
  .lfr-item-viewer .progress-container a {
    position: absolute;
    right: 30px; }
  .lfr-item-viewer .progress-container .progress {
    margin-top: 10px; }

.lfr-item-viewer .search-info {
  background-color: #d3e8f1; }
  .lfr-item-viewer .search-info .keywords {
    font-size: 1.4em;
    font-weight: bold; }
  .lfr-item-viewer .search-info .change-search-folder {
    font-size: 0.8em;
    font-weight: normal; }

.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%; }
  .lfr-item-viewer .upload-view > div {
    display: table-cell;
    vertical-align: middle; }

.lfr-item-viewer .yui3-widget-bd {
  position: relative; }

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

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

.lfr-page-layouts {
  padding: 0; }
  .lfr-page-layouts input[type='radio'] {
    opacity: 0;
    position: absolute; }
    .lfr-page-layouts input[type='radio']:checked + .card-horizontal {
      cursor: default; }
      .lfr-page-layouts input[type='radio']:checked + .card-horizontal::after {
        bottom: -0.0625rem;
        content: "";
        left: -0.0625rem;
        position: absolute;
        right: -0.0625rem;
        -webkit-transition: height 0.15s ease-out;
        -o-transition: height 0.15s ease-out;
        -moz-transition: height 0.15s ease-out;
        transition: height 0.15s ease-out; }
        @media (prefers-reduced-motion: reduce) {
          .lfr-page-layouts input[type='radio']:checked + .card-horizontal::after {
            -webkit-transition: none;
            -o-transition: none;
            -moz-transition: none;
            transition: none; } }
  .lfr-page-layouts .card-horizontal {
    cursor: pointer;
    outline: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-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;
    -moz-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, -moz-box-shadow 0.15s ease-in-out;
    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;
    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, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .lfr-page-layouts .card-horizontal {
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none; } }
    .lfr-page-layouts .card-horizontal::after {
      -webkit-border-radius: 0 0 0.25rem 0.25rem;
         -moz-border-radius: 0 0 0.25rem 0.25rem;
              border-radius: 0 0 0.25rem 0.25rem;
      bottom: -0.0625rem;
      content: "";
      height: 0;
      left: -0.0625rem;
      position: absolute;
      right: -0.0625rem;
      -webkit-transition: height 0.15s ease-out;
      -o-transition: height 0.15s ease-out;
      -moz-transition: height 0.15s ease-out;
      transition: height 0.15s ease-out; }
      @media (prefers-reduced-motion: reduce) {
        .lfr-page-layouts .card-horizontal::after {
          -webkit-transition: none;
          -o-transition: none;
          -moz-transition: none;
          transition: none; } }

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

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative; }

.modal-dialog.dialog-iframe-modal {
  max-width: none; }

.modal-dialog.modal-dialog-sm {
  max-width: 500px; }

.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all; }
  .modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
    bottom: 0;
    right: 0; }

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

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

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

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

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

.tag-cloud .tag-popularity-1 {
  font-size: 1em; }

.tag-cloud .tag-popularity-2 {
  font-size: 1.3em; }

.tag-cloud .tag-popularity-3 {
  font-size: 1.6em; }

.tag-cloud .tag-popularity-4 {
  font-size: 1.9em; }

.tag-cloud .tag-popularity-5 {
  font-size: 2.2em; }

.tag-cloud .tag-popularity-6 {
  font-size: 2.5em; }

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

.tree-node .icon-check {
  padding-right: 2px; }

.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }

.tree-node [class^='icon-'] {
  margin-right: 5px; }

.tree-node .tree-node-checkbox-container {
  margin-right: 0; }

.tree-node .tree-node-selected .tree-label {
  background: none; }

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px; }

.tree-node-content .tree-label {
  margin-left: 3px; }

.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

.collapse.open {
  display: block; }

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

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

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

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

body.portlet {
  border-width: 0; }

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

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

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

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

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

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

.portlet-layout .portlet-header {
  margin-bottom: 1rem; }

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none; } }

@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none; } }

.portlet:hover .visible-interaction, .portlet.open .visible-interaction {
  display: block; }

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none; }

.controls-hidden .portlet-topper-toolbar {
  display: none !important; }

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  -webkit-border-radius: 0 0;
     -moz-border-radius: 0 0;
          border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  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: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
      transition: opacity 0.25s, -webkit-transform 0.25s;
      -o-transition: opacity 0.25s, -o-transform 0.25s;
      -moz-transition: opacity 0.25s, transform 0.25s, -moz-transform 0.25s;
      transition: opacity 0.25s, transform 0.25s;
      transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s, -moz-transform 0.25s, -o-transform 0.25s;
      top: 0; } }
  @media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      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 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
  html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
    display: inline-block;
    text-decoration: none; }

html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0; }
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
    color: rgba(0, 0, 0, 0.5); }
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
    text-decoration: none; }

html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600; }

html:not(#__):not(#___) .cadmin .portlet-title-default {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

@media (max-width: 767.98px) {
  html:not(#__):not(#___) .lfr-configurator-visibility {
    opacity: 0.5; } }

@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5; }
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet-content-editable {
    opacity: 0.5; } }

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    -webkit-border-top-left-radius: 0;
       -moz-border-radius-topleft: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 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;
    -webkit-transform: translateY(-97%);
       -moz-transform: translateY(-97%);
        -ms-transform: translateY(-97%);
         -o-transform: translateY(-97%);
            transform: translateY(-97%); } }

@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; } }

html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block; }

.portlet {
  margin-bottom: 10px;
  position: relative; }
  @media (min-width: 768px) {
    .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
      border-color: transparent;
      -webkit-border-top-left-radius: 0;
         -moz-border-radius-topleft: 0;
              border-top-left-radius: 0;
      -webkit-border-top-right-radius: 0;
         -moz-border-radius-topright: 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;
      -webkit-transform: translateY(-97%);
         -moz-transform: translateY(-97%);
          -ms-transform: translateY(-97%);
           -o-transform: translateY(-97%);
              transform: translateY(-97%); } }
  @media (min-width: 576px) {
    .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
      opacity: 0.5; } }

.portlet-content-editable {
  border-color: transparent;
  -webkit-border-radius: 0 0;
     -moz-border-radius: 0 0;
          border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px; }
  .portlet > .portlet-content-editable {
    border-color: transparent; }
  @media (max-width: 767.98px) {
    .controls-visible .portlet-content-editable {
      border-color: transparent;
      -webkit-border-top-left-radius: 0;
         -moz-border-radius-topleft: 0;
              border-top-left-radius: 0;
      -webkit-border-top-right-radius: 0;
         -moz-border-radius-topright: 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 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

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

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  -webkit-border-radius: 0 0;
     -moz-border-radius: 0 0;
          border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative; }
  .portlet > .portlet-topper {
    display: none; }
    @media (min-width: 768px) {
      .portlet > .portlet-topper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
        transition: opacity 0.25s, -webkit-transform 0.25s;
        -o-transition: opacity 0.25s, -o-transform 0.25s;
        -moz-transition: opacity 0.25s, transform 0.25s, -moz-transform 0.25s;
        transition: opacity 0.25s, transform 0.25s;
        transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s, -moz-transform 0.25s, -o-transform 0.25s;
        top: 0; } }
  @media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .portlet > .portlet-topper {
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      transition: none; } }
  @media (max-width: 767.98px) {
    .controls-visible .portlet-topper {
      display: box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; } }

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

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

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

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

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

.portlet-borderless .portlet-content {
  padding: 1rem; }

.portlet-decorate .portlet-content {
  background: #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; }

@-webkit-keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd; }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  75% {
    background-color: #ddedde;
    border-color: #7d7; }
  100% {
    background-color: #ebebeb;
    border-color: #ddd; } }

@-moz-keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd; }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    -moz-transform: scale(1.1);
         transform: scale(1.1); }
  75% {
    background-color: #ddedde;
    border-color: #7d7; }
  100% {
    background-color: #ebebeb;
    border-color: #ddd; } }

@-o-keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd; }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    -o-transform: scale(1.1);
       transform: scale(1.1); }
  75% {
    background-color: #ddedde;
    border-color: #7d7; }
  100% {
    background-color: #ebebeb;
    border-color: #ddd; } }

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd; }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            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 {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px; }

.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px; }

.upload-drop-active .lfr-upload-container .upload-target {
  -webkit-animation: none;
     -moz-animation: none;
       -o-animation: none;
          animation: none; }

.upload-drop-intent .lfr-upload-container .upload-target {
  -webkit-animation: lfr-drop-active 1s ease 0.2s infinite;
     -moz-animation: lfr-drop-active 1s ease 0.2s infinite;
       -o-animation: lfr-drop-active 1s ease 0.2s infinite;
          animation: lfr-drop-active 1s ease 0.2s infinite; }

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

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          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 {
    -webkit-box-shadow: 0 0 5px 0 #333;
       -moz-box-shadow: 0 0 5px 0 #333;
            box-shadow: 0 0 5px 0 #333;
    -webkit-transition-duration: 0.25s;
       -moz-transition-duration: 0.25s;
         -o-transition-duration: 0.25s;
            transition-duration: 0.25s;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    -moz-transition-property: box-shadow, -moz-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow, -moz-box-shadow;
    -webkit-transition-timing-function: ease-out;
       -moz-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@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 {
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
     -moz-animation: progress-bar-stripes 0.5s linear infinite;
       -o-animation: progress-bar-stripes 0.5s linear infinite;
          animation: progress-bar-stripes 0.5s linear infinite;
  background-image: -webkit-linear-gradient(135deg, 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-image: -moz-linear-gradient(135deg, 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-image: -o-linear-gradient(135deg, 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-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));
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
  -webkit-transition: width, 0.5s, ease-out;
  -o-transition: width, 0.5s, ease-out;
  -moz-transition: width, 0.5s, ease-out;
  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 {
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      transition: none; } }

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

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

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

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

.highlight-animation {
  -webkit-animation: highlight-animation 0.7s;
     -moz-animation: highlight-animation 0.7s;
       -o-animation: highlight-animation 0.7s;
          animation: highlight-animation 0.7s; }

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

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

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'fontawesome-alloy';
  src: url("../font/fontawesome-alloy.eot");
  src: url("../font/fontawesome-alloy.eot?#iefix") format("embedded-opentype"), url("../font/fontawesome-alloy.woff") format("woff"), url("../font/fontawesome-alloy.ttf") format("truetype"), url("../font/fontawesome-alloy.svg#fontawesome-alloy") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'fontawesome-alloy';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333em; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline; }

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14286em;
  text-align: right;
  padding-right: 0.28571em; }
  [class^="icon-"].icon-fixed-width.icon-large,
  [class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.42857em; }

.icons-ul {
  margin-left: 2.14286em;
  list-style-type: none; }
  .icons-ul > li {
    position: relative; }
  .icons-ul .icon-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    text-align: center;
    line-height: inherit; }

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: white; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }
  .icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.icon-3x {
  font-size: 3em; }
  .icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.icon-4x {
  font-size: 4em; }
  .icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }

.icon-5x {
  font-size: 5em; }
  .icon-5x.icon-border {
    border-width: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block; }

.nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em; }

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em; }

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0; }
  .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em; }
  .btn.btn-large [class^="icon-"].pull-left.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em; }
  .btn.btn-large [class^="icon-"].pull-right.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: .2em; }

/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }
  .icon-stack [class^="icon-"],
  .icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit; }
  .icon-stack .icon-stack-base {
    font-size: 2em; }

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
       -moz-transform: rotate(359deg);
         -o-transform: rotate(359deg);
            transform: rotate(359deg); } }

/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

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

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

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'fontawesome-alloy';
  content: '\FEFF' attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-caret-bottom-right, .icon-glass, .icon-music, .icon-search, .icon-envelope, .icon-heart, .icon-star, .icon-star-empty, .icon-user, .icon-film, .icon-th-large, .icon-th, .icon-th-list, .icon-ok, .icon-remove, .icon-zoom-in, .icon-zoom-out, .icon-off, .icon-signal, .icon-cog, .icon-trash, .icon-home, .icon-file, .icon-inbox, .icon-play-circle, .icon-repeat, .icon-refresh, .icon-list-alt, .icon-lock, .icon-flag, .icon-headphones, .icon-volume-off, .icon-volume-down, .icon-volume-up, .icon-qrcode, .icon-barcode, .icon-tag, .icon-tags, .icon-book, .icon-bookmark, .icon-print, .icon-camera, .icon-font, .icon-bold, .icon-italic, .icon-align-justify, .icon-list, .icon-indent-left, .icon-indent-right, .icon-facetime-video, .icon-picture, .icon-pencil, .icon-map-marker, .icon-adjust, .icon-tint, .icon-edit, .icon-share, .icon-check, .icon-move, .icon-step-backward, .icon-fast-backward, .icon-backward, .icon-play, .icon-pause, .icon-stop, .icon-forward, .icon-fast-forward, .icon-minus-sign, .icon-remove-sign, .icon-ok-sign, .icon-question-sign, .icon-info-sign, .icon-screenshot, .icon-remove-circle, .icon-ok-circle, .icon-ban-circle, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-down, .icon-share-alt, .icon-resize-full, .icon-resize-small, .icon-plus, .icon-minus, .icon-asterisk, .icon-exclamation-sign, .icon-gift, .icon-leaf, .icon-calendar, .icon-random, .icon-comment, .icon-magnet, .icon-chevron-up, .icon-chevron-down, .icon-retweet, .icon-shopping-cart, .icon-folder-close, .icon-folder-open, .icon-resize-vertical, .icon-resize-horizontal, .icon-bar-chart, .icon-twitter-sign, .icon-facebook-sign, .icon-camera-retro, .icon-key, .icon-cogs, .icon-comments, .icon-thumbs-up, .icon-thumbs-down, .icon-star-half, .icon-signin, .icon-trophy, .icon-github-sign, .icon-upload-alt, .icon-lemon, .icon-phone, .icon-check-empty, .icon-bookmark-empty, .icon-phone-sign, .icon-twitter, .icon-facebook, .icon-github, .icon-unlock, .icon-credit, .icon-rss, .icon-hdd, .icon-bullhorn, .icon-bell, .icon-certificate, .icon-hand-right, .icon-hand-left, .icon-hand-up, .icon-globe, .icon-wrench, .icon-tasks, .icon-filter, .icon-briefcase, .icon-fullscreen, .icon-group, .icon-link, .icon-cloud, .icon-beaker, .icon-cut, .icon-copy, .icon-paper-clip, .icon-save, .icon-sign-blank, .icon-reorder, .icon-list-ul, .icon-list-ol, .icon-strikethrough, .icon-underline, .icon-table, .icon-magic, .icon-money, .icon-caret-down, .icon-caret-up, .icon-caret-left, .icon-caret-right, .icon-columns, .icon-sort, .icon-sort-down, .icon-sort-up, .icon-envelope-alt, .icon-linkedin, .icon-undo, .icon-legal, .icon-dashboard, .icon-comment-alt, .icon-comments-alt, .icon-bolt, .icon-sitemap, .icon-umbrella, .icon-paste, .icon-lightbulb, .icon-exchange, .icon-bell-alt, .icon-coffee, .icon-food, .icon-file-alt, .icon-building, .icon-hospital, .icon-ambulance, .icon-medkit, .icon-fighter-jet, .icon-beer, .icon-h-sign, .icon-plus-sign, .icon-double-angle-left, .icon-double-angle-right, .icon-double-angle-up, .icon-double-angle-down, .icon-angle-left, .icon-angle-right, .icon-angle-up, .icon-angle-down, .icon-desktop, .icon-laptop, .icon-spinner, .icon-circle, .icon-reply, .icon-github-alt, .icon-folder-close-alt, .icon-folder-open-alt, .icon-expand-alt, .icon-collapse-alt, .icon-smile, .icon-frown, .icon-meh, .icon-gamepad, .icon-keyboard, .icon-flag-alt, .icon-flag-checkered, .icon-terminal, .icon-code, .icon-reply-all, .icon-star-half-full, .icon-location-arrow, .icon-crop, .icon-code-fork, .icon-subscript, .icon-eraser, .icon-puzzle, .icon-microphone, .icon-microphone-off, .icon-shield, .icon-calendar-empty, .icon-fire-extinguisher, .icon-rocket, .icon-maxcdn, .icon-chevron-sign-left, .icon-chevron-sign-right, .icon-chevron-sign-up, .icon-chevron-sign-down, .icon-html5, .icon-css3, .icon-anchor, .icon-unlock-alt, .icon-bullseye, .icon-ellipsis-horizontal, .icon-ellipsis-vertical, .icon-rss-sign, .icon-fb-boolean, .icon-text-height, .icon-text-width, .icon-align-left, .icon-align-center, .icon-align-right, .icon-step-forward, .icon-eject, .icon-chevron-left, .icon-chevron-right, .icon-plus-sign-2, .icon-fire, .icon-eye-open, .icon-eye-close, .icon-warning-sign, .icon-plane, .icon-heart-empty, .icon-signout, .icon-linkedin-sign, .icon-pushpin, .icon-external-link, .icon-hand-down, .icon-circle-arrow-left, .icon-circle-arrow-right, .icon-circle-arrow-up, .icon-circle-arrow-down, .icon-truck, .icon-pinterest, .icon-pinterest-sign, .icon-google-plus-sign, .icon-google-plus, .icon-cloud-download, .icon-cloud-upload, .icon-user-md, .icon-stethoscope, .icon-suitcase, .icon-tablet, .icon-mobile, .icon-circle-blank, .icon-quote-left, .icon-quote-right, .icon-unlink, .icon-question, .icon-info, .icon-exclamation, .icon-superscript, .icon-play-sign, .icon-ticket, .icon-minus-sign-alt, .icon-check-minus, .icon-level-up, .icon-sort-by-attributes-alt, .icon-sort-by-order, .icon-sort-by-order-alt, .icon-thumbs-up-2, .icon-thumbs-down-2, .icon-dribbble, .icon-skype, .icon-foursquare, .icon-trello, .icon-female, .icon-level-down, .icon-check-sign, .icon-edit-sign, .icon-external-link-sign, .icon-share-sign, .icon-compass, .icon-collapse, .icon-collapse-top, .icon-expand, .icon-euro, .icon-gbp, .icon-dollar, .icon-rupee, .icon-yen, .icon-renminbi, .icon-won, .icon-bitcoin, .icon-file-2, .icon-file-text, .icon-sort-by-alphabet, .icon-sort-by-alphabet-alt, .icon-sort-by-attributes, .icon-youtube-sign, .icon-youtube, .icon-xing, .icon-xing-sign, .icon-youtube-play, .icon-dropbox, .icon-stackexchange, .icon-instagram, .icon-flickr, .icon-adn, .icon-bitbucket, .icon-bitbucket-sign, .icon-tumblr, .icon-tumblr-sign, .icon-long-arrow-down, .icon-long-arrow-up, .icon-long-arrow-left, .icon-long-arrow-right, .icon-apple, .icon-windows, .icon-android, .icon-linux, .icon-male, .icon-gittip, .icon-sun, .icon-moon, .icon-archive, .icon-bug, .icon-vk, .icon-weibo, .icon-renren, .icon-time, .icon-road, .icon-download-alt, .icon-download, .icon-upload, .icon-db-joinxor, .icon-db-state, .icon-db-start, .icon-db-end, .icon-db-fork, .icon-db-condition, .icon-db-task, .icon-db-join, .icon-fb-button, .icon-fb-fieldset, .icon-fb-custom-field, .icon-fb-separator, .icon-fb-paragraph, .icon-fb-file-upload, .icon-fb-text, .icon-fb-text-box, .icon-fb-select, .icon-fb-radio, .icon-fb-number, .icon-fb-integer, .icon-fb-decimal {
  font-family: 'fontawesome-alloy';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-caret-bottom-right:before {
  content: "\e016"; }

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

.icon-music:before {
  content: "\f001"; }

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

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

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

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

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

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

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

.icon-th-large:before {
  content: "\f009"; }

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

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

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

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

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

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

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

.icon-signal:before {
  content: "\f012"; }

.icon-cog:before {
  content: "\f013"; }

.icon-trash:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

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

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle:before {
  content: "\f01d"; }

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

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

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

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

.icon-headphones:before {
  content: "\f025"; }

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

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

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

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

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

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

.icon-print:before {
  content: "\f02f"; }

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

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

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

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

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

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

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

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

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

.icon-map-marker:before {
  content: "\f041"; }

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

.icon-tint:before {
  content: "\f043"; }

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

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

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

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

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

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

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

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

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-share-alt:before {
  content: "\f064"; }

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

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

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

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

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

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

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

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

.icon-random:before {
  content: "\f074"; }

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

.icon-magnet:before {
  content: "\f076"; }

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

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

.icon-retweet:before {
  content: "\f079"; }

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

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

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

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

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

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

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

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

.icon-camera-retro:before {
  content: "\f083"; }

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

.icon-cogs:before {
  content: "\f085"; }

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

.icon-thumbs-up:before {
  content: "\f087"; }

.icon-thumbs-down:before {
  content: "\f088"; }

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

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

.icon-trophy:before {
  content: "\f091"; }

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

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

.icon-lemon:before {
  content: "\f094"; }

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

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

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

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

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

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

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

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

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

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

.icon-hdd:before {
  content: "\f0a0"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

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

.icon-certificate:before {
  content: "\f0a3"; }

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

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

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

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-briefcase:before {
  content: "\f0b1"; }

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

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

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

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

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

.icon-cut:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

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

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

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

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

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

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

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

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

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

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

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

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

.icon-undo:before {
  content: "\f0e2"; }

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

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

.icon-comment-alt:before {
  content: "\f0e5"; }

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

.icon-bolt:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-paste:before {
  content: "\f0ea"; }

.icon-lightbulb:before {
  content: "\f0eb"; }

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

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

.icon-coffee:before {
  content: "\f0f4"; }

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

.icon-file-alt:before {
  content: "\f0f6"; }

.icon-building:before {
  content: "\f0f7"; }

.icon-hospital:before {
  content: "\f0f8"; }

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

.icon-medkit:before {
  content: "\f0fa"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-beer:before {
  content: "\f0fc"; }

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

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

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

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

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

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

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

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

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

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

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-spinner:before {
  content: "\f110"; }

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

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

.icon-github-alt:before {
  content: "\f113"; }

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

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

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

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

.icon-smile:before {
  content: "\f118"; }

.icon-frown:before {
  content: "\f119"; }

.icon-meh:before {
  content: "\f11a"; }

.icon-gamepad:before {
  content: "\f11b"; }

.icon-keyboard:before {
  content: "\f11c"; }

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

.icon-flag-checkered:before {
  content: "\f11e"; }

.icon-terminal:before {
  content: "\f120"; }

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

.icon-reply-all:before {
  content: "\f122"; }

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

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

.icon-crop:before {
  content: "\f125"; }

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

.icon-subscript:before {
  content: "\f12c"; }

.icon-eraser:before {
  content: "\f12d"; }

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

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

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

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

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

.icon-fire-extinguisher:before {
  content: "\f134"; }

.icon-rocket:before {
  content: "\f135"; }

.icon-maxcdn:before {
  content: "\f136"; }

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

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

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

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

.icon-html5:before {
  content: "\f13b"; }

.icon-css3:before {
  content: "\f13c"; }

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

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-bullseye:before {
  content: "\f140"; }

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

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

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

.icon-fb-boolean:before {
  content: "\e008"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

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

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

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

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

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

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

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

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

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

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

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

.icon-plane:before {
  content: "\f072"; }

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

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

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

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

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

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

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

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

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

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

.icon-truck:before {
  content: "\f0d1"; }

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

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

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

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

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

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

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

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

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

.icon-mobile:before {
  content: "\f10b"; }

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

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-unlink:before {
  content: "\f127"; }

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

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

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

.icon-superscript:before {
  content: "\f12b"; }

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

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

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

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

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

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

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

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

.icon-thumbs-up-2:before {
  content: "\f164"; }

.icon-thumbs-down-2:before {
  content: "\f165"; }

.icon-dribbble:before {
  content: "\f17d"; }

.icon-skype:before {
  content: "\f17e"; }

.icon-foursquare:before {
  content: "\f180"; }

.icon-trello:before {
  content: "\f181"; }

.icon-female:before {
  content: "\f182"; }

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

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

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

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

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

.icon-compass:before {
  content: "\f14e"; }

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

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

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

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

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

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

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

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

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

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

.icon-bitcoin:before {
  content: "\f15a"; }

.icon-file-2:before {
  content: "\f15b"; }

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

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

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

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

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

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

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

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

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

.icon-dropbox:before {
  content: "\f16b"; }

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

.icon-instagram:before {
  content: "\f16d"; }

.icon-flickr:before {
  content: "\f16e"; }

.icon-adn:before {
  content: "\f170"; }

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

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

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

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

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

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

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

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

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

.icon-windows:before {
  content: "\f17a"; }

.icon-android:before {
  content: "\f17b"; }

.icon-linux:before {
  content: "\f17c"; }

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

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

.icon-sun:before {
  content: "\f185"; }

.icon-moon:before {
  content: "\f186"; }

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

.icon-bug:before {
  content: "\f188"; }

.icon-vk:before {
  content: "\f189"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-renren:before {
  content: "\f18b"; }

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

.icon-road:before {
  content: "\f018"; }

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

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

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

.icon-db-joinxor:before {
  content: "\e006"; }

.icon-db-state:before {
  content: "\e009"; }

.icon-db-start:before {
  content: "\e00b"; }

.icon-db-end:before {
  content: "\e00a"; }

.icon-db-fork:before {
  content: "\e00c"; }

.icon-db-condition:before {
  content: "\e00e"; }

.icon-db-task:before {
  content: "\e00d"; }

.icon-db-join:before {
  content: "\e00f"; }

.icon-fb-button:before {
  content: "\e010"; }

.icon-fb-fieldset:before {
  content: "\e011"; }

.icon-fb-custom-field:before {
  content: "\e012"; }

.icon-fb-separator:before {
  content: "\e013"; }

.icon-fb-paragraph:before {
  content: "\e014"; }

.icon-fb-file-upload:before {
  content: "\e015"; }

.icon-fb-text:before {
  content: "\e000"; }

.icon-fb-text-box:before {
  content: "\e001"; }

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

.icon-fb-radio:before {
  content: "\e003"; }

.icon-fb-number:before {
  content: "\e004"; }

.icon-fb-integer:before {
  content: "\e005"; }

.icon-fb-decimal:before {
  content: "\e007"; }

.icon-btc:before {
  content: "\f15a"; }

.icon-cny:before {
  content: "\f158"; }

.icon-eur:before {
  content: "\f153"; }

.icon-gear:before {
  content: "\f013"; }

.icon-gears:before {
  content: "\f085"; }

.icon-inr:before {
  content: "\f156"; }

.icon-jpy:before {
  content: "\f157"; }

.icon-krw:before {
  content: "\f159"; }

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

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

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

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

.icon-rotate-left:before {
  content: "\f0e2"; }

.icon-rotate-right:before {
  content: "\f01e"; }

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

.icon-unchecked:before {
  content: "\f096"; }

.icon-usd:before {
  content: "\f155"; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../font/glyphicons-halflings-regular.eot);
  src: url(../font/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../font/glyphicons-halflings-regular.woff2) format("woff2"), url(../font/glyphicons-halflings-regular.woff) format("woff"), url(../font/glyphicons-halflings-regular.ttf) format("truetype"), url(../font/glyphicons-halflings-regular.svgglyphicons_halflingsregular) format("svg"); }

.glyphicon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 1px; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
/* COMMON */
@font-face {
  font-family: 'NotoSans';
  src: url(./../fonts/noto-sans/NotoSans-Regular.ttf) format("truetype");
  font-weight: 400; }

@font-face {
  font-family: 'NotoSans';
  src: url(./../fonts/noto-sans/NotoSans-Bold.ttf) format("truetype");
  font-weight: 600; }

@font-face {
  font-family: 'NotoSans';
  src: url(./../fonts/noto-sans/NotoSans-ExtraBold.ttf) format("truetype");
  font-weight: 800; }

@font-face {
  font-family: 'NotoSans';
  src: url(./../fonts/noto-sans/NotoSans-Thin.ttf) format("truetype");
  font-weight: 100; }

/* GRID MIXIN */
/* COLOR CONVERTER */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  line-height: 1;
  color: #424242;
  font-family: "NotoSans", "sans-serif";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal; }

.vivisol-title {
  color: #424242; }

h1, .vivisol-title {
  font-weight: 600;
  font-size: 38.5px;
  line-height: 72px; }
  @media screen and (max-width: 47.9375em) {
    h1, .vivisol-title {
      font-size: 30px;
      line-height: 33px; } }

h2 {
  font-weight: 600;
  font-size: 30.5px;
  line-height: 35px;
  color: #000; }
  @media screen and (max-width: 47.9375em) {
    h2 {
      font-size: 26.5px; } }

h3 {
  font-weight: 600;
  font-size: 24.5px;
  line-height: 29px; }
  @media screen and (max-width: 47.9375em) {
    h3 {
      font-size: 20.5px; } }

p {
  font-weight: normal;
  font-size: 12.5px;
  line-height: 24px;
  color: #333333; }
  p.big-text {
    font-size: 18.5px;
    line-height: 22px; }
  p.normal-text {
    font-size: 14.5px;
    line-height: 24px; }
  p.bold-text {
    font-weight: 600;
    font-size: 12.5px;
    line-height: 24px; }
  p.bold {
    font-weight: 600; }
  p.small-text {
    font-weight: normal;
    font-size: 10.5px;
    line-height: 14px; }
    p.small-text.grey {
      color: #919395; }
  p.sx-text {
    font-weight: 700;
    font-size: 8.5px;
    line-height: 14px; }
    p.sx-text.green {
      color: #78be20; }
  p.vivilist-notification__date {
    font-size: 9.5px !important;
    font-weight: 700 !important;
    color: #75787B !important; }

.bordered-not-found-message {
  color: #78be20;
  font-family: 'NotoSans', 'sans-serif';
  font-weight: 700;
  font-size: 20.5px;
  padding-bottom: 10px;
  text-align: center; }

.bordered-title {
  color: #78be20;
  font-family: "NotoSans", "sans-serif";
  font-weight: 700;
  font-size: 20.5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #78be20; }
  .bordered-title.f-26 {
    font-size: 26px; }
  @media screen and (max-width: 47.9375em) {
    .bordered-title_m {
      border-bottom: 0;
      padding-bottom: 0; } }
  @media screen and (max-width: 47.9375em) {
    .bordered-title_gray {
      color: #999;
      font-size: 20.5px !important; } }
  .bordered-title a {
    text-decoration: unset; }
    .bordered-title a .hide-open {
      display: block; }
    .bordered-title a .show-open {
      display: none; }
    .bordered-title a.collapsed .hide-open {
      display: none; }
    .bordered-title a.collapsed .show-open {
      display: block; }

.black-title {
  color: #444444;
  font-family: "NotoSans", "sans-serif";
  font-weight: 700;
  font-size: 20.5px;
  padding-bottom: 10px; }

a {
  font-family: "NotoSans", "sans-serif";
  font-size: 15.5px;
  color: #78be20;
  line-height: 1.59;
  letter-spacing: -0.24px; }
  @media screen and (max-width: 47.9375em) {
    a {
      font-size: 15.5px;
      line-height: 27px; } }
  a:hover {
    color: #78be20; }
  a.inverted {
    color: #fff; }
    a.inverted:hover {
      color: #fff; }
  a.no-hover:hover {
    text-decoration: none; }
    a.no-hover:hover > div, a.no-hover:hover > span {
      text-decoration: underline; }

.linked-text {
  color: #78be20;
  text-decoration: underline;
  font-size: 12.5px;
  font-weight: 400;
  font-family: "NotoSans", "sans-serif"; }

@media screen and (max-width: 47.9375em) {
  .text-align-left_m {
    text-align: left !important; } }

@media screen and (max-width: 47.9375em) {
  .text-align-center_m {
    text-align: center !important; } }

.font-size_0 {
  font-size: 0px; }

.font-size_5 {
  font-size: 5px; }

.font-size_10 {
  font-size: 10px; }

.font-size_13 {
  font-size: 13px; }

.font-size_15 {
  font-size: 15px; }

.font-size_16 {
  font-size: 16px; }

.font-size_17 {
  font-size: 17px; }

.font-size_18 {
  font-size: 18px; }

.font-size_20 {
  font-size: 20px; }

.font-size_22 {
  font-size: 22px; }

.font-size_24 {
  font-size: 24px; }

.font-size_25 {
  font-size: 25px; }

.font-size_26 {
  font-size: 26px; }

.font-size_30 {
  font-size: 30px; }

.font-size_35 {
  font-size: 35px; }

.font-size_40 {
  font-size: 40px; }

.font-size_45 {
  font-size: 45px; }

.font-size_50 {
  font-size: 50px; }

.font-size_55 {
  font-size: 55px; }

.font-size_60 {
  font-size: 60px; }

.font-size_65 {
  font-size: 65px; }

.font-size_70 {
  font-size: 70px; }

.font-size_75 {
  font-size: 75px; }

.font-size_80 {
  font-size: 80px; }

.font-size_85 {
  font-size: 85px; }

.font-size_90 {
  font-size: 90px; }

.font-size_95 {
  font-size: 95px; }

.font-size_100 {
  font-size: 100px; }

.font-size_125 {
  font-size: 125px; }

.font-size_150 {
  font-size: 150px; }

.font-size_300 {
  font-size: 300px; }

@media screen and (max-width: 61.875em) {
  .font-size_0_t {
    font-size: 0px; } }

@media screen and (max-width: 61.875em) {
  .font-size_5_t {
    font-size: 5px; } }

@media screen and (max-width: 61.875em) {
  .font-size_10_t {
    font-size: 10px; } }

@media screen and (max-width: 61.875em) {
  .font-size_13_t {
    font-size: 13px; } }

@media screen and (max-width: 61.875em) {
  .font-size_15_t {
    font-size: 15px; } }

@media screen and (max-width: 61.875em) {
  .font-size_16_t {
    font-size: 16px; } }

@media screen and (max-width: 61.875em) {
  .font-size_17_t {
    font-size: 17px; } }

@media screen and (max-width: 61.875em) {
  .font-size_18_t {
    font-size: 18px; } }

@media screen and (max-width: 61.875em) {
  .font-size_20_t {
    font-size: 20px; } }

@media screen and (max-width: 61.875em) {
  .font-size_22_t {
    font-size: 22px; } }

@media screen and (max-width: 61.875em) {
  .font-size_24_t {
    font-size: 24px; } }

@media screen and (max-width: 61.875em) {
  .font-size_25_t {
    font-size: 25px; } }

@media screen and (max-width: 61.875em) {
  .font-size_26_t {
    font-size: 26px; } }

@media screen and (max-width: 61.875em) {
  .font-size_30_t {
    font-size: 30px; } }

@media screen and (max-width: 61.875em) {
  .font-size_35_t {
    font-size: 35px; } }

@media screen and (max-width: 61.875em) {
  .font-size_40_t {
    font-size: 40px; } }

@media screen and (max-width: 61.875em) {
  .font-size_45_t {
    font-size: 45px; } }

@media screen and (max-width: 61.875em) {
  .font-size_50_t {
    font-size: 50px; } }

@media screen and (max-width: 61.875em) {
  .font-size_55_t {
    font-size: 55px; } }

@media screen and (max-width: 61.875em) {
  .font-size_60_t {
    font-size: 60px; } }

@media screen and (max-width: 61.875em) {
  .font-size_65_t {
    font-size: 65px; } }

@media screen and (max-width: 61.875em) {
  .font-size_70_t {
    font-size: 70px; } }

@media screen and (max-width: 61.875em) {
  .font-size_75_t {
    font-size: 75px; } }

@media screen and (max-width: 61.875em) {
  .font-size_80_t {
    font-size: 80px; } }

@media screen and (max-width: 61.875em) {
  .font-size_85_t {
    font-size: 85px; } }

@media screen and (max-width: 61.875em) {
  .font-size_90_t {
    font-size: 90px; } }

@media screen and (max-width: 61.875em) {
  .font-size_95_t {
    font-size: 95px; } }

@media screen and (max-width: 61.875em) {
  .font-size_100_t {
    font-size: 100px; } }

@media screen and (max-width: 61.875em) {
  .font-size_125_t {
    font-size: 125px; } }

@media screen and (max-width: 61.875em) {
  .font-size_150_t {
    font-size: 150px; } }

@media screen and (max-width: 61.875em) {
  .font-size_300_t {
    font-size: 300px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_0_m {
    font-size: 0px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_5_m {
    font-size: 5px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_10_m {
    font-size: 10px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_13_m {
    font-size: 13px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_15_m {
    font-size: 15px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_16_m {
    font-size: 16px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_17_m {
    font-size: 17px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_18_m {
    font-size: 18px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_20_m {
    font-size: 20px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_22_m {
    font-size: 22px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_24_m {
    font-size: 24px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_25_m {
    font-size: 25px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_26_m {
    font-size: 26px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_30_m {
    font-size: 30px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_35_m {
    font-size: 35px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_40_m {
    font-size: 40px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_45_m {
    font-size: 45px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_50_m {
    font-size: 50px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_55_m {
    font-size: 55px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_60_m {
    font-size: 60px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_65_m {
    font-size: 65px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_70_m {
    font-size: 70px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_75_m {
    font-size: 75px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_80_m {
    font-size: 80px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_85_m {
    font-size: 85px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_90_m {
    font-size: 90px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_95_m {
    font-size: 95px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_100_m {
    font-size: 100px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_125_m {
    font-size: 125px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_150_m {
    font-size: 150px; } }

@media screen and (max-width: 47.9375em) {
  .font-size_300_m {
    font-size: 300px; } }

.lh_0 {
  line-height: 0px; }

.lh_5 {
  line-height: 5px; }

.lh_10 {
  line-height: 10px; }

.lh_13 {
  line-height: 13px; }

.lh_15 {
  line-height: 15px; }

.lh_16 {
  line-height: 16px; }

.lh_17 {
  line-height: 17px; }

.lh_18 {
  line-height: 18px; }

.lh_20 {
  line-height: 20px; }

.lh_22 {
  line-height: 22px; }

.lh_24 {
  line-height: 24px; }

.lh_25 {
  line-height: 25px; }

.lh_26 {
  line-height: 26px; }

.lh_30 {
  line-height: 30px; }

.lh_35 {
  line-height: 35px; }

.lh_40 {
  line-height: 40px; }

.lh_45 {
  line-height: 45px; }

.lh_50 {
  line-height: 50px; }

.lh_55 {
  line-height: 55px; }

.lh_60 {
  line-height: 60px; }

.lh_65 {
  line-height: 65px; }

.lh_70 {
  line-height: 70px; }

.lh_75 {
  line-height: 75px; }

.lh_80 {
  line-height: 80px; }

.lh_85 {
  line-height: 85px; }

.lh_90 {
  line-height: 90px; }

.lh_95 {
  line-height: 95px; }

.lh_100 {
  line-height: 100px; }

.lh_125 {
  line-height: 125px; }

.lh_150 {
  line-height: 150px; }

.lh_300 {
  line-height: 300px; }

@media screen and (max-width: 61.875em) {
  .lh_0_t {
    line-height: 0px; } }

@media screen and (max-width: 61.875em) {
  .lh_5_t {
    line-height: 5px; } }

@media screen and (max-width: 61.875em) {
  .lh_10_t {
    line-height: 10px; } }

@media screen and (max-width: 61.875em) {
  .lh_13_t {
    line-height: 13px; } }

@media screen and (max-width: 61.875em) {
  .lh_15_t {
    line-height: 15px; } }

@media screen and (max-width: 61.875em) {
  .lh_16_t {
    line-height: 16px; } }

@media screen and (max-width: 61.875em) {
  .lh_17_t {
    line-height: 17px; } }

@media screen and (max-width: 61.875em) {
  .lh_18_t {
    line-height: 18px; } }

@media screen and (max-width: 61.875em) {
  .lh_20_t {
    line-height: 20px; } }

@media screen and (max-width: 61.875em) {
  .lh_22_t {
    line-height: 22px; } }

@media screen and (max-width: 61.875em) {
  .lh_24_t {
    line-height: 24px; } }

@media screen and (max-width: 61.875em) {
  .lh_25_t {
    line-height: 25px; } }

@media screen and (max-width: 61.875em) {
  .lh_26_t {
    line-height: 26px; } }

@media screen and (max-width: 61.875em) {
  .lh_30_t {
    line-height: 30px; } }

@media screen and (max-width: 61.875em) {
  .lh_35_t {
    line-height: 35px; } }

@media screen and (max-width: 61.875em) {
  .lh_40_t {
    line-height: 40px; } }

@media screen and (max-width: 61.875em) {
  .lh_45_t {
    line-height: 45px; } }

@media screen and (max-width: 61.875em) {
  .lh_50_t {
    line-height: 50px; } }

@media screen and (max-width: 61.875em) {
  .lh_55_t {
    line-height: 55px; } }

@media screen and (max-width: 61.875em) {
  .lh_60_t {
    line-height: 60px; } }

@media screen and (max-width: 61.875em) {
  .lh_65_t {
    line-height: 65px; } }

@media screen and (max-width: 61.875em) {
  .lh_70_t {
    line-height: 70px; } }

@media screen and (max-width: 61.875em) {
  .lh_75_t {
    line-height: 75px; } }

@media screen and (max-width: 61.875em) {
  .lh_80_t {
    line-height: 80px; } }

@media screen and (max-width: 61.875em) {
  .lh_85_t {
    line-height: 85px; } }

@media screen and (max-width: 61.875em) {
  .lh_90_t {
    line-height: 90px; } }

@media screen and (max-width: 61.875em) {
  .lh_95_t {
    line-height: 95px; } }

@media screen and (max-width: 61.875em) {
  .lh_100_t {
    line-height: 100px; } }

@media screen and (max-width: 61.875em) {
  .lh_125_t {
    line-height: 125px; } }

@media screen and (max-width: 61.875em) {
  .lh_150_t {
    line-height: 150px; } }

@media screen and (max-width: 61.875em) {
  .lh_300_t {
    line-height: 300px; } }

@media screen and (max-width: 47.9375em) {
  .lh_0_m {
    line-height: 0px; } }

@media screen and (max-width: 47.9375em) {
  .lh_5_m {
    line-height: 5px; } }

@media screen and (max-width: 47.9375em) {
  .lh_10_m {
    line-height: 10px; } }

@media screen and (max-width: 47.9375em) {
  .lh_13_m {
    line-height: 13px; } }

@media screen and (max-width: 47.9375em) {
  .lh_15_m {
    line-height: 15px; } }

@media screen and (max-width: 47.9375em) {
  .lh_16_m {
    line-height: 16px; } }

@media screen and (max-width: 47.9375em) {
  .lh_17_m {
    line-height: 17px; } }

@media screen and (max-width: 47.9375em) {
  .lh_18_m {
    line-height: 18px; } }

@media screen and (max-width: 47.9375em) {
  .lh_20_m {
    line-height: 20px; } }

@media screen and (max-width: 47.9375em) {
  .lh_22_m {
    line-height: 22px; } }

@media screen and (max-width: 47.9375em) {
  .lh_24_m {
    line-height: 24px; } }

@media screen and (max-width: 47.9375em) {
  .lh_25_m {
    line-height: 25px; } }

@media screen and (max-width: 47.9375em) {
  .lh_26_m {
    line-height: 26px; } }

@media screen and (max-width: 47.9375em) {
  .lh_30_m {
    line-height: 30px; } }

@media screen and (max-width: 47.9375em) {
  .lh_35_m {
    line-height: 35px; } }

@media screen and (max-width: 47.9375em) {
  .lh_40_m {
    line-height: 40px; } }

@media screen and (max-width: 47.9375em) {
  .lh_45_m {
    line-height: 45px; } }

@media screen and (max-width: 47.9375em) {
  .lh_50_m {
    line-height: 50px; } }

@media screen and (max-width: 47.9375em) {
  .lh_55_m {
    line-height: 55px; } }

@media screen and (max-width: 47.9375em) {
  .lh_60_m {
    line-height: 60px; } }

@media screen and (max-width: 47.9375em) {
  .lh_65_m {
    line-height: 65px; } }

@media screen and (max-width: 47.9375em) {
  .lh_70_m {
    line-height: 70px; } }

@media screen and (max-width: 47.9375em) {
  .lh_75_m {
    line-height: 75px; } }

@media screen and (max-width: 47.9375em) {
  .lh_80_m {
    line-height: 80px; } }

@media screen and (max-width: 47.9375em) {
  .lh_85_m {
    line-height: 85px; } }

@media screen and (max-width: 47.9375em) {
  .lh_90_m {
    line-height: 90px; } }

@media screen and (max-width: 47.9375em) {
  .lh_95_m {
    line-height: 95px; } }

@media screen and (max-width: 47.9375em) {
  .lh_100_m {
    line-height: 100px; } }

@media screen and (max-width: 47.9375em) {
  .lh_125_m {
    line-height: 125px; } }

@media screen and (max-width: 47.9375em) {
  .lh_150_m {
    line-height: 150px; } }

@media screen and (max-width: 47.9375em) {
  .lh_300_m {
    line-height: 300px; } }

@font-face {
  font-family: 'icomoon';
  src: url("./../fonts/icomoon/icomoon.eot?xke7kq");
  src: url("./../fonts/icomoon/icomoon.eot?xke7kq#iefix") format("embedded-opentype"), url("./../fonts/icomoon/icomoon.ttf?xke7kq") format("truetype"), url("./../fonts/icomoon/icomoon.woff?xke7kq") format("woff"), url("./../fonts/icomoon/icomoon.svg?xke7kq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icom-"], [class*=" icom-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icom-ico-mail:before {
  content: "\e92f";
  color: #78be20; }

.icom-ico-aerosolterapia:before {
  content: "\e901"; }

.icom-ico-ossigenoterapia:before {
  content: "\e907"; }

.icom-ico-world:before {
  content: "\e91c"; }

.icom-ico-world-green .path1:before {
  content: "\e91d";
  color: #badf8f; }

.icom-ico-world-green .path2:before {
  content: "\e91e";
  margin-left: -0.9404296875em;
  color: #78be20; }

.icom-ico-world-green .path3:before {
  content: "\e91f";
  margin-left: -0.9404296875em;
  color: #fefefe; }

.icom-ico-world-green .path4:before {
  content: "\e920";
  margin-left: -0.9404296875em;
  color: #fefefe; }

.icom-ico-we-care:before {
  content: "\e916"; }

.icom-ico-codice-etico-bordered .path1:before {
  content: "\e917";
  color: #badf8f; }

.icom-ico-codice-etico-bordered .path2:before {
  content: "\e918";
  margin-left: -0.9404296875em;
  color: #78be20; }

.icom-ico-codice-etico-bordered .path3:before {
  content: "\e919";
  margin-left: -0.9404296875em;
  color: #fefefe; }

.icom-ico-codice-etico-bordered .path4:before {
  content: "\e91a";
  margin-left: -0.9404296875em;
  color: #fefefe; }

.icom-ico-codice-etico-bordered .path5:before {
  content: "\e91b";
  margin-left: -0.9404296875em;
  color: #fefefe; }

.icom-ico-codice-etico:before {
  content: "\e912"; }

.icom-ico-info:before {
  content: "\e913"; }

.icom-ico-answers:before {
  content: "\e914"; }

.icom-ico-check:before {
  content: "\e915"; }

.icom-ico-book:before {
  content: "\e910"; }

.icom-ico-arrow-down-rounded:before {
  content: "\e90b"; }

.icom-ico-read-more:before {
  content: "\e90c"; }

.icom-ico-luna:before {
  content: "\e96b"; }

.icom-ico-domiciliare:before {
  content: "\e902"; }

.icom-ico-infusionale:before {
  content: "\e903"; }

.icom-ico-ventiloterapia:before {
  content: "\e904"; }

.icom-ico-sanitari:before {
  content: "\e905"; }

.icom-ico-telemedicina:before {
  content: "\e906"; }

.icom-ico-amministrazione:before {
  content: "\e908"; }

.icom-ico-nutrizione:before {
  content: "\e909"; }

.icom-ico-globe:before {
  content: "\e90a"; }

.icom-ico-phone:before {
  content: "\e967"; }

.icom-ico-phone-call:before {
  content: "\e968"; }

.icom-ico-search:before {
  content: "\e969"; }

.icom-ico-user:before {
  content: "\e96a"; }

.icom-ico-visita:before {
  content: "\e96c"; }

.icom-ico-users:before {
  content: "\e96d"; }

.icom-ico-target:before {
  content: "\e96e"; }

.icom-ico-price:before {
  content: "\e96f"; }

.icom-ico-arrow-top:before {
  content: "\e900"; }

.icom-ico-arrow-down:before {
  content: "\e90d"; }

.icom-ico-arrow-left:before {
  content: "\e90e"; }

.icom-ico-arrow-right:before {
  content: "\e90f"; }

.icom-ico-bracket-down:before {
  content: "\e911"; }

.icom-ico-close:before {
  content: "\e930"; }

.icom-ico-marker-map:before {
  content: "\e931"; }

.icom-ico-pagamento-contanti:before {
  content: "\e932"; }

.icom-ico-pagamento-online:before {
  content: "\e933"; }

.icom-ico-pause-circle:before {
  content: "\e934"; }

.icom-ico-arrow-up-circle:before {
  content: "\e935"; }

.icom-ico-printer:before {
  content: "\e936"; }

.icom-ico-video:before {
  content: "\e937"; }

.icom-ico-calendar:before {
  content: "\e92e"; }

.icom-ico-edit:before {
  content: "\e92d"; }

.icom-ico-refuse:before {
  content: "\e92b"; }

.icom-ico-accept:before {
  content: "\e92c"; }

.icom-ico-user-check:before {
  content: "\e92a"; }

.icom-ico-remove-square:before {
  content: "\e929"; }

.icom-ico-remove-user:before {
  content: "\e928"; }

.icom-ico-detail-hide:before {
  content: "\e926"; }

.icom-ico-detail-show:before {
  content: "\e927"; }

.icom-ico-bracket-left:before {
  content: "\e924"; }

.icom-ico-bracket-right:before {
  content: "\e925"; }

.icom-ico-trash:before {
  content: "\e923"; }

.icom-ico-file:before {
  content: "\e922"; }

.icom-ico-download:before {
  content: "\e921"; }

.icom-ico-news:before {
  content: "\e938"; }

@font-face {
  font-family: 'icomoon-vivilist';
  src: url("./../fonts/icomoon-vivilist/icomoon.eot?50yp4w");
  src: url("./../fonts/icomoon-vivilist/icomoon.eot?50yp4w#iefix") format("embedded-opentype"), url("./../fonts/icomoon-vivilist/icomoon.ttf?50yp4w") format("truetype"), url("./../fonts/icomoon-vivilist/fonts/icomoon.woff?50yp4w") format("woff"), url("./../fonts/icomoon-vivilist/fonts/icomoon.svg?50yp4w#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icom-vivilist-"], [class*=" icom-vivilist-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon-vivilist' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer; }

.icom-vivilist-approvata-ico-vivilist:before {
  content: "\e90d";
  color: #f7b32b; }

.icom-vivilist-attesa_attiv-ico-vivilist:before {
  content: "\e917";
  color: #78be20; }

.icom-vivilist-attiva-ico-vivilist .path1:before {
  content: "\e918";
  color: #78be20; }

.icom-vivilist-attiva-ico-vivilist .path2:before {
  content: "\e919";
  margin-left: -1em;
  color: #78be20; }

.icom-vivilist-attiva-ico-vivilist .path3:before {
  content: "\e977";
  margin-left: -1em;
  color: white; }

.icom-vivilist-cancellata-ico-vivilist:before {
  content: "\e978";
  color: #eb5757; }

.icom-vivilist-chiuso-ico-vivilist:before {
  content: "\e979";
  color: #eb5757; }

.icom-vivilist-disattivata-ico-vivilist .path1:before {
  content: "\e97a";
  color: #999999; }

.icom-vivilist-disattivata-ico-vivilist .path2:before {
  content: "\e97b";
  margin-left: -1em;
  color: #999999; }

.icom-vivilist-disattivata-ico-vivilist .path3:before {
  content: "\e97c";
  margin-left: -1em;
  color: white; }

.icom-vivilist-guarito-ico-vivilist .path1:before {
  content: "\e97d";
  color: #78be20; }

.icom-vivilist-guarito-ico-vivilist .path2:before {
  content: "\e97e";
  margin-left: -1em;
  color: #eb5757; }

.icom-vivilist-in-attesa-ico-vivilist:before {
  content: "\e97f";
  color: #f7b32b; }

.icom-vivilist-in-corso-ico-vivilist .path1:before {
  content: "\e980";
  color: #78be20; }

.icom-vivilist-in-corso-ico-vivilist .path2:before {
  content: "\e981";
  margin-left: -1em;
  color: #78be20; }

.icom-vivilist-in-corso-ico-vivilist .path3:before {
  content: "\e982";
  margin-left: -1em;
  color: #78be20; }

.icom-vivilist-in-corso-ico-vivilist .path4:before {
  content: "\e983";
  margin-left: -1em;
  color: #78be20; }

.icom-vivilist-in-corso-ico-vivilist .path5:before {
  content: "\e984";
  margin-left: -1em;
  color: #999999; }

.icom-vivilist-new-ico-vivilist:before {
  content: "\e985";
  color: #78be20; }

.icom-vivilist-respinta-ico-vivilist .path1:before {
  content: "\e986";
  color: #f7b32b; }

.icom-vivilist-respinta-ico-vivilist .path2:before {
  content: "\e987";
  margin-left: -1em;
  color: #eb5757; }

.icom-vivilist-respinta-ico-vivilist .path3:before {
  content: "\e988";
  margin-left: -1em;
  color: #eb5757; }

.icom-vivilist-respinta-ico-vivilist .path4:before {
  content: "\e989";
  margin-left: -1em;
  color: #eb5757; }

.icom-vivilist-scaduta-ico-vivilist:before {
  content: "\e98a";
  color: #f7b32b; }

.icom-vivilist-sospesa-ico-vivilist:before {
  content: "\e98b";
  color: #999; }

.icom-vivilist-sospeso-ico-vivilist:before {
  content: "\e98c";
  color: #f7b32b; }

.icom-vivilist-superata-ico-vivilist:before {
  content: "\e98d";
  color: #eb5757; }

.icom-vivilist-valida-ico-vivilist:before {
  content: "\e98e";
  color: #78be20; }

.icom-vivilist-active-2-ico-vivilist .path1:before {
  content: "\e98f";
  color: white; }

.icom-vivilist-active-2-ico-vivilist .path2:before {
  content: "\e990";
  margin-left: -1em;
  color: #eb5757; }

.icom-vivilist-active-2-ico-vivilist .path3:before {
  content: "\e991";
  margin-left: -1em;
  color: white; }

.icom-vivilist-active-3-ico-vivilist .path1:before {
  content: "\e992";
  color: #424242; }

.icom-vivilist-active-3-ico-vivilist .path2:before {
  content: "\e993";
  margin-left: -1em;
  color: #424242; }

.icom-vivilist-active-3-ico-vivilist .path3:before {
  content: "\e994";
  margin-left: -1em;
  color: #eb5757; }

.icom-vivilist-active-4-ico-vivilist:before {
  content: "\e995";
  color: #78be20; }

.icom-vivilist-black-2-ico-vivilist:before {
  content: "\e996"; }

.icom-vivilist-black-3-ico-vivilist:before {
  content: "\e997"; }

.icom-vivilist-black-4-ico-vivilist:before {
  content: "\e998"; }

.icom-vivilist-black-5-ico-vivilist:before {
  content: "\e999"; }

.icom-vivilist-black-6-ico-vivilist:before {
  content: "\e99a"; }

.icom-vivilist-black-7-ico-vivilist:before {
  content: "\e99b"; }

.icom-vivilist-black-8-ico-vivilist:before {
  content: "\e99c"; }

.icom-vivilist-black-9-ico-vivilist:before {
  content: "\e99d"; }

.icom-vivilist-black-10-ico-vivilist:before {
  content: "\e99e"; }

.icom-vivilist-black-11-ico-vivilist:before {
  content: "\e99f"; }

.icom-vivilist-default-2-ico-vivilist:before {
  content: "\e9a0";
  color: #78be20; }

.icom-vivilist-error-2-ico-vivilist:before {
  content: "\e9a1";
  color: #eb5757; }

.icom-vivilist-green-2-ico-vivilist:before {
  content: "\e9a2";
  color: #78be20; }

.icom-vivilist-green-3-ico-vivilist:before {
  content: "\e9a3";
  color: #78be20; }

.icom-vivilist-green-4-ico-vivilist:before {
  content: "\e9a4";
  color: #78be20; }

.icom-vivilist-green-5-ico-vivilist:before {
  content: "\e9a5";
  color: #78be20; }

.icom-vivilist-green-6-ico-vivilist:before {
  content: "\e9a6";
  color: #78be20; }

.icom-vivilist-green-7-ico-vivilist:before {
  content: "\e9a7";
  color: #78be20; }

.icom-vivilist-green-8-ico-vivilist:before {
  content: "\e9a8"; }

.icom-vivilist-green-9-ico-vivilist:before {
  content: "\e9a9";
  color: #78be20; }

.icom-vivilist-green-10-ico-vivilist:before {
  content: "\e9aa";
  color: #78be20; }

.icom-vivilist-inactive-2-ico-vivilist:before {
  content: "\e9ab"; }

.icom-vivilist-red-2-ico-vivilist:before {
  content: "\e9ac";
  color: #eb5757; }

.icom-vivilist-rightup-ico-vivilist:before {
  content: "\e9ad"; }

.icom-vivilist-white-2-ico-vivilist:before {
  content: "\e9ae";
  color: #fff; }

.icom-vivilist-white-3-ico-vivilist:before {
  content: "\e9af";
  color: #fff; }

.icom-vivilist-white-4-ico-vivilist:before {
  content: "\e9b0";
  color: #fff; }

.icom-vivilist-white-5-ico-vivilist:before {
  content: "\e9b1";
  color: #fff; }

.icom-vivilist-white-6-ico-vivilist:before {
  content: "\e9b2";
  color: #fff; }

.icom-vivilist-white-7-ico-vivilist:before {
  content: "\e9b3";
  color: #fff; }

.icom-vivilist-black-ico-vivilist:before {
  content: "\e900"; }

.icom-vivilist-green-ico-vivilist:before {
  content: "\e901";
  color: #78be20; }

.icom-vivilist-white8-ico-vivilist:before {
  content: "\e902"; }

.icom-vivilist-background-ico-vivilist:before {
  content: "\e903";
  color: #78be20; }

.icom-vivilist-black1-ico-vivilist:before {
  content: "\e904"; }

.icom-vivilist-no-ico-vivilist:before {
  content: "\e905"; }

.icom-vivilist-white-ico-vivilist:before {
  content: "\e906";
  color: #fff; }

.icom-vivilist-yes-ico-vivilist:before {
  content: "\e907"; }

.icom-vivilist-black2-ico-vivilist:before {
  content: "\e908"; }

.icom-vivilist-green1-ico-vivilist:before {
  content: "\e909"; }

.icom-vivilist-black3-ico-vivilist:before {
  content: "\e90a"; }

.icom-vivilist-green2-ico-vivilist:before {
  content: "\e90b"; }

.icom-vivilist-filled-ico-vivilist:before {
  content: "\e90c";
  color: #78be20; }

.icom-vivilist-outline-ico-vivilist:before {
  content: "\e90e";
  color: #78be20; }

.icom-vivilist-black4-ico-vivilist:before {
  content: "\e90f"; }

.icom-vivilist-green3-ico-vivilist:before {
  content: "\e910"; }

.icom-vivilist-white1-ico-vivilist:before {
  content: "\e911"; }

.icom-vivilist-1-ico-vivilist:before {
  content: "\e912"; }

.icom-vivilist-white2-ico-vivilist:before {
  content: "\e913"; }

.icom-vivilist-2-ico-vivilist:before {
  content: "\e914"; }

.icom-vivilist-white3-ico-vivilist:before {
  content: "\e915"; }

.icom-vivilist-active-ico-vivilist:before {
  content: "\e916";
  color: #78be20; }

.icom-vivilist-inactive-ico-vivilist:before {
  content: "\e91a";
  color: #fff; }

.icom-vivilist-active1-ico-vivilist .path1:before {
  content: "\e91b";
  color: white; }

.icom-vivilist-active1-ico-vivilist .path2:before {
  content: "\e91c";
  margin-left: -1em;
  color: #eb5757; }

.icom-vivilist-active1-ico-vivilist .path3:before {
  content: "\e91d";
  margin-left: -1em;
  color: white; }

.icom-vivilist-active1-ico-vivilist .path4:before {
  content: "\e91e";
  margin-left: -1em;
  color: white; }

.icom-vivilist-inactive1-ico-vivilist:before {
  content: "\e91f";
  color: #fff; }

.icom-vivilist-back-ico-vivilist:before {
  content: "\e920"; }

.icom-vivilist-map-ico-vivilist:before {
  content: "\e921";
  color: #78be20; }

.icom-vivilist-close-ico-vivilist:before {
  content: "\e922";
  color: #78be20; }

.icom-vivilist-open-ico-vivilist:before {
  content: "\e923";
  color: #78be20; }

.icom-vivilist-inseriti-ico-vivilist:before {
  content: "\e924";
  color: #78be20; }

.icom-vivilist-noninseriti-ico-vivilist:before {
  content: "\e925";
  color: #78be20; }

.icom-vivilist-active2-ico-vivilist:before {
  content: "\e926";
  color: #78be20; }

.icom-vivilist-default-ico-vivilist:before {
  content: "\e927";
  color: #78be20; }

.icom-vivilist-black5-ico-vivilist:before {
  content: "\e928"; }

.icom-vivilist-green4-ico-vivilist:before {
  content: "\e929";
  color: #78be20; }

.icom-vivilist-white4-ico-vivilist:before {
  content: "\e92a";
  color: #fff; }

.icom-vivilist-black6-ico-vivilist:before {
  content: "\e92b"; }

.icom-vivilist-green5-ico-vivilist:before {
  content: "\e92c"; }

.icom-vivilist-white5-ico-vivilist:before {
  content: "\e92d"; }

.icom-vivilist-black7-ico-vivilist:before {
  content: "\e92e"; }

.icom-vivilist-green6-ico-vivilist:before {
  content: "\e92f"; }

.icom-vivilist-white6-ico-vivilist:before {
  content: "\e930"; }

.icom-vivilist-docx-ico-vivilist:before {
  content: "\e931";
  color: #78be20; }

.icom-vivilist-pdf-ico-vivilist:before {
  content: "\e932";
  color: #78be20; }

.icom-vivilist-ppt-ico-vivilist:before {
  content: "\e933";
  color: #78be20; }

.icom-vivilist-xls-ico-vivilist:before {
  content: "\e934";
  color: #78be20; }

.icom-vivilist-black8-ico-vivilist:before {
  content: "\e935"; }

.icom-vivilist-green7-ico-vivilist:before {
  content: "\e936"; }

.icom-vivilist-red-ico-vivilist:before {
  content: "\e937";
  color: #eb5757; }

.icom-vivilist-white7-ico-vivilist:before {
  content: "\e938"; }

.icom-vivilist-doc-ico-vivilist:before {
  content: "\e939";
  color: #78be20; }

.icom-vivilist-doc-1-ico-vivilist:before {
  content: "\e93a";
  color: #78be20; }

.icom-vivilist-forniture-ico-vivilist:before {
  content: "\e93b";
  color: #78be20; }

.icom-vivilist-referti-ico-vivilist:before {
  content: "\e93c";
  color: #78be20; }

.icom-vivilist-black9-ico-vivilist:before {
  content: "\e93d"; }

.icom-vivilist-green8-ico-vivilist:before {
  content: "\e93e"; }

.icom-vivilist-red1-ico-vivilist:before {
  content: "\e93f"; }

.icom-vivilist-default1-ico-vivilist:before {
  content: "\e940"; }

.icom-vivilist-error-ico-vivilist:before {
  content: "\e941";
  color: #eb5757; }

.icom-vivilist-active_r-ico-vivilist:before {
  content: "\e942";
  color: #78be20; }

.icom-vivilist-active_s-ico-vivilist:before {
  content: "\e943";
  color: #78be20; }

.icom-vivilist-add-ico-vivilist:before {
  content: "\e944";
  color: #78be20; }

.icom-vivilist-arrow-ico-vivilist:before {
  content: "\e945";
  color: #f7b32b; }

.icom-vivilist-error1-ico-vivilist:before {
  content: "\e946"; }

.icom-vivilist-inactive_r-ico-vivilist:before {
  content: "\e947";
  color: #78be20; }

.icom-vivilist-inactive_s-ico-vivilist:before {
  content: "\e948";
  color: #f0f0f0; }

.icom-vivilist-okay-ico-vivilist:before {
  content: "\e949";
  color: #78be20; }

.icom-vivilist-okay_white-ico-vivilist:before {
  content: "\e94a";
  color: #fff; }

.icom-vivilist-pause-ico-vivilist:before {
  content: "\e94b";
  color: #999; }

.icom-vivilist-black10-ico-vivilist:before {
  content: "\e94c"; }

.icom-vivilist-green9-ico-vivilist:before {
  content: "\e94d";
  color: #78be20; }

.icom-vivilist-down_black-ico-vivilist:before {
  content: "\e94e"; }

.icom-vivilist-down_dgreen-ico-vivilist:before {
  content: "\e94f";
  color: #590; }

.icom-vivilist-down_green-ico-vivilist:before {
  content: "\e950";
  color: #78be20; }

.icom-vivilist-down_grey-ico-vivilist:before {
  content: "\e951";
  color: #999; }

.icom-vivilist-down_lightgrey-ico-vivilist:before {
  content: "\e952";
  color: #aed879; }

.icom-vivilist-down_white-ico-vivilist:before {
  content: "\e953";
  color: #fff; }

.icom-vivilist-left_black-ico-vivilist:before {
  content: "\e954"; }

.icom-vivilist-left_dgreen-ico-vivilist:before {
  content: "\e955";
  color: #590; }

.icom-vivilist-left_green-ico-vivilist:before {
  content: "\e956";
  color: #78be20; }

.icom-vivilist-left_grey-ico-vivilist:before {
  content: "\e957";
  color: #999; }

.icom-vivilist-left_lightgrey-ico-vivilist:before {
  content: "\e958";
  color: #aed879; }

.icom-vivilist-left_white-ico-vivilist:before {
  content: "\e959";
  color: #fff; }

.icom-vivilist-right_black-ico-vivilist:before {
  content: "\e95a"; }

.icom-vivilist-right_dgreen-ico-vivilist:before {
  content: "\e95b";
  color: #590; }

.icom-vivilist-right_green-ico-vivilist:before {
  content: "\e95c";
  color: #78be20; }

.icom-vivilist-right_grey-ico-vivilist:before {
  content: "\e95d";
  color: #999; }

.icom-vivilist-right_lightgrey-ico-vivilist:before {
  content: "\e95e";
  color: #aed879; }

.icom-vivilist-right_white-ico-vivilist:before {
  content: "\e95f";
  color: #fff; }

.icom-vivilist-up_black-ico-vivilist:before {
  content: "\e960"; }

.icom-vivilist-up_dgreen-ico-vivilist:before {
  content: "\e961";
  color: #590; }

.icom-vivilist-up_green-ico-vivilist:before {
  content: "\e962";
  color: #78be20; }

.icom-vivilist-up_grey-ico-vivilist:before {
  content: "\e963";
  color: #999; }

.icom-vivilist-up_lightgrey-ico-vivilist:before {
  content: "\e964";
  color: #aed879; }

.icom-vivilist-up_white-ico-vivilist:before {
  content: "\e965";
  color: #fff; }

.icom-vivilist-booking-ico-vivilist:before {
  content: "\e966";
  color: #78be20; }

.icom-vivilist-bullet-ico-vivilist:before {
  content: "\e967";
  color: #78be20; }

.icom-vivilist-calendar-ico-vivilist:before {
  content: "\e968";
  color: #78be20; }

.icom-vivilist-camera-ico-vivilist:before {
  content: "\e969"; }

.icom-vivilist-chat-ico-vivilist:before {
  content: "\e96a";
  color: #78be20; }

.icom-vivilist-copy-ico-vivilist:before {
  content: "\e96b"; }

.icom-vivilist-edit-ico-vivilist:before {
  content: "\e96c";
  color: #78be20; }

.icom-vivilist-fax-ico-vivilist:before {
  content: "\e96d";
  color: #78be20; }

.icom-vivilist-globe-ico-vivilist:before {
  content: "\e96e";
  color: #fff; }

.icom-vivilist-hamburger-ico-vivilist:before {
  content: "\e96f"; }

.icom-vivilist-menu_tab-ico-vivilist:before {
  content: "\e970"; }

.icom-vivilist-minus-ico-vivilist:before {
  content: "\e971";
  color: #78be20; }

.icom-vivilist-news-ico-vivilist:before {
  content: "\e972";
  color: #78be20; }

.icom-vivilist-online-ico-vivilist:before {
  content: "\e973";
  color: #78be20; }

.icom-vivilist-plus-ico-vivilist:before {
  content: "\e974";
  color: #78be20; }

.icom-vivilist-search-ico-vivilist:before {
  content: "\e975"; }

.icom-vivilist-sportello-ico-vivilist:before {
  content: "\e976";
  color: #78be20; }

@font-face {
  font-family: 'icomoon-vivimedical';
  src: url("./../fonts/icomoon-vivimedical/icomoon.eot?50yp4w");
  src: url("./../fonts/icomoon-vivimedical/icomoon.eot?50yp4w#iefix") format("embedded-opentype"), url("./../fonts/icomoon-vivimedical/icomoon.ttf?50yp4w") format("truetype"), url("./../fonts/icomoon-vivimedical/fonts/icomoon.woff?50yp4w") format("woff"), url("./../fonts/icomoon-vivimedical/fonts/icomoon.svg?50yp4w#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icom-vivimedical-"], [class*=" icom-vivimedical-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon-vivimedical' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icom-vivimedical-thematic-areas:before {
  content: "\e953"; }

.icom-vivimedical-utilities:before {
  content: "\e954"; }

.icom-vivimedical-pin:before {
  content: "\e950";
  color: #78be20; }

.icom-vivimedical-lock.active:before {
  content: "\e94e";
  color: #78be20; }

.icom-vivimedical-lock:before {
  content: "\e94e";
  color: #999; }

.icom-vivimedical-entity.active:before {
  content: "\e94f";
  color: #78be20; }

.icom-vivimedical-entity:before {
  content: "\e94f";
  color: #999; }

.icom-vivimedical-amend-approve:before {
  content: "\e94d";
  color: #78be20; }

.icom-vivimedical-new-note:before {
  content: "\e94a"; }

.icom-vivimedical-pdf:before {
  content: "\e94c"; }

.icom-vivimedical-reply:before {
  content: "\e946"; }

.icom-vivimedical-trial-expired:before {
  content: "\e93b";
  color: #eb5757;
  font-size: 22px; }

.icom-vivimedical-trial-active:before {
  content: "\e93c";
  color: #78be20;
  font-size: 22px; }

.icom-vivimedical-obsolete:before {
  content: "\e93a";
  color: #999; }

.icom-vivimedical-manage:before {
  content: "\e939";
  color: #999; }

.icom-vivimedical-scheduled-action:before {
  content: "\e940";
  color: #f7b32b; }

.icom-vivimedical-new-prescription:before {
  content: "\e93f"; }

.icom-vivimedical-save-outline:before {
  content: "\e947";
  color: #78be20; }

.icom-vivimedical-save-unselected:before {
  content: "\e948";
  color: #999; }

.icom-vivimedical-save:before {
  content: "\e949";
  color: #78be20; }

.icom-vivimedical-in-sospeso:before {
  content: "\e94b";
  color: #999; }

.icom-vivimedical-clinic-numbers:before {
  content: "\e933"; }

.icom-vivimedical-templates:before {
  content: "\e934";
  color: #78be20; }

.icom-vivimedical-latest-reports:before {
  content: "\e935";
  color: #78be20; }

.icom-vivimedical-patients-to-monitor:before {
  content: "\e936"; }

.icom-vivimedical-minus:before {
  content: "\e937";
  color: #eb5757;
  font-size: 22px; }

.icom-vivimedical-link-icon:before {
  content: "\e932";
  color: #fff; }

.icom-vivimedical-radio-selected:before {
  content: "\e92a";
  color: #78be20; }

.icom-vivimedical-dialysis:before {
  content: "\e92b";
  color: #FFFFFF; }

.icom-vivimedical-dialysis-dark:before {
  content: "\e92b";
  color: #e55681; }

.icom-vivimedical-aerosol:before {
  content: "\e92c";
  color: #FFFFFF; }

.icom-vivimedical-aerosol-dark:before {
  content: "\e92c";
  color: #a0d193; }

.icom-vivimedical-telemedicine:before {
  content: "\e92d";
  color: #FFFFFF; }

.icom-vivimedical-telemedicine-dark:before {
  content: "\e92d";
  color: #e283e2; }

.icom-vivimedical-wound-care:before {
  content: "\e92e";
  color: #FFFFFF; }

.icom-vivimedical-wound-care-dark:before {
  content: "\e92e";
  color: #00efff; }

.icom-vivimedical-monitoring:before {
  content: "\e92f";
  color: #FFFFFF; }

.icom-vivimedical-monitoring-dark:before {
  content: "\e92f";
  color: #f8ae49; }

.icom-vivimedical-assistive-device:before {
  content: "\e930";
  color: #FFFFFF; }

.icom-vivimedical-infusion:before {
  content: "\e931";
  color: #3ad2dc; }

.icom-vivimedical-infusion-dark:before {
  content: "\e931";
  color: #3ad2dc; }

.icom-vivimedical-sleep-mandibular-dark:before {
  content: "\e926";
  color: #6b5cd7; }

.icom-vivimedical-sleep-mandibular:before {
  content: "\e926";
  color: #FFFFFF; }

.icom-vivimedical-sleep-polisomnography-dark:before {
  content: "\e927";
  color: #6b5cd7; }

.icom-vivimedical-sleep-polisomnography:before {
  content: "\e927";
  color: #FFFFFF; }

.icom-vivimedical-sleep-posas-dark:before {
  content: "\e928";
  color: #6b5cd7; }

.icom-vivimedical-sleep-posas:before {
  content: "\e928";
  color: #FFFFFF;
  font-size: 9px; }

.icom-vivimedical-sleep-cpap-dark:before {
  content: "\e929";
  color: #6b5cd7; }

.icom-vivimedical-sleep-cpap:before {
  content: "\e929";
  color: #FFFFFF;
  height: 17px;
  width: 17px;
  margin-left: 2px; }

.icom-vivimedical-homecare:before {
  content: "\e923";
  color: #fff; }

.icom-vivimedical-homecare-dark:before {
  content: "\e93d";
  color: #f8ae49;
  font-size: large; }

/*.icom-vivimedical-homecare {
  &:before {
    content: "\e923";    
    color:#FDAE46;
  }
}*/
.icom-vivimedical-oxygen-therapy:before {
  content: "\e924"; }

.icom-vivimedical-oxygen-therapy-dark:before {
  content: "\e924";
  color: #93E9D6; }

.icom-vivimedical-ventilotherapy:before {
  content: "\e925";
  color: #fff; }

.icom-vivimedical-ventilotherapy-dark:before {
  content: "\e925";
  color: #004A85; }

.icom-vivimedical-ongoing:before {
  content: "\e91e";
  color: #78be20; }

.icom-vivimedical-not-monitored:before {
  content: "\e91f";
  color: #999; }

.icom-vivimedical-view:before {
  content: "\e920"; }

.icom-vivimedical-view-dark:before {
  content: "\e93e";
  color: #d0d0d0; }

.icom-vivimedical-stop:before {
  content: "\e921"; }

.icom-vivimedical-extend:before {
  content: "\e922"; }

.icom-vivimedical-arrow-up:before {
  content: "\e91d"; }

.icom-vivimedical-verticaldots:before {
  content: "\e91c"; }

.icom-vivimedical-expired:before {
  content: "\e918";
  color: #eb5757; }

.icom-vivimedical-unapproved:before {
  content: "\e919" !important;
  color: #eb5757 !important; }

.icom-vivimedical-draft:before {
  content: "\e91a";
  color: #f7b32b; }

.icom-vivimedical-pending:before {
  content: "\e91b";
  color: #999; }

.icom-vivimedical-report:before {
  content: "\e915";
  color: #fff; }

.icom-vivimedical-order:before {
  content: "\e916";
  color: #fff; }

.icom-vivimedical-survey:before {
  content: "\e917";
  color: #fff; }

.icom-vivimedical-search:before {
  content: "\e914"; }

.icom-vivimedical-filter:before {
  content: "\e910";
  color: #78be20; }

.icom-vivimedical-filledfilter:before {
  content: "\e913";
  color: #78be20; }

.icom-vivimedical-ecg:before {
  content: "\e90f";
  color: #fff; }

.icom-vivimedical-comment:before {
  content: "\e90e";
  color: #fff; }

.icom-vivimedical-clipboard:before {
  content: "\e90d";
  color: #fff; }

.icom-vivimedical-upload:before {
  content: "\e90b"; }

.icom-vivimedical-dots:before {
  content: "\e90c"; }

.icom-vivimedical-check:before, .icom-vivimedical-approved:before {
  content: "\e911";
  color: #78be20; }

.icom-vivimedical-check-green:before, .icom-vivimedical-approved-green:before {
  content: "\e911";
  color: #78be20; }

.icom-vivimedical-edit:before {
  content: "\e912";
  color: #78be20; }

.icom-vivimedical-camera:before {
  content: "\e90a"; }

.icom-vivimedical-arrow-down:before {
  content: "\e909";
  color: #78be20; }

.icom-vivimedical-arrow-right {
  color: #78be20; }
  .icom-vivimedical-arrow-right:before {
    content: "\e905"; }

.icom-vivimedical-arrow-left:before {
  content: "\e906"; }

.icom-vivimedical-download:before {
  content: "\e907"; }

.icom-vivimedical-download-disabled:before {
  content: "\e907";
  opacity: 0.3;
  color: #424242; }

.icom-vivimedical-calendar:before {
  content: "\e908";
  color: #fff; }

.icom-vivimedical-home:before {
  content: "\e903";
  color: #999; }

.icom-vivimedical-monitor:before {
  content: "\e904";
  color: #78be20; }

.icom-vivimedical-add {
  height: 22px;
  width: 22px;
  color: #424242; }
  .icom-vivimedical-add:before {
    content: "\e902"; }

.icom-vivimedical-red {
  font-size: 20px;
  color: #eb5757;
  cursor: pointer; }
  .icom-vivimedical-red:before {
    content: "\e938"; }

.icom-vivimedical-nutrition {
  background-color: #FDCE00;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  height: 26px;
  width: 26px;
  text-align: -webkit-center;
  padding-top: 4px; }
  .icom-vivimedical-nutrition:before {
    content: "\e900"; }

.icom-vivimedical-sleep {
  background-color: #6B5CD7;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  color: #FFFFFF;
  height: 26px;
  width: 26px;
  text-align: -webkit-center;
  padding-top: 4px; }
  .icom-vivimedical-sleep:before {
    content: "\e901"; }

.icom-vivimedical-managed-by-vivisol:before {
  content: "\e941";
  color: #eb5757; }

.icom-vivimedical-incomplete:before {
  content: "\e941";
  color: #eb5757; }

.icom-vivimedical-star:before {
  content: "\e942";
  color: #78be20; }

.icom-vivimedical-info:before {
  content: "\e943";
  color: #f7b32b; }

.icom-vivimedical-empty-star:before {
  content: "\e944";
  color: #78be20; }

.icom-vivimedical-plus:before {
  content: "\e945";
  color: #78be20; }

.icom-vivimedical-localization:before {
  content: "\e952";
  color: #78be20; }

.icom-vivimedical-save-address:before {
  content: "\e951";
  color: #78be20; }

@media screen and (min-width: 47.9375em) {
  .vivilist-notification-section-mobile {
    display: none; } }

@media screen and (max-width: 47.9375em) {
  #top_header .vivilist-notification-section-mobile {
    display: none; }
  .vivilist-notification-section-mobile {
    position: absolute;
    right: 80px; }
  .vivilist-notification-section-mobile .icom-vivilist-active-ico-vivilist,
  .vivilist-notification-section-mobile .icom-vivilist-inactive-ico-vivilist {
    font-size: 21px;
    color: #424242; }
  .vivilist-notification-section-mobile .notification-ic-section a:hover {
    text-decoration: none; } }

.vivisol-container {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto; }
  .vivisol-container .vivisol-container {
    padding: 0; }
  .vivisol-container-lg {
    max-width: 1260px;
    padding: 0 15px;
    margin: 0 auto; }
  .vivisol-container-ml {
    max-width: 1088px;
    padding: 0 15px;
    margin: 0 auto; }
  .vivisol-container-sm {
    max-width: 770px;
    padding: 0 15px;
    margin: 0 auto; }

body {
  background: #F7F7F7; }

.squared-icon {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  position: relative; }
  .squared-icon:after {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-6deg);
       -moz-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
         -o-transform: rotate(-6deg);
            transform: rotate(-6deg);
    background: #78be20;
    position: absolute;
    top: 0;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    left: 0; }
  .squared-icon:before {
    content: "";
    width: -webkit-calc(100% - 5px);
    width: -moz-calc(100% - 5px);
    width: calc(100% - 5px);
    height: 100%;
    position: absolute;
    top: 4px;
    left: 3px;
    -webkit-border-radius: 7px;
       -moz-border-radius: 7px;
            border-radius: 7px;
    background: #BADF8F;
    -webkit-transform: rotate(-14deg);
       -moz-transform: rotate(-14deg);
        -ms-transform: rotate(-14deg);
         -o-transform: rotate(-14deg);
            transform: rotate(-14deg); }
  .squared-icon i {
    color: #fff;
    font-size: 25px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
       -moz-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }

.vivisol-container--rounded {
  padding: 40px 80px 50px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  width: 100%;
  position: relative;
  min-height: 150px; }
  .vivisol-container--rounded.unset_border:after {
    display: none; }
  .vivisol-container--rounded.unset_border:before {
    display: none; }
  @media screen and (max-width: 47.9375em) {
    .vivisol-container--rounded.transparent_m {
      background: transparent;
      -webkit-box-shadow: unset;
         -moz-box-shadow: unset;
              box-shadow: unset; } }
  @media screen and (max-width: 47.9375em) {
    .vivisol-container--rounded {
      padding: 25px 24px 48px; } }
  @media screen and (max-width: 47.9375em) {
    .vivisol-container--rounded_m {
      background: #fff;
      -webkit-box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.1);
         -moz-box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 15px;
         -moz-border-radius: 15px;
              border-radius: 15px;
      width: 100%;
      position: relative; } }
  .vivisol-container--rounded:after {
    background: #78be20;
    content: "";
    position: absolute;
    width: 95%;
    height: 100px;
    z-index: -1;
    -webkit-border-radius: 65px;
       -moz-border-radius: 65px;
            border-radius: 65px;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translate(-50%, 5%) rotate(-4deg);
       -moz-transform: translate(-50%, 5%) rotate(-4deg);
        -ms-transform: translate(-50%, 5%) rotate(-4deg);
         -o-transform: translate(-50%, 5%) rotate(-4deg);
            transform: translate(-50%, 5%) rotate(-4deg);
    -webkit-transform-origin: top center;
       -moz-transform-origin: top center;
        -ms-transform-origin: top center;
         -o-transform-origin: top center;
            transform-origin: top center; }
    @media screen and (max-width: 47.9375em) {
      .vivisol-container--rounded:after {
        display: none; } }
  .vivisol-container--rounded:before {
    background: #78be20;
    content: "";
    opacity: .4;
    position: absolute;
    width: 95%;
    height: 150px;
    z-index: -1;
    /* background-color: inherit; */
    -webkit-border-radius: 65px;
       -moz-border-radius: 65px;
            border-radius: 65px;
    left: 50%;
    bottom: -7px;
    -webkit-transform: translate(-50%, 5%) rotate(-2deg);
       -moz-transform: translate(-50%, 5%) rotate(-2deg);
        -ms-transform: translate(-50%, 5%) rotate(-2deg);
         -o-transform: translate(-50%, 5%) rotate(-2deg);
            transform: translate(-50%, 5%) rotate(-2deg);
    -webkit-transform-origin: top center;
       -moz-transform-origin: top center;
        -ms-transform-origin: top center;
         -o-transform-origin: top center;
            transform-origin: top center; }
    @media screen and (max-width: 47.9375em) {
      .vivisol-container--rounded:before {
        display: none; } }

.overflow-y-hidden {
  overflow-y: hidden;
  position: relative; }

@media screen and (max-width: 47.9375em) {
  .separated-mobile {
    padding: 0px;
    -webkit-box-shadow: unset;
       -moz-box-shadow: unset;
            box-shadow: unset;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px; }
    .separated-mobile .section_wrap {
      padding: 20px;
      -webkit-box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.1);
         -moz-box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 25px;
         -moz-border-radius: 25px;
              border-radius: 25px;
      margin-top: 40px; }
      .separated-mobile .section_wrap.no-margin_top {
        margin-top: 0px; } }

.portlet-content,
.portlet-decorate .portlet-content {
  padding-bottom: 0;
  padding: 0px;
  background: unset; }

.portlet-layout .portlet-header {
  margin-bottom: 0; }

.bg-center {
  background-position: center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat; }

#wrapper {
  padding: 0;
  overflow: hidden; }

.vivisol-steps .step_item {
  padding-right: 80px;
  position: relative; }
  .vivisol-steps .step_item .step_label {
    font-size: 10.5px;
    color: #78be20;
    font-weight: 400;
    font-family: "NotoSans", "sans-serif";
    position: absolute;
    left: 50%;
    top: 100%;
    border: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    line-height: 1;
    text-align: center;
    padding-top: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 110px; }
  .vivisol-steps .step_item .step_number {
    background: #fff;
    width: 34px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    border: 1px solid #78be20;
    height: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #78be20;
    position: relative; }
    .vivisol-steps .step_item .step_number:before {
      content: "";
      width: 60px;
      height: 1px;
      background: #78be20;
      left: 100%;
      position: absolute;
      margin-left: 10px; }
    .vivisol-steps .step_item .step_number:after {
      content: "";
      width: 60px;
      position: absolute;
      background: #78be20;
      height: 1px;
      left: 100%;
      margin-left: 10px;
      visibility: hidden; }
  .vivisol-steps .step_item.current .step_label {
    font-weight: 700; }
  .vivisol-steps .step_item.active .step_number {
    background: #78be20;
    color: #fff; }
    .vivisol-steps .step_item.active .step_number:after {
      visibility: visible; }
  .vivisol-steps .step_item:last-child {
    padding-right: 0px; }
    .vivisol-steps .step_item:last-child .step_number:before {
      display: none; }
    .vivisol-steps .step_item:last-child .step_number:after {
      display: none; }

@media screen and (max-width: 47.9375em) {
  .column-reverse-m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.logo-figure {
  width: auto;
  max-width: 220px;
  display: inline-block;
  margin: 0; }
  @media screen and (max-width: 47.9375em) {
    .logo-figure {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 145px; } }
  .logo-figure img {
    height: auto;
    width: 100%;
    display: block; }
  .logo-figure.footer {
    max-width: 145px; }

section.portlet {
  margin-bottom: 0; }

button:focus {
  outline: none; }

.no-grid-overflow > div > div,
.no-grid-overflow .dropzone > div > div {
  overflow: visible !important; }

ul {
  list-style-type: none; }
  ul.listed {
    list-style-type: circle; }
  ul.dashed {
    list-style-type: none; }
    ul.dashed > li:before {
      content: "-";
      position: absolute;
      top: 0;
      left: 0; }

.no-result-found {
  text-align: center;
  padding-top: 20px;
  font-weight: bold;
  color: #78be20; }

.no_cursor {
  cursor: default !important; }

.vivilist-gray-border-form {
  border-color: #E1E8F3; }
  .vivilist-gray-border-form:focus {
    border-color: #E1E8F3; }

.vivilist-gray-border-nice-select {
  border: solid 1px #E1E8F3 !important; }

.ddm-label .reference-mark {
  font-size: 7px !important; }

.btn-std {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  height: 38px;
  min-width: 190px;
  padding: 5px 20px;
  cursor: pointer;
  -webkit-transition: color 0.33s, background-color 0.33s;
  -o-transition: color 0.33s, background-color 0.33s;
  -moz-transition: color 0.33s, background-color 0.33s;
  transition: color 0.33s, background-color 0.33s; }
  @media screen and (max-width: 47.9375em) {
    .btn-std {
      width: 100%; } }
  .btn-std:focus {
    text-decoration: none;
    color: #fff;
    background-color: #66A21B;
    -webkit-box-shadow: unset;
       -moz-box-shadow: unset;
            box-shadow: unset; }
  .btn-std .lfr-btn-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .btn-std.arrow-right .lfr-btn-label:after {
    content: "\e925";
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; }
  .btn-std.arrow-left .lfr-btn-label:before {
    content: "\e924";
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; }
  .btn-std--primary {
    color: #fff;
    background-color: #78be20;
    border: unset;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    min-width: 190px;
    height: 38px;
    -webkit-transition: color 0.33s, background-color 0.33s;
    -o-transition: color 0.33s, background-color 0.33s;
    -moz-transition: color 0.33s, background-color 0.33s;
    transition: color 0.33s, background-color 0.33s; }
    .btn-std--primary:hover {
      text-decoration: none;
      color: #fff;
      background-color: #66A21B; }
    .btn-std--primary:active, .btn-std--primary:focus, .btn-std--primary.active {
      background: #66A21B;
      -webkit-box-shadow: unset;
         -moz-box-shadow: unset;
              box-shadow: unset;
      color: #fff; }
    .btn-std--primary:disabled {
      background: #AED879 !important; }
    .btn-std--primary.disabled {
      background: #AED879 !important; }
    .btn-std--primary.submit .lfr-btn-label {
      text-transform: uppercase; }
    .btn-std--primary .lfr-btn-label {
      font-size: 12.5px;
      font-weight: 700; }
  .btn-std--transparent {
    background-color: transparent;
    color: #78be20;
    border: unset; }
    .btn-std--transparent:focus {
      background: transparent;
      -webkit-box-shadow: unset;
         -moz-box-shadow: unset;
              box-shadow: unset;
      color: #78be20; }
    .btn-std--transparent:active {
      background: transparent;
      -webkit-box-shadow: unset;
         -moz-box-shadow: unset;
              box-shadow: unset;
      color: #78be20; }
    .btn-std--transparent:hover {
      background-color: transparent;
      color: #78be20; }
  .btn-std--grey {
    color: #333333;
    background-color: #CCCCCC;
    border: unset;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    font-weight: 700;
    -webkit-transition: color 0.33s, background-color 0.33s;
    -o-transition: color 0.33s, background-color 0.33s;
    -moz-transition: color 0.33s, background-color 0.33s;
    transition: color 0.33s, background-color 0.33s; }
    .btn-std--grey:hover {
      color: #333333;
      background: #c1c1c1; }
    .btn-std--grey.unseen {
      background: #F0F0F0;
      color: #9F9F9F; }
      .btn-std--grey.unseen:focus {
        background: #F0F0F0;
        color: #9F9F9F; }
    .btn-std--grey.disabled {
      background: #F0F0F0;
      color: #9F9F9F; }
    .btn-std--grey:disabled {
      background: #F0F0F0;
      color: #9F9F9F; }
    .btn-std--grey:focus {
      color: #333333;
      background: #c1c1c1; }
    .btn-std--grey.active {
      color: #333333;
      background: #c1c1c1; }
  .btn-std--white {
    color: #78be20;
    background-color: #fff;
    border: 2px solid #78BE20;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    min-width: 190px;
    height: 38px;
    -webkit-transition: color 0.33s, background-color 0.33s;
    -o-transition: color 0.33s, background-color 0.33s;
    -moz-transition: color 0.33s, background-color 0.33s;
    transition: color 0.33s, background-color 0.33s; }
    .btn-std--white p.contact-cta__link--label {
      font-size: 12.5px; }
    .btn-std--white p {
      font-weight: bold;
      font-size: 8.5px;
      line-height: 11px;
      text-align: center;
      color: #78be20; }
      @media screen and (max-width: 47.9375em) {
        .btn-std--white p {
          font-size: 14.5px;
          line-height: 18px; } }
    .btn-std--white:hover {
      text-decoration: none;
      border: 2px solid #559900;
      background: #fff;
      color: #559900; }

.service-list-buttons .btn-std.selected {
  background-color: #78be20;
  color: #fff; }
  .service-list-buttons .btn-std.selected:hover {
    text-decoration: none;
    color: #fff;
    background-color: #66A21B; }
  .service-list-buttons .btn-std.selected:active, .service-list-buttons .btn-std.selected:focus, .service-list-buttons .btn-std.selected.active {
    background: #66A21B;
    -webkit-box-shadow: unset;
       -moz-box-shadow: unset;
            box-shadow: unset;
    color: #fff; }

.underlined-btn {
  position: relative; }
  .underlined-btn:before {
    content: '';
    position: absolute;
    top: 110%;
    height: 4px;
    width: 100%;
    background-color: #78be20; }
  .underlined-btn-hover {
    position: relative; }
    .underlined-btn-hover:after {
      content: '';
      position: absolute;
      top: 110%;
      left: 0;
      height: 4px;
      width: 100%;
      background-color: transparent;
      -webkit-transition: background-color 0.33s;
      -o-transition: background-color 0.33s;
      -moz-transition: background-color 0.33s;
      transition: background-color 0.33s; }
    .underlined-btn-hover:hover:after {
      content: '';
      position: absolute;
      top: 110%;
      left: 0;
      height: 4px;
      width: 100%;
      background-color: #78be20; }

.date-button-list button, .stock-button-list button {
  color: #999999; }
  .date-button-list button.underlined-btn, .stock-button-list button.underlined-btn {
    color: #424242; }
    .date-button-list button.underlined-btn:focus, .stock-button-list button.underlined-btn:focus {
      color: #424242;
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none; }

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

.btn-type {
  background: #fff;
  padding: 5px 10px;
  border: 0.5px solid #78BE20;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  font-weight: 400;
  font-size: 8.5px;
  min-width: 95px;
  cursor: default;
  color: #78be20;
  text-align: center; }

.back-btn {
  background: transparent;
  border: unset;
  color: #78be20;
  font-weight: 700;
  font-size: 14.5px;
  font-family: "NotoSans", "sans-serif"; }
  .back-btn .lfr-btn-label {
    padding-left: 20px; }
  .back-btn:active {
    background: transparent;
    border: unset;
    color: #78be20; }
  .back-btn.active {
    background: transparent;
    border: unset;
    color: #78be20; }
  .back-btn:hover {
    background: transparent;
    border: unset;
    color: #78be20; }
  .back-btn:focus {
    background: transparent;
    border: unset;
    -webkit-box-shadow: unset;
       -moz-box-shadow: unset;
            box-shadow: unset;
    color: #78be20; }
  .back-btn:before {
    content: "\e924";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #78be20; }

.square-button {
  padding: 15px;
  background: #78be20;
  font-size: 28.5px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  border: unset;
  color: #fff; }
  .square-button:hover, .square-button:focus, .square-button:active, .square-button.active, .square-button.focus {
    -webkit-box-shadow: unset;
       -moz-box-shadow: unset;
            box-shadow: unset;
    border: unset;
    background: #78be20;
    color: #fff; }
  .square-button .lfr-btn-label {
    display: none; }

.btn-list {
  padding: 15px;
  color: #78be20;
  border: 1px solid #E1E8F3;
  background: #fff;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px; }
  .btn-list:hover {
    background: #fff;
    color: #78be20;
    border: 1px solid #E1E8F3; }
  .btn-list:focus {
    background: #fff;
    color: #78be20;
    -webkit-box-shadow: unset;
       -moz-box-shadow: unset;
            box-shadow: unset;
    border: 1px solid #E1E8F3; }
  .btn-list:active {
    background: #fff;
    color: #78be20;
    -webkit-box-shadow: unset;
       -moz-box-shadow: unset;
            box-shadow: unset;
    border: 1px solid #E1E8F3; }
  .btn-list:active:focus {
    -webkit-box-shadow: unset;
       -moz-box-shadow: unset;
            box-shadow: unset; }
  .btn-list.active {
    background: #fff;
    color: #78be20;
    -webkit-box-shadow: unset;
       -moz-box-shadow: unset;
            box-shadow: unset;
    border: 1px solid #E1E8F3; }
  @media screen and (max-width: 47.9375em) {
    .btn-list {
      padding: 8px;
      color: #444444;
      font-weight: 700;
      font-size: 14.5px;
      -webkit-border-radius: 4.6034px;
         -moz-border-radius: 4.6034px;
              border-radius: 4.6034px;
      border: 0.5px solid #EAEAEA; } }

.btn-primary.btn-std--primary:active:focus, .btn-primary.btn-std--primary.active:focus, .nav-underline .tab.active a.btn-primary.btn-std--primary:focus, .show > .btn-primary.dropdown-toggle:focus {
  background: #66A21B;
  -webkit-box-shadow: unset;
     -moz-box-shadow: unset;
          box-shadow: unset;
  color: #fff; }

.service-result .tab-btn {
  font-size: 12.5px;
  font-weight: 400;
  font-family: "NotoSans", "sans-serif"; }
  .service-result .tab-btn.selected .lfr-btn-label {
    font-weight: 700; }

.tab-btn.btn-primary:focus, .tab-button.btn-primary.focus {
  color: black;
  -webkit-box-shadow: unset;
     -moz-box-shadow: unset;
          box-shadow: unset; }

.tab-btn.btn-secondary:focus, .tab-button.btn-secondary.focus {
  color: black;
  -webkit-box-shadow: unset;
     -moz-box-shadow: unset;
          box-shadow: unset; }

.btn-secondary:active:focus, .btn-secondary.active:focus, .nav-underline .tab.active a.btn-secondary:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: unset;
     -moz-box-shadow: unset;
          box-shadow: unset; }

.btn-primary:active:focus, .btn-primary.active:focus, .nav-underline .tab.active a.btn-primary:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: unset;
     -moz-box-shadow: unset;
          box-shadow: unset; }

/*** DISPLAY ***/
.blocked {
  display: block; }

.inline {
  display: inline; }

.inline-blocked {
  display: inline-block; }

.inline-flexed {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

/*** WIDTH ***/
.w_0 {
  width: 0%; }

.w_10 {
  width: 10%; }

.w_15 {
  width: 15%; }

.w_20 {
  width: 20%; }

.w_25 {
  width: 25%; }

.w_30 {
  width: 30%; }

.w_33 {
  width: 33%; }

.w_35 {
  width: 35%; }

.w_40 {
  width: 40%; }

.w_50 {
  width: 50%; }

.w_60 {
  width: 60%; }

.w_65 {
  width: 65%; }

.w_66 {
  width: 66%; }

.w_70 {
  width: 70%; }

.w_75 {
  width: 75%; }

.w_80 {
  width: 80%; }

.w_90 {
  width: 90%; }

.w_100 {
  width: 100%; }

@media screen and (max-width: 61.875em) {
  .w_0_t {
    width: 0%; } }

@media screen and (max-width: 61.875em) {
  .w_10_t {
    width: 10%; } }

@media screen and (max-width: 61.875em) {
  .w_15_t {
    width: 15%; } }

@media screen and (max-width: 61.875em) {
  .w_20_t {
    width: 20%; } }

@media screen and (max-width: 61.875em) {
  .w_25_t {
    width: 25%; } }

@media screen and (max-width: 61.875em) {
  .w_30_t {
    width: 30%; } }

@media screen and (max-width: 61.875em) {
  .w_33_t {
    width: 33%; } }

@media screen and (max-width: 61.875em) {
  .w_35_t {
    width: 35%; } }

@media screen and (max-width: 61.875em) {
  .w_40_t {
    width: 40%; } }

@media screen and (max-width: 61.875em) {
  .w_50_t {
    width: 50%; } }

@media screen and (max-width: 61.875em) {
  .w_60_t {
    width: 60%; } }

@media screen and (max-width: 61.875em) {
  .w_65_t {
    width: 65%; } }

@media screen and (max-width: 61.875em) {
  .w_66_t {
    width: 66%; } }

@media screen and (max-width: 61.875em) {
  .w_70_t {
    width: 70%; } }

@media screen and (max-width: 61.875em) {
  .w_75_t {
    width: 75%; } }

@media screen and (max-width: 61.875em) {
  .w_80_t {
    width: 80%; } }

@media screen and (max-width: 61.875em) {
  .w_90_t {
    width: 90%; } }

@media screen and (max-width: 61.875em) {
  .w_100_t {
    width: 100%; } }

@media screen and (max-width: 47.9375em) {
  .w_0_m {
    width: 0%; } }

@media screen and (max-width: 47.9375em) {
  .w_10_m {
    width: 10%; } }

@media screen and (max-width: 47.9375em) {
  .w_15_m {
    width: 15%; } }

@media screen and (max-width: 47.9375em) {
  .w_20_m {
    width: 20%; } }

@media screen and (max-width: 47.9375em) {
  .w_25_m {
    width: 25%; } }

@media screen and (max-width: 47.9375em) {
  .w_30_m {
    width: 30%; } }

@media screen and (max-width: 47.9375em) {
  .w_33_m {
    width: 33%; } }

@media screen and (max-width: 47.9375em) {
  .w_35_m {
    width: 35%; } }

@media screen and (max-width: 47.9375em) {
  .w_40_m {
    width: 40%; } }

@media screen and (max-width: 47.9375em) {
  .w_50_m {
    width: 50%; } }

@media screen and (max-width: 47.9375em) {
  .w_60_m {
    width: 60%; } }

@media screen and (max-width: 47.9375em) {
  .w_65_m {
    width: 65%; } }

@media screen and (max-width: 47.9375em) {
  .w_66_m {
    width: 66%; } }

@media screen and (max-width: 47.9375em) {
  .w_70_m {
    width: 70%; } }

@media screen and (max-width: 47.9375em) {
  .w_75_m {
    width: 75%; } }

@media screen and (max-width: 47.9375em) {
  .w_80_m {
    width: 80%; } }

@media screen and (max-width: 47.9375em) {
  .w_90_m {
    width: 90%; } }

@media screen and (max-width: 47.9375em) {
  .w_100_m {
    width: 100%; } }

@media screen and (max-width: 47.9375em) {
  .w_auto_m {
    width: auto; } }

/*** FLEX ***/
.flexed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.align-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.justify-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.justify-self-start {
  justify-self: start; }

.justify-self-center {
  justify-self: center; }

.justify-self-end {
  justify-self: end; }

.direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .direction-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

.direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  @media screen and (max-width: 47.9375em) {
    .direction-column-reverse_m {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
         -moz-box-orient: vertical;
         -moz-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.wrapped {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

@media screen and (max-width: 47.9375em) {
  .wrapped_m {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

.no-wrapped {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.tabled {
  display: table; }

.dropzone.w_100_m > div {
  width: 100%; }

.overflow-hidden {
  overflow: hidden; }
  .overflow-hidden--x {
    overflow-x: hidden; }
  .overflow-hidden--y {
    overflow-y: hidden; }

.overflow-visible {
  overflow: visible; }
  .overflow-visible--x {
    overflow-x: visible; }
  .overflow-visible--y {
    overflow-y: visible; }

@media screen and (max-width: 47.9375em) {
  .order_0_m {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

/*** MARGIN & PADDING ***/
.m_0_auto {
  margin: 0 auto; }

.m_0 {
  margin: 0px; }

.mt_0 {
  margin-top: 0px; }

.mr_0 {
  margin-right: 0px; }

.mb_0 {
  margin-bottom: 0px; }

.ml_0 {
  margin-left: 0px; }

.m_5 {
  margin: 5px; }

.mt_5 {
  margin-top: 5px; }

.mr_5 {
  margin-right: 5px; }

.mb_5 {
  margin-bottom: 5px; }

.ml_5 {
  margin-left: 5px; }

.m_10 {
  margin: 10px; }

.mt_10 {
  margin-top: 10px; }

.mr_10 {
  margin-right: 10px; }

.mb_10 {
  margin-bottom: 10px; }

.ml_10 {
  margin-left: 10px; }

.m_15 {
  margin: 15px; }

.mt_15 {
  margin-top: 15px; }

.mr_15 {
  margin-right: 15px; }

.mb_15 {
  margin-bottom: 15px; }

.ml_15 {
  margin-left: 15px; }

.m_20 {
  margin: 20px; }

.mt_20 {
  margin-top: 20px; }

.mr_20 {
  margin-right: 20px; }

.mb_20 {
  margin-bottom: 20px; }

.ml_20 {
  margin-left: 20px; }

.m_25 {
  margin: 25px; }

.mt_25 {
  margin-top: 25px; }

.mr_25 {
  margin-right: 25px; }

.mb_25 {
  margin-bottom: 25px; }

.ml_25 {
  margin-left: 25px; }

.m_30 {
  margin: 30px; }

.mt_30 {
  margin-top: 30px; }

.mr_30 {
  margin-right: 30px; }

.mb_30 {
  margin-bottom: 30px; }

.ml_30 {
  margin-left: 30px; }

.m_35 {
  margin: 35px; }

.mt_35 {
  margin-top: 35px; }

.mr_35 {
  margin-right: 35px; }

.mb_35 {
  margin-bottom: 35px; }

.ml_35 {
  margin-left: 35px; }

.m_40 {
  margin: 40px; }

.mt_40 {
  margin-top: 40px; }

.mr_40 {
  margin-right: 40px; }

.mb_40 {
  margin-bottom: 40px; }

.ml_40 {
  margin-left: 40px; }

.m_45 {
  margin: 45px; }

.mt_45 {
  margin-top: 45px; }

.mr_45 {
  margin-right: 45px; }

.mb_45 {
  margin-bottom: 45px; }

.ml_45 {
  margin-left: 45px; }

.m_50 {
  margin: 50px; }

.mt_50 {
  margin-top: 50px; }

.mr_50 {
  margin-right: 50px; }

.mb_50 {
  margin-bottom: 50px; }

.ml_50 {
  margin-left: 50px; }

.m_55 {
  margin: 55px; }

.mt_55 {
  margin-top: 55px; }

.mr_55 {
  margin-right: 55px; }

.mb_55 {
  margin-bottom: 55px; }

.ml_55 {
  margin-left: 55px; }

.m_60 {
  margin: 60px; }

.mt_60 {
  margin-top: 60px; }

.mr_60 {
  margin-right: 60px; }

.mb_60 {
  margin-bottom: 60px; }

.ml_60 {
  margin-left: 60px; }

.m_65 {
  margin: 65px; }

.mt_65 {
  margin-top: 65px; }

.mr_65 {
  margin-right: 65px; }

.mb_65 {
  margin-bottom: 65px; }

.ml_65 {
  margin-left: 65px; }

.m_70 {
  margin: 70px; }

.mt_70 {
  margin-top: 70px; }

.mr_70 {
  margin-right: 70px; }

.mb_70 {
  margin-bottom: 70px; }

.ml_70 {
  margin-left: 70px; }

.m_75 {
  margin: 75px; }

.mt_75 {
  margin-top: 75px; }

.mr_75 {
  margin-right: 75px; }

.mb_75 {
  margin-bottom: 75px; }

.ml_75 {
  margin-left: 75px; }

.m_80 {
  margin: 80px; }

.mt_80 {
  margin-top: 80px; }

.mr_80 {
  margin-right: 80px; }

.mb_80 {
  margin-bottom: 80px; }

.ml_80 {
  margin-left: 80px; }

.m_85 {
  margin: 85px; }

.mt_85 {
  margin-top: 85px; }

.mr_85 {
  margin-right: 85px; }

.mb_85 {
  margin-bottom: 85px; }

.ml_85 {
  margin-left: 85px; }

.m_90 {
  margin: 90px; }

.mt_90 {
  margin-top: 90px; }

.mr_90 {
  margin-right: 90px; }

.mb_90 {
  margin-bottom: 90px; }

.ml_90 {
  margin-left: 90px; }

.m_95 {
  margin: 95px; }

.mt_95 {
  margin-top: 95px; }

.mr_95 {
  margin-right: 95px; }

.mb_95 {
  margin-bottom: 95px; }

.ml_95 {
  margin-left: 95px; }

.m_100 {
  margin: 100px; }

.mt_100 {
  margin-top: 100px; }

.mr_100 {
  margin-right: 100px; }

.mb_100 {
  margin-bottom: 100px; }

.ml_100 {
  margin-left: 100px; }

.m_125 {
  margin: 125px; }

.mt_125 {
  margin-top: 125px; }

.mr_125 {
  margin-right: 125px; }

.mb_125 {
  margin-bottom: 125px; }

.ml_125 {
  margin-left: 125px; }

.m_150 {
  margin: 150px; }

.mt_150 {
  margin-top: 150px; }

.mr_150 {
  margin-right: 150px; }

.mb_150 {
  margin-bottom: 150px; }

.ml_150 {
  margin-left: 150px; }

.m_300 {
  margin: 300px; }

.mt_300 {
  margin-top: 300px; }

.mr_300 {
  margin-right: 300px; }

.mb_300 {
  margin-bottom: 300px; }

.ml_300 {
  margin-left: 300px; }

@media screen and (max-width: 61.875em) {
  .m_0_t {
    margin: 0px; } }

@media screen and (max-width: 61.875em) {
  .mt_0_t {
    margin-top: 0px; } }

@media screen and (max-width: 61.875em) {
  .mr_0_t {
    margin-right: 0px; } }

@media screen and (max-width: 61.875em) {
  .mb_0_t {
    margin-bottom: 0px; } }

@media screen and (max-width: 61.875em) {
  .ml_0_t {
    margin-left: 0px; } }

@media screen and (max-width: 61.875em) {
  .m_5_t {
    margin: 5px; } }

@media screen and (max-width: 61.875em) {
  .mt_5_t {
    margin-top: 5px; } }

@media screen and (max-width: 61.875em) {
  .mr_5_t {
    margin-right: 5px; } }

@media screen and (max-width: 61.875em) {
  .mb_5_t {
    margin-bottom: 5px; } }

@media screen and (max-width: 61.875em) {
  .ml_5_t {
    margin-left: 5px; } }

@media screen and (max-width: 61.875em) {
  .m_10_t {
    margin: 10px; } }

@media screen and (max-width: 61.875em) {
  .mt_10_t {
    margin-top: 10px; } }

@media screen and (max-width: 61.875em) {
  .mr_10_t {
    margin-right: 10px; } }

@media screen and (max-width: 61.875em) {
  .mb_10_t {
    margin-bottom: 10px; } }

@media screen and (max-width: 61.875em) {
  .ml_10_t {
    margin-left: 10px; } }

@media screen and (max-width: 61.875em) {
  .m_15_t {
    margin: 15px; } }

@media screen and (max-width: 61.875em) {
  .mt_15_t {
    margin-top: 15px; } }

@media screen and (max-width: 61.875em) {
  .mr_15_t {
    margin-right: 15px; } }

@media screen and (max-width: 61.875em) {
  .mb_15_t {
    margin-bottom: 15px; } }

@media screen and (max-width: 61.875em) {
  .ml_15_t {
    margin-left: 15px; } }

@media screen and (max-width: 61.875em) {
  .m_20_t {
    margin: 20px; } }

@media screen and (max-width: 61.875em) {
  .mt_20_t {
    margin-top: 20px; } }

@media screen and (max-width: 61.875em) {
  .mr_20_t {
    margin-right: 20px; } }

@media screen and (max-width: 61.875em) {
  .mb_20_t {
    margin-bottom: 20px; } }

@media screen and (max-width: 61.875em) {
  .ml_20_t {
    margin-left: 20px; } }

@media screen and (max-width: 61.875em) {
  .m_25_t {
    margin: 25px; } }

@media screen and (max-width: 61.875em) {
  .mt_25_t {
    margin-top: 25px; } }

@media screen and (max-width: 61.875em) {
  .mr_25_t {
    margin-right: 25px; } }

@media screen and (max-width: 61.875em) {
  .mb_25_t {
    margin-bottom: 25px; } }

@media screen and (max-width: 61.875em) {
  .ml_25_t {
    margin-left: 25px; } }

@media screen and (max-width: 61.875em) {
  .m_30_t {
    margin: 30px; } }

@media screen and (max-width: 61.875em) {
  .mt_30_t {
    margin-top: 30px; } }

@media screen and (max-width: 61.875em) {
  .mr_30_t {
    margin-right: 30px; } }

@media screen and (max-width: 61.875em) {
  .mb_30_t {
    margin-bottom: 30px; } }

@media screen and (max-width: 61.875em) {
  .ml_30_t {
    margin-left: 30px; } }

@media screen and (max-width: 61.875em) {
  .m_35_t {
    margin: 35px; } }

@media screen and (max-width: 61.875em) {
  .mt_35_t {
    margin-top: 35px; } }

@media screen and (max-width: 61.875em) {
  .mr_35_t {
    margin-right: 35px; } }

@media screen and (max-width: 61.875em) {
  .mb_35_t {
    margin-bottom: 35px; } }

@media screen and (max-width: 61.875em) {
  .ml_35_t {
    margin-left: 35px; } }

@media screen and (max-width: 61.875em) {
  .m_40_t {
    margin: 40px; } }

@media screen and (max-width: 61.875em) {
  .mt_40_t {
    margin-top: 40px; } }

@media screen and (max-width: 61.875em) {
  .mr_40_t {
    margin-right: 40px; } }

@media screen and (max-width: 61.875em) {
  .mb_40_t {
    margin-bottom: 40px; } }

@media screen and (max-width: 61.875em) {
  .ml_40_t {
    margin-left: 40px; } }

@media screen and (max-width: 61.875em) {
  .m_45_t {
    margin: 45px; } }

@media screen and (max-width: 61.875em) {
  .mt_45_t {
    margin-top: 45px; } }

@media screen and (max-width: 61.875em) {
  .mr_45_t {
    margin-right: 45px; } }

@media screen and (max-width: 61.875em) {
  .mb_45_t {
    margin-bottom: 45px; } }

@media screen and (max-width: 61.875em) {
  .ml_45_t {
    margin-left: 45px; } }

@media screen and (max-width: 61.875em) {
  .m_50_t {
    margin: 50px; } }

@media screen and (max-width: 61.875em) {
  .mt_50_t {
    margin-top: 50px; } }

@media screen and (max-width: 61.875em) {
  .mr_50_t {
    margin-right: 50px; } }

@media screen and (max-width: 61.875em) {
  .mb_50_t {
    margin-bottom: 50px; } }

@media screen and (max-width: 61.875em) {
  .ml_50_t {
    margin-left: 50px; } }

@media screen and (max-width: 61.875em) {
  .m_55_t {
    margin: 55px; } }

@media screen and (max-width: 61.875em) {
  .mt_55_t {
    margin-top: 55px; } }

@media screen and (max-width: 61.875em) {
  .mr_55_t {
    margin-right: 55px; } }

@media screen and (max-width: 61.875em) {
  .mb_55_t {
    margin-bottom: 55px; } }

@media screen and (max-width: 61.875em) {
  .ml_55_t {
    margin-left: 55px; } }

@media screen and (max-width: 61.875em) {
  .m_60_t {
    margin: 60px; } }

@media screen and (max-width: 61.875em) {
  .mt_60_t {
    margin-top: 60px; } }

@media screen and (max-width: 61.875em) {
  .mr_60_t {
    margin-right: 60px; } }

@media screen and (max-width: 61.875em) {
  .mb_60_t {
    margin-bottom: 60px; } }

@media screen and (max-width: 61.875em) {
  .ml_60_t {
    margin-left: 60px; } }

@media screen and (max-width: 61.875em) {
  .m_65_t {
    margin: 65px; } }

@media screen and (max-width: 61.875em) {
  .mt_65_t {
    margin-top: 65px; } }

@media screen and (max-width: 61.875em) {
  .mr_65_t {
    margin-right: 65px; } }

@media screen and (max-width: 61.875em) {
  .mb_65_t {
    margin-bottom: 65px; } }

@media screen and (max-width: 61.875em) {
  .ml_65_t {
    margin-left: 65px; } }

@media screen and (max-width: 61.875em) {
  .m_70_t {
    margin: 70px; } }

@media screen and (max-width: 61.875em) {
  .mt_70_t {
    margin-top: 70px; } }

@media screen and (max-width: 61.875em) {
  .mr_70_t {
    margin-right: 70px; } }

@media screen and (max-width: 61.875em) {
  .mb_70_t {
    margin-bottom: 70px; } }

@media screen and (max-width: 61.875em) {
  .ml_70_t {
    margin-left: 70px; } }

@media screen and (max-width: 61.875em) {
  .m_75_t {
    margin: 75px; } }

@media screen and (max-width: 61.875em) {
  .mt_75_t {
    margin-top: 75px; } }

@media screen and (max-width: 61.875em) {
  .mr_75_t {
    margin-right: 75px; } }

@media screen and (max-width: 61.875em) {
  .mb_75_t {
    margin-bottom: 75px; } }

@media screen and (max-width: 61.875em) {
  .ml_75_t {
    margin-left: 75px; } }

@media screen and (max-width: 61.875em) {
  .m_80_t {
    margin: 80px; } }

@media screen and (max-width: 61.875em) {
  .mt_80_t {
    margin-top: 80px; } }

@media screen and (max-width: 61.875em) {
  .mr_80_t {
    margin-right: 80px; } }

@media screen and (max-width: 61.875em) {
  .mb_80_t {
    margin-bottom: 80px; } }

@media screen and (max-width: 61.875em) {
  .ml_80_t {
    margin-left: 80px; } }

@media screen and (max-width: 61.875em) {
  .m_85_t {
    margin: 85px; } }

@media screen and (max-width: 61.875em) {
  .mt_85_t {
    margin-top: 85px; } }

@media screen and (max-width: 61.875em) {
  .mr_85_t {
    margin-right: 85px; } }

@media screen and (max-width: 61.875em) {
  .mb_85_t {
    margin-bottom: 85px; } }

@media screen and (max-width: 61.875em) {
  .ml_85_t {
    margin-left: 85px; } }

@media screen and (max-width: 61.875em) {
  .m_90_t {
    margin: 90px; } }

@media screen and (max-width: 61.875em) {
  .mt_90_t {
    margin-top: 90px; } }

@media screen and (max-width: 61.875em) {
  .mr_90_t {
    margin-right: 90px; } }

@media screen and (max-width: 61.875em) {
  .mb_90_t {
    margin-bottom: 90px; } }

@media screen and (max-width: 61.875em) {
  .ml_90_t {
    margin-left: 90px; } }

@media screen and (max-width: 61.875em) {
  .m_95_t {
    margin: 95px; } }

@media screen and (max-width: 61.875em) {
  .mt_95_t {
    margin-top: 95px; } }

@media screen and (max-width: 61.875em) {
  .mr_95_t {
    margin-right: 95px; } }

@media screen and (max-width: 61.875em) {
  .mb_95_t {
    margin-bottom: 95px; } }

@media screen and (max-width: 61.875em) {
  .ml_95_t {
    margin-left: 95px; } }

@media screen and (max-width: 61.875em) {
  .m_100_t {
    margin: 100px; } }

@media screen and (max-width: 61.875em) {
  .mt_100_t {
    margin-top: 100px; } }

@media screen and (max-width: 61.875em) {
  .mr_100_t {
    margin-right: 100px; } }

@media screen and (max-width: 61.875em) {
  .mb_100_t {
    margin-bottom: 100px; } }

@media screen and (max-width: 61.875em) {
  .ml_100_t {
    margin-left: 100px; } }

@media screen and (max-width: 61.875em) {
  .m_125_t {
    margin: 125px; } }

@media screen and (max-width: 61.875em) {
  .mt_125_t {
    margin-top: 125px; } }

@media screen and (max-width: 61.875em) {
  .mr_125_t {
    margin-right: 125px; } }

@media screen and (max-width: 61.875em) {
  .mb_125_t {
    margin-bottom: 125px; } }

@media screen and (max-width: 61.875em) {
  .ml_125_t {
    margin-left: 125px; } }

@media screen and (max-width: 61.875em) {
  .m_150_t {
    margin: 150px; } }

@media screen and (max-width: 61.875em) {
  .mt_150_t {
    margin-top: 150px; } }

@media screen and (max-width: 61.875em) {
  .mr_150_t {
    margin-right: 150px; } }

@media screen and (max-width: 61.875em) {
  .mb_150_t {
    margin-bottom: 150px; } }

@media screen and (max-width: 61.875em) {
  .ml_150_t {
    margin-left: 150px; } }

@media screen and (max-width: 61.875em) {
  .m_300_t {
    margin: 300px; } }

@media screen and (max-width: 61.875em) {
  .mt_300_t {
    margin-top: 300px; } }

@media screen and (max-width: 61.875em) {
  .mr_300_t {
    margin-right: 300px; } }

@media screen and (max-width: 61.875em) {
  .mb_300_t {
    margin-bottom: 300px; } }

@media screen and (max-width: 61.875em) {
  .ml_300_t {
    margin-left: 300px; } }

@media screen and (max-width: 47.9375em) {
  .m_0_m {
    margin: 0px; } }

@media screen and (max-width: 47.9375em) {
  .mt_0_m {
    margin-top: 0px; } }

@media screen and (max-width: 47.9375em) {
  .mr_0_m {
    margin-right: 0px; } }

@media screen and (max-width: 47.9375em) {
  .mb_0_m {
    margin-bottom: 0px; } }

@media screen and (max-width: 47.9375em) {
  .ml_0_m {
    margin-left: 0px; } }

@media screen and (max-width: 47.9375em) {
  .m_5_m {
    margin: 5px; } }

@media screen and (max-width: 47.9375em) {
  .mt_5_m {
    margin-top: 5px; } }

@media screen and (max-width: 47.9375em) {
  .mr_5_m {
    margin-right: 5px; } }

@media screen and (max-width: 47.9375em) {
  .mb_5_m {
    margin-bottom: 5px; } }

@media screen and (max-width: 47.9375em) {
  .ml_5_m {
    margin-left: 5px; } }

@media screen and (max-width: 47.9375em) {
  .m_10_m {
    margin: 10px; } }

@media screen and (max-width: 47.9375em) {
  .mt_10_m {
    margin-top: 10px; } }

@media screen and (max-width: 47.9375em) {
  .mr_10_m {
    margin-right: 10px; } }

@media screen and (max-width: 47.9375em) {
  .mb_10_m {
    margin-bottom: 10px; } }

@media screen and (max-width: 47.9375em) {
  .ml_10_m {
    margin-left: 10px; } }

@media screen and (max-width: 47.9375em) {
  .m_15_m {
    margin: 15px; } }

@media screen and (max-width: 47.9375em) {
  .mt_15_m {
    margin-top: 15px; } }

@media screen and (max-width: 47.9375em) {
  .mr_15_m {
    margin-right: 15px; } }

@media screen and (max-width: 47.9375em) {
  .mb_15_m {
    margin-bottom: 15px; } }

@media screen and (max-width: 47.9375em) {
  .ml_15_m {
    margin-left: 15px; } }

@media screen and (max-width: 47.9375em) {
  .m_20_m {
    margin: 20px; } }

@media screen and (max-width: 47.9375em) {
  .mt_20_m {
    margin-top: 20px; } }

@media screen and (max-width: 47.9375em) {
  .mr_20_m {
    margin-right: 20px; } }

@media screen and (max-width: 47.9375em) {
  .mb_20_m {
    margin-bottom: 20px; } }

@media screen and (max-width: 47.9375em) {
  .ml_20_m {
    margin-left: 20px; } }

@media screen and (max-width: 47.9375em) {
  .m_25_m {
    margin: 25px; } }

@media screen and (max-width: 47.9375em) {
  .mt_25_m {
    margin-top: 25px; } }

@media screen and (max-width: 47.9375em) {
  .mr_25_m {
    margin-right: 25px; } }

@media screen and (max-width: 47.9375em) {
  .mb_25_m {
    margin-bottom: 25px; } }

@media screen and (max-width: 47.9375em) {
  .ml_25_m {
    margin-left: 25px; } }

@media screen and (max-width: 47.9375em) {
  .m_30_m {
    margin: 30px; } }

@media screen and (max-width: 47.9375em) {
  .mt_30_m {
    margin-top: 30px; } }

@media screen and (max-width: 47.9375em) {
  .mr_30_m {
    margin-right: 30px; } }

@media screen and (max-width: 47.9375em) {
  .mb_30_m {
    margin-bottom: 30px; } }

@media screen and (max-width: 47.9375em) {
  .ml_30_m {
    margin-left: 30px; } }

@media screen and (max-width: 47.9375em) {
  .m_35_m {
    margin: 35px; } }

@media screen and (max-width: 47.9375em) {
  .mt_35_m {
    margin-top: 35px; } }

@media screen and (max-width: 47.9375em) {
  .mr_35_m {
    margin-right: 35px; } }

@media screen and (max-width: 47.9375em) {
  .mb_35_m {
    margin-bottom: 35px; } }

@media screen and (max-width: 47.9375em) {
  .ml_35_m {
    margin-left: 35px; } }

@media screen and (max-width: 47.9375em) {
  .m_40_m {
    margin: 40px; } }

@media screen and (max-width: 47.9375em) {
  .mt_40_m {
    margin-top: 40px; } }

@media screen and (max-width: 47.9375em) {
  .mr_40_m {
    margin-right: 40px; } }

@media screen and (max-width: 47.9375em) {
  .mb_40_m {
    margin-bottom: 40px; } }

@media screen and (max-width: 47.9375em) {
  .ml_40_m {
    margin-left: 40px; } }

@media screen and (max-width: 47.9375em) {
  .m_45_m {
    margin: 45px; } }

@media screen and (max-width: 47.9375em) {
  .mt_45_m {
    margin-top: 45px; } }

@media screen and (max-width: 47.9375em) {
  .mr_45_m {
    margin-right: 45px; } }

@media screen and (max-width: 47.9375em) {
  .mb_45_m {
    margin-bottom: 45px; } }

@media screen and (max-width: 47.9375em) {
  .ml_45_m {
    margin-left: 45px; } }

@media screen and (max-width: 47.9375em) {
  .m_50_m {
    margin: 50px; } }

@media screen and (max-width: 47.9375em) {
  .mt_50_m {
    margin-top: 50px; } }

@media screen and (max-width: 47.9375em) {
  .mr_50_m {
    margin-right: 50px; } }

@media screen and (max-width: 47.9375em) {
  .mb_50_m {
    margin-bottom: 50px; } }

@media screen and (max-width: 47.9375em) {
  .ml_50_m {
    margin-left: 50px; } }

@media screen and (max-width: 47.9375em) {
  .m_55_m {
    margin: 55px; } }

@media screen and (max-width: 47.9375em) {
  .mt_55_m {
    margin-top: 55px; } }

@media screen and (max-width: 47.9375em) {
  .mr_55_m {
    margin-right: 55px; } }

@media screen and (max-width: 47.9375em) {
  .mb_55_m {
    margin-bottom: 55px; } }

@media screen and (max-width: 47.9375em) {
  .ml_55_m {
    margin-left: 55px; } }

@media screen and (max-width: 47.9375em) {
  .m_60_m {
    margin: 60px; } }

@media screen and (max-width: 47.9375em) {
  .mt_60_m {
    margin-top: 60px; } }

@media screen and (max-width: 47.9375em) {
  .mr_60_m {
    margin-right: 60px; } }

@media screen and (max-width: 47.9375em) {
  .mb_60_m {
    margin-bottom: 60px; } }

@media screen and (max-width: 47.9375em) {
  .ml_60_m {
    margin-left: 60px; } }

@media screen and (max-width: 47.9375em) {
  .m_65_m {
    margin: 65px; } }

@media screen and (max-width: 47.9375em) {
  .mt_65_m {
    margin-top: 65px; } }

@media screen and (max-width: 47.9375em) {
  .mr_65_m {
    margin-right: 65px; } }

@media screen and (max-width: 47.9375em) {
  .mb_65_m {
    margin-bottom: 65px; } }

@media screen and (max-width: 47.9375em) {
  .ml_65_m {
    margin-left: 65px; } }

@media screen and (max-width: 47.9375em) {
  .m_70_m {
    margin: 70px; } }

@media screen and (max-width: 47.9375em) {
  .mt_70_m {
    margin-top: 70px; } }

@media screen and (max-width: 47.9375em) {
  .mr_70_m {
    margin-right: 70px; } }

@media screen and (max-width: 47.9375em) {
  .mb_70_m {
    margin-bottom: 70px; } }

@media screen and (max-width: 47.9375em) {
  .ml_70_m {
    margin-left: 70px; } }

@media screen and (max-width: 47.9375em) {
  .m_75_m {
    margin: 75px; } }

@media screen and (max-width: 47.9375em) {
  .mt_75_m {
    margin-top: 75px; } }

@media screen and (max-width: 47.9375em) {
  .mr_75_m {
    margin-right: 75px; } }

@media screen and (max-width: 47.9375em) {
  .mb_75_m {
    margin-bottom: 75px; } }

@media screen and (max-width: 47.9375em) {
  .ml_75_m {
    margin-left: 75px; } }

@media screen and (max-width: 47.9375em) {
  .m_80_m {
    margin: 80px; } }

@media screen and (max-width: 47.9375em) {
  .mt_80_m {
    margin-top: 80px; } }

@media screen and (max-width: 47.9375em) {
  .mr_80_m {
    margin-right: 80px; } }

@media screen and (max-width: 47.9375em) {
  .mb_80_m {
    margin-bottom: 80px; } }

@media screen and (max-width: 47.9375em) {
  .ml_80_m {
    margin-left: 80px; } }

@media screen and (max-width: 47.9375em) {
  .m_85_m {
    margin: 85px; } }

@media screen and (max-width: 47.9375em) {
  .mt_85_m {
    margin-top: 85px; } }

@media screen and (max-width: 47.9375em) {
  .mr_85_m {
    margin-right: 85px; } }

@media screen and (max-width: 47.9375em) {
  .mb_85_m {
    margin-bottom: 85px; } }

@media screen and (max-width: 47.9375em) {
  .ml_85_m {
    margin-left: 85px; } }

@media screen and (max-width: 47.9375em) {
  .m_90_m {
    margin: 90px; } }

@media screen and (max-width: 47.9375em) {
  .mt_90_m {
    margin-top: 90px; } }

@media screen and (max-width: 47.9375em) {
  .mr_90_m {
    margin-right: 90px; } }

@media screen and (max-width: 47.9375em) {
  .mb_90_m {
    margin-bottom: 90px; } }

@media screen and (max-width: 47.9375em) {
  .ml_90_m {
    margin-left: 90px; } }

@media screen and (max-width: 47.9375em) {
  .m_95_m {
    margin: 95px; } }

@media screen and (max-width: 47.9375em) {
  .mt_95_m {
    margin-top: 95px; } }

@media screen and (max-width: 47.9375em) {
  .mr_95_m {
    margin-right: 95px; } }

@media screen and (max-width: 47.9375em) {
  .mb_95_m {
    margin-bottom: 95px; } }

@media screen and (max-width: 47.9375em) {
  .ml_95_m {
    margin-left: 95px; } }

@media screen and (max-width: 47.9375em) {
  .m_100_m {
    margin: 100px; } }

@media screen and (max-width: 47.9375em) {
  .mt_100_m {
    margin-top: 100px; } }

@media screen and (max-width: 47.9375em) {
  .mr_100_m {
    margin-right: 100px; } }

@media screen and (max-width: 47.9375em) {
  .mb_100_m {
    margin-bottom: 100px; } }

@media screen and (max-width: 47.9375em) {
  .ml_100_m {
    margin-left: 100px; } }

@media screen and (max-width: 47.9375em) {
  .m_125_m {
    margin: 125px; } }

@media screen and (max-width: 47.9375em) {
  .mt_125_m {
    margin-top: 125px; } }

@media screen and (max-width: 47.9375em) {
  .mr_125_m {
    margin-right: 125px; } }

@media screen and (max-width: 47.9375em) {
  .mb_125_m {
    margin-bottom: 125px; } }

@media screen and (max-width: 47.9375em) {
  .ml_125_m {
    margin-left: 125px; } }

@media screen and (max-width: 47.9375em) {
  .m_150_m {
    margin: 150px; } }

@media screen and (max-width: 47.9375em) {
  .mt_150_m {
    margin-top: 150px; } }

@media screen and (max-width: 47.9375em) {
  .mr_150_m {
    margin-right: 150px; } }

@media screen and (max-width: 47.9375em) {
  .mb_150_m {
    margin-bottom: 150px; } }

@media screen and (max-width: 47.9375em) {
  .ml_150_m {
    margin-left: 150px; } }

@media screen and (max-width: 47.9375em) {
  .m_300_m {
    margin: 300px; } }

@media screen and (max-width: 47.9375em) {
  .mt_300_m {
    margin-top: 300px; } }

@media screen and (max-width: 47.9375em) {
  .mr_300_m {
    margin-right: 300px; } }

@media screen and (max-width: 47.9375em) {
  .mb_300_m {
    margin-bottom: 300px; } }

@media screen and (max-width: 47.9375em) {
  .ml_300_m {
    margin-left: 300px; } }

.p_0 {
  padding: 0px; }

.pt_0 {
  padding-top: 0px; }

.pr_0 {
  padding-right: 0px; }

.pb_0 {
  padding-bottom: 0px; }

.pl_0 {
  padding-left: 0px; }

.padding_0 {
  padding: 0px; }

.p_5 {
  padding: 5px; }

.pt_5 {
  padding-top: 5px; }

.pr_5 {
  padding-right: 5px; }

.pb_5 {
  padding-bottom: 5px; }

.pl_5 {
  padding-left: 5px; }

.padding_5 {
  padding: 5px; }

.p_10 {
  padding: 10px; }

.pt_10 {
  padding-top: 10px; }

.pr_10 {
  padding-right: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.pl_10 {
  padding-left: 10px; }

.padding_10 {
  padding: 10px; }

.p_15 {
  padding: 15px; }

.pt_15 {
  padding-top: 15px; }

.pr_15 {
  padding-right: 15px; }

.pb_15 {
  padding-bottom: 15px; }

.pl_15 {
  padding-left: 15px; }

.padding_15 {
  padding: 15px; }

.p_20 {
  padding: 20px; }

.pt_20 {
  padding-top: 20px; }

.pr_20 {
  padding-right: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.pl_20 {
  padding-left: 20px; }

.padding_20 {
  padding: 20px; }

.p_25 {
  padding: 25px; }

.pt_25 {
  padding-top: 25px; }

.pr_25 {
  padding-right: 25px; }

.pb_25 {
  padding-bottom: 25px; }

.pl_25 {
  padding-left: 25px; }

.padding_25 {
  padding: 25px; }

.p_30 {
  padding: 30px; }

.pt_30 {
  padding-top: 30px; }

.pr_30 {
  padding-right: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.pl_30 {
  padding-left: 30px; }

.padding_30 {
  padding: 30px; }

.p_35 {
  padding: 35px; }

.pt_35 {
  padding-top: 35px; }

.pr_35 {
  padding-right: 35px; }

.pb_35 {
  padding-bottom: 35px; }

.pl_35 {
  padding-left: 35px; }

.padding_35 {
  padding: 35px; }

.p_40 {
  padding: 40px; }

.pt_40 {
  padding-top: 40px; }

.pr_40 {
  padding-right: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.pl_40 {
  padding-left: 40px; }

.padding_40 {
  padding: 40px; }

.p_45 {
  padding: 45px; }

.pt_45 {
  padding-top: 45px; }

.pr_45 {
  padding-right: 45px; }

.pb_45 {
  padding-bottom: 45px; }

.pl_45 {
  padding-left: 45px; }

.padding_45 {
  padding: 45px; }

.p_50 {
  padding: 50px; }

.pt_50 {
  padding-top: 50px; }

.pr_50 {
  padding-right: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.pl_50 {
  padding-left: 50px; }

.padding_50 {
  padding: 50px; }

.p_55 {
  padding: 55px; }

.pt_55 {
  padding-top: 55px; }

.pr_55 {
  padding-right: 55px; }

.pb_55 {
  padding-bottom: 55px; }

.pl_55 {
  padding-left: 55px; }

.padding_55 {
  padding: 55px; }

.p_60 {
  padding: 60px; }

.pt_60 {
  padding-top: 60px; }

.pr_60 {
  padding-right: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.pl_60 {
  padding-left: 60px; }

.padding_60 {
  padding: 60px; }

.p_65 {
  padding: 65px; }

.pt_65 {
  padding-top: 65px; }

.pr_65 {
  padding-right: 65px; }

.pb_65 {
  padding-bottom: 65px; }

.pl_65 {
  padding-left: 65px; }

.padding_65 {
  padding: 65px; }

.p_70 {
  padding: 70px; }

.pt_70 {
  padding-top: 70px; }

.pr_70 {
  padding-right: 70px; }

.pb_70 {
  padding-bottom: 70px; }

.pl_70 {
  padding-left: 70px; }

.padding_70 {
  padding: 70px; }

.p_75 {
  padding: 75px; }

.pt_75 {
  padding-top: 75px; }

.pr_75 {
  padding-right: 75px; }

.pb_75 {
  padding-bottom: 75px; }

.pl_75 {
  padding-left: 75px; }

.padding_75 {
  padding: 75px; }

.p_80 {
  padding: 80px; }

.pt_80 {
  padding-top: 80px; }

.pr_80 {
  padding-right: 80px; }

.pb_80 {
  padding-bottom: 80px; }

.pl_80 {
  padding-left: 80px; }

.padding_80 {
  padding: 80px; }

.p_85 {
  padding: 85px; }

.pt_85 {
  padding-top: 85px; }

.pr_85 {
  padding-right: 85px; }

.pb_85 {
  padding-bottom: 85px; }

.pl_85 {
  padding-left: 85px; }

.padding_85 {
  padding: 85px; }

.p_90 {
  padding: 90px; }

.pt_90 {
  padding-top: 90px; }

.pr_90 {
  padding-right: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.pl_90 {
  padding-left: 90px; }

.padding_90 {
  padding: 90px; }

.p_95 {
  padding: 95px; }

.pt_95 {
  padding-top: 95px; }

.pr_95 {
  padding-right: 95px; }

.pb_95 {
  padding-bottom: 95px; }

.pl_95 {
  padding-left: 95px; }

.padding_95 {
  padding: 95px; }

.p_100 {
  padding: 100px; }

.pt_100 {
  padding-top: 100px; }

.pr_100 {
  padding-right: 100px; }

.pb_100 {
  padding-bottom: 100px; }

.pl_100 {
  padding-left: 100px; }

.padding_100 {
  padding: 100px; }

.p_125 {
  padding: 125px; }

.pt_125 {
  padding-top: 125px; }

.pr_125 {
  padding-right: 125px; }

.pb_125 {
  padding-bottom: 125px; }

.pl_125 {
  padding-left: 125px; }

.padding_125 {
  padding: 125px; }

.p_150 {
  padding: 150px; }

.pt_150 {
  padding-top: 150px; }

.pr_150 {
  padding-right: 150px; }

.pb_150 {
  padding-bottom: 150px; }

.pl_150 {
  padding-left: 150px; }

.padding_150 {
  padding: 150px; }

.p_300 {
  padding: 300px; }

.pt_300 {
  padding-top: 300px; }

.pr_300 {
  padding-right: 300px; }

.pb_300 {
  padding-bottom: 300px; }

.pl_300 {
  padding-left: 300px; }

.padding_300 {
  padding: 300px; }

@media screen and (max-width: 47.9375em) {
  .p_0_m {
    padding: 0px; } }

@media screen and (max-width: 47.9375em) {
  .pt_0_m {
    padding-top: 0px; } }

@media screen and (max-width: 47.9375em) {
  .pr_0_m {
    padding-right: 0px; } }

@media screen and (max-width: 47.9375em) {
  .pb_0_m {
    padding-bottom: 0px; } }

@media screen and (max-width: 47.9375em) {
  .pl_0_m {
    padding-left: 0px; } }

@media screen and (max-width: 47.9375em) {
  .p_5_m {
    padding: 5px; } }

@media screen and (max-width: 47.9375em) {
  .pt_5_m {
    padding-top: 5px; } }

@media screen and (max-width: 47.9375em) {
  .pr_5_m {
    padding-right: 5px; } }

@media screen and (max-width: 47.9375em) {
  .pb_5_m {
    padding-bottom: 5px; } }

@media screen and (max-width: 47.9375em) {
  .pl_5_m {
    padding-left: 5px; } }

@media screen and (max-width: 47.9375em) {
  .p_10_m {
    padding: 10px; } }

@media screen and (max-width: 47.9375em) {
  .pt_10_m {
    padding-top: 10px; } }

@media screen and (max-width: 47.9375em) {
  .pr_10_m {
    padding-right: 10px; } }

@media screen and (max-width: 47.9375em) {
  .pb_10_m {
    padding-bottom: 10px; } }

@media screen and (max-width: 47.9375em) {
  .pl_10_m {
    padding-left: 10px; } }

@media screen and (max-width: 47.9375em) {
  .p_15_m {
    padding: 15px; } }

@media screen and (max-width: 47.9375em) {
  .pt_15_m {
    padding-top: 15px; } }

@media screen and (max-width: 47.9375em) {
  .pr_15_m {
    padding-right: 15px; } }

@media screen and (max-width: 47.9375em) {
  .pb_15_m {
    padding-bottom: 15px; } }

@media screen and (max-width: 47.9375em) {
  .pl_15_m {
    padding-left: 15px; } }

@media screen and (max-width: 47.9375em) {
  .p_20_m {
    padding: 20px; } }

@media screen and (max-width: 47.9375em) {
  .pt_20_m {
    padding-top: 20px; } }

@media screen and (max-width: 47.9375em) {
  .pr_20_m {
    padding-right: 20px; } }

@media screen and (max-width: 47.9375em) {
  .pb_20_m {
    padding-bottom: 20px; } }

@media screen and (max-width: 47.9375em) {
  .pl_20_m {
    padding-left: 20px; } }

@media screen and (max-width: 47.9375em) {
  .p_25_m {
    padding: 25px; } }

@media screen and (max-width: 47.9375em) {
  .pt_25_m {
    padding-top: 25px; } }

@media screen and (max-width: 47.9375em) {
  .pr_25_m {
    padding-right: 25px; } }

@media screen and (max-width: 47.9375em) {
  .pb_25_m {
    padding-bottom: 25px; } }

@media screen and (max-width: 47.9375em) {
  .pl_25_m {
    padding-left: 25px; } }

@media screen and (max-width: 47.9375em) {
  .p_30_m {
    padding: 30px; } }

@media screen and (max-width: 47.9375em) {
  .pt_30_m {
    padding-top: 30px; } }

@media screen and (max-width: 47.9375em) {
  .pr_30_m {
    padding-right: 30px; } }

@media screen and (max-width: 47.9375em) {
  .pb_30_m {
    padding-bottom: 30px; } }

@media screen and (max-width: 47.9375em) {
  .pl_30_m {
    padding-left: 30px; } }

@media screen and (max-width: 47.9375em) {
  .p_35_m {
    padding: 35px; } }

@media screen and (max-width: 47.9375em) {
  .pt_35_m {
    padding-top: 35px; } }

@media screen and (max-width: 47.9375em) {
  .pr_35_m {
    padding-right: 35px; } }

@media screen and (max-width: 47.9375em) {
  .pb_35_m {
    padding-bottom: 35px; } }

@media screen and (max-width: 47.9375em) {
  .pl_35_m {
    padding-left: 35px; } }

@media screen and (max-width: 47.9375em) {
  .p_40_m {
    padding: 40px; } }

@media screen and (max-width: 47.9375em) {
  .pt_40_m {
    padding-top: 40px; } }

@media screen and (max-width: 47.9375em) {
  .pr_40_m {
    padding-right: 40px; } }

@media screen and (max-width: 47.9375em) {
  .pb_40_m {
    padding-bottom: 40px; } }

@media screen and (max-width: 47.9375em) {
  .pl_40_m {
    padding-left: 40px; } }

@media screen and (max-width: 47.9375em) {
  .p_45_m {
    padding: 45px; } }

@media screen and (max-width: 47.9375em) {
  .pt_45_m {
    padding-top: 45px; } }

@media screen and (max-width: 47.9375em) {
  .pr_45_m {
    padding-right: 45px; } }

@media screen and (max-width: 47.9375em) {
  .pb_45_m {
    padding-bottom: 45px; } }

@media screen and (max-width: 47.9375em) {
  .pl_45_m {
    padding-left: 45px; } }

@media screen and (max-width: 47.9375em) {
  .p_50_m {
    padding: 50px; } }

@media screen and (max-width: 47.9375em) {
  .pt_50_m {
    padding-top: 50px; } }

@media screen and (max-width: 47.9375em) {
  .pr_50_m {
    padding-right: 50px; } }

@media screen and (max-width: 47.9375em) {
  .pb_50_m {
    padding-bottom: 50px; } }

@media screen and (max-width: 47.9375em) {
  .pl_50_m {
    padding-left: 50px; } }

@media screen and (max-width: 47.9375em) {
  .p_55_m {
    padding: 55px; } }

@media screen and (max-width: 47.9375em) {
  .pt_55_m {
    padding-top: 55px; } }

@media screen and (max-width: 47.9375em) {
  .pr_55_m {
    padding-right: 55px; } }

@media screen and (max-width: 47.9375em) {
  .pb_55_m {
    padding-bottom: 55px; } }

@media screen and (max-width: 47.9375em) {
  .pl_55_m {
    padding-left: 55px; } }

@media screen and (max-width: 47.9375em) {
  .p_60_m {
    padding: 60px; } }

@media screen and (max-width: 47.9375em) {
  .pt_60_m {
    padding-top: 60px; } }

@media screen and (max-width: 47.9375em) {
  .pr_60_m {
    padding-right: 60px; } }

@media screen and (max-width: 47.9375em) {
  .pb_60_m {
    padding-bottom: 60px; } }

@media screen and (max-width: 47.9375em) {
  .pl_60_m {
    padding-left: 60px; } }

@media screen and (max-width: 47.9375em) {
  .p_65_m {
    padding: 65px; } }

@media screen and (max-width: 47.9375em) {
  .pt_65_m {
    padding-top: 65px; } }

@media screen and (max-width: 47.9375em) {
  .pr_65_m {
    padding-right: 65px; } }

@media screen and (max-width: 47.9375em) {
  .pb_65_m {
    padding-bottom: 65px; } }

@media screen and (max-width: 47.9375em) {
  .pl_65_m {
    padding-left: 65px; } }

@media screen and (max-width: 47.9375em) {
  .p_70_m {
    padding: 70px; } }

@media screen and (max-width: 47.9375em) {
  .pt_70_m {
    padding-top: 70px; } }

@media screen and (max-width: 47.9375em) {
  .pr_70_m {
    padding-right: 70px; } }

@media screen and (max-width: 47.9375em) {
  .pb_70_m {
    padding-bottom: 70px; } }

@media screen and (max-width: 47.9375em) {
  .pl_70_m {
    padding-left: 70px; } }

@media screen and (max-width: 47.9375em) {
  .p_75_m {
    padding: 75px; } }

@media screen and (max-width: 47.9375em) {
  .pt_75_m {
    padding-top: 75px; } }

@media screen and (max-width: 47.9375em) {
  .pr_75_m {
    padding-right: 75px; } }

@media screen and (max-width: 47.9375em) {
  .pb_75_m {
    padding-bottom: 75px; } }

@media screen and (max-width: 47.9375em) {
  .pl_75_m {
    padding-left: 75px; } }

@media screen and (max-width: 47.9375em) {
  .p_80_m {
    padding: 80px; } }

@media screen and (max-width: 47.9375em) {
  .pt_80_m {
    padding-top: 80px; } }

@media screen and (max-width: 47.9375em) {
  .pr_80_m {
    padding-right: 80px; } }

@media screen and (max-width: 47.9375em) {
  .pb_80_m {
    padding-bottom: 80px; } }

@media screen and (max-width: 47.9375em) {
  .pl_80_m {
    padding-left: 80px; } }

@media screen and (max-width: 47.9375em) {
  .p_85_m {
    padding: 85px; } }

@media screen and (max-width: 47.9375em) {
  .pt_85_m {
    padding-top: 85px; } }

@media screen and (max-width: 47.9375em) {
  .pr_85_m {
    padding-right: 85px; } }

@media screen and (max-width: 47.9375em) {
  .pb_85_m {
    padding-bottom: 85px; } }

@media screen and (max-width: 47.9375em) {
  .pl_85_m {
    padding-left: 85px; } }

@media screen and (max-width: 47.9375em) {
  .p_90_m {
    padding: 90px; } }

@media screen and (max-width: 47.9375em) {
  .pt_90_m {
    padding-top: 90px; } }

@media screen and (max-width: 47.9375em) {
  .pr_90_m {
    padding-right: 90px; } }

@media screen and (max-width: 47.9375em) {
  .pb_90_m {
    padding-bottom: 90px; } }

@media screen and (max-width: 47.9375em) {
  .pl_90_m {
    padding-left: 90px; } }

@media screen and (max-width: 47.9375em) {
  .p_95_m {
    padding: 95px; } }

@media screen and (max-width: 47.9375em) {
  .pt_95_m {
    padding-top: 95px; } }

@media screen and (max-width: 47.9375em) {
  .pr_95_m {
    padding-right: 95px; } }

@media screen and (max-width: 47.9375em) {
  .pb_95_m {
    padding-bottom: 95px; } }

@media screen and (max-width: 47.9375em) {
  .pl_95_m {
    padding-left: 95px; } }

@media screen and (max-width: 47.9375em) {
  .p_100_m {
    padding: 100px; } }

@media screen and (max-width: 47.9375em) {
  .pt_100_m {
    padding-top: 100px; } }

@media screen and (max-width: 47.9375em) {
  .pr_100_m {
    padding-right: 100px; } }

@media screen and (max-width: 47.9375em) {
  .pb_100_m {
    padding-bottom: 100px; } }

@media screen and (max-width: 47.9375em) {
  .pl_100_m {
    padding-left: 100px; } }

@media screen and (max-width: 47.9375em) {
  .p_125_m {
    padding: 125px; } }

@media screen and (max-width: 47.9375em) {
  .pt_125_m {
    padding-top: 125px; } }

@media screen and (max-width: 47.9375em) {
  .pr_125_m {
    padding-right: 125px; } }

@media screen and (max-width: 47.9375em) {
  .pb_125_m {
    padding-bottom: 125px; } }

@media screen and (max-width: 47.9375em) {
  .pl_125_m {
    padding-left: 125px; } }

@media screen and (max-width: 47.9375em) {
  .p_150_m {
    padding: 150px; } }

@media screen and (max-width: 47.9375em) {
  .pt_150_m {
    padding-top: 150px; } }

@media screen and (max-width: 47.9375em) {
  .pr_150_m {
    padding-right: 150px; } }

@media screen and (max-width: 47.9375em) {
  .pb_150_m {
    padding-bottom: 150px; } }

@media screen and (max-width: 47.9375em) {
  .pl_150_m {
    padding-left: 150px; } }

@media screen and (max-width: 47.9375em) {
  .p_300_m {
    padding: 300px; } }

@media screen and (max-width: 47.9375em) {
  .pt_300_m {
    padding-top: 300px; } }

@media screen and (max-width: 47.9375em) {
  .pr_300_m {
    padding-right: 300px; } }

@media screen and (max-width: 47.9375em) {
  .pb_300_m {
    padding-bottom: 300px; } }

@media screen and (max-width: 47.9375em) {
  .pl_300_m {
    padding-left: 300px; } }

/*** BORDER & CORNERS ***/
.rounded-corners {
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px; }
  .rounded-corners--x2 {
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px; }
  .rounded-corners-top {
    -webkit-border-top-right-radius: 15px;
       -moz-border-radius-topright: 15px;
            border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
       -moz-border-radius-topleft: 15px;
            border-top-left-radius: 15px; }
    .rounded-corners-top--x2 {
      -webkit-border-top-right-radius: 30px;
         -moz-border-radius-topright: 30px;
              border-top-right-radius: 30px;
      -webkit-border-top-left-radius: 30px;
         -moz-border-radius-topleft: 30px;
              border-top-left-radius: 30px; }
  .rounded-corners-bottom {
    -webkit-border-bottom-right-radius: 15px;
       -moz-border-radius-bottomright: 15px;
            border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
       -moz-border-radius-bottomleft: 15px;
            border-bottom-left-radius: 15px; }
    .rounded-corners-bottom--x2 {
      -webkit-border-bottom-right-radius: 30px;
         -moz-border-radius-bottomright: 30px;
              border-bottom-right-radius: 30px;
      -webkit-border-bottom-left-radius: 30px;
         -moz-border-radius-bottomleft: 30px;
              border-bottom-left-radius: 30px; }

.border-top {
  border-top-style: solid !important;
  border-top-width: 1px !important; }
  .border-top--x2 {
    border-top-style: solid;
    border-top-width: 2px; }

.border-right {
  border-right-style: solid !important;
  border-right-width: 1px !important; }
  .border-right--x2 {
    border-right-style: solid;
    border-right-width: 2px; }

.border-bottom {
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important; }
  .border-bottom--x2 {
    border-bottom-style: solid;
    border-bottom-width: 2px; }

.border-left {
  border-left-style: solid !important;
  border-left-width: 1px !important; }
  .border-left--x2 {
    border-left-style: solid;
    border-left-width: 2px; }

.border-all {
  border-style: solid;
  border-width: 1px; }
  .border-all--x2 {
    border-style: solid;
    border-width: 2px; }

.border-none {
  border: none !important; }
  .border-none:hover, .border-none:active, .border-none:focus {
    border: none !important; }

/*** BOX SHADOW ***/
.shadowed {
  -webkit-box-shadow: 0 2px 24px 8px rgba(0, 0, 0, 0.08);
     -moz-box-shadow: 0 2px 24px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 24px 8px rgba(0, 0, 0, 0.08); }
  @media screen and (max-width: 47.9375em) {
    .shadowed.separated-mobile {
      -webkit-box-shadow: unset;
         -moz-box-shadow: unset;
              box-shadow: unset; } }
  .shadowed_m {
    -webkit-box-shadow: unset;
       -moz-box-shadow: unset;
            box-shadow: unset; }
    @media screen and (max-width: 47.9375em) {
      .shadowed_m {
        -webkit-box-shadow: 0 2px 24px 8px rgba(0, 0, 0, 0.08);
           -moz-box-shadow: 0 2px 24px 8px rgba(0, 0, 0, 0.08);
                box-shadow: 0 2px 24px 8px rgba(0, 0, 0, 0.08); } }

@media screen and (max-width: 47.9375em) {
  .no-shadow_m .shadowed {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none; } }

/*** BOX SHADOW ***/
.text-lighter {
  font-weight: lighter; }

.text-normal {
  font-weight: normal; }

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

.text-bolder {
  font-weight: bolder; }

/*** COLORS (TEXT, BACKGROUND, BORDER) ***/
.white,
.text-white {
  color: #fff; }
  .white-hover:hover,
  .text-white-hover:hover {
    color: #fff; }

.bg-white {
  background-color: #fff; }

@media screen and (max-width: 47.9375em) {
  .bg-white_m {
    background-color: #fff; } }

.border-white {
  border-color: #fff !important; }

.green,
.text-green {
  color: #78be20; }
  .green-hover:hover,
  .text-green-hover:hover {
    color: #78be20; }

.bg-green {
  background-color: #78be20; }

@media screen and (max-width: 47.9375em) {
  .bg-green_m {
    background-color: #78be20; } }

.border-green {
  border-color: #78be20 !important; }

.acqua,
.text-acqua {
  color: #93e9d6; }
  .acqua-hover:hover,
  .text-acqua-hover:hover {
    color: #93e9d6; }

.bg-acqua {
  background-color: #93e9d6; }

@media screen and (max-width: 47.9375em) {
  .bg-acqua_m {
    background-color: #93e9d6; } }

.border-acqua {
  border-color: #93e9d6 !important; }

.purple,
.text-purple {
  color: #6b5cd7; }
  .purple-hover:hover,
  .text-purple-hover:hover {
    color: #6b5cd7; }

.bg-purple {
  background-color: #6b5cd7; }

@media screen and (max-width: 47.9375em) {
  .bg-purple_m {
    background-color: #6b5cd7; } }

.border-purple {
  border-color: #6b5cd7 !important; }

.blue,
.text-blue {
  color: #118AB2; }
  .blue-hover:hover,
  .text-blue-hover:hover {
    color: #118AB2; }

.bg-blue {
  background-color: #118AB2; }

@media screen and (max-width: 47.9375em) {
  .bg-blue_m {
    background-color: #118AB2; } }

.border-blue {
  border-color: #118AB2 !important; }

.light-green,
.text-light-green {
  color: #a0d193; }
  .light-green-hover:hover,
  .text-light-green-hover:hover {
    color: #a0d193; }

.bg-light-green {
  background-color: #a0d193; }

@media screen and (max-width: 47.9375em) {
  .bg-light-green_m {
    background-color: #a0d193; } }

.border-light-green {
  border-color: #a0d193 !important; }

.ciano,
.text-ciano {
  color: #3ad2dc; }
  .ciano-hover:hover,
  .text-ciano-hover:hover {
    color: #3ad2dc; }

.bg-ciano {
  background-color: #3ad2dc; }

@media screen and (max-width: 47.9375em) {
  .bg-ciano_m {
    background-color: #3ad2dc; } }

.border-ciano {
  border-color: #3ad2dc !important; }

.pink,
.text-pink {
  color: #e283e2; }
  .pink-hover:hover,
  .text-pink-hover:hover {
    color: #e283e2; }

.bg-pink {
  background-color: #e283e2; }

@media screen and (max-width: 47.9375em) {
  .bg-pink_m {
    background-color: #e283e2; } }

.border-pink {
  border-color: #e283e2 !important; }

.orange,
.text-orange {
  color: #fdae46; }
  .orange-hover:hover,
  .text-orange-hover:hover {
    color: #fdae46; }

.bg-orange {
  background-color: #fdae46; }

@media screen and (max-width: 47.9375em) {
  .bg-orange_m {
    background-color: #fdae46; } }

.border-orange {
  border-color: #fdae46 !important; }

.yellow,
.text-yellow {
  color: #fdce00; }
  .yellow-hover:hover,
  .text-yellow-hover:hover {
    color: #fdce00; }

.bg-yellow {
  background-color: #fdce00; }

@media screen and (max-width: 47.9375em) {
  .bg-yellow_m {
    background-color: #fdce00; } }

.border-yellow {
  border-color: #fdce00 !important; }

.azure,
.text-azure {
  color: #F1F9FF; }
  .azure-hover:hover,
  .text-azure-hover:hover {
    color: #F1F9FF; }

.bg-azure {
  background-color: #F1F9FF; }

@media screen and (max-width: 47.9375em) {
  .bg-azure_m {
    background-color: #F1F9FF; } }

.border-azure {
  border-color: #F1F9FF !important; }

.black,
.text-black {
  color: #424242; }
  .black-hover:hover,
  .text-black-hover:hover {
    color: #424242; }

.bg-black {
  background-color: #424242; }

@media screen and (max-width: 47.9375em) {
  .bg-black_m {
    background-color: #424242; } }

.border-black {
  border-color: #424242 !important; }

.red,
.text-red {
  color: #EB5757; }
  .red-hover:hover,
  .text-red-hover:hover {
    color: #EB5757; }

.bg-red {
  background-color: #EB5757; }

@media screen and (max-width: 47.9375em) {
  .bg-red_m {
    background-color: #EB5757; } }

.border-red {
  border-color: #EB5757 !important; }

.gray2,
.text-gray2 {
  color: #E1E8F3; }
  .gray2-hover:hover,
  .text-gray2-hover:hover {
    color: #E1E8F3; }

.bg-gray2 {
  background-color: #E1E8F3; }

@media screen and (max-width: 47.9375em) {
  .bg-gray2_m {
    background-color: #E1E8F3; } }

.border-gray2 {
  border-color: #E1E8F3 !important; }

.edit-mode {
  display: none; }

.has-edit-mode-menu .edit-mode {
  display: block; }

.visible-config {
  display: inline-block !important; }

/** hidden-xs **/
@media screen and (max-width: 47.9375em) {
  .hide-mobile {
    display: none !important; } }

/** hidden-md **/
@media screen and (min-width: 47.9375em) {
  .hide-desktop {
    display: none; } }

@media screen and (max-width: 47.9375em) {
  .w-100_m {
    width: 100%; } }

.load-more-mobile {
  display: none; }
  @media screen and (max-width: 47.9375em) {
    .load-more-mobile {
      display: block;
      font-size: 11.5px;
      line-height: 21px;
      color: #28a745; } }

.cadmin.control-menu-container {
  z-index: 10000 !important; }

.applications-menu-modal {
  z-index: 100000 !important; }

input[disabled] {
  cursor: default !important; }

.vivisol-form .control-label {
  font-size: 16.5px;
  font-weight: 700;
  font-family: "NotoSans", "sans-serif";
  color: #444446; }
  .vivisol-form .control-label.warning {
    position: relative; }
    .vivisol-form .control-label.warning:after {
      content: "*";
      color: #EB5757 !important;
      margin-left: -2px;
      font-size: 18.5px;
      position: absolute;
      display: block;
      top: -5px;
      right: -10px; }
  .vivisol-form .control-label.fs-14 {
    font-size: 14px; }

.vivisol-form .form-group {
  margin-bottom: 40px; }
  @media screen and (max-width: 47.9375em) {
    .vivisol-form .form-group {
      margin-bottom: 33px; } }

.vivisol-form .vivisol-input {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  border: 1px solid #E1E8F3;
  background: #fff;
  font-size: 12.5px;
  font-weight: 700;
  color: #444446;
  height: 50px;
  font-family: "NotoSans", "sans-serif";
  -webkit-transition: border 0.33s, -webkit-box-shadow 0.33s;
  transition: border 0.33s, -webkit-box-shadow 0.33s;
  -o-transition: border 0.33s, box-shadow 0.33s;
  -moz-transition: border 0.33s, box-shadow 0.33s, -moz-box-shadow 0.33s;
  transition: border 0.33s, box-shadow 0.33s;
  transition: border 0.33s, box-shadow 0.33s, -webkit-box-shadow 0.33s, -moz-box-shadow 0.33s;
  padding: 10px 20px; }
  .vivisol-form .vivisol-input::-webkit-input-placeholder {
    font-size: 12.5px;
    font-weight: 400;
    font-family: "NotoSans", "sans-serif";
    color: #999999; }
  .vivisol-form .vivisol-input:-moz-placeholder {
    font-size: 12.5px;
    font-weight: 400;
    font-family: "NotoSans", "sans-serif";
    color: #999999; }
  .vivisol-form .vivisol-input::-moz-placeholder {
    font-size: 12.5px;
    font-weight: 400;
    font-family: "NotoSans", "sans-serif";
    color: #999999; }
  .vivisol-form .vivisol-input:-ms-input-placeholder {
    font-size: 12.5px;
    font-weight: 400;
    font-family: "NotoSans", "sans-serif";
    color: #999999; }
  .vivisol-form .vivisol-input::-ms-input-placeholder {
    font-size: 12.5px;
    font-weight: 400;
    font-family: "NotoSans", "sans-serif";
    color: #999999; }
  .vivisol-form .vivisol-input::placeholder {
    font-size: 12.5px;
    font-weight: 400;
    font-family: "NotoSans", "sans-serif";
    color: #999999; }
  .vivisol-form .vivisol-input.textarea {
    height: 190px; }
    @media screen and (max-width: 47.9375em) {
      .vivisol-form .vivisol-input.textarea {
        height: 160px; } }
  .vivisol-form .vivisol-input.disabled {
    background: #FAFAFC; }
  .vivisol-form .vivisol-input.no-label {
    margin-top: 25px; }
    .vivisol-form .vivisol-input.no-label::-webkit-input-placeholder {
      font-size: 12.5px;
      font-weight: 700;
      color: #444446;
      font-family: "NotoSans", "sans-serif"; }
    .vivisol-form .vivisol-input.no-label:-moz-placeholder {
      font-size: 12.5px;
      font-weight: 700;
      color: #444446;
      font-family: "NotoSans", "sans-serif"; }
    .vivisol-form .vivisol-input.no-label::-moz-placeholder {
      font-size: 12.5px;
      font-weight: 700;
      color: #444446;
      font-family: "NotoSans", "sans-serif"; }
    .vivisol-form .vivisol-input.no-label:-ms-input-placeholder {
      font-size: 12.5px;
      font-weight: 700;
      color: #444446;
      font-family: "NotoSans", "sans-serif"; }
    .vivisol-form .vivisol-input.no-label::-ms-input-placeholder {
      font-size: 12.5px;
      font-weight: 700;
      color: #444446;
      font-family: "NotoSans", "sans-serif"; }
    .vivisol-form .vivisol-input.no-label::placeholder {
      font-size: 12.5px;
      font-weight: 700;
      color: #444446;
      font-family: "NotoSans", "sans-serif"; }
  .vivisol-form .vivisol-input.success-field {
    border: 1px solid #78BE20; }
  .vivisol-form .vivisol-input.error-field {
    border: 1px solid #EB5757; }
  .vivisol-form .vivisol-input:focus {
    -webkit-box-shadow: -1px 3px 12px #dcdcdd;
       -moz-box-shadow: -1px 3px 12px #dcdcdd;
            box-shadow: -1px 3px 12px #dcdcdd;
    border: 1px solid #E1E8F3; }

.vivisol-form .reference-mark.text-warning {
  color: #EB5757 !important;
  font-size: 4.5px;
  margin-left: -2px; }

.vivisol-form .form-validator-stack {
  position: absolute;
  top: 100%;
  font-weight: 400;
  font-size: 10.5px;
  font-family: "NotoSans", "sans-serif";
  color: #EB5757; }

.vivisol-form .radio label {
  padding-left: 28px;
  font-size: 12.5px;
  font-family: "NotoSans", "sans-serif";
  font-weight: 400;
  color: #444446;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.vivisol-form .radio input[type='radio'],
.vivisol-form .radio-inline input[type='radio'],
.vivisol-form .checkbox input[type='checkbox'],
.vivisol-form .checkbox-inline input[type='checkbox'] {
  margin-left: -28px; }

.vivisol-form .radio {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .vivisol-form .radio.checked:after {
    opacity: 1; }
  .vivisol-form .radio:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    background: #78BE20;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    opacity: 0; }
    @media screen and (max-width: 61.875em) {
      .vivisol-form .radio:after {
        top: 36% !important; } }
    @media screen and (max-width: 47.9375em) {
      .vivisol-form .radio:after {
        top: 50% !important; } }
  .vivisol-form .radio:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    content: "";
    background: white;
    border: 1px solid #78BE20;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    z-index: 1; }
  .vivisol-form .radiolabel:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    background: #78BE20;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    opacity: 0; }
    @media screen and (max-width: 61.875em) {
      .vivisol-form .radiolabel:after {
        top: 36% !important; } }
  .vivisol-form .radiolabel:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    content: "";
    background: white;
    border: 1px solid #78BE20;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    z-index: 1; }

.vivisol-form .vivisol-radio {
  width: 20px;
  height: 20px;
  opacity: 0;
  z-index: 10; }
  .vivisol-form .vivisol-radio:checked:after {
    display: block; }

.vivisol-form .input-select-wrapper .control-label {
  display: block; }

.vivisol-form .vivisol-select {
  border: 1px solid #E1E8F3;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  padding: 4px 20px;
  font-size: 12.5px;
  font-weight: 400;
  background: #FFFFFF;
  font-family: "NotoSans", "sans-serif";
  color: #444444;
  height: 50px; }
  .vivisol-form .vivisol-select .option {
    font-size: 12.5px;
    font-weight: 400;
    background: #FFFFFF;
    font-family: "NotoSans", "sans-serif";
    color: #444444; }
  .vivisol-form .vivisol-select.disabled {
    border: 1px solid #E1E8F3;
    color: #999999;
    background: #FFFFFF; }
    .vivisol-form .vivisol-select.disabled:after {
      border-bottom: 2px solid #EAEAEA;
      border-right: 2px solid #EAEAEA; }
  .vivisol-form .vivisol-select.open:after {
    -webkit-transform: scale(-1) rotate(45deg);
       -moz-transform: scale(-1) rotate(45deg);
        -ms-transform: scale(-1) rotate(45deg);
         -o-transform: scale(-1) rotate(45deg);
            transform: scale(-1) rotate(45deg); }
  .vivisol-form .vivisol-select:focus {
    border: 1px solid #E1E8F3;
    -webkit-box-shadow: unset;
       -moz-box-shadow: unset;
            box-shadow: unset; }
  .vivisol-form .vivisol-select:after {
    border-bottom: 2px solid #444446;
    border-right: 2px solid #444446;
    height: 10px;
    margin-top: -7px;
    width: 10px;
    right: 18px;
    -webkit-transform: scale(1) rotate(45deg);
       -moz-transform: scale(1) rotate(45deg);
        -ms-transform: scale(1) rotate(45deg);
         -o-transform: scale(1) rotate(45deg);
            transform: scale(1) rotate(45deg);
    -webkit-transition: -webkit-transform 0.33s;
    transition: -webkit-transform 0.33s;
    -o-transition: -o-transform 0.33s;
    -moz-transition: transform 0.33s, -moz-transform 0.33s;
    transition: transform 0.33s;
    transition: transform 0.33s, -webkit-transform 0.33s, -moz-transform 0.33s, -o-transform 0.33s; }
  .vivisol-form .vivisol-select .current {
    padding-right: 20px; }

.vivisol-form .input-checkbox-wrapper label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12.5px;
  color: #444444;
  font-family: "NotoSans", "sans-serif";
  font-weight: 400; }

.vivisol-form .input-checkbox-wrapper {
  margin-bottom: 15px; }

.vivisol-form .vivisol-checkbox {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  border: 0.8px solid #E1E8F3;
  background: #FFFFFF;
  margin-right: 20px;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none; }
  .vivisol-form .vivisol-checkbox:after {
    content: "\e915";
    position: absolute;
    top: 50%;
    font-size: 11.5px;
    left: 50%;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #78BE20;
    -webkit-transform: translate3d(-50%, -50%, 0px);
       -moz-transform: translate3d(-50%, -50%, 0px);
            transform: translate3d(-50%, -50%, 0px);
    display: none; }
  .vivisol-form .vivisol-checkbox:checked {
    -webkit-box-shadow: 0px 4px 4px rgba(50, 50, 71, 0.08), 0px 4px 8px rgba(50, 50, 71, 0.06);
       -moz-box-shadow: 0px 4px 4px rgba(50, 50, 71, 0.08), 0px 4px 8px rgba(50, 50, 71, 0.06);
            box-shadow: 0px 4px 4px rgba(50, 50, 71, 0.08), 0px 4px 8px rgba(50, 50, 71, 0.06); }
    .vivisol-form .vivisol-checkbox:checked:after {
      display: block; }
    .vivisol-form .vivisol-checkbox:checked.green {
      background: #78BE20; }
      .vivisol-form .vivisol-checkbox:checked.green:after {
        color: #fff; }
  .vivisol-form .vivisol-checkbox.disabled {
    background: #F0F0F0; }

.vivisol-form .pin_wrap {
  position: relative; }
  .vivisol-form .pin_wrap .control-label {
    display: none; }
  .vivisol-form .pin_wrap .vivisol-input {
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 22.5px;
    padding: 0px; }
    .vivisol-form .pin_wrap .vivisol-input::-webkit-input-placeholder {
      font-size: 32.5px; }
    .vivisol-form .pin_wrap .vivisol-input:-moz-placeholder {
      font-size: 32.5px; }
    .vivisol-form .pin_wrap .vivisol-input::-moz-placeholder {
      font-size: 32.5px; }
    .vivisol-form .pin_wrap .vivisol-input:-ms-input-placeholder {
      font-size: 32.5px; }
    .vivisol-form .pin_wrap .vivisol-input::-ms-input-placeholder {
      font-size: 32.5px; }
    .vivisol-form .pin_wrap .vivisol-input::placeholder {
      font-size: 32.5px; }
    @media screen and (max-width: 47.9375em) {
      .vivisol-form .pin_wrap .vivisol-input {
        width: 45px;
        height: 70px; } }
  .vivisol-form .pin_wrap .form-group {
    padding-right: 20px;
    position: static;
    margin-bottom: 0px; }
    @media screen and (max-width: 47.9375em) {
      .vivisol-form .pin_wrap .form-group {
        padding-right: 5px; } }
    .vivisol-form .pin_wrap .form-group:last-child {
      padding-right: 0px; }
  .vivisol-form .pin_wrap .form-validator-stack {
    position: absolute;
    left: 0;
    padding-left: 15px;
    bottom: 0;
    padding-top: 0px; }

.vivisol-form .radio_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 61.875em) {
    .vivisol-form .radio_wrap {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media screen and (max-width: 47.875em) {
    .vivisol-form .radio_wrap {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  .vivisol-form .radio_wrap .radio {
    min-width: 180px; }
    @media screen and (max-width: 61.875em) {
      .vivisol-form .radio_wrap .radio {
        min-width: 150px;
        padding-bottom: 10px; } }
    @media screen and (max-width: 47.875em) {
      .vivisol-form .radio_wrap .radio {
        padding-bottom: 0px; } }
  .vivisol-form .radio_wrap .radio, .vivisol-form .radio_wrap .checkbox {
    margin-bottom: 0px;
    margin-top: 0px; }
  .vivisol-form .radio_wrap .radio + .radio, .vivisol-form .radio_wrap .checkbox + .checkbox {
    margin-top: unset; }

.contact-form .container-fluid {
  padding: 0; }

.contact-form .lfr-ddm-form-page-title {
  margin: 0px 0px 30px 0px;
  font-size: 24.5px;
  color: #424242;
  font-weight: 700; }

.contact-form .ddm-label {
  display: none; }
  @media screen and (max-width: 47.9375em) {
    .contact-form .ddm-label {
      display: block;
      font-family: "NotoSans", "sans-serif";
      font-weight: 700;
      font-size: 16.5px;
      color: #999999; } }

.contact-form .form-control {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  border: 1px solid #E1E8F3;
  background: #fff;
  font-size: 12.5px;
  font-weight: 700;
  color: #444446;
  height: 50px;
  margin-bottom: 30px;
  font-family: "NotoSans", "sans-serif";
  -webkit-transition: border 0.33s, -webkit-box-shadow 0.33s;
  transition: border 0.33s, -webkit-box-shadow 0.33s;
  -o-transition: border 0.33s, box-shadow 0.33s;
  -moz-transition: border 0.33s, box-shadow 0.33s, -moz-box-shadow 0.33s;
  transition: border 0.33s, box-shadow 0.33s;
  transition: border 0.33s, box-shadow 0.33s, -webkit-box-shadow 0.33s, -moz-box-shadow 0.33s;
  padding: 10px 20px; }
  .contact-form .form-control::-webkit-input-placeholder {
    font-size: 12.5px;
    font-weight: 700;
    font-family: "NotoSans", "sans-serif";
    color: #444446; }
  .contact-form .form-control:-moz-placeholder {
    font-size: 12.5px;
    font-weight: 700;
    font-family: "NotoSans", "sans-serif";
    color: #444446; }
  .contact-form .form-control::-moz-placeholder {
    font-size: 12.5px;
    font-weight: 700;
    font-family: "NotoSans", "sans-serif";
    color: #444446; }
  .contact-form .form-control:-ms-input-placeholder {
    font-size: 12.5px;
    font-weight: 700;
    font-family: "NotoSans", "sans-serif";
    color: #444446; }
  .contact-form .form-control::-ms-input-placeholder {
    font-size: 12.5px;
    font-weight: 700;
    font-family: "NotoSans", "sans-serif";
    color: #444446; }
  .contact-form .form-control::placeholder {
    font-size: 12.5px;
    font-weight: 700;
    font-family: "NotoSans", "sans-serif";
    color: #444446; }
    @media screen and (max-width: 47.9375em) {
      .contact-form .form-control::-webkit-input-placeholder {
        font-weight: 400; }
      .contact-form .form-control:-moz-placeholder {
        font-weight: 400; }
      .contact-form .form-control::-moz-placeholder {
        font-weight: 400; }
      .contact-form .form-control:-ms-input-placeholder {
        font-weight: 400; }
      .contact-form .form-control::-ms-input-placeholder {
        font-weight: 400; }
      .contact-form .form-control::placeholder {
        font-weight: 400; } }
  .contact-form .form-control.disabled {
    background: #FAFAFC; }
  .contact-form .form-control.success-field {
    border: 1px solid #78BE20; }
  .contact-form .form-control.error-field {
    border: 1px solid #EB5757; }
  .contact-form .form-control:focus {
    -webkit-box-shadow: -1px 3px 12px #dcdcdd;
       -moz-box-shadow: -1px 3px 12px #dcdcdd;
            box-shadow: -1px 3px 12px #dcdcdd;
    border: 1px solid #E1E8F3; }
  .contact-form .form-control .option-selected {
    font-size: 12.5px;
    font-weight: 700;
    color: #444446;
    font-family: "NotoSans", "sans-serif"; }
    @media screen and (max-width: 47.9375em) {
      .contact-form .form-control .option-selected {
        font-weight: 400; } }

.contact-form .form-group {
  margin-bottom: 0px; }

.contact-form textarea.ddm-field-text.form-control {
  height: 190px; }

.contact-form .lfr-ddm-form-pagination-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px; }

.contact-form .form-builder-select-field {
  height: 50px;
  margin-bottom: 30px; }
  .contact-form .form-builder-select-field .select-arrow-down-container {
    position: relative; }
    .contact-form .form-builder-select-field .select-arrow-down-container:hover {
      text-decoration: unset; }
    .contact-form .form-builder-select-field .select-arrow-down-container svg {
      display: none; }
    .contact-form .form-builder-select-field .select-arrow-down-container:after {
      content: "\e911";
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1; }

.contact-form .lfr-ddm-form-container .lfr-ddm-form-pagination-controls {
  padding-top: 0px; }

.contact-form .liferay-ddm-form-field-paragraph-text p {
  margin: 0px 0px 30px 0px;
  font-size: 20.5px;
  color: #424242;
  font-weight: 700; }

@media screen and (max-width: 47.9375em) {
  .contact-form .liferay-ddm-form-field-paragraph-text {
    display: none; } }

.contact-form .lfr-ddm-form-submit {
  margin-bottom: 0px;
  color: #fff;
  background-color: #78be20;
  border: unset;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  min-width: 190px;
  height: 38px;
  -webkit-transition: color 0.33s, background-color 0.33s;
  -o-transition: color 0.33s, background-color 0.33s;
  -moz-transition: color 0.33s, background-color 0.33s;
  transition: color 0.33s, background-color 0.33s; }
  @media screen and (max-width: 47.9375em) {
    .contact-form .lfr-ddm-form-submit {
      height: 164px; } }
  .contact-form .lfr-ddm-form-submit:hover {
    text-decoration: none;
    color: #fff;
    background-color: #66A21B; }
  .contact-form .lfr-ddm-form-submit:active, .contact-form .lfr-ddm-form-submit:focus, .contact-form .lfr-ddm-form-submit.active {
    background: #66A21B;
    -webkit-box-shadow: unset;
       -moz-box-shadow: unset;
            box-shadow: unset;
    color: #fff; }
  .contact-form .lfr-ddm-form-submit:disabled {
    background: #AED879 !important; }
  .contact-form .lfr-ddm-form-submit.disabled {
    background: #AED879 !important; }
  .contact-form .lfr-ddm-form-submit.submit .lfr-btn-label {
    text-transform: uppercase; }
  .contact-form .lfr-ddm-form-submit .lfr-btn-label {
    font-size: 12.5px;
    font-weight: 700; }

@media screen and (max-width: 47.9375em) {
  .badge {
    width: 100%; } }

.badge--ico {
  position: relative;
  -webkit-transform: rotate(-6deg);
     -moz-transform: rotate(-6deg);
      -ms-transform: rotate(-6deg);
       -o-transform: rotate(-6deg);
          transform: rotate(-6deg);
  font-size: 32px; }
  @media screen and (max-width: 47.9375em) {
    .badge--ico {
      font-size: 30px; } }
  .badge--ico .layer {
    position: relative;
    width: 54px;
    height: 54px;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px; }
    @media screen and (max-width: 47.9375em) {
      .badge--ico .layer {
        width: 80px;
        height: 80px; } }
    .badge--ico .layer:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: 0px;
      right: 0px;
      z-index: -1;
      background-color: inherit;
      opacity: 0.52;
      -webkit-border-radius: 10px;
         -moz-border-radius: 10px;
              border-radius: 10px;
      -webkit-transform: translate(0px, -2px) rotate(-12deg) scale(0.8);
         -moz-transform: translate(0px, -2px) rotate(-12deg) scale(0.8);
          -ms-transform: translate(0px, -2px) rotate(-12deg) scale(0.8);
           -o-transform: translate(0px, -2px) rotate(-12deg) scale(0.8);
              transform: translate(0px, -2px) rotate(-12deg) scale(0.8);
      -webkit-transform-origin: right bottom;
         -moz-transform-origin: right bottom;
          -ms-transform-origin: right bottom;
           -o-transform-origin: right bottom;
              transform-origin: right bottom; }
  .badge--ico i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(6deg);
       -moz-transform: translate(-50%, -50%) rotate(6deg);
        -ms-transform: translate(-50%, -50%) rotate(6deg);
         -o-transform: translate(-50%, -50%) rotate(6deg);
            transform: translate(-50%, -50%) rotate(6deg); }
    .badge--ico i.icom-ico-world {
      font-size: 60px; }

.datepicker-popover {
  border: 1px solid #E1E8F3;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  z-index: 9999 !important; }
  .datepicker-popover .yui3-calendar-day,
  .datepicker-popover .yui3-calendar-prevmonth-day,
  .datepicker-popover .yui3-calendar-nextmonth-day,
  .datepicker-popover yui3-calendar-day {
    border: unset;
    font-size: 12px;
    font-weight: 400;
    font-family: "NotoSans", "sans-serif";
    height: 30px;
    width: 40px;
    position: relative; }
    .datepicker-popover .yui3-calendar-day:before,
    .datepicker-popover .yui3-calendar-prevmonth-day:before,
    .datepicker-popover .yui3-calendar-nextmonth-day:before,
    .datepicker-popover yui3-calendar-day:before {
      width: 20px;
      height: 20px;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
         -moz-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      background: #78be20;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      z-index: -1;
      opacity: 0; }
    .datepicker-popover .yui3-calendar-day.yui3-calendar-selection-disabled,
    .datepicker-popover .yui3-calendar-prevmonth-day.yui3-calendar-selection-disabled,
    .datepicker-popover .yui3-calendar-nextmonth-day.yui3-calendar-selection-disabled,
    .datepicker-popover yui3-calendar-day.yui3-calendar-selection-disabled {
      background-color: transparent !important;
      -webkit-border-radius: 0 !important;
         -moz-border-radius: 0 !important;
              border-radius: 0 !important; }
      .datepicker-popover .yui3-calendar-day.yui3-calendar-selection-disabled:before,
      .datepicker-popover .yui3-calendar-prevmonth-day.yui3-calendar-selection-disabled:before,
      .datepicker-popover .yui3-calendar-nextmonth-day.yui3-calendar-selection-disabled:before,
      .datepicker-popover yui3-calendar-day.yui3-calendar-selection-disabled:before {
        display: none; }
  .datepicker-popover .yui3-calendar-header-label {
    text-transform: capitalize;
    font-size: 16px;
    font-family: "NotoSans", "sans-serif";
    color: #151522;
    font-weight: 700; }
  .datepicker-popover .btn-toolbar-button {
    color: #78be20;
    font-size: 14px;
    font-family: "NotoSans", "sans-serif";
    border: unset;
    background-color: unset;
    text-decoration: underline;
    padding-top: 0px;
    padding-left: 40px;
    padding-bottom: 15px; }
  .datepicker-popover .yui3-aui-button {
    color: #78be20;
    font-size: 14px;
    font-family: "NotoSans", "sans-serif";
    border: unset;
    background-color: unset;
    text-decoration: underline;
    padding-top: 0px;
    padding-left: 40px;
    padding-bottom: 15px; }
  .datepicker-popover .yui3-calendar-weekday {
    text-align: center;
    font-size: 12px;
    font-family: "NotoSans", "sans-serif";
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    color: #A1A1A1; }
  .datepicker-popover .yui3-calendar-day-selected {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: unset;
    color: white;
    position: relative; }
    .datepicker-popover .yui3-calendar-day-selected:before {
      opacity: 1; }
    .datepicker-popover .yui3-calendar-day-selected:hover {
      background-color: unset; }
      .datepicker-popover .yui3-calendar-day-selected:hover:before {
        opacity: 1; }
  .datepicker-popover .yui3-calendar-day:hover {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: unset; }
    .datepicker-popover .yui3-calendar-day:hover:before {
      opacity: 1; }
  .datepicker-popover .yui3-calendar-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 15px; }
    .datepicker-popover .yui3-calendar-header:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: -webkit-calc(100% + 50px);
      width: -moz-calc(100% + 50px);
      width: calc(100% + 50px);
      background: #E1E8F3;
      height: 1px;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%); }
  .datepicker-popover .popover-content {
    padding: 15px 25px 15px 25px; }
  .datepicker-popover .yui3-calendarnav-prevmonth,
  .datepicker-popover .yui3-calendarnav-nextmonth {
    font-size: 12px;
    border: unset;
    border-right-color: unset; }
  .datepicker-popover .yui3-calendarnav-prevmonth {
    left: 60px; }
    .datepicker-popover .yui3-calendarnav-prevmonth:before {
      content: "\e924";
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 10px);
         -moz-transform: translate3d(-50%, -50%, 10px);
              transform: translate3d(-50%, -50%, 10px); }
  .datepicker-popover .yui3-calendarnav-nextmonth {
    right: 60px; }
    .datepicker-popover .yui3-calendarnav-nextmonth:before {
      content: "\e925";
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 10px);
         -moz-transform: translate3d(-50%, -50%, 10px);
              transform: translate3d(-50%, -50%, 10px); }

.date-picker_wrap {
  position: relative; }
  .date-picker_wrap:after {
    content: "\e908";
    bottom: 11px;
    font-size: 30px;
    right: 20px;
    font-family: 'icomoon-vivimedical' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    color: #78be20; }
  @media screen and (max-width: 47.9375em) {
    .date-picker_wrap .form-control {
      font-weight: 400; } }

@media screen and (max-width: 47.9375em) {
  .custom-modal {
    height: 300px !important;
    overflow: hidden;
    padding-right: 15px; } }

.vivisol-modal-text {
  padding-left: 90px;
  padding-right: 90px; }
  @media screen and (max-width: 47.9375em) {
    .vivisol-modal-text {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 600px) {
    .vivisol-modal-text {
      padding-left: 50px;
      padding-right: 50px; } }

.vivisol-modal-bottom {
  padding-top: 10px;
  padding-left: 90px; }
  @media screen and (max-width: 47.9375em) {
    .vivisol-modal-bottom {
      padding-top: 0 !important;
      padding-bottom: 20px;
      padding-left: 5px; } }

.modal-header {
  border-style: none;
  height: initial; }

.modal-content-vivisol {
  background: transparent !important;
  overflow: hidden !important;
  width: 1088px !important;
  height: 301px !important;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.02);
     -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px; }
  @media screen and (max-width: 47.9375em) {
    .modal-content-vivisol {
      word-wrap: break-word;
      word-break: break-all;
      width: 95% !important;
      margin-left: 10px;
      margin-right: 10px;
      height: 450px !important; } }
  .modal-content-vivisol .portlet-column {
    overflow: hidden; }

.modal-content-vivisol .modal-header .modal-title {
  padding-bottom: 15px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 24.5px !important;
  line-height: 29px !important;
  color: #78BE20 !important;
  margin-left: 75px !important;
  margin-right: 75px !important;
  margin-top: 30px !important;
  /*border-bottom: 1px solid;*/ }
  @media screen and (max-width: 47.9375em) {
    .modal-content-vivisol .modal-header .modal-title {
      font-size: 18.5px !important;
      white-space: unset !important;
      word-break: initial !important;
      margin-left: unset !important;
      margin-right: unset !important; } }

@media screen and (max-width: 47.9375em) {
  .button-holder .btn-std--primary {
    width: 60%; } }

.vivisol-scroll .columns-max .portlet-layout .portlet-column {
  overflow: hidden; }

.modal-content-vivisol-content #document .portlet-column {
  overflow: hidden; }

@media screen and (max-width: 47.9375em) {
  .modal-body .dialog-iframe-node {
    height: 330px;
    padding-left: 10px; } }

@media screen and (max-width: 47.9375em) {
  .button-holder .btn-std {
    min-width: unset !important; } }

.modal-password-vivisol {
  background: transparent !important;
  overflow: hidden !important;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.02);
     -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px; }
  @media screen and (max-width: 47.9375em) {
    .modal-password-vivisol {
      word-wrap: break-word;
      word-break: break-all;
      width: 95% !important;
      margin-left: 10px;
      margin-right: 10px;
      height: 270px !important; } }
  .modal-password-vivisol .portlet-column {
    overflow: hidden; }

.modal-password-vivisol .modal-header .modal-title {
  padding-bottom: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 24.5px;
  line-height: 29px;
  color: #78BE20;
  margin-left: 75px;
  margin-right: 75px;
  margin-top: 30px;
  border-bottom: 1px solid; }
  @media screen and (max-width: 47.9375em) {
    .modal-password-vivisol .modal-header .modal-title {
      font-size: 20px !important;
      white-space: unset;
      word-break: initial;
      margin-left: unset;
      margin-right: unset; } }

.modal-password-vivisol-content #document .portlet-column {
  overflow: hidden; }

.vivisol-modal-text-password {
  padding-left: 90px;
  padding-right: 90px; }
  @media screen and (max-width: 27.5em) {
    .vivisol-modal-text-password {
      padding-left: 7px;
      padding-right: 37px; } }

/* Modifica classe per modale errore estendi pagamento */
.modal-error-extend-payment-vivisol {
  background: transparent !important;
  overflow: hidden !important;
  width: 780px !important;
  height: 185px !important;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.02);
     -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px; }
  @media screen and (max-width: 47.9375em) {
    .modal-error-extend-payment-vivisol {
      word-wrap: break-word;
      word-break: break-all;
      width: 95% !important;
      margin-left: 10px;
      margin-right: 10px;
      height: 450px !important; } }
  .modal-error-extend-payment-vivisol .portlet-column {
    overflow: hidden; }
  @media only screen and (max-width: 600px) {
    .modal-error-extend-payment-vivisol {
      width: 350px !important;
      height: 200px !important;
      background-color: lightblue; } }

.modal-error-extend-payment-vivisol .modal-header .modal-title {
  padding-bottom: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 24.5px;
  line-height: 29px;
  color: #78BE20;
  margin-left: 75px;
  margin-right: 75px;
  margin-top: 30px;
  /*border-bottom: 1px solid;*/ }
  @media screen and (max-width: 47.9375em) {
    .modal-error-extend-payment-vivisol .modal-header .modal-title {
      font-size: 18.5px !important;
      white-space: unset;
      word-break: initial;
      margin-left: unset;
      margin-right: unset; } }

/* Modifica classe per modale visualizzazione news in configurazione widget */
.modal-news-widget {
  background: transparent !important;
  overflow: hidden !important;
  width: 95%;
  height: 301px;
  max-width: 1140px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.02);
     -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px; }
  @media screen and (max-width: 47.9375em) {
    .modal-news-widget {
      word-wrap: break-word;
      word-break: break-all;
      width: 95%;
      margin-left: 10px;
      margin-right: 10px;
      height: 80%; } }
  .modal-news-widget .portlet-column {
    overflow: hidden; }

.modal-news-widget .modal-header .modal-title {
  font-family: 'NotoSans', 'sans-serif';
  padding-bottom: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 24.5px;
  line-height: 29px;
  color: #78BE20;
  margin-left: 75px;
  margin-right: 75px;
  margin-top: 30px;
  /*border-bottom: 1px solid;*/ }
  @media screen and (max-width: 47.9375em) {
    .modal-news-widget .modal-header .modal-title {
      font-size: 18.5px !important;
      white-space: unset;
      word-break: initial;
      margin-left: unset;
      margin-right: unset; } }

.modal-news-widget-report, .modal-news-widget-report-content {
  height: 400px !important;
  background: white !important;
  width: 100% !important; }

.taglib-page-iterator .btn-std--grey:disabled {
  background: transparent;
  color: #999999;
  font-family: 'NotoSans', 'sans-serif';
  font-style: normal;
  font-weight: 700;
  font-size: 12.5px;
  line-height: 15px;
  text-align: right; }
  @media screen and (max-width: 47.9375em) {
    .taglib-page-iterator .btn-std--grey:disabled {
      width: auto;
      min-width: auto; } }

.taglib-page-iterator .btn-std--grey {
  background: transparent;
  color: #78BE20;
  font-family: 'NotoSans', 'sans-serif';
  font-style: normal;
  font-weight: 700;
  font-size: 12.5px;
  line-height: 15px;
  text-align: right; }
  @media screen and (max-width: 47.9375em) {
    .taglib-page-iterator .btn-std--grey {
      width: auto;
      min-width: auto; } }

.taglib-page-iterator .report__current-page {
  font-family: 'NotoSans', 'sans-serif';
  font-style: normal;
  font-weight: 400;
  font-size: 10.5px;
  line-height: 16px;
  text-transform: uppercase; }
  @media screen and (max-width: 47.9375em) {
    .taglib-page-iterator .report__current-page {
      padding: 10px 20px 20px 20px; } }

/* VENDOR */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto; }

.nice-select:hover {
  border-color: #dbdbdb; }

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999; }

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  -moz-transform-origin: 66% 66%;
    -o-transform-origin: 66% 66%;
       transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px; }

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
       transform: rotate(-135deg); }

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
       transform: scale(1) translateY(0); }

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }

.nice-select.disabled:after {
  border-color: #cccccc; }

.nice-select.wide {
  width: 100%; }

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }

.nice-select.right {
  float: right; }

.nice-select.right .list {
  left: auto;
  right: 0; }

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }

.nice-select.small:after {
  height: 4px;
  width: 4px; }

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }

.nice-select .list {
  background-color: #fff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
     -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
       transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  -moz-transform: scale(0.75) translateY(-21px);
    -o-transform: scale(0.75) translateY(-21px);
       transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -moz-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }

.nice-select.vivisol-overflow-select .list {
  overflow: auto;
  max-height: 600%; }

.nice-select.open.vivisol-overflow-select .list {
  scrollbar-color: #ccc #fff;
  scrollbar-width: thin; }

.nice-select.open.vivisol-overflow-select .list::-webkit-scrollbar {
  width: 5px; }

.nice-select.open.vivisol-overflow-select .list::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6; }

.nice-select .option.selected {
  font-weight: bold; }

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.nice-select span.current {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.nice-select .list {
  width: inherit; }

.select2-container {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: -moz-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: -moz-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: -moz-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: -moz-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

@font-face {
  font-family: 'icomoon-vivilist';
  src: url("./../fonts/icomoon-vivilist/icomoon.eot?50yp4w");
  src: url("./../fonts/icomoon-vivilist/icomoon.eot?50yp4w#iefix") format("embedded-opentype"), url("./../fonts/icomoon-vivilist/icomoon.ttf?50yp4w") format("truetype"), url("./../fonts/icomoon-vivilist/fonts/icomoon.woff?50yp4w") format("woff"), url("./../fonts/icomoon-vivilist/fonts/icomoon.svg?50yp4w#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.select2-container {
  display: inline-block;
  height: auto;
  width: 100% !important;
  min-height: 3.4rem; }

.select2-container:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  -moz-transform-origin: 66% 66%;
    -o-transform-origin: 66% 66%;
       transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-bottom: 2px solid #78BE20;
  border-right: 2px solid #78BE20;
  height: 12px;
  width: 12px;
  right: 20px;
  margin-top: -8px; }

.select2-container selection {
  display: inline-block;
  height: 100%;
  width: 100%; }

.select2-selection {
  padding: 9px 15px;
  -webkit-border-radius: 10px !important;
     -moz-border-radius: 10px !important;
          border-radius: 10px !important;
  border: solid 1px #E1E8F3 !important; }

.select2-selection__clear {
  display: none; }

.select2-container.select2-container--open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
       transform: rotate(-135deg); }

.select2-results__options {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
       transform: scale(1) translateY(0); }

.select2-results__option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-family: 'NotoSans', 'sans-serif'; }

.select2-results__option:hover {
  background-color: #E1E8F3 !important; }

.select2-results__option:not(:first-child) {
  border-top: 1px solid #e5e5e5 !important; }

.select2-container .select2-selection--single {
  height: initial !important; }

.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle; }

.select2-results__option[aria-selected=true]:before {
  font-family: fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #78BE20;
  border: 0;
  display: inline-block;
  padding-left: 3px; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background: transparent;
  font-weight: 700; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: unset;
  color: unset; }

.select2-dropdown {
  border: solid 1px #E1E8F3 !important; }

.select2-selection[aria-expanded=true] {
  -webkit-border-radius: 10px 10px 0 0 !important;
     -moz-border-radius: 10px 10px 0 0 !important;
          border-radius: 10px 10px 0 0 !important; }

.select2-selection__rendered .select2-selection__choice {
  background-color: #ffff !important;
  color: #78BE20 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-color: #78BE20 !important; }

.select2-selection__rendered .select2-selection__choice span {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 5px;
  color: #EB5757 !important; }

input.select2-search__field {
  position: relative;
  top: 2px !important; }

.select2-results__options[role=listbox] {
  scrollbar-color: #ccc #fff;
  scrollbar-width: thin; }

.select2-results__options[role=listbox]::-webkit-scrollbar {
  width: 5px; }

.select2-results__options[role=listbox]::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

.select2-results__option[aria-selected=false]:before {
  border: 0.5px solid #78BE20 !important;
  background-color: #F0F0F0 !important; }

.select2-results__option[aria-selected=true]:before {
  content: "" !important;
  color: #fff !important; }

.select2-results__option[aria-selected=true]:before {
  font-family: 'icomoon-vivilist';
  content: "\e94a" !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff !important;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }

@media (max-width: 576px) {
  .select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
    max-width: 350px; }
  .select2-container {
    max-width: 350px; } }

.select2-results__option.select2-results__message:before {
  display: none; }

.select2-search__field {
  cursor: pointer; }

.select2.select2-container.select2-container--default.select2-container--focus.select2-container--below {
  cursor: pointer; }

.prescribing-center-select2.select2-container:after {
  top: 45% !important; }

.prescribing-center-select2 .select2-dropdown.select2-dropdown--below {
  -webkit-border-radius: 0 0 10px 10px;
     -moz-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px; }

.prescribing-center-select2 .select2-results__options {
  -webkit-border-radius: 0 0 10px 10px;
     -moz-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px; }

body > .select2-container:after {
  display: none; }

body > .select2-container {
  width: inherit !important; }

.ct-double-octave:after, .ct-major-eleventh:after, .ct-major-second:after, .ct-major-seventh:after, .ct-major-sixth:after, .ct-major-tenth:after, .ct-major-third:after, .ct-major-twelfth:after, .ct-minor-second:after, .ct-minor-seventh:after, .ct-minor-sixth:after, .ct-minor-third:after, .ct-octave:after, .ct-perfect-fifth:after, .ct-perfect-fourth:after, .ct-square:after {
  content: "";
  clear: both; }

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: .75rem;
  line-height: 1; }

.ct-grid-background, .ct-line {
  fill: none; }

.ct-chart-bar .ct-label, .ct-chart-line .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ct-chart-donut .ct-label, .ct-chart-pie .ct-label {
  dominant-baseline: central; }

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  -moz-box-align: end;
       align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  -moz-box-align: start;
       align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  -moz-box-align: end;
       align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -moz-box-pack: end;
       justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  -moz-box-align: end;
       align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  -moz-box-align: end;
       align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  -moz-box-align: start;
       align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  -moz-box-align: end;
       align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  -moz-box-align: start;
       align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -moz-box-pack: end;
       justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
  text-align: left;
  text-anchor: end; }

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px; }

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round; }

.ct-line {
  stroke-width: 4px; }

.ct-area {
  stroke: none;
  fill-opacity: .1; }

.ct-bar {
  fill: none;
  stroke-width: 10px; }

.ct-slice-donut {
  fill: none;
  stroke-width: 60px; }

.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
  stroke: #d70206; }

.ct-series-a .ct-area, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-slice-pie {
  fill: #d70206; }

.ct-series-b .ct-bar, .ct-series-b .ct-line, .ct-series-b .ct-point, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-b .ct-area, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-slice-pie {
  fill: #f05b4f; }

.ct-series-c .ct-bar, .ct-series-c .ct-line, .ct-series-c .ct-point, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d; }

.ct-series-c .ct-area, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-slice-pie {
  fill: #f4c63d; }

.ct-series-d .ct-bar, .ct-series-d .ct-line, .ct-series-d .ct-point, .ct-series-d .ct-slice-donut {
  stroke: #d17905; }

.ct-series-d .ct-area, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-slice-pie {
  fill: #d17905; }

.ct-series-e .ct-bar, .ct-series-e .ct-line, .ct-series-e .ct-point, .ct-series-e .ct-slice-donut {
  stroke: #453d3f; }

.ct-series-e .ct-area, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-slice-pie {
  fill: #453d3f; }

.ct-series-f .ct-bar, .ct-series-f .ct-line, .ct-series-f .ct-point, .ct-series-f .ct-slice-donut {
  stroke: #59922b; }

.ct-series-f .ct-area, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-slice-pie {
  fill: #59922b; }

.ct-series-g .ct-bar, .ct-series-g .ct-line, .ct-series-g .ct-point, .ct-series-g .ct-slice-donut {
  stroke: #0544d3; }

.ct-series-g .ct-area, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-slice-pie {
  fill: #0544d3; }

.ct-series-h .ct-bar, .ct-series-h .ct-line, .ct-series-h .ct-point, .ct-series-h .ct-slice-donut {
  stroke: #6b0392; }

.ct-series-h .ct-area, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-slice-pie {
  fill: #6b0392; }

.ct-series-i .ct-bar, .ct-series-i .ct-line, .ct-series-i .ct-point, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-i .ct-area, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-slice-pie {
  fill: #f05b4f; }

.ct-series-j .ct-bar, .ct-series-j .ct-line, .ct-series-j .ct-point, .ct-series-j .ct-slice-donut {
  stroke: #dda458; }

.ct-series-j .ct-area, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-slice-pie {
  fill: #dda458; }

.ct-series-k .ct-bar, .ct-series-k .ct-line, .ct-series-k .ct-point, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d; }

.ct-series-k .ct-area, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-slice-pie {
  fill: #eacf7d; }

.ct-series-l .ct-bar, .ct-series-l .ct-line, .ct-series-l .ct-point, .ct-series-l .ct-slice-donut {
  stroke: #86797d; }

.ct-series-l .ct-area, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-slice-pie {
  fill: #86797d; }

.ct-series-m .ct-bar, .ct-series-m .ct-line, .ct-series-m .ct-point, .ct-series-m .ct-slice-donut {
  stroke: #b2c326; }

.ct-series-m .ct-area, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-slice-pie {
  fill: #b2c326; }

.ct-series-n .ct-bar, .ct-series-n .ct-line, .ct-series-n .ct-point, .ct-series-n .ct-slice-donut {
  stroke: #6188e2; }

.ct-series-n .ct-area, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-slice-pie {
  fill: #6188e2; }

.ct-series-o .ct-bar, .ct-series-o .ct-line, .ct-series-o .ct-point, .ct-series-o .ct-slice-donut {
  stroke: #a748ca; }

.ct-series-o .ct-area, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-slice-pie {
  fill: #a748ca; }

.ct-square {
  display: block;
  position: relative;
  width: 100%; }

.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%; }

.ct-square:after {
  display: table; }

.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }

.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%; }

.ct-minor-second:after {
  display: table; }

.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%; }

.ct-major-second:after {
  display: table; }

.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }

.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%; }

.ct-minor-third:after {
  display: table; }

.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%; }

.ct-major-third:after {
  display: table; }

.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }

.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%; }

.ct-perfect-fourth:after {
  display: table; }

.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }

.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%; }

.ct-perfect-fifth:after {
  display: table; }

.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }

.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%; }

.ct-minor-sixth:after {
  display: table; }

.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }

.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%; }

.ct-golden-section:after {
  content: "";
  display: table;
  clear: both; }

.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%; }

.ct-major-sixth:after {
  display: table; }

.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }

.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%; }

.ct-minor-seventh:after {
  display: table; }

.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%; }

.ct-major-seventh:after {
  display: table; }

.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-octave {
  display: block;
  position: relative;
  width: 100%; }

.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%; }

.ct-octave:after {
  display: table; }

.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%; }

.ct-major-tenth:after {
  display: table; }

.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%; }

.ct-major-eleventh:after {
  display: table; }

.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%; }

.ct-major-twelfth:after {
  display: table; }

.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }

.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%; }

.ct-double-octave:after {
  display: table; }

.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.shepherd-element {
  background: #fff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  opacity: 0;
  outline: 0;
  -webkit-transition: opacity .3s, visibility .3s;
  -o-transition: opacity .3s, visibility .3s;
  -moz-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
  visibility: hidden;
  width: 100%;
  z-index: 9999; }

.shepherd-enabled.shepherd-element {
  opacity: 1;
  visibility: visible; }

.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered) {
  opacity: 0;
  pointer-events: none;
  visibility: hidden; }

.shepherd-element, .shepherd-element *, .shepherd-element :after, .shepherd-element :before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.shepherd-arrow, .shepherd-arrow:before {
  position: absolute;
  width: 16px;
  height: 16px;
  z-index: -1; }

.shepherd-arrow:before {
  content: "";
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff; }

.shepherd-element[data-popper-placement^=top] > .shepherd-arrow {
  bottom: -8px; }

.shepherd-element[data-popper-placement^=bottom] > .shepherd-arrow {
  top: -8px; }

.shepherd-element[data-popper-placement^=left] > .shepherd-arrow {
  right: -8px; }

.shepherd-element[data-popper-placement^=right] > .shepherd-arrow {
  left: -8px; }

.shepherd-element.shepherd-centered > .shepherd-arrow {
  opacity: 0; }

.shepherd-element.shepherd-has-title[data-popper-placement^=bottom] > .shepherd-arrow:before {
  background-color: #e6e6e6; }

.shepherd-target-click-disabled.shepherd-enabled.shepherd-target, .shepherd-target-click-disabled.shepherd-enabled.shepherd-target * {
  pointer-events: none; }

.shepherd-modal-overlay-container {
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: all .3s ease-out, height 0s .3s, opacity .3s 0s;
  -o-transition: all .3s ease-out, height 0s .3s, opacity .3s 0s;
  -moz-transition: all .3s ease-out, height 0s .3s, opacity .3s 0s;
  transition: all .3s ease-out, height 0s .3s, opacity .3s 0s;
  width: 100vw;
  z-index: 9997; }

.shepherd-modal-overlay-container.shepherd-modal-is-visible {
  height: 100vh;
  opacity: .5;
  -webkit-transition: all .3s ease-out, height 0s 0s, opacity .3s 0s;
  -o-transition: all .3s ease-out, height 0s 0s, opacity .3s 0s;
  -moz-transition: all .3s ease-out, height 0s 0s, opacity .3s 0s;
  transition: all .3s ease-out, height 0s 0s, opacity .3s 0s; }

.shepherd-modal-overlay-container.shepherd-modal-is-visible path {
  pointer-events: all; }

.shepherd-content {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  outline: 0;
  padding: 0; }

.shepherd-footer {
  -webkit-border-bottom-left-radius: 5px;
     -moz-border-radius-bottomleft: 5px;
          border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
     -moz-border-radius-bottomright: 5px;
          border-bottom-right-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 .75rem .75rem; }

.shepherd-footer .shepherd-button:last-child {
  margin-right: 0; }

.shepherd-header {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-top-left-radius: 5px;
     -moz-border-radius-topleft: 5px;
          border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
     -moz-border-radius-topright: 5px;
          border-top-right-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 2em;
  padding: .75rem .75rem 0; }

.shepherd-has-title .shepherd-content .shepherd-header {
  background: #e6e6e6;
  padding: 1em; }

.shepherd-text {
  color: rgba(0, 0, 0, 0.75);
  font-size: 1rem;
  line-height: 1.3em;
  padding: .75em; }

.shepherd-text p {
  margin-top: 0; }

.shepherd-text p:last-child {
  margin-bottom: 0; }

.shepherd-button {
  background: #78BE20;
  border: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  margin-right: .5rem;
  padding: .5rem 1.5rem;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

.shepherd-button:not(:disabled):hover {
  background: #78BE20;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer; }

.shepherd-button.shepherd-button-secondary {
  background: #f1f2f3;
  color: rgba(0, 0, 0, 0.75); }

.shepherd-button.shepherd-button-secondary:not(:disabled):hover {
  background: #d6d9db;
  color: rgba(0, 0, 0, 0.75);
  cursor: pointer; }

.shepherd-button:disabled {
  cursor: not-allowed; }

.shepherd-cancel-icon {
  background: 0 0;
  border: none;
  color: rgba(128, 128, 128, 0.75);
  font-size: 2em;
  cursor: pointer;
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  -moz-transition: color .5s ease;
  transition: color .5s ease; }

.shepherd-cancel-icon:hover {
  color: rgba(0, 0, 0, 0.75); }

.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
  color: rgba(128, 128, 128, 0.75); }

.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover {
  color: rgba(0, 0, 0, 0.75); }

.shepherd-title {
  color: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0;
  padding: 0; }

.general-style {
  width: 25em;
  padding: 1em;
  background-color: #E1E8F3;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  margin: 10px !important; }
  .general-style[data-popper-placement^=right] {
    margin-left: 10px; }

.general-style .shepherd-footer {
  -webkit-box-pack: end !important;
  -webkit-justify-content: end !important;
     -moz-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
  padding: 0.75em 0.75em !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .general-style .shepherd-footer:has(.shepherd-button-secondary) {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .general-style .shepherd-footer .shepherd-button {
    width: 100%;
    margin: 5px 0; }

.general-style .shepherd-header {
  background-color: #E1E8F3 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse; }
  .general-style .shepherd-header .shepherd-title {
    font-weight: 700;
    font-size: 1.2rem; }

.shepherd-element.shepherd-has-title[data-popper-placement^=bottom] > .shepherd-arrow:before,
.shepherd-element.shepherd-has-title[data-popper-placement^=right] > .shepherd-arrow:before,
.shepherd-element.shepherd-has-title[data-popper-placement^=left] > .shepherd-arrow:before,
.shepherd-element.shepherd-has-title[data-popper-placement^=top] > .shepherd-arrow:before {
  background-color: #E1E8F3; }

/* COMPONENTS */
#header {
  background: #fff;
  position: relative; }
  #header .show-all {
    display: none; }
    @media screen and (max-width: 47.9375em) {
      #header .show-all {
        display: block; } }
  @media screen and (max-width: 47.9375em) {
    #header.opened-menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1000; } }
  #header .site-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 10px; }
  #header .text_selector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #header .text_selector.mobile {
    display: none; }
    @media screen and (max-width: 47.9375em) {
      #header .text_selector.mobile {
        display: block;
        padding-top: 50px; }
        #header .text_selector.mobile .text_selector-text {
          font-size: 12.5px;
          color: #424242;
          font-family: "NotoSans", "sans-serif";
          padding-right: 20px;
          font-weight: 400; }
        #header .text_selector.mobile .divider {
          position: relative;
          padding: 0 10px; }
          #header .text_selector.mobile .divider:after {
            content: "";
            position: absolute;
            width: 1px;
            height: 100%;
            top: 50%;
            -webkit-transform: translateY(-50%);
               -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                 -o-transform: translateY(-50%);
                    transform: translateY(-50%);
            background: #424242; }
        #header .text_selector.mobile .bigger {
          font-size: 20.5px;
          font-family: "NotoSans", "sans-serif";
          font-weight: 400; }
        #header .text_selector.mobile .normal {
          font-size: 17px;
          font-family: "NotoSans", "sans-serif";
          font-weight: 400; } }

#top_header {
  background-color: #78be20;
  padding: 10px 0px; }
  #top_header .vedi-tutte {
    display: none; }
  #top_header .top-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 28px; }
  #top_header .support_head-wrap i {
    padding-right: 10px;
    font-size: 24px;
    color: #fff; }
  #top_header .support_head-wrap .support_head-text {
    font-size: 12.5px;
    color: #fff;
    padding-right: 20px;
    font-family: "NotoSans", "sans-serif";
    font-weight: 600;
    min-width: 155px; }
  @media screen and (max-width: 77.5em) {
    #top_header .font-selector {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  #top_header .text_selector-text {
    font-size: 12.5px;
    color: #fff;
    font-family: "NotoSans", "sans-serif";
    padding-right: 20px;
    font-weight: 400; }
    @media screen and (max-width: 77.5em) {
      #top_header .text_selector-text {
        display: none; } }
  #top_header .text_selector-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 77.5em) {
      #top_header .text_selector-icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
    #top_header .text_selector-icon span {
      cursor: pointer; }
      #top_header .text_selector-icon span.bigger {
        font-size: 20.5px;
        font-family: "NotoSans", "sans-serif";
        font-weight: 400;
        color: #fff; }
      #top_header .text_selector-icon span.normal {
        font-size: 15.5px;
        font-family: "NotoSans", "sans-serif";
        font-weight: 400;
        color: #fff; }
  #top_header .icon {
    font-size: 20px;
    color: white; }
  #top_header .nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
  #top_header .divider {
    height: 28px;
    width: 1px;
    position: relative;
    padding: 0 10px; }
    #top_header .divider:after {
      content: "";
      position: absolute;
      width: 1px;
      height: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      background: #fff; }
  #top_header .public-page {
    padding-right: 20px; }
    @media screen and (max-width: 47.9375em) {
      #top_header .public-page {
        display: none; } }
    #top_header .public-page__link {
      color: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #top_header .public-page__link:hover {
        text-decoration: none; }
    #top_header .public-page__icon {
      margin-right: 7px; }
    #top_header .public-page__label {
      font-weight: 600;
      color: #fff;
      font-size: 12.5px;
      min-width: 80px; }

#bottom_header {
  height: 129px; }
  @media screen and (max-width: 47.9375em) {
    #bottom_header {
      height: 85px; } }
  #bottom_header .bottom_header-wrap {
    height: 100%;
    position: relative; }

@media (max-width: 767.98px) {
  .menu-user-mobile {
    width: 120px; } }

.menu__user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: 20px; }
  .menu__user--name {
    color: #fff;
    padding-left: 10px;
    font-size: 12.5px; }
  .menu__user--list {
    padding: 10px 20px;
    position: absolute;
    top: 44px;
    left: 45%;
    background: #fff;
    -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    width: 219px;
    -webkit-transform: translateX(-50%) scale(0);
       -moz-transform: translateX(-50%) scale(0);
        -ms-transform: translateX(-50%) scale(0);
         -o-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
    z-index: 1;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    -webkit-transform-origin: top center;
       -moz-transform-origin: top center;
        -ms-transform-origin: top center;
         -o-transform-origin: top center;
            transform-origin: top center; }
    @media screen and (max-width: 78.75em) {
      .menu__user--list {
        left: 0; } }
    .menu__user--list.open {
      -webkit-transform: translateX(-50%) scale(1);
         -moz-transform: translateX(-50%) scale(1);
          -ms-transform: translateX(-50%) scale(1);
           -o-transform: translateX(-50%) scale(1);
              transform: translateX(-50%) scale(1); }
    .menu__user--list .menu__user--item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      padding-bottom: 10px;
      margin-bottom: 10px;
      cursor: pointer;
      width: 100%; }
      .menu__user--list .menu__user--item a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
        .menu__user--list .menu__user--item a:hover {
          text-decoration: unset; }
      .menu__user--list .menu__user--item:last-child {
        padding-bottom: 0px;
        margin-bottom: 0px; }
        .menu__user--list .menu__user--item:last-child .item--label:after {
          display: none; }
      .menu__user--list .menu__user--item .item--icon {
        color: #000;
        width: 42px;
        display: inline-block;
        font-size: 20px; }
      .menu__user--list .menu__user--item .item--label {
        font-size: 12.5px; }
        .menu__user--list .menu__user--item .item--label:after {
          content: "";
          height: 1px;
          background: rgba(112, 111, 111, 0.1);
          width: -webkit-calc(100% - 30px);
          width: -moz-calc(100% - 30px);
          width: calc(100% - 30px);
          position: absolute;
          right: 22px;
          bottom: 0;
          -webkit-transform: scale(1.1);
             -moz-transform: scale(1.1);
              -ms-transform: scale(1.1);
               -o-transform: scale(1.1);
                  transform: scale(1.1); }
        .menu__user--list .menu__user--item .item--label:hover {
          color: #78be20; }
      .menu__user--list .menu__user--item.menu__user--profile .item--label {
        color: #333333; }
      .menu__user--list .menu__user--item.menu__user--logout .item--label {
        color: #EB5757; }

.menu_head-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 47.9375em) {
    .menu_head-wrap .list-menu {
      display: none; } }
  .menu_head-wrap .layouts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-right: 60px;
    padding-left: 60px; }
    .menu_head-wrap .layouts li {
      width: 20px;
      padding-right: 60px; }
      .menu_head-wrap .layouts li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        padding: 0; }
        .menu_head-wrap .layouts li a p {
          color: #fff;
          font-size: 12.5px;
          font-family: "NotoSans", "sans-serif"; }
          @media screen and (max-width: 61.875em) {
            .menu_head-wrap .layouts li a p {
              font-size: 13.5px; } }
        @media screen and (max-width: 77.5em) {
          .menu_head-wrap .layouts li a {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
               -moz-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            height: 100%; }
            .menu_head-wrap .layouts li a p {
              padding-top: 4px; } }
        .menu_head-wrap .layouts li a i {
          padding-right: 5px; }
          @media screen and (max-width: 77.5em) {
            .menu_head-wrap .layouts li a i {
              display: none; } }
      .menu_head-wrap .layouts li:last-child {
        padding-right: 0px; }
  .menu_head-wrap .portlet {
    margin-bottom: 0; }

.custom-select_header {
  margin-left: 40px;
  width: 250px; }
  @media screen and (max-width: 61.875em) {
    .custom-select_header {
      display: none; } }
  .custom-select_header .vivisol-select {
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: unset;
    white-space: nowrap;
    width: 220px !important; }
    .custom-select_header .vivisol-select .current {
      color: #444446;
      font-size: 12.5px;
      font-family: "NotoSans", "sans-serif";
      font-weight: 700; }
    .custom-select_header .vivisol-select::after {
      margin-top: -6px;
      width: 10px;
      height: 10px;
      border-bottom: 2px solid #444446;
      border-right: 2px solid #444446; }

#navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #navigation .navigation-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 40px; }
    @media screen and (max-width: 47.9375em) {
      #navigation .navigation-wrapper {
        position: fixed;
        height: -webkit-calc(100vh - 133px);
        height: -moz-calc(100vh - 133px);
        height: calc(100vh - 133px);
        background: white;
        right: 0;
        -webkit-transform: translateX(100%);
           -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
             -o-transform: translateX(100%);
                transform: translateX(100%);
        top: 133px;
        z-index: 100;
        display: block;
        width: 100%;
        -webkit-transition: -webkit-transform 0.33s;
        transition: -webkit-transform 0.33s;
        -o-transition: -o-transform 0.33s;
        -moz-transition: transform 0.33s, -moz-transform 0.33s;
        transition: transform 0.33s;
        transition: transform 0.33s, -webkit-transform 0.33s, -moz-transform 0.33s, -o-transform 0.33s;
        overflow: scroll;
        padding-left: 15px;
        padding-top: 20px; }
        #navigation .navigation-wrapper.open {
          -webkit-transform: translateX(0);
             -moz-transform: translateX(0);
              -ms-transform: translateX(0);
               -o-transform: translateX(0);
                  transform: translateX(0); } }
  #navigation .navigation-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 50px; }
  #navigation .portlet {
    position: static; }
  #navigation .sub-menu {
    width: 1140px;
    height: 100%;
    background: #F7F7F7;
    position: relative;
    padding-top: 40px;
    visibility: hidden;
    z-index: 999; }
    #navigation .sub-menu .left-wrap {
      max-width: 300px;
      height: 100%; }
      @media screen and (max-width: 61.875em) {
        #navigation .sub-menu .left-wrap {
          max-width: 200px; } }
    #navigation .sub-menu img {
      max-width: 300px;
      height: auto; }
      @media screen and (max-width: 61.875em) {
        #navigation .sub-menu img {
          max-width: 200px; } }
    #navigation .sub-menu p {
      font-size: 15.5px;
      font-family: "NotoSans", "sans-serif";
      font-weight: 400;
      padding-top: 10px; }
    #navigation .sub-menu.show {
      visibility: visible; }
  #navigation .layouts {
    margin-bottom: 0;
    padding-left: 0; }
    #navigation .layouts .nav-link {
      padding: 0; }
    #navigation .layouts .nav_item-li {
      padding: 12px 10px 0 12px; }
      #navigation .layouts .nav_item-li:last-child {
        padding-right: 20px; }
        @media screen and (max-width: 61.875em) {
          #navigation .layouts .nav_item-li:last-child {
            padding-right: 0px; } }
      @media screen and (max-width: 61.875em) {
        #navigation .layouts .nav_item-li {
          padding-right: 0px; } }
    #navigation .layouts.level-1 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      height: 129px;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 47.9375em) {
        #navigation .layouts.level-1 {
          -webkit-box-align: start;
          -webkit-align-items: start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          height: auto; } }
      #navigation .layouts.level-1 > .nav_item-li > a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 12px;
        -webkit-transition: color 0.33s;
        -o-transition: color 0.33s;
        -moz-transition: color 0.33s;
        transition: color 0.33s; }
        @media screen and (max-width: 61.875em) {
          #navigation .layouts.level-1 > .nav_item-li > a {
            padding: 5px; } }
        @media screen and (max-width: 47.9375em) {
          #navigation .layouts.level-1 > .nav_item-li > a {
            padding: 0px; } }
        #navigation .layouts.level-1 > .nav_item-li > a:hover {
          color: #78be20; }
        #navigation .layouts.level-1 > .nav_item-li > a.active {
          color: #78be20; }
        #navigation .layouts.level-1 > .nav_item-li > a.active:after {
          opacity: 1;
          -webkit-transition: opacity 0.33s;
          -o-transition: opacity 0.33s;
          -moz-transition: opacity 0.33s;
          transition: opacity 0.33s;
          color: #78be20; }
      #navigation .layouts.level-1 > .nav_item-li:hover a i::before {
        -webkit-transform: scale(-1);
           -moz-transform: scale(-1);
            -ms-transform: scale(-1);
             -o-transform: scale(-1);
                transform: scale(-1); }
        @media screen and (max-width: 61.875em) {
          #navigation .layouts.level-1 > .nav_item-li:hover a i::before {
            -webkit-transform: unset;
               -moz-transform: unset;
                -ms-transform: unset;
                 -o-transform: unset;
                    transform: unset; } }
      #navigation .layouts.level-1 > .nav_item-li:hover .layouts.level-2, #navigation .layouts.level-1 > .nav_item-li:hover .sub-menu {
        visibility: visible; }
      #navigation .layouts.level-1 > .nav_item-li:hover .sub-header {
        display: block; }
      #navigation .layouts.level-1 a {
        font-size: 12.5px;
        color: #424242;
        font-family: "NotoSans", "sans-serif";
        font-weight: 600;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        #navigation .layouts.level-1 a .icon {
          padding-left: 8px; }
          @media screen and (max-width: 61.875em) {
            #navigation .layouts.level-1 a .icon {
              padding-left: 2px; } }
          #navigation .layouts.level-1 a .icon i:before {
            -webkit-transform: scale(1);
               -moz-transform: scale(1);
                -ms-transform: scale(1);
                 -o-transform: scale(1);
                    transform: scale(1);
            -webkit-transition: -webkit-transform 0.33s;
            transition: -webkit-transform 0.33s;
            -o-transition: -o-transform 0.33s;
            -moz-transition: transform 0.33s, -moz-transform 0.33s;
            transition: transform 0.33s;
            transition: transform 0.33s, -webkit-transform 0.33s, -moz-transform 0.33s, -o-transform 0.33s; }
            @media screen and (max-width: 61.875em) {
              #navigation .layouts.level-1 a .icon i:before {
                -webkit-transform: unset;
                   -moz-transform: unset;
                    -ms-transform: unset;
                     -o-transform: unset;
                        transform: unset; } }
    #navigation .layouts.level-2 {
      visibility: hidden;
      position: absolute;
      top: -webkit-calc(100% - 44px);
      top: -moz-calc(100% - 44px);
      top: calc(100% - 44px);
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding-right: 50%;
      background: #F7F7F7;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 320px;
      z-index: 999;
      padding-top: 40px;
      left: 0;
      -webkit-box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.08);
         -moz-box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.08);
              box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.08);
      -webkit-border-radius: 0px 0px 20px 20px;
         -moz-border-radius: 0px 0px 20px 20px;
              border-radius: 0px 0px 20px 20px; }
      #navigation .layouts.level-2 .nav_item-li {
        padding-bottom: 5px;
        padding-left: 15px; }
        @media screen and (max-width: 47.9375em) {
          #navigation .layouts.level-2 .nav_item-li {
            padding-left: 25px;
            padding-bottom: 15px; } }
        #navigation .layouts.level-2 .nav_item-li:last-child {
          padding-bottom: 0px; }
      #navigation .layouts.level-2 a {
        font-size: 12.5px;
        color: #434343; }
  #navigation section {
    margin-bottom: 0; }
  #navigation .search-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    border-bottom: 1px solid #424242;
    width: 0;
    height: 100%;
    -webkit-transition: all 0.33s;
    -o-transition: all 0.33s;
    -moz-transition: all 0.33s;
    transition: all 0.33s;
    background: #fff; }
    @media screen and (max-width: 47.9375em) {
      #navigation .search-wrapper {
        display: none; } }
    #navigation .search-wrapper.active {
      width: 805px; }
      @media screen and (max-width: 61.875em) {
        #navigation .search-wrapper.active {
          width: 650px; } }
      #navigation .search-wrapper.active .searchbar {
        width: 100%; }
    #navigation .search-wrapper .searchbar {
      z-index: 1;
      width: 0;
      overflow: hidden; }
      #navigation .search-wrapper .searchbar .search-input {
        width: 100%;
        border: none; }
        #navigation .search-wrapper .searchbar .search-input:focus {
          outline: none; }
    #navigation .search-wrapper .search-toggler {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  #navigation .search-wrapper-mobile {
    display: none; }
    @media screen and (max-width: 47.9375em) {
      #navigation .search-wrapper-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        right: 40px;
        padding: 10px 0;
        -webkit-transition: all 0.33s ease-in-out;
        -o-transition: all 0.33s ease-in-out;
        -moz-transition: all 0.33s ease-in-out;
        transition: all 0.33s ease-in-out;
        background: #fff;
        width: 0; }
        #navigation .search-wrapper-mobile.active {
          width: -webkit-calc(100vw - 40px - 30px);
          width: -moz-calc(100vw - 40px - 30px);
          width: calc(100vw - 40px - 30px); }
          #navigation .search-wrapper-mobile.active .searchbar {
            width: 100%; }
        #navigation .search-wrapper-mobile .searchbar {
          z-index: 1;
          width: 0;
          overflow: hidden;
          -webkit-transition: all 0.33s ease-in-out;
          -o-transition: all 0.33s ease-in-out;
          -moz-transition: all 0.33s ease-in-out;
          transition: all 0.33s ease-in-out; }
          #navigation .search-wrapper-mobile .searchbar-outer {
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
               -moz-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            border-bottom: 1px solid black;
            line-height: 40px; }
          #navigation .search-wrapper-mobile .searchbar .search-input {
            width: 100%;
            border: none; }
            #navigation .search-wrapper-mobile .searchbar .search-input:focus {
              outline: none; } }
  #navigation .search-wrapper i, #navigation .search-wrapper-mobile i {
    cursor: pointer;
    font-size: 23px;
    color: #333333;
    vertical-align: middle; }

.sub-header {
  width: 100%;
  height: 320px;
  background: #F7F7F7;
  display: none;
  position: absolute;
  top: -webkit-calc(100% - 44px);
  top: -moz-calc(100% - 44px);
  top: calc(100% - 44px);
  left: 0;
  z-index: 1; }
  .sub-header.show {
    display: block; }

.dashboard-padding {
  padding-right: 10px !important; }

.language-selector-container .vivisol-language-selector {
  padding-left: 50px; }
  @media screen and (max-width: 47.9375em) {
    .language-selector-container .vivisol-language-selector {
      padding-left: 25px !important; } }

.language-selector-container .vivisol-language-selector {
  margin-top: 0px; }

.language-selector-container .vivisol-language-selector .navbar-nav a.dropdown-toggle {
  color: white;
  text-transform: uppercase; }

.language-selector-container .vivisol-language-selector .navbar-nav .dropdown-menu a {
  color: #78be20;
  background-color: white;
  text-transform: uppercase; }

.language-selector-container .vivisol-language-selector .navbar-nav .dropdown-menu a:hover, .language-selector-container .vivisol-language-selector .navbar-nav .dropdown-menu a.active {
  color: white !important;
  background-color: #78be20 !important; }

#navigation .navigation {
  position: relative; }
  #navigation .navigation .icon {
    display: none; }
  #navigation .navigation.show-icon .icon {
    display: block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 5px; }
  #navigation .navigation:first-child {
    padding-bottom: 20px; }
    #navigation .navigation:first-child:after {
      content: "";
      bottom: 0;
      position: absolute;
      left: -15px;
      width: -webkit-calc(100% + 15px);
      width: -moz-calc(100% + 15px);
      width: calc(100% + 15px);
      height: 1px;
      background: #78be20; }
  #navigation .navigation:last-child {
    padding-top: 20px; }

#navigation .navigation-mobile .dashboard-padding {
  padding-bottom: 15px !important; }

#navigation .navigation-mobile .layouts.level-2 {
  visibility: visible;
  position: static;
  top: unset;
  padding-right: unset;
  height: unset;
  padding-top: unset;
  background: #fff;
  padding-top: 15px; }
  @media screen and (max-width: 47.9375em) {
    #navigation .navigation-mobile .layouts.level-2 {
      display: none;
      padding-bottom: 0;
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none; } }

#navigation .navigation-mobile .nav_item-li {
  padding-bottom: 15px; }
  #navigation .navigation-mobile .nav_item-li:last-child {
    padding-bottom: 0px; }
  #navigation .navigation-mobile .nav_item-li a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0px; }
    #navigation .navigation-mobile .nav_item-li a .arrow {
      display: none; }
      @media screen and (max-width: 47.9375em) {
        #navigation .navigation-mobile .nav_item-li a .arrow {
          display: block; } }

#navigation .navigation-mobile .vedi-tutte {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px; }
  @media screen and (max-width: 47.9375em) {
    #navigation .navigation-mobile .vedi-tutte {
      padding-top: 0px; } }
  #navigation .navigation-mobile .vedi-tutte a {
    font-size: 15.5px;
    color: #424242;
    font-weight: 600;
    padding-right: 8px; }
  #navigation .navigation-mobile .vedi-tutte i {
    color: #424242;
    font-weight: bold;
    font-size: 20px; }

@media screen and (max-width: 47.9375em) {
  #navigation .navigation-mobile .menu-item {
    padding-right: 10px; } }

#navigation .navigation-mobile .nav-item .arrow {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.33s;
  transition: -webkit-transform 0.33s;
  -o-transition: -o-transform 0.33s;
  -moz-transition: transform 0.33s, -moz-transform 0.33s;
  transition: transform 0.33s;
  transition: transform 0.33s, -webkit-transform 0.33s, -moz-transform 0.33s, -o-transform 0.33s; }

#navigation .navigation-mobile .nav-item.open .arrow {
  -webkit-transform: scale(-1);
     -moz-transform: scale(-1);
      -ms-transform: scale(-1);
       -o-transform: scale(-1);
          transform: scale(-1); }

@media screen and (max-width: 47.9375em) {
  #navigation .navigation-mobile .nav-item.padding-top {
    padding-top: 15px; } }

#navigation .navigation-mobile .nav-item p {
  color: #424242;
  font-size: 15.5px;
  font-family: "NotoSans", "sans-serif"; }

#navigation .navigation-mobile .nav-item.has_children {
  color: #424242;
  font-weight: 400;
  padding-bottom: unset; }
  #navigation .navigation-mobile .nav-item.has_children p {
    font-weight: 400; }

@media screen and (max-width: 47.9375em) {
  #navigation .navigation-mobile .show-all p {
    color: #78be20;
    font-weight: 700;
    position: relative; }
    #navigation .navigation-mobile .show-all p:after {
      content: "\e90f";
      font-family: 'icomoon' !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      padding-left: 5px;
      color: #78be20; } }

.search-group-icon {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  cursor: pointer; }

.search-line {
  width: 8px;
  height: 2px;
  background: #424242;
  display: inline-block;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 19px;
  left: -webkit-calc(50% + 8px - 4px);
  left: -moz-calc(50% + 8px - 4px);
  left: calc(50% + 8px - 4px);
  -webkit-transition: all 0.33s;
  -o-transition: all 0.33s;
  -moz-transition: all 0.33s;
  transition: all 0.33s; }

.search-circle {
  width: 16px;
  height: 16px;
  border: 2px solid #424242;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -webkit-calc(50% - 6px);
  left: -moz-calc(50% - 6px);
  left: calc(50% - 6px);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.33s;
  -o-transition: all 0.33s;
  -moz-transition: all 0.33s;
  transition: all 0.33s;
  background-color: transparent; }

.searchbar-wrapper.active .search-line {
  width: 20px;
  left: -webkit-calc(50% - 7px);
  left: -moz-calc(50% - 7px);
  left: calc(50% - 7px);
  top: 10px;
  background: #424242;
  -webkit-transition: all 0.33s;
  -o-transition: all 0.33s;
  -moz-transition: all 0.33s;
  transition: all 0.33s; }

.searchbar-wrapper.active .search-circle {
  width: 0;
  height: 0;
  border-width: 0;
  -webkit-transition: all 0.33s;
  -o-transition: all 0.33s;
  -moz-transition: all 0.33s;
  transition: all 0.33s; }

.searchbar-wrapper.active .second-line {
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg); }

.search_input_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .search_input_wrap .input_wrap {
    width: 100%; }
  .search_input_wrap .search-input {
    width: 65%;
    height: 60px;
    background: transparent;
    border: unset;
    border-bottom: 1px solid #78be20;
    font-size: 24.5px;
    font-weight: 700;
    font-family: "NotoSans", "sans-serif";
    color: #78be20; }
    @media screen and (max-width: 47.9375em) {
      .search_input_wrap .search-input {
        width: 100%; } }
    .search_input_wrap .search-input::-webkit-input-placeholder {
      font-size: 24.5px;
      font-weight: 700;
      font-family: "NotoSans", "sans-serif";
      color: #78be20; }
    .search_input_wrap .search-input:-moz-placeholder {
      font-size: 24.5px;
      font-weight: 700;
      font-family: "NotoSans", "sans-serif";
      color: #78be20; }
    .search_input_wrap .search-input::-moz-placeholder {
      font-size: 24.5px;
      font-weight: 700;
      font-family: "NotoSans", "sans-serif";
      color: #78be20; }
    .search_input_wrap .search-input:-ms-input-placeholder {
      font-size: 24.5px;
      font-weight: 700;
      font-family: "NotoSans", "sans-serif";
      color: #78be20; }
    .search_input_wrap .search-input::-ms-input-placeholder {
      font-size: 24.5px;
      font-weight: 700;
      font-family: "NotoSans", "sans-serif";
      color: #78be20; }
    .search_input_wrap .search-input::placeholder {
      font-size: 24.5px;
      font-weight: 700;
      font-family: "NotoSans", "sans-serif";
      color: #78be20; }
    .search_input_wrap .search-input:focus {
      outline: 0; }

.card_content-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  padding: 30px 40px;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  -webkit-box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.1);
  margin-top: 20px; }
  @media screen and (max-width: 61.875em) {
    .card_content-search {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 20px; } }
  .card_content-search:first-child {
    margin-bottom: unset; }
  .card_content-search .content_wrap {
    padding-right: 25px;
    width: 73%; }
    @media screen and (max-width: 61.875em) {
      .card_content-search .content_wrap {
        padding-right: 0px;
        width: 100%; } }
  .card_content-search .search_title {
    font-size: 20.5px;
    font-weight: 700;
    font-family: "NotoSans", "sans-serif";
    color: #444444; }
  .card_content-search .search_data {
    font-size: 8.5px;
    color: #444444;
    font-weight: 400;
    font-family: "NotoSans", "sans-serif";
    line-height: 1.1; }
  .card_content-search .search_description {
    font-size: 14.5px;
    color: #444444;
    font-weight: 400;
    font-family: "NotoSans", "sans-serif";
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%; }
  .card_content-search .img-search {
    width: 170px;
    height: 170px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover; }
    @media screen and (max-width: 61.875em) {
      .card_content-search .img-search {
        width: 100%;
        height: 174px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-top: 20px;
        margin-bottom: 10px; } }
  .card_content-search .left_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media screen and (max-width: 61.875em) {
      .card_content-search .left_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .card_content-search .top_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .card_content-search .right_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .card_content-search .bottom_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px); }
    @media screen and (max-width: 61.875em) {
      .card_content-search .bottom_wrap {
        height: -webkit-calc(100% - 20px);
        height: -moz-calc(100% - 20px);
        height: calc(100% - 20px); } }
  .card_content-search .tag-side {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }

ul.ui-autocomplete {
  background-color: #FFFFFF;
  padding-left: 0 !important;
  border: 1px solid #E1E8F3;
  -webkit-border-radius: 0 0 10px 10px;
     -moz-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
  overflow-y: scroll;
  scrollbar-color: #ccc #fff;
  scrollbar-width: thin;
  max-height: 230px; }
  ul.ui-autocomplete::-webkit-scrollbar {
    width: 5px; }
  ul.ui-autocomplete::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
            border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px; }
  ul.ui-autocomplete::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
            border-radius: 10px; }
  ul.ui-autocomplete::-webkit-scrollbar-thumb:hover {
    background: black; }

ul.ui-autocomplete:last-child {
  margin-bottom: 10px; }

ul.ui-autocomplete:not(:last-child) li {
  padding-bottom: 10px; }

.ui-menu-item:not(:last-child):after {
  content: "";
  position: absolute;
  height: 1px;
  width: -webkit-calc(100% - 27px);
  width: -moz-calc(100% - 27px);
  width: calc(100% - 27px);
  background: #E1E8F3;
  margin-left: 14px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 10px; }

.quick-patient-autocomplete-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  padding: 0 !important; }

.quick-search-autocomplete-container:not(:last-child) {
  border-bottom: 1px solid #E1E8F3; }

.quick-search-autocomplete-field {
  color: #75787B;
  font-size: 10.5px; }

.input-group .autocomplete-open {
  -webkit-border-radius: 10px 10px 0 0 !important;
     -moz-border-radius: 10px 10px 0 0 !important;
          border-radius: 10px 10px 0 0 !important; }

.quick-search-autocomplete-field.text-end {
  text-align: end; }

.quick-search-autocomplete-field .autocomplete-link {
  text-decoration: underline; }

.quick-search-autocomplete-field .autocomplete-link:hover {
  cursor: pointer; }

#footer {
  position: relative; }
  #footer .vivisol__footer--toolbar {
    position: relative;
    background-color: #78be20;
    -webkit-border-top-left-radius: 30px;
       -moz-border-radius-topleft: 30px;
            border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
       -moz-border-radius-topright: 30px;
            border-top-right-radius: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    max-width: 896px;
    min-height: 46px; }
    @media screen and (max-width: 47.9375em) {
      #footer .vivisol__footer--toolbar {
        max-width: 90vw; } }
    @media screen and (max-width: 47.9375em) {
      #footer .vivisol__footer--toolbar .contact-message {
        display: none; } }
    #footer .vivisol__footer--toolbar .contact-message p {
      color: #fff;
      font-size: 12.5px; }
    #footer .vivisol__footer--toolbar:before {
      content: "";
      position: absolute;
      width: 98%;
      height: 100%;
      z-index: -1;
      background-color: inherit;
      -webkit-border-radius: 65px;
         -moz-border-radius: 65px;
              border-radius: 65px;
      left: 0px;
      top: -5px;
      -webkit-transform: rotate(-2deg);
         -moz-transform: rotate(-2deg);
          -ms-transform: rotate(-2deg);
           -o-transform: rotate(-2deg);
              transform: rotate(-2deg);
      opacity: 0.5; }
      @media screen and (max-width: 47.9375em) {
        #footer .vivisol__footer--toolbar:before {
          display: none; } }
  #footer .vivisol__footer--header {
    border-top: 1px solid #78be20;
    background: #fff; }
  #footer .vivisol__footer--logo {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media screen and (max-width: 47.9375em) {
      #footer .vivisol__footer--logo {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  #footer .vivisol__footer--figure {
    max-width: 109px;
    margin: 0; }
    #footer .vivisol__footer--figure img {
      width: 100%;
      height: auto; }
  #footer .vivisol__footer--cols {
    background-color: #78be20;
    padding-top: 30px; }
  #footer .vivisol__footer--bottom {
    position: relative;
    background-color: #78be20; }
    #footer .vivisol__footer--bottom .vivisol-intestazione--block {
      padding-top: 45px;
      padding-bottom: 30px;
      z-index: 1;
      position: relative; }
      @media screen and (max-width: 47.9375em) {
        #footer .vivisol__footer--bottom .vivisol-intestazione--block {
          padding: 25px 24px 28px; } }
      #footer .vivisol__footer--bottom .vivisol-intestazione--block p {
        font-size: 9.5px;
        line-height: 14px;
        color: #fff;
        padding-bottom: 8px;
        font-weight: 400;
        font-family: "NotoSans", "sans-serif"; }
        @media screen and (max-width: 47.9375em) {
          #footer .vivisol__footer--bottom .vivisol-intestazione--block p {
            text-align: center;
            padding-bottom: 19px; } }
        #footer .vivisol__footer--bottom .vivisol-intestazione--block p:last-child {
          padding-bottom: 0; }
    #footer .vivisol__footer--bottom:after {
      content: "";
      width: 100%;
      height: -webkit-calc(100% + 30px);
      height: -moz-calc(100% + 30px);
      height: calc(100% + 30px);
      position: absolute;
      top: 0;
      left: 0;
      -webkit-border-top-left-radius: 30px;
         -moz-border-radius-topleft: 30px;
              border-top-left-radius: 30px;
      -webkit-border-top-right-radius: 30px;
         -moz-border-radius-topright: 30px;
              border-top-right-radius: 30px;
      -webkit-transform: rotate(-1deg);
         -moz-transform: rotate(-1deg);
          -ms-transform: rotate(-1deg);
           -o-transform: rotate(-1deg);
              transform: rotate(-1deg);
      background-color: #93cb4d; }
      @media screen and (max-width: 47.9375em) {
        #footer .vivisol__footer--bottom:after {
          -webkit-transform: rotate(0deg);
             -moz-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
               -o-transform: rotate(0deg);
                  transform: rotate(0deg); } }
  #footer .footer-col {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    padding-right: 20px; }
    #footer .footer-col:last-child {
      padding-right: 0px; }
    @media screen and (max-width: 47.9375em) {
      #footer .footer-col {
        width: 100%;
        padding-bottom: 0;
        padding-right: 0; } }
  #footer ul {
    padding-left: 0;
    margin-bottom: 0; }
  #footer .vivisol__footer--cols {
    padding-bottom: 10px; }
    @media screen and (max-width: 47.9375em) {
      #footer .vivisol__footer--cols {
        padding-bottom: 0; } }
    @media screen and (max-width: 47.9375em) {
      #footer .vivisol__footer--cols .vivisol-container {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  #footer .menu-col {
    padding-left: 50px; }
    @media screen and (max-width: 47.9375em) {
      #footer .menu-col {
        padding-left: 0; } }
    #footer .menu-col .vedi-tutte {
      display: none; }
      #footer .menu-col .vedi-tutte .link {
        text-decoration: unset; }
    #footer .menu-col.show-all .vedi-tutte {
      display: block; }
      @media screen and (max-width: 47.9375em) {
        #footer .menu-col.show-all .vedi-tutte {
          display: none; } }
    #footer .menu-col.show-icon .icon {
      display: block;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
         -moz-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      font-size: 16px;
      color: #fff;
      padding-right: 10px; }
    @media screen and (max-width: 47.9375em) {
      #footer .menu-col {
        padding-bottom: 0px; } }
    #footer .menu-col:last-child {
      padding-bottom: 0px; }
    #footer .menu-col section {
      margin-bottom: 0px; }
    #footer .menu-col--mobile .layouts {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      #footer .menu-col--mobile .layouts .nav_item-li {
        position: relative; }
        #footer .menu-col--mobile .layouts .nav_item-li:after {
          content: "-";
          color: #fff; }
        #footer .menu-col--mobile .layouts .nav_item-li:only-child:after, #footer .menu-col--mobile .layouts .nav_item-li:last-child:after {
          display: none; }
        #footer .menu-col--mobile .layouts .nav_item-li .menu-item {
          padding-left: 10px;
          font-size: 16.5px; }
    #footer .menu-col--mobile.last-menu {
      padding-top: 60px; }
      #footer .menu-col--mobile.last-menu .nav-item .menu-item {
        font-size: 9.5px;
        line-height: 14px;
        text-transform: uppercase; }
  #footer .layouts.level-2 {
    padding-top: 15px; }
    @media screen and (max-width: 47.9375em) {
      #footer .layouts.level-2 {
        display: none;
        padding-bottom: 20px; } }
  #footer .nav_item-li {
    padding-bottom: 15px; }
    #footer .nav_item-li a {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 0px; }
      #footer .nav_item-li a .arrow {
        display: none; }
        @media screen and (max-width: 47.9375em) {
          #footer .nav_item-li a .arrow {
            display: block; } }
      #footer .nav_item-li a .icon {
        display: none; }
      @media screen and (max-width: 47.9375em) {
        #footer .nav_item-li a .arrow {
          display: block; } }
  @media screen and (max-width: 47.9375em) {
    #footer .menu-item {
      padding-right: 10px; } }
  #footer .vedi-tutte {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px; }
    @media screen and (max-width: 47.9375em) {
      #footer .vedi-tutte {
        padding-top: 0px; } }
    #footer .vedi-tutte a {
      font-size: 15.5px;
      color: #fff;
      font-weight: 600;
      padding-right: 8px; }
    #footer .vedi-tutte i {
      color: #fff;
      font-weight: bold;
      font-size: 20px; }
  #footer .nav-item .arrow {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.33s;
    transition: -webkit-transform 0.33s;
    -o-transition: -o-transform 0.33s;
    -moz-transition: transform 0.33s, -moz-transform 0.33s;
    transition: transform 0.33s;
    transition: transform 0.33s, -webkit-transform 0.33s, -moz-transform 0.33s, -o-transform 0.33s; }
  #footer .nav-item.open .arrow {
    -webkit-transform: scale(-1);
       -moz-transform: scale(-1);
        -ms-transform: scale(-1);
         -o-transform: scale(-1);
            transform: scale(-1); }
  @media screen and (max-width: 47.9375em) {
    #footer .nav-item.padding-top {
      padding-top: 15px; } }
  #footer .nav-item p {
    color: #fff;
    font-size: 15.5px;
    font-family: "NotoSans", "sans-serif"; }
  #footer .nav-item.has_children {
    color: #fff;
    font-weight: 600; }
    #footer .nav-item.has_children:hover {
      text-decoration: none; }
    #footer .nav-item.has_children p {
      font-weight: 600; }
  #footer .footer-paragraph {
    font-size: 15.5px;
    color: #fff;
    padding-bottom: 15px;
    font-family: "NotoSans", "sans-serif";
    font-weight: normal; }
    @media screen and (max-width: 47.9375em) {
      #footer .footer-paragraph:first-child {
        padding-top: 35px; } }
    #footer .footer-paragraph.divider {
      padding-bottom: 50px; }
      @media screen and (max-width: 47.9375em) {
        #footer .footer-paragraph.divider {
          padding-bottom: 15px; } }
  #footer .vivisol-footer_bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  #footer .vivisol-bottom-text:first-child {
    padding-bottom: 10px;
    padding-right: 20px; }
  @media screen and (max-width: 47.9375em) {
    #footer .vivisol-bottom-text {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  #footer .vivisol-bottom-text span {
    color: #fff;
    font-size: 13.5px;
    font-family: "NotoSans", "sans-serif";
    font-weight: 400; }
    @media screen and (max-width: 47.9375em) {
      #footer .vivisol-bottom-text span {
        font-size: 10.5px; } }
  #footer .vivisol-bottom-text .layouts.level-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    #footer .vivisol-bottom-text .layouts.level-1 li {
      position: relative;
      padding: 0 5px; }
      #footer .vivisol-bottom-text .layouts.level-1 li:first-child {
        padding-left: 0px; }
        #footer .vivisol-bottom-text .layouts.level-1 li:first-child::after {
          display: none; }
      #footer .vivisol-bottom-text .layouts.level-1 li:after {
        content: "";
        position: absolute;
        width: 1px;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        height: -webkit-calc(100% - 8px);
        height: -moz-calc(100% - 8px);
        height: calc(100% - 8px);
        background: #fff; }
      #footer .vivisol-bottom-text .layouts.level-1 li a {
        font-size: 13.5px;
        color: #fff;
        font-family: "NotoSans", "sans-serif";
        font-weight: 400px; }
        @media screen and (max-width: 47.9375em) {
          #footer .vivisol-bottom-text .layouts.level-1 li a {
            font-size: 12px; } }
  #footer .logo-figure {
    margin-right: 10px; }
    @media screen and (max-width: 47.9375em) {
      #footer .logo-figure {
        margin-right: 0px;
        padding-bottom: 20px; } }

.hamburger-container {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10000 !important; }
  .hamburger-container .hamburger-label {
    color: #fff;
    padding-top: 8px; }
  .hamburger-container .hamburger-button {
    display: block; }
    .hamburger-container .hamburger-button span {
      display: block;
      width: 20px;
      height: 2px;
      margin-bottom: 4px;
      position: relative;
      background: #333333;
      -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
              border-radius: 3px;
      -webkit-transition: all 0.33s;
      -o-transition: all 0.33s;
      -moz-transition: all 0.33s;
      transition: all 0.33s; }
    .hamburger-container .hamburger-button span:last-child {
      margin-bottom: 0; }
    .hamburger-container .hamburger-button span:nth-child(2) {
      -webkit-transform: scale(1);
         -moz-transform: scale(1);
          -ms-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1); }
  .hamburger-container.open span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(1px, 10px);
       -moz-transform: rotate(45deg) translate(1px, 10px);
        -ms-transform: rotate(45deg) translate(1px, 10px);
         -o-transform: rotate(45deg) translate(1px, 10px);
            transform: rotate(45deg) translate(1px, 10px); }
  .hamburger-container.open span:nth-child(2) {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0); }
  .hamburger-container.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(-1px, -8px);
       -moz-transform: rotate(-45deg) translate(-1px, -8px);
        -ms-transform: rotate(-45deg) translate(-1px, -8px);
         -o-transform: rotate(-45deg) translate(-1px, -8px);
            transform: rotate(-45deg) translate(-1px, -8px); }
  @media screen and (min-width: 47.9375em) {
    .hamburger-container {
      display: none; } }

.v-media__title {
  padding-bottom: 23px; }

.v-media__list {
  margin: 0;
  padding: 0; }

.v-media__item {
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  width: 100%; }
  .v-media__item.green {
    border: 1px solid #78be20; }
  .v-media__item.orange {
    border: 1px solid #F7B32B; }
  .v-media__item.blue {
    border: 1px solid #118AB2; }

.v-media__list--small .v-media__item {
  width: 70%; }

.v-media__list--small .v-media__actions {
  width: 30%; }

.document {
  padding: 17px 41px 17px 30px;
  background: #fff;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px; }
  @media screen and (max-width: 47.9375em) {
    .document {
      padding: 20px;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .document__right {
    padding-left: 30px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media screen and (max-width: 47.9375em) {
    .document__left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .document__extensione {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12.5px;
    line-height: 14px;
    padding-bottom: 10px; }
    @media screen and (max-width: 47.9375em) {
      .document__extensione {
        font-size: 14.5px; } }
  .document__paragraph {
    color: #444444;
    font-weight: normal;
    font-size: 14.5px;
    line-height: 22px; }
  .document__download {
    color: #444444;
    font-size: 18.5px; }
    @media screen and (max-width: 47.9375em) {
      .document__download--mobile {
        font-size: 24.5px;
        padding-top: 20px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
           -moz-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
           -moz-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }

.report-head {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media screen and (max-width: 47.9375em) {
    .report-head {
      display: none; } }
  .report-head__publication, .report-head__acceptance {
    width: 15%;
    text-align: center; }
  .report-head__type {
    text-align: center;
    width: 30%; }
  .report-head__performance {
    width: 30%; }
  .report-head__description {
    width: 65%; }
  .report-head__actions {
    width: 10%; }
  .report-head__label {
    color: #333333;
    font-weight: 600;
    font-size: 12.5px;
    line-height: 16px; }

.report {
  height: 80px;
  width: 100%; }
  @media screen and (max-width: 47.9375em) {
    .report {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      height: auto;
      padding: 20px;
      background: #fff;
      -webkit-border-radius: 15px;
         -moz-border-radius: 15px;
              border-radius: 15px;
      -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
         -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05); } }
  .report__publication, .report__acceptance {
    width: 15%;
    text-align: center; }
    @media screen and (max-width: 47.9375em) {
      .report__publication, .report__acceptance {
        width: 50%;
        text-align: left; } }
  .report__type {
    text-align: center;
    width: 30%; }
    @media screen and (max-width: 47.9375em) {
      .report__type {
        width: 50%;
        text-align: left; } }
  .report__performance {
    width: 30%; }
    @media screen and (max-width: 47.9375em) {
      .report__performance {
        width: 50%;
        text-align: left; } }
  .report__description {
    width: 80%; }
    @media screen and (max-width: 47.9375em) {
      .report__description {
        width: 50%;
        text-align: left; } }
  .report__actions {
    width: 10%; }
    @media screen and (max-width: 47.9375em) {
      .report__actions--desktop {
        display: none; } }
    .report__actions--mobile {
      display: none; }
      @media screen and (max-width: 47.9375em) {
        .report__actions--mobile {
          width: 100%;
          height: 76px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: space-around;
              -ms-flex-pack: distribute;
                  justify-content: space-around; } }
  @media screen and (max-width: 47.9375em) {
    .report__label {
      font-weight: 600;
      font-size: 10.5px;
      line-height: 16px;
      padding-bottom: 14px;
      color: #333333; } }
  .report__date {
    font-weight: 600;
    color: #444444;
    font-size: 14.5px;
    line-height: 20px; }
    @media screen and (max-width: 47.9375em) {
      .report__date {
        padding-bottom: 20px; } }
  .report__title {
    font-weight: 400;
    color: #444444;
    font-size: 14.5px;
    line-height: 20px; }
  .report__body {
    font-weight: 400;
    color: #444444;
    font-size: 12.5px;
    line-height: 20px; }
  .report__val {
    color: #444444;
    font-size: 14.5px;
    line-height: 20px; }
  .report__action {
    color: #444444;
    font-size: 18.5px;
    margin-left: 15px; }
    @media screen and (max-width: 47.9375em) {
      .report__action {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    @media screen and (max-width: 47.9375em) {
      .report__action span {
        width: 100%;
        text-align: center; } }
    @media screen and (max-width: 47.9375em) {
      .report__action .action__icon {
        font-size: 20px;
        padding-bottom: 5px;
        color: #444444; } }
    .report__action .action__label {
      font-weight: 600;
      font-size: 10.5px;
      line-height: 20px;
      color: #333333; }
    .report__action:first-child {
      margin-left: 0; }
    .report__action:hover {
      text-decoration: none; }
  .report__current-page {
    padding-top: 30px;
    padding-bottom: 20px; }
    @media screen and (max-width: 47.9375em) {
      .report__current-page {
        padding-top: 10px; } }
    .report__current-page p {
      font-size: 10.5px;
      line-height: 16px;
      font-weight: 400; }
  @media screen and (max-width: 47.9375em) {
    .report__ctas {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .report__ctas button {
    min-width: 150px; }
    .report__ctas button:first-child {
      margin-right: 18px; }

@media screen and (max-width: 47.9375em) {
  .report__item {
    background: #FCFCFC; } }

.report_head_mobile {
  padding: 0px 30px 20px 30px; }
  .report_head_mobile p {
    color: #999999;
    font-size: 10.5px;
    font-family: "NotoSans", "sans-serif";
    font-weight: 700;
    width: 50%;
    text-align: center; }

.v-media__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .v-media__item .form-group {
    margin-bottom: 28px; }
  .v-media__item .report__actions {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media screen and (max-width: 47.9375em) {
      .v-media__item .report__actions {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
  .v-media__item #slidedown-content {
    border-top: 1px solid #e1e8f3; }
    @media screen and (max-width: 47.9375em) {
      .v-media__item #slidedown-content {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .v-media__item .report__action .show-open {
    display: none; }
  .v-media__item .report__action .hide-open {
    display: block; }
  .v-media__item .report__action.collapsed .show-open {
    display: block; }
  .v-media__item .report__action.collapsed .hide-open {
    display: none; }

.patience-caregiver-head {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media screen and (max-width: 47.9375em) {
    .patience-caregiver-head {
      padding: 20px; } }
  .patience-caregiver-head__pairing {
    width: 25%;
    text-align: center; }
    @media screen and (max-width: 47.9375em) {
      .patience-caregiver-head__pairing {
        width: 50%;
        text-align: left; } }
  .patience-caregiver-head__name {
    width: 25%;
    text-align: left; }
    @media screen and (max-width: 47.9375em) {
      .patience-caregiver-head__name {
        width: 50%; } }
  .patience-caregiver-head__actions {
    width: 50%; }
    @media screen and (max-width: 47.9375em) {
      .patience-caregiver-head__actions {
        display: none; } }
  .patience-caregiver-head__label {
    color: #333333;
    font-weight: 600;
    font-size: 12.5px;
    line-height: 16px; }

.patience-caregiver {
  height: 80px; }
  @media screen and (max-width: 47.9375em) {
    .patience-caregiver {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      height: auto;
      padding: 20px;
      background: #fff;
      -webkit-border-radius: 15px;
         -moz-border-radius: 15px;
              border-radius: 15px;
      -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
         -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media screen and (max-width: 47.9375em) {
    .blue .patience-caregiver {
      border: 1px solid #118AB2; } }
  @media screen and (max-width: 47.9375em) {
    .green .patience-caregiver {
      border: 1px solid #78be20; } }
  @media screen and (max-width: 47.9375em) {
    .v-media__list--small .patience-caregiver__item {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media screen and (max-width: 47.9375em) {
    .patience-caregiver__item.blue, .patience-caregiver__item.green {
      border: none; } }
  .v-media__list--small .patience-caregiver {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 47.9375em) {
      .v-media__list--small .patience-caregiver {
        width: 100%;
        height: 80px; } }
  .patience-caregiver__pairing, .patience-caregiver__name {
    width: 25%;
    text-align: center; }
    @media screen and (max-width: 47.9375em) {
      .patience-caregiver__pairing, .patience-caregiver__name {
        width: 50%;
        text-align: left; } }
    .v-media__list--small .patience-caregiver__pairing, .v-media__list--small .patience-caregiver__name {
      width: 36%; }
      @media screen and (max-width: 47.9375em) {
        .v-media__list--small .patience-caregiver__pairing, .v-media__list--small .patience-caregiver__name {
          width: 50%; } }
  .patience-caregiver__name {
    width: 25%;
    text-align: left; }
    @media screen and (max-width: 47.9375em) {
      .patience-caregiver__name {
        width: 50%; } }
  @media screen and (max-width: 47.9375em) {
    .patience-caregiver__label {
      font-weight: 600;
      font-size: 10.5px;
      line-height: 16px;
      padding-bottom: 14px;
      color: #333333; } }
  .patience-caregiver__date {
    font-weight: 600;
    color: #444444;
    font-size: 14.5px;
    line-height: 20px; }
  .patience-caregiver__val {
    color: #444444;
    font-size: 14.5px;
    line-height: 20px; }
  .patience-caregiver__actions {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 47.9375em) {
      .patience-caregiver__actions {
        width: 100%;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .v-media__list--small .patience-caregiver__actions {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      margin-bottom: 20px; }
      @media screen and (max-width: 47.9375em) {
        .v-media__list--small .patience-caregiver__actions {
          width: 100%; } }
    @media screen and (max-width: 47.9375em) {
      .patience-caregiver__actions--desktop {
        display: none; } }
    .patience-caregiver__actions--mobile {
      display: none; }
      @media screen and (max-width: 47.9375em) {
        .patience-caregiver__actions--mobile {
          width: 100%;
          min-height: 76px;
          height: auto;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: space-around;
              -ms-flex-pack: distribute;
                  justify-content: space-around; } }
  .patience-caregiver__action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-calc( 100% / 3);
    width: -moz-calc( 100% / 3);
    width: calc( 100% / 3); }
    @media screen and (max-width: 47.9375em) {
      .patience-caregiver__action {
        width: 50%;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding-top: 10px;
        padding-bottom: 10px; } }
    @media screen and (max-width: 47.9375em) {
      .patience-caregiver__action.first-mobile {
        width: 100%;
        border-bottom: 1px solid #D9D9D9;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
           -moz-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; } }
    @media screen and (max-width: 47.9375em) {
      .patience-caregiver__action.spacer {
        display: none; } }
    .patience-caregiver__action:hover {
      text-decoration: none; }
    .patience-caregiver__action .action-icon {
      color: #444444;
      padding-bottom: 8px; }
      .patience-caregiver__action .action-icon.icom-ico-accept {
        color: #78be20;
        font-size: 20px; }
      .patience-caregiver__action .action-icon.icom-ico-refuse {
        color: #EB5757;
        font-size: 20px; }
    .patience-caregiver__action .action-label {
      color: #333333;
      font-weight: 600;
      font-size: 10.5px;
      line-height: 20px; }
      @media screen and (max-width: 47.9375em) {
        .patience-caregiver__action .action-label {
          text-align: center; } }
    .patience-caregiver__action .icom-ico-detail-show:before {
      content: "\e926"; }
    .patience-caregiver__action.collapsed .icom-ico-detail-show:before {
      content: "\e927"; }
  .patience-caregiver__ctas {
    text-align: center; }

.list-category {
  padding: 15px;
  font-weight: 700;
  font-family: "NotoSans", "sans-serif";
  color: #444446;
  border-bottom: 1px solid #E1E8F3;
  -webkit-transition: background 0.33s;
  -o-transition: background 0.33s;
  -moz-transition: background 0.33s;
  transition: background 0.33s;
  background: #fff;
  cursor: pointer; }
  @media screen and (max-width: 47.9375em) {
    .list-category {
      background: transparent; } }
  .list-category:last-child {
    border-bottom: unset; }
  .list-category:hover {
    background: rgba(120, 190, 32, 0.5); }

.categories_wrap_booking {
  -webkit-border-radius: 8px 8px 0px 0px;
     -moz-border-radius: 8px 8px 0px 0px;
          border-radius: 8px 8px 0px 0px;
  background: #fff; }

@media screen and (max-width: 47.9375em) {
  .bottom-bar_wrap {
    overflow: hidden; } }

.bottom-bar_wrap .icon-remove {
  display: none; }

.bottom-bar_wrap .results {
  display: none; }

@media screen and (max-width: 47.9375em) {
  .bottom-bar_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 25px 25px 0px 0px;
       -moz-border-radius: 25px 25px 0px 0px;
            border-radius: 25px 25px 0px 0px;
    height: 500px;
    -webkit-transform: translateY(-webkit-calc(100% - 70px));
       -moz-transform: translateY(-moz-calc(100% - 70px));
        -ms-transform: translateY(calc(100% - 70px));
         -o-transform: translateY(calc(100% - 70px));
            transform: translateY(calc(100% - 70px));
    -webkit-transition: height 0.33s, -webkit-transform 0.33s;
    transition: height 0.33s, -webkit-transform 0.33s;
    -o-transition: height 0.33s, -o-transform 0.33s;
    -moz-transition: transform 0.33s, height 0.33s, -moz-transform 0.33s;
    transition: transform 0.33s, height 0.33s;
    transition: transform 0.33s, height 0.33s, -webkit-transform 0.33s, -moz-transform 0.33s, -o-transform 0.33s;
    padding: 0px 25px; }
    .bottom-bar_wrap.large {
      -webkit-transform: translateY(-webkit-calc(100% - 160px));
         -moz-transform: translateY(-moz-calc(100% - 160px));
          -ms-transform: translateY(calc(100% - 160px));
           -o-transform: translateY(calc(100% - 160px));
              transform: translateY(calc(100% - 160px)); }
    .bottom-bar_wrap.medium {
      -webkit-transform: translateY(-webkit-calc(100% - 90px));
         -moz-transform: translateY(-moz-calc(100% - 90px));
          -ms-transform: translateY(calc(100% - 90px));
           -o-transform: translateY(calc(100% - 90px));
              transform: translateY(calc(100% - 90px)); }
    .bottom-bar_wrap.full-height {
      height: -webkit-calc(100vh);
      height: -moz-calc(100vh);
      height: calc(100vh); }
      .has-control-menu .bottom-bar_wrap.full-height {
        height: -webkit-calc(100vh - 50px);
        height: -moz-calc(100vh - 50px);
        height: calc(100vh - 50px); }
    .bottom-bar_wrap.open {
      -webkit-transform: translateY(0);
         -moz-transform: translateY(0);
          -ms-transform: translateY(0);
           -o-transform: translateY(0);
              transform: translateY(0);
      overflow: scroll;
      -webkit-overflow-scrolling: touch; }
      .bottom-bar_wrap.open .icon-remove {
        display: block;
        opacity: 1; }
      .bottom-bar_wrap.open .results {
        opacity: 1;
        height: auto; }
    .bottom-bar_wrap .icon-remove {
      opacity: 0;
      color: #78be20;
      cursor: pointer;
      -webkit-transition: opacity 0.33s;
      -o-transition: opacity 0.33s;
      -moz-transition: opacity 0.33s;
      transition: opacity 0.33s; }
    .bottom-bar_wrap .results {
      color: #78be20;
      font-weight: 400;
      font-size: 16.5px;
      display: block;
      opacity: 1;
      height: auto;
      -webkit-transition: opacity 0.33s, height 0.33s;
      -o-transition: opacity 0.33s, height 0.33s;
      -moz-transition: opacity 0.33s, height 0.33s;
      transition: opacity 0.33s, height 0.33s; }
    .bottom-bar_wrap h2.control-label {
      font-size: 16.5px;
      font-weight: 400;
      text-align: center;
      color: #78be20;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
         -moz-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
      .bottom-bar_wrap h2.control-label.selected {
        color: #000; }
        .bottom-bar_wrap h2.control-label.selected .selection {
          color: #78be20;
          font-weight: 700; }
    .bottom-bar_wrap .mobile-trigger {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 15px 0; }
      .bottom-bar_wrap .mobile-trigger-ico {
        width: 60px;
        height: 6px;
        display: block;
        background: #D9D9D9;
        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
                border-radius: 3px; } }

.recurring_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.recurring_item {
  padding-right: 20px;
  padding-bottom: 15px; }
  .recurring_item:nth-child(2n+2) {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding-right: 0px; }
    @media screen and (max-width: 47.9375em) {
      .recurring_item:nth-child(2n+2) {
        -webkit-flex-basis: 66%;
            -ms-flex-preferred-size: 66%;
                flex-basis: 66%; } }
    @media screen and (max-width: 27.5em) {
      .recurring_item:nth-child(2n+2) {
        -webkit-flex-basis: 35%;
            -ms-flex-preferred-size: 35%;
                flex-basis: 35%; } }

.cardBooking {
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  padding: 20px 50px 30px 50px;
  border: 1px solid transparent;
  -webkit-transition: border 0.33s;
  -o-transition: border 0.33s;
  -moz-transition: border 0.33s;
  transition: border 0.33s; }
  .cardBooking.selectedCard {
    border: 1px solid #78be20; }
  @media screen and (max-width: 47.9375em) {
    .cardBooking {
      -webkit-box-shadow: unset;
         -moz-box-shadow: unset;
              box-shadow: unset;
      border: 1px solid #E1E8F3; } }

.booking-box {
  padding-bottom: 25px; }
  .booking-box.vivisol-form .vivisol-select:after {
    border-color: #78be20; }
  .booking-box.vivisol-form .vivisol-select .list {
    width: 100%; }
  .booking-box.vivisol-form .vivisol-checkbox {
    margin-right: 10px; }
  @media screen and (max-width: 47.9375em) {
    .booking-box .control-label {
      font-size: 17.5px; } }
  @media screen and (max-width: 47.9375em) {
    .booking-box .control-label .current {
      font-size: 12.5px; } }
  .booking-box .calendar-icon {
    position: relative; }
    .booking-box .calendar-icon:before {
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #78be20; }

@media screen and (max-width: 47.9375em) {
  .bottom-bar_wrap .booking-box .control-label {
    text-align: left;
    font-size: 16.5px;
    color: #444444;
    font-weight: 700; } }

.booking-box .disponibility_wrap .button_disponibility {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
     -moz-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.cardBooking-gray, .booking-box-gray {
  background-color: #F7F7F7; }

.cardBooking .event-day, .booking-box .event-day {
  font-weight: 700;
  font-size: 24.5px;
  line-height: 26px;
  color: #78be20;
  font-family: "NotoSans", "sans-serif"; }

.cardBooking .event-price, .booking-box .event-price {
  font-weight: 400;
  font-size: 16.5px;
  line-height: 20px;
  font-family: "NotoSans", "sans-serif"; }
  .cardBooking .event-price.green, .booking-box .event-price.green {
    color: #78be20; }

.cardBooking .vivisol-select, .booking-box .vivisol-select {
  width: 100%; }

.cardBooking .button-list-container .btn-white, .booking-box .button-list-container .btn-white {
  background-color: #fff;
  color: #444444;
  border: solid 1px #E1E8F3;
  -webkit-transition: all 0.33s;
  -o-transition: all 0.33s;
  -moz-transition: all 0.33s;
  transition: all 0.33s;
  font-weight: 700;
  font-weight: 14px;
  font-family: "NotoSans", "sans-serif"; }
  .cardBooking .button-list-container .btn-white.reverse:hover, .cardBooking .button-list-container .btn-white.reverse.active, .cardBooking .button-list-container .btn-white.reverse.focus, .cardBooking .button-list-container .btn-white.reverse:active, .cardBooking .button-list-container .btn-white.reverse:focus, .booking-box .button-list-container .btn-white.reverse:hover, .booking-box .button-list-container .btn-white.reverse.active, .booking-box .button-list-container .btn-white.reverse.focus, .booking-box .button-list-container .btn-white.reverse:active, .booking-box .button-list-container .btn-white.reverse:focus {
    color: #fff;
    background-color: rgba(120, 190, 32, 0.6);
    -webkit-box-shadow: unset;
       -moz-box-shadow: unset;
            box-shadow: unset; }
  .cardBooking .button-list-container .btn-white:hover, .cardBooking .button-list-container .btn-white.active, .cardBooking .button-list-container .btn-white.focus, .cardBooking .button-list-container .btn-white:active, .cardBooking .button-list-container .btn-white:focus, .booking-box .button-list-container .btn-white:hover, .booking-box .button-list-container .btn-white.active, .booking-box .button-list-container .btn-white.focus, .booking-box .button-list-container .btn-white:active, .booking-box .button-list-container .btn-white:focus {
    color: #78be20;
    background-color: #fff;
    border: solid 1px #E1E8F3;
    -webkit-box-shadow: unset;
       -moz-box-shadow: unset;
            box-shadow: unset; }
  .cardBooking .button-list-container .btn-white.btn-selected, .booking-box .button-list-container .btn-white.btn-selected {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    border-color: #78be20 !important;
    background-color: rgba(120, 190, 32, 0.6);
    color: #fff; }
    .cardBooking .button-list-container .btn-white.btn-selected:hover, .cardBooking .button-list-container .btn-white.btn-selected.active, .cardBooking .button-list-container .btn-white.btn-selected.focus, .cardBooking .button-list-container .btn-white.btn-selected:active, .cardBooking .button-list-container .btn-white.btn-selected:focus, .booking-box .button-list-container .btn-white.btn-selected:hover, .booking-box .button-list-container .btn-white.btn-selected.active, .booking-box .button-list-container .btn-white.btn-selected.focus, .booking-box .button-list-container .btn-white.btn-selected:active, .booking-box .button-list-container .btn-white.btn-selected:focus {
      color: #fff;
      background-color: rgba(120, 190, 32, 0.6);
      -webkit-box-shadow: unset;
         -moz-box-shadow: unset;
              box-shadow: unset; }

.cardBooking .button-list-container .btn-underline, .booking-box .button-list-container .btn-underline {
  background-color: transparent;
  border: none;
  color: #78be20;
  text-decoration: underline;
  font-size: 10.5px;
  line-height: 14px;
  font-weight: 700;
  font-family: "NotoSans", "sans-serif"; }
  .cardBooking .button-list-container .btn-underline:hover, .cardBooking .button-list-container .btn-underline:active, .cardBooking .button-list-container .btn-underline:focus, .booking-box .button-list-container .btn-underline:hover, .booking-box .button-list-container .btn-underline:active, .booking-box .button-list-container .btn-underline:focus {
    background-color: transparent;
    border: none;
    color: #78be20;
    text-decoration: underline; }

@media screen and (max-width: 47.9375em) {
  .cardBooking .border-bottom, .booking-box .border-bottom {
    border-bottom: 1px solid #E1E8F3; } }

.cardBooking .border-right_custom, .booking-box .border-right_custom {
  position: relative; }
  @media screen and (max-width: 61.875em) {
    .cardBooking .border-right_custom:after, .booking-box .border-right_custom:after {
      display: none; } }
  .cardBooking .border-right_custom:after, .booking-box .border-right_custom:after {
    content: "";
    position: absolute;
    height: -webkit-calc(100% - 30px);
    height: -moz-calc(100% - 30px);
    height: calc(100% - 30px);
    width: 1px;
    background: #E1E8F3;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%); }

.cardBooking .title_wrap .title, .booking-box .title_wrap .title {
  font-family: "NotoSans", "sans-serif";
  font-weight: 700;
  font-size: 20.5px;
  line-height: 24px;
  color: #444444; }
  @media screen and (max-width: 47.9375em) {
    .cardBooking .title_wrap .title, .booking-box .title_wrap .title {
      font-size: 24px; } }

.cardBooking .address_wrap .address, .booking-box .address_wrap .address {
  font-family: "NotoSans", "sans-serif";
  font-weight: 400;
  font-size: 10.5px;
  line-height: 24px;
  color: #444444; }
  @media screen and (max-width: 47.9375em) {
    .cardBooking .address_wrap .address, .booking-box .address_wrap .address {
      font-size: 14px; } }

.cardBooking .disponibility_wrap .green-p, .booking-box .disponibility_wrap .green-p {
  font-family: "NotoSans", "sans-serif";
  font-weight: 700;
  font-size: 8.5px;
  line-height: 14px;
  color: #78be20; }
  @media screen and (max-width: 47.9375em) {
    .cardBooking .disponibility_wrap .green-p, .booking-box .disponibility_wrap .green-p {
      font-size: 10.5px; } }

.cardBooking .disponibility_wrap .button_disponibility, .booking-box .disponibility_wrap .button_disponibility {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 47.9375em) {
    .cardBooking .disponibility_wrap .button_disponibility, .booking-box .disponibility_wrap .button_disponibility {
      -webkit-box-pack: unset;
      -webkit-justify-content: unset;
         -moz-box-pack: unset;
          -ms-flex-pack: unset;
              justify-content: unset; } }
  .cardBooking .disponibility_wrap .button_disponibility .btn-type, .booking-box .disponibility_wrap .button_disponibility .btn-type {
    margin-top: 10px; }
    @media screen and (max-width: 47.9375em) {
      .cardBooking .disponibility_wrap .button_disponibility .btn-type, .booking-box .disponibility_wrap .button_disponibility .btn-type {
        font-size: 12.5px;
        margin-right: 20px; }
        .cardBooking .disponibility_wrap .button_disponibility .btn-type:last-child, .booking-box .disponibility_wrap .button_disponibility .btn-type:last-child {
          margin-right: 0px; } }

.cardBooking .first-disponibility p, .booking-box .first-disponibility p {
  font-family: "NotoSans", "sans-serif";
  font-weight: 400;
  font-size: 10.5px;
  line-height: 16px;
  color: #444444; }
  @media screen and (max-width: 47.9375em) {
    .cardBooking .first-disponibility p, .booking-box .first-disponibility p {
      font-size: 14.5px;
      text-align: center; } }

.cardBooking .first-disponibility .bold, .booking-box .first-disponibility .bold {
  font-weight: 700; }

.cardBooking .price_wrap .price-text, .booking-box .price_wrap .price-text {
  font-family: "NotoSans", "sans-serif";
  font-weight: 700;
  font-size: 12.5px;
  line-height: 15px;
  color: #444444; }

.cardBooking .price_wrap .price, .booking-box .price_wrap .price {
  color: #78be20;
  font-family: "NotoSans", "sans-serif";
  font-weight: 700;
  font-size: 28.5px;
  line-height: 33px; }

.cardBooking .type-pay_wrap .type-text, .booking-box .type-pay_wrap .type-text {
  font-family: "NotoSans", "sans-serif";
  font-weight: 700;
  font-size: 12.5px;
  line-height: 15px;
  color: #444444; }

@media screen and (min-width: 47.9375em) {
  .cardBooking .type-pay_wrap .type_wrap.list-d .type_item, .booking-box .type-pay_wrap .type_wrap.list-d .type_item {
    padding: 0;
    width: 100%; } }

.cardBooking .type-pay_wrap .type_item, .booking-box .type-pay_wrap .type_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #F0F0F0;
  margin-bottom: 10px;
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3); }
  @media screen and (max-width: 47.9375em) {
    .cardBooking .type-pay_wrap .type_item, .booking-box .type-pay_wrap .type_item {
      width: auto; } }
  .cardBooking .type-pay_wrap .type_item:first-child, .booking-box .type-pay_wrap .type_item:first-child {
    padding-left: 0px; }
  .cardBooking .type-pay_wrap .type_item:last-child, .booking-box .type-pay_wrap .type_item:last-child {
    padding-right: 0px;
    border-right: unset; }
  .cardBooking .type-pay_wrap .type_item:nth-child(3n+1), .booking-box .type-pay_wrap .type_item:nth-child(3n+1) {
    padding-left: 0px; }
  .cardBooking .type-pay_wrap .type_item:nth-child(3n+3), .booking-box .type-pay_wrap .type_item:nth-child(3n+3) {
    padding-right: 0px;
    border-right: unset; }
  .cardBooking .type-pay_wrap .type_item p, .booking-box .type-pay_wrap .type_item p {
    font-family: "NotoSans", "sans-serif";
    font-weight: 400;
    font-size: 10.5px;
    line-height: 14px;
    color: #444444; }
    @media screen and (max-width: 47.9375em) {
      .cardBooking .type-pay_wrap .type_item p, .booking-box .type-pay_wrap .type_item p {
        font-size: 14.5px; } }

.cardBooking .warning .first-disponibility p, .booking-box .warning .first-disponibility p {
  font-size: 14.5px;
  color: #444444; }

.cardBooking .warning p, .booking-box .warning p {
  font-family: "NotoSans", "sans-serif";
  font-weight: 400;
  font-size: 8.5px;
  line-height: 14px;
  color: #999999; }
  @media screen and (max-width: 47.9375em) {
    .cardBooking .warning p, .booking-box .warning p {
      font-size: 10.5px; } }

@media screen and (max-width: 47.9375em) {
  .cardBooking .booking_btn .lfr-btn-label, .booking-box .booking_btn .lfr-btn-label {
    font-size: 14.5px; } }

#result.bottom-bar_wrap.open .view-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#result.bottom-bar_wrap .view-map {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  z-index: 1; }
  #result.bottom-bar_wrap .view-map .view-map_wrap {
    padding: 10px 30px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
       -moz-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 100px;
       -moz-border-radius: 100px;
            border-radius: 100px; }
  #result.bottom-bar_wrap .view-map p {
    font-family: "NotoSans", "sans-serif";
    font-weight: 700;
    font-size: 12.5px;
    line-height: 16px; }

.card-contact {
  height: 100px;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px; }
  @media screen and (max-width: 47.9375em) {
    .card-contact {
      height: 220px; }
      .card-contact .col-md-8.justify-content-md-start, .card-contact .col-md-6.justify-content-md-start {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
           -moz-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important; } }
  .card-contact .squared-icon {
    position: absolute;
    left: 0; }
    @media screen and (max-width: 47.9375em) {
      .card-contact .squared-icon {
        position: relative; } }
  .card-contact .contact-text {
    color: #444444;
    font-size: 24px;
    font-family: "NotoSans", "sans-serif";
    font-weight: 700; }
    @media screen and (max-width: 47.9375em) {
      .card-contact .contact-text {
        width: 100%;
        text-align: center;
        font-size: 14.5px; } }
  .card-contact .contact-number {
    color: #444444;
    font-size: 26px;
    font-family: "NotoSans", "sans-serif";
    font-weight: 700; }
    @media screen and (max-width: 47.9375em) {
      .card-contact .contact-number {
        font-size: 22px; } }
  .card-contact .contact-assistance {
    color: #444444;
    font-size: 14.5px;
    font-family: "NotoSans", "sans-serif";
    font-weight: 400; }
    @media screen and (max-width: 47.9375em) {
      .card-contact .contact-assistance {
        font-size: 14.5px; } }
  .card-contact .column-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media screen and (max-width: 47.9375em) {
      .card-contact .column-card {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }

@media screen and (max-width: 47.9375em) {
  .request_wrap .report__date {
    padding-bottom: 0px; } }

.request_wrap .icon {
  font-size: 20px; }
  .request_wrap .icon.orange {
    color: #F7B32B; }
  .request_wrap .icon.grey {
    color: #9F9F9F; }
  .request_wrap .icon.green {
    color: #78be20; }

.request_wrap .report-head__label {
  font-weight: 700;
  font-family: "NotoSans", "sans-serif";
  color: #999999;
  font-size: 12.5px; }

.request_wrap .report-head__publication {
  width: 20%;
  margin-right: 50px; }

.request_wrap .report__publication {
  width: 20%;
  margin-right: 50px; }

.request_wrap .report-head__acceptance {
  width: 60%;
  text-align: start; }

.request_wrap .report__acceptance {
  width: 60%;
  text-align: start; }

.request_wrap .report-head__performance {
  width: 20%; }

.request_wrap .report__performance {
  width: 20%; }

@media screen and (max-width: 47.9375em) {
  .request_wrap .report__performance {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .request_wrap .report {
    border: 1px solid #78BE20;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    padding: 30px; } }

@media screen and (max-width: 47.9375em) {
  .contact-form_wrap {
    -webkit-box-shadow: 0 2px 24px 8px rgba(0, 0, 0, 0.08);
       -moz-box-shadow: 0 2px 24px 8px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 24px 8px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
    background: #fff; } }

@media screen and (max-width: 47.9375em) {
  .contact-list_wrap h3 {
    font-size: 20.5px;
    color: #78be20;
    text-align: center; } }

.contact-list_wrap .contact-list_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px; }
  @media screen and (max-width: 47.9375em) {
    .contact-list_wrap .contact-list_items {
      padding-top: 30px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .contact-list_wrap .contact-list_items .contact-list_item {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 47.9375em) {
      .contact-list_wrap .contact-list_items .contact-list_item {
        width: 100%;
        padding-bottom: 70px; } }
    .contact-list_wrap .contact-list_items .contact-list_item i {
      font-size: 20px;
      color: #78be20;
      padding-bottom: 5px; }
      @media screen and (max-width: 47.9375em) {
        .contact-list_wrap .contact-list_items .contact-list_item i {
          color: #444446; } }
    .contact-list_wrap .contact-list_items .contact-list_item .contact-list_name {
      padding-bottom: 25px;
      font-size: 10.5px;
      font-weight: 400;
      font-family: "NotoSans", "sans-serif";
      color: #444444; }
      @media screen and (max-width: 47.9375em) {
        .contact-list_wrap .contact-list_items .contact-list_item .contact-list_name {
          color: #999999; } }
    .contact-list_wrap .contact-list_items .contact-list_item .contact-list_desc {
      color: #75787B;
      font-size: 18.5px;
      font-weight: 700;
      font-family: "NotoSans", "sans-serif"; }
      @media screen and (max-width: 47.9375em) {
        .contact-list_wrap .contact-list_items .contact-list_item .contact-list_desc {
          color: #444446; } }

.service-item_wrap .object {
  font-size: 14.5px;
  color: #999999;
  font-family: "NotoSans", "sans-serif";
  font-weight: 400; }
  .service-item_wrap .object .value {
    color: #444444;
    font-weight: 700; }
    .service-item_wrap .object .value.suspended {
      color: #cece8c; }
    .service-item_wrap .object .value.active {
      color: #78be20; }
    .service-item_wrap .object .value.disabled {
      color: #EB5757; }

.service-result .tab-btn-list, .service-result .date-button-list {
  border-color: #E1E8F3;
  background-color: #fff; }
  .service-result .tab-btn-list .tab-btn, .service-result .date-button-list .tab-btn {
    background: transparent; }
  @media screen and (max-width: 47.9375em) {
    .service-result .tab-btn-list, .service-result .date-button-list {
      padding: 0;
      background-color: unset;
      border: unset; }
      .service-result .tab-btn-list .tab-btn, .service-result .date-button-list .tab-btn {
        padding: 10px;
        background: #FFFFFF;
        -webkit-border-radius: 4px;
           -moz-border-radius: 4px;
                border-radius: 4px;
        color: #999999;
        border: 0.5px solid #EAEAEA;
        font-weight: 700;
        margin-top: 10px; }
        .service-result .tab-btn-list .tab-btn.selected, .service-result .date-button-list .tab-btn.selected {
          background: rgba(120, 190, 32, 0.6);
          color: #fff; }
        .service-result .tab-btn-list .tab-btn:after, .service-result .date-button-list .tab-btn:after {
          display: none; }
        .service-result .tab-btn-list .tab-btn:before, .service-result .date-button-list .tab-btn:before {
          display: none; } }

.service-list-buttons .black-title {
  font-weight: 400;
  color: #333333; }

.service-list-buttons .btn .lfr-btn-label {
  font-size: 12.5px;
  font-family: 'NotoSans', 'sans-serif';
  font-weight: 600; }

@media screen and (max-width: 47.9375em) {
  .service-list-buttons .btn {
    font-weight: 400; }
  .service-list-buttons .btn.selected {
    background: #EAEAEA;
    color: #444446;
    border: 2px solid #78BE20; }
    .service-list-buttons .btn.selected:focus, .service-list-buttons .btn.selected.focus, .service-list-buttons .btn.selected.active, .service-list-buttons .btn.selected:active, .service-list-buttons .btn.selected:hover {
      background: #EAEAEA;
      color: #444446; }
  .service-list-buttons .current_section .btn.currentb {
    background: #fff;
    border: 2px solid #78BE20;
    color: #444446;
    font-size: 12.5px; }
    .service-list-buttons .current_section .btn.currentb:focus, .service-list-buttons .current_section .btn.currentb.focus {
      color: #444446; } }

.monitory-terapy.adt .tag-side {
  height: auto; }

.monitory-terapy .img_bg {
  padding-bottom: 36%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover; }
  @media screen and (max-width: 47.9375em) {
    .monitory-terapy .img_bg {
      padding-bottom: 100%; } }

.monitory-terapy .tag-side {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 47.9375em) {
    .monitory-terapy .tag-side {
      height: auto; } }
  .monitory-terapy .tag-side button {
    padding: 3px 10px;
    font-size: 8.5px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    height: 21px;
    min-width: auto;
    width: auto;
    margin-right: 5px; }
    .monitory-terapy .tag-side button:focus, .monitory-terapy .tag-side button:hover, .monitory-terapy .tag-side button:active, .monitory-terapy .tag-side button.focus, .monitory-terapy .tag-side button.active {
      color: #78be20;
      background-color: #fff;
      border: 1px solid #78BE20; }

.monitory-terapy .bordered-title {
  line-height: 1; }

.monitory-terapy .article-element .bordered-title {
  padding-bottom: 14px; }

.monitory-terapy .no-content-found {
  background: transparent;
  font-size: 14.5px;
  font-family: "NotoSans", "sans-serif";
  color: #424242;
  margin-top: 20px;
  border: unset; }

.monitory-terapy .category-menu {
  width: 70.5%;
  /*min-height: 70px;*/
  background: #FFFFFF;
  border: 1px solid #E1E8F3;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  padding: 10px 25px; }
  .monitory-terapy .category-menu .currentb {
    background: #fff;
    border: 2px solid #78BE20;
    color: #444446;
    font-weight: 400;
    font-size: 12.5px; }
  @media screen and (max-width: 47.9375em) {
    .monitory-terapy .category-menu {
      width: 100%; } }

.monitory-terapy .select-input {
  width: 29.5%;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (max-width: 47.9375em) {
    .monitory-terapy .select-input {
      width: 100%; } }

.monitory-terapy .menu-tab {
  border-bottom: none; }
  @media screen and (max-width: 47.9375em) {
    .monitory-terapy .menu-tab {
      background: #FFFFFF;
      border: 1px solid #E1E8F3;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      border: unset;
      height: auto;
      display: block;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: unset;
      -webkit-align-items: unset;
         -moz-box-align: unset;
          -ms-flex-align: unset;
              align-items: unset; } }
  .monitory-terapy .menu-tab .nav-item {
    margin-right: 35px;
    margin-bottom: 6px;
    margin-top: 6px; }
    @media screen and (max-width: 47.9375em) {
      .monitory-terapy .menu-tab .nav-item:first-child {
        padding-left: 0px; } }
    .monitory-terapy .menu-tab .nav-item:last-child {
      margin-right: 0px; }
    @media screen and (max-width: 47.9375em) {
      .monitory-terapy .menu-tab .nav-item {
        margin-right: 0px;
        margin-bottom: 30px; } }
  .monitory-terapy .menu-tab a {
    border: unset;
    position: relative;
    padding: 0;
    font-size: 12.5px;
    color: #999999;
    font-weight: 400px;
    font-family: "NotoSans", "sans-serif";
    -webkit-transition: color 0.33s;
    -o-transition: color 0.33s;
    -moz-transition: color 0.33s;
    transition: color 0.33s; }
    .monitory-terapy .menu-tab a:after {
      content: "";
      position: absolute;
      top: 100%;
      height: 4px;
      width: -webkit-calc(100% + 5px);
      width: -moz-calc(100% + 5px);
      width: calc(100% + 5px);
      background: transparent;
      left: 50%;
      -webkit-transition: background 0.33s;
      -o-transition: background 0.33s;
      -moz-transition: background 0.33s;
      transition: background 0.33s;
      -webkit-transform: translate3d(-50%, 0, 0);
         -moz-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0); }
    .monitory-terapy .menu-tab a.active {
      color: #444444; }
      .monitory-terapy .menu-tab a.active:after {
        background: #78be20; }
    @media screen and (max-width: 47.9375em) {
      .monitory-terapy .menu-tab a {
        margin-right: 0px;
        background: #F0F0F0;
        color: #9F9F9F;
        -webkit-border-radius: 6px;
           -moz-border-radius: 6px;
                border-radius: 6px;
        height: 38px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 2px solid transparent;
        -webkit-transition: background 0.33s, border 0.33s, color 0.33s;
        -o-transition: background 0.33s, border 0.33s, color 0.33s;
        -moz-transition: background 0.33s, border 0.33s, color 0.33s;
        transition: background 0.33s, border 0.33s, color 0.33s; }
        .monitory-terapy .menu-tab a:last-child {
          margin-bottom: unset; }
        .monitory-terapy .menu-tab a.active {
          background: #EAEAEA;
          color: #444446;
          border: 2px solid #78BE20; }
        .monitory-terapy .menu-tab a:after {
          display: none; } }

.monitory-terapy .tab-pane.active.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.monitory-terapy .tab-pane .content-element {
  text-decoration: unset;
  float: left;
  padding-bottom: 60px; }
  .monitory-terapy .tab-pane .content-element:nth-child(3n+1) {
    width: 29%;
    padding-right: 15px; }
    .monitory-terapy .tab-pane .content-element:nth-child(3n+1) .img_bg {
      padding-bottom: 60%; }
    @media screen and (max-width: 47.9375em) {
      .monitory-terapy .tab-pane .content-element:nth-child(3n+1) {
        width: 100%;
        padding-right: 0px; } }
  .monitory-terapy .tab-pane .content-element:nth-child(3n+2) {
    width: 42%;
    padding-left: 15px;
    padding-right: 15px; }
    .monitory-terapy .tab-pane .content-element:nth-child(3n+2) .img_bg {
      padding-bottom: 68%; }
    @media screen and (max-width: 47.9375em) {
      .monitory-terapy .tab-pane .content-element:nth-child(3n+2) {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px; } }
  .monitory-terapy .tab-pane .content-element:nth-child(3n+3) {
    width: 29%;
    padding-left: 15px; }
    .monitory-terapy .tab-pane .content-element:nth-child(3n+3) .img_bg {
      padding-bottom: 60%; }
    @media screen and (max-width: 47.9375em) {
      .monitory-terapy .tab-pane .content-element:nth-child(3n+3) {
        width: 100%;
        padding-left: 0px; } }

.monitory-terapy.surverys .item-article {
  width: 50%;
  float: right;
  padding-bottom: 60px; }
  @media screen and (max-width: 47.9375em) {
    .monitory-terapy.surverys .item-article {
      width: 100%; } }
  .monitory-terapy.surverys .item-article .img_bg {
    padding-bottom: 62%; }
    @media screen and (max-width: 47.9375em) {
      .monitory-terapy.surverys .item-article .img_bg {
        padding-bottom: 58%; } }
  .monitory-terapy.surverys .item-article:nth-child(odd) {
    float: left; }
    @media screen and (max-width: 47.9375em) {
      .monitory-terapy.surverys .item-article:nth-child(odd) {
        float: unset; } }
  @media screen and (max-width: 47.9375em) {
    .monitory-terapy.surverys .item-article:nth-child(even) {
      float: unset; } }
  .monitory-terapy.surverys .item-article:nth-child(2n+1) {
    padding-right: 10px; }
    @media screen and (max-width: 47.9375em) {
      .monitory-terapy.surverys .item-article:nth-child(2n+1) {
        padding-right: 0px; } }
  .monitory-terapy.surverys .item-article:nth-child(2n+2) {
    padding-left: 10px; }
    @media screen and (max-width: 47.9375em) {
      .monitory-terapy.surverys .item-article:nth-child(2n+2) {
        padding-left: 0px; } }

.request-role .error {
  color: #EB5757 !important; }

.request-role .message {
  font-weight: normal;
  font-family: 'NotoSans', 'sans-serif';
  font-style: normal;
  font-size: 14.5px;
  line-height: 22px;
  color: #444444; }

.request-role .btn-list-role {
  margin-right: 25px;
  margin-bottom: 25px; }
  .request-role .btn-list-role:last-child {
    margin-right: 0; }

.request-role .wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.request-role .btn-white {
  background-color: #fff;
  border: solid 1px #E1E8F3;
  -webkit-transition: all 0.33s;
  -o-transition: all 0.33s;
  -moz-transition: all 0.33s;
  transition: all 0.33s;
  font-weight: 700;
  font-weight: 14px;
  font-family: "NotoSans", "sans-serif"; }
  .request-role .btn-white.reverse:hover, .request-role .btn-white.reverse.active, .request-role .btn-white.reverse.focus, .request-role .btn-white.reverse:active, .request-role .btn-white.reverse:focus {
    color: #fff;
    background-color: rgba(120, 190, 32, 0.6);
    -webkit-box-shadow: unset;
       -moz-box-shadow: unset;
            box-shadow: unset; }
  .request-role .btn-white:hover, .request-role .btn-white.active, .request-role .btn-white.focus, .request-role .btn-white:active, .request-role .btn-white:focus {
    color: #78be20;
    background-color: #fff;
    border: solid 1px #E1E8F3;
    -webkit-box-shadow: unset;
       -moz-box-shadow: unset;
            box-shadow: unset; }
  .request-role .btn-white.btn-selected {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    border-color: unset !important;
    background-color: rgba(120, 190, 32, 0.6);
    color: #fff; }
    .request-role .btn-white.btn-selected:hover, .request-role .btn-white.btn-selected.active, .request-role .btn-white.btn-selected.focus, .request-role .btn-white.btn-selected:active, .request-role .btn-white.btn-selected:focus {
      color: #fff;
      background-color: rgba(120, 190, 32, 0.6);
      -webkit-box-shadow: unset;
         -moz-box-shadow: unset;
              box-shadow: unset; }

body {
  background: #f5f6fa;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px; }

.thematic-area-page-content {
  max-width: 1200px;
  margin: 1rem auto;
  padding: 0 0 0 0;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px; }

.thematic-area-page-content .page-intro {
  background-color: #E1E8F3;
  -webkit-border-radius: 12px 12px 0 0;
     -moz-border-radius: 12px 12px 0 0;
          border-radius: 12px 12px 0 0;
  padding: 1rem 2rem 1rem 2rem; }

.thematic-area-page-content .title {
  font-size: 2rem;
  font-weight: 700;
  color: #495057;
  margin-bottom: 6px;
  margin-top: 10px;
  line-height: 1.5; }
  @media (max-width: 576px) {
    .thematic-area-page-content .title {
      font-size: 2.0rem; } }

.thematic-area-page-content .subtitle-div {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 576px) {
    .thematic-area-page-content .subtitle-div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.thematic-area-page-content .subtitle {
  font-size: 1.1rem;
  font-weight: 500;
  color: #656f78;
  margin-top: 0.5rem; }
  @media (max-width: 576px) {
    .thematic-area-page-content .subtitle {
      font-size: 1.2rem; } }

.main-image-div {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  width: auto;
  overflow: hidden;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  margin: 1rem 0 1rem 0; }

.main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.tags-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  margin: 1rem 0 1rem 0;
  padding: 0 0 0 0;
  background-color: #E1E8F3; }
  @media (max-width: 576px) {
    .tags-container {
      gap: 0.5rem;
      margin: 1rem 0 0 0; } }

.tag.tag-style {
  display: inline-block;
  padding: 3px;
  border: 2px solid #8ed300;
  -webkit-border-radius: 0.5rem;
     -moz-border-radius: 0.5rem;
          border-radius: 0.5rem;
  background: #fff;
  color: #8ed300;
  font-weight: 600;
  font-size: 1.2rem;
  margin-right: 0; }
  @media (max-width: 576px) {
    .tag.tag-style {
      font-weight: 400;
      border: 1.5px solid #8ed300;
      font-size: 0.9rem;
      padding: 3px; } }

.wavy-divider {
  line-height: 0;
  height: 40px;
  overflow: hidden;
  margin-bottom: -2px;
  background: #E1E8F3; }

.wavy-divider svg {
  display: block;
  width: 100%;
  height: 40px; }

.sections-block {
  width: 100%;
  background-color: white;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  padding: 1rem 2rem 1rem 2rem;
  margin-bottom: 0rem;
  -webkit-box-shadow: 0 2px 8px rgba(60, 90, 130, 0.04);
     -moz-box-shadow: 0 2px 8px rgba(60, 90, 130, 0.04);
          box-shadow: 0 2px 8px rgba(60, 90, 130, 0.04); }

.section-title {
  font-size: 1.7rem;
  font-weight: bold;
  color: #495057;
  margin-top: 0;
  margin-bottom: 20px; }
  @media (max-width: 576px) {
    .section-title {
      font-size: 2rem; } }

.plain-text {
  font-family: 'NotoSans', 'sans-serif';
  font-size: 18px !important;
  line-height: 1.5;
  color: #444444e6;
  margin: 0 0 0 0; }
  @media (max-width: 576px) {
    .plain-text {
      font-size: 1.2rem !important; } }
  .plain-text p {
    font-size: 18px !important; }
    @media (max-width: 576px) {
      .plain-text p {
        font-size: 1.2rem !important; } }
  .plain-text ul, .plain-text li {
    list-style-type: unset;
    font-size: 18px !important; }
    @media (max-width: 576px) {
      .plain-text ul, .plain-text li {
        font-size: 1.2rem !important; } }
  .plain-text a, .plain-text b {
    font-size: 18px !important; }
    @media (max-width: 576px) {
      .plain-text a, .plain-text b {
        font-size: 1.2rem !important; } }

.one-column-text {
  margin: 0 0 0 0; }

.gallery {
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  padding: 0; }

.carousel-inner {
  overflow: hidden; }

.carousel-item {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 1.3, 0.6, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 1.3, 0.6, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.4, 1.3, 0.6, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.4, 1.3, 0.6, 1), -moz-transform 0.5s cubic-bezier(0.4, 1.3, 0.6, 1);
  transition: transform 0.5s cubic-bezier(0.4, 1.3, 0.6, 1);
  transition: transform 0.5s cubic-bezier(0.4, 1.3, 0.6, 1), -webkit-transform 0.5s cubic-bezier(0.4, 1.3, 0.6, 1), -moz-transform 0.5s cubic-bezier(0.4, 1.3, 0.6, 1), -o-transform 0.5s cubic-bezier(0.4, 1.3, 0.6, 1);
  width: 100%; }

.item-div {
  height: 400px; }

.image-container {
  max-height: 400px;
  padding: 0 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden; }

.image-container img {
  width: 100%;
  max-width: 600px;
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto; }

.btn-carousel {
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.arrow-btn {
  background: #fff;
  border: 1px solid #8ed300;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  font-size: 2.5rem;
  color: #8ed300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.2s, color 0.2s, border 0.2s;
  -o-transition: background 0.2s, color 0.2s, border 0.2s;
  -moz-transition: background 0.2s, color 0.2s, border 0.2s;
  transition: background 0.2s, color 0.2s, border 0.2s; }
  @media (max-width: 576px) {
    .arrow-btn {
      font-size: 2rem; } }

.arrow-btn:active,
.arrow-btn:focus {
  background: #f2fbe5;
  color: #5a8c2f;
  outline: none;
  border-color: #7bb33d; }

.two-columns-text {
  gap: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 576px) {
    .two-columns-text {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.two-columns-text > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
     -moz-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0; }

.video-link {
  text-align: center;
  padding: 0 0 0 0; }

.video-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px; }

.video {
  position: relative;
  padding-bottom: 35%;
  height: 160px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  background: #222;
  -webkit-box-shadow: 0 2px 8px rgba(60, 90, 130, 0.06);
     -moz-box-shadow: 0 2px 8px rgba(60, 90, 130, 0.06);
          box-shadow: 0 2px 8px rgba(60, 90, 130, 0.06); }

.video iframe,
.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  border: none;
  background: #222; }

.doc-container {
  gap: 1.5rem;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 576px) {
    .doc-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.doc-container > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
     -moz-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0; }

.pdf-pages-container {
  overflow: auto; }

.doc-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E1E8F3;
  padding: 15px;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  gap: 6px; }

.doc-embed iframe,
.doc-embed embed,
.doc-embed object {
  width: 100%;
  height: 600px;
  max-height: 800px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  border: 1px solid #dbe8fa;
  background: #fff; }

.doc-index {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #dbe8fa;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  padding: 0.5 0.5 0.5 0.5; }

.pdf-widget {
  max-width: 420px;
  margin: 30px auto;
  background: #f6f8fc;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  padding: 16px 12px 0 12px;
  -webkit-box-shadow: 0 2px 8px #0001;
     -moz-box-shadow: 0 2px 8px #0001;
          box-shadow: 0 2px 8px #0001;
  font-family: Arial, sans-serif; }

.pdf-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  background: none;
  padding: 0 0 0 0;
  -webkit-border-radius: 0 0 16px 16px;
     -moz-border-radius: 0 0 16px 16px;
          border-radius: 0 0 16px 16px;
  font-size: 18px; }

.pdf-page {
  max-width: 100%; }

.pdf-nav {
  background: transparent;
  border: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  padding: 0 0;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  color: #656f78;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  margin-top: -5px; }

.pdf-nav:disabled {
  opacity: 0.4;
  cursor: not-allowed; }

.pdf-page-num {
  background: transparent;
  border: none;
  color: #656f78;
  font-size: 1rem;
  font-weight: bold;
  padding: 0 0.7rem;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  min-width: 20px;
  text-align: center; }
  @media (max-width: 576px) {
    .pdf-page-num {
      font-size: 0.8rem;
      padding: 0 0.4rem; } }

.pdf-page-num.active {
  background: #8ed300;
  color: #fff;
  font-weight: bold; }

.pdf-ellipsis {
  color: #aaa;
  font-size: 18px;
  padding: 0 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.pdf-open-doc {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  background-color: #8ed300;
  color: #ffffff;
  border: none;
  padding: 5px 10px;
  font-family: 'Noto Sans';
  font-size: 14px;
  font-weight: 600;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
  @media (max-width: 576px) {
    .pdf-open-doc {
      font-size: 12px;
      padding: 2px 4px; } }

.link-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 12px;
  width: 100%; }

.link-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eaf0fa;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  gap: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 0;
  width: 100%; }

.link-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
     -moz-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0; }

.link-title {
  font-weight: 400;
  color: #222;
  font-size: 0.8rem;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.link-description p {
  color: #424242;
  font-size: 0.7rem;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.download-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  background: #fff;
  margin-left: 0 0 0 0;
  cursor: pointer;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
  text-decoration: none;
  color: #8ed300;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  border: 2px solid #8ed300; }
  @media (max-width: 800px) {
    .download-btn {
      border: 1px solid #8ed300;
      width: 2.3rem;
      height: 2.3rem; } }

.download-btn:hover {
  border-color: #6bb300; }

.download-btn i {
  font-style: normal;
  color: #8ed300;
  font-size: 20px; }

@media (max-width: 800px) {
  .link-card-grid {
    grid-template-columns: 1fr; } }

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

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