/* Minification failed. Returning unminified contents.
(1226,35): run-time error CSS1046: Expect comma, found '0'
(1226,39): run-time error CSS1046: Expect comma, found '/'
(1226,68): run-time error CSS1046: Expect comma, found '0'
(1226,72): run-time error CSS1046: Expect comma, found '/'
(1226,98): run-time error CSS1046: Expect comma, found '0'
(1226,102): run-time error CSS1046: Expect comma, found '/'
(1236,35): run-time error CSS1046: Expect comma, found '0'
(1236,39): run-time error CSS1046: Expect comma, found '/'
(1236,68): run-time error CSS1046: Expect comma, found '0'
(1236,72): run-time error CSS1046: Expect comma, found '/'
(1236,98): run-time error CSS1046: Expect comma, found '0'
(1236,102): run-time error CSS1046: Expect comma, found '/'
(1246,35): run-time error CSS1046: Expect comma, found '0'
(1246,39): run-time error CSS1046: Expect comma, found '/'
(1246,68): run-time error CSS1046: Expect comma, found '0'
(1246,72): run-time error CSS1046: Expect comma, found '/'
(1246,98): run-time error CSS1046: Expect comma, found '0'
(1246,102): run-time error CSS1046: Expect comma, found '/'
(3403,17): run-time error CSS1039: Token not allowed after unary operator: '-green'
(3721,35): run-time error CSS1046: Expect comma, found '0'
(3721,39): run-time error CSS1046: Expect comma, found '/'
(3721,68): run-time error CSS1046: Expect comma, found '0'
(3721,72): run-time error CSS1046: Expect comma, found '/'
(3721,98): run-time error CSS1046: Expect comma, found '0'
(3721,102): run-time error CSS1046: Expect comma, found '/'
(3780,17): run-time error CSS1039: Token not allowed after unary operator: '-green'
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500&subset=latin,cyrillic,greek,vietnamese,greek-ext,cyrillic-ext);

html {
    font-size: 62.5%;
}

.fa:before {
    display: none;
}

.autoWidth {
    width: auto;
}

.spditbl td {
    border: 1px solid #000;
    padding: 10px 10px;
    line-height: 22px;
}



.greybgbox {
    border-radius: 4px;
    border: solid 1px #d7d8d8;
    background-color: #f8f8f9;
    padding: 20px;
    margin: 20px 0;
}

.mdl-textfield.is-focused .mdl-textfield__label:after {
    bottom: 16px;
}

.getmdl-select.mdl-textfield.is-focused .mdl-textfield__label:after {
    bottom: 22px;
}
/*css for PMX3.0 enhancements starts*/
#businessProfileSwitcher i {
    font-size: 24px;
    line-height: 1.25;
}

#businessProfileDropdown .dropdown-menu li:first-child {
    border-radius: 5px 5px 0 0;
}

#businessProfileDropdown .dropdown-menu li:last-child {
    border-radius: 0 0 5px 5px;
}

#businessProfileDropdown .dropdown-menu li.active {
    background-color: #eff0f1;
    color: #0cb6e7;
}

li#businessProfileDropdown .dropdown-menu {
    min-width: 180px;
    top: 40px;
}

#businessProfileDropdown .dropdown-menu li:hover a {
    color: #0cb6e7;
    cursor: pointer
}

#businessProfileDropdown .dropdown-menu li.active a {
    background: transparent;
    color: #0cb6e7;
}
/*custom window scroll*/
/* width */
::-webkit-scrollbar {
    width: 5px;
    cursor: pointer;
    border-radius: 30px;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px grey;
    border-radius: 30px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #42566B;
    border-radius: 30px;
}
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #17B7E9;
    }
/*custom window scroll*/
.static-position {
    position: static !important;
}

.modal-header h5 {
    font-size: 24px;
    color: #0c386a;
    font-weight: bold;
}

.modal-content {
    border-radius: 15px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.16);
}

.removeDetails {
    display: none;
}

.kycdtail {
    color: #0cb6e7;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 !important;
    text-transform: capitalize;
    padding: 0;
}

.additionaldtail {
    color: #0cb6e7;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 !important;
    text-transform: capitalize;
    padding: 0;
}

    .kycdtail i, .additionaldtail i {
        font-size: 12px;
    }

.kycdtail:hover, .kycdtail:focus {
    background: transparent !important;
    background-color: none !important;
}

.kycdtail span.noterTex {
    color: #6e757d;
    font-size: 12px !important;
    font-weight: 100;
}

.aad-1, .aad-2 {
    display: none;
}

.width-auto {
    width: fit-content !important;
}

.ranges {
    float: none;
    display: flex;
    width: 100% !important;
    clear: both;
    justify-content: center;
}
/*css for help card starts*/
.knowmore-dropdown-menu.dropdown-menu {
    min-width: 425px;
    z-index: 1;
    background: #f5f9fc !important;
    top: 30px !important;
    right: 0 !important;
    left: auto !important;
    transform: none !important;
}

    .knowmore-dropdown-menu.dropdown-menu .dropdown-item {
        position: relative;
    }

        .knowmore-dropdown-menu.dropdown-menu .dropdown-item:before {
            content: '';
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 20px solid #f5f9fc;
            position: absolute;
            top: -18px;
            right: 20px;
        }

.felx-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.helpCardcls .mdl-button, .knowmoredroppy .mdl-button {
    font-size: 14px;
    border-radius: 50px;
    text-transform: capitalize;
    min-width: 180px;
}

    .helpCardcls .mdl-button.checkVideo, .knowmoredroppy .mdl-button.checkVideo {
        background-color: #1592e6;
        color: #fff;
    }

    .helpCardcls .mdl-button.readMore, .knowmoredroppy .mdl-button.readMore {
        background-color: #f5f9fc;
        border: solid 1px #d9e4e7;
        color: #525874;
    }

.knowMore {
    display: none;
    color: #2699fb;
    font-size: 16px;
    cursor: pointer;
}

.card.helpCardcls {
    position: relative;
    background: #f5f9fc;
}

.helpcardCloser {
    color: #2699fb;
    cursor: pointer;
}

p.helpTextPara {
    font-size: 14px;
    color: #092c4e;
    white-space: normal;
    padding: 0;
    text-align: left;
    padding-right: 20px;
}
/*css for help card ends*/
.navbar-expand-lg {
    padding: 0 10px;
    z-index: 3005;
}

ul.navbar-nav {
    align-items: center;
}

ul.dashboard-shortcut:hover .ds-icon-wrapper {
    background-color: #fff;
}

.mdl-tooltip {
    background: #013342;
    font-size: 12px;
}

li.nav-item.dropdown a.dropdown-toggle:after {
    display: none;
}
/*css for ddlacion select starts*/
.grid .dropdown-item {
    padding: 20px 20px !important;
}

.grid .grid-dropdown {
    padding: 10px 20px !important;
}

.btn.btn-grid-dropdown {
    display: inline-flex;
    align-items: center;
}

.spn-header {
    display: inline-flex;
    align-items: center;
    padding: 0px;
}

.actionDroppy .btn-grid-dropdown .gridAction {
    font-size: 12px;
    display: inline-block;
    padding-left: 10px;
    font-weight: bold;
    text-transform: capitalize;
    white-space: nowrap;
}

.actionSelect .dropdown-divider {
    border-top: 1px solid #e9ecef !important;
}

.actionSelect > .dropdown-divider:first-child:not(.hidden) {
    border: none !important;
}

.actionDroppy {
    width: auto !important;
    /*min-width: 200px;*/
    max-width: 100%;
    display: inline-flex;
    justify-content: flex-start;
}

.actionSelect {
    border-radius: 10px;
    outline: none;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
    border: 0px;
    background-color: #ffffff;
    max-height: 170px;
    overflow-y: auto;
    /*top: 40px !important;*/
    z-index: 5;
    /*right:0 !important;
    left:auto !important;*/
}

.actionsBtn.dropdown-toggle:after {
    content: "\E5CF" !important;
    font-family: 'Material Icons';
    font-size: 28px;
    color: rgba(0, 0, 0, 0.4) !important;
    border: none;
    font-weight: 500;
    transition: all 0.25s ease-in-out;
}

.actionDroppy .actionsBtn {
    padding: 0;
    min-width: auto;
    outline: none !important;
    /*display:flex !important;*/
    align-items: center;
    color: #2397f3;
    font-size: 16px;
    box-shadow: none !important;
}

.actionDroppy.show .actionsBtn:after {
    transform: rotate(180deg);
}

.actionSelect .dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    cursor: pointer;
    margin: 0;
}

    .actionSelect .dropdown-item:hover {
        background-color: #f9f7f7;
    }

        .actionSelect .dropdown-item:hover .gridAction, .actionSelect .dropdown-item:hover .material-icons {
            color: #2196f3;
        }

.actionSelect > span:first-child .dropdown-divider {
    border: none !important;
}

.grid .material-icons {
    font-size: 20px !important;
}

.actionSelect .dropdown-item .material-icons {
    color: #526277;
}

.actionSelect .gridAction {
    display: inline-block;
    font-size: 12px;
    padding-left: 10px;
    color: #526277;
    font-weight: bold;
    white-space: nowrap;
}

.actionsBtn .gridAction {
    display: inline-block;
    font-size: 16px;
    padding: 0 5px;
    text-transform: capitalize;
}
/*css for ddl action select ends*/
.userProfile-detail {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.user-intial-logo {
    border-radius: 50%;
    font-size: 18px;
    font-weight: 600;
    color: #0cb6e7;
    background-color: #eef9ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 0;
}

#DivUserPerson {
    margin: 3.5px auto;
    width: 38px;
    height: 38px;
    font-size: 17px;
}

