@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%;
}

body.no-scroll {
    overflow-y: auto;
}

.ui-datepicker-title select {
    width: auto !important;
    margin: 5px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0px 0em;
}

.dropdown.exportDropdown {
    display: inline-block;
}

.table-responsiveCustom td, .table-responsiveCustom th {
    white-space: nowrap;
    padding: 10px;
}

.ui-datepicker-title {
    width: 100%;
}

.modal-title {
    text-transform: capitalize !important;
}

b {
    display: inline-block;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}

input[type="radio"] {
    margin-right: 8px;
    cursor: pointer;
}

label {
    line-height: 1;
}

.table-responsive {
    overflow-x: hidden !important;
}

.table-responsiveCustom {
    overflow-x: auto;
}

.mdl-button {
    margin: 5px 2.5px !important;
}

.modal-header .close {
    font-size: 30px;
}

.main-content {
    /*width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;*/
}
/*css for PMX3.0 enhancements starts*/
.page-title h1 {
    text-transform: capitalize !important;
}
/*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;
}

.hide {
    display: none;
}

.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, .dataTable .material-icons:hover {
            color: #2196f3;
        }

.actionSelect > span:first-child .dropdown-divider {
    border: none !important;
}

.grid .material-icons {
    font-size: 20px !important;
}

.actionSelect .dropdown-item .material-icons, .dataTable .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: 0 5px;
}

    .enhnc-stdBtn.mdl-button:hover {
        background-color: #00bcd4;
        color: #fff;
    }

.enhnc-btn-blue.mdl-button {
    background-color: #075065;
    color: #fff;
}

.enhnc-btn-grey.mdl-button {
    background-color: #efefef;
    color: #757575;
}
/*css for card style starts*/
.ui-debit--card {
    height: 187px;
    color: #b8adad;
    margin: 20px 0;
    display: inline-block;
    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);
}

.nonvisacard .ui-debit--card {
    height: 187px;
    color: #b8adad;
    /*display: none;*/
    margin: 20px auto;
    width: 320px;
    max-width: 100%;
    border-radius: 10px;
    background-image: linear-gradient(134.12deg,#360a1d -49%, #6b1439 98%);
    box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.16);
}

    /*.nonvisacard .ui-debit--card .card-header {
        justify-content: flex-end;
    }*/

.card-number {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
}

    .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 10px 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 10px;
    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 {
        max-width: 100%;
        border: none !important;
        display: inline-block;
        text-align: left;
        padding: 0 !important;
        outline: none;
        background-color: transparent;
        color: #fff !important;
        font-weight: 500 !important;
    }

    .card-footer .card-holder {
        width: calc(100% / 2);
    }

        .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;
}

    .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: 18px !important;
    font-weight: 100;
}

.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;
    border-radius: 10px;
    padding: 20px 5px;
    margin-top: 10px;
    display: none;
}

.nfw-header p {
    font-weight: 600;
    font-size: 20px;
    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 li:last-child {
        display: flex;
        flex-grow: 1;
        justify-content: space-between;
    }

    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, .shortcut-nO {
    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*/

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.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(../css/fonts/MaterialIcons-Regular.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';
}

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;
}

.page-title.mdl-textfield {
    padding: 0 !important;
    margin-bottom: 0;
}

.page-title {
    margin-bottom: 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;
    }

    .page-title h2 {
        margin: 0 !important;
        color: #00bcd4 !important;
        text-transform: capitalize;
        font-weight: normal;
        line-height: 36px;
        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;
}

a {
    background-color: transparent;
}

.extra-bottom-padding {
    padding-bottom: 50px;
}


/*Start - NotificationStripComponent CSS*/

.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: 85px;
    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;
}

.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: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 30px;
}

    .card .header {
        color: #555;
        padding: 10px 20px;
        position: relative;
        border-bottom: 1px solid rgba(204, 204, 204, 0.35);
    }

        .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;
    color: #fff;
}

    .bg-blue ~ .ui-accordion-content {
        border-color: #075065 !important;
    }

.bg-cyan {
    background-color: #00bcd4 !important;
    color: #fff;
}

    .bg-cyan ~ .ui-accordion-content {
        border-color: #00bcd4 !important;
    }

.bg-green {
    background-color: #127503 !important;
    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;
    white-space: normal;
    padding-right: 50px;
}


