* {
    box-sizing:  border-box;
}

body {
    padding-bottom: 90px;
}

body,
button,
input,
select,
textarea {
    font: Normal 16px/1.5 'Fira Sans', 'Lato', Arial;
}

[type=date],
[type=number],
[type=text],
[type=password],
textarea,
select {
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    background-color: #fff;
    color: #565a5c;
    font-size: 1em;
    padding: 8px 10px;
}

select:not([multiple]) {
    height: 38px;
}

.form__group {
    display: inline-block;
    vertical-align: top;
}

    .form__group > div {
        margin-bottom: 5px;
    }

    .form__row .add {
        cursor: pointer;
        height: 1.5em;
        margin: 0 .5em .75em;
        vertical-align: bottom;
        width: 1.5em;
    }

    .form__row .add {
        fill: #3db39e;
    }

    .form__row .add:hover {
        fill: #1c9983;
    }

.form__group .btn-group {
    margin-right: 1.5em;
}

.form__group .btn-group .btn {
    margin-right: -5px;
}

.form__input:not(.form__input--natural):not(.form__input--currency):not(.form__input--two-thirds) {
    width: 100%;
}

.form__input--prefixed {
    position: relative;
}

.form__input__suffix {
    color: #666;
    font-size: .875em;
    margin-left: .25em;
}

.form__input--two-thirds {
    width: 75%;
}

.form__input--currency {
    padding-left: 25px;
}

.form__input--colour {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 5px;
    height: 32px; width: 32px;
    vertical-align: middle;
}

.dialog__content select {
    font-size: .9em;
    vertical-align: middle;
}

.currency__label {
    color: #555;
    /*font-size: .9em;*/
    padding: 9px 0 9px 12px;
    position: absolute;
    top: 0; left: 0;
}

.form__input--textarea {
    vertical-align: top;
}

.wrap {
    margin: 0 auto;
    max-width: 1045px;
    padding: 1em 2em;
}

.wrap--s {
    max-width: 768px;
}

.wrap--xs {
    max-width: 500px;
}

/****** Buttons ******/

.btn {
    background-color: #424e54;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 2;
    padding: .4em .75em;
    vertical-align: middle;
    transition: background-color .4s ease;
}

.btn:hover {
    background-color: #52666f;
}

.btn--s {
    font-size: .8em;
    padding: 7px 10px 6px;
}

.btn--l {
    font-size: 1.75em;
    padding: 0 .5em;
}

.btn--submit svg {
    height: 1.25em;
    margin-left: .5em;
    vertical-align: middle;
    width: 1.25em;
}

.btn--submit[disabled] {
    background-color: #3ea56b !important;
}

.btn-group .btn {
    margin-right: -5px;
}

.btn-group .btn:first-of-type {
    border-radius: 10px 0 0 10px;
}

.btn-group .btn--middle {
    border-radius: 0;
}

.btn-group .btn:last-of-type {
    border-right: 0;
    border-radius: 0 10px 10px 0;
}

/*.btn--buy,
.btn--pay,
.btn--donate {
    border-radius: 8px;
    font-size: 1.75em;
    line-height: 1;
    padding: .75em 1em;
}
.btn--pay {
    background-color: #494949;
    border-color: #494949;
}
.btn--pay:hover {
    background-color: #333;
    border-color: #333;
}
.btn--donate {
    background-color: #4e75b9;
    border-color: #4e75b9;
}
.btn--donate:hover {
    background-color: #3e65a9;
    border-color: #3e65a9;
}*/

.btn--1,
.btn-group .btn--active,
/*.btn--buy,*/
.btn--success {
    background-color: #3ea56b;
    border-color: #2e955b;
}

.btn--1:hover,
/*.btn--buy:hover,*/
.btn--success:hover {
    background-color: #1e854b;
    text-decoration: none;
}

.btn--2 {
    background-color: #3a87c4;
}

.btn--2:hover {
    background-color: #306fa3;
}

.btn--remove {
    background-color: #cc5757;
}

.btn--remove:hover {
    background-color: #ac3737;
}