.user-Name {
    color: #526277;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    white-space: nowrap;
}

.user-Type {
    font-size: 12px;
}
/*css for sidemenu businesname starts*/
.user-name {
    padding-left: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}

    .user-name svg {
        font-size: 34px;
    }

    .user-name span {
        display: inline-block;
        font-size: 18px;
        font-weight: 500;
        padding-left: 15px;
    }

#lblBusinessName {
    width: auto;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    #lblBusinessName:hover {
        cursor: pointer;
    }
/*css for sidemenu businesname ends*/
.align-selfcenter {
    align-self: center;
}

.margintop20 {
    margin-top: 20px;
}

.padding-30 {
    padding: 30px !important;
}

.ddlselect label {
    margin: 0;
}

.row.row-with-margin {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.enhnc-stdBtn.mdl-button {
    min-width: 120px;
    min-height: 40px;
    border-radius: 4px;
    font-size: 14px;
    margin: 10px 5px;
}

    /*.enhnc-stdBtn.mdl-button:hover {
        background-color: #00bcd4;
        color: #fff;
    }*/

.enhnc-btn-blue.mdl-button {
    background-color: #075065;
    color: #fff;
}
.enhnc-btn-blue.mdl-button:hover {
    background-color: #075065;
    color: #fff;
}

.enhnc-btn-grey.mdl-button {
    background-color: #efefef;
    color: #757575;
}
.enhnc-btn-grey.mdl-button:hover {
    background-color: #efefef;
    color: #757575;
}
/*css for card style starts*/
.ui-debit--card {
    height: 187px;
    color: #b8adad;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    width: 320px;
    max-width: 100%;
    border-radius: 10px;
    background: linear-gradient(134.12deg,#0b0652 -42%,#1861cb 100%);
    box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.16);
}

    .ui-debit--card > div {
        width: 100%;
    }

.card-footer .card-holder:first-child > div {
    text-align: left;
}

.card-footer .card-holder:last-child > div {
    text-align: right;
}

.nonvisacard .ui-debit--card {
    color: #b8adad;
    background-image: linear-gradient(134.12deg,#360a1d -49%, #6b1439 98%);
}

    .nonvisacard .ui-debit--card .card-header > span {
        display: none;
    }

    .nonvisacard .ui-debit--card .card-header {
        justify-content: flex-end;
    }

.card-number {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

    .card-number ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .card-number ul li {
            display: inline-block;
        }

            .card-number ul li input {
                width: 10px !important;
                border: none !important;
                display: inline-block;
                text-align: center !important;
                padding: 0;
                outline: none;
                background-color: transparent;
                color: #fff !important;
            }

                .card-number ul li input::placeholder {
                    color: #d4caca !important;
                    font-size: 20px;
                }

.card-header {
    padding: 25px 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: none;
    border: none;
    background-color: transparent;
}

    .card-header img {
        margin: 0;
        display: inline-block;
        max-width: 90px;
    }

.card-footer {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: none;
    border: none;
    background-color: transparent;
}

    .card-footer p {
        font-size: 10px !important;
        margin: 2px 0 !important;
        color: #fff !important;
        line-height: 1;
        text-align: left;
    }

    .card-footer input::placeholder {
        color: #fff !important;
        font-size: 16px;
    }

    .card-footer input, .card-footer label {
        width: 100%;
        max-width: 100%;
        border: none !important;
        display: block;
        text-align: left;
        padding: 0 !important;
        outline: none;
        background-color: transparent;
        color: #fff !important;
        font-weight: 500 !important;
    }

    .card-footer .card-holder:first-child {
        flex-grow: 1;
    }

        .card-footer .card-holder:first-child div > input {
            text-overflow: ellipsis;
            font-size: 16px;
        }

    .card-footer .card-holder:last-child {
        width: 80px;
    }

    .card-footer .card-holder + .card-footer .card-holder {
        text-align: right;
    }

    .card-footer .card-holder + .card-holder input, .card-footer .card-holder + .card-holder p {
        text-align: right !important;
    }
/*css for card style ends*/
/*css for cp-cards style starts*/
.addCard-onGo {
    width: 320px;
    height: 187px;
    border: 2px solid #2397f3;
    border-radius: 10px;
    border-style: dashed;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 20px 10px 0px;
}

    .addCard-onGo button, .addContact-onGo button {
        color: #2397f3;
    }

.cp-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
}

    .cp-cards-wrapper .ui-debit--card {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-right: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .cp-cards-wrapper .card-header {
        padding: 15px 20px;
        width: 100%;
    }

    .cp-cards-wrapper .nonvisacard .ui-debit--card {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        background-image: linear-gradient(134.12deg,#360a1d -49%, #6b1439 98%);
    }

    .cp-cards-wrapper .mdl-radio__outer-circle {
        border-color: #fff;
        background-color: #fff;
    }

    .cp-cards-wrapper .mdl-radio.is-checked .mdl-radio__outer-circle {
        border-color: #64f164;
        background-color: #64f164;
        border: 3px solid #fff;
    }

    .cp-cards-wrapper .card-body {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
    }

    .cp-cards-wrapper .nonvisacard .card-body {
        justify-content: flex-end;
        padding: 15px;
    }

.a.btn.btn-grid-dropdown {
    pointer-events: none;
}

.cp-cards-wrapper .card-number {
    padding: 0;
}

.cp-cards-wrapper .card-footer {
    padding: 15px 20px;
    width: 100%;
}

.card-holder--cvv {
    position: relative;
    margin-top: 0 !important;
}

    .card-holder--cvv span.mdl-textfield__error {
        right: 0;
        white-space: nowrap;
        bottom: -18px;
    }

.cp-cards-wrapper .card-footer input.general-cv {
    padding: 5px 10px !important;
    color: #a4afba !important;
    font-weight: 400 !important;
    background-color: #f4f8fb;
    border-radius: 4px;
    border: 1px solid #a4afba !important;
    width: 60px;
    font-size: 16px !important;
    line-height: 1;
}

    .cp-cards-wrapper .card-footer input.general-cv::placeholder {
        color: #a4afba !important;
        font-size: 16px !important;
    }

.cp-cards-wrapper .card-holder--businessname p {
    text-transform: capitalize;
    font-size: 16px !important;
    font-weight: 100;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cp-cards-wrapper .card-number ul + ul {
    padding-left: 10px;
}

.cp-cards-wrapper .card-number ul li input {
    font-size: 12px;
    width: 8px !important;
}

.cp-cards-wrapper .nonvisacard .ui-debit--card .card-header {
    justify-content: space-between;
}

.cp-cards-wrapper .card-number ul li input::placeholder {
    color: #d4caca !important;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}
/*css for cp-cards style ends*/
/*css for newcard form starts*/
.newcard-form--wrapper {
    /*border: 1px solid #a4afba;*/
    display: none;
}
.newcard-form-block {
    border: 1px solid #a4afba;
    border-radius: 10px;
    padding: 20px 5px;
    margin-top: 10px;
}
.newcard-header-text {
    font-size: 14px;
    font-weight: 450;
    line-height: 23px;
}
.nfw-header p {
    font-weight: 600;
    font-size: 18px;
    color: #092c4e;
    margin: 0;
}
/*css for newcard form ends*/
/*css for Dashboard shortcut starts*/
ul.dashboard-shortcut {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
    list-style: none;
    box-shadow: 5px 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    margin: 5px 0 30px;
    border-radius: 10px;
    padding: 25px;
    transition: all 0.2s ease-in-out;
}

    ul.dashboard-shortcut:hover {
        background-color: #eef9ff;
    }

    ul.dashboard-shortcut li span.ds-icon-wrapper {
        background-color: #eef9ff;
        border-radius: 20px;
        color: #0cb6e7;
        font-size: 24px;
        height: 64px;
        display: flex;
        width: 64px;
        align-items: center;
        justify-content: center;
    }

    ul.dashboard-shortcut span.ds-icon-wrapper i {
        font-size: 24px;
    }

.shortcut-name {
    font-size: 18px;
    font-weight: 600;
    display: block;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #013342;
    margin-left: 20px;
}
/*css for Dashboard shortcut ends*/
/*css for PMX3.0 enhancements ends*/

div.dataTables_wrapper div.dataTables_length select {
    font-size: 12px;
}

.mdl-custom-textfield > span {
    display: block;
    padding-bottom: 5px;
}

.dvsumarry {
    padding: 0 0 10px;
}

/*.dataTables_wrapper {
    overflow-x: auto;
}*/

table.table-bordered.dataTable th:after, table.table-bordered.dataTable th:before {
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.pad-topNBot {
    padding: 15px 0;
}

.padding-topbottom {
    padding-top: 5px;
    padding-bottom: 5px;
}

paddint-top10 {
    padding-top: 10px;
}

.pad-bottom-20 {
    padding-bottom: 20px;
}

.pad-bottom-10 {
    padding-bottom: 10px;
}

.baseTables {
    max-width: 100%;
    overflow-x: auto;
    margin: 10px 0;
}

    .baseTables table th, .baseTables table td {
        padding: 5px;
    }

.alert-strip {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
    min-height: 70px;
    padding: 20px;
    color: #fff;
    opacity: 1;
    transition: opacity .5s ease-out;
}

.error-alert {
    background: #FF0000 !important;
}

.success-alert {
    background: #3aa23c !important;
}

.strip-hidden {
    z-index: -999;
    opacity: 0;
}


@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../css/fonts/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    /*src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v48/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'), url(../css/fonts/MaterialIcons-Regular.woff) format('woff'), url(../css/fonts/MaterialIcons-Regular.ttf) format('truetype');*/
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v77/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'), url(../css/fonts/MaterialIcons-Regular.woff) format('woff'), url(../css/fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.lr-padding-20 {
    padding: 0 20px;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* 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';
    -webkit-font-feature-settings: 'liga';
}

body {
    background-color: #e9e9e9;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    font-family: "Roboto", Arial, Tahoma, sans-serif;
    overflow-x: hidden;
}

.hints {
    font-size: 12px !important;
}

.page-title {
    margin-bottom: 15px;
    margin-top: 15px;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
}

    .page-title h1 {
        margin: 0 !important;
        color: #013342 !important;
        font-weight: normal;
        font-size: 2rem;
        text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
        text-transform: capitalize;
    }

    .page-title h2 {
        margin: 0 !important;
        color: #00bcd4 !important;
        font-weight: normal;
        font-size: 16px;
        text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
    }

.bill-title h1 {
    margin: 0 !important;
    color: #212529 !important;
    font-weight: normal;
    font-size: 2rem;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
    text-transform: capitalize;
}

.bill-title h2 {
    margin: 0 !important;
    color: #212529 !important;
    font-weight: bold;
    font-size: 16px;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: none !important;
}

a:hover,
a:focus {
    color: #0a6ebd;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

*,
*:active,
*:hover {
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

*,
button,
input,
i,
a {
    -webkit-font-smoothing: antialiased;
}

a {
    color: #2196f3;
    text-decoration: none;
}

table a {
    color: #2196f3 !important;
    text-decoration: none;
}

a {
    background-color: transparent;
}

.extra-bottom-padding {
    padding-bottom: 50px;
}


/*Start - NotificationStripComponent CSS*/
.alert {
    padding: 15px;
    margin: 15px 0;
}

    .alert, .alert a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        border: none;
        color: #fff !important;
        position: relative;
    }



/*END - NotificationStripComponent CSS*/

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.pointed-cursor {
    cursor: pointer;
}

.main-content {
    padding-top: 65px;
    position: relative;
    min-height: calc(100vh - 70px);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding-bottom: 100px;
}

textarea {
    resize: none;
}
.login-page .card {
    background: #fff;
    min-height: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding: 30px 20px 5px;
    border-radius: 10px;
}
.card {
    background: #fff;
    min-height: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding: 20px;
    border-radius: 10px;
}

    .card .header {
        color: #555;
        padding: 10px 20px;
        position: relative;
        border-bottom: 1px solid rgba(204, 204, 204, 0.35);
        text-transform: capitalize !important;
    }

        .card .header h2 {
            margin: 0;
            font-size: 1.8rem;
            text-transform: capitalize;
            font-weight: normal;
            color: #111;
        }

    .card .content {
        margin-top: 20px;
    }

.toggle-card {
    width: 100%;
    height: 20px;
    position: relative;
    cursor: pointer;
}

    .toggle-card:before {
        content: "\E5CF";
        position: absolute;
        right: 0;
        font-family: 'Material Icons';
        font-size: 25px;
        color: rgba(0, 0, 0, 0.4);
    }

.card .footer {
    position: relative;
    padding: 10px 0 0 0;
    text-align: right;
    border-top: 1px solid rgba(204, 204, 204, 0.35);
    width: 100% !important;
}

.toggled-card {
    overflow: hidden;
    height: 0;
    display: block;
}

.bg-orange {
    background-color: #ff9600 !important;
    color: #fff;
}

.bg-blue {
    background-color: #075065 !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    color: #fff !important;
}

    .bg-blue ~ .ui-accordion-content {
        border-color: #075065 !important;
    }

.bg-cyan {
    background-color: #40c4ff !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    color: #fff !important;
}

    .bg-cyan ~ .ui-accordion-content {
        border-color: #00bcd4 !important;
    }

.bg-green {
    background-color: #127503 !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    color: #fff;
}

    .bg-green ~ .ui-accordion-content {
        border-color: #127503 !important;
    }

.bg-red {
    background-color: red !important;
    color: #fff;
}

.hover-expand-effect:after {
    background-color: rgba(0, 0, 0, 0.05);
    content: ".";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    color: transparent;
    -moz-transition: all 0.95s;
    -o-transition: all 0.95s;
    -webkit-transition: all 0.95s;
    transition: all 0.95s;
}

.hover-expand-effect:hover:after {
    width: 100%;
}

.ui-accordion .ui-accordion-header {
    padding: 15px;
}


/*MDL Patches*/

.mdl-menu {
    width: 100%;
}

.ddlselect .getmdl-select .mdl-textfield__label:after {
    bottom: 22px;
}

.mdl-menu__container {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/*.mdl-textfield__label:after {
    bottom: 14px;
}*/

.mdl-button--accent {
    color: #fff !important;
}

.mdl-textfield.is-invalid .mdl-textfield__message {
    visibility: hidden;
}

.mdl-button {
    margin: 5px;
    text-transform: capitalize;
}

.mdl-textfield__message {
    color: darkgrey;
    position: absolute;
    font-size: 12px;
    margin-top: 3px;
    visibility: visible;
    display: block;
    width: 100%;
}

.mdl-textfield {
    width: 100% !important;
}

.mdl-textfield__label {
    font-weight: normal;
}

.mdl-menu__container {
    max-height: 300px;
    overflow-y: auto !important;
    min-width: 200px;
}

label {
    display: initial;
}

#view-history-modal label {
    display: initial !important;
}

.btn {
    border: none;
    border-radius: 2px;
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize !important;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
}

.btn-success,
.btn-success:hover {
    background: green;
    color: #fff;
}

.mdl-button--file input {
    cursor: pointer;
    height: 100%;
    right: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4;
}

.mdl-textfield__input,
.mdl-textfield__label,
.getmdl-select .mdl-menu__container .mdl-menu .mdl-menu__item {
    font-size: 14px !important;
}

.mdl-menu__item {
    height: 35px;
    line-height: 35px;
}

.mdl-checkbox__label {
    font-weight: normal;
    font-size: 14px;
}

.mdl-textfield--file .mdl-textfield__input {
    box-sizing: border-box;
    /* width: calc(100% - 25px); */
}

.mdl-textfield--file .mdl-button--file {
    right: 0;
    position: absolute;
    width: 100%;
    top: 20px;
    cursor: pointer;
    text-align: right;
}

.mdl-button--file > i {
    right: 0;
}

.mdl-textfield > p {
    margin: 0;
}

.mdl-tabs__tab-bar {
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.mdl-textfield__message .character-count {
    float: right;
}

.getmdl-select .mdl-menu__container .mdl-menu__outline {
    width: 100% !important;
}


/*MDL Patches*/

.acc-header:before {
    content: "\E037";
    position: absolute;
    top: calc(50% - 15px);
    color: #fff;
    font-size: 17px;
    font-family: "Material Icons";
    right: 15px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotate(90deg);
}


/*CSS for accordion*/

/*.accordion-content {
    height: auto !important;
}*/

.width100 {
    width: 100%;
}


.acc-header.ui-state-active:before {
    transform: rotate(-90deg);
}

.acc-header {
    text-transform: capitalize;
}

.accordion-table .row > div {
    margin: 10px auto;
}

.accordion-table .row .doc-image {
    width: 100%;
    max-width: 200px;
}

.data-table-title {
    font-size: 1.75rem;
    text-transform: capitalize;
    margin: 0;
}

.content .mdl-data-table,
.content .mdl-table {
    min-width: 100%;
    max-width: 100%;
}

    .content .mdl-data-table th {
        color: #333;
    }

.odd-row {
    background-color: #eee;
}

.accordion-table .mdl-data-table {
    width: 100%;
}

.ui-accordion .ui-accordion-content {
    overflow: visible;
}

a.text-info {
    color: #31708f;
}

.odd-row td,
.even-row td {
    padding: 10px;
}

.mdl-data-table tr.even-row:hover {
    background: #fff;
}

.mdl-data-table__cell--non-numeric.text-center {
    text-align: center;
}


/*CSS for accordion*/

.inline-element {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

a.text-primary {
    color: #337ab7;
}

.full-width {
    width: 100%;
}

.mdl-data-table--selectable td:first-of-type,
.mdl-data-table--selectable th:first-of-type {
    padding: 10px;
    text-align: center;
}

.mdl-data-table--selectable .mdl-checkbox.is-upgraded {
    padding: 0;
}

.hide {
    display: none;
}

.custom-text-box > .material-icons {
    position: absolute;
    top: 22px;
}

.custom-text-box {
    position: relative;
}

    .custom-text-box > .mdl-textfield {
        padding-left: 30px;
    }

.terms-container p {
    margin-bottom: 10px;
}

.scrollable-tables {
    /*overflow-x: auto;*/
    overflow-x: hidden;
    overflow-y: visible;
}

.DataTables_Table_0_filter,
.dataTables_length {
    overflow-x: auto;
}

.mdl-custom-textfield label {
    font-weight: 700;
    padding: 2px 0;
}
/*CSS Bootstrap Modal*/

.modal {
    text-align: center;
    z-index: 4000;
    padding: 0 !important;
}

.modal-header {
    position: relative;
    padding: 20px;
}

.modal-body, .modal-footer {
    padding: 20px;
}

.modal-header .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
}

.modal-dialog {
    max-width: 100%;
    text-align: left;
    width: calc(100% - 2%);
    margin: 15px auto;
}


/*CSS Bootstrap Modal*/


/*CSS DataTables -- Start*/

/*.dataTable {
    border-width: 0px; border-collapse: collapse; max-width: 100%  !important; width: 100% !important;
}*/
.dataTables_wrapper select {
    border: none;
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.dataTables_wrapper input[type="search"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: none;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
}

    .dataTables_wrapper input[type="search"]:focus,
    .dataTables_wrapper input[type="search"]:active {
        border-bottom: 2px solid #1f91f3;
    }

.dataTables_wrapper select:active,
.dataTables_wrapper select:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.dataTables_wrapper {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    width: auto;
    height: 32px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.pagination li.active a {
    background-color: #2196F3;
}

.pagination > li > a {
    border: none;
    font-weight: bold;
    color: #555;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    padding: 0;
    border: none;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: white !important;
        background: none;
        background: none;
        background: none;
        background: none;
        background: none;
        background: none;
        border: none;
    }

.table-bordered {
    border-top: 1px solid #eee;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable.no-footer {
    border-bottom: 1px solid #eee;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: calc(50% - 9px);
}

table.dataTable .data-table-select {
    padding-left: 30px;
}

.data-table-select .mdl-checkbox {
    width: auto;
}

.showbox {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    left: 0;
    right: 0;
    padding: 5%;
}

.showbox1 {
    position: relative;
    vertical-align: middle;
    left: 0;
    right: 0;
    padding: 5%;
    top: 30%;
}


.loader {
    position: relative;
    margin: 0 auto;
    width: 100px;
}

    .loader:before {
        content: '';
        display: block;
        padding-top: 100%;
    }

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

.page-loader-wrapper {
    z-index: 99999998;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    overflow: hidden;
    text-align: center;
    display: table;
}

.tooltip-container {
    position: absolute;
    z-index: 99999;
    font-size: 14px !important;
    top: -134px !important;
    left: 0% !important;
    background: #fff;
    /*color: #fff;*/
    text-align: center;
    display: none;
}

.tt-table-headers th {
    padding: 10px;
    border-right: 1px solid #fff;
    background: #075065;
    color: #fff;
}

.tt-table {
    margin-bottom: 0;
}

.tt-table-body {
    background: #fff !important;
}

.adhoclegend {
    color: rgba(0, 0, 0, 0.8);
    position: relative;
    font-size: 11px;
    margin-top: 3px;
    padding-bottom: 0 !important;
    width: 100%;
}

@media (max-width: 767px) {

    .dataTable th, .dataTable td {
        white-space: normal;
    }

    .tooltip-container {
        display: none !important;
    }

    .modal-dialog {
        max-width: calc(100% - 2%) !important;
        text-align: left;
        margin: 0 auto;
    }

    #view-history-modal table {
        width: auto !important;
        display: block !important;
        overflow-x: scroll;
    }

    .knowmore-dropdown-menu {
        min-width: 100% !important;
    }
}

.mdl-custom-textfield {
    position: relative;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    width: 300px;
    max-width: 100%;
    margin: 0;
    padding: 10px 0;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@-webkit-keyframes color {
    100%, 0% {
        stroke: #d62d20;
    }

    40% {
        stroke: #0057e7;
    }

    66% {
        stroke: #008744;
    }

    80%, 90% {
        stroke: #ffa700;
    }
}

@keyframes color {
    100%, 0% {
        stroke: #d62d20;
    }

    40% {
        stroke: #0057e7;
    }

    66% {
        stroke: #008744;
    }

    80%, 90% {
        stroke: #ffa700;
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    }

    50% {
        box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
    }

    100% {
        box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
    }
}

.md-radio {
    margin: 16px 0;
}

    .md-radio.md-radio-inline {
        display: inline-block;
    }

    .md-radio input[type="radio"] {
        display: none;
    }

        .md-radio input[type="radio"]:checked + label:before {
            border-color: #337ab7;
            animation: ripple 0.2s linear forwards;
        }

        .md-radio input[type="radio"]:checked + label:after {
            transform: scale(1);
        }

    .md-radio label {
        display: inline-block;
        height: 20px;
        position: relative;
        padding: 0 30px;
        margin-bottom: 0;
        cursor: pointer;
        vertical-align: bottom;
    }

        .md-radio label:before, .md-radio label:after {
            position: absolute;
            content: '';
            border-radius: 50%;
            transition: all .3s ease;
            transition-property: transform, border-color;
        }

        .md-radio label:before {
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 2px solid rgba(0, 0, 0, 0.54);
        }

        .md-radio label:after {
            top: 5px;
            left: 5px;
            width: 10px;
            height: 10px;
            transform: scale(0);
            background: #337ab7;
        }

@media (min-width: 1025px) {
    form .main-content,
    .footer-content .footer {
        margin-left: 0px;
    }

    .footer-content .footer {
        width: calc(100% - 268px);
    }

    .sidebar.closed ~ form .main-content,
    .sidebar.closed ~ .footer-content .footer {
        margin-left: 268px;
    }

    /*.sidebar.closed ~ .footer-content .footer {
        width: auto;
    }*/

    .width78 {
        width: 78% !important;
    }
}

.width100 {
    width: 100% !important;
}


@media (min-width:1025px) and (max-width:1715px) {
    .footer {
        /*width: 75% !important;*/
        display: block !important;
    }
}

@media (min-width:1716px) and (max-width:2115px) {
    .footer {
        width: 85% !important;
        display: block !important;
    }
}

@media (max-width: 420px) {
    .mdl-button {
        width: 100%;
        margin: 5px 0;
    }

    .padding-30 {
        padding: 0 !important;
    }

    .card-header {
        padding: 25px 10px 15px;
    }

    .card-number {
        padding: 15px 10px;
    }

    .card-footer {
        padding: 15px 10px;
    }

        .card-footer input {
            text-overflow: ellipsis;
        }

    .mdl-tabs__tab-bar {
        -ms-flex-direction: row;
        flex-direction: column;
        height: auto;
    }

    .adhoclegend {
        position: relative;
    }

    /*.ui-debit--card {
        height: 100%;
    }*/

    .user-Name {
        white-space: normal;
        max-width: 150px;
    }
}

.footer {
    font-size: 13px;
}

.paddingleft {
    padding-left: 0px !important;
}

.paddingright {
    padding-right: 0px !important;
}

/* Andriod Popup css*/
/* Space out content a bit */


body {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #000;
    font-family: Roboto", sans-serif";
    width: 100%;
}


.appinfo {
    top: 0;
    left: 0;
    z-index: 99999999;
    background: #013342 !important;
    overflow-y: scroll;
    width: 100%;
}

    .appinfo .uppermessage {
        width: 100%;
        text-align: center;
        color: white;
        padding: 35px 25px 0px;
        font-size: 18px;
    }

        .appinfo .uppermessage .storeimg {
            width: 50%;
            display: block;
            margin: auto;
        }

    .appinfo .lowerMessage {
        width: 100%;
        text-align: center;
        color: white;
        padding: 20px 0px 0px 0px;
        font-size: 15px;
    }

        .appinfo .lowerMessage .link {
            color: white;
            padding: 5px 15px 25px;
            display: block;
            text-decoration: underline;
        }

    .appinfo .appimg {
        width: 100%;
    }

.loading {
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 50%;
}

#overlay {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.container {
    padding: 0px !important;
}

.appinfo.android .sb-close {
    border: 0;
    width: 30px;
    height: 30px;
    line-height: 27px;
    color: #b1b1b3;
    background: #1c1e21;
    text-shadow: 0 1px 1px #000;
    box-shadow: 0 1px 2px rgba(0,0,0,0.8) inset, 0 1px 1px rgba(255,255,255,0.3);
}

.appinfo .sb-close {
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    border: 2px solid #fff;
    width: 14px;
    height: 14px;
    font-family: 'ArialRoundedMTBold', Arial;
    font-size: 30px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background: #070707;
    text-decoration: none;
    text-shadow: none;
    border-radius: 14px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.4);
    -webkit-font-smoothing: subpixel-antialiased;
}

.paymatelogo {
    margin: 0 auto;
    display: block;
    padding: 15px;
}

.adhoc, .adhoc td {
    /*background-color: yellow !important;*/
    font-weight: bold !important;
}

    .adhoc .red, .red {
        color: transparent;
        background: url('../images/alert.png') no-repeat;
        background-size: 16px 16px;
        background-position: center left;
    }


.tabletds table {
    float: right !important;
}

i.material-icons:hover {
    cursor: pointer;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 8px;
    font-size: 12px !important;
    vertical-align:middle;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 5px 20px 5px 8px !important;
    font-size: 12px !important;
}

@media (max-width:1164PX) {
    .cbSelectRow {
        /* float: right !important; */
        /*margin-top: 42px;*/
        display: block !important;
    }
}

.calendaricon {
    background: url(../images/Calender.png) center right no-repeat !important;
    background-position: right;
    background-size: 20px !important;
}

.accordion-content h5 {
    font-size: 18px !important;
    margin: 5px 0px !important;
}

.businessinput {
    padding: 0px !important;
}

.fixdisc {
    font-size: 14px !important;
    padding-bottom: 10px !important;
    padding-top: 5px !important;
}

.fixdischead {
    font-size: 14px !important;
    padding-bottom: 5px !important;
}

.amtstyle {
    width: 70%;
}

    .amtstyle input {
        width: 90%;
    }

@media (max-width:450px) {
    .accordion-content h5 {
        font-size: 17px !important;
        margin-bottom: 0px !important;
        text-align: center;
    }

    .user-Name {
        white-space: normal;
        max-width: 150px;
    }
}

.ui-datepicker {
    clip: rect(0px, 238px, 257px, 0px) !important;
}

.addtxt {
    font-size: 15px !important;
    padding-top: 3px !important;
    font-weight: bold !important;
}

.mdl-menu__container.is-visible, .mdl-menu__container.is-animating {
    z-index: 11 !important;
    visibility: visible;
}

.accordion-content h5 b {
    font-weight: normal !important;
    color: #000 !important;
}

    .accordion-content h5 b span {
        font-weight: bold !important;
    }

.amtstyle input {
    font-size: 18px !important;
    padding: 0 5px;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    border: none;
    font-weight: bold;
}

.payableheading {
    display: flex;
    align-items: flex-start;
}

#dvtabs .mdl-tabs__tab {
    margin: 0 3px !important;
    padding: 0 10px !important;
}
/*#dvSubsPlanDetails .control-label {
     font-family: "Roboto","Helvetica","Arial",sans-serif !important;
}*/

#dvSubsPlanDetails label {
    color: #333 !important;
}

.subtitle {
    color: #00bcd4;
    font-weight: normal;
    font-family: "Roboto", sans-serif;
}

.scard {
    min-height: 50px;
    box-shadow: 0px 2px 8px 4px rgba(0,0,0,0.2);
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 5px 20px 5px;
    line-height: 40px;
}

.inpcvv {
    height: 28px;
}

.CardNumber1.visa {
    background-image: url("../images/visa.png");
    background-position: 2px -163px, 260px -61px !important;
}

.spncardStyle1 {
    text-align: center;
    position: relative;
    margin-left: 0px;
    top: -8px;
    height: 50px;
    padding-bottom: 11px;
    /*border: 1px solid #DDDDDD;*/
}

.tableborder {
    border-left: 0 !important;
    /*border-bottom : 1px solid #ddd;
            border-right:1px solid #ddd;
            border-top:1px solid #ddd;*/
}

.tdborder {
    border-right: 0 !important;
    width: 250px;
    /*border-bottom : 1px solid #ddd;
            border-right:1px solid #ddd;
            border-top:1px solid #ddd;*/
}

.spanfont {
    position: absolute;
    font-size: 12px;
}

.lblText {
    padding-left: 18px;
}

.lblTextCardNo {
    padding-left: 33px;
}

.mdl_label_style {
    cursor: default !important;
    font-size: 12px;
}

.planedit {
    top: 8px;
    position: absolute;
    padding-left: 3px;
    font-size: 18px !important;
}

.fontforcbcards {
    font-size: 15px !important;
    font-weight: normal !important;
}

.scard .mdl-textfield__error {
    line-height: 25px !important;
    width: 100% !important;
}



@media (max-width:767px) {
    .footer {
        width: 100% !important;
    }

    .user-Name {
        white-space: normal !important;
        max-width: 150px;
    }
}

.amtinwords {
    font-weight: 100 !important;
    color: #000 !important;
    position: relative;
    padding-left: 5px;
}

#includedinvoice .MarketPlace {
    min-height: .01%;
    overflow-x: inherit !important;
}

#dvTerms .modal-footer {
    display: none;
}

#dvTerms .card {
    margin-bottom: 0 !important;
}

.custom-table td, .custom-table th {
    border: 1px solid lightgrey;
}

.dvsearchable select option.newcontact, .ddlselect .normalcombo option.newcontact {
    color: #0cb6e7 !important;
}

.magicsearch-wrapper .multi-items {
    top: 3px !important;
    left: 0px !important;
}

.magicsearch-wrapper .multi-item {
    height: 20px !important;
    line-height: 17px !important;
    font-family: "Roboto",Arial,Tahoma,sans-serif !important;
    font-size: 14px !important;
}

.magicsearch-wrapper *:not(input) {
    font-family: "Roboto",Arial,Tahoma,sans-serif !important;
    font-size: 14px !important;
}

.magicsearch-wrapper .multi-item-close {
    top: 3px !important;
}

.magicsearch-wrapper input {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(0,0,0,.12) !important;
}

.footer-links a {
    text-transform: capitalize;
}




/*css for Bill payments starts*/
/*css for billpaymentpage svgfonts converted from svgs via icommon starts*/
@font-face {
    font-family: 'icomoon';
    src: url('../css/fonts/icomoon.eot?xeq6es');
    src: url('../css/fonts/icomoon.eot?xeq6es#iefix') format('embedded-opentype'), url('../css/fonts/icomoon.ttf?xeq6es') format('truetype'), url('../fonts/icomoon.woff?xeq6es') format('woff'), url('../css/fonts/icomoon.svg?xeq6es#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-Health-Insurance:before {
    content: "\e90d";
}

.icon-Municipal-Services:before {
    content: "\e90e";
}

.icon-Subscription:before {
    content: "\e90f";
}

.icon-Insurance:before {
    content: "\e910";
}

.icon-Housing-Society:before {
    content: "\e911";
}

.icon-Hospital:before {
    content: "\e912";
}

.icon-Municipal-taxes:before {
    content: "\e913";
}

.icon-Loan-Repayment:before {
    content: "\e914";
}

.icon-electricity:before {
    content: "\e90c";
    color: #526277;
}

.icon-mobilepostpaid:before {
    content: "\e900";
    color: #526277;
}

.icon-dth:before {
    content: "\e901";
    color: #526277;
}

.icon-barrier:before {
    content: "\e902";
    color: #526277;
}

.icon-insurancepremium:before {
    content: "\e903";
    color: #526277;
}

.icon-gas:before {
    content: "\e904";
    color: #526277;
}

.icon-gas-pipeline:before {
    content: "\e905";
    color: #526277;
}

.icon-cable:before {
    content: "\e906";
    color: #526277;
}

.icon-mobile:before {
    content: "\e907";
    color: #526277;
}

.icon-landline:before {
    content: "\e908";
    color: #526277;
}

.icon-degree:before {
    content: "\e909";
    color: #526277;
}

.icon-faucet:before {
    content: "\e90a";
    color: #526277;
}

.icon-wifi:before {
    content: "\e90b";
    color: #526277;
}

.icon-RecurringDeposit:before {
    width: 52px;
    height: 51px !important;
    background: url(../images/depositpng.png) no-repeat;
    content: '' !important;
    display: block;
}


.icon-Rental:before {
    width: 40px;
    height: 40px !important;
    background: url(../images/rental.png) no-repeat;
    content: '' !important;
    display: block;
}

.icon-HospitalandPathology:before {
    width: 52px;
    height: 51px !important;
    background: url(../images/hospitalpng.png) no-repeat;
    content: '' !important;
    display: block;
}

.icon-CreditCard:before {
    width: 50px;
    height: 40px !important;
    background: url(../images/creditcard.png) no-repeat;
    content: '' !important;
    display: block;
}

.icon-ClubsAndAssociations:before {
    width: 45px;
    height: 40px !important;
    background: url(../images/clubpng.png) no-repeat;
    content: '' !important;
    display: block;
}

.icon-Donation:before {
    width: 52px;
    height: 51px !important;
    background: url(../images/donation.png) no-repeat;
    content: '' !important;
    display: block;
}

.icon-MobilePrepaid:before {
    width: 52px;
    height: 51px !important;
    background: url('../images/mobile-recharge.png') no-repeat;
    content: '' !important;
    display: block;
}

/*css for billpaymentpage svgfonts converted from svgs via icommon ends*/
.loader-Container {
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background-color: #ffffffbf;
    display: none;
}

.mdl-element-disable {
    pointer-events: none;
    opacity: 0.4;
}

.fetchBill, .payBill {
    width: 100%;
}

.BBPS_Logo {
    width: 94.5px;
    height: 31.4px;
}

.title-img-holder {
    width: 34px;
}

img.billpaymentround {
    width: 45px;
    max-width: 100%;
}

.bill-window {
    display: none;
}

.nfw-title {
    margin-bottom: 0 !important;
}

#findConsumerNo-modal .modal-header h5 {
    margin: 0;
}

.mdl-button.bill-item--closer {
    margin: 0;
    width: auto;
}

.nfw-title {
    margin-bottom: 15px !important;
}

.mdl-textfield.has-placeholder .mdl-textfield__label, .mdl-textfield.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, 
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label 
{
    color: #40c4ff !important;
}

#findConsumerNo-modal .modal-header .close {
    position: relative;
    top: 0;
    right: 0;
}

#findConsumerNo-modal .modal-dialog {
    max-width: 800px;
}

.billAmount .mdl-textfield__input {
    background-color: #f4f8fb;
    border: 1px solid lightgrey;
    border-style: dotted;
    padding: 10px 0 10px 15px;
}

.companylogo {
    width: 86px;
    height: 68px;
    border: solid 4px #e9e9e9;
}

    .companylogo img {
        height: 100%;
    }

.billAmount .mdl-textfield__label {
    padding-left: 15px;
    top: 30px;
}

.mdl-button.pmx-material-btn {
    margin: 10px 0;
}

.consumerDetailsWrapper {
    background-color: #f4f8fb;
    padding: 15px;
    margin: 20px 0;
}

.bill-amt {
    /*display: none;*/
}

.checkboxHolder {
    display: inline-block;
}

.consumerDetailsWrapper p, .recentBillHeader {
    font-size: 16px;
}

ul.cd-item {
    padding: 0;
    display: flex;
    list-style: none;
}

.cd-item--value {
    font-weight: bold;
}

ul.cd-item li:first-child {
    width: 150px;
    min-width: 150px;
    padding-right: 15px;
}

.mdl-textfield.has-placeholder label.mdl-textfield__label--right {
    text-align: right;
    pointer-events: initial;
    cursor: pointer;
    right: 0;
    display: inline-block;
    width: auto;
    bottom: auto;
    left: auto;
    color: #2196f3 !important;
}

label.mdl-textfield__label--right:after {
    display: none;
}

.cardHeader-blu {
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    color: #075065;
    margin-bottom: 20px;
}

.bill-itemsWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.bill-item {
    width: 150px;
    height: 150px;
    margin: 10px 10px 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.bill-item--icon {
    text-align: center;
    padding-bottom: 10px;
}

    .bill-item--icon span:before {
        font-size: 40px;
        color: #757474;
        transition: all 0.5s ease-in-out;
    }

.bill-item--name {
    text-align: center;
    color: #484848;
    padding: 0 5px;
    transition: all 0.5s ease-in-out;
}

.bill-item:hover, .bill-item.active {
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.16);
}

    .bill-item:hover .bill-item--icon span:before, .bill-item.active .bill-item--icon span:before {
        color: #0cb6e7;
    }

    .bill-item:hover .bill-item--name, .bill-item.active .bill-item--name {
        color: #000;
        font-weight: bold;
    }

.recentBillHeader {
    padding-bottom: 24px;
    border-bottom: 1px solid lightgrey;
}

ul.recentpaid-bills--itemWrapper {
    padding: 0;
    list-style: non;
}

    ul.recentpaid-bills--itemWrapper li {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        ul.recentpaid-bills--itemWrapper li + li {
            margin-top: 15px;
        }

.recentpaid-bills--item .mdl-button {
    margin: 0;
}

.bill-brief {
    flex-grow: 1;
    /*padding-left: 30px;*/
}

    .bill-brief p {
        margin-bottom: 0px;
    }

        .bill-brief p:first-child {
            color: #484848;
        }

        .bill-brief p:last-child {
            color: #a4afba;
        }

.nb-biller--row > div:first-child {
    padding-right: 50px;
}

.nb-biller--row > div:last-child {
    padding-left: 50px;
}

.bill-window .mdl-button {
    text-transform: capitalize;
}

.nb-biller--row .payBill, .nb-biller--row .fetchBill,
.nb-biller--row .checkboxHolder, .nb-biller--row .billAmount,
.nb-biller--row .consumerDetailsWrapper, .nb-biller--row .field2,
.nb-biller--row .field3 {
    /*display: none;*/
    transition: all 0.5s ease-in-out;
}
/*css for Bill payments starts*/

getmdl-select.mdl-textfield.new-mdl--Select.is-focused .mdl-textfield__label:after {
    bottom: 16px;
}

.mdl-textfield.lightblue-mdlField.billPayment-lmdl .mdl-textfield__input {
    background-color: #f4f8fb;
    border: 1px solid lightgrey;
    border-style: dotted;
    border-radius: 2px;
    padding: 10px;
    margin-top: 10px;
}

.mdl-textfield.lightblue-mdlField.billPayment-lmdl.is-focused .mdl-textfield__label, .mdl-textfield.lightblue-mdlField.billPayment-lmdl.has-placeholder .mdl-textfield__label {
    top: 4px;
}

.mdl-textfield.lightblue-mdlField.billPayment-lmdl .mdl-textfield__label {
    top: 30px;
}

    .mdl-textfield.lightblue-mdlField.billPayment-lmdl .mdl-textfield__label:after {
        left: 0px;
    }

.bluePatch {
    margin: 20px 0;
    padding: 15px;
    background-color: #f5f9fc;
    border-radius: 10px;
}

.bbps-labelValue {
    padding-left: 0;
    list-style: none;
    margin: 10px 0;
}

    .bbps-labelValue .label {
        width: auto;
        display: inline-block;
        min-width: 199px;
        max-width: 200px;
    }

    .bbps-labelValue .value {
        font-weight: 600;
    }
.bbpsimg img {
    top: -3px !important;
}

.getmdl-select .mdl-menu__container .mdl-menu .mdl-menu__item {
    line-height: 1.5;
    height: auto;
    padding: 10px;
    white-space: normal;
}

.selectmonth .mdl-menu__container, .selectyear .mdl-menu__container {
    min-width: auto !important;
}
@media(max-width:500px) {
    .addCard-onGo {
        width: 160px;
    }
    .mdl-menu__container {
        min-width: auto !important;
    }
}
@media(min-width:350px) and (max-width:500px) {
    .addCard-onGo {
        width: 250px;
    }
}
#nb_panel label.mdl-radio {
    display: inline-block !IMPORTANT;
}
#credit_panel .mdl-menu__container
{
    min-width: auto !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

@media (min-width: 341px) and (max-width: 374px) {
    .amtblock {
        width: 100% !important;
        text-align: right;
    }
    .companynm {
        width: 48% !important;
    }
    .mbview {
        width: 15px !important;
        float: right !important;
    }
    .btnvendor .mdl-button {
        width: 27% !important;
        margin: 2% !important;
        padding: 0 9px !important;
    }

    .btnvendor {
        text-align: center !important;
    }
}

@media (min-width: 375px) and (max-width: 400px) {
    .companynm {
        width: 48% !important;
    }
    .amtblock {
        width: 100% !important;
        text-align: right;
    }

    .mbview {
        width: 15px !important;
        float: right !important;
    }
    .btnvendor .mdl-button {
        width: 27% !important;
        margin: 2% !important;
        padding: 0 9px !important;
    }

    .btnvendor {
        text-align: center !important;
    }
}

@media (min-width: 401px) and (max-width: 410px) {
    .amtblock {
        width: 35% !important;
        text-align: right;
    }

    .mbview {
        width: 15px !important;
        float: right !important;
    }
    .btnvendor .mdl-button {
        width: 27% !important;
        margin: 2% !important;
        padding: 0 9px !important;
    }
    .btnvendor {
        text-align: center !important;
    }
}

@media (min-width: 411px) and (max-width: 500px) {
    .amtblock {
        width: 100% !important;
        text-align: right;
    }
    .companynm
    {
        width: 51% !important;
    }

    .mbview {
        width: 15px !important;
        float: right !important;
    }
    .btnvendor .mdl-button {
        width: 27% !important;
        margin: 2% !important;
        padding: 0 9px !important;
    }
    .btnvendor
    {
        text-align:center !important;
    }
}
@media (min-width: 325px) and (max-width: 340px) {
    .amtblock {
        width: 100% !important;
        text-align: right;
    }

    .mbview {
        width: 5px !important;
        text-align: right;
    }

    .t2 {
        font-size: 10px;
    }
    .btnvendor .mdl-button {
        width: 27% !important;
        margin: 2% !important;
        padding: 0 9px !important;
    }

    .btnvendor {
        text-align: center !important;
    }
}
@media (min-width: 300px) and (max-width: 324px) {
    .amtblock {
        width: 100% !important;
        text-align: right;
    }
    .companynm {
        width: 43% !important;
    }
    .mbview {
        width: 5px !important;
        text-align: right;
    }

    .t2 {
        font-size: 10px;
    }
    .btnvendor .mdl-button {
        width: 30% !important;
        margin: 1% !important;
        padding: 0 9px !important;
    }

    .btnvendor {
        text-align: center !important;
    }
}
.page-link:hover, .page-link:focus, .page-link:active {
    background-color: transparent !important;
    border-color: #fff !important;
    background: transparent !important;
    border: 0px !important;
    border-radius: 0px !important;
    box-sizing: inherit !important;
    outline: none !important;
    box-shadow: 0 0 0 0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus, .dataTables_wrapper .dataTables_paginate .paginate_button a:focus {
    background-color: transparent !important;
    border-color: #fff !important;
    background: transparent !important;
    border: 0px !important;
    border-radius: 0px !important;
    box-sizing: inherit !important;
    outline: none !important;
    box-shadow: 0 0 0 0 !important;
}

.page-item.disabled .page-link:focus, .page-item.next .page-link:focus, .page-item.previous .page-link:focus {
    background-color: transparent !important;
    border-color: #fff !important;
    background: transparent !important;
    border: 0px !important;
    border-radius: 0px !important;
    box-sizing: inherit !important;
    outline: none !important;
    box-shadow: 0 0 0 0 !important;
}

#dvInviteContactTerms .modal-header h5 {
    margin: 0 !important;
}


/*.btn-grid-dropdown i.material-icons
{
    font-size:18px !important;
}*/
#assignlimitmodal .modal-dialog {
    width: 25%;
}

#assignlimitmodal h6.modal-title {
    margin: 0 !important;
}
@media(max-width:767px) {
    #assignlimitmodal .modal-dialog {
        width: 100% !important;
    }
}