/*MDL Patches*/

.getmdl-select .mdl-textfield__label:after {
    bottom: 22px;
}

.getmdl-select.mdl-txtField2 .mdl-textfield__label:after {
    bottom: 15px;
}

.getmdl-select.mdl-txtField2 ul.mdl-js-menu {
    width: 100%;
}

.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: 10px 0;
}

.mdl-textfield__message {
    color: rgba(0, 0, 0, 0.26);
    position: absolute;
    font-size: 12px;
    margin-top: 3px;
    visibility: visible;
    display: block;
    width: 100%;
}

.mdl-textfield__errormessage {
    color: rgb(255, 0, 0);
    /*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;
}

.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: uppercase;
    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: uppercase;
}

/*.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: uppercase;
    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;
}

.custom-text-box > .material-icons {
    position: absolute;
    top: 22px;
}

.custom-text-box {
    position: relative;
}

    .custom-text-box > .mdl-textfield {
        padding-left: 30px;
    }

.custom-text-box1 > .material-icons {
    position: absolute;
    top: 22px;
}

.custom-text-box1 {
    position: relative;
}



.terms-container p {
    margin-bottom: 10px;
}

.scrollable-tables {
    overflow-x: inherit;
}

.DataTables_Table_0_filter,
.dataTables_length {
    overflow-x: auto;
}


/*CSS Bootstrap Modal*/

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal-dialog {
    width: calc(100% - 20px);
    text-align: left;
}


/*CSS Bootstrap Modal*/


/*CSS DataTables -- Start*/

.dataTables_wrapper select {
    border: none;
    border: 1px solid #ecebeb;
    padding: 2px;
    margin: 0 5px 10px;
    -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;
    padding: 10px 0;
}

.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 !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: #333 !important;
        background: transparent;
        box-shadow: none;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #fff !important;
    }

.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 0.9s linear infinite;
    animation: rotate 0.9s 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: #080808;
    background: #eee;
    overflow: hidden;
    text-align: center;
    display: table;
    opacity: 1.0;*/
    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;
    opacity: 1.0;
}

.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: absolute;
    font-size: 11px;
    margin-top: 3px;
    width: 100%;
}

table.dataTable {
    border-collapse: collapse;
}

.table > tbody > tr > td {
    vertical-align: middle;
    line-height: normal;
}

@media (max-width: 768px) {
    .tooltip-container {
        display: none !important;
    }

    .modal-dialog {
        width: calc(100% - 20px) !important;
        text-align: left;
    }

    #view-history-modal table {
        width: auto !important;
        display: block !important;
        overflow-x: scroll;
    }

    .table-responsive {
        border: none;
    }
}

.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: 1024px) {
    /*#Lauoutform .main-content,
    .footer-content .footer {
        margin-left: 0px;
    }*/

    /*.footer-content .footer {
        width: calc(100% - 268px);
    }*/

    .sidebar.closed ~ #Lauoutform .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;
}

.scrollable-tables {
    overflow-x: inherit;
}

@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%;
    }

    .dropdown.exportDropdown {
        display: block;
    }

    .mdl-tabs__tab-bar {
        -ms-flex-direction: row;
        flex-direction: column;
        height: auto;
    }

    .adhoclegend {
        position: relative;
    }
}
/*@media (min-width:1002px) and (max-width:1024px) {
    .daterangepicker.opensright:before {
        left: 515px !important;
    }

    .daterangepicker.opensright:after {
        left: 515px !important;
    }

    .daterangepicker.ltr {
        left: 301.969px !important;
    }
}


@media (min-width:1025px) and (max-width:1125px) {
    .daterangepicker {
        left: 369.5px !important;
    }

        .daterangepicker.opensright:before {
            left: 370px;
        }

        .daterangepicker.opensright:after {
            left: 370px;
        }
}
@media (min-width:1126px) and (max-width:1345px) {
    .daterangepicker {
        left: 600.5px !important;
    }

        .daterangepicker.opensright:before {
            left: 370px;
        }

        .daterangepicker.opensright:after {
            left: 370px;
        }
}
@media (min-width:1346px) and (max-width:1535px) {
    .daterangepicker {
        left: 822.5px !important;
    }

        .daterangepicker.opensright:before {
            left: 370px;
        }

        .daterangepicker.opensright:after {
            left: 370px;
        }
}
@media (min-width:1536px) and (max-width:1700px) {
    .daterangepicker {
        left: 900.5px !important;
    }

        .daterangepicker.opensright:before {
            left: 370px;
        }

        .daterangepicker.opensright:after {
            left: 370px;
        }
}
@media (min-width:1701px) and (max-width:1855px) {
    .daterangepicker {
        left: 1070.5px !important;
    }

        .daterangepicker.opensright:before {
            left: 370px;
        }

        .daterangepicker.opensright:after {
            left: 370px;
        }
}
@media (min-width:1855px) and (max-width:2025px) {
    .daterangepicker {
        left: 1070.5px !important;
    }

        .daterangepicker.opensright:before {
            left: 370px;
        }

        .daterangepicker.opensright:after {
            left: 370px;
        }
}*/



