/*
 *@Title: DBS Vickers Theme.css
 *@Author: Team SS dbs (Redford Sumcad,Neeraj Guatam)
 *@Description: All colors will be defined in here.
*/
h1, h2, h3, h4, h5, h6 {
    color: #100f0f;
}

h1 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
}

h2 {
    font-size: 32px;
    line-height: 35px;
    font-weight: 300;
}

h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}

    h3.txt-confirm-title {
        font-weight: 300;
    }

    h3.align-center {
        text-align: center;
    }

h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

body {
    background: #e4e4e4;
}

/*Mega menu sticky header  - Start*/
.header-divider {
    padding-top: 154px;
}

#login.mega-menu {
    position: relative;
    margin-bottom: 10px;
    top: 0px;
}

    #login.mega-menu.popup-header {
        margin: 0 auto;
    }

.mega-menu {
    width: 1256px;
    background: #000;
    margin-bottom: 8px;
    position: fixed;
    top: 10px;
    z-index: 20000;
}

    .mega-menu .navbar-top {
        min-height: 35px;
        border-bottom: 10px solid #cc0000;
    }

        .mega-menu .navbar-top .logo {
            float: left;
            width: 232px;
        }

            .mega-menu .navbar-top .logo .img-logo {
                background: url("../images/bg-vickers-logo.png") no-repeat;
                display: block;
                height: 70px;
                width: 358px;
            }

            .mega-menu .navbar-top .logo .img-logo-min {
                background: url("../images/bg_vickers_min.png") no-repeat;
                width: 20px;
                height: 20px;
                display: none;
                margin: 7px 0 0 20px;
            }

        .mega-menu .navbar-top .menu {
            float: right;
            min-width: 200px;
        }

            .mega-menu .navbar-top .menu ul {
                float: right;
                height: 70px;
            }

                .mega-menu .navbar-top .menu ul li {
                    float: left;
                    display: block;
                    height: 100%;
                    padding: 0 10px;
                    position: relative;
                }

                    .mega-menu .navbar-top .menu ul li > a {
                        color: #fcfcfc;
                        font-weight: 400;
                        overflow: hidden;
                        padding-top: 40px;
                        display: block;
                        outline: none;
                    }

                        .mega-menu .navbar-top .menu ul li > a label {
                            float: left;
                            margin-right: 10px;
                            cursor: pointer;
                        }

                        .mega-menu .navbar-top .menu ul li > a:hover {
                            text-decoration: none;
                        }

                    .mega-menu .navbar-top .menu ul li.logout, .mega-menu .navbar-top .menu ul li.back {
                        background-color: #7f0000;
                    }

                        .mega-menu .navbar-top .menu ul li.logout:hover {
                            background-color: #cc0000;
                        }

                    .mega-menu .navbar-top .menu ul li.active, .mega-menu .navbar-top .menu ul li:hover {
                        background-color: #cc0000;
                    }

                    .mega-menu .navbar-top .menu ul li.first {
                        border: none;
                    }

            .mega-menu .navbar-top .menu .sub-nav-menu {
                display: none;
                z-index: 2000;
                position: absolute;
                top: 70px;
                width: 200px;
                right: 0px;
                background: #fff;
                -webkit-box-shadow: 0 5px 10px #999494;
                -moz-box-shadow: 0 5px 10px #999494;
                box-shadow: 0 5px 10px #999494;
            }

                .mega-menu .navbar-top .menu .sub-nav-menu a {
                    padding: 7px 20px;
                    display: block;
                    color: #666363;
                }

                    .mega-menu .navbar-top .menu .sub-nav-menu a:hover {
                        background: #F7F7F7;
                        text-decoration: none;
                    }

    .mega-menu .navbar-bottom ul {
        height: 63px;
        position: relative;
    }

        .mega-menu .navbar-bottom ul li {
            float: left;
            width: 209px;
            border-right: 1px solid #565353;
            height: 100%;
        }

            .mega-menu .navbar-bottom ul li > a {
                color: #fcfcfc;
                font-size: 18px;
                padding: 15px 20px 10px;
                display: block;
                height: 100%;
            }

                .mega-menu .navbar-bottom ul li > a:hover {
                    text-decoration: none;
                }

            .mega-menu .navbar-bottom ul li span {
                display: block;
                color: #999494;
                font-size: 11px;
                font-weight: 700;
                line-height: 13px;
            }

            .mega-menu .navbar-bottom ul li.last {
                border: none;
                width: 211px;
            }

            .mega-menu .navbar-bottom ul li.active > a {
                border-bottom: 5px solid #cc0000;
            }

            .mega-menu .navbar-bottom ul li:hover, .mega-menu .navbar-bottom ul li.active.hover {
                background-color: #fff;
            }

                .mega-menu .navbar-bottom ul li:hover.active, .mega-menu .navbar-bottom ul li.active.hover.active {
                    border-bottom: none;
                }

                .mega-menu .navbar-bottom ul li:hover > a, .mega-menu .navbar-bottom ul li.active.hover > a {
                    color: #cc0000;
                }

    .mega-menu .navbar-bottom .menu-drop {
        display: none;
        position: absolute;
        left: 20px;
        top: 63px;
        width: 1216px;
        margin: 0 auto;
        background: #fff;
        -webkit-box-shadow: 0 9px 10px #999494;
        -moz-box-shadow: 0px 9px 7px #999494;
        box-shadow: 0 9px 10px #999494;
        z-index: 2000;
    }

    .mega-menu .navbar-bottom .menu-content {
        float: left;
        min-width: 220px;
        padding: 20px 0;
    }

        .mega-menu .navbar-bottom .menu-content a {
            color: #100f0f;
            display: block;
            padding: 0 20px 20px;
            font-weight: 700;
        }

            .mega-menu .navbar-bottom .menu-content a:hover {
                color: #7f0000;
                text-decoration: none;
            }

            .mega-menu .navbar-bottom .menu-content a.sub-menu {
                font-size: 12px;
                padding-bottom: 10px;
                padding-left: 30px;
                font-weight: 400;
            }

    .mega-menu .navbar-bottom .last-link {
        margin-bottom: 20px;
    }

        .mega-menu .navbar-bottom .last-link a {
            color: #cc0000;
            padding-left: 20px;
        }

            .mega-menu .navbar-bottom .last-link a:hover {
                color: #7f0000;
            }

