@charset "UTF-8";
#blip-chat-open-iframe {
  opacity: 0 !important;
  visibility: hidden !important;
  bottom: -60px !important; }
  #blip-chat-open-iframe.visible {
    opacity: 1 !important;
    visibility: visible !important;
    bottom: 35px !important; }

.loadingmask-message {
  background: transparent;
  border-width: 0;
  display: block;
  height: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  width: 1em; }
  .loadingmask-message .loadingmask-message-content {
    -webkit-animation: loading-animation 1.2s infinite ease-out;
    animation: loading-animation 1.2s infinite ease-out;
    background: transparent;
    border-radius: 50%;
    border-width: 0;
    clear: both;
    color: transparent;
    height: 1em;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 1em; }

.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/* ---------- Main content body ---------- */
.portal-iframe #main-content {
  width: 100%; }

/* ---------- Separator ---------- */
.separator {
  border-top: 1px solid #CDCED9; }

/* ---------- Status ---------- */
.entry-status {
  border-left: 4px solid transparent; }

span.alert {
  display: inline-block; }

/* ---------- Update manager ---------- */
.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left; }

.quick-access-nav {
  position: absolute;
  top: -1000px;
  width: 100%;
  z-index: 1000; }
  .quick-access-nav a {
    background: #333;
    background: rgba(51, 51, 51, 0.9);
    border: 1px solid #FFF;
    left: 0;
    outline: none;
    padding: 8px;
    position: absolute;
    right: 0;
    text-align: center; }
    .quick-access-nav a:focus {
      color: #FFF;
      top: 1000px; }

@media only screen and (max-width: 991px) {
  .responsive-table-horizontal {
    display: block;
    position: relative;
    width: 100%; }
    .responsive-table-horizontal:after {
      clear: both;
      content: '';
      display: block;
      font-size: 0;
      height: 0;
      visibility: hidden; }
    .responsive-table-horizontal tbody {
      display: block;
      overflow-x: auto;
      position: relative;
      white-space: nowrap;
      width: auto; }
      .responsive-table-horizontal tbody tr {
        display: inline-block;
        vertical-align: top; }
        .responsive-table-horizontal tbody tr td {
          display: block;
          margin-bottom: 20px; }
          .responsive-table-horizontal tbody tr td:first-child {
            text-align: left; }
    .responsive-table-horizontal thead {
      display: block;
      float: left;
      margin-right: 10px; }
      .responsive-table-horizontal thead:after {
        clear: both;
        content: "";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden; }
      .responsive-table-horizontal thead th {
        display: block;
        margin-bottom: 20px;
        text-align: right; }
        .responsive-table-horizontal thead th:first-child {
          text-align: right; }
  .ie9 .responsive-table-horizontal thead {
    float: none; } }

.important {
  font-weight: bold; }

.highlight {
  background: #FFC;
  font-weight: bold;
  margin: 0 1px; }

.hide-accessible {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  /*Webkit and IE7 let clipped content change the scroll height of the page*/
  /*Scale webkit to 0*/
  -webkit-transform: scale(0);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0;
  /*Change IE7 to using fixed*/
  *position: fixed !important;
  /*...And reset back to absolute for IE6*/
  _position: absolute !important; }

.force-offset {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important; }

