.kcf-app-mount {
  min-height: 700px; }
  .kcf-app-mount * {
    box-sizing: border-box; }

.kcf__logo {
  display: block;
  text-align: center; }
  .kcf__logo .kcf__logo-inner {
    display: inline-block;
    margin: 0 auto 2em;
    text-align: left; }
    .kcf__logo .kcf__logo-inner .kcf-logo-chili {
      margin-bottom: 0.2em; }

.kcf-app-header__logo {
  width: 116px;
  height: 30px;
  background-image: url(../../img/logo-chili-header.png);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  margin: 2px 0 0 10px; }

.kcf-app-loader__logo {
  width: 160px;
  height: 41px;
  background-image: url(../../img/logo-chili-loader.png);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain; }

.kcf-app-header__logo-link {
  display: inline-block; }

.kcf-app-header {
  display: block;
  width: calc(100% + 20px);
  background: white;
  height: 78px;
  padding: 20px 0 18px;
  position: relative;
  top: 0;
  right: 0;
  margin: 0;
  left: -20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12); }

.app-main-content {
  position: relative;
  min-height: 500px;
  padding-right: 20px;
  padding-top: 80px; }
  .app-main-content a {
    text-decoration: none; }

.styled-link,
.kcf-styled-link {
  text-decoration: none;
  outline: none;
  color: inherit; }
  .styled-link:visited, .styled-link:active, .styled-link:hover, .styled-link:focus,
  .kcf-styled-link:visited,
  .kcf-styled-link:active,
  .kcf-styled-link:hover,
  .kcf-styled-link:focus {
    text-decoration: none;
    outline: none; }
  .styled-link:focus,
  .kcf-styled-link:focus {
    box-shadow: none; }

.kcf-button-danger,
.wp-core-ui .button-primary.kcf-button-danger,
.kcf-btn.kcf-button-danger {
  background: #d9534f;
  color: white; }

