.hide {
  display: none;
}

#wp-insert-queezly-queez {
  color: #2f9ed3;
  background: #fafafa;
  border: 1px solid #2f9ed3;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#wp-insert-queezly-queez span {
  margin: 0 3px 0 0;
  padding: 1px 3px;
  border-radius: 3px;
  background: #fafafa;
}

#wp-insert-queezly-queez img {
  height: 18px;
  padding: 0 !important;
  margin-top: -4px;
  margin-left: -4px;
}

#queezly-loader-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-bottom: 14px;
  background: rgba(210,210,210,0.6);
  top: -14px;
  left: 0px;
}

#queezly-dialog-loader {
  position: absolute;
  display: block;
  width: 31px;
  height: 31px;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  z-index: 10000000;
}

.queezly-plugin-activation-page, .queezly-plugin-options-page {
  width: 100%;
}

.queezly-plugin-activation-page iframe, .queezly-plugin-options-page iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
}