.unselectable, .unselectable * {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup, .cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  background: transparent; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  background: transparent; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  border-color: #A6A6A6;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; }

.lfr-asset-category-container .no-matches {
  color: #999; }

.lfr-asset-category-search-container {
  background-color: #D3DADD;
  border-bottom-color: #AEB8BC; }

.lfr-asset-category-list a.selected {
  background-color: #EEE; }

.lfr-categories-selector-search-results-path {
  color: #575757;
  font-size: 0.9em;
  text-align: right;
  width: 25%; }

.lfr-asset-column-actions-content {
  background-color: #D7F1FF; }

.lfr-asset-column-actions .lfr-asset-column-actions-content {
  border-color: #88C5D9; }

.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;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }

.lfr-asset-column-details .lfr-asset-icon {
  border-right-color: #999;
  color: #999; }

.lfr-asset-column-details .lfr-asset-tags {
  color: #7D7D7D; }
  .lfr-asset-column-details .lfr-asset-tags .tag {
    color: #555; }

.lfr-asset-panels .lfr-panel.lfr-extended, .lfr-asset-column-details .lfr-panel.lfr-extended {
  border-color: #CCC; }

.lfr-form-row {
  border-bottom-color: #CCC; }

.lfr-form-row:hover {
  border-bottom-color: #CCC; }

.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%; }

.lfr-edit-layout-panel .taglib-form-navigator .button-holder {
  background-color: #FFF; }

.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: #A7A9BC;
    font-style: italic; }
  .form-control-inline:-ms-input-placeholder {
    color: #A7A9BC;
    font-style: italic; }
  .form-control-inline::-ms-input-placeholder {
    color: #A7A9BC;
    font-style: italic; }
  .form-control-inline::placeholder {
    color: #A7A9BC;
    font-style: italic; }

.definition-of-terms dt {
  color: #333;
  font-weight: normal;
  width: 100%;
  word-break: break-word; }
  @media only screen and (min-width: 768px) {
    .definition-of-terms dt {
      width: auto; } }

.lfr-code {
  background: #FFF;
  border-color: #777;
  font-family: monospace; }
  .lfr-code tr td.line-numbers {
    background: #FAFAFA; }
    .lfr-code tr td.line-numbers:before {
      color: #AAA;
      text-shadow: 1px 1px #FFF; }

.popup-alert-notice .countdown-timer {
  font-size: 1.1em;
  font-weight: bold; }

.lfr-token {
  background-color: #B3DAEF;
  border-color: #5FA8FF;
  color: #444;
  text-decoration: none; }
  .lfr-token:hover {
    background-color: #D1E5EF; }

.lfr-token-primary {
  font-weight: bold; }
  .lfr-token-primary, .lfr-token-primary:hover {
    background-color: #B3DAEF; }

.lfr-token-close:hover {
  text-decoration: none; }

.lfr-button {
  background: no-repeat 0 50%; }

.lfr-table > tbody > tr > th, .lfr-table > thead > tr > th, .lfr-table > tfoot > tr > th {
  font-weight: bold; }

.lfr-checkbox-preselected {
  opacity: 0.5; }

.lfr-header-row {
  border-bottom-color: #7B7B7B; }
  .lfr-header-row .lfr-search-combobox {
    border-color: #5F5F5F; }

.openid-login input[type="text"] {
  background: url(../images/common/openid.gif) no-repeat;
  background-color: #FFF;
  background-position: 0 50%;
  color: #000; }

.page-extra-settings .lfr-panel-titlebar .lfr-panel-title {
  font-size: 1em; }

.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  color: #333;
  font-weight: normal; }

.lfr-panel.lfr-extended, .lfr-panel-container, .lfr-floating-container {
  border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE; }

.lfr-panel-container, .lfr-floating-container {
  background: #FFF; }

.lfr-panel-titlebar .lfr-panel-title {
  font-size: 1.2em;
  font-weight: bold; }

.lfr-panel-titlebar .lfr-panel-button {
  background: url(../images/application/panel_header_toggler_close.png) no-repeat 0 0; }
  .lfr-panel-titlebar .lfr-panel-button:hover {
    background-position: 0 100%; }

.lfr-panel.lfr-collapsible .lfr-panel-titlebar {
  background: url(../images/arrows/05_down.png) no-repeat 2px 50%; }

.lfr-panel.lfr-collapsed .lfr-panel-titlebar {
  background-image: url(../images/arrows/05_right.png); }
  .lfr-panel.lfr-collapsed .lfr-panel-titlebar .lfr-panel-button {
    background-image: url(../images/application/panel_header_toggler_open.png); }

.lfr-panel.lfr-extended .lfr-panel-titlebar {
  background: #D6D6D6 url(../images/application/panel_header.png) repeat-x 0 0;
  border-bottom-color: #CDCDCD; }

.lfr-panel-container .lfr-extended.lfr-collapsible .lfr-panel-titlebar {
  border-top-color: #CECECE; }

.js .lfr-floating-trigger {
  background-image: url(../images/arrows/05_down.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  text-decoration: none; }

.lfr-panel-page .panel-page-content {
  border-left-color: #CCC; }

.lfr-panel-page .lfr-add-content h2 {
  border-color: #CCC; }
  .lfr-panel-page .lfr-add-content h2 span {
    background: #EFEFEF; }

.lfr-panel-page .lfr-add-content .lfr-content-category h2 {
  border-bottom-color: #CCC; }
  .lfr-panel-page .lfr-add-content .lfr-content-category h2 span {
    background: none; }

.lfr-panel-content .paginator-container {
  background: #CFD2D5;
  border-bottom-color: #DCDEE0;
  border-top-color: #DCDEE0; }

.lfr-panel-content .paginator-page-container .paginator-page-link {
  background: none;
  border-color: #CFD2D5; }
  .lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page {
    background: #99A7B3 url(../images/application/current_page_hover_bg.png) repeat-x 0 0;
    border-color: #6B7785 #7C8994 #919FA9;
    color: #FFF;
    font-weight: bold; }
    .lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page:hover {
      background: #5094D7 url(../images/application/current_page_bg.png) repeat-x 0 0;
      border-color: #31659C #396EA8 #4C8CCB; }

#portlet-set-properties fieldset fieldset legend {
  font-size: 1.1em; }

.lfr-preview-file-content {
  border-bottom-color: #6D6D6E; }

.lfr-preview-file-image-current-column, .lfr-preview-file-video-current-column {
  background: url(../images/common/checkerboard.png); }

.lfr-preview-file-toolbar {
  background: #333;
  opacity: 0.5; }
  .lfr-preview-file-toolbar .icon-arrow-1-l {
    background: url(../images/document_library/preview_left.png) no-repeat 0 50%; }
  .lfr-preview-file-toolbar .icon-arrow-1-r {
    background: url(../images/document_library/preview_right.png) no-repeat 0 50%; }
  .lfr-preview-file-toolbar .icon-zoomin {
    background: url(../images/document_library/preview_zoom.png) no-repeat 0 50%; }

.lfr-preview-file-image-current-column:hover .lfr-preview-file-toolbar {
  opacity: 1; }

.lfr-preview-file-info {
  background: #333;
  color: #FFF;
  opacity: 0.5; }
  .lfr-preview-file-info:hover {
    opacity: 1; }

.lfr-preview-file-index {
  font-weight: bold; }

.lfr-preview-file-image-current {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%; }

.lfr-preview-file-image img {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%;
  border-color: #AEB8BC; }

.lfr-preview-file-image-selected img, .lfr-preview-file-image:hover img {
  border-color: #00A2EA; }

.lfr-preview-file-loading-indicator {
  background: #333;
  color: #FFF; }

.lfr-preview-file-image-overlay-content {
  background: url(../images/common/checkerboard.png);
  border-color: #555; }

.firefox .lfr-preview-video-content div.video-node {
  height: 100%; }

textarea.lfr-editor-textarea {
  font-family: monospace; }

.lfr-rich-editor.ace_editor {
  border-color: #A1A2A4; }

.lfr-plain-editor textarea, .lfr-rich-editor.ace_editor {
  font-family: 'Monaco', 'Menlo', 'Droid Sans Mono', 'Courier New', monospace;
  font-size: 12px; }

.sidebar-sm {
  font-size: 0.875rem; }
  .sidebar-sm .sheet-subtitle {
    font-size: 0.75rem;
    margin-bottom: 1rem; }
  .sidebar-sm .form-group {
    margin-bottom: 1rem; }
  .sidebar-sm .form-control {
    border-radius: .1875rem;
    font-size: .875rem;
    height: 2rem;
    line-height: 1.5;
    min-height: auto;
    padding: .25rem .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-bottom: 0;
        padding-right: 0;
        padding-top: 0; }
    .sidebar-sm .form-control[type=file] {
      padding: 0; }
  .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: .285rem .75rem; }
  .sidebar-sm .btn {
    border-radius: .1875rem;
    font-size: .875rem;
    line-height: 1.15;
    padding: .4375rem .75rem; }
    .sidebar-sm .btn.close {
      padding: .4375rem; }
  .sidebar-sm .btn-monospaced, .sidebar-sm .btn-monospaced.btn-sm {
    height: 2rem;
    padding: 0.1875rem 0;
    width: 2rem; }
  .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; }

.lfr-spa-loading-bar {
  background: #2FA4F5; }

.lfr-tag-selector-popup label {
  border-bottom-color: #EEE; }

.lfr-tag-selector-popup .no-matches {
  color: #999; }

.lfr-toolbar {
  background-color: #E5E4E8; }
  .lfr-toolbar .lfr-button:focus {
    border-color: #000; }
  .lfr-toolbar .lfr-button:hover {
    border-color: #CCC #777 #777; }
  .lfr-toolbar .lfr-separator {
    border-left-color: #FFF;
    border-right-color: #CCC;
    font-size: 12px; }

.lfr-toolbar .lfr-button, .lfr-emoticon-container .lfr-button {
  border-color: #E5E4E8; }

.lfr-emoticon-container {
  background: #E5E4E8;
  border-color: #CCC; }

.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1; }

.lfr-translation-manager .lfr-translation-manager-translation {
  text-decoration: none; }
  .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-tree a {
  text-decoration: none; }

.tree-drag-helper {
  z-index: 1035; }

.lfr-upload-container .upload-target {
  border-color: #DDD; }
  .lfr-upload-container .upload-target h4 span {
    text-transform: lowercase; }
  .lfr-upload-container .upload-target .drop-file-text {
    font-weight: normal; }

.lfr-upload-container a.browse-button {
  background-image: url(../images/common/add.png);
  background-repeat: no-repeat;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none; }

.lfr-upload-container a.clear-uploads {
  background-image: url(../images/common/remove.png);
  background-repeat: no-repeat; }

.lfr-upload-container a.cancel-uploads {
  background-image: url(../images/common/close.png);
  background-repeat: no-repeat; }

.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em; }

.lfr-upload-container .cancel-button {
  color: #869CAD; }

.lfr-upload-container .delete-button {
  color: #869CAD; }

.lfr-upload-container .file-added .success-message {
  font-weight: normal; }

.lfr-upload-container .upload-error {
  opacity: 1; }

.lfr-upload-container .multiple-files .upload-error {
  background: #FDD url(../images/messages/error.png) no-repeat 5px 5px;
  border-color: #900;
  color: #900;
  font-weight: normal; }

.lfr-upload-container .upload-complete .error-message, .lfr-upload-container .upload-complete .success-message {
  font-weight: bold; }

.lfr-upload-container .file-uploading {
  background-color: #FFC; }

.lfr-upload-container .progress-bar {
  background: #FFF;
  margin-top: 25px;
  text-align: left;
  width: 100%; }

.lfr-upload-container .progress {
  background: #8DB2E3; }

.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #DDEDDE;
  border-color: #7D7;
  border-style: dashed; }

.app-view-entry:hover .entry-thumbnail {
  border-color: #7ABFDD; }

.app-view-entry.selected .entry-thumbnail {
  border-color: #057CB0; }

.app-view-entry.selected .entry-metadata dt, .app-view-entry.selected .entry-metadata dd, .app-view-entry.selected .entry-metadata .entry-categories, .app-view-entry.selected .entry-metadata .entry-tags, .app-view-entry.selected .entry-metadata .entry-description {
  color: #F0F0F0; }

.app-view-entry .entry-title {
  font-weight: bold; }

.app-view-entry .entry-link {
  text-decoration: none; }

.app-view-entry .entry-metadata dt, .app-view-entry .entry-metadata dd, .app-view-entry .entry-metadata .entry-categories, .app-view-entry .entry-metadata .entry-tags, .app-view-entry .entry-metadata .entry-description {
  color: #333;
  word-wrap: break-word; }

.app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary {
  font-weight: bold; }
  .app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary .asset-category {
    font-weight: normal; }

.app-view-entry.selected, .app-view-entry.selected:hover {
  background-color: #00A2EA; }

.app-view-entry.selected a, .app-view-entry.selected a:focus, .app-view-entry.selected a:hover {
  color: #FFF; }

.app-view-entry.selected a .lfr-icon-menu-arrow {
  color: #333; }

.app-view-entry.active-area, .app-view-entry.active-area.hover, .app-view-entry.active-area td {
  background-color: #5AD300; }

.app-view-entry:hover, .app-view-entry.hover {
  background-color: #D3E8F1; }

.app-view-entry a.entry-link:hover {
  text-decoration: none; }
  .app-view-entry a.entry-link:hover .entry-metadata .entry-title .entry-title-text {
    text-decoration: underline; }

.app-view-entry-taglib.entry-display-style.display-icon .entry-title {
  font-weight: normal; }

.app-view-search-entry-taglib .entry-discussion a, .app-view-search-entry-taglib .entry-attachment a {
  text-decoration: none; }

.app-view-search-entry-taglib .entry-discussion:hover, .app-view-search-entry-taglib .entry-attachment:hover {
  background-color: #D3E8F1; }

.app-view-search-entry-taglib .entry-folder {
  color: #999; }

.app-view-search-entry-taglib .entry-link .entry-thumbnail-image {
  color: #000;
  text-decoration: none; }

.app-view-search-entry-taglib.alt {
  background-color: #EDF0F3; }

.app-view-search-entry-taglib.search {
  background-color: #FFF; }
  .app-view-search-entry-taglib.search.alt {
    background-color: #E2E5E8; }

.app-view-taglib .display-style .icon {
  background-image: url(../images/application/layouts.png);
  background-repeat: no-repeat; }

.app-view-taglib .icon-display-descriptive {
  background-position: -32px 0; }

.app-view-taglib .icon-display-icon {
  background-position: -16px 0; }

.app-view-taglib .icon-display-list {
  background-position: 0 0; }

.app-view-taglib .state-active .icon-display-descriptive {
  background-position: -32px 100%; }

.app-view-taglib .state-active .icon-display-icon {
  background-position: -16px 100%; }

@media only screen and (max-width: 767px) {
  .navbar .nav-display-style-buttons .display-style-buttons > .dropdown > .dropdown-menu {
    background-color: transparent;
    box-shadow: none; } }

.navbar .nav-display-style-buttons .display-style-buttons-container .dropdown-toggle .caret {
  border-bottom-color: #333;
  border-top-color: #333; }

.taglib-asset-metadata .metadata-entry-label {
  font-weight: normal; }

.taglib-asset-metadata .metadata-author {
  font-weight: bold; }

.taglib-asset-metadata .metadata-entry {
  color: #999; }

.taglib-asset-metadata .metadata-author .asset-user-info .user-info {
  color: #009AE5;
  font-size: 14px;
  line-height: 14px; }

.taglib-asset-metadata .metadata-author .asset-user-info .date-info {
  color: #8C8C8C;
  font-size: 13px; }

.taglib-calendar table {
  border-color: #999; }

.taglib-calendar tr th, .taglib-calendar tr td {
  border-bottom-color: #999; }

.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-color: #999; }

.taglib-calendar a:hover, .taglib-calendar a:focus {
  background-color: #CCC; }

.taglib-calendar .calendar-inactive {
  color: #999; }

.taglib-calendar .has-events a span {
  background: url(../images/calendar/event_indicator.png) no-repeat 50% 95%; }

.taglib-calendar .has-events.calendar-current-day a span {
  background-image: url(../images/calendar/event_indicator_current.png); }

.taglib-diff-addedline, #taglib-diff-results ins {
  background: #E6FFE6; }

.taglib-diff-context {
  background: #EEE; }

.taglib-diff-deletedline, #taglib-diff-results del {
  background: #FFE6E6; }

.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 {
  opacity: 0.55; }

.taglib-diff-html span.diff-html-added {
  background-color: #CFC;
  font-size: 1em; }
  .taglib-diff-html span.diff-html-added img {
    border-color: #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-color: #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-color: #FDC6C6; }

.diff-version-comparator .taglib-diff-html .diff-html-changed {
  background-image: none;
  border-bottom-color: #009AE5; }
  .diff-version-comparator .taglib-diff-html .diff-html-changed img {
    border-color: #009AE5; }

.diff-version-comparator .diff-target-selector {
  border-left-color: #E5E5E5; }

.diff-version-comparator .diff-version-filter {
  background-color: #F9F9F9; }

.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #DBDDE1; }

@media only screen and (min-width: 768px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word; } }

.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none; }
  .taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
    text-decoration: underline; }

.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px; }

.taglib-discussion .lfr-discussion-actions li a, .taglib-discussion .lfr-discussion-actions li a span {
  text-decoration: none; }

.taglib-discussion .lfr-discussion-actions li a:hover span, .taglib-discussion .lfr-discussion-actions li a:focus span {
  text-decoration: underline; }

.taglib-discussion .lfr-discussion-form-container .lfr-discussion-form {
  background: #DDD;
  border-radius: 4px; }
  .taglib-discussion .lfr-discussion-form-container .lfr-discussion-form .taglib-user-display .user-profile-image .avatar {
    background-size: 40px; }

.lfr-discussion-reply.popover .lfr-discussion-reply-user-name {
  font-weight: bold; }

.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5); }

.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-icons span:nth-of-type(2) {
  background: #00C2FF;
  color: #FFF; }

.drop-here-info .drop-text {
  color: #FFF; }

.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100; }

.lfr-ddm-field-group {
  margin-bottom: 20px; }

.lfr-ddm-field-group-inline {
  display: inline-block;
  vertical-align: bottom; }

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  background: transparent; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active {
    background: transparent;
    opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:focus {
      background: transparent; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .message {
      color: #000;
      opacity: 0.7; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .number {
      background: #333;
      font-size: 18px;
      opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .tab-icon {
      color: #333; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label {
    background: transparent;
    outline: 0; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus {
      text-decoration: 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 {
        opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
      background: #CCC;
      color: #FFF;
      font-size: 14px;
      font-weight: bold;
      opacity: 0.6;
      text-decoration: none; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .message {
      color: #000;
      font-size: 12px; }

.taglib-header {
  border-bottom-color: #C8C9CA;
  color: #555; }
  .taglib-header .header-back-to a {
    font-weight: bold;
    text-decoration: none; }

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

a.taglib-icon:focus .taglib-text, a.taglib-icon:hover .taglib-text {
  text-decoration: underline; }

a.taglib-icon.btn:focus .taglib-text, a.taglib-icon.btn:hover .taglib-text {
  text-decoration: none; }

.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px; }

.taglib-icon-label {
  margin-left: 12px; }

.taglib-image-selector .change-image-controls {
  background: #FFF; }

.taglib-image-selector .glyphicon-ok {
  background: #FFF;
  opacity: 0;
  z-index: -1; }

.taglib-image-selector .progress-wrapper .progressbar {
  background: #B0B4BB;
  opacity: 0.7; }

.taglib-image-selector.check-active .glyphicon-ok {
  opacity: 1;
  z-index: 0; }

.taglib-image-selector.drop-active {
  outline-width: 0; }
  .taglib-image-selector.drop-active .browse-image-controls {
    opacity: 0; }
  .taglib-image-selector.drop-active .glyphicon-ok {
    opacity: 0; }
  .taglib-image-selector.drop-active .image-wrapper {
    opacity: 0.15; }
  .taglib-image-selector.drop-active .error-wrapper {
    opacity: 0; }

.taglib-image-selector.progress-active .image-wrapper {
  opacity: 0.15; }

.taglib-image-selector.progress-active .browse-image-controls {
  opacity: 0; }

.taglib-image-selector.progress-active .drop-here-info {
  opacity: 0; }

.taglib-image-selector.progress-active .glyphicon-ok {
  opacity: 0; }

.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5; }

.input-localized.input-localized-focused .palette-item-inner .lfr-input-localized-flag {
  opacity: 1; }

.input-localized .palette-item-inner {
  border-color: #666; }

.input-localized .palette-item, .input-localized .palette-item-inner, .input-localized .palette-item-hover, .input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent; }

.input-localized .lfr-input-localized .lfr-input-localized-state {
  background: #DDD; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    background: #FF0047; }

.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27C1F2; }

.taglib-move-boxes .choice-selector label {
  background: #EBF1F9;
  border-bottom-color: #8DB2F3; }

.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent; }
  .taglib-move-boxes .sortable-container .move-option.move-option-dragging {
    background-color: #FAFAFA; }
  .taglib-move-boxes .sortable-container .move-option .handle {
    color: #999; }

.lfr-tree-display-page .tree-node .tree-node-over .tree-label {
  text-decoration: none; }

.lfr-tree-display-page .tree-label {
  cursor: default; }
  .lfr-tree-display-page .tree-label a {
    color: black; }
  .lfr-tree-display-page .tree-label .layout-page-invalid {
    color: #AAA;
    font-style: italic; }
    .lfr-tree-display-page .tree-label .layout-page-invalid:hover {
      cursor: default;
      text-decoration: none; }

.lfr-tree-radio.lfr-tree-root-node-hidden .lfr-root-node + .tree-container {
  margin-left: 0; }

.lfr-map {
  border-color: #CCC; }
  .lfr-map .search-controls {
    font-size: 15px; }

.navbar .navbar-search {
  background-color: #F3F3F3; }
  @media only screen and (min-width: 768px) {
    .navbar .navbar-search {
      background-color: transparent; } }

.taglib-portlet-preview.show-borders {
  border-color: #828F95; }
  .taglib-portlet-preview.show-borders .title {
    background-color: #D3DADD;
    font-size: 1.4em;
    font-weight: bold; }

.lfr-search-container-wrapper a {
  color: #2f2f2f; }

.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #939393; }
  .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
    background-color: #F7F8F9;
    border-radius: 4px;
    color: #2f2f2f; }

.lfr-search-container-wrapper .list-group {
  margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item:nth-last-child(2) {
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem; }
  .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 .list-group .list-group-item .checkbox {
    margin-top: 0; }
  .lfr-search-container-wrapper .list-group + .taglib-search-iterator-page-iterator-bottom {
    margin-top: 20px; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child, .lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.3125rem; }

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

.lfr-asset-type-column, .lfr-author-column, .lfr-city-column, .lfr-country-column, .lfr-email-address-column, .lfr-job-title-column, .lfr-region-column, .lfr-removed-by-column, .lfr-replier-column, .lfr-scope-column, .lfr-screen-name-column, .lfr-type-column, .lfr-user-column, .lfr-users-column {
  word-break: break-all \9;
  word-wrap: break-word; }
  @media only screen and (min-width: 768px) {
    .lfr-asset-type-column, .lfr-author-column, .lfr-city-column, .lfr-country-column, .lfr-email-address-column, .lfr-job-title-column, .lfr-region-column, .lfr-removed-by-column, .lfr-replier-column, .lfr-scope-column, .lfr-screen-name-column, .lfr-type-column, .lfr-user-column, .lfr-users-column {
      max-width: 125px;
      min-width: 100px; } }

.lfr-completion-date-column, .lfr-create-date-column, .lfr-date-column, .lfr-display-date-column, .lfr-expiration-date-column, .lfr-last-post-date-column, .lfr-modified-date-column, .lfr-removed-date-column, .lfr-reply-date-column, .lfr-revision-column, .lfr-size-column {
  white-space: nowrap; }

.lfr-description-column, .lfr-role-column {
  max-width: 375px;
  min-width: 375px; }

.lfr-email-address-column, .lfr-name-column, .lfr-parent-organization-column, .lfr-screen-name-column, .lfr-title-column, .lfr-url-column, .lfr-wiki-column {
  max-width: 200px;
  min-width: 200px; }

.lfr-email-column, .lfr-mobile-column, .lfr-website-column {
  min-width: 100px; }
  @media only screen and (min-width: 768px) {
    .lfr-email-column, .lfr-mobile-column, .lfr-website-column {
      min-width: 115px; } }
  .lfr-email-column .checkbox-container .form-group, .lfr-mobile-column .checkbox-container .form-group, .lfr-website-column .checkbox-container .form-group {
    margin-bottom: 0; }

.user-info .user-details .date-info {
  color: #8C8C8C; }

.user-info .user-details .user-name {
  color: #009AE5; }

.lfr-search-iterator-fixed-header {
  position: absolute;
  width: 100%;
  z-index: 1020; }

.lfr-search-iterator-fixed-header-table {
  position: relative; }

.taglib-search-toggle .toggle-advanced {
  color: inherit; }
  .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-color: #DDD; }
  .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .btn.close {
    margin-right: 5px; }
  .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-social-activities .day-separator {
  border-bottom-color: #CCC; }

.taglib-social-bookmarks a.social-bookmark-link {
  background-repeat: no-repeat; }

.taglib-user-display a .user-name {
  text-decoration: underline; }

.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px; }
  .taglib-user-display .avatar.author:after {
    background: rgba(50, 168, 230, 0.5); }

.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold; }

.js .taglib-webdav.visible {
  background: #F0F5F7; }

.js .taglib-webdav table {
  border-color: #828F95; }

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

/* ---------- Cards ---------- */
/* ---------- Cards horizontal ---------- */
/* ---------- Dialogs ---------- */
/* ---------- Splitter ---------- */
/* ---------- Toggle card ---------- */
/* ---------- File icons colors ---------- */
/* ---------- File icons text colors ---------- */
/* ---------- User icons background colors ---------- */
/* ---------- User icons border color ---------- */
/* ---------- User icons colors ---------- */
.aspect-ratio.aspect-ratio-8-to-3 {
  padding-bottom: 37.5%; }

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

.liferay-autocomplete-input-mirror {
  left: -9999px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: -9999px;
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word; }

.card-tab-group .card-tab:nth-child(n+2) {
  border-left: 4px solid #65B6F0;
  padding-left: 20px; }
  .card-tab-group .card-tab:nth-child(n+2) .card-tab {
    border-left: 4px solid #93ccf5;
    padding-left: 20px; }
    .card-tab-group .card-tab:nth-child(n+2) .card-tab .card-tab {
      border-left-color: #c2e2f9; }
      .card-tab-group .card-tab:nth-child(n+2) .card-tab .card-tab .card-tab {
        border-left-width: 0;
        padding-left: 0; }

.hsv-palette .hsv-view-container .hsv-label-value-hex .hsv-value {
  width: 95px; }

.hsv-palette .hsv-view-container .hsv-value {
  width: 56px; }

.yui3-color-picker-popover .palette-container {
  border-collapse: separate; }

.dialog-iframe-popup .hsv-palette-modal.modal-dialog {
  bottom: 0 !important;
  left: 0 !important;
  margin: 0;
  max-width: none;
  right: 0 !important;
  top: 0 !important;
  width: 100%; }
  @media (min-width: 700px) {
    .dialog-iframe-popup .hsv-palette-modal.modal-dialog {
      bottom: auto !important;
      height: 100%;
      left: 50% !important;
      max-height: 375px;
      max-width: 650px;
      right: auto !important;
      top: 50% !important;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
    bottom: 0;
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 699.98px) {
      .dialog-iframe-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
        border-radius: 0;
        border-width: 0; } }
  @media (max-width: 699.98px) {
    .dialog-iframe-popup .hsv-palette-modal.modal-dialog .modal-body {
      padding: 1rem; } }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog .hsv-default-size.hsv-container {
    width: 100%; }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog .hsv-image-container {
    margin: 0; }

.dialog-bd {
  min-height: 30px; }

.dialog-content {
  border: 1px solid #C8C9CA;
  padding: 5px; }

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

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

.dialog-iframe-popup .lfr-form-content {
  padding: 15px; }

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

.dialog-iframe-popup .portlet-column {
  position: static; }

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

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

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

.dialog-iframe-popup .management-bar-default,
.dialog-iframe-popup .navbar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0; }

.dialog-iframe-popup .navbar ~ .portlet-configuration-setup,
.dialog-iframe-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative; }
  @media only screen and (min-width: 768px) {
    .dialog-iframe-popup .navbar ~ .portlet-configuration-setup,
    .dialog-iframe-popup .portlet-export-import-container {
      height: calc(100% - 48px); } }

.dialog-iframe-popup .navigation-bar > .container-fluid {
  margin-left: 24px;
  margin-right: 24px;
  padding: 0; }

.dialog-iframe-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0; }

.dialog-iframe-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0; }

.dialog-iframe-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.dialog-iframe-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px; }
  @media only screen and (min-width: 768px) {
    .dialog-iframe-popup .portlet-configuration-setup .lfr-nav {
      padding-left: 8px;
      padding-right: 8px; } }

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

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

@media only screen and (min-width: 992px) {
  .dialog-with-footer #main-content, .dialog-with-footer #wrapper {
    height: calc(100% - 60px); } }

.dialog-with-footer .button-holder.dialog-footer, .dialog-with-footer .sheet-footer.dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .dialog-with-footer .button-holder.dialog-footer, .dialog-with-footer .sheet-footer.dialog-footer {
      position: fixed; } }
  .dialog-with-footer .button-holder.dialog-footer .btn, .dialog-with-footer .sheet-footer.dialog-footer .btn {
    margin-left: 1rem;
    margin-right: 0; }

@media only screen and (min-width: 992px) {
  .dialog-with-footer .dialog-body,
  .dialog-with-footer .lfr-dynamic-uploader,
  .dialog-with-footer .lfr-form-content,
  .dialog-with-footer .portlet-configuration-body-content,
  .dialog-with-footer .roles-selector-body {
    padding-bottom: 60px; } }

.dialog-with-footer .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0; }
  .dialog-with-footer .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
    display: none; }

.dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible; }
  .dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
    flex-grow: 1;
    max-width: none;
    overflow: auto; }
  .dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content .table-responsive, .dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content .table-responsive-lg {
    overflow: visible; }

.dialog-with-footer .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0; }

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

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

.active-area {
  background: #FFC; }

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6; }
  .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; }

.lfr-editable {
  outline: 1px dashed #68BB30;
  outline-offset: 2px;
  position: relative; }
  .lfr-editable:after {
    background: #68BB30 url(../images/common/edit_white.png) no-repeat 50%;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px; }
  .lfr-editable:focus:after {
    display: none; }
  .lfr-editable:focus:hover {
    background-color: transparent; }
  .lfr-editable:hover {
    background-color: rgba(255, 255, 255, 0.3);
    outline-color: #519226; }
    .lfr-editable:hover:after {
      background-color: #519226; }

.lfr-editable-notice-close {
  margin-left: 1em; }

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

.alloy-editor-container .alloy-editor {
  outline: 0; }
  .alloy-editor-container .alloy-editor.alloy-editor-placeholder {
    color: #2B4259; }
    .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
      border-left-color: #DBDDE1;
      color: #B0B4BB; }
    .alloy-editor-container .alloy-editor.alloy-editor-placeholder.readonly {
      color: #CCC; }

.alloy-editor-container .alloy-editor-icon {
  color: #869CAD; }

.has-error .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
  border-left-color: #CC6677; }

.cke_dialog .cke_dialog_ui_input_text {
  height: auto; }

.cke_editable_inline a {
  cursor: pointer; }

.cke_panel.cke_combopanel {
  width: 220px; }

.cke_panel_block .cke_panel_grouptitle {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0; }

.cke_panel_block .cke_panel_list {
  margin-left: 0; }
  .cke_panel_block .cke_panel_list .cke_panel_listItem {
    line-height: initial; }
    .cke_panel_block .cke_panel_list .cke_panel_listItem a:hover {
      text-decoration: none; }

/* ---------- CKEditor table ---------- */
.cke_show_border {
  width: 500px; }
  .cke_show_border td {
    height: 15px; }

/* ---------- CKEditor image resizer ---------- */
.cke_widget_image .cke_image_resizer {
  bottom: -15px;
  height: 5px;
  outline-color: transparent;
  padding: 5px;
  right: -15px;
  width: 5px; }

.html-editor.portlet {
  background: #FFF;
  color: #000;
  line-height: 1;
  padding: 1em;
  text-align: start; }

.html-editor.portlet-message-boards {
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  word-wrap: break-word; }
  .html-editor.portlet-message-boards blockquote {
    background: #EEF0F2 url(../images/message_boards/quoteleft.png) no-repeat 5px 5px;
    border: 1px solid #777;
    padding: 5px 45px; }
    .html-editor.portlet-message-boards blockquote:after {
      background: url(../images/message_boards/quoteright.png) no-repeat 50%;
      content: '';
      display: block;
      float: right;
      height: 24px;
      margin-right: -35px;
      margin-top: -25px;
      width: 31px;
      z-index: 999; }
    .html-editor.portlet-message-boards blockquote cite {
      display: block;
      font-weight: bold; }
  .html-editor.portlet-message-boards pre {
    background: #F9F9F9;
    border: 1px solid #777;
    padding: 0.5em; }

.lfr-source-editor {
  border-color: #CCC; }
  .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: "\f0d7"; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
          content: "\f0dA"; }
      .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 .lfr-fullscreen-source-editor-content .panel-splitter {
  border-color: #CCC; }

.mce-content-body {
  text-align: start; }

.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 .image-viewer-base {
  outline: none; }

.lfr-item-viewer .item-preview:hover {
  cursor: pointer; }

.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.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 .progress-container {
  background-color: #FFF; }

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

.image-viewer-caption {
  color: #777; }

.image-viewer-footer-control, .image-viewer-footer-control:focus, .image-viewer-footer-control:hover {
  color: #777; }

@media only screen and (min-width: 768px) {
  .image-viewer-sidenav-menu {
    background-color: transparent;
    border-left-width: 0; } }

.image-viewer-sidenav dd {
  color: #8B8B8B;
  margin-bottom: 16px; }
  @media only screen and (min-width: 768px) {
    .image-viewer-sidenav dd {
      color: #777; } }

.image-viewer-sidenav .h5 {
  color: #869CAD;
  margin-bottom: 3px; }
  @media only screen and (min-width: 768px) {
    .image-viewer-sidenav .h5 {
      color: #FFF; } }

.image-viewer-sidenav .nav-tabs-default > li {
  padding-left: 20px; }
  .image-viewer-sidenav .nav-tabs-default > li:first-child {
    padding-left: 0; }

.image-viewer-sidenav .nav-tabs-default > li:first-child > a {
  padding-left: 0; }

.image-viewer-sidenav .nav-tabs-default > li > a {
  border-color: transparent;
  color: #777;
  padding-left: 0;
  padding-right: 0; }

.image-viewer-sidenav .nav-tabs-default > .active > a, .image-viewer-sidenav .nav-tabs-default > .active > a:focus, .image-viewer-sidenav .nav-tabs-default > .active > a:hover {
  border-color: transparent;
  color: #777; }
  @media only screen and (min-width: 768px) {
    .image-viewer-sidenav .nav-tabs-default > .active > a, .image-viewer-sidenav .nav-tabs-default > .active > a:focus, .image-viewer-sidenav .nav-tabs-default > .active > a:hover {
      color: #FFF; } }

.image-viewer-sidenav .nav-tabs-default > .active > a:after {
  background-color: #65B6F0;
  bottom: -10px;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0; }

.image-viewer-sidenav-body {
  padding-top: 0; }

.lfr-item-viewer .lfr-item-viewer-close {
  color: #FFF;
  opacity: 1; }
  .lfr-item-viewer .lfr-item-viewer-close, .lfr-item-viewer .lfr-item-viewer-close:focus, .lfr-item-viewer .lfr-item-viewer-close:hover {
    color: #FFF; }
  .lfr-item-viewer .lfr-item-viewer-close .icon-monospaced {
    color: #777; }

.lfr-item-viewer-icon-info {
  color: #FFF; }

.nav.list-group li > a:focus, .nav.list-group li > a:hover {
  background-color: #E5F5FC;
  color: #009AE5; }

.nav.list-group > .active {
  border-width: 1px 0 0 0; }
  .nav.list-group > .active > a, .nav.list-group > .active > a:focus, .nav.list-group > .active > a:hover {
    background-color: #60BFEF;
    border: 1px solid #60BFEF;
    color: #FFF; }

.nav.list-group .list-group-item {
  padding: 0; }
  .nav.list-group .list-group-item.nav-header {
    background-color: #F3F3F3;
    padding-left: 10px;
    padding-right: 10px; }

.lfr-page-templates li a {
  padding: 0; }
  .lfr-page-templates li a label {
    cursor: pointer;
    display: block;
    padding: 5px 0 5px 5px; }

.menu {
  position: absolute;
  width: auto; }
  .menu .notice-message {
    background-image: none;
    margin: 3px;
    padding: 6px; }

.menu-content {
  background: #FFF;
  list-style: none;
  min-width: 150px; }
  .menu-content li {
    margin: 0;
    padding: 0; }
    .menu-content li .disabled {
      color: #999; }

.menu-content {
  background: #CCC9C9 url(../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #AEAFB1 #777879 #777879 #AEAFB1;
  padding: 2px 0; }

.menugroup-content .menu-label {
  background: #D2D6DE;
  color: #5B677D;
  display: block;
  padding: 5px 3px;
  text-shadow: 1px 1px #FFF; }

.menugroup-content ul {
  display: block;
  min-width: 0; }

.menu-content li {
  border-bottom: 1px solid #BCBBBB;
  border-top: 1px solid #EEE;
  display: block;
  margin: 0;
  padding: 0; }
  .menu-content li.first {
    border-top-width: 0; }
  .menu-content li.last {
    border-bottom-width: 0; }

.menu-content li a, .menu-content li .disabled {
  color: #2C2F34;
  display: block;
  padding: 4px 5px;
  text-decoration: none; }

.menu-content li a.focus, .lfr-menu-expanded li a:focus {
  background-color: #5B677D;
  color: #FFF;
  text-shadow: -1px -1px #2C2F34; }

.app-view-drop-active {
  background-color: #00A2EA;
  font-weight: bold; }
  .category-portlets .app-view-drop-active {
    background-color: #00A2EA;
    color: #FFF; }

.basecelleditor [class~="form-validator-message"] {
  clip: rect(auto auto auto auto);
  width: auto; }

.document-library-file-entry-cell-editor-hidden {
  display: none; }

.previous-level {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  margin-right: 5px;
  text-decoration: none;
  vertical-align: middle; }

.has-control-menu .lfr-asset-anchor {
  height: 74px;
  margin-top: -74px; }

.lfr-asset-anchor {
  display: block;
  height: 10px;
  margin-top: -10px;
  position: relative;
  z-index: -1; }

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
  word-break: 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.card,
    .lfr-page-layouts input[type="radio"]:checked + .card-horizontal .card {
      background-color: #f8f9fa;
      cursor: default; }
    .lfr-page-layouts input[type="radio"]:checked + .card-horizontal::after {
      background-color: #009e58;
      bottom: -1px;
      content: "";
      height: 4px;
      left: -1px;
      position: absolute;
      right: -1px;
      transition: height 0.15s ease-in-out; }
  .lfr-page-layouts .card-horizontal.card,
  .lfr-page-layouts .card-horizontal .card {
    cursor: pointer;
    outline: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    .lfr-page-layouts .card-horizontal.card:hover,
    .lfr-page-layouts .card-horizontal .card:hover {
      background-color: #f8f9fa;
      text-decoration: none; }
    .lfr-page-layouts .card-horizontal.card:focus,
    .lfr-page-layouts .card-horizontal .card:focus {
      background-color: #f8f9fa;
      border-color: #1fff9c;
      box-shadow: 0 0 0 0.2rem rgba(0, 158, 88, 0.25); }
    .lfr-page-layouts .card-horizontal.card:active, .lfr-page-layouts .card-horizontal.card.active,
    .lfr-page-layouts .card-horizontal .card:active,
    .lfr-page-layouts .card-horizontal .card.active {
      background-color: #e9ecef; }
  .lfr-page-layouts .card-horizontal::after {
    border-radius: 0 0 0.3125rem 0.3125rem;
    bottom: -1px;
    content: "";
    height: 0;
    left: -1px;
    position: absolute;
    right: -1px;
    transition: height 0.15s ease-in-out; }
  .lfr-page-layouts .card-horizontal:hover::after, .lfr-page-layouts .card-horizontal.hover::after {
    background-color: #009e58;
    height: 4px; }
  .lfr-page-layouts .card-horizontal:focus::after, .lfr-page-layouts .card-horizontal.focus::after {
    background-color: #009e58;
    height: 4px; }
  .lfr-page-layouts .card-horizontal:active::after, .lfr-page-layouts .card-horizontal.active::after {
    background-color: #009e58;
    height: 4px; }

.dialog-iframe-popup:not(.article-preview) #main-content, .dialog-iframe-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch; }

.modal {
  display: block;
  margin: 0;
  overflow: hidden;
  position: fixed; }

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

@media only screen and (min-width: 768px) {
  .modal-dialog {
    max-width: none; } }

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

.modal-hidden {
  display: none; }

.modal-open .modal {
  overflow: hidden; }

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

.dragging .portlet-column.customizable {
  background-color: #CFFCCF;
  outline: 3px solid #5EAF3D; }

.customizable-layout-column-content {
  background-color: #C92C3C; }
  .customizable-layout-column-content.yui3-widget-content-expanded {
    margin: 0 15px; }

.layout-customizable-controls {
  background-color: rgba(201, 44, 60, 0.8); }

.customizable .customizable-layout-column-content {
  background-color: #5EAF3D; }

.customizable .layout-customizable-controls {
  background-color: rgba(94, 175, 61, 0.8); }

.layout-customizable-controls-container {
  margin: 0 15px;
  position: relative; }

.layout-customizable-controls {
  font-size: 1.5em;
  padding: 4px 16px;
  position: absolute;
  width: 100%;
  z-index: 15; }
  .layout-customizable-controls label {
    color: #FFF; }

.paginator-link {
  background: #EEE no-repeat scroll 50% 1px;
  border: 1px solid #F0F1F2;
  border-color: #F0F1F2 #B2B2B2 #949494 #F0F1F1;
  color: #1F1E1E;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px; }

.paginator-page-link {
  height: auto;
  text-indent: 0; }

.paginator-current-page {
  background: #0083BD url(../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38B6EF #006D9E #006D9E #46B4E6;
  color: #FFF;
  text-shadow: -1px -1px #003C57; }

.paginator-first-link {
  background-image: url(../images/arrows/paging_first.png); }

.paginator-prev-link {
  background-image: url(../images/arrows/paging_previous.png); }

.paginator-last-link {
  background-image: url(../images/arrows/paging_last.png); }

.paginator-next-link {
  background-image: url(../images/arrows/paging_next.png); }

.paginator-current-page-report, .paginator-total {
  color: #555;
  font-size: 0.9em; }

.paginator-current-page-report {
  margin-left: 2em; }

.taglib-page-iterator .search-pages .page-links {
  padding: 0; }

.info-panel .panel-group {
  margin-left: -1rem;
  margin-right: -1rem; }

.lfr-panel-container {
  background: #FFF; }

.lfr-panel-content {
  padding: 5px 10px; }

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px; }

.panel-hd {
  background: #C0C2C5 url(../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #AEB2B8 #AEB2B8 #C8C9CA;
  padding-left: 10px;
  text-shadow: 1px 1px #FFF; }

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

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

@media only screen and (min-width: 768px) {
  .sheet .display-style-icon .lfr-asset-item {
    width: 25%; } }

.splitter {
  background-color: #f8f9fa;
  border-radius: 0.3125rem 0.3125rem 0 0;
  padding: 10px 15px;
  position: relative;
  z-index: 1; }
  .splitter.splitter-spaced {
    border-radius: 0.3125rem;
    margin-bottom: 20px; }

.table > tbody > tr.splitter {
  height: auto; }
  .table > tbody > tr.splitter > td {
    padding: 0; }

.lfr-nav.nav-tabs {
  margin-bottom: 20px; }

.tab-active strong {
  font-weight: normal; }

.tab-back {
  float: right; }

.tab-back-content {
  border-width: 0;
  padding: 1px; }

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  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 {
  line-height: 2.5em; }
  .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; }

.tagselector-content {
  border-width: 0;
  padding: 0; }
  .tagselector-content .textboxlistentry-holder {
    border-bottom: 2px solid #869CAD;
    margin-bottom: 10px;
    padding: 0; }

.categoriesselector-content .textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0; }

.lfr-portal-tooltip {
  display: inline-block; }
  .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; }

.tooltip {
  max-width: 200px; }

.tree-node .icon-check {
  padding-right: 2px; }
  .tree-node .icon-check:before {
    content: "\f096"; }

.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }
  .tree-node .tree-node-checked .icon-check:before {
    content: "\f046"; }

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

.underlay {
  clear: both;
  top: 100%; }
  .underlay .yui3-widget-hd {
    height: 38px; }

.underlay-hidden {
  display: none; }

.underlay-content {
  background: #F4F3F3 url(../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #AEAFB1;
  border-width: 0 1px 1px; }

.underlay-close {
  position: absolute;
  right: 5px;
  top: 5px; }

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

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

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

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

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

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

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

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

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

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

/* ---------- Column widths ---------- */
.portlet-column-content.empty {
  padding: 0; }

.yui3-dd-drop-active-valid .portlet-column-content.empty {
  padding: 50px; }

/* ---------- Wrapper ---------- */
#wrapper {
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  min-height: 100vh; }

.control-menu {
  z-index: 1002 !important; }

#content {
  min-height: 700px; }

.modify-pages li {
  position: relative; }
  .modify-pages li.lfr-nav-hover .delete-tab {
    opacity: 1; }

.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 16px;
  line-height: 6px;
  margin-top: -8px;
  opacity: 0;
  overflow: hidden;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #FFF;
  top: 50%; }
  .modify-pages .delete-tab:hover {
    color: #B50303; }

.modify-pages .drag-handle {
  cursor: move;
  left: 3px;
  margin-left: 15px;
  position: absolute;
  top: 15px; }

.controls-hidden .modify-pages .drag-handle {
  display: none; }

@media only screen and (min-width: 992px) {
  .touch .modify-pages .drag-handle {
    display: none; } }

.nav li .toolbar {
  margin-top: 5px; }

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

.navigation-pane .body-row {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .navigation-pane .body-row ul li a .icon {
    float: left;
    margin-right: 5px; }

.navigation-pane .lfr-component {
  margin-left: 0; }

.navigation-pane .navigation-entry {
  position: relative; }
  .navigation-pane .navigation-entry.folder.error {
    display: block;
    padding: 6px 8px; }
  .navigation-pane .navigation-entry .browse-folder, .navigation-pane .navigation-entry .nav-item-label {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: middle; }
  .navigation-pane .navigation-entry .nav-item-icon {
    vertical-align: middle; }
  .navigation-pane .navigation-entry .overlay.entry-action {
    bottom: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0; }
    .navigation-pane .navigation-entry .overlay.entry-action .btn {
      border-width: 0;
      margin: 0;
      padding: 11px 14px; }
      @media only screen and (min-width: 992px) {
        .navigation-pane .navigation-entry .overlay.entry-action .btn {
          padding: 11px; } }

.nav-menu ul {
  padding-left: 10px; }

.nav-menu li a.ancestor {
  font-weight: bold; }

.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.nav-menu-style-arrows ul {
  list-style-image: url(../images/arrows/04_right.png); }

.portlet-navigation .nav-pills > li > a {
  margin-bottom: 2px; }

.portlet-navigation .nav-pills > li > .dropdown-menu {
  margin-top: 0; }

.split-button-dropdowns {
  list-style: none;
  margin: 0;
  padding: 0; }
  .split-button-dropdowns > li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px; }

.form-options {
  border: 1px solid #AAA;
  display: inline-block;
  vertical-align: middle; }
  .form-options input {
    border-width: 0;
    display: inline;
    float: left; }

.form-triggers {
  float: left; }

.form-trigger {
  background: #C4C4C4 url(../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #BBB;
  display: inline-block;
  float: left; }
  .form-trigger img {
    background: no-repeat 50% 40%;
    height: 25px;
    padding: 0 3px;
    vertical-align: middle;
    width: 16px; }
  .form-trigger:focus, .form-trigger:hover {
    background-color: #83B0CA;
    background-image: url(../images/application/button_bg_over.png); }

.trigger-selected {
  background-color: #EBEBEB;
  background-image: url(../images/application/button_bg_selected.png); }
  .trigger-selected:focus, .trigger-selected:hover {
    background-color: #B7DEF4;
    background-image: url(../images/application/button_bg_selected_over.png); }

.options-trigger img {
  background-image: url(../images/common/configuration.png); }

.save-trigger img {
  background-image: url(../images/common/check.png); }

/* ---------- Portlet topper ---------- */
/* ---------- Portlet decorator ---------- */
/* ---------- Portlet header ---------- */
body.portlet {
  border-width: 0; }

.portlet-icon-back {
  margin-top: -2px; }

.portlet-topper {
  position: relative; }
  .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 .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
    display: none; }

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

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap; }

.panel-page-content .portlet-title-text, .panel-page-body .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; }

.portlet-draggable .portlet-topper {
  cursor: move; }

@media only screen and (min-width: 768px) {
  .portlet .visible-interaction {
    display: none; } }

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

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

.lfr-status-alert-label, .lfr-status-error-label, .lfr-status-info-label, .lfr-status-progress-label, .lfr-status-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px; }

.lfr-status-alert-label {
  background-image: url(../images/messages/alert.png);
  color: #663; }

.lfr-status-error-label {
  background-image: url(../images/messages/error.png);
  color: #900; }

.lfr-status-help-label, .lfr-status-info-label, .lfr-status-progress-label {
  background-image: url(../images/messages/info.png);
  color: #34404F; }

.lfr-status-help-label {
  background-image: url(../images/portlet/help.png); }

.lfr-status-progress-label {
  background-image: url(../images/aui/loading_indicator.gif); }

.lfr-status-success-label {
  background-image: url(../images/messages/success.png);
  color: #384F34; }

.portlet-msg {
  background: #EEE none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404F;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

.lfr-message {
  position: relative; }
  .lfr-message .lfr-message-control {
    background-color: #333;
    display: inline-block; }
  .lfr-message .lfr-message-controls {
    display: none;
    left: 3px;
    margin: -8px 8px 0 3px;
    position: absolute;
    top: 50%;
    z-index: 10; }
  .lfr-message .lfr-message-close {
    background-image: url(../images/portlet/close_borderless.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
  .lfr-message .lfr-message-close-all {
    color: #FFF;
    display: none;
    font-size: 0.8em;
    margin-left: 10px;
    padding: 1px 10px;
    text-shadow: 1px 1px 0 #000;
    vertical-align: top; }
    .lfr-message .lfr-message-close-all a {
      color: #FFF; }
  .lfr-message .lfr-message-controls-hover .lfr-message-close-all {
    display: inline-block; }
  .lfr-message.pending {
    background-image: url(../images/common/time.png); }

.lfr-message-content.alert {
  margin-bottom: 0; }

.lfr-message-close {
  cursor: pointer; }

/* ---------- Standard styles defined in the JSR 168 specification ---------- */
/* ---------- Fonts ---------- */
/* ---------- Sections ---------- */
.portlet-section-selected, .portlet-section-selected a {
  background: #727C81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }

.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727C81; }

/* ---------- Forms ---------- */
/* ---------- Icons ---------- */
/* ---------- Menus ---------- */
@media only screen and (min-width: 768px) {
  .portlet.open > .portlet-topper, .portlet:hover > .portlet-topper, .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 only screen and (min-width: 768px) {
  .portlet.open > .portlet-content-editable, .portlet:hover > .portlet-content-editable, .portlet.focus > .portlet-content-editable {
    border-color: #009e58;
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

.portlet {
  margin-bottom: 10px;
  position: relative; }
  .portlet > .portlet-content-editable {
    border-color: transparent; }
  .portlet > .portlet-topper {
    display: none; }
    @media only screen and (min-width: 768px) {
      .portlet > .portlet-topper {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        transition: opacity 0.25s, transform 0.25s;
        top: 0; } }
  @media only screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .portlet > .portlet-topper {
      transition: none; } }

.portlet-content-editable {
  border-color: #009e58;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px; }

/* ---------- Portlet topper ---------- */
.portlet-actions {
  float: right; }

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

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

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

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

.portlet-topper {
  background-color: #009e58;
  border-color: #009e58;
  border-radius: 2px 2px 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative; }

.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: #fff; }
  .portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
    text-decoration: none; }

@media only screen and (max-width: 767px) {
  .lfr-configurator-visibility {
    opacity: 0.5; } }

@media only screen and (min-width: 768px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5; }
  .lfr-configurator-visibility .portlet-content-editable {
    opacity: 0.5; } }

/* ---------- Portlet controls in mobile ---------- */
@media only screen and (max-width: 767px) {
  .controls-visible .portlet-content-editable {
    border-color: #009e58;
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

@media only screen and (max-width: 767px) {
  .controls-visible .portlet-topper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.controls-visible .portlet-topper-toolbar {
  display: block; }

.lfr-configurator-visibility .portlet-borderless-bar {
  opacity: 0.6; }

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

.lfr-panel-page {
  width: 100%; }
  .lfr-panel-page .portlet-title {
    font-size: 13px; }
  .lfr-panel-page .lfr-add-content h2 span {
    background-color: #D3DADD; }

.main-content-body {
  margin-top: 20px; }

.restricted, .restricted td {
  background: #FDD;
  border-width: 0; }

.restricted * {
  color: #727C81; }

.alt.restricted td {
  background-color: #FFC0C0; }

.hover.restricted td {
  background-color: #D3BDC0; }

.alt.restricted td.first, .restricted td.first {
  background-image: url(../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px; }

.kdw:not(.liferay-instance) .portlet-boundary .portlet .portlet-topper {
  z-index: 1; }

.kdw:not(.liferay-instance) .portlet-boundary .portlet .portlet-header {
  margin: 0;
  padding: 0 !important;
  position: relative !important; }
  .kdw:not(.liferay-instance) .portlet-boundary .portlet .portlet-header .lfr-icon-menu {
    right: 0;
    position: absolute;
    z-index: 999; }

.kdw:not(.liferay-instance) .portlet-boundary .portlet .portlet-content {
  border: none; }

.kdw:not(.liferay-instance) .portlet-boundary .portlet:hover .portlet-topper, .kdw:not(.liferay-instance) .portlet-boundary .portlet:focus .portlet-topper {
  z-index: 100; }

.kdw:not(.liferay-instance) .portlet-barebone-titleless .portlet-header .portlet-title-text {
  display: none; }

.kdw:not(.liferay-instance) .portlet-default .portlet-content-editable,
.kdw:not(.liferay-instance) .portlet-default-titleless .portlet-content-editable {
  border: 0; }

.kdw:not(.liferay-instance) .portlet-default-titleless .portlet-header .portlet-title-text {
  display: none; }

.kdw:not(.liferay-instance) .portlet-notch {
  border: 1px solid #D0D0D0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
  .kdw:not(.liferay-instance) .portlet-notch .portlet-header .autofit-col {
    display: flex;
    align-items: center;
    margin-bottom: 40px; }
    .kdw:not(.liferay-instance) .portlet-notch .portlet-header .autofit-col .portlet-title-text {
      position: absolute;
      border: 1px solid #D0D0D0;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-top-color: white;
      padding: 0px 20px 5px 20px;
      margin-top: -1px;
      text-transform: uppercase;
      color: #004627;
      font-weight: bold;
      font-size: 15px; }
  .kdw:not(.liferay-instance) .portlet-notch .taglib-categorization-filter {
    display: none; }
  .kdw:not(.liferay-instance) .portlet-notch .portlet-content .portlet-content-container {
    padding: 30px; }

.kdw:not(.liferay-instance) .portlet-static .portlet-header {
  display: none; }

.kdw:not(.liferay-instance) .portlet-static .entry-title.taglib-categorization-filter {
  display: none; }

/* ---------- Dynamic data list display/Journal portlet ---------- */
.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 28px; }

/* ---------- Breadcrumb taglib ---------- */
.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;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    height: 10px; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-width: 0; }

.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom-width: 0;
  border-left-width: 0;
  display: block;
  height: 15px;
  padding: 5px 0; }
  .taglib-calendar tr td a:hover {
    background-color: #727C81;
    color: #FFF; }

.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #B5BFC4; }

.taglib-calendar tr th {
  border-bottom-color: #D7D7D7; }

.taglib-calendar table td {
  border-width: 0; }

.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }

.taglib-calendar .calendar-current-day a {
  border: 1px solid #727C81;
  color: #369;
  text-decoration: underline; }

/* ---------- Navbar form search ---------- */
.navbar form {
  margin: 0; }

.widget-toolbar .btn + .btn, .widget-toolbar .widget-group + .widget-group {
  margin-left: 1rem; }

.widget-mode-detail {
  padding-top: 1rem; }
  .widget-mode-detail .title {
    font-size: 36px; }
  .widget-mode-detail .sub-title {
    font-size: 26px;
    margin-bottom: 32px; }
  .widget-mode-detail .widget-metadata {
    margin-bottom: 2rem; }
  .widget-mode-detail .widget-mode-detail-text {
    margin-top: 48px; }
    .widget-mode-detail .widget-mode-detail-text img {
      max-width: 100%; }
    .widget-mode-detail .widget-mode-detail-text p {
      font-size: 18px;
      line-height: 1.8; }

.widget-mode-card .card {
  display: flex;
  height: calc(100% - 24px);
  margin-bottom: 24px; }

.widget-mode-card .card-header {
  overflow: hidden;
  padding: 0; }

.widget-mode-card .card-title {
  position: relative; }

@media (min-width: 700px) {
  .widget-mode-card .visible-interaction {
    position: absolute;
    right: -8px; } }

.widget-mode-simple .widget-topbar {
  margin-bottom: 8px; }

.widget-mode-simple .widget-metadata {
  margin-bottom: 24px; }

.widget-mode-simple .widget-toolbar {
  margin-top: 1.5rem; }

.widget-mode-simple .widget-content .cover-image {
  margin-bottom: 24px; }

.menu-content, .underlay-content {
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5); }

.lfr-ddm-container .file-entry-upload-progress {
  border-radius: 0 0 4px 4px; }

.lfr-preview-file-image img {
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8); }

.portlet-document-library .lfr-ddm-small-image-preview, .portlet-dynamic-data-mapping .lfr-ddm-small-image-preview {
  box-shadow: 0 1px 3px #CCC; }

.portlet-document-library-upload-mask .overlaymask-content {
  border-radius: 5px; }

.overlaymask-content {
  background-color: #FFF; }

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

.product-menu .loading-animation {
  margin-top: 160px; }

.lfr-search-combobox-item {
  border-radius: 1px; }

.lfr-search-combobox .field-input-text {
  border-radius: 4px 1px 1px 4px; }

.lfr-search-combobox .button-input {
  border-radius: 1px 4px 4px 1px; }

.lfr-upload-container .progress-bar, .lfr-upload-container .progress, .lfr-editable:after {
  border-radius: 10px; }

.portlet-language .portlet-body .current-language, .portlet-language .portlet-body .taglib-icon, .portlet-language .portlet-body .taglib-language-list-text {
  border-radius: 10px; }

body > .lfr-menu-list ul, .active-area-proxy, .entry-display-style .entry-thumbnail, .lfr-api-results, .lfr-translation-manager, .lfr-translation-manager-translation, .lfr-upload-container .cancel-button .modify-pages .delete-tab, .portlet-image-gallery-display .image-thumbnail img, .rule-group-instance-container .rule-group-instance, .select-documents, .select-files, .taglib-ratings.stars:hover, .taglib-ratings.stars:hover .liferay-rating-vote > div, .taglib-ratings.stars .rating-focused > div, .tags-search-combobox .field-input-text {
  border-radius: 4px; }

.entry-display-style, .lfr-search-combobox, .lfr-upload-container .upload-file, .lfr-upload-container .upload-target, .portlet-document-library .common-file-metadata-container.selected, .portlet-document-library-display .common-file-metadata-container.selected, .portlet-image-gallery-display .image-icon, .select-documents, .select-files {
  border-radius: 5px; }

.portlet-dynamic-data-list-display .lfr-ddm-container .lfr-ddm-repeatable-placeholder, .portlet-dynamic-data-lists .lfr-ddm-container .lfr-ddm-repeatable-placeholder {
  border-radius: 6px; }

.menu-content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

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

.underlay-content {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.input-localized .lfr-input-localized-state {
  border-radius: 3px; }

.input-localized .lfr-input-localized .lfr-input-localized-state {
  box-shadow: 0 0 3px #DDD; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    box-shadow: 0 0 3px #FF0047; }

.input-localized .palette-item-selected .lfr-input-localized-state {
  box-shadow: 0 0 3px #27C1F2; }

.lfr-content-preview-popup .lfr-content-preview-popup-content {
  border-radius: 0;
  box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25); }

.lfr-message .lfr-message-control {
  border-radius: 10px; }

.lfr-token {
  border-radius: 8px; }

.staging-tabview-list {
  border-radius: 0; }

.site-variations-tabview-list .tab-content, .staging-tabview-list .tab-active .tab-content, .tagselector-content .textboxlistentry-holder .lfr-tag-selector-input:focus {
  box-shadow: none; }

.rule-group-instance-container .rule-group-instance {
  box-shadow: 1px 1px 2px #999; }

.lfr-action-label {
  border-radius: 2px; }

@-webkit-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;
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out; }
  @media (prefers-reduced-motion: reduce) {
    .lfr-progress-active .progress-bar-status, .lfr-upload-container .file-uploading .progress-bar .progress {
      transition: none; } }

@-webkit-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;
  animation: highlight-animation 0.7s; }

.lfr-spa-loading .lfr-spa-loading-bar {
  -webkit-animation: shift-rightwards 1s ease-in-out infinite;
  animation: shift-rightwards 1s ease-in-out infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.lfr-spa-loading-bar {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

@-webkit-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  40% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  60% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  40% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  60% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .lfr-icon-menu-text, .mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  max-width: 200px; }

.portlet-boundary.yui3-dd-dragging {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  @media (prefers-reduced-motion: reduce) {
    .portlet-boundary.yui3-dd-dragging {
      transition: none; } }

.portlet-document-library .entry-thumbnail .label, .portlet-document-library-display .workflow-status .label, .portlet-journal .entry-thumbnail .label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

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

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

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

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

.upload-drop-active .portlet-document-library .document-container {
  box-shadow: inset 0 0 5px #B8C1D1; }

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

.quick-access-nav a {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup, .cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  box-shadow: initial; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  box-shadow: none; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  background-image: linear-gradient(#FFF, #E4E4E4);
  border-radius: 2px; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:hover:after {
  background-image: linear-gradient(#F2F2F2, #CCC); }

/* ---------- Switches ---------- */
input.switch:focus ~ .switch-bar:before {
  box-shadow: 0 0 3px #00F; }

input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before, input.switch:empty ~ .switch-bar .switch-icon, input.switch:empty ~ .switch-bar .switch-toggle:after, input.switch:empty ~ .switch-bar .switch-toggle:before {
  transition: all 100ms ease-in; }
  @media (prefers-reduced-motion: reduce) {
    input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before, input.switch:empty ~ .switch-bar .switch-icon, input.switch:empty ~ .switch-bar .switch-toggle:after, input.switch:empty ~ .switch-bar .switch-toggle:before {
      transition: none; } }

/* ---------- Image selector ---------- */
.taglib-image-selector .glyphicon-ok {
  transition: opacity 0.2s ease-in-out;
  border-radius: 30px; }
  @media (prefers-reduced-motion: reduce) {
    .taglib-image-selector .glyphicon-ok {
      transition: none; } }

.taglib-image-selector .progress-wrapper .progressbar {
  border-radius: 0; }

/* ---------- Drop here info ---------- */
.drop-here-info {
  transition: all 0.2s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .drop-here-info {
      transition: none; } }
  .drop-here-info .drop-icons {
    transition: all 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .drop-here-info .drop-icons {
        transition: none; } }
    .drop-here-info .drop-icons span {
      transition: all 0.3s ease-in-out;
      border-radius: 3px; }
      @media (prefers-reduced-motion: reduce) {
        .drop-here-info .drop-icons span {
          transition: none; } }
    .drop-here-info .drop-icons span:nth-of-type(1) {
      box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
      -webkit-transform: rotate(25deg);
      transform: rotate(25deg); }
    .drop-here-info .drop-icons span:nth-of-type(2) {
      box-shadow: 0 6px 0 -2px rgba(0, 0, 0, 0.15);
      -webkit-transform: scale(0.8);
      transform: scale(0.8); }
    .drop-here-info .drop-icons span:nth-of-type(3) {
      box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
      -webkit-transform: rotate(-25deg);
      transform: rotate(-25deg); }

.drop-active .drop-here-info span:nth-of-type(1) {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg); }

.drop-active .drop-here-info span:nth-of-type(2) {
  -webkit-transform: scale(1);
  transform: scale(1); }

.drop-active .drop-here-info span:nth-of-type(3) {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg); }

/* 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 */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
.dialog-modal {
  display: none;
  position: fixed;
  z-index: 901;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(248, 248, 248, 0.7); }

.dialog-close {
  position: absolute;
  right: 19px;
  text-decoration: none;
  cursor: pointer;
  font-size: 35px;
  top: -37px;
  width: 14px;
  fill: #1C1B1B; }

.dialog-modal-content {
  position: relative;
  margin: 5% auto;
  padding: 0;
  width: 80%;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s; }

.dialog-modal-body {
  padding: 63px;
  background-color: #fff;
  max-width: 650px;
  border-radius: 30px;
  position: relative;
  margin-bottom: 100px; }

#blip-chat-open-iframe {
  opacity: 0 !important;
  visibility: hidden !important;
  bottom: -60px !important; }
  #blip-chat-open-iframe.visible {
    opacity: 1 !important;
    visibility: visible !important;
    bottom: 35px !important; }

ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }

.input-help-text-only .control-label, .input-help-text-only input, .input-help-text-only select {
  display: none; }

#btn-install-app {
  display: none;
  cursor: pointer;
  color: #fff; }

.kdw-filter {
  background: transparent !important;
  padding: 0 !important; }

.flex-shrink-0 {
  flex-shrink: 0; }

.ellipsis-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding-right: .5rem; }

.border-radius {
  border-radius: 0.3125rem; }

.border-radius-lg {
  border-radius: 0.625rem; }

.border-radius-sm {
  border-radius: 0.1875rem; }

.text-uppercase {
  text-transform: uppercase; }

.c-default {
  cursor: default; }

.c-pointer {
  cursor: pointer; }

@font-face {
  font-family: 'rawline';
  src: url("../css/fonts/rawline/rawline-100.eot");
  src: url("../css/fonts/rawline/rawline-100.eot?#iefix") format("embedded-opentype"), url("../css/fonts/rawline/rawline-100.woff2") format("woff2"), url("../css/fonts/rawline/rawline-100.woff") format("woff"), url("../css/fonts/rawline/rawline-100.ttf") format("truetype"), url("../css/fonts/rawline/rawline-100.svg") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'rawline';
  src: url("../css/fonts/rawline/rawline-100i.eot");
  src: url("../css/fonts/rawline/rawline-100i.eot?#iefix") format("embedded-opentype"), url("../css/fonts/rawline/rawline-100i.woff2") format("woff2"), url("../css/fonts/rawline/rawline-100i.woff") format("woff"), url("../css/fonts/rawline/rawline-100i.ttf") format("truetype"), url("../css/fonts/rawline/rawline-100i.svg") format("svg");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'rawline';
  src: url("../css/fonts/rawline/rawline-200.eot");
  src: url("../css/fonts/rawline/rawline-200.eot?#iefix") format("embedded-opentype"), url("../css/fonts/rawline/rawline-200.woff2") format("woff2"), url("../css/fonts/rawline/rawline-200.woff") format("woff"), url("../css/fonts/rawline/rawline-200.ttf") format("truetype"), url("../css/fonts/rawline/rawline-200.svg") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'rawline';
  src: url("../css/fonts/rawline/rawline-200i.eot");
  src: url("../css/fonts/rawline/rawline-200i.eot?#iefix") format("embedded-opentype"), url("../css/fonts/rawline/rawline-200i.woff2") format("woff2"), url("../css/fonts/rawline/rawline-200i.woff") format("woff"), url("../css/fonts/rawline/rawline-200i.ttf") format("truetype"), url("../css/fonts/rawline/rawline-200i.svg") format("svg");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'rawline';
  src: url("../css/fonts/rawline/rawline-300-.eot");
  src: url("../css/fonts/rawline/rawline-300-.eot?#iefix") format("embedded-opentype"), url("../css/fonts/rawline/rawline-300.woff2") format("woff2"), url("../css/fonts/rawline/rawline-300.woff") format("woff"), url("../css/fonts/rawline/rawline-300.ttf") format("truetype"), url("../css/fonts/rawline/rawline-300.svg") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'rawline';
  src: url("../css/fonts/rawline/rawline-300i.eot");
  src: url("../css/fonts/rawline/rawline-300i.eot?#iefix") format("embedded-opentype"), url("../css/fonts/rawline/rawline-300i.woff2") format("woff2"), url("../css/fonts/rawline/rawline-300i.woff") format("woff"), url("../css/fonts/rawline/rawline-300i.ttf") format("truetype"), url("../css/fonts/rawline/rawline-300i.svg") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'rawline';
  src: url("../css/fonts/rawline/rawline-400.eot");
  src: url("../css/fonts/rawline/rawline-400.eot?#iefix") format("embedded-opentype"), url("../css/fonts/rawline/rawline-400.woff2") format("woff2"), url("../css/fonts/rawline/rawline-400.woff") format("woff"), url("../css/fonts/rawline/rawline-400.ttf") format("truetype"), url("../css/fonts/rawline/rawline-400.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'rawline';
  src: url("../css/fonts/rawline/rawline-400i.eot");
  src: url("../css/fonts/rawline/rawline-400i.eot?#iefix") format("embedded-opentype"), url("../css/fonts/rawline/rawline-400i.woff2") format("woff2"), url("../css/fonts/rawline/rawline-400i.woff") format("woff"), url("../css/fonts/rawline/rawline-400i.ttf") format("truetype"), url("../css/fonts/rawline/rawline-400i.svg") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'rawline';
  src: url("../css/fonts/rawline/rawline-500.eot");
  src: url("../css/fonts/rawline/rawline-500.eot?#iefix") format("embedded-opentype"), url("../css/fonts/rawline/rawline-500.woff2") format("woff2"), url("../css/fonts/rawline/rawline-500.woff") format("woff"), url("../css/fonts/rawline/rawline-.ttf") format("truetype"), url("../css/fonts/rawline/rawline-500.svg") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'rawline';
  src: url("../css/fonts/rawline/rawline-500i.eot");
  src: url("../css/fonts/rawline/rawline-500i.eot?#iefix") format("embedded-opentype"), url("../css/fonts/rawline/rawline-500i.woff2") format("woff2"), url("../css/fonts/rawline/rawline-500i.woff") format("woff"), url("../css/fonts/rawline/rawline-500i.ttf") format("truetype"), url("../css/fonts/rawline/rawline-500i.svg") format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'rawline';
  src: url("../css/fonts/rawline/rawline-600.eot");
  src: url("../css/fonts/rawline/rawline-600.eot?#iefix") format("embedded-opentype"), url("../css/fonts/rawline/rawline-600.woff2") format("woff2"), url("../css/fonts/rawline/rawline-600.woff") format("woff"), url("../css/fonts/rawline/rawline-600.ttf") format("truetype"), url("../css/fonts/rawline/rawline-600.svg") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'rawline';
  src: url("../css/fonts/rawline/rawline-600i.eot");
  src: url("../css/fonts/rawline/rawline-600i.eot?#iefix") format("embedded-opentype"), url("../css/fonts/rawline/rawline-600i.woff2") format("woff2"), url("../css/fonts/rawline/rawline-600i.woff") format("woff"), url("../css/fonts/rawline/rawline-600i.ttf") format("truetype"), url("../css/fonts/rawline/rawline-600i.svg") format("svg");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'rawline';
  src: url("../css/fonts/rawline/rawline-700.eot");
  src: url("../css/fonts/rawline/rawline-700.eot?#iefix") format("embedded-opentype"), url("../css/fonts/rawline/rawline-700.woff2") format("woff2"), url("../css/fonts/rawline/rawline-700.woff") format("woff"), url("../css/fonts/rawline/rawline-700.ttf") format("truetype"), url("../css/fonts/rawline/rawline-700.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'rawline';
  src: url("../css/fonts/rawline/rawline-700i.eot");
  src: url("../css/fonts/rawline/rawline-700i.eot?#iefix") format("embedded-opentype"), url("../css/fonts/rawline/rawline-700i.woff2") format("woff2"), url("../css/fonts/rawline/rawline-700i.woff") format("woff"), url("../css/fonts/rawline/rawline-700i.ttf") format("truetype"), url("../css/fonts/rawline/rawline-700i.svg") format("svg");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'rawline';
  src: url("../css/fonts/rawline/rawline-800.eot");
  src: url("../css/fonts/rawline/rawline-800.eot?#iefix") format("embedded-opentype"), url("../css/fonts/rawline/rawline-800.woff2") format("woff2"), url("../css/fonts/rawline/rawline-800.woff") format("woff"), url("../css/fonts/rawline/rawline-800.ttf") format("truetype"), url("../css/fonts/rawline/rawline-800.svg") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'rawline';
  src: url("../css/fonts/rawline/rawline-800i.eot");
  src: url("../css/fonts/rawline/rawline-800i.eot?#iefix") format("embedded-opentype"), url("../css/fonts/rawline/rawline-800i.woff2") format("woff2"), url("../css/fonts/rawline/rawline-800i.woff") format("woff"), url("../css/fonts/rawline/rawline-800i.ttf") format("truetype"), url("../css/fonts/rawline/rawline-800i.svg") format("svg");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'rawline';
  src: url("../css/fonts/rawline/rawline-900.eot");
  src: url("../css/fonts/rawline/rawline-900.eot?#iefix") format("embedded-opentype"), url("../css/fonts/rawline/rawline-900.woff2") format("woff2"), url("../css/fonts/rawline/rawline-900.woff") format("woff"), url("../css/fonts/rawline/rawline-900.ttf") format("truetype"), url("../css/fonts/rawline/rawline-900.svg") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'rawline';
  src: url("../css/fonts/rawline/rawline-900i.eot");
  src: url("../css/fonts/rawline/rawline-900i.eot?#iefix") format("embedded-opentype"), url("../css/fonts/rawline/rawline-900i.woff2") format("woff2"), url("../css/fonts/rawline/rawline-900i.woff") format("woff"), url("../css/fonts/rawline/rawline-900i.ttf") format("truetype"), url("../css/fonts/rawline/rawline-900i.svg") format("svg");
  font-weight: 900;
  font-style: italic; }

.kdw:not(.liferay-instance) h1, .kdw:not(.liferay-instance) h2, .kdw:not(.liferay-instance) h3, .kdw:not(.liferay-instance) h4, .kdw:not(.liferay-instance) h5, .kdw:not(.liferay-instance) h6,
.kdw:not(.liferay-instance) .h1, .kdw:not(.liferay-instance) .h2, .kdw:not(.liferay-instance) .h3, .kdw:not(.liferay-instance) .h4, .kdw:not(.liferay-instance) .h5, .kdw:not(.liferay-instance) .h6 {
  font-weight: 700;
  line-height: 1.29;
  color: #2f2f2f; }

.kdw:not(.liferay-instance) h4,
.kdw:not(.liferay-instance) .h4 {
  font-weight: 500;
  font-size: 1.125rem; }

.kdw:not(.liferay-instance) p,
.kdw:not(.liferay-instance) .p {
  font-size: 1rem;
  line-height: 1.15; }

.kdw:not(.liferay-instance) small,
.kdw:not(.liferay-instance) .small {
  font-size: 0.725rem;
  line-height: 1.15; }

.kdw:not(.liferay-instance) .caption {
  font-weight: 500;
  font-size: 0.75rem;
  text-transform: uppercase; }

.kdw:not(.liferay-instance) .text-lg {
  font-size: 1.125rem;
  line-height: 1.15; }

.kdw:not(.liferay-instance) .text-md {
  font-size: 1rem;
  line-height: 1.15; }

.kdw:not(.liferay-instance) .text-sm {
  font-size: 0.875rem;
  line-height: 1.15; }

.kdw:not(.liferay-instance) .text-xs {
  font-size: 0.75rem;
  line-height: 1.15; }

.kdw:not(.liferay-instance) .text-xl {
  font-size: 1.375;
  line-height: 1.15; }

.kdw:not(.liferay-instance) .font-weight-normal {
  font-weight: 500; }

.kdw:not(.liferay-instance) .font-weight-light {
  font-weight: 300; }

.kdw:not(.liferay-instance) .font-weight-semi-bold {
  font-weight: 500; }

.kdw:not(.liferay-instance) .font-weight-semi-bold2 {
  font-weight: 600; }

.kdw:not(.liferay-instance) .font-weight-bold {
  font-weight: 700; }

.kdw:not(.liferay-instance) .font-weight-bolder {
  font-weight: 800; }

.kdw:not(.liferay-instance) a {
  text-decoration: none !important; }

#spinner-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999999; }

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

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

.page-spinner-loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #8b9f38;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: load3 2s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media (max-width: 540px) {
  .page-spinner-loader {
    left: 35% !important; } }

.spinner-loader {
  font-size: 5px;
  margin: 50px auto;
  margin-top: 50vh;
  text-indent: -9999em;
  width: 13em;
  height: 13em;
  border-radius: 50%;
  background: #009e58;
  background: -moz-linear-gradient(left, #009e58 10%, rgba(0, 158, 88, 0) 42%);
  background: -webkit-linear-gradient(left, #009e58 10%, rgba(0, 158, 88, 0) 42%);
  background: -o-linear-gradient(left, #009e58 10%, rgba(0, 158, 88, 0) 42%);
  background: -ms-linear-gradient(left, #009e58 10%, rgba(0, 158, 88, 0) 42%);
  background: linear-gradient(to right, #009e58 10%, rgba(0, 158, 88, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }
  .spinner-loader:before {
    width: 50%;
    height: 50%;
    background: #009e58;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ''; }
  .spinner-loader:after {
    background: #f3f7f7;
    width: 89%;
    height: 89%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.kdw:not(.liferay-instance) .satisfaction-survey {
  padding: 0;
  border: none;
  overflow: visible;
  z-index: 10000;
  background-color: transparent;
  margin: auto; }
  .kdw:not(.liferay-instance) .satisfaction-survey::backdrop {
    background-color: rgba(0, 0, 0, 0.4); }
  .kdw:not(.liferay-instance) .satisfaction-survey_wrapper {
    --klabin: #1c9344;
    width: 449px;
    background: white;
    padding: 30px 50px;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); }
    @media (max-width: 450px) {
      .kdw:not(.liferay-instance) .satisfaction-survey_wrapper {
        width: 100%;
        padding: 20px 15px; } }
  .kdw:not(.liferay-instance) .satisfaction-survey_flex {
    display: flex;
    justify-content: center;
    align-items: center; }
  .kdw:not(.liferay-instance) .satisfaction-survey_flex--icons {
    --border: 1px solid #d1d1d1;
    flex-direction: row-reverse;
    gap: 18px;
    margin-bottom: 20px;
    border-top: var(--border);
    border-bottom: var(--border);
    padding: 12px 0; }
  .kdw:not(.liferay-instance) .satisfaction-survey_input {
    display: none; }
  .kdw:not(.liferay-instance) .satisfaction-survey_input:is(:checked, :hover) ~ .satisfaction-survey_icon {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M15 1L19.326 9.90838L29 11.3457L22 18.276L23.652 28.0667L15 23.4417L6.348 28.0667L8 18.276L1 11.3457L10.674 9.90838L15 1Z' fill='%238B9F36' stroke='%238B9F36' stroke-width='2' /%3E%3C/svg%3E"); }
  .kdw:not(.liferay-instance) .satisfaction-survey_title {
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.2;
    text-align: center;
    color: var(--klabin); }
    @media (max-width: 450px) {
      .kdw:not(.liferay-instance) .satisfaction-survey_title {
        font-size: 1.125rem; } }
  .kdw:not(.liferay-instance) .satisfaction-survey_text {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.7;
    text-align: center;
    color: #3e3e3e;
    margin-block: 10px 16px; }
  .kdw:not(.liferay-instance) .satisfaction-survey_icon {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M15 1L19.326 9.90838L29 11.3457L22 18.276L23.652 28.0667L15 23.4417L6.348 28.0667L8 18.276L1 11.3457L10.674 9.90838L15 1Z' fill='white' stroke='%238B9F36' stroke-width='2' /%3E%3C/svg%3E");
    height: 30px;
    width: 30px; }
  .kdw:not(.liferay-instance) .satisfaction-survey_button {
    min-width: 128px;
    height: 30px;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.43;
    display: block;
    color: var(--klabin);
    background: transparent;
    border-radius: 42px;
    outline: none;
    border: 1px solid #8ac9a3;
    cursor: pointer;
    transition: filter 0.4s; }
    .kdw:not(.liferay-instance) .satisfaction-survey_button:hover {
      filter: brightness(0.8); }
    .kdw:not(.liferay-instance) .satisfaction-survey_button--submit {
      background: var(--klabin);
      border: none;
      color: white;
      margin-left: 20px; }

.kdw:not(.liferay-instance) .kdw-header {
  background-color: #eeeeee;
  height: 120px;
  font-size: 0;
  font-family: Rawline; }
  .kdw:not(.liferay-instance) .kdw-header > .container {
    height: 100%; }
  @media only screen and (max-width: 1139px) {
    .kdw:not(.liferay-instance) .kdw-header > .container {
      width: 100%;
      max-width: 100%;
      padding: 0 !important; }
    .kdw:not(.liferay-instance) .kdw-header {
      height: 80px; } }
  .kdw:not(.liferay-instance) .kdw-header .portlet-content {
    padding: 0; }
  .kdw:not(.liferay-instance) .kdw-header .form-control {
    background-color: transparent; }
  .kdw:not(.liferay-instance) .kdw-header select.form-control {
    color: #009e58; }
  .kdw:not(.liferay-instance) .kdw-header__wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative; }
  .kdw:not(.liferay-instance) .kdw-header__block {
    flex-shrink: 0;
    flex-grow: 0;
    font-size: 1rem;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 7px; }
  .kdw:not(.liferay-instance) .kdw-header__block--grow {
    flex-grow: 1; }
  .kdw:not(.liferay-instance) .kdw-header__block--shrink {
    flex-shrink: 1; }
  .kdw:not(.liferay-instance) .kdw-header__divider {
    width: 1px;
    height: 24px;
    background-color: #939393; }
  .kdw:not(.liferay-instance) .kdw-header .chatbot-megamenu {
    cursor: pointer;
    position: relative;
    margin-right: 5px; }
    .kdw:not(.liferay-instance) .kdw-header .chatbot-megamenu .kdw-header-icons-points {
      position: absolute;
      font-size: 20px;
      left: 15px;
      top: -6px;
      z-index: 9;
      color: #8DC44F; }
    .kdw:not(.liferay-instance) .kdw-header .chatbot-megamenu .kdw-header-chat-icon {
      margin-top: -30px;
      margin-right: -7px;
      position: relative;
      width: 32px; }
      .kdw:not(.liferay-instance) .kdw-header .chatbot-megamenu .kdw-header-chat-icon:after {
        content: "..."; }
    .kdw:not(.liferay-instance) .kdw-header .chatbot-megamenu .kdw-header-owl-image {
      width: 42px; }
    .kdw:not(.liferay-instance) .kdw-header .chatbot-megamenu .kdw-header-owl-image-container {
      display: inline-block;
      border-radius: 50%;
      background: #FFFFFF;
      box-shadow: 0px -4px 4px #FFFFFF, 0px 4px 4px rgba(0, 0, 0, 0.2), 0px 7px 7px rgba(229, 229, 229, 0.5) inset;
      -webkit-box-shadow: 0px -4px 4px #FFFFFF, 0px 4px 4px rgba(0, 0, 0, 0.2), 0px 7px 7px rgba(229, 229, 229, 0.5) inset;
      -moz-box-shadow: 0px -4px 4px #FFFFFF, 0px 4px 4px rgba(0, 0, 0, 0.2), 0px 7px 7px rgba(229, 229, 229, 0.5) inset; }

.kdw:not(.liferay-instance) .kdw-header__mobile-menu-toggler {
  width: 50px;
  position: relative;
  color: #fff;
  font-size: 1.75rem;
  z-index: 200;
  right: 0; }
  .kdw:not(.liferay-instance) .kdw-header__mobile-menu-toggler > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    width: 52px; }
  .kdw:not(.liferay-instance) .kdw-header__mobile-menu-toggler .kdw-header__mobile-menu-toggler__icon-close {
    display: none; }
  .kdw:not(.liferay-instance) .kdw-header__mobile-menu-toggler.open .kdw-header__mobile-menu-toggler__icon-close {
    display: flex; }

.kdw:not(.liferay-instance) .kdw-header__avatar {
  height: 49px;
  width: 49px;
  border-radius: 50%;
  position: relative;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white; }
  @media only screen and (max-width: 1139px) {
    .kdw:not(.liferay-instance) .kdw-header__avatar {
      height: 42px;
      width: 42px; } }

.kdw:not(.liferay-instance) .kdw-header__logo {
  display: flex;
  align-items: center; }
  .kdw:not(.liferay-instance) .kdw-header__logo.chevron::after {
    content: "";
    border: solid #1C9344;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin: 15px 20px 0 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
    @media only screen and (max-width: 1139px) {
      .kdw:not(.liferay-instance) .kdw-header__logo.chevron::after {
        content: none; } }
  .kdw:not(.liferay-instance) .kdw-header__logo > a {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    flex-wrap: nowrap; }
    .kdw:not(.liferay-instance) .kdw-header__logo > a:hover {
      text-decoration: none; }
  .kdw:not(.liferay-instance) .kdw-header__logo .kdw-header__klabin-icon {
    width: 81px; }
    .kdw:not(.liferay-instance) .kdw-header__logo .kdw-header__klabin-icon img {
      width: 100%; }

.kdw:not(.liferay-instance) .kdw-header__user {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.42;
  font-weight: 600;
  color: #2f2f2f;
  text-align: center; }
  @media only screen and (max-width: 1139px) {
    .kdw:not(.liferay-instance) .kdw-header__user {
      flex-direction: row-reverse; } }
  .kdw:not(.liferay-instance) .kdw-header__user .kdw-header__avatar {
    box-shadow: 0px -4px 4px #fff, 0px 4px 4px rgba(0, 0, 0, 0.2), inset 0px 7px 7px rgba(229, 229, 229, 0.5); }
  .kdw:not(.liferay-instance) .kdw-header__user .kdw-header__view-profile-text {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1.3;
    text-align: left;
    display: block;
    color: #1C9344; }
    @media only screen and (max-width: 1139px) {
      .kdw:not(.liferay-instance) .kdw-header__user .kdw-header__view-profile-text {
        text-align: right; } }

.kdw:not(.liferay-instance) .kdw-header__icons a {
  color: #000;
  font-weight: 500;
  font-size: 9px;
  line-height: 9px;
  display: flex;
  align-items: center;
  text-transform: uppercase; }
  .kdw:not(.liferay-instance) .kdw-header__icons a:hover {
    text-decoration: none; }

.kdw:not(.liferay-instance) .kdw-header__search {
  width: 365px;
  max-width: 100%; }
  .kdw:not(.liferay-instance) .kdw-header__search .portlet-header {
    display: none; }
  .kdw:not(.liferay-instance) .kdw-header__search .form-group, .kdw:not(.liferay-instance) .kdw-header__search .lfr-ddm-field-group {
    margin: 0; }
  .kdw:not(.liferay-instance) .kdw-header__search .form-group {
    width: 100%; }
  .kdw:not(.liferay-instance) .kdw-header__search .lfr-ddm-field-group .btn {
    position: absolute;
    top: 4px;
    right: 6px;
    color: #009e58; }
  .kdw:not(.liferay-instance) .kdw-header__search input {
    line-height: 20px;
    height: 47px;
    border-radius: 47px;
    padding: 13px 15px 14px 25px;
    font-size: 14px; }
    .kdw:not(.liferay-instance) .kdw-header__search input::placeholder {
      color: transparent; }
    .kdw:not(.liferay-instance) .kdw-header__search input.visible-placeholder::placeholder {
      color: #979797; }
  .kdw:not(.liferay-instance) .kdw-header__search form {
    display: flex; }
  .kdw:not(.liferay-instance) .kdw-header__search .fieldset {
    display: block !important; }
  .kdw:not(.liferay-instance) .kdw-header__search .fieldset > div {
    display: flex;
    align-items: center; }
  .kdw:not(.liferay-instance) .kdw-header__search .search-bar-keywords-input-wrapper {
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: inset -1px -1px 1px #FFFFFF, inset 1px 1px 2px 1px rgba(174, 174, 192, 0.6);
    border-radius: 47px;
    width: 366px;
    height: 47px;
    max-width: 100%; }
    .kdw:not(.liferay-instance) .kdw-header__search .search-bar-keywords-input-wrapper .search-bar-keywords-input,
    .kdw:not(.liferay-instance) .kdw-header__search .search-bar-keywords-input-wrapper .input-group-inset-item-after {
      background: transparent;
      border: 0;
      height: 100%; }
    .kdw:not(.liferay-instance) .kdw-header__search .search-bar-keywords-input-wrapper .lexicon-icon-search {
      color: #979797; }

.kdw:not(.liferay-instance) .kdw-header__language .kdw-language-image {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  background: #fff;
  position: relative;
  text-align: center;
  z-index: 1000;
  box-shadow: 0px -4px 4px #fff, 0px 4px 4px rgba(0, 0, 0, 0.2), inset 0px 7px 7px rgba(229, 229, 229, 0.5); }
  .kdw:not(.liferay-instance) .kdw-header__language .kdw-language-image > img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 9px;
    right: 9px; }

.kdw:not(.liferay-instance) .kdw-header__language .kdw-language-switcher {
  position: relative; }
  .kdw:not(.liferay-instance) .kdw-header__language .kdw-language-switcher.open .kdw-dropdown-backdrop,
  .kdw:not(.liferay-instance) .kdw-header__language .kdw-language-switcher.open .kdw-header-dropdown {
    display: block; }

.kdw:not(.liferay-instance) .kdw-header__language .kdw-header-dropdown {
  border-radius: 40px;
  position: absolute;
  right: 50px;
  top: -25px;
  z-index: 1005;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 18px 30px;
  text-align: left;
  width: 200px;
  display: none; }
  .kdw:not(.liferay-instance) .kdw-header__language .kdw-header-dropdown .kdw-dropdown-item {
    display: block;
    padding: 10px 0;
    color: #454545; }
    .kdw:not(.liferay-instance) .kdw-header__language .kdw-header-dropdown .kdw-dropdown-item .icon {
      margin-right: 10px;
      background: #F5F5F5;
      padding: 7px;
      border-radius: 50px;
      height: 39px;
      width: 39px; }
  @media screen and (max-width: 320px) {
    .kdw:not(.liferay-instance) .kdw-header__language .kdw-header-dropdown {
      width: 100px; }
    .kdw:not(.liferay-instance) .kdw-header__language .kdw-header-dropdown span {
      display: none; } }

.kdw:not(.liferay-instance) .kdw-header__language .kdw-dropdown-backdrop {
  background: rgba(243, 243, 243, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 950;
  display: none; }

.kdw:not(.liferay-instance) .kdw-header__language .kdw-close-dropdown {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 2; }

.kdw:not(.liferay-instance) .kdw-header__language .portlet-header {
  display: none; }

.kdw:not(.liferay-instance) .kdw-header__language .form-group {
  margin-bottom: 0; }

.kdw:not(.liferay-instance) .kdw-video-modal-container .modal-gallery-megamenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  z-index: 3000000; }

.kdw:not(.liferay-instance) .kdw-video-modal-container .launch-modal-megamenu {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.kdw:not(.liferay-instance) .kdw-video-modal-container .modal-gallery-megamenu > div {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  max-width: 100%;
  position: fixed; }

.kdw:not(.liferay-instance) .kdw-video-modal-container .modal-gallery-megamenu > div > a {
  float: right; }

.kdw:not(.liferay-instance) .wrapper-overlay #wrapper-item-overlay {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 2;
  right: 0; }

.kdw:not(.liferay-instance) .kdw-mega-menu {
  background-color: #d1d1d1;
  height: 54px;
  border-bottom: 3px solid #1c9344;
  position: relative;
  z-index: 1000;
  margin-bottom: 20px;
  /* Menu structure starts on &__wrapper */ }
  .kdw:not(.liferay-instance) .kdw-mega-menu .portlet-header, .kdw:not(.liferay-instance) .kdw-mega-menu .portlet-topper {
    display: none !important; }
  .kdw:not(.liferay-instance) .kdw-mega-menu__box {
    top: 51px;
    position: absolute;
    width: 890px;
    left: -1px;
    background: #eeeeee;
    overflow: hidden;
    z-index: -1;
    transition: .3s transform, .3s opacity, max-height .3s;
    transform: translateY(-54px);
    max-height: 0px;
    opacity: 0;
    pointer-events: none; }
    .kdw:not(.liferay-instance) .kdw-mega-menu__box--single {
      width: auto !important;
      min-width: 230px !important; }
  .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper {
    height: 100%; }
    .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper > ul {
      height: 100%;
      display: flex;
      justify-content: space-around; }
      .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper > ul > li {
        height: calc(100% + 3px);
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-left: transparent solid 1px;
        border-right: transparent solid 1px;
        position: relative;
        z-index: 1;
        box-sizing: unset !important; }
        .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper > ul > li > a {
          pointer-events: none;
          padding: 0.15rem 9px;
          font-size: 14px;
          font-weight: 500;
          color: #2f2f2f;
          border-radius: 0.1875rem; }
        .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper > ul > li:hover, .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper > ul > li.hover {
          background-color: #eeeeee; }
          .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper > ul > li:hover:not(.kill-hover-border), .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper > ul > li.hover:not(.kill-hover-border) {
            border-top: 3px solid #1C9344; }
          .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper > ul > li:hover.kill-hover-border, .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper > ul > li.hover.kill-hover-border {
            height: calc(100%); }
          .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper > ul > li:hover > a, .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper > ul > li.hover > a {
            color: #2f2f2f;
            text-decoration: none; }
          .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper > ul > li:hover:after, .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper > ul > li.hover:after {
            content: '';
            position: absolute;
            width: 50%;
            height: 100%;
            left: 100%; }
          .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper > ul > li:hover:before, .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper > ul > li.hover:before {
            content: '';
            position: absolute;
            width: 50%;
            height: 100%;
            right: 100%; }
        .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper > ul > li.active > a {
          background-color: #009e58;
          color: #fff;
          text-decoration: none; }
        .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper > ul > li.active:hover > a {
          color: #fff; }
      .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper > ul > li:hover .kdw-mega-menu__box,
      .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper > ul > li.hover .kdw-mega-menu__box {
        transform: translateY(0px);
        opacity: 1;
        max-height: 3000px;
        pointer-events: all; }
    .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper .kdw-mega-menu__box__wrapper {
      background-color: #fff;
      padding: 1rem;
      margin: .7rem;
      overflow: hidden; }
      .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper .kdw-mega-menu__box__wrapper .kdw-megamenu-col-third-level {
        float: left;
        width: auto;
        margin-bottom: 50px;
        margin-left: 70px; }
        .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper .kdw-mega-menu__box__wrapper .kdw-megamenu-col-third-level:first-child {
          margin-left: 0; }
      .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper .kdw-mega-menu__box__wrapper > .row > .col {
        margin-bottom: 0; }
        .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper .kdw-mega-menu__box__wrapper > .row > .col > ul {
          margin-bottom: 0.5rem; }
          .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper .kdw-mega-menu__box__wrapper > .row > .col > ul > li > a {
            font-size: 16px;
            font-weight: 700;
            color: #2f2f2f;
            display: inline-block;
            margin-bottom: 20px; }
          .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper .kdw-mega-menu__box__wrapper > .row > .col > ul > li > ul > li :last-child > a {
            padding-bottom: 0; }
          .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper .kdw-mega-menu__box__wrapper > .row > .col > ul > li > ul > li > a {
            color: #1C9344;
            font-size: 12px;
            font-weight: 500;
            display: flex;
            padding-bottom: 15px;
            align-items: center; }
            .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper .kdw-mega-menu__box__wrapper > .row > .col > ul > li > ul > li > a img {
              margin-right: 10px;
              height: 15px;
              width: 20px; }
          .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper .kdw-mega-menu__box__wrapper > .row > .col > ul > li > ul > li > ul > li > a {
            color: #14B1E6;
            font-size: 10px;
            text-transform: uppercase;
            font-weight: 700;
            display: none; }
      .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper .kdw-mega-menu__box__wrapper > ul > li > a {
        font-size: 12px;
        font-weight: 500;
        color: #009e58;
        display: inline-block;
        margin-bottom: .75rem; }
      .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper .kdw-mega-menu__box__wrapper ul.kdw-last-item-service-system > li > a {
        color: #fff !important;
        padding: 4px 40px 6px 40px;
        text-transform: capitalize;
        margin: 0;
        background: #1C9344;
        box-shadow: 0px -4px 4px rgba(255, 255, 255, 0.4), 0px 4px 4px rgba(0, 0, 0, 0.2), inset 0px 7px 7px rgba(229, 229, 229, 0.5);
        border-radius: 42px;
        margin-bottom: 0 !important; }
      .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper .kdw-mega-menu__box__wrapper ul.kdw-last-item-service-system {
        width: 100%;
        text-align: right; }

.kdw:not(.liferay-instance) .wrapper-menu-link-overlay:hover ~ .wrapper-item-overlay {
  display: block; }

.kdw:not(.liferay-instance) .wrapper-item-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  top: 54px;
  bottom: 0px;
  left: -100%;
  right: -100%;
  height: 2500px; }

.kdw:not(.liferay-instance) #wrapper {
  overflow-x: hidden; }

.kdw:not(.liferay-instance) .icon-megamenu {
  font-size: 19px;
  padding-right: .5rem; }

@media only screen and (min-width: 1139px) {
  .kdw:not(.liferay-instance) .kdw-mega-menu__no-margin-bottom {
    margin-top: -20px; } }

.kdw:not(.liferay-instance) .kdw-personal-menu {
  position: relative;
  display: flex;
  align-items: center;
  height: 100px; }
  .kdw:not(.liferay-instance) .kdw-personal-menu__content {
    display: none;
    position: absolute;
    background-color: #1C9344;
    min-width: 160px;
    top: 72px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16), 0px 2px 4px rgba(0, 0, 0, 0.12), 0px 1px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px; }
    .kdw:not(.liferay-instance) .kdw-personal-menu__content-link {
      color: white;
      padding: 10px 25px 10px 45px;
      text-decoration: none;
      display: block;
      font-size: 14px;
      line-height: 20px;
      position: relative; }
      .kdw:not(.liferay-instance) .kdw-personal-menu__content-link:before {
        left: 25px;
        top: 12px;
        position: absolute; }
      .kdw:not(.liferay-instance) .kdw-personal-menu__content-link:first-child:before {
        top: 21px; }
      .kdw:not(.liferay-instance) .kdw-personal-menu__content-link.home:before, .kdw:not(.liferay-instance) .kdw-personal-menu__content-link.pagina-inicial:before {
        content: url("../images/menu-icons/home-desk.svg"); }
      .kdw:not(.liferay-instance) .kdw-personal-menu__content-link.meu-perfil:before {
        content: url("../images/menu-icons/user-icon.svg"); }
      .kdw:not(.liferay-instance) .kdw-personal-menu__content-link.sign-out:before {
        content: url("../images/menu-icons/logout-desk.svg");
        left: 23px; }
      .kdw:not(.liferay-instance) .kdw-personal-menu__content-link:first-child {
        padding-top: 20px; }
      .kdw:not(.liferay-instance) .kdw-personal-menu__content-link:last-child {
        padding-bottom: 20px; }
  @media (min-width: 1140px) {
    .kdw:not(.liferay-instance) .kdw-personal-menu:hover .kdw-personal-menu__content {
      display: block;
      z-index: 1010; } }

.kdw:not(.liferay-instance) .kdw-mobile-navigation {
  height: 100vh;
  width: 100vw;
  padding: 5px 16px;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 1010;
  background-color: #fff;
  overflow-y: scroll;
  transition: 0.5s left; }
  .kdw:not(.liferay-instance) .kdw-mobile-navigation .portlet-topper {
    display: none !important; }
  .kdw:not(.liferay-instance) .kdw-mobile-navigation__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #2f2f2f; }
  .kdw:not(.liferay-instance) .kdw-mobile-navigation__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px; }
    .kdw:not(.liferay-instance) .kdw-mobile-navigation__header__close-button {
      background: transparent;
      border: none;
      outline: none; }
      .kdw:not(.liferay-instance) .kdw-mobile-navigation__header__close-button span {
        overflow: hidden;
        font-size: 1px;
        color: transparent;
        position: absolute; }
  .kdw:not(.liferay-instance) .kdw-mobile-navigation__menu {
    display: grid;
    gap: 10px; }
    .kdw:not(.liferay-instance) .kdw-mobile-navigation__menu__item {
      height: 63px;
      padding: 0 20px;
      display: flex;
      align-items: center;
      font-size: 14px;
      transition: 0.5s all;
      background-color: #eeeeee;
      color: #2f2f2f;
      border-radius: 4px;
      justify-content: center;
      font-weight: 400; }
    .kdw:not(.liferay-instance) .kdw-mobile-navigation__menu--secondary {
      justify-items: end;
      transition: 0.5s all;
      overflow: hidden; }
      .kdw:not(.liferay-instance) .kdw-mobile-navigation__menu--secondary .kdw-mobile-navigation__menu__item-wrapper {
        width: 90%; }
      .kdw:not(.liferay-instance) .kdw-mobile-navigation__menu--secondary .kdw-mobile-navigation__menu__item {
        font-weight: 600;
        color: #1C9344;
        background-color: #fff;
        border: 1px solid rgba(28, 147, 68, 0.25);
        border-radius: 10px;
        justify-content: space-between; }
    .kdw:not(.liferay-instance) .kdw-mobile-navigation__menu__icon {
      margin-right: 13px;
      width: 35px; }
    .kdw:not(.liferay-instance) .kdw-mobile-navigation__menu__arrow {
      margin-left: auto;
      transition: 0.5s rotate; }
    .kdw:not(.liferay-instance) .kdw-mobile-navigation__menu__item--active {
      background-color: #1C9344;
      color: #fff;
      margin-bottom: 10px; }
      .kdw:not(.liferay-instance) .kdw-mobile-navigation__menu__item--active .kdw-mobile-navigation__menu__arrow {
        rotate: 90deg; }
        .kdw:not(.liferay-instance) .kdw-mobile-navigation__menu__item--active .kdw-mobile-navigation__menu__arrow path {
          stroke: #fff; }
      .kdw:not(.liferay-instance) .kdw-mobile-navigation__menu__item--active .kdw-mobile-navigation__menu__icon path {
        stroke: #fff; }
      .kdw:not(.liferay-instance) .kdw-mobile-navigation__menu__item--active ~ .kdw-mobile-navigation__menu--secondary {
        display: grid; }
  .kdw:not(.liferay-instance) .kdw-mobile-navigation__footer {
    display: grid;
    grid-template-areas: "title ." "flags luna" "logout .";
    margin-top: 20px; }
    .kdw:not(.liferay-instance) .kdw-mobile-navigation__footer__title {
      grid-area: title; }
    .kdw:not(.liferay-instance) .kdw-mobile-navigation__footer__luna {
      grid-area: luna;
      position: relative;
      justify-self: flex-end;
      align-self: center;
      padding: 11px 8px; }
      .kdw:not(.liferay-instance) .kdw-mobile-navigation__footer__luna-chat {
        position: absolute;
        z-index: 1;
        left: -3px;
        top: -2px; }
      .kdw:not(.liferay-instance) .kdw-mobile-navigation__footer__luna-icon {
        z-index: 2; }
    .kdw:not(.liferay-instance) .kdw-mobile-navigation__footer__switch-language {
      grid-area: flags;
      display: flex;
      gap: 10px 8px;
      margin: 10px 0 15px; }
      .kdw:not(.liferay-instance) .kdw-mobile-navigation__footer__switch-language--active {
        border: 2px solid #1c9344; }
    .kdw:not(.liferay-instance) .kdw-mobile-navigation__footer__icon {
      padding: 8px 12px;
      display: flex;
      gap: 8px;
      background-color: #eeeeee;
      border-radius: 50px;
      cursor: pointer; }
      .kdw:not(.liferay-instance) .kdw-mobile-navigation__footer__icon-text {
        font-size: 12px;
        line-height: 1.5;
        color: #2f2f2f !important; }
    .kdw:not(.liferay-instance) .kdw-mobile-navigation__footer__logout {
      grid-area: logout;
      justify-self: start; }
  .kdw:not(.liferay-instance) .kdw-mobile-navigation.open {
    left: 0%; }

.kdw:not(.liferay-instance) .kdw-mobile-bottom-menu {
  position: fixed;
  height: 65px;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1005;
  background: #eeeeee; }
  .kdw:not(.liferay-instance) .kdw-mobile-bottom-menu-container {
    flex: none; }
    .kdw:not(.liferay-instance) .kdw-mobile-bottom-menu-container svg .kdw-line-icon {
      fill: #2f2f2f; }
  .kdw:not(.liferay-instance) .kdw-mobile-bottom-menu__text {
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    color: #2f2f2f; }
  .kdw:not(.liferay-instance) .kdw-mobile-bottom-menu--item-active {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .kdw:not(.liferay-instance) .kdw-mobile-bottom-menu--item-active::before {
      content: '';
      height: 4px;
      width: 114px;
      position: absolute;
      bottom: -8px;
      background: #1C9344; }
    .kdw:not(.liferay-instance) .kdw-mobile-bottom-menu--item-active svg .kdw-bg-icon {
      fill: #D1E07C; }
    .kdw:not(.liferay-instance) .kdw-mobile-bottom-menu--item-active svg .kdw-line-icon {
      fill: #1C9344; }
    .kdw:not(.liferay-instance) .kdw-mobile-bottom-menu--item-active .kdw-mobile-bottom-menu__text {
      color: #1C9344; }

.kdw:not(.liferay-instance) [data-mobile-bottom-overlay="on"] {
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000; }

.kdw:not(.liferay-instance) .kdw-mobile-search {
  visibility: hidden;
  position: fixed;
  width: 100%;
  background-color: #d1d1d1;
  padding: 14px 20px;
  border-top: #d8d8d8 solid 1px; }
  .kdw:not(.liferay-instance) .kdw-mobile-search .portlet-header, .kdw:not(.liferay-instance) .kdw-mobile-search .portlet-topper {
    display: none; }
  .kdw:not(.liferay-instance) .kdw-mobile-search .form-group, .kdw:not(.liferay-instance) .kdw-mobile-search .lfr-ddm-field-group {
    margin: 0; }
  .kdw:not(.liferay-instance) .kdw-mobile-search .form-group {
    width: 100%; }
  .kdw:not(.liferay-instance) .kdw-mobile-search .lfr-ddm-field-group .btn {
    position: absolute;
    top: 2px;
    left: 4px;
    color: #009e58; }
  .kdw:not(.liferay-instance) .kdw-mobile-search input {
    color: #979797;
    background: #fff;
    border: none;
    border-radius: 47px;
    padding: 13px 15px 14px 25px;
    z-index: 1;
    font-size: 14px;
    line-height: 20px;
    height: 47px;
    box-shadow: inset -1px -1px 1px #FFFFFF, inset 1px 1px 2px 1px rgba(174, 174, 192, 0.6); }
    .kdw:not(.liferay-instance) .kdw-mobile-search input:focus {
      outline: 1.5px solid #1C9344; }
    .kdw:not(.liferay-instance) .kdw-mobile-search input::placeholder {
      color: transparent; }
    .kdw:not(.liferay-instance) .kdw-mobile-search input.visible-placeholder::placeholder {
      color: #979797; }
  .kdw:not(.liferay-instance) .kdw-mobile-search form {
    display: flex; }
  .kdw:not(.liferay-instance) .kdw-mobile-search .fieldset {
    display: block !important; }
  .kdw:not(.liferay-instance) .kdw-mobile-search .fieldset > div {
    display: flex;
    align-items: center; }
  .kdw:not(.liferay-instance) .kdw-mobile-search .search-bar-search-button-wrapper {
    background: none;
    border: none; }
  .kdw:not(.liferay-instance) .kdw-mobile-search .search-bar-search-button {
    position: absolute;
    top: 3px;
    left: 2px;
    height: 32px;
    width: 32px;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    border-radius: 8px;
    z-index: 1; }
    .kdw:not(.liferay-instance) .kdw-mobile-search .search-bar-search-button svg {
      fill: #009e58;
      transform: scale(1.15); }
  .kdw:not(.liferay-instance) .kdw-mobile-search .input-group-inset-item {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-left-width: 1px;
    margin-right: 8px;
    background: transparent;
    border: 0px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 15px; }
  .kdw:not(.liferay-instance) .kdw-mobile-search--active {
    z-index: 1001;
    visibility: visible; }

.kdw:not(.liferay-instance) .kdw-footer {
  background-color: #fff;
  border-top: #d0d0d0 solid 1px;
  font-size: 0.875rem;
  color: #6A6A6A;
  padding: 30px 0 40px; }
  @media screen and (min-width: 992px) {
    .kdw:not(.liferay-instance) .kdw-footer {
      padding-top: 40px;
      padding-bottom: 50px; } }
  .kdw:not(.liferay-instance) .kdw-footer__navigation, .kdw:not(.liferay-instance) .kdw-footer__text {
    font-size: 0.875rem; }
    .kdw:not(.liferay-instance) .kdw-footer__navigation .portlet-header, .kdw:not(.liferay-instance) .kdw-footer__text .portlet-header {
      display: none; }
    .kdw:not(.liferay-instance) .kdw-footer__navigation p, .kdw:not(.liferay-instance) .kdw-footer__text p {
      margin: 0;
      font-size: 0.875rem;
      font-weight: normal;
      padding: 0 5px;
      line-height: 16px; }
  .kdw:not(.liferay-instance) .kdw-footer__text p {
    font-size: 12px; }
  @media screen and (max-width: 1139px) {
    .kdw:not(.liferay-instance) .kdw-footer__navigation-wrapper {
      margin: auto; } }
  @media screen and (max-width: 1139px) {
    .kdw:not(.liferay-instance) .kdw-footer__navigation {
      padding-bottom: 20px;
      text-align: center;
      display: block;
      margin: 0 auto; } }
  .kdw:not(.liferay-instance) .kdw-footer_logo {
    width: 100px; }
    @media screen and (max-width: 1139px) {
      .kdw:not(.liferay-instance) .kdw-footer_logo {
        margin: 0 auto;
        display: block; } }
  .kdw:not(.liferay-instance) .kdw-footer_title {
    font-size: 14px;
    margin-bottom: 20px; }
  .kdw:not(.liferay-instance) .kdw-footer-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .kdw:not(.liferay-instance) .kdw-footer-box > div {
      width: 20%; }
  .kdw:not(.liferay-instance) .kdw-footer_list a {
    font-size: 12px; }
  .kdw:not(.liferay-instance) .kdw-footer_info {
    background: #EEEEEE; }
    .kdw:not(.liferay-instance) .kdw-footer_info a {
      color: #2f2f2f;
      font-weight: normal; }
  .kdw:not(.liferay-instance) .kdw-footer_social_media {
    display: flex; }
    @media screen and (max-width: 699px) {
      .kdw:not(.liferay-instance) .kdw-footer_social_media {
        justify-content: center;
        flex-wrap: wrap; } }
    .kdw:not(.liferay-instance) .kdw-footer_social_media li {
      margin: 5px 15px 5px 0px; }
      .kdw:not(.liferay-instance) .kdw-footer_social_media li a {
        box-shadow: 0px -4px 4px #FFFFFF, 0px 4px 4px rgba(0, 0, 0, 0.2), inset 0px 7px 7px rgba(229, 229, 229, 0.5);
        background: white;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .kdw:not(.liferay-instance) .kdw-footer_social_media li a img {
          height: 17px; }
  @media screen and (max-width: 1139px) {
    .kdw:not(.liferay-instance) .kdw-footer_container {
      max-width: 100% !important; } }
  @media screen and (max-width: 1139px) {
    .kdw:not(.liferay-instance) .kdw-footer_container__white {
      background: white !important; } }
  .kdw:not(.liferay-instance) .kdw-footer_copyright {
    padding: 25px 0 !important; }
    @media screen and (max-width: 1139px) {
      .kdw:not(.liferay-instance) .kdw-footer_copyright {
        margin-bottom: 65px;
        background: #E0E0E0;
        text-align: center;
        border-bottom: 1px solid white; } }

.kdw:not(.liferay-instance) .kdw-icon > span {
  font-family: "rawline", sans-serif;
  font-weight: 500;
  border-radius: 50px;
  width: auto;
  min-width: 15px;
  height: 15px;
  font-size: 0.65rem;
  color: #fff;
  background-color: #f48c00;
  display: inline-flex;
  padding: 0 3px;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-top: -5px;
  margin-left: -16px;
  font-style: normal; }

.kdw:not(.liferay-instance) .kdw-icon--thin-stroke {
  stroke: #fff;
  stroke-width: 30px; }

.kdw:not(.liferay-instance) .kdw-dash {
  width: 100%;
  background: #14B1E6;
  height: 3px;
  font-size: 0; }
  .kdw:not(.liferay-instance) .kdw-dash::before {
    position: absolute;
    left: 22%;
    width: 33%;
    height: 3px;
    content: "";
    background: #8dc73f; }
  .kdw:not(.liferay-instance) .kdw-dash::after {
    position: absolute;
    width: 22%;
    height: 3px;
    content: "";
    background: #009e58; }

.kdw:not(.liferay-instance) .kdw-image-container {
  background-position: center center;
  background-size: cover;
  background-color: #ccc;
  position: relative;
  font-size: 0; }
  .kdw:not(.liferay-instance) .kdw-image-container > img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .kdw:not(.liferay-instance) .kdw-image-container--height-xs {
    height: 1.25rem; }
  .kdw:not(.liferay-instance) .kdw-image-container--height-sm {
    height: 2.5rem; }
  .kdw:not(.liferay-instance) .kdw-image-container--height-md {
    height: 3.75rem; }
  .kdw:not(.liferay-instance) .kdw-image-container--height-lg {
    height: 5rem; }
  .kdw:not(.liferay-instance) .kdw-image-container--height-100 {
    height: 100%; }
  .kdw:not(.liferay-instance) .kdw-image-container--ratio-16x9 {
    height: 0px;
    padding-top: 56.25%; }
  .kdw:not(.liferay-instance) .kdw-image-container--ratio-4x3 {
    height: 0px;
    padding-top: 75%; }
  .kdw:not(.liferay-instance) .kdw-image-container--ratio-5x2 {
    height: 0px;
    padding-top: 40%; }
  .kdw:not(.liferay-instance) .kdw-image-container--ratio-1x1, .kdw:not(.liferay-instance) .kdw-image-container--squared {
    height: 0px;
    padding-top: 100%; }

.kdw:not(.liferay-instance) .kdw-modal-image-gallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  z-index: 10000; }
  .kdw:not(.liferay-instance) .kdw-modal-image-gallery img {
    max-width: 100%;
    max-height: 90vh; }
  .kdw:not(.liferay-instance) .kdw-modal-image-gallery > div {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    position: fixed;
    text-align: center; }
    .kdw:not(.liferay-instance) .kdw-modal-image-gallery > div > a {
      float: right; }
  @media screen and (max-width: 640px) {
    .kdw:not(.liferay-instance) .kdw-modal-image-gallery > div {
      width: 90%; } }

.kdw:not(.liferay-instance) .kdw-labels-track {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0; }

.kdw:not(.liferay-instance) .kdw-label {
  margin: 0.25rem;
  border-radius: 0.625rem;
  font-size: 9px;
  padding: 0.1rem 0.75rem;
  text-transform: uppercase;
  display: inline-block;
  color: #fff; }

.kdw:not(.liferay-instance) .kdw-news-label {
  background: #eeeeee;
  border-radius: 8px;
  color: #2f2f2f;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  margin: 0.25rem;
  padding: 5px 15px; }
  .kdw:not(.liferay-instance) .kdw-news-label::first-letter {
    text-transform: capitalize; }
  .kdw:not(.liferay-instance) .kdw-news-label a {
    color: #2f2f2f; }

.kdw:not(.liferay-instance) .kdw-numbers-klabin {
  height: 190px; }
  .kdw:not(.liferay-instance) .kdw-numbers-klabin > img {
    width: 90px;
    margin: 0px auto;
    display: block;
    z-index: 10;
    position: relative;
    padding-top: 0px;
    margin-top: 0px; }
  .kdw:not(.liferay-instance) .kdw-numbers-klabin--box {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #8dc73f;
    z-index: 1;
    padding: 10px 10px 0px 10px;
    border-radius: 0px 0px 4px 4px; }
  .kdw:not(.liferay-instance) .kdw-numbers-klabin--text {
    font-size: 2rem;
    line-height: 2.4rem; }
    .kdw:not(.liferay-instance) .kdw-numbers-klabin--text > small {
      font-size: 0.9rem; }

.kdw:not(.liferay-instance) .kdw-card-services-systems {
  min-height: 100px;
  -webkit-box-shadow: 10px 9px 8px -5px #c7c7c7;
  -moz-box-shadow: 10px 9px 8px -5px #c7c7c7;
  box-shadow: 10px 9px 8px -5px #c7c7c7;
  border-radius: 8px;
  border: solid 1px #ececec; }
  .kdw:not(.liferay-instance) .kdw-card-services-systems__title, .kdw:not(.liferay-instance) .kdw-card-services-systems__describe {
    font-weight: 600; }
  .kdw:not(.liferay-instance) .kdw-card-services-systems__describe {
    color: #AEAEAE; }
  .kdw:not(.liferay-instance) .kdw-card-services-systems__footer {
    font-size: 11px;
    color: #009e58; }
  .kdw:not(.liferay-instance) .kdw-card-services-systems__box {
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex; }
    .kdw:not(.liferay-instance) .kdw-card-services-systems__box:first-child {
      margin-top: 0px !important; }
    .kdw:not(.liferay-instance) .kdw-card-services-systems__box .kdw-card-services-systems__describe {
      font-size: 0.8rem; }
  .kdw:not(.liferay-instance) .kdw-card-services-systems__image {
    height: 0px;
    padding-top: 35%;
    border-radius: 8px; }
    @media screen and (max-width: 650px) {
      .kdw:not(.liferay-instance) .kdw-card-services-systems__image {
        padding-top: 40%; } }
    .kdw:not(.liferay-instance) .kdw-card-services-systems__image--squared {
      width: 85px;
      height: 85px;
      border-radius: 20px;
      background-color: #e7e7e7;
      position: relative; }
    .kdw:not(.liferay-instance) .kdw-card-services-systems__image--above {
      width: 85px;
      height: 85px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 20px; }
  .kdw:not(.liferay-instance) .kdw-card-services-systems__default-image {
    background-color: #fff; }
    .kdw:not(.liferay-instance) .kdw-card-services-systems__default-image img.kdw-card-services-systems__image--above {
      width: 85px;
      height: 85px; }
  .kdw:not(.liferay-instance) .kdw-card-services-systems__default-image--large {
    background-color: #fff; }
    .kdw:not(.liferay-instance) .kdw-card-services-systems__default-image--large img.kdw-card-services-systems__image--above {
      width: 120px;
      height: 120px; }
  .kdw:not(.liferay-instance) .kdw-card-services-systems__favorite-icon {
    padding: 0px 5px;
    border-radius: 50%;
    border: solid 2px #ff8300;
    position: absolute;
    top: -6px;
    left: -5px;
    cursor: pointer; }
    .kdw:not(.liferay-instance) .kdw-card-services-systems__favorite-icon > span {
      line-height: 1.5; }
    .kdw:not(.liferay-instance) .kdw-card-services-systems__favorite-icon--filled {
      background-color: #ff8300;
      color: white; }
    .kdw:not(.liferay-instance) .kdw-card-services-systems__favorite-icon--empty {
      color: #ff8300;
      background-color: white; }
  .kdw:not(.liferay-instance) .kdw-card-services-systems__button {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold !important;
    color: #009e58;
    border: solid 1px #009e58;
    padding: 2px 13px;
    border-radius: 20px;
    text-decoration: none;
    transition: .5s; }
    .kdw:not(.liferay-instance) .kdw-card-services-systems__button:hover {
      color: white;
      background-color: #009e58; }
  .kdw:not(.liferay-instance) .kdw-card-services-systems__flex-system {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .kdw:not(.liferay-instance) .kdw-card-services-systems__flex-system .kdw-card-services-systems__image--squared {
      width: 120px;
      height: 120px; }
    .kdw:not(.liferay-instance) .kdw-card-services-systems__flex-system .kdw-card-services-systems__image--above {
      height: auto;
      width: 120px; }
    .kdw:not(.liferay-instance) .kdw-card-services-systems__flex-system .kdw-card-services-systems__favorite-icon {
      padding: 0px 7px;
      top: -4px;
      font-size: 20px; }
  .kdw:not(.liferay-instance) .kdw-card-services-systems--large .kdw-card-services-systems__image--squared {
    width: 120px;
    height: 120px; }
  .kdw:not(.liferay-instance) .kdw-card-services-systems--large .kdw-card-services-systems__image--above {
    height: 120px;
    width: 120px; }
  .kdw:not(.liferay-instance) .kdw-card-services-systems__system {
    flex: 1;
    margin: 10px; }
  .kdw:not(.liferay-instance) .kdw-card-services-systems__system-text {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .kdw:not(.liferay-instance) .kdw-card-services-systems__system-text .kdw-card-services-systems__describe {
      max-width: 180px; }

.kdw:not(.liferay-instance) .kdw-banner-home {
  height: 410px;
  width: 100%; }
  @media only screen and (max-width: 699px) {
    .kdw:not(.liferay-instance) .kdw-banner-home {
      margin: 0px !important;
      border-radius: 0px !important; } }
  .kdw:not(.liferay-instance) .kdw-banner-home__box {
    position: relative;
    top: 50%;
    left: 30px;
    border: solid 5px white;
    transform: translateY(-50%);
    max-width: 350px; }
    @media only screen and (max-width: 699px) {
      .kdw:not(.liferay-instance) .kdw-banner-home__box {
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 250px; } }
    .kdw:not(.liferay-instance) .kdw-banner-home__box > div {
      padding: 30px 20px; }
      @media only screen and (max-width: 699px) {
        .kdw:not(.liferay-instance) .kdw-banner-home__box > div {
          padding: 10px 15px; } }
      @media only screen and (max-width: 699px) {
        .kdw:not(.liferay-instance) .kdw-banner-home__box > div > h1 {
          font-size: 22px;
          line-height: 24px; } }
      .kdw:not(.liferay-instance) .kdw-banner-home__box > div > h2 {
        line-height: 1;
        font-weight: 500; }
        @media only screen and (max-width: 699px) {
          .kdw:not(.liferay-instance) .kdw-banner-home__box > div > h2 {
            font-size: 18px;
            line-height: 20px; } }

.kdw:not(.liferay-instance) .kdw-banner-slick-slider .slick-dots {
  bottom: 8px; }

.kdw:not(.liferay-instance) .kdw-banner-slick-slider .slick-dots li button:before {
  font-size: 35px;
  opacity: 1;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.37);
  font-family: "Times"; }

.kdw:not(.liferay-instance) .kdw-banner-slick-slider .slick-dots li.slick-active button:before {
  color: #8dc73f; }

.kdw:not(.liferay-instance) .kdw-banner-slick-slider .slick-dots li:only-child {
  display: none; }

.kdw:not(.liferay-instance) .kdw-banner-slick-slider.slick-slider.slick-dotted {
  margin-bottom: 20px; }

.kdw:not(.liferay-instance) .kdw-login__input {
  border: 0;
  padding: 4px 0;
  border-bottom: 1px solid white;
  background-color: transparent;
  outline: none;
  width: 100%;
  border-radius: 7px;
  color: white;
  height: 33px; }
  .kdw:not(.liferay-instance) .kdw-login__input ~ label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 5px;
    color: white;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px; }
    @media only screen and (max-width: 399px) {
      .kdw:not(.liferay-instance) .kdw-login__input ~ label {
        letter-spacing: normal;
        font-size: 11.5px;
        top: 10px; } }
  .kdw:not(.liferay-instance) .kdw-login__input:focus ~ label {
    top: -16px;
    font-size: 12px;
    color: #8dc73f;
    transition: 0.3s;
    border-radius: 10px;
    font-weight: bold; }

.kdw:not(.liferay-instance) .kdw-login__select {
  -webkit-appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS41IDBMMTcuNzI3MiA3Ljc3MjczSDEuMjcyNzZMOS41IDBaIiBmaWxsPSJ3aGl0ZSIvPjxwYXRoIGQ9Ik05LjUgMTlMMS4yNzI3NiAxMS4yMjczTDE3LjcyNzIgMTEuMjI3M0w5LjUgMTlaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 10px; }
  .kdw:not(.liferay-instance) .kdw-login__select ~ label {
    top: -16px !important;
    font-size: 12px !important;
    color: #8dc73f !important;
    transition: 0.3s !important;
    border-radius: 10px !important;
    font-weight: bold !important; }

.kdw:not(.liferay-instance) .kdw-login__bg {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: #009e58;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1020; }

.kdw:not(.liferay-instance) .kdw-login__box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 50px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 550px; }
  @media screen and (max-width: 500px) {
    .kdw:not(.liferay-instance) .kdw-login__box {
      width: 100%;
      background-color: rgba(0, 0, 0, 0); } }

.kdw:not(.liferay-instance) .kdw-login__btn {
  border-radius: 44px;
  background-color: white;
  color: #009e58;
  width: 307px;
  padding: 10px; }
  @media screen and (max-width: 500px) {
    .kdw:not(.liferay-instance) .kdw-login__btn {
      width: 100%; } }

.kdw:not(.liferay-instance) .kdw-login__input.has-content ~ label {
  top: -16px;
  font-size: 12px;
  color: #8dc73f;
  transition: 0.3s;
  border-radius: 10px;
  font-weight: bold; }

@media only screen and (max-width: 399px) {
  .kdw:not(.liferay-instance) .kdw-login__input.kdw-login__registration-number ~ label {
    top: 0px; }
    .kdw:not(.liferay-instance) .kdw-login__input.kdw-login__registration-number ~ label:focus {
      top: -25px; }
  .kdw:not(.liferay-instance) .kdw-login__input.kdw-login__registration-number:focus ~ label {
    top: -25px; }
  .kdw:not(.liferay-instance) .kdw-login__input.kdw-login__registration-number.has-content ~ label {
    top: -25px; } }

.kdw:not(.liferay-instance) .kdw-center-container {
  max-width: 650px;
  margin: 0 auto; }
  .kdw:not(.liferay-instance) .kdw-center-container h1 {
    line-height: 1 !important;
    font-weight: 600 !important; }
  .kdw:not(.liferay-instance) .kdw-center-container h3 {
    font-weight: 400 !important; }
  .kdw:not(.liferay-instance) .kdw-center-container img {
    max-width: 100%;
    border-radius: 8px; }
  .kdw:not(.liferay-instance) .kdw-center-container p {
    line-height: 1.40 !important; }

.kdw:not(.liferay-instance) .kdw-select-input {
  color: #009e58;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.74231L6 6.69076L11 1.74231' stroke='%23009E59' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: right .9em center;
  background-size: 1.2em auto;
  background-color: white; }

.kdw:not(.liferay-instance) .kdw-structured-list {
  margin-top: 3rem; }
  .kdw:not(.liferay-instance) .kdw-structured-list > li {
    border-left: solid 8px #8dc73f; }
    .kdw:not(.liferay-instance) .kdw-structured-list > li > p {
      margin-left: 1rem; }

.kdw:not(.liferay-instance) .kdw-poll-card-survey {
  background: #f1efe5 !important;
  border-radius: 15px !important;
  max-width: 610px !important;
  min-height: 355px !important;
  max-height: 100% !important;
  margin: 40px auto !important;
  position: relative !important; }
  .kdw:not(.liferay-instance) .kdw-poll-card-survey .kdw-card__header {
    height: 0 !important; }
    .kdw:not(.liferay-instance) .kdw-poll-card-survey .kdw-card__header .kdw-card-title {
      position: relative;
      top: -40px;
      left: -10px; }
  .kdw:not(.liferay-instance) .kdw-poll-card-survey .panel-body {
    justify-content: center !important;
    align-items: center !important;
    background-image: none !important; }
    .kdw:not(.liferay-instance) .kdw-poll-card-survey .panel-body img {
      position: absolute !important;
      left: -175px !important;
      bottom: -70px !important;
      width: 275px;
      height: 290px; }
      @media (max-width: 770px) {
        .kdw:not(.liferay-instance) .kdw-poll-card-survey .panel-body img {
          display: none; } }
    .kdw:not(.liferay-instance) .kdw-poll-card-survey .panel-body .survey__banner__unanswered-content {
      display: block;
      align-items: center;
      max-width: 360px;
      min-height: 100% !important;
      height: 100% !important; }
      .kdw:not(.liferay-instance) .kdw-poll-card-survey .panel-body .survey__banner__unanswered-content label {
        display: flex;
        position: relative;
        padding-left: 50px; }
      .kdw:not(.liferay-instance) .kdw-poll-card-survey .panel-body .survey__banner__unanswered-content label:before {
        content: "" !important;
        background: #fff !important;
        width: 18px !important;
        top: 0 !important;
        left: 0 !important;
        height: 18px !important;
        border-radius: 18px !important;
        z-index: 0 !important;
        position: absolute !important;
        border: 3px solid #1C9344 !important; }
      .kdw:not(.liferay-instance) .kdw-poll-card-survey .panel-body .survey__banner__unanswered-content input[type='radio']:after {
        width: 15px !important;
        height: 15px !important;
        border-radius: 15px !important;
        top: 20px !important;
        left: -280px !important;
        position: relative !important;
        background-color: transparent !important;
        content: '' !important;
        display: inline-block !important;
        visibility: visible !important;
        border: 2px solid white !important; }
      .kdw:not(.liferay-instance) .kdw-poll-card-survey .panel-body .survey__banner__unanswered-content input[type='radio']:checked:after {
        width: 15px !important;
        height: 15px !important;
        border-radius: 15px !important;
        top: 20px !important;
        left: -280px !important;
        position: relative !important;
        background-color: green !important;
        content: '' !important;
        display: inline-block !important;
        visibility: visible !important;
        border: 2px solid white !important; }
      .kdw:not(.liferay-instance) .kdw-poll-card-survey .panel-body .survey__banner__unanswered-content-questions {
        margin: 20px auto;
        width: 90%; }
        .kdw:not(.liferay-instance) .kdw-poll-card-survey .panel-body .survey__banner__unanswered-content-questions > div {
          display: flex;
          align-items: center;
          margin: 10px 0; }
      .kdw:not(.liferay-instance) .kdw-poll-card-survey .panel-body .survey__banner__unanswered-content button {
        display: block;
        margin: auto;
        align-items: center;
        justify-content: center;
        height: 45px !important;
        background: #b08e2a;
        border-radius: 40px;
        border: none;
        text-transform: none !important;
        box-shadow: 0px -4px 4px rgba(255, 255, 255, 0.4), 0px 4px 4px rgba(0, 0, 0, 0.2), inset 0px 7px 7px rgba(229, 229, 229, 0.5); }
      .kdw:not(.liferay-instance) .kdw-poll-card-survey .panel-body .survey__banner__unanswered-content h2 {
        text-align: center !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        line-height: 22px !important;
        color: #000000 !important; }
    .kdw:not(.liferay-instance) .kdw-poll-card-survey .panel-body .survey__banner__answered-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: 360px;
      min-height: 100% !important;
      height: 100% !important; }
      .kdw:not(.liferay-instance) .kdw-poll-card-survey .panel-body .survey__banner__answered-content h2 {
        font-weight: normal !important;
        font-size: 14px !important;
        line-height: 20px !important;
        text-align: center !important;
        color: #000000 !important; }
      .kdw:not(.liferay-instance) .kdw-poll-card-survey .panel-body .survey__banner__answered-content-questions {
        margin: 20px 0;
        width: 90%; }
        .kdw:not(.liferay-instance) .kdw-poll-card-survey .panel-body .survey__banner__answered-content-questions > div {
          display: flex;
          align-items: center;
          margin: 10px 0; }
        .kdw:not(.liferay-instance) .kdw-poll-card-survey .panel-body .survey__banner__answered-content-questions tr {
          padding-bottom: 22px !important;
          align-items: flex-end !important; }
          .kdw:not(.liferay-instance) .kdw-poll-card-survey .panel-body .survey__banner__answered-content-questions tr td:nth-of-type(1) {
            font-weight: bold;
            font-size: 14px;
            line-height: 20px;
            color: #1C9344; }
          .kdw:not(.liferay-instance) .kdw-poll-card-survey .panel-body .survey__banner__answered-content-questions tr td:nth-of-type(3) {
            background-color: #fff !important; }
          .kdw:not(.liferay-instance) .kdw-poll-card-survey .panel-body .survey__banner__answered-content-questions tr td:nth-of-type(5) {
            font-weight: normal;
            font-size: 14px;
            line-height: 20px;
            color: #000000; }
          .kdw:not(.liferay-instance) .kdw-poll-card-survey .panel-body .survey__banner__answered-content-questions tr .progress {
            background-color: #1C9344 !important; }
          .kdw:not(.liferay-instance) .kdw-poll-card-survey .panel-body .survey__banner__answered-content-questions tr .progress-bar {
            background-color: #1C9344 !important; }

@media (max-width: 768px) {
  .kdw:not(.liferay-instance) .kdw-poll-card-survey {
    margin: 100px auto !important; } }

.kdw:not(.liferay-instance) .kdw-accordion__header {
  margin-top: 2px;
  border-radius: 5px;
  background-color: #006F3F; }
  .kdw:not(.liferay-instance) .kdw-accordion__header-icon {
    width: 50px;
    height: 50px;
    background-color: #8dc73f;
    float: left;
    border-radius: 5px 0px 0px 5px; }
  .kdw:not(.liferay-instance) .kdw-accordion__header-text {
    line-height: 50px;
    height: 50px; }
    .kdw:not(.liferay-instance) .kdw-accordion__header-text > button {
      font-size: 16px; }

.kdw:not(.liferay-instance) .kdw-accordion-plus-minus-toggle {
  cursor: pointer;
  height: 51px;
  position: relative;
  width: 51px; }
  .kdw:not(.liferay-instance) .kdw-accordion-plus-minus-toggle:before, .kdw:not(.liferay-instance) .kdw-accordion-plus-minus-toggle:after {
    background: white;
    content: '';
    height: 3px;
    left: 15px;
    position: absolute;
    top: 23px;
    width: 21px;
    transition: transform 500ms ease; }
  .kdw:not(.liferay-instance) .kdw-accordion-plus-minus-toggle:after {
    transform-origin: center; }
  .kdw:not(.liferay-instance) .kdw-accordion-plus-minus-toggle.collapsed:after {
    transform: rotate(90deg); }
  .kdw:not(.liferay-instance) .kdw-accordion-plus-minus-toggle.collapsed:before {
    transform: rotate(180deg); }

.kdw:not(.liferay-instance) .kdw-table {
  border-collapse: separate;
  width: 100%;
  border-spacing: 1px 2px;
  margin-top: 3em; }
  .kdw:not(.liferay-instance) .kdw-table td, .kdw:not(.liferay-instance) .kdw-table th {
    padding: 8px;
    color: #006F3F; }
  .kdw:not(.liferay-instance) .kdw-table tr:nth-child(even) {
    background-color: #F5F6D7; }
  .kdw:not(.liferay-instance) .kdw-table tr:nth-child(odd) {
    background-color: #e1eda2; }
  .kdw:not(.liferay-instance) .kdw-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #D1E07B; }

.kdw:not(.liferay-instance) .kdw-parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px; }
  .kdw:not(.liferay-instance) .kdw-parallax--off {
    background-attachment: scroll !important; }

.kdw:not(.liferay-instance) .kdw-news-width-150 {
  width: 150%;
  margin-left: -25%; }

.kdw:not(.liferay-instance) .kdw-news-width-200 {
  width: 200%;
  margin-left: -50%; }

.kdw:not(.liferay-instance) .kdw-news-width-250 {
  width: 250%;
  margin-left: -75%; }

@media only screen and (max-width: 1400px) {
  .kdw:not(.liferay-instance) .kdw-news-width-150, .kdw:not(.liferay-instance) .kdw-news-width-200, .kdw:not(.liferay-instance) .kdw-news-width-250 {
    width: 100% !important;
    margin-left: 0px !important; } }

.kdw:not(.liferay-instance) .kdw-related-file {
  padding: 30px 0px;
  max-width: 650px;
  margin: 0 auto; }
  .kdw:not(.liferay-instance) .kdw-related-file > li {
    display: flex;
    align-items: center;
    margin: 20px 0px;
    color: #2f2f2f; }
    .kdw:not(.liferay-instance) .kdw-related-file > li > a > svg {
      width: 70px; }
    .kdw:not(.liferay-instance) .kdw-related-file > li > p {
      margin-left: 10px;
      margin-bottom: 0px; }

@media screen and (max-width: 699px) {
  .kdw:not(.liferay-instance) .kdw-horizontal-overflow {
    overflow: scroll;
    flex-wrap: nowrap;
    margin-left: -31px;
    margin-right: -31px;
    padding: 0 5px; } }

@media screen and (max-width: 699px) {
  .kdw:not(.liferay-instance) .kdw-horizontal-overflow > div {
    flex: 1 0 300px;
    flex-shrink: 0; }
    .kdw:not(.liferay-instance) .kdw-horizontal-overflow > div * {
      position: relative;
      left: 0px;
      max-width: 100%; } }

.kdw:not(.liferay-instance) .kdw-install-app {
  position: fixed;
  bottom: 65px;
  right: 10px;
  background: #009e58;
  padding: 8px;
  z-index: 1000;
  color: white;
  border-radius: 8px; }
  @media screen and (min-width: 1139px) {
    .kdw:not(.liferay-instance) .kdw-install-app {
      bottom: 20px; } }

.kdw:not(.liferay-instance) .kdw-calendar {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (max-width: 699px) {
    .kdw:not(.liferay-instance) .kdw-calendar > div {
      width: 100% !important; } }
  @media (max-width: 1024px) {
    .kdw:not(.liferay-instance) .kdw-calendar__content {
      margin: 10px 0 !important; } }
  .kdw:not(.liferay-instance) .kdw-calendar__content {
    height: 95px;
    margin: 15px 0;
    width: 100%;
    background: #1C9344;
    box-shadow: 0px -4px 4px #3BA65F, 0px 4px 4px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    display: flex;
    align-items: center; }
    .kdw:not(.liferay-instance) .kdw-calendar__content__number {
      text-align: center;
      padding: 10px;
      min-width: 130px;
      min-height: 80px;
      line-height: 18px; }
      .kdw:not(.liferay-instance) .kdw-calendar__content__number span {
        font-size: 38px;
        font-weight: 400 !important; }
      .kdw:not(.liferay-instance) .kdw-calendar__content__number .month {
        font-size: 12px;
        font-weight: 700 !important;
        text-transform: uppercase; }
      .kdw:not(.liferay-instance) .kdw-calendar__content__number .time {
        font-size: 10px;
        font-weight: 700 !important; }
    .kdw:not(.liferay-instance) .kdw-calendar__content__line {
      opacity: 0.2;
      border-left: 1px solid #fff;
      height: 70px; }
  .kdw:not(.liferay-instance) .kdw-calendar_one-date {
    font-size: 33px; }
  .kdw:not(.liferay-instance) .kdw-calendar_two-date {
    font-size: 20px; }
  .kdw:not(.liferay-instance) .kdw-calendar ~ .lfr-pagination .lfr-pagination-buttons.pager {
    display: flex;
    position: absolute;
    margin-top: -10px;
    margin-right: auto;
    margin-left: auto;
    bottom: -45px;
    left: 0;
    right: 0;
    width: 100%;
    width: fit-content;
    justify-content: center; }
    .kdw:not(.liferay-instance) .kdw-calendar ~ .lfr-pagination .lfr-pagination-buttons.pager li a {
      font-size: 0;
      line-height: 0;
      color: transparent;
      margin-right: 9px;
      padding: 15px;
      margin-bottom: -15px; }
    .kdw:not(.liferay-instance) .kdw-calendar ~ .lfr-pagination .lfr-pagination-buttons.pager li a::before {
      font-family: "fontawesome-alloy";
      content: "\f053";
      color: #fff;
      font-size: 12px; }
    .kdw:not(.liferay-instance) .kdw-calendar ~ .lfr-pagination .lfr-pagination-buttons.pager li:last-child a::before {
      content: "\f054"; }
    .kdw:not(.liferay-instance) .kdw-calendar ~ .lfr-pagination .lfr-pagination-buttons.pager li:last-child a {
      margin-right: unset; }
    .kdw:not(.liferay-instance) .kdw-calendar ~ .lfr-pagination .lfr-pagination-buttons.pager li.disabled a::before {
      color: #d8d8d8;
      opacity: .6; }
    .kdw:not(.liferay-instance) .kdw-calendar ~ .lfr-pagination .lfr-pagination-buttons.pager li a:focus {
      outline: unset; }

.kdw:not(.liferay-instance) .kdw-container-gallery {
  width: 100%;
  height: 189px;
  border-radius: 5px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-color: #eeeeee; }
  .kdw:not(.liferay-instance) .kdw-container-gallery > video {
    width: 100%;
    height: 189px;
    object-fit: cover;
    border-radius: 5px; }
  .kdw:not(.liferay-instance) .kdw-container-gallery__overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px; }
    .kdw:not(.liferay-instance) .kdw-container-gallery__overlay > svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

@media (min-width: 1260px) {
  .kdw:not(.liferay-instance) .container {
    max-width: 1240px; } }

.kdw:not(.liferay-instance) .is-desktop {
  display: block; }

.kdw:not(.liferay-instance) .is-mobile {
  display: none; }

.kdw:not(.liferay-instance) .kdw__terms_of_use .kdw__terms_of_use_banner_header-description {
  margin-left: 20px !important;
  margin-top: 20px !important;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-self: flex-start; }
  .kdw:not(.liferay-instance) .kdw__terms_of_use .kdw__terms_of_use_banner_header-description span {
    margin-left: 20px; }

.kdw:not(.liferay-instance) .kdw__terms_of_use_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000; }
  .kdw:not(.liferay-instance) .kdw__terms_of_use_popup_modal {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001; }
    .kdw:not(.liferay-instance) .kdw__terms_of_use_popup_modal .container {
      background-color: #f1efe5 !important; }
  .kdw:not(.liferay-instance) .kdw__terms_of_use_popup > div span {
    margin-left: 50px; }

.kdw:not(.liferay-instance) .kdw__terms_of_use_banner {
  background-color: #f1efe5;
  padding: 20px 40px;
  border-radius: 10px;
  border: 1px solid #efefef;
  display: flex;
  align-items: center;
  min-height: 134px;
  left: 180px;
  top: 204px; }
  .kdw:not(.liferay-instance) .kdw__terms_of_use_banner img {
    width: 70px;
    height: 70px; }
  .kdw:not(.liferay-instance) .kdw__terms_of_use_banner b {
    font-weight: 600;
    color: #2f2f2f;
    size: 16px;
    line-height: 22px; }
  .kdw:not(.liferay-instance) .kdw__terms_of_use_banner-termo {
    margin-bottom: -23px !important; }
  .kdw:not(.liferay-instance) .kdw__terms_of_use_banner.popup {
    background-color: #f2f3ed; }
  .kdw:not(.liferay-instance) .kdw__terms_of_use_banner .button_status {
    display: flex;
    justify-content: center; }
  .kdw:not(.liferay-instance) .kdw__terms_of_use_banner > div {
    padding-left: 50px;
    font-weight: 400;
    color: #2f2f2f;
    size: 16px;
    line-height: 22px; }

.kdw:not(.liferay-instance) .kdw__terms_of_use_check {
  display: flex;
  align-items: center;
  position: relative;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .kdw:not(.liferay-instance) .kdw__terms_of_use_check .container-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer !important;
    height: 20px;
    width: 20px;
    margin-left: -7px;
    z-index: 9000;
    top: 16px;
    left: 0px; }
  .kdw:not(.liferay-instance) .kdw__terms_of_use_check .checkmark {
    top: 16px;
    left: 0;
    box-sizing: border-box;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 2px solid #d1d1d1;
    border-radius: 3px; }
  .kdw:not(.liferay-instance) .kdw__terms_of_use_check .container-label:hover input ~ .checkmark {
    background-color: #ffffff; }
  .kdw:not(.liferay-instance) .kdw__terms_of_use_check .container-label input:checked ~ .checkmark {
    background-color: #1c9344;
    border: 3px; }
  .kdw:not(.liferay-instance) .kdw__terms_of_use_check .checkmark:after {
    content: "";
    position: absolute;
    display: flex;
    box-sizing: border-box; }
  .kdw:not(.liferay-instance) .kdw__terms_of_use_check .container-label input:checked ~ .checkmark:after {
    display: block; }
  .kdw:not(.liferay-instance) .kdw__terms_of_use_check .container-label .checkmark:after {
    left: 6px;
    top: 3px;
    width: 7px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .kdw:not(.liferay-instance) .kdw__terms_of_use_check > label {
    margin: 5px 10px;
    font-family: "Rawline";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #2f2f2f; }
    .kdw:not(.liferay-instance) .kdw__terms_of_use_check > label p {
      margin: 13px 0;
      font-size: 0.775rem; }
      .kdw:not(.liferay-instance) .kdw__terms_of_use_check > label p > a {
        color: #2f2f2f;
        font-weight: 600;
        text-decoration: underline !important; }

.kdw:not(.liferay-instance) .kdw__terms_of_use_btn {
  background-color: #1c9344;
  padding: 3px 20px;
  color: #ffffff !important;
  text-decoration: none !important;
  font-family: "Rawline";
  font-style: normal;
  font-weight: 600;
  border-radius: 20px;
  display: inline-block;
  margin-top: 10px;
  border: none;
  width: 105px;
  height: 32px;
  font-size: 14px;
  line-height: 20px;
  left: 329.08px;
  top: 294px;
  border-radius: 42px;
  text-align: center;
  justify-content: center; }
  .kdw:not(.liferay-instance) .kdw__terms_of_use_btn.popup {
    background-color: white;
    color: #8b9f38 !important; }
  .kdw:not(.liferay-instance) .kdw__terms_of_use_btn span {
    font-family: "Rawline";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */
    top: 0px;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff; }
  .kdw:not(.liferay-instance) .kdw__terms_of_use_btn:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

@media (max-width: 520px) {
  .kdw:not(.liferay-instance) .is-desktop {
    display: none !important; }
  .kdw:not(.liferay-instance) .is-mobile {
    display: block !important; }
  .kdw:not(.liferay-instance) .checkmark {
    left: 0 !important; }
  .kdw:not(.liferay-instance) .popup-img {
    width: 41px !important;
    height: 41px !important;
    background-repeat: no-repeat; }
  .kdw:not(.liferay-instance) .kdw__terms_of_use_banner_title_img {
    display: grid !important;
    grid-template-columns: 0.4fr 2fr !important;
    margin: 0 !important; }
  .kdw:not(.liferay-instance) .kdw__terms_of_use_popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000; }
  .kdw:not(.liferay-instance) .kdw__terms_of_use_banner {
    box-sizing: border-box;
    padding: 20px 36px 20px 20px !important;
    display: flex;
    flex-direction: column;
    max-width: 1240px; }
    .kdw:not(.liferay-instance) .kdw__terms_of_use_banner > div {
      padding: 0px !important;
      display: flex;
      align-items: center; }
    .kdw:not(.liferay-instance) .kdw__terms_of_use_banner .img_title {
      display: flex;
      justify-content: space-between;
      font-family: "Rawline";
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 22px;
      align-items: center; }
      .kdw:not(.liferay-instance) .kdw__terms_of_use_banner .img_title b {
        font-weight: 600;
        position: relative;
        left: 20px;
        margin-left: 10px; }
    .kdw:not(.liferay-instance) .kdw__terms_of_use_banner .conteudo {
      display: flex;
      flex-direction: column; }
    .kdw:not(.liferay-instance) .kdw__terms_of_use_banner .conteudo_button {
      display: flex;
      align-items: center;
      margin-top: -10px !important; }
    .kdw:not(.liferay-instance) .kdw__terms_of_use_banner_header-img {
      width: 41px !important;
      height: 41px !important;
      position: absolute;
      left: 27px;
      margin-top: 0px; }
    .kdw:not(.liferay-instance) .kdw__terms_of_use_banner_header-description {
      font-family: "Rawline";
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 22px;
      margin-top: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      align-self: flex-start;
      margin-left: 36px !important; }
  .kdw:not(.liferay-instance) .kdw__terms_of_use_btn {
    background-color: #1c9344;
    padding: 3px 20px;
    color: #ffffff !important;
    text-decoration: none !important;
    font-family: "Rawline";
    font-style: normal;
    font-weight: 600;
    border-radius: 20px;
    display: inline-block;
    margin-top: 10px;
    border: none;
    width: 151px !important;
    height: 32px;
    font-size: 14px;
    line-height: 20px;
    left: 329.08px;
    top: 294px;
    border-radius: 42px;
    text-align: center; }
    .kdw:not(.liferay-instance) .kdw__terms_of_use_btn.popup {
      background-color: white;
      color: #8b9f38 !important; }
    .kdw:not(.liferay-instance) .kdw__terms_of_use_btn span {
      font-family: "Rawline";
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 20px;
      /* or 143% */
      top: -2px;
      position: relative;
      display: flex;
      align-items: center;
      text-align: center;
      color: #ffffff; }
    .kdw:not(.liferay-instance) .kdw__terms_of_use_btn:disabled {
      opacity: 0.5;
      cursor: not-allowed; }
  .kdw:not(.liferay-instance) .kdw__terms_of_use_check {
    display: flex;
    align-items: center;
    position: relative;
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */ }
    .kdw:not(.liferay-instance) .kdw__terms_of_use_check .container-label input {
      position: absolute;
      opacity: 0;
      cursor: pointer !important;
      height: 20px;
      width: 20px;
      margin-left: -7px;
      z-index: 9000;
      top: 16px;
      left: 0px; }
    .kdw:not(.liferay-instance) .kdw__terms_of_use_check .checkmark {
      top: 16px;
      left: 0;
      box-sizing: border-box;
      position: absolute;
      width: 20px;
      height: 20px;
      background: #ffffff;
      border: 2px solid #d1d1d1;
      border-radius: 3px; }
    .kdw:not(.liferay-instance) .kdw__terms_of_use_check .container-label:hover input ~ .checkmark {
      background-color: #ffffff; }
    .kdw:not(.liferay-instance) .kdw__terms_of_use_check .container-label input:checked ~ .checkmark {
      background-color: #1c9344;
      border: 3px; }
    .kdw:not(.liferay-instance) .kdw__terms_of_use_check .checkmark:after {
      content: "";
      position: absolute;
      display: flex;
      box-sizing: border-box; }
    .kdw:not(.liferay-instance) .kdw__terms_of_use_check .container-label input:checked ~ .checkmark:after {
      display: block; }
    .kdw:not(.liferay-instance) .kdw__terms_of_use_check .container-label .checkmark:after {
      left: 6px;
      top: 3px;
      width: 7px;
      height: 9px;
      border: solid white;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .kdw:not(.liferay-instance) .kdw__terms_of_use_check > label {
      margin: 0 0 10px 15px;
      font-family: "Rawline";
      font-style: normal;
      font-weight: 500;
      font-size: 12px;
      line-height: 12px;
      color: #2f2f2f; }
      .kdw:not(.liferay-instance) .kdw__terms_of_use_check > label p {
        margin: 8px 0 10px 0 0 !important;
        font-size: 0.775rem; }
        .kdw:not(.liferay-instance) .kdw__terms_of_use_check > label p > a {
          color: #2f2f2f;
          font-weight: 600;
          text-decoration: underline !important; }
      .kdw:not(.liferay-instance) .kdw__terms_of_use_check > label::after {
        margin-top: 10px; }
  .kdw:not(.liferay-instance) .kdw__terms_of_use_btn {
    background-color: #1c9344;
    padding: 3px 20px;
    color: #ffffff !important;
    text-decoration: none !important;
    font-family: "Rawline";
    font-style: normal;
    font-weight: 600;
    border-radius: 20px;
    display: inline-block;
    margin-top: 10px;
    border: none;
    width: 151px !important;
    height: 32px;
    font-size: 14px;
    line-height: 20px;
    left: 329.08px;
    top: 294px;
    border-radius: 42px;
    text-align: center; }
    .kdw:not(.liferay-instance) .kdw__terms_of_use_btn.popup {
      background-color: white;
      color: #8b9f38 !important; }
    .kdw:not(.liferay-instance) .kdw__terms_of_use_btn span {
      font-family: "Rawline";
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 20px;
      /* or 143% */
      top: -2px;
      position: relative;
      display: flex;
      align-items: center;
      text-align: center;
      color: #ffffff; }
    .kdw:not(.liferay-instance) .kdw__terms_of_use_btn:disabled {
      opacity: 0.5;
      cursor: not-allowed; }
  .kdw:not(.liferay-instance) .custom_input {
    cursor: pointer; } }

.kdw:not(.liferay-instance) .kdw-card {
  color: #6A6A6A;
  height: 100%;
  background-color: #eeeeee;
  border-radius: 15px;
  min-height: 100%; }
  .kdw:not(.liferay-instance) .kdw-card__header {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    padding-left: 1rem;
    padding-bottom: 0px;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .kdw:not(.liferay-instance) .kdw-card__header-btn {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    padding: 0.25rem .8rem; }
  .kdw:not(.liferay-instance) .kdw-card__body {
    padding: 0 1rem;
    padding-bottom: 0.5rem;
    min-height: 100%; }
    .kdw:not(.liferay-instance) .kdw-card__body .portlet-header {
      display: none; }
  .kdw:not(.liferay-instance) .kdw-card--squared {
    height: auto;
    min-height: 100% !important; }
  .kdw:not(.liferay-instance) .kdw-card--gray {
    color: #6A6A6A;
    font-weight: bold; }
  .kdw:not(.liferay-instance) .kdw-card--green-on-gray {
    color: #009e58; }
  .kdw:not(.liferay-instance) .kdw-card--purple-on-gray {
    color: #5C308C; }
  .kdw:not(.liferay-instance) .kdw-card--orange-on-gray {
    color: #f48c00; }
  .kdw:not(.liferay-instance) .kdw-card--transparent .kdw-card__header-btn, .kdw:not(.liferay-instance) .kdw-card--gray .kdw-card__header-btn, .kdw:not(.liferay-instance) .kdw-card--white .kdw-card__header-btn, .kdw:not(.liferay-instance) .kdw-card--green-on-gray .kdw-card__header-btn, .kdw:not(.liferay-instance) .kdw-card--purple-on-gray .kdw-card__header-btn, .kdw:not(.liferay-instance) .kdw-card--orange-on-gray .kdw-card__header-btn, .kdw:not(.liferay-instance) .kdw-card--has-background-image .kdw-card__header-btn {
    color: inherit; }
  .kdw:not(.liferay-instance) .kdw-card--transparent {
    background: transparent;
    color: #2F2F2F;
    box-shadow: 7px 7px 8px rgba(0, 0, 0, 0.1); }
  .kdw:not(.liferay-instance) .kdw-card--white {
    color: #2F2F2F;
    background: #FFFFFF;
    box-shadow: 7px 7px 8px rgba(0, 0, 0, 0.1); }
    .kdw:not(.liferay-instance) .kdw-card--white .kdw-card__header-btn {
      margin-right: 0; }
  .kdw:not(.liferay-instance) .kdw-card--green {
    background-color: #009e58;
    color: #fff; }
  .kdw:not(.liferay-instance) .kdw-card--new-green {
    background-color: #1C9344;
    color: #fff; }
  .kdw:not(.liferay-instance) .kdw-card--purple {
    background-color: #5C308C;
    color: #fff; }
    .kdw:not(.liferay-instance) .kdw-card--purple .kdw-card__header {
      display: flex !important;
      align-items: flex-end !important;
      justify-content: space-between !important;
      color: #fff !important;
      padding: 10px 20px !important;
      margin: 0 !important;
      height: auto !important; }
      .kdw:not(.liferay-instance) .kdw-card--purple .kdw-card__header .kdw-card__header-btn {
        padding: 0.25rem 0 !important; }
      @media (max-width: 1024px) {
        .kdw:not(.liferay-instance) .kdw-card--purple .kdw-card__header .kdw-card-title {
          font-size: 16px !important; } }
  .kdw:not(.liferay-instance) .kdw-card--blue {
    background-color: #14B1E6;
    color: #fff; }
  .kdw:not(.liferay-instance) .kdw-card--orange {
    background-color: #f48c00;
    color: #fff; }
  .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card {
    width: 100%;
    flex-shrink: 0; }
    .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .card-horizontal {
      background: transparent;
      box-shadow: none;
      margin: 0; }
      .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .card-horizontal .panel-body {
        padding: 0;
        display: flex;
        flex-direction: column;
        min-height: 270px;
        padding-top: 10px;
        background-size: contain;
        background-position: center top;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzA2IiBoZWlnaHQ9IjMiIHZpZXdCb3g9IjAgMCAzMDYgMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjMwNiIgaGVpZ2h0PSIzIiBmaWxsPSIjMDA5RTU5Ii8+CjxyZWN0IHg9IjY4IiB3aWR0aD0iMjM4IiBoZWlnaHQ9IjMiIGZpbGw9IiM4Q0M3M0YiLz4KPHJlY3QgeD0iMTcyIiB3aWR0aD0iMTM0IiBoZWlnaHQ9IjMiIGZpbGw9IiMxNEIxRTYiLz4KPC9zdmc+Cg=="); }
      .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .card-horizontal h2 {
        font-weight: bold;
        font-size: 16px;
        line-height: 18px;
        color: #6A6A6A; }
      .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .card-horizontal label {
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
        color: #6A6A6A; }
      .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .card-horizontal .field-wrapper {
        margin-bottom: 10px; }
        .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .card-horizontal .field-wrapper label:before {
          content: "";
          background: #ededed;
          width: 23px;
          top: 0;
          left: -2px;
          height: 23px;
          z-index: 0;
          position: absolute; }
      .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .card-horizontal .button-holder {
        flex-grow: 1;
        align-items: flex-end;
        display: flex; }
      .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .card-horizontal .field {
        position: relative;
        height: 14px;
        margin-left: -20px;
        width: 14px;
        transform: scale(0.1);
        margin-right: 6px;
        margin-right: -13px; }
        .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .card-horizontal .field:after {
          content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjgiIGZpbGw9IndoaXRlIiBzdHJva2U9IiMwMDQ2MjciIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K");
          position: absolute;
          left: -2px;
          top: 18px;
          z-index: 2;
          transform: scale(10); }
      .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .card-horizontal .field:checked:after {
        content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjgiIGZpbGw9IndoaXRlIiBzdHJva2U9IiMwMDQ2MjciIHN0cm9rZS13aWR0aD0iMiIvPgo8Y2lyY2xlIGN4PSI5IiBjeT0iOSIgcj0iMy43NSIgZmlsbD0iIzAwNDYyNyIvPgo8L3N2Zz4K"); }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .card-horizontal .field {
          transform: scale(1) !important; } }

@-moz-document url-prefix() {
  .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .card-horizontal .field {
    transform: scale(1) !important; } }
    .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .lfr-meta-actions {
      display: none; }
    .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .table-responsive {
      margin: 0; }
      .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .table-responsive ~ div {
        display: none; }
    .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .table {
      border: none;
      background: transparent; }
      .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .table tr, .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .table td, .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .table th, .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .table tbody, .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .table thead {
        background: transparent;
        border: none;
        padding: 0; }
      .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .table thead {
        display: none; }
      .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .table tbody {
        display: block; }
        .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .table tbody tr {
          display: flex;
          position: relative;
          padding-bottom: 16px; }
          .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .table tbody tr td {
            color: #6A6A6A;
            font-size: 16px; }
            .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .table tbody tr td:nth-child(1) {
              display: block;
              order: 2; }
            .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .table tbody tr td:nth-child(2) {
              display: none; }
            .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .table tbody tr td:nth-child(3) {
              display: block;
              order: 3;
              position: absolute;
              bottom: 11px;
              left: 0;
              right: 0; }
            .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .table tbody tr td:nth-child(4) {
              display: none; }
            .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .table tbody tr td:nth-child(5) {
              display: block;
              flex-grow: 1;
              order: 1;
              font-weight: 500; }
          .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .table tbody tr .progress {
            width: 100% !important;
            background: transparent !important;
            height: 3px;
            overflow: hidden; }
            .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .table tbody tr .progress .progress-bar {
              height: 3px;
              background-color: #939393; }
    .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .thanks-msg {
      display: block;
      font-weight: 600;
      font-size: 16px;
      line-height: 22px;
      text-align: center;
      color: #000000;
      margin-bottom: 10px; }
      .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .thanks-msg small {
        display: block;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #000000; }
    .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .btn-primary {
      text-transform: lowercase;
      width: 107px;
      height: 33px;
      text-align: center;
      font-weight: bold;
      font-size: 16px;
      padding: 0; }
      .kdw:not(.liferay-instance) .kdw-card.kdw-poll-card .btn-primary span {
        vertical-align: 2px; }

.kdw:not(.liferay-instance) .kdw-news-card-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 270px;
  overflow: hidden; }

.kdw:not(.liferay-instance) .kdw-news-card-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 1; }

.kdw:not(.liferay-instance) .kdw-news-card-clip {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjM4IiBoZWlnaHQ9IjI4NCIgdmlld0JveD0iMCAwIDIzOCAyODQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMzcuNjA3IDI4NFYwTDE4OS4wNTcgMTg1TDAgMjg0SDIzNy42MDdaIiBmaWxsPSIjMDA5RTU5Ii8+PC9zdmc+);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: -1px;
  height: 100%;
  width: 100%;
  z-index: 2; }

.kdw:not(.liferay-instance) .kdw-news-card-text {
  position: absolute;
  bottom: 18px;
  left: 10px;
  z-index: 3; }

.kdw:not(.liferay-instance) .kdw-news-card:nth-child(4n + 1) .kdw-news-card-clip {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjM4IiBoZWlnaHQ9IjI4NCIgdmlld0JveD0iMCAwIDIzOCAyODQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMzcuNjA3IDI4NFYwTDE4OS4wNTcgMTg1TDAgMjg0SDIzNy42MDdaIiBmaWxsPSIjMDA5RTU5Ii8+PC9zdmc+); }

.kdw:not(.liferay-instance) .kdw-news-card:nth-child(4n + 1) .kdw-news-card-strip {
  background-color: #006F3F; }

.kdw:not(.liferay-instance) .kdw-news-card:nth-child(4n + 2) .kdw-news-card-clip {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjM4IiBoZWlnaHQ9IjI4NCIgdmlld0JveD0iMCAwIDIzOCAyODQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMzcuNjA3IDI4NFYwTDE4OS4wNTcgMTg1TDAgMjg0SDIzNy42MDdaIiBmaWxsPSIjOENDNzNGIi8+PC9zdmc+); }

.kdw:not(.liferay-instance) .kdw-news-card:nth-child(4n + 2) .kdw-news-card-strip {
  background-color: #6ea52d; }

.kdw:not(.liferay-instance) .kdw-news-card:nth-child(4n + 3) .kdw-news-card-clip {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjM4IiBoZWlnaHQ9IjI4NCIgdmlld0JveD0iMCAwIDIzOCAyODQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMzcuNjA3IDI4NFYwTDE4OS4wNTYgMTg1TC02LjEwMzUyZS0wNSAyODRIMjM3LjYwN1oiIGZpbGw9IiNEMkUwN0MiLz48L3N2Zz4=); }

.kdw:not(.liferay-instance) .kdw-news-card:nth-child(4n + 3) .kdw-news-card-strip {
  background-color: #e1eda2; }

.kdw:not(.liferay-instance) .kdw-news-card:nth-child(4n + 3) .kdw-news-card-text {
  color: #6A6A6A !important; }

.kdw:not(.liferay-instance) .kdw-news-card:nth-child(4n + 4) .kdw-news-card-clip {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjM4IiBoZWlnaHQ9IjI4NCIgdmlld0JveD0iMCAwIDIzOCAyODQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMzcuNjA3IDI4NFYwTDE4OS4wNTcgMTg1TDAgMjg0SDIzNy42MDdaIiBmaWxsPSIjODhCQjlDIi8+PC9zdmc+); }

.kdw:not(.liferay-instance) .kdw-news-card:nth-child(4n + 4) .kdw-news-card-strip {
  background-color: #6fa082; }

.kdw:not(.liferay-instance) .kdw-news-card-title {
  line-height: 18px; }

.kdw:not(.liferay-instance) .kdw-card-notch {
  border: 1px solid #D0D0D0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 50px; }
  .kdw:not(.liferay-instance) .kdw-card-notch .kdw-card-notch__title-container {
    display: flex;
    justify-content: center; }
    .kdw:not(.liferay-instance) .kdw-card-notch .kdw-card-notch__title-container .kdw-card-notch__title {
      position: absolute;
      border: 1px solid #D0D0D0;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-top-color: white;
      padding: 0px 20px 5px 20px;
      margin-top: -1px;
      text-transform: uppercase;
      color: #004627;
      font-weight: bold;
      font-size: 15px; }
  .kdw:not(.liferay-instance) .kdw-card-notch .kdw-card-notch__content {
    margin: 15px -1px -1px -1px;
    border: 1px solid white; }
  .kdw:not(.liferay-instance) .kdw-card-notch .kdw-card-notch__body {
    margin-top: 20px;
    padding: 30px; }

.kdw:not(.liferay-instance) .kdw-video__wrapper {
  padding-bottom: 56.25%; }

.kdw:not(.liferay-instance) .kdw-video__wrapper-home {
  padding-bottom: 40% !important; }

.kdw:not(.liferay-instance) .kdw-video__wrapper .kdw-video__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.kdw:not(.liferay-instance) iframe.kdw-video__item {
  border: none; }

.kdw:not(.liferay-instance) .kdw-news .kdw-video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-top: 15px; }

.kdw:not(.liferay-instance) .kdw-favorites {
  border-radius: 3px;
  height: 410px; }
  @media screen and (max-width: 1140px) {
    .kdw:not(.liferay-instance) .kdw-favorites {
      position: fixed;
      bottom: -500px;
      width: 100%;
      transition: ease 1s;
      z-index: 1001;
      left: 0;
      right: 0; } }
  .kdw:not(.liferay-instance) .kdw-favorites-mobile-show {
    bottom: 50px; }
  .kdw:not(.liferay-instance) .kdw-favorites .kdw-favorites__header {
    background: #8dc73f;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    height: 38px;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 1140px) {
      .kdw:not(.liferay-instance) .kdw-favorites .kdw-favorites__header {
        border-radius: 20px 20px 0px 0px;
        background: #eeeeee; } }
    .kdw:not(.liferay-instance) .kdw-favorites .kdw-favorites__header a {
      text-decoration: none;
      color: #fff; }
  .kdw:not(.liferay-instance) .kdw-favorites .kdw-favorites__icon {
    box-shadow: 0 0 0 2px;
    border-radius: 50%;
    padding: 3px;
    margin-right: 7px; }
  .kdw:not(.liferay-instance) .kdw-favorites .kdw-favorites__title {
    font-size: 0.875rem; }
    @media screen and (max-width: 1140px) {
      .kdw:not(.liferay-instance) .kdw-favorites .kdw-favorites__title {
        color: #006F3F; } }
  .kdw:not(.liferay-instance) .kdw-favorites .kdw-favorites__link {
    font-size: 0.75rem; }
    .kdw:not(.liferay-instance) .kdw-favorites .kdw-favorites__link-desktop {
      display: none; }
      @media (min-width: 1140px) {
        .kdw:not(.liferay-instance) .kdw-favorites .kdw-favorites__link-desktop {
          display: block; } }
    .kdw:not(.liferay-instance) .kdw-favorites .kdw-favorites__link-mobile {
      display: block; }
      @media (min-width: 1140px) {
        .kdw:not(.liferay-instance) .kdw-favorites .kdw-favorites__link-mobile {
          display: none; } }
  .kdw:not(.liferay-instance) .kdw-favorites .kdw-favorites__body {
    padding: 15px;
    padding-top: 10px;
    background: #eeeeee;
    border-radius: 0 0 0.3125rem 0.3125rem; }
    .kdw:not(.liferay-instance) .kdw-favorites .kdw-favorites__body .tab-content {
      margin-top: 15px; }
    .kdw:not(.liferay-instance) .kdw-favorites .kdw-favorites__body .tab-pane {
      background: #eeeeee;
      padding: unset;
      height: 300px; }
    .kdw:not(.liferay-instance) .kdw-favorites .kdw-favorites__body .portlet-body {
      height: 310px; }
    @media only screen and (max-width: 1139px) {
      .kdw:not(.liferay-instance) .kdw-favorites .kdw-favorites__body .portlet-topper {
        display: none; } }
  .kdw:not(.liferay-instance) .kdw-favorites .nav-tabs {
    border-bottom: 1px solid #8dc73f; }
  .kdw:not(.liferay-instance) .kdw-favorites .nav-item {
    color: #006F3F;
    text-transform: uppercase; }
  .kdw:not(.liferay-instance) .kdw-favorites .nav-item.active {
    background: #eeeeee;
    border: none;
    border-bottom: 4px solid #8dc73f;
    border-radius: unset;
    color: #6A6A6A; }
  .kdw:not(.liferay-instance) .kdw-favorites .nav-link:focus {
    box-shadow: unset; }
  .kdw:not(.liferay-instance) .kdw-favorites .kdw-favorites__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    color: #6A6A6A; }
    .kdw:not(.liferay-instance) .kdw-favorites .kdw-favorites__item:hover {
      text-decoration: none; }
  .kdw:not(.liferay-instance) .kdw-favorites .kdw-favorites__item-img-container {
    background: #fff;
    border-radius: 12px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .kdw:not(.liferay-instance) .kdw-favorites .kdw-favorites__item-img {
    height: auto;
    width: 60px; }
  .kdw:not(.liferay-instance) .kdw-favorites .kdw-favorites__item-img--default {
    height: 60px;
    width: 60px; }
  .kdw:not(.liferay-instance) .kdw-favorites .kdw-favorites__item-title {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    padding: 0px 3px;
    margin-top: 5px;
    max-width: calc(100% + 11px);
    text-overflow: ellipsis; }
    .kdw:not(.liferay-instance) .kdw-favorites .kdw-favorites__item-title a {
      text-decoration: none;
      color: #6A6A6A; }
    .kdw:not(.liferay-instance) .kdw-favorites .kdw-favorites__item-title:not(.truncated) {
      overflow: hidden;
      max-height: 24px; }
  .kdw:not(.liferay-instance) .kdw-favorites .lfr-pagination-buttons.pager {
    display: flex;
    justify-content: center;
    position: absolute;
    margin-top: -10px;
    margin-right: auto;
    margin-left: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    width: fit-content; }
    .kdw:not(.liferay-instance) .kdw-favorites .lfr-pagination-buttons.pager li a {
      font-size: 0;
      line-height: 0;
      color: transparent;
      margin-right: 9px;
      padding: unset; }
    .kdw:not(.liferay-instance) .kdw-favorites .lfr-pagination-buttons.pager li a::before {
      font-family: "fontawesome-alloy";
      content: "\f053";
      color: #8dc73f;
      font-size: 12px; }
    .kdw:not(.liferay-instance) .kdw-favorites .lfr-pagination-buttons.pager li:last-child a::before {
      content: "\f054"; }
    .kdw:not(.liferay-instance) .kdw-favorites .lfr-pagination-buttons.pager li:last-child a {
      margin-right: unset; }
    .kdw:not(.liferay-instance) .kdw-favorites .lfr-pagination-buttons.pager li.disabled a::before {
      color: #d8d8d8; }
    .kdw:not(.liferay-instance) .kdw-favorites .lfr-pagination-buttons.pager li a:focus {
      outline: unset; }
  .kdw:not(.liferay-instance) .kdw-favorites .btn-my-favorites__add {
    color: #fff;
    background: #1C9344;
    border-radius: 42px;
    border: none;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.6;
    padding: 5px 21px;
    margin-bottom: 10px;
    height: auto;
    width: auto;
    box-shadow: none; }
  .kdw:not(.liferay-instance) .kdw-favorites .btn-my-favorites__add:hover, .kdw:not(.liferay-instance) .kdw-favorites .btn-my-favorites__add:focus {
    background: #1c9344; }

.kdw:not(.liferay-instance) .kdw-tabs-navigation-container {
  overflow: hidden;
  height: 39px;
  box-shadow: 0px 9px 8px -5px #c7c7c7; }

.kdw:not(.liferay-instance) .kdw-tabs-navigation {
  display: flex;
  overflow-x: scroll;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 39px; }
  .kdw:not(.liferay-instance) .kdw-tabs-navigation::-webkit-scrollbar {
    display: none; }
  .kdw:not(.liferay-instance) .kdw-tabs-navigation .kdw-tabs-navigation__tab-container {
    width: 100%; }
  .kdw:not(.liferay-instance) .kdw-tabs-navigation .kdw-tabs-navigation__tab {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 39px;
    padding: 10px;
    border: 1px solid #D0D0D0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #006F3F;
    font-weight: bold;
    font-size: 12px; }
    @media only screen and (max-width: 1400px) {
      .kdw:not(.liferay-instance) .kdw-tabs-navigation .kdw-tabs-navigation__tab {
        white-space: nowrap; } }
  .kdw:not(.liferay-instance) .kdw-tabs-navigation .kdw-tabs-navigation__tab.active {
    border-bottom: 4px solid #8dc73f;
    color: #6A6A6A; }
  .kdw:not(.liferay-instance) .kdw-tabs-navigation a {
    text-decoration: none; }

.kdw:not(.liferay-instance) .kdw-loader {
  border: 5px solid #f3f3f3;
  animation: spin 1s linear infinite;
  border-top: 5px solid #8dc73f;
  border-radius: 50%;
  width: 50px;
  height: 50px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@media only screen and (max-width: 699px) {
  .kdw:not(.liferay-instance) .kdw-favorites .kdw-loader {
    display: none !important; } }

.kdw:not(.liferay-instance) .kdw-btn--rounded {
  border-radius: 44px;
  width: 307px;
  padding: 10px;
  display: block; }
  @media only screen and (max-width: 699px) {
    .kdw:not(.liferay-instance) .kdw-btn--rounded {
      width: auto; } }

.kdw:not(.liferay-instance) .kdw-btn--with-icon {
  display: flex;
  text-align: left;
  justify-content: center;
  align-items: center; }
  .kdw:not(.liferay-instance) .kdw-btn--with-icon__text {
    max-width: 90%; }

.kdw:not(.liferay-instance) .kdw-btn--lg {
  font-weight: 700; }
  .kdw:not(.liferay-instance) .kdw-btn--lg .lexicon-icon {
    width: 3em;
    height: 3em;
    margin: 0 10px 0 0; }
  .kdw:not(.liferay-instance) .kdw-btn--lg .kdw-icon::before {
    font-size: 2em;
    margin: 0 10px 0 0; }

.kdw:not(.liferay-instance) .kdw-informatives__text p {
  line-height: 1.29 !important; }

.kdw:not(.liferay-instance) .kdw-header-notification-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  background: #FFFFFF;
  border: 2px solid transparent;
  box-shadow: 0px -4px 4px #FFFFFF, 0px 4px 4px rgba(0, 0, 0, 0.2), inset 0px 7px 7px rgba(229, 229, 229, 0.5);
  display: flex;
  align-items: center;
  justify-content: center; }

.kdw:not(.liferay-instance) .kdw-notifications {
  position: relative;
  height: 100px;
  align-items: center;
  display: flex; }
  .kdw:not(.liferay-instance) .kdw-notifications__check {
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMSIgc3Ryb2tlPSIjMDA5RTU4IiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTcuNSA4Ljc1TDEwLjYyNSAxNS42MjVMNy41IDEyLjUiIHN0cm9rZT0iIzAwOUU1OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer; }
  .kdw:not(.liferay-instance) .kdw-notifications:hover .kdw-header-notification-icon {
    border: 2px solid #009e58; }

.kdw:not(.liferay-instance) .kdw-notifications-portlet__list-item {
  padding: 20px 25px;
  border-bottom: 1px solid #EEEEEE;
  cursor: pointer;
  min-height: 80px; }
  .kdw:not(.liferay-instance) .kdw-notifications-portlet__list-item.read {
    opacity: .6; }
    .kdw:not(.liferay-instance) .kdw-notifications-portlet__list-item.read * {
      font-weight: normal; }
    .kdw:not(.liferay-instance) .kdw-notifications-portlet__list-item.read:hover {
      opacity: 1; }
      .kdw:not(.liferay-instance) .kdw-notifications-portlet__list-item.read:hover * {
        font-weight: initial; }

.kdw:not(.liferay-instance) .kdw-notifications-portlet__title {
  font-weight: 700;
  font-size: 16px; }
  .kdw:not(.liferay-instance) .kdw-notifications-portlet__title .read-label {
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 8px;
    padding-bottom: 2px;
    background: #f1f2f5;
    border-radius: 50px;
    color: #6b6c7e;
    font-weight: bold;
    letter-spacing: 1px;
    margin-right: 2px; }

.kdw:not(.liferay-instance) .kdw-notifications-portlet__subtitle {
  font-size: 14px;
  color: #6A6A6A;
  margin: 0;
  font-size: 14px; }

.kdw:not(.liferay-instance) .kdw-notifications-portlet__info {
  flex-grow: 1; }

.kdw:not(.liferay-instance) .kdw-notifications-portlet__text {
  margin: 0;
  font-size: 14px; }

.kdw:not(.liferay-instance) .kdw-notifications-portlet .sticker-overlay {
  width: 32px;
  position: relative; }
  .kdw:not(.liferay-instance) .kdw-notifications-portlet .sticker-overlay .kdw-notifications-portlet__user-avatar-img {
    width: 32px;
    height: 32px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .kdw:not(.liferay-instance) .kdw-notifications-portlet .sticker-overlay .kdw-notifications-portlet__user-avatar-img.announcement {
      background-size: 19px; }

.kdw:not(.liferay-instance) .notifications-popover {
  position: absolute;
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16), 0px 2px 4px rgba(0, 0, 0, 0.12), 0px 1px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 362px;
  height: 293px;
  z-index: 1005;
  right: -30px;
  top: 90px;
  display: grid; }
  .kdw:not(.liferay-instance) .notifications-popover .portlet-boundary {
    overflow-y: scroll;
    height: calc(100% - 39px); }
  .kdw:not(.liferay-instance) .notifications-popover .main-content-body {
    margin-top: 0;
    padding: 0; }
  .kdw:not(.liferay-instance) .notifications-popover ul.nav, .kdw:not(.liferay-instance) .notifications-popover .button-holder, .kdw:not(.liferay-instance) .notifications-popover .taglib-page-iterator {
    display: none; }
  .kdw:not(.liferay-instance) .notifications-popover .main-content-card {
    padding: 0 16px;
    border-bottom: 1px solid #D0D0D0;
    border-radius: 0; }
    .kdw:not(.liferay-instance) .notifications-popover .main-content-card h4 {
      font-weight: 600; }
      .kdw:not(.liferay-instance) .notifications-popover .main-content-card h4 a {
        font-weight: 600;
        color: #009e58;
        font-size: 1.125rem;
        text-transform: none;
        text-decoration: underline !important;
        line-height: 1.29;
        margin-bottom: 0.5rem; }
    .kdw:not(.liferay-instance) .notifications-popover .main-content-card h5 {
      font-size: 14px;
      color: #6A6A6A !important;
      margin: 0 !important; }
    .kdw:not(.liferay-instance) .notifications-popover .main-content-card .card-col-content h5:last-child {
      display: none; }
    .kdw:not(.liferay-instance) .notifications-popover .main-content-card .control-entry {
      display: none !important; }
    .kdw:not(.liferay-instance) .notifications-popover .main-content-card .entry-content {
      padding-top: 0;
      padding-left: 42px;
      font-size: 12px; }
      .kdw:not(.liferay-instance) .notifications-popover .main-content-card .entry-content p {
        margin: 0; }
  .kdw:not(.liferay-instance) .notifications-popover .entries div:last-child > div {
    margin: 0;
    margin-top: -5px; }
  .kdw:not(.liferay-instance) .notifications-popover .all-alerts {
    padding: 5px 21px;
    text-transform: none;
    font-family: Rawline;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
    background: #1C9344;
    border-radius: 42px;
    color: #fff;
    justify-self: center;
    position: absolute;
    bottom: 5px; }

.kdw:not(.liferay-instance) .kdw-notifications-mobile {
  position: relative; }
  .kdw:not(.liferay-instance) .kdw-notifications-mobile .notifications-badge-mobile {
    font-family: "rawline", sans-serif;
    font-weight: 600;
    border-radius: 50px;
    width: auto;
    min-width: 16px;
    height: 16px;
    font-size: 11px;
    color: #fff;
    background-color: #F5555B;
    display: inline-flex;
    padding: 0 3px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 6px;
    right: 9px;
    font-style: normal; }

.kdw:not(.liferay-instance) .notifications-popover-mobile {
  position: fixed !important;
  left: 0 !important;
  top: initial;
  right: 0 !important;
  bottom: -500px;
  height: 391px;
  width: 100vw !important;
  padding-top: 0 !important;
  z-index: -1;
  border-radius: 15px 15px 0px 0px;
  transition: ease 1s bottom;
  z-index: 1001; }
  .kdw:not(.liferay-instance) .notifications-popover-mobile .all-alerts {
    bottom: 40px; }
    .kdw:not(.liferay-instance) .notifications-popover-mobile .all-alerts.js-up-button {
      bottom: 114px; }
  .kdw:not(.liferay-instance) .notifications-popover-mobile.visible {
    bottom: 65px; }
    .kdw:not(.liferay-instance) .notifications-popover-mobile.visible .portlet-boundary {
      height: 100%; }
    .kdw:not(.liferay-instance) .notifications-popover-mobile.visible .kdw-notifications-empty-img {
      margin-top: 156px; }

.kdw:not(.liferay-instance) .notifications-badge {
  width: 33px;
  height: 31px;
  border-radius: 50%;
  background: #F5555B;
  display: block;
  color: white;
  text-align: center;
  font-family: Rawline;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
  position: absolute;
  top: 20px;
  right: -4px;
  padding-left: 1px;
  padding-top: 2px; }

.kdw:not(.liferay-instance) .notifications-badge:empty {
  display: none; }

.kdw:not(.liferay-instance) .ie .notifications-badge {
  left: 41px; }

.kdw:not(.liferay-instance) .kdw-celebrate__wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: fit-content;
  display: inline-block;
  margin-right: 11px; }

.kdw:not(.liferay-instance) .kdw-celebrate__avatar {
  position: relative;
  top: 0;
  left: 0; }
  .kdw:not(.liferay-instance) .kdw-celebrate__avatar--bg {
    overflow: visible !important; }

.kdw:not(.liferay-instance) .kdw-celebrate__badge {
  position: absolute;
  height: 27px;
  width: 27px;
  bottom: -3px;
  right: -3px; }
  .kdw:not(.liferay-instance) .kdw-celebrate__badge--sm {
    height: 24px;
    width: 24px; }
  .kdw:not(.liferay-instance) .kdw-celebrate__badge--md {
    height: 36px;
    width: 36px; }
  .kdw:not(.liferay-instance) .kdw-celebrate__badge--lg {
    height: 62px;
    width: 62px; }
  .kdw:not(.liferay-instance) .kdw-celebrate__badge--bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }

.kdw:not(.liferay-instance) .kdw-classified-product-list__image-thumb {
  height: 133px; }
  .kdw:not(.liferay-instance) .kdw-classified-product-list__image-thumb .image-as-bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff; }

.kdw:not(.liferay-instance) .kdw-classified-product-list__currency {
  color: #6A6A6A; }

.kdw:not(.liferay-instance) .kdw-classified-product-list__tag {
  color: #272727;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: bold; }

.kdw:not(.liferay-instance) .kdw-classified-product-list__title {
  font-weight: 600;
  font-size: 16px;
  color: #004627; }

.kdw:not(.liferay-instance) .kdw-classified-product-list__publish-date {
  color: #6A6A6A;
  font-weight: 600;
  font-size: 13px; }

.kdw:not(.liferay-instance) .kdw-classified-product-list__collaborator-unity {
  font-weight: 600;
  font-size: 13px;
  color: #3D4B14; }

.kdw:not(.liferay-instance) .kdw-classified-product-list__value-number {
  color: #8B9F37;
  font-size: 22px;
  font-weight: bold; }

.kdw:not(.liferay-instance) .kdw-classified-product-list__value-decimal {
  font-size: 15px;
  color: #6A6A6A;
  position: relative;
  left: -4px; }

.kdw:not(.liferay-instance) .kdw-classified-card {
  transition: transform 0.2s ease-in;
  height: 100%; }
  @media (prefers-reduced-motion: reduce) {
    .kdw:not(.liferay-instance) .kdw-classified-card {
      transition: none; } }
  .kdw:not(.liferay-instance) .kdw-classified-card:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  .kdw:not(.liferay-instance) .kdw-classified-card__group {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

@media (min-width: 700px) {
  .kdw:not(.liferay-instance) .kdw-classified-viewer {
    width: 1043px;
    margin: 0 auto; } }

.kdw:not(.liferay-instance) .kdw-classified-viewer__user-name {
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 18px !important;
  color: #8B9F37 !important; }

.kdw:not(.liferay-instance) .kdw-classified-viewer__description {
  margin-top: 30px; }
  @media (min-width: 700px) {
    .kdw:not(.liferay-instance) .kdw-classified-viewer__description {
      max-width: 690px;
      margin-left: auto;
      margin-right: auto; } }
  .kdw:not(.liferay-instance) .kdw-classified-viewer__description p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    color: #272727; }

.kdw:not(.liferay-instance) .kdw-classified-viewer__phone-is-whatsapp {
  background: url("../images/classified/whatsapp.png") no-repeat;
  width: 21px;
  height: 21px;
  background-size: contain;
  display: inline-block;
  margin-left: 5px; }

.kdw:not(.liferay-instance) .kdw-classified-viewer__value-decimal {
  margin-left: -2px; }

.kdw:not(.liferay-instance) .kdw-classified-viewer-carousel {
  opacity: 0; }
  .kdw:not(.liferay-instance) .kdw-classified-viewer-carousel.slick-initialized {
    transition: opacity 0.3s ease-in;
    opacity: 1; }
    @media (prefers-reduced-motion: reduce) {
      .kdw:not(.liferay-instance) .kdw-classified-viewer-carousel.slick-initialized {
        transition: none; } }
  .kdw:not(.liferay-instance) .kdw-classified-viewer-carousel__image {
    display: none; }
  .kdw:not(.liferay-instance) .kdw-classified-viewer-carousel__image:first-child {
    display: block; }
  .kdw:not(.liferay-instance) .kdw-classified-viewer-carousel.slick-initialized .kdw-classified-viewer-carousel__image {
    display: block; }
  .kdw:not(.liferay-instance) .kdw-classified-viewer-carousel__image {
    border-radius: 5px;
    margin-bottom: 5px; }

.kdw:not(.liferay-instance) .kdw-classified-user-options__btn {
  transition: transform 0.2s ease-in;
  border-radius: 12px;
  padding: 12px 10px;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 5px 17px 5px;
  border: 0; }
  @media (prefers-reduced-motion: reduce) {
    .kdw:not(.liferay-instance) .kdw-classified-user-options__btn {
      transition: none; } }
  .kdw:not(.liferay-instance) .kdw-classified-user-options__btn::before {
    width: 31px;
    height: 25px;
    display: block; }
  .kdw:not(.liferay-instance) .kdw-classified-user-options__btn:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  .kdw:not(.liferay-instance) .kdw-classified-user-options__btn--small {
    padding: 8px;
    border-radius: 8px;
    margin: 0 0 0 8px; }
    .kdw:not(.liferay-instance) .kdw-classified-user-options__btn--small::before {
      width: 18px;
      height: 18px; }
  .kdw:not(.liferay-instance) .kdw-classified-user-options__btn--edit {
    background-color: #BAB94F; }
    .kdw:not(.liferay-instance) .kdw-classified-user-options__btn--edit::before {
      content: '';
      background: url("../images/classified/edit.png") left no-repeat;
      background-size: contain; }
  .kdw:not(.liferay-instance) .kdw-classified-user-options__btn--remove {
    background-color: #CF5A55; }
    .kdw:not(.liferay-instance) .kdw-classified-user-options__btn--remove::before {
      content: '';
      background: url("../images/classified/remove.png") center no-repeat;
      background-size: contain; }

.kdw:not(.liferay-instance) .kdw-classified-user-options__label {
  font-weight: bold;
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  text-transform: uppercase;
  color: #646E40;
  position: absolute;
  bottom: -16px; }

.kdw:not(.liferay-instance) .kdw-classified-notification__icon {
  transform: rotateZ(-12deg);
  font-size: 2.5em; }

.kdw:not(.liferay-instance) .kdw-classified-forms__wrapper {
  width: auto;
  margin: 0 30px; }
  @media (min-width: 700px) {
    .kdw:not(.liferay-instance) .kdw-classified-forms__wrapper {
      width: 675px;
      margin: 0 auto; } }

.kdw:not(.liferay-instance) .kdw-classified-forms__info-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #272727; }

.kdw:not(.liferay-instance) .kdw-classified-forms__max-chars-info {
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #6A6A6A; }

.kdw:not(.liferay-instance) .kdw-classified-forms__title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #004627; }

.kdw:not(.liferay-instance) .kdw-classified-forms__textarea {
  height: 182px !important;
  border-radius: 20px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  margin-top: 5px;
  resize: none; }

.kdw:not(.liferay-instance) .kdw-classified-forms__whatsapp {
  margin-left: 25px;
  display: flex;
  align-items: center;
  margin-top: 10px; }
  .kdw:not(.liferay-instance) .kdw-classified-forms__whatsapp input[type="checkbox"] {
    margin-right: 5px; }

.kdw:not(.liferay-instance) .kdw-classified-forms__upload-images-btn .kdw-btn {
  transition: all 0.2s ease-in;
  width: 65px;
  height: 65px;
  background-color: #fff;
  border-radius: 50%; }
  @media (prefers-reduced-motion: reduce) {
    .kdw:not(.liferay-instance) .kdw-classified-forms__upload-images-btn .kdw-btn {
      transition: none; } }
  .kdw:not(.liferay-instance) .kdw-classified-forms__upload-images-btn .kdw-btn:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }

.kdw:not(.liferay-instance) .kdw-classified-forms__image-preview-item {
  transition: transform 0.2s ease-in;
  width: 95px;
  height: 95px;
  margin-right: 30px;
  position: relative; }
  @media (prefers-reduced-motion: reduce) {
    .kdw:not(.liferay-instance) .kdw-classified-forms__image-preview-item {
      transition: none; } }
  .kdw:not(.liferay-instance) .kdw-classified-forms__image-preview-item.image-as-bg {
    border-radius: 50%;
    background-size: contain;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.14);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff; }
  .kdw:not(.liferay-instance) .kdw-classified-forms__image-preview-item:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }

.kdw:not(.liferay-instance) .kdw-classified-forms__image-delete {
  transition: all 0.2s ease-in;
  position: absolute;
  top: 0;
  right: -7px;
  background: #d83a3a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px 10px;
  cursor: pointer; }
  @media (prefers-reduced-motion: reduce) {
    .kdw:not(.liferay-instance) .kdw-classified-forms__image-delete {
      transition: none; } }
  .kdw:not(.liferay-instance) .kdw-classified-forms__image-delete:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }

.kdw:not(.liferay-instance) #portlet_single-sign-out {
  margin: 0 228px; }
  .kdw:not(.liferay-instance) #portlet_single-sign-out .portlet-content .portlet-title-text {
    font-family: Rawline;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    height: 40px; }
  .kdw:not(.liferay-instance) #portlet_single-sign-out .portlet-content h3 {
    visibility: hidden;
    position: relative;
    font-family: Rawline;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #979797; }
    .kdw:not(.liferay-instance) #portlet_single-sign-out .portlet-content h3:after {
      visibility: visible;
      position: absolute;
      top: 0;
      left: 0;
      content: "Saindo dos Serviços"; }
  .kdw:not(.liferay-instance) #portlet_single-sign-out .portlet-content h4 {
    font-family: Rawline;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #979797;
    margin: 210px 0 20px;
    text-align: center; }
    .kdw:not(.liferay-instance) #portlet_single-sign-out .portlet-content h4 .lfr-portal-tooltip img {
      width: 20px;
      height: 22px;
      margin-bottom: 12px;
      margin-right: 5px; }
    .kdw:not(.liferay-instance) #portlet_single-sign-out .portlet-content h4:before {
      content: "";
      border: 16px solid #f3f3f3;
      border-top: 16px solid #8b9f38;
      border-radius: 50%;
      width: 120px;
      height: 120px;
      animation: load3 2s linear infinite;
      position: absolute;
      top: 30%;
      left: 45%;
      transform: translate(-50%, -50%); }
  .kdw:not(.liferay-instance) #portlet_single-sign-out #samlSloCompleteSignOut .portlet-msg-info {
    background-color: #8b9f38;
    border-color: #8b9f38;
    color: #fff;
    font-weight: 600;
    font-size: 16px; }
  .kdw:not(.liferay-instance) #portlet_single-sign-out #samlSloCompleteSignOut #samlCompleteSignOutLink {
    display: none; }

@media screen and (max-width: 700px) {
  .kdw:not(.liferay-instance) #portlet_single-sign-out {
    margin: 0 18px; }
    .kdw:not(.liferay-instance) #portlet_single-sign-out .portlet-content h4:before {
      left: 37%; } }

.kdw:not(.liferay-instance) .portlet {
  margin-bottom: 0; }

.kdw:not(.liferay-instance) .portlet-topper {
  z-index: 1003 !important;
  top: 0% !important; }

.kdw:not(.liferay-instance) .portlet-content {
  padding: 0; }

.kdw:not(.liferay-instance)#wrapper {
  font-family: "rawline", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  background: #F7F7F7;
  overflow: hidden; }
  .kdw:not(.liferay-instance)#wrapper.locked {
    min-height: auto;
    max-height: calc(100vh - 56px); }

@media (max-width: 1139.98px) {
  .kdw:not(.liferay-instance) #content section .container.px-8 {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.container {
  max-width: calc(100vw - 30px); }

@media (min-width: 1440px) {
  .container {
    max-width: 1400px !important; } }

.kdw-card {
  margin-top: 20px !important; }

.home .kdw-card {
  max-height: 300px !important;
  min-height: 300px !important; }

.home .was-adjusted {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important; }
  .home .was-adjusted > div {
    flex-grow: 1 !important;
    margin-bottom: 20px !important;
    height: 50% !important; }
    .home .was-adjusted > div .kdw-card {
      height: 100% !important; }

.kdw-slick-slider {
  border-radius: 4px;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px; }
  @media screen and (max-width: 699px) {
    .kdw-slick-slider {
      border-radius: 0;
      overflow: hidden;
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 0 !important; } }

.home #main-content #fragment-34780-kjkx .kdw-card {
  margin-top: 0 !important;
  min-height: auto !important; }

.home #main-content #fragment-34780-kjkx .kdw-card__body {
  padding: 0 !important; }

.home #main-content #fragment-34780-kjkx, .home #main-content #kdw-favorites-nWFg12J84jdx {
  margin-bottom: -20px !important; }

.home #main-content > section:nth-child(2) > div > div > div:first-child .kdw-card .kdw-card__header {
  border-top: 1px solid #D0D0D0;
  margin-bottom: -10px !important; }
  .home #main-content > section:nth-child(2) > div > div > div:first-child .kdw-card .kdw-card__header a {
    color: #009E59 !important; }

.home #main-content > section:nth-child(2) > div > div > div:first-child .kdw-card .kdw-card__header, .home #main-content > section:nth-child(2) > div > div > div:first-child .kdw-card .kdw-card__body {
  padding: 0 !important; }

.home #main-content > section:nth-child(2) > div > div > div:first-child #fragment-0-rscp {
  margin-bottom: 0; }
  .home #main-content > section:nth-child(2) > div > div > div:first-child #fragment-0-rscp .kdw-card__body {
    padding: 0; }

.home #main-content > section:nth-child(2) > div > div > div:last-child #fragment-34780-abss {
  margin-bottom: 0 !important; }

.home #main-content .kdw-card:not(.kdw-card--gray) hr {
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important; }
  .home #main-content .kdw-card:not(.kdw-card--gray) hr.bg-white {
    background: transparent !important; }

.kdw:not(.liferay-instance) .ksso-login-content-box {
  background: #47A651 !important;
  border-radius: 5px;
  box-shadow: 0 2px 17px 2px rgba(0, 0, 0, 0.101961);
  padding: 30px 0;
  margin: 20vh 0 0 15vw;
  max-width: 100% !important; }
  @media only screen and (max-width: 699px) {
    .kdw:not(.liferay-instance) .ksso-login-content-box {
      margin: 20vh 1.5em; } }
  .kdw:not(.liferay-instance) .ksso-login-content-box .ksso-logo__img {
    width: 100px; }
  .kdw:not(.liferay-instance) .ksso-login-content-box .portlet-login {
    padding: 30px; }

.kdw:not(.liferay-instance) .ksso-logo-wrapper {
  display: table;
  margin: 15px auto 30px;
  width: 45%; }

.kdw:not(.liferay-instance) .ksso-logo {
  display: inline-flex;
  align-items: center; }

.kdw:not(.liferay-instance) .ksso-logo__title {
  margin-left: 15px;
  margin-bottom: 0;
  font-weight: 700;
  border-left: 1px solid currentColor;
  padding-left: 15px; }

.kdw:not(.liferay-instance) .ksso-login-btn__text {
  max-width: 60%; }

.kdw:not(.liferay-instance) .ksso-header .ksso-logo__img {
  width: 60px; }

.kdw:not(.liferay-instance) .ksso-header .kdw-header__logo img {
  height: auto; }

.kdw:not(.liferay-instance) .ksso-header__logo {
  margin-left: 5px; }

.kdw:not(.liferay-instance) .ksso-user-greetings {
  width: 100%;
  background: #006F3F;
  border-bottom: 0;
  margin: 0; }

.kdw:not(.liferay-instance) .ksso-anonymous-icon-wrapper {
  background: #f1f2f5;
  display: flex;
  align-items: center;
  justify-content: center; }
  .kdw:not(.liferay-instance) .ksso-anonymous-icon-wrapper .lexicon-icon {
    width: 1.5em;
    height: 1.5em;
    position: relative;
    top: 2px;
    fill: #6b6c7d; }

.kdw:not(.liferay-instance) .ksso-mobile-bottom-menu__content {
  display: flex;
  width: 100vw; }
  .kdw:not(.liferay-instance) .ksso-mobile-bottom-menu__content a.active {
    background: #cecece;
    padding: 0 10px;
    border-radius: 4px; }
  .kdw:not(.liferay-instance) .ksso-mobile-bottom-menu__content .kdw-icon img {
    height: 25px;
    margin-top: 5px; }

.kdw:not(.liferay-instance) .ksso-card {
  color: #6A6A6A;
  background-color: #EDEDED;
  border-radius: 0.3125rem;
  margin-top: 1.5rem; }

.kdw:not(.liferay-instance) .ksso-card__title {
  font-weight: 600; }

.kdw:not(.liferay-instance) .ksso-security-report__title {
  font-weight: 600; }

.ksso-login-bg {
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  background-attachment: fixed; }
  @media only screen and (max-width: 1139px) {
    .ksso-login-bg {
      background-size: 100vw;
      background-position: top; } }

.klabin-sso.signed-out .ksso-header {
  border-bottom: 1px solid #D0D0D0; }

.puma-header {
  z-index: 1000; }
  .puma-header.pos-md-absolute {
    position: absolute; }
  .puma-header .row .col.col-logo {
    margin-top: -1rem; }
  .puma-header .row .col .dropdown .btn.dropdown-toggle {
    font-weight: bold;
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    background: #00000080;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 2px;
    color: #FFFFFF; }
    .puma-header .row .col .dropdown .btn.dropdown-toggle::after {
      content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABJSURBVHgBbYwBDQAgCASJYAQjEJEINDCKUYxghBe2d8PN337A/Q8BsOguRXnfTLiAU1nQyhO08CTY4cEJ8lbfO165/BSBsWCVHw3Xcm++H2eOAAAAAElFTkSuQmCC");
      margin-left: 5px; }
  .puma-header .row .col .dropdown .dropdown-menu {
    min-width: 0;
    border-radius: 2px; }
    .puma-header .row .col .dropdown .dropdown-menu a.dropdown-item {
      text-transform: uppercase; }
  .puma-header .puma-language-selector {
    min-width: 60px; }

@media (max-width: 767px) {
  .puma-header {
    background-color: #092244;
    height: 70px; }
    .puma-header.pos-md-absolute {
      position: relative; }
    .puma-header .container {
      max-width: 100%; }
    .puma-header .col-logo .img-logo {
      max-height: 60px; }
    .puma-header .row .col .dropdown .btn.dropdown-toggle {
      background-color: transparent;
      border-color: #FFFFFF80; }
    .puma-header .row .col.col-menu {
      width: 70px;
      flex-basis: 70px;
      height: 70px;
      background-color: #009E59; }
    .puma-header .row .col.col-logo {
      margin-top: 0; }
    .puma-header .hamburger {
      font: inherit;
      display: inline-block;
      overflow: visible;
      margin: 0;
      padding: 15px;
      cursor: pointer;
      transition-timing-function: linear;
      transition-duration: .15s;
      transition-property: opacity,filter;
      text-transform: none;
      color: inherit;
      border: 0;
      background-color: transparent; }
      .puma-header .hamburger .hamburger-box {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 24px; }
      .puma-header .hamburger.is-active .hamburger-inner {
        transition-delay: .12s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: rotate(45deg); }
        .puma-header .hamburger.is-active .hamburger-inner:before {
          top: 0;
          transition: top 75ms ease,opacity 75ms ease .12s;
          opacity: 0; }
        .puma-header .hamburger.is-active .hamburger-inner:after {
          bottom: 0;
          transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
          transform: rotate(-90deg); }
      .puma-header .hamburger .hamburger-inner {
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition-duration: 75ms;
        top: 50%;
        display: block;
        margin-top: -2px; }
        .puma-header .hamburger .hamburger-inner:after, .puma-header .hamburger .hamburger-inner:before {
          display: block;
          content: ""; }
        .puma-header .hamburger .hamburger-inner:before {
          top: -10px;
          transition: top 75ms ease .12s,opacity 75ms ease; }
        .puma-header .hamburger .hamburger-inner:after {
          bottom: -10px;
          transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      .puma-header .hamburger .hamburger-inner, .puma-header .hamburger .hamburger-inner:after, .puma-header .hamburger .hamburger-inner:before {
        position: absolute;
        width: 40px;
        height: 4px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        border-radius: 4px;
        background-color: #fff; }
    .puma-header .hamburger.is-active .hamburger-inner,
    .puma-header .hamburger.is-active .hamburger-inner:after,
    .puma-header .hamburger.is-active .hamburger-inner:before {
      background-color: #fff; } }

.puma-footer .puma-footer__navigation ul .nav-item a {
  color: #009E59; }

.puma-footer .puma-footer__text p {
  margin-bottom: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

.kdw-slick-slider {
  display: none; }
  .kdw-slick-slider.slick-initialized {
    display: block; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: #8dc73f;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #8dc73f;
      opacity: 0.75; }

body.cream {
  background: #F4F1E8;
  font-family: Raleway, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  body.cream .breadcrumb {
    padding-top: 0;
    margin-top: -15px;
    z-index: 1;
    position: relative; }
    body.cream .breadcrumb-link {
      color: #8B9F37; }
  body.cream .breadcrumb-item + .breadcrumb-item::before {
    top: 60%; }
  body.cream .show-asset-title .mb-2,
  body.cream .show-asset-title .metadata-author {
    display: none; }
  body.cream .kdw:not(.liferay-instance) .kdw-cream__title {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    color: #646E40; }
  body.cream .kdw:not(.liferay-instance) .kdw-cream-btn {
    transition: all, 0.2s ease-in;
    font-size: 15px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold; }
    @media (prefers-reduced-motion: reduce) {
      body.cream .kdw:not(.liferay-instance) .kdw-cream-btn {
        transition: none; } }
    body.cream .kdw:not(.liferay-instance) .kdw-cream-btn--primary {
      background: #8B9F37;
      color: #fff; }
      body.cream .kdw:not(.liferay-instance) .kdw-cream-btn--primary:hover {
        background: #7a8c30; }
    body.cream .kdw:not(.liferay-instance) .kdw-cream-btn--rounded {
      border-radius: 50px; }
    body.cream .kdw:not(.liferay-instance) .kdw-cream-btn--outline {
      background: transparent;
      border-color: #8B9F37;
      color: #8B9F37;
      box-shadow: 0 0 0 0 transparent; }
      body.cream .kdw:not(.liferay-instance) .kdw-cream-btn--outline:hover {
        box-shadow: 0 0 0px 2px #8B9F37; }
  body.cream .kdw:not(.liferay-instance) .kdw-cream-banner {
    height: 225px;
    background-color: #d8d8d8;
    position: relative; }
    @media (max-width: 1139.98px) {
      body.cream .kdw:not(.liferay-instance) .kdw-cream-banner {
        background-position: right -12em center;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); } }
    body.cream .kdw:not(.liferay-instance) .kdw-cream-banner__title {
      color: #fff;
      font-style: normal;
      font-weight: 600;
      font-size: 40px;
      text-transform: uppercase; }
      @media (max-width: 1139.98px) {
        body.cream .kdw:not(.liferay-instance) .kdw-cream-banner__title {
          font-size: 25px; } }
    body.cream .kdw:not(.liferay-instance) .kdw-cream-banner--bottom-rounded::after {
      content: '';
      background-color: #F4F1E8;
      height: 31px;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
      position: ABSOLUTE;
      bottom: 0;
      width: 100%; }
    body.cream .kdw:not(.liferay-instance) .kdw-cream-banner--bottom-rounded::after {
      content: '';
      background-color: #F4F1E8;
      height: 31px;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
      position: ABSOLUTE;
      bottom: 0;
      width: 100%; }
    body.cream .kdw:not(.liferay-instance) .kdw-cream-banner--bottom-rounded::after {
      content: '';
      background-color: #F4F1E8;
      height: 31px;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
      position: ABSOLUTE;
      bottom: 0;
      width: 100%; }
  body.cream .kdw:not(.liferay-instance) .kdw-mega-menu {
    margin-bottom: 0;
    background: #F4F1E8; }
    body.cream .kdw:not(.liferay-instance) .kdw-mega-menu__wrapper > ul > li.active > a {
      border-radius: 30px;
      background: #646E40;
      padding-left: 24px;
      padding-right: 24px; }
  body.cream .kdw:not(.liferay-instance) .kdw-cream-menu {
    border-bottom: 1px solid #C4C4C4;
    margin: 0 auto; }
    @media (max-width: 1139.98px) {
      body.cream .kdw:not(.liferay-instance) .kdw-cream-menu {
        margin-left: -30px;
        padding-left: 30px;
        margin-right: -30px;
        padding-right: 30px; } }
    @media (min-width: 700px) {
      body.cream .kdw:not(.liferay-instance) .kdw-cream-menu {
        width: 1046px;
        margin-bottom: 30px; } }
    body.cream .kdw:not(.liferay-instance) .kdw-cream-menu__item {
      transition: all, 0.2s ease-in;
      border-bottom: 4px solid #D0D0D0;
      margin: 0 3px;
      position: relative; }
      @media (prefers-reduced-motion: reduce) {
        body.cream .kdw:not(.liferay-instance) .kdw-cream-menu__item {
          transition: none; } }
      @media (min-width: 700px) {
        body.cream .kdw:not(.liferay-instance) .kdw-cream-menu__item {
          width: 214px; } }
      body.cream .kdw:not(.liferay-instance) .kdw-cream-menu__item:hover {
        border-bottom: 7px solid #8B9F37; }
      body.cream .kdw:not(.liferay-instance) .kdw-cream-menu__item.active {
        border-bottom: 7px solid #8B9F37; }
        body.cream .kdw:not(.liferay-instance) .kdw-cream-menu__item.active::after {
          width: 0;
          height: 0;
          position: absolute;
          content: " ";
          left: 0;
          top: 0;
          border-left: 1em solid transparent;
          border-right: 1em solid transparent;
          border-top: 1em solid #8B9F37;
          left: auto;
          top: 100%; }
    body.cream .kdw:not(.liferay-instance) .kdw-cream-menu__link {
      text-transform: uppercase;
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      line-height: 16px;
      color: #646E40;
      padding: 12px 0; }
  body.cream .kdw:not(.liferay-instance) .kdw-cream-card__group {
    position: relative; }
    body.cream .kdw:not(.liferay-instance) .kdw-cream-card__group--has-top-border {
      position: relative;
      padding-top: 2px; }
      body.cream .kdw:not(.liferay-instance) .kdw-cream-card__group--has-top-border::before {
        content: '';
        height: 3px;
        background: #B08E29;
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        box-shadow: inset 64px 0 0 0 #8B9F37, inset 164px 0 0 0 #EEBF62; }
  body.cream .kdw:not(.liferay-instance) .kdw-cream-card__item {
    overflow: hidden;
    padding: 15px; }
  body.cream .kdw:not(.liferay-instance) .kdw-cream-forms .form-group .form-control {
    border: 1px solid #D8D5CB;
    box-sizing: border-box;
    border-radius: 50px;
    height: 50px;
    color: #272727;
    font-size: 17px;
    background-color: #F4F1E8;
    box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.2), inset -2px -2px 3px 0 #fff;
    padding: 0 25px; }
  body.cream .kdw:not(.liferay-instance) .kdw-cream-forms .kdw-select-input {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='4' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.74231L6 6.69076L11 1.74231' stroke='%238c9e37' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-position: right 1em center; }
  body.cream .kdw:not(.liferay-instance) .kdw-cream-forms__label-inside label {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 11px;
    color: #8B9F37;
    top: 7px;
    margin-left: 25px;
    position: absolute; }
  body.cream .kdw:not(.liferay-instance) .kdw-cream-forms__label-inside .form-control {
    padding-top: 10px !important; }
  body.cream .kdw:not(.liferay-instance) .kdw-cream-table table,
  body.cream .kdw:not(.liferay-instance) .kdw-cream-table .table {
    background: transparent; }
  body.cream .kdw:not(.liferay-instance) .kdw-cream-table .table th {
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 12px;
    color: #6A6A6A; }
  body.cream .kdw:not(.liferay-instance) .kdw-cream-table .table td {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #2F3237; }
  body.cream .kdw:not(.liferay-instance) .kdw-cream-table .table td:last-child,
  body.cream .kdw:not(.liferay-instance) .kdw-cream-table .table th:last-child,
  body.cream .kdw:not(.liferay-instance) .kdw-cream-table .table .table-cell-end {
    border-bottom: 0; }
  body.cream .kdw:not(.liferay-instance) .kdw-cream-table .table tbody td,
  body.cream .kdw:not(.liferay-instance) .kdw-cream-table .table tbody th,
  body.cream .kdw:not(.liferay-instance) .kdw-cream-table .table tfoot td,
  body.cream .kdw:not(.liferay-instance) .kdw-cream-table .table tfoot th {
    background: transparent;
    border-color: #D0D0D0;
    vertical-align: middle; }
  body.cream .kdw:not(.liferay-instance) .kdw-cream-modal.modal {
    background: rgba(106, 106, 106, 0.8); }
  body.cream .kdw:not(.liferay-instance) .kdw-cream-modal .modal-header {
    border-color: transparent; }
  @media (min-width: 1140px) {
    body.cream .kdw:not(.liferay-instance) .kdw-cream-modal .modal-lg, body.cream .kdw:not(.liferay-instance) .kdw-cream-modal .modal-xl {
      max-width: 924px; } }
  body.cream .kdw:not(.liferay-instance) .kdw-cream-modal .modal-dialog {
    position: relative; }
  body.cream .kdw:not(.liferay-instance) .kdw-cream-modal .modal-content {
    background: #F4F1E8;
    border-radius: 20px;
    height: calc(100vh - 60px);
    box-shadow: 0 3px 9px 3px rgba(0, 0, 0, 0.13); }
  body.cream .kdw:not(.liferay-instance) .kdw-cream-modal .modal-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #004627; }
  body.cream .kdw:not(.liferay-instance) .kdw-cream-modal__close-icon {
    background: url("../images/klabin-icons/icon-close.svg") no-repeat;
    width: 20px;
    height: 20px; }

#qrcode-overlay {
  margin-top: 35vh;
  width: 256px;
  height: 256px; }

.icon-qrcode-close {
  position: absolute;
  top: 32px;
  right: 32px;
  font-size: 36px;
  cursor: pointer; }

.kdw-mega-menu__box__wrapper {
  position: relative; }

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