﻿@charset "UTF-8";
/* CSS Document */

.marginTop {
    margin-top: 1em;
}

.paddLeft {
    padding-left: 12px;
}

/*.paddBottom {
    padding-bottom: 4px;
}*/

.marginBottom {
    margin-bottom: 15px;
}

.tab-content {
    border-top: 1px solid #ddd;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
    border-bottom: none;
}

.row {
    display: block;
}

/*#NewAcccountPayment {
    margin-right: 20px;
}*/

.btnNewAccountPadding {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 9px;
    padding-bottom: 9px;
}

#ContactInfoCoApp {
    margin-top: 10px;
}

.partialLabel {
    text-align: left !important;
    min-width: 30px;
}

.add-on-fix {
    cursor: pointer;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.img-128 {
    max-width: 128px;
    height: auto;
}

/* Traponder Selection Add/Replace */
.addTransponderTagPanel {
}

.transponderSelection-label,
 .addTransponderTagPanel label {
    font-family: 'Open Sans', Arial, sans-serif !important;
    padding-top: 12px;
    }

.addTransponderTagPanel label {
    padding-top: 0;
    font-size: 12px !important;
    line-height: 14px !important;
    color:#000;
    margin:0;
    }

.product-title-col {
    font-size: 16px !important;
}

span.product-title {
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-weight: 800;
    font-size: 16px !important;
    line-height: 18px;
}

span.prod-price {
    font-size: 14px !important;
    line-height: 16px;
}

/* End Transponder Selection */

/*START END DATE CALENDAR (jQuery UI)*/
.calendar-align {
    width: 80%;
    display: inline-block;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ui-icon-calendar img {
    width: 36px;
    height: 36px;
    vertical-align: top;
    bordeR: 1px solid #cccccc;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ui-datepicker .ui-datepicker-header {
    background-color: #732b90;
    color: #fff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 0;
    background: #9148af;
    font-weight: normal;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
}

.ui-widget-header .ui-icon {
    filter: brightness(10);
}

/*Calendar CSS  (Non jQuery UI)*/

table.calendar .months-header {
    background-color: #732b90;
}

    table.calendar .months-header > th {
        border: 0;
        color: #fff;
    }

        table.calendar .months-header > th i {
            color: #fff;
        }

.table-bordered > thead > tr > th {
    border: 0;
    font-weight: bold;
}

th.year {
    background-color: #84419e;
}

.bfh-datepicker-calendar > table.calendar > tbody > tr > td.today {
    background: #fffa90;
    color: #777620;
    font-weight: bold;
}

.bfh-datepicker-calendar > table.calendar > tbody > tr > td:not(.off):hover,
.bfh-datepicker-calendar > table.calendar > tbody > tr > td:not(.off):focus {
    background-color: #732b90;
    color: #fff;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.bfh-datepicker-calendar > table.calendar > tbody > tr > td.off {
    color: #8c8b8b;
    background: #efefef;
}



/* Footable CSS*/

.previewTable > tfoot > tr > th {
    vertical-align: bottom;
    border-top: 1px solid rgb(102, 102, 102);
}

.previewTable > tbody > tr > td {
    border: none;
}

.previewTable > thead > tr > th {
    border: none;
}

.visible-foo-column {
    display: table-cell !important;
}

.footableHideColumn {
    display: none !important;
}

/* End Footable CSS*/

label.btn span {
    font-size: 1.5em;
}

.disabledCheckBox {
    color: #c8c8c8;
    display: inline;
}

label input[type="radio"] ~ i.fa.fa-circle-o {
    color: #c8c8c8;
    display: inline;
}

label input[type="radio"] ~ i.fa.fa-dot-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
    color: #732B90;
    display: inline;
}

label:hover input[type="radio"] ~ i.fa,
label:focus input[type="radio"] ~ i.fa {
    color: #732B90;
}

label input[type="checkbox"] ~ i.fa.fa-square {
    color: #c8c8c8;
    display: inline;
}

/*Makes the checkbox always vertically aligned to the middle of the label text*/
label input[type="checkbox"] ~ i {
    vertical-align: middle;
}

    label input[type="checkbox"] ~ i.fa.fa-check-square {
        display: none;
    }

label input[type="checkbox"]:checked ~ i.fa.fa-square {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-check-square {
    color: #732B90;
    display: inline;
}

label:hover input[type="checkbox"] ~ i.fa,
label:focus input[type="checkbox"] ~ i.fa {
    color: #732B90;
}

    label:hover input[type="checkbox"] ~ i.fa.fa-square,
    label:focus input[type="checkbox"] ~ i.fa.fa-square {
        display: none;
    }

    label:hover input[type="checkbox"] ~ i.fa.fa-check-square,
    label:focus input[type="checkbox"] ~ i.fa.fa-check-square {
        display: inline;
    }

div[data-toggle="buttons"] label.active {
}

div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: transparent;
    border: 0px solid inherit;
    border-radius: 3px;
    color: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    div[data-toggle="buttons"] label:hover,
    div[data-toggle="buttons"] label:focus {
    }

    div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.custom-radio-container{
    width:40px;
    height:40px;
    display:inline-flex;
}

.custom-radio-container input{
    width:40px!important;
    height:40px!important;
}
.custom-radio-container i {
        line-height: 38px!important;
        width:40px!important;
        height:40px!important;
    }
.checkBoxStyle {
    /*margin-left: -15px;*/
}

/*Progress Bar*/

.ProgressBarSteps {
    display: none;
}

    .ProgressBarSteps.active {
        background: transparent;
        width: 335px;
        height: 30px;
        display: block;
        margin-top: 40px;
        position: relative;
        white-space: nowrap;
        clear: both;
    }

    .ProgressBarSteps .bar {
        width: 100%;
        height: 5px;
        background: #FFF;
        position: relative;
        top: 12px;
        border-radius: 20px;
        overflow: hidden;
        position: relative;
    }

        .ProgressBarSteps .bar .progress {
            width: 0;
            height: 5px;
            position: absolute;
            display: block;
            background-color: #732b90;
            top: 0;
            left: 0;
            transition: all 0.5s ease-in-out;
        }

    .ProgressBarSteps.step-2 .bar .progress {
        width: 35%;
        transition: all 0.5s ease-in-out;
    }

@keyframes step-3 {
    0% {
        width: 35%;
    }

    100% {
        width: 65%
    }
}

.ProgressBarSteps.step-3 .bar .progress {
    width: 65%;
    animation-name: step-3;
    animation-timing-function: ease-in-out;
    animation-duration: 0.5s;
}

@keyframes step-4 {
    0% {
        width: 65%;
    }

    100% {
        width: 100%
    }
}

.ProgressBarSteps.step-4 .bar .progress {
    width: 100%;
    animation-name: step-4;
    animation-timing-function: ease-in-out;
    animation-duration: 0.5s;
}

.ProgressBarSteps ul.steps-list {
    list-style: none;
    list-style-type: none;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

ul.steps-list > li {
    display: inline-block;
    margin-left: 50px;
    white-space: nowrap;
}

    ul.steps-list > li:first-child {
        margin-left: 0;
    }

    ul.steps-list > li .step-circle {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background-color: #fff;
        overflow: hidden;
        display: block;
        transition: all 0.5s ease;
        position: relative;
        -webkit-box-shadow: 6px 9px 11px -2px rgba(0,0,0,0.27);
        -moz-box-shadow: 6px 9px 11px -2px rgba(0,0,0,0.27);
        box-shadow: 6px 9px 11px -2px rgba(0,0,0,0.27);
    }

        ul.steps-list > li .step-circle .purple {
            border-radius: 100%;
            width: 30px;
            height: 30px;
            transform: scale(0);
            position: absolute;
            z-index: 0;
            background-color: #732b90;
            top: 0;
            left: 0;
        }

        ul.steps-list > li .step-circle.active .purple {
            transform: scale(1);
            transition: all 0.5s ease-in-out;
            transition-delay: 730ms;
        }

    ul.steps-list > li p {
        font-family: OpenSans, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #fff;
        display: block;
        margin-left: -5px;
        text-shadow: none;
    }

.step-circle > .number {
    color: #732b90;
    font-family: Bree, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    display: block;
    margin-top: 4px;
    z-index: 1;
    position: relative;
    text-shadow: none;
}

ul.steps-list > li .step-circle.complete {
    background-color: #732b90;
    color: #fff;
    transition: none;
}

ul.steps-list > li .step-circle.active {
    background-color: #732b90;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0.4s; /* Safari */
    transition-delay: 0.4s;
}

.step-circle.active > .number {
    transition: all 0.5s ease-in-out;
}

.step-circle.active > .number,
.step-circle.complete > .number {
    color: #fff;
}

.forgot {
    text-align: right;
    font-size: small;
}

.btn-mainNav {
    background-color: transparent;
    border: 0;
}

    .btn-mainNav .ButtonDescription {
        color: #5a2270;
    }

        .btn-mainNav .ButtonDescription:hover,
        .btn-mainNav .ButtonDescription:focus {
            color: #3b1649;
        }


@media only screen and (max-width: 480px) {
    .ProgressBarSteps {
        margin: 0 auto;
        margin-top: 95px;
    }

    .navbar-brand {
        padding-left: 10px !important;
    }

    footer .col-content {
        padding-bottom: 20px;
    }
}

/*END Progress Bar*/

/*Password Requirements*/
.passwordPreferences {
    display: block;
    clear: both;
    font-size: 16px;
    color: #000;
    margin-left: 0;
}

    .passwordPreferences .capsLock,
    .capsLock {
        clear: both;
        font-size: 14px;
        font-family: 'OpenSans', Arial, Helvetica, sans-serif;
        vertical-align: middle;
        background: rgba(238, 162, 54, 0.2);
        color: #ad6c11;
        border: 1px solid #eea236;
        box-sizing: border-box;
        padding: 12px;
        margin-left: 0;
        border-radius: 4px;
    }

    .passwordPreferences h1 {
        font-family: 'Bree', Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #732b90;
    }

    .passwordPreferences ul {
        list-style-type: none;
        list-style-image: none;
        margin-left: 20px;
    }

        .passwordPreferences ul > li {
            list-style-type: none;
            list-style-image: none;
            font-family: 'OpenSans', Arial, Helvetica, sans-serif;
            font-size: 14px;
            font-weight: normal;
            display: block;
            vertical-align: middle;
            margin-bottom: 10px;
        }

    .passwordPreferences .checkmark.off {
        width: 17px;
        height: 2px;
        background-color: #D9534F;
        display: inline-block;
        margin-right: 8px;
        transform: rotate(45deg);
        position: relative;
        -webkit-transition: all 3s;
    }

        .passwordPreferences .checkmark.off span {
            content: '';
            width: 17px;
            height: 2px;
            background-color: #D9534F;
            position: absolute;
            transform: rotate(94deg);
            top: 0;
            left: 0;
            -webkit-transition: all 3s;
            transition: all 3s;
        }

    .passwordPreferences .checkmark.on {
        width: 8px;
        height: 2px;
        background-color: #009F55;
        display: inline-block;
        margin-right: 17px;
        transform: rotate(45deg);
        position: relative;
    }

        .passwordPreferences .checkmark.on span {
            content: '';
            width: 17px;
            height: 2px;
            background-color: #009F55;
            position: absolute;
            transform: rotate(94deg);
            top: -8px;
            left: -1px;
            -webkit-transition: all 3s;
            transition: all 3s;
        }
/*End Password Requirements*/

/* Sections and Panels*/

.sectionHeading {
    height: 25px;
    text-transform: none !important;
    color: #732B90;
    font-family: "Bree";
    font-size: 19px;
    line-height: 25px;
}
/* End Sections and Panels*/

/* Footable */

.footableButton {
    padding: 0 !important;
}

    .footableButton > i {
        vertical-align: middle !important;
    }
/* End Footable*/

/* Transponder Selection*/

.transponderSelection {
    padding-left: 8px;
}

.transponderSelection-label {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10) !important;
}

    .transponderSelection-label > div > span {
        font-size: 16px;
        font-family: Bree !important;
        color: #211F23;
    }

    .transponderSelection-label > div > detail {
        font-family: OpenSans !important;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0.5px;
        color: #211F23;
        word-wrap: break-word;
    }

    .transponderSelection-label > div > p {
        font-family: OpenSans !important;
        font-size: 14px;
        color: #211F23;
        word-wrap: break-word;
    }

    .transponderSelection-label > div > span {
        font-size: 16px;
        font-family: Bree !important;
        color: #211F23;
    }
/* End Transponder Selection*/

.PreviewOnPage {
    border: none;
    padding-left: 0px !important;
    margin-top: auto;
}

    .PreviewOnPage > .panel-heading,
    .PreviewOnPage > .card-header {
        display: none !important;
    }

@media (min-width: 768px) {
 

    .text-sm-right {
        text-align: right;
    }

    #tollTransactionsTable tbody tr td:nth-child(9) {
        max-width: 100% !important;
    }

    #tollTransactionsTable tbody tr td:nth-child(10) {
        width: 1%;
    }

    .notPullRightOnMobile {
        text-align: inherit;
    }
}

