/************************************************************
 * InfiniteWP Admin panel    								*
 * Copyright (c) 2012 Revmakx								*
 * www.revmakx.com											*
 *															*
 ************************************************************/
@charset "utf-8";
/* CSS Document */ 
@import url("reset.min.css");

body {
  background: #dce1e3;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

#site_cont {
  width: 980px;
  margin: auto;
}

.clear-both {
  clear: both;
  height: 0px;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.clear-both-alone {
	clear:both;
}
.cf::before, .cf::after {
  content: "";
  display: table;
  clear: both;
}
.droid400 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.droid700 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

hr.dotted {
  background: url(../images/hr_dotted.gif) repeat-x;
  height: 1px;
  border: 0;
  margin: 20px 0 10px 0;
}

hr.full {
  border: 0;
  border-top: 1px solid #D2D5D7;
  height: 1px;
  background: none;
}

.user_select_no, .optionSelect, .btn_action a, .btn_next_step {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

a, a:visited {
  color: #f2583e;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

.overlay_test {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 0 900px rgba(0, 0, 0, 0.6);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 1));
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 1));
}

#header_bar {
  background: #1d292c;
  position: relative;
}

#header_bar .header_container {
  width: 980px;
  margin: auto;
}

.no_border {
  border: 0 !important;
}

#logo {
        background: url(../images/iwp_panel_logo.png) no-repeat 0 0;
    width: 40px;
    height: 19px;
    float: left;
    background-size: 100%;
    margin: 6px 10px 6px 6px;
}

#admin_panel_label {
  float: left;
  color: #ccc;
  font-size: 12px;
  padding: 10px 10px 10px 0;
}

.fb_icon_hdr {
  background: url(../images/fb_icon_hdr.png);
  width: 16px;
  height: 16px;
  margin: 8px;
  display: block;
  border-radius: 2px;
}

.twitter_icon_hdr {
  background: url(../images/twitter_icon_hdr.png);
  width: 16px;
  height: 16px;
  margin: 8px;
  margin-left: 0;
  display: block;
}

ul#header_nav {
  float: right;
  margin: 0;
  padding: 0;
}

ul#header_nav li {
  display: inline;
  float: left;
}

.settings_wrapper {
  width: 960px;
  background-color: #fff;
  margin: auto;
}

ul#header_nav li a {
  font-size: 12px;
  text-decoration: none;
}
/*********/
ul.settings_nav {
  float: left;
  width: 215px;
  margin: 0;
  margin-right: 20px;
  padding: 0;
}

ul.settings_nav li {
  list-style: none;
  padding: 10px 6px;
  text-align: right;
}

ul.settings_nav li:hover {
  text-decoration: underline;
  cursor: pointer;
}

ul.settings_nav li.active {
  font-weight: 600;
}

.settings_cont {
  float: left;
  width: 720px;
  background: #FFF;
  border: 1px solid #C1C4C6;
  margin-bottom: 30px;
}

.settings_cont .th_sub {
  border-bottom: 0;
}

.settings_main_content .th_sub {
  border-top: 1px solid #D2D5D7;
}
/*************************/
ul#header_nav li.settings #settings_btn {
  cursor: pointer;
}

ul#header_nav li.settings #settings_btn:hover, ul#header_nav li.settings #settings_btn.active, #header_bar a.logout:hover {
  background-color: #37474b;
}
/*.settings_wrapper {
	position:absolute;
	width:590px;
	background:#fff;
	margin: 33px 0 0 -564px;
	border:1px solid #c1c4c6;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	z-index: 950;
}*/
.settings_wrapper .th_sub .btn_action a {
  margin: 5px !important;
}

.settings_wrapper .tr {
  border-top: 1px solid #e0e0e0;
}

.settings_wrapper .tr.no_border {
  border-top: 0;
}

.settings_wrapper .tr.no_border:hover {
  background-color: #fff;
}

.settings_wrapper .tr:hover {
  background-color: #ffffe5;
}

.settings_wrapper .tr .padding {
  padding: 10px;
}

.settings_wrapper .app_settings .tr .padding.ip {
  font-size: 12px;
  color: #737987;
}

.settings_wrapper .app_settings .tr .padding.ip .left {
  float: left;
  width: 756px;
}

.settings_wrapper .app_settings .tr .padding.ip .right {
  float: right;
  width: 237px;
  position: relative;
}

.settings_wrapper .app_settings .tr .padding.ip .ip_cont, .settings_wrapper .app_settings .tr .padding.ip #noIP {
  padding: 10px 5px 5px 10px;
}

.settings_wrapper .app_settings .tr .padding.ip .ip_cont .remove {
  margin-left: 10px;
  color: #F2583E;
}

.settings_wrapper .app_settings .tr .padding.ip .ip_cont .remove:hover {
  text-decoration: underline;
  cursor: pointer;
}

.settings_wrapper .tr .label, ul#header_nav li.settings .label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  color: #737987;
}

.settings_wrapper .form_label {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  font-size: 11px;
  color: #737987;
  padding: 15px 0 5px;
}

.settings_wrapper a {
  font-weight: 400;
  font-size: 12px;
}

.settings_wrapper .tr .label a.test_mail {
  float: right;
  padding: 0;
  font-size: 12px;
  text-transform: none;
  width: 90px;
  padding: 3px 5px 5px 22px;
  height: 10px;
  background-position: 30px 30px;
  font-weight: normal;
}

.settings_wrapper .tr .label a.test_mail.sending {
  background: url(../images/loading_w_grey.gif) no-repeat;
  color: #999;
}

.settings_wrapper .tr .label a.test_mail.sending:hover {
  text-decoration: none;
  cursor: default;
}

.settings_wrapper .tr .label a.test_mail.success {
  background-position: -9px -212px;
}

.settings_wrapper .tr .label a.test_mail.failure {
  background-position: -9px -247px;
}

.settings_wrapper .tr .label a.test_mail:hover {
  text-decoration: underline;
}

.settings_wrapper .app_settings .tr .label span {
  text-transform: lowercase;
}

.settings_wrapper .app_settings .tr .slider_cont {
  padding: 20px 0 10px;
}

.settings_wrapper .app_settings .tr .slider_cont input.value_display {
  float: left;
  width: 50px;
  border: 0;
  font: bold 12px 'Open Sans', sans-serif;
  font-weight: 700;
  color: #737987;
  margin: 0;
  text-align: center;
}

.settings_wrapper .app_settings .tr:hover input.value_display {
  background-color: #ffffe5;
}

.settings_wrapper .app_settings .tr .slider_cont .slider_stroke {
  border: 1px solid #e1e4e4;
  border-radius: 10px;
  width: 408px;
  margin-left: 59px;
  padding: 1px;
}

.settings_wrapper .app_settings .tr .slider_cont .slider_stroke .ui-slider a.ui-slider-handle {
  background: url(../images/slider_handle.png) no-repeat;
  border: 0;
  padding: 0;
  width: 21px;
  height: 21px;
  margin-top: -3px;
}

.settings_wrapper .app_settings .tr .slider_cont .slider_stroke .ui-slider a.ui-slider-handle.ui-state-focus {
  outline: 0;
}

.settings_wrapper .app_settings .tr .slider_cont .slider_stroke .ui-slider a.ui-slider-handle:first-child {
  left: 0 !important;
  display: none;
}

.settings_wrapper .app_settings .tr .slider_cont .slider_stroke .ui-widget-content {
  border: 1px solid #c1c6c7;
  height: 6px;
}

.settings_wrapper .app_settings .tr .slider_cont .slider_stroke #slider-range01.ui-widget-content {
  background: url(../images/settings_slider01.gif) repeat-x;
}

.settings_wrapper .app_settings .tr .slider_cont .slider_stroke #slider-range02.ui-widget-content {
  background: url(../images/settings_slider01.gif) repeat-x;
}

.settings_wrapper .app_settings .tr .slider_cont .slider_stroke #slider-range03.ui-widget-content {
  background: url(../images/settings_slider01.gif) repeat-x;
}

.settings_wrapper .tr .http_auth {
  margin: 14px 0px 2px;
  width: 480px;
}

.settings_wrapper .tr .http_auth input {
  border: 1px solid #B7BEC0;
  border-radius: 3px;
  width: 227px;
  height: 17px;
  padding: 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  -webkit-transition: background-color 0.1s ease-in;
  -moz-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
  -ms-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
  color: #737987;
}

.settings_wrapper .tr .http_auth input:focus {
  outline: 0;
  background: #FFFFEC;
}

ul#header_nav li.help {
  position: relative;
}

ul#header_nav li.help ul.sub_menu_ul {
  position: absolute;
  background: #fff;
  width: 113px;
  top: 33px;
  z-index: 951;
  border: 1px solid #C1C4C6;
  border-top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: none;
}

ul#header_nav li.help ul.sub_menu_ul li a {
  border-top: 1px solid #D8DCDF;
  width: 97px;
  color: #555;
  display: block;
  font-size: 12px;
  padding: 8px;
  text-decoration: none;
}

ul#header_nav li.help ul.sub_menu_ul li a:hover {
  color: #555;
  background-color: #ffffe5;
}

ul#header_nav li.help ul.sub_menu_ul li:first-child a {
  border-top: 0;
}

ul#header_nav li.help:hover ul.sub_menu_ul {
  display: block;
}

@-webkit-keyframes ui-slider-range-glow {
  0% {
    box-shadow: 0 0 3px #8bd0eb;
  }

  50% {
    box-shadow: 0 0 11px #8bd0eb;
  }

  100% {
    box-shadow: 0 0 3px #8bd0eb;
  }
}

@-moz-keyframes ui-slider-range-glow {
  0% {
    box-shadow: 0 0 3px #8bd0eb;
  }

  50% {
    box-shadow: 0 0 11px #8bd0eb;
  }

  100% {
    box-shadow: 0 0 3px #8bd0eb;
  }
}

@-ms-keyframes ui-slider-range-glow {
  0% {
    box-shadow: 0 0 3px #8bd0eb;
  }

  50% {
    box-shadow: 0 0 11px #8bd0eb;
  }

  100% {
    box-shadow: 0 0 3px #8bd0eb;
  }
}

.settings_wrapper .app_settings .tr .slider_cont .slider_stroke .ui-slider-range {
  background: url(../images/settings_slider_active.gif) repeat-x;
  border-radius: 3px;
  -webkit-animation: ui-slider-range-glow 2s infinite;
  -moz-animation: ui-slider-range-glow 5s infinite;
  -ms-animation: ui-slider-range-glow 5s infinite;
}

.settings_wrapper .app_settings .tr .slider_cont .slider_stroke .calib {
  float: right;
  text-align: left;
  font-size: 11px;
  color: #737987;
  margin-top: 17px;
}

.settings_wrapper .app_settings .tr .slider_cont .slider_stroke .slider01_calib_cont .calib {
  width: 132px;
}

.settings_wrapper .app_settings .tr .slider_cont .slider_stroke .slider01_calib_cont .calib:first-child {
  width: 10px;
}

.settings_wrapper .app_settings .tr .slider_cont .slider_stroke .slider02_calib_cont .calib {
  width: 212px;
}

.settings_wrapper .app_settings .tr .slider_cont .slider_stroke .slider02_calib_cont .calib:first-child {
  width: 17px;
}

.settings_wrapper .app_settings .tr .slider_cont .slider_stroke .slider03_calib_cont .calib {
  width: 189px;
}

.settings_wrapper .app_settings .tr .slider_cont .slider_stroke .slider03_calib_cont .calib:first-child {
  width: 19px;
}

.settings_wrapper .app_settings .tr .checkbox {
  font-size: 12px;
  color: #737987;
  padding: 12px 10px 10px 35px;
}

.settings_wrapper .th_sub .cancel_save {
  float: right;
  color: #737987;
  margin-right: 20px;
  padding: 11px;
}

.settings_wrapper .th_sub .cancel_save:hover {
  text-decoration: underline;
  cursor: pointer;
}

.settings_wrapper .th_sub .success {
  background-position: 0 -204px;
  color: #069F14;
  font-size: 12px;
  width: 124px;
  padding: 12px 0 1px 32px;
  height: 23px;
}

.settings_wrapper input, .settings_wrapper textarea {
  border: 1px solid #B7BEC0;
  padding: 3px 5px;
  height: 20px;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  color: #737987;
  font-size: 12px;
  margin-bottom: 5px;
  -webkit-transition: background-color 0.1s ease-in;
  -moz-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
  -ms-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
}

.settings_wrapper input:focus {
  outline: 0;
  background: #FFFFEC;
}

.settings_wrapper input.half {
  width: 220px;
}

.settings_wrapper input.full {
  width: 464px;
}

.settings_wrapper input.disabled {
  background-color: #F2F2F2;
  border-color: #D5D9DA;
  cursor: default;
  color: #A4AEB6 !important;
}

.settings_wrapper .branding .checkbox:hover {
  background-color: #ffffe5;
}

.acc_settings .checkbox_cont {
  margin: 12px 0;
}

.acc_settings .checkbox_cont li {
  display: inline-block;
}

.acc_settings a.editEmail {
  float: right;
  margin-top: 8px;
}

.acc_settings .tl {
  float: left;
  width: 29%;
  padding-right: 1%;
  text-align: right;
  text-transform: uppercase;
  padding-top: 11px;
  font-size: 11px;
  font-weight: 700;
  color: #737987;
}

.acc_settings .tl.no_text_transform {
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
}

.acc_settings .td {
  float: left;
  width: 70%;
}

ul#header_nav li ul.btn_radio_slelect {
}

ul#header_nav li ul.btn_radio_slelect a, ul#header_nav li ul.btn_radio_slelect a:hover, ul#header_nav li .btn_action a, ul#header_nav li .btn_action a:hover {
  color: #676C70;
  padding: 5px 7px 3px;
}

ul#header_nav li ul.btn_radio_slelect a.active {
  padding: 6px 11px 2px 11px;
}

ul#header_nav li a {
  color: #e9e9e9;
  padding: 10px 8px 11px;
  font-weight: 400;
  text-decoration: none;
  font-size: 12px;
  float: left;
  -webkit-transition: color 0.1s ease-in;
  -moz-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  -ms-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}

ul#header_nav li a:hover, ul#header_nav li a.active_color {
  color: #3cadc1;
}

#header_bar a.logout, #header_bar a.logout:hover {
  color: #f2583e;
  float: left;
}

#header_bar a.logout {
  position: absolute;
  right: 0;
  top: 0;
  color: #E9E9E9;
  padding: 11px 8px;
  font-weight: 400;
  text-decoration: none;
  font-size: 12px;
  float: left;
}

ul#header_nav li.resp_hdr_logout {
  display: none;
}

ul#header_nav li a.updates_centre.active {
  background: #37474b;
}

ul#header_nav li #user_email_acc{
  max-width: 160px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

ul#header_nav li a span.count {
  background: #C30C0C;
  padding: 2px 5px 1px;
  border-radius: 10px;
  color: white;
  font-size: 11px;
  font-weight: 700;
  margin-left: 5px;
  display: inline-block;
  width: 13px;
  text-align: center;
}

ul#header_nav li #updates_centre_notif {
  position: absolute;
  color: #555;
  background-color: #f2f2c3;
  border: 1px solid #c5c5a0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  padding: 7px 6px 8px 7px;
  border-radius: 3px;
  margin-top: 46px;
  margin-left: -99px;
  z-index: 900;
}

ul#header_nav li #updates_centre_notif span {
  color: #606049;
  padding: 0px 5px 1px;
  background-color: #e2e2ba;
  border: 1px solid #c5c5a0;
  margin-left: 9px;
  cursor: pointer;
  height: 10px;
  border-radius: 3px;
}

ul#header_nav li #updates_centre_notif span:hover {
  background-color: #cfcfa8;
}

ul#header_nav li #updates_centre_notif::before {
  content: '';
  background: url(../images/update_centre_notif_tip.png);
  position: absolute;
  width: 14px;
  height: 8px;
  margin-top: -15px;
  margin-left: 130px;
}

ul#header_nav li #updates_centre_cont, ul#header_nav li #updates_centre_cont_V3 {
  position: absolute;
  background: white;
  margin-top: 34px;
  border: 1px solid #C1C4C6;
  border-top: 0;
  width: 341px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 950;
  color: #555;
  font-size: 12px;
}

ul#header_nav li #updates_centre_cont .row_no_summary > div {
  float: left;
  border-left: 1px solid #EFEFEF;
}

ul#header_nav li #updates_centre_cont_V3 .row_no_summary > div {
  float: left;
  border-left: 1px solid #EFEFEF;
}

ul#header_nav li #updates_centre_cont .row_no_summary .row_name {
  width: 260px;
}

ul#header_nav li #updates_centre_cont_V3 .row_no_summary .row_name {
  width: 260px;
}

ul#header_nav li #updates_centre_cont .row_no_summary .row_Action a:hover {
  text-decoration: underline;
}

ul#header_nav li #updates_centre_cont_V3 .row_no_summary .row_Action a:hover {
  text-decoration: underline;
}

ul#header_nav li #updates_centre_cont .padding, ul#header_nav li #updates_centre_cont_V3 .padding {
  padding: 10px;
}

ul#header_nav li #updates_centre_cont .updates_logo_icon_cont, ul#header_nav li #updates_centre_cont_V3 .updates_logo_icon_cont {
  margin: auto;
  width: 230px;
}

ul#header_nav li #updates_centre_cont .updates_logo_icon_cont .version_cont, ul#header_nav li #updates_centre_cont_V3 .updates_logo_icon_cont .version_cont {
  position: relative;
  width: 62px;
  height: 40px;
  padding: 10px;
  border-radius: 3px;
  margin: 10px 0 35px;
}

ul#header_nav li #updates_centre_cont .updates_logo_icon_cont .version_cont a.change_log, ul#header_nav li #updates_centre_cont_V3 .updates_logo_icon_cont .version_cont a.change_log {
  position: absolute;
  color: #F2583E;
  padding: 0;
  width: 90px;
  margin: 17px 0 0 27px;
}

ul#header_nav li #updates_centre_cont .updates_logo_icon_cont .version_cont a.change_log:hover ,ul#header_nav li #updates_centre_cont_V3 .updates_logo_icon_cont .version_cont a.change_log:hover {
  text-decoration: underline;
}

ul#header_nav li #updates_centre_cont .updates_logo_icon_cont .version_cont .updates_logo_icon, ul#header_nav li #updates_centre_cont_V3 .updates_logo_icon_cont .version_cont .updates_logo_icon {
    background: url(../images/iwp_logo_update_centre.svg) 0 0;
    width: 55px;
    height: 26px;
}

ul#header_nav li #updates_centre_cont .updates_logo_icon_cont .updates_arrow, ul#header_nav li #updates_centre_cont_V3 .updates_logo_icon_cont .updates_arrow {
  background: url(../images/upgrade_centre_logo_icon.png) 0 0;
  width: 16px;
  height: 26px;
  margin: 23px 23px 30px 23px;
}

ul#header_nav li #updates_centre_cont .updates_logo_icon_cont .version_cont .updates_version_number, ul#header_nav li #updates_centre_cont_V3 .updates_logo_icon_cont .version_cont .updates_version_number {
    font-size: 12px;
    padding-left: 10px;
    text-align: center;
    padding-top: 5px;
}

ul#header_nav li #updates_centre_cont .updates_descr, ul#header_nav li #updates_centre_cont_V3 .updates_descr {
  border-top: 1px solid #e0e0e0;
  padding-top: 10px;
  line-height: 16px;
  text-align: justify;
  margin: 0 5px;
}

ul#header_nav li #updates_centre_cont .is_uptodate, ul#header_nav li #updates_centre_cont_V3 .is_uptodate {
  background-color: #EEF7ED;
  border: 1px solid #9EBF9B;
  border-radius: 3px;
  color: #3B9232;
  padding: 7px 8px 12px 28px;
  background-position: -4px -481px;
  width: 132px;
  height: 8px;
  margin: 10px auto;
}

#main_cont {
  background: #fff;
  padding: 10px 10px 40px 10px;
  width: 960px;
  font-size: 12px;
  color: #666;
  border-bottom: 2px solid #1d292c;
  margin-bottom: 25px;
}

#pageContent {
  min-height: 500px;
}

ul.site_nav{
  float: left;
  margin-top: 5px;
}

ul.group_reload {
  float: left;
  margin-top:-1px;
}

ul.site_nav li.l1, ul.group_reload li.l1 {
  display: inline-block;
  border: 1px solid #fff;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  margin-left: 10px;
  background-color: #fff;
}
 ul.group_reload li.l1{
  border: 1px solid #aeb4ba;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  /*border-left: none;*/
  border-left-width: 0px;
      background-color: #e7e9eb;
 }