/*mega-menu*/
.dls-header-placeholder {
    width: 100%;
    /* position: fixed;*/
    margin: 0 auto;
    top: 0px;
    z-index: 10;
}

    .dls-header-placeholder .submenulist .styled-select {
        position: absolute;
        display: none;
        margin-top: 0px;
        left: 0px;
        min-width: 208px;
        background-color: #FFF;
        z-index: 1000;
        text-align: left;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

        .dls-header-placeholder .submenulist .styled-select a {
            float: none;
            padding: 7px 20px;
            display: block;
            font-size: 14px;
            line-height: 20px;
            width: auto;
            color: #666363;
            white-space: nowrap;
        }

            .dls-header-placeholder .submenulist .styled-select a:last-child {
                border-bottom: none;
            }

    .dls-header-placeholder .navbar .navbar-inner .header-navigation .header-menu .submenulist .styled-select.messages-menu, .dls-header-placeholder .navbar.navbar-fixed-top .navbar-inner .header-navigation .header-menu .submenulist .styled-select.messages-menu {
        left: 0;
    }

    .navbar .navbar-inner .header-navigation .header-menu .submenulist .styled-select.preference-menu, .dls-header-placeholder .navbar.navbar-fixed-top .navbar-inner .header-navigation .header-menu .submenulist .styled-select.preference-menu {
        left: auto;
        right: 0px;
    }

    .dls-header-placeholder .navbar .navbar-inner .header-navigation .header-menu .submenulist.last-child, .dls-header-placeholder .navbar.navbar-fixed-top .navbar-inner .header-navigation .header-menu .submenulist.last-child {
        padding-left: 20px;
        padding-right: 20px;
        background: #7F0000;
    }

    .dls-header-placeholder.navbar .border-bottom.thicker, .dls-header-placeholder .navbar.navbar-fixed-top .border-bottom.thicker {
        height: 10px;
        position: relative;
        z-index: 0;
    }

    .dls-header-placeholder.navbar .border-bottom, .dls-header-placeholder .navbar.navbar-fixed-top .border-bottom {
        margin: 0;
    }

    .dls-header-placeholder .bg-color.primary {
        background: #C00;
    }

    .dls-header-placeholder .navbar .navbar-inner .header-navigation .header-menu .submenulist:hover, .navbar.navbar-fixed-top .navbar-inner .header-navigation .header-menu .submenulist:hover, .navbar .navbar-inner .header-navigation .header-menu .submenulist:active, .navbar.navbar-fixed-top .navbar-inner .header-navigation .header-menu .submenulist:active, .navbar .navbar-inner .header-navigation .header-menu .submenulist.active, .navbar.navbar-fixed-top .navbar-inner .header-navigation .header-menu .submenulist.active {
        background: #C00;
    }

    /*===========================================Navigation Full===================================================*/
    .dls-header-placeholder .main-navigation {
        position: relative;
        z-index: 2;
        font-size: 18px;
        font-weight: 700;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 0px;
    }

        .dls-header-placeholder .main-navigation .soft-shadow {
            width: 100%;
            background: #000;
        }

        .dls-header-placeholder .main-navigation ul {
            position: relative;
            color: #100F0F;
            margin: 0;
            margin-left: 0;
            padding: 0;
        }

            .dls-header-placeholder .main-navigation ul li {
                display: inline;
                list-style-type: none;
                float: left;
                text-align: center;
                width: 209px;
                background-color: #000;
                cursor: pointer;
                position: relative;
                border-right: 0px solid #565353;
            }

                .dls-header-placeholder .main-navigation ul li:hover {
                    background-color: #000;
                    color: #fcfcfc;
                }

                .dls-header-placeholder .main-navigation ul li.last-child {
                    width: 210px;
                }

                .dls-header-placeholder .main-navigation ul li:hover h4 {
                    color: #fcfcfc;
                }

                .dls-header-placeholder .main-navigation ul li h4 {
                    margin: 0;
                    font-size: 18px;
                    line-height: 20px;
                    color: #fcfcfc;
                    display: block;
                    font-weight: 700;
                }

                    .dls-header-placeholder .main-navigation ul li h4 > a {
                        color: #fcfcfc;
                        font-size: 18px;
                        display: block;
                        height: 100%;
                    }

                        .dls-header-placeholder .main-navigation ul li h4 > a:hover {
                            text-decoration: none;
                        }

                .dls-header-placeholder .main-navigation ul li .small {
                    font-weight: bold;
                    font-size: 11px;
                    line-height: 13px;
                    color: #999494;
                    display: block;
                }

                .dls-header-placeholder .main-navigation ul li:first-child .submenulist-wrapper {
                    border-left: 0px solid #FFF;
                }

                .dls-header-placeholder .main-navigation ul li .submenulist-wrapper.active h4 > a {
                    color: #fcfcfc;
                }

                    .dls-header-placeholder .main-navigation ul li .submenulist-wrapper.active h4 > a:hover {
                        text-decoration: none;
                    }

                .dls-header-placeholder .main-navigation ul li .button-wrapper {
                    padding: 15px 0 10px;
                    border-bottom: 5px solid #000;
                }

                .dls-header-placeholder .main-navigation ul li:hover .button-wrapper {
                    padding: 15px 0 10px;
                    border-bottom: 5px solid #000;
                }

            .dls-header-placeholder .main-navigation ul div.active .button-wrapper {
                color: #7f0000;
                border-bottom: 5px solid #cc0000;
            }

        .dls-header-placeholder .main-navigation.five-menu ul li {
            width: 251px;
        }

            .dls-header-placeholder .main-navigation.five-menu ul li.last-child {
                width: 252px;
            }

        .dls-header-placeholder .main-navigation .submenulist .styled-select {
            position: absolute;
            display: none;
            margin-top: 0px;
            left: 0px;
            min-width: 208px;
            background-color: #FFF;
            z-index: 9999;
            text-align: left;
            -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        }

            .dls-header-placeholder .main-navigation .submenulist .styled-select a {
                float: none;
                padding: 7px 20px;
                display: block;
                font-size: 14px;
                line-height: 20px;
                min-width: 169px;
                color: #666363;
                white-space: nowrap;
            }

        .dls-header-placeholder .main-navigation ul li:last-child .submenulist-wrapper {
            border-right: 0px solid #FFF;
            width: 211px;
        }

        .dls-header-placeholder .main-navigation .submenulist .styled-select.last-menu {
            left: auto;
            right: 0;
        }

    .dls-header-placeholder .submenulist .styled-select a:hover {
        color: #666363;
        background: #F7F7F7;
        text-decoration: none;
    }

    .dls-header-placeholder .main-navigation .submenulist .styled-select a.w212 {
        width: 211px;
    }

/*Mega menu sticky header  - End*/
/*Section  - Start*/
.section {
    width: 1256px;
    background-color: #ffffff;
    clear: both;
    margin-bottom: 8px;
    border-bottom: 2px solid #ccc6c6;
    padding: 30px 0;
}

    .section .section-content {
        padding: 0 20px;
    }

    .section.pBot-0 {
        padding-bottom: 0;
    }

    .section.section-flow {
        overflow: inherit;
    }

        .section.section-flow .section-content {
            overflow: inherit;
        }

    .section.section-equity {
        clear: none;
        float: left;
        width: 618px;
    }

.section-header {
    width: 100%;
    border-bottom: 1px dotted #ccc6c6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .section-header h1 {
        margin-bottom: 10px;
    }

    .section-header h2, .section-header h3 {
        width: auto;
        float: left;
    }

    .section-header h3 {
        margin-bottom: 0px;
    }

    .section-header.confirmation {
        padding-bottom: 0;
        margin-bottom: 20px;
    }

        .section-header.confirmation h2 {
            padding-bottom: 10px;
        }

    .section-header.login-header {
        margin-bottom: 20px;
        border-bottom: 0px;
        padding-bottom: 10px;
    }

    .section-header.hero-vickers {
        padding-bottom: 0;
        margin-bottom: 0px;
        border-bottom-width: 0;
    }

        .section-header.hero-vickers h1 {
            border-bottom-width: 0;
            margin-bottom: 10px;
            width: auto;
            float: left;
        }

    .section-header.mBot-10 {
        margin-bottom: 10px;
    }

.primary-header {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

    .primary-header h1 {
        width: auto;
        float: left;
    }

/*Section  - End*/

/*Section 2 - Start */
.section2 {
    width: 1256px;
    background-color: #ffffff;
    clear: both;
    border-bottom: 2px solid #ccc6c6;
    padding: 30px 0;
}

    .section2 .section-content {
        padding: 0 20px;
    }

    .section2.pBot-0 {
        padding-bottom: 0;
    }

    .section2.section-flow {
        overflow: inherit;
    }

        .section2.section-flow .section-content {
            overflow: inherit;
        }

    .section2.section-equity {
        clear: none;
        float: left;
        width: 618px;
    }
/*Section 2 - End*/

/*Header action group - Start*/
.header-action-group {
    margin-bottom: 20px;
    overflow: hidden;
}

    .header-action-group label {
        float: left;
        line-height: 36px;
        font-weight: bold;
        margin-right: 10px;
    }

    .header-action-group .customDropdown {
        float: left;
    }

/*Header action group - End*/
/*Icons - Start*/
.icons {
    background: url("../images/icons.png") no-repeat scroll left top transparent;
    display: inline-block;
}

    .icons.message {
        background-position: -10px -66px;
        height: 21px;
        width: 19px;
        float: left;
        position: relative;
        top: -2px;
    }

    .icons.profile {
        background-position: -9px -10px;
        height: 15px;
        width: 19px;
        float: left;
        margin-top: 0;
    }

    .icons.logout {
        background-position: -9px -37px;
        height: 17px;
        width: 17px;
        float: right;
        position: relative;
        top: -2px;
        margin-left: 10px;
    }

    .icons.back {
        background-position: -65px -941px;
        height: 20px;
        width: 20px;
        float: left;
    }

    .icons.green-up {
        background-position: -11px -270px;
        width: 12px;
        height: 9px;
    }

    .icons.tbl-menu {
        background-position: -64px -963px;
        width: 15px;
        height: 10px;
        float: left;
        margin: 6px 3px 0 3px;
    }

.search-advance .icons.tbl-menu {
    background-position: -5px -317px;
    width: 21px;
    height: 16px;
    margin: 10px 3px 0 3px;
}

.icons.searchStock {
    height: 27px;
    width: 28px;
    float: left;
    background-position: -6px -340px;
    margin: 5px 0 0 10px;
}

.icons.orderStatus {
    background-position: -6px -504px;
    float: left;
    width: 49px;
    height: 45px;
}

.icons.orderHistory {
    background-position: -6px -437px;
    float: left;
    width: 42px;
    height: 52px;
}

.icons.calculator {
    background-position: -6px -379px;
    float: left;
    width: 35px;
    height: 45px;
}

.icons.reuters {
    width: 40px;
    height: 37px;
    float: left;
    background-position: -6px -560px;
    margin-right: 10px;
}

.icons.twitter {
    width: 18px;
    height: 16px;
    background-position: -5px -760px;
}

.icons.facebook {
    width: 6px;
    height: 16px;
    background-position: -6px -634px;
}

.icons.wifi {
    width: 13px;
    height: 15px;
    background-position: -6px -689px;
}

.icons.youtube {
    width: 34px;
    height: 15px;
    background-position: -6px -735px;
}

.icons.linkedin {
    width: 13px;
    height: 15px;
    background-position: -7px -712px;
}

.icons.googlePlus {
    width: 20px;
    height: 18px;
    background-position: -6px -659px;
}

.icons.icn-map-marker {
    width: 13px;
    height: 26px;
    background-position: -6px -599px;
}

.icons.refresh {
    background-position: -8px -135px;
    width: 21px;
    height: 17px;
    line-height: 1;
}

    .icons.refresh.mTop-10 {
        margin-top: 10px;
    }

.icons.help {
    background-position: -10px -155px;
    width: 20px;
    height: 20px;
}

.icons.help-gray {
    background-position: -67px -377px;
    width: 20px;
    height: 21px;
}

.icons.watchlist {
    background-position: -10px -92px;
    width: 19px;
    height: 17px;
}

.icons.settings {
    background-position: -10px -113px;
    width: 19px;
    height: 20px;
}

.icons.print {
    width: 21px;
    height: 20px;
    background-position: -6px -810px;
}

.icons.receipt {
    width: 14px;
    height: 22px;
    background-position: -6px -920px;
}

.icons.right-chevron-red {
    width: 8px;
    height: 10px;
    background-position: -10px -221px;
}

.icons.right-chevron {
    width: 10px;
    height: 15px;
    background-position: -10px -178px;
}

.icons.right-chevron-large {
    width: 10px;
    height: 15px;
    background-position: -68px -310px;
}

.icons.compare {
    background-position: -6px -782px;
    width: 16px;
    height: 17px;
}

.icons.toggle-ico {
    background-position: -6px -1037px;
    width: 13px;
    height: 10px;
}

    .icons.toggle-ico.toggle-arrow-up {
        background-position: -6px -1019px;
    }

.icons.chart {
    background-position: -6px -866px;
    width: 20px;
    height: 18px;
}

    .icons.chart.hover {
        background-position: -6px -1053px;
    }

.icons.pagi-left-chevron {
    background-position: -67px -30px;
    width: 8px;
    height: 10px;
}

    .icons.pagi-left-chevron:hover {
        background-position: -10px -221px;
    }

.icons.pagi-right-chevron {
    background-position: -67px -10px;
    width: 8px;
    height: 10px;
}

    .icons.pagi-right-chevron:hover {
        background-position: -67px -50px;
    }

.icons.close {
    background-position: -67px -68px;
    width: 14px;
    height: 14px;
}

    .icons.close:hover {
        background-position: -67px -90px;
    }

.icons.minus-box {
    height: 35px;
    width: 35px;
    background-position: -67px -122px;
}

.icons.plus-box {
    height: 35px;
    width: 35px;
    background-position: -67px -173px;
}

.icons.lock {
    height: 15px;
    width: 12px;
    background-position: -67px -253px;
    margin-right: 5px;
}

.icons.info {
    height: 20px;
    width: 20px;
    background-position: -67px -280px;
    cursor: pointer;
    position: relative;
    top: 5px;
    margin-left: 5px;
}

    .icons.info.grid-tool-tip {
        top: 7px;
    }

.icons.modal-close {
    width: 28px;
    height: 28px;
    background-position: -67px -338px;
}

.icons.arrow-down {
    background-position: -5px -1030px;
    height: 23px;
    line-height: 50px;
    margin: 0px 6px;
    width: 15px;
}

.icons.arrow-down-big {
    background-position: -67px -405px;
    height: 20px;
    width: 25px;
    margin: 0 0 2px 10px;
}

.icons.arrow-down-med {
    background-position: -65px -922px;
    height: 16px;
    width: 20px;
    margin: 0 0 2px 10px;
}

.icons.tbl-maximize {
    background-position: -68px -432px;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 60px;
    top: 25px;
}

.icons.tbl-arrow-up {
    width: 9px;
    height: 8px;
    background-position: -67px -528px;
}

.icons.tbl-arrow-down {
    width: 9px;
    height: 8px;
    background-position: -67px -554px;
}

.icons.confirm {
    background-position: -66px -574px;
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
}

.icons.tbl-confirm {
    background-position: -66px -574px;
    width: 20px;
    height: 20px;
}

.icons.error {
    background-position: -65px -603px;
    width: 20px;
    height: 20px;
    position: relative;
}

.icons.tbl-error {
    background-position: -65px -603px;
    width: 20px;
    height: 20px;
}

.icons.prospect-us {
    width: 16px;
    height: 21px;
    display: block;
    margin-left: 30px;
    background-position: -66px -667px;
    /*&:hover{background-position: 0 -27px;}*/
}

.icons.close-snap {
    background-position: -65px -732px;
    height: 16px;
    width: 12px;
    position: absolute;
    display: block;
    top: 6px;
    right: 10px;
    cursor: pointer;
}

    .icons.close-snap.hide {
        display: none;
    }

.icons.sitemap {
    background-position: -65px -761px;
    height: 16px;
    width: 18px;
    float: right;
    margin-left: 5px;
}

.icons.downloadPdf {
    width: 14px;
    height: 14px;
    background-position: -65px -795px;
}

/*Icons - End*/
/*Buttons - Start*/
.btn {
    padding: 0 12px;
    border: none;
    font-weight: 700;
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer;
    float: left;
}

    .btn.btn-secondary {
        color: #666363;
        background-color: #F4F0EA;
        border-bottom: 1px solid #ccc6c6;
        height: 28px;
        line-height: 28px;
        margin-left: 10px;
        font-size: 14px;
    }

        .btn.btn-secondary:hover {
            background-color: #E9E6E1;
            text-decoration: none;
        }

        .btn.btn-secondary:focus {
            border: none;
        }

        .btn.btn-secondary.medium {
            height: 36px;
            border-bottom-width: 2px;
            line-height: 36px;
            /*margin-left: 0px;*/
            font-size: 18px;
        }

            .btn.btn-secondary.medium.mLeft-10 {
                margin-left: 10px;
            }

        .btn.btn-secondary.big {
            height: 42px;
            border-bottom-width: 2px;
            line-height: 42px;
            font-size: 18px;
        }

        .btn.btn-secondary.first {
            margin-left: 0px;
        }

    .btn.btn-primary {
        color: #fcfcfc;
        height: 28px;
        line-height: 28px;
        background-color: #6c6f70;
        background-image: none;
        border-bottom: 1px solid #5e5e64;
        font-size: 14px;
    }

        .btn.btn-primary:hover {
            text-decoration: none;
            background-color: #65666a;
        }

        .btn.btn-primary.medium {
            height: 36px;
            border-bottom-width: 2px;
            line-height: 36px;
            font-size: 18px;
        }

        .btn.btn-primary.big {
            height: 42px;
            border-bottom-width: 2px;
            line-height: 42px;
            font-size: 18px;
        }

    .btn .icons {
        position: relative;
        top: 4px;
    }

        .btn .icons.pagi-left-chevron, .btn .icons.pagi-right-chevron {
            top: 1px;
        }

    .btn.buy {
        background-color: #63a637;
        color: #fcfcfc;
        border-bottom-color: #548d2f;
    }

        .btn.buy:hover {
            background-color: #548d2f;
        }

    .btn.sell {
        background-color: #cc0000;
        color: #fcfcfc;
        border-bottom-color: #7f0000;
    }

        .btn.sell:hover {
            background-color: #ab0000;
        }

    .btn.disabled {
        filter: alpha(opacity=50);
        opacity: .5;
    }

/*Buttons - End*/
/*Messages - Start*/
.success-message, .error-message, .note-message, .browser-message {
    padding: 10px;
    position: relative;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 700;
    display: none;
    max-width: 804px;
}

.error-message {
    background-color: #fcf2f2;
    border: 1px solid #cc0000;
    color: #cc0000;
}

    .error-message.show {
        display: block;
    }

    .error-message input, .error-message select {
        color: #100f0f;
    }

    .error-message h4 {
        margin-bottom: 0px;
        color: #cc0000;
    }

    .error-message p {
        color: #cc0000;
    }

    .error-message .txt-gray-link, .error-message a {
        color: #cc0000;
        text-decoration: underline;
    }

.searchError {
    padding: 10px;
    font-weight: 700;
    color: #cc0000;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.success-message {
    background-color: #e7efe9;
    color: #176226;
    border: 1px solid #176226;
}

    .success-message.show {
        display: block;
    }

    .success-message input, .success-message select {
        color: #100f0f;
    }

    .success-message a, .success-message .txt-link {
        color: #176226;
        text-decoration: underline;
    }

.note-message {
    background-color: #ccc6c6;
    color: #100f0f;
    border: 1px solid #666363;
    display: block;
}

    .note-message.show {
        display: block;
    }

    .note-message .txt-gray-link, .note-message a {
        color: #100f0f;
        text-decoration: underline;
    }

.browser-message {
    background-color: #ccc6c6;
    color: #100f0f;
    border: 1px solid #666363;
}

    .browser-message.show {
        display: block;
    }

    .browser-message .txt-gray-link, .browser-message a {
        color: #100f0f;
        text-decoration: underline;
    }
/*Messages - End*/
/*Snap Bar search box- Start*/
#sellGroup, #placeOrderSellGroup {
    display: none;
}

#snapbar {
    position: fixed;
    width: 1256px;
    bottom: 0;
}

