/* Scott's stuff */
.button.mini {
    margin: 1px;
}

.info-button.mini {
  display: flex;
  margin: 1px;
  font-family: monospace;
  height: 20px !important;
  /*line-height: 15px !important;*/
  width: 72px;
  flex-direction: row;
}

.info-button.mini > .button {
  max-width: 35px;
  text-overflow: clip;
}

.info-button.mini > .button, .info-button.mini > .info {
  font-size: 0.625rem !important;
  height: 20px !important;
  /*line-height: 15px !important;*/
  padding: 0 0.3rem !important;
  display: flex;
}

.table-controls {
  display: flex;
  gap: 8px; /* Space between button-wrapper elements */
  flex-wrap: wrap; /* Allow wrapping when space is insufficient */
  justify-content: center;
  margin-bottom: 10px;
}

.table-controls label {
  font-weight: bold;  /* Makes text bold */
  font-size: 18px;  /* Adjust size as needed */
}

.info-button.mini > .button {

}

.info-button.mini > .info {
  flex-grow: 2;
  line-height: 20px !important;
}

.netapp-bg {
  border: 4px solid #D6D7D8; /* Netapp Light grey */
  background-color: transparent;
  border-radius: 10px;
}

.p6r-bg {
  border: 4px solid #f4aa78; /* color from p6r Secure KMIP Client Light orange */
  background-color: transparent;
  border-radius: 10px;
}

.cryptsoft-bg {
  border: 4px solid #6ab8d4;
  background-color: transparent;
  border-radius: 10px;
}
.test-content {
    display: flex;
    flex-wrap: wrap;
}

.tests-table {
  align-self: center;
}

.tests-table, .tests-table > thead > tr > th {
  text-align: center !important;
}

.bg-dark2 {
  background-color: #505050 !important;
}

.bd-dark2 {
  border-color: #505050 !important;
}

#results-view {
    overflow-y: scroll;
}

/* Eric's stuff */
.client-column {
  display: flex;
  gap: 8px; /* Space between button-wrapper elements */
  flex-wrap: wrap; /* Allow wrapping when space is insufficient */
  justify-content: center
}

.button-wrapper {
  align-items: center; /* Center items vertically */
  gap: 5px; /* Space between main button and sub-buttons */
}

.tests-table, .tests-table > thead > tr > th {
  text-align: center !important;
}

.sub-btn-container {
  display: flex;
  /* align-items: center; */
  gap: 1px;
  transform: scale(0.6);
}

.sub-btn {
  font-size: 5px;
  padding: 2px 5px;
}

/* Vincent's stuff */

.view1_style table {
  width: 100%;
  border-collapse: separate;
  margin-bottom: 60px;
  border-spacing: 0px;
}

.view1_style caption {
  position: relative;
  padding: 12px 0;
  background-color: #568cca;
  margin-bottom: 12px;
}

.view1_style th, td {
  text-align: center;
}

.view1_style th {
  background-color: #568cca;
  color: white;
  display: table-cell;
  width: 0px;
  padding: 0px;
}

.view1_style tbody tr:nth-child(odd) td {
  background-color: #00aff0;
}

.view1_style tbody tr:nth-child(even) td {
  background-color: #80d4f7;
}

.view1_style  .caption-container {
  display: flex;
  align-items: center;
}

.view1_style .caption-text {
  font-size: 25px;
  font-weight: bold;
  color: white;
  text-align: left;
  padding-left: 12px;
  padding-right: 8px;
}

.view1_style .companies-container {
  position: absolute;
  right: 300px;
  top: 50%;
  transform: translateY(-50%); /* Center the select vertically */
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.view1_style .select-container {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%); /* Center the select vertically */
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.view1_style .select-label, .view1_style .companies-label {
  color: white;
  font-weight: bold;
  padding-right: 10px;
}

.view1_style .hide-text {
  color: lightgrey;
  font-weight: bold;
  cursor: pointer;
}

.view1_style .select-container select {
  margin-left: auto;
  padding: 8px 14px;
  background-color: #568cca;
  color: white;
  font-weight: bold;
  border: 5px white solid;
}

.view1_style .client-label-row th {
  padding: 8px 0px 0px 0px;
}

.view1_style .clients-label {
  font-size: 20px;
}

.view1_style .blank-row-cell, .view1_style .blank-row-break-cell, .view1_style .blank-row-left-header-cell {
  height: 12px;
  padding: 0px;
}

.view1_style .blank-row-cell, .view1_style .left-header-break-cell, .view1_style .blank-row-break-cell {
  background-color: white !important;
}

.view1_style .top-header-cell {
  padding-bottom: 0px;
  padding-left: 3px;
  padding-right: 3px;
}

.view1_style .servers-row {
  background-color: #568cca;
  color: white;
  font-weight: bold;
  font-size: smaller;
}

.view1_style .test-groups-label {
  font-size: 20px;
}

.view1_style .servers-container-td {
  padding: 0px;
}

.view1_style .servers-cell {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.view1_style .server-image {
  width: 10px;
  height: 10px;
  object-fit: contain;
}

.view1_style .blank-row-left-header-cell {
  background-color: #568cca !important;
}

.view1_style .top-header-cell-break, .view1_style .left-header-break-cell, .view1_style .blank-row-break-cell {
  min-width: 12px;
  max-width: 12px;
  width: 12px;
  padding: 0px;
}

.view1_style .left-header-cell {
  background-color: #568cca !important;
  color: white;
  font-weight: bold;
  white-space: nowrap;
  min-width: 120px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.view1_style .value-cell {
  text-align: center;
  border-spacing: 6px;
  min-width: 100px;
  padding-left: 6px;
  padding-right: 6px;
  white-space: nowrap;
}

.view1_style .result-symbol {
  cursor: default;
  margin: 0 2px;
  font-size: larger;
  font-weight: bold;
  width: 26px;
  height: 100%;
  display: inline-block;
}

.view1_style .grey-out {
  color: #d1d1d1;
}

.view1_style .companies-buttons-div {
  display: flex;
  gap: 10px;
  background-color: white;
  padding: 10px;
}

.view1_style .toggle-button {
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: 0px;
}

.view1_style .group-link, .view1_style .tc-link {
  color:#3f3f3f;
  text-decoration: none;
  display: inline-block;
  width: 18px;
}