ul.group_reload li.l1{
  margin-left: -1px;
  margin-top:1px;
}
ul.site_nav li.l1:hover, ul.group_reload li.l1.active  {
  position: relative;
  border-color: #ccc;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}
ul.group_reload li.l1.active{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 34px;
   border-left-width: 1px;
   border-bottom-right-radius: 0;
   
}
ul.group_reload li.l1:hover{
  background-color: #f1f2f2;
}
.group_reload:hover ~ .fa-repeat{
  color: rgb(77, 167, 225);
}
ul.site_nav li.l1:hover a, ul.group_reload li.l1.active a  {
  position: relative;
  padding-bottom: 10px;
  z-index: 16;
  background-color: white;
}
ul.group_reload li.l1.active a{
  padding-bottom: 18px;
}
ul.site_nav li.l1 > a, ul.group_reload li.l1 > a {
  display: block;
  color: #555;
  text-decoration: none;
  padding: 5px 10px 10px;
  border-radius: 3px 3px 0 0;
}
ul.group_reload li.l1 > a{
  padding: 5px 11px 10px;
  height: 11px;
}
ul.site_nav li.l1 a:hover {
  cursor: default;
}
ul.group_reload li.l1 a:hover{
  cursor: pointer;
}
ul.site_nav li.l1 ul, ul.group_reload li.l1 ul {
  position: absolute;
  top: 26px;
  display: none;
  border: 1px solid #ccc;
  border-radius: 0 3px 3px 3px;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}
ul.site_nav li.l1 ul{
  left: -1px;
}
ul.group_reload li.l1 ul{
  top: 33px;
  right: -1px;
  border-radius: 3px 0px 3px 3px;
  min-width: 137px;
  max-height: 193px;
  overflow: auto;
}
ul.site_nav li.l1:hover ul,ul.group_reload li.l1.active ul  {
  display: block;
}

ul.site_nav li.l1 ul li.l2 a, ul.site_nav li.l1 ul li a,ul.group_reload li.l1 ul li.l2 a, ul.group_reload li.l1 ul li a {
  display: block;
  white-space: nowrap;
  width: auto;
  color: #555;
  text-decoration: none;
  padding: 7px 10px;
  margin: 2px;
  border-radius: 3px;
}

ul.site_nav li.l1 ul li.l2:first-child a, ul.site_nav li.l1 ul li:first-child a, ul.group_reload li.l1 ul li.l2:first-child a, ul.group_reload li.l1 ul li:first-child a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

ul.site_nav li.l1 ul li.l2:last-child a, ul.site_nav li.l1 ul li:last-child a,ul.group_reload li.l1 ul li.l2:last-child a, ul.group_reload li.l1 ul li:last-child a {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

ul.site_nav li.l1 ul li.l2 a:hover, ul.site_nav li.l1 ul li a:hover,ul.group_reload li.l1 ul li.l2 a:hover, ul.group_reload li.l1 ul li a:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

ul.site_nav li.l1 ul li.l2 a .update_count {
  background-color: #C30C0C;
  font-size: 11px;
  padding: 1px 7px;
  border-radius: 20px;
  margin-left: 5px;
  color: white;
}

.site_nav_sub ul li a .update_count {
  background-color: #C30C0C;
  font-size: 11px;
  padding: 1px 7px;
  border-radius: 20px;
  margin-left: 5px;
  color: white;
  margin-top: -1px;
}

.site_nav_sub ul li a.active .update_count {
  background-color: #fff;
  font-size: 11px;
  padding: 1px 7px;
  border-radius: 20px;
  margin-left: 5px;
  color: #F2583E;
}

div.site_nav_sub {
  padding-bottom: 10px;
  border-bottom: 1px solid #DFDFDF;
  clear: both;
  margin-bottom: 10px;
  width: 100%;
}

div.site_nav_sub ul li {
  display: inline;
  float: left;
  margin-right: 10px;
}

div.site_nav_sub ul li a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  padding: 5px 10px;
  display: block;
  height: 11px;
  color: #555;
}

div.site_nav_sub ul li a.active {
  background: #F2583E;
  color: white;
  border-radius: 3px;
}

div.site_nav_sub ul li a:hover {
  text-decoration: none;
}

ul.single_nav {
  margin-right: 10px;
}

ul.single_nav li.l1 {
  border: 1px solid white;
  border-radius: 3px;
}

ul.single_nav li.l1 a {
  border-radius: 3px;
  padding: 5px 10px 7px;
}

ul.single_nav li.l1:hover a {
  padding: 5px 10px 7px;
}

.site_selector1 {
  width: 960px;
  clear: both;
}

.create_backup .site_selector1 {
  width: 828px;
  clear: both;
  margin: 10px;
}

.steps_hdr {
  color: #525556;
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: 700;
  clear: both;
}

.dialog_cont .steps_hdr {
  padding: 10px;
}

.shadow_stroke_box {
  border: 1px solid #d2d5d7;
  box-shadow: 0px 3px 4px -3px #ddd;
  margin: 10px 0;
}

.optionsContent, .actionContent {
  border: 1px solid #d2d5d7;
  box-shadow: 0px 3px 4px -3px #ddd;
}

.optionsContent.result_block_noborder {
  border: 0;
  box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
}

.site_selector1 .bygroup {
  width: 250px;
  float: left;
  border-right: 1px solid #d2d5d7;
}

.create_backup .site_selector1 .bygroup {
  width: 200px;
}

.site_selector1 .bywebsites {
  width: 709px;
  float: left;
}

.create_backup .site_selector1 .bywebsites {
  width: 627px;
}

.site_selector1 .th, .result_block .th, .form_cont .th, .dialog_cont .th, .queue_list .th {
  height: 41px;
  background-position: 0 0;
  border-bottom: 1px solid #d2d5d7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.th {
  height: 41px;
  background-position: 0 0;
  border-bottom: 1px solid #d2d5d7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.site_selector1 .th .title, .result_block .th .title, .queue_list .th .title, .settings_cont .th .title {
  color: #6e7584;
  float: left;
  font-size: 12px;
  margin: 15px;
/* text-transform:uppercase; */
  ;
}

.queue_list .th .loading {
  background: url(../images/loading_w.gif) no-repeat;
  width: 16px;
  height: 16px;
  opacity: 0.5;
  margin: 12px 0px;
}

.create_backup .site_selector1 .th .title {
  margin: 0;
  padding: 8px;
}

.th .type_filter {
  float: left;
  padding: 7px;
  position: relative;
}

.create_backup .th .type_filter {
  padding: 4px;
  height: 22px;
}

input.input_type_filter, .th input {
  background: #ffffec;
  border-top: 1px solid #cbcfd1;
  border: 1px solid #d2d5d7;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  outline: 0;
  color: #aaa;
  padding: 1px 5px 3px;
  height: 19px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.th input {
  background-color: #fff;
}

.th input:focus {
  background-color: #ffffec;
}

.create_backup .th .type_filter input.input_type_filter {
  height: 16px;
}

.select_cont, .select_cont_plugin {
  padding: 13px 0px 9px 0;
}
.select_cont_plugin {
  padding: 13px 0px 9px 520px;
}

.create_backup .select_cont {
  padding: 9px 9px 0 0;
}

.select_cont span, .select_cont_plugin span {
  float: left;
}

.select_cont a,.select_cont_plugin a, .site_selector1 .th .select_cont a:visited {
  float: left;
  text-decoration: none;
  color: #f2583e;
  margin-left: 10px;
}

.delete_all{
  padding-left: 5px;
}

.select_cont a:hover,.select_cont_plugin a:hover {
  text-decoration: underline;
}

.site_selector1 .bygroup .group_items_cont {
  max-height: 228px;
  overflow-x: hidden;
}

.site_selector1 .bygroup .group_items_cont .group_cont {
  background-position: 0 -41px;
  height: 34px;
  border-top: 1px solid #cccfd1;
  position:relative;
}

.site_selector1 .bygroup .group_items_cont .group_cont:first-child {
  border-top: 0;
}

.site_selector1 .bygroup .group_items_cont .group_cont:hover {
  background-position: 0 -75px;
}

.site_selector1 .bygroup .group_items_cont .group_cont.active {
  background-position: 0 -109px;
  position:relative;
}

.site_selector1 .bygroup .group_items_cont .group_cont a {
  font-weight: 700;
  color: #555;
  text-decoration: none;
  padding: 11px 0 11px 30px;
  float: left;
  width: 220px;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site_selector1 .bygroup .group_items_cont .group_cont a:hover {
  background-position: 0 -34px;
}

.site_selector1 .bygroup .group_items_cont .group_cont a:active {
  background-position: 0 -68px !important;
}

.site_selector1 .bygroup .group_items_cont .group_cont.active a:active {
  background-position: 0 -136px !important;
}

.site_selector1 .bygroup .group_items_cont .group_cont.active a {
  background-position: 0 -102px;
}

.site_selector1 .bywebsites .website_items_cont {
  border-left: 1px solid #D2D5D7;
  width: 710px;
  margin-left: -1px;
  margin-bottom: -1px;
  max-height: 228px;
  overflow-x: hidden;
  min-height: 70px;
}

.create_backup .site_selector1 .bywebsites .website_items_cont {
  width: 627px;
}

.site_selector1 .bywebsites .website_items_cont .website_cont {
  height: 34px;
  border-bottom: 1px solid #D2D5D7;
  border-right: 1px solid #d2d5d7;
  float: left;
  width: 236px;
  position: relative;
}

.site_selector1 .bywebsites .website_items_cont .website_cont.disabled a {
  background-image: none;
  background-color: #fcfcfc;
  color: #d0d0d0;
}

.site_selector1 .bywebsites .website_items_cont .website_cont.disabled a:hover {
  background-image: none;
  background-color: #fcfcfc;
  color: #d0d0d0;
}

.create_backup .site_selector1 .bywebsites .website_items_cont .website_cont {
  width: 208px;
}

.single_site_selector {
  border: 1px solid #C6C9CA;
  margin: 6px;
}

.single_site_selector .th .input_type_filter {
  float: left;
  width: 120px;
  padding: 1px 3px;
  margin: 3px 3px 0;
}

.single_site_selector .th .select {
  float: left;
  margin-right: 10px;
}

.single_website_items_cont {
	/* margin-bottom: -1px; */
  width: 944px;
  max-height: 228px;
  overflow-x: hidden;
  min-height: 70px;
}

.dropdownToggle{
  max-height: 200px; 
  overflow-y: scroll;
}

.open_admin_tab_repo{
  margin-left: -108px; 
  bottom: 100%; 
  top: auto !important;
  border-radius: 0px !important; 
  display: block;
  margin-bottom: 0px;
   overflow-y:hidden !important;
}

.single_website_cont {
  height: 34px;
  border-bottom: 1px solid #D2D5D7;
  border-right: 1px solid #D2D5D7;
  float: left;
  width: 235px;
  position: relative;
}

.single_website_cont.disabled a {
  background-image: none;
  background-color: #FCFCFC;
  color: #D0D0D0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.single_website_cont.disabled a:hover {
  background-image: none;
  background-color: #FCFCFC;
  color: #D0D0D0;
}

.single_website_cont:nth-child(4n+4) {
  border-right: 0;
}

.single_website_cont a {
  color: #555;
  text-decoration: none;
  padding: 11px 0 11px 30px;
  float: left;
  width: 205px;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single_website_cont a:hover {
  background-color: #FFFFEC;
  background-position: 0 -34px;
}

.single_website_cont a:active {
  background-position: 0 -68px;
}

.single_website_cont.active {
  background: #E0F5DE;
  border-right: 1px solid #C9E0C7;
  border-bottom: 1px solid #C9E0C7;
}

.single_website_cont.active a:active {
  background-position: 0 -136px;
}

.single_website_cont.active a {
  background-color: #E0F5DE;
  background-position: 0 -102px !important;
}

.single_website_cont .tip {
  display: none;
  background-color: black;
  color: white;
  padding: 4px;
  border-radius: 3px;
  position: absolute;
  top: 7px;
  left: 25px;
  font-size: 12px;
  opacity: 0.8;
  cursor: default;
}

.single_website_cont.disabled:hover .tip {
  display: block;
}

.site_selector1 .bywebsites .website_items_cont .website_cont a {
  color: #555;
  text-decoration: none;
  padding: 11px 0 11px 30px;
  float: left;
  width: 205px;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.purchased_addons .addons_cont {
  height: 14px;
  border-bottom: 1px solid #D2D5D7;
  border-right: 1px solid #D2D5D7;
  float: left;
  width: 298px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}

.purchased_addons .addons_cont:nth-child(3n+3) {
  width: 300px;
  border-right: 0;
}

.create_backup .site_selector1 .bywebsites .website_items_cont .website_cont a {
  width: 178px;
}

.site_selector1 .bywebsites .website_items_cont .website_cont a:hover {
  background-color: #ffffec;
  background-position: 0 -34px;
}

.site_selector1 .bywebsites .website_items_cont .website_cont a:active {
  background-position: 0 -68px !important;
}

.site_selector1 .bywebsites .website_items_cont .website_cont.active a:active {
  background-position: 0 -136px !important;
}

.site_selector1 .bywebsites .website_items_cont .website_cont a:visited {
  color: #555;
}

.site_selector1 .bywebsites .website_items_cont .website_cont.active {
  background: #e0f5de;
  border-right: 1px solid #c9e0c7;
  border-bottom: 1px solid #c9e0c7;
}

.site_selector1 .bywebsites .website_items_cont .website_cont.active a, #bottom_toolbar #bottom_sites_cont .list_cont .ind_sites.active a {
  background-color: #e0f5de;
}

.site_selector1 .bywebsites .website_items_cont .website_cont.active:hover a {
  background-color: #e0f5de;
  background-position: 0 -102px;
}

.site_selector1 .bywebsites .website_items_cont .website_cont:nth-child(3n+3) {
  width: 235px;
  border-right: 0;
}

.create_backup .site_selector1 .bywebsites .website_items_cont .website_cont:nth-child(3n+3) {
  width: 208px;
}

ul.btn_rounded_gloss {
  border-radius: 20px;
  float: left;
  margin: 10px 0;
  padding: 0;
  clear: both;
  border: 3px solid #EFF0F2;
}

ul.btn_rounded_gloss li {
  float: left;
  display: inline;
}

ul.btn_rounded_gloss li:first-child a {
  border-radius: 20px 0 0 20px;
}

ul.btn_rounded_gloss li:last-child a {
  border-radius: 0 20px 20px 0;
  margin-right: 0;
}

ul.btn_rounded_gloss li a {
  background-position: 0 -143px;
  float: left;
  height: 15px;
  border: 1px solid #b7bbbe;
  margin-right: -1px;
  color: #6c7277;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  padding: 5px 11px 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
}

ul.btn_rounded_gloss li a.active {
  background-position: 0 -166px;
  padding: 6px 11px 2px 11px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.3);
}

ul.btn_rounded_gloss li a:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 20px rgba(255, 255, 255, 0.7) inset;
  text-decoration: none;
}

ul.btn_rounded_gloss li a.active:hover {
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.3);
}

ul.btn_radio_slelect {
  border-radius: 20px;
	/* float: left; */
  margin: 7px 10px 0 0;
  padding: 0;
}

ul.btn_radio_slelect li {
  float: left;
  display: inline;
}

ul.btn_radio_slelect li:first-child a {
  border-radius: 3px 0 0 3px;
}

ul.btn_radio_slelect li:last-child a {
  border-radius: 0 3px 3px 0;
  margin-right: 0;
}

ul.btn_radio_slelect li a.actionButtonRounded {
  border-radius: 3px;
}

ul.btn_radio_slelect li a {
  position: relative;
  background-position: 0 -189px;
  float: left;
  height: 15px;
  border: 1px solid #b7bbbe;
  margin-right: -1px;
  color: #676c70;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  padding: 5px 11px 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
/* cursor:default; */
  ;
}

ul.btn_radio_slelect li a span.tooltip_backup_method {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  padding: 6px;
  border-radius: 3px;
  text-shadow: none;
  width: 176px;
  line-height: 16px;
  z-index: 1;
  margin-top: 20px;
  margin-left: -12px;
  display: none;
}

ul.btn_radio_slelect li a.disabled_backup_mech, ul.btn_radio_slelect li a.disabled:hover {
  background-image: none;
  background-color: #f9f9fa;
  color: #cccdcf;
  border-color: #e5e6e8;
  box-shadow: 0 0;
  cursor: default;
}

ul.btn_radio_slelect li a.disabled_backup_mech:hover span.tooltip_backup_method {
  display: block;
}

span.cant_schedule_tooltip {
  position: absolute;
  background-color: rgba(0, 0, 0, 1);
  color: #FFF;
  padding: 6px;
  border-radius: 3px;
  text-shadow: none;
  width: 176px;
  line-height: 16px;
  z-index: 1;
  margin-top: -51px;
  margin-left: -78px;
  display: none;
}

.disabled:hover #backupNow span.cant_schedule_tooltip {
  display: block;
}

span.cant_schedule_tooltip:hover {
  display: block;
}

.select_operation {
  width: 144px;
  float: left;
}

.select_operation .installSinglePlugin.installItem {
  padding: 11px;
  float: left;
  width: 122px;
  text-align: right;
}

.cron_message_area_error {
  color: #A92A2A;
  background: #EFDEDE;
  padding: 3px 5px;
  border-radius: 3px;
  border: 1px solid #C58888;
  width: auto;
  margin: auto;
  display: inline-block;
  line-height: 16px;
}

.select_operation .installSinglePlugin.installItem.disabled {
  color: #555;
}

.select_operation .installSinglePlugin.installItem.disabled:hover {
  text-decoration: none;
  cursor: default;
}

.select_operation ul.btn_radio_slelect {
  float: right;
}

ul.btn_radio_slelect.small li a {
  padding: 3px 7px 1px;
}

ul.btn_radio_slelect.small li a.active {
  padding: 4px 7px 0px;
}

ul.btn_radio_slelect.small {
  margin: 6px 6px 0 13px;
}

.rep_sprite {
  background: url(../images/rep_sprite.gif) repeat-x;
}

ul.btn_radio_slelect li a.active, .hidden_updates a#viewHidden.active {
  background-position: 0 -166px;
  padding: 6px 11px 2px 11px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.3);
}

ul.btn_radio_slelect li a:hover, .hidden_updates a#viewHidden:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 20px rgba(255, 255, 255, 0.7) inset;
  text-decoration: none;
}

ul.btn_radio_slelect li a.active:hover, .hidden_updates a#viewHidden.active:hover {
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.3);
}

.queued_single {
  padding: 11px;
  float: right;
}

.btn_action.disabled {
  opacity: 0.5;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0) inset !important;
}

.btn_reload.disabled, .btn_reload_drop.disabled {
  opacity: 0.5;
}

.btn_reload.disabled a:active {
  /*background-position: -5px -685px;*/
  /*padding: 5px 12px 6px 29px;*/
}

.btn_reload a.disabled, .btn_reload_drop a.disabled  {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0) inset !important;
}

.btn_action.disabled a, .btn_reload.disabled a, .btn_reload.disabled a:hover, .btn_reload_drop.disabled a , .btn_reload_drop.disabled a:hover, {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn_action.disabled a:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
  cursor: default;
}

.btn_action.disabled a:active {
  padding: 5px 11px 3px;
  background-position: 0 -143px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  cursor: default;
}

.link_action a {
  padding: 10px;
  float: left;
  margin: 4px;
}

.btn_action, .btn_reload {
  position: relative;
}

.btn_action a, .btn_reload,.btn_reload_drop {
  background-position: 0 -143px;
  float: left;
  height: 15px;
  border: 1px solid rgba(108,114,119,.4);
  margin-right: -1px;
  color: #6c7277;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  padding: 5px 11px 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
	/* cursor:default; */
  border-radius: 20px;
  margin: 7px;
}

.btn_action a.btn_blue {
  background-position: 0 -895px;
  float: left;
  height: 15px;
  border: 1px solid #5988a8;
  margin-right: -1px;
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  padding: 6px 11px 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.2) inset;
  cursor: default;
  border-radius: 20px;
  margin: 7px;
  text-transform: none;
}

.bottom_bar .emptyError {
  color: #8A1010;
  float: left;
  margin: 14px 0 0 10px;
}

.btn_action a.addSiteButton, .btn_action a.addStagingButton {
  background-position: 0 -918px;
  float: left;
  height: 15px;
  border: 1px solid #188826;
  margin-right: -1px;
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  padding: 5px 11px 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.2) inset;
  cursor: default;
  border-radius: 20px;
  margin: 7px;
}

.btn_reload {
  padding: 0;
  height: 26px;
  width: 106px;
  float: right;
  margin-top: 2px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  margin-right: -6px;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0px;
  background-color: #e7e9eb;
}

.btn_reload_drop {
  padding: 0;
  height: 28px;
  width: 30px;
  float: right;
  margin-top: 2px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  margin-right: -1px;
  border-radius: 3px;
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn_reload a {
  background-position: -5px -683px;
  color: #6C7277;
  padding: 7px 8px 6px 29px;
  height: 15px;
  width: 69px;
  /*box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.5) inset;*/
  border-radius: 3px;
}

.btn_reload a:hover {
  background-color: #f1f2f2;
  text-decoration: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 13px;
}

.btn_reload.rep_sprite_backup:hover {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 0 20px rgba(255, 255, 255, 0.7) inset;
  text-decoration: none;
}
.caret-down::before{
  font-family: FontAwesome;
  content:"\f0d7";
  font-size: 15px;
  color: #6c7277;
}   
.caret-down.active::before{
  font-family: FontAwesome;
  content:"\f0d8";
  color:#6c7277;
}
.caret-down:hover:before{
  color: #555555;
}
.btn_reload:hover .fa.fa-repeat{
  color: rgb(77, 167, 225);
}

#lastReloadTime {
  font-size: 9px;
  font-style: italic;
  font-family: Verdana, Geneva, sans-serif;
  width: 100px;
  text-align: center;
  position: absolute;
  margin: 37px 0 0 825px;
}

.create_backup .btn_action a, .send_report .btn_action a {
  margin: 5px;
  color: #6C7277;
}

.btn_action a.disabled, .update_in_page.disabled {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0) inset;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  opacity: 0.5;
}

.btn_action a.disabled:active {
  background-position: 0 -143px;
  border: 1px solid #b7bbbe;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  padding: 5px 11px 3px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 255, 255, 0) inset;
}

.btn_action a.disabled:hover ,.update_in_page.disabled{
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0) inset;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  cursor: default;
} 

.btn_action a:active {
  background-position: 0 -215px;
  padding: 6px 11px 2px 11px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.3);
}

.btn_action a.btn_blue:hover, .btn_action a.addSiteButton:hover, .btn_action a.addStagingButton:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3) inset;
  text-decoration: none;
}

.btn_action a.btn_blue:active {
  background-position: 0 -895px;
  padding: 7px 11px 1px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5) inset;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.btn_action a.addSiteButton:active,.btn_action a.addStagingButton:active  {
  background-position: 0 -918px;
  padding: 6px 20px 2px !important;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5) inset;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.btn_action a.btn_blue:active:hover, .btn_action a.addSiteButton:active:hover,.btn_action a.addStagingButton:active:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5) inset;
}

.btn_reload:active {
  background-position: 0 -215px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset, 0 1px 0 rgba(255, 255, 255, 0.3);
}

.btn_reload.disabled:active {
  background-position: 0 -143px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn_reload:active a {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-position: -5px -684px;
  padding: 7px 8px 5px 29px;
  height: 14px;
}

.btn_action a:hover, .update_in_page :hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 20px rgba(255, 255, 255, 0.7) inset;
  text-decoration: none;
}

.btn_action a:active:hover, .btn_reload:active:hover {
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.3);
}

.result_block .th_sub, .dialog_cont .th_sub {
  height: 35px;
  background-position: 0 -238px;
  border-bottom: 1px solid #d2d5d7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.th_sub {
  height: 35px;
  background-position: 0 -238px;
  border-bottom: 1px solid #d2d5d7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.select_box_cont {
  margin: 6px 6px 6px 43px;
}

.result_block .th_sub .label {
  font-weight: 700;
  float: right;
}

.result_block .th_sub .label span {
  margin: 12px;
  float: left;
}

.rows_cont {
}

.rows_cont .ind_row_cont:first-child .row_detailed {
  margin-top: 0;
}

.rows_cont .content {
  padding: 20px;
}

.fav_rows_cont .ind_site {
  width: 235px !important;
  float: left;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  height: 34px;
  position: relative;
}

.fav_rows_cont .ind_site.favItems.delWarn {
  background-color: #efdede;
}

.fav_rows_cont .ind_site .remove_bg {
  background-position: 0 -657px;
  border: 1px solid #D8DCDF;
  position: absolute;
  width: 17px;
  height: 17px;
  right: 5px;
  top: 5px;
  display: none;
}

.fav_rows_cont .ind_site:hover .remove_bg {
  display: block;
}

.fav_rows_cont .ind_site .remove_bg:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.fav_rows_cont .ind_site .remove_bg .del {
  background-position: -9px -553px;
  width: 17px;
  height: 17px;
}

.fav_rows_cont .ind_site .remove_bg:active .del {
  background-position: -9px -552px;
}

.fav_rows_cont .ind_site a {
  color: #555;
  text-decoration: none;
  padding: 11px 0 9px 30px;
  float: left;
  width: 201px;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fav_rows_cont .ind_site a:active, .fav_rows_cont .ind_site.active a:active {
  background-position: 0 -70px !important;
}

.fav_rows_cont .ind_site a:hover {
  background-position: 0 -36px;
  background-color: #FFFFE5;
}

.fav_rows_cont .ind_site:nth-child(4n+4) {
  width: 241px;
  border-right: 1px solid #f1f1f1;
}

.fav_rows_cont .ind_site:nth-child(4n+4).active {
  border-right: 1px solid #f1f1f1;
}

.fav_rows_cont .ind_site:nth-child(4n+4) a {
  width: 201px;
}

.fav_rows_cont .ind_site.active {
  background-color: #E0F5DE;
  border: 1px solid #C9E0C7;
  margin: -1px 0 0 -1px;
}

.fav_rows_cont .ind_site.active a {
  background-position: 0 -104px;
  background-color: #E0F5DE;
}

.ind_row_cont {
  border-top: 1px solid #efefef;
  position: relative;
}

.ind_row_cont:hover {
  background-color: #ffffec;
}

.ind_row_cont .row_summary, .ind_row_cont .row_detailed .rh {
  cursor: pointer;
}

.ind_row_cont.active {
  border-top: 1px solid #cce5c9;
  border-bottom: 1px solid #cce5c9;
  margin-bottom: -1px;
  background-color: #e0f5de;
}

.ind_row_cont:first-child {
  border-top: 0;
}

.row_summary {
}

.ind_row_cont.active .row_summary>div {
  border-left: 1px solid #CCE5C9;
  float: left;
}

.ind_row_cont.active .row_summary div:first-child {
  border-left: 0;
}

.row_summary > div, .row_no_summary > div {
  border-left: 1px solid #efefef;
  float: left;
}

.row_summary div:first-child {
  border-left: 0;
}

.row_summary.active {
  border-top: 1px solid #cce5c9;
  border-bottom: 1px solid #cce5c9;
  margin-bottom: -1px;
  background-color: #e0f5de;
}

.row_summary.active>div {
  border-left: 1px solid #cce5c9;
}

.row_arrow {
  width: 34px;
  height: 34px;
}

.row_checkbox:before{
  font-family: FontAwesome;
  content:"\f096";
  margin-left: 1em;
  margin-right: 1em;
  line-height: 34px;
  color: rgba(102, 102, 102, 0.749);
  font-size: 13px;
}

 &:checked + i {
    position:relative;
    @include animation(icon-beat .1s ease);
    + span {@include transition(all .1s ease)}
  }

.checkbox:before , .website_cont:before , .group_cont:before , .ind_site:before , #bottom_toolbar #bottom_sites_cont .list_cont .ind_sites a.site_selector_name .checkbox:before{
  font-family: FontAwesome;
  content:"\f096";
  color: rgba(102, 102, 102, 0.749);
  position: absolute;
  top:11px;
  left:13px;
  font-size: 13px;

}
.active.checkbox:before , .active.website_cont:before , .active.group_cont:before , .active.ind_site:before , #bottom_toolbar #bottom_sites_cont .list_cont .ind_sites.active a:before {
  font-family: FontAwesome;
  content:"\f046";
  color: rgb(6, 159, 20);
  position: absolute;
  top:11px;
  left:13px;
  animation: icon-beat .1s ease; 
  transition: all .1s ease;
  font-size: 13px;


}
@-webkit-keyframes icon-beat {
  0% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    
  }
  100% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }
}
@-moz-keyframes icon-beat {
  0% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    
  }
  100% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }
}
.checkbox_filters  li  a.active:before{
  font-family: FontAwesome;
  content:"\f046";
  color: rgb(6, 159, 20);
  position: absolute;
  top:6px;
  left:8px;
  animation: icon-beat .1s ease;
  transition: all .1s ease;
}
.checkbox_filters li a:before{
 font-family: FontAwesome;
  content:"\f096";
  color: rgba(102, 102, 102, 0.749);
  position: absolute;
  top:6px;
  left:8px;
}

.ind_row_cont.active .row_checkbox:before {
  font-family: FontAwesome;
  content:"\f046";
  line-height :34px;
  color: rgb(6, 159, 20);
  font-size: 13px;
  animation: icon-beate .1s ease; 
  transition: all .1s ease;
  position: absolute;
}

@-webkit-keyframes icon-beate {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    
  }

  50% {
   -webkit-transform: scale(.5);
    transform: scale(.5);
    
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.admins_manage .row_no_summary {
  border-top: 1px solid #EFEFEF;
}

.admins_manage .row_no_summary:hover {
  background-color: #ffffec;
}

.admins_manage .row_no_summary:first-child {
  border-top: 0;
}


.backup .row_checkbox, .addons .row_checkbox, .admins_manage .row_checkbox {
  width: 50px;
  height: 20px;
  padding: 7px;
  background: none;
}

.backup .row_backup_action, .admins_manage .row_backup_action {
  background-position: 0 -397px;
  width: 34px;
  height: 34px;
  position: relative;
}

.admins_manage .row_backup_action .del_conf {
  display: none;
}

.admins_manage .ind_row_cont.del .row_backup_action .del_conf {
  display: block !important;
  width: 119px;
  margin-right: 7px;
}

.admins_manage .ind_row_cont.del {
  background-color: #EFDEDE;
}

.backup .row_backup_action:active, .admins_manage .row_backup_action:active {
  background-position: 0 -432px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
}

.backup .row_backup_action:active a {
}

.rep_sprite_backup, .rep_sprite_readd, .rep_sprite_maintenance,.rep_sprite_clear_task {
  /*background: url(../images/backup_sprite.png) no-repeat;*/
  width: 34px;
  height: 34px;
  display: inline-block;
}

.response.rep_sprite_readd, .response.rep_sprite_maintenance {
  display: none;
}

.run_now:after, .run_now_report::after, .run_now_report_new::after, .run_now_clone_backup::after {
  font-family: FontAwesome;
  content:"\f04b";
  color:  rgba(102, 102, 102, 0.541);
  position: absolute;
  left: 11px;
  top: 9px;
  font-size: 15px;
 }

 @-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}



@keyframes horizontal {
  0% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

  6% {
    -webkit-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  12% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

  18% {
    -webkit-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  24% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }


  24%, 100% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }
}

.run_now:hover:after, .run_now_report:hover::after, .run_now_report_new:hover::after, .run_now_clone_backup:hover::after{
  color: rgb(77, 167, 225);
  -webkit-animation: horizontal 2s infinite linear;
  animation: horizontal 2s infinite linear;
}


.row_checkbox:hover {
  background-position: 0 -34px;
}

.row_checkbox.mousedown {
  background-position: 0 -68px;
}

.row_checkbox.active:before {
  font-family: FontAwesome;
  content:"\f046";
  margin-left: 1em;
  margin-right: 1em;
  line-height: 34px;
  color: green;
}

.backup .row_detailed .rh {
  font-weight: 700;
}

.backup .row_backup_action .trash, .admins_manage .row_backup_action .trash {
  background-position: 0 -408px;
}
.tr{
  position: relative;
}
.generalSelect{
  position: relative;
}
.checkbox_cont.update_notify .generalSelect.checkbox:before{
  top:15px;
}
/*.generalSelect.activateItem.checkbox:before , .generalSelect.overwriteItem.checkbox:before{
  top: 12px;
}*/
.cls_time{
  position: relative;
}
.row_checkbox:hover {
  background-position: 0 -34px;
}

.row_checkbox.mousedown {
  background-position: 0 -68px;
}

.row_checkbox.active {
  background-position: 0 -102px;
}

.backup .row_detailed .rh {
  font-weight: 700;
}