.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: 4px 8px;
    }


.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;
    white-space: nowrap;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 8px;
    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: 153px !important;
}

@media (max-width:360px) {
    .accordion-content h5 {
        font-size: 15px !important;
        margin-bottom: 0px !important;
        text-align: center;
    }
}

.ui-datepicker {
    clip: rect(0px, 238px, 257px, 0px) !important;
}


/*Addded by anil jq grid width*/


.ui-jqgrid-view {
    width: 100% !important;
}

.ui-jqgrid {
    width: 100% !important;
}

.ui-jqgrid-hdiv {
    width: 100% !important;
}

.ui-jqgrid-bdiv {
    width: 100% !important;
}

.ui-jqgrid-btable {
    width: 100% !important;
}

.ui-jqgrid-htable {
    width: 100% !important;
}

.ui-jqgrid .ui-jqgrid-hbox {
    padding-right: 0px !important;
}

.ui-jqgrid-pager {
    width: 100% !important;
}


.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;
    }*/
    body.no-scroll {
        overflow-y: hidden;
    }

    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: right;
    }

    table.dataTable thead th, table.dataTable tbody td {
        white-space: normal;
    }

    .knowmore-dropdown-menu.dropdown-menu {
        min-width: 200px;
    }
}

span.field-validation-error {
    color: #d50000;
    position: absolute;
    font-size: 12px;
    margin-top: 3px;
    display: block;
}

#divProcessTransaction .table-bordered > tbody > tr > td, #divProcessTransaction .table-bordered > tbody > tr > th, #divProcessTransaction .table-bordered > tfoot > tr > td, #divProcessTransaction .table-bordered > tfoot > tr > th, #divProcessTransaction .table-bordered > thead > tr > td, #divProcessTransaction .table-bordered > thead > tr > th {
    padding: 8px !important;
}

#divProcessTransaction label {
    font-weight: 100;
}

/*=========Changes done by Reshma=================*/
.tdaction {
    width: 60px !important;
}

@media (min-width: 768px) {
    #dvModelConfirm .modal-dialog {
        margin: 30px auto;
    }
}

#ViewBusinessInformation .col-xs-12, #ViewBusinessInformation .col-sm-12, #ViewBusinessInformation .col-md-12, #ViewBusinessInformation .col-sm-6, #ViewBusinessInformation .col-md-3 {
    /*padding-left:0 !important;
     padding-right:0 !important;*/
}

#KycAppointMent .col-xs-12, #KycAppointMent .col-sm-12, #KycAppointMent .col-md-12, #KycAppointMent .col-sm-6, #KycAppointMent .col-md-3 {
    padding-left: 0 !important;
}

#ViewBusinessInformation .mdl-custom-textfield label {
    color: #000 !important;
    font-weight: bold !important;
}

table.dataTable thead td {
    /*border-bottom: 0px solid #111 !important;*/
    white-space: nowrap;
    /*padding-right: 15px !important;*/
}

#ViewBusinessInformation .table-responsive {
    padding: 0px 0px !important;
}

.mdl-data-table th {
    color: #000 !important;
}

@media (min-width: 768px) {
    #dvKycAppointMent .modal-dialog {
        width: 600px !important;
        margin: 30px auto;
    }
}

/*added by anil */
@media (min-width: 768px) {
    #AssignKycVerification .modal-dialog {
        width: 600px !important;
        margin: 30px auto;
    }
}

