.fmwp-ac-results {
  display: none;
  margin: -1px 0 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 10000;
  border: 1px solid #588efa;
  background-color: #fff; }
  .fmwp-ac-results li {
    margin: 0;
    padding: 5px 10px;
    white-space: nowrap;
    text-align: left; }
  .fmwp-ac-results .fmwp-ac-over, .fmwp-ac-results .fmwp-ac-match {
    background-color: #266cf9;
    color: #fff;
    cursor: pointer; }

.fmwp-ac-match {
  text-decoration: underline; }

.fmwp-post-popup-wrapper {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 100;
  background: #fff;
  left: 0;
  right: 0;
  height: 300px;
  border-top: 1px solid #eee;
  padding: 15px 30px;
  font-size: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .fmwp-post-popup-wrapper.fmwp-fullsize {
    top: 32px;
    height: auto !important; }
    .fmwp-post-popup-wrapper.fmwp-fullsize .fmwp-post-popup-action-fullsize .fa-expand-arrows-alt {
      display: none; }
    .fmwp-post-popup-wrapper.fmwp-fullsize .fmwp-post-popup-action-fullsize .fa-compress-arrows-alt {
      display: inline; }
  .fmwp-post-popup-wrapper .fmwp-post-popup-action-fullsize .fa-expand-arrows-alt {
    display: inline; }
  .fmwp-post-popup-wrapper .fmwp-post-popup-action-fullsize .fa-compress-arrows-alt {
    display: none; }
  .fmwp-post-popup-wrapper .fmwp-post-popup-toolbar {
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 0; }
    .fmwp-post-popup-wrapper .fmwp-post-popup-toolbar .fmwp-post-popup-action-fullsize {
      border-radius: 16px;
      border: 1px solid #000;
      background-color: #000;
      color: #fff;
      width: 32px;
      height: 32px;
      text-align: center;
      line-height: 28px;
      display: inline-block;
      cursor: pointer; }
      .fmwp-post-popup-wrapper .fmwp-post-popup-toolbar .fmwp-post-popup-action-fullsize:hover {
        border-color: rgba(0, 0, 0, 0.8);
        background-color: rgba(0, 0, 0, 0.8); }
  .fmwp-post-popup-wrapper .fmwp-error-field {
    border: 1px solid #d8000c; }
  .fmwp-post-popup-wrapper.fmwp-ui-xs, .fmwp-post-popup-wrapper.fmwp-ui-s {
    padding: 15px 5px;
    height: 500px; }
  .fmwp-post-popup-wrapper.fmwp-ui-m {
    padding: 15px 5px;
    height: 500px; }
    .fmwp-post-popup-wrapper.fmwp-ui-m .fmwp-post-popup-header > :not(:last-child) {
      max-width: 48%; }

.fmwp-post-popup-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 10px; }
  .fmwp-post-popup-header .fmwp-post-popup-header-section {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap; }
    .fmwp-post-popup-header .fmwp-post-popup-header-section.fmwp-post-popup-actions {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      flex-wrap: nowrap;
      font-size: 14px; }
      .fmwp-post-popup-header .fmwp-post-popup-header-section.fmwp-post-popup-actions input[type="button"] ~ .fmwp-ajax-loading {
        display: none; }
      .fmwp-post-popup-header .fmwp-post-popup-header-section.fmwp-post-popup-actions label {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap; }
        .fmwp-post-popup-header .fmwp-post-popup-header-section.fmwp-post-popup-actions label input {
          margin: 0; }
      .fmwp-post-popup-header .fmwp-post-popup-header-section.fmwp-post-popup-actions > :not(:last-child) {
        margin: 0 5px 0 0; }
  .fmwp-post-popup-header > :not(:last-child) {
    margin: 0 5px 0 0; }

.fmwp-post-popup-actions-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: baseline;
  flex-wrap: nowrap;
  font-size: 14px; }
  .fmwp-post-popup-actions-bottom input[type="button"] ~ .fmwp-ajax-loading {
    display: none; }
  .fmwp-post-popup-actions-bottom label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap; }
    .fmwp-post-popup-actions-bottom label input {
      margin: 0; }
  .fmwp-post-popup-actions-bottom > :not(:last-child) {
    margin: 0 5px 0 0; }

/* Autocomplete */
#fmwp-topic-popup-editor ul.ui-autocomplete, #fmwp-reply-popup-editor ul.ui-autocomplete {
  background: #fff !important;
  border: none !important;
  box-shadow: 0 1px 2px #ddd;
  list-style: none !important;
  border-top: 1px solid #eee !important;
  float: right;
  z-index: 5555 !important;
  margin: 0;
  padding: 0;
  max-height: 80px;
  overflow-y: auto;
  left: auto !important;
  right: 0;
  top: 0 !important; }

#fmwp-topic-popup-editor ul.ui-autocomplete li.ui-menu-item, #fmwp-reply-popup-editor ul.ui-autocomplete li.ui-menu-item {
  list-style: none;
  color: #888 !important;
  font-size: 12px !important;
  padding: 8px !important;
  border: none !important;
  border-bottom: 1px solid #f9f9f9 !important;
  cursor: pointer !important;
  top: 0 !important;
  background: #fff !important;
  margin: 0 !important; }

#fmwp-topic-popup-editor ul.ui-autocomplete li.ui-menu-item:hover, #fmwp-reply-popup-editor ul.ui-autocomplete li.ui-menu-item:hover {
  color: #555 !important;
  border: none !important;
  border-bottom: 1px solid #f9f9f9 !important; }

#fmwp-topic-popup-editor ul.ui-autocomplete li.ui-menu-item:hover strong, #fmwp-reply-popup-editor ul.ui-autocomplete li.ui-menu-item:hover strong {
  color: #555 !important; }

#fmwp-topic-popup-editor ul.ui-autocomplete li span, #fmwp-reply-popup-editor ul.ui-autocomplete li span {
  color: #bbb !important;
  margin-left: 6px !important; }

#fmwp-topic-popup-editor ul.ui-autocomplete li strong, #fmwp-reply-popup-editor ul.ui-autocomplete li strong {
  color: #666; }

#fmwp-topic-popup-editor ul.ui-autocomplete li img.avatar, #fmwp-reply-popup-editor ul.ui-autocomplete li img.avatar {
  vertical-align: middle;
  margin-right: 10px;
  max-width: 30px !important;
  border-radius: 3px;
  height: auto;
  padding: 0; }

#fmwp-topic-popup-editor ul.ui-autocomplete li .ui-menu-item-wrapper.ui-state-active, #fmwp-reply-popup-editor ul.ui-autocomplete li .ui-menu-item-wrapper.ui-state-active {
  margin: 0 10px 0 0;
  border: none;
  background: none; }

#fmwp-topic-popup-editor .ui-helper-hidden-accessible, #fmwp-reply-popup-editor .ui-helper-hidden-accessible {
  display: none; }
