
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    margin: 0;
    min-height: 100vh;
}

body, html {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.flow {
    overflow: hidden !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    color: #666666;
}

    body p {
        line-height: 1.25;
    }

@supports (-ms-accelerator:true) {

    .select {
        background: none;
    }
}

@media all and (-ms-high-contrast:none) {
    .select {
        background: none;
    }

    *::-ms-.select {
        background: none;
    }
}

/*Removes extra arrow in IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .select {
        background: none;
    }
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

/*Remove number spinner arrows*/
input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/*This fixes phone auto zoom when using form inputs*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .form-control {
        font-size: 16px;
        height: 35px;
    }
}

/*This fixes phone auto zoom when using form inputs*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .form-control {
        font-size: 16px;
        height: 35px;
    }
}

/*Firefox only css fixes*/

@-moz-document url-prefix() {

    @media (max-width: 767px) {
        .cardWrapper {
            margin-bottom: 80px;
        }
    }

    .payModal {
        transform: inherit !important;
    }


    .cvvModal {
        top: 30% !important;
    }

    input[type='number'] {
        -moz-appearance: textfield;
    }

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    input {
        margin-top: 0px !important;
    }

    select {
        margin-top: 0px !important;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
        /*opacity: 0;*/
    }

    .form-control {
        padding: 0px;
        padding-left: 5px;
        height: 26px;
        margin-top: 10px;
    }
}

/*Global Styles*/

.asterix {
    color: #BF1722;
    margin-left: 1px;
}

.ghostButton {
    color: #fff;
    font-size: 1.75em;
    padding: 8px 20px;
    border: solid #fff 1px;
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
    background-color: #00c26d;
}

    .ghostButton:hover {
        color: #fff;
        border: solid #fff 1px;
        background-color: #00c26d;
    }

.form-inline .form-control {
    width: 100%;
}

button {
    border-radius: 0 !important;
}

a {
    border-radius: 0 !important;
}

.form-control {
    border-radius: 0;
    -webkit-appearance: none;
}

.warningRed {
    color: red !important;
}

input, select, textarea {
    background-color: #f0f0f0 !important;
}

.inputWrapper input {
    background-color: #5a5a5a !important;
}

a:visited {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.hide {
    display: none !important;
}

/*Colors*/

.blue {
    color: #4c7197;
}

.darkBlue {
    color: #4a5a6c;
}

.blueBack {
    background-color: #4c7197;
}

.darkBlueBack {
    background-color: #4a5a6c;
}

.warningRed {
    color: #BF1722 !important;
}

.red {
    color: #c31111 !important;
}

.gray {
    color: #b5b5b5 !important;
}

.green {
    color: #2a8b08 !important;
}

/*VPScolors*/

.VPSorange {
    color: #f99b1e !important;
}

.VPSpurple {
    color: #514585 !important;
}

.VPSgreen {
    color: #66c082 !important;
}

.VPSgreenBack {
    background-color: #66c082 !important;
}

.VPSorangeBack {
    background-color: #f99b1e !important;
}

.VPSpurpleBack {
    background-color: #514585 !important;
}

.VPSorangeLight {
    color: #fec87d !important;
}

.VPSpurpleLight {
    color: #a396c9 !important;
}

.VPSgreenLight {
    color: #a7d6a7 !important;
}

.VPSorangeLightBack {
    background-color: #fec87d !important;
}

.VPSpurpleLightBack {
    background-color: #a396c9 !important;
}

.VPSgreenLightBack {
    background-color: #a7d6a7 !important;
}

.VPSorangeLightMedium {
    color: #fcb24e !important;
}

.VPSpurpleLightMedium {
    color: #7b6fb2 !important;
}

.VPSgreenLightMedium {
    color: #85c992 !important;
}

.VPSorangeLightMedBack {
    background-color: #fcb24e !important;
}

.VPSpurpleLightMedBack {
    background-color: #7b6fb2 !important;
}

.VPSgreenLightMedBack {
    background-color: #85c992 !important;
}

/*End Colors*/

.line {
    border-bottom: solid 1px #4c7197;
}

.smallText {
    font-size: .85em;
}

.centerParent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: auto;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.container {
    width: 70%;
    margin: 0 auto;
    max-width: 1280px;
}

footer {
    margin: auto;
    text-align: left;
    padding: 0px 5px;
    line-height: 1.25;
    width: 70%;
}

.flexRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flexWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.center {
    text-align: center;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

label i {
    position: relative;
    top: 2px;
    margin-right: 3px;
    font-size: 1rem !important;
    line-height: 0 !important;
}

.dateIcon {
    margin-left: 10px;
}

/*Arun delte height*/
.payLogoWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /*    height: 50px;*/
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
    bottom: 5px;
}

.padBelow {
    padding-bottom: 15px;
}

.marginBelow {
    margin-bottom: 15px;
}

.cvvTrigger {
    /*position: relative;*/
    bottom: 15px;
    cursor: pointer !important;
    color: #4f7297;
}

.cvvTrigger2 {
    position: relative;
    bottom: 15px;
    cursor: pointer !important;
    color: #4f7297;
}

.checkInfo {
    display: none;
}

.cardInfo {
    display: none;
}

.split1checkInfo {
    display: none;
}

.split1cardInfo {
    display: none;
}

nav {
    color: #fff;
    background-color: #7b6fb2;
    width: 100%;
    height: 56px;
    line-height: 56px;
}

    nav a:visited {
        color: #fff;
    }

.nav-wrapper {
    max-width: 70%;
    margin: auto;
}

nav.nav-extended {
    height: auto;
}

    nav.nav-extended .nav-wrapper {
        min-height: 56px;
        height: auto;
    }

    nav.nav-extended .nav-content {
        position: relative;
        line-height: normal;
    }

nav a {
    color: #fff;
}

nav i,
nav [class^="mdi-"], nav [class*="mdi-"],
nav i.material-icons {
    display: block;
    font-size: 30px;
    height: 56px;
    line-height: 56px;
}

nav .nav-wrapper {
    position: relative;
    height: 100%;
}

@media only screen and (min-width: 993px) {
    nav a.sidenav-trigger {
        display: none;
    }
}

nav .sidenav-trigger {
    float: right;
    position: relative;
    z-index: 1;
    height: 56px;
    margin: 0 18px;
    text-decoration: none;
    color: #fff;
}

    nav .sidenav-trigger i {
        height: 56px;
        line-height: 56px;
    }

nav .brand-logo {
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    padding: 0;
}

    nav .brand-logo.left, nav .brand-logo.right {
        padding: 0;
        -webkit-transform: none;
        transform: none;
    }

    nav .brand-logo.left {
        left: 0.5rem;
    }

    nav .brand-logo.right {
        right: 0.5rem;
        left: auto;
    }
    /*}*/

    nav .brand-logo.right {
        right: 0.5rem;
        padding: 0;
    }

    nav .brand-logo i,
    nav .brand-logo [class^="mdi-"], nav .brand-logo [class*="mdi-"],
    nav .brand-logo i.material-icons {
        float: left;
        margin-right: 15px;
    }

nav .nav-title {
    display: inline-block;
    font-size: 32px;
    padding: 28px 0;
}

nav ul {
    margin: 0;
}

    nav ul li {
        -webkit-transition: background-color .3s;
        transition: background-color .3s;
        float: left;
        padding: 0;
    }

        nav ul li.active {
            background-color: rgba(0, 0, 0, 0.1);
        }

    nav ul a {
        -webkit-transition: background-color .3s;
        transition: background-color .3s;
        font-size: 1rem;
        color: #fff;
        display: block;
        padding: 0 15px;
        cursor: pointer;
    }

        nav ul a.btn, nav ul a.btn-large, nav ul a.btn-small, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
            margin-top: -2px;
            margin-left: 15px;
            margin-right: 15px;
        }

            nav ul a.btn > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-small > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-flat > .material-icons, nav ul a.btn-floating > .material-icons {
                height: inherit;
                line-height: inherit;
            }

        nav ul a:hover {
            background-color: rgba(0, 0, 0, 0.1);
            color: #d2c7f0;
        }

    nav ul.left {
        float: left;
    }

nav form {
    height: 100%;
}

nav .input-field {
    margin: 0;
    height: 100%;
}

    nav .input-field input {
        height: 100%;
        font-size: 1.2rem;
        border: none;
        padding-left: 2rem;
    }

        nav .input-field input:focus, nav .input-field input[type=text]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=url]:valid, nav .input-field input[type=date]:valid {
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    nav .input-field label {
        top: 0;
        left: 0;
    }

        nav .input-field label i {
            color: rgba(255, 255, 255, 0.7);
            -webkit-transition: color .3s;
            transition: color .3s;
        }

        nav .input-field label.active i {
            color: #fff;
        }

.navbar-fixed {
    position: relative;
    height: 56px;
    z-index: 997;
}

    .navbar-fixed nav {
        position: fixed;
    }

@media only screen and (min-width: 601px) {
    nav.nav-extended .nav-wrapper {
        min-height: 64px;
    }

    nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
        height: 64px;
        line-height: 64px;
    }

    .navbar-fixed {
        height: 64px;
    }
}

.side-nav {
    position: fixed;
    width: 300px;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}

    .side-nav.right-aligned {
        right: 0;
        -webkit-transform: translateX(105%);
        transform: translateX(105%);
        left: auto;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .side-nav .collapsible {
        margin: 0;
    }

    .side-nav li {
        float: none;
        line-height: 48px;
    }

        .side-nav li.active {
            background-color: rgba(0, 0, 0, 0.05);
        }

    .side-nav a {
        color: rgba(0, 0, 0, 0.87);
        display: block;
        font-size: 14px;
        font-weight: 500;
        height: 48px;
        line-height: 48px;
        padding: 0 32px;
    }

        .side-nav a:hover {
            background-color: rgba(0, 0, 0, 0.05);
        }

        .side-nav a.btn, .side-nav a.btn-large, .side-nav a.btn-flat, .side-nav a.btn-floating {
            margin: 10px 15px;
        }

        .side-nav a.btn, .side-nav a.btn-large, .side-nav a.btn-floating {
            color: #fff;
        }

        .side-nav a.btn-flat {
            color: #343434;
        }

        .side-nav a.btn:hover, .side-nav a.btn-large:hover {
            background-color: #2bbbad;
        }

        .side-nav a.btn-floating:hover {
            background-color: #26a69a;
        }

    .side-nav li > a > i,
    .side-nav li > a > [class^="mdi-"], .side-nav li > a > [class*="mdi-"],
    .side-nav li > a > i.material-icons {
        float: left;
        height: 48px;
        line-height: 48px;
        margin: 0 32px 0 0;
        width: 24px;
        color: rgba(0, 0, 0, 0.54);
    }

    .side-nav .divider {
        margin: 8px 0 0 0;
    }

    .side-nav .subheader {
        cursor: initial;
        pointer-events: none;
        color: rgba(0, 0, 0, 0.54);
        font-size: 14px;
        font-weight: 500;
        line-height: 48px;
    }

        .side-nav .subheader:hover {
            background-color: transparent;
        }

    .side-nav .userView {
        position: relative;
        padding: 32px 32px 0;
        margin-bottom: 8px;
    }

        .side-nav .userView > a {
            height: auto;
            padding: 0;
        }

            .side-nav .userView > a:hover {
                background-color: transparent;
            }

        .side-nav .userView .background {
            overflow: hidden;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
        }

        .side-nav .userView .circle, .side-nav .userView .name, .side-nav .userView .email {
            display: block;
        }

        .side-nav .userView .circle {
            height: 64px;
            width: 64px;
        }

        .side-nav .userView .name,
        .side-nav .userView .email {
            font-size: 14px;
            line-height: 24px;
        }

        .side-nav .userView .name {
            margin-top: 16px;
            font-weight: 500;
        }

        .side-nav .userView .email {
            padding-bottom: 16px;
            font-weight: 400;
        }

.drag-target {
    height: 100%;
    width: 10px;
    position: fixed;
    top: 0;
    z-index: 998;
}

.side-nav.fixed {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: fixed;
}

    .side-nav.fixed.right-aligned {
        right: 0;
        left: auto;
    }

@media only screen and (max-width: 992px) {
    .side-nav.fixed {
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);
    }

        .side-nav.fixed.right-aligned {
            -webkit-transform: translateX(105%);
            transform: translateX(105%);
        }

    .side-nav a {
        padding: 0 16px;
    }

    .side-nav .userView {
        padding: 16px 16px 0;
    }
}

.side-nav .collapsible-body > ul:not(.collapsible) > li.active,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active {
    background-color: #ee6e73;
}

    .side-nav .collapsible-body > ul:not(.collapsible) > li.active a,
    .side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active a {
        color: #fff;
    }

#sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;
    will-change: opacity;
}