.notPullRightOnMobile {
    text-align: right;
}

.onScreenErrors {
    font-size: 14px !important;
    color: #d9534f;
}

.validation-summary-errors {
    margin-left: 15px;
}

.creditCardDiv {
    display: inline-block;
}

    .creditCardDiv input[type=text] {
        /*width: 100%;*/
    }

.creditCard input[type="text"] {
    /*background-color: #f3f3e9;*/
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.creditCard .card_icon,
.creditCard .status_icon {
    /* For a more robust cross-browser implementation, see http://bit.ly/aqZnl3 */
    display: inline-block;
    vertical-align: bottom;
    height: 23px;
    width: 27px;
    float: left !important;
    margin-right: 5px !important;
    border: thin
}

.CreditCardNumber {
    width: 80% !important;
    border: none;
    background-color: inherit !important
}

/* --- Card Icon --- */
.creditCard .card_icon {
    background: transparent url('../Content/img/credit_card_sprites.png') no-repeat 30px 0;
}

    /* Need to support IE6? These four rules won't work, so rewrite 'em. */
    .creditCard .card_icon.visa {
        background-position: 0 0 !important;
    }

    .creditCard .card_icon.mastercard {
        background-position: -30px 0 !important;
    }

    .creditCard .card_icon.amex {
        background-position: -60px 0 !important;
    }

    .creditCard .card_icon.discover {
        background-position: -90px 0 !important;
    }

/* --- Card Status --- */
.creditCard .status_icon {
    background: transparent url('../Content/img/status_sprites.png') no-repeat 33px 0;
}

.creditCard .invalid,
.CreditCardDiv.invalid {
    color: #AD3333;
    background: #f8e7e7;
}

.creditCard .valid,
.CreditCardDiv.valid {
    color: #33AD33;
    background: #e7f8e7;
}

.CreditCardDiv.disabled {
    background-color: #f3f3e9;
}

.creditCard .invalid .status_icon {
    background-position: 3px 0 !important;
}

.creditCard .valid .status_icon {
    background-position: -27px 0 !important;
}

.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance: textfield !important;
}
/*End CC Icons and Validations */

.numbers-row {
    width: 120px;
    height: 40px;
    margin: 0 !important;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid #B9A6CF;
    background: rgba(205, 205, 205, 0.27);
    box-shadow: 0px 7px 6px 0px rgba(0, 0, 0, 0.07);
}



.qty-field:disabled {
    border-radius: 8px;
    border: 1px solid rgba(89, 53, 129, 0.20);
    background: rgba(205, 205, 205, 0.27);
    box-shadow: 0px 7px 6px 0px rgba(0, 0, 0, 0.07);
}