@media(min-width:767px) and (max-width:1250px) {
    #assignlimitmodal .modal-dialog {
        width: 35% !important;
    }
}
.select-checkbox input[type=checkbox], input[type=radio] {
    margin: 0 auto !important;
}

/*=========ManageFIBusiness css===========*/



.padding0 {
    padding: 0px !important;
}

#dvViewBRevenue .table-striped tbody tr.even {
    background-color: transparent !important;
}

#tblFIBusinessRevenue.table-striped thead tr.even th {
    background-color: transparent !important;
}

#dvViewBRevenue .table-striped tbody tr.odd {
    background-color: rgba(0,0,0,.05) !important;
}

#dvViewBRevenue .table-striped thead tr th {
    background-color: rgba(0,0,0,.05) !important;
    font-size: 14px !important;
}

#dvViewBRevenue .table-bordered td, #dvViewBRevenue .table-bordered th {
    border: 0px !important;
}

#tblFIAssociatedContacts .activecontact {
    width: 38% !important;
    text-align: left !important;
}

@media(max-width:767px) {
    #tblFIAssociatedContacts .activecontact {
        width: 100% !important;
        text-align: center !important;
    }
}
#dvViewBRevenue .modal-dialog, #dvBlockReasonUpdate .modal-dialog {
    width: 50%;
}