.btn--inline {
    background-color: #13b98b;
    border-radius: 0 5px 5px 0;
    margin-left: -5px;
    padding: .4em 1em;
    vertical-align: 0;
}

.btn--inline:hover {
    background-color: #08a77b;
}

.flex {
    display: flex;
}

a {
    color: #1e6acc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    background-color: #fff;
    color: #003f62;
    /*padding: 2em;*/
}

img {
    height: auto;
    max-width: 100%;
}

ul {
    margin: .25em 0;
}

/* UI */

.page__title {
    font-size: 2em;
    font-weight: 800;
    letter-spacing: -.025em;
    margin: 0;
}

.page__title .icon,
.page__title .material-icons {
    font-size: 1em;
    vertical-align: -.16em;
}

.page__title .company {
    float: right;
    font-weight: 300;
}

.page__desc {
    border-bottom: 1px solid #eee;
    color: #888;
    font-size: .8em;
    margin-top: 0;
    padding-bottom: .5em;
}

.page__desc ~ .page__desc {
    margin-top: 2em;
}

.page__subtitle {
    font-size: 1.13333em;
    margin: 1em 0;
}

.page__subtitle--bold {
    font-weight: bold;
}

.section {
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
}

.clr:before,
.clr:after,
.grid:before,
.grid:after {
    clear: both;
    content: '';
    display: table;
}

.invoice__details {
    background: #fefefe;
    border: 2px solid #eee;
    display: inline-block;
    line-height: 2;
    list-style: none;
    margin: 0;
    padding: .35em 1em;
    width: 100%;
}

.invoice__details strong {
    display: block;
}

.card {
    background-color: #fff;
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14),
                0 3px 1px -2px rgba(0, 0, 0, .2),
                0 1px 5px 0 rgba(0, 0, 0, .12); */
    /*border-radius: 3px;*/
    border: 2px solid #f3f3f3;
    border-bottom-width: 3px;
    /*border-bottom-color: #999; /*#1ECC5B*/
    display: inline-block;
    padding: .75em 1em;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    font-size: .9375em;
    text-align: left;
    width: 100%;
}

thead {
    border-bottom: 3px solid #2f83c5;
    color: #023a5f;
    display: none;
}

tr {
    border-bottom: 2px solid #eee;
    display: block;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

body tr:nth-child(even) {
    background-color: #fdfdfd;
}

th,
td {
    display: block;
    padding: .15em 0;
}

.step__number {
    background-color: #2f83c5;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 35px; width: 35px;
    margin-right: 5px;
    padding: 5px 10px;
    text-align: center;
}

.form__row:not(.field--hidden):not(.form__row--nomarg):not(.form__row--natmar) {
    margin: 1em 0;
}

.field--login:not(.ui-sortable-handle) {
    background: rgba(0, 0, 0, .035);
    padding: 1em 2em 2em;
    margin: 2em 0 !important;
}

.form__row label:not(.checkbox) {
    display: block;
    font-weight: 500;
    margin-bottom: .25em;
}

.form__desc {
    color: #777;
    font-size: .875em;
}

h3 .checkbox {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 1em;
}

.checkbox img,
.timeline .form__input {
    vertical-align: middle;
}

.checkbox input {
    margin-right: .25em;
}

.checkbox ~ .checkbox {
    margin-left: .5em;
}

@media all and (max-width: 767px) {
    td[data-header]:before {
        content: attr(data-header) ': ';
        font-weight: 500;
    }

    #payItems [data-header]:before {
        display: block;
        margin: .15em 0 .25em;
    }

    td {
        font-size: .9em;
    }

    .btn--l {
        font-size: 1.35em;
    }

    .col {
        margin-bottom: 1em;
    }
}

.container--btn {
    padding-top: 1.25em
}

