File: /storage/v6964/duplicatefoodfactor/public_html/wp-content/plugins/wp-time-capsule/tc-ui.css
@charset "UTF-8";
/* CSS Document */
#wptc, #wptc p {
font-family: 'open_sansregular' !important;
color: #444;
margin-bottom: 20px;
}
.clearfix::after, .bu_meta::after, ul.bu_files_list li::after, .wptc-clear {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
#wptc h2 {font-family: 'open_sansregular';}
.pu_title {
font-size: 21px;
text-align: center;
padding-bottom: 20px;
font-weight: 300;
padding-top: 20px;
}
ul.bu_list_cont {
width: 880px;
box-sizing: border-box;
margin: 0 auto 20px;
padding: 0;
font-family: 'open_sansregular' !important;
}
ul.bu_list_cont li.bu_list {
background-color: #fff;
box-sizing: border-box;
list-style: none;
border: 1px solid #E5E5E5;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
margin: 0 20px -1px 20px;
font-size: 21px;
font-weight: 300;
-webkit-transition: margin 0.1s ease-out, background-color 0.3s ease-out;
-moz-transition: margin 0.1s ease-out, background-color 0.3s ease-out;
-o-transition: margin 0.1s ease-out, background-color 0.3s ease-out;
transition: margin 0.1s ease-out, background-color 0.3s ease-out;
}
ul.bu_list_cont li.bu_list .item_label {
float: left;
border-top: 1px solid #E5E5E5;
padding: 15px 14px;
width: 89px;
text-align: right;
font-size: 12px;
text-transform: uppercase;
font-weight: 400;
}
ul.bu_list_cont li.bu_list .bu_meta {
background-color: #fff;
-webkit-transition: background-color 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;
}
ul.bu_list_cont li.bu_list.open {
margin: 20px;
}
ul.bu_list_cont li.bu_list.open .bu_meta .btn_wptc {
display: block;
}
ul.bu_list_cont li.bu_list:first-child.open {
margin: 0px 20px 20px 20px;
}
ul.bu_list_cont li.bu_list .bu_meta {
clear: both;
}
ul.bu_list_cont li.bu_list .bu_meta .time {
float: left;
padding: 21px;
font-size: 16px;
}
ul.bu_list_cont li.bu_list .bu_meta .bu_name {
float: left;
padding: 21px 0;
max-width: 190px;
font-size: 13px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
ul.bu_list_cont li.bu_list .bu_files_list_cont {
height: 0px;
overflow: hidden;
width: 100%;
-webkit-transition: height 0.1s ease-out;
-moz-transition: height 0.3s ease-out;
-o-transition: height 0.3s ease-out;
transition: height 0.1s ease-out;
}
ul.bu_files_list {
margin: 0;
padding: 0;
float: left;
background-color: #fdfdfd;
width: 720px;
border-left: 1px solid #E5E5E5;
}
ul.bu_files_list li {
list-style: none;
border-top: 1px solid #E5E5E5;
font-size: 18px;
-webkit-transition: background-color 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;
position: relative;
padding-left: 49px;
margin-bottom: 0;
}
ul.bu_files_list li.sl1 {
margin-left: 49px;
}
ul.bu_files_list li div {
float: left;
}
ul.bu_files_list li .file_path {
padding: 12px;
padding-left: 0;
cursor: default;
}
ul.bu_files_list li .folder {
background-color: #f8f8f8;
height: 44px;
width: 44px;
position: relative;
margin-right: 14px;
border-left: 1px solid #E5E5E5;
border-right: 1px solid #E5E5E5;
}
ul.bu_files_list li .folder:hover {
background-color: #f3f3f3;
}
ul.bu_files_list li .folder::before {
content: '';
background: url(images/folder_sprite.svg) no-repeat;
width: 17px;
height: 13px;
top: 18px;
position: absolute;
left: 16px;
}
ul.bu_files_list li .folder.open::before, ul.bu_files_list li .folder:active::before {
background-position: 0px -14px;
}
ul.bu_files_list li .folder.open:active::before {
background-position: 0 0;
}
ul.bu_files_list li .folder.close::before, ul.bu_files_list li .folder:active::before {
background-position: 0px 0px;
}
ul.bu_files_list li .folder.close:active::before {
background-position: 0 0;
}
ul.bu_files_list li .folder.wait::before {
background: url(images/loader.gif);
width: 16px;
height: 16px;
top: 15px;
}
ul.bu_files_list li.selected, ul.bu_files_list li.selected:hover, ul.bu_files_list li:active{
background-color: #e0f5de;
}
ul.bu_files_list li:before {
content: '';
background: url(images/check_sprite.svg);
position: absolute;
width: 15px;
left: 16px;
height: 12px;
top: 19px;
}
ul.bu_files_list li.selected:before{
background-position: 0px -12px;
}
ul.bu_files_list li:hover {
background-color: #ffffe8;
}
ul.bu_list_cont li.bu_list.open .bu_files_list_cont {
height: auto;
overflow: auto;
}
.btn_wptc {
background-color: #2ea2cc !important;
color: #fff !important;
font-size: 12px;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
display: block;
padding: 9px 15px 11px;
float: right;
margin: 10px;
border-radius: 3px;
box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset, 0 -4px 0 rgba(255, 255, 255, 0.1) inset;
font-family: 'open_sansregular' !important;
}
.btn_wptc:hover {
cursor: pointer;
background-color: #2eaad7;
}
.btn_wptc:active {
padding: 10px 15px;
box-shadow: 0 -3px 0 rgba(0, 0, 0, 0) inset;
}
.btn_wptc.disabled {
background-color: #dadada;
color: #e6e6e6;
box-shadow: 0 0;
padding: 10px 15px;
}
ul.bu_list_cont li.bu_list .bu_meta .btn_wptc {
text-align: center;
}
ul.bu_list_cont li.bu_list .bu_meta .toggle_files {
background-color: #f9f9f9;
position: relative;
float: left;
width: 36px;
height: 36px;
border: 1px solid #E5E5E5;
cursor: pointer;
margin: 10px;
border-radius: 3px;
margin-right: 0;
}
ul.bu_list_cont li.bu_list .bu_meta .toggle_files::before {
position: absolute;
content: 'Select items to restore';
font-size: 16px;
white-space: nowrap;
background-color: rgba(0,0,0,0.8);
color: #fff;
padding: 8px 13px 7px;
border-radius: 3px;
top: 2px;
text-align: right;
right: -199px;
display: none;
}
ul.bu_list_cont li.bu_list .bu_meta .toggle_files.selection_mode_on::before {
position: absolute;
content: 'Close item list';
font-size: 16px;
white-space: nowrap;
background-color: rgba(0,0,0,0.8);
color: #fff;
padding: 8px 13px 7px;
border-radius: 3px;
top: 2px;
text-align: right;
right: -136px;
display: none;
}
.btn_wptc.disabled, .btn_wptc.disabled:hover {
background-color: #d7d7d7 !important;
color: #E9E9E9 !important;
padding: 10px 15px;
box-shadow: 0 -3px 0 rgba(0, 0, 0, 0) inset;
cursor: default;
}
ul.bu_list_cont li.bu_list .bu_meta .toggle_files:hover {
background-color: #f3f3f3;
}
ul.bu_list_cont li.bu_list .bu_meta .toggle_files:hover::before {
display: block;
}
ul.bu_list_cont li.bu_list .bu_meta .toggle_files::after, ul.bu_list_cont li.bu_list .bu_meta .toggle_files.selection_mode_on:active::after {
position: absolute;
background: url(images/selection_mode.svg) no-repeat;
width: 14px;
height: 11px;
content: '';
top: 12px;
left: 11px;
}
ul.bu_list_cont li.bu_list .bu_meta .toggle_files.selection_mode_on::after, ul.bu_list_cont li.bu_list .bu_meta .toggle_files:active::after {
position: absolute;
background: url(images/icon_close14.svg) no-repeat;
width: 9px;
height: 9px;
content: '';
top: 13px;
left: 14px;
}
.changed_files_count {
float: right;
padding: 21px 10px;
text-align: right;
font-size: 16px;
}
.wcard {
background-color: #fff;
padding: 15px;
width: 450px;
margin: auto;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
font-size: 14px;
position: relative;
}
.wcard .l1 {
text-align: center;
padding: 20px 0 10px;
line-height: 22px;
width: 100%;
}
.wcard .btn_pri {
background-color: rgba(10, 205, 111, 0.72);
color: #FFF;
padding: 9px 58px 11px;
display: block;
border-radius: 3px;
margin-right: 14px;
cursor: pointer;
/*box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset, 0 -4px 0 rgba(255, 255, 255, 0.1) inset;*/
float: left;
border:0;
}
.wcard .btn_pri:hover {
background-color: rgba(10, 205, 111, 1);
color: #fff !important;
}
.wcard .btn_pri:active {
padding: 10px 58px;
box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.0);
}
.wcard .btn_pri.disabled {background-color: #D7D7D7 !important;box-shadow: 0px 0px;
text-transform: none;
letter-spacing: 1px;
color: rgb(255, 255, 255) !important;}
.wcard .btn_pri.disabled:hover {padding: 9px 58px 11px; cursor: default;}
.wcard .btn_sec {
background-color: #acacac;
color: #fff !important;
padding: 9px 24px 11px;
display: block;
float: left;
border-radius: 3px;
cursor: pointer;
text-decoration: none;
box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset, 0 -4px 0 rgba(255, 255, 255, 0.1) inset;
}
.wcard .btn_sec:hover {
background-color: #b9b9b9;
}
.wcard .btn_sec:active {
padding: 10px 24px;
box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.0);
}
.wcard .progress_bar {
z-index: 1;
background-color: #E0F5DE;
height: 60px;
position: absolute;
-webkit-transition: width 0.1s ease-out;
-moz-transition: width 0.1s ease-out;
-o-transition: width 0.1s ease-out;
transition: width 0.2s ease-out;
}
.wcard.progress_reverse .progress_bar {
right: 0;
}
.wcard .progress_cont {
z-index: 2;
width: 450px;
padding: 20px 5px;
box-sizing: border-box;
position: absolute;
text-align: center;
}
.notif {
width: 790px;
box-sizing: border-box;
border-radius: 5px;
padding: 11px 12px 13px;
margin: 10px auto 20px;
font-size: 21px;
font-weight: 300;
text-align: center;
}
.notif.e {
background-color: #f5dede;
color: #a93232;
border: 1px dashed #a93232;
}
.notif.s {
background-color: #e0f5de;
color: #1a8529;
border: 1px dashed #1a8529;
}
.notif.w {
background-color: #f4f5de;
color: #8f950d;
border: 1px dashed #8f950d;
}
.wcard.backup_name_dialog {
width: 380px;
padding: 20px 35px;
}
.wcard.backup_name_dialog input {
float: left;
border: 1px solid #E5E5E5;
padding: 5px 10px;
border-radius: 3px;
font-family: 'open_sansregular' !important;
width: 234px;
height: 35px;
margin-right: 10px;
font-size: 13px;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
}
.wcard.backup_name_dialog input {
}
.wcard.backup_name_dialog a.btn_pri {
padding: 9px 40px 11px;
margin-right: 0;
}
.wcard.backup_name_dialog a.btn_pri:active {
padding: 10px 40px;
}
.wcard.backup_name_dialog a.skip {
font-weight: 600;
font-size: 13px;
padding: 0;
display: inline-block;
margin: 30px 134px 0px;
cursor: pointer;
text-decoration: none;
line-height: 12px;
border-bottom: 1px solid #fff;
color: #444 !important;
}
.wcard.backup_name_dialog a.skip:hover {
border-color: #444;
}
.bp_progress_bar_cont, .staging_progress_bar_cont{
width:100%;
height:30px;
background:#fff;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
position: relative;
margin-top: 30px;
}
.bp-progress-calender{
margin-left: 33%;
width: 30%;
}
.bp-progress-first-bp {
width: 70% !important;
margin-left: 13%;
}
.bp_progress_bar_cont-first-b-wptc {
text-align: left;
margin-left: 10px;
}
.rounded-rectangle-box-wptc-first-c-wptc{
top: 20px !important;
}
#bp_progress_bar_note, #staging_progress_bar_note{
opacity: 1;
font-family: 'open_sansregular' !important;
font-size: 13px;
font-weight: normal;
z-index: 49;
font-style: normal;
line-height: 30px;
margin-left: 10px;
color: rgba(68, 68, 68, 0.87);
position: absolute;
}
.reload-image-wptc::before{
width: 15px;
height: 30px;
position: absolute;
content: '';
background: url(images/reload_image.svg) no-repeat;
left: 9px;
top: 8px;
/* -webkit-animation:wptc-spin 4s linear infinite;
-moz-animation:wptc-spin 4s linear infinite;
animation:wptc-spin 4s linear infinite; */
}
.error-image-wptc::before{
width: 16px;
height: 16px;
position: absolute;
content: '';
background: url(images/error_image_wptc.svg) no-repeat;
left: 9px;
top: 5px;
}
.message-image-wptc::before{
width: 14px;
height: 13px;
position: absolute;
content: '';
background: url(images/message_image_wptc.svg) no-repeat;
left: 9px;
top: 8px;
}
.success-image-wptc::before{
width: 14px;
height: 10px;
position: absolute;
content: '';
background: url(images/success_image_wptc.svg) no-repeat;
left: 9px;
top: 8px;
}
.warning-image-wptc::before{
width: 18px;
height: 13px;
position: absolute;
content: '';
background: url(images/warning_image_wptc.svg) no-repeat;
left: 9px;
top: 6px;
}
.close-image-wptc::after{
width: 8px;
height: 8px;
position: absolute;
content: '';
background: url(images/close_button_wptc.svg) no-repeat;
left: 434px;
top: 10px;
cursor: pointer;
}
.rounded-rectangle-box-wptc{
width: 31px;
height: 30px;
background-color: #e6e5e5;
box-shadow: 0.5px 0.8px 3px 0 rgba(0, 0, 0, 0.12);
position: absolute;
right: -30px;
top: 0px;
cursor: pointer;
}
.last-c-sync-wptc , .last-s-sync-wptc {
/* height: 10px; */
opacity: 1;
font-family: 'open_sansregular' !important;
font-size: 11px;
font-weight: normal;
line-height: 22px;
color: rgba(68, 68, 68, 0.87);
position: relative;
left: 30px;
text-align: right;
}
.last-bp-taken-wptc{
position: absolute;
font-size: 13px;
font-weight: normal;
letter-spacing: -0.2px;
font-family: 'open_sansregular' !important;
}
.last-bp-taken-time{
width: 175px;
height: 14px;
opacity: 0.87;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: normal;
text-align: left;
color: rgba(35, 40, 45, 0.87);
}
.bp_progress_bar_cont .bp_progress_msg , .staging_progress_bar_cont .staging_progress_msg { position:absolute; z-index: 3; padding-left: 5px;}
.bp_progress_bar_cont::after , .staging_progress_bar_cont::after{
content: "";
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
z-index: 0;
background-size: 50px 50px;
animation: 2s linear 0s normal none infinite running move;
-webkit-animation: 2s linear 0s normal none infinite running move;
overflow: hidden;
}
.bp_progress_bar, .staging_progress_bar{
position: relative;
display: block;
overflow: hidden;
height: 100%;
background-color: #ace393;
width: 1%;
z-index: 0;
margin-top: -30px;
}
.l1.wptc_prog_wrap{
position: relative;
}
.wcard.backup_progress_tc::after {
content: "";
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
z-index: 0;
background-size: 50px 50px;
animation: 2s linear 0s normal none infinite running move;
-webkit-animation: 2s linear 0s normal none infinite running move;
overflow: hidden;
}
.wcard.progress_reverse::after {
content: "";
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
z-index: 0;
background-size: 50px 50px;
animation: 2s linear 0s normal none infinite running reverse;
-webkit-animation: 2s linear 0s normal none infinite running reverse;
overflow: hidden;
}
@-webkit-keyframes move {
0% {
background-position: 0 0;
}
100% {
background-position: 50px 50px;
}
}
@-moz-keyframes move {
0% {
background-position: 0 0;
}
100% {
background-position: 50px 50px;
}
}
@-webkit-keyframes reverse {
0% {
background-position: 50px 50px;
}
100% {
background-position: 0 0;
}
}
@-moz-keyframes reverse {
0% {
background-position: 50px 50px;
}
100% {
background-position: 0 0;
}
}
@-moz-keyframes wptc-spin { 100% { transform: rotate(360deg); } }
@-webkit-keyframes wptc-spin { 100% { transform: rotate(360deg); } }
@keyframes wptc-spin { 100% { transform: rotate(360deg); } }
.dialog_close {
background: url(images/icon_close02.svg);
position: absolute;
right: 15px;
top: 15px;
width: 23px;
height: 23px;
cursor: pointer;
}
.dbox_quota {
width: 200px;
height: 11px;
background-color: #fff;
border: 1px solid #ddd;
margin-bottom: 10px;
}
.dbox_quota span { display: block;
background-color: #278ab7;
height: 11px;
}
#wpadminbar #wp-admin-bar-wptc-dash-icons .ab-icon:before {
content: "\f531";
top: 3px;
}
.wptc_subtitle .block {
display: inline-block;
padding: 10px 5px;
width: 156px;
font-size: 12px;
font-weight: 600;
}
.wptc_subtitle .block.active {
background-color: #fff;
}
.wptc_login_msg_div{
padding-bottom: 10px !important;
display:none;
}
.wptc_login_msg_div.active{
display:block;
}
.wptc_error_div{
padding: 10px;color: #D91E18;background-color: rgba(217, 30, 24,0.2);width: 330px;margin: auto;font-size: 13px;display:none;
}
.wptc_error_div.active{
display:block;
}
.wptc_general_inputs{
margin: 20px auto 20px;
width: 350px;
padding: 10px;
border-radius: 3px;
}
#wptc_main_acc_email{
margin: 30px auto 20px;
width: 350px;
padding: 10px;
border-radius: 3px;
}
#wptc_main_acc_pwd{
margin: 0px auto 30px;
width: 350px;
padding: 10px;
border-radius: 3px;
}
#wptc_login{
margin: 0 auto 20px;width: 350px; text-align: center;float: none;
}
.wptc_signup_link_div{
text-align: center; font-size: 13px; padding-top: 0px;
padding-bottom: 10px;
}
.wptc-dash-main .dashicons-before:before{
margin-top: 6px;
}
.wptc-dash-main .dashicons-before.dashicons-image-rotate:before{
content: "\f531"
}
ul.bu_files_list li .loader::before {
content: '';
background: url(images/lazy_loader.gif) no-repeat;
width: 17px;
height: 17px;
top: 16px;
position: absolute;
left: 16px;
}
.calculating::before {
content: '';
background: url(images/lazy_loader.gif) no-repeat;
width: 17px;
height: 17px;
top: 22px;
position: absolute;
left: 256px;
}
.wptc_activity_log_load_more.loader::after{
content: '';
background: url(images/lazy_loader.gif) no-repeat;
width: 17px;
height: 17px;
top: 0px;
position: absolute;
left: -24px;
}
.wptc-split-column {
width: 22%;
}
.cloud_error_mesg, .cloud_error_mesg_g_drive_token{
color: #ff0033;
text-align: center;
}
.forgot_password{
position: absolute;
right: 470px;
top: 10px;
text-decoration: none;
cursor: pointer;
float: right;
}
.forgot_password:hover, .s3_doc_wptc:hover{
text-decoration: underline;
}
.s3_doc_wptc{
position: absolute;
top: 5px;
right: 347px;
text-decoration: none;
}
.cloud_acc_connection_error{
padding: 0px 10px 30px 10px;
}
#start_backup_from_settings.disabled{
color:gray !important;
position: relative;
}
#wptc_save_changes.disabled {
background-color: #c4c4c4 !important;
position: relative;
color: white !important;
border: none;
}
#start_backup_from_settings.disabled:hover::after{
content: 'Staging is running. Please wait until it finishes to start a backup.';
position: absolute;
background-color: rgba(0,0,0,0.7);
color: #fff;
padding: 10px;
z-index: 1;
left: -70px;
top: -60px;
}
#start_backup_from_settings.disabled:hover{
background: none; border-color: transparent; cursor:default;
}
.wptc_logo_status_bar::before {
content: '' !important;
background: url(images/wptc_logo_left_list_.png) no-repeat;
width: 20px;
height: 23px;
top: 8px;
position: absolute;
left: 10px;
}
.wptc_logo_menu_bar::before {
content: '' !important;
background: url(images/wptc_logo_left_list_.png) no-repeat;
width: 20px;
height: 23px;
top: 6px;
position: absolute;
left: 10px;
}
.move_left_low_wptc{
margin-left: 20px !important;
}
span.wptc-dash-status.dashicons-before.dashicons-image-rotate.rotate::before {
font-size: 19px;
display: inline-block;
}
.wptc-content-panel{
position: relative;
overflow: auto;
margin: 16px 0;
padding: 23px 10px 0;
border: 1px solid #e5e5e5;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
box-shadow: 0 1px 1px rgba(0,0,0,.04);
background: #fff;
font-size: 13px;
line-height: 2.1em;
}
table.wptc-form tr td label {
float: right;
position: relative;
top: 0px;
}
table.wptc-form tr{
margin-top: 10px;
}
.wptc_ftp_connection_type, .wptc_db_type{
margin-left: 15px !important;
}
.wptc-normal-input{
width: 250px;
}
.cpanelAutofill {
background: url(images/cpanel_sshot.png) no-repeat scroll 10px 10px rgba(0, 0, 0, 0);
margin: 40px 0px 0px 0px;
min-height: 290px;
padding: 80px 50px 50px 424px;
width: 329px;
}
.wptc_link{
cursor: pointer;
}
.wptc_link:hover{
text-decoration: underline;
}
#dashboard_activity{
/*overflow: hidden;*/
}
.pop_up_db_stging_wptc{
width: 610px;
padding: 0px;
margin: 0px;
}
.pop_up_ftp_staging_wtpc{
padding: 0px;
margin: 0px;
}
.pop_up_ftp_staging_wtpc td label{
width: 107px;
text-align: right;
}
.port_db_staging_label{
right: 106px;
}
.port_db_staging_input{
width: 60px !important;
right: 99px;
top: 0px;
position: relative;
}
.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; }
#wptc_cron_status_failed span{
color: red;
}
#wptc_cron_status_passed span{
color: green;
}
.test_cron_wptc{
cursor: pointer;
}
.success_wptc{
color: #0aa018;
}
.error_wptc{
color: #e82821 !important;
}
.wptc_dropdown, .wptc_dropdown:focus{
/* outline:none !important;
border-color: none !important;*/
box-shadow: none;
-webkit-appearance:none;
}
.fileTreeClass {
width: 396px;
z-index: 100;
height: auto;
min-height: 17px;
max-height:150px;
border: solid 1px #BBB;
background: #FFF;
padding: 5px;
margin: 21px 0px 13px 0px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
border-radius: 0 0 3px 3px;
position: absolute;
top: 24px;
}
.addScroll{
overflow: scroll;
}
.show_password{
cursor: pointer;
}
.status_area_wptc{
float: right;
}
#backup_status_area_wptc{
color: green;
font-weight: 600;
}
.wp-reload-icon-wptc::before{
content: "\f463";
top: 2px;
}
.message-bar-wptc , .error-bar-wptc, .warning-bar-wptc, .success-bar-wptc , .info-bar-wptc{
min-width: 454px;
min-height: 28px;
opacity: 0.95;
background-color: #329ef7;
position: fixed;
z-index: 9999999;
border: solid 1px #2f85cb;
margin-left: 35%;
font-family: 'open_sansregular' !important;
font-size: 12px;
font-weight: normal;
font-style: italic;
font-stretch: normal;
line-height: 27px;
text-align: left;
}
.error-bar-wptc{
background-color: #ec483b;
border: solid 1px #bf3c2e;
}
.warning-bar-wptc{
background-color: #fdf0b9;
border: solid 1px #f9df63;
}
.warning-bar-wptc.close-image-wptc::after{
width: 12px;
height: 11px;
background: url(images/icon_close14.svg) no-repeat;
}
.info-bar-wptc{
background-color: #7a95a4;
border: solid 1px #577d94;
}
.success-bar-wptc{
background-color: #09ada1;
border: solid 1px #078e84;
}
#bar-note-wptc{
margin-left: 30px;
}
.message-bar-wptc #bar-note-wptc, .error-bar-wptc #bar-note-wptc, .success-bar-wptc #bar-note-wptc, .info-bar-wptc #bar-note-wptc {
color: rgba(255, 255, 255, 1) !important;
}
.warning-bar-wptc #bar-note-wptc{
color: rgba(35, 40, 45, 1) !important;
}
.close-image-wptc:target .message-bar-wptc{
display:none;
}
a.button-disabled-bbu-wptc, a.button-disabled-bbu-from-staging-wptc, a.button-disabled-staging-1-wptc , a.button-disabled-staging-2-wptc, a.button-disabled-staging-3-wptc, a.button-disabled-staging-4-wptc, a#update-theme-bbu-wptc.disabled.button-disabled-bbu-wptc{
color: gray !important;
}
button.button-disabled-staging-1-wptc, button.button-disabled-staging-2-wptc, button.button-disabled-staging-3-wptc, button.button-disabled-staging-4-wptc, button.button-disabled-bbu-wptc, button.button-disabled-bbu-from-staging-wptc{
color: gray !important;
}
.activity-time-wptc{
width: 140px;
}
.wptc-link-disabled{
color: gray !important;
}
.wptc_label-success {
background-color: #468847 !important;
}
.wptc_label-warning {
background-color: #F89406 !important;;
}
.wptc_label-error {
background-color: red !important;;
}
.wptc_label-important {
background-color: #dd4542 !important;; //#B94A48;
}
.wptc_label-info {
background-color: #3A87AD !important;;
}
.wptc_label-inverse {
background-color: #333 !important;;
}
.wptc_label {
display: inline-block;
padding: 2px 4px;
font-size: 11.844px;
font-weight: bold;
line-height: 14px;
color: white;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
white-space: nowrap;
vertical-align: baseline;
border-radius: 4px;
}
#wpfooter #footer-upgrade .wp-time-capsule-update-footer{
display: block;
line-height: 25px;
}
@font-face {
font-family: "wptc-font-icon";
src:url("fonts/wptc-font-icon.eot");
src:url("fonts/wptc-font-icon.eot?#iefix") format("embedded-opentype"),
url("fonts/wptc-font-icon.woff") format("woff"),
url("fonts/wptc-font-icon.ttf") format("truetype"),
url("fonts/wptc-font-icon.svg#wptc-font-icon") format("svg");
font-weight: normal;
font-style: normal;
}
.dashicons-wptc:before {
content: "\61";
font-family: "wptc-font-icon" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wtpc-button-primary{
float: right;
margin-right: 13px !important;
}
.wtpc-button-secondary{
float: right;
margin-right: 13px !important;
}
.wptc-model-success-tick:before{
color: #79ba49;
content: "\f147"
}
.wptc-model-icon{
font-size: 24px;
margin-top: -5px;
margin-left: -25px;
position: absolute;
}
.wptc-model-alert-icon{
font-size: 20px;
margin-top: -3px;
margin-left: -22px;
position: absolute;
}
.wptc-rollback{
cursor: pointer;
}
#wptc-first-backup-header {
text-align: center;
margin-top: 30px;
padding: 10px;
border: 1px #e2e2e2 solid;
position: relative;
}
.wptc-first-backup-container {
position: relative;
}
#wptc-first-backup-first {
text-align: center;
width: 50%;
float: left;
height: auto;
border: 1px #e2e2e2 solid;
border-top: unset;
box-sizing: border-box;
}
#wptc-first-backup-first > div:first-child, #wptc-first-backup-second > div:first-child{
padding: 30px;
}
#wptc-first-backup-second {
text-align: center;
width: 50%;
height: auto;
border: 1px #e2e2e2 solid;
border-top: unset;
border-left: unset;
float: left;
box-sizing: border-box;
}
#wptc-first-backup-clear {
clear: both;
}
.wptc-first-backup-progress{
height: 11px;
line-height: 22px;
font-weight: 400;
text-shadow: 0 1px 2px #eeeeee;
left: 50%;
margin-left: 25%;
overflow: hidden;
border-radius: 22px;
background: #eeeeee;
box-shadow: inset 0 1px 2px #eeeeee;
width: 130px;
}
.wptc-first-backup-percent{
position: absolute;
left: 206px;
top: 16px;
}
.wptc-first-backup-bar {
z-index: 9;
width: 0%;
height: 10px;
background-color: #1e8cbe;
box-shadow: inset 0 0 2px #eeeeee;
border-radius: 22px;
}
.wptc-first-backup-sub-title{
font-size: 15px;
}
.wptc-first-backup-sub-count{
font-size: 30px;
padding-top: 25px;
color: #1e8cbe;
font-weight: 600
}
.wptc-first-backup-sub-total-count{
font-size: 13px;
padding-top: 5px;
}
.wptc-first-backup-sub-progress{
padding-top: 20px;
position: relative;
}
.wptc-first-backup-sub-size{
padding-top: 15px;
font-size: 15px;
}
.wptc-loader{
position: relative;
}
.wptc-loader::before {
content: '';
position: absolute;
top: 1px;
left: 0px;
width: 12px;
height: 12px;
border-radius: 50%;
border: 2px solid #ccc;
border-top-color: #777;
animation: wptc-loader-spinner .6s linear infinite;
}
@keyframes wptc-loader-spinner {
to {
transform: rotate(360deg);
}
}