﻿@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700";
/*
    
 CSS Template for "template 3" */

/* #region RESETS */
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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
/*#endregion*/

/* #region ELEMENT SELECTORS */
/* #region A */
a {
    /*color: #33475C;*/
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        text-decoration: none;
    }

    a.styled-button:focus {
        color: #fff;
    }

    a.button-disabled {
        background-color: #545454 !important;
    }

    a.active {
        font-weight: bold;
        color: black;
    }

    a.lnk_anon_topbar {
        color: white;
        margin-right: 20px;
    }

    a.lnk_anon_topbar_active {
        color: black;
    }
/*#endregion*/
/* #region B */
blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

body {
    line-height: 1;
    background-color: #666;
}

body, p, b, i, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans';
    color: #33475C;
}

    body.sidebar-active, html.sidebar-active {
        overflow-x: hidden;
        overflow-y: hidden;
    }

        body.sidebar-active .sidebar-overlay, html.sidebar-active .sidebar-overlay {
            display: block;
            opacity: 1;
        }

    body.mobile-menu-active {
        position: absolute;
        left: calc(-100vw + 104px);
        width: 100vw;
        overflow-y: hidden;
        box-shadow: 0px 0px 18px;
        transition: left .4s ease;
    }

        body.mobile-menu-active header { /* left: calc(-100vw + 104px); */
            position: absolute;
            transition: left .4s ease;
        }

        body.mobile-menu-active .mobile-menu {
            display: block;
        }

        body.mobile-menu-active .sidebar-overlay {
            display: block;
            opacity: 1;
        }

body {
    left: 0;
    transition: left .4s ease;
}

    body.register #login-sidebar .content {
        height: calc(100vh - 90px);
    }

    body.register img.register-checkmark {
        display: block;
        width: 125px;
        margin: 0 auto;
    }

    body.register .register-flow-tracker {
        display: -webkit-box;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        height: 100px;
        margin-bottom: 20px;
        padding: 15px;
        align-items: center;
        -ms-flex-align: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        body.register .register-flow-tracker .step-indicator {
            display: -webkit-box;
            display: flex;
            display: -webkit-flex;
            display: -ms-flexbox;
            -webkit-box-pack: center;
            position: relative;
            width: 34px;
            height: 34px;
            border: 1px solid #7C8794;
            border-radius: 100%;
            background-color: #fff;
            text-align: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            body.register .register-flow-tracker .step-indicator p {
                color: #7C8794;
                font-size: 14px;
                line-height: 34px;
            }

            body.register .register-flow-tracker .step-indicator i {
                display: none;
                color: #fff;
                font-size: 30px;
                line-height: 34px;
            }

                body.register .register-flow-tracker .step-indicator i:before {
                    content: "\e006";
                    text-transform: none !important;
                    font-family: "linea-arrows-10" !important;
                    font-style: normal !important;
                    font-weight: normal !important;
                    font-variant: normal !important;
                }

            body.register .register-flow-tracker .step-indicator > span {
                display: inline-block;
                position: absolute;
                bottom: -28px;
                width: 85px;
                color: #7C8794;
                text-align: center;
                font-size: 10px;
                font-weight: 400;
                line-height: initial;
                white-space: nowrap;
            }

            body.register .register-flow-tracker .step-indicator.current {
                border-color: #336295;
                background-color: #336295;
            }

                body.register .register-flow-tracker .step-indicator.current > p {
                    color: #fff;
                }

                body.register .register-flow-tracker .step-indicator.current > span {
                    color: #33475C;
                    font-weight: 700;
                }

            body.register .register-flow-tracker .step-indicator.completed {
                border-color: #19BC9C;
                background-color: #19BC9C;
            }

                body.register .register-flow-tracker .step-indicator.completed > p {
                    display: none;
                    color: #fff;
                }

                body.register .register-flow-tracker .step-indicator.completed i {
                    display: block;
                }

                body.register .register-flow-tracker .step-indicator.completed > span {
                    color: #33475C;
                    font-weight: 700;
                }

        body.register .register-flow-tracker .step-divider {
            position: relative;
            top: 0px;
            width: calc((100% - (46px * 3)) / 2);
            margin: 0 auto;
            border-top: 1px solid #7C8794;
        }

    body.my-account .dashboard-bundle {
        margin-bottom: 50px;
    }
/*#endregion*/
/* #region C */
/*#endregion*/
/* #region D */
#div_logo_anon_container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    color: white;
    font-size: 11px;
    padding: 5px;
}
/*#endregion*/
/* #region E */
/*#endregion*/
/* #region F */

@font-face {
    font-family: 'OCR A Extended';
    src: url('/fonts/OCRAExtended.eot');
    src: url('/fonts/OCRAExtended.eot?#iefix') format('embedded-opentype'), url('/fonts/OCRAExtended.woff2') format('woff2'), url('/fonts/OCRAExtended.woff') format('woff'), url('/fonts/OCRAExtended.ttf') format('truetype'), url('/fonts/OCRAExtended.svg#OCRAExtended') format('svg');
    font-weight: normal;
    font-style: normal;
}

footer {
    position: relative;
    width: 100%;
    background-color: #33475C;
    color: #7C8794;
    border-right: solid 1px #333;
    border-left: solid 1px #333;
    margin-left: auto;
    margin-right: auto;
}

    footer p, footer p a, footer a {
        color: #7C8794;
        font-weight: 300;
        font-size: 12px;
    }

    footer a {
        color: #336295;
    }

        footer a:hover {
            color: #000;
        }

    footer .container {
        position: relative;
        width: 100%;
        height: 100%;
    }

        footer .container .row {
            color: #7C8794;
            font-size: 12px;
        }
/*#endregion*/
/* #region G */
/*#endregion*/
/* #region H */
h1 {
    font-size: 32px;
    font-weight: 600;
}

    h1.overview-page-title {
        padding: 29px 0px;
        border-bottom: 0px solid #d9dadc;
        margin-bottom: 10px;
        font-size: 22px;
        font-weight: 400;
    }

h2 {
    font-size: 24px;
    font-weight: 600;
}

h3 {
    font-size: 20px;
    font-weight: 400;
}

h4 {
    font-size: 16px;
    font-weight: 400;
}

h5 {
    font-size: 14px;
    font-weight: 400;
}

h6 {
    font-size: 12px;
    font-weight: 400;
}

header {
    transition: left .4s ease;
}
/*#endregion*/
/* #region I */
input[type=text] {
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
    padding: 15px;
    border: 1px solid #BDC3C9;
    border-radius: 2px;
    font-weight: 600;
    line-height: 23px;
}

input[type=password] {
    font: large Verdana, sans-serif;
    letter-spacing: 1px;
}
/*#endregion*/
/* #region J */
/*#endregion*/
/* #region K */
/*#endregion*/
/* #region L */

li {
    font-size: 14px;
    line-height: 24px;
}
/*#endregion*/
/* #region M */
.modalwindowouter {
    width: 100%;
    position: fixed;
    opacity: .8;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: white;
    z-index: 1050;
}

.modal-dialog {
    z-index: 1060;
    position: absolute;
}
/*#endregion*/
/* #region N */
/*#endregion*/
/* #region O */
ol, ul {
    list-style: none;
}
/*#endregion*/
/* #region P */
p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
/*#endregion*/
/* #region Q */
/*#endregion*/
/* #region R */
/*#endregion*/
/* #region S */
section.top-day {
    height: 32px;
    color: #fff;
    background-color: #19BC9C;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
}

section.middle-date {
    position: relative;
    height: 30px;
    color: #fff;
    background-color: #19BC9C;
    text-align: center;
}

    section.middle-date > .month {
        display: inline;
        padding: 8px 0px;
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
    }

    section.middle-date > .date {
        display: inline;
        height: 39px;
        margin-top: -10px;
        margin-bottom: 24px;
        color: #fff;
        font-size: 18px;
    }

    section.middle-date > .year {
        display: inline;
        color: #fff;
        font-size: 18px;
    }

select {
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
    padding: 15px;
    border: 1px solid #BDC3C9;
    border-radius: 2px;
    font-weight: 700;
    line-height: 23px;
}

span.card-censored-digits {
    display: inline-block;
    position: relative;
    width: 36px;
    font-size: 22px;
    text-align: left;
}

    span.card-censored-digits.longer {
        width: 72px;
    }

    span.card-censored-digits input.censor {
        display: inline-block;
        position: absolute;
        top: -21px;
        width: 100%;
        height: auto;
        padding: 0;
        border: 0;
        background: 0;
        font: initial;
        font-size: 22px;
        letter-spacing: normal;
        font-family: 'Open Sans';
    }

strong {
    font-weight: 600;
}
/*#endregion*/
/* #region T */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    line-height: 28px;
}
/*#endregion*/
/* #region U */
/*#endregion*/
/* #region V */
/*#endregion*/
/* #region W */

/*#endregion*/
/* #region X */
/*#endregion*/
/* #region Y */
/*#endregion*/
/* #region Z */
/*#endregion*/
/*#endregion*/

/* #region ID SELCTORS */
/* #region A */
/*#endregion*/
/* #region B */
/*#endregion*/
/* #region C */
#client_tagline {
    display: none;
}

#credit-card-form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #7C8794;
    font-weight: 400;
}

.saved-exp-month {
    display: inline-block;
    width: 150px;
    margin-right: 20px;
    font-weight: normal;
}

#credit-card-form .exp-month {
    display: inline-block;
    width: 150px;
    margin-right: 20px;
}

#credit-card-form .exp-year {
    display: inline-block;
    width: 130px;
    margin-right: 20px;
}

.saved-exp-year {
    display: inline-block;
    width: 130px;
    margin-right: 20px;
    font-weight: normal;
}

.saved-ccv {
    display: inline-block;
    width: 99px;
}

#saved-ccv {
    display: inline-block;
    width: 99px;
}

#credit-card-form .ccv {
    display: inline-block;
    width: 99px;
}
/*#endregion*/
/* #region D */
#div_language_select {
    display: inline;
    margin-right: -20px;
}
/*#endregion*/
/* #region E */
/*#endregion*/
/* #region F */
/*#endregion*/
/* #region G */
/*#endregion*/
/* #region H */
/*#endregion*/
/* #region I */
/*#endregion*/
/* #region J */
/*#endregion*/
/* #region K */
/*#endregion*/
/* #region L */
#li_driversinsured {
    display: none;
}

#li_vehiclesinsured {
    display: none;
}

#li_paymentmethods {
    display: none;
}

#login-sidebar .alert:last-child {
    margin-bottom: 20px !important;
}

#login-sidebar .content {
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#logoSRC {
    background-size: 100%;
    max-width: 340px;
    background-repeat: no-repeat;
}

#logoSRCMobile {
    display: none;
}
/*#endregion*/
/* #region M */
/*#endregion*/
/* #region N */
/*#endregion*/
/* #region O */
/*#endregion*/
/* #region P */
/*#endregion*/
/* #region Q */
/*#endregion*/
/* #region R */
#register_body_leftcol {
    display: none;
}

#register_body_rightcol {
    display: none;
}
/*#endregion*/
/* #region S */
#selectLanguage {
    text-transform: uppercase;
    display: inline;
    height: 30px;
    width: 100px;
    color: #33475C !important;
    padding: 0px;
    font-weight: 400;
}

#social_icons {
    display: none;
}
/*#endregion*/
/* #region T */
#tabs_login_quickpay {
    display: block;
    padding-top: 0px;
    margin-top: 5px;
}

#top_ribbon_logo {
    display: none;
    width: 100%;
    background-color: #fff;
}

#top_sidebar_logo {
    display: block;
}
/*#endregion*/
/* #region U */
/*#endregion*/
/* #region V */
/*#endregion*/
/* #region W */
/*#endregion*/
/* #region X */
/*#endregion*/
/* #region Y */
/*#endregion*/
/* #region Z */
/*#endregion*/
/*#endregion*/

/* #region CLASS SELECTORS */
/* #region A */
.account-info-label {
    width: 50% !important;
    color: #7C8794;
    font-weight: 400;
}

.account-info-data {
    width: 50%;
    text-align: right;
    font-weight: 400;
}

    .account-info-data:not(:last-child) {
        text-align: left;
    }

.account-info-edit {
    width: 250px;
    text-align: right;
    font-weight: 600;
}

.account-no-width .account-info-label .account-info-data, .account-no-width .account-info-label .account-info-edit, .account-no-width .account-info-label .account-info-label {
    width: initial;
}

.account-nav {
    position: absolute;
    width: 260px;
    height: 486px;
    margin-top: 20px;
    padding: 8px 0px;
    border: 1px solid #EEF1F5;
    border-radius: 3px;
    background-color: #fff;
}

    .account-nav > ul {
        padding-left: 0px;
        margin-left: 0px;
        display: block;
    }

        .account-nav > ul > li {
            position: relative;
            padding: 8px 10px !important;
            padding-left: 10px;
            display: block;
            margin-left: 10px !important;
        }

            .account-nav > ul > li > a {
                position: relative;
                padding: 5px 0px;
                color: #33475C;
                border-left: 4px solid transparent;
                font-size: 16px;
                font-weight: 400;
            }

            .account-nav > ul > li.active > a {
                border-left: 4px solid #33475C;
                font-weight: 600;
                padding-left: 10px;
                display: block;
            }

            .account-nav > ul > li.active > ul.submenu {
                display: block;
            }

    .account-nav ul.submenu {
        display: none;
        padding-top: 20px;
        padding-left: 50px;
    }

        .account-nav ul.submenu > li {
            position: relative;
            padding: 8px 0px;
        }

            .account-nav ul.submenu > li > a {
                position: relative;
                padding: 5px 0px;
                color: #7C8794;
                font-size: 14px;
                font-weight: 400;
            }

            .account-nav ul.submenu > li.active > a {
                color: #33475C;
                font-weight: 600;
            }

