Your IP : 216.73.216.95


Current Path : /var/test/www/mainsite/wp-content/plugins/async-javascript/css/
Upload File :
Current File : /var/test/www/mainsite/wp-content/plugins/async-javascript/css/admin.css

.aj_method,
.aj_steps_hidden,
#aj_step2_gtmetrix_results,
#aj_step2b_gtmetrix_results,
#aj_step2c_gtmetrix_results,
#aj_step2d_gtmetrix_results,
#aj_step2e_gtmetrix_results,
#aj_latest_please_wait,
#aj_step4_y,
#aj_step4_n,
#aj_notification {
  display: none;
}
#aj_step2_gtmetrix_results td,
#aj_step2b_gtmetrix_results td,
#aj_step2c_gtmetrix_results td,
#aj_step2d_gtmetrix_results td,
#aj_step2e_gtmetrix_results td {
  vertical-align: top;
  text-align: center;
}
.aj_gtmetrix_result {
  font-size: 2rem;
}
.aj_gtmetrix_screenshot,
#aj_notification {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75);
  max-width: 200px;
}
.aj_gtmetrix_screenshot_dashboard {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75);
  max-width: 125px;
}

.aj-steps-table h3 {
  height: 2em;
}
.aj_step_img {
  max-width: 150px;
}
.aj_field_error {
  border: solid 1px #ff0000;
}
#aj_notification {
  position: fixed;
  top: 50%;
  left: 40%;
  width: 20%;
  z-index: 105;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background-color: #ff7800;
  padding: 5px;
}
#aj_notification span.aj_dismiss {
  border: 2px solid #fff;
  padding: 0 5px;
  cursor: pointer;
  float: right;
  margin-right: 10px;
}
#aj_notification a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.aj ol {
  list-style-type: decimal;
}
.aj ul {
  list-style-type: circle;
}
.aj ol,
.aj ul {
  margin-left: 2em;
}
.aj_plugin {
  border: solid 1px #cccccc;
  padding: 15px;
  background-color: #f5f5dc;
  margin-top: 15px;
}
.aj_loader_loading_text {
  margin: 0;
  text-align: center;
}
.aj_loader {
  height: 25px;
  width: 100%;
  content: "";
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}
.aj_loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 25px;
  background-color: #2980b9;
  animation: aj_loading 3s linear infinite;
}

@keyframes aj_loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
.asItemDetail {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px 15px;
  margin: 15px 10px 10px 0;
}