/* 
*****************************************************************
Created By: Mahesh Vishwakarma From Dion Global Solutions Ltd
*****************************************************************
*/

@import url(../ACME_CSS/style.css);

:focus {
    outline: none !important
}

body {
    font-family: 'Myriad Pro', sans-serif;
    color: #393939;
    background: #fefefe;
    background-size: cover;
    font-weight: 400;
    overflow-x: hidden;
    margin: 0px !important;
    padding: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    
}

ul {
    margin: 0px;
    padding: 0px;
}

ul, li {
    list-style-type: none;
}

a:hover, a:focus {
    text-decoration: none;
}

#heading_prod5 {
    transition: 0.3s all ease
}

.btn {
    border-width: 0;
    border-radius: 4px;
}

    .btn.btn-save {
        background: #01b036;
        color: #fff;
    }

    .btn.btn-rest {
        background: #0170ae;
        color: #fff;
    }

    .btn.btn-cancel {
        background: #80b8d7;
        color: #fff;
    }

button[disabled] {
    opacity: 0.2 !important
}

.btn-buy {
    background: #01b036;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 10px;
}

.btn-sell {
    background: #d90000;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 10px;
}

.btn-submit {
    background: #1E6FCC;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 10px;
}

    .btn-submit:hover {
        color: white
    }

.sprite {
    background-repeat: no-repeat;
    background-image: url(../images/sprite.png);
}

.pr {
    position: relative;
}

.cg {
    color: #48aa00;
}

.cr {
    color: #e60010;
}

.back-g {
    background: #48aa00;
}

.back-r {
    background: #e31b1b;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.icon-edit {
    background-position: -20px -79px;
}

.icon-cancel {
    background-position: -36px -79px;
}

.fl {
    float: left
}

.fr {
    float: right
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

#mainbody {
    position: relative;
    margin-top: 89px;
    padding-bottom: 20px;
}