.account-data-header {
    display: flex;
    height: 64px;
    padding: 10px 24px;
    border-bottom: 1px solid #EEF1F5;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    justify-content: space-between;
}

    .account-data-header .vehicle-make-image {
        display: inline-block;
        width: 60px;
        height: 60px;
        vertical-align: middle;
        margin-right: 20px;
    }

    .account-data-header .header-right.spaced {
        padding: 3px 0px 3px 68px;
    }

.account-data-body {
    padding: 12px 24px;
    border-bottom: 1px solid #EEF1F5;
    line-height: 20px;
}

    .account-data-body p {
        margin-top: 20px;
        margin-bottom: 20px;
        color: #7C8794;
        font-size: 15px;
        font-weight: 400;
    }

.account-data-footer {
    display: flex;
    height: 64px;
    padding: 10px 24px;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    justify-content: space-between;
}

    .account-data-footer p {
        color: #7C8794;
        font-weight: 600;
    }

        .account-data-footer p span {
            color: #33475C;
        }


.alert_icon {
    display: flex;
    width: 50px;
    float: left;
    align-content: center;
    align-items: center;
    align-self: center;
}

.alert_text {
    align-items: flex-start !important;
    align-content: flex-start !important;
    align-self: flex-start !important;
    text-align: left !important;
    margin-left: 10px;
    margin-right: 60px;
}

.alert-container {
    display: flex;
}