.backup .row_name, .backup .row_detailed .rh .row_name {
  width: 224px;
  height: 12px;
  padding: 11px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.backup_sitewise .row_name, .backup_sitewise .row_detailed .rh .row_name {
  width: 856px;
}

.failed_bu, .row_detailed .failed_bu {
  float: right !important;
  background-position: 0 -238px;
  color: #c41111;
  border-left: 0;
  padding: 12px 11px 0 34px;
  height: 22px;
  width: 23px;
  font-size: 11px;
  cursor: default;
}

.history .failed_bu, .history .row_detailed .failed_bu {
  border-left: 0 !important;
  float: left;
}

.success_bu, .row_detailed .success_bu {
  float: right;
  background-position: 0 -204px;
  color: #069f14;
  border-left: 0;
  padding: 11px 11px 0 29px;
  height: 22px;
  width: 23px;
  font-size: 11px;
  cursor: default;
}

.backup .success_bu, .backup .row_detailed .success_bu {
  float: right !important;
}

.history .success_bu, .history .row_detailed .success_bu {
  border-left: 0 !important;
  float: left;
}

.backup .files_db_bu, .backup .row_detailed .files_db_bu {
  float: right;
  background-position: 0 -170px;
  border-left: 0;
  padding: 12px 11px 0 34px;
  height: 22px;
  width: 50px;
  font-size: 11px;
  cursor: default;
}

.history .files_db_bu, .history .row_detailed .files_db_bu {
  float: left;
  background-position: 0 -170px;
  border-left: 0;
  padding: 12px 11px 0 34px;
  height: 22px;
  width: 50px;
  font-size: 11px;
  cursor: default;
}

.backup .time_bu, .backup .row_detailed .time_bu {
  float: right;
  background-position: 0 -136px;
  border-left: 0;
  padding: 12px 11px 0 34px;
  height: 22px;
  width: 54px;
  font-size: 11px;
  cursor: default;
}

.backup .time_bu:after, .backup .row_detailed .time_bu:after{
  font-family: FontAwesome;
  content:"\f073";
  position: absolute;
  left: 11px;
  top: 10px;
  color: rgb(173, 63, 63);
  font-size: 15px;
}

.backup .tag, .backup .row_detailed .tag {
  float: right;
  background-position: 0 -136px;
  border-left: 0;
  padding: 12px 11px 0 34px;
  height: 22px;
  width: 54px;
  font-size: 9px;
  cursor: default;
}

.backup .tag:after, .backup .row_detailed .tag:after{
  font-family: FontAwesome;
  content:"\f02c";
  position: absolute;
  left: 11px;
  top: 10px;
  color: rgba(115, 121, 135, 0.749);
  font-size: 15px;
}


.history .time_bu, .history .row_detailed .time_bu {
  float: left;
  background-position: 0 -136px;
  border-left: 0;
  padding: 12px 11px 0 34px;
  height: 22px;
  width: 54px;
  font-size: 11px;
  cursor: default;
}

.backup .time_bu.monthly {
  background-position: 0 -136px;
}

.backup .time_bu.weekly {
  background-position: 0 -102px;
}

.backup .time_bu.daily {
  background-position: 0 -68px;
}

.history .time_bu, .history .row_detailed .repository {
  float: left;
  background-position: 0 -272px;
  border-left: 0;
  padding: 12px 11px 0 34px;
  height: 22px;
  width: auto;
  font-size: 11px;
  cursor: default;
}

.backup .sites_bu, .backup .row_detailed .sites_bu {
  float: right;
  border-left: 0;
  padding: 12px 11px 0 34px;
  height: 22px;
  width: 23px;
  font-size: 11px;
  cursor: default;
}

.backup .sites_bu:after, .backup .row_detailed .sites_bu:after {
  font-family: FontAwesome;
  content:"\f19a";
  color: rgb(33, 117, 155);
  position: absolute;
  left: 11px;
  top: 10px;
  font-size: 16px;
}

.edit:after{
  font-family: FontAwesome;
  content:"\f040";
  left: 5px;
  top: 3px;
  font-size: 10px;
  position:absolute;
  color: rgb(115, 121, 135);
}
.edit:hover:after, .editGroup:hover{
  color: rgb(255, 255, 255);
  background-color: rgb(115, 121, 135);
}
.del.deleteConf:after{
  font-family: FontAwesome;
  content:"\f00d";
  left: 5px;
  top: 20px;
  position:absolute;
  font-size: 10px;
  color: rgb(196, 17, 17);
}

.del.delFavourites:after, .del.delSnippet:after , .del.delProfile_IC:after, .del.delProfile:after, .del.del_profile_admin:after {
  font-family: FontAwesome;
  content:"\f00d";
  left: 5px;
  top: 4px;
  position:absolute;
  font-size: 10px;
  color: rgb(115, 121, 135);
}

.del.delTabRepo:after {
  font-family: FontAwesome;
  content:"\f00d";
  left: 3px;
  top: 3px;
  position:absolute;
  font-size: 10px;
  color: rgb(115, 121, 135);
}
.close.closePopup:after{
  font-family: FontAwesome;
  content:"\f00d";
  left: 6px;
  top: 6px;
  position:absolute;
  font-size: 10px;
  color: rgb(115, 121, 135);
}

.del.delFavourites:hover:after , .del.delSnippet:hover:after, .del.delProfile_IC:hover:after , .del.delProfile:hover:after , .del.del_profile_admin:hover:after, .close.closePopup:hover:after, .del.delTabRepo:hover:after{
  color: rgb(196, 17, 17);
}
.del.deleteConf:hover:after , .deleteConf:hover{
  color: rgb(255, 255, 255);
  background-color: rgb(196, 17, 17);
}

.row_name {
  width: 500px;
  height: 12px;
  padding: 11px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row_name.addon_list{
  line-height: 20px;
  height: 21px;
}

.addon_view_list{
  top: 12px;
  margin-left: 1px;
  left: 10px;
  position: relative;
  border-left: none !important;
}
.history .row_name {
  width: 582px;
}

.history .row_detailed .row_name {
  width: 354px !important;
  font-weight: 700;
}

.history .row_detailed .rh {
  font-weight: 700;
}

.history .timestamp {
  width: 144px;
  text-align: center;
  height: 12px;
  padding: 11px 15px;
}

.row_update_count {
  width: 50px;
  text-align: center;
  height: 10px;
  padding: 11px 0 13px 0;
  border: 0 !important;
}

.row_update_total_count {
  width: 50px;
  text-align: center;
  height: 10px;
  padding: 11px 0 13px 0;
  border-left: 0 !important;
}

.row_update_count span, .row_update_total_count span, .row_detailed .rd .row_updatee_ind .count span, .row_name span {
  background: #f5f5f5;
  border: 1px solid #c1c4c6;
  border-radius: 15px;
  padding: 1px 6px;
  font-size: 11px;
  font-weight: 700;
}
.version_number span{
  background: #f5f5f5;
  border-radius: 15px;
  padding: 1px 6px;
  font-size: 11px;
  font-weight: 700;
}

.row_action {
  height: 34px;
  text-align: center;
  float: right !important;
  border: 0 !important;
}

.row_action a {
  color: #f2583e;
  text-decoration: none;
  padding: 11px;
  float: left;
}

.row_action a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.row_detailed {
  border-top: 1px solid #f1f1d7;
  margin-top: -1px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  position: relative;
}

ind_row_cont:first-child .row_detailed {
  margin-top: 0;
}

.row_detailed .rh {
  background-color: #ffffe5;
}

.ind_row_cont.active .row_detailed .rh {
  border-top: 1px solid #cce5c9;
  border-bottom: 1px solid #cce5c9;
  margin-top: -1px;
  margin-bottom: -1px;
  background-color: #e0f5de;
}

.row_detailed .rh>div {
  float: left;
}

.ind_row_cont.active .row_detailed .rh>div {
  border-left: 1px solid #cce5c9;
  float: left;
}

.row_detailed .rh div:first-child, .ind_row_cont.active .row_detailed .rh div:first-child {
  border-left: 0;
}

.row_detailed .rh .row_arrow {
  background-position: 0 -36px;
}

.row_detailed .rh .row_name {
  width: 700px;
  height: 12px;
  padding: 11px 10px;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 700;
  text-overflow: ellipsis;
}

.row_detailed .rh .row_action {
  border-left: 0;
}

.row_detailed .rd {
  background-color: #fffff3;
  border-top: 1px solid #f1f1d7;
  padding-bottom: 8px;
}

.history .row_detailed .rd {
  padding-bottom: 0px;
}

.ind_row_cont.active .row_detailed .rd {
  background-color: #fffff3;
  border-top: 1px solid #cce5c9;
}

.row_detailed .rd .row_updatee {
  margin-left: 34px;
  border-bottom: 1px solid #f1f1d7;
  margin-top: -1px;
}

#backupList .row_detailed .rd .row_updatee {
  margin-top: 0;
}

.row_detailed .rd .row_updatee:first-child {
  border-top: 0;
}

.backup .row_detailed .rd .row_updatee {
  border-bottom: 0;
}

.backup .row_detailed .rd .row_updatee .row_updatee_ind {
  border-bottom: 1px solid #f1f1d7;
}

.row_detailed .rd .row_updatee_ind {
}

.backup .row_detailed .rd .row_updatee_ind.del, .backup .row_summary.del, .backup .row_detailed.del .rh, .row_updatee_ind .items_cont .item_ind.del {
  background: #efdede;
}

.backup .row_summary.del .del_conf, .backup .row_detailed.del .rh .del_conf {
  display: block !important;
}

.backup .row_detailed .rd .row_updatee_ind.del .items_cont .item_ind .row_backup_action {
  position: relative;
  margin-left: 35px;
}

.backup .row_detailed .rd .row_updatee_ind.del .items_cont .item_ind .row_backup_action .del_conf, .view_backup .item_ind.del .del_conf, .backup .row_summary.del .del_conf, .backup .row_detailed.del .rh .del_conf, .row_updatee_ind .items_cont .item_ind.del .row_backup_action .del_conf {
  display: block !important;
  width: 119px;
  margin-right: 7px;
}

.backup .row_detailed .rd .row_updatee_ind.del .items_cont .item_ind {
  float: right;
}

.backup .row_detailed .rd .row_updatee_ind.del .items_cont .item_ind > div {
  border-left: 1px solid #efdede !important;
}

.row_detailed .rd .row_updatee_ind.notInstalled .item {
  width: 524px;
}

.row_detailed .rd .row_updatee_ind>div {
  float: left;
}

.row_detailed .rd .row_updatee_ind .label_updatee {
  width: 200px;
}

.history .row_detailed .rd .row_updatee_ind .label_updatee {
  width: 281px;
}

.backup .row_detailed .rd .row_updatee_ind .label_updatee {
  width: 218px;
}

.backup_sitewise .row_detailed .rd .row_updatee_ind .label_updatee {
}

.history .row_detailed .rd .row_updatee_ind .item_cont .item_label {
  width: 71px;
}

.history .row_detailed .rd .row_updatee_ind .item_cont .item_label span {
  background: #9f9f91;
  border-radius: 3px;
  padding: 2px 4px;
  color: #fff;
  float: right;
  margin: 9px;
}

.backup .row_detailed .rd .row_updatee_ind .label_updatee .label {
  text-transform: none;
  width: 185px;
  padding-left: 0;
}

.row_detailed .rd .row_updatee_ind .label_updatee .label {
  width: 117px;
  text-align: right;
  text-transform: uppercase;
  height: 12px;
  padding: 11px 15px;
  font-size: 11px;
}

.history .row_detailed .rd .row_updatee_ind .label_updatee .label {
  text-transform: none !important;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.row_detailed .rd .row_updatee_ind .label_updatee .label .active {
  background: #49ad3f;
  border-radius: 2px;
  padding: 1px 3px;
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  text-transform: none;
}

.row_detailed .rd .row_updatee_ind .label_updatee .label .inactive {
  background: #ad3f3f;
  border-radius: 2px;
  padding: 1px 3px;
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  text-transform: none;
}

.row_detailed .rd .row_updatee_ind .label_updatee .label .notInstalled {
  background: #74b3ce;
  border-radius: 2px;
  padding: 1px 3px;
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  text-transform: none;
}

.row_detailed .rd .row_updatee_ind .label_updatee .count {
  width: 50px;
  text-align: center;
  height: 10px;
  padding: 11px 0 13px 0;
}

.row_detailed .rd .row_updatee_ind .items_cont {
  width: 724px;
}

.update_group .disabled {
  color: #555;
  font-weight: 700;
  padding: 11px 24px;
}

.update_group .disabled:hover, .ind_row_cont .update_group:hover {
  text-decoration: none;
}

.backup .row_detailed .rd .row_updatee_ind .items_cont, .backup .row_detailed .rd .row_updatee_ind .items_cont .item_ind {
  width: 706px;
}

.backup .row_detailed .rd .row_updatee_ind .items_cont .item_ind>div {
  border-left: 1px solid #f1f1d7;
  float: left;
}

.backup .row_detailed .rd .row_updatee_ind .items_cont .item_ind .row_backup_action {
  border-left: 1px solid #EFEFEF;
  border-top: 1px solid #EFEFEF;
}

.backup .row_detailed .rd .row_updatee_ind .items_cont .item_ind:first-child .row_backup_action {
  border-top: 0;
}

.backup .row_detailed .rd .row_updatee_ind .items_cont .item_ind .row_action .restoreBackup.disabled {
  color: #555;
  cursor: default;
}

.backup .row_detailed .rd .row_updatee_ind .items_cont .item_ind .row_action .restoreBackup.disabled:hover {
  text-decoration: none;
}
/* .backup .row_detailed .rd .row_updatee_ind .items_cont div:first-child { border-left:0;} */
.backup .row_detailed .rd .row_updatee_ind .items_cont div.stats {
  float: left;
  width: 141px;
  padding: 12px 15px 12px 32px;
  height: 10px;
}
.backup .row_detailed .rd .row_updatee_ind .items_cont div.stats.cloud{
  width: 80px;
}
.backup .row_detailed .rd .row_updatee_ind .items_cont div.stats.repository{
  width: 80px;
}

.backup .row_detailed .rd .row_updatee_ind .items_cont div.stats.repository:after {
  font-family: FontAwesome;
  content:"\f0c2";
  color: rgba(115, 121, 135, 0.65);
  position: absolute;
  left: 11px;
  top: 11px;
  font-size: 14px;
}

.backup .row_detailed .rd .row_updatee_ind .items_cont div.stats.cloud:after {
  font-family: FontAwesome;
  content:"\f0c2";
  color: rgba(115, 121, 135, 0.749);
  position: absolute;
  left: 11px;
  top: 9px;
  font-size: 16px;
}

.backup .row_detailed .rd .row_updatee_ind .items_cont div.stats.files ,.backup .row_detailed .rd .row_updatee_ind .items_cont div.stats.db, .backup .row_detailed .rd .row_updatee_ind .items_cont div.stats.files_db {
  width: 70px;
}
div.stats.files_db:after{
  font-family: FontAwesome;
  content:"\f15b";
  color: rgb(116, 179, 206);
  position: absolute;
  left: 11px;
  top: 10px;
  font-size: 13px;
}

div.stats.files:after{
  font-family: FontAwesome;
  content:"\f15b";
  color: rgb(116, 179, 206);
  position: absolute;
  left: 11px;
  top: 11px;
  font-size: 13px;
}
div.stats.db:after{
  font-family: FontAwesome;
  content:"\f1c0";
  color: rgba(115, 121, 135, 0.749);
  position: absolute;
  left: 11px;
  top: 10px;
  font-size: 14px;
}
div.stats.files_db:before{
  font-family: FontAwesome;
  content:"\f1c0";
  color: rgb(115, 121, 135);
  position: absolute;
  left: 6px;
  background-color: #FFFFF3;
  border:2px solid #FFFFF3;
  border-radius: 5px;
  z-index: 1;
  top: 14px;
  font-size: 10px;
}


.backup .row_detailed .rd .row_updatee_ind .items_cont div.stats.size {
  width: 80px;
}

div.stats.size:after {
  font-family: FontAwesome;
  content:"\f0a0";
  color: rgba(115, 121, 135, 0.749);
  position: absolute;
  left: 11px;
  top: 10px;
  font-size: 15px;
}

div.stats.time:after , .comment_when:after{
  font-family: FontAwesome;
  content:"\f017";
  color: rgba(115, 121, 135, 0.749);
  position: absolute;
  left: 14px;
  top: 10px;
  font-size: 14px;
}

.download:after {
  font-family: FontAwesome;
  content:"\f019";
  color: rgba(115, 121, 135, 0.749);
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 15px;
 }

 .download:hover:after {
   color:rgb(77, 167, 225);
 }

.items_cont .select_action {
  width: 624px;
}

.select_action_long {
  margin-left: 35px;
  width: 815px;
}

.items_cont .select_action a.action {
  padding: 11px;
}

.select_action_long a.action {
  padding: 11px;
}

.row_detailed .rd .row_updatee_ind .item_ind>div {
  border-top: 1px solid #f1f1d7;
  float: left;
/* margin-top: -1px; */
  ;
}

.row_detailed .rd .row_updatee_ind .item_ind:first-child > div {
  border-top: 0;
}

.ind_row_cont.active .row_detailed .rd .row_updatee_ind .item_ind>div {
 /* border-top:1px solid #CCE5C9; */
  float: left;
/* margin-top: -1px; */
  ;
}

.row_detailed .rd .row_updatee_ind .item_ind.hidden {
  display: none;
}

.ind_row_cont.active .row_detailed .rd .row_updatee_ind .item_ind>div {
}

.ind_row_cont.active .row_detailed .rd .row_updatee_ind .item_ind .actions {
  border-top: 1px solid #f1f1d7;
}

.backup .row_detailed .rd .row_updatee_ind .item_ind:first-child > div {
  border-top: 0;
}

.row_detailed .rd .row_updatee_ind .item_ind.active .row_checkbox:before {
  font-family: FontAwesome;
  content:"\f046";
  margin-left: 1em;
  margin-right: 1em;
  color: rgb(6, 159, 20);

}
.reload_button:after{
  font-family: FontAwesome;
  content:"\f01e";
  color: rgb(115, 121, 135);
  font-size: 15px;
  position: absolute;
  left: 5px;
  top: 4px;
}

.reload_button:hover:after{
  color: rgb(77, 167, 225);
 }

.add_spin{
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.add_spin:after{
  color:rgb(77, 167, 225);
}

.row_detailed .rd .row_updatee_ind .item_ind.active .row_checkbox {
  line-height :34px;
  border-top: 1px solid #cce5c9;
  border-bottom: 1px solid #cce5c9;
  margin-bottom: -1px;
  background-color: #e0f5de;
}

.row_detailed .rd .row_updatee_ind .item_ind.active .item, .site_view.active{
  border-top: 1px solid #cce5c9 !important;
  border-bottom: 1px solid #cce5c9;
  margin-bottom: -1px;
  background-color: #e0f5de;
}

.row_detailed .rd .row_updatee_ind .item {
  width: 532px;
  height: 12px;
  padding: 11px 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row_detailed .rd .row_updatee_ind .item_cont {
  width: 724px;
}

.history .row_detailed .rd .row_updatee_ind .item_cont_right_cont, .history .row_detailed .rd .row_updatee_ind .item_cont {
  width: 642px;
}

.history .row_detailed .rd .row_updatee_ind .item_cont {
 /* border-bottom:1px solid #F1F1D7; */
  margin-bottom: -1px;
}

.history .row_detailed .rd .row_updatee_ind .item_success {
  width: 536px;
  padding: 5px 5px 5px 30px;
  height: auto;
}

.history .row_detailed .rd .row_updatee_ind .item_success span {
  float: left;
  margin: 6px 12px;
  color: #069F14;
}

.history .row_detailed .rd .row_updatee_ind .item_failure {
  width: 525px;
  padding: 10px 5px 9px 40px;
  height: auto;
}

.history .row_detailed .rd .row_updatee_ind .item_failure .failure_name {
	/* float:left; */
  color: #c41111;
  width: 200px;
}

.history .row_detailed .rd .row_updatee_ind .item_failure .failure_reason {
  padding: 7px 10px 12px 10px;
  line-height: 16px;
}

.history .row_detailed .rd .row_updatee_ind .item_failure .failure_reason.only {
  padding: 0;
}

.row_detailed .rd .row_updatee_ind .item span.version {
}

.row_detailed .rd .row_updatee_ind .item_ind .actions {
  padding-left: 10px;
}

.row_detailed .rd .row_updatee_ind .item_ind .actions a {
  padding: 11px 5px;
  float: left;
  width: 49px;
  text-align: center;
}

.add_site {
  width: 520px;
}

.add_site .th_sub .info, .th_sub .info {
  background-position: 0 -816px;
  width: 423px;
  padding: 11px 10px 9px 34px;
  height: 14px;
  color: #737987;
}

.info_icon {
  position: relative;
  padding: 11px 10px 9px 34px;
  height: 14px;
  color: #737987;
  width: 90%;
  text-align: left;
}

.test_mail.success:after{
  top: 0px;
  left: 2px;
}
.warning:after{
  font-family: FontAwesome;
  content:"\f071";
  position: absolute;
  font-size: 14px;
  color: rgb(255, 204, 9);
  top: 7px;
  left: 13px;
}
.info_icon:before{
  font-family: FontAwesome;
  content:"\f05a";
  position: absolute;
  color: rgb(33, 117, 155);
  font-size: 16px;
  top: 9px;
  left: 13px;
}

.block_fail_icon:before{
  font-family: FontAwesome;
  content:"\f06a";
  position: absolute;
  font-size: 16px;
  top: 9px;
  left: 13px;
  color:#C30C0C;
}

.block_success_icon:before{
  font-family: FontAwesome;
  content:"\f06a";
  position: absolute;
  font-size: 16px;
  top: 9px;
  left: 13px;
  color:#259531;
}

.block_success_icon {
  position: relative;
  padding: 11px 10px 9px 34px;
  height: 14px;
  color: #737987;
  width: 90%;
  text-align: left;
}

.block_fail_icon {
  position: relative;
  padding: 11px 10px 9px 34px;
  height: 14px;
  color: #737987;
  width: 90%;
  text-align: left;
}

.form_cont {
  padding: 10px;
  margin: auto;
  border: 1px solid #ddd;
  background-color: #fff;
}

.form_cont .btn_action a {
  color: #6C7277;
}

.form_cont .tr {
  margin-top: 10px;
}

.form_cont .tr .tl span.lower {
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
}

.form_cont .tr .tl {
  float: left;
  width: 29%;
  padding-right: 1%;
  text-align: right;
  text-transform: uppercase;
  padding-top: 11px;
  font-size: 11px;
  font-weight: 700;
  color: #737987;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.form_cont .tr .tl.no_text_transform {
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
}

.form_cont .tr .tl.no_text_transform span {
  font-weight: 700;
}

.form_cont .tr .tl.two_liner {
  padding-top: 6px;
}

.form_cont .tr .td {
  float: left;
  width: 70%;
}

.form_cont .tr .td input, input.txt {
  width: 94%;
  padding: 2%;
  border: 1px solid #b7bec0;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  color: #737987;
  font-size: 12px;
}

.form_cont .tr .td input.disabled, input.txt.disabled {
  background-color: #f2f2f2;
  border-color: #d5d9da;
  cursor: default;
  color: #A4AEB6 !important;
}

.form_cont .tr .td textarea {
  width: 96%;
  border: 1px solid #b7bec0;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  color: #737987;
  font-size: 12px;
}

.form_cont .tr .td input:focus, input.txt:focus, textarea:focus {
  outline: 0;
  background: #FFFFEC;
}

.form_cont .group_selector {
  width: 355px;
  border: 1px solid #B7BEC0;
  border-radius: 3px;
  max-height: 117px;
  overflow: hidden;
}

.form_cont .group_selector .ind_group_set {
  height: 26px;
}

.form_cont .group_selector .ind_group {
  height: 25px;
  border-bottom: 1px solid #B7BEC0;
  border-right: 1px solid #B7BEC0;
  float: left;
  width: 177px;
/* margin-bottom:-1px; */
  ;
}

.form_cont .group_selector .ind_group_set:first-child {
}

.form_cont .group_selector .ind_group_set:last-child .ind_group {
  border-bottom: 0;
}

.form_cont .group_selector .ind_group:nth-child(2n+2) {
  border-right: 0;
}

.form_cont .group_selector .ind_group.active {
 /* border-right: 1px solid #C9E0C7; border-bottom: 1px solid #C9E0C7; */
  ;
}

.form_cont .group_selector .ind_group a {
  background: url(../images/checkbox_sprite.png) no-repeat -5px -38px;
  color: #555;
  text-decoration: none;
  padding: 6px 0 7px 30px;
  float: left;
  width: 147px;
  cursor: default;
  overflow: hidden;
	/* margin-top: 1px; */
  text-overflow: ellipsis;
}

.form_cont .group_selector .ind_group a:hover {
  background-color: #FFFFEC;
  background-position: -5px -38px;
}

.form_cont .group_selector .ind_group.active a {
  background-color: #e1f5df;
  background-position: -5px -106px;
}

.form_cont .manager_selector {
  width: 355px;
  border: 1px solid #B7BEC0;
  border-radius: 3px;
  max-height: 117px;
  overflow: hidden;
}

.form_cont .manager_selector .ind_group_set {
  height: 26px;
}

.form_cont .manager_selector .ind_group {
  height: 25px;
  border-bottom: 1px solid #B7BEC0;
  border-right: 1px solid #B7BEC0;
  float: left;
  width: 177px;
/* margin-bottom:-1px; */;
}

.form_cont .manager_selector .ind_group_set:first-child {
}

.form_cont .manager_selector .ind_group_set:last-child .ind_group {
  border-bottom: 0;
}

.form_cont .manager_selector .ind_group:nth-child(2n+2) {
  border-right: 0;
}

.form_cont .manager_selector .ind_group.active {
 /* border-right: 1px solid #C9E0C7; border-bottom: 1px solid #C9E0C7; */;
}

.form_cont .manager_selector .ind_group a {
  background: url(../images/checkbox_sprite.png) no-repeat -5px -38px;
  color: #555;
  text-decoration: none;
  padding: 6px 0 7px 30px;
  float: left;
  width: 147px;
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form_cont .manager_selector .ind_group a:hover {
  background-color: #FFFFEC;
  background-position: -5px -38px;
}

.form_cont .manager_selector .ind_group.active a {
  background-color: #e1f5df;
  background-position: -5px -106px;
}

.form_cont.settings .tr {
  margin-top: 5px;
}

.form_cont.settings input.hidedit {
  border: 1px solid #fff;
  outline: 0;
  background-color: #fff;
  border-radius: 3px;
  -webkit-transition: border-color 0.1s ease-in;
  -moz-transition: border-color 0.1s ease-in;
  -o-transition: border-color 0.1s ease-in;
  -ms-transition: border-color 0.1s ease-in;
  transition: border-color 0.1s ease-in;
  cursor: default;
  height: 18px;
  width: 285px;
  background-position: 326px -513px;
  float: left;
}

.form_cont.settings .tr .edit {
  background-position: 0 -513px;
  float: left;
  opacity: 0.6;
}

.form_cont.settings .tr .edit:hover {
  opacity: 1;
}

.form_cont.settings input.hidedit:hover {
  -webkit-transition: border-color 0.1s ease-in, background-color 0.1s ease-in;
  -moz-transition: border-color 0.1s ease-in, background-color 0.1s ease-in;
  -o-transition: border-color 0.1s ease-in, background-color 0.1s ease-in;
  -ms-transition: border-color 0.1s ease-in, background-color 0.1s ease-in;
  transition: border-color 0.1s ease-in, background-color 0.1s ease-in;
  cursor: default;
  background-position: 296px -513px;
}

.form_cont.settings input.hidedit.focus {
  border: 1px solid #b7bec0;
  background: #FFFFEC;
  outline: 0;
  cursor: text;
}
/* .form_cont.settings input.hidedit:focus { background:#fff; } */
.form_cont.settings .valid_cont {
  position: relative;
}

.form_cont.settings .valid_cont .valid_error {
  position: absolute;
  background-color: #FBEFEF;
  color: #A92A2A;
  border: 1px solid #D7C7C7;
  font-size: 12px;
  right: 7px;
  bottom: 2px;
  border-radius: 3px 0;
}

.form_cont.settings .valid_cont .valid_error .padding {
  padding: 0px 3px 2px !important;
}

.wp_repository_search_results {
}

.wp_repository_search_results .tr {
  border-top: 1px solid #e4e4e4;
  background: url(../images/wp_repository_search_results_bg.png) repeat-y;
}

.wp_repository_search_results .tr:nth-child(2n+2) {
  background: url(../images/wp_repository_search_results_bg.png) repeat-y #fafafa;
}

.wp_repository_search_results .tr:first-child {
  border-top: 0;
}

.wp_repository_search_results .tr >div {
  float: left;
  padding: 5px;
}

.wp_repository_search_results .tr .name {
  width: 276px;
  border-left: 0;
}

.wp_repository_search_results .tr .version {
  width: 71px;
  text-align: center;
}

.wp_repository_search_results .tr .rating {
  width: 75px;
  height: 15px;
  background: url(../images/rating_fill_sprite.gif) repeat-x 0 -15px;
  text-align: left;
  padding: 0;
  margin: 5px 8px;
  float: left;
}

.wp_repository_search_results .tr .rating .rating_fill {
  background: url(../images/rating_fill_sprite.gif) repeat-x 0 0;
  height: 15px;
}

.wp_repository_search_results .tr .rating .stars {
  background: url(../images/rating_star.png) repeat-x 0 0;
  width: 75px;
  position: absolute;
  height: 15px;
  margin-top: -15px;
}

.wp_repository_search_results .tr:nth-child(2n+2) .rating .stars {
  background: url(../images/rating_star.png) repeat-x 0 -15px;
}

.wp_repository_search_results .tr .descr {
  width: 490px;
  line-height: 18px;
}
.wp_repository_search_results .addToFavorites.disabled{
  color:#555;
  padding-left: 17px;
}

.wp_repository_search_results .addToFavorites.disabled:after {
  font-family: FontAwesome;
  content:"\f004";
  position: absolute;
  left: 0px;
  top: 0px;
  color: rgb(196, 17, 17);
}

.wp_repository_search_results .addToFavorites.disabled:hover {
  text-decoration: none;
  cursor: default;
}

.wp_repository_search_results_actions a {
  float: left;
  margin: 15px 15px 0 0;
}

.wp_repository_search_results_actions a.installItem.disabled {
  color: #555;
  text-decoration: none;
}

.wp_repository_search_results_actions a.installItem.disabled:hover {
  text-decoration: none;
  cursor: default;
}

.wp_repository_search_results .tr_theme {
  border-top: 1px solid #e4e4e4;
  background: url(../images/wp_repository_theme_search_results_bg.png) repeat-y;
}

.wp_repository_search_results .tr_theme:nth-child(2n+2) {
  background: url(../images/wp_repository_theme_search_results_bg.png) repeat-y #fafafa;
}

.wp_repository_search_results .tr_theme:first-child {
  border-top: 0;
}

.wp_repository_search_results .tr_theme .theme_column {
  padding: 5px;
  width: 308px;
  float: left;
}

.wp_repository_search_results .tr_theme .theme_column:first-child {
  border-left: 0;
}

.wp_repository_search_results .tr_theme .theme_column {
  width: 309px;
  margin-bottom: 5px;
}

.wp_repository_search_results .tr_theme .theme_column .thumb {
  width: 300px;
  height: 225px;
  overflow: hidden;
  background: #999 url(../images/loading_g_w.gif) no-repeat center 40%;
  border: 1px solid #e4e4e4;
  margin: 3px;
  position: relative;
}

.wp_repository_search_results .tr_theme .theme_column .thumb .icon_preview {
  background-color: black;
  background-position: 3px -850px;
  position: absolute;
  margin: 96px 0 0 101px;
  color: white;
  border-radius: 20px;
  opacity: 0;
  z-index: 3;
  height: 10px;
  width: 52px;
  padding: 11px 10px 13px 38px;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  -ms-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}

.wp_repository_search_results .tr_theme .theme_column .thumb:hover .icon_preview {
  opacity: 1;
}

.wp_repository_search_results .tr_theme .theme_column .thumb .btn_preview {
  background: #000;
  opacity: 0;
  position: absolute;
  width: 300px;
  height: 225px;
  z-index: 2;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  -ms-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}

.wp_repository_search_results .tr_theme .theme_column .thumb:hover .btn_preview {
  opacity: 0.6;
  cursor: pointer;
}

.preview_box {
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.6);
  position: relative;
  background: #fff url(../images/loading_w_grey.gif) no-repeat center 40%;
}

.preview_box .preview_close {
  position: absolute;
  background: url(../images/icon_close2.png) no-repeat right;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  margin: -29px 16px 0 0;
  cursor: pointer;
  color: white;
  font-size: 12px;
  padding: 10px 32px 0 0;
}

.preview_box .preview_close:hover {
  text-decoration: underline;
}

.wp_repository_search_results .tr_theme .theme_column .thumb img {
  border: 0;
}

.wp_repository_search_results .tr_theme .theme_column .theme_name {
  margin-top: 10px;
  color: #737987;
}

.wp_repository_search_results .tr_theme .theme_column .theme_descr {
  margin-top: 10px;
  line-height: 16px;
  height: 135px;
}

ul.th_sub_nav li a {
  float: left;
  font-size: 11px;
  color: #737987;
  text-decoration: none;
  padding: 4px 10px 3px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 8px;
  border-radius: 3px;
  background: none;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}

ul.th_sub_nav li {
  float: left;
}

ul.th_sub_nav li a:hover {
  color: #9da3b0;
}

ul.th_sub_nav li a.active {
  color: #fff;
  background: url(../images/rep_sprite.gif) 0 -379px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 1);
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
}

.dialog_cont {
  width: 850px;
  height: auto;
  margin: 0;
  box-shadow: 0 0 34px rgba(0, 0, 0, 0.6);
  font-size: 12px;
  padding: 0 !important;
  background-color: #fff;
}

.dialog_cont.iwp_installation {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #c6c9ca;
}

.dialog_cont .th {
  position: relative;
  height: 30px;
}

.dialog_cont .th .title {
  text-align: center;
  color: #6e7584;
  padding: 10px;
  font-size: 11px;
}

.dialog_cont .th .cancel {
  position: absolute;
  background-position: right -444px;
  top: 0;
  right: 0;
  color: #737987;
  padding: 9px 30px 11px 4px;
  height: 10px;
}

.dialog_cont .th .cancel:active {
  background-position: right -443px;
  padding: 10px 30px 10px 4px;
}

.dialog_cont .th .th_btm_info {
  background-position: 0 -816px;
  width: auto;
  padding: 11px 10px 9px 34px;
  height: 14px;
  color: #737987;
  float: left;
}

.dialog_cont.create_backup .th_sub ul {
  margin-left: 70px;
}

.dialog_cont.create_backup .th_sub ul.two_steps {
  margin-left: 183px;
}

.dialog_cont .th_sub ul li {
  float: left;
}

.dialog_cont .th_sub ul li:first-child {
  margin-left: 0;
}

.dialog_cont .th_sub ul li.line {
  border-bottom: 1px solid #d7dbe2;
  height: 17px;
  width: 140px;
}

.dialog_cont .th_sub ul.two_steps li.line {
  width: 200px;
}

.dialog_cont.iwp_installation .th_sub ul li.line {
  width: 56px;
}

.dialog_cont .th_sub ul li a {
  font-size: 11px;
  text-decoration: none;
  color: #b3bac9;
  height: 10px;
  width: 110px;
  padding: 12px 0 12px 30px;
  float: left;
  cursor: default;
}

.dialog_cont.iwp_installation .th_sub ul li a {
  width: 180px;
}
.th_sub.left_stack {
  float: left;
  border-right: 1px solid #d2d5d7;
  background: none;
  border-bottom: 0;
  box-shadow: 0 0;
}
.th_sub.left_stack ul {
}
.th_sub.left_stack ul li {
  float: none;
  background-color: #f6f6f6;
  border-bottom: 1px solid #d2d5d7;
}
.th_sub.left_stack ul li a {
  font-size: 12px;
  padding: 12px;
  display: block;
  box-sizing: border-box;
  float: none;
  height: auto;
}

.dialog_cont .th_sub ul li a.next {
  background-position: 0 30px;
}

.dialog_cont .th_sub ul li a.current {
  font-weight: 700;
  color: #6e7584;
  background: 0 34px;
  cursor: default;
}

.dialog_cont .th_sub ul li a.completed {
  background-position: 0 -476px;
  color: #36ad43;
  cursor: pointer;
  padding-left: 30px;
  text-decoration: line-through;

}

.initial_setup_links{
  width: 162px !important;
}

.th_sub.rep_sprite li {
    float: none;
    background-color: #f6f6f6;
    border-bottom: 1px solid #d2d5d7 !important;
  }


.dialog_cont .th_sub ul li a.completed:hover {
  background-position: 0 -510px;
}

.dialog_cont.iwp_installation .iwp_installtion_content {
}

.dialog_cont.iwp_installation .iwp_installtion_content .tr {
  border-top: 1px solid #efefef;
}

.dialog_cont.iwp_installation .iwp_installtion_content .tr:first-child {
  border-top: 0;
}

.dialog_cont.iwp_installation .iwp_installtion_content .tr:nth-child(2n+2) {
  background-color: #fdfdfd;
}

.dialog_cont.iwp_installation .iwp_installtion_content.check_requirement .tr {
  padding: 15px;
}

.dialog_cont.iwp_installation .iwp_installtion_content.check_requirement .tr .req_txt {
  width: 475px;
}

.dialog_cont.iwp_installation .iwp_installtion_content.check_requirement .tr .req_txt .req_title, .dialog_cont.iwp_installation .iwp_installtion_content.db_login .form .form_title {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #737987;
  margin-bottom: 4px;
}

.dialog_cont.iwp_installation .iwp_installtion_content.check_requirement .tr .req_txt .req_descr {
  font-size: 12px;
  color: #9398a2;
}

.dialog_cont.iwp_installation .iwp_installtion_content.check_requirement .tr .req_result {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #737987;
  padding-top: 8px;
  text-align: center;
  width: 80px;
}

.dialog_cont.iwp_installation .iwp_installtion_content.check_requirement .tr .icon_result {
  background-position: -5px;
  width: 20px;
  height: 20px;
  margin: 4px 0 0 41px;
}



.dialog_cont.iwp_installation .iwp_installtion_content.check_requirement .tr .icon_result.fail {
}

.dialog_cont.iwp_installation .iwp_installtion_content.check_requirement .tr .icon_result.warning {
  background-image: url(../images/icon_warning.png)
}
.dialog_cont.iwp_installation .iwp_installtion_content.check_requirement .tr.error {
  background-color: #efdede;
}
.dialog_cont.iwp_installation .iwp_installtion_content.check_requirement .tr.error .req_title, .dialog_cont.iwp_installation .iwp_installtion_content.check_requirement .tr.error .req_descr, .dialog_cont.iwp_installation .iwp_installtion_content.check_requirement .tr.error .req_result {
  color: #a92a2a;
}

.dialog_cont.iwp_installation .iwp_installtion_content.db_login .form .form_title {
  margin: 20px auto;
  text-align: center;
}

.dialog_cont.iwp_installation .iwp_installtion_content.db_login .form {
  width: 461px;
  padding: 0 40px 20px;
}

.dialog_cont.iwp_installation .iwp_installtion_content.db_login .form .label {
  font-size: 11px;
  color: #9398a2;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.dialog_cont.iwp_installation .iwp_installtion_content {
  width: 669px;
  float: left;
  box-sizing: border-box;
}
.dialog_cont.iwp_installation .iwp_installtion_content .error_cont {
  background-color: #efdede;
  border-radius: 3px;
  border: 1px solid #c48889;
  color: #a72b2d;
  padding: 10px;
  text-align: center;
  margin-top: 10px;
}

.dialog_cont.iwp_installation .iwp_installtion_content.license_agreement {
  color: #555;
  line-height: 16px;
}

.dialog_cont.iwp_installation .iwp_installtion_content.license_agreement .content strong {
  font-weight: 700;
  margin: 10px 0 5px;
  float: left;
  width: 100%;
}

.dialog_cont.iwp_installation .iwp_installtion_content.license_agreement .content strong.title {
  width: 100%;
  text-align: center;
  margin: 20px 0 10px;
}

.dialog_cont.iwp_installation .iwp_installtion_content.install_final {
  padding: 20px 80px;
}
.dialog_cont.iwp_installation .iwp_installtion_content.install_final a.open_panel {  background-color: #1a9c2a;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  width: 140px;
  text-align: center;
  border-radius: 18px;
  margin: 30px auto;}
.dialog_cont.iwp_installation .iwp_installtion_content.install_final .install_progress {
  background-color: #e5e8ea;
  width: 300px;
  height: 2px;
  margin: 30px auto;
  border-radius: 3px;
}
.dialog_cont.iwp_installation .iwp_installtion_content.install_final .install_progress > div {
  background-color: #3cac49;
  border-radius: 3px;
  height: 2px;
  -webkit-transition: width 500ms ease-out;
  -moz-transition: width 500ms ease-out;
  -o-transition: width 500ms ease-out;
  transition: width 500ms ease-out;
}

.create_backup .left {
  width: 384px;
  border-right: 1px solid #d2d5d7;
  padding: 20px;
}

.create_backup .right {
  width: 424px;
  border-left: 1px solid #d2d5d7;
  margin-left: -1px;
}

.create_backup .right .backup_what {
  padding: 20px;
}

.create_backup .label {
  font-weight: 700;
  font-size: 11px;
  color: #6e7584;
  width: 100%;
  padding-bottom: 5px;
}

.create_backup input, .dialog_cont.iwp_installation .iwp_installtion_content.db_login .form input, .steps_container .inner_cont input, .steps_container .inner_cont textarea {
  width: 96%;
  padding: 2%;
  border: 1px solid #B7BEC0;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  color: #737987;
  font-size: 12px;
  margin-bottom: 15px;
  -webkit-transition: background-color .1s ease-in;
  -moz-transition: background-color .1s ease-in;
  -o-transition: background-color .1s ease-in;
  -ms-transition: background-color .1s ease-in;
  transition: background-color .1s ease-in
}
.dialog_cont.iwp_installation .iwp_installtion_content.db_login .form input {
  padding: 6px;
}

.create_backup input:focus, .dialog_cont.iwp_installation .iwp_installtion_content.db_login .form input:focus, .steps_container .inner_cont input:focus {
  outline: 0;
  background: #FFFFEC;
}

.create_backup ul.btn_radio_slelect {
  margin: 0;
  margin-bottom: 10px;
  float: left;
}

.create_backup .label_sub {
  text-transform: none;
  font-weight: 400;
}

.create_backup .time_select_btn {
  background-position: 0 -273px;
  font-size: 12px;
  line-height: 14px;
  height: 13px;
  float: left;
  padding: 5px 0;
  position: relative;
}

.create_backup .time_select_btn a {
  background: url(../images/arrow_down.png) no-repeat 90% center;
  border: 1px solid #B7BBBE;
  color: #676C70;
  padding: 4px 20px 4px 5px;
  text-shadow: white 1px 1px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
}

.create_backup .time_select_btn a:hover {
  text-decoration: none;
}

.qty_selector_cont {
  border: 1px solid #b7bec0;
  border-radius: 3px;
  width: 103px;
  margin-bottom: 12px;
}

.qty_selector_cont .qty_btn {
  float: left;
  background-position: 0 -189px;
  color: #676c70;
  height: 19px;
  padding: 2px 10px;
  font-size: 18px;
  font-weight: 700;
  cursor: default;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
  line-height: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.qty_selector_cont .qty_btn:active {
  background-position: 0 -215px;
  padding: 3px 10px 1px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.3);
}

.qty_selector_cont .qty_btn:active:hover {
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0);
}

.qty_selector_cont .qty_btn.incr {
  border-radius: 0 2px 2px 0;
  border-left: 1px solid #b7bec0;
  line-height: 20px;
}

.qty_selector_cont .qty_btn.decr {
  border-radius: 2px 0 0 2px;
  border-right: 1px solid #b7bec0;
}

.qty_selector_cont .qty_btn:hover {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 0 20px rgba(255, 255, 255, 0.7) inset;
}

.qty_selector_cont input {
  float: left;
  width: 40px;
  margin: 0;
  border: 0;
  text-align: center;
  font-weight: 700;
  color: #676c70;
  height: 19px;
}

.view_backup {
}

.view_backup .backup_name {
  text-align: right;
  font-weight: 700;
  padding: 10px 10px 0 10px !important;
  color: #555;
  overflow: hidden;
  white-space: nowrap;
}

.server_info .backup_name {
  padding: 10px !important;
  color: #555;
  white-space: normal;
  font-weight: 400;
  text-align: left;
  height: auto !important;
  line-height: 16px;
}

.server_info .backup_name.config {
  width: 145px;
}

.server_info .backup_name.suggestion {
  width: 233px;
}

.server_info .backup_name.value {
  width: 400px;
}

.server_info .backup_name.status {
  width: 98px;
}

.server_info .backup_name.status.good {
  color: #069F14;
}

.server_info .backup_name.status.bad {
  color: #C41111;
}

.view_backup .stats {
  width: 144px;
  float: left;
  height: 23px;
  padding: 11px 0 0 34px;
}

.view_backup .repository {
  background-position: 0 -272px;
}

.view_backup .files {
  background-position: 0 -170px;
}

.view_backup .size {
  background-position: 0 -306px;
}

.view_backup .time {
  background-position: 0 -340px;
}

.view_backup .row_backup_action {
  background-position: 0 -397px;
  width: 34px;
  height: 34px;
  position: relative;
}

.view_backup .row_backup_action:active {
  background-position: 0 -434px;
}

.view_backup .row_backup_action:focus, .view_backup .row_backup_action a:focus {
  outline: 0;
}

.view_backup .trash {
  background-position: 0 -408px;
}

.view_backup .download {
  background-position: 0 -374px;
}

.view_backup .item_ind {
  border-top: 1px solid #EFEFEF;
  background-color: #FDFDFD;
  width: 850px;
}

.server_info .item_ind {
  width: 960px;
}

.server_info .item_ind .config {
}

.server_info .item_ind.server_info_th div {
  font-weight: 700;
}

.view_backup .item_ind:nth-child(2n+2) {
  background-color: #fff;
}

.view_backup .item_ind.del {
  background: #efdede;
}

.view_backup .item_ind.del div.stats {
  border-left: #efdede;
}

.view_backup .item_ind:first-child {
  border-top: 0;
}

.view_backup .item_ind>div {
  border-left: 1px solid #EFEFEF;
}

.view_backup .item_ind>div:first-child {
  border-left: 0;
}

.view_backup .restoreBackup.disabled {
  color: #555;
  cursor: default;
  text-decoration: none;
}

.btn_next_step {
  position: relative;
  background-position: 0 -143px;
  height: 15px;
  border: 1px solid #B7BBBE;
  border-right: 0;
  margin: 5px 15px 5px 5px;
  color: #6C7277;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  padding: 5px 6px 3px 11px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
  cursor: pointer;
  border-radius: 3px 1px 1px 3px;
}

.btn_next_step a, .btn_next_step a:hover {
  color: #6C7277 !important;
  text-decoration: none;
}

.btn_next_step.disabled {
  opacity: 0.5;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 1px 1px 1px rgba(255, 255, 255, 0) inset;
  cursor: default;
}

.btn_next_step .taper {
  position: absolute;
  right: -10px;
  top: 0;
  background: url(../images/btn_taper_right.png) no-repeat 0 -24px;
  height: 24px;
  width: 10px;
}

.btn_next_step:active {
  background-position: 0 -215px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 1px 0px 4px -1px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.3);
  padding: 6px 6px 2px 11px;
}

.btn_next_step.disabled:active {
  background-position: 0 -143px;
  padding: 5px 6px 3px 11px;
}

.btn_next_step.disabled:active .taper {
  background-position: 0 -24px;
}

.btn_next_step:active .taper {
  background-position: 0 0;
}

.checkbox {
  padding: 11px 0 10px 30px;
  cursor: default;
  color: #737987;
  font-size: 12px;
  /*position:relative;*/
}


.checkbox.disabled {
  background-color: #F2F2F2;
  color: #AAA !important;
  background-position: 0 -169px;
}

.radio_btn {
  padding: 5px 0 5px 17px;
  cursor: pointer;
  position: relative;
}


input.profile_name {
  width: 100px;
  padding: 5px;
  margin: 4px 10px 0 4px;
}

#bottom_toolbar {
  background: url(../images/bottom_toolbar_bg.png) repeat-x;
  height: 36px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2000;
  font-size: 12px;
  padding-right: 10px;
}

