/* line 1, /root/LicenseServerApp/app/assets/stylesheets/custom.scss */
.gravatar {
  float: left;
  margin-right: 10px;
}

/* line 6, /root/LicenseServerApp/app/assets/stylesheets/custom.scss */
.gravatar_edit {
  margin-top: 15px;
}

/* forms */
/* line 11, /root/LicenseServerApp/app/assets/stylesheets/custom.scss */
input, textarea, select, .uneditable-input {
  border: 1px solid #bbb;
  /*  width: 100%; */
  margin-bottom: 15px;
}

/* line 17, /root/LicenseServerApp/app/assets/stylesheets/custom.scss */
input {
  /*  height: auto !important; */
}

/* line 21, /root/LicenseServerApp/app/assets/stylesheets/custom.scss */
.indented {
  margin-left: 50px;
}

/* line 25, /root/LicenseServerApp/app/assets/stylesheets/custom.scss */
.experimental {
  background-color: #f0f0f0;
}

/* line 29, /root/LicenseServerApp/app/assets/stylesheets/custom.scss */
.errormsg {
  color: #ff1010;
}

/* background alternating colors for tables */
/* line 34, /root/LicenseServerApp/app/assets/stylesheets/custom.scss */
tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* line 37, /root/LicenseServerApp/app/assets/stylesheets/custom.scss */
tr:nth-child(odd) {
  background-color: #d2d2d2;
}

/* Ensure layout covers the entire screen. */
/* line 42, /root/LicenseServerApp/app/assets/stylesheets/custom.scss */
html {
  height: 100%;
}

/* Special drawer button for Internet Explorer users */
/* line 47, /root/LicenseServerApp/app/assets/stylesheets/custom.scss */
.ie-menu-button {
  padding: 14px 14px;
  position: relative;
  top: 5px;
  left: 5px;
}
/* app/assets/stylesheets/_downloads.scss */
/* Expired Rows */
/* line 5, /root/LicenseServerApp/app/assets/stylesheets/downloads.scss */
.expired {
  color: #6c757d;
  /* Grey text color */
  background-color: #f8f9fa;
  /* Light grey background */
  font-style: italic;
  /* Optional: Italic text */
}

/* line 11, /root/LicenseServerApp/app/assets/stylesheets/downloads.scss */
.expired:hover {
  background-color: #e2e6ea;
  /* Slightly darker grey on hover */
}

/* Not Expired Rows */
/* line 16, /root/LicenseServerApp/app/assets/stylesheets/downloads.scss */
.not_expired {
  color: #212529;
  /* Default text color (e.g., dark grey/black) */
  background-color: #ffffff;
  /* White background */
  transition: background-color 0.3s ease, color 0.3s ease;
  /* Smooth transitions */
}

/* line 22, /root/LicenseServerApp/app/assets/stylesheets/downloads.scss */
.not_expired:hover {
  background-color: #f1f3f5;
  /* Light blue-grey background on hover */
  color: #007bff;
  /* Change text color on hover, e.g., to Bootstrap's primary color */
}

/* Badge Styles */
/* line 28, /root/LicenseServerApp/app/assets/stylesheets/downloads.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* line 40, /root/LicenseServerApp/app/assets/stylesheets/downloads.scss */
.badge-secondary {
  background-color: #6c757d;
  color: #fff;
}

/* line 45, /root/LicenseServerApp/app/assets/stylesheets/downloads.scss */
.badge-success {
  background-color: #28a745;
  color: #fff;
}

