
/*custom margins*/
.margin-top-bot-xs {
    margin-top: 5px;
    margin-bottom: 5px;
}

.margin-top-bot-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-top-bot-md {
    margin-top: 15px;
    margin-bottom: 15px;
}

.margin-top-bot-lg {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin-top-bot-xl {
    margin-top: 25px;
    margin-bottom: 25px;
}

.margin-top-xxs {
    margin-top: 2px;
}

.margin-top-xs {
    margin-top: 5px;
}

.margin-top-sm {
    margin-top: 10px !important;
}

.margin-top-md {
    margin-top: 15px;
}

.margin-top-lg {
    margin-top: 20px;
}

.margin-top-xl {
    margin-top: 25px;
}

.margin-top-xxl {
    margin-top: 30px;
}

.margin-top-xxxl {
    margin-top: 50px;
}

.margin-bot-xs {
    margin-bottom: 5px;
}

.margin-bot-sm {
    margin-bottom: 10px;
}

.margin-bot-md {
    margin-bottom: 15px !important;
}

.margin-bot-lg {
    margin-bottom: 20px;
}

.margin-bot-xl {
    margin-bottom: 40px;
}

.margin-bot-xxl {
    margin-bottom: 150px;
}

.margin-right-xs {
    margin-right: 5px;
}

.margin-right-sm {
    margin-right: 10px;
}

.margin-right-md {
    margin-right: 15px;
}

.margin-right-lg {
    margin-right: 20px;
}

.margin-right-xl {
    margin-right: 25px;
}

.margin-left-xs {
    margin-left: 5px;
}

.margin-left-sm {
    margin-left: 10px;
}

.margin-left-md {
    margin-left: 15px;
}

.margin-left-lg {
    margin-left: 20px;
}

.margin-left-xl {
    margin-left: 25px;
}

.margin-left-xxl {
    margin-left: 80px;
}

.margin-top-zero {
    margin-top: 0px !important;
}
/*custom padding*/
.padding-top-bot-xs {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-top-bot-sm {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-top-bot-md {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padding-top-bot-lg {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-top-bot-xl {
    padding-top: 25px;
    padding-bottom: 25px;
}

.padding-top-xs {
    padding-top: 5px;
}

.padding-top-sm {
    padding-top: 10px;
}

.padding-top-md {
    padding-top: 15px;
}

.padding-top-lg {
    padding-top: 20px;
}

.padding-top-xl {
    padding-top: 25px;
}

.padding-bot-xs {
    padding-bottom: 5px;
}

.padding-bot-sm {
    padding-bottom: 10px;
}

.padding-bot-md {
    padding-bottom: 15px;
}

.padding-bot-lg {
    padding-bottom: 20px;
}

.padding-bot-xl {
    padding-bottom: 25px;
}

.padding-left-right-xs {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-left-right-sm {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-left-right-md {
    padding-left: 15px;
    padding-right: 15px;
}

.padding-left-right-lg {
    padding-left: 20px;
    padding-right: 20px;
}

.padding-left-right-xl {
    padding-left: 25px;
    padding-right: 25px;
}

.padding-xs {
    padding: 5px;
}

.padding-sm {
    padding: 10px !important;
}

.padding-md {
    padding: 15px;
}

.padding-lg {
    padding: 20px;
}

.padding-xl {
    padding: 25px;
}

.padding-left-xs {
    padding-left: 5px;
}

.padding-left-sm {
    padding-left: 10px !important;
}

.padding-left-xxl {
    padding-left: 44px;
}

.padding-left-xxxl {
    padding-left: 80px;
}

.padding-left-lg {
    padding-left: 20px;
}

.padding-left-dashboard {
    padding-left: 30px;
}

.padding-right-xs {
    padding-right: 5px;
}

.padding-right-sm {
    padding-right: 10px !important;
}

.padding-left-zero {
    padding-left: 0px !important;
}

.padding-right-zero {
    padding-right: 0px !important;
}

.padding-zero {
    padding: 0px !important;
}

.outstanding-label {
    padding-right: 0px;
    padding-left: 10px;
}

.vertical-align-top {
    vertical-align: top !important;
}

h1, h2, h3, h4, h5, h6 {
    /*margin: 0 0 10px; */
}

h5, h6 {
    font-weight: 600;
}

h5 {
    font-size: 16px;
}

img {
    max-width: 100%;
}

.block-element {
    display: block;
}

.inline-block-element {
    display: inline-block;
}
/* .f-size-11 {
    font-size: 11px;
}
.f-size-12 {
    font-size: 12px;
}
.f-size-18 {
    font-size: 18px;
}
.f-size-24 {
    font-size: 24px;
}
.f-size-36 {
    font-size: 36px;
}
.f-size-48{
    font-size: 48px;
} */
.valign-mid {
    vertical-align: middle;
}

.help-row a {
    font-weight: 600;
}

.help-row p {
    margin-top: 4px;
}

.info-listing {
    margin: 0;
    padding: 0;
}

.border-radius-4 {
    border-radius: 4px;
}

.text-bold {
    font-weight: bold !important;
}
/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
    z-index: 3;
}

.payment-module .well {
    background-color: transparent;
    border-color: #d8d8d8;
    padding: 15px;
}

.payment-info {
    max-width: 180px;
}

.paylaterblock {
    vertical-align: text-top;
}

.payment_coupon {
    position: relative;
    border: 2px dashed #1666af;
    margin: 20px 0;
    padding: 15px;
    border-radius: 8px;
}

.coupon_addressee p {
    margin: 20px 0;
}

.coupon_payment_box {
    display: inline-block;
    border: 1px solid #000;
    padding: 0 15px;
}

.spa-layout .logo-element {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: white;
    display: none;
    padding: 18px 0;
}

.spa-layout .navbar-minimalize {
    /*padding: 11px 0;
    margin-right: 25px;*/
    font-size: 14px;
    float: right;
    color: #337ab7;
}

#page-wrapper {
    /*margin: 0 220px 0 0;*/
    padding: 0 15px 15px;
    min-height: 568px;
    position: relative;
    z-index: 2;
    background: #fff;
}

.spa-layout h1 {
    /*margin-top: 10px;*/
}

h2.spa-h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
    padding: 12px;
    color: #4D4D4D;
}

footer {
    background-color: #454545;
    position: relative;
    z-index: 2;
}

    footer.container-fluid {
        padding: 15px;
    }


/*Dashboard*/
.dashboard.well {
    padding: 30px;
}

.dashboard .panel {
    -webkit-box-shadow: 0 2px 4px 0px rgba(0,0,0,.2);
    box-shadow: 0 2px 4px 0px rgba(0,0,0,.2);
    margin-bottom: 30px;
}

    .dashboard .panel .panel-heading {
        color: #000000;
        font-size: 18px;
        padding: 6px 15px;
    }

    .dashboard .panel .btn {
        margin-right: 6px;
    }

.dashboard .panel-body {
    min-height: 175px;
    line-height: 22px;
    text-align: justify;
    /*background-color: #f9f9f9;*/
}
/* .panel.payments .panel-heading {
    background-color: #b1b1b0;
} */
.panel.payments .fa-usd {
    color: #b2d0df;
    font-size: 100px;
}
/* .panel.payments .btn{
    color: #006595;
    background-color: #fff;
    border: #006595 1px solid;
} */
/* .panel.payments .btn.focus, .panel.payments .btn:focus, .panel.payments .btn:hover {
    color: #fff;
    background-color: #006595;
} */



/* .panel.notices .btn{
    color: #4b7c2b;
    background-color: #fff;
    border: #4b7c2b 1px solid;
}
.panel.notices .btn.focus, .panel.notices .btn:focus, .panel.notices .btn:hover {
    color: #fff;
    background-color: #4b7c2b;
} */
.panel.notices .fa-bell {
    color: #c9d7bf;
    font-size: 100px;
}

.panel.notices {
    margin-bottom: 5px;
}


.panel.preferences .fa-cog {
    color: #d3d3d4;
    font-size: 80px;
}

.notice-list {
    margin: 0 0 15px;
    ;
    padding: 0;
}

    .notice-list li {
        margin-bottom: 4px;
        list-style-position: inside;
    }

.table-due .tooltip-inner {
    text-align: left;
}

.table-payment .actions a {
    display: inline-block;
    min-width: 30px;
    text-align: center;
}

.editList-guids {
    line-height: 24px;
}

.table > thead > tr > th
/* .table > tbody > tr > td */ {
    text-align: center;
}

.table td.text-right {
    text-align: right;
    width:100%;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.table-due > tbody > tr > td:last-child {
    text-align: right;
}

.previousData .table-due > tbody > tr > td:last-child {
    text-align: center;
}

#contactInformation + .well .table > tbody > tr > td {
    vertical-align: top;
}


/*media query*/
@media (min-width: 1200px) {
    .container {
        width: 1180px;
    }
}

@media (min-width: 768px) {
    .main-nav .navbar-collapse {
        padding: 0;
    }

    .pagination {
        margin: 0;
    }

    .text-right-sm {
        text-align: right;
    }

    .align-content-bottom {
        margin-top: 11%;
    }
    /*  .addNewMethod-EditOTP .col-sm-7 .col-sm-5 {
        padding: 0 0 0 24px;
    } */
    .no-padding {
        padding: 0;
    }

    .no-margin-bot-sm {
        margin-bottom: 0;
    }

    .custom_label {
        position: relative;
        border: 1px solid;
        border-color: #E5E5E5;
        border-radius: 4px;
        margin: 0;
        max-width: 500px;
    }

    .custom_label_span {
        background: #F4F4F4;
        display: inline-block;
        padding: 8px 15px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        text-align: left;
        font-weight: bold;
        min-height: 34px;
    }

        .custom_label_span:after {
            left: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .custom_label_span:after {
            border-left-color: #F4F4F4;
            border-width: 16px;
            margin-top: -16px;
        }

    .custom_label_span {
        /*  max-width: 200px; */
    }

    .custom_label_value {
        padding: 8px 30px;
    }

    .custom_label .checkbox.custom input[type=checkbox] {
        margin: 8px 0 8px 30px;
    }
}

@media (max-width: 991px) {
}

@media (max-width: 768px) {
    .spa-layout .navbar-minimalize {
        float: left;
        margin-right: 15px;
    }

    .dashboard.well {
        padding: 15px;
    }

    .dashboard .panel .btn {
        margin-bottom: 10px;
    }

    .dashboard .panel p {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .navbar-header .navbar-brand {
        max-width: 120px;
        padding: 8px;
    }

    .table-responsive {
        border: 0px;
    }

    .quick-links li {
        display: inline-block;
    }

    .navbar-toggle {
        background-color: #45AED6;
    }

        .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .main-nav {
        background-color: #F0EFEE;
    }

        .main-nav ul.navbar-nav {
            background: #0f5e82;
        }

        .main-nav .nav-pills > li {
            float: none;
            margin: 0;
        }

            .main-nav .nav-pills > li > a {
                border-radius: 0;
            }

        .main-nav .navbar-nav .open .dropdown-menu {
            background-color: #fff;
            border-radius: 0;
        }

        .main-nav .dropdown-menu > li > a {
            color: #000;
            /*border-bottom: #888 1px solid;*/
        }

        .main-nav .dropdown-menu > li:last-child > a {
            border-bottom: none;
        }

        .main-nav .navbar-right {
            text-align: center;
        }

    .footer-row1 ul {
        padding: 0;
        text-align: center;
    }

    footer, footer .text-right {
        text-align: center;
        font-size: 12px;
    }

    .paylaterblock {
        margin-bottom: 0;
    }

    .text-red.margin-top-xl {
        margin-top: 0;
    }

    /*Responsive Table*/
    .table-responsive {
        overflow: hidden;
    }

        .table-responsive table, .table-responsive thead, .table-responsive tbody, .table-responsive tr, .table-responsive th, .table-responsive td, .table-responsive tr {
            display: block;
        }

        .table-responsive, .table-responsive tbody {
            margin-top: 10px;
        }

            .table-responsive thead, .table-responsive td:empty {
                display: none;
            }

            /*.table-responsive tbody td:before {
                    display: block;
                    content: attr(data-th);
                    background-color: #304178;
                    color: #fff;
                    padding: 4px 8px;
                    margin: -8px;
                    margin-bottom: 8px;
                }*/

            .table-responsive tbody tr.no-thead td:before,
            .table-responsive tbody tr td.no-thead:before {
                display: none;
            }

            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child {
                border: 1px solid #ddd;
                border-bottom: transparent;
            }

    td.text-right {
        text-align: left;
    }
    /*Payment due, notices, billing, myprofile, tax documents, my bills table responsiveness*/
    .table-due > tbody > tr > td:last-child,
    #premium-payment-due td:nth-child(4),
    #premium-payment-due td:nth-child(5),
    #premium-payment-due td:nth-child(6),
    #premium-payment-due td:nth-child(7),
    #premium-payment-due td:nth-child(8),
    #notices-table td:nth-child(4),
    #notices-table td:nth-child(3),
    #payments-table td:nth-child(2),
    #payments-table td:nth-child(3),
    #payments-table td:nth-child(8),
    #myprofile-paymentmethods > tr > td:last-child,
    #myprofile-paymentmethods > tr > td:first-child,
    #myprofile-contact-info > tr > td:last-child,
    /*#myprofile-paperlesssetings > tr > td:last-child,
    #myprofile-paperlesssetings td:nth-child(2),
    #myprofile-paperlesssetings td:nth-child(3),
    #myprofile-paperlesssetings td:nth-child(4),*/
    #taxdoc-table > tr > td:last-child,
    #mypayments-auotpay > tr > td:last-child,
    #mybills-table td:nth-child(3),
    #mybills-table > tr > td:last-child,
    #paymmentconfirm-table > tr > td:last-child,
    #paymentsummary-table > tr > td:last-child,
    #paymentsummary-table td:nth-child(4) {
        text-align: left !important;
    }

    .table-due > tbody > tr > td:nth-child(2) {
        max-width: none;
    }
    /*ends here*/
}

.inline {
    display: inline !important;
}

.info-description {
    width: 98%;
    display: inline-block;
}

.align-top {
    vertical-align: top;
}

.align-mid {
    vertical-align: middle;
}

.align-bot {
    vertical-align: bottom;
}

input[type=checkbox], input[type=radio] {
    margin: 2px 0 0;
}

.table-due .checkbox, .table-due .checkbox input[type=checkbox],
.table-payment .checkbox, .table-payment .checkbox input[type=checkbox] {
    margin: 0;
    /* position: relative; */
}

    .table-due .checkbox label, .table-due .radio label,
    .table-payment .checkbox label, .table-payment .radio label {
        min-height: 10px;
        padding-left: 0;
    }

    .table-due .checkbox label, .table-due .radio label {
        padding-left: 15px;
    }

.checkbox.custom input[type=checkbox] {
    margin-left: 0px;
}

.top-links {
    margin-top: 30px;
    padding-right: 20px;
}
/*.table-due > tbody > tr > td:nth-child(2) {		
    max-width:120px;		
}*/
.error-style {
    margin-bottom: 20px;
    color: #a94442;
    font-size: 12px;
    border-radius: 5px;
}

    .error-style li {
        padding: 2px;
    }

.no-padding-left {
    padding-left: 0px;
}

.display-inline {
    display: inline !important;
}

.image-bignail {
    border-bottom: 0px;
}

.btn-secondary {
    color: #000;
    background-color: #6EBACB;
    border-color: #6EBACB;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #00818B;
        border-color: #00818B;
    }

.btn-default {
    color: #fff;
    background-color: #8B8B8A;
    border-color: #8B8B8A;
}

    .btn-default:hover {
        color: #fff;
        background-color: #8B8B8A;
        border-color: #8B8B8A;
    }

.modal.cheque img {
    margin-bottom: 20px;
}

input[type=checkbox].check-margin, input[type=radio].check-margin {
    margin-top: 10px;
}

.total-amount-due-label {
    background-color: #c8ebfb;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 0px;
}

.total-amount-due-amt {
    background-color: #c8ebfb;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 3px;
}
/* table with effect starts here */
.creative-table th {
    padding: 0px !important;
}

.creative-table thead {
    background-color: transparent !important;
    border: 0px !important;
}

.pricing-table {
    /*margin: 30px auto;*/
    text-align: center;
    /*width: 892px;*/ /* total computed width = 222 x 3 + 226 */
}

    .pricing-table .plan {
        text-shadow: 0 1px rgba(255,255,255,.8);
        background: #fff;
        border: 1px solid #ddd;
        color: #333;
        padding: 20px;
        width: 100%; /* plan width = 180 + 20 + 20 + 1 + 1 = 222px */
        float: left;
        position: relative;
        padding-bottom: 0px;
    }

    .pricing-table #most-popular {
        z-index: 2;
        top: -13px;
        border-width: 3px;
        padding: 30px 20px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
        -webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
        box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
    }

    .pricing-table .plan:nth-child(1) {
        /*-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;*/
    }

    .pricing-table .plan:nth-child(4) {
        /*-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;*/
    }

    /* --------------- */

    .pricing-table h3 {
        font-size: 20px;
        font-weight: normal;
        padding: 20px;
        margin: -20px -20px 50px -20px;
        background-color: #eee;
        background-image: -moz-linear-gradient(#fff,#eee);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
        background-image: -webkit-linear-gradient(#fff, #eee);
        background-image: -o-linear-gradient(#fff, #eee);
        background-image: -ms-linear-gradient(#fff, #eee);
        background-image: linear-gradient(#fff, #eee);
    }

    .pricing-table #most-popular h3 {
        background-color: #ddd;
        background-image: -moz-linear-gradient(#eee,#ddd);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
        background-image: -webkit-linear-gradient(#eee, #ddd);
        background-image: -o-linear-gradient(#eee, #ddd);
        background-image: -ms-linear-gradient(#eee, #ddd);
        background-image: linear-gradient(#eee, #ddd);
        margin-top: -30px;
        padding-top: 30px;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

    .pricing-table .plan:nth-child(1) h3 {
        -moz-border-radius: 5px 0 0 0;
        -webkit-border-radius: 5px 0 0 0;
        border-radius: 5px 0 0 0;
    }

    .pricing-table .plan:nth-child(4) h3 {
        -moz-border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0;
        border-radius: 0 5px 0 0;
    }

    .pricing-table h3 span {
        display: block;
        font: bold 25px/60px Georgia, Serif;
        color: #777;
        background: #fff;
        border: 5px solid #fff;
        /*height: 100px;
	width: 100px;*/
        height: 65px;
        width: 65px;
        margin: 10px auto -65px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        -moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
        -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
        box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    }

    /* --------------- */

    .pricing-table ul {
        margin: 20px 0 0 0;
        padding: 0;
        list-style: none;
    }

    .pricing-table li {
        border-top: 1px solid #ddd;
        padding: 10px 0;
    }

    /* --------------- */

    .pricing-table .signup {
        position: relative;
        padding: 8px 20px;
        margin: 20px 0 0 0;
        color: #fff;
        font: bold 14px Arial, Helvetica;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        background-color: #72ce3f;
        background-image: -moz-linear-gradient(#72ce3f, #62bc30);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#72ce3f), to(#62bc30));
        background-image: -webkit-linear-gradient(#72ce3f, #62bc30);
        background-image: -o-linear-gradient(#72ce3f, #62bc30);
        background-image: -ms-linear-gradient(#72ce3f, #62bc30);
        background-image: linear-gradient(#72ce3f, #62bc30);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        text-shadow: 0 1px 0 rgba(0,0,0,.3);
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
        box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
    }

        .pricing-table .signup:hover {
            background-color: #62bc30;
            background-image: -moz-linear-gradient(#62bc30, #72ce3f);
            background-image: -webkit-gradient(linear, left top, left bottom, from(#62bc30), to(#72ce3f));
            background-image: -webkit-linear-gradient(#62bc30, #72ce3f);
            background-image: -o-linear-gradient(#62bc30, #72ce3f);
            background-image: -ms-linear-gradient(#62bc30, #72ce3f);
            background-image: linear-gradient(#62bc30, #72ce3f);
        }

        .pricing-table .signup:active, .pricing-table .signup:focus {
            background: #62bc30;
            top: 2px;
            -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
            -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
            box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
        }

/* --------------- */

.clear:before, .clear:after {
    content: "";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    zoom: 1;
}

.plan .fa {
    font-size: 32px;
    color: #1666af;
}
/*Start of payment coupon amount field css*/
.amountEnclosed {
    background: #eee;
    padding: 10px;
    display: inline-block;
}

    .amountEnclosed input {
        max-width: 26px;
        display: inline-block;
        max-height: 26px;
        border-radius: 0;
        box-shadow: none;
        padding: 0px;
    }

.comma-separator {
    position: relative;
    display: inline-block;
    min-width: 8px;
}

    .comma-separator:after {
        position: absolute;
        font-size: 24px;
        content: ",";
        bottom: 0px;
        padding-top: 8px;
        max-height: 28px;
    }

    .comma-separator.dot:after {
        content: ".";
    }
/*End of payment coupon amount field css*/
.showPrevData .panel-heading h4 {
    font-size: 14px;
}

.panel-group.faqs {
    margin-bottom: 0;
}

.panel-title > a {
    text-decoration: none;
    display: block;
}

.panel-title .fa {
    font-size: 18px;
    vertical-align: middle;
    min-width: 10px;
    margin-right: 6px;
}

.panel-heading .fa:before {
    content: "\f068";
}

.panel-heading .initial .fa:before {
    content: "\f067";
}

.panel-heading .collapsed .fa:before {
    content: "\f067";
}

.text-right {
    text-align: right !important;
    /*width:100%;*/
}

label {
    font-weight: bold !important;
    margin-top: 10px;
    padding-top: 0px !important;
}

.due-row {
    padding-left: 10px;
    padding-right: 10px;
}

.error-sign {
    font-size: 60px;
    padding-left: 8px;
    margin-top: 11px;
    opacity: 0.3;
}

.head-info {
    font-size: 60px;
    opacity: 0.3;
}

.bg-warning i {
    opacity: 0.3;
}
/*Payment Summary styles starts here*/
.count-info {
    font-size: 36px;
    color: #000 !important;
}

    .count-info .label {
        font-size: 15px !important;
        line-height: 14px;
        padding: 1px 4px;
        position: absolute;
        left: 24px;
        top: 3px;
        border-radius: 10px;
    }

.fa-calendar {
    font-size: 22px !important;
}

.plan-name-color {
    /* color: #1666af; */
    color: #000;
}

.dotted-style {
    border-bottom-style: dotted;
    border-color: #1666af;
}

.blue-background-img {
    position: relative;
    min-height:42px;
    /* margin-left: -21px; */
}

#duetext {
    position: absolute;
    color: white;
    font-size: 13px;
    font-weight: bold;
    left: 50px;
    top: 8px;
}
/*Payment Summary styles ends here*/

/*Styles for error,warning,success,info starts here*/
.circle-icon {
    background: #F9EDCC;
    padding: 16px;
    border-radius: 50%;
    border: 3px #fff solid;
    position: absolute;
    font-size: 24px;
    top: -26px;
    left: 10px;
}

.circle-icon-info {
    background: #d9edf7;
    padding: 16px;
    border-radius: 50%;
    border: 3px #fff solid;
    position: absolute;
    font-size: 24px;
    top: -26px;
    left: 10px;
}

.circle-icon-danger {
    background: #f2dede;
    padding: 16px;
    border-radius: 50%;
    border: 3px #fff solid;
    position: absolute;
    font-size: 24px;
    top: -26px;
    left: 10px;
    color: #a94442;
}

.bg-danger span {
    color: #a94442;
}

.error-list li {
    color: #a94442;
    /*font-family: Droid !important;*/
    font-family: sans-serif;
    font-size: 13px;
}

.circle-icon-success {
    background: #dff0d8;
    padding: 19px;
    border-radius: 50%;
    border: 3px #fff solid;
    position: absolute;
    font-size: 24px;
    top: -26px;
    left: 10px;
    color: #3c763d;
}
/*Styles for error,warning,success,info ends here*/

td:first-child {
    box-shadow: inset 1px 0 0 #fff;
}

/*td {
    border-right: 1px solid #fff;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 15px;
    position: relative;
    transition: all 300ms;
}*/

.shadow-box {
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.7);
}
/* Ribbon */
/* vendor prefixes removed for clarity */
.ribbon {
    /* width: 350px; */
    /* margin: 10px auto; */
    /*   padding: 0 10px 0; */
    position: relative;
    border: 0px !important;
    padding: 19px !important;
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.1); */
}

    .ribbon #RibbonText {
        display: block;
        height: 40px;
        font-size: 17px;
        line-height: 30px;
        font-weight: normal;
        /*width: 279px;*/
        margin: 0;
        padding: 5px 10px;
        padding: 5px 10px;
        position: absolute;
        left: -13px;
        right: -13px;
        top: 8px;
        color: #fff;
        /*  background: #006595;
    background: linear-gradient(top, #383838 0%, #262626 100%); */
        border-radius: 2px 2px 0 0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.3);
        background: #03628F; /* Old browsers */
        /* background: -moz-linear-gradient(left,  #03628F 0%, #017AB3 51%, #00A2EF 100%); /* FF3.6+ */
        /* background: -webkit-gradient(linear, left top, right top, color-stop(0%,#03628F, color-stop(51%,#017AB3)), color-stop(100%, #00A2EF)); /* Chrome,Safari4+ */
        /* background: -webkit-linear-gradient(left,  #03628F 0%,#017AB3 51%,#00A2EF 100%); /* Chrome10+,Safari5.1+ */
        /* background: -o-linear-gradient(left,  #03628F 0%,#017AB3 51%,#00A2EF 100%); /* Opera 11.10+ */
        /* background: -ms-linear-gradient(left,  #03628F 0%,#017AB3 51%,#00A2EF 100%); /* IE10+ */
        /* background: linear-gradient(to right,  #03628F 0%,#017AB3 51%,#03628F 100%); /* W3C */
        /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00722d', endColorstr='#00561c',GradientType=1 ); /* IE6-8 */
    }

        .ribbon #RibbonText::before,
        .ribbon #RibbonText::after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            bottom: -10px;
            z-index: -10;
            border: 5px solid;
            border-color: #242424 transparent transparent transparent;
        }

        .ribbon #RibbonText::before {
            left: 0;
        }

        .ribbon #RibbonText::after {
            right: 0;
        }

.dotted {
    border: none;
    border-top: 1px solid #ddd;
    height: 1px;
}

.previous-year {
    background-color: #ECF6FB;
}

.form-horizontal .control-label {
    text-align: left;
}

.form-control {
    height: 38px;
}

.width15 {
    width: 15%;
}

.width20 {
    width: 20%;
}

/*New styles for Dashboard Starts here*/

.dashboard-box {
    background-color: #d9edf7;
    padding: 10px;
    padding-bottom: 0px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    /* height:200px; */
    height: auto;
    border-radius: 5px;
}

.blue-bar-heading {
    background-color: #006595;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 10px;
    color: #ffffff !important;
    font-weight: normal;
}

.margin-negative-sm {
    margin: -10px !important;
}

.blue-bar-heading a {
    color: #ffffff !important;
    font-weight: bold;
}

    .blue-bar-heading a:hover {
        text-decoration: none !important;
    }

.margin-bottom-dashboard {
    margin-bottom: 100px;
}

.contact-info-icon {
    background: #006595;
    padding: 12px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 57px;
    top: 8px;
}

.Manage-Payment .dashboard-box {
    width: 96% !important;
}

.payment-info-icon {
    background: #006595;
    padding: 12px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    font-size: 52px;
    left: 95px;
    top: 8px;
}

.notices-info-icon {
    background: #006595;
    padding: 12px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 67px;
    top: 8px;
}

.dashboard-box img {
    height: 60px;
    width: 60px;
}

.notices .panel-body {
    min-height: 193px !important;
}

.notices .blue-bar-heading {
    min-height: 64px;
    line-height: 41px;
}
/*@media (max-width: 768px) {
	.notices-info-icon, .payment-info-icon, .contact-info-icon {
		left: 180px !important;
	}
	
}
@media (max-width: 900px) {
	 .payment-info-icon {
		left: 35px !important;
	}
	 .contact-info-icon{
		left: 60px !important;
	 }
	.notices-info-icon{
		left: 120px !important;
	}
}
@media (max-width: 340px) {
	.payment-info-icon, .contact-info-icon, .notices-info-icon {
		left: 38px !important;
	}
}*/

/*media query for dashboard starts here*/
@media (max-width: 992px) and (min-width: 768px) {
    .payment-info-icon {
        left: 25% !important;
    }

    .contact-info-icon {
        left: 30% !important;
    }

    .notices-info-icon {
        left: 35% !important;
    }
}

@media (max-width: 1200px) and (min-width: 993px) {
    .contact-info-icon, .notices-info-icon {
        left: 25% !important;
    }

    .payment-info-icon {
        left: 30% !important;
    }
}

@media (max-width: 767px) and (min-width: 481px) {
    .payment-info-icon, .contact-info-icon, .notices-info-icon {
        left: 40% !important;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    .payment-info-icon, .contact-info-icon, .notices-info-icon {
        left: 35% !important;
    }
    .nickname-control-width {
    width: 100% !important;
    }
}

@media (max-width: 320px) and (min-width: 270px) {
    .payment-info-icon, .contact-info-icon, .notices-info-icon {
        left: 25% !important;
    }
}
/*media query for dashboard ends here*/

/* Custom style added by mvc need to overwrritten*/
.validation-summary-errors ul {
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
}

    .validation-summary-errors ul li {
        list-style: disc;
    }

#MakePaymentValidation {
    -webkit-padding-start: 85px !important;
    -moz-padding-start: 85px !important;
    list-style: disc;
}

.fa-sort {
    cursor: pointer;
}

.width20 {
    width: 20%;
}

.width14 {
    width: 14%;
}

.table-sort > thead > tr > th {
    cursor: pointer;
}
/* Disable Dashboard Icons */
.disabled {
    background-color: #eee !important;
}

    .disabled .blue-bar-heading {
        background-color: #ddd !important;
    }

    .disabled .payment-info-icon {
        background-color: #ddd !important;
    }

    .disabled .notices-info-icon {
        background-color: #ddd !important;
    }

    .disabled .contact-info-icon {
        background-color: #ddd !important;
    }

/*responsive style for ribbon starts here*/

@media (max-width: 362px) {
    .ribbon #RibbonText {
        /*width: 122% !important;*/
    }
}

@media (max-width: 410px) and (min-width: 363px) {
    .ribbon #RibbonText {
        /*width: 118% !important;*/
    }
}

@media (max-width: 485px) and (min-width: 411px) {
    .ribbon #RibbonText {
        /*width: 115% !important;*/
    }
}

@media (max-width: 630px) and (min-width: 486px) {
    .ribbon #RibbonText {
        /*width: 111% !important;*/
    }
}

@media (max-width: 766px) and (min-width: 631px) {
    .ribbon #RibbonText {
        /*width: 108% !important;*/
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    .ribbon #RibbonText {
        /*width: 106% !important;*/
        height: 42px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .ribbon #RibbonText {
        /*width: 130% !important;*/
    }
}
/*responsive style for ribbon ends here*/
@media screen and (max-width: 767px) {
    td.text-center {
        text-align: left;
    }

    .payment_coupon .col-xs-5, .payment_coupon .col-xs-7, .payment_coupon .col-xs-4, .payment_coupon .col-xs-8 {
        width: 100% !important;
    }
}

.nickname-control-width {
    width: 28% !important;
}

.nickvalue-control-width {
    width: 39% !important;
}

#email-value {
    word-wrap: break-word;
}

.sortable-post {
    cursor: pointer;
}

@media only print {
    .DontPrint {
        display: none !important;
    }

    .print-table {
        display: table;
    }
}

.fa-scissors {
    position: absolute;
    top: -12px;
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.btn-info, .btn-info:hover {
    color: #000;
}

.premium-online-border {
    border-right: 1px solid #ddd;
}


.hyperlinkdisable {
    pointer-events: none;
    cursor: default;
}

.faq_hd {
    padding-left: 15px;
    font-weight: normal;
    font-size: 20px;
    color: #1666af;
}

.PlanName {
    font-weight: bold;
    display: block;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    margin-left: 0px;
    margin-top: 12px;
}

#PaymentMethod_IsDefault {
    margin-top: 10px;
}

.dashboard a:link {
    text-decoration: none !important;
}


/*New table design starts here*/


@media (max-width: 439px) {
    .issuer-style {
        margin: 8.9em;
    }
}
    #txtAmountDue {min-width:70px; }
/* 330 - 426 */
@media (min-width: 300px) and (max-width: 991px) {
    .rwd-table td:before {
        width: 16.5em !important;
    }

    thead tr th#SelectAllSmallDevice {
        /*position: fixed !important;
    top:0px !important;
    z-index: -1;*/
        position: fixed !important;
        display: block !important;
        z-index: -1;
    }

    #payment-method-div div, #payment-method-div label {
        display: inline-block;
        margin-top: 0px;
    }

    #my-default {
        /*color: #fff;*/
    }

    /*#payment-contact-div a:link {
        color: #fff;
    }*/

    #paperlessTable div {
        display: inline-block;
        margin-top: 0px;
    }
    #paperlessTable button.paperSetting-Save {      
        margin-top: 10px;
    }
     #paperlessTable .Paper-setting-save {
        display: block !important;

    }
    .rwd-table td:first-child:before {
        color: #fff;
    }

    .rwd-table td:first-child {
        color: #fff;
    }

    .rwd-table td span {
        display: inline-block;
        /*width: 40%;*/
    }

    .rwd-table {
        color: #000;
        border-radius: .4em;
        overflow: hidden;
    }

        .rwd-table th, .rwd-table td {
            text-align: left;
        }

        .rwd-table tr {
            border-color: #46637f;
        }

        .rwd-table th, .rwd-table td {
            margin: .5em 1em;
        }

    .PlanName {
        display: inline-block;
    }

    .issuer-style {
        margin: 11em;
    }

    .payment-module .table-due input.form-control {
        max-width: 90px;
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child {
        border: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 1px solid #ddd;
    }

    .rwd-table td:before {
        color: #34495E;
        vertical-align: top;
    }

    .rwd-table {
        margin: 1em 0;
        margin-top: 0px;
        min-width: 300px;
    }

    #EditContactInfo {
        color: #337ab7 !important;
    }

    #btnSubmit {
        /*margin-left: 15px;*/
    }


    .rwd-table tr {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        display: block;
    }

        .rwd-table td:first-child {
            padding-top: 8px;
            min-height: 29px;
        }

        .rwd-table td:last-child {
            padding-bottom: .5em;
        }

        .rwd-table td:before {
            content: attr(data-th) ": ";
            font-weight: bold;
            width: 8.5em;
            display: inline-block;
        }

    #TaxDocTable a:link {
        display: inline-block;
    }

    thead#VisibleForSmallDevice {
        display: block !important;
        background-color: #fff;
        border: 0px;
        padding: 0px;
        margin: 0px;
        height: auto;
    }

        thead#VisibleForSmallDevice tr {
            border: 0px;
        }

    .rwd-table th#VisibleTHSmallDevice {
        display: block !important;
        border: 0px;
        text-align: left;
        padding: 0px;
        margin: 1px;
        height: 17px;
    }

    .Check-label-for-small-device {
        display: inline-block !important;
        color: #000;
    }

    #SelectAll {
        margin-top: 8px;
    }
}