#bottom_toolbar #btn {
  background: url(../images/bottom_toolbar_btn.png) no-repeat 0 0;
  width: 42px;
  height: 44px;
  margin: -12px 0 0 0px;
  position: absolute;
}

#bottom_toolbar #btn:hover {
  background-position: 0 -44px;
}

#bottom_toolbar #btn:active {
  background-position: 0 -88px;
}

#bottom_toolbar #bottom_sites_cont {
  /* width: 521px; */
  float: left;
  height: 401px;
  margin: -400px 0 0 -1px;
  border-bottom: 0;
  position: absolute;
}

#bottom_toolbar #bottom_sites_cont #bottom_left {
  background: #FDFDFD;
  border: 1px solid #B7BBBE;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 260px;
  border-right: 1px solid #c2c9c7;
  position: relative;
  height: 401px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#bottom_toolbar #bottom_sites_cont #bottom_right {
  background: #FDFDFD;
  border: 1px solid #B7BBBE;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-left: 0;
  width: 260px;
  position: relative;
  height: 401px;
}

#bottom_toolbar #bottom_sites_cont .bottom_bar {
  width: 260px;
  height: 41px;
  background-position: 0 0;
  border-top: 1px solid #D2D5D7;
  position: absolute;
  bottom: 0;
}
strong {
  font-weight: 700;
}
#bottom_toolbar #bottom_sites_cont .bottom_subbar {
  width: 260px;
  height: 35px;
  background-position: 0 -238px;
  border-top: 1px solid #D2D5D7;
  position: absolute;
  bottom: 42px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

#bottom_toolbar #bottom_sites_cont #bottom_left .bottom_subbar input.input_type_filter {
  width: 239px;
  margin: 5px;
}

#bottom_toolbar #bottom_sites_cont #bottom_left .bottom_bar .toggle_manage_groups, .history .refreshData {
  width: 22px;
  height: 22px;
  background-position: 0 -189px;
  margin: 8px 8px 10px 0;
  border: 1px solid #b7bbbe;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#bottom_toolbar #bottom_sites_cont #bottom_left .bottom_bar .toggle_manage_groups:hover, .history .refreshData:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 20px rgba(255, 255, 255, 0.7) inset;
}

#bottom_toolbar #bottom_sites_cont #bottom_left .bottom_bar .toggle_manage_groups a {
  background-position: -6px -584px;
  width: 20px;
  height: 20px;
}

#bottom_toolbar #bottom_sites_cont #bottom_left .bottom_bar .toggle_manage_groups.active, .history .refreshData:active {
  background-position: 0 -167px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.3);
}

#bottom_toolbar #bottom_sites_cont #bottom_left .bottom_bar .toggle_manage_groups.active:hover {
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.3);
}

#bottom_toolbar #bottom_sites_cont #bottom_left .bottom_bar .toggle_manage_groups.active a {
  background-position: -6px -583px;
  opacity: 0.8;
}

#bottom_toolbar #bottom_sites_cont #bottom_right .bottom_subbar input {
  background: #FFFFEC;
  border-top: 1px solid #CBCFD1;
  border: 1px solid #D2D5D7;
  border-radius: 3px 0 0 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  outline: 0;
  color: #AAA;
  padding: 1px 5px 3px;
  height: 19px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  margin: 5px -1px 0 5px;
  width: 182px;
}

#bottom_toolbar #bottom_sites_cont #bottom_right .bottom_subbar #duplicateGroup {
  position: absolute;
  margin: -17px 0 0 5px;
  color: #A92A2A;
  background: #EFDEDE;
  padding: 3px 5px;
  border-radius: 3px;
  border: 1px solid #C58888;
}
.checkUpdateError, .loginFailureError {
  background-color: #EFDEDE;
  border: 1px solid #C58888;
  border-radius: 3px;
  color: #A92A2A;
  padding: 5px;
  background-position: -4px -481px;
  width: auto;
  height: auto;
  margin: 10px auto ;
}

#bottom_toolbar #bottom_sites_cont #bottom_right .bottom_subbar .btn_create_group {
  background-position: 0 -189px;
  border: 1px solid #d2d5d7;
  border-radius: 0 3px 3px 0;
  padding: 6px 10px 5px;
  margin-top: 5px;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  color: #6C7277;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
}

#bottom_toolbar #bottom_sites_cont #bottom_right .bottom_subbar .btn_create_group:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 20px rgba(255, 255, 255, 0.7) inset;
  text-decoration: none;
}

#bottom_toolbar #bottom_sites_cont #bottom_right .icon_close {
  background: url(../images/icon_close.png) no-repeat;
  width: 16px;
  height: 16px;
  margin: 12px;
}

#bottom_toolbar #bottom_sites_cont #bottom_right span.btn_blue a {
  color: #377bae;
  font-size: 12px;
  margin: 14px;
}

#bottom_toolbar #bottom_sites_cont .list_cont {
  width: 261px;
  height: 324px;
	/* overflow-y:auto; */
  overflow-x: hidden;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_sites, #bottom_toolbar #bottom_sites_cont .list_cont .ind_groups {
  border-bottom: 1px solid #d8dcdf;
  float: left;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_sites a span {
  float: left;
  width: 16px;
  height: 16px;
  margin: -3px 10px 0 4px;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_sites a span img {
  border: 0;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_sites:hover, #bottom_toolbar #bottom_sites_cont .list_cont .ind_groups:hover {
  background-color: #889297 !important;
  border-right: 1px solid #71747B;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_sites {
  position: relative;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_sites.alert {
  background: #EFDEDE url(../images/backup_sprite.png) no-repeat right -954px;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_sites.alert .alert_cont {
  position: absolute;
  background-color: #000;
  opacity: 0.7;
  color: #fff;
  border-radius: 3px;
  padding: 4px;
  margin: 6px 6px 6px 36px;
  max-width: 210px;
  white-space: nowrap;
  overflow: hidden;
  display: none;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_sites.alert:hover .alert_cont {
  display: block;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_sites.alert .alert_cont a {
  display: inline;
  padding: 0 !important;
  width: auto !important;
}

#bottom_toolbar .ind_sites_nav, #bottom_toolbar .site_flap_cont_data {
  position: absolute;
  margin-left: 260px;
  margin-top: -8px;
  background: #fdfdfd;
  box-shadow: 2px 0 3px -2px rgba(0, 0, 0, 0.2), 1px 0 1px rgba(0, 0, 0, 0.1) inset;
  border-top:none;
}

#bottom_toolbar .ind_sites_nav .left {
  border: 1px solid #d8dcdf;
  float: left;
  width: 153px;
  height: 169px;
}

#bottom_toolbar .ind_sites_nav .left .nav_admin {
  background: url(../images/icon_admin.png) no-repeat 0 0;
  width: 153px;
  height: 67px;
  border-bottom: 1px solid #d8dcdf;
}

#bottom_toolbar .ind_sites_nav .left .nav_backup {
  background: url(../images/icon_backup_folder.png) no-repeat 0 0;
  width: 153px;
  height: 68px;
}

#bottom_toolbar .ind_sites_nav .right {
  border: 1px solid #d8dcdf;
  border-left: 0;
  border-right: 0;
  float: left;
  width: 153px;
  height: 169px;
}

#bottom_toolbar .ind_sites_nav .right .nav_view_site {
  background: url(../images/icon_sites.png) no-repeat 0 0;
  width: 153px;
  height: 67px;
  border-bottom: 1px solid #d8dcdf;
}

#bottom_toolbar .ind_sites_nav .right .nav_options {
}

#bottom_toolbar .ind_sites_nav .right .nav_options .edit_site {
  background-position: 0 -512px;
  height: 12px;
}

#bottom_toolbar .ind_sites_nav .right .nav_options .remove {
  background-position: 0 -613px;
  height: 12px;
}

#bottom_toolbar .ind_sites_nav .right .nav_options .reload {
  background-position: 0 -680px;
  height: 12px;
}

#bottom_toolbar .ind_sites_nav .right .nav_options .remove:hover {
  background-color: #EFDEDE;
}

#bottom_toolbar .ind_sites_nav a.link {
  border-bottom: 1px solid #d8dcdf;
  padding: 10px 10px 11px;
  margin-left: 35px;
  float: left;
  width: 98px;
  color: #555;
  text-decoration: none;
}

#bottom_toolbar .ind_sites_nav a.link_long {
  border-bottom: 1px solid #d8dcdf;
  padding: 10px 10px 11px 42px;
  float: left;
  width: 101px;
  color: #555;
  text-decoration: none;
}

