/**
 * Ap Writer Stats CSS rules.
 */
body.tools_page_ap_writer_stats #wpwrap.apws-loading {
  height: 100%;
}
#wpcontent.apws-loading {
  background: url(../img/loader.gif) center center no-repeat;
}
.ajax_stats {
  font-size: small;
  color: #5d6267;
  text-align: right;
}
#apws_index .nav-tab-admin {
  float: right;
}
#apws_index_graph,
#apws_index_calendar,
#apws_index_table,
#apws_index_actions {
  margin: 20px 0;
}
#apws_index_actions a,
#apws_index_actions input {
  display: block;
}
#apws_index_graph,
#apws_index_calendar {
  float: left;
  width: 49%;
}
#apws_index_graph {
  height: 650px;
}
#apws_index_calendar {
  float: right;
  margin-top: -12px;
}
#apws_index_calendar .fc .fc-sat a,
#apws_index_calendar .fc .fc-sun a {
  color: rgba(255, 63, 63, 0.85) !important;
}
#apws_index_calendar .fc .fc-event-dot {
  height: 18px;
  padding: 0 7px 2px 7px;
  width: auto;
  color: #fff;
}
#apws_index_calendar .fc .fc-day-grid-event:hover .fc-title {
  white-space: normal;
  z-index: 10000;
  position: relative;
}
#apws_index_calendar .fc .fc-row.fc-rigid:hover {
  height: 170px !important;
}
#apws_index_table {
  margin-bottom: 0;
  width: 100%;
}
#apws_index_table .show_posts,
#apws_index_table .spacer {
  color: #aaa;
  display: inline-block;
  visibility: hidden;
}
#apws_index_table tr .index.sorting_1 {
  background-color: #f1f1f1;
}
#apws_index_table tr:hover .show_posts,
#apws_index_table tr:hover .spacer {
  visibility: visible;
}
#apws_index_table tr:hover .show_posts:hover,
#apws_index_table tr:hover .spacer:hover {
  color: #555;
}
#apws_index_table tr td {
  padding: 4px;
}
#apws_index_table tr td .apws_author_extra_actions {
  display: inline-block;
}
#apws_index_table .dataTables_info {
  padding-top: 0;
}
#apws_index_table .dataTables_processing {
  background: #f1f1f1;
  bottom: 0;
  height: 100%;
  line-height: 100%;
  margin-top: 0;
  opacity: 0.5;
  padding: 0;
  text-align: center;
  top: 0;
  z-index: 1;
}
#apws_index #date-range {
  display: block;
  line-height: 35px;
  margin-top: 15px;
  margin-right: 10px;
  max-width: 49%;
}
#apws_index #date-range * {
  vertical-align: baseline;
}
#apws_index #date-range small {
  white-space: nowrap;
}
#apws_index #date-range-form {
  display: none;
  margin-right: 5px;
}
#apws_index #date-range-form input[type=text] {
  max-width: 115px;
}
#apws_index #date-range-form label {
  vertical-align: text-bottom;
}
#apws_index #date-range .button {
  background: #f3f5f6;
  border-color: #007cba;
  box-shadow: none;
  color: #016087;
}
#apws_index #date-range .button.focus {
  background: #007cba;
  border-color: #007cba;
  color: #fff;
}
#apws_index #date-range .refresh-now {
  margin-left: 2px;
  margin-right: 5px;
}
#apws_index #date-range #loader {
  vertical-align: text-bottom;
}
#apws_index #date-range input[type="number"] {
  width: 75px;
}
#apws_index #date-range input[type="number"].wide {
  width: 110px;
}
#apws_index.posts #date-range {
  max-width: 100%;
}
#apws_index .extra-wide {
  width: 100%;
  max-width: 400px;
}
#apws_widget #posts_stats_holder {
  display: block;
  height: 160px;
}
#apws_widget > div,
#apws_widget .dataTables_wrapper .ui-toolbar {
  display: none;
}
#apws_widget > div[data-table=today] {
  display: block;
}
#apws_widget .nav-tab-wrapper {
  border-bottom: none;
}
#apws_widget .nav-tab {
  font-size: 12px;
  padding: 3px 6px;
}
#apws_widget .info {
  margin-bottom: 0;
  text-align: center;
}
#apws_widget .include_updated_posts {
  margin-bottom: 3px;
  text-align: right;
}
#apws_widget .include_updated_posts .button {
  background: #f3f5f6;
  border-color: #007cba;
  box-shadow: none;
  color: #016087;
}
#apws_widget .include_updated_posts .button.focus {
  background: #007cba;
  border-color: #007cba;
  color: #fff;
}
#apws_widget p.info:first-child {
  border: 1px solid #ccd0d4;
  margin: 0;
  padding: 1em 0;
}
#apws_widget table.dataTable {
  width: 100%;
}
#apws_widget table.dataTable th {
  font-size: 11px;
}
#apws_widget table.dataTable th:nth-child(2) {
  min-width: 100px;
}
#apws_widget table.dataTable tbody tr {
  font-size: 13px;
}
#apws_widget table.dataTable tbody tr :hover {
  background-color: rgba(0, 115, 170, 0.1) !important;
}
#apws_widget table.dataTable td:first-child {
  border-left: 1px solid #ccd0d4;
}
#apws_widget table.dataTable td:last-child {
  border-right: 1px solid #ccd0d4;
}
#apws_widget table.dataTable .no-footer {
  border-bottom: 1px solid #ccd0d4;
}
#wpadminbar #wp-admin-bar-generate-stats-chart {
  display: none;
}
#wpadminbar #wp-admin-bar-writer-stats {
  display: inline-block;
  position: static;
}
#wpadminbar #wp-admin-bar-writer-stats > .ab-item .ab-arrow {
  font-size: 23px;
  line-height: 2;
  margin-left: -9px;
}
#wpadminbar #wp-admin-bar-writer-stats .ab-item.ab-empty-item {
  color: transparent;
  font-size: 0;
}
#wpadminbar #wp-admin-bar-writer-stats .ab-item.ab-empty-item:before {
  margin-left: 11px;
}
#wpadminbar #wp-admin-bar-writer-stats .ab-item.ab-empty-item:before,
#wpadminbar #wp-admin-bar-writer-stats .ab-icon:before {
  content: "\f185";
  display: block;
  font-size: 30px;
  line-height: 1.58;
}
#wpadminbar #wp-admin-bar-writer-stats .ab-sub-wrapper {
  left: 0;
  width: 100%;
  visibility: hidden;
}
#wpadminbar #wp-admin-bar-writer-stats .ab-sub-wrapper.loaded {
  visibility: visible;
}
#wpadminbar #wp-admin-bar-writer-stats .ab-sub-wrapper .ab-item {
  text-align: center;
  height: auto;
  white-space: normal;
  z-index: 10;
}
@media screen and (min-width: 783px) {
  #wpadminbar #wp-admin-bar-writer-stats {
    position: relative;
  }
  #wpadminbar #wp-admin-bar-writer-stats > .ab-item .ab-arrow {
    font-size: 13px;
    line-height: 32px;
    margin-left: 0;
  }
  #wpadminbar #wp-admin-bar-writer-stats .ab-label {
    display: inline-block;
    padding-left: 3px;
  }
  #wpadminbar #wp-admin-bar-writer-stats .ab-item.ab-empty-item {
    color: inherit;
    font-size: inherit;
    padding-left: 7px;
  }
  #wpadminbar #wp-admin-bar-writer-stats .ab-item.ab-empty-item:before {
    margin-left: 0;
    font-size: 20px;
    line-height: 25px;
  }
  #wpadminbar #wp-admin-bar-writer-stats .ab-icon {
    margin-right: 0 !important;
  }
  #wpadminbar #wp-admin-bar-writer-stats .ab-icon:before {
    font-size: inherit;
    line-height: 1.25;
  }
  #wpadminbar #wp-admin-bar-writer-stats .ab-sub-wrapper {
    left: calc(50% - 440px / 2);
    min-width: auto;
    width: auto;
  }
  #wpadminbar #wp-admin-bar-writer-stats .ab-sub-wrapper .ab-item {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1030px) {
  #wpadminbar #wp-admin-bar-generate-stats-chart {
    display: block;
  }
  #wpadminbar #wp-admin-bar-generate-stats-chart .ab-item {
    width: 56px;
    overflow: hidden;
  }
  #wpadminbar #wp-admin-bar-generate-stats-chart .ab-item:hover {
    width: auto;
  }
  #wpadminbar #wp-admin-bar-generate-stats-chart .ab-item img {
    max-width: initial;
  }
}
/*# sourceMappingURL=ApWriterStats.css.map */