@media (min-width: 991px) {
    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }

        .rwd-table th:first-child, .rwd-table td:first-child {
            padding-left: 0;
        }

        .rwd-table th:last-child, .rwd-table td:last-child {
            padding-right: 0;
        }

        .rwd-table td:before {
            display: none;
        }

    .rwd-table th, .rwd-table td {
        padding: 1em !important;
    }
}



@media (max-width: 991px) {
    .rwd-table > .table > thead > tr > th, .rwd-table > .table > tbody > tr > td {
        white-space: normal !important;
    }

    .rwd-table td:first-child {
        background-color: #304178 !important;
    }

    .table-due > tbody > tr > td:nth-child(2) {
        max-width: none;
    }

    .table-due > tbody > tr > td:last-child {
        text-align: left;
    }
}


/*New table design ends here*/

legend#PapperlessSettingForm {
    font-size: inherit;
}

@media (min-width: 330px) and (max-width: 426px) {
    td.actions::before {
        width: 8.5em !important;
    }
}


input.reducedWidth {
    width: 58px;
}

/* Tootip width - left*/
td.leftToolTip div.tooltip-inner {
    width: 300px !important;
    max-width: 300px !important;
}

th.toolTipWidthIncrease div.tooltip-inner {
    width: 320px !important;
    max-width: 320px !important;
}
/* Tootip width left*/