#bottom_toolbar .ind_sites_nav a.link:hover, #bottom_toolbar .ind_sites_nav a.link_long:hover {
  background-color: #ffffe5;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_sites a.site_selector_name {
  background-repeat: no-repeat;
  color: #555;
  text-decoration: none;
  padding: 11px 0 9px 30px;
  float: left;
  width: 230px;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups a {
  color: #555;
  text-decoration: none;
  padding: 4px 0 3px 30px;
  float: left;
  width: 230px;
  cursor: default;
  height: 26px;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups a input {
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #FDFDFD;
  border-radius: 3px;
  background: #FDFDFD;
  color: #555;
  font-size: 12px;
  cursor: default;
  padding: 3px;
  width: 159px;
  text-overflow: ellipsis;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups:hover a input {
  border-color: #FFFFEC;
  background: #FFFFEC;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups:hover a input:focus {
  background: #FFFFEC;
  border-color: #FFFFEC;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups a input.focus {
  outline: 0;
  background: #FFFFEC;
  border-color: #bbbfc2;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1) inset;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups a input.error {
  background-color: #EFDEDE;
  border: 1px dashed #8A1010;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups a input.error:hover {
  cursor: text;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups a input.error:focus {
  outline: 0;
  background: #FFFFEC;
  border: 1px solid #bbbfc2;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1) inset;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups a input.focus:focus {
  background: #FFFFEC;
  border-color: #bbbfc2;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups a input:focus {
  border-color: #FDFDFD;
  background: #FDFDFD;
  cursor: default;
  outline: 0;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups a span.count_cont {
  float: left;
  background: #F5F5F5;
  border: 1px solid #C1C4C6;
  border-radius: 15px;
  padding: 1px 5px;
  font-size: 11px;
  font-weight: 700;
  margin: 5px 10px 2px 0;
  text-align: center;
  width: 12px;
}

.count_cont {
  float: left;
  background: #F5F5F5;
  border: 1px solid #C1C4C6;
  border-radius: 15px;
  padding: 1px 7px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  width: 12px;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups.active a {
  background-color: #e0f5de;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups.active a input {
  border: 1px solid #e0f5de;
  background: #e0f5de;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups.active a input.error {
  background-color: #EFDEDE;
  border: 1px dashed #8A1010;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups.active a input.focus {
  background: #FFFFEC;
  border-color: #bbbfc2;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups.active a input:focus {
  border: 1px solid #bbbfc2;
  background: #FFFFEC;
  cursor: default;
  outline: 0;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups.error a input {
  border: 1px solid #efdede;
  background: #efdede;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups.error a input:focus {
  border: 1px solid #efdede;
  background: #efdede;
  cursor: default;
  outline: 0;
}

#bottom_toolbar .site_bar_btn {
  background-position: 0 -599px;
  height: 33px;
  margin-top: 3px;
  color: #555;
/* margin-right:10px; 
	border-right: 1px solid #E9E9E9;*/
  ;
}

#bottom_toolbar .site_bar_btn.add_site {
  width: 119px;
  margin: 6px 0 9px 54px;
  height: 27px;
  border-radius: 3px;
}

#bottom_toolbar .site_bar_btn:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 1) inset;
}
/* #bottom_toolbar .site_bar_btn > div {
	padding: 7px 10px 9px 35px;
	border: 1px solid #BBB;
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5) inset;
	cursor: pointer;
	height: 10px;
	border-radius: 3px;
} */
#bottom_toolbar .site_bar_btn .btn_add_site {
  background-position: 0 -650px;
  width: 74px;
  padding: 8px 10px 9px 33px;
  border: 1px solid #BBB;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5) inset;
  cursor: pointer;
  height: 10px;
  border-radius: 3px;
}

#bottom_toolbar .site_bar_btn .btn_add_site:active {
  background-position: 0 -649px;
  padding: 8px 10px 8px 35px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
/* #bottom_toolbar .site_bar_btn > div:active {
	padding: 8px 10px 8px 35px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
} */
#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups {
  position: relative;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups.error a, #bottom_toolbar #bottom_sites_cont .list_cont .ind_groups.active.error a {
  background: #efdede;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups.active.error {
  background: #efdede;
}

.del_conf {
  display: none;
  position: absolute;
  right: 27px;
  top: 5px;
  background: #EFDEDE;
  opacity: 0.9;
}

.del_conf > div {
  float: left;
  padding: 6px 8px 5px;
}

.del_conf .label {
  color: #a92a2a;
}

.del_conf .yes {
  background-color: #cc3535;
  color: #fff;
  cursor: default;
  margin-right: 2px;
  border-radius: 2px;
}

.del_conf .yes:hover {
  background-color: #e34444;
}

.del_conf .no {
  background-color: #d7c7c7;
  color: #555;
  cursor: default;
  border-radius: 2px;
  padding: 4px 4px 3px 4px;
  margin: 2px;
}

.del_conf .no:hover {
  background-color: #bfadad;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups .edit_del_cont {
  display: none;
  position: absolute;
  width: 17px;
  height: 35px;
  right: 8px;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups:hover .edit_del_cont {
  display: block;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups .edit_del_cont .bg {
  background-position: 0 -657px;
  border: 1px solid #D8DCDF;
  margin: -1px;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups .edit_del_cont .bg:hover {
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 1) inset;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups .edit_del_cont .bg:active {
  background-position: 0 -674px;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups .edit_del_cont .bg .edit {
  background-position: -8px -520px;
  width: 17px;
  height: 16px;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups .edit_del_cont .bg:active .edit {
  background-position: -8px -519px;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups .edit_del_cont .bg .del {
  background-position: -9px -554px;
  width: 17px;
  height: 16px;
}

#bottom_toolbar #bottom_sites_cont .list_cont .ind_groups .edit_del_cont .bg:active .del {
  background-position: -9px -553px;
}

#bottom_toolbar .site_bar_btn #process_queue {
  position: relative;
  padding: 11px 10px 10px 35px;
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5) inset;
  cursor: pointer;
  border-width: 0 1px 0 1px;
  border-radius: 0;
  height: 14px;
}

#bottom_toolbar .site_bar_btn #process_queue.in_progress {
  background: url(../images/queue_in_progress.gif) no-repeat 11px 50%;
}

.processQueueMoveOut.in_progress, .processQueueMoveOut{
  position: absolute;
  left: 13px;
  top: 8px;
  font-size: 19px;
  height: 18px;
  width: 18px;
  background-color: rgb(152, 152, 152);
  overflow: hidden;
  border-radius: 1.7px;
}

.processQueueMove:before{
  content:"\f0c9";
  font-family: FontAwesome;
  position: absolute;
  /*left: 13px;
  z-index: 1;
  top: 11px;*/
  font-size: 11px;
  top: 3.5px;
  left: 3.5px;
  transform: rotate(90deg);
  color: rgb(255, 255, 255);
}

.processQueueMoveOut.in_progress > .processQueueMove:before{

  animation :passing 0.50s linear infinite;
}

@-webkit-keyframes passing {
  0% {
    -webkit-transform: translateX(-140%) rotate(90deg);
    transform: translateX(-140%) rotate(90deg);
    
  }

  50% {
    -webkit-transform: translateX(0%) rotate(90deg);
    transform: translateX(0%) rotate(90deg);
    
  }

  100% {
    -webkit-transform: translateX(140%) rotate(90deg);
    transform: translateX(140%) rotate(90deg);
  
  }
}

@-moz-keyframes passing {
  0% {
    -webkit-transform: translateX(-140%) rotate(90deg);
    transform: translateX(-140%) rotate(90deg);
    
  }

  50% {
    -webkit-transform: translateX(0%) rotate(90deg);
    transform: translateX(0%) rotate(90deg);
    
  }

  100% {
    -webkit-transform: translateX(140%) rotate(90deg);
    transform: translateX(140%) rotate(90deg);
  
  }
}

#bottom_toolbar .toolbar_sites_cont {
  float: left;
  width: auto;
  margin-left: 0px;
  opacity: 0.5;
  cursor: pointer;
}
.viewCurrentSite{
  width: 137px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#bottom_toolbar .toolbar_sites_cont:hover{
   opacity: 0.7 !important;
}

#bottom_toolbar .toolbar_sites_cont .sep {
  width: 1px;
  height: 24px;
  margin: 8px 4px 5px 0;
  background: #c8c8c8;
  border: 0;
  border-right: 1px solid #e6e6e6;
  float: left;
}

@-webkit-keyframes open-admin-here-site-glow {
  0% {
    box-shadow: 0 0 0px #f2583e;
  }

  50% {
    box-shadow: 0 0 15px #f2583e;
    border: 1px solid #f2583e;
  }

  100% {
    box-shadow: 0 0 0px #f2583e;
  }
}

@-moz-keyframes open-admin-here-site-glow {
  0% {
    box-shadow: 0 0 3px #f2583e;
  }

  50% {
    box-shadow: 0 0 11px #f2583e;
    border: 1px solid #f2583e;
  }

  100% {
    box-shadow: 0 0 3px #f2583e;
  }
}

@-ms-keyframes open-admin-here-site-glow {
  0% {
    box-shadow: 0 0 3px #f2583e;
  }

  50% {
    box-shadow: 0 0 11px #f2583e;
    border: 1px solid #f2583e;
  }

  100% {
    box-shadow: 0 0 3px #f2583e;
  }
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}

@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px);
  }
}

@-ms-keyframes shake {
  0%, 100% {
    -ms-transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -ms-transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -ms-transform: translateX(10px);
  }
}

@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

#bottom_toolbar .toolbar_sites_cont .site {
  background-position: 0 -791px;
  float: left;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  margin: 7px;
}

#bottom_toolbar .toolbar_sites_cont .site.animated {
  -webkit-animation: shake 1s 1, open-admin-here-site-glow 2s 1;
  -moz-animation: shake 1s 1, open-admin-here-site-glow 2s 1;
  -ms-animation: shake 1s 1, open-admin-here-site-glow 2s 1;
}


#bottom_toolbar .toolbar_sites_cont .site > div {
  float: left;
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.05);
}

#bottom_toolbar .toolbar_sites_cont .site .favicon_cont {
  padding: 3px 1px 4px 5px;
}

#bottom_toolbar .toolbar_sites_cont .site .site_name {
  border-right: 1px solid #cbcbcb;
  padding: 5px 10px 6px 5px;
}

#bottom_toolbar .toolbar_sites_cont .site .close {
  background-position: -6px -720px;
  width: 22px;
  height: 22px;
  border: 1px solid #fcfcfc;
  border-width: 1px 0 0 1px;
  border-radius: 0 2px 2px 0;
}

#bottom_toolbar .toolbar_sites_cont .site .close:hover {
  box-shadow: 0 0 15px rgba(255, 255, 255, 1) inset;
}

#bottom_toolbar .toolbar_sites_cont .site .close:active {
  background-position: -5px -718px;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0) inset, 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  border: 0;
  height: 23px;
  width: 23px;
}

#bottom_toolbar #activityIframe {
  position: absolute;
  right: 2px;
  margin-top: -376px;
  overflow: hidden;
}

#bottom_toolbar #activityIframe body#activityIframeBody {
  background: none !important;
}

.queue_cont {
  position: relative;
  margin-top: -2px;
/* margin: -406px 0 0 -830px; */
  ;
}

.queue_cont .queue_detailed {
  background: #FFFFF3;
  float: left;
  width: 527px;
  border: 1px solid #B7BBBE;
  border-right: 0;
  height: 330px;
  margin: -365px 0 0 -830px;
  position: absolute;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.queue_cont .queue_detailed .item_title {
  background: #ffffe5;
  border-bottom: 1px solid #f1f1d7;
}

.queue_cont .queue_detailed .item_title .time_suc_fail {
  float: right;
  padding: 10px;
  font-size: 11px;
  padding-right: 0;
}

.queue_cont .queue_detailed .item_title .time_suc_fail .timestamp {
  float: left;
  padding: 6px;
}

.queue_cont .queue_detailed .item_title .time_suc_fail .success {
  float: left;
  padding: 6px 5px 6px 23px;
  margin: 0 5px;
}

.queue_cont .queue_detailed .item_title .time_suc_fail .failure {
  float: left;
  margin: 0 5px;
  padding:6px 5px 6px 23px;
}

.queue_cont .queue_list {
	/* float:right; */
  width: 430px;
  height: 371px;
  border: 1px solid #B7BBBE;
  border-left: 1px solid #B7BBBE;
  margin: -407px 0 0 -302px;
  position: absolute;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.2);
/* float: left; */
  ;
}

.queue_cont .queue_list .minimize {
  float: right;
  width: 19px;
  height: 19px;
  border: 1px solid #c0c5c8;
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.8) inset;
  margin: 10px;
}

.queue_cont .queue_list .history a {
  float: right;
  padding: 14px;
}

.queue_cont .queue_list .minimize .bar {
  background: #9a9fa8;
  width: 15px;
  height: 2px;
  margin: 15px 2px 2px;
}

.queue_list .queue_ind_item_cont {
  height: 330px;
  background-color: #FDFDFD;
}

.queue_list .queue_ind_item {
  border-top: 1px solid #EFEFEF;
  background-color: #FDFDFD;
  padding: 7px 33px 7px 8px;
  line-height: 18px;
  cursor: pointer;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: -1px;
  position: relative;
}

/*.queue_list .queue_ind_item.in_progress {
  background: url(../images/progress_ind.gif) repeat;
  border-top: 1px solid #C9E0C7;
  margin-top: -1px;
  border-bottom: 1px solid #C9E0C7;
  margin-bottom: -1px;
  z-index: 1;
}*/
.queue_list .queue_ind_item .in_progress {
  background: url(../images/progress_ind.gif) repeat;
  position:absolute;
  top:0;
  left:0;
  width: 1%;
  height:100%;
  border-top: 1px solid #C9E0C7;
  margin-top: -1px;
  border-bottom: 1px solid #C9E0C7;
  margin-bottom: -1px;
  z-index: 0;
  /*-webkit-border-radius:0px 50px 50px 0px;
  -moz-border-radius:0px 50px 50px 0px;
  border-radius:0px 50px 50px 0px;*/
}

.queue_list .queue_ind_item:first-child {
  border-top: 0;
}

.queue_list .queue_ind_item:last-child {
  border-bottom: 1px solid #efefef;
}

.queue_list .queue_ind_item:nth-child(2n+2) {
  background-color: #fafafa;
}

.queue_list .queue_ind_item:hover {
  background-color: #FFFFEC;
}

.queue_list .queue_ind_item.active {
  background-color: #E0F5DE;
  border-top: 1px solid #C9E0C7;
  margin-top: -1px;
  border-bottom: 1px solid #C9E0C7;
  margin-bottom: -1px;
  z-index: 1;
}

.queue_list .queue_ind_item .queue_ind_item_title {
  width: 255px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position:relative;
  top:0px;
}

.queue_list .queue_ind_item .timestamp {
  font-size: 11px;
}

.queue_list .queue_ind_item.success {
  position:relative;
}

.queue_list .queue_ind_item.failure {
  position:relative;
}

.queue_detailed_ind_site_cont {
  border-bottom: 1px solid #F1F1D7;
  margin-bottom: -1px;
}

.queue_detailed_ind_site_cont .site_name {
  margin-left: 15px;
  border-bottom: 1px solid #F1F1D7;
  margin-bottom: -1px;
  padding: 8px 0;
}

a.moreInfo {
  font-weight: 400;
  padding: 0 5px;
  float: right;
}

.queue_detailed_ind_site_cont .item_cont {
  margin-left: 10px;
  border-bottom: 1px solid #F1F1D7;
  margin-bottom: -1px;
}

.queue_detailed_ind_site_cont .item_cont .item_label {
  width: 71px;
}

.queue_detailed_ind_site_cont .item_cont .item_label span {
  background: #9F9F91;
  border-radius: 3px;
  padding: 2px 4px;
  color: white;
  float: right;
  margin: 9px;
}

.queue_detailed_ind_site_cont .item_cont .item_details {
  width: 446px;
  height: auto;
}

.queue_detailed_ind_site_cont .item_cont .item_details .files_db_bu {
  float: left;
  background-position: 0 -170px;
  border-left: 0;
  padding: 12px 11px 0 34px;
  height: 22px;
  width: 50px;
  font-size: 11px;
  cursor: default;
}

.queue_detailed_ind_site_cont .item_cont .item_details .time_bu {
  float: left;
  background-position: 0 -136px;
  border-left: 0;
  padding: 12px 11px 0 34px;
  height: 22px;
  width: 54px;
  font-size: 11px;
  cursor: default;
}

.queue_detailed_ind_site_cont .item_cont .item_details .repository {
  float: left;
  background-position: 0 -272px;
  border-left: 0;
  padding: 12px 11px 0 34px;
  height: 22px;
  width: auto;
  font-size: 11px;
  cursor: default;
}

.queue_detailed_ind_site_cont .item_cont .item_details_success {
  width: 411px;
  padding: 11px 5px 0 40px;
  height: auto;
}

.queue_detailed_ind_site_cont .item_cont .item_details_fail {
  /* width: 470px; */
  padding: 11px 5px 0 40px;
  height: auto;
  border-top: 1px solid #F1F1D7;
  position:relative;
}

.queue_detailed_ind_site_cont .item_cont .item_details_success .name {
  /*float: left;*/
  margin-left: -8px;
  color: #069F14;
}

.queue_detailed_ind_site_cont .item_cont .item_details_success span {
  /*float: left;*/
  margin-left: -8px;
  color: #069F14;
}


.queue_detailed_ind_site_cont .item_cont .item_details_success .reason {
  padding: 9px 0;
  line-height: 18px;
}

.queue_detailed_ind_site_cont .item_cont .item_details_fail .name {
  color: #C41111;
  margin-left: -8px;
}

.running_task .name {
  color: #3F3F3F;
}

.running_task .reason{
  padding: 10px 0;
  line-height: 18px;
  opacity: 0.54;
}

.running_task .failure_reason.only{
  opacity: 0.54;
}
.queue_detailed_ind_site_cont .item_cont .item_details_fail .reason{
  padding: 10px 0;
  line-height: 18px;
}


.queue_detailed_ind_site_cont .item_cont .item_details_fail .reason.only , .running_task .reason.only {
  padding: 0 0 10px;
}

.upload_cont {
  border: 1px solid #B7BEC0;
  width: 300px;
  height: 29px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.upload_cont .upload_btn {
  background-position: 0 -632px;
  float: left;
  color: #fff;
  margin: 2px;
  border-radius: 2px;
  padding: 7px 6px 6px;
  cursor: pointer;
}

.upload_cont .upload_btn:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2) inset;
}

.upload_cont .upload_progress {
  position: relative;
  background: url(../images/progress_ind.gif) repeat;
  height: 29px;
  border-radius: 2px;
  border: 1px solid #A0C69E;
  margin: -1px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
}

.upload_cont .upload_progress .upload_name {
  position: absolute;
  color: #555;
  margin: 8px;
}

.upload_cont .upload_progress .upload_cancel {
  position: absolute;
  background: url(../images/icon_close.png);
  width: 16px;
  height: 16px;
  margin: 6px 0 0 278px;
}

.upload_cont .upload_progress.finished {
  background: #e0f6df;
  box-shadow: none;
}

.upload_cont .upload_progress.failed {
  background: url(../images/icon_failure.png) no-repeat -6px -7px;
  border: 1px solid #C41111;
  padding: 5px 10px 9px 37px;
  color: #C41111;
  width: 315px !important;
  box-shadow: none;
  height: auto;
  font-size: 11px;
  text-align:justify;
  background-color: #D8AFAF;
}

#uploaderContent {
  width: 336px;
  float: left;
}

.siteSearch .btn_action a {
  margin: 8px;
}

.siteSearch .btn_action a.fetchInstall {
  margin: 0;
}

.siteSearch .btn_action.fetchInstallCont {
  margin: 8px 30px 8px 0px;
}

.siteSearch .btn_action.fetchInstallCont .btn_loadingDiv {
  top: 5px;
  right: -25px;
}

.siteSearch .itempanel_ind {
  padding: 20px;
}

ul.qq-upload-list {
  width: 300px;
  clear: both;
}

.qq-upload-failed-text {
  background: url(../images/backup_sprite.png) no-repeat 0 -238px;
  padding: 12px 10px 10px 40px;
  color: #c41111;
}

ul.qq-upload-list .upload_name {
  padding: 9px;
}

.upload_progress .upfilename {
  padding: 9px 9px 8px 10px;
}

.upload_progress.finished .upfilename {
  background: url(../images/backup_sprite.png) no-repeat 0 -207px;
  padding: 8px 9px 9px 35px;
  color: #1d8626;
}

.upload_cancel {
  float: right;
  background: url(../images/backup_sprite.png) no-repeat 0 -443px;
  width: 34px;
  height: 31px;
}

.qq-upload-drop-area {
  background: #FFFFE5;
  border-radius: 3px;
  border: 1px dashed #D9D9B4;
  margin: 2px 2px 2px 146px;
  padding: 5px 5px 6px 5px;
  width: 140px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) inset;
  text-align: center;
}

#historyPagination, #logHistoryPagination {
  float: right;
  border: 1px solid #b9bec2;
  border-radius: 3px;
  margin: 7px;
}

#logHistoryPagination{
 /* float: left;
  margin: 4px;*/
}

#updatePagination{
   float: left;
  margin: 4px;
}

#historyPagination #historyPagination_m_left ,#logHistoryPagination #logHistoryPagination_m_left {
  width: 25px;
  height: 25px;
  float: left;
  /*background: url(../images/pagination_dir_icons.png) 0 0;*/
  border-right: 1px solid #b9bec2;
  border-radius: 2px 0 0 2px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}
#updatePagination #updatePagination_m_left{
  width: 25px;
  height: 25px;
  float: left;
}
.page_left:before{
  font-family: FontAwesome;
  content: "\f048";
  position: absolute;
  top: 14px;
  right: 257px;
  font-size: 13px;
  color: rgba(108, 114, 119, 0.749);
}
.page_left_update:before{
  font-family: FontAwesome;
  content: "\f048";
  position: relative;
  top: 7px;
  margin-left: 8px;
  font-size: 14px;
  color: #aaaaaa;
  opacity: .54;
}
.page_left:hover:before{
  color: rgb(108, 114, 119);
  text-decoration: none !important;
}
.page_left_update:hover:before{
  opacity: 1;
}
#logHistoryPagination #logHistoryPagination_m_left:hover, #logHistoryPagination #logHistoryPagination_o_left:hover, #logHistoryPagination #logHistoryPagination_o_right:hover, #logHistoryPagination #logHistoryPagination_m_right:hover,#historyPagination #historyPagination_m_left:hover, #historyPagination #historyPagination_o_left:hover, #historyPagination #historyPagination_o_right:hover, #historyPagination #historyPagination_m_right:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#historyPagination #historyPagination_o_left,#logHistoryPagination #logHistoryPagination_o_left {
  width: 25px;
  height: 25px;
  float: left;
  /*background: url(../images/pagination_dir_icons.png) -25px 0;*/
  border-right: 1px solid #b9bec2;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}

#updatePagination #updatePagination_o_left{
   width: 25px;
    height: 25px;
    float: left;
   border: 1px solid rgba(174,180,186,.5);
   border-radius: 2px;
}
#updatePagination #updatePagination_o_left:hover{
  border: 1px solid rgba(174,180,186,1);
}
.page_o_left:before {
  font-family: FontAwesome;
  content:"\f100";
  font-size: 16px;
  top: 13px;
  position: absolute;
  padding-left: 7px;
  color: rgba(108, 114, 119, 0.749);
}

.page_o_left_update:before{
   font-family: FontAwesome;
  content:"\f104";
  top: 2px;
  left: 8px;
  font-size: 20px;
  position: relative;
  opacity: .54;
  color: #aaaaaa;
}
.page_o_left_update:hover:before{
  opacity: 1;
}
.page_o_left:hover:before{
  color: rgb(108, 114, 119);
}
#historyPagination .paginator_p_wrap,#logHistoryPagination .paginator_p_wrap {
  float: left;
  background: #f6f6f6;
}

#updatePagination .paginator_p_wrap{
  float: left;
  background: #f6f6f6;
}

#historyPagination .paginator_p_wrap .paginator_p,#logHistoryPagination .paginator_p_wrap .paginator_p {
  width: 25px;
  height: 18px;
  background: url(../images/rep_sprite.gif) repeat-x 0 -691px;
  border-left: 1px solid #b9bec2;
  color: #676e75;
  font-weight: 700;
  padding-top: 7px;
  font-size: 11px;
}

#updatePagination .paginator_p_wrap .paginator_p {
    width: 25px;
  height: 18px;
  /*background: url(../images/rep_sprite.gif) repeat-x 0 -691px;  */
    color: #aaaaaa;
    font-weight: 400;
    padding-top: 7px;
    font-size: 12px;
        background-color: #f6f6f6;
}

#updatePagination .paginator_p_wrap .paginator_p:hover {
    text-decoration: none;
    color: #555555;
}
#historyPagination .paginator_p_wrap .paginator_p:last-child,#logHistoryPagination .paginator_p_wrap .paginator_p:last-child {
  border-right: 1px solid #b9bec2;
}

#historyPagination .paginator_p_wrap .paginator_p:hover,#logHistoryPagination .paginator_p_wrap .paginator_p:hover {
  text-decoration: none;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.6) inset;
  color: #608ab3;
}

#historyPagination .paginator_p_wrap .paginator_p.selected,#logHistoryPagination .paginator_p_wrap .paginator_p.selected{
  background-position: 0 -716px;
  padding-top: 8px;
  height: 17px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) inset;
}

#updatePagination .paginator_p_wrap .paginator_p.selected {
  padding-top: 8px;
  height: 19px;
  background: #3684b9;
  border-radius:3px;
  color: white;
}

#historyPagination .paginator_p_wrap .paginator_p.selected:hover,#logHistoryPagination .paginator_p_wrap .paginator_p.selected:hover {
  color: #676e75;
}

#historyPagination #historyPagination_o_right,#logHistoryPagination #logHistoryPagination_o_right {
  width: 25px;
  height: 25px;
  float: left;
  /*background: #999;*/
  /*background: url(../images/pagination_dir_icons.png) -50px 0;*/
  border-left: 1px solid #b9bec2;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}

#updatePagination #updatePagination_o_right{
  width: 25px;
  height: 25px;
  float: left;
  border: 1px solid rgba(174,180,186,.5);
  border-radius: 2px;
}
#updatePagination #updatePagination_o_right:hover{
   border: 1px solid rgba(174,180,186,1);
}
.page_o_right:before {
  font-family: FontAwesome;
  content:"\f101";
  font-size: 16px;
  top: 13px;
  position: absolute;
  padding-left: 9px;
  color: rgba(108, 114, 119, 0.749);
}

.page_o_right_update:before{
  font-family: FontAwesome;
  content:"\f105";
  top: 2px;
  left: 10px;
  font-size: 20px;
  position: relative;
  color: #aaaaaa;
  opacity: .54;
}
.page_o_right_update:hover:before{
  opacity: 1;
}
.page_o_right:hover:before{
  color: rgb(108, 114, 119);
}
#historyPagination #historyPagination_m_right,#logHistoryPagination #logHistoryPagination_m_right {
  width: 25px;
  height: 25px;
  float: left;
  background: #e6e8ea;
  /*background: url(../images/pagination_dir_icons.png) -75px 0;*/
  border-left: 1px solid #b9bec2;
  border-radius: 0 2px 2px 0;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}
#updatePagination #updatePagination_m_right{
   width: 25px;
  height: 25px;
  float: left;
  position: relative;
}
.page_right:before, .page_right_update:before{
  font-family: FontAwesome;
  content: "\f051";
  top: 14px;
  position: absolute;
  padding-left: 9px;
  font-size: 13px;
  color: rgba(108, 114, 119, 0.749);
}

.page_right_update:before{
  top: 7px;
  color: #aaaaaa;
  font-size: 14px;
  opacity: .54
}

.page_right_update:hover:before{
  color: #aaaaaa;
  opacity: 1;
  text-decoration: none !important;
}
.page_right:hover:before{
  font-size: 13px;
  color: rgb(108, 114, 119);
}
.history #widget {
  float: left !important;
}

.history #widget #widgetCalendar {
  position: absolute;
  overflow: hidden;
  margin: 31px 5px 0 8px;
 /* box-shadow: 0 2px 8px rgba(0,0,0,0.2); */
  ;
}

.history #widget #dateContainer {
  cursor: pointer;
  background: url(../images/rep_sprite.gif) repeat-x 0 -273px;
  border: 1px solid #B6BBBC;
  padding: 5px 10px 5px 10px;
  margin: 8px 8px 8px 5px;
  float: left;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  width: 178px;
}

.history #widget #dateContainer:hover {
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1);
}

.history #widget #dateContainer:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  padding: 6px 10px 4px 10px;
}

.history #widget #widgetCalendar .datepicker .datepickerBorderT, .history #widget #widgetCalendar .datepicker .datepickerBorderB, .history #widget #widgetCalendar .datepicker .datepickerBorderL, .history #widget #widgetCalendar .datepicker .datepickerBorderR, .history #widget #widgetCalendar .datepicker .datepickerBorderTL, .history #widget #widgetCalendar .datepicker .datepickerBorderTR, .history #widget #widgetCalendar .datepicker .datepickerBorderBL, .history #widget #widgetCalendar .datepicker .datepickerBorderBR {
  display: none;
}

.history {
  position: relative;
}

.history .cal_arrow {
  background: url(../images/arrow_down.png);
  width: 8px;
  height: 5px;
  position: absolute;
  margin: -9px 0 0 174px;
}

