/*
 * Security Guard
 * Themology Net
 */


/*
 * jQuery UI Tabs 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */

.tools_page_themo-sg .ui-tabs { position: relative; padding: .2em; zoom: 1;margin-top:25px } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.tools_page_themo-sg .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.tools_page_themo-sg .ui-tabs .ui-tabs-nav li { list-style: none; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.tools_page_themo-sg .ui-tabs .ui-tabs-nav li a { text-decoration: none; }
.tools_page_themo-sg .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; border-bottom: 1px solid #F1F1F1 !important; }
.tools_page_themo-sg .ui-tabs ul.ui-tabs-nav li.ui-state-active { margin-bottom: 0; border-bottom: 1px solid #F1F1F1 !important; }
.tools_page_themo-sg .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .tools_page_themo-sg .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .tools_page_themo-sg .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.tools_page_themo-sg .ui-tabs .ui-tabs-nav li a, .tools_page_themo-sg .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.tools_page_themo-sg .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.tools_page_themo-sg .ui-tabs .ui-tabs-hide { display: none !important; }

.tools_page_themo-sg .ui-tabs .ui-tabs-nav li a {
  font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 32px;
  color: #AAAAAA;
  padding: 0 10px;
}

.tools_page_themo-sg .ui-tabs-nav:after {
  content: '';
  clear: both;
  display: block;
}

.tools_page_themo-sg .ui-tabs-anchor, .nav-tab {
  outline: none !important;
}

.tools_page_themo-sg .ui-tabs ul.ui-tabs-nav li {
  border-color: #DFDFDF #DFDFDF #FFFFFF;
  border-radius: 3px 3px 0 0;
  border-style: solid;
  border-width: 1px 1px 0;
  color: #AAAAAA;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  margin: 5px 10px -1px 5px;
  text-decoration: none;
  text-shadow: 0 1px 0 #FFFFFF;
}

.tools_page_themo-sg ul.ui-tabs-nav{
  padding-bottom: 0;
  width: 100%;
}

.tools_page_themo-sg .ui-state-hover a, .tools_page_themo-sg .ui-state-active a {
  color: #464646 !important;
}

.tools_page_themo-sg .ui-state-hover a {
  color: #D54E21 !important;
}

.tools_page_themo-sg .sg-tabs-last {
  margin-left: 0 !important;
}

.tools_page_themo-sg .sg-error, .tools_page_themo-sg .sg-warning, .tools_page_themo-sg .sg-success {
  font-weight: 600;
  padding: 3px 12px;
  margin-bottom: 2px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-align: center;
  color: #fff;
  float: left;
  min-width: 60px;
}

.tools_page_themo-sg .sg-error {
  background: #FF0000;
}
.tools_page_themo-sg .sg-warning {
  background: #ff9900;
}
.tools_page_themo-sg .sg-success {
  background: #99cc66;
}

.tools_page_themo-sg .ui-tabs .widefat td  {
  vertical-align: middle !important;
}

.tools_page_themo-sg .ui-tabs .widefat th  {
  font-weight: normal;
}

.tools_page_themo-sg .sg-notice {
  margin-left: 4px;
  font-size: 13px;
}

.tools_page_themo-sg p {
  max-width: 100%;
}

.tools_page_themo-sg .wp-list-table a {
  word-break:break-all;
}

.tools_page_themo-sg .sg-status,.sg-details {
  width: 90px;
  text-align: center !important
}

.tools_page_themo-sg #security-guard th, #sg-tests-help th {
  font-weight: bold;
}

.tools_page_themo-sg #sg-tests-help td {
  vertical-align: top;
  max-width: 200px;
}

.tools_page_themo-sg #sg-tests-help ul {
  list-style-position: inside;
  list-style-type: circle;
}

.tools_page_themo-sg #loading_animation {
  margin-top: 20px;
}

.tools_page_themo-sg #icon-sg-lock {
  background: url('../images/icon-lock-gray.png') no-repeat scroll transparent;
}

