﻿* {
    margin: 0;
    padding: 0;
    font-family: 'RobotoRegular';
    text-decoration: none;
    border: 0;
    outline: 0;
    resize: none;
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('https://dy80itd41p90x.cloudfront.net/fonts/Roboto_Regular/roboto-regular-webfont.eot' ); /* IE9 Compat Modes */
    src: url('https://dy80itd41p90x.cloudfront.net/fonts/Roboto_Regular/roboto-regular-webfont.eot?#iefix' ) format( 'embedded-opentype' ), /* IE6-IE8 */ url( 'https://dy80itd41p90x.cloudfront.net/fonts/Roboto_Regular/roboto-regular-webfont.woff' ) format( 'woff' ), /* Modern Browsers */ url( 'https://dy80itd41p90x.cloudfront.net/fonts/Roboto_Regular/roboto-regular-webfont.ttf' ) format( 'truetype' ), /* Safari, Android, iOS */ url( 'https://dy80itd41p90x.cloudfront.net/fonts/Roboto_Regular/roboto-regular-webfont.svg#RobotoLight' ) format( 'svg' ); /* Legacy iOS */
}

@font-face {
    font-family: 'RobotoMedium';
    src: url('https://dy80itd41p90x.cloudfront.net/fonts/roboto-medium/roboto-medium-webfont.eot' );
    src: url('https://dy80itd41p90x.cloudfront.net/fonts/roboto-medium/roboto-medium-webfont.eot?#iefix' ) format('embedded-opentype' ), url('https://dy80itd41p90x.cloudfront.net/fonts/roboto-medium/roboto-medium-webfont.woff' ) format('woff' ), url('https://dy80itd41p90x.cloudfront.net/fonts/roboto-medium/roboto-medium-webfont.ttf' ) format('truetype' ), url('https://dy80itd41p90x.cloudfront.net/fonts/roboto-medium/roboto-medium-webfont.svg#OpenSansBold' ) format('svg' );
}

@font-face {
    font-family: 'RobotoLight';
    src: url('https://dy80itd41p90x.cloudfront.net/fonts/Roboto_Light/roboto-light-webfont.eot' ); /* IE9 Compat Modes */
    src: url('https://dy80itd41p90x.cloudfront.net/fonts/Roboto_Light/roboto-light-webfont.eot?#iefix' ) format( 'embedded-opentype' ), /* IE6-IE8 */ url( 'https://dy80itd41p90x.cloudfront.net/fonts/Roboto_Light/roboto-light-webfont.woff' ) format( 'woff' ), /* Modern Browsers */ url( 'https://dy80itd41p90x.cloudfront.net/fonts/Roboto_Light/roboto-light-webfont.ttf' ) format( 'truetype' ), /* Safari, Android, iOS */ url( 'https://dy80itd41p90x.cloudfront.net/fonts/Roboto_Light/roboto-light-webfont.svg#RobotoLight' ) format( 'svg' ); /* Legacy iOS */
}

@font-face {
    font-family: 'WebRupee';
    src: url( 'https://dy80itd41p90x.cloudfront.net/fonts/WebRupee.V2.0.eot?#iefix' )format( 'embedded-opentype' ), url( 'https://dy80itd41p90x.cloudfront.net/fonts/WebRupee.V2.0.ttf' ) format( 'truetype' ), url( 'https://dy80itd41p90x.cloudfront.net/fonts/WebRupee.V2.0.svg' ) format( 'svg' ),url( 'https://dy80itd41p90x.cloudfront.net/fonts/WebRupee.V2.0.woff' ) format( 'woff' );
    font-weight: normal;
    font-style: normal;
}

.Webrupee {
    font-family: 'WebRupee';
}

body {
    background-color: #f4f4f4;
}

.pover {
    overflow: auto;
}

/*#region admin login */

.lgn-bdy {
    background-color: #eee;
}

.vj-log-fm {
    width: 350px;
    height: auto;
    overflow: hidden;
    margin: 110px auto 0px auto;
    background-color: white;
    box-shadow: 0 0px 16px -5px rgba(0,0,0,0.2),0 6px 21px -4px rgba(0,0,0,0.19) !important;
    padding: 40px 50px;
}