.history .refreshData {
  display: block;
  float: left;
  cursor: pointer;
}

.history .refreshData span {
  display: block;
  background-position: -7px -685px;
  width: 22px;
  height: 22px;
}

.history .refreshData:active span {
  background-position: -7px -684px;
}

.history #historyPageContent .ind_row_cont:nth-child(2n+2) .row_summary {
  background-color: #fdfdfd;
}

.history #historyPageContent .ind_row_cont:nth-child(2n+2) .row_summary:hover {
  background-color: #ffffe5;
}

.history #historyPageContent .row_summary.in_progress, .history #historyPageContent .row_detailed .rh.in_progress {
  border-top: 1px solid #C9E0C7;
  margin-top: -1px;
}

#backupList .ind_row_cont:nth-child(2n+2) .row_summary {
  background-color: #fdfdfd;
}

#backupList .ind_row_cont:nth-child(2n+2) .row_summary:hover {
  background-color: #ffffe5;
}

input.add_ip {
  background: white;
  border-top: 1px solid #CBCFD1;
  border: 1px solid #D2D5D7 !important;
  border-radius: 3px 0 0 3px !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  outline: 0;
  color: #AAA;
  padding: 1px 5px 3px !important;
  height: 19px !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  width: 115px;
  margin-top: 5px;
}

.btn_add_ip {
  background-position: 0 -189px;
  border: 1px solid #D2D5D7;
  border-radius: 0 3px 3px 0;
  padding: 6px 10px 5px;
  margin: 5px 0 0 -1px;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  color: #6C7277;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
}

.empty_data_set {
  text-align: center;
  line-height: 32px;
  padding: 20px 0;
}

.empty_data_set .line1 {
  color: #505050;
  font-size: 16px;
}

.empty_data_set .line2 {
  color: #898888;
  font-size: 14px;
}

.padding_fix {
  padding: 0 !important;
  top: -22px !important;
  left: -22px !important;
}

.padding_fix #modalDiv iframe {
  box-shadow: 0 0 25px rgba(0, 0, 0, 1);
  background: #fff url(../images/loading_w_grey.gif) no-repeat center 40%;
}

.dialog_cont.add_site {
  width: 574px;
}

.dialog_cont #addSiteErrorMsg, .errorMsg {
  background: #EFDEDE;
  border-radius: 3px;
  color: #A92A2A;
  padding: 7px 13px 8px 13px;
  height: auto;
  display: block;
  margin: 10px 10px 0 10px;
  line-height: 22px;
  text-align: center;
}

.errorMsg {
  font-size: 12px;
  border: 1px solid #A92A2A;
  margin-bottom: 20px;
  overflow: auto;
}

.error_txt {
  color: #A92A2A;
}

.dialog_cont #addSiteErrorMsg .fail_icon, .errorMsg .fail_icon {
  background: url(../images/icon_failure.png) no-repeat -8px -6px;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-bottom: -4px;
  margin-right: 5px;
}

.dialog_cont #addSiteErrorMsg a {
  color: #A92A2A;
  text-decoration: underline;
  font-weight: 700;
}

.dialog_cont.create_backup .th .btn_action a, .dialog_cont.send_report .th .btn_action a {
  color: #6C7277;
}

.dialog_cont #addSiteSuccessMsg, .successMsg {
  background: #e4f6e2;
  border: 1px solid #cde2cb;
  border-radius: 3px;
  color: #069f14;
  padding: 7px 13px 8px 13px;
  height: auto;
  display: block;
  margin: 10px 10px 0 10px;
  line-height: 22px;
  text-align: center;
}

.successMsg {
  font-size: 12px;
  border: 1px solid #069F14;
  margin-bottom: 20px;
}

.dialog_cont #addSiteSuccessMsg .success_icon, .successMsg .success_icon {
  background: url(../images/icon_success.png) no-repeat -8px -6px;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-bottom: -4px;
  margin-right: 5px;
}

.dialog_cont.add_site span.toggle_link span {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
    color: #737987;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    margin: 10px 10px 0 0;
    background-color: #fff;
    padding: 5px 8px 4px;
    border-radius: 3px;
    white-space: nowrap;
    display: inline-block;
}

.dialog_cont.add_site span.toggle_link span:hover {
  background-color: #CFD6D8;
  cursor: pointer;
}

.folderProtectionItem input {
  width: 43% !important;
  margin-right: 6px;
}

.dialog_cont.add_site span.toggle_link span.active {
  background-color: #737987;
  color: #fff;
}

.dialog_cont.add_site .th_sub, .dialog_cont.send_report .th_sub {
  border-top: 1px solid #c6c9ca;
  margin-top: 10px;
}

.history .row_detailed .btn_send_report, .queue_detailed .time_suc_fail .btn_send_report {
  font-size: 11px;
  padding: 2px 4px;
  border-radius: 3px;
  margin: 9px 9px 0 0;
}

.queue_detailed .time_suc_fail .btn_send_report {
  margin: 4px 4px 0 0;
}

.dialog_cont.add_site .th_sub .btn_action a {
  margin: 5px;
  color: #6C7277;
  padding: 5px 20px 3px;
}

.dialog_cont.remove_site, .dialog_cont.readd_site, .dialog_cont.maintenance_site, .dialog_cont.update_client_plugin {
  width: 500px;
  color: #737987;
}

.dialog_cont.remove_site .site {
  font-size: 14px;
  color: #a92a2a;
  padding: 15px 0 25px;
}

.dialog_cont.readd_site .site, .dialog_cont.maintenance_site .site {
  font-size: 14px;
  color: #a92a2a;
  padding: 15px 0;
}

.dialog_cont.remove_site .warning, .dialog_cont.readd_site .warning, .dialog_cont.maintenance_site .warning {
  color: #757554;
  padding: 7px 13px 3px 36px;
  width: 169px;
  height: 16px;
  margin: 4px;
  float: left;
  position: relative;
}

.warning.rep_sprite_backup:after{
  top:5px;
}
.dialog_cont.readd_site .success, .dialog_cont.maintenance_site .success {
  background-position: 0 -204px;
  color: #069F14;
  font-size: 12px;
  width: 124px;
  padding: 12px 0 1px 32px;
  height: 23px;
}

.dialog_cont.remove_site .btn_action a {
  background-position: 0 -814px;
  color: #fff;
  text-shadow: 0 1px 0 #8e3333;
  border: 1px solid #a53434;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.2) inset;
  padding: 5px 30px 3px;
  margin: 5px;
}

.dialog_cont.update_client_plugin .btn_action a, .dialog_cont.readd_site .btn_action a, .dialog_cont.maintenance_site .btn_action a {
  background-position: 0 -895px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  border: 1px solid #5988A8;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.2) inset;
  padding: 5px 10px 3px;
  margin: 5px;
}

.dialog_cont.remove_site .btn_action a:hover, .dialog_cont.update_client_plugin .btn_action a {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.2) inset, 0px 0px 7px rgba(0, 0, 0, 0.3) inset;
}

.dialog_cont.remove_site .btn_action a:active {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0px 0px 10px rgba(0, 0, 0, 0.4) inset;
  padding: 6px 30px 2px;
}

.dialog_cont.update_client_plugin .btn_action a:active {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0px 0px 10px rgba(0, 0, 0, 0.4) inset;
  padding: 6px 10px 2px;
}

.dialog_cont.remove_site .th_sub span, .dialog_cont.update_client_plugin .th_sub span {
  padding: 10px;
}

.dialog_cont.remove_site .th_sub span:hover, .dialog_cont.update_client_plugin .th_sub span:hover {
  text-decoration: underline;
  cursor: pointer;
}

.signin_cont {
  position: absolute;
  width: 363px;
  height: auto;
  left: 50%;
  top: 30%;
  margin-left: -180px;
}

#logo_signin {
    background: url(../images/iwp_logo_text.svg) no-repeat;
    width: 173px;
    height: 72px;
    margin: 10px auto 50px;
}

.signin_cont .copy {
  text-transform: uppercase;
  color: #434e51;
  font-size: 12px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.signin_cont .copy.simple {
  text-transform: none;
  font-weight: 400;
  line-height: 22px;
  font-size: 13px;
  margin-top: 50px;
}

.signin_cont input[type=text], .signin_cont input[type=password] {
  width: 95%;
  padding: 2%;
  background-color: #fff;
  border: 1px solid #c6cdd0;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  color: #737987;
  font-size: 12px;
  margin-bottom: 20px;
  outline: 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-transition: background-color 0.2s ease-in, border-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in, border-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in, border-color 0.2s ease-in;
  -ms-transition: background-color 0.2s ease-in, border-color 0.2s ease-in;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in;
}

.signin_cont input:focus {
  background-color: #FFFFEC;
  border: 1px solid #B7BEC0;
}

.signin_cont .btn a,  .signin_cont input.btn, input.okay {
  background-position: 0 -837px;
  color: #60686a;
  font-size: 14px;
  padding: 7px 158px 8px;
  float: left;
  border: 1px solid #B7BBBE;
  border-radius: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
  cursor: default;
  color: #6C7277;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  width: 100%;
}

.signin_cont input.btn{
   padding: 6px 0;
}

.signin_cont .btn a:hover, .signin_cont input.btn:hover{
  text-decoration: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 20px rgba(255, 255, 255, 0.7) inset;
}

.signin_cont .btn a:active, .signin_cont input.btn:active{
  background-position: 0 -866px;
  /*padding: 7px 158px 8px;*/
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.3), 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

#loadingDiv {
  background: #ffffe5 url(../images/loadingDiv.gif) no-repeat 7px 4px;
  border: 1px solid #dcdcae;
  border-radius: 0 0 3px 3px;
  padding: 6px 9px 6px 30px;
  position: fixed;
  top: -1px;
  left: 50%;
  margin-left: -46px;
  z-index: 2999;
  font-size: 12px;
  color: #1d292c;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.btn_loadingDiv {
  background: url(../images/loading_w.gif) no-repeat;
  float: left;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -25px;
  top: 4px;
  opacity: 1 !important;
}

.btn_loadingDiv.left {
  left: -25px;
}

.btn_reload .btn_loadingDiv.left {
  top: 4px;
  left: -25px;
}

.btn_reload_progress {
  border: 1px solid #a9cba7;
  border-radius: 20px;
  background: url(../images/progress_ind.gif) repeat;
  color: #528c4f;
  font-size: 12px;
  padding: 6px 11px 5px;
  height: 12px;
  margin: 4px 30px 7px 7px;
  width: 88px;
}

.btn_reload_progress .btn_stop_reload::after {
  /*background: url(../images/icon_close_green.png) no-repeat;*/
  font-family: FontAwesome;
  content:"\f057";
  /*width: 14px;*/
  height: 14px;
  cursor: pointer;
  float: right;
  margin: -14px -2px 0 0;
  position: relative;
  font-size: 17px;
  color:rgba(82, 140, 79, 0.5);
}
.btn_reload_progress .btn_stop_reload:hover::after {
  color: #528c4f;
}

.btn_reload_progress .btn_stop_reload .tip {
  background-color: #000;
  color: #fff;
  opacity: 0.8;
  position: absolute;
  width: 186px;
  border-radius: 3px;
  padding: 3px;
  margin: 20px 0 0 -119px;
  display: none;
  z-index: 1;
}

.btn_reload_progress .btn_stop_reload:hover .tip {
  display: block;
}

.site_hover_fa {
top: 10px;
left: 10px;
}

.btn_reload_progress .btn_stop_reload .tip::before {
  content: '';
  position: absolute;
  margin: -8px 0 0 171px;
  height: 0;
  width: 0;
  border-bottom: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.siteSearch .hide {
  margin-left: -99999px;
  position: absolute;
}

.item_ind.updating {
}

.item_ind.updating .row_checkbox, .item_ind.hidden .row_checkbox {
  display: none;
}

.row_checkbox {
  width: 36px;
  height: 33px;
}

.item_ind.updating .item {
  padding-left: 49px !important;
  background: #F3F3F3;
  border-top: 1px solid #DDD !important;
}

.item_ind.updating .actions {
  padding: 0 !important;
  border-top: 1px solid #DDD !important;
}

.item_ind.updating .actions .update_single {
  background: #F3F3F3;
  color: #555;
  padding: 11px 35px !important;
}

.item_ind.updating .actions .update_single:hover {
  text-decoration: none;
}

.ind_row_cont.updating .row_name {
  padding-left: 49px;
}

.item_ind.hidden .item {
  padding-left: 49px !important;
  background: #eee;
  border-top: 1px solid #ccc !important;
  opacity: 0.5;
}

.item_ind.hidden .actions {
  padding: 0 !important;
}

.item_ind.hidden .actions .hideItem {
  background: #eee;
  border-top: 1px solid #DCDCDC !important;
  opacity: 0.5;
  padding: 11px 35px !important;
  text-align: center;
  margin-top: -1px;
}

.item_ind.hidden .actions .update_single {
  display: none;
}

.empty_data_set {
}

.empty_data_set.websites {
  padding: 10px;
  text-align: left;
  position: absolute;
  bottom: 10px;
}

.empty_data_set .line1 {
  color: #505050;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 18px;
}

.empty_data_set .line2 {
  color: #898888;
  font-size: 13px;
  line-height: 18px;
}

.empty_data_set.websites .add_site_arrow {
  background: url(../images/empty_add_website.jpg) no-repeat;
  width: 156px;
  height: 231px;
  margin: 5px 0 -10px 50px;
}

.empty_data_set.websites .arrow2 {
  background: url(../images/empty_add_group.jpg) no-repeat;
  width: 41px;
  height: 43px;
  float: right;
  margin: -10px 10px 0 0;
}

.empty_data_set.welcome {
}

.empty_data_set.welcome .line3 {
  color: #898888;
  font-size: 13px;
  line-height: 18px;
  position: relative;
  margin-top: 30px;
}

.empty_data_set.welcome .line3 .welcome_arrow {
  background: url(../images/welcome_page_arrow.jpg) no-repeat;
  width: 372px;
  height: 327px;
  margin: 40px 0 0 25px;
  position: absolute;
}

.view_backup .empty_data_set .line1 {
  font-size: 13px;
}

.hidden_updates {
  margin: 7px;
  float: left;
}

.hidden_updates a#viewHidden {
  background-position: 0 -189px;
  float: left;
  height: 15px;
  border: 1px solid #B7BBBE;
  border-radius: 3px;
  margin-right: -1px;
  color: #6C7277;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  padding: 5px 11px 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.5) inset; 
}

.no_match {
padding: 10px;
font-size: 13px;
color: #898888;
line-height: 18px;
}

.clear_input {
position: absolute;
background-position: -7px -889px;
width: 23px;
height: 24px;
right: 3px;
top: 6px;
opacity: 0.7;
display: none;
}

.clear_input:after{
  content:"\f057";
  font-family: FontAwesome;
  position: absolute;
  left: 7px;
  top: 4px;
  font-size: 16px;
  color:rgba(115, 121, 135, 0.749);
}

.dialog_cont .th .cancel:after {
    content: "\f057";
    font-family: FontAwesome;
    position: absolute;
    left: 47px;
    top: 7px;
    font-size: 16px;
    color:rgba(115, 121, 135, 0.749);
}

.n_close:after{
  content: "\f057";
  font-family: FontAwesome;
  position: absolute;
  left: -1px;
  top: 1px;
  font-size: 18px;
  color: rgba(10, 10, 10, 0.749);
}

.create_backup .clear_input {
right: -2px;
top: 1px;
}

.th .type_filter .clear_input {
margin: 2px 5px 0 0;
}

.clear_input:hover {
opacity: 1;
}

#ui-tooltip-addWebsiteQtip-content.ui-tooltip-content, #ui-tooltip-viewHiddenQtip-content.ui-tooltip-content, #ui-tooltip-reloadStatsQtip-content.ui-tooltip-content, #ui-tooltip-adminPopupQtip-content, #ui-tooltip-manageGroupsQtip-content {
display: none;
}

#ui-tooltip-toggleGroupQtip.ui-tooltip, #ui-tooltip-adminPopupQtip.ui-tooltip, #ui-tooltip-manageGroupsQtip, #ui-tooltip-addWebsiteQtip {
z-index: 1020 !important;
}


ul.checkbox_cont li a.checkbox {
padding: 9px 10px 10px 30px !important;
color: #737987 !important;
}

.version a.cutClass {
color: #555;
text-decoration: none;
}

.version a.cutClass:hover {
text-decoration: none;
cursor: text;
}

.bg_yellow {
background-color: #889297 !important;
border-right: 1px solid #71747B !important;
}

.send_report textarea.error {
border: 1px solid #bb7d7d !important;
background-color: #ecdada;
}

.send_report textarea.error:focus {
border: 1px solid #B7BEC0 !important;
background-color: #FFFFEC;
}

.steps_container {
border: 1px solid #C6C9CA;
height: auto;
margin: 0;
font-size: 12px;
background-color: white;
}

.steps_container .th {
height: 30px;
}

.steps_container .th .title {
text-align: center;
color: #6E7584;
padding: 10px;
font-size: 11px;
}

.steps_container .th_sub {
height: 35px;
background-position: 0 -238px;
border-bottom: 1px solid #D2D5D7;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.steps_container .th_sub ul li {
float: left;
}

.steps_container .th_sub ul li a {
font-size: 11px;
text-decoration: none;
color: #B3BAC9;
height: 10px;
padding: 12px 0 12px 30px;
float: left;
cursor: default;
}

.steps_container .th_sub ul li a.next {
background-position: 0 30px;
}

.steps_container .th_sub ul li a.current {
font-weight: 700;
color: #6E7584;
background: 0 34px;
cursor: default;
}

.steps_container .th_sub ul li a.completed {
background-position: 0 -476px;
color: #36AD43;
	/* font-weight: 700; */
cursor: pointer;
}

.steps_container .th_sub ul li a.completed:hover {
background-position: 0 -510px;
}

.steps_container .th_sub ul li.line {
border-bottom: 1px solid #D7DBE2;
height: 17px;
}

.steps_container .inner_cont {
position: relative;
}

.steps_container .inner_cont .left_col {
width: 42%;
margin-right: -1px;
border-right: 1px solid #EFEFEF;
float: left;
padding: 0 4% 4%;
}

.steps_container .inner_cont .right_col {
width: 41%;
border-left: 1px solid #EFEFEF;
float: left;
padding: 0 4% 4%;
}

.steps_container .inner_cont .single_col {
width: 41%;
margin: auto;
padding: 2% 4% 2%;
}

.steps_container .inner_cont .sub_title {
font-size: 11px;
text-transform: uppercase;
font-weight: 700;
color: #737987;
margin: 20px auto;
text-align: center;
}

.steps_container .inner_cont .sub_title_hint {
color: #7f8587;
text-align: center;
margin-top: -12px;
margin-bottom: 30px;
}

.steps_container .inner_cont .label {
font-size: 11px;
color: #9398A2;
text-transform: uppercase;
padding-bottom: 5px;
}

.steps_container .inner_cont .single_col .label, .steps_container .inner_cont .left .label, .steps_container .inner_cont .right .label {
font-size: 11px;
color: #9398A2;
text-transform: uppercase;
font-weight: 400;
padding-bottom: 5px;
}

.steps_container .inner_cont .label_hint {
font-size: 11px;
color: #9398A2;
margin-top: -17px;
}

.steps_container .inner_cont .label_hint span {
color: #737987;
font-weight: 700;
}

.steps_container .inner_cont input {
width: 96%;
padding: 1.5% 2%;
margin-bottom: 20px;
}

.steps_container .inner_cont input.error {
border: 1px solid #BB7D7D !important;
background-color: #ECDADA;
}

.steps_container .th_sub .btn_action a {
margin: 5px;
}

.steps_container .th_sub .checkbox {
margin-right: 10px;
}

.th_sub_btm {
border-top: 1px solid #c6c9ca;
border-bottom: 0 !important;
}

.steps_container .th_sub .th_sub_nav a {
color: #737987;
width: auto;
padding: 4px 10px;
cursor: pointer;
}

.steps_container.clone_existing .th_sub .th_sub_nav {
margin-left: 390px;
}

.steps_container .th_sub .th_sub_nav li {
width: auto;
}

.steps_container .th_sub .th_sub_nav a:hover {
}

.steps_container .th_sub .th_sub_nav a.active {
color: #fff;
}

.notification_cont {
position: fixed;
right: 10px;
top: 55px;
right: 20px;
width: 350px;
height: auto;
z-index: 9;
}

.notification_cont .notification {
margin-bottom: 10px;
border-radius: 5px;
padding: 10px;
background-repeat: repeat;
position: relative;
}

.notification_cont .notification .n_close {
position: absolute;
width: 16px;
height: 16px;
right: -5px;
top: -5px;
cursor: pointer;
}

.notification_cont .notification.e {
color: #8a1010;
background-image: url(../images/notif_e_bg.png);
}

.notification_cont .notification.n {
color: #33741d;
background-image: url(../images/notif_s_bg.png);
}

.notification_cont .notification.w {
color: #7f8020;
background-image: url(../images/notif_w_bg.png);
}

.notification_cont .notification .notif_title {
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
padding: 5px 0 5px 18px;
}