@media all and (min-width: 768px) {
    .container--btn {
        padding-left: 1.35em;
    }

    .tabs > li {
        border-right: 1px solid #124a6f;
        display: inline-block;
        margin: 1em -5px 0 0;
    }

    .tabs li:first-child {
        border-top-left-radius: 5px;
    }

    .tabs li:last-child {
        border-top-right-radius: 5px;
    }

    .tab__ta--r {
        text-align: right;
    }

    .tab__ta--c,
    .btn-example {
        text-align: center;
    }

    /*body:not(.step--design):not(.design__page) .page__title {
        float: left;
    }*/

    thead {
        display: table-header-group;
    }

    tr {
        border-bottom: 0;
        display: table-row;
    }

    th,
    td {
        border-bottom: 1px solid #eee;
        display: table-cell;
        padding: .5em .75em;
    }

    th {
        line-height: 1.25em;
    }

    .step--design header {
        text-align: left;
    }

    /*.step--design .logo {
        margin-top: 2em;
    }*/

    .form__indent,
    .form__help:not(.form__help--noindent) {
        margin-left: 22.5%;
    }

    .form__row--amount .form__help,
    .grid--form .form__indent {
        margin-left: 36%;
    }

    /*.cols--2 .form__row {
        margin: .75em 0;
    }*/

    .form__row label:not(.checkbox):not(.label--block) {
        display: inline-block;
        margin-bottom: 0;
        width: 22%;
    }

    .form__row > span {
        display: inline-block;
    }

    .design__page:not(.design__page--mini) .error--pay:not(.error--submitBtn):not(.error--total):not(.error--tempBillProvince):not(.error--tempBillState):not(.error--cEmail1):not(.error--cPass1) {
        margin-left: 22.5%;
    }

    .error--pay:not(.error--submitBtn):not(.error--total):not(.error--tempBillProvince):not(.error--tempBillState):not(.error--cEmail1):not(.error--cPass1) {
        max-width: 60%;
    }

    .design__page:not(.design__page--mini) .cols--2 .error--pay:not(.error--total):not(.error--tempBillProvince):not(.error--tempBillState):not(.error--cEmail1):not(.error--cPass1) {
        margin-left: 35.75%;
    }

    .captcha .error {
        margin-left: 0 !important;
        max-width: none !important;
    }

    .g-recaptcha > div {
        height: auto !important;
    }

    .design__page--mini .error--pay:not(.error--submitBtn) {
        max-width: 62%;
    }

    .cols--2 .form__row label:not(.checkbox):not(.label--block) {
        padding-right: 10px;
        width: 35% !important;
    }

    .form__input {
        display: inline-block;
        vertical-align: top;
    }

    .form__input:not(.form__input--natural):not(.form__input--currency):not(.form__input--full):not(.form__input--two-thirds) {
        width: 60%;
    }

    .form__input--select,
    .form__input--textarea {
        width: 55% !important;
    }

    .design--backend .form__input--select,
    .design--backend .form__input--textarea,
    .design--backend #billCompany {
        width: 50% !important;
    }

    h3 .checkbox {
        float: right;
        margin: .5em;
    }

    .invoice__details {
        min-width: 300px;
        width: auto;
    }

    .invoice__details strong {
        display: inline-block;
        width: 80px;
    }

    .col {
        float: left;
        margin: 1%;
        width: 100%;
    }

    .cols--2 .col {
        width: 49%;
    }

    .col.form__row {
        margin: 1%;
    }

    .cols--3 .col {
        /*width: 31.33%;*/
        width: 32%;
    }

    .cols--4 .col {
        width: 23.5%;
    }

    .cols--5 .col {
        width: 18.4%;
    }

    .cols--article .col--aside {
        width: 27%;
    }

    .col--aside label {
        display: block !important;
        font-size: .9em;
        margin-bottom: .5em !important;
        width: 100% !important;
    }

    .col--aside input {
        width: 100%;
    }

    .cols--article .col--content {
        margin-left: 2%;
        width: 70%;
    }

    .cols--1 > .col {
        clear: both;
        margin: 0 0 1em;
    }

    .cols--2 .col:nth-child(2n+1),
    .cols--3 .col:nth-child(3n+1),
    .cols--4 .col:nth-child(4n+1),
    .cols--5 .col:nth-child(5n+1),
    .cols--article .col--aside {
        clear: left;
        margin-left: 0;
    }

    .cols--2 .col:nth-child(2n),
    .cols--3 .col:nth-child(3n),
    .cols--4 .col:nth-child(4n),
    .cols--5 .col:nth-child(5n),
    .cols--article .col--content {
        margin-right: 0;
    }

    #preview span.customer__number {
        margin-left: 1%;
    }
}