.lng-logo {
    width: 346px;
    height: 96px;
    float: left;
    border: solid 0px blue;
    background: #ffffff url(../images/logo.png)no-repeat center;
}

.vj-lng-hld {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 0px 0px 0px 0px;
    padding-top: 23px;
    border: solid 0px #333333;
}

.vj-lng-innr-flds {
    width: 100%;
    float: left;
    /*font-family: 'RobotoLight',Arial;*/
    font-family: Arial;
    font-size: 13px;
    color: #333;
}

.vj-lng-txt {
    /*font-family: 'RobotoLight',Arial;*/
    font-family: Arial;
    font-size: 23px;
    color: #333;
    text-align: center;
    padding-bottom: 25px;
}

.lgn-head {
    width: 100%;
    float: left;
    line-height: none;
    display: none;
}

.lgn-flds {
    width: 100%;
    height: 35px;
    float: left;
}

.vj-lng-tbox {
    width: 96%;
    height: 32px;
    padding-left: 10px;
    border: solid 1px #CCC;
    outline: none;
}

.vj-lng-val {
    width: 100%;
    height: 30px;
    font-family: Arial;
    font-size: 12px;
    color: Red;
    float: left;
}


.vj-lng-btn {
    width: 100%;
    height: 35px;
    border: solid 0px #333; /*margin-left:78px;*/
    background-color: #2f3187;
    cursor: pointer;
    font-size: 15px;
    font-family: Arial;
    color: #fff;
}



/*#endregion */

/* All Standard Controls CSS -  dropdownlist, textbox, button (Save, Reset Update, Cancel), label, radio button respectively  */

.ddl-css {
    width: 245px;
    height: 34px;
    line-height: 34px;
    float: left;
    padding: 0px 5px;
    border: solid 1px #d1d0d0;
    color: #282828;
    font-size: 13px;
}

.ddlwixwid {
    height: 32px !important;
}

.txtbox-css {
    width: 245px;
    padding: 6px 0px;
    float: left;
    text-indent: 10px;
    border: solid 1px #d1d0d0;
    color: #282828;
    font-size: 13px;
}

.mtxtbox-css {
    width: 235px;
    padding: 5px;
    float: left;
    border: solid 1px #d1d0d0;
    color: #282828;
    font-size: 13px;
    height: 80px;
    line-height: 15px;
}

.btn-css {
    float: left;
    padding: 7px 20px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    border: 1px solid #2f3187;
}

.primry-colr {
    background-color: #2f3187;
}

.secndry-colr {
    background-color: #ffffff;
    color: #2f3187;
}

.lbl-css {
    font-size: 14px;
}

.rbl-css {
    padding: 6px;
}

/* All Standard Controls CSS ENDS HERE */

.wrapper {
    width: 100%;
    min-width: 1024px;
    float: left;
    overflow: auto;
}

.main-strip {
    width: 98%;
    padding: 0% 1%;
    height: 60px;
    overflow: hidden;
    float: left;
    border-bottom: solid 2px #fff;
    background-color: #fff;
    box-shadow: 5px 4px 3px -2px #eee;
    position: relative;
    margin-bottom: 2px;
}

.bdy-lft {
    width: 16%;
    float: left;
    height: 100%;
    min-height: 600px;
    background-color: #FFF;
    border-right: 1px solid #2f3187;
    border-bottom: 0px solid #2f3187;
    margin-top: 0px;
}

.bdy-rgt {
    width: 83.8%;
    float: right;
    min-height: 600px;
    border: solid 0px red;
    background-color: #fff;
    position: relative;
}

.admin-logo {
    width: 193px;
    height: 60px;
    text-align: center;
    float: left;
    /*background: url('https://www.centrumforex.com/images/logo.png') no-repeat center;*/
    /*background: url('https://www.centrumforex.com/images/EbixCashLogo.png') no-repeat center;*/
}

/* Menu CSS */
.vj-ad-lft-menu {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}

.mnu-hldr li a {
    color: #1a1413;
    display: block;
    width: 100%;
    height: 100%;
}

.main-menu li {
    width: 100%;
    line-height: 40px;
    padding: 0px 15px;
    float: left;
    font-size: 13px;
    border-bottom: solid 1px #d1d0d0;
    color: #1a1413;
    cursor: pointer;
}