#dvAssignKycVerification .inline-element {
    display: block;
    text-align: left;
}

#dvAssignKycVerification .mdl-radio.is-upgraded {
    padding-right: 0px !important;
}

#dvAssignKycVerification .modal-body {
    position: relative;
    padding: 15px 0px !important;
}

#ViewBusinessInformation b {
    font-size: 16px;
    color: #00bcd4;
    font-weight: 500;
    display: block;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    #dvTokenMaintenance .modal-dialog {
        width: 400px !important;
        margin: 30px auto;
    }

    #dvSessionExpireCountinue .modal-dialog {
        width: 400px !important;
        margin: 30px auto;
    }
}

.marginrt {
    margin-right: 5px !important;
}

.paddingblock {
    padding: 15px 0px !important;
}

.ui-accordion .ui-accordion-content {
    height: auto !important;
}

@media (min-width: 768px) {
    #dvWorkFlowInfo .modal-dialog {
        width: 1100px !important;
        margin: 30px auto;
    }
}

.modal {
    z-index: 3050 !important;
}

@media (min-width: 768px) {
    #dvModelReject .modal-dialog {
        width: 900px !important;
    }
}

#dvModelReject .col-xs-12, #dvModelReject .col-sm-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ddlselect label {
    margin-bottom: 0px !important;
}

.fullwidth {
    width: 100% !important;
}

#rbncategory {
    float: left;
}

#divkycInfo .accordion-table {
    padding: 0 !important;
}
/*.tabs-fixed-width{
display: table !important;
    width: 100% !important;
    table-layout: fixed !important;
}*/
/*.tabs-fixed-width li {
    display: table-cell !important;
}*/
/*.tabs-fixed-width a {
    display: block !important;
    text-align: center !important;
}*/
#divkycInfo .ui-tabs .ui-tabs-nav li {
    width: auto !important;
}

#tblviewKycDetails {
    margin-bottom: 25px !important;
}

    #tblviewKycDetails thead, #tblviewKycDetails th {
        height: 20px !important;
        width: 16% !important;
    }

.docdetail b {
    font-size: 15px !important;
    color: #000 !important;
}

.tabs-fixed-width .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    background: #075065 !important;
}

.ui-state-active a, .ui-state-active a:link {
    background: #075065 !important;
}

@media (max-width:1025px) {
    table.tblCardManagement thead th, table.tblCardManagement thead td {
        padding: 10px 4px !important;
    }

    table.tblCardManagement thead tr th:nth-child(1), table.tblCardManagement thead tr th:nth-child(2), table.tblCardManagement thead tr th:nth-child(4), table.tblCardManagement thead tr th:nth-child(6), table.tblCardManagement thead tr th:nth-child(7), table.tblCardManagement thead tr th:nth-child(10) {
        width: 95px !important;
    }

    table.tblCardManagement thead tr th:nth-child(9) {
        width: 120px !important;
    }

    .tdaction {
        width: 90px !important;
    }
}

div.width {
    display: table;
    width: 100% !important;
}

ul.tabs-fixed-width1, div.tabs-fixed-width1 ul {
    display: flex;
    /*width: 100%;*/
    margin: 0;
    padding: 0;
    justify-content: space-between;
}

.tabs-fixed-width1 li, div.tabs-fixed-width1 li {
    /*display: table-cell;*/
    flex-grow: 1;
    text-align: center;
}

/*ul.tabs-fixed-width1 li.notfilled:last-child {
    width: 105px !important;
}*/

#dvModelConfirm .bggrey {
    /*background: #eee;*/
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

#ViewBusinessInformation .mdl-custom-textfield {
    padding: 1px 0 !important;
    font-size: 14px !important;
}

#ViewBusinessInformation .bgwhite, .bgwhite {
    background: #fff;
    padding: 30px;
    margin: 10px 0;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    #ViewBusinessInformation .bgwhite .mdl-data-table, .bgwhite .mdl-data-table {
        margin: 5px 15px 15px 15px;
    }

@media (max-width:767px) {
    #ViewBusinessInformation .mdl-custom-textfield label {
        color: #000 !important;
        font-weight: bold !important;
        padding-top: 15px;
        line-height: 12px;
    }

    #ViewVendorInfo .mdl-custom-textfield label {
        color: #000 !important;
        font-weight: bold !important;
        padding-top: 15px;
        line-height: 12px;
    }
}