@media(max-width:767px) {
    #dvViewBRevenue .modal-dialog, #dvBlockReasonUpdate .modal-dialog {
        width: 100% !important;
    }
}

#dvViewBRevenue h5, #dvBlockReasonUpdate h5 {
    margin: 0 !important;
}
#v-pills-tabContent .mdl-custom-textfield {
    font-size: 14px !important;
    line-height: 24px !important;
    width: auto !important;
}
    #v-pills-tabContent .mdl-custom-textfield > span {
        display: block;
        padding-bottom: 3px !important;
        color: #6f6f6e;
    }
.bg-blue:hover, .bg-blue:focus{
    color: #fff !important;
}
#v-pills-tabContent .pad-bottom-20 {
    padding-left: 0px;
}

.dvBusinessBS > .mdl-custom-textfield > span, .dvBalanceSheet > .mdl-custom-textfield > span, .dvOwnerBS > .mdl-custom-textfield > span,
.dvBalanceSheet > .mdl-custom-textfield > span, .dvITR > .mdl-custom-textfield > span,
.dvGSTReturns > .mdl-custom-textfield > span, .dvOwnerCOL > .mdl-custom-textfield > span {
    color: #000 !important;
}
.dvBusinessBS > .mdl-custom-textfield, .dvOwnerBS > .mdl-custom-textfield, .dvBalanceSheet > .mdl-custom-textfield, .dvITR > .mdl-custom-textfield,
.dvGSTReturns > .mdl-custom-textfield, .dvOwnerCOL > .mdl-custom-textfield {
    padding-bottom: 15px !important;
}
.dvITRrow .pad-bottom-20, .dvGSTrow .pad-bottom-20, .dvOwnerBSrow .pad-bottom-20, .dvOwnerCOLrow .pad-bottom-20,
.dvBusinessBSrow .pad-bottom-20, .dvBalanceSheet .pad-bottom-20 {
    padding-left: 5px !important;
}
.repaymentalign {
    margin-top: -20px !important;
    margin-bottom: 20px !important;
}
.supFinanceName {
    font-size: 14px;
    padding: 3px 10px;
    margin-right: 10px;
    border: 2px solid #0CB6E7 !important;
    background: #23d0d826;
    color: #0CB6E7;
}