.snap-bar {
    /*position: fixed;*/
    min-height: 48px;
    max-height: 462px;
    border-bottom: 1px solid #999494;
    border-top: 3px solid #7f0000;
    width: 1272px;
    background: #fff;
    /*bottom: 0;*/
    background: #cc0000;
}

    .snap-bar .snap-bar-content {
        margin: 0 auto;
        margin-left: 113px;
        overflow: hidden;
        padding: 9px 0;
        background: #cc0000;
    }

        .snap-bar .snap-bar-content label {
            float: left;
            color: #fcfcfc;
            margin: 5px 10px 0 0;
            margin-right: 10px;
            display: block;
            min-width: 158px;
            text-align: right;
            font-weight: 700;
            font-size: 18px;
        }

        .snap-bar .snap-bar-content .searchStockField {
            width: 635px;
            width: 675px \9;
            float: left;
        }

        .snap-bar .snap-bar-content .trade-button {
            float: left;
            margin: 0 20px 0 10px;
            display: none;
        }

            .snap-bar .snap-bar-content .trade-button .btn-primary {
                background-color: #000;
                border-bottom-color: #000;
            }

        .snap-bar .snap-bar-content .snapbar-search-box {
            position: relative;
            width: 635px;
            width: 675px \9;
            overflow: hidden;
            float: left;
        }

    .snap-bar .snap-bar-result {
        display: block;
        max-height: 318px;
        height: auto;
        width: 100%;
        background-color: #fcfcfc;
        overflow: auto;
    }

    .snap-bar .snap-bar-records {
        height: 216px;
    }

        .snap-bar .snap-bar-records ul {
            max-height: 278px;
        }

            .snap-bar .snap-bar-records ul li {
                overflow: hidden;
                border-bottom: 1px solid #ccc6c6;
                padding: 5px 20px;
                display: block;
                /*&:hover{
        	background-color: $mediumGray;
        	a{color: $softWhite;}
        }*/
            }

                .snap-bar .snap-bar-records ul li a {
                    overflow: hidden;
                    color: #100f0f;
                    display: block;
                }

                    .snap-bar .snap-bar-records ul li a:hover {
                        color: #100f0f;
                    }

                .snap-bar .snap-bar-records ul li.highlight {
                    background-color: #999494;
                }

                    .snap-bar .snap-bar-records ul li.highlight a {
                        color: #fcfcfc;
                    }

            .snap-bar .snap-bar-records ul .grid_1 {
                width: 100px;
            }

            .snap-bar .snap-bar-records ul .grid_2 {
                width: auto;
            }

            .snap-bar .snap-bar-records ul .grid_3 {
                margin: 0 150px;
                min-width: 200px;
            }

        .snap-bar .snap-bar-records.descExtraSmall .grid_3 {
            min-width: 218px;
            margin: 0 150px;
        }

        .snap-bar .snap-bar-records.descSmall .grid_3 {
            min-width: 270px;
            margin: 0 100px;
        }

        .snap-bar .snap-bar-records.descMedium .grid_3 {
            min-width: 300px;
            margin: 0 100px;
        }

        .snap-bar .snap-bar-records.descBig .grid_1 {
            min-width: 100px;
        }

        .snap-bar .snap-bar-records.descBig .grid_3 {
            min-width: 370px;
            margin: 0 70px;
        }

        .snap-bar .snap-bar-records.descBig.symbolBig .grid_3 {
            min-width: 420px;
            max-width: 910px;
        }

        .snap-bar .snap-bar-records.symbolMedium .grid_1 {
            min-width: 100px;
        }

        .snap-bar .snap-bar-records.symbolMedium.descExtraSmall .grid_1 {
            min-width: 130px;
        }

        .snap-bar .snap-bar-records.symbolBig .grid_1 {
            min-width: 110px;
        }

    .snap-bar .snap-bar-selected {
        padding: 0 20px;
        overflow: hidden;
        background-color: #f8f8f8;
    }

        .snap-bar .snap-bar-selected.salmon {
            background-color: #f7f2f2;
        }

        .snap-bar .snap-bar-selected table {
            margin-top: 10px;
            width: 100%;
        }

            .snap-bar .snap-bar-selected table td {
                padding-bottom: 10px;
            }

                .snap-bar .snap-bar-selected table td.action-bar-td {
                    vertical-align: bottom;
                    width: 80px;
                }

        .snap-bar .snap-bar-selected .action-bar {
            height: 48px;
            text-align: right;
        }

            .snap-bar .snap-bar-selected .action-bar p {
                overflow: hidden;
            }

            .snap-bar .snap-bar-selected .action-bar .icons {
                color: #999494;
                text-decoration: underline;
                font-weight: 700;
                float: right;
                margin-left: 5px;
            }

                .snap-bar .snap-bar-selected .action-bar .icons:hover {
                    color: #cc0000;
                }

    .snap-bar .snap-bar-selected-info {
        padding: 10px 20px 20px;
    }

        .snap-bar .snap-bar-selected-info .snap-bar-selected-info-input.sell .customDropdown, .snap-bar .snap-bar-selected-info .snap-bar-selected-info-input.sell input[type="text"], .snap-bar .snap-bar-selected-info .snap-bar-selected-info-input.sell .selector {
            border-left: 5px solid #cc0000;
        }

        .snap-bar .snap-bar-selected-info .snap-bar-selected-info-input.buy .customDropdown, .snap-bar .snap-bar-selected-info .snap-bar-selected-info-input.buy input[type="text"], .snap-bar .snap-bar-selected-info .snap-bar-selected-info-input.buy .selector {
            border-left: 5px solid #63a637;
        }

        .snap-bar .snap-bar-selected-info label {
            font-size: 12px;
        }

        .snap-bar .snap-bar-selected-info .form-row {
            margin-bottom: 10px;
        }

            .snap-bar .snap-bar-selected-info .form-row.last {
                margin-bottom: 0px;
            }

    .snap-bar .snap-bar-side {
        float: right;
        position: relative;
        min-height: 167px;
    }

        .snap-bar .snap-bar-side .snap-bar-side-content {
            display: none;
        }

        .snap-bar .snap-bar-side h3 {
            border-bottom: 1px dotted #ccc6c6;
            margin-bottom: 20px;
            padding-bottom: 10px;
        }

        .snap-bar .snap-bar-side .action-links-content {
            position: absolute;
            bottom: 0px;
            width: 215px;
            right: -2px;
        }

            .snap-bar .snap-bar-side .action-links-content a[title='Cancel'] {
                margin: 0;
            }

    .snap-bar .snap-bar-preview {
        padding: 20px;
        background-color: #fcfcfc;
        overflow-y: auto;
        height: 323px;
        position: absolute;
        width: 1272px;
        top: 3px;
    }

        .snap-bar .snap-bar-preview h2 {
            padding-bottom: 10px;
            border-bottom: 1px solid #ccc6c6;
            margin-bottom: 20px;
        }

            .snap-bar .snap-bar-preview h2.mBot-10 {
                margin-bottom: 10px;
            }

        .snap-bar .snap-bar-preview .order-preview-action {
            position: absolute;
            bottom: 0;
            right: 0;
            /*.action-links-content{position: absolute;bottom: 0px;right: 0px;}*/
        }

        .snap-bar .snap-bar-preview p {
            padding: 0px 0 5px;
        }

            .snap-bar .snap-bar-preview p > label {
                width: 51%;
                display: inline-block;
                vertical-align: top;
            }

            .snap-bar .snap-bar-preview p > span {
                width: 47%;
                font-weight: 700;
                display: inline-block;
            }

            .snap-bar .snap-bar-preview p.last {
                padding-bottom: 0px;
            }

        .snap-bar .snap-bar-preview .order-preview-box h3 {
            margin-bottom: 10px;
        }

        .snap-bar .snap-bar-preview .order-preview-box p.total {
            border-top: 1px solid #ccc6c6;
            padding-top: 5px;
        }

            .snap-bar .snap-bar-preview .order-preview-box p.total span {
                font-weight: 700;
            }

        .snap-bar .snap-bar-preview .order-preview-box p span {
            text-align: right;
            font-weight: 400;
        }

    .snap-bar .snap-bar-confirm {
        padding: 20px;
        background-color: #fcfcfc;
        overflow: hidden;
        height: 322px;
        position: absolute;
        width: 1272px;
        top: 3px;
    }

        .snap-bar .snap-bar-confirm .order-preview-action {
            position: absolute;
            right: 20px;
            bottom: 20px;
        }

    .snap-bar .searchError {
        border-left: none;
        border-right: none;
        border-bottom: none;
    }


.order-entry#forceOrderGroup label {
    position: static;
}

#forceOrderGroup label {
    position: absolute;
    width: 105px;
}

    #forceOrderGroup label label {
        position: relative;
        width: 16px;
    }

.snap-bar-otp {
    padding: 20px;
    background-color: #fcfcfc;
    overflow-y: auto;
    height: 382px;
    position: absolute;
    width: 1272px;
    top: 3px;
}

    .snap-bar-otp h2 {
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc6c6;
        margin-bottom: 20px;
    }

        .snap-bar-otp h2.mBot-10 {
            margin-bottom: 10px;
        }

/*Snap Bar search box- End*/
/*Loyalty points group - Start*/
.loyalty-points {
    float: left;
    width: 495px;
    overflow: hidden;
}

    .loyalty-points h3 {
        margin-bottom: 10px;
    }

    .loyalty-points p img {
        float: left;
        margin-right: 10px;
    }

.insights-results {
    float: left;
    width: 100%;
    overflow: hidden;
}

    .insights-results .timestamp {
        margin-bottom: 10px;
    }

    .insights-results > img {
        float: left;
        margin-right: 10px;
    }

    .insights-results a.txt-link {
        float: right;
        margin-top: 10px;
    }

    .insights-results .insights-details {
        float: right;
        width: 673px;
    }

.increment-group {
    float: left;
    width: 372px;
    margin: 40px 0 0 20px;
    overflow: hidden;
}

    .increment-group .increment-box {
        width: 243px;
    }

        .increment-group .increment-box .plus-box {
            float: right;
            position: relative;
            right: 5px;
        }

        .increment-group .increment-box .minus-box {
            float: left;
        }

        .increment-group .increment-box input {
            height: 35px;
            width: 169px;
        }

    .increment-group p {
        color: #999494;
        margin-top: 5px;
        font-size: 12px;
        line-height: 15px;
    }

        .increment-group p a {
            display: block;
            text-decoration: underline;
            color: #999494;
        }