.numbers-row > input.qty-field[type=text] {
    display: flex;
    width: 40px;
    height: 38px;
    font: bold 20px 'Open Sans', sans-serif;
    padding: 3px 0 0 0;
    color: #742C90 !important;
    text-align: center;
    background: #fff;
    border-right: 1px solid #B9A6CF;
    border-left: 1px solid #B9A6CF;
    border-radius: 0;
    border-top: 0;
    border-bottom: 0;
}

.addTransponderTagPanel input {
    height: 40px;
    border: 1px solid #BCBCBC;
}

.numbers-row[transponder-data-disable="True"] {
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid rgba(89, 53, 129, 0.20);
    background: rgba(205, 205, 205, 0.27);
    box-shadow: 0px 7px 6px 0px rgba(0, 0, 0, 0.07);
    padding: 0 !important;
}

    .numbers-row[transponder-data-disable="True"] > .qty-field:disabled {
        width: 40px !important;
        height: 40px;
        background: none;
        border: 0;
        border-radius: 8px;
    }

.number-button {
    display: flex;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    cursor: pointer;
    color: #742C90 !important;
}



    .number-button p {
        text-indent: -9999px;
    }

    .number-button.dec {
        border-radius: 16px 0px 0px 16px;
        border-top: 1px solid rgba(224, 206, 248, 0.29);
        border-bottom: 1px solid rgba(224, 206, 248, 0.29);
        border-left: 1px solid rgba(224, 206, 248, 0.29);
    }

    .number-button.inc {
        border-radius: 0px 16px 16px 0px;
        border-top: 1px solid rgba(224, 206, 248, 0.29);
        border-right: 1px solid rgba(224, 206, 248, 0.29);
        border-bottom: 1px solid rgba(224, 206, 248, 0.29);
    }

.selectionHeader > label {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    letter-spacing: 0.8px;
    line-height: 16px;
}

.icon-sticker{
    background:url("../Content/img/new/sticker-icon.svg") no-repeat;
    background-size:cover;
    width:16px;
    height:16px;
    display:inline-flex;
}

.img-help {
    max-height: 192px;
}



.fa-plus-circle,
.fa-minus-circle {
    color: #A0A0A0;
    transition: color .2s ease-in-out;
}

    .fa-plus-circle:hover,
    .fa-minus-circle:hover,
    a.fa-plus-circle:focus,
    a.fa-minus-circle:focus,
    a.number-button:focus {
        color: #742592;
        transition: color .2s ease-in-out;
    }

.product-badge {
    text-transform: uppercase;
    font-size: 10px;
    width: fit-content;
    letter-spacing: 0.8px;
    font-weight: bold;
    line-height: 12px!important;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1.5em;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: middle;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 'Material Icons';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img.MiniNavButtonActive[src$=".svg"],
.ie9 img.MiniNavButton[src$=".svg"] {
    width: 100px;
    height: 101.141px;
}

#main {
    min-height: 560px;
    margin-left: -10px;
}


.main {
    padding-right: 5px;
    padding-left: 5px;
    min-height: 700px;
}

.active {
    font-family: OpenSans;
}


.HomeBody {
    background: #ffffff;
}

a:hover,
a:focus {
    text-decoration: none;
}

.help {
    cursor: help !important;
}

.login-question {
    font-weight: bold;
    color: #5a2270;
}

/* Product Page Customizaztions */
#productDetail ul {
    margin-left: 40px;
}

/* BEGIN: Pay Invoice Styles */
#PayPrompt {
    transition: .5s ease;
    height: 65px;
    background: #5A2270;
    padding: 5px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0;
    margin-top: -10px;
    border: 0px;
    font-family: OpenSans;
    position: relative;
    z-index: 1;
    text-decoration: none;
    display: block;
}

    #PayPrompt a:link,
    #PayPrompt a:visited,
    #PayPrompt a {
        color: #fff;
    }


    #PayPrompt:hover,
    #PayPrompt:focus {
        transition: .5s ease;
        background: #F37922;
    }


.closeLight {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .7;
    background: none;
    border: none;
    margin-right: 20px;
    margin-left: -40px;
    margin-top: -2px;
    height: 60px;
    width: 60px;
}

    .closeLight:focus {
        color: #df9d40;
        border: 1px dotted #df9d40;
    }

#PayInvoiceImage {
    width: 60px;
    height: 60px;
    margin-right: 12px;
    vertical-align: middle;
    padding: 0px;
}

.PayInvoiceText {
    display: inline-block;
    height: 60px;
    vertical-align: middle;
    text-decoration: none;
    padding: 20px 0px;
}
/* END: Pay Invoice Styles */

.btn.disabled,
button:disabled,
button.disabled {
    cursor: not-allowed !important;
    pointer-events: all !important;
}

.sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #ffffff;
    border-right: 5px solid #5A2270;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

    .panel-heading.manage .panel-title i {
        margin-right: 5px;
        font-size: 25px;
    }

.EditTextDark {
    float: right;
    color: #ffffff;
    font-size: .85em;
    margin-left: 6px;
    margin-right: -4px;
    margin-top: 1px;
    letter-spacing: .05em;
    line-height: 1.2;
}

.EditButtonIcon {
    height: 15px;
    margin-top: -5px;
    margin-bottom: -2px;
    margin-right: 2px;
}

.dim {
    opacity: .4;
    cursor: not-allowed;
}

* {
    margin: 0;
}

.external {
    margin-left: 7px;
    height: 17px;
}

.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nomargin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}



.AccountIconNav {
    float: left;
    margin-right: 14px;
    /*margin-top: -2px;*/
    /*line-height: 150%;*/
}

    .AccountIconNav i {
        font-size: 24px;
    }

.AccountSVG {
    height: 24px;
    width: 24px;
}

.TableButtonNames {
    font-size: 1em;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid;
    border-radius: 4px;
    margin-left: 1%;
    margin-right: 1%;
    font-family: Bree;
    box-shadow: 0px 0px 0px;
    position: relative;
    overflow: hidden;
}

.forgot-username-message {
    padding: 15px;
    padding-left: 15px;
    padding-bottom: 0;
    clear: both;
}

    .forgot-username-message .alert-warning {
        color: #732B90;
        background: rgba(115,43,144,0.1);
        border: 1px solid #732B90;
        margin-left: 0;
        margin-right: 0;
    }

    .forgot-username-message .alert-danger {
        margin-left: 0;
        margin-right: 0;
    }

/* Username/Password alerts*/

.alert-username-success {
    padding: 0 0 15px 0;
    margin: 0;
    border: 1px solid #732b90;
    background: transparent;
}

    .alert-username-success h1 {
        font-size: 24px;
        padding: 15px;
        margin: 0;
        background-color: #732B90;
        color: #fff;
    }

    .alert-username-success .success-message {
        padding: 15px;
        font-family: 'OpenSans', Arial, Helvetica, sans-serif;
        color: #000;
    }

    .alert-username-success .btn-primary {
        padding: 10px;
        border-radius: 4px;
        font-family: 'Bree', serif;
        text-decoration: none;
        font-weight: normal;
    }

.success-message a {
    text-decoration: underline;
    font-weight: bold;
}

.success-message > ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 30px;
}

    .success-message > ul > li {
        margin-bottom: 10px;
    }

        .success-message > ul > li:first-child {
            margin-top: 10px;
        }

.account-number-confirmation {
    padding: 0 15px;
    margin-bottom: 15px;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    padding-right: 15px;
}

.bootboxYes {
    margin-right: 12px;
}

/*TEMP screen reader: start*/
.temp-screenreader {
    position: absolute !important; /* Outside the DOM flow */
    height: 1px;
    width: 1px; /* Nearly collapsed */
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE 7+ only support clip without commas */
    clip: rect(1px, 1px, 1px, 1px); /* All other browsers */
}
/*TEMP screen reader: END*/
/* END OF UPDATE */

ul, ol {
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 0px;
}

.ModuleIcons {
    float: left;
    margin-left: -5px;
    margin-right: 10px;
}

.ModuleTableIcons {
    float: left;
    height: 25px;
    width: 25px;
    margin-left: 5px;
    margin-top: 8px;
    margin-right: 10px;
}