.sub-menu {
    width: 100%;
    padding-top: 10px;
    border-bottom: solid 1px #d1d0d0;
    overflow: hidden;
    float: left;
    display: none;
}

    .sub-menu li {
        width: 100%;
        padding: 0px 15px 10px 15px;
        float: left;
        font-size: 13px;
        color: #1a1413;
    }

.fnt-active {
    color: #EE2690 !important;
}

/* Menu CSS ENDS HERE */

.lgn-strip {
    width: 100%;
    height: 53px;
    overflow: hidden;
    float: left;
    border-bottom: solid 2px #EE2690;
    background-color: #fafafa;
}

.lgn-txt {
    width: 50%;
    height: 80%;
    float: right;
    margin-right: 25px;
    padding-top: 16px;
    border: solid 0px red;
    text-align: right;
    font-size: 14px;
    color: #2f3187;
}

    .lgn-txt span, .lgn-txt a {
        line-height: 30px;
        display: block;
        float: right;
    }

.anc-lgout {
    cursor: pointer;
    height: 70% !important;
    padding-left: 15px;
    margin-left: 15px;
    border-left: solid 1px #d1d0d0;
    color: #2f3187;
}

.content-bdy {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    border: solid 0px red;
    text-align: left;
    padding-bottom: 40px;
}

.page-head {
    width: 100%;
    padding: 19px 0px 7px 0px;
    margin-bottom: 13px;
    border-bottom: dashed 1px #d1d0d0;
    font-size: 20px;
    font-weight: 300;
    color: #2f3187;
    text-transform: capitalize;
}

.back-btn {
    display: none;
    float: right;
    font-size: 13px;
    padding: 5px 20px;
    color: White;
    margin-top: 0px;
    cursor: pointer;
    border: 1px solid #2f3187;
    color: #2f3187;
}

.master-cntrls-hldr {
}

.srch-hldr {
    width: 95%;
    float: left;
    padding: 20px 10px;
    background-color: #fafafa;
    border: dashed 0px #d1d0d0;
}

.showAdSearch {
    display: none;
}

.srch-cntrls-hldr {
    width: 100%;
    float: left;
}

.srch-cntrls-lft {
    width: 11%;
    float: left;
    border: solid 0px red;
}

.srch-cntrls-rgt {
    width: 88%;
    float: right;
    border: solid 0px red;
}

.srchcntrl-hldr {
    width: 245px;
    float: left;
    font-size: 12px;
    border: solid 0px red;
    margin-right: 20px;
    margin-bottom: 20px;
}

.srchcntrl-head {
    width: 100%;
    float: left;
    padding-bottom: 4px;
}

.srch-by-txt {
    padding: 25px 15px 0px 0px;
    float: left;
    font-weight: 300;
    color: #5e5e5e;
    font-size: 14px;
}

.srch-ddl-txtbox {
    padding: 0px 15px 0px 0px;
    float: left;
}

.srchmarginfix {
    margin-top: 8px;
}

.srch-btn-hldr {
    float: left;
}

@media screen and (max-width: 1024px) {
    .srch-ddl-txtbox select {
        width: 122px !important;
    }

    .srch-btn-hldr input[type=submit] {
        padding: 8px 10px !important;
    }

    .lblRec {
        margin-left: 5px !important;
    }
}



.m-right-5 {
    margin-right: 5px;
}

.w-167 {
    width: 167px;
}

.w-220 {
    width: 220px;
}

.w-120 {
    width: 120px;
}

.w-150 {
    width: 150px;
}

.w-100 {
    width: 100px;
}

.sort-hldr {
    width: 100%;
    float: left;
    padding: 45px 0px 15px 0px;
    border-bottom: dashed 1px #d1d0d0;
    margin-bottom: 25px;
}

.grd-head {
    /*width: 245px;*/
    width: 180px;
    line-height: 35px;
    float: left;
    font-size: 22px;
    color: #2f3187;
    font-weight: 300;
}

.sort-by-txt {
    padding: 0px 7px 0px 15px;
    line-height: 35px;
    float: left;
    font-weight: 300;
    color: #5e5e5e;
    font-size: 14px;
}

.pd-lft-0 {
    padding-left: 0px !important;
}

.flt-rgt {
    float: right;
}
/*add*/
.add-hldr {
    width: 100%;
    float: left;
    margin-top: 20px;
    display: none;
}