.design__actions {
    text-align: center;
}

@media all and (min-width: 1024px) {
    .design__actions {
        text-align: right;
    }
}

@media all and (min-width: 1500px) {
    .design__actions {
        float: right;
    }
}

.step--setup .cards {
    margin-left: 25.5%;
}

.cards img {
    border: 1px solid #c5c6ce;
    border-radius: 5px;
}

.cards--s img {
    height: 30px;
}

.flt--l {
    float: left;
}

.flt--r {
    float: right;
}

.mar--b {
    margin-bottom: 2em;
}

.mar--b--n {
    margin-bottom: 0;
}

.mar--b--s {
    margin-bottom: 1em;
}

.mar--v--s {
    margin-bottom: 1em;
    margin-top: 1em;
}

.mar--v {
    margin-bottom: 2em;
    margin-top: 2em;
}

.mar--t {
    margin-top: 2em !important;
}

.mar--t--n {
    margin-top: 0;
}

.mar--t--s {
    margin-top: 1em;
}

.mar--t--xl {
    margin-top: 4em;
}

.ta--c {
    text-align: center;
}

.ta--r {
    text-align: right;
}

.steps {
    background-color: #023a5f;
    display: flex;
    /*height: 53px;*/
    /*position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 5;*/
}

.step--design .steps {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 5;
}

.steps--sub {
    background-color: #2a579a;
    font-size: .8125em;
}

.steps--sub a {
    color: #fff;
    display: inline-block;
    padding: 1em;
}

.steps__item {
    color: #e5f3fb;
    padding: 1em;
    text-align: center;
    width: 25%;
}

.steps--3 .steps__item {
    width: 33.33%;
}

.steps--sub .active {
    background-color: #fff;
    color: #2a579a;
}

.step--login .steps__item--login,
.step--admin .steps__item--admin,
.step--design .steps__item--design,
.step--setup .steps__item--setup,
.step--connect .steps__item--connect,
.step--users .steps__item--users,
.step--transactions .steps__item--transactions {
    background-color: #ed6720;
    color: #fff;
}

header {
    padding: 3em 0 2em;
}

.step--login h3 {
    color: #111;
    font-weight: 400;
    margin-bottom: 0;
}

.step--login p {
    color: #8e929e;
    font-size: .9em;
    margin-top: .5em;
}

.toolbar {
    background: #303e4d;
    color: #fff;
    font-size: .8em;
    overflow: auto;
    padding: .5em 1em;
    position: fixed;
    top: 53px; left: 0; bottom: 0;
    width: 20%;
}

.toolbar .material-icons {
    color: #728daa;
    display: block;
    font-size: 24px;
    margin: .25em 0;
}

.toolbar__btn {
    background-color: #202e3d;
    border: 1px dashed transparent;
    cursor: move;
    display: block;
    margin-bottom: .25em;
    padding: .75em .75em .5em;
}

    .toolbar__btn:hover {
        border-color: #909ecd;
    }

    .toolbar__btn .material-icons {
        color: #526d8a;
        display: block;
        font-size: 24px;
        margin: .25em 0 .5em;
    }

[v-cloak],
.toolbar__btn--eReceipt {
    display: none;
}

.step--design {
    background-color: #eee;
}

.design {
    padding: 2em;
    position: absolute;
    top: 53px; left: 20%; bottom: 0;
    width: 80%;
}

.design__page {
    background-color: #fff;
    flex-grow: 1;
    padding: 2em;
}

.design__page [contenteditable]:hover,
.design__page p:hover {
    cursor: text;
}

.design__row,
.design__col {
    border: 1px dashed #ddd;
    padding: 1em;
}

.design__row {
    margin-bottom: 1.5em;
    padding-bottom: .5em;
}

.design__row .col {
    margin-top: 0;
    overflow-y: hidden;
    /*margin-bottom: 0;*/
}

.design__row-options {
    background-color: #023a5f;
    color: #fff;
    font-size: .75em;
    margin: -1.5em -1.5em 1.5em;
    padding: .5em;
    position: relative;
}