header {
    background: #eeeeee;
    position: fixed;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.navbar-brand {
    height: auto;
    padding: 0px;
    margin: -1px 0;
}

header .logo {
    float: left;
    position: relative;
    z-index: 9;
    width: 220px;
    height: 56px;
    padding: 20px;
}

    header .logo:after {
        content: "";
        position: absolute;
        top: 0px;
        right: -38px;
        width: 38px;
        height: 89px;
    }

    header .logo a {
        display: block;
    }

        header .logo a img {
            max-width: 100%;
        }

nav {
    margin: 29px 0 0 0;
    position: relative;
}

.mobnav {
    display: none;
}

nav > ul {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: right;
}

    nav > ul > li {
        display: inline-block;
    }

        nav > ul > li:last-child {
            margin-right: 170px;
        }

        nav > ul > li > a {
            font-size: 17.5px !important;
            text-transform: uppercase;
            display: block;
            padding: 0px 10px 0px;
            color: #000;
            font-weight: 700;
            line-height: 30px;
            transition: all 0.3s ease;
            position: relative;
        }

    nav > ul > .cansubnav > a {
        padding: 0px 10px 30px;
    }

    nav > ul > li > a .fa-home {
        font-size: 18px;
    }

    nav > ul > li > a:before {
        content: "";
        position: absolute;
        width: 0px;
        height: 4px;
        top: -2px;
        left: 0;
        background: #000000;
        opacity: 0;
        transition: all 0.7s ease;
    }

    nav > ul > li:hover {
        background: #fff;
        transition: all 0.3s ease;
    }

        nav > ul > li:hover > a {
            color: #000000;
            transition: all 0.3s ease;
        }

            nav > ul > li:hover > a:before {
                width: 100%;
                opacity: 1;
                transition: all 0.7s ease;
            }

        nav > ul > li:hover .Hdropdown {
            display: block;
        }

.Hdropdown {
    position: absolute;
    top: 60px;
    width: 100%;
    background: #fff;
    height: auto;
    left: 0;
    display: none;
    text-align: left;
    z-index: 99;
}

    .Hdropdown > ul {
        margin: 0;
        padding: 20px;
        position: relative;
    }

        .Hdropdown > ul > li {
            position: relative;
        }

            .Hdropdown > ul > li .hsubnav {
                background: #727579;
                padding: 5px 15px;
                border: 1px solid #ccc;
            }

            /*.Hdropdown > ul > li ul > li {
                float: left;
                width: 16%;
                margin-right: 5px;
            }*/

            .Hdropdown > ul > li ul > li > a {
                color: #fff;
                display: block;
                font-size: 15px;
                padding: 8px 15px;
                transition: all 0.3s ease;
                position: relative;
            }

                .Hdropdown > ul > li ul > li > a:before {
                    position: absolute;
                    font-size: 12px;
                    left: 0;
                    top: 10px;
                    content: "\f054";
                    font-family: 'FontAwesome';
                    transition: all 0.3s ease;
                }

            .Hdropdown > ul > li ul > li:hover > a {
                background: #FFFFFF;
                color: #001e47;
                padding-left: 25px;
            }

                .Hdropdown > ul > li ul > li:hover > a:before {
                    left: 10px;
                }

    .Hdropdown:after {
        position: absolute;
        content: "";
        width: 0;
        height: 4px;
        bottom: 0;
        left: 0;
        background: #001e47;
        opacity: 0;
        transition: all 0.7s ease;
    }

nav > ul > li:hover .Hdropdown:after {
    width: 100%;
    opacity: 1;
    transition: all 0.7s ease;
}

.bgfade {
    background: rgba(0,0,0,0.80);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: none;
}

.userbut {
    position: relative;
    background: #0170ae;
    padding: 20px 25px 20px !important;
    border: none;
    border-radius: 5px;
    color: #fff;
}

    .userbut:hover, .top-right-btn .open .userbut {
        background: #0170ae !important;
        color: #fff;
    }

    .userbut em {
        position: absolute;
        left: 5px;
        top: 5px;
        width: 30px;
        height: 30px;
        background-position: 0 0;
    }

    .userbut i {
        position: absolute;
        right: 5px;
        top: 16px;
        width: 9px;
        height: 7px;
        background-position: 0 -30px;
    }

.user-icon {
    right: 0px;
    left: inherit;
    padding: 10px;
}

    .user-icon:before {
        position: absolute;
        top: -7px;
        right: 15px;
        display: inline-block;
        content: "";
        border-right: 7px solid transparent;
        border-bottom: 7px solid rgba(0, 0, 0, 0.2);
        border-left: 7px solid transparent;
    }

    .user-icon:after {
        position: absolute;
        text-align: center;
        top: -6px;
        right: 15px;
        margin-right: 1px;
        display: inline-block;
        content: "";
        border-right: 6px solid transparent;
        border-bottom: 6px solid rgb(255, 255, 255);
        border-left: 6px solid transparent;
    }

.userd {
    padding: 10px;
    border-top: none;
    right: 2px;
    left: inherit;
}

    .userd h2 {
        font-weight: 300;
        font-size: 16px;
        margin: 0px 0px 0px;
        padding: 10px 4px;
    }

    .userd > li {
        border-bottom: solid 1px rgba(0,0,0,0.2);
        display: block;
        width: 100%;
        background: none;
    }

        .userd > li > a {
            background: none !important;
            position: relative;
            border-radius: 0px !important;
            color: rgba(0,0,0,0.6)
        }

            .userd > li > a > i {
                color: rgba(0,0,0,0.3);
                width: 20px;
                height: 15px;
            }

            .userd > li > a:hover > i {
                color: #194077
            }

.avtar {
    position: relative;
    padding: 0 8px 10px !important;
}

    .avtar i {
        position: absolute;
        top: 8px;
        left: 5px;
    }

    .avtar span {
        color: #000;
        padding-left: 25px;
        display: block
    }

        .avtar span em {
            display: block;
            line-height: 13px;
            font-style: normal;
            font-size: 12px;
            color: rgba(0,0,0,0.50)
        }

.userd li:last-child {
    border-bottom: none;
}

.userd h4 {
    display: none;
}

.top-right-btn {
    position: absolute;
    right: 13px;
    padding: 25px 0 0;
    top: 0;
}

    .top-right-btn li {
        display: inline-block;
        float: left;
    }

        .top-right-btn li a {
            position: relative;
            display: block;
            padding: 9px 8px;
            border-radius: 5px;
        }

            .top-right-btn li a .TRicon {
                font-size: 22px;
            }

            .top-right-btn li a .fa-clock-o {
                color: #001e47
            }

            .top-right-btn li a .fa-bell-o {
                color: #001e47
            }

            .top-right-btn li a .fa-user {
                color: #001e47
            }

            .top-right-btn li a:hover, .top-right-btn li a:focus {
                background: rgba(255,255,255,0.5);
                transition: 0.3s all ease
            }

.userbtn {
    position: relative;
}

.alert {
    position: relative;
    margin-bottom: 0
}

    .alert span {
        position: absolute;
        background-color: white;
        color: #000;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        right: 5px;
        top: 0px;
        line-height: 15px;
        font-size: 11px;
        text-align: center;
    }

.selectdemoBasicUsage md-input-container {
    margin-right: 10px;
}

.tabs {
    background: #d9d9d9;
    padding: 10px 0 0;
}

.right-icon {
    float: right;
    margin: 0px;
    padding: 7px 0px;
}

    .right-icon > li {
        display: inline-block;
        padding: 0px;
    }

        .right-icon > li > a {
            color: #01b036;
            border: solid 1px #01b036;
            border-radius: 3px;
            font-size: 11px;
            padding: 5px 14px;
            text-transform: uppercase;
            position: relative;
        }

            .right-icon > li > a.add {
                padding: 5px 8px;
            }

            .right-icon > li > a > b {
                position: absolute;
                width: 20px;
                height: 20px;
                font-size: 0px;
                left: 50%;
                margin-left: -10px;
            }

.icon-download {
    background-position: -30px 0;
}

.icon-print {
    background-position: -50px 0;
}

.exch-sto-price {
    margin-bottom: 20px;
    background: rgba(255,255,255,0.60);
    position: relative;
    transition: 0.3s all ease
}

    .exch-sto-price.active {
        padding: 0px;
        transition: 0.3s all ease
    }

    .exch-sto-price .EC-btn {
        position: absolute;
        top: 0;
        right: 0;
        background: #194077;
        display: block;
        width: 25px;
        height: 25px;
        text-align: center;
        transition: 0.3s all ease;
        z-index: 9;
    }

        .exch-sto-price .EC-btn:after {
            content: "\f077";
            color: #FFFFFF;
            font-family: 'FontAwesome';
            font-size: 16px;
            line-height: 22px;
            transition: 0.3s all ease
        }

        .exch-sto-price .EC-btn.active {
            height: 52px;
            transition: 0.3s all ease
        }

            .exch-sto-price .EC-btn.active:after {
                content: "\f078";
                font-family: 'FontAwesome';
                line-height: 52px;
                transition: 0.3s all ease
            }

.hide-Minfo {
    padding: 26px 26px 18px;
}

.Market-Info {
    border: 1px solid #ccc;
    padding: 10px;
    background: white;
    position: relative;
    box-shadow: -2px 2px 0px 0px rgba(0, 0, 0, 0.1);
    min-height: 170px;
    transition: 0.3s all ease
}

    .Market-Info.active {
        min-height: 110px;
        transition: 0.3s all ease
    }

    .Market-Info h4 {
        color: #194077;
        margin: 0 0 5px;
        padding: 0 0 10px;
        position: relative;
    }

        .Market-Info h4:after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            content: "";
            background: -moz-linear-gradient(left, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 56%, rgba(0,0,0,0) 100%);
            background: -webkit-linear-gradient(left, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 56%,rgba(0,0,0,0) 100%);
            background: linear-gradient(to right, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 56%,rgba(0,0,0,0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=1 );
        }

    .Market-Info i {
        font-size: 18px;
        font-weight: 700;
        padding-left: 20px;
        font-style: normal;
        position: relative
    }

        .Market-Info i em {
            font-size: 13px;
            font-style: normal;
            margin-left: 10px;
            color: #888;
            font-weight: normal
        }

    .Market-Info b {
        color: #444;
        display: block;
        font-weight: normal
    }

.highlow-stock b {
    font-weight: 500;
    color: #001e47
}

.Market-Info .hl-cont {
    margin-right: 10px;
    color: #607fc8
}

    .Market-Info .hl-cont i {
        padding-left: 5px;
        color: #444
    }

.MUp-color {
    color: #48aa00;
    position: relative;
}

    .MUp-color:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\f062";
        font-family: 'FontAwesome';
        font-weight: normal
    }

