@-webkit-keyframes lds-ellipsis1 {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes lds-ellipsis1 {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes lds-ellipsis3 {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
}
@keyframes lds-ellipsis3 {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
}
@-webkit-keyframes lds-ellipsis2 {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
100% {
-webkit-transform: translate(19px, 0);
transform: translate(19px, 0);
}
}
@keyframes lds-ellipsis2 {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
100% {
-webkit-transform: translate(19px, 0);
transform: translate(19px, 0);
}
}
body {
font-family: "Work Sans", Arial, Helvetica, sans-serif;
font-size: 0.9rem;
}
body.noscroll {
overflow: hidden;
}
.modal-open {
overflow: hidden;
position: fixed;
width: 100%;
}
.container {
padding-left: 16px;
padding-right: 16px;
}
@media only screen and (min-width: 1600px) {
.container {
max-width: 1540px;
}
}
@media only screen and (min-width: 2200px) {
.container {
max-width: 2140px;
}
}
@media only screen and (min-width: 3000px) {
.container {
max-width: 2940px;
}
}
h1 {
font-family: "Work Sans", sans-serif;
}
@media only screen and (min-width: 1200px) {
h1 {
font-size: 3rem;
}
}
.page-title {
font-size: 1.1rem;
margin: 24px 0 16px;
display: block;
color: #666666;
font-weight: 300;
}
.title {
font-family: "Work Sans", sans-serif;
color: #666666;
}
.actionbutton {
height: 40px;
font-size: 18px;
background-color: #00aae0;
color: #FFF;
border: none;
line-height: 40px;
padding: 0 16px;
cursor: pointer;
margin: 6px;
text-transform: uppercase;
font-family: "Work Sans", sans-serif;
font-weight: 600;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
border-radius: 8px;
border: 1px solid #00aae0;
}
.actionbutton:hover {
background-color: transparent;
color: #00aae0;
}
.register {
background-color: #f7922c;
border: 0px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
-o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
cursor: pointer;
border-radius: 2px;
margin: 6px;
height: 36px;
padding: 0 16px;
color: #fff;
text-transform: uppercase;
line-height: 36px;
}
.register:hover {
-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
text-decoration: none;
color: #fff;
}
#searchform .input-group input.form-control {
border-radius: 0px;
font-family: "Work Sans", sans-serif;
border-color: #ccc;
padding: 8px 55px 8px 16px;
}
#searchform .input-group .input-group-append {
position: absolute;
top: 0;
bottom: 0;
right: 0;
z-index: 9;
}
#searchform .input-group .input-group-append .submit {
background-color: #585858;
color: #fff;
border-color: #585858;
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
-o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#searchform .input-group .input-group-append .submit:hover {
background-color: #00aae0;
border-color: #00aae0;
}
#errorback {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-line-pack: center;
align-content: center;
}
#errorback span {
height: 24px;
line-height: 24px;
}
#errorback:hover {
text-decoration: none;
font-weight: 600;
}   .group {
position: relative;
margin-bottom: 32px;
max-width: 600px;
}
@media only screen and (min-width: 768px) {
.group {
margin-bottom: 40px;
}
}
.group input, .group textarea {
font-size: 18px;
padding: 10px 10px 10px 12px;
display: block;
width: 100%;
border: none;
border-bottom: 2px solid #757575;
border-radius: 0px;
background-color: #f5f5f5;
color: #666666;
}
.group input:focus, .group textarea:focus {
outline: none;
}
.group input:focus~label, .group textarea:focus~label {
top: -20px;
font-size: 14px;
font-weight: 500;
color: #666666;
}
.group input:valid~label, .group textarea:valid~label {
top: -20px;
font-size: 14px;
font-weight: 500;
color: #666666;
}
.group input:-webkit-autofill~label, .group textarea:-webkit-autofill~label {
top: -20px;
font-size: 14px;
font-weight: 500;
color: #666666;
}
.group input:focus~.bar::before, .group input:focus~.bar::after, .group textarea:focus~.bar::before, .group textarea:focus~.bar::after {
width: 50%;
}
.group label {
color: #666666;
font-size: 18px;
font-weight: normal;
position: absolute;
pointer-events: none;
left: 12px;
top: 10px;
-o-transition: 0.5s ease all;
transition: 0.5s ease all;
-moz-transition: 0.5s ease all;
-webkit-transition: 0.5s ease all;
}
.group label.material-label-focus {
top: -20px;
font-size: 14px;
font-weight: 500;
color: #666666;
}
.group .bar {
position: relative;
display: block;
width: 100%;
}
.group .bar::before, .group .bar::after {
content: "";
height: 3px;
width: 0;
bottom: 0px;
position: absolute;
background: #00aae0;
-o-transition: 0.5s ease all;
transition: 0.5s ease all;
-moz-transition: 0.5s ease all;
-webkit-transition: 0.5s ease all;
}
.group .bar::before {
left: 50%;
}
.group .bar::after {
right: 50%;
}
.group select {
font-size: 18px;
padding: 10px 40px 10px 12px;
display: block;
width: 100%;
border: none;
border-bottom: 2px solid #757575;
border-radius: 0px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url(//www.transalis.com/wp-content/uploads/2019/03/arrow_dropdown.svg);
background-repeat: no-repeat;
background-position: top 50% right 8px;
background-size: 24px;
background-color: #f5f5f5;
color: #666666;
}
.group select:focus {
outline: none;
}
.group select:focus~.bar::before, .group select:focus~.bar::after {
width: 50%;
}
.group .error {
display: block;
padding: 4px 8px 12px;
margin-bottom: -30px;
color: #666666;
height: 40px;
font-size: 0.8rem;
}   .nf-error-msg, .ninja-forms-req-symbol {
color: #EE3124;
}
.nf-error .ninja-forms-field {
border: 1px solid #EE3124;
}
.page-template-page-calculator, .page-template-page-einvoice-calculator {
background-color: #f5f6f8 !important;
}
.page-template-page-calc-comparison, .page-template-page-einvoice-comparison {
background-color: #fff !important;
}
.page-template-page-calculator .calcouter, .page-template-page-einvoice-calculator .calcouter {
display: -ms-grid;
display: grid;
}
@media only screen and (min-width: 768px) {
.page-template-page-calculator .calcouter, .page-template-page-einvoice-calculator .calcouter {
-ms-grid-columns: 1fr 15px 1fr;
grid-template-columns: 1fr 1fr;
grid-column-gap: 15px;
}
}
@media only screen and (min-width: 992px) {
.page-template-page-calculator .calcouter, .page-template-page-einvoice-calculator .calcouter {
-ms-grid-columns: 500px 32px auto;
grid-template-columns: 500px auto;
grid-column-gap: 32px;
}
}
.page-template-page-calculator .calcouter .total-wrap, .page-template-page-einvoice-calculator .calcouter .total-wrap {
position: relative;
margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
.page-template-page-calculator .calcouter .total-wrap, .page-template-page-einvoice-calculator .calcouter .total-wrap {
margin-top: 40px;
margin-bottom: 0px;
}
}
.page-template-page-calculator .calcouter .total-wrap .calc-section, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section {
background-color: #fff;
border-radius: 8px;
width: 100%;
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media only screen and (min-width: 768px) {
.page-template-page-calculator .calcouter .total-wrap .calc-section, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section {
position: fixed;
max-width: 280px;
}
}
@media only screen and (min-width: 992px) {
.page-template-page-calculator .calcouter .total-wrap .calc-section, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section {
position: fixed;
max-width: 400px;
}
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .calc-section-title, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .calc-section-title {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
background-color: #fff;
color: #fff;
padding: 36px 18px 0;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .calc-section-title h2, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .calc-section-title h2 {
font-size: 24px;
color: #2c3538;
font-weight: 900;
margin: 0;
font-family: "Work Sans", sans-serif;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1.3fr 1fr 1fr;
grid-template-columns: 1.3fr 1fr 1fr;
-ms-grid-rows: 56px 52px 52px;
grid-template-rows: 56px 52px 52px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 24px 9px;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table>*:nth-child(1), .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table>*:nth-child(1) {
-ms-grid-row: 1;
-ms-grid-column: 1;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table>*:nth-child(2), .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table>*:nth-child(2) {
-ms-grid-row: 1;
-ms-grid-column: 2;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table>*:nth-child(3), .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table>*:nth-child(3) {
-ms-grid-row: 1;
-ms-grid-column: 3;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table>*:nth-child(4), .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table>*:nth-child(4) {
-ms-grid-row: 2;
-ms-grid-column: 1;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table>*:nth-child(5), .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table>*:nth-child(5) {
-ms-grid-row: 2;
-ms-grid-column: 2;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table>*:nth-child(6), .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table>*:nth-child(6) {
-ms-grid-row: 2;
-ms-grid-column: 3;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table>*:nth-child(7), .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table>*:nth-child(7) {
-ms-grid-row: 3;
-ms-grid-column: 1;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table>*:nth-child(8), .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table>*:nth-child(8) {
-ms-grid-row: 3;
-ms-grid-column: 2;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table>*:nth-child(9), .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table>*:nth-child(9) {
-ms-grid-row: 3;
-ms-grid-column: 3;
}
@media only screen and (min-width: 768px) {
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table {
padding: 12px 0px;
}
}
@media only screen and (min-width: 992px) {
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table {
padding: 24px 18px;
}
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table>span, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table>span {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 16px;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table>span:nth-child(-n+6), .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table>span:nth-child(-n+6) {
border-bottom: 1px solid rgba(112, 112, 112, 0.54);
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table>span.total-rowtitle, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table>span.total-rowtitle {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: auto auto;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table>span.total-rowtitle-3years, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table>span.total-rowtitle-3years {
display: -ms-grid;
display: grid;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table>span.total-rowtitle>div, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table>span.total-rowtitle>div, .page-template-page-calculator .calcouter .total-wrap .calc-section .total-table>span.total-rowtitle-3years>div, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table>span.total-rowtitle-3years>div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table>span.total-rowtitle-3years>div, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table>span.total-rowtitle-3years>div {
justify-content: flex-end;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table>span.total-rowtitle .total-free, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table>span.total-rowtitle .total-free {
font-size: 0.6rem;
margin-top: 0;
margin-bottom: auto;
color: #f7922c;
width: 100%;
}
@media only screen and (min-width: 992px) {
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table>span.total-rowtitle .total-free, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table>span.total-rowtitle .total-free {
font-size: 0.7rem;
}
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table>span .material-icons, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table>span .material-icons {
width: auto;
cursor: pointer;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
padding: 4px;
font-size: 1rem;
margin-left: auto;
text-align: right;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table>span .material-icons:hover, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table>span .material-icons:hover {
color: #f7922c;
}
.page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table>span .material-icons:hover {
color: #9ad1e5;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table .total-header, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table .total-header {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table .calc-cost, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table .calc-cost {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table .calc-cost.calc-monthlys, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table .calc-cost.calc-monthlys {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table .calc-cost.calc-monthlys span, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table .calc-cost.calc-monthlys span {
width: 100%;
text-align: right;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table .calc-cost.calc-monthlys span:last-child, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table .calc-cost.calc-monthlys span:last-child {
margin-top: -16px;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table .calc-cost.calc-monthlys span:last-child, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table .calc-cost.calc-monthlys span:last-child {
font-size: 0.7rem;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-ctas, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-ctas {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 24px 18px;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol:last-of-type .comparisoncell, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol:last-of-type .comparisoncell {
border-right: 0px;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-ctas .submitcompare, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-ctas .submitcompare {
font-weight: 600;
text-transform: uppercase;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
padding: 13px 31px;
border-radius: 8px;
outline: none;
background-color: #f7922c;
border: 1px solid #f7922c;
color: #fff;
margin-top: 0px;
font-size: 12px;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-ctas .submitcompare:hover, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-ctas .submitcompare:hover {
background-color: #fff;
color: #f7922c;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-ctas .total-tts, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-ctas .total-tts {
margin-right: 8px;
padding: 8px 16px;
color: #666666;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-ctas .total-tts:hover, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-ctas .total-tts:hover {
color: #f7922c;
text-decoration: none;
}
.page-template-page-calculator .calcouter .calculator-wrap, .page-template-page-einvoice-calculator .calcouter .calculator-wrap {
background-color: #fff;
border-radius: 8px;
margin-top: 40px;
margin-bottom: 40px;
position: relative;
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-top, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-top {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
background-color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 36px 18px 0;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-top h2, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-top h2 {
font-size: 24px;
color: #2c3538;
font-weight: 900;
margin: 0;
font-family: "Work Sans", sans-serif;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-top #pdfdownload, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-top #pdfdownload {
fill: #fff;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-top #pdfdownload:hover, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-top #pdfdownload:hover {
color: #f7922c;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section {
padding: 26px 18px;
border-bottom: 1px solid rgba(112, 112, 112, 0.54);
position: relative;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section#success-management, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section#success-management {
border-bottom: 0px;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-section-title, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-section-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 8px;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-section-title h2, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-section-title h2 {
color: rgba(0, 0, 0, 0.54);
font-size: 18px;
margin-bottom: 0px;
margin-top: 0px;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-section-title .minmax, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-section-title .minmax {
color: rgba(0, 0, 0, 0.54);
font-size: 24px;
cursor: pointer;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section ul, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section ul {
padding-left: 40px;
margin-bottom: 0px;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section ul li, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section ul li {
color: rgba(0, 0, 0, 0.87);
margin-bottom: 12px;
list-style: none;
position: relative;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section ul li::before, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section ul li::before {
content: "";
background-color: rgba(0, 0, 0, 0.54);
width: 6px;
height: 6px;
display: block;
border-radius: 100%;
position: absolute;
left: -22px;
top: 7px;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section ul li:last-of-type, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section ul li:last-of-type {
margin-bottom: 0px;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option {
display: -ms-grid;
display: grid;
-ms-grid-columns: auto 12px 120px 12px 60px;
grid-template-columns: auto 120px 60px;
grid-column-gap: 12px;
-webkit-column-gap: 12px;
-moz-column-gap: 12px;
column-gap: 12px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0;
margin-top: 24px;
}
@media only screen and (min-width: 768px) {
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option {
grid-column-gap: 18px;
-webkit-column-gap: 18px;
-moz-column-gap: 18px;
column-gap: 18px;
-ms-grid-columns: 125px 18px 110px 18px auto;
grid-template-columns: 125px 110px auto;
}
}
@media only screen and (min-width: 992px) {
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option {
-ms-grid-columns: 190px 125px auto;
grid-template-columns: 190px 125px auto;
margin-top: 12px;
}
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext {
display: -ms-grid;
display: grid;
-ms-grid-columns: 150px 8px auto;
grid-template-columns: auto auto;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
grid-column-gap: 8px;
-webkit-column-gap: 8px;
-moz-column-gap: 8px;
column-gap: 8px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>div, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>div span:first-of-type, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>div span:first-of-type {
font-size: 0.9rem;
font-weight: 500;
letter-spacing: -0.4px;
width: 100%;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>div span:last-of-type, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>div span:last-of-type {
font-size: 0.7rem;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>.material-icons, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>.material-icons {
width: auto;
cursor: pointer;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
padding: 4px;
font-size: 1rem;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>.material-icons:hover, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>.material-icons:hover {
color: #f7922c;
}
.page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>.material-icons:hover {
color: #9ad1e5;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect {
margin-left: auto;
margin-right: auto;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.checkbox, .page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.radio, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.checkbox, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.radio {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.checkbox input, .page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.radio input, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.checkbox input, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.radio input {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 24px;
height: 24px;
cursor: pointer;
opacity: 0;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.checkbox input:checked~label, .page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.radio input:checked~label, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.checkbox input:checked~label, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.radio input:checked~label {
color: #f7922c;
}
.page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.checkbox input:checked~label, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.radio input:checked~label {
color: #9ad1e5;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.checkbox label, .page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.radio label, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.checkbox label, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.radio label {
margin: 0px;
color: #666666;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.checkbox:hover input~label, .page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.radio:hover input~label, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.checkbox:hover input~label, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.radio:hover input~label {
background-color: #f5f5f5;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider {
position: relative;
margin-bottom: 6px;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input {
-webkit-appearance: none !important;
width: 100%;
height: 2px;
border-radius: 5px;
background: rgba(0, 0, 0, 0.26) !important;
outline: none !important;
padding: 0;
margin: 0;
z-index: 10000;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-webkit-slider-thumb, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-webkit-slider-thumb {
-webkit-appearance: none !important;
width: 24px;
height: 24px;
border-radius: 50%;
background: #f7922c !important;
cursor: pointer;
-webkit-transition: background 0.15s ease-in-out;
transition: background 0.15s ease-in-out;
z-index: 9999;
}
.page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-webkit-slider-thumb {
background: #9ad1e5 !important;
}
@media only screen and (min-width: 992px) {
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-webkit-slider-thumb, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-webkit-slider-thumb {
width: 24px;
height: 24px;
}
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-webkit-slider-thumb:hover, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-webkit-slider-thumb:hover {
background: #f7922c !important;
}
.page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-webkit-slider-thumb:hover {
background: #9ad1e5 !important;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input:active::-webkit-slider-thumb, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input:active::-webkit-slider-thumb {
background: #f7922c !important;
}
.page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input:active::-webkit-slider-thumb {
background: #9ad1e5 !important;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-moz-range-thumb, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-moz-range-thumb {
width: 24px;
height: 24px;
border: 0;
border-radius: 50%;
background: #f7922c !important;
cursor: pointer;
-moz-transition: background 0.15s ease-in-out;
transition: background 0.15s ease-in-out;
z-index: 9999;
}
.page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-moz-range-thumb {
background: #9ad1e5 !important;
}
@media only screen and (min-width: 992px) {
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-moz-range-thumb, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-moz-range-thumb {
width: 18px;
height: 18px;
}
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-moz-range-thumb:hover, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-moz-range-thumb:hover {
background: #f7922c !important;
}
.page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-moz-range-thumb:hover {
background: #9ad1e5 !important;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input:active::-moz-range-thumb, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input:active::-moz-range-thumb {
background: #f7922c !important;
}
.page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input:active::-moz-range-thumb {
background: #9ad1e5 !important;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input:focus::-webkit-slider-thumb, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input:focus::-webkit-slider-thumb {
-webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #f7922c;
box-shadow: 0 0 0 3px #fff, 0 0 0 6px #f7922c;
}
.page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input:focus::-webkit-slider-thumb {
-webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #9ad1e5;
box-shadow: 0 0 0 3px #fff, 0 0 0 6px #434546;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .range-value, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .range-value {
position: absolute;
left: 0;
width: 18px;
height: 18px;
color: #fff;
text-align: center;
font-size: 10px;
z-index: 1;
pointer-events: none;
top: -40px;
background-color: #f7922c;
border-radius: 50%;
line-height: 1.7;
}
.page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .range-value {
background-color: #9ad1e5;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .range-value::after, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .range-value::after {
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 10px solid #f7922c;
content: "";
position: absolute;
bottom: -8px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .range-value::after {
border-top: 10px solid #9ad1e5;
}
@media only screen and (min-width: 992px) {
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .range-value::after, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .range-value::after {
display: none;
}
}
@media only screen and (min-width: 992px) {
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .range-value, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .range-value {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
top: 76%;
background-color: transparent;
line-height: 1.5;
}
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-amount, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-amount {
text-align: center;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-cost, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-cost {
text-align: right;
color: #000;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-cost.disabled, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-cost.disabled {
color: rgba(0, 0, 0, 0.24);
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-cost.material-icons::before, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-cost.material-icons::before {
content: "";
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-cost.material-icons.green, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-cost.material-icons.green {
color: #2E7D32;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-cost.material-icons.red, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-cost.material-icons.red {
color: #C62828;
}
.page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-cost::before {
content: attr(data-before);
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-cost::before {
content: attr(data-before);
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-cost.nosymbol::before, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-cost.nosymbol::before {
content: "";
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section#totals, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section#totals {
position: relative;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section#totals .calc-option .calc-optiontext, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section#totals .calc-option .calc-optiontext {
-ms-grid-column: 1;
-ms-grid-column-span: 2;
grid-column: 1/3;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section#totals .calc-option .calc-optiontext span, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section#totals .calc-option .calc-optiontext span {
font-size: 14px;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section#totals .calc-option .calc-cost, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section#totals .calc-option .calc-cost {
color: #000;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section#included .calc-option, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section#included .calc-option {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
padding: 0px 12px 0 0;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .submitcompare, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .submitcompare {
margin-top: 24px;
padding: 8px 16px;
color: #fff;
background-color: #f7922c;
border: 0px;
border-radius: 2px;
margin-left: auto;
margin-right: 0;
display: block;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
-o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
font-family: "Work Sans", sans-serif;
text-transform: uppercase;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .submitcompare:hover, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .submitcompare:hover {
-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section.tp-notselected, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section.tp-notselected {
border: 1px solid red;
}
.page-template-page-einvoice-automation #modaldesc-bg, .page-template-page-calculator #modaldesc-bg, .page-template-page-calculator #modaldesc-bg-totals, .page-template-page-einvoice-calculator #modaldesc-bg, .page-template-page-einvoice-calculator #modaldesc-bg-totals {
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 7px;
display: none;
z-index: 9;
}
.page-template-page-calculator .modaldesc, .page-template-page-einvoice-calculator .modaldesc {
position: absolute;
top: 26px;
right: 18px;
left: 18px;
z-index: 10;
display: none;
background-color: #fff;
border-radius: 8px;
}
.page-template-page-calculator .modaldesc#modaldesc-insight, .page-template-page-einvoice-calculator .modaldesc#modaldesc-insight {
top: unset;
bottom: 26px;
}
.page-template-page-calculator .modaldesc .modaldesc-top, .page-template-page-einvoice-calculator .modaldesc .modaldesc-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 24px 18px 0;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
background-color: #fff;
color: #2c3538;
}
.page-template-page-calculator .modaldesc .modaldesc-top h2, .page-template-page-einvoice-calculator .modaldesc .modaldesc-top h2 {
margin: 0;
font-size: 24px;
font-weight: 900;
font-family: "Work Sans", sans-serif;
}
.page-template-page-calculator .modaldesc .modaldesc-top .material-icons, .page-template-page-einvoice-calculator .modaldesc .modaldesc-top .material-icons {
cursor: pointer;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.page-template-page-calculator .modaldesc .modaldesc-top .material-icons:hover, .page-template-page-einvoice-calculator .modaldesc .modaldesc-top .material-icons:hover {
color: #f7922c;
text-decoration: none;
}
.page-template-page-calculator .modaldesc .modaldesc-desc, .page-template-page-einvoice-calculator .modaldesc .modaldesc-desc {
padding: 24px 18px;
}
.page-template-page-calculator .modaldesc .modaldesc-desc h5, .page-template-page-einvoice-calculator .modaldesc .modaldesc-desc h5 {
margin-top: 0px;
}
.page-template-page-calculator .modaldesc .modaldesc-desc p, .page-template-page-einvoice-calculator .modaldesc .modaldesc-desc p {
margin-top: 0px;
margin-bottom: 15px;
}
.page-template-page-calculator .modaldesc .modaldesc-desc p:last-of-type, .page-template-page-einvoice-calculator .modaldesc .modaldesc-desc p:last-of-type {
margin-top: 0px;
margin-bottom: 0px;
}
.page-template-page-calculator .modaldesc .modaldesc-desc a, .page-template-page-einvoice-calculator .modaldesc .modaldesc-desc a {
color: #f7922c;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.page-template-page-calculator .modaldesc .modaldesc-desc a:hover, .page-template-page-einvoice-calculator .modaldesc .modaldesc-desc a:hover {
color: #f7922c;
font-weight: 600;
text-decoration: none;
}
.page-template-page-calc-comparison .outerwrap {
display: -ms-grid;
display: grid;
-ms-grid-columns: 16px 32px 1fr 32px 1fr 32px 1fr 32px 1fr 32px 16px;
grid-template-columns: 16px 1fr 1fr 1fr 1fr 16px;
-webkit-column-gap: 32px;
-moz-column-gap: 32px;
column-gap: 32px;
grid-column-gap: 32px;
overflow-x: auto;
}
.page-template-page-calc-comparison .outerwrap .calculator-wrap {
width: 375px;
}
.page-template-page-calc-comparison .outerwrap .calculator-wrap .calc-section .calc-option {
-ms-grid-columns: auto 35px auto;
grid-template-columns: auto 35px auto;
}
.page-template-page-calc-comparison .outerwrap .calculator-wrap#freedom .calc-top {
background-color: #f7922c;
}
.page-template-page-calc-comparison, .page-template-page-einvoice-comparison {
font-family: "Work Sans", sans-serif;
}
.page-template-page-calc-comparison .comp-outerwrap, .page-template-page-einvoice-comparison .comp-outerwrap {
width: 100%;
display: -ms-grid;
display: grid;
-ms-grid-columns: 190px auto;
grid-template-columns: 190px auto;
}
@media only screen and (min-width: 768px) {
.page-template-page-calc-comparison .comp-outerwrap, .page-template-page-einvoice-comparison .comp-outerwrap {
-ms-grid-columns: 100%;
grid-template-columns: 100%;
}
}
.page-template-page-calc-comparison .comp-outerwrap .mobilearrow, .page-template-page-einvoice-comparison .comp-outerwrap .mobilearrow {
-ms-grid-column: 2;
-ms-grid-column-span: 1;
grid-column: 2/3;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 36px;
margin-bottom: -18px;
}
@media only screen and (min-width: 768px) {
.page-template-page-calc-comparison .comp-outerwrap .mobilearrow, .page-template-page-einvoice-comparison .comp-outerwrap .mobilearrow {
display: none;
}
}
.page-template-page-calc-comparison .comp-outerwrap .mobilearrow .material-icons, .page-template-page-einvoice-comparison .comp-outerwrap .mobilearrow .material-icons {
font-size: 2rem;
}
.page-template-page-calc-comparison .comp-outerwrap .mobilearrow .leftarrow, .page-template-page-einvoice-comparison .comp-outerwrap .mobilearrow .leftarrow {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol {
text-align: center;
display: -ms-grid;
display: grid;
-ms-grid-rows: 120px 110px 110px 110px 110px 110px 110px 55px 110px 110px 110px 110px 110px 110px 110px 110px 110px 110px 110px;
grid-template-rows: 120px repeat(6, 110px) 55px repeat(11, 110px);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 190px;
margin-top: 36px;
}
.page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol {
text-align: center;
display: -ms-grid;
display: grid;
-ms-grid-rows: 120px 140px 140px 140px 140px 140px 140px 140px 140px 140px 55px 120px 120px 120px 120px 120px 120px 120px 120px 120px 120px 120px 120px 120px 120px;
grid-template-rows: 120px repeat(9, 140px) 55px repeat(14, 120px);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 190px;
margin-top: 36px;
}
@media only screen and (min-width: 768px) {
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol, .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol {
display: none;
}
}
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol .comparisoncell, .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol .comparisoncell {
border-bottom: 2px solid #EAEAEA;
border-right: 2px solid #EAEAEA;
padding-left: 16px;
padding-right: 16px;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol .comparisoncell.totalconnection-row, .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol .comparisoncell.totalconnection-row, .page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell.totalconnection-row, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell.totalconnection-row {
background-color: #F7922C;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol .comparisoncell:last-of-type, .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol .comparisoncell:last-of-type {
border-bottom: 0px;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol .comparisoncell.coltitle, .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol .comparisoncell.coltitle {
font-size: 16px;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol .comparisoncell.coltitle span, .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol .comparisoncell.coltitle span {
margin-top: auto;
margin-bottom: 12px;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol .comparisoncell.coltitle a, .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol .comparisoncell.coltitle a {
margin-top: 0;
margin-bottom: auto;
font-size: 0.8rem;
padding: 6px 12px;
border: 1px solid #666666;
color: #666666;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol .comparisoncell.coltitle a:hover, .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol .comparisoncell.coltitle a:hover {
color: #fff;
background-color: #00aae0;
border-color: #fff;
text-decoration: none;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell, .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell {
text-align: left;
background-color: #dad9d7;
display: -ms-grid;
display: grid;
-ms-grid-columns: auto 8px auto;
grid-template-columns: auto auto;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
grid-column-gap: 8px;
-webkit-column-gap: 8px;
-moz-column-gap: 8px;
column-gap: 8px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
display: -ms-flexbox;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell.totalconnection-row, .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell.totalconnection-row {
background-color: #F7922C;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell:first-of-type, .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell:first-of-type {
background-color: transparent;
border-bottom: 0px;
border-right: 0px;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell:nth-of-type(2), .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell:nth-of-type(2) {
border-top-left-radius: 8px;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell>div, .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell>div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell>div .coltitle {
font-size: 13px;
font-weight: 400;
width: 100%;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell>div .coldesc, .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell>div .coldesc {
font-size: 12px;
font-weight: 300;
margin-top: 0px;
line-height: 1.2;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell .material-icons, .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell .material-icons {
width: auto;
cursor: pointer;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
padding: 4px;
font-size: 1rem;
margin-left: auto;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell .material-icons:hover, .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell .material-icons:hover {
color: #f7922c;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell .comp-back, .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell .comp-back {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #00aae0;
color: #fff;
border-radius: 8px;
border: 1px solid #00aae0;
padding: 13px 31px;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
font-weight: 500;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell .comp-back:hover, .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell .comp-back:hover {
background-color: transparent;
color: #00aae0;
text-decoration: none;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell .comp-back span, .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell .comp-back span {
margin-right: 16px;
font-weight: normal;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol.comparisongrouping, .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol.comparisongrouping {
display: none;
}
@media only screen and (min-width: 768px) {
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol.comparisongrouping, .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol.comparisongrouping {
display: -ms-grid;
display: grid;
-ms-grid-column: 1;
}
}
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol.comparisongrouping .comparisongroup, .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol.comparisongrouping .comparisongroup {
background-color: #DAD9D7;
width: 100%;
position: relative;
border-right: 2px solid #fff;
height: 100%;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol.comparisongrouping .comparisongroup span, .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol.comparisongrouping .comparisongroup span {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(-90deg);
-ms-transform: translate(-50%, -50%) rotate(-90deg);
transform: translate(-50%, -50%) rotate(-90deg);
white-space: nowrap;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap {
display: -ms-grid;
display: grid;
-ms-grid-columns: 190px 200px 200px 200px 200px;
grid-template-columns: 190px repeat(4, 200px);
margin: 36px 0;
overflow-x: auto;
position: relative;
}
@media only screen and (min-width: 768px) {
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap {
-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
}
@media only screen and (min-width: 992px) {
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap {
-ms-grid-columns: 36px 1fr 1fr 1fr 1fr 1fr;
grid-template-columns: 36px 1fr 1fr 1fr 1fr 1fr;
}
}
@media only screen and (min-width: 1600px) {
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap {
width: 1200px;
margin-left: auto;
margin-right: auto;
}
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol {
text-align: center;
display: -ms-grid;
display: grid;
-ms-grid-rows: 120px 110px 110px 110px 110px 110px 110px 55px 110px 110px 110px 110px 110px 110px 110px 110px 110px 110px 110px;
grid-template-rows: 120px repeat(6, 110px) 55px repeat(11, 110px);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 0px;
width: 100%;
}
.page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol {
text-align: center;
display: -ms-grid;
display: grid;
-ms-grid-rows: 120px 140px 140px 140px 140px 140px 140px 140px 140px 140px 55px 120px 120px 120px 120px 120px 120px 120px 120px 120px 120px 120px 120px 120px 120px;
grid-template-rows: 120px repeat(9, 140px) 55px repeat(14, 120px);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 0px;
width: 100%;
}
@media only screen and (min-width: 768px) {
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol {
-ms-grid-rows: 140px 130px 130px 130px 130px 130px 130px 65px 130px 130px 130px 130px 130px 130px 130px 130px 130px 130px 130px;
grid-template-rows: 140px repeat(6, 130px) 65px repeat(11, 130px);
}
.page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol {
-ms-grid-rows: 140px 130px 130px 130px 130px 130px 130px 130px 130px 130px 65px 130px 130px 130px 130px 130px 130px 130px 130px 130px 130px 130px 130px 130px 130px;
grid-template-rows: 140px repeat(9, 130px) 65px repeat(14, 130px);
}
}
@media only screen and (min-width: 992px) {
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol {
-ms-grid-rows: 140px 130px 130px 130px 130px 130px 130px 65px 130px 130px 130px 130px 130px 130px 130px 130px 130px 130px 130px;
grid-template-rows: 140px repeat(6, 130px) 65px repeat(11, 130px);
}
.page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol {
-ms-grid-rows: 140px 130px 130px 130px 130px 130px 130px 130px 130px 130px 65px 130px 130px 130px 130px 130px 130px 130px 130px 130px 130px 130px 130px 130px 130px;
grid-template-rows: 140px repeat(9, 130px) 65px repeat(14, 130px);
}
.page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap {
-ms-grid-columns: 36px 1fr 1fr 1fr 1fr 1fr;
grid-template-columns: 36px 1fr 1fr 1fr 1fr 1fr;
}
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol:nth-of-type(3), .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol:nth-of-type(3) {
border-top-left-radius: 8px;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol:last-of-type, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol:last-of-type {
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol .comparisoncell, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol .comparisoncell {
border-bottom: 2px solid #EAEAEA;
padding-left: 16px;
padding-right: 16px;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: grid;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
word-wrap: break-word;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol .comparisoncell span, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol .comparisoncell span {
display: table-cell;
vertical-align: middle;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol .comparisoncell:last-of-type, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol .comparisoncell:last-of-type {
border-bottom: 0px;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol .comparisoncell.coltitle, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol .comparisoncell.coltitle {
font-size: 16px;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol .comparisoncell.coltitle span, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol .comparisoncell.coltitle span {
margin-top: auto;
margin-bottom: 12px;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol .comparisoncell.coltitle a, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol .comparisoncell.coltitle a {
margin-top: 0;
margin-bottom: auto;
font-size: 0.8rem;
padding: 6px 12px;
border: 1px solid #BDCB64;
background-color: #BDCB64;
color: #fff;
border-radius: 8px;
font-weight: 500;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol .comparisoncell.coltitle a {
border: 1px solid #9ad1e5;
background-color: #9ad1e5;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol .comparisoncell.coltitle a:hover, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol .comparisoncell.coltitle a:hover {
color: #BDCB64;
background-color: transparent;
text-decoration: none;
}
.page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol .comparisoncell.coltitle a:hover {
color: #9ad1e5;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles {
display: none;
}
@media only screen and (min-width: 768px) {
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles {
display: -ms-grid;
display: grid;
-ms-grid-column: 2;
}
.page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles {
display: -ms-grid;
display: grid;
-ms-grid-column: 2;
}
.page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#essential {
-ms-grid-column: 3;
}
.page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#freedom {
-ms-grid-column: 4;
}
.page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#automation {
-ms-grid-column: 5;
}
.page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#connect {
-ms-grid-column: 6;
}
.page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol .comparisoncell {
max-width: 191px;
}
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell {
text-align: left;
background-color: #dad9d7;
display: table;
-ms-grid-columns: auto 8px auto;
grid-template-columns: auto auto;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
grid-column-gap: 8px;
-webkit-column-gap: 8px;
-moz-column-gap: 8px;
column-gap: 8px;
-webkit-box-pack: center;
-ms-flex-pack: justify;
justify-content: space-between;
word-wrap: break-word;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell.cel1, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell.cel1 {
text-align: left;
background-color: #dad9d7;
display: grid;
display: -ms-grid;
-ms-grid-columns: auto 8px auto;
grid-template-columns: auto auto;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
grid-column-gap: 8px;
-webkit-column-gap: 8px;
-moz-column-gap: 8px;
column-gap: 8px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: center;
word-wrap: break-word;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell:first-of-type, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell:first-of-type {
background-color: transparent;
border-bottom: 0px;
border-right: 0px;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell:nth-of-type(2), .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell:nth-of-type(2) {
border-top-left-radius: 8px;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell>div, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell>div {
display: table-cell;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
vertical-align: middle;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell>div .coltitle, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell>div .coltitle {
font-size: 13px;
font-weight: 400;
width: 100%;
display: block;
margin-bottom: 3px;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell>div .coldesc, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell>div .coldesc {
font-size: 12px;
font-weight: 300;
margin-top: 0px;
line-height: 1.2;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell .material-icons, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell .material-icons {
width: auto;
cursor: pointer;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
padding: 4px;
font-size: 1rem;
margin-left: auto;
text-align: right;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell .material-icons:hover, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell .material-icons:hover {
color: #f7922c;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell .comp-back, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell .comp-back {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #00aae0;
color: #fff;
border-radius: 8px;
border: 1px solid #00aae0;
padding: 13px 31px;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
font-weight: 500;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell .comp-back:hover, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell .comp-back:hover {
background-color: transparent;
color: #00aae0;
text-decoration: none;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell .comp-back span, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell .comp-back span {
margin-right: 16px;
font-weight: normal;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol#essential, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#essential {
background-color: #F5F6F8;
-ms-grid-column: 3;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol#freedom {
background-color: #BDCB64;
}
.page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#freedom {
background-color: #9ad1e5;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol#freedom, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#freedom {
-ms-grid-column: 4;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol#freedom .coltitle a, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#freedom .coltitle a {
background-color: #F7922C;
border: 1px solid #F7922C;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol#freedom .coltitle a:hover, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#freedom .coltitle a:hover {
color: #F7922C;
background-color: transparent;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol#connect, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#automation {
background-color: #F5F6F8;
-ms-grid-column: 5;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol#connectplus, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#connect {
background-color: #F5F6F8;
-ms-grid-column: 6;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol.comparisongrouping, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol.comparisongrouping {
display: none;
}
@media only screen and (min-width: 992px) {
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol.comparisongrouping, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol.comparisongrouping {
display: -ms-grid;
display: grid;
-ms-grid-column: 1;
}
}
@media only screen and (min-width:768px) and (max-width: 1025px) {
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles {
width: 200px;
}
}
@media only screen and (min-width:992px) and (max-width: 1080px) {
.page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol {
grid-template-rows: 120px repeat(24, 130px);
}
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol.comparisongrouping .comparisongroup, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol.comparisongrouping .comparisongroup {
background-color: #DAD9D7;
width: 100%;
position: relative;
border-right: 2px solid #eaeaea;
height: 100%;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol.comparisongrouping .comparisongroup span, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol.comparisongrouping .comparisongroup span {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(-90deg);
-ms-transform: translate(-50%, -50%) rotate(-90deg);
transform: translate(-50%, -50%) rotate(-90deg);
white-space: nowrap;
font-size: 0.8rem;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol.comparisongrouping .comparisongroup#connections {
-ms-grid-row: 4;
-ms-grid-row-span: 4;
grid-row: 4/8;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom: 2px solid #EAEAEA;
width: 36px;
}
.page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol.comparisongrouping .comparisongroup#connections {
-ms-grid-row: 7;
-ms-grid-row-span: 4;
grid-row: 7/11;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom: 2px solid #EAEAEA;
width: 36px;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol.comparisongrouping .comparisongroup#access {
-ms-grid-row: 9;
-ms-grid-row-span: 2;
grid-row: 9/11;
border-bottom: 2px solid #EAEAEA;
border-top-left-radius: 8px;
}
.page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol.comparisongrouping .comparisongroup#access {
-ms-grid-row: 12;
-ms-grid-row-span: 3;
grid-row: 12/15;
border-bottom: 2px solid #EAEAEA;
border-top-left-radius: 8px;
}
.page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol.comparisongrouping .comparisongroup#additional {
-ms-grid-row: 15;
-ms-grid-row-span: 2;
grid-row: 15/17;
border-bottom: 2px solid #EAEAEA;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol.comparisongrouping .comparisongroup#support {
-ms-grid-row: 11;
-ms-grid-row-span: 8;
grid-row: 11/18;
border-bottom: 2px solid #EAEAEA;
}
.page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol.comparisongrouping .comparisongroup#support {
-ms-grid-row: 17;
-ms-grid-row-span: 7;
grid-row: 17/24;
border-bottom: 2px solid #EAEAEA;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol.comparisongrouping .comparisongroup#analyse {
-ms-grid-row: 18;
-ms-grid-row-span: 2;
grid-row: 18/20;
border-bottom-left-radius: 8px;
}
.page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol.comparisongrouping .comparisongroup#analyse {
-ms-grid-row: 24;
-ms-grid-row-span: 2;
grid-row: 24/26;
border-bottom-left-radius: 8px;
}
.page-template-page-calc-comparison .modaldesc, .page-template-page-einvoice-comparison .modaldesc {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.54);
z-index: 9999999999;
display: none;
}
.page-template-page-calc-comparison .modaldesc .modaldesc-container, .page-template-page-einvoice-comparison .modaldesc .modaldesc-container {
position: fixed;
top: 50%;
left: 50%;
width: 75%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: #fff;
border-radius: 8px;
-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.page-template-page-calc-comparison .modaldesc .modaldesc-container .modaldesc-top, .page-template-page-einvoice-comparison .modaldesc .modaldesc-container .modaldesc-top {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: auto auto;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 36px 18px 0;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
background-color: #fff;
color: #2c3538;
}
.page-template-page-calc-comparison .modaldesc .modaldesc-container .modaldesc-top h2, .page-template-page-einvoice-comparison .modaldesc .modaldesc-container .modaldesc-top h2 {
margin: 0;
font-size: 24px;
font-weight: 900;
font-family: "Work Sans", sans-serif;
}
.page-template-page-calc-comparison .modaldesc .modaldesc-container .modaldesc-top .material-icons, .page-template-page-einvoice-comparison .modaldesc .modaldesc-container .modaldesc-top .material-icons {
cursor: pointer;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-ms-grid-column: 2;
text-align: right;
}
.page-template-page-calc-comparison .modaldesc .modaldesc-container .modaldesc-top .material-icons:hover, .page-template-page-einvoice-comparison .modaldesc .modaldesc-container .modaldesc-top .material-icons:hover {
color: #f7922c;
;
text-decoration: none;
}
.page-template-page-calc-comparison .modaldesc .modaldesc-container .modaldesc-desc, .page-template-page-einvoice-comparison .modaldesc .modaldesc-container .modaldesc-desc {
padding: 0px 18px 36px;
}
.page-template-page-calc-comparison .modaldesc .modaldesc-container .modaldesc-desc a, .page-template-page-einvoice-comparison .modaldesc .modaldesc-container .modaldesc-desc a {
color: #f7922c;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.page-template-page-calc-comparison .modaldesc .modaldesc-container .modaldesc-desc a:hover, .page-template-page-einvoice-comparison .modaldesc .modaldesc-container .modaldesc-desc a:hover {
color: #f7922c;
text-decoration: none;
font-weight: 600;
}
#post-85499, #post-86174 {
display: none;
}
.page-id-45653 .panel {
border: 1px solid #eaeaea;
padding: 0 12px;
}
.overlay.overlay-search .search-container .search-container-inner i {
cursor: pointer;
}
.overlay.overlay-search .search-container .search-container-inner i:hover {
color: #00aae0;
}
#instant-edi .uncont, #essential-edi .uncont, #freedom-edi .uncont, #connect-edi .uncont, #connectplus-edi .uncont {
height: 100% !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
}
#essential-edi .uncont .btn-container, #freedom-edi .uncont .btn-container, #connect-edi .uncont .btn-container, #connectplus-edi .uncont .btn-container {
margin-top: auto;
margin-bottom: 0px;
}
#instant-edi .vc_custom_heading_wrap, #essential-edi .vc_custom_heading_wrap, #freedom-edi .vc_custom_heading_wrap, #connect-edi .vc_custom_heading_wrap, #connectplus-edi .vc_custom_heading_wrap {
margin-top: 15px;
}
.page-id-83809 #essential-edi .uncont .btn-container, .page-id-83809 #freedom-edi .uncont .btn-container, .page-id-83809 #connect-edi .uncont .btn-container, .page-id-83809 #connectplus-edi .uncont .btn-container {
margin-top: 1px;
margin-bottom: 1px;
}
#footer-tablet-layout .row-inner .row-inner {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
margin-bottom: 24px;
}
#footer-tablet-layout .row-inner .row-inner>.col-lg-6:last-of-type {
padding-top: 0px;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol:last-of-type .comparisoncell:last-of-type, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol:last-of-type .comparisoncell:last-of-type {
border-bottom-right-radius: 8px;
}
#pdfdownload, #pdfdownload-post, #pdfdownload-mob, #pdfdownload-post-mob {
margin-left: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
fill: #fff;
background-color: #F7922C;
padding: 8px 16px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
-webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
-o-transition: all .3s cubic-bezier(.25, .8, .25, 1);
transition: all .3s cubic-bezier(.25, .8, .25, 1);
border-radius: 8px;
cursor: pointer; }
#pdfdownload:hover, #pdfdownload-post:hover, #pdfdownload-mob:hover, #pdfdownload-post-mob:hover {
-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
text-decoration: none;
}
#pdfdownload>span, #pdfdownload-post>span, #pdfdownload-mob>span, #pdfdownload-post-mob>span {
margin-right: 8px;
}
.comp-message {
margin-bottom: 36px;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
display: block;
}
.nf-field-container .field-wrap>div input[type="checkbox"], .nf-field-container .field-wrap>div input[type="radio"] {
width: 20px;
height: 20px;
}
.field-wrap.checkbox-wrap {
width: 100%;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.field-wrap.checkbox-wrap .nf-field-description {
margin-top: 8px;
}
.field-wrap.checkbox-wrap .nf-field-description p {
margin-left: 40px;
}
.field-wrap input[type="submit"] {
background-color: #00aae0;
color: #fff;
border: 0px;
text-transform: uppercase;
margin-top: 24px;
}
#nf-form-5-cont .field-wrap input[type="button"] {
background-color: #f7922c;
}
.uncode-info-box .uncode-ib-avatar img {
display: none;
}
#mc_embed_signup {
padding: 8px 24px 24px;
border-radius: 8px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
-webkit-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
-o-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
font-family: 'Work Sans' !important;
}
#mc_embed_signup #mc-embedded-subscribe-form .indicates-required {
margin-bottom: 2px;
}
#mc-embedded-subscribe-form .content__gdpr p {
font-size: 12px;
}
#mc-embedded-subscribe-form .mc_fieldset.gdprRequired {
width: 100%;
margin: 0;
padding-left: 0;
margin-top: 12px;
}
#mc_embed_signup form#mc-embedded-subscribe-form {
padding: 0px;
}
#mc_embed_signup #mc-embedded-subscribe-form .button {
font-weight: 700;
font-family: 'Work Sans';
color: #fff;
background-color: #f7922c;
border: 1px solid #f7922c;
border-radius: 8px;
text-transform: uppercase;
height: auto;
padding: 13px 31px;
line-height: normal;
font-size: 12px;
font-style: normal !important;
text-align: center;
vertical-align: middle;
margin: 12px 1px 0;
cursor: pointer;
background-image: none;
border-style: solid;
border-radius: 2px;
outline: none;
white-space: pre-wrap;
-webkit-text-stroke: 0px;
-webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
-o-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
}
#mc_embed_signup #mc-embedded-subscribe-form .button:hover {
color: #f7922c;
background-color: transparent;
}
#mc_embed_signup #mc-embedded-subscribe-form .mc-field-group {
width: 100%;
}
#mc_embed_signup #mc-embedded-subscribe-form .indicates-required {
margin-right: 0px;
}
.landingpage-list ul>span>li {
margin-bottom: 12px;
}
#mc_embed_signup #mc-embedded-subscribe-form .asterisk {
font-size: 100%;
color: #f7922c;
top: 0px;
}
.main-container .row-container .row-parent .single-internal-gutter#simplehuman-topmargin .uncont>* {
margin-top: 0px;
}
.main-container .row-container .row-parent .single-internal-gutter#simplehuman-topmargin .uncont #simplehuman-video {
margin-bottom: 32px;
}
.post-wrapper .post-share {
border-bottom: 0px;
}
.nf-field-element a {
color: #00aae0;
}
.nf-form-fields-required {
text-align: right;
}
.field-wrap .nf-field-label label {
font-weight: 400;
font-family: 'Work Sans', sans-serif;
}
#nf-form-5-cont .nf-mp-body nf-fields-wrap nf-field:first-of-type, #nf-form-5-cont .nf-mp-body nf-fields-wrap nf-field:nth-of-type(2), #nf-form-5-cont .nf-mp-body nf-rows-wrap .nf-row:first-of-type, #nf-form-5-cont .nf-mp-body nf-rows-wrap .nf-row:nth-of-type(2) {
display: none;
}
#nf-form-34-cont .nf-form-fields-required {
display: none;
}
#nf-form-34-cont .nf-mp-body>nf-fields-wrap {
display: -ms-grid;
display: grid;
grid-column-gap: 18px;
-ms-grid-columns: auto 18px 200px;
grid-template-columns: auto 200px;
margin-top: 16px;
}
@media screen and (max-width: 600px) {
#nf-form-34-cont .nf-mp-body>nf-fields-wrap {
display: -ms-grid;
display: grid;
grid-column-gap: 0;
grid-row-gap: 18px;
-ms-grid-columns: auto;
grid-template-columns: auto;
-ms-grid-rows: 1fr 18px 1fr;
grid-template-rows: 1fr 1fr;
margin-top: 0;
}
#nf-form-34-cont .nf-mp-body>nf-fields-wrap>*:nth-child(1) {
-ms-grid-row: 1;
-ms-grid-column: 1;
}
#nf-form-34-cont .nf-mp-body>nf-fields-wrap>*:nth-child(2) {
-ms-grid-row: 3;
-ms-grid-column: 1;
}
}
#nf-form-34-cont .nf-mp-body #nf-field-400-container, #nf-form-34-cont .nf-mp-body #nf-field-399-container {
margin-bottom: 0px;
}
#nf-form-34-cont .nf-mp-body #nf-field-399 {
margin-top: 0px;
}
#nf-form-34-cont .nf-mp-body #nf-field-399:hover {
background-color: #009dd3;
}
#nf-form-34-cont #nf-form-errors-34 {
display: none;
}
#nf-form-34-cont #nf-field-400 {
height: 40px;
}
#nf-form-34-cont .nf-form-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
}
#nf-form-34-cont .nf-form-wrap .nf-debug-msg {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
#nf-form-34-cont .nf-form-wrap .nf-before-form {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
#nf-form-34-cont .nf-form-wrap .nf-form-layout {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
#nf-form-34-cont .nf-form-wrap .nf-form-layout #nf-field-4810-container {
margin-bottom: 0px;
}
#nf-form-34-cont .nf-form-wrap .nf-after-form {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
#nf-form-34-cont .nf-form-wrap .nf-response-msg {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
#nf-form-34-cont .nf-form-wrap .nf-response-msg>p {
color: #fff;
margin-top: 8px;
}
#nf-form-1-cont .label-right .nf-field-description {
margin-right: 0px;
}
#nf-form-1-cont .label-right .nf-field-description>p {
font-size: 0.8rem;
font-weight: normal;
margin-left: 32px;
}
#nf-field-4595_2-wrap .nf-field-label, #nf-field-4679_2-wrap .nf-field-label {
width: auto;
}
.covid19>a {
color: #FC5538 !important;
font-weight: 600;
}
.covid19>a:hover {
color: #c92205 !important;
}
.terms-scroll>.nf-field>.field-wrap>.nf-field-element>.terms-scroll-inner {
height: 200px;
overflow: auto;
border: 1px solid #eaeaea;
-webkit-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
font-size: 14px;
line-height: initial;
border-radius: 2px;
padding: 10px 15px;
background-color: #fff;
}
.page-template-page-payment-gateway .terms-scroll>.nf-field>.field-wrap>.nf-field-element>.terms-scroll-inner {
background-color: #fff;
}
.terms-scroll>.nf-field>.field-wrap>.nf-field-element>div:first-of-type {
margin-bottom: 10px;
margin-top: 10px;
}
.terms-scroll>.nf-field>.field-wrap>.nf-field-element>.terms-scroll-inner p {
font-weight: 400;
}
form p {
font-weight: 400;
}  @media screen and (max-width: 991px) {
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell:last-of-type {
border-bottom-left-radius: 8px;
}
}
@media screen and (max-width: 569px) {
.page-id-83809 #bundle-freedom-btn {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
@media screen and (min-width: 571px) and (max-width: 959px) {
.home .main-container .row .col-lg-12 .uncol.style-light.shift_y_neg_quad.shift_y_fixed {
margin-top: 0px !important;
}
}
@media screen and (min-width: 320px) and (max-width: 400px) {
#page-header {
display: table-row;
width: 100%;
}
.single-block-padding {
padding: 36px 15px 36px 15px;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol, .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol {
width: 178px;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol .comparisoncell, .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol .comparisoncell {
padding-left: 8px;
padding-right: 8px;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell>div .coltitle, .page-template-page-calc-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell>div .colde, .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell>div .coltitle, .page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol#titles .comparisoncell>div .coldesc {
font-size: 12px;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap {
grid-template-columns: 130px repeat(4, 130px);
}
.page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol {
grid-template-rows: 120px repeat(9, 110px) 55px repeat(14, 110px);
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol {
grid-template-rows: 120px repeat(6, 110px) 55px repeat(11, 110px);
}
.page-template-page-calc-comparison .comp-outerwrap, .page-template-page-einvoice-comparison .comp-outerwrap {
grid-template-columns: 178px auto;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol .comparisoncell span, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol .comparisoncell span {
font-size: 12px;
}
.page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option {
grid-template-columns: auto 106px 49px;
}
}
@media screen and (min-width: 401px) and (max-width: 450px) {
.page-template-page-einvoice-comparison .comp-outerwrap {
grid-template-columns: 200px auto;
}
.page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol {
grid-template-rows: 120px repeat(9, 140px) 55px repeat(14, 120px);
width: 170px;
}
.page-template-page-einvoice-comparison .comp-outerwrap .comparisoncol .comparisoncell {
padding-left: 10px;
padding-right: 10px;
}
.page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap {
grid-template-columns: 170px repeat(4, 200px);
}
.page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol .comparisoncell {
padding-left: 12px;
padding-right: 12px;
}
}
@media screen and (min-width: 414px) and (max-width: 450px) {
.pg-progressbar-wrap {
display: flex !important;
}
.pg-progressbar-wrap .pg-line, .pg-progressbar-wrap .pg-line-start, .pg-progressbar-wrap .pg-line-end {
width: 21% !important;
}
}
@media screen and (max-width: 640px) {
.pg-progressbar-blog .pg-progressbar-wrap {
grid-template-columns: 50px 1fr 40px 1fr 40px 1fr 40px 1fr 50px;
}
.pg-progressbar-blog .pg-progressbar-wrap .pg-start, .pg-progressbar-blog .pg-progressbar-wrap .pg-end {
font-size: 12px;
}
.pg-progressbar-blog .single-h-padding {
padding-left: 20px !important;
padding-right: 20px !important;
}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
#tp-template-contact .uncont {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 16px 1fr 16px 1fr;
grid-template-columns: 1fr 1fr 1fr;
-ms-grid-rows: auto 4px auto 4px auto 4px auto;
grid-template-rows: auto auto auto auto;
grid-column-gap: 16px;
grid-row-gap: 4px;
}
#tp-template-contact .uncont>*:nth-child(1) {
-ms-grid-row: 1;
-ms-grid-column: 1;
}
#tp-template-contact .uncont>*:nth-child(2) {
-ms-grid-row: 1;
-ms-grid-column: 3;
}
#tp-template-contact .uncont>*:nth-child(3) {
-ms-grid-row: 1;
-ms-grid-column: 5;
}
#tp-template-contact .uncont>*:nth-child(4) {
-ms-grid-row: 3;
-ms-grid-column: 1;
}
#tp-template-contact .uncont>*:nth-child(5) {
-ms-grid-row: 3;
-ms-grid-column: 3;
}
#tp-template-contact .uncont>*:nth-child(6) {
-ms-grid-row: 3;
-ms-grid-column: 5;
}
#tp-template-contact .uncont>*:nth-child(7) {
-ms-grid-row: 5;
-ms-grid-column: 1;
}
#tp-template-contact .uncont>*:nth-child(8) {
-ms-grid-row: 5;
-ms-grid-column: 3;
}
#tp-template-contact .uncont>*:nth-child(9) {
-ms-grid-row: 5;
-ms-grid-column: 5;
}
#tp-template-contact .uncont>*:nth-child(10) {
-ms-grid-row: 7;
-ms-grid-column: 1;
}
#tp-template-contact .uncont>*:nth-child(11) {
-ms-grid-row: 7;
-ms-grid-column: 3;
}
#tp-template-contact .uncont>*:nth-child(12) {
-ms-grid-row: 7;
-ms-grid-column: 5;
}
#tp-template-contact .uncont>div:first-of-type {
-ms-grid-column: 1;
-ms-grid-column-span: 3;
grid-column: 1/4;
-ms-grid-row: 1;
-ms-grid-row-span: 1;
grid-row: 1/2;
}
#tp-template-contact .uncont>div:nth-of-type(2) {
-ms-grid-column: 1;
-ms-grid-column-span: 3;
grid-column: 1/4;
-ms-grid-row: 2;
-ms-grid-row-span: 1;
grid-row: 2/3;
margin-bottom: 16px;
}
#tp-template-contact .uncont>div:nth-of-type(4) {
-ms-grid-column: 1;
-ms-grid-column-span: 1;
grid-column: 1/2;
-ms-grid-row: 3;
-ms-grid-row-span: 1;
grid-row: 4/4;
}
#tp-template-contact .uncont>div:nth-of-type(5) {
-ms-grid-column: 1;
-ms-grid-column-span: 1;
grid-column: 1/2;
-ms-grid-row: 4;
-ms-grid-row-span: 1;
grid-row: 5/5;
}
#tp-template-contact .uncont>div:nth-of-type(7) {
-ms-grid-column: 2;
-ms-grid-column-span: 1;
grid-column: 2/3;
-ms-grid-row: 3;
-ms-grid-row-span: 1;
grid-row: 4/4;
}
#tp-template-contact .uncont>div:nth-of-type(8) {
-ms-grid-column: 2;
-ms-grid-column-span: 1;
grid-column: 2/3;
-ms-grid-row: 4;
-ms-grid-row-span: 1;
grid-row: 5/5;
}
#tp-template-contact .uncont>div:nth-of-type(10) {
-ms-grid-column: 3;
-ms-grid-column-span: 1;
grid-column: 3/4;
-ms-grid-row: 3;
-ms-grid-row-span: 1;
grid-row: 4/4;
}
#tp-template-contact .uncont>div:nth-of-type(11) {
-ms-grid-column: 3;
-ms-grid-column-span: 1;
grid-column: 3/4;
-ms-grid-row: 4;
-ms-grid-row-span: 1;
grid-row: 5/5;
}
#tp-template-contact .uncont .empty-space, #tp-template-contact .uncont .separator-break {
display: none;
}
}
#tp-template-contact .uncont .empty-space {
display: inherit;
}
@media screen and (min-width: 960px) and (max-width: 1050px) {
.page-id-83809 #Ediessential .vc_custom_heading_wrap .fontsize-155944, .page-id-83809 #Edifreedom .vc_custom_heading_wrap .fontsize-155944, .page-id-83809 #connect .vc_custom_heading_wrap .fontsize-155944, .page-id-83809 #connectplus .vc_custom_heading_wrap .fontsize-155944 {
font-size: 40px;
}
}
@media screen and (min-width: 960px) and (max-width: 1050px) {
.page-id-93817 #eInvoiceFreedom .uncoltable .fontsize-155944, .page-id-93817 #eInvoiceEssential .uncoltable .fontsize-155944, .page-id-93817 #eInvoiceConnect .uncoltable .fontsize-155944, .page-id-93817 #eInvoiceConnectPlus .uncoltable .fontsize-155944 {
font-size: 40px;
}
}
@media screen and (min-width: 709px) and (max-width: 768px) {
.page-id-83809 #Ediessential .icon-box-content h4, .page-id-83809 #Edifreedom .icon-box-content h3, .page-id-83809 #connect .icon-box-content h3, .page-id-83809 #connectplus .icon-box-content h3 {
font-size: 21px;
}
}
@media screen and (min-width: 793px) and (max-width: 828px) {
.page-id-83809 #Ediessential .vc_custom_heading_wrap .h5 span, .page-id-83809 #Edifreedom .vc_custom_heading_wrap .h5 span, .page-id-83809 #connect .vc_custom_heading_wrap .h5 span, .page-id-83809 #connectplus .vc_custom_heading_wrap .h5 span {
word-break: break-word;
}
}
@media screen and (min-width: 960px) and (max-width: 1033px) {
.page-id-83809 #Ediessential .icon-box-content h3, .page-id-83809 #Edifreedom .icon-box-content h3, .page-id-83809 #connect .icon-box-content h3, .page-id-83809 #connectplus .icon-box-content h3 {
font-size: 26px;
}
}
@media screen and (min-width: 960px) and (max-width: 985px) {
.home .homedesktopcols .wpb_column .icon-box-top .icon-box-content h3 {
padding: 0 9px;
}
.home .homedesktopcols .wpb_column .row-internal .row-inner {
height: 160px !important;
}
}
@media screen and (min-width: 986px) {
.home .homedesktopcols .wpb_column .row-internal .row-inner {
height: 150px !important;
}
}
@media screen and (min-width: 500px) {
.page-template-page-calculator .calcouter, .page-template-page-einvoice-calculator .calcouter {
padding-left: 36px;
padding-right: 36px;
}
}
@media screen and (max-width: 500px) {
.page-template-page-calculator .calcouter, .page-template-page-einvoice-calculator .calcouter {
padding-left: 2px;
padding-right: 2px;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section {
padding: 26px 8px;
max-width: 100vw;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-top, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-top {
padding: 36px 8px 0px;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option {
-ms-grid-columns: auto 100px 49px;
grid-template-columns: auto 100px 49px;
}
}
@supports (-ms-ime-align:auto) {
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input {
-webkit-appearance: slider-horizontal !important;
outline: auto !important;
background-color: transparent !important;
height: auto;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-ms-track, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-ms-track {
width: 125px;
height: 5px; background: transparent; border-color: transparent;
border-width: 6px 0; color: transparent;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-ms-fill-lower, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-ms-fill-lower {
background: #777;
border-radius: 10px;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-ms-fill-upper, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-ms-fill-upper {
background: #ddd;
border-radius: 10px;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-ms-thumb, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-ms-thumb {
-webkit-appearance: none !important;
width: 16px;
height: 16px;
border-radius: 50%;
background: #f7922c !important;
cursor: pointer;
-webkit-transition: background 0.15s ease-in-out;
-ms-transition: background 0.15s ease-in-out;
transition: background 0.15s ease-in-out;
z-index: 9999;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input:focus::-ms-thumb, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input:focus::-ms-thumb {
appearance: none;
border: none;
-webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #f7922c;
box-shadow: 0 0 0 2px #fff, 0 0 0 3px #f7922c;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input:focus::-ms-fill-lower, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input:focus::-ms-fill-lower {
background: #888;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input:focus::-ms-fill-upper, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input:focus::-ms-fill-upper {
background: #ccc;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .range-value, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .range-value {
top: -25px;
}
}  .roi-outer {
background-color: #fff;
border-radius: 8px;
text-align: left;
max-width: 450px;
margin-left: auto;
margin-right: auto;
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.roi-outer>.roi-top {
padding: 36px 24px 12px;
}
.roi-outer>.roi-top>.roi-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 0 0 24px;
}
.roi-outer>.roi-top>.roi-header>h3 {
font-size: 24px;
color: #2c3538;
font-weight: 900;
margin: 0;
margin-right: 5px;
}
.roi-outer>.roi-top>.roi-header>#roi-help {
color: #2c3538;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.roi-outer>.roi-top>.roi-header>#roi-help:hover {
color: #F7922C;
cursor: pointer;
text-decoration: none;
}
.roi-outer>#roi-help-modal {
display: none;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
padding: 36px 24px;
border-radius: 8px;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
max-width: 550px;
margin-left: auto;
margin-right: auto;
}
.roi-outer>#roi-help-modal>div {
background-color: #fff;
border-radius: 8px;
padding: 36px 24px;
}
@media screen and (max-width: 360px) {
.roi-outer>#roi-help-modal>div {
padding: 36px 16px;
}
.roi-outer>#roi-help-modal>div>.modal-header>h4 {
font-size: 22px;
}
}
.roi-outer>#roi-help-modal>div>.modal-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 0 0 18px;
}
.roi-outer>#roi-help-modal>div>.modal-header>h4 {
margin: 0;
font-size: 24px;
color: #2c3538;
font-weight: 900;
}
.roi-outer>#roi-help-modal>div>.modal-header>#modal-close {
color: #2c3538;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.roi-outer>#roi-help-modal>div>.modal-header>#modal-close:hover {
color: #F7922C;
cursor: pointer;
text-decoration: none;
}
.roi-outer .roi-input-wrap {
margin-bottom: 24px;
}
.roi-outer .roi-input-wrap>label {
font-size: 15px;
line-height: 1.4;
}
.roi-outer .roi-input-wrap>input {
width: 100%;
border-color: #EAEAEA;
border-radius: 2px;
}
.roi-outer>.roi-bottom {
background-color: #ECECEB;
padding: 36px 24px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
.roi-outer>.roi-bottom>.roi-recommended {
padding: 24px;
background-color: #BDCB64;
margin-top: 12px;
margin-bottom: 36px;
border-radius: 8px;
float: left;
width: 100%;
}
.roi-outer>.roi-bottom>.roi-recommended>#roi-rec-title {
margin-top: 0px;
font-weight: 700;
float: left;
width: 100%;
margin-bottom: 16px;
}
.roi-outer>.roi-bottom>.roi-recommended>.roi-rec-cost {
font-weight: 600;
float: left;
width: 100%;
margin-bottom: 8px;
}
.roi-outer>.roi-bottom>.roi-recommended>.roi-rec-roi {
font-weight: 600;
float: left;
width: 100%;
margin-bottom: 16px;
}
.roi-outer>.roi-bottom>.roi-recommended>#roi-rec-link {
float: left;
width: 100%;
background-color: #F7922C;
color: #fff;
padding: 12px 24px;
border-radius: 8px;
text-transform: uppercase;
font-weight: 700;
font-size: 12px;
text-align: center;
border: 1px solid #F7922C;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.roi-outer>.roi-bottom>.roi-recommended>#roi-rec-link:hover {
background-color: transparent;
color: #F7922C;
text-decoration: none;
}
.roi-outer>.roi-bottom>.smallprint {
font-size: 10px;
}
.main-container .row-container .row-parent .double-internal-gutter .uncont>.why-transalis-carousel {
margin-top: 36px;
}
.main-container .row-container .row-parent .double-internal-gutter .uncont>.why-transalis-carousel>.owl-carousel-container.carousel-inner-padding .owl-carousel {
padding-left: 0px !important;
margin-left: 0px !important;
}
.main-container .row-container .row-parent .double-internal-gutter .uncont>.why-transalis-carousel>.owl-carousel-container.carousel-inner-padding .owl-carousel .owl-stage-outer {
padding-bottom: 16px;
}
.main-container .row-container .row-parent .double-internal-gutter .uncont>.why-transalis-carousel>.owl-carousel-container.carousel-inner-padding .owl-carousel .owl-stage-outer .owl-stage .owl-item .tmb {
padding-right: 18px !important;
padding-left: 18px !important;
}
video.background-video-shortcode#video-91662-1_html5 {
-o-object-position: 80% 50%;
object-position: 80% 50%;
}  #nf-form-867-cont .nf-field-container {
margin-bottom: 18px;
}
#nf-form-867-cont .nf-multi-cell .nf-row:last-of-type .nf-field-container {
margin-bottom: 0;
}
#nf-form-867-cont .nf-multi-cell .nf-row>nf-cells>.nf-cell:first-of-type {
padding: 0 9px 0 0;
}
#nf-form-867-cont .nf-multi-cell .nf-row>nf-cells>.nf-cell:last-of-type {
padding: 0 0 0 9px;
}
#nf-form-867-cont .nf-multi-cell .nf-row:last-of-type>nf-cells>.nf-cell {
padding: 0;
}
#nf-form-867-cont #nf-field-4997 {
margin-top: 0;
}
#nf-form-867-cont .nf-form-fields-required {
display: none;
}
@media screen and (max-width: 600px) {
#nf-form-867-cont .nf-multi-cell .nf-row>nf-cells>.nf-cell:first-of-type, #nf-form-867-cont .nf-multi-cell .nf-row>nf-cells>.nf-cell:last-of-type {
padding: 0;
}
}  @media screen and (max-width: 962px) {
#home-4thslide>.row-background>.background-wrapper>.background-inner {
background-position: right 35% top !important;
}
}  .gdpr-privacy-bar {
z-index: 9999999999 !important;
}
html body.home #LeadboosterContainer {
z-index: 999 !important;
}  #nf-form-874-cont .nf-form-fields-required,
#nf-form-924-cont .nf-form-fields-required,
#nf-form-939-cont .nf-form-fields-required {
margin: 18px 0;
}
.paymentgateway-container>.row-child>.row-inner>.wpb_column>.uncol>.uncoltable>.uncell {
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#nf-form-874-cont ul.nf-next-previous li>input,
#nf-form-924-cont ul.nf-next-previous li>input,
#nf-form-939-cont ul.nf-next-previous li>input {
background-color: #f7922c;
border: 1px solid #f7922c;
text-transform: uppercase;
font-weight: 700 !important;
font-family: 'Work Sans' !important;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
border-radius: 2px;
padding: 13px 31px;
}
#nf-form-874-cont ul.nf-next-previous li>input:hover,
#nf-form-924-cont ul.nf-next-previous li>input:hover,
#nf-form-939-cont ul.nf-next-previous li>input:hover {
background-color: transparent;
}
#nf-field-5042 {
margin-top: 9px;
background-color: #00aae0;
border: 1px solid #00aae0;
text-transform: uppercase;
font-weight: 700 !important;
font-family: 'Work Sans' !important;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
border-radius: 2px;
padding: 13px 31px;
}
#nf-field-5042:hover {
background-color: transparent;
}
.pg-progressbar-wrap {
display: grid;
-ms-grid-columns: 66px 1fr 40px 1fr 40px 1fr 40px 1fr 66px;
grid-template-columns: 66px 1fr 40px 1fr 40px 1fr 40px 1fr 66px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media screen and (min-width: 768px) {
.pg-progressbar-wrap {
-ms-grid-columns: 80px 1fr 80px 1fr 80px 1fr 80px 1fr 66px;
grid-template-columns: 80px 1fr auto 1fr auto 1fr auto 1fr 66px;
}
}
@media screen and (min-width: 992px) {
.pg-progressbar-wrap {
-ms-grid-columns: 120px 1fr 100px 1fr 100px 1fr 100px 1fr 80px;
grid-template-columns: 120px 1fr 100px 1fr 100px 1fr 100px 1fr 80px;
}
}
@media screen and (min-width: 1200px) {
.pg-progressbar-wrap {
-ms-grid-columns: 140px 1fr 100px 1fr 100px 1fr 100px 1fr 100px;
grid-template-columns: 140px 1fr 100px 1fr 100px 1fr 100px 1fr 100px;
}
.pg-progressbar-blog .pg-progressbar-wrap {
-ms-grid-columns: 100px 1fr 100px 1fr 100px 1fr 100px 1fr 100px;
grid-template-columns: 100px 1fr 100px 1fr 100px 1fr 100px 1fr 100px;
}
}
.pg-progressbar-wrap .pg-start, .pg-progressbar-wrap .pg-end {
color: #fff;
font-weight: 700;
font-size: 14px;
background-color: #455357;
}
@media screen and (min-width: 768px) {
.pg-progressbar-wrap .pg-start, .pg-progressbar-wrap .pg-end {
font-size: 16px;
}
}
@media screen and (min-width: 1200px) {
.pg-progressbar-wrap .pg-start, .pg-progressbar-wrap .pg-end {
font-size: 20px;
}
}
.pg-progressbar-wrap .pg-start {
padding-right: 6px;
width: 100%;
display: block;
text-align: right;
}
.pg-progressbar-wrap .pg-end {
padding-left: 6px;
width: 100%;
display: block;
text-align: left;
}
.pg-progressbar-wrap .pg-line, .pg-progressbar-wrap .pg-line-start, .pg-progressbar-wrap .pg-line-end {
height: 1px;
width: 100%;
background-color: #bdcb64;
position: relative;
}
.pg-progressbar-wrap .pg-line-start:before, .pg-progressbar-wrap .pg-line-end:after {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #bdcb64;
content: '';
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.pg-progressbar-wrap .pg-line-start:before {
left: 0px;
}
.pg-progressbar-wrap .pg-line-end:after {
right: 0;
}
.pg-progressbar-wrap .pg-stage {
height: 38px;
width: 40px;
position: relative;
}
@media screen and (min-width: 768px) {
.pg-progressbar-wrap .pg-stage {
height: 78px;
width: 80px;
}
}
@media screen and (min-width: 992px) {
.pg-progressbar-wrap .pg-stage {
height: 98px;
width: 100px;
}
}
.pg-progressbar-wrap .pg-stage>.pg-stage-circle {
background-color: #bdcb64;
color: #fff;
border: 2px solid #bdcb64;
border-radius: 50%;
height: 40px;
width: 40px;
position: relative;
z-index: 9;
}
@media screen and (min-width: 768px) {
.pg-progressbar-wrap .pg-stage>.pg-stage-circle {
height: 80px;
width: 80px;
}
}
@media screen and (min-width: 992px) {
.pg-progressbar-wrap .pg-stage>.pg-stage-circle {
height: 100px;
width: 100px;
}
}
.pg-progressbar-wrap .pg-stage>.pg-stage-circle>span {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 28px;
}
@media screen and (min-width: 1200px) {
.pg-progressbar-wrap .pg-stage>.pg-stage-circle>span {
font-size: 50px;
}
}
.pg-progressbar-wrap .pg-stage .pg-stage-content {
margin: 0 0 6px;
position: absolute;
top: 120%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 75px;
}
@media screen and (min-width: 768px) {
.pg-progressbar-wrap .pg-stage .pg-stage-content {
width: 125px;
}
}
.pg-progressbar-wrap .pg-stage .pg-stage-content>.pg-stage-header {
margin-top: 0px;
color: #fff;
font-size: 12px;
text-align: center;
font-weight: 600;
}
@media screen and (min-width: 768px) {
.pg-progressbar-wrap .pg-stage .pg-stage-content>.pg-stage-header {
font-size: 16px;
}
}
.pg-progressbar-wrap .pg-stage .pg-stage-content>.pg-stage-subheader {
margin-top: 4px;
color: #fff;
font-size: 10px;
text-align: center;
font-weight: 400;
}
@media screen and (min-width: 768px) {
.pg-progressbar-wrap .pg-stage .pg-stage-content>.pg-stage-subheader {
font-size: 14px;
}
}
#nf-field-5063-wrap, #nf-field-5073-wrap, #nf-field-5415-wrap {
position: relative;
}
.autocomplete-items {
position: absolute;
border: 1px solid #00aae0;
border-bottom: none;
border-top: none;
z-index: 99; top: 100%;
left: 0;
right: 0;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
.autocomplete-items div {
padding: 10px;
cursor: pointer;
background-color: #fff;
border-bottom: 1px solid #d4d4d4;
color: #2c3538;
}
.autocomplete-items div:last-of-type {
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom: 1px solid #00aae0;
}
.autocomplete-items div:hover { background-color: #ececeb;
}
.autocomplete-items div>strong {
color: #f7922c;
}
.autocomplete-active { background-color: #f7922c !important;
color: #ffffff !important;
}
.pg-bottomcontact {
margin-top: 8px !important;
}
.pg-invoiceform br {
display: none;
}
.pg-message {
position: fixed;
bottom: 0;
left: 0;
right: 0;
padding: 16px 0;
z-index: 999999;
}
.pg-message.success {
background-color: #bdcb64;
}
.pg-message.error {
background-color: #F7922C;
}
.pg-message .container {
padding-left: 16px;
padding-right: 16px;
width: 100%;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.pg-message .container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.pg-message .container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.pg-message .container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.pg-message .container {
max-width: 1140px;
}
}
.pg-message .container .pg-message-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.pg-message>.container>.pg-message-inner>div>h3 {
margin: 0 0 8px;
}
#pg-invoicebutton {
margin-top: 0px;
color: #2c3538;
text-transform: uppercase;
font-weight: 700 !important;
font-family: 'Work Sans' !important;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
border-radius: 8px;
padding: 13px 31px;
}
@media (max-width: 767px) {
#pg-invoicebutton {
margin-top: 18px;
}
}
@media (min-width: 768px) {
.pg-message .container .pg-message-inner {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
}
.pg-message .container .pg-message-inner>div {
flex: 1 1 auto;
}
.pg-message .container .pg-message-inner>#pg-invoicebutton {
flex: 0 0 312px;
margin-left: 24px;
}
}
#pg-invoicebutton.success {
background-color: #f7922c;
border: 1px solid #f7922c;
}
#pg-invoicebutton.error {
background-color: #2c3538;
border: 1px solid #2c3538;
color: #fff;
}
#pg-invoicebutton:hover {
background-color: transparent;
}
#pg-invoicebutton.error:hover {
color: #2c3538;
}  .einvoicinglite-desktop>.uncol>.uncoltable>.uncell>.uncont>.icon-box>.icon-box-content>.icon-box-heading>h3 {
width: 175px;
margin-left: auto;
margin-right: auto;
}
.postid-94468 #page-header .header-wrapper .background-wrapper>.block-bg-overlay, .postid-94608 #page-header .header-wrapper .background-wrapper>.block-bg-overlay {
display: none;
}
.einvoice-price>.heading-text>p {
margin-top: 0px;
}  .homeslide-text-right {
max-width: 400px !important;
margin-left: auto !important;
margin-right: 0 !important;
}
.homeslide-text-left {
max-width: 400px !important;
margin-right: auto !important;
margin-left: 0 !important;
}
@media screen and (min-width: 768px) {
.homeslide-text-right {
max-width: 500px !important;
}
.homeslide-text-left {
max-width: 500px !important;
}
}  .menu-shrink .logo-container #main-logo a>.html-code.main-logo {
width: 228px;
}
.menu-shrink .logo-container#logo-container-mobile {
padding: 25px 36px;
} .ediconnect-form>.uncol {
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
-webkit-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
-o-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
padding: 0 16px;
background-color: #fff;
border-radius: 2px;
}
.ediconnect-form>.uncol .formheader h2 {
padding-top: 24px;
}
.ediconnect-form>.uncol #nf-field-5242-wrap>.nf-field-description, .ediconnect-form>.uncol #nf-field-5287-wrap>.nf-field-description {
margin-right: 0px;
} .page-id-105955 .nf-form-layout .nf-before-form-content .nf-form-fields-required {
margin-bottom: 24px;
}
.page-id-105955 .nf-field-container .field-wrap>div input[type="radio"] {
width: 20px !important;
}
.page-id-105955 .nf-next-previous>li>input[type=button] {
background-color: #00aae0;
color: #fff;
border: 1px solid #00aae0;
text-transform: uppercase;
}
.page-id-105955 .nf-next-previous>li>input[type=button]:hover {
background-color: transparent;
color: #00aae0;
}
.page-id-105955 #nf-field-5322-container {
position: absolute;
right: 0;
}
.page-id-105955 #nf-field-5322 {
margin-top: 9px;
background-color: #f7922c;
border: 1px solid #f7922c;
}
.page-id-105955 #nf-field-5322:hover {
color: #f7922c;
background-color: transparent;
} .custombulletlist>ul {
list-style: disc;
margin-left: 16px;
}
.pg-progressbar-wrap .pg-stage .pg-stage-content>.pg-stage-subheader {
width: 50px;
margin-left: auto;
margin-right: auto;
}
@media screen and (min-width: 768px) {
.pg-progressbar-wrap .pg-stage .pg-stage-content>.pg-stage-subheader {
width: 60px;
}
}
@media screen and (min-width: 992px) {
.pg-progressbar-wrap .pg-stage .pg-stage-content>.pg-stage-subheader {
width: auto;
}
} .portfolio-template-default .pg-progressbar-wrap {
margin-bottom: 75px;
-ms-grid-columns: 66px 1fr 40px 1fr 40px 1fr 40px 1fr 60px;
grid-template-columns: 66px 1fr auto 1fr auto 1fr auto 1fr 60px;
}
.portfolio-template-default .pg-progressbar-wrap .pg-start, .portfolio-template-default .pg-progressbar-wrap .pg-end {
background-color: transparent;
}
.portfolio-template-default .pg-progressbar-wrap .pg-line, .portfolio-template-default .pg-progressbar-wrap .pg-line-start, .portfolio-template-default .pg-progressbar-wrap .pg-line-end {
background-color: #455357;
}
.portfolio-template-default .pg-progressbar-wrap .pg-line-start:before, .portfolio-template-default .pg-progressbar-wrap .pg-line-end:after {
background-color: #455357;
}
.portfolio-template-default .pg-progressbar-wrap .pg-stage>.pg-stage-circle {
border: 2px solid #455357;
background-color: #455357;
}
@media screen and (min-width: 960px) {
.portfolio-template-default .pg-progressbar-wrap .pg-start, .portfolio-template-default .pg-progressbar-wrap .pg-end {
font-size: 14px;
}
}
@media screen and (min-width: 960px) {
.portfolio-template-default .pg-progressbar-wrap {
-ms-grid-columns: 59px 1fr 55px 1fr 55px 1fr 55px 1fr 59px;
grid-template-columns: 59px 1fr 55px 1fr 55px 1fr 55px 1fr 59px;
}
.portfolio-template-default .pg-progressbar-wrap .pg-stage .pg-stage-content {
width: 55px;
}
.portfolio-template-default .pg-progressbar-wrap .pg-stage {
height: 53px;
width: 55px;
}
.portfolio-template-default .pg-progressbar-wrap .pg-stage>.pg-stage-circle {
width: 55px;
height: 55px;
}
.portfolio-template-default .pg-progressbar-wrap .pg-stage .pg-stage-content>.pg-stage-subheader {
font-size: 12px;
}
}
@media screen and (min-width: 1200px) {
.portfolio-template-default .pg-progressbar-wrap {
-ms-grid-columns: 65px 1fr 75px 1fr 75px 1fr 75px 1fr 60px;
grid-template-columns: 65px 1fr 75px 1fr 75px 1fr 75px 1fr 60px;
}
.portfolio-template-default .pg-progressbar-wrap .pg-stage .pg-stage-content {
width: 75px;
}
.portfolio-template-default .pg-progressbar-wrap .pg-stage {
height: 73px;
width: 75px;
}
.portfolio-template-default .pg-progressbar-wrap .pg-stage>.pg-stage-circle {
width: 75px;
height: 75px;
}
}
#nf-field-5098-wrap>.nf-field-description>p, #nf-field-5138-wrap>.nf-field-element>div:first-of-type>span {
font-size: 0.8rem;
margin-bottom: 12px;
line-height: 1.4;
}
#nf-field-5098-wrap>.nf-field-label {
margin-bottom: 5px;
}  #mythbuster-formcont>.row>.wpb_row>.wpb_column>.uncol>.uncoltable>.uncell, #mythbuster-formcont #mc_embed_signup {
padding: 18px;
}
@media screen and (min-width: 768px) {
#mythbuster-formcont>.row>.wpb_row>.wpb_column>.uncol>.uncoltable>.uncell {
padding: 36px;
}
#mythbuster-formcont #mc_embed_signup {
padding: 8px 24px 24px;
}
}  .page-id-106471 .box-wrapper article#post-106471 .post-wrapper .post-body .post-content {
height: 100vh;
}
.page-id-106471 #page-header {
display: none;
}
.page-id-106471 article#post-106471 {
height: calc(100vh - 42px);
}
.page-id-106471 article#post-106471 .post-wrapper .post-body, .page-id-106471 article#post-106471 .post-wrapper .post-body .post-content, .page-id-106471 article#post-106471 .post-wrapper .post-body .post-content>.vc_row.row-container {
height: 100%;
}
.page-id-106471 .login-form {
padding: 24px;
background-color: rgba(255, 255, 255, 0.9);
border-radius: 2px;
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
margin-right: 0px;
max-width: 350px;
}
@media only screen and (min-width: 768px) {
.page-id-106471 .login-form {
padding: 36px 24px;
}
}
.page-id-106471 .login-form h3 {
font-size: 24px;
color: #2c3538;
font-weight: 900;
margin: 0 0 12px;
font-family: "Roboto", Arial, Helvetica, sans-serif;
}
@media only screen and (min-width: 768px) {
.page-id-106471 .login-form h3 {
margin: 0 0 24px;
}
}
.page-id-106471 .login-form form {
margin: 0;
display: grid;
row-gap: 16px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.page-id-106471 .login-form form {
display: block;
}
.page-id-106471 .login-form form>.input {
margin-top: 12px;
}
}
.page-id-106471 .login-form form>.input>label {
margin-bottom: 0;
font-size: 15px;
line-height: 1.4;
color: #2c3538;
font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.page-id-106471 .login-form form>.input>input {
font-size: 14px;
line-height: initial;
margin: 9px 0px 0px 0px;
padding: 10px 15px 10px 15px;
border-style: solid;
width: 100%;
border-color: #EAEAEA;
border-radius: 2px;
-webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
-webkit-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.page-id-106471 .login-form form>.form-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.page-id-106471 .login-form form>.form-meta>input[type=submit] {
font-weight: 700 !important;
text-transform: uppercase;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
padding: 13px 31px;
border-radius: 2px;
outline: none;
background-color: #00aae0;
border: 1px solid #00aae0;
color: #fff;
margin-top: 8px;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
font-family: "Roboto", Arial, Helvetica, sans-serif;
font-size: 11pt;
letter-spacing: normal;
}
.page-id-106471 .login-form form>.form-meta>input[type=submit]:hover {
background-color: transparent;
color: #00aae0;
}
.page-id-106471 .login-form form>.form-meta>a {
margin-top: 8px;
text-transform: uppercase;
padding: 8px 16px;
margin-left: -16px;
font-size: 10pt;
font-weight: 500;
font-family: "Roboto", Arial, Helvetica, sans-serif;
}
@media only screen and (min-width: 768px) {
.page-id-106471 .login-form form>.form-meta>a {
padding: 16px;
margin-left: 0px;
}
}
.page-id-106471 #login-tagline>h1 {
font-size: 4vw;
text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
} #login-tagline {
display: none;
}
@media only screen and (min-width: 992px) {
#login-tagline {
display: block;
z-index: 999;
color: #fff;
position: absolute;
bottom: 36px;
right: 36px;
font-size: 5vw;
width: 55%;
text-align: right;
line-height: 1.1;
letter-spacing: -0.03em;
text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
margin: 0px;
}
#post-106471>.post-wrapper {
position: relative;
}
} .roi-outer#frictionless-business-calc {
max-width: 550px;
} .smallprint, .roi-rec-header, .roi-outer>.roi-bottom>.roi-recommended {
display: none;
}
.page-template-page-calculator #page-header, .page-template-page-einvoice-calculator #page-header {
width: 100%;
}
.roi-outer>.roi-top>.roi-header {
display: -ms-grid;
display: grid;
-ms-grid-columns: auto 16px auto;
grid-template-columns: auto auto;
-webkit-column-gap: 16px;
-moz-column-gap: 16px;
column-gap: 16px;
} .cel1 {
-ms-grid-row: 1;
}
.cel2 {
-ms-grid-row: 2;
}
.cel3 {
-ms-grid-row: 3;
}
.cel4 {
-ms-grid-row: 4;
}
.cel5 {
-ms-grid-row: 5;
}
.cel6 {
-ms-grid-row: 6;
}
.cel7 {
-ms-grid-row: 7;
}
.cel8 {
-ms-grid-row: 8;
}
.cel9 {
-ms-grid-row: 9;
}
.cel10 {
-ms-grid-row: 10;
}
.cel11 {
-ms-grid-row: 11;
}
.cel12 {
-ms-grid-row: 12;
}
.cel13 {
-ms-grid-row: 13;
}
.cel14 {
-ms-grid-row: 14;
}
.cel15 {
-ms-grid-row: 15;
}
.cel16 {
-ms-grid-row: 16;
}
.cel17 {
-ms-grid-row: 17;
}
.cel18 {
-ms-grid-row: 18;
}
.cel19 {
-ms-grid-row: 19;
}
.cel20 {
-ms-grid-row: 20;
}
.cel21 {
-ms-grid-row: 21;
}
.cel22 {
-ms-grid-row: 22;
}
.cel23 {
-ms-grid-row: 23;
}
.cel24 {
-ms-grid-row: 24;
}
.cel25 {
-ms-grid-row: 25;
}
.cel26 {
-ms-grid-row: 26;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.portfolio-template-default .pg-progressbar-wrap .pg-stage {
width: auto;
}
.page-template-page-calculator .calcouter .calculator-wrap, .page-template-page-einvoice-calculator .calcouter .calculator-wrap {
-ms-grid-column: 1;
-ms-grid-column-span: 1;
}
.page-template-page-calculator .calcouter .total-wrap, .page-template-page-einvoice-calculator .calcouter .total-wrap {
-ms-grid-column: 3;
-ms-grid-column-span: 1;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext {
-ms-grid-column: 1;
-ms-grid-column-span: 1;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect {
-ms-grid-column: 2;
-ms-grid-column-span: 1;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-cost, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-cost {
-ms-grid-column: 3;
-ms-grid-column-span: 1;
display: block;
margin-left: 24px;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>div, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>div {
display: block;
-ms-grid-column: 1;
-ms-grid-column-span: 1;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>.material-icons, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>.material-icons {
-ms-grid-column: 3;
-ms-grid-column-span: 1;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table>span .material-icons, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table>span .material-icons {
-ms-grid-column: 2;
-ms-grid-column-span: 1;
}
.roi-outer>.roi-bottom>.roi-recommended {
float: left;
}
.roi-outer>.roi-bottom>.roi-recommended>#roi-rec-title, .roi-outer>.roi-bottom>.roi-recommended>.roi-rec-cost, .roi-outer>.roi-bottom>.roi-recommended>.roi-rec-roi {
float: left;
width: 100%;
}
.roi-outer>.roi-bottom>.roi-recommended>#roi-rec-link {
float: right;
}
.pg-progressbar-wrap .pg-stage {
width: 100%;
}
.pg-progressbar-wrap .pg-stage {
height: 125px;
}
.pg-progressbar-wrap .pg-stage>.pg-stage-circle {
height: 125px;
width: 125px;
}
.roi-outer>.roi-top>.roi-header, .pg-progressbar-wrap {
display: flex;
}
.page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap {
max-width: 1050px;
margin-left: auto;
margin-right: auto;
overflow-x: auto;
}
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table>span.total-rowtitle, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table>span.total-rowtitle {
padding-top: 14px;
padding-bottom: 14px;
}
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol .comparisoncell.coltitle, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol .comparisoncell.coltitle {
display: flex;
flex-flow: column wrap;
}
@media only screen and (min-width: 960px) and (max-width: 1068px) {
.einvconnectiontext .heading-text .h5 {
font-size: 14px;
}
}
body.textual-accent-color .post-content>div .pg-gln>.nf-field>.field-wrap>.nf-field-description>p>a {
color: #fff !important;
font-weight: 700;
padding: 6px 12px;
margin: 6px 0;
background-color: #f7922c;
display: table;
border-radius: 2px;
font-size: 0.8em;
border: 1px solid #f7922c;
}
body.textual-accent-color .post-content .pg-gln p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a:not(.btn-text-skin):hover:not(.btn) {
color: #dad9d7 !important;
background-color: transparent;
}
.nobrk {
white-space: nowrap;
}
@media screen and (min-width: 320px) and (max-width: 500px) {
#nf-field-5042,
#nf-form-874-cont ul.nf-next-previous li>input,
#nf-form-939-cont ul.nf-next-previous li>input {
padding: 13px 18px;
}
}
@media screen and (max-width: 768px) {
.nf-form-fields-required {
text-align: left;
}
}
.postid-109755 .main-container .content-no-padding .row-parent {
padding-top: 0px;
}
#pg-message-close {
color: #2c3538;
margin-left: 24px;
padding: 12px;
cursor: pointer;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#pg-message-close:hover {
color: #fff;
}
#nf-field-5063autocomplete-list, #nf-field-5073autocomplete-list {
max-height: 300px;
overflow-y: auto;
border-bottom: 1px solid #00aae0;
}
.autocomplete-items div:last-of-type {
border-bottom: 0px;
}
.page-id-108275 .btn-success {
padding: 0 36px !important;
height: 50px;
background-color: #f7922c !important;
border: 1px solid #f7922c !important;
}
.page-id-108275 .btn-success:not(.btn-hover-nobg):not(.icon-animated):hover, .btn-success.active {
background-color: transparent !important;
color: #f7922c !important;
border: 1px solid #f7922c !important;
}
.page-id-108275 .btn-success>span {
float: left;
margin-right: -40px;
}
.calcnb {
font-size: 13px;
font-style: italic;
}
.page-id-106471 .login-form form>.form-meta {
position: relative;
}
.page-id-106471 .login-form form>.form-meta>.sso-anim {
position: absolute;
top: 8px;
height: 46px;
left: 17px;
}
.page-id-106471 .login-form form>.form-meta>#sso-submit {
width: 114px;
height: 46px;
}
.page-id-106471 .login-form form>.form-meta>.sso-submit-clicked#sso-submit:hover, .page-id-106471 .login-form form>.form-meta>.sso-submit-clicked#sso-submit:focus {
background-color: #00aae0;
}
.lds-ellipsis {
display: none;
position: relative;
width: 114px;
height: 46px;
}
.lds-ellipsis div {
position: absolute;
top: 43%;
transform: translate(-50%, -50%);
width: 9px;
height: 9px;
border-radius: 50%;
background: #fff;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
left: 8px;
animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
left: 8px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
left: 32px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
left: 56px;
animation: lds-ellipsis3 0.6s infinite;
}
#sso-message {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: #A8BA2B;
z-index: 9999999;
flex-flow: row nowrap;
align-items: center;
justify-content: center;
padding: 24px;
display: none; }
#sso-message>span {
color: #fff;
}
#sso-message>span:last-of-type {
margin-left: 24px;
font-weight: 600;
} .page-template-page-company-history .main-container {
background-color: #F8F8F7;
}
.page-template-page-company-history .timeline-container {
position: relative;
margin-top: -3em;
display: flex;
flex-flow: column nowrap;
padding-left: 20px;
padding-right: 20px;
}
.page-template-page-company-history .timeline-container-line {
border-color: #CBC686;
border-left-style: solid;
border-width: 2px;
transform: translate(-50%);
left: 50%;
right: auto;
content: '';
position: absolute;
}
.page-template-page-company-history .timeline-group {
text-align: center;
position: relative;
z-index: 1;
}
.page-template-page-company-history .timeline-group-header {
background: #CBC686;
color: #ffffff;
margin-bottom: 3em;
display: inline-block;
align-items: center;
}
.page-template-page-company-history .timeline-group-header-inner {
padding-bottom: 100%;
text-align: center;
position: relative;
width: 7em;
flex: 1;
}
.page-template-page-company-history .timeline-group-header-title {
position: absolute;
top: 50%;
width: 100%;
transform: translateY(-50%);
font-size: 2em;
margin: 0;
padding: 0;
line-height: 1;
color: inherit;
font-weight: 400;
}
.page-template-page-company-history .timeline-group-header-title:after {
content: " ";
display: table;
width: 100%;
clear: both;
}
.page-template-page-company-history .timeline-group-content {
display: block;
}
.page-template-page-company-history .timeline-item {
position: relative;
margin-bottom: 6em;
}
.page-template-page-company-history .timeline-item.timeline-content-left {
text-align: right;
margin-right: calc(50% + 2.5rem);
}
.page-template-page-company-history .timeline-item.timeline-content-right {
text-align: left;
margin-left: calc(50% + 2.5rem);
}
.page-template-page-company-history .timeline-item-marker {
background: #CBC686;
top: 0;
transform: translateY(-50%);
content: ' ';
position: absolute;
z-index: 1;
height: 16px;
width: 16px;
border-radius: 50%;
opacity: 1;
}
.page-template-page-company-history .timeline-content-left .timeline-item-marker {
right: calc(-2.5rem - 8px);
left: auto;
}
.page-template-page-company-history .timeline-content-right .timeline-item-marker {
left: calc(-2.5rem - 8px);
right: auto;
}
.page-template-page-company-history .timeline-item-connection {
background: #CBC686;
top: 0px;
transform: translateY(-50%);
height: 2.2px;
content: '';
position: absolute;
display: block;
backface-visibility: hidden;
right: calc(-2.5rem);
left: 100%;
}
.page-template-page-company-history .timeline-content-left .timeline-item-connection {
right: calc(-2.5rem);
left: 100%;
}
.page-template-page-company-history .timeline-content-right .timeline-item-connection {
left: calc(-2.5rem);
right: 100%;
}
.page-template-page-company-history .timeline-item-inner {
border-top: #ffffff solid 2px;
background: #ffffff;
transform: translateY(-1px);
border-radius: 0;
overflow: visible;
z-index: 1;
padding: 3em 0;
}
.page-template-page-company-history .timeline-item-header {
padding: 0 2em;
}
.page-template-page-company-history .timeline-item-header h2 {
padding: 0;
margin: 0;
font-size: 1.8em;
}
.page-template-page-company-history .timeline-item-content {
padding: 0 2em;
display: flex;
position: relative;
z-index: 1;
flex-wrap: wrap;
}
.page-template-page-company-history .timeline-item-content .timeline-item-content-inner {
flex: 1 1 100%;
order: 1;
margin-bottom: 1.2em;
}
.page-template-page-company-history .timeline-item-content .timeline-item-content-inner ul {
list-style: inherit;
padding-left: 1.2em;
}
.page-template-page-company-history .timeline-content-left .timeline-item-content .timeline-item-content-inner ul {
display: inline-block;
}
.page-template-page-company-history .timeline-content-left .timeline-item-text ul li {
text-align: left;
}
.page-template-page-company-history .timeline-item-content .timeline-item-button-inner {
flex: 1 1 100%;
order: 2;
margin-top: .5em;
}
.page-template-page-company-history .timeline-item-media, .page-template-page-company-history .timeline-item-media-col2 {
flex: 1 1 100%;
order: 3;
}
.page-template-page-company-history .timeline-item-media .timeline-item-media-inner {
padding: 1em 0 0;
}
.page-template-page-company-history .timeline-item-media .timeline-item-media-inner .timeline-item-media-imgs {
display: flex;
flex-wrap: wrap;
margin: -1em -.5em 0;
width: calc(100% + 1em);
}
.page-template-page-company-history .timeline-item-media .timeline-item-media-inner .timeline-item-media-imgs .timeline-item-media-image {
margin: 2em -2em -2em -2em;
flex: 1 1 50%;
}
.page-template-page-company-history .timeline-item-media .timeline-item-media-inner .timeline-item-media-imgs .timeline-item-media-image img {
display: block;
width: calc(100% - 1em);
margin: 1em .5em -1em;
}
.page-template-page-company-history .timeline-item-media-col2 {
display: flex;
gap: 2%;
}
.page-template-page-company-history .timeline-item-media-col2 .timeline-item-media-2 {
flex: 50%;
margin: 2em .2em 0;
align-self: center;
}
.page-template-page-company-history .timeline-item-button a {
background: #2C3538;
color: #ffffff;
border-radius: 8px;
padding: 1em 1.5em;
}
.page-template-page-company-history .img-link p {
background: #2C3538;
border-radius: 8px;
text-align: center;
padding: .6em 1.5em;
width: 100%;
font-size: 12px;
}
.page-template-page-company-history .img-link p a {
color: #ffffff;
width: 100%;
}
.page-template-page-company-history .timeline-content-left blockquote {
padding: 0px 27px 0px 0px;
border-right: 2px solid;
border-left: none;
border-color: #00aae0;
}
.page-template-page-company-history .timeline-group:first-child .timeline-mobile-container-marker, .page-template-page-company-history .timeline-group:first-child .timeline-mobile-container-border-connection, .page-template-page-company-history .timeline-group .timeline-mobile-container-line {
display: none;
}
.page-template-page-company-history .timeline-date-menu {
position: absolute;
margin-left: 1190px;
width: 100%;
margin-top: 100px;
}
.page-template-page-company-history .timeline-date-menu ul li a.active {
display: block;
color: rgb(203, 198, 134);
padding: 5px 0px 5px 9px;
border-left: 3px solid rgb(203, 198, 134);
margin: 0px 0px 1px;
}
.page-template-page-company-history .timeline-date-menu ul li a {
color: rgb(161, 161, 161);
font-weight: bold;
}
.page-template-page-company-history .timeline-menu-mobile {
width: 100%;
background-color: rgb(44, 53, 56);
color: rgb(255, 255, 255);
text-align: center;
position: relative;
z-index: 10;
display: none;
}
.page-template-page-company-history .timeline-menu-mobile ul {
margin-top: 0px;
padding: 10px;
}
.page-template-page-company-history .timeline-menu-mobile ul li {
display: inline-block;
padding: 5px 8px;
}
.page-template-page-company-history .timeline-menu-mobile ul li a {
color: rgb(255, 255, 255);
}
.page-template-page-company-history .timeline-container .fixed {
position: fixed;
top: 0;
}
.page-template-page-company-history .timeline-container .sticky {
position: absolute;
top: unset;
bottom: 87px;
}
@media only screen and (max-width: 1428px) {
.page-template-page-company-history .timeline-menu-mobile {
display: inherit;
}
.page-template-page-company-history .timeline-container {
margin-top: 0px;
}
.page-template-page-company-history .timeline-date-menu {
display: none;
}
}
@media only screen and (max-width: 568px) {
.page-template-page-company-history .timeline-item-button a {
display: block;
text-align: center;
line-height: 1;
font-size: 13px;
}
.page-template-page-company-history .timeline-item-media-col2 {
flex-direction: column;
}
}
@media only screen and (max-width: 769px) {
.page-template-page-company-history .timeline-container {
margin-top: 3em;
}
.page-template-page-company-history .timeline-container-line, .page-template-page-company-history .timeline-item-marker, .page-template-page-company-history .timeline-item-connection {
display: none;
}
.page-template-page-company-history .timeline-item.timeline-content-left {
margin-right: 0;
}
.page-template-page-company-history .timeline-item.timeline-content-right {
margin-left: 0;
}
.page-template-page-company-history .timeline-wrap {
margin-top: 0 !important;
}
.page-template-page-company-history .timeline-item, .page-template-page-company-history .timeline-group-header {
margin-bottom: 1em;
}
.page-template-page-company-history .timeline-group .timeline-mobile-container-marker {
border-top: 2px solid #CBC686;
margin-bottom: 1em;
}
.page-template-page-company-history .timeline-group:first-child .timeline-mobile-container-marker, .page-template-page-company-history .timeline-group:first-child .timeline-mobile-container-border-connection {
display: none;
}
.page-template-page-company-history .timeline-group .timeline-mobile-container-border-connection {
background: #CBC686;
top: 0;
transform: translateY(-50%);
content: ' ';
position: absolute;
z-index: 1;
height: 16px;
width: 16px;
border-radius: 50%;
opacity: 1;
margin: auto;
left: 0;
right: 0;
}
.page-template-page-company-history .timeline-group .timeline-mobile-container-line {
display: inherit;
border-color: #CBC686;
border-left-style: solid;
border-width: 2px;
transform: translate(-50%);
left: 50%;
right: auto;
content: '';
position: absolute;
top: 0px
}
.page-template-page-company-history .timeline-item-media-col2 .timeline-item-media-2 {
margin-right: 3px;
margin-left: 3px;
}
.page-template-page-company-history .img-link p {
line-height: 15px;
padding: .9em 1.5em;
}
.page-template-page-company-history .timeline-content-left .timeline-item-content .timeline-item-content-inner li:after {
position: absolute;
}
.page-template-page-company-history .timeline-content-left .timeline-item-content .timeline-item-content-inner li {
padding-right: 1.2em;
padding-bottom: 5px;
}
}  .d01 {
animation-delay: 0.1s;
-moz-animation-delay: 0.1s;
-webkit-animation-delay: 0.1s;
}
.d02 {
animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-webkit-animation-delay: 0.2s;
}
.d03 {
animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
-webkit-animation-delay: 0.3s;
}
.d04 {
animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
-webkit-animation-delay: 0.4s;
}
.d05 {
animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
-webkit-animation-delay: 0.5s;
}
.d06 {
animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
-webkit-animation-delay: 0.6s;
}
.d07 {
animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
-webkit-animation-delay: 0.7s;
}
.d08 {
animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
-webkit-animation-delay: 0.8s;
}
.d09 {
animation-delay: 0.9s;
-moz-animation-delay: 0.9s;
-webkit-animation-delay: 0.9s;
}
.d10 {
animation-delay: 1s;
-moz-animation-delay: 1s;
-webkit-animation-delay: 1s;
}
.d11 {
animation-delay: 1.1s;
-moz-animation-delay: 1.1s;
-webkit-animation-delay: 1.1s;
}
.d12 {
animation-delay: 1.2s;
-moz-animation-delay: 1.2s;
-webkit-animation-delay: 1.2s;
}
.d13 {
animation-delay: 1.3s;
-moz-animation-delay: 1.3s;
-webkit-animation-delay: 1.3s;
}
.d14 {
animation-delay: 1.4s;
-moz-animation-delay: 1.4s;
-webkit-animation-delay: 1.4s;
}
.d15 {
animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-webkit-animation-delay: 1.5s;
}
.d16 {
animation-delay: 1.6s;
-moz-animation-delay: 1.6s;
-webkit-animation-delay: 1.6s;
}
.d17 {
animation-delay: 1.7s;
-moz-animation-delay: 1.7s;
-webkit-animation-delay: 1.7s;
}
.d18 {
animation-delay: 1.8s;
-moz-animation-delay: 1.8s;
-webkit-animation-delay: 1.8s;
}
.d19 {
animation-delay: 1.9s;
-moz-animation-delay: 1.9s;
-webkit-animation-delay: 1.9s;
}
.d21 {
animation-delay: 2.1s;
-moz-animation-delay: 2.1s;
-webkit-animation-delay: 2.1s;
}
.d26 {
animation-delay: 2.6s;
-moz-animation-delay: 2.6s;
-webkit-animation-delay: 2.6s;
}
.t14 {
animation-duration: 1.4s !important;
}
.t24 {
animation-duration: 2.4s !important;
} .anim, .anima {
opacity: 0;
}
.anim.animated, .anima.animated {
opacity: 1;
} .animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.hinge {
animation-duration: 2s;
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
animation-duration: .75s;
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transform: translate3d(0, 0, 0);
}
40%, 43% {
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -30px, 0);
}
70% {
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -15px, 0);
}
90% {
transform: translate3d(0, -4px, 0);
}
}
.animated.bounce {
animation-name: bounce;
transform-origin: center bottom;
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.animated.flash {
animation-name: flash;
} @keyframes pulse {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.05, 1.05, 1.05);
}
to {
transform: scale3d(1, 1, 1);
}
}
.animated.pulse {
animation-name: pulse;
}
@keyframes rubberBand {
from {
transform: scale3d(1, 1, 1);
}
30% {
transform: scale3d(1.25, 0.75, 1);
}
40% {
transform: scale3d(0.75, 1.25, 1);
}
50% {
transform: scale3d(1.15, 0.85, 1);
}
65% {
transform: scale3d(.95, 1.05, 1);
}
75% {
transform: scale3d(1.05, .95, 1);
}
to {
transform: scale3d(1, 1, 1);
}
}
.animated.rubberBand {
animation-name: rubberBand;
}
@keyframes shake {
from, to {
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
transform: translate3d(10px, 0, 0);
}
}
.animated.rubber {
animation-name: shake;
}
@keyframes headShake {
0% {
transform: translateX(0);
}
6.5% {
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
transform: translateX(5px) rotateY(7deg);
}
31.5% {
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
transform: translateX(2px) rotateY(3deg);
}
50% {
transform: translateX(0);
}
}
.animated.headShake {
animation-timing-function: ease-in-out;
animation-name: headShake;
}
@keyframes swing {
20% {
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
transform: rotate3d(0, 0, 1, -5deg);
}
to {
transform: rotate3d(0, 0, 1, 0deg);
}
}
.animated.swing {
transform-origin: top center;
animation-name: swing;
}
@keyframes tada {
from {
transform: scale3d(1, 1, 1);
}
10%, 20% {
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
transform: scale3d(1, 1, 1);
}
}
.animated.tada {
animation-name: tada;
} @keyframes wobble {
from {
transform: none;
}
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
transform: none;
}
}
.animated.wobble {
animation-name: wobble;
}
@keyframes jello {
from, 11.1%, to {
transform: none;
}
22.2% {
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.animated.jello {
animation-name: jello;
transform-origin: center;
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
20% {
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
transform: scale3d(1, 1, 1);
}
}
.animated.bounceIn {
animation-name: bounceIn;
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0);
}
75% {
transform: translate3d(0, -10px, 0);
}
90% {
transform: translate3d(0, 5px, 0);
}
to {
transform: none;
}
}
.animated.bounceInDown {
animation-name: bounceInDown;
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(25px, 0, 0);
}
75% {
transform: translate3d(-10px, 0, 0);
}
90% {
transform: translate3d(5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInLeft {
animation-name: bounceInLeft;
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0);
}
75% {
transform: translate3d(10px, 0, 0);
}
90% {
transform: translate3d(-5px, 0, 0);
}
to {
transform: none;
}
}
.animated.bounceInRight {
animation-name: bounceInRight;
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
75% {
transform: translate3d(0, 10px, 0);
}
90% {
transform: translate3d(0, -5px, 0);
}
to {
transform: translate3d(0, 0, 0);
}
}
.animated.bounceInUp {
animation-name: bounceInUp;
}
@keyframes bounceOut {
20% {
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
}
.animated.bounceOut {
animation-name: bounceOut;
}
@keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.animated.bounceOutDown {
animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.animated.bounceOutLeft {
animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
20% {
opacity: 1;
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.animated.bounceOutRight {
animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.animated.bounceOutUp {
animation-name: bounceOutUp;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.animated.fadeIn {
animation-name: fadeIn;
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.animated.fadeInDown {
animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.animated.fadeInDownBig {
animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.animated.fadeInLeft {
animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.animated.fadeInLeftBig {
animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.animated.fadeInRight {
animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
from {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.animated.fadeInRightBig {
animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.animated.fadeInUp {
animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.animated.fadeInUpBig {
animation-name: fadeInUpBig;
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.animated.fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
}
.animated.fadeOutDown {
animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.animated.fadeOutDownBig {
animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
}
.animated.fadeOutLeft {
animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.animated.fadeOutLeftBig {
animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
}
.animated.fadeOutRight {
animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.animated.fadeOutRightBig {
animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
}
.animated.fadeOutUp {
animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.animated.fadeOutUpBig {
animation-name: fadeOutUpBig;
}
@keyframes flip {
from {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) scale3d(.95, .95, .95);
animation-timing-function: ease-in;
}
to {
transform: perspective(400px);
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
animation-name: flip;
}
@keyframes flipInX {
from {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.animated.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInX;
}
@keyframes flipInY {
from {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.animated.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInY;
}
@keyframes flipOutX {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.animated.flipOutX {
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@keyframes flipOutY {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.animated.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipOutY;
}
@keyframes lightSpeedIn {
from {
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
transform: skewX(20deg);
opacity: 1;
}
80% {
transform: skewX(-5deg);
opacity: 1;
}
to {
transform: none;
opacity: 1;
}
}
.animated.lightSpeedIn {
animation-name: lightSpeedIn;
animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.animated.lightSpeedOut {
animation-name: lightSpeedOut;
animation-timing-function: ease-in;
}
@keyframes rotateIn {
from {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
transform-origin: center;
transform: none;
opacity: 1;
}
}
.animated.rotateIn {
animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.animated.rotateInDownLeft {
animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.animated.rotateInDownRight {
animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.animated.rotateInUpLeft {
animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.animated.rotateInUpRight {
animation-name: rotateInUpRight;
}
@keyframes rotateOut {
from {
transform-origin: center;
opacity: 1;
}
to {
transform-origin: center;
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.animated.rotateOut {
animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.animated.rotateOutDownLeft {
animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.animated.rotateOutDownRight {
animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.animated.rotateOutUpLeft {
animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.animated.rotateOutUpRight {
animation-name: rotateOutUpRight;
}
@keyframes hinge {
0% {
transform-origin: top left;
animation-timing-function: ease-in-out;
}
20%, 60% {
transform: rotate3d(0, 0, 1, 80deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
40%, 80% {
transform: rotate3d(0, 0, 1, 60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.animated.hinge {
animation-name: hinge;
}
@keyframes jackInTheBox {
from {
opacity: 0;
transform: scale(0.1) rotate(30deg);
transform-origin: center bottom;
}
50% {
transform: rotate(-10deg);
}
70% {
transform: rotate(3deg);
}
to {
opacity: 1;
transform: scale(1);
}
}
.animated.jackInTheBox {
animation-name: jackInTheBox;
} @keyframes rollIn {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
transform: none;
}
}
.animated.rollIn {
animation-name: rollIn;
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.animated.rollOut {
animation-name: rollOut;
}
@keyframes zoomIn {
from {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.animated.zoomIn {
animation-name: zoomIn;
}
@keyframes zoomInDown {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.animated.zoomInDown {
animation-name: zoomInDown;
}
@keyframes zoomInLeft {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.animated.zoomInLeft {
animation-name: zoomInLeft;
}
@keyframes zoomInRight {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.animated.zoomInRight {
animation-name: zoomInRight;
}
@keyframes zoomInUp {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.animated.zoomInUp {
animation-name: zoomInUp;
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.animated.zoomOut {
animation-name: zoomOut;
}
@keyframes zoomOutDown {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.animated.zoomOutDown {
animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
transform: scale(.1) translate3d(-2000px, 0, 0);
transform-origin: left center;
}
}
.animated.zoomOutLeft {
animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
transform: scale(.1) translate3d(2000px, 0, 0);
transform-origin: right center;
}
}
.animated.zoomOutRight {
animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.animated.zoomOutUp {
animation-name: zoomOutUp;
}
@keyframes slideInDown {
from {
transform: translate3d(0, -1000%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.animated.slideInDown {
animation-name: slideInDown;
}
@keyframes slideInLeft {
from {
transform: translate3d(-1000%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.animated.slideInLeft {
animation-name: slideInLeft;
}
@keyframes slideInRight {
from {
transform: translate3d(1000%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.animated.slideInRight {
animation-name: slideInRight;
}
@keyframes slideInUp {
from {
transform: translate3d(0, 1000%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.animated.slideInUp {
animation-name: slideInUp;
}
@keyframes slideOutDown {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, 1000%, 0);
}
}
.animated.slideOutDown {
animation-name: slideOutDown;
}
@keyframes slideOutLeft {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(-1000%, 0, 0);
}
}
.animated.slideOutLeft {
animation-name: slideOutLeft;
}
@keyframes slideOutRight {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(1000%, 0, 0);
}
}
.animated.slideOutRight {
animation-name: slideOutRight;
}
@keyframes slideOutUp {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, -1000%, 0);
}
}
.animated.slideOutUp {
animation-name: slideOutUp;
}
.testimonial-sec {
overflow: hidden !important;
}  #timeline {
list-style: none;
position: relative;
margin: 50px auto;
width: 90%;
}
#timeline:before {
top: 0;
bottom: 0;
position: absolute;
content: " ";
width: 2px;
background-color: #4997cd;
left: 50%;
margin-left: -1.5px;
}
#timeline .clearFix {
clear: both;
height: 0;
}
#timeline .timeline-badge {
color: #fff;
width: 25px;
height: 25px;
font-size: 1.2em;
text-align: center;
position: absolute;
top: 0;
left: 50%;
margin-left: -13px;
background-color: #fff;
z-index: 6;
border-radius: 50%;
border: 2px solid #4997cd;
}
#timeline .timeline-badge span.timeline-balloon-date-day {
font-size: 1.4em;
}
#timeline .timeline-badge span.timeline-balloon-date-month {
font-size: .7em;
position: relative;
top: -10px;
}
#timeline .timeline-badge.timeline-filter-movement {
background-color: #ffffff;
font-size: 1.7em;
height: 35px;
margin-left: -18px;
width: 35px;
top: 40px;
}
#timeline .timeline-badge.timeline-filter-movement a span {
color: #4997cd;
font-size: 1.3em;
top: -1px;
}
#timeline .timeline-badge.timeline-future-movement {
background-color: #ffffff;
height: 120px;
width: 120px;
font-size: 1.7em;
top: -16px;
margin-left: -60px;
border: 2px solid #4997cd;
}
#timeline .timeline-badge.timeline-future-movement p {
color: #1782cc;
position: absolute;
top: 40px;
left: 32px;
}
#timeline .timeline-badge.timeline-future-movement a span {
color: #4997cd;
font-size: .9em;
top: 0;
left: 1px;
}
#timeline .timeline-movement { position: relative;
margin-bottom: 10rem;
}
#timeline .timeline-movement.timeline-movement-top {
height: 60px;
} #timeline .timeline-movement .timeline-item .timeline-panel {
border: 1px solid #d4d4d4;
border-radius: 3px;
background-color: #FFFFFF;
color: #666;
padding: 10px;
position: relative;
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
#timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul {
list-style: none;
padding: 0;
margin: 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul .lefting-wrap {
float: right;
width: 30%;
height: 130px;
background-color: floralwhite;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul .righting-wrap {
float: left;
width: 70%;
height: 130px;
padding: 0 12px 0 0;
display: flex;
flex-direction: column;
justify-content: space-between;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li {
color: #666;
width: 100%;
}
.clear {
clear: both;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul .lefting-wrap {
float: left;
width: 30%;
height: 130px;
background-color: floralwhite;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul .righting-wrap {
float: right;
width: 70%;
height: 130px;
padding: 0 0 0 12px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li.img-wraping {
width: 100%;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li.img-wraping a img, #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li.img-wraping a img {
width: 100%;
height: 130px;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li {
color: #666;
width: 100%;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li a.importo {
color: #468c1f;
font-size: 1.3em;
font-weight: 600;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
text-align: left;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul a.importo {
color: #e2001a;
font-size: 1.3em;
font-weight: 600;
}
@media (max-width: 959px) {
.postid-118245 .main-container #post-118245 .row-inner>div:not([class*=col-md]) {
padding-top: 0px;
}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.page-template-page-company-history .timeline-item-media-col2 .timeline-item-media-2 {
margin: 0px 5px;
}
} .postid-101978 .list-icon-template ul.icons {
margin-left: 36px;
}
.postid-101978 .list-icon-template ul.icons li .fa {
margin-left: -36px;
margin-right: 20px;
}
.single-einvoice-directory .uncode-list ul.icons, .single-edi-directory .uncode-list ul.icons, .postid-102378 .uncode-list ul.icons, .postid-121383 .list-text-align .uncoltable ul.icons, .postid-121486 .uncode-list ul.icons, .postid-124978 .uncode-list ul.icons, .postid-125036 .uncode-list ul.icons, .postid-125129 .uncode-list ul.icons, .postid-125161 .uncode-list ul.icons {
margin-left: 30px;
}
.single-einvoice-directory .uncode-list ul.icons li .fa, .single-edi-directory .uncode-list ul.icons li .fa, .postid-102378 .uncode-list ul.icons li .fa, .postid-121383 .list-text-align .uncoltable ul.icons li .fa, .postid-121486 .uncode-list ul.icons li .fa, .postid-124978 .uncode-list ul.icons li .fa, .postid-125036 .uncode-list ul.icons li .fa, .postid-125129 .uncode-list ul.icons li .fa, .postid-125161 .uncode-list ul.icons li .fa {
margin-left: -30px;
}
.postid-125161 .main-container .vc_custom_1634902739921 .row-parent {
padding-top: 0px;
padding-bottom: 0px;
}  @media only screen and (min-width: 768px) {
.cb-edi-bundle .ct-edi-bundle-inwrap {
display: table-cell;
width: 50%;
padding: 0px 0px 0px 36px !important;
}
}   .postid-120737 .acado-120737 .btn-block {
padding-left: 7px !important;
padding-right: 7px !important;
}   @media screen and (min-width: 768px) and (max-width: 959px) {
.page-id-92452 #paymentgatway-template-contact .row-inner {
display: grid;
-ms-grid-columns: 1fr 16px 1fr 16px 1fr;
grid-template-columns: 1fr 1fr 1fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
grid-column-gap: 16px;
grid-row-gap: 4px;
vertical-align: top;
}
.page-id-92452 #paymentgatway-template-contact .row-inner>div:not([class*=col-md]) {
padding-top: 0px;
}
} @media (max-width: 1385px) {
.page-id-4435 .with-bg.isotope-filters>div:last-child, .with-bg.isotope-filters>div.filters-toggle {
padding-bottom: 14.4px;
}
.page-id-4435 .with-bg.isotope-filters>div:first-child {
padding-top: 14.4px;
}
.page-id-4435 .isotope-filters ul.menu-smart>li>span {
padding: 0px 0px 0px 0px;
}
.page-id-4435 .isotope-filters a {
padding: 5px 9px 5px 9px;
}
}
.link-btn-padding {
padding-left: 5px !important;
padding-right: 5px !important;
} .country-directory .uncell {
flex-wrap: wrap;
}
.country-directory .uncell .uncont {
display: flex;
flex-direction: column;
flex: 1;
}
.country-directory .uncell .uncont .btn-container.btn-block {
margin-top: auto;
}
.country-directory .uncell .uncont .einvoice-country-directory span {
letter-spacing: .6px;
}
.page-id-119407 .country-directory .btn-block a.btn-block {
padding-left: 5px !important;
padding-right: 5px !important;
}
@media screen and (min-width: 960px) and (max-width: 1133px) {
.page-id-119407 .country-directory .single-block-padding {
padding: 36px 25px;
}
.page-id-119407 .country-directory .btn-block a.btn-lg {
font-size: 13px !important;
}
}
@media screen and (min-width: 960px) and (max-width: 1165px) {
.page-id-119407 .row .wpb_column .uncoltable .uncont .heading-text h2.fontsize-155944 {
font-size: 39px;
}
} .page-id-119948 .un-no-sidebar-layout .row .isotope-wrapper.isotope-inner-padding.single-gutter, .page-id-108587 .un-no-sidebar-layout .row .isotope-wrapper.isotope-inner-padding.single-gutter {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto;
}
.page-id-119948 .un-no-sidebar-layout .row .isotope-wrapper.single-gutter .isotope-layout, .page-id-108587 .un-no-sidebar-layout .row .isotope-wrapper.single-gutter .isotope-layout {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: auto;
height: auto !important;
}
.page-id-119948 .img-round-std.tmb-round, .page-id-119948 .img-round-std.tmb-round .t-entry-visual-cont>a, .page-id-108587 .img-round-std.tmb-round, .page-id-108587 .img-round-std.tmb-round .t-entry-visual-cont>a {
display: flex;
flex-wrap: wrap;
width: 100% !important;
position: initial !important;
left: inherit !important;
top: inherit !important;
}
.page-id-119948 .isotope-wrapper .dummy, .page-id-108587 .isotope-wrapper .dummy {
padding-top: 0 !important;
}
.page-id-119948 .single-gutter:not(.owl-carousel-container):not(.justified-wrapper) .tmb>.t-inside, .page-id-108587 .single-gutter:not(.owl-carousel-container):not(.justified-wrapper) .tmb>.t-inside {
display: flex;
flex-direction: column;
flex: 1;
}
.page-id-119948 .tmb .t-entry-text .t-entry-text-tc .t-entry>*:not(hr):last-child, .page-id-108587 .tmb .t-entry-text .t-entry-text-tc .t-entry>*:not(hr):last-child {
margin-top: 20px;
}
@media screen and (min-width: 960px) and (max-width: 1224px) {
.page-id-119948 .un-no-sidebar-layout .row .isotope-wrapper.single-gutter .isotope-layout, .page-id-108587 .un-no-sidebar-layout .row .isotope-wrapper.single-gutter .isotope-layout {
grid-template-columns: repeat(3, 1fr);
}
}
@media screen and (max-width: 960px) {
.page-id-119948 .un-no-sidebar-layout .row .isotope-wrapper.single-gutter .isotope-layout, .page-id-108587 .un-no-sidebar-layout .row .isotope-wrapper.single-gutter .isotope-layout {
grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 522px) {
.page-id-119948 .un-no-sidebar-layout .row .isotope-wrapper.single-gutter .isotope-layout, .page-id-108587 .un-no-sidebar-layout .row .isotope-wrapper.single-gutter .isotope-layout {
grid-template-columns: 1fr;
}
}
.single-post :not(.tmb-no-bg).tmb>.t-inside .half-block-padding hr.separator-extra {
width: 100%
}
@media screen and (max-width: 959px) {
.main-container .row-inner .ct-edi-bundle-padding {
margin-bottom: 36px;
}
.main-container .row-inner .ct-einvoice-bundle-padding {
margin-bottom: 0px;
}
.main-container .blog-padding-top .row-parent {
padding-top: 0px;
}
.main-container .blog-padding-top .row-child .single-internal-gutter {
padding-top: 0px;
}
.main-container .row-container .row-parent .single-internal-gutter .blog-padding-top {
margin-top: 18px;
}
}
#nf-form-34-cont .nf-mp-body #nf-field-399 {
margin-top: 0px;
width: 100%;
padding: 13px 0px;
}
@media screen and (max-width: 600px) {
#nf-form-34-cont .nf-mp-body #nf-field-399 {
width: initial;
padding: 13px 36px;
}
}
@media screen and (min-width: 960px) and (max-width: 1193px) {
.cb-edi-bundle .single-internal-gutter .uncoltable .uncont {
display: flex;
flex-direction: column;
height: 330px;
}
.cb-edi-bundle .single-internal-gutter .uncoltable .uncont span.btn-container {
margin-top: auto !important;
align-content: flex-end;
}
}
@media screen and (width:1024px) {
.cb-edi-bundle .single-internal-gutter .uncoltable .uncont {
height: 300px !important;
}
}
.cb-edi-bundle .img-round-std.img-round>img, .cb-edi-bundle .img-round-std.tmb-round>img, .cb-edi-bundle .img-round-std.img-round .t-entry-visual-cont>a, .cb-edi-bundle .img-round-std.tmb-round .t-entry-visual-cont>a, .cb-edi-bundle .img-round-std.img-round.tmb>.t-inside .t-entry-visual, .cb-edi-bundle .img-round-std.img-round.tmb>.t-inside .t-entry-visual-cont {
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.single-portfolio .autocomplete-items {
border: 1px solid #f7922c;
}
.nf-field-element input {
font-size: 16px;
}
.mobile98, .counter.text-accent-color {
font-weight: 300;
font-size: 150px !important;
}
.postid-120159 .row-background .background-wrapper .background-inner {
background-position: top center !important;
}
@media screen and (max-width: 569px) {
body.portfolio-template-default .btn:not(input):not(.checkout-button):not(.btn-no-scale), body.portfolio-template-default .btn-link:not(input):not(.checkout-button):not(.btn-no-scale) {
transform-origin: center;
}
}
.page-id-4351 .tmb-img-ratio.tmb .t-entry-visual .t-entry-visual-cont>img, .page-id-4351 .tmb-img-ratio.tmb .t-entry-visual .t-entry-visual-cont>a>img {
object-fit: cover;
}
.tmb-light.tmb-color-overlay-text, .tmb-light.tmb .t-entry-visual *:not(.add_to_cart_text):not(.view-cart), .tmb-light.tmb .t-entry-visual a:not(.add_to_cart_text):not(.view-cart), .tmb-light.tmb .t-entry-visual .t-entry-title a:not(.add_to_cart_text):not(.view-cart), .tmb-light.tmb .t-entry-visual .t-entry-meta span:not(.add_to_cart_text):not(.view-cart) {
object-fit: cover;
}
.page-template-freedom-calculator, .page-template-calculator-comparison {
background-color: #FAFAFA;
}
.page-template-freedom-calculator .calculator-wrap, .page-template-calculator-comparison .calculator-wrap {
width: 500px;
background-color: #fff;
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
margin-top: 40px;
margin-bottom: 40px;
}
.page-template-freedom-calculator .calculator-wrap .calc-top, .page-template-calculator-comparison .calculator-wrap .calc-top {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
background-color: #757575;
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
padding: 24px 18px;
}
.page-template-freedom-calculator .calculator-wrap .calc-top h2, .page-template-calculator-comparison .calculator-wrap .calc-top h2 {
color: #fff;
font-size: 24px;
font-family: "Work Sans", sans-serif;
margin: 0px;
}
.page-template-freedom-calculator .calculator-wrap .calc-top #pdfdownload, .page-template-calculator-comparison .calculator-wrap .calc-top #pdfdownload {
fill: #fff;
}
.page-template-freedom-calculator .calculator-wrap .calc-top #pdfdownload:hover, .page-template-calculator-comparison .calculator-wrap .calc-top #pdfdownload:hover {
color: #fb9101;
}
.page-template-freedom-calculator .calculator-wrap .calc-section, .page-template-calculator-comparison .calculator-wrap .calc-section {
padding: 26px 18px;
border-bottom: 1px solid rgba(112, 112, 112, 0.54);
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-section-title, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-section-title {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-section-title h2, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-section-title h2 {
color: rgba(0, 0, 0, 0.54);
font-size: 18px;
margin-bottom: 0px;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-section-title .minmax, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-section-title .minmax {
color: rgba(0, 0, 0, 0.54);
font-size: 24px;
cursor: pointer;
}
.page-template-freedom-calculator .calculator-wrap .calc-section ul, .page-template-calculator-comparison .calculator-wrap .calc-section ul {
padding-left: 40px;
margin-bottom: 0px;
}
.page-template-freedom-calculator .calculator-wrap .calc-section ul li, .page-template-calculator-comparison .calculator-wrap .calc-section ul li {
color: rgba(0, 0, 0, 0.87);
margin-bottom: 12px;
list-style: none;
position: relative;
}
.page-template-freedom-calculator .calculator-wrap .calc-section ul li::before, .page-template-calculator-comparison .calculator-wrap .calc-section ul li::before {
content: "";
background-color: rgba(0, 0, 0, 0.54);
width: 6px;
height: 6px;
display: block;
border-radius: 100%;
position: absolute;
left: -22px;
top: 7px;
}
.page-template-freedom-calculator .calculator-wrap .calc-section ul li:last-of-type, .page-template-calculator-comparison .calculator-wrap .calc-section ul li:last-of-type {
margin-bottom: 0px;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option {
display: grid;
grid-template-columns: 190px 125px auto;
grid-column-gap: 18px;
column-gap: 18px;
align-items: center;
padding: 0 12px;
margin-top: 12px;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-optiontext, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-optiontext {
display: flex;
flex-flow: row wrap;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-optiontext span, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-optiontext span {
width: 100%;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-optiontext span:first-of-type, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-optiontext span:first-of-type {
font-size: 14px;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-optiontext span:last-of-type, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-optiontext span:last-of-type {
font-size: 10px;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-optionselect, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-optionselect {
margin-left: auto;
margin-right: auto;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-optionselect.checkbox, .page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-optionselect.radio, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-optionselect.checkbox, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-optionselect.radio {
position: relative;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-optionselect.checkbox input, .page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-optionselect.radio input, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-optionselect.checkbox input, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-optionselect.radio input {
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
width: 24px;
height: 24px;
cursor: pointer;
opacity: 0;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-optionselect.checkbox input:checked~label, .page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-optionselect.radio input:checked~label, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-optionselect.checkbox input:checked~label, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-optionselect.radio input:checked~label {
color: #fb9101;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-optionselect.checkbox label, .page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-optionselect.radio label, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-optionselect.checkbox label, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-optionselect.radio label {
margin: 0px;
color: #666666;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-optionselect.checkbox:hover input~label, .page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-optionselect.radio:hover input~label, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-optionselect.checkbox:hover input~label, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-optionselect.radio:hover input~label {
background-color: #f5f5f5;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-optionselect.slider, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-optionselect.slider {
position: relative;
margin-bottom: 6px;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input {
-webkit-appearance: none;
width: 100%;
height: 2px;
border-radius: 5px;
background: rgba(0, 0, 0, 0.26);
outline: none;
padding: 0;
margin: 0;
z-index: 10000;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-webkit-slider-thumb, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-webkit-slider-thumb {
appearance: none;
width: 18px;
height: 18px;
border-radius: 50%;
background: #fb9101;
cursor: pointer;
transition: background 0.15s ease-in-out;
z-index: 9999;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-webkit-slider-thumb:hover, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-webkit-slider-thumb:hover {
background: #fb9101;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input:active::-webkit-slider-thumb, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input:active::-webkit-slider-thumb {
background: #fb9101;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-moz-range-thumb, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-moz-range-thumb {
width: 18px;
height: 18px;
border: 0;
border-radius: 50%;
background: #fb9101;
cursor: pointer;
transition: background 0.15s ease-in-out;
z-index: 9999;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-moz-range-thumb:hover, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input::-moz-range-thumb:hover {
background: #fb9101;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input:active::-moz-range-thumb, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input:active::-moz-range-thumb {
background: #fb9101;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input:focus::-webkit-slider-thumb, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .slider-input:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 3px #fff, 0 0 0 6px #fb9101;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .range-value, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-optionselect.slider .range-value {
position: absolute;
top: 76%;
left: 0;
transform: translateY(-50%);
width: 18px;
height: 18px;
color: #fff;
text-align: center;
font-size: 10px;
z-index: 1;
pointer-events: none;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-amount, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-amount {
text-align: center;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-cost, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-cost {
text-align: right;
color: #000;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-cost.disabled, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-cost.disabled {
color: rgba(0, 0, 0, 0.24);
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-cost.material-icons::before, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-cost.material-icons::before {
content: "";
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-cost.material-icons.green, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-cost.material-icons.green {
color: #2E7D32;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-cost.material-icons.red, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-cost.material-icons.red {
color: #C62828;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .calc-option .calc-cost::before, .page-template-calculator-comparison .calculator-wrap .calc-section .calc-option .calc-cost::before {
content: "£";
}
.page-template-freedom-calculator .calculator-wrap .calc-section#totals .calc-option .calc-optiontext, .page-template-calculator-comparison .calculator-wrap .calc-section#totals .calc-option .calc-optiontext {
grid-column: 1/3;
}
.page-template-freedom-calculator .calculator-wrap .calc-section#totals .calc-option .calc-optiontext span, .page-template-calculator-comparison .calculator-wrap .calc-section#totals .calc-option .calc-optiontext span {
font-size: 14px;
}
.page-template-freedom-calculator .calculator-wrap .calc-section#totals .calc-option .calc-cost, .page-template-calculator-comparison .calculator-wrap .calc-section#totals .calc-option .calc-cost {
color: #000;
}
.page-template-freedom-calculator .calculator-wrap .calc-section#included .calc-option, .page-template-calculator-comparison .calculator-wrap .calc-section#included .calc-option {
grid-template-columns: 1fr;
padding: 0px 12px 0 0;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .submitcompare, .page-template-calculator-comparison .calculator-wrap .calc-section .submitcompare {
margin-top: 24px;
padding: 8px 16px;
color: #fff;
background-color: #fb9101;
border: 0px;
border-radius: 2px;
margin-left: auto;
margin-right: 0;
display: block;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
font-family: "Work Sans", sans-serif;
text-transform: uppercase;
}
.page-template-freedom-calculator .calculator-wrap .calc-section .submitcompare:hover, .page-template-calculator-comparison .calculator-wrap .calc-section .submitcompare:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.page-template-calculator-comparison .outerwrap {
display: grid;
grid-template-columns: 16px 1fr 1fr 1fr 1fr 16px;
column-gap: 32px;
grid-column-gap: 32px;
overflow-x: auto;
}
.page-template-calculator-comparison .outerwrap .calculator-wrap {
width: 375px;
}
.page-template-calculator-comparison .outerwrap .calculator-wrap .calc-section .calc-option {
grid-template-columns: auto 35px auto;
}
.page-template-calculator-comparison .outerwrap .calculator-wrap#freedom .calc-top {
background-color: #fb9101;
}
.share-button.share-inline .social.top li.social-xing {
display: none !important;
}
.mobile98 {
font-size: 150px !important;
}  .page-id-92452 #nf-form-874-cont .nf-next-item .nf-next,
.page-id-92452 #nf-form-874-cont .nf-previous-item>.nf-previous,
.page-id-92452 #nf-form-939-cont .nf-next-item .nf-next,
.page-id-92452 #nf-form-939-cont .nf-previous-item>.nf-previous {
background-color: #f7922c;
border: 1px solid #f7922c;
text-transform: uppercase;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.page-id-92452 #nf-form-874-cont .nf-next-item .nf-next:hover,
.page-id-92452 #nf-form-874-cont .nf-previous-item>.nf-previous:hover,
.page-id-92452 #nf-form-939-cont .nf-next-item .nf-next:hover,
.page-id-92452 #nf-form-939-cont .nf-previous-item>.nf-previous:hover {
background-color: transparent;
color: #f7922c;
}
.page-id-92452 .instant-submit {
float: right;
}
.page-id-92452 .instant-submit #nf-field-5042 {
margin-top: 9px;
border: 1px solid #00aae0;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.page-id-92452 .instant-submit #nf-field-5042:hover {
background-color: transparent;
color: #00aae0;
}
@media only screen and (max-width: 767px) {
#nf-field-5042-container {
float: left;
}
#nf-field-5042 {
padding: 13px 18px;
}
.pg-message-inner>div {
order: 2;
}
.pg-message-inner>a {
order: 3;
font-size: 0.8rem;
}
.pg-message-inner>span#pg-message-close {
order: 1;
margin-left: auto;
}
}
.page-id-92452 #index-183264 hr {
border-color: transparent;
}
#nf-form-874-cont .nf-form-fields-required,
#nf-form-939-cont .nf-form-fields-required {
display: none;
}
#nf-form-874-cont .nf-mp-header,
#nf-form-939-cont .nf-mp-header {
margin-bottom: 0px;
}
#nf-form-874-cont .nf-mp-header h3,
#nf-form-939-cont .nf-mp-header h3 {
color: #2c3538;
}
.page-id-92452 .pg-progressbar-wrap .pg-start, .page-id-92452 .pg-progressbar-wrap .pg-end {
background-color: transparent;
}
.page-id-92452 #nf-field-5063autocomplete-list,
.page-id-92452 #nf-field-5073autocomplete-list {
max-height: 300px;
overflow-y: auto;
border-bottom: 1px solid #f7922c;
}
.page-id-92452 .autocomplete-items {
border: 1px solid #f7922c;
}
.nf-form-content .nf-field-container #nf-field-5063-wrap .nf-field-element .ninja-forms-field:focus,
.nf-form-content .nf-field-container #nf-field-5073-wrap .nf-field-element .ninja-forms-field:focus {
border-color: #f7922c;
}
.page-id-92452 .main-container .row-container .row-parent .column_child.single-internal-gutter .uncont>.instant-separator {
margin-top: 50px;
}
@media only screen and (max-width: 768px) {
.empty-space.empty-quad.instant-headsep {
padding-top: 48px;
}
}
.page-id-92452 .instant-blogs .isotope-container>.tmb {
height: 500px;
}
.page-id-92452 .instant-blogs .isotope-container>.tmb,
.page-id-92452 .instant-blogs .isotope-container>.tmb>.t-inside,
.page-id-92452 .instant-blogs .isotope-container>.tmb>.t-inside>.t-entry-text,
.page-id-92452 .instant-blogs .isotope-container>.tmb>.t-inside>.t-entry-text>.t-entry-text-tc,
.page-id-92452 .instant-blogs .isotope-container>.tmb>.t-inside>.t-entry-text>.t-entry-text-tc>.t-entry {
display: flex;
flex-flow: column nowrap;
}
.page-id-92452 .instant-blogs .isotope-container>.tmb>.t-inside,
.page-id-92452 .instant-blogs .isotope-container>.tmb>.t-inside>.t-entry-text,
.page-id-92452 .instant-blogs .isotope-container>.tmb>.t-inside>.t-entry-text>.t-entry-text-tc,
.page-id-92452 .instant-blogs .isotope-container>.tmb>.t-inside>.t-entry-text>.t-entry-text-tc>.t-entry {
flex: 1;
}
.page-id-92452 .instant-blogs .isotope-container>.tmb>.t-inside>.t-entry-text>.t-entry-text-tc>.t-entry>.t-entry-readmore {
margin-top: auto;
margin-bottom: 0px;
}
.page-id-92452 .uncode-list ul.icons {
margin-left: 30px;
}
.page-id-92452 .uncode-list ul.icons li .fa {
margin-left: -30px;
}
body.page-template-page-payment-gateway .post-content .nf-form-layout form .nf-form-content .pg-gln .nf-field .field-wrap .nf-field-description p a:focus {
color: #ffffff !important;
}
body.page-template-page-payment-gateway .post-content .nf-form-layout form .nf-form-content .field-wrap .nf-field-element input:focus {
border-color: #f7922c;
}
@media screen and (width:1024px) {
body.page-template-page-payment-gateway .btn-custom-typo.font-205972 {
width: 100%;
white-space: normal;
}
.main-container .row-container .row-child.col-double-gutter>.row-inner .col-lg-3.half-internal-gutter,
.main-container .row-container .col-double-gutter>.row-inner .col-lg-3.half-internal-gutter {
padding-left: 36px;
}
.main-container footer.site-footer .row-container .row-child.col-double-gutter>.row-inner,
.main-container footer.site-footer .row-container .col-double-gutter>.row-inner {
margin-left: -36px;
}
}
@media screen and (width:360px) {
.pg-progressbar-wrap {
-ms-grid-columns: 66px 13px 40px 1fr 40px 1fr 40px 13px 66px;
grid-template-columns: 66px 13px 40px 1fr 40px 1fr 40px 13px 66px;
}
}  .page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.select, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.select {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.select>select {
display: block;
font-size: 14px;
color: #444;
line-height: 1.3;
padding: .6em 1.4em .5em .8em;
width: 100%;
max-width: 100%;
box-sizing: border-box;
margin: 0;
border: 1px solid #aaa;
border-radius: 2px;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-color: #fff;
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23f7922c%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
background-repeat: no-repeat, repeat;
background-position: right .7em top 50%;
background-size: .65em auto;
}
.page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.select>select {
display: block;
font-size: 14px;
color: #444;
line-height: 1.3;
padding: .6em 1.4em .5em .8em;
width: 100%;
max-width: 100%;
box-sizing: border-box;
margin: 0;
border: 1px solid #aaa;
border-radius: 2px;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-color: #fff;
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%239ad1e5%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
background-repeat: no-repeat, repeat;
background-position: right .7em top 50%;
background-size: .65em auto;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.select>select::-ms-expand, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.select>select::-ms-expan {
display: none;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.select>select:hover {
border-color: #f7922c;
}
.page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.select>select:hover {
border-color: #9ad1e5;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.select>select:focus, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.select>select:focus {
border-color: #aaa;
box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
box-shadow: 0 0 0 3px -moz-mac-focusring;
color: #222;
outline: none;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>div>#add-api, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>div>#add-api {
margin-top: 8px;
padding: 4px 12px;
background-color: #f7922c;
display: flex;
flex-flow: row nowrap;
align-items: center;
border-radius: 2px;
justify-content: space-between;
border: 1px solid #f7922c;
cursor: pointer;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>div>#add-api:hover, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>div>#add-api:hover {
background-color: transparent;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>div>#add-api>span, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>div>#add-api>span {
color: #fff;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>div>#add-api:hover>span, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>div>#add-api:hover>span {
color: #f7922c;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>div>#add-api>span:first-of-type .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>div>#add-api>span:first-of-type {
text-transform: uppercase;
font-size: 0.7rem;
margin-right: 4px;
font-weight: 600;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>div>#add-api>span.material-icons, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>div>#add-api>span.material-icons {
font-size: 0.7rem;
}
.page-template-page-calculator .calcouter .total-wrap .calc-section .total-table .calc-cost.removebefore::before, .page-template-page-einvoice-calculator .calcouter .total-wrap .calc-section .total-table .calc-cost.removebefore::before, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-cost.removebefore::before {
content: '';
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>.material-icons.integration-delete, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>.material-icons.integration-delete {
background-color: red;
color: #fff;
border-radius: 50%;
padding: 1px;
font-size: 11px;
grid-column: 2/3;
margin: 4px;
border: 1px solid red;
cursor: pointer;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>.material-icons.integration-delete:hover, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>.material-icons.integration-delete:hover {
background-color: transparent;
color: red;
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.number, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optionselect.number {
margin-left: 0;
margin-right: 0;
}
.page-template-page-einvoice-automation .calc-option .calc-optionselect.select>select {
display: block;
width: 100%;
max-width: 100%;
box-sizing: border-box;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-color: #fff;
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23f7922c%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
background-repeat: no-repeat, repeat;
background-position: right .7em top 50%;
background-size: .65em auto;
}
.page-template-page-einvoice-automation .invAuto-calc-heading .invAuto-calc-heading-right {
line-height: 0;
}
.calcnum {
display: block;
font-size: 14px;
color: #444;
line-height: 1.3;
padding: .6em 1.4em .5em .8em;
width: 100%;
max-width: 100%;
box-sizing: border-box;
margin: 0;
border: 1px solid #aaa;
border-radius: 2px;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-color: #fff;
}
.page-template-page-calc-comparison .modaldesc-desc>div, .page-template-page-einvoice-comparison .modaldesc-desc>div {
height: 300px;
overflow: auto;
}
.page-template-page-calc-comparison .modaldesc-desc>div>table tr>th, .page-template-page-einvoice-comparison .modaldesc-desc>div>table tr>th {
font-size: 0.8rem;
text-align: center;
}
.page-template-page-calc-comparison .modaldesc-desc>div>table tr>td, .page-template-page-einvoice-comparison .modaldesc-desc>div>table tr>td {
text-align: center;
font-weight: 400;
}
.page-template-page-calc-comparison .modaldesc-desc>div>table tr>th:first-of-type, .page-template-page-calc-comparison .modaldesc-desc>div>table tr>td:first-of-type, .page-template-page-einvoice-comparison .modaldesc-desc>div>table tr>th:first-of-type, .page-template-page-einvoice-comparison .modaldesc-desc>div>table tr>td:first-of-type {
text-align: left;
}
.page-template-page-calc-comparison .modaldesc-desc>div>table tr>td[colspan="3"], .page-template-page-einvoice-comparison .modaldesc-desc>div>table tr>td[colspan="3"] {
background-color: #DAD9D7;
font-weight: 600;
font-size: 0.8rem;
}
@media only screen and (max-width: 767px) {
.page-template-page-calculator .limit-width, .page-template-page-einvoice-calculator .limit-width {
display: -webkit-box;
}
}
@media only screen and (max-width: 768px) {
.page-template-page-calc-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell>div .coltitle, .page-template-page-einvoice-comparison .comp-outerwrap .comparisonwrap .comparisoncol#titles .comparisoncell>div .coltitle {
font-size: 12px;
}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>div span:first-of-type, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>div span:first-of-type {
display: inline-block;
width: 150px;
}
.page-template-page-calculator .modaldesc#modaldesc-insight, .page-template-page-einvoice-calculator .modaldesc#modaldesc-insight {
top: auto;
}
}
.page-template-page-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>div>#add-api>span:first-of-type, .page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option .calc-optiontext>div>#add-api>span:first-of-type {
font-size: 0.7rem;
}
@media only screen and (max-width: 768px) {
.page-template-page-calculator .modaldesc, .page-template-page-einvoice-calculator .modaldesc {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 0;
}
.page-template-page-calc-comparison .modaldesc .modaldesc-container, .page-template-page-einvoice-comparison .modaldesc .modaldesc-container {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 0;
transform: none;
width: 100%;
}
.page-template-page-calc-comparison .modaldesc-desc>div, .page-template-page-einvoice-comparison .modaldesc-desc>div {
height: 260px;
}
}
.page-template-page-calc-comparison .modaldesc .modaldesc-container .modaldesc-desc>ul, .page-template-page-einvoice-comparison .modaldesc .modaldesc-container .modaldesc-desc>ul {
list-style: disc;
padding: 0px 18px;
}  @media only screen and (max-width: 959px) {
.eurinv19-logo1 {
width: 55%;
margin-left: auto;
margin-right: auto;
}
.eurinv19-logo1 .tmb .t-entry-visual .uncode-single-media-wrapper {
height: 0;
padding-top: 21.53%;
}
.eurinv19-logo2 .tmb .t-entry-visual .uncode-single-media-wrapper {
height: 0px;
padding-top: 15.28%;
}
.eurinv19-logo1 .tmb .t-entry-visual .uncode-single-media-wrapper img, .eurinv19-logo2 .tmb .t-entry-visual .uncode-single-media-wrapper img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
}
}
.postid-123313 .background-wrapper>.block-bg-overlay {
opacity: 0.4 !important;
}  @media screen and (max-width: 700px) {
.postid-123553 .header-wrapper .background-inner {
background-position: center right -90px !important;
}
.postid-123553 .header-wrapper .block-bg-overlay {
opacity: 0.4;
}
}  @media screen and (max-width: 959px) {
#desktoponly {
display: none;
}
} .edi-software-cb .uncell .uncont {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
grid-template-columns: repeat(5, 1fr);
-ms-grid-rows: auto;
grid-template-rows: auto;
-webkit-column-gap: 20px;
-moz-column-gap: 20px;
column-gap: 20px;
gap: 20px;
}
.edi-software-cb .uncell .edi-software-cb-inwrap .uncont {
height: 100%;
display: -ms-grid;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
}
.edi-software-cb .uncont .row-internal {
height: 100%;
}
.edi-software-cb .uncell .edi-software-cb-inwrap .uncont .icon-box .icon-box-content h3 {
font-size: 25px
}
.edi-software-cb .uncell .edi-software-cb-inwrap .uncont span.btn-block a {
padding: 13px !important;
}
.edi-software-cb .uncell .edi-software-cb-inwrap .uncoltable {
height: 435px;
}
.edi-software-cb .uncell .edi-software-cb-inwrap .uncont .btn-block {
margin-top: auto !important;
margin-bottom: 0;
}
@media screen and (max-width: 1169px) {
.edi-software-cb .uncell .edi-software-cb-inwrap .uncoltable {
height: 452px;
}
}
@media screen and (min-width: 1110px) {
body:not(.vc-safe-mode) .edi-software-cb .shift_y_neg_quad:not(.shift_y_fixed) {
margin-top: -108px !important;
}
}
@media screen and (max-width: 1110px) {
body:not(.vc-safe-mode) .edi-software-cb .shift_y_neg_quad:not(.shift_y_fixed) {
margin-top: 0px !important;
}
.edi-software-cb .uncell .uncont {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: repeat(2, 1fr);
-ms-grid-rows: 1fr auto 1fr;
grid-template-rows: 1fr auto 1fr;
}
.edi-software-cb .uncell .edi-software-cb-inwrap .uncoltable {
height: 352px;
}
.edi-software-cb .uncell .uncont .vc_custom_1629122393996 {
grid-column: 1 / span 2;
}
.edi-software-cb .uncell .edi-software-cb-inwrap .single-block-padding {
padding-right: 30px !important;
padding-left: 30px !important;
}
}
@media screen and (max-width: 893px) {
body:not(.vc-safe-mode) .edi-software-cb .shift_y_neg_quad:not(.shift_y_fixed) {
margin-top: 0px !important;
}
.edi-software-cb .uncell .uncont {
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr auto 1fr;
}
.edi-software-cb .uncell .edi-software-cb-inwrap .uncoltable {
height: 341px;
}
.edi-software-cb .uncell .edi-software-cb-inwrap .uncont .icon-box .icon-box-content h3 {
font-size: 29px;
}
.edi-software-cb .uncell .edi-software-cb-inwrap .uncont .vc_custom_heading_wrap {
margin-top: 0px !important;
}
}
@media screen and (max-width: 857px) {
.edi-software-cb .uncell .edi-software-cb-inwrap .uncoltable {
height: 391px;
}
.edi-software-cb .uncell .edi-software-cb-inwrap.vc_custom_1629122393996 .uncoltable {
height: 300px;
}
}
@media screen and (max-width: 617px) {
.edi-software-cb .uncell .edi-software-cb-inwrap .uncoltable {
height: 445px;
}
.edi-software-cb .uncell .edi-software-cb-inwrap .uncont .icon-box .icon-box-content h3 {
font-size: 24px;
}
}
@media screen and (max-width: 570px) {
.edi-software-cb .uncell .uncont {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
-ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: repeat(5, 1fr);
}
.edi-software-cb .uncell .edi-software-cb-inwrap .uncoltable {
height: 316px;
}
.edi-software-cb .uncell .edi-software-cb-inwrap .uncont .icon-box .icon-box-content h3 {
font-size: 29px;
}
.edi-software-cb .uncell .edi-software-cb-inwrap .uncont .vc_custom_heading_wrap {
margin-top: 0px !important;
}
.uncell .uncont .vc_custom_1629122393996 {
-ms-grid-column: 1;
grid-column: 1 !important;
}
}
@media screen and (max-width: 375px) {
.edi-software-cb .uncell .edi-software-cb-inwrap {
margin-bottom: 20px;
}
.edi-software-cb .uncell #instant-edi .uncoltable {
height: 326.2px;
}
}
@media screen and (max-width: 321px) {
.edi-software-cb .uncell #instant-edi .uncoltable, .edi-software-cb .uncell .edi-software-cb-inwrap.vc_custom_1629122393996 .uncoltable, .edi-software-cb .uncell .edi-software-cb-inwrap .uncoltable {
height: 411px;
}
}
@media all and (-ms-high-contrast: active) and (min-width: 1111px), all and (-ms-high-contrast: none) and (min-width: 1111px) {
.edi-software-cb .uncell .edi-software-cb-inwrap.vc_custom_1629122387154 {
-ms-grid-column: 2;
margin-left: 20px;
}
.edi-software-cb .uncell .edi-software-cb-inwrap.vc_custom_1629122393996 {
-ms-grid-column: 3;
margin-left: 20px;
}
.edi-software-cb .uncell .edi-software-cb-inwrap.vc_custom_1629122401877 {
-ms-grid-column: 4;
margin-left: 20px;
}
.edi-software-cb .uncell .edi-software-cb-inwrap.vc_custom_1629122408294 {
-ms-grid-column: 5;
margin-left: 20px;
}
}
@media all and (-ms-high-contrast: active) and (max-width: 1110px), all and (-ms-high-contrast: none) and (max-width: 1110px) {
.edi-software-cb .uncell .edi-software-cb-inwrap .uncoltable {
height: 352px;
}
.edi-software-cb .uncell .uncont:first-child {
-ms-grid-column: 1;
-ms-grid-row: 1;
margin-right: 10px;
}
.edi-software-cb .uncell .edi-software-cb-inwrap.vc_custom_1629122387154 {
-ms-grid-column: 2;
-ms-grid-row: 1;
margin-left: 20px;
}
.edi-software-cb .uncell .edi-software-cb-inwrap.vc_custom_1629122393996 {
-ms-grid-column: 1;
-ms-grid-row: 2;
-ms-grid-column-span: 2;
grid-column: 1 / span 2;
margin-top: 20px !important;
margin-bottom: 20px !important;
}
.edi-software-cb .uncell .edi-software-cb-inwrap.vc_custom_1629122401877 {
-ms-grid-column: 1;
-ms-grid-row: 3;
margin-right: 10px;
}
.edi-software-cb .uncell .edi-software-cb-inwrap.vc_custom_1629122408294 {
-ms-grid-column: 2;
-ms-grid-row: 3;
margin-left: 20px;
}
}
@media all and (-ms-high-contrast: active) and (max-width: 857px), all and (-ms-high-contrast: none) and (max-width: 857px) {
.edi-software-cb .uncell .edi-software-cb-inwrap .uncoltable {
height: 391px !important;
}
.edi-software-cb .uncell .edi-software-cb-inwrap.vc_custom_1629122393996 .uncoltable {
height: 300px !important;
}
}
@media all and (-ms-high-contrast: active) and (max-width: 617px), all and (-ms-high-contrast: none) and (max-width: 617px) {
.edi-software-cb .uncell .edi-software-cb-inwrap .uncoltable {
height: 445px !important;
}
}
@media all and (-ms-high-contrast: active) and (max-width: 570px), all and (-ms-high-contrast: none) and (max-width: 570px) {
.edi-software-cb .uncell .edi-software-cb-inwrap .uncoltable {
height: 316px !important;
}
.edi-software-cb .uncell .edi-software-cb-inwrap.vc_custom_1629122387154 {
-ms-grid-column: 1;
-ms-grid-row: 2;
margin-left: 0px;
margin-top: 5px !important;
}
.edi-software-cb .uncell .edi-software-cb-inwrap.vc_custom_1629122393996 {
-ms-grid-column: 1;
-ms-grid-row: 3;
margin-bottom: 0px !important;
margin-top: 7px !important;
}
.edi-software-cb .uncell .edi-software-cb-inwrap.vc_custom_1629122401877 {
-ms-grid-column: 1;
-ms-grid-row: 4;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px !important;
}
.edi-software-cb .uncell .edi-software-cb-inwrap.vc_custom_1629122408294 {
-ms-grid-column: 1;
-ms-grid-row: 5;
margin-left: 0px;
margin-top: 15px !important;
}
} .postid-123337 .row-container .double-bottom-padding {
padding-top: 36px;
padding-bottom: 36px;
} .post-template-single-blog-template .main-container .row-inner {
height: 100% !important;
}
.post-template-single-blog-template .main-container .row-container .quad-bottom-padding {
padding-bottom: 20px;
}
.post-template-single-blog-template .main-container .row-container .quad-top-padding {
padding-top: 20px;
}
.post-template-single-blog-template .row div[class*=col-lg-].pos-bottom, .post-template-single-blog-template .row div[class*=col-lg-].pos-bottom, .post-template-single-blog-template .row div[class*=col-lg-].pos-bottom .uncell {
vertical-align: middle;
}
.post-template-single-blog-template .main-container .row-container .row-parent .double-internal-gutter .uncont>* {
margin-top: 50px;
}
.post-template-single-blog-template .main-container .row-container .row-parent .column_child.no-internal-gutter .uncont>* {
margin-top: 0px;
}
.post-template-single-blog-template .limit-width {
padding-left: 36px;
padding-right: 36px;
}
.post-template-single-blog-template .bp-content-wrap {
-ms-grid-columns: 3fr 1fr;
grid-template-columns: 66.66% 33.33%;
-ms-grid-rows: auto;
grid-template-rows: auto;
}
.post-template-single-blog-template .bp-cta {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}
.post-template-single-blog-template .limit-width {
padding-left: 36px;
padding-right: 36px;
}
.post-template-single-blog-template, .page-template-page-einvoice-automation {
background-color: #fff !important;
}
.post-template-single-blog-template .bp-content-inwrap {
border-bottom: solid rgba(150, 89, 89, 0.11) 1px;
margin-top: 62px;
padding-bottom: 36px;
}
.post-template-single-blog-template .content-left a {
color: #00AAE0;
}
.post-template-single-blog-template a:hover {
color: #0091c7;
}
.post-template-single-blog-template .bp-links ul li a:hover {
color: #F7922C;
}
.post-template-single-blog-template .row-background .background-wrapper .background-inner {
background-position: center center !important;
}
.post-template-single-blog-template h2 {
font-family: inherit;
font-size: 1.8rem;
font-weight: 800;
line-height: 1.2;
letter-spacing: 0em;
}
.post-template-single-blog-template .content-left h1, .post-template-single-blog-template .content-left h2, .post-template-single-blog-template .content-left h3, .post-template-single-blog-template .content-left h4, .post-template-single-blog-template .content-left h5, .post-template-single-blog-template .content-left h6 {
margin-top: 0px;
}
.post-template-single-blog-template h3 {
margin-top: 0;
font-size: 1.8rem;
line-height: 1;
font-weight: 800;
}
.post-template-single-blog-template h4 {
font-size: 0.75rem;
font-weight: bold;
text-transform: uppercase;
}
.post-template-single-blog-template .roi-outer h4 {
font-size: 20px;
color: #2c3538;
text-transform: none;
}
.post-template-single-blog-template .roi-outer span.roi-rec-cost,
.post-template-single-blog-template .roi-outer span.roi-rec-roi {
color: #2c3538;
}
.post-template-single-blog-template .bp-content:first-of-type h1, .post-template-single-blog-template .bp-content:first-of-type h2, .post-template-single-blog-template .bp-content:first-of-type h3, .post-template-single-blog-template .bp-content:first-of-type h4, .post-template-single-blog-template .bp-content:first-of-type h5, .post-template-single-blog-template .bp-content:first-of-type h6 {
padding-top: 0px;
margin-top: 0px;
}
.post-template-single-blog-template .bp-text {
margin-top: 0px;
padding-top: 0px;
}
.post-template-single-blog-template .bp-content:first-of-type .bp-title {
margin-top: 0px;
}
.post-template-single-blog-template .bp-title {
padding-top: 0px;
margin-top: 60px;
}
.post-template-single-blog-template .bp-products-wrap h2 {
padding-top: 0px;
}
.post-template-single-blog-template .bp-content-wrap {
display: -ms-grid;
display: grid;
}
.post-template-single-blog-template .content-left {
margin-top: 50px;
-ms-grid-column: 1;
}
.post-template-single-blog-template .bp-sidebar {
padding: 0 0 0 36px;
-ms-grid-column: 2;
}
.post-template-single-blog-template .bp-sidebar .bp-sidebar-wrap {
background-color: #ECECEB;
height: 100%;
}
.post-template-single-blog-template .bp-fixed {
position: fixed;
top: 0;
}
.post-template-single-blog-template .bp-cta {
display: -ms-grid;
display: grid;
text-align: center;
border: solid 1px #EAEAEA;
border-radius: 8px;
margin-top: 50px;
margin-bottom: 50px;
}
.post-template-single-blog-template .bp-cta p {
margin-top: 20px;
}
.post-template-single-blog-template .bp-cta .bp-cta-left {
padding: 40px;
background-color: #F7F7F7;
display: flex;
flex-wrap: wrap;
align-content: space-between;
justify-content: center;
border-right: solid 1px #EAEAEA;
-ms-grid-column: 1;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
}
.post-template-single-blog-template .bp-cta .bp-cta-left h3, .post-template-single-blog-template .bp-cta .bp-cta-left p {
width: 100%;
}
.post-template-single-blog-template .bp-cta-button {
margin-top: 36px;
margin-bottom: 36px;
width: auto;
display: flex;
}
.post-template-single-blog-template .bp-cta .bp-cta-button {
margin-bottom: 0px;
}
.post-template-single-blog-template .bp-cta-button a {
color: #fff;
background-color: #f7922c;
border: #f7922c solid 1px;
border-radius: 8px;
font-size: 0.9rem;
padding: 16px 39px;
font-weight: 600;
letter-spacing: .1em;
white-space: pre-wrap;
display: block;
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.post-template-single-blog-template .bp-cta-button a:hover {
background-color: transparent;
color: #f7922c;
}
.post-template-single-blog-template .bp-cta .bp-cta-right {
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
-ms-grid-column: 2;
}
.post-template-single-blog-template .bp-cta .bp-cta-right .cta-img {
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
padding-top: 100%;
}
.post-template-single-blog-template .bp-cta .bp-cta-right.cta_image .cta-img img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-top-right-radius: 8px;
object-fit: cover;
border-bottom-right-radius: 8px;
}
.post-template-single-blog-template .bp-cta .bp-cta-right.cta_logo .cta-img img {
max-height: 100%;
max-width: 100%;
margin: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
padding: 30px;
}
.post-template-single-blog-template hr {
color: rgb(0, 0, 0, 0.11);
margin-top: 62px;
margin-bottom: 36px;
}
.post-template-single-blog-template hr.hr-products {
margin-bottom: 50px;
}
.post-template-single-blog-template .bp-content:first-of-type hr {
display: none;
}
.post-template-single-blog-template hr.hr-1, .post-template-single-blog-template hr.hr-2, .post-template-single-blog-template hr.hr-3 {
display: none !important;
}
.post-template-single-blog-template #bp-content-2 .bp-title, .post-template-single-blog-template #bp-content-3 .bp-title {
border-top: solid 1px rgba(0, 0, 0, .11);
margin-top: 63px;
}
.post-template-single-blog-template .bp-quote {
margin-top: 50px;
margin-bottom: 50px;
}
.post-template-single-blog-template .bp-quote .quote {
background-color: #F6F6F6;
text-align: center;
padding: 50px 36px;
position: relative;
}
.post-template-single-blog-template .bp-quote .quote .fa-quote-left {
font-size: 2.25rem;
position: absolute;
margin-top: -66px;
color: #00aae0;
left: 50%;
transform: translateX(-50%);
-ms-transform: translateX(-50%);
-moz-transform: translateX(-50%);
}
.post-template-single-blog-template .bp-quote .quote blockquote {
margin: 0;
border: none;
padding: 0;
font-size: 1.125rem;
}
.post-template-single-blog-template .bp-quote .quote figcaption {
margin-top: 18px;
font-size: 1rem;
font-weight: 700;
display: flex;
justify-content: center;
align-items: center;
text-align: left;
}
.post-template-single-blog-template .bp-quote .quote figcaption .dash {
font-size: 1.8rem;
color: #00AAE0;
margin-right: 10px;
}
.post-template-single-blog-template .bp-highlight {
background-color: #F6F6F6;
text-align: left;
padding: 50px 36px;
margin-top: 50px;
margin-bottom: 50px;
}
.post-template-single-blog-template .bp-highlight p {
font-size: 1.125rem;
line-height: 1.5;
}
.post-template-single-blog-template .bp-highlight p:first-of-type {
margin-top: 0;
}
.post-template-single-blog-template .bp-links {
margin-top: 50px;
}
.post-template-single-blog-template .bp-bulletpoint ul {
margin-left: 26px;
margin-bottom: 30px;
}
.post-template-single-blog-template .bp-links ul {
margin-left: 36px;
}
.post-template-single-blog-template .bp-bulletpoint ul li, .post-template-single-blog-template .bp-links ul li {
margin-bottom: 5px;
line-height: 1.7;
}
.post-template-single-blog-template .bp-bulletpoint .fa-circle, .post-template-single-blog-template .bp-links .fa-circle {
font-size: 0.625rem;
margin-left: -26px;
margin-right: 12px;
color: #F7922C;
}
.post-template-single-blog-template .bp-bulletpoint .fa-circle {
line-height: 2.5;
float: left;
}
.post-template-single-blog-template .bp-bulletpoint ol li p {
margin-top: 7px;
}
.post-template-single-blog-template .bp-bulletpoint ul li p {
margin-top: 0px;
}
.post-template-single-blog-template .bp-media-text-wrap {
display: grid;
display: -ms-grid;
grid-template-columns: 1fr 1fr;
-ms-grid-column: 1fr 1fr;
gap: 20px;
margin-top: 50px;
}
.post-template-single-blog-template .bp-media-wrap {
margin-top: 20px;
}
.post-template-single-blog-template .bp-image {
width: 100%;
height: 0;
padding-top: 56.52%;
position: relative;
border-radius: 4px;
}
.post-template-single-blog-template .bp-media-text-wrap .bp-image {
width: 100%;
height: 100%;
padding-top: 0;
position: relative;
border-radius: 4px;
overflow: hidden;
}
.post-template-single-blog-template .bp-media-text-wrap .bp-video {
position: relative;
}
.post-template-single-blog-template .bp-media-text-wrap .bp-video iframe {
width: 100%;
height: 100%;
}
.post-template-single-blog-template .bp-media-wrap .bp-video iframe {
width: 100%;
}
.post-template-single-blog-template .bp-media-text-wrap .bp-video video {
width: 100%;
height: auto;
}
.post-template-single-blog-template .bp-media-wrap .bp-video video {
width: 100%;
}
.post-template-single-blog-template .bp-media-text-wrap .bp-col-text p:first-of-type {
margin-top: 0px;
}
.post-template-single-blog-template .bp-image img {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 4px;
}
.post-template-single-blog-template .bp-media-text-wrap .bp-image img {
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, 0%);
max-width: 100%;
height: auto;
border-radius: 4px;
}
.post-template-single-blog-template .bp-products.bp-products-nodisplay {
display: none;
}
.post-template-single-blog-template .bp-products .center_slider {
width: 100%;
margin: auto;
position: relative;
margin-top: 36px;
}
.post-template-single-blog-template .bp-products .all-product .owl-item {
background-color: #F5F6F8;
border-radius: 8px;
}
.post-template-single-blog-template .bp-products .all-product .ar-auto {
background-color: #7eacbb;
border-radius: 8px;
}
.post-template-single-blog-template .product-single {
display: grid;
grid-template-rows: 230px 1fr;
}
.post-template-single-blog-template .owl-carousel .owl-stage {
left: 0px;
}
.post-template-single-blog-template .product-single-img-inwrap {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.post-template-single-blog-template .bp-products .all-product .owl-item img {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
height: 230px;
width: 100%;
max-height: 230px;
object-fit: cover;
}
.post-template-single-blog-template .bp-products .all-product .owl-item .product-inwrap {
padding: 36px;
display: flex;
flex-flow: column;
align-content: space-between;
height: 325px;
text-align: center;
}
.post-template-single-blog-template .bp-products .all-product .owl-item .product-inwrap a, .post-template-single-blog-template .bp-products .all-product .product-inwrap .btn-invoice a {
color: #fff;
border-radius: 8px;
font-size: 0.9rem;
padding: 14px 5px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: .1em;
white-space: pre-wrap;
display: block;
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.post-template-single-blog-template .bp-products .all-product .owl-item .product-inwrap a {
color: #fff;
background-color: #1A2764;
border: #1A2764 solid 1px;
}
.post-template-single-blog-template .bp-products .all-product .owl-item .product-inwrap a:hover {
color: #1A2764;
background-color: transparent;
}
.post-template-single-blog-template .bp-products .all-product .owl-item .product-inwrap .btn-invoice a {
color: #fff;
background-color: #00aae0;
border: #00aae0 solid 1px;
}
.post-template-single-blog-template .bp-products .all-product .owl-item .product-inwrap .btn-invoice a:hover {
color: #00aae0;
background-color: transparent;
}
.post-template-single-blog-template .bp-products .owl-item .products-btn {
margin-top: auto;
margin-bottom: 0px;
}
.post-template-single-blog-template .bp-products .owl-item p {
margin-bottom: 18px;
}
.post-template-single-blog-template .relatedcontent-slider ul li {
transition: 0.3s;
}
.post-template-single-blog-template .bp-products .slider {
position: relative;
overflow: hidden;
}
.post-template-single-blog-template .bp-products .slider ul, .post-template-single-blog-template .relatedcontent-slider-wrap {
position: relative;
height: 100%;
}
.post-template-single-blog-template .bp-products .navigator {
width: 100%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.post-template-single-blog-template .bp-related-posts .navigator-rp, .post-template-single-blog-template .bp-sidebar-mobile .navigator-rpm {
width: 100%;
text-align: center;
display: flex;
display: -ms-flexbox;
font-size: 14px;
justify-content: space-between;
}
.post-template-single-blog-template .bp-related-posts .navigator-rp .prev-rp {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: left;
}
.post-template-single-blog-template .bp-related-posts .navigator-rp .next-rp {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: right;
}
.post-template-single-blog-template .owl-dots {
position: relative;
margin-top: 20px;
}
.post-template-single-blog-template .relatedcontent-slider-mobile .owl-dots {
margin-top: 0px;
}
.post-template-single-blog-template .navigator span, .post-template-single-blog-template .navigator-rp, .post-template-single-blog-template .navigator-rpm {
margin-top: 10px;
}
.post-template-single-blog-template .owl-dots span {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 50%;
background: rgba(25, 27, 30, 0.57);
margin: 0 4px;
transition: 0.1s;
position: relative;
top: 0;
cursor: pointer;
}
.post-template-single-blog-template .navigator-rp span, .post-template-single-blog-template .navigator-rpm span {
display: inline-block;
transition: 0.1s;
position: relative;
top: 0;
cursor: pointer;
transition: 0.1s;
font-weight: 600;
}
.post-template-single-blog-template .navigator-rp .prev-rp:hover, .post-template-single-blog-template .navigator-rp .next-rp:hover {
color: #F7922C;
}
.post-template-single-blog-template .navigator-rp .prev-rp i {
padding-right: 5px;
font-size: 20px;
}
.post-template-single-blog-template .navigator-rp .next-rp i {
padding-left: 5px;
font-size: 20px;
}
.owl-dots .owl-dot:hover span {
transform: scale(1.2);
}
.post-template-single-blog-template .slider li, .post-template-single-blog-template .relatedpost_bundle {
float: left;
line-height: 0;
}
.post-template-single-blog-template .slider li {
text-align: center;
}
.post-template-single-blog-template .bp-contacts {
margin-top: 72px;
}
.post-template-single-blog-template .bp-contacts p {
font-size: 1.125rem;
font-weight: 700;
}
.post-template-single-blog-template .bp-contacts.top-margin {
margin-top: 80px;
}
.post-template-single-blog-template .bp-sidebar .bp-related-posts h4 {
margin-top: 0;
}
.post-template-single-blog-template .bp-sidebar-wrap {
padding: 50px 18px;
}
.post-template-single-blog-template .bp-sidebar .bp-related-posts li {
display: grid;
grid-template-columns: 1fr 2fr;
grid-template-rows: auto;
background-color: #fff;
margin-bottom: 10px;
}
.post-template-single-blog-template .bp-sidebar .relatedcontent-slider-wrap-mobile .relatedthumb {
-ms-grid-column: 1;
}
.post-template-single-blog-template .bp-sidebar .bp-related-posts .relatedthumb img {
height: 100%;
object-fit: cover;
}
.post-template-single-blog-template .bp-sidebar .bp-related-posts .relatedcontent {
padding: 12px 12px 15px 12px;
line-height: 1.2;
}
.post-template-single-blog-template .bp-sidebar .relatedcontent-slider-wrap-mobile .relatedcontent {
-ms-grid-column: 2;
}
.post-template-single-blog-template .bp-sidebar .bp-related-posts .relatedcontent span {
font-size: 0.875rem;
font-weight: bold;
}
.post-template-single-blog-template .bp-sidebar .bp-related-posts .relatedcontent span a {
color: inherit;
}
.post-template-single-blog-template .bp-sidebar .bp-related-posts .relatedcontent p {
font-size: 0.75rem;
margin-top: 5px;
margin-bottom: 15px;
line-height: 1.5;
}
.post-template-single-blog-template .bp-sidebar .bp-related-posts .relatedcontent a.relatedcontent-btn, .post-template-single-blog-template .relatedcontent-btn a {
background-color: #2C3538;
color: #fff;
font-size: 0.75rem;
padding: 7px 20px;
border-radius: 2px;
}
.post-template-single-blog-template .bp-categories .categories li {
font-size: 0.938rem;
font-weight: 500;
text-transform: initial;
}
.post-template-single-blog-template .bp-categories {
margin-top: 50px;
}
.post-template-single-blog-template .bp-categories ul {
margin-top: 15px;
}
.post-template-single-blog-template .bp-categories ul>li>ul {
margin-top: 18px;
margin-left: 0;
}
.post-template-single-blog-template #bp-sidebar-fixed .bp-categories .categories li a {
color: #2c3538;
}
.post-template-single-blog-template #bp-sidebar-fixed .bp-categories .categories li a:before {
font-family: "uncodeicon";
content: "\f105";
margin-right: 12px;
margin-top: 3px;
}
.post-template-single-blog-template .bp-tags {
margin-top: 50px;
}
.post-template-single-blog-template .bp-tags h4 {
margin-top: 50px;
}
.post-template-single-blog-template .bp-tags {
margin-top: 0px;
}
.post-template-single-blog-template .bp-tags .bp-tags-wrap {
margin-top: 18px;
}
.post-template-single-blog-template .bp-tags a {
border: rgb(44, 53, 56, 0.2) solid 1px !important;
color: #2c3538;
font-size: 0.688rem;
padding: 4px 8px;
display: inline-block;
border: 1px solid;
border-radius: 3px;
margin: 0 5px 9px 0;
text-transform: uppercase;
font-weight: 500;
}
.post-template-single-blog-template .bp-calendar {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
gap: 30px;
background-color: #ECECEB;
border-radius: 8px;
margin: 50px 0;
}
.post-template-single-blog-template .bp-calendar .contentLeft {
align-self: flex-start;
width: 70%;
padding: 36px 0 36px 36px;
}
.post-template-single-blog-template .bp-calendar .contentRight {
align-self: flex-end;
width: 30%;
padding: 36px 36px 0;
}
.post-template-single-blog-template .bp-calendar .contentLeft button.bookingCalendarmyBtn,
.post-template-single-blog-template .bp-calendar .contentLeft a {
padding: 13px 31px;
font-size: 12px;
letter-spacing: 0.1em;
text-transform: initial;
color: #ffffff;
background-color: #2c3538;
border: solid 1px #2c3538;
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
border-radius: 8px;
display: inline-block;
font-style: normal;
text-align: center;
vertical-align: middle;
margin-top: 36px;
margin-bottom: 1px;
cursor: pointer;
outline: none;
white-space: pre-wrap;
-webkit-text-stroke: 0px;
font-weight: 600;
}
.post-template-single-blog-template .bp-calendar .contentLeft button.bookingCalendarmyBtn:hover,
.post-template-single-blog-template .bp-calendar .contentLeft a:hover {
background-color: transparent;
color: #2c3538;
} @media (max-width: 1200px) {
.center {
width: 100%;
padding: 0 15px;
}
}
.post-template-single-blog-template .bp-sidebar-mobile {
background-color: #ECECEB;
padding: 20px 36px 20px 36px;
width: 100%;
display: none;
}
.post-template-single-blog-template .bp-sidebar-wrap-mobile {
display: grid;
display: -ms-grid;
grid-template-columns: auto;
-ms-grid-column: auto;
grid-template-rows: 2fr 1fr;
-ms-grid-row: 2fr 1fr;
gap: 40px;
}
.post-template-single-blog-template h4 {
margin-top: 0;
}
.post-template-single-blog-template ul.relatedpost_bundle-mobile {
line-height: 0;
}
.post-template-single-blog-template .relatedpost_bundle-mobile .carousel-grid-wrap {
display: grid;
grid-template-columns: 1fr 3fr 1fr;
grid-template-rows: 70px;
background-color: #fff;
}
.post-template-single-blog-template .bp-related-posts-mobile {
position: relative;
overflow: hidden;
height: 100%;
-ms-grid-row: 1;
display: none;
}
.post-template-single-blog-template .relatedcontent-slider-wrap-mobile .bp-related-posts-mobile {
position: relative;
height: 100%;
margin-top: 0px;
}
.post-template-single-blog-template .relatedcontent-slider-wrap-mobile .owl-item {
width: 100%;
margin-bottom: 10px;
}
.post-template-single-blog-template .relatedcontent-slider-mobile {
margin-top: 18px;
}
.post-template-single-blog-template .bp-sidebar-mobile .owl-item .relatedcontent {
font-weight: bold;
font-size: 0.875rem;
line-height: 1.2;
padding: 5px 10px;
}
.post-template-single-blog-template .bp-sidebar-mobile .owl-item .relatedcontent, .post-template-single-blog-template .bp-sidebar-mobile .relatedcontent-btn {
display: flex;
align-items: center;
}
.post-template-single-blog-template .bp-sidebar-mobile .relatedthumb {
-ms-grid-column: 1;
}
.post-template-single-blog-template .bp-sidebar-mobile .relatedcontent {
-ms-grid-column: 2;
}
.post-template-single-blog-template .bp-sidebar-mobile .relatedcontent-btn {
-ms-grid-column: 5;
}
.post-template-single-blog-template .bp-sidebar-mobile .owl-item .relatedcontent span a {
color: initial;
}
.post-template-single-blog-template .bp-sidebar-mobile .owl-item .relatedthumb img {
height: 100%;
object-fit: cover;
}
.post-template-single-blog-template .bp-sidebar-mobile .relatedcontent-btn {
padding: 5px 10px 5px 0px;
}
.post-template-single-blog-template .bp-sidebar-mobile .relatedcontent-btn a {
width: 100%;
padding: 7px 5px;
text-align: center;
}
.post-template-single-blog-template .bp-sidebar-mobile .bp-categories {
margin-top: 0;
-ms-grid-row: 2;
}
.post-template-single-blog-template .bp-sidebar-mobile .bp-categories form {
margin-top: 18px;
}
.post-template-single-blog-template .bp-sidebar-mobile .bp-categories select {
-webkit-appearance: menulist;
appearance: auto;
}
@media not all and (min-resolution:.001dpcm) {
.post-template-single-blog-template .bp-sidebar-mobile .bp-categories select {
-webkit-appearance: menulist;
border-color: black;
}
}
.post-template-single-blog-template .navigation {
outline-color: #eaeaea;
background-color: #f7f7f7;
}
.post-template-single-blog-template .navigation .page-prev {
float: left;
}
.post-template-single-blog-template .navigation .btn-container {
display: flex;
}
.post-template-single-blog-template .navigation .page-next .btn-container {
flex-direction: row-reverse;
}
.post-template-single-blog-template .navigation .page-next {
float: right;
text-align: right;
width: auto;
}
.post-template-single-blog-template .navigation .limit-width {
padding: 36px;
}
.post-template-single-blog-template .navigation li a {
display: flex;
align-items: center;
}
.post-template-single-blog-template .navigation li a.btn-icon-right {
justify-content: end;
}
.post-template-single-blog-template .navigation li a i {
line-height: 1.5;
}
.post-template-single-blog-template .comment-content textarea, .post-template-single-blog-template .comment-form p:not(.stars) textarea, .post-template-single-blog-template .comment-form p:not(.stars) input[type="text"], .post-template-single-blog-template .comment-form p:not(.stars) input[type="email"], .post-template-single-blog-template .comment-form p:not(.stars) input[type="url"] {
border-color: #eaeaea;
box-shadow: inset 0 2px 1px rgb(0 0 0 / 3%);
}
.post-template-single-blog-template .comment-content a {
color: #2c3538;
}
.post-template-single-blog-template .comment-content a:hover {
color: #00aae0;
}
.post-template-single-blog-template .comment-content textarea:focus {
border-color: #00aae0;
}
.post-template-single-blog-template .comments-area {
padding-bottom: 72px;
}
.post-template-single-blog-template .comment-form p.form-submit .btn {
border-color: #eaeaea;
background-color: #f7f7f7;
}
.post-template-single-blog-template .bp-reference {
margin-top: 50px;
}
.post-template-single-blog-template .bp-reference h4 {
font-size: 1.5em;
text-transform: none;
margin-bottom: 18px;
}
.post-template-single-blog-template .bp-reference p {
font-style: italic;
margin-top: 5px;
}
.post-template-single-blog-template .bp-reference p {
font-style: italic;
margin-top: 5px;
}
.post-template-single-blog-template .eInvoice-carousel {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 20px;
}
.post-template-single-blog-template .eInvoice-carousel .in-auto {
display: flex;
flex-flow: column;
min-height: 570px;
justify-content: space-between;
}
.post-template-single-blog-template .eInvoice-carousel .in-auto img {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
height: 230px;
width: 100%;
max-height: 230px;
object-fit: cover;
}
.post-template-single-blog-template .eInvoice-carousel .in-auto .product-inwrap {
padding: 36px;
display: flex;
flex: auto;
flex-flow: column;
align-content: space-between;
text-align: center;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
.post-template-single-blog-template .eInvoice-carousel .in-auto.ar-auto .product-inwrap {
background-color: #7eacbb;
}
.post-template-single-blog-template .eInvoice-carousel .in-auto.ap-auto .product-inwrap {
background-color: #8fc2b1;
}
.post-template-single-blog-template .eInvoice-carousel .in-auto .product-inwrap .products-btn {
margin-top: auto;
margin-bottom: 0px;
}
.post-template-single-blog-template .eInvoice-carousel .in-auto .product-inwrap .products-btn a {
color: #fff;
background-color: #2c3538;
border: #2c3538 solid 1px;
color: #fff;
border-radius: 8px;
font-size: 0.9rem;
padding: 14px 5px;
font-weight: 600;
letter-spacing: .1em;
white-space: pre-wrap;
display: block;
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.post-template-single-blog-template .eInvoice-carousel .in-auto .product-inwrap .products-btn a:hover {
color: #2c3538;
background-color: transparent;
}
@media screen and (max-width: 960px) {
.post-template-single-blog-template .eInvoice-carousel .in-auto {
min-height: 560px;
}
.post-template-single-blog-template .main-container .row-inner {
height: 100% !important;
}
.post-template-single-blog-template .main-container .header-style-dark, .post-template-single-blog-template #page-header, .post-template-single-blog-template .main-container .row-container {
max-height: 100%;
}
.post-template-single-blog-template .main-container .row-container {
max-height: 100%;
}
.post-template-single-blog-template .main-container .row-container .quad-top-padding {
padding-top: 150px;
padding-bottom: 100px;
}
.post-template-single-blog-template .row div[class*=col-lg-].pos-bottom, .post-template-single-blog-template .row div[class*=col-lg-].pos-bottom, .post-template-single-blog-template .row div[class*=col-lg-].pos-bottom .uncell {
max-height: 100%;
}
.post-template-single-blog-template .bp-sidebar-mobile {
margin-top: 0px;
display: block;
}
.post-template-single-blog-template .bp-sidebar {
display: none;
}
.post-template-single-blog-template .bp-content-wrap {
display: block;
-ms-grid-columns: auto;
grid-template-columns: auto;
}
.post-template-single-blog-template .main-container .row-container .row-parent .double-internal-gutter .uncont>* {
margin-top: 20px;
}
.post-template-single-blog-template .main-container .row.row-parent:not(.no-h-padding) .column_parent>.uncol>.uncoltable>.uncell>.uncont:not(.col-custom-width) {
padding-top: 0px !important;
}
.post-template-single-blog-template .main-container .site-footer .row-container {
max-height: 100% !important;
}
.post-template-single-blog-template .content-left {
margin-top: 30px;
}
.post-template-single-blog-template .bp-calendar {
flex-direction: column;
gap: 30px;
}
.post-template-single-blog-template .bp-calendar .contentLeft {
width: 100%;
padding: 36px 36px 0px 36px;
text-align: center;
}
.post-template-single-blog-template .bp-calendar .contentRight {
width: 100%;
padding: 0px 36px 0 36px;
text-align: center;
}
.post-template-single-blog-template .bp-calendar .contentRight img{
max-height: 200px;
}
.post-template-single-blog-template .bookingCalendarModal .close {
padding-left: 0px;
}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.post-template-single-blog-template .bp-media-text-wrap {
-ms-grid-column: 1;
-ms-grid-row: 1fr 1fr;
}
.post-template-single-blog-template .bp-media-text-wrap .bp-video {
-ms-grid-row: 1;
}
.post-template-single-blog-template .bp-media-text-wrap .bp-col-text {
-ms-grid-row: 2;
}
.post-template-single-blog-template .relatedpost_bundle-mobile .carousel-grid-wrap {
display: -ms-grid;
-ms-grid-column: auto;
-ms-grid-row: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 768px) {
.post-template-single-blog-template .bp-products .owl-carousel .owl-stage {
left: -50px;
}
.post-template-single-blog-template .bp-products .all-product .owl-item {
margin-left: 2px;
}
.post-template-single-blog-template .bp-products .owl-stage-outer {
max-height: 560px;
}
.post-template-single-blog-template .content-left .el-text>*>span:not(.heading-text-inner), .post-template-single-blog-template .content-left .el-text>*>i>span:not(.heading-text-inner) {
font-size: 35px;
}
.post-template-single-blog-template .eInvoice-carousel {
grid-template-columns: 1fr;
}
.post-template-single-blog-template .eInvoice-carousel .in-auto {
min-height: auto;
}
.post-template-single-blog-template .eInvoice-carousel .in-auto .product-inwrap .products-btn {
margin-top: 30px;
}
}
@media screen and (max-width: 640px) {
.post-template-single-blog-template .bp-sidebar-wrap-mobile {
grid-template-columns: 1fr;
-ms-grid-column: 1fr;
gap: 15px;
}
.post-template-single-blog-template .bp-cta, .post-template-single-blog-template .bp-media-text-wrap {
grid-template-columns: 1fr;
-ms-grid-column: 1fr;
grid-template-rows: auto 1fr;
-ms-grid-row: 225px 1fr;
}
.post-template-single-blog-template .bp-cta .bp-cta-left {
grid-row: 2;
-ms-grid-row: 2;
border-right: none;
border-top: solid 1px #EAEAEA;
border-top-left-radius: 0px;
border-bottom-right-radius: 8px;
-ms-grid-column-span: 2;
}
.post-template-single-blog-template .bp-cta .bp-cta-right {
grid-row: 1;
-ms-grid-row: 1;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
border-bottom-right-radius: 0px;
-ms-grid-column-span: 2;
-ms-grid-column: 1;
}
.post-template-single-blog-template .bp-cta .bp-cta-right .cta-img {
border-top-right-radius: 8px;
border-top-left-radius: 8px;
border-bottom-right-radius: 0px;
padding-top: calc(100% * (1/2));
}
.post-template-single-blog-template .bp-cta .bp-cta-right.cta_image .cta-img img {
border-top-right-radius: 8px;
border-top-left-radius: 8px;
border-bottom-right-radius: 0px;
}
.post-template-single-blog-template .bp-media-text-wrap .bp-video {
min-height: 250px;
}
.post-template-single-blog-template .bp-media-text-wrap .bp-video {
-ms-grid-column: 1;
-ms-grid-row: 1;
}
.post-template-single-blog-template .bp-media-text-wrap .bp-col-text {
-ms-grid-column: 1;
-ms-grid-row: 2 !important;
}
.post-template-single-blog-template .bp-media-text-wrap .bp-image,
.post-template-single-blog-template .bp-media-text-wrap .bp-video {
-ms-grid-column-span: 2;
}
.post-template-single-blog-template .bp-media-text-wrap .bp-image {
padding-top: calc(100% * (9/16));
}
.postid-126551.post-template-single-blog-template .bp-media-text-wrap .bp-image {
padding-top: unset;
}
.postid-126551.post-template-single-blog-template .bp-media-text-wrap .bp-image img {
position: relative;
}
}
@media (min-width: 540px) and (max-width: 640px) {
.post-template-single-blog-template .bp-cta .bp-cta-right.cta_image .cta-img img {
height: 100%;
width: 100%;
}
}
@media screen and (max-width: 500px) {
.post-template-single-blog-template .main-container .header-style-dark .row.row-parent:not(.no-h-padding) .column_parent>.uncol>.uncoltable>.uncell>.uncont:not(.col-custom-width),
.post-template-single-blog-template #page-header .remove-menu-padding-mobile>.vc_row:first-child .uncont {
padding-top: 40px !important;
}
.post-template-single-blog-template .main-container .site-footer .row-container {
max-height: 100%;
}
.post-template-single-blog-template .content-left {
margin-top: 20px;
}
.post-template-single-blog-template .bp-sidebar-mobile {
margin-top: 0px;
}
.post-template-single-blog-template .content-left .el-text>*>span:not(.heading-text-inner), .post-template-single-blog-template .content-left .el-text>*>i>span:not(.heading-text-inner) {
font-size: 25px;
}
.post-template-single-blog-template .main-container .row-container .quad-top-padding {
padding-top: 20px;
padding-bottom: 20px;
}
.post-template-single-blog-template .bp-products .all-product.eInvoice-carousel .owl-item .product-inwrap {
height: 365px;
}
.post-template-single-blog-template .edi-carousel .owl-dots {
margin-top: 40px;
}
.post-template-single-blog-template .eInvoice-carousel .owl-dots {
margin-top: 60px;
}
.post-template-single-blog-template .rll-youtube-player {
margin-bottom: 20px;
}
.post-template-single-blog-template .roi-outer input {
font-size: 16px;
}
}
.post-template-single-blog-template .roi-outer {
position: relative;
max-width: 550px;
margin-top: 50px;
margin-bottom: 50px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.post-template-single-blog-template .bp-sidebar .bp-related-posts li {
display: block;
}
.post-template-single-blog-template .owl-dots span, .post-template-single-blog-template .navigator-rp span, .post-template-single-blog-template .navigator-rpm span {
opacity: 0.6;
}
.post-template-single-blog-template .relatedpost_bundle-mobile .carousel-grid-wrap {
display: block;
}
.post-template-single-blog-template .bp-sidebar-mobile .owl-item .relatedthumb img {
height: 100px;
}
.post-template-single-blog-template .bp-sidebar-mobile .owl-item .relatedcontent, .post-template-single-blog-template .bp-sidebar-mobile .relatedcontent-btn {
padding: 5px;
}
.post-template-single-blog-template .bp-media-text-wrap .bp-video {
-ms-grid-column: 1;
margin-right: 20px;
}
.post-template-single-blog-template .bp-media-text-wrap .bp-col-text {
-ms-grid-column: 2;
-ms-grid-row: 1;
}
.post-template-single-blog-template .bp-media-text-wrap .bp-image {
-ms-grid-column: 1;
-ms-grid-row: 1;
height: auto;
position: relative;
overflow: hidden;
margin-right: 20px;
}
.post-template-single-blog-template .bp-media-text-wrap .bp-image img {
width: 100%;
height: auto;
border-radius: 4px;
position: relative;
max-width: auto;
}
.post-template-single-blog-template .bp-image {
height: auto;
}
}
@media (width: 414px) {
.post-template-single-blog-template .main-container #page-header .row.row-parent:not(.no-h-padding) .column_parent>.uncol>.uncoltable>.uncell>.uncont:not(.col-custom-width),
.post-template-single-blog-template #page-header .remove-menu-padding-mobile>.vc_row:first-child .uncont {
padding-top: 40px !important;
}
}
@media (max-width: 400px) {
.post-template-single-blog-template .bp-products .all-product .owl-item .product-inwrap {
height: 400px;
}
.post-template-single-blog-template .bp-products .all-product.eInvoice-carousel .owl-item .product-inwrap {
height: 470px;
}
.post-template-single-blog-template .row div[class*=col-lg-].pos-bottom .uncell {
margin-top: 100px;
}
.post-template-single-blog-template .row div[class*=col-lg-].pos-bottom, .post-template-single-blog-template .row div[class*=col-lg-].pos-bottom {
margin-top: 0px;
}
.post-template-single-blog-template .edi-carousel .owl-dots {
margin-top: 90px;
}
.post-template-single-blog-template .eInvoice-carousel .owl-dots {
margin-top: 175px;
}
}
@media screen and (max-width: 483px) {
.post-template-single-blog-template .bp-sidebar-mobile {
margin-top: 0px;
}
}
@media (min-width: 374px) and (max-width: 376px) {
.post-template-single-blog-template .bp-products .all-product .owl-item img {
width: 221px;
}
}
@media (max-width: 320px) {
.post-template-single-blog-template h3 {
font-size: 22px
}
.post-template-single-blog-template .bp-products .all-product .owl-item .product-inwrap {
padding: 36px 15px;
}
.post-template-single-blog-template .bp-products .all-product .owl-item .product-inwrap a, .post-template-single-blog-template .bp-products .all-product .product-inwrap .btn-invoice a {
font-size: 13px;
}
.post-template-single-blog-template .bp-sidebar-mobile .owl-item .relatedcontent {
font-size: 12px;
}
}
.postid-126551.post-template-single-blog-template .bp-media-text-wrap .bp-image img {
position: relative;
}  .height100 img {
height: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.height100 img {
height: auto;
}
}
.round-border {
border-radius: 8px;
}
.ct-edi-bundle-padding .uncont p {
line-height: 1.5;
}
.ct-edi-bundle-padding .btn {
padding: 13px 10px !important;
}
.postid-124883 .header-style-dark .row-background .background-inner {
background-position: top center !important;
}
.margin-top-none {
margin-top: 0px !important;
} .instant-form-header {
display: flex;
width: calc(100% + 62px);
flex-flow: row nowrap;
align-items: center;
margin-left: -62px;
}
.instant-form-header>.material-icons {
margin-left: auto;
margin-right: 0px;
}
.instant-form-header>h3 {
margin: 0px 0px 0px 10px;
}
.instant-form-header>.instant-form-circle {
background-color: #F7922C;
padding: 12px;
color: #fff;
font-weight: 700;
font-size: 24px;
border-radius: 50%;
width: 52px;
height: 52px;
text-align: center;
}
.nf-field-container.instant-form-header-cont {
margin-bottom: 5px;
}
#nf-form-924-cont {
margin-top: 12px;
}
#nf-form-924-cont input {
border-radius: 4px;
}
#nf-field-5499-wrap>.nf-field-element, #nf-form-errors-924 .nf-error-msg {
margin-top: 18px;
}
#nf-field-5488-wrap>.nf-field-element, #nf-field-5506-wrap>.nf-field-element {
margin-top: 9px;
}
#nf-field-5499-wrap>.nf-field-element>p, #nf-field-5488-wrap>.nf-field-element>p, #nf-field-5506-wrap>.nf-field-element>p {
margin: 0px;
font-size: 12px;
}
#nf-field-5499-wrap>.nf-field-element>p a, #nf-field-5488-wrap>.nf-field-element>p a, #nf-field-5506-wrap>.nf-field-element>p a {
color: #2c3538 !important;
text-decoration: underline;
}
#nf-field-5499-wrap>.nf-field-element>p a:hover, #nf-field-5488-wrap>.nf-field-element>p a:hover, #nf-field-5506-wrap>.nf-field-element>p a:hover {
font-weight: 600;
}
#nf-field-5499-container, #nf-field-5488-container, #nf-field-5506-container {
margin: 0px;
}
.instant-capterra>img {
width: 220px;
}
#instant-container>div {
position: relative;
}
#instant-modal {
position: unset;
margin: 0;
}
.instant-modal {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 8px;
display: none;
padding: 24px;
align-items: center;
}
.instant-modal>.instant-modal-inner {
background-color: #fff;
border-radius: 8px;
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.instant-modal .instant-modal-header {
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: space-between;
padding: 36px 36px 24px 36px;
}
.instant-modal .instant-modal-text {
padding: 0px 36px 36px 36px;
}
.instant-modal .instant-modal-text>p {
margin: 0 0 12px;
}
#instant-modal .instant-modal .instant-modal-text>p>a {
color: #2c3538 !important;
text-decoration: underline;
}
.instant-modal .instant-modal-text>p>a:hover {
font-weight: 600;
}
.instant-modal .instant-modal-header h2 {
margin: 0px;
flex: 1;
padding-right: 5px;
}
@media screen and (max-width: 1180px) {
.footer-capterra-logo .fluid-svg .icon-media {
width: 200px !important;
}
}
@media screen and (max-width: 1174px) {
.footer-capterra-logo .fluid-svg .icon-media {
width: 180px !important;
}
}
@media screen and (max-width: 996px) {
.footer-capterra-logo .fluid-svg .icon-media {
width: 160px !important;
}
}
@media screen and (max-width: 552px) {
.space-bf-capterra {
display: none;
}
}
#instant-modal .instant-modal .instant-modal-header>.material-icons, .instant-form-header>.material-icons {
cursor: pointer;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#instant-modal .instant-modal .instant-modal-header>.material-icons:hover, .instant-form-header>.material-icons:hover {
color: #F7922C;
}
#nf-field-5497-wrap, #nf-field-5423-wrap {
flex-flow: row nowrap;
align-items: top;
}
#nf-form-924-cont input[type=checkbox]:checked:before {
font-size: unset;
}
#placeContainer {
position: absolute;
top: 41px;
left: 0;
right: 0;
background-color: #fff;
border: 1px solid #f7922c;
z-index: 999;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
#placeContainer>span {
float: left;
width: 100%;
padding: 10px 15px;
color: #2c3538;
border-bottom: 1px solid #eaeaea;
}
#placeContainer>span:last-of-type {
border-bottom: 0px;
}
#placeContainer>span:hover {
color: #f7922c;
font-weight: 600;
cursor: pointer;
}
#instant-negative>div {
margin-top: -65px;
}
@media screen and (min-width: 960px) {
#instant-negative>div {
margin-top: -250px;
}
}
#instant-stripe-logo {
margin-top: 12px;
} .page-template-page-einvoice-automation .invAuto {
margin-bottom: 72px;
}
.page-template-page-einvoice-automation .invAuto-calc-outwrap {
margin-left: 36px;
margin-right: 36px;
}
.page-template-page-einvoice-automation .invAuto-calc {
background-color: #abd1c4;
border-radius: 8px;
padding: 36px 18px;
position: relative;
margin-top: 36px;
height: fit-content;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.page-template-page-einvoice-automation .select .invAuto-calc-allcontent-wrap input, .page-template-page-einvoice-automation .invAuto-calc-wrap input[type=number], .page-template-page-einvoice-automation .invAuto-calc-wrap select {
border-radius: 4px;
text-align: right;
font-size: 16px;
margin-top: 0px;
width: 100%;
}
.page-template-page-einvoice-automation .select .invAuto-calc-allcontent-wrap .calc-cost {
text-align: right;
}
.page-template-page-einvoice-automation div#apiintegration-1 {
display: none;
}
.page-template-page-einvoice-automation .select .invAuto-calc-allcontent-wrap input {
text-align: left;
}
.page-template-page-einvoice-automation .invAuto-calc-content.invAuto-calc-content-display {
display: none;
}
.page-template-page-einvoice-automation input[type=checkbox], .page-template-page-einvoice-automation input[type=radio] {
width: 24px;
height: 24px;
background-color: transparent;
border: 3px solid #2C3538;
}
.page-template-page-einvoice-automation input[type=checkbox] {
border-radius: 4px;
}
.page-template-page-einvoice-automation input[type=checkbox]:checked:before {
font-size: 14px;
}
.page-template-page-einvoice-automation input[type=radio]:checked:before {
width: 70%;
height: 70%;
background-color: #2C3538;
}
.page-template-page-einvoice-automation input[type="range"] {
-webkit-appearance: none;
margin-right: 15px;
margin-top: 0px;
width: 100%;
height: 7px;
background-color: rgba(44, 53, 56, 0.6) !important;
border-radius: 5px;
background-image: linear-gradient(#2C3538, #2C3538);
background-size: 0%;
background-repeat: no-repeat;
}  .page-template-page-einvoice-automation input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
height: 20px;
width: 20px;
border-radius: 50%;
background: #2C3538;
cursor: ew-resize;
box-shadow: 0 0 2px 0 #2C3538;
transition: background .3s ease-in-out;
}
.page-template-page-einvoice-automation input[type="range"]::-moz-range-thumb {
-webkit-appearance: none;
height: 20px;
width: 20px;
border-radius: 50%;
background: #2C3538;
cursor: ew-resize;
box-shadow: 0 0 2px 0 #2C3538;
transition: #2C3538 .3s ease-in-out;
}
.page-template-page-einvoice-automation input[type="range"]::-ms-thumb {
-webkit-appearance: none;
height: 20px;
width: 20px;
border-radius: 50%;
background: #2C3538;
cursor: ew-resize;
box-shadow: 0 0 2px 0 #2C3538;
transition: #2C3538 .3s ease-in-out;
} .page-template-page-einvoice-automation input[type=range]::-webkit-slider-runnable-track {
-webkit-appearance: none;
box-shadow: none;
border: none;
background: transparent;
}
.page-template-page-einvoice-automation input[type=range]::-moz-range-track {
-webkit-appearance: none;
box-shadow: none;
border: none;
background: transparent;
}
.page-template-page-einvoice-automation input[type="range"]::-ms-track {
-webkit-appearance: none;
box-shadow: none;
border: none;
background: transparent;
}
.page-template-page-einvoice-automation .invAuto-calc-content-range label {
margin-left: 40px;
margin-bottom: 10px;
}
.page-template-page-einvoice-automation .invAuto-calc-content-range .slider {
position: relative;
}
.page-template-page-einvoice-automation .slider .range-value {
position: absolute;
left: 0;
width: 18px;
height: 18px;
color: #fff;
text-align: center;
font-size: 10px;
z-index: 1;
pointer-events: none;
top: -5px;
border-radius: 50%;
line-height: 1.7;
}
.page-template-page-einvoice-automation #add-api {
margin-left: 40px;
margin-top: 36px;
}
.page-template-page-einvoice-automation #add-api span {
color: #FFFFFF;
font-size: 14px;
font-weight: 900;
background-color: #2C3538;
padding: 10px 30px;
border-radius: 8px;
letter-spacing: 1px;
display: flex;
align-items: center;
flex-flow: row nowrap;
width: fit-content;
cursor: pointer;
transition: .2s;
}
.page-template-page-einvoice-automation #add-api span i {
border: 1px solid #ffffff;
border-radius: 50%;
margin-right: 10px;
font-size: 10px;
padding: 2px;
font-weight: 900;
}
.page-template-page-einvoice-automation .invAuto-calc-wrap select {
text-align: left;
}
.page-template-page-einvoice-automation input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.page-template-page-einvoice-automation .invAuto-calc-title h2 {
margin-top: 0px;
}
.page-template-page-einvoice-automation .invAuto-calc-heading h3 {
font-size: 18px;
margin-top: 0px;
}
.page-template-page-einvoice-automation .invAuto-calc-heading, .page-template-page-einvoice-automation .invAuto-calc-first-page, .page-template-page-einvoice-automation .invAuto-calc-content-wrap, .page-template-page-einvoice-automation .invAuto-calc-allcontent-wrap {
display: grid;
grid-template-rows: auto;
align-items: center;
}
.page-template-page-einvoice-automation .invAuto-calc-heading {
grid-template-columns: auto 1fr;
-ms-grid-column: auto 1fr;
margin-bottom: 18px;
}
.page-template-page-einvoice-automation .invAuto-calc-heading .invAuto-calc-heading-right, .page-template-page-einvoice-automation .invAuto-calc-content-right, .page-template-page-einvoice-automation .apiintegration .calc-cost {
text-align: right;
}
.page-template-page-einvoice-automation .invAuto-calc-manual {
margin-top: 45px;
}
.page-template-page-einvoice-automation .invAuto-calc-saving {
margin-bottom: 18px;
background-color: #fff;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
border-radius: 4px;
}
.page-template-page-einvoice-automation .invAuto-calc-saving span {
font-size: 18px;
color: #F7922C;
font-weight: 700;
}
.page-template-page-einvoice-automation .sav-doc {
background-color: #fff;
padding: 10px 15px;
border-radius: 4px;
}
.page-template-page-einvoice-automation .sav-doc span {
font-size: 16px;
}
.page-template-page-einvoice-automation .invAuto-calc-manual .invAuto-calc-first-page {
grid-template-rows: 1fr;
-ms-grid-rows: 1fr;
row-gap: 18px;
}
.page-template-page-einvoice-automation .invAuto-calc-auto .invAuto-calc-first-page {
grid-template-columns: 1fr 1fr;
row-gap: 18px;
}
.page-template-page-einvoice-automation .invAuto-calc-manual .invAuto-calc-first-page .invAuto-calc-ieWrap {
display: grid;
grid-template-columns: 1fr 1fr;
row-gap: 18px;
}
.page-template-page-einvoice-automation .invAuto-calc-content-wrap {
grid-template-columns: 30px 3fr 1fr 1fr;
-ms-grid-column: 30px 3fr 1fr 1fr;
}
.page-template-page-einvoice-automation .invAuto-calc-allcontent-wrap {
grid-template-columns: 30px 3fr 1fr;
}
.page-template-page-einvoice-automation .invAuto-calc-content-wrap, .page-template-page-einvoice-automation .invAuto-calc-allcontent-wrap {
gap: 10px;
}
.page-template-page-einvoice-automation .invAuto-calc-content-range, .page-template-page-einvoice-automation .invAuto-calc-content-wrap {
margin-top: 12px;
margin-bottom: 12px;
}
.page-template-page-einvoice-automation .invAuto-calc-content-range-wrap {
margin-top: 33px;
}
.page-template-page-einvoice-automation .invAuto-calc-content-range .calc-cost.disabled, .page-template-page-einvoice-automation .invAuto-calc-content-range .calc-cost.chosen {
text-align: right;
}
.page-template-page-einvoice-automation .invAuto-calc-content-mid {
text-align: center;
}
.page-template-page-einvoice-automation .invAuto-calc-content-mid.calc-optionselect {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
vertical-align: middle;
justify-content: center;
}
.page-template-page-einvoice-automation .apiintegration span.calc-cost::before {
content: attr(data-before);
}
.page-template-page-einvoice-automation .invAuto-calc-content-mid.calc-optionselect input[type="checkbox"], .page-template-page-einvoice-automation .invAuto-calc-content-mid.calc-optionselect input[type="radio"] {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 24px;
height: 24px;
cursor: pointer;
background-color: transparent;
border: 3px solid #2C3538;
opacity: 0;
}
.page-template-page-einvoice-automation .invAuto-calc-hr {
border-top: solid #2C3538 1px;
margin-top: 36px;
margin-bottom: 36px;
}
.page-template-page-einvoice-automation .invAuto-calc-auto {
margin-top: 36px;
}
.page-template-page-einvoice-automation .invAuto-calc-btn {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto;
margin-top: 55px;
align-items: center;
gap: 5px;
}
.page-template-page-einvoice-automation .invAuto-btn-build-wrap {
text-align: right;
}
.page-template-page-einvoice-automation .invAuto-calc-btn-page2 {
display: grid;
display: -ms-grid;
grid-template-columns: auto 1fr 1fr;
-ms-grid-column: 45px 1fr 1fr;
text-align: right;
margin-top: 40px;
justify-content: center;
align-items: center;
gap: 5px;
}
.page-template-page-einvoice-automation .invAuto-btn-contact-mid a, .page-template-page-einvoice-automation .invAuto-btn-contact a, .page-template-page-einvoice-automation .invAuto-calc-back i {
background-color: #2C3538;
}
.page-template-page-einvoice-automation .invAuto-btn-build, .page-template-page-einvoice-automation input[type="submit"] {
background-color: #F7922C;
}
.page-template-page-einvoice-automation input[type="submit"] {
padding: 16px;
font-weight: 800;
font-size: 15px;
letter-spacing: 0px !important;
border-radius: 8px;
margin-top: 0px;
}
.page-template-page-einvoice-automation .invAuto-calc-btn-page2 .invAuto-btn-build {
padding: 0px;
background-color: transparent;
}
.page-template-page-einvoice-automation .invAuto-btn-build a, .page-template-page-einvoice-automation input[type="submit"] {
color: #fff;
}
.page-template-page-einvoice-automation .invAuto-calc-btn .invAuto-btn-contact {
text-align: left;
}
.page-template-page-einvoice-automation .invAuto-calc-btn-page2 .invAuto-btn-contact {
display: none;
justify-content: end;
}
.page-template-page-einvoice-automation .invAuto-calc-btn-page2 .invAuto-btn-build {
justify-content: end;
}
.page-template-page-einvoice-automation .invAuto-calc-btn .invAuto-btn-build {
text-align: right;
}
.page-template-page-einvoice-automation .invAuto-btn-contact-mid a, .page-template-page-einvoice-automation .invAuto-calc-back i, .page-template-page-einvoice-automation .invAuto-btn-contact a, .page-template-page-einvoice-automation .invAuto-btn-build, .page-template-page-einvoice-automation .invAuto-calc-btn .invAuto-btn-contact a, .page-template-page-einvoice-automation .invAuto-calc-btn .invAuto-btn-build {
padding: 18px;
color: #fff;
font-weight: 800;
border-radius: 8px;
transition: .2s;
cursor: pointer;
}
.page-template-page-einvoice-automation .invAuto-calc-back i {
font-size: 16px;
}
.page-template-page-einvoice-automation .invAuto-calc-btn .invAuto-btn-contact a {
background-color: #2C3538;
width: fit-content;
display: block;
text-align: center;
}
.page-template-page-einvoice-automation .invAuto-btn-contact-mid a:hover, .page-template-page-einvoice-automation .invAuto-btn-contact a:hover, .page-template-page-einvoice-automation .invAuto-calc-btn .invAuto-btn-contact a:hover, .page-template-page-einvoice-automation #add-api span:hover, .page-template-page-einvoice-automation .invAuto-calc-back i:hover {
background-color: transparent;
border: 1px solid #2C3538;
color: #2C3538;
}
.page-template-page-einvoice-automation #add-api span:hover i {
border-color: #2C3538;
}
.page-template-page-einvoice-automation .invAuto-calc-btn .invAuto-btn-build {
background-color: #F7922C;
text-align: center;
width: fit-content;
float: right;
}
.page-template-page-einvoice-automation .invAuto-btn-contact-mid a {
text-align: center;
width: fit-content;
display: block;
margin-left: auto;
margin-right: auto;
}
.page-template-page-einvoice-automation .invAuto-calc-int {
margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
.page-template-page-einvoice-automation input[type="submit"] {
padding: 16px 5px;
}
}
@media screen and (min-width: 757px) and (max-width: 864px) {
.page-template-page-einvoice-automation .invAuto-calc-btn .invAuto-btn-build {
padding: 18px 4px;
}
}
@media screen and (min-width: 757px) and (max-width: 948px) {
.page-template-page-einvoice-automation .invAuto-calc-btn .invAuto-btn-build {
padding: 18px 4px;
}
}
@media screen and (max-width: 500px) {
.page-template-page-einvoice-automation .invAuto-calc-btn-page2 {
grid-template-columns: 1fr 2fr;
-ms-grid-column: 1fr 1fr;
grid-template-rows: auto;
-ms-grid-row: auto;
}
.page-template-page-einvoice-automation .invAuto-calc-btn-page2 .invAuto-calc-back {
text-align: center;
}
.page-template-page-einvoice-automation .invAuto-calc-back i, .page-template-page-einvoice-automation .invAuto-btn-contact-mid a {
width: 100%;
}
.page-template-page-einvoice-automation .invAuto-calc-btn-page2 .invAuto-btn-build {
grid-column: 1 / span 2;
}
.page-template-page-einvoice-automation .invAuto-calc-btn-page2 .invAuto-btn-contact {
grid-column: 2;
grid-row: 1;
}
.page-template-page-einvoice-automation .invAuto-calc-totals .modaldesc .modaldesc-desc {
padding: 10px 18px;
}
.page-template-page-einvoice-automation .invAuto-calc-totals .modaldesc .modaldesc-desc a {
margin-top: 0px;
}
.page-template-page-einvoice-automation .invAuto-calc-content-wrap {
grid-template-columns: 10% 50% 10% auto;
-ms-grid-column: 10% 50% 10% auto;
}
}
@media screen and (max-width: 350px) {
.page-template-page-einvoice-automation #add-api {
margin-left: 0px;
}
}
.page-template-page-einvoice-automation .invAuto-calc-btn .invAuto-btn-build:hover, .page-template-page-einvoice-automation input[type="submit"]:hover {
background-color: transparent;
border: 1px solid #F7922C;
color: #F7922C;
}
.page-template-page-einvoice-automation .invAuto-calc-btn-page2 .invAuto-btn-build:hover a {
color: #F7922C;
}
.page-template-page-einvoice-automation .invAuto-content {
margin: 32px 36px 36px 50px;
}
.page-template-page-einvoice-automation .invAuto-content .invAuto-title {
margin-top: 40px;
}
.page-template-page-einvoice-automation .invAuto-content .invAuto-text .invAuto-cta {
margin-top: 20px;
width: fit-content;
}
.page-template-page-einvoice-automation .invAuto-content .invAuto-text a {
background-color: #00AAE0;
color: #fff;
font-weight: 800;
width: fit-content;
padding: 16px 18px;
border-radius: 8px;
white-space: pre-wrap;
display: block;
}
.page-template-page-einvoice-automation .invAuto-content .invAuto-text a:hover {
background-color: transparent;
color: #00AAE0;
border: #00AAE0 2px solid;
}
.page-template-page-einvoice-automation .select .invAuto-calc-allcontent-wrap, .page-template-page-einvoice-automation .apiintegration {
margin-bottom: 10px;
}
.page-template-page-einvoice-automation .apiintegration .invAuto-calc-content-icon .integration-delete {
border: 2px solid #3A3A3A;
border-radius: 50%;
font-size: 18px;
font-weight: 700;
padding: 1px;
}
.page-template-page-einvoice-automation .apiintegration span.integration-delete {
cursor: pointer;
}
.page-template-page-einvoice-automation .invAuto-calc-heading-right span.material-icons, .page-template-page-einvoice-automation .invAuto-calc-content-icon span.material-icons {
width: auto;
cursor: pointer;
-webkit-transition: color 200ms cubic-bezier(.785, .135, .15, .86), background-color 200ms cubic-bezier(.785, .135, .15, .86), border-color 200ms cubic-bezier(.785, .135, .15, .86);
-o-transition: color 200ms cubic-bezier(.785, .135, .15, .86), background-color 200ms cubic-bezier(.785, .135, .15, .86), border-color 200ms cubic-bezier(.785, .135, .15, .86);
transition: color 200ms cubic-bezier(.785, .135, .15, .86), background-color 200ms cubic-bezier(.785, .135, .15, .86), border-color 200ms cubic-bezier(.785, .135, .15, .86);
}
.page-template-page-einvoice-automation .invAuto-calc-heading-right span.material-icons:hover, .page-template-page-einvoice-automation .invAuto-calc-content-icon span.material-icons:hover {
color: #F7922C;
}
.page-template-page-einvoice-automation .invAuto-calc-content-icon span.material-icons:hover {
border-color: #F7922C;
}
.page-template-page-einvoice-automation .relative {
position: relative;
}
.page-template-page-einvoice-automation .modaldesc {
position: absolute;
top: 0px;
right: 0px;
left: 0px;
z-index: 10;
display: none;
background-color: #fff;
border-radius: 8px;
height: auto;
}
.page-template-page-einvoice-automation #modaldesc-calc-auto, .page-template-page-einvoice-automation #modaldesc-calc-manual {
margin: 18px;
}
.page-template-page-einvoice-automation .modaldesc .modaldesc-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 24px 18px 0;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
background-color: #fff;
color: #2c3538;
}
.page-template-page-einvoice-automation .modaldesc .modaldesc-top h2 {
margin: 0;
font-size: 24px;
font-weight: 900;
font-family: "Work Sans", sans-serif;
}
.page-template-page-einvoice-automation .modaldesc .modaldesc-top .material-icons {
cursor: pointer;
-webkit-transition: color 200ms cubic-bezier(.785, .135, .15, .86), background-color 200ms cubic-bezier(.785, .135, .15, .86), border-color 200ms cubic-bezier(.785, .135, .15, .86);
-o-transition: color 200ms cubic-bezier(.785, .135, .15, .86), background-color 200ms cubic-bezier(.785, .135, .15, .86), border-color 200ms cubic-bezier(.785, .135, .15, .86);
transition: color 200ms cubic-bezier(.785, .135, .15, .86), background-color 200ms cubic-bezier(.785, .135, .15, .86), border-color 200ms cubic-bezier(.785, .135, .15, .86);
border: solid 2px #2c3538;
border-radius: 50%;
width: 30px;
height: 30px;
text-align: center;
}
.page-template-page-einvoice-automation span#modaldesc-close:hover:hover {
color: #f7922c;
border-color: #f7922c;
}
.page-template-page-einvoice-automation .modaldesc .modaldesc-desc {
padding: 24px 18px;
max-height: 500px;
overflow: auto;
}
.page-template-page-einvoice-automation .modaldesc .modaldesc-desc ul {
list-style: disc;
margin-left: 20px;
}
.page-template-page-einvoice-automation .value-before:before {
content: attr(data-before);
}
@media screen and (min-width: 960px) {
.page-template-page-einvoice-automation .main-container .sections-container .limit-width.invAuto {
display: grid;
display: -ms-grid;
grid-template-columns: 1fr 1fr;
-ms-grid-column: 1fr 1fr;
grid-template-rows: auto;
-ms-grid-row: auto;
}
.page-template-page-einvoice-automation .invAuto-calc {
grid-column: 2;
-ms-grid-column: 2;
}
.page-template-page-einvoice-automation .invAuto-content {
grid-column: 1;
-ms-grid-column: 1;
grid-row: 1;
-ms-grid-row: 1;
}
.page-template-page-einvoice-automation .header-uncode-block .col-lg-6 {
width: 100% !important;
}
.page-template-page-einvoice-automation .invAuto-calc-heading-left {
-ms-grid-column: 1;
}
.page-template-page-einvoice-automation .invAuto-calc-heading-right {
-ms-grid-column: 2;
margin-left: 20px;
}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.page-template-page-einvoice-automation #page-header .row-header .uncoltable .uncont {
width: 50%;
margin: 0;
}
.page-template-page-einvoice-automation .invAuto-content {
margin-right: 50px;
}
.page-template-page-einvoice-automation .invAuto-content {
-ms-grid-column: 1;
}
.page-template-page-einvoice-automation .invAuto-calc-outwrap {
-ms-grid-column: 2;
width: 100%;
}
.page-template-page-einvoice-automation .invAuto-calc-manual .invAuto-calc-first-page .invAuto-calc-ieWrap:first-of-type {
margin-bottom: 18px;
}
.page-template-page-einvoice-automation .invAuto-calc-allcontent-wrap, .page-template-page-einvoice-automation .invAuto-calc-first-page .invAuto-calc-ieWrap, .page-template-page-einvoice-automation .invAuto-calc-heading, .page-template-page-einvoice-automation .relative .invAuto-calc-content-wrap, .page-template-page-einvoice-automation .invAuto-calc-btn-page2 {
display: -ms-flexbox;
-ms-flex-flow: wrap;
justify-content: space-between;
}
.page-template-page-einvoice-automation .invAuto-calc-btn {
display: -ms-flexbox !important;
justify-content: space-between;
}
.page-template-page-einvoice-automation .select .invAuto-calc-allcontent-wrap input, .page-template-page-einvoice-automation .calc-option .calc-optionselect.select>select {
max-width: 300px;
margin-right: auto;
margin-left: 20px;
}
.page-template-page-einvoice-automation .select .invAuto-calc-allcontent-wrap input {
margin-left: 44px;
}
.page-template-page-einvoice-automation .invAuto-calc-content-range .slider {
width: 300px;
}
.page-template-page-einvoice-automation .invAuto-calc-content-left {
margin-right: auto;
margin-left: 20px;
}
.page-template-page-einvoice-automation .invAuto-calc-heading .invAuto-calc-heading-right, .page-template-page-einvoice-automation .invAuto-calc-content-right, .page-template-page-einvoice-automation .apiintegration .calc-cost {
margin-right: 0;
margin-left: auto;
}
.page-template-page-einvoice-automation .calc-optionselect .calc-optiontext {
max-width: 255px;
}
.page-template-page-einvoice-automation .invAuto-calc-content-mid {
text-align: right;
margin-right: 0;
margin-left: auto;
}
.page-template-page-einvoice-automation .invAuto-content .invAuto-text .invAuto-cta {
width: 290px;
}
@media screen and (max-width: 960px) {
.page-template-page-einvoice-automation .invAuto-calc-outwrap {
-ms-grid-column: 1;
}
.page-template-page-einvoice-automation .invAuto-content {
-ms-grid-column: 2;
}
}
} @media screen and (min-width: 990px) and (max-width: 1024px) {
.page-id-93817 .single-block-padding .btn-block a {
font-size: 14px;
letter-spacing: 2px !important;
}
}
@media screen and (min-width: 937px) and (max-width: 989px) {
.page-id-93817 .single-block-padding .btn-block a {
font-size: 14px;
letter-spacing: 1px !important;
}
} @media screen and (max-width: 552px) {
.space-bf-capterra {
display: none;
}
}
@media screen and (max-width: 1180px) {
.footer-capterra-logo .fluid-svg .icon-media {
width: 200px !important;
}
}
@media screen and (max-width: 1174px) {
.footer-capterra-logo .fluid-svg .icon-media {
width: 180px !important;
}
}
@media screen and (max-width: 996px) {
.footer-capterra-logo .fluid-svg .icon-media {
width: 160px !important;
}
}
@media screen and (min-width: 961px) {
.capterra-topspace {
display: none;
}
}
.capterra-header>.uncol>.uncoltable>.uncell>.uncont {
display: flex;
flex-flow: row wrap;
align-items: center;
}
.capterra-header .empty-space {
width: 100%;
}
.capterra-title {
width: 70%;
}
.capterra-right {
width: 30%;
margin-top: 0px !important;
}
.row div[class*=col-lg-].align_left>.uncol>.uncoltable>.uncell>.uncont .capterra-white.capterra-right .icon-media, .row div[class*=col-lg-] .row-inner .align_left>.uncol>.uncoltable>.uncell>.uncont .capterra-white.capterra-right .icon-media {
margin-right: 0px;
margin-left: auto;
}
.capterra-white .icon-media img {
width: 100%;
}
@media screen and (max-width: 600px) {
.capterra-white .icon-media {
width: 100% !important;
padding-left: 12px;
}
}
@media screen and (max-width: 959px) {
.capterra-topspace {
display: none;
}
} .main-container .cb-edi-products.row-container>.row-parent>.row-inner>div {
padding: 0px;
}
.main-container .cb-edi-products.row-container>.row-parent>.row-inner {
margin-left: 0px;
}
.main-container .cb-edi-products.row-container>.row-parent>.row-inner>.wpb_column>.uncol>.uncoltable>.uncell>.uncont,
.main-container .cb-einvoice-products.row-container>.row-parent>.row-inner>.wpb_column>.uncol>.uncoltable>.uncell>.uncont {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
height: 100% !important;
}
.main-container .cb-edi-products.row-container>.row-parent>.row-inner>.wpb_column>.uncol>.uncoltable>.uncell>.uncont>*,
.main-container .cb-einvoice-products.row-container>.row-parent>.row-inner>.wpb_column>.uncol>.uncoltable>.uncell>.uncont>* {
display: block;
width: 100%;
margin-top: 0px;
}
.main-container .cb-edi-products.row-container>.row-parent>.row-inner>.wpb_column>.uncol>.uncoltable>.uncell>.uncont>.btn-container,
.main-container .cb-einvoice-products.row-container>.row-parent>.row-inner>.wpb_column>.uncol>.uncoltable>.uncell>.uncont>.btn-container {
margin-top: auto;
margin-bottom: 0px;
}
.main-container .cb-edi-products.row-container>.row-parent>.row-inner>.wpb_column>.uncol>.uncoltable>.uncell>.uncont>.btn-container>a,
.main-container .cb-einvoice-products.row-container>.row-parent>.row-inner>.wpb_column>.uncol>.uncoltable>.uncell>.uncont>.btn-container>a {
padding: 13px !important;
}
.main-container .cb-edi-products.row-container>.row-parent>.row-inner>.wpb_column>.uncol>.uncoltable>.uncell>.uncont>.icon-box h5 {
font-size: 34px;
}
.cb-edi-products>.row>.row-inner {
display: -ms-grid;
display: grid;
-webkit-column-gap: 20px;
-moz-column-gap: 20px;
column-gap: 20px;
grid-row-gap: 20px;
row-gap: 20px;
padding-top: 24px;
-ms-grid-rows: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
}
.cb-edi-products>.row>.row-inner>*:nth-child(1) {
-ms-grid-row: 1;
-ms-grid-column: 1;
}
.cb-edi-products>.row>.row-inner>*:nth-child(2) {
-ms-grid-row: 3;
-ms-grid-column: 1;
}
.cb-edi-products>.row>.row-inner>*:nth-child(3) {
-ms-grid-row: 5;
-ms-grid-column: 1;
}
.cb-edi-products>.row>.row-inner>*:nth-child(4) {
-ms-grid-row: 7;
-ms-grid-column: 1;
}
.cb-edi-products>.row>.row-inner>*:nth-child(5) {
-ms-grid-row: 9;
-ms-grid-column: 1;
}
@media screen and (min-width: 768px) {
.cb-edi-products {
padding-top: 36px !important;
}
.cb-edi-products>.row>.row-inner {
-ms-grid-columns: 1fr 20px 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: 1fr 20px 1fr 20px 1fr;
grid-template-rows: 1fr 1fr 1fr;
}
.cb-edi-products>.row>.row-inner>*:nth-child(1) {
-ms-grid-row: 1;
-ms-grid-column: 1;
}
.cb-edi-products>.row>.row-inner>*:nth-child(2) {
-ms-grid-row: 1;
-ms-grid-column: 3;
}
.cb-edi-products>.row>.row-inner>*:nth-child(3) {
-ms-grid-row: 3;
-ms-grid-column: 1;
-ms-grid-column-span: 3;
grid-column: 1/3;
}
.cb-edi-products>.row>.row-inner>*:nth-child(4) {
-ms-grid-row: 5;
-ms-grid-column: 1;
}
.cb-edi-products>.row>.row-inner>*:nth-child(5) {
-ms-grid-row: 5;
-ms-grid-column: 3;
}
.cb-edi-products>.row>.row-inner>.wpb_column>.uncol>.uncoltable>.uncell {
padding: 36px !important;
}
.productcb-price p {
font-size: 50px;
}
}
@media screen and (max-width: 959px) {
.cb-einvoice-products {
padding-top: 36px !important;
}
}
@media screen and (min-width: 943px) and (max-width: 1075px) {
.productcb-price p {
font-size: 40px;
}
}
@media screen and (min-width: 1110px) and (max-width: 1193px) {
.productcb-price p {
font-size: 36px;
}
}
@media screen and (min-width: 1110px) {
.productcb-price p {
font-size: 36px;
}
}
@media screen and (min-width: 1194px) {
.cb-edi-products {
padding-top: 0px !important;
margin-left: -15px;
margin-right: -15px;
}
.cb-edi-products>.row>.row-inner {
-ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
-ms-grid-rows: 1fr;
grid-template-rows: 1fr;
padding-top: 0px;
}
.cb-edi-products>.row>.row-inner>*:nth-child(1) {
-ms-grid-row: 1;
-ms-grid-column: 1;
}
.cb-edi-products>.row>.row-inner>*:nth-child(2) {
-ms-grid-row: 1;
-ms-grid-column: 3;
}
.cb-edi-products>.row>.row-inner>*:nth-child(3) {
-ms-grid-row: 1;
-ms-grid-column: 5;
-ms-grid-column-span: 1;
}
.cb-edi-products>.row>.row-inner>*:nth-child(4) {
-ms-grid-row: 1;
-ms-grid-column: 7;
}
.cb-edi-products>.row>.row-inner>*:nth-child(5) {
-ms-grid-row: 1;
-ms-grid-column: 9;
}
.productcb-price p {
font-size: 38px;
}
.cb-edi-products>.row>.row-inner>div:nth-of-type(3) {
grid-column: unset;
}
.cb-edi-products>.row>.row-inner>.wpb_column>.uncol>.uncoltable>.uncell,
.cb-einvoice-products>.row>.row-inner>.wpb_column>.uncol>.uncoltable>.uncell {
padding: 24px 18px !important;
}
}
@media all and (-ms-high-contrast: active) and (min-width: 1280px), all and (-ms-high-contrast: none) and (min-width: 1280px) {
.cb-edi-products .row-parent .shift_y_neg_triple {
height: 653px;
}
} .col-template-contact .main-container .row-container .row-parent {
padding: 0px;
} #menu-new-menu .currency-menu-eur-eur>a::before, #menu-new-menu .currency-menu-gbp-eur>a::before, #menu-new-menu .currency-menu-gbp-gbp>a:before, #menu-new-menu .drop-menu .currency-menu-eur-gbp>a:before {
display: inline-block;
content: "\00a0 \00a0 ";
width: 18px;
height: 18px;
margin-right: 9px;
border-radius: 50%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
#menu-new-menu .currency-menu-gbp-gbp>a:before, #menu-new-menu .drop-menu .currency-menu-eur-gbp a:before {
background-image: url(//www.transalis.com/wp-content/uploads/2022/02/GBP-2.png);
}
#menu-new-menu .currency-menu-eur-eur>a::before, #menu-new-menu .currency-menu-gbp-eur a::before {
background-image: url(//www.transalis.com/wp-content/uploads/2022/02/EUR-2.png);
}
#menu-new-menu .menu-active {
border-bottom: solid 1px #575757;
}
#menu-new-menu .menu-active a.dropdown-toggle, #menu-new-menu ul.drop-menu .currency-menu-eur-eur a, #menu-new-menu .drop-menu .currency-menu-eur-gbp a {
font-size: 15px !important;
font-weight: 600;
padding: 16px 0;
}
#menu-new-menu #menu-item-124027 {
padding-top: 20px;
}
#menu-new-menu ul.drop-menu {
background-color: #fff;
padding-bottom: 0;
padding-top: 0;
}
#menu-new-menu ul.drop-menu .currency-menu-gbp-eur a, #menu-new-menu .drop-menu .currency-menu-eur-gbp a {
color: #575757;
padding: 16px 0px;
font-size: 15px !important;
}
#menu-new-menu ul.drop-menu .currency-menu-gbp-eur a:hover, #menu-new-menu .drop-menu .currency-menu-eur-gbp a:hover {
color: #00AAE0;
}
.menu-horizontal.menu-sub-enhanced.submenu-dark .menu-smart>.mega-menu .mega-menu-inner, .submenu-dark .menu-smart li ul li, .submenu-dark .menu-horizontal .menu-smart .currency-menu-gbp-gbp ul a, .submenu-dark .menu-horizontal .menu-smart .currency-menu-eur-eur ul a {
width: 100%;
}
body.menu-mobile-centered .main-menu-container .menu-horizontal .menu-horizontal-inner, body.menu-mobile-centered .vmenu-container .vmenu-row-wrapper .vmenu-wrap-cell, body.menu-mobile-centered .overlay-menu .navbar-main .menu-sidebar-inner {
padding-top: 0px !important;
vertical-align: top !important;
}
@media screen and (min-width: 960px) and (max-width: 965px) {
#multi-currency-bundle p {
font-size: 45px;
}
}
@media screen and (min-width: 1050px) and (max-width: 1121px) {
#multi-currency-bundle p {
font-size: 45px;
}
}
@media screen and (min-width: 960px) {
#menu-new-menu .currency-menu-gbp-gbp, #menu-new-menu .currency-menu-eur-eur {
display: none !important;
}
.currency-menu-gbp-gbp::before, .currency-menu-eur-eur::before {
content: "\00a0 \00a0 ";
width: 18px;
height: 18px;
border-radius: 50%;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.currency-menu-eur-gbp a::before, .currency-menu-gbp-eur a::before {
content: "\00a0 \00a0 ";
padding: 4px 7.5px;
margin-right: 9px;
border-radius: 50%;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
margin-left: 18px;
}
.currency-menu-gbp-gbp::before, .currency-menu-eur-gbp a::before {
background-image: url(//www.transalis.com/wp-content/uploads/2022/02/GBP-2.png);
}
.currency-menu-eur-eur::before, .currency-menu-gbp-eur a::before {
background-image: url(//www.transalis.com/wp-content/uploads/2022/02/EUR-2.png);
}
.currency-menu-gbp-gbp .currency-menu-gbp-eur, .currency-menu-eur-eur .currency-menu-eur-gbp {
display: inline-flex;
align-items: center;
}
.currency-menu-eur-eur i, .currency-menu-eur-gbp i, .menu-smart .currency-menu-eur-gbp>a>i.fa-dropdown, .menu-smart .currency-menu-gbp-eur>a>i.fa-dropdown {
display: none;
}
.submenu-dark .menu-horizontal .menu-smart .currency-menu-gbp-gbp ul, .submenu-dark .menu-horizontal .menu-smart .currency-menu-eur-eur ul {
background-color: #fff;
width: 100px !important;
max-width: 100px !important;
left: unset !important;
right: 0 !important;
margin-left: unset !important;
min-width: 100px !important;
padding: 0;
}
.submenu-dark .menu-horizontal .menu-smart .currency-menu-gbp-gbp ul a, .submenu-dark .menu-horizontal .menu-smart .currency-menu-eur-eur ul a {
color: #2c3538;
font-weight: bold;
padding: 18px 18px 18px 0 !important;
}
.submenu-dark .menu-horizontal .menu-smart .currency-menu-gbp-gbp ul:hover, .submenu-dark .menu-horizontal .menu-smart .currency-menu-eur-eur ul:hover {
background-color: #007AC3;
}
.submenu-dark .menu-horizontal .menu-smart .currency-menu-gbp-gbp ul:hover a, .submenu-dark .menu-horizontal .menu-smart .currency-menu-eur-eur ul:hover a {
color: #fff;
}
.submenu-dark .menu-horizontal .menu-smart .currency-menu-gbp-gbp ul .currency-menu-eur-eur a:hover, .submenu-dark .menu-horizontal .menu-smart .currency-menu-gbp-eur ul .currency-menu-eur-eur a:hover {
color: #fff !important;
}
.menu-mini.menu-smart .currency-menu-gbp-gbp>a {
padding-right: 0px;
}
.menu-smart li.currency-menu-gbp-gbp, .menu-smart li.currency-menu-eur-eur {
margin-left: 9px;
}
}  .page-template-page-einvoice-automation .invAuto-calc-manual .invAuto-calc-first-page>div:last-of-type,
.page-template-page-einvoice-automation .invAuto-calc-af,
.page-template-page-einvoice-automation .invAuto-calc-eys .invAuto-calc-content-range-wrap>div:nth-of-type(4),
.page-template-page-einvoice-automation .invAuto-calc-eys .invAuto-calc-content-range-wrap>div:nth-of-type(6),
.page-template-page-einvoice-automation .invAuto-calc-wrap .invAuto-calc-content hr:first-of-type {
display: none;
}
.page-template-page-einvoice-automation .invAuto-content-grid-left .highlight {
border-left: 3px solid #8fc2b1;
padding: 6px 0 6px 36px;
margin: 36px 0;
font-weight: 600;
font-size: 1.1rem;
line-height: 1.3;
}
.page-template-page-einvoice-automation .invAuto-content-grid-left>ul {
list-style: disc;
padding-left: 18px;
margin: 18px 0 0 0;
}
.page-template-page-einvoice-automation .invAuto-content {
margin: 36px;
}
.page-template-page-einvoice-automation .invAuto-calc-saving span {
color: #2c3538;
}
@media screen and (min-width: 978px) and (max-width: 1145px) {
.einvoicesoftware-headers h2 {
font-size: 27px !important;
}
}
.material-shadow .uncell {
box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.einvoice-price>div>div {
border: 1px solid #2c3538;
border-radius: 4px;
padding: 9px 16px;
}
.ap-callout {
display: block;
background-color: #abd1c4;
padding: 20px;
box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
border-radius: 8px;
background-clip: padding-box;
margin: 36px 0;
}
.ap-callout p, .ap-callout br {
display: none;
}
.apar-neg {
transform: translateY(-72px);
}
.apar-neg>.uncol>.uncoltable>.uncell>.uncont {
display: flex;
flex-flow: column nowrap;
}
.apar-neg>.uncol>.uncoltable>.uncell>.uncont>.btn-block {
margin-top: auto;
}
.calcnum {
font-size: 16px;
}
.page-template-page-einvoice-automation .invAuto-btn-contact-mid a {
margin-right: 0px;
background-color: #fb9101;
font-weight: 600;
}
.page-template-page-einvoice-automation .invAuto-btn-contact-mid a:hover {
background-color: transparent;
color: #fb9101;
border-color: #fb9101;
}
.page-template-page-einvoice-automation input[type="submit"] {
background-color: #2c3538;
}
.page-template-page-einvoice-automation input[type="submit"]:hover {
background-color: transparent;
color: #2c3538;
border-color: #2c3538;
}
.page-template-page-einvoice-calculator .modaldesc {
position: absolute;
top: 26px;
right: 18px;
left: 18px;
z-index: 10;
display: none;
background-color: #fff;
border-radius: 8px;
bottom: unset;
}
.page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option.apiintegration .calc-optiontext>div span:last-of-type {
width: 100%;
}
.page-template-page-einvoice-calculator .calcouter .calculator-wrap .calc-section .calc-option.apiintegration .calc-optiontext>div>#add-api>span:first-of-type {
white-space: nowrap;
}
@media only screen and (max-width: 450px) {
.page-template-page-einvoice-automation .invAuto-calc-btn .invAuto-btn-build,
.page-template-page-einvoice-automation .invAuto-calc-btn .invAuto-btn-contact a {
font-size: 0.8rem;
}
} .uwebchat-open-button#uwebchat-open-button {
background-color: #f7922c !important;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
transition: box-shadow 0.3s cubic-bezier(.25, .8, .25, 1);
transform: scale(1);
animation: none;
transition-property: all;
transition-duration: 1s;
}
@keyframes pulse {
0% {
transform: scale(0.95);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
}
70% {
transform: scale(1.2);
box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
background-color: green !important;
}
100% {
transform: scale(0.95);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
}
#uwebchat-open-button.uwebchat-open-button-no-animation {
animation: none !important;
transition-property: all;
transition-duration: 1s;
}
.uwebchat-open-button .popMessage-uwebChat {
position: absolute;
top: -19px;
right: 0px;
background-color: red;
width: 20px;
border-radius: 50%;
height: 20px;
line-height: 20px;
font-weight: bold;
color: #ffffff;
}
.uwebchat-open-button#uwebchat-open-button:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}
#instant-container>.uncol>.uncoltable>.uncell {
box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.instant-form-header>.instant-form-circle {
box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.popText-uwebChat {
-webkit-box-shadow: 0 7px 6px 1px rgb(0 0 0 / 16%);
-moz-box-shadow: 0 7px 6px 1px rgba(0, 0, 0, .16);
box-shadow: 0 7px 6px 1px rgb(0 0 0 / 16%);
position: fixed;
bottom: 53px;
right: 130px;
z-index: 99999;
opacity: 0;
animation: slideInRight 1s ease-in-out forwards;
}
@keyframes slideInRight {
0% {
transform: translateX(50%);
}
100% {
transform: translateX(0%);
opacity: 1;
}
}
.popText-uwebChat button {
background: #2c3538;
margin: 2px 0 0;
position: absolute;
top: -1px;
z-index: 1;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
padding: 4px;
height: 20px;
width: 20px;
line-height: 12px;
-webkit-box-shadow: 0 2px 10px 0 rgb(53 63 69 / 15%), 0 1px 2px 0 rgb(0 0 0 / 20%);
-moz-box-shadow: 0 2px 10px 0 rgba(53, 63, 69, .15), 0 1px 2px 0 rgba(0, 0, 0, .2);
box-shadow: 0 2px 10px 0 rgb(53 63 69 / 15%), 0 1px 2px 0 rgb(0 0 0 / 20%);
left: -26px;
opacity: 0;
animation: fadeIn 4s;
animation-fill-mode: forwards;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.popText-uwebChat span {
background: #ffffff;
padding: 10px;
border: 2px solid transparent;
max-height: 125px;
max-width: 220px;
line-height: 20px;
font-size: 14px;
display: block;
}
.popText-uwebChat::after {
right: -8px;
border-left-color: #fff;
bottom: 28px;
content: " ";
height: 0;
width: 0;
position: absolute;
border: solid #ffffff;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 6px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
background-color: #ffffff;
}
@media screen and (max-width: 500px) {
.popText-uwebChat span {
max-height: 130px;
max-width: 190px;
}
} #nf-form-924-cont .instant-currency,
#nf-form-874-cont .instant-currency,
#nf-form-939-cont .instant-currency {
margin-bottom: 0px;
}
#nf-form-924-cont .instant-currency select,
#nf-form-874-cont .instant-currency select,
#nf-form-939-cont .instant-currency select {
margin-top: 9px;
border-radius: 4px;
padding: 13px 15px;
font-size: 0.8rem;
cursor: pointer;
}
#instant-vat {
margin-top: 7px;
cursor: pointer;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#instant-vat:hover {
color: #f7922c;
}
#nf-form-874-cont nf-rows-wrap>div:nth-of-type(11)>nf-cells>div:first-of-type,
#nf-form-939-cont nf-rows-wrap>div:nth-of-type(11)>nf-cells>div:first-of-type {
width: 92% !important;
max-width: calc(100% - 39px);
}
#nf-form-874-cont nf-rows-wrap>div:nth-of-type(11)>nf-cells>div:last-of-type,
#nf-form-939-cont nf-rows-wrap>div:nth-of-type(11)>nf-cells>div:last-of-type {
width: 8% !important;
min-width: 34px;
}
@media only screen and (max-width: 600px) {
#nf-form-924-cont nf-rows-wrap>div:nth-last-of-type(2)>nf-cells>div:first-of-type,
#nf-form-924-cont nf-rows-wrap>div:nth-last-of-type(2)>nf-cells>div:last-of-type,
#nf-form-874-cont nf-rows-wrap>div:nth-last-of-type(2)>nf-cells>div:first-of-type,
#nf-form-874-cont nf-rows-wrap>div:nth-last-of-type(2)>nf-cells>div:last-of-type,
#nf-form-939-cont nf-rows-wrap>div:nth-last-of-type(2)>nf-cells>div:first-of-type,
#nf-form-939-cont nf-rows-wrap>div:nth-last-of-type(2)>nf-cells>div:last-of-type {
max-width: 50%;
}
} #nf-field-5042 {
background-color: #f7922c;
border: 1px solid #f7922c;
border-radius: 4px;
font-size: 0.8rem;
}
#nf-field-5042:hover {
background-color: transparent;
color: #f7922c;
}
#nf-field-5138-wrap>.nf-field-element>p {
margin: 0px;
font-size: 12px;
}
#nf-field-5138-wrap>.nf-field-element>p>a {
color: #2c3538 !important;
text-decoration: underline;
}
#nf-field-5506-wrap>.nf-field-element>p>a:hover {
font-weight: 600;
}
#nf-form-874-cont .nf-form-fields-required,
#nf-form-939-cont .nf-form-fields-required {
display: none;
}
.page-template-page-payment-gateway blockquote {
border-color: #a8ba2b;
}
.instant-form-header>.instant-form-circle {
box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
} #nf-form-924-cont .instant-currency {
margin-bottom: 0px;
}
#nf-form-924-cont .instant-currency select {
margin-top: 9px;
border-radius: 4px;
padding: 13px 15px;
font-size: 0.8rem;
cursor: pointer;
}
#instant-vat {
margin-top: 7px;
cursor: pointer;
-webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#instant-vat:hover {
color: #f7922c;
}
#nf-form-924-cont nf-rows-wrap>div:nth-of-type(9)>nf-cells>div:first-of-type {
width: 92% !important;
max-width: calc(100% - 39px);
}
#nf-form-924-cont nf-rows-wrap>div:nth-of-type(9)>nf-cells>div:last-of-type {
width: 8% !important;
min-width: 34px;
}
@media only screen and (max-width: 600px) {
#nf-form-924-cont nf-rows-wrap>div:nth-last-of-type(2)>nf-cells>div:first-of-type,
#nf-form-924-cont nf-rows-wrap>div:nth-last-of-type(2)>nf-cells>div:last-of-type {
max-width: 50%;
}
} .custom-post-slider .owl-nav .owl-prev {
margin-left: -36px;
margin-right: 0px;
}
.custom-post-slider .owl-nav .owl-next {
margin-left: 0px;
margin-right: -36px;
}
.custom-post-slider:hover .owl-nav .owl-prev,
.custom-post-slider:hover .owl-nav .owl-next {
margin-left: 0px;
margin-right: 0px;
}
.custom-post-slider .owl-height-equal.owl-carousel .owl-item>.tmb>.t-inside {
height: 100%;
display: flex;
justify-content: space-between;
flex-flow: column;
}
.custom-post-slider .tmb-light.tmb .t-entry-text {
height: 100%;
}
.custom-post-slider .t-entry-text-tc {
height: 100%;
justify-content: space-between;
display: flex;
flex-flow: column;
}
.custom-post-slider .tmb .t-entry-visual {
flex: none;
}
.custom-post-slider .t-entry-text-tc .t-entry {
display: flex;
flex-direction: column;
height: 100%;
}
.custom-post-slider .t-entry-text-tc .t-entry .entry-small,
.custom-post-slider .t-entry-text-tc .t-entry .t-entry-hr-custom {
margin-top: 0 !important;
}
.custom-post-slider .t-entry-text-tc .t-entry-readmore {
margin-top: auto;
display: flex;
justify-content: center;
}
.custom-post-slider .t-entry-text-tc .t-entry-readmore a {
transform-origin: initial !important;
}  #nf-form-874-cont .nf-form-fields-required,
#nf-form-939-cont .nf-form-fields-required {
display: none;
}
#nf-form-874-cont,
#nf-form-939-cont {
margin-top: 12px;
}
#nf-form-874-cont #nf-field-5042,
#nf-form-939-cont #nf-field-5580 {
border: 1px solid #f7922c;
margin-top: 9px;
-webkit-transition: color 200ms cubic-bezier(.785, .135, .15, .86), background-color 200ms cubic-bezier(.785, .135, .15, .86), border-color 200ms cubic-bezier(.785, .135, .15, .86);
-o-transition: color 200ms cubic-bezier(.785, .135, .15, .86), background-color 200ms cubic-bezier(.785, .135, .15, .86), border-color 200ms cubic-bezier(.785, .135, .15, .86);
transition: color 200ms cubic-bezier(.785, .135, .15, .86), background-color 200ms cubic-bezier(.785, .135, .15, .86), border-color 200ms cubic-bezier(.785, .135, .15, .86);
border-radius: 4px;
font-size: 0.8rem;
background-color: #f7922c;
text-transform: uppercase;
font-weight: 700 !important;
font-family: 'Work Sans' !important;
padding: 13px 31px;
}
#nf-field-5042-container {
float: left;
}
#nf-field-5532-container {
margin-bottom: 0px;
}
#nf-field-5532 {
margin-top: 9px;
border-radius: 4px;
padding: 13px 15px;
font-size: .8rem;
cursor: pointer;
}
#nf-field-5138-wrap .nf-field-element p,
#nf-field-5582-wrap .nf-field-element p {
margin: 0px;
font-size: 12px;
}
#nf-field-5138-wrap .nf-field-element p a,
#nf-field-5582-wrap .nf-field-element p a {
color: #2c3538 !important;
text-decoration: underline;
}
#nf-field-5138-wrap .nf-field-element p a:hover,
#nf-field-5582-wrap .nf-field-element p a:hover {
font-weight: 600;
}
#nf-field-5138-wrap .nf-field-element,
#nf-field-5582-wrap .nf-field-element {
margin-top: 9px;
} .main-container .row-container .row-parent .single-internal-gutter .uncont>.instant-mockup-controls {
margin-top: -36px;
z-index: 999;
}
.instant-mockup-controls>.cssgrid-wrapper>.cssgrid-container>.tmb {
border: 1px solid #2c3538;
border-radius: 4px;
overflow: hidden;
cursor: pointer;
}
.instant-list>ul {
margin-left: 30px;
}
.instant-list>ul>li>.fa-tick {
margin-left: -30px;
}
.instant-quote blockquote {
margin: 0;
border-color: #BDCB64;
}
.instant-stars>.wpb_wrapper>.material-icons {
margin-right: 18px;
color: #fff;
font-size: 36px;
}
.instant-capterraimage-container>div,
.instant-capterraimage-container>div>div,
.instant-capterraimage-container>div>div>div,
.instant-capterraimage-container>div>div>div>div {
height: 100%;
}
.instant-capterraimage {
position: absolute !important;
bottom: -72px;
}
#instant-mockup-list, #instant-mockup-document {
display: none;
margin-top: 0px;
}
#instant-modal {
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: 999999;
background: #2c3538E6;
display: flex;
align-items: center;
justify-content: center;
display: none;
}
#instant-modal>.instant-form {
width: 100%;
max-width: 350px;
background-color: #BDCB64;
border-radius: 4px;
padding: 36px;
}
#instant-modal>.instant-form .nf-form-fields-required,
.single-portfolio .nf-form-fields-required {
display: none;
}
#instant-modal>.instant-form #nf-field-5538-container {
margin-bottom: 0px;
}
#instant-modal>.instant-form>p.smallprint,
.single-portfolio .instant-tp-smalltext>p {
font-size: 12px;
}
#instant-modal>.instant-form>p,
.single-portfolio .instant-tp-smalltext>p {
line-height: 1.2;
color: #2c3538;
}
#instant-modal>.instant-form>p:first-of-type,
.single-portfolio .instant-tp-smalltext>p:first-of-type {
margin-top: 0px;
}
#instant-modal>.instant-form>p>a,
.single-portfolio .instant-tp-smalltext>p>a {
color: #2c3538 !important;
text-decoration: underline;
}
#instant-modal>.instant-form>p>a:hover,
.single-portfolio .instant-tp-smalltext>p>a:hover {
font-weight: 600;
}
#instant-modal .instant-form .nf-form-cont nf-rows-wrap>.nf-row:last-of-type .nf-field-container.submit-container .submit-wrap .nf-element,
.single-portfolio .uncont .nf-form-cont .submit-wrap .nf-element,
#instant-modal .instant-form .nf-form-cont nf-rows-wrap>.nf-row:nth-of-type(3) .nf-field-container {
margin-bottom: 36px;
}
#instant-modal .instant-form .nf-form-cont nf-rows-wrap>.nf-row:first-of-type .nf-field-container,
#instant-modal .instant-form .nf-form-cont nf-rows-wrap>.nf-row:nth-of-type(2) .nf-field-container {
margin-bottom: 18px;
}
#instant-modal .instant-form .nf-form-cont nf-rows-wrap>.nf-row:last-of-type .nf-field-container.submit-container .submit-wrap .nf-element,
.single-portfolio .uncont .nf-form-cont .submit-wrap .nf-element {
background-color: #F7922C;
border-radius: 8px;
font-size: 14px;
margin: 0;
}
#instant-modal .instant-form .nf-form-cont nf-rows-wrap>.nf-row:last-of-type .nf-field-container.submit-container .submit-wrap .nf-element:hover,
.single-portfolio .uncont .nf-form-cont .submit-wrap .nf-element:hover {
background-color: #a36436;
border-color: #a36436;
}
#instant-modal>.instant-form input {
border-radius: 4px;
}
#instant-modal>.instant-form>h2 {
margin: 0 0 36px;
font-weight: 700;
color: #2c3538;
font-size: 28px;
}
#instant-modal>.instant-form .nf-form-errors .nf-error-msg {
margin-top: 36px;
}
#instant-modal>.instant-form form {
margin: 0px;
}
#instant-modalclose {
position: fixed;
top: 36px;
right: 36px;
color: #fff;
padding: 18px;
cursor: pointer;
transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
}
#instant-modalclose:hover {
color: #F7922C;
}
.instant-footer span>a {
color: #F7922C;
}
.instant-footer span>a:hover {
color: #a36436 !important;
}
.page-template-page-payment-gateway-instant #row-unique-5 {
margin-top: 48px;
}
.instant-mockup-main a {
cursor: zoom-in;
}
.instant-cta {
white-space: nowrap;
}
.grecaptcha-badge {
display: none !important;
}
@media only screen and (max-width: 500px) {
.instant-mockup-controls .t-overlay-content .t-entry-title {
font-size: 12px !important;
}
#instant-modalclose {
top: 0px;
right: 0px;
}
}
@media only screen and (max-width: 767px) {
#instant-rc>.uncol>.uncoltable>.uncell>.uncont {
padding-top: 36px !important;
}
.instant-cta.hidemobile {
display: none;
}
}
@media only screen and (max-width: 959px) {
body.menu-mobile-centered .menu-smart-social, body.menu-mobile-centered .menu-horizontal-inner div .menu-smart-social {
padding-top: 0px !important;
}
.instant-row-4 .btn-container {
display: none;
}
.paddingtop18 {
padding-top: 18px !important;
}
}
@media only screen and (max-width: 1001px) {
.instant-headertitle>div>h1 {
font-size: 50px;
}
.instant-header-subtitle>div>h2.h3 {
font-size: 18px;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.instant-header .col-lg-6 {
width: 50%;
display: table-cell;
}
.main-container .row-container.instant-header .row-child.col-double-gutter>.row-inner,
.main-container .row-container.instant-header .col-double-gutter>.row-inner {
margin-left: -36px;
}
.main-container .row-container.instant-header .row-child.col-double-gutter>.row-inner>div,
.main-container .row-container.instant-header .col-double-gutter>.row-inner>div {
padding-left: 36px;
padding-right: 0px;
padding-top: 36px;
}
.main-container .row-container .row-parent .single-internal-gutter .uncont>.instant-mockup-controls {
margin-top: -18px;
}
.instant-row-1>.row>.row-inner {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 72px;
margin-top: -72px !important;
}
.instant-row-1>.row>.row-inner>.instant-row-1-green {
order: 1;
grid-column: 1/2;
grid-row: 1/4;
}
body .instant-row-1>.row>.row-inner>.instant-row-1-green>.shift_y_fixed.shift_y_neg_double {
margin-top: 0px !important;
}
.instant-row-1>.row>.row-inner>.instant-row-1-capterra {
order: 2;
grid-column: 2/3;
padding-top: 0px;
}
.instant-row-1>.row>.row-inner>.instant-row-1-text {
order: 3;
grid-column: 2/3;
}
.instant-row-2>.row>.row-inner {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 72px;
}
.instant-row-2>.row>.row-inner>.instant-row-2-logos {
padding-top: 0px;
}
.instant-row-2>.row>.row-inner>.instant-row-2-logos .cssgrid-container .t-overlay-text.single-block-padding {
padding: 9px;
}
.instant-row-2>.row>.row-inner>.instant-row-2-logos .cssgrid-container .t-overlay-text.single-block-padding>.t-entry>.t-entry-title.h6 {
margin-top: 0px;
font-size: 10px;
}
} .bookingCalendarModal {
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: 999999;
background: #2c3538E6;
align-items: center;
justify-content: center;
flex-flow: column wrap;
display: none;
} .bookingCalendarModal .modal-content,
.booking-meeting-recaptcha-warning {
height: 100%;
z-index: 999999;
width: 100%;
max-width: 80%;
max-height: 80vh;
position: relative;
} .bookingCalendarModal .close,
.booking-meeting-recaptcha-warning .close {
color: #aaaaaa;
font-size: 28px;
font-weight: bold;
position: absolute;
z-index: 999999999999;
top: -20px;
background-color: #2C3538;
right: -20px;
border-radius: 50%;
width: 40px;
height: 40px;
line-height: 40px;
border: 1px solid #ffffff;
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.bookingCalendarModal .close:hover,
.bookingCalendarModal .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
background-color: #ffffff;
}
.wpb_raw_html button.bookingCalendarmyBtn {
padding: 13px 31px;
font-size: 12px;
letter-spacing: 0.1em;
text-transform: initial;
color: #ffffff;
background-color: #2c3538;
border: solid 1px #2c3538;
transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
border-radius: 8px;
display: inline-block;
font-style: normal;
text-align: center;
vertical-align: middle;
margin-top: 1px;
margin-bottom: 1px;
cursor: pointer;
outline: none;
white-space: pre-wrap;
-webkit-text-stroke: 0px;
font-weight: 600;
}
.wpb_raw_html button.bookingCalendarmyBtn:hover,
.column_parent .book-meeting-columns div.bookingCalendarmyBtn {
text-align: center!important;
font-weight: inherit!important;
letter-spacing: 0;
}
.wpb_raw_html div.bookingCalendarmyBtn span, 
.booking-contacts .btn-container div.bookingCalendarmyBtn span,
.book-meeting-columns div.bookingCalendarmyBtn span {
font-weight: bold;
}
.booking-contacts .btn-container div.bookingCalendarmyBtn,
.wpb_column div.bookingCalendarmyBtn {
text-align: left;
padding: 0px!important;
color: #2c3538 !important;
background-color: transparent!important;
border: none;
letter-spacing: 0;
font-size: inherit;
font-weight: inherit!important;
cursor: inherit;
}
.booking-contacts .wpb_raw_html {
margin: 0!important;
}
.booking-meeting-recaptcha-warning .bookingCalendarModal .modal-content {
background-color: #ffffff;
max-width: 500px;
height: auto;
padding: 26px 36px;
text-align: center;
border-top: 5px solid #f7922c;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
gap: 20px;
}
.booking-meeting-recaptcha-warning .bookingCalendarModal .modal-content h2,
.booking-meeting-recaptcha-warning .bookingCalendarModal .modal-content p {
margin: 0;
}
.booking-meeting-recaptcha-warning .bookingCalendarModal .modal-content i {
background: #f7922c;
border-radius: 50%;
color: #ffffff;
width: 45px;
height: 45px;
line-height: 45px;
}
.booking-meeting-recaptcha-warning .bookingCalendarModal .modal-content span {
position: relative;
top: 0;
right: 0;
border-radius: 8px;
background-color: #f7922c;
border-color: #f7922c;
color: #ffffff;
font-size: 16px;
padding: 12px 26px;
width: auto;
height: auto;
line-height: normal;
}
@media only screen and (max-width: 500px) {
.bookingCalendarModal .modal-content,
.bookingCalendarModal1 .modal-content {
max-width: 100%;
max-height: 95vh;
}
.bookingCalendarModal1 .close {
top: 8px;
right: 8px;
}
} ul li a[href*="landing-page"],
ul li.cat-item-932 {
display: none;
} .postid-130157.post-template-single-blog-template .bp-media-text-wrap .bp-image {
height: 200px;
}
.post-template-single-blog-template .h1:not([class*="fontsize-"]) {
font-size: 2.1875em;
}
.postid-130341.post-template-single-blog-template .bp-media-text-wrap {
display: flex;
margin-top: 50px;
flex-direction: row;
flex-wrap: nowrap;
align-items: flex-start;
justify-content: center;
}
.postid-130341.post-template-single-blog-template .bp-media-text-wrap .bp-image {
width: 50%;
height: auto;
padding-top: 0;
padding-right: 10px;
}
.postid-130341.post-template-single-blog-template .bp-media-text-wrap .bp-col-text {
width: 50%;
padding-left: 10px;
}
.postid-130341.post-template-single-blog-template .bp-media-text-wrap .bp-image img, .postid-131054.post-template-single-blog-template .bp-image img, .postid-131054.post-template-single-blog-template .bp-media-text-wrap .bp-image img, .postid-131176.post-template-single-blog-template .bp-media-text-wrap .bp-image img {
position: relative;
top: auto;
left: auto;
transform: none;
width: auto;
height: auto;
}
.postid-131054.post-template-single-blog-template .bp-image {
height: auto;
padding-top: 0;
}
.postid-131054.post-template-single-blog-template .row-background .background-wrapper .background-inner,
.postid-131127.post-template-single-blog-template .row-background .background-wrapper .background-inner {
background-position: center right!important;
right: -200px;
}
.postid-131176.post-template-single-blog-template .row-background .background-wrapper .background-inner {
background-position: center right!important;
right: -250px;
}
.postid-131127.post-template-single-blog-template.post-template-single-blog-template .bp-image img {
object-fit: contain;
}
@media screen and (max-width: 640px) {
.postid-131127.post-template-single-blog-template .bp-media-text-wrap .bp-image, .postid-131176.post-template-single-blog-template .bp-media-text-wrap .bp-image {
padding-top: 0;
}
.postid-131127.post-template-single-blog-template .bp-media-text-wrap .bp-image img {
position: relative;
left: 0;
transform: none;
max-width: 100%;
height: auto;
}
.postid-130341.post-template-single-blog-template .bp-media-text-wrap {
flex-direction: column;
}
.postid-130341.post-template-single-blog-template .bp-media-text-wrap .bp-image, .postid-130341.post-template-single-blog-template .bp-media-text-wrap .bp-col-text {
width: 100%;
padding-right: 0;
}
}
.postid-130110 .bp-image {
height: auto;
padding-top: 0;
}
.postid-130110 .bp-image img {
position: static;
top: auto;
left: auto;
transform: none;
}
#nf-form-933-cont .nf-form-content .nf-mp-body nf-rows-wrap {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto;
gap: 15px;
}
#nf-form-933-cont .nf-form-content .nf-mp-body nf-rows-wrap .nf-field-container {
margin-bottom: 0;
}
#nf-form-933-cont .submit-container .submit-wrap .nf-field-element input {
margin-top: 0px;
}
#nf-form-933-cont .nf-fu-progress {
display: none;
}
#nf-form-933-cont .file_upload-wrap .btn  {
width: 100%;
padding: 0px!important;
text-align: center;
margin-bottom: 0;
}
#nf-form-933-cont .nf-form-fields-required {
display: none;
}
#nf-form-933-cont .nf-field-element input,
#nf-form-933-cont .field-wrap select{
height: 50px;
}
#nf-form-933-cont .nf-form-content .nf-field-container #nf-field-5513-wrap .nf-field-element .ninja-forms-field {
background-color:  #455357!important;
border-width: 2px;
border-style: solid;
border-color:  #455357!important;
color: #fff!important;
height: 50px;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
vertical-align: middle;
}
#nf-form-933-cont .nf-form-content .nf-field-container #nf-field-5513-wrap .nf-field-element .ninja-forms-field span {
line-height: 17px;
display: flex;
}
#nf-form-933-cont .nf-form-content .nf-field-container #nf-field-5513-wrap .nf-field-element .ninja-forms-field span:before {
font-family: 'uncodeicon'!important;
speak: none;
font-style: normal;
font-weight: 300;
content: "\f01b";
font-size: 17px;
margin-right: 10px;
}
#nf-form-933-cont .nf-form-content .nf-field-container #nf-field-5513-wrap .nf-field-element .ninja-forms-field:hover {
color:  #455357!important;
background-color: #b5807f!important;
}
#nf-form-933-cont .files_uploaded p {
color: #fff;
}
#nf-form-933-cont .files_uploaded a.delete {
color: red!important;
}
.page-id-127489 .tmb-shadowed-std.tmb-shadowed:not(.tmb-no-bg).tmb > .t-inside {
box-shadow: 2px 2px 20px 1px rgb(0 0 0 / 10%);
}
.page-id-127489 .isotope-processed .t-entry .t-entry-excerpt  {
margin-bottom: 36px!important;
}
.career-readMore-cont {
display:none;
}
.career-readMore-btn .uncell {
border: solid 2px #455357;
}
.career-readMore-btn .uncell {
border-radius: 8px;
cursor: pointer;
transition: 0.3s;
}
.career-readMore-btn .uncell:hover {
background-color: transparent;
border: solid 2px #455357;
color: #455357;
}
.career-readMore-btn .uncell:hover p {
color: #455357;
font-weight: 600;
}
@media screen and (min-width: 768px) {
#nf-form-933-cont {
width: 70%;
margin-left: auto;
margin-right: auto;
}
} .career-sidebar {
background-color: #ECECEB;
padding-left: 36px!important;
padding-right: 36px!important;
}
.career-sidebar .sticky-sidebar {
padding-top: 50px!important;
padding-bottom: 50px;
}
.career-sidebar .heading-text.el-text > *:last-child {
margin-bottom: 30px!important;
}
.career-sidebar .t-entry-text-tc {
padding-top: 0px;
}
.career-sidebar .t-inside {
margin-top: 20px!important;
}
.career-row .limit-width {
padding-top: 0px!important;
padding-bottom: 0px!important;
}
.career-row .limit-width .wpb_column.career-content {
padding-left: 36px!important;
padding-right: 72px!important;
padding-top: 50px;
padding-bottom: 72px;
}
.postid-127796 .post-footer,
.postid-127796 .row-navigation,
.postid-127859 .post-footer,
.postid-127859 .row-navigation,
.postid-127865 .post-footer,
.postid-127865 .row-navigation,
.postid-127871 .post-footer,
.postid-127871 .row-navigation{
display: none;
}
#nf-form-934-cont .nf-form-content .nf-mp-body nf-rows-wrap .nf-field-container {
margin-bottom: 0;
}
#nf-form-934-cont .submit-container .submit-wrap .nf-field-element input {
margin-top: 0px;
}
#nf-form-934-cont .nf-fu-progress, #nf-form-934-cont .nf-form-fields-required {
display: none;
}
#nf-form-934-cont .file_upload-wrap .btn  {
width: 100%;
padding: 0px!important;
text-align: center;
margin-bottom: 0;
}
#nf-form-934-cont .nf-field-element input,
#nf-form-934-cont .field-wrap select{
height: 50px;
}
#nf-form-934-cont .nf-form-content .nf-field-container #nf-field-5520-wrap .nf-field-element .ninja-forms-field {
background-color:  #455357!important;
border-width: 2px;
border-style: solid;
border-color:  #455357!important;
color: #fff!important;
height: 50px;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
vertical-align: middle;
}
#nf-form-934-cont .nf-form-content .nf-field-container #nf-field-5520-wrap .nf-field-element .ninja-forms-field:hover {
color:  #455357!important;
background-color: #cdc686!important;
}
.page-id-127489 #nf-form-934-cont .nf-form-content .nf-field-container #nf-field-5520-wrap .nf-field-element .ninja-forms-field:hover {
color:  #455357!important;
background-color: #fff!important;
}
#nf-form-934-cont .files_uploaded p {
color: #fff;
}
.page-id-127489 #nf-form-934-cont .files_uploaded p {
color: #2c3538;
}
.nf-form-content .nf-field-container #nf-field-5521-wrap .nf-field-element .ninja-forms-field {
width: 100%;
font-size: 14px;
}
#nf-form-934-cont .nf-form-content .nf-field-container #nf-field-5520-wrap .nf-field-element .ninja-forms-field span {
font-size: 14px;
line-height: 17px;
display: flex;
}
#nf-form-934-cont .nf-form-content .nf-field-container #nf-field-5520-wrap .nf-field-element .ninja-forms-field span:before {
font-family: 'uncodeicon'!important;
speak: none;
font-style: normal;
font-weight: 300;
content: "\f01b";
font-size: 17px;
margin-right: 10px;
}
#nf-form-934-cont .files_uploaded a.delete {
color: red!important;
}
.post-template-single-blog-template.postid-127101 .row-background .background-wrapper .background-inner {
background-position: bottom center!important;
}
@media screen and (max-width: 726px) {
.post-template-single-blog-template.postid-127078 .bp-image {
height: 40vh;
}
}
@media screen and (max-width: 630px) {
.post-template-single-blog-template.postid-127078 .bp-image {
height: 30vh;
}
}
@media screen and (max-width: 508px) {
.post-template-single-blog-template.postid-127078 .bp-image {
height: 27vh;
}
}
@media screen and (max-width: 640px) {
.post-template-single-blog-template.postid-127078 .bp-media-text-wrap .bp-image {
padding-top: calc(100% * (4/5));
}
.post-template-single-blog-template .relatedpost_bundle-mobile .carousel-grid-wrap {
grid-template-rows: 100px;
}
.postid-126551.post-template-single-blog-template .bp-media-text-wrap .bp-image {
padding-top: unset;
}
.postid-126551.post-template-single-blog-template .bp-media-text-wrap .bp-image img {
position: relative;
}
.post-template-single-blog-template .bp-cta .bp-cta-right .cta-img {
padding-top: calc(100% * (1/2));
}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
html:not(.no-cssanimations) .animate_when_almost_visible, html:not(.no-cssanimations) .animate_inner_when_almost_visible, html:not(.no-cssanimations) .animate_when_parent_almost_visible,
.no-touch .isotope-container > .tmb > .t-inside,
:not(.index-single).isotope-system .isotope-container {
opacity: 1;
}
.single-gutter > div > .tmb, .single-gutter > .owl-carousel .tmb {
width: auto;
max-width: 450px;
float: left;
}
}
.post-template-single-blog-template .bp-title p {
margin-top: 0px;
}
.mobile98,.counter.text-accent-color {
font-weight:300;
font-size:150px !important;
}
.postid-120159 .row-background .background-wrapper .background-inner {
background-position: top center!important;
}
#nf-field-5414 {
font-size: 0.8rem;
}
body.page-template-page-payment-gateway-instant .post-content .nf-form-layout form .nf-form-content .pg-gln .nf-field .field-wrap .nf-field-description p a:focus {
color: #ffffff!important;
}
body.page-template-page-payment-gateway-instant .post-content .nf-form-layout form .nf-form-content .field-wrap .nf-field-element input:focus {
border-color: #f7922c;
}
@media screen and (width:1024px) {
body.page-template-page-payment-gateway-instant .btn-custom-typo.font-205972 {
width: 100%;
white-space: normal;
}
.main-container .row-container .row-child.col-double-gutter>.row-inner .col-lg-3.half-internal-gutter, .main-container .row-container .col-double-gutter>.row-inner .col-lg-3.half-internal-gutter {
padding-left: 36px;
}
}
@media screen and (width:360px) {
.pg-progressbar-wrap {
-ms-grid-columns: 66px 13px 40px 1fr 40px 1fr 40px 13px 66px;
grid-template-columns: 66px 13px 40px 1fr 40px 1fr 40px 13px 66px;
}
}
@media screen and (max-width: 569px) {
body.portfolio-template-default .btn:not(input):not(.checkout-button):not(.btn-no-scale), body.portfolio-template-default .btn-link:not(input):not(.checkout-button):not(.btn-no-scale) {
transform-origin: center;
}
}
#formsubmitcta {
padding: 8px 16px;
background-color: #00aae0;
color: #fff !important;
font-weight: 500;
text-transform: uppercase;
border-radius: 8px;
border: 1px solid #00aae0;
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
font-size: 12px;
}
#formsubmitcta:hover {
background-color: transparent;
color: #00aae0 !important;
}
@media screen and (max-width: 550px) {
#formsubmitcta {
font-size: 10px;
}
}
.cb-inv-bundle .uncoltable .uncont .uncode-single-media .single-media-link .t-inside .t-entry-visual, .cb-inv-bundle .uncoltable .uncont .uncode-single-media .single-media-link .t-inside .t-entry-visual img {
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.cb-inv-bundle .row .uncol {
height: 100%;
}
.cb-inv-bundle .row-container {
height: 100%!important;
max-height: 382px;
}
.cb-inv-bundle .uncoltable .row-container .row-child {
height: 382px;
}
.cb-inv-bundle .row-container .row-child .btn-container {
margin-bottom: 0;
margin-top: auto;
}
.cb-inv-bundle .t-inside,
.cb-inv-bundle .t-inside .t-entry-visual-tc img {
height: 100%;
}
.cb-inv-bundleg .no-block-padding .uncode-single-media .t-entry-visual .img-round-std img.wp-image-103238 {
height: 100%;
}
@media screen and (min-width: 960px) {
.cb-inv-bundle .row-container {
height: 100%!important;
max-height: unset;
}
.cb-inv-bundle .uncoltable .row-container .row-child {
height: 390px;
}
.cb-inv-bundle .single-internal-gutter .uncoltable .uncont {
height: 350px!important;
display: flex;
flex-flow: column;
justify-content: space-between;
}
}
@media screen and (min-width: 1024px) {
.cb-inv-bundle .row-container {
max-height: 400px;
}
.cb-inv-bundle .uncoltable .row-container .row-child {
height: 400px;
}
.cb-inv-bundle .single-internal-gutter .uncoltable .uncont {
height: 328px!important;
display: flex;
flex-flow: column;
justify-content: space-between;
}
}
@media screen and (min-width: 1073px) {
.cb-inv-bundle .single-internal-gutter .uncoltable .uncont {
height: 306px!important;
display: flex;
flex-flow: column;
justify-content: space-between;
}
}
@media screen and (min-width: 1077px) {
.cb-inv-bundle .row-container {
max-height: unset;
}
.cb-inv-bundle .uncoltable .row-container .row-child {
height: auto;
}
}
@media screen and (min-width: 1170px) {
.cb-inv-bundle .single-internal-gutter .uncoltable .uncont {
height: 246px!important;
display: flex;
flex-flow: column;
justify-content: space-between;
}
}
.post-template-single-blog .bp-cta .bp-cta-left {
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
}
@media screen and (max-width: 640px) {
.post-template-single-blog .bp-cta .bp-cta-left {
border-top-left-radius: 0px;
border-bottom-right-radius: 8px;
}
}
.post-template-single-blog .bp-related-posts .navigator-rp, .post-template-single-blog .bp-sidebar-mobile .navigator-rpm {
width: 100%;
text-align: center;
display: flex;
display: -ms-flexbox;
font-size: 14px;
justify-content: space-between;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.post-template-single-blog .owl-dots span, .post-template-single-blog .navigator-rp span, .post-template-single-blog .navigator-rpm span {
background-color: transparent;
opacity: 0.6;
}
}
.post-template-single-blog .bp-products .all-product .owl-item .product-inwrap {
height: 340px;
}
.post-template-single-blog .bp-image img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 100%;
height: unset;
}
@media screen and (max-width: 960px) {
.post-template-single-blog .main-container .row-inner {
height: 100%!important;
}
}
.post-template-single-blog .main-container .header-style-dark, .post-template-single-blog #page-header, .post-template-single-blog .main-container .row-container {
max-height: 100%;
}
.post-template-single-blog .main-container .row-container {
max-height: 100%;
}
.post-template-single-blog .main-container .row-container .quad-top-padding {
padding-top: 150px;
padding-bottom: 100px;
}
.post-template-single-blog .row div[class*=col-lg-].pos-bottom, .post-template-single-blog .row div[class*=col-lg-].pos-bottom, .post-template-single-blog .row div[class*=col-lg-].pos-bottom .uncell {
max-height: 100%;
}
.post-template-single-blog .bp-sidebar-mobile {
margin-top: 0px;
}
body.page-template-page-calc-comparison .capterra-title #directaccesstitle h1 {
text-transform: inherit;
}
.postid-128023.post-template-single-blog-template .bp-cta .bp-cta-right .cta-img,
.postid-132594.post-template-single-blog-template .bp-cta .bp-cta-right .cta-img {
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
width: 100%;
height: 100%;
position: relative;
overflow: visible;
padding-top: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
} 
.postid-128023.post-template-single-blog-template .bp-cta .bp-cta-right.cta_image .cta-img img,
.postid-132594.post-template-single-blog-template .bp-cta .bp-cta-right.cta_image .cta-img img {
position: relative;
top: auto;
left: auto;
width: 100%;
height: auto;
border-top-right-radius: 8px;
object-fit: cover;
border-bottom-right-radius: 8px;
max-height: 100%;
}
.postid-132482 .post-footer,
.postid-132482 .row-navigation{
display: none;
} .amazon-pii-postGrid .t-inside.style-color-xsdn-bg {
height: 100%!important;
box-sizing: border-box;
display: flex;
flex-direction: column;
}
.amazon-pii-postGrid .t-entry-visual, .amazon-pii-postGrid .t-entry-visual-tc, .amazon-pii-postGrid .t-entry-visual-cont, .amazon-pii-postGrid .t-entry-visual-cont img {
min-height: 170px;
}
.amazon-pii-postGrid .t-entry-text {
height: 100%;
display: flex;
}
.amazon-pii-postGrid .t-entry-text .t-entry{
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
@media screen and (max-width: 640px) {
.postid-132386.post-template-single-blog-template .bp-media-text-wrap .bp-image {
padding-top: unset; 
}
}
.amazon-pii-slider .background-inner {
background-position: center right!important;
}
.header_amazonPII_col .uncode_text_column p {
display: flex;
flex-direction: row;
gap: 20px;
align-items: center;
justify-content: space-between;
}
.header_amazonPII_col .wpb_row > div:not([class*=col-md]) {
padding: 0;
height: 100%;
}
.header_amazonPII_col .row-child > .row-inner > .col-lg-9 {
padding: 0!important;
}
.header_amazonPII_col .uncode_text_column p img {
max-width: 200px;
margin: 0;
}
@media screen and (max-width: 959px) {
.postid-132040 #page-header .remove-menu-padding-mobile > .vc_row:first-child .header_amazonPII_col .uncont {
padding-top: 77px!important;
}
#page-header .amazonPII_mainHeader .amazonPII_leftCol > .no-block-padding > .uncont {
padding-top: 77px!important;
}
}
@media screen and (max-width: 500px) {
.header_amazonPII_col .uncode_text_column p {
flex-direction: column;
}
} .postid-132386.post-template-single-blog-template .bp-media-text-wrap .bp-image {
width: 100%;
height: 100%;
padding-top: 0;
position: relative;
border-radius: 4px;
overflow: hidden;
text-align: center;
}
.postid-132386.post-template-single-blog-template .bp-media-text-wrap .bp-image img {
position: relative;
top: auto;
left: auto;
transform: initial;
max-width: 230px;
height: auto;
border-radius: 4px;
}
.header_bookMeeting .uncont {
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 20px;
padding: 0!important;
}
.postid-132040 .amazonPII_feature .uncont {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.amazonLandingPage .single-wrapper {
width: 230px;
height: 230px;
background-color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 30px;
position: relative;
margin-left: auto;
margin-right: auto;
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}
.amazonLandingPage .single-wrapper h2 {
width: 40px;
height: 40px;
position: absolute;
bottom: 0;
background-color: #91B3BD;
border-radius: 50%;
justify-content: center;
align-items: center;
display: flex;
font-weight: bold;
line-height: 0;
font-size: 18px;
color: #fff;
left: 23px;
}
@media screen and (max-width: 480px) {
.cssgrid-197173 .cssgrid-container {
grid-template-columns: repeat(2, 1fr);
}
}
.amazonLandingPage .single-wrapper .icon-media {
max-width: 160px;
}
@media screen and (max-width: 640px) {
body.postid-131600.post-template-single-blog-template .bp-cta .bp-cta-right .cta-img {
padding-top: 100%;
}
}
@media screen and (max-width: 1340px) {
.owl-carousel .edi-instant-homeSlide .background-inner {
background-position: center center!important;
left: -460px;
}
}
@media screen and (max-width: 1070px) {
.owl-carousel .edi-instant-homeSlide .background-inner {
left: -350px;
}
}
@media screen and (max-width: 960px) {
.owl-carousel .edi-instant-homeSlide .background-inner {
right: 0px;
left: -100px;
}
}
@media screen and (max-width: 767px) {
.owl-carousel .edi-instant-homeSlide .background-inner {
right: 0px;
left: -280px;
}
}
@media screen and (max-width: 690px) {
.owl-carousel .edi-instant-homeSlide .background-inner {
background-image: url(https://www.transalis.com/wp-content/uploads/2023/07/Understand-the-EDI-basics-feature-5.png)!important;
background-position: right center!important;
right: -80px;
left: 0;
}
}
body.postid-130984 .row-header h1.font-205972 span {
color: #2c3538;
}
body.postid-130984 .row-background .background-wrapper .background-inner {
right: -300px;
}
@media (max-width: 959px) {
body.postid-130984 .main-container .row.row-parent:not(.no-h-padding) .column_parent > .uncol > .uncoltable > .uncell > .uncont:not(.col-custom-width){
padding-top: 36px!important;
padding-bottom: 36px;
}
body.postid-130984 .row-background .background-wrapper .background-inner{
background-image: url(https://www.transalis.com/wp-content/uploads/2023/07/Understand-the-EDI-basics-feature-3.png)!important;
background-position: bottom center!important;
left: 0px;
right: 0;
}
body.postid-130984 .main-container .row-container .quad-bottom-padding {
padding-bottom: 265px;
}
}
.post-template-single-blog-template .eInvoice-carousel .in-auto img {
object-position: top center;
}