.tp-spinner {
  text-align: center;
  margin-top: 2px; }

.tp-spinner > div {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.tp-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.tp-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.tp_installer {
  color: #333; }
  .tp_installer__steps {
    display: inline-block;
    width: 528px;
    text-align: right;
    padding-right: 309px;
    margin-top: 60px; }
  .tp_installer__steps li {
    color: #999;
    font-weight: bold; }
  .tp_installer__steps li span {
    width: 20px;
    height: 20px;
    background-color: #999;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    margin-left: 20px;
    line-height: 20px;
    font-size: 12px; }
  .tp_installer__steps li.active {
    color: #333; }
  .tp_installer__steps li.active span {
    background-color: #37a7de; }
  .tp_installer__forms [data-form] {
    position: relative;
    display: none; }
  .tp_installer__forms [data-form].active {
    display: inline-block; }
  .tp_installer__forms [data-form] input[type="text"], .tp_installer__forms [data-form] input[type="email"] {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 40px;
    width: 526px;
    height: 40px;
    padding: 0px 19px 2px 19px;
    font-size: 18px;
    border-color: #203c4e;
    background-color: #fffaf1;
    text-align: left;
    color: #37a7de; }
  .tp_installer__forms [data-form] button {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background-color: #203c4e;
    height: 38px;
    font-size: 16px;
    border: none;
    border-radius: 0px 20px 20px 0px;
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 2px 20px 3px 20px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    min-width: 172px;
    overflow: hidden; }
  .tp_installer__forms [data-form] button:hover {
    background-color: #386684; }
  .tp_installer__forms [data-form] button:disabled {
    background-color: #386684;
    cursor: initial; }
  .tp_installer .tp-errors {
    color: red; }

.validate-result {
  padding-top: 40px; }

.validate-result h4 {
  margin: 20px 0 25px 0;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.1em; }

.validate-result .dispaly-icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-image: url(../images/success_80x80.png); }

.validate-result .frm-change-code {
  position: relative;
  display: inline-block; }

.validate-result .title-invalid {
  display: none; }

.validate-result.validate-result--failure .dispaly-icon {
  background-image: url(../images/warning.png);
  background-size: 80px 80px; }

.validate-result.validate-result--failure .title-success {
  display: none; }

.validate-result.validate-result--failure .title-invalid {
  display: block; }

.validate-result .action-buttons a {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  background-color: #f7af65;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
  color: #fff;
  margin: 0px 3px;
  display: none; }

.validate-result .action-buttons a:hover {
  background-color: #333; }

.validate-result .action-buttons .cancel_update_token {
  background-color: #999; }

.validate-result .action-buttons .cancel_update_token i {
  color: red; }

.validate-result .action-buttons .create_new_token i {
  color: #3bb54a;
  font-size: 17px;
  position: relative;
  top: 1px; }

.tpba-install {
  text-align: center;
  height: 400px;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: right bottom; }

.tpba-install {
  border-radius: 5px;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 0 #EAEAEA;
  box-shadow: 0 2px 0 #EAEAEA;
  padding: 30px;
  margin: 0 0 30px;
  border: 1px solid #eee; }

.tpba-install .tpba_panel__header {
  margin-left: -30px;
  margin-right: -30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-top: -30px;
  overflow: hidden;
  position: relative;
  height: 80px;
  padding-left: 80px;
  text-align: left; }

.tpba-install .tpba_panel__header .tpba-logo img {
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px 0px 0px 0px; }

.tpba-install .tpba_panel__header h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 20px;
  margin-top: 22px;
  margin-bottom: 0;
  color: #203c4e; }

.tpba-install .tpba_panel__header p {
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 2px;
  padding-left: 21px;
  color: #555; }

.tpba-install .tpba_panel__header .btn-help {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  width: 80px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  text-align: center;
  color: #333;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  padding-top: 13px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.tpba-install .tpba_panel__header .btn-help i {
  border: 2px solid #333;
  border-radius: 100%;
  width: 30px;
  height: 30px; }
  .tpba-install .tpba_panel__header .btn-help i:before {
    top: 5px;
    position: relative; }

.tpba-install .tpba_panel__header .btn-help:hover {
  opacity: .8; }

.tpba-install .tpba_panel__content {
  padding-top: 30px; }

.redirect_alert {
  margin-top: -17px;
  color: #666; }

.tpba-tabs {
  border-radius: 5px;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 0 #EAEAEA;
  box-shadow: 0 2px 0 #EAEAEA;
  overflow: hidden;
  margin: 0 0 30px;
  border: 1px solid #eee; }

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.tpba_panel {
  padding: 30px; }
  .tpba_panel table {
    width: 100%;
    border-collapse: collapse; }
  .tpba_panel table th {
    text-align: left;
    font-size: 18px; }
  .tpba_panel table td {
    border-top: 1px solid #eee; }
  .tpba_panel table th, .tpba_panel table td {
    padding: 15px 10px; }
  .tpba_panel table tr.current {
    background-color: #fffae8; }

.tpba-tabs nav {
  border-bottom: 1px solid #ddd;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
  background: -webkit-linear-gradient(top, #fff, #f5f5f5);
  background: -o-linear-gradient(top, #fff, #f5f5f5);
  background: linear-gradient(top, #fff, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=1 );
  position: relative; }

.tpba-tabs nav ul {
  padding: 0;
  margin: 0; }

.tpba-tabs nav ul li {
  list-style: none;
  float: left;
  margin-bottom: 0;
  border-right: 1px solid #e9e9e9; }

.tpba-tabs nav ul li a {
  display: block;
  padding: 15px 40px;
  text-decoration: none;
  text-transform: uppercase;
  color: inherit;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  text-shadow: 0px 1px 1px #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.tpba-tabs nav ul li.active a {
  background-color: #fff; }

.tpba-tabs nav ul li.active a:after {
  height: 1px;
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0; }

.tpba-tabs nav ul li:hover a {
  background: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(#f5f5f5), to(#fff));
  background: -webkit-linear-gradient(top, #f5f5f5, #fff);
  background: -o-linear-gradient(top, #f5f5f5, #fff);
  background: linear-gradient(top, #f5f5f5, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#fff', GradientType=1 ); }

.tpba-tabs nav ul:after {
  display: table;
  clear: both;
  content: ''; }

.tpba-tabs nav .btn-help {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  width: 60px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  text-align: center;
  color: #333;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  padding-top: 0px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  font-size: 16px; }

.tpba-tabs nav .btn-help i {
  border: 2px solid #333;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  font-size: 15px; }
  .tpba-tabs nav .btn-help i:before {
    top: 5px;
    position: relative; }

.tpba-tabs nav .btn-help:hover {
  opacity: .8; }

@keyframes animate-stripes {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 60px 0; } }

@-webkit-keyframes animate-stripes {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 60px 0; } }

.tpba_progress {
  /* All good till now. Now we'll style the background */
  /* Now the value part */ }
  .tpba_progress {
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .tpba_progress.show {
    opacity: 1; }
  .tpba_progress .progress_logs {
    padding-left: 6px;
    margin-bottom: 15px; }
    .tpba_progress .progress_logs__track {
      color: #bbb;
      font-weight: bold;
      font-size: 14px; }
    .tpba_progress .progress_logs__message {
      font-size: 20px;
      color: #5dadff;
      font-weight: bold; }
      .tpba_progress .progress_logs__message.msg-error {
        color: #f67c7c; }
  .tpba_progress .progress {
    width: 100%;
    height: 20px;
    border-radius: 20px;
    display: block;
    background: #9bcafa;
    padding: 0px;
    -webkit-box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.2);
    margin: 0px 0px 20px 0px;
    overflow: hidden; }
  .tpba_progress .progress-bar {
    width: 0%;
    height: 20px;
    border-radius: 20px;
    text-align: right;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
    -webkit-transition-property: width;
    -webkit-transition-duration: 1s;
    -o-transition-property: width;
    transition-property: width;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #0068d3;
    background-size: 30px 30px;
    background-image: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-animation: animate-stripes 4s linear infinite;
    animation: animate-stripes 4s linear infinite; }
  .tpba_progress .progress-percent {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px; }

.tpba_alert {
  background-color: #D1F1EA;
  border-radius: 2px;
  color: #333333;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 30px;
  padding: 15px 30px;
  letter-spacing: -0.015em;
  font-weight: 500; }
  .tpba_alert--notice, .tpba_alert--warning {
    background-color: #FFF5D5;
    border: none;
    line-height: 30px;
    font-size: 15px;
    letter-spacing: -0.015em; }
  .tpba_alert--error {
    background-color: #f2dede; }

.notice.tpba-notice {
  padding: 10px;
  font-size: 15px; }
  .notice.tpba-notice a.button {
    margin-right: 11px; }
  .notice.tpba-notice p {
    font-size: inherit; }

.tpba_progress_wrapper {
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px; }

.activity-list thead h2 {
  float: left; }

.activity-list thead .button {
  float: right;
  height: 37px;
  font-size: 14px;
  margin-top: 14px;
  color: #0970ce; }
  .activity-list thead .button span {
    position: relative;
    top: 3px;
    font-size: 20px;
    color: #2c77bb; }

.activity-list tbody td .dashicons {
  color: #5b9dd9;
  margin-right: 5px;
  font-size: 17px; }
  .activity-list tbody td .dashicons.dashicons-external {
    font-size: 22px;
    position: relative;
    top: -2px; }

.activity-list tbody .item-backup.item-error .dashicons {
  color: #e05b5b; }

.activity-list tbody .item-restore .dashicons {
  color: green; }

.mb-0 {
  margin-bottom: 0; }

.mt-3 {
  margin-top: 30px; }

@media (max-width: 900px) {
  .tpba-install {
    background-image: none; }
  .tp_installer__steps {
    max-width: 100%; } }

@media (max-width: 550px) {
  .tpba-install .tpba_panel__header {
    padding-right: 80px;
    font-size: 15px; }
    .tpba-install .tpba_panel__header h3 {
      margin-top: 0;
      font-size: 16px;
      margin-top: 13px; }
    .tpba-install .tpba_panel__header p {
      font-size: 14px;
      line-height: 1.2em;
      margin-top: 5px; }
  .tp_installer__forms [data-form] input[type="text"],
  .tp_installer__forms [data-form] input[type="email"] {
    width: 416px; } }