.MDown-color {
    color: #dc0000;
    position: relative;
}

    .MDown-color:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\f063";
        font-family: 'FontAwesome';
        font-weight: normal
    }

.Market-Info small {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 5px;
    right: 5px;
    z-index: 9;
    background: url(../images/indicesbgsprite.png) no-repeat;
}

    .Market-Info small.mynet-icon {
        background-position: 0 0;
    }

    .Market-Info small.IndiaInd-icon {
        background-position: 0 -55px;
    }

    .Market-Info small.WorldInd-icon {
        background-position: 0 -110px;
    }

    .Market-Info small.Forex-icon {
        background-position: 0 -165px;
    }

.small-exch {
    background: #fff;
    padding: 15px;
    display: none;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    text-align: center
}

    .small-exch .col-md-3 {
        padding: 0;
    }

    .small-exch span {
        position: relative;
        color: rgba(0,0,0,1.00);
    }

        .small-exch span b {
            font-size: 15px;
            margin: 0 5px;
            color: rgba(0,0,0,1.00)
        }

        .small-exch span i {
            font-style: normal;
            position: relative;
            padding-left: 15px;
        }

            .small-exch span i:before {
                top: -1px;
            }

.NFO-tab {
    background: #e5e5e5;
}

    .NFO-tab > li {
        float: left
    }

        .NFO-tab > li > a {
            color: #837d7d;
            display: block;
            font-size: 18px;
            padding: 10px 9px 5px;
            border-radius: 0;
            border-top: none !important;
            border-left: 2px solid white
        }

        .NFO-tab > li.active > a {
            background: white
        }

        .NFO-tab > li:first-child > a {
            border-left: none
        }

.Mticker {
    background: #e5e5e5;
    padding: 0px 0px;
    margin: 20px 0px 0px;
    z-index: 9;
}

    .Mticker marquee {
        color: #272727;
        text-transform: uppercase;
        padding: 4px 0px 0px;
        font-size: 12px;
    }

        .Mticker marquee > a {
            padding: 0px 10px;
            color: #393939;
            text-decoration: none;
        }

            .Mticker marquee > a > b {
                font-weight: 400;
                color: #0170ae;
            }

            .Mticker marquee > a > span {
                display: inline-block;
                position: relative;
            }

            .Mticker marquee > a > .tick_green:before, .Mticker marquee > a > .tick_red:before {
                position: absolute;
                top: 5px;
                left: -20px;
                width: 13px;
                height: 8px;
                background-image: url(../images/sprite.png);
                background-repeat: no-repeat;
                content: "";
            }

            .Mticker marquee > a > .tick_green {
                color: #48aa00 !important;
                margin-left: 25px;
            }

                .Mticker marquee > a > .tick_green:before {
                    background-position: -70px -81px;
                }

            .Mticker marquee > a > .tick_red {
                color: #e31b1b !important;
                margin-left: 20px;
            }

                .Mticker marquee > a > .tick_red:before {
                    background-position: -83px -81px;
                }

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

    .scroll-top .btn {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        font-size: 20px;
        line-height: 28px;
    }

        .scroll-top .btn:focus {
            outline: 0;
        }

.grid-stack-item-content {
    position: relative;
    width: 100%;
    height: 100%;
    background: white;
    box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.25);
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.box-header-btns {
    top: 10px;
    right: 10px;
    cursor: pointer;
    position: absolute;
    display: block;
}

    .box-header-btns a {
        color: rgba(0, 0, 0, 0.4);
        font-size: 16px;
    }

        .box-header-btns a:hover {
            color: #001e47;
        }

.link-active {
    color: #001e47 !important;
}

.mg_0_5 {
    margin: 0px 5px;
}

.grid-stack-item .gs-w-header {
    border-bottom: 1px solid #ccc;
    cursor: move;
    padding: 5px;
}

    .grid-stack-item .gs-w-header h3 {
        margin: 0px;
        padding: 5px;
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
    }

    .grid-stack-item .gs-w-header.bluehead {
        background: #194077;
    }

        .grid-stack-item .gs-w-header.bluehead h3 {
            color: #fff;
        }

    .grid-stack-item .gs-w-header.yellowhead {
        background: #194077;
    }

        .grid-stack-item .gs-w-header.yellowhead h3 {
            color: rgba(0,0,0,0.7);
        }

    .grid-stack-item .gs-w-header.orangehead {
        background: #194077;
    }

        .grid-stack-item .gs-w-header.orangehead h3 {
            color: #FFFFFF;
        }

    .grid-stack-item .gs-w-header .select-sm {
        color: rgba(0,0,0,0.7);
        background: rgba(255,255,255,0.60);
        height: auto;
        line-height: normal;
        padding: 5px 25px 5px 5px;
        font-size: 15px;
        text-transform: none
    }

        .grid-stack-item .gs-w-header .select-sm:after {
            border-bottom: 1px solid rgba(0, 0, 0, 0.5);
            border-right: 1px solid rgba(0, 0, 0, 0.5);
            width: 9px;
            height: 9px;
            top: 18px;
            right: 7px;
        }

.gs-w-contener {
    margin: 0px;
    padding: 15px;
}