.voucher-group {
    border-bottom: 1px dotted #ccc6c6;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/*Loyalty points group - Start*/
/*Action links and buttons - Start*/
.action-links-content {
    float: right;
    width: 289px;
}

    .action-links-content .btn {
        float: right;
        position: relative;
    }

    .action-links-content.full-width .icons {
        float: right;
        position: absolute;
        top: 11px;
        right: 10px;
    }

        .action-links-content.full-width .icons.right-chevron-large {
            float: left;
            margin-right: 10px;
            position: static;
            margin-top: 5px;
        }

    .action-links-content.full-width .btn {
        width: 289px;
        text-align: left;
        margin-bottom: 5px;
    }

        .action-links-content.full-width .btn.mBot-0 {
            margin-bottom: 0px;
        }

    .action-links-content > a {
        float: right;
        margin: 5px 0 0 10px;
        position: initial;
    }

        .action-links-content > a.btn {
            margin: 0 0 0 10px;
        }

            .action-links-content > a.btn.wide {
                padding: 0 24px;
            }

    .action-links-content .icons {
        cursor: pointer;
    }

.action-links-box {
    overflow: hidden;
    clear: both;
}

    .action-links-box ul {
        background-color: #f4f0ea;
        border-bottom: 2px solid #ccc6c6;
    }

        .action-links-box ul li {
            display: block;
            padding: 10px 20px;
            min-height: 20px;
        }

            .action-links-box ul li > a {
                font-size: 18px;
                color: #666363;
                text-decoration: none;
            }

            .action-links-box ul li:hover {
                background-color: #e9e6e1;
            }

.action-links-secondary {
    position: relative;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    background: #fcfcfc;
    overflow: hidden;
}

    .action-links-secondary.border-bot-0 {
        border-bottom: 0;
    }

/*Action links and buttons - Start*/
/*Notes - Start*/
.notes {
    margin-top: 30px;
    padding: 0 20px 0;
}

    .notes h3 {
        color: #100f0f;
    }

    .notes ul {
        margin-top: 10px;
        list-style: square;
        list-style-position: inside;
    }

        .notes ul li {
            margin: 5px 0;
        }

            .notes ul li a {
                color: #999494;
                text-decoration: underline;
            }

                .notes ul li a:hover {
                    color: #cc0000;
                }

                .notes ul li a sup {
                    text-decoration: none;
                }

            .notes ul li.last {
                margin-bottom: 0px;
            }

    .notes .login-notice li {
        width: 392px;
        margin-right: 20px;
        float: left;
    }

        .notes .login-notice li.last {
            margin-right: 0px;
        }

/*Notes - End*/
/*Manage step ( step box) - Start*/
.manage-step {
    border-bottom: 1px solid #ccc6c6;
    border-top: 3px solid #cc0000;
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
}

    .manage-step > a {
        padding: 20px;
        color: #100f0f;
        overflow: hidden;
        border-right: 1px solid #ccc6c6;
        border-left: 1px solid #ccc6c6;
        display: block;
        height: 100%;
    }

        .manage-step > a:hover {
            color: #fff;
            text-decoration: none;
            background: #cc0000;
            border-color: #cc0000;
        }

            .manage-step > a:hover h3 {
                color: #fff;
            }

        .manage-step > a h3 {
            font-size: 28px;
            font-weight: 300;
        }

    .manage-step .manage-step-content {
        margin-top: 10px;
        overflow: hidden;
    }

    .manage-step:hover {
        border-color: #000;
    }

        .manage-step:hover > a {
            border-color: #000;
        }

    .manage-step.nohover > a:hover {
        color: #100f0f;
        background: #fff;
    }

    .manage-step.nohover:hover {
        border-top-color: #cc0000;
        border-bottom-color: #ccc6c6;
    }

        .manage-step.nohover:hover > a {
            cursor: default;
            border-color: #ccc6c6;
        }

    .manage-step.nohover .manage-step-content {
        margin-top: 0px;
    }

.manage-stepbox {
    border-bottom: 1px solid #ccc6c6;
    border-left: 1px solid #ccc6c6;
    border-right: 1px solid #ccc6c6;
    border-top: 3px solid #cc0000;
    display: block;
    float: left;
    overflow: hidden;
    padding: 20px;
    height: 160px;
}

/*Manage step ( step box) - Start*/
/*Footer - Start*/
.footer {
    overflow: hidden;
    background-color: #000000;
}

    .footer .footer-content {
        overflow: hidden;
        padding: 20px 0 0;
    }

        .footer .footer-content .four-col-layout {
            padding: 0 20px;
        }

            .footer .footer-content .four-col-layout .col-box h3 {
                color: #fcfcfc;
                text-decoration: none;
                margin-bottom: 10px;
                font-size: 18px;
                line-height: 25px;
                font-weight: 700;
            }

            .footer .footer-content .four-col-layout .col-box h4 {
                color: #fcfcfc;
                text-decoration: none;
                margin-bottom: 0px;
            }

            .footer .footer-content .four-col-layout .col-box ul {
                list-style-type: square;
                list-style-position: inside;
            }

                .footer .footer-content .four-col-layout .col-box ul li {
                    color: #cc0000;
                }

                    .footer .footer-content .four-col-layout .col-box ul li a {
                        color: #ccc6c6;
                    }

                .footer .footer-content .four-col-layout .col-box ul label {
                    color: #ccc6c6;
                }

            .footer .footer-content .four-col-layout .col-box.last {
                text-align: left;
            }

                .footer .footer-content .four-col-layout .col-box.last p {
                    color: #fff;
                }

                .footer .footer-content .four-col-layout .col-box.last a:hover {
                    text-decoration: none;
                }

            .footer .footer-content .four-col-layout .reuters-box {
                margin: 20px 0 10px;
            }

                .footer .footer-content .four-col-layout .reuters-box h4 {
                    margin-bottom: 10px;
                }

                .footer .footer-content .four-col-layout .reuters-box a {
                    color: #ccc6c6;
                    line-height: 37px;
                }

            .footer .footer-content .four-col-layout .footer-search {
                overflow: hidden;
                margin: 20px 0 30px;
                float: left;
            }

                .footer .footer-content .four-col-layout .footer-search label {
                    display: block;
                    color: #fcfcfc;
                    margin-bottom: 10px;
                    text-align: left;
                }

                .footer .footer-content .four-col-layout .footer-search .txtbox-search {
                    width: 155px;
                    float: left;
                    height: 36px;
                    line-height: normal;
                }

                .footer .footer-content .four-col-layout .footer-search .btn-search {
                    float: left;
                    width: 31px;
                    background: #fff;
                    border: none;
                    height: 36px;
                    padding: 0 8px;
                }

        .footer .footer-content .footer-links {
            padding: 10px 20px;
        }

            .footer .footer-content .footer-links ul li {
                float: left;
                border-right: 1px solid #ccc6c6;
                padding-right: 10px;
                margin-right: 10px;
            }

                .footer .footer-content .footer-links ul li a {
                    color: #ccc6c6;
                    font-size: 12px;
                }

                .footer .footer-content .footer-links ul li .txt-lGray {
                    font-size: 12px;
                }

                .footer .footer-content .footer-links ul li.last {
                    border-right: none;
                }

            .footer .footer-content .footer-links .pull-right ul li {
                border-right: none;
                padding: 0 0 0 20px;
                margin-right: 0;
            }

    .footer.last {
        margin-bottom: 0px;
    }

/*Footer - End*/
/*New Sticker - Start*/
/*.news-sticker{*/
/*    background-color: #f8f8f8;*/
/*    min-height: 44px;*/
/*    padding: 0 20px;*/
/*    line-height: 44px;*/
/*    border-top: 1px solid #ccc6c6;*/
/*    border-bottom: 1px solid #ccc6c6;*/
/*    .more{float:right;}*/
/*    */
/*}*/
/*.more{*/
/*   color: $darkGray;*/
/*   line-height: 44px;*/
/*   font-weight: 700;*/
/*   .right-chevron{*/
/*        margin-left: 10px;*/
/*        position: relative;*/
/*        top: 5px;*/
/*   }*/
/*}*/
/*New Sticker - End*/
/*Pagination - Start*/
.pagination {
    margin: 20px 0 0;
    text-align: center;
    height: 28px;
}

    .pagination ul {
        display: inline-block;
        margin-left: 0;
        margin-bottom: 0;
    }

        .pagination ul > li {
            display: block;
            height: 28px;
            overflow: hidden;
            float: left;
        }

            .pagination ul > li > a, .pagination ul > li > span > span {
                float: left;
                padding: 4px 12px;
                line-height: 20px;
                text-decoration: none;
                background-color: #fff;
                border: 1px solid #ccc6c6;
                border-left-width: 0;
            }

            .pagination ul > li.hide {
                display: none;
            }

            .pagination ul > li > a:hover, .pagination .pagination ul > li > a:focus, .pagination .pagination ul > .active > a, .pagination .pagination ul > .active > span {
                background-color: #fcfcfc;
                color: #cc0000;
            }

        .pagination ul > .active > a, .pagination .pagination ul > .active > span {
            color: #999;
            cursor: default;
        }

        .pagination ul > .disabled > span, .pagination .pagination ul > .disabled > a, .pagination .pagination ul > .disabled > a:hover, .pagination .pagination ul > .disabled > a:focus {
            color: #999;
            background-color: transparent;
            cursor: default;
        }

        .pagination ul > li:first-child > a, .pagination .pagination ul > li:first-child > span {
            border-left-width: 1px;
        }

        .pagination ul li a {
            color: #666363;
            background-color: #f4f0ea;
            padding: 3px 15px;
            display: block;
            float: left;
        }

            .pagination ul li a.hide {
                display: none;
            }

            .pagination ul li a.active {
                color: #7f0000;
                font-weight: 700;
                background: #fcfcfc;
            }

            .pagination ul li a.disabled {
                color: #999494;
            }

        .pagination ul > li.slvzr-last-child {
            width: 42px;
        }

        .pagination ul > li:hover .pagi-left-chevron {
            background-position: -10px -221px;
        }

        .pagination ul > li:hover .pagi-right-chevron {
            background-position: -67px -50px;
        }

    .pagination.textboxOption ul > li label {
        height: 28px;
        display: block;
        line-height: 28px;
        padding: 0 5px 0 0;
        border-right: 1px solid #DDD;
    }

    .pagination ul li a.btn {
        padding-top: 0;
        margin: 0 10px;
        border-top: none;
        border-right: none;
        border-left: none;
    }

        .pagination ul li a.btn:hover {
            color: #fcfcfc;
        }

    .pagination ul li input {
        width: 40px;
        text-align: center;
        margin: 0 5px;
        height: 28px;
    }

    .pagination.next-prev li a {
        padding: 3px 7px;
    }

    .pagination.next-prev li.last {
        margin-left: 10px;
        border-left: 1px solid #CCC6C6;
    }

    .pagination.next-prev li.middle {
        border-left: 1px solid #CCC6C6;
        margin-left: 10px;
    }

/*Pagination - End*/
/*Watchlist box - Start*/
.watchlist-group {
    overflow: hidden;
    height: 115px;
    border: 1px solid #ccc6c6;
    border-bottom-width: 3px;
    background-color: #ededed;
}

    .watchlist-group .watchlist-content {
        position: relative;
        width: 144px;
        float: left;
        background-color: #f7f2f2;
        height: 100%;
        padding: 10px;
        border-right: 1px solid #ccc6c6;
    }

        .watchlist-group .watchlist-content .txt-title {
            color: #999494;
            line-height: 15px;
            margin-bottom: 5px;
            font-weight: 700;
        }

        .watchlist-group .watchlist-content .high-val, .watchlist-group .watchlist-content .low-val {
            float: left;
            width: 50%;
            font-size: 12px;
        }

        .watchlist-group .watchlist-content p {
            font-size: 12px;
        }

        .watchlist-group .watchlist-content .high-low-group {
            overflow: hidden;
            border-top: 1px dotted #ccc6c6;
        }

        .watchlist-group .watchlist-content .bottom-group {
            width: 124px;
            bottom: 5px;
        }

    .watchlist-group .watchlist-action-group {
        float: left;
        height: 100%;
    }

        .watchlist-group .watchlist-action-group a {
            display: block;
            background: #ededed;
            width: 40px;
            height: 50%;
            text-align: center;
            line-height: 50px;
            font-weight: 700;
        }

            .watchlist-group .watchlist-action-group a:hover {
                text-decoration: none;
                background-color: #f7f2f2;
            }

            .watchlist-group .watchlist-action-group a.btn-buy {
                color: #63a637;
                border-bottom: 1px solid #ccc6c6;
            }

            .watchlist-group .watchlist-action-group a .btn-sell {
                color: #cc0000;
            }

/*Watchlist box - End*/
/*News Reports - Start*/
.news-reports-group h3 {
    margin-bottom: 0;
    color: #100f0f;
}

    .news-reports-group h3 > a {
        color: #100f0f;
    }

.news-reports-group p {
    color: #999494;
    margin: 0;
}

    .news-reports-group p img {
        margin: 0;
        float: left;
        width: 130px;
        height: 90px;
        padding-right: 10px;
    }

.news-reports-group ul {
    list-style: square;
    list-style-position: outside;
}

    .news-reports-group ul li {
        margin: 0;
    }

        .news-reports-group ul li a {
            font-size: 18px;
            font-weight: 400;
            color: #100f0f;
        }

            .news-reports-group ul li a.more {
                font-size: 14px;
                float: right;
                color: #999494;
            }

                .news-reports-group ul li a.more:hover {
                    color: #cc0000;
                }

    .news-reports-group ul .no-anchor {
        margin: 0;
        font-size: 18px;
        font-weight: 400;
        color: #100f0f;
    }

        .news-reports-group ul .no-anchor.more {
            font-size: 14px;
            float: right;
            color: #999494;
        }

        .news-reports-group ul .no-anchor.timestamp {
            font-size: 12px;
            color: #999494;
            line-height: 12px;
        }

    .news-reports-group ul.list-none {
        list-style: none;
    }

.news-reports-group.three-col ul {
    list-style: none;
    margin-left: 0px;
}

    .news-reports-group.three-col ul li {
        width: 33%;
        float: left;
        padding-right: 20px;
        margin: 0;
    }

        .news-reports-group.three-col ul li.last {
            padding-right: 0px;
        }

        .news-reports-group.three-col ul li a {
            display: initial;
        }

.news-reports-group.four-col li {
    padding: 10px 0 0 0;
    float: left;
    width: 274px;
    min-height: 100px;
    margin-left: 15px;
    margin-right: 20px;
}

    .news-reports-group.four-col li .timestamp {
        display: block;
    }

    .news-reports-group.four-col li .disclaimer {
        display: block;
        font-size: 12px;
        color: #999494;
        line-height: 12px;
        text-decoration: none;
    }

    .news-reports-group.four-col li.last {
        margin-right: 0;
    }

.news-reports-group.four-col .list-none li {
    width: 289px;
    margin-left: 0;
}

/*News Reports - End*/
/*Promo Carousel - Start*/
.promo-carousel-group {
    position: relative;
}

    .promo-carousel-group .promo-carousel-content {
        position: absolute;
        height: 65px;
        bottom: 0;
        width: 100%;
    }

        .promo-carousel-group .promo-carousel-content .right-chevron-red {
            float: initial;
            top: 1px;
        }

        .promo-carousel-group .promo-carousel-content a {
            font-weight: 700;
            position: relative;
            padding-right: 20px;
        }

        .promo-carousel-group .promo-carousel-content h3 {
            color: #fcfcfc;
            padding: 5px 10px 0;
            width: 100%;
        }

        .promo-carousel-group .promo-carousel-content p {
            padding: 5px 10px;
            background: url("../images/bg-carousel-overlay.png") scroll left top transparent;
            height: 100%;
        }

#promo-carousel .bx-wrapper .bx-pager {
    bottom: 0;
    padding: 0;
}

