/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
/* Misc visuals
----------------------------------*/

.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
.ui-slider.ui-slider-horizontal { border: 1px solid #ccc; border-radius: 5px; margin-top: 25px; display: block; }
.ui-slider.ui-slider-horizontal .ui-slider-handle { border: 1px solid rgb(204, 204, 204); border-radius: 50%; background: rgb(255, 255, 255); }

.form-group.overlay-color .left-side,
.form-group.overlay-color .right-side {
	float: left;
}

.form-group.overlay-color .left-side {
	padding-right: 15px;
}

.form-group.overlay-color .right-side {
	padding-left: 15px;
}

#pm-email-template {
	width: 100%;
	max-width: 100%;
	min-height: 200px;
}

.email-template-step2,
.email-template-step3 {
	display: none;
}

.email-template-step2 .email-template-left {
	padding-left: 0;
}

.form-group.show-for-text,
.form-group.show-for-input,
.close-link-text,
.close-link-image {
    display: none;
}

.email-template-step2 .email-template-right {
	float: right;
}

.email-template-right > .pm-card-box {
    position: fixed;
    margin-left: -15px;
    z-index: 99;
    bottom: 0;
    margin-bottom: 10px;
}

.pm-scroll-reference {
    position: absolute;
    height: calc(100% + 62px );
    top: -62px;
}

.email-form,
.email-inputs {
	display: none;
}

.email-popup-preview-box {
    position: relative;
    height: 85%;
    padding: 20px;
    overflow: hidden;
    overflow-y: auto;
}

.pm-main-wrapper .required {
	color: #f05050;
}

.pm-main-wrapper .pm-prev-step,
.pm-main-wrapper .pm-next-step,
.ui-dialog.popup-schedule .schedule-date-ok,
.ui-dialog.popup-schedule .schedule-date-cancel {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 14px 12px;
    margin: 0;
    text-decoration: none;
    background-color: #5fbeaa;
    border: 1px solid #5fbeaa;
    border-radius: 3px;
    outline: none !important;
    margin-bottom: 14px;
}

.ui-dialog.popup-schedule .popup-dialog-row input.invalid {
	border-color: #f05050;
}

.pm-main-wrapper .pm-prev-step:before,
.pm-main-wrapper .pm-next-step:before {
	background: rgba(0, 0, 0, 0.05);
    display: inline-block;
    padding: 17px 15px;
    border-radius: 3px 0 0 3px;
    margin: -15px -13px;
    margin-right: 12px;
}

.pm-main-wrapper .pm-next-step:before {
    margin-right: -12px;
    margin-left: 12px;
    float: right;
}

.pm-main-wrapper  .form-group.overlay-color  {
    position: absolute;
    top: 5px;
    right: 15px;
	z-index: 99999;
}

.form-group.trigger-input {
	display: none;
}

.email-popup-preview {
	font-family: 'Source Sans Pro';
}

.pm-template-selection a.pm-card-box {
	background: url(../images/template-dark-bg.png) no-repeat;
	background-position: center;
    background-size: cover;
}

.pm-template-selection a.pm-card-box.white-bg {
	background: url(../images/template-light-bg.png) no-repeat;
}

.form-group.trigger-input h4 {
	text-transform: capitalize;
}

.pm-main-wrapper.addons ul {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.pm-main-wrapper .email-template-left .form-group {
	display: none;
}

/* Buttons */

.wp-picker-clear,
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	outline: none !important;
}

.button-small.button.wp-picker-clear {
    height: 38px;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    padding: 0px 13px;
    line-height: 38px;
}

.wp-picker-container input[type=text].wp-color-picker {
    height: 40px;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 7px 12px;
    width: 78px;
}

.btn-primary,
.btn-success,
.btn-default,
.btn-info,
.btn-warning,
.btn-danger,
.btn-inverse,
.btn-purple,
.btn-pink {
  color: #ffffff !important;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  background-color: #81c868 !important;
  border: 1px solid #81c868 !important;
}
.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  background-color: #34d3eb !important;
  border: 1px solid #34d3eb !important;
}
.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  background-color: #ffbd4a !important;
  border: 1px solid #ffbd4a !important;
}

.wp-picker-clear,
.btn-danger,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
  background-color: #f05050 !important;
  border: 1px solid #f05050 !important;
}

/* General style */

.required-star {
	color: #f05050;
	font-size: 26px;
	line-height: 20px;
	font-weight: 300;
	vertical-align: text-bottom;
	font-family: "Source Sans Pro";
}

.pm-main-wrapper h1,
.pm-main-wrapper h2,
.pm-main-wrapper h3,
.pm-main-wrapper h4,
.pm-main-wrapper h5,
.pm-main-wrapper h6 {
	color: #505458;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 10px 0;
}

.pm-main-wrapper h2.pm-page-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 7px;
}

.pm-main-wrapper .header-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 16px;
    margin-bottom: 8px;
    padding-left: 0;
}

.pm-main-wrapper p {
	margin-top: 0;
	padding-left: 0;
}

.pm-main-wrapper {
	padding-left: 0 !important;
	margin-top: 30px;
	font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #797979;
}

.pm-main-wrapper .float-right {
	float: right;
}

.pm-main-wrapper .float-left {
	float: left;
}

.pm-template-selection li {
	float: left;
	width: 25%;
	position: relative;
}

.pm-template-selection a {
    display: block;
    margin-right: 20px;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
}

.pm-card-footer {
	background: #fff;
	padding: 10px 15px;
	display: block;
	margin-right: 20px;
	border-radius: 0 0 5px 5px;
	margin-bottom: 20px;
	color: #575757;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	font-weight: 400;
	font-family: "Source Sans Pro";
}

.pm-template-selection a img {
	max-width: 100%;
}

.email-template-left,
.email-template-right {
	float: left;
	width: 70%;
}

.email-template-right {
	width: 30%;
}

.form-input-wrapper {
	display: inline-block;
	width: 100%;
	border: 2px solid transparent;
}

body:not(.pm-disable-edit) .form-input-wrapper:hover,
body:not(.pm-disable-edit) .form-input-wrapper.active {
	border: 2px dashed #ddd!important;
    background-color: rgba(255,255,220,.1);
}