.design__row-options select {
    height: auto;
    margin: 0 .5em;
    padding: 3px 2px 2px;
}

.design__row--add {
    background: transparent;
    border: 0;
    color: #333;
    font-size: .9em;
    margin-top: 1em;
    width: 100%;
}

.design__col {
    border-width: 2px;
    padding-bottom: 75px;
}

.design__col:empty {
    height: 83px;
}

.material-icons {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}

.icon--right {
    margin-left: .25em;
}

.drop__target {
    border-color: #6b5;
}


.ui-sortable-helper {
    border-color: #333;
}

.design__row:hover {
    border-color: #bbb;
    cursor: move;
}

.design__row .not-sortable {
    cursor: initial;
}

.dis--b {
    display: block !important;
}

.w--half {
    width: 50%;
}

.w--85 {
    width: 85% !important;
}

.w--full {
    width: 100% !important;
}

.overlay {
    background-color: rgba(0, 0, 0, .7);
    display: none;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 10;
}

.dialog {
    background-color: #fff;
    /*border: 5px solid #333;*/
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 8px;
    display: none;
    font-size: .9em;
    max-width: 95%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 500px;
    z-index: 15;
}

.dialog__content {
    max-height: 500px;
    overflow: scroll;
    padding: .75em 1.75em 1.5em;
}

.dialog__buttons {
    margin-bottom: -1px;
}

    .dialog__buttons .btn {
        border-top: 1px solid #ebebeb;
        float: left;
        width: 50%;
    }

    .dialog__buttons .btn:first-child {
        border-radius: 0 0 0 8px;
    }

    .dialog__buttons .btn:nth-child(2) {
        border-radius: 0 0 8px 0;
    }

