/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.media-frame select.attachment-filters {
  max-width: 30% !important;
}

.njt-filebird-editcategory-filter {
  position: relative;
  z-index: 1;
  width: 150px;
}

.attachments-browser .attachments-category,
.attachments-browser .njt-filebird-editcategory-filter {
  display: none;
}
.compat-item tr.compat-field-nt_wmc_folder {
  display: none;
}
button.swal2-confirm.bnt-upgrade.swal2-styled {
  background: #82b440;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 2px 0 #6f9a37;
  box-shadow: 0 2px 0 #6f9a37;
}
button.swal2-confirm.bnt-upgrade.swal2-styled:hover {
  background: #7bac39;
  background-image: none !important;
}
div#swal2-content {
  font-size: 15px;
  line-height: 22px;
}
button.swal2-cancel.btn-text.swal2-styled {
  display: none !important;
}
.upgrade-description {
  text-align: left;
  margin-left: 100px;
  margin-top: 17px;
  margin-bottom: 0;
}
.swal2-popup .swal2-title {
  line-height: 28px;
}

.swal2-container {
  z-index: 999999999 !important;
}

.wp-admin.upload-php .update-nag,
.wp-admin.upload-php .updated {
  display: none;
}

/* FILEBIRD FEEDBACK */
#filebird-feedback-window{
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.8);
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#filebird-feedback-content{
  width: 500px;
  padding: 20px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  -webkit-box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
  box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

#filebird-feedback-content h2{
  margin-top: 0;
}

.filebird-feedback-title {
  font-weight: bold;
}

p.filebird-feedback-title {
  margin: 8px 0;
}

#feedback-suggest-plugin,
#feedback-description {
  width: 100%;
}

.filebird-feedback-item{
  margin: 10px 0;
}
.filebird-feedback-title {
  margin: 0;
}

.filebird-feedback-action {
  margin-top: 10px;
}

.filebird-feedback-action #feedback-skip {
  float: right;
  margin-top: 5px;
  opacity: 0.8;
  color: #555d66;
  border: none;
  background: none;
  cursor: pointer;
}

@media screen and (min-width: 1024px){
  .media-frame .media-toolbar-secondary select.attachment-filters {
    max-width: 90px !important;
    min-width: 80px !important;
  }
}