.tools_page_themo-sg .admin-color-classic #icon-sg-lock {
  background: url('../images/icon-lock-blue.png') no-repeat scroll transparent !important;
}

.tools_page_themo-sg pre {
  background: none repeat scroll 0 0 #f1f1f1;
  display: inline-block;
  padding: 15px;
  margin: 2px;
}

.tools_page_themo-sg .blockMsg {
  border: none !important;
  padding: 15px !important;
  background-color: #000 !important;
  color: #fff !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  font-weight: bold !important;
}

.tools_page_themo-sg .wrap h2 {
  color: #464646;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -1px;
  margin-top: 18px;
}

.tools_page_themo-sg .sg-list {
  list-style-position: inside;
  list-style-type: disc;
  margin-left: 10px;
}

.tools_page_themo-sg .sg-list ul {
  list-style-position: inside;
  list-style-type: circle;
  margin-left: 10px;
}

.tools_page_themo-sg .promo_tab:after {
  content: '\f502';
  display: inline-block;
  color: green;
  font-family: dashicons;
  position: absolute;
  top: -19px;
  right: -10px;
  font-size: 20px;
}

/**** Design V2 CSS ****/
.tools_page_themo-sg #wpcontent {
  padding:0px;
}

.tools_page_themo-sg #wpbody-content .wrap>h2 {
  display: none;
}

.tools_page_themo-sg .themo-sg-title {
  border-bottom: 1px solid #cccccc;
  position: relative;
}

.tools_page_themo-sg .themo-sg-title h2 {
  margin: 30px 25px;
  padding:0px;
}

.tools_page_themo-sg .themo-sg-title .sitting-guard {
  position: absolute;
  background: url("../images/guard.png") center center no-repeat;
  width: 45px;
  height: 73px;
  top:3px;
  left: 60%;
}

.tools_page_themo-sg .ui-tabs {
  margin-left: 25px;
  max-width: 95%;
}

.tools_page_themo-sg .ui-tabs .ui-tabs-panel {
  background: #fff;
  border: 1px solid #e4e4e4;
  max-width: 1200px;
}

.tools_page_themo-sg .ui-tabs .ui-tabs-nav {
  background: #f1f1f1;
  border-bottom: 0px !important;
}

.tools_page_themo-sg .ui-tabs ul.ui-tabs-nav li {
  background: #fff;
  border:0px !important;
  border-radius:0px !important;
  border-top:2px solid transparent !important;
  border-bottom: 1px solid #f1f1f1 !important;
}

.tools_page_themo-sg .ui-tabs ul.ui-tabs-nav li a {
  font-size:13px;
  color:#c3c7ce;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  height: 32px;
}

.tools_page_themo-sg .ui-tabs ul.ui-tabs-nav li a:focus {
  outline: none !important;
  box-shadow:none !important;
}

.tools_page_themo-sg .ui-tabs ul.ui-tabs-nav li.ui-state-active {
  background: #fff;
  border-top:2px solid #499ed7 !important;
  border-bottom: 1px solid #fff !important;
}

.tools_page_themo-sg .ui-tabs ul.ui-tabs-nav li.ui-state-active a {
  color:#499ed7 !important;
}

.tools_page_themo-sg div.submit-test-container {
  text-align: center;
  background: #f9f9f9;
  max-width:900px;
  margin:50px auto;
  padding: 15px;
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:    0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow:         0px 2px 1px 0px rgba(0, 0, 0, 0.1);
}

.tools_page_themo-sg .input-button.gray {
  background: #c3c7ce;
}

.tools_page_themo-sg .input-button.red {
  background: #cc0000;
  color: #ffffff !important;
}

.tools_page_themo-sg .input-button:focus {
  box-shadow:none !important;
  outline: none !important;
}

.tools_page_themo-sg .input-button,
.tools_page_themo-sg .submit-test-container input[type="submit"] {
  text-decoration: none;
  border-radius:0px !important;
  border-width:0px !important;
  border-color:transparent !important;
  background: #499ed7;
  color: #fff;
  font-weight: bold !important;
  box-shadow:none !important;
  padding:11px 40px;
  height: auto !important;
  text-transform: uppercase;
  display: inline-block;
  box-shadow:none !important;
  outline: none !important;
}