.tabs,
.tree {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabs li {
    background-color: #023a5f;
    color: #e5f3fb;
    cursor: pointer;
    font-size: .875em;
    padding: 1em 1.5em;
    position: relative;
}

.tabs li:not(.active):hover {
    background-color: #0b4c77;
}

.tabs > .active,
.tree .active {
    background: #ed6720;
    border-color: #fd7730;
    color: #fff;
    position: relative;
}

.tabs li:hover .tabs__dropdown {
    display: block;
}

.tabs__dropdown {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    margin: 0;
    padding: 0;
    z-index: 2;
}

    .tabs__dropdown li {
        background: #285c98 !important;
        border-radius: 0 !important;
        border-bottom: 1px solid #4671a2;
        display: block;
        margin: 0;
        padding: .75em 1.5em;
    }

    .tabs__dropdown li:hover {
        background: #396fad !important;
    }

.tabs .icon--dd {
    fill: #fff;
    height: 1em;
    margin-left: .35em;
    width: 1em;
    vertical-align: middle;
}

.tree {
    background: #fcfcfc;
    border-right: 1px solid #eee;
}

    .tree .active:after {
        background: inherit;
        width: 1px;
        content: '';
        position: absolute;
        top: 0; bottom: 0; left: 100%;
    }

    .tree li {
        font-size: .8125em;
        padding: .45em 1em .4em .5em;
        /*padding-right: 1.5em;*/
    }

        .tree li:not(.active):hover {
            background-color: #e3f4ff;
            cursor: pointer;
        }

    .tree .icon {
        height: 14px;
        margin-right: .25em;
        vertical-align: -.175em;
        width: 14px;
    }

    .icon--css {
        fill: #0ca0f4;
    }

    .icon--html {
        fill: #0ba33f;
    }

    .active .icon {
        fill: #fff;
    }

@media all and (max-width: 800px) {
    .flex--m-col {
        flex-direction: column;
        /*width: 100%;*/
    }

    .tree {
        border-bottom: 1px solid #eee;
        border-right: 0;
    }
}

.fs--xs {
    font-size: .8125em;
}

.fs--s {
    font-size: .9em;
}

.fs--l {
    font-size: 2.5em;
}

.fs--xl {
    font-size: 5em;
}

.ui-draggable-dragging {
    background: #fff;
    background: rgba(255, 255, 255, .75);
    border: 1px dashed #2b5d98;
    color: #003f62;
    font-size: 16px;
    padding: 1em;
    text-align: left;
    width: 500px;
    z-index: 20;
}

.design__placeholder {
    border: 1px dashed #2b5d98;
    height: 2em; line-height: 2;
}

.form__help {
    color: #555;
    display: block;
    margin-top: 1em;
}

.form__help--info {
    background: #FFECB3;
    border-radius: 4px;
    color: #444;
    display: table;
    font-size: .85em;
    line-height: 1;
    margin-right: 1em;
    padding: 10px;
}

.removable {
    position: relative;
}

.remove {
    color: #e46363;
    cursor: pointer;
    font-size: 20px;
    margin: 4px;
}

.form__row > .remove {
    position: absolute;
    top: 0; right: -.25em;
}

.design__row-options .remove {
    color: #a9c1da;
    position: absolute;
    right: 0; top: .1em;
}

td .remove {
    position: static;
}

.remove:hover,
.design__row-options .remove:hover {
    color: indianred;
}

/*.form__input ~ .remove {
    margin: .5em 4px 0 0;
}*/

.form__input ~ .edit,
.form__input ~ .remove {
    cursor: pointer;
    margin: 8px 5px;
}

.field--custom .edit {
    margin-top: 4px;
}

.field--hidden .removeMe {
    display: inline-block;
    width: 48.75%;
}

.field--hidden .form__row > .edit {
    position: absolute;
    right: 1.25em; top: -3px;
}

.field--hidden .form__row > .remove {
    top: -6px;
}


.grid--btns .col {
    background: #003f62;
    border-radius: 4px;
    color: #fff;
    padding: 1em;
    text-decoration: none;
}

.grid--btns .col:hover {
    background: #0a4c71;
}

.grid--btns .col .material-icons {
    color: #e5f3fb;
    font-size: 64px;
    margin-bottom: 5px;
}

.grid--btns .col:hover .material-icons {
    /*color: #ed6720;*/
    color: #fff;
}

.page--login {
    /*background: #003f62;*/
    /*color: #fff;*/
}

.page--login__overlay {
    position: fixed;
    top: 0; bottom: 0;
    left: 0; right: 0;
    width: 100%;
}

.form--login {
    background: #fff;
    border-radius: 4px;
    color: #003f62;
    margin: auto;
    max-width: 400px;
    padding: 1em 1.5em;
    position: relative;
}

.btn--inactive {
    color: indianred !important;
}

.btn--password {
    background: none !important;
    color: #003f62;
    position: absolute;
    top: 1.65em; right: 0;
}

.pos--r {
    position: relative;
}

.icon__main {
    color: #d7deeb;
}

.dataTables_wrapper > div {
    color: #777;
    font-size: .875em;
    margin: .5em 0;
}

.dataTables_length,
.dataTables_info {
    float: right;
}

.dataTables_info {
    display: inline-block;
    font-size: .75em !important;
    padding-top: 1em;
}

.dataTables_wrapper input,
.dataTables_wrapper select {
    margin: 0 .5em;
}

.dataTables_paginate {
    clear: both;
    padding-top: 1em;
    text-align: center;
}

.paginate_button {
    cursor: pointer;
    display: inline-block;
    padding: .25em;
}

.disabled {
    color: #ccc;
    cursor: default;
}

.disabled:hover {
    text-decoration: none;
}

.admin__links {
    margin-bottom: 3em;
    margin-left: -.5em;
}

.admin__links a {
    color: #999;
    display: inline-block;
    padding: .5em;
    font-size: .875em;
}

.admin__links .active {
    color: #333;
    font-weight: 500;
}

.error {
    background-color: #cc5757;
    border-radius: 4px;
    color: #fff;
    font-size: .875em;
    padding: .5em .75em;
}

.error--pay {
    margin-top: .5em;
    position: relative;
}

.error--pay:before {
    border-color: #cc5757 transparent;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    position: absolute;
    bottom: 100%;
    content: '';
}

.msg {
    background: #fff9c4;
    display: none;
    font-size: .875em;
    padding: 1em;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    width: 100%;
}

.msg--success {
    background-color: #468c2f;
    color: #fff;
}

.msg--error {
    background-color: #c34e46;
    color: #fff;
}

.msg .js--close {
    cursor: pointer;
    position: absolute;
    right: 1em;
    top: 1em;
}

.message--error {
    display: block;
    margin-bottom: .25em;
}

.page--admin .btn {
    background: #2f83c5;
    text-transform: uppercase;
    padding: 1em 1em .75em;
    line-height: 1;
    font-size: .9375em;
}

.page--admin .btn:hover {
    background: #165f98;
    text-decoration: none;
}

.page--admin label {
    color: #999;
    padding-right: .75em;
    text-align: right;
}

.sorting:not(.actions),
.sorting_asc:not(.actions),
.sorting_desc:not(.actions) {
    cursor: pointer;
}

.sorting:not(.actions):after,
.sorting_asc:not(.actions):after,
.sorting_desc:not(.actions):after {
    color: #aaa;
    content: 'keyboard_arrow_up';
    font-family: "material icons";
    font-weight: 400;
    margin-left: 5px;
    vertical-align: middle;
}

.sorting_asc:not(.actions):after {
    color: #222;
    content: 'keyboard_arrow_down';
}

.user__name {
    margin-top: 0;
    margin-bottom: .25em;
}

.user__name--real {
    font-weight: 500;
    margin: 0;
}

.status {
    border-radius: 3px;
    display: inline-block;
    font-size: .875em;
    margin: .5em 0;
    padding: .25em .5em;
}

.status--active,
.status--paid {
    background-color: #3ea56b;
    color: #fff;
}

.status--pending {
    background-color: #ffe583;
    color: #333;
}

.status--inactive {
    background-color: #ddd;
    color: #666;
}

.status--processing {
    background-color: #ffdb7d;
    color: #000;
}

.grid--form label {
    text-align: left;
    margin-bottom: 10px !important;
    width: 100% !important;
}
.grid--form input:not([type=checkbox]):not([type=radio]) {
    width:100%;
}
.grid--form .form__row:not(.w--full) {
    /*margin: 1%;*/
    /*padding: 0 10px;*/
}
.grid--form .form__row:nth-child(2n){padding-right:0;}
.grid--form .form__row:nth-child(2n+1){padding-left:0;}
.grid--form .w--full{clear:both;padding-top:10px;}

.js-switch__radio {
    position: absolute;
    left: -1000px;
}

.js-switch__section {
    margin-top: 1em;
}

.copy-box {
    height:0;width:0;
    position: absolute;
    left: -5000px;
}

.required label:after {
    color: #cc5757;
    content: ' *';
}

.error__input,
.required__error {
    border-color: #cc5757;
}

.logo {
    max-height: 400px;
}

.settings {
    cursor: pointer;
    position: relative;
}

    .settings:hover .settings__menu {
        display: block;
    }

.settings__menu {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    color: #333;
    display: none;
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #aeb6c7;
    /*margin-top: 8px;*/
    position: absolute;
    top: 100%; right: 0;
    min-width: 150px;
    z-index: 1;
}

    /*.settings__menu:before {
        border-color: #98a5ad transparent;
        border-style: solid;
        border-width: 0 6px 8px 6px;
        content: '';
        position: absolute;
        bottom: 100%; right: 1px;
    }*/

    .settings__menu li {
        padding: .5em .75em;
    }

    .settings__menu li:hover {
        background: #ecf0f9;
        cursor: pointer;
    }

.field__options {
    /*display: inline-block;
    margin-left: 2%;*/
    position: absolute;
    right: 0;
    bottom: -0.125em;
}

.field--custom .field__options,
.field--select .field__options,
#billCompany ~ .field__options {
    bottom: 18%;
}

