.save-as-pdf-pdfcrowd-reset,
.save-as-pdf-pdfcrowd-reset * {
all: initial;
}
div.save-as-pdf-pdfcrowd-button-wrap {
display: block;
}
span.save-as-pdf-pdfcrowd-button-wrap {
display: inline;
}
.save-as-pdf-pdfcrowd-button-wrap * {
cursor: pointer;
}
.save-as-pdf-pdfcrowd-button {
display: inline-block;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.save-as-pdf-pdfcrowd-button-hover, .save-as-pdf-pdfcrowd-has-indicator-func:hover {
filter: grayscale(30%);
}
.save-as-pdf-pdfcrowd-button img {
vertical-align: middle;
display: inline-block;
}
.save-as-pdf-pdfcrowd-post-form {
display: none !important;
}
.save-as-pdf-pdfcrowd-diag {
background-color: #eee;
padding: .5em;
clear: both;
}
.save-as-pdf-pdfcrowd-diag-tab {
width: auto;
}
.save-as-pdf-pdfcrowd-diag-tab th {
white-space: nowrap;
padding: 2px 8px;
text-align: start;
}
.save-as-pdf-pdfcrowd-diag-tab td {
white-space: pre-line;
padding: 2px 8px;
}.save-as-pdf-pdfcrowd-ind, .save-as-pdf-pdfcrowd-ind * {
cursor: wait;
}
.save-as-pdf-pdfcrowd-ind-in {
border-radius: inherit;
background: inherit;
width: 100%;
height: 100%;
display: inline-block;
top: 0;
left: 0;
position: absolute;
}
.save-as-pdf-pdfcrowd-ind-el {
display: block;
position: relative;
cursor: inherit;
left: calc(50% - 20px);
top: calc(50% - 2px);
}
.save-as-pdf-pdfcrowd-ind-el div {
position: absolute;
width: 7px;
height: 7px;
border-radius: 50%;
background: #fff;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.save-as-pdf-pdfcrowd-ind-el div:nth-child(1) {
left: 2px;
animation: save-as-pdf-pdfcrowd-ind-el1 0.6s infinite;
}
.save-as-pdf-pdfcrowd-ind-el div:nth-child(2) {
left: 2px;
animation: save-as-pdf-pdfcrowd-ind-el2 0.6s infinite;
}
.save-as-pdf-pdfcrowd-ind-el div:nth-child(3) {
left: 16px;
animation: save-as-pdf-pdfcrowd-ind-el2 0.6s infinite;
}
.save-as-pdf-pdfcrowd-ind-el div:nth-child(4) {
left: 30px;
animation: save-as-pdf-pdfcrowd-ind-el3 0.6s infinite;
}
@keyframes save-as-pdf-pdfcrowd-ind-el1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes save-as-pdf-pdfcrowd-ind-el3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes save-as-pdf-pdfcrowd-ind-el2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(14px, 0);
}
}
.save-as-pdf-pdfcrowd-ind-dual-ring {
display: block;
position: relative;
cursor: inherit;
left: calc(50% - 13px);
top: calc(50% - 13px);
}
.save-as-pdf-pdfcrowd-ind-dual-ring:after {
box-sizing: border-box;
content: " ";
display: block;
width: 26px;
height: 26px;
border-radius: 50%;
border: 4px solid #fff;
border-color: inherit;
animation: save-as-pdf-pdfcrowd-ind-dual-ring 1.2s linear infinite;
}
@keyframes save-as-pdf-pdfcrowd-ind-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.save-as-pdf-pdfcrowd-ind-ring {
display: block;
position: relative;
cursor: inherit;
left: calc(50% - 13px);
top: calc(50% - 13px);
}
.save-as-pdf-pdfcrowd-ind-ring div {
box-sizing: border-box;
display: block;
position: absolute;
width: 26px;
height: 26px;
border: 3px solid #fff;
border-radius: 50%;
animation: save-as-pdf-pdfcrowd-ind-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: inherit;
}
.save-as-pdf-pdfcrowd-ind-ring div:nth-child(1) {
animation-delay: -0.45s;
}
.save-as-pdf-pdfcrowd-ind-ring div:nth-child(2) {
animation-delay: -0.3s;
}
.save-as-pdf-pdfcrowd-ind-ring div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes save-as-pdf-pdfcrowd-ind-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}.save-as-pdf-pdfcrowd-modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 40vh;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
.save-as-pdf-pdfcrowd-modal-content {
background-color: #fefefe;
margin: auto;
padding: 1em;
border: 1px solid #888;
width: 50%;
}
.save-as-pdf-pdfcrowd-modal-content button {
margin: 1px 0.2em;
}
.save-as-pdf-pdfcrowd-modal-content p {
margin: 0;
}
.save-as-pdf-pdfcrowd-modal-close {
color: #aaaaaa;
font-size: 1em;
font-weight: bold;
}
.save-as-pdf-pdfcrowd-modal-header {
text-align: right;
}
.save-as-pdf-pdfcrowd-modal-footer {
text-align: center;
margin-top: 1em;
}
.save-as-pdf-pdfcrowd-modal-close:hover,
.save-as-pdf-pdfcrowd-modal-close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
#save-as-pdf-pdfcrowd-email-input {
width: 100%;
}