/* Border */
.borderr {
    border-right: 1px solid #dddddd;
}
.borderlr {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
.borderb {
    border-bottom: 1px solid #dddddd;
}
.borderl {
    border-left: 1px solid #dddddd;
}
.bordert {
    border-top: 1px solid #dddddd;
}
.border-green:not(:focus) {
    border-color: #39b54a !important;
}
.wp-psn-visibility-hidden {
    visibility: hidden;
}
.link-green {
    color: #39b54a;
}

/* Input, Select & Textarea */
form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
form select,
form textarea {
    border: 1px solid #8D8D8D;
    color: #000000;
    font-size: 12px;
    padding: 3px 6px;
    width: 100%;
}
form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
form select:focus,
form textarea:focus {
    border: 1px solid #000000;
}

/* Only iOS mobile css for auto zoom page */
.device-ios form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.device-ios form select,
.device-ios form textarea {
    font-size: 16px;
}
.device-ios .wp-psn-forscroll>div {
    width: 1000px;
}
.device-ios .wp-psn-label.wp-psn-placeholder,
.device-ios .wp-psn-generate-input .wp-psn-customer-code-placeholder {
    font-size: 16px;
}
.device-ios .wp-psn-generate-btn {
    font-size: 14px;
}
.device-ios .wp-psn-auto-generate-input>.wp-psn-input:first-child {
    width: 52px !important;
}
.device-ios .wp-psn-auto-generate-input>.wp-psn-input:nth-child(2) {
    width: -webkit-calc(100% - 52px - 103px) !important;
    width: calc(100% - 52px - 103px) !important;
}
.device-ios .wp-psn-cbill-form .wp-psn-auto-generate-input>.wp-psn-input:nth-child(2) {
    width: -webkit-calc(100% - 103px) !important;
    width: calc(100% - 103px) !important;
}
.device-ios .wp-psn-ebill-form .wp-psn-auto-generate-input>.wp-psn-input:first-child {
    width: 60px !important;
}
.device-ios .wp-psn-ebill-form .wp-psn-auto-generate-input>.wp-psn-input:nth-child(2) {
    width: -webkit-calc(100% - 60px - 103px) !important;
    width: calc(100% - 60px - 103px) !important;
}

/* Only iOS mobile css over */
form input[readonly] {
    cursor: context-menu;
}

/* Chrome, Safari, Edge, Opera */
form input[type=number]::-webkit-inner-spin-button,
form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
form input[type=number] {
    -moz-appearance: textfield;
}

/* Width */
.width8 {
    width: 8% !important;
}
.width10 {
    width: 10% !important;
}
.width12 {
    width: 12% !important;
}
.width15 {
    width: 15% !important;
}
.width16 {
    width: 16% !important;
}
.width17 {
    width: 17% !important;
}
.width18 {
    width: 18% !important;
}
.width20 {
    width: 20% !important;
}
.width23 {
    width: 23% !important;
}
.width24 {
    width: 24% !important;
}
.width25 {
    width: 25% !important;
}
.width26 {
    width: 26% !important;
}
.width27 {
    width: 27% !important;
}
.width28 {
    width: 28% !important;
}
.width29 {
    width: 29% !important;
}
.width30 {
    width: 30% !important;
}
.width31 {
    width: 31% !important;
}
.width33 {
    width: 33.33% !important;
}
.width35 {
    width: 35% !important;
}
.width36 {
    width: 36% !important;
}
.width40 {
    width: 40% !important;
}
.width45 {
    width: 45% !important;
}
.width46 {
    width: 46% !important;
}
.width48 {
    width: 48% !important;
}
.width50 {
    width: 50% !important;
}
.width52 {
    width: 52% !important;
}
.width54 {
    width: 54% !important;
}
.width55 {
    width: 55% !important;
}
.width60 {
    width: 60% !important;
}
.width64 {
    width: 64% !important;
}
.width65 {
    width: 65% !important;
}
.width66 {
    width: 66.66% !important;
}
.width70 {
    width: 70% !important;
}
.width80 {
    width: 80% !important;
}
.width100 {
    width: 100% !important;
}

/* Margin & Padding */
.mb0 {
    margin-bottom: 0px !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mb10 {
    margin-bottom: 10px;
}
.mt20 {
    margin-top: 20px !important;
}
.mt32 {
    margin-top: 32px;
}
.ml15 {
    margin-left: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.padding5 {
    padding: 5px;
}
.paddingb5 {
    padding-bottom: 5px;
}
.paddingb10 {
    padding-bottom: 10px;
}
.paddingb15 {
    padding-bottom: 15px;
}
.paddingr2 {
    padding-right: 2px;
}
.paddingl70 {
    padding-left: 70px;
}
.paddingl140 {
    padding-left: 140px;
}

/* Font Normal */
.wp-psn-normal {
    font-weight: normal !important;
}

/* Text Color */
.color-dark {
    color: #000000;
}
.text-red {
    color: #ff0000;
}
.text-blue {
    color: #047AD7;
}

/* Display Block */
.display-block {
    display: block;
}

/* Loader */
.wp-psn-loader {
    background-color: #ffffff;
    background-image: url('../images/loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: .3;
    height: 100%;
    width: 100%;
    z-index: 999;
}

/* All Form Section */
.wp-psn-form {
    font-size: 12px;
    line-height: normal;
}

/* Modal */
.wp-psn-overlay {
    background-color: #000000;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: .48;
    height: 100%;
    width: 100%;
    z-index: 99999;
}
.wp-psn-modal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    z-index: 999999;
}
.wp-psn-modal-inner {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    width: 740px;
}
.wp-psn-modal-close {
    background: url('../images/close.png') center center no-repeat;
    cursor: pointer;
    display: block;
    position: absolute;
    right: -12px;
    top: 0px;
    outline: none;
    height: 35px;
    width: 35px;
    transition: all .3s;
    z-index: 10000;
}
.wp-psn-modal-close:hover {
    opacity: .8;
}
.wp-psn-small-modal .wp-psn-modal-inner {
    width: 300px;
}
.wp-psn-modal-content {
    background: #ffffff;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
}
.wp-red-highlight {
    border: 1px solid red;
    padding: 5px;
}
.wp-psn-modal .wp-psn-stub-filed label {
    font-weight: normal;
}
.wp-psn-pay-period {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}
.wp-psn-pay-period input[type=text] {
    width: 48% !important;
}
.wp-psn-day-date {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.wp-psn-away-day,
.wp-psn-pay-date {
    width: -webkit-calc(48% + 3px) !important;
    width: calc(48% + 3px) !important;
}
.ui-tooltip {
    display: none !important;
}
.wp-psn-modal .wp-psn-btn {
    cursor: pointer;
    display: block;
    line-height: normal;
    margin: 0 auto;
    text-transform: uppercase;
}
.wp-psn-modal .wp-psn-btn:hover {
    color: #ffffff;
}
.wp-psn-modal img {
    margin: 0 auto;
}

/* Help Box */
.help-box {
    background-color: #ff9000;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
    text-align: center;
    height: 14px;
    width: 14px;
}
.help-box:hover {
    background-color: #000000;
    color: #ffffff;
}
.help-tooltip {
    font-size: 14px;
    width: 300px;
}

/* Form Part */
.wp-psn-pad-form-part {
    background-color: rgba(231, 231, 231, .5);
    border: 1px solid #dddddd;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.wp-psn-pad-form-part:last-child {
    margin-bottom: 0;
}
.wp-psn-pad-form-part:last-child:not(:first-child) {
    margin-top: 30px;
}
.wp-psn-count-0:before {
    content: "0. ";
}
.wp-psn-count-1:before {
    content: "1. ";
}
.wp-psn-count-2:before {
    content: "2. ";
}
.wp-psn-count-3:before {
    content: "3. ";
}
.wp-psn-count-4:before {
    content: "4. ";
}
.wp-psn-count-5:before {
    content: "5. ";
}
.wp-psn-count-6:before {
  content: "6. ";
}
.wp-psn-pad-help p {
    font-size: 14px;
    line-height: 1.4;
}

/* Form Part Title */
.wp-psn-pad-title {
    background-color: #ff9000;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    padding: 10px 15px;
    text-align: center;
}
.wp-psn-pad-title:before {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 15px;
    position: relative;
    top: 1px;
}
.wp-psn-pad-control {
    padding: 15px;
}
.wp-psn-pad-control .wp-psn-section {
    margin-bottom: 10px;
    position: relative;
}
.wp-psn-pad-control label {
    color: #000000;
    display: block;
    margin-bottom: 4px;
}

/* Side out Form */
.wp-psn-side-out {
    background: rgba(245, 245, 245, .9);
    display: block;
    line-height: 1;
    position: fixed;
    left: 0;
    top: 120px;
    width: 260px;
    z-index: 999;
}
.wp-psn-handle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin: 0;
    position: absolute;
    right: -32px;
    top: 260px;
    left: 100%;
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
}
.wp-psn-handle a {
    background-color: #ff9000;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1.5px;
    padding: 5px 15px;
    white-space: nowrap;
    text-transform: uppercase;
    transition: all .3s;
}
.wp-psn-handle a:hover {
    color: #ffffff;
    opacity: .8;
}
.wp-psn-control-group {
    padding: 20px;
    max-height: -webkit-calc(100vh - 120px);
    max-height: calc(100vh - 120px);
    overflow: auto;
}
.wp-psn-side-out .wp-psn-section {
    margin-bottom: 10px;
    position: relative;
}
.wp-psn-side-out label {
    color: #000000;
    display: block;
    margin-bottom: 4px;
}
.wp-psn-section:not(.wp-psn-stub-filed) .wp-psn-label.wp-psn-placeholder {
    left: 7px;
}
.wp-psn-checkbox label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
}
.wp-psn-checkbox label input[type=checkbox]~p {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
}
.wp-psn-checkbox label input[type=checkbox]~p span.text-red {
    margin-left: 3px;
}
.wp-psn-btns {
    text-align: center;
    width: 100%;
}
.wp-psn-btn {
    border: none;
    border-radius: 0;
    padding: 9px 22px;
    max-width: 180px;
    text-transform: uppercase;
    width: 100%;
}
.wp-psn-btn:hover {
    opacity: .8;
}
.wp-psn-btn~.wp-psn-btn {
    margin: 6px 6px 0;
}
.wp-psn-orange {
    background-color: #ff9000;
    color: white;
}
.wp-psn-green {
    background-color: #39b54a;
    color: white;
}
.wp-psn-grey {
    background: #bbb;
    color: white;
}

/* Form Part Bottom */
.wp-psn-pad-bottom .wp-psn-pad-title {
    background-color: #2F61E8;
}
.wp-psn-pad-bottom .wp-psn-checkbox {
    margin: 0 auto;
    max-width: 322px;
}
.wp-psn-pad-bottom .wp-psn-checkbox label {
    -webkit-align-items: center;
    align-items: center;
}
.wp-psn-template-select .wp-psn-stub-filed {
    max-width: 150px;
}
.wp-psn-template-select-item {
    position: relative;
    width: 100%;
}
.wp-psn-template-select-item:before {
    content: "\f147";
    color: #fff;
    font-family: dashicons;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 4px;
    left: 4px;
    transform: scale(0);
    transition: all .3s;
    z-index: 1;
}
.wp-psn-template-select-item.active:before {
    transform: scale(1);
}
.wp-psn-template-select-item input {
    transition: all .3s;
    text-transform: none;
}
.wp-psn-template-select-item.active input {
    padding-right: 10px;
    padding-left: 32px;
}
.wp-psn-template-select-item .active {
    opacity: .8;
}
.wp-psn-template-select .wp-psn-stub-fileds {
    -webkit-justify-content: center;
    justify-content: center;
}
.wp-psn-pagination ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    list-style-type: none;
    margin: 0 0 12px;
    padding: 0;
}
.wp-psn-pagination ul li~li {
    margin-left: 10px;
}
.wp-psn-pagination ul li a {
    color: #000000;
    font-size: 16px;
    line-height: normal;
}
.wp-psn-pagination ul li a.active,
.wp-psn-pagination ul li a:hover {
    color: #ff9000;
}
.wp-psn-pagination ul li a i {
    position: relative;
    top: 1px;
}

/* Short */
.wp-psn-template-theme ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.wp-psn-template-theme ul li~li {
    margin-left: 10px;
}
.wp-psn-template-theme ul li a {
    display: block;
    max-width: 120px;
    position: relative;
}
.wp-psn-template-theme ul li a:before {
    background-color: rgb(0 0 0 / 20%);
    content: "\f147";
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-family: dashicons;
    font-size: 42px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all .3s;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.wp-psn-template-theme ul li a.active:before {
    transform: scale(1);
}

/* Preview Modal */
.wp-psn-modal-note {
    background-color: #39b54a;
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 15px 20px;
}
.wp-psn-preview-modal {
    padding-left: 20px;
    padding-right: 20px;
}
.wp-psn-modal-content .wp-psn-pagination ul {
    margin-bottom: 0;
}
.dom-not-supported .wp-psn-preview-modal {
    padding-right: 0;
    overflow-x: auto;
}
.dom-not-supported .wp-psn-preview-modal>div {
    display: inline-block;
    margin-right: 20px;
}

/* Nav Form */
.wp-psn-pad-form {
    margin: 0 auto;
    max-width: 760px;
}
.wp-psn-all-legends {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0;
}
.wp-psn-all-legends li {
    font-size: 14px;
    margin-right: 20px;
    padding-left: 20px;
    position: relative;
}
.wp-psn-all-legends li:before {
    background-color: #ccc;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
}
.wp-psn-all-legends .wp-psn-required {
    margin-right: 0;
    padding-left: 0;
    margin-left: auto;
}
.wp-psn-all-legends .wp-psn-required::before {
    display: none;
}
.wp-psn-all-legends li:first-child:before {
    background-color: #39b54a;
}

/* Paystub Form */
#form_stub2 .wp-psn-pad-top .wp-psn-pad-control {
    padding-bottom: 10px;
}
.wp-psn-forscroll~.wp-psn-forscroll {
    margin-top: 20px;
}
.newstubs+.wp-psn-forscroll {
    margin-top: 0;
}
.wp-psn-forscroll>div {
    background-color: rgba(231, 231, 231, .5);
    border: 1px solid #dddddd;
    position: relative;
    width: 100%;
}
.wp-psn-stub .wp-psn-stub-header, #prestubytd .wp-psn-stub-header {
    background-color: #ff9000;
    padding: 10px 15px;
}
.wp-psn-stub-lhs {
    color: #ffffff;
    font-size: 13px;
    line-height: normal;
}
.wp-psn-check-number-input {
    -webkit-appearance: none;
    background: none;
    border: 1px solid #fff !important;
    color: #ffffff !important;
    display: none;
    font-weight: bold;
    margin: -5px 0;
}
.wp-psn-earning-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1.5px;
    text-align: center;
}
.wp-psn-earning-title>span {
    font-size: 20px;
    line-height: 15px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.wp-psn-stub-item {
    padding: 15px;
    position: relative;
}
.wp-psn-stub-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.wp-psn-stub-col {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
}
.wp-psn-stub-fileds {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -3px;
    margin-right: -3px;
}
.wp-psn-stub-filed {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 6px;
    padding-left: 3px;
    padding-right: 3px;
    position: relative;
    width: 100%;
}
.wp-psn-label.wp-psn-placeholder {
    background-color: #fff;
    font-weight: normal;
    pointer-events: none;
    position: absolute;
    left: 10px;
    top: 4px;
    margin-bottom: 0;
}
.wp-psn-focus .wp-psn-placeholder {
    opacity: 0;
}
.wp-psn-stub-filed.text-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.wp-psn-stub-filed label {
    font-weight: bold;
}
.wp-psn-dd-checkbox-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 25px;
}
.wp-psn-dd-checkbox-wrap .wp-psn-dd-checkbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.wp-psn-dd-checkbox~.wp-psn-dd-checkbox {
    margin-left: 20px;
}
.wp-psn-dd-checkbox input[type="checkbox"] {
    margin-left: 10px;
}
#previewStub,
#previewBill {
    clip: rect(0 0 0 0);
    position: absolute;
    top: -15000px;
    left: -15000px;
    overflow: auto;
    width: 100%;
}
.wp-psn-custome-field-remove {
    font-size: 26px;
    margin-top: -2px;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

/* Make Your Paystub */
.wp-psn-paystub-form {
    font-family: Calibri;
}
.wp-psn-paystub-form .wp-psn-pad-form {
    max-width: 851px;
}
.wp-psn-paystub-form .wp-psn-form,
.wp-psn-paystub-form form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.wp-psn-paystub-form form select,
.wp-psn-paystub-form form textarea {
    font-size: 14px;
}
.wp-psn-paystub-form .wp-psn-pad-form-part,
.wp-psn-paystub-form .wp-psn-forscroll>div {
    background-color: #FFFFFF;
    border-color: #000000;
    border-width: 2px;
}
.wp-psn-paystub-form .wp-psn-forscroll .live-preview{
    border:none;
}
.wp-psn-paystub-form .bordert {
    border-top-color: #000000;
}
.wp-psn-paystub-form .wp-psn-pad-title,
.wp-psn-paystub-form .wp-psn-earning-title {
    font-family: Calibri;
    font-size: 16px;
    text-transform: uppercase;
}
.wp-psn-paystub-form .wp-psn-pad-help p,
.wp-psn-paystub-form .wp-psn-all-legends li {
    font-size: 15px;
}
.wp-psn-paystub-form .wp-psn-pad-bottom .wp-psn-checkbox {
    max-width: 352px;
}
.wp-psn-paystub-form .wp-psn-pad-subtitle {
    position: absolute;
    right: 0;
    top: 0;
}
.wp-psn-paystub-form .wp-psn-pad-subtitle .wp-psn-pad-title {
    font-size: 15px;
    position: relative;
    padding: 11px 10px 11px 45px;
    min-width: 145px;
    text-align: center;
}
.wp-psn-paystub-form .wp-psn-pad-subtitle .wp-psn-pad-title:before {
    border-left: 40px solid #ffffff;
    border-top: 40px solid transparent;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}
.wp-psn-files .wp-psn-section {
    margin-bottom: 6px;
}
.wp-psn-file-wrap {
    position: relative;
}
.wp-psn-file {
    background: rgba(231,231,231,.5);
    position: relative;
    padding-top: 120px;
    overflow: hidden;
    width: 100%;
}
.wp-psn-file > input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}
.wp-psn-file > img {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.wp-psn-stub-image-edit,
.wp-psn-stub-image-remove {
    position: absolute;
    right: 8px;
}
.wp-psn-stub-image-edit {
    top: 8px;
}
.wp-psn-stub-image-remove {
    top: 35px;
}
.wp-template-black .wp-psn-ribbon-option {
    background-image: url('/paystubsnow/skin/images/ribbon-grey.jpg');
}
.wp-template-black .wp-psn-color-option {
    background: #DEDEDE;
    color: #333333;
}
.wp-template-black .wp-psn-color-light-option {
    background: #F1F1F1;
}
.wp-template-black .wp-psn-tcolor-option {
    color: #333333;
}
.wp-template-black .stubcount,
.wp-template-black table td {
    border-color: #DEDEDE !important;
}
.wp-template-blue .wp-psn-ribbon-option {
    background-image: url('/paystubsnow/skin/images/ribbon-blue.jpg');
}
.wp-template-blue .wp-psn-color-option {
    background: #97B2F9;
    color: #ffffff;
}
.wp-template-blue .wp-psn-color-light-option {
    background: #B8C8F5;
}
.wp-template-blue .wp-psn-tcolor-option {
    color: #97B2F9;
}
.wp-template-blue .stubcount,
.wp-template-blue table td {
    border-color: #97B2F9 !important;
}
.wp-template-green .wp-psn-ribbon-option {
    background-image: url('/paystubsnow/skin/images/ribbon-green.jpg');
}
.wp-template-green .wp-psn-color-option {
    background: #71E080;
    color: #ffffff;
}
.wp-template-green .wp-psn-color-light-option {
    background: #92F79F;
}
.wp-template-green .wp-psn-tcolor-option {
    color: #71E080;
}
.wp-template-green .stubcount,
.wp-template-green table td {
    border-color: #71E080 !important;
}

/* W2 Form */
.wp-psn-testing-mode {
    color: red;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.wp-psn-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wp-psn-row~.wp-psn-row,
.wp-psn-sub-row~.wp-psn-sub-row {
    border-top: 1px solid #dddddd;
}
.wp-psn-col~.wp-psn-col {
    border-left: 1px solid #dddddd;
}
.wp-psn-row-1 .wp-psn-col,
.wp-psn-row-2 .wp-psn-sub-row {
    padding: 2px 5px 5px 5px;
}
.wp-psn-row-3 .wp-psn-col {
    padding: 2px 4px 5px 4px;
}
.wp-psn-w2stub .wp-psn-row-1 .wp-psn-count,
.wp-psn-w2stub .wp-psn-row-2 .wp-psn-count {
    font-weight: bold;
    margin-right: 8px;
}
.wp-psn-w2stub label {
    color: #000000;
    display: block;
    margin-bottom: 4px;
}
.wp-psn-generate-btn {
    background-color: #eeeeee;
    border: 1px solid #8D8D8D;
    color: #8D8D8D;
    cursor: pointer;
    font-size: 11px;
    line-height: normal;
    padding: 4px 6px;
}
.wp-psn-generate-btn:hover {
    background-color: #eaeaea;
}
.wp-psn-row-1 .wp-psn-generate-btn {
    margin-top: 10px;
}
.wp-psn-row-2 .wp-psn-sub-row {
    min-height: 50px;
}
.wp-psn-row-2 .wp-psn-emp {
    min-height: 150px;
}
.wp-psn-emp-ident-numb {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.wp-psn-emp-ident-numb input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    width: -webkit-calc(100% - 92px);
    width: calc(100% - 92px);
}
.wp-psn-row-2 .wp-psn-checkbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wp-psn-row-2 .wp-psn-checkbox-wrap {
    width: -webkit-calc(100% - 22px);
    width: calc(100% - 22px);
}
.wp-psn-row-2 .wp-psn-checkbox-wrap .wp-psn-stub-filed {
    margin-bottom: 0;
}
.wp-psn-row-2 .wp-psn-checkbox-wrap label {
    font-size: 9px;
    line-height: normal;
    margin-bottom: 4px;
    margin-top: 3px;
}
.wp-psn-row.wp-psn-row-3 {
    flex-wrap: nowrap;
}
.wp-psn-w2stub .wp-psn-row-3 .wp-psn-count {
    margin-right: 5px;
}
.wp-psn-w2stub .wp-psn-row-3 label {
    display: block;
    font-size: 10px;
}

/* Utility Bill */
.wp-psn-bill-form .wp-psn-pad-top .wp-psn-pad-control,
.wp-psn-cbill-form .wp-psn-pad-top .wp-psn-pad-control,
.wp-psn-ebill-form .wp-psn-pad-top .wp-psn-pad-control {
    padding-bottom: 5px;
}
.wp-psn-generate {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 23px;
    width: 100%;
}
.wp-psn-generate>label {
    margin-bottom: 0;
    width: -webkit-calc(100% - 84px);
    width: calc(100% - 84px);
}
.wp-psn-generate-input {
    position: relative;
    width: 100%;
}
.wp-psn-generate-input .wp-psn-label {
    left: 7px;
}
.wp-psn-generate-input .wp-psn-customer-code-placeholder {
    color: #000000;
    font-style: normal;
    padding: 3px 0 3px 6px;
    position: absolute;
    left: 1px;
    top: 1px;
}
.wp-psn-auto-generate-input {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.wp-psn-auto-generate-input>.wp-psn-input:first-child {
    margin-right: -1px;
    width: 42px !important;
}
.wp-psn-auto-generate-input>.wp-psn-input:nth-child(2) {
    margin-right: -1px;
    width: -webkit-calc(100% - 42px - 82px) !important;
    width: calc(100% - 42px - 82px) !important;
}
.wp-psn-switch {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.wp-psn-switch .switch {
    margin-left: 5px;
    margin-bottom: 0;
    position: relative;
    height: 22px;
    width: 50px;
}
.wp-psn-switch .wp-psn-label {
    width: 70%;
}
.wp-psn-switch .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.wp-psn-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.wp-psn-switch .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.wp-psn-switch input:checked+.slider {
    background-color: #39b54a;
}
.wp-psn-switch input:checked+.slider:before {
    -webkit-transform: translate(25px, -50%);
    -ms-transform: translate(25px, -50%);
    transform: translate(25px, -50%);
}
.wp-psn-switch .slider.round {
    border-radius: 25px;
}
.wp-psn-switch .slider.round:before {
    border-radius: 50%;
}
.wp-psn-add-image {
    background: #ff9000;
    display: block;
    color: #ffffff;
    font-size: 24px;
    padding: 10px;
    position: relative;
    text-align: center;
    transition: all .3s;
}
.wp-psn-add-image:hover {
    color: #ffffff;
    opacity: .8;
}
.wp-psn-add-image p {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 5px;
}
.wp-psn-add-image input[type=file] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 999;
}
.wp-psn-bill-form .wp-psn-generate>label {
    width: -webkit-calc(100% - 55px);
    width: calc(100% - 55px);
}
.wp-psn-forscroll>.wp-psn-utility,
.wp-psn-forscroll>.wp-psn-cbill,
.wp-psn-forscroll>.wp-psn-ebill {
    background-color: #ffffff;
}
.wp-psn-utility b,
.wp-psn-utility strong,
.wp-psn-cbill b,
.wp-psn-cbill strong,
.wp-psn-ebill b,
.wp-psn-ebill strong {
    font-weight: 900;
}
.wp-psn-utility em,
.wp-psn-cbill em,
.wp-psn-ebill em {
    font-style: normal;
}
.wp-psn-random-number a {
    color: #000000;
    pointer-events: none;
}
.wp-psn-utility>table>tbody>tr>td {
    vertical-align: top;
}
.wp-psn-utility .wp-psn-bill-logo {
    padding-right: 5px;
}
.wp-psn-utility .wp-psn-bill-logo p {
    color: #2F61E8;
}
.wp-psn-bill-image {
    height: 75px;
    width: 100%;
}
.wp-psn-bill-image-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    float: left;
    margin-bottom: 5px;
    padding-right: 5px;
    position: relative;
    overflow: hidden;
    height: 70px;
    width: 46%;
}
.wp-psn-bill-image-wrap>img {
    width: 100%;
}
.wp-psn-bill-image-wrap .wp-psn-bill-image-edit,
.wp-psn-bill-image-wrap .wp-psn-bill-image-remove {
    color: #ff0000;
    position: absolute;
    right: 5px;
    top: 5px;
}
.wp-psn-bill-image-wrap .wp-psn-bill-image-remove {
    top: 30px;
}
.wp-psn-bill-image-wrap .wp-psn-bill-image-edit:hover,
.wp-psn-bill-image-wrap .wp-psn-bill-image-remove:hover {
    opacity: .6;
}
.wp-psn-utility .wp-psn-bill-title {
    float: left;
    width: 54%;
}
.wp-psn-utility .wp-psn-bill-image-wrap[style*="display: none;"]~.wp-psn-bill-title {
    width: 100%;
}
.wp-psn-utility .wp-psn-bill-title strong {
    white-space: nowrap;
}
.wp-psn-bill-services {
    font-size: 10px;
    line-height: 1.6;
    padding-top: 18px;
}
.wp-psn-bill-services p {
    background-image: url('/paystubsnow/skin/images/dot-line.png');
    background-repeat: repeat-x;
    background-position: center bottom 4px;
    overflow: hidden;
}
.wp-psn-bill-services p span {
    background-color: #fff;
}
.wp-psn-bill-services-rhs {
    float: right;
    text-align: right;
}
.wp-psn-bill-top-city {
    font-size: 20px;
    line-height: normal;
    text-transform: capitalize;
}
.wp-psn-bill-meta-top {
    background-color: #92bdea;
    border: 2px solid #000000;
    font-size: 14px;
}
.wp-psn-bill-meta-top h3 {
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.wp-psn-bill-1 {
    background-color: transparent;
    border-collapse: separate;
    padding: 3px 5px;
}
.wp-psn-bill-1 td {
    padding-top: 2px;
    padding-bottom: 2px;
}
.wp-psn-bill-1 em {
    font-size: 12px;
    padding-right: 2px;
}
.wp-psn-bill-1 strong {
    font-size: 13px;
}
.wp-psn-bill-1 p {
    font-size: 12px;
}
.wp-psn-utility table td p {
    margin-bottom: 0;
}
.wp-psn-utility .wp-psn-amountdue {
    vertical-align: bottom;
}
.wp-psn-actvity-table tr td {
    padding: 2px 0;
}
.wp-psn-more-info {
    border: 2px solid #000000;
}
.wp-psn-more-info td~td {
    border-left: 2px solid #000000;
}
.wp-psn-more-info .borderb {
    border-bottom: 2px solid #000000;
}
.wp-psn-more-info .fontsmall,
.fontsmall {
    font-size: 10px;
}
.wp-psn-more-info-count {
    font-size: 9px;
}
.wp-psn-partnerships {
    border: 2px solid #000000;
    border-collapse: separate;
    padding: 5px;
}
.wp-psn-partnerships h3 {
    line-height: 1.5;
    margin-bottom: 0;
}
.wp-psn-partnerships tr td {
    padding-top: 4px;
}
.wp-psn-partnerships tr:first-child td {
    padding-top: 0;
}
.wp-psn-partnerships tr:last-child td {
    padding-top: 22px;
}
.wp-psn-partnerships td:last-child {
    border-bottom: 2px solid #000000;
}
.wp-psn-bill-2 {
    border-collapse: separate;
    font-size: 12px;
    padding: 0 5px;
}
.wp-psn-random-address {
    margin-right: 10px;
    text-align: right;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.wp-psn-payable td,
.wp-psn-bill-amount table td {
    padding: 4px 5px;
}
.wp-psn-payable>tbody>tr:first-child td {
    border-bottom: 2px solid #000000;
}
.wp-psn-payable table {
    border-collapse: separate;
    padding: 4px 0;
}
.wp-psn-payable table tr td {
    padding: 5px 0;
}
.wp-psn-payable table tr td:first-child {
    font-size: 16px;
}
.wp-psn-bill-amount>tbody>tr {
    border-top: 2px solid #000000;
}
.wp-psn-bill-amount>tbody>tr>td~td {
    border-left: 2px solid #000000;
}
.wp-psn-bill-image.croppie-container .cr-slider-wrap {
    margin-top: 20px;
}
.wp-psn-bill-image .wp-psn-modal-content {
    padding-top: 20px;
}

/* Modal Add City Logo */
.wp-psn-modal-choose {
    padding-bottom: 10px;
    padding-top: 30px;
}
.wp-psn-or {
    margin: 15px 0;
    position: relative;
}
.wp-psn-or:before {
    background-color: #dddddd;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 90%;
}
.wp-psn-or span {
    background-color: #ffffff;
    padding: 0 15px;
    position: relative;
}
.wp-psn-upload-custom-image .wp-psn-add-image {
    font-size: 18px;
    margin: 0 auto;
    max-width: 200px;
}
.wp-psn-modal-choose .wp-psn-btn {
    margin-top: 15px;
}
.wp-psn-cropper {
    padding: 20px;
    position: relative;
}
.wp-psn-zoom {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 1;
}
.wp-psn-zoom a {
    background-color: #ffffff;
    padding: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.wp-psn-zoom a ~ a {
    margin-top: 5px;
}
.wp-psn-zoom a:hover {
    box-shadow: 0 5px 5px 3px rgba(0, 0, 0, .14);
}

/* Bill Preview */
.wp-psn-bill-preview-wrap .wp-psn-preview-bg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.wp-psn-bill-preview-wrap .wp-psn-preview-bg>img {
    margin: 0 auto;
}

/* Cable Bill */
.wp-psn-cbill p {
    margin-bottom: 0;
}
.wp-psn-cbill small {
    font-size: 11px;
    line-height: 1.4;
}
.wp-psn-cbill-logo {
    padding: 5px 15px;
    height: 60px;
}
.wp-psn-cbill-logo-text {
    font-size: 34px;
    margin: 0;
}
.wp-psn-cbill-image-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    padding-right: 25px;
    overflow: hidden;
    height: 50px;
    width: 130px;
}
.wp-psn-cbill-image-wrap>img {
    width: 100%;
}
.wp-psn-cbill-image-wrap .wp-psn-cbill-image-edit,
.wp-psn-cbill-image-wrap .wp-psn-cbill-image-remove {
    color: #ff0000;
    position: absolute;
    right: 0;
    top: 0;
}
.wp-psn-cbill-image-wrap .wp-psn-cbill-image-edit i,
.wp-psn-cbill-image-wrap .wp-psn-cbill-image-remove i {
    font-size: 15px;
    height: 15px;
    width: 15px;
}
.wp-psn-cbill-image-wrap .wp-psn-cbill-image-remove {
    top: 20px;
}
.wp-psn-cbill-image-wrap .wp-psn-cbill-image-edit:hover,
.wp-psn-cbill-image-wrap .wp-psn-cbill-image-remove:hover {
    opacity: .6;
}
.wp-psn-cbill-form .wp-psn-auto-generate-input>.wp-psn-input:nth-child(2) {
    width: -webkit-calc(100% - 83px) !important;
    width: calc(100% - 83px) !important;
}
.wp-psn-cbill-padding {
    padding: 15px 35px 0;
}
.wp-psn-cbill-content {
    overflow: hidden;
}
.wp-psn-cbill-summary {
    float: left;
    width: 50%;
}
.wp-psn-cbill-summary .wp-psn-cbill-padding {
    padding-top: 0;
}
.wp-psn-cbill-summary-table {
    font-size: 11px;
    line-height: 1.4;
    padding: 0 12px;
}
.wp-psn-cbill-summary-thead {
    background: #01014D;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
    padding: 6px 5px 8px 30px;
    overflow: hidden;
}
.wp-psn-cbill-summary-thead-title {
    float: left;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    padding-top: 5px;
    width: 80px;
}
.wp-psn-cbill-summary-thead-text {
    float: right;
    font-size: 11px;
    margin-right: 20px;
    width: 220px;
}
.wp-psn-cbill-summary-table>table {
    margin: 0 auto;
    width: 96%;
}
.wp-psn-cbill-summary-table td:first-child {
    padding-left: 28px;
}
.wp-psn-cbill-summary-table tr:nth-child(even) {
    border-bottom: 1px solid #000000;
}
.wp-psn-cbill-news {
    float: right;
    padding-right: 0;
    width: 50%;
}
.wp-psn-cbill-news h3 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
}
.wp-psn-cbill-news-text {
    font-size: 11px;
    line-height: 1.4;
}
.wp-psn-cbill-hr {
    border-top: 1px solid #047AD7;
}
.wp-psn-cbill-news-table {
    float: left;
    width: 90%;
}
.wp-psn-cbill-news-verticalqr {
    float: right;
    padding-top: 100px;
    width: 10%;
}
.wp-psn-cbill-news-verticalqr>img {
    float: right;
    width: 23px;
}
.wp-psn-cbill-address-lhs {
    padding: 5px 12px;
}
.wp-psn-cbill-address-lhs .wp-psn-cbill-lhs-logo {
    height: 50px;
}
.wp-psn-cbill .wp-psn-cbill-random {
    display: block;
    font-size: 8px;
    line-height: 2;
}
.wp-psn-cbill-details .your_name {
    color: #000864;
}
.wp-psn-cbill-details td:first-child {
    padding-left: 35px;
}
.wp-psn-cbill-details td:last-child {
    padding-right: 35px;
}
.wp-psn-cbill-auto-pay {
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-size: 13px;
    margin-top: 10px;
}
.wp-psn-cbill-auto-pay td {
    padding: 2px 6px;
}
.wp-psn-cbill-random-number {
    font-size: 16px;
    padding-left: 22%;
}

/* 1099 Form */
.wp-psn-1099>table>tbody>tr>td {
    vertical-align: top;
}
.wp-psn-1099 label {
    display: block;
    margin-bottom: 4px;
}
.wp-psn-1099 h2,
.wp-psn-1099 h3 {
    margin-bottom: 0;
}
.wp-psn-highlights {
    border: 2px solid #000000;
    border-collapse: separate;
}
.wp-psn-corrected {
    padding: 8px;
}
.wp-psn-corrected input[type="checkbox"] {
    margin-right: 5px;
    vertical-align: middle;
    height: 20px;
    width: 20px;
}
.wp-psn-corrected label {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.wp-psn-1099 .font11 {
  font-size: 11px;
}
.wp-psn-1099 .wp-psn-year {
    color: #fff;
    font-size: 35px;
    line-height: normal;
    text-shadow: 0 0 1px black;
    margin-bottom: 2px;
    margin-top: -3px;
}
.wp-psn-1099 .wp-psn-endyear {
    color: #000000;
    text-shadow: 0 0 0px black;
}
.wp-psn-misc b {
    font-size: 15px;
}
.wp-psn-1099 .wp-psn-generate-btn {
    margin-bottom: 4px;
}
.wp-psn-payer-checkbox {
    font-size: 12px;
    line-height: 1.4;
    padding-bottom: 2px;
}
.wp-psn-payer-checkbox input[type=checkbox] {
    float: right;
    vertical-align: bottom;
}
.wp-psn-1099 hr.dashed {
    border-top: 1px dashed #aaaaaa;
    margin-left: -4px;
    margin-right: -4px;
}
.wp-psn-1099-form .wp-psn-dollar-sign-td {
    font-size: 15px;
    height: 23px;
    vertical-align: middle;
}
.wp-psn-1099-form .wp-psn-form-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}
.wp-psn-1099-form .wp-psn-form-footer b {
    font-size: 15px;
}
.wp-psn-1099-form .wp-psn-form-footer a:not(:hover) {
    color: #333333;
}
.wp-psn-form-footer-preview {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}
.wp-psn-form-footer-preview b {
    font-size: 15px;
}
.wp-psn-form-footer-preview a:not(:hover) {
    color: #333333;
}

/* W2 Preview Page */
.wp-psn-w2-preview-wrap {
    font-size: 11px;
    color: #000000;
}
.wp-psn-w2-preview-wrap p {
    margin-bottom: 0;
}
.wp-psn-layout1-area,
.wp-psn-layout2-area {
    border: 5px solid #bdb7b7;
    margin-bottom: 20px;
    padding: 20px 0;
    width: 100%;
}
.wp-psn-layout1-area .wp-psn-w2stubs {
    background: white;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
    width: 100%;
}
.wp-psn-layout1-area .wp-psn-w2stub1 {
    padding-right: 20px;
}
.wp-psn-layout1-area .wp-psn-w2stub2 {
    border-left: 1px dotted #000000;
    padding-left: 20px;
}
.wp-psn-layout1-area .wp-psn-w2stub1,
.wp-psn-layout1-area .wp-psn-w2stub2 {
    position: relative;
    width: 50%;
}
.wp-psn-w2stubs-row-1 .wp-psn-w2stub1,
.wp-psn-w2stubs-row-1 .wp-psn-w2stub2 {
    padding-bottom: 10px;
}
.wp-psn-w2stubs-row-2 .wp-psn-w2stub1 {
    padding-top: 10px;
}
.wp-psn-w2stubs-row-2 .wp-psn-w2stub2 {
    padding-top: 67px;
}
.wp-psn-preview-utility-bg::after {
    content: "PAYSTUBSNOW";
    pointer-events: none;
    position: absolute;
    top: 20%;
    left: 30px;
    opacity: 0.2;
    font-size: 100px;
    transform: rotate(-35deg);
}
.wp-psn-form-bg::after {
    content: "PAYSTUBSNOW";
    pointer-events: none;
    position: absolute;
    opacity: 0.2;
    top: 60%;
    left: 0px;
    font-size: 110px;
    transform: rotate(-40deg);
}
.wp-psn-layout1-area .wp-psn-w2stub-inner {
    background: #fff;
    border: 1px solid #000000;
    width: 100%;
}
.wp-psn-preview-bg {
    pointer-events: none;
    position: absolute;
    top: 35px;
    left: 0;
}
.wp-psn-preview-bg>img {
    opacity: 0.2;
    width: 500px;
}
.wp-psn-layout1-area .wp-psn-w2stub2 .wp-psn-preview-bg {
    left: 20px;
}
.wp-psn-preview-row {
    border-bottom: 1px solid #000000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.wp-psn-preview-row:last-child {
    border-bottom: none;
}
.wp-psn-preview-row-1 .wp-psn-preview-col:last-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 5px;
}
.wp-psn-preview-label {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    max-width: 75%;
    display: inline-block;
}
.wp-psn-w2stubs-row-2 {
    border-top: 1px dotted #000000;
}
.wp-psn-w2stubs-row-2 .wp-psn-preview-label {
    max-width: 80%;
}
.wp-psn-preview-col {
    border-right: 1px solid #000000;
    min-height: 40px;
}
.wp-psn-preview-col:last-child {
    border-right: none;
}
.wp-psn-preview-sub-col {
    width: 100%;
}
.wp-psn-preview-sub-col,
.paddinglbr5px {
    padding: 0px 5px 5px 5px;
}
.wp-psn-preview-col-70per {
    width: 70%;
}
.wp-psn-preview-col-30per {
    width: 30%;
}
.wp-psn-preview-row .wp-psn-preview-col-1 {
    width: 11%;
}
.wp-psn-preview-row .wp-psn-preview-col-3 {
    width: 29.6%;
}
.wp-psn-preview-row .wp-psn-preview-col-4 {
    width: 33.333333%;
}
.wp-psn-layout-buttons .wp-psn-btn {
    line-height: normal;
    max-width: 140px;
}
.border-l-0 {
    border-left: 0;
}
.border-r-0 {
    border-right: 0;
}
.wp-psn-preview-col .wp-psn-preview-sub-col {
    border-bottom: 1px solid #000000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden;
}
.wp-psn-preview-col .wp-psn-preview-sub-col:last-child {
    border-bottom: none;
}
.wp-psn-preview-col .wp-psn-highlights {
    border-bottom-width: 2px;
    padding-bottom: 4px;
}
.wp-psn-preview-subcol-h-34 {
    min-height: 34px;
}
.wp-psn-preview-subcol-h-40 {
    min-height: 40px;
}
.wp-psn-preview-subcol-h-52 {
    min-height: 52px;
}
.wp-psn-preview-subcol-h-56 {
    min-height: 56px;
}
.wp-psn-preview-subcol-h-58 {
    min-height: 58px;
}
.wp-psn-preview-subcol-h-60 {
    min-height: 60px;
}
.wp-psn-preview-subcol-h-67 {
    min-height: 67px;
}
.wp-psn-preview-subcol-h-70 {
    min-height: 70px;
}
.wp-psn-preview-subcol-h-80 {
    min-height: 80px;
}
.wp-psn-preview-subcol-h-120 {
    min-height: 120px;
}
.wp-psn-preview-subcol-h-155 {
    min-height: 155px;
}
.wp-psn-preview-subcol-h-160 {
    min-height: 160px;
}
.wp-psn-preview-row .wp-psn-count {
    font-weight: 600;
    margin-right: 8px;
}
.wp-psn-preview-row .wp-psn-preview-col.wp-psn-preview-col-30per,
.wp-psn-preview-row .wp-psn-count,
.wp-psn-preview-col .wp-psn-preview-sub-col .wp-psn-value {
    font-size: 12px;
}
.wp-psn-preview-col .wp-psn-preview-sub-col .wp-psn-value {
    text-align: center;
    line-height: normal;
    width: 100%;
}
.wp-psn-preview-row .wp-psn-value-for-multi {
    display: block;
    padding-top: 3px;
    padding-left: 7px;
    text-transform: uppercase;
    width: 100%;
}
.wp-psn-footer-text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px;
}
.wp-psn-footer-text .wp-psn-first {
    font-size: 11px;
    text-align: left;
    width: 45%;
}
.wp-psn-footer-text .wp-psn-second {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    width: 10%;
}
.wp-psn-footer-text .wp-psn-second h4 {
    margin-bottom: 0;
}
.wp-psn-footer-text .wp-psn-third {
    font-size: 11px;
    text-align: right;
    width: 45%;
}
.wp-psn-footer-text .wp-psn-fourth {
    font-size: 11px;
    width: 100%;
}
.wp-psn-w2stubs .wp-psn-caption-for-form3 {
    font-size: 13px;
    color: #464646;
    width: 85%;
}
.wp-psn-w2stubs .wp-psn-caption-for-form3 p {
    margin-left: 10px;
}
.wp-psn-w2-preview-wrap .wp-psn-btn {
    margin-top: 0;
}
.wp-psn-w2-preview-wrap .wp-psn-btn.active {
    background: #ff9000;
}

/* Thank You Pages */
.wp-psn-thank-you-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wp-psn-advertise-banner img {
    margin: auto;
}
.wp-psn-thank-you {
    width: 100%;
}
.wp-psn-thank-you-icon {
    margin: 0 auto;
    max-width: 100px;
}
.wp-psn-thank-you h1 {
    color: #000000;
    letter-spacing: 3.5px;
    line-height: normal;
    margin-bottom: 30px;
    margin-top: 30px;
    text-transform: uppercase;
}
.wp-psn-thank-you .wp-psn-btn {
    display: inline-block;
}
.wp-psn-thank-you .wp-psn-btn:hover {
    color: #fff;
}
.wp-psn-ty-another-bill {
    border: 3px solid #39b54a;
    max-width: 600px;
    width: 100%;
    padding: 30px 20px;
    margin: 60px auto 0;
}
.wp-psn-ty-another-bill h4 {
    margin-bottom: 20px;
}
.wp-psn-ty-another-bill-button-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wp-psn-ty-another-bill-button-block .wp-psn-orange {
    margin: 10px 20px 0 !important;
}
.wp-psn-ty-another-bill .wp-psn-orange:hover {
    color: #fff;
}
.wp-psn-disclaimer {
    background-color: rgba(231, 231, 231, .5);
    font-size: 14px;
    margin: 0 auto;
    max-width: 520px;
    padding: 20px;
}

/* Hidden WP Layout2 Area */
.wp-psn-layout2-area .wp-psn-w2stub {
    padding: 0 12%;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}
.wp-psn-layout2-area .wp-psn-w2stub .wp-psn-w2stub-inner {
    border: 1px solid #000000;
    display: inline-block;
    width: 100%;
}
.wp-psn-layout2-area .wp-psn-w2stub .wp-psn-preview-bg {
    top: 0px;
    left: 30%
}
.wp-psn-layout2-area .wp-psn-w2stub .wp-psn-preview-bg>img {
    width: 370px;
}
.wp-psn-layout2-area .wp-psn-w2stub .omb-number {
    color: #8d8d8d;
    font-size: 14px;
}
.flex-direction-row {
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
}
.wp-psn-layout2-area .wp-psn-preview-sub-col-13 {
    padding-bottom: 0;
}
.wp-psn-layout2-area .wp-psn-preview-sub-col-13 .checkbox-list-13 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.wp-psn-layout2-area .wp-psn-preview-sub-col-13 .checkbox-list-13 .three-checkbox {
    margin-bottom: 3px;
    width: 29%;
}
.wp-psn-layout2-area .wp-psn-preview-sub-col-13 .checkbox-list-13 label {
    font-size: 9px;
    line-height: 9px;
    margin-bottom: 3px;
    margin-top: 3px;
}
.wp-psn-layout2-area .wp-psn-preview-row-3 .wp-psn-preview-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.wp-psn-layout2-area .wp-psn-preview-row-3 .wp-psn-preview-col .wp-psn-preview-sub-col+.wp-psn-preview-sub-col {
    border-left: 1px solid #000000;
}
.wp-psn-layout2-area .wp-psn-preview-row-3 .wp-psn-preview-col .wp-psn-preview-sub-col {
    border-bottom: 0;
}
.wp-psn-layout2-area .wp-psn-footer-text {
    width: 100%;
}
.wp-psn-layout2-area .wp-psn-footer-text .wp-psn-first {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wp-psn-layout2-area .wp-psn-footer-text .wp-psn-first p {
    min-width: 40px;
}
.wp-psn-layout2-area .wp-psn-footer-text .wp-psn-first h2 {
    font-size: 22px;
    min-width: 60px;
}
.wp-psn-layout2-area .wp-psn-footer-text .wp-psn-first h3 {
    font-size: 16.5px;
    width: 150px;
}
.wp-psn-layout2-area .wp-psn-footer-text .wp-psn-first span {
    display: block;
    font-weight: 600;
    width: 100%;
}
.wp-psn-layout2-area .wp-psn-footer-text .wp-psn-third span {
    float: right;
    font-weight: 600;
    text-align: left;
    width: 57%;
}

/* Pricing Page */
.wp-psn-price-title {
    margin-top: 20px;
    margin-bottom: 40px;
}
.wp-psn-price-title h1 {
    color: #000000;
    font-size: 20px;
    letter-spacing: 3.5px;
    line-height: normal;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.wp-psn-price-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
.wp-psn-price-item {
    border: 1px solid #ddd;
    box-shadow: 0 0 30px 0px rgba(4, 5, 5, 0.2);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
.wp-psn-price-filed {
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 110px;
    padding: 20px;
    position: relative;
}
.wp-psn-price-filed~.wp-psn-price-filed {
    border-top: 1px solid #ddd;
}
.wp-psn-price-content {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.wp-psn-price-sub-title {
    color: #000000;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 5px;
    margin-bottom: 15px;
    text-transform: uppercase;
    width: 100%;
}
.wp-psn-price-text {
    width: 100%;
}
.wp-psn-price-dolar {
    color: #ff9000;
    font-size: 40px;
    line-height: normal;
    margin-bottom: 0;
}
.wp-psn-price-btn {
    color: white;
    display: inline-block;
    padding: 9px 22px;
    text-transform: uppercase;
}
.wp-psn-price-btn:hover {
    color: white;
    opacity: .8;
}

/* Checkout Page */
.wp-psn-checkout-head {
    border-bottom: 1px solid #DDDDDD;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
}
.wp-psn-checkout-title {
    color: #000000;
    font-size: 24px;
    letter-spacing: 3.5px;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
}
.wp-psn-checkout-title a {
    color: #000000;
}
.wp-psn-checkout-breadcrumb {
    font-size: 14px;
}
.wp-psn-checkout-breadcrumb a,
.wp-psn-checkout-filed a {
    color: #333333;
}
.wp-psn-checkout-breadcrumb a:hover,
.wp-psn-checkout-filed a:hover {
    color: #ff9000;
}
.wp-psn-checkout-inner {
    margin: 0 auto;
    max-width: 500px;
}
.wp-psn-checkout-form-title {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-align: center;
}
.wp-psn-checkout-form-title span {
    color: #ff9000;
    font-size: 30px;
    font-weight: 900;
}
.wp-psn-checkout-filed {
    margin-bottom: 1rem;
    overflow: hidden;
}
.wp-psn-checkout-fileds h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.wp-psn-checkout-filed label {
    display: block;
    margin-bottom: 5px;
}
.wp-psn-checkout-filed input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.wp-psn-checkout-filed select {
    border: 1px solid #8D8D8D;
    color: #000000;
    font-size: 14px;
    padding: 10px 14px;
    width: 100%;
}
.device-ios .wp-psn-checkout-filed input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.device-ios .wp-psn-checkout-filed select {
    font-size: 16px;
}
.wp-psn-checkout-coupon-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.wp-psn-checkout-coupon-input {
    margin-right: 20px;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
}
.wp-psn-checkout-coupon-group button {
    font-size: 14px;
    padding: 8px 15px 7px;
    max-width: inherit;
    width: 100px;
}
.wp-psn-checkout-main .alert {
    display: none;
    font-size: 12px;
    text-align: right;
}
.wp-psn-checkout-main .alert-danger {
    color: red;
}
.wp-psn-checkout-coupon-error:empty {
    display: none;
}
.wp-psn-border-dashed {
    border: none;
    border-top: 2px dashed #DDDDDD;
    margin: 1.5rem 0;
}
.wp-psn-checkout-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.wp-psn-checkout-col {
    padding-left: 10px;
    padding-right: 10px;
}
.wp-psn-checkout-billing-title {
    background: url('/paystubsnow/skin/images/wallet-icon.png') no-repeat center right;
    border-bottom: 1px solid #DDDDDD;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.wp-psn-checkout-billing-card-type>label {
    cursor: pointer;
    float: left;
    margin-bottom: 0;
    padding-top: 35px;
    text-align: center;
    width: 20%;
}
.wp-psn-paypal-warning-checkbox {
    float: left;
    width: 30px;
}
.wp-psn-paypal-warning-text {
    float: left;
    font-weight: 600;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}
.wp-psn-checkout-submission-title {
    border-bottom: 1px solid #DDDDDD;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.wp-psn-checkout-secure {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px;
}
.wp-psn-checkout-secure img {
    width: 145px;
}
.wp-psn-checkout-preloader {
    margin-top: 10px;
}
.wp-psn-checkout-preloader>img {
    margin: 1em auto 0;
}
.wp-psn-error-block {
    display: none;
    color: #dc3545;
    font-size: 80%;
    margin-top: .25rem;
    width: 100%;
}
.is-invalid~.wp-psn-error-block {
    display: block;
}

/* Cheque */
.wp-psn-cheque {
    color: #000000;
    margin: 0 auto;
    position: relative;
}
.wp-psn-cheque-form .wp-psn-cheque {
    background-color: #fff;
    border: none;
}
.wp-psn-cheque-wrap {
    border: 2px solid #000000;
    padding: 5px;
    position: relative;
}
.wp-psn-cheque-inner {
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 8px;
}
.wp-psn-cheque-inner>.wp-psn-stub-fileds>.wp-psn-stub-filed {
    margin-bottom: 0;
}
.wp-psn-cheque-form .wp-psn-form-bg:after {
    font-size: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-25deg);
}
.wp-psn-cheque-head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 5px;
}
.wp-psn-cheque-logo {
    max-height: 280px;
    max-width: 280px;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.4;
    overflow: hidden;
}
.wp-psn-cheque-date {
    text-align: right;
}
.wp-psn-cheque-number {
    font-size: 14px;
    letter-spacing: 1px;
}
.wp-psn-cheque-date-input {
    margin-top: 10px;
}
.wp-psn-cheque-wrap .justify-flex-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.wp-psn-cheque-wrap .align-flex-end {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.wp-psn-cheque-order-name {
    width: 75%;
}
.wp-psn-cheque-amount {
    width: 25%;
}
.wp-psn-cheque-amount label {
    font-size: 19px;
    padding-right: 8px;
}
.wp-psn-cheque-amount .wp-psn-input {
    width: -webkit-calc(100% - 21px) !important;
    width: calc(100% - 21px) !important;
}
.wp-psn-cheque-dollars .wp-psn-stub-filed {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.wp-psn-cheque-dollars .wp-psn-input {
    width: -webkit-calc(100% - 75px) !important;
    width: calc(100% - 75px) !important;
}
.wp-psn-cheque-form form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]).input-underline {
    background-color: transparent;
    border-width: 0px 0px 1px 0;
}
.wp-psn-bank .wp-psn-bank-filed {
    margin-right: 6px;
}
.wp-psn-bank .wp-psn-bank-name {
    font-size: 14px;
}
.wp-psn-bank .wp-psn-upload-custom-image .wp-psn-add-image {
    font-size: 14px;
}
.wp-psn-bank-logo {
    height: 43px;
    width: 78px;
}
.wp-psn-bank-image-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-right: 20px;
    position: relative;
    overflow: hidden;
    height: 43px;
    width: 78px;
}
.wp-psn-bank-image-wrap>img {
    width: 100%;
}
.wp-psn-bank-image-wrap .wp-psn-bank-image-edit,
.wp-psn-bank-image-wrap .wp-psn-bank-image-remove {
    color: #ff0000;
    position: absolute;
    right: 0;
    top: 0;
}
.wp-psn-bank-image-wrap .wp-psn-bank-image-remove {
    top: 20px;
}
.wp-psn-bank-image-wrap .wp-psn-bank-image-edit:hover,
.wp-psn-bank-image-wrap .wp-psn-bank-image-remove:hover {
    opacity: .6;
}
.wp-psn-bank-image-wrap .wp-psn-bank-image-edit i,
.wp-psn-bank-image-wrap .wp-psn-bank-image-remove i {
    font-size: 16px;
}
.wp-psn-bank-number {
    width: 23.5%;
}
.wp-psn-checking-number {
    width: 26.5%;
}
.wp-psn-routing-number {
    width: 25.5%;
}
.wp-psn-check-number {
    width: 24.5%;
}

/* Logo Slider */
.wp-psn-logo-slider {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.wp-psn-logo-slider-next,
.wp-psn-logo-slider-prev {
    display: block;
    cursor: pointer;
    color: #000000;
    font-size: 2em;
    font-weight: 600;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    opacity: .8;
    height: auto;
    width: auto;
    z-index: 999;
}
.wp-psn-logo-slider-next:hover,
.wp-psn-logo-slider-prev:hover {
    opacity: 1;
}
.wp-psn-logo-slider-next {
    right: 0;
}
.wp-psn-logo-slider ul {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.wp-psn-logo-slider ul li {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 246px;
}
.wp-psn-logo-slider ul li img {
    margin: 0 auto;
    max-width: 80%;
}
.wp-psn-logo-slider-item {
    position: relative;
}
.wp-psn-logo-slider-item input[type=text] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

/* Electric Bill */
.wp-psn-ebill-form table {
    font-size: 13px;
}
.wp-psn-ebill-form .wp-psn-auto-generate-input>.wp-psn-input:first-child {
    width: 46px !important;
}
.wp-psn-ebill-form .wp-psn-auto-generate-input>.wp-psn-input:nth-child(2) {
    width: -webkit-calc(100% - 46px - 82px) !important;
    width: calc(100% - 46px - 82px) !important;
}
.wp-psn-ebill-logo-text {
    font-size: 34px;
    margin: 0;
}
.wp-psn-ebill-image-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    padding-right: 25px;
    overflow: hidden;
    min-height: 50px;
    width: 130px;
}
.wp-psn-ebill-image-wrap>img {
    width: 100%;
}
.wp-psn-ebill-image-wrap .wp-psn-ebill-image-edit,
.wp-psn-ebill-image-wrap .wp-psn-ebill-image-remove {
    color: #ff0000;
    position: absolute;
    right: 0;
    top: 0;
}
.wp-psn-ebill-image-wrap .wp-psn-ebill-image-edit i,
.wp-psn-ebill-image-wrap .wp-psn-ebill-image-remove i {
    font-size: 15px;
    height: 15px;
    width: 15px;
}
.wp-psn-ebill-image-wrap .wp-psn-ebill-image-remove {
    top: 20px;
}
.wp-psn-ebill-image-wrap .wp-psn-ebill-image-edit:hover,
.wp-psn-ebill-image-wrap .wp-psn-ebill-image-remove:hover {
    opacity: .6;
}
.wp-psn-ebill-border {
    border: 2px solid #000000;
}
.wp-psn-ebill-border td {
    padding-left: 5px;
    padding-right: 5px;
}
.wp-psn-ebill-due-amount thead tr {
    background-color: #C0C0C0;
}
.wp-psn-ebill-due-amount th,
.wp-psn-ebill-due-amount td {
    border: 2px solid #000000;
}
.wp-psn-ebill-table-title {
    background-color: #000000;
    color: #fff;
}
.wp-psn-ebill-table-title h3 {
    font-size: 15px;
    margin-bottom: 0;
    padding-bottom: 2px;
    letter-spacing: .5px;
}
.wp-psn-chart-container {
    height: 150px;
    width: 355px;
}
.wp-psn-chart-container>div {
    transform: scale(0.9342);
    transform-origin: 0 0;
}
.wp-psn-ebill-summary td span {
    float: left;
}
.wp-psn-ebill-summary-small td {
    font-size: 11px;
    padding-bottom: 5px;
}
.wp-psn-ebill-summary .bordert {
    border-top: 2px solid #000000;
}
.wp-psn-ebill-summary tfoot tr:last-child {
    background-color: #c0c0c0;
    border-top: 2px solid #000000;
}
.wp-psn-ebill-form .wp-psn-ebill-as-note {
    border: 2px solid #fff;
    font-size: 11px;
}
.wp-psn-ebill-as-note td {
    padding-left: 5px;
    padding-right: 5px;
}
.wp-psn-ebill-contact tbody tr:nth-child(odd) td {
    padding-bottom: 2px;
}
.wp-psn-ebill-contact tbody tr:nth-child(even) {
    font-size: 12px;
    line-height: 14px;
}
.wp-psn-ebill-contact tbody tr:nth-child(even) p {
    margin-bottom: 0;
}
.wp-psn-ebill-customer {
    color: #003E6E;
}
.wp-psn-ebill-customer h4 {
    font-size: 19px;
    margin: 0;
    padding: 5px 0;
}
.wp-psn-ebill-customer p {
    font-size: 14px;
    margin-bottom: 0;
    max-width: 90%;
}
.wp-psn-ebill hr {
    border: none;
    border-bottom: 2px dashed #000000;
    margin: 0;
}
.wp-psn-ebill-information-text {
    padding-top: 0;
    padding-bottom: 0;
}
.wp-psn-ebill-information-text h4 {
    font-size: 16px;
    margin: 0;
}
.wp-psn-ebill-information-text h4 a {
    color: #000000;
    text-decoration: underline;
}
.wp-psn-ebill-information-text p {
    font-size: 9px;
    padding-top: 2px;
}
.wp-psn-ebill-donation-text>p {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 0;
}
.wp-psn-ebill-donation-text th,
.wp-psn-ebill-donation-text td {
    font-size: 10px;
}
.wp-psn-ebill-donation-text tbody td {
    padding-top: 3px;
    padding-bottom: 3px;
}
.wp-psn-ebill-donation-text td.borderb {
    border-bottom: 2px solid #000000;
    font-size: 16px;
}
.wp-psn-ebill-due-info-text {
    font-size: 11px;
    margin-bottom: 12px;
}
.wp-psn-ebill-provide-text {
    font-size: 14px;
}
.wp-psn-ebill-form .wp-psn-ebill-address {
    font-size: 12px;
    line-height: 1.4;
}
.wp-psn-ebill-random-number {
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-right: 3%;
}
.wp-psn-form-second {
    padding: 0 5px;
}
.wp-psn-ebill-form .wp-psn-ebill-service-address {
    font-size: 11px;
    line-height: 1.4;
}
.wp-psn-ebill-service-address td {
    padding-left: 5px;
    padding-right: 5px;
}
.wp-psn-ebill-form .wp-psn-ebill-tdu {
    font-size: 11px;
    line-height: normal;
}
.wp-psn-ebill-tdu th,
.wp-psn-ebill-tdu td {
    border: 2px solid #000000;
}
.wp-psn-ebill-tdu th {
    font-weight: 900;
    padding: 5px 0;
}
.wp-psn-ebill-form .wp-psn-ebill-pricebox {
    font-size: 11px;
    line-height: 16px;
}
.wp-psn-ebill-pricebox td span {
    float: left;
}
.wp-psn-ebill-pricebox .bordert {
    border-top: 2px solid #000000;
}
.wp-psn-ebill-pricebox-big td {
    font-size: 15px;
    padding-bottom: 3px;
}
.wp-psn-ebill-tdu-summary {
    color: #0386C2;
    font-size: 11px;
    padding: 0 15px;
}
.wp-psn-ebill-tdu-summary h4 {
    margin-bottom: 0;
}
.wp-psn-ebill-tdu-summary a {
    color: #0386C2;
    text-decoration: underline;
}
.wp-psn-ebill-charges {
    background-color: #C0C0C0;
}
.wp-psn-ebill-charges td {
    font-size: 15px;
    padding-bottom: 2px;
}
.wp-psn-ebill-additional-info h3 {
    margin-bottom: 0;
}
.wp-psn-ebill-additional-info p {
    font-size: 11px;
}
.wp-psn-ebill-additional-info p a {
    color: #2E2EFF;
    text-decoration: underline;
}
.wp-psn-ebill-payment-info td {
    font-size: 14px;
}

/* Invoice */
.wp-psn-invoice-top-button {
    margin-bottom: 10px;
    text-align: right;
}
.wp-psn-invoice-top-button .wp-psn-btn {
    font-size: 14px;
    line-height: normal;
    max-width: 100%;
    width: auto;
}
.wp-psn-invoice-top-button .wp-psn-btn ~ .wp-psn-btn {
    margin: 0 0 0 6px;
}
.wp-psn-invoice-form .wp-psn-pad-control {
    background-color: #FFF;
}
.wp-psn-invoice-detail-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.wp-psn-invoice-title h2 {
    font-size: 22px;
    font-weight: bold;
}
.wp-psn-invoice-title h2 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 22px;
    font-weight: bold;
}
.wp-psn-photo-drop {
    min-height: 90px;
}
.wp-psn-photo-drop-zone {
    background-color: #FFF;
    border: 1px solid #8D8D8D;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 6px;
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 90px;
    width: 180px;
}
.wp-psn-photo-drop-zone input[type="file"] {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.wp-psn-logo-symbols {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.wp-psn-logo-symbols span {
    display: block;
}
.wp-psn-logo-symbols > i {
    font-size: 22px;
    margin-right: 7px;
}
.wp-psn-photo-drop .wp-psn-upload-message,
.wp-psn-photo-drop .wp-psn-guide-message {
    display: none;
    padding: 5px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}
.wp-psn-photo-drop .wp-psn-upload-message {
    top: 0;
}
.wp-psn-photo-drop .wp-psn-upload-message > i {
    margin-right: 4px;
}
.wp-psn-photo-drop .wp-psn-guide-message {
    bottom: 0;
}
.wp-psn-photo-drop:hover .wp-psn-guide-message {
    display: inline-block;
}
.wp-psn-invoice-detail hr {
    border: none;
    border-top: 1px solid;
    margin-top: 10px;
    margin-bottom: 15px;
}
.wp-psn-invoice-detail .wp-psn-textarea {
    resize: none;
}
.wp-psn-invoice-detail-header label,
.wp-psn-invoice-detail-terms label {
    margin-bottom: 0;
    line-height: 1;
}
.wp-psn-invoice-table {
    width: 100%;
}
.wp-psn-invoice-item-list table thead tr {
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-weight: 700;
}
.wp-psn-invoice-edit .wp-psn-invoice-item-list table thead tr {
    font-size: 10px;
    text-transform: uppercase;
}
.wp-psn-invoice-item-list table thead th {
    vertical-align: bottom;
}
.wp-psn-invoice-item-list table th {
    padding: 7px 5px;
    text-align: right;
}
.wp-psn-invoice-detail-margin {
    min-width: 36px;
}
.wp-psn-invoice-item-list table td.wp-psn-item-row-summary,
.wp-psn-invoice-item-list table th.wp-psn-invoice-detail-summary {
    text-align: left;
    width: 100%;
}
.wp-psn-invoice-item-list table th.wp-psn-invoice-detail-tax {
    text-align: center;
}
.wp-psn-invoice-item-list table td,
.wp-psn-invoice-item-list table th {
    padding: 3px;
    vertical-align: top;
}
.wp-psn-invoice-item-list table td {
    padding-top: 8px;
    padding-bottom: 8px;
}
.wp-psn-invoice-items tr {
    border-bottom: 1px dashed;
}
.wp-psn-invoice-items tr:last-child {
    border: none;
}
.wp-psn-invoice-items tr:not(.wp-psn-with-tax) td {
    padding-bottom: 0;
}
.wp-psn-item-row-actions .wp-psn-btn {
    min-width: 30px;
    max-width: 30px;
    padding: 4px;
}
.wp-psn-item-row-actions .wp-psn-btn i {
    display: block;
}
.wp-psn-item-row-actions .wp-psn-btn-remove {
    background: transparent;
    color: #ff0000;
}
.wp-psn-item-row-actions .wp-psn-btn-prime {
    background: #39b54a;
    color: #FFFFFF;
    font-size: 14px;
    padding: 8px 4px;
}
.wp-psn-item-row-summary input {
    margin-bottom: 5px;
}
.wp-psn-invoice-detail input::-webkit-input-placeholder {
    color: #6C757D;
    opacity: 1;
}
.wp-psn-invoice-detail input::-moz-placeholder {
    color: #6C757D;
    opacity: 1;
}
.wp-psn-invoice-detail input:-ms-input-placeholder {
    color: #6C757D;
    opacity: 1;
}
.wp-psn-invoice-detail input:-moz-placeholder {
    color: #6C757D;
    opacity: 1;
}
.wp-psn-item-row-summary textarea {
    min-height: 80px;
    height: 60px;
}
.wp-psn-item-row-rate,
.wp-psn-item-row-quantity,
.wp-psn-item-row-amount {
    min-width: 120px;
    text-align: right;
}
.wp-psn-item-row-rate input,
.wp-psn-item-row-quantity input {
    text-align: right;
}
.wp-psn-invoice-edit .wp-psn-currency {
    font-size: 13px;
    line-height: 1.5;
}
.wp-psn-item-row-amount .wp-psn-currency {
    display: block;
    padding: 2px 0;
}
.wp-psn-item-row-tax {
    min-width: 40px;
    text-align: center;
}
.wp-psn-item-row-tax .wp-psn-checkbox {
    display: block;
    margin: 3px auto;
    height: 16px;
    width: 16px;
}
.wp-psn-invoice-detail-notes textarea {
    min-height: 134px;
}
.wp-psn-invoice-totals-row {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.wp-psn-invoice-totals .wp-psn-invoice-summary-label {
    margin-left: 0;
    text-align: right;
}
.wp-psn-invoice-totals .wp-psn-invoice-summary-value {
    min-width: 125px;
    padding: 0 3px;
    text-align: right;
}

/* Invoice Preview */
.wp-psn-invoice-preview .wp-psn-invoice-spacing {
    margin-top: 27px;
    margin-bottom: 31px;
}
.wp-psn-invoice-preview hr:not(.wp-psn-invoice-spacing) {
    margin-top: 0;
    margin-bottom: 10px;
}
.wp-psn-invoice-preview .wp-psn-invoice-item-list {
    padding-top: 15px;
}
.wp-psn-invoice-preview .wp-psn-invoice-item-list table thead th {
    background: #dedede;
    padding: 6px;
}
.wp-psn-invoice-preview .wp-psn-invoice-item-list table td,
.wp-psn-invoice-preview .wp-psn-invoice-item-list table th {
    padding-left: 6px;
    padding-right: 6px;
}
.wp-psn-invoice-preview .wp-psn-invoice-item-list table th:first-child,
.wp-psn-invoice-preview .wp-psn-invoice-item-list table td:first-child {
    padding-left: 15px;
}
.wp-psn-invoice-preview .wp-psn-invoice-item-list table th:last-child,
.wp-psn-invoice-preview .wp-psn-invoice-item-list table td:last-child {
    padding-right: 15px;
}
.wp-psn-invoice-preview .wp-psn-item-row-rate,
.wp-psn-invoice-preview .wp-psn-item-row-quantity {
    min-width: auto;
}
.wp-psn-invoice-preview .wp-psn-invoice-totals-row ~ .wp-psn-invoice-totals-row {
    padding-top: 5px;
}
.wp-psn-invoice-preview .wp-psn-invoice-totals-row strong {
    font-size: 15px;
}
.wp-psn-invoice-preview .wp-psn-invoice-totals .wp-psn-invoice-summary-value {
    padding-right: 12px;
}
.wp-psn-invoice-preview .wp-psn-invoice-detail-notes {
    min-height: 100px;
    padding-top: 10px;
}

/* Hidden */
.wp-psn-hidden {
    display: none;
}

/* IE Hack Media */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .wp-psn-pad-bottom .wp-psn-checkbox {
        max-width: 328px;
    }
}

/* Responsive Media */
@media screen and (min-width: 1101px) {
    #wp-psn-preview-modal .wp-psn-modal-inner {
        width: 1000px;
    }
    .wp-psn-paystub-form #wp-psn-preview-modal .wp-psn-modal-inner {
        width: 858px;
    }
}
@media screen and (max-width: 1199.98px) {
    .wp-psn-w2-preview-wrap .wp-psn-mobilescale {
        position: relative;
        left: 50%;
        transform: scale(0.844) translateX(-50%);
        transform-origin: 0% 0%;
        margin: 0;
        width: 1140px;
    }
}
@media screen and (max-width: 1100.98px) and (min-width: 992px) {
    #wp-psn-preview-modal .wp-psn-modal-inner {
        width: 960px;
    }
    .wp-psn-paystub-form #wp-psn-preview-modal .wp-psn-modal-inner {
        width: 858px;
    }

    .wp-psn-layout1-area.wp-psn-mobilescale {
        margin-bottom: -258px;
    }
    .wp-psn-layout2-area.wp-psn-mobilescale {
        margin-bottom: -72px;
    }
    .wp-psn-side-out {
        top: 113px;
    }
}
@media screen and (max-width: 991.98px) and (min-width: 768px) {
    .wp-psn-price-filed {
        min-height: 132px;
    }
    .wp-psn-w2-preview-wrap .wp-psn-mobilescale {
        transform: scale(0.65) translateX(-50%);
    }
    .wp-psn-layout1-area.wp-psn-mobilescale {
        margin-bottom: -603px;
    }
    .wp-psn-layout2-area.wp-psn-mobilescale {
        margin-bottom: -186px;
    }
    .wp-psn-paystub-form .wp-psn-pad-subtitle .wp-psn-pad-title {
        font-size: 13px;
        padding: 9px 8px 9px 38px;
        min-width: 130px;
    }
}
@media screen and (max-width: 991.98px) {
    .w2stub.wp-psn-mobilescale {
        position: relative;
        left: 50%;
        transform: scale(0.766) translateX(-50%);
        transform-origin: 0% 0%;
    }
}
@media screen and (max-width: 880.98px) and (min-width: 768px) {
    .wp-psn-paystub-form .wp-psn-forscroll {
        margin-left: -15px;
        margin-right: -15px;
        overflow-x: auto;
        overflow-y: hidden;
    }
}
@media screen and (min-width: 781px) {
    .wp-psn-price-wrap {
        box-shadow: 0 0 30px 0px rgba(4, 5, 5, 0.2);
    }
}
@media screen and (min-width: 768px) {
    .admin-bar .wp-psn-side-out {
        top: 142px;
    }
    .admin-bar .wp-psn-control-group {
        max-height: -webkit-calc(100vh - 142px);
        max-height: calc(100vh - 142px);
    }
    .wp-psn-price-item {
        width: 33.33%;
    }
    .wp-psn-price-item~.wp-psn-price-item {
        margin-left: -1px;
    }
    .wp-psn-hide-desktop {
        display: none;
    }
    .wp-psn-invoice-edit .wp-psn-invoice-totals-row {
        padding-right: 40px;
    }
    .wp-psn-thank-you-container {
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .wp-psn-thank-you-container > form {
        margin: 0 0 30px !important;
        width: 49%;
    }
    .wp-psn-advertise-banner {
        margin-bottom: 30px;
        width: 100%;
    }
    form + .wp-psn-advertise-banner {
        width: 49%;
    }
    .wp-psn-thank-you {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767.98px) {
    .mdnone {
        display: none;
    }
    .m-max-width {
        max-width: 400px;
    }
    .mwidth30 {
        width: 30% !important;
    }
    .mwidth36 {
        width: 36% !important;
    }
    .mwidth40 {
        width: 40% !important;
    }
    .mwidth46 {
        width: 46% !important;
    }
    .mwidth64 {
        width: 64% !important;
    }
    .mwidth100 {
        width: 100% !important;
    }
    .wp-psn-side-out {
        margin: -30px -15px 30px;
        position: relative;
        left: 0 !important;
        top: 0;
        width: auto;
    }
    .wp-psn-handle {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        transform: none;
        width: auto;
    }
    .wp-psn-handle a {
        padding: 10px 15px 11px;
        text-align: center;
        width: 100%;
    }
    .wp-psn-control-group {
        max-height: inherit;
    }
    .wp-psn-forscroll {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .wp-psn-forscroll>div:not(.wp-psn-hidden) {
        display: inline-block;
        margin-right: 15px;
        width: 760px;
    }
    .wp-psn-modal-inner {
        width: 90%;
    }
    .wp-psn-price-item~.wp-psn-price-item {
        margin-top: 30px;
    }
    .wp-psn-price-filed {
        min-height: inherit;
    }
    .wp-psn-checkout-head {
        -webkit-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .wp-psn-checkout-secure img {
        width: 30%;
    }
    #wp-psn-change-modal .wp-psn-btns {
        display: none;
    }
    #customerly-container .hPJWmh {
        bottom: 50px !important;
    }
    .wp-psn-bill-form .wp-psn-pad-top .width50,
    .wp-psn-cbill-form .wp-psn-pad-top .width50,
    .wp-psn-ebill-form .wp-psn-pad-top .width50 {
        width: 100% !important;
    }
    .wp-psn-utility div[data-highcharts-chart],
    .wp-psn-ebill div[data-highcharts-chart] {
        pointer-events: none;
    }
    .wp-psn-paystub-form .wp-psn-stub-col,
    .wp-psn-invoice-edit .wp-psn-stub-col {
        width: 100%;
    }
    .wp-psn-paystub-form .mbordert {
        border-top: 1px solid #000000;
        margin-top: 10px;
        padding-top: 15px;
    }
    .wp-psn-paystub-form .wp-psn-forscroll {
        padding-left: 0;
    }
    .wp-psn-invoice-edit .wp-psn-item-row-rate,
    .wp-psn-invoice-edit .wp-psn-item-row-amount {
        min-width: 100px;
    }
    .wp-psn-invoice-edit .wp-psn-item-row-quantity {
        min-width: 60px;
    }
    .wp-psn-invoice-edit .wp-psn-invoice-totals-row {
        padding-right: 3px;
    }
    .wp-psn-thank-you-container {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .wp-psn-thank-you-container > form {
        margin: 30px auto 0 !important;
        width: 100%;
    }
    .wp-psn-advertise-banner {
        margin-top: 30px;
        width: 100%;
    }
}
@media screen and (max-width: 767.98px) and (min-width: 681px) {
    .wp-psn-w2-preview-wrap .wp-psn-mobilescale {
        transform: scale(0.57) translateX(-50%);
    }
    .wp-psn-layout1-area.wp-psn-mobilescale {
        margin-bottom: -746px;
    }
    .wp-psn-layout2-area.wp-psn-mobilescale {
        margin-bottom: -233px;
    }
    .w2stub.wp-psn-mobilescale {
        transform: scale(0.675) translateX(-50%);
    }
}
@media screen and (max-width: 680.98px) and (min-width: 631px) {
    .wp-psn-w2-preview-wrap .wp-psn-mobilescale {
        transform: scale(0.53) translateX(-50%);
    }
    .wp-psn-layout1-area.wp-psn-mobilescale {
        margin-bottom: -817px;
    }
    .wp-psn-layout2-area.wp-psn-mobilescale {
        margin-bottom: -257px;
    }
    .w2stub.wp-psn-mobilescale {
        transform: scale(0.62) translateX(-50%);
    }
}
@media screen and (max-width: 630.98px) and (min-width: 601px) {
    .wp-psn-w2-preview-wrap .wp-psn-mobilescale {
        transform: scale(0.5) translateX(-50%);
    }
    .wp-psn-layout1-area.wp-psn-mobilescale {
        margin-bottom: -871px;
    }
    .wp-psn-layout2-area.wp-psn-mobilescale {
        margin-bottom: -274px;
    }
    .w2stub.wp-psn-mobilescale {
        transform: scale(0.59) translateX(-50%);
    }
}
@media screen and (max-width: 600.98px) and (min-width: 551px) {
    .wp-psn-w2-preview-wrap .wp-psn-mobilescale {
        transform: scale(0.46) translateX(-50%);
    }
    .wp-psn-layout1-area.wp-psn-mobilescale {
        margin-bottom: -942px;
    }
    .wp-psn-layout2-area.wp-psn-mobilescale {
        margin-bottom: -298px;
    }
    .w2stub.wp-psn-mobilescale {
        transform: scale(0.54) translateX(-50%);
    }
}
@media screen and (max-width: 575.98px) {
    .wp-psn-bill-form .wp-psn-pad-top .width40,
    .wp-psn-bill-form .wp-psn-pad-top .wp-psn-bill-information .width30,
    .wp-psn-cbill-form .wp-psn-pad-top .width40,
    .wp-psn-cbill-form .wp-psn-pad-top .wp-psn-cbill-information .width30,
    .wp-psn-ebill-form .wp-psn-pad-top .width40,
    .wp-psn-ebill-form .wp-psn-pad-top .wp-psn-ebill-information .width30 {
        width: 100% !important;
    }
    .wp-psn-bill-form .wp-psn-pad-top .wp-psn-city-information .width30,
    .wp-psn-bill-form .wp-psn-pad-top .wp-psn-your-information .width30,
    .wp-psn-cbill-form .wp-psn-pad-top .wp-psn-city-information .width30,
    .wp-psn-cbill-form .wp-psn-pad-top .wp-psn-your-information .width30,
    .wp-psn-ebill-form .wp-psn-pad-top .wp-psn-company-information .width30,
    .wp-psn-ebill-form .wp-psn-pad-top .wp-psn-your-information .width30 {
        width: 50% !important;
    }
    .wp-psn-files .width50 {
        width: 100% !important;
    }
    .wp-psn-paystub-form .wp-psn-pad-subtitle {
        margin: -15px -15px 15px;
        position: relative;
        overflow: hidden;
    }
    .wp-psn-paystub-form .wp-psn-pad-subtitle .wp-psn-pad-title {
        float: right;
        padding: 8px 10px 8px 45px;
    }
    .wp-psn-invoice-edit .wp-psn-invoice-detail-title {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .wp-psn-invoice-edit .wp-psn-photo-drop-zone {
        width: 100%;
    }
    .wp-psn-invoice-edit .wp-psn-invoice-thead {
        display: none;
    }
    .wp-psn-invoice-edit .wp-psn-item-row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .wp-psn-invoice-edit .wp-psn-item-row td {
        display: block;
    }
    .wp-psn-invoice-edit .wp-psn-item-row:not(:last-child) .wp-psn-item-row-actions {
        padding: 0;
        text-align: right;
        width: 100%;
    }
    .wp-psn-invoice-edit .wp-psn-invoice-item-list table .wp-psn-item-row-summary {
        padding-top: 0;
        padding-bottom: 0;
    }
    .wp-psn-invoice-edit .wp-psn-item-row-rate,
    .wp-psn-invoice-edit .wp-psn-item-row-amount {
        min-width: inherit;
        width: 30%;
    }
    .wp-psn-invoice-edit .wp-psn-item-row-quantity {
        min-width: inherit;
        width: calc(100% - 30%*2 - 22px);
    }
    .wp-psn-invoice-edit .wp-psn-item-row-amount {
        padding-right: 10px;
    }
    .wp-psn-invoice-edit .wp-psn-item-row-tax {
        min-width: inherit;
        width: 22px;
    }
    .wp-psn-invoice-edit .wp-psn-item-row ~ .wp-psn-item-row:not(:last-child):not(:nth-last-child(2)) {
        padding-top: 8px;
    }
}
@media screen and (max-width: 550.98px) and (min-width: 491px) {
    .wp-psn-w2-preview-wrap .wp-psn-mobilescale {
        transform: scale(0.4) translateX(-50%);
    }
    .wp-psn-layout1-area.wp-psn-mobilescale {
        margin-bottom: -1049px;
    }
    .wp-psn-layout2-area.wp-psn-mobilescale {
        margin-bottom: -333px;
    }
    .w2stub.wp-psn-mobilescale {
        transform: scale(0.48) translateX(-50%);
    }
}
@media screen and (max-width: 490.98px) and (min-width: 461px) {
    .wp-psn-w2-preview-wrap .wp-psn-mobilescale {
        transform: scale(0.38) translateX(-50%);
    }
    .wp-psn-layout1-area.wp-psn-mobilescale {
        margin-bottom: -1084px;
    }
    .wp-psn-layout2-area.wp-psn-mobilescale {
        margin-bottom: -345px;
    }
    .w2stub.wp-psn-mobilescale {
        transform: scale(0.45) translateX(-50%);
    }
}
@media screen and (max-width: 767.98px) and (min-width: 461px) {
    #customerly-container .dFLrAN.an-iVPVYQ-enter-done,
    #customerly-container .dFLrAN.an-iVPVYQ-enter-active {
        transform: translateY(-40px) !important;
    }
    #customerly-container .dFGVYQ h1 {
        padding-top: 20px !important
    }
}
@media screen and (max-width: 460.98px) {
    #customerly-container .dFLrAN.an-iVPVYQ-enter-done,
    #customerly-container .dFLrAN.an-iVPVYQ-enter-active {
        top: 20px !important
    }
    #customerly-container .sc-kGXeez.KIbmS {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-align-items: center;
        align-items: center;
    }
    #customerly-container .dFGVYQ h1 {
        padding-top: 50px !important
    }
    .wp-psn-pay-period input[type=text] {
        width: 46% !important;
    }
    .wp-psn-away-day,
    .wp-psn-pay-date {
        width: -webkit-calc(46% + 3px) !important;
        width: calc(46% + 3px) !important;
    }
    .wp-psn-template-theme ul li {
        width: calc(33.33% - 7px);
    }
}
@media screen and (max-width: 460.98px) and (min-width: 426px) {
    .wp-psn-w2-preview-wrap .wp-psn-mobilescale {
        transform: scale(0.35) translateX(-50%);
    }
    .wp-psn-layout1-area.wp-psn-mobilescale {
        margin-bottom: -1138px;
    }
    .wp-psn-layout2-area.wp-psn-mobilescale {
        margin-bottom: -362px;
    }
    .w2stub.wp-psn-mobilescale {
        transform: scale(0.41) translateX(-50%);
    }
}
@media screen and (max-width: 425.98px) {
    .wp-psn-modal-note {
        font-size: 16px;
    }
}
@media screen and (max-width: 425.98px) and (min-width: 406px) {
    .wp-psn-w2-preview-wrap .wp-psn-mobilescale {
        transform: scale(0.33) translateX(-50%);
    }
    .wp-psn-layout1-area.wp-psn-mobilescale {
        margin-bottom: -1173px;
    }
    .wp-psn-layout2-area.wp-psn-mobilescale {
        margin-bottom: -374px;
    }
    .w2stub.wp-psn-mobilescale {
        transform: scale(0.39) translateX(-50%);
    }
}
@media screen and (max-width: 405.98px) and (min-width: 391px) {
    .wp-psn-w2-preview-wrap .wp-psn-mobilescale {
        transform: scale(0.316) translateX(-50%);
    }
    .wp-psn-layout1-area.wp-psn-mobilescale {
        margin-bottom: -1198px;
    }
    .wp-psn-layout2-area.wp-psn-mobilescale {
        margin-bottom: -382px;
    }
    .w2stub.wp-psn-mobilescale {
        transform: scale(0.37) translateX(-50%);
    }
}
@media screen and (max-width: 390.98px) and (min-width: 366px) {
    .wp-psn-w2-preview-wrap .wp-psn-mobilescale {
        transform: scale(0.3) translateX(-50%);
    }
    .wp-psn-layout1-area.wp-psn-mobilescale {
        margin-bottom: -1227px;
    }
    .wp-psn-layout2-area.wp-psn-mobilescale {
        margin-bottom: -392px;
    }
    .w2stub.wp-psn-mobilescale {
        transform: scale(0.35) translateX(-50%);
    }
}
@media screen and (max-width: 365.98px) {
    .wp-psn-all-legends li {
        font-size: 12px;
        margin-right: 10px;
    }
    .wp-psn-pagination ul li~li {
        margin-left: 8px;
    }
    .wp-psn-pagination ul li a {
        font-size: 14px;
    }
    .wp-psn-pagination ul li a i {
        font-size: 17px;
        height: 17px;
        width: 17px;
    }
    .wp-psn-w2-preview-wrap .wp-psn-mobilescale {
        transform: scale(0.255) translateX(-50%);
    }
    .wp-psn-layout1-area.wp-psn-mobilescale {
        margin-bottom: -1307px;
    }
    .wp-psn-layout2-area.wp-psn-mobilescale {
        margin-bottom: -418px;
    }
    .wp-psn-layout-buttons .wp-psn-btn {
        max-width: 120px;
    }
    .w2stub.wp-psn-mobilescale {
        transform: scale(0.3) translateX(-50%);
    }
}