@charset "UTF-8";
/**
 * Clay 3.13.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.datepicker body {
  background-color: #fff; }

.datepicker .row {
  margin-bottom: 20px; }

.datepicker .header {
  display: flex;
  justify-content: space-between;
  padding: 3px;
  width: 100%; }
  .datepicker .header .form-caption {
    width: 75%; }
    .datepicker .header .form-caption select {
      margin: 0 1px; }
  .datepicker .header .navigation {
    width: 25%; }

.datepicker .grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  width: 100%; }

.datepicker .rowgroup {
  display: flex;
  margin: 4px 0;
  width: 100%; }

.datepicker .day {
  align-items: center;
  border-radius: 100%;
  color: #6b6c7e;
  cursor: pointer;
  display: flex;
  height: 31px;
  justify-content: center;
  margin: 0 1px;
  width: 32px; }
  .datepicker .day:focus {
    outline: none; }

.datepicker .day.active {
  background-color: #0b5fff;
  color: #fff !important; }

.datepicker .day.outside {
  color: #a7a9bc; }

.datepicker .form-caption,
.datepicker .navigation {
  display: flex; }

.datepicker .datepicker {
  padding: 16px; }

.datepicker .dropdown-menu {
  max-width: 384px;
  padding: 0; }

.datepicker .weekdays {
  align-items: center;
  display: flex;
  height: 21px;
  justify-content: space-between;
  margin-top: 16px;
  padding: 0 8px;
  width: 100%; }

.datepicker .week {
  color: #272833;
  font-weight: 600;
  text-align: center;
  width: 32px; }

.datepicker .extension-time {
  align-items: center;
  background-color: rgba(241, 242, 245, 0.5);
  color: #6b6c7e;
  display: flex;
  padding: 16px 32px; }

.datepicker .extension-control {
  align-items: center;
  display: flex; }

.datepicker .extension-time > svg {
  height: 16px;
  margin-right: 16px;
  margin-top: 1px;
  width: 16px; }

.datepicker .datepicker .form-control,
.datepicker .extension-time .form-control {
  background-color: transparent;
  border: transparent; }

.lfr-ddm-form-field-checkbox-switch {
  display: block;
  margin-bottom: 0 0 0.25rem;
  min-height: 0;
  padding-left: 0;
  position: relative; }
  .lfr-ddm-form-field-checkbox-switch.lfr-ddm-form-field-checkbox-switch-inline {
    display: inline-block;
    margin-right: 1rem; }
  .lfr-ddm-form-field-checkbox-switch .simple-toggle-switch .toggle-switch-label {
    max-width: none; }

.ddm-toggle-switch .toggle-switch-text {
  font-size: 0.875rem; }

.image-picker-preview-modal > .modal-full-screen,
.image-picker-preview-modal > .modal-full-screen > .modal-full-screen {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; }

.image-picker-preview-modal > .modal-full-screen .modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none; }

.image-picker-preview-modal > .modal-full-screen .modal-header {
  border: none; }
  .image-picker-preview-modal > .modal-full-screen .modal-header > button.close {
    color: #fff; }
    .image-picker-preview-modal > .modal-full-screen .modal-header > button.close:hover {
      background-color: rgba(255, 255, 255, 0.1); }

.image-picker-preview-modal > .modal-full-screen .modal-footer {
  border: none; }

.image-picker-preview {
  position: relative; }
  .image-picker-preview > .image-picker-priview-backdor {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0.25rem;
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 0; }
    .image-picker-preview > .image-picker-priview-backdor > svg {
      color: rgba(255, 255, 255, 0.4);
      display: none;
      height: 40px;
      left: 48.61%;
      position: absolute;
      top: 46.48%;
      width: 40px; }
    .image-picker-preview > .image-picker-priview-backdor.image-backdor:hover {
      background-color: rgba(39, 40, 51, 0.5); }
      .image-picker-preview > .image-picker-priview-backdor.image-backdor:hover > svg {
        display: block; }

.lfr-ddm-form-field-group {
  display: block;
  margin: 0.75rem 0;
  position: relative; }

.ddm-form-field-repeatable-add-button {
  position: absolute;
  right: 0;
  top: 0; }

.form-builder-select-field .select-field-trigger {
  align-items: center;
  display: flex;
  justify-content: space-between; }

.form-builder-select-field .select-field-trigger .option-selected, .form-builder-select-field .multiple-label-list .multiple-label {
  text-overflow: ellipsis;
  white-space: nowrap; }

.ddm-btn-cancel {
  margin-right: 7px; }

.ddm-btn-full button {
  width: 100%; }

.ddm-form-builder-app .lfr-ddm-form-page > .row {
  margin-left: 20px;
  margin-right: 20px; }

.ddm-form-builder-app.ddm-form-builder-app-not-ready {
  opacity: 0.5;
  pointer-events: none; }

.input-group-inset-item {
  height: auto; }

body .ddm-user-view-content .ddm-field {
  padding: 0 12px; }

body .ddm-user-view-content .liferay-ddm-form-renderer-wizard {
  padding: 40px 34px 31px; }

body .ddm-user-view-content .multi-step-item.active .multi-step-divider {
  background-color: #1865fb; }

body .ddm-user-view-content .multi-step-indicator-label {
  margin-top: -28px; }

body .ddm-user-view-content .form-group .form-check-inline {
  margin-right: 16px; }

body .ddm-user-view-content .form-group .custom-control-inline + .custom-control-inline {
  margin-left: 16px; }

body .ddm-user-view-content .multi-step-icon {
  cursor: default; }

.portlet-forms .ddm-form-basic-info .ddm-form-name {
  color: #000;
  font-weight: 500; }

.lfr-ddm-form-field-container label,
.lfr-ddm-form-field-container legend,
.lfr-ddm-form-field-container p {
  padding-right: 40px; }

.lfr-ddm-form-container {
  word-break: normal; }
  .lfr-ddm-form-container .form-control-feedback {
    margin-left: -20px; }
  .lfr-ddm-form-container .icon-angle-left {
    font-size: inherit; }
  .lfr-ddm-form-container .input-group-addon .form-control-feedback {
    left: -18px; }
  .lfr-ddm-form-container .required-warning {
    margin-bottom: 25px;
    padding-left: 32px; }
    .lfr-ddm-form-container .required-warning .icon-asterisk {
      margin-left: 4px; }
  .lfr-ddm-form-container .select-arrow-down-container:focus {
    outline: none; }
  .lfr-ddm-form-container .lfr-ddm-form-field-container {
    position: relative; }
    .lfr-ddm-form-container .lfr-ddm-form-field-container.has-error .liferay-ddm-form-field-date .input-group-addon {
      border-width: 0 0 2px; }

@keyframes spin {
  100% {
    transform: rotate(359deg); } }
    .lfr-ddm-form-container .lfr-ddm-form-field-container .icon-asterisk {
      margin-left: 4px; }
    .lfr-ddm-form-container .lfr-ddm-form-field-container .lfr-ddm-form-field-repeatable-add-button {
      position: absolute;
      right: 0;
      top: 0; }
    .lfr-ddm-form-container .lfr-ddm-form-field-container .lfr-ddm-form-field-repeatable-delete-button {
      position: absolute;
      right: 15px;
      top: 0; }
    .lfr-ddm-form-container .lfr-ddm-form-field-container .liferay-ddm-form-field-date .input-group-addon {
      cursor: pointer; }
    .lfr-ddm-form-container .lfr-ddm-form-field-container select.form-control[multiple] {
      height: auto; }
    .lfr-ddm-form-container .lfr-ddm-form-field-container textarea {
      overflow-y: hidden; }
  .lfr-ddm-form-container .lfr-ddm-form-page {
    display: none;
    padding: 0; }
    .lfr-ddm-form-container .lfr-ddm-form-page.active {
      display: block; }
  .lfr-ddm-form-container .lfr-ddm-form-page-description {
    margin-bottom: 23px; }
  .lfr-ddm-form-container .lfr-ddm-form-page-title + .required-warning {
    margin-top: 0; }
  .lfr-ddm-form-container .lfr-ddm-form-page-title + .row {
    margin-top: 40px; }
  .lfr-ddm-form-container .lfr-ddm-form-pagination-controls {
    padding-top: 20px; }
    .lfr-ddm-form-container .lfr-ddm-form-pagination-controls button {
      margin-bottom: 20px; }
  .lfr-ddm-form-container .row {
    min-height: auto; }
  .lfr-ddm-form-container .has-error .liferay-ddm-form-field-grid.table-responsive {
    margin-bottom: 0; }
  .lfr-ddm-form-container .has-error select.form-control[multiple] {
    background-image: none; }
  .lfr-ddm-form-container .has-error td,
  .lfr-ddm-form-container .has-error th {
    color: #da1414; }
  .lfr-ddm-form-container .lfr-ddm-form-field-repeatable-toolbar a {
    color: #65b6f0;
    text-decoration: none; }
    .lfr-ddm-form-container .lfr-ddm-form-field-repeatable-toolbar a:hover {
      text-decoration: none; }

.liferay-ddm-form-field-checkbox .checkbox {
  margin-bottom: 2px; }

.liferay-ddm-form-field-document-library a {
  display: inline-block; }

.liferay-ddm-form-field-paragraph,
.liferay-ddm-form-field-tip {
  color: #5b7b86;
  line-height: 16px; }

.liferay-ddm-form-field-paragraph {
  font-size: 14px; }

.liferay-ddm-form-field-options .form-control-feedback {
  margin-left: 0; }
  .liferay-ddm-form-field-options .form-control-feedback [class^='icon'] {
    display: none; }

.liferay-ddm-form-field-tip {
  font-size: 11px;
  font-weight: normal; }

.liferay-ddm-form-field-grid .table {
  margin-bottom: 0.1rem; }

.liferay-ddm-form-field-grid.table-responsive {
  margin-bottom: 0; }

.liferay-ddm-form-field-grid th,
.liferay-ddm-form-field-grid td:not(:first-child) {
  text-align: center; }

.radio-options .radio-inline span {
  display: inline-block;
  height: 28px; }

.multi-step-progress-bar > .complete {
  color: #65b6f0; }
  .multi-step-progress-bar > .complete .divider {
    background-color: #65b6f0; }

.portal-popup {
  padding: 0; }
  .portal-popup.open {
    padding: 0; }

.form-builder-layout .input-group .form-control {
  z-index: initial; }

.form-builder-select-field {
  position: relative; }
  .form-builder-select-field .option-selected-placeholder {
    color: #6a6c7d; }
  .form-builder-select-field .dropdown-menu {
    display: block;
    max-width: inherit;
    min-width: 0;
    overflow: hidden;
    width: 100%; }
    .form-builder-select-field .dropdown-menu .dropdown-section,
    .form-builder-select-field .dropdown-menu .dropdown-item,
    .form-builder-select-field .dropdown-menu .no-results-list {
      padding: 0.5rem 1rem; }
    .form-builder-select-field .dropdown-menu .placeholder-dropdown-item {
      color: #a7a9bc; }
      .form-builder-select-field .dropdown-menu .placeholder-dropdown-item:hover {
        color: #a7a9bc; }
    .form-builder-select-field .dropdown-menu .custom-control {
      padding-bottom: 0; }
  .form-builder-select-field .select-arrow-down-container {
    color: #6b6c7e; }
  .form-builder-select-field .search-chosen {
    border-bottom: 1px solid #e4e9ec;
    position: relative; }
  .form-builder-select-field .select-search-container {
    left: 8px;
    position: absolute;
    top: 2px; }
    .form-builder-select-field .select-search-container a {
      color: #869cad; }
  .form-builder-select-field.active .select-field-trigger {
    border-bottom: 2px solid #65b6f0; }
  .form-builder-select-field .form-control {
    margin-bottom: 0; }
  .form-builder-select-field .form-control[disabled] > a.select-arrow-down-container {
    cursor: not-allowed;
    opacity: 0.5; }
  .form-builder-select-field .form-control[disabled]:focus {
    border-bottom: 2px solid #869cad;
    text-decoration: none; }
  .form-builder-select-field .select-field-trigger {
    height: inherit; }
    .form-builder-select-field .select-field-trigger .option-selected {
      overflow: hidden; }
  .form-builder-select-field .drop-chosen {
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 14px 0 rgba(58, 75, 87, 0.1);
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1010; }
    .form-builder-select-field .drop-chosen .dropdown-visible {
      display: block; }
    .form-builder-select-field .drop-chosen .results-chosen {
      margin: 0;
      min-width: 100%;
      overflow-x: hidden;
      overflow-y: auto;
      padding: 0; }
      .form-builder-select-field .drop-chosen .results-chosen .inline-scroller > span {
        padding-left: 16px; }
  .form-builder-select-field .multiple-label-list {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-right: 20px;
    width: auto; }
    .form-builder-select-field .multiple-label-list li {
      overflow: hidden; }
    .form-builder-select-field .multiple-label-list span.label-secondary {
      max-width: 200px; }
    .form-builder-select-field .multiple-label-list .multiple-label {
      margin-bottom: 4px;
      margin-right: 6px;
      margin-top: 0;
      overflow: hidden;
      padding-right: 20px;
      position: relative; }
      .form-builder-select-field .multiple-label-list .multiple-label a {
        font-size: 6px;
        position: absolute;
        right: 5px;
        top: 1px; }
        .form-builder-select-field .multiple-label-list .multiple-label a .icon-monospaced.lexicon-icon {
          margin-bottom: 1px;
          margin-left: 5px;
          padding: 0; }

.lfr-ddm-form-page-description,
.lfr-ddm-form-page-title {
  padding-left: 32px;
  padding-right: 32px; }

.lfr-ddm-form-paginated .pagination {
  justify-content: center;
  padding-bottom: 30px; }

.lfr-ddm-form-field-repeatable-toolbar .ddm-form-field-repeatable-add-button,
.lfr-ddm-form-field-repeatable-toolbar .ddm-form-field-repeatable-delete-button {
  border-radius: 12px !important;
  padding: 2px !important;
  position: absolute; }

.lfr-ddm-form-field-repeatable-toolbar .ddm-form-field-repeatable-delete-button {
  margin-right: 4px !important;
  right: 26px; }

.lfr-ddm-form-field-repeatable-toolbar .ddm-form-field-repeatable-add-button {
  right: 8px; }

.liferay-ddm-form-field-fieldset {
  margin-bottom: 0 !important; }
  .liferay-ddm-form-field-fieldset .lfr-ddm-form-field-container .liferay-ddm-form-field-checkbox {
    margin-top: 21px; }
  .liferay-ddm-form-field-fieldset.border-bottom {
    margin-bottom: 50px !important; }
  .liferay-ddm-form-field-fieldset fieldset {
    border: 1px solid rgba(134, 156, 173, 0.4);
    border-bottom-width: 0;
    border-top-width: 0;
    padding: 10px 10px 0; }
    .liferay-ddm-form-field-fieldset fieldset > div {
      margin-bottom: 0;
      padding-left: 0; }
      .liferay-ddm-form-field-fieldset fieldset > div div div.form-group {
        margin-bottom: 20px !important; }
    .liferay-ddm-form-field-fieldset fieldset legend {
      border-width: 0;
      color: #869cad;
      font-size: 12px;
      font-weight: bold;
      line-height: 20px;
      margin: 0;
      padding: 0 8px;
      position: relative;
      text-transform: uppercase;
      width: auto; }

.liferay-ddm-form-renderer-pagination-content a {
  pointer-events: none; }

.form-check-inline .custom-control-label {
  line-height: 24px; }

.liferay-ddm-form-builder-sidebar-content label,
.liferay-ddm-form-builder-sidebar-content legend,
.liferay-ddm-form-builder-sidebar-content p {
  padding-right: 0; }

.liferay-ddm-form-field-radio .custom-control-inline.custom-control {
  padding-bottom: 0; }

.liferay-ddm-form-field-radio .custom-control-inline + .custom-control-inline {
  margin-left: 11px; }

.liferay-ddm-form-field-checkbox-multiple .custom-control {
  padding-bottom: 9px; }

.liferay-ddm-form-field-checkbox-multiple .form-check-inline {
  margin-right: 11px; }

.liferay-ddm-form-field-localizable-text .custom-dropdown-menu {
  max-width: 340px !important;
  width: 100% !important; }

.liferay-ddm-form-field-localizable-text .custom-dropdown-item-row {
  display: flex; }

.ddm-empty {
  display: inline-block; }

.ddm-tooltip {
  color: #a7a9bc;
  display: inline-block;
  padding-left: 4px; }

div.ddm-tooltip-container {
  opacity: 1;
  position: absolute;
  visibility: visible;
  width: 230px; }
  div.ddm-tooltip-container.clay-tooltip-bottom {
    margin-left: 108px; }

p.ddm-label {
  color: #272833;
  cursor: default;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  max-width: 100%;
  word-wrap: break-word; }

legend .reference-mark,
p .reference-mark {
  color: #b95000;
  font-size: 6px;
  margin-left: 4px; }