#billCompany ~ .field__options .edit {
    display: none;
}

.field--custom textarea ~ .field__options {
    bottom: 50%;
}

.field--login .remove {
    right: .05em;
    top: .2em;
}

.field--phone {
    position: relative;
}

    .field--phone [type=text] {
        width: 55%;
    }

    .field--phone .field__options {
        bottom: 20%;
    }

.invoice__amount {
    vertical-align: top;
}

#btnClipboard {
    opacity: 0;
    position: absolute;
    top: 0;
}


.alert {
    background: #fff;
    border: 1px solid #ccc;
    border-top: 8px solid #3db39e;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    display: flex;
    max-width: 92%;
    padding: .35em 1.25em;
    position: fixed;
    top: 1em; right: 1em;
    width: 500px;
    z-index: 10;
}

.alert--error {
    border-top-color: #e2574c;
}

.alert ~ .alert {
    top: calc(100px + 1em);
}

.alert ~ .alert ~ .alert {
    top: calc(200px + 1em);
}

.alert__close {
    fill: #666;
    height: .75em;
    width: .75em;
    position: absolute;
    top: 1em; right: 1em;
}

.alert .icon {
    height: 50px;
    margin-top: .25em;
    width: 50px;
}

.alert__content {
    padding: .5em 1em;
}

