9229 lines
242 KiB
CSS
9229 lines
242 KiB
CSS
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.100.2/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/postcss-loader@8.2.0_postcss@8.5.6_webpack@5.100.2/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/.pnpm/sass-loader@16.0.5_sass@1.89.2_webpack@5.100.2/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/sass/main.scss ***!
|
|
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
@charset "UTF-8";
|
|
/*!
|
|
DUPLICATOR GLOBAL STYLE - Snap Creek LLC 2015-2024
|
|
*/
|
|
/**
|
|
* Foundation for Sites
|
|
* Version 6.9.0
|
|
* https://get.foundation
|
|
* Licensed under MIT Open Source
|
|
*/
|
|
/*! formstone v1.4.17 [upload.css] 2020-10-06 | GPL-3.0 License | formstone.it */
|
|
.fs-upload {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.fs-upload, .fs-upload *, .fs-upload :after, .fs-upload :before, .fs-upload:after, .fs-upload:before {
|
|
box-sizing: border-box;
|
|
transition: none;
|
|
-webkit-user-select: none !important;
|
|
-moz-user-select: none !important;
|
|
-ms-user-select: none !important;
|
|
user-select: none !important;
|
|
}
|
|
|
|
.fs-upload-input {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: -1px;
|
|
opacity: 0;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.fs-upload-target {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.fs-upload-disabled .fs-upload-target, .no-touch .fs-upload-disabled:hover .fs-upload-target {
|
|
cursor: default;
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
.dup-styles {
|
|
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
|
|
margin: 0;
|
|
padding: 0;
|
|
background: rgb(240, 240, 241);
|
|
font-family: inherit;
|
|
font-weight: normal;
|
|
line-height: 1.5;
|
|
color: #3C434A;
|
|
/* ================================================
|
|
* COMMON:Build Progress & Misc
|
|
* ============================================= */
|
|
/* --------------------
|
|
BAR INFO SECTION*/
|
|
/* --------------------
|
|
OVERVIEW CTRL-AREA */
|
|
/* ================================================
|
|
* TUTORIAL DIALOG
|
|
* ============================================= */
|
|
/* --------------------
|
|
SPINNER SECTION*/
|
|
/* ================================================
|
|
* RECOVERY POINT DIALOG
|
|
* ============================================= */
|
|
/* -----------------------------
|
|
REQUIREMENTS*/
|
|
/* UTILS CLASSES */
|
|
/*TABS*/
|
|
/*INFO-BOX: Simple box with no title */
|
|
/* ===========================================================
|
|
* PACKAGES: All Packages, Details, Create Wizard, Templates */
|
|
/* Package Header Titles: */
|
|
/*HEADER MESSAGES*/
|
|
/*FOOTER MESSAGES*/
|
|
/*SCREEN TABS*/
|
|
/*ADMIN: NOTICES */
|
|
/*** TEMPLATE LIST ***/
|
|
/*GENERAL*/
|
|
/*ARCHIVE*/
|
|
/*INSTALLER*/
|
|
/*Overview section */
|
|
/* TEMPLATE MULTISITE */
|
|
/* TEMPLATE INSTALLER */
|
|
/* =============================
|
|
RECOVERY POINT: Status Dialog */
|
|
/*--------------------
|
|
Yellow Notice Area*/
|
|
/*================================================
|
|
PARSLEY:Overrides*/
|
|
/* TESTS CHECKS */
|
|
/** Settings **/
|
|
/*WIZARD TABS */
|
|
/*Footer */
|
|
/* ==============================
|
|
STOREAGE POP-UP CSS */
|
|
/* Tab: Database */
|
|
/*Detail Tables */
|
|
/* ---------------
|
|
Common */
|
|
/* ---------------
|
|
Amazon */
|
|
/* ---------------
|
|
Dropbox*/
|
|
/* ---------------
|
|
Google Drive */
|
|
/* ---------------
|
|
OneDrive */
|
|
/* For switch */
|
|
/* Rounded sliders */
|
|
/** Remote Package Download **/
|
|
/* ======================================================================================================================
|
|
STEP 1 - DOM ELEMENTS
|
|
====================================================================================================================== */
|
|
/* -----------------------------
|
|
MENU - DROP-DOWN HAMBURGER
|
|
----------------------------- */
|
|
/* -----------------------------
|
|
DRAG-DROP UPLOAD AREA
|
|
----------------------------- */
|
|
/* -----------------------------
|
|
ARCHIVE DISPLAY RESULTS:
|
|
Basic/Advanced
|
|
----------------------------- */
|
|
/* ======================================================================================================================
|
|
STEP 2 - DOM ELEMENTS
|
|
======================================================================================================================*/
|
|
/* ======================================================================================================================
|
|
STEP 3 - STAND-ALONE INSTALLER DOM ELEMENTS
|
|
======================================================================================================================*/
|
|
/* Making sure the WP menu is not under the import screen */
|
|
/*BOXES: Expandable sections */
|
|
/** LICENSE NOTICES **/
|
|
/* Tab: Database */
|
|
/* DUP CLOUD */
|
|
/* Dynamic Help Style */
|
|
/*PHP_INFO*/
|
|
/* Applied Filters Section */
|
|
/* Error Logs Section */
|
|
}
|
|
.dup-styles.dup-header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: calc(100% - 25px);
|
|
border-top: 3px solid #fe4716;
|
|
padding: 20px;
|
|
padding-left: 25px;
|
|
padding-bottom: 0px;
|
|
position: relative;
|
|
left: -20px;
|
|
}
|
|
.dup-styles .wp-header-end {
|
|
margin-bottom: 30px;
|
|
}
|
|
.dup-styles .dup-global-help {
|
|
font-size: 14px;
|
|
color: #666666;
|
|
cursor: pointer;
|
|
}
|
|
.dup-styles #screen-meta-links {
|
|
position: absolute;
|
|
display: none;
|
|
right: 20px;
|
|
top: auto;
|
|
margin: 0;
|
|
float: none;
|
|
z-index: 10;
|
|
}
|
|
.dup-styles .button {
|
|
min-height: initial;
|
|
height: initial;
|
|
border-color: transparent;
|
|
}
|
|
.dup-styles .button:hover {
|
|
border-color: transparent;
|
|
}
|
|
.dup-styles html {
|
|
line-height: 1.15;
|
|
-webkit-text-size-adjust: 100%;
|
|
}
|
|
.dup-styles body {
|
|
margin: 0;
|
|
}
|
|
.dup-styles h1 {
|
|
font-size: 2em;
|
|
margin: 0.67em 0;
|
|
}
|
|
.dup-styles hr {
|
|
box-sizing: content-box;
|
|
height: 0;
|
|
overflow: visible;
|
|
}
|
|
.dup-styles pre {
|
|
font-family: monospace, monospace;
|
|
font-size: 1em;
|
|
}
|
|
.dup-styles a {
|
|
background-color: transparent;
|
|
}
|
|
.dup-styles abbr[title] {
|
|
border-bottom: 0;
|
|
-webkit-text-decoration: underline dotted;
|
|
text-decoration: underline dotted;
|
|
}
|
|
.dup-styles b,
|
|
.dup-styles strong {
|
|
font-weight: bolder;
|
|
}
|
|
.dup-styles code,
|
|
.dup-styles kbd,
|
|
.dup-styles samp {
|
|
font-family: monospace, monospace;
|
|
font-size: 1em;
|
|
}
|
|
.dup-styles small {
|
|
font-size: 80%;
|
|
}
|
|
.dup-styles sub,
|
|
.dup-styles sup {
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
position: relative;
|
|
vertical-align: baseline;
|
|
}
|
|
.dup-styles sub {
|
|
bottom: -0.25em;
|
|
}
|
|
.dup-styles sup {
|
|
top: -0.5em;
|
|
}
|
|
.dup-styles img {
|
|
border-style: none;
|
|
}
|
|
.dup-styles button,
|
|
.dup-styles input,
|
|
.dup-styles optgroup,
|
|
.dup-styles select,
|
|
.dup-styles textarea {
|
|
font-family: inherit;
|
|
font-size: 100%;
|
|
line-height: 1.15;
|
|
margin: 0;
|
|
}
|
|
.dup-styles button,
|
|
.dup-styles input {
|
|
overflow: visible;
|
|
}
|
|
.dup-styles button,
|
|
.dup-styles select {
|
|
text-transform: none;
|
|
}
|
|
.dup-styles button,
|
|
.dup-styles [type=button],
|
|
.dup-styles [type=reset],
|
|
.dup-styles [type=submit] {
|
|
-webkit-appearance: button;
|
|
}
|
|
.dup-styles button::-moz-focus-inner,
|
|
.dup-styles [type=button]::-moz-focus-inner,
|
|
.dup-styles [type=reset]::-moz-focus-inner,
|
|
.dup-styles [type=submit]::-moz-focus-inner {
|
|
border-style: none;
|
|
padding: 0;
|
|
}
|
|
.dup-styles button:-moz-focusring,
|
|
.dup-styles [type=button]:-moz-focusring,
|
|
.dup-styles [type=reset]:-moz-focusring,
|
|
.dup-styles [type=submit]:-moz-focusring {
|
|
outline: 1px dotted ButtonText;
|
|
}
|
|
.dup-styles fieldset {
|
|
padding: 0.35em 0.75em 0.625em;
|
|
}
|
|
.dup-styles legend {
|
|
box-sizing: border-box;
|
|
color: inherit;
|
|
display: table;
|
|
max-width: 100%;
|
|
padding: 0;
|
|
white-space: normal;
|
|
}
|
|
.dup-styles progress {
|
|
vertical-align: baseline;
|
|
}
|
|
.dup-styles textarea {
|
|
overflow: auto;
|
|
}
|
|
.dup-styles [type=checkbox],
|
|
.dup-styles [type=radio] {
|
|
box-sizing: border-box;
|
|
padding: 0;
|
|
}
|
|
.dup-styles [type=number]::-webkit-inner-spin-button,
|
|
.dup-styles [type=number]::-webkit-outer-spin-button {
|
|
height: auto;
|
|
}
|
|
.dup-styles [type=search] {
|
|
-webkit-appearance: textfield;
|
|
outline-offset: -2px;
|
|
}
|
|
.dup-styles [type=search]::-webkit-search-decoration {
|
|
-webkit-appearance: none;
|
|
}
|
|
.dup-styles ::-webkit-file-upload-button {
|
|
-webkit-appearance: button;
|
|
font: inherit;
|
|
}
|
|
.dup-styles details {
|
|
display: block;
|
|
}
|
|
.dup-styles summary {
|
|
display: list-item;
|
|
}
|
|
.dup-styles template {
|
|
display: none;
|
|
}
|
|
.dup-styles [hidden] {
|
|
display: none;
|
|
}
|
|
.dup-styles [data-whatintent=mouse] *, .dup-styles [data-whatintent=mouse] *:focus,
|
|
.dup-styles [data-whatintent=touch] *,
|
|
.dup-styles [data-whatintent=touch] *:focus,
|
|
.dup-styles [data-whatinput=mouse] *,
|
|
.dup-styles [data-whatinput=mouse] *:focus,
|
|
.dup-styles [data-whatinput=touch] *,
|
|
.dup-styles [data-whatinput=touch] *:focus {
|
|
outline: none;
|
|
}
|
|
.dup-styles [draggable=false] {
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
}
|
|
.dup-styles .foundation-mq {
|
|
font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
|
|
}
|
|
.dup-styles html {
|
|
box-sizing: border-box;
|
|
font-size: 100%;
|
|
}
|
|
.dup-styles *,
|
|
.dup-styles *::before,
|
|
.dup-styles *::after {
|
|
box-sizing: inherit;
|
|
}
|
|
.dup-styles body {
|
|
margin: 0;
|
|
padding: 0;
|
|
background: rgb(240, 240, 241);
|
|
font-family: inherit;
|
|
font-weight: normal;
|
|
line-height: 1.5;
|
|
color: #3C434A;
|
|
}
|
|
.dup-styles img {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
max-width: 100%;
|
|
height: auto;
|
|
-ms-interpolation-mode: bicubic;
|
|
}
|
|
.dup-styles textarea {
|
|
height: auto;
|
|
min-height: 50px;
|
|
border-radius: 4px;
|
|
}
|
|
.dup-styles select {
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
border-radius: 4px;
|
|
}
|
|
.dup-styles .map_canvas img,
|
|
.dup-styles .map_canvas embed,
|
|
.dup-styles .map_canvas object,
|
|
.dup-styles .mqa-display img,
|
|
.dup-styles .mqa-display embed,
|
|
.dup-styles .mqa-display object {
|
|
max-width: none !important;
|
|
}
|
|
.dup-styles button {
|
|
padding: 0;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
border: 0;
|
|
border-radius: 4px;
|
|
background: transparent;
|
|
line-height: 1;
|
|
cursor: auto;
|
|
}
|
|
[data-whatinput=mouse] .dup-styles button {
|
|
outline: 0;
|
|
}
|
|
.dup-styles pre {
|
|
overflow: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
.dup-styles button,
|
|
.dup-styles input,
|
|
.dup-styles optgroup,
|
|
.dup-styles select,
|
|
.dup-styles textarea {
|
|
font-family: inherit;
|
|
}
|
|
.dup-styles .is-visible {
|
|
display: block !important;
|
|
}
|
|
.dup-styles .is-hidden {
|
|
display: none !important;
|
|
}
|
|
.dup-styles [type=text], .dup-styles [type=password], .dup-styles [type=date], .dup-styles [type=datetime], .dup-styles [type=datetime-local], .dup-styles [type=month], .dup-styles [type=week], .dup-styles [type=email], .dup-styles [type=number], .dup-styles [type=search], .dup-styles [type=tel], .dup-styles [type=time], .dup-styles [type=url], .dup-styles [type=color],
|
|
.dup-styles textarea {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
display: block;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
height: 1.437875rem;
|
|
margin: 0 0 1.25rem;
|
|
padding: 0.125rem 0.5rem;
|
|
border: 1px solid #8c8f94;
|
|
border-radius: 4px;
|
|
background-color: #fefefe;
|
|
box-shadow: none;
|
|
font-family: inherit;
|
|
font-size: 0.875rem;
|
|
font-weight: normal;
|
|
line-height: 1.429;
|
|
color: #3C434A;
|
|
transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
|
|
}
|
|
.dup-styles [type=text]:focus, .dup-styles [type=password]:focus, .dup-styles [type=date]:focus, .dup-styles [type=datetime]:focus, .dup-styles [type=datetime-local]:focus, .dup-styles [type=month]:focus, .dup-styles [type=week]:focus, .dup-styles [type=email]:focus, .dup-styles [type=number]:focus, .dup-styles [type=search]:focus, .dup-styles [type=tel]:focus, .dup-styles [type=time]:focus, .dup-styles [type=url]:focus, .dup-styles [type=color]:focus,
|
|
.dup-styles textarea:focus {
|
|
outline: none;
|
|
border: 1px solid #2271b1;
|
|
background-color: #fefefe;
|
|
box-shadow: 0 0 0 1px #2271b1;
|
|
transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
|
|
}
|
|
.dup-styles textarea {
|
|
max-width: 100%;
|
|
}
|
|
.dup-styles textarea[rows] {
|
|
height: auto;
|
|
}
|
|
.dup-styles input:disabled, .dup-styles input[readonly],
|
|
.dup-styles textarea:disabled,
|
|
.dup-styles textarea[readonly] {
|
|
background-color: #e8e8e8;
|
|
cursor: not-allowed;
|
|
}
|
|
.dup-styles [type=submit],
|
|
.dup-styles [type=button] {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
border-radius: 4px;
|
|
}
|
|
.dup-styles input[type=search] {
|
|
box-sizing: border-box;
|
|
}
|
|
.dup-styles ::-moz-placeholder {
|
|
color: #c0c0c0;
|
|
}
|
|
.dup-styles :-ms-input-placeholder {
|
|
color: #c0c0c0;
|
|
}
|
|
.dup-styles ::placeholder {
|
|
color: #c0c0c0;
|
|
}
|
|
.dup-styles [type=file],
|
|
.dup-styles [type=checkbox],
|
|
.dup-styles [type=radio] {
|
|
margin: 0 0 1.25rem;
|
|
}
|
|
.dup-styles [type=checkbox] + label,
|
|
.dup-styles [type=radio] + label {
|
|
display: inline-block;
|
|
vertical-align: baseline;
|
|
margin-left: 0.625rem;
|
|
margin-right: 1.25rem;
|
|
margin-bottom: 0;
|
|
}
|
|
.dup-styles [type=checkbox] + label[for],
|
|
.dup-styles [type=radio] + label[for] {
|
|
cursor: pointer;
|
|
}
|
|
.dup-styles label > [type=checkbox],
|
|
.dup-styles label > [type=radio] {
|
|
margin-right: 0.625rem;
|
|
}
|
|
.dup-styles [type=file] {
|
|
width: 100%;
|
|
}
|
|
.dup-styles label {
|
|
display: block;
|
|
margin: 0;
|
|
font-size: 0.875rem;
|
|
font-weight: normal;
|
|
line-height: 1.8;
|
|
color: #3C434A;
|
|
}
|
|
.dup-styles label.middle {
|
|
margin: 0 0 1.25rem;
|
|
line-height: 1.5;
|
|
padding: 0.6875rem 0;
|
|
}
|
|
.dup-styles .help-text {
|
|
margin-top: -0.625rem;
|
|
font-size: 0.8125rem;
|
|
font-style: italic;
|
|
color: #1D2327;
|
|
}
|
|
.dup-styles .input-group {
|
|
display: flex;
|
|
width: 100%;
|
|
margin-bottom: 1.25rem;
|
|
align-items: stretch;
|
|
}
|
|
.dup-styles .input-group > :first-child, .dup-styles .input-group > :first-child.input-group-button > * {
|
|
border-radius: 4px 0 0 4px;
|
|
}
|
|
.dup-styles .input-group > :last-child, .dup-styles .input-group > :last-child.input-group-button > * {
|
|
border-radius: 0 4px 4px 0;
|
|
}
|
|
.dup-styles .input-group-button a,
|
|
.dup-styles .input-group-button input,
|
|
.dup-styles .input-group-button button,
|
|
.dup-styles .input-group-button label, .dup-styles .input-group-button, .dup-styles .input-group-field, .dup-styles .input-group-label {
|
|
margin: 0;
|
|
white-space: nowrap;
|
|
}
|
|
.dup-styles .input-group-label {
|
|
padding: 0 1rem;
|
|
border: 1px solid #8c8f94;
|
|
background: #e8e8e8;
|
|
color: #1D2327;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
display: flex;
|
|
flex: 0 0 auto;
|
|
align-items: center;
|
|
}
|
|
.dup-styles .input-group-label:first-child {
|
|
border-right: 0;
|
|
}
|
|
.dup-styles .input-group-label:last-child {
|
|
border-left: 0;
|
|
}
|
|
.dup-styles .input-group-field {
|
|
border-radius: 0;
|
|
flex: 1 1 0px;
|
|
min-width: 0;
|
|
}
|
|
.dup-styles .input-group-button {
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
text-align: center;
|
|
display: flex;
|
|
flex: 0 0 auto;
|
|
}
|
|
.dup-styles .input-group-button a,
|
|
.dup-styles .input-group-button input,
|
|
.dup-styles .input-group-button button,
|
|
.dup-styles .input-group-button label {
|
|
align-self: stretch;
|
|
height: auto;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
font-size: 0.875rem;
|
|
}
|
|
.dup-styles fieldset {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
.dup-styles legend {
|
|
max-width: 100%;
|
|
margin-bottom: 0.625rem;
|
|
}
|
|
.dup-styles .fieldset {
|
|
margin: 1.125rem 0;
|
|
padding: 1.25rem;
|
|
border: 1px solid #8c8f94;
|
|
}
|
|
.dup-styles .fieldset legend {
|
|
margin: 0;
|
|
margin-left: -0.1875rem;
|
|
padding: 0 0.1875rem;
|
|
}
|
|
.dup-styles select {
|
|
height: 1.437875rem;
|
|
margin: 0 0 1.25rem;
|
|
padding: 0.125rem 0.5rem;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
border: 1px solid #8c8f94;
|
|
border-radius: 4px;
|
|
background-color: #fefefe;
|
|
font-family: inherit;
|
|
font-size: 0.875rem;
|
|
font-weight: normal;
|
|
line-height: 1.429;
|
|
color: #3C434A;
|
|
transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
|
|
background-origin: content-box;
|
|
background-position: right -1.25rem center;
|
|
background-repeat: no-repeat;
|
|
background-size: 9px 6px;
|
|
padding-right: 1.875rem;
|
|
background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"32\" height=\"24\" viewBox=\"0 0 32 24\"><polygon points=\"0,0 32,0 16,24\" style=\"fill: rgb%28102, 102, 102%29\"></polygon></svg>");
|
|
}
|
|
@media screen and (min-width: 0\0 ) {
|
|
.dup-styles select {
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==);
|
|
}
|
|
}
|
|
.dup-styles select:focus {
|
|
outline: none;
|
|
border: 1px solid #2271b1;
|
|
background-color: #fefefe;
|
|
box-shadow: 0 0 0 1px #2271b1;
|
|
transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
|
|
}
|
|
.dup-styles select:disabled {
|
|
background-color: #e8e8e8;
|
|
cursor: not-allowed;
|
|
}
|
|
.dup-styles select::-ms-expand {
|
|
display: none;
|
|
}
|
|
.dup-styles select[multiple] {
|
|
height: auto;
|
|
background-image: none;
|
|
}
|
|
.dup-styles select:not([multiple]) {
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
.dup-styles .is-invalid-input:not(:focus) {
|
|
border-color: #A62426;
|
|
background-color: rgb(245.2, 232.2, 232.4);
|
|
}
|
|
.dup-styles .is-invalid-input:not(:focus)::-moz-placeholder {
|
|
color: #A62426;
|
|
}
|
|
.dup-styles .is-invalid-input:not(:focus):-ms-input-placeholder {
|
|
color: #A62426;
|
|
}
|
|
.dup-styles .is-invalid-input:not(:focus)::placeholder {
|
|
color: #A62426;
|
|
}
|
|
.dup-styles .is-invalid-label {
|
|
color: #A62426;
|
|
}
|
|
.dup-styles .form-error {
|
|
display: none;
|
|
margin-top: -0.625rem;
|
|
margin-bottom: 1.25rem;
|
|
font-size: 0.75rem;
|
|
font-weight: bold;
|
|
color: #A62426;
|
|
}
|
|
.dup-styles .form-error.is-visible {
|
|
display: block;
|
|
}
|
|
.dup-styles div,
|
|
.dup-styles dl,
|
|
.dup-styles dt,
|
|
.dup-styles dd,
|
|
.dup-styles ul,
|
|
.dup-styles ol,
|
|
.dup-styles li,
|
|
.dup-styles h1,
|
|
.dup-styles h2,
|
|
.dup-styles h3,
|
|
.dup-styles h4,
|
|
.dup-styles h5,
|
|
.dup-styles h6,
|
|
.dup-styles pre,
|
|
.dup-styles form,
|
|
.dup-styles p,
|
|
.dup-styles blockquote,
|
|
.dup-styles th,
|
|
.dup-styles td {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.dup-styles p {
|
|
margin-bottom: 1rem;
|
|
font-size: inherit;
|
|
line-height: 1.6;
|
|
text-rendering: optimizeLegibility;
|
|
}
|
|
.dup-styles em,
|
|
.dup-styles i {
|
|
font-style: italic;
|
|
line-height: inherit;
|
|
}
|
|
.dup-styles strong,
|
|
.dup-styles b {
|
|
font-weight: bold;
|
|
line-height: inherit;
|
|
}
|
|
.dup-styles small {
|
|
font-size: 0.8125rem;
|
|
line-height: inherit;
|
|
}
|
|
.dup-styles h1, .dup-styles .h1,
|
|
.dup-styles h2, .dup-styles .h2,
|
|
.dup-styles h3, .dup-styles .h3,
|
|
.dup-styles h4, .dup-styles .h4,
|
|
.dup-styles h5, .dup-styles .h5,
|
|
.dup-styles h6, .dup-styles .h6 {
|
|
font-family: inherit;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
color: #1D2327;
|
|
text-rendering: optimizeLegibility;
|
|
}
|
|
.dup-styles h1 small, .dup-styles .h1 small,
|
|
.dup-styles h2 small, .dup-styles .h2 small,
|
|
.dup-styles h3 small, .dup-styles .h3 small,
|
|
.dup-styles h4 small, .dup-styles .h4 small,
|
|
.dup-styles h5 small, .dup-styles .h5 small,
|
|
.dup-styles h6 small, .dup-styles .h6 small {
|
|
line-height: 0;
|
|
color: #c0c0c0;
|
|
}
|
|
.dup-styles h1, .dup-styles .h1 {
|
|
font-size: 1.4375rem;
|
|
line-height: 1.3;
|
|
margin-top: 0;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
.dup-styles h2, .dup-styles .h2 {
|
|
font-size: 1.25rem;
|
|
line-height: 1.3;
|
|
margin-top: 0;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
.dup-styles h3, .dup-styles .h3 {
|
|
font-size: 1.125rem;
|
|
line-height: 1.3;
|
|
margin-top: 0;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
.dup-styles h4, .dup-styles .h4 {
|
|
font-size: 1.125rem;
|
|
line-height: 1.3;
|
|
margin-top: 0;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
.dup-styles h5, .dup-styles .h5 {
|
|
font-size: 1.0625rem;
|
|
line-height: 1.3;
|
|
margin-top: 0;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
.dup-styles h6, .dup-styles .h6 {
|
|
font-size: 1rem;
|
|
line-height: 1.3;
|
|
margin-top: 0;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
.dup-styles a {
|
|
line-height: inherit;
|
|
color: #2563eb;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
.dup-styles a:hover, .dup-styles a:focus {
|
|
color: rgb(14.8571428571, 60.9142857143, 161.9428571429);
|
|
}
|
|
.dup-styles a img {
|
|
border: 0;
|
|
}
|
|
.dup-styles hr {
|
|
clear: both;
|
|
max-width: 100%;
|
|
height: 0;
|
|
margin: 1.25rem auto;
|
|
border-top: 0;
|
|
border-right: 0;
|
|
border-bottom: 1px solid #c0c0c0;
|
|
border-left: 0;
|
|
}
|
|
.dup-styles ul,
|
|
.dup-styles ol,
|
|
.dup-styles dl {
|
|
margin-bottom: 1rem;
|
|
list-style-position: outside;
|
|
line-height: 1.6;
|
|
}
|
|
.dup-styles li {
|
|
font-size: inherit;
|
|
}
|
|
.dup-styles ul {
|
|
margin-left: 1.25rem;
|
|
list-style-type: disc;
|
|
}
|
|
.dup-styles ol {
|
|
margin-left: 1.25rem;
|
|
}
|
|
.dup-styles ul .dup-styles ul, .dup-styles ul .dup-styles ol, .dup-styles ol .dup-styles ul, .dup-styles ol .dup-styles ol {
|
|
margin-left: 1.25rem;
|
|
margin-bottom: 0;
|
|
}
|
|
.dup-styles dl {
|
|
margin-bottom: 1rem;
|
|
}
|
|
.dup-styles dl dt {
|
|
margin-bottom: 0.3rem;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles blockquote {
|
|
margin: 0 0 1rem;
|
|
padding: 0.5625rem 1.25rem 0 1.1875rem;
|
|
border-left: 1px solid #c0c0c0;
|
|
}
|
|
.dup-styles blockquote, .dup-styles blockquote p {
|
|
line-height: 1.6;
|
|
color: #666666;
|
|
}
|
|
.dup-styles abbr, .dup-styles abbr[title] {
|
|
border-bottom: 1px dotted #1D2327;
|
|
cursor: help;
|
|
text-decoration: none;
|
|
}
|
|
.dup-styles figure {
|
|
margin: 0;
|
|
}
|
|
.dup-styles kbd {
|
|
margin: 0;
|
|
padding: 0.125rem 0.25rem 0;
|
|
background-color: #e8e8e8;
|
|
font-family: Consolas, "Liberation Mono", Courier, monospace;
|
|
color: #1D2327;
|
|
border-radius: 4px;
|
|
}
|
|
.dup-styles .subheader {
|
|
margin-top: 0.2rem;
|
|
margin-bottom: 0.5rem;
|
|
font-weight: normal;
|
|
line-height: 1.4;
|
|
color: #666666;
|
|
}
|
|
.dup-styles .lead {
|
|
font-size: 125%;
|
|
line-height: 1.6;
|
|
}
|
|
.dup-styles .stat {
|
|
font-size: 2.5rem;
|
|
line-height: 1;
|
|
}
|
|
p + .dup-styles .stat {
|
|
margin-top: -1rem;
|
|
}
|
|
.dup-styles ul.no-bullet, .dup-styles ol.no-bullet {
|
|
margin-left: 0;
|
|
list-style: none;
|
|
}
|
|
.dup-styles .cite-block, .dup-styles cite {
|
|
display: block;
|
|
color: #666666;
|
|
font-size: 0.8125rem;
|
|
}
|
|
.dup-styles .cite-block:before, .dup-styles cite:before {
|
|
content: "— ";
|
|
}
|
|
.dup-styles .code-inline, .dup-styles code {
|
|
border: 1px solid #c0c0c0;
|
|
background-color: #e8e8e8;
|
|
font-family: Consolas, "Liberation Mono", Courier, monospace;
|
|
font-weight: normal;
|
|
color: #1D2327;
|
|
display: inline;
|
|
max-width: 100%;
|
|
word-wrap: break-word;
|
|
padding: 0.125rem 0.3125rem 0.0625rem;
|
|
}
|
|
.dup-styles .code-block {
|
|
border: 1px solid #c0c0c0;
|
|
background-color: #e8e8e8;
|
|
font-family: Consolas, "Liberation Mono", Courier, monospace;
|
|
font-weight: normal;
|
|
color: #1D2327;
|
|
display: block;
|
|
overflow: auto;
|
|
white-space: pre;
|
|
padding: 1rem;
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
.dup-styles .text-left {
|
|
text-align: left;
|
|
}
|
|
.dup-styles .text-right {
|
|
text-align: right;
|
|
}
|
|
.dup-styles .text-center {
|
|
text-align: center;
|
|
}
|
|
.dup-styles .text-justify {
|
|
text-align: justify;
|
|
}
|
|
@media print, screen and (min-width: 40em) {
|
|
.dup-styles .medium-text-left {
|
|
text-align: left;
|
|
}
|
|
.dup-styles .medium-text-right {
|
|
text-align: right;
|
|
}
|
|
.dup-styles .medium-text-center {
|
|
text-align: center;
|
|
}
|
|
.dup-styles .medium-text-justify {
|
|
text-align: justify;
|
|
}
|
|
}
|
|
@media print, screen and (min-width: 64em) {
|
|
.dup-styles .large-text-left {
|
|
text-align: left;
|
|
}
|
|
.dup-styles .large-text-right {
|
|
text-align: right;
|
|
}
|
|
.dup-styles .large-text-center {
|
|
text-align: center;
|
|
}
|
|
.dup-styles .large-text-justify {
|
|
text-align: justify;
|
|
}
|
|
}
|
|
.dup-styles .show-for-print {
|
|
display: none !important;
|
|
}
|
|
@media print {
|
|
.dup-styles * {
|
|
background: transparent !important;
|
|
color: black !important;
|
|
-webkit-print-color-adjust: economy;
|
|
print-color-adjust: economy;
|
|
box-shadow: none !important;
|
|
text-shadow: none !important;
|
|
}
|
|
.dup-styles .show-for-print {
|
|
display: block !important;
|
|
}
|
|
.dup-styles .hide-for-print {
|
|
display: none !important;
|
|
}
|
|
.dup-styles table.show-for-print {
|
|
display: table !important;
|
|
}
|
|
.dup-styles thead.show-for-print {
|
|
display: table-header-group !important;
|
|
}
|
|
.dup-styles tbody.show-for-print {
|
|
display: table-row-group !important;
|
|
}
|
|
.dup-styles tr.show-for-print {
|
|
display: table-row !important;
|
|
}
|
|
.dup-styles td.show-for-print {
|
|
display: table-cell !important;
|
|
}
|
|
.dup-styles th.show-for-print {
|
|
display: table-cell !important;
|
|
}
|
|
.dup-styles a,
|
|
.dup-styles a:visited {
|
|
text-decoration: underline;
|
|
}
|
|
.dup-styles a[href]:after {
|
|
content: " (" attr(href) ")";
|
|
}
|
|
.dup-styles .ir a:after,
|
|
.dup-styles a[href^="javascript:"]:after,
|
|
.dup-styles a[href^="#"]:after {
|
|
content: "";
|
|
}
|
|
.dup-styles abbr[title]:after {
|
|
content: " (" attr(title) ")";
|
|
}
|
|
.dup-styles pre,
|
|
.dup-styles blockquote {
|
|
border: 1px solid #666666;
|
|
page-break-inside: avoid;
|
|
}
|
|
.dup-styles thead {
|
|
display: table-header-group;
|
|
}
|
|
.dup-styles tr,
|
|
.dup-styles img {
|
|
page-break-inside: avoid;
|
|
}
|
|
.dup-styles img {
|
|
max-width: 100% !important;
|
|
}
|
|
@page {
|
|
.dup-styles {
|
|
margin: 0.5cm;
|
|
}
|
|
}
|
|
.dup-styles p,
|
|
.dup-styles h2,
|
|
.dup-styles h3 {
|
|
orphans: 3;
|
|
widows: 3;
|
|
}
|
|
.dup-styles h2,
|
|
.dup-styles h3 {
|
|
page-break-after: avoid;
|
|
}
|
|
.dup-styles .print-break-inside {
|
|
page-break-inside: auto;
|
|
}
|
|
}
|
|
.dup-styles .float-left {
|
|
float: left !important;
|
|
}
|
|
.dup-styles .float-right {
|
|
float: right !important;
|
|
}
|
|
.dup-styles .float-center {
|
|
display: block;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
}
|
|
.dup-styles .clearfix::before, .dup-styles .clearfix::after {
|
|
display: table;
|
|
content: " ";
|
|
flex-basis: 0;
|
|
order: 1;
|
|
}
|
|
.dup-styles .clearfix::after {
|
|
clear: both;
|
|
}
|
|
.dup-styles .hide {
|
|
display: none !important;
|
|
}
|
|
.dup-styles .invisible {
|
|
visibility: hidden;
|
|
}
|
|
.dup-styles .visible {
|
|
visibility: visible;
|
|
}
|
|
@media print, screen and (max-width: 39.99875em) {
|
|
.dup-styles .hide-for-small-only {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media screen and (max-width: 0em), screen and (min-width: 40em) {
|
|
.dup-styles .show-for-small-only {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media print, screen and (min-width: 40em) {
|
|
.dup-styles .hide-for-medium {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media screen and (max-width: 39.99875em) {
|
|
.dup-styles .show-for-medium {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
|
|
.dup-styles .hide-for-medium-only {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
|
|
.dup-styles .show-for-medium-only {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media print, screen and (min-width: 64em) {
|
|
.dup-styles .hide-for-large {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media screen and (max-width: 63.99875em) {
|
|
.dup-styles .show-for-large {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
|
|
.dup-styles .hide-for-large-only {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
|
|
.dup-styles .show-for-large-only {
|
|
display: none !important;
|
|
}
|
|
}
|
|
.dup-styles .show-for-sr,
|
|
.dup-styles .show-on-focus {
|
|
position: absolute !important;
|
|
width: 1px !important;
|
|
height: 1px !important;
|
|
padding: 0 !important;
|
|
overflow: hidden !important;
|
|
clip: rect(0, 0, 0, 0) !important;
|
|
white-space: nowrap !important;
|
|
border: 0 !important;
|
|
}
|
|
.dup-styles .show-on-focus:active, .dup-styles .show-on-focus:focus {
|
|
position: static !important;
|
|
width: auto !important;
|
|
height: auto !important;
|
|
overflow: visible !important;
|
|
clip: auto !important;
|
|
white-space: normal !important;
|
|
}
|
|
.dup-styles .show-for-landscape,
|
|
.dup-styles .hide-for-portrait {
|
|
display: block !important;
|
|
}
|
|
@media screen and (orientation: landscape) {
|
|
.dup-styles .show-for-landscape,
|
|
.dup-styles .hide-for-portrait {
|
|
display: block !important;
|
|
}
|
|
}
|
|
@media screen and (orientation: portrait) {
|
|
.dup-styles .show-for-landscape,
|
|
.dup-styles .hide-for-portrait {
|
|
display: none !important;
|
|
}
|
|
}
|
|
.dup-styles .hide-for-landscape,
|
|
.dup-styles .show-for-portrait {
|
|
display: none !important;
|
|
}
|
|
@media screen and (orientation: landscape) {
|
|
.dup-styles .hide-for-landscape,
|
|
.dup-styles .show-for-portrait {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media screen and (orientation: portrait) {
|
|
.dup-styles .hide-for-landscape,
|
|
.dup-styles .show-for-portrait {
|
|
display: block !important;
|
|
}
|
|
}
|
|
.dup-styles .show-for-dark-mode {
|
|
display: none;
|
|
}
|
|
.dup-styles .hide-for-dark-mode {
|
|
display: block;
|
|
}
|
|
@media screen and (prefers-color-scheme: dark) {
|
|
.dup-styles .show-for-dark-mode {
|
|
display: block !important;
|
|
}
|
|
.dup-styles .hide-for-dark-mode {
|
|
display: none !important;
|
|
}
|
|
}
|
|
.dup-styles .show-for-ie {
|
|
display: none;
|
|
}
|
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
.dup-styles .show-for-ie {
|
|
display: block !important;
|
|
}
|
|
.dup-styles .hide-for-ie {
|
|
display: none !important;
|
|
}
|
|
}
|
|
.dup-styles .show-for-sticky {
|
|
display: none;
|
|
}
|
|
.dup-styles .is-stuck .show-for-sticky {
|
|
display: block;
|
|
}
|
|
.dup-styles .is-stuck .hide-for-sticky {
|
|
display: none;
|
|
}
|
|
.dup-styles .text-hide {
|
|
font: 0/0 a !important;
|
|
color: transparent !important;
|
|
text-shadow: none !important;
|
|
background-color: transparent !important;
|
|
border: 0 !important;
|
|
}
|
|
.dup-styles .text-truncate {
|
|
max-width: 100% !important;
|
|
overflow: hidden !important;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap !important;
|
|
}
|
|
.dup-styles .text-nowrap {
|
|
white-space: nowrap !important;
|
|
}
|
|
.dup-styles .text-wrap {
|
|
word-wrap: break-word !important;
|
|
}
|
|
.dup-styles .text-lowercase {
|
|
text-transform: lowercase !important;
|
|
}
|
|
.dup-styles .text-uppercase {
|
|
text-transform: uppercase !important;
|
|
}
|
|
.dup-styles .text-capitalize {
|
|
text-transform: capitalize !important;
|
|
}
|
|
.dup-styles .text-overline {
|
|
text-decoration: overline !important;
|
|
}
|
|
.dup-styles .text-underline {
|
|
text-decoration: underline !important;
|
|
}
|
|
.dup-styles .text-line-through {
|
|
text-decoration: line-through !important;
|
|
}
|
|
.dup-styles .font-wide {
|
|
letter-spacing: 0.25rem;
|
|
}
|
|
.dup-styles .font-normal {
|
|
font-weight: normal;
|
|
}
|
|
.dup-styles .font-bold {
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .font-italic {
|
|
font-style: italic !important;
|
|
}
|
|
.dup-styles ul.list-disc {
|
|
list-style-type: disc !important;
|
|
}
|
|
.dup-styles ul.list-circle {
|
|
list-style-type: circle !important;
|
|
}
|
|
.dup-styles ul.list-square {
|
|
list-style-type: square !important;
|
|
}
|
|
.dup-styles ol.list-decimal {
|
|
list-style-type: decimal !important;
|
|
}
|
|
.dup-styles ol.list-lower-alpha {
|
|
list-style-type: lower-alpha !important;
|
|
}
|
|
.dup-styles ol.list-lower-latin {
|
|
list-style-type: lower-latin !important;
|
|
}
|
|
.dup-styles ol.list-lower-roman {
|
|
list-style-type: lower-roman !important;
|
|
}
|
|
.dup-styles ol.list-upper-alpha {
|
|
list-style-type: upper-alpha !important;
|
|
}
|
|
.dup-styles ol.list-upper-latin {
|
|
list-style-type: upper-latin !important;
|
|
}
|
|
.dup-styles ol.list-upper-roman {
|
|
list-style-type: upper-roman !important;
|
|
}
|
|
.dup-styles .rounded {
|
|
border-radius: 5000px !important;
|
|
}
|
|
.dup-styles .rounded .switch-paddle {
|
|
border-radius: 5000px !important;
|
|
}
|
|
.dup-styles .rounded .switch-paddle:after {
|
|
border-radius: 50%;
|
|
}
|
|
.dup-styles .radius {
|
|
border-radius: 0.1875rem;
|
|
}
|
|
.dup-styles .bordered {
|
|
border: 0.0625rem solid #c0c0c0;
|
|
}
|
|
.dup-styles .shadow {
|
|
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
|
|
}
|
|
.dup-styles .arrow-down {
|
|
display: block;
|
|
width: 0;
|
|
height: 0;
|
|
border-style: solid;
|
|
border-width: 0.4375rem;
|
|
content: "";
|
|
border-bottom-width: 0;
|
|
border-color: #1D2327 transparent transparent;
|
|
}
|
|
.dup-styles .arrow-up {
|
|
display: block;
|
|
width: 0;
|
|
height: 0;
|
|
border-style: solid;
|
|
border-width: 0.4375rem;
|
|
content: "";
|
|
border-top-width: 0;
|
|
border-color: transparent transparent #1D2327;
|
|
}
|
|
.dup-styles .arrow-right {
|
|
display: block;
|
|
width: 0;
|
|
height: 0;
|
|
border-style: solid;
|
|
border-width: 0.4375rem;
|
|
content: "";
|
|
border-right-width: 0;
|
|
border-color: transparent transparent transparent #1D2327;
|
|
}
|
|
.dup-styles .arrow-left {
|
|
display: block;
|
|
width: 0;
|
|
height: 0;
|
|
border-style: solid;
|
|
border-width: 0.4375rem;
|
|
content: "";
|
|
border-left-width: 0;
|
|
border-color: transparent #1D2327 transparent transparent;
|
|
}
|
|
.dup-styles .separator-center {
|
|
text-align: center !important;
|
|
}
|
|
.dup-styles .separator-center::before, .dup-styles .separator-center::after {
|
|
display: table;
|
|
content: " ";
|
|
flex-basis: 0;
|
|
order: 1;
|
|
}
|
|
.dup-styles .separator-center::after {
|
|
clear: both;
|
|
}
|
|
.dup-styles .separator-center::after {
|
|
position: relative !important;
|
|
width: 3rem;
|
|
border-bottom: 0.125rem solid #fe4716;
|
|
margin: 1.25rem auto 0;
|
|
}
|
|
.dup-styles .separator-left {
|
|
text-align: left !important;
|
|
}
|
|
.dup-styles .separator-left::before, .dup-styles .separator-left::after {
|
|
display: table;
|
|
content: " ";
|
|
flex-basis: 0;
|
|
order: 1;
|
|
}
|
|
.dup-styles .separator-left::after {
|
|
clear: both;
|
|
}
|
|
.dup-styles .separator-left::after {
|
|
position: relative !important;
|
|
width: 3rem;
|
|
border-bottom: 0.125rem solid #fe4716;
|
|
margin: 1.25rem auto 0;
|
|
margin-left: 0 !important;
|
|
}
|
|
.dup-styles .separator-right {
|
|
text-align: right !important;
|
|
}
|
|
.dup-styles .separator-right::before, .dup-styles .separator-right::after {
|
|
display: table;
|
|
content: " ";
|
|
flex-basis: 0;
|
|
order: 1;
|
|
}
|
|
.dup-styles .separator-right::after {
|
|
clear: both;
|
|
}
|
|
.dup-styles .separator-right::after {
|
|
position: relative !important;
|
|
width: 3rem;
|
|
border-bottom: 0.125rem solid #fe4716;
|
|
margin: 1.25rem auto 0;
|
|
margin-right: 0 !important;
|
|
}
|
|
.dup-styles .overflow-visible {
|
|
overflow: visible !important;
|
|
}
|
|
.dup-styles .overflow-x-visible {
|
|
overflow-x: visible !important;
|
|
}
|
|
.dup-styles .overflow-y-visible {
|
|
overflow-y: visible !important;
|
|
}
|
|
.dup-styles .overflow-hidden {
|
|
overflow: hidden !important;
|
|
}
|
|
.dup-styles .overflow-x-hidden {
|
|
overflow-x: hidden !important;
|
|
}
|
|
.dup-styles .overflow-y-hidden {
|
|
overflow-y: hidden !important;
|
|
}
|
|
.dup-styles .overflow-scroll {
|
|
overflow: scroll !important;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
.dup-styles .overflow-x-scroll {
|
|
overflow-x: scroll !important;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
.dup-styles .overflow-y-scroll {
|
|
overflow-y: scroll !important;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
.dup-styles .display-inline {
|
|
display: inline !important;
|
|
}
|
|
.dup-styles .display-inline-block {
|
|
display: inline-block !important;
|
|
}
|
|
.dup-styles .display-block {
|
|
display: block !important;
|
|
}
|
|
.dup-styles .display-table {
|
|
display: table !important;
|
|
}
|
|
.dup-styles .display-table-cell {
|
|
display: table-cell !important;
|
|
}
|
|
.dup-styles .position-static {
|
|
position: static !important;
|
|
}
|
|
.dup-styles .position-relative {
|
|
position: relative !important;
|
|
}
|
|
.dup-styles .position-absolute {
|
|
position: absolute !important;
|
|
}
|
|
.dup-styles .position-fixed {
|
|
position: fixed !important;
|
|
}
|
|
.dup-styles .position-fixed-top {
|
|
position: fixed !important;
|
|
top: 0rem !important;
|
|
right: 0rem !important;
|
|
left: 0rem !important;
|
|
z-index: 975;
|
|
}
|
|
.dup-styles .position-fixed-bottom {
|
|
position: fixed !important;
|
|
right: 0rem !important;
|
|
bottom: 0rem !important;
|
|
left: 0rem !important;
|
|
z-index: 975;
|
|
}
|
|
.dup-styles .border-box {
|
|
box-sizing: border-box !important;
|
|
}
|
|
.dup-styles .border-none {
|
|
border: 0 !important;
|
|
}
|
|
.dup-styles .width-25 {
|
|
width: 25% !important;
|
|
}
|
|
.dup-styles .width-50 {
|
|
width: 50% !important;
|
|
}
|
|
.dup-styles .width-75 {
|
|
width: 75% !important;
|
|
}
|
|
.dup-styles .width-100 {
|
|
width: 100% !important;
|
|
}
|
|
.dup-styles .height-25 {
|
|
height: 25% !important;
|
|
}
|
|
.dup-styles .height-50 {
|
|
height: 50% !important;
|
|
}
|
|
.dup-styles .height-75 {
|
|
height: 75% !important;
|
|
}
|
|
.dup-styles .height-100 {
|
|
height: 100% !important;
|
|
}
|
|
.dup-styles .max-width-100 {
|
|
max-width: 100% !important;
|
|
}
|
|
.dup-styles .max-height-100 {
|
|
max-height: 100% !important;
|
|
}
|
|
.dup-styles .margin-0 {
|
|
margin: 0rem !important;
|
|
}
|
|
.dup-styles .margin-top-0 {
|
|
margin-top: 0rem !important;
|
|
}
|
|
.dup-styles .margin-right-0 {
|
|
margin-right: 0rem !important;
|
|
}
|
|
.dup-styles .margin-bottom-0 {
|
|
margin-bottom: 0rem !important;
|
|
}
|
|
.dup-styles .margin-left-0 {
|
|
margin-left: 0rem !important;
|
|
}
|
|
.dup-styles .margin-horizontal-0 {
|
|
margin-right: 0rem !important;
|
|
margin-left: 0rem !important;
|
|
}
|
|
.dup-styles .margin-vertical-0 {
|
|
margin-top: 0rem !important;
|
|
margin-bottom: 0rem !important;
|
|
}
|
|
.dup-styles .padding-0 {
|
|
padding: 0rem !important;
|
|
}
|
|
.dup-styles .padding-top-0 {
|
|
padding-top: 0rem !important;
|
|
}
|
|
.dup-styles .padding-right-0 {
|
|
padding-right: 0rem !important;
|
|
}
|
|
.dup-styles .padding-bottom-0 {
|
|
padding-bottom: 0rem !important;
|
|
}
|
|
.dup-styles .padding-left-0 {
|
|
padding-left: 0rem !important;
|
|
}
|
|
.dup-styles .padding-horizontal-0 {
|
|
padding-right: 0rem !important;
|
|
padding-left: 0rem !important;
|
|
}
|
|
.dup-styles .padding-vertical-0 {
|
|
padding-top: 0rem !important;
|
|
padding-bottom: 0rem !important;
|
|
}
|
|
.dup-styles .margin-1 {
|
|
margin: 1.25rem !important;
|
|
}
|
|
.dup-styles .margin-top-1 {
|
|
margin-top: 1.25rem !important;
|
|
}
|
|
.dup-styles .margin-right-1 {
|
|
margin-right: 1.25rem !important;
|
|
}
|
|
.dup-styles .margin-bottom-1 {
|
|
margin-bottom: 1.25rem !important;
|
|
}
|
|
.dup-styles .margin-left-1 {
|
|
margin-left: 1.25rem !important;
|
|
}
|
|
.dup-styles .margin-horizontal-1 {
|
|
margin-right: 1.25rem !important;
|
|
margin-left: 1.25rem !important;
|
|
}
|
|
.dup-styles .margin-vertical-1 {
|
|
margin-top: 1.25rem !important;
|
|
margin-bottom: 1.25rem !important;
|
|
}
|
|
.dup-styles .padding-1 {
|
|
padding: 1.25rem !important;
|
|
}
|
|
.dup-styles .padding-top-1 {
|
|
padding-top: 1.25rem !important;
|
|
}
|
|
.dup-styles .padding-right-1 {
|
|
padding-right: 1.25rem !important;
|
|
}
|
|
.dup-styles .padding-bottom-1 {
|
|
padding-bottom: 1.25rem !important;
|
|
}
|
|
.dup-styles .padding-left-1 {
|
|
padding-left: 1.25rem !important;
|
|
}
|
|
.dup-styles .padding-horizontal-1 {
|
|
padding-right: 1.25rem !important;
|
|
padding-left: 1.25rem !important;
|
|
}
|
|
.dup-styles .padding-vertical-1 {
|
|
padding-top: 1.25rem !important;
|
|
padding-bottom: 1.25rem !important;
|
|
}
|
|
.dup-styles .margin-2 {
|
|
margin: 2.5rem !important;
|
|
}
|
|
.dup-styles .margin-top-2 {
|
|
margin-top: 2.5rem !important;
|
|
}
|
|
.dup-styles .margin-right-2 {
|
|
margin-right: 2.5rem !important;
|
|
}
|
|
.dup-styles .margin-bottom-2 {
|
|
margin-bottom: 2.5rem !important;
|
|
}
|
|
.dup-styles .margin-left-2 {
|
|
margin-left: 2.5rem !important;
|
|
}
|
|
.dup-styles .margin-horizontal-2 {
|
|
margin-right: 2.5rem !important;
|
|
margin-left: 2.5rem !important;
|
|
}
|
|
.dup-styles .margin-vertical-2 {
|
|
margin-top: 2.5rem !important;
|
|
margin-bottom: 2.5rem !important;
|
|
}
|
|
.dup-styles .padding-2 {
|
|
padding: 2.5rem !important;
|
|
}
|
|
.dup-styles .padding-top-2 {
|
|
padding-top: 2.5rem !important;
|
|
}
|
|
.dup-styles .padding-right-2 {
|
|
padding-right: 2.5rem !important;
|
|
}
|
|
.dup-styles .padding-bottom-2 {
|
|
padding-bottom: 2.5rem !important;
|
|
}
|
|
.dup-styles .padding-left-2 {
|
|
padding-left: 2.5rem !important;
|
|
}
|
|
.dup-styles .padding-horizontal-2 {
|
|
padding-right: 2.5rem !important;
|
|
padding-left: 2.5rem !important;
|
|
}
|
|
.dup-styles .padding-vertical-2 {
|
|
padding-top: 2.5rem !important;
|
|
padding-bottom: 2.5rem !important;
|
|
}
|
|
.dup-styles .margin-3 {
|
|
margin: 3.75rem !important;
|
|
}
|
|
.dup-styles .margin-top-3 {
|
|
margin-top: 3.75rem !important;
|
|
}
|
|
.dup-styles .margin-right-3 {
|
|
margin-right: 3.75rem !important;
|
|
}
|
|
.dup-styles .margin-bottom-3 {
|
|
margin-bottom: 3.75rem !important;
|
|
}
|
|
.dup-styles .margin-left-3 {
|
|
margin-left: 3.75rem !important;
|
|
}
|
|
.dup-styles .margin-horizontal-3 {
|
|
margin-right: 3.75rem !important;
|
|
margin-left: 3.75rem !important;
|
|
}
|
|
.dup-styles .margin-vertical-3 {
|
|
margin-top: 3.75rem !important;
|
|
margin-bottom: 3.75rem !important;
|
|
}
|
|
.dup-styles .padding-3 {
|
|
padding: 3.75rem !important;
|
|
}
|
|
.dup-styles .padding-top-3 {
|
|
padding-top: 3.75rem !important;
|
|
}
|
|
.dup-styles .padding-right-3 {
|
|
padding-right: 3.75rem !important;
|
|
}
|
|
.dup-styles .padding-bottom-3 {
|
|
padding-bottom: 3.75rem !important;
|
|
}
|
|
.dup-styles .padding-left-3 {
|
|
padding-left: 3.75rem !important;
|
|
}
|
|
.dup-styles .padding-horizontal-3 {
|
|
padding-right: 3.75rem !important;
|
|
padding-left: 3.75rem !important;
|
|
}
|
|
.dup-styles .padding-vertical-3 {
|
|
padding-top: 3.75rem !important;
|
|
padding-bottom: 3.75rem !important;
|
|
}
|
|
.dup-styles .button {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin: 0 0 1.25rem 0;
|
|
border: 1px solid transparent;
|
|
border-radius: 4px;
|
|
transition: background-color 0.25s ease-out, color 0.25s ease-out;
|
|
font-family: inherit;
|
|
font-size: 0.8125rem;
|
|
-webkit-appearance: none;
|
|
line-height: 1;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
padding: 0.313rem 0.563rem;
|
|
}
|
|
[data-whatinput=mouse] .dup-styles .button {
|
|
outline: 0;
|
|
}
|
|
.dup-styles .button.tiny {
|
|
font-size: 0.8125rem;
|
|
}
|
|
.dup-styles .button.small {
|
|
font-size: 0.8125rem;
|
|
}
|
|
.dup-styles .button.large {
|
|
font-size: 0.875rem;
|
|
}
|
|
.dup-styles .button.expanded {
|
|
display: block;
|
|
width: 100%;
|
|
margin-right: 0;
|
|
margin-left: 0;
|
|
}
|
|
.dup-styles .button, .dup-styles .button.disabled, .dup-styles .button[disabled], .dup-styles .button.disabled:hover, .dup-styles .button[disabled]:hover, .dup-styles .button.disabled:focus, .dup-styles .button[disabled]:focus {
|
|
background-color: #fe4716;
|
|
color: #fefefe;
|
|
}
|
|
.dup-styles .button:hover, .dup-styles .button:focus {
|
|
background-color: rgb(137.4102564103, 29.4871794872, 0.5897435897);
|
|
color: #fefefe;
|
|
}
|
|
.dup-styles .button.primary, .dup-styles .button.primary.disabled, .dup-styles .button.primary[disabled], .dup-styles .button.primary.disabled:hover, .dup-styles .button.primary[disabled]:hover, .dup-styles .button.primary.disabled:focus, .dup-styles .button.primary[disabled]:focus {
|
|
background-color: #fe4716;
|
|
color: #fefefe;
|
|
}
|
|
.dup-styles .button.primary:hover, .dup-styles .button.primary:focus {
|
|
background-color: rgb(219.8564102564, 47.1794871795, 0.9435897436);
|
|
color: #fefefe;
|
|
}
|
|
.dup-styles .button.secondary, .dup-styles .button.secondary.disabled, .dup-styles .button.secondary[disabled], .dup-styles .button.secondary.disabled:hover, .dup-styles .button.secondary[disabled]:hover, .dup-styles .button.secondary.disabled:focus, .dup-styles .button.secondary[disabled]:focus {
|
|
background-color: #2563eb;
|
|
color: #fefefe;
|
|
}
|
|
.dup-styles .button.secondary:hover, .dup-styles .button.secondary:focus {
|
|
background-color: rgb(18.2857142857, 74.9714285714, 199.3142857143);
|
|
color: #fefefe;
|
|
}
|
|
.dup-styles .button.gray, .dup-styles .button.gray.disabled, .dup-styles .button.gray[disabled], .dup-styles .button.gray.disabled:hover, .dup-styles .button.gray[disabled]:hover, .dup-styles .button.gray.disabled:focus, .dup-styles .button.gray[disabled]:focus {
|
|
background-color: #c0c0c0;
|
|
color: #fefefe;
|
|
}
|
|
.dup-styles .button.gray:hover, .dup-styles .button.gray:focus {
|
|
background-color: rgb(153.6, 153.6, 153.6);
|
|
color: #fefefe;
|
|
}
|
|
.dup-styles .button.success, .dup-styles .button.success.disabled, .dup-styles .button.success[disabled], .dup-styles .button.success.disabled:hover, .dup-styles .button.success[disabled]:hover, .dup-styles .button.success.disabled:focus, .dup-styles .button.success[disabled]:focus {
|
|
background-color: #00a32a;
|
|
color: #fefefe;
|
|
}
|
|
.dup-styles .button.success:hover, .dup-styles .button.success:focus {
|
|
background-color: rgb(0, 130.4, 33.6);
|
|
color: #fefefe;
|
|
}
|
|
.dup-styles .button.warning, .dup-styles .button.warning.disabled, .dup-styles .button.warning[disabled], .dup-styles .button.warning.disabled:hover, .dup-styles .button.warning[disabled]:hover, .dup-styles .button.warning.disabled:focus, .dup-styles .button.warning[disabled]:focus {
|
|
background-color: #ffae00;
|
|
color: #fefefe;
|
|
}
|
|
.dup-styles .button.warning:hover, .dup-styles .button.warning:focus {
|
|
background-color: rgb(204, 139.2, 0);
|
|
color: #fefefe;
|
|
}
|
|
.dup-styles .button.alert, .dup-styles .button.alert.disabled, .dup-styles .button.alert[disabled], .dup-styles .button.alert.disabled:hover, .dup-styles .button.alert[disabled]:hover, .dup-styles .button.alert.disabled:focus, .dup-styles .button.alert[disabled]:focus {
|
|
background-color: #A62426;
|
|
color: #fefefe;
|
|
}
|
|
.dup-styles .button.alert:hover, .dup-styles .button.alert:focus {
|
|
background-color: rgb(132.8, 28.8, 30.4);
|
|
color: #fefefe;
|
|
}
|
|
.dup-styles .button.green, .dup-styles .button.green.disabled, .dup-styles .button.green[disabled], .dup-styles .button.green.disabled:hover, .dup-styles .button.green[disabled]:hover, .dup-styles .button.green.disabled:focus, .dup-styles .button.green[disabled]:focus {
|
|
background-color: #00a32a;
|
|
color: #fefefe;
|
|
}
|
|
.dup-styles .button.green:hover, .dup-styles .button.green:focus {
|
|
background-color: rgb(0, 130.4, 33.6);
|
|
color: #fefefe;
|
|
}
|
|
.dup-styles .button.darkgreen, .dup-styles .button.darkgreen.disabled, .dup-styles .button.darkgreen[disabled], .dup-styles .button.darkgreen.disabled:hover, .dup-styles .button.darkgreen[disabled]:hover, .dup-styles .button.darkgreen.disabled:focus, .dup-styles .button.darkgreen[disabled]:focus {
|
|
background-color: #006419;
|
|
color: #fefefe;
|
|
}
|
|
.dup-styles .button.darkgreen:hover, .dup-styles .button.darkgreen:focus {
|
|
background-color: #005014;
|
|
color: #fefefe;
|
|
}
|
|
.dup-styles .button.red, .dup-styles .button.red.disabled, .dup-styles .button.red[disabled], .dup-styles .button.red.disabled:hover, .dup-styles .button.red[disabled]:hover, .dup-styles .button.red.disabled:focus, .dup-styles .button.red[disabled]:focus {
|
|
background-color: #d63638;
|
|
color: #fefefe;
|
|
}
|
|
.dup-styles .button.red:hover, .dup-styles .button.red:focus {
|
|
background-color: rgb(178.0760330579, 36.3239669421, 38.0958677686);
|
|
color: #fefefe;
|
|
}
|
|
.dup-styles .button.hollow, .dup-styles .button.hollow:hover, .dup-styles .button.hollow:focus, .dup-styles .button.hollow.disabled, .dup-styles .button.hollow.disabled:hover, .dup-styles .button.hollow.disabled:focus, .dup-styles .button.hollow[disabled], .dup-styles .button.hollow[disabled]:hover, .dup-styles .button.hollow[disabled]:focus {
|
|
background-color: transparent;
|
|
}
|
|
.dup-styles .button.hollow, .dup-styles .button.hollow.disabled, .dup-styles .button.hollow[disabled], .dup-styles .button.hollow.disabled:hover, .dup-styles .button.hollow[disabled]:hover, .dup-styles .button.hollow.disabled:focus, .dup-styles .button.hollow[disabled]:focus {
|
|
border: 1px solid #fe4716;
|
|
color: #fe4716;
|
|
}
|
|
.dup-styles .button.hollow:hover, .dup-styles .button.hollow:focus {
|
|
border-color: rgb(137.4102564103, 29.4871794872, 0.5897435897);
|
|
color: rgb(137.4102564103, 29.4871794872, 0.5897435897);
|
|
}
|
|
.dup-styles .button.hollow.primary, .dup-styles .button.hollow.primary.disabled, .dup-styles .button.hollow.primary[disabled], .dup-styles .button.hollow.primary.disabled:hover, .dup-styles .button.hollow.primary[disabled]:hover, .dup-styles .button.hollow.primary.disabled:focus, .dup-styles .button.hollow.primary[disabled]:focus {
|
|
border: 1px solid #fe4716;
|
|
color: #fe4716;
|
|
}
|
|
.dup-styles .button.hollow.primary:hover, .dup-styles .button.hollow.primary:focus {
|
|
border-color: rgb(137.4102564103, 29.4871794872, 0.5897435897);
|
|
color: rgb(137.4102564103, 29.4871794872, 0.5897435897);
|
|
}
|
|
.dup-styles .button.hollow.secondary, .dup-styles .button.hollow.secondary.disabled, .dup-styles .button.hollow.secondary[disabled], .dup-styles .button.hollow.secondary.disabled:hover, .dup-styles .button.hollow.secondary[disabled]:hover, .dup-styles .button.hollow.secondary.disabled:focus, .dup-styles .button.hollow.secondary[disabled]:focus {
|
|
border: 1px solid #2563eb;
|
|
color: #2563eb;
|
|
}
|
|
.dup-styles .button.hollow.secondary:hover, .dup-styles .button.hollow.secondary:focus {
|
|
border-color: rgb(11.4285714286, 46.8571428571, 124.5714285714);
|
|
color: rgb(11.4285714286, 46.8571428571, 124.5714285714);
|
|
}
|
|
.dup-styles .button.hollow.gray, .dup-styles .button.hollow.gray.disabled, .dup-styles .button.hollow.gray[disabled], .dup-styles .button.hollow.gray.disabled:hover, .dup-styles .button.hollow.gray[disabled]:hover, .dup-styles .button.hollow.gray.disabled:focus, .dup-styles .button.hollow.gray[disabled]:focus {
|
|
border: 1px solid #c0c0c0;
|
|
color: #c0c0c0;
|
|
}
|
|
.dup-styles .button.hollow.gray:hover, .dup-styles .button.hollow.gray:focus {
|
|
border-color: #606060;
|
|
color: #606060;
|
|
}
|
|
.dup-styles .button.hollow.success, .dup-styles .button.hollow.success.disabled, .dup-styles .button.hollow.success[disabled], .dup-styles .button.hollow.success.disabled:hover, .dup-styles .button.hollow.success[disabled]:hover, .dup-styles .button.hollow.success.disabled:focus, .dup-styles .button.hollow.success[disabled]:focus {
|
|
border: 1px solid #00a32a;
|
|
color: #00a32a;
|
|
}
|
|
.dup-styles .button.hollow.success:hover, .dup-styles .button.hollow.success:focus {
|
|
border-color: rgb(0, 81.5, 21);
|
|
color: rgb(0, 81.5, 21);
|
|
}
|
|
.dup-styles .button.hollow.warning, .dup-styles .button.hollow.warning.disabled, .dup-styles .button.hollow.warning[disabled], .dup-styles .button.hollow.warning.disabled:hover, .dup-styles .button.hollow.warning[disabled]:hover, .dup-styles .button.hollow.warning.disabled:focus, .dup-styles .button.hollow.warning[disabled]:focus {
|
|
border: 1px solid #ffae00;
|
|
color: #ffae00;
|
|
}
|
|
.dup-styles .button.hollow.warning:hover, .dup-styles .button.hollow.warning:focus {
|
|
border-color: rgb(127.5, 87, 0);
|
|
color: rgb(127.5, 87, 0);
|
|
}
|
|
.dup-styles .button.hollow.alert, .dup-styles .button.hollow.alert.disabled, .dup-styles .button.hollow.alert[disabled], .dup-styles .button.hollow.alert.disabled:hover, .dup-styles .button.hollow.alert[disabled]:hover, .dup-styles .button.hollow.alert.disabled:focus, .dup-styles .button.hollow.alert[disabled]:focus {
|
|
border: 1px solid #A62426;
|
|
color: #A62426;
|
|
}
|
|
.dup-styles .button.hollow.alert:hover, .dup-styles .button.hollow.alert:focus {
|
|
border-color: #531213;
|
|
color: #531213;
|
|
}
|
|
.dup-styles .button.hollow.green, .dup-styles .button.hollow.green.disabled, .dup-styles .button.hollow.green[disabled], .dup-styles .button.hollow.green.disabled:hover, .dup-styles .button.hollow.green[disabled]:hover, .dup-styles .button.hollow.green.disabled:focus, .dup-styles .button.hollow.green[disabled]:focus {
|
|
border: 1px solid #00a32a;
|
|
color: #00a32a;
|
|
}
|
|
.dup-styles .button.hollow.green:hover, .dup-styles .button.hollow.green:focus {
|
|
border-color: rgb(0, 81.5, 21);
|
|
color: rgb(0, 81.5, 21);
|
|
}
|
|
.dup-styles .button.hollow.darkgreen, .dup-styles .button.hollow.darkgreen.disabled, .dup-styles .button.hollow.darkgreen[disabled], .dup-styles .button.hollow.darkgreen.disabled:hover, .dup-styles .button.hollow.darkgreen[disabled]:hover, .dup-styles .button.hollow.darkgreen.disabled:focus, .dup-styles .button.hollow.darkgreen[disabled]:focus {
|
|
border: 1px solid #006419;
|
|
color: #006419;
|
|
}
|
|
.dup-styles .button.hollow.darkgreen:hover, .dup-styles .button.hollow.darkgreen:focus {
|
|
border-color: rgb(0, 50, 12.5);
|
|
color: rgb(0, 50, 12.5);
|
|
}
|
|
.dup-styles .button.hollow.red, .dup-styles .button.hollow.red.disabled, .dup-styles .button.hollow.red[disabled], .dup-styles .button.hollow.red.disabled:hover, .dup-styles .button.hollow.red[disabled]:hover, .dup-styles .button.hollow.red.disabled:focus, .dup-styles .button.hollow.red[disabled]:focus {
|
|
border: 1px solid #d63638;
|
|
color: #d63638;
|
|
}
|
|
.dup-styles .button.hollow.red:hover, .dup-styles .button.hollow.red:focus {
|
|
border-color: rgb(111.2975206612, 22.7024793388, 23.8099173554);
|
|
color: rgb(111.2975206612, 22.7024793388, 23.8099173554);
|
|
}
|
|
.dup-styles .button.clear, .dup-styles .button.clear:hover, .dup-styles .button.clear:focus, .dup-styles .button.clear.disabled, .dup-styles .button.clear.disabled:hover, .dup-styles .button.clear.disabled:focus, .dup-styles .button.clear[disabled], .dup-styles .button.clear[disabled]:hover, .dup-styles .button.clear[disabled]:focus {
|
|
border-color: transparent;
|
|
background-color: transparent;
|
|
}
|
|
.dup-styles .button.clear, .dup-styles .button.clear.disabled, .dup-styles .button.clear[disabled], .dup-styles .button.clear.disabled:hover, .dup-styles .button.clear[disabled]:hover, .dup-styles .button.clear.disabled:focus, .dup-styles .button.clear[disabled]:focus {
|
|
color: #fe4716;
|
|
}
|
|
.dup-styles .button.clear:hover, .dup-styles .button.clear:focus {
|
|
color: rgb(137.4102564103, 29.4871794872, 0.5897435897);
|
|
}
|
|
.dup-styles .button.clear.primary, .dup-styles .button.clear.primary.disabled, .dup-styles .button.clear.primary[disabled], .dup-styles .button.clear.primary.disabled:hover, .dup-styles .button.clear.primary[disabled]:hover, .dup-styles .button.clear.primary.disabled:focus, .dup-styles .button.clear.primary[disabled]:focus {
|
|
color: #fe4716;
|
|
}
|
|
.dup-styles .button.clear.primary:hover, .dup-styles .button.clear.primary:focus {
|
|
color: rgb(137.4102564103, 29.4871794872, 0.5897435897);
|
|
}
|
|
.dup-styles .button.clear.secondary, .dup-styles .button.clear.secondary.disabled, .dup-styles .button.clear.secondary[disabled], .dup-styles .button.clear.secondary.disabled:hover, .dup-styles .button.clear.secondary[disabled]:hover, .dup-styles .button.clear.secondary.disabled:focus, .dup-styles .button.clear.secondary[disabled]:focus {
|
|
color: #2563eb;
|
|
}
|
|
.dup-styles .button.clear.secondary:hover, .dup-styles .button.clear.secondary:focus {
|
|
color: rgb(11.4285714286, 46.8571428571, 124.5714285714);
|
|
}
|
|
.dup-styles .button.clear.gray, .dup-styles .button.clear.gray.disabled, .dup-styles .button.clear.gray[disabled], .dup-styles .button.clear.gray.disabled:hover, .dup-styles .button.clear.gray[disabled]:hover, .dup-styles .button.clear.gray.disabled:focus, .dup-styles .button.clear.gray[disabled]:focus {
|
|
color: #c0c0c0;
|
|
}
|
|
.dup-styles .button.clear.gray:hover, .dup-styles .button.clear.gray:focus {
|
|
color: #606060;
|
|
}
|
|
.dup-styles .button.clear.success, .dup-styles .button.clear.success.disabled, .dup-styles .button.clear.success[disabled], .dup-styles .button.clear.success.disabled:hover, .dup-styles .button.clear.success[disabled]:hover, .dup-styles .button.clear.success.disabled:focus, .dup-styles .button.clear.success[disabled]:focus {
|
|
color: #00a32a;
|
|
}
|
|
.dup-styles .button.clear.success:hover, .dup-styles .button.clear.success:focus {
|
|
color: rgb(0, 81.5, 21);
|
|
}
|
|
.dup-styles .button.clear.warning, .dup-styles .button.clear.warning.disabled, .dup-styles .button.clear.warning[disabled], .dup-styles .button.clear.warning.disabled:hover, .dup-styles .button.clear.warning[disabled]:hover, .dup-styles .button.clear.warning.disabled:focus, .dup-styles .button.clear.warning[disabled]:focus {
|
|
color: #ffae00;
|
|
}
|
|
.dup-styles .button.clear.warning:hover, .dup-styles .button.clear.warning:focus {
|
|
color: rgb(127.5, 87, 0);
|
|
}
|
|
.dup-styles .button.clear.alert, .dup-styles .button.clear.alert.disabled, .dup-styles .button.clear.alert[disabled], .dup-styles .button.clear.alert.disabled:hover, .dup-styles .button.clear.alert[disabled]:hover, .dup-styles .button.clear.alert.disabled:focus, .dup-styles .button.clear.alert[disabled]:focus {
|
|
color: #A62426;
|
|
}
|
|
.dup-styles .button.clear.alert:hover, .dup-styles .button.clear.alert:focus {
|
|
color: #531213;
|
|
}
|
|
.dup-styles .button.clear.green, .dup-styles .button.clear.green.disabled, .dup-styles .button.clear.green[disabled], .dup-styles .button.clear.green.disabled:hover, .dup-styles .button.clear.green[disabled]:hover, .dup-styles .button.clear.green.disabled:focus, .dup-styles .button.clear.green[disabled]:focus {
|
|
color: #00a32a;
|
|
}
|
|
.dup-styles .button.clear.green:hover, .dup-styles .button.clear.green:focus {
|
|
color: rgb(0, 81.5, 21);
|
|
}
|
|
.dup-styles .button.clear.darkgreen, .dup-styles .button.clear.darkgreen.disabled, .dup-styles .button.clear.darkgreen[disabled], .dup-styles .button.clear.darkgreen.disabled:hover, .dup-styles .button.clear.darkgreen[disabled]:hover, .dup-styles .button.clear.darkgreen.disabled:focus, .dup-styles .button.clear.darkgreen[disabled]:focus {
|
|
color: #006419;
|
|
}
|
|
.dup-styles .button.clear.darkgreen:hover, .dup-styles .button.clear.darkgreen:focus {
|
|
color: rgb(0, 50, 12.5);
|
|
}
|
|
.dup-styles .button.clear.red, .dup-styles .button.clear.red.disabled, .dup-styles .button.clear.red[disabled], .dup-styles .button.clear.red.disabled:hover, .dup-styles .button.clear.red[disabled]:hover, .dup-styles .button.clear.red.disabled:focus, .dup-styles .button.clear.red[disabled]:focus {
|
|
color: #d63638;
|
|
}
|
|
.dup-styles .button.clear.red:hover, .dup-styles .button.clear.red:focus {
|
|
color: rgb(111.2975206612, 22.7024793388, 23.8099173554);
|
|
}
|
|
.dup-styles .button.disabled, .dup-styles .button[disabled] {
|
|
opacity: 0.7;
|
|
cursor: not-allowed;
|
|
}
|
|
.dup-styles .button.dropdown::after {
|
|
display: block;
|
|
width: 0;
|
|
height: 0;
|
|
border-style: solid;
|
|
border-width: 0.4em;
|
|
content: "";
|
|
border-bottom-width: 0;
|
|
border-color: #fefefe transparent transparent;
|
|
position: relative;
|
|
top: 0.4em;
|
|
display: inline-block;
|
|
float: right;
|
|
margin-left: 0.563rem;
|
|
}
|
|
.dup-styles .button.dropdown.hollow::after, .dup-styles .button.dropdown.clear::after {
|
|
border-top-color: #fe4716;
|
|
}
|
|
.dup-styles .button.dropdown.hollow.primary::after, .dup-styles .button.dropdown.clear.primary::after {
|
|
border-top-color: #fe4716;
|
|
}
|
|
.dup-styles .button.dropdown.hollow.secondary::after, .dup-styles .button.dropdown.clear.secondary::after {
|
|
border-top-color: #2563eb;
|
|
}
|
|
.dup-styles .button.dropdown.hollow.gray::after, .dup-styles .button.dropdown.clear.gray::after {
|
|
border-top-color: #c0c0c0;
|
|
}
|
|
.dup-styles .button.dropdown.hollow.success::after, .dup-styles .button.dropdown.clear.success::after {
|
|
border-top-color: #00a32a;
|
|
}
|
|
.dup-styles .button.dropdown.hollow.warning::after, .dup-styles .button.dropdown.clear.warning::after {
|
|
border-top-color: #ffae00;
|
|
}
|
|
.dup-styles .button.dropdown.hollow.alert::after, .dup-styles .button.dropdown.clear.alert::after {
|
|
border-top-color: #A62426;
|
|
}
|
|
.dup-styles .button.dropdown.hollow.green::after, .dup-styles .button.dropdown.clear.green::after {
|
|
border-top-color: #00a32a;
|
|
}
|
|
.dup-styles .button.dropdown.hollow.darkgreen::after, .dup-styles .button.dropdown.clear.darkgreen::after {
|
|
border-top-color: #006419;
|
|
}
|
|
.dup-styles .button.dropdown.hollow.red::after, .dup-styles .button.dropdown.clear.red::after {
|
|
border-top-color: #d63638;
|
|
}
|
|
.dup-styles .button.arrow-only::after {
|
|
top: -0.1em;
|
|
float: none;
|
|
margin-left: 0;
|
|
}
|
|
.dup-styles a.button:hover, .dup-styles a.button:focus {
|
|
text-decoration: none;
|
|
}
|
|
.dup-styles .ui-helper-hidden {
|
|
display: none;
|
|
}
|
|
.dup-styles .ui-helper-hidden-accessible {
|
|
border: 0;
|
|
clip: rect(0 0 0 0);
|
|
height: 1px;
|
|
margin: -1px;
|
|
overflow: hidden;
|
|
padding: 0;
|
|
position: absolute;
|
|
width: 1px;
|
|
}
|
|
.dup-styles .ui-helper-reset {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
outline: 0;
|
|
line-height: 1.3;
|
|
text-decoration: none;
|
|
font-size: 100%;
|
|
list-style: none;
|
|
}
|
|
.dup-styles .ui-helper-clearfix:before, .dup-styles .ui-helper-clearfix:after {
|
|
content: "";
|
|
display: table;
|
|
border-collapse: collapse;
|
|
}
|
|
.dup-styles .ui-helper-clearfix:after {
|
|
clear: both;
|
|
}
|
|
.dup-styles .ui-helper-clearfix {
|
|
min-height: 0;
|
|
}
|
|
.dup-styles .ui-helper-zfix {
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
position: absolute;
|
|
opacity: 0;
|
|
filter: Alpha(Opacity=0);
|
|
}
|
|
.dup-styles .ui-front {
|
|
z-index: 100;
|
|
}
|
|
.dup-styles .ui-state-disabled {
|
|
cursor: default !important;
|
|
}
|
|
.dup-styles .ui-icon {
|
|
display: block;
|
|
text-indent: -99999px;
|
|
overflow: hidden;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.dup-styles .ui-widget-overlay {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.dup-styles .ui-progressbar {
|
|
height: 2em;
|
|
text-align: left;
|
|
overflow: hidden;
|
|
}
|
|
.dup-styles .ui-progressbar .ui-progressbar-value {
|
|
margin: -1px;
|
|
height: 100%;
|
|
}
|
|
.dup-styles .ui-progressbar .ui-progressbar-overlay {
|
|
background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
|
|
height: 100%;
|
|
filter: alpha(opacity=25);
|
|
opacity: 0.25;
|
|
}
|
|
.dup-styles .ui-progressbar-indeterminate .ui-progressbar-value {
|
|
background-image: none;
|
|
}
|
|
.dup-styles .ui-widget {
|
|
font-family: Verdana, Arial, sans-serif;
|
|
font-size: 1.1em;
|
|
}
|
|
.dup-styles .ui-widget .ui-widget {
|
|
font-size: 1em;
|
|
}
|
|
.dup-styles .ui-widget input, .dup-styles .ui-widget select, .dup-styles .ui-widget textarea, .dup-styles .ui-widget button {
|
|
font-family: Verdana, Arial, sans-serif;
|
|
font-size: 1em;
|
|
}
|
|
.dup-styles .ui-widget-content {
|
|
border: 1px solid #aaa;
|
|
background: #fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
|
|
color: #222;
|
|
}
|
|
.dup-styles .ui-widget-content a {
|
|
color: #222;
|
|
}
|
|
.dup-styles .ui-widget-header {
|
|
border: 1px solid #aaa;
|
|
background: #ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
|
|
color: #222;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .ui-widget-header a {
|
|
color: #222;
|
|
}
|
|
.dup-styles .ui-state-default, .dup-styles .ui-widget-content .ui-state-default, .dup-styles .ui-widget-header .ui-state-default {
|
|
border: 1px solid #d3d3d3;
|
|
background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
|
|
font-weight: normal;
|
|
color: #555;
|
|
}
|
|
.dup-styles .ui-state-default a, .dup-styles .ui-state-default a:link, .dup-styles .ui-state-default a:visited {
|
|
color: #555;
|
|
text-decoration: none;
|
|
}
|
|
.dup-styles .ui-state-hover, .dup-styles .ui-widget-content .ui-state-hover, .dup-styles .ui-widget-header .ui-state-hover, .dup-styles .ui-state-focus, .dup-styles .ui-widget-content .ui-state-focus, .dup-styles .ui-widget-header .ui-state-focus {
|
|
border: 1px solid #999;
|
|
background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
|
|
font-weight: normal;
|
|
color: #212121;
|
|
}
|
|
.dup-styles .ui-state-hover a, .dup-styles .ui-state-hover a:hover, .dup-styles .ui-state-hover a:link, .dup-styles .ui-state-hover a:visited, .dup-styles .ui-state-focus a, .dup-styles .ui-state-focus a:hover, .dup-styles .ui-state-focus a:link, .dup-styles .ui-state-focus a:visited {
|
|
color: #212121;
|
|
text-decoration: none;
|
|
}
|
|
.dup-styles .ui-state-active, .dup-styles .ui-widget-content .ui-state-active, .dup-styles .ui-widget-header .ui-state-active {
|
|
border: 1px solid #aaa;
|
|
background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
|
|
font-weight: normal;
|
|
color: #212121;
|
|
}
|
|
.dup-styles .ui-state-active a, .dup-styles .ui-state-active a:link, .dup-styles .ui-state-active a:visited {
|
|
color: #212121;
|
|
text-decoration: none;
|
|
}
|
|
.dup-styles .ui-state-highlight, .dup-styles .ui-widget-content .ui-state-highlight, .dup-styles .ui-widget-header .ui-state-highlight {
|
|
border: 1px solid #fcefa1;
|
|
background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
|
|
color: #363636;
|
|
}
|
|
.dup-styles .ui-state-highlight a, .dup-styles .ui-widget-content .ui-state-highlight a, .dup-styles .ui-widget-header .ui-state-highlight a {
|
|
color: #363636;
|
|
}
|
|
.dup-styles .ui-state-error, .dup-styles .ui-widget-content .ui-state-error, .dup-styles .ui-widget-header .ui-state-error {
|
|
border: 1px solid #cd0a0a;
|
|
background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
|
|
color: #cd0a0a;
|
|
}
|
|
.dup-styles .ui-state-error a, .dup-styles .ui-widget-content .ui-state-error a, .dup-styles .ui-widget-header .ui-state-error a {
|
|
color: #cd0a0a;
|
|
}
|
|
.dup-styles .ui-state-error-text, .dup-styles .ui-widget-content .ui-state-error-text, .dup-styles .ui-widget-header .ui-state-error-text {
|
|
color: #cd0a0a;
|
|
}
|
|
.dup-styles .ui-priority-primary, .dup-styles .ui-widget-content .ui-priority-primary, .dup-styles .ui-widget-header .ui-priority-primary {
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .ui-priority-secondary, .dup-styles .ui-widget-content .ui-priority-secondary, .dup-styles .ui-widget-header .ui-priority-secondary {
|
|
opacity: 0.7;
|
|
filter: Alpha(Opacity=70);
|
|
font-weight: normal;
|
|
}
|
|
.dup-styles .ui-state-disabled, .dup-styles .ui-widget-content .ui-state-disabled, .dup-styles .ui-widget-header .ui-state-disabled {
|
|
opacity: 0.35;
|
|
filter: Alpha(Opacity=35);
|
|
background-image: none;
|
|
}
|
|
.dup-styles .ui-state-disabled .ui-icon {
|
|
filter: Alpha(Opacity=35);
|
|
}
|
|
.dup-styles .ui-icon {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
.dup-styles .ui-icon, .dup-styles .ui-widget-content .ui-icon {
|
|
background-image: url(images/ui-icons_222222_256x240.png);
|
|
}
|
|
.dup-styles .ui-widget-header .ui-icon {
|
|
background-image: url(images/ui-icons_222222_256x240.png);
|
|
}
|
|
.dup-styles .ui-state-default .ui-icon {
|
|
background-image: url(images/ui-icons_888888_256x240.png);
|
|
}
|
|
.dup-styles .ui-state-hover .ui-icon, .dup-styles .ui-state-focus .ui-icon {
|
|
background-image: url(images/ui-icons_454545_256x240.png);
|
|
}
|
|
.dup-styles .ui-state-active .ui-icon {
|
|
background-image: url(images/ui-icons_454545_256x240.png);
|
|
}
|
|
.dup-styles .ui-state-highlight .ui-icon {
|
|
background-image: url(images/ui-icons_2e83ff_256x240.png);
|
|
}
|
|
.dup-styles .ui-state-error .ui-icon, .dup-styles .ui-state-error-text .ui-icon {
|
|
background-image: url(images/ui-icons_cd0a0a_256x240.png);
|
|
}
|
|
.dup-styles .ui-icon-blank {
|
|
background-position: 16px 16px;
|
|
}
|
|
.dup-styles .ui-icon-carat-1-n {
|
|
background-position: 0 0;
|
|
}
|
|
.dup-styles .ui-icon-carat-1-ne {
|
|
background-position: -16px 0;
|
|
}
|
|
.dup-styles .ui-icon-carat-1-e {
|
|
background-position: -32px 0;
|
|
}
|
|
.dup-styles .ui-icon-carat-1-se {
|
|
background-position: -48px 0;
|
|
}
|
|
.dup-styles .ui-icon-carat-1-s {
|
|
background-position: -64px 0;
|
|
}
|
|
.dup-styles .ui-icon-carat-1-sw {
|
|
background-position: -80px 0;
|
|
}
|
|
.dup-styles .ui-icon-carat-1-w {
|
|
background-position: -96px 0;
|
|
}
|
|
.dup-styles .ui-icon-carat-1-nw {
|
|
background-position: -112px 0;
|
|
}
|
|
.dup-styles .ui-icon-carat-2-n-s {
|
|
background-position: -128px 0;
|
|
}
|
|
.dup-styles .ui-icon-carat-2-e-w {
|
|
background-position: -144px 0;
|
|
}
|
|
.dup-styles .ui-icon-triangle-1-n {
|
|
background-position: 0 -16px;
|
|
}
|
|
.dup-styles .ui-icon-triangle-1-ne {
|
|
background-position: -16px -16px;
|
|
}
|
|
.dup-styles .ui-icon-triangle-1-e {
|
|
background-position: -32px -16px;
|
|
}
|
|
.dup-styles .ui-icon-triangle-1-se {
|
|
background-position: -48px -16px;
|
|
}
|
|
.dup-styles .ui-icon-triangle-1-s {
|
|
background-position: -64px -16px;
|
|
}
|
|
.dup-styles .ui-icon-triangle-1-sw {
|
|
background-position: -80px -16px;
|
|
}
|
|
.dup-styles .ui-icon-triangle-1-w {
|
|
background-position: -96px -16px;
|
|
}
|
|
.dup-styles .ui-icon-triangle-1-nw {
|
|
background-position: -112px -16px;
|
|
}
|
|
.dup-styles .ui-icon-triangle-2-n-s {
|
|
background-position: -128px -16px;
|
|
}
|
|
.dup-styles .ui-icon-triangle-2-e-w {
|
|
background-position: -144px -16px;
|
|
}
|
|
.dup-styles .ui-icon-arrow-1-n {
|
|
background-position: 0 -32px;
|
|
}
|
|
.dup-styles .ui-icon-arrow-1-ne {
|
|
background-position: -16px -32px;
|
|
}
|
|
.dup-styles .ui-icon-arrow-1-e {
|
|
background-position: -32px -32px;
|
|
}
|
|
.dup-styles .ui-icon-arrow-1-se {
|
|
background-position: -48px -32px;
|
|
}
|
|
.dup-styles .ui-icon-arrow-1-s {
|
|
background-position: -64px -32px;
|
|
}
|
|
.dup-styles .ui-icon-arrow-1-sw {
|
|
background-position: -80px -32px;
|
|
}
|
|
.dup-styles .ui-icon-arrow-1-w {
|
|
background-position: -96px -32px;
|
|
}
|
|
.dup-styles .ui-icon-arrow-1-nw {
|
|
background-position: -112px -32px;
|
|
}
|
|
.dup-styles .ui-icon-arrow-2-n-s {
|
|
background-position: -128px -32px;
|
|
}
|
|
.dup-styles .ui-icon-arrow-2-ne-sw {
|
|
background-position: -144px -32px;
|
|
}
|
|
.dup-styles .ui-icon-arrow-2-e-w {
|
|
background-position: -160px -32px;
|
|
}
|
|
.dup-styles .ui-icon-arrow-2-se-nw {
|
|
background-position: -176px -32px;
|
|
}
|
|
.dup-styles .ui-icon-arrowstop-1-n {
|
|
background-position: -192px -32px;
|
|
}
|
|
.dup-styles .ui-icon-arrowstop-1-e {
|
|
background-position: -208px -32px;
|
|
}
|
|
.dup-styles .ui-icon-arrowstop-1-s {
|
|
background-position: -224px -32px;
|
|
}
|
|
.dup-styles .ui-icon-arrowstop-1-w {
|
|
background-position: -240px -32px;
|
|
}
|
|
.dup-styles .ui-icon-arrowthick-1-n {
|
|
background-position: 0 -48px;
|
|
}
|
|
.dup-styles .ui-icon-arrowthick-1-ne {
|
|
background-position: -16px -48px;
|
|
}
|
|
.dup-styles .ui-icon-arrowthick-1-e {
|
|
background-position: -32px -48px;
|
|
}
|
|
.dup-styles .ui-icon-arrowthick-1-se {
|
|
background-position: -48px -48px;
|
|
}
|
|
.dup-styles .ui-icon-arrowthick-1-s {
|
|
background-position: -64px -48px;
|
|
}
|
|
.dup-styles .ui-icon-arrowthick-1-sw {
|
|
background-position: -80px -48px;
|
|
}
|
|
.dup-styles .ui-icon-arrowthick-1-w {
|
|
background-position: -96px -48px;
|
|
}
|
|
.dup-styles .ui-icon-arrowthick-1-nw {
|
|
background-position: -112px -48px;
|
|
}
|
|
.dup-styles .ui-icon-arrowthick-2-n-s {
|
|
background-position: -128px -48px;
|
|
}
|
|
.dup-styles .ui-icon-arrowthick-2-ne-sw {
|
|
background-position: -144px -48px;
|
|
}
|
|
.dup-styles .ui-icon-arrowthick-2-e-w {
|
|
background-position: -160px -48px;
|
|
}
|
|
.dup-styles .ui-icon-arrowthick-2-se-nw {
|
|
background-position: -176px -48px;
|
|
}
|
|
.dup-styles .ui-icon-arrowthickstop-1-n {
|
|
background-position: -192px -48px;
|
|
}
|
|
.dup-styles .ui-icon-arrowthickstop-1-e {
|
|
background-position: -208px -48px;
|
|
}
|
|
.dup-styles .ui-icon-arrowthickstop-1-s {
|
|
background-position: -224px -48px;
|
|
}
|
|
.dup-styles .ui-icon-arrowthickstop-1-w {
|
|
background-position: -240px -48px;
|
|
}
|
|
.dup-styles .ui-icon-arrowreturnthick-1-w {
|
|
background-position: 0 -64px;
|
|
}
|
|
.dup-styles .ui-icon-arrowreturnthick-1-n {
|
|
background-position: -16px -64px;
|
|
}
|
|
.dup-styles .ui-icon-arrowreturnthick-1-e {
|
|
background-position: -32px -64px;
|
|
}
|
|
.dup-styles .ui-icon-arrowreturnthick-1-s {
|
|
background-position: -48px -64px;
|
|
}
|
|
.dup-styles .ui-icon-arrowreturn-1-w {
|
|
background-position: -64px -64px;
|
|
}
|
|
.dup-styles .ui-icon-arrowreturn-1-n {
|
|
background-position: -80px -64px;
|
|
}
|
|
.dup-styles .ui-icon-arrowreturn-1-e {
|
|
background-position: -96px -64px;
|
|
}
|
|
.dup-styles .ui-icon-arrowreturn-1-s {
|
|
background-position: -112px -64px;
|
|
}
|
|
.dup-styles .ui-icon-arrowrefresh-1-w {
|
|
background-position: -128px -64px;
|
|
}
|
|
.dup-styles .ui-icon-arrowrefresh-1-n {
|
|
background-position: -144px -64px;
|
|
}
|
|
.dup-styles .ui-icon-arrowrefresh-1-e {
|
|
background-position: -160px -64px;
|
|
}
|
|
.dup-styles .ui-icon-arrowrefresh-1-s {
|
|
background-position: -176px -64px;
|
|
}
|
|
.dup-styles .ui-icon-arrow-4 {
|
|
background-position: 0 -80px;
|
|
}
|
|
.dup-styles .ui-icon-arrow-4-diag {
|
|
background-position: -16px -80px;
|
|
}
|
|
.dup-styles .ui-icon-extlink {
|
|
background-position: -32px -80px;
|
|
}
|
|
.dup-styles .ui-icon-newwin {
|
|
background-position: -48px -80px;
|
|
}
|
|
.dup-styles .ui-icon-refresh {
|
|
background-position: -64px -80px;
|
|
}
|
|
.dup-styles .ui-icon-shuffle {
|
|
background-position: -80px -80px;
|
|
}
|
|
.dup-styles .ui-icon-transfer-e-w {
|
|
background-position: -96px -80px;
|
|
}
|
|
.dup-styles .ui-icon-transferthick-e-w {
|
|
background-position: -112px -80px;
|
|
}
|
|
.dup-styles .ui-icon-folder-collapsed {
|
|
background-position: 0 -96px;
|
|
}
|
|
.dup-styles .ui-icon-folder-open {
|
|
background-position: -16px -96px;
|
|
}
|
|
.dup-styles .ui-icon-document {
|
|
background-position: -32px -96px;
|
|
}
|
|
.dup-styles .ui-icon-document-b {
|
|
background-position: -48px -96px;
|
|
}
|
|
.dup-styles .ui-icon-note {
|
|
background-position: -64px -96px;
|
|
}
|
|
.dup-styles .ui-icon-mail-closed {
|
|
background-position: -80px -96px;
|
|
}
|
|
.dup-styles .ui-icon-mail-open {
|
|
background-position: -96px -96px;
|
|
}
|
|
.dup-styles .ui-icon-suitcase {
|
|
background-position: -112px -96px;
|
|
}
|
|
.dup-styles .ui-icon-comment {
|
|
background-position: -128px -96px;
|
|
}
|
|
.dup-styles .ui-icon-person {
|
|
background-position: -144px -96px;
|
|
}
|
|
.dup-styles .ui-icon-print {
|
|
background-position: -160px -96px;
|
|
}
|
|
.dup-styles .ui-icon-trash {
|
|
background-position: -176px -96px;
|
|
}
|
|
.dup-styles .ui-icon-locked {
|
|
background-position: -192px -96px;
|
|
}
|
|
.dup-styles .ui-icon-unlocked {
|
|
background-position: -208px -96px;
|
|
}
|
|
.dup-styles .ui-icon-bookmark {
|
|
background-position: -224px -96px;
|
|
}
|
|
.dup-styles .ui-icon-tag {
|
|
background-position: -240px -96px;
|
|
}
|
|
.dup-styles .ui-icon-home {
|
|
background-position: 0 -112px;
|
|
}
|
|
.dup-styles .ui-icon-flag {
|
|
background-position: -16px -112px;
|
|
}
|
|
.dup-styles .ui-icon-calendar {
|
|
background-position: -32px -112px;
|
|
}
|
|
.dup-styles .ui-icon-cart {
|
|
background-position: -48px -112px;
|
|
}
|
|
.dup-styles .ui-icon-pencil {
|
|
background-position: -64px -112px;
|
|
}
|
|
.dup-styles .ui-icon-clock {
|
|
background-position: -80px -112px;
|
|
}
|
|
.dup-styles .ui-icon-disk {
|
|
background-position: -96px -112px;
|
|
}
|
|
.dup-styles .ui-icon-calculator {
|
|
background-position: -112px -112px;
|
|
}
|
|
.dup-styles .ui-icon-zoomin {
|
|
background-position: -128px -112px;
|
|
}
|
|
.dup-styles .ui-icon-zoomout {
|
|
background-position: -144px -112px;
|
|
}
|
|
.dup-styles .ui-icon-search {
|
|
background-position: -160px -112px;
|
|
}
|
|
.dup-styles .ui-icon-wrench {
|
|
background-position: -176px -112px;
|
|
}
|
|
.dup-styles .ui-icon-gear {
|
|
background-position: -192px -112px;
|
|
}
|
|
.dup-styles .ui-icon-heart {
|
|
background-position: -208px -112px;
|
|
}
|
|
.dup-styles .ui-icon-star {
|
|
background-position: -224px -112px;
|
|
}
|
|
.dup-styles .ui-icon-link {
|
|
background-position: -240px -112px;
|
|
}
|
|
.dup-styles .ui-icon-cancel {
|
|
background-position: 0 -128px;
|
|
}
|
|
.dup-styles .ui-icon-plus {
|
|
background-position: -16px -128px;
|
|
}
|
|
.dup-styles .ui-icon-plusthick {
|
|
background-position: -32px -128px;
|
|
}
|
|
.dup-styles .ui-icon-minus {
|
|
background-position: -48px -128px;
|
|
}
|
|
.dup-styles .ui-icon-minusthick {
|
|
background-position: -64px -128px;
|
|
}
|
|
.dup-styles .ui-icon-close {
|
|
background-position: -80px -128px;
|
|
}
|
|
.dup-styles .ui-icon-closethick {
|
|
background-position: -96px -128px;
|
|
}
|
|
.dup-styles .ui-icon-key {
|
|
background-position: -112px -128px;
|
|
}
|
|
.dup-styles .ui-icon-lightbulb {
|
|
background-position: -128px -128px;
|
|
}
|
|
.dup-styles .ui-icon-scissors {
|
|
background-position: -144px -128px;
|
|
}
|
|
.dup-styles .ui-icon-clipboard {
|
|
background-position: -160px -128px;
|
|
}
|
|
.dup-styles .ui-icon-copy {
|
|
background-position: -176px -128px;
|
|
}
|
|
.dup-styles .ui-icon-contact {
|
|
background-position: -192px -128px;
|
|
}
|
|
.dup-styles .ui-icon-image {
|
|
background-position: -208px -128px;
|
|
}
|
|
.dup-styles .ui-icon-video {
|
|
background-position: -224px -128px;
|
|
}
|
|
.dup-styles .ui-icon-script {
|
|
background-position: -240px -128px;
|
|
}
|
|
.dup-styles .ui-icon-alert {
|
|
background-position: 0 -144px;
|
|
}
|
|
.dup-styles .ui-icon-info {
|
|
background-position: -16px -144px;
|
|
}
|
|
.dup-styles .ui-icon-notice {
|
|
background-position: -32px -144px;
|
|
}
|
|
.dup-styles .ui-icon-help {
|
|
background-position: -48px -144px;
|
|
}
|
|
.dup-styles .ui-icon-check {
|
|
background-position: -64px -144px;
|
|
}
|
|
.dup-styles .ui-icon-bullet {
|
|
background-position: -80px -144px;
|
|
}
|
|
.dup-styles .ui-icon-radio-on {
|
|
background-position: -96px -144px;
|
|
}
|
|
.dup-styles .ui-icon-radio-off {
|
|
background-position: -112px -144px;
|
|
}
|
|
.dup-styles .ui-icon-pin-w {
|
|
background-position: -128px -144px;
|
|
}
|
|
.dup-styles .ui-icon-pin-s {
|
|
background-position: -144px -144px;
|
|
}
|
|
.dup-styles .ui-icon-play {
|
|
background-position: 0 -160px;
|
|
}
|
|
.dup-styles .ui-icon-pause {
|
|
background-position: -16px -160px;
|
|
}
|
|
.dup-styles .ui-icon-seek-next {
|
|
background-position: -32px -160px;
|
|
}
|
|
.dup-styles .ui-icon-seek-prev {
|
|
background-position: -48px -160px;
|
|
}
|
|
.dup-styles .ui-icon-seek-end {
|
|
background-position: -64px -160px;
|
|
}
|
|
.dup-styles .ui-icon-seek-start {
|
|
background-position: -80px -160px;
|
|
}
|
|
.dup-styles .ui-icon-seek-first {
|
|
background-position: -80px -160px;
|
|
}
|
|
.dup-styles .ui-icon-stop {
|
|
background-position: -96px -160px;
|
|
}
|
|
.dup-styles .ui-icon-eject {
|
|
background-position: -112px -160px;
|
|
}
|
|
.dup-styles .ui-icon-volume-off {
|
|
background-position: -128px -160px;
|
|
}
|
|
.dup-styles .ui-icon-volume-on {
|
|
background-position: -144px -160px;
|
|
}
|
|
.dup-styles .ui-icon-power {
|
|
background-position: 0 -176px;
|
|
}
|
|
.dup-styles .ui-icon-signal-diag {
|
|
background-position: -16px -176px;
|
|
}
|
|
.dup-styles .ui-icon-signal {
|
|
background-position: -32px -176px;
|
|
}
|
|
.dup-styles .ui-icon-battery-0 {
|
|
background-position: -48px -176px;
|
|
}
|
|
.dup-styles .ui-icon-battery-1 {
|
|
background-position: -64px -176px;
|
|
}
|
|
.dup-styles .ui-icon-battery-2 {
|
|
background-position: -80px -176px;
|
|
}
|
|
.dup-styles .ui-icon-battery-3 {
|
|
background-position: -96px -176px;
|
|
}
|
|
.dup-styles .ui-icon-circle-plus {
|
|
background-position: 0 -192px;
|
|
}
|
|
.dup-styles .ui-icon-circle-minus {
|
|
background-position: -16px -192px;
|
|
}
|
|
.dup-styles .ui-icon-circle-close {
|
|
background-position: -32px -192px;
|
|
}
|
|
.dup-styles .ui-icon-circle-triangle-e {
|
|
background-position: -48px -192px;
|
|
}
|
|
.dup-styles .ui-icon-circle-triangle-s {
|
|
background-position: -64px -192px;
|
|
}
|
|
.dup-styles .ui-icon-circle-triangle-w {
|
|
background-position: -80px -192px;
|
|
}
|
|
.dup-styles .ui-icon-circle-triangle-n {
|
|
background-position: -96px -192px;
|
|
}
|
|
.dup-styles .ui-icon-circle-arrow-e {
|
|
background-position: -112px -192px;
|
|
}
|
|
.dup-styles .ui-icon-circle-arrow-s {
|
|
background-position: -128px -192px;
|
|
}
|
|
.dup-styles .ui-icon-circle-arrow-w {
|
|
background-position: -144px -192px;
|
|
}
|
|
.dup-styles .ui-icon-circle-arrow-n {
|
|
background-position: -160px -192px;
|
|
}
|
|
.dup-styles .ui-icon-circle-zoomin {
|
|
background-position: -176px -192px;
|
|
}
|
|
.dup-styles .ui-icon-circle-zoomout {
|
|
background-position: -192px -192px;
|
|
}
|
|
.dup-styles .ui-icon-circle-check {
|
|
background-position: -208px -192px;
|
|
}
|
|
.dup-styles .ui-icon-circlesmall-plus {
|
|
background-position: 0 -208px;
|
|
}
|
|
.dup-styles .ui-icon-circlesmall-minus {
|
|
background-position: -16px -208px;
|
|
}
|
|
.dup-styles .ui-icon-circlesmall-close {
|
|
background-position: -32px -208px;
|
|
}
|
|
.dup-styles .ui-icon-squaresmall-plus {
|
|
background-position: -48px -208px;
|
|
}
|
|
.dup-styles .ui-icon-squaresmall-minus {
|
|
background-position: -64px -208px;
|
|
}
|
|
.dup-styles .ui-icon-squaresmall-close {
|
|
background-position: -80px -208px;
|
|
}
|
|
.dup-styles .ui-icon-grip-dotted-vertical {
|
|
background-position: 0 -224px;
|
|
}
|
|
.dup-styles .ui-icon-grip-dotted-horizontal {
|
|
background-position: -16px -224px;
|
|
}
|
|
.dup-styles .ui-icon-grip-solid-vertical {
|
|
background-position: -32px -224px;
|
|
}
|
|
.dup-styles .ui-icon-grip-solid-horizontal {
|
|
background-position: -48px -224px;
|
|
}
|
|
.dup-styles .ui-icon-gripsmall-diagonal-se {
|
|
background-position: -64px -224px;
|
|
}
|
|
.dup-styles .ui-icon-grip-diagonal-se {
|
|
background-position: -80px -224px;
|
|
}
|
|
.dup-styles .ui-corner-all, .dup-styles .ui-corner-top, .dup-styles .ui-corner-left, .dup-styles .ui-corner-tl {
|
|
border-top-left-radius: 4px;
|
|
}
|
|
.dup-styles .ui-corner-all, .dup-styles .ui-corner-top, .dup-styles .ui-corner-right, .dup-styles .ui-corner-tr {
|
|
border-top-right-radius: 4px;
|
|
}
|
|
.dup-styles .ui-corner-all, .dup-styles .ui-corner-bottom, .dup-styles .ui-corner-left, .dup-styles .ui-corner-bl {
|
|
border-bottom-left-radius: 4px;
|
|
}
|
|
.dup-styles .ui-corner-all, .dup-styles .ui-corner-bottom, .dup-styles .ui-corner-right, .dup-styles .ui-corner-br {
|
|
border-bottom-right-radius: 4px;
|
|
}
|
|
.dup-styles .ui-widget-overlay {
|
|
background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
|
|
opacity: 0.3;
|
|
filter: Alpha(Opacity=30);
|
|
}
|
|
.dup-styles .ui-widget-shadow {
|
|
margin: -8px 0 0 -8px;
|
|
padding: 8px;
|
|
background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
|
|
opacity: 0.3;
|
|
filter: Alpha(Opacity=30);
|
|
border-radius: 8px;
|
|
}
|
|
.dup-styles .margin-b-10px {
|
|
margin-bottom: 10px;
|
|
}
|
|
.dup-styles .margin-b-20px {
|
|
margin-bottom: 20px;
|
|
}
|
|
.dup-styles .margin-b-40px {
|
|
margin-bottom: 40px;
|
|
}
|
|
.dup-styles .font-silver {
|
|
color: silver !important;
|
|
}
|
|
.dup-styles .font-gray {
|
|
color: gray !important;
|
|
}
|
|
.dup-styles .font-black {
|
|
color: black !important;
|
|
}
|
|
.dup-styles .disabled {
|
|
color: gray;
|
|
}
|
|
.dup-styles .color-alert {
|
|
color: #dc3232 !important;
|
|
}
|
|
.dup-styles .dup-cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
.dup-styles .no-outline {
|
|
outline: none !important;
|
|
box-shadow: none !important;
|
|
}
|
|
.dup-styles a.disabled:hover {
|
|
color: gray !important;
|
|
background: #e0e0e0 !important;
|
|
}
|
|
.dup-styles input#dup-chk-all {
|
|
margin: 0;
|
|
padding: 0 0 0 5px;
|
|
}
|
|
.dup-styles .dup-data-badge {
|
|
position: relative;
|
|
}
|
|
.dup-styles .dup-data-badge[data-badge]:after {
|
|
content: attr(data-badge);
|
|
position: absolute;
|
|
top: -7px;
|
|
right: -7px;
|
|
font-size: 0.75em;
|
|
background: #d63638;
|
|
color: white;
|
|
width: 16px;
|
|
height: 16px;
|
|
text-align: center;
|
|
line-height: 16px;
|
|
border-radius: 50%;
|
|
box-shadow: 0 0 1px #333;
|
|
}
|
|
.dup-styles div.dup-pack-status-info {
|
|
float: left;
|
|
font-style: italic;
|
|
font-size: 11px;
|
|
}
|
|
.dup-styles div.dup-build-msg {
|
|
padding: 30px 20px 30px 20px;
|
|
border: 1px solid #e8e8e8;
|
|
border-radius: 2px;
|
|
margin: 0 0 0 0;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
}
|
|
.dup-styles div.dup-build-msg button {
|
|
display: block;
|
|
margin-top: 10px !important;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles div.dup-build-msg div.status-hdr {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles button.dup-build-stop-btn {
|
|
width: 150px !important;
|
|
}
|
|
.dup-styles table.dup-packtbl div.dup-progress-bar-area {
|
|
width: 300px;
|
|
margin: 5px auto 0 auto;
|
|
border: none;
|
|
box-shadow: none;
|
|
padding: 0 0 10px 0;
|
|
}
|
|
.dup-styles .dup-row-complete td div.progress-error {
|
|
font-size: 13px;
|
|
color: #555;
|
|
}
|
|
.dup-styles div.dup-quick-start {
|
|
font-style: italic;
|
|
font-size: 13px;
|
|
line-height: 18px;
|
|
margin-top: 15px;
|
|
line-height: 23px;
|
|
}
|
|
.dup-styles div.dup-paged-nav {
|
|
text-align: right;
|
|
}
|
|
.dup-styles div.dup-ovr-bar-flex-box > div {
|
|
min-width: 95px;
|
|
padding: 5px 5px 5px 15px;
|
|
}
|
|
.dup-styles div.dup-ovr-bar-flex-box label {
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles div.dup-ovr-bar-flex-box {
|
|
display: flex;
|
|
background-color: #F6F7F7;
|
|
height: 50px;
|
|
border: 1px solid #e8e8e8;
|
|
background: linear-gradient(180deg, hsl(180, 6%, 97%) 60%, hsl(0, 0%, 100%) 100%);
|
|
}
|
|
.dup-styles div.dup-ovr-bar-flex-box div.divider {
|
|
border-right: 1px solid #e8e8e8;
|
|
}
|
|
.dup-styles .dup-ovr-ctrls-flex-box {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-direction: row;
|
|
justify-content: start;
|
|
gap: 20px;
|
|
margin-top: 20px;
|
|
}
|
|
.dup-styles .dup-ovr-ctrls-flex-box .flex-item .dup-ovr-ctrls-hdrs {
|
|
border-bottom: 1px solid #dfdfdf;
|
|
padding: 0 0 5px 0;
|
|
}
|
|
.dup-styles .dup-ovr-ctrls-flex-box .flex-item:first-child {
|
|
flex: 5 0 auto;
|
|
font-size: 15px;
|
|
}
|
|
.dup-styles .dup-ovr-ctrls-flex-box .flex-item:last-child {
|
|
flex: 0 0 350px;
|
|
}
|
|
.dup-styles .flex-item > div {
|
|
padding: 2px;
|
|
font-size: 15px;
|
|
white-space: nowrap;
|
|
}
|
|
.dup-styles .flex-item > .dup-ovr-ctrls-hdrs {
|
|
font-size: 18px;
|
|
margin: 5px 0 10px 0;
|
|
height: 40px;
|
|
}
|
|
.dup-styles div.dup-dlg-links-subtxt {
|
|
color: #777;
|
|
padding: 0;
|
|
margin-top: -5px;
|
|
font-size: 12px;
|
|
font-style: italic;
|
|
}
|
|
.dup-styles div.dup-spin-hlp h3 {
|
|
color: #333;
|
|
font-size: 24px;
|
|
margin: 0 0 2px 0;
|
|
padding: 5px 0 3px 0;
|
|
border-bottom: 1px solid silver;
|
|
}
|
|
.dup-styles div.dup-spin-hlp {
|
|
font-size: 16px;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dup-styles div.dup-spin-hlp b {
|
|
font-weight: 700;
|
|
}
|
|
.dup-styles div.dup-spin-hlp i.fa-question-circle {
|
|
vertical-align: top;
|
|
color: #999;
|
|
font-size: 11px;
|
|
}
|
|
.dup-styles div.dup-spin-hlp small {
|
|
color: #999;
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
}
|
|
.dup-styles div.dup-spin-hlp > div.title {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles div.dup-spin-hlp div.sub-head {
|
|
color: darkgreen;
|
|
font-size: 0.85em;
|
|
font-style: italic;
|
|
margin: 0 0 15px 0;
|
|
}
|
|
.dup-styles div.dup-spin-hlp small.grey {
|
|
color: #777;
|
|
}
|
|
.dup-styles div.dup-spin-hlp ul.sub-list {
|
|
padding: 7px;
|
|
}
|
|
.dup-styles div.dup-ovr-continue {
|
|
display: block;
|
|
width: 100%;
|
|
text-align: right;
|
|
font-size: 18px;
|
|
}
|
|
.dup-styles div.dup-tabvert-hlp > div.panel > div.title {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
border-bottom: 1px solid silver;
|
|
padding: 2px 0 2px 0;
|
|
margin: 0 0 5px 0;
|
|
}
|
|
.dup-styles div.dup-dlg-recover {
|
|
margin: auto;
|
|
margin: 50px 0 0 0;
|
|
padding: 2px;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
.dup-styles div.dup-dlg-recover button {
|
|
width: 300px;
|
|
height: 50px;
|
|
}
|
|
.dup-styles div.dup-dlg-recover button small {
|
|
display: block;
|
|
padding: 0;
|
|
margin: -5px 0 0 0;
|
|
}
|
|
.dup-styles div.dup-dlg-recover-choose {
|
|
padding: 5px;
|
|
}
|
|
.dup-styles div.dup-dlg-recover-or {
|
|
margin: 15px 15px 15px 0;
|
|
font-size: 18px;
|
|
color: #999;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles span.dup-dlg-recover-msg-active {
|
|
display: block;
|
|
margin: 0;
|
|
padding: 2px;
|
|
}
|
|
.dup-styles div.dup-dlg-recover-link {
|
|
text-align: center;
|
|
}
|
|
.dup-styles .dup-requirements-wrapper .dup-sys-title a {
|
|
min-width: 150px;
|
|
display: inline-block;
|
|
}
|
|
.dup-styles .dup-requirements-wrapper div.dup-sys-section {
|
|
margin: 1px 0px 5px 0px;
|
|
}
|
|
.dup-styles .dup-requirements-wrapper div.dup-sys-title {
|
|
display: inline-block;
|
|
width: 250px;
|
|
padding: 1px;
|
|
}
|
|
.dup-styles .dup-requirements-wrapper div.dup-sys-title div {
|
|
display: inline-block;
|
|
}
|
|
.dup-styles .dup-requirements-wrapper div.dup-sys-info {
|
|
display: none;
|
|
max-width: 98%;
|
|
margin: 4px 4px 12px 4px;
|
|
}
|
|
.dup-styles .dup-requirements-wrapper div.dup-sys-pass {
|
|
display: inline-block;
|
|
color: green;
|
|
}
|
|
.dup-styles .dup-requirements-wrapper div.dup-sys-fail {
|
|
display: inline-block;
|
|
color: #AF0000;
|
|
}
|
|
.dup-styles .dup-requirements-wrapper div.dup-sys-contact {
|
|
padding: 5px 0px 0px 10px;
|
|
font-size: 11px;
|
|
font-style: italic;
|
|
}
|
|
.dup-styles .dup-requirements-wrapper span.dup-toggle {
|
|
float: left;
|
|
margin: 0 2px 2px 0;
|
|
}
|
|
.dup-styles .dup-requirements-wrapper table.dup-sys-info-results td:first-child {
|
|
width: 200px;
|
|
}
|
|
.dup-styles div.parsley-success,
|
|
.dup-styles input.parsley-success,
|
|
.dup-styles select.parsley-success,
|
|
.dup-styles textarea.parsley-success {
|
|
color: #468847;
|
|
background-color: #DFF0D8;
|
|
border: 1px solid #D6E9C6;
|
|
}
|
|
.dup-styles div.parsley-error,
|
|
.dup-styles input.parsley-error,
|
|
.dup-styles select.parsley-error,
|
|
.dup-styles textarea.parsley-error {
|
|
color: #B94A48;
|
|
background-color: #F2DEDE;
|
|
border: 1px solid #EED3D7;
|
|
}
|
|
.dup-styles .parsley-errors-list {
|
|
margin: 2px 0 3px;
|
|
padding: 0;
|
|
list-style-type: none;
|
|
font-size: 0.9em;
|
|
line-height: 0.9em;
|
|
opacity: 0;
|
|
transition: all 0.3s ease-in;
|
|
}
|
|
.dup-styles .parsley-errors-list.filled {
|
|
opacity: 1;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result {
|
|
text-align: center;
|
|
max-width: 825px;
|
|
min-height: 200px;
|
|
margin: 0px auto 0px auto;
|
|
padding: 0px;
|
|
/*SCAN ITEMS: Sections */
|
|
/*FILES */
|
|
/* SERVER-CHECKS */
|
|
/*DATABASE*/
|
|
/*WARNING-CONTINUE*/
|
|
/*FILES */
|
|
/*Footer*/
|
|
/** JSTREE **/
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.dup-progress-title {
|
|
font-size: 22px;
|
|
padding: 5px 0 20px 0;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div#dup-msg-success {
|
|
padding: 0 5px 5px 5px;
|
|
text-align: left;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div#dup-msg-success .details {
|
|
padding: 10px 15px 10px 15px;
|
|
margin: 5px 0 15px 0;
|
|
background: #fff;
|
|
border-radius: 4px;
|
|
border: 1px solid #ddd;
|
|
box-shadow: 0 8px 6px -6px #666666;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div#dup-msg-success .details-title {
|
|
font-size: 20px;
|
|
border-bottom: 1px solid #dfdfdf;
|
|
margin: 0 0 10px 0;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div#dup-msg-success-subtitle {
|
|
color: #666666;
|
|
margin: 0 0 20px 0;
|
|
font-size: 11px;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result .dup-scan-filter-status {
|
|
display: inline;
|
|
font-size: 11px;
|
|
margin-right: 10px;
|
|
color: #630f0f;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div#dup-msg-error {
|
|
color: #A62426;
|
|
padding: 5px;
|
|
max-width: 790px;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div#dup-msg-error-response-text {
|
|
max-height: 500px;
|
|
overflow-y: scroll;
|
|
border: 1px solid silver;
|
|
border-radius: 2px;
|
|
padding: 10px;
|
|
background: #fff;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result .dup-hdr-error-details {
|
|
text-align: left;
|
|
margin: 20px 0;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result i[data-tooltip].fa-question-circle {
|
|
color: #555;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result .info hr {
|
|
margin: 5px 0;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result sup.dup-small-ext-type {
|
|
font-size: 11px;
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result .scan-header {
|
|
font-size: 16px;
|
|
padding: 7px 5px 7px 7px;
|
|
font-weight: bold;
|
|
background-color: #E0E0E0;
|
|
border-bottom: 0px solid #C0C0C0;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result .scan-header-details {
|
|
float: right;
|
|
margin-top: -5px;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result .scan-item {
|
|
border: 1px solid #E0E0E0;
|
|
border-top: none;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result .scan-item-first {
|
|
border-top: 1px solid #E0E0E0;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result .scan-item div.title {
|
|
background-color: #F1F1F1;
|
|
width: 100%;
|
|
padding: 4px 0 4px 0;
|
|
cursor: pointer;
|
|
height: 20px;
|
|
}
|
|
@media screen and (min-width: 1280px) {
|
|
.dup-styles form#form-duplicator.scan-result div.scan-item div.title {
|
|
padding: 10px 0 10px 0;
|
|
}
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.scan-item div.title:hover {
|
|
background-color: #ECECEC;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.scan-item div.text {
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
float: left;
|
|
position: relative;
|
|
left: 10px;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.scan-item div.info {
|
|
display: none;
|
|
padding: 10px;
|
|
background: #fff;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.scan-good {
|
|
display: inline-block;
|
|
color: green;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.scan-warn {
|
|
display: inline-block;
|
|
color: #630f0f;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.dup-more-details {
|
|
float: right;
|
|
font-size: 14px;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.dup-more-details:hover {
|
|
color: #777;
|
|
cursor: pointer;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.dup-more-details a {
|
|
color: #222;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.dup-more-details a:hover {
|
|
color: #777;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result i.scan-warn {
|
|
color: #630f0f;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div#scan-unreadable-items div.directory {
|
|
font-size: 11px;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.subsite-filter-info {
|
|
margin-left: 15px;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.subsite-filter-info ol {
|
|
margin-top: 0px;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div#data-arc-size1 {
|
|
display: inline-block;
|
|
font-size: 11px;
|
|
margin-right: 1px;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result i.data-size-help {
|
|
font-size: 12px;
|
|
display: inline-block;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.dup-data-size-uncompressed {
|
|
font-size: 10px;
|
|
text-align: right;
|
|
padding: 0;
|
|
margin: -7px 0 0 0;
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
border: 0px solid red;
|
|
clear: both;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.hb-files-style > div.container {
|
|
border: 1px solid #E0E0E0;
|
|
border-radius: 2px;
|
|
margin: 5px 0 10px 0;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.hb-files-style > div.container b {
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.hb-files-style > div.container div.divider {
|
|
margin-bottom: 2px;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.hb-files-style div.data {
|
|
line-height: 21px;
|
|
min-height: 100px;
|
|
max-height: 70vh;
|
|
overflow-y: scroll;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.hb-files-style div.data-padded {
|
|
padding: 10px;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.hb-files-style div.hdrs {
|
|
background: #fff;
|
|
padding: 2px 4px 4px 6px;
|
|
border-bottom: 1px solid #E0E0E0;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.hb-files-style div.hdrs sup i.fa {
|
|
font-size: 11px;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.hb-files-style div.hdrs-up-down {
|
|
float: right;
|
|
margin: 2px 12px 0 0;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.hb-files-style i.dup-nav-toggle:hover {
|
|
cursor: pointer;
|
|
color: #999;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.hb-files-style div.directory {
|
|
margin-left: 12px;
|
|
white-space: nowrap;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.hb-files-style div.directory i.size {
|
|
font-size: 11px;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
min-width: 50px;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.hb-files-style div.directory i.count {
|
|
font-size: 11px;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
min-width: 20px;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.hb-files-style div.directory i.empty {
|
|
width: 15px;
|
|
display: inline-block;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.hb-files-style div.directory i.dup-nav {
|
|
cursor: pointer;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.hb-files-style div.directory i.fa {
|
|
width: 8px;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.hb-files-style div.directory i.chk-off {
|
|
width: 20px;
|
|
color: #777;
|
|
cursor: help;
|
|
margin: 0;
|
|
font-size: 1.25em;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.hb-files-style div.directory label {
|
|
font-weight: bold;
|
|
cursor: pointer;
|
|
vertical-align: top;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.hb-files-style div.directory label:hover {
|
|
color: #025d02;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.hb-files-style div.files {
|
|
padding: 2px 0 0 35px;
|
|
font-size: 12px;
|
|
display: none;
|
|
line-height: 18px;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.hb-files-style div.files i.size {
|
|
font-style: normal;
|
|
display: inline-block;
|
|
min-width: 50px;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.hb-files-style div.files label {
|
|
font-weight: normal;
|
|
font-size: 11px;
|
|
vertical-align: top;
|
|
display: inline-block;
|
|
width: 450px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.hb-files-style div.files label:hover {
|
|
color: #025d02;
|
|
cursor: pointer;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.hb-files-style div.apply-btn {
|
|
text-align: right;
|
|
margin: 1px 0 10px 0;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.hb-files-style div.apply-warn {
|
|
float: left;
|
|
font-size: 11px;
|
|
color: maroon;
|
|
margin-top: -7px;
|
|
font-style: italic;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div#size-more-details {
|
|
display: none;
|
|
margin: 5px 0 20px 0;
|
|
border: 1px solid #dfdfdf;
|
|
padding: 8px;
|
|
border-radius: 2px;
|
|
background-color: #F1F1F1;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div#size-more-details ul {
|
|
list-style-type: circle;
|
|
padding-left: 20px;
|
|
margin: 0;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div#size-more-details li {
|
|
margin: 0;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.dup-scan-title {
|
|
display: inline-block;
|
|
padding: 1px;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.dup-scan-title a {
|
|
display: inline-block;
|
|
min-width: 200px;
|
|
padding: 3px;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.dup-scan-title a:focus {
|
|
outline: 1px solid #fff;
|
|
box-shadow: none;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.dup-scan-title div {
|
|
display: inline-block;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.dup-scan-info {
|
|
display: none;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.dup-scan-good {
|
|
display: inline-block;
|
|
color: green;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.dup-scan-warn {
|
|
display: inline-block;
|
|
color: #F0AC00;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result span.dup-toggle {
|
|
float: left;
|
|
margin: 0 2px 2px 0;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.dup-scan-files-migrae-status {
|
|
max-height: 250px;
|
|
overflow-y: scroll;
|
|
border: 1px solid silver;
|
|
padding: 0 4px 0 4px;
|
|
background: #efefef;
|
|
border-radius: 2px;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result table.dup-scan-db-details {
|
|
line-height: 14px;
|
|
margin: 5px 0px 0px 20px;
|
|
width: 98%;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result table.dup-scan-db-details td {
|
|
padding: 2px;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result table.dup-scan-db-details td:first-child {
|
|
font-weight: bold;
|
|
white-space: nowrap;
|
|
width: 105px;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div#dup-scan-db-info {
|
|
margin-top: 5px;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div#data-db-tablelist {
|
|
max-height: 250px;
|
|
overflow-y: scroll;
|
|
border: 1px solid silver;
|
|
padding: 8px;
|
|
background: #efefef;
|
|
border-radius: 2px;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div#data-db-tablelist td {
|
|
padding: 0 5px 3px 20px;
|
|
min-width: 100px;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div#data-db-size1 {
|
|
display: inline-block;
|
|
font-size: 11px;
|
|
margin-right: 1px;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div#dupli-scan-warning-continue {
|
|
display: none;
|
|
text-align: center;
|
|
padding: 0 0 15px 0;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div#dupli-scan-warning-continue div.msg2 {
|
|
padding: 2px;
|
|
line-height: 13px;
|
|
font-size: 11px !important;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div#dupli-confirm-area {
|
|
color: maroon;
|
|
display: none;
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
font-weight: bold;
|
|
margin: -5px 0 10px 0;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div#dupli-confirm-area label {
|
|
font-size: 14px !important;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result div.dup-button-footer {
|
|
display: flex;
|
|
flex-direction: row;
|
|
gap: 5px;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: 0;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result .jstree .root-node > .jstree-anchor {
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result .jstree .info-node > .jstree-anchor {
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result .jstree .info-node > .jstree-anchor .jstree-checkbox {
|
|
display: none;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result .jstree .warning-node > .jstree-anchor {
|
|
color: red;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result .jstree .filtered-node .jstree-anchor {
|
|
opacity: 0.3;
|
|
text-decoration: line-through;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result .jstree .jstree-checkbox-disabled {
|
|
opacity: 0.3;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result .dup-tree-section {
|
|
position: relative;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result .tree-nav-bar {
|
|
line-height: 30px;
|
|
background-color: #EFEFEF;
|
|
border-bottom: 1px solid darkgray;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result .tree-nav-bar .container {
|
|
padding: 3px 30px 3px 5px;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result .dup-tree-section .tree-loader {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(0, 0, 0, 0.3);
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 9999;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result .dup-tree-section .tree-loader .container-wrapper {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 0;
|
|
transform: translateY(-50%);
|
|
color: white;
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result .jstree .jstree-node > .jstree-anchor {
|
|
display: inline-block;
|
|
width: calc(100% - 30px);
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result .tree-nav-bar .size,
|
|
.dup-styles form#form-duplicator.scan-result .tree-nav-bar .nodes,
|
|
.dup-styles form#form-duplicator.scan-result .jstree-anchor .size,
|
|
.dup-styles form#form-duplicator.scan-result .jstree-anchor .nodes {
|
|
float: right;
|
|
text-align: right;
|
|
display: block;
|
|
min-width: 90px;
|
|
border-left: 1px solid black;
|
|
padding-left: 5px;
|
|
margin-left: 5px;
|
|
box-sizing: border-box;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result .tree-nav-bar .size,
|
|
.dup-styles form#form-duplicator.scan-result .tree-nav-bar .nodes {
|
|
border: none;
|
|
}
|
|
.dup-styles form#form-duplicator.scan-result .warning-node > .jstree-anchor .size,
|
|
.dup-styles form#form-duplicator.scan-result .warning-node > .jstree-anchor .nodes {
|
|
color: #9f2a2a;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .badge {
|
|
float: right;
|
|
border-radius: 2px;
|
|
color: #fefefe;
|
|
min-width: 40px;
|
|
text-align: center;
|
|
position: relative;
|
|
right: 10px;
|
|
font-size: 12px;
|
|
padding: 0 3px 0 3px;
|
|
font-weight: normal;
|
|
}
|
|
.dup-styles .badge.badge-pass {
|
|
background: green;
|
|
}
|
|
.dup-styles .badge.badge-warn {
|
|
background: #666666;
|
|
}
|
|
.dup-styles .dup-badge-01 {
|
|
font-weight: bold;
|
|
color: #1D2327;
|
|
text-align: center;
|
|
vertical-align: text-top;
|
|
font: 0.7em Verdana, sans-serif;
|
|
}
|
|
.dup-styles a.upgrade-link {
|
|
color: #fe4716;
|
|
font-style: italic;
|
|
}
|
|
.dup-styles .pointer {
|
|
cursor: pointer;
|
|
}
|
|
.dup-styles .cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
.dup-styles .widefat .link-style {
|
|
text-decoration: none;
|
|
}
|
|
.dup-styles .no-decoration {
|
|
text-decoration: none;
|
|
}
|
|
.dup-styles .underline {
|
|
text-decoration: underline;
|
|
}
|
|
.dup-styles .italic {
|
|
font-style: italic;
|
|
}
|
|
.dup-styles .bold {
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles a.disabled {
|
|
display: inline-block;
|
|
/* For IE11/ MS Edge bug */
|
|
pointer-events: none;
|
|
cursor: not-allowed;
|
|
text-decoration: none;
|
|
}
|
|
.dup-styles .color_red,
|
|
.dup-styles .red {
|
|
color: #fe4716;
|
|
}
|
|
.dup-styles .background-red {
|
|
background: #fe4716;
|
|
}
|
|
.dup-styles .white {
|
|
color: #fefefe !important;
|
|
}
|
|
.dup-styles .orangered {
|
|
color: #fe4716;
|
|
}
|
|
.dup-styles .green {
|
|
color: #00a32a;
|
|
}
|
|
.dup-styles .gray {
|
|
color: #666666;
|
|
}
|
|
.dup-styles .backgroun-green {
|
|
background: #00a32a;
|
|
}
|
|
.dup-styles .maroon {
|
|
color: #fe4716;
|
|
}
|
|
.dup-styles .darkgreen {
|
|
color: #006419;
|
|
}
|
|
.dup-styles .silver {
|
|
color: #c0c0c0;
|
|
}
|
|
.dup-styles .font-size-14 {
|
|
font-size: 14px;
|
|
}
|
|
.dup-styles .font-size-15 {
|
|
font-size: 15px;
|
|
}
|
|
.dup-styles .font-size-16 {
|
|
font-size: 16px;
|
|
}
|
|
.dup-styles .dup-btn-borderless {
|
|
padding: 1px 4px 1px 4px;
|
|
outline: none;
|
|
border: 1px solid transparent;
|
|
color: #666666;
|
|
cursor: pointer;
|
|
background-color: transparent;
|
|
text-decoration: none;
|
|
}
|
|
.dup-styles .dup-btn-borderless:hover {
|
|
outline: none;
|
|
outline-style: none;
|
|
border-color: transparent;
|
|
color: #000;
|
|
font-weight: bold;
|
|
border-radius: 2px;
|
|
border: 1px solid black;
|
|
}
|
|
.dup-styles ul.dupli-simple-style-list {
|
|
margin: 0;
|
|
list-style-type: none;
|
|
}
|
|
.dup-styles ul.dupli-simple-style-list li {
|
|
margin-bottom: 2px;
|
|
}
|
|
.dup-styles ul.dupli-simple-style-list li:last-child {
|
|
margin: 0;
|
|
}
|
|
.dup-styles ul.dupli-simple-style-list li::before {
|
|
content: "-";
|
|
margin: 0 5px;
|
|
}
|
|
.dup-styles .dupli-tab-content-wrapper {
|
|
position: relative;
|
|
}
|
|
.dup-styles ul.category-tabs li {
|
|
cursor: pointer;
|
|
font-size: 16px;
|
|
}
|
|
.dup-styles ul.category-tabs li button {
|
|
color: inherit;
|
|
cursor: pointer;
|
|
font-size: 16px;
|
|
border: none;
|
|
background: transparent;
|
|
}
|
|
.dup-styles .dup-sub-tabs {
|
|
padding: 10px 0 10px 0;
|
|
font-size: 14px;
|
|
}
|
|
.dup-styles .dup-sub-tabs .dup-sub-tab-item:after {
|
|
content: "|";
|
|
margin: 0 7px;
|
|
}
|
|
.dup-styles .dup-sub-tabs .dup-sub-tab-item:last-child:after {
|
|
content: none;
|
|
margin: 0;
|
|
}
|
|
.dup-styles .dup-tabs-opts-notice {
|
|
color: maroon;
|
|
line-height: 22px;
|
|
}
|
|
.dup-styles .dup-tabs-opts-notice ul.dup-tabs-opts-help {
|
|
color: maroon;
|
|
line-height: 22px;
|
|
margin: 5px 0 0 40px;
|
|
list-style: disc;
|
|
}
|
|
.dup-styles .dup-tabs-opts-help {
|
|
font-style: italic;
|
|
font-size: 0.8125rem;
|
|
margin: 5px 0;
|
|
color: #666666;
|
|
}
|
|
.dup-styles .dup-tabs-opts-help-secure-pass {
|
|
font-style: italic;
|
|
font-size: 0.8125rem;
|
|
color: #666666;
|
|
}
|
|
.dup-styles div.dup-notes-add {
|
|
float: right;
|
|
margin: 0;
|
|
}
|
|
.dup-styles hr.dupli-edit-toolbar-divider {
|
|
margin: 8px 0 8px 0;
|
|
}
|
|
.dup-styles i.dupli-edit-info {
|
|
font-size: 12px;
|
|
color: #666666;
|
|
line-height: 25px;
|
|
}
|
|
.dup-styles div.dup-info-box {
|
|
padding: 8px;
|
|
border: 1px solid #c0c0c0;
|
|
border-radius: 4px;
|
|
background-color: #e8e8e8;
|
|
margin: 0 0 5px 20px;
|
|
line-height: 16px;
|
|
}
|
|
.dup-styles div.dup-info-box small {
|
|
margin-top: 10px;
|
|
display: block;
|
|
}
|
|
.dup-styles .dup-progress-bar-area {
|
|
width: 500px;
|
|
margin: 40px auto 0 auto;
|
|
padding: 25px 50px 35px 50px;
|
|
border: 1px solid #c0c0c0;
|
|
box-shadow: 0 8px 6px -6px #c0c0c0;
|
|
text-align: center;
|
|
border-radius: 4px;
|
|
}
|
|
.dup-styles .dup-progress-bar-area .dupli-title {
|
|
font-size: 1.7em;
|
|
}
|
|
.dup-styles .dup-progress-bar-area .dupli-meter-wrapper {
|
|
margin: 10px 0;
|
|
}
|
|
.dup-styles div.dup-package-hdr-1,
|
|
.dup-styles div.dup-package-hdr-2 {
|
|
font-weight: bold;
|
|
border-bottom: 1px solid #e8e8e8;
|
|
padding-bottom: 2px;
|
|
width: 100%;
|
|
margin-bottom: 8px;
|
|
font-size: 16px;
|
|
width: 100%;
|
|
}
|
|
.dup-styles div.dup-package-hdr-2 {
|
|
font-size: 14px;
|
|
}
|
|
.dup-styles div.dup-package-hdr-usecurrent {
|
|
float: right;
|
|
font-weight: normal;
|
|
font-size: 13px;
|
|
}
|
|
.dup-styles div.dup-hdr-success {
|
|
margin-top: -10px;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
line-height: 1;
|
|
}
|
|
.dup-styles div.dup-hdr-error {
|
|
color: #A62426;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .dup-narrow-input {
|
|
width: 80px;
|
|
}
|
|
.dup-styles .dup-wide-input {
|
|
width: 400px;
|
|
}
|
|
.dup-styles .dup-details-packages-list {
|
|
float: right;
|
|
margin: -25px 10px 0 0;
|
|
}
|
|
.dup-styles div#dupli-monitor-trace-area {
|
|
position: fixed;
|
|
bottom: 5px;
|
|
padding: 5px;
|
|
border: 0px solid #A62426;
|
|
text-align: center;
|
|
border: 0 solid #A62426;
|
|
right: 5px;
|
|
line-height: 26px;
|
|
}
|
|
.dup-styles div#dupli-monitor-trace-area a {
|
|
font-style: italic;
|
|
}
|
|
.dup-styles div.dupli-screen-hlp-info {
|
|
line-height: 26px;
|
|
padding: 10px 0 10px 0;
|
|
}
|
|
.dup-styles div#dupli-global-error-reserved-files p {
|
|
font-size: 14px;
|
|
}
|
|
.dup-styles div#dupli-global-error-reserved-files .pass-msg {
|
|
color: green;
|
|
font-size: 20px;
|
|
}
|
|
.dup-styles div#dupli-global-error-reserved-files p.pass-lnks {
|
|
line-height: 24px;
|
|
margin: -7px 0 0 5px;
|
|
}
|
|
.dup-styles div#dupli-global-error-reserved-files div.pass-msg {
|
|
padding: 5px 0 0 10px;
|
|
font-size: 12px;
|
|
color: #666666;
|
|
font-style: italic;
|
|
}
|
|
.dup-styles div.cleanup-notice b.title {
|
|
color: green;
|
|
font-size: 20px;
|
|
}
|
|
.dup-styles div.error-txt {
|
|
color: #A62426;
|
|
font-style: italic;
|
|
}
|
|
.dup-styles .dup-migration-pass-wrapper p {
|
|
font-size: 14px;
|
|
}
|
|
.dup-styles .dup-migration-pass-title {
|
|
color: #00a32a;
|
|
font-size: 20px;
|
|
margin: 10px 0;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .dup-stored-minstallation-files {
|
|
margin-left: 20px;
|
|
line-height: 1;
|
|
font-style: italic;
|
|
margin-top: 0;
|
|
font-size: 12px;
|
|
}
|
|
.dup-styles .dup-migration-pass-wrapper .sub-note {
|
|
font-size: 12px;
|
|
}
|
|
.dup-styles #dup-store-err-details {
|
|
display: none;
|
|
}
|
|
.dup-styles .dupli-template-list-tbl a.name {
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .dupli-template-list-tbl tr.package-detail {
|
|
display: none;
|
|
}
|
|
.dup-styles .dupli-template-list-tbl tr.package-detail td {
|
|
padding: 2px 2px 2px 15px;
|
|
margin: -5px 0 2px 0;
|
|
height: 22px;
|
|
}
|
|
.dup-styles .dupli-template-list-tbl .col-check {
|
|
width: 10px;
|
|
}
|
|
.dup-styles .dupli-template-list-tbl .col-name {
|
|
width: 425px;
|
|
overflow-wrap: break-word;
|
|
word-break: break-all;
|
|
}
|
|
.dup-styles .dupli-template-list-tbl .col-empty {
|
|
width: 25px;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper .tabs-panel {
|
|
padding: 10px !important;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper .toggle-box {
|
|
float: right;
|
|
margin: 5px 5px 5px 0;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper .dup-box {
|
|
margin-top: 15px;
|
|
font-size: 14px;
|
|
clear: both;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper .dup-dtl-data {
|
|
width: 100%;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper .dup-dtl-data tr {
|
|
vertical-align: top;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper .dup-dtl-data tr:first-child td {
|
|
margin: 0;
|
|
padding-top: 0;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper .dup-dtl-data td {
|
|
padding: 5px 0 5px 0;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper .dup-dtl-data td:first-child {
|
|
font-weight: bold;
|
|
width: 130px !important;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper .dup-pack-dtls-sublist {
|
|
margin-top: 10px;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper .dup-pack-dtls-sublist td:first-child {
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
width: 70px !important;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper .dup-pack-dtls-sublist td {
|
|
white-space: nowrap;
|
|
vertical-align: top;
|
|
padding: 2px;
|
|
font-size: 13px;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper .section-hdr {
|
|
font-size: 16px;
|
|
display: block;
|
|
border-bottom: 1px solid #e8e8e8;
|
|
margin: 5px 0 10px 0;
|
|
font-weight: bold;
|
|
padding: 0 0 3px 0;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper .sub-item td {
|
|
line-height: 22px;
|
|
font-size: 13px;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper .dup-dtl-data i.fa-filter {
|
|
display: inline-block;
|
|
margin-right: 3px;
|
|
width: 15px;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper .sub-item-disabled td {
|
|
color: #c0c0c0;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper .sub-section {
|
|
border-bottom: 1px solid #e8e8e8;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper .sub-notes {
|
|
font-weight: normal !important;
|
|
font-style: italic;
|
|
color: #c0c0c0;
|
|
padding-top: 10px;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper .sub-filter-hdr {
|
|
padding: 5px 0 3px 0;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper .sub-filter-data {
|
|
padding: 0 0 5px 15px;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper .filter-info {
|
|
width: 95%;
|
|
height: 250px;
|
|
overflow-y: scroll;
|
|
background-color: #fefefe;
|
|
font-size: 13px;
|
|
display: none;
|
|
padding: 5px 10px;
|
|
border: 1px solid #c0c0c0;
|
|
border-radius: 2px;
|
|
line-height: 22px;
|
|
margin: 5px 0 5px 0;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper .sub-filter-data a {
|
|
outline: none;
|
|
box-shadow: none;
|
|
display: inline-block;
|
|
padding: 7px 1px 7px 7px;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper .dup-link-data {
|
|
display: none;
|
|
line-height: 24px;
|
|
margin: 5px 0 0 10px;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper .dup-link-data b {
|
|
display: inline-block;
|
|
min-width: 75px;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper #dupli-downloads-area {
|
|
padding: 5px 0 5px 0;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper #dupli-downloads-msg {
|
|
margin-bottom: -5px;
|
|
font-style: italic;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper .file-info {
|
|
width: 95%;
|
|
height: 200px;
|
|
font-size: 12px;
|
|
margin: 7px 0 5px 0;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper #dup-package-dtl-archive-panel {
|
|
padding-bottom: 40px;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper #dupli-pass-toggle {
|
|
position: relative;
|
|
margin: 0;
|
|
width: 273px;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper #secure-pass {
|
|
border-radius: 4px 0 0 4px;
|
|
width: 217px;
|
|
height: 23px;
|
|
min-height: auto;
|
|
margin: 0;
|
|
padding: 0 4px;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper #dupli-install-secure-lock {
|
|
color: #A62426;
|
|
font-size: 14px;
|
|
}
|
|
.dup-styles .dup-package-details-wrapper #dupli-install-secure-unlock {
|
|
color: #A62426;
|
|
font-size: 14px;
|
|
}
|
|
.dup-styles .transfer-panel h3 {
|
|
margin: 10px 0 5px 5px;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .transfer-panel h2.title {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .transfer-panel .transfer-hdr {
|
|
margin: 0 0 20px 0;
|
|
}
|
|
.dup-styles .transfer-panel .transfer-hdr hr {
|
|
margin: -10px 0 0 0;
|
|
}
|
|
.dup-styles .transfer-panel #step1-ovr {
|
|
margin: 5px 0 40px 0;
|
|
width: 100%;
|
|
display: none;
|
|
}
|
|
.dup-styles .transfer-panel #step1-ovr label {
|
|
margin: 10px 0 5px 2px;
|
|
display: block;
|
|
}
|
|
.dup-styles .transfer-panel #step1-ovr b {
|
|
font-size: 14px;
|
|
}
|
|
.dup-styles .transfer-panel #step1-ovr input {
|
|
max-width: 800px;
|
|
width: 100%;
|
|
font-weight: normal;
|
|
border: 1px solid #c0c0c0;
|
|
}
|
|
.dup-styles .transfer-panel #step1-ovr h3 {
|
|
margin: 0 0 10px 0;
|
|
font-size: 16px;
|
|
}
|
|
.dup-styles .transfer-panel #step1-ovr small {
|
|
font-style: italic;
|
|
color: #666666;
|
|
display: block;
|
|
margin: -5px 0 5px 0;
|
|
}
|
|
.dup-styles .transfer-panel #step2-section {
|
|
margin: 5px 0 40px 0;
|
|
}
|
|
.dup-styles .transfer-panel #location-quick-opts {
|
|
display: none;
|
|
}
|
|
.dup-styles .transfer-panel #location-quick-opts input[type=text] {
|
|
width: 300px;
|
|
}
|
|
.dup-styles .transfer-panel .dupli-progress-bar-container {
|
|
margin: 0 auto 10px auto;
|
|
text-align: center;
|
|
}
|
|
.dup-styles .transfer-panel #step3-section {
|
|
margin: 65px 0 0 0;
|
|
}
|
|
.dup-styles .transfer-panel #dupli-progress-bar-area {
|
|
width: 300px;
|
|
margin: 5px auto 0 auto;
|
|
text-align: center;
|
|
}
|
|
.dup-styles .transfer-panel .dupli-active-status-area {
|
|
display: none;
|
|
}
|
|
.dup-styles .transfer-panel tr.dup-choose-loc-new-pack td {
|
|
text-align: right;
|
|
padding: 5px 15px 5px 5px;
|
|
border-top: 1px solid #c0c0c0;
|
|
}
|
|
.dup-styles .transfer-panel #dupli-transfer-btn {
|
|
float: right;
|
|
margin: -20px 15px 0 0;
|
|
font-size: 14px;
|
|
padding: 2px 20px 2px 20px;
|
|
font-size: 14px;
|
|
}
|
|
.dup-styles .transfer-panel #dupli-stop-transfer-btn {
|
|
margin-top: 10px;
|
|
}
|
|
.dup-styles .transfer-panel .dupli-btn-stop {
|
|
width: 150px !important;
|
|
}
|
|
.dup-styles .transfer-panel .status-pending td {
|
|
font-style: italic;
|
|
color: #c0c0c0;
|
|
}
|
|
.dup-styles .transfer-panel .status-running td {
|
|
font-style: italic;
|
|
color: green;
|
|
}
|
|
.dup-styles .transfer-panel .status-failed td {
|
|
color: maroon;
|
|
}
|
|
.dup-styles .transfer-panel .status-normal td {
|
|
color: #000;
|
|
}
|
|
.dup-styles .transfer-panel .package-tbl tfoot td {
|
|
font-size: 12px;
|
|
text-align: right;
|
|
}
|
|
.dup-styles .transfer-panel #dup-trans-ovr {
|
|
display: block;
|
|
float: right;
|
|
font-size: 13px;
|
|
padding: 2px 10px 2px 10px;
|
|
border: 1px solid transparent;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .transfer-panel .copy-button {
|
|
border: 1px solid #c0c0c0;
|
|
padding: 5px 10px 5px 10px;
|
|
cursor: pointer;
|
|
}
|
|
.dup-styles .transfer-panel .copy-button:hover {
|
|
background-color: #e8e8e8;
|
|
}
|
|
.dup-styles div#dup-exportdb-items-checked,
|
|
.dup-styles div#dup-exportdb-items-off {
|
|
min-height: 550px;
|
|
}
|
|
.dup-styles div#dup-exportdb-items-checked {
|
|
padding: 15px 5px 5px 0;
|
|
max-width: 98%;
|
|
}
|
|
.dup-styles textarea#_archive_filter_dirs {
|
|
width: 100%;
|
|
height: 165px;
|
|
padding: 7px;
|
|
}
|
|
.dup-styles textarea#_archive_filter_files {
|
|
width: 100%;
|
|
height: 165px;
|
|
padding: 7px;
|
|
}
|
|
.dup-styles input#_archive_filter_exts {
|
|
width: 100%;
|
|
}
|
|
.dup-styles div.dup-quick-links {
|
|
font-size: 11px;
|
|
display: inline-block;
|
|
}
|
|
.dup-styles table#dup-dbtables td {
|
|
padding: 2px;
|
|
vertical-align: top;
|
|
}
|
|
.dup-styles ul#parsley-id-multiple-_database_filter_tables {
|
|
display: none;
|
|
}
|
|
.dup-styles table.mu-mode td {
|
|
padding: 10px;
|
|
}
|
|
.dup-styles table.mu-opts td {
|
|
padding: 10px;
|
|
}
|
|
.dup-styles select.mu-selector {
|
|
height: 175px !important;
|
|
width: 450px;
|
|
max-width: 450px;
|
|
}
|
|
.dup-styles select.mu-selector option {
|
|
padding: 2px 0;
|
|
}
|
|
.dup-styles button.mu-push-btn {
|
|
padding: 5px;
|
|
width: 40px;
|
|
font-size: 14px;
|
|
}
|
|
.dup-styles .filter-mu-tab-content.tabs-panel.disabled {
|
|
position: relative;
|
|
padding-top: 60px !important;
|
|
}
|
|
.dup-styles .filter-mu-tab-content.tabs-panel.disabled::after {
|
|
content: " ";
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(255, 255, 255, 0.6);
|
|
z-index: 10;
|
|
}
|
|
.dup-styles .filter-mu-tab-content.tabs-panel .alert-disabled {
|
|
position: absolute;
|
|
top: 20px;
|
|
left: 0;
|
|
width: 100%;
|
|
z-index: 20;
|
|
color: maroon !important;
|
|
}
|
|
.dup-styles table.dupli-install-setup {
|
|
width: 100%;
|
|
}
|
|
.dup-styles table.dupli-install-setup tr {
|
|
vertical-align: top;
|
|
}
|
|
.dup-styles ul.add-menu-item-tabs li,
|
|
.dup-styles ul.category-tabs li {
|
|
padding: 5px 30px;
|
|
}
|
|
.dup-styles div#dup-template-install-panel div.tabs-panel {
|
|
min-height: 150px;
|
|
}
|
|
.dup-styles div#dupli-pass-toggle {
|
|
position: relative;
|
|
margin: 8px 0 0 0;
|
|
width: 243px;
|
|
}
|
|
.dup-styles button.pass-toggle {
|
|
height: 30px;
|
|
width: 27px;
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 0px;
|
|
border: 1px solid #c0c0c0;
|
|
border-radius: 0 4px 4px 0;
|
|
cursor: pointer;
|
|
}
|
|
.dup-styles div.dup-recover-dlg-title {
|
|
font-size: 18px;
|
|
padding: 0 0 5px 0;
|
|
border-bottom: 1px solid #e8e8e8;
|
|
margin: -7px 0 0 0;
|
|
}
|
|
.dup-styles div.dup-recover-dlg-title i.fa-house-fire {
|
|
display: inline-block;
|
|
padding-right: 2px;
|
|
vertical-align: middle;
|
|
}
|
|
.dup-styles div.dup-recover-dlg-subinfo {
|
|
padding: 5px;
|
|
}
|
|
.dup-styles div.dup-recover-dlg-subinfo table td {
|
|
padding: 1px 5px 1px 1px;
|
|
font-size: 14px;
|
|
}
|
|
.dup-styles .dup-recover-dlg-notice-box {
|
|
overflow-y: scroll;
|
|
border: 1px solid #e8e8e8;
|
|
border-radius: 2px;
|
|
padding: 10px;
|
|
margin: 5px 0 0 0;
|
|
height: 294px;
|
|
font-size: 14px;
|
|
background-color: #fefefe;
|
|
}
|
|
.dup-styles .dup-recover-dlg-notice-box .title-area {
|
|
margin: 0 0 5px 0;
|
|
}
|
|
.dup-styles .dup-recover-dlg-notice-box .title {
|
|
border-bottom: 1px solid #e8e8e8;
|
|
padding: 0;
|
|
margin: 0 0 5px 0;
|
|
color: #000;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .dup-recover-dlg-notice-box .sub-title {
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .dup-recover-dlg-notice-box .ovr-info {
|
|
padding-bottom: 20px;
|
|
font-size: 16px;
|
|
}
|
|
.dup-styles .dup-recover-dlg-notice-box a.whatsthis {
|
|
font-size: 12px;
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
.dup-styles .dup-recover-dlg-notice-box a {
|
|
outline: none;
|
|
box-shadow: none;
|
|
}
|
|
.dup-styles .dup-recover-dlg-notice-box div.req-data {
|
|
font-size: 16px;
|
|
}
|
|
.dup-styles .dup-recover-dlg-notice-box div.req-data a.req-title {
|
|
font-size: 16px;
|
|
display: inline-block;
|
|
padding: 5px 0 5px 10px;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .dup-recover-dlg-notice-box .req-info {
|
|
display: none;
|
|
font-size: 14px;
|
|
border: 1px dashed #e8e8e8;
|
|
padding: 10px;
|
|
border-radius: 3px;
|
|
background: #fefefe;
|
|
margin: 5px 0 10px 10px;
|
|
}
|
|
.dup-styles ul.req-info-list {
|
|
margin: 5px 0 0 10px;
|
|
}
|
|
.dup-styles ul.req-info-list li {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.dup-styles .dup-recover-dlg-notice-box .req-status {
|
|
padding: 10px 0 0 0;
|
|
}
|
|
.dup-styles .dup-recover-dlg-notice-box .req-notes {
|
|
font-size: 14px;
|
|
}
|
|
.dup-styles .dup-recover-dlg-notice-box i.far.pass {
|
|
color: darkgreen;
|
|
font-size: 18px;
|
|
}
|
|
.dup-styles .dup-recover-dlg-notice-box i.far.fail {
|
|
color: maroon;
|
|
font-size: 18px;
|
|
}
|
|
.dup-styles .dup-template-recoveable-info.disabled {
|
|
cursor: pointer;
|
|
}
|
|
.dup-styles .dup-recover-dlg-notice-box small.req-paths-data {
|
|
display: block;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
max-width: 510px;
|
|
font-style: italic;
|
|
}
|
|
.dup-styles input.parsley-error,
|
|
.dup-styles textarea.parsley-error,
|
|
.dup-styles select.parsley-error {
|
|
color: #A62426 !important;
|
|
background-color: #e8e8e8 !important;
|
|
border: 1px solid #c0c0c0 !important;
|
|
}
|
|
.dup-styles ul.parsley-error-list {
|
|
margin: 1px 0 -7px 0;
|
|
}
|
|
.dup-styles [data-dup-copy-value] {
|
|
cursor: pointer;
|
|
cursor: copy;
|
|
}
|
|
.dup-styles .duplicator-error-container {
|
|
margin-top: 6px;
|
|
color: #A62426;
|
|
}
|
|
.dup-styles .hidden,
|
|
.dup-styles .js .closed .inside,
|
|
.dup-styles .js .hide-if-js,
|
|
.dup-styles .js .wp-core-ui .hide-if-js,
|
|
.dup-styles .js.wp-core-ui .hide-if-js,
|
|
.dup-styles .no-js .hide-if-no-js,
|
|
.dup-styles .no-js .wp-core-ui .hide-if-no-js,
|
|
.dup-styles .no-js.wp-core-ui .hide-if-no-js {
|
|
display: none;
|
|
}
|
|
.dup-styles .tests_result .test-check {
|
|
display: inline-block;
|
|
width: 60px;
|
|
text-align: center;
|
|
padding: 5px 0;
|
|
border-radius: 5px;
|
|
}
|
|
.dup-styles .tests_result .test-check.fail {
|
|
background: rgba(255, 0, 0, 0.3);
|
|
}
|
|
.dup-styles .tests_result .test-check.pass,
|
|
.dup-styles .tests_result .test-check.info {
|
|
background: rgba(0, 255, 0, 0.3);
|
|
}
|
|
.dup-styles .tests_result .test-check.warning,
|
|
.dup-styles .tests_result .test-check.wait {
|
|
background: rgba(255, 255, 0, 0.3);
|
|
}
|
|
.dup-styles .tests_result fieldset {
|
|
border: 1px solid black;
|
|
padding: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.dup-styles #secure-on-parsely-error .parsley-errors-list {
|
|
color: maroon;
|
|
margin-top: 7px;
|
|
}
|
|
.dup-styles .parsley-custom-error-message,
|
|
.dup-styles .parsley-required {
|
|
margin: 4px;
|
|
padding: 3px;
|
|
border: 1px solid #A62426;
|
|
display: inline-block;
|
|
border-radius: 2px;
|
|
}
|
|
.dup-styles #installer-name-mode-option {
|
|
line-height: 25px;
|
|
}
|
|
.dup-styles #dupli-inst-mode-details {
|
|
display: none;
|
|
max-width: 825px;
|
|
padding-left: 20px;
|
|
line-height: 18px;
|
|
}
|
|
.dup-styles #dupli-inst-mode-details p {
|
|
margin: 1em 0;
|
|
}
|
|
.dup-styles .dupli-recovery-widget-wrapper {
|
|
font-size: 14px;
|
|
}
|
|
.dup-styles .dupli-recovery-widget-wrapper .button {
|
|
margin-right: 10px;
|
|
min-width: 190px;
|
|
}
|
|
.dup-styles #TB_ajaxContent .dupli-recovery-buttons {
|
|
display: flex;
|
|
}
|
|
.dup-styles #TB_ajaxContent .dupli-recovery-buttons > * {
|
|
flex: 1 1 100%;
|
|
}
|
|
.dup-styles .dupli-recovery-widget-wrapper .button:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.dup-styles .dupli-recovery-widget-wrapper .button:disabled,
|
|
.dup-styles .dupli-recovery-widget-wrapper .button.disabled {
|
|
pointer-events: none;
|
|
cursor: not-allowed;
|
|
}
|
|
.dup-styles .dupli-recovery-details-max-width-wrapper {
|
|
max-width: 900px;
|
|
}
|
|
.dup-styles .dupli-recovery-point-selector .recovery-select {
|
|
width: 100%;
|
|
max-width: 100%;
|
|
box-sizing: border-box;
|
|
margin: 0 0 10px 0;
|
|
}
|
|
.dup-styles .dupli-recovery-point-selector-area-wrapper {
|
|
margin-bottom: 20px;
|
|
}
|
|
.dup-styles .dupli-recovery-widget-wrapper label {
|
|
margin-bottom: 5px;
|
|
display: block;
|
|
}
|
|
.dup-styles .dupli-recovery-point-selector-area-wrapper .dupli-opening-packages-windows {
|
|
float: right;
|
|
}
|
|
.dup-styles .dupli-recovery-point-selector-area {
|
|
text-align: right;
|
|
}
|
|
.dup-styles .dupli-recovery-package-detail-content {
|
|
margin-top: 30px;
|
|
}
|
|
.dup-styles .dupli-recovery-package-small-icon i {
|
|
font-size: 14px;
|
|
position: relative;
|
|
}
|
|
.dup-styles .dupli-recovery-package-info table {
|
|
border-collapse: collapse;
|
|
}
|
|
.dup-styles .dupli-recovery-package-info table td {
|
|
padding: 0 5px 5px 0;
|
|
}
|
|
.dup-styles .dupli-recovery-active-link-header > .main-icon {
|
|
display: block;
|
|
width: 30px;
|
|
height: 36px;
|
|
color: #000;
|
|
text-align: center;
|
|
line-height: 36px;
|
|
font-size: 23px;
|
|
margin-right: 10px;
|
|
float: left;
|
|
}
|
|
.dup-styles .dupli-recovery-active-link-header > .main-title {
|
|
font-size: 16px;
|
|
line-height: 1;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .dupli-recovery-active-link-header > .main-subtitle {
|
|
font-style: italic;
|
|
font-size: 12px;
|
|
margin-top: 2px;
|
|
}
|
|
.dup-styles .dupli-recovery-point-actions > .copy-link {
|
|
position: relative;
|
|
white-space: nowrap;
|
|
box-sizing: border-box;
|
|
border: 1px solid #c0c0c0;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
background: #fefefe;
|
|
color: #000;
|
|
padding: 0 35px 0 5px;
|
|
border-radius: 2px;
|
|
}
|
|
.dup-styles .dupli-recovery-point-actions > .copy-link .content {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.dup-styles .dupli-recovery-point-actions > .copy-link .copy-icon {
|
|
position: absolute;
|
|
right: -1px;
|
|
top: -1px;
|
|
width: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
color: white;
|
|
border-top-right-radius: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
background-color: #c0c0c0;
|
|
}
|
|
.dup-styles .dupli-recovery-point-actions > .copy-link.disabled {
|
|
cursor: not-allowed;
|
|
border: 1px solid #c0c0c0 !important;
|
|
pointer-events: none;
|
|
}
|
|
.dup-styles .dupli-recovery-point-actions > .copy-link.disabled .copy-icon {
|
|
background-color: #c0c0c0 !important;
|
|
}
|
|
.dup-styles .dupli-recovery-point-actions > .dupli-recovery-buttons {
|
|
margin-top: 10px;
|
|
text-align: right;
|
|
}
|
|
.dup-styles .notice .dupli-recovery-point-actions > .dupli-recovery-buttons {
|
|
text-align: left;
|
|
}
|
|
.dup-styles .dupli-recovery-details-max-width-wrapper .dupli-recovery-buttons {
|
|
text-align: right;
|
|
}
|
|
.dup-styles .toplevel_page_duplicator .dupli-opening-packages-windows {
|
|
display: none;
|
|
}
|
|
.dup-styles .dupli-recovery-not-required {
|
|
margin-top: 10px;
|
|
border: 1px solid #e8e8e8;
|
|
border-radius: 3px;
|
|
padding: 15px;
|
|
background: #fefefe;
|
|
}
|
|
.dup-styles .dupli-new-feathures {
|
|
border-collapse: collapse;
|
|
margin-top: 20px;
|
|
margin-bottom: 30px;
|
|
}
|
|
.dup-styles .dupli-new-feathures td {
|
|
vertical-align: top;
|
|
padding-bottom: 20px;
|
|
}
|
|
.dup-styles .dupli-new-feathures tbody tr:last-child td {
|
|
padding-bottom: 0;
|
|
}
|
|
.dup-styles .dupli-new-feathures .icon i {
|
|
font-size: 30px;
|
|
margin: 2px 10px 0 10px;
|
|
}
|
|
.dup-styles .dupli-new-feathures ul {
|
|
margin: 5px 0 0 10px;
|
|
list-style: circle inside;
|
|
}
|
|
.dup-styles .dupli-admin-notice.dupli-quick-fix-notice {
|
|
padding-left: 10px;
|
|
}
|
|
.dup-styles .dupli-admin-notice.dupli-quick-fix-notice .title {
|
|
text-transform: uppercase;
|
|
font-size: 14px;
|
|
}
|
|
.dup-styles .dupli-admin-notice.dupli-quick-fix-notice button.dupli-quick-fix {
|
|
margin: 10px 10px 0 0;
|
|
}
|
|
.dup-styles .dupli-trace-log-link-green {
|
|
color: green;
|
|
}
|
|
.dup-styles .dup-capabilities-selector-wrapper select {
|
|
width: 500px;
|
|
max-width: 100%;
|
|
}
|
|
.dup-styles .dup-capabilities-selector-wrapper .form-table th {
|
|
width: 250px;
|
|
}
|
|
.dup-styles .unlmtd-lic-text {
|
|
display: none;
|
|
max-width: 500px;
|
|
margin-top: 10px;
|
|
}
|
|
.dup-styles div.scan-system-divider {
|
|
padding: 10px 0 0 0;
|
|
font-weight: bold;
|
|
margin-bottom: 10px;
|
|
border-bottom: 1px solid #c0c0c0;
|
|
}
|
|
.dup-styles div.scan-system-subnote {
|
|
padding: 2px 0 5px 0;
|
|
}
|
|
.dup-styles div#dup-wiz {
|
|
padding: 0px;
|
|
margin: 0;
|
|
}
|
|
.dup-styles div#dup-wiz-steps {
|
|
margin: 0;
|
|
padding: 0;
|
|
clear: both;
|
|
font-size: 13px;
|
|
min-width: 390px;
|
|
}
|
|
.dup-styles div#dup-wiz-title {
|
|
padding: 2px 0px 0px 0px;
|
|
font-size: 14px;
|
|
clear: both;
|
|
display: none;
|
|
}
|
|
.dup-styles #dup-wiz a {
|
|
position: relative;
|
|
display: block;
|
|
width: auto;
|
|
min-width: 90px;
|
|
min-height: 22px;
|
|
margin-right: 6px;
|
|
padding: 1px 8px 1px 8px;
|
|
float: left;
|
|
line-height: 22px;
|
|
color: #000;
|
|
background: #e8e8e8;
|
|
border-radius: 2px;
|
|
border: 1px solid #c0c0c0;
|
|
text-align: center;
|
|
}
|
|
.dup-styles #dup-wiz .active-step a {
|
|
color: #fefefe;
|
|
background: #e8e8e8;
|
|
font-weight: bold;
|
|
border: 1px solid #666666;
|
|
box-shadow: 3px 3px 3px 0 #c0c0c0;
|
|
letter-spacing: 0.05em;
|
|
}
|
|
.dup-styles #dup-wiz .completed-step a {
|
|
color: #1D2327;
|
|
background: #e8e8e8;
|
|
border: 1px solid #c0c0c0;
|
|
}
|
|
.dup-styles div.dup-button-footer input {
|
|
min-width: 105px;
|
|
}
|
|
.dup-styles div.dup-button-footer {
|
|
text-align: right;
|
|
}
|
|
.dup-styles .dup-dlg-store-remote {
|
|
height: 350px;
|
|
overflow-y: scroll;
|
|
border: 1px dotted #c0c0c0;
|
|
padding: 0 10px 0 10px;
|
|
background-color: #fefefe;
|
|
}
|
|
.dup-styles .dup-dlg-store-remote .dup-dlg-store-endpoint {
|
|
margin-bottom: 16px;
|
|
}
|
|
.dup-styles .dup-dlg-store-remote .dup-dlg-store-endpoint:not(:last-child) {
|
|
padding-bottom: 5px;
|
|
border-bottom: 1px solid #e8e8e8;
|
|
}
|
|
.dup-styles .dup-dlg-store-names {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
margin: 5px 0 2px 0;
|
|
}
|
|
.dup-styles h4.dup-dlg-store-names span {
|
|
font-weight: normal;
|
|
}
|
|
.dup-styles .dup-dlg-store-log-link {
|
|
display: block;
|
|
margin: 6px 0 -10px 0;
|
|
font-size: 12px;
|
|
}
|
|
.dup-styles .dup-dlg-store-remote .dup-dlg-store-test {
|
|
margin: 0 0 6px 0;
|
|
}
|
|
.dup-styles .dup-dlg-store-remote .dup-dlg-store-test a {
|
|
margin: 0 4px 0 0;
|
|
}
|
|
.dup-styles .dup-dlg-store-links,
|
|
.dup-styles .dup-dlg-store-test {
|
|
font-size: 13px;
|
|
}
|
|
.dup-styles .dup-dlg-store-endpoint.dup-dlg-store-endpoint-failed .dup-dlg-store-names,
|
|
.dup-styles .dup-dlg-store-endpoint.dup-dlg-store-endpoint-cancelled .dup-dlg-store-names,
|
|
.dup-styles .dup-dlg-store-endpoint.dup-dlg-store-endpoint-failed .dup-dlg-store-server,
|
|
.dup-styles .dup-dlg-store-endpoint.dup-dlg-store-endpoint-cancelled .dup-dlg-store-server,
|
|
.dup-styles .dup-dlg-store-endpoint.dup-dlg-store-endpoint-failed .dup-dlg-store-links,
|
|
.dup-styles .dup-dlg-store-endpoint.dup-dlg-store-endpoint-cancelled .dup-dlg-store-links,
|
|
.dup-styles .dup-dlg-store-endpoint.dup-dlg-store-package-not-found .dup-dlg-store-names,
|
|
.dup-styles .dup-dlg-store-endpoint.dup-dlg-store-package-not-found .dup-dlg-store-server,
|
|
.dup-styles .dup-dlg-store-endpoint.dup-dlg-store-package-not-found .dup-dlg-store-links {
|
|
color: #A62426;
|
|
}
|
|
.dup-styles #dup-db-tables-exclude-wrapper {
|
|
border: 1px solid #c0c0c0;
|
|
position: relative;
|
|
}
|
|
.dup-styles #dup-db-tables-exclude {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-direction: row;
|
|
max-height: 400px;
|
|
overflow: auto;
|
|
padding: 5px;
|
|
font-size: 13px;
|
|
}
|
|
.dup-styles #dup-db-tables-exclude > * {
|
|
padding: 5px;
|
|
flex: 0 1 25%;
|
|
box-sizing: border-box;
|
|
max-width: 400px;
|
|
}
|
|
.dup-styles .dup-form-horiz-opts > span {
|
|
display: inline-block;
|
|
padding-right: 20px;
|
|
}
|
|
.dup-styles #dup-db-tables-exclude label.core-table {
|
|
color: #9A1E26;
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles #dup-db-tables-exclude label.core-table.subcore-table-0 {
|
|
color: #c12171;
|
|
}
|
|
.dup-styles #dup-db-tables-exclude label.core-table.subcore-table-1 {
|
|
color: #c14421;
|
|
}
|
|
.dup-styles #dup-db-tables-exclude > *:hover {
|
|
color: black;
|
|
background-color: #e8e8e8;
|
|
}
|
|
.dup-styles #dup-db-filter-items {
|
|
position: relative;
|
|
margin-top: 5px;
|
|
}
|
|
.dup-styles #dup-db-filter-items.disabled {
|
|
color: #c0c0c0;
|
|
position: relative;
|
|
}
|
|
.dup-styles .dup-db-filter-buttons {
|
|
font-size: 17px;
|
|
position: absolute;
|
|
top: -24px;
|
|
right: 0;
|
|
}
|
|
.dup-styles .dup-db-filter-buttons span {
|
|
color: #666666;
|
|
}
|
|
.dup-styles #dup-db-filter-items.disabled .dup-db-filter-buttons {
|
|
display: none;
|
|
}
|
|
.dup-styles #dup-db-filter-items.disabled::after {
|
|
content: " ";
|
|
display: block;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
cursor: not-allowed;
|
|
}
|
|
.dup-styles #dup-db-filter-items.disabled input {
|
|
opacity: 0.3;
|
|
}
|
|
.dup-styles #dup-db-filter-items .checked + span {
|
|
-webkit-text-decoration: line-through maroon;
|
|
text-decoration: line-through maroon;
|
|
color: #666666;
|
|
}
|
|
.dup-styles div#dup-db-filter-items-no-filters {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
font-size: 18px;
|
|
color: #666666;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
line-height: 35px;
|
|
background-color: #fefefe;
|
|
}
|
|
.dup-styles div#dup-db-filter-items-no-filters > div {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
.dup-styles .dup-pseudo-checkbox {
|
|
display: inline-block;
|
|
width: 16px;
|
|
height: 16px;
|
|
border: 1px solid black;
|
|
position: relative;
|
|
top: 2px;
|
|
}
|
|
.dup-styles .dup-pseudo-checkbox.disabled {
|
|
border-color: #c0c0c0;
|
|
}
|
|
.dup-styles .dup-pseudo-checkbox.checked::after {
|
|
content: "";
|
|
display: inline-block;
|
|
height: 6px;
|
|
width: 8px;
|
|
border-left: 2px solid;
|
|
border-bottom: 2px solid;
|
|
transform: rotate(-45deg);
|
|
position: absolute;
|
|
top: 2px;
|
|
left: 3px;
|
|
}
|
|
.dup-styles .dup-pseudo-checkbox.disabled.checked::after {
|
|
border-color: #c0c0c0;
|
|
}
|
|
.dup-styles .dup-group-option-wrapper {
|
|
width: 400px;
|
|
height: 60px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-wrap: wrap;
|
|
align-content: start;
|
|
}
|
|
.dup-styles .dup-group-option-item {
|
|
width: 200px;
|
|
height: 20px;
|
|
}
|
|
.dup-styles .dup-btn-copy-error-message {
|
|
margin: 10px 0 !important;
|
|
}
|
|
.dup-styles .dup-error-message-textarea {
|
|
display: block;
|
|
width: 100%;
|
|
max-width: 500px;
|
|
min-height: 150px;
|
|
background-color: #e8e8e8 !important;
|
|
color: #666666 !important;
|
|
}
|
|
.dup-styles .dup-mock-blur {
|
|
filter: blur(4px);
|
|
pointer-events: none;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dup-styles .schedule-tbl a.name {
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .schedule-detail {
|
|
display: none;
|
|
}
|
|
.dup-styles .schedule-detail td {
|
|
padding: 2px 2px 2px 15px;
|
|
margin: -5px 0 2px 0;
|
|
height: 22px;
|
|
}
|
|
.dup-styles .dup-schedules-no-schedule {
|
|
text-align: center;
|
|
background: #fefefe;
|
|
padding: 40px;
|
|
}
|
|
.dup-styles .dup-schedule-edit-toolbar select {
|
|
float: left;
|
|
}
|
|
.dup-styles .ui-datepicker-trigger {
|
|
border: none;
|
|
background: none;
|
|
}
|
|
.dup-styles #repeat-daily-area {
|
|
display: none;
|
|
}
|
|
.dup-styles #repeat-weekly-area {
|
|
display: none;
|
|
}
|
|
.dup-styles #repeat-monthly-area {
|
|
display: none;
|
|
}
|
|
.dup-styles #repeat-weekly-area table td {
|
|
padding-left: 0px;
|
|
}
|
|
.dup-styles .schedule-template td {
|
|
vertical-align: top;
|
|
padding: 0;
|
|
}
|
|
.dup-styles .schedule-template .dup-recovery-template {
|
|
padding: 7px 20px;
|
|
}
|
|
.dup-styles #schedule-name,
|
|
.dup-styles #schedule-template {
|
|
width: 350px;
|
|
}
|
|
.dup-styles #schedule-template {
|
|
margin-left: -1px;
|
|
}
|
|
.dup-styles .weekday-div {
|
|
float: left;
|
|
width: 125px;
|
|
}
|
|
.dup-styles .weekday-div input {
|
|
margin: 0;
|
|
}
|
|
.dup-styles #schedule-template-selector,
|
|
.dup-styles .schedule-template .pack-temp-btns {
|
|
margin-right: 5px;
|
|
}
|
|
.dup-styles .package-row.storage-missing td,
|
|
.dup-styles .package-row.storage-missing td a {
|
|
color: #A62426 !important;
|
|
}
|
|
.dup-styles .dup-storage-icon {
|
|
vertical-align: middle;
|
|
width: 16px;
|
|
}
|
|
.dup-styles .storage-tbl tr.storage-detail {
|
|
display: none;
|
|
margin: 0;
|
|
}
|
|
.dup-styles .storage-tbl tr.storage-detail td {
|
|
padding: 3px 0 5px 20px;
|
|
}
|
|
.dup-styles .storage-tbl tr.storage-detail div {
|
|
line-height: 20px;
|
|
padding: 2px 2px 2px 15px;
|
|
}
|
|
.dup-styles .storage-tbl tr.storage-detail td button {
|
|
margin: 5px 0 5px 0 !important;
|
|
display: block;
|
|
}
|
|
.dup-styles .storage-tbl tr.storage-detail label {
|
|
min-width: 150px;
|
|
display: inline-block;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles div.dupli-dlg-confirm-txt div.store-items {
|
|
margin-top: 10px !important;
|
|
}
|
|
.dup-styles div.dupli-dlg-confirm-txt div.store-items div.item {
|
|
font-size: 13px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.dup-styles div.dupli-dlg-confirm-txt div.store-items div.item:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.dup-styles div.dupli-dlg-confirm-txt div.store-items span.lbl {
|
|
display: inline-block;
|
|
width: 50px;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles div.dupli-dlg-confirm-txt div.store-items div.icon {
|
|
float: left;
|
|
padding: 5px 10px 0 0;
|
|
}
|
|
.dup-styles div.dupli-dlg-confirm-txt div.store-items,
|
|
.dup-styles div.dupli-dlg-confirm-txt div.schedule-progress {
|
|
padding: 10px;
|
|
border: 1px dotted #c0c0c0;
|
|
overflow-y: scroll;
|
|
height: 120px;
|
|
margin: 5px 0 0 0;
|
|
background: #fefefe;
|
|
}
|
|
.dup-styles div.dupli-dlg-confirm-txt div.schedule-area {
|
|
padding: 15px 0 0 0;
|
|
}
|
|
.dup-styles div.dupli-dlg-confirm-txt div.schedule-item {
|
|
padding: 5px;
|
|
}
|
|
.dup-styles #dup-storage-form input[type=text],
|
|
.dup-styles #dup-storage-form input[type=password] {
|
|
width: 250px;
|
|
}
|
|
.dup-styles #dup-storage-form input#name {
|
|
width: 100%;
|
|
max-width: 500px;
|
|
}
|
|
.dup-styles #dup-storage-form #ftp_timeout {
|
|
width: 100px !important;
|
|
}
|
|
.dup-styles #dup-storage-form input#_local_storage_folder,
|
|
.dup-styles input#_ftp_storage_folder {
|
|
width: 100% !important;
|
|
max-width: 500px;
|
|
}
|
|
.dup-styles #dup-storage-form .provider {
|
|
display: none;
|
|
}
|
|
.dup-styles #dup-storage-form .stage {
|
|
display: none;
|
|
}
|
|
.dup-styles #dup-storage-form .dupli-sub-title {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.dup-styles #dup-storage-form .dupli-sub-title b {
|
|
padding: 20px 0;
|
|
margin: 0;
|
|
display: block;
|
|
font-size: 1.25em;
|
|
}
|
|
.dup-styles #dup-storage-form .dupli-storeage-folder-path {
|
|
width: 450px !important;
|
|
}
|
|
.dup-styles #dup-storage-form .dupli-store-type-notice {
|
|
font-size: 12px !important;
|
|
line-height: 18px;
|
|
color: maroon;
|
|
}
|
|
.dup-styles .dup-storage-error-wrapper {
|
|
display: flex;
|
|
background: white;
|
|
max-width: 750px;
|
|
flex-direction: column;
|
|
padding: 20px;
|
|
border: 1px solid #e8e8e8;
|
|
}
|
|
.dup-styles .dup-storage-error-wrapper .error-txt {
|
|
margin-bottom: 20px;
|
|
}
|
|
.dup-styles .dup-storage-error-wrapper h3 {
|
|
color: #1D2327;
|
|
}
|
|
.dup-styles #dup-storage-form .dup-form-sub-area select,
|
|
.dup-styles #dup-storage-form .dup-form-sub-area input[type=text],
|
|
.dup-styles #dup-storage-form .dup-form-sub-area input[type=password] {
|
|
min-width: 300px;
|
|
}
|
|
.dup-styles #dup-storage-form .s3_max_files,
|
|
.dup-styles #dupcloud_max_files,
|
|
.dup-styles #dropbox_max_files,
|
|
.dup-styles #ftp_max_files,
|
|
.dup-styles #local_max_files,
|
|
.dup-styles #gdrive_max_files,
|
|
.dup-styles #onedrive_msgraph_max_files {
|
|
width: 100px !important;
|
|
}
|
|
.dup-styles #dup-storage-form .dup-form-sub-area td {
|
|
padding: 2px;
|
|
}
|
|
.dup-styles #dup-storage-form .dup-form-sub-area th {
|
|
width: 150px;
|
|
border: 0 solid red;
|
|
padding: 10px;
|
|
}
|
|
.dup-styles #dup-storage-form .provider .dup-storage-icon {
|
|
vertical-align: middle;
|
|
margin: 0 2px 0 0;
|
|
width: 30px;
|
|
}
|
|
.dup-styles #dup-storage-form .form-table #dup-storage-mode-fixed .dup-storage-icon {
|
|
width: 25px;
|
|
}
|
|
.dup-styles #dup-storage-form .invisible_out_of_screen {
|
|
visibility: hidden;
|
|
position: absolute;
|
|
left: -999em;
|
|
}
|
|
.dup-styles #dup-storage-form .account-heading-info {
|
|
color: #666666;
|
|
font-weight: bold;
|
|
font-size: 0.8em;
|
|
}
|
|
.dup-styles #dup-storage-form .dup-s3-auth-account {
|
|
line-height: 25px;
|
|
padding-top: 0px !important;
|
|
}
|
|
.dup-styles #dup-storage-form .dup-s3-auth-account select {
|
|
min-width: 350px;
|
|
}
|
|
.dup-styles #dup-storage-form .dup-s3-auth-provider select,
|
|
.dup-styles #dup-storage-form .dup-s3-auth-provider input[type=text] {
|
|
min-width: 400px;
|
|
}
|
|
.dup-styles #dup-storage-form #dropbox-account-info label {
|
|
display: inline-block;
|
|
width: 100px;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles #dup-storage-form .auth-code-popup-note {
|
|
width: 525px;
|
|
font-size: 11px;
|
|
padding: 0;
|
|
margin: -5px 0 10px 10px;
|
|
line-height: 16px;
|
|
font-style: italic;
|
|
}
|
|
.dup-styles #dup-storage-form .gdrive-authorize {
|
|
line-height: 25px;
|
|
margin-top: -10px;
|
|
padding-top: 0;
|
|
}
|
|
.dup-styles #dup-storage-form #dupli-gdrive-steps {
|
|
display: none;
|
|
}
|
|
.dup-styles #dup-storage-form #dupli-gdrive-connect-progress {
|
|
display: none;
|
|
}
|
|
.dup-styles #dup-storage-form #gdrive-state-authorized label {
|
|
display: inline-block;
|
|
width: 100px;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles #dup-storage-form .onedrive-authorize {
|
|
line-height: 25px;
|
|
margin-top: -10px;
|
|
padding-top: 0;
|
|
}
|
|
.dup-styles #dup-storage-form #onedrive-account-info label {
|
|
display: inline-block;
|
|
width: 75px;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles #dup-storage-form .switch {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 44px;
|
|
height: 20px;
|
|
}
|
|
.dup-styles #dup-storage-form .switch input {
|
|
opacity: 0;
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
.dup-styles #dup-storage-form .slider {
|
|
position: absolute;
|
|
cursor: pointer;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background-color: #c0c0c0;
|
|
transition: 0.4s;
|
|
}
|
|
.dup-styles #dup-storage-form .slider:before {
|
|
position: absolute;
|
|
content: "";
|
|
height: 16px;
|
|
width: 16px;
|
|
left: 4px;
|
|
bottom: 2px;
|
|
background-color: white;
|
|
transition: 0.4s;
|
|
}
|
|
.dup-styles #dup-storage-form input:checked + .slider {
|
|
background-color: #2563eb;
|
|
}
|
|
.dup-styles #dup-storage-form input:focus + .slider {
|
|
box-shadow: 0 0 1px #2563eb;
|
|
}
|
|
.dup-styles #dup-storage-form input:checked + .slider:before {
|
|
transform: translateX(19px);
|
|
}
|
|
.dup-styles #dup-storage-form .slider.round {
|
|
border-radius: 20px;
|
|
}
|
|
.dup-styles #dup-storage-form .slider.round:before {
|
|
border-radius: 50%;
|
|
}
|
|
.dup-styles .dup-header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: calc(100% - 25px);
|
|
border-top: 3px solid #fe4716;
|
|
padding: 20px;
|
|
padding-left: 25px;
|
|
padding-bottom: 0px;
|
|
position: relative;
|
|
left: -20px;
|
|
}
|
|
.dup-styles .dupli-help-open {
|
|
border-radius: 100%;
|
|
width: 40px;
|
|
height: 40px;
|
|
border-color: transparent;
|
|
background: #c0c0c0;
|
|
cursor: pointer;
|
|
}
|
|
.dup-styles .dupli-help-open .fa-question-circle {
|
|
color: #666666;
|
|
font-size: 23px;
|
|
}
|
|
.dup-styles #dup-notice-bar + #dup-meta-screen {
|
|
top: 34px;
|
|
}
|
|
.dup-styles #screen-meta {
|
|
margin: 0 0 -1px 0;
|
|
}
|
|
.dup-styles#dup-meta-screen {
|
|
margin: 0;
|
|
position: absolute;
|
|
top: -1px;
|
|
left: 20px;
|
|
right: 20px;
|
|
z-index: 99;
|
|
}
|
|
.dup-styles #screen-meta-links {
|
|
position: absolute;
|
|
display: none;
|
|
right: 50px;
|
|
top: auto;
|
|
margin: 0;
|
|
float: none;
|
|
}
|
|
.dup-styles #screen-meta-links .button {
|
|
height: auto;
|
|
box-shadow: inherit;
|
|
}
|
|
@media screen and (max-width: 782px) {
|
|
.dup-styles.dup-header {
|
|
width: calc(100% + 10px);
|
|
padding: 10px;
|
|
left: -10px;
|
|
box-sizing: border-box;
|
|
}
|
|
.dup-styles #dup-basic-auth-login-wrapper {
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 600px) {
|
|
.dup-styles.dup-header {
|
|
top: 45px;
|
|
}
|
|
.dup-styles#dup-meta-screen {
|
|
top: 45px;
|
|
}
|
|
}
|
|
.dup-styles .admin_page_duplicator-import-installer .dup-header {
|
|
display: none;
|
|
}
|
|
.dup-styles #dup-basic-auth-login-wrapper {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 550px;
|
|
gap: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
.dup-styles #dup-basic-auth-login-wrapper > * {
|
|
flex-grow: 1;
|
|
}
|
|
.dup-styles #dup-basic-auth-login-wrapper input {
|
|
border-color: #c0c0c0;
|
|
}
|
|
.dup-styles #dup-basic-auth-login-wrapper input:disabled {
|
|
background-color: #fefefe;
|
|
}
|
|
.dup-styles #dup-remote-package-download form p {
|
|
font-size: 16px;
|
|
margin: 0 0 20px 0;
|
|
padding: 0;
|
|
}
|
|
.dup-styles #dup-remote-package-download .dup-buttons-container {
|
|
float: right;
|
|
}
|
|
.dup-styles .dup-remote-storage-options {
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 0 20px;
|
|
margin-bottom: 20px;
|
|
gap: 10px;
|
|
max-height: 200px;
|
|
overflow-y: auto;
|
|
height: 75px;
|
|
}
|
|
.dup-styles .dup-download-progress {
|
|
display: flex;
|
|
width: 700px;
|
|
height: 400px;
|
|
margin: 0 auto;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
}
|
|
.dup-styles .dup-download-progress .dup-build-msg,
|
|
.dup-styles .dup-download-progress .dup-progress-bar-area {
|
|
box-sizing: border-box;
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
.dup-styles .dup-download-progress .dup-progress-bar-area {
|
|
padding: 0;
|
|
margin: 30px auto 20px auto;
|
|
}
|
|
.dup-styles #dup-tr-license-key-and-description {
|
|
position: relative;
|
|
}
|
|
.dup-styles #dup-tr-license-key-and-description .dup-license-check-icon {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 12px;
|
|
transform: translateY(-50%);
|
|
}
|
|
.dup-styles .dupli-import-header {
|
|
position: relative;
|
|
margin-bottom: 20px;
|
|
margin-top: 10px;
|
|
}
|
|
.dup-styles .dupli-import-header .title {
|
|
margin: 0;
|
|
line-height: 40px;
|
|
font-size: 20px;
|
|
}
|
|
.dup-styles .dupli-import-header .options {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 2px;
|
|
z-index: 10000;
|
|
}
|
|
.dup-styles .dupli-import-header hr {
|
|
margin: 0;
|
|
}
|
|
.dup-styles .dupli-import-header .options .button {
|
|
width: 34px;
|
|
height: 34px;
|
|
box-sizing: border-box;
|
|
line-height: 34px;
|
|
text-align: center;
|
|
padding: 0;
|
|
}
|
|
.dup-styles .dupli-import-view-list,
|
|
.dup-styles .dupli-import-view-single {
|
|
position: relative;
|
|
}
|
|
.dup-styles .dupli-import-view-list.active::before,
|
|
.dup-styles .dupli-import-view-single.active::before {
|
|
content: "\f147";
|
|
font-family: dashicons;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
width: 20px;
|
|
height: 20px;
|
|
font-size: 20px;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: -30px;
|
|
}
|
|
.dup-styles .dupli-toggle-sub-menu,
|
|
.dup-styles .dupli-toggle-sub-menu ul,
|
|
.dup-styles .dupli-toggle-sub-menu li {
|
|
margin: 0;
|
|
}
|
|
.dup-styles .dupli-toggle-sub-menu .title {
|
|
color: #666666;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .dupli-toggle-sub-menu .separator {
|
|
border-top: 1px solid #ccd0d4;
|
|
}
|
|
.dup-styles .dupli-toggle-sub-menu .dupli-toggle {
|
|
display: inline-block;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
text-align: right;
|
|
}
|
|
.dup-styles .dupli-toggle-sub-menu ul {
|
|
display: none;
|
|
position: relative;
|
|
opacity: 0;
|
|
border: 1px solid #c0c0c0;
|
|
z-index: -1;
|
|
background: #fefefe;
|
|
transition: opacity 0.3s;
|
|
padding-bottom: 20px;
|
|
}
|
|
.dup-styles .dupli-toggle-sub-menu:hover ul {
|
|
display: block;
|
|
opacity: 1;
|
|
z-index: 10001;
|
|
}
|
|
.dup-styles .dupli-toggle-sub-menu ul li {
|
|
padding: 10px 10px 10px 40px;
|
|
}
|
|
.dup-styles .dupli-toggle-sub-menu ul li.title {
|
|
padding: 10px 10px 0 10px;
|
|
}
|
|
.dup-styles #dupli-import-vews-and-opt-wrapper .description {
|
|
display: block;
|
|
color: #666666;
|
|
font-style: italic;
|
|
}
|
|
.dup-styles #dupli-import-vews-and-opt-wrapper {
|
|
width: 250px;
|
|
}
|
|
.dup-styles .dupli-import-upload-box {
|
|
background: #fefefe;
|
|
border: 1px dashed #c0c0c0;
|
|
border-radius: 2px;
|
|
height: 220px;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
}
|
|
.dup-styles #dupli-import-upload-file .fs-upload-target {
|
|
color: #1D2327;
|
|
border: 0 none;
|
|
border-radius: 0;
|
|
height: 218px;
|
|
box-sizing: border-box;
|
|
}
|
|
.dup-styles #dupli-import-upload-file .fs-upload-target:hover {
|
|
background: rgba(0, 0, 0, 0.1);
|
|
}
|
|
.dup-styles #dupli-import-upload-file .fs-upload-target {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.dup-styles .fs-upload-input {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: -1;
|
|
opacity: 0;
|
|
pointer-events: none;
|
|
}
|
|
.dup-styles #dupli-import-upload-file-footer {
|
|
padding: 5px;
|
|
text-align: right;
|
|
}
|
|
.dup-styles #dupli-import-upload-file-footer .dupli-open-help-link {
|
|
letter-spacing: 2px;
|
|
float: right;
|
|
}
|
|
.dup-styles .dup-drag-drop-message {
|
|
font-size: 18px;
|
|
line-height: 1;
|
|
font-weight: bold;
|
|
display: block;
|
|
margin: 20px 0;
|
|
}
|
|
.dup-styles #dupli-import-mode-tab-header {
|
|
border-bottom: 1px solid #c0c0c0;
|
|
}
|
|
.dup-styles #dupli-import-mode-tab-header > div {
|
|
float: left;
|
|
padding: 10px 0 15px 0;
|
|
font-size: 16px;
|
|
border-bottom: 2px solid transparent;
|
|
min-width: 250px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
}
|
|
.dup-styles #dupli-import-mode-tab-header > div:hover {
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles #dupli-import-mode-tab-header > div.active {
|
|
border-bottom: 3px solid #91BCE3;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles #dupli-import-remote-url {
|
|
box-sizing: border-box;
|
|
height: 40px;
|
|
width: 1000px;
|
|
max-width: calc(100% - 150px);
|
|
margin-right: 10px;
|
|
}
|
|
.dup-styles .dupli-import-upload-box > div {
|
|
width: 100%;
|
|
}
|
|
.dup-styles .dupli-import-upload-box .dup-import-button {
|
|
display: inline-block;
|
|
padding: 0 30px !important;
|
|
font-weight: normal;
|
|
box-sizing: border-box;
|
|
height: 40px;
|
|
}
|
|
.dup-styles #dupli-import-mode-remote-tab sup {
|
|
font-size: 10px;
|
|
color: #c0c0c0;
|
|
}
|
|
.dup-styles div.dupli-import-upload-box small {
|
|
color: #c0c0c0;
|
|
font-style: italic;
|
|
padding: 7px;
|
|
}
|
|
.dup-styles .dup-import-avail-packs .dupli-import-no-package-found td {
|
|
padding: 20px;
|
|
}
|
|
.dup-styles div.dupli-import-no-package-found-msg {
|
|
font-size: 15px;
|
|
text-align: center;
|
|
}
|
|
.dup-styles table.dup-import-avail-packs th {
|
|
background-color: #e8e8e8;
|
|
}
|
|
.dup-styles table.dup-import-avail-packs tbody tr:nth-child(even) {
|
|
border: 1px solid #c0c0c0;
|
|
}
|
|
.dup-styles table.dup-import-avail-packs {
|
|
width: 100%;
|
|
min-height: inherit;
|
|
border: 1px solid #c0c0c0;
|
|
border-collapse: collapse;
|
|
}
|
|
.dup-styles table.dup-import-avail-packs thead {
|
|
border-bottom: 1px solid #e8e8e8;
|
|
}
|
|
.dup-styles table.dup-import-avail-packs th {
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles table.dup-import-avail-packs th,
|
|
.dup-styles table.dup-import-avail-packs td {
|
|
padding: 10px;
|
|
text-align: left;
|
|
vertical-align: top;
|
|
line-height: 30px;
|
|
}
|
|
.dup-styles table.dup-import-avail-packs .size {
|
|
width: 100px;
|
|
}
|
|
.dup-styles table.dup-import-avail-packs .created {
|
|
text-align: left;
|
|
width: 125px;
|
|
}
|
|
.dup-styles table.dup-import-avail-packs .funcs {
|
|
text-align: center;
|
|
width: 400px;
|
|
box-sizing: border-box;
|
|
white-space: nowrap;
|
|
}
|
|
.dup-styles table.dup-import-avail-packs .funcs button,
|
|
.dup-styles table.dup-import-avail-packs .funcs .button {
|
|
min-width: 120px;
|
|
}
|
|
.dup-styles table.dup-import-avail-packs .funcs .separator {
|
|
margin-left: 5px;
|
|
}
|
|
.dup-styles table.dup-import-avail-packs .funcs .separator-2x {
|
|
margin-left: 10px;
|
|
}
|
|
.dup-styles table.dup-import-avail-packs .funcs .dupli-loader {
|
|
display: flex;
|
|
}
|
|
.dup-styles table.dup-import-avail-packs .funcs div.actions {
|
|
text-align: right;
|
|
}
|
|
.dup-styles table.dup-import-avail-packs .funcs .dupli-import-action-cancel-upload {
|
|
margin-left: 10px;
|
|
}
|
|
.dup-styles .dupli-import-package-detail {
|
|
padding: 10px;
|
|
border-radius: 2px;
|
|
margin: 10px 0;
|
|
line-height: 1.6;
|
|
}
|
|
.dup-styles .dupli-import-package-detail-content *:first-child {
|
|
margin-top: 0;
|
|
}
|
|
.dup-styles .dupli-import-package-detail-content *:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.dup-styles .dupli-import-package-detail ul {
|
|
margin: 0;
|
|
}
|
|
.dup-styles .dupli-import-package-detail ul li {
|
|
margin: 2px;
|
|
padding: 0;
|
|
}
|
|
.dup-styles .dupli-import-package-detail .label.title {
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
width: 100%;
|
|
margin-top: 10px;
|
|
}
|
|
.dup-styles .dupli-import-package-detail .label {
|
|
display: inline-block;
|
|
min-width: 150px;
|
|
}
|
|
.dup-styles .dupli-import-package-detail .value {
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles div#dupli-import-available-packages {
|
|
background-color: #fefefe;
|
|
}
|
|
.dup-styles #dupli-import-available-packages.view-single-item .packages-list tbody {
|
|
display: block;
|
|
padding: 20px;
|
|
}
|
|
.dup-styles #dupli-import-available-packages.view-single-item .packages-list thead,
|
|
.dup-styles #dupli-import-available-packages.view-single-item .packages-list tbody tr {
|
|
display: none;
|
|
}
|
|
.dup-styles #dupli-import-available-packages.view-single-item .packages-list tbody tr:first-child {
|
|
display: block;
|
|
}
|
|
.dup-styles #dupli-import-available-packages.view-single-item .packages-list td {
|
|
display: block;
|
|
width: 100%;
|
|
padding: 0;
|
|
}
|
|
.dup-styles #dupli-import-available-packages.view-single-item .packages-list .dupli-import-package-detail {
|
|
display: block !important;
|
|
background: transparent;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.dup-styles #dupli-import-available-packages.view-single-item .packages-list .name::before {
|
|
content: "Package: ";
|
|
font-weight: bold;
|
|
margin: 0 5px 10px 0;
|
|
display: inline-block;
|
|
}
|
|
.dup-styles #dupli-import-available-packages.view-single-item .packages-list .size,
|
|
.dup-styles #dupli-import-available-packages.view-single-item .packages-list .created,
|
|
.dup-styles #dupli-import-available-packages.view-single-item .packages-list .dupli-import-action-package-detail-toggle {
|
|
display: none;
|
|
}
|
|
@media only screen and (max-width: 1200px) {
|
|
.dup-styles #dupli-import-available-packages.view-list-item .size,
|
|
.dup-styles #dupli-import-available-packages.view-list-item .created,
|
|
.dup-styles #dupli-import-available-packages.view-list-item thead .funcs {
|
|
display: none;
|
|
}
|
|
.dup-styles #dupli-import-available-packages.view-list-item td {
|
|
display: block;
|
|
text-align: left !important;
|
|
padding: 0 20px;
|
|
}
|
|
.dup-styles #dupli-import-available-packages.view-list-item tbody tr {
|
|
border-bottom: 1px solid #c0c0c0;
|
|
padding-bottom: 10px;
|
|
display: block;
|
|
}
|
|
}
|
|
.dup-styles .dupli-import-confirm-buttons {
|
|
padding-top: 1.25rem;
|
|
text-align: right;
|
|
}
|
|
.dup-styles .dupli-import-confirm-buttons input {
|
|
margin-left: 5px !important;
|
|
}
|
|
.dup-styles .dupli-import-box {
|
|
background-color: #fefefe;
|
|
border: 1px solid #c0c0c0;
|
|
margin: 0;
|
|
}
|
|
.dup-styles .dupli-import-box .box-title {
|
|
border-bottom: 1px solid #c0c0c0;
|
|
padding: 10px 12px;
|
|
font-weight: bold;
|
|
font-size: 17px;
|
|
font-weight: bold;
|
|
color: #000;
|
|
}
|
|
.dup-styles .dupli-import-box .box-content {
|
|
padding: 20px;
|
|
}
|
|
.dup-styles .dupli-import-box.closable .box-title {
|
|
position: relative;
|
|
}
|
|
.dup-styles .dupli-import-box.closable .box-title::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
line-height: 36px;
|
|
display: inline-block;
|
|
width: 36px;
|
|
text-align: center;
|
|
font-family: "Font Awesome 5 Free";
|
|
content: "";
|
|
font-weight: 900;
|
|
}
|
|
.dup-styles .dupli-import-box.closable.closed .box-title {
|
|
border: 0 none;
|
|
}
|
|
.dup-styles .dupli-import-box.closable.closed .box-title::after {
|
|
content: "\f0d7";
|
|
}
|
|
.dup-styles .dupli-import-box.closable.opened .box-title::after {
|
|
content: "\f0d8";
|
|
}
|
|
.dup-styles .dupli-import-box.closable.closed .box-content {
|
|
display: none;
|
|
}
|
|
.dup-styles .dupli-import-box.closable.opened .box-content {
|
|
display: block;
|
|
}
|
|
.dup-styles #dupli-import-view-types {
|
|
position: absolute;
|
|
top: -5px;
|
|
right: 0;
|
|
}
|
|
.dup-styles div.dupli-recovery-point-selector .dupli-notice {
|
|
margin: 0;
|
|
font-size: 16px;
|
|
}
|
|
.dup-styles div.dupli-recovery-point-selector div.dupli-notice-details {
|
|
margin: 20px;
|
|
font-size: 16px;
|
|
font-style: italic;
|
|
}
|
|
.dup-styles #dupli-import-installer-modal {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
z-index: 2;
|
|
background-color: rgba(255, 255, 255, 0.6);
|
|
z-index: 1000002;
|
|
}
|
|
.dup-styles #dupli-import-installer-iframe {
|
|
width: 100%;
|
|
min-height: 300px;
|
|
position: relative;
|
|
z-index: 1000003;
|
|
}
|
|
.dup-styles #wpadminbar,
|
|
.dup-styles #wpadminbar .ab-sub-wrapper,
|
|
.dup-styles #wpadminbar ul,
|
|
.dup-styles #wpadminbar ul li {
|
|
z-index: 1000004;
|
|
}
|
|
.dup-styles .dupli-import-installer-launch-confirm-content,
|
|
.dup-styles .dupli-import-installer-launch-confirm-content p {
|
|
font-size: 13px;
|
|
}
|
|
.dup-styles .dupli-import-installer-launch-confirm-content .dupli-notice {
|
|
font-color: #666;
|
|
font-style: italic;
|
|
}
|
|
.dup-styles .dupli-import-installer-launch-confirm-content .dupli-recovery-info-set {
|
|
border: 1px solid lightgray;
|
|
padding: 5px;
|
|
border-radius: 5px;
|
|
background: #FAFAFA;
|
|
}
|
|
.dup-styles .dupli-import-installer-launch-confirm-content .dupli-recovery-info-set .dupli-selector-wrapper {
|
|
text-align: right;
|
|
}
|
|
.dup-styles .dupli-import-installer-launch-confirm-content .dupli-recovery-info-set select {
|
|
margin: 0 0 5px 0;
|
|
}
|
|
.dup-styles .fa-spin {
|
|
animation: fa-spin 2s infinite linear !important;
|
|
}
|
|
.dup-styles .no-display,
|
|
.dup-styles .display-none {
|
|
display: none !important;
|
|
}
|
|
.dup-styles .padding-half {
|
|
padding: 0.625rem;
|
|
}
|
|
.dup-styles .padding-top-half {
|
|
padding-top: 0.625rem;
|
|
}
|
|
.dup-styles .padding-bottom-half {
|
|
padding-bottom: 0.625rem;
|
|
}
|
|
.dup-styles .padding-left-half {
|
|
padding-left: 0.625rem;
|
|
}
|
|
.dup-styles .padding-right-half {
|
|
padding-right: 0.625rem;
|
|
}
|
|
.dup-styles .maring-half {
|
|
margin: 0.625rem;
|
|
}
|
|
.dup-styles .margin-top-half {
|
|
margin-top: 0.625rem;
|
|
}
|
|
.dup-styles .margin-bottom-half {
|
|
margin-bottom: 0.625rem;
|
|
}
|
|
.dup-styles .margin-left-half {
|
|
margin-left: 0.625rem;
|
|
}
|
|
.dup-styles .margin-right-half {
|
|
margin-right: 0.625rem;
|
|
}
|
|
.dup-styles .inline-display {
|
|
display: inline-block;
|
|
}
|
|
.dup-styles .display-flex {
|
|
display: flex;
|
|
}
|
|
.dup-styles i.fa, .dup-styles i.far, .dup-styles i.fas, .dup-styles i.fa-solid, .dup-styles i.fa-regular {
|
|
font-style: normal;
|
|
font-size: 0.875rem;
|
|
}
|
|
.dup-styles i.fa.fa-2xs, .dup-styles i.far.fa-2xs, .dup-styles i.fas.fa-2xs, .dup-styles i.fa-solid.fa-2xs, .dup-styles i.fa-regular.fa-2xs {
|
|
font-size: 0.625em;
|
|
line-height: 0.1em;
|
|
vertical-align: 0.225em;
|
|
}
|
|
.dup-styles i.fa.fa-xs, .dup-styles i.far.fa-xs, .dup-styles i.fas.fa-xs, .dup-styles i.fa-solid.fa-xs, .dup-styles i.fa-regular.fa-xs {
|
|
font-size: 0.75em;
|
|
line-height: 0.08333em;
|
|
vertical-align: 0.125em;
|
|
}
|
|
.dup-styles i.fa.fa-nr, .dup-styles i.far.fa-nr, .dup-styles i.fas.fa-nr, .dup-styles i.fa-solid.fa-nr, .dup-styles i.fa-regular.fa-nr {
|
|
font-size: 1em;
|
|
}
|
|
.dup-styles i.fa.fa-sm, .dup-styles i.far.fa-sm, .dup-styles i.fas.fa-sm, .dup-styles i.fa-solid.fa-sm, .dup-styles i.fa-regular.fa-sm {
|
|
font-size: 0.875em;
|
|
line-height: 0.07143em;
|
|
vertical-align: 0.05357em;
|
|
}
|
|
.dup-styles i.fa.fa-lg, .dup-styles i.far.fa-lg, .dup-styles i.fas.fa-lg, .dup-styles i.fa-solid.fa-lg, .dup-styles i.fa-regular.fa-lg {
|
|
font-size: 1.25em;
|
|
line-height: 0.05em;
|
|
vertical-align: -0.075em;
|
|
}
|
|
.dup-styles i.fa.fa-xl, .dup-styles i.far.fa-xl, .dup-styles i.fas.fa-xl, .dup-styles i.fa-solid.fa-xl, .dup-styles i.fa-regular.fa-xl {
|
|
font-size: 1.5em;
|
|
line-height: 0.04167em;
|
|
vertical-align: -0.125em;
|
|
}
|
|
.dup-styles i.fa.fa-2x, .dup-styles i.far.fa-2x, .dup-styles i.fas.fa-2x, .dup-styles i.fa-solid.fa-2x, .dup-styles i.fa-regular.fa-2x {
|
|
font-size: 1.75rem;
|
|
line-height: 1;
|
|
vertical-align: -0.125em;
|
|
}
|
|
.dup-styles small.xsmall {
|
|
font-size: 0.6875rem;
|
|
}
|
|
.dup-styles .link-style {
|
|
color: #2563eb;
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
.dup-styles .link-style:hover {
|
|
color: rgb(14.8571428571, 60.9142857143, 161.9428571429);
|
|
}
|
|
.dup-styles .link-style:disabled, .dup-styles .link-style.disabled {
|
|
color: #c0c0c0;
|
|
cursor: not-allowed;
|
|
}
|
|
.dup-styles .link-style.gray {
|
|
color: #666666;
|
|
}
|
|
.dup-styles .font-italic {
|
|
font-style: italic;
|
|
}
|
|
.dup-styles .font-bold {
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .font-normal {
|
|
font-weight: normal;
|
|
}
|
|
.dup-styles .button {
|
|
height: 40px;
|
|
box-sizing: border-box;
|
|
line-height: 1;
|
|
padding: 12.5px 12px;
|
|
border-radius: 3px;
|
|
box-shadow: none;
|
|
}
|
|
.dup-styles .button:focus {
|
|
outline: none;
|
|
border-color: transparent;
|
|
box-shadow: none;
|
|
}
|
|
.dup-styles .button.small {
|
|
height: 30px;
|
|
padding: 7.5px 10px;
|
|
}
|
|
.dup-styles .button.tiny {
|
|
height: 25px;
|
|
line-height: normal;
|
|
padding: 3px 8px;
|
|
border-radius: 2px;
|
|
}
|
|
.dup-styles .button.xtiny {
|
|
line-height: normal;
|
|
padding: 1px 4px;
|
|
border-radius: 2px;
|
|
height: auto;
|
|
}
|
|
.dup-styles .button.hollow {
|
|
background: #f6f7f7;
|
|
}
|
|
.dup-styles .button.hollow:hover {
|
|
background: #f0f0f1;
|
|
}
|
|
.dup-styles .button.hollow.gray {
|
|
background: #fefefe;
|
|
border-color: #c0c0c0;
|
|
color: #1D2327;
|
|
}
|
|
.dup-styles .button.hollow.gray:hover {
|
|
color: #1D2327;
|
|
background: #e8e8e8;
|
|
border-color: #c0c0c0;
|
|
}
|
|
.dup-styles .button.gray,
|
|
.dup-styles .button.gray:hover {
|
|
color: #1D2327;
|
|
}
|
|
.dup-styles .button.clear:focus {
|
|
outline: none;
|
|
border-color: transparent;
|
|
}
|
|
.dup-styles .button.clear.gray {
|
|
color: #666666;
|
|
}
|
|
.dup-styles .button.clear.gray:hover {
|
|
border-color: #1D2327;
|
|
}
|
|
.dup-styles button:disabled,
|
|
.dup-styles button.disabled,
|
|
.dup-styles .button:disabled,
|
|
.dup-styles .button.disabled {
|
|
pointer-events: none;
|
|
cursor: not-allowed;
|
|
}
|
|
.dup-styles .primary-color {
|
|
color: #fe4716;
|
|
}
|
|
.dup-styles .primary-border-color {
|
|
border-color: #fe4716;
|
|
}
|
|
.dup-styles .primary-bg {
|
|
color: #fefefe;
|
|
background-color: #fe4716;
|
|
}
|
|
.dup-styles .secondary-color {
|
|
color: #2563eb;
|
|
}
|
|
.dup-styles .secondary-border-color {
|
|
border-color: #2563eb;
|
|
}
|
|
.dup-styles .secondary-bg {
|
|
color: #fefefe;
|
|
background-color: #2563eb;
|
|
}
|
|
.dup-styles .white-color {
|
|
color: #fefefe;
|
|
}
|
|
.dup-styles .white-border-color {
|
|
border-color: #fefefe;
|
|
}
|
|
.dup-styles .white-bg {
|
|
background-color: #fefefe;
|
|
}
|
|
.dup-styles .light-gray-color {
|
|
color: #e8e8e8;
|
|
}
|
|
.dup-styles .light-gray-border-color {
|
|
border-color: #e8e8e8;
|
|
}
|
|
.dup-styles .light-gray-bg {
|
|
background-color: #e8e8e8;
|
|
}
|
|
.dup-styles .medium-gray-color {
|
|
color: #c0c0c0;
|
|
}
|
|
.dup-styles .medium-gray-border-color {
|
|
border-color: #c0c0c0;
|
|
}
|
|
.dup-styles .medium-gray-bg {
|
|
background-color: #c0c0c0;
|
|
}
|
|
.dup-styles .dark-gray-color {
|
|
color: #666666;
|
|
}
|
|
.dup-styles .dark-gray-border-color {
|
|
border-color: #666666;
|
|
}
|
|
.dup-styles .dark-gray-bg {
|
|
background-color: #666666;
|
|
}
|
|
.dup-styles .black-color {
|
|
color: #1D2327;
|
|
}
|
|
.dup-styles .black-border-color {
|
|
border-color: #1D2327;
|
|
}
|
|
.dup-styles .black-bg {
|
|
background-color: #1D2327;
|
|
}
|
|
.dup-styles .success-color {
|
|
color: #00a32a;
|
|
}
|
|
.dup-styles .success-border-color {
|
|
border-color: #00a32a;
|
|
}
|
|
.dup-styles .success-bg {
|
|
color: #fefefe;
|
|
background-color: #00a32a;
|
|
}
|
|
.dup-styles .warning-color {
|
|
color: #ffae00;
|
|
}
|
|
.dup-styles .warning-border-color {
|
|
border-color: #ffae00;
|
|
}
|
|
.dup-styles .warning-bg {
|
|
color: #fefefe;
|
|
background-color: #ffae00;
|
|
}
|
|
.dup-styles .alert-color {
|
|
color: #A62426;
|
|
}
|
|
.dup-styles .alert-border-color {
|
|
border-color: #A62426;
|
|
}
|
|
.dup-styles .alert-bg {
|
|
color: #fefefe;
|
|
background-color: #A62426;
|
|
}
|
|
.dup-styles .green,
|
|
.dup-styles .green-color {
|
|
color: #00a32a;
|
|
}
|
|
.dup-styles .red,
|
|
.dup-styles .red-color {
|
|
color: #d63638;
|
|
}
|
|
.dup-styles .maroon,
|
|
.dup-styles .maroon-color {
|
|
color: #d63638;
|
|
}
|
|
.dup-styles .lbl-larger {
|
|
display: inline;
|
|
font-weight: bold;
|
|
font-size: 0.875rem;
|
|
}
|
|
.dup-styles .lbl-larger.large {
|
|
font-size: 0.9375rem;
|
|
}
|
|
.dup-styles .dup-box,
|
|
.dup-styles .dup-settings-wrapper {
|
|
font-size: 0.875rem;
|
|
}
|
|
.dup-styles .dup-box .lbl-larger,
|
|
.dup-styles .dup-settings-wrapper .lbl-larger {
|
|
float: left;
|
|
width: 200px;
|
|
max-width: 200px;
|
|
}
|
|
.dup-styles .dup-box .lbl-larger + div,
|
|
.dup-styles .dup-settings-wrapper .lbl-larger + div {
|
|
width: calc(100% - 200px);
|
|
margin-left: 200px;
|
|
}
|
|
.dup-styles .dup-box .description,
|
|
.dup-styles .dup-settings-wrapper .description {
|
|
margin-top: 3px;
|
|
}
|
|
.dup-styles .width-auto {
|
|
width: auto;
|
|
}
|
|
.dup-styles h3.title {
|
|
font-size: 1.25rem;
|
|
font-weight: bold;
|
|
margin: 1.25rem 0;
|
|
}
|
|
.dup-styles .fa-regular.fa-question-circle {
|
|
margin-left: 5px;
|
|
}
|
|
.dup-styles select {
|
|
max-width: none;
|
|
}
|
|
.dup-styles input:disabled, .dup-styles input[readonly],
|
|
.dup-styles textarea:disabled,
|
|
.dup-styles textarea[readonly] {
|
|
background-color: #e8e8e8;
|
|
cursor: not-allowed;
|
|
}
|
|
.dup-styles input:disabled:focus, .dup-styles input[readonly]:focus,
|
|
.dup-styles textarea:disabled:focus,
|
|
.dup-styles textarea[readonly]:focus {
|
|
background-color: #e8e8e8;
|
|
}
|
|
.dup-styles input[type=date],
|
|
.dup-styles input[type=datetime-local],
|
|
.dup-styles input[type=datetime],
|
|
.dup-styles input[type=email],
|
|
.dup-styles input[type=month],
|
|
.dup-styles input[type=number],
|
|
.dup-styles input[type=password],
|
|
.dup-styles input[type=search],
|
|
.dup-styles input[type=tel],
|
|
.dup-styles input[type=text],
|
|
.dup-styles input[type=time],
|
|
.dup-styles input[type=url],
|
|
.dup-styles input[type=week],
|
|
.dup-styles select {
|
|
min-height: 30px;
|
|
}
|
|
.dup-styles .width-tiny {
|
|
max-width: 100%;
|
|
width: 60px;
|
|
}
|
|
.dup-styles .width-small {
|
|
max-width: 100%;
|
|
width: 100px;
|
|
}
|
|
.dup-styles .width-medium {
|
|
max-width: 100%;
|
|
width: 200px;
|
|
}
|
|
.dup-styles .width-large {
|
|
max-width: 100%;
|
|
width: 400px;
|
|
}
|
|
.dup-styles .width-xlarge {
|
|
max-width: 100%;
|
|
width: 600px;
|
|
}
|
|
.dup-styles .width-xxlarge {
|
|
max-width: 100%;
|
|
width: 800px;
|
|
}
|
|
.dup-styles .form-table th label {
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .form-table th {
|
|
padding: 20px 10px 20px 0;
|
|
}
|
|
.dup-styles .form-table td {
|
|
padding: 15px 10px;
|
|
}
|
|
.dup-styles .dup-password-toggle {
|
|
border-radius: 4px;
|
|
border: 1px solid #c0c0c0;
|
|
display: flex;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
.dup-styles .dup-password-toggle .parsley-errors-list {
|
|
display: block;
|
|
position: absolute;
|
|
top: -7px;
|
|
left: 10px;
|
|
z-index: 10;
|
|
}
|
|
.dup-styles .dup-password-toggle input {
|
|
border: 0 none;
|
|
margin: 0;
|
|
flex-grow: 1;
|
|
}
|
|
.dup-styles .dup-password-toggle button {
|
|
border: 0 none;
|
|
margin: 0;
|
|
width: 40px;
|
|
}
|
|
.dup-styles .horizontal-input-row {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
.dup-styles .horizontal-input-row > * {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
.dup-styles .horizontal-input-row > input + label {
|
|
margin-left: 0.625rem;
|
|
margin-right: 1.25rem;
|
|
}
|
|
.dup-styles .horizontal-input-row + p {
|
|
margin-top: 0.3125rem;
|
|
}
|
|
.dup-styles .horizontal-input-row:has(+ .duplicator-error-container) {
|
|
margin-bottom: 20px;
|
|
}
|
|
.dup-styles.wrap {
|
|
margin: 10px 20px 0 0;
|
|
position: relative;
|
|
}
|
|
.dup-styles .dup-body-header {
|
|
background: white;
|
|
margin: 0 -20px;
|
|
height: 62px;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 30px;
|
|
padding-right: 20px;
|
|
flex-wrap: nowrap;
|
|
overflow: hidden;
|
|
overflow-x: auto;
|
|
}
|
|
@media screen and (min-width: 782px) {
|
|
.dup-styles .dup-body-header.dup-scrollable-header:after {
|
|
display: none;
|
|
}
|
|
}
|
|
.dup-styles .dup-body-header:after {
|
|
content: "\f11c";
|
|
font-family: dashicons;
|
|
position: absolute;
|
|
margin-right: -20px;
|
|
top: 0;
|
|
inset-inline-end: 0;
|
|
bottom: 0;
|
|
background-color: #ffffff;
|
|
width: 36px;
|
|
height: 60px;
|
|
box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1882352941);
|
|
clip-path: inset(0 0 0 -20px);
|
|
color: #a7aaad;
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
opacity: 0;
|
|
transition-property: opacity;
|
|
transition-duration: 0.15s;
|
|
transition-timing-function: ease-out;
|
|
}
|
|
.dup-styles .dup-body-header.dup-scrollable-header:after {
|
|
opacity: 1;
|
|
}
|
|
.dup-styles .dup-body-header > *:first-child {
|
|
margin: 0 0 0 1.25rem;
|
|
}
|
|
.dup-styles .dup-body-header > .full-size-right-content {
|
|
width: 100%;
|
|
text-align: right;
|
|
}
|
|
.dup-styles .dup-body-header .dup-nav-item {
|
|
color: #666666;
|
|
font-size: 0.875rem;
|
|
height: 100%;
|
|
line-height: 60px;
|
|
box-sizing: border-box;
|
|
border-bottom: 2px solid transparent;
|
|
text-wrap: nowrap;
|
|
cursor: pointer;
|
|
}
|
|
.dup-styles .dup-body-header .dup-nav-item:focus {
|
|
outline: none;
|
|
box-shadow: 0 0 0 0;
|
|
}
|
|
.dup-styles .dup-body-header .dup-nav-item:hover {
|
|
border-bottom-color: #666666;
|
|
}
|
|
.dup-styles .dup-body-header .dup-nav-item.active {
|
|
border-bottom-color: #fe4716;
|
|
}
|
|
.dup-styles .dup-toolbar {
|
|
margin: 0 0 10px;
|
|
height: 30px;
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 5px;
|
|
}
|
|
.dup-styles .dup-toolbar select,
|
|
.dup-styles .dup-toolbar input {
|
|
width: auto;
|
|
}
|
|
.dup-styles .dup-toolbar select,
|
|
.dup-styles .dup-toolbar input,
|
|
.dup-styles .dup-toolbar .button {
|
|
margin: 0;
|
|
}
|
|
.dup-styles .dup-toolbar .separator {
|
|
background: #c0c0c0;
|
|
width: 1px;
|
|
margin: 0 2px;
|
|
height: 20px;
|
|
}
|
|
.dup-styles .dup-toolbar label {
|
|
white-space: nowrap;
|
|
margin: 0;
|
|
}
|
|
.dup-styles .dup-table-list {
|
|
box-sizing: border-box;
|
|
border: 1px solid #c0c0c0;
|
|
box-shadow: none;
|
|
}
|
|
.dup-styles .dup-table-list th,
|
|
.dup-styles .dup-table-list td {
|
|
vertical-align: middle;
|
|
padding: 8px 10px;
|
|
}
|
|
.dup-styles .dup-table-list th:first-child,
|
|
.dup-styles .dup-table-list td:first-child {
|
|
padding-left: 20px;
|
|
}
|
|
.dup-styles .dup-table-list td {
|
|
color: #3C434A;
|
|
}
|
|
.dup-styles .dup-table-list th {
|
|
color: #1D2327;
|
|
}
|
|
.dup-styles .dup-table-list .dup-check-column input {
|
|
margin: 0;
|
|
}
|
|
.dup-styles .dup-table-list thead tr,
|
|
.dup-styles .dup-table-list tfoot tr {
|
|
min-height: 36px;
|
|
}
|
|
.dup-styles .dup-table-list thead tr input,
|
|
.dup-styles .dup-table-list tfoot tr input {
|
|
margin: 0;
|
|
}
|
|
.dup-styles .dup-table-list thead th {
|
|
border-bottom: 1px solid #c0c0c0;
|
|
}
|
|
.dup-styles .dup-table-list tfoot td,
|
|
.dup-styles .dup-table-list tfoot th {
|
|
border-top: 0 none;
|
|
}
|
|
.dup-styles .dup-table-list tbody tr .sub-menu {
|
|
margin: 5px 0 0 2px;
|
|
opacity: 0;
|
|
}
|
|
.dup-styles .dup-table-list tbody tr:hover .sub-menu {
|
|
opacity: 1;
|
|
}
|
|
.dup-styles .dup-table-list tbody tr td {
|
|
box-sizing: border-box;
|
|
height: 50px;
|
|
border-bottom: 1px solid #e8e8e8;
|
|
}
|
|
.dup-styles .dup-table-list tbody tr td:first-child [type=checkbox] {
|
|
margin: 0;
|
|
}
|
|
.dup-styles .dup-table-list tbody .row-details {
|
|
display: none;
|
|
}
|
|
.dup-styles .dup-table-list.valign-top th,
|
|
.dup-styles .dup-table-list.valign-top td {
|
|
vertical-align: top;
|
|
}
|
|
.dup-styles .dup-table-list.small th,
|
|
.dup-styles .dup-table-list.small td {
|
|
padding: 5px 10px;
|
|
}
|
|
.dup-styles .dup-table-list.small tbody tr td {
|
|
height: 30px;
|
|
}
|
|
.dup-styles .dup-table-list.storage-select-list .storage-checkbox {
|
|
width: 2%;
|
|
min-width: 10px;
|
|
}
|
|
.dup-styles .dup-table-list.storage-select-list .storage-type,
|
|
.dup-styles .dup-table-list.storage-select-list .storage-name {
|
|
width: 24%;
|
|
white-space: nowrap;
|
|
}
|
|
.dup-styles .dup-table-list.storage-select-list .storage-location {
|
|
width: 50%;
|
|
}
|
|
.dup-styles .tablenav {
|
|
clear: both;
|
|
height: 30px;
|
|
margin: 6px 0 4px;
|
|
padding-top: 5px;
|
|
vertical-align: middle;
|
|
}
|
|
.dup-styles .tablenav .tablenav-pages .current-page {
|
|
margin: 0 2px 0 0;
|
|
font-size: 13px;
|
|
text-align: center;
|
|
width: 50px;
|
|
display: inline;
|
|
}
|
|
.dup-styles .tablenav .total-pages {
|
|
margin-right: 2px;
|
|
}
|
|
.dup-styles .tablenav #table-paging {
|
|
margin-left: 2px;
|
|
}
|
|
.dup-styles .tablenav .tablenav.themes {
|
|
max-width: 98%;
|
|
}
|
|
.dup-styles .tablenav .tablenav-pages {
|
|
float: right;
|
|
margin: 0 0 9px;
|
|
}
|
|
.dup-styles .tablenav .no-pages,
|
|
.dup-styles .tablenav .one-page .pagination-links {
|
|
display: none;
|
|
}
|
|
.dup-styles .tablenav .pagination-links {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 5px;
|
|
}
|
|
.dup-styles .tablenav .tablenav-pages .button,
|
|
.dup-styles .tablenav .tablenav-pages .tablenav-pages-navspan {
|
|
display: inline-block;
|
|
vertical-align: baseline;
|
|
min-width: 30px;
|
|
min-height: 30px;
|
|
height: 30px;
|
|
margin: 0;
|
|
padding: 0 4px;
|
|
font-size: 16px;
|
|
line-height: 1.625;
|
|
text-align: center;
|
|
}
|
|
.dup-styles .tablenav .tablenav-pages .button {
|
|
border-color: #2563eb;
|
|
color: #2563eb;
|
|
background: #fefefe;
|
|
}
|
|
.dup-styles .tablenav .displaying-num {
|
|
margin-right: 7px;
|
|
}
|
|
.dup-styles .tablenav .one-page .displaying-num {
|
|
display: inline-block;
|
|
margin: 5px 0;
|
|
}
|
|
.dup-styles .tablenav .actions {
|
|
padding: 0 8px 0 0;
|
|
}
|
|
.dup-styles .tablenav .delete {
|
|
margin-right: 20px;
|
|
}
|
|
.dup-styles .tablenav .view-switch {
|
|
float: right;
|
|
margin: 0 5px;
|
|
padding-top: 3px;
|
|
}
|
|
.dup-styles .dup-box {
|
|
padding: 0px;
|
|
display: block;
|
|
background-color: #fefefe;
|
|
border: 1px solid #c0c0c0;
|
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
|
margin-bottom: 1.25rem;
|
|
/*PANELS: Boxes that do not exapand */
|
|
}
|
|
.dup-styles .dup-box .dup-box-title {
|
|
position: relative;
|
|
font-size: 20px;
|
|
padding: 10px 15px 10px 15px;
|
|
line-height: 1;
|
|
font-weight: bold;
|
|
cursor: pointer;
|
|
height: 40px;
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
color: #1D2327;
|
|
}
|
|
.dup-styles .dup-box .dup-box-title:hover {
|
|
background-color: #e8e8e8;
|
|
}
|
|
.dup-styles .dup-box .dup-box-arrow {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 1.25rem;
|
|
display: block;
|
|
box-sizing: border-box;
|
|
background: transparent;
|
|
border: none;
|
|
text-decoration: none !important;
|
|
height: 40px;
|
|
font-size: 16px;
|
|
cursor: pointer;
|
|
color: #666666;
|
|
}
|
|
.dup-styles .dup-box .dup-box-panel {
|
|
padding: 20px;
|
|
border-top: 1px solid #c0c0c0;
|
|
}
|
|
.dup-styles .dup-box .dup-box-title-badge {
|
|
display: inline-block;
|
|
font-weight: normal;
|
|
margin-top: -3px;
|
|
font-size: 12px;
|
|
font-style: italic;
|
|
}
|
|
.dup-styles .dup-box .dupli-panel-optional-txt {
|
|
text-align: center;
|
|
font-style: italic;
|
|
font-size: 12px;
|
|
color: #666666;
|
|
}
|
|
.dup-styles .dup-box.disabled .dupli-panel-optional-txt {
|
|
color: #666666;
|
|
}
|
|
.dup-styles .dup-box .dupli-panel-optional-txt {
|
|
color: #d63638;
|
|
}
|
|
.dup-styles .categorydiv {
|
|
padding-top: 6px;
|
|
}
|
|
.dup-styles .categorydiv .category-tabs {
|
|
margin: 0;
|
|
}
|
|
.dup-styles .categorydiv .category-tabs li {
|
|
font-size: 16px;
|
|
line-height: 1;
|
|
padding: 5px 1.25rem;
|
|
border: 1px solid #e8e8e8;
|
|
border-bottom-color: transparent;
|
|
margin-right: 5px;
|
|
cursor: pointer;
|
|
}
|
|
.dup-styles .categorydiv .category-tabs li button {
|
|
cursor: pointer;
|
|
}
|
|
.dup-styles .categorydiv .category-tabs li.tabs {
|
|
border: 1px solid #c0c0c0;
|
|
border-bottom-color: #fefefe;
|
|
background: #fefefe;
|
|
}
|
|
.dup-styles .categorydiv .tabs-panel {
|
|
border: 1px solid #c0c0c0;
|
|
padding: 1.25rem;
|
|
box-sizing: border-box;
|
|
margin-top: 1px;
|
|
max-height: none;
|
|
min-height: 0;
|
|
}
|
|
.dup-styles .parsley-errors-list {
|
|
color: #d63638;
|
|
margin: 5px 0 0 0;
|
|
}
|
|
.dup-styles .parsley-custom-error-message,
|
|
.dup-styles .parsley-required {
|
|
margin-top: 5px;
|
|
padding: 5px;
|
|
color: #d63638;
|
|
border: 1px solid #d63638;
|
|
display: inline-block;
|
|
}
|
|
.dup-styles .dup-pseudo-checkbox {
|
|
display: inline-block;
|
|
width: 16px;
|
|
height: 16px;
|
|
border: 1px solid black;
|
|
position: relative;
|
|
top: 2px;
|
|
}
|
|
.dup-styles .dup-pseudo-checkbox.disabled {
|
|
border-color: silver;
|
|
}
|
|
.dup-styles .dup-pseudo-checkbox.checked::after {
|
|
content: "";
|
|
display: inline-block;
|
|
height: 6px;
|
|
width: 8px;
|
|
border-left: 2px solid;
|
|
border-bottom: 2px solid;
|
|
transform: rotate(-45deg);
|
|
position: absolute;
|
|
top: 2px;
|
|
left: 3px;
|
|
}
|
|
.dup-styles .dup-pseudo-checkbox.disabled.checked::after {
|
|
border-color: silver;
|
|
}
|
|
.dup-styles .select2 input:focus,
|
|
.dup-styles .select2 textarea:focus {
|
|
outline: none;
|
|
border-color: transparent;
|
|
background-color: transparent;
|
|
box-shadow: none;
|
|
}
|
|
.dup-styles .jstree-container-ul {
|
|
margin-left: 0;
|
|
}
|
|
.dup-styles .jstree-container-ul ul {
|
|
margin-left: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-node,
|
|
.dup-styles .jstree-snap .jstree-icon {
|
|
background-repeat: no-repeat;
|
|
background-color: transparent;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-anchor,
|
|
.dup-styles .jstree-snap .jstree-animated,
|
|
.dup-styles .jstree-snap .jstree-wholerow {
|
|
transition: background-color 0.15s, box-shadow 0.15s;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-hovered {
|
|
background: #e7f4f9;
|
|
border-radius: 2px;
|
|
box-shadow: inset 0 0 1px #cccccc;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-context {
|
|
background: #e7f4f9;
|
|
border-radius: 2px;
|
|
box-shadow: inset 0 0 1px #cccccc;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-clicked {
|
|
background: #beebff;
|
|
border-radius: 2px;
|
|
box-shadow: inset 0 0 1px #999999;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-no-icons .jstree-anchor > .jstree-themeicon {
|
|
display: none;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-disabled {
|
|
background: transparent;
|
|
color: #666666;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-disabled.jstree-hovered {
|
|
background: transparent;
|
|
box-shadow: none;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-disabled.jstree-clicked {
|
|
background: #efefef;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-disabled > .jstree-icon {
|
|
opacity: 0.8;
|
|
filter: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27><filter id=%27jstree-grayscale%27><feColorMatrix type=%27matrix%27 values=%270.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0%27/></filter></svg>#jstree-grayscale");
|
|
filter: gray; /* IE6-9 */
|
|
-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
|
|
}
|
|
.dup-styles .jstree-snap .jstree-search {
|
|
font-style: italic;
|
|
color: #8b0000;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-no-checkboxes .jstree-checkbox {
|
|
display: none !important;
|
|
}
|
|
.dup-styles .jstree-snap.jstree-checkbox-no-clicked .jstree-clicked {
|
|
background: transparent;
|
|
box-shadow: none;
|
|
}
|
|
.dup-styles .jstree-snap.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
|
|
background: #e7f4f9;
|
|
}
|
|
.dup-styles .jstree-snap.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
|
|
background: transparent;
|
|
}
|
|
.dup-styles .jstree-snap.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
|
|
background: #e7f4f9;
|
|
}
|
|
.dup-styles .jstree-snap > .jstree-striped {
|
|
min-width: 100%;
|
|
display: inline-block;
|
|
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==) left top repeat;
|
|
}
|
|
.dup-styles .jstree-snap > .jstree-wholerow-ul .jstree-hovered,
|
|
.dup-styles .jstree-snap > .jstree-wholerow-ul .jstree-clicked {
|
|
background: transparent;
|
|
box-shadow: none;
|
|
border-radius: 0;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-wholerow {
|
|
box-sizing: border-box;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-wholerow-hovered {
|
|
background: #e7f4f9;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-wholerow-clicked {
|
|
background: #beebff;
|
|
background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
|
|
}
|
|
.dup-styles .jstree-snap .jstree-node {
|
|
min-height: 24px;
|
|
line-height: 24px;
|
|
margin-left: 24px;
|
|
min-width: 24px;
|
|
background-position: -292px -4px;
|
|
background-repeat: repeat-y;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-anchor {
|
|
line-height: 24px;
|
|
height: 24px;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-icon {
|
|
width: 24px;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-icon:empty {
|
|
width: 24px;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
}
|
|
.dup-styles .jstree-snap.jstree-rtl .jstree-node {
|
|
margin-right: 24px;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-wholerow {
|
|
height: 24px;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-node,
|
|
.dup-styles .jstree-snap .jstree-icon {
|
|
background-image: url(images/32px.png);
|
|
}
|
|
.dup-styles .jstree-snap .jstree-last {
|
|
background: transparent;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-open > .jstree-ocl {
|
|
background-position: -132px -4px;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-closed > .jstree-ocl {
|
|
background-position: -100px -4px;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-leaf > .jstree-ocl {
|
|
background-position: -68px -4px;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-themeicon {
|
|
background-position: -260px -4px;
|
|
}
|
|
.dup-styles .jstree-snap.jstree-no-dots .jstree-node,
|
|
.dup-styles .jstree-snap.jstree-no-dots .jstree-leaf > .jstree-ocl {
|
|
background: transparent;
|
|
}
|
|
.dup-styles .jstree-snap.jstree-no-dots .jstree-open > .jstree-ocl {
|
|
background-position: -36px -4px;
|
|
}
|
|
.dup-styles .jstree-snap.jstree-no-dots .jstree-closed > .jstree-ocl {
|
|
background-position: -4px -4px;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-checkbox {
|
|
background-position: -164px -4px;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-checkbox:hover {
|
|
background-position: -164px -36px;
|
|
}
|
|
.dup-styles .jstree-snap.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
|
|
.dup-styles .jstree-snap .jstree-checked > .jstree-checkbox {
|
|
background-position: -228px -4px;
|
|
}
|
|
.dup-styles .jstree-snap.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
|
|
.dup-styles .jstree-snap .jstree-checked > .jstree-checkbox:hover {
|
|
background-position: -228px -36px;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-anchor > .jstree-undetermined {
|
|
background-position: -196px -4px;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-anchor > .jstree-undetermined:hover {
|
|
background-position: -196px -36px;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-checkbox-disabled {
|
|
background-position: -164px -69px !important;
|
|
filter: none;
|
|
}
|
|
.dup-styles .jstree-snap .core-node .jstree-checkbox-disabled {
|
|
cursor: help;
|
|
}
|
|
.dup-styles .jstree-snap .filtered-node .jstree-checkbox-disabled {
|
|
background-position: -197px -4px !important;
|
|
opacity: 1;
|
|
cursor: help;
|
|
}
|
|
.dup-styles .jstree-snap .filtered-node ul .jstree-checkbox {
|
|
display: none;
|
|
}
|
|
.dup-styles .jstree-snap > .jstree-striped {
|
|
background-size: auto 48px;
|
|
}
|
|
.dup-styles .jstree-snap.jstree-rtl .jstree-node {
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);
|
|
background-position: 100% 1px;
|
|
background-repeat: repeat-y;
|
|
}
|
|
.dup-styles .jstree-snap.jstree-rtl .jstree-last {
|
|
background: transparent;
|
|
}
|
|
.dup-styles .jstree-snap.jstree-rtl .jstree-open > .jstree-ocl {
|
|
background-position: -132px -36px;
|
|
}
|
|
.dup-styles .jstree-snap.jstree-rtl .jstree-closed > .jstree-ocl {
|
|
background-position: -100px -36px;
|
|
}
|
|
.dup-styles .jstree-snap.jstree-rtl .jstree-leaf > .jstree-ocl {
|
|
background-position: -68px -36px;
|
|
}
|
|
.dup-styles .jstree-snap.jstree-rtl.jstree-no-dots .jstree-node,
|
|
.dup-styles .jstree-snap.jstree-rtl.jstree-no-dots .jstree-leaf > .jstree-ocl {
|
|
background: transparent;
|
|
}
|
|
.dup-styles .jstree-snap.jstree-rtl.jstree-no-dots .jstree-open > .jstree-ocl {
|
|
background-position: -36px -36px;
|
|
}
|
|
.dup-styles .jstree-snap.jstree-rtl.jstree-no-dots .jstree-closed > .jstree-ocl {
|
|
background-position: -4px -36px;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-themeicon-custom {
|
|
background-color: transparent;
|
|
background-image: none;
|
|
background-position: 0 0;
|
|
}
|
|
.dup-styles .jstree-snap > .jstree-container-ul .jstree-loading > .jstree-ocl {
|
|
background: url(images/throbber.gif) center center no-repeat;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-file {
|
|
background: url(images/32px.png) -100px -68px no-repeat;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-folder {
|
|
background: url(images/32px.png) -260px -4px no-repeat;
|
|
}
|
|
.dup-styles .jstree-snap > .jstree-container-ul > .jstree-node {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-ellipsis {
|
|
overflow: hidden;
|
|
}
|
|
.dup-styles .jstree-snap .jstree-ellipsis .jstree-anchor {
|
|
width: calc(100% - 29px);
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
.dup-styles .jstree-snap-small .jstree-node {
|
|
min-height: 18px;
|
|
line-height: 18px;
|
|
margin-left: 18px;
|
|
min-width: 18px;
|
|
background-position: -295px -7px;
|
|
background-repeat: repeat-y;
|
|
}
|
|
.dup-styles .jstree-snap-small .jstree-anchor {
|
|
line-height: 18px;
|
|
height: 18px;
|
|
}
|
|
.dup-styles .jstree-snap-small .jstree-icon {
|
|
width: 18px;
|
|
height: 18px;
|
|
line-height: 18px;
|
|
}
|
|
.dup-styles .jstree-snap-small .jstree-icon:empty {
|
|
width: 18px;
|
|
height: 18px;
|
|
line-height: 18px;
|
|
}
|
|
.dup-styles .jstree-snap-small.jstree-rtl .jstree-node {
|
|
margin-right: 18px;
|
|
}
|
|
.dup-styles .jstree-snap-small .jstree-wholerow {
|
|
height: 18px;
|
|
}
|
|
.dup-styles .jstree-snap-small .jstree-node,
|
|
.dup-styles .jstree-snap-small .jstree-icon {
|
|
background-image: url(images/32px.png);
|
|
}
|
|
.dup-styles .jstree-snap-small .jstree-last {
|
|
background: transparent;
|
|
}
|
|
.dup-styles .jstree-snap-small .jstree-open > .jstree-ocl {
|
|
background-position: -135px -7px;
|
|
}
|
|
.dup-styles .jstree-snap-small .jstree-closed > .jstree-ocl {
|
|
background-position: -103px -7px;
|
|
}
|
|
.dup-styles .jstree-snap-small .jstree-leaf > .jstree-ocl {
|
|
background-position: -71px -7px;
|
|
}
|
|
.dup-styles .jstree-snap-small .jstree-themeicon {
|
|
background-position: -263px -7px;
|
|
}
|
|
.dup-styles .jstree-snap-small.jstree-no-dots .jstree-node,
|
|
.dup-styles .jstree-snap-small.jstree-no-dots .jstree-leaf > .jstree-ocl {
|
|
background: transparent;
|
|
}
|
|
.dup-styles .jstree-snap-small.jstree-no-dots .jstree-open > .jstree-ocl {
|
|
background-position: -39px -7px;
|
|
}
|
|
.dup-styles .jstree-snap-small.jstree-no-dots .jstree-closed > .jstree-ocl {
|
|
background-position: -7px -7px;
|
|
}
|
|
.dup-styles .jstree-snap-small .jstree-disabled {
|
|
background: transparent;
|
|
}
|
|
.dup-styles .jstree-snap-small .jstree-disabled.jstree-hovered {
|
|
background: transparent;
|
|
}
|
|
.dup-styles .jstree-snap-small .jstree-disabled.jstree-clicked {
|
|
background: #efefef;
|
|
}
|
|
.dup-styles .jstree-snap-small .jstree-checkbox {
|
|
background-position: -167px -7px;
|
|
}
|
|
.dup-styles .jstree-snap-small .jstree-checkbox:hover {
|
|
background-position: -167px -39px;
|
|
}
|
|
.dup-styles .jstree-snap-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
|
|
.dup-styles .jstree-snap-small .jstree-checked > .jstree-checkbox {
|
|
background-position: -231px -7px;
|
|
}
|
|
.dup-styles .jstree-snap-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
|
|
.dup-styles .jstree-snap-small .jstree-checked > .jstree-checkbox:hover {
|
|
background-position: -231px -39px;
|
|
}
|
|
.dup-styles .jstree-snap-small .jstree-anchor > .jstree-undetermined {
|
|
background-position: -199px -7px;
|
|
}
|
|
.dup-styles .jstree-snap-small .jstree-anchor > .jstree-undetermined:hover {
|
|
background-position: -199px -39px;
|
|
}
|
|
.dup-styles .jstree-snap-small .jstree-checkbox-disabled {
|
|
opacity: 0.8;
|
|
filter: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27><filter id=%27jstree-grayscale%27><feColorMatrix type=%27matrix%27 values=%270.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0%27/></filter></svg>#jstree-grayscale");
|
|
filter: gray;
|
|
-webkit-filter: grayscale(100%);
|
|
}
|
|
.dup-styles .jstree-snap-small > .jstree-striped {
|
|
background-size: auto 36px;
|
|
}
|
|
.dup-styles .jstree-snap-small.jstree-rtl .jstree-node {
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);
|
|
background-position: 100% 1px;
|
|
background-repeat: repeat-y;
|
|
}
|
|
.dup-styles .jstree-snap-small.jstree-rtl .jstree-last {
|
|
background: transparent;
|
|
}
|
|
.dup-styles .jstree-snap-small.jstree-rtl .jstree-open > .jstree-ocl {
|
|
background-position: -135px -39px;
|
|
}
|
|
.dup-styles .jstree-snap-small.jstree-rtl .jstree-closed > .jstree-ocl {
|
|
background-position: -103px -39px;
|
|
}
|
|
.dup-styles .jstree-snap-small.jstree-rtl .jstree-leaf > .jstree-ocl {
|
|
background-position: -71px -39px;
|
|
}
|
|
.dup-styles .jstree-snap-small.jstree-rtl.jstree-no-dots .jstree-node,
|
|
.dup-styles .jstree-snap-small.jstree-rtl.jstree-no-dots .jstree-leaf > .jstree-ocl {
|
|
background: transparent;
|
|
}
|
|
.dup-styles .jstree-snap-small.jstree-rtl.jstree-no-dots .jstree-open > .jstree-ocl {
|
|
background-position: -39px -39px;
|
|
}
|
|
.dup-styles .jstree-snap-small.jstree-rtl.jstree-no-dots .jstree-closed > .jstree-ocl {
|
|
background-position: -7px -39px;
|
|
}
|
|
.dup-styles .jstree-snap-small .jstree-themeicon-custom {
|
|
background-color: transparent;
|
|
background-image: none;
|
|
background-position: 0 0;
|
|
}
|
|
.dup-styles .jstree-snap-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
|
|
background: url(images/throbber.gif) center center no-repeat;
|
|
}
|
|
.dup-styles .jstree-snap-small .jstree-file {
|
|
background: url(images/32px.png) -103px -71px no-repeat;
|
|
}
|
|
.dup-styles .jstree-snap-small .jstree-folder {
|
|
background: url(images/32px.png) -263px -7px no-repeat;
|
|
}
|
|
.dup-styles .jstree-snap-small > .jstree-container-ul > .jstree-node {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
.dup-styles .jstree-snap-small .jstree-ellipsis {
|
|
overflow: hidden;
|
|
}
|
|
.dup-styles .jstree-snap-small .jstree-ellipsis .jstree-anchor {
|
|
width: calc(100% - 23px);
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
.dup-styles .jstree-snap-large .jstree-node {
|
|
min-height: 32px;
|
|
line-height: 32px;
|
|
margin-left: 32px;
|
|
min-width: 32px;
|
|
background-position: -288px 0px;
|
|
background-repeat: repeat-y;
|
|
}
|
|
.dup-styles .jstree-snap-large .jstree-anchor {
|
|
line-height: 32px;
|
|
height: 32px;
|
|
}
|
|
.dup-styles .jstree-snap-large .jstree-icon {
|
|
width: 32px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.dup-styles .jstree-snap-large .jstree-icon:empty {
|
|
width: 32px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.dup-styles .jstree-snap-large.jstree-rtl .jstree-node {
|
|
margin-right: 32px;
|
|
}
|
|
.dup-styles .jstree-snap-large .jstree-wholerow {
|
|
height: 32px;
|
|
}
|
|
.dup-styles .jstree-snap-large .jstree-node,
|
|
.dup-styles .jstree-snap-large .jstree-icon {
|
|
background-image: url(images/32px.png);
|
|
}
|
|
.dup-styles .jstree-snap-large .jstree-last {
|
|
background: transparent;
|
|
}
|
|
.dup-styles .jstree-snap-large .jstree-open > .jstree-ocl {
|
|
background-position: -128px 0px;
|
|
}
|
|
.dup-styles .jstree-snap-large .jstree-closed > .jstree-ocl {
|
|
background-position: -96px 0px;
|
|
}
|
|
.dup-styles .jstree-snap-large .jstree-leaf > .jstree-ocl {
|
|
background-position: -64px 0px;
|
|
}
|
|
.dup-styles .jstree-snap-large .jstree-themeicon {
|
|
background-position: -256px 0px;
|
|
}
|
|
.dup-styles .jstree-snap-large.jstree-no-dots .jstree-node,
|
|
.dup-styles .jstree-snap-large.jstree-no-dots .jstree-leaf > .jstree-ocl {
|
|
background: transparent;
|
|
}
|
|
.dup-styles .jstree-snap-large.jstree-no-dots .jstree-open > .jstree-ocl {
|
|
background-position: -32px 0px;
|
|
}
|
|
.dup-styles .jstree-snap-large.jstree-no-dots .jstree-closed > .jstree-ocl {
|
|
background-position: 0px 0px;
|
|
}
|
|
.dup-styles .jstree-snap-large .jstree-disabled {
|
|
background: transparent;
|
|
}
|
|
.dup-styles .jstree-snap-large .jstree-disabled.jstree-hovered {
|
|
background: transparent;
|
|
}
|
|
.dup-styles .jstree-snap-large .jstree-disabled.jstree-clicked {
|
|
background: #efefef;
|
|
}
|
|
.dup-styles .jstree-snap-large .jstree-checkbox {
|
|
background-position: -160px 0px;
|
|
}
|
|
.dup-styles .jstree-snap-large .jstree-checkbox:hover {
|
|
background-position: -160px -32px;
|
|
}
|
|
.dup-styles .jstree-snap-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
|
|
.dup-styles .jstree-snap-large .jstree-checked > .jstree-checkbox {
|
|
background-position: -224px 0px;
|
|
}
|
|
.dup-styles .jstree-snap-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
|
|
.dup-styles .jstree-snap-large .jstree-checked > .jstree-checkbox:hover {
|
|
background-position: -224px -32px;
|
|
}
|
|
.dup-styles .jstree-snap-large .jstree-anchor > .jstree-undetermined {
|
|
background-position: -192px 0px;
|
|
}
|
|
.dup-styles .jstree-snap-large .jstree-anchor > .jstree-undetermined:hover {
|
|
background-position: -192px -32px;
|
|
}
|
|
.dup-styles .jstree-snap-large .jstree-checkbox-disabled {
|
|
opacity: 0.8;
|
|
filter: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27><filter id=%27jstree-grayscale%27><feColorMatrix type=%27matrix%27 values=%270.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0%27/></filter></svg>#jstree-grayscale");
|
|
filter: gray;
|
|
-webkit-filter: grayscale(100%);
|
|
}
|
|
.dup-styles .jstree-snap-large > .jstree-striped {
|
|
background-size: auto 64px;
|
|
}
|
|
.dup-styles .jstree-snap-large.jstree-rtl .jstree-node {
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);
|
|
background-position: 100% 1px;
|
|
background-repeat: repeat-y;
|
|
}
|
|
.dup-styles .jstree-snap-large.jstree-rtl .jstree-last {
|
|
background: transparent;
|
|
}
|
|
.dup-styles .jstree-snap-large.jstree-rtl .jstree-open > .jstree-ocl {
|
|
background-position: -128px -32px;
|
|
}
|
|
.dup-styles .jstree-snap-large.jstree-rtl .jstree-closed > .jstree-ocl {
|
|
background-position: -96px -32px;
|
|
}
|
|
.dup-styles .jstree-snap-large.jstree-rtl .jstree-leaf > .jstree-ocl {
|
|
background-position: -64px -32px;
|
|
}
|
|
.dup-styles .jstree-snap-large.jstree-rtl.jstree-no-dots .jstree-node,
|
|
.dup-styles .jstree-snap-large.jstree-rtl.jstree-no-dots .jstree-leaf > .jstree-ocl {
|
|
background: transparent;
|
|
}
|
|
.dup-styles .jstree-snap-large.jstree-rtl.jstree-no-dots .jstree-open > .jstree-ocl {
|
|
background-position: -32px -32px;
|
|
}
|
|
.dup-styles .jstree-snap-large.jstree-rtl.jstree-no-dots .jstree-closed > .jstree-ocl {
|
|
background-position: 0px -32px;
|
|
}
|
|
.dup-styles .jstree-snap-large .jstree-themeicon-custom {
|
|
background-color: transparent;
|
|
background-image: none;
|
|
background-position: 0 0;
|
|
}
|
|
.dup-styles .jstree-snap-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
|
|
background: url(images/throbber.gif) center center no-repeat;
|
|
}
|
|
.dup-styles .jstree-snap-large .jstree-file {
|
|
background: url(images/32px.png) -96px -64px no-repeat;
|
|
}
|
|
.dup-styles .jstree-snap-large .jstree-folder {
|
|
background: url(images/32px.png) -256px 0px no-repeat;
|
|
}
|
|
.dup-styles .jstree-snap-large > .jstree-container-ul > .jstree-node {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
.dup-styles .jstree-snap-large .jstree-ellipsis {
|
|
overflow: hidden;
|
|
}
|
|
.dup-styles .jstree-snap-large .jstree-ellipsis .jstree-anchor {
|
|
width: calc(100% - 37px);
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
.dup-styles #jstree-dnd.jstree-snap {
|
|
line-height: 24px;
|
|
padding: 0 4px;
|
|
}
|
|
.dup-styles #jstree-dnd.jstree-snap .jstree-ok,
|
|
.dup-styles #jstree-dnd.jstree-snap .jstree-er {
|
|
background-image: url(images/32px.png);
|
|
background-repeat: no-repeat;
|
|
background-color: transparent;
|
|
}
|
|
.dup-styles #jstree-dnd.jstree-snap i {
|
|
background: transparent;
|
|
width: 24px;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
}
|
|
.dup-styles #jstree-dnd.jstree-snap .jstree-ok {
|
|
background-position: -4px -68px;
|
|
}
|
|
.dup-styles #jstree-dnd.jstree-snap .jstree-er {
|
|
background-position: -36px -68px;
|
|
}
|
|
.dup-styles #jstree-dnd.jstree-snap-small {
|
|
line-height: 18px;
|
|
padding: 0 4px;
|
|
}
|
|
.dup-styles #jstree-dnd.jstree-snap-small .jstree-ok,
|
|
.dup-styles #jstree-dnd.jstree-snap-small .jstree-er {
|
|
background-image: url(images/32px.png);
|
|
background-repeat: no-repeat;
|
|
background-color: transparent;
|
|
}
|
|
.dup-styles #jstree-dnd.jstree-snap-small i {
|
|
background: transparent;
|
|
width: 18px;
|
|
height: 18px;
|
|
line-height: 18px;
|
|
}
|
|
.dup-styles #jstree-dnd.jstree-snap-small .jstree-ok {
|
|
background-position: -7px -71px;
|
|
}
|
|
.dup-styles #jstree-dnd.jstree-snap-small .jstree-er {
|
|
background-position: -39px -71px;
|
|
}
|
|
.dup-styles #jstree-dnd.jstree-snap-large {
|
|
line-height: 32px;
|
|
padding: 0 4px;
|
|
}
|
|
.dup-styles #jstree-dnd.jstree-snap-large .jstree-ok,
|
|
.dup-styles #jstree-dnd.jstree-snap-large .jstree-er {
|
|
background-image: url(images/32px.png);
|
|
background-repeat: no-repeat;
|
|
background-color: transparent;
|
|
}
|
|
.dup-styles #jstree-dnd.jstree-snap-large i {
|
|
background: transparent;
|
|
width: 32px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.dup-styles #jstree-dnd.jstree-snap-large .jstree-ok {
|
|
background-position: 0px -64px;
|
|
}
|
|
.dup-styles #jstree-dnd.jstree-snap-large .jstree-er {
|
|
background-position: -32px -64px;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.dup-styles #jstree-dnd.jstree-dnd-responsive {
|
|
line-height: 40px;
|
|
font-weight: bold;
|
|
font-size: 1.1em;
|
|
text-shadow: 1px 1px white;
|
|
}
|
|
.dup-styles #jstree-dnd.jstree-dnd-responsive > i {
|
|
background: transparent;
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
.dup-styles #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
|
|
background-image: url(images/40px.png);
|
|
background-position: 0 -200px;
|
|
background-size: 120px 240px;
|
|
}
|
|
.dup-styles #jstree-dnd.jstree-dnd-responsive > .jstree-er {
|
|
background-image: url(images/40px.png);
|
|
background-position: -40px -200px;
|
|
background-size: 120px 240px;
|
|
}
|
|
.dup-styles #jstree-marker.jstree-dnd-responsive {
|
|
border-left-width: 10px;
|
|
border-top-width: 10px;
|
|
border-bottom-width: 10px;
|
|
margin-top: -10px;
|
|
}
|
|
.dup-styles .jstree-snap-responsive .jstree-icon {
|
|
background-image: url(images/40px.png);
|
|
}
|
|
.dup-styles .jstree-snap-responsive .jstree-node,
|
|
.dup-styles .jstree-snap-responsive .jstree-leaf > .jstree-ocl {
|
|
background: transparent;
|
|
}
|
|
.dup-styles .jstree-snap-responsive .jstree-node {
|
|
min-height: 40px;
|
|
line-height: 40px;
|
|
margin-left: 40px;
|
|
min-width: 40px;
|
|
white-space: nowrap;
|
|
background-position: -80px 0;
|
|
background-repeat: repeat-y;
|
|
}
|
|
.dup-styles .jstree-snap-responsive .jstree-anchor {
|
|
line-height: 40px;
|
|
height: 40px;
|
|
font-weight: bold;
|
|
font-size: 1.1em;
|
|
text-shadow: 1px 1px white;
|
|
}
|
|
.dup-styles .jstree-snap-responsive .jstree-icon,
|
|
.dup-styles .jstree-snap-responsive .jstree-icon:empty {
|
|
width: 40px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
}
|
|
.dup-styles .jstree-snap-responsive > .jstree-container-ul > .jstree-node {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
.dup-styles .jstree-snap-responsive.jstree-rtl .jstree-node {
|
|
margin-left: 0;
|
|
margin-right: 40px;
|
|
background: transparent;
|
|
}
|
|
.dup-styles .jstree-snap-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
|
|
margin-right: 0;
|
|
}
|
|
.dup-styles .jstree-snap-responsive .jstree-ocl,
|
|
.dup-styles .jstree-snap-responsive .jstree-themeicon,
|
|
.dup-styles .jstree-snap-responsive .jstree-checkbox {
|
|
background-size: 120px 240px;
|
|
}
|
|
.dup-styles .jstree-snap-responsive .jstree-leaf > .jstree-ocl, .dup-styles .jstree-snap-responsive.jstree-rtl .jstree-leaf > .jstree-ocl {
|
|
background: transparent;
|
|
}
|
|
.dup-styles .jstree-snap-responsive .jstree-open > .jstree-ocl {
|
|
background-position: 0 0 !important;
|
|
}
|
|
.dup-styles .jstree-snap-responsive .jstree-closed > .jstree-ocl {
|
|
background-position: 0 -40px !important;
|
|
}
|
|
.dup-styles .jstree-snap-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
|
|
background-position: -40px 0 !important;
|
|
}
|
|
.dup-styles .jstree-snap-responsive .jstree-themeicon {
|
|
background-position: -40px -40px;
|
|
}
|
|
.dup-styles .jstree-snap-responsive .jstree-checkbox,
|
|
.dup-styles .jstree-snap-responsive .jstree-checkbox:hover {
|
|
background-position: -40px -80px;
|
|
}
|
|
.dup-styles .jstree-snap-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .dup-styles .jstree-snap-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
|
|
.dup-styles .jstree-snap-responsive .jstree-checked > .jstree-checkbox,
|
|
.dup-styles .jstree-snap-responsive .jstree-checked > .jstree-checkbox:hover {
|
|
background-position: 0 -80px;
|
|
}
|
|
.dup-styles .jstree-snap-responsive .jstree-anchor > .jstree-undetermined,
|
|
.dup-styles .jstree-snap-responsive .jstree-anchor > .jstree-undetermined:hover {
|
|
background-position: 0 -120px;
|
|
}
|
|
.dup-styles .jstree-snap-responsive > .jstree-striped {
|
|
background: transparent;
|
|
}
|
|
.dup-styles .jstree-snap-responsive .jstree-wholerow {
|
|
border-top: 1px solid rgba(255, 255, 255, 0.7);
|
|
border-bottom: 1px solid rgba(64, 64, 64, 0.2);
|
|
background: #ebebeb;
|
|
height: 40px;
|
|
}
|
|
.dup-styles .jstree-snap-responsive .jstree-wholerow-hovered {
|
|
background: #e7f4f9;
|
|
}
|
|
.dup-styles .jstree-snap-responsive .jstree-wholerow-clicked {
|
|
background: #beebff;
|
|
}
|
|
.dup-styles .jstree-snap-responsive .jstree-children .jstree-last > .jstree-wholerow {
|
|
box-shadow: inset 0 -6px 3px -5px #666666;
|
|
}
|
|
.dup-styles .jstree-snap-responsive .jstree-children .jstree-open > .jstree-wholerow {
|
|
box-shadow: inset 0 6px 3px -5px #666666;
|
|
border-top: 0;
|
|
}
|
|
.dup-styles .jstree-snap-responsive .jstree-children .jstree-open + .jstree-open {
|
|
box-shadow: none;
|
|
}
|
|
.dup-styles .jstree-snap-responsive .jstree-node,
|
|
.dup-styles .jstree-snap-responsive .jstree-icon,
|
|
.dup-styles .jstree-snap-responsive .jstree-node > .jstree-ocl,
|
|
.dup-styles .jstree-snap-responsive .jstree-themeicon,
|
|
.dup-styles .jstree-snap-responsive .jstree-checkbox {
|
|
background-image: url(images/40px.png);
|
|
background-size: 120px 240px;
|
|
}
|
|
.dup-styles .jstree-snap-responsive .jstree-last {
|
|
background: transparent;
|
|
}
|
|
.dup-styles .jstree-snap-responsive .jstree-leaf > .jstree-ocl {
|
|
background-position: -40px -120px;
|
|
}
|
|
.dup-styles .jstree-snap-responsive .jstree-last > .jstree-ocl {
|
|
background-position: -40px -160px;
|
|
}
|
|
.dup-styles .jstree-snap-responsive .jstree-themeicon-custom {
|
|
background-color: transparent;
|
|
background-image: none;
|
|
background-position: 0 0;
|
|
}
|
|
.dup-styles .jstree-snap-responsive .jstree-file {
|
|
background: url(images/40px.png) 0 -160px no-repeat;
|
|
background-size: 120px 240px;
|
|
}
|
|
.dup-styles .jstree-snap-responsive .jstree-folder {
|
|
background: url(images/40px.png) -40px -40px no-repeat;
|
|
background-size: 120px 240px;
|
|
}
|
|
}
|
|
.dup-styles .dup-accordion-wrapper .accordion-header {
|
|
position: relative;
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
}
|
|
.dup-styles .dup-accordion-wrapper .accordion-header:after {
|
|
font-family: "Font Awesome 6 Free";
|
|
font-weight: 900;
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
right: 1.25rem;
|
|
font-size: 20px;
|
|
}
|
|
.dup-styles .dup-accordion-wrapper.close .accordion-header:after {
|
|
content: "\f078";
|
|
}
|
|
.dup-styles .dup-accordion-wrapper.close .accordion-content {
|
|
overflow: hidden;
|
|
height: 0;
|
|
opacity: 0;
|
|
}
|
|
.dup-styles .dup-accordion-wrapper.open .accordion-header:after {
|
|
content: "\f077";
|
|
}
|
|
.dup-styles .dup-accordion-wrapper.open .accordion-content {
|
|
overflow: hidden;
|
|
height: auto;
|
|
opacity: 1;
|
|
}
|
|
.dup-styles .dup-accordion-wrapper.display-separators {
|
|
border-top: 1px solid #c0c0c0;
|
|
border-bottom: 1px solid #c0c0c0;
|
|
}
|
|
.dup-styles .dup-accordion-wrapper.display-separators.open .accordion-header {
|
|
border-bottom: 1px solid #c0c0c0;
|
|
}
|
|
.dup-styles .dup-accordion-wrapper.display-separators.open .accordion-content {
|
|
padding-top: 1.25rem;
|
|
}
|
|
.dup-styles .dup-accordion-wrapper.display-separators + .display-separators {
|
|
border-top: 0 none;
|
|
}
|
|
.dup-styles .dupli-meter-wrapper {
|
|
position: relative;
|
|
flex-grow: 1;
|
|
}
|
|
.dup-styles .dupli-meter-wrapper .text {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
color: #fefefe;
|
|
transform: translate(-50%, -50%);
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .dupli-meter {
|
|
height: 30px;
|
|
/* Can be anything */
|
|
position: relative;
|
|
background: #c0c0c0;
|
|
border-radius: 4px;
|
|
box-sizing: border-box;
|
|
box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
|
|
}
|
|
.dup-styles #dupli-ajax-loader {
|
|
display: none;
|
|
opacity: 0;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 100000000;
|
|
width: 100%;
|
|
height: 100%;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background-color: rgba(200, 200, 200, 0.3);
|
|
}
|
|
.dup-styles #dup-ajax-loader-img-wrapper {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
opacity: 0.6;
|
|
}
|
|
.dup-styles #dup-ajax-loader-img-wrapper img {
|
|
animation-name: ajax-loader-spin;
|
|
animation-duration: 2s;
|
|
animation-iteration-count: infinite;
|
|
animation-timing-function: linear;
|
|
width: 100px;
|
|
}
|
|
@keyframes ajax-loader-spin {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
.dup-styles .dupli-meter > span {
|
|
display: block;
|
|
height: 100%;
|
|
border-radius: 4px;
|
|
background-color: rgb(43, 194, 83);
|
|
background-image: linear-gradient(to top, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69%);
|
|
box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.dup-styles .dupli-meter > span:after,
|
|
.dup-styles .animate > span > span {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
|
|
z-index: 1;
|
|
background-size: 50px 50px;
|
|
animation: move 2s linear infinite;
|
|
border-radius: 4px;
|
|
overflow: hidden;
|
|
}
|
|
.dup-styles .dupli-meter .animate > span:after {
|
|
display: none;
|
|
}
|
|
.dup-styles .dupli-meter.dupli-fullsize > span {
|
|
width: 100%;
|
|
}
|
|
@keyframes move {
|
|
0% {
|
|
background-position: 0 0;
|
|
}
|
|
100% {
|
|
background-position: 50px 50px;
|
|
}
|
|
}
|
|
.dup-styles .dupli-meter.orange > span {
|
|
background-color: #f1a165;
|
|
background-image: linear-gradient(to bottom, #f1a165, #f36d0a);
|
|
}
|
|
.dup-styles .dupli-meter.red > span {
|
|
background-color: #f0a3a3;
|
|
background-image: linear-gradient(to bottom, #f0a3a3, #f42323);
|
|
}
|
|
.dup-styles .dupli-meter.blue > span {
|
|
background-color: #6088FF;
|
|
background-image: linear-gradient(to bottom, #6088FF, #1A1AFF);
|
|
}
|
|
.dup-styles .dupli-meter.green > span {
|
|
background-color: #56b21e;
|
|
background-image: linear-gradient(to bottom, #59b71e, #56b21e);
|
|
}
|
|
.dup-styles .nostripes > span > span,
|
|
.dup-styles .nostripes > span:after {
|
|
animation: none;
|
|
background-image: none;
|
|
}
|
|
.dup-styles .center-xy {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
.dup-styles .dup-storage-type-selector {
|
|
max-width: 800px;
|
|
}
|
|
.dup-styles .dup-storage-type-selector__current {
|
|
display: inline-flex;
|
|
box-sizing: border-box;
|
|
height: 40px;
|
|
align-items: center;
|
|
gap: 10px;
|
|
padding: 5px 10px;
|
|
background: #fefefe;
|
|
border: 1px solid #e8e8e8;
|
|
border-radius: 4px;
|
|
transition: all 0.25s ease-out;
|
|
margin-right: 10px;
|
|
}
|
|
.dup-styles .dup-storage-type-selector__current .dup-storage-icon {
|
|
width: inherit;
|
|
height: 20px;
|
|
margin: 0;
|
|
}
|
|
.dup-styles .dup-storage-type-selector__toggle {
|
|
position: relative;
|
|
top: -7px;
|
|
}
|
|
.dup-styles .dup-storage-type-selector__toggle::after {
|
|
content: "\f078";
|
|
font-family: "Font Awesome 6 Free";
|
|
font-weight: 900;
|
|
transition: transform 0.3s ease;
|
|
}
|
|
.dup-styles .dup-storage-type-selector__grid {
|
|
max-height: 0;
|
|
overflow: hidden;
|
|
opacity: 0;
|
|
transition: max-height 0.4s ease-out, opacity 0.3s ease-out;
|
|
}
|
|
.dup-styles .dup-storage-type-selector__grid-inner {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
|
|
gap: 1rem;
|
|
padding: 1rem;
|
|
background: #fefefe;
|
|
border: 1px solid #e8e8e8;
|
|
border-radius: 4px;
|
|
}
|
|
.dup-styles .dup-storage-type-selector.is-open .dup-storage-type-selector__grid {
|
|
max-height: 1000px;
|
|
opacity: 1;
|
|
}
|
|
.dup-styles .dup-storage-type-selector.is-open .dup-storage-type-selector__toggle::after {
|
|
transform: rotate(180deg);
|
|
}
|
|
.dup-styles .dup-storage-type-selector.is-open #change-mode {
|
|
display: none;
|
|
}
|
|
.dup-styles .dup-storage-card {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 5px;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100px;
|
|
height: 100px;
|
|
padding: 0.5rem;
|
|
background: #fefefe;
|
|
border: 2px solid #e8e8e8;
|
|
border-radius: 4px;
|
|
cursor: pointer;
|
|
transition: all 0.25s ease-out;
|
|
}
|
|
.dup-styles .dup-storage-card input[type=radio] {
|
|
position: absolute;
|
|
opacity: 0;
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
.dup-styles .dup-storage-card input[type=radio]:focus + label {
|
|
outline: 2px solid #fe4716;
|
|
outline-offset: 2px;
|
|
}
|
|
.dup-styles .dup-storage-card .label {
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.dup-styles .dup-storage-card i, .dup-styles .dup-storage-card img {
|
|
font-size: 2.5rem;
|
|
width: 60px;
|
|
height: auto;
|
|
transition: transform 0.25s ease-out;
|
|
}
|
|
.dup-styles .dup-storage-card:hover {
|
|
border-color: #c0c0c0;
|
|
transform: translateY(-2px);
|
|
box-shadow: 0 4px 8px rgba(29, 35, 39, 0.1);
|
|
}
|
|
.dup-styles .dup-storage-card:hover i, .dup-styles .dup-storage-card:hover img {
|
|
transform: scale(1.1);
|
|
}
|
|
.dup-styles .dup-storage-card.is-selected {
|
|
border-color: #fe4716;
|
|
border-width: 3px;
|
|
background: rgba(254, 71, 22, 0.05);
|
|
}
|
|
.dup-styles .dup-storage-card.is-selected::after {
|
|
content: "\f00c";
|
|
font-family: "Font Awesome 6 Free";
|
|
font-weight: 900;
|
|
position: absolute;
|
|
top: 0.25rem;
|
|
right: 0.25rem;
|
|
width: 1.25rem;
|
|
height: 1.25rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: #fe4716;
|
|
color: #fefefe;
|
|
border-radius: 50%;
|
|
font-size: 0.625rem;
|
|
}
|
|
.dup-styles .dup-storage-card.is-disabled {
|
|
cursor: not-allowed;
|
|
opacity: 0.5;
|
|
}
|
|
.dup-styles .dup-storage-card.is-disabled:hover {
|
|
border-color: #e8e8e8;
|
|
transform: none;
|
|
box-shadow: none;
|
|
}
|
|
.dup-styles .dup-storage-card.is-disabled:hover i, .dup-styles .dup-storage-card.is-disabled:hover img {
|
|
transform: none;
|
|
}
|
|
.dup-styles .dup-storage-card__disabled-overlay {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(254, 254, 254, 0.7);
|
|
pointer-events: none;
|
|
border-radius: 4px;
|
|
}
|
|
.dup-styles .dup-storage-grid-break {
|
|
grid-column-start: auto;
|
|
grid-column-end: -1;
|
|
height: 0;
|
|
width: 0;
|
|
visibility: hidden;
|
|
}
|
|
.dup-styles #dup-notifications {
|
|
position: relative;
|
|
background: #ffffff 0 0 no-repeat padding-box;
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
|
|
border-radius: 6px;
|
|
opacity: 1;
|
|
min-height: 48px;
|
|
margin: 10px 0 20px 0;
|
|
}
|
|
.dup-styles #dup-notifications * {
|
|
box-sizing: border-box;
|
|
}
|
|
.dup-styles #dup-notifications .dup-notifications-header {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 10px 16px;
|
|
border-bottom: 1px solid rgba(204, 208, 212, 0.5);
|
|
}
|
|
.dup-styles #dup-notifications .dup-notifications-header .dup-notifications-bell {
|
|
position: relative;
|
|
width: 16px;
|
|
height: 20px;
|
|
top: 3px;
|
|
margin-right: 10px;
|
|
}
|
|
.dup-styles #dup-notifications .dup-notifications-header .dup-notifications-circle {
|
|
position: absolute;
|
|
width: 11px;
|
|
height: 11px;
|
|
border-radius: 50%;
|
|
top: -4px;
|
|
right: -1px;
|
|
border: 2px solid #ffffff;
|
|
}
|
|
.dup-styles #dup-notifications .dup-notifications-header .dup-notifications-title {
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
color: #23282d;
|
|
}
|
|
.dup-styles #dup-notifications .dup-notifications-body {
|
|
position: relative;
|
|
}
|
|
.dup-styles #dup-notifications .dup-notifications-messages {
|
|
padding: 16px 100px 16px 16px;
|
|
}
|
|
.dup-styles #dup-notifications .dup-notifications-messages .dup-notifications-message {
|
|
display: none;
|
|
}
|
|
.dup-styles #dup-notifications .dup-notifications-messages .dup-notifications-message.current {
|
|
display: block;
|
|
}
|
|
.dup-styles #dup-notifications .dup-notifications-messages .dup-notifications-title {
|
|
color: #444444;
|
|
font-size: 17px;
|
|
font-weight: 600;
|
|
line-height: 17px;
|
|
margin: 0 0 -2px 0;
|
|
min-height: 19px;
|
|
}
|
|
.dup-styles #dup-notifications .dup-notifications-messages .dup-notifications-content {
|
|
font-weight: normal;
|
|
font-size: 14px;
|
|
line-height: 18px;
|
|
margin: 8px 0 20px 0;
|
|
color: #777777;
|
|
}
|
|
.dup-styles #dup-notifications .dup-notifications-messages .dup-notifications-content p {
|
|
font-size: inherit;
|
|
line-height: inherit;
|
|
margin: 0 0 5px;
|
|
}
|
|
.dup-styles #dup-notifications .dup-notifications-messages .dup-notifications-buttons {
|
|
margin: -30px 80px 0 0;
|
|
}
|
|
.dup-styles #dup-notifications .dup-notifications-messages .dup-notifications-buttons a {
|
|
margin: 0 10px 0 0;
|
|
min-height: unset;
|
|
}
|
|
.dup-styles #dup-notifications .dup-notifications-badge {
|
|
background-color: #f6f7f7;
|
|
border-radius: 3px;
|
|
color: #2c3338;
|
|
cursor: pointer;
|
|
font-size: 11px;
|
|
margin-left: 10px;
|
|
padding: 6px 8px;
|
|
position: relative;
|
|
text-decoration: none;
|
|
text-transform: uppercase;
|
|
top: -1px;
|
|
white-space: nowrap;
|
|
}
|
|
.dup-styles #dup-notifications .dup-notifications-badge:focus, .dup-styles #dup-notifications .dup-notifications-badge:hover {
|
|
background-color: #f0f0f1;
|
|
box-shadow: none;
|
|
color: initial;
|
|
}
|
|
.dup-styles #dup-notifications .dup-notifications-badge .fa {
|
|
color: black;
|
|
padding-right: 6px;
|
|
position: relative;
|
|
}
|
|
.dup-styles #dup-notifications .dismiss {
|
|
position: absolute;
|
|
top: 15px;
|
|
right: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
color: #a7aaad;
|
|
font-size: 16px;
|
|
cursor: pointer;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
line-height: 16px;
|
|
}
|
|
.dup-styles #dup-notifications .dismiss:hover {
|
|
color: #dc3232;
|
|
}
|
|
.dup-styles #dup-notifications .navigation {
|
|
position: absolute;
|
|
bottom: 20px;
|
|
right: 16px;
|
|
width: 63px;
|
|
height: 30px;
|
|
}
|
|
.dup-styles #dup-notifications .navigation a {
|
|
display: block;
|
|
width: 30px;
|
|
height: 30px;
|
|
border: 1px solid #7e8993;
|
|
border-radius: 3px;
|
|
font-size: 16px;
|
|
line-height: 1.625;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
background-color: #ffffff;
|
|
color: #41454a;
|
|
}
|
|
.dup-styles #dup-notifications .navigation a:hover {
|
|
background-color: #f1f1f1;
|
|
}
|
|
.dup-styles #dup-notifications .navigation .prev {
|
|
float: left;
|
|
}
|
|
.dup-styles #dup-notifications .navigation .next {
|
|
float: right;
|
|
}
|
|
.dup-styles #dup-notifications .navigation .disabled {
|
|
border-color: #dddddd;
|
|
color: #a0a5aa;
|
|
cursor: default;
|
|
}
|
|
.dup-styles #dup-notifications .navigation .disabled:hover {
|
|
background-color: #ffffff;
|
|
}
|
|
.dup-styles .dup-notifications-message .button {
|
|
margin: 0 10px 0 0;
|
|
}
|
|
.dup-styles .lity-iframe .lity-content {
|
|
margin: 0 auto;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.dup-styles #dup-notifications .dup-notifications-messages {
|
|
padding: 15px 50px 20px 16px;
|
|
}
|
|
.dup-styles #dup-notifications .dup-notifications-messages .dup-notifications-message .dup-notifications-title {
|
|
line-height: 22px;
|
|
margin: 0 30px -2px 0;
|
|
min-height: 24px;
|
|
}
|
|
.dup-styles #dup-notifications .dup-notifications-messages .dup-notifications-message .dup-notifications-content {
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
}
|
|
.dup-styles #dup-notifications .dup-notifications-messages .dup-notifications-message .dup-notifications-buttons {
|
|
margin: -30px 80px 0 0;
|
|
}
|
|
.dup-styles #dup-notifications .dup-notifications-messages .dup-notifications-message .dup-notifications-buttons a {
|
|
margin: 0;
|
|
display: table;
|
|
}
|
|
.dup-styles #dup-notifications .dup-notifications-messages .dup-notifications-message .dup-notifications-buttons .button-secondary {
|
|
margin-top: 6px;
|
|
}
|
|
}
|
|
.dup-styles .dupli-admin-notice {
|
|
padding: 10px;
|
|
}
|
|
.dup-styles .dupli-admin-notice .notice-dismiss {
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 10px;
|
|
text-decoration: none;
|
|
}
|
|
.dup-styles .duplicator-gen-admin-notice {
|
|
position: relative;
|
|
}
|
|
.dup-styles .dupli-admin-notice {
|
|
background: #fefefe;
|
|
border-left-width: 4px;
|
|
border-left-style: solid;
|
|
border-top: 4px;
|
|
width: calc(100% - 22px);
|
|
padding: 16px 10px;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
}
|
|
.dup-styles .wrap .dupli-admin-notice {
|
|
width: 100%;
|
|
}
|
|
.dup-styles .dup-border-left-red-notice {
|
|
background: #fefefe;
|
|
border-left: 4px solid #ED494D;
|
|
padding: 10px;
|
|
}
|
|
.dup-styles .dupli-admin-notice p {
|
|
overflow: hidden;
|
|
}
|
|
.dup-styles .dupli-admin-notice p:last-of-type {
|
|
margin-bottom: 0;
|
|
}
|
|
.dup-styles .dupli-admin-notice.dupli-yellow-border {
|
|
border-left-color: #dba617;
|
|
}
|
|
.dup-styles .dup-updated {
|
|
margin-left: 0;
|
|
background: #fefefe;
|
|
border-left: 4px solid #fefefe;
|
|
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
|
|
margin: 5px 15px 2px;
|
|
padding: 1px 12px;
|
|
}
|
|
.dup-styles .dup-updated p {
|
|
margin: 0.5em 0;
|
|
padding: 2px;
|
|
}
|
|
.dup-styles .dup-updated a {
|
|
padding-bottom: 2px;
|
|
}
|
|
.dup-styles .dup-updated {
|
|
border-left-color: #00a32a;
|
|
}
|
|
.dup-styles .wrap .dup-updated {
|
|
margin: 5px 0 15px;
|
|
margin: 20px 0 10px 0;
|
|
padding: 5px 10px;
|
|
font-size: 14px;
|
|
line-height: 175%;
|
|
}
|
|
.dup-styles .dupli-invalid-license {
|
|
text-align: center;
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
}
|
|
.dup-styles .dupli-invalid-license h2 {
|
|
font-size: 30px;
|
|
text-shadow: 0px 5px 5px #e8e8e8;
|
|
color: #fe4716;
|
|
margin: 30px 0 20Px 0;
|
|
}
|
|
.dup-styles .dupli-invalid-license p {
|
|
font-size: 1.25em;
|
|
}
|
|
.dup-styles .dupli-invalid-license small {
|
|
font-size: 0.8rem;
|
|
}
|
|
.dup-styles .dupli-admin-notice.dup-license-message {
|
|
padding: 10px;
|
|
display: flex;
|
|
}
|
|
.dup-styles .dup-license-message h3 {
|
|
margin: 0 0 10px 0;
|
|
}
|
|
.dup-styles .dup-license-message .dashicons {
|
|
display: inline-block;
|
|
font-size: 60px;
|
|
width: 60px;
|
|
height: 60px;
|
|
margin-right: 10px;
|
|
}
|
|
.dup-styles .dup-license-message .dupli-simple-style-disc {
|
|
margin: 10px 20px;
|
|
}
|
|
.dup-styles .dupli-simple-style-disc {
|
|
list-style: disc;
|
|
margin-left: 20px;
|
|
}
|
|
.dup-styles .dup-packtbl.striped > tbody > tr:nth-child(4n-1) {
|
|
background-color: #fefefe !important;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-list-nopackages {
|
|
text-align: center;
|
|
padding: 50px 0 80px 0;
|
|
font-size: 20px;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-details-column {
|
|
font-size: 0.9375rem;
|
|
text-align: center;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-cell-err-btn {
|
|
color: #A62426;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-cell-btns,
|
|
.dup-styles .dup-packtbl .dup-cell-err,
|
|
.dup-styles .dup-packtbl .dup-cell-cancelled {
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
background: linear-gradient(180deg, rgb(255, 255, 255) 16%, rgb(246, 247, 247) 51%, rgb(246, 247, 247) 100%);
|
|
border-left: 1px solid #e8e8e8;
|
|
color: #c0c0c0;
|
|
padding: 0;
|
|
width: 115px;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-cell-btns .full-cell-button,
|
|
.dup-styles .dup-packtbl .dup-cell-err .full-cell-button,
|
|
.dup-styles .dup-packtbl .dup-cell-cancelled .full-cell-button {
|
|
background: transparent;
|
|
text-decoration: none;
|
|
padding: 0 10px;
|
|
margin: 0;
|
|
border: none;
|
|
display: block;
|
|
box-sizing: border-box;
|
|
width: 115px;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-dnload-btn-disabled {
|
|
color: #c0c0c0;
|
|
cursor: not-allowed;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-note-column {
|
|
width: 300px;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-storages-column {
|
|
display: none;
|
|
/* future use */
|
|
width: 170px;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-flags-column {
|
|
width: 125px;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-created-column {
|
|
width: 125px;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-age-column {
|
|
width: 100px;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-size-column {
|
|
width: 100px;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-package-flags {
|
|
font-size: 15px;
|
|
color: #1D2327;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-package-flags .icon-wrapper {
|
|
margin-right: 8px;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-package-flags .icon-wrapper:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-dnload-menu {
|
|
display: inline-block;
|
|
width: 100%;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-dnload-menu .dup-dnload-menu-items {
|
|
position: absolute;
|
|
z-index: 1000;
|
|
padding: 7px;
|
|
border: 1px solid #e8e8e8;
|
|
background-color: #fefefe;
|
|
min-width: 125px;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-dnload-menu .dup-dnload-menu-items button {
|
|
padding: 2px 2px 2px 8px;
|
|
border-color: transparent;
|
|
background: transparent;
|
|
display: block;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
text-align: left;
|
|
line-height: 32px;
|
|
height: 40px !important;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-dnload-menu .dup-dnload-menu-items button:hover {
|
|
background: #e8e8e8 !important;
|
|
cursor: pointer;
|
|
text-decoration: none !important;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-dnload-menu button span i.fa,
|
|
.dup-styles .dup-packtbl .dup-dnload-menu button span i.fas,
|
|
.dup-styles .dup-packtbl .dup-dnload-menu button span i.far {
|
|
display: inline-block;
|
|
width: 18px;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-row-details > td {
|
|
background-color: #fefefe;
|
|
padding: 0;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-row-details .dup-package-row-details-wrapper {
|
|
border-left: 3px solid #fe4716;
|
|
padding: 20px;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-row-details .dup-ovr-bar-flex-box {
|
|
display: flex;
|
|
background-color: #fefefe;
|
|
border: 1px solid #e8e8e8;
|
|
background: linear-gradient(180deg, hsl(180, 6%, 97%) 60%, hsl(0, 0%, 100%) 100%);
|
|
}
|
|
.dup-styles .dup-packtbl .dup-row-details .dup-ovr-bar-flex-box > div {
|
|
min-width: 115px;
|
|
padding: 5px 10px;
|
|
border-right: 1px solid #e8e8e8;
|
|
line-height: 1;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-row-details .dup-ovr-bar-flex-box label {
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-row-details .dup-ovr-ctrls-flex-box {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-direction: row;
|
|
justify-content: start;
|
|
gap: 20px;
|
|
margin-top: 1.25rem;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-row-details .dup-ovr-ctrls-flex-box .flex-item .dup-ovr-ctrls-hdrs {
|
|
border-bottom: 1px solid #e8e8e8;
|
|
margin-bottom: 10px;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-row-details .dup-ovr-ctrls-flex-box .flex-item:first-child {
|
|
flex: 5 0 auto;
|
|
font-size: 15px;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-row-details .dup-ovr-ctrls-flex-box .flex-item:last-child {
|
|
flex: 0 0 350px;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-row-details .dup-ovr-ctrls-flex-box .flex-item > div {
|
|
white-space: nowrap;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-row-details .dup-ovr-ctrls-flex-box .flex-item > .dup-ovr-ctrls-hdrs {
|
|
height: 50px;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-row-details .dup-ovr-copy-flex-box {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-flow: row;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-row-details .dup-ovr-copy-flex-box .flex-item:nth-of-type(1) {
|
|
flex: 2 0 auto;
|
|
padding: 0;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-row-details .dup-ovr-copy-flex-box .flex-item:nth-of-type(2) {
|
|
flex: 0 0 225px;
|
|
padding: 0;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-row-details .dup-ovr-copy-flex-box.dup-box-file {
|
|
margin-bottom: 25px;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-row-details input.dup-ovr-ref-links {
|
|
width: 100%;
|
|
text-overflow: ellipsis;
|
|
font-size: 12px;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-row-details .dup-ovr-ref-links-icon {
|
|
float: right;
|
|
margin: -22px 6px 0 0;
|
|
position: relative;
|
|
z-index: 2;
|
|
color: #c0c0c0;
|
|
cursor: help;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-row-details input.dup-ovr-ref-links.missing {
|
|
color: #d63638;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-row-details .dup-ovr-ref-copy,
|
|
.dup-styles .dup-packtbl .dup-row-details .dup-ovr-ref-dwnld {
|
|
margin: 0 0 0 7px;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
border-radius: 2px;
|
|
min-width: 115px;
|
|
text-align: center;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-row-details span.dup-ovr-ref-dwnld:hover,
|
|
.dup-styles .dup-packtbl .dup-row-details span.dup-ovr-ref-copy:hover {
|
|
border: 1px solid #c0c0c0;
|
|
background-color: #e8e8e8;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-row-details .dup-ovr-opts > ul li {
|
|
margin-bottom: 10px;
|
|
}
|
|
.dup-styles .dup-packtbl .dup-row-details .dup-ovr-opts > ul li .button {
|
|
margin: 0;
|
|
}
|
|
.dup-styles .dup-package-components .components-shortcut-select .button {
|
|
text-align: left;
|
|
}
|
|
.dup-styles .dup-package-components .components-shortcut-select .dup-components-shortcut-radio {
|
|
display: none;
|
|
}
|
|
.dup-styles .dup-package-components .components-shortcut-select .dup-radio-button-group-wrapper label {
|
|
margin: 0;
|
|
min-width: 135px;
|
|
margin-right: 10px;
|
|
}
|
|
.dup-styles .dup-package-components .components-shortcut-select .dup-radio-button-group-wrapper input[type=radio]:focus + label,
|
|
.dup-styles .dup-package-components .components-shortcut-select .dup-radio-button-group-wrapper input[type=radio]:checked + label {
|
|
background: #2563eb;
|
|
color: #fefefe;
|
|
}
|
|
.dup-styles .dup-package-components .custom-components-select {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-direction: column;
|
|
max-height: 125px;
|
|
width: 360px;
|
|
}
|
|
.dup-styles .dup-package-components .custom-components-select li {
|
|
width: 180px;
|
|
}
|
|
.dup-styles .dup-package-components .custom-components-select label input {
|
|
margin: 0 5px 0 0;
|
|
}
|
|
.dup-styles .dup-package-components .custom-components-select label.disabled,
|
|
.dup-styles .dup-package-components .custom-components-select label.disabled input {
|
|
pointer-events: none;
|
|
color: gray;
|
|
opacity: 0.7;
|
|
}
|
|
.dup-styles .dup-package-components .custom-components-select label.disabled i {
|
|
pointer-events: all;
|
|
color: #4e4e4e;
|
|
}
|
|
.dup-styles #dup-db-tables-exclude-wrapper {
|
|
border: 1px solid #c0c0c0;
|
|
position: relative;
|
|
}
|
|
.dup-styles #dup-db-tables-exclude {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-direction: row;
|
|
max-height: 400px;
|
|
overflow: auto;
|
|
padding: 5px;
|
|
font-size: 13px;
|
|
}
|
|
.dup-styles #dup-db-tables-exclude > * {
|
|
padding: 5px;
|
|
flex: 0 1 25%;
|
|
box-sizing: border-box;
|
|
max-width: 400px;
|
|
}
|
|
.dup-styles #dup-db-tables-exclude > *:hover {
|
|
color: #1D2327;
|
|
background-color: #e8e8e8;
|
|
}
|
|
.dup-styles #dup-db-tables-exclude label.core-table {
|
|
color: #fe4716;
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles #dup-db-tables-exclude label.core-table.subcore-table-0 {
|
|
color: #2563eb;
|
|
}
|
|
.dup-styles #dup-db-tables-exclude label.core-table.subcore-table-1 {
|
|
color: #c14421;
|
|
}
|
|
.dup-styles #dup-db-tables-exclude label.core-table {
|
|
color: #9A1E26;
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles #dup-db-tables-exclude label.core-table.subcore-table-0 {
|
|
color: #c12171;
|
|
}
|
|
.dup-styles #dup-db-tables-exclude label.core-table.subcore-table-1 {
|
|
color: #c14421;
|
|
}
|
|
.dup-styles #dup-db-filter-items {
|
|
position: relative;
|
|
}
|
|
.dup-styles #dup-db-filter-items .dup-db-filter-buttons {
|
|
text-align: right;
|
|
position: absolute;
|
|
right: 0;
|
|
top: -26px;
|
|
font-size: 16px;
|
|
}
|
|
.dup-styles .dup-archive-filters-icons span {
|
|
margin-left: 5px;
|
|
}
|
|
.dup-styles #dup-notes-area {
|
|
display: none;
|
|
}
|
|
.dup-styles .dup-storage-icon {
|
|
vertical-align: middle;
|
|
width: 16px;
|
|
}
|
|
.dup-styles .storage-auth-step {
|
|
margin: 0 0 25px 0;
|
|
}
|
|
.dup-styles .storage-auth-step > p {
|
|
margin-bottom: 10px;
|
|
}
|
|
.dup-styles #dup-storage-form .dupcloud-authorize {
|
|
line-height: 25px;
|
|
margin-top: -10px;
|
|
padding-top: 0;
|
|
}
|
|
.dup-styles #dup-storage-form #dupcloud-steps {
|
|
display: none;
|
|
}
|
|
.dup-styles #dup-storage-form #dupcloud-steps div {
|
|
margin: 0 0 20px 0;
|
|
}
|
|
.dup-styles #dup-storage-form #dupcloud-connect-progress {
|
|
display: none;
|
|
}
|
|
.dup-styles #dup-storage-form #dupcloud-state-authorized label {
|
|
display: inline-block;
|
|
width: 100px;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .storage-row.unsupported .storage-name > a,
|
|
.dup-styles .storage-row.unsupported .storage-location, .dup-styles .storage-row.invalid .storage-name > a,
|
|
.dup-styles .storage-row.invalid .storage-location {
|
|
color: #c0c0c0;
|
|
}
|
|
.dup-styles .storage-status-warning {
|
|
background-color: #fefefe;
|
|
border: 1px solid #ffae00;
|
|
border-radius: 4px;
|
|
padding: 0.625rem;
|
|
margin: 1.25rem 1.25rem 1.25rem 0;
|
|
}
|
|
.dup-styles .brand-tbl .brand-detail {
|
|
display: none;
|
|
margin: 0;
|
|
}
|
|
.dup-styles .brand-tbl .brand-detail td {
|
|
padding: 3px 0 5px 20px;
|
|
}
|
|
.dup-styles .brand-tbl .brand-detail div {
|
|
line-height: 20px;
|
|
padding: 2px 2px 2px 15px;
|
|
}
|
|
.dup-styles .brand-tbl .brand-detail label {
|
|
min-width: 150px;
|
|
display: inline-block;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .brand-logo-editor button,
|
|
.dup-styles .brand-logo-editor .ed_button {
|
|
text-decoration: none;
|
|
white-space: nowrap;
|
|
min-height: initial;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin: 0 0 1.25rem 0;
|
|
border-radius: 2px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
box-sizing: border-box;
|
|
font-size: 0.8125rem;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
padding: 0 9px;
|
|
background-color: #fefefe;
|
|
border: 1px solid #2563eb;
|
|
color: #2563eb;
|
|
}
|
|
.dup-styles .brand-logo-editor button:hover, .dup-styles .brand-logo-editor button:focus,
|
|
.dup-styles .brand-logo-editor .ed_button:hover,
|
|
.dup-styles .brand-logo-editor .ed_button:focus {
|
|
background: #f0f0f1;
|
|
border-color: #0b2f7d;
|
|
color: #0b2f7d;
|
|
}
|
|
.dup-styles #dup-storage-form input[type=text],
|
|
.dup-styles input[type=password] {
|
|
width: 250px;
|
|
}
|
|
.dup-styles #dup-storage-form input#name {
|
|
width: 100%;
|
|
max-width: 500px;
|
|
}
|
|
.dup-styles #dup-storage-form input#_local_storage_folder {
|
|
width: 100% !important;
|
|
max-width: 500px;
|
|
}
|
|
.dup-styles td.dupli-sub-title {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.dup-styles td.dupli-sub-title b {
|
|
padding: 20px 0;
|
|
margin: 0;
|
|
display: block;
|
|
font-size: 1.25em;
|
|
}
|
|
.dup-styles input#max_default_store_files {
|
|
width: 50px !important;
|
|
}
|
|
.dup-styles form#dupli-package-brand-form {
|
|
padding: 0;
|
|
}
|
|
.dup-styles form#dupli-package-brand-form input[type=text] {
|
|
width: 350px;
|
|
}
|
|
.dup-styles form#dupli-package-brand-form .readonly {
|
|
background: transparent;
|
|
border: none;
|
|
}
|
|
.dup-styles textarea#brand-notes {
|
|
width: 350px;
|
|
}
|
|
.dup-styles textarea#brand-logo {
|
|
width: 600px;
|
|
height: 120px;
|
|
font-size: 12px;
|
|
}
|
|
.dup-styles textarea#brand-default-logo {
|
|
width: 600px;
|
|
height: 50px;
|
|
font-size: 12px;
|
|
}
|
|
.dup-styles div.style-guide-link {
|
|
text-align: right;
|
|
width: 100%;
|
|
margin: 0 0 5px 0;
|
|
}
|
|
.dup-styles div.dupli-dlg-alert-txt {
|
|
line-height: 20px;
|
|
font-size: 14px !important;
|
|
}
|
|
.dup-styles div.preview-area {
|
|
border: 2px dashed #CDCDCD;
|
|
width: 95%;
|
|
height: auto;
|
|
background: #fff;
|
|
font-family: Verdana, Arial, sans-serif;
|
|
}
|
|
.dup-styles div.preview-box {
|
|
border: 1px solid #CDCDCD;
|
|
border-radius: 5px;
|
|
max-width: 750px;
|
|
margin: 10px auto 0 auto;
|
|
height: auto;
|
|
border-bottom: 1px dashed #999;
|
|
}
|
|
.dup-styles div.preview-header {
|
|
height: auto;
|
|
background: #F1F1F1;
|
|
box-shadow: 0 5px 3px -3px #999;
|
|
}
|
|
.dup-styles div.preview-title {
|
|
font-size: 26px;
|
|
padding: 10px 0 7px 15px;
|
|
font-weight: bold;
|
|
min-height: 30px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.dup-styles div.preview-content {
|
|
padding: 8px 15px 0 15px;
|
|
clear: both;
|
|
}
|
|
.dup-styles div.preview-version {
|
|
white-space: nowrap;
|
|
color: #777;
|
|
font-size: 11px;
|
|
font-style: italic;
|
|
text-align: right;
|
|
padding: 0 15px 5px 0;
|
|
line-height: 14px;
|
|
font-weight: normal;
|
|
align-self: center;
|
|
}
|
|
.dup-styles div.preview-version a {
|
|
color: #999;
|
|
}
|
|
.dup-styles div.preview-mode {
|
|
text-align: right;
|
|
color: #999;
|
|
font-style: italic;
|
|
font-size: 12px;
|
|
}
|
|
.dup-styles div.preview-steps {
|
|
font-size: 22px;
|
|
padding: 0 0 5px 0;
|
|
border-bottom: 1px solid #D3D3D3;
|
|
font-weight: bold;
|
|
margin: 15px 0 20px 0;
|
|
}
|
|
.dup-styles div.preview-steps b {
|
|
color: red;
|
|
}
|
|
.dup-styles div#preview-logo {
|
|
display: inline-block;
|
|
}
|
|
.dup-styles #preview-logo img {
|
|
max-width: 100%;
|
|
}
|
|
.dup-styles div.preview-notes {
|
|
text-align: center;
|
|
font-style: italic;
|
|
font-size: 12px;
|
|
margin: 5px;
|
|
}
|
|
.dup-styles #dupli-help-wrapper {
|
|
display: block;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background-color: #fff;
|
|
overflow-y: auto;
|
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
|
|
}
|
|
.dup-styles #dupli-help-header {
|
|
position: fixed;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
width: 90%;
|
|
top: 30px;
|
|
left: 5%;
|
|
}
|
|
.dup-styles #dupli-help-content {
|
|
width: 700px;
|
|
margin: 150px auto 50px;
|
|
}
|
|
.dup-styles #dupli-help-content ul {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
@media only screen and (max-width: 700px) {
|
|
.dup-styles #dupli-help-content {
|
|
width: 90%;
|
|
}
|
|
}
|
|
.dup-styles #dupli-help-search {
|
|
margin-bottom: 30px;
|
|
}
|
|
.dup-styles #dupli-help-search-results-empty {
|
|
display: none;
|
|
}
|
|
.dup-styles #dupli-help-search-results,
|
|
.dup-styles #dupli-help-search-results-empty {
|
|
margin-top: 50px;
|
|
}
|
|
.dup-styles #dupli-help-search input {
|
|
border: 1px solid #999999;
|
|
border-radius: 25px;
|
|
color: #444444;
|
|
font-size: 20px;
|
|
letter-spacing: 0;
|
|
line-height: 20px;
|
|
min-height: 48px;
|
|
padding: 10px 10px 10px 25px;
|
|
text-align: left;
|
|
width: 100%;
|
|
}
|
|
.dup-styles #dupli-help-categories > ul > li ul {
|
|
display: none;
|
|
margin-left: 30px;
|
|
}
|
|
.dup-styles #dupli-help-categories > ul > li .dupli-help-category:last-of-type {
|
|
border-bottom: 0;
|
|
}
|
|
.dup-styles .dupli-help-category {
|
|
border-top: 1px solid #dddddd;
|
|
margin: 0;
|
|
width: 100%;
|
|
}
|
|
.dup-styles .dupli-help-category:last-of-type {
|
|
border-bottom: 1px solid #dddddd;
|
|
}
|
|
.dup-styles .dupli-help-category header {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
padding: 20px 0;
|
|
}
|
|
.dup-styles .dupli-help-category header span {
|
|
color: #444444;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
}
|
|
.dup-styles .dupli-help-category header .fa-folder-open {
|
|
color: #999999;
|
|
font-size: 21px;
|
|
margin-right: 10px;
|
|
}
|
|
.dup-styles .dupli-help-category header .fa-angle-right {
|
|
color: #cccccc;
|
|
font-size: 24px;
|
|
margin-left: auto;
|
|
transition-property: transform;
|
|
transition-duration: 0.25s;
|
|
transition-timing-function: ease-out;
|
|
}
|
|
.dup-styles .dupli-help-article-list {
|
|
display: none;
|
|
margin-top: 20px;
|
|
}
|
|
.dup-styles .dupli-help-article {
|
|
margin: 0;
|
|
padding: 0 0 14px 4px;
|
|
}
|
|
.dup-styles .dupli-help-article .fa-file-alt {
|
|
color: #b6b6b6;
|
|
font-size: 16px;
|
|
margin: 0 14px 0 0;
|
|
}
|
|
.dup-styles .dupli-help-article a {
|
|
border-bottom: 1px solid transparent;
|
|
color: #666;
|
|
font-size: 15px;
|
|
text-decoration: none;
|
|
}
|
|
.dup-styles #dupli-help-footer {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
margin-top: 50px;
|
|
}
|
|
.dup-styles .dupli-help-footer-block {
|
|
border: 1px solid #ddd;
|
|
border-radius: 6px;
|
|
box-sizing: border-box;
|
|
max-width: 340px;
|
|
padding: 25px;
|
|
text-align: center;
|
|
}
|
|
.dup-styles .dupli-help-footer-block i {
|
|
color: #999;
|
|
font-size: 48px;
|
|
margin: 0 0 20px 0;
|
|
}
|
|
.dup-styles .dupli-help-footer-block h3 {
|
|
color: #444;
|
|
font-size: 16px;
|
|
margin: 0 0 10px 0;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .dupli-help-footer-block p {
|
|
color: #777777;
|
|
font-size: 14px;
|
|
margin: 0 0 20px 0;
|
|
}
|
|
.dup-styles .dupli-help-footer-block .button {
|
|
border: 1px solid #af9ca6 !important;
|
|
color: #4f394d !important;
|
|
background: transparent !important;
|
|
font-size: 15px !important;
|
|
}
|
|
.dup-styles #dup-tools-form #hb-result {
|
|
padding: 10px;
|
|
min-height: 40px;
|
|
}
|
|
.dup-styles #dup-tools-form .button.tiny {
|
|
font-size: 11px;
|
|
font-weight: bold;
|
|
margin-right: 5px;
|
|
}
|
|
.dup-styles .dup-tool-server-info td.dupli-settings-diag-header {
|
|
background-color: #e8e8e8;
|
|
font-weight: bold;
|
|
border-style: none;
|
|
color: black;
|
|
}
|
|
.dup-styles .dup-tool-server-info table.widefat th {
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .dup-tool-server-info table.widefat td {
|
|
padding: 2px 2px 2px 8px;
|
|
}
|
|
.dup-styles .dup-tool-server-info table.widefat td:nth-child(1) {
|
|
width: 120px;
|
|
}
|
|
.dup-styles .dup-tool-server-info table.widefat td:nth-child(2) {
|
|
padding-left: 20px;
|
|
word-break: break-all;
|
|
}
|
|
.dup-styles textarea.dup-opts-read {
|
|
width: 100%;
|
|
height: 40px;
|
|
font-size: 12px;
|
|
}
|
|
.dup-styles .dupli-store-fixed-btn {
|
|
min-width: 235px;
|
|
text-align: center;
|
|
}
|
|
.dup-styles div.success,
|
|
.dup-styles span.success {
|
|
color: #4A8254;
|
|
}
|
|
.dup-styles div.failed {
|
|
color: red;
|
|
}
|
|
.dup-styles #dupli-phpinfo h2 {
|
|
margin: 10px 0;
|
|
}
|
|
.dup-styles #dupli-phpinfo table {
|
|
padding: 1px;
|
|
background: #e8e8e8;
|
|
border-radius: 4px;
|
|
width: 100% !important;
|
|
box-shadow: 0 8px 6px -6px #666666;
|
|
}
|
|
.dup-styles #dupli-phpinfo td,
|
|
.dup-styles #dupli-phpinfo th {
|
|
padding: 3px;
|
|
background: #fefefe;
|
|
border-radius: 2px;
|
|
}
|
|
.dup-styles #dupli-phpinfo tr.h img {
|
|
display: none;
|
|
}
|
|
.dup-styles #dupli-phpinfo tr.h td {
|
|
background: none;
|
|
}
|
|
.dup-styles #dupli-phpinfo tr.h th {
|
|
text-align: center;
|
|
background-color: #fefefe;
|
|
}
|
|
.dup-styles #dupli-phpinfo td.e {
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles #dup-form-logs {
|
|
/* OPTIONS */
|
|
}
|
|
.dup-styles #dup-form-logs span#dup-refresh-count {
|
|
display: inline;
|
|
}
|
|
.dup-styles #dup-form-logs table#dupli-log-pnls {
|
|
width: 100%;
|
|
}
|
|
.dup-styles #dup-form-logs td#dupli-log-pnl-left {
|
|
width: 80%;
|
|
vertical-align: top;
|
|
}
|
|
.dup-styles #dup-form-logs td#dupli-log-pnl-left div.name {
|
|
float: left;
|
|
margin: 0px 0px 5px 5px;
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles #dup-form-logs td#dupli-log-pnl-left div.opts {
|
|
float: right;
|
|
}
|
|
.dup-styles #dup-form-logs td#dupli-log-pnl-right {
|
|
vertical-align: top;
|
|
padding: 5px 0 0 15px;
|
|
max-width: 375px;
|
|
}
|
|
.dup-styles #dup-form-logs iframe#dupli-log-content {
|
|
padding: 5px;
|
|
background: #fff;
|
|
min-height: 500px;
|
|
width: 99%;
|
|
border: 1px solid silver;
|
|
}
|
|
.dup-styles #dup-form-logs div.dupli-opts-items {
|
|
border: 1px solid silver;
|
|
background: #efefef;
|
|
padding: 5px;
|
|
border-radius: 4px;
|
|
margin: 2px 0px 10px -2px;
|
|
}
|
|
.dup-styles #dup-form-logs div.dupli-log-hdr {
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
padding: 2px;
|
|
}
|
|
.dup-styles #dup-form-logs div.dupli-log-hdr small {
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
.dup-styles #dup-form-logs div.dupli-log-file-list {
|
|
font-family: monospace;
|
|
line-height: 24px;
|
|
}
|
|
.dup-styles #dup-form-logs div.dupli-log-file-list a span {
|
|
display: inline-block;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
max-width: 375px;
|
|
line-height: 20px;
|
|
overflow: hidden;
|
|
}
|
|
.dup-styles #dup-form-logs div.dupli-log-file-list span {
|
|
color: green;
|
|
}
|
|
.dup-styles #dup-form-logs div.dup-opts-items {
|
|
border: 1px solid silver;
|
|
background: #efefef;
|
|
padding: 5px;
|
|
border-radius: 4px;
|
|
margin: 2px 0px 10px -2px;
|
|
}
|
|
.dup-styles #dup-form-logs input#dup-auto-refresh {
|
|
margin-left: 10px;
|
|
}
|
|
.dup-styles #dup-form-logs label#dup-auto-refresh-lbl {
|
|
display: inline-block;
|
|
margin-left: 5px;
|
|
}
|
|
.dup-styles #dup-form-logs div#dupli-monitor-trace-area {
|
|
bottom: 70px;
|
|
}
|
|
.dup-styles #dup-tool-php-logs-wrapper {
|
|
/* Reset overflow value to hidden for all non-IE browsers. */
|
|
}
|
|
.dup-styles #dup-tool-php-logs-wrapper #dupli-log-pnls {
|
|
width: 100%;
|
|
}
|
|
.dup-styles #dup-tool-php-logs-wrapper span#dup-refresh-count {
|
|
display: inline;
|
|
}
|
|
.dup-styles #dup-tool-php-logs-wrapper td#dupli-log-pnl-left div.opts {
|
|
float: right;
|
|
}
|
|
.dup-styles #dup-tool-php-logs-wrapper td#dupli-log-pnl-left {
|
|
width: 80%;
|
|
vertical-align: top;
|
|
}
|
|
.dup-styles #dup-tool-php-logs-wrapper td#dupli-log-pnl-right {
|
|
vertical-align: top;
|
|
padding: 5px 0 0 15px;
|
|
max-width: 375px;
|
|
}
|
|
.dup-styles #dup-tool-php-logs-wrapper td#dupli-log-pnl-left div.name {
|
|
float: left;
|
|
margin: 0 0 5px 5px;
|
|
font-weight: 700;
|
|
}
|
|
.dup-styles #dup-tool-php-logs-wrapper #error-log {
|
|
width: 100%;
|
|
border: none;
|
|
table-layout: fixed;
|
|
border-spacing: 0;
|
|
}
|
|
.dup-styles #dup-tool-php-logs-wrapper #error-log td,
|
|
.dup-styles #dup-tool-php-logs-wrapper #error-log th {
|
|
padding: 8px 10px;
|
|
border: none;
|
|
}
|
|
.dup-styles #dup-tool-php-logs-wrapper #error-log th {
|
|
border-bottom: 1px solid #e1e1e1;
|
|
font-weight: 600;
|
|
text-align: center;
|
|
color: #000;
|
|
}
|
|
.dup-styles #dup-tool-php-logs-wrapper #error-log th:last-child {
|
|
padding-right: 2.1%;
|
|
}
|
|
.dup-styles #dup-tool-php-logs-wrapper #error-log td {
|
|
text-align: left;
|
|
vertical-align: top;
|
|
}
|
|
.dup-styles #dup-tool-php-logs-wrapper div.tableContainer {
|
|
clear: both;
|
|
border: 1px solid #ccc;
|
|
height: 500px;
|
|
overflow: auto;
|
|
width: 100%;
|
|
padding-bottom: 35px;
|
|
background: #fff;
|
|
}
|
|
.dup-styles #dup-tool-php-logs-wrapper html > body div.tableContainer {
|
|
overflow: hidden;
|
|
width: 100%;
|
|
}
|
|
.dup-styles #dup-tool-php-logs-wrapper div.tableContainer #error-log {
|
|
float: left;
|
|
}
|
|
.dup-styles #dup-tool-php-logs-wrapper #error-log tr {
|
|
width: 100%;
|
|
}
|
|
.dup-styles #dup-tool-php-logs-wrapper #error-log thead tr {
|
|
position: relative;
|
|
}
|
|
.dup-styles #dup-tool-php-logs-wrapper #error-log tbody {
|
|
height: 500px;
|
|
overflow: auto;
|
|
}
|
|
.dup-styles #dup-tool-php-logs-wrapper html > body #error-log thead {
|
|
display: table;
|
|
overflow: auto;
|
|
width: 100%;
|
|
}
|
|
.dup-styles #dup-tool-php-logs-wrapper #error-log td ul {
|
|
padding: 10px 15px;
|
|
background: rgba(200, 200, 200, 0.1);
|
|
color: #000;
|
|
box-shadow: #ccc 0px 0px 1px;
|
|
}
|
|
.dup-styles #dup-tool-php-logs-wrapper #error-log td ul li + li {
|
|
margin-top: 15px;
|
|
}
|
|
.dup-styles #dup-tool-php-logs-wrapper #error-log td ul li.title {
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles #dup-tool-php-logs-wrapper .info {
|
|
display: inline-table;
|
|
border-bottom: 1px dotted #ccc;
|
|
cursor: pointer;
|
|
}
|
|
.dup-styles #dup-tool-php-logs-wrapper div.dupli-opts-items {
|
|
border: 1px solid silver;
|
|
background: #efefef;
|
|
padding: 5px;
|
|
border-radius: 4px;
|
|
margin: 2px 0px 10px -2px;
|
|
}
|
|
.dup-styles #dup-tool-php-logs-wrapper div.dupli-log-hdr {
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
padding: 2px;
|
|
}
|
|
.dup-styles #dup-tool-php-logs-wrapper div.dupli-log-hdr small {
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
.dup-styles .dup-activity-log-table .main-event .column-title {
|
|
font-weight: bold;
|
|
}
|
|
.dup-styles .dup-activity-log-table .column-severity {
|
|
width: 100px;
|
|
}
|
|
.dup-styles .dup-activity-log-table .column-type {
|
|
width: 150px;
|
|
}
|
|
.dup-styles .dup-activity-log-table .column-date {
|
|
width: 180px;
|
|
}
|
|
.dup-styles .dup-activity-log-table .column-actions {
|
|
width: 100px;
|
|
}
|
|
.dup-styles .dup-activity-log-table .no-items {
|
|
text-align: center;
|
|
padding: 20px !important;
|
|
color: #666;
|
|
}
|
|
.dup-styles .dup-log-severity {
|
|
display: inline-block;
|
|
padding: 2px 8px;
|
|
border-radius: 3px;
|
|
font-size: 12px;
|
|
font-weight: 600;
|
|
}
|
|
.dup-styles .dup-log-severity.dup-log-info {
|
|
background: #d4edda;
|
|
color: #155724;
|
|
}
|
|
.dup-styles .dup-log-severity.dup-log-warning {
|
|
background: #fff3cd;
|
|
color: #856404;
|
|
}
|
|
.dup-styles .dup-log-severity.dup-log-error {
|
|
background: #f8d7da;
|
|
color: #721c24;
|
|
}
|
|
.dup-styles .dup-log-detail-modal {
|
|
width: 1200px;
|
|
max-width: calc(100vw - 40px);
|
|
}
|
|
.dup-styles .dup-activity-log-filters {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 5px;
|
|
}
|
|
.dup-styles .dup-activity-log-filters label {
|
|
margin: 0;
|
|
}
|
|
.dup-styles .dup-applied-filters-table {
|
|
margin-top: 10px;
|
|
}
|
|
.dup-styles .dup-error-logs-section .dup-error-logs-content {
|
|
padding: 10px 0;
|
|
}
|
|
.dup-styles .dup-error-logs-section .dup-error-logs-content .dup-log-content {
|
|
max-height: 250px;
|
|
overflow-y: auto;
|
|
padding: 15px;
|
|
color: #e0e0e0;
|
|
background-color: #2a2a2a;
|
|
border-radius: 5px;
|
|
border: 1px solid #444;
|
|
font-family: "Courier New", Consolas, monospace;
|
|
font-size: 12px;
|
|
}
|
|
.dup-styles .dup-error-logs-section .dup-error-logs-content .dup-log-content pre {
|
|
margin: 0;
|
|
padding: 0;
|
|
line-height: 1.6;
|
|
white-space: pre-wrap;
|
|
word-wrap: break-word;
|
|
}
|
|
.dup-styles .dup-error-logs-section .dup-error-logs-content .dup-log-meta {
|
|
margin-top: 10px;
|
|
font-style: italic;
|
|
text-align: right;
|
|
}
|
|
.dup-styles.tippy-box[data-theme~=duplicator], .dup-styles.tippy-box[data-theme~=duplicator-filled] {
|
|
background-color: #333333;
|
|
color: #fefefe;
|
|
border-color: #1D2327;
|
|
font-size: 12px;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-radius: 4px;
|
|
padding: 0;
|
|
max-width: 250px;
|
|
}
|
|
.dup-styles.tippy-box[data-theme~=duplicator] .tippy-content, .dup-styles.tippy-box[data-theme~=duplicator-filled] .tippy-content {
|
|
padding: 0;
|
|
}
|
|
.dup-styles.tippy-box[data-theme~=duplicator] h3, .dup-styles.tippy-box[data-theme~=duplicator-filled] h3 {
|
|
display: block;
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
width: 100%;
|
|
padding: 8px;
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
background-color: #1D2327;
|
|
color: white;
|
|
}
|
|
.dup-styles.tippy-box[data-theme~=duplicator] .dup-tippy-content, .dup-styles.tippy-box[data-theme~=duplicator-filled] .dup-tippy-content {
|
|
padding: 8px;
|
|
}
|
|
.dup-styles.tippy-box[data-theme~=duplicator] .dup-tippy-content > *:first-child, .dup-styles.tippy-box[data-theme~=duplicator-filled] .dup-tippy-content > *:first-child {
|
|
margin-top: 0;
|
|
}
|
|
.dup-styles.tippy-box[data-theme~=duplicator] .dup-tippy-content > *:last-child, .dup-styles.tippy-box[data-theme~=duplicator-filled] .dup-tippy-content > *:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.dup-styles.tippy-box[data-theme~=duplicator][data-placement^=top] > .tippy-arrow::before, .dup-styles.tippy-box[data-theme~=duplicator-filled][data-placement^=top] > .tippy-arrow::before {
|
|
bottom: -9px;
|
|
border-top-color: #1D2327;
|
|
}
|
|
.dup-styles.tippy-box[data-theme~=duplicator][data-placement^=bottom] > .tippy-arrow::before, .dup-styles.tippy-box[data-theme~=duplicator-filled][data-placement^=bottom] > .tippy-arrow::before {
|
|
top: -9px;
|
|
border-bottom-color: #1D2327;
|
|
}
|
|
.dup-styles.tippy-box[data-theme~=duplicator][data-placement^=left] > .tippy-arrow::before, .dup-styles.tippy-box[data-theme~=duplicator-filled][data-placement^=left] > .tippy-arrow::before {
|
|
border-left-color: #1D2327;
|
|
}
|
|
.dup-styles.tippy-box[data-theme~=duplicator][data-placement^=right] > .tippy-arrow::before, .dup-styles.tippy-box[data-theme~=duplicator-filled][data-placement^=right] > .tippy-arrow::before {
|
|
border-right-color: #1D2327;
|
|
}
|
|
.dup-styles.tippy-box[data-theme~=duplicator] .dup-status-icons-list li, .dup-styles.tippy-box[data-theme~=duplicator-filled] .dup-status-icons-list li {
|
|
margin-bottom: 6px;
|
|
}
|
|
.dup-styles.tippy-box[data-theme~=duplicator] .dup-status-icons-list li:last-child, .dup-styles.tippy-box[data-theme~=duplicator-filled] .dup-status-icons-list li:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.dup-styles.tippy-box[data-theme~=duplicator] .dup-status-icons-list .icon-wrapper, .dup-styles.tippy-box[data-theme~=duplicator-filled] .dup-status-icons-list .icon-wrapper {
|
|
margin-right: 5px;
|
|
min-width: 15px;
|
|
display: inline-block;
|
|
}
|
|
.dup-styles#TB_window {
|
|
font-size: 15px;
|
|
}
|
|
.dup-styles#TB_window #TB_ajaxContent {
|
|
padding: 20px 10px;
|
|
}
|
|
.dup-styles#TB_window #TB_title {
|
|
background-color: #e8e8e8;
|
|
}
|
|
.dup-styles#TB_window #TB_closeWindowButton .tb-close-icon {
|
|
outline: none;
|
|
box-shadow: none;
|
|
color: #1D2327;
|
|
}
|
|
.dup-styles#TB_window #TB_closeWindowButton:focus {
|
|
outline: none;
|
|
box-shadow: none;
|
|
}
|
|
.dup-styles#TB_window #TB_closeWindowButton:focus .tb-close-icon {
|
|
outline: none;
|
|
box-shadow: none;
|
|
color: inherit;
|
|
}
|
|
.dup-styles#TB_window #TB_closeWindowButton:hover .tb-close-icon,
|
|
.dup-styles#TB_window #TB_closeWindowButton .tb-close-icon:hover {
|
|
color: #2563eb;
|
|
}
|
|
.dup-styles#TB_window .dup-title {
|
|
margin-top: 0;
|
|
}
|
|
.dup-styles#TB_window .dupli-dlg-textarea-caption {
|
|
padding-top: 10px 0;
|
|
padding-bottom: 0px;
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
}
|
|
.dup-styles#TB_window .dupli-dlg-textarea {
|
|
resize: none;
|
|
overflow-y: scroll;
|
|
}
|
|
.dup-styles#TB_window .dupli-dlg-alert-txt {
|
|
font-size: 15px;
|
|
line-height: 22px;
|
|
padding-bottom: 20px;
|
|
}
|
|
.dup-styles#TB_window .dupli-dlg-alert-btns {
|
|
float: right;
|
|
}
|
|
.dup-styles#TB_window .dupli-dlg-confirm-txt {
|
|
font-size: 16px;
|
|
box-sizing: border-box;
|
|
overflow: auto;
|
|
height: calc(100% - 95px);
|
|
min-height: 100px;
|
|
}
|
|
.dup-styles#TB_window .dupli-dlg-confirm-txt > div > *:first-child {
|
|
margin-top: 0;
|
|
}
|
|
.dup-styles#TB_window .dupli-dlg-confirm-txt > div > *:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.dup-styles#TB_window .dupli-dlg-confirm-btns {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
.dup-styles#TB_window .dupli-dlg-confirm-btns .button {
|
|
margin-left: 10px;
|
|
}
|
|
.dup-styles#TB_window .dupli-dlg-confirm-progress {
|
|
display: none;
|
|
}
|
|
.dup-styles#TB_window .margin-top-0 {
|
|
margin-top: 0;
|
|
}
|
|
.dup-styles#TB_window .margin-bottom-0 {
|
|
margin-bottom: 0;
|
|
}
|
|
.dup-styles#TB_window .dup-dlg-store-remote {
|
|
height: 350px;
|
|
overflow-y: scroll;
|
|
border: 1px dotted #e8e8e8;
|
|
padding: 0 10px 0 10px;
|
|
}
|
|
.dup-styles#TB_window .dup-dlg-store-remote .dup-dlg-store-endpoint {
|
|
margin-bottom: 16px;
|
|
}
|
|
.dup-styles#TB_window .dup-dlg-store-remote .dup-dlg-store-endpoint:not(:last-child) {
|
|
padding-bottom: 5px;
|
|
border-bottom: 1px solid #e8e8e8;
|
|
}
|
|
.dup-styles#TB_window .dup-dlg-store-remote .dup-dlg-store-names {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
margin: 5px 0 2px 0;
|
|
}
|
|
.dup-styles#TB_window .dup-dlg-store-remote h4.dup-dlg-store-names span {
|
|
font-weight: normal;
|
|
}
|
|
.dup-styles#TB_window .dup-dlg-store-remote .dup-dlg-store-test {
|
|
margin: 0 0 6px 0;
|
|
}
|
|
.dup-styles#TB_window .dup-dlg-store-remote .dup-dlg-store-test a {
|
|
margin: 0 4px 0 0;
|
|
}
|
|
.dup-styles#TB_window .dup-dlg-store-remote .dup-dlg-store-links,
|
|
.dup-styles#TB_window .dup-dlg-store-remote .dup-dlg-store-test {
|
|
font-size: 13px;
|
|
}
|
|
.dup-styles#TB_window .dup-dlg-store-remote .dup-dlg-store-endpoint.dup-dlg-store-endpoint-failed .dup-dlg-store-names,
|
|
.dup-styles#TB_window .dup-dlg-store-remote .dup-dlg-store-endpoint.dup-dlg-store-endpoint-cancelled .dup-dlg-store-names,
|
|
.dup-styles#TB_window .dup-dlg-store-remote .dup-dlg-store-endpoint.dup-dlg-store-endpoint-failed .dup-dlg-store-server,
|
|
.dup-styles#TB_window .dup-dlg-store-remote .dup-dlg-store-endpoint.dup-dlg-store-endpoint-cancelled .dup-dlg-store-server,
|
|
.dup-styles#TB_window .dup-dlg-store-remote .dup-dlg-store-endpoint.dup-dlg-store-endpoint-failed .dup-dlg-store-links,
|
|
.dup-styles#TB_window .dup-dlg-store-remote .dup-dlg-store-endpoint.dup-dlg-store-endpoint-cancelled .dup-dlg-store-links {
|
|
color: #d63638;
|
|
}
|
|
.dup-styles#TB_window .dup-dlg-store-log-link {
|
|
display: block;
|
|
margin: 6px 0 -10px 0;
|
|
float: left;
|
|
margin-top: 20px;
|
|
}
|
|
@keyframes dup-ajax-loader-spin {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
.dup-styles#dup-ajax-loader {
|
|
display: none;
|
|
opacity: 0;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 100000000;
|
|
width: 100%;
|
|
height: 100%;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background-color: rgba(200, 200, 200, 0.5);
|
|
}
|
|
.dup-styles#dup-ajax-loader #dup-ajax-loader-img-wrapper {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
opacity: 0.6;
|
|
}
|
|
.dup-styles#dup-ajax-loader #dup-ajax-loader-img-wrapper img {
|
|
animation-name: dup-ajax-loader-spin;
|
|
animation-duration: 2s;
|
|
animation-iteration-count: infinite;
|
|
animation-timing-function: linear;
|
|
width: 120px;
|
|
}
|
|
.dup-styles div#dupli-monitor-trace-area {
|
|
position: fixed;
|
|
bottom: 0;
|
|
right: 0;
|
|
padding: 10px;
|
|
background: rgb(240, 240, 241);
|
|
border-top: 1px solid #c0c0c0;
|
|
border-left: 1px solid #c0c0c0;
|
|
border-radius: 4px 0 0 0;
|
|
text-align: center;
|
|
line-height: 26px;
|
|
z-index: 9999;
|
|
}
|
|
|
|
.admin_page_duplicator-import-installer .dup-header.dup-styles {
|
|
display: none;
|
|
}
|
|
.admin_page_duplicator-import-installer .wpcontent {
|
|
position: relative;
|
|
}
|
|
.admin_page_duplicator-import-installer #wpfooter {
|
|
display: none;
|
|
}
|
|
.admin_page_duplicator-import-installer .admin_page_duplicator-import-installer:not(.dup-actions-error) #wpbody-content > * {
|
|
display: none;
|
|
}
|
|
.admin_page_duplicator-import-installer #adminmenuwrap,
|
|
.admin_page_duplicator-import-installer #dupli-import-installer-wrapper {
|
|
height: calc(100vh - 32px);
|
|
overflow: hidden;
|
|
}
|
|
@media only screen and (max-width: 782px) {
|
|
.admin_page_duplicator-import-installer #adminmenuwrap,
|
|
.admin_page_duplicator-import-installer #dupli-import-installer-wrapper {
|
|
height: calc(100vh - 46px);
|
|
}
|
|
}
|
|
.admin_page_duplicator-import-installer #dupli-import-installer-wrapper {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
display: flex !important;
|
|
flex-flow: column;
|
|
z-index: 1000000;
|
|
}
|
|
.admin_page_duplicator-import-installer #dupli-import-installer-iframe {
|
|
flex: 1 1 auto;
|
|
}
|
|
.admin_page_duplicator-import-installer #dupli-import-installer-top-bar {
|
|
padding: 20px 0;
|
|
}
|