.add-showmap {
    width: 100%;
    float: left;
    margin-top: 20px;
    display: none;
}

.cntrls-row {
    width: 100%;
    float: left;
    padding-bottom: 0px;
    border: solid 0px red;
}

.cntrl-hldr {
    width: 245px;
    float: left;
    font-size: 12px;
    border: solid 0px red;
    margin-right: 23px;
}

.inr-cntrl-hldr {
    width: 100%;
    float: left;
}

.mtop-70 {
    margin-top: 70px;
}

.asterisk {
    color: Red;
}

.asterisk-val {
    float: left;
    margin-right: 5px;
}


.cntrl-head {
    width: 100%;
    float: left;
    padding-bottom: 4px;
}

.cntrl-val {
    width: 100%;
    height: 20px;
    float: left;
    color: red;
}

/*grid*/
.grd-hldr {
    width: 100%;
    float: left;
    overflow-y: hidden;
    overflow-x: auto;
}

.grd-css {
    width: 100%;
    border: solid 1px #ededed;
}

    .grd-css th {
        text-transform: uppercase;
        border: Solid 1px #ededed;
        background-color: #fafafa;
        padding: 10px 5px;
        font-size: 12px;
        font-weight: 600;
        color: #5e5e5e;
    }

    .grd-css td {
        padding: 5px;
        border-bottom: dashed 1px #ededed;
        border-right: solid 1px #ededed;
        font-size: 12px;
        color: #5e5e5e;
        font-weight: 400;
    }

        .grd-css td a {
            display: block;
            padding: 5px 10px;
            color: #666;
            background-color: #eee;
            margin-right: 3px;
        }

        .grd-css td table td span {
            background-color: #2f3187;
            color: #fff;
            font-family: Arial;
            border: #2f3187 solid 2px;
            display: block;
            padding: 5px 10px;
            margin-right: 3px;
        }

        .grd-css td table td {
            font-family: 'RobotoRegular',Arial;
            font-size: 12px;
            color: #23527c;
            border: solid 0px;
            padding: 0px;
        }

        .grd-css td input[type=checkbox], .grd-css th input[type=checkbox] {
            cursor: pointer;
        }

        .grd-css td div b {
            border-bottom: dashed 0px #ccc;
        }

.filter-display span {
    display: inline-block;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    border: solid 1px #E896C2;
}

.omItemtemp {
    padding: 0px !important;
}

.omcolorfix {
    background-color: #BFE4BF;
}

.wth-200 {
    width: 200px;
}

.btn-grd-css {
    background-color: #fff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    color: #2f3187;
}

    .btn-grd-css:hover {
        text-decoration: underline;
    }

.act-width {
    width: 80px;
}

.alert-box {
    width: 200px;
    position: fixed;
    padding: 10px 20px;
    top: 75px;
    right: -242px;
    background: #2f3187;
    border: 1px solid #2f3187;
    color: #fff;
    font-size: 13px;
}

.sel-role {
    float: left;
    line-height: 35px;
    padding-right: 20px;
    padding-left: 5px;
    font-size: 13px;
}

/*access denied*/