/*Promo Carousel - End*/
/*More Action button hover - Start*/
.tbl-more-action {
    height: 100%;
    float: left;
}

    .tbl-more-action.active {
        background-color: #7f0000;
    }

        .tbl-more-action.active .tbl-menu {
            background-position: -64px -981px;
        }

.search-advance .tbl-more-action.active .tbl-menu {
    background-position: -66px -224px;
}

.tbl-more-action ul {
    overflow: hidden;
    display: none;
    position: absolute;
    background: #fcfcfc;
    z-index: 2;
    box-shadow: 0px 0px 4px #ccc6c6;
}

    .tbl-more-action ul li {
        display: block;
        /*padding: 5px 20px;*/
        border-bottom: 1px solid #ccc6c6;
        /*border-left: 3px solid $softWhite;*/
        text-align: left;
    }

        .tbl-more-action ul li a, .tbl-more-action ul li span {
            color: #666363;
            font-weight: 400;
            padding: 5px 20px;
            display: block;
        }

            .tbl-more-action ul li a:hover, .tbl-more-action ul li span:hover {
                text-decoration: none;
            }

        .tbl-more-action ul li:hover {
            /*border-left-color: $red;*/
            background-color: #f7f2f2;
        }

    .tbl-more-action ul.active {
        display: block;
    }

.tbl-more-action.tbl-hamberger {
    margin-left: 7px;
}

    .tbl-more-action.tbl-hamberger .icons.tbl-menu {
        margin: 5px 3px;
    }

    .tbl-more-action.tbl-hamberger.mLeft-20 {
        margin-left: 20px;
    }

/*More Action button hover - End*/
/*Tabs - Start*/
.soft-shadow {
    -webkit-box-shadow: 0 1px 10px #ccc6c6;
    -moz-box-shadow: 0 1px 10px #ccc6c6;
    box-shadow: 0 1px 10px #ccc6c6;
    width: 100%;
}

.nav-tabs-main {
    position: relative;
    margin: 0 auto;
    background: #f5f5f5;
    /*overflow: hidden;*/
}

    .nav-tabs-main .nav {
        margin-top: auto;
    }

    .nav-tabs-main .nav-tabs {
        position: relative;
        width: 100%;
        display: block;
        margin-bottom: 0;
    }

        .nav-tabs-main .nav-tabs.eight-tabs > li {
            width: 12.5%;
        }

        .nav-tabs-main .nav-tabs.two-tabs > li {
            width: 49%;
        }

            .nav-tabs-main .nav-tabs.two-tabs > li a {
                padding: 10px;
            }

        .nav-tabs-main .nav-tabs.three-tabs > li {
            width: 32.65%;
        }

            .nav-tabs-main .nav-tabs.three-tabs > li a {
                padding: 10px;
            }

        .nav-tabs-main .nav-tabs.four-tabs > li {
            width: 24.333%;
        }

            .nav-tabs-main .nav-tabs.four-tabs > li a {
                padding: 10px;
                height: 60px;
            }

        .nav-tabs-main .nav-tabs.five-tabs > li {
            width: 17%;
        }

            .nav-tabs-main .nav-tabs.five-tabs > li a {
                padding: 20px 10px;
            }

        .nav-tabs-main .nav-tabs > li {
            float: left;
            border-left: 1px solid #DEDAD5;
        }

            .nav-tabs-main .nav-tabs > li:first-child {
                border-left: none;
            }

                .nav-tabs-main .nav-tabs > li:first-child a {
                    border-left: none;
                }

            .nav-tabs-main .nav-tabs > li.active {
                background: #ffffff;
            }

                .nav-tabs-main .nav-tabs > li.active a {
                    border-bottom: 2px solid #cc0000;
                }

            .nav-tabs-main .nav-tabs > li a {
                display: inline-block;
                padding: 20px 0;
                width: 100%;
                border-right: none;
                text-align: center;
                line-height: 20px;
            }

            .nav-tabs-main .nav-tabs > li.borderRight {
                border-right: 1px solid #DEDAD5;
            }

        .nav-tabs-main .nav-tabs.nav-adding > li {
            border-left-width: 0;
            position: relative;
            max-width: 186px;
            width: 186px;
        }

            .nav-tabs-main .nav-tabs.nav-adding > li a {
                padding: 20px 10px;
                text-align: left;
                border-right: 1px solid #ccc6c6;
                min-height: 84px;
            }

                .nav-tabs-main .nav-tabs.nav-adding > li a.nav-add-stock {
                    padding-top: 30px;
                    width: 60px !important;
                }

                    .nav-tabs-main .nav-tabs.nav-adding > li a.nav-add-stock.border-0 {
                        border-right: 0px;
                    }

                    .nav-tabs-main .nav-tabs.nav-adding > li a.nav-add-stock .add-stock {
                        font-size: 30px;
                        position: relative;
                        top: -6px;
                        left: 1px;
                        text-align: center;
                    }

            .nav-tabs-main .nav-tabs.nav-adding > li .close {
                position: absolute;
                right: 0;
                top: 0;
                cursor: pointer;
            }

            .nav-tabs-main .nav-tabs.nav-adding > li.nav-add-stock {
                width: 60px !important;
            }

                .nav-tabs-main .nav-tabs.nav-adding > li.nav-add-stock.border-0 {
                    border-right: 0px;
                }

                .nav-tabs-main .nav-tabs.nav-adding > li.nav-add-stock .add-stock {
                    font-size: 30px;
                    position: relative;
                    top: -6px;
                    left: 1px;
                }

.nav-tabs-content > .tab-pane {
    display: none;
}

.nav-tabs-content > .active {
    display: block;
}

/*Tabs - End*/
/*Nav bar - Start*/
.nav {
    padding-left: 0;
    margin-bottom: 20px;
    list-style: none;
    /*margin-top: -10px;*/
    min-width: 400px;
}

    .nav > li {
        display: block;
        float: left;
    }

        .nav > li.hide {
            display: none;
        }

        .nav > li > a {
            display: block;
            padding: 5px 10px;
            line-height: 1.428571429;
            border-right: 1px solid #ccc6c6;
            font-weight: 700;
            color: #999494;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                color: #C00;
                text-decoration: none;
            }

                .nav > li > a:hover span.lbl-val, .nav > li > a:focus span.lbl-val {
                    color: #999494;
                }

        .nav > li span {
            display: block;
            font-size: 12px;
        }

            .nav > li span.lbl-val {
                color: #999494;
            }

        .nav > li strong.lbl-val {
            color: #999494;
        }

        .nav > li:first-child a {
            border-left: 1px solid #DEDAD5;
        }

        .nav > li.active > a, .nav > li.activea:hover, .nav > li.activea:focus {
            border-bottom: 2px solid #cc0000;
            color: #7F0000;
        }

        .nav > li > a.active {
            border-bottom: 2px solid #cc0000;
            color: #7F0000;
        }

/*Nav bar - End*/
/*Input textbox, radio , checkbox, password- Start*/
input[type="radio"], input[type="checkbox"] {
    margin: 0;
    padding: 0;
    height: 16px;
    width: 16px;
    line-height: normal;
    cursor: pointer;
}

input[type="radio"] {
    position: relative;
    float: left;
    display: inline-block;
    background-color: #fafafa;
    border: 1px solid #cacece;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

    input[type="radio"]:checked:after {
        position: absolute;
        top: 3px;
        left: 3px;
        content: ' ';
        width: 8px;
        height: 8px;
        background-color: #000;
        font-size: 32px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }

    input[type="radio"].mRight-5 {
        margin-right: 5px;
    }

input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    border-radius: 2px;
    display: inline-block;
    position: relative;
}

    input[type="checkbox"]:checked:after {
        content: '\2714';
        font-size: 12px;
        position: absolute;
        top: 0;
        left: 2px;
        color: #000;
    }

input[type=checkbox][disabled=disabled] {
    opacity: .5;
    filter: alpha(opacity=50);
    background-color: #f5f5f5;
}

input[type="text"], input[type="password"] {
    padding: 5px 10px 4px;
    border: 1px solid #ccc;
    background: #ffffff;
    /*line-height: 25px;*/
    line-height: normal;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 36px;
}

    input[type="text"].big, input[type="password"].big {
        /*line-height: 25px;*/
        line-height: normal;
        height: 36px;
    }

    input[type="text"].error-input, input[type="password"].error-input {
        border: 1px solid #cc0000;
    }

    input[type="text"].disabled, input[type="password"].disabled {
        background: #f5f5f5;
        color: #ccc;
    }

    input[type="text"].align-right, input[type="password"].align-right {
        text-align: right;
    }

/*Input textbox, radio , checkbox - Start*/
/*Top down Menu - Start*/
.dropdown-group {
    position: relative;
    float: left;
}

.top-down-menu {
    top: 45px;
    right: 0;
    min-width: 160px;
    padding: 0;
    margin: 0;
    background: #fff;
    border-radius: 0;
    display: none;
    border-top: 3px solid #ccc6c6;
}

    .top-down-menu li {
        border-left: 3px solid transparent;
        border-bottom: 1px solid #ccc6c6;
    }

        .top-down-menu li:last-child {
            border-bottom: 0;
        }

        .top-down-menu li:hover, .top-down-menu li.active {
            border-left: 3px solid #cc0000;
        }

            .top-down-menu li:hover a, .top-down-menu li.active a {
                color: #cc0000;
            }

        .top-down-menu li a {
            color: #999494;
            font-weight: 700;
            padding: 10px 20px;
            display: block;
            cursor: pointer;
            text-decoration: none;
        }

#dropdownTop20.top-down-menu {
    top: 30px;
}

