#shadow-table, .shadow-rs-table th {
  text-align: left;
  padding-right: 20px;
  border-collapse: collapse;
  width: 100%;
}

#shadow-table tr.view {
  border: 1px solid #ccd0d4;
  border-bottom: none;
}

#shadow-table tr.fold {
  border-left: 1px solid #ccd0d4;
  border-right: 1px solid #ccd0d4;
  border-bottom: 1px solid #ccd0d4;
}

/* Keep 2nd, 3rd and 4th columns (Reset button, load icon and arrow icon) of shadows table
   only the content width */
tr.view > td:nth-child(2), tr.view > td:nth-child(3), tr.view > td:nth-child(4) {
  width:1%;
  white-space: nowrap;
}

/* For a smooth transition back from hover */
tr.view {
  transition: 0.3s;
}

tr.view:hover {
  background-color: #007CBA;
  color: white;
  transition: 0.5s;
}

.fold {
  display: none;
}

.open {
  display: table-row;
}

.open-folded:hover {
  cursor: pointer;
}

.closed-icon span:before {
  font: normal 13px/1 dashicons;
  content: " \f347";
}

.open-icon span:before {
  font: normal 13px/1 dashicons;
  content: " \f343";
}

.shadow-row table th {
  text-align: left;
  padding-right: 20px;
}

.shadow-hidden {
  display: none;
}

#shadow-selector {
  width: 100%;
  margin-bottom: 10px;
}

#shadow-reset {
  margin-top: 10px;
}

.data-actions th, .data-actions td {
  padding-top: 10px;
}

#shadow-data-actions {
  padding: 15px;
}

#shadow-rs-table {
  margin: 20px 0 5px 0;
}

.shadow-reset-row {
  margin-top: 20px;
}

#shadow-reset {
  margin: 0;
}

.alert {
  display: none;
  color: #FFFFFF;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 3px 3px 3px 10px;
}

.alert > p > a {
  color: white;
}

.alert > p > a:hover {
  color: #00A3E4;
}

.shadow-reset-sr-alert.alert {
  padding: 0;
}

#alert-success {
  background-color: #6aa84f;
}

#alert-failure, #alert-error {
  background-color: #cc0000;
}

#alert-timeout {
  background-color: yellow;
  color: black;
}

.shadow-closebtn {
  font-size: large;
  color: white;
  float: right;
  background-color: transparent;
  border: none;
  padding: 10px;
}

.shadow-closebtn:hover {
  color: black;
  cursor: pointer;
}

/* Override the overflow-y on common css */
#site-checks-output.seravo-result-wrapper-output {
  overflow-y: initial;
  padding: 2em;
}

#disk-use-notification {
  color: #cc0000;
}

#redis-hit-rate-chart,
#http-hit-rate-chart {
  margin-left: -15px;
  margin-top: -30px;
}

.dashicons-info {
  color: #b1b2b3;
}

#clear-url {
  position: relative;
  margin-left: -10px;
}