.access-denied {
    width: 100%;
    height: 461px;
    float: left;
    background: url(http://cdn.vivahealthx.com/images/access-denied.gif) no-repeat center;
    margin-top: 20px;
}

.chk-all-hldr {
    float: left;
    overflow: hidden;
}

    .chk-all-hldr a {
        color: #505050;
        font-size: 14px;
        text-decoration: none;
    }

        .chk-all-hldr a:hover {
            text-decoration: underline;
        }

.chklist-css {
    float: left;
}

    .chklist-css tr td {
        padding: 0px 0px 0px 0px;
    }

        .chklist-css tr td label {
            float: right;
            margin-top: 0px;
            margin-left: 3px;
            width: 185px;
            overflow: hidden;
            font-size: 12px;
            color: #585858;
        }

.modList-hldr {
    border: solid 1px #d1d0d0;
    width: 243px;
    min-height: 150px;
    max-height: 150px;
    overflow: auto;
}

.disnone {
    display: none;
}

.vj-mn-add-plus {
    background-image: url('https://dy80itd41p90x.cloudfront.net/images/brown-menu-arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
}


.vj-ad-lft-menu ul.ad-menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    cursor: pointer;
    background-repeat: repeat-y;
    /*Font-family: Proxima;*/
    color: #484848;
    Font-size: 13px;
    font-weight: 500;
}

    .vj-ad-lft-menu ul.ad-menu li.itm {
        height: 38px;
        line-height: 38px;
        padding: 0px 0px 0px 15px;
        border-top: solid 1px #e5e5e5;
        display: block;
        width: 92%;
        border-left: solid 4px #f7f7f7;
    }

    .vj-ad-lft-menu ul.ad-menu li.ad-mnu-li {
        padding-left: 15px;
        height: 40px;
        line-height: 40px;
        border-left: solid 4px White;
        border-top: solid 1px #e5e5e5;
        width: 92%;
    }



.ad-mnu-li-hvr {
    height: 30px;
    padding-left: 15px;
    padding-top: 10px;
    background: #fff;
    border-bottom: solid 1px #BCBCBC;
    width: 219px;
}

.cl-anc {
    overflow: hidden;
    /*text-indent: 5px;*/
}

    .cl-anc a {
        text-decoration: none;
        font-size: 11px;
        color: #565656;
    }

.cl-anc-hvr a {
    font-family: 'RobotoLight';
    font-size: 13px;
    color: #ff2d00;
    text-decoration: none;
    margin-left: 10px;
}

.cls-bg-colr {
    background-color: #FFF;
}

.itm-hld {
    display: none;
    background-color: #f7f7f7;
}

.ad-mnu-li {
    color: #2f3187;
}

.ad-mnu-clk {
    /*background-color: #f0f0f0;*/
    background-color: #2f3187;
    color: #fff;
    border-left: solid 4px #2f3187 !important;
}

.ad-sub-clk {
    border-left: solid 4px #2f3187 !important;
}

.sub-clk {
    color: #2f3187 !important;
}

.vj-mn-txt {
    /*font-family: 'Proxima';*/
    font-size: 13px;
    float: left;
    width: 200px;
}

.vj-mn-add-plus {
    background-image: url('https://dy80itd41p90x.cloudfront.net/images/admin-icon-plus.png');
    background-repeat: no-repeat;
    background-position: 90% center;
}

.vj-mn-add-Dash {
    background-image: url('https://dy80itd41p90x.cloudfront.net/images/admin-arrow-down.png');
    background-repeat: no-repeat;
    background-position: 90% center;
}

.img-vrt {
    vertical-align: text-top;
    width: 20px;
    height: 21px;
}

.sp-pd {
    padding-left: 0px;
}

.vj-mn-txt-hrv {
    font-family: 'RobotoLight';
    font-size: 14px;
    color: #ff2d00;
    float: left;
    width: 200px;
    border: solid 0px red;
    background-image: url( 'http://cdn.vijaysales.com/images/right-arrow-hover.png' );
    background-repeat: no-repeat;
    background-position: right center;
}

.lblRec {
    line-height: 35px;
    float: left;
    font-size: 12px;
    color: #2f3187;
    font-weight: 600;
    margin-left: 25px;
}

.pd-buttom5 {
    padding-bottom: 3px;
}

.visible {
    display: block !important;
}

.hidden {
    display: none !important;
}

.lnk-css {
    color: #EE2690;
    cursor: pointer;
    font-size: 12px;
    text-decoration: underline;
}

.txt-cap {
    text-transform: capitalize;
}

.information {
    width: 16px;
    height: 16px;
    display: inline-block;
    float: right;
    background: url(http://cdn.vivahealthx.com/images/information.png) no-repeat;
    margin-left: 5px;
    cursor: pointer;
    margin-top: 1px;
}

.tooltip {
    max-width: 200px;
    display: none;
    position: absolute;
    border: 1px solid #EE2690;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px;
    color: #333;
    font-size: 12px;
}

.noRecord {
    padding: 15px;
    border: solid 1px #f7f7f7;
    font-size: 12px;
    text-align: center;
    background: #ededed;
}

.imgPreview {
    width: 100px;
}

.recpbtnfix {
    width: 90px;
    margin: 0 auto;
}

.chklbl label {
    text-indent: 5px;
    display: inline-block;
}

.hidden {
    display: none;
}

.pop-bdy {
    padding: 35px 30px;
    float: left;
    border: solid 1px #e8e8e8;
    border-radius: 10px;
    background-color: #fff;
    display: none;
    max-width: 900px;
    width: 550px;
}

.b-close {
    position: absolute;
    right: -45px;
    top: -10px;
    background-image: url('http://cdn.vivahealthx.com/images/Close-wht.png');
    cursor: pointer;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
}

.entity-txt {
    font-size: 15px;
    text-align: left;
    border-bottom: 1px solid #2f3187;
    padding-bottom: 8px;
    font-weight: 600;
    color: #2f3187;
}

    .entity-txt span {
        font-size: 15px;
        text-align: left;
        font-weight: 400;
        color: #282828;
    }

.Enity-pop-Heading {
    padding-bottom: 15px;
}

.ViewEntitydiv {
    padding-bottom: 15px;
}

    .ViewEntitydiv ul li {
        display: inline-block;
        /*box-shadow: 0px 2px 1px #9a9999;*/
        border: solid 1px #ddd;
        padding: 5px 5px;
        border-radius: 3px;
        margin-bottom: 10px;
        font-size: 13px;
    }

.popbtn {
    display: inline-block;
    padding: 6px;
    margin: 5px;
    border-radius: 3px;
    background-color: #2f3187;
    width: 100px;
    color: #fff;
    cursor: pointer;
    float: left;
}

.boxbtn-div {
    width: 55%;
    margin: 0 auto;
}

.cou-left {
    width: 50%;
    float: left;
}

.add-moreno {
    font-size: 13px;
    color: #2f3187;
    float: left;
    overflow: hidden;
    margin-left: 195px;
    cursor: pointer;
}

.cou-right {
    float: right;
    width: 50%;
}

.multi-hegt {
    height: 80px;
}

.ValDiv {
    float: left;
    color: red;
}

#DumpViewEntitydiv li {
    margin-right: 10px;
}

.ViewEntityclick {
    color: #04aab9;
    cursor: pointer;
}

/*#region Config value Css */

.SearchFieldContainer {
    width: 100%;
    float: left;
    border: solid 0px red;
    margin-bottom: 15px;
}

.ConfigFields {
    float: left;
    border: solid 0px #F00;
    margin-right: 80px;
}

.FHeads {
    width: 100%;
    font-family: RobotoRegular;
    color: #505050;
    font-size: 11px;
    text-align: left;
    padding-bottom: 5px;
}

.FieldsHolder {
    float: left;
    clear: both;
}

.spnDeno {
    width: 50px;
    font-family: RobotoRegular;
    color: #157b39;
    font-size: 12px;
    line-height: 25px;
}

.txtCss {
    font-family: RobotoRegular;
    color: #666666;
    font-size: 12px;
    text-align: left;
    width: 200px;
    height: 26px;
    line-height: 26px;
    border: solid 0px #999999;
    padding-left: 5px;
    background-color: White;
}

.gridHeader {
    font-family: 'RobotoMedium';
    font-size: 14px;
    color: #403838;
}

.Mgr10 {
    margin-left: 10px;
}

.charg-hldr {
    font-size: 17px;
    padding: 10px 0px;
    border-bottom: dashed 1px #ededed;
    margin-bottom: 20px;
    color: #2f3187;
}


/*#endregion */

/*#region add margin */
.grd-margin {
}

    .grd-margin input[type=text] {
        width: 45%;
        float: left;
        display: inline-block;
        border: solid 1px #e5e5e5;
        text-align: center;
        color: #5e5e5e;
        padding: 3px 0px;
    }

        .grd-margin input[type=text]:first-child {
            margin-right: 5px;
        }

    .grd-margin .spn-rate {
        width: 50%;
        display: inline-block;
        text-align: center;
        color: black;
        font-size: 11px;
    }

        .grd-margin .spn-rate.spn-buy {
            float: left;
        }

        .grd-margin .spn-rate.spn-sell {
            float: right;
        }

.spn-fullwidth {
    width: 100% !important;
}

.lbl-hldr {
    width: 100%;
    float: left;
}

    .lbl-hldr label {
        width: 45%;
        float: left;
        display: inline-block;
        text-align: center;
        margin-top: 10px;
        color: #2f3187;
    }

        .lbl-hldr label:first-child {
            border-right: solid 1px #2f3187;
        }

.lbl-fullwidth {
    width: 100% !important;
    border-right: 0px !important;
    text-align: center !important;
}

.txt-fullwidth {
    width: 50% !important;
    float: none !important;
}

.td-srno {
    width: 40px;
}

.td-curr {
    width: 100px;
}

.td-ibrrate {
    width: 100px;
}

.td-fxcard {
    width: 100px;
}

.td-cash {
    width: 100px;
}

.td-tc {
    width: 105px;
}

.td-wt {
    width: 100px;
}

.td-dd {
    width: 100px;
}

.flt-nn {
    float: none;
}

.mtop-nn {
    margin-top: 0px !important;
}



/*#endregion */

/*#region loader */

.cmnldr-hldr {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #F6F7F8;
    z-index: 99999999;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.cmn-ldr {
    font-family: 'RobotoRegular',Arial;
    display: block;
    position: absolute;
    z-index: 999999999;
    width: 150px;
    line-height: 50px;
    text-indent: 52px;
    /* border: solid 1px #EE2690; */
    color: #2f3187;
    background: #fff url(https://dy80itd41p90x.cloudfront.net/images/cart-ajax-loader.gif) no-repeat 25px center;
}



/*#endregion */

/*#region Upload Document */

.doc-wapper {
    width: 100%;
    overflow-x: hidden;
    max-height: 550px;
}

.doc-inner {
    width: 100%;
    float: left;
    overflow: hidden;
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 45px;
}

    .doc-inner:last-child {
        border-bottom: solid 0px #dcdcdc;
        margin-bottom: 0px;
    }

.doc-hldr {
    width: 100%;
    float: left;
    overflow: hidden;
}

.doc-div {
    width: 165px;
    float: left;
    height: auto;
    display: inline-block;
    margin-left: 10px;
}

.doc-username {
    font-family: RobotoRegular;
    font-size: 14px;
    color: #666666;
    float: left;
    text-indent: 23px;
    padding-right: 45px;
    padding-bottom: 0px;
}

.doc-passport {
    font-family: RobotoLight;
    font-size: 14px;
    color: #666666;
    float: left;
    text-indent: 23px;
}

    .doc-passport span {
        font-family: RobotoRegular;
        font-size: 14px;
        color: #666666;
    }

.upload-documents {
    margin: 30px 0px;
    width: 100%;
    height: auto;
    display: inline-block;
}

.doc-dv {
    width: 100%;
    height: 160px;
    float: left;
    background: url(https://dy80itd41p90x.cloudfront.net/images/icon-upload.png) no-repeat center;
    border: dashed 1px #dcdcdc;
    margin-bottom: 15px;
    box-sizing: border-box;
    font-family: 'RobotoLight';
    font-size: 14px;
    color: #757575;
    text-align: center;
    line-height: 17em;
    cursor: pointer;
}

    .doc-dv.filled {
        background: none;
        border: dashed 0px #dcdcdc;
        line-height: normal;
    }

        .doc-dv.filled span {
            display: block;
        }

.doc-filled {
    width: 100%;
    height: 75%;
    line-height: 119px;
    float: left;
    font-family: 'RobotoRegular';
    font-size: 13px;
    color: #666666;
    background: url(https://dy80itd41p90x.cloudfront.net/images/icon-file.png) no-repeat center;
}

.doc-filled-name {
    width: 100%;
    height: 20%;
    line-height: 30px;
    float: left;
    font-family: 'RobotoLight';
    font-size: 13px;
    color: #666666;
}

.doc-filled-btn {
    width: 100%;
    height: 20%;
    float: left;
}

    .doc-filled-btn input {
        width: 50%;
        float: left;
        text-transform: uppercase;
        font-family: 'RobotoBold';
        font-size: 12px;
        text-align: left;
        padding: 5px 10px;
    }

        .doc-filled-btn input.btn-change {
            color: #2f3187;
        }

        .doc-filled-btn input.btn-remove {
            color: #666666;
        }

/*#endregion */

.mrchnt-name {
    background-color: orange;
    padding: 3px;
    display: inline-block;
    font-family: RobotoRegular;
    font-size: 12px;
    color: #fff;
    clear: both;
    margin-top: 5px;
}