.email-popup-preview {
	background-color: #fff;
	padding: 40px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(34,34,34,0.2);
	background-size: cover !important;
    background-position: center !important;
    width: 500px;
    position: relative;
    z-index: 9999;
}

.email-popup-main-title {
	font-size: 34px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 10px 0 !important;
	text-align: left;
}

.email-popup-secondary-title {
	font-size: 14px;
    line-height: 16px;
    text-align: left;
	margin-bottom: 20px;
}

.email-popup-main-form {
	margin-top: 27px;
}

.email-popup-preview input:not([type="submit"]) {
	background-color: #FFFFFF;
	border: 1px solid #FECC51;
	border-radius: 0;
	color: #565656;
	padding: 11px 12px;
	max-width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	font-size: 14px;
	line-height: 20px;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.email-popup-preview input[type="submit"],
.email-popup-preview button,
.pm-primary-button {
	background-color: #FECC51;
    border: 1px solid #FECC51;
	color: #000;
    border-radius: 0;
    padding: 11px 52px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    float: right;
    text-transform: uppercase;
}

.form-group.file-upload a.choose-image {
    position: absolute;
    bottom: 1px;
    right: -1px;
    text-decoration: none;
    background-color: #5fbeaa;
    border: 1px solid #5fbeaa;
    border-radius: 0 3px 3px 0;
    padding: 8px 12px;
    color: #fff;
}

.form-group.file-upload a.delete-image {
	position: absolute;
    bottom: 22px;
    left: -3px;
    color: #a94442;
    text-decoration: none;
}

.form-group.file-upload a.delete-image:hover {
    color: #a94442;
}

.pm-main-wrapper .wp-color-result:after {
	background-color: #5fbeaa;
    border: 1px solid #5fbeaa;
    border-radius: 0 3px 3px 0;
    padding: 8px 12px;
    color: #fff;
    font-size: 14px;
    top: -1px;
    right: -1px;
}

.form-group.file-upload a:before {
	font-size: 16px;
    margin-right: 6px;
}

.form-group.file-upload input {
	background-color: #eee;
    color: #565656;
    padding-right: 155px;
    cursor: no-drop;
}

.form-group.file-upload a:hover,
.form-group.file-upload a:focus,
.form-group.file-upload a:active {
	color: #fff;
	opacity: 0.9;
	outline: none;
}

.email-popup-disclaimer {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	margin-top: 20px !important;
}

.pm-main-wrapper select {
    border: 2px solid #5fbeaa;
    color: #5fbeaa !important;
    border-radius: 4px;
    color: #565656;
    padding: 7px 12px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 20px;
    min-width: 210px;
    font-weight: 600;
    padding-right: 25px;
    background: url(../images/arrow-down-green.png) #FFFFFF no-repeat;
	background-position: 92% 50% !important;

    -webkit-appearance: none;
    -moz-appearance: none;

    max-width: 100%;
}

.pm-main-wrapper select:hover {
	background-color: #5fbeaa;
	background: url(../images/arrow-down-white.png) #5fbeaa no-repeat;
	color: #fff !important;
}

.pm-main-wrapper select option,
.pm-main-wrapper select optgroup {
	background: #fff;
	color: #565656;
}

.pm-main-wrapper select option[disabled] {
	color: #ccc;
}

.force-fullwidth {
	width: 100%;
}

.pm-main-wrapper select.select-opened {
	background: url(../images/arrow-up-white.png) #5fbeaa no-repeat;
}

.text-template .email-popup-main-title {
	font-size: 35px;
    margin-bottom: 0 !important;
    color: #333;
}

.text-template .email-popup-close {
	color: #333;
}

.text-template .email-popup-disclaimer {
    text-align: left;
    margin-top: 14px !important;
    color: #333;
}

.text-template .email-popup-secondary-title {
	margin-bottom: 0;
    margin-top: 17px;
    line-height: 20px;
    color: #333;
}

.pm-main-wrapper .input-wrapper,
.pm-main-wrapper .email-template-step1.image .form-group {
	padding: 0;
}

.email-popup-preview-box.image-template a {
	min-height: 300px;
	display: block;
}

.pm-steps {
    position: relative;
}

.pm-steps > .steps {
	position: relative;
	display: block;
	width: 100%;
}

.pm-location-selection li {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.pm-location-selection li a {
	padding: 20px;
	display: block;
}

.pm-location-selection li img {
	max-width: 100%;
}

.pm-steps.vertical > .steps {
	display: inline;
	float: left;
	width: 30%;
}

.pm-steps > .steps > ul > li {
	width: 20%;
}

.pm-steps > .steps > ul > li.last a {
	margin-right: 0;
}

.pm-steps > .steps > ul > li,
.pm-steps > .actions > ul > li {
	float: left;
}

.pm-steps.vertical > .steps > ul > li {
	float: none;
	width: 100%;
}

.pm-steps > .steps a,
.pm-steps > .steps a:hover,
.pm-steps > .steps a:active {
	display: block;
	width: auto;
	margin: 0 1em 0.5em 0;
	padding: 1em 1em;
	text-decoration: none;
	line-height: 30px;
}

.pm-steps > .steps .number {
	font-size: 1.429em;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	display: inline-block;
	line-height: 30px;
	margin-right: 10px;
	width: 30px;
	text-align: center;
}
.pm-steps > .steps .disabled a {
	background: #ffffff;
	color: #333333;
	cursor: default;
	border: 1px solid #eaeaea;
}
.pm-steps > .steps .disabled a:hover {
	background: #f9f9f9;
	color: #333333;
	cursor: default;
	border: 1px solid #eaeaea;
}
.pm-steps > .steps .disabled a:active {
	background: #f9f9f9;
	color: #333333;
	cursor: default;
	border: 1px solid #eaeaea;
}

.pm-steps > .steps .done a,
.pm-steps > .steps .done a:hover,
.pm-steps > .steps .done a:active {
	color: #fff;
}

.pm-steps > .steps .error a,
.pm-steps > .steps .error a:hover,
.pm-steps > .steps .error a:active {
	background: #ff3111;
	color: #fff;
}

.pm-steps > .steps .current a {
	cursor: default;
	color: #fff;
	background: #5fbeaa;
}
.pm-steps > .steps .current a:hover {
	background: #5fbeaa;
}
.pm-steps > .steps .current a:hover .number {
	color: #ffffff;
}
.pm-steps > .steps .current a:active {
	background: #5fbeaa;
}
.pm-steps > .steps .current a:active .number {
	color: #ffffff;
}
.pm-steps > .steps .current a .number {
	color: #ffffff;
}
.pm-steps > .steps .done a {
	background: #7a8c9a;
}
.pm-steps > .steps .done a:hover {
	background: #7a8c9a;
}
.pm-steps > .steps .done a:active {
	background: #7a8c9a;
}
.pm-steps > .steps a,
.pm-steps > .steps a:hover,
.pm-steps > .steps a:active,
.pm-steps > .content {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.pm-card-box {
	/*margin: 0 15px;*/
	padding: 20px 15px;
	border: 1px solid rgba(54, 64, 74, 0.05);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-clip: padding-box;
	margin-bottom: 20px;
	background-color: #ffffff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.pm-main-wrapper .form-group .pm-number-field input {
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;
	color: #565656;
	padding: 7px 12px;
	height: 38px;
	width: 79px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	box-shadow: none !important;
	border-radius: 0;
	display: inline-block;
}

.pm-number-field input:focus {
	border-color: #aaa;
}

.pm-number-minus,
.pm-number-plus {
	padding: 9px 12px;
	background-color: #5fbeaa;
	border: 1px solid #5fbeaa;
	color: #ffffff;
	display: inline-block;
	border-radius: 3px 0 0 3px;
	margin-right: -4px;
	cursor: pointer;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 34px;
    text-align: center;
}

.pm-number-minus:active,
.pm-number-plus:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.pm-number-plus {
	border-radius: 0 3px 3px 0;
	margin-right: auto;
	margin-left: -4px;
}

/* Input fields */
.pm-main-wrapper input {
	border: 1px solid #E3E3E3;
}

.pm-main-wrapper .form-control,
.ui-dialog.popup-schedule .form-control {
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;
	border-radius: 4px;
	color: #565656;
	padding: 7px 12px;
	height: 38px;
	max-width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.pm-main-wrapper .invalid input,
.pm-main-wrapper .invalid select {
	border-color: #f05050;
}

.pm-main-wrapper .invalid input {
	padding-right: 35px;
}

.invalid {
	display: inline-block;
	position: relative;
}

.invalid .input-notice {
	width: 34px;
    height: 34px;
    position: absolute;
    top: 3px;
    right: 0;
    color: #a94442;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
}

.invalid .input-notice:before {
	content: '\e803';
	font-family: 'options';
}

/*.pm-main-wrapper .invalid:before {
	content: 'c';
}*/

.pm-main-wrapper label {
	margin-top: 10px;
	font-weight: 700;
}

.pm-main-wrapper .form-group {
	margin-bottom: 15px;
	position: relative;
	display: block;
}

.pm-main-wrapper .form-group.file-upload a:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.pm-main-wrapper .form-group.close-link {
    margin-bottom: 0;
}

/* Text colors */
.text-custom {
	color: #5fbeaa;
}

.text-white {
	color: #ffffff;
}

.text-danger {
	color: #f05050;
}

.text-muted {
	color: #98a6ad;
}

.text-primary {
	color: #5d9cec;
}

.text-warning {
	color: #ffbd4a;
}

.text-success {
	color: #81c868;
}

.text-info {
	color: #34d3eb;
}

.text-inverse {
	color: #4c5667;
}

.text-pink {
	color: #fb6d9d;
}

.text-purple {
	color: #7266ba;
}

.text-dark {
	color: #797979 !important;
}

/* Helper classes */

.p-0 {
  padding: 0px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-l-0 {
  padding-left: 0px !important;
}
.p-r-0 {
  padding-right: 0px !important;
}
.p-t-0 {
  padding-top: 0px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-b-0 {
  padding-bottom: 0px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-l-r-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.m-0 {
  margin: 0px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-0 {
  margin-top: 0px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.w-xs {
  min-width: 80px;
}
.w-sm {
  min-width: 95px;
}
.w-md {
  min-width: 110px;
}
.w-lg {
  min-width: 140px;
}
.m-h-40 {
  min-height: 40px;
}
.m-h-50 {
  min-height: 50px;
}
.l-h-34 {
  line-height: 34px;
}

.font-600 {
	font-weight: 600;
}

.font-bold {
	font-weight: 700;
}

.font-normal {
	font-weight: normal;
}

.font-light {
	font-weight: 300;
}

.font-13 {
	font-size: 13px !important;
}

/* Template selection screen */

.email-popup-preview-wrapper.top-center {
	position: absolute;
    top: 0;
    z-index: 9999;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.email-popup-preview-wrapper.bottom-center {
	position: absolute;
    bottom: 0;
    z-index: 9999;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.email-popup-preview-wrapper.sticky-left {
	position: absolute;
    top: 10%;
    left: 0;
    z-index: 9999;
}

.email-popup-preview-wrapper.sticky-right {
	position: absolute;
    top: 10%;
    right: 0;
    z-index: 9999;
}

.email-popup-preview-wrapper.bottom-left {
	position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.email-popup-preview-wrapper.bottom-right {
	position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.email-popup-preview-wrapper.top-left {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

.email-popup-preview-wrapper.top-right {
	position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
}

.email-popup-preview-wrapper.modal-popup {
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.email-popup-preview-wrapper.modal-popup > div {
	width: 440px;
}

.email-popup-preview-wrapper.full-width {
	position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
   	width: 100% !important;
}

.email-popup-preview-wrapper.full-width > div {
	width: 100%;
}

.email-popup-preview-wrapper.animated {
    z-index: 9999;
    position: absolute;
}

.email-popup-preview-box .email-popup-preview-box-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2222;
}

.email-popup-preview-wrapper.modal-fullscreen {
	position: absolute;
    top: 0;
    left: 0;
	width: 100% !important;
    height: 100%;
    z-index: 9999;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.email-popup-preview-wrapper.modal-fullscreen > div {
	width: 100% !important;
    height: 100%;
}

.email-popup-preview-wrapper.modal-fullscreen .email-popup-preview-inner {
	width: 440px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.email-popup-close-wrapper {
	position: relative;
	display: block;
}

.email-popup-close {
	position: absolute;
    right: -16px;
    top: -20px;
    font-size: 30px;
    cursor: pointer;
    z-index: 99999;
}

.email-popup-preview-inner.contact .email-popup-close {
	top: 15px;
    right: 15px;
    z-index: 22;
}

.pm-main-wrapper .wp-color-result {
    height: 40px;
    box-shadow: none;
    border: 1px solid #E3E3E3;
    padding-left: 40px;
}

.pm-main-wrapper .wp-color-result:before {
	content: '';
	position: absolute;
    border: 9px solid #fff;
    left: 0;
    height: 20px;
    width: 23px;
    z-index: 22;
}

.pm-main-wrapper .wp-color-result:hover {
	color: #fff;
}

.alert {
	color: #f05050;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert.alert-error {
	background-color: rgba(240, 80, 80, 0.2);
    border-color: rgba(240, 80, 80, 0.3);
}

.alert.alert-info {
    background-color: rgba(52, 211, 235, 0.2);
	border-color: rgba(52, 211, 235, 0.3);
	color: #34d3eb
}

.alert p {
	margin: 0;
}

/* Table */

.pm-table {
	font-size: 14px;
	border-collapse: collapse;
}

.pm-table.list {
	width: 100%;
}

.pm-table thead > tr > th {
	padding-left: 8px;
    padding-right: 30px;
    text-align: left;
}

.pm-table > thead > tr > th {
	vertical-align: bottom;
    border-bottom: 2px solid #ebeff2;
}

.pm-table>tbody>tr>td,
.pm-table>tbody>tr>th,
.pm-table>tfoot>tr>td,
.pm-table>tfoot>tr>th,
.pm-table>thead>tr>td,
.pm-table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.pm-table > thead > tr > th,
.pm-table > tbody > tr > th,
.pm-table > tfoot > tr > th,
.pm-table > thead > tr > td,
.pm-table > tbody > tr > td,
.pm-table > tfoot > tr > td,
.pm-table > thead > tr > th,
.table-bordered {
	border-top: 1px solid #ebeff2;
}

.table-striped > tbody > tr:nth-of-type(odd),
.table-hover > tbody > tr:hover,
.pm-table > thead > tr > td.active,
.pm-table > tbody > tr > td.active,
.pm-table > tfoot > tr > td.active,
.pm-table > thead > tr > th.active,
.pm-table > tbody > tr > th.active,
.pm-table > tfoot > tr > th.active,
.pm-table > thead > tr.active > td,
.pm-table > tbody > tr.active > td,
.pm-table > tfoot > tr.active > td,
.pm-table > thead > tr.active > th,
.pm-table > tbody > tr.active > th,
.pm-table > tfoot > tr.active > th {
	background-color: #f4f8fb !important;
}

.pm-table>caption+thead>tr:first-child>td,
.pm-table>caption+thead>tr:first-child>th,
.pm-table>colgroup+thead>tr:first-child>td,
.pm-table>colgroup+thead>tr:first-child>th,
.pm-table>thead:first-child>tr:first-child>td,
.pm-table>thead:first-child>tr:first-child>th {
	border-top: none;
}

.pm-table a.pm-edit-popup {
	color: #29b6f6;
	text-decoration: none;
	box-shadow: none;
	font-size: 130%;
}

.pm-table a.pm-clone-popup {
	color: #ffbd4a;
	text-decoration: none;
	box-shadow: none;
	font-size: 130%;
	margin-left: 5px;
}

.pm-table a.pm-split-popup {
	color: #fb6d9d;
	text-decoration: none;
	box-shadow: none;
	font-size: 130%;
	margin-left: 5px;
}

.pm-table a.pm-delete-popup {
	color: #f05050;
	text-decoration: none;
	font-size: 130%;
}

.pm-table a.pm-schedule-popup {
	color: #f05050;
	text-decoration: none;
	font-size: 130%;
	margin-left: 5px;
	box-shadow: none;
}

.pm-table a.pm-status-popup.live {
	color: #81c868;
	text-decoration: none;
	box-shadow: none;
	font-size: 130%;
	margin-left: 5px;
}

.pm-table a.pm-status-popup.live:before {
	content: '\e80e';
	font-family: 'options';
}

.pm-table a.pm-status-popup.paused {
	color: #5d9cec;
	text-decoration: none;
	box-shadow: none;
	font-size: 130%;
	margin-left: 5px;
}

.pm-table a.pm-status-popup.paused:before {
	content: '\e80d';
	font-family: 'options';
}

.pm-table.list thead tr th.popup-id {
	width: 15%;
}

.pm-table.list thead tr th.popup-name {
	width: 40%;
}

.pm-table.list thead tr th.popup-shortcode {
	width: 30%;
}

.pm-table.list thead tr th.popup-actions {
	width: 15%;
}

.pm-table.list.analytics-data thead tr th.popup-id {
	width: 5%;
}

.pm-table.list.analytics-data thead tr th.popup-name {
	width: 20%;
}

.pm-table.list.analytics-data thead tr th.popup-shortcode {
	width: 20%;
}

.pm-table.list.analytics-data thead tr th.popup-visitors,
.pm-table.list.analytics-data thead tr th.popup-conversions,
.pm-table.list.analytics-data thead tr th.popup-cr {
	width: 13.33%;
}

.pm-table.list.analytics-data thead tr th.popup-actions {
	width: 15%;
}

.pm-table.list tr td {
	vertical-align: middle;
}

.pm-table.list tr td.actions a {
	position: relative;
}

.pm-table.list tr td.actions a:hover:after {
	content: attr(data-tooltip);
	position: absolute;
	top: -30px;
	left: 50%;
	color: #fff;
	background: rgba(0,0,0,0.5);
	border-radius: 5px;
	font-size: 15px;
	padding: 3px 5px;
	-ms-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	white-space: nowrap;
}

/* Addons */

.pm-addon-wrapper.pm-card-box {
	padding: 0;
}

.pm-addon-wrapper img {
	width: 100%;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.pm-addon-wrapper .pm-addon-name {
    font-weight: 600;
    font-size: 16px;
    margin-top: 17px;
    margin-bottom: 8px;
    line-height: 16px;
    display: block;
    padding: 0 15px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.pm-addon-wrapper .pm-addon-desc {
	padding: 0 15px;
	min-height: 38px;
}

.pm-addon-wrapper .button {
	float: right;
	margin: 20px 15px 15px 0;
}

.pm-addon-wrapper ul {
	margin: 0 -15px;
}

.pm-main-wrapper select.pm-multiselect {
	background: none !important;
	min-height: 150px;
}

.pm-more-designs {
	border-radius: 5px;
	position: relative;
	height: 420px;
	background-color: #fff;
	margin-right: 20px;
}

.pm-more-designs > div {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pm-more-designs span {
	color: #575757;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	text-transform: none;
	position: relative;
	margin: 25px 0;
	padding: 0;
	line-height: 40px;
	display: block;
	font-family: "Source Sans Pro";
}

.pm-more-designs p {
	font-size: 14px;
	line-height: 22px;
	padding: 0 20px;
	margin: 0;
}

.pm-main-wrapper .pm-more-designs a {
	margin-bottom: 0;
	margin-top: 26px;
}

.pm-more-designs .pm-icon-container i {
	color: #A5DC86;
	font-size: 40px;
	border: 4px solid rgba(165, 220, 134, 0.2);
	border-radius: 50%;
	display: block;
	width: 86px;
	height: 86px;
	line-height: 76px;
	text-align: center;
	margin: 0 auto;
}

.pm-more-designs-button {
	display: block;
	text-align: center;
}

.pm-more-designs .pm-icon-container i:before {
	margin: 0;
	margin-left: -1px;
}

.pm-hidden {
	display: none !important;
}

.form-group.close-link .close-link-text,
.form-group.close-link .close-link-image,
.form-group.close-link .close-link-predefined,
.form-group.close-link .close-link-advanced,
.form-group.close-link.image .close-link-text,
.form-group.close-link.image .close-link-image,
.form-group.close-link:not(.image) .close-link-source {
	display: none;
}

.form-group.close-link.text .close-link-text,
.form-group.close-link.image.upload .close-link-image,
.form-group.close-link.predefined .close-link-predefined,
.form-group.close-link.image.upload .close-link-advanced,
.form-group.close-link.predefined .close-link-advanced {
	display: block;
}

.close-link-images img {
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	border: 2px dashed transparent;
	padding: 5px;
}

.close-link-images img.selected {
	border-color: #ccc;
}

.email-popup-close-wrapper.close-outside .email-popup-close {
	display: none;
}

.pm-table.list.analytics-data th.feature-locked,
.pm-table.list.analytics-data td.feature-locked {
	color: #ccc;
}

.pm-table.list.analytics-data th.feature-locked:before {
	content: '\e808';
	font-family: 'options';
	color: #d3af37;
	margin-right: 5px;
}

.form-group.feature-locked h4:before {
	content: '\e808';
	font-family: 'options';
	font-size: 25px;
	margin-right: 10px;
	color: #d3af37;
	position: relative;
	top: 4px;
}

.form-group.feature-locked:hover h4:after {
	position: absolute;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 5px;
	z-index: 99;
	text-align: center;
	top: 0;
	left: 0;
	width: 97%;
	font-family: 'Noto Sans';
	font-weight: normal;
}

.form-group.feature-locked.targeting:hover h4:after {
	content: 'This feature is only available for the Popup Manager Advanced Targeting add-on.';
}

.form-group.feature-locked.geotarget:hover h4:after {
	content: 'This feature is only available for the Popup Manager Geo Targeting add-on.';
}

.form-group.feature-locked.templates:hover h4:after {
	content: 'This feature is only available for the Popup Manager Additional templates add-on.';
}

.form-group.feature-locked input,
.form-group.feature-locked h4,
.form-group.feature-locked p,
.form-group.feature-locked select option[disabled] {
	cursor: no-drop;
}

.form-group.feature-locked h4,
.form-group.feature-locked p {
	color: #ccc;
}

.form-group.feature-locked select {
	opacity: 0.5;
}

/* Dialog */

.ui-dialog.popup-schedule {
	border-color: #DDDDDD;
	border-radius: 2px;
	box-shadow: none;
	padding: 25px;
	z-index: 2;
}

.ui-dialog.popup-schedule .ui-dialog-titlebar {
	padding: 0;
	padding-bottom: 15px;
	background: transparent;
	border: none;
	border-bottom: 2px solid #e5e5e5;
	border-radius: 0;
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	color: #505458;
	font-family: 'Source Sans Pro';
}

.ui-dialog.popup-schedule .ui-dialog-titlebar span {
	margin: 0;
}

.ui-dialog.popup-schedule .ui-dialog-titlebar button {
	background: transparent;
	border: none;
	display: none;
}

.ui-dialog.popup-schedule .ui-dialog-titlebar button span {
	left: 0;
	top: 0;
}

.ui-dialog.popup-schedule .popup-dialog-row input {
	width: 49%;
	float: left;
}

.ui-dialog.popup-schedule .popup-schedule-dialog {
	padding: 20px 0 0;
}

.ui-dialog.popup-schedule .popup-dialog-row > div:first-child {
	margin-top: 10px;
	font-weight: 700;
	font-size: 13px;
	line-height: 18px;
	color: #797979;
}

.ui-dialog.popup-schedule .schedule-date-ok {
	margin-bottom: 0;
	margin-top: 15px;
}

.ui-dialog.popup-schedule .schedule-date-cancel {
	margin-bottom: 0;
	margin-top: 15px;
	background-color: #f05050;
	border: 1px solid #f05050;
}

.ui-widget-overlay {
	background: rgba(0,0,0,0.5);
	opacity: 1;
}

.pm-table a.pm-schedule-popup.not-scheduled {
	color: #797979;
}

.pm-table a.pm-schedule-popup.schedule-active {
	color: #81c868;
}

.pm-table a.pm-schedule-popup.schedule-inactive {
	color: #f05050;
}

.pm-table.list tr td.actions a.pm-schedule-popup.schedule-active:after,
.pm-table.list tr td.actions a.pm-schedule-popup.schedule-inactive:after {
	right: 0;
	left: auto;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}

.pm-template-selection .preview-popup {
	position: absolute;
	top: 15px;
	right: 15px;
	border: 1px solid #eaeaea !important;
	background-color: #ffffff;
	color: #4c5667;
	border-radius: 3px;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	outline: none;
	box-shadow: none;
	opacity: 0;

	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.pm-template-selection li:hover .preview-popup {
	opacity: 1;
}

#popup-preview-box.opened {
	position: fixed;
	top: 0;
	left: -20px;
	width: calc( 100% + 20px );
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 2;
}

#popup-preview-box.opened .inner-box {
	position: relative;
	height: 100%;
	width: 100%;
}

#popup-preview-box.opened .inner-box .email-popup-preview {
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#popup-preview-box .email-popup-preview .form-input-wrapper {
	background-color: transparent !important;
	border: 2px dashed transparent !important;
}

#popup-preview-box iframe {
	max-width: 100%;
	display: inline-block !important;
}

#popup-preview-box.ribbon,
#popup-preview-box.tab,
#popup-preview-box.messenger {
	cursor: pointer;
}

.pm-sorting-wrapper {
	padding-bottom: 15px;
}

.pm-sorting-wrapper a {
	padding: 14px 17px 14px 9px;
	line-height: 30px;
	border-radius: 3px;
	font-size: 14px;
	text-decoration: none;
	background: #fff;
	display: inline-block;
	color: #4c5667;
	box-shadow: none;
	margin-right: 5px;
	margin-top: 5px;
	text-transform: capitalize;
}

.pm-sorting-wrapper a:last-child {
	margin-right: 0;
}

.pm-sorting-wrapper a:before {
	font-family: 'options';
	margin: 0;
	background: rgba(255, 255, 255, 0.3);
	padding: 10px;
	border-radius: 50%;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 16px;
	display: inline-block;
}

.pm-sorting-wrapper a:not(.active):hover {
	background-color: rgba(204, 204, 204, 0.5);
}

.pm-sorting-wrapper a.active {
	color: #fff;
	background-color: #5fbeaa;
}

.sorting-hidden {
	display: none;
}

.pm-sorting-wrapper a[data-sorting="video"]:before {
	content: '\e810';
}

.pm-sorting-wrapper a[data-sorting="verification"]:before {
	content: '\e811';
}

.pm-sorting-wrapper a[data-sorting="email"]:before {
	content: '\e812';
}

.pm-sorting-wrapper a[data-sorting="contact"]:before {
	content: '\e813';
}

.pm-sorting-wrapper a[data-sorting="actionbar"]:before {
	content: '\e815';
}

.pm-sorting-wrapper a[data-sorting="messenger"]:before {
	content: '\e816';
}

.pm-sorting-wrapper a[data-sorting="cookie"]:before {
	content: '\e817';
}

.pm-sorting-wrapper a[data-sorting="ribbon"]:before {
	content: '\e818';
}

.pm-sorting-wrapper a[data-sorting="sidebar"]:before {
	content: '\e819';
}

.pm-sorting-wrapper a[data-sorting="tab"]:before {
	content: '\e81a';
}

.pm-sorting-wrapper a[data-sorting="image"]:before {
	content: '\e81c';
}

.pm-sorting-wrapper a[data-sorting="text"]:before {
	content: '\e81d';
}

.pm-sorting-wrapper a[data-sorting="likebox"]:before {
	content: '\e81e';
}

.pm-sorting-wrapper a[data-sorting="locker"]:before {
	content: '\e808';
}

.pm-sorting-wrapper a[data-sorting="survey"]:before {
	content: '\f200';
}

/* Live preview */

.email-popup-live-preview {
	display: none;
}

.right-side .popup-live-preview {
	margin-bottom: 0;
	vertical-align: top;
	padding: 10px 12px;
}

.email-popup-live-preview.opened {
	position: fixed;
	top: 32px;
	left: 160px;
	width: calc( 100% - 160px );
	height: calc( 100% - 32px );
	background: #fff;
	z-index: 99999;
	display: block;
}

.preview-device-wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.email-popup-live-preview .preview-controls {
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	max-width: 250px;
	border: 1px solid #ccc;
	z-index: 9;
	background: #fff;
}

.email-popup-live-preview .preview-controls li {
	width: 50%;
	float: left;
	cursor: pointer;
	margin-bottom: 0;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.email-popup-live-preview .preview-controls li:before {
	font-size: 35px;
	line-height: 50px;
}

.email-popup-live-preview .preview-controls li[data-device="mobile-landscape"]:before,
.email-popup-live-preview .preview-controls li[data-device="tablet-landscape"]:before {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.email-popup-live-preview .preview-controls li.selected {
	background: #f4f4f4;
}

.email-popup-live-preview .preview-controls p,
.email-popup-live-preview .preview-controls h2 {
	padding: 0 20px;
}

.preview-device-wrapper.mobile {
	width: 426px;
	height: 743px;
	background: url(../images/devices/mobile.png) no-repeat;
	padding: 88px 21px 84px 25px;
}

.preview-device-wrapper.mobile-landscape {
	width: 743px;
	height: 426px;
	background: url(../images/devices/mobile-l.png) no-repeat;
	padding: 21px 84px 25px 88px;
}

.preview-device-wrapper.tablet {
	width: 881px;
	height: 1249px;
	background: url(../images/devices/tablet.png) no-repeat;
	zoom: 0.7;
	padding: 112px 55px 112px 57px;
}

.preview-device-wrapper.tablet-landscape {
	width: 1249px;
	height: 881px;
	background: url(../images/devices/tablet-l.png) no-repeat;
	zoom: 0.7;
	padding: 56px 112px 56px 112px;
}

.preview-device-wrapper.desktop {
	width: 100%;
	height: 100%;
}

/*.preview-device-wrapper.mobile .email-popup-preview:not(.modal-fullscreen):not(.full-width),
.preview-device-wrapper.mobile-landscape .email-popup-preview:not(.modal-fullscreen):not(.full-width),
.preview-device-wrapper.mobile .email-popup-preview.modal-fullscreen .email-popup-preview-inner,
.preview-device-wrapper.mobile-landscape .email-popup-preview.modal-fullscreen .email-popup-preview-inner {
	width: 90% !important;
}*/

.preview-device-inner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	overflow-y: auto;
}

.preview-device-inner .email-popup-preview-box-overlay {
	width: 100%;
	height: 100%;
	position: absolute
}

.live-preview-close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	cursor: pointer;
}

.preview-device-wrapper .email-popup-preview .email-popup-preview-inner .form-input-wrapper {
	border: 2px dashed transparent !important;
	background-color: transparent;
}

.pm-table.list.analytics-data tr.child td:first-child:before {
	content: '';
	width: 2px;
	height: 9px;
	background: #ccc;
	display: block;
	margin-left: 11px;
}

.pm-table.list.analytics-data tr.child td:first-child:after {
	content: '';
	width: 15px;
	height: 2px;
	background: #ccc;
	display: block;
	margin-left: 11px;
}

.email-template-step3.row .email-template-middle {
	width: 50%;
	margin-left: -15px;
	padding-right: 0;
}

/*.email-template-step3.row .email-template-middle .pm-card-box {
	width: calc(50% - 15px);
	float: left;
	margin-left: 15px;
}*/

.step-3-left-side,
.step-3-right-side {
	width: 50%;
	float: left;
	padding-left: 15px;
}

.email-template-right > .pm-card-box.height-auto {
	height: auto !important;
}

/* Preview */

.preview-device-wrapper .email-popup-preview.top-center {
	position: absolute;
    top: 0;
    z-index: 9999;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.preview-device-wrapper .email-popup-preview.bottom-center {
	position: absolute;
    bottom: 0;
    z-index: 9999;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.preview-device-wrapper .email-popup-preview.sticky-left {
	position: absolute;
    top: 10%;
    left: 0;
    z-index: 9999;
}

.preview-device-wrapper .email-popup-preview.sticky-right {
	position: absolute;
    top: 10%;
    right: 0;
    z-index: 9999;
}

.preview-device-wrapper .email-popup-preview.bottom-left {
	position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.preview-device-wrapper .email-popup-preview.bottom-right {
	position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.preview-device-wrapper .email-popup-preview.top-left {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

.preview-device-wrapper .email-popup-preview.top-right {
	position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
}

.preview-device-wrapper .email-popup-preview.modal-popup {
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preview-device-wrapper .email-popup-preview.full-width {
	position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
   	width: 100% !important;
}

.preview-device-wrapper .email-popup-preview.full-width > div {
	width: 100%;
}

.preview-device-wrapper .email-popup-preview.animated {
    z-index: 9999;
    position: absolute;
}

.email-popup-preview-box .email-popup-preview-box-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2222;
}

.preview-device-wrapper .email-popup-preview.modal-fullscreen {
	position: absolute;
    top: 0;
    left: 0;
	width: 100% !important;
    height: 100%;
    z-index: 9999;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.preview-device-wrapper .email-popup-preview.modal-fullscreen > div {
	width: 100% !important;
    height: 100%;
}

.preview-device-wrapper .email-popup-preview.modal-fullscreen .email-popup-preview-inner {
	width: 440px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preview-device-wrapper .email-popup-preview {
	margin: 30px 0;
	height: auto !important;
	margin-left: 6px;
}

/* Supported plugins */

.email-popup-preview input[type="checkbox"],
.email-popup-preview input[type="radio"] {
	width: auto;
	display: inline-block;
	margin: 0 10px 0 0;
}

.email-popup-preview input[type="radio"] {
	border-radius: 50%;
}

.email-popup-preview select {
	width: auto;
	min-width: initial;
	border-radius: 0;
	border: none;
	color: #000 !important;
	background: url(../images/arrow-down-green.png) #FFFFFF no-repeat !important;
	background-position: 92% 50% !important;
}

.wpforms-field.wpforms-field-name > div > div {
	width: 50%;
	float: left;
}

.wpforms-field.wpforms-field-name > div > div:nth-child(1) {
	padding-right: 7px;
}

.wpforms-field.wpforms-field-name > div > div:nth-child(2) {
	padding-left: 7px;
}

.wpforms-field.wpforms-field-name > div > div input {
	margin-bottom: 5px;
}

.wpforms-field.wpforms-field-name > div > div label {
	margin-bottom: 15px;
	color: #fff;
	display: block;
}

.wpforms-field.wpforms-field-select label {
	display: block;
}

.wpforms-field.wpforms-field-select select {
	margin-bottom: 15px;
	font-weight: normal;
}

.wpforms-field input[type=number] {
	height: auto;
}

.wpforms-submit-container:before,
.wpforms-submit-container:after {
	display: table;
	content: " ";
}

.wpforms-submit-container:after {
	clear: both;
}

.pm-contact-form [class^="col-sm"],
.pm-contact-form [class^="col-xs"],
.pm-contact-form [class^="col-lg"] {
	padding: 0;
	width: 100%;
}

.form_field_wrap.contact_message_wrap textarea {
	border-radius: 0;
	min-height: 150px;
}

.frm_opt_container > div:last-child,
.frm_form_field select {
	margin-bottom: 15px;
}

.frm_form_field select {
	display: block;
}

.email-popup-preview .form-input-wrapper select {
	border: 1px solid #FECC51;
	width: 100%;
	margin-bottom: 15px;
	height: 44px;
	font-weight: normal;
	background: #fff;
}

.email-popup-preview .form-input-wrapper select:hover {
	color: #000;
	background: #fff;
}

.form-input-wrapper label {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	margin-top: 15px;
	display: block;
}

/* Responsiveness */

@media (max-width: 480px) {

}

@media (max-width: 570px) {

}

@media (max-width: 767px) {
	body .email-template-step2 .email-template-right {
		width: 100%;
	}

	body .pm-main-wrapper  .form-group.overlay-color .right-side {
		clear: none;
		margin-top: 0;
		padding-left: 15px;
	}

	.email-template-right > .pm-card-box {
		position: relative;
		height: 500px !important;
		width: 100% !important;
		margin-left: 0;
	}

	html body .email-template-step3.row .email-template-middle {
		width: 100%;
	}

	.email-template-step3.row {
		position: relative;
		z-index: 99;
	}

	.step-3-left-side,
	.step-3-right-side {
		padding-left: 0;
		padding-right: 15px;
	}

	.email-template-right > .pm-card-box {
		height: 800px !important;
	}

	.email-popup-preview-box {
		height: 63%;
	}

	body .email-template-step2 .email-template-middle,
	body .email-template-step2 .email-template-left {
		width: 100%;
		clear: both;
	}
}

@media (max-width:992px) {
	body .email-template-step3.row .email-template-middle {
		width: 50%;
		margin-left: 0;
	}

	body .email-template-step3.row .email-template-middle .pm-card-box {
		width: 100%;
		float: none;
		margin-left: 0;
	}

	.pm-main-wrapper  .form-group.overlay-color .right-side {
		clear: left;
		padding-left: 0;
		margin-top: 10px;
	}

	.step-3-left-side,
	.step-3-right-side {
		padding-left: 0;
		padding-right: 15px;
	}
}

@media (max-width: 1200px) {
	.step-3-left-side,
	.step-3-right-side {
		width: 	100%;
	}

	.email-template-step2 .email-template-middle,
	.email-template-step2 .email-template-left {
		width: 50%;
		clear: both;
	}
}

@media (max-width: 1300px) {
	.email-popup-preview {
		max-width: 90%;
	}

	.pm-steps > .steps > ul > li {
		width: auto;
	}
}

@media (max-width: 1400px) {
	.pm-main-wrapper select {
		width: 100%;
		min-width: 100%;
	}

	.steps ul {
		display: flex;
		flex-wrap: wrap;
	}
}

@media (max-width: 1500px) {
	.pm-main-wrapper  .form-group.overlay-color {
		position: relative;
		left: 0;
		top: 0;
	}
}

/* Fonts */

@font-face {
  font-family: 'options';
  src: url('../font/options.eot?37135398');
  src: url('../font/options.eot?37135398#iefix') format('embedded-opentype'),
       url('../font/options.woff2?37135398') format('woff2'),
       url('../font/options.woff?37135398') format('woff'),
       url('../font/options.ttf?37135398') format('truetype'),
       url('../font/options.svg?37135398#options') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'options';
    src: url('../font/options.svg?37135398#options') format('svg');
  }
}
*/
 
 [class^="pmicon-"]:before, [class*=" pmicon-"]:before {
  font-family: "options";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.pmicon-pencil:before { content: '\e800'; } /* '' */
.pmicon-trash-empty:before { content: '\e801'; } /* '' */
.pmicon-folder-open:before { content: '\e802'; } /* '' */
.pmicon-cancel:before { content: '\e803'; } /* '' */
.pmicon-ok:before { content: '\e804'; } /* '' */
.pmicon-attention-1:before { content: '\e805'; } /* '' */
.pmicon-left-big:before { content: '\e806'; } /* '' */
.pmicon-right-big:before { content: '\e807'; } /* '' */
.pmicon-lock:before { content: '\e808'; } /* '' */
.pmicon-lock-1:before { content: '\e809'; } /* '' */
.pmicon-cog-alt:before { content: '\e80a'; } /* '' */
.pmicon-chart-area:before { content: '\e80b'; } /* '' */
.pmicon-docs:before { content: '\e80c'; } /* '' */
.pmicon-play:before { content: '\e80d'; } /* '' */
.pmicon-pause:before { content: '\e80e'; } /* '' */
.pmicon-clock:before { content: '\e80f'; } /* '' */
.pmicon-youtube-play:before { content: '\e810'; } /* '' */
.pmicon-cancel-circled:before { content: '\e811'; } /* '' */
.pmicon-puzzle:before { content: '\e812'; } /* '' */
.pmicon-forward:before { content: '\e813'; } /* '' */
.pmicon-globe:before { content: '\e814'; } /* '' */
.pmicon-link-ext:before { content: '\e815'; } /* '' */
.pmicon-comment-1:before { content: '\e816'; } /* '' */
.pmicon-box:before { content: '\e817'; } /* '' */
.pmicon-bookmark:before { content: '\e818'; } /* '' */
.pmicon-th-list:before { content: '\e819'; } /* '' */
.pmicon-indent-right:before { content: '\e81a'; } /* '' */
.pmicon-align-justify:before { content: '\e81b'; } /* '' */
.pmicon-picture:before { content: '\e81c'; } /* '' */
.pmicon-doc-text:before { content: '\e81d'; } /* '' */
.pmicon-facebook-squared:before { content: '\e81e'; } /* '' */
.pmicon-mobile:before { content: '\e81f'; } /* '' */
.pmicon-tablet:before { content: '\e820'; } /* '' */
.pmicon-desktop:before { content: '\e821'; } /* '' */
.pmicon-sliders:before { content: '\e822'; } /* '' */
.pmicon-sitemap:before { content: '\e823'; } /* '' */
.pmicon-arrows-cw:before { content: '\e824'; } /* '' */
.pmicon-twitter:before { content: '\e825'; } /* '' */
.pmicon-gplus:before { content: '\e826'; } /* '' */
.pmicon-linkedin-squared:before { content: '\e827'; } /* '' */
.pmicon-down-dir:before { content: '\e828'; } /* '' */
.pmicon-up-dir:before { content: '\e829'; } /* '' */
.pmicon-pinterest-squared:before { content: '\f0d3'; } /* '' */
.pmicon-exchange:before { content: '\f0ec'; } /* '' */
.pmicon-chart-pie:before { content: '\f200'; } /* '' */
.pmicon-facebook-official:before { content: '\f230'; } /* '' */