@media all {
html.with-featherlight { overflow: hidden;
}
.featherlight {
display: none; position:fixed;
top: 0; right: 0; bottom: 0; left: 0;
z-index: 2147483647;  text-align: center; white-space: nowrap; cursor: pointer;
background: #333; background: rgba(0, 0, 0, 0);
} .featherlight:last-of-type {
background: rgba(0, 0, 0, 0.8);
}
.featherlight:before { content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.featherlight .featherlight-content { position: relative; text-align: left;
vertical-align: middle;
display: inline-block; overflow: auto; margin-left: 5%;
margin-right: 5%;
max-height: 95%; background: #fff;
cursor: auto; white-space: normal;
} .featherlight .featherlight-inner { display: block;
} .featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
display: none;
}
.featherlight .featherlight-close-icon { position: absolute;
z-index: 9999;
top: 20px;
right: 20px; line-height: 25px;
width: 25px; cursor: pointer;
text-align: center;
font-family: Arial, sans-serif;
background: #fff; color: #0085ba;
border: none;
padding: 0;
} .featherlight .featherlight-close-icon::-moz-focus-inner {
border: 0;
padding: 0;
}
.featherlight .featherlight-image { width: 100%;
}
.featherlight-iframe .featherlight-content { border-bottom: 0;
padding: 0;
-webkit-overflow-scrolling: touch;
overflow-y: scroll;
}
.featherlight iframe { border: none;
}
.featherlight * { -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
} @media only screen and (max-width: 1024px) {
.featherlight .featherlight-content { margin-left: 0;
margin-right: 0;
max-height: 98%;
}
} @media print {
@page {size: landscape}
html.with-featherlight > * > :not(.featherlight) {
display: none;
}
}.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0); }
.ui-front {
z-index: 100;
} .ui-state-disabled {
cursor: default !important;
pointer-events: none;
} .ui-icon {
display: inline-block;
vertical-align: middle;
margin-top: -.25em;
position: relative;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
.ui-widget-icon-block {
left: 50%;
margin-left: -8px;
display: block;
}  .ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-datepicker {
width: 17em;
padding: .1;
display: none;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
top: 1px;
}
.ui-datepicker .ui-datepicker-next-hover:hover {
background: transparent;
border-color:transparent;
opacity: .6;
}
.ui-datepicker .ui-datepicker-prev:hover {
background: transparent;
border-color:transparent;
opacity: .6;
}
.ui-datepicker .ui-datepicker-prev {
left: 2px;
}
.ui-datepicker .ui-datepicker-next {
right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 46%;
float: left;
margin: 2px 3px;
}
.ui-datepicker table {
width: 100%;
font-size: .9em;
border-collapse: collapse;
margin: 0;
background: #f4f4f4;
border: 0;
}
.ui-datepicker th {
padding: .7em .3em;
text-align: center;
font-weight: bold;
border: 0;
}
.ui-datepicker td {
border: 0;
padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .3em;
text-align: center;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: .7em 0 0 0;
padding: 0 .2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: .5em .2em .4em;
cursor: pointer;
padding: .2em .6em .3em .6em;
width: auto;
overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float: left;
} .ui-datepicker.ui-datepicker-multi {
width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear: left;
}
.ui-datepicker-row-break {
clear: both;
width: 100%;
font-size: 0;
} .ui-datepicker-rtl {
direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
} .ui-datepicker .ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
left: .5em;
top: .3em;
} .ui-widget {
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}
.ui-widget.ui-widget-content {
border: 1px solid #e4e4e4;
}
.ui-widget-content {
border: 1px solid #dddddd;
background: #ffffff;
color: #333333;
}
.ui-widget-content a {
color: #333333;
}
.ui-widget-header {
border: 0px solid #dddddd;
background: #000000;
color: #ffffff;
font-weight: bold;
}
.ui-widget-header a {
color: #333333;
}
table.ui-datepicker-calendar thead{
background: #000;
color: #fff;
} .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
border: 1px solid #f4f4f4;
background: #f4f4f4;
font-weight: normal;
color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
color: #454545;
text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
border: 1px solid #ededed;
background: #ededed;
font-weight: normal;
color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
color: #2b2b2b;
text-decoration: none;
}
.ui-visual-focus {
box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
border: 1px solid #000;
background: #000;
font-weight: normal;
color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
border: #003eff;
background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #ffffff;
text-decoration: none;
} .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #d8d8d8;
background: #d8d8d8;
color: #ffffff;
}
.ui-state-checked {
border: 1px solid #dad55e;
background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #f1a899;
background: #fddfdf;
color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: .7;
filter:Alpha(Opacity=70); font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: .35;
filter:Alpha(Opacity=35); background-image: none;
}
.ui-state-disabled .ui-icon {
filter:Alpha(Opacity=35); }  .ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url(//richifranken.nl/wp-content/plugins/perfect-survey/resources/frontend/assets/images/ui-icons_ffffff_256x240);
}
.ui-widget-header .ui-icon {
background-image: url(//richifranken.nl/wp-content/plugins/perfect-survey/resources/frontend/assets/images/ui-icons_ffffff_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
background-image: url(//richifranken.nl/wp-content/plugins/perfect-survey/resources/frontend/assets/images/ui-icons_ffffff_256x240.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
background-image: url(//richifranken.nl/wp-content/plugins/perfect-survey/resources/frontend/assets/images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
background-image: url(//richifranken.nl/wp-content/plugins/perfect-survey/resources/frontend/assets/images/ui-icons_ffffff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url(//richifranken.nl/wp-content/plugins/perfect-survey/resources/frontend/assets/images/ui-icons_ffffff_256x240.png);
}
.ui-button .ui-icon {
background-image: url(//richifranken.nl/wp-content/plugins/perfect-survey/resources/frontend/assets/images/ui-icons_ffffff_256x240.png);
} .ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; } .ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }  .ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
border-radius: 0px;
} .ui-widget-overlay {
background: #aaaaaa;
opacity: .3;
filter: Alpha(Opacity=30); }
.ui-widget-shadow {
-webkit-box-shadow: 0px 0px 5px #666666;
box-shadow: 0px 0px 5px #666666;
}
.survey_general_container .ps_resposive_table .ui-datepicker-calendar thead th:last-child a, td:last-child a.ui-state-default {
padding-right: 0 !important;
color: #bd0000 !important;
}.survey_general_container label {
color: #333;
display: block;
font-weight: normal;
margin-bottom: 0.5em;
cursor: pointer;
}
.survey_general_container select {
width: 100%;
height: 40px;
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0px;
padding: 6px;
background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI1NSAyNTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1NSAyNTU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iYXJyb3ctZHJvcC1kb3duIj4KCQk8cG9seWdvbiBwb2ludHM9IjAsNjMuNzUgMTI3LjUsMTkxLjI1IDI1NSw2My43NSAgICIgZmlsbD0iIzAwMDAwMCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
background-repeat: no-repeat;
background-position: right center;
background-size: 13px;
background-origin: content-box;
background-color: #fff;
outline: none;
}
.survey_general_container select[multiple] {
height: auto;
background: none;
overflow: auto;
}
.survey_general_container span.ps_required {
color: red;
margin-left: -5px
}
.survey_general_container .survey_textarea {
width: 100%;
outline: none !important;
}
.survey-container .ps_progressbar_generalcontainer {
overflow: hidden;
}
button.post-edit-btn.ps_survey_btn_submit.survey_submit_btn,
.swal-button {
padding: 11px 20px;
margin: 0;
border-radius: 3px;
font-size: 17px;
text-transform: none;
}
.survey_general_container  input[type='date'],
.survey_general_container  input[type='number'],
.survey_general_container  input[type='email'],
.survey_general_container  input[type='text']{
width: 100%;
height: 40px;
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0px;
padding: 6px;
background-repeat: no-repeat;
background-position: right center;
background-size: 13px;
background-origin: content-box;
background-color: #fff;
}
.survey_general_container .radio-btn,
.survey_general_container .check-btn {
display: flex;
align-items: center;
}
.survey_general_container .ps-centered .radio-btn,
.survey_general_container .ps-centered .check-btn {
display: block;
}
.survey_general_container label.radio-btn span.ps_survey_onlyext,
.survey_general_container label.check-btn span.ps_survey_onlyext {
flex: 1;
}
.survey_general_container .radio-btn span:not(.ps_survey_onlyext) {
background: #fff;
border: 1px solid #000;
width: 19px;
height: 19px;
display: inline-block;
vertical-align: middle;
position: relative;
margin-right: 10px;
border-radius: 50%;
}
.survey_general_container .radio-btn span:not(.ps_survey_onlyext):before {
content: '';
border-radius: 50%;
width: 11px;
height: 11px;
left: 3px;
top: 3px;
position: absolute;
transform: scale(0);
transition: .3s all;
}
.survey_general_container .radio-btn input[type="radio"] {
display: none;
}
.survey_general_container .radio-btn input[type="radio"]:checked ~ span:before {
background: #000;
transform: scale(1);
}
.survey_general_container .radio-btn.invert-btn {
color: #fff;
}
.survey_general_container .radio-btn.invert-btn span {
background: transparent;
border: 1px solid #fff;
}
.survey_general_container .radio-btn.invert-btn input[type="radio"] {
display: none;
}
.survey_general_container .radio-btn.invert-btn input[type="radio"]:checked ~ span:before {
background: #fff;
}
.survey_general_container .check-btn span:not(.ps_survey_onlyext) {
background: #fff;
border: 1px solid #000;
width: 19px;
height: 19px;
display: inline-block;
vertical-align: middle;
position: relative;
margin-right: 10px;
}
.survey_general_container .ps-centered {
text-align: center
}
.survey_general_container span.ps_span_title {
display: block;
margin: 0 0 10px 0;
}
.survey_general_container .check-btn span:not(.ps_survey_onlyext):before {
content:'';
width: 11px;
height: 11px;
left: 3px;
top: 3px;
position: absolute;
transform: scale(0);
transition: .3s all;
}
.survey_general_container .check-btn input[type="checkbox"] {
display: none;
}
.survey_general_container .check-btn input[type="checkbox"]:checked ~ span:before {
background: #000;
transform: scale(1);
}
.survey_general_container .check-btn.invert-btn {
color: #fff;
}
.survey_general_container .check-btn.invert-btn span {
background: transparent;
border: 1px solid #fff;
}
.survey_general_container .check-btn.invert-btn input[type="checkbox"] {
display: none;
}
.survey_general_container .check-btn.invert-btn input[type="checkbox"]:checked ~ span:before {
background: #fff;
}
.survey_general_container .survey_question_container{
padding: 20px 0px;
}
.survey_general_container .survey_question_container.boxed {
border: 1px solid #efefef;
padding: 20px;
box-shadow: 0px 10px 26px rgba(0,0,0,0.1);
border-radius: 6px;
}
.survey_general_container .survey_question_container.boxed .survey_queryble {
margin-bottom: 0;
}
.survey_general_container .survey_question_box .survey_row .survey_row_settings_layout label{
display: inline;
padding-right: 20px;
}
.survey_general_container .survey_question_box .survey_row .survey_column_settings_layout label{
border-bottom: 1px solid #e2e2e2;
padding-bottom: 0.5em;
}
.survey_general_container .survey_question_box .survey_row .survey_column_settings_layout label:last-child{
border-bottom: 0;
padding-bottom: 0.5em;
}
.survey_general_container .survey_question_box .survey_row .survey_row_settings_layout label span:not(.ps_survey_onlyext){
margin-right: 0;
}
.survey-image-block-frontend .container-image {
width: 100%;
}
.survey-image-block-frontend .container-image label{
display: inline;
}
button.featherlight-close-icon.featherlight-close {
margin-top: 0;
}
.survey_general_container .survey_col12 {
display: inline-block;
width: 100%;
}
.survey_general_container .no-boxed {
padding-bottom: 30px;
padding-top: 30px;
border-bottom: 1px solid #ccc;
}
.survey_general_container .no-boxed:first-child {
padding-top: 0;
}
.survey_general_container .boxed {
margin-bottom: 30px
}
.survey_general_container .survey_btns{
text-align: center;
}
.survey_general_container .survey-container-image-front {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-color: #f4f4f4;
height: 150px;
width: 100%;
margin-bottom: 10px;
position: relative;
}
.survey_general_container .check-btn {
cursor: pointer;
}
.survey_general_container .survey-image-block-frontend {
width: calc(50% - 12px);
float: left;
padding: 17px;
border: 1px solid #dedede;
background: #fff;
margin: 6px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.survey_general_container .survey_question_container.boxed h2 {
margin-top: 0px;
margin-bottom: 10px
}
.survey_general_container .survey_question_container.boxed h2:after,
.survey_general_container .survey_question_container.boxed h2:before {
display: none;
content: '';
}
.survey_general_container .ps_resposive_table {
overflow-x: auto;
}
.survey_general_container .ps_resposive_table table{
table-layout: auto;
width: 100%;
border: 0
}
.survey_general_container .ps_resposive_table table th {
text-align: left;
line-height: 1.9375;
}
.survey_general_container .ps_resposive_table table,
.survey_general_container .ps_resposive_table table th,
.survey_general_container .ps_resposive_table table td {
font-size: 16px;
margin-bottom: 0
}
.survey_general_container .ps_resposive_table table th {
font-weight: bold;
text-align: center;
}
.survey_general_container .ps_resposive_table label {
margin-bottom: 0;
}
.survey_general_container .ps_resposive_table tbody tr:nth-child(odd){
background-color: #f4f4f4
}
.survey_general_container .ps_resposive_table thead thead th {
border-bottom: 1px solid #bbb;
padding-bottom: 0.5em;
padding: 0.4em;
text-align: left;
}
.survey_general_container .ps_resposive_table thead th:last-child, td:last-child {
padding-right: 0.4em;
}
.survey_general_container .ps_label_table {
white-space: nowrap
}
.ps_paginator_step {
display: block;
margin-bottom: 20px
}
.ps_paginator_step ul {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}
.ps_paginator_step ul li {
text-align: center;
display: inline-block;
}
.survey_general_container .ps-container-image {
display: block;
margin-bottom: 20px;
}
.swal-overlay--show-modal .swal-modal {
font-family: sans-serif;
}
.ps_paginator_step_number {
border: 1px solid #efefef;
background: #fff;
padding: 10px;
display: block;
margin-bottom: 30px;
color: #000;
border-radius: 6px;
text-align: center;
box-shadow: 0px 10px 26px rgba(0,0,0,0.1);
}
.ps_paginator_step_number ul {
padding: 0;
margin: 0;
list-style: none;
}
.ps_icon_search_image {
text-align: center;
font-size: 40px;
color: #fff;
text-shadow: 0 0 9px rgba(0,0,0,.5);
position: absolute;
width: 100%;
top: 50%;
transform: translatey(-10%);
opacity: 0;
transition: .3s all ease
}
.survey-container .survey_general_container .survey_question_container.boxed {
position: relative;
display: block;
}
.survey-container-image-front:hover .ps_icon_search_image {
opacity: 1;
transform: translatey(-50%);
}
.survey-wrap-input ul {
padding: 0;
margin: 0;
}
.survey_general_container button.post-edit-btn.ps_survey_btn_submit.survey_submit_btn:hover,
.swal-button:hover{
opacity: .7;
}
.swal-footer {
text-align: center
}
.survey_row_settings_layout .survey-image-block-frontend {
width: calc(100% - 12px);
}
.survey_general_container .survey_question_box .survey_row .survey_row_settings_layout label {
display: inline;
}
.swal-overlay {
z-index: 90000
}
.survey-container .ps_paginator_step_number {
font-size: 15px;
font-family: sans-serif;
color: #333
}
.ps_survey_suspended,
.survey-complete-message {
border: 1px solid #efefef;
padding: 20px;
box-shadow: 0px 10px 26px rgba(0,0,0,0.1);
border-radius: 6px;
padding: 40px 150px;
text-align: center;
font-family: sans-serif;
font-size: 14px;
background-color: #ffffff
}
.ps_header_hide_mobile {
display: table-header-group;
}
.ps_header_hide_descktop {
display: none
}
.ps_resposive_table.ps_matrix_responsiveness {
margin: 0
}
@media (max-width: 992px) {
.ps_matrix_responsiveness .ps_label_table {
background: #efefef
}
.ps_matrix_responsiveness tbody th,
.ps_matrix_responsiveness tbody td,
.ps_matrix_responsiveness tbody tr {
display: block;
width: 100%
}
.ps_matrix_responsiveness .ps-centered{
text-align: left;
background: #fff
}
.ps_header_hide_mobile {
display: none
}
.ps_header_hide_descktop {
display: inline-block
}
.ps_survey_suspended,
.survey-complete-message {
padding: 20px;
}
.survey_general_container .survey-image-block-frontend {
width: calc(100% - 12px);
}
.ps_icon_search_image {
opacity: 1;
transform: translatey(-50%);
}
}
.hidden_ps_questions_com
{
display: none !important;
} .ps_ui_customize_survey .ui-state-default,
.ps_ui_customize_survey .ui-widget-content .ui-state-default,
.ps_ui_customize_survey .ui-widget-header .ui-state-default,
.ps_ui_customize_survey .ui-button,
html .ps_ui_customize_survey .ui-button.ui-state-disabled:hover,
html .ps_ui_customize_survey .ui-button.ui-state-disabled:active {
border: 0
}
.ps_ui_customize_survey table.ui-datepicker-calendar thead {
font-size: 10px;
color: #ffffffbd;
font-weight: lighter;
}
.ps_ui_customize_survey table.ui-datepicker-calendar tr {
border-bottom: 0
}
.ui-widget.ui-widget-content.ps_ui_customize_survey  {
border: 0px;
border-radius: 8px;
overflow: hidden;
padding: 12px;
}
.ps_ui_customize_survey a.ui-button.ui-state-disabled:hover {
background: #000
}
.ps_ui_customize_survey a.ui-state-default {
border-radius: 2px
}
.ps_ui_customize_survey a.ui-state-default.ui-state-hover,
.ps_ui_customize_survey .ui-state-active, .ui-widget-content .ui-state-active,
.ps_ui_customize_survey .ui-state-active, .ui-widget-content .ui-state-active {
background: #00000020 !important
}
.ps_ui_customize_survey .ui-widget.ui-widget-content,
.ps_ui_customize_survey .ui-state-default,
.ps_ui_customize_survey .ui-widget-content .ui-state-default,
.ps_ui_customize_survey .ui-datepicker table,
.ps_ui_customize_survey .ui-state-highlight,
.ps_ui_customize_survey .ui-widget-content .ui-state-highlight,
.ps_ui_customize_survey table.ui-datepicker-calendar thead,
.ps_ui_customize_survey .ui-widget-header,
.ps_ui_customize_survey .ui-state-active,
.ps_ui_customize_survey .ui-widget-content
.ps_ui_customize_survey .ui-state-active {
color: #ffffff;
}
.ui-datepicker.ps_ui_customize_survey select.ui-datepicker-month,
.ui-datepicker.ps_ui_customize_survey select.ui-datepicker-year {
width: 46%;
float: left;
margin: 2px 3px;
-webkit-appearance: unset;
background: transparent;
border: 0;
border-bottom: 1px solid #fff;
border-radius: 0;
color: #fff;
font-size: 13px;
} .ps_perfect_survey_spancounter {
color: #999;
font-size: 11px;
text-align: right;
height: 20px;
}
.survey-wrap-input ul li {
margin: 0;
}
.ps_ui_answer_is_my {
font-weight: bold;
background: rgba(0, 255, 27, 0.15);
}@font-face {
font-family: 'icomoon';
src:  url(//richifranken.nl/wp-content/plugins/perfect-survey/resources/backend/assets/fonts/icomoon.eot?y9gz9n);
src:  url(//richifranken.nl/wp-content/plugins/perfect-survey/resources/backend/assets/fonts/icomoon.eot?y9gz9n#iefix) format('embedded-opentype'),
url(//richifranken.nl/wp-content/plugins/perfect-survey/resources/backend/assets/fonts/icomoon.ttf?y9gz9n) format('truetype'),
url(//richifranken.nl/wp-content/plugins/perfect-survey/resources/backend/assets/fonts/icomoon.woff?y9gz9n) format('woff'),
url(//richifranken.nl/wp-content/plugins/perfect-survey/resources/backend/assets/fonts/icomoon.svg?y9gz9n#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="pswp_set_icon-"], [class*=" pswp_set_icon-"] { font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.pswp_set_icon-home:before {
content: "\e900";
}
.pswp_set_icon-home2:before {
content: "\e901";
}
.pswp_set_icon-home3:before {
content: "\e902";
}
.pswp_set_icon-office:before {
content: "\e903";
}
.pswp_set_icon-newspaper:before {
content: "\e904";
}
.pswp_set_icon-pencil:before {
content: "\e905";
}
.pswp_set_icon-pencil2:before {
content: "\e906";
}
.pswp_set_icon-quill:before {
content: "\e907";
}
.pswp_set_icon-pen:before {
content: "\e908";
}
.pswp_set_icon-blog:before {
content: "\e909";
}
.pswp_set_icon-eyedropper:before {
content: "\e90a";
}
.pswp_set_icon-droplet:before {
content: "\e90b";
}
.pswp_set_icon-paint-format:before {
content: "\e90c";
}
.pswp_set_icon-image:before {
content: "\e90d";
}
.pswp_set_icon-images:before {
content: "\e90e";
}
.pswp_set_icon-camera:before {
content: "\e90f";
}
.pswp_set_icon-headphones:before {
content: "\e910";
}
.pswp_set_icon-music:before {
content: "\e911";
opacity: 0.3;
}
.pswp_set_icon-music.selected:before {
content: "\e911";
opacity: 1;
}
.pswp_set_icon-play:before {
content: "\e912";
}
.pswp_set_icon-film:before {
content: "\e913";
}
.pswp_set_icon-video-camera:before {
content: "\e914";
}
.pswp_set_icon-dice:before {
content: "\e915";
}
.pswp_set_icon-pacman:before {
content: "\e916";
}
.pswp_set_icon-spades:before {
content: "\e917";
}
.pswp_set_icon-clubs:before {
content: "\e918";
}
.pswp_set_icon-diamonds:before {
content: "\e919";
}
.pswp_set_icon-bullhorn:before {
content: "\e91a";
}
.pswp_set_icon-connection:before {
content: "\e91b";
}
.pswp_set_icon-podcast:before {
content: "\e91c";
}
.pswp_set_icon-feed:before {
content: "\e91d";
}
.pswp_set_icon-mic:before {
content: "\e91e";
}
.pswp_set_icon-book:before {
content: "\e91f";
}
.pswp_set_icon-books:before {
content: "\e920";
}
.pswp_set_icon-library:before {
content: "\e921";
}
.pswp_set_icon-file-text:before {
content: "\e922";
}
.pswp_set_icon-profile:before {
content: "\e923";
}
.pswp_set_icon-file-empty:before {
content: "\e924";
}
.pswp_set_icon-files-empty:before {
content: "\e925";
}
.pswp_set_icon-file-text2:before {
content: "\e926";
}
.pswp_set_icon-file-picture:before {
content: "\e927";
}
.pswp_set_icon-file-music:before {
content: "\e928";
}
.pswp_set_icon-file-play:before {
content: "\e929";
}
.pswp_set_icon-file-video:before {
content: "\e92a";
}
.pswp_set_icon-file-zip:before {
content: "\e92b";
}
.pswp_set_icon-copy:before {
content: "\e92c";
}
.pswp_set_icon-paste:before {
content: "\e92d";
}
.pswp_set_icon-stack:before {
content: "\e92e";
}
.pswp_set_icon-folder:before {
content: "\e92f";
}
.pswp_set_icon-folder-open:before {
content: "\e930";
}
.pswp_set_icon-folder-plus:before {
content: "\e931";
}
.pswp_set_icon-folder-minus:before {
content: "\e932";
}
.pswp_set_icon-folder-download:before {
content: "\e933";
}
.pswp_set_icon-folder-upload:before {
content: "\e934";
}
.pswp_set_icon-price-tag:before {
content: "\e935";
}
.pswp_set_icon-price-tags:before {
content: "\e936";
}
.pswp_set_icon-barcode:before {
content: "\e937";
}
.pswp_set_icon-qrcode:before {
content: "\e938";
}
.pswp_set_icon-ticket:before {
content: "\e939";
}
.pswp_set_icon-cart:before {
content: "\e93a";
}
.pswp_set_icon-coin-dollar:before {
content: "\e93b";
}
.pswp_set_icon-coin-euro:before {
content: "\e93c";
}
.pswp_set_icon-coin-pound:before {
content: "\e93d";
}
.pswp_set_icon-coin-yen:before {
content: "\e93e";
}
.pswp_set_icon-credit-card:before {
content: "\e93f";
}
.pswp_set_icon-calculator:before {
content: "\e940";
}
.pswp_set_icon-lifebuoy:before {
content: "\e941";
}
.pswp_set_icon-phone:before {
content: "\e942";
}
.pswp_set_icon-phone-hang-up:before {
content: "\e943";
}
.pswp_set_icon-address-book:before {
content: "\e944";
}
.pswp_set_icon-envelop:before {
content: "\e945";
}
.pswp_set_icon-pushpin:before {
content: "\e946";
}
.pswp_set_icon-location:before {
content: "\e948";
opacity: 0.3;
}
.pswp_set_icon-location.selected:before {
content: "\e948";
opacity: 1;
}
.pswp_set_icon-location2:before {
content: "\e948";
}
.pswp_set_icon-compass:before {
content: "\e949";
}
.pswp_set_icon-compass2:before {
content: "\e94a";
}
.pswp_set_icon-map:before {
content: "\e94b";
opacity: 0.3;
}
.pswp_set_icon-map.selected:before {
content: "\e94b";
opacity: 1;
}
.pswp_set_icon-history:before {
content: "\e94d";
}
.pswp_set_icon-clock:before {
content: "\e94f";
opacity: 0.3;
}
.pswp_set_icon-clock.selected:before {
content: "\e94f";
opacity: 1;
}
.pswp_set_icon-alarm:before {
content: "\e950";
}
.pswp_set_icon-bell:before {
content: "\e951";
}
.pswp_set_icon-stopwatch:before {
content: "\e952";
}
.pswp_set_icon-calendar:before {
content: "\e953";
}
.pswp_set_icon-printer:before {
content: "\e954";
}
.pswp_set_icon-keyboard:before {
content: "\e955";
}
.pswp_set_icon-display:before {
content: "\e956";
}
.pswp_set_icon-laptop:before {
content: "\e957";
}
.pswp_set_icon-mobile:before {
content: "\e958";
}
.pswp_set_icon-mobile2:before {
content: "\e959";
}
.pswp_set_icon-tablet:before {
content: "\e95a";
}
.pswp_set_icon-tv:before {
content: "\e95b";
}
.pswp_set_icon-drawer:before {
content: "\e95c";
}
.pswp_set_icon-drawer2:before {
content: "\e95d";
}
.pswp_set_icon-box-add:before {
content: "\e95e";
}
.pswp_set_icon-box-remove:before {
content: "\e95f";
}
.pswp_set_icon-download:before {
content: "\e960";
}
.pswp_set_icon-upload:before {
content: "\e961";
}
.pswp_set_icon-floppy-disk:before {
content: "\e962";
}
.pswp_set_icon-drive:before {
content: "\e963";
}
.pswp_set_icon-database:before {
content: "\e964";
}
.pswp_set_icon-undo:before {
content: "\e965";
}
.pswp_set_icon-redo:before {
content: "\e966";
}
.pswp_set_icon-undo2:before {
content: "\e967";
}
.pswp_set_icon-redo2:before {
content: "\e968";
}
.pswp_set_icon-forward:before {
content: "\e969";
}
.pswp_set_icon-reply:before {
content: "\e96a";
}
.pswp_set_icon-bubble:before {
content: "\e96b";
}
.pswp_set_icon-bubbles:before {
content: "\e96c";
}
.pswp_set_icon-bubble2:before {
content: "\e96b";
opacity: 0.3;
}
.pswp_set_icon-bubble2.selected:before {
content: "\e96b";
opacity: 1;
}
.pswp_set_icon-bubbles3:before {
content: "\e96f";
}
.pswp_set_icon-bubbles4:before {
content: "\e970";
}
.pswp_set_icon-user:before {
content: "\e971";
}
.pswp_set_icon-users:before {
content: "\e972";
}
.pswp_set_icon-user-plus:before {
content: "\e973";
}
.pswp_set_icon-user-minus:before {
content: "\e974";
}
.pswp_set_icon-user-check:before {
content: "\e975";
}
.pswp_set_icon-user-tie:before {
content: "\e976";
}
.pswp_set_icon-quotes-left:before {
content: "\e977";
}
.pswp_set_icon-quotes-right:before {
content: "\e978";
}
.pswp_set_icon-hour-glass:before {
content: "\e979";
}
.pswp_set_icon-spinner:before {
content: "\e97a";
}
.pswp_set_icon-spinner2:before {
content: "\e97b";
}
.pswp_set_icon-spinner3:before {
content: "\e97c";
}
.pswp_set_icon-spinner4:before {
content: "\e97d";
}
.pswp_set_icon-spinner5:before {
content: "\e97e";
}
.pswp_set_icon-spinner6:before {
content: "\e97f";
}
.pswp_set_icon-spinner7:before {
content: "\e980";
}
.pswp_set_icon-spinner8:before {
content: "\e981";
}
.pswp_set_icon-spinner9:before {
content: "\e982";
}
.pswp_set_icon-spinner10:before {
content: "\e983";
}
.pswp_set_icon-spinner11:before {
content: "\e984";
}
.pswp_set_icon-binoculars:before {
content: "\e985";
}
.pswp_set_icon-search:before {
content: "\e986";
}
.pswp_set_icon-zoom-in:before {
content: "\e987";
}
.pswp_set_icon-zoom-out:before {
content: "\e988";
}
.pswp_set_icon-enlarge:before {
content: "\e989";
}
.pswp_set_icon-shrink:before {
content: "\e98a";
}
.pswp_set_icon-enlarge2:before {
content: "\e98b";
}
.pswp_set_icon-shrink2:before {
content: "\e98c";
}
.pswp_set_icon-key:before {
content: "\e98d";
}
.pswp_set_icon-key2:before {
content: "\e98e";
}
.pswp_set_icon-lock:before {
content: "\e98f";
}
.pswp_set_icon-unlocked:before {
content: "\e990";
}
.pswp_set_icon-wrench:before {
content: "\e991";
}
.pswp_set_icon-equalizer:before {
content: "\e992";
}
.pswp_set_icon-equalizer2:before {
content: "\e993";
}
.pswp_set_icon-cog:before {
content: "\e994";
}
.pswp_set_icon-cogs:before {
content: "\e995";
}
.pswp_set_icon-hammer:before {
content: "\e996";
}
.pswp_set_icon-magic-wand:before {
content: "\e997";
}
.pswp_set_icon-aid-kit:before {
content: "\e998";
}
.pswp_set_icon-bug:before {
content: "\e999";
}
.pswp_set_icon-pie-chart:before {
content: "\e99a";
}
.pswp_set_icon-stats-dots:before {
content: "\e99b";
}
.pswp_set_icon-stats-bars:before {
content: "\e99c";
}
.pswp_set_icon-stats-bars2:before {
content: "\e99d";
}
.pswp_set_icon-trophy:before {
content: "\e99e";
opacity: 0.3;
}
.pswp_set_icon-trophy.selected:before {
content: "\e99e";
opacity: 1;
}
.pswp_set_icon-gift:before {
content: "\e99f";
}
.pswp_set_icon-glass:before {
content: "\e9a0";
opacity: 0.3
}
.pswp_set_icon-glass.selected:before {
content: "\e9a0";
opacity: 1
}
.pswp_set_icon-glass2:before {
content: "\e9a1";
opacity: 0.3
}
.pswp_set_icon-glass2.selected:before {
content: "\e9a1";
opacity: 1
}
.pswp_set_icon-mug:before {
content: "\e9a2";
opacity: 0.3;
}
.pswp_set_icon-mug.selected:before {
content: "\e9a2";
opacity: 1;
}
.pswp_set_icon-spoon-knife:before {
content: "\e9a3";
opacity: 0.3
}
.pswp_set_icon-spoon-knife.selected:before {
content: "\e9a3";
opacity: 1
}
.pswp_set_icon-leaf:before {
content: "\e9a4";
opacity: 0.3;
}
.pswp_set_icon-leaf.selected:before {
content: "\e9a4";
opacity: 1;
}
.pswp_set_icon-rocket:before {
content: "\e9a5";
opacity: 0.3
}
.pswp_set_icon-rocket.selected:before {
content: "\e9a5";
opacity: 1
}
.pswp_set_icon-meter:before {
content: "\e9a6";
}
.pswp_set_icon-meter2:before {
content: "\e9a7";
}
.pswp_set_icon-hammer2:before {
content: "\e9a8";
}
.pswp_set_icon-fire:before {
content: "\e9a9";
opacity: 0.3
}
.pswp_set_icon-fire.selected:before {
content: "\e9a9";
opacity: 1
}
.pswp_set_icon-lab:before {
content: "\e9aa";
}
.pswp_set_icon-magnet:before {
content: "\e9ab";
}
.pswp_set_icon-bin:before {
content: "\e9ac";
}
.pswp_set_icon-bin2:before {
content: "\e9ad";
}
.pswp_set_icon-briefcase:before {
content: "\e9ae";
}
.pswp_set_icon-airplane:before {
content: "\e9af";
}
.pswp_set_icon-truck:before {
content: "\e9b0";
}
.pswp_set_icon-road:before {
content: "\e9b1";
}
.pswp_set_icon-accessibility:before {
content: "\e9b2";
}
.pswp_set_icon-target:before {
content: "\e9b3";
}
.pswp_set_icon-shield:before {
content: "\e9b4";
}
.pswp_set_icon-power:before {
content: "\e9b5";
opacity: 0.3
}
.pswp_set_icon-power.selected:before {
content: "\e9b5";
opacity: 1
}
.pswp_set_icon-switch:before {
content: "\e9b6";
}
.pswp_set_icon-power-cord:before {
content: "\e9b7";
}
.pswp_set_icon-clipboard:before {
content: "\e9b8";
}
.pswp_set_icon-list-numbered:before {
content: "\e9b9";
}
.pswp_set_icon-list:before {
content: "\e9ba";
}
.pswp_set_icon-list2:before {
content: "\e9bb";
}
.pswp_set_icon-tree:before {
content: "\e9bc";
}
.pswp_set_icon-menu:before {
content: "\e9bd";
}
.pswp_set_icon-menu2:before {
content: "\e9be";
}
.pswp_set_icon-menu3:before {
content: "\e9bf";
}
.pswp_set_icon-menu4:before {
content: "\e9c0";
}
.pswp_set_icon-cloud:before {
content: "\e9c1";
opacity: 0.3
}
.pswp_set_icon-cloud.selected:before {
content: "\e9c1";
opacity: 1
}
.pswp_set_icon-cloud-download:before {
content: "\e9c2";
}
.pswp_set_icon-cloud-upload:before {
content: "\e9c3";
}
.pswp_set_icon-cloud-check:before {
content: "\e9c4";
}
.pswp_set_icon-download2:before {
content: "\e9c5";
}
.pswp_set_icon-upload2:before {
content: "\e9c6";
}
.pswp_set_icon-download3:before {
content: "\e9c7";
}
.pswp_set_icon-upload3:before {
content: "\e9c8";
}
.pswp_set_icon-sphere:before {
content: "\e9c9";
}
.pswp_set_icon-earth:before {
content: "\e9ca";
}
.pswp_set_icon-link:before {
content: "\e9cb";
}
.pswp_set_icon-flag:before {
content: "\e9cc";
opacity: 0.3
}
.pswp_set_icon-flag.selected:before {
content: "\e9cc";
opacity: 1
}
.pswp_set_icon-attachment:before {
content: "\e9cd";
}
.pswp_set_icon-eye:before {
content: "\e9ce";
}
.pswp_set_icon-eye-plus:before {
content: "\e9cf";
}
.pswp_set_icon-eye-minus:before {
content: "\e9d0";
}
.pswp_set_icon-eye-blocked:before {
content: "\e9d1";
}
.pswp_set_icon-bookmark:before {
content: "\e9d2";
}
.pswp_set_icon-bookmarks:before {
content: "\e9d3";
}
.pswp_set_icon-sun:before {
content: "\e9d4";
}
.pswp_set_icon-contrast:before {
content: "\e9d5";
}
.pswp_set_icon-brightness-contrast:before {
content: "\e9d6";
}
#poststuff .pswp_set_icon-star:before {
opacity: 1;
}
.pswp_set_icon-star:before {
content: "\e9d9";
opacity: 0.3;
}
.pswp_set_icon-star.selected:before {
content: "\e9d9";
opacity: 1;
}
.pswp_set_icon-star-half:before {
content: "\e9d8";
}
.pswp_set_icon-heart:before {
content: "\e9da";
opacity: 0.3;
}
.pswp_set_icon-heart.selected:before {
content: "\e9da";
opacity: 1;
}
.pswp_set_icon-man:before {
content: "\e9dc";
}
.pswp_set_icon-woman:before {
content: "\e9dd";
}
.pswp_set_icon-man-woman:before {
content: "\e9de";
}
.pswp_set_icon-happy:before {
content: "\e9e0";
opacity: 0.3;
}
.pswp_set_icon-happy.selected:before {
content: "\e9e0";
opacity: 1;
}
.pswp_set_icon-happy2:before {
content: "\e9e0";
}
.pswp_set_icon-smile:before {
content: "\e9e2";
opacity: 0.3;
}
.pswp_set_icon-smile.selected:before {
content: "\e9e2";
opacity: 1;
}
.pswp_set_icon-tongue:before {
content: "\e9e3";
}
.pswp_set_icon-tongue.selected:before {
content: "\e9e4";
}
.pswp_set_icon-sad:before {
content: "\e9e5";
}
.pswp_set_icon-sad2:before {
content: "\e9e6";
}
.pswp_set_icon-wink:before {
content: "\e9e7";
}
.pswp_set_icon-wink2:before {
content: "\e9e8";
}
.pswp_set_icon-grin:before {
content: "\e9ea";
opacity: 0.3
}
.pswp_set_icon-grin.selected:before {
content: "\e9ea";
opacity: 1
}
.pswp_set_icon-grin2:before {
content: "\e9ea";
}
.pswp_set_icon-cool:before {
content: "\e9ec";
opacity: 0.3
}
.pswp_set_icon-cool.selected:before {
content: "\e9ec";
opacity: 1
}
.pswp_set_icon-cool2:before {
content: "\e9ec";
}
.pswp_set_icon-angry:before {
content: "\e9ed";
}
.pswp_set_icon-angry2:before {
content: "\e9ee";
}
.pswp_set_icon-evil:before {
content: "\e9f0";
opacity: 0.3
}
.pswp_set_icon-evil.selected:before {
content: "\e9f0";
opacity: 1
}
.pswp_set_icon-evil2:before {
content: "\e9f0";
}
.pswp_set_icon-shocked:before {
content: "\e9f1";
}
.pswp_set_icon-shocked2:before {
content: "\e9f2";
}
.pswp_set_icon-baffled:before {
content: "\e9f3";
}
.pswp_set_icon-baffled2:before {
content: "\e9f4";
}
.pswp_set_icon-confused:before {
content: "\e9f6";
opacity: 0.3
}
.pswp_set_icon-confused.selected:before {
content: "\e9f6";
opacity: 1
}
.pswp_set_icon-confused2:before {
content: "\e9f6";
}
.pswp_set_icon-neutral:before {
content: "\e9f8";
opacity: 0.3
}
.pswp_set_icon-neutral.selected:before {
content: "\e9f8";
opacity: 1
}
.pswp_set_icon-neutral2:before {
content: "\e9f8";
}
.pswp_set_icon-hipster:before {
content: "\e9fa";
opacity: 0.3
}
.pswp_set_icon-hipster.selected:before {
content: "\e9fa";
opacity: 1
}
.pswp_set_icon-hipster2:before {
content: "\e9fa";
}
.pswp_set_icon-wondering:before {
content: "\e9fc";
opacity: 0.3
}
.pswp_set_icon-wondering.selected:before {
content: "\e9fc";
opacity: 1
}
.pswp_set_icon-wondering2:before {
content: "\e9fc";
}
.pswp_set_icon-sleepy:before {
content: "\e9fe";
opacity: 0.3
}
.pswp_set_icon-sleepy.selected:before {
content: "\e9fe";
opacity: 1
}
.pswp_set_icon-sleepy2:before {
content: "\e9fe";
}
.pswp_set_icon-frustrated:before {
content: "\ea00";
opacity: 0.3
}
.pswp_set_icon-frustrated.selected:before {
content: "\ea00";
opacity: 1
}
.pswp_set_icon-frustrated2:before {
content: "\ea00";
}
.pswp_set_icon-crying:before {
content: "\ea02";
opacity: 0.3
}
.pswp_set_icon-crying.selected:before {
content: "\ea02";
opacity: 1
}
.pswp_set_icon-crying2:before {
content: "\ea02";
}
.pswp_set_icon-point-up:before {
content: "\ea03";
}
.pswp_set_icon-point-right:before {
content: "\ea04";
}
.pswp_set_icon-point-down:before {
content: "\ea05";
}
.pswp_set_icon-point-left:before {
content: "\ea06";
}
.pswp_set_icon-warning:before {
content: "\ea07";
}
.pswp_set_icon-notification:before {
content: "\ea08";
}
.pswp_set_icon-question:before {
content: "\ea09";
}
.pswp_set_icon-plus:before {
content: "\ea0a";
}
.pswp_set_icon-minus:before {
content: "\ea0b";
}
.pswp_set_icon-info:before {
content: "\ea0c";
}
.pswp_set_icon-cancel-circle:before {
content: "\ea0d";
}
.pswp_set_icon-blocked:before {
content: "\ea0e";
}
.pswp_set_icon-cross:before {
content: "\ea0f";
}
.pswp_set_icon-checkmark:before {
content: "\ea10";
}
.pswp_set_icon-checkmark2:before {
content: "\ea10";
opacity: 0.3;
}
.pswp_set_icon-checkmark2.selected:before {
content: "\ea10";
opacity: 1;
}
.pswp_set_icon-spell-check:before {
content: "\ea12";
}
.pswp_set_icon-enter:before {
content: "\ea13";
}
.pswp_set_icon-exit:before {
content: "\ea14";
}
.pswp_set_icon-play2:before {
content: "\ea15";
}
.pswp_set_icon-pause:before {
content: "\ea16";
}
.pswp_set_icon-stop:before {
content: "\ea17";
}
.pswp_set_icon-previous:before {
content: "\ea18";
}
.pswp_set_icon-next:before {
content: "\ea19";
}
.pswp_set_icon-backward:before {
content: "\ea1a";
}
.pswp_set_icon-forward2:before {
content: "\ea1b";
}
.pswp_set_icon-play3:before {
content: "\ea1c";
}
.pswp_set_icon-pause2:before {
content: "\ea1d";
}
.pswp_set_icon-stop2:before {
content: "\ea1e";
}
.pswp_set_icon-backward2:before {
content: "\ea1f";
}
.pswp_set_icon-forward3:before {
content: "\ea20";
}
.pswp_set_icon-first:before {
content: "\ea21";
}
.pswp_set_icon-last:before {
content: "\ea22";
}
.pswp_set_icon-previous2:before {
content: "\ea23";
}
.pswp_set_icon-next2:before {
content: "\ea24";
}
.pswp_set_icon-eject:before {
content: "\ea25";
}
.pswp_set_icon-volume-high:before {
content: "\ea26";
}
.pswp_set_icon-volume-medium:before {
content: "\ea27";
}
.pswp_set_icon-volume-low:before {
content: "\ea28";
}
.pswp_set_icon-volume-mute:before {
content: "\ea29";
}
.pswp_set_icon-volume-mute2:before {
content: "\ea2a";
}
.pswp_set_icon-volume-increase:before {
content: "\ea2b";
}
.pswp_set_icon-volume-decrease:before {
content: "\ea2c";
}
.pswp_set_icon-loop:before {
content: "\ea2d";
}
.pswp_set_icon-loop2:before {
content: "\ea2e";
}
.pswp_set_icon-infinite:before {
content: "\ea2f";
}
.pswp_set_icon-shuffle:before {
content: "\ea30";
}
.pswp_set_icon-arrow-up-left:before {
content: "\ea31";
}
.pswp_set_icon-arrow-up:before {
content: "\ea32";
}
.pswp_set_icon-arrow-up-right:before {
content: "\ea33";
}
.pswp_set_icon-arrow-right:before {
content: "\ea34";
}
.pswp_set_icon-arrow-down-right:before {
content: "\ea35";
}
.pswp_set_icon-arrow-down:before {
content: "\ea36";
}
.pswp_set_icon-arrow-down-left:before {
content: "\ea37";
}
.pswp_set_icon-arrow-left:before {
content: "\ea38";
}
.pswp_set_icon-arrow-up-left2:before {
content: "\ea39";
}
.pswp_set_icon-arrow-up2:before {
content: "\ea3a";
}
.pswp_set_icon-arrow-up-right2:before {
content: "\ea3b";
}
.pswp_set_icon-arrow-right2:before {
content: "\ea3c";
}
.pswp_set_icon-arrow-down-right2:before {
content: "\ea3d";
}
.pswp_set_icon-arrow-down2:before {
content: "\ea3e";
}
.pswp_set_icon-arrow-down-left2:before {
content: "\ea3f";
}
.pswp_set_icon-arrow-left2:before {
content: "\ea40";
}
.pswp_set_icon-circle-up:before {
content: "\ea41";
}
.pswp_set_icon-circle-right:before {
content: "\ea42";
}
.pswp_set_icon-circle-down:before {
content: "\ea43";
}
.pswp_set_icon-circle-left:before {
content: "\ea44";
}
.pswp_set_icon-tab:before {
content: "\ea45";
}
.pswp_set_icon-move-up:before {
content: "\ea46";
}
.pswp_set_icon-move-down:before {
content: "\ea47";
}
.pswp_set_icon-sort-alpha-asc:before {
content: "\ea48";
}
.pswp_set_icon-sort-alpha-desc:before {
content: "\ea49";
}
.pswp_set_icon-sort-numeric-asc:before {
content: "\ea4a";
}
.pswp_set_icon-sort-numberic-desc:before {
content: "\ea4b";
}
.pswp_set_icon-sort-amount-asc:before {
content: "\ea4c";
}
.pswp_set_icon-sort-amount-desc:before {
content: "\ea4d";
}
.pswp_set_icon-command:before {
content: "\ea4e";
}
.pswp_set_icon-shift:before {
content: "\ea4f";
}
.pswp_set_icon-ctrl:before {
content: "\ea50";
}
.pswp_set_icon-opt:before {
content: "\ea51";
}
.pswp_set_icon-checkbox-checked:before {
content: "\ea52";
}
.pswp_set_icon-checkbox-unchecked:before {
content: "\ea53";
}
.pswp_set_icon-radio-checked:before {
content: "\ea54";
}
.pswp_set_icon-radio-checked2:before {
content: "\ea55";
}
.pswp_set_icon-radio-unchecked:before {
content: "\ea56";
}
.pswp_set_icon-crop:before {
content: "\ea57";
}
.pswp_set_icon-make-group:before {
content: "\ea58";
}
.pswp_set_icon-ungroup:before {
content: "\ea59";
}
.pswp_set_icon-scissors:before {
content: "\ea5a";
}
.pswp_set_icon-filter:before {
content: "\ea5b";
}
.pswp_set_icon-font:before {
content: "\ea5c";
}
.pswp_set_icon-ligature:before {
content: "\ea5d";
}
.pswp_set_icon-ligature2:before {
content: "\ea5e";
}
.pswp_set_icon-text-height:before {
content: "\ea5f";
}
.pswp_set_icon-text-width:before {
content: "\ea60";
}
.pswp_set_icon-font-size:before {
content: "\ea61";
}
.pswp_set_icon-bold:before {
content: "\ea62";
}
.pswp_set_icon-underline:before {
content: "\ea63";
}
.pswp_set_icon-italic:before {
content: "\ea64";
}
.pswp_set_icon-strikethrough:before {
content: "\ea65";
}
.pswp_set_icon-omega:before {
content: "\ea66";
}
.pswp_set_icon-sigma:before {
content: "\ea67";
}
.pswp_set_icon-page-break:before {
content: "\ea68";
}
.pswp_set_icon-superscript:before {
content: "\ea69";
}
.pswp_set_icon-subscript:before {
content: "\ea6a";
}
.pswp_set_icon-superscript2:before {
content: "\ea6b";
}
.pswp_set_icon-subscript2:before {
content: "\ea6c";
}
.pswp_set_icon-text-color:before {
content: "\ea6d";
}
.pswp_set_icon-pagebreak:before {
content: "\ea6e";
}
.pswp_set_icon-clear-formatting:before {
content: "\ea6f";
}
.pswp_set_icon-table:before {
content: "\ea70";
}
.pswp_set_icon-table2:before {
content: "\ea71";
}
.pswp_set_icon-insert-template:before {
content: "\ea72";
}
.pswp_set_icon-pilcrow:before {
content: "\ea73";
}
.pswp_set_icon-ltr:before {
content: "\ea74";
}
.pswp_set_icon-rtl:before {
content: "\ea75";
}
.pswp_set_icon-section:before {
content: "\ea76";
}
.pswp_set_icon-paragraph-left:before {
content: "\ea77";
}
.pswp_set_icon-paragraph-center:before {
content: "\ea78";
}
.pswp_set_icon-paragraph-right:before {
content: "\ea79";
}
.pswp_set_icon-paragraph-justify:before {
content: "\ea7a";
}
.pswp_set_icon-indent-increase:before {
content: "\ea7b";
}
.pswp_set_icon-indent-decrease:before {
content: "\ea7c";
}
.pswp_set_icon-share:before {
content: "\ea7d";
}
.pswp_set_icon-new-tab:before {
content: "\ea7e";
}
.pswp_set_icon-embed:before {
content: "\ea7f";
}
.pswp_set_icon-embed2:before {
content: "\ea80";
}
.pswp_set_icon-terminal:before {
content: "\ea81";
}
.pswp_set_icon-share2:before {
content: "\ea82";
}
.pswp_set_icon-mail:before {
content: "\ea83";
}
.pswp_set_icon-mail2:before {
content: "\ea84";
}
.pswp_set_icon-mail3:before {
content: "\ea85";
}
.pswp_set_icon-mail4:before {
content: "\ea86";
}
.pswp_set_icon-amazon:before {
content: "\ea87";
}
.pswp_set_icon-google:before {
content: "\ea88";
}
.pswp_set_icon-google2:before {
content: "\ea89";
}
.pswp_set_icon-google3:before {
content: "\ea8a";
}
.pswp_set_icon-google-plus:before {
content: "\ea8b";
}
.pswp_set_icon-google-plus2:before {
content: "\ea8c";
}
.pswp_set_icon-google-plus3:before {
content: "\ea8d";
}
.pswp_set_icon-hangouts:before {
content: "\ea8e";
}
.pswp_set_icon-google-drive:before {
content: "\ea8f";
}
.pswp_set_icon-facebook:before {
content: "\ea90";
}
.pswp_set_icon-facebook2:before {
content: "\ea91";
}
.pswp_set_icon-instagram:before {
content: "\ea92";
}
.pswp_set_icon-whatsapp:before {
content: "\ea93";
}
.pswp_set_icon-spotify:before {
content: "\ea94";
}
.pswp_set_icon-telegram:before {
content: "\ea95";
}
.pswp_set_icon-twitter:before {
content: "\ea96";
}
.pswp_set_icon-vine:before {
content: "\ea97";
}
.pswp_set_icon-vk:before {
content: "\ea98";
}
.pswp_set_icon-renren:before {
content: "\ea99";
}
.pswp_set_icon-sina-weibo:before {
content: "\ea9a";
}
.pswp_set_icon-rss:before {
content: "\ea9b";
}
.pswp_set_icon-rss2:before {
content: "\ea9c";
}
.pswp_set_icon-youtube:before {
content: "\ea9d";
}
.pswp_set_icon-youtube2:before {
content: "\ea9e";
}
.pswp_set_icon-twitch:before {
content: "\ea9f";
}
.pswp_set_icon-vimeo:before {
content: "\eaa0";
}
.pswp_set_icon-vimeo2:before {
content: "\eaa1";
}
.pswp_set_icon-lanyrd:before {
content: "\eaa2";
}
.pswp_set_icon-flickr:before {
content: "\eaa3";
}
.pswp_set_icon-flickr2:before {
content: "\eaa4";
}
.pswp_set_icon-flickr3:before {
content: "\eaa5";
}
.pswp_set_icon-flickr4:before {
content: "\eaa6";
}
.pswp_set_icon-dribbble:before {
content: "\eaa7";
}
.pswp_set_icon-behance:before {
content: "\eaa8";
}
.pswp_set_icon-behance2:before {
content: "\eaa9";
}
.pswp_set_icon-deviantart:before {
content: "\eaaa";
}
.pswp_set_icon-500px:before {
content: "\eaab";
}
.pswp_set_icon-steam:before {
content: "\eaac";
}
.pswp_set_icon-steam2:before {
content: "\eaad";
}
.pswp_set_icon-dropbox:before {
content: "\eaae";
}
.pswp_set_icon-onedrive:before {
content: "\eaaf";
}
.pswp_set_icon-github:before {
content: "\eab0";
}
.pswp_set_icon-npm:before {
content: "\eab1";
}
.pswp_set_icon-basecamp:before {
content: "\eab2";
}
.pswp_set_icon-trello:before {
content: "\eab3";
}
.pswp_set_icon-wordpress:before {
content: "\eab4";
}
.pswp_set_icon-joomla:before {
content: "\eab5";
}
.pswp_set_icon-ello:before {
content: "\eab6";
}
.pswp_set_icon-blogger:before {
content: "\eab7";
}
.pswp_set_icon-blogger2:before {
content: "\eab8";
}
.pswp_set_icon-tumblr:before {
content: "\eab9";
}
.pswp_set_icon-tumblr2:before {
content: "\eaba";
}
.pswp_set_icon-yahoo:before {
content: "\eabb";
}
.pswp_set_icon-yahoo2:before {
content: "\eabc";
}
.pswp_set_icon-tux:before {
content: "\eabd";
}
.pswp_set_icon-appleinc:before {
content: "\eabe";
}
.pswp_set_icon-finder:before {
content: "\eabf";
}
.pswp_set_icon-android:before {
content: "\eac0";
}
.pswp_set_icon-windows:before {
content: "\eac1";
}
.pswp_set_icon-windows8:before {
content: "\eac2";
}
.pswp_set_icon-soundcloud:before {
content: "\eac3";
}
.pswp_set_icon-soundcloud2:before {
content: "\eac4";
}
.pswp_set_icon-skype:before {
content: "\eac5";
}
.pswp_set_icon-reddit:before {
content: "\eac6";
}
.pswp_set_icon-hackernews:before {
content: "\eac7";
}
.pswp_set_icon-wikipedia:before {
content: "\eac8";
}
.pswp_set_icon-linkedin:before {
content: "\eac9";
}
.pswp_set_icon-linkedin2:before {
content: "\eaca";
}
.pswp_set_icon-lastfm:before {
content: "\eacb";
}
.pswp_set_icon-lastfm2:before {
content: "\eacc";
}
.pswp_set_icon-delicious:before {
content: "\eacd";
}
.pswp_set_icon-stumbleupon:before {
content: "\eace";
}
.pswp_set_icon-stumbleupon2:before {
content: "\eacf";
}
.pswp_set_icon-stackoverflow:before {
content: "\ead0";
}
.pswp_set_icon-pinterest:before {
content: "\ead1";
}
.pswp_set_icon-pinterest2:before {
content: "\ead2";
}
.pswp_set_icon-xing:before {
content: "\ead3";
}
.pswp_set_icon-xing2:before {
content: "\ead4";
}
.pswp_set_icon-flattr:before {
content: "\ead5";
}
.pswp_set_icon-foursquare:before {
content: "\ead6";
}
.pswp_set_icon-yelp:before {
content: "\ead7";
}
.pswp_set_icon-paypal:before {
content: "\ead8";
}
.pswp_set_icon-chrome:before {
content: "\ead9";
}
.pswp_set_icon-firefox:before {
content: "\eada";
}
.pswp_set_icon-IE:before {
content: "\eadb";
}
.pswp_set_icon-edge:before {
content: "\eadc";
}
.pswp_set_icon-safari:before {
content: "\eadd";
}
.pswp_set_icon-opera:before {
content: "\eade";
}
.pswp_set_icon-file-pdf:before {
content: "\eadf";
}
.pswp_set_icon-file-openoffice:before {
content: "\eae0";
}
.pswp_set_icon-file-word:before {
content: "\eae1";
}
.pswp_set_icon-file-excel:before {
content: "\eae2";
}
.pswp_set_icon-libreoffice:before {
content: "\eae3";
}
.pswp_set_icon-html-five:before {
content: "\eae4";
}
.pswp_set_icon-html-five2:before {
content: "\eae5";
}
.pswp_set_icon-css3:before {
content: "\eae6";
}
.pswp_set_icon-git:before {
content: "\eae7";
}
.pswp_set_icon-codepen:before {
content: "\eae8";
}
.pswp_set_icon-svg:before {
content: "\eae9";
}
.pswp_set_icon-IcoMoon:before {
content: "\eaea";
}
table.survey_settings  {
border-spacing: 0px !important;
width: 100%;
clear: both;
margin: 0;
}
.survey-inner-table {
border-spacing: 0px !important;
width: 100%;
clear: both;
margin: 0;
}
.survey_inner  tr td {
border: 0;
}
#survey_settings .inside,
#survey_editor .inside,
#survey_shortcode .inside,
#survey_logic .inside {
padding: 0;
margin: 0;
}
#survey_settings.postbox,
#survey_editor.postbox,
#survey_shortcode.postbox,
#survey_logic.postbox {
border: 1px solid #dcdee3;
}
select.survey_conditional_select {
width: 100%;
}
.survey_logic_conditions .survey_settings tbody tr td {
border: 0
}
.survey_logic_conditions .survey_row{
border-top: 1px solid #e0e0e0;
padding: 17px 0;
}
.pswp_set_icon-hilight {
color: #ffa400;
}
.psrv_boximport_export_survey {
margin-top: 30px;
}
i.pswp_set_icon-star.pswp_set_icon-hilight:before {
opacity: 1;
}
.survey_settings  td.label {
background: #F9F9F9;
border-top: 1px solid #f0f0f0;
border-right: 1px solid #E1E1E1;
width: 30%;
vertical-align: top;
}
.survey_settings  tbody tr td {
padding: 13px 15px;
border-top: 1px solid #f5f5f5;
border-bottom: 0 none;
}
.survey-table-head tr th {
padding: 13px 15px;
border-top: 1px solid #f5f5f5;
border-bottom: 0 none;
text-align: left;
}
.survey_settings  tr{
vertical-align: top;
}
.survey_settings  tbody tr td {
padding: 13px 15px;
}
.survey-block {
margin-bottom: 30px;
}
.survey_input  p {
display: block;
font-size: 15px;
line-height: 1.4em;
padding: 0 !important;
font-style: normal;
line-height: 22px;
color: #899194;
}
table.survey_settings  tbody tr td.label p {
display: block;
font-size: 13px;
padding: 0 !important;
margin: 3px 0 0 !important;
font-style: normal;
line-height: 20px;
color: #828282;
font-style: italic;
}
table.survey_settings  tbody tr td.label label {
display: block;
font-size: 14px;
line-height: 1.4em;
padding: 0;
margin: 0 0 3px;
color: #333;
font-weight: bold;
}
table.survey_input  input[type="text"],
table.survey_input  input[type="url"],
table.survey_input  input[type="number"],
table.survey_input  input[type="password"],
table.survey_input  input[type="email"],
table.survey_input  input[type="date"],
table.survey_input  textarea,
table.survey_input select {
width: 99.95%;
outline: none;
box-shadow: none;
border-radius: 5px;
}
#survey_editor table.survey_input  input[type="text"],
#survey_editor table.survey_input  input[type="number"],
#survey_editor table.survey_input  input[type="password"],
#survey_editor table.survey_input  input[type="email"],
#survey_editor table.survey_input  input[type="date"],
#survey_editor table.survey_input  textarea,
#survey_editor table.survey_input select {
width: 99.95%;
padding: 3px 5px;
outline: none;
padding: 5px 0px;
box-shadow: none;
border-radius: 0px;
border: 0;
border-bottom: 2px solid #f4f4f4;
}
#survey_editor table.survey_input input[type="text"].question-validate.warning{
border-bottom: 2px solid red;
}
#survey_editor table.survey_input  input[type="text"]:focus,
#survey_editor table.survey_input  input[type="number"]:focus,
#survey_editor table.survey_input  input[type="password"]:focus,
#survey_editor table.survey_input  input[type="email"]:focus,
#survey_editor table.survey_input  input[type="date"]:focus,
#survey_editor table.survey_input  textarea:focus,
#survey_editor table.survey_input select:focus {
border-color: #0085ba;
}
.survey-left-sortable {
padding:0;
width: 50%;
vertical-align: top;
}
.survey_settings td.survey_container_inner_settings.survey_align_top tbody tr td{
border-top: 0;
}
.psrv_editor_general_container {
display: flex;
}
.survey-add-footer-inner {
flex: 2;
padding: 0 11px;
background: rgb(231 240 248);
position: relative;
border-right: 1px solid #e8e8e8;
}
.survey-questions-mount {
flex: 7;
background: #ffffff;
padding: 15px;
position: relative
}
.psrv_toast_add_question {
position: fixed;
bottom: 20px;
right: 20px;
background: #24c724;
color: #fff;
padding: 20px;
font-size: 15px;
z-index: 1;
}
.survey-empty {
border: 2px dashed #e0e0e0;
border-radius: 5px;
padding: 20px 20px 40px 20px;
background: #ffffff;
text-align: center;
}
.survey-empty p.survey-empty-message {
color: #828282;
font-size: 17px;
line-height: 30px;
margin-top: 0;
font-weight: bold;
}
.survey-footer {
text-align: center;
}
.survey-empty.survey_yellow_class {
border: 0;
padding: 18px;
background: #ffffff;
border-left: 5px solid #2171b1;
text-align: left;
border-radius: 0;
}
.survey-empty.survey_yellow_class p {
margin: 0;
color: #363e42;
}
span.survey-no-icon {
font-size: 45px;
background-color: #dadada;
color: transparent;
text-shadow: 2px 2px 0px rgba(255,255,255,0.5);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
}
a.ps-meta-restore {
font-style: italic;
display: inline-block;
text-decoration: none;
margin-top: 2px;
}
.survey-add-footer {
background: rgba(2, 133, 186, 0.12);
}
.survey_settings  tbody tr td.survey-add-footer-inner {
border: 1px solid rgba(2, 133, 186, 0.18);
}
.survey-select-type {
text-align: center;
margin-top: 15px;
position: sticky;
top: 45px;
margin-bottom: 15px;
display: block;
}
.survey-btn-add {
height: 90px;
background: #fff;
position: relative;
border-radius: 8px;
}
.survey-btn-add a {
text-decoration: none;
display: flex;
align-items: center;
margin-bottom: 4px;
padding: 18px;
height: calc(100% - 36px);
border: 1px solid rgb(232 232 232);
border-radius: 8px;
align-items: center;
flex-direction: column;
}
.survey-btn-add a span {
text-align: center;
display: block;
}
.survey_image-block-settings {
margin-bottom: 10px;
padding: 10px;
background: #ccc;
display: block;
}
.ps-container-image img {
width: 100%;
height: auto;
}
.survey-btn-add a span i {
font-size: 20px;
background: #fff;
padding: 8px;
border-radius: 100px;
display: inline-block;
color: #0285ba;
height: 20px;
width: 20px;
opacity: 1
}
ul.survey_select_all_export {
margin: 0;
padding: 0;
}
ul.survey_select_all_export li {
display: block
}
#importexport p {
color: #000;
}
#importexport .survey_settings td.label {
background: #fff;
border-top: 0;
border-right: 0;
width: 20%;
vertical-align: top;
}
#importexport .survey_settings tbody tr td {
border-top: 0;
}
#importexport table.survey_settings tbody tr td.label label {
display: block;
font-size: 14px;
line-height: 1.4em;
padding: 0;
margin: 0 0 3px;
color: #000;
font-weight: bold
}
button.answer-set-image-btn.button.survey-image-loads {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
.survey-image-single-block {
position: relative;
background-size: cover;
background-color: #f4f4f4;
background-repeat: no-repeat;
background-position: center center;
width: 100%;
height: 200px;
margin-bottom: 20px;
}
.survey_question_header {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.survey_tool_edit {
visibility: hidden;
}
.survey_question_header:hover .survey_tool_edit{
visibility: visible;
}
td.survey_question ul {
font-weight: lighter;
margin: 0;
}
td.survey_question ul li {
display: inline-block;
margin: 0;
margin-right: 3px
}
td.survey_question ul li a {
font-size: 13px;
}
.survey-btn-add a:hover span i {
background: #0285ba;
color: #fff;
}
.introdatabyip {
background: #fff !important;
border: 1px solid #e5e5e5 !important;
box-shadow: 0 1px 1px rgba(0,0,0,.04) !important;
}
#poststuff .survey_title_ip {
padding-left: 0;
padding-right: 0;
}
.reset_survey_tablestyle {
background: transparent !important;
border: 0 transparent !important;
}
.survey-block-image-general {
display: block;
position: relative;
border: 2px solid #f4f4f4;
padding: 12px;
}
th.sorting_asc:after {
content: '';
border-top: 5px solid #000;
border-left: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right: 5px solid transparent;
position: absolute;
top: 18px;
height: 0px;
width: 1px;
margin-left: 10px
}
th.sorting_desc:after {
content: '';
border-top: 5px solid transparent;
border-left: 5px solid transparent;
border-bottom: 5px solid #000;
border-right: 5px solid transparent;
position: absolute;
top: 14px;
height: 0px;
width: 1px;
margin-left: 10px
}
th.sorting_desc,
th.sorting_asc{
position: relative;
}
.introdatabyip th,
.introdata th{
cursor: pointer;
}
li.paginate_button.active {
background: #0285ba;
}
li.paginate_button.active a{
color: #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
background: #0285ba;
border-color:#0285ba;
color: #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover a{
color: #fff;
}
.survey-image-header-controll .survey-image-delete-item {
position: absolute;
right: 0;
top: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled a {
color: #ccc
}
.survey-image-header-controll {
position: relative;
margin-bottom: 13px;
}
.survey-btn-add a span:last-child {
font-size: 15px;
line-height: 15px;
margin-top: 5px;
margin-left: 0;
}
.survey-select-type ul {
margin: 0;
}
.survey-select-type ul:last-child {
margin-bottom: 5px;
}
.survey_header_questions {
background: red;
}
.survey_stats_header .survey_question,
.survey_stats_header .survey_last-colum {
padding: 5px 15px;
}
.survey_header_questions .survey_first-colum,
.survey_header_questions .survey_question,
.survey_header_questions .survey_last-colum {
padding: 8px 15px;
}
.survey_question {
width: 75%;
cursor: pointer;
}
.survey_question:hover{
color: #005577
}
.survey_first-colum {
width: 10%;
}
.survey_last-colum {
width: 15%;
}
.survey_inner_settings {
width: 100%;
}
td.survey_last-colum_action {
width: 10%;
text-align: right;
}
td.survey_last-colum_action ul {
margin: 0;
}
td.survey_last-colum_action ul li {
display: inline-block;
margin: 0;
}
td.survey_last-colum_action ul li a {
list-style: none;
text-decoration: none;
margin-left: 10px;
}
td.survey_container_inner_settings {
padding: 0 !important;
}
table.survey_inner_settings {
border-spacing: 0px;
}
ul.survey_optional_settings {
border-top: 0px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
padding: 0 0 10px 0;
margin: 0;
margin-bottom: 10px;
}
.survey_settings_area ul.survey_optional_settings:last-child{
border-bottom: 0;
}
.surgey_repeater_field {
padding-left: 0 !important;
padding-right: 0 !important;
}
.survey_single_question {
background: #fff;
margin-bottom: 15px;
border-radius: 8px;
}
a.survey_psrv_copy {
color: #989898;
text-decoration: none;
display: block;
font-family: sans-serif;
font-size: 12px;
display: block;
text-align: right;
margin-top: 10px;
}
a.survey_psrv_copy:focus,
a.survey_psrv_copy:active,
a.survey_psrv_copy:hover {
background: transparent !important;
}
.survey-questions-mount .survey_single_question{
border: 1px solid #e8e8e8;
}
.survey-questions-mount .survey_settings tbody tr td {
border-top: 0px solid #f5f5f5;
}
.ui-sortable-helper {
box-shadow: 0px 10px 10px rgba(0,0,0,.2);
background: #fff;
}
.survey-placeholder-ui {
background: repeating-linear-gradient(
45deg,
rgb(231 240 248),
rgb(231 240 248) 5px,
rgb(221 232 241) 5px,
rgb(221 232 241) 10px
);
margin-bottom: 15px;
border-radius: 8px;
}
#logic-conditions-container .survey-placeholder-ui {
background: repeating-linear-gradient(
45deg,
rgb(231 240 248),
rgb(231 240 248) 5px,
rgb(221 232 241) 5px,
rgb(221 232 241) 10px
);
margin-bottom: 0;
border-radius: 0;
}
.psrv_comand_logic_condition {
width: 60px;
display: flex;
justify-content: space-between;
align-items: center;
}
.psrv_rower_logic_condition {
display: flex;
flex-direction: row;
padding: 0 15px;
align-items: center;
}
.psrv_rower_logic_condition .psrv_rower_logic_condition_form:last-child {
margin-right: 0;
}
.psrv_rower_logic_condition_separator {
padding-top: 15px
}
#logic-conditions-container .survey-placeholder-ui {
padding: 17px 0;
}
.psrv_rower_logic_condition p {
margin: 0
}
.psrv_rower_logic_condition_form {
flex: 1;
margin: 0 10px;
}
.psrv_rower_logic_condition_form.psrv_last_select {
margin-right: 0;
}
.reorder-single-answer tr {
background: #fff;
}
.survey_move_header,
.survey_move_element {
cursor: move;
}
.survey_alert {
color: red;
}
.survey-btn-support.btn-copy-question:hover {
color: #00425d
}
a.survey-btn-support.survey_alert.btn-delete-question:hover {
color: #bd0000
}  [data-tooltip] {
position: relative;
z-index: 2;
cursor: pointer;
} [data-tooltip]:before,
[data-tooltip]:after {
visibility: hidden;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
pointer-events: none;
} [data-tooltip]:before {
position: absolute;
bottom: 150%;
left: 50%;
margin-bottom: 5px;
margin-left: -80px;
padding: 7px 0px;
width: 150px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #000;
background-color: hsla(0, 0%, 20%, 0.9);
color: #fff;
content: attr(data-tooltip);
text-align: center;
font-size: 12px;
line-height: 1.2;
} [data-tooltip]:after {
position: absolute;
bottom: 150%;
left: 50%;
margin-left: -5px;
width: 0;
border-top: 5px solid #000;
border-top: 5px solid hsla(0, 0%, 20%, 0.9);
border-right: 5px solid transparent;
border-left: 5px solid transparent;
content: " ";
font-size: 0;
line-height: 0;
} [data-tooltip]:hover:before,
[data-tooltip]:hover:after {
visibility: visible;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.survey_green_action {
color: green;
}
.survey_alert:hover {
color: red;
}
.survey_green_action:hover {
color: green;
}
.survey-wrap-input.survey_center_form_element {
width: 70%;
display: inline-block;
}
.survey_move_element {
width: 10%;
display: inline-block;
}
.survey_delete_element {
width: 10%;
display: inline-block;
text-align: right;
}
.survey-btn-support {
text-decoration: none;
}
.survey_textarea {
width: 100%;
}
.cropit-preview {
background-color: #f8f8f8;
background-size: cover;
border: 5px solid #ccc;
border-radius: 3px;
margin-top: 7px;
width: 100px;
height: 100px;
}
.cropit-preview-image-container {
cursor: move;
}
.cropit-preview-background {
opacity: .2;
cursor: auto;
}
.image-size-label {
margin-top: 10px;
}
.survey-wrap-input li {
display: inline-block;
}
.survey_center_title_statistics {
text-align: center
}
.survey-wrap-input li i {
font-size: 25px;
}
.survey_active_class {
border: 1px solid rgba(2, 133, 186, 0.18);
background: rgb(2, 133, 186);
color: #005577;
border-radius: 8px 8px 0 0;
}
.survey_active_class td.survey_question ul li a {
color: #fff
}
.survey_active_class td.survey_question ul li a:hover {
text-decoration: underline;
color: #fff
}
.survey_active_class td.survey_question ul li a.survey-btn-support.survey_alert.btn-delete-question:hover {
color: #fff
}
i.pswp_set_icon-enlarge {
font-size: 14px;
color: #848C92;
padding-top: 4px;
display: inline-block;
}
.survey_active_class i.pswp_set_icon-enlarge,
.survey_active_class .survey_question p.survey_question_p,
.survey_active_class p.survey_type_choose {
color: #fff !important;
}
.survey_type_choose {
text-align: right;
}
.survey_active_class td.survey_last-colum i {
color: #0285ba;
background-color: #fff;
}
.survey_active_class .survey_settings tbody tr td {
border-color: transparent;
}
td.survey_question {
font-weight: bold;
color: #0285ba;
}
td.survey_last-colum i {
color: #fff;
background-color: #0285ba;
font-size: 14px;
padding: 8px;
border-radius: 100px;
}
.survey-question-accordion {
width: 90%;
}
.survey-question-accordion-close {
width: 10%;
text-align: right !important;
}
.survey_settings  tbody tr td.survey_container_table {
padding: 0;
}
table.dataTable.no-footer {
border: 0;
}
.ps_resposive_table {
overflow-x: auto;
margin: 10px
}
.ps_questions_statistics .survey_question {
width: 70%;
}
.ps_questions_statistics td.survey_last-colum {
width: 30%;
}
.survey_question_body .survey_charts {
width: 100%;
max-width: 600px;
margin: 0 auto;
height: auto;
padding: 40px 0
}
p.survey_question_p  {
margin: 0;
color: #0085ba;
font-size: 15px;
}
.ps_respons_data {
display: block;
float: left;
width: 100%;
margin-bottom: 30px;
margin-top: 20px;
}
.ps_block_stats {
width: 33.3333333333%;
background: transparent;
float: left;
}
p.survey-empty-message br {
display: block;
height: 0;
content: " ";
margin-bottom: -4px;
}
.ps_inner_stats_box {
display: block;
background: #fff;
color: #0285ba;
margin: 15px;
padding: 10px;
font-weight: bold;
height: 80px;
overflow: hidden;
position: relative;
border-radius: 10px;
box-shadow: 0px 10px 26px rgba(0,0,0,0.06);
border: 1px solid #efefef;
text-align: center;
}
span.ps_icon_stats {
font-size: 72px;
position: absolute;
right: 20px;
top: 13px;
color: rgba(255,255,255,0.2);
}
div#survey_open_modal {
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
width: 100%;
display: none;
}
.ps_inner_stats_box p.ps_number_stats {
font-size: 37px;
color: #0285ba;
font-weight: regular;
}
.ps_inner_stats_box p {
margin: 0;
font-size: 12px;
color: #555;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: lighter;
}
td.ps-rower-expanded {
display: block;
}
table.survey_settings.survey_input.survey_header_questions tbody tr {
vertical-align: middle;
}
td.label.survey_settings_area {
vertical-align: text-bottom;
}
.survey_alert_banner {
padding: 15px;
background: #fff;
border: 1px solid #ccd0d4;
border-left: 4px solid;
box-shadow: 0 1px 1px rgba(0,0,0,.04)
}
.survey_positive_color {
border-left-color: #46b44f;
}
.survey_alert_color {
border-left-color: #bd0000;
}
.ps_normal_style_font {
color: #46b44f !important;
}
.ps_alert_style_font {
color: #bd0000 !important;
}
p.survey_alert_p {
color: #444;
margin: 0;
font-size: 14px;
}
.survey_align_top {
vertical-align: top;
}
p.survey_question_p {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 250px;
}
#survey_settings .postbox-header,
#survey_editor .postbox-header,
#survey_logic .postbox-header {
display: none;
}
.label.survey_settings_area.ps_settings-modal {
position: fixed;
width: 500px;
height: auto;
top: 50%;
left: 50%;
z-index: 100000;
box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
transform: translate(-50%,-50%);
display: none;
background: #fff;
}
p.ps_submit_modal input {
text-transform: uppercase;
width: 70pt;
}
p.ps_submit_modal {
padding: 10pt !important;
text-align: center;
}
label.ps_label_select_setting {
display: block;
margin-bottom: 10px;
font-weight: bold;
}
.ps_header_setting_open {
font-size: 17px;
padding: 15px;
color: #0285ba;
background: #f4f4f4;
position: relative
}
span.ps_open_settings {
display: inline-block;
margin: 15px;
}
span.ps_open_settings:hover {
opacity: .7;
}
.ps_settings_header {
padding: 10px;
background: #0285ba;
color: #fff;
font-weight: bold;
font-size: 15px;
position: relative
}
.ps_body_container_modal {
background: #fff;
padding: 25px;
}
span.ps_close_modal {
position: absolute;
right: 0;
top: 0;
font-size: 19px;
height: 30px;
width: 38px;
text-align: center;
padding-top: 8px;
cursor: pointer;
}
span.ps_close_modal:hover {
opacity: 0.7;
}
li.ps_titleform_settings {
font-weight: bold;
}
.ps_modal_back {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.75);
z-index: 100000;
display: none;
}
li.ps_all_select_setting select {
width: 100%;
}
img.psrv_nosurvey_yet {
width: 100%;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
}
.psrv_nosurvey_yet_container {
max-width: 640px;
margin: 50px auto;
}
@media (max-width: 1515px) {
.survey-questions-mount {
flex: 5;
}
}
@media (max-width: 1380px) {
.survey-questions-mount {
flex: 4;
}
}
@media (max-width: 1100px) {
.psrv_icon_hidden {
display: none;
}
.psrv_comand_logic_condition {
width: 100%;
margin-bottom: 15px;
}
.psrv_rower_logic_condition_form {
margin: 0;
}
.psrv_rower_logic_condition .survey_move_header.ui-sortable-handle i,
.psrv_rower_logic_condition i.pswp_set_icon-cross {
font-size: 18px;
}
.psrv_rower_logic_condition {
flex-direction: column;
}
.psrv_rower_logic_condition_form {
width: 100%;
margin-bottom: 15px;
}
.survey-btn-add a span:last-child {
font-size: 17px;
line-height: 15px;
margin-top: 0px;
margin-left: 15px;
}
.survey-btn-add a {
flex-direction: row-reverse;
justify-content: space-between;
}
.survey-select-type {
display: none;
}
.psrv_show_show {
display: block;
}
div#survey_open_modal {
display: block;
}
.psrv_editor_general_container .psrv_set_emptyfield .survey-empty {
position: relative;
top: auto;
left: auto;
transform: initial;
width: calc(100% - 60px);
border: none;
margin: 20px auto;
}
.survey-questions-mount {
flex: 1;
}
.survey-add-footer-inner {
flex: 1;
}
.psrv_editor_general_container {
flex-direction: column-reverse;
}
.survey-add-footer-inner {
border-right: 0px solid #e8e8e8;
border-top: 1px solid #e8e8e8;
}
}
@media (max-width: 992px) {
#survey_editor span.ps_hide_mobiles {
display: none
}
p.survey_question_p {
width: 250px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
th.survey_last-colum {
text-align: right !important;
}
table.survey_settings.survey_input.survey_header_questions td.label{
position: absolute;
width: calc(100% - 30px);
height: calc(100% - 26px);
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 12;
}
.survey_question_body {
position: relative;
}
}
@media (max-width: 768px) {
.survey_settings tbody tr td {
border-top: 0;
}
.psrv_tabs_nav li {
padding: 15px 20px !important;
}
.survey_tool_edit {
visibility: visible;
}
#importexport .survey_settings td.label {
display: none
}
td.survey-left-sortable.survey_leftresponsive {
display: block;
width: calc(100% - 30px);
}
.ps_questions_statistics span.ps_hide_mobiles {
display: none
}
td.survey_last-colum_action ul{
visibility: visible
}
.survey_settings td.label {
background: #ffffff;
}
.ps_block_stats {
width: 100%;
}
p.survey_question_p {
width: 178px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
height: 27px;
}
td.survey_last-colum {
text-align: right
}
.label.survey_settings_area.ps_settings-modal {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 100000;
box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
transform: none;
display: none;
background: #fff;
}
#survey_shortcode .survey_settings.survey_input td,
#survey_settings .survey_settings.survey_input td{
display: block;
width: calc(100% - 30px);
}
} .purchase-activation-code.invalid
{
color: red;
}
.purchase-activation-code.valid
{
color: green;
}
.ps-valid-code-required-message {
font-size: 15pt;
color: #008203;
}
.psrv_set_emptyfield p.survey-empty-message{
margin-bottom: 0;
font-weight: 400;
color: #363e42;
}
.psrv_set_emptyfield .survey-empty {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 70%;
border: none;
}
.psswitch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}
.psswitch input {
display:none;
}
.psslider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #c3c4c7;
-webkit-transition: .4s;
transition: .4s;
}
.psslider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .psslider {
background-color: #2171b1;
}
input:focus + .psslider {
box-shadow: 0 0 1px #2196F3;
}
input:checked + .psslider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
} .psrv_tabs_nav {
display: flex;
margin: 0;
justify-content: flex-end;
background: #e7f0f8;
border-bottom: 0px solid #e1e1e1;
align-items: center;
}
.psrv_tabs_nav li {
text-align: center;
margin: 0;
padding: 24px 25px;
background: transparent;
cursor: pointer;
font-weight: bold;
font-size: 14px;
border-top: 3px solid transparent;
margin-bottom: -1px;
}
.psrv_stats_settings,
.psrv_messages_settings {
display: none;
}
.psrv_tabs_nav li.psrv_active_tab_clicked {
background: #ffffff;
color: #509fe2;
border-top: 3px solid #509fe2;
} .psslider.psround {
border-radius: 34px;
}
.psslider.psround:before {
border-radius: 50%;
}
.row:after, .row:before {
display: table;
content: " ";
}
:after, :before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.row:after {
clear: both;
}
@keyframes survey-rotate {
0% {
transform: rotatey(0);
opacity: 0;
}
15% {
opacity: 1;
}
50% {
opacity: 1;
}
60% {
transform: rotatey(180deg) translateX(-14px);
}
61% {
opacity: 0;
}
100% {
opacity: 0;
}
}
.survey-no-data-effects {
position: relative;
width: 214px;
margin: 0 auto;
overflow: hidden;
margin-bottom: 20px;
}
.survey-no-data-effects img {
height: 180px;
width: auto;
}
.survey-no-data-effects__wrapper {
width: 104px;
height: 25px;
position: absolute;
margin: 30px 30px 30px 0;
top: -8px;
left: 91px;
perspective: 10px;
transform-origin: 9px;
animation-name: survey-rotate;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-play-state: running;
}
.survey-no-data-effects__light {
background-image: linear-gradient(to right, #ffd54f 0%, #fff176 16%,
hsla(54, 100%, 80%, 0.72) 48%,
rgba(255, 255, 255, 0) 100%);
width: 100%;
height: 100%;
transform: rotatey(-12deg);
border-radius: 5000px 5px 5px 5000px;
} .ps_global_settings {
background: #34485d;
margin-top: 10px;
display: inline-block;
width: 100%;
position: relative;
}
.ps_global_loader_setting {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.5);
z-index: 1;
}
.ps_global_header {
background: rgb(15, 155, 212);
display: block;
width: 100%;
height: 70px;
}
.ps_logo_settings {
display: block;
height: 70px;
float: left;
width: 240px;
background: rgb(2, 133, 186);
}
.ps_container_button {
float: left;
width: calc(100% - 240px);
height: 70px;
position: relative;
}
.ps_global_container {
display: block;
width: 100%;
}
.ps_global_sidebar_menu {
display: block;
background: #34495e;
width: 240px;
float: left;
}
.ps_global_container_side_container {
float: left;
display: block;
width: calc(100% - 280px);
padding: 20px;
background: #f9f8f8;
}
ul.ps_global_menu {
margin: 0;
}
ul.ps_global_menu li{
margin: 0;
outline: none;
}
ul.ps_global_menu li a {
font-size: 14px;
font-weight: 400;
line-height: 44px;
display: block;
color: #fff;
text-decoration: none;
padding: 0 20px;
outline: none;
}
ul.ps_global_menu li a:focus{
box-shadow: none
}
ul.ps_global_menu li a:hover{
background: #2f4052
}
.ps_title_section {
background: #0f9bd552;
padding: 17px 18px;
display: block;
border-left: 3px solid #0285ba;
}
.ps_title_section h3 {
color: #0285ba;
margin: 0;
font-weight: 500;
}
#ps_global_settings .survey_settings td.label {
background: transparent;
border-top: 1px solid #f0f0f0;
border-right: 0px solid #E1E1E1;
width: 30%;
vertical-align: middle;
font-size: 14px;
color: #39464e;
font-weight: bold;
padding-right: 30px
}
a.button.button-primary.button-large.ps_button_restart_default {
background: transparent;
border: 3px solid rgba(255, 255, 255, 0.6);
height: 42px;
text-shadow: none;
box-shadow: none;
color: rgba(255, 255, 255, 0.6);
font-size: 15px;
font-weight: bold;
position: absolute;
top: 15px;
left: 18px;
padding-top: 4px;
padding-bottom: 3px;
}
a.button.button-primary.button-large.ps_button_restart_default:hover {
border: 3px solid rgba(255, 255, 255, 1);
color: rgba(255, 255, 255, 1);
}
input.button.button-primary.button-large.ps_button_submitsetting {
background: #35c756;
border: 3px solid #35c756;
height: 42px;
text-shadow: none;
box-shadow: none;
color: #fff;
font-size: 15px;
font-weight: bold;
position: absolute;
top: 15px;
right: 18px;
}
input.button.button-primary.button-large.ps_button_submitsetting:hover {
border: 3px solid #5fe07c;
}
#ps_global_settings .ps_logo_settings {
background-image: url(//richifranken.nl/wp-content/plugins/perfect-survey/resources/backend/assets/img/ps_logo_settings_page.png);
background-size: cover;
background-repeat: no-repeat;
position: relative
}
#ps_global_settings p.ps_settings_subtitle {
font-size: 18px;
color: #9a9a9a;
}
#ps_global_settings table.widefat {
border: 0px solid #e5e5e5;
box-shadow: none;
background: transparent;
}
p.ps_version_settings {
position: absolute;
color: #ffffff73;
font-weight: bold;
right: 15px;
top: 25px;
margin: 0;
}
#ps_global_settings .survey_settings tbody tr td {
padding: 13px 0px;
border-top: 0px solid #f0f0f0;
}
label.survey_radio_image > input {
visibility: hidden;
position: absolute;
}
label.survey_radio_image > input + img{
cursor: pointer;
border: 4px solid transparent;
}
label.survey_radio_image > input:checked + img{
border: 4px solid #0f9bd4
}
#ps_global_settings  .ps_settings_tabcontent {
display: none;
}
a.ps_settings_tablinks.active {
background: #2f4052;
}
textarea.ps_text_coded {
font-family: monospace;
font-size: 12px;
}
#ps_global_settings .survey_settings tbody tr td.ps_multiple_form {
padding: 13px 5px;
border-top: 0;
}
.psrv_toast_add_question {
visibility: hidden;
margin-left: -125px;
background-color: #46b44f;
color: #fff;
text-align: center;
border-radius: 2px;
padding: 16px;
position: fixed;
z-index: 1;
bottom: 30px;
font-size: 17px;
border-radius: 4px;
display: flex;
align-items: center;
}
.psrv_container_toast span {
margin-left: 10px;
}
.psrv_container_toast .pswp_set_icon-spinner2 {
animation: spin_toast_show 1s linear infinite;
display: inline-block;
}
.psrv_toast_add_question.psrv_toast_add_question_show {
visibility: visible;
-webkit-animation: fadein_toast_show 0.2s, fadeout_toast_show 0.2s 1s;
animation: fadein_toast_show 0.2s, fadeout_toast_show 0.2s 1s;
animation-fill-mode: forwards;
}
@keyframes spin_toast_show {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
@-webkit-keyframes fadein_toast_show {
from {bottom: 0; opacity: 0;}
to {bottom: 30px; opacity: 1;}
}
@-webkit-keyframes fadeout_toast_show {
from {bottom: 30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}
.message-error
{
background-color: red;
color: #fff !important;
padding: 10px;
font-size: 15px;
}
.message-success
{
background-color: #4c9a00;
color: #fff !important;
padding: 10px;
font-size: 15px;
}
.ps_image_loader {
height: 20px;
width: 20px;
border-top: 3px solid #0385ba;
border-bottom: 3px solid #0385ba;
border-left: 3px solid #0385ba;
border-radius: 130px;
border-right: 3px solid #fff;
animation-name: spin;
animation-duration: 0.5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
margin-bottom: 20px;
}
.image-iconer img {
max-width: 90px;
height: auto;
}
.about-wrap .headline-feature img.minimum_ps_right {
width: 80px
}
.inline-svg.aligncenter.magnifi_ps_cent img {
width: 100%;
height: auto;
max-width: 100%;
}
@keyframes spin {
from {
transform:rotate(0deg);
}
to {
transform:rotate(360deg);
}
} .ps_sfe_statistics {
text-align: left;
}
.survey_progress_bar {
position: relative;
height: 10px;
border-radius: 100px;
overflow: hidden;
margin-bottom: 0px;
background: #efefef;
}
.survey_value_single_bar {
text-align: center;
height: 10px;
position: relative;
background: #0085ba;
float: left;
border-radius: 100px;
}
.survey_value_numeric {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-weight: bold;
color: #fff;
font-size: 10px;
}
.survey_progress_bar_legend {
margin: 0 0 10px 0;
}
.survey_progress_bar_legend ul {
text-align: left;
list-style: none;
margin: 0;
padding: 0
}
.survey_progress_bar_legend ul li {
margin-left: 0;
margin-top: 3px
}
.survey_progress_bar_legend_color {
width: 15px;
height: 15px;
border-radius: 100px;
margin-right: 10px;
display: inline-block;
vertical-align: middle;
}
.survey_progress_bar_legend_label {
margin-right: 20px;
vertical-align: middle;
font-size: 12px;
}
.ps_sfe_statistics {
font-family: sans-serif;
font-size: 14px;
}
.ps_sfe_questions {
padding: 4px 10px 4px 10px;
}
.ps_sfe_questions p.ps_sfe_question {
margin: 0;
font-size: 15px;
font-weight: bold;
}
.ps_sfe_toglger {
cursor: pointer;
}
.ps_sfe_toglger,
.ps_sfe_statistics_body {
border: 1px solid #efefef;
box-shadow: 0px 10px 26px rgba(0,0,0,0.1);
border-radius: 6px;
padding: 10px;
background: #fff;
margin-bottom: 20px;
border-radius: 7px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: relative;
}
.ps_sfe_toglger_arrow_bottom {
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%) rotate(-180deg);
width: 20px;
height: 20px;
border-radius: 100%;
background: #0085ba;
transition: transform .4s ease-in-out
}
.ps_sfe_toglger_arrow_in {
position: absolute;
width: 8px;
height: 8px;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
top: calc(50% + 1px);
transform: translate(-50%,-50%) rotate(-45deg);
left: 50%;
}
.ps_sfe_toglger.ps_sfe_toglger_opener .ps_sfe_toglger_arrow_bottom {
transform: translateY(-50%) rotate(0);
}
p.ps_sfe_toglger_paragraph {
margin: 0;
font-size: 14px;
padding: 0 10px;
}
.ps_sfe_toglger_paragraph {
font-weight: bold;
}
.ps_sfe_toglger_span {
font-weight: lighter;
color: #999;
}
.psrw_table_stilings_data {
margin-bottom: 0
}
table.psrw_table_stilings_data td, table.psrw_table_stilings_data th {
border: 1px solid #ddd;
padding: 8px;
word-break: unset;
font-size: 13px;
}
.ps_sfe_result h4 {
margin: 0 0 10px 0;
font-size: 14px;
font-weight: bold;
}
.survey_progress_bar_generalcontainer {
padding-bottom: 0px;
margin-bottom: 10px;
border-bottom: 1px solid #ddd;
}
.psr_genera_container_boxed_stats {
margin: 15px 10px;
}
.ps_resposive_table table.psrw_table_stilings_data {
margin-top: 0;
}
button.post-edit-btn.ps_survey_btn_submit.survey_submit_btn,
.swal-button,
button.swal-button.swal-button--confirm:focus {
text-decoration: none;
}.swp-flex--col{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.swp-flex--col,form.searchwp-form .swp-flex--row{-webkit-box-direction:normal;-webkit-box-flex:1;-ms-flex-positive:1;display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:1}form.searchwp-form .swp-flex--row{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-pack:start;-ms-flex-pack:start;align-items:center;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;justify-content:flex-start}form.searchwp-form .swp-flex--wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}form.searchwp-form .swp-flex--gap-sm{gap:.25em}form.searchwp-form .swp-flex--gap-md{gap:.5em}form.searchwp-form .swp-items-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}form.searchwp-form .swp-margin-l-auto{margin-left:auto}form.searchwp-form input.swp-input{color:rgba(14,33,33,.8)}form.searchwp-form input.swp-input--search{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='none'%3E%3Cpath fill='%23CFCFCF' d='M6.068 12.136c1.31 0 2.533-.426 3.527-1.136l3.74 3.74c.174.173.402.26.64.26.512 0 .883-.395.883-.9a.87.87 0 0 0-.253-.63L10.89 9.744a6.04 6.04 0 0 0 1.247-3.677C12.136 2.73 9.406 0 6.068 0 2.722 0 0 2.73 0 6.068s2.722 6.068 6.068 6.068m0-1.31c-2.612 0-4.758-2.154-4.758-4.758S3.456 1.31 6.068 1.31c2.604 0 4.758 2.154 4.758 4.758s-2.154 4.758-4.758 4.758'/%3E%3C/svg%3E");background-position:right 12px top 50%;background-repeat:no-repeat;background-size:15px auto;padding-left:.7em;padding-right:38px}form.searchwp-form .searchwp-form-input-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-flex:1;-ms-flex-positive:1;-webkit-box-pack:start;-ms-flex-pack:start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;flex-grow:1;-ms-flex-wrap:nowrap;flex-wrap:nowrap;justify-content:flex-start}form.searchwp-form .searchwp-form-input-container .swp-input{margin:0;width:100%}.addtoany_content{clear:both;margin:16px auto}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.a2a_kit a:empty,.a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined){display:none}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.site .a2a_kit.addtoany_list a:focus,.addtoany_list a:hover,.widget .addtoany_list a:hover{background:none;border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}