.due-date-font {
    font-size: 16px !important;
}

.sortable-post:focus, .sortable:focus {
    outline: none;
}
/* onclick info box css*/
.fa-user-circle {
    font-size: 20px;
    /*color: #1666af;*/
    padding-top: 15px;
}

.guest-payment-iden {
    list-style: none;
}

.infobox-container {
    /*background: #fff;
    border: 1px solid #1666af;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;*/
    background: #fff;
    border: 1px solid #1666af;
    width: auto;
    height: auto;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.show-infobox {
    cursor: pointer;
}

.hidden {
    display: none;
}

.popover-title .close {
    position: absolute;
    top: 4px;
    right: 5px;
}

.popover-title {
    padding: 5px;
    margin: 0;
    font-size: 11px;
    background-color: #f7f7f7;
    border-bottom: 0px;
    border-radius: 0px;
    padding-top: 15px;
    line-height: 15px;
}

.popover-content {
    padding: 0px;
}

.popover {
    width: 150%;
}

.close {
    color: #7a7a7a;
    opacity: 1.2;
}

.guest-user-ico {
    margin-top: 10px;
    margin-left: 40px;
    color: #757575;
}

.guest-user-ico-mob {
     margin-left: 40px;
    color: #757575;
}

.fa-plus {
margin-left: 3px;
margin-right: 3px;
}
/* Responsive Table changes starts here */

@media (min-width: 768px) {
    .font-display {
        display: none !important;
    }
}

@media (max-width: 510px) {
    #SaveContactInfo {
       margin-left: 0px;
    }

    .paperSetting-Cancel {
        margin-bottom: 10px;
    }

    .paperSetting-Save {
        margin-left: 0px;
    }

    #paperlessTable {
        overflow-x: scroll;
    }

    .paperlessSetting-table {
        margin-bottom: 0px !important;
    }

    .email-input-smalldevice {
        width: 85%;
        float: right;
    }

    .confirm-email-smalldevice {
        margin-top: 15px;
        float: right;
        width: 85%;
        clear: both;
    }

    #myprofile-contact-info .footable-row-detail-name {
        border: 0px !important;
        width: 20% !important;
        background-color: #fff;
    }

    #myprofile-contact-info .footable-row-detail-value {
        border: 0px !important;
        width: 80% !important;
        background-color: #fff;
}
}