/* Responsive Tables (Optional, if using Bootstrap) */
/* line 51, /root/LicenseServerApp/app/assets/stylesheets/downloads.scss */
.table-responsive {
  overflow-x: auto;
}
/* line 1, /root/LicenseServerApp/app/assets/stylesheets/scaffolds.scss */
body {
  background-color: #fff;
  color: #333;
  margin: 33px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 10, /root/LicenseServerApp/app/assets/stylesheets/scaffolds.scss */
p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 16, /root/LicenseServerApp/app/assets/stylesheets/scaffolds.scss */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* line 22, /root/LicenseServerApp/app/assets/stylesheets/scaffolds.scss */
a {
  color: #000;
}
/* line 25, /root/LicenseServerApp/app/assets/stylesheets/scaffolds.scss */
a:visited {
  color: #666;
}
/* line 29, /root/LicenseServerApp/app/assets/stylesheets/scaffolds.scss */
a:hover {
  color: #fff;
  background-color: blue;
}

/* line 35, /root/LicenseServerApp/app/assets/stylesheets/scaffolds.scss */
th {
  padding-bottom: 5px;
}

/* line 39, /root/LicenseServerApp/app/assets/stylesheets/scaffolds.scss */
td {
  padding: 0 5px 7px;
}

/* line 44, /root/LicenseServerApp/app/assets/stylesheets/scaffolds.scss */
div.field, div.actions {
  margin-bottom: 10px;
}

/* line 49, /root/LicenseServerApp/app/assets/stylesheets/scaffolds.scss */
#notice {
  color: green;
}

/* line 53, /root/LicenseServerApp/app/assets/stylesheets/scaffolds.scss */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 59, /root/LicenseServerApp/app/assets/stylesheets/scaffolds.scss */
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px 7px 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
/* line 66, /root/LicenseServerApp/app/assets/stylesheets/scaffolds.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px -7px 0;
  background-color: #c00;
  color: #fff;
}
/* line 76, /root/LicenseServerApp/app/assets/stylesheets/scaffolds.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

/* line 82, /root/LicenseServerApp/app/assets/stylesheets/scaffolds.scss */
label {
  display: block;
}
@charset "UTF-8";
/* app/assets/stylesheets/application.scss */
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
/* app/assets/stylesheets/_downloads.scss */
/* Expired Rows */
/* line 4, /root/LicenseServerApp/app/assets/stylesheets/downloads.scss */
.expired {
  color: #6c757d;
  /* Grey text color */
  background-color: #f8f9fa;
  /* Light grey background */
  font-style: italic;
  /* Optional: Italic text */
}

/* line 10, /root/LicenseServerApp/app/assets/stylesheets/downloads.scss */
.expired:hover {
  background-color: #e2e6ea;
  /* Slightly darker grey on hover */
}

/* Not Expired Rows */
/* line 15, /root/LicenseServerApp/app/assets/stylesheets/downloads.scss */
.not_expired {
  color: #212529;
  /* Default text color (e.g., dark grey/black) */
  background-color: #ffffff;
  /* White background */
  transition: background-color 0.3s ease, color 0.3s ease;
  /* Smooth transitions */
}

/* line 21, /root/LicenseServerApp/app/assets/stylesheets/downloads.scss */
.not_expired:hover {
  background-color: #f1f3f5;
  /* Light blue-grey background on hover */
  color: #007bff;
  /* Change text color on hover, e.g., to Bootstrap's primary color */
}

/* Badge Styles */
/* line 27, /root/LicenseServerApp/app/assets/stylesheets/downloads.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* line 39, /root/LicenseServerApp/app/assets/stylesheets/downloads.scss */
.badge-secondary {
  background-color: #6c757d;
  color: #fff;
}

/* line 44, /root/LicenseServerApp/app/assets/stylesheets/downloads.scss */
.badge-success {
  background-color: #28a745;
  color: #fff;
}

/* Responsive Tables (Optional, if using Bootstrap) */
/* line 50, /root/LicenseServerApp/app/assets/stylesheets/downloads.scss */
.table-responsive {
  overflow-x: auto;
}

/* line 22, /root/LicenseServerApp/app/assets/stylesheets/application.scss */
.activation-container {
  position: relative;
  display: inline-block;
}

/* line 27, /root/LicenseServerApp/app/assets/stylesheets/application.scss */
.activation-key {
  width: 650px;
  min-height: 45px;
  overflow-y: auto;
  white-space: pre-wrap;
  padding: 4px;
  border: 1px solid #ddd;
  border-radius: 4px;
  resize: vertical;
  font-family: monospace;
  background-color: #f8f9fa;
}

/* line 40, /root/LicenseServerApp/app/assets/stylesheets/application.scss */
.activation-key::-webkit-scrollbar {
  width: 8px;
}

/* line 44, /root/LicenseServerApp/app/assets/stylesheets/application.scss */
.activation-key::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* line 48, /root/LicenseServerApp/app/assets/stylesheets/application.scss */
.activation-key::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