/*Top down Menu - End*/
/*Toggle Buttons - Start*/
.toggle-btn-group {
    float: right;
}

    .toggle-btn-group > label {
        float: left;
        font-weight: 700;
        display: inline-block;
        line-height: 28px;
        margin-right: 10px;
    }

    .toggle-btn-group .toggle-btn {
        width: 125px;
        float: left;
    }

        .toggle-btn-group .toggle-btn label {
            width: 50%;
            float: left;
            display: inline-block;
            height: 100%;
            line-height: 26px;
            font-weight: 700;
            background-color: #ededed;
            text-align: center;
            border-bottom: 1px solid #cacaca;
            border-top: 1px solid #ededed;
            color: #cacaca;
            font-size: 18px;
            cursor: pointer;
        }

            .toggle-btn-group .toggle-btn label.active {
                background-color: #666363;
                border-bottom-color: #666363;
                border-top-color: #575454;
                color: #fcfcfc;
            }

            .toggle-btn-group .toggle-btn label > label {
                display: none;
            }

        .toggle-btn-group .toggle-btn input[type=radio] {
            position: absolute;
            z-index: -1;
            filter: alpha(opacity=0);
            opacity: 0;
        }

    .toggle-btn-group.disabled .toggle-btn {
        opacity: .5;
    }

        .toggle-btn-group.disabled .toggle-btn label {
            cursor: default;
        }

    .toggle-btn-group.disabled > label {
        color: #ccc;
    }

.dropdown-toggle {
    cursor: pointer;
}

.show.dropdown-menu {
    display: block;
    right: 0 !important;
    left: auto !important;
}

    .show.dropdown-menu.dropdown-menu-end {
        right: 0 !important;
        left: auto !important;
    }


/*Toggle Buttons - End*/
/*Right gray box - Start*/
.right-group-box {
    padding: 20px;
    background-color: #f4f0ea;
}

    .right-group-box .right-group-header {
        margin-bottom: 20px;
    }

        .right-group-box .right-group-header h3 {
            border-bottom: 1px dotted #ccc6c6;
            margin-bottom: 20px;
            padding-bottom: 10px;
        }

        .right-group-box .right-group-header .icons {
            float: right;
        }

        .right-group-box .right-group-header.mBot-10 {
            margin-bottom: 10px;
        }

    .right-group-box .right-group-content .lbl-val {
        float: right;
    }

        .right-group-box .right-group-content .lbl-val .close {
            position: relative;
            top: 2px;
            margin-left: 5px;
        }

    .right-group-box .right-group-content h3 {
        margin-bottom: 10px;
    }

    .right-group-box .right-group-content .right-group-summary {
        margin: 15px 0;
    }

.right-group-actions {
    clear: both;
    overflow: hidden;
}

    .right-group-actions .btn {
        width: 100%;
        margin-bottom: 5px;
    }

    .right-group-actions .txt-link {
        float: right;
        margin: 10px 0 0;
    }

/*Right gray box - Start*/
/*Full Section Layout - Start*/
.two-col-layout {
    overflow: hidden;
}

    .two-col-layout .col-box {
        width: 50%;
        float: left;
    }

.three-col-layout .col-box {
    float: left;
    width: 392px;
    margin-right: 20px;
}

    .three-col-layout .col-box.last {
        margin-right: 0px;
    }

.four-col-layout {
    overflow: hidden;
}

    .four-col-layout .col-box {
        float: left;
        width: 289px;
        margin-right: 20px;
    }

        .four-col-layout .col-box.last {
            margin-right: 0px;
        }

.six-col-layout {
    overflow: hidden;
}

    .six-col-layout .col-box {
        float: left;
        width: 186px;
        margin-right: 20px;
    }

        .six-col-layout .col-box.last {
            margin-right: 0px;
        }

/*Full Section Layout - End*/
/*Gray Box content in the header - Start*/
.gray-box {
    border-bottom: 2px solid #ccc6c6;
    background-color: #f4f0ea;
    padding: 20px;
}

    .gray-box p {
        padding: 5px 0;
    }

        .gray-box p label {
            font-weight: 700;
        }

/*Gray Box content in the header - End*/
/*Group button - Start*/
.toggle-group {
    width: 100%;
    overflow: hidden;
    padding: 16px 0 0;
    border-top: 1px solid #ccc6c6;
    text-align: center;
}

    .toggle-group .btn-toggle {
        display: inline-block;
        text-align: center;
        font-weight: 700;
        color: #666363;
        padding: 4px 10px;
        background: #f4f0ea;
        border-bottom: 1px solid #ccc;
        line-height: 19px;
    }

        .toggle-group .btn-toggle:hover {
            background-color: #E9E6E1;
            text-decoration: none;
        }

.show-more-group {
    width: 100%;
    overflow: hidden;
    padding: 16px 0;
    text-align: center;
}

    .show-more-group a {
        color: #666363;
        font-weight: bold;
    }

        .show-more-group a:hover {
            text-decoration: none;
        }

.links-group {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
}

    .links-group a {
        color: #cc0000;
        font-weight: 700;
    }

/*Group button - End*/
/*Pagination Graph - Start*/
.pagination-graph {
    margin-top: 20px;
}

    .pagination-graph .nav {
        margin-bottom: 0px;
    }

        .pagination-graph .nav > li {
            border-top: 1px solid #ccc6c6;
            border-bottom: 1px solid #ccc6c6;
            background-color: #f4f0ea;
        }

            .pagination-graph .nav > li.active > a {
                border-bottom: none;
                background-color: #fcfcfc;
            }

            .pagination-graph .nav > li.active, .pagination-graph .nav > li:hover {
                background-color: #fcfcfc;
            }

            .pagination-graph .nav > li > a.active {
                border-bottom: none;
                background-color: #fcfcfc;
            }

/*Pagination Graph - End*/
/* Tables - Start*/
.tbl-content thead tr .header .ico-sorter {
    cursor: pointer;
    width: 100%;
    height: 9px;
    display: block;
}

.tbl-content thead tr .header {
    text-decoration: underline;
    cursor: pointer;
    min-width: 50px;
}

    .tbl-content thead tr .header.headerarrow {
        min-width: 25px;
        width: 25px;
    }

    .tbl-content thead tr .header.align-left .ico-sorter {
        background-position: -13px top;
    }

.tbl-content thead tr .tablesorter-headerDesc {
    background: #CCC6C6;
}

    .tbl-content thead tr .tablesorter-headerDesc .ico-sorter {
        background: url("../images/asc.gif") no-repeat right top;
    }

.tbl-content thead tr .tablesorter-headerAsc {
    background: #CCC6C6;
}

    .tbl-content thead tr .tablesorter-headerAsc .ico-sorter {
        background: url("../images/desc.gif") no-repeat right top;
    }

.tbl-content.tbl-two thead tr .tablesorter-headerAsc {
    background: none transparent;
}

.tbl-content.tbl-two thead tr .tablesorter-headerDesc {
    background: none transparent;
}

/* Tables - End*/
/*Dropdown - Start*/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

    select.multiple {
        padding: 10px 5px 0;
    }

        select.multiple.ht-140 {
            height: 160px;
        }

    select::-ms-expand {
        display: none;
    }

.customDropdown {
    min-width: 83px;
    max-width: 392px;
    height: 36px;
    padding: 0;
    margin: 0;
    line-height: 36px;
    overflow: hidden;
    border: 1px solid #ccc;
    background: url("../images/selectarrow.png") no-repeat scroll right center white;
}

    .customDropdown select {
        padding: 0;
        background: none transparent;
        margin: 0px;
        color: #100F0F;
        font-size: 14px;
        border: none;
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        height: 36px;
        line-height: 36px;
        display: inline-block;
        width: 100%;
    }

        .customDropdown select.grid_1, .customDropdown select.grid_2, .customDropdown select.grid_3, .customDropdown select.grid_4, .customDropdown select.grid_5 {
            box-sizing: border-box;
            padding-right: 35px;
        }

    .customDropdown.big {
        height: 36px;
        line-height: 30px;
    }

        .customDropdown.big select {
            height: 36px;
            line-height: 36px;
        }

    .customDropdown.mWidth-4 {
        max-width: 392px;
    }

/*Dropdown - End*/

span#labelHere {
    display: inline;
}

.tbl-one td.holdingsRowHeight {
    height: 28px
}



/*
 *@Title: DBS Vickers
 *@Author: Team SS dbs (Redford Sumcad,Neeraj Guatam)
 *@Desc: Treasures themes
 */

/*Footer Styles - Start*/
.header-divider {
    padding-top: 124px; /*iwealth*/
}

.btn.btn-primary {
    color: #fcfcfc;
    background-color: #6c6f70;
    border-bottom: 1px solid #5e5e64;
}

    .btn.btn-primary:hover {
        background-color: #65666a;
    }

.mega-menu {
    width: 100%; /*iwealth*/
    left: 0; /*iwealth*/
    -webkit-box-shadow: 0 1px 2px #c0c0c0; /*iwealth*/
    -moz-box-shadow: 0 1px 2px #c0c0c0; /*iwealth*/
    box-shadow: 0 1px 2px #c0c0c0; /*iwealth*/
    background: #000;
    margin-bottom: 8px;
    position: fixed;
    top: 0px !important;
    z-index: 20000;
}

    .mega-menu .navbar-links {
        float: left;
        padding-top: 25px; /*iwealth*/
        margin-left: 40px;
        height: 70px;
    }

        .mega-menu .navbar-links.new-nav-collapse {
            height: 32px;
            padding-top: 14px; /*iwealth*/
            margin-left: 0px;
        }

        .mega-menu .navbar-links.up-caret-new ul li .up-caret {
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid white;
            bottom: -16px; /*iwealth*/
        }

        .mega-menu .navbar-links ul {
            height: 100%;
            padding: 0;
            margin: 0;
        }

            .mega-menu .navbar-links ul li {
                margin-right: 32px;
                display: inline-block;
                height: 100%;
                position: relative;
            }

                .mega-menu .navbar-links ul li a:hover {
                    color: #ee1818;
                }

                .mega-menu .navbar-links ul li .up-caret {
                    display: none;
                    width: 0;
                    height: 0;
                    border-left: 8px solid transparent;
                    border-right: 8px solid transparent;
                    border-bottom: 8px solid white;
                    margin: 0 auto;
                    position: absolute;
                    bottom: 0px; /*iwealth*/
                    right: 0;
                    left: 0;
                }

                .mega-menu .navbar-links ul li a {
                    text-decoration: none;
                    color: #ffffff;
                    font-weight: 400;
                    font-size: 16px; /*iwealth*/
                }

    .mega-menu .navbar-top {
        min-height: 35px;
        border-bottom: 0px solid #cc0000; /*iwealth*/
        width: 1256px; /*iwealth*/
        margin: 0 auto; /*iwealth*/
    }

        .mega-menu .navbar-top .logo {
            float: left;
            width: 107px;
        }

            .mega-menu .navbar-top .logo .img-logo {
                background: url("../images/themes/treasures/bg-dbs-logo.png") no-repeat center left; /*iwealth*/
                display: block;
                height: 70px;
                width: 125px; /*iwealth*/
                /*margin-left: 20px;*/
            }

            .mega-menu .navbar-top .logo .img-logo-min {
                background: url("../images/themes/treasures/dbs-logo-min.png") no-repeat;
                width: 20px;
                height: 20px;
                display: none;
                margin: 15px 0 0 20px;
            }

        .mega-menu .navbar-top .menu ul li {
            float: left;
            display: block;
            height: 100%;
            /*padding: 0 12px;*/ /*iwealth*/
            padding: 0 7px;
            position: relative;
        }

            .mega-menu .navbar-top .menu ul li > a {
                color: #fcfcfc;
                font-weight: 400;
                overflow: hidden;
                padding-top: 25px; /*iwealth*/
                display: block;
                outline: none;
            }

                .mega-menu .navbar-top .menu ul li > a:hover {
                    text-decoration: none;
                    color: #ee1818; /*iwealth*/
                }

                    .mega-menu .navbar-top .menu ul li > a:hover .icons.sitemap {
                        /*iwealth*/
                        background-position: -111px -219px;
                    }

                    .mega-menu .navbar-top .menu ul li > a:hover .icons.profile {
                        /*iwealth*/
                        background-position: -111px -243px;
                    }

                    .mega-menu .navbar-top .menu ul li > a:hover .icons.back {
                        /*iwealth*/
                        background-position: -111px -294px;
                    }

            .mega-menu .navbar-top .menu ul li.logout, .mega-menu .navbar-top .menu ul li.back {
                background-color: #FF3333; /*iwealth*/
            }

                .mega-menu .navbar-top .menu ul li.logout:hover {
                    background-color: #ee1818; /*iwealth*/
                }

            .mega-menu .navbar-top .menu ul li.active, .mega-menu .navbar-top .menu ul li:hover {
                background: none; /*iwealth*/
            }

            .mega-menu .navbar-top .menu ul li.first {
                border: none;
            }

        .mega-menu .navbar-top .menu .sub-nav-menu {
            display: none;
            z-index: 2000;
            position: absolute;
            top: 70px;
            width: 260px;
            right: 0px;
            background: #fff;
            -webkit-box-shadow: 0 5px 10px #999494;
            -moz-box-shadow: 0 5px 10px #999494;
            box-shadow: 0 5px 10px #999494;
        }