.alert {
    position: relative;
    /*height: 54px;*/
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 12px 70px 12px 24px !important;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    width: calc(100% - 0px);
    float: right;
    align-items: center;
    padding: 10px;
}

    .alert p {
        margin: 0;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }

    .alert span {
        color: #fff;
        text-decoration: underline;
        font-size: 10px;
    }

        .alert span a {
            color: #fff;
        }

    .alert .text {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: start;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-pack: center;
        height: 100%;
        margin-left: 10px;
        margin-right: 30px;
        align-items: flex-start;
        -ms-flex-align: start;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .alert .alert-type-icon {
        position: absolute;
        top: 3px;
        left: 24px;
        margin-right: 20px;
        color: #fff;
        font-size: 26px;
        /* line-height: 54px;*/
    }

    .alert.red {
        background-color: #F2695A;
    }

    .alert.yellow {
        background-color: #F7AB59;
    }

    .alert.green {
        background-color: #0ADFA9;
    }

    .alert .close {
        position: absolute;
        top: -1px;
        right: 0px;
        opacity: 1;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        background-color: rgba(0, 0, 0, 0.15);
        text-align: center;
        cursor: pointer;
        height: calc(100% + 2px);
        padding-left: 20px;
        padding-right: 20px;
        padding-top: .5%;
        vertical-align: middle;
        align-items: center;
    }

        .alert .close i {
            /*position: absolute;
            top: 23%;
            right: 15px;*/
            color: #fff;
            text-align: center;
            vertical-align: middle;
            font-size: 16px !important;
            /*line-height: 54px;*/
        }

.alerts-sidebar {
    z-index: 2;
    display: none;
    position: absolute;
    top: 100px;
    right: 0;
    width: 525px;
    height: calc(100% - 100px);
    margin-right: -525px;
    opacity: 0;
    overflow: hidden;
    background-color: white;
    transition: margin-right .4s, opacity .2s;
}

    .alerts-sidebar .alerts-list {
        height: calc(100vh - 190px);
        overflow-x: hidden;
        overflow-y: auto;
    }

    .alerts-sidebar .alerts-sidebar-title {
        display: block;
        position: relative;
        width: 100%;
        height: 90px;
        padding: 0 24px;
        color: #fff;
        background-color: #7C8794;
        font-size: 20px;
        line-height: 90px;
    }

        .alerts-sidebar .alerts-sidebar-title .close {
            float: right;
            color: #fff;
            opacity: 1;
            filter: initial;
            text-shadow: none;
            font-weight: normal;
            line-height: inherit;
            cursor: pointer;
        }

    .alerts-sidebar.active {
        margin-right: 0;
        opacity: 1;
    }

    .alerts-sidebar .alerts-details {
        display: none;
    }

        .alerts-sidebar .alerts-details .alert-item {
            display: none;
            height: initial;
            border-bottom: none;
        }

            .alerts-sidebar .alerts-details .alert-item .back-button {
                padding: 10px 0px 20px;
            }

            .alerts-sidebar .alerts-details .alert-item:hover {
                background-color: initial;
            }

        .alerts-sidebar .alerts-details .alert-dismiss {
            position: absolute;
            top: 12px;
            right: 0;
            font-size: 12px;
            font-weight: 700;
            cursor: pointer;
        }

        .alerts-sidebar .alerts-details .back-button a i {
            top: 2px;
            left: 1px;
        }

    .alerts-sidebar .alert-item {
        position: relative;
        height: 155px;
        padding: 15px;
        border-bottom: 1px solid #cccccc;
        cursor: pointer;
    }

        .alerts-sidebar .alert-item:hover {
            background-color: #f9f9f9;
        }

        .alerts-sidebar .alert-item i.alert-icon {
            position: absolute;
            top: 19px;
            left: 20px;
            width: 40px;
            height: 40px;
            border-radius: 100%;
            text-align: center;
            font-size: 40px;
            line-height: 40px;
        }

            .alerts-sidebar .alert-item i.alert-icon.check {
                color: #00DDA9;
            }

            .alerts-sidebar .alert-item i.alert-icon.exclamation {
                color: #F7AB59;
            }

            .alerts-sidebar .alert-item i.alert-icon.cancel {
                color: #F2695A;
            }

        .alerts-sidebar .alert-item .alert-content {
            margin-left: 68px;
        }

            .alerts-sidebar .alert-item .alert-content .alert-row {
                position: relative;
            }

                .alerts-sidebar .alert-item .alert-content .alert-row .alert-title {
                    padding: 16px 0;
                    font-weight: 600;
                }

                .alerts-sidebar .alert-item .alert-content .alert-row .alert-time {
                    position: absolute;
                    top: 18px;
                    right: 0;
                    color: #7C8794;
                    font-size: 11px;
                    font-weight: 400;
                }

                .alerts-sidebar .alert-item .alert-content .alert-row .alert-dismiss {
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    font-size: 12px;
                    font-weight: 700;
                    cursor: pointer;
                }

                .alerts-sidebar .alert-item .alert-content .alert-row .alert-body {
                    margin-right: 69px;
                    margin-left: 2px;
                    color: #7C8794;
                    font-size: 13px;
                    font-weight: 400;
                    line-height: 28px;
                }

    .alerts-sidebar .alerts-details .alert-item i.alert-icon {
        top: 68px;
    }

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.amenities {
    display: none;
}



.anon_header {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    color: white;
    font-size: 11px;
    padding: 5px;
}

.anon_header_container {
    width: 100%;
    background-color: #eee;
    border-bottom: solid 1px rgba(0,0,0,.25);
    margin-left: auto;
    margin-right: auto;
}

.payment-launch {
    padding-left: 60px;
    padding-right: 60px;
    margin: 15px;
    width: calc(100% - 30px) !important;
}

/*#endregion*/
/* #region B */
.back-button {
    position: relative;
    padding: 10px 0px;
}

    .back-button a {
        position: relative;
        padding-left: 28px;
        color: #7C8794;
        font-size: 18px;
        line-height: 18px;
    }

        .back-button a i {
            position: absolute;
            top: 2px;
            left: 0;
            color: #7C8794;
            font-size: 20px;
        }

.billing-date-search, .billing-search {
    height: 45px !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    font-size: 14px !important;
}

.billing-date-search-wrapper .material-datepicker {
    top: 64px !important;
    right: 0 !important;
}

.billing-date-search-wrapper:before {
    z-index: 1;
    display: block;
    position: absolute;
    top: 13px;
    right: 26px;
    color: #7C8794;
    font-size: 20px;
    pointer-events: none;
}

.body-content {
    background: rgb(245, 246, 247);
    width: 100%;
    border-right: solid 1px #333;
    border-left: solid 1px #333;
}

.bold {
    font-weight: 600;
}

.bundle-body {
    min-height: 280px;
    box-shadow: rgba(0,0,0,.1) 0px 2px 3px;
}

.button-disabled {
    background-color: #545454 !important;
    color: #666666;
    display: block;
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    line-height: 52px;
    transition: all .2s;
}

.button-transparent {
    background: transparent;
    background-color: transparent;
    border: solid 0px transparent;
}

.btn_signup {
}
/*#endregion*/
/* #region C */
.checkbox {
    position: relative;
    width: 28px;
    height: 28px;
    border: 1px solid #BDC3C9;
    border-radius: 3px;
    background: #ffffff;
}

    .checkbox label.tick {
        /*position: absolute;*/
        width: 36px;
        height: 36px;
        cursor: pointer;
    }

        .checkbox label.tick:after {
            content: '';
            position: absolute;
            top: 8px;
            left: 6px;
            width: 14px;
            height: 7px;
            opacity: 0;
            border: 2px solid #27c547;
            border-top: none;
            border-right: none;
            background: transparent;
            transform: rotate(-45deg);
        }

        .checkbox label.tick:hover::after {
            opacity: 0.3;
        }

    .checkbox label.text {
        display: block;
        width: 200px;
        height: 100%;
        margin-left: 24px;
        color: #7C8794;
        font-size: 14px;
        line-height: 25px;
        white-space: nowrap;
    }

    .checkbox label.agree {
        display: block;
        width: 240px;
        height: 100%;
        margin-left: 24px;
        color: #7C8794;
        font-size: 14px;
        line-height: 25px;
    }

    .checkbox input[type=checkbox] {
        visibility: hidden;
    }

        .checkbox input[type=checkbox]:checked + label:after {
            opacity: 1;
        }

a.control {
    position: absolute;
    top: 7px;
    color: #19BC9C;
    font-family: FontAwesome;
    font-size: 15px;
    font-weight: 300;
    cursor: pointer;
}

.content > .container {
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.container.full-width {
    width: 100%;
}

.container {
    width: 100%;
    background-color: #F5F6F7;
    position: relative;
}
/*#endregion*/
/* #region D */
.darkorange {
    color: #e6400c !important;
}

.darkblue {
    color: #33475C !important;
}

.dashboard .content {
    min-height: calc(100vh - 60px - 150px);
    background-color: #F5F6F7;
}

.dashboard-bundle {
    position: relative;
}

    .dashboard-bundle .bundle-label {
        position: relative;
        margin: 20px 0;
        padding-right: 32%;
        font-size: 20px;
    }

        .dashboard-bundle .bundle-label > span {
            position: absolute;
            right: 0;
            bottom: 0;
            font-size: 14px;
        }

            .dashboard-bundle .bundle-label > span a:hover {
                text-decoration: underline;
            }

    .dashboard-bundle .bundle-body {
        display: flex;
        border: 1px solid #ccc;
        border-radius: 3px;
        background-color: #fff;
        font-weight: 300;
        flex-direction: column;
        justify-content: flex-start;
    }

        .dashboard-bundle .bundle-body .bundle-item {
            display: flex;
            position: relative;
            height: 64px;
            padding: 25px 25px 25px 64px;
            border-bottom: 1px solid #EEF1F5;
            align-content: center;
            align-items: center;
            transition: background-color .2s ease;
        }

        .dashboard-bundle .bundle-body .bundle-item-sub {
            display: flex;
            position: relative;
            padding: 25px 25px 25px 64px;
            border-bottom: 1px solid #EEF1F5;
            align-content: center;
            align-items: center;
            transition: background-color .2s ease;
            padding-top: 8px;
            padding-bottom: 8px;
            /*height: 29px;*/
            background-color: #efefef;
            border-bottom: solid 1px #ccc;
        }


        .dashboard-bundle .bundle-body .bundle-item:hover {
            background-color: #f9f9f9;
        }

        .dashboard-bundle .bundle-body .bundle-item > i.link-item-id {
            position: absolute;
            top: 4px;
            left: 0;
            width: 64px;
            padding: 0 10px;
            text-align: center;
            font-size: 24px;
            line-height: 64px;
        }

        .dashboard-bundle .bundle-body .bundle-item > i.link-arrow-icon {
            position: absolute;
            top: 4px;
            right: 0;
            width: 64px;
            padding: 0 10px;
            color: #7C8794;
            text-align: center;
            font-size: 32px;
            line-height: 64px;
        }

        .dashboard-bundle .bundle-body .price-format {
            position: relative;
            margin: 10px;
        }

            .dashboard-bundle .bundle-body .price-format > span.currency {
                /*position: absolute;
                top: 7px;
                left: -18px;*/
                font-size: 28px;
                font-weight: 300;
            }

            .dashboard-bundle .bundle-body .price-format > span.dollars {
                font-size: 62px;
                font-weight: 300;
            }

            .dashboard-bundle .bundle-body .price-format > span.cents {
                position: absolute;
                top: 7px;
                right: -33px;
                font-size: 28px;
                font-weight: 300;
            }

        .dashboard-bundle .bundle-body > a {
            border-bottom: 1px solid #EEF1F5;
        }

            .dashboard-bundle .bundle-body > a > .bundle-item {
                border-bottom: none;
            }

        .dashboard-bundle .bundle-body .expandable {
            max-height: 66px;
            overflow: hidden;
            transition: max-height .4s;
            cursor: pointer;
        }

            .dashboard-bundle .bundle-body .expandable .expandable-content {
                display: none;
                padding: 20px 25px;
                opacity: 0;
                background-color: #EFF2F7;
                transition: opacity .4s;
            }

            .dashboard-bundle .bundle-body .expandable.expand {
                max-height: 400px !important;
            }

                .dashboard-bundle .bundle-body .expandable.expand .expandable-content {
                    display: block;
                    opacity: 1;
                }

                .dashboard-bundle .bundle-body .expandable.expand .link-arrow-icon {
                    top: -3px !important;
                    transform: rotate(180deg);
                }

    .dashboard-bundle.payment-bundle .bundle-body {
        padding: 20px 40px;
        align-items: center;
    }

    .dashboard-bundle.documents-bundle .bundle-body {
        display: block;
        padding: 20px;
    }

        .dashboard-bundle.documents-bundle .bundle-body p {
            padding: 6px;
            color: #7C8794;
            font-weight: 600;
        }

            .dashboard-bundle.documents-bundle .bundle-body p span {
                position: absolute;
                right: 25px;
                color: #33475C;
                font-weight: 600;
            }

.div_forgotpassword_container {
    position: relative;
    top: 0px;
    max-width: 800px;
    padding: 30px;
    background-color: rgba(255,255,255,.45);
    margin-left: auto;
    margin-right: auto;
    min-height: calc(100vh - 400px);
}

.documents-date-search, .documents-search {
    height: 45px !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    font-size: 14px !important;
}

.documents-date-search-wrapper .material-datepicker {
    top: 64px !important;
    right: 0 !important;
}

.documents-date-search-wrapper:before {
    z-index: 1;
    display: block;
    position: absolute;
    top: 13px;
    right: 26px;
    color: #7C8794;
    font-size: 20px;
    pointer-events: none;
}
/*#endregion*/
/* #region E */
/*#endregion*/
/* #region F */
.field-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
}

    .field-wrapper input {
        display: block;
        position: relative;
        width: 100%;
        height: 60px;
        padding: 15px;
        border: 1px solid #BDC3C9;
        border-radius: 2px;
        font-weight: 600;
        line-height: 23px;
    }

        .field-wrapper input[type=password] {
            font: large Verdana, sans-serif;
            letter-spacing: 1px;
        }

        .field-wrapper input:focus ~ .field-label, .field-wrapper input ~ .field-label.active {
            right: 15px;
            bottom: 10px;
            left: 15px;
            opacity: 1;
        }

    .field-wrapper .field-label {
        display: block;
        position: absolute;
        top: -1px;
        right: 100%;
        left: 15px;
        height: 100%;
        color: #7C8794;
        text-align: right;
        line-height: 60px;
        white-space: nowrap;
        transition: 0.4s ease all;
        pointer-events: none;
    }

.form-error {
    color: red;
    padding: 10px;
    margin-top: 10px;
    transition-duration: 5ms;
}

.form-msg {
    color: green;
    padding: 10px;
    margin-top: 10px;
    transition-duration: 5ms;
}

.full_insured_text {
    font-size: 18px;
    line-height: 28px;
}
/*#endregion*/
/* #region G */
/*#endregion*/
/* #region H */
.hide-on-desktop {
    display: none !important;
}

header {
    width: 100%;
    height: 190px;
    transition: left .4s ease;
    margin-left: auto;
    margin-right: auto;
    border-right: solid 1px #333;
    border-left: solid 1px #333;
}

    header .header-top {
        display: flex;
        height: 100px;
        padding: 0 50px;
        background-color: #33475C;
        justify-content: space-between;
    }

        header .header-top .logo {
            display: flex;
            position: relative;
            max-width: 300px;
            /*height: 100px;*/
            align-items: center;
            justify-content: center;
        }

            header .header-top .logo img {
                display: block;
                position: relative;
                /*width: auto;
                height: 28px;*/
            }

        header .header-top .user-login-meta {
            display: flex;
            height: 100px;
            align-items: center;
            justify-content: center;
        }

            header .header-top .user-login-meta .greeting {
                margin: 0 4px 0px 36px;
                color: #fff;
                font-size: 16px;
                letter-spacing: 2px;
                cursor: pointer;
                white-space: nowrap;
            }

            header .header-top .user-login-meta .notifications {
                position: relative;
            }

                header .header-top .user-login-meta .notifications span {
                    color: #fff;
                    font-size: 24px;
                    cursor: pointer;
                }

                header .header-top .user-login-meta .notifications.active span:after {
                    content: " ";
                    display: block;
                    position: absolute;
                    top: 3px;
                    right: 0;
                    width: 10px;
                    height: 10px;
                    border-radius: 100%;
                    background-color: #F2695A;
                }

            header .header-top .user-login-meta .user-menu {
                position: relative;
                width: 20px;
                height: 40px;
                text-align: center;
            }

                header .header-top .user-login-meta .user-menu .user-menu-toggle {
                    position: absolute;
                    top: 11px;
                    color: #fff;
                    font-size: 16px;
                    cursor: pointer;
                }

                header .header-top .user-login-meta .user-menu .user-menu-box {
                    z-index: 1;
                    display: none;
                    position: absolute;
                    top: 47px;
                    right: -12px;
                    width: 300px;
                    height: auto;
                    overflow-y: auto;
                    background-color: white;
                    box-shadow: 0 0 1px 0 #cecece;
                }

                    header .header-top .user-login-meta .user-menu .user-menu-box ul li {
                        position: relative;
                        padding: 18px 64px;
                        color: #7C8794;
                        border-bottom: 1px solid #EEF1F5;
                        text-align: left;
                        font-size: 14px;
                        line-height: 26px;
                        transition: all .2s ease;
                    }

                        header .header-top .user-login-meta .user-menu .user-menu-box ul li:hover {
                            color: #fff;
                            background-color: #19BC9C;
                        }

                            header .header-top .user-login-meta .user-menu .user-menu-box ul li:hover .user-menu-icon {
                                color: #fff;
                            }

                        header .header-top .user-login-meta .user-menu .user-menu-box ul li .user-menu-icon {
                            position: absolute;
                            top: 12px;
                            left: 0;
                            width: 60px;
                            padding: 0 10px;
                            color: #7C8794;
                            text-align: center;
                            font-size: 24px;
                            line-height: 42px;
                            transition: all .2s ease;
                        }

                header .header-top .user-login-meta .user-menu.active .user-menu-toggle {
                    top: 9px;
                    transform: rotate(180deg);
                }

                header .header-top .user-login-meta .user-menu.active .user-menu-box {
                    display: block;
                }

    header .header-bot {
        height: 90px;
        background-color: #fff;
    }

        header .header-bot nav.navbar {
            position: relative;
            min-height: 90px;
            margin-bottom: 20px;
            border: none;
        }

            header .header-bot nav.navbar ul.nav li.nav-item {
                display: flex;
                position: relative;
                /*width: 120px;*/
                height: 100%;
                font-size: 14px;
                font-weight: 500;
                justify-content: center;
                letter-spacing: normal;
            }

                header .header-bot nav.navbar ul.nav li.nav-item.current-page {
                    background-color: initial;
                    font-weight: 900;
                    letter-spacing: normal;
                }

                    header .header-bot nav.navbar ul.nav li.nav-item.current-page:focus, header .header-bot nav.navbar ul.nav li.nav-item.current-page a, header .header-bot nav.navbar ul.nav li.nav-item.current-page a:hover {
                        background-color: initial;
                    }

                header .header-bot nav.navbar ul.nav li.nav-item:focus, header .header-bot nav.navbar ul.nav li.nav-item:hover {
                    background-color: initial;
                }

                    header .header-bot nav.navbar ul.nav li.nav-item:focus:focus, header .header-bot nav.navbar ul.nav li.nav-item:focus a, header .header-bot nav.navbar ul.nav li.nav-item:focus a:hover, header .header-bot nav.navbar ul.nav li.nav-item:hover:focus, header .header-bot nav.navbar ul.nav li.nav-item:hover a, header .header-bot nav.navbar ul.nav li.nav-item:hover a:hover {
                        background-color: initial;
                    }

                    header .header-bot nav.navbar ul.nav li.nav-item.current-page > a:after, header .header-bot nav.navbar ul.nav li.nav-item:hover > a:after {
                        opacity: 1;
                    }

                header .header-bot nav.navbar ul.nav li.nav-item a {
                    padding-top: 30px;
                    padding-bottom: 30px;
                    color: #fff;
                    line-height: 30px;
                }

                    header .header-bot nav.navbar ul.nav li.nav-item a:after {
                        content: " ";
                        display: block;
                        position: absolute;
                        right: 0;
                        bottom: 0;
                        left: 15px;
                        width: calc(100% - 30px);
                        opacity: 0;
                        border-bottom: 3px solid #e6400c;
                    }

                    header .header-bot nav.navbar ul.nav li.nav-item a:focus {
                        background-color: initial;
                        color: #e6400c;
                    }

                    header .header-bot nav.navbar ul.nav li.nav-item a:hover {
                        color: #e6400c;
                    }

            header .header-bot nav.navbar .navbar-right {
                display: flex;
                position: relative;
                width: 200px;
                height: 90px;
                margin: 0;
                align-items: center;
                justify-content: flex-end;
            }

.header-bot .container {
    background-color: white;
}

.HPageTitle {
    display: none;
}

.hr_dark {
    border-top: 1px solid #333333 !important;
    border-color: #333333;
    height: 1px;
    background-color: #333333 !important;
    color: #333333 !important;
}
/*#endregion*/
/* #region I */
.icon_color1 {
    color: #2098d5 !important;
}

.insurancecard-container {
    page-break-after: always;
}
/*#endregion*/
/* #region J */
/*#endregion*/
/* #region K */
/*#endregion*/
/* #region L */
.livecc_preview_container {
    top: 0px;
    left: 0px;
    overflow: hidden;
    text-shadow: 1px 1px 0px rgba(0,0,0,.75);
    position: relative;
    box-shadow: 3px 3px 3px rgba(0,0,0,.35);
    width: 100%;
    max-width: 400px;
    height: 200px;
    border-radius: 12px;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    border-left: solid 1px #666;
    border-right: solid 1px #666;
    background: #d0e4f7; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.livecc_contain {
    position: relative;
}

.livecc_displaynum {
    font-size: 20px;
    position: absolute;
    top: 110px;
    left: 20px;
    color: rgba(250,250,250, .8);
}

.livecc_displayname {
    font-size: 14px;
    position: absolute;
    top: 160px;
    text-transform: uppercase;
    left: 20px;
    color: rgba(250,250,250, .8);
}

.livecc_cctext {
    font-size: 9px;
    position: absolute;
    bottom: 47px;
    text-transform: uppercase;
    right: 43px;
    color: white;
}

.livecc_displaynum_firstfour {
    font-size: 9px;
    position: absolute;
    top: 130px;
    left: 22px;
    color: rgba(250,250,250, 1);
}

.livecc_goodthrutext {
    font-size: 9px;
    position: absolute;
    top: 136px;
    right: 152px;
    color: rgba(250,250,250, 1);
    text-align: center;
}

.livecc_goodthrumonth {
    font-size: 20px;
    position: absolute;
    top: 135px;
    right: 120px;
    color: rgba(250,250,250, 1);
}

.livecc_goodthruslash {
    font-size: 20px;
    position: absolute;
    top: 135px;
    right: 114px;
    color: rgba(250,250,250, 1);
}

.livecc_goodthruyearlasttwo {
    font-size: 20px;
    position: absolute;
    top: 135px;
    right: 90px;
    color: rgba(250,250,250, 1);
}

.livecc_brand {
    border-radius: 3px;
    border: solid 1px #ccc;
    box-shadow: 1px 1px 2px rgba(0,0,0,.25);
    position: absolute;
    bottom: 20px;
    right: 40px;
    width: 34px;
    height: 21px;
    background: url(../Images/cards.png);
    background-position: -200px,0px;
    display: none;
}

.livecc_brandoverlay {
    font-family: 'Herr Von Muellerhoff', cursive;
    white-space: nowrap;
    font-size: 150px;
    position: absolute;
    top: -10px;
    left: 30px;
    color: rgba(250,250,250,.15);
    opacity: .15;
    text-transform: uppercase;
}

.livecc_ccvtext {
    position: absolute;
    top: 100px;
    right: 50px;
    width: 50px;
    background-color: white;
    padding: 3px;
    font-size: 14px;
    text-shadow: 0px 0px 0px white;
}

.livecc_backcardsigback {
    position: absolute;
    top: 80px;
    right: 100px;
    width: 300px;
    height: 42px;
    background-color: #efefef;
    border: solid 1px #666;
}

.livecc_backcardsig {
    text-shadow: 0px 0px 0px white;
    font-size: 45px;
    opacity: .55;
    color: black;
    position: absolute;
    top: 80px;
    left: 20px;
    font-family: 'Herr Von Muellerhoff', cursive;
}

.livecc_backsigmsg {
    font-size: 9px;
    color: white;
    position: absolute;
    top: 68px;
    left: 3px;
}

.livecc_backmagstrip {
    background-color: black;
    height: 25px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 20px;
}

.livecc_backmsgrandom {
    position: absolute;
    font-size: 5px;
    color: white;
    left: 10px;
    top: 140px;
    width: 80px;
    text-shadow: 0px 0px 0px;
}

.livecc_dovehologram {
    position: absolute;
    right: 16px;
    top: 140px;
}

.livecheck_container {
    background-color: beige;
    border: double 4px black;
    width: 100%;
    position: relative;
    height: 150px;
}

.livecheck_nameonaccount {
    font-weight: 600;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 10px;
}

.livecheck_checkdate {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 10px;
}

.livecheck_pay_to_the_order_of {
    position: absolute;
    left: 10px;
    top: 30px;
    font-size: 10px;
}

.livecheck_pay_to_the_order_of_underline {
    height: 1px;
    position: absolute;
    top: 52px;
    left: 50px;
    min-width: 185px;
    width: 50%;
    background-color: black;
}

.livecheck_pay_to_the_order_of_value {
    position: absolute;
    left: 55px;
    top: 40px;
    font-size: 10px;
}

.livecheck_check_pay_amount_dollar {
    position: absolute;
    right: 74px;
    top: 34px;
    font-size: 14px;
}

.livecheck_check_pay_amount_verbose {
    position: absolute;
    left: 10px;
    top: 57px;
    font-size: 10px;
}

.livecheck_check_pay_amount_verbose_underline {
    height: 1px;
    position: absolute;
    top: 68px;
    left: 10px;
    min-width: 185px;
    width: 70%;
    background-color: black;
}

.livecheck_check_pay_amount {
    width: 60px;
    border: solid 1px black;
    position: absolute;
    right: 8px;
    top: 30px;
    font-size: 10px;
    padding: 5px;
}

.livecheck_span_bankname {
    position: absolute;
    left: 10px;
    top: 80px;
    font-size: 10px;
}

.livecheck_span_address_city_state_zip {
    position: absolute;
    left: 10px;
    top: 90px;
    font-size: 10px;
}

.livecheck_span_phone {
    position: absolute;
    left: 10px;
    top: 100px;
    font-size: 10px;
}

.livecheck_span_signature {
    font-family: 'Herr Von Muellerhoff', cursive;
    position: absolute;
    right: 10px;
    top: 106px;
    padding: 3px;
    padding-top: 10px;
    font-size: 15px;
    text-align: right;
    width: 37%;
    height: 25px;
    overflow: hidden;
    border-bottom: solid 1px black;
}

.livecheck_signature_underline {
    height: 1px;
    position: absolute;
    top: 135px;
    right: 10px;
    min-width: 125px;
    width: 20%;
    background-color: rgba(0,0,0,.25);
}

.livecheck_routing_number {
    position: absolute;
    left: 28px;
    top: 120px;
    font-size: 12px;
    font-family: 'OCR A Extended';
}

.livecheck_account_number {
    position: absolute;
    left: 120px;
    top: 120px;
    font-size: 12px;
    font-family: 'OCR A Extended';
}

.livecheck_rn_sym_1 {
    height: 10px;
    width: 4px;
    background-color: black;
    position: absolute;
    left: 14px;
    top: 121px;
}

.livecheck_rn_sym_2 {
    height: 4px;
    width: 4px;
    background-color: black;
    position: absolute;
    left: 20px;
    top: 120px;
}

.livecheck_rn_sym_3 {
    height: 4px;
    width: 4px;
    background-color: black;
    position: absolute;
    left: 20px;
    top: 128px;
}

.livecheck_an_sym_1 {
    height: 10px;
    width: 4px;
    background-color: black;
    position: absolute;
    left: 108px;
    top: 121px;
}

.livecheck_an_sym_2 {
    height: 4px;
    width: 4px;
    background-color: black;
    position: absolute;
    left: 114px;
    top: 120px;
}

.livecheck_an_sym_3 {
    height: 4px;
    width: 4px;
    background-color: black;
    position: absolute;
    left: 114px;
    top: 128px;
}

.livecheck_lock {
    position: absolute;
    right: 25px;
    top: 60px;
    opacity: .5
}

.login-button {
    display: block;
    width: 100%;
    height: 60px;
    color: #fff;
    border: none;
    border-radius: 3px;
    background-color: #2098d5;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    transition: all .2s;
}

    .login-button:hover {
        background-color: #336295;
    }

.login-page {
    overflow-x: hidden;
    background-color: #f5f5f5;
    /*background-image: url(../Images/sc_bg3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right 230px center;
    background-size: cover;*/
}

.backstretch {
    left: -200px !important;
}

    .login-page > .container {
        position: relative;
        width: 100%;
        height: calc(100vh - 40px);
        overflow: hidden;
    }

    .login-page #login-sidebar {
        position: relative;
        /*top: 0;*/
        width: 100%;
        height: calc(100vh - 20px);
        background-color: #fefefe;
        overflow: auto;
    }

        .login-page #login-sidebar .content {
            padding: 40px;
        }

            .login-page #login-sidebar .content .logo {
                width: 100%;
                height: auto;
                margin-bottom: 10px;
                margin-top: 20px;
                padding: 10px 40px;
                /*overflow: hidden;*/
            }

                .login-page #login-sidebar .content .logo img {
                    display: block;
                    width: 100%;
                    max-width: 400px;
                    height: auto;
                    margin: 0 auto;
                }

            .login-page #login-sidebar .content .register-link {
                color: #7C8794;
                font-size: 16px;
            }

                .login-page #login-sidebar .content .register-link a {
                    font-weight: 600;
                }

        .login-page #login-sidebar .title {
            margin: 20px;
            text-align: center;
        }

    .login-page .login-type-switcher {
        margin-bottom: 36px;
    }

        .login-page .login-type-switcher .login-type-button {
            display: block;
            width: calc(100% - 10px);
            margin: 0 auto;
            padding: 24px 20px;
            color: #33475C;
            border: 1px solid;
            border-color: #33475C;
            border-radius: 5px;
            background-color: #fff;
            text-align: center;
            text-decoration: none;
            vertical-align: middle;
            font-size: 20px;
            font-weight: 400;
            white-space: nowrap;
            transition: background-color .2s, color .2s;
            transition: all .2s;
        }

            .login-page .login-type-switcher .login-type-button.active, .login-page .login-type-switcher .login-type-button:hover {
                color: #fff;
                background-color: #33475C;
            }

            .login-page .login-type-switcher .login-type-button.left {
                margin-right: 10px;
            }

            .login-page .login-type-switcher .login-type-button.right {
                margin-left: 10px;
            }

    .login-page .login-meta {
        display: flex;
        align-items: center;
    }

        .login-page .login-meta > div > span {
            line-height: 28px;
        }