.alert__title {
    display: block;
    flex-grow: 1;
    font-size: 1.25em;
}

.alert__desc {
    color: #666;
    font-size: .9em;
    margin: 0 .5em .5em 0;
}

.footer--floating {
    background: rgba(255, 255, 255, .8);
    position: fixed;
    left: 0; right: 0;
    bottom: 0; width: 100%;
}

.icon--help {
    color: #2196f3;
    font-size: 1em;
}

.has-tooltip {
    cursor: help;
    position: relative;
}

    .has-tooltip:after {
        background: #e3f2fd;
        /*background: rgba(227, 242, 253, .9);*/
        border: 1px solid #bbdefb;
        border-radius: 3px;
        content: attr(data-tooltip);
        display: none;
        font-size: .75em;
        font-weight: 400;
        padding: 0 .5em .15em;
        position: absolute;
        left: 80%; top: 50%;
        width: 300px;
    }

    .has-tooltip:hover:after {
        display: inline-block;
    }

.timeline__freq {
    margin-left: .75em;
}

/*** DataTables ***/
.dataTables_wrapper > div {
    color: #777;
    font-size: .875em;
    margin: .5em 0;
}

.dataTables_length,
.dataTables_info {
    float: right;
}

.dataTables_info {
    display: inline-block;
    font-size: .75em !important;
    padding-top: 1em;
}

.dataTables_wrapper input,
.dataTables_wrapper select {
    margin: 0 .5em;
}

.dataTables_paginate {
    clear: both;
    padding-top: 1em;
    text-align: center;
}

.paginate_button {
    cursor: pointer;
    display: inline-block;
    padding: .25em;
}

.disabled {
    color: #ccc;
    cursor: default;
}

.disabled:hover {
    text-decoration: none;
}

.user-info {
    color: #fff;
    font-size: .9em;
    min-width: 300px;
    padding: .5em .75em;
    text-align: right;
}

.user-info .btn {
    margin-left: .5em;
}

.user__icon {
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    margin-right: .5em;
    vertical-align: middle;
}

.loading__overlay {
    background: #f5f5f5;
    background: rgba(255, 255, 255, .9);
    position: fixed;
    top: 0; left: 0; bottom: 0; right: 0;
    z-index: 2;
}

.loading {
    display: none;
}

.loading__content {
    height: 100%;
    margin: auto;
    padding: 10%;
    position: fixed;
    top: 0; left: 0; bottom: 0; right: 0;
    text-align: center;
    z-index: 3;
}

    .loading__content svg {
        fill: #003f62;
        height: 150px;
        width: 150px;
    }

/*** VUE TRANSITIONS ***/
.fade-enter-active,
.fade-leave-active {
    transition: opacity 1s
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

.step--setup .steps {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 5;
}

.step--connect .steps {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 5;
}

.step--users .steps {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 5;
}

.step--transactions .steps {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 5;
}

.filters {
    color: #777;
    font-size: .875em;
}

    .filters label {
        margin-left: .25em;
        margin-right: .25em;
    }

    .filters input {
        width: 150px;
    }

.schedule__end {
    background: #f8f8f8;
    /*font-size: .8em;*/
}