.kcf-button-success,
.wp-core-ui .button-primary.kcf-button-success,
.kcf-btn.kcf-button-success {
  background: #5cb85c;
  color: #fff; }

.kcf-button-primary,
.wp-core-ui .button-primary.kcf-button-primary,
.kcf-btn.kcf-button-primary {
  background: #337ab7;
  color: #fff; }

/**
 * Popup
 */
.kcf-popup__inner {
  padding: 1em; }

.kcf_popup__footer {
  padding: 0.5em;
  text-align: right; }
  .kcf_popup__footer .kcf-btn {
    margin-left: 0.5em; }

.kcf_popup__header {
  position: relative; }

.kcf-popup__close-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

/**
 * Loader
 */
.loader-fullwidth {
  min-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center; }

.loader-fullwidth__inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 1.3em;
  font-style: italic;
  color: #aaa; }

/**
 * App header
 */
.kcf-app-header__name {
  display: inline-block;
  font-size: 2em;
  letter-spacing: -2px;
  font-weight: 600; }

.kcf-app-header__version {
  font-size: 0.8em;
  color: #777;
  margin: 0 1em 0 0.3em;
  position: relative;
  vertical-align: baseline;
  display: inline-block;
  top: 2px; }

.kcf-app-header-content {
  display: table-row;
  vertical-align: top;
  position: relative; }

.kcf-app-header__item {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0 1em; }
  .kcf-app-header__item.kcf-item-fullwidth {
    width: 100%;
    text-align: center; }
  .kcf-app-header__item:first-child {
    padding-left: 20px; }
  .kcf-app-header__item:last-child {
    padding-right: 20px; }

.kcf-form-name-value {
  font-weight: 700;
  font-size: 1.2em;
  padding-right: 1em; }

.kcf-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999; }

.kcf-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.kcf-popup__content {
  position: absolute;
  margin: auto;
  top: 10%;
  max-height: 80%;
  width: 300px;
  left: 0;
  right: 0;
  background: #fff; }

/**
 * Toggle
 */
.kcf-toggle__option {
  cursor: pointer;
  position: relative;
  padding: 0 8px;
  height: 28px;
  line-height: 28px;
  min-width: 82px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 16px;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2); }
  .kcf-toggle__option:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 8px;
    vertical-align: top;
    margin: auto;
    top: 0;
    bottom: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
  .kcf-toggle__option.kcf-toggle__on {
    background: #4BB651;
    padding-right: 26px; }
    .kcf-toggle__option.kcf-toggle__on:after {
      right: 5px; }
    .kcf-toggle-state--off .kcf-toggle__option.kcf-toggle__on {
      display: none; }
  .kcf-toggle__option.kcf-toggle__off {
    background: #C85C5E;
    padding-left: 26px; }
    .kcf-toggle__option.kcf-toggle__off:after {
      left: 5px; }
    .kcf-toggle-state--on .kcf-toggle__option.kcf-toggle__off {
      display: none; }

.kcf-first-action-block {
  text-align: center;
  padding: 2em;
  background: #fff; }

.kcf-segmented {
  display: inline-block;
  border-radius: 4px;
  overflow: hidden;
  background: #eee;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08); }

.kcf-segmented__item {
  display: inline-block;
  text-decoration: none;
  outline: none;
  padding: 0.5em 1em;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer; }
  .kcf-segmented__item:last-child {
    border: none; }
  .kcf-segmented__item.active {
    background: #4BB651;
    color: white; }

/**
 * TabView
 */
.kcf-tabview__container:after {
  content: '';
  display: table;
  clear: both; }

.kcf-tabview__item {
  cursor: pointer;
  padding: 0.8em 1.2em;
  background: #F2F2F2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .kcf-tabview__item.active {
    background: #4BB651;
    color: white; }
  .kcf-tabview__item:first-child {
    border-top-left-radius: 10px; }

.kcf-tabview__tabs {
  position: relative;
  float: left;
  margin-right: 20px;
  padding-top: 120px;
  padding-bottom: 220px;
  width: 150px; }
  .kcf-tabview__tabs:after {
    content: '';
    display: block;
    position: absolute;
    height: 9999px;
    width: 1px;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1); }

.kcf-tabview__content {
  margin-left: 170px;
  padding: 2em 0; }

/**
 * Controls
 */
.kcf-form-settings textarea {
  min-width: 500px;
  min-height: 160px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 0.5em;
  border-radius: 5px; }
.kcf-form-settings input[type="text"] {
  min-width: 300px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 0.5em;
  border-radius: 5px; }
.kcf-form-settings label {
  display: block;
  margin-bottom: 0.5em;
  font-style: italic; }

.kcf-form-settings__setting-description {
  color: #999;
  margin-top: 0.3em; }

.kcf-setting--inline-label label {
  display: inline-block;
  margin-right: 1em; }

.kcf-field-options textarea {
  width: 100%;
  min-height: 100px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 0.5em;
  border-radius: 5px; }
.kcf-field-options input[type="text"] {
  width: 100%;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 0.5em;
  border-radius: 5px; }
.kcf-field-options label {
  display: block;
  margin-bottom: 0.5em;
  font-style: italic; }

.kcf-app-header__item input[type="text"] {
  min-width: 80px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 0.5em;
  border-radius: 5px; }

.kcf-action-link {
  margin: 0 1em;
  font-size: 1.1em;
  text-decoration: none;
  display: inline-block;
  position: relative;
  color: #0073aa;
  outline: none !important; }
  .kcf-action-link:after {
    content: '';
    position: absolute;
    bottom: -0.25em;
    left: 0;
    width: 100%;
    display: block;
    border-bottom: 1px dashed #0071bc; }

/**
 * ColorPicker
 */
.kcf-color__preview {
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }

.kcf-color__color-box {
  display: inline-block;
  width: 38px;
  vertical-align: middle;
  height: 22px;
  border-radius: 4px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.2); }

.kcf-color__control-wrap {
  display: none;
  position: relative;
  z-index: 10; }
  .kcf-color.open .kcf-color__control-wrap {
    display: block; }

/**
 * Request overlay
 */
.kcf-request-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 99999; }
  .kcf-request-overlay.is-on {
    display: block; }

.entries-page {
  width: 100%; }

.kcf-entries {
  display: flex; }

.kcf-entries__left {
  vertical-align: top;
  width: 280px;
  padding-right: 0.5em; }

.kcf-entries__right {
  vertical-align: top;
  padding: 1em;
  width: calc(100% - 300px);
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08); }