#ViewVendorInfo .mdl-custom-textfield label {
    color: #000 !important;
    font-weight: bold !important;
}

#ViewVendorInfo .table-responsive {
    padding: 0px 0px !important;
}

#ViewVendorInfo b {
    font-size: 16px;
    color: #00bcd4;
    font-weight: 500;
}

/*#dvVendorInfo .bggrey {
    background: #eee;
    display: inline-block;
    width: 100%;
    border: 0px !important;
}*/

#ViewVendorInfo .mdl-custom-textfield {
    padding: 1px 0 !important;
    font-size: 14px !important;
}

/*#ViewVendorInfo .bgwhite {
    background: #fff;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    display: inline-block;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    #ViewVendorInfo .bgwhite .mdl-data-table {
        margin: 5px 15px 15px 15px;
    }*/


/*added by anil shahu 10-10-2019*/
#ViewVendorInfo .table-responsive {
    padding: 0px 30px !important;
}

#dvVendorInfo .bggrey {
    background: #eee;
    display: inline-block;
    width: 100%;
    border: 0px !important;
}


#ViewVendorInfo .bgwhite {
    background: #fff;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    /*padding-left: 0px !important;*/
    margin: 10px 0;
    /*padding-right: 0px !important;*/
    display: inline-block;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#ViewVendorInfo .mdl-custom-textfield {
    padding: 1px 0 !important;
    font-size: 14px !important;
}

.totalamount {
    font-size: 18px !important;
}

.padding0 {
    padding: 0px !important;
}

#dvbulkUploadDemo .modal-dialog {
    width: calc(100% - 20px) !important;
}

#dvbulkUploadDemo .table-bordered {
    border-top: 1px solid #eee;
    font-size: 12px !important;
    padding: 0 !important;
    margin-bottom: 10px !important;
}

/*#dvbulkUploadDemo .row {
    margin-right: 0!important;
    margin-left: 0!important;
}*/

#dvbulkUploadDemo thead, th {
    height: auto !important;
}

#ui-datepicker-div {
    z-index: 10000 !important;
}

.icon-arrow-left:before {
    content: "\e091";
}

.prev {
    visibility: visible !IMPORTANT;
}

.icon-arrow-right:before {
    content: "\e092";
}

#ViewDocumentInformation .mdl-custom-textfield label {
    color: #000 !important;
    font-weight: bold !important;
}

.viewdoc b {
    /*font-size: 16px;
    color: #00bcd4;
    font-weight: 500;*/
}

.viewdoc .bggrey {
    /*background: #eee;
    display: inline-block;
    width: 100%;
    border: 0px !important;*/
}

#ViewDocumentInformation .mdl-custom-textfield {
    padding: 1px 0 !important;
    font-size: 14px !important;
}

#ViewDocumentInformation .bgwhite {
    background: #fff;
    margin: 10px 0;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    display: inline-block;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*added for datatable first td spacing against + icon*/
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
    padding-left: 30px !important;
}
/*added for datatable first td spacing against + icon*/
@media (min-width: 768px) {
    .viewdoc .modal-dialog {
        margin: 30px auto;
        width: 60%;
    }
}

#dvModelUploadDocument .modal-dialog {
    width: 600px !important;
    margin: 30px auto;
}

@media (max-width: 768px) {
    #dvModelUploadDocument .modal-dialog {
        width: calc(100% - 20px) !important;
        margin: 30px auto;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive.docdetail > .table > tbody > tr > td, .table-responsive.docdetail > .table > tbody > tr > th, .table-responsive.docdetail > .table > tfoot > tr > td, .table-responsive.docdetail > .table > tfoot > tr > th, .table-responsive.docdetail > .table > thead > tr > td, .table-responsive.docdetail > .table > thead > tr > th {
        white-space: normal !important;
    }


    .table-responsive.docdetail > .table-bordered {
        border: 1px solid #ddd !important;
    }
}

#dvModelAcceptreject .modal-dialog {
    width: 600px !important;
    margin: 30px auto;
}

@media (max-width: 768px) {
    #dvModelAcceptreject .modal-dialog {
        width: calc(100% - 20px) !important;
        margin: 30px auto;
    }
}