/* line 53, /root/LicenseServerApp/app/assets/stylesheets/application.scss */
.activation-key::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* line 57, /root/LicenseServerApp/app/assets/stylesheets/application.scss */
.copy-button {
  position: static;
  /* <<< remove absolute */
  align-self: flex-start;
  /* aligns with left edge of textarea */
  margin-top: 0.25rem;
  top: 10px;
  right: 20px;
  padding: 6px 8px;
  z-index: 1;
  background-color: #f0f0f0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/* line 73, /root/LicenseServerApp/app/assets/stylesheets/application.scss */
.copy-button:hover {
  background-color: #e0e0e0;
}

/* line 77, /root/LicenseServerApp/app/assets/stylesheets/application.scss */
.copy-button.copied {
  background-color: #4CAF50;
  /* Green color */
  color: white;
}

/* keeps the textarea above the buttons */
/* line 83, /root/LicenseServerApp/app/assets/stylesheets/application.scss */
.activation-container {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* style download button to look similar to copy button */
/* line 90, /root/LicenseServerApp/app/assets/stylesheets/application.scss */
.download-button {
  position: static;
  /* <<< remove absolute */
  align-self: flex-start;
  /* aligns with left edge of textarea */
  margin-top: 0.25rem;
  top: 10px;
  right: 20px;
  padding: 6px 8px;
  z-index: 1;
  background-color: #f0f0f0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/* line 106, /root/LicenseServerApp/app/assets/stylesheets/application.scss */
.download-button[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

/* NEW: place copy + download on the same horizontal row */
/* line 113, /root/LicenseServerApp/app/assets/stylesheets/application.scss */
.button-bar {
  display: flex;
  gap: 0.5rem;
  /* space between the two buttons */
  align-items: center;
  /* vertical alignment */
}

/* line 119, /root/LicenseServerApp/app/assets/stylesheets/application.scss */
.demo-monospace {
  position: relative;
}

/* Pagination Container */
/* line 124, /root/LicenseServerApp/app/assets/stylesheets/application.scss */
.pagination {
  display: flex;
  justify-content: center;
  /* Center the pagination */
  padding: 20px 0;
  list-style: none;
}

/* Links (like <a href="...">) */
/* line 132, /root/LicenseServerApp/app/assets/stylesheets/application.scss */
.pagination a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #007bff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
}

/* Hover State */
/* line 143, /root/LicenseServerApp/app/assets/stylesheets/application.scss */
.pagination a:hover {
  background-color: #f0f0f0;
  color: #0056b3;
}

/* Active Page (this is now the SAME element as .current, not a child span) */
/* line 149, /root/LicenseServerApp/app/assets/stylesheets/application.scss */
.pagination .current {
  display: inline-block;
  /* or flex if you need it */
  padding: 8px 16px;
  color: white;
  background-color: #007bff;
  border: 1px solid #007bff;
  border-radius: 4px;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
}

/* Disabled State */
/* line 162, /root/LicenseServerApp/app/assets/stylesheets/application.scss */
.pagination .disabled a {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
  background-color: #fff;
  border-color: #ddd;
}

/* Global Box Sizing */
/* line 171, /root/LicenseServerApp/app/assets/stylesheets/application.scss */
*, *::before, *::after {
  box-sizing: border-box;
}

/* Expired product downloads  */
/* line 176, /root/LicenseServerApp/app/assets/stylesheets/application.scss */
tr.expired {
  opacity: 0.4;
  pointer-events: none;
}

/* subtle grey text & very light grey background */
/* line 179, /root/LicenseServerApp/app/assets/stylesheets/application.scss */
.expired-row {
  color: #AAA;
  background-color: #222222;
}

/* entire expired row: dim text + subtle bg */
/* line 185, /root/LicenseServerApp/app/assets/stylesheets/application.scss */
.expired-row {
  color: #666;
  background-color: #f3f3f3;
}

/* textarea inside an expired row */
/* line 191, /root/LicenseServerApp/app/assets/stylesheets/application.scss */
.expired-key {
  background-color: #e8e8e8;
  color: #666;
  border-color: #ccc;
}

/* optional: faded + non‑clickable copy button */
/* line 198, /root/LicenseServerApp/app/assets/stylesheets/application.scss */
.expired-row .copy-button[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