.kcf-entries__forms {
  padding: 1em 1.5em;
  color: #777;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08); }

.submissions__folders-entry {
  font-size: 1.1em;
  color: #333;
  padding: 0.7em 0 0; }
  .submissions__folders-entry.active {
    font-weight: 700; }

.folders-entry__color-label {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 2px;
  float: right;
  margin-top: 0.2em; }

.folders-entry__icon-label {
  display: inline-block;
  float: right; }
  .folders-entry__icon-label.dashicons-star-filled {
    color: #FFA200; }

.submissions__folder-tags {
  margin-top: 3em; }

.submissions__folder-tag {
  padding: 0 0 0.7em 0; }
  .submissions__folder-tag.kcf-tag-selected {
    font-weight: 700; }

.folders-entry__link {
  color: #0073aa; }

.entries__no-data {
  text-align: center;
  padding: 1em; }

.entry-list__content {
  display: table;
  table-layout: fixed;
  width: 100%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }

.submissions__content-entry {
  display: table-row;
  padding: 0;
  background: #f4f4f4;
  transition: background 0.05s ease-in; }
  .submissions__content-entry .entry-item-cell {
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .submissions__content-entry.unread {
    font-weight: 700; }
  .submissions__content-entry:first-child .entry-item-cell {
    border-top: none; }
  .submissions__content-entry:last-child .entry-item-cell {
    border-bottom: none; }
  .submissions__content-entry:hover {
    background: #eeeeee; }

.entry-item-cell {
  width: 30px;
  float: left;
  white-space: nowrap;
  line-height: 2.5em; }

.submissions__content-entry__excerpt {
  white-space: nowrap;
  line-height: inherit;
  overflow: hidden;
  max-width: calc(100% - 150px);
  position: relative;
  text-overflow: ellipsis;
  float: left; }

.content-entry__link {
  width: calc(100% - 60px);
  padding-left: 0.5em;
  color: #333; }

.content-entry__date {
  float: right;
  line-height: inherit;
  padding-right: 0.8em; }

/**
 * Select entry
 */
.entry__select {
  padding-left: 0.8em; }
  .entry__select input {
    margin-right: 0; }

/**
 * Starred
 */
.entry__star {
  padding-left: 0.5em; }
  .entry__star input[type="checkbox"] {
    display: none; }
  .entry__star input[type="checkbox"]:checked + .entry__star-label {
    color: #FFA200; }

.entry__star-label {
  line-height: inherit;
  color: #AAAAAA; }
  .entry__star-label:before {
    content: "\f155"; }

/**
 * Entry details
 */
.submissions__entry-details {
  width: 100%;
  border-left: 3px solid rgba(0, 0, 0, 0.3); }

.entry-details__header {
  padding: 0;
  background: #f4f4f4; }

.entry-details__header-cell {
  display: inline-block;
  padding: 1em;
  border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .entry-details__header-cell:last-child {
    border-right: none; }

.entry-details__field {
  padding: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .entry-details__field:nth-child(even) {
    background: #f4f4f4; }

/**
 * Toolbar
 */
.entries__toolbar {
  padding: 0;
  margin-bottom: 1.6em;
  min-height: 2.6em; }
  .entries__toolbar .kcf-btn {
    margin-right: 0.8em; }

.toolbar__select-all {
  display: inline-block;
  vertical-align: top;
  margin: 0.5em 0.8em 0; }

.toolbar__selected_actions {
  display: inline-block;
  vertical-align: top; }

.toolbar__single-buttons {
  padding-left: 0; }

.toolbar__search {
  margin: 0.5em 0 0.5em 1em; }
  .toolbar__search input {
    min-width: 350px;
    margin-right: 0.2em;
    vertical-align: top; }

.toolbar__select-entries-text {
  margin: 0.5em 0 0;
  display: inline-block;
  color: #888; }

.search-match {
  background: yellow; }

/**
 * Button
 */
.kcf-btn {
  background: #f4f4f4;
  display: inline-block;
  padding: 0.45em 0.7em;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
  .kcf-btn:focus {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

.link-disabled {
  color: #aaa;
  cursor: default; }
  .link-disabled .kcf-btn-icon {
    color: #aaa; }

.entry__reply {
  padding: 1.5em; }
  .entry__reply form {
    width: 100%; }
    .entry__reply form input, .entry__reply form textarea {
      width: 100%;
      margin: 0.5em 0; }

/**
 * Pagination
 */
.entries-pagination {
  margin-top: 1.6em; }
  .entries-pagination a {
    background: #f4f4f4;
    padding: 0;
    line-height: 2.6em;
    width: 2.6em;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.3em;
    margin-bottom: 0.5em; }
    .entries-pagination a.selected {
      font-weight: 800;
      color: #fff;
      background: #4BB651; }

/**
 * Navigation
 */
.entries-navigation {
  float: right; }

.form-list__table {
  width: 100%;
  text-align: left;
  padding: 0.5em;
  border-collapse: collapse;
  background: #fff; }
  .form-list__table th {
    padding: 0.7em;
    background: #ddd; }
  .form-list__table tr:nth-child(odd) {
    background: #f8f8f8; }
  .form-list__table td {
    padding: 0.6em 0.8em;
    border: 1px solid rgba(0, 0, 0, 0.02);
    white-space: nowrap;
    text-align: left; }
    .form-list__table td.form-list__entries {
      text-align: center; }
  .form-list__table .form-list__value:not(.form-list__name) {
    width: 1px; }

.form-list__toggle-active {
  min-width: 110px; }

/**
 * Editor
 */
.form-editor__fields-options {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  width: 320px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12); }

.kcf__tabs-container {
  border-bottom: 2px solid #4BB651;
  box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.08); }

.kcf-tab__entry {
  cursor: pointer;
  display: inline-block;
  padding: 0.8em 1.3em;
  transition: color 0.1s ease-in; }
  .kcf-tab__entry.active {
    background: #4BB651;
    color: #fff; }
  .kcf-tab__entry:hover:not(.active) {
    color: #4BB651; }

/**
 * Palette
 */
.kcf__fields-palette {
  padding: 1em;
  text-align: left; }

.kcf-fields-palette__item {
  padding: 0.7em;
  margin: 2.3%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #eee;
  cursor: move;
  width: 45%;
  display: inline-block;
  position: relative;
  overflow: hidden; }
  .kcf-fields-palette__item:before {
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 38px;
    display: block;
    position: absolute;
    background: #e5e5e5;
    box-shadow: inset -2px 0 3px rgba(0, 0, 0, 0.08);
    border-right: 1px solid #eee; }
  .kcf-fields-palette__item.kcf-dragged {
    background: #aaa;
    box-shadow: none; }

.kcf-fields-palette__item-icon {
  color: #888;
  display: inline-block;
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 26px;
  line-height: 26px !important;
  vertical-align: middle; }

.kcf-fields-palette__item-text {
  margin-left: 38px;
  display: inline-block; }

/**
 * Form view
 */
.form-editor__container {
  position: relative;
  padding-right: 320px;
  top: 0; }

.form-editor__form-container {
  text-align: center;
  position: relative;
  width: 600px;
  border: 2px dashed rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  padding: 2em 0; }

.form-editor__form-holder {
  text-align: left;
  display: inline-block;
  background: #fff;
  max-width: 100%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12); }

.form-editor__form-container-label {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  top: -1.2em;
  padding: 0.5em;
  left: 50%;
  margin: auto;
  color: #ccc;
  font-size: 1.2em;
  background: #f1f1f1;
  transform: translateX(-50%); }

.cf-field-wrap .cf-field-wrap__drop-preview {
  display: none; }
.cf-field-wrap.kcf-drag-is-over .cf-field-wrap__drop-preview {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  height: 60px;
  background: #eee;
  border-radius: 4px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.16); }
  .cf-field-wrap.kcf-drag-is-over .cf-field-wrap__drop-preview h3 {
    display: inline-block;
    position: relative;
    z-index: 1;
    line-height: 60px;
    font-weight: 400;
    color: #aaa;
    vertical-align: middle;
    margin: 0; }
  .cf-field-wrap.kcf-drag-is-over .cf-field-wrap__drop-preview:after {
    display: block;
    content: '';
    width: calc(100% - 16px);
    position: absolute;
    left: 8px;
    top: 8px;
    bottom: 8px;
    border: 1px dashed #aaa;
    height: 44px;
    background: #eee;
    border-radius: 4px; }

.kcf__form-field {
  position: relative;
  cursor: pointer; }
  .kcf__form-field:after {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px dashed #4bb651;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: 10; }
  .kcf__form-field.mouse-over:after {
    display: block; }
  .kcf__form-field.field-selected:after {
    display: block;
    border-style: solid; }

.kcf-field-options {
  padding: 1.2em; }

.kcf-field-options__item {
  margin-bottom: 0.5em;
  color: #888;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08); }

/**
 * Repeater
 */
.kcf-repeater__item {
  box-sizing: border-box;
  position: relative;
  padding: 0;
  margin-right: 2.5em;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .kcf-repeater__item:not(:first-child) {
    border-top: none; }

.kcf-repeater__remove {
  position: absolute;
  right: -2.4em;
  top: 0;
  bottom: 0;
  background: #C85C5E;
  color: white;
  margin: auto;
  height: 1.8em;
  width: 1.8em;
  line-height: 1.8em;
  text-align: center;
  border-radius: 50%;
  text-decoration: none; }
  .kcf-repeater__remove:hover {
    color: #fff; }

.kcf-repeater__add {
  margin-top: 0.5em; }

.kcf-repeater__item-control {
  box-sizing: border-box;
  position: relative; }
  .kcf-repeater__item-control:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
  .kcf-repeater__item-control input[type="text"] {
    margin: 0;
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none; }

/**
 * Helper classes
 */
.kcf-field-half {
  display: inline-block;
  width: 50%; }

.kcf-field-tooltip {
  position: absolute;
  right: 0;
  width: 1.8em;
  left: auto;
  height: 100%;
  vertical-align: middle;
  line-height: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: visible; }

.kcf-field-tooltip__trigger {
  height: 100%; }

.kcf-field-tooltip__trigger:before {
  content: '?';
  display: inline-block;
  border: 1px solid #ccc;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  border-radius: 0.7em;
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto; }

.kcf-field-tooltip__content {
  display: none;
  font-size: 0.8em;
  color: #888;
  position: absolute;
  top: 100%;
  z-index: 3;
  padding: 0.7em;
  right: 0.2em;
  width: 10em;
  background: white;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

.kcf-field-tooltip__trigger:hover + .kcf-field-tooltip__content {
  display: block; }

/**
 * Form settings
 */
.kcf-form-settings {
  background: white;
  padding: 0;
  padding-left: 120px;
  overflow: hidden; }

.kcf-form-settings__setting {
  padding: 0.5em;
  margin-bottom: 1em;
  max-width: 46em; }
  .kcf-form-settings__setting.setting-type__heading {
    margin-bottom: 0; }
    .kcf-form-settings__setting.setting-type__heading h3 {
      margin: 0; }

/**
 * Form style settings
 */
.kcf-form-style-settings {
  padding: 1.2em; }

.kcf-form-style-settings__item {
  margin-bottom: 0.5em;
  color: #888; }

.kcf-options-page .kcf-app-header__item:last-child {
  width: 100%;
  text-align: right; }

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