#AssignedSalesViewer .col-xs-12, #AssignedSalesViewer .col-sm-12, #AssignedSalesViewer .col-md-12, #AssignedSalesViewer .col-sm-6, #AssignedSalesViewer .col-md-3 {
    padding-left: 0 !important;
}

#AssignedSalesViewer.modal-dialog {
    width: 600px !important;
    margin: 30px auto;
}

@media (max-width: 768px) {
    #AssignedSalesViewer.modal-dialog {
        width: calc(100% - 20px) !important;
        margin: 30px auto;
    }
}

.aclear {
    position: absolute;
    top: 23px;
    right: 36px;
}

#gvApprovals .tdaction {
    width: 83px !important;
}

#gvApprovals td {
    vertical-align: middle !important;
}

#gvApprovals .tdaction a {
    vertical-align: middle !important;
}

/*#dvDelete .modal-dialog {
    width: 600px !important;
    margin: 15% auto !important;
}*/

.ui-accordion .ui-accordion-content {
    padding: 1em 1em !important;
}

table#tblPendingPayments thead th:nth-child(7), table#tblPendingPayments thead th:nth-child(8) {
    width: 62px !important;
}

table#tblPendingPayments thead th:nth-child(2) {
    width: 180px !important;
}
/*#ChangePasswordform .col-xs-12 {
    padding:0 !important;
}*/
#divRM .mdl-data-table td:last-child, #divSM .mdl-data-table td:last-child {
    padding: 12px 0px !important;
}

#divRM .mdl-data-table th:last-child, #divSM .mdl-data-table th:last-child {
    padding: 12px 0px !important;
}

#divRM .mdl-data-table td, #divSM .mdl-data-table td {
    padding: 12px 10px !important;
}

#divRM .mdl-data-table th, #divSM .mdl-data-table th {
    padding: 0 5px 12px 10px !important;
}

    #divRM .mdl-data-table td:first-of-type, #divRM .mdl-data-table th:first-of-type, #divSM .mdl-data-table td:first-of-type, #divSM .mdl-data-table th:first-of-type {
        padding-left: 10px !important;
    }

.processtransactions th, .processtransactions td {
    padding: 5px 5px !important;
}

.processtransactions label {
    font-weight: normal !important;
}

.errorblock span.field-validation-error {
    line-height: 12px !important;
}

.Chargesalesuserdiv #lblChargesalesuseEmail, .Chargesalesuserdiv #lblChargesalesuseMobile {
    font-size: 14px !important
}

table.dataTable, table.dataTable th, table.dataTable td {
    box-sizing: border-box;
}

@media (max-width:767px) {
    div.width {
        display: block !important;
        width: 100% !important;
    }

    .scrollable-tables {
        overflow-x: scroll;
    }
}

.mdl-textfield--file span.field-validation-error {
    margin-top: 0px !important;
}

.mdl-textfield--file .mdl-textfield__message {
    margin-top: 15px !important;
}

#login span.field-validation-error {
    font-size: 11px !important;
    line-height: 14px !important;
}

table.dataTable tbody td.firstNonHidden, table.dataTable thead th.firstNonHidden {
    color: transparent;
    font-size: 0.1px !important;
    padding: 14px 10px 14px 0px !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td.firstNonHidden:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th.firstNonHidden:first-child {
    padding-left: 14px !important;
}

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 {
    font-size: 12px;
}

#dvTerms .modal-footer {
    display: none;
}

/*.nav-tabs > li:hover {
    border: 1px solid #c5c5c5 !important;
    color: #fff !important;
    background: #6f6f6e !important;
    border-radius: 0px !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 {
    background: #007fff !important;
}*/

.ui-tabs-nav > li a:hover {
    background: #6f6f6e !important;
}

.ui-tabs-nav > li.active a:hover {
    background: #075065 !important;
}

.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: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 30px;
}

    .card .header {
        color: #555;
        padding: 10px 20px;
        position: relative;
        border-bottom: 1px solid rgba(204, 204, 204, 0.35);
    }

        .card .header h2 {
            margin: 0;
            font-size: 1.8rem;
            text-transform: capitalize;
            font-weight: normal;
            color: #111;
        }

    .card .content {
        margin-top: 20px;
    }

.tdaction .material-icons
{
    font-size:18px !important;
}