.supFinanceModelName {
    font-size: 14px;
    padding: 3px 10px;
    margin-right: 10px;
    border: 2px solid #7ddb92;
    background: #359f4d2b;
    color: var(--green);
}
#tblInvoices_wrapper #btnEdit .material-icons {
    font-size: 18px;
    margin-right: 3px;
}
.offerrateedit {
    width: 30% !important;
    height: 30px;
    padding: 10px 5px;
    text-align: center;
    border-bottom: 1px solid #000;
    border-top: 0px;
    border-left: 0;
    border-right: 0px;
    background: transparent;
    margin-right: 12px;
}
.offerper {
    width: 65px !important;
    padding:0px !important;
}
.offerperinput {
    border-bottom: 1px solid #000 !important;
}
.offerper label.mdl-textfield__label
{
    display:none !important;
}
.offerper .mdl-textfield__input
{
    border-bottom:1px solid #000 !important;
}
.financehead {
    color: #40c4ff !important
}
.lblFinancialInstitute, .lblFinancingModel
{
    font-weight:normal !important;
}
#dvOfferDetails .modal-dialog
{
    width:30% !important;
}
#dvOfferDetails .offertitle {
    margin: 0;
    font-size: 20px;
}
#dvOfferDetails .modal-header .close {
    top: 0px !important
}
#dvOfferDetails .modal-body {
    padding: 20px 0px !important;
}
#dvOfferDetails .table-bordered td, #dvOfferDetails .table-bordered th {
    border: 0px !important;
    width: 50% !important;
    text-align: center !important;
} 
#dvOfferDetails .table-bordered {
    margin-bottom: 0px !important
}
#dvOfferDetails .modal-footer {
    border-top: 0px !important;
}
#dvOfferDetails .table-bordered td.th{
    font-weight:bold !important;
    vertical-align:middle !important;
}
.lblLegend
{
padding-bottom:5px !important;
}
.offerrateedit.viewonly
{
    border-bottom:0px !important;
}
.checkcenter{
    text-align:center !important;
}