.logoSRCLogin {
    max-width: 360px !important;
}
/*#endregion*/
/* #region M */
.main-billing-table {
    display: table;
    width: 100%;
}

    .main-billing-table tbody {
        width: 100%;
    }

    .main-billing-table tr {
        width: 100%;
        height: 64px;
        border-bottom: 1px solid #f6f7f9;
    }

    .main-billing-table .mbt-header {
        height: 48px;
        background-color: #D8DEE5;
    }

        .main-billing-table .mbt-header th {
            color: #33475C;
            font-size: 16px;
            font-weight: 600;
        }

        .main-billing-table .mbt-header td {
            color: #33475C;
            font-size: 16px;
            font-weight: 400;
        }

    .main-billing-table th {
        padding: 10px 25px;
        vertical-align: middle;
        font-size: 16px;
        font-weight: 300;
    }

    .main-billing-table td {
        padding: 10px 25px;
        vertical-align: middle;
        font-size: 16px;
        font-weight: 300;
    }

        .main-billing-table td.mbt-download {
            width: 175px;
            text-align: center;
        }

            .main-billing-table td.mbt-download i {
                font-size: 24px;
            }

.main_menu_container {
    background-color: #2d3e52 !important;
}

.material-datepicker {
    z-index: 1000000;
    position: absolute;
    width: 280px;
    background: #fff;
    box-shadow: 0px 0px 1px #000;
    font-family: Open Sans;
}

    .material-datepicker:focus {
        outline: none;
    }

    .material-datepicker.hide {
        display: none;
    }

.method-table {
    display: table;
    width: 100%;
}

    .method-table tbody {
        width: 100%;
    }

    .method-table tr {
        width: 100%;
        border-bottom: 1px solid #f6f7f9;
    }

    .method-table td {
        padding: 32px 16px;
        color: #7C8794;
        vertical-align: middle;
        font-size: 16px;
        font-weight: 400;
    }

    .method-table .method-table-head {
        background-color: #D8DDE5;
    }

        .method-table .method-table-head td {
            padding: 18px 16px;
            color: #33475C;
            font-size: 14px;
            font-weight: 600;
        }

    .method-table td.edit-column {
        width: 175px;
        text-align: center;
    }

        .method-table td.edit-column span {
            padding: 0px 10px;
        }

            .method-table td.edit-column span a {
                font-weight: 600;
            }

.mobile-date-bar-toggle {
    position: relative;
}

    .mobile-date-bar-toggle #mobile-billing-date-picker {
        visibility: hidden;
        position: absolute;
        top: -3px;
        left: 7px;
        width: 30px;
        height: 27px;
        margin: 0;
        padding: 0;
    }

    .mobile-date-bar-toggle #mobile-documents-date-picker {
        visibility: hidden;
        position: absolute;
        left: 7px;
        width: 0px;
        height: 0px;
        margin: 0;
        padding: 0;
    }

    .mobile-date-bar-toggle .material-datepicker {
        top: 34px !important;
        right: 0 !important;
    }

.mobile-menu-toggle {
    display: none;
    position: relative;
    margin: 0px 0px 0px 20px;
}

    .mobile-menu-toggle i {
        color: #428bca;
        font-size: 20px;
        cursor: pointer;
    }

.mobile-menu {
    z-index: -2;
    display: none;
    position: absolute;
    top: 0;
    right: calc(-100vw + 104px);
    width: calc(100vw - 104px);
    height: 100vh;
    overflow-y: auto;
    background-color: #fff;
}

    .mobile-menu > ul {
        text-align: right;
    }

        .mobile-menu > ul > li.active {
            background-color: #EEF1F5;
        }

            .mobile-menu > ul > li.active > a {
                color: #33475C;
                border-right: 8px solid #33475C;
            }

            .mobile-menu > ul > li.active > ul.submenu {
                display: block;
            }

        .mobile-menu > ul > li:hover {
            background-color: #EEF1F5;
        }

            .mobile-menu > ul > li:hover > a {
                color: #33475C;
            }

        .mobile-menu > ul > li > a {
            display: block;
            padding: 24px 45px;
            color: #7C8794;
            border-right: 8px solid transparent;
            font-size: 20px;
            font-weight: 400;
        }

    .mobile-menu ul.submenu {
        display: none;
        padding-right: 20px;
        padding-bottom: 20px;
        text-align: right;
    }

        .mobile-menu ul.submenu > li {
            position: relative;
            padding: 8px 0px;
        }

            .mobile-menu ul.submenu > li > a {
                position: relative;
                padding: 5px 25px;
                color: #7C8794;
                font-size: 14px;
                font-weight: 400;
            }

            .mobile-menu ul.submenu > li.active > a {
                color: #33475C;
                font-weight: 600;
            }

.mobile-page-title {
    display: none;
}

    .mobile-page-title h1 {
        padding: 19px 0px;
        background-color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
    }

.mobile-payment-button {
    display: none;
    padding: 0;
}

    .mobile-payment-button a.styled-button {
        height: 64px;
        margin: 0;
        border-radius: 0px;
        line-height: 64px;
    }

.mobile-back-button {
    display: none;
    margin-right: 12px;
    margin-left: -10px;
    color: #7C8794;
    vertical-align: middle;
    font-size: 20px;
}

.mobile-search-toggles {
    height: 66px;
    padding: 20px 12px;
    text-align: right;
}

    .mobile-search-toggles i {
        margin: 0px 8px;
        color: #7C8794;
        vertical-align: middle;
        font-size: 24px;
    }

.mobile-search-wrapper {
    display: none;
}

.my-account .bundle-item {
    padding: 25px !important;
    justify-content: space-between;
}

.mypolicy-blankspace {
    background-color: white !important;
    background: transparent;
    border: solid 0px;
}

.mypolicy-totalpremium {
    background-color: #33475C !important;
    color: white;
    white-space: nowrap;
}
/*#endregion*/
/* #region N */
.nav-tabs-link {
    font-size: 12px;
    color: #33475C
}

.need_help_container {
    padding: 10px;
    background-color: rgba(255,255,255,.75);
}

a.next {
    right: 62px;
}