/*mega-menu*/
.dls-header-placeholder {
    width: 100%; /* position: fixed;*/
    margin: 0 auto;
    top: 0px;
    z-index: 10;
    background: #fff; /*iwealth*/
}

    .dls-header-placeholder .main-navigation {
        position: relative;
        z-index: 2;
        font-size: 18px;
        font-weight: 700;
        width: 1256px; /*iwealth*/
        margin: 0 auto;
        margin-bottom: 0px;
    }

        .dls-header-placeholder .main-navigation ul li {
            background: #fff; /*iwealth*/
            background-color: #fff;
        }

            .dls-header-placeholder .main-navigation ul li:hover h4, .dls-header-placeholder .main-navigation ul li:hover h4 a {
                color: #ff3333; /*iwealth*/
            }

            .dls-header-placeholder .main-navigation ul li:hover {
                background-color: #fff;
                color: #100f0f;
            }

                .dls-header-placeholder .main-navigation ul li:hover .button-wrapper {
                    border-bottom: 5px solid Transparent; /*iwealth*/
                }

        .dls-header-placeholder .main-navigation ul div.active .button-wrapper {
            color: #7f0000;
            border-bottom: 5px solid #ff3333; /*iwealth*/
        }

        .dls-header-placeholder .main-navigation ul li:hover h4 {
            color: #cc0000;
        }

        .dls-header-placeholder .main-navigation ul li h4 {
            margin: 0;
            font-size: 18px;
            line-height: 20px;
            color: #000; /*iwealth*/
            display: block;
            font-weight: 700;
        }

        .dls-header-placeholder .main-navigation ul li .active h4 {
            color: #ff3333; /*iwealth*/
        }

            .dls-header-placeholder .main-navigation ul li .active h4 > a {
                color: #ff3333; /*iwealth*/
            }

        .dls-header-placeholder .main-navigation ul li .small {
            font-weight: bold;
            font-size: 11px;
            line-height: 13px;
            color: #909090; /*iwealth*/
            display: block;
        }

        .dls-header-placeholder .main-navigation ul li .submenulist-wrapper.active h4 > a {
            color: #000; /*iwealth*/
        }

        .dls-header-placeholder .main-navigation ul li .button-wrapper {
            border-bottom: 5px solid #fff;
        }

        .dls-header-placeholder .main-navigation ul li .submenulist-wrapper h4 > a {
            color: #100f0f;
        }

            .dls-header-placeholder .main-navigation ul li .submenulist-wrapper h4 > a:hover {
                text-decoration: none;
                color: #cc0000;
            }

        .dls-header-placeholder .main-navigation ul li .submenulist-wrapper.active h4 > a, .dls-header-placeholder .main-navigation ul li .submenulist-wrapper.active h4 {
            color: #cc0000;
        }

        .dls-header-placeholder .main-navigation ul li .submenulist-wrapper.active .button-wrapper {
            border-color: #cc0000;
        }

        .dls-header-placeholder .main-navigation .soft-shadow {
            background: #fff;
        }

.mega-menu .navbar-top .menu ul li.logout, .mega-menu .navbar-top .menu ul li.back {
    background-color: #FF3333; /*iwealth*/
}

    .mega-menu .navbar-top .menu ul li.logout:hover {
        background-color: #ee1818; /*iwealth*/
    }

    .mega-menu .navbar-top .menu ul li.logout a:hover {
        color: #fff;
    }
/*Icons - Start*/

.icons {
    background: url("../images/themes/treasures/icons-wt.png") no-repeat scroll left top transparent;
    display: inline-block;
}

    .icons.profile {
        background-position: -111px -114px; /*iwealth*/
        height: 20px;
        width: 20px;
        float: left;
        margin-top: 0;
    }

    .icons.logout {
        background-position: -111px -34px; /*iwealth*/
        height: 20px;
        width: 20px;
        float: left;
        position: relative;
        top: -2px;
        margin-right: 10px;
    }

    .icons.back {
        background-position: -111px -271px; /*iwealth*/
        height: 20px;
        width: 20px;
        float: left;
    }

    .icons.settings2 {
        background-position: -111px -323px;
        width: 20px;
        height: 20px;
    }

        .icons.settings2:hover {
            background-position: -111px -349px;
        }

    .icons.sitemap {
        background-position: -111px -89px; /*iwealth*/
        height: 20px;
        width: 20px;
        float: right;
    }

span.button-text {
    position: relative;
    /*top: -4px; iwealth*/
    line-height: 14px;
}

/*Icons - End*/


/*
******************** Footer Style *********************
*/

.footer .footer-content .five-col-layout {
    padding: 0 20px;
}

    .footer .footer-content .five-col-layout .col-box h3 {
        color: #fcfcfc;
        text-decoration: none;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 25px;
        font-weight: 700;
    }

    .footer .footer-content .five-col-layout .col-box h4 {
        color: #c0c0c0;
        text-decoration: none;
        margin-top: 4px;
        margin-bottom: 8px;
    }

    .footer .footer-content .five-col-layout .col-box ul {
        list-style-type: square;
        list-style-position: inside;
        margin-top: 16px;
    }

        .footer .footer-content .five-col-layout .col-box ul li {
            color: #cc0000;
            list-style: none;
            margin-bottom: 8px;
            line-height: normal;
        }

            .footer .footer-content .five-col-layout .col-box ul li a {
                color: #fff;
            }

                .footer .footer-content .five-col-layout .col-box ul li a:hover {
                    color: #ee1818;
                    text-decoration: none;
                }

        .footer .footer-content .five-col-layout .col-box ul label {
            color: #ccc6c6;
        }

    .footer .footer-content .five-col-layout .col-box.last {
        text-align: left;
    }

        .footer .footer-content .five-col-layout .col-box.last p {
            color: #fff;
        }

        .footer .footer-content .five-col-layout .col-box.last a:hover {
            text-decoration: none;
        }

    .footer .footer-content .five-col-layout .reuters-box {
        margin: 20px 0 10px;
    }

        .footer .footer-content .five-col-layout .reuters-box h4 {
            margin-bottom: 10px;
        }

        .footer .footer-content .five-col-layout .reuters-box a {
            color: #ccc6c6;
            line-height: 37px;
        }

    .footer .footer-content .five-col-layout .footer-search {
        overflow: hidden;
        margin: 20px 0 30px;
        float: left;
    }

        .footer .footer-content .five-col-layout .footer-search label {
            display: block;
            color: #fcfcfc;
            margin-bottom: 10px;
            text-align: left;
        }

        .footer .footer-content .five-col-layout .footer-search .txtbox-search {
            width: 155px;
            float: left;
            height: 36px;
            line-height: normal;
        }

        .footer .footer-content .five-col-layout .footer-search .btn-search {
            float: left;
            width: 31px;
            background: #fff;
            border: none;
            height: 36px;
            padding: 0 8px;
        }

.five-col-layout {
    overflow: hidden;
}

    .five-col-layout .col-box {
        float: left;
        width: 225px;
        margin-right: 20px;
    }

        .five-col-layout .col-box.last {
            margin-right: 0px;
        }

/* End Of footer style */