.gain-movers {
    margin: 10px 0;
    padding: 15px;
}

    .gain-movers > li {
        margin-bottom: 7px;
        color: #676767;
        border-bottom: 1px solid #269e08;
    }

        .gain-movers > li > a {
            color: #676767;
            display: block;
            position: relative;
            overflow: hidden;
            padding: 0 25px;
        }

            .gain-movers > li > a:hover:after {
                bottom: 0;
                transition: 0.3s all ease
            }

            .gain-movers > li > a:after {
                position: absolute;
                bottom: -5px;
                right: 1px;
                content: "\f0fe";
                font-family: 'FontAwesome';
                color: #259d07;
                transition: 0.3s all ease
            }

        .gain-movers > li b {
            font-weight: normal;
            color: #848484;
            font-size: 12px;
            float: left;
        }

        .gain-movers > li em {
            font-size: 16px;
            font-style: normal;
            float: right
        }

.Lose-movers {
    margin: 10px 0;
    padding: 0;
}

    .Lose-movers > li {
        margin-bottom: 7px;
        color: #676767;
        border-bottom: 1px solid #da0001;
    }

        .Lose-movers > li > a {
            color: #676767;
            display: block;
            position: relative;
            overflow: hidden;
            padding: 0 25px;
        }

            .Lose-movers > li > a:hover:after {
                bottom: 0;
                transition: 0.3s all ease
            }

            .Lose-movers > li > a:after {
                position: absolute;
                bottom: -5px;
                left: 1px;
                content: "\f0fe";
                font-family: 'FontAwesome';
                color: #da0001;
                transition: 0.3s all ease
            }

        .Lose-movers > li b {
            font-weight: normal;
            color: #848484;
            font-size: 12px;
            float: left;
        }

        .Lose-movers > li em {
            font-size: 16px;
            font-style: normal;
            float: right
        }

.MrktPop {
    max-width: 380px;
    background: #fff;
    margin: 40px auto;
    padding: 0;
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 1);
}

    .MrktPop .mfp-close {
        right: 0;
        top: -30px !important;
        color: #000 !important;
        font-size: 36px;
        font-weight: normal;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .MrktPop .Mrktpop-head {
        padding: 3px 50px 0px 20px;
        position: relative;
        color: white
    }

        .MrktPop .Mrktpop-head h3 {
            font-size: 15px;
            margin: 4px 0 3px;
        }

        .MrktPop .Mrktpop-head .mvprice {
            font-size: 22px;
            margin: 0px
        }

        .MrktPop .Mrktpop-head .mvdate {
            font-size: 16px;
            margin: 0
        }

.Mrktpop-body {
    background: rgba(222,233,242,1);
    background: #dee9f2\0/;
    background: -moz-linear-gradient(top, rgba(222,233,242,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,233,242,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(222,233,242,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(222,233,242,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(222,233,242,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(222,233,242,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee9f2', endColorstr='#ffffff', GradientType=0 );
    font-size: 17px;
    color: #4f4f4f;
    text-transform: uppercase;
}

.mvscripblock {
    background: white;
    border: 1px solid #d2d2d2;
    padding: 8px 2px;
    font-size: 12px;
}

    .mvscripblock .mvselect:after {
        margin-top: -5px;
    }

    .mvscripblock input[type="checkbox"] {
        height: 22px;
        margin: 0;
        width: 22px;
    }

.Mrktpop-body .btnReset, .Mrktpop-body .btnSubmit {
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding: 4px 30px;
    height: 39px;
    border: none
}

.Mrktpop-body .btnReset {
    background: #194077;
}

.Mrktpop-body .btnSubmit {
    background: #194077;
    margin-left: 5px;
    color: #fff
}

.mvsearch-scrip {
    position: absolute;
    right: 0;
    color: gray;
    font-size: 25px;
    top: 15px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #FFFFFF
}

.greenbg {
    background: #1db104
}

.redbg {
    background: #cb0505
}

#margin-chart {
    padding: 10px 0px;
}

#margin-tab .tab-content {
    padding: 10px;
    border: solid 1px #d3d3d3;
    margin-top: -1px;
    color: #393939;
    font-size: 12px;
}

#margin-tab .nav-pills {
    font-weight: 300;
    font-size: 12px;
    text-align: center
}

    #margin-tab .nav-pills h3 {
        display: block;
        font-size: 19px;
        font-weight: 300;
        text-align: center;
        margin: 0px;
        padding: 0px;
    }

    #margin-tab .nav-pills > li.active {
        background: #fff !important;
    }

        #margin-tab .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
            background: #fff !important;
            color: #194077;
        }

    #margin-tab .nav-pills > li {
        border: solid 1px #d3d3d3;
        border-radius: 0px;
        background: #f3f0f0;
        width: 33%;
        margin-right: 1px;
        margin-left: 0px;
    }

        #margin-tab .nav-pills > li > a {
            color: #999;
            padding: 10px 0px !important
        }

        #margin-tab .nav-pills > li:last-child {
            margin-right: 0px;
        }

        #margin-tab .nav-pills > li.active {
            padding-bottom: 3px;
            border-bottom: solid 1px #fff;
        }

#margin-tab .margin-content {
    position: relative;
    overflow-y: auto;
}

    #margin-tab .margin-content table {
        width: 100%;
        border-collapse: collapse;
    }

    #margin-tab .margin-content tr {
        border-bottom: solid 1px #e5e5e5;
    }

    #margin-tab .margin-content td:nth-child(even) {
        text-align: right;
    }

    #margin-tab .margin-content tr:nth-child(1) {
        border-top: solid 1px #e5e5e5;
    }

    #margin-tab .margin-content td {
        padding: 7px 0px;
    }

.pia-chart {
    text-align: center;
    padding: 20px 0px;
}

.NewOffering {
    padding: 15px;
}

    .NewOffering li {
        border-bottom: solid 1px #e5e5e5;
        position: relative;
        padding: 10px 20px;
    }

        .NewOffering li:before {
            top: 50%;
            left: 5px;
            position: absolute;
            width: 7px;
            height: 7px;
            margin-top: -3px;
            content: "";
            background: #969696;
            transition: 0.3s all ease
        }

        .NewOffering li:hover {
            background: #f2f2f2;
            transition: 0.3s all ease
        }

            .NewOffering li:hover:before {
                background: #fca824;
                transition: 0.3s all ease
            }

        .NewOffering li:last-child {
            border-bottom: none;
        }

