/*====================================
 =            Admin Styles           =
 ====================================*/
table.baqend-enabled-pages {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  border-spacing: 0; }

table.baqend-enabled-pages th {
  width: 150px; }

table.baqend-enabled-pages td,
table.baqend-enabled-pages th {
  line-height: 1.0;
  padding: 10px 10px;
  border-bottom: 1px solid #ccc; }

table.baqend-enabled-pages tr:hover td,
table.baqend-enabled-pages tr:hover th {
  background: #efefef; }

table.baqend-enabled-pages tr:hover.no-hover td,
table.baqend-enabled-pages tr:hover.no-hover th {
  background: inherit; }

table.baqend-enabled-pages tr:last-child td,
table.baqend-enabled-pages tr:last-child th {
  border-bottom: none; }

.getting-started {
  max-width: 900px;
  margin: 0 auto; }

.getting-started-info {
  margin-top: 20px;
  background: white;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  padding: 20px; }

ul.getting-started-actions {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  min-height: 250px; }

ul.getting-started-actions li {
  margin: 20px 0;
  display: block;
  position: relative;
  width: 360px; }

ul.getting-started-actions li:only-child {
  margin: 20px auto; }

ul.getting-started-actions li > a,
ul.getting-started-actions li > div {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
  text-decoration: inherit;
  color: inherit;
  padding: 20px;
  background: white;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 2px; }

ul.getting-started-actions li > a p,
ul.getting-started-actions li > div p {
  margin: 0;
  padding: 0; }

p.getting-started-heading {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  line-height: 42px; }

p.getting-started-heading img {
  height: 42px;
  vertical-align: -15px;
  margin-right: 10px; }

.baqend-help img {
  border: 1px solid #e8e8e8;
  width: 50%;
  margin: 10px 25%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

.baqend-help > ul > li {
  list-style-type: square;
  margin-left: 15px; }

.baqend-help > ul > li > ul > li {
  list-style-type: circle;
  margin-left: 15px; }

.image-compare {
  margin-right: 20px; }
  .image-compare img {
    user-select: none;
    height: 300px;
    width: 300px; }
    .image-compare img:first-child {
      border-right: 1px solid #ddd; }
  .image-compare .image-compare-split {
    display: flex;
    flex-flow: row nowrap;
    border: 1px solid #ddd;
    width: 601px;
    position: relative; }
  .image-compare .image-author,
  .image-compare .image-reduction,
  .image-compare .image-original-name,
  .image-compare .image-optimized-name {
    position: absolute;
    color: rgba(255, 255, 255, 0.6);
    padding: 0 8px;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 80%;
    user-select: none;
    backdrop-filter: blur(5px); }
  .image-compare .image-author {
    left: 0;
    bottom: 0;
    border-top-right-radius: 3px; }
  .image-compare .image-reduction {
    right: 0;
    bottom: 0;
    border-top-left-radius: 3px; }
  .image-compare .image-original-name {
    left: 0;
    top: 0;
    border-bottom-right-radius: 3px; }
  .image-compare .image-optimized-name {
    right: 0;
    top: 0;
    border-bottom-left-radius: 3px; }
  .image-compare .image-author a {
    color: rgba(255, 255, 255, 0.8);
    outline: 0; }

.io {
  display: flex;
  flex-flow: row wrap; }

.io-options {
  margin-top: 20px;
  flex-grow: 1;
  min-width: 200px; }
  .io-options .io-option {
    display: block;
    margin-bottom: 10px; }

.ruler {
  user-select: none;
  position: relative;
  height: 16px;
  z-index: 1; }

.ruler-base {
  position: absolute;
  box-sizing: border-box;
  top: 4px;
  bottom: 4px;
  left: 7px;
  right: 7px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  background: #f1f1f1;
  cursor: ew-resize; }

.ruler-node {
  position: relative;
  top: -5px;
  margin-left: -7px;
  background: #1e8cbe;
  border-radius: 50%;
  box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.4);
  height: 16px;
  width: 16px;
  cursor: ew-resize;
  z-index: 2; }

ul.statistics {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 20px;
  background: white;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 2px; }

ul.statistics > li {
  display: block;
  text-align: center;
  flex-grow: 1;
  flex-basis: 1rem;
  border-left: 1px solid #e8e8e8; }

ul.statistics > li:first-child {
  border-left: none; }

.statistics-number {
  font-size: 42px;
  font-weight: bold;
  display: block;
  line-height: 49px; }

.statistics-caption {
  color: #3498db;
  display: block;
  line-height: 25px; }

#upgrade-tab {
  background: #fff8e5; }

#upgrade-tab:hover {
  background: #fffefa; }

#upgrade-tab.nav-tab-active {
  background: #f1f1f1; }

.toplevel_page_baqend .dashicons-speed-kit:before {
  font-family: baqend !important;
  content: "\F101"; }

.nav-tab i {
  vertical-align: -3px; }

.submit-wrap .spinner {
  float: left;
  margin-top: 25px; }

.submit-wrap .submit {
  float: left;
  padding-top: 0;
  margin-right: 10px; }

.submit-wrap .progress-state {
  float: left;
  margin-top: 20px;
  font-style: italic;
  line-height: 22px;
  display: none; }

.submit-wrap .progress-state.is-active {
  display: block; }

.media-item {
  margin: 16px 7px;
  float: left;
  width: 212px; }

.media-item .bar {
  margin-top: 0; }

.disabled {
  color: darkred;
  font-weight: bold; }

.enabled {
  color: darkgreen;
  font-weight: bold; }

.spinner.spinner-show {
  float: none;
  visibility: visible; }


/*# sourceMappingURL=baqend-admin.css.map*/