.SideBarLI {
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-right: 0px;
    font-size: 1em;
    list-style-type: none;
}

.DataLine {
    padding-bottom: 8px;
    font-family: OpenSans;
    font-size: 14px;
}

    .DataLine strong {
        font-family: Bree;
        font-size: 16px;
        font-weight: normal;
    }

.SideEdit {
    font-size: 20px;
    margin-right: 15px;
    float: right;
    margin-top: 1px;
}

.btn-change {
    transition: .5s;
    color: #fff;
    background-color: #d9534f;
    padding-right: 12px;
    font-size: .75em;
    padding-left: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 0px;
    margin-bottom: -3px;
    width: 70px;
}

    .btn-change:hover,
    .btn-change:focus {
        color: #fff;
        background-color: #732B81;
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.green {
    color: forestgreen;
}

.grey {
    color: lightgrey;
}

.red {
    color: red;
}

.warningColor {
    color: #eea236;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.btn-history {
    transition: .5s;
    padding-right: 12px;
    font-size: 1em;
    padding-left: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 15px;
    margin-bottom: 0px;
    width: 48%;
    float: right;
    margin-left: 1%;
    margin-right: 1%;
    font-family: Bree;
}

.btn-reports {
    transition: .5s;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-left: 7%;
    margin-right: 5%;
    margin-top: 10px;
    margin-bottom: 7px;
    width: 38%;
    float: left;
    font-family: Bree;
}



.alert-header {
    font-family: Bree, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.reportLabel {
    margin-top: 10px;
}



.Balance {
    font-family: Bree;
    font-size: 3em;
    border: 0px;
    border-left: none;
    background-color: transparent;
    color: #1a9e04;
    position: relative;
    padding-right: 30px;
    border-radius: 0px;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 20px;
    min-height: 53px;
    display: block;
    float: right;
    padding-left: 0px;
}

.LowBalance {
    font-family: Bree;
    font-size: 3em;
    border: 0px;
    border-left: none;
    background-color: transparent;
    color: #ff0000;
    position: relative;
    padding-right: 30px;
    border-radius: 0px;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    min-height: 53px;
    font-family: Bree;
    display: block;
    float: right;
}

.BalanceText {
    font-family: Bree, Arial, Helvetica, sans-serif;
    font-size: .7em;
    color: #333;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
}

.btn-transponder {
    transition: .5s;
    color: #fff;
    background-color: #d9534f;
    padding-right: 12px;
    font-size: 1em;
    padding-left: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 0px;
    float: right;
    text-transform: uppercase;
}

    .btn-transponder:hover,
    .btn-transponder:focus {
        color: #fff;
        background-color: #722F7F;
    }

.btn-payment {
    transition: .5s;
    padding-right: 12px;
    font-size: 1em;
    padding-left: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 15px;
    margin-bottom: 0px;
    width: 48%;
    float: right;
    margin-left: 1%;
    margin-right: 1%;
    font-family: Bree;
}

.btn-edit {
    transition: .5s;
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    padding-right: 12px;
    font-size: .8em;
    padding-left: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: -5px;
    margin-bottom: -3px;
    width: 100%;
}

    .btn-edit:hover,
    .btn-edit:focus {
        color: #fff;
        background-color: #722F7F;
        border-color: #722F7F;
    }

.edit_graphic {
    transition: .5s;
    float: right;
    font-size: 20px;
    color: #ffffff;
    margin-top: -2px;
    margin-right: -4px;
}

.btn-view {
    transition: .5s;
    color: #555;
    background-color: #fff;
    border-color: #ccc;
    padding-right: 12px;
    font-size: .8em;
    padding-left: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: -9px;
    margin-bottom: -8px;
    margin-left: 20px;
    text-transform: uppercase;
}

    .btn-view:hover,
    .btn-view:focus {
        color: #fff;
        background-color: #722F7F;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #ffffff;
    font-family: Bree;
    font-weight: normal;
}

    .panel-title > i {
        vertical-align: middle !important;
    }

.active > i {
    vertical-align: middle !important;
}

/*desktop*/
.PageTitle {
    text-align: left;
    text-decoration: none;
    font-size: 27px;
    color: #fff;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    font-family: Bree;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.6);
}

.PageTitleDetails {
    margin-bottom: 15px;
    font-size: 27px;
    color: #fff;
    margin: 0 !important;
    line-height: 1.1em !important;
}

.PageTagline {
    font-family: "OpenSans";
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4em;
    color: #fff;
    float: left;
    margin-top: 10px;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.26);
    opacity: 0.9;
}

#bcFlowImage {
    margin-top: 5px;
    clear: both;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
}

.textArea {
    font-family: OpenSans;
    font-stretch: normal;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: normal;
}

.PageHeaders::before {
    content: '';
    background-color: #0000004f;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
}

.PageHeaders {
    width: 100%;
    min-height: 161px;
    background: #190C1C;
    margin-top: -8px;
    padding-top: 10px;
    background-image: url(../Content/img/new/bg-cityscape.jpg);
    background-position: top center;
    background-size: cover;
    position: relative;
}

.StandardBody, .DashboardBody {
    padding-top: 80px;
}

.MiniNavContainer {
    float: right;
    min-height: 50px;
    height: auto;
    background-color: transparent;
    position: absolute;
    z-index: 1010;
    text-align: right;
    width: 100%;
    margin-left: -35px;
}

.MiniNavButtonContainer {
    transition: .4s ease;
    float: right;
    margin-left: 15px;
    margin-top: 10px;
    color: #fff;
    text-align: center;
}

    .MiniNavButtonContainer:hover,
    .MiniNavButtonContainer:focus {
        float: right;
        color: #FFAB19;
    }

.MiniNavName {
    font-family: Bree;
    font-size: 14px;
    padding-bottom: 3px;
    margin-top: 2px;
}

    .MiniNavName span {
        display: inline-block !important;
    }

.MiniNavButton {
    transition: background-color .5s ease;
    background-color: #F2EFF4;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    -webkit-box-shadow: 7px 7px 3px -6px rgba(0,0,0,0.45);
    -moz-box-shadow: 7px 7px 3px -6px rgba(0,0,0,0.45);
    box-shadow: 7px 7px 3px -6px rgba(0,0,0,0.45);
}

    .MiniNavButton:hover,
    .MiniNavButton:focus {
        transition: background-color .5s ease;
        border-radius: 100%;
        background-color: #F47922;
    }

.MiniNavButtonActive {
    transition: .5s;
    background-image: url(../Content/img/RingActive.svg);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
}

a div img.MiniNavButtonActive {
    cursor: default;
}

.MinModuleHeight {
    min-height: 256px;
}

.navbar-right {
    float: right !important;
    margin-right: -15px;
    padding-right: 20px;
}

.navbar-inverse {
    padding-top: 6px;
    background-color: #732B81;
    /* border-color: #EBAA34; */
    height: 72px;
    border-bottom: 5px solid #380059;
    box-shadow: 0px 2px 2px rgba(0,0,0, .2);
}


.carousel {
    margin-top: -8px;
    position: relative;
    margin-bottom: 35px;
    border-bottom: 1px solid #888;
    margin-right: -15px;
    max-height: 500px;
    overflow: hidden;
}

.carousel-control {
    opacity: .7;
}

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 80px;
        height: 80px;
        margin-top: -60px;
        font-size: 100px;
        line-height: 150%;
    }


.carousel-caption > .smaller-text {
    font-size: 14px;
}

.carousel a.slide-read-more {
    font-family: Bree;
    font-size: 18px;
    line-height: 150%;
    /*color: #f47920;*/
    color: #924107;
    /*text-transform: uppercase;*/
    transition: all 300ms linear 0s;
    padding: 11px 0;
}

.carousel-arrow {
    font-size: 16px;
    line-height: 150%;
}

.carousel a.slide-read-more:hover,
.carousel a.slide-read-more:focus {
    /*color: #70d2e5;*/
    color: #145f6c;
    cursor: pointer;
    text-decoration: underline;
    transition: all 300ms linear 0s;
}