@media only screen and (max-width: 681px) and (min-width: 505px) {
    .paperSetting-Cancel {
        margin-bottom: 10px;
    }

    .paperSetting-Save {
    margin-left: 0px;
    }

    .email-input-smalldevice {
        width: 85%;
        float: right;
    }

    .confirm-email-smalldevice {
        margin-top: 15px;
        float: right;
        width: 85%;
        clear: both;
    }
}

@media (max-width: 768px) {
    .select-display {
        display: none !important;
    }

    .footable-row-detail-row {
        /* border: 1px solid #efefef !important; */
        line-height: 1.5em !important;
        /*border-bottom: 20px solid #fff;*/
    }

    .footable-row-detail-inner {
          width: 100% !important;
	    border-collapse: collapse;
	    background: #f9f9f9 !important;
    }
    
    
    .footable-row-detail-name {
        /*border-top: 1px solid #D7D7D7 !important;
        border-left: 1px solid #D7D7D7 !important;
        border-bottom: 1px solid #D7D7D7 !important;*/
        border-right: 0px;
        padding: 5px !important;
        width: 60% !important;
        background-color: #F9F9F9;
        display: inline-block;
        font-weight: bold;
        color: #1666af;
    }

    .footable-row-detail-value {
        padding-left: 5px !important;
        /*border: 1px solid #D7D7D7 !important;*/
        background-color: #F9F9F9;
        display: inline-block;
        width: 40%;
        padding: 5px;
        font-weight: bold;
        text-align: right;
    }

    .fa-plus-square-o, .fa-minus-square-o {
        /* background: #6EBACB !important; */
        font-size: 17px !important;
        color: #1666af;
        font-weight: bold;
    }

    .payment-module .table-2column > thead > tr > th:nth-child(2) {
        border-top-left-radius: 7px;
        width: 50% !important;
        /*border: transparent;*/
    }

    .table-2column .footable-row-detail-name {
        width: 50% !important;
    }

    .table-2column .footable-row-detail-value {
        width: 50% !important;
    }
   
    .thirdcolumnradius > thead > tr > th:nth-child(3) {
     border-top-right-radius: 7px;
     border: transparent;
    }

    .payment-module .table-3-column > thead > tr > th:nth-child(2) {
        /*border-top-left-radius: 7px;*/
        width: 40% !important;
        border: transparent;
    }

    .payment-module .table-3-column > thead > tr > th:nth-child(1) {
        width: 7%;
    }

    .border-left-radius {
    border-top-left-radius: 7px;
    border-left: transparent !important;
    }

    .border-right-radius {
    border-top-right-radius: 7px;
    border-right: transparent !important;
    }

    .padding-left-plan {
        padding-left: 48px !important;
    }

    .padding-left-plan-md {
        padding-left: 34px !important;
    }

    .margin-left-sm-plan {
        margin-left: 15px !important;
    }

    input.reducedWidth {
        width: 100%;
    }
    #visibleSmall {
        display: block !important; 
        text-align:left !important;
    }
 

}
@media (max-width: 667px) {
          .visible-Small {
      
        position: absolute;
        left: 15px;
        bottom: -29px !important;
       right: 17.7px !important;
    }
}