.tagsinput div input
{
    padding-top:0px !important;
    padding-bottom:3px !important;
}

.tagsinput .tag {
    position: relative;
    background: #556270 !important;
    display: block;
    max-width: 100%;
    word-wrap: break-word;
    color: #fff;
    padding: 2px 20px 1px 5px !important;
    border-radius: 2px;
    margin: 0 5px 5px 0;
    font-weight: bold;
    background-color: #20829e !important;
    /* padding-right: 20px; */
    border-radius: 3px;
    border: 1px solid #075065 !important;
    width: auto !important;
}

    .tagsinput .tag .tag-remove {
        position: absolute;
        background: none;
        display: block;
        width: 30px;
        height: 13px !important;
        top: -3px;
        right: 0;
        cursor: pointer;
        text-decoration: none;
        text-align: center;
        color: #fff;
        line-height: 24px;
        padding: 0;
        border: 0;
    }

        .tagsinput .tag .tag-remove:before, .tagsinput .tag .tag-remove:after {
            background: #fff !important;
            position: absolute !important;
            display: block !important;
            width: 10px !important;
            height: 2px !important;
            top: 12px !important;
            left: 17px !important;
        }
/*.tagsinput div {
    display: none !important;
}*/

.tagsinput {
    padding: 5px 5px 0 0px;
    border-bottom: 1px solid rgba(0,0,0,.12) !important;
    height: 29px !important;
}

    .tagsinput .tag {
        padding: 0px 20px 0px 5px !important;
        border-radius: 2px;
        margin: 0 5px 2px 0;
    }
