/* tabs */
.ap-tab-content {
  padding: 10px;
}
.ap-active {
  background-color: #ffffff !important;
  border-bottom: 1px solid #0073aa !important;
}
.ap-tabs {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
.ap-tab {
  width: 100px;
  text-align: center;
  display: inline-block;
  padding: 10px;
  border: 1px solid #f1f1f1;
  background-color: #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
  margin: 2px 0px 0px 0px;
}
/* tabs */

/* ap buttons */
.button-ap-large {
  padding: 21px 22px 23px 22px !important;
  line-height: 0px !important;
  font-size: 20px !important;
}
/* ap buttons */

.ap-table {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 5px;
  margin-top: 5px;
}
.ap-top-table {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .ap-table tr {
    display: block;
  }
  .ap-table td {
    display: block;
    width: 100%;
  }
  .ap-table td::before {
    float: left;
  }
  .ap-table td:last-child {
    border-bottom: 0;
  }
}

/* key status */
.key-status {
  padding: 0px 10px;
  border-radius: 4px;
  border: 3px dashed #cccccc;
}
/* key status */

.webp-converter {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 10px;
}
.webp-top {
  margin: 10px 0px 20px 0px;
  text-align: center;
}
.sub-images {
  padding-left: 40px;
  margin-top: 10px;
}
.webp-status-image img {
  vertical-align: middle;
}
.webp-item {
  margin-right: 10px;
}
.webp-item a {
  text-decoration: none;
  font-weight: 600;
}
.webp-status-text {
  font-weight: 600;
}
.button-green {
  background-color: green !important;
  color: white !important;
  border: 1px solid green !important;
}
.button-red {
  background-color: red !important;
  color: white !important;
  border: 1px solid red !important;
}
.button-blue {
  background-color: #0073aa !important;
  color: white !important;
  border: 1px solid #0073aa !important;
}

.current > .tablenav-pages-navspan.button {
  background-color: white;
  color: black;
}
.webp-main-images li {
  background-color: #fff;
  padding: 20px;
}
.webp-main-images li:nth-child(odd) {
  background-color: #f9f9f9;
}

.webp-sub-images {
  margin-top: 20px;
  margin-left: 20px;
}
.webp-sub-images li {
  background-color: #eceaea;
  padding: 10px 10px 10px 30px;
}
.webp-sub-images li:nth-child(odd) {
  background-color: #e0dfdf;
}
.webp-msg {
  padding: 10px !important;
}
.ui-tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
}
.user-hta {
  border: 4px dashed #ccc;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0px;
  box-sizing: border-box;
}