.no-padding, .nopadding {
    padding: 0;
}
/*#endregion*/
/* #region O */
.overview-billing-table {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .overview-billing-table tbody {
        width: 100%;
    }

    .overview-billing-table tr {
        display: flex;
        width: 100%;
        height: 64px;
        border-bottom: 1px solid #f6f7f9;
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
    }

    .overview-billing-table td.obt-date {
        width: 115px;
        padding: 24px;
        text-align: left;
    }

    .overview-billing-table td.obt-amount {
        width: 110px;
        flex-grow: 2;
        padding: 15px;
        text-align: right;
    }

    .overview-billing-table td.obt-title {
        width: 200px;
        padding: 24px;
        flex-grow: 2;
        line-height: 20px;
    }

    .overview-billing-table td.obt-download {
        width: 46px;
        text-align: center;
    }

        .overview-billing-table td.obt-download i {
            font-size: 24px;
        }
/*#endregion*/
/* #region P */
.pad10 {
    padding: 10px;
}

.payment-sidebar .payment-amount {
    margin: 10px 0px;
}

.payment-sidebar {
    z-index: 2;
    display: none;
    position: absolute;
    top: 0px;
    right: 0;
    width: 525px;
    height: 100vh;
    margin-right: -525px;
    opacity: 0;
    overflow-y: hidden;
    background-color: white;
    transition: margin-right .4s, opacity .2s;
}

    .payment-sidebar .payment-sidebar-title {
        display: block;
        position: relative;
        width: 100%;
        height: 90px;
        padding: 0 24px;
        color: #fff;
        background-color: #33475C;
        font-size: 20px;
        line-height: 90px;
    }

        .payment-sidebar .payment-sidebar-title .close {
            float: right;
            color: #fff;
            opacity: 1;
            filter: initial;
            text-shadow: none;
            font-weight: normal;
            line-height: inherit;
            cursor: pointer;
        }

    .payment-sidebar.active {
        margin-right: 0;
        opacity: 1;
    }

    .payment-sidebar .sidebar-content {
        position: relative;
        width: 100%;
        height: calc(100vh - 190px);
        padding: 40px;
        padding-bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .payment-sidebar .sidebar-content .row {
            margin: 0;
        }

        .payment-sidebar .sidebar-content h3.title {
            font-size: 18px;
            font-weight: 600;
            padding: 8px 0px 24px 0px;
            border-bottom: 1px solid #cccccc;
            margin-bottom: 20px;
        }

    .payment-sidebar .payment-summary {
        display: flex;
        position: relative;
        width: 100%;
        height: 100px;
        padding: 10px 5px;
        background-color: #EEF1F5;
        flex-direction: column;
        justify-content: space-around;
    }

        .payment-sidebar .payment-summary .payment-due {
            font-weight: 400;
            padding: 8px 38px;
            font-size: 18px;
            color: #7C8794;
        }

            .payment-sidebar .payment-summary .payment-due span {
                float: right;
                color: #33475C;
                font-weight: 400;
            }

    .payment-sidebar .method-selector ul {
        display: flex;
        justify-content: space-between;
    }

        .payment-sidebar .method-selector ul li {
            display: flex;
            width: calc((100% / 3) - 15px);
            height: 84px;
            color: #7C8794;
            border: 1px solid #cccccc;
            border-radius: 6px;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            cursor: pointer;
        }

            .payment-sidebar .method-selector ul li i {
                display: block;
                color: #7C8794;
                text-align: center;
                font-size: 40px;
            }

            .payment-sidebar .method-selector ul li span {
                display: block;
                text-align: center;
                font-size: 0.8em;
                font-weight: 600;
            }

            .payment-sidebar .method-selector ul li.active {
                color: #fff;
                background-color: #19BC9C;
                cursor: auto;
            }

                .payment-sidebar .method-selector ul li.active i {
                    color: #fff;
                }

    .payment-sidebar .method-pane {
        margin: 16px 0;
    }

        .payment-sidebar .method-pane .method-item .saved-method-item {
            margin-bottom: 20px;
            border: 1px solid #f1f1f1;
            border-radius: 3px;
        }

            .payment-sidebar .method-pane .method-item .saved-method-item .saved-method-item-header {
                display: block;
                width: 100%;
                height: 32px;
                padding: 10px 10px;
                border-bottom: 1px solid #f1f1f1;
            }

                .payment-sidebar .method-pane .method-item .saved-method-item .saved-method-item-header .saved-method-item-title {
                    display: inline-block;
                    float: left;
                    color: #7C8794;
                    font-size: 12px;
                }

                .payment-sidebar .method-pane .method-item .saved-method-item .saved-method-item-header .saved-method-item-date-added {
                    display: inline-block;
                    float: right;
                    color: #7C8794;
                    font-size: 12px;
                }

            .payment-sidebar .method-pane .method-item .saved-method-item .saved-method-body {
                display: flex;
                height: 60px;
                align-items: center;
                justify-content: flex-start;
            }

                .payment-sidebar .method-pane .method-item .saved-method-item .saved-method-body .card-type {
                    display: flex;
                    width: 62px;
                    height: 30px;
                    margin: 12px 24px;
                    border: 1px solid #7C8794;
                    border-radius: 2px;
                    align-items: center;
                    justify-content: center;
                }

                .payment-sidebar .method-pane .method-item .saved-method-item .saved-method-body .saved-card-info {
                    display: block;
                    width: 100%;
                    font-size: 14px;
                }

                    .payment-sidebar .method-pane .method-item .saved-method-item .saved-method-body .saved-card-info .saved-card-number {
                        height: 100%;
                        float: left;
                        color: #7C8794;
                        font-size: 14px;
                        line-height: 30px;
                    }

                    .payment-sidebar .method-pane .method-item .saved-method-item .saved-method-body .saved-card-info .saved-card-exp {
                        display: block;
                        height: 100%;
                        float: right;
                        margin: 0 20px;
                        color: #7C8794;
                        line-height: 30px;
                    }

                .payment-sidebar .method-pane .method-item .saved-method-item .saved-method-body .saved-bank-name {
                    display: block;
                    width: 50%;
                    margin: 0 20px;
                    color: #7C8794;
                    text-align: left;
                    font-size: 14px;
                    line-height: 20px;
                }

                .payment-sidebar .method-pane .method-item .saved-method-item .saved-method-body .saved-bank-account {
                    display: block;
                    width: 50%;
                    margin: 0 20px;
                    color: #7C8794;
                    text-align: right;
                    font-size: 14px;
                    line-height: 20px;
                }

            .payment-sidebar .method-pane .method-item .saved-method-item.selected {
                border-color: #19BC9C;
            }

                .payment-sidebar .method-pane .method-item .saved-method-item.selected .saved-method-item-header {
                    color: #fff !important;
                    border-color: #19BC9C;
                    background-color: #19BC9C;
                }

                    .payment-sidebar .method-pane .method-item .saved-method-item.selected .saved-method-item-header .saved-method-item-date-added, .payment-sidebar .method-pane .method-item .saved-method-item.selected .saved-method-item-header .saved-method-item-title {
                        color: #fff;
                    }

    .payment-sidebar .amount-selector {
        position: relative;
    }

        .payment-sidebar .amount-selector .amount-subtext {
            float: right;
            color: #7C8794;
            font-size: 13px;
        }

    .payment-sidebar .payment-date-selector {
        position: relative;
    }

        .payment-sidebar .payment-date-selector:before {
            z-index: 4;
            display: block;
            position: absolute;
            top: 18px;
            right: 12px;
            color: #7C8794;
            font-size: 24px;
            pointer-events: none;
        }

    .payment-sidebar .payment-summary-footer {
        position: absolute;
        left: 0;
        width: calc(100%);
        margin-bottom: 0 !important;
        padding: 24px 40px;
        background-color: #F5F6F9;
    }

        .payment-sidebar .payment-summary-footer .summary-payment-details, .payment-sidebar .payment-summary-footer .summary-payment-method {
            font-size: 18px;
        }

            .payment-sidebar .payment-summary-footer .summary-payment-details .summary-left p, .payment-sidebar .payment-summary-footer .summary-payment-method .summary-left p {
                margin-bottom: 15px;
                color: #7C8794;
                text-align: left;
                font-size: 15px;
                font-weight: 400;
            }

            .payment-sidebar .payment-summary-footer .summary-payment-details .summary-right p, .payment-sidebar .payment-summary-footer .summary-payment-method .summary-right p {
                margin-bottom: 15px;
                color: #7C8794;
                text-align: right;
                font-size: 15px;
                font-weight: 600;
            }

        .payment-sidebar .payment-summary-footer .summary-payment-details {
            margin-bottom: 0px;
        }

        .payment-sidebar .payment-summary-footer .summary-payment-method {
            padding: 16px 0px;
            border-top: 1px solid #cbced2;
            border-bottom: 1px solid #cbced2;
        }

            .payment-sidebar .payment-summary-footer .summary-payment-method .summary-left, .payment-sidebar .payment-summary-footer .summary-payment-method .summary-right {
                margin-bottom: 0px;
            }

                .payment-sidebar .payment-summary-footer .summary-payment-method .summary-left > p, .payment-sidebar .payment-summary-footer .summary-payment-method .summary-right > p {
                    margin-bottom: 0px;
                }

        .payment-sidebar .payment-summary-footer #payment-confirmations .checkboxes {
            margin-bottom: 40px;
            padding: 0px 40px;
        }

        .payment-sidebar .payment-summary-footer #payment-confirmations .styled-button {
            height: 64px;
            font-size: 20px;
        }

        .payment-sidebar .payment-summary-footer .payment-summary-contact {
            display: block;
            margin: 20px 10px;
            color: #7C8794;
            text-align: center;
            font-size: 14px;
        }

    .payment-sidebar .payment-completion {
        display: none;
        position: relative;
        padding: 60px;
    }

        .payment-sidebar .payment-completion h2 {
            margin-bottom: 60px;
        }

        .payment-sidebar .payment-completion img.payment-checkmark {
            display: block;
            width: 125px;
            margin: 0 auto;
            margin-bottom: 30px;
        }

a.prev {
    left: 62px;
}

.payment-method-header {
    display: flex;
    height: 54px;
    padding: 16px 24px;
    color: #fff;
    background-color: #33475C;
    align-items: center;
    justify-content: space-between;
}

    .payment-method-header .method-title {
        font-size: 16px;
        font-weight: 600;
    }

    .payment-method-header .add-bank-account, .payment-method-header .add-credit-card {
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
    }

        .payment-method-header .add-bank-account i, .payment-method-header .add-credit-card i {
            position: relative;
            margin-right: 14px;
            color: #fff;
        }

            .payment-method-header .add-bank-account i:after, .payment-method-header .add-credit-card i:after {
                content: " ";
                display: block;
                position: absolute;
                top: -1px;
                left: -2px;
                width: 18px;
                height: 18px;
                border: 1px solid #fff;
                border-radius: 100%;
            }

.policy_policynumber {
    color: #33475C;
    font-weight: 600;
}

.policy_icon_policystatus {
    color: #2098d5;
    font-size: 35px;
    margin-right: 5px;
}

.policy_icon_balancetotal {
    color: #2098d5;
    font-size: 50px;
    margin-right: 5px;
}

.policy_status_label_text {
    color: #33475C;
}

.policy_balance_label_text {
    color: #33475C;
}

.policy_effectivedate_label_text {
    color: #33475C;
}

.policy_expirationdate_label_text {
    color: #33475C;
}

.policy_lastpayment_label_text {
    color: #33475C;
}
/*#endregion*/
    /* #region Q */
    /*#endregion*/
    /* #region R */
    .radio {
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    margin-left: -10px;
    border: 1px solid #BDC3C9;
    border-radius: 100%;
    background: #ffffff;
}

    .radio label.tick {
        position: absolute;
        width: 36px;
        height: 36px;
        cursor: pointer;
    }

        .radio label.tick:after {
            content: '';
            position: absolute;
            top: 4px;
            left: 4px;
            width: 14px;
            height: 14px;
            opacity: 0;
            border-top: none;
            border-right: none;
            border-radius: 100%;
            background-color: #19BC9C;
        }

        .radio label.tick:hover::after {
            opacity: 0.5;
        }

    .radio label.text {
        display: block;
        width: 200px;
        height: 100%;
        margin-left: 16px;
        font-size: 16px;
        line-height: 25px;
        white-space: nowrap;
    }

    .radio input[type=radio] {
        visibility: hidden;
    }

        .radio input[type=radio]:checked + label:after {
            opacity: 1;
        }

        .radio input[type=radio]:checked + label:before {
            content: " ";
            display: block;
            position: absolute;
            top: -1px;
            left: -1px;
            width: 24px;
            height: 24px;
            border: 1px solid #19BC9C;
            border-radius: 100%;
        }

.recent-documents-table {
    display: table;
    width: 100%;
}

    .recent-documents-table tbody {
        width: 100%;
    }

    .recent-documents-table tr {
        width: 100%;
        height: 64px;
        border-bottom: 1px solid #f6f7f9;
    }

    .recent-documents-table td {
        padding: 24px 24px;
        vertical-align: middle;
        font-size: 16px;
        font-weight: 300;
    }

        .recent-documents-table td.documents-item p:not(:last-child) {
            margin-bottom: 8px;
        }

        .recent-documents-table td.documents-item p.document-id {
            font-size: 18px;
            font-weight: 400;
        }

        .recent-documents-table td.documents-item p.document-date, .recent-documents-table td.documents-item p.document-title {
            color: #7C8794;
            font-size: 14px;
            font-weight: 300;
        }

        .recent-documents-table td.documents-download {
            width: 175px;
            text-align: center;
        }

            .recent-documents-table td.documents-download i {
                font-size: 24px;
            }
/*#endregion*/
/* #region S */
.savedpayment-sidebar .payment-amount {
    margin: 10px 0px;
}

