.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%;
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}