.viewonly.mdl-textfield__input {
    border-bottom: 0px !important;
}
.viewonly label i.mdl-icon-toggle__label {
    display: none !important;
}
.invoicepoolheaderblock, .invoiceFinancedheaderblock {
    border-right: 2px solid #ccc;
    text-align: center;
    margin: 5px 0px;
    line-height: 25px;
}

.invoicepoolheaderblock1, .invoiceFinancedheaderblock1 {
    border-right: 0px solid #ccc;
    text-align: center;
    margin: 5px 0px;
    line-height: 25px;
}
.timerdata i {
    font-size: 20px;
    vertical-align: text-top;
    margin-right: 2px;
}
.delupload {
    float: left !important;
    display: flex !important;
    padding-right: 0 !important;
}
#tblSupplierRejectsOffer.table-bordered, #tblSupplierAcceptOffer.table-bordered {
    margin-top: 15px !important;
    margin-bottom: 0px !important;
}
.netamt {
    color: #2196f3 !important;
    font-weight: 500 !important;
}
#dvrejectoffersModal .modal-header h5, #dvPay .modal-header h5 {
    margin: 0px !important;
    font-size: 22px !important;
}
#dvrejectoffersModal .modal-header, #dvPay .modal-header {
    padding: 10px !important;
   
}
#dvacceptoffersModal .modal-header h5 {
    margin: 0px !important;
    font-size: 22px !important;
}
#dvrejectoffersModal .modal-footer, #dvacceptoffersModal .modal-footer
{
    border-top:0px !important;
}

#includeinvoicetbl.table-bordered
{
    margin-bottom:0px !important;
}
#includeinvoicetbl_wrapper .dataTables_info {
    display: none !important;
}
.btnmargright
{
    margin-right:0px !important;
}
#gvEarlyInvoicetbl.table-bordered
{
    margin-bottom:0px !important;
}
#gvEarlyInvoicetbl_wrapper .dataTables_info
{
    display:none !important;
}
#togglebutton
{
    background:transparent !important;
    border:0px !important;
    margin:0px 5px !important;
}
.tandetailtd div
{
margin-bottom:15px;
}
.clsexpandable td{
    vertical-align:top !important;
    
}
.tandetailex div:last-child, .tandetailtd div:last-child {
    margin-bottom: 0px !important;
}
@-moz-document url-prefix() {
    .copyright-text {
        margin-top: 25px !important;
    }
}
.HdrText1 {
    color: #40c4ff !important;
    font-weight: normal !important;
    padding: 20px 0 10px 0!important;
}
.cbIsKycRequired input[type=checkbox] {
    margin-right: 2px !important;
}
.card > .container-fluid{
    padding:0 !important;
}
  
.gridpadding {
   padding: 0px 10px 0px 0px !important;
}
#dvstates .mdl-icon-toggle__label.material-icons {
    float: right !important;
    margin-top: -30px !important;
    color: rgba(0,0,0,0.4) !important;
}
#bt-content .scrollable-tables
{
    overflow-x:scroll !important;
}
.dvNatureofPayment .mdl-icon-toggle__label.material-icons {
    float: right !important;
    margin-top: -30px !important;
    color: rgba(0,0,0,0.4) !important;
}
.dvNatureofPayment .magicsearch-wrapper .magicsearch-box li {
    line-height: 1.5 !important;
    height: auto !important;
    padding: 10px !important;
    white-space: normal !important;
}