.savedpayment-sidebar {
    z-index: 2;
    display: none;
    position: absolute;
    top: 0px;
    right: 0;
    width: 525px;
    height: calc(100vh - 190px);
    margin-right: -525px;
    opacity: 0;
    overflow-y: hidden;
    background-color: white;
    transition: margin-right .4s, opacity .2s;
}

    .savedpayment-sidebar .payment-sidebar-title {
        display: block;
        position: relative;
        width: 100%;
        height: 90px;
        padding: 0 24px;
        color: #fff;
        background-color: #33475C;
        font-size: 20px;
        line-height: 90px;
    }

        .savedpayment-sidebar .payment-sidebar-title .close {
            float: right;
            color: #fff;
            opacity: 1;
            filter: initial;
            text-shadow: none;
            font-weight: normal;
            line-height: inherit;
            cursor: pointer;
        }

    .savedpayment-sidebar.active {
        margin-right: 0;
        opacity: 1;
    }

    .savedpayment-sidebar .sidebar-content {
        position: relative;
        width: 100%;
        height: calc(100vh - 280px);
        padding: 40px;
        padding-bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .savedpayment-sidebar .sidebar-content .row {
            margin: 0;
        }

        .savedpayment-sidebar .sidebar-content h3.title {
            font-size: 18px;
            font-weight: 600;
            padding: 8px 0px 24px 0px;
            border-bottom: 1px solid #cccccc;
            margin-bottom: 20px;
        }

    .savedpayment-sidebar .payment-summary {
        display: flex;
        position: relative;
        width: 100%;
        height: 100px;
        padding: 10px 5px;
        background-color: #EEF1F5;
        flex-direction: column;
        justify-content: space-around;
    }

        .savedpayment-sidebar .payment-summary .payment-due {
            font-weight: 400;
            padding: 8px 38px;
            font-size: 18px;
            color: #7C8794;
        }

            .savedpayment-sidebar .payment-summary .payment-due span {
                float: right;
                color: #33475C;
                font-weight: 400;
            }

    .savedpayment-sidebar .method-selector ul {
        display: flex;
        justify-content: space-between;
    }

    .savedpayment-sidebar .action-selector ul {
        display: flex;
        justify-content: space-between;
    }

    .savedpayment-sidebar .method-selector ul li {
        display: flex;
        width: calc((100% / 3) - 15px);
        height: 84px;
        color: #7C8794;
        border: 1px solid #cccccc;
        border-radius: 6px;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        cursor: pointer;
    }

    .savedpayment-sidebar .action-selector ul li {
        display: flex;
        width: calc((100% / 3) - 15px);
        height: 84px;
        color: #7C8794;
        border: 1px solid #cccccc;
        border-radius: 6px;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        cursor: pointer;
    }

    .savedpayment-sidebar .method-selector ul li i {
        display: block;
        color: #7C8794;
        text-align: center;
        font-size: 40px;
    }

    .savedpayment-sidebar .action-selector ul li i {
        display: block;
        color: #7C8794;
        text-align: center;
        font-size: 40px;
    }

    .savedpayment-sidebar .method-selector ul li span {
        display: block;
        text-align: center;
        font-size: 0.8em;
        font-weight: 600;
    }

    .savedpayment-sidebar .action-selector ul li span {
        display: block;
        text-align: center;
        font-size: 0.8em;
        font-weight: 600;
    }

    .savedpayment-sidebar .method-selector ul li.active {
        color: #fff;
        background-color: #19BC9C;
        cursor: auto;
    }

    .savedpayment-sidebar .action-selector ul li.active {
        color: #fff;
        background-color: #19BC9C;
        cursor: auto;
    }

    .savedpayment-sidebar .method-selector ul li.active i {
        color: #fff;
    }

    .savedpayment-sidebar .action-selector ul li.active i {
        color: #fff;
    }

    .savedpayment-sidebar .method-pane {
        margin: 16px 0;
    }

        .savedpayment-sidebar .method-pane .method-item .saved-method-item {
            margin-bottom: 20px;
            border: 1px solid #f1f1f1;
            border-radius: 3px;
        }

            .savedpayment-sidebar .method-pane .method-item .saved-method-item .saved-method-item-header {
                display: block;
                width: 100%;
                height: 32px;
                padding: 10px 10px;
                border-bottom: 1px solid #f1f1f1;
            }

                .savedpayment-sidebar .method-pane .method-item .saved-method-item .saved-method-item-header .saved-method-item-title {
                    display: inline-block;
                    float: left;
                    color: #7C8794;
                    font-size: 12px;
                }

                .savedpayment-sidebar .method-pane .method-item .saved-method-item .saved-method-item-header .saved-method-item-date-added {
                    display: inline-block;
                    float: right;
                    color: #7C8794;
                    font-size: 12px;
                }

            .savedpayment-sidebar .method-pane .method-item .saved-method-item .saved-method-body {
                display: flex;
                height: 60px;
                align-items: center;
                justify-content: flex-start;
            }

                .savedpayment-sidebar .method-pane .method-item .saved-method-item .saved-method-body .card-type {
                    display: flex;
                    width: 62px;
                    height: 30px;
                    margin: 12px 24px;
                    border: 1px solid #7C8794;
                    border-radius: 2px;
                    align-items: center;
                    justify-content: center;
                }

                .savedpayment-sidebar .method-pane .method-item .saved-method-item .saved-method-body .saved-card-info {
                    display: block;
                    width: 100%;
                    font-size: 14px;
                }

                    .savedpayment-sidebar .method-pane .method-item .saved-method-item .saved-method-body .saved-card-info .saved-card-number {
                        height: 100%;
                        float: left;
                        color: #7C8794;
                        font-size: 14px;
                        line-height: 30px;
                    }

                    .savedpayment-sidebar .method-pane .method-item .saved-method-item .saved-method-body .saved-card-info .saved-card-exp {
                        display: block;
                        height: 100%;
                        float: right;
                        margin: 0 20px;
                        color: #7C8794;
                        line-height: 30px;
                    }

                .savedpayment-sidebar .method-pane .method-item .saved-method-item .saved-method-body .saved-bank-name {
                    display: block;
                    width: 50%;
                    margin: 0 20px;
                    color: #7C8794;
                    text-align: left;
                    font-size: 14px;
                    line-height: 20px;
                }

                .savedpayment-sidebar .method-pane .method-item .saved-method-item .saved-method-body .saved-bank-account {
                    display: block;
                    width: 50%;
                    margin: 0 20px;
                    color: #7C8794;
                    text-align: right;
                    font-size: 14px;
                    line-height: 20px;
                }

            .savedpayment-sidebar .method-pane .method-item .saved-method-item.selected {
                border-color: #19BC9C;
            }

                .savedpayment-sidebar .method-pane .method-item .saved-method-item.selected .saved-method-item-header {
                    color: #fff !important;
                    border-color: #19BC9C;
                    background-color: #19BC9C;
                }

                    .savedpayment-sidebar .method-pane .method-item .saved-method-item.selected .saved-method-item-header .saved-method-item-date-added, .payment-sidebar .method-pane .method-item .saved-method-item.selected .saved-method-item-header .saved-method-item-title {
                        color: #fff;
                    }

    .savedpayment-sidebar .amount-selector {
        position: relative;
    }

        .savedpayment-sidebar .amount-selector .amount-subtext {
            float: right;
            color: #7C8794;
            font-size: 13px;
        }

    .savedpayment-sidebar .payment-date-selector {
        position: relative;
    }

        .savedpayment-sidebar .payment-date-selector:before {
            z-index: 4;
            display: block;
            position: absolute;
            top: 18px;
            right: 12px;
            color: #7C8794;
            font-size: 24px;
            pointer-events: none;
        }

    .savedpayment-sidebar .payment-summary-footer {
        position: absolute;
        left: 0;
        width: calc(100%);
        margin-bottom: 0 !important;
        padding: 24px 40px;
        background-color: #F5F6F9;
    }

        .savedpayment-sidebar .payment-summary-footer .summary-payment-details, .savedpayment-sidebar .payment-summary-footer .summary-payment-method {
            font-size: 18px;
        }

            .savedpayment-sidebar .payment-summary-footer .summary-payment-details .summary-left p, .savedpayment-sidebar .payment-summary-footer .summary-payment-method .summary-left p {
                margin-bottom: 15px;
                color: #7C8794;
                text-align: left;
                font-size: 15px;
                font-weight: 400;
            }

            .savedpayment-sidebar .payment-summary-footer .summary-payment-details .summary-right p, .savedpayment-sidebar .payment-summary-footer .summary-payment-method .summary-right p {
                margin-bottom: 15px;
                color: #7C8794;
                text-align: right;
                font-size: 15px;
                font-weight: 600;
            }

        .savedpayment-sidebar .payment-summary-footer .summary-payment-details {
            margin-bottom: 0px;
        }

        .savedpayment-sidebar .payment-summary-footer .summary-payment-method {
            padding: 16px 0px;
            border-top: 1px solid #cbced2;
            border-bottom: 1px solid #cbced2;
        }

            .savedpayment-sidebar .payment-summary-footer .summary-payment-method .summary-left, .savedpayment-sidebar .payment-summary-footer .summary-payment-method .summary-right {
                margin-bottom: 0px;
            }

                .savedpayment-sidebar .payment-summary-footer .summary-payment-method .summary-left > p, .savedpayment-sidebar .payment-summary-footer .summary-payment-method .summary-right > p {
                    margin-bottom: 0px;
                }

        .savedpayment-sidebar .payment-summary-footer #payment-confirmations .checkboxes {
            margin-bottom: 40px;
            padding: 0px 40px;
        }

        .savedpayment-sidebar .payment-summary-footer #payment-confirmations .styled-button {
            height: 64px;
            font-size: 20px;
        }

        .savedpayment-sidebar .payment-summary-footer .payment-summary-contact {
            display: block;
            margin: 20px 10px;
            color: #7C8794;
            text-align: center;
            font-size: 14px;
        }

    .savedpayment-sidebar .payment-completion {
        display: none;
        position: relative;
        padding: 60px;
    }

        .savedpayment-sidebar .payment-completion h2 {
            margin-bottom: 60px;
        }

        .savedpayment-sidebar .payment-completion img.payment-checkmark {
            display: block;
            width: 125px;
            margin: 0 auto;
            margin-bottom: 30px;
        }






.search-field:before {
    z-index: 2;
    display: block;
    position: absolute;
    top: 14px;
    right: 10px;
    color: #7C8794;
    font-size: 16px;
}

section.calendar {
    position: relative;
    padding-bottom: 15px;
}

    section.calendar > .title {
        margin-top: 8px;
        padding: 7px;
        text-align: center;
        font-size: 14px;
    }

    section.calendar .days, section.calendar .headings {
        width: 250px;
        margin: auto;
    }

    section.calendar .day.heading {
        color: grey;
        font-weight: 400;
    }

    section.calendar .day {
        display: inline-block;
        width: 32px;
        text-align: center;
        font-size: 12px;
        font-weight: 300;
        line-height: 32px;
    }

    section.calendar a.day.today {
        color: #19BC9C;
    }

    section.calendar a.day {
        border-radius: 40px;
        cursor: pointer;
    }

        section.calendar a.day.selected {
            color: #fff;
            background-color: #19BC9C;
        }

        section.calendar a.day:hover {
            color: #fff;
            background-color: #16a086;
        }

.select-wrapper {
    display: inline-block;
    position: relative;
}

    .select-wrapper i.select-icon {
        display: block;
        position: absolute;
        top: 17px;
        right: 32px;
        color: #7C8794;
        font-size: 24px;
        pointer-events: none;
        cursor: pointer;
    }

.sidebar-overlay {
    z-index: 1;
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: calc(100% - 66px);
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 2s;
}

.styled-button {
    display: block;
    width: 222px;
    height: 52px;
    color: #fff;
    border: none;
    border-radius: 3px;
    background-color: #2098d5;
    text-align: center;
    font-size: 16px;
    /* line-height: 52px;*/
    transition: all .2s;
    margin-top: 8px;
}

    .styled-button:hover {
        color: #fff;
        background-color: #336295;
    }

    .styled-button.wide {
        width: 100%;
    }

    .styled-button:focus {
        color: #fff;
    }

    .styled-button.light {
        color: #33475C;
        border: 1px solid #33475C;
        background-color: transparent;
    }

        .styled-button.light:focus, .styled-button.light:hover {
            color: #33475C;
        }

.styled-button-small {
    height: 30px;
    font-size: 13px;
    width: 150px;
    margin-top: 5px;
}
/*#endregion*/
/* #region T */

a.tabs_login_quickpay {
    padding: 7px;
    background-color: #ccc;
    color: #000;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: solid 1px rgba(0,0,0,.25);
    border-right: solid 1px rgba(0,0,0,.25);
    border-bottom: solid 1px rgba(0,0,0,.25);
    font-size: 11px;
    white-space: nowrap;
}

a.tabs_login_quickpay_active {
    padding: 7px;
    background-color: #01b7f2;
    color: white;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: 2px;
    border-left: solid 1px rgba(0,0,0,.25);
    border-right: solid 1px rgba(0,0,0,.25);
    border-bottom: solid 1px rgba(0,0,0,.25);
    font-size: 11px;
    white-space: nowrap;
}

.threecol_container {
    height: calc(100vh - 20px);
    overflow-y: auto;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*background-color: rgba(0,0,0,.25);*/
}

.threecol_container_after {
    background-color: #f5f5f5 !important;
}

/*#endregion*/
/* #region U */
/*#endregion*/
/* #region V */

.vmenu {
    display: none;
}
/*#endregion*/
/* #region W */
.w100p {
    width: 100% !important;
}

.w1h10 {
    width: 1px;
    height: 10px;
    display: block;
}
/*#endregion*/
/* #region X */
/*#endregion*/
/* #region Y */
/*#endregion*/
/* #region Z */
/*#endregion*/
/*#endregion*/

/* #region MEDIA QUERIES */
@media screen and (max-width: 385px) {
    #livecheck {
        display: none;
    }

    #supportProducerInfo
    {
        font-size: 10px;
    }

    #nextPaymentButton {
        font-size: 10px;
    }
}

@media (max-width:1325px) {
    #supportProducerInfo {
        font-size: 10px;
    }

    #nextPaymentButton {
        font-size: 10px;
    }

    .make-payment-button {
        margin-bottom: 60px;
    }

    .payment-launch {
        padding-left: 60px;
        padding-right: 60px;
        margin: 15px;
        width: 90% !important;
    }
}