.e:before {
  font-family: FontAwesome;
  content:"\f06a";
  font-size: 18px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.n:before{
  font-family: FontAwesome;
  content:"\f058";
  font-size: 18px;
  position: absolute;
  top: 12px;
  left: 12px;
  color: rgb(6, 159, 20);
}

.w:before {
  font-family: FontAwesome;
  content:"\f071";
  font-size: 18px;
  position: absolute;
  top: 12px;
  left: 18px;
}

.notification_cont .notification .notif_body {
font-size: 12px;
line-height: 16px;
padding: 5px 0 5px 29px;
	/* white-space:pre; */
word-wrap: break-word;
}

.notification_cont .notification.e .notif_body {
color: #8a1010;
}

.notification_cont .notification.n .notif_body {
color: #33741d;
}

.notification_cont .notification.w .notif_body {
color: #7f8020;
}

.refresh_purchased_addon_list {
text-decoration: none;
background-position: -5px -685px;
color: #6C7277;
padding: 5px 12px 6px 26px;
height: 12px;
width: 69px;
margin: 9px;
float: left;
}

.refresh_purchased_addon_list:hover {
text-decoration: underline;
}

.addons_empty_cont {
padding: 15px;
}

.addons .tick {
background-position: -2px -476px;
padding: 11px 10px 10px 30px;
width: auto;
height: auto;
}

.addons .row_valid_till {
padding: 11px;
display: block;
float: left;
width: 88px;
text-align: center;
line-height:20px;
}

.addons .ind_row_cont.in_gp {
background-color: #EFDEDE;
}

.addons .ind_row_cont.in_gp .row_no_summary > div {
border-left: 1px solid #EFDEDE;
}

.addons .ind_row_cont.gp_over {
background-color: #F0F0F0;
color: #999;
}

.buy_addons_cont {
float: left;
border: 1px solid rgb(210, 213, 215);
margin: 9px 0px 0px 9px;
width: 305px;
}

.buy_addons_cont .addon_name {
margin: 10px;
color: #525556;
font-weight: 700;
font-size: 11px;
}

.buy_addons_cont .addon_descr {
padding: 0 10px 10px;
line-height: 18px;
height: 66px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}

.buy_addons_cont .th_sub {
border-bottom: 0;
border-top: 1px solid #D2D5D7;
}

.buy_addons_cont .th_sub .price_strike {
float: left;
text-decoration: line-through;
color: #777;
font-size: 13px;
margin: 11px;
}

.buy_addons_cont .th_sub .price {
float: left;
font-size: 15px;
color: #24292b;
font-weight: 700;
margin: 10px 0 10px;
}

.buy_addons_cont .th_sub .full_details {
float: right;
}

.buy_addons_cont .th_sub .full_details a, .buy_addons_cont .th_sub .full_details a:visited {
color: #689528;
float: left;
padding: 11px;
}

.buy_addons_cont .th_sub .btn_buy {
float: right;
}

.buy_addons_cont .th_sub .btn_buy a {
float: right;
background: #97bb62;
 /* Old browsers */
background: -moz-linear-gradient(top, #97bb62 0%, #649223 100%);
 /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97bb62), color-stop(100%, #649223));
 /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #97bb62 0%, #649223 100%);
 /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #97bb62 0%, #649223 100%);
 /* Opera 11.10+ */
background: -ms-linear-gradient(top, #97bb62 0%, #649223 100%);
 /* IE10+ */
background: linear-gradient(top, #97bb62 0%, #649223 100%);
 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97bb62', endColorstr='#649223', GradientType=0 );
 /* IE6-9 */
color: #fff;
font-size: 11px;
font-weight: 700;
border-radius: 11px;
padding: 6px 12px;
margin: 6px;
text-decoration: none;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.buy_addons_cont .th_sub .btn_buy a:hover {
box-shadow: 0 0 10px rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.1);
}

.buy_addons_cont .th_sub .btn_buy a:active {
padding: 7px 12px 5px;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3) inset, 0 0px 0px rgba(0, 0, 0, 0);
}

.checkbox_filters {
border-radius: 3px;
background-color: #fff;
padding: 2px 3px 2px 2px;
}

.checkbox_filters li {
margin-left: 3px;
background: url(../images/rep_sprite.gif) 0 -189px;
float: left;
border: 1px solid #B7BBBE;
border-radius: 3px;
margin-right: -1px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

.checkbox_filters li:hover {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 20px rgba(255, 255, 255, 0.7) inset;
text-decoration: none;
}

.checkbox_filters li:first-child {
margin-left: 0;
}

.checkbox_filters li a {
color: #676C70;
padding: 5px 8px 3px 25px;
float: left;
height: 15px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
position:relative;
}

.checkbox_filters li a:hover {
background-position: -5px -40px;
text-decoration: none;
}

.checkbox_filters li a:active {
background-position: -5px -74px;
}

.checkbox_filters li a.active {
background-position: -5px -108px;
}

.checkbox_filters li:active {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
}

.checkbox_filters li:active a {
padding: 6px 8px 2px 25px;
background-position: -5px -73px;
}

.checkbox_filters li:active a.active {
background-position: -5px -141px;
}

.dropdown_cont {
position: relative;
height: 30px;
}

.dropdown_cont.profile_cont.float-left {
    float: right !important;
}

.dropdown_cont .dropdown_btn {
background: url(../images/rep_sprite.gif) repeat-x 0 -324px;
border: 1px solid #b7bbbe;
padding: 7px 27px 7px 7px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 20px rgba(0, 0, 0, 0.05) inset, 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
z-index: 2;
position: absolute;
width: 124px;
border-radius: 3px;
color: #737987;
cursor: pointer;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.dropdown_cont .dropdown_btn:active {
padding: 8px 27px 6px 7px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0), 0 1px 20px rgba(0, 0, 0, 0.05) inset, 0px 1px 0px rgba(0, 0, 0, 0.1) inset;
}

.dropdown_cont .dropdown_btn.open {
border-radius: 3px 3px 0 0;
}

.dropdown_cont .dropdown_btn .arrow_down {
background: url(../images/arrow_down.png);
width: 8px;
height: 5px;
display: block;
position: absolute;
right: 10px;
top: 10px;
}

.dropdown_cont .dropdown_btn:active .arrow_down {
top: 11px;
}

.dropdown_cont ul {
position: absolute;
left: 0;
top: 27px;
border: 1px solid #b7bbbe;
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
border-radius: 0 0 5px 5px;
z-index: 1;
}

.dropdown_cont ul li {
position: relative;
}

.dropdown_cont ul li a {
background: url(../images/rep_sprite.gif) repeat-x 0 -324px;
padding: 7px;
display: block;
width: 127px;
border-bottom: 1px solid #DCE0E3;
border-top: 1px solid #fff;
color: #676c70;
text-decoration: none;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.dropdown_cont ul li a.delWarn {
background: #EFDEDE;
border-top: 1px solid #EFDEDE;
}

.dropdown_cont ul li a:hover {
background-position: 0 -298px;
}

.dropdown_cont ul li a:active, .dropdown_cont ul li a.active {
background-position: 0 -352px;
border-top: 1px solid #ececec;
padding: 8px 7px 6px;
}

.dropdown_cont ul li a:active .remove_bg, .dropdown_cont ul li a.active .remove_bg {
top: 6px;
}

.dropdown_cont ul li:last-child a {
border-bottom: 0;
border-radius: 0 0 5px 5px;
}

.dropdown_cont ul li .remove_bg {
background-position: 0 -657px;
border: 1px solid #D8DCDF;
position: absolute;
width: 15px;
height: 15px;
right: 4px;
top: 5px;
display: none;
}

.dropdown_cont ul li:hover .remove_bg {
display: block;
}

.dropdown_cont ul li .del {
background-position: -10px -554px;
width: 17px;
height: 17px;
}

.warn_conn_break_iframe {
height: 165px;
text-align: center;
line-height: 20px;
font-size: 13px;
}

.warn_conn_break_iframe .yes {
background: #5ba4d5;
background: linear-gradient(to bottom, #5ba4d5 0%, #5ba4d5 43%, #458fc0 59%, #4799cf 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ba4d5', endColorstr='#4799cf', GradientType=0 );
float: left;
height: 15px;
border: 1px solid #5988A8;
margin-right: -1px;
color: white;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
padding: 5px 11px 3px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.2) inset;
cursor: pointer;
border-radius: 20px;
display: inline-block;
font-size: 12px;
line-height: 13px;
position: relative;
}

.warn_conn_break_iframe .yes.disabled {
opacity: 0.5;
}

.warn_conn_break_iframe .no {
background: #f1f3f3;
background: -moz-linear-gradient(top, #f1f3f3 0%, #f8f8f8 45%, #e5e8ea 57%, #e5e8ea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f3f3), color-stop(45%, #f8f8f8), color-stop(57%, #e5e8ea), color-stop(100%, #e5e8ea));
background: -webkit-linear-gradient(top, #f1f3f3 0%, #f8f8f8 45%, #e5e8ea 57%, #e5e8ea 100%);
background: -o-linear-gradient(top, #f1f3f3 0%, #f8f8f8 45%, #e5e8ea 57%, #e5e8ea 100%);
background: -ms-linear-gradient(top, #f1f3f3 0%, #f8f8f8 45%, #e5e8ea 57%, #e5e8ea 100%);
background: linear-gradient(to bottom, #f1f3f3 0%, #f8f8f8 45%, #e5e8ea 57%, #e5e8ea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f3f3', endColorstr='#e5e8ea', GradientType=0 );
height: 15px;
border: 1px solid #B7BBBE;
color: #6C7277;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
padding: 5px 11px 3px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
cursor: pointer;
border-radius: 20px;
margin: 4px;
font-size: 12px;
display: inline-block;
position: relative;
margin: 0;
display: inline-block;
line-height: 13px;
}

.warn_conn_break {
font-size: 12px;
background-color: #efecbf;
color: #8e8834;
border-radius: 3px;
line-height: 17px;
padding: 5px;
}

a.iwpGlossButton:hover {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 20px rgba(255, 255, 255, 0.7) inset;
text-decoration: none;
}

a.iwpGlossButton:active {
padding: 6px 11px 2px 11px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
box-shadow: 0 0px 14px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.3);
}

.add_to_fav_link {
width: 110px;
padding: 7px 0 0 31px;
height: 19px;
}

.rep_sprite_backup.add_to_fav_link:after{
  font-family: FontAwesome;
  content:"\f004";
  position: absolute;
  left: 11px;
  top: 7px;
  color: rgb(196, 17, 17);
  font-size: 13px;
}

.rep_sprite_backup.add_to_fav_link:before{
  font-family: FontAwesome;
  content:"\f067";
  position: absolute;
  left: 18px;
  z-index: 1;
  top: 13px;
  color: rgb(6, 159, 20);
  font-size: 8px;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}


.add_to_fav_link:active {
width: 110px;
padding: 8px 0 0 31px;
}

.c_radio {
cursor: default;
padding: 7px 0 7px 30px;
color: #737987;
position: relative;
}

.c_radio:before{
  font-family: FontAwesome;
  content:"\f10c";
  position: absolute;
  left: 13px;
  z-index: 1;
  top: 7px;
  color: rgba(115, 121, 135, 0.541);
  font-size: 12px;
}

.single_website_cont:before{
  font-family: FontAwesome;
  content:"\f10c";
  position: absolute;
  left: 13px;
  z-index: 1;
  top: 11px;
  color: rgba(115, 121, 135, 0.541);
  font-size: 12px;
}

.active.single_website_cont:before{
  font-family: FontAwesome;
  content:"\f111";
  position: absolute;
  left: 13px;
  z-index: 1;
  top: 11px;
  color: rgb(6, 159, 20);
  font-size: 12px;
  animation: icon-beat .1s ease;
  transition: all .1s ease;
}

.radio_btn:before{
  font-family: FontAwesome;
  content:"\f10c";
  position: absolute;
  left: 0px;
  z-index: 1;
  top: 5px;
  color: rgba(115, 121, 135, 0.541);
  font-size: 12px;
}

.active.c_radio:before {
  font-family: FontAwesome;
  content:"\f111";
  position: absolute;
  left: 13px;
  z-index: 1;
  top: 7px;
  color: rgb(6, 159, 20);
  font-size: 12px;
  animation: icon-beat .15s ease;
  transition: all .15s ease;
}


.active.radio_btn:before{
  font-family: FontAwesome;
  content:"\f111";
  position: absolute;
  left: 0px;
  z-index: 1;
  top: 5px;
  color: rgb(6, 159, 20);
  font-size: 12px;
}

.news_ticker {
background: url(../images/icon_newspaper.png) no-repeat 5px 2px;
}

.mc_dropdown_btn {
background: url(../images/rep_sprite.gif) repeat-x 0 -324px;
border: 1px solid #B7BBBE;
padding: 7px 27px 7px 7px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 20px rgba(0, 0, 0, 0.05) inset, 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
z-index: 2;
position: absolute;
width: 124px;
border-radius: 3px;
color: #737987;
cursor: pointer;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.mc_dropdown_btn .arrow_down {
background: url(../images/arrow_down.png);
width: 8px;
height: 5px;
display: block;
position: absolute;
right: 10px;
top: 10px;
}

.mc_dropdown {
background-color: #fff;
border: 1px solid #b7bbbe;
border-radius: 5px;
position: absolute;
z-index: 2;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mc_dropdown .th {
height: 25px;
background-position: 0 0;
border-bottom: 1px solid #D2D5D7;
padding: 3px;
border-radius: 3px 3px 0 0;
}

.mc_dropdown_cont ul li {
float: left;
}

.mc_dropdown .th .cancel {
position: absolute;
background-position: right -444px;
top: 0;
right: 0;
color: #737987;
padding: 9px 30px 11px 4px;
height: 10px;
}

.mc_dropdown ul li a {
border-right: 1px solid #DCE0E3;
border-bottom: 1px solid #DCE0E3;
padding: 7px 5px;
display: block;
color: #555;
text-decoration: none;
}

.mc_dropdown ul li a:hover {
background-color: #ffffe5;
}

.actionContent .th.fixed {
position: fixed;
top: 0px;
z-index: 100;
width: 958px;
}

.blogPublicColor {
background: #efdede;
}

.update_by_group {
margin: 6px -7px 0px 25px;
}

.update_by_group .select2-container {
margin-bottom: 0;
}

.update_by_group .select2-container .select2-choice {
border: 1px solid #C6CBCF;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 20px rgba(0, 0, 0, 0.05) inset, 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
}

.update_notification_li {
float: none;
padding: 5px 0 5px 10px;
display: block;
}

@-webkit-keyframes opacity {
0% {
  opacity: 1;
}

100% {
  opacity: 0;
}
}

@-moz-keyframes opacity {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.loading_3dot {
  text-align: center;
  margin: 100px 0 0 0;
  font-weight: 900;
}

.loading_3dot span.dot {
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: opacity;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  font-weight: 900;
}

.loading_3dot span.dot:nth-child(1) {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
}

.loading_3dot span.dot:nth-child(2) {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
}

.loading_3dot span.dot:nth-child(3) {
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
}

.disabled_backup_mech {
  color: #cccdcf;
}

.btn_stop_rep_sprite {
  border: 1px solid #d8dcdf;
  position: absolute;
  background-position: 0 -1003px;
  border: 1px solid  rgba(244,67,54,.5);
  border-radius: 3px;
  width: 17px;
  height: 17px;
  right: 7px;
  top: 7px;
}

.btn_stop_rep_sprite:hover, .btn_stop_rep_sprite:hover .btn_stop_progress:after, .btn_stop_rep_sprite_activity_log:hover, .btn_stop_rep_sprite_activity_log:hover .btn_stop_progress:after {
  background: #de4037;
  color: white; 
}

.btn_rep_sprite_kill_task{
  margin: 7px 7px 0 0;
  background-position: 0 -1003px;
  border: 1px solid  rgba(196,17,17,.5);
  border-radius: 3px;
  width: 17px;
  height: 17px;
  float: right !important;
}

.btn_rep_sprite_kill_task:hover{
  background: rgb(196, 17, 17);
  color: white; 
}

.btn_rep_sprite_kill_task:hover .btn_stop_progress:after{
  background: rgb(196, 17, 17);
  color: white;
  left: -16px;
  top: -3px;
}

.btn_rep_sprite_kill_task .btn_stop_progress:after{
  left: -16px;
  top: -3px;
}

.btn_stop_rep_sprite_activity_log {
  margin: 8px 0px 0px 936px;
  border: 1px solid rgb(196, 17, 17) !important;
  background-position: 0 -1003px;
  position: absolute;
  width: 17px;
  height: 17px;
}

.btn_stop_progress {
	/* background-position: -9px -620px;
	margin: 0px 0px 0px 398px;
	position: absolute;
	width: 17px;
	height: 17px;
	right: 7px;
	top: 6px; */
  width: 17px;
  height: 17px;
}

.btn_stop_progress:after{
  content:"\f00d";
  font-family: FontAwesome;
  position: absolute;
  left: 3px;
  /*top: -1px;*/
  font-size: 15px;
  color: #f44336;
}
.btn_stop_progress:hover:after{
  color: rgb(255, 255, 255);
}
.stopWarn {
  background-color: #efdede !important;
}

.website_cont .tips {
  display: none;
  background-color: black;
  color: white;
  padding: 4px;
  border-radius: 3px;
  position: absolute;
  top: 3px;
  left: 3px;
  font-size: 12px;
  opacity: 0.8;
  width: 222px;
  height: 20px;
  text-align: center;
  line-height: 21px;
  cursor: pointer;
}

.ind_sites.toUpdate a {
  border-left: 5px solid #d0b000;
  background-color: #FEF5C2;
  width: 250px !important;
}

.ind_sites.toUpdate a::after {
  content: 'Update to Client plugin is available';
  position: absolute;
  left: 12px;
  top: 7px;
  border: 1px solid #6e6220;
  background-color: #FEF5C2;
  color: #6e6220;
  padding: 3px 5px;
  border-radius: 3px;
  display: none;
}

.ind_sites.disconnected a {
  border-left: 5px solid #A92A2A;
  background-color: #EFDEDE !important;
  width: 250px !important;
}

.ind_sites.disconnected a::after {
  content: 'Connection to client plugin is broken';
  position: absolute;
  left: 12px;
  top: 7px;
  padding: 3px 5px;
  border-radius: 3px;
  color: #A92A2A;
  border: 1px solid #A92A2A;
  background-color: #EFDEDE;
  display: none;
}

.ind_sites.maintenance a {
  border-left: 5px solid #AAA;
  background-color: #EEE;
  width: 250px !important;
}

.ind_sites.maintenance a::after {
  content: 'This site is in maintenence mode';
  position: absolute;
  left: 12px;
  top: 7px;
  padding: 3px 5px;
  border-radius: 3px;
  color: #AAA;
  border: 1px solid #A92A2A;
  background-color: #EFDEDE;
  display: none;
}

.ind_sites.toUpdate a:hover::after, .ind_sites.disconnected a:hover::after, .ind_sites.maintenance a:hover::after {
  display: block;
}

.toUpdate:hover, .disconnected:hover, .maintenance:hover{
  border-right:  1px solid #d8dcdf !important;
}

.readdAuthKey_wrapper, .maintenance_html_wrapper {
  margin: 10px 10px 0px;
  padding-top: 0px;
  border: none;
}

.readdAuthKey_wrapper span, .maintenance_html_wrapper span {
  text-transform: uppercase;
  padding: 0px 10px;
}

#maintenanceHTML {
  height: 150px;
  resize: none;
}

.maintenanceRadio {
  display: inline-block;
  float: left;
  margin-right: 25px;
}
/*//snapshot//*/
i.fa {
  font-size: 18px;
  position: absolute;
}

.site_flap_cont_data {
  float: left;
  border: 1px solid #D8DCDF;
  width: 650px;
  background-color: #fff;
  margin-left: -3px;
  color: #555;
  cursor: default;
  box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.1);
}

.site_flap_cont_data dl.data {
  float: left;
  width: 434px;
  border-left: 1px solid #d4d4d4;
  margin-left: -1px;
  margin-bottom: -1px;
}

.site_flap_cont_data dl.data dt {
  float: left;
  font-size: 12px;
  font-weight: 700;
  padding: 12px;
  text-align: right;
  width: 100px;
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}

.site_flap_cont_data dl.data dd {
  float: left;
  padding: 12px;
  border-bottom: 1px solid #d4d4d4;
  width: 285px;
  border-left: 1px solid #D4D4D4;
  margin-left: -1px;
}

.site_flap_cont_data dl.data dd .err_span {
  color: #C93030;
  border: 1px solid #C93030;
  border-radius: 3px;
  padding: 0px 4px;
  font-size: 12px;
  margin-left: 10px;
}

.site_flap_cont_data dl.data dd ul li {
  display: inline-block;
  color: #555;
  padding: 3px;
  margin: -3px 4px;
  border-radius: 3px;
  position: relative;
}

.site_flap_cont_data dl.data dd ul li .item_list_on_hover {
  display: none;
  position: absolute;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  z-index: 1;
  width: auto;
  border-radius: 5px;
  padding: 5px 8px;
  line-height: 20px;
  margin-top: 3px;
  margin-left: -3px;
}

.site_flap_cont_data dl.data dd ul li:hover .item_list_on_hover {
  display: block;
}

.site_flap_cont_data dl.data dd ul li .item_list_on_hover a {
  display: block;
  white-space: nowrap;
  color: #fff;
  cursor: default;
}

#addWebsiteContainer:hover .fa.fa-plus{
  color: rgb(6, 159, 20) !important;
  transition: all 0.3s ease 0s;
}

.toggle_manage_groups:hover .fa.fa-list-alt{
  color: rgb(61, 152, 212) !important;
  transition: all 0.3s ease 0s;
}

.site_flap_cont_data dl.data dd ul li .item_list_on_hover a:hover {
  text-decoration: none;
}

.site_flap_cont_data dl.data dd ul li:hover {
  background-color: #ececec;
}

.site_flap_cont_data dl.data .site_links a {
  display: block;
  padding: 3px 0;
  margin: 3px 0;
  word-wrap: break-word;
}

.site_flap_cont_data dl.data textarea.edit_site_links, .site_flap_cont_data dl.data textarea.edit_site_notes {
  border: 1px solid #B7BEC0;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  color: #737987;
  font-size: 12px;
  width: 279px;
  height: 60px;
}

.site_flap_cont_data ul.actions {
  float: left;
  background-color: #fafafa;
  width: 215px;
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #D4D4D4;
  margin-bottom: -1px;
}

.site_flap_cont_data ul.actions li {
  border-bottom: 1px solid #d4d4d4;
  color: #555;
  padding-left: 35px;
  position: relative;
}

.site_flap_cont_data ul.actions li:last-child {
  border-bottom: 0;
}

.site_flap_cont_data ul.actions li.remove {
  color: #c93030;
}

.site_flap_cont_data ul.actions li.remove:hover, .site_flap_cont_data ul.actions li.remove a:hover {
  background: #EFDEDE;
}

.site_flap_cont_data ul.actions li:hover {
  background-color: #fafafa;
  cursor: default;
}

.site_flap_cont_data ul.actions li a {
  display: block;
  padding: 12px;
  border-top: 1px solid #d4d4d4;
  color: #666;
  text-decoration: none;
}

.site_flap_cont_data ul.actions li a:first-child {
  border-top: 0;
}

.site_flap_cont_data ul.actions li a:hover {
  background-color: #ececec;
  cursor: pointer;
}

.site_flap_cont_data dl.data .save_links, .site_flap_cont_data dl.data .save_note {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.2) inset;
  border: 1px solid #5988A8;
  background-color: #4B93C4;
  color: #fff;
  padding: 2px 11px;
  display: inline-block;
  border-radius: 15px;
  margin-top: 10px;
  cursor: pointer;
}
/*//snapshot//*/




.autoUpdatesOptions {
  min-height: 35px;
}

.autoUpdatesOptions.disabled {
  background: #efefef;
  margin: 2px;
}
/*.slider_cont {
width: 142px;
}*/
.edit_links, .edit_note {
  position: relative;
  left: -41px;
  top: -12px;
}

@-moz-document url-prefix() {
 
  .edit_links, .edit_note {
    position: relative;
    top: -22px;
  }
}

.edit_links i, .edit_note i {
  font-size: 12px;
  border: 1px solid #D4D4D4;
  padding: 3px 5px;
  border-radius: 3px;
  background-color: #FAFAFA;
}

.edit_links i:hover, .edit_note i:hover {
  background-color: #ECECEC;
  cursor: pointer;
}

.page_section_title {
  font-weight: 700;
  font-size: 13px;
  border-bottom: 1px dotted #DFDFDF;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#gAnalyticsAccessTab .btn_action,#gWebMastersAccess .btn_action,#gPageSpeedAccess .btn_action {
  margin-top: -50px;
}

.ftp_details_wrapper {
  float: left;
  width: 230px;
}

.ftp_details_wrapper input {
  width: 200px;
}

.FTPConnectionType {
  display: inline-block;
  margin: 1px 7px;
  vertical-align: baseline;
}
.admin_span {
  margin: 0px 54px;
}

.optionContent .text_admin {
  padding: 1%;
  border: 1px solid #b7bec0;
  border-radius: 3px;
  color: #737987;
  font-size: 12px;
  margin: 9px;
  font-family: 'Open Sans', sans-serif;
}

.selectPermissions_admin {
  height: 34px;
  border-bottom: 1px solid #D2D5D7;
  border-right: 1px solid #D2D5D7;
  float: left;
  width: 209px;
}
.update_error .row_summary, .update_error .rh, .update_error .rd{
	background: #efdede;
}
.emailSet{
	display: inline-block;
  	margin: 1px 7px;
  	vertical-align: baseline;
}

.test_send_mail_smtp{
	  margin: 53px 0px 0px 475px;
	  padding: 0px 0px 0px 0px;
	  position: absolute;
}

.settings_cont input.error{
	  border: 1px solid #BB7D7D !important;
	  background-color: #ECDADA;
}



ul#header_nav li .notification_centre_cont {
	position: absolute;
	background: #FFF;
	border: 1px solid #C1C4C6;
	border-top: 0;
	width: 341px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	z-index: 950;
	color: #555;
	font-size: 12px;
	margin-top: 33px;
}
ul#header_nav li .notification_centre_cont::before {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 5px solid rgba(0,0, 0, 0);
	border-right: 5px solid rgba(0,0, 0, 0);
	border-bottom: 5px solid #fff;
	margin: -5px 0 0 11px;
}
ul#header_nav li a.notif_btn {
	padding: 8px 10px 8px 10px;
	display: inline-block;
}
ul#header_nav li .notif_count {
	background-color: #C11219;
	color: #FFF;
	font-size: 10px;
	font-weight: 400;
	position: absolute;
	margin: 3px 0 0 4px;
	padding: 0px 4px;
	border-radius: 3px;
	text-shadow: 0 -1px 0 #000;
}
ul#header_nav li a.notif_btn .fa::before {
	color: #fff;
	font-size: 16px;
}
ul#header_nav li .notification_centre_cont .weekly_deal_cont {
	bottom: 0;
	width: 100%;
	
}
ul#header_nav li .notification_centre_cont .weekly_deal_cont .from_db{padding: 3px;background-color: #F1F1F1;
	border-top: 1px solid #e8e8e8;
	box-sizing: border-box; }
ul.notif_data_list {
	/* border-bottom: 1px solid #EFEFEF; */
}
ul.notif_data_list li {
	border-top: 1px solid #EFEFEF;
	/* padding: 10px; */
	position: relative;
	width: 100%;
	box-sizing: border-box;
	float: none !important;
	display: block !important;
	cursor:pointer;
}
ul.notif_data_list li .notif_content{
	cursor:pointer;
}
ul.notif_data_list li a {
	padding: 0 0 10px 0!important;
	color: #555 !important;
	display: block;
	width: 100%; }
ul.notif_data_list li.unread {
	background-color: #FDFDFD;
	font-weight: 600;
}
ul.notif_data_list li.unread a{
	background-color: #FDFDFD;
}  
ul.notif_data_list li.unread a:link {
    font-weight: 600!important;
}
ul.notif_data_list li:first-child {
	border-top: 0;
}
ul.notif_data_list li .timestamp {
	font-size: 11px;
	font-weight: 400;
	padding-top: 5px;
}
ul.notif_data_list li i.fa {
	/* position: absolute;
	right: 6px;
	bottom: 6px; */
	margin: -22px 0px 0px 300px;
	position: relative;
	font-size: 14px;
	color: #999;
}
ul#header_nav li .notification_centre_cont .weekly_deal_cont .addon_icon { width: 60px; border-radius:5px;
height: 60px;
border: 1px dashed;
float: left;
margin: 10px;}
ul#header_nav li .notification_centre_cont .weekly_deal_cont .addon_descr { float:left; margin-top: 10px; width: 245px; line-height: 20px;}
ul#header_nav li .notification_centre_cont .weekly_deal_cont .addon_descr .use_code {color: #FFF;
background-color: #D54747;
border-radius: 3px;
padding: 0px 4px;
font-weight: 400;
font-style: italic;
margin-right: 2px; float: none !important;
}

ul.notif_data_list .notif_each_wrap{ padding:10px; border-top: 1px solid #EFEFEF;}
/* ----------------- */


/* ------bottom line content css--------- */

.bottom_line_promo{

width: 100%;
text-align: center;

}

.bottom_line_promo a{
color: #999;
display: inline-block;
padding: 6px;
text-align: center;
border-radius: 5px;
margin: auto;
}
.loginAuthType {
    display: inline-block;
    margin: 1px 7px;
    vertical-align: baseline;
}
.clearHistory{
  float: right;
  margin: 4px 0px;
  cursor: pointer;
}

#userCategorize{
  display: inline-block;
  float:left;
}

#userCategorize span{

}

.accUsers{
margin: 6px 0; 
}

#activityKeywordFilterWrap{
  /*display: inline-block;*/
  float: left;
  margin: 3px 4px 0;
  padding: 3px 4px 0;
}
#activityKeywordFilter{
  background: url(../images/rep_sprite.gif) repeat-x 0 -273px;
}
#clearUncompleted{
  display:none;
}
#cls_times{
  border-left: 1px solid #E0E0E0;
  padding-right: 10px;
}
#cls_times.disabled {
  background-color: #F2F2F2;
}
.cls_time{
  display:inline-block;
}
#clearLogSchedule .label{
  display:inline-block;
  
}
.rep_sprite_activity_log {
  width: 34px;
  height: 34px;
  display: inline-block;
}
.rep_sprite_activity_log.uncompleteHistory {
  background: url(../images/clear_pending.png) no-repeat 5px;
}

.rep_sprite_remove_task {
  width: 18px;
  height: 18px;
  display: inline-block;
}
.btn_rep_sprite_remove_task {
  margin: 7px 7px 0 0 ;
  background: #FFFFE5;
  border: 1px solid rgba(196, 17, 17, 0.341);
  width: 61px;
  height: 19px;
  float: right !important;
}
a.addon-suite-mini-upgrade {
	cursor:pointer !important;
	background-color: #1a9c2a;
	background-image: none;
	float: none !important;
	padding: 12px 20px 8px !important;
	margin: 10px !important;
	display: block;
	font-weight: bold;
	text-transform: uppercase !important;
}
table.addon-bundle-wrapper {
	width:100%;
}
tr.addon-bundle-row td:first-child {
	padding-left:10px;
	width:165px;
	text-align:right;
}
tr.addon-bundle-row {
	height:25px;
}
span.bundle-name {
	font-weight: 700;
}
div.addon-suite-mini-instructions-wrapper {
	margin:8px 0px 8px 0px;
}
.okay-wrapper,div.addon-suite-mini-cancellation-wrapper {
	text-align:center;	
}
.okay-wrapper {
	width:100%;

}
.okay {
	width:35% !important;
	margin:35px auto 35px auto !important;
	padding:6px 0px 6px 0px !important;
	float:none !important;
}
.bundle-name {
	font-weight: bold;	
}
.bundle-rows {
	padding-left:30px;
}
.additional-padding-left {
	padding-left:25px !important;
}
.app_update_radio_select { 
  float:left;   
  margin-right: 10px;
}
.test_conn_cont { width:155px;}
.test_conn { 
  color: #6C7277;
  padding: 6px 0 6px 35px;
  margin: 5px;
}

.test_conn:after{
  font-family: FontAwesome;
  content:"\f233";
  position: absolute;
  left: 11px;
  top: 5px;
  color: rgb(115, 121, 135);  
  font-size: 14px;
}

.test_conn.testing:after { 
  font-family: FontAwesome;
  content:"\f0e7";
  position: absolute;
  left: 14px;
  top: -10px;
  color: rgb(218, 175, 63);
  font-size: 16px;
  -moz-animation: flash 2s ease infinite;
  -webkit-animation: flash 2s ease infinite;
  -ms-animation: flash 2s ease infinite;
  animation: flash 2s ease infinite;
}
.test_conn.testing:before { 
  font-family: FontAwesome;
  content:"\f233";
  position: absolute;
  left: 11px;
  top: 5px;
  color: rgb(115, 121, 135);  
  font-size: 14px;
}

@-moz-keyframes flash {
  0%,100%,50%{opacity:1}
  25%,75%{opacity:0}
}
@-webkit-keyframes flash {
  0%,100%,50%{opacity:1}
  25%,75%{opacity:0}
}
@-ms-keyframes flash {
  0%,100%,50%{opacity:1}
  25%,75%{opacity:0}
}
@keyframes flash {
  0%,100%,50%{opacity:1}
  25%,75%{opacity:0}
}
.faa-flash.animated, .faa-flash.animated-hover:hover {
 
}

.test_conn:hover { text-decoration:underline; cursor:pointer;} 

.test_conn.success:after , .test_conn.successftp:after{
 font-family: FontAwesome;
  content:"\f00c";
  position: absolute;
  left: 11px;
  top: 4px;
  color: rgb(6, 159, 20);
  font-size: 16px;
}

.test_conn.error:after { 
  font-family: FontAwesome;
  content:"\f05e";
  position: absolute;
  left: 13px;
  top: 5px;
  color: rgb(196, 17, 17);
  font-size: 16px;
}