/* BEGIN: Customize Carousel Caption Size and Postion for Various Resolutions */
@media all and (max-width: 1660px) {
    .carousel-caption > h1 {
        font-size: 22px;
    }

    .carousel-caption {
        top: 11%;
        min-height: 375px;
        max-height: 375px;
        min-width: 375px;
        max-width: 375px;
        font-size: 18px;
        line-height: 20px;
        font-weight: 300;
        padding: 60px;
        left: 60%;
    }
}

@media all and (max-width: 1600px) {
    .carousel-caption {
        top: 9%;
    }
}

@media all and (max-width: 1536px) {
    .carousel-caption {
        top: 7%;
    }
}

@media all and (max-width: 1492px) {
    .carousel-caption {
        top: 6%;
    }
}

@media all and (max-width: 1440px) {
    .carousel-caption {
        top: 4%;
    }
}

@media all and (max-width: 1280px) {
    .carousel-caption {
        top: 1%;
    }
}

@media all and (max-width: 1024px) {
    .carousel-caption > h1 {
        font-size: 18px;
    }
}

@media all and (max-width: 800px) {
    .carousel-caption > p,
    .carousel-caption > .smaller-text {
        font-size: 12px;
        display: none;
    }

    .carousel-caption > h1 {
        font-size: 16px;
        margin-top: 35px;
        display: block;
    }

    .carousel a.slide-read-more,
    .carousel-arrow {
        font-size: 12px;
    }

    .carousel-caption {
        top: 0;
        min-height: 220px;
        max-height: 220px;
        min-width: 220px;
        max-width: 220px;
        font-size: 12px !important;
        line-height: 14px;
        font-weight: 200;
        padding: 30px;
        top: 10%;
        left: 62%;
        display: table;
    }

        .carousel-caption a {
            display: block;
            vertical-align: middle;
        }
}
/* END: Customize Carousel Caption Size and Postion for Various Resolutions */

.carousel-caption h1 {
    color: rgb(68, 68, 68);
    font-size: 24px;
    line-height: 150%;
}

/* Ensure Carousel Slides Resize to desired Height */
.carousel {
    width: 100% !important;
}

    /* Ensure Carousel Slides Resize to fit Container */
    .carousel img {
        min-width: 100% !important;
    }

.navbar-brand {
    display: block;
    position: relative;
    padding-bottom: 15px;
    z-index: 10;
    margin-top: -35px;
    padding-left: 20px;
}

.EPassLogo {
    transition: .5s ease-in;
    margin-left: 0px;
    margin-top: 5px;
    Width: 182px;
    height: auto;
    line-height: 1.5em;
}

    .EPassLogo:hover,
    .EPassLogo:focus {
        margin-left: 15px;
    }

footer {
    font-family: OpenSans;
}

    footer p label, footer .footer-label {
        font-family: Bree;
        font-weight: 500;
    }

    footer p {
        font-family: OpenSans;
    }

        footer a,
        footer p,
        footer p label {
            color: #fff;
            word-break: keep-all;
            margin-bottom: 5px;
        }

    footer a {
        text-decoration: underline;
    }

        footer a:hover,
        footer a:focus {
            text-decoration: underline;
            color: #ebaa34;
        }

.FooterSection {
    display: block;
    clear: both;
    height: 100px;
}

.FooterTitle {
    display: block;
    margin-bottom: 15px;
    font-size: 1.5em;
    font-weight: 200;
    clear: both;
    font-family: Bree;
    opacity: 0.9;
    hyphens: none;
    word-break: keep-all;
    word-wrap: normal;
    /*white-space: nowrap;*/
    color: #fff;
    margin-top: 0;
}

.FooterCopyright {
    display: block;
    margin-bottom: 15px;
    font-size: 1em;
    font-weight: 200;
    clear: both;
}

.DashboardFooterContent {
    padding-left: 30px;
}

footer {
    border-top: 4px solid #5A2270;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    padding: 20px 0 6px 0;
    margin-top: auto;
    background-color: #732b90;
    color: #fff;
    z-index: 1000;
}

    footer .col-content {
        padding-bottom: 20px;
    }

.FooterLeft {
    float: left;
}

.FooterRight {
    float: right;
}

    .FooterRight a {
        margin-left: 15px;
        color: #fff;
    }

        .FooterRight a:hover,
        .FooterRight a:focus {
            color: #F47A22;
        }

.MainButtons {
    background-color: #F2EFF4;
    transition: background-color .5s ease;
    border-radius: 100%;
    display: block;
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}

    .MainButtons:hover,
    .MainButtons:focus {
        transition: background-color .5s ease;
        background-color: #F47922;
        border-radius: 100%;
    }

.ButtonDescription {
    text-decoration: none;
    margin-bottom: 25px;
    font-weight: bold;
}

    .ButtonDescription.Other {
        max-width: 400px;
        margin: 0 auto;
        font-weight: normal;
        text-align: left;
    }

a.user-agreement-link {
    font-weight: bold;
    text-decoration: underline;
    color: #732B90;
}

    a.user-agreement-link:hover,
    a.user-agreement-link:focus {
        text-decoration: none;
    }

.ButtonHeader {
    text-align: center;
    text-decoration: none;
    font-family: Bree;
    font-size: 1.75em;
    color: #732B90;
    line-height: 150%;
}

/* Thumbnails */
.thumb {
    margin-bottom: 30px;
}

.thumbnail {
    background-color: #fff;
    border: none;
    text-align: center;
}

a.thumbnail:hover,
a.thumbnail:focus {
    color: #ebaa34;
    text-decoration: none;
}

.thumbnail-price {
    color: red;
}

.navbar-inverse .navbar-nav > li > a {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #ffffff;
    /* text-transform: uppercase; */
    font-family: Bree;
    font-size: 1.3em;
}


    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        color: #EBAA34;
    }

/* MODAL SECTION */

/*.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    outline: 0;
    border-top:0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}*/

.modal-header {
    padding: 0px;
    border-bottom: 4px solid #5A2270;
    background: #732B90;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    display: block;
}

    .modal-header button.close {
        color: #fff;
        margin-top: -2px;
        font-size: 30px;
        transition: all .2s ease-in-out;
        height: 60px;
        width: 60px;
    }

    .modal-header h4 {
        font-family: 'Bree', serif;
        color: #fff;
        padding: 15px;
        line-height: 1.5em;
    }

/*.modal-body {
    position: relative;
    padding: 15px;
    padding-left: 20px;
}*/