@media screen and (max-width: 592px) {
    #footer {
        /*zoom: .5;*/
    }

    #supportProducerInfo {
        font-size: 10px;
    }

    #nextPaymentButton {
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    .account-data-footer {
        display: block;
        height: initial;
    }

    .account-info-data {
        text-align: right !important;
    }

    .method-table td {
        padding: 32px 20px;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .mobile-payment-button {
        display: block;
    }

    .mobile-page-title {
        display: block;
    }

    .overview-page-title {
        display: none;
    }

    .account-nav {
        display: none;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .hide-on-desktop {
        display: block !important;
    }

    .mobile-back-button {
        display: inline-block;
    }

    .alert {
        margin-top: 72px !important;
        /*margin-bottom: 100%;*/
        font-size: 12px;
    }

    .dashboard header {
        z-index: 4;
        position: fixed;
        top: 0;
        width: 100vw;
        height: 64px !important;
    }

    .dashboard .content {
        min-height: initial;
        margin-top: 64px;
    }

    .header-top {
        display: flex;
        height: 64px !important;
        padding: 0 18px !important;
        justify-content: space-between;
    }

        .header-top .user-login-meta .greeting, .header-top .user-login-meta .user-menu {
            display: none;
        }

        .header-top .logo, .header-top .user-login-meta {
            height: 64px !important;
        }

            .header-top .user-login-meta .notifications span {
                font-size: 22px !important;
            }

            .header-top .logo img {
                /*height: 18px !important;*/
            }

    .header-bot {
        display: none;
    }

    .col-md-12, .content .col-md-6, .no-mobile-padding {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .dashboard-bundle .bundle-label {
        padding-left: 20px;
    }

        .dashboard-bundle .bundle-label > span {
            right: 12px !important;
        }

    .dashboard-bundle .bundle-body, .dashboard-bundle .no-mobile-padding .bundle-body {
        width: 100% !important;
        border-right: none !important;
        border-left: none !important;
        border-radius: 0 !important;
    }

    .alerts-sidebar {
        top: 64px;
        width: 100%;
        height: calc(100% - 64px);
    }

    .sidebar-overlay {
        top: 64px;
        height: calc(100% - 64px);
    }

    .alerts-sidebar .alerts-list {
        height: calc(100vh - 128px);
        padding-bottom: 40px;
    }

    .alerts-sidebar .alerts-sidebar-title {
        height: 64px;
        line-height: 64px;
    }

    .alerts-sidebar .alert-item {
        height: 195px;
    }

    .alerts-sidebar .alert-time {
        position: relative !important;
        top: initial !important;
        margin-bottom: 16px;
    }

    .alerts-sidebar .alert-title {
        font-size: 14px;
    }

    .alerts-sidebar .alerts-list .alert-dismiss {
        top: -55px;
    }

    .payment-sidebar {
        position: fixed;
        top: 64px;
        width: 100%;
        height: calc(100% - 64px);
    }

        .payment-sidebar .payment-sidebar-title {
            height: 64px;
            line-height: 64px;
        }

        .payment-sidebar .payment-summary {
            height: 64px;
        }

            .payment-sidebar .payment-summary .payment-due {
                padding: 6px 38px;
                font-size: 14px;
                font-weight: 400;
            }

        .payment-sidebar .sidebar-content {
            height: calc(100vh - 200px);
            margin-bottom: 300px;
            padding: 20px;
            padding-bottom: 40px;
            font-size: 14px;
        }

    .method-selector ul li {
        width: 108px;
        height: 68px;
    }

        .method-selector ul li i {
            font-size: 32px;
        }

    .payment-summary-footer {
        padding: 24px 20px !important;
    }

        .payment-summary-footer .summary-payment-details .summary-right p, .payment-summary-footer .summary-payment-method .summary-right p {
            font-size: 13px;
        }

    .method-pane .method-item .saved-method-item .saved-method-body .saved-bank-account {
        font-size: 14px;
    }

    .payment-summary-footer #payment-confirmations .checkboxes {
        padding: 0px 10px !important;
    }

    .checkbox, .radio { /* zoom : 0.83; */
    }

    #credit-card-form .ccv {
        display: inline-block;
        width: 91%;
        margin: 20px 0px;
    }

    #saved-credit-card-form .ccv {
        display: inline-block;
        width: 99px;
    }

    .amount-selector .row > div {
        width: 100%;
    }

    .payment-sidebar .payment-summary-footer .summary-payment-details .summary-left p, .payment-sidebar .payment-summary-footer .summary-payment-details .summary-right p, .payment-sidebar .payment-summary-footer .summary-payment-method .summary-left p, .payment-sidebar .payment-summary-footer .summary-payment-method .summary-right p {
        height: 30px;
    }

    .register-flow-tracker .step-indicator {
        display: block !important;
    }

        .register-flow-tracker .step-indicator > span {
            left: -25px;
            white-space: nowrap;
        }

    body.register .register-flow-tracker {
        zoom: 0.85;
    }

    /*
    body {
        margin-top: 60px;
    }
        */
    .dashboard .content {
        min-height: initial;
        margin-top: 0px;
    }

    header {
        height: 0px; /*190px;*/
    }

    #supportProducerInfo {
        font-size: 10px;
    }

    #nextPaymentButton {
        font-size: 10px;
    }
}

@media screen and (max-width: 771px) {
    #logoSRC {
        display: none;
    }

    #logospacer {
        display: none;
    }

    #logoSRCMobile {
        max-width: 150px;
        background-repeat: no-repeat;
        display: block;
    }

    #mypolicy_hnav {
        display: none;
    }

    #div_language_select {
        display: none;
    }
}

@media screen and (max-width: 792px) {
    #footer {
        /*zoom: .75;*/
    }
}

@media screen and (max-width: 991px) {
    .alert {
        border-radius: 0px;
    }

        .alert .close {
            border-radius: 0px;
        }

        .alert .text {
            align-items: center;
            flex-direction: row;
            justify-content: flex-start;
            font-size: 10px;
        }

            .alert .text span {
                margin-left: 20px;
                font-size: 12px;
            }

    .alert-container {
        position: relative;
        left: calc(-50vw + 50%);
        width: calc(100vw - 10px);
        margin: 0;
        margin-bottom: 2px;
    }

    .login-page {
        /*padding-top: 20vh;*/
    }

        .login-page > .container {
            height: auto;
            padding: 0;
        }

    .mobile-center {
        text-align: center;
    }
}

@media screen and (min-width: 992px) {
    footer .container .row {
        display: flex;
    }

    .login-page {
        /* overflow-y: hidden;*/
    }

        .login-page #login-sidebar {
            position: absolute;
            right: 0;
            width: 525px;
            padding-bottom: 0px;
            /* overflow-y: auto;*/
        }
}

@media screen and (max-width: 1199px) {
    .account-data-header {
        display: block;
        height: initial;
    }

    .account-nav { /* display: none; */
        zoom: 0.88;
    }

    .account-data-header {
        height: initial;
        line-height: 30px;
    }

    .account-data-footer {
        display: block !important;
        height: initial !important;
        line-height: 30px;
    }

        .account-data-footer p {
            line-height: 30px;
        }

    .account-info-edit {
        display: none;
    }

    .method-table td.edit-column {
        display: none;
    }

    .show-on-tablet {
        display: block !important;
    }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .account-data-footer p span {
        display: block;
    }
}

@media screen and (min-width: 992px) and (min-height: 1000px) {
    .login-page #login-sidebar {
        display: flex;
        align-items: center;
    }
}
/*#endregion*/

/* #region Icons */
@font-face {
    font-family: 'soap-icons';
    src: url("../Content/soap-icons.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

[class^="soap-icon"], [class*=" soap-icon"] {
    vertical-align: baseline;
}

    [class^="soap-icon"]:before, [class*=" soap-icon"]:before {
        font-family: "soap-icons";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        font-size: 120%;
    }

    [class^="soap-icon"].circle, [class*=" soap-icon"].circle, .glyphicon.circle {
        border: 1px solid;
        width: 1.8em;
        height: 1.8em;
        line-height: 1.7333em;
        -webkit-border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -ms-border-radius: 50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%;
        display: inline-block;
        text-align: center;
    }

    [class^="soap-icon"].takeoff-effect:before, [class*=" soap-icon"].takeoff-effect:before, .glyphicon.takeoff-effect:before {
        -webkit-transform: rotate(-25deg);
        -moz-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        -o-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }

    [class^="soap-icon"].takeoff-effect1:before, [class*=" soap-icon"].takeoff-effect1:before, .glyphicon.takeoff-effect1:before {
        -webkit-transform: rotate(25deg);
        -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        -o-transform: rotate(25deg);
        transform: rotate(25deg);
    }

    [class^="soap-icon"].landing-effect:before, [class*=" soap-icon"].landing-effect:before, .glyphicon.landing-effect:before {
        -webkit-transform: rotate(-25deg);
        -moz-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        -o-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }

    [class^="soap-icon"].flip-effect:before, [class*=" soap-icon"].flip-effect:before, .glyphicon.flip-effect:before {
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
    }

.soap-icon-fireplace:before {
    content: '\e800';
}

.soap-icon-television:before {
    content: '\e801';
}

.soap-icon-fridge:before {
    content: '\e802';
}

.soap-icon-aircon:before {
    content: '\e803';
}

.soap-icon-fmstereo:before {
    content: '\e804';
}

.soap-icon-beach:before {
    content: '\e805';
}

.soap-icon-juice:before {
    content: '\e806';
}

.soap-icon-food:before {
    content: '\e807';
}

.soap-icon-fueltank:before {
    content: '\e808';
}

.soap-icon-breakfast:before {
    content: '\e809';
}

.soap-icon-coffee:before {
    content: '\e80a';
}

.soap-icon-party:before {
    content: '\e80b';
}

.soap-icon-savings:before {
    content: '\e80c';
}

.soap-icon-address:before {
    content: '\e80d';
}

.soap-icon-horn:before {
    content: '\e80e';
}

.soap-icon-conference:before {
    content: '\e80f';
}

.soap-icon-support:before {
    content: '\e810';
}

.soap-icon-tree:before {
    content: '\e811';
}

.soap-icon-friends:before {
    content: '\e812';
}

.soap-icon-winebar:before {
    content: '\e813';
}

.soap-icon-plans:before {
    content: '\e814';
}

.soap-icon-guideline:before {
    content: '\e815';
}

.soap-icon-wifi:before {
    content: '\e816';
}

.soap-icon-binoculars:before {
    content: '\e817';
}

.soap-icon-key:before {
    content: '\e818';
}

.soap-icon-fork:before {
    content: '\e819';
}

.soap-icon-locations:before {
    content: '\e81a';
}

.soap-icon-couples:before {
    content: '\e81b';
}

.soap-icon-card:before {
    content: '\e81c';
}

.soap-icon-fitnessfacility:before {
    content: '\e81d';
}

.soap-icon-flexible:before {
    content: '\e81e';
}

.soap-icon-phone:before {
    content: '\e81f';
}

.soap-icon-cruise:before {
    content: '\e820';
}

.soap-icon-joystick:before {
    content: '\e821';
}

.soap-icon-lost-found:before {
    content: '\e822';
}

.soap-icon-securevault:before {
    content: '\e823';
}

.soap-icon-cruise-1:before {
    content: '\e824';
}

.soap-icon-cruise-3:before {
    content: '\e825';
}

.soap-icon-anchor:before {
    content: '\e826';
}

.soap-icon-cruise-2:before {
    content: '\e827';
}

.soap-icon-car-2:before {
    content: '\e828';
}

.soap-icon-pickanddrop:before {
    content: '\e829';
}

.soap-icon-car:before {
    content: '\e82a';
}

.soap-icon-car-1:before {
    content: '\e82b';
}

.soap-icon-hotel-2:before {
    content: '\e82c';
}

.soap-icon-hotel-1:before {
    content: '\e82d';
}

.soap-icon-plane:before {
    content: '\e82e';
}

.soap-icon-plane-bottom:before {
    content: '\e82f';
}

.soap-icon-plane-left:before {
    content: '\e830';
}

.soap-icon-plane-right:before {
    content: '\e831';
}

.soap-icon-carryon:before {
    content: '\e832';
}

.soap-icon-businessbag:before {
    content: '\e833';
}

.soap-icon-baggage:before {
    content: '\e834';
}

.soap-icon-bag:before {
    content: '\e835';
}

.soap-icon-suitcase:before {
    content: '\e836';
}

.soap-icon-hotel-3:before {
    content: '\e837';
}

.soap-icon-trunk-2:before {
    content: '\e838';
}

.soap-icon-hotel:before {
    content: '\e839';
}

.soap-icon-trunk-1:before {
    content: '\e83a';
}

.soap-icon-trunk-3:before {
    content: '\e83b';
}

.soap-icon-delayed-baggage:before {
    content: '\e83c';
}

.soap-icon-damaged-baggage:before {
    content: '\e83d';
}

.soap-icon-baggage-3:before {
    content: '\e83e';
}

.soap-icon-baggage-2:before {
    content: '\e83f';
}

.soap-icon-baggage-1:before {
    content: '\e840';
}

.soap-icon-magazine-1:before {
    content: '\e841';
}

.soap-icon-baggage-status:before {
    content: '\e842';
}

.soap-icon-magazine:before {
    content: '\e843';
}

.soap-icon-slider-1:before {
    content: '\e844';
}

.soap-icon-slider:before {
    content: '\e845';
}

.soap-icon-camera-2:before {
    content: '\e846';
}

.soap-icon-photogallery:before {
    content: '\e847';
}

.soap-icon-camera-3:before {
    content: '\e848';
}

.soap-icon-baggage-4:before {
    content: '\e849';
}

.soap-icon-baggage-5:before {
    content: '\e84a';
}

.soap-icon-shopping:before {
    content: '\e84b';
}

.soap-icon-shopping-1:before {
    content: '\e84c';
}

.soap-icon-shopping-2:before {
    content: '\e84d';
}

.soap-icon-shopping-3:before {
    content: '\e84e';
}

.soap-icon-camera-1:before {
    content: '\e84f';
}

.soap-icon-settings-1:before {
    content: '\e850';
}

.soap-icon-bad:before {
    content: '\e851';
}

.soap-icon-recommend:before {
    content: '\e852';
}

.soap-icon-entertainment:before {
    content: '\e853';
}

.soap-icon-balloon:before {
    content: '\e854';
}

.soap-icon-globe:before {
    content: '\e855';
}

.soap-icon-places:before {
    content: '\e856';
}

.soap-icon-clock-1:before {
    content: '\e857';
}

.soap-icon-clock:before {
    content: '\e858';
}

.soap-icon-settings:before {
    content: '\e859';
}

.soap-icon-automatic:before {
    content: '\e85a';
}

.soap-icon-parking:before {
    content: '\e85b';
}

.soap-icon-status:before {
    content: '\e85c';
}

.soap-icon-departure:before {
    content: '\e85d';
}

.soap-icon-letter:before {
    content: '\e85e';
}

.soap-icon-message:before {
    content: '\e85f';
}

.soap-icon-search-plus:before {
    content: '\e860';
}

.soap-icon-search-minus:before {
    content: '\e861';
}

.soap-icon-search:before {
    content: '\e862';
}

.soap-icon-restricted:before {
    content: '\e863';
}

.soap-icon-calendar:before {
    content: '\e864';
}

.soap-icon-stories:before {
    content: '\e865';
}

.soap-icon-liability:before {
    content: '\e866';
}

.soap-icon-insurance:before {
    content: '\e867';
}

.soap-icon-doc-minus:before {
    content: '\e868';
}

.soap-icon-availability:before {
    content: '\e869';
}

.soap-icon-calendar-1:before {
    content: '\e86a';
}

.soap-icon-calendar-check:before {
    content: '\e86b';
}

.soap-icon-list:before {
    content: '\e86c';
}

.soap-icon-doc-plus:before {
    content: '\e86d';
}

.soap-icon-left:before {
    content: '\e86e';
}

.soap-icon-right:before {
    content: '\e86f';
}

.soap-icon-top:before {
    content: '\e870';
}

.soap-icon-grid:before {
    content: '\e871';
}

.soap-icon-block:before {
    content: '\e872';
}

.soap-icon-star-1:before {
    content: '\e873';
}

.soap-icon-letter-1:before {
    content: '\e874';
}

.soap-icon-documents:before {
    content: '\e875';
}

.soap-icon-heart:before {
    content: '\e876';
}

.soap-icon-star:before {
    content: '\e877';
}

.soap-icon-roundtriangle-right:before {
    content: '\e878';
}

.soap-icon-roundtriangle-top:before {
    content: '\e879';
}

.soap-icon-roundtriangle-bottom:before {
    content: '\e87a';
}

.soap-icon-chevron-left:before {
    content: '\e87b';
}

.soap-icon-roundtriangle-left:before {
    content: '\e87c';
}

.soap-icon-bottom:before {
    content: '\e87d';
}

.soap-icon-arrow-top:before {
    content: '\e87e';
}

.soap-icon-arrow-bottom:before {
    content: '\e87f';
}

.soap-icon-arrow-right:before {
    content: '\e880';
}

.soap-icon-arrow-left:before {
    content: '\e881';
}

.soap-icon-longarrow-up:before {
    content: '\e882';
}

.soap-icon-longarrow-bottom:before {
    content: '\e883';
}

.soap-icon-triangle-left:before {
    content: '\e884';
}

.soap-icon-triangle-right:before {
    content: '\e885';
}

.soap-icon-triangle-top:before {
    content: '\e886';
}

.soap-icon-chevron-right:before {
    content: '\e887';
}

.soap-icon-chevron-top:before {
    content: '\e888';
}

.soap-icon-chevron-down:before {
    content: '\e889';
}

.soap-icon-longarrow-left:before {
    content: '\e88a';
}

.soap-icon-longarrow-right:before {
    content: '\e88b';
}

.soap-icon-triangle-bottom:before {
    content: '\e88c';
}

.soap-icon-plus:before {
    content: '\e88d';
}

.soap-icon-minus:before {
    content: '\e88e';
}

.soap-icon-ski:before {
    content: '\e88f';
}

.soap-icon-close:before {
    margin-top: 10px;
    font-size: 32px;
    content: '\e890';
}

.soap-icon-handicapaccessiable:before {
    content: '\e891';
}

.soap-icon-check-1:before {
    content: '\e892';
}

.soap-icon-passed:before {
    content: '\e893';
}

.soap-icon-features:before {
    content: '\e894';
}

.soap-icon-passenger:before {
    content: '\e895';
}

.soap-icon-adventure:before {
    content: '\e896';
}

.soap-icon-man-2:before {
    content: '\e897';
}

.soap-icon-dog:before {
    content: '\e898';
}

.soap-icon-man-1:before {
    content: '\e899';
}

.soap-icon-swimming:before {
    content: '\e89a';
}

.soap-icon-man-3:before {
    content: '\e89b';
}

.soap-icon-comfort:before {
    content: '\e89c';
}

.soap-icon-smoking:before {
    content: '\e89e';
}

.soap-icon-playplace:before {
    content: '\e89f';
}

.soap-icon-facebook:before {
    content: '\e8a0';
}

.soap-icon-googleplus:before {
    content: '\e8a1';
}

.soap-icon-pinterest:before {
    content: '\e8a2';
}

.soap-icon-vimeo:before {
    content: '\e8a3';
}

.soap-icon-doorman:before {
    content: '\e8a4';
}

.soap-icon-googleplay:before {
    content: '\e8a5';
}

.soap-icon-elevator:before {
    content: '\e8a6';
}

.soap-icon-apple:before {
    content: '\e8a7';
}

.soap-icon-twitter:before {
    content: '\e8a8';
}

.soap-icon-tub:before {
    content: '\e8a9';
}

.soap-icon-myspace:before {
    content: '\e8aa';
}

.soap-icon-youtube:before {
    content: '\e8ab';
}

.soap-icon-tumblr:before {
    content: '\e8ac';
}

.soap-icon-flickr:before {
    content: '\e8ad';
}

.soap-icon-soundcloud:before {
    content: '\e8ae';
}

.soap-icon-stumbleupon:before {
    content: '\e8af';
}

.soap-icon-linkedin:before {
    content: '\e8b0';
}

.soap-icon-dribble:before {
    content: '\e8b1';
}

.soap-icon-deviantart:before {
    content: '\e8b2';
}

.soap-icon-behance:before {
    content: '\e8b3';
}

.soap-icon-envato:before {
    content: '\e8b4';
}

.soap-icon-instagram:before {
    content: '\e8b5';
}

.soap-icon-skype:before {
    content: '\e8b6';
}

.soap-icon-user:before {
    content: '\e8b7';
}

.soap-icon-pets:before {
    content: '\e8b8';
}

.soap-icon-family:before {
    content: '\e8b9';
}

.soap-icon-check:before {
    content: '\e8ba';
}

.soap-icon-notice:before {
    content: '\e8bb';
}

.soap-icon-error:before {
    content: '\e8bc';
}

.soap-icon-generalmessage:before {
    content: '\e8bd';
}

.soap-icon-automatic-transmission:before {
    content: '\e8be';
}

.soap-icon-flight-hotel:before {
    content: '\e8bf';
}

.soap-icon-comment:before {
    content: '\e8c0';
}
/*#endregion*/




#logoSRC {
    max-width: 229px !important;
}



.threecol_container {
    /*background-color: rgba(255,255,255,0);*/
}

/*.anon_header_container {
    background-color: #3e4d5c !important;
    opacity: 0.9;
}*/

a.tabs_login_quickpay_active {
    background-color: #e6400c !important;
}

.styled-button {
    background-color: #e6400c !important;
}

    .styled-button:hover {
        background-color: #3e4d5c !important;
    }

#footer {
    background-color: #3e4d5c !important;
    /*opacity: 0.9;*/
}