/*
********************** ADDING FONT FACE ************************
*/
@font-face {
    font-family: 'Public_Sans';
    src: url("../fonts/Public_Sans/PublicSans-Regular.woff") format("woff"),url("../fonts/Public_Sans/PublicSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Public_Sans';
    src: url("../fonts/Public_Sans/PublicSans-Light.woff") format("woff"),url("../fonts/Public_Sans/PublicSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Public_Sans';
    src: url("../fonts/Public_Sans/PublicSans-Medium.woff") format("woff"),url("../fonts/Public_Sans/PublicSans-Medium.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "dbsicons";
    src: url("../../fonts/dbsicons.eot");
    src: url("../../fonts/dbsicons.eot?#iefix") format("embedded-opentype"), url("../../fonts/dbsicons.woff") format("woff"), url("../../fonts/dbsicons.ttf") format("truetype"), url("../../fonts/dbsicons.svg#dbsicons") format("svg");
    font-weight: normal;
    font-style: normal
}
/*
************************ ICON REFERENCES **********************
*/
.header-navigation .icons,
.header-navigation .header-nav-icon {
    background: url(../../Images/themes/dbs/icons-wt.png) no-repeat scroll left top transparent;
    display: inline-block;
    margin-left: 10px;
    width: 20px;
    height: 20px;
}

.icons.settings2 {
    background-position: -111px -323px;
}

    .icons.settings2:hover {
        background-position: -111px -349px;
    }

.icons.logout {
    background-position: -111px -34px;
}

.icons.sitemap {
    background-position: -111px -89px;
}

    .icons.sitemap:hover {
        background-position: -111px -219px;
    }

/*
****************** GENERIC CSS FOR THE SITE *******************
*/
body.ibanking {
    margin: 10px 0 0 0;
    font-family: "Public_Sans", "Noto_Sans_TC", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #100f0f;
    line-height: 20px;
    background: url('../../Images/bg.png') repeat;
    background-color: #e7e7e7;
}

/*
*************** CSS FOR SITE HEADER ****************************
*/
.header-placeholder {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10
}

    .header-placeholder .container {
        width: 100%;
        padding: 0;
    }

.navbar, .navbar.navbar-fixed-top {
    box-shadow: none; /*iwealth*/
    background: #000; /*iwealth*/
}

    .navbar .navbar-inner,
    .navbar.navbar-fixed-top .navbar-inner {
        padding: 0 !important;
    }

    .navbar .navbar-inner {
        padding: 15px 0;
        z-index: 1000;
        width: 980px;
        margin: 0 auto;
    }

        .navbar .navbar-inner .header-navigation,
        .navbar.navbar-fixed-top .navbar-inner .header-navigation {
            position: relative;
            z-index: 1000
        }

            .navbar .navbar-inner .header-navigation .header-menu,
            .navbar.navbar-fixed-top .navbar-inner .header-navigation .header-menu {
                margin: 0;
                padding: 0;
                list-style: none
            }

                .navbar .navbar-inner .header-navigation .header-menu .submenulist,
                .navbar.navbar-fixed-top .navbar-inner .header-navigation .header-menu .submenulist {
                    position: relative;
                    padding-right: 12px; /*iwealth*/
                    height: 100%;
                    color: #fcfcfc;
                    border-left: 0px;
                    cursor: pointer;
                }

                    .navbar .navbar-inner .header-navigation .header-menu .submenulist.last-child span {
                        margin-right: 10px;
                    }

                    .navbar .navbar-inner .header-navigation .header-menu .submenulist:first-child,
                    .navbar.navbar-fixed-top .navbar-inner .header-navigation .header-menu .submenulist:first-child {
                        border-left: 0
                    }

                    .navbar .navbar-inner .header-navigation .header-menu .submenulist.last-child,
                    .navbar.navbar-fixed-top .navbar-inner .header-navigation .header-menu .submenulist.last-child {
                        padding-left: 12px; /*iwealth*/
                        padding-right: 12px; /*iwealth*/
                        background: #FF3333; /*iwealth*/
                    }

                        .navbar .navbar-inner .header-navigation .header-menu .submenulist.last-child:hover,
                        .navbar.navbar-fixed-top .navbar-inner .header-navigation .header-menu .submenulist.last-child :hover {
                            background: #ee1818; /*iwealth*/
                        }

                        .navbar .navbar-inner .header-navigation .header-menu .submenulist.last-child .header-nav-icon {
                            margin-left: 10px;
                        }

                .navbar .navbar-inner .header-navigation .header-menu.new-header-menu .submenulist .button-wrapper,
                .navbar.navbar-fixed-top .navbar-inner .header-navigation .header-menu.new-header-menu .submenulist .button-wrapper {
                    height: 30px; /*iwealth*/
                }

                .navbar .navbar-inner .header-navigation .header-menu .submenulist .button-wrapper,
                .navbar.navbar-fixed-top .navbar-inner .header-navigation .header-menu .submenulist .button-wrapper {
                    display: block;
                    padding-top: 25px; /*iwealth*/
                    height: 45px; /*iwealth*/
                    color: #666363;
                    font-size: 14px;
                    border-bottom: 0px !important;
                }

                    .navbar .navbar-inner .header-navigation .header-menu .submenulist .button-wrapper:hover,
                    .navbar.navbar-fixed-top .navbar-inner .header-navigation .header-menu .submenulist .button-wrapper:hover,
                    .navbar .navbar-inner .header-navigation .header-menu .submenulist .button-wrapper:active,
                    .navbar.navbar-fixed-top .navbar-inner .header-navigation .header-menu .submenulist .button-wrapper:active {
                        text-decoration: none
                    }

                .navbar .navbar-inner .header-navigation .header-menu .submenulist .styled-select,
                .navbar.navbar-fixed-top .navbar-inner .header-navigation .header-menu .submenulist .styled-select {
                    top: auto
                }

                    .navbar .navbar-inner .header-navigation .header-menu .submenulist .styled-select.messages-menu,
                    .navbar.navbar-fixed-top .navbar-inner .header-navigation .header-menu .submenulist .styled-select.messages-menu {
                        left: 0
                    }

                    .navbar .navbar-inner .header-navigation .header-menu .submenulist .styled-select.preference-menu,
                    .navbar.navbar-fixed-top .navbar-inner .header-navigation .header-menu .submenulist .styled-select.preference-menu {
                        left: auto;
                        right: 0
                    }

                .navbar .navbar-inner .header-navigation .header-menu .submenulist:hover,
                .navbar.navbar-fixed-top .navbar-inner .header-navigation .header-menu .submenulist:hover,
                .navbar .navbar-inner .header-navigation .header-menu .submenulist:active,
                .navbar.navbar-fixed-top .navbar-inner .header-navigation .header-menu .submenulist:active,
                .navbar .navbar-inner .header-navigation .header-menu .submenulist.active,
                .navbar.navbar-fixed-top .navbar-inner .header-navigation .header-menu .submenulist.active {
                    background: transparent; /*iwealth*/
                }

                .navbar .navbar-inner .header-navigation .header-menu .submenulist.last-child a.button-wrapper {
                    color: #fcfcfc
                }

                .navbar .navbar-inner .header-navigation .header-menu .submenulist:hover .button-wrapper,
                .navbar.navbar-fixed-top .navbar-inner .header-navigation .header-menu .submenulist:hover .button-wrapper {
                    color: #fcfcfc
                }
        /*Fix to hover state of icons 
.navbar .navbar-inner .header-navigation .header-menu .submenulist:hover .preference-ico {
	background-image: url("../../Images/icons/preference.png")
}
.navbar .navbar-inner .header-navigation .header-menu .submenulist:hover .button-wrapper .message-ico, .navbar.navbar-fixed-top .navbar-inner .header-navigation .header-menu .submenulist:hover .button-wrapper .message-ico {
	background-image: url("../../Images/icons/message.png")
}
.navbar .navbar-inner .header-navigation .header-menu .submenulist:hover .sitemap-ico {
	background-image: url("../../Images/icons/Site_Map.png")
}
*/
        .navbar .navbar-inner .img-logo, .navbar.navbar-fixed-top .navbar-inner .img-logo {
            position: relative;
            display: block;
            margin: 0;
            width: 136px;
            height: 70px;
            background: url('../../Images/themes/dbs/bg-dbs-logo.png') no-repeat
        }

        .navbar .navbar-inner .img-logo-min,
        .navbar.navbar-fixed-top .navbar-inner .img-logo-min {
            position: relative;
            margin: 10px 0 0 10px; /*iwealth*/
            float: left;
            width: 30px;
            height: 21px;
            display: none;
            background: url('../../Images/themes/dbs/dbs-logo-min.png') no-repeat
        }

    .navbar .border-bottom,
    .navbar.navbar-fixed-top .border-bottom {
        margin: 0 -10px
    }

        .navbar .border-bottom.thick,
        .navbar.navbar-fixed-top .border-bottom.thick {
            height: 5px
        }

        .navbar .border-bottom.thicker,
        .navbar.navbar-fixed-top .border-bottom.thicker {
            height: 0px; /*iwelath*/
            position: relative;
            z-index: 0
        }

    .navbar.navbar-min .navbar-inner .header-navigation .header-menu .submenulist .styled-select,
    .navbar.navbar-fixed-top.navbar-min .navbar-inner .header-navigation .header-menu .submenulist .styled-select {
        top: 45px
    }

.main-navigation {
    position: relative;
    z-index: 4;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 0;
}

    .main-navigation > div {
        /*width: 1000px;*/
        margin: 0 auto;
    }

    .main-navigation .soft-shadow {
        width: 1000px;
        background: #fff;
        border-bottom: 1px solid #e6e6e6 \9;
        box-shadow: none;
    }

.main-navigationa, .main-navigationa:visited {
    color: #100f0f;
    text-decoration: none
}

.main-navigation ul {
    position: relative;
    color: #100f0f;
    margin: 0;
    margin-left: 0;
    padding: 0
}

    .main-navigation ul li {
        display: inline;
        list-style-type: none;
        float: left;
        text-align: center;
        width: 142.8px;
        background-color: #fff;
        cursor: pointer;
        position: relative
    }

        .main-navigation ul li:first-child .submenulist-wrapper {
            border-left: 0 solid #fff
        }

        .main-navigation ul li:last-child .submenulist-wrapper {
            border-right: 0 solid #fff
        }

        .main-navigation ul li .button-wrapper {
            padding: 12px 0 11px;
            border-bottom: 4px solid #fff; /*iwealth*/
        }

        .main-navigation ul li:hover {
            color: #c00
        }

    .main-navigation ul a:first-child li {
        border-left: 1px solid #fff
    }

    .main-navigation ul li a {
        display: block
    }

        .main-navigation ul li a:hover, .main-navigation ul li a:active {
            text-decoration: none
        }

    .main-navigation ul li h4 {
        margin: 0;
        font-size: 18px;
        line-height: 20px;
        color: #100f0f;
        display: block;
        font-weight: bold
    }

    .main-navigation ul li .submenulist-wrapper.active h4 {
        color: #c00
    }

    .main-navigation ul li .small {
        font-size: 11px;
        line-height: 13px;
        color: #999494;
        display: block;
        font-weight: 400;
    }

    .main-navigation ul div.active .button-wrapper {
        color: #7f0000;
        border-bottom: 5px solid #c00
    }

    .main-navigation ul li:hover h4, .main-navigation ul li.active:hover h4, .main-navigation ul li .submenulist-wrapper.active h4 {
        color: #7f0000 !important;
    }

    .main-navigation ul li.active h4 {
        color: #7f0000
    }

    .main-navigation ul li:hover > a, .main-navigation ul a:hover, .main-navigation ul a:active {
        color: #c00
    }

    .main-navigation ul li.clearfix {
        height: 0
    }

.submenulist.last-child .submenulist-wrapper {
    border-right: 0
}

.submenulist .styled-select {
    position: absolute;
    display: none;
    margin-top: 0;
    left: 0;
    min-width: 163px;
    background-color: white;
    z-index: 1000;
    text-align: left;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2)
}

    .submenulist .styled-select.last-menu {
        left: auto;
        right: 0;
    }

    .submenulist .styled-select a {
        float: none;
        padding: 7px 20px;
        /*border-bottom: 1px solid #e6e6e6;*/
        display: block;
        font-size: 14px;
        line-height: 20px;
        width: auto;
        color: #666363;
        white-space: nowrap;
        text-decoration: none;
        border-left: 1px solid #e6e6e6 \9;
        border-right: 1px solid #e6e6e6 \9;
    }

        .submenulist .styled-select a:hover {
            color: #666363;
            background: #f7f2f2;
            text-decoration: none
        }

        .submenulist .styled-select a:last-child {
            border-bottom: 0;
            border-bottom: 2px solid #CAC7C1 \9;
        }

        .submenulist .styled-select a.active, .submenulist .styled-select a:active {
            color: #7f0000;
            text-decoration: none
        }

.submenulist:hover .button-wrapper, .submenulist:active .button-wrapper, .submenulist.active .button-wrapper {
    color: #c00
}

.submenulist.twoLiner a span.button-text {
    position: relative;
    top: -3px;
    line-height: 14px
}

/****************Navigation Bar Links******************/
.navbar-links {
    float: left;
    padding-top: 27px;
    margin-left: 40px;
    height: 43px;
}

    .navbar-links ul {
        height: 100%;
        padding: 0;
        margin: 0;
    }

        .navbar-links ul li {
            margin-right: 32px;
            display: inline-block;
            height: 100%;
            position: relative;
        }

            .navbar-links ul li a {
                text-decoration: none;
                color: #fff;
                font-weight: 400;
                font-size: 16px;
            }

                .navbar-links ul li a:hover {
                    color: #ee1818;
                }

            .navbar-links ul li .up-caret {
                width: 0;
                height: 0;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-bottom: 8px solid white;
                margin: 0 auto;
                position: absolute;
                bottom: 0px; /*Iwealth*/
                right: 0;
                left: 0;
            }

            .navbar-links ul li.active .up-caret {
                display: inline-block;
                z-index: 9999;
            }

    .navbar-links.new-nav-collapse {
        /*iwealth*/
        height: 30px;
        padding-top: 10px;
    }

    .navbar-links.up-caret-new ul li .up-caret {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid white;
        bottom: 0px;
    }


/*
******************** Footer Style *********************
*/
.footer .footer-content .five-col-layout {
    padding: 0 20px;
}

    .footer .footer-content .five-col-layout .col-box h3 {
        color: #fcfcfc;
        text-decoration: none;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 25px;
        font-weight: 700;
    }

    .footer .footer-content .five-col-layout .col-box h4 {
        color: #c0c0c0;
        text-decoration: none;
        margin-bottom: 0px;
    }

    .footer .footer-content .five-col-layout .col-box ul {
        list-style-type: square;
        list-style-position: inside;
    }

        .footer .footer-content .five-col-layout .col-box ul li {
            color: #cc0000;
            list-style: none;
        }

            .footer .footer-content .five-col-layout .col-box ul li a {
                color: #fff;
            }

                .footer .footer-content .five-col-layout .col-box ul li a:hover {
                    color: #ee1818;
                }

            .footer .footer-content .five-col-layout .col-box ul li div.toggle-button a:hover {
                color: #ffffff;
            }

        .footer .footer-content .five-col-layout .col-box ul label {
            color: #ccc6c6;
        }

    .footer .footer-content .five-col-layout .col-box.last {
        text-align: left;
    }

        .footer .footer-content .five-col-layout .col-box.last p {
            color: #fff;
        }

        .footer .footer-content .five-col-layout .col-box.last a:hover {
            text-decoration: none;
        }

    .footer .footer-content .five-col-layout .reuters-box {
        margin: 20px 0 10px;
    }

        .footer .footer-content .five-col-layout .reuters-box h4 {
            margin-bottom: 10px;
        }

        .footer .footer-content .five-col-layout .reuters-box a {
            color: #ccc6c6;
            line-height: 37px;
        }

    .footer .footer-content .five-col-layout .footer-search {
        overflow: hidden;
        margin: 20px 0 30px;
        float: left;
    }

        .footer .footer-content .five-col-layout .footer-search label {
            display: block;
            color: #fcfcfc;
            margin-bottom: 10px;
            text-align: left;
        }

        .footer .footer-content .five-col-layout .footer-search .txtbox-search {
            width: 155px;
            float: left;
            height: 36px;
            line-height: normal;
        }

        .footer .footer-content .five-col-layout .footer-search .btn-search {
            float: left;
            width: 31px;
            background: #fff;
            border: none;
            height: 36px;
            padding: 0 8px;
        }

.five-col-layout {
    overflow: hidden;
}

    .five-col-layout .col-box {
        float: left;
        width: 225px;
        margin-right: 20px;
    }

        .five-col-layout .col-box.last {
            margin-right: 0px;
        }





/* End Of footer style */

/* language Toggle */

.toggle-button {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    height: 26px;
    display: inline-block;
    background-color: #909090
}

    .toggle-button a {
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
        border-radius: 10px;
        height: 22px;
        min-width: 20px;
        padding: 4px 4px 0;
        float: left;
        color: #ffffff;
        text-align: center;
        margin: 2px
    }

        .toggle-button a:hover {
            color: #fff
        }

        .toggle-button a.active {
            background-color: #f33;
            line-height: 1.1;
            width: 36px;
        }

            .toggle-button a.active:hover {
                color: #fff
            }

.article-box .article-desc a {
    border-bottom: none
}

    .article-box .article-desc a:hover {
        border-bottom-style: none
    }

/* End Of Language toggle */




/*Treasures themes - End*/