.modal-body h5 {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.modal-body pre {
    height: 500px;
    width: 100%;
    overflow: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.modal-body tbody tr {
    cursor: pointer;
}

.modal-body td {
    vertical-align: top;
    padding: 4px;
    font-size: .9em;
    color: #000;
}

.modal-body th {
    vertical-align: top;
    padding: 4px;
    font-size: .9em;
    color: #333;
}

.modal-body tbody {
    border-spacing: 0px;
    border-collapse: separate;
}

.modal-body a {
    color: #333;
}


/*START: Backlogged Toll Transactions*/
.backlogged-instructions,
.backlogged-instructions span {
    font-size: 14px;
}

    .backlogged-instructions p,
    ol.backlog-options-list li p,
    span.pendingTransactionAmount {
        font-size: 14px;
        margin: 10px 0;
        color: #000000;
        font-family: "Open Sans", sans-serif;
    }

span.pendingTransactionAmount {
    font-weight: bold;
}

.total-amount-due,
.total-amount-due label {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

    .total-amount-due > span {
        font-size: 18px;
        color: #000000;
    }

        .total-amount-due > span.bree,
        .pendingTransactionAmountLabel {
            font-family: 'Bree', Arial, sans-serif;
            color: #732B90;
            font-weight: normal;
        }

.backlog-options-container {
    font-size: 1em;
}

ol.backlog-options-list {
    padding-left: 15px;
}

    ol.backlog-options-list li {
        font-family: 'Bree', Arial, Helvetica, sans-serif;
        font-size: 1.286em;
        color: #732B90;
    }

    ol.backlog-options-list li {
        margin-bottom: 15px;
    }

.backlog-footer {
    clear: both;
}

.export-transactions {
    text-align: right;
}

.export-box {
    display: inline;
}

    .export-box select {
        width: auto;
        display: inline-block;
    }










.backlogged-instructions {
}
/*END: Backlogged Toll Transactions*/

/* Tool Window (Product Gallery) Styles */
@media only screen and (min-width : 992px) {
    /*
    .modal.tool-window .modal-dialog {
        width: 25%;
        position:absolute;
        top: auto;
        right:0;
        outline: none;
        */
}


.modal-content .alert {
    margin-top: 4px;
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .modal.modal-large .modal-dialog {
        width: 80%;
    }

    .text-md-right {
        text-align: right;
    }
}

/* END OF MODAL SECTION */

/* Form Control Overrides */
.form-group.required label {
    white-space: nowrap;
}

    .form-group.required label:after {
        content: ' *';
        color: red;
        font-size: 20px;
        font-weight: bold;
        vertical-align: sub;
    }

/* Social Button Customizations */
.btn-facebook {
    background-color: #258dc8;
    border-color: #1880BB;
    color: #fff;
}

    .btn-facebook:hover,
    .btn-facebook:focus {
        background-color: #0067A2;
        color: #fff;
    }

.btn-twitter {
    background-color: #7abcff;
    border-color: #6DAFF2;
    color: #fff;
}

    .btn-twitter:hover,
    .btn-twitter:focus {
        background-color: #5496D9;
        color: #fff;
    }

.btn-youtube {
    background-color: #e52d27;
    border-color: #D8201A;
    color: #fff;
}

    .btn-youtube:hover,
    .btn-youtube:focus {
        background-color: #BF0701;
        color: #fff;
    }
/* END: Social Button Customizations */

/* BEGIN: Sidebar Breakpoint Customizations */
@media all and (max-width: 1662px) {
    .SideBarLI.Email {
        font-size: 0.7em;
        font-weight: bold;
    }
}

@media all and (max-width: 1484px) {
    /* Gracefully reduce size of Sidebar Text */
    .SideBarLI,
    .SideBarLI.Email {
        font-size: 14px;
    }
}

@media all and (max-width: 1090px) {
    /* Gracefully reduce size of Sidebar Text */
    .SideBarLI,
    .SideBarLI.Email {
        font-size: 14px;
    }
}

@media all and (max-width: 782px) {

    .nopaddingMobile {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .bottmPaddingMobile {
        padding-bottom: 15px !important;
    }

    /* Sidebar is hidden and Elements placed into main body. */
    /* Gracefully increase size of Sidebar Text (now in main content area) */
    .SideBarLI {
        font-size: 1em;
        font-weight: normal;
    }

    .cheatLeftLarge {
        margin-left: -50px;
    }

    .cheatLeftSmall {
        margin-left: -15px;
    }

    .cheatLeftXtraSmall {
        margin-left: -7px;
    }
}
/* END: Sidebar Breakpoint Customizations */

@media (min-width: 1200px) {
    .DashboardFooterContent {
        padding-left: 35px;
    }

    .text-lg-right {
        text-align: right;
    }
}

@media (max-width:991px) {
    .DashboardFooterContent {
        padding-left: 30px;
    }

    .alert {
        padding: 0px 15px;
        border: 1px solid;
        border-radius: 4px;
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        box-shadow: 0px 0px 0px rgba(0,0,0, .15);
    }

    .alert-username-success {
        padding: 0 0 15px 0;
        margin: 0;
        border: 1px solid #732b90;
        background: transparent;
    }

        .alert-username-success h1 {
            font-size: 18px;
        }

    .success-message > ul {
        margin-left: 15px;
    }

    .FinalPayableAmount {
        font-size: 2.5em !important;
        background-color: transparent;
        color: #009f55;
        position: relative;
        padding-right: 30px;
        width: 96%;
        float: right;
    }

    .Balance {
        margin-top: -10px;
        font-size: 2.5em;
        background-color: transparent;
        color: #009f55;
        position: relative;
        padding-right: 30px;
        padding-top: 10px;
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 10px;
        min-height: 40px;
        float: right;
        display: block;
    }

    .LowBalance {
        font-size: 3em;
        background-color: transparent;
        color: #ff0000;
        position: relative;
        padding-right: 30px;
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 20px;
        min-height: 53px;
        float: right;
        display: block;
    }

    .carousel {
        margin-bottom: 10px;
    }

    .ButtonDescription {
        text-decoration: none;
        text-align: center;
        margin-bottom: 30px;
    }

    .MainButtons {
        width: 150px;
        height: auto;
    }

    .ButtonHeader {
        transition: .5s;
        font-size: 1.75em;
        margin-top: 15px;
    }

    .PageHeaders {
        transition: .5s;
        width: 100%;
        height: 180px;
        margin-top: -8px;
        padding-top: 10px;
        background-image: url(../Content/img/new/bg-cityscape.jpg);
        background-position: center;
        background-size: cover;
    }

    .MiniNavButtonContainer:hover,
    .MiniNavButtonContainer:focus {
        color: #FFAB19;
    }
}

/*end of 991*/

/*TOP NAV for iPad*/
@media (min-width: 992px) {
    .PageTitle {
        width: 100%;
    }

    .number-button:hover {
        background: rgba(36, 69, 119, 0.21);
    }
}

@media (max-width:1100px) {
    .PageTitle {
    }

    .manage-title {
        margin-top: 0;
        padding-top: 37px;
    }

    .MiniNavButtonContainer {
        transition: .4s ease;
        float: right;
        margin-left: 10px;
        margin-top: 10px;
        color: #fff;
    }

    .MiniNavButton {
        transition: .5s;
        background: none;
        width: 75px;
        height: 75px;
        margin: 0 5px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .MiniNavButtonActive {
        width: 75px;
        height: 75px;
    }

    .MiniNavName {
        transition: .5s;
        font-family: Bree, sans-serif;
        font-size: 14px;
        text-align: center;
        padding-bottom: 5px;
        padding-top: 0px;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 3px;
        color: #fff;
    }
}

#PayPrompt:hover,
#PayPrompt:focus {
    transition: .5s ease;
    background: #722F7F;
}





.manage-title {
    width: 40%;
}
/*Sidebar Fixes*/

.mobile-sidebar {
    display: none;
}

@media (max-width:1024px) {

    .mobile-sidebar {
        display: block;
    }

    .sidebar {
        display: none;
    }

    .manage-width {
        width: 100%;
        margin-left: 0;
    }
}


@media screen and (max-width: 767px) {


    .bfh-datepicker-calendar > table.calendar {
        width: 200px;
    }

    .visible-foo-column {
        display: none !important;
    }

    .cfxTollTime {
        display: block;
        font-size: 11px;
        margin-left: 20px;
    }

    .ProgressBarSteps {
        width: 300px;
        margin-top: 95px;
    }

    ul.steps-list > li {
        margin-left: 58px;
    }

    #main {
        margin-left: 0;
    }

    .bootStrapButton {
        width: 100% !important;
        margin-bottom: 15px !important;
    }

    .bootStrapButton2 {
        width: 100% !important;
        margin-bottom: 15px !important;
        margin-left: -5px !important;
    }

    .DashboardBody {
        padding-top: 0px !important;
    }

    #PayPrompt {
        padding-top: 10px !important;
        margin-top: -1px !important;
    }

    footer {
        padding-bottom: 4em !important;
    }

    .sidebar {
        display: none;
    }

    .DashboardFooterContent {
        width: 90%;
        margin-left: 25px;
        padding-bottom: 60px;
    }

    .navbar-right {
        float: none !important;
        margin-right: -15px;
        padding-right: 0px;
    }

    .ButtonDescription {
        text-decoration: none;
        text-align: left;
        float: right;
        width: 65%;
        padding-right: 50px;
        margin-bottom: 5px;
    }

    .ButtonHeader {
        width: 65%;
        text-align: left;
        font-size: 2em;
        float: right;
    }

    body {
        padding-top: 0;
    }

    .EPassLogo {
        transition: .5s;
        margin-top: 5px;
        Width: 137px;
        height: auto;
    }

    .navbar-inverse {
        padding-top: 6px;
        background-color: #732B81;
        border-color: #EBAA34;
        height: 60px;
        border-bottom: 4px solid #380059;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
    }

        .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
            border-color: rgba(0,0,0,0);
        }

        .navbar-inverse .navbar-nav > li > a {
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            color: #ffffff;
            text-transform: uppercase;
            border-bottom: 1px #fff solid;
            margin-bottom: -1px;
            margin-top: -1px;
            text-align: center;
        }

    #PayPrompt {
        visibility: hidden;
        transition: .5s ease;
        height: 60px;
        padding: 5px;
        color: #fff;
        text-align: center;
        width: 100%;
        margin: 0;
        margin-top: -13px;
        border: 0px;
        font-family: OpenSans;
        text-decoration: none;
        border-radius: 0;
    }

    .ButtonDescription {
        text-decoration: none;
        text-align: left;
        float: right;
        width: 65%;
        padding-right: 50px;
        margin-bottom: 5px;
        margin-top: -5px;
    }

    .PageHeaders {
        transition: .5s;
        width: 100%;
        min-height: 145px;
        background-size: cover;
        background-position: 0 20px;
        margin-top: 35px;
        padding-top: 10px;
    }

    .PageTitle {
        text-align: left;
        width: auto;
        text-decoration: none;
        font-family: 'Bree', serif;
        font-weight: 700;
        font-size: 1.5em;
        color: #fff;
        float: left;
        margin-top: 30px;
        padding-top: 0;
        padding-left: 10px;
    }

    .manage-title {
        width: auto;
    }

    .PageTitleDetails {
        margin-bottom: 15px;
    }


    .main {
        padding-bottom: 30px;
        margin-top: -10px;
    }

    .MainButtons {
        width: 150px;
        padding: 0px;
        float: left;
        margin-bottom: 10px;
        margin-left: 50px;
        transition: .5s;
        -webkit-transition: .5s;
    }

    .ActivityButtons .navigation-buttons {
        width: 100%;
        margin-left: 0;
        min-height: 130px;
        margin-bottom: 15px;
    }

    .MiniNavContainer {
        float: none;
        height: 80px;
        z-index: 1010;
        text-align: center;
        width: 100%;
        margin-left: -15px;
        position: fixed;
        bottom: 0px;
        border-top: 2px solid #999;
        background-color: rgba(255,255,255, 1);
        padding-top: 4px;
    }

    .MiniNavButtonContainer {
        float: right;
        margin-left: 0px;
        margin-right: 0px;
        width: 25%;
        margin-top: 0px;
    }

    .MiniNavButtonActive {
        width: 50px;
        height: auto;
        margin-left: 0px;
        margin-right: 0px;
    }

    .MiniNavButton {
        transition: .5s;
        background: none;
        width: 50px;
        height: auto;
        margin-left: 0px;
        margin-right: 0px;
        background-image: url(../Content/img/Ring.svg);
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

        .MiniNavButton:hover,
        .MiniNavButton:focus {
            transition: .5s;
            background: none;
            width: 50px;
            height: auto;
            margin-left: 0px;
            margin-right: 0px;
            background-image: url(../Content/img/RingActive.svg);
        }

    .MiniNavName {
        transition: .5s;
        font-family: Bree;
        font-size: 12px;
        text-align: center;
        padding-bottom: 0px;
        padding-top: 0px;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 3px;
        color: #732b90;
        margin-top: 0px;
    }

        .MiniNavName span {
            display: block;
        }

    .col1-control {
        margin-bottom: 15px !important;
    }

    .transponder-purchase-details {
    }

    .material-icons {
        font-size: 24px;
    }
}


@media (max-width:650px) {
    .MainButtons {
        width: 150px;
        padding: 0px;
        float: left;
        margin-bottom: 10px;
        margin-left: 30px;
        transition: .5s;
        -webkit-transition: .5s;
    }

    .ActivityButtons .navigation-buttons {
    }

    .ButtonHeader {
        width: 55%;
        text-align: left;
        font-size: 2em;
        float: right;
    }

    .ButtonDescription {
        text-decoration: none;
        text-align: left;
        float: right;
        width: 55%;
        padding-right: 50px;
        margin-bottom: 5px;
    }
}


@media (max-width:550px) {
    .container {
        margin-top: 8px;
    }

    .external {
        margin-left: 5px;
        height: 15px;
    }

    .btn {
        padding: 5px;
    }

    .btn-default {
        padding: 6px;
    }

    .btn-success {
        padding: 10px;
    }

    .FooterRight {
        float: right;
        width: 100%;
        text-align: center;
    }

    footer {
        position: relative;
        margin-top: 0px;
        bottom: 0px;
    }

        footer p,
        footer p label,
        footer a {
            font-size: 1em;
        }

    .FooterTitle {
        font-size: 1.3em;
    }

    .no-left-padding {
        padding-left: 0;
    }

    .row {
        margin-bottom: 20px;
    }

    .footer-line {
        margin-left: -15px;
    }

    body {
        padding-top: 0px;
        overflow-x: hidden;
    }

    .ButtonHeader {
        width: 55%;
        text-align: left;
        font-size: 2em;
        float: right;
    }

    .ButtonDescription {
        text-decoration: none;
        text-align: left;
        float: right;
        width: 55%;
        padding-right: 50px;
        margin-bottom: 5px;
    }

    .btn-reports {
        font-size: 16px;
        width: 85%;
    }

    .btn-add-something {
        font-size: 16px;
        width: 85% !important;
    }

    .btn-transponder {
        margin-left: 1%;
        margin-right: 1%;
        width: 98%;
        float: right;
        text-transform: uppercase;
    }

    .MiniNavButtonContainer {
        float: right;
        margin-left: 0px;
        width: 25%;
        margin-top: 4px;
    }

    .MiniNavContainer {
        float: none;
        height: 75px;
        z-index: 1010;
        text-align: center;
        width: 100%;
        margin-left: -15px;
        position: fixed;
        bottom: 0px;
        border-top: 2px solid #999;
        background-color: rgba(255,255,255, 1);
        padding-top: 0px;
    }

    .MiniNavName {
        font-size: 1em;
    }

    .form-control {
        min-height: 50px;
    }
}

@media (max-width:450px) {
    .ButtonHeader {
        width: 55%;
        text-align: left;
        font-size: 1.6em;
        float: right;
    }

    .ButtonDescription {
        text-decoration: none;
        text-align: left;
        float: right;
        width: 55%;
        padding-right: 30px;
        font-size: 1em;
    }

    .ActivityButtons .navigation-buttons {
        width: 100%;
        min-height: 130px;
        margin-bottom: 0;
        float: left;
        margin-bottom: 10px;
        margin-left: 0;
    }

    .navbar-nav li {
        margin: -10px 10px;
    }

    .navbar-nav > li > a {
        font-size: 1.6em;
    }

    .MainButtons {
        width: 100px;
        padding: 0px;
        float: left;
        transition: .5s;
        -webkit-transition: .5s;
    }

    .MiniNavContainer {
        height: 75px;
        z-index: 1010;
        text-align: center;
        width: 100%;
        margin-left: -15px;
        position: fixed;
        bottom: 0px;
        border-top: 1px solid RGBA(111,43,144, .5);
        background-color: rgba(255,255,255, 1);
        padding-top: 0px;
    }

    #accountSummary > div label,
    #accountSummary > div span {
        font-size: 12px !important;
    }
}

