/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.fr-quick-insert.fr-visible {
    left: 16px !important;
}

.fr-modal {
  z-index: 20010;
}

.fr-overlay {
  z-index: 20000;
}

.fr-popup .fr-colors-tabs {
  min-width: 150px;
}

.fr-popup .fr-input-line input[type=text],
.fr-popup .fr-input-line textarea {
  padding-top: 12px;
}

.fr-popup h3 {
  line-height: normal;
}