@media (max-width: 420px) {
    .visible-Small {
        right:16.5px !important;
    }


}
@media (max-width: 1024px) {
    #visibleSmall {
        display: block !important;
        text-align: left !important;
        line-height: 29px !important;
        pointer-events: none;
        border-right:none;
                border-top:none;
                border-left:1px thin #ccc;
                border-width: thin;
    }

    .visibleSmall {
        display: table-cell !important;
        width: auto !important;
        text-align: right !important;
        pointer-events: none;    
        line-height: 13px !important;
        margin-bottom:15px;
        width:99%;
    }

    .visible-Small {
        display: block !important;
        width: auto !important;
        pointer-events: none;
        padding: 0 14px !important;
        border-width: thin !important;
        border-top: none !important;
        position: absolute;
        left: 15px;
        bottom: -13px;
       right: 19px;
    }
}

.footable-row-detail-inner {
    border-spacing: 0px 10px;
}

.footable-row-detail-row {
    border-bottom: 10px solid #fff;
}

.text-center {
text-align: center !important;
}

#PapperlessSettingForm {
border-bottom: 0px !important;
}
@media (min-width: 321px) and (max-width: 480px) {
    
    .nickname-control-width {
    width: 50% !important;
    padding-right: 0px;
    }
    .nickvalue-control-width {
    width: 50% !important;
    }
}