/**
 * WP Reset
 * https://wpreset.com/
 * (c) WebFactory Ltd, 2017-2019
 */

.tools_page_wp-reset #wp_reset_form input {
  vertical-align: middle;
}

.tools_page_wp-reset h1 span {
  font-size: 13px;
  vertical-align: super;
  font-style: italic;
}

.tools_page_wp-reset .textcenter {
  text-align: center;
}

.tools_page_wp-reset .button.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.tools_page_wp-reset.wp-core-ui .button,
.tools_page_wp-reset.wp-core-ui .button-primary,
.tools_page_wp-reset.wp-core-ui .button-secondary {
  border-radius: 0;
}

.tools_page_wp-reset .plain-list {
    margin-top: 5px;
    list-style-type: circle;
    list-style-position: inside;
  }

.tools_page_wp-reset .plain-list li {
  text-indent: -18px;
  padding-left: 23px;
  line-height: 23px;
  margin: 0;
}

.tools_page_wp-reset .red {
  color: #dd3036;
}

.tools_page_wp-reset .green {
  color: #1daf1d;
}

.tools_page_wp-reset #logo-icon {
  max-height: 30px;
  width: auto;
  padding: 0;
  margin: 0;
}

.tools_page_wp-reset .dismiss-notice-rate {
  vertical-align: bottom;
  margin-left: 10px;
}

.tools_page_wp-reset .button {
  box-shadow: none;
  text-shadow: none;
  margin-top: 1em;
}

.tools_page_wp-reset .swal2-container {
  z-index: 99999;
}

.tools_page_wp-reset .swal2-container.swal2-shown {
  background-color: rgba(0,0,0,.6);
}

.tools_page_wp-reset .swal2-popup .swal2-title {
  line-height: 1;
}

.tools_page_wp-reset code {
  white-space: nowrap;
}

.tools_page_wp-reset p {
  line-height: 1.7;
}

.tools_page_wp-reset .button-delete:hover {
  color: #cc2f2f;
}

.tools_page_wp-reset .rotating {
  -webkit-animation:spin 1.5s linear infinite;
  -moz-animation:spin 1.5s linear infinite;
  animation:spin 1.5s linear infinite;
}

.tools_page_wp-reset .notice-error {
  border-color: #dd3036;
}

.tools_page_wp-reset .toggle-card {
  position: absolute;
  right: 2em;
  top: 2.2em;
  text-decoration: none;
}

.tools_page_wp-reset .card {
  padding: 1em 2em 1em 2em;
  width: 520px;
}

.tools_page_wp-reset .card.collapsed p,
.tools_page_wp-reset .card.collapsed b,
.tools_page_wp-reset .card.collapsed ul {
  display: none;
}

.tools_page_wp-reset .swal2-popup {
  border-radius: 0;
}

.tools_page_wp-reset .create-new-snapshot-corner {
  position: absolute;
  top: 2em;
  right: 2em;
  margin: 0;
  box-shadow: none;
}

.tools_page_wp-reset table {
  width: calc(100% + 4em);
  border-spacing: 0;
  border-collapse: separate;
  margin: 0 0 0 -2em;
}

.tools_page_wp-reset table td {
  text-align: left;
  padding: 5px;
}

.tools_page_wp-reset table tr:nth-child(even) td {
  background-color: #f9f9f9;
}

.tools_page_wp-reset table .ss-actions {
  width: 55px;
}

.tools_page_wp-reset table th {
  text-align: left;
  border-bottom: thin solid #444444;
  padding: 5px;
}

.tools_page_wp-reset table .ss-action {
  text-decoration: none;
  margin: 0 7px 5px 0;
  display: inline-block;
}

.tools_page_wp-reset table .delete-snapshot {
  margin: 0;
}

.tools_page_wp-reset .no-padding-bottom {
  padding-bottom: 0;
}

.wpr-table-container {
  min-width: 960px;
  max-width: 1200px;
  margin: 0 auto 15px auto;
}

.swal2-popup.compare-snapshots {
  min-height: 90%;
  flex-direction: column;
  justify-content: flex-start;
}

.wpr-table-container pre {
  font-size: 14px;
  overflow: auto;
  max-width: 580px;
}

.wpr-table-container p {
  font-size: 14px;
  color: #545454;
}

.wpr-table-container table {
  border-spacing: 0;
  border-collapse: separate;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}

.wpr-table-container table span.dashicons {
  position: absolute;
  right: 10px;
  top: 13px;
}

.wpr-table-container table td {
  width: 50%;
  padding: 10px;
}

.wpr-table-container > table > tbody > tr:first-child {
  cursor: pointer;
}

.wpr-table-container table tr td:nth-child(2) {
  border-left: thin solid #00000080;
}

.wpr-table-container table td {
  background-color: #f9f9f9;
}

.wpr-table-container .no-padding {
  padding: 0;
}

.wpr-table-container .wpr-table-missing td {
  background-color: #ff000830;
}

.wpr-table-container .wpr-table-difference td {
  background-color: rgba(255, 166, 0, 0.30);
}

.wpr-table-container .wpr-table-match td {
  background-color: rgba(9, 255, 0, 0.30);
}

.wpr-table-container table.table_diff tr td {
  width: auto;
  border-left: none;
  word-break: break-all;
  font-size: 14px;
  font-family: monospace;
  vertical-align: top;
}