.dvNatureofPayment .magicsearch-wrapper .magicsearch-box li {
    line-height: 1.5 !important;
    height: auto !important;
    padding: 10px !important;
    white-space: normal !important;
}
.dvNatureofPayment .magicsearch-wrapper .magicsearch-box.all {
    top: 26px !important;
}

.dvNatureofPayment .magicsearch-wrapper input {
    height: 26px !important;
    color:#000 !important;
    font-size:14px !important;
    padding:4px 0px !important;
}

#dvstates .magicsearch-wrapper .magicsearch-box li {
    line-height: 1.5 !important;
    height: auto !important;
    padding: 10px !important;
    white-space: normal !important;
}
#dvbillers .magicsearch-wrapper .magicsearch-box li {
    line-height: 1.5 !important;
    height: auto !important;
    padding: 10px !important;
    white-space: normal !important;
}

#cdtmodalsubtitle p{
font-weight: 500;
color: #000;
}
#cdtmodalsubtitle
{
    padding-top:0px !important;
}
.bg-grey {
    background: #eee !important;
    color: #000 !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    border:0px !important;
}
#dvContactDetails .modal-content {
    margin: 0px 20px 0px 15px !important;
}
#BusinessInfo1 .mdl-textfield__message {
    font-size: 10px !important;
    line-height: 12px !important;
}
.terms-container , #TermsUse .card .content {
    padding: 0px 10px !important;
    text-align:justify !important;
}
.terms-container div {
    margin-bottom:5px !important;
}

.dvBusinessKYCDocuments .modal-header {
    padding: 15px 15px 0px 15px !important;
    border-bottom: 0 !important;
}
.dvBusinessKYCDocuments .modal-body{
    padding:0 !important;
}
.dvBusinessKYCDocuments .modal-footer
{
    display:none !important;
}
.margin0 {
    margin: 0 !important;
}
.dvBusinessKYCDocuments .modal-title, .dvSuccessKYC .modal-title {
    font-style: italic !important;
}
.paddleft0{
    padding-left:0px !important;
}
.dvpanfile label, .txtAddProof label {
    color: #40c4ff !important;
}
.locationCodeOne {
    font-size: 12px;
    padding: 0px 10px;
    margin-right: 10px;
    margin-bottom:5px;
    border: 2px solid #0CB6E7 !important;
    background: #23d0d826;
    color: #0CB6E7;
    display:inline-block;
}

.locationCodeTwo {
    font-size: 12px;
    padding: 0px 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 2px solid #7ddb92;
    background: #359f4d2b;
    color: var(--green);
    display: inline-block;
}
#assignlimitmodal .amtinwords {
    font-weight: 100 !important;
    color: #000 !important;
    position: relative;
    padding-left: 5px;
    margin-top: -20px;
    margin-bottom: 5px;
}
#assignlimitmodal i {
    font-size: 18px;
}
.viewpan, .downloadpan
{
    margin-left:3px;
}
.draftblock {
    padding-top: 23px;
}
.mdl-textfield__error.amterror {
    margin-top:10px !important;
}
#IPWhitelisting .col-md-6, #IPWhitelisting .col-sm-6, #Webhooks .col-md-6, #Webhooks .col-sm-6 {
    padding: 0px 15px !important;
}
.SaveOwnerBankAccount .accordion-content .container-fluid,
.divWebhooks .accordion-content .container-fluid,
.dvIPWhitelisting .accordion-content .container-fluid {
    padding: 0 !important;
}
/*.divWebhooks input:-webkit-autofill, .divWebhooks input:-internal-autofill-selected {
    background-color: transparent !important;
}*/
input::selection {
    background-color: transparent !important;
}

input::-moz-selection {
    background-color: transparent !important;
}
.apikeyheader {
    background: #f5f9fc !important;
}
.spnMerchnatIdentification, .spnAESKEY, .spnAESIV, .spnTerminalIdentification {
    color: #777077 !important;
}
#APIKeys .mdl-custom-textfield
{
    width:100% !important;
    font-size:14px !important;
}
#APIKeys .accordion-content b {
    font-weight: 500 !important;
    padding: 5px 0px !important;
    line-height: 25px !important;
}
#APIKeys h6 b {
    font-weight:bolder !important;
}
.divWebhooks input.fix--autocomplete {
    filter: grayscale(100%) brightness(110%);
}
#dvPay .col-md-6, #dvPay .col-sm-6
{
    padding:0px 15px !important;
}
#Webhooks .fieldset[disabled] .mdl-textfield .mdl-textfield__input, #Webhooks .mdl-textfield.is-disabled .mdl-textfield__input {
    background-color: transparent !important;
    border-bottom: 0 !important;
    color: #000 !important;
}
a.viewpassword {
    float: right !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 24px;
    color: #000 !important;
    right: 8px !important;
}
.btnGridEdit i{
    font-size:18px !important;
    margin-right:2px !important;
}
#ContentPlaceHolder1_gvContacts_wrapper .col-sm-12{
    padding:0px 1px !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover
{
    color:#fff !important;
}
.deltext {
    position: absolute !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.dutyhead a {
    padding: 0 !important;
}
#dvAmtDetails .modal-dialog {
    width: calc(100% - 70%);
}
#dvAmtDetails .mdl-custom-textfield label {
    margin-bottom: 20px !important;
}
#dvAmtDetails .mdl-custom-textfield > span.message {
    color: #007bff !important;
}
.customcontent div
{
    line-height:28px;
}
#ContentPlaceHolder1_gvIECodes_wrapper .col-sm-12{
    padding:0 !important;
}
table.grvCarddisplay tr td:nth-child(3) {
    word-break:break-all !important;
}
#dvbulkUploadIECodeDemo h5.modal-title
{
    margin:0 !important;
}
.main-content.bg-grey {
    background: transparent !important;
    box-shadow: none !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}
#dvUpdateEmailAddress li{
    line-height:30px !important;
}
#dvUpdateEmailAddress ol {
    margin-top: 5px !important;
    padding-left:15px !important;
}
#dvUpdateEmailAddress .modal-header
{
    padding:15px !important;
}
    #dvUpdateEmailAddress .modal-header h5, #dvVersionHistoryPopup .modal-header h5, #dvCancelEmailUpdatePopup .modal-header h5 {
        margin: 0PX !important;
        font-size: 22px !important;
        color: #000 !important;
    }
.dvEmailVerification .input-field.otp-field input {
    width: auto !important;
}
.dvEmailVerification .input-group-addon, .dvSetPassword .input-group-addon {
    margin: 23px 7px 20px 0px !important;
}
.resendblock .timer {
    color: #2196f3 !important;
    padding:0px 3px !important;
}
.dvOTP b, .dvEmailVerification b, .dvSetPassword b, .dvEmailAddressUpdated b {
    font-size: 18px !important;
}
.dvOTP .input-field.otp-field {
    margin: 30px 0 10px;
}
table.gvEmailDomain.table-bordered th, table.gvEmailDomain.table-bordered td {
    border-right: 0px !important;
    height:36px !important;
}
table.gvEmailDomain {
    margin-top: 20px !important;
}
.dvVersionHistoryPopup .modal-footer, #dvUpdateEmailAddress .modal-footer, #dvCancelEmailUpdatePopup .modal-footer {
    border-top: 0px !important;
}
.emailbreadcrumb {
    visibility: hidden !important;
    height: 57px !important;
}
.gvEmailDomain a.btn {
    padding: 0 16px 0 0 !important;
}

.gvEmailDomain .actionDroppy .btn-grid-dropdown .gridAction {
    padding-left: 3px !important;
}
h5.payableheading b {
    color: #2196f3 !important;
}
.chargedamtinwords {
    font-weight: 100 !important;
    color: #000 !important;
    position: relative;
    padding-left: 5px
}
td.tdSupplierShare, td.tdSupplierShare {
    height: 40px !important;
}
input.txtSupplierShare, input.txtSupplierShare {
    width: 50px !important;
}
label.lblSupplierShare
{
    margin-right:3px !important;
}
table.tblMDR .table-bordered td, table.tblMDR .table-bordered th {
    border-right: 0px !important;
}

.table-bordered.tblMDR td, .table-bordered.tblMDR th {
    border-right: 0px !important;
}

.table-bordered.tblBulkMDR td, .table-bordered.tblBulkMDR th {
    border-right: 0px !important;
}
table.paw-invoiceDetails td, table.paw-invoiceDetails th {
    border-right: 0px !important;
}

@media(max-width:767px)
{
    .totcollect {
        display: block !important;
        align-items: center;
        margin: 30px 0px !important;
        padding: 20px 0px !important;
    }

    .amtstyle input {
        text-align: center !important;
    }

    .amtstyle {
        padding: 10px 0px !important;
    }
    .accordion-content h5 b span{
        display:block !important;
    }
    .amtinwords
    {
        line-height:20px !important;
    }
    #ContentPlaceHolder1_pnlBook .col-lg-6, #ContentPlaceHolder1_pnlBook .col-xs-12
    .reqblock .col-lg-6, .reqblock .col-xs-12 {
        padding: 0px !important;
    }
    #ddlSearchCompanies_select.mdl-textfield__input {
        font-size: 12px !important;
    }
    .invoicedetails {
        padding: 0 !important;
    }
    #footer {
       
        padding-top: 150px !important;
    }
    .rejectofferbtn, .counterofferbtn, .acceptcancelbtn, .rejectcancelbtn, .countercancelbtn {
        margin: 15px 5px !important;
    }
    
}
@media(max-width:360px)
{
    #ddlSearchCompanies_select.mdl-textfield__input {
        font-size: 11px !important;
    }
}


