/**
 * RQ Corporate Education
 *
 * Insert your css for the front side of your extension.
 *
 * @author Quentin Cole
 * @version 1.0.0
 */
.new_license_table tbody tr .plus {
  display: none; }

.new_license_table tbody tr:last-child .plus {
  display: block; }

.new_license_table tbody tr:last-child .minus {
  display: none; }

.removing-row {
  opacity: .33; }
  .removing-row .x-btn, .removing-row .x-btn:hover {
    pointer-events: none;
    background-color: gray;
    border: none;
    color: white; }

.ajax-loading-modal {
  display: block;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.75);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999; }
  .ajax-loading-modal-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .ajax-loading-modal-inner .fa {
      color: gray; }

body.loading {
  overflow: hidden; }

/*# sourceMappingURL=rq-corporate.map */