.tools_page_themo-sg div.submit-test-container span {
  display: block;
  padding:10px 0px;
  color: #999999;
  font-size:12px;
}

.tools_page_themo-sg .submit-test-container p {
  text-align: left;
  max-width: 800px;
  display: inline-block;
  line-height: 1.8;
}

.tools_page_themo-sg .red {
  color: #ff0000;
}

.tools_page_themo-sg .green {
  color: #99cc66;
}

.tools_page_themo-sg .orange {
  color: #ff9900;
}

.tools_page_themo-sg .wp-list-table td,
.tools_page_themo-sg #themo-sg-ss-log th,
.tools_page_themo-sg #security-guard th,
.tools_page_themo-sg #sg-tests-help th {
  border-right:1px solid #e5e5e5;
}

.tools_page_themo-sg #security-guard th:last-child,
.tools_page_themo-sg #sg-tests-help th:last-child {
  border-right: 0px !important;
}

.tools_page_themo-sg .ui-tabs .widefat td {
  border-right:1px solid #e5e5e5;
}

.tools_page_themo-sg .ui-tabs .widefat td:last-child {
  border-right:0px !important;
}

.tools_page_themo-sg .sg-error,
.tools_page_themo-sg .sg-warning,
.tools_page_themo-sg .sg-success {
  text-transform: uppercase;
  display: inline-block;
}

.tools_page_themo-sg .wp-list-table tbody tr td.sg-status .sg-error,
.tools_page_themo-sg .wp-list-table tbody tr td.sg-status .sg-warning,
.tools_page_themo-sg .wp-list-table tbody tr td.sg-status .sg-success {
  float: none !important;
}

.tools_page_themo-sg .wp-list-table tbody tr:last-child,
.tools_page_themo-sg .wp-list-table tbody tr:last-child td {
  border-bottom: 0px !important;
}

.tools_page_themo-sg .wp-list-table thead th,
.tools_page_themo-sg .wp-list-table tfoot tr th,
.tools_page_themo-sg .wp-list-table tfoot tr.alternate th {
  padding: 13px 20px;
  font-size: 13px;
  color: #999999 !important;
  text-transform: uppercase;
}

.tools_page_themo-sg .wp-list-table thead th.sg-status {
  min-width: 120px;
}

.tools_page_themo-sg .wp-list-table tbody tr td.sg-status {
  text-align: center !important;
}

.tools_page_themo-sg .wp-list-table tfoot tr.alternate {
  background: #fff !important;
}

.tools_page_themo-sg .wp-list-table tbody tr.alternate,
.tools_page_themo-sg .wp-list-table tbody tr {
  background:#ffffff;
  color: #666666 !important;
  font-size: 13px !important;
}

.tools_page_themo-sg .wp-list-table tbody tr.alternate td,
.tools_page_themo-sg .wp-list-table tbody tr td {
  border-bottom: 1px solid #e5e5e5;
  background:#ffffff;
  color: #666666 !important;
  font-size: 13px !important;
}

.tools_page_themo-sg .wp-list-table tbody tr:hover td {
  background: #e5e5e5 !important;
}

.tools_page_themo-sg .wp-list-table .button {
  background: transparent !important;
  border:0px !important;
  border-radius:0px !important;
  box-shadow:none !important;
  color: #2ea2cc !important;
}

/*** Overlay ***/
html.sg-overlay-active {
  padding-top:0px;
  overflow: hidden;
}

.tools_page_themo-sg #wpadminbar.sg-overlay-active {
  display: none;
}

.tools_page_themo-sg #sg_overlay.open {
  display: block;
}

.tools_page_themo-sg #sg_overlay {
  display: none;
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color: rgba(249,249,249,1);
  z-index:99999;
}