.Recommendations li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px
}

    .Recommendations li:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 100%;
        content: "";
        background: #e0e0e0;
        transition: 0.3s ease;
    }

    .Recommendations li a {
        display: block;
        border-bottom: 1px solid #ccc;
    }

        .Recommendations li a b {
            font-size: 16px;
            display: block;
            color: #444;
            font-weight: 300
        }

        .Recommendations li a i {
            font-style: normal;
            font-size: 12px;
            color: #999
        }

        .Recommendations li a p {
            color: #666;
            margin-bottom: 7px;
        }

    .Recommendations li:hover:before {
        background: #194077;
        transition: 0.3s ease;
    }

    .Recommendations li:hover {
        background: #f3f0f0;
    }

.nice-select {
    -webkit-tap-highlight-color: transparent;
    color: #4f4f4f;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    outline: none;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    margin-top: 10px;
    border: 1px solid #ccc;
    padding-left: 10px;
}

    .nice-select:hover {
        border-color: #d0dae5;
    }

    .nice-select:active, .nice-select.open, .nice-select:focus {
        border-color: #88bfff;
    }

    .nice-select:after {
        border-bottom: 1px solid #4f4f4f;
        border-right: 1px solid #4f4f4f;
        content: '';
        display: block;
        height: 9px;
        margin-top: -10px;
        pointer-events: none;
        position: absolute;
        right: 9px;
        top: 15px;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        width: 9px;
    }

    .nice-select.open:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }

    .nice-select.disabled {
        border-color: #e7ecf2;
        color: #90a1b5;
        pointer-events: none;
    }

        .nice-select.disabled:after {
            border-color: #cdd5de;
        }

    .nice-select.wide {
        width: 100%;
    }

        .nice-select.wide .list {
            left: 0 !important;
            right: 0 !important;
        }

    .nice-select.right {
        float: right;
    }

        .nice-select.right .list {
            left: auto;
            right: 0;
        }

    .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px;
    }

        .nice-select.small:after {
            height: 4px;
            width: 4px;
        }

        .nice-select.small .option {
            line-height: 34px;
            min-height: 34px;
        }

    .nice-select .list {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0px 10px 1px rgba(0, 0, 0, 0.3);
        box-sizing: border-box;
        margin-top: 0px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 90%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
        color: #3a3a3a;
    }

        .nice-select .list:hover .option:not(:hover) {
            background-color: transparent !important;
        }

    .nice-select .option {
        cursor: pointer;
        display: block;
        font-size: 14px;
        text-transform: capitalize;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: none;
        padding-left: 18px !important;
        padding-right: 29px !important;
        text-align: left;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
            background-color: #f6f7f9;
        }

        .nice-select .option.selected {
            font-weight: bold;
        }

        .nice-select .option.disabled {
            background-color: transparent;
            color: #90a1b5;
            cursor: default;
        }

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

code[class*="language-"], pre[class*="language-"] {
    border-radius: 2px;
    color: #445870;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    text-align: left;
    white-space: pre;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    direction: ltr;
    font-family: Inconsolata, monospace;
    font-size: 13px;
    letter-spacing: 0;
}

pre[class*="language-"] {
    padding: 18px 24px;
    margin: 0 0 24px;
    overflow: auto;
}

:not(pre) > code[class*="language-"], pre[class*="language-"] {
    background: #f6f7f9;
}

:not(pre) > code[class*="language-"] {
    padding: 0 2px 1px;
}

.select-box {
    border-radius: 2px;
    display: block;
}

    .select-box:before, .select-box:after {
        content: "";
        display: table;
    }

    .select-box:after {
        clear: both;
    }

.md-dialog-is-showing {
    overflow-y: hidden !important
}

.alertlist {
    min-width: 500px;
}

    .alertlist li {
        padding: 15px 0px 15px 60px;
        border-bottom: solid 1px #bcbcbc;
        display: block;
        width: 100%;
        position: relative;
    }

        .alertlist li:before {
            position: absolute;
            content: '';
            left: 5px;
            top: 20px;
            background: url(../images/corporate.png) no-repeat;
            width: 39px;
            height: 39px
        }

        .alertlist li:first-child:before {
            top: 5px;
        }

        .alertlist li:last-child:before {
            display: none;
        }

        .alertlist li a {
            color: #333 !important;
            background: none !important;
            padding: 0px !important;
            white-space: normal;
            display: block;
        }

        .alertlist li > small {
            display: block;
            font-size: 12px;
            padding: 10px 0px 0px;
            color: #969696;
        }

            .alertlist li > small > span {
                padding-left: 10px;
            }

        .alertlist li:first-child {
            padding-top: 0px;
        }

        .alertlist li:last-child {
            padding-bottom: 0px;
            border-bottom: 0px;
        }

    .alertlist b {
        display: block;
        font-weight: 500;
    }

.new-news {
    border-bottom: solid 1px #e5e5e5;
    padding: 10px 0px;
}

    .new-news > .new-news-d {
        color: #969696;
        font-size: 11px;
    }

        .new-news > .new-news-d > .company-d {
            font-size: 14px;
            color: #393939
        }

        .new-news > .new-news-d > .news-detail .news-time {
            display: inline-block;
            padding: 0px 10px 0px 0px;
            border-right: 1px solid #969696;
        }

        .new-news > .new-news-d > .news-detail .news-soruce {
            display: inline-block;
            padding: 0px 10px;
            border-right: 1px solid #969696;
        }

        .new-news > .new-news-d > .news-detail .news-category {
            display: inline-block;
            padding: 0px 0px 0px 10px;
            color: #01b036;
        }

    .new-news > .new-news-d1 {
        position: relative;
        padding: 8px 25px;
        font-size: 16px;
    }

        .new-news > .new-news-d1:before {
            content: '';
            position: absolute;
            left: 0px;
            top: 11px;
            width: 14px;
            height: 14px;
            background-image: url(../images/sprite.png);
            background-position: -30px -20px;
        }

        .new-news > .new-news-d1 > .news-twitter {
            position: absolute;
            right: 0px;
            top: 5px;
            font-size: 20px;
        }

            .new-news > .new-news-d1 > .news-twitter > a {
                color: #ababab;
            }

                .new-news > .new-news-d1 > .news-twitter > a:hover {
                    color: #0170ae;
                }

