/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/

.delete-data {
  margin-bottom: 15px;
}

.delete-data div,
.delete-data form {
  display: inline-block;
}
body {
  background-color: #fff;
  color: #333;
  margin: 33px;
}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a {
  color: #000;
}

a:visited {
  color: #666;
}

a:hover {
  color: #fff;
  background-color: #000;
}

th {
  padding-bottom: 5px;
}

td {
  padding: 0 5px 7px;
}

div.field,
div.actions {
  margin-bottom: 10px;
}

#notice {
  color: green;
}

#alert {
  color: red;
  font-weight: bold;
}

.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px 7px 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#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;
}

#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

label {
  display: block;
}
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
/*
 * 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.
 *


 */

.hidden {
  display: none !important;
}

.radio-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto;
  width: max-content;
}

.radio-option {
  margin: 15px;
}

input[type="radio"] {
  display: block;
  margin: auto;
}

.multicheckbox-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto;
  width: max-content;
}

.multicheckbox-option {
  margin: 15px;
}

.user-query-term-access-level {
  display: block;
  margin: auto;
}

.multicheckbox-option .reseller {
  display: block;
  margin: auto;
}

.add-on-checkbox {
  display: block;
  margin: auto;
}

.context.field {
  margin-top: 15px;
}

.italics {
  font-style: italic;
}

input[type="submit"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

tr:nth-child(even) {
  background-color: #eee;
}

.audit {
  margin-bottom: 10px;
}

.line {
  margin-top: 5px;
  border-left: 2px solid #000;
  height: 40px;
  margin-left: 125px;
}

.horizontal-line {
  margin-top: 5px;
  border-top: 2px solid #000;
  width: 200px;
}

.audit:last-child .line {
  display: none;
}

.changes {
  padding-left: 30px;
  margin-top: 5px;
  margin-bottom: 0;
}

.audits {
  margin-bottom: 30px;

  background-color: #eee;
  border-radius: 25px;
  width: fit-content;
  padding: 10px 20px;
}

.audits h3 {
  margin: 5px 0 10px;
}

.list-of-audit-classes {
  margin-bottom: 20px;
}

.list-of-audit-classes a {
  display: inline-block;
  background-color: #eee;
  padding: 6px 10px;
  border-radius: 7px;
  color: #000;
  text-decoration: none;
}

.organisation-user form.button_to {
  display: inline-block;
}

.login-as-support form {
  display: inline-block;
}

.replies {
  margin-bottom: 30px;

  background-color: #eee;
  border-radius: 25px;
  width: fit-content;
  padding: 10px 20px;
}

.submitted-image {
  max-width: 50%;
}

.subtle-link {
  text-decoration: none !important;
  background-color: inherit !important;
}

.zoom-in {
  cursor: zoom-in;
}

.queue-box {
  display: inline-block;
  min-width: 140px;
  width: auto;
  height: fit-content;
  padding: 15px 15px 15px 15px;
  border-radius: 15px;
  border: 2px solid #000;
  text-align: center;
  margin: 10px;
  vertical-align: top;
}

.queue-box-name {
  font-weight: bold;
  height: 20px;
}

.queue-box-number {
  font-size: 500%;
  text-align: left;
  line-height: normal;
  padding-top: 31px;
}

.stats-box {
  display: inline-block;
  min-width: 100px;
  width: auto;
  height: 90px;
  padding: 10px 10px 10px 10px;
  border-radius: 15px;
  border: 2px solid #000;
  text-align: center;
  margin: 10px;
}

.stats-box-name {
  font-weight: bold;
  height: 20px;
}

.stats-box-number {
  font-size: 500%;
  text-align: left;
  line-height: 100px;
}
tr.red-bg {
  background-color: #f9b0ab;
}

.locations-length {
  text-align: center;
}

.microsoft-login {
  margin-top: 10px;
  cursor: pointer;
}

.microsoft-login:hover {
  filter: contrast(80%);
}

/* -- FAQ Images -- */

.markdown-image {
  display: block;
  background-color: #eee;
  padding: 5px;
  width: fit-content;
}

.markdown-image div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.markdown-image form {
  display: inline-block;
}

.markdown-preview img {
  width: auto;
  max-width: 100%;
}
