.meta-box-sortables .postbox.acf_postbox {
  overflow: visible; }

.acf-field[data-acf-relationship-create-enabled="true"] .acf-label label {
  display: inline-block; }
.acf-field[data-acf-relationship-create-enabled="true"] a.acf-relationship-create-link {
  display: inline-block;
  float: right;
  text-decoration: none; }

body.post-php.post-type-attachment .acf-field[data-acf-relationship-create-enabled="true"] {
  position: relative; }

td.acf-field[data-acf-relationship-create-enabled="true"].acf-field-post-object .acf-input {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative; }
td.acf-field[data-acf-relationship-create-enabled="true"].acf-field-post-object .select2-container {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto; }
td.acf-field[data-acf-relationship-create-enabled="true"].acf-field-post-object a.acf-relationship-create-link {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }
td.acf-field[data-acf-relationship-create-enabled="true"].acf-field-relationship div.filters {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative; }
td.acf-field[data-acf-relationship-create-enabled="true"].acf-field-relationship ul.acf-hl {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto; }
td.acf-field[data-acf-relationship-create-enabled="true"].acf-field-relationship a.acf-relationship-create-link {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

#acf-relationship-create--post-type-chooser-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  #acf-relationship-create--post-type-chooser-content a {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto; }

/**
 * Tooltip
 *
 * Duplicated & adapted from .acf-fc-popup
 */
#acf-rc-popup {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  background: #333739;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  min-width: 135px;
  z-index: 9999999999999; }
  #acf-rc-popup:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    margin: 0 0 0 -6px;
    width: 0;
    height: 0;
    border: transparent solid 6px;
    border-top-color: #333739;
    z-index: 2; }
  #acf-rc-popup.bottom:before {
    top: auto;
    bottom: 100%;
    border-top-color: transparent;
    border-bottom-color: #333739; }
  #acf-rc-popup ul,
  #acf-rc-popup ul li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    white-space: nowrap; }
  #acf-rc-popup ul li {
    position: relative;
    float: none;
    border-top: #2B2F31 solid 1px; }
    #acf-rc-popup ul li:first-child {
      margin: 0;
      border-top: 0 none; }
    #acf-rc-popup ul li a {
      position: relative;
      display: block;
      color: #F9F9F9;
      font-size: 12px;
      line-height: 14px;
      padding: 6px 8px;
      text-decoration: none;
      text-align: left;
      text-shadow: none; }
      #acf-rc-popup ul li a:hover {
        color: #fff;
        background: #288FBC;
        text-shadow: #1E698B 0 1px 0; }
      #acf-rc-popup ul li a .status {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        height: 14px;
        width: 14px;
        border-radius: 8px;
        font-size: 8px;
        line-height: 15px;
        border: #288FBC solid 1px;
        text-align: center;
        color: #DFDFDF;
        display: none; }
        #acf-rc-popup ul li a .status.warning {
          border-color: #e86740; }
      #acf-rc-popup ul li a:hover .status {
        border-color: #fff;
        color: #fff; }
    #acf-rc-popup ul li:first-child a {
      border-radius: 3px 3px 0 0; }
    #acf-rc-popup ul li:last-child a {
      border-radius: 0 0 3px 3px; }
    #acf-rc-popup ul li:only-child a {
      border-radius: 3px; }
  #acf-rc-popup a.focus {
    position: absolute;
    width: 0;
    height: 0;
    left: 100%;
    top: 0;
    opacity: 0; }

/**
 * Thickbox
 */
#TB_overlay {
  z-index: 170000; }

#TB_window {
  z-index: 170001;
  width: 90% !important;
  height: 90% !important;
  left: 0 !important;
  margin-left: 5% !important; }
  #TB_window #TB_iframeContent {
    width: 100% !important; }

/*# sourceMappingURL=acf-relationship-create.css.map */