@media (max-width:380px) {
    .MiniNavContainer {
        height: 76px;
        z-index: 1010;
        text-align: center;
        width: 100%;
        margin-left: -15px;
        position: fixed;
        bottom: 0px;
        border-top: 1px solid RGBA(0, 83, 133, .5);
        background-color: rgba(255,255,255, 1);
    }

    .ButtonHeader {
        width: 62%;
        text-align: left;
        font-size: 1.6em;
        float: right;
    }

    .ButtonDescription {
        text-decoration: none;
        text-align: left;
        float: right;
        width: 62%;
        padding-right: 15px;
    }

    .MainButtons {
        width: 70px;
        padding: 0px;
        float: left;
        margin-bottom: -15px;
        transition: .5s;
        -webkit-transition: .5s;
    }

    #receiptDetail {
        font-size: 12px;
    }

    footer {
        padding: 15px;
    }

    /*.FooterTitle {
        font-size: 1.1em;   
    }

    .FooterCopyright {
        font-size: 1em;
    }

    .forgot{
        font-size: 1.1em;
    }

    label{
        font-size: 1.3em;
    }*/
}

@media (max-width:370px) {
    #receiptDetail {
        font-size: 14px;
    }
}

@media (min-width:300px) {
    #divPageTitle {
        margin-top: 0 !important;
    }
}