.Mticker {
    background: #fff;
    margin: 0px 0px 0px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.2);
}

    .Mticker marquee {
        color: #272727;
        text-transform: uppercase;
        padding: 0;
        font-size: 12px;
    }

        .Mticker marquee > a {
            padding: 0px 10px;
            color: #393939;
            text-decoration: none;
        }

            .Mticker marquee > a > b {
                font-weight: 400;
                color: #0170ae;
            }

            .Mticker marquee > a > span {
                display: inline-block;
                position: relative;
            }

            .Mticker marquee > a > .tick_green:before, .Mticker marquee > a > .tick_red:before {
                position: absolute;
                top: 5px;
                left: -20px;
                width: 13px;
                height: 8px;
                background-image: url(../images/sprite.png);
                background-repeat: no-repeat;
                content: "";
            }

            .Mticker marquee > a > .tick_green {
                color: #48aa00 !important;
                margin-left: 25px;
            }

                .Mticker marquee > a > .tick_green:before {
                    background-position: -70px -81px;
                }

            .Mticker marquee > a > .tick_red {
                color: #e31b1b !important;
                margin-left: 20px;
            }

                .Mticker marquee > a > .tick_red:before {
                    background-position: -83px -81px;
                }

    .Mticker ul {
        margin: 0px;
        padding: 0px;
        text-align: right;
        font-size: 12px;
    }

        .Mticker ul > li {
            display: inline-block;
            padding: 7px 7px;
            font-weight: 700;
        }

            .Mticker ul > li > a {
                padding: 0px 10px;
                color: #393939;
                text-decoration: none;
                display: block;
            }

                .Mticker ul > li > a > b {
                    font-weight: 400;
                    color: #0170ae;
                }

                .Mticker ul > li > a > span {
                    display: inline-block;
                    position: relative;
                }

                .Mticker ul > li > a > .tick_green:before, .Mticker > ul > li > a > .tick_red:before {
                    position: absolute;
                    top: 5px;
                    left: -20px;
                    width: 13px;
                    height: 8px;
                    background-repeat: no-repeat;
                    content: '';
                    background-image: url(../images/sprite.png);
                }

                .Mticker ul > li > a > .tick_green {
                    color: #48aa00 !important;
                    margin-left: 25px;
                }

                    .Mticker ul > li > a > .tick_green:before {
                        background-position: -70px -81px;
                    }

                .Mticker ul > li > a > .tick_red {
                    color: #e31b1b !important;
                    margin-left: 20px;
                }

                    .Mticker ul > li > a > .tick_red:before {
                        background-position: -83px -81px;
                    }

.mrkt-chart {
    padding: 20px 0px;
}

.today-Market-Info {
    position: relative;
    margin: 5px 0 10px
}

    .today-Market-Info i {
        font-size: 18px;
        font-weight: 700;
        padding-left: 20px;
        font-style: normal;
        position: relative
    }

        .today-Market-Info i em {
            font-size: 13px;
            font-style: normal;
            margin-left: 10px;
            color: #888;
            font-weight: normal
        }

    .today-Market-Info b {
        display: inline-block;
        margin-right: 10px;
        font-size: 20px;
        color: #444;
        font-weight: normal
    }

.tm-table {
    margin-bottom: 0;
    color: #666
}

    .tm-table td {
        text-align: center;
        padding: 5px !important
    }

    .tm-table th {
        text-align: center;
        padding: 5px !important;
        background: #F0F0F0
    }

.holding-table h2 {
    font-size: 18px;
}

.holding-table table {
    margin-bottom: 0;
    color: #666
}

    .holding-table table th {
        padding: 5px !important;
    }

    .holding-table table td {
        padding: 5px !important
    }

.holding-table .holdT-head {
    width: 100%;
}

    .holding-table .holdT-head th {
        background: #F0F0F0
    }

.holding-table .holdT-body {
    height: 160px;
    overflow: auto
}

.com-tabs {
    overflow: hidden;
}

    .com-tabs li {
        float: left;
    }

        .com-tabs li a {
            display: block;
            font-size: 15px;
            color: #999;
            padding: 2px 10px;
            border-bottom: 2px solid transparent
        }

        .com-tabs li.active a {
            color: #444;
            border-bottom: 2px solid #E3E3E3;
            font-weight: bold;
        }

.com-mid-tabs {
    overflow: hidden;
}

    .com-mid-tabs li {
        float: left;
        margin-bottom: 10px;
        width: 50%
    }

        .com-mid-tabs li a {
            display: block;
            font-size: 18px;
            padding: 0 10px 5px;
            text-align: center;
            color: #888;
            border-bottom: 2px solid #FFFFFF
        }

        .com-mid-tabs li.active a {
            color: #194077;
            border-bottom: 2px solid #ccc;
            font-weight: bold;
        }

.hdin-tabs {
    overflow: hidden;
    margin-top: 3px;
}

    .hdin-tabs li {
        float: left;
    }

        .hdin-tabs li a {
            display: block;
            font-size: 15px;
            color: rgb(0 0 0 / 50%) !important;
            padding: 5px 10px;
            border-bottom: 2px solid transparent
        }

        .hdin-tabs li.active a {
            color: #000;
            border-bottom: 2px solid #000000;
            font-weight: bold;
        }