.wpr-table-container .table_diff {
  width: 100%;
}


@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg); transform:rotate(-360deg);
  }
}


/* tabs */
.tools_page_wp-reset .ui-tabs {
  max-width: 100%;
  position: relative;
  padding: 0px;
  zoom: 1;
  margin-top: 20px;
}

.tools_page_wp-reset .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
}

.tools_page_wp-reset .ui-tabs .ui-tabs-nav li {
  list-style: none;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  padding: 0;
  white-space: nowrap;
}

.tools_page_wp-reset .ui-tabs .ui-tabs-nav li a {
  text-decoration: none;
}

.tools_page_wp-reset .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  border-bottom: 1px solid #F1F1F1 !important;
}

.tools_page_wp-reset ul.ui-tabs-nav.wpr-main-tab li.ui-state-active {
  border-top: 3px solid #666666;
  background: #ffffff;
  transition: all 0.4s ease-out;
  border-bottom: 1px solid #fff;
}

.tools_page_wp-reset .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.tools_page_wp-reset .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.tools_page_wp-reset .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}

.tools_page_wp-reset .ui-tabs .ui-tabs-nav li a,
.tools_page_wp-reset .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}


.tools_page_wp-reset .ui-tabs .ui-tabs-panel {
  display: inline-block;
  border: none;
  padding: 20px;
  background: #ffffff;
  overflow: visible;
  min-width: 520px;
  border-top: 1px solid #e5e5e5;
}

.tools_page_wp-reset .ui-tabs .ui-tabs-hide {
  display: none !important;
}

.tools_page_wp-reset .ui-tabs .ui-tabs-nav li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  color: #AAAAAA;
  padding: 5px 10px;
  display: block;
  letter-spacing: 1px;
}

.tools_page_wp-reset .ui-tabs ul.ui-tabs-nav li.ui-state-active .icon {
  color: #666666;
}

.tools_page_wp-reset .ui-tabs-nav:after {
  content: '';
  clear: both;
  display: block;
}

.tools_page_wp-reset .ui-tabs-anchor,
.nav-tab {
  outline: none !important;
}

.tools_page_wp-reset .ui-tabs ul.ui-tabs-nav li {
  color: #AAAAAA;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  margin: 0px 5px 0px 5px;
  text-decoration: none;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.7);
  padding: 0;
  text-align: center;
  letter-spacing: .5px;
  min-width: 100px;
  border-top: 3px solid transparent;
  border-bottom: 1px solid #e5e5e5;
}

.tools_page_wp-reset .ui-tabs ul.ui-tabs-nav li .label {
  display: block;
  margin-top: -10px;
}

.tools_page_wp-reset .ui-tabs ul.ui-tabs-nav li:first-child {
  margin-left: 0;
}

.tools_page_wp-reset ul.ui-tabs-nav.wpr-main-tab {
  padding-bottom: 0;
  width: 100%;
  box-sizing: border-box;
}

.tools_page_wp-reset .ui-state-hover a,
.tools_page_wp-reset .ui-state-active a,
.tools_page_wp-reset li.ui-state-hover,
.tools_page_wp-reset li.ui-state-hover a {
  color: #000000 !important;
}

.tools_page_wp-reset .ui-tabs ul.ui-tabs-nav li.ui-state-hover {
  background-color: #ffffff !important;
  border-bottom: 1px solid #fff;
}

.tools_page_wp-reset .ui-tabs-nav a:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
/* tabs */

/* diff */

.Differences {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

.Differences thead th {
	text-align: left;
	border-bottom: 1px solid #000;
	background: #aaa;
	color: #000;
	padding: 4px;
}
.Differences tbody th {
	text-align: right;
	background: #ccc;
	width: 4em;
	padding: 1px 2px;
  border-right: 1px solid #00000080;
  border-bottom: none;
	vertical-align: middle;
  font-size: 13px;
  font-weight: 400;
}

.Differences td {
	padding: 5px !important;
	font-family: Consolas, monospace;
	font-size: 13px;
}

.DifferencesSideBySide .ChangeInsert td.Left {
	background: #dfd;
}

.DifferencesSideBySide .ChangeInsert td.Right {
	background: #cfc;
}

.DifferencesSideBySide .ChangeDelete td.Left {
	background: #f88;
}

.DifferencesSideBySide .ChangeDelete td.Right {
	background: #faa;
}

.DifferencesSideBySide .ChangeReplace .Left {
	background: #fe9;
}

.DifferencesSideBySide .ChangeReplace .Right {
	background: #fd8;
}

.Differences ins, .Differences del {
	text-decoration: none;
}

.DifferencesSideBySide .ChangeReplace ins, .DifferencesSideBySide .ChangeReplace del {
	background: #fc0;
}

.Differences .Skipped {
	background: #f7f7f7;
}

.DifferencesInline .ChangeReplace .Left,
.DifferencesInline .ChangeDelete .Left {
	background: #fdd;
}

.DifferencesInline .ChangeReplace .Right,
.DifferencesInline .ChangeInsert .Right {
	background: #dfd;
}

.DifferencesInline .ChangeReplace ins {
	background: #9e9;
}

.DifferencesInline .ChangeReplace del {
	background: #e99;
}

/* diff */