.test_conn.testing:hover { text-decoration:none; cursor:default;}
.conn_test_error_cont { color: #8A1010; background-image: url(../images/notif_e_bg.png); width:200px; border-radius: 5px; padding: 5px; position:absolute; right:10px; bottom:10px; line-height: 18px; }
.conn_test_error_cont_arrow { height: 0; width: 0; border-top: 5px solid #d5acac; border-left: 6px solid transparent; border-right: 6px solid transparent; margin: 5px 0 0 63px; position: absolute;}
.conn_test_error_cont .e_close { position:absolute; background:url(../images/icon_close_k.png); width:16px; height:16px;  right:-5px; top:-5px; cursor:pointer; }

.uploads_permission_success, .updates_permission_success{
    padding: 5px 33px;
    line-height: 22px;
    background-repeat: no-repeat;
    font-weight: normal;
    position:relative;
}

.uploads_permission_success:before, .updates_permission_success:before{
  font-family: FontAwesome;
  content:"\f058";
  font-size: 16px;
  position: absolute;
  top: 5px;
  left: 10px;
  color:#259531;
}
.uploads_permission_error, .updates_permission_error{
  font-family: FontAwesome;
  content:"\f06a";
  font-size: 16px;
  position: absolute;
  top: 6px;
  left: 10px;
  color:#C30C0C;
}
 
.success, .item_details_success, .item_details_fail, .failure, .test_conn{
  position:relative;
}

 .item_details_success:after{
  font-family: FontAwesome;
  content:"\f058";
  font-size: 15px;
  position: absolute;
  top: 8px;
  left: 12px;
  color:#259531;
}

.item_details_fail:after{
  font-family: FontAwesome;
  content:"\f06a";
  font-size: 15px;
  position: absolute;
  top: 8px;
  left: 12px;
  color:#C30C0C;
}


.success:after{
  font-family: FontAwesome;
  content:"\f058";
  font-size: 15px;
  position: absolute;
  top: 4px;
  left: 5px;
  color:#259531;
}

.historyItem.success:after{
  left: 406px;
  top:8px;
}
.historyItem.failure:after{
  left: 406px;
  top:7px;
}
.failure:after{
  font-family: FontAwesome;
 content:"\f06a";
  font-size: 15px;
  position: absolute;
  top: 3px;
  left: 5px;
  color:#C30C0C;
}
.uploads_permission_error, .updates_permission_error{
    padding: 6px 33px;
    line-height: 22px;
    background-repeat: no-repeat;
    font-weight: normal;
    position:relative;
}
.show_password{
  font-size: 11px !important;
}
.settings .notes {   
  line-height: 18px;
  padding: 10px 0; 
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #727271;
    margin: -6px 0px 0px 11px;
}
.arrow-down {
    width: 0px;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
    margin-left: 18px;
    margin-top: 4px;
}
.make-bold {
	font-weight:bold;
}
.display-none {
	display:none;
}
.error_text_box{
  border: 1px solid #BB7D7D !important ;
  background-color : #ECDADA;
}
.small_input_box {
  border-radius: 3px;
  border: 1px solid #B7BEC0;
  font-size: 12px;
  width: 170px;
  margin-top: 10px;
  padding: 7px 10px 7px 9px;
}
.favorites_group_btn{
  margin-left: -22px;
  opacity: 0.5;
  text-decoration: none !important;
}
.settings .notes.errors {
	background-color: #EFDEDE;
	border-left: 2px solid #8A1010;
	padding: 6px;
	margin-top: 10px;
}
.cf::before, .cf::after {
  content: "";
  display: table;
  clear: both;
}
.dismiss_notification{
  position: absolute;
  top: 10px;
  right: 8px;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.running_task:after{
  font-family: FontAwesome;
  content:"\f110";
  position: absolute;
  left: 16px;
  z-index: 1;
  top: 10px;
  font-size: 14px;
  color: rgb(115, 121, 135);
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  webkit-transform-origin: 50% calc(50% - .5px);
  transform-origin: 50% calc(50% - .5px);
}

.running_task{
  width: 401px;
  padding: 11px 5px 0 40px;
  height: auto;
  border-top: 1px solid #F1F1D7;
  position:relative;
}

.running_task .reason:after ,.running_task .failure_reason.only:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 900ms infinite;      
  animation: ellipsis steps(4,end) 900ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}


.countDrop{
    background: #f5f5f5;
    border: 1px solid #c1c4c6;
    border-radius: 15px;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: 700;
    color: #555;
    margin-top: -2px;
  }
  .dotDrop{
    background: url(../images/hr_dotted.gif) repeat-x;
    height: 1px;
    border: 0;
    margin: 10px 0 4px 0;
  }
  .no-search .select2-search {
    display:none
}
.select2-drop-active{
    width: 191px;
}
.update_view_dropdown{
  width: 192px;
}
.higher-zindex{
    z-index: 10000000 !important;
}

.loadingSp {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: .25rem solid rgb(231,233,235);
    border-top-color: rgb(6,159,20);
    animation: spinio 1s infinite linear;
}

.notify_license_alert{
    background-color: #EFDEDE;
    border: 1px solid #C58888;
    border-radius: 3px;
    color: #A92A2A;
    width: 303px;
    margin-left: 10px;
}

.notify_license{
  position: relative;
}

.btn_reload:hover .fa.fa-repeat{
  color: #49a1de;
}
.btn_reload_drop:hover + .btn_reload .fa.fa-repeat{
  color: #49a1de;
}
i.fa {
  font-size: 18px;
  position: absolute;
}@-webkit-keyframes spinio {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.op_open:before{
  font-family: FontAwesome;
  content:"\f08e";
  position: absolute ;
  left: 9px;
 /* z-index: 1;*/
  top: 9px;
  font-size: 14px;
  color: rgba(115, 121, 135, 0.749);
}
.op_open:hover:before{
  color: rgb(48, 121, 71);
}
.op_edit:before{
  font-family: FontAwesome;
  content:"\f040";
  position: absolute;
  left: 9px;
  z-index: 1;
  top: 8px;
  font-size: 14px;
  color: rgba(115, 121, 135, 0.749);
}

.op_edit:hover:before{
  color: rgb(115, 121, 135);
}

.trash:after{
  font-family: FontAwesome;
  content: "\f1f8";
  color: rgba(115, 121, 135, 0.749);
  position: absolute;
  left: 11px;
  top: 11px;
  font-size: 16px;
} 

.trash:hover:after{
  color: rgb(173, 63, 63);
}
.trash_log:after{
  font-family: FontAwesome;
  content: "\f1f8";
  color: rgba(102, 102, 102, 0.749);
  position: absolute;
  left: -13px;
  top: -1px;
  font-size: 13px;
} 


.op_trash:after{
  font-family: FontAwesome;
  content: "\f014";
  left: 9px !important;
  top: 7px !important;
}

.fa_categ:before{
  font-family: FontAwesome;
  content:"\f0c9";
  position: absolute;
  left: 18px;
  z-index: 1;
  top: 10px;
  color: rgba(60, 49, 44, 0.749);
  font-size: 14px;
}

.fa_tag:before{
  font-family: FontAwesome;
  content:"\f02c";
  position: absolute;
  left: 18px;
  z-index: 1;
  top: 10px;
  font-size: 14px;
  color: rgba(77, 167, 225, 0.851);
}

.fa_user:before {
  font-family: FontAwesome;
  content:"\f007";
  position: absolute;
  left: 18px;
  z-index: 1;
  top: 9px;
  color: rgba(48, 121, 71, 0.749);
  font-size: 14px;
}

.fa_visible:before{
  font-family: FontAwesome;
  content:"\f06e";
  position: absolute;
  left: 18px;
  z-index: 1;
  top: 10px;
  color: rgb(102, 102, 102);
  font-size: 14px;
}

.fa_rating:before{
  font-family: FontAwesome;
  content:"\f005";
  position: absolute;
  left: 18px;
  z-index: 1;
  top: 10px;
  color: rgb(218, 175, 63);
  font-size: 16px; 
}

.fa_relationship:before{
  content:"\f0c0";
  font-family: FontAwesome;
  position: absolute;
  left: 18px;
  z-index: 1;
  top: 10px;
  color: rgba(48, 121, 71, 0.749);
  font-size: 16px; 
}

.op_del_forever:before{
  content:"\f05e";
  font-family: FontAwesome;
  position: absolute;
  left: 9px;
  z-index: 1;
  top: 8px;
  color:rgba(115, 121, 135, 0.749);
  font-size: 14px; 
}

.op_del_forever:hover:before{
  color: rgba(196, 17, 17, 0.749);
}

.fa_image:before{
  content:"\f1c5";
  font-family: FontAwesome;
  position: absolute;
  left: 10px;
  z-index: 1;
  top: 3px;
  color:rgb(77, 167, 225);
  font-size: 16px;
}

.fa_reply:before{
  content:"\f112";
  font-family: FontAwesome;
  position: absolute;
  left: 9px;
  z-index: 1;
  top: 8px;
  color: rgba(115, 121, 135, 0.749);
  font-size: 14px;
}

.fa_reply:hover:before{
  color: rgb(77, 167, 225);
}

.fa_spam:before{
  content:"\f071";
  font-family: FontAwesome;
  position: absolute;
  left: 8px;
  z-index: 1;
  top: 7px;
  color: rgba(115, 121, 135, 0.749);
  font-size: 14px;
}

.fa_spam:hover:before{
  color: #f0ad0c ;
}

.view_list{
  width: 50px;
  height: 20px;
  padding: 7px;
  background: none;
}

.fa_unlink:before{
  font-family: FontAwesome;
  content:"\f127";
  position: absolute;
  left: 9px;
  z-index: 1;
  top: 8px;
  font-size: 14px;
  color: rgba(115, 121, 135, 0.749);
}

.fa_unlink:hover:before{
  color: rgb(115, 121, 135);
}

.fa_block:before{
  font-family: FontAwesome;
  content:"\f056";
  position: absolute;
  left: 9px;
  z-index: 1;
  top: 8px;
  font-size: 14px;
  color:rgba(115, 121, 135, 0.749);
}

.fa_block:before{
 color: rgba(196, 17, 17, 0.749); 
}

.fa_check:before{
  font-family: FontAwesome;
  content:"\f00c";
  position: absolute;
  left: 9px;
  z-index: 1;
  top: 8px;
  font-size: 14px;
  color: #259531;
}

.fa_approve:before{
  font-family: FontAwesome;
  content:"\f00c";
  position: absolute;
  left: 9px;
  z-index: 1;
  top: 8px;
  font-size: 14px;
  color: rgba(115, 121, 135, 0.749);
}

.fa_approve:hover:before{
  color: #259531;
}

.fa_delete:before{
  font-family: FontAwesome;
  content:"\f00d";
  position: absolute;
  right: 9px;
  z-index: 1;
  top: 7px;
  font-size: 14px;
  color: rgba(115, 121, 135, 0.749);
}

.fa_delete:hover:before{
  color: #c41111;
}

.success_bu.n:before{
  top: 9px;
  color: #259531;
  left: 9px;
  font-size: 15px;
}

.item_success.n:before{
  top: 10px;
  color: #259531;
  left: 19px;
  font-size: 15px;
}

.failed_bu.e:before{
  top: 9px;
  color: #c41111;
  left: 9px;
  font-size: 15px;
}

.item_failure.e:before{
  top: 8px;
  color: #c41111;
  left: 19px;
}

.removeThisAct.trash:after{
  top: -2px;
  left: -16px;
}
.btn_rep_sprite_remove_task:hover {
  color: rgb(255, 255, 255);
  background: rgb(196, 17, 17);
  opacity: 1;
}

.btn_rep_sprite_remove_task:hover .removeThisAct.trash_log:after{
  color:rgb(255, 255, 255);
}

.fa_eraser:after{
  content:"\f12d";
  font-family: FontAwesome;
  position: absolute;
  left: 6px;
  top: 8px;
  font-size: 15px;
  color: rgb(115, 121, 135);
}

.fa_eraser:hover:after{
  color: rgb(196, 17, 17);
}

.row_detailed .rh .row_arrow:before , .active.row_arrow:before{
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  left: 15px;
  top: 14px;
  font-size: 7px;
  color: #8A9096
}
.row_arrow:before{
  content:"\f054";
  font-family: FontAwesome;
  position: absolute;
  left: 15px;
  top: 14px;
  font-size: 7px;
  color: #8A9096
}

.row_arrow_left:before{
  content:"\f053";
  font-family: FontAwesome;
  position: absolute;
  left: 15px;
  top: 14px;
  font-size: 7px;
  color: #8A9096
}

.fa_floppy:before{
  content:"\f0c7";
  font-family: FontAwesome;
  position: absolute;
  left: 10px;
  top: 6px;
  font-size: 14px;
  color: rgba(115, 121, 135, 0.651);
}

.fa_floppy:hover:before{
  color: rgb(115, 121, 135);
}

.participateInBetaCheck {
    position: relative;
}
.fa_flag:before{
  font-family: FontAwesome;
  content:"\f024";
  position: absolute;
  left: 9px;
  z-index: 1;
  top: 8px;
  font-size: 14px;
  color: rgba(115, 121, 135, 0.749);
}
.fa_flag:hover:before{
  color: #21812B;
}
.success#googleSaveSuccess:after {
  top: 8px;
}
.hideOverFlow{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#saveSuccess:after {
    top: 8px;
    left: 10px;
}
.icon_plugin:after {
   font-family: FontAwesome;
  content:"\f1e6";
  font-size: 12px;
  color: #aaaaaa;
}

.icon_wp:after{
  font-family: FontAwesome;
  content:"\f19a";
  font-size: 15px;
  color: #aaaaaa;

}
.icon_translation_count{
  background: url(../images/translation_count.svg) no-repeat 0 0;
  width: 18px;
  height: 15px;
}
.icon_theme:after{
  font-family: FontAwesome;
  content:"\f1fc";
  font-size: 12px;
  color: #aaaaaa;

}

.icon_plugin_all:after {
   font-family: FontAwesome;
  content:"\f1e6";
 font-size: 22px;
  color: #e8cd6e;
}

.icon_wp_all:after{
  font-family: FontAwesome;
  content:"\f19a";
  font-size: 26px;
  color: #95aec5;

}

.icon_theme_all:after{
  font-family: FontAwesome;
  content:"\f1fc";
  font-size: 22px;
  color: #e98788;

}

.error_warning::before {
    font-family: FontAwesome;
    content: "\f071";
    color: rgb(196, 17, 17);
    font-size: 14px;
    padding-right: 6px;
}

.update_in_page{
      background-position: 0 -143px;
    float: left;
    height: 15px;
    border: 1px solid rgba(108,114,119,.4);
    
    color: #6c7277;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    padding: 5px 11px 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
    
    border-radius: 20px;
    
}
.update_in_page:hover{
  text-decoration: none;
}

.icon_translation_all{
  background: url(../images/translation.svg) no-repeat 0 0;
  width: 40px;
  height: 32px;
  float: left;
}

.fa-staging::before{
  font-family: FontAwesome;
  content:"\f24d";
}
.fa-staging::after {
    font-family: FontAwesome;
    content: "\f067";
    position: absolute;
    top: 9px;
    left: 11px;
    font-size: 18px;
    text-shadow: -1px -2px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.starter-copy {
  width: 58px;
  height: 11px;
  /*font-family: Brandon Grotesque;*/
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 0.3px;
  text-align: center;
  color: #43b19c;
}

.-Oct-2016 {
  width: 74px;
  height: 11px;
  font-family: Open Sans;
  font-size: 12.2px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.53;
  text-align: left;
  color: #6a6a6a;
}

.email-support {
  width: 71px;
  height: 13px;
  opacity: 0.54;
  font-family: Open Sans;
  font-size: 12.2px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.53;
  text-align: left;
  color: rgba(106, 106, 106, 0.54);
}

.email-support .text-style-1 {
  font-family: FontAwesome;
  font-weight: normal;
}

.current-plan-element-section {
  position: static;
  display: block;
  width: auto;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 70px;
  float: none;
  clear: none;
  color: rgba(68, 68, 68, .87);
}

.current-plan-element-section:hover {
  text-decoration: none;
}

.current-plan-details {
  width: 300px;
}

.current-plan-title {
  width: auto;
  /*height: 24px;*/
  margin-right: 6px;
  margin-left: 4px;
  padding-top: 6px;
  float: left;
  /*font-family: brandon-grotesque, sans-serif;*/
  color: #43b19c;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.other-plans {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  overflow: visible;
  padding-right: 0px;
  padding-left: 0px;
}

.current-plan-div {
  display: block;
  margin-right: 0px;
  /*margin-bottom: 15px;*/
  float: left;
  clear: left;
}

.current-plan-icon {
  display: block;
  height: 19px;
  float: left;
  clear: none;
  opacity: 0.54;
  color: #444;
}

.font-size-12 {
  font-family: 'Open Sans', sans-serif;
  color: #444;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.plan-suggestion-heading {
  overflow: visible;
  float: none;
}

.font-size-16 {
  display: block;
  padding-right: 0px;
  float: none;
  font-family: 'Open Sans', sans-serif;
  color: #444;
  font-weight: 400;
  text-align: center;
}

.service-name.link-hover:hover {
  color: #df5a49;
}

.service-name.popup {
  margin-top: -1px;
  line-height: 30px;
}

.all-addon-icon {
  margin-top: 7px;
  margin-left: 9px;
  padding-right: 0px;
  float: left;
}



.support-service-list {
  margin-bottom: 14px;
  padding-left: 4px;
}

.i-wp-for-teams-service-list {
  padding-left: 3px;
}

.iwp-for-teams-icon {
  margin-top: 6px;
  margin-left: 6px;
  float: left;
  opacity: 0.87;
  color: #444;
}

.iwp-for-teams-icon.off {
  opacity: 0;
}

.upgrade-button {
  display: inline-block;
  /* width: 122px; */
  height: 23px;
  margin-top: 13px;
  margin-right: 13px;
  margin-left: 12px;
  border-radius: 3px;
  background-color: #43b19c;
  opacity: 0.87;
  -webkit-transition: all 65ms ease;
  transition: all 65ms ease;
  /*font-family: brandon-grotesque, sans-serif;*/
  color: #fff !important;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 4px 20px 3px 20px
}

.upgrade-button:hover {
  background-color: #43b19c;
  opacity: 1;
  -webkit-transform: scale(1.03) translate(0px, 2px);
  -ms-transform: scale(1.03) translate(0px, 2px);
  transform: scale(1.03) translate(0px, 2px);
  color: #fff;
  text-decoration: none;
}

.tiered-renews-price-value {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: rgba(68, 68, 68, .87);
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}

.tiered-renews-price-value.popup {
  margin-top: 5px;
}

.tiered-plans-row {
  padding-right: 81px;
}

.plan-valid-year {
  display: inline-block;
  opacity: 0.68;
  font-family: 'Open Sans', sans-serif;
  color: #444;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.popular-banner {
  position: absolute;
  display: inline-block;
  width: 86px;
  margin-top: -15px;
  margin-left: 32px;
}

.popular-banner.popup {
  margin-left: 73px;
}

.developer-icon {
  position: absolute;
  height: 24px;
  margin-top: -39px;
  margin-left: 53px;
}

.developer-icon.popup {
  height: 25px;
  margin-top: -40px;
  margin-left: 93px;
}

.starter-plan-icon {
  position: absolute;
  height: 22px;
  margin-top: -22px;
  margin-left: 62px;
  opacity: 0.54;
}

.freelancer-icon {
  position: absolute;
  height: 22px;
  margin-top: -22px;
  margin-left: 53px;
  opacity: 0.54;
}

.freelancer-icon.popup {
  height: 22px;
  margin-top: -17px;
  margin-left: 99px;
}

.recommended-banner {
  position: absolute;
  width: 217px;
  max-width: 126%;
  margin-top: -5px;
  margin-left: -17px;
}

.agency-icon {
  position: absolute;
  height: 22px;
  margin-top: -28px;
  margin-left: 57px;
  opacity: 0.54;
}

.agency-icon.popup {
  margin-top: -25px;
  margin-left: 97px;
}

.enterprise-icon {
  position: absolute;
  height: 22px;
  margin-top: -29px;
  margin-left: 63px;
  opacity: 0.54;
}

.enterprise-icon.popup {
  margin-left: 103px;
}

.popup-element-section {
  margin-top: 76px;
  margin-left: 12px;
}

.hacker-icon {
  display: block;
  height: 122px;
  margin-top: 0px;
  margin-right: 27px;
  float: none;
  clear: right;
  opacity: 0.54;
}

.image-assets-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 63px;
}

._21-sites-graphic {
  display: block;
  height: 122px;
  margin-left: 39px;
  float: none;
  clear: none;
  opacity: 0.54;
}

._101-sites-graphic {
  height: 122px;
  margin-left: 16px;
  opacity: 0.54;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-preserve-3d {
  transform-style: preserve-3d;
}
.w-hidden {
  display: none;
}
.w-button {
  /*display: inline-block;*/
  /*padding: 9px 15px;*/
  /*background-color: #3898EC;*/
  /*color: white;*/
  /*border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;*/
}
.w-block {
  display: block;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
input.w-button {
  -webkit-appearance: button;
}

.connectionMethodRadio{
    float:left;
    margin-left: 0px;
    margin-top: 2px;
}

.connectionModeRadio{
    float:left;
    margin-left: 0px;
    margin-top: 2px;
}

.connectionRunnerRadio{
    float:left;
    margin-left: 0px;
    margin-top: 2px;
}

.ftpSettingsItem #stagingFtpForm .ftp_group, .settingsItem #stagingFtpForm .ftp_group, .staging_modal #stagingFtpForm .ftp_group{
  margin: 4px 0px 0px 0px;
    width: 49%;
    float: left;
  color: #737987;
}
 
.settingsItem #stagingFtpForm  input, .ftpSettingsItem #stagingFtpForm  input, .staging_modal #stagingFtpForm  input{
  height:22px !important;
  width: 82% !important;
    padding: 4px;
    border: 1px solid #b7bec0;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    color: #737987;
    font-size: 12px;
}

.browseFilesIC {
    background-color: #f6f6f6;
    border: 1px solid #b7bec0;
    border-radius: 3px;
    cursor: pointer;
    float: left;
    font-size: 8px;
    height: 4px;
    margin: 1px;
    padding: 10px 15px 11px;
    text-align: center;
    width: 20px;
    position: relative;
}
.browseFilesIC::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 10px;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #444;
}


.fileTreeClass {
  width: 390px;
  height: auto;
  min-height: 17px;
  max-height:150px;
  border: solid 1px #BBB;
  background: #FFF;
  padding: 5px;
  margin: 5px 0px 13px 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
    position: absolute;
    top: 24px;
}

.stopWarn{
  background-color: #efdede !important;
}

.addScroll{
  overflow: scroll;
}

.radioConnType  .radio_label{
  margin-top:4px;
  margin-right:8px;
}

.input_folder_ft {
    margin-bottom: 0px;
}

#refdocs_wrapper {
    padding: 1px;
    line-height: 18px;
  position: relative;
}

#refdocs_button {
   padding: 0;
  height: 20px;
  width: 50px;
  position: absolute;
  top: 10px;
  left: 5px;
}

#refdocs_input{
    width: 154px;
    padding: 0px; 
    border: 0;
}
#refdocs_button::-moz-focus-inner {
    padding: 0;
    border: 0
}
.cpanelAutofill {
    background: url("../images/cpanel_sshot.png") no-repeat scroll 10px 10px rgba(0, 0, 0, 0);
    margin: 40px;
    min-height: 280px;
    padding: 80px 50px 100px 424px;
    width: 329px;
}
 
a.link.remove_staging:hover{
  background: #EFDEDE !important;
}

a#updateInExistingStage , a#updateInNewStage {
    box-shadow: none;
}
.staging_path::before {
    font-family: FontAwesome;
    content:"\f129";
    font-size: 18px;
    color: rgb(33, 117, 155);
    padding:5px;
}
.staging_backup::before {
    font-family: FontAwesome;
    content:"\f05a";
    font-size: 18px;
    color: rgb(33, 117, 155);
    padding:5px;
}
.staging_warning:after{
  font-family: FontAwesome;
  content:"\f071";
  position: absolute;
  font-size: 14px;
  color: rgb(196, 17, 17);
  top: 10px;
  left: 13px;
}

.parent_site_checkbox{
  position: relative;
  padding-bottom: 0;
}
.iwp-trial-baner{
   position: fixed;
   padding: 12px;
   width: 100%;
   background-color: #e9eaee;
   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
   height: 24px;
   margin-top: -48px;
   z-index: 150;
   margin-left: -24px;
}

.infiniteWP-Trail-font {
  width: 96px;
  height: 18px;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #6c7277;
  margin-left: 24px;
}

.iwp-trail-baner-note {
  width: 327px;
  height: 17px;
  opacity: 0.74;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #444444;
  color: var(--greyish-brown);
}

.iwp-trail-choose-plan{
  width: 97px;
  height: 23px;
  border-radius: 3px;
  background-color: #f3583e;
}

.iwp-trail-choose-plan-text{
  width: 80px;
  height: 17px;
  /* font-family: OpenSans; */
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.42;
  /* letter-spacing: -18px; */
  text-align: left;
  color: #ffffff;
  padding-left: 7px;
  position: absolute;
  top: 15px;
}

.iwp-trail-move-panel{
  width: 108px;
  height: 23px;
  border-radius: 3px;
  background-color: #f1f1f1;
  border: solid 0.6px #bbbbbb;
  margin-left: 10px;
}

.iwp-trail-move-panel-text{
  width: 94px;
  height: 17px;
  /* font-family: OpenSans; */
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.42;
  /* letter-spacing: -18px; */
  text-align: left;
  color: #6c7277;
  padding-left: 7px;

     position: absolute;
    top: 15px;

}
.top-pose{
  position: absolute;
  top: -36px;
  left: 46px;
}
.tiered-plans-div{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.tiered-plan{
  position: relative;
}
.starter, .starter-small{
    width: 36px;
    height: 31px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url('../images/starter.png');
}
.developer.top-pose {
    top: -57px !important;
    left: 39px;
}
.developer, .developer-small{
   width: 52px;
   height: 31px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url('../images/freeuser.png');
}
.freeuser, .freeuser-small{
    width: 24px;
    height: 19px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url('../images/freeuser.png');
}
.freelancer, .freelancer-small{
    width: 47px;
    height: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url('../images/freelancer.png');
}
.crossline{
    background-size: 77%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/crossline.png');
}
.agency, .agency-small{
    width: 49px;
    height: 37px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url('../images/agency.png');
}

.enterprise, .enterprise-small{
    width: 36px;
    height: 29px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url('../images/enterprise.png');
}
.agencypopular{
  width: 128.9px;
  height: 35.2px;
  background-size: 100%;
  background-repeat: no-repeat;
  top: -27px;
  position: absolute;
  left: 6px;
  background-image: url('../images/agencypopular.png');
}

.mb-2{
    margin-bottom: 1rem !important;
}

.other-plans-title {
   font-family: Lato;
   font-size: 16px;
   font-weight: bold;
   line-height: 1.19;
   text-align: left;
   line-height: 1.19;
   opacity: 0.87;
   letter-spacing: 0.32px;
}

.other-plans-text {
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.58;
    text-align: left;
    opacity: 0.87;
    padding-top: 3px;
}

.addons-plan-exceed {
    padding: 25px 71px 48px 72px;
    text-align: center;
}
.custom-plan-text {
    font-family: Lato;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.47;
    color: #444444;
    margin-bottom: 12px;
}
.addons-plan-exceed .plans {
    margin: auto;
}

.addons-plan-exceed .custom-plan-details {
    width: 254px;
    margin: auto;
    border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(174, 180, 186, 0.54);
    padding: 19px 0px;
}

.addons-plan-exceed .custom-plan-details .custom-plan-name {
    font-family: Lato;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.21;
    letter-spacing: 0.38px;
    text-transform: capitalize;
    padding-bottom: 8px;
}
.addons-plan-exceed .custom-plan-details .custom-plan-name .custom-plan-name-sub {
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.58;
    text-align: left;
}
.addons-plan-exceed .custom-plan-details .custom-plan-price {
    font-family: Lato;
    font-size: 32px;
    font-weight: 900;
    color: #20b497;
    position: relative;
}
.addons-plan-exceed .custom-plan-details .custom-plan-price .dolor-sign {
    position: absolute;
    margin-left: -13px;
    font-size: 21px;
}

.addons-plan-exceed .custom-plan-details .custom-plan-support {
    font-family: Lato;
    font-size: 11px;
    font-weight: 500;
    color: #444444;
    padding-top: 8px;
}
.addons-plan-exceed .custom-plan-action {
    margin-top: 37px;
}
.addons-plan-exceed .agencypopular {
    position: relative;
    margin: auto;
    top: 6px;
    left: 0px;
}
.update-validation{
  font-weight: 500;
  color: #CF4444;
}
.update-tost-content {
    margin-bottom: 5px;
}
.update-tost-tiltle {
    font-weight: 600;
}