.tools_page_themo-sg #sg_overlay.sg-overlay-active {
  display: block;
}

.tools_page_themo-sg #sg_overlay .sg-overlay-wrapper {
  position: relative;
  width: 100%;
}

.tools_page_themo-sg #sg_overlay .themo-sg-overlay-outer {
  overflow-y: auto;
  height: 500px;
  padding-top: 20px;
}

.tools_page_themo-sg #sg_overlay .sg-overlay-wrapper .inner {
  margin: 50px 100px;
}

.tools_page_themo-sg #sg_overlay .themo-sg-title h2 {
  margin: 20px !important;
}

.tools_page_themo-sg #sg_overlay .themo-sg-title .sitting-guard {
  top:-18px !important;
  right: 50% !important;
  margin-right: -18px;
}

.tools_page_themo-sg #sg_overlay .themo-sg-overlay-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.tools_page_themo-sg #sg_overlay .themo-sg-overlay-content h3 {
  text-align: center;
  margin: 30px 0px;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.tools_page_themo-sg #sg_overlay .themo-sg-overlay-content .loader {
  text-align: center;
  display: inline-block;
}

.tools_page_themo-sg #sg_overlay .toggle-close .dashicons-before:before {
  line-height: 40px;
  padding-right: 10px;
}


.tools_page_themo-sg #sg_overlay .themo-sg-overlay-content .content p {
  text-align: left;
}

.tools_page_themo-sg #sg_overlay .themo-sg-overlay-content .content h3 {
  margin:0px;
}

.tools_page_themo-sg #sg_overlay .themo-sg-overlay-content .content {
  padding: 10px 30px;
  box-sizing:border-box;
}

.tools_page_themo-sg #sg_overlay .malware-scan-list {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}

.tools_page_themo-sg #sg_overlay .malware-scan-list li {
  width: 100%;
  display: block;
  padding: 0px 10px;
  box-sizing:border-box;
  background: #c3c7ce;
  color: #fff;
  font-weight: 300;
  text-align: left;
  line-height: 40px;
  margin:10px 0px;
}

.tools_page_themo-sg #sg_overlay .malware-scan-list li span.badge {
  float: right;
  text-align: right;
}

.tools_page_themo-sg #sg_overlay .malware-scan-list li:after {
  clear: both;
  display: block;
  content:'';
}

.tools_page_themo-sg #sg_overlay .malware-scan-list li.passed {
  background: #86c95d;
}

.tools_page_themo-sg #sg_overlay .malware-scan-list li.current {
  background: #ffa800;
  position: relative;
  margin: 20px 0px;
}

.tools_page_themo-sg #sg_overlay .malware-scan-list li.pending {
  background: #c3c7ce;
}

.tools_page_themo-sg #sg_overlay .malware-scan-list li.separator {
  text-align: center;
  background: url('../images/dots32.gif') center center no-repeat;
  line-height: 20px;
}

.tools_page_themo-sg #sg_overlay .malware-scan-list li.current:before {
  text-align: center;
  background: url('../images/dots32.gif') center center no-repeat;
  width: 100%;
  height: 20px;
  position: absolute;
  top:-20px;
  content:'';
  display: block;
}

.tools_page_themo-sg #sg_overlay .malware-scan-list li.current:after {
  text-align: center;
  background: url('../images/dots32.gif') center center no-repeat;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom:-20px;
  content:'';
  display: block;
}

.tools_page_themo-sg #sg_overlay .malware-scan-list li.separator span.circle {
  display: inline-block;
  vertical-align: middle;
  width:8px;
  height:8px;
  border-radius:50%;
  overflow: hidden;
  background: #c3c7ce;
  margin: 0px 3px;
}

.tools_page_themo-sg div.error, .tools_page_themo-sg div.updated {
  margin-left: 28px;
}

.tools_page_themo-sg p.center {
  text-align: center;
}

.addon-ad td:last-child {
  vertical-align: top;
  padding-top: 13px;
}

.addon-ad td img {
  border: 1px solid #333;
}