@media (min-width:700px) {
    #divPageTitle {
        width: 50%;
        margin-top: -0px !important;
    }
}



/*=== ADA 508 Compliance alt text tag: placed off screen hidden from everything but screen readers ===*/
.login-footer {
    font-size: small;
    text-align: left;
}

a:link.userLogin-link {
    text-decoration: underline;
    font-weight: bold;
}

a:hover.userLogin-link,
a:focus.userLogin-link,
a:active.userLogin-link {
    color: #f47922;
    text-decoration: underline;
    cursor: pointer;
}

abbr {
    text-decoration: none;
}

.ada-hidden {
    position: absolute;
    left: -10000px;
    top: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#logOffConfirmationTitle {
    line-height: 150%;
}

#yesConfirmButton, #noConfirmButton,
#closePinSecurity, #createUserFromPin {
    min-height: 40px;
    min-width: 60px;
}
/* -- Skip Navigation Link -- */
.skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
    left: 320px;
    top: 78px;
    width: auto;
    height: auto;
    overflow: visible;
    z-index: 999;
    background-color: #ffd800;
    color: #000;
    padding: 10px;
}

.extra-margin {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
/* -- /Skip Navigation Link -- */

.extra-top-pad {
    padding-top: 30px;
}

#utcAccountHelp .material-icons,
#utcLicensePlateHelp .material-icons,
#bankAccountHelp .material-icons,
#bankRoutingHelp .material-icons,
#paymentAmountHelp .material-icons {
    line-height: 1.5em;
}

/* .carousel */
.carousel-item {
    display: none;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel .carousel-item.active {
    display: block;
}

/* More like bootstrap, less accessible */

.carousel .carousel-inner {
    max-width: 100%;
    position: relative;
}

.carousel button.pause {
    display: none;
    font-size: 20px;
    width: auto;
    left: -300em;
    margin-bottom: 10px;
    height: auto;
    position: relative;
    top: 42px;
    right: -20px;
    border: thin solid outset;
}

.carousel button[aria-disabled=true] {
    color: #666;
}

.carousel button.pause:focus {
    display: block;
    position: relative;
    font-size: 20px;
    width: auto;
    left: 0;
    margin-bottom: 10px;
    height: auto;
    top: 42px;
    right: -20px;
    z-index: 1;
}

.carousel .carousel-items {
    border: solid 2px transparent;
}

    .carousel .carousel-items.focus {
        border-color: white;
        outline: solid 3px #005a9c;
    }

.carousel .carousel-inner .carousel-image a img {
    height: 100%;
    width: 100%;
}

.carousel .carousel-inner .carousel-caption a {
    text-decoration: underline;
    border: none;
}

    .carousel .carousel-inner .carousel-caption a:focus,
    .carousel .carousel-inner .carousel-caption a:hover {
        outline: solid 2px #fff;
        outline-offset: 1px;
    }

.carousel .carousel-inner .carousel-caption p {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 0;
}

.carousel .carousel-control {
    position: absolute;
    top: 8px;
    z-index: 10;
    font-size: 200%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel a.carousel-control svg {
    position: relative;
    display: inline-block;
    top: 45%;
}

    .carousel a.carousel-control svg polygon {
        opacity: 0.7;
    }

.carousel a.carousel-control:focus {
    border: 3px solid #fff;
    outline: 1px solid #005a9c;
}

    .carousel a.carousel-control:focus svg polygon,
    .carousel a.carousel-control:hover svg polygon {
        opacity: 1;
    }

.carousel a.carousel-control.previous {
    bottom: 0;
    width: 15%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
}

    .carousel a.carousel-control.previous:focus,
    .carousel a.carousel-control.previous:hover {
        bottom: 0;
        width: 15%;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.0001) 100%);
    }

.carousel a.carousel-control.next {
    right: 0;
    bottom: 0;
    width: 15%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
}

    .carousel a.carousel-control.next:focus,
    .carousel a.carousel-control.next:hover {
        right: 0;
        bottom: 0;
        width: 15%;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.7) 100%);
    }

.carousel-caption {
    position: absolute;
    top: 15px;
    bottom: 5%;
    left: 65%;
    z-index: 5;
    min-height: 400px;
    max-height: 400px;
    min-width: 400px;
    max-width: 400px;
    white-space: normal;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: rgb(68, 68, 68);
    font-family: "Open Sans", sans-serif;
    background-color: rgba(255, 255, 255, 0.901961);
    padding: 60px;
    border-color: rgba(0, 0, 0, 0.247059);
    border-style: solid;
    border-width: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    visibility: inherit;
    transition: none;
    margin: 0px;
    letter-spacing: 0px;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.00166, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    text-shadow: none;
    text-align: left;
}

    .carousel-caption p {
        font-size: 14px;
    }

    .carousel-caption > .smaller-text {
        font-size: 14px;
    }

.carousel a.slide-read-more {
    font-family: Bree;
    font-size: 18px;
    line-height: 150%;
    color: #924107;
    transition: all 300ms linear 0s;
    padding: 11px 0;
}

.carousel-arrow {
    font-size: 16px;
    line-height: 150%;
}

.carousel a.slide-read-more:hover,
.carousel a.slide-read-more:focus {
    color: #145f6c;
    cursor: pointer;
    text-decoration: underline;
    transition: all 300ms linear 0s;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption h1 {
    color: rgb(68, 68, 68);
    font-size: 24px;
    line-height: 150%;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.4em;
}

.carousel-inner > .next {
    left: 85%;
}

.form-control,
.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
alert {
    line-height: 1.5em;
}

#printOrderReceiptLink {
    cursor: pointer;
}


/*Bootstrap 4 overrides*/
@media (min-width: 576px) {
    .d-sm-block {
        display: initial !important;
    }

  
}

@media (min-width: 992px) {
    .d-lg-block {
        display: initial !important;
    }
}

@media (max-width:380px) {
    .col-md-3 {
        float: left;
    }

    .payment-amount {
        float: left;
        width: 100%;
        padding: 0;
    }

    #cardInformation .form-group {
        padding: 0;
    }

    .no-padding {
        padding: 0;
    }
}

.plate-container {
    border: 0;
    box-shadow: none;
}

.label-plate-container {
    color: #732b90;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size:14px!important;

}


@media (max-width:767px) {
    .plate-container {
        border: 1px solid hsl(283.08deg 53.42% 28.63% / 30%);
        border-radius: 8px;
        padding: 8px;
        padding-bottom: 16px;
        padding-top: 16px;
        position: relative;
        box-shadow: 0px 5px 6px rgb(68 20 87 / 12%);
    }
    .label-plate-container {
        position: absolute;
        top: -12px;
        left: 8px;
        color: #732b90;
        background-color: #FBFBFB;
        padding: 4px 8px;
        border-radius: 8px;
        font-size: 12px !important;
        text-transform: uppercase;
    }

    .modal-mobile{
        margin:0;
        
    }
    .modal-mobile .modal-content{
        border:0!important;
    }

  
}
