/**
 * All of the CSS for the public-facing CSS source
 * for the MODEC motor model's specs.
 */
 :root{
  --color-accessory: #cc651e;
 }

 table.actuator-accessory-references.suitcase{
  --color-accessory: #cc651e;
 }
 table.actuator-accessory-references.frl,
 table.actuator-accessory-references.sat{
  --color-accessory: #2395be;
 }


table.actuator-accessory-references {
  width: 100%;
  text-align: center;
  font-size: .9em;
  border-spacing: 0;
}

table.actuator-accessory-references tbody tr td.single-header, table.actuator-accessory-references tbody tr td.multi-header {
  background-color: rgb(245, 245, 245) !important;
  font-weight: 600 !important;
  padding-left: 10px;
  text-align: center;
}

table.actuator-accessory-references.with-multi-fields tbody tr td.main.single-header{
    padding-right: 10%;
}

table.actuator-accessory-references tbody tr td.sub-header{
    padding-left: 0px;
    width: 80px;
    max-width: 80px;
    min-width: 80px;
}

table.actuator-accessory-references
 {
  border-collapse: collapse;
}

table.actuator-accessory-references th,
table.actuator-accessory-references td {
  border: 1px solid #ccc;
  padding: 2px;
}
table.actuator-accessory-references td {
  background-color: white;
}

table.actuator-accessory-references thead th {
  margin: 0;
  padding: 4px;
  font-size: .9em;
  font-weight: 600 !important;
  vertical-align: center;
  color: white;
  background-color: #cc651e;
}

table.actuator-accessory-references thead th:not(:first-child) {
  color: #374047;
  background: #eeeeee;
}
table.actuator-accessory-references thead th {
  /*min-width: 100px;
  width: 100%;*/
}
table.actuator-accessory-references thead th:first-child {
    min-width: 200px !important;
    width: 50% !important;
}
table.actuator-accessory-references.layout-kit-box thead th {
    min-width: 100px;
    width: auto;
  }
table.actuator-accessory-references.layout-kit-box thead th:first-child {
    min-width: 200px !important;
    width: 25% !important;
}

table.actuator-accessory-references thead th {
  margin: 0;
  padding: 4px;
  font-size: .9em;
  font-weight: 600;
  vertical-align: center;
  color: white;
  min-width: 85px;
  width: 16%;
  background-color: var(--color-accessory);
}
table.actuator-accessory-references tbody th {
  background-color: #eeeeee;
}

table.actuator-accessory-references thead > tr:first-child > th:first-child {
  min-width: 150px !important;
  max-width: 300px;
  width: 25% !important;
}

@media only screen and (max-width: 600px) {
  .actuator-accessory-references {
    max-width: 100%;
    width: 100%;
  }
}

table.actuator-accessory-references span.power-range-chip {
  padding: 0px 4px;
  border-radius: 1px;
  background: var(--color-motor);
  color: white;
  font-family: 'AvantGarde Regular';
  font-weight: 800;
  font-size: 14px;
}

table.actuator-accessory-references span.power-range-chip.power-range-05 { --color-motor: var(--color-power-range-05); }
table.actuator-accessory-references span.power-range-chip.power-range-07 { --color-motor: var(--color-power-range-07); }
table.actuator-accessory-references span.power-range-chip.power-range-08 { --color-motor: var(--color-power-range-08); }
table.actuator-accessory-references span.power-range-chip.power-range-10 { --color-motor: var(--color-power-range-10); }
table.actuator-accessory-references span.power-range-chip.power-range-20 { --color-motor: var(--color-power-range-20); }
table.actuator-accessory-references span.power-range-chip.power-range-25 { --color-motor: var(--color-power-range-25); }
table.actuator-accessory-references span.power-range-chip.power-range-30 { --color-motor: var(--color-power-range-30); }

.options-full-header{
  background-color: #ccc !important;
  color: #374047;
  border-color: #ccc !important;
  font-weight: 800;
}

.actuator-accessory-references-title{
  color: var(--color-primary)
}

table.actuator-accessory-references  tbody .chip{
  background-color: #fff;
  border: 1px solid var(--color-accessory);
  color: var(--color-accessory);
  padding: 0px 4px;
  margin: 0px 2px;
  border-radius: 10px;
}

table.actuator-accessory-references  tbody td a{
  font-weight: 400 !important;
}
table.actuator-accessory-references  tbody a:hover .chip{
  /*opacity: .8;*/
  color: white;
  background-color: var(--color-accessory);
}

table.actuator-accessory-references  tbody .not-link.chip:hover{
  /*opacity: .8;*/
  color: white;
  background-color: var(--color-accessory);
  opacity: .8;
}