.tabs {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    white-space: nowrap;
}

    .tabs.tabs-transparent {
        background-color: transparent;
    }

        .tabs.tabs-transparent .tab a,
        .tabs.tabs-transparent .tab.disabled a,
        .tabs.tabs-transparent .tab.disabled a:hover {
            color: #4c7197;
        }

            .tabs.tabs-transparent .tab a:hover,
            .tabs.tabs-transparent .tab a.active {
                color: #fff;
            }

        .tabs.tabs-transparent .indicator {
            background-color: #fff;
        }

    .tabs.tabs-fixed-width {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .tabs.tabs-fixed-width .tab {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

    .tabs .tab {
        display: inline-block;
        text-align: center;
        line-height: 48px;
        height: 48px;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
    }

        .tabs .tab a {
            color: #4c7197;
            display: block;
            width: 100%;
            height: 100%;
            padding: 0 24px;
            font-size: 14px;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-transition: color .28s ease, background-color .28s ease;
            transition: color .28s ease, background-color .28s ease;
        }

            .tabs .tab a:focus, .tabs .tab a:focus.active {
                background-color: #b7d3f0;
                outline: none;
            }

            .tabs .tab a:hover, .tabs .tab a.active {
                background-color: #b7d3f0;
                color: #4a5a6c;
                font-weight: 500;
            }

        .tabs .tab.disabled a,
        .tabs .tab.disabled a:hover {
            color: #4a5a6c;
            cursor: default;
        }

    .tabs .indicator {
        position: absolute;
        bottom: 0;
        height: 2px;
        background-color: #4a5a6c;
        will-change: left, right;
    }

@media only screen and (max-width: 992px) {
    .tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .tabs .tab {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

            .tabs .tab a {
                padding: 0 12px;
            }
}


/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* The actual popup */
    .popup .popuptext {
        opacity:0;
        width: 220px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 10px 15px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -100px;
        line-height: 1.25em;
        z-index: 999999999999 !important;
    }

        /* Popup arrow */
        .popup .popuptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Toggle this class - hide and show the popup */
    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.card {
    /* Add shadows to create the "card" effect */
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    /* On mouse-over, add a deeper shadow */
    .card:hover {
        -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

/*Digital wallets*/
.walletWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
}

.walletTransparent {
    opacity: .55;
}

.walletWrapper img:hover {
    opacity: 1;
}

.allWalletLogos {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .allWalletLogos:nth-last-child(1) {
        margin-right: 0px;
    }

    .allWalletLogos:hover {
        opacity: 1;
    }

.walletWrapper img {
    cursor: pointer;
    /*    margin-right: 10px;*/
}

.walletLogo {
    border: 2px solid #dadada;
    border-radius: 7px !important;
    outline: none;
    border-color: #93b5f2;
    padding: 10px 10px;
    text-align: center;
}

.walletLogo2 {
    border: 2px solid #dadada;
    border-radius: 7px !important;
    outline: none;
    border-color: #93b5f2;
    padding: 10px 10px 7px 10px;
    text-align: center;
}

.bodyCopy {
    font-size: 15px;
    line-height: 1.35;
}

.arrowWrapper {
    color: #fff;
    margin: auto;
    text-align: center;
    height: 40px;
    background: url(../img/top.svg) no-repeat center;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 12px;
    cursor: pointer;
}

.footer {
    margin: auto;
    text-align: center;
}


.closeX {
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    color: #83aed7;
}

.closeHeader {
    display: none;
    background: #fff;
    width: 100%;
    height: 32px;
    z-index: 9;
}

.closeX i {
    color: #83aed7;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-top: 7px;
    font-size: 1.4em;
    margin-right: 10px;
    float: right;
}

.itemHeaderText {
    /*
    position: relative;
    bottom:3px;
*/
}

.itemHeaderWrapper {
    background-color: #83aed7;
    color: #fff;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    padding-top: 6px;
    /*    height: 31px;*/
}

.totalWrapper {
    background-color: #4e7197;
    color: #fff;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.shortText {
    font-size: .75em;
    margin: 0px 1px;
}

.shortishText {
    font-size: .85em;
}

.infoWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.arrowIcon {
    font-size: 1.65em !important;
    line-height: .5 !important;
    position: relative;
    top: 6px;
    right: 4px;
}

.arrowIcon1 {
    font-size: 1.65em !important;
    line-height: .5 !important;
    position: relative;
    top: 6px;
    right: 4px;
}

.arrowIcon2 {
    font-size: 1.65em !important;
    line-height: .5 !important;
    position: relative;
    top: 6px;
    right: 4px;
}

.moveHeader {
    position: relative;
    right: 6px;
}

.hiddenTable {
    display: none;
}

.itemHeaderText2 {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    margin-top: 3px;
}

.itemLineWrapper {
    background-color: #f0f0f0;
    padding: 10px 15px;
    border-left: solid 1px #83aed7;
    border-right: solid 1px #83aed7;
    border-bottom: solid 1px #83aed7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.topTable {
    border-top: solid 1px #4e7197;
    border-left: solid 1px #4e7197;
    border-right: solid 1px #4e7197;
    border-bottom: solid 1px #4e7197;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.noTopTable {
    border-top: none;
    border-left: solid 1px #4e7197;
    border-right: solid 1px #4e7197;
    border-bottom: solid 1px #4e7197;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.topTablelastItem {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.lastItem {
    border-bottom: none;
}




.arrowIcon {
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.arrowIcon1 {
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.arrowIcon2 {
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}





.itemLineWrapper p {
    border-right: solid 1px #666666;
    padding-right: 15px;
}

.itemLineWrapper p {
    border-right: solid 1px #666666;
    padding-right: 15px;
}

    .itemLineWrapper p:nth-child(n+2) {
        padding-left: 15px;
    }

    .itemLineWrapper p:last-child {
        border-right: none;
    }

.item {
    margin-bottom: 5px;
}

.methodImageWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3px;
}

/*Arun*/
.cardsClick {
    /*    width: 80%;*/
    margin-right: 15px;
    cursor: pointer !important;
    /*    margin-top: 20px;*/
    font-size: 1.25em;
}

.methodsClick {
    font-size: 1.25em;
    /*    width: 80%;*/
    margin-left: 15px;
    cursor: pointer !important;
    /*    margin-top: 20px;   */
}

.cardClickWrapper1 {
    background: white;
    border-radius: 6px;
    /*border: solid #4c7197 3px;*/
    max-height: 500px;
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    /*    height: 90%;*/
    /*    Arun*/
}

.cardClickWrapper2 {
    background: white;
    border-radius: 6px;
    /*border: solid #4c7197 3px;*/
    max-height: 500px;
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    /*    height: 90%;*/
    /*    Arun*/
}

.cardClickImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cardClickImage2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.clickLogo {
    max-width: 75px;
    max-height: 50px;
    margin: 10px 20px;
}

.clickLogo2 {
    max-height: 2rem;
    margin: 10px 5px;
}

.amexWidth {
    max-width: 50px;
}

.cardClickText {
    font-size: 1.8em;
    margin-bottom: 8px;
}

.checkArt {
    max-width: 25px;
    position: relative;
    top: 3px;
}

/*
.methodsClick {
    width: 80%;
    padding-left: 10px;
}
*/

.point {
    cursor: pointer !important;
}

.split2cardInfo {
    display: none;
}

.split2checkInfo {
    display: none;
}

.fourSteps {
    margin: 0px !important;
    margin: auto !important;
}

    .fourSteps img {
        margin: 0px !important;
        margin: auto !important;
        width: 100%;
    }


.step1 {
    margin: 0 auto !important;
    padding: 0 !important;
}

.step2 {
    margin: 0 auto !important;
    padding: 0 !important;
}

.step3 {
    margin: 0 auto !important;
    padding: 0 !important;
}

.step4 {
    margin: 0 auto !important;
    padding: 0 !important;
}

.setupStepWrapper {
    max-width: 1280px;
    text-align: center;
    margin: 0px !important;
    margin: auto !important;
    padding: 0 !important;
}

.stepWrapper {
    width: 70%;
    max-width: 1280px;
    text-align: center;
    margin: 0px !important;
    margin: auto !important;
    padding: 0 !important;
}

.stepArrow:after {
    content: '';
    position: absolute;
    top: 96%;
    left: 54%;
    margin-left: -50px;
    width: 0;
    height: 0;
    border-top: solid 15px #45607c;
    border-left: solid 40px transparent;
    border-right: solid 40px transparent;
}

.overlay {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.42);
    z-index: 1;
    display: block;
}

.loader {
    border: 16px solid #e6e6e6;
    border-radius: 50%;
    border-top: 16px solid #4c7197;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1.5s linear infinite; /* Safari */
    animation: spin 1.5s linear infinite;
    z-index: 9999999;
}

.loaderText {
    color: #fff;
    text-align: center;
    z-index: 9999999;
}

.fullHeight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 0px;
    z-index: 9999999;
}

.loaderScreen {
    padding-top: 200px;
    z-index: 9999999;
}

.rotate {
    -webkit-animation: spin 1.5s linear infinite; /* Safari */
    animation: spin 1.5s linear infinite;
}

.dateClick {
    pointer-events: none;
}

.pointer {
    cursor: pointer !important;
}

.showPhone {
    display: none;
}

.logo {
    max-width: 300px;
}

.padAbove {
    padding-top: 20px;
}

.padding {
    padding: 0px 10px;
}

.step1ModalBody {
    text-align: left;
    width: 90%;
    margin: auto;
}

.billingInoWrapper {
    text-align: left;
    width: 90%;
    margin: auto;
    display: none;
}

.payModal {
    width: 70%;
    background-color: #fff !important;
}

.checkOutLabel {
    margin-bottom: 5px;
}

.step2footer {
    display: none;
}

.step3footer {
    display: none;
}

.step2ModalBody {
    display: none;
    text-align: left;
    width: 90%;
    margin: auto;
}

.step3SplitModal {
    display: none;
    text-align: left;
    width: 90%;
    margin: auto;
}

.step4SplitModal {
    display: none;
    text-align: left;
    width: 90%;
    margin: auto;
}

.step3ModalBody {
    display: none;
    text-align: left;
    width: 90%;
    margin: auto;
}

.closeBottom {
    margin-bottom: 3px;
}

/*Arun change*/
.buttonWrapper {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    width: 90%;
    margin: auto;
    max-width: 750px;
    justify-content: flex-end;
}

.success {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.topHeadline {
    margin-top: 0px;
}

.confirmNumber {
    font-size: 2.5em;
    margin-left: 5px;
}

.phoneShow {
    display: none;
}

.fixStateSelect {
    margin-top: 22px !important;
    padding-bottom: 18px !important;
}

.cvvModal {
    top: 15% !important;
}

.step1buttons {
    display: none;
}

.step1buttons2 {
    display: none;
}

.step2buttons {
    display: none;
}

.errorMessage {
    display: none;
}

.cardShow {
    display: none;
}

.walletText {
    display: none;
}








/*Split Pay Styles*/


.splitPayment input, select, textarea {
    background-color: #fff !important;
}



.splitWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
    justify-content: space-around;
}

.splitPayRow {
    background-color: #bbe0ff;
    border-left: 1px solid #869eb4;
    border-right: 1px solid #869eb4;
    height: 40px;
    padding: 10px 10px;
    height: 35px;
    padding: 6px 12px;
    color: #55595d;
    font-size: 14px;
    line-height: 1.42857143;
    max-width: 570px;
    display: none;
}

.amountDetails {
    background-color: #dcefff;
    border: 1px solid #869eb4;
    height: 40px;
    padding: 10px 10px;
    height: 35px;
    padding: 6px 12px;
    color: #55595d;
    font-size: 14px;
    line-height: 1.42857143;
    max-width: 570px;
    display: none;
}

.splitPayRow input {
    border: none;
    border-bottom: 1px solid #c4c4c4;
    width: 120px;
    background-color: #f4f4f4 !important;
    margin-left: 3px !important;
}

.splitPayRow input {
    margin-left: 0px;
    padding-left: 5px;
}

.removeClick {
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer !important;
}

.headline {
    padding-top: 15px;
    margin: 0px !important;
}

.cardNumber {
    margin-left: 5px;
}

.checkboxWrapper {
    display: none;
}

.full {
    width: 100%;
    padding: 0 15px;
}

.notvis {
    visibility: hidden;
}

.tipQuestion {
    position: relative;
    top: 37px;
    right: 8px;
}

.splitPayment {
    padding-bottom: 0px;
}

#accordTwo {
    display: none;
}

.splitpayWrapper1 {
    background-color: #f0f0f0;
    padding: 15px;
    padding-top: 0px;
}

.splitpayWrapper2 {
    background-color: #f0f0f0;
    padding: 15px;
    padding-top: 0px;
}

.headerOne {
    background-color: #4c7197;
    padding: 5px 15px 8px 15px;
    color: #fff;
    cursor: pointer !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.card-header {
    cursor: pointer !important;
}

.splitPayment {
    cursor: pointer !important;
    display: none;
}

.headerOne {
    cursor: pointer !important;
}

/*
.headerOne i{
    cursor: pointer!important;
    position: relative;
    left: 8px;
}
*/

.billInfoSplit1 {
    display: none;
}

.billInfoSplit2 {
    display: none;
}

.headerTwo {
    background-color: #4c7197;
    padding: 5px 15px 8px 15px;
    color: #fff;
    cursor: pointer !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

    .headerTwo span {
        cursor: pointer !important;
    }

/*
.headerTwo i {
    cursor: pointer;
    position: relative;
    left: 5px;
}
*/

.headerTitle {
    position: relative;
    right: 6px;
    bottom: 1px;
}

.amountCardInfo1 {
    position: relative;
    top: 2px;
    padding: 2px 5px;
    display: none;
}

.amountCardInfo2 {
    position: relative;
    top: 2px;
    padding: 2px 5px;
    display: none;
}

.headerTitle3 {
    position: relative;
    padding-right: 5px;
    bottom: 1px;
}

.splitPayment .fa {
    padding: 0px !important;
    margin: 0px !important;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.cancelSplit {
    margin-right: 10px;
}

.popover-content {
    padding: 5px 5px !important;
    text-align: center;
}

.editButton1 {
    display: none;
}

    .editButton1 i {
        font-size: 1.25em;
        position: relative;
        top: 3px;
    }

.editButton2 {
    display: none;
}

    .editButton2 i {
        font-size: 1.25em;
        position: relative;
        top: 3px;
    }

.mobileInfo .stars, .lastxs {
    letter-spacing: 1.5px;
    font-weight: bold;
}

.splitpayTable1 {
    /*
    max-width: 850px;
    margin-top:20px;
*/
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
}

.splitpayTable2 {
    max-width: 810px;
    margin-top: 20px;
}

.splitpayTable3 {
    margin-top: 20px;
}

.flexRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flexCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.checkWrapper {
    padding: 20px 10px;
}

.chartReview {
    /*    max-width: 525px;*/
    /*max-width: 550px;*/
    margin-top: 10px;
    margin-bottom: 20px;
}

.chartReceipt {
    max-width: 550px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.amountcard1 {
    background-color: #bedff6;
    padding: 10px;
    border: 1px solid #4e7197;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.amountcard2 {
    background-color: #bedff6;
    padding: 10px;
    border: 1px solid #4e7197;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.amountcard3 {
    background-color: #bedff6;
    padding: 10px;
    border: 1px solid #4e7197;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: none;
}

.amountcard6 {
    background-color: #bedff6;
    padding: 10px;
    border: 1px solid #4e7197;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: none;
    min-width: 520px;
}

.amountcard4 {
    background-color: #bedff6;
    padding: 10px;
    padding-top: 0px;
    border: 1px solid #4e7197;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: none;
}

.amountcard5 {
    background-color: #bedff6;
    padding: 10px;
    border: 1px solid #4e7197;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: none;
    border-top: none;
}

.total {
    color: #fff;
    background-color: #4e7197;
    padding: 10px;
    border: 1px solid #4e7197;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.maxWidth {
    max-width: 520px;
}

/*
.asterix {
    position:absolute;
    display: none;
}

.asterix2 {
    position:absolute;
}
*/

.cardNumberWrapper {
    /*    width: 270px;*/
}

.amountWrapper {
    /*    width: 70px;*/
    text-align: right;
}

.feeTextWrapper {
    /*    width: 125px;*/
}

.feetotal {
    /*
    width: 75px;
    text-align: right;
    padding-right: 5px;
*/
}

.feeCheckboxWrapper {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #4e7197;
    border-top: none;
}

    .feeCheckboxWrapper input {
        margin-right: 5px;
        cursor: pointer;
    }

.bold {
    font-weight: bold;
}

.finalTotal {
    color: #fff;
    background-color: #4e7197;
    padding: 10px;
    border: 1px solid #4e7197;
    border-top: none;
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.finalTotal2 {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #4e7197;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: none;
}

.includeText1 {
    display: none;
}

.includeText2 {
    display: none;
}

.amountsTable {
    display: none;
    line-height: 1.4;
}

.feeTable {
    display: none;
}

.totalTable {
    display: none;
}

.cardNumberWrapper2 {
    /*    width: 46%;*/
}

.errorMessage {
    padding-top: 10px;
    display: none;
}

.SplitContinueButtons {
    display: none;
}

/*
.step3SplitModal {
    display: none;    
}
*/

.termsSplit {
    border: solid 1px #666666;
    overflow: scroll;
    max-height: 183px;
    padding: 6px;
}

.headerLayout {
    margin-top: 0px;
}


/*End Split Pay Styles*/


.amexLogoSize {
    width: 40px;
}

.visaLogoSize {
    width: 60px;
}

.masterLogoSize {
    width: 45px;
}

.discoverLogoSize {
    width: 50px;
}

.echeckLogoSize {
    width: 55px;
}

.showIpad {
    display: none;
}

.cardWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 2.75rem;
}

.loginButton {
    padding: 0px 15px;
    max-width: 100px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer;
    background-color: #4c7197;
    border-color: #4c7197;
    height: 31px;
}

.loginButtonText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 6px;
}

.loginButton:hover {
    color: #fff;
    background-color: #4a5a6c;
    border-color: #4a5a6c;
}

.loginButton i {
    font-size: 1.25em;
    margin: 0px !important;
    margin-right: 4px !important;
}

.loginWrapper {
    float: right;
}

.loginInfoWrapper {
    display: none;
    margin-top: 20px;
}

.errorModal {
    padding: 30px 0px !important;
    padding-top: 0px !important;
    overflow: hidden;
    width: 70%;
    background-color: #fff !important;
    max-width: 1280px;
}

.policyModal {
    padding: 30px 0px !important;
    padding-top: 0px !important;
    width: 70%;
    background-color: #fff !important;
    max-width: 1280px;
}

.loginModalContent {
    padding: 30px 0px !important;
    padding-top: 0px !important;
    overflow: hidden;
    width: 95%;
}

.loginModalStuff {
    width: 90%;
    background: #fff !important;
    overflow: visible !important;
    margin-top: 0px !important;
}

.userInfoModalContent {
    padding: 30px 0px !important;
    padding-top: 0px !important;
    overflow: hidden;
    width: 95%;
    display: none;
}

.userInfoModalStuff {
    width: 90%;
    display: none;
}

.loginModal {
    top: 0% !important;
    background-color: #fff !important;
}

.leftText {
    text-align: left;
}

.signup {
    padding-left: 25px;
    padding-right: 25px;
}

.loginModal {
    max-width: 70% !important;
    top: 7% !important;
}

.modalContainer {
    text-align: left;
    width: 90%;
    margin: auto;
}

.passwordText {
    line-height: 2;
}

    .passwordText li {
        list-style-type: disc !important;
        position: relative;
        left: 17px;
    }

/*
.createButton {
    text-align: center;
    margin: auto;
}
*/

.flexPass {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.passInputs {
    width: 50%;
}

.creatAccountWrapper {
    display: none;
}

.signup {
    min-height: 425px;
}


/* Tooltip container */
.tooltipz {
    /*    position: relative;*/
    /*    display: inline-block;*/
}

    /* Tooltip text */
    .tooltipz .tooltiptext {
        visibility: hidden;
        line-height: 1.2;
        font-size: .8em;
        width: 0%;
        height: 36px;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
        background-color: red;
        color: #fff;
        text-align: center;
        padding: 5px 0px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
        left: 156px;
    }

.tooltiptext p {
    position: relative;
    bottom: 3px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipz:hover .tooltiptext {
    visibility: visible;
}




.modalMain {
    display: none;
    width: 90%;
    margin: auto;
    text-align: left;
}

.setUpSelect {
    width: 90%;
    margin: auto;
    text-align: left;
}

.account2 {
    display: none;
    width: 90%;
    margin: auto;
    text-align: left;
}

.account3 {
    display: none;
    width: 90%;
    margin: auto;
    text-align: left;
}

.account4 {
    display: none;
    width: 90%;
    margin: auto;
    text-align: left;
}

.account5 {
    width: 90%;
    margin: auto;
    text-align: left;
}

.account6 {
    width: 90%;
    margin: auto;
    text-align: left;
}

.forgotPassWrapper {
    width: 90%;
    margin: auto;
    text-align: left;
    display: none;
}

.resetSuccessWrapper {
    width: 90%;
    margin: auto;
    text-align: left;
    display: none;
}

.cvvModal2 {
    width: 90%;
    background-color: #fff !important;
}

.itemWrapper {
    border-right: solid 1px gray !important;
    margin-right: 15px;
}

.iconPad {
    margin: 0px !important;
    padding: 0px !important;
    margin-right: 5px !important;
}

.accountNav {
    text-align: center !important;
    margin: auto !important;
    border: solid 1px #4c7197 !important;
}

.buttonFlex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: .9em !important;
}

.buttonFlex {
    background-color: #4c7197 !important;
    color: #fff !important;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}

.firstDrop {
    border-top: none !important;
}

.accountEcheckInfo {
    display: none;
}

.bizbiz {
    display: none;
}

.lastModalFooter {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    width: 90% !important;
}

.footerLinks {
    color: #4c7197 !important;
    cursor: pointer !important;
    width: 90%;
    text-align: left;
    margin: auto;
    margin-left: 0px;
}

    .footerLinks a {
        color: #4c7197 !important;
    }

.polictyWrapper {
    width: 90%;
    margin: auto;
    margin-top: 30px;
}

.captchaFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.showSmallPhone {
    display: none;
}

.firstTop {
    border-top: solid 1px #868686;
}

.accountInfoWrapper {
    background-color: #f0f0f0;
    padding: 10px 15px;
    border-left: solid 1px #868686;
    border-right: solid 1px #868686;
    border-bottom: solid 1px #868686;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.accountInfoWrapper1 {
    background-color: #f0f0f0;
    padding: 10px 15px;
    border-left: solid 1px #868686;
    border-right: solid 1px #868686;
    border-bottom: solid 1px #868686;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left !important;
}

.accountInfoWrapper2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
}

.infoItemWrapper {
    padding-left: 10px;
    border-right: solid 1px #868686;
    padding-right: 10px;
}

.noRightBorder {
    border-right: none !important;
}

.accountContinue2 {
    z-index: 999999999;
}

.sucessWrapper {
    display: none;
}

textarea {
    background-color: transparent;
    border: none;
    /* border-bottom: 1px solid #9e9e9e; */
    border-bottom: 1px solid #adadad;
    border-radius: 0;
    outline: none;
    height: 2.75rem;
    width: 100%;
    font-size: 1rem;
    /*	margin: 0 0 20px 0;*/
    /*	padding: 0;*/
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /*	padding-left: 11px;*/
    /*  padding: 20px 15px*/
    padding: 0px !important;
    margin: 0px !important;
    line-height: 1.4;
    padding: 17px !important;
    padding-right: 0px !important;
}

.weekly {
    display: none;
}

.weekly2 {
    display: none;
}

.monthly {
    display: none;
}

.editInfoWrapper {
    display: none;
    text-align: left;
}

.accountCreditUpdateInfo {
    display: none;
}

.recurOnetimeSelect {
    display: none;
}

.recurBiweeklySelect {
    display: none;
}

.datepicker-date-display {
    display: none;
}

.datepicker-controls, .datepicker-table, .datepicker-footer {
    width: 100% !important;
}

.modal-content .datepicker-container {
    margin-top: 0px !important;
    padding-top: 15px !important;
    padding-bottom: 0px !important;
}

.historyInfoWrapper {
    display: none;
    text-align-last: left;
}

.historyTable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left !important;
}

    .historyTable tr td {
        border-left: solid 1px #868686;
        border-right: solid 1px #868686;
        border-bottom: solid 1px #868686;
        border-top: solid 1px #868686;
        background-color: #f0f0f0;
        padding: 10px 15px;
    }

    .historyTable tr th {
        border-left: solid 1px #868686;
        border-right: solid 1px #868686;
        border-bottom: solid 1px #868686;
        border-top: solid 1px #868686;
        background-color: #f0f0f0;
        padding: 10px 15px;
    }

.swipeIcon {
    display: none;
}

.recurMonthSelect {
    display: none;
}

.dayOfMonthSelect {
    display: none;
}

.cancelInfoButton {
    display: none;
}

.cancelInfoWrapper {
    display: none;
}

.canceledPayWrapper {
    text-align: left;
    display: none;
}

.changePassWrapper {
    text-align: left;
    display: none;
}

.poweredLogo {
    position: relative;
    bottom: 15px;
    margin-right: 50px;
    height: 45px;
}

.account6 {
    displaly: none;
}

.multipeEditItem {
    background-color: #f0f0f0;
    padding: 10px 15px;
    border-left: solid 1px #868686;
    border-right: solid 1px #868686;
    border-bottom: solid 1px #868686;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left !important;
}

.topBorder {
    border-top: solid 1px #868686;
}

.editItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*    justify-content: space-around;*/
    line-height: 1.35;
}

    .editItem span {
        margin-right: 5px;
        max-height: 25px;
    }

.editLabel {
    margin-left: 0px;
}

.editInputsWrapper {
    display: none;
}

.mobileshow {
    display: none;
}

.buttonAlign {
    float: right;
}

.radioSetUp {
    margin-right: 15px;
    font-size: 1.75em !important;
}
/*Tucker delete*/
/*
.radioSetUpwrapper {
    height:120px;
}
*/

.multipleCancelWrapper {
    display: none;
    text-align: left;
}

.changePassButton {
    padding-bottom: 20px;
}


.cancelInput.active {
    bottom: 49px !important;
}

.changePassSuccess {
    display: none;
}

.textOver {
    margin-bottom: 10px;
}


.captchaWrapper {
    margin-right: 20px;
}

.foreignAddress1 {
    display: none;
}

.foreignAddress2 {
    display: none;
}

.foreignAddress3 {
    display: none;
}

.policyClose {
    margin-top: 0px !important;
    padding: 0px 10px;
}

textarea {
    resize: none !important;
    outline: none !important;
    overflow: auto !important;
    line-height: 1 !important;
    text-indent: 0px !important;
    font-size: 1em !important;
}

.processText {
    font-size: 2em;
    margin-top: 20px;
}

.setupWrapper {
    display: none;
    width: 90%;
    margin: auto;
    text-align: left;
}

.chooseWrapper2 {
    display: none;
}

.cardClickImage object {
    pointer-events: none;
}

.setUpFutureSuccess {
    display: none;
}

.setUpRecurSuccess {
    display: none;
}

.businessName {
    display: none;
}

.futureEcheckInfo {
    display: none;
}

/*End Global Styles*/



/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.black {
    background-color: #000000 !important;
}

.black-text {
    color: #000000 !important;
}

.white {
    background-color: #FFFFFF !important;
}

.white-text {
    color: #FFFFFF !important;
}

.transparent {
    background-color: transparent !important;
}

.transparent-text {
    color: transparent !important;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

    /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/*
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
*/

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
    input[type="checkbox"],
    input[type="radio"] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement button. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
    input[type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        /* 2 */
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}

    ul:not(.browser-default) li {
        list-style-type: none;
    }

a {
    color: #039be5;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.valign-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .valign-wrapper .valign {
        display: block;
    }

.clearfix {
    clear: both;
}

.z-depth-0 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.z-depth-1, .btn, .btn-large, .btn-floating {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

    .z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
        -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    }

.z-depth-2 {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-3 {
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-4 {
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.z-depth-5 {
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

.hoverable {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

    .hoverable:hover {
        -webkit-transition: -webkit-box-shadow .25s;
        transition: -webkit-box-shadow .25s;
        transition: box-shadow .25s;
        transition: box-shadow .25s, -webkit-box-shadow .25s;
        -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

.divider {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0;
}

blockquote {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #ee6e73;
}

i {
    line-height: inherit;
}

    i.left {
        float: left;
        margin-right: 10px;
    }

    i.right {
        float: right;
        margin-left: 10px;
    }

    i.tiny {
        font-size: 1rem;
    }

    i.small {
        font-size: 2rem;
    }

    i.medium {
        font-size: 4rem;
    }

    i.large {
        font-size: 6rem;
    }

img.responsive-img,
video.responsive-video {
    max-width: 100%;
    height: auto;
}

.pagination li {
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    vertical-align: top;
    height: 30px;
}

    .pagination li a {
        color: #444;
        display: inline-block;
        font-size: 1.2rem;
        padding: 0 10px;
        line-height: 30px;
    }

    .pagination li.active a {
        color: #fff;
    }

    .pagination li.active {
        background-color: #ee6e73;
    }

    .pagination li.disabled a {
        cursor: default;
        color: #999;
    }

    .pagination li i {
        font-size: 2rem;
    }

    .pagination li.pages ul li {
        display: inline-block;
        float: none;
    }

@media only screen and (max-width: 992px) {
    .pagination {
        width: 100%;
    }

        .pagination li.prev,
        .pagination li.next {
            width: 10%;
        }

        .pagination li.pages {
            width: 80%;
            overflow: hidden;
            white-space: nowrap;
        }
}

.breadcrumb {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

    .breadcrumb i,
    .breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
    .breadcrumb i.material-icons {
        display: inline-block;
        float: left;
        font-size: 24px;
    }

    .breadcrumb:before {
        content: '\E5CC';
        color: rgba(255, 255, 255, 0.7);
        vertical-align: top;
        display: inline-block;
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 25px;
        margin: 0 10px 0 8px;
        -webkit-font-smoothing: antialiased;
    }

    .breadcrumb:first-child:before {
        display: none;
    }

    .breadcrumb:last-child {
        color: #fff;
    }

.parallax-container {
    position: relative;
    overflow: hidden;
    height: 500px;
}

.parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

    .parallax img {
        display: none;
        position: absolute;
        left: 50%;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.pin-top, .pin-bottom {
    position: relative;
}

.pinned {
    position: fixed !important;
}

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
    opacity: 0;
}

.fade-in {
    opacity: 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
    .hide-on-small-only, .hide-on-small-and-down {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .hide-on-med-and-down {
        display: none !important;
    }
}

@media only screen and (min-width: 601px) {
    .hide-on-med-and-up {
        display: none !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .hide-on-med-only {
        display: none !important;
    }
}

@media only screen and (min-width: 993px) {
    .hide-on-large-only {
        display: none !important;
    }
}

@media only screen and (min-width: 993px) {
    .show-on-large {
        display: block !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .show-on-medium {
        display: block !important;
    }
}

@media only screen and (max-width: 600px) {
    .show-on-small {
        display: block !important;
    }
}

@media only screen and (min-width: 601px) {
    .show-on-medium-and-up {
        display: block !important;
    }
}

@media only screen and (max-width: 992px) {
    .show-on-medium-and-down {
        display: block !important;
    }
}

@media only screen and (max-width: 600px) {
    .center-on-small-only {
        text-align: center;
    }
}

footer.page-footer {
    margin-top: 20px;
    padding-top: 20px;
    background-color: #ee6e73;
}

    footer.page-footer .footer-copyright {
        overflow: hidden;
        height: 50px;
        line-height: 50px;
        color: rgba(255, 255, 255, 0.8);
        background-color: rgba(51, 51, 51, 0.08);
    }

table, th, td {
    border: none;
}

table {
    width: 100%;
    display: table;
}

    table.bordered > thead > tr,
    table.bordered > tbody > tr {
        border-bottom: 1px solid #d0d0d0;
    }

    table.striped > tbody > tr:nth-child(odd) {
        background-color: #f2f2f2;
    }

    table.striped > tbody > tr > td {
        border-radius: 0;
    }

    table.highlight > tbody > tr {
        -webkit-transition: background-color .25s ease;
        transition: background-color .25s ease;
    }

        table.highlight > tbody > tr:hover {
            background-color: #f2f2f2;
        }

    table.centered thead tr th, table.centered tbody tr td {
        text-align: center;
    }

thead {
    border-bottom: 1px solid #d0d0d0;
}

td, th {
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}

@media only screen and (max-width: 992px) {
    table.responsive-table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative;
        /* sort out borders */
    }

        table.responsive-table td:empty:before {
            content: '\00a0';
        }

        table.responsive-table th,
        table.responsive-table td {
            margin: 0;
            vertical-align: top;
        }

        table.responsive-table th {
            text-align: left;
        }

        table.responsive-table thead {
            display: block;
            float: left;
        }

            table.responsive-table thead tr {
                display: block;
                padding: 0 10px 0 0;
            }

                table.responsive-table thead tr th::before {
                    content: "\00a0";
                }

        table.responsive-table tbody {
            display: block;
            width: auto;
            position: relative;
            overflow-x: auto;
            white-space: nowrap;
        }

            table.responsive-table tbody tr {
                display: inline-block;
                vertical-align: top;
            }

        table.responsive-table th {
            display: block;
            text-align: right;
        }

        table.responsive-table td {
            display: block;
            min-height: 1.25em;
            text-align: left;
        }

        table.responsive-table tr {
            padding: 0 10px;
        }

        table.responsive-table thead {
            border: 0;
            border-right: 1px solid #d0d0d0;
        }

        table.responsive-table.bordered th {
            border-bottom: 0;
            border-left: 0;
        }

        table.responsive-table.bordered td {
            border-left: 0;
            border-right: 0;
            border-bottom: 0;
        }

        table.responsive-table.bordered tr {
            border: 0;
        }

        table.responsive-table.bordered tbody tr {
            border-right: 1px solid #d0d0d0;
        }
}

.collection {
    margin: 0.5rem 0 1rem 0;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

    .collection .collection-item {
        background-color: #fff;
        line-height: 1.5rem;
        padding: 10px 20px;
        margin: 0;
        border-bottom: 1px solid #e0e0e0;
    }

        .collection .collection-item.avatar {
            min-height: 84px;
            padding-left: 72px;
            position: relative;
        }

            .collection .collection-item.avatar .circle {
                position: absolute;
                width: 42px;
                height: 42px;
                overflow: hidden;
                left: 15px;
                display: inline-block;
                vertical-align: middle;
            }

            .collection .collection-item.avatar i.circle {
                font-size: 18px;
                line-height: 42px;
                color: #fff;
                background-color: #999;
                text-align: center;
            }

            .collection .collection-item.avatar .title {
                font-size: 16px;
            }

            .collection .collection-item.avatar p {
                margin: 0;
            }

            .collection .collection-item.avatar .secondary-content {
                position: absolute;
                top: 16px;
                right: 16px;
            }

        .collection .collection-item:last-child {
            border-bottom: none;
        }

        .collection .collection-item.active {
            background-color: #26a69a;
            color: #eafaf9;
        }

            .collection .collection-item.active .secondary-content {
                color: #fff;
            }

    .collection a.collection-item {
        display: block;
        -webkit-transition: .25s;
        transition: .25s;
        color: #26a69a;
    }

        .collection a.collection-item:not(.active):hover {
            background-color: #ddd;
        }

    .collection.with-header .collection-header {
        background-color: #fff;
        border-bottom: 1px solid #e0e0e0;
        padding: 10px 20px;
    }

    .collection.with-header .collection-item {
        padding-left: 30px;
    }

        .collection.with-header .collection-item.avatar {
            padding-left: 72px;
        }

.secondary-content {
    float: right;
    color: #26a69a;
}

.collapsible .collection {
    margin: 0;
    border: none;
}

span.badge {
    min-width: 3rem;
    padding: 0 6px;
    margin-left: 14px;
    text-align: center;
    font-size: 1rem;
    line-height: inherit;
    color: #757575;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    span.badge.new {
        font-weight: 300;
        font-size: 0.8rem;
        color: #fff;
        background-color: #26a69a;
        border-radius: 2px;
    }

        span.badge.new:after {
            content: " new";
        }

    span.badge[data-badge-caption]::after {
        content: " " attr(data-badge-caption);
    }

nav ul a span.badge {
    display: inline-block;
    float: none;
    margin-left: 4px;
    line-height: 22px;
    height: 22px;
}

.side-nav span.badge.new,
.collapsible span.badge.new {
    position: relative;
    background-color: transparent;
}

    .side-nav span.badge.new::before,
    .collapsible span.badge.new::before {
        content: '';
        position: absolute;
        top: 10px;
        right: 0;
        bottom: 10px;
        left: 0;
        background-color: #26a69a;
        border-radius: 2px;
        z-index: -1;
    }

.collapsible span.badge.new {
    z-index: 1;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #acece6;
    border-radius: 2px;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
}

    .progress .determinate {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: #26a69a;
        -webkit-transition: width .3s linear;
        transition: width .3s linear;
    }

    .progress .indeterminate {
        background-color: #26a69a;
    }

        .progress .indeterminate:before {
            content: '';
            position: absolute;
            background-color: inherit;
            top: 0;
            left: 0;
            bottom: 0;
            will-change: left, right;
            -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
            animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
        }

        .progress .indeterminate:after {
            content: '';
            position: absolute;
            background-color: inherit;
            top: 0;
            left: 0;
            bottom: 0;
            will-change: left, right;
            -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
            animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
            -webkit-animation-delay: 1.15s;
            animation-delay: 1.15s;
        }

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

/*******************
  Utility Classes
*******************/
.hide {
    display: none !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

.center, .center-align {
    text-align: center;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.no-select, input[type=range],
input[type=range] + .thumb {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.circle {
    border-radius: 50%;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.no-padding {
    padding: 0 !important;
}

/* This is needed for some mobile phones to display the Google Icon font properly */
.material-icons {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}

a {
    text-decoration: none;
}

/*Body copy size*/
html {
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
}

@media only screen and (min-width: 0) {
    html {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) {
    html {
        font-size: 14.5px;
    }
}

@media only screen and (min-width: 1200px) {
    html {
        font-size: 15px;
    }
}

.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.1;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-weight: inherit;
    }

h1 {
    font-size: 4rem;
    line-height: 110%;
    margin: 2.1rem 0 1.68rem 0;
}

h2 {
    font-size: 3.5rem;
    line-height: 110%;
    margin: 1.78rem 0 1.424rem 0;
}

h3 {
    font-size: 3rem;
    line-height: 110%;
    margin: 1.46rem 0 1.168rem 0;
}

h4 {
    font-size: 2.25rem;
    line-height: 110%;
    margin: 1.14rem 0 0.912rem 0;
}

h5 {
    font-size: 1.5rem;
    line-height: 110%;
    margin: 0.82rem 0 0.656rem 0;
}

h6 {
    font-size: 1rem;
    line-height: 110%;
    margin: 0.5rem 0 0.4rem 0;
}

em {
    font-style: italic;
}

/*
strong {
  font-weight: 500; }
*/

small {
    font-size: 75%;
}

.light, footer.page-footer .footer-copyright {
    font-weight: 300;
}

.thin {
    font-weight: 200;
}

.flow-text {
    font-weight: 300;
}

@media only screen and (min-width: 360px) {
    .flow-text {
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 390px) {
    .flow-text {
        font-size: 1.224rem;
    }
}

@media only screen and (min-width: 420px) {
    .flow-text {
        font-size: 1.248rem;
    }
}

@media only screen and (min-width: 450px) {
    .flow-text {
        font-size: 1.272rem;
    }
}

@media only screen and (min-width: 480px) {
    .flow-text {
        font-size: 1.296rem;
    }
}

@media only screen and (min-width: 510px) {
    .flow-text {
        font-size: 1.32rem;
    }
}

@media only screen and (min-width: 540px) {
    .flow-text {
        font-size: 1.344rem;
    }
}

@media only screen and (min-width: 570px) {
    .flow-text {
        font-size: 1.368rem;
    }
}

@media only screen and (min-width: 600px) {
    .flow-text {
        font-size: 1.392rem;
    }
}

@media only screen and (min-width: 630px) {
    .flow-text {
        font-size: 1.416rem;
    }
}

@media only screen and (min-width: 660px) {
    .flow-text {
        font-size: 1.44rem;
    }
}

@media only screen and (min-width: 690px) {
    .flow-text {
        font-size: 1.464rem;
    }
}

@media only screen and (min-width: 720px) {
    .flow-text {
        font-size: 1.488rem;
    }
}

@media only screen and (min-width: 750px) {
    .flow-text {
        font-size: 1.512rem;
    }
}

@media only screen and (min-width: 780px) {
    .flow-text {
        font-size: 1.536rem;
    }
}

@media only screen and (min-width: 810px) {
    .flow-text {
        font-size: 1.56rem;
    }
}

@media only screen and (min-width: 840px) {
    .flow-text {
        font-size: 1.584rem;
    }
}

@media only screen and (min-width: 870px) {
    .flow-text {
        font-size: 1.608rem;
    }
}

@media only screen and (min-width: 900px) {
    .flow-text {
        font-size: 1.632rem;
    }
}

@media only screen and (min-width: 930px) {
    .flow-text {
        font-size: 1.656rem;
    }
}

@media only screen and (min-width: 960px) {
    .flow-text {
        font-size: 1.68rem;
    }
}

@media only screen and (max-width: 360px) {
    .flow-text {
        font-size: 1.2rem;
    }
}

label {
    font-size: 0.8rem;
    color: #9e9e9e;
    margin-left: 11px;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::-webkit-input-placeholder {
    color: #d1d1d1;
    padding-left: 12px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: blueviolet;
    padding-left: 12px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #d1d1d1;
    padding-left: 0px;
}

:-ms-input-placeholder {
    color: #d1d1d1;
    padding-left: 12px;
}

/*input colors*/
/* Text inputs */

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    /*  border-bottom: 1px solid #9e9e9e;*/
    border-bottom: 1px solid #adadad;
    border-radius: 0;
    outline: none;
    height: 2.75rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-left: 11px;
}

    /*Color of disabled placeholder text*/
    input:not([type]):disabled, input:not([type])[readonly="readonly"],
    input[type=text]:disabled,
    input[type=text][readonly="readonly"],
    input[type=password]:disabled,
    input[type=password][readonly="readonly"],
    input[type=email]:disabled,
    input[type=email][readonly="readonly"],
    input[type=url]:disabled,
    input[type=url][readonly="readonly"],
    input[type=time]:disabled,
    input[type=time][readonly="readonly"],
    input[type=date]:disabled,
    input[type=date][readonly="readonly"],
    input[type=datetime]:disabled,
    input[type=datetime][readonly="readonly"],
    input[type=datetime-local]:disabled,
    input[type=datetime-local][readonly="readonly"],
    input[type=tel]:disabled,
    input[type=tel][readonly="readonly"],
    input[type=number]:disabled,
    input[type=number][readonly="readonly"],
    input[type=search]:disabled,
    input[type=search][readonly="readonly"],
    textarea.materialize-textarea:disabled,
    textarea.materialize-textarea[readonly="readonly"] {
        color: #9e9e9e;
        border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
    }

        /*disabled label color*/
        input:not([type]):disabled + label,
        input:not([type])[readonly="readonly"] + label,
        input[type=text]:disabled + label,
        input[type=text][readonly="readonly"] + label,
        input[type=password]:disabled + label,
        input[type=password][readonly="readonly"] + label,
        input[type=email]:disabled + label,
        input[type=email][readonly="readonly"] + label,
        input[type=url]:disabled + label,
        input[type=url][readonly="readonly"] + label,
        input[type=time]:disabled + label,
        input[type=time][readonly="readonly"] + label,
        input[type=date]:disabled + label,
        input[type=date][readonly="readonly"] + label,
        input[type=datetime]:disabled + label,
        input[type=datetime][readonly="readonly"] + label,
        input[type=datetime-local]:disabled + label,
        input[type=datetime-local][readonly="readonly"] + label,
        input[type=tel]:disabled + label,
        input[type=tel][readonly="readonly"] + label,
        input[type=number]:disabled + label,
        input[type=number][readonly="readonly"] + label,
        input[type=search]:disabled + label,
        input[type=search][readonly="readonly"] + label,
        textarea.materialize-textarea:disabled + label,
        textarea.materialize-textarea[readonly="readonly"] + label {
            color: #8d8d8d;
        }

    input:not([type]):focus:not([readonly]),
    input[type=text]:focus:not([readonly]),
    input[type=password]:focus:not([readonly]),
    input[type=email]:focus:not([readonly]),
    input[type=url]:focus:not([readonly]),
    input[type=time]:focus:not([readonly]),
    input[type=date]:focus:not([readonly]),
    input[type=datetime]:focus:not([readonly]),
    input[type=datetime-local]:focus:not([readonly]),
    input[type=tel]:focus:not([readonly]),
    input[type=number]:focus:not([readonly]),
    input[type=search]:focus:not([readonly]),
    textarea.materialize-textarea:focus:not([readonly]) {
        border-bottom: 1px solid #adadad;
        -webkit-box-shadow: 0 1px 0 0 #26a69a;
        box-shadow: 0 1px 0 0 #a2a2a2;
    }

        input:not([type]):focus:not([readonly]) + label,
        input[type=text]:focus:not([readonly]) + label,
        input[type=password]:focus:not([readonly]) + label,
        input[type=email]:focus:not([readonly]) + label,
        input[type=url]:focus:not([readonly]) + label,
        input[type=time]:focus:not([readonly]) + label,
        input[type=date]:focus:not([readonly]) + label,
        input[type=datetime]:focus:not([readonly]) + label,
        input[type=datetime-local]:focus:not([readonly]) + label,
        input[type=tel]:focus:not([readonly]) + label,
        input[type=number]:focus:not([readonly]) + label,
        input[type=search]:focus:not([readonly]) + label,
        textarea.materialize-textarea:focus:not([readonly]) + label {
            color: #8d8d8d;
        }

    input:not([type]).valid, input:not([type]):focus.valid,
    input[type=text].valid,
    input[type=text]:focus.valid,
    input[type=password].valid,
    input[type=password]:focus.valid,
    input[type=email].valid,
    input[type=email]:focus.valid,
    input[type=url].valid,
    input[type=url]:focus.valid,
    input[type=time].valid,
    input[type=time]:focus.valid,
    input[type=date].valid,
    input[type=date]:focus.valid,
    input[type=datetime].valid,
    input[type=datetime]:focus.valid,
    input[type=datetime-local].valid,
    input[type=datetime-local]:focus.valid,
    input[type=tel].valid,
    input[type=tel]:focus.valid,
    input[type=number].valid,
    input[type=number]:focus.valid,
    input[type=search].valid,
    input[type=search]:focus.valid,
    textarea.materialize-textarea.valid,
    textarea.materialize-textarea:focus.valid {
        border-bottom: 1px solid #4a4a4a;
    }

        input:not([type]).valid + label:after,
        input:not([type]):focus.valid + label:after,
        input[type=text].valid + label:after,
        input[type=text]:focus.valid + label:after,
        input[type=password].valid + label:after,
        input[type=password]:focus.valid + label:after,
        input[type=email].valid + label:after,
        input[type=email]:focus.valid + label:after,
        input[type=url].valid + label:after,
        input[type=url]:focus.valid + label:after,
        input[type=time].valid + label:after,
        input[type=time]:focus.valid + label:after,
        input[type=date].valid + label:after,
        input[type=date]:focus.valid + label:after,
        input[type=datetime].valid + label:after,
        input[type=datetime]:focus.valid + label:after,
        input[type=datetime-local].valid + label:after,
        input[type=datetime-local]:focus.valid + label:after,
        input[type=tel].valid + label:after,
        input[type=tel]:focus.valid + label:after,
        input[type=number].valid + label:after,
        input[type=number]:focus.valid + label:after,
        input[type=search].valid + label:after,
        input[type=search]:focus.valid + label:after,
        textarea.materialize-textarea.valid + label:after,
        textarea.materialize-textarea:focus.valid + label:after {
            content: attr(data-success);
            color: #4CAF50;
            opacity: 1;
        }

    input:not([type]).invalid, input:not([type]):focus.invalid,
    input[type=text].invalid,
    input[type=text]:focus.invalid,
    input[type=password].invalid,
    input[type=password]:focus.invalid,
    input[type=email].invalid,
    input[type=email]:focus.invalid,
    input[type=url].invalid,
    input[type=url]:focus.invalid,
    input[type=time].invalid,
    input[type=time]:focus.invalid,
    input[type=date].invalid,
    input[type=date]:focus.invalid,
    input[type=datetime].invalid,
    input[type=datetime]:focus.invalid,
    input[type=datetime-local].invalid,
    input[type=datetime-local]:focus.invalid,
    input[type=tel].invalid,
    input[type=tel]:focus.invalid,
    input[type=number].invalid,
    input[type=number]:focus.invalid,
    input[type=search].invalid,
    input[type=search]:focus.invalid,
    textarea.materialize-textarea.invalid,
    textarea.materialize-textarea:focus.invalid {
        border-bottom: 1px solid #4a4a4a;
    }

        input:not([type]).invalid + label:after,
        input:not([type]):focus.invalid + label:after,
        input[type=text].invalid + label:after,
        input[type=text]:focus.invalid + label:after,
        input[type=password].invalid + label:after,
        input[type=password]:focus.invalid + label:after,
        input[type=email].invalid + label:after,
        input[type=email]:focus.invalid + label:after,
        input[type=url].invalid + label:after,
        input[type=url]:focus.invalid + label:after,
        input[type=time].invalid + label:after,
        input[type=time]:focus.invalid + label:after,
        input[type=date].invalid + label:after,
        input[type=date]:focus.invalid + label:after,
        input[type=datetime].invalid + label:after,
        input[type=datetime]:focus.invalid + label:after,
        input[type=datetime-local].invalid + label:after,
        input[type=datetime-local]:focus.invalid + label:after,
        input[type=tel].invalid + label:after,
        input[type=tel]:focus.invalid + label:after,
        input[type=number].invalid + label:after,
        input[type=number]:focus.invalid + label:after,
        input[type=search].invalid + label:after,
        input[type=search]:focus.invalid + label:after,
        textarea.materialize-textarea.invalid + label:after,
        textarea.materialize-textarea:focus.invalid + label:after {
            content: attr(data-error);
            color: #F44336;
            opacity: 1;
        }

    input:not([type]).validate + label,
    input[type=text].validate + label,
    input[type=password].validate + label,
    input[type=email].validate + label,
    input[type=url].validate + label,
    input[type=time].validate + label,
    input[type=date].validate + label,
    input[type=datetime].validate + label,
    input[type=datetime-local].validate + label,
    input[type=tel].validate + label,
    input[type=number].validate + label,
    input[type=search].validate + label,
    textarea.materialize-textarea.validate + label {
        width: 100%;
        pointer-events: none;
    }

    input:not([type]) + label:after,
    input[type=text] + label:after,
    input[type=password] + label:after,
    input[type=email] + label:after,
    input[type=url] + label:after,
    input[type=time] + label:after,
    input[type=date] + label:after,
    input[type=datetime] + label:after,
    input[type=datetime-local] + label:after,
    input[type=tel] + label:after,
    input[type=number] + label:after,
    input[type=search] + label:after,
    textarea.materialize-textarea + label:after {
        display: block;
        content: "";
        position: absolute;
        top: 60px;
        opacity: 0;
        -webkit-transition: .2s opacity ease-out, .2s color ease-out;
        transition: .2s opacity ease-out, .2s color ease-out;
    }

.input-field {
    position: relative;
    margin-top: 1.5rem;
}

    .input-field.inline {
        display: inline-block;
        vertical-align: middle;
    }

        .input-field.inline input,
        .input-field.inline .select-dropdown {
            margin-bottom: 1rem;
        }

    /*moves over placeholder text*/
    .input-field label {
    }

    .input-field .prefix ~ label,
    .input-field .prefix ~ .validate ~ label {
        width: calc(100% - 3rem - 1.5rem);
    }

    /*label text color*/

    .input-field label {
        /*          color: #8d8d8d;*/
        color: #b1b1b1;
        position: absolute;
        left: 0;
        font-size: 1rem;
        cursor: text;
        -webkit-transition: .2s ease-out;
        transition: .2s ease-out;
        bottom: 33px;
        padding-left: 2px;
        left: 12px;
        /*bootstrap tweak take out left:12px above*/
        z-index: 0;
    }

        .input-field label.active {
            font-size: 0.85rem;
            -webkit-transform: translateY(-140%);
            transform: translateY(-140%);
            /*    bottom:55px;*/
            bottom: 50px !important;
            left: 2px;
        }

    .input-field .prefix {
        position: absolute;
        width: 3rem;
        font-size: 2rem;
        -webkit-transition: color .2s;
        transition: color .2s;
    }

        .input-field .prefix.active {
            color: red;
        }

        .input-field .prefix ~ input,
        /*  .input-field .prefix ~ textarea,*/
        .input-field .prefix ~ label,
        .input-field .prefix ~ .validate ~ label,
        .input-field .prefix ~ .autocomplete-content {
            margin-left: 3rem;
            width: 92%;
            width: calc(100% - 3rem);
        }

        .input-field .prefix ~ label {
            margin-left: 3rem;
        }

@media only screen and (max-width: 992px) {
    .input-field .prefix ~ input {
        width: 86%;
        width: calc(100% - 3rem);
    }
}

@media only screen and (max-width: 600px) {
    .input-field .prefix ~ input {
        width: 80%;
        width: calc(100% - 3rem);
    }
}

/* Search Field */
.input-field input[type=search] {
    display: block;
    line-height: inherit;
    padding-left: 4rem;
    width: calc(100% - 4rem);
}

    .input-field input[type=search]:focus {
        background-color: #fff;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #444;
    }

        .input-field input[type=search]:focus + label i,
        .input-field input[type=search]:focus ~ .mdi-navigation-close,
        .input-field input[type=search]:focus ~ .material-icons {
            color: #444;
        }

    .input-field input[type=search] + label {
        left: 1rem;
    }

    .input-field input[type=search] ~ .mdi-navigation-close,
    .input-field input[type=search] ~ .material-icons {
        position: absolute;
        top: 0;
        right: 1rem;
        color: transparent;
        cursor: pointer;
        font-size: 2rem;
        -webkit-transition: .3s color;
        transition: .3s color;
    }

/* Textarea */
textarea {
    width: 100%;
    height: 3rem;
    background-color: transparent;
}

    textarea.materialize-textarea {
        overflow-y: hidden;
        /* prevents scroll bar flash */
        padding: .8rem 0 1.6rem 0;
        /* prevents text jump on Enter keypress */
        resize: none;
        min-height: 3rem;
    }

.hiddendiv {
    display: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    /* future version of deprecated 'word-wrap' */
    padding-top: 1.2rem;
    /* prevents text jump on Enter keypress */
}

/* Autocomplete */
.autocomplete-content {
    margin-top: -15px;
    display: block;
    opacity: 1;
    position: static;
}

    .autocomplete-content li .highlight {
        color: #444;
    }

    .autocomplete-content li img {
        height: 40px;
        width: 40px;
        margin: 5px 15px;
    }

/* Radio Button
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

    [type="radio"]:not(:checked) + label,
    [type="radio"]:checked + label {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        font-size: 1rem;
        -webkit-transition: .28s ease;
        transition: .28s ease;
        /* webkit (konqueror) browsers */
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

[type="radio"] + label:before,
[type="radio"] + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}

/* Unchecked styles */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
    border-radius: 50%;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
    border: 2px solid #5a5a5a;
}

[type="radio"]:not(:checked) + label:after {
    -webkit-transform: scale(0);
    transform: scale(0);
}

/* Checked styles */
[type="radio"]:checked + label:before {
    border: 2px solid transparent;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
    border: 2px solid #26a69a;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
    background-color: #26a69a;
}

[type="radio"]:checked + label:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

/* Radio With gap */
[type="radio"].with-gap:checked + label:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

/* Focused styles */
[type="radio"].tabbed:focus + label:before {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + label:before {
    border: 2px solid rgba(0, 0, 0, 0.26);
}

[type="radio"].with-gap:disabled:checked + label:after {
    border: none;
    background-color: rgba(0, 0, 0, 0.26);
}

/* Disabled style */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled + label {
    color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:not(:checked) + label:before {
    border-color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:checked + label:after {
    background-color: rgba(0, 0, 0, 0.26);
    border-color: #BDBDBD;
}

.whiteText {
    color: #fff;
}

/*collapsible accordian*/

.collapsible {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0.5rem 0 1rem 0;
}

.collapsible-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    padding: 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

    .collapsible-header:focus {
        outline: 0;
    }

    .collapsible-header i {
        width: 2rem;
        font-size: 1.6rem;
        display: inline-block;
        text-align: center;
        margin-right: 1rem;
    }

.keyboard-focused .collapsible-header:focus {
    background-color: #eee;
}

.collapsible-body {
    display: none;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem;
}

.sidenav .collapsible,
.sidenav.fixed .collapsible {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .sidenav .collapsible li,
    .sidenav.fixed .collapsible li {
        padding: 0;
    }

.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
    background-color: transparent;
    border: none;
    line-height: inherit;
    height: inherit;
    padding: 0 16px;
}

    .sidenav .collapsible-header:hover,
    .sidenav.fixed .collapsible-header:hover {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .sidenav .collapsible-header i,
    .sidenav.fixed .collapsible-header i {
        line-height: inherit;
    }

.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
    border: 0;
    background-color: #fff;
}

    .sidenav .collapsible-body li a,
    .sidenav.fixed .collapsible-body li a {
        padding: 0 23.5px 0 31px;
    }

.collapsible.popout {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .collapsible.popout > li {
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        margin: 0 24px;
        -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

        .collapsible.popout > li.active {
            -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
            margin: 16px 0;
        }

.sidenav .collapsible,
.sidenav.fixed .collapsible {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .sidenav .collapsible li,
    .sidenav.fixed .collapsible li {
        padding: 0;
    }

.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
    background-color: transparent;
    border: none;
    line-height: inherit;
    height: inherit;
    padding: 0 16px;
}

    .sidenav .collapsible-header:hover,
    .sidenav.fixed .collapsible-header:hover {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .sidenav .collapsible-header i,
    .sidenav.fixed .collapsible-header i {
        line-height: inherit;
    }

.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
    border: 0;
    background-color: #fff;
}

    .sidenav .collapsible-body li a,
    .sidenav.fixed .collapsible-body li a {
        padding: 0 23.5px 0 31px;
    }

/*    Nav List*/

.table-of-contents.fixed {
    position: fixed;
}

.table-of-contents li {
    padding: 2px 0;
}

.table-of-contents a {
    display: inline-block;
    font-weight: 300;
    color: #757575;
    padding-left: 16px;
    height: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: .4;
    display: inline-block;
}

    .table-of-contents a:hover {
        color: #a8a8a8;
        padding-left: 15px;
        border-left: 1px solid #ee6e73;
    }

    .table-of-contents a.active {
        font-weight: 500;
        padding-left: 14px;
        border-left: 2px solid #ee6e73;
    }

.sidenav {
    position: fixed;
    width: 300px;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}

    .sidenav.right-aligned {
        right: 0;
        -webkit-transform: translateX(105%);
        transform: translateX(105%);
        left: auto;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .sidenav .collapsible {
        margin: 0;
    }

    .sidenav li {
        float: none;
        line-height: 48px;
    }

        .sidenav li.active {
            background-color: rgba(0, 0, 0, 0.05);
        }

        .sidenav li > a {
            color: rgba(0, 0, 0, 0.87);
            display: block;
            font-size: 14px;
            font-weight: 500;
            height: 48px;
            line-height: 48px;
            padding: 0 32px;
        }

            .sidenav li > a:hover {
                background-color: rgba(0, 0, 0, 0.05);
            }

            .sidenav li > a.btn, .sidenav li > a.btn-large, .sidenav li > a.btn-small, .sidenav li > a.btn-large, .sidenav li > a.btn-flat, .sidenav li > a.btn-floating {
                margin: 10px 15px;
            }

            .sidenav li > a.btn, .sidenav li > a.btn-large, .sidenav li > a.btn-small, .sidenav li > a.btn-large, .sidenav li > a.btn-floating {
                color: #fff;
            }

            .sidenav li > a.btn-flat {
                color: #343434;
            }

            .sidenav li > a.btn:hover, .sidenav li > a.btn-large:hover, .sidenav li > a.btn-small:hover, .sidenav li > a.btn-large:hover {
                background-color: #2bbbad;
            }

            .sidenav li > a.btn-floating:hover {
                background-color: #26a69a;
            }

            .sidenav li > a > i,
            .sidenav li > a > [class^="mdi-"], .sidenav li > a li > a > [class*="mdi-"],
            .sidenav li > a > i.material-icons {
                float: left;
                height: 48px;
                line-height: 48px;
                margin: 0 32px 0 0;
                width: 24px;
                color: rgba(0, 0, 0, 0.54);
            }

    .sidenav .divider {
        margin: 8px 0 0 0;
    }

    .sidenav .subheader {
        cursor: initial;
        pointer-events: none;
        color: rgba(0, 0, 0, 0.54);
        font-size: 14px;
        font-weight: 500;
        line-height: 48px;
    }

        .sidenav .subheader:hover {
            background-color: transparent;
        }

    .sidenav .user-view {
        position: relative;
        padding: 32px 32px 0;
        margin-bottom: 8px;
    }

        .sidenav .user-view > a {
            height: auto;
            padding: 0;
        }

            .sidenav .user-view > a:hover {
                background-color: transparent;
            }

        .sidenav .user-view .background {
            overflow: hidden;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
        }

        .sidenav .user-view .circle, .sidenav .user-view .name, .sidenav .user-view .email {
            display: block;
        }

        .sidenav .user-view .circle {
            height: 64px;
            width: 64px;
        }

        .sidenav .user-view .name,
        .sidenav .user-view .email {
            font-size: 14px;
            line-height: 24px;
        }

        .sidenav .user-view .name {
            margin-top: 16px;
            font-weight: 500;
        }

        .sidenav .user-view .email {
            padding-bottom: 16px;
            font-weight: 400;
        }

.drag-target {
    height: 100%;
    width: 10px;
    position: fixed;
    top: 0;
    z-index: 998;
}

    .drag-target.right-aligned {
        right: 0;
    }

.sidenav.sidenav-fixed {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: fixed;
}

    .sidenav.sidenav-fixed.right-aligned {
        right: 0;
        left: auto;
    }

@media only screen and (max-width: 992px) {
    .sidenav.sidenav-fixed {
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);
    }

        .sidenav.sidenav-fixed.right-aligned {
            -webkit-transform: translateX(105%);
            transform: translateX(105%);
        }

    .sidenav > a {
        padding: 0 16px;
    }

    .sidenav .user-view {
        padding: 16px 16px 0;
    }
}

.sidenav .collapsible-body > ul:not(.collapsible) > li.active,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
    background-color: #ee6e73;
}

    .sidenav .collapsible-body > ul:not(.collapsible) > li.active a,
    .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
        color: #fff;
    }

.sidenav .collapsible-body {
    padding: 0;
}

.sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;
    display: none;
}

/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

[type="radio"] {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

    [type="radio"]:not(:checked) + span,
    [type="radio"]:checked + span {
        position: relative;
        padding-left: 26px;
        cursor: pointer;
        display: inline-block;
        height: 25px;
        line-height: 27px;
        font-size: 1rem;
        -webkit-transition: .28s ease;
        transition: .28s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /*
    position: relative;
    left:-2px;
*/
    }

    [type="radio"] + span:before,
    [type="radio"] + span:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        margin: 4px;
        width: 16px;
        height: 16px;
        z-index: 0;
        -webkit-transition: .28s ease;
        transition: .28s ease;
    }

    /* Unchecked styles */
    [type="radio"]:not(:checked) + span:before,
    [type="radio"]:not(:checked) + span:after,
    [type="radio"]:checked + span:before,
    [type="radio"]:checked + span:after,
    [type="radio"].with-gap:checked + span:before,
    [type="radio"].with-gap:checked + span:after {
        border-radius: 50%;
    }

    [type="radio"]:not(:checked) + span:before,
    [type="radio"]:not(:checked) + span:after {
        border: 2px solid #4c7197;
    }

    [type="radio"]:not(:checked) + span:after {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    /* Checked styles */
    [type="radio"]:checked + span:before {
        border: 2px solid transparent;
    }

    [type="radio"]:checked + span:after,
    [type="radio"].with-gap:checked + span:before,
    [type="radio"].with-gap:checked + span:after {
        border: 2px solid #4c7197;
    }

    [type="radio"]:checked + span:after,
    [type="radio"].with-gap:checked + span:after {
        background-color: #4c7197;
    }

    [type="radio"]:checked + span:after {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }

    /* Radio With gap */
    [type="radio"].with-gap:checked + span:after {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    /* Focused styles */
    [type="radio"].tabbed:focus + span:before {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    }

    /* Disabled Radio With gap */
    [type="radio"].with-gap:disabled:checked + span:before {
        border: 2px solid rgba(0, 0, 0, 0.42);
    }

    [type="radio"].with-gap:disabled:checked + span:after {
        border: none;
        background-color: rgba(0, 0, 0, 0.42);
    }

    /* Disabled style */
    [type="radio"]:disabled:not(:checked) + span:before,
    [type="radio"]:disabled:checked + span:before {
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.42);
    }

    [type="radio"]:disabled + span {
        color: rgba(0, 0, 0, 0.42);
    }

    [type="radio"]:disabled:not(:checked) + span:before {
        border-color: rgba(0, 0, 0, 0.42);
    }

    [type="radio"]:disabled:checked + span:after {
        background-color: rgba(0, 0, 0, 0.42);
        border-color: #4c7197;
    }

/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

[type="checkbox"] {
    /* checkbox aspect */
}

    [type="checkbox"] + span:not(.lever) {
        position: relative;
        padding-left: 27px;
        cursor: pointer;
        display: inline-block;
        height: 25px;
        line-height: 27px;
        font-size: 1rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        [type="checkbox"] + span:not(.lever):before,
        [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 18px;
            height: 18px;
            z-index: 0;
            border: 2px solid #5a5a5a;
            border-radius: 1px;
            margin-top: 3px;
            -webkit-transition: .2s;
            transition: .2s;
        }

    [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
        border: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    [type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
        border: none;
        background-color: rgba(0, 0, 0, 0.42);
    }

    [type="checkbox"].tabbed:focus + span:not(.lever):after {
        -webkit-transform: scale(1);
        transform: scale(1);
        border: 0;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
        background-color: rgba(0, 0, 0, 0.1);
    }

    [type="checkbox"]:checked + span:not(.lever):before {
        top: -4px;
        left: -5px;
        width: 12px;
        height: 22px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid #26a69a;
        border-bottom: 2px solid #26a69a;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    [type="checkbox"]:checked:disabled + span:before {
        border-right: 2px solid rgba(0, 0, 0, 0.42);
        border-bottom: 2px solid rgba(0, 0, 0, 0.42);
    }

    /* Indeterminate checkbox */
    [type="checkbox"]:indeterminate + span:not(.lever):before {
        top: -11px;
        left: -12px;
        width: 10px;
        height: 22px;
        border-top: none;
        border-left: none;
        border-right: 2px solid #26a69a;
        border-bottom: none;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    [type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
        border-right: 2px solid rgba(0, 0, 0, 0.42);
        background-color: transparent;
    }

    [type="checkbox"].filled-in + span:not(.lever):after {
        border-radius: 2px;
    }

    [type="checkbox"].filled-in + span:not(.lever):before,
    [type="checkbox"].filled-in + span:not(.lever):after {
        content: '';
        left: 0;
        position: absolute;
        /* .1s delay is for check animation */
        -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
        transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
        z-index: 1;
    }

    [type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
        width: 0;
        height: 0;
        border: 3px solid transparent;
        left: 6px;
        top: 10px;
        -webkit-transform: rotateZ(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    [type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
        height: 20px;
        width: 20px;
        background-color: transparent;
        border: 2px solid #4c7197;
        top: 0px;
        z-index: 0;
    }

    [type="checkbox"].filled-in:checked + span:not(.lever):before {
        top: 0;
        left: 1px;
        width: 8px;
        height: 13px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotateZ(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    [type="checkbox"].filled-in:checked + span:not(.lever):after {
        top: 0;
        width: 20px;
        height: 20px;
        border: 2px solid #4c7197;
        background-color: #4c7197;
        z-index: 0;
    }

    [type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
        border-radius: 2px;
        border-color: #5a5a5a;
        background-color: rgba(0, 0, 0, 0.1);
    }

    [type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
        border-radius: 2px;
        background-color: #4c7197;
        border-color: #4c7197;
    }

    [type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):before {
        background-color: transparent;
        border: 2px solid transparent;
    }

    [type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
        border-color: transparent;
        background-color: #949494;
    }

    [type="checkbox"].filled-in:disabled:checked + span:not(.lever):before {
        background-color: transparent;
    }

    [type="checkbox"].filled-in:disabled:checked + span:not(.lever):after {
        background-color: #949494;
        border-color: #949494;
    }

/* Select Field
   ========================================================================== */
.dropdown-content {
    background-color: #f1f1f1;
    margin: 0;
    display: none;
    min-width: 100px;
    overflow: auto;
    /*opacity: 0;*/
    position: absolute;
    /*left: 0;
    top: 0;*/
    z-index: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    /*padding: 12px 60px;*/
    border: solid 1px #a3a3a3;
}

    .dropdown-content:focus {
        outline: 0;
    }

    .dropdown-content li {
        clear: both;
        cursor: pointer;
        /*    min-height: 50px;*/
        line-height: 1.5rem;
        width: 100%;
        text-align: left;
    }

        .dropdown-content li:focus {
            outline: none;
        }

        .dropdown-content li.divider {
            min-height: 0;
            height: 1px;
        }

        .dropdown-content li > a, .dropdown-content li > span {
            font-size: 16px;
            display: block;
            line-height: 22px;
            padding: 14px 16px;
            /*    background-color: #ededed;*/
            border-top: solid 1px #fff;
            z-index: 999999999 !important;
        }


            .dropdown-content li > span > label {
                top: 1px;
                left: 0;
                height: 18px;
            }

            .dropdown-content li > a > i {
                height: inherit;
                line-height: inherit;
                float: left;
                margin: 0 24px 0 0;
                width: 24px;
            }

.input-field.col .dropdown-content [type="checkbox"] + label {
    top: 1px;
    left: 0;
    height: 18px;
    -webkit-transform: none;
    transform: none;
}

.dropdown-trigger {
    cursor: pointer;
    color: #8d8d8d;
}

.dropdown-content li > a, .dropdown-content li > span:hover {
    background-color: #dddddd;
}

select.browser-default {
    display: block;
}

select {
    width: 100%;
    padding: 5px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    height: 3rem;
    visibility: hidden;
}

.select-label {
    position: absolute;
}

.select-wrapper {
    position: relative;
}

    .select-wrapper.valid + label,
    .select-wrapper.invalid + label {
        width: 100%;
        pointer-events: none;
    }

    .select-wrapper input.select-dropdown {
        position: relative;
        cursor: pointer;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #9e9e9e;
        outline: none;
        height: 2.75rem;
        line-height: 2.75rem;
        width: 100%;
        font-size: 16px;
        /*    margin: 0 0 8px 0;*/
        padding: 0;
        display: block;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: 0;
        padding-left: 10px;
        margin: 0 0 0 0;
        color: rgb(85,85,85)
    }

        .select-wrapper input.select-dropdown:focus {
            border-bottom: 1px solid #adadad;
            color: #4a4a4a;
        }

    /*terrible color: #26a69a*/

    .select-wrapper .caret {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        z-index: 0;
        /*    fill: #b1b1b1;*/
        fill: #9d9d9d;
        margin-right: 0px;
        pointer-events: none;
        cursor: pointer !important;
    }

/*
.select-wrapper + label {
    position:relative;
    bottom:38px;
}

.newLabel {
    position: absolute;
    top: -20px;
    font-size: 0.8rem;
}
*/

select:disabled {
    color: rgba(0, 0, 0, 0.42);
    background-color: red !important;
}

.select-wrapper.disabled + label {
    color: rgba(0, 0, 0, 0.42);
}

.select-wrapper.disabled .caret {
    fill: rgba(0, 0, 0, 0.42);
}

.select-wrapper input.select-dropdown:disabled {
    color: rgba(0, 0, 0, 0.42);
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select-wrapper i {
    color: rgba(0, 0, 0, 0.3);
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
    color: rgba(0, 0, 0, 0.3);
    background-color: transparent;
    border-top: none;
    /*    background-color: #f7f7f7 !important;*/
}

body.keyboard-focused .select-dropdown.dropdown-content li:focus {
    background-color: rgba(0, 0, 0, 0.08);
}

/*
.select-dropdown.dropdown-content li.selected {
    background-color: #f7f7f7 !important;
}
*/

.prefix ~ .select-wrapper {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem);
}

.prefix ~ label {
    margin-left: 3rem;
}

.select-dropdown li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px;
    float: right;
}

.select-dropdown li.optgroup {
    border-top: 1px solid #eee;
}

    .select-dropdown li.optgroup.selected > span {
        color: orangered;
    }

    .select-dropdown li.optgroup > span {
        color: rgba(0, 0, 0, 0.4);
    }

    .select-dropdown li.optgroup ~ li.optgroup-option {
        padding-left: 1rem;
    }

ul.dropdown-content.select-dropdown li span {
    color: #4a4a4a; /* no need for !important makes placeholder gray:) */
}

/* File Input
   ========================================================================== */
.file-field {
    position: relative;
}

    .file-field .file-path-wrapper {
        overflow: hidden;
        padding-left: 10px;
    }

    .file-field input.file-path {
        width: 100%;
    }

    .file-field .btn, .file-field .btn-large {
        float: left;
        height: 3rem;
        line-height: 3rem;
    }

    .file-field span {
        cursor: pointer;
    }

    .file-field input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

/* Range
   ========================================================================== */
.range-field {
    position: relative;
}

input[type=range],
input[type=range] + .thumb {
    cursor: pointer;
}

input[type=range] {
    position: relative;
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    margin: 15px 0;
    padding: 0;
}

    input[type=range]:focus {
        outline: none;
    }

    input[type=range] + .thumb {
        position: absolute;
        border: none;
        height: 0;
        width: 0;
        border-radius: 50%;
        background-color: #26a69a;
        top: 10px;
        margin-left: -6px;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

        input[type=range] + .thumb .value {
            display: block;
            width: 30px;
            text-align: center;
            color: #26a69a;
            font-size: 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        input[type=range] + .thumb.active {
            border-radius: 50% 50% 50% 0;
        }

            input[type=range] + .thumb.active .value {
                color: #fff;
                margin-left: -1px;
                margin-top: 8px;
                font-size: 10px;
            }

input[type=range] {
    -webkit-appearance: none;
}

    input[type=range]::-webkit-slider-runnable-track {
        height: 3px;
        background: #c2c0c2;
        border: none;
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        background-color: #26a69a;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        margin: -5px 0 0 0;
        -webkit-transition: .3s;
        transition: .3s;
    }

    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #ccc;
    }

input[type=range] {
    /* fix for FF unable to apply focus style bug  */
    border: 1px solid white;
    /*required for proper track sizing in FF*/
}

    input[type=range]::-moz-range-track {
        height: 3px;
        background: #ddd;
        border: none;
    }

    input[type=range]::-moz-range-thumb {
        border: none;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        background: #26a69a;
        margin-top: -5px;
    }

    input[type=range]:-moz-focusring {
        outline: 1px solid #fff;
        outline-offset: -1px;
    }

    input[type=range]:focus::-moz-range-track {
        background: #ccc;
    }

    input[type=range]::-ms-track {
        height: 3px;
        background: transparent;
        border-color: transparent;
        border-width: 6px 0;
        /*remove default tick marks*/
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #777;
    }

    input[type=range]::-ms-fill-upper {
        background: #ddd;
    }

    input[type=range]::-ms-thumb {
        border: none;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        background: #26a69a;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #888;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #ccc;
    }

/*change helper text color*/
.input-field {
    color: #555 !important;
}

/*placeholder text color*/

input::-webkit-input-placeholder {
    color: #919191 !important;
    padding-left: 0px !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #919191 !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #919191 !important;
}

input:-ms-input-placeholder {
    color: #919191 !important;
}

/* label focus color */
.input-field input[type=text]:focus + label {
    /*     color: #666666 !important; */
}
/* label underline focus color */
.input-field input[type=text]:focus {
    border-bottom: 1px solid #8b8b8b;
}

.none {
    padding: 0px !important;
    margin: 0px !important;
}

select:focus {
    outline: 1px solid #c9f3ef;
}

.selectLabel {
    left: 2px !important;
    z-index: 999;
}

/*BUTTONS*/

.btn, .btn-large,
.btn-flat {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 1.25rem;
    /*    text-transform: uppercase;*/
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    margin-right: 10px;
    margin-bottom: 20px;
}

    .btn:hover {
        color: #fff;
    }

    .btn.disabled, .disabled.btn-large,
    .btn-floating.disabled,
    .btn-large.disabled,
    .btn-flat.disabled,
    .btn:disabled,
    .btn-large:disabled,
    .btn-floating:disabled,
    .btn-large:disabled,
    .btn-flat:disabled,
    .btn[disabled],
    [disabled].btn-large,
    .btn-floating[disabled],
    .btn-large[disabled],
    .btn-flat[disabled] {
        pointer-events: none;
        background-color: #DFDFDF !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #9F9F9F !important;
        cursor: default;
    }

        .btn.disabled:hover, .disabled.btn-large:hover,
        .btn-floating.disabled:hover,
        .btn-large.disabled:hover,
        .btn-flat.disabled:hover,
        .btn:disabled:hover,
        .btn-large:disabled:hover,
        .btn-floating:disabled:hover,
        .btn-large:disabled:hover,
        .btn-flat:disabled:hover,
        .btn[disabled]:hover,
        [disabled].btn-large:hover,
        .btn-floating[disabled]:hover,
        .btn-large[disabled]:hover,
        .btn-flat[disabled]:hover {
            background-color: #DFDFDF !important;
            color: #9F9F9F !important;
        }

.btn, .btn-large,
.btn-floating,
.btn-large,
.btn-flat {
    outline: 0;
}

    .btn i, .btn-large i,
    .btn-floating i,
    .btn-large i,
    .btn-flat i {
        font-size: 1.3rem;
        line-height: inherit;
    }

    .btn:focus, .btn-large:focus,
    .btn-floating:focus {
        background-color: #4c7197;
    }

.btn, .btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #4c7197;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer;
    background-color: #4c7197;
    border-color: #4c7197;
}

.btnDefault {
    background-color: #e3e3e3 !important;
    color: #595959 !important;
}

.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #4c7197;
    border-radius: 50% !important;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
    margin: auto;
}

    .btn-floating i {
        width: inherit;
        display: inline-block;
        text-align: center;
        color: #fff;
        font-size: 1.6rem;
        line-height: 40px;
    }

    .btn-floating:before {
        border-radius: 0;
    }

    .btn-floating.btn-large {
        width: 56px;
        height: 56px;
    }

        .btn-floating.btn-large i {
            line-height: 56px;
        }

button.btn-floating {
    border: none;
}

.fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 998;
}

    .fixed-action-btn.active ul {
        visibility: visible;
    }

    .fixed-action-btn.horizontal {
        padding: 0 0 0 15px;
    }

        .fixed-action-btn.horizontal ul {
            text-align: right;
            right: 64px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 100%;
            left: auto;
            width: 500px;
            /*width 100% only goes to width of button container */
        }

            .fixed-action-btn.horizontal ul li {
                display: inline-block;
                margin: 15px 15px 0 0;
            }

    .fixed-action-btn.toolbar {
        padding: 0;
        height: 56px;
    }

        .fixed-action-btn.toolbar.active > a i {
            opacity: 0;
        }

        .fixed-action-btn.toolbar ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            top: 0;
            bottom: 0;
        }

            .fixed-action-btn.toolbar ul li {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                display: inline-block;
                margin: 0;
                height: 100%;
                -webkit-transition: none;
                transition: none;
            }

                .fixed-action-btn.toolbar ul li a {
                    display: block;
                    overflow: hidden;
                    position: relative;
                    width: 100%;
                    height: 100%;
                    background-color: transparent;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    color: #fff;
                    line-height: 56px;
                    z-index: 1;
                }

                    .fixed-action-btn.toolbar ul li a i {
                        line-height: inherit;
                    }

    .fixed-action-btn ul {
        left: 0;
        right: 0;
        text-align: center;
        position: absolute;
        bottom: 55px;
        margin: 0;
        visibility: hidden;
    }

        .fixed-action-btn ul li {
            margin-bottom: 15px;
        }

        .fixed-action-btn ul a.btn-floating {
            opacity: 0;
        }

    .fixed-action-btn .fab-backdrop {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 40px;
        height: 40px;
        background-color: #4c7197;
        border-radius: 50%;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

.fixed-action-btn {
    display: none;
}

.btn-flat {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #343434;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

    .btn-flat:focus, .btn-flat:active {
        background-color: transparent;
    }

    .btn-flat:focus, .btn-flat:hover {
        background-color: rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-flat:active {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .btn-flat.disabled {
        background-color: transparent !important;
        color: #b3b3b3 !important;
        cursor: default;
    }

.btn-large {
    height: 54px;
    line-height: 54px;
}

    .btn-large i {
        font-size: 1.6rem;
    }

.btn-block {
    display: block;
}

/* Waves */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

    .waves-effect .waves-ripple {
        position: absolute;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        opacity: 0;
        background: rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.7s ease-out;
        transition: all 0.7s ease-out;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
        -webkit-transform: scale(0);
        transform: scale(0);
        pointer-events: none;
    }

    .waves-effect.waves-purple .waves-ripple {
        background-color: rgba(212, 197, 252, 0.7);
    }

    .waves-effect.waves-blue .waves-ripple {
        background-color: rgba(155, 201, 247, 0.7);
    }

    .waves-effect.waves-light .waves-ripple {
        background-color: rgba(255, 255, 255, 0.7);
    }

    .waves-effect.waves-red .waves-ripple {
        background-color: rgba(244, 67, 54, 0.7);
    }

    .waves-effect.waves-yellow .waves-ripple {
        background-color: rgba(255, 235, 59, 0.7);
    }

    .waves-effect.waves-orange .waves-ripple {
        background-color: rgba(255, 152, 0, 0.7);
    }

    .waves-effect.waves-green .waves-ripple {
        background-color: rgba(76, 175, 80, 0.7);
    }

    .waves-effect.waves-teal .waves-ripple {
        background-color: rgba(0, 150, 136, 0.7);
    }

    .waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
        border: 0;
        font-style: normal;
        font-size: inherit;
        text-transform: inherit;
        background: none;
    }

    .waves-effect img {
        position: relative;
        z-index: -1;
    }

.waves-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

    .waves-input-wrapper .waves-button-input {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
}

.waves-block {
    display: block;
}

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
    z-index: -1;
}

/* Datepicker Modal */
.datepicker-modal {
    max-width: 325px;
    min-width: 300px;
    max-height: none;
    overflow: scroll !important;
}

    .datepicker-modal ul {
        overflow: scroll !important;
    }

    .datepicker-modal li {
        overflow: scroll !important;
    }

.datepicker-container.modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
}

.datepicker-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 280px;
    margin: 0 auto;
}

    .datepicker-controls .selects-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .datepicker-controls .select-wrapper input {
        border-bottom: none;
        text-align: center;
        margin: 0;
    }

        .datepicker-controls .select-wrapper input:focus {
            border-bottom: none;
        }

    .datepicker-controls .select-wrapper .caret {
        display: none;
    }

.month-prev, .month-next {
    margin-top: 4px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 0px !important;
    margin: 0px !important;
}

    .month-next:focus {
        background-color: #d4cbee !important;
    }

    .month-prev:focus {
        background-color: #d4cbee !important;
    }

/* Date Display */
.datepicker-date-display {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    background-color: #4c7197;
    color: #fff;
    padding: 20px 22px;
    font-weight: 500;
}

    .datepicker-date-display .year-text {
        display: block;
        font-size: 1.5rem;
        line-height: 25px;
        color: rgba(255, 255, 255, 0.7);
    }

    .datepicker-date-display .date-text {
        display: block;
        font-size: 2rem;
        line-height: 47px;
        font-weight: 500;
    }

/* Calendar */
.datepicker-calendar-container {
    -webkit-box-flex: 2.5;
    -ms-flex: 2.5 auto;
    flex: 2.5 auto;
}

.datepicker-table {
    /*  width: 280px;*/
    width: 100%;
    font-size: 1rem;
    margin: 0 auto;
}

    .datepicker-table thead {
        border-bottom: none;
    }

    .datepicker-table th {
        padding: 10px 5px;
        text-align: center;
    }

    .datepicker-table tr {
        border: none;
    }

    .datepicker-table abbr {
        text-decoration: none;
        color: #999;
    }

    .datepicker-table td {
        border-radius: 50%;
        padding: 0;
    }

        .datepicker-table td.is-today {
            color: #4c7197;
        }

        .datepicker-table td.is-selected {
            background-color: #4c7197;
            color: #fff;
        }

        .datepicker-table td.is-outside-current-month, .datepicker-table td.is-disabled {
            color: rgba(0, 0, 0, 0.3);
            pointer-events: none;
        }

.datepicker-day-button {
    background-color: transparent;
    border: none;
    line-height: 38px;
    display: block;
    width: 100%;
    border-radius: 50%;
    padding: 0 5px;
    cursor: pointer;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s;
}

/*
.datepicker-day-button:focus {
    background-color: orange;
}
*/

/* Footer */
.datepicker-footer {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
    color: #4c7197;
    padding: 0 1rem;
}

.datepicker-clear {
    color: #F44336;
}

/* Media Queries */
@media only screen and (min-width: 601px) {
    .datepicker-modal {
        max-width: 625px;
    }

    .datepicker-container.modal-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .datepicker-date-display {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 210px;
        flex: 0 1 210px;
    }

    .datepicker-controls,
    .datepicker-table,
    .datepicker-footer {
        width: 320px;
    }

    .datepicker-day-button {
        line-height: 44px;
    }
}

/*Modals*/

.modal {
    display: none;
    /*  position: fixed;*/
    left: 0;
    right: 0;
    background-color: #efefef;
    padding: 0;
    /*  width: 55%;*/
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
}

.select-month input.select-dropdown {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.select-year input.select-dropdown {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.month-prev {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.month-next {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.modal:focus {
    outline: none;
}

.modal-footer .btn {
    margin-right: 25px !important;
}
/*

@media only screen and (max-width: 992px) {
  .modal {
    width: 80%;
  }
}
*/

.modal h1, .modal h2, .modal h3, .modal h4 {
    margin-top: 0;
}

.modal .modal-content {
    padding: 20px;
    text-align: center;
}

.modal .modal-content {
    /* padding: 20px; */
    text-align: center;
    background-color: white;
    /*	width: 85%;*/
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
}

.modal .modal-close {
    cursor: pointer;
}

.modal .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #efefef;
    padding: 5px;
    height: 75px !important;
    width: 100%;
    text-align: right;
}

    .modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-small, .modal .modal-footer .btn-flat {
        margin: 6px 0;
    }

.modal-header {
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.modal-overlay {
    position: fixed;
    z-index: 999;
    top: -25%;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity;
    /*	height: 250vh !important;*/
    /*
    overflow: scroll !important;
    overflow-y: scroll!important;
    overflow-x: scroll!important;
*/
}

.modal.modal-fixed-footer {
    padding: 0;
    height: 70%;
    /*
    overflow: scroll !important;
    overflow-y: scroll!important;
    overflow-x: scroll!important;
*/
}

    .modal.modal-fixed-footer .modal-content {
        position: absolute;
        height: calc(100% - 56px);
        max-height: 100%;
        width: 100%;
        overflow-y: auto;
        /*
    overflow: scroll !important;
    overflow-y: scroll!important;
    overflow-x: scroll!important;
*/
    }

    .modal.modal-fixed-footer .modal-footer {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        position: absolute;
        bottom: 0;
    }

.modal.bottom-sheet {
    top: auto;
    bottom: -100%;
    margin: 0;
    width: 100%;
    max-height: 45%;
    border-radius: 0;
    will-change: bottom, opacity;
}

.select-month input {
    background-color: #4c7197 !important;
    width: 100%;
    padding-left: 0px;
}

.select-year input {
    background-color: #4c7197 !important;
    width: 100%;
    padding-left: 0px;
}

input, select, textarea {
    background-color: #f0f0f0 !important;
}



/*Desktop hovers*/
@media only screen and (min-width: 992px) {

    .buttonFlex:hover {
        background-color: #4a5a6c !important;
    }

    .itemHeaderWrapper:hover {
        background-color: #45607c !important;
    }

    .headerOne:hover {
        background-color: #45607c;
    }

    .headerTwo:hover {
        background-color: #45607c;
    }

    .accordHover:hover {
        background-color: #4a5a6c !important;
    }

    .btn-floating:hover {
        background-color: #4a5a6c;
    }

    .btn:hover, .btn-large:hover {
        color: #fff;
        background-color: #4a5a6c;
        border-color: #4a5a6c;
    }

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #4a5a6c;
        border-color: #4a5a6c;
    }

    .btnDefault:hover {
        background-color: #d3d3d3 !important;
    }

    .datepicker-day-button:hover {
        background-color: #bad7f5;
        border-radius: 50% !important;
    }

    .datepicker-cancel:hover {
        background-color: #bad7f5;
        cursor: pointer;
    }

    .datepicker-done:hover {
        background-color: #bad7f5;
        cursor: pointer;
    }

    .month-next:hover {
        background-color: #4a5a6c !important;
    }

    .month-prev:hover {
        background-color: #4a5a6c !important;
    }

    .select-month .select-dropdown:hover {
        background-color: #4a5a6c !important;
    }

    .select-year .select-dropdown:hover {
        background-color: #4a5a6c !important;
    }
}

.selectLabel2 {
    color: #8d8d8d !important;
    position: absolute !important;
    top: 15px !important;
    z-index: 1;
    left: 0 !important;
    font-size: 1rem !important;
    cursor: text !important;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    bottom: 35px !important;
    padding-left: 2px !important;
    left: 12px !important;
    pointer-events: none;
    cursor: pointer !important;
}

.row {
    margin-right: -5px;
    margin-bottom: 10px;
}



.cvvModal .modal-footer {
    background-color: #fff;
}

.payModal {
    /*    position: relative;*/
    width: 70%;
    margin-bottom: 50px;
    max-width: 1280px;
}

.modal {
    position: absolute;
}

.cvvModal {
    margin-top: 0px !important;
    width: 70%;
    /*    margin-bottom: 50px;*/
    /*    top:0px !important;*/
}

    .cvvModal .modal-overlay {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }







/*tablet ipad*/
@media only screen and (min-width:768px) and (max-width:991px) {


    .walletWrapper img {
        max-width: 140px;
    }

    .textOver {
        margin-bottom: 10px !important;
    }

    /*
.saveAndFeeWrapper {
    padding-left: 15px;
    padding-right: 15px;
}
*/

    .poweredLogo {
        margin-right: 150px;
    }

    .mobileshow {
        display: block;
    }

    .policyModal {
        width: 90% !important;
        overflow: scroll !important;
    }

    .showIpad {
        display: block;
    }

    .headerLayout {
        margin-top: 20px;
    }

    .termsSplit {
        border: solid 1px #666666;
        overflow: scroll;
        padding: 6px;
        max-height: 100px;
    }

    .payModal {
        width: 90%;
    }

    .stepWrapper {
        width: 100%;
    }

    .mobileHide {
        display: none;
    }

    input[type="text"]:-moz-read-only {
        cursor: pointer;
    }

    .container {
        width: 90%;
    }

    .nav-wrapper {
        max-width: 100%;
    }

    nav .brand-logo {
        margin-left: 25px;
    }

    .row {
        margin-right: -5px;
        margin-bottom: 10px;
    }

    .terms {
        border: solid 1px #666666;
        overflow: scroll;
        padding: 6px;
        max-height: 270px;
        overflow-y: scroll;
    }

    .loginModal {
        overflow: visible !important;
        max-width: 100% !important;
        width: 90%;
    }

    .loginModalContent {
        height: 100% !important;
        width: 100%;
    }

    .userInfoModalContent {
        height: 100% !important;
        width: 90%;
    }

    .borderRight {
        border-right: none !important;
    }

    .signup {
        margin-left: 20px;
        margin-right: 20px;
        min-height: 200px !important;
    }

    .borderRight {
        border-bottom: solid #adadad 1px;
        border-right: 0px;
    }
}






/*cell iphone*/
@media (max-width: 767px) {

    .itemHeaderText2 {
        top: 14px;
    }

    .clickLogo2 {
        max-height: 1.4rem;
    }

    .itemHeaderText {
        margin: 10px;
    }

    .processText {
        font-size: 1.5em;
    }

    .smallPhonePop {
        left: 0% !important;
    }

    .textOver {
        margin-bottom: 0px;
    }

    .radioSetUp {
        margin-right: 7px;
        font-size: 1.5em !important;
        margin-bottom: 5px;
    }

    .leftPhone {
        float: left;
        text-align: left;
    }

    .buttonAlign {
        float: left;
        text-align: left;
    }

    .mobileshow {
        display: block;
    }

    .editItem {
        margin-bottom: 0px;
    }

        .editItem span {
            margin-bottom: 0px;
            max-height: 125px;
        }

    .poweredLogo {
        position: inherit;
        margin-right: 0px;
    }

    .accountInfoWrapper2 {
        margin-right: 0px;
    }

    .accountInfoWrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .accountInfoWrapper2:nth-child(1) {
        margin-bottom: 10px;
        border-right: solid 1px gray;
    }

    .methodInfo .accountInfoWrapper2:nth-child(2) {
        border-right: solid 1px gray;
        margin-left: 10px;
    }

    .accountInfoWrapper2:nth-child(3) {
        padding-left: 10px;
    }

    .infoItemWrapper {
        border-right: none;
    }

    .captchaFlex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .saveAndFeeWrapper {
        margin-top: 10px;
    }

    .footerLinks {
        margin-top: 10px;
    }

    .lastModalFooter {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        line-height: 1.3;
    }


    .modalMain {
        width: 100%;
    }

    .setUpSelect {
        width: 100%;
    }

    .account2 {
        width: 100%;
    }

    .account3 {
        width: 100%;
    }

    .modalContainer {
        width: 100%;
    }

    .methodImageWrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .cardsClick {
        width: 100%;
        padding-right: 0px;
        text-align: center;
        margin: auto;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .methodsClick {
        width: 100%;
        padding-left: 0px;
        text-align: center;
        margin: auto;
    }

    .cardsClick {
        max-width: 520px;
    }

    .methodsClick {
        max-width: 520px;
    }

    .passwordText {
        line-height: 1.6;
    }

    .signup {
        min-height: 225px;
    }

    .flexPass {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .passInputs {
        width: 100%;
        margin-top: 20px;
    }

        .passInputs .input-field {
            position: relative;
            right: 15px;
            padding-right: 0px;
        }

    .signup {
        padding-left: 0px;
        padding-right: 0px;
        min-height: 100% !important;
    }

    .modal {
        overflow: visible !important;
        height: 100%;
    }

    .loginModal {
        max-width: 90% !important;
        background: #fff !important;
    }

    .loginModalContent {
        padding: 0px !important;
    }

    .userInfoModalContent {
        padding: 0px !important;
    }

    .borderRight {
        border-right: none;
    }

    .saveText {
        margin-bottom: 15px;
    }

    .headerLayout {
        margin-top: 20px;
    }

    .step1 {
        border-right: solid 1px #fff !important;
    }

    .step2 {
        border-right: solid 1px #fff !important;
    }

    .step3 {
        border-right: solid 1px #fff !important;
    }

    .billingInoWrapper {
        width: 100%;
    }

    .customWidth {
        max-width: 80px;
        min-width: 80px;
    }

    .infoWrapper {
        display: block;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .infoWrapper2 {
        text-align: left;
        max-width: 80px;
        min-width: 80px;
    }

    .feeWrap .infoWrapper2 {
        min-width: 40px;
        margin-left: 10px;
    }

    .infoItemWrapper {
        text-align: left;
    }

    .ammountWrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .itemLineWrapper p {
        border-right: none;
    }

        .itemLineWrapper p:nth-child(n+2) {
            padding-left: 0px;
        }

    .item:last-child {
        margin-bottom: 0px;
    }

    .stepArrow:after {
        display: none;
    }

    .fixStateSelect {
        margin-top: 18px !important;
        padding-bottom: 18px !important;
    }

    .phoneShow {
        display: block;
    }

    /*
.methodSelect {
    height: 50px;
}
*/

    /*
.buttonWrapper {    
    text-align: left;
    width: 100%;
    padding: 0px 15px;
}
*/

    .step1ModalBody {
        width: 100%;
        /*overflow: hidden;*/
    }

    .step2ModalBody {
        width: 100%;
    }

    .step3ModalBody {
        width: 100%;
    }

    .terms {
        border: solid 1px #666666;
        overflow-y:auto;
        max-height: 100px;
        padding: 6px;
    }

    .modal {
        width: 90%;
        height: 90%;
    }

    .loginModal {
        height: 100% !important;
    }

    .policyModal {
        height: 100% !important;
        overflow: scroll !important;
    }

    .policyModalCustom {
        height: 200vh !important;
        overflow: hidden !important;
    }

    .showPhone {
        display: block;
    }

    .stepWrapper {
        width: 100%;
    }

    .mobileHide {
        display: none;
    }

    .allWalletLogos:nth-child(1) {
        margin-top: 10px;
    }

    .row {
        margin-right: -5px;
        margin-bottom: 10px;
    }

    .nav-wrapper {
        max-width: 100%;
    }

    nav .brand-logo {
        margin-left: 25px;
    }

    .hoverButton {
        width: 100%;
    }

    .modal-footer .btn {
        margin-right: 10px !important;
    }

    .modal-header {
        padding-right: 10px;
        padding-top: 5px;
    }

    .modal .modal-content {
        padding: 15px;
    }

    .phonePad {
        padding-bottom: 10px;
    }

    .cardWrapper {
        margin-top: 0px !important;
    }

    .datepicker-date-display .date-text {
        font-size: 1.5rem !important;
        line-height: 20px !important;
    }

    .select-wrapper .caret {
        margin-right: 10px;
    }

    .circleWrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .circleWrapper div {
            padding-top: 5px;
        }

    .phoneHide {
        display: none;
    }

    .container {
        width: 90%;
    }

    .flexRow {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flexCol {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .walletWrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .allWalletLogos {
        width: 100%;
        border: solid #d3d3d3 2px;
        padding: 10px;
        text-align: center;
        margin-bottom: 0px;
        margin-right: 0px;
        border-bottom: 0px;
    }

        .allWalletLogos:last-child {
            border-bottom: solid #d3d3d3 2px;
            margin-bottom: 15px;
        }

    .walletLogo {
        border-radius: 0px !important;
        outline: none;
        padding: 10px 10px;
        border: solid #d3d3d3 2px;
        background: #e5e5e5;
        border-bottom: 1px;
    }

    .walletLogo2 {
        border-radius: 0px !important;
        outline: none;
        padding: 10px 10px;
        border: solid #d3d3d3 2px;
        background: #e5e5e5;
        border-bottom: 1px;
    }

    .cvvModal {
        top: 30% !important;
    }

    .cvvModal2 {
        top: 30% !important;
        background-color: #fff !important;
        height: 50% !important;
        width: 100%;
    }

    .modal-overlay {
        height: 240vh;
    }

    .cvvModal {
        overflow: hidden !important;
        background: transparent !important;
    }
}








@media (max-width: 563px) {

    .walletWrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

@media only screen and (min-width:768px) and (max-width:790px) {

    .walletWrapper {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        /*
    justify-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
*/
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}




.select-wrapper input {
    display: none;
}

.select-wrapper .disabled {
    z-index: -999999 !important;
}

.materialboxed {
    display: block;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    position: relative;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    -webkit-backface-visibility: hidden;
}

    .materialboxed:hover:not(.active) {
        opacity: .8;
    }

    .materialboxed.active {
        cursor: -webkit-zoom-out;
        cursor: zoom-out;
    }

#materialbox-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #292929;
    z-index: 1000;
    will-change: opacity;
}

.materialbox-caption {
    position: fixed;
    display: none;
    color: #fff;
    line-height: 50px;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0% 15%;
    height: 50px;
    z-index: 1000;
    -webkit-font-smoothing: antialiased;
}







/*animation styles*/

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.delay-1s {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .animated.delay-2s {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    .animated.delay-3s {
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
    }

    .animated.delay-4s {
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
    }

    .animated.delay-5s {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
    }

    .animated.fast {
        -webkit-animation-duration: 800ms;
        animation-duration: 800ms;
    }

    .animated.faster {
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
    }

    .animated.slow {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.slower {
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
    }

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}






.navDropdown {
    border: solid 1px #7b6fb2;
}

    .navDropdown li > a {
        font-size: 16px;
        display: block;
        line-height: 22px;
        padding: 14px 16px;
        background-color: #a396c9;
        z-index: 999999999 !important;
        border: none;
        -webkit-transition: 1s ease all;
        -webkit-transition: .5s ease all;
        transition: .5s ease all;
    }

.navDropdown {
    top: -63px;
}

    .navDropdown li {
        border: solid 1px #7b6fb2;
    }

        .navDropdown li:nth-child(1) {
            border-top: none;
            border-top: solid 1px #7b6fb2;
        }

        .navDropdown li > a:hover {
            background-color: #514585;
            color: #fff;
        }

.sidenavDropdown {
    border: solid 1px #c9c9c9;
}

    .sidenavDropdown li > a {
        font-size: 14px !important;
        display: block;
        line-height: 22px;
        padding: 14px 16px;
        background-color: #e6e6e6;
        z-index: 999999999 !important;
        border: none;
        -webkit-transition: 1s ease all;
        -webkit-transition: .5s ease all;
        transition: .5s ease all;
    }

.sidenavDropdown {
    top: -50px;
}

    .sidenavDropdown li {
        border: solid 1px #c9c9c9;
        border-left: none;
        border-right: none;
    }

        .sidenavDropdown li:nth-child(1) {
            border-top: none;
            border-top: solid 1px #c9c9c9;
        }

        .sidenavDropdown li > a:hover {
            background-color: #d0d0d0;
        }

/*
.mySelect99 {
	font-size: 0.85rem;
	-webkit-transform: translateY(-140%);
	transform: translateY(-140%);
	bottom: 55px;
	left: 2px;
    
    display: none;
}

.myOption99 {
    display: none;
}
*/

.select-wrapper + label {
    position: relative;
    /*    bottom:38px;*/
    bottom: 29px;
    pointer-events: none;
}

.dropdown-trigger {
    color: #f0f0f0;
}

.splitPayment .dropdown-trigger {
    color: #fff;
}

.copyOverlay {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    height: 1000px;
}

.btn:hover {
    cursor: pointer !important;
}

.btn-large:hover {
    cursor: pointer !important;
}

.btn-primary:hover {
    cursor: pointer !important;
}

.newLabel {
    position: absolute !important;
    top: -18px !important;
    font-size: 0.8rem !important;
}

.newNewLabel {
    position: absolute !important;
    top: -18px !important;
    font-size: 0.8rem !important;
    left: -1px !important;
}

.amountLabel {
    position: absolute !important;
    top: -2px !important;
    font-size: 0.8rem !important;
}

.cvvModal .modal-content {
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.cvvModal .modal-footer {
    padding-top: 0px;
    padding-bottom: 0px !important;
    height: 60px !important;
}

.loginModal .modal-footer {
    padding-top: 0px;
    padding-bottom: 0px !important;
    height: 60px !important;
    background: #fff;
}

.borderRight {
    border-right: solid #adadad 1px;
}



.forgotWrapper {
    margin-left: 15px;
    position: relative;
    bottom: 15px;
    cursor: pointer;
    /*    text-decoration: underline;*/
}


/*  Brian*/
body {
    overflow: visible !important;
}

/*
.mesageModal {
    overflow: scroll !important;    
}
*/

body {
    text-rendering: optimizeLegibility;
    font-kerning: normal;
    font-variant-ligatures: common-ligatures contextual;
    font-feature-settings: "kern", "liga", "clig", "calt";
}

/*BT - Commented out because this was hiding verbiage on the Review Information Page in IE browsers. The "This is not a reciept." Verbiage*/
/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
    i {
        display: none;
    }
    
}*/


.payModal {
    top: 7% !important;
    border-radius: 0px !important;
}

/*Policy css very important*/

#policyModal ul:not(.browser-default) li {
    list-style-type: disc;
    line-height: 1.2;
    margin-top: 5px;
}

#policyModal ul:not(.browser-default) {
    padding-left: 25px;
}


/*stars on card number*/
@media only screen and (min-width:768px) and (max-width:1095px) {

    .stars {
        display: none !important;
    }
}


/*phone*/
@media (max-width: 767px) {

    .borderRight {
        border-bottom: solid #adadad 1px;
        border-right: 0px;
    }

    .loginModalContent {
        width: 90% !important;
    }

    .userInfoModalContent {
        width: 90% !important;
    }

    .checkWrapper {
        padding: 20px 5px;
    }

    .cardNumberWrapper2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cardNumberWrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .feeTextWrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .amountcard3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        line-height: 1.4;
    }

    .amountcard6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-width: auto;
        line-height: 1.4;
    }

    .amountcard5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-width: auto;
        line-height: 1.4;
    }

    .cardNumberWrapper2 {
        width: 78%;
    }

    .cardNumberWrapper2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .splitContainer {
        padding: 20px;
    }

    .stars2 {
        display: none;
    }

    .notvis {
        display: none;
    }

    .mobileInfoHide {
        display: none;
    }

    .editButton1 {
        display: none;
    }

    .editButton2 {
        display: none;
    }

    .headerOne {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        line-height: 1.5;
    }

    .headerTwo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        line-height: 1.5;
    }

    .mobileInfo {
        margin-left: 15px;
    }

    .amountCardInfo1 {
        padding-bottom: 3px;
        top: -2px;
    }

    .amountCardInfo2 {
        padding-bottom: 3px;
        top: -2px;
    }

    .pipe {
        display: none;
    }

    .total {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /*    max-width: 280px;*/
    }

    /*
.step3SplitModal {
	width: 100%;
}
    
.step4SplitModal {
	width: 100%;
}
*/

    .amountcard2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .amountcard1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .finalTotal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .finalTotal2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cardNumberWrapper {
        width: 78%;
    }

    .amountWrapper {
        /*    width: 18%;*/
        margin-right: 0px;
    }

    .feeTextWrapper {
        /*    width: 78%;*/
    }

    .feetotal {
        /*    width: 18%;*/
        margin-right: 0px;
    }

    .feetotal {
        padding-right: 0px;
    }

    .phoneHide {
        display: none;
    }

    .stars {
        display: none;
    }

    /*  Arun delete these below  */
    .splitpayTable1 {
        /*
    width:100%;
    padding-left: 15px;
    padding-right: 15px;
*/
        background: #fff
    }

    .methodInfo .accountInfoWrapper2:nth-child(2) {
        margin-left: 10px;
    }

    .payIdPad {
        margin-left: 10px;
    }

    .itemHeaderText {
        margin: 0px !important;
    }

    /*    end phone*/

}


@media only screen and (min-width:991px) and (max-width:1088px) {

    .historyTable {
        overflow: scroll
    }

    .swipeIcon {
        display: block;
    }
}

@media (max-width:805px) {

    .historyTable {
        overflow: scroll
    }

    .swipeIcon {
        display: block;
    }
}




/*Small phones*/
@media (max-width: 385px) {

    .loginModal {
        height: 300vh !important;
        background: white !important;
    }

    .showSmallPhone {
        display: block;
    }

    .amountsTable {
        font-size: .85em;
    }

    .stars {
        display: none;
    }
    /* Arun delete below   */
    /*
.cancelSplit {
    margin-bottom: 15px;
}
*/

    .smallHide {
        display: none;
    }

    /*   ARUN THESE NEED TO BE ON*/
    .cardNumberWrapper {
        width: 65%;
    }

    /*
.amountWrapper {
    width: 20%;
}
*/

    /*  ARUN  THESE NEED TO BE ON*/
    .feeTextWrapper {
        width: 65%;
    }



    .feetotal {
        width: 20%;
    }
}

/*Very Small phones*/
@media (max-width: 370px) {

    .stars3 {
        display: none;
    }

    .saveTextPhone {
        line-height: 1.25 !important;
        margin-bottom: 20px;
    }
}




/*NEW UPDATES*/

.finalTotal2 {
    color: #666666;
    background-color: #bedff6;
    padding: 10px;
    border: 1px solid #4e7197;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.total-z {
    color: #fff;
    background-color: #4e7197;
    padding: 10px;
    border: 1px solid #4e7197;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.total-y {
    color: #fff;
    background-color: #4e7197;
    padding: 10px;
    border: 1px solid #4e7197;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #bedff6;
}

/*phone*/
@media (max-width: 767px) {

    .newWrapperText {
        width: 75%;
    }

    .feeLabel2 {
        width: 75%;
    }

    .amountWrapper-z {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 700px) {

    .smallInput {
        font-size: .97em !important;
    }
}


@media only screen and (min-width:585px) and (max-width:726px) {

    .specialBorder2 {
        margin-left: 0px !important;
    }

    .methodInfo .accountInfoWrapper2:nth-child(2) {
        border-right: none;
        margin-right: 2px;
    }

    .specialBorder1 {
        margin-left: 10px !important;
    }
}





@media only screen and (min-width:585px) and (max-width:725px) {

    .specialBorder1 {
        border-right: none !important;
    }

    .methodBorder {
        margin-right: 5px;
    }
}





/*

@media only screen and (min-width:200px) and (max-width:726px) { 
    .specialBorder2 {
        margin-left: 10px !important;
    }
}
*/

@media only screen and (min-width:715px) and (max-width:726px) {

    .accountInfoWrapper2:nth-child(3) {
        padding-left: 0px;
    }

    .specialBorder1 {
        margin-right: 5px !important;
    }

    .feeWrap .infoWrapper2 {
        min-width: 80px;
        margin-left: 0px;
    }
}


@media only screen and (min-width:583px) and (max-width:720px) {

    /*
.feeWrap {
    padding-left: 0px !important;
} 
*/

    .accountInfoWrapper2:nth-child(3) {
        padding-left: 0px;
    }

    .feeWrap .infoWrapper2 {
        margin-left: 0px !important;
        min-width: 80px !important;
    }

    .accountInfoWrapper2:nth-child(3) {
        padding-left: 0px;
    }
}





@media only screen and (min-width:300px) and (max-width:584px) {

    .accountInfoWrapper2:nth-child(1) {
        border-right: none;
        margin-right: 15px;
    }

    .specialBorder1 {
        min-width: 80px !important;
    }

    .feeWrap .infoWrapper2 {
        min-width: 40px !important;
    }
}




@media only screen and (min-width:300px) and (max-width:584px) {

    .specialBorder1 {
        margin-left: 10px !important;
    }
}


@media (max-width: 590px) {

    .specialBorder1 {
        margin-left: 0px !important;
    }

    .payIdPad {
        margin-left: 0px !important;
    }
}

@media (max-width: 406px) {

    .methodInfo .accountInfoWrapper2:nth-child(2) {
        border-right: none;
        margin-right: 26px;
    }

    .feeWrap .infoWrapper2 {
        min-width: 80px !important;
        margin-left: 0px !important;
    }

    .accountInfoWrapper2:nth-child(3) {
        padding-left: 0px !important;
    }
}

@media only screen and (min-width:1px) and (max-width:465px) {
    .customSaveText {
        line-height: 1 !important;
        margin-bottom: 20px;
    }
}
/*Arun change* to 0px*/
@media only screen and (min-width:768px) and (max-width:891px) {
    .customSaveText {
        line-height: 1 !important;
        margin-bottom: 0px;
    }
}

@media only screen and (min-width:991px) and (max-width:1119px) {
    .customSaveText {
        line-height: 1 !important;
        margin-bottom: 20px;
    }

    .cardClickText {
        font-size: 1.45em;
    }

    .clickLogo2 {
        max-height: 1.85rem;
    }
}

@media (max-width: 456px) {


    .itemHeaderWrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cardClickText {
        font-size: 1.5em;
    }
}


@media only screen and (min-width:300px) and (max-width:600px) {

    .clickLogo2 {
        max-height: 1.8rem;
    }

    .cardClickWrapper1 {
        max-height: 300px;
    }

    .clickLogo {
        margin: 10px 10px;
    }
}

@media only screen and (min-width:600px) and (max-width:800px) {

    .clickLogo2 {
        max-height: 2rem;
    }
}


@media (max-width: 335px) {

    .clickLogo2 {
        max-height: 1.4rem;
    }
}

@media (max-width: 400px) {

    .clickLogo3 {
        max-height: 1.7rem;
    }
}


@media (max-width: 376px) {

    .radioSetUp {
        font-size: 1.2em !important;
    }
}




/*NEW CSS 1/30/2019*/

.setUpCartInfo {
    width: 90%;
    margin: auto;
    text-align: left;
}

.footerLinks {
    width: 90%;
    text-align: left;
    /*    margin:auto;*/
    margin-left: 0px;
}

.lastModalFooter {
    width: 70%;
    margin: auto;
    text-align: left;
}

.payFooter {
    width: 100% !important;
}

/*ipad*/
@media only screen and (min-width:768px) and (max-width:900px) {

    .lastModalFooter {
        width: 90%;
    }

    footer {
        width: 90%;
    }
}

/*cell iphone*/
@media (max-width: 767px) {

    .setUpCartInfo {
        width: 100%;
    }

    footer {
        width: 90%;
    }

    .footerLinks {
        width: 90%;
    }

    .lastModalFooter {
        width: 100%;
        margin-left: 0px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {

    footer {
        width: 90%;
    }
}


footer {
    padding-left: 0px;
}



#textarea1 {
    text-indent: -106px !important;
}


@-moz-document url-prefix() {

    #textarea1 {
        text-indent: -103px !important;
    }
}

.trashIcon {
    font-size: 1.5em !important;
    position: relative;
    bottom: 2px;
    cursor: pointer;
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
    color: #adadad;
}

    .trashIcon:hover {
        color: #666666;
    }


.noItem {
    display: none;
}



.methodsClick {
    padding-right: 0px;
}


.amountcard1 {
    background-color: #f0f0f0;
    border: 1px solid #83aed7;
    border-bottom: 0px;
}

.amountcard2 {
    background-color: #f0f0f0;
    border: 1px solid #83aed7;
}

.amountcard3 {
    background-color: #f0f0f0;
    border: 1px solid #83aed7;
    border-bottom: 0px;
}

.amountcard4 {
    background-color: #f0f0f0;
    border: 1px solid #83aed7;
    border-top: 0px;
    border-bottom: 0px;
}

.amountcard5 {
    background-color: #f0f0f0;
    border: 1px solid #83aed7;
    border-bottom: 0px;
}

.payDetails {
    margin-top: 0px;
}

@media (max-width: 767px) {

    .payDetails {
        margin-top: 20px;
    }
}


.payType {
    padding-bottom: 5px;
}

.termsSplit {
    overflow-y: scroll;
    max-height: 210px;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.amountWrapper {
    width: 70px;
    text-align: right;
}

.feetotal {
    min-width: 65px;
    text-align: right;
}

.amountcard1 {
    line-height: 1.25;
}

.amountcard2 {
    line-height: 1.25;
}

.modal {
    top: 5% !important;
}

/*

@media (min-width: 1225px) {


.cardClickWrapper1 {
    width: 90%;
    margin: auto;
}
    
.cardClickWrapper2 {
    width: 90%;
    margin: auto;
}
    
}
*/



@media (min-width: 1225px) {


    .cardClickWrapper1 {
        /*    width: 350px;*/
        margin: auto;
    }

    .cardClickWrapper2 {
        /*    width: 350px;*/
        margin: auto;
    }
}


@media only screen and (min-width:768px) and (max-width:1224px) {

    .cardClickWrapper1 {
        /*    min-width: 340px;*/
        max-width: 400px;
        margin: auto;
    }

    .cardClickWrapper2 {
        /*    min-width: 340px;*/
        max-width: 400px;
        margin: auto;
    }
}


@media (max-width: 768px) {


    .cardClickWrapper1 {
        max-width: 350px;
        margin: auto;
        min-height: 170px;
    }

    .cardClickWrapper2 {
        max-width: 350px;
        margin: auto;
        min-height: 170px;
    }
}











/*NEW*/

/*
.closePay {
    width: 90%;
    margin: auto;
}
*/

.creitDebit {
    /*    width: 90%;*/
    margin: auto;
    max-width: 750px;
}


.itemHeaderWrapper {
    /*    width: 90%;*/
    margin: auto;
    max-width: 750px;
    cursor: pointer !important;
}

.hiddenTable {
    /*    width: 90%;*/
    margin: auto;
    max-width: 750px;
}

/*
.cardInfo {
	max-width: 700px;
}
*/

/*
.step1buttons0 { 
	max-width: 700px;
}
*/

.billingInoWrapper {
    max-width: 750px;
}

.billInfoSplit1 {
    max-width: 600px;
}

.billInfoSplit2 {
    max-width: 600px;
}



.select-wrapper input.select-dropdown {
    height: 30px;
    line-height: 2rem;
    font-size: 14px !important;
    /*
	padding: 0;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 0;
	padding-left: 10px;
	margin: 0 0 0 0;
*/
}

.input-field label {
    font-size: 14px;
    bottom: 18px;
}

.select-wrapper + label {
    bottom: 22px;
}


.dropdown-content li > a, .dropdown-content li > span {
    font-size: 14px;
    line-height: 15px;
    padding: 8px 16px;
    /*    background-color: red;*/
}


/*Line 5530*/

.btn, .btn-large, .btn-flat {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 30px;
    line-height: 1.5;
    padding: .25rem 1.25rem;
    font-size: 14px;
}

input:not([type]), input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="time"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="tel"], input[type="number"], input[type="search"], textarea.materialize-textarea {
    height: 30px;
    font-size: 14px;
    margin: 0 0 10px 0;
}

/*
.cardWrapper {
    height:2rem;
}
*/

.amexLogoSize {
    width: 30px;
}

.visaLogoSize {
    width: 40px;
}

.masterLogoSize {
    width: 35px;
}

.discoverLogoSize {
    width: 40px;
}

.echeckLogoSize {
    width: 40px;
}








.input-field label.active {
    font-size: 0.85rem;
    bottom: 28px !important;
    left: 2px;
}

/*placeholder text color*/

input::-webkit-input-placeholder {
    font-size: 14px;
}

input:-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
}

input::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px;
}

input:-ms-input-placeholder {
    font-size: 14px;
}


/*
.step1 {
    background-color: #4e7197;
    color:white;
    padding: 2px 0px !important;
    border-right: solid 1px white;
}

.step2 {
    background-color: #82add7;
    color:white;
    padding: 2px 0px !important;
    border-right: solid 1px white;
}

.step3 {
    background-color: #82add7;
    color:white;
    padding: 2px 0px !important;
    border-right: solid 1px white;
}

.step4 {
    background-color: #82add7;
    color:white;
    padding: 2px 0px !important;
}
*/


.cvvTrigger {
    bottom: 8px;
    position: relative;
}

.splitText {
    font-size: 14px !important;
}

.clickLogo2 {
    max-height: 2rem;
    margin: 10px 5px;
}

    .clickLogo2 img {
        padding-left: 10px;
    }

.clickLogo {
    max-height: 2.5rem;
    margin: 10px 15px;
}

.cardsClick {
    min-width: 320px;
}

.methodsClick {
    min-width: 320px;
}

.buttonFooterWrapper {
    margin: auto;
}

.newMethodWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    margin-top: 10px;
}

.setWidth {
    margin: auto;
}

.newBottomWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.errorMessage {
    padding-top: 0px;
}

.newFooter {
    position: relative;
    top: 17px;
    font-size: 14px !important;
    color: red !important;
    max-width: 1000px;
    margin: auto;
}

.payDetailsSplit1 {
    max-width: 600px;
}

.payDetailsSplit2 {
    max-width: 600px;
}

.splitPayment {
    max-width: 750px;
    margin: auto;
}

.splitpayTable1 {
    max-width: 750px;
    margin: auto;
    margin-bottom: 20px;
}

.step3SplitModal {
    max-width: 750px;
    margin: auto;
}

.step4SplitModal {
    max-width: 750px;
    margin: auto;
}

.fourSteps {
    max-width: 1000px;
}

.step1ModalBody {
    /*    max-width: 750px;*/
    margin: auto;
    font-size: 14px !important;

}

.step2ModalBody {
    max-width: 750px;
    margin: auto;
    /*    width:90%;*/
}

.step3ModalBody {
    max-width: 750px;
    margin: auto;
}


    .step3ModalBody .btn {
        margin-bottom: 15px !important;
    }

.loaderScreen {
    padding-top: 150px;
}

.customSaveText {
    margin-bottom: 10px;
}

.saveAndFeeWrapper {
    margin-top: 0px !important;
}

.terms {
    border: solid 1px #666666;
    overflow: scroll;
    padding: 6px;
    max-height: 270px;
    overflow-y: auto;
}

    .terms::-webkit-scrollbar:vertical {
        width: 11px;
    }

    .terms::-webkit-scrollbar:horizontal {
        height: 11px;
    }

    .terms::-webkit-scrollbar-thumb {
        border-radius: 8px;
        border: 2px solid white; /* should match background, can't be transparent */
        background-color: rgba(0, 0, 0, .5);
    }

.clickLogo3 {
    max-height: 1.7rem;
}

.printTextWrapper {
    margin-right: 100px;
}

.textWidth {
    width: 90%;
    line-height: 1.1;
}

.textFlexRight {
    margin-right: 120px;
}

.wallets {
    max-width: 750px;
    margin: auto;
}

.walletText {
    max-width: 750px;
    margin: auto;
    margin-bottom: 20px;
}

.walletWrapper img {
    max-width: 150px;
}

.allWalletLogos:nth-last-child(2) {
    margin-right: 0px;
}

.cardWrapper {
    padding-left: 0px;
    margin-left: 0px;
}

.cancelSplit {
    margin-bottom: 0px;
}

.spiltContinue1 {
    margin-bottom: 0px;
}

.spiltContinue2 {
    margin-bottom: 0px;
}

.editSplit1 {
    margin-bottom: 0px;
}

.saveSplit1 {
    margin-bottom: 0px;
}

.editSplit2 {
    margin-bottom: 0px;
}

.saveSplit2 {
    margin-bottom: 0px;
}

.newFooter {
    padding-bottom: 20px;
}

.printButton i {
    bottom: 2px;
    position: relative;
}


@media (min-width: 767px) {

    .customSaveText {
        position: relative;
        top: 10px;
    }
}

.amountHeightSplitpay {
    margin-bottom: 15px;
}


/*cell iphone*/
@media (max-width: 767px) {

    .setWidth {
        max-width: 750px;
        width: 90%;
    }

    .walletText {
        width: 90%;
        margin: auto;
    }

    .walletWrapper {
        width: 90%;
        margin: auto;
    }

    .textFlexRight {
        margin-right: 0px;
    }

    .splitPayment {
        width: 90%;
    }

    .printTextWrapper {
        margin-right: 0px;
    }

    .terms {
        max-height: 100px;
    }

    .termsSplit {
        max-height: 100px;
    }

    .policyLink {
        padding: 10px 0px;
    }

    .contactLink {
        padding: 10px 0px;
    }

    .step3ModalBody {
        width: 90%;
    }

    .step2ModalBody {
        width: 90%;
    }

    .billingInoWrapper {
        width: 90%;
        overflow: hidden;
    }

    .cardWrapper {
        margin-bottom: 0px;
    }

    .methodSelect {
        margin-bottom: 5px !important;
        height: 35px !important;
        z-index: 1001;
    }

    .newMethodWrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0px;
        margin: auto;
    }

    .newBottomWrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .buttonWrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
    }

    .allButtons {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .newFooter {
        padding-bottom: 20px;
        top: 0px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 5px;
    }

    .itemHeaderWrapper {
        width: 90%;
    }

    .itemLineWrapper {
        width: 90%;
        margin: auto;
    }

    .totalWrapper {
        width: 90%;
        margin: auto;
    }

    .creitDebit {
        width: 90%;
        margin: auto;
    }

    .fixStateSelect {
        position: relative;
        top: 6px;
        padding-bottom: 17px !important;
    }

    .printButtonWrapper {
        padding-top: 20px;
    }

    .btn, .btn-large, .btn-flat {
        height: 35px;
        line-height: 1.85rem;
    }

    .cardClickWrapper1 {
        max-width: 300px;
        margin: auto;
    }

    .cardClickWrapper2 {
        max-width: 300px;
        margin: auto;
    }
}

/*small iphone*/
@media only screen and (min-width:580px) and (max-width:767px) {

    .cardClickWrapper1 {
        max-width: 350px;
        margin: auto;
    }

    .cardClickWrapper2 {
        max-width: 350px;
        margin: auto;
    }
}


/*NEWNEW Tucker*/

.cvvModal2 {
    width: 70%;
    max-width: 750px;
}

.businessName {
    margin-bottom: 5px;
}

.cvvModal {
    top: 10% !important;
}

.cvvModal2 {
    top: 10% !important;
}

.recurStep2Buttons {
    display: none;
}

.recurStep2detailsButtons {
    display: none;
}

.recurStep3Buttons {
    display: none;
}

.futureStep3Buttons {
    display: none;
}

.recurStep4Buttons {
    display: none;
}

.futureStep4Buttons {
    display: none;
}

.futureStep2Buttons {
    display: none;
}

.futureStep2detailsButtons {
    display: none;
}

/*cell iphone*/
@media (max-width: 767px) {

    .businessName {
        margin-bottom: 0px;
    }

    .setUpPayMethod1 {
        width: 90%;
    }

    .cvvModal2 {
        width: 90%;
    }

    .setUpPayMethod1half {
        width: 90%;
    }

    .setUpPayMethod2 {
        width: 90%;
    }
}

.btn:focus {
    -webkit-box-shadow: 0 0 2px 2px #51a7e8;
    box-shadow: 0 0 2px 2px #51a7e8; /* keyboard-only focus styles */
}

a:focus {
    -webkit-box-shadow: 0 0 2px 2px #51a7e8;
    box-shadow: 0 0 2px 2px #51a7e8; /* keyboard-only focus styles */
}


textarea:focus {
    -webkit-box-shadow: 0 0 2px 2px #51a7e8;
    box-shadow: 0 0 2px 2px #51a7e8; /* keyboard-only focus styles */
}

/*Jason Remove for new payment method icon layout on Step 1*/
.newMethodWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 650px;
    margin: auto;
    margin-top: 10px;
}

/*Fix datepicker*/
.datepicker-modal {
    background-color: #fff !important;
}

.datepicker-container {
    margin: 0px !important;
    padding-top: 10px !important;
    padding-bottom: 0px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.datepicker-footer {
    padding-bottom: 0px;
    margin-bottom: 0px !important;
    height: 40px;
}

.month-next svg:hover {
    fill: white !important;
}

.month-prev svg:hover {
    fill: white !important;
}




.cardInfo {
    display: block;
}

.itemHeaderWrapper {
    background-color: #4c7197 !important;
}

.itemLineWrapper {
    border-left: solid 1px #4c7197 !important;
    border-right: solid 1px #4c7197 !important;
    border-bottom: solid 1px #4c7197 !important;
}

.totalWrapper {
    background-color: #4c7197 !important;
}

.walletClicks img {
    cursor: pointer !important;
}

/*
.cardClickWrapper1:hover {
 	background-color: #eaeaea !important;   
}

.cardClickWrapper2:hover {
 	background-color: #eaeaea !important;   
}
*/

.eCheckClickWrapper object {
    pointer-events: none;
}

.cardClickImage object {
    margin: 15px;
}

@media (max-width: 767px) {

    /*.splitPopup {
        margin-bottom: 5px;
    }*/

    .popup .popuptext {
        margin-left: -10px;
    }

    .captchaFlex {
        margin-top: 15px;
    }

    .cardsClick {
        margin-bottom: 10px;
        margin-top: 0px;
    }
}




@media only screen and (min-width:650px) and (max-width:767px) {

    .newMethodWrap {
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-around;
        max-width: 550px;
    }

    .cardClickWrapper1 {
        max-width: 290px;
        margin: 0px !important;
        padding: 0px !important;
        margin: auto !important;
    }

    .cardClickWrapper2 {
        max-width: 290px;
        margin: 0px !important;
        padding: 0px !important;
        margin: auto !important;
    }

    .cardsClick {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .methodsClick {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .buttonWrapper {
        justify-content: space-between;
    }

    .buttonWrapper {
        flex-direction: row;
    }

    .allButtons {
        order: 2;
    }

    .newFooter {
        padding-bottom: 0px;
        top: 35px;
        order: 2;
    }

    .buttonWrapper {
        margin-top: 0px;
    }

    .modalCancel {
        margin-right: 0px !important;
    }

    .splitPopup {
        right: 10px;
    }

    .popup .popuptext {
        margin-left: -50px;
    }
}

.splitpayTable1 {
    margin-top: 15px !important;
}

.buttonWrapper {
    margin-top: 15px !important;
}

.cardClickImage span {
    width: 100px;
    /*    border: solid red 1px;*/
}

.eCheckClickWrapper object {
    pointer-events: none;
}

.eCheckClick {
    cursor: pointer !important;
}

.cashClick {
    cursor: pointer !important;
}















/*5/20 */

/*
.monthSelect label {
    bottom: 10px !important;
    padding-left: 12px !important;
}

.yearSelect label {
    bottom: 10px !important;
    padding-left: 12px !important;
}

*/

.input-field label {
    pointer-events: none;
}

.error {
    color: #BF1722;
    font-weight: bold;
}

.billingInoWrapper {
    width: 100%;
}

.walletWrapper button {
    background: white;
    border: none;
}



@media (max-width: 767px) {

    .itemHeaderWrapper {
        width: 100%;
    }

    .container {
        width: 100%;
    }

    .totalWrapper {
        width: 100%;
    }

    .itemLineWrapper {
        width: 100%;
    }

    .step1ModalBody {
        width: 90%;
    }
}










/*5/23*/

.textWidth {
    padding-top: 0px !important;
}

/*Stops icon flasing*/
@media (min-width: 767px) {

    .walletClicks:nth-child(odd) {
        margin-right: 1px;
    }

    .cardClickImage span:nth-child(odd) {
        margin-right: 1px;
    }
}

.cardsClick {
    cursor: default !important;
}

.methodsClick {
    cursor: default !important;
}

@media only screen and (min-width:650px) and (max-width:700px) {

    .buttonWrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
    }

    .allButtons {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .newFooter {
        padding-bottom: 20px;
        top: 0px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 5px;
    }
}

.billingInoWrapper {
    width: 90%;
}

.creitDebit {
    width: 100%;
}

.savedMethodIcon {
    line-height: inherit;
    text-align: left;
    margin: 0px 10px 0pc 0px;
    width: 40px;
    height: 20px;
    position:relative;
    top: 4px;
}



/*Session Timeout css*/

/*
.VpsContainer {
	text-align: center;
    margin: auto;
    margin-top: 60px;
}

.step3ModalBody  {
    margin: auto;
    text-align: center;
}

.footerLinks {
     margin: auto;
    text-align: center;
}
*/

.bill2payDetails {
    text-align: left;
    width: 90%;
    margin: auto;
    max-width: 750px;
    display: none;
}

@media (max-width: 767px) {

    .cardsClick span {
        left: 12px;
        position: relative;
    }
}

#feeModal {
    max-width: 750px;
}


.cardClickWrapper2 button {
    background: white !important;
    border: none !important;
    margin: 0px !important;
}

.selectLabel {
    /*bottom: 10px !important;*/
    /*padding-left: 12px !important;*/
}

.newLabel {
    padding-left: 0px !important;
}

span.error {
    position: absolute;
    /*bottom: 1px;*/
    pointer-events: none;
    /*margin-top: 5px;
    padding-right: 5px;*/
}

/*Add this to the parent container of dropdown*/
.amountHeight {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .amountHeight {
        margin-bottom: 45px;
    }

    .amountHeightSplitpay {
        margin-bottom: 40px;
    }
}

.billingHeight {
    margin-bottom: 20px;
}

.splitHeightAmount {
    margin-bottom: 30px;
}

.splitHeight {
    margin-bottom: 17px;
}

.text-danger {
    color: red;
}

.billingInoWrapper {
    width: 100%;
}


.reeiptTable .itemLineWrapper {
    border: 1px solid #222 !important;
    border-top: none !important;
}

#paypal-button {
    padding-top: 8px;
}

/*#visaCheckout {
    position: relative;
    left: 5px;
}*/

#submitAmexExpressCheckout {
    padding: 0px !important;
}

#submitAmexMove {
    padding: 0px !important;
}

.cvvErrorFix {
    margin-top: 1px !important;
}

@media (max-width: 1295px) {

    .cvvErrorFix {
        max-width: 100px;
    }
}

@media (max-width: 767px) {
    .cvvErrorFix {
        top: 44px;
        max-width: 200px;
    }
}

.methodImageWrapper {
    margin-bottom: 30px;
}


.selectLabel {
    left: 0px !important;
}

.newLabel {
    left: 4px !important;
}

.selectLabel {
    padding-left: 0px !important;
}

.amountcard4 {
    border: 1px solid #222 !important;
}

.visaClickWrapper, .mastercardClickWrapper,
.discoverClickWrapper, .amexClickWrapper {
    cursor: pointer !important;
}

.expirations {
    margin-top: 5px;
}

.validation-summary-errors {
    color: #BF1722;
    font-weight: bold;
    padding-top:5px;
}

.splitVisaLogoSize {
    max-width: 50px;
}



/*6/20/2019*/

.newSplitTerms {
    max-height: 210px;
    border: solid 1px #666666;
    overflow: scroll;
    padding: 10px;
}

.splitReviewDetails {
    padding-top: 10px;
    min-width: 230px;
    border: solid 1px #666666;
    padding-left: 10px;
    border-left: none;
}

    .splitReviewDetails:first-child {
        border-right: none;
        border-left: solid 1px #666666;
    }

.customHeader {
    min-width: 480px;
}

/*.splitPayButtonWrapper {
    width: 95% !important;
    float: right;
}*/

@media (min-width: 767px) {

    .deskHide {
        display: none;
    }

    .splitReviewTerms {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {

    .splitReviewDetails {
        margin-bottom: 10px;
        border-left: solid 1px #666666;
        padding-bottom: 10px;
        /*    border: none !important;*/
        /*    padding: 0px !important;*/
    }

        .splitReviewDetails:first-child {
            border-right: solid 1px #666666;
            /*    border: none !important;*/
        }

    .newSplitTerms {
        max-height: 100px;
    }

    .btn {
        margin-left: 0px !important;
        margin-bottom: 15px !important;
    }

    .splitPayment {
        width: 100%;
    }

    .input-field {
        margin-top: 30px !important;
    }

    .monthSelect {
        margin-top: 20px !important;
    }

    .split1cardInfo .yearSelect {
        margin-top: 20px !important;
    }

    .split2cardInfo .yearSelect {
        margin-top: 20px !important;
    }

    .cvv {
        margin-top: 20px !important;
    }

    .cardWrapper {
        margin-top: 0px !important;
    }
}
/*This fixes iphone auto zoom when using form inputs*/
/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */

@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }

    .input-field label {
        font-size: 14px;
        bottom: 9px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select,
    textarea,
    input {
        font-size: 16px;
    }
}

input[type='text']:focus,
input[type='number']:focus,
textarea:focus {
    font-size: 16px;
}

/* disable auto-zoom on iphone input field focus */
@media screen and (-webkit-min-device-pixel-ratio:0) {

    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
    }
}

.addToPhoneOnly {
    margin-bottom: 15px !important;
}

@media screen and (device-aspect-ratio: 9/16) {
    .input-field label {
        font-size: 14px;
        bottom: 9px;
    }

    .billingHeight {
        margin-bottom: 28px;
    }

    .billingHeightPhone {
        margin-bottom: 50px;
    }

    .input-field {
        position: relative;
        margin-top: 2.0rem;
    }

    .splitHeightAmount {
        margin-bottom: 40px;
    }

    .input-field label.active {
        font-size: 0.85rem;
        bottom: 21px !important;
        left: 2px;
    }

    .splitPayButtonWrapper {
        width: 95% !important;
        float: right;
    }
}

@media screen and (device-aspect-ratio: 375/667) {
    .input-field label {
        font-size: 14px;
        bottom: 9px;
    }

    .billingHeight {
        margin-bottom: 28px;
    }

    .billingHeightPhone {
        margin-bottom: 50px;
    }

    .input-field {
        position: relative;
        margin-top: 2.0rem;
    }

    .splitHeightAmount {
        margin-bottom: 60px !important;
    }

    .input-field label.active {
        font-size: 0.85rem;
        bottom: 21px !important;
        left: 2px;
    }

    .splitPayButtonWrapper {
        width: 95% !important;
        float: right;
    }
}
/* iPhone 5, 5C, 5S, iPod Touch 5g */

input {
    font-size: 16px;
}

@media only screen and (min-width:360px) and (max-width:740px) {
    .input-field label {
        font-size: 14px;
        bottom: 9px;
        padding-left: 3px !important;
    }

    .monthSelect {
        margin-top: 28px !important;
    }

    .yearSelect {
        margin-top: 41px !important;
    }
}

@media only screen and (min-width:320px) and (max-width:568px) {
    .input-field label {
        font-size: 14px;
        bottom: 9px;
        padding-left: 3px !important;
    }

    .monthSelect {
        margin-top: 28px !important;
    }

    .yearSelect {
        margin-top: 41px !important;
    }
}

/*6/28*/

@media (max-width: 767px) {
    .splitHeightAmount {
        margin-bottom: 60px !important;
    }

    .billingHeight {
        margin-bottom: 40px !important;
    }

    .billingHeightPhone {
        margin-bottom: 60px;
    }

    .input-field label.active {
        bottom: 18px !important;
    }

    span.error {
        top: 34px;
    }

    .cvvErrorFix {
        top: 35px;
    }

    .expirations {
        margin-top: 0px;
    }
}

.select-wrapper + label {
    bottom: 45px;
}

.splitPayment {
    cursor: auto !important;
}

/*Smaller Checkbox*/
[type="checkbox"].filled-in:not(:checked) + span:not(.lever)::after {
    border: 2px solid #222;
    width: 15px !important;
    height: 15px !important;
}

[type="checkbox"].filled-in:checked + span:not(.lever)::after {
    border: 2px solid #222;
    background-color: #222;
}

[type="checkbox"] + span:not(.lever) {
    padding-left: 20px;
    height: 25px;
    line-height: 21px;
}

[type="checkbox"].filled-in:checked + span:not(.lever)::before {
    top: -3px;
    left: 0px;
    width: 7px;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    width: 15px !important;
    height: 15px !important;
}

[type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}

[type="checkbox"] + span:not(.lever) {
    height: 21px;
}

.closeX i {
    color: #222;
}

.printTextWrapper {
    margin-right: 70px;
}

.saveTextPhone {
    margin-bottom: 0px;
}

.clickLogoSize {
    max-width: 50px;
}

.newMethodWrap1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 0px;
    margin: auto;
}

.setUpSelect {
    width: 90%;
    max-width: 750px;
}

.modalMain {
    max-width: 750px;
}

.setUpPayMethod1 .cvvTrigger2 {
    bottom: 5px;
}

.setUpPayMethod2 .cvvTrigger2 {
    bottom: 5px;
}

.cardClickText {
    margin-bottom: 0px !important;
    margin-top: 5px;
}

.cardClickWrapper1 {
    min-height: 0px !important;
}

.cardClickWrapper2 {
    min-height: 0px !important;
    margin-top: 5px;
}

.cardClickImage object {
    margin: 10px 15px;
}

@media (max-width: 767px) {

    .cardClickImage object {
        margin: 5px 10px;
    }

    .methodsClick {
        margin-top: 10px;
    }
}

.reeiptTable .itemLineWrapper p {
    margin: auto !important;
}

.reeiptTable .itemLineWrapper:nth-last-child(1) {
    border-top: none !important;
}

.reeiptTable .itemLineWrapper:first-child {
    border: 1px solid #222 !important;
}

.reeiptTable .itemLineWrapper {
    width: 100%;
    max-width: 600px;
    margin: 0px !important;
}

#feeModal {
    max-height: 380px !important;
}

    #feeModal .modal-close i {
        margin-top: 3px !important;
    }

@media only screen and (min-width:650px) and (max-width:767px) {

    .splitPopup {
        right: 5px;
    }
}


/*New layout cards*/

.newMethodWrap {
    justify-content: space-around;
    max-width: 440px;
}

.cardsClick {
    min-width: 200px;
    margin-right: 15px;
}

.methodsClick {
    margin-left: 15px;
}

.methodsClick {
    min-width: 280px;
    margin-top: 0px;
}

@media (max-width: 650px) {

    .methodsClick {
        margin-top: 10px;
        margin-left: 0px;
    }
}


/*VPS*/


/*Arun*/

.btn {
    border-radius: 0px !important;
}

.newFooter {
    visibility: visible;
}

.newFeeWrapper {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 20px;
}

    .newFeeWrapper p {
        margin: 0 auto;
    }

.newLogoWrapper {
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between; 
    background-size: auto;
    background-size: cover;
    padding: 20px;
}

    .newLogoWrapper img {
        max-width: 350px;
    }

.flexColumn {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.leftArrow {
    font-size: 1.65em !important;
    line-height: .5 !important;
    position: relative;
    top: 6.5px;
    left: 3px;
}


@media only screen and (min-width:768px) and (max-width:1000px) {

    .newFeeWrapper {
        max-width: 750px;
    }
}


@media (max-width: 767px) {

    .newLogoWrapper img {
        text-align: center;
        margin: auto;
    }

    .newFeeWrapper {
        width: 90%;
    }

    .newLogoWrapper {
        flex-direction: column;
        padding-left: 0px;
        padding-right: 0px;
    }

    .flexColumn {
        text-align: right;
        margin-right: 5%;
    }
}

.newLogoWrapper img {
    max-height: 80px;
}

.newFooter {
    color: #4c7197 !important;
}

.btn-primary {
    background-color: #4c7197 !important;    
}


.displayBlock {
    display: block;
} 

@media (max-width: 767px) {

    .newLogoWrapper a {
        margin-top: 15px;
    }

    .closePay p {
        width: 90%;
        margin: auto;
    }
    .newLabel{
        padding-top:9px;
    }
}

.itemHeaderWrapper {
    cursor: default !important;
}

.select-wrapper ul {
    z-index: 9999999;
}
.itemHeaderWrapper {
    cursor: pointer !important;
}
@media (max-width: 767px) {
    .newFooter {
        width: 90%;
        margin: auto;
    }
    
    .container {
        overflow: hidden;
    }
}

.flexRight {
    display: flex;
    justify-content: flex-end;
    margin-right: 0px;
    max-width: 750px;
    margin: auto;
}

#zoid-paypal-buttons-520f98449a_mtm6ntu6mjm {
    min-width: 90px !important;
}

.browser-default {
    height: 33px !important;
    border-bottom: solid 1px #9e9e9e !important;
    height: 32px !important;
    line-height: normal !important;
    font-size: 14px !important;
    background: url('../img/arrow-dropdown.svg') no-repeat 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-size: 10px 5px;
    width: 93%;
    padding-left: 10px;
}



@media (max-width: 767px) {
    .browser-default {
        width: 100%
    }
}

/*.newWalletWrap {
    display: flex;
    width: 300px;
    justify-content: center;
}

.newWalIcon {
    height: 70px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*cell iphone*/
/*@media (max-width: 767px) {
    .newWalletWrap {
        width: 300px;
        justify-content: center;
    }

    .newWallSide {
        margin-right: 20px;
    }
}*/

.cardClickWrapper2 {
    width: 300px;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.cardClickImage2  {
    width: 50%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.splitPopup {
    top: 2px;
}

@media (max-width: 767px) {

    .reeiptTable .itemLineWrapper p {
        margin: auto !important;
    }

    .itemLineWrapper p {
        border-right: none;
    }

    .printButton i {
        bottom: 0px;
        position: relative;
    }

    #lblpaymentAmount {
        top: 7px;
    }

    .splitPopup {
        top: -4px;
    }
}


/*.splitPayment input {
    background-color: #fff !important;
}*/

.splitPayment .browser-default {
    background-color: #fff !important;
}

.split1cardInfo .browser-default {
    background-color: #fff !important;
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .cardClickWrapper2 {
        display: block;
    }

    .eCheckClick {
        display: flex;
        justify-content: center;
    }

    #cardClickImage1 {
        max-width: 230px;
        margin: auto;
        margin-bottom: 10px;
    }

    #cardClickImage3 {
        display: flex;
        justify-content: center;
    }

    .cardClickImage2 span {
        display: block;
    }

    eCheckClick object {
        opacity: .99;
    }
}

a:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.input-field label {
    color: #6B6B6B !important;
    font-weight: 500 !important;
}
.browser-default {
    color: #6B6B6B !important;
  
}

    .browser-default option {
        color: #6B6B6B !important;
       
    }

textarea {
    color: #6B6B6B !important;
}

textarea label {
    font-weight: 500 !important;
}

.fourSteps p {
    color: #4c7197 !important;
}

.newLogoWrapper a {
    color: black !important;
}

.payLogoWrapper img {
    height: 30px;
}

@-moz-document url-prefix() {
    .cashPaymentClick img {
        width: 200px;
        margin-left: 45px;
    }
}


/*Added for new SplitPay tooltip*/
.popuptext {
    pointer-events: none;
}

@media only screen and (max-width: 700px) {
    .cardClickWrapper1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cardClickWrapper2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .eCheckClickWrapper {
        padding-top: 15px !important;
    }

    .cashPaymentClick img {
       /*margin-left: 20px;*/
        width: 200px;
        margin-left: 0px;
    }

    #paypal-button-container {
        position: relative;
        top: 0px;
        right: 0px;
        max-width: 200px;
        margin: auto;
    }

    .cardClickWrapper1 button {
        margin: 0px 10px;
    }

    .visaCheckoutClick img {
        margin-left: 20px;
    }

    .amexClickWrapper img {
        margin-left: 0px !important;
    }

    .cardClickWrapper1 button {
        margin: 0px 8px;
    }

    .cashClick {
        display: block !important;
        margin: auto;
    }
}

@media (max-width: 400px) {
    .cardClickWrapper1 {
        flex-direction: column;
    }
}