.hdinLg-tabs {
    overflow: hidden;
    margin-bottom: -5px
}

    .hdinLg-tabs li {
        float: left;
    }

        .hdinLg-tabs li a {
            display: block;
            font-size: 20px;
            color: #696666;
            padding: 3px 10px 5px;
            border-bottom: 3px solid transparent
        }

        .hdinLg-tabs li.active a {
            color: #000000;
            border-bottom: 2px solid #000;
            font-weight: bold;
        }

.comprangebar {
    display: block;
    font-size: 13px;
    color: #666;
    margin: 4px 0 2px;
}

    .comprangebar > b {
        display: inline-block;
        width: 70%;
        background: #f31f1e;
        height: 6px;
        margin: 1px 5px;
        position: relative;
    }

        .comprangebar > b > i {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            background: #48aa00;
        }

.exchg-btn {
    text-align: right;
}

    .exchg-btn li {
        margin-bottom: 5px;
    }

        .exchg-btn li a {
            display: block;
            padding: 5px 0;
            font-size: 13px;
            text-align: center;
            background: #ccc;
            color: #444444
        }

            .exchg-btn li a.active {
                background: #001e47;
                color: white
            }

.dp-numberPicker, .dp-numberPicker-add, .dp-numberPicker-input, .dp-numberPicker-sub {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0px;
}

.dp-numberPicker-add, .dp-numberPicker-sub {
    width: 25px;
    height: 25px;
    font-size: 25px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    background-color: #81878d;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    line-height: 25px;
    text-align: center;
}

.dp-numberPicker-add {
    float: right;
}

.dp-numberPicker-sub {
    float: left;
}

    .dp-numberPicker-add.disabled, .dp-numberPicker-sub.disabled {
        background-color: #2c6a81
    }

.dp-numberPicker-input {
    width: 50px;
    font-size: 14px !important;
    color: #000 !important;
    line-height: 30px !important;
    height: 25px !important;
    box-shadow: none !important;
    border: none
}

    .dp-numberPicker-input:disabled {
        background-color: #eee;
        background: #ff0000;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .dp-numberPicker-input {
        line-height: 0px !important;
    }
}

footer {
    margin-bottom: 0px;
    font-size: 12px;
    padding: 0;
}

.logfoot {
    margin-bottom: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* Login page CSS */
.slider-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.login_rgt_bg {
    background: url("../images/login_rgt_bg.png") no-repeat top left;
    min-height: 662px;
    background-size: 100% 100%;
}

.slidbg {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.login-logo {
    width: 500px;
    padding: 12px 25px;
}

    .login-logo img {
        max-width: 100%
    }

.log-form {
    width: 50%;
    float: left;
    margin-left: 50px;
    margin-top: 12%;
    border-radius: 3px;
    border: 1px solid #4596b7;
    background: rgba(255, 255, 255, 0.36)
}

.log-tab {
    margin: 0;
    padding: 0
}

    .log-tab li {
        list-style-type: none;
        width: 50%;
        float: left
    }

        .log-tab li a {
            color: black;
            font-size: 18px;
            display: block;
            padding: 15px 20px;
            background: rgba(255,255,255,0.20);
            border: 1px solid rgba(0,0,0,0.50);
            border-top: none;
            border-right: none;
            font-weight: bold
        }

            .log-tab li a.active {
                background: none;
                border: none
            }

.log-box {
    padding: 20px;
}

    .log-box .log-input {
        width: 100%;
        position: relative
    }

        .log-box .log-input input {
            width: 100%;
            font-size: 16px;
            border: none;
            border-radius: 5px;
            height: 45px;
            color: black;
            padding: 10px 50px 10px 10px
        }

        .log-box .log-input i {
            position: absolute;
            top: 12px;
            right: 15px;
            color: darkgray;
            font-size: 20px
        }

.log-selbox {
    width: 100%;
    height: 45px;
    border: none;
    border-radius: 5px;
    padding: 10px;
}

.log-btn {
    background: #ffc20a;
    width: 100%;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    line-height: 40px;
    color: black;
    font-size: 16px
}

.forget-txt {
    font-size: 15px;
    font-weight: bold;
    color: black;
    display: block;
    padding: 10px 0
}

.log-ft-btn a {
    background: rgba(255,255,255,0.20);
    display: inline-block;
    padding: 7px 10px;
    border-radius: 5px;
    color: white;
    border: 1px solid white
}

    .log-ft-btn a:hover {
        background: #FFFFFF;
        color: black
    }

.toll-free {
    float: right;
    margin: 20px 40px;
    background: rgba(255,255,255,0.50);
    padding: 5px 10px;
    border-radius: 10px;
}

    .toll-free span {
        color: black;
        font-size: 18px;
        position: relative;
        padding-left: 25px;
    }

        .toll-free span:before {
            position: absolute;
            left: 0;
            top: 0;
            content: "\f095";
            font-family: 'FontAwesome';
        }

    .toll-free a {
        font-size: 25px;
        font-weight: bold;
        color: black
    }

.owl-dots {
    position: absolute;
    right: 15px !important;
    bottom: 50px !important;
    z-index: 999
}

.item-content {
    position: relative;
    padding: 15px;
    width: 100%;
    height: 100%;
    background: white;
    box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.heading1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 22px;
}

.ReportHeading {
    margin: 0 0 1px !important;
    padding: 0;
    font-size: 18px !important;
}

.bluec {
    color: #194077
}

.mw-table {
    margin-bottom: 0px;
}

    .mw-table th {
        background-color: lightgray
    }

.tab-stripe {
    border-bottom: 1px solid #ccc
}

    .tab-stripe .hdinLg-tabs {
        margin-bottom: 0;
    }

.mwicon {
    font-size: 16px;
    color: darkgray;
    padding: 0 5px;
}

.mw-select {
    width: 100%;
    background: #F4F4F4;
    height: 26px;
}

.greentxt {
    color: green
}

.redtxt {
    color: red
}

.pr10 {
    padding-right: 10px
}

.canbreadcmb {
    background: none;
    margin-bottom: 0
}

.canbreadcmb {
    margin-top: -20px;
}

.breadcrumb {
    color: #aba8a8 !important;
}

.canbreadcmb li a {
    color: #aba8a8;
}

.canbreadcmb > li + li:before {
    color: gray
}

.canbreadcmb > li.active {
    color: #000;
}

.footer_section {
    background: #0f0f0f;
}

.show_mob {
    display: none !important;
}

.hide_mob {
    display: block;
}

.mob_market_nav {
    display: none;
}

.footer_section .botm_links .col {
    border-right: 1px solid rgba(255,255,255,0.1);
}

    .footer_section .botm_links .col:last-child {
        border-right: 0px;
    }

.footer_section .col ul li {
    padding: 6px 0 6px 10px;
}

    .footer_section .col ul li a {
        font-size: 13px;
        color: rgba(255,255,255,0.6);
        transition: all 0.3s;
    }

        .footer_section .col ul li a:hover {
            color: rgba(255,255,255,1);
        }

.footer_section {
    padding: 1px 20px;
}

.atntn_wpr {
    background: #252525;
    width: 100%;
    height: 40px;
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    line-height: 40px;
    margin-top: 40px;
}

    .atntn_wpr .lft_hed {
        width: 200px;
        float: left;
        background: #393939;
        height: 40px;
    }

    .atntn_wpr h3 {
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        line-height: 0;
    }

    .atntn_wpr .rgt_dtl {
        width: calc(100% - 200px);
        float: left;
        padding: 0 20px;
    }

.footer_text p {
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    text-align: center;
    padding: 3px 0;
    margin-bottom: 0;
}

.ticker_left {
    float: left;
    width: 85px;
}

.tick_exchng_btn {
    display: inline-block;
    float: left;
    margin-top: 0px;
    font-weight: 600;
}

    .tick_exchng_btn li.active {
        color: #0066b2;
        background: #fff;
    }

    .tick_exchng_btn li {
        float: left;
        padding: 7px 7px;
        color: rgba(255,255,255,1.0);
        background: #1b427a;
        cursor: pointer;
        transition: all 0.3s;
        margin-top: 0px;
        font-size: 15px;
        font-weight: 600;
    }

.ticker_right {
    float: left;
    width: calc(100% - 85px);
    overflow: hidden;
    background: #d4ebfe;
}

.marqe li span.pnl.profit {
    color: #006716;
}

.gain_los_tbl {
    padding: 15px;
}

.my_tbl {
    width: 100%;
}

    .my_tbl th {
        border: 1px solid #ccc;
        padding: 5px;
        background: #259d07;
        color: #fff;
        font-weight: 500;
    }

    .my_tbl td {
        border: 1px solid #ccc;
        padding: 4.5px 5px;
    }

    .my_tbl a {
        background: #259d07;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        display: block;
        text-align: center;
        line-height: 20px;
        color: #fff;
        margin-left: 10px;
    }

.red_hd th {
    background: #cb0505;
}

.red_hd a {
    background: #cb0505;
    line-height: 15px;
    font-weight: 500;
    font-size: 21px;
}

.btnReset {
    background: #b0dbfe !important;
    border-radius: 0 !important;
    border: 0 !important;
    width: 120px !important;
    color: #1b427a !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    font-weight: 600;
}

.btnSubmit {
    background: #1b427a;
    border-radius: 0 !important;
    border: 0 !important;
    width: 120px !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    font-weight: 600;
}

.btnSubmitBuyColor {
    background: #1db104 !important;
}

.btnSubmitSellColor {
    background: #cb0505 !important;
}

.mfp-bg {
    background: transparent !important;
}

.MrktPop {
    max-width: 700px !important;
}

tr.e-hover {
    background: #d4ebfe !important
}

.e-grid td.e-active {
    background: #001e47 !important;
    color: #fff !important;
}

ul.ColumnsList li.selected {
    background-color: #1b427a !important;
    color: #fff !important;
}

.swal2-modal {
    background: #d4ebfe !important;
    border: 10px solid rgb(67, 79, 86) !important;
}

    .swal2-modal .styled {
        color: #fff !important;
        background: #444 !important;
    }

.MarginReq {
    font-size: 11px;
    font-weight: 600;
    margin-top: 5px;
    color: brown;
}

.MarginTextAlign {
    text-align: justify !important;
}

.Margin_P_TextAlign {
    color: #444;
    text-align: left !important;
    margin-top: 8px !important;
}

.Margin_P1_TextAlign {
    color: #444;
    margin-top: 8px !important;
}

.gs-w-header {
    display: block;
    background: #f5f5f5;
    padding: 0 10px;
}

    .gs-w-header h3 {
        margin-bottom: 0;
        margin-top: 0;
        display: inline-block;
        padding: 10px;
        font-size: 18px;
        margin-left: 0 !important;
        padding-left: 0;
    }

.nw_link.text-center a {
    color: #d4d1d1;
    margin-bottom: 7px;
    display: inline-block;
}

.rg_no {
    color: #d4d1d1;
    margin-top: 0;
    margin-bottom: 7px;
}

.nw_link h5 {
    font-size: 18px;
    color: #858383;
}

.nw_link.text-center {
    COLOR: #9a9a9a;
}

.e-grid .e-headercell, .e-grid .e-headercell-hover {
    height: 29px !important;
}

.pagination {
    margin: 0;
    margin-top: 10px;
}

.RISKDISCLOSURES {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    border-bottom: 1px solid;
    padding: 5px 5px;
}

ul.dis {
    list-style-position: outside;
}

.lisStyle {
    list-style-type: disc !important;
    font-size: 14px;
    font-style: italic;
    color: #000;
}

.liMargin {
    margin-bottom: 11px;
}

.containerborder {
    border: 1px solid #000;
}

footer h4 {
    font-size: 18px;
    font-weight: 800;
}

footer p, .font-12 {
    font-size: 14px;
    font-weight: 400;
    color: #7A7A7A;
}

.font-14 p {
    font-size: 16px;
    font-weight: 400;
    color: #7A7A7A;
}

@media screen and (max-width:767px) {
    .cnt-outr {
        width: 100% !important;
        margin-top: 0 !important
    }
}