footer p {
    background-color: #3e4d5c !important;
}

footer .container {
    background-color: #3e4d5c !important;
}

body.register .register-flow-tracker .step-indicator.current {
    background-color: #e6400c !important;
    border-color: #e6400c !important;
}

header .header-top {
    background-color: #ededed !important;
}

    header .header-top .user-login-meta .greeting {
        color: #3e4d5c !important;
    }

    header .header-top .user-login-meta .user-menu .user-menu-toggle {
        color: #e6400c !important;
    }

.policy_icon_policystatus {
    color: #e6400c !important;
}

.policy_icon_balancetotal {
    color: #e6400c !important;
}

.icon_color1 {
    color: #e6400c !important;
}

footer a {
    color: white !important;
}

.payment-sidebar .method-selector ul li.active {
    background-color: #e6400c !important;
}

.livecc_preview_container {
    background: rgb(240,183,161);
    background: -moz-linear-gradient(-45deg, rgba(240,183,161,1) 0%, rgba(140,51,16,1) 50%, rgba(117,34,1,1) 51%, rgba(191,110,78,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
    background: linear-gradient(135deg, rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=1 );
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #3e4d5c !important;
}

header .header-top .user-login-meta .user-menu .user-menu-box ul li:hover {
    background-color: #e6400c !important;
}

a.lnk_anon_topbar_active {
    color: white !important;
}

.mpbutton {
    border: 2px solid #0297fa;
    border-radius: 5px;
    min-height: 60px;
    /* background: url(../images/background.png) top repeat-x; */
    padding-top: 5px;
    margin-bottom: 10px;
    background: #3e4d5c;
    opacity: 0.9;
}

.mpbutton:hover {
    background-color: #e6400c;
}

.mpbutton font {
    font-size: 18px;
    color: #D9DADE;
    padding-left: 20px;
}

.mpbutton p {
    font-size: 12px;
    color: #D9DADE;
    padding-left: 20px;
}

.col-lg-4 {
    padding: 0 10px 10px 10px;

}

.mprow {
    width: 65%;
    margin: 0 auto;
    margin-top: 15%;
}

.alert-danger {
    background-color: #F2695A;
    border-color: #ebccd1 !important;
}

/*
.alert {
    padding: 15px !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    margin-bottom: 0px;
    margin-top: 0px;
}
*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #3e4d5c;
    background: #344c6147;
    font-weight: normal;
    color: #010101;
}

.ui-widget-content {
    border: 1px solid #3e4d5c;
    background: #ffffff;
    color: #222222;
}


element.style {
}

.checkbox {
    position: relative;
    width: 28px;
    height: 28px;
    border: 1px solid #BDC3C9;
    border-radius: 3px;
    background: #ffffff;
}

.radio, .checkbox {
    /*padding-left: 0px;*/
}

.validationMessage {
    color: #F2695A;
}

.paid {
    color: green;
    font-weight: bold;
}

.expected {
    color: #a94442;
    /*text-align: center;*/
}

.excluded {
    color: red;
    font-weight: bold;
}

@keyframes move {
    0% {
        box-shadow: 1px -1px 0 hsla(0, 100%, 50%, 1), 1px -1px 0 hsla(0, 100%, 50%, 1), 1px -1px 0 hsla(0, 100%, 50%, 1), 1px -1px 0 hsla(0, 100%, 50%, 1), -1px 1px 0 hsla(180, 100%, 50%, 1), -1px 1px 0 hsla(180, 100%, 50%, 1), -1px 1px 0 hsla(180, 100%, 50%, 1), -1px 1px 0 hsla(180, 100%, 50%, 1);
    }

    25% {
        box-shadow: -1px -1px 0 hsla(180, 100%, 50%, 1), -1px -1px 0 hsla(180, 100%, 50%, 1), -1px -1px 0 hsla(180, 100%, 50%, 1), -1px -1px 0 hsla(180, 100%, 50%, 1), 1px 1px 0 hsla(0, 100%, 50%, 1), 1px 1px 0 hsla(0, 100%, 50%, 1), 1px 1px 0 hsla(0, 100%, 50%, 1), 1px 1px 0 hsla(0, 100%, 50%, 1);
    }

    50% {
        box-shadow: -1px 1px 0 hsla(0, 100%, 50%, 1), -1px 1px 0 hsla(0, 100%, 50%, 1), -1px 1px 0 hsla(0, 100%, 50%, 1), -1px 1px 0 hsla(0, 100%, 50%, 1), 1px -1px 0 hsla(180, 100%, 50%, 1), 1px -1px 0 hsla(180, 100%, 50%, 1), 1px -1px 0 hsla(180, 100%, 50%, 1), 1px -1px 0 hsla(180, 100%, 50%, 1);
    }

    75% {
        box-shadow: 1px 1px 0 hsla(180, 100%, 50%, 1), 1px 1px 0 hsla(180, 100%, 50%, 1), 1px 1px 0 hsla(180, 100%, 50%, 1), 1px 1px 0 hsla(180, 100%, 50%, 1), -1px -1px 0 hsla(0, 100%, 50%, 1), -1px -1px 0 hsla(0, 100%, 50%, 1), -1px -1px 0 hsla(0, 100%, 50%, 1), -1px -1px 0 hsla(0, 100%, 50%, 1);
    }

    100% {
        box-shadow: 1px -1px 0 hsla(0, 100%, 50%, 1), 1px -1px 0 hsla(0, 100%, 50%, 1), 1px -1px 0 hsla(0, 100%, 50%, 1), 1px -1px 0 hsla(0, 100%, 50%, 1), -1px 1px 0 hsla(180, 100%, 50%, 1), -1px 1px 0 hsla(180, 100%, 50%, 1), -1px 1px 0 hsla(180, 100%, 50%, 1), -1px 1px 0 hsla(180, 100%, 50%, 1);
    }
}

.google-button {
    height: 40px;
    border-width: 0;
    background: white;
    color: #737373;
    border-radius: 5px;
    white-space: nowrap;
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.05);
    transition-property: background-color, box-shadow;
    transition-duration: 150ms;
    transition-timing-function: ease-in-out;
    padding: 0;
}

.google-button:focus {
    box-shadow: 1px 4px 5px 2px rgba(0,0,0,0.1);
}

.google-button:hover {
    box-shadow: 1px 4px 5px 2px rgba(0,0,0,0.1);
}

.google-button:active {
    background-color: #e5e5e5;
    box-shadow: none;
    transition-duration: 10ms;
}

.google-button__icon {
    display: inline-block;
    vertical-align: middle;
    margin: 8px 0 8px 8px;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
}

.google-button__icon--plus {
    width: 27px;
}

.google-button__text {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto',arial,sans-serif;
}

/*8888888888*/

.facebook-button {
    height: 40px;
    border-width: 0;
    color: #FFF;
    background-color: #395697;
    border-radius: 5px;
    white-space: nowrap;
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.05);
    transition-property: background-color, box-shadow;
    transition-duration: 150ms;
    transition-timing-function: ease-in-out;
    padding: 0;
}

    .facebook-button:focus {
        box-shadow: 1px 4px 5px 2px rgba(0,0,0,0.1);
    }

    .facebook-button:hover {
        box-shadow: 1px 4px 5px 2px rgba(0,0,0,0.1);
    }

    .facebook-button:active {
        background-color: #e5e5e5;
        box-shadow: none;
        transition-duration: 10ms;
    }

.facebook-button__icon {
    display: inline-block;
    vertical-align: middle;
    margin: 8px 0 8px 8px;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
}

.facebook-button__icon--plus {
    width: 27px;
}

.facebook-button__text {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto',arial,sans-serif;
}

.logout-link-name {
    color: #a94442;
}

    .logout-link-name:focus {
        color: #e6400c;
    }

    .logout-link-name:hover {
        color: #e6400c;
    }


.drivers td,
.drivers th {
    font-size: 8px;
    font-size: 1vw;
    text-align: center;
    vertical-align: top !important;
}

.loading {
    z-index: 999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }


