﻿/* 
Developed by Innotech 2017.
Website : http://www.innotech.vn. Email : [info@innotech.vn]
All rights reserved.
--------------------------------------*/
a {
    text-decoration: none !important;
}

.loginHeader .navbar {
    margin-bottom: 0 !important;
}

.linkApp {
    display: none;
    float: right;
    margin-left: 10px;
}

    .linkApp img {
        height: 33px;
    }
/*#aspnetForm{
    background: url(Images/bgslideshow.png) no-repeat center center;
    background-position-y: -70px;
    background-size: 100%;
}*/
.logins {
    padding: 0;
    display: table;
    /*padding-bottom: 90px;*/
    height: 83.4vh;
    width: 100%;
}

    .logins .loginForm {
        /*background: url(Images/bgLogin.png) repeat-x;*/
        /*background-color: #042157;
    background-size: contain;*/
        display: table-cell;
        vertical-align: middle;
    }

        .logins .loginForm .loginImgBg {
            padding: 2px 2px 10px 2px;
            /*background: url(Images/bgslideshow.png) no-repeat center center;*/
            margin: 0;
            /*height: 500px;*/
            background-size: 100%;
        }

.passForm {
    margin: 0 0 100px 0;
    /*background-color: #007ac9;*/
    padding: 30px;
}

.loginForm .titleLogin {
    margin-top: 0;
    margin-bottom: 30px;
}

    .loginForm .titleLogin span {
        color: #05365A;
        font-size: 18px;
        font-weight: bold;
        font-family: Averta-Regular,sans-serif !important;
    }

.img-login-footer {
    width: 100%;
}

.txtInsLogin {
    width: 80%;
    margin-bottom: 10px;
    height: 33px !important;
    padding: 10px 10px !important;
    border-radius: 5px;
    display: inline-block;
}

.btn-login {
    border-radius: 0px;
    width: 110px !important;
    height: 30px;
    padding: 5px 13px !important;
    background-color: #0764a0;
    font-size: 15px !important;
}

.login-header {
    font-size: 30px;
    margin-top: 0px;
    font-family: Averta-Regular,sans-serif !important;
    margin-bottom: 30px;
}

    .login-header span {
        border-bottom: 1.4px solid #ccc;
        /*padding-bottom: 30px;*/
        display: inline-block;
    }

.btn-register {
    font-size: 15px !important;
    color: white !important;
    background-color: #f36420 !important;
    border-radius: 4px;
    height: 40px;
    width: 180px !important;
    vertical-align: middle;
    padding: 10px !important;
    margin-right: 10px;
    text-transform: unset !important;
}

.btn-register-online {
    font-size: 15px !important;
    color: white !important;
    background-color: #f36420 !important;
    border-radius: 4px;
    height: 40px;
    width: 295px !important;
    vertical-align: middle;
    padding: 10px !important;
}

.tdtxtLoginPass {
    position: relative;
}

    .tdtxtLoginPass .keyboardInputInitiator {
        position: absolute;
        right: 5px;
        top: 6px;
        width: 35px;
        font-size: 25px;
    }

table.login_detail .login_btn input[type=button], table.login_detail .login_btn input[type=reset], table.login_detail .login_btn a.btn {
    padding: 10px 15px 10px;
}

    table.login_detail .login_btn input[type=button]:first-child, table.login_detail .login_btn input[type=reset]:first-child, table.login_detail .login_btn a.btn {
        margin-right: 10px;
        font-size: 16px;
    }

.colorBlueLight {
    color: #0764a0 !important;
    font-weight: normal !important;
    font-family: Averta-Regular,sans-serif !important;
}

.loginUtilty {
    padding: 0;
    margin-bottom: 100px;
    margin-left: 50px;
    margin-right: 50px;
}

    .loginUtilty div > div {
        text-align: center;
    }

.utility-title {
    display: inline-block !important;
    color: #05365A !important; /*#0070c9;*/
    font-weight: normal !important;
    font-size: 21px !important;
    font-family: Averta-Regular,sans-serif !important;
    line-height: 27px !important;
    height: 60px !important;
    margin-top: 15px;
    text-align: left;
    padding: 5px;
}

.utility-head {
    font-weight: normal !important;
    font-size: 16px !important;
    font-family: Averta-Regular,sans-serif !important;
    line-height: 20px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left !important;
    padding-left: 5px;
    height: 55px;
}

.loginUtilty a {
    display: inline-block;
    color: #0070c9;
    font-weight: normal;
    font-size: 16px;
    font-family: Averta-Regular,sans-serif !important;
    line-height: 27px;
}

    .loginUtilty a .utilityIco {
        text-align: center;
        height: 75px;
    }

    .loginUtilty a span {
        background: #2c83ee;
        display: inline-block;
        position: relative;
        width: 50px;
        height: 50px;
        padding: 15px;
        line-height: 22px;
        border-radius: 50%;
    }

    .loginUtilty a:hover .utilityIco span:before {
        background-color: #2486ff;
    }

    .loginUtilty a span i {
        color: #fff;
        font-size: 20px;
    }

.captcha {
    height: 27px;
    display: inline-block;
    /*overflow: hidden;*/
    min-width: 100px;
    /*margin-left: 5px;*/
}

    .captcha img {
        width: 100%;
        height: 100%;
    }

.price_notice {
    color: #212121;
}

#i_MarketQuotes {
    position: relative;
}

    #i_MarketQuotes:before {
        position: absolute;
        content: '\f107';
        margin: 0 auto;
        left: 49.6%;
        color: #fff;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -17px;
        width: 30px;
        height: 30px;
        background: #007ac9;
        padding: 9px 0 5px 8px;
        border-radius: 50%;
        z-index: 99;
        cursor: pointer;
        font-size: 20px;
        transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    }

    #i_MarketQuotes:hover:before {
        top: 1px;
        padding: 4px 0 0 7px;
        font-size: 25px;
    }

.i_MarketQuotes:before {
    padding: 0px 0 0px 8px !important;
    line-height: 15px;
    -ms-transform: rotate(900deg) !important;
    -webkit-transform: rotate(900deg) !important;
    transform: rotate(900deg) !important;
}

.i_MarketQuotes:hover:before {
    padding: 0px 0 0 7px !important;
    line-height: 29px !important;
}

.blue-style {
    /*background: #007ac9;*/
    /*background: linear-gradient(-90deg, #115FC5, #AEE4F9);*/
    background-image: -webkit-gradient(linear,left top,right top,from(#0651a4),to(#00abec));
    background-image: linear-gradient(to right,#0651a4,#00abec);
}

#i_header {
    box-shadow: 0 10px 20px rgba(0,0,0,0.05), 0 6px 6px rgba(0,0,0,0.05);
}

.nopading {
    padding: 0;
    background: #fff;
}

.StockQuote .add_stock {
    background: #212121;
}

.tabAddStockNav {
    border-bottom: 2px solid #2196F3;
}

    .tabAddStockNav ul {
        margin: 0;
        background: none;
        height: auto;
    }

    .tabAddStockNav > ul > li {
        display: inline-block;
        border-radius: 5px 5px 0 0;
    }

        .tabAddStockNav > ul > li .add_stock_m1, .add_stock_m2 {
            margin: 0;
            float: initial;
        }

            .tabAddStockNav > ul > li .add_stock_m1 #page-wrap .dropdown {
                background: transparent;
                height: auto;
                display: inline-block;
            }

                .tabAddStockNav > ul > li .add_stock_m1 #page-wrap .dropdown > li {
                    width: auto;
                }

                    .tabAddStockNav > ul > li .add_stock_m1 #page-wrap .dropdown > li a {
                        background: #2196F3;
                        font-size: 13px;
                        text-transform: uppercase;
                        color: #fff;
                        padding: 5px;
                    }

.pricebarright .btn-primary {
    background: #2196f3;
    border: none;
    padding: 5px;
    float: left;
    margin: 0 5px 0 0;
}

.pricebarright ul .price-nav {
    display: inline;
    float: left;
}

    .pricebarright ul .price-nav a {
        background: #2196f3;
        padding: 5px 15px;
        font-size: 13px;
        color: #fff !important;
    }

.priceBoardTab {
    padding-top: 2px;
}

.dropdownPriboardtab {
    display: none;
}

.contenOptionPBct {
    border-bottom: 2px solid #007ac9;
    padding-bottom: 1px;
}

.contenOptionPB {
    padding: 10px 0px 2px 0px;
    margin: 0;
}

.contentOptionItemPB, .contentOptionItemPBFOS {
    position: relative;
    /*margin-right: 7px;*/
    max-height: 30px;
    display: inline-block;
    height: 27px;
    /*margin-left: 7px;*/
}

    .contentOptionItemPB img {
        padding: 5px 0;
    }

.fl {
    float: left !important;
}

.fr {
    float: right;
}

.menuTab {
    margin: 0;
    padding: 0;
}

    .menuTab li {
        float: left;
        display: inline-block;
        margin: 0;
    }

    .menuTab > li {
        display: inline-block;
        margin-right: 2px;
        color: #333;
        border: 1px solid #ccc;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        position: relative;
        /*background: transparent;*/
        border-bottom: none;
        margin-bottom: -2px;
        border: none;
    }

        .menuTab > li.active {
            background: #0651a4;
            border-color: #0651a4;
            color: #fff;
        }

        .menuTab > li:hover {
            background: #0651a4;
            border-color: #0651a4;
            color: #fff;
        }

.subPriceBoardTabs:hover {
    background: #4c4c4c !important;
    border: none;
    border-bottom: none;
    margin-bottom: 0px;
    height: 27px;
}

.menuTab > li.active > a, .menuTab > li:hover > a {
    color: #fff;
}

.menuTab > li > a {
    text-align: center;
    text-transform: uppercase;
    /*background: transparent;*/
    color: #FFF; /*#333;*/
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px;
    font-family: Averta-Regular,sans-serif !important;
}

.subPriceBoardTab .dropdown .lisub_menu {
    font-weight: normal;
    background: rgba(0,0,0,0.25);
    color: #fff;
    border-bottom: none;
    float: none;
    display: block;
    padding: 1px 0 0 0;
    margin: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.menuTab a {
    text-decoration: none !important;
    font-size: 12px;
    text-transform: capitalize !important;
}

.menuTab li ul.ulFavorite {
    min-width: 190px;
    visibility: hidden;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0px;
    top: 28px;
    display: none;
    z-index: 1002;
    border-radius: 0 5px 5px 5px;
    background: #fff;
    border: none;
    max-height: 60vh;
    /*-ms-overflow-style: none;*/ /* for Internet Explorer, Edge */
    /*scrollbar-width: none;*/ /* for Firefox */
    overflow-y: auto;
}
    /*.menuTab li ul.ulFavorite::-webkit-scrollbar {
        display: none;*/ /* for Chrome, Safari, and Opera */
    /*}*/
    .menuTab li ul.ulFavorite li a {
        color: #333 !important;
        border-bottom: 1px solid #f5f5f5;
        padding: 6px 10px;
    }

        .menuTab li ul.ulFavorite li a.btn,
        .menuTab li ul.ulFavorite li:last-child a {
            /*color: #fff !important;*/
            margin: 3px 3px 2px;
            /*background-color: #2a9fd6;*/
            line-height: 0.6rem;
            padding: 5px;
            height: 30px;
        }

.create_favorite a {
    color: #fff !important;
    background-color: #2a9fd6;
}

.priceBoardTabFOS .menuTab li ul.ulFavorite li a.btn {
    line-height: 1.6rem;
}

.LinktoSsiPriceboard {
    float: right;
    vertical-align: middle;
    display: table-cell;
}

    .LinktoSsiPriceboard a {
        display: inline-block;
        padding: 7px 5px 5px;
        font-size: 13px;
        font-weight: bold;
        color: #ccc;
        line-height: 1.6rem;
        margin: 1px 1px;
        background: rgba(255, 255, 255, 0.28);
        border-radius: 3px;
    }

        .LinktoSsiPriceboard a:hover {
            color: #fff;
        }

        .LinktoSsiPriceboard a:last-child {
            border: none;
        }

.menuTab li ul.ulFavorite li {
    margin: 0 !important;
}

    .menuTab li ul.ulFavorite li a:hover {
        color: #fff !important;
    }

.orderBottomInfo .sellText.tittle, .orderBottomInfo .buyText.tittle, .orderBottomInfoPRO .sellText.tittle, .orderBottomInfoPRO .buyText.tittle, .orderBottomInfoTS .sellText.tittle, .orderBottomInfoTS .buyText.tittle {
    padding-bottom: 0;
    background: #f3f3f3;
    padding-top: 5px;
    margin-bottom: 10px;
}

    .orderBottomInfo .sellText.tittle label, .orderBottomInfo .buyText.tittle label, .orderBottomInfoPRO .sellText.tittle label, .orderBottomInfoPRO .buyText.tittle label, .orderBottomInfoTS .sellText.tittle label, .orderBottomInfoTS .buyText.tittle label {
        margin-bottom: 0;
        border-bottom: 2px solid;
        line-height: 25px;
    }

.menuTab > li:hover > ul.ulFavorite {
    visibility: visible;
    display: block;
}

ul.menuTab ul li {
    font-weight: normal;
    background: #fff;
    color: #333;
    border-bottom: 0px solid #ccc;
    float: none;
    display: block;
    padding: 0;
    margin: 3px 0;
}

.ulFavorite li {
    overflow: hidden;
    position: relative;
}

ul.menuTab ul a, ul.menuTab li ul a {
    color: #c9c9c9 !important;
    font-weight: normal;
    display: block;
    font-family: Averta-Regular,sans-serif !important;
}

#navigationMenu {
    color: #fff;
}


.subPriceBoardTab li a {
    padding: 7px 5px;
}

.btn {
    font-size: 12px;
    padding: 5px 13px;
    font-weight: 100;
    line-height: 1.25;
    text-transform: capitalize;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: inherit !important;
}

.btn-primary {
    background-color: #007ac9;
    border-color: transparent;
}

.contentOptionItemPBFOS .btn {
    padding: 5px 10px 4px;
}

.contentOptionItemPB .btn {
    padding: 7px 10px 5px;
}

.span_news {
    margin: 3px 3px 3px 0;
}

    .span_news i {
        font-size: 10px;
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 2px 0 0 2px;
        width: 16px;
        height: 16px;
        display: inline-block;
    }

.form-AccNo {
    position: relative;
    display: inline;
}

.form-AccInfo {
    position: absolute;
    right: 10px;
    top: 6px;
}

.contentOptionItemPB input[type=text], .contentOptionItemPBFOS input[type=text] {
    font-weight: normal;
}

    .contentOptionItemPB input[type=text]::-webkit-input-placeholder, .contentOptionItemPBFOS input[type=text]::-webkit-input-placeholder {
        color: #757575 !important;
    }

    .contentOptionItemPB input[type=text]:-moz-placeholder, .contentOptionItemPBFOS input[type=text]:-moz-placeholder {
        color: #757575 !important;
        opacity: 1 !important;
    }

    .contentOptionItemPB input[type=text]::-moz-placeholder, .contentOptionItemPBFOS input[type=text]::-moz-placeholder {
        color: #757575 !important;
        opacity: 1 !important;
    }

    .contentOptionItemPB input[type=text]:-ms-input-placeholder, .contentOptionItemPBFOS input[type=text]:-ms-input-placeholder {
        color: #757575 !important;
    }

.tabLink {
    background: none !important;
    border: none !important;
}

    .tabLink a {
        color: #fff !important;
        padding: 5px 2px !important;
    }

    .tabLink:hover a {
        color: #2486ff !important;
    }

.table-priceboard td.tdSpace {
    padding: 1px 0px 0px 0px !important;
    background-color: #373b4a !important;
}

.nav-boxRight {
    float: right;
}

.sel_Fav {
    padding: 2px 5px;
    height: 24px;
    width: 185px;
    font-size: 12px;
}

.input_FavName {
    height: 24px;
    padding: 2px 5px;
}

.menu_top {
    position: relative;
    cursor: pointer;
    padding: 0 5px;
}

    .menu_top:hover .menu_top_sub {
    }

.menu_top_sub {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    color: #000;
    background: rgb(15, 71, 187);
}

    .menu_top_sub ul {
        margin: 0;
    }

        .menu_top_sub ul li {
        }

            .menu_top_sub ul li a {
                color: #212121;
                display: block;
                padding: 8px 10px;
                font-size: 13px;
                font-weight: normal;
                background: #fff;
            }

    .menu_top_sub:hover ul li a {
        background: #ddd;
        color: #212121;
    }

.logoutBox {
    background: #007ac9;
}

.boxLangLink {
    font-family: Averta-Regular,sans-serif !important;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 0px;
    text-decoration: none !important;
    line-height: 52px;
    margin: 0;
    border-bottom: none !important;
    height: 52px;
}

.boxLang ul {
    position: absolute !important;
    right: 8px !important;
    top: 100% !important;
    border-radius: 0 0 3px 3px !important;
    margin: 0 -105px 0 !important;
    padding: 0 !important;
    float: left !important;
    width: 100px !important;
	min-width: 130px !important;						 
}

.boxLang {
    position: relative;
    padding: 0 15px;
    width: auto;
    float: right;
}

    .boxLang:hover .subLang {
        display: block;
    }

.boxPriceBoardLink {
    font-family: Averta-Regular,sans-serif !important;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 0px;
    text-decoration: none !important;
    line-height: 52px;
    margin: 0;
    border-bottom: none !important;
    height: 52px;
}

.boxPriceBoard ul {
    position: absolute !important;
    right: 8px !important;
    top: 100% !important;
    border-radius: 0 0 3px 3px !important;
    margin: 0 -105px 0 !important;
    padding: 0 !important;
    float: left !important;
    width: 100px !important;
}

.boxPriceBoard {
    position: relative;
    padding: 0 15px;
    width: auto;
    float: right;
}

.navbar-header {
    /*background: #fff;*/
}

.boxLang li a {
    color: #352c2c !important;
    margin: 0 !important;
    padding: 1px !important;
    display: block !important;
    font-size: 13px !important;
    position: relative;
    font-weight: normal !important;
    line-height: 25px !important;
    text-indent: 20px !important;
    border-bottom: none !important;
    background: #fff !important;
}

.subLang {
    display: none;
}

    .subLang li:hover {
        background: rgba(255, 255, 255, 0.15) !important;
    }
/*.boxLang:hover .subLang
{
    display: block!important;
}*/
.chanAcc {
    position: relative;
}

    .chanAcc i {
        position: absolute;
        right: 15px;
        top: 25px;
    }

#langVietname:before {
    /*background: url(Images/flag/vn.png) no-repeat center left;*/
    background-size: contain;
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    width: 32px;
    height: 32px;
}

#langEnglish:before {
    /*background: url(Images/flag/en.png) no-repeat center left;*/
    background-size: contain;
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    width: 32px;
    height: 32px;
}

#langJapanese:before {
    background: url(Images/flag/jp.png) no-repeat center left;
    background-size: contain;
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    width: 32px;
    height: 32px;
}

#langChinese:before {
    /*background: url(Images/flag/zh.png) no-repeat center left;*/
    background-size: contain;
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    width: 32px;
    height: 32px;
}

#boxLangLink {
    text-indent: -9999px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    padding: 0;
    margin: 15px 1px 14px;
    background-size: 35px !important;
    /*background-color: #ce1126 !important;
    box-shadow: 0 0px 1px 1px rgb(206, 17, 38);*/
}

    #boxLangLink.vi {
        background: url(images/flag/vn.png?version=acb) no-repeat center center;
    }

    #boxLangLink.en {
        background: url(images/flag/en.png?version=acb) no-repeat center center;
    }

    #boxLangLink.jp, #boxLangLink.ja {
        background: url(images/flag/jp.png?version=acb) no-repeat center center;
    }
    #boxLangLink.zh {
        background: url(images/flag/zh.png?version=acb) no-repeat center center;
    }
    #boxLangLink:hover, #boxLangLink.active {
        background-color: rgba(255,255,255,0.14) !important;
        border-bottom: none !important;
    }

#boxPriceBoardLink {
    text-indent: -9999px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    padding: 0;
    margin: 15px 1px 14px;
    background-size: 35px !important;
    background-color: #FFF !important;
    box-shadow: 0 0px 1px 1px #FFF;
    top: 12px;
}

    #boxPriceBoardLink.vi {
        background: url(images/dashboard/dashboard_priceboard_hover.png) no-repeat center center;
    }

.main_menu > li {
    position: relative;
}

    .main_menu > li ul.sub-nav {
        position: absolute;
        top: 100%;
        left: 0;
        background: #007ac9;
        min-width: 150px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    }

    .main_menu > li:hover ul.sub-nav {
    }

.sub-nav {
}

    .sub-nav li {
        width: 100%;
    }

        .sub-nav li a {
            width: 100%;
            padding: 5px 10px;
            font-weight: normal !important;
            text-transform: capitalize !important;
        }

            .sub-nav li a:hover {
                color: #fff;
                background: rgba(255, 255, 255, 0.26);
                text-decoration: none !important;
            }

            .sub-nav li a.news {
                position: relative;
            }

                .sub-nav li a.news img {
                    position: absolute;
                    top: 8px;
                    right: 20px;
                }

.main_menu > li.hassub:before {
    content: '' !important;
}

.main_menu > li.hassub {
    position: relative;
}

    .main_menu > li.hassub:after {
        content: "\f0d7";
        position: absolute;
        color: #fff;
        line-height: 53px;
        font-size: 11px;
        right: 10px;
    }

.priceBoardTab .contentOptionItemPB:nth-child(2) {
    margin-right: 0;
}

.menu_top:hover {
    background: rgba(255, 255, 255, 0.15);
}

.sysClock {
    padding: 0;
    text-align: center;
    font-size: 11px;
}

.clock {
    text-align: center;
    height: 35px;
    margin: 0;
    padding: 17px 5px 0;
}


.temp1_filters {
    display: inline-block;
    float: left;
}

.grey_temp > div:first-child {
    margin: 0;
}

.filterBar {
    padding: 0 10px 0;
}

.form-calendar, .form-relative {
    position: relative;
    display: inline-block;
}

    .form-relative span.info_top1 {
        position: absolute;
        right: 5px;
        top: 5px;
    }

.filterHistory .blockSpan {
    padding-right: 0 !important;
    margin-top: 0px;
}

.filterHistory .blockSpan_btn {
    margin-top: 0px;
}

.filterHistory .blockSpan {
    margin-right: 10px !important;
}

    .filterHistory .blockSpan:last-child {
        margin-right: 0px !important;
    }

    .filterHistory .blockSpan select {
        padding: 2px;
    }

.acc_content input {
    margin-bottom: 5px;
}

.divNotice {
    border-top: 1px solid #2196f3;
    padding: 10px 20px 0;
}

    .divNotice span {
        font-size: 12px;
    }

.hasNotice .subtab2_content {
    border: none;
}

.nav-non-menu {
    position: relative;
    background: #fff;
    padding: 0;
}

    .nav-non-menu > ul {
        margin: 0;
        padding: 0;
    }

        .nav-non-menu > ul > li {
        }

            .nav-non-menu > ul > li a {
                white-space: nowrap;
                color: #212121;
                text-transform: uppercase;
                font-family: Averta-Regular,sans-serif !important;
            }

                .nav-non-menu > ul > li a:hover {
                    text-decoration: none !important;
                    background-color: #EEEEEE;
                }

.navbar .container-fluid {
    padding: 0;
    /*height: 52px;*/
    height: 70px;
}

.nav-non-menu > ul > li .boxLang a {
    width: 20px;
}

.nonmenu .subLang {
    width: 140px;
    background: #fff;
}

    .nonmenu .subLang li a {
        width: 100% !important;
        background-position-x: 10px !important;
        padding: 5px 20px;
        line-height: 30px;
    }

        .nonmenu .subLang li a:hover {
            background-color: #EEEEEE !important;
        }

.footer-menu {
    position: fixed;
    right: 10px; /*top: 30%;*/
    bottom: 55px;
    margin: 0;
    padding: 0;
    z-index: 1002;
    width: 50px;
}

    .footer-menu .icoMove {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAA53mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTctMDYtMTRUMTQ6MTY6MzkrMDc6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNy0wNi0xNFQxNDoyOToyNCswNzowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTctMDYtMTRUMTQ6Mjk6MjQrMDc6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6YTk2NzYwNmUtNjZiMy1kNDRlLWE5ZmQtNWQ3ZTI0MWQxZTliPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOmU1NDBhNTRmLWZhMjUtZDE0NC04MDRlLWI4NTBhYWNlOTRiODwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOmU1NDBhNTRmLWZhMjUtZDE0NC04MDRlLWI4NTBhYWNlOTRiODwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDplNTQwYTU0Zi1mYTI1LWQxNDQtODA0ZS1iODUwYWFjZTk0Yjg8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTctMDYtMTRUMTQ6MTY6MzkrMDc6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6YTk2NzYwNmUtNjZiMy1kNDRlLWE5ZmQtNWQ3ZTI0MWQxZTliPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE3LTA2LTE0VDE0OjI5OjI0KzA3OjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjMyPC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjMyPC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz4QurbIAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAHSSURBVHja5JfNSltREMf/0UaM0AbRRwhIXEhXKTR0l1bMYwgu6sIXEFoXlr5QC/noJo/QRTFgLZS2iBIRYheaYH/dzMFDej+S3NybRQcG5pw7H/97mDMzJwdonrSgOVNSAA1JzUQegGm5yQO1p/UzbfAW/1I7CwBPRv78Dhh66xZQTBPAkRdsD7gEroHX3v67NAFUgA/AK1s7ElADGsDzSXzmEtSBkqRTk8uSullfw1yInBmAvCcvpQHgraRqxPdfkn5KOpf0I0LvhaQ3kxaitiXXWUwSPR7j2n2LqhNBBp/MoA/sJKiUjnfMF+Y7FEDeCw5wAKwAZeMtoDBGwILpOruC+cIDkQ8C0PGU/niofeoBaxHB14GrALu++XTUcTZ+Et77qSFpEJAywzESexCyR2AsD/2jkSazb0dVMt7wjy6C86br7BatVLsTaNpeaBK6G/AbqM8gCevAjdesxuoFDsRJjPNlS9QonV5Y8LhmdAg8i/hetDrxHViNOYH3aTSjTUlfTH4q6XPWvWAYk/mpAyBEThVARdJHSS8lffX2u5JqNiFX05yK/ZFsF7gIGMmO0xzJiiPF6jbroXTuY/nMHya5hI/Ths2D21MPlv/96/jvAIh49MzzpvIvAAAAAElFTkSuQmCC);
        width: 20px;
        height: 20px;
        background-size: contain;
        position: absolute;
        left: -2px;
        top: -2px;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, 0.5);
        cursor: move;
        display: none;
        z-index: 1000;
    }

    .footer-menu:hover .icoMove {
        display: inline-block;
    }

.quick-menu {
    margin: 0;
    padding: 0;
}

    .quick-menu li.feature_item {
        width: 0px;
        height: 0px;
        padding: 0;
        margin: 0 auto;
        overflow: hidden;
        transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
    }

    .quick-menu.active li.feature_item {
        width: 50px;
        height: 50px;
        padding: inherit;
        margin: 10px auto 0;
        overflow: hidden;
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

.footer-menu li {
    display: block;
    padding: 0;
    margin: 10px 0px 0px 0px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    border-radius: 50%;
    -webkit-transition: -webkit-transform 150ms cubic-bezier(0.4, 0, 1, 1);
    transition: transform 150ms cubic-bezier(0.4, 0, 1, 1);
}

.footer-menu a {
    display: table-cell;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #000;
    font-size: 12px;
    font-family: Averta-Regular,sans-serif !important;
    text-align: center;
    font-weight: normal;
    white-space: normal;
    vertical-align: middle;
    transition: .3s;
}

    .footer-menu a.price-board {
        background: #333;
    }

        .footer-menu a.price-board:hover {
            background: #7b7b7b;
            transition: all 0.5s;
        }

    .footer-menu a.orderstatus {
        background: #ff9800;
    }

        .footer-menu a.orderstatus:hover {
            transition: all 0.5s;
            background-color: #cc7a00;
        }

    .footer-menu a.buy-order {
        background-color: #03a907;
    }

        .footer-menu a.buy-order:hover {
            transition: all 0.5s;
            background: #008c03;
        }

    .footer-menu a.sell-order {
        background: #e22127;
    }

        .footer-menu a.sell-order:hover {
            background-color: #cc0000;
        }

    .footer-menu a.basket-order {
        background: #6556d6;
    }

        .footer-menu a.basket-order:hover {
            background-color: #4f3dd6;
        }

    .footer-menu a.quick-ordertatus {
        background: #20e2b8;
    }

        .footer-menu a.quick-ordertatus:hover {
            background-color: #29ceaa;
        }

    .footer-menu a.main_icon {
        background: #e22127;
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

.stock_menu a.main_icon {
    background: #007ac9;
}

.footer-menu a.main_icon i {
    font-size: 2em;
    vertical-align: middle;
}

.footer-menu a.active {
    transition: all 0.5s;
    -webkit-transform: scale(1) rotate(315deg);
    transform: scale(1) rotate(315deg);
}

.footer-menu a.position-management {
    background: #1976D2;
}

    .footer-menu a.position-management:hover {
        background: #2196F3;
        transition: all 0.5s;
    }

.feature_item {
}


#orderInfoForm .row-fluid > div {
    padding: 0;
}

.divNormalOrder {
    width: 100%;
    display: inline-block;
}

#divNormalOrder > div {
    padding: 0;
    text-align: left;
    padding-right: 0;
    min-height: 28px;
}

#divNormalOrder .info_top1 {
    min-width: 35px;
}

#divNormalOrder > div:nth-child(4), #divNormalOrder > div:nth-child(5) {
    padding: 4px 5px;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-color: #0071ba;
    border-width: 1px;
    border-bottom-color: transparent;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-color: #2196f3;
        border-width: 1px;
        border-bottom-color: transparent;
        background: #fff;
    }

.nav-tabs > li > a {
    padding: 8px 10px;
    border-radius: 4px 4px 0 0;
}

.nav > li > a {
    color: #000;
}

.nav-tabs {
    border-bottom: none;
}

.feature-tab {
    border-bottom: 1px solid #e6e7e8;
}

.mtop10 {
    margin-top: 10px;
}

.mtop5 {
    margin-top: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb0 {
    padding-bottom: 0;
}

.pt0 {
    padding-top: 0;
}

.feature-tab .nav-pills li {
    padding: 2px 0px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
    color: #0070c9;
}

.nav-tabs > li > a:hover {
    border-color: #9E9E9E #9E9E9E transparent;
}

.contentFilterItem {
    margin-right: 10px;
    font-weight: bold;
    margin-left: 10px;
}

    .contentFilterItem label {
        width: auto;
        margin: 0 10px 0 0;
        vertical-align: middle;
        line-height: 25px;
    }

    .contentFilterItem .ckfilterAll, .contentFilterItem .ckfilterHidden {
        float: left;
        display: inline-block;
        width: 28px;
        margin: 0 5px 0 0;
    }

.orderStatus-filter {
    margin: 10px 0px 5px 0px;
}

.jsgrid-header-row > th {
    padding: 6px 2px;
    font-size: 15px;
    text-align: center;
    font-weight: normal;
    color: #007ac9;
    background: #ffffff;
}

.jsgrid-grid-header .jsgrid-table tbody {
    border-bottom: 3px solid #007ac9;
}

.jsgrid-table td {
    padding: 6px !important;
}

.jsgrid-alt-row:hover .greenColor {
    background: #008c03 !important;
}

.buyColor {
    background: #008c03 !important;
    color: #fff !important;
    text-transform: uppercase;
}

    .buyColor:hover {
        background-color: #03a907;
    }

.sellColor {
    background: #e22127 !important;
    color: #fff !important;
    text-transform: uppercase;
}

    .sellColor:hover {
        background: #f33137;
    }

td.buyColor {
    background: #008c03 !important;
    color: #fff;
}

    td.buyColor a {
        color: white;
    }

td.sellColor {
    background: #e22127 !important;
    color: #fff;
}

    td.sellColor a {
        color: white;
    }

.greenColorSucsses {
    background: #07c305 !important;
    color: #fff;
}

.greenColorQueue {
    background: #df7a00 !important;
    color: #fff;
}

.greenColorRejected {
    background: #c60c30 !important;
    color: #fff;
}

.greenColorCancel {
    background: #999 !important;
    color: #fff;
}

.feature-tab .nav-tabs {
    float: right;
}

.contentFilterItem .txtFilterSeriesId {
    width: 120px;
    display: inline;
}

.feature-tab .nav-pills li {
    padding: 2px 0px;
}

.style-black ul li {
    background: #191919;
    border-radius: 5px 5px 0 0;
}

    .style-black ul li h4 {
        padding: 0px 10px 0px;
        color: #fff;
        font-size: 15px;
        margin: 5px 0px;
    }

.feature-tab .nav-tabs {
    float: right;
}

.style-black ul {
}

.nav-tabs {
    border-color: #0071ba;
    border-bottom: none;
}

.style-black ul li {
    background: #2196F3;
    border-radius: 5px 5px 0 0;
}

.nav-view li {
    background: transparent !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-color: #0071ba;
    border-width: 1px;
    border-bottom-color: transparent;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        font-weight: bold;
        color: #0071ba;
    }

.jsgrid-black .jsgrid-grid-header table th {
    border: none;
    border-right: 1px solid #373b4a;
    color: #fff;
}

.jsgrid-black .jsgrid-grid-header table {
    background: #091014;
    border: 1px solid #373b4a;
}

.jsgrid-black .jsgrid-grid-body table {
    border-right: 1px solid #616161;
    border-left: none !important;
}

.style-black {
    background: #191919;
    padding-top: 10px;
    border-bottom: 2px solid #2196F3 !important;
    padding-left: 0;
}

.jsgrid-black .jsgrid-grid-body table tr:hover td {
    background: #15232d !important;
}

.jsgrid-black .jsgrid-grid-body table tr td {
    background: #091014;
    color: #fff;
    border-right: 1px solid #373b4a;
    border-bottom: 1px solid #373b4a;
}

.jsgrid-black .jsgrid-grid-header table {
    background: #091014;
    border: 1px solid #373b4a;
}

.jsgrid-black .jsgrid-grid-header {
    border: none;
    overflow: initial;
    width: 100%;
}

.jsgrid-grid-body {
    border-top: none;
    width: 100%;
    overflow: initial !important;
}

.jsgrid-grid-body {
    border: none;
    border-left: none !important;
}

.jsgrid-grid-header {
    border: none;
    border-bottom: 1px solid #373b4a;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-color: #0071ba;
    border-width: 1px;
    border-bottom-color: transparent;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        font-weight: bold;
        color: #0071ba;
    }

.jsgrid-grid-body {
    overflow: hidden !important;
    border-right: none !important;
}

.style-black ul li {
    background: #2196F3;
    border-radius: 5px 5px 0 0;
}

.nav-view li {
    background: transparent !important;
}

.nav-tabs {
    border-color: #0071ba;
    border-bottom: none;
}

.nav-view li a {
    background-color: #fff !important;
    margin: 0 0 5px 5px;
    padding: 0 !important;
    border: none;
    border-radius: 4px !important;
}

.priceMode1 {
    background: url(Images/iconset/filter_1.png) center center no-repeat !important;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #ddd;
}

.priceMode2 {
    background: url(Images/iconset/filter_2.png) center center no-repeat !important;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #ddd;
}

.btnViewBoard {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
}

.insideContent {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding: 0;
    margin: 10px 0 10px 0;
}

.cardSQ {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border: 1px solid #f3f3f3;
    padding: 10px !important;
    margin: 5px 0;
}

    .cardSQ label {
        display: block;
        margin-bottom: 15px;
    }

        .cardSQ label:nth-child(2) {
            margin-bottom: 0px;
        }

    .cardSQ div.row-fluid .btn {
        padding: 7px 0 18px;
        margin: 10px 5px 10px 0;
        position: relative;
        font-weight: 500;
        width: 48%;
    }

        .cardSQ div.row-fluid .btn:last-child {
            margin-right: 0;
        }

        .cardSQ div.row-fluid .btn span {
            display: block;
            font-size: 11px;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
        }

    .cardSQ div.form-inline label {
        display: inline-block;
    }

.form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
}

#main {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px;
}

#maincontent {
    float: left;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.cardSQ label span {
    float: right;
    font-size: 11px;
    color: #777;
}

.cardSQ label:nth-child(2) span:first-child {
    text-align: right;
    padding: 0 5px 0 0;
}

.cardSQ label:nth-child(2) span {
    width: 50%;
    float: left;
}

.cardSQ label span {
    float: right;
    font-size: 11px;
    color: #777;
}

.fos_oe_popup {
    margin: 0 !important;
}

.form-ct {
    background: #f2f2f2;
}

    .form-ct .row {
        margin-right: 0;
        margin-left: 0;
    }

.row-opt .row .form-inline:first-child {
    padding-left: 0;
}

.form-ct .form-inline {
    margin-bottom: 10px;
    margin-left: 0px !important;
}

.row-pd-0 {
    padding-left: 0;
    padding-right: 0;
}

.row-pd-5 {
    padding-left: 5px;
    padding-right: 5px;
}
.row-pd-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-ct label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    text-align: left;
}

.order-block label {
    font-weight: bold;
    text-align: right;
}

.form-ct ul li label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    width: auto;
}

.form-ct .form-control {
    display: inline-block;
    vertical-align: middle;
}

.form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
}

.pluginNum {
    position: relative;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.row-opt .row .form-inline:first-child {
    padding-left: 0;
}

.selectOrder select {
    width: 30% !important;
    padding: 0;
}

.form-control {
    box-shadow: none;
    height: 28px;
    border: 1px solid #bdbdbd;
    padding: 5px 5px;
    color: #333;
    letter-spacing: 0em;
}

    .form-control.error {
        border-color: #d81919;
    }

        .form-control.error:focus, .checkboxFocus.error {
            border-color: rgba(255, 0, 0, 0.6) !important;
            outline: 0 !important;
            box-shadow: 0 3px 6px rgba(255, 0, 0, 0.3), 0 3px 6px rgba(255, 0, 0, 0.3) !important;
        }

    .form-control:focus, .checkboxFocus {
        border-color: rgba(21, 126, 251, 0.5) !important;
        outline: 0 !important;
        box-shadow: 0 3px 6px rgba(21, 126, 251, 0.42), 0 3px 6px rgba(21, 126, 251,0.23) !important;
    }


input[type=checkbox].form-control {
    width: 25px;
    border-radius: 5px;
    margin-top: 0px;
    height: 25px;
    min-width: 25px;
}

.itemTitle {
    float: left;
    line-height: 30px;
    padding-right: 5px;
}

select.form-control {
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 15px;
    position: relative;
    background: url(Images/iconset/angle-down.png) no-repeat right;
    background-size: 16px;
    font-family: Averta-Regular,sans-serif !important;
    background-color: #fff;
    font-size: 12px;
}

select:after {
    content: "v";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}

.line-brown {
    border-bottom: 1px solid #ddd;
}

.line-brown-top {
    border-top: 1px solid #ddd;
}

.pluginNum .minus {
    position: absolute;
    width: 25px;
    margin: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 100;
    height: 100%;
    color: #c60c30;
    cursor: pointer;
    line-height: 35px;
    right: 25px;
}

    .pluginNum .minus.disabled, .pluginNum .plus.disabled {
        pointer-events: none;
        color: #bdbdbd;
    }

.pluginNum .plus {
    position: absolute;
    width: 25px;
    margin: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 100;
    height: 100%;
    color: #07c305;
    cursor: pointer;
    right: 2px;
    top: 0;
    line-height: 35px;
}

.fos_oe_popup .form-control {
    min-width: 0 !important;
}

.form-ct input[type=checkbox] {
    width: 20px;
    height: 20px !important;
    margin: 0;
    top: 0;
    right: 0;
    cursor: pointer;
}

.listSeries {
    position: absolute;
    display: none;
    background: #fff;
    top: 28px;
    right: 0;
    width: 120px;
    z-index: 1000;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

    .listSeries ul {
        list-style: none;
    }

        .listSeries ul li {
            padding: 5px 10px;
        }

.form-inline select.form-control {
    width: 122px;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.formStpTrig .lblStpTrig {
    position: absolute;
    top: -8px;
    left: 5px;
    font-size: 11px;
    background: #fff;
    width: 15px;
    height: 15px;
    cursor: pointer;
    max-width: none;
    min-width: inherit;
    margin: 0;
    padding: 7px;
}

    .formStpTrig .lblStpTrig + span {
        position: absolute;
        top: -6px;
        left: 21px;
        font-size: 12px;
        background: #f3f3f3;
        padding-left: 4px;
        padding-right: 3px;
    }

.formStpTrig .regular-checkbox:checked + label:after {
    font-size: 12px !important;
    top: 1px !important;
    left: 2px !important;
}

.checkTrig {
    position: relative;
    vertical-align: middle;
}

    .checkTrig::before, .checkTrig::after {
        border: 1px solid transparent;
        border-radius: 4px;
        width: 0;
        height: 0;
        box-sizing: inherit;
        content: '';
        position: absolute;
        z-index: -1;
    }

    .checkTrig::before {
        top: 0;
        left: 0;
    }

    .checkTrig::after {
        bottom: 0;
        right: 0;
    }

    .checkTrig::before, .checkTrig::after {
        width: 100%;
        height: 100%;
    }

    .checkTrig::before {
        border-top-color: #007ac9;
        border-right-color: #007ac9;
        -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
        transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    }

    .checkTrig::after {
        border-bottom-color: #007ac9;
        border-left-color: #007ac9;
        -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
        transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    }

.formStpTrig input[type=checkbox] {
    position: absolute;
    top: -5px;
    left: 0;
}

.form-ct input[type=checkbox] {
    width: 20px;
    height: 20px !important;
    margin: 0;
    top: 0;
    right: 0;
    cursor: pointer;
}

.formStpTrig .pluginNum, .formStpTrig select {
    width: 49% !important;
}

.gridtbl {
    padding: 0;
    max-height: 220px;
    overflow: auto;
}

    .gridtbl table tr th {
        text-align: center;
        padding: 5px;
        border: 1px solid #e8e8e8;
        border-bottom: 2px solid #007ac9;
        color: #007ac9;
        font-weight: normal;
    }

    .gridtbl table tr td:first-child, .gridtbl table tr td:nth-child(2) {
        color: #00e61a;
    }

    .gridtbl table tr td {
        border: 1px solid #e8e8e8;
        background: #fff;
    }

    .gridtbl table tr:nth-child(2n) td {
        background: #F5F5F5;
    }

.form-btn {
    text-align: center;
    padding-top: 5px;
}

.formButton .btn {
    padding: 18px 28px;
}

.form-btn .btn {
    padding: 20px 28px;
    margin-bottom: 13px;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 100%;
}

.formrelated label {
    position: absolute;
    left: 0px;
    top: -10px;
    font-size: 11px;
    text-align: left;
}

.orderdepthInfo .row {
    display: block;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    background: #fff;
}

    .orderdepthInfo .row:nth-child(2n) {
        background: #F5F5F5;
    }

.orderdepthInfo {
    background: #fff;
    padding-top: 2px;
    height: 100%;
    overflow: hidden;
}

.moreInfoStockDetail {
    width: 100%;
    border-bottom: 3px solid #007ac9;
}

    .moreInfoStockDetail span {
        display: block;
        padding: 3px 0;
        cursor: pointer;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        width: 25px;
        background: #007ac9;
        color: #fff;
        border-radius: 50%;
        height: 25px;
        position: absolute;
        left: 48.5%;
        bottom: -10px;
    }

.formStpTrig {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 5px 5px;
    position: relative;
    z-index: 1;
}

    .formStpTrig input[type=text] {
        width: 100%;
    }

.frmToler label {
    width: 15%;
}

.frmToler input, .frmToler .pluginNum {
    width: 37.5% !important;
}

.gridtbl table tr td:first-child, .gridtbl table tr td:nth-child(2) {
    color: #00e61a;
}

.gridtbl table tr td:last-child, .gridtbl table tr td:nth-child(3) {
    color: #ff0000;
}

.gridtbl table {
    width: 100%;
    text-align: center;
    height: 215px;
    overflow: auto;
    background: #fff;
}

.formrelated {
    position: relative;
    margin-bottom: 5px;
}

.frmToler .pluginNum input {
    width: 100% !important;
}

.orderdepthInfo .row span {
    line-height: 24px;
    border-right: 1px solid #ececec;
    text-align: left;
    padding: 2px 0px 0px 10px;
}

.listSeries ul li:hover {
    background: #ddd;
    cursor: pointer;
}


@media (max-width:460px) {
    .globalInputText {
        position: relative;
        width: 110px; /*height: 30px;*/
        text-align: left;
    }
}

@media all and (min-width:470px) {
    .globalInputText {
        position: relative;
        width: 130px; /*height: 30px;*/
        text-align: left;
    }
}

.order_info_top_item span input[type=text] {
    display: inline-block;
    width: 100%;
}

.collapse {
    display: none;
}

.collapsecontent {
    background-color: #e1f3ff;
    padding: 0px 10px 0px;
    box-shadow: 0 1px 3px rgb(0, 141, 244), 0 1px 2px rgb(0, 141, 244);
    margin-bottom: 10px;
}

    .collapsecontent span, .collapsing {
        color: #000;
        font-size: 12px;
        border: 0px solid #007ac9;
        width: 100%;
        margin-bottom: 10px;
        z-index: 1;
        margin-top: 10px;
        display: none;
    }

.navbar-right .boxLang {
    top: 0;
    right: 0;
    padding: 0 5px;
    min-width: 40px;
}

.blue-style .navbar .main_nav {
    width: 100%;
    padding-right: 15px !important;
}

.navbar-right > li > a {
    padding: 24px 5px 16px;
    font-size: 12px;
    height: 100%;
}

.boxNews {
    padding: 13px 5px;
}

    .boxNews.open, .boxNews:hover {
        background-color: rgba(255, 255, 255, 0.25);
    }

    .boxNews .dropdown-toggle {
        width: 26px;
        height: 26px;
        background-color: rgba(255, 255, 255, 0.33) !important;
        color: #fff;
        border-radius: 50%;
        padding: 0;
        margin: 0;
        vertical-align: middle;
        display: table-cell;
        text-align: center;
    }

    .boxNews ul.dropdown-menu {
        width: 600px;
        position: absolute;
        right: 0;
        padding: 0;
        z-index: 999;
    }

.breakingNewsContainer i {
    font-size: 1.5rem;
}

.nav-non-menu .navbar-right > li > a {
    padding: 16px 10px !important;
}

.navbar-right > li > ul {
    background: #fff;
}

.logoutBox {
    min-width: 164px;
    padding: 0;
}

.navbar-right > li > ul li a.lang_t1 {
    color: #424242;
}

.navbar-right > li > ul li a:hover {
    text-decoration: none !important;
}

.navbar-right > li.boxLang > ul {
    left: 5px !important;
}

    .navbar-right > li.boxLang > ul:hover {
        background-color: #fff !important;
    }

.divprintExp {
    padding: 5px 10px;
}

.lineSpace hr {
    margin-top: 0;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #ddd;
}

.form-info .form-group {
    margin-bottom: 5px;
}

    .form-info .form-group .group-title {
        font-weight: normal;
    }

.MT_Confirm_header {
    padding: 15px 0 0;
}

    .MT_Confirm_header label {
        text-transform: uppercase;
        color: #0071ba;
    }

.save-pincode-block {
    display: inline-block;
    margin: 0 0 -5px 0;
}

    .save-pincode-block label {
        margin: 0px 2px !important;
        padding-top: 2px;
    }

    .save-pincode-block .regular-checkbox:checked + label:after {
        top: 3px;
    }

    .save-pincode-block .FO_UF_RIR .regular-checkbox:checked + label:after {
        top: -3px;
    }

    .save-pincode-block span {
        line-height: 2;
    }

.noticeFooterConfirm {
    text-align: center;
}


.trading_buy_title {
    background: #008000 !important;
}

.trading_sell_title {
    background: #c60c30 !important;
}

.trading_buy_body, .trading_sell_body {
    overflow: hidden !important;
}

.StockGreen {
    background: #008000 !important;
    color: #fff !important;
}

.StockBorderGreen {
    border-color: #008000 !important;
}

.StockRed {
    background: #e22127 !important;
    color: #fff !important;
}

.StockBorderRed {
    border-color: #e22127 !important;
}

.StockOderShowmore {
    border-bottom: 3px solid #2196f3;
}

#act_showMore {
    display: block;
    padding: 3px 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 25px;
    background: #2196f3;
    color: #fff;
    border-radius: 50%;
    height: 25px;
    position: absolute;
    left: 48.5%;
    bottom: -10px;
}

    #act_showMore:hover {
        color: #007ac9;
        background: #ddd;
    }

.trading_buy_body .btnOrder {
}

.trading_sell_body .btnOrder {
    background: #c60c30 !important;
    border-color: #ff0009;
}

#orderFormModal .trading_buy_title h1, #orderFormModal .trading_sell_title h1 {
    padding: 0px 0 5px 10px;
    font: 100 16px/20px arial;
}

#orderFormModal .trading_buy_title .closeBtn, #orderFormModal .trading_sell_title .closeBtn, #ConfirmOtpModalDiv .closeBtn {
    background: none !important;
    text-indent: 0;
    margin: 0px 7px 0 7px;
    color: #fff;
    font-size: 23px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 2px;
}

#btnOrder {
    width: 180px;
    /*height: 65px;*/
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    font-size: 1.7rem;
}

.orderSellTitle, .orderBuyTitle {
    padding: 6px 5px 6px !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

label.moneytranser-type {
    position: relative;
    overflow: hidden;
    padding: 0px !important;
    margin-top: 5px;
}

    label.moneytranser-type input {
        visibility: hidden;
        position: absolute;
        top: -20px;
    }

    label.moneytranser-type label {
        margin: 0px;
        display: block;
    }

    label.moneytranser-type input:checked + label {
        /*background-color: #2196f3;*/
    }

.confirm-sub-Title {
    border-bottom: 1px solid #ddd;
    padding: 5px 0 5px 0;
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #0071ba !important;
    text-align: left;
    text-transform: uppercase;
}

.font-normal {
    font-weight: normal !important;
}

.line-height-15 {
    margin-bottom: 0px !important;
    line-height: 30px;
}

.line-height-20 {
    margin-bottom: 0px !important;
    line-height: 20px;
}

.line-height-23 {
    margin-bottom: 0px !important;
    line-height: 23px;
}

.line-height-25 {
    margin-bottom: 0px !important;
    line-height: 25px;
}

.line-height-30 {
    margin-bottom: 0px !important;
    /*line-height: 28px;*/
}



.greenDeep .closeBtn, .redDeep .closeBtn {
    background: none !important;
    text-indent: 0 !important;
    width: 21px !important;
    height: 21px !important;
    margin: 4px 5px 0 10px !important;
    color: #fff !important;
    font-size: 15px;
}

.infoOrderbtnlabel {
    background: #fff;
    border: 1px solid #E0E0E0;
    padding: 4px 10px;
    border-radius: 4px;
    margin-right: 5px;
    cursor: pointer;
}

    .infoOrderbtnlabel span {
        line-height: 19px;
    }

    .infoOrderbtnlabel input[type=radio] {
        float: left;
        margin: 0 5px 0 0;
    }

.orderBottomInfo {
    margin: 1px 0 0;
}

    .orderBottomInfo .title {
        margin-top: 0 !important;
        background: #fff;
        padding-top: 5px;
    }

.Coo-Title {
    padding: 5px 10px;
    height: 30px;
    margin-bottom: 5px;
    display: block;
    float: left;
    width: 100%;
}

#CommonCOOModal .popUpBody {
    overflow: auto;
    max-height: 500px;
}

.coo_gtd_span {
    line-height: 2.3em;
}

.Coo-content {
    margin-bottom: 5px;
    min-height: 30px;
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-left: 10px;
}

    .Coo-content .calendarSpan {
        display: inline-block;
        height: 30px;
        margin-right: 5px;
    }

        .Coo-content .calendarSpan:nth-child(2) {
            margin-right: 0;
        }

        .Coo-content .calendarSpan span {
            float: left;
            padding: 0;
            margin: 0 2px 0 0;
        }

.Coo-btn {
    width: 150px;
    height: 30px;
    margin-bottom: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 1.5rem;
}

    .Coo-btn:first-child {
        width: 150px;
        height: 70px;
    }

.orderBottomInfoPRO .Coo-content > span {
    display: inline-block;
    float: left;
    padding: 7px;
    font-weight: normal;
}

.btnBordergreen {
    border: 1px solid #008000;
    color: #008000;
}

.btnBorderred {
    border: 1px solid #c60c30;
    color: #c60c30;
}

.ptop35 {
    padding-top: 35px;
}

.col-form-label {
    padding-top: .6rem;
    padding-bottom: .4rem;
    margin-bottom: 0;
}

.align-items-center {
    display: table;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

.blueTitle {
    color: #008ED4;
    font-weight: bold;
}

#newsModal {
    padding: 0 !important;
    border: 0 !important;
}

.popFootAcc {
    margin-top: 5px;
    margin-left: 10px;
}

    .popFootAcc > a {
        margin-top: 5px;
        float: left;
        margin-right: 5px;
    }

        #btnSearchListAccountNo, .popFootAcc > a.btn-default {
            color: #007ac9 !important;
            border-bottom: 1px solid !important;
            padding: 5px 10px;
        }

    .popFootAcc .subTitle {
        float: left;
    }

        .popFootAcc .subTitle span, .popFootAcc .subTitle input[type=text] {
            float: left;
        }

        .popFootAcc .subTitle span {
            line-height: 30px;
            margin: 0 5px 0 0;
        }

#idDivTooltip {
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.3);
}

.info_top1 .fa {
    color: #F9A825;
}

.calendarSpan.left, .blockSpan.left {
    line-height: 1.25;
    padding-right: 0px;
    margin-bottom: 0px;
}

#orderQuickStatusCt #contentOrderStatus {
    width: 150%;
}

.priceBoardTab .contentOptionItemPB input[type="text"] {
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-weight: normal;
    display: inline-block;
    float: left;
    width: 70px;
    height: 29px;
    margin-right: 5px;
}

.priceBoardTab .contentOptionItemPB .btn-primary {
    background-color: #4c4c4c;
    border-color: transparent;
    color: #c9c9c9;
}

.intraday_2_div_left_1 .price_notice {
    color: rgba(255, 255, 255, 0.54);
    padding: 0 5px;
}

.save_passOrder .regular-checkbox:checked + label:after {
    top: -2px;
}

.order_info_top_item > div:nth-child(2) input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: transparent !important;
}

.order_info_top_item > div:nth-child(2) input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent !important;
    opacity: 1 !important;
}

.order_info_top_item > div:nth-child(2) input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent !important;
    opacity: 1 !important;
}

.order_info_top_item > div:nth-child(2) input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: transparent !important;
}

/*#orderMatchedPrice {
    margin-right: 15px;
}*/

.comp_info_title .orderMatched {
    float: right;
    margin-right: 10px;
}

.order_info_top div.order_info_top_item:nth-child(2), .order_info_top div.order_info_top_item:nth-child(3), .order_info_top div.order_info_top_item:nth-child(4), .order_info_top div.order_info_top_item:nth-child(5), .order_info_top div.order_info_top_item:nth-child(6), .order_info_topST div.order_info_top_item {
    width: 25%;
}

.order_info_top .order_info_top_item .info_top1 {
    line-height: 2.5;
}

.sellRed {
    background: #cc0000 !important;
    border-color: #cc0000 !important;
}

    .sellRed[disabled] {
        background: #BDBDBD !important;
        border-color: #BDBDBD !important;
        color: #616161 !important;
    }

.logout-t1 {
    display: none !important;
}

#dvAddStock > div:nth-child(2) {
    text-align: right;
}
/*-----------------------------------------------responsive-----------------------------------------*/
/*Custom menu*/
#main_menu {
	font-size: 11px;
}
@media (max-width: 1200px) {
    #myModal .modal-dialog {
        width: 70%;    
    }

    .footer-height {
        height: 50px;
    }

    #footpanel {
        max-width: 1200px;
    }

    #main_menu {
        padding-left: 0;
    }

    #boxLangLink {
        top: 0;
    }

    .boxNews .dropdown-toggle {
        top: 0;
    }

    h1.logo a {
        display: inline-block;
        text-indent: -9999px;
        background: url(Images/logo_text_white.svg) no-repeat top left;
        background-size: cover;
        /*height: 80px;*/
        /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);*/
    }

    h1.logo_login a, h1.nonemenu_logo a {
        background: url(Images/logo_text_white.svg) no-repeat top left;
        /*width: 190px;*/
        /*height: 80px;*/
        /*width:230px;*/
    }

    .loginContentZone {
        background: rgba(255, 255, 255, 0.8);
        border: 1px solid rgba(255, 255, 255, 0.8);
        border-radius: 4px;
        /*float: right;*/
        height: 300px;
    }

    .titleLogin {
        margin-top: 20px !important;
        margin-bottom: 25px !important;
        text-align: center;
    }

        .titleLogin span {
            text-transform: uppercase;
            font-size: 20px !important;
            font-weight: bold;
        }

    .logout-t1a {
        display: inline-block !important;
        width: 70% !important;
        float: left !important;
        pointer-events: none;
    }

    .logout-t1 {
        display: block;
        display: inline-block !important;
        width: 30% !important;
        float: left !important;
        height: 41px;
    }

    .logout {
        display: none;
    }

    .chanAcc i {
        position: initial;
        margin-left: -17px;
    }

    .boxLang.nonmenu {
        /*top: 18px !important;*/
        right: 0px !important;
    }

    .boxPriceBoard.nonmenu {
        top: 0px !important;
        right: 25px !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 0 !important;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .blue-style .navbar .main_nav {
        padding-right: 0 !important;
    }
}

.coo_gtd .globalInputText {
    width: 110px;
}

.comp_line_more {
    width: 100% !important;
    border-bottom: 1px solid #E0E0E0;
    display: none;
}

.collapSInfo, .collapSInfoOrderForm {
    position: absolute;
    right: 10px;
    top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #9E9E9E;
    color: #fff;
    font-size: 18px !important;
    padding: 2px 4px;
    cursor: pointer;
    z-index: 99;
}

.comp_more, .showOrder {
    padding: 0 0px !important;
}

.inshow {
    display: block !important;
}

.coostTakeProfit {
    border: 1px solid #e22127;
    padding: 10px 5px 5px 5px;
    margin: 1.3% 1%;
    width: 98%;
    background: #FAFAFA;
    border-radius: 2px;
}

.stopLossOrder {
    border: 1px solid #008c03;
}

.lblTakeProfit {
    position: absolute;
    top: -10px;
    left: 8px;
    background: #fff;
    padding: 0 5px 0 0;
    cursor: pointer;
    height: 10px;
}

    .lblTakeProfit span {
        line-height: 2em;
    }

    .lblTakeProfit input[type=checkbox] {
        margin: 0 2px 0 0;
        float: left;
    }

.coostTakeProfit .spConditionMarketPrice {
    line-height: 28px;
    height: 28px;
    display: inline-block;
}

.coostTakeProfit .acc_title_detail {
    line-height: 28px;
}

.coostTakeProfit .globalInputText input[type=text] {
    width: 100% !important;
}

.list_content {
    overflow: auto;
}

.printExp:before {
    content: "\f02f";
}

.excelExp:before {
    content: "\f1c3";
}

#orderHistoryTab .blockSpan {
    margin-bottom: 5px;
}

    #orderHistoryTab .blockSpan select {
        display: inline-block;
    }

.temp1_h .temp1_title {
    white-space: normal;
    padding-left: 0px;
    margin: 0px 5px 0px 0px;
    display: inline-block;
}

.equity {
    font-weight: bold;
    margin: 7px 0;
    display: inline-block;
}

#orderStatusContent {
    overflow: auto;
}

.changeAccountdrop {
    width: 500px;
    background: #FAFAFA !important;
}

.regular-checkbox {
    opacity: 0;
    width: 0px !important;
    position: absolute;
}

    .regular-checkbox + label {
        background-color: #fafafa;
        border: 1px solid #cacece;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 9px;
        border-radius: 50%;
        display: inline-block;
        position: relative;
        float: left;
        margin: 0 1px 0 0;
        min-width: 20px;
    }

        .regular-checkbox + label:active, .regular-checkbox:checked + label:active {
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
        }

    .regular-checkbox:checked + label {
        background-color: #007ac9;
        border: 1px solid transparent;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
        color: #99a1a7;
    }

        .regular-checkbox:checked + label:after {
            content: '\2714';
            position: absolute;
            top: -3px;
            left: 3px;
            color: #fff;
            height: 18px;
        }

.TSOrder .regular-checkbox:checked + label:after {
    top: 2px;
}

.data_grid11 .regular-checkbox:checked + label:after {
    top: 3px;
}

.subPriceBoardTab {
    background: transparent;
    border-color: transparent;
}

.big-checkbox + label {
    padding: 18px;
}

.big-checkbox:checked + label:after {
    font-size: 28px;
    left: 6px;
}

.tag {
    font-family: Averta-Regular,sans-serif !important;
    width: 200px;
    position: relative;
    top: 5px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left;
}

.radio-1 {
    width: 193px;
}

.button-holder {
    float: left;
}


/* RADIO */

.regular-radio {
    display: none;
}

    .regular-radio + label {
        -webkit-appearance: none;
        background-color: #fafafa;
        border: 1px solid #cacece;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 9px;
        border-radius: 50px;
        display: inline-block;
        position: relative;
    }

    .regular-radio:checked + label:after {
        content: ' ';
        width: 12px;
        height: 12px;
        border-radius: 50px;
        position: absolute;
        top: 3px;
        background: #99a1a7;
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
        text-shadow: 0px;
        left: 3px;
        font-size: 32px;
    }

    .regular-radio:checked + label {
        background-color: #e9ecee;
        color: #99a1a7;
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1);
    }

        .regular-radio + label:active, .regular-radio:checked + label:active {
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
        }

.big-radio + label {
    padding: 16px;
}

.big-radio:checked + label:after {
    width: 24px;
    height: 24px;
    left: 4px;
    top: 4px;
}

.filter_2 label span {
    float: left;
    height: 18px;
    line-height: 25px;
    font-size: 12px;
}

.filter_1 > label, .filter_2 > label {
    float: left;
    line-height: 27px;
}

.tbl_responsive > table > tbody > tr > td {
    padding: 0 !important;
}

.order_info_top_item > div:first-child {
    width: 50%;
    text-align: right;
    font-weight: bold;
}

.order_info_top_item > div:nth-child(2) {
    width: 50%;
}

    .order_info_top_item > div:nth-child(2) input {
        width: 100% !important;
    }

        .order_info_top_item > div:nth-child(2) input::-webkit-input-placeholder {
            /* WebKit, Blink, Edge */
            color: transparent !important;
        }

        .order_info_top_item > div:nth-child(2) input:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: transparent !important;
            opacity: 1 !important;
        }

        .order_info_top_item > div:nth-child(2) input::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: transparent !important;
            opacity: 1 !important;
        }

        .order_info_top_item > div:nth-child(2) input:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: transparent !important;
        }

ul.comp_info li ul.comp_info_1 {
    width: 100%;
    padding: 0;
    margin: 0;
}

.login_detail {
    padding: 30px 30px 10px;
    margin: 0;
    background: #fff;
}

.login_t1 {
    margin-bottom: 10px;
}

    .login_t1 div label {
        line-height: 2em;
        margin-bottom: 0;
    }

.input_captcha, .lossPassTokenCode {
    display: inline-block;
}

.lossPassCapcha {
    width: 40%;
}

    .lossPassCapcha img {
        width: 100%;
    }

#tbodyQuote td.stock_code span span {
    display: inline-block;
    margin: 3px 0;
    min-width: 10px;
    float: left;
    width: 15px;
}

.CT_checkbox {
    margin-right: 10px;
}

    .CT_checkbox span {
        line-height: 23px;
    }

.order_type_select li label > label:after {
    top: 2px !important;
}

/*.stock-balance {
    min-height: 470px;
    background-color: #f2f2f2 !important;
}*/
.pie_donut_chart {
    height: 500px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
    width: 100%;
}

.copyright {
    position: relative;
}

    .copyright span:nth-child(2) {
        position: absolute;
        bottom: -40px;
        right: 0px;
        border: 1px solid;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        text-align: center;
        vertical-align: middle;
        display: none;
        padding-top: 5px;
        font-size: 20px;
        color: #888;
        cursor: pointer;
    }

        .copyright span:nth-child(2):hover {
            color: #000;
        }

.gototop {
    position: absolute;
    right: 0px;
    border: 1px solid;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    display: none;
    padding-top: 5px;
    font-size: 20px;
    color: #888;
    cursor: pointer;
    margin-right: 70px;
    margin-top: 10px;
}

    .gototop:hover {
        color: red;
    }

.add-stock {
    margin-right: 5px;
}

.Portfolio {
    margin-right: 5px !important;
}
/*=-=-=-=-=------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:560px )and ( max-width: 768px) {
    .order_info_r {
        margin-left: 1%;
    }

    ul.comp_info li.comp_info_1:nth-child(2) ul.comp_info_1 li:last-child, ul.comp_info > li.comp_info_1:nth-child(2) > ul.comp_info_1 > li:nth-child(2) {
        width: 40% !important;
    }

    /*.order_info_r .comp_info li:nth-child(4), .order_info_r .comp_info li:nth-child(5), .order_info_r .comp_info li:nth-child(6) {
        width: 30% !important;
    }*/

    .order_info_r .comp_info li:nth-child(5), .order_info_r .comp_info li:nth-child(4) {
        /*margin-top: 10px !important;*/
        padding-right: 0px !important;
    }
}

.order-form-input, .order-form-submit, .order-form-accountNo, .order-form-stockSymbol, .order-form-volume, .order-form-price, .order-form-secureCode, .order-form-option {
    float: left;
    position: relative;
}

@media (min-width: 1200px) {
    #myModal .modal-dialog {
        width: 70%;
    }
    .footer-height {
        height: 50px;
    }

    .left_60pc {
        width: 58%;
    }

        .left_60pc > div {
            border-right: 1px solid #e2e2e3;
        }

    .main-menu-center {
        position: absolute;
        z-index: 999999;
        top: 35px;
        left: 46%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        /* width: 608px; */
        height: 70px;
        /* background: #fff; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -webkit-transition: all .3s ease;
        /* transition: all .3s ease; */
        /* opacity: 0; */
        /* pointer-events: none; */
        /* -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.2); */
        /* box-shadow: 0 0 10px 2px rgba(0,0,0,.2); */
    }

    .navbar-right {
        height: 70px;
    }

    .navbar-collapse.collapse {
        height: 70px !important;
    }
    /*#main_menu{
        padding-left: 20px;
    }*/
    #boxLangLink {
        top: 7px;
    }

    .boxNews .dropdown-toggle {
        top: 7px;
    }

    h1.logo a {
        display: inline-block;
        text-indent: -9999px;
        background: url(Images/logo_text_white.svg) no-repeat top left;
        background-size: cover;
        height: 70px;
        /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);*/
    }

    h1.logo_login a, h1.nonemenu_logo a {
        background: url(Images/logo_text_white.svg) no-repeat top left;
        /*width: 190px;*/
        /*height: 80px;*/
        width: 230px;
    }

    .login-subtitle {
        font-size: 20px;
        font-family: Averta-Regular,sans-serif !important;
        margin-bottom: 22px;
        margin-top: 22px;
        font-weight: bold;
    }
    .login-subtitle2 {
        font-size: 15px;
        font-family: Averta-Regular,sans-serif !important;
        margin-bottom: 5px;
        margin-top: 5px;       
        color: white;
    }

    .loginContentZone {
        background: rgba(255, 255, 255, 0.8);
        border: 1px solid rgba(255, 255, 255, 0.8);
        border-radius: 4px;
        /*float: right;*/
        height: 300px;
    }

    .titleLogin {
        margin-top: 20px !important;
        margin-bottom: 25px !important;
        text-align: center;
    }

        .titleLogin span {
            text-transform: uppercase;
            font-size: 20px !important;
            font-weight: bold;
        }

    .form-login {
        background: url(Images/bgslideshow.png) no-repeat center center;
        background-position-y: -70px;
        background-size: auto 100%;
    }

    .login-form {
        margin: 0 0 1%;
        padding: 0 34%;
    }

    .login-form-title {
        margin: 2% 0 1%;
        padding: 0 26%;
    }

    #menuInfo {
        float: right;
    }

    .price-board-tab-button {
        display: none;
    }

    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .order-infor-comp-name {
        width: 70%;
    }

    .order-infor-portfolio {
        width: 30%;
    }

    .order-infor-symbol {
        width: 70%;
        margin-top: -10px;
    }

    .order-form-input {
        width: 75%;
    }

    .order-form-submit {
        width: 25%;
    }

    .order-form-accountNo {
        width: 33.33333333%;
    }

    .order-form-stockSymbol {
        width: 33.33333333%;
    }

    .order-form-volume {
        width: 33.33333333%;
    }

    .order-form-price {
        width: 33.33333333%;
    }

    .order-form-secureCode {
        width: 33.33333333%;
    }

    .order-form-option {
        width: 33.33333333%;
    }

    .order-comp-info1 {
        width: 15%;
    }

    .order-comp-info2 {
        width: 24%;
    }

    .order-comp-info3 {
        width: 36%;
    }
}

@media (max-width: 1200px) {
    .left_60pc {
        width: 58%;
    }

        .left_60pc > div {
            border-right: 1px solid #e2e2e3;
        }

    .login-subtitle {
        font-size: 20px;
        font-family: Averta-Regular,sans-serif !important;
        margin-bottom: 22px;
        margin-top: 22px;
        font-weight: bold;
    }
    .login-subtitle2 {
        font-size: 15px;
        font-family: Averta-Regular,sans-serif !important;
        margin-bottom: 5px;
        margin-top: 5px;
        color: white;
    }

    .form-login {
        background: url(Images/bgslideshow.png) no-repeat center center;
        background-position-y: -20px;
        background-size: auto 100%;
    }

    .sticky-wrapper {
        height: 52px !important;
    }

    .boxLang.nonmenu {
        top: 0px !important;
    }

    .yt-logo-img {
        height: 52px !important;
    }

    .yt-hero-nav {
        height: 52px !important;
    }

    h1.logo_login a, h1.nonemenu_logo a {
        width: 155px !important;
    }

    #i_header {
        height: 52px !important;
    }

    .navbar .container-fluid {
        height: 52px !important;
    }

    .login-form {
        margin: 0 0 50px;
        padding: 0 34%;
    }

    .login-form-title {
        margin: 55px 0 0;
        padding: 0 26%;
    }

    #menuInfo {
        float: right;
    }

    .price-board-tab-button {
        display: none;
    }

    .changeAccountdrop {
        width: 100%;
    }

    .order-infor-comp-name {
        width: 70%;
    }

    .order-infor-portfolio {
        width: 30%;
    }

    .order-infor-symbol {
        width: 100%;
        margin-top: 0px;
    }

    .order-form-input {
        width: 75%;
    }

    .order-form-submit {
        width: 25%;
    }

    .order-form-accountNo {
        width: 33.33333333%;
    }

    .order-form-stockSymbol {
        width: 33.33333333%;
    }

    .order-form-volume {
        width: 33.33333333%;
    }

    .order-form-price {
        width: 33.33333333%;
    }

    .order-form-secureCode {
        width: 33.33333333%;
    }

    .order-form-option {
        width: 33.33333333%;
    }

    .order-comp-info1 {
        width: 15%;
    }

    .order-comp-info2 {
        width: 22%;
    }

    .order-comp-info3 {
        width: 36%;
    }
}

.staticpage {
    margin: 30px 70px 100px 70px;
}

@media (max-width: 1024px) {
    .login-form {
        padding: 0 25%;
    }

    .logins {
        height: 88vh;
    }

    .left_60pc {
        width: 100%;
    }

        .left_60pc > div {
            border-right: 0;
        }

    .hidden-max-1024 {
        display: none !important;
    }

    #footpanel {
        max-width: 1024px;
    }

    .staticpage {
        margin: 20px 15px;
    }

    table.bl_details td:nth-child(2) {
        width: 40%;
    }

    .intraday_2_div_left_1 {
        overflow: auto;
        padding-bottom: 10px;
    }
}

@media (max-width: 992px) {
    .login-form {
        margin: 0 0 0;
        padding: 0 30%;
    }
    .login-form-title {
        margin: 35px 0 0;
        padding: 0;
    }
    #footpanel {
        max-width: 992px;
    }

    .blockSpan, .blockSpan_btn {
        margin-top: 0;
    }

    .form-inline .form-group {
        padding-bottom: 0px;
    }

    .order_info_r {
        border-right: none;
        padding: 5px 0;
    }

    .coostTakeProfit .divStopLoss {
        margin-left: 50px;
    }

    #orderInfoForm .form-control {
        width: 100% !important;
    }

    #divOrder {
        margin-bottom: 35px;
        height: 35px;
    }

    #btnOrder {
        width: 96%;
        height: 37px;
        position: absolute;
        top: 0;
        /*right: 15px;*/
    }
}

@media (max-width: 920px) {
    #footpanel {
        max-width: 920px;
    }

    .login_round {
        width: 60%;
    }

    .coostTakeProfit .divStopLoss {
        margin-left: 30px;
    }

    /*--------------------------------------OderForm--------------------------------------------------------*/
    .order_info_top_item > div:nth-child(2) input::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: #BDBDBD !important;
        font-style: italic;
    }

    .order_info_top_item > div:nth-child(2) input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #BDBDBD !important;
        opacity: 1 !important;
        font-style: italic;
    }

    .order_info_top_item > div:nth-child(2) input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #BDBDBD !important;
        opacity: 1 !important;
        font-style: italic;
    }

    .order_info_top_item > div:nth-child(2) input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #BDBDBD !important;
        font-style: italic;
    }

    #orderInfoForm .form-control {
        width: 100% !important;
    }

    #divOrder {
        margin-bottom: 35px;
        height: 35px;
    }

    #btnOrder {
        width: 96%;
        height: 37px;
        position: absolute;
        top: 0;
        right: 15px;
    }

    #orderInfoForm .info_top1 {
        display: none;
    }

    .order_info_top_item > div:nth-child(2) {
        width: 90%;
    }
    /*--------------------------------------end OderForm--------------------------------------------------------*/
    .favorite {
        width: 35.33333333%;
    }

    .price-board-extend {
        width: 64.66666667%;
    }
}

@media (max-width: 830px) {
    #footpanel {
        max-width: 830px;
    }

    .loginImgBg {
        padding-top: 0 !important;
    }

    .login-form {
        margin: 0;
        padding: 0 25%;
    }
    .login-form-title {
        margin: 35px 0 0;
        padding: 0;
    }
    .order-form-input {
        width: 83%;
    }

    .order-form-submit {
        width: 17%;
    }

    .order_info_r.fos_order_info_r > .pright15 {
        padding-right: 0 !important;
    }

    .table-sub-form-responsive {
        overflow: auto;
    }

    .group .subOrderInfo {
        width: 400px;
    }

    .order-block label {
        text-align: left;
    }

    #divOrder {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 35px;
    }

    .order-block > div > div.form-group > label:not([class="lblStpTrig"]), .order-block > div > div.row > div > div.form-group > label {
        padding-left: 15px;
        padding-right: 0;
    }

    .coostTakeProfit .divStopLoss {
        margin-left: 20px;
    }

    #orderInfoForm .form-control {
        width: 100% !important;
    }

    #divOrder {
        margin-bottom: 35px;
        height: 35px;
    }

    #btnOrder {
        width: 96%;
        height: 37px;
        position: absolute;
        top: 0;
        right: 15px;
    }

    .save_passOrder {
        width: auto !important;
    }

    .order_info_top_item .form-relative {
        width: 100%;
    }

    #orderInfoForm .row-fluid {
        margin: 0 0 0 10px;
    }

    #btnOrder {
        width: 95%;
        height: 37px;
        position: absolute;
        top: 0;
        right: 15px;
    }
}

@media (max-width: 667px) {
    #footpanel {
        max-width: 667px;
    }

    .order-infor-comp-name {
        width: 67%;
    }

    .order-infor-portfolio {
        width: 33%;
    }

    .order-form-input {
        width: 100%;
    }

    .order-form-submit {
        width: 100%;
    }

    .comp_info_1 li span {
        margin-right: 0;
    }

    #OrderDerivativeModal .popUpBody .row-opt {
        padding-right: 15px !important;
    }

    .orderAccountSection {
        border-right: none !important;
    }

    #OrderDerivativeModal .popUpBody .row-opt.stockInfoSection {
        padding-right: 0 !important;
    }

    #OrderDerivativeModal .popUpBody .row-opt .form-inline > .form-group, #OrderDerivativeModal .popUpBody .row-opt .form-group, #OrderDerivativeModal .popUpBody .row-opt .form-inline > .form-group .pluginNum input[type=text] {
        width: 100%;
        padding-bottom: 0;
    }

        #OrderDerivativeModal .popUpBody .row-opt .form-inline > .form-group > label:not([class="lblStpTrig"]):not([class="plus"]):not([class="minus"]), #OrderDerivativeModal .popUpBody .row-opt .form-group > label:not([class="lblStpTrig"]):not([class="plus"]):not([class="minus"]) {
            width: 28%;
        }

    #OrderDerivativeModal .formStpTrig {
        padding-bottom: 10px !important;
    }

    #OrderDerivativeModal .popUpBody .row-opt .form-group > label.plus, #OrderDerivativeModal .popUpBody .row-opt .form-group > label.minus, #OrderDerivativeModal .popUpBody .row-opt .form-group > label.lblStpTrig {
        width: initial;
    }

    #OrderDerivativeModal .popUpBody .row-opt .form-group input[type=text], #OrderDerivativeModal .popUpBody .row-opt .form-inline > .form-group .pluginNum {
        width: 69%;
    }

    #OrderDerivativeModal .popUpBody .row-opt .form-group.txtSecureCode {
        width: 98% !important;
        float: right;
        margin-right: 10px;
        margin-top: 25px;
        margin-bottom: 10px;
    }

        #OrderDerivativeModal .popUpBody .row-opt .form-group.txtSecureCode input[type=password] {
            width: 69% !important;
        }

    #OrderDerivativeModal .popUpBody .row-opt.formButton button {
        width: 100% !important;
        float: right;
    }
}

@media screen and (min-width:569px )and ( max-width: 768px) {
    #dvAddStock .menuTab > li.active:first-child {
        margin-left: 1% !important;
        margin-right: 1% !important;
    }

    .contentOptionItemPB {
        width: 100%;
    }

    .priceBoardTab .contentOptionItemPB:last-child button {
        width: initial !important;
    }

    .menuTab li ul.ulFavorite li a.btn {
        height: 30px;
        line-height: 0.7rem;
    }

    .priceBoardTab .contentOptionItemPB:nth-child(1) input[type=text] {
        width: 30%;
        margin-left: 1% !important;
        margin-right: 1% !important;
    }

    .priceBoardTab .contentOptionItemPB:nth-child(1) input[type=button] {
        width: 31.5%;
        margin-right: 1% !important;
        float: left !important;
    }

    .priceBoardTab .contentOptionItemPB:nth-child(2) input[type=text] {
        width: 30%;
        margin-left: 1% !important;
        margin-right: 1% !important;
    }

    .priceBoardTab .contentOptionItemPB:nth-child(2) button {
        width: 64%;
        float: left;
    }

    #dvAddStock > div > .contentOptionItemPB:nth-child(1) {
        /*width: 40% !important;*/
    }

    #dvAddStock > div > .contentOptionItemPB:nth-child(2) {
        /*width: 55% !important;*/
        margin-top: 7px !important;
    }

    .LinktoSsiPriceboard {
        text-align: right;
        margin-bottom: 0 !important;
        margin-right: 2%;
        max-height: 20px;
        margin-top: 0 !important;
        padding-top: 0;
    }

        .LinktoSsiPriceboard a {
            margin: 5px 0 0;
            margin-top: 0;
        }

    #subPriceNewSelect + .subPriceBoardTabs {
        width: auto !important;
    }
}

@media (max-width: 768px) {
    .logins {
        height: 93.7vh;
    }

    #footpanel {
        max-width: 768px;
    }

    .order-comp-info1 {
        width: 14%;
    }

    .order-comp-info2 {
        width: 19%;
    }

    .order-comp-info3 {
        width: 41%;
    }

    .order-comp-matched {
        width: 25%;
    }

    .feature-tab {
        padding-bottom: 10px;
    }

    #menuTabMarket {
        overflow-x: auto;
    }

    .login-slider-sm-br {
        border-right: 1px solid #ccc;
    }

    .contenOptionPB {
        padding-top: 0px;
    }

    .priceBoardTabFOS .contentOptionItemPBFOS {
        height: 27px;
        position: relative;
    }

    .dropdownPriboardtab {
        display: inline-block;
    }

    .priceBoardTabFOS .menuTab {
        display: none;
        position: absolute;
    }

        .priceBoardTabFOS .menuTab > li {
            float: inherit;
            display: grid;
        }

    .LinktoSsiPriceboard {
        text-align: right;
        margin-bottom: 0 !important;
    }

    #CommonCOOModal .popUpBody {
        overflow: auto;
        max-height: 330px;
    }

    /*.table-responsive.table-priceboard.tablesorter thead tr:first-child th:nth-child(9), .table-responsive.table-priceboard.tablesorter thead tr:nth-child(2) th:nth-child(3), .table-responsive.table-priceboard.tablesorter thead tr:nth-child(2) th:nth-child(4), .table-responsive.table-priceboard.tablesorter thead tr:nth-child(2) th:nth-child(5), .table-responsive.table-priceboard.tablesorter thead tr:nth-child(2) th:nth-child(6), .table-responsive.table-priceboard.tablesorter thead tr:nth-child(2) th:nth-child(7), .table-responsive.table-priceboard.tablesorter thead tr:nth-child(2) th:nth-child(8), .table-responsive.table-priceboard.tablesorter tbody tr td:nth-child(7), .table-responsive.table-priceboard.tablesorter tbody tr td:nth-child(8), .table-responsive.table-priceboard.tablesorter tbody tr td:nth-child(9), .table-responsive.table-priceboard.tablesorter tbody tr td:nth-child(10), .table-responsive.table-priceboard.tablesorter tbody tr td:nth-child(11), .table-responsive.table-priceboard.tablesorter tbody tr td:nth-child(12), .table-responsive.table-priceboard.tablesorter thead tr:first-child th:nth-child(11), .table-responsive.table-priceboard.tablesorter thead tr:nth-child(2) th:nth-child(15), .table-responsive.table-priceboard.tablesorter thead tr:nth-child(2) th:nth-child(16), .table-responsive.table-priceboard.tablesorter thead tr:nth-child(2) th:nth-child(17), .table-responsive.table-priceboard.tablesorter thead tr:nth-child(2) th:nth-child(18), .table-responsive.table-priceboard.tablesorter thead tr:nth-child(2) th:nth-child(19), .table-responsive.table-priceboard.tablesorter thead tr:nth-child(2) th:nth-child(20), .table-responsive.table-priceboard.tablesorter tbody tr td:nth-child(17), .table-responsive.table-priceboard.tablesorter tbody tr td:nth-child(18), .table-responsive.table-priceboard.tablesorter tbody tr td:nth-child(19), .table-responsive.table-priceboard.tablesorter tbody tr td:nth-child(20), .table-responsive.table-priceboard.tablesorter tbody tr td:nth-child(21), .table-responsive.table-priceboard.tablesorter tbody tr td:nth-child(22), .table-responsive.table-priceboard.tablesorter thead tr:first-child th:nth-child(12), .table-responsive.table-priceboard.tablesorter thead tr:nth-child(2) th:nth-child(23), .table-responsive.table-priceboard.tablesorter thead tr:nth-child(2) th:nth-child(24), .table-responsive.table-priceboard.tablesorter tbody tr td:nth-child(23), .table-responsive.table-priceboard.tablesorter tbody tr td:nth-child(24), #divQuote .data_grid10.table-priceBoard thead tr:first-child th:nth-child(6), #divQuote .data_grid10.table-priceBoard thead tr:nth-child(2) th:nth-child(1), #divQuote .data_grid10.table-priceBoard thead tr:nth-child(2) th:nth-child(2), #divQuote .data_grid10.table-priceBoard thead tr:nth-child(2) th:nth-child(3), #divQuote .data_grid10.table-priceBoard thead tr:nth-child(2) th:nth-child(4), #divQuote .data_grid10.table-priceBoard thead tr:nth-child(2) th:nth-child(5), #divQuote .data_grid10.table-priceBoard thead tr:nth-child(2) th:nth-child(6), #divQuote .data_grid10.table-priceBoard thead tr:first-child th:nth-child(8), #divQuote .data_grid10.table-priceBoard thead tr:nth-child(2) th:nth-child(11), #divQuote .data_grid10.table-priceBoard thead tr:nth-child(2) th:nth-child(12), #divQuote .data_grid10.table-priceBoard thead tr:nth-child(2) th:nth-child(13), #divQuote .data_grid10.table-priceBoard thead tr:nth-child(2) th:nth-child(14), #divQuote .data_grid10.table-priceBoard thead tr:nth-child(2) th:nth-child(15), #divQuote .data_grid10.table-priceBoard thead tr:nth-child(2) th:nth-child(16), #divQuote .data_grid10.table-priceBoard thead tr:first-child th:nth-child(9), #divQuote .data_grid10.table-priceBoard thead tr:nth-child(2) th:nth-child(17), #divQuote .data_grid10.table-priceBoard thead tr:nth-child(2) th:nth-child(18), #divQuote .data_grid10.table-priceBoard tbody tr td:nth-child(6), #divQuote .data_grid10.table-priceBoard tbody tr td:nth-child(7), #divQuote .data_grid10.table-priceBoard tbody tr td:nth-child(8), #divQuote .data_grid10.table-priceBoard tbody tr td:nth-child(9), #divQuote .data_grid10.table-priceBoard tbody tr td:nth-child(10), #divQuote .data_grid10.table-priceBoard tbody tr td:nth-child(11), #divQuote .data_grid10.table-priceBoard tbody tr td:nth-child(15), #divQuote .data_grid10.table-priceBoard tbody tr td:nth-child(16), #divQuote .data_grid10.table-priceBoard tbody tr td:nth-child(17), #divQuote .data_grid10.table-priceBoard tbody tr td:nth-child(18), #divQuote .data_grid10.table-priceBoard tbody tr td:nth-child(19), #divQuote .data_grid10.table-priceBoard tbody tr td:nth-child(20), #divQuote .data_grid10.table-priceBoard tbody tr td:nth-child(21), #divQuote .data_grid10.table-priceBoard tbody tr td:nth-child(22) {
        display: none !important;
    }*/

    .footer-menu {
        bottom: 55px;
    }

    .group-calendar {
        padding-top: 5px;
        /*clear: both;*/
    }

    .NewsLetter > div.row > div > div.form-group > label {
        text-align: left;
        padding: 0 15px 0 15px;
    }

    #main {
        width: 100%;
    }

    body.loginPage {
        /*margin-bottom: 90px;
        padding-bottom: 90px;*/
    }

    /*.menuTab > li.active:first-child {
        width: auto !important;
    }*/

    .btnViewBoard {
        width: 34px;
        height: 26px;
    }

    .priceBoardTabFOS .contentOptionItemPBFOS:first-child {
        width: auto;
        margin-bottom: 2px;
        margin-left: 5px;
    }

    .priceBoardTabFOS .priceMode2 {
        margin-right: 8px;
    }

    .priceBoardTabFOS .menuTab > li {
        width: auto;
        border-radius: 4px;
        padding: 0 5px;
        margin-right: 0px !important;
        margin-bottom: 5px;
    }

    .menuTab.active {
        display: inline-block;
        min-width: 200px;
        background: #fff;
        padding: 5px;
        margin: 0px 0 0 0;
        border-radius: 3px;
        z-index: 99;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }

    .menuTab li ul.ulFavorite {
        /*left: 102%;
        top: -5px;*/
        width: 100%;
        border-radius: 5px;
    }

    .priceBoardTabFOS .menuTab > li.active:first-child {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .priceBoardTabFOS .menuTab > li:last-child {
        margin-bottom: 0;
    }

    .priceBoardTabFOS .contentOptionItemPB {
        width: auto;
    }

    .popupFilterExpand {
        position: relative;
        border: none;
        border-top: 1px solid #d2d2d2;
        height: 5px;
        margin-bottom: 10px !important;
    }

    .filterExpand, .filterExpandPop {
        position: absolute;
        right: 15px;
        top: -20px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #9E9E9E;
        color: #fff;
        font-size: 18px !important;
        padding: 1.5px 4px;
        cursor: pointer;
        z-index: 99;
    }

        .filterExpand.ups, .filterExpandPop.ups {
            background: #147cf7 !important;
            padding: 0px 4.5px;
            top: -10px;
        }

    .expandBorderTop, .expandBorderPopTop {
        border-top: 1px solid #147cf7 !important;
        margin-top: -1px !important;
    }

    .filterRespository.hides {
        overflow: hidden;
        display: none;
        max-height: 0;
        margin: 0 !important;
        transition: max-height 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    }

    .filterRespositoryPop.hides {
        overflow: hidden;
        display: none;
        margin: 0 !important;
        transition: max-height 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    }

    .filterRespositoryPopTS.hides {
        overflow: hidden;
        max-height: 32px;
        margin: 0 !important;
        transition: max-height 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    }

    .filterRespository {
        margin-top: 10px;
    }

        .filterRespository.shows, .filterRespositoryPop.shows, .filterRespositoryPopTS.shows {
            overflow: hidden;
            display: inherit;
            max-height: 300px;
            transition: max-height 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
        }
    /*-------------------------------------*/
    .priceBoardTab {
        width: 100%;
    }

        .priceBoardTab .contentOptionItemPB:last-child button {
            width: 60%;
        }

        .priceBoardTab .contentOptionItemPB:first-child button {
            width: 29%;
            margin-right: 1% !important;
        }

    li.subPriceBoardTab ul li.lisub_menu {
        border-radius: 4px;
    }

    .subPriceBoardTab ul li a {
        padding: 6px 5px;
    }

    .subPriceBoardTab {
        width: 64%;
        margin-right: 0 !important;
    }

    .contentOptionItemPB {
        margin-top: 10px;
    }

    #subPriceNewSelect {
        width: 30%;
        /*margin-right: 2% !important;
        margin-left: 2% !important;*/
        /*border-radius: 4px;*/
    }

    .menuTab > li.active:first-child a {
        padding: 8px 10px 7px;
        height: auto;
        line-height: 1.25;
    }

    .order_info_r > .comp_info > li:nth-child(2) {
        padding: 0;
    }

    .order_info_r .comp_info li:nth-child(2) .comp_info_1 li:nth-child(1) {
        width: 20%;
        float: left;
    }

    .order_info_r .comp_info li:nth-child(2) .comp_info_1 li:nth-child(2), .order_info_r .comp_info li:nth-child(2) .comp_info_1 li:nth-child(3) {
        float: left;
    }

    /*.order_info_r .comp_info li:nth-child(4), .order_info_r .comp_info li:nth-child(5) {
        width: 50%;
    }*/

    .order_info_r .comp_info li:nth-child(4) {
        padding-left: 10px !important;
        margin-top: 5px;
        /*width: 50%;*/
    }

    /*.order_info_l {
        height: 40px;
    }*/

    .order_info_r .comp_info li:nth-child(5) {
        padding-right: 10px !important;
    }

        .order_info_r .comp_info li:nth-child(4) .comp_info_1 li, .order_info_r .comp_info li:nth-child(5) .comp_info_1 li {
            width: 100% !important;
        }

    .order_info_r .comp_info li:nth-child(6) {
        margin-top: 5px;
        padding: 0 10px;
    }

    ul.subtab2 li a.tabactive {
    }

    .OHtabmenu li, .subtab2 li {
        width: 100%;
        margin-top: 5px;
    }

    .OHtabmenu, .subtab2 {
        width: 100%;
        padding: 10px 15px;
    }

        .OHtabmenu .subtab2_t1, .subtab2 .subtab2_t1 {
            display: block;
            border-radius: 4px !important;
            border: 1px solid #acb5d3;
            text-align: center;
            margin: 0;
            font-size: 13px;
        }

    .SOR_SORStatus ul.subtab2 li a.subtab2_t1 {
        display: inline-block !important;
        border: 1px solid #007ac9;
        width: 100%;
        border-radius: 4px;
        font-size: 14px !important;
        text-align: center;
        margin: 0 0 5px 0 !important;
    }

    .SOR_SORStatus .subtab2 li {
        width: 100%;
    }

    .login_round {
        width: 80%;
    }

    .AccountManagement .subtab2 {
        width: 100%;
        margin: 10px auto;
        padding: 0 10px;
    }

        .AccountManagement .subtab2 > li {
            display: block;
            width: 100%;
            margin-bottom: 5px;
        }

            .AccountManagement .subtab2 > li a.subtab2_t1 {
                display: block;
                border-radius: 4px !important;
                border-bottom: 1px solid #acb5d3;
                text-align: center;
            }

    .comp_more, .showOrder {
    }

    .divpassOrder {
        text-align: right;
        width: 73%;
    }

    .save_passOrder {
        float: left;
    }

    #orderInfoForm .info_top1 {
        display: inline-block;
    }

    .order_info_top_item .form-relative {
        width: 70%;
    }

    .comp_line_more {
        background: #f3f3f3;
    }

    .info_5 {
        width: 30px;
    }

    .form-inline .form-group {
        padding-bottom: 0;
    }

    #orderInfoForm #txtSecureCode.form-control {
        width: 49%;
    }

    #divOrder {
        margin-bottom: 35px;
        height: 35px;
    }

    #btnOrder {
        width: 96%;
        height: 37px;
        position: absolute;
        top: 0;
        right: 15px;
    }

    .order_info_top .mb10 {
        margin-bottom: 0 !important;
    }

    /*ul.comp_info li.comp_info_1, ul.comp_info li ul.comp_info_1 {
        width: 100%;
        padding: 0;
        margin: 0;
    }*/

    /*ul.comp_info li.comp_info_1:nth-child(3) {
            width: 40%;
        }*/

    ul.comp_info li.comp_info_order {
        width: 40%;
        margin-top: 10px;
    }

    ul.comp_info li.comp_info_1 ul.comp_info_1 li:last-child, ul.comp_info li.comp_info_1 ul.comp_info_1 li:nth-child(2) {
        width: 100%;
    }

    .coo_gtd_btn {
        text-align: right;
    }

        .coo_gtd_btn .Coo-btn:first-child {
            height: 30px;
        }

    .coo_gtd_popOrder .Coo-content {
        margin-right: 0px;
        margin-left: 0px;
    }
    /*-------------------------------------------------------OderForm---------------------------------*/
    .order_info_top_item > div:nth-child(2) {
        width: 68%;
    }

    .comp_info_10 li {
        width: 100% !important;
    }
    /*-------------------------------------------------------end OderForm---------------------------------*/

    .intraday_div,.intraday_div_click {
        width: 48% !important;
    }

    .price-board-extend {
        width: 100%;
    }

    .price-board-tab-content {
        margin-top: 0px;
        padding-left: 10px;
        padding-right: 5px;
    }
}

@media (min-width: 992px) {
    .login-slider-md-br {
        border-right: 1px solid #ccc;
    }

    .w90OrderPrice {
        width: 90px !important;
    }
	.login-title-left{
		text-align: right;
	}
	.login-title-right{
		text-align: left;
	}
	.login-title-left a{
		float: right;
	}	
	.login-title-right a{
		float: left;
		font-weight: bold;
	}	
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }

    .globalInputText {
        position: relative;
        width: 100px;
        /*height: 30px;*/
        text-align: left;
    }

    .w90OrderPrice {
        width: 80px !important;
    }
}
@media (max-width: 991px) {
	.login-title-left, .login-title-left a{
		text-align: center;
	}
	.login-title-right, .login-title-right a{
		text-align: center;
		font-weight: bold;
	}
}
@media (max-width: 767px) {
    #myModal .modal-dialog {
        margin-left: 110px !important;
    }

    #footpanel {
        max-width: 767px;
    }

    .hidden-xs {
        display: none !important;
    }

    #aspnetForm {
        background-position-y: 90px;
    }

    .w90OrderPrice {
        width: 90px !important;
    }
}

#divSameAccountPanel, #divBankAccountPanel, #divInternalAccountPanel, #div_VSDCashTransferPanel {
    display: inline-block;
}

@media (max-width: 720px) {
    .data_grid_group_order, .group_order_content {
        width: 600px !important;
    }

    #tablePNAlert {
        max-width: 720px;
    }

    #footpanel {
        max-width: 720px;
    }

    #menuInfo {
        float: left;
    }

    .scrollChartLeft, #divVoltransRight {
        overflow-x: auto;
    }

    div#divVoltranLeftTop {
        height: 178px;
    }

    .stockBoardContent {
        overflow: auto;
    }

    #menuStockInfo, #divVoltrans, #divMarketDetail, #divPutThrough, #divChart {
        min-width: 720px;
    }

    .login-slider-sm-br {
        border-right: none;
    }

    .order-infor-symbol {
        width: 100%;
    }

    #divSameAccountPanel, #divBankAccountPanel, #divInternalAccountPanel, #div_VSDCashTransferPanel {
        padding: 0 10px;
    }

        #divSameAccountPanel > label, #divBankAccountPanel > label {
            width: 100%;
            padding-right: 10px !important;
        }

    #divInternalAccountPanel {
        width: 49%;
        padding-right: 0;
        display: inline-block;
    }

        #divInternalAccountPanel > label {
            width: 100%;
        }

    #div_VSDCashTransferPanel {
        width: 49%;
        padding-left: 0;
        display: inline-block;
    }

        #div_VSDCashTransferPanel > label {
            width: 100%;
            padding-right: 6px !important;
        }

    .futureOrderForm > .row > .form-4:nth-child(2), .futureOrderForm > .row > .form-4 {
        width: 100% !important;
    }

        .futureOrderForm > .row > .form-4:nth-child(4) {
            top: -10px !important;
            right: initial !important;
            width: 100% !important;
        }



    .feature-tab {
        background-color: #f9f9f9;
    }

    .formrelated {
        margin-top: 0px;
        width: 100%;
    }

    .RIR .subtab2_content .calendarSpan.left, .RIR .subtab2_content .blockSpan.left {
        width: 100%;
        margin-top: 5px;
    }

        .RIR .subtab2_content .calendarSpan.left .spanTitle, .RIR .subtab2_content .blockSpan.left .spanTitle {
            width: 25%;
            margin-right: 2%;
        }

        .RIR .subtab2_content .calendarSpan.left .form-calendar, .RIR .subtab2_content .blockSpan.left .form-calendar {
            width: 69%;
        }

            .RIR .subtab2_content .calendarSpan.left .form-calendar input, .RIR .subtab2_content .calendarSpan.left .form-calendar select, .RIR .subtab2_content .blockSpan.left .form-calendar input {
                width: 100%;
            }

    .SOR_SORStatus .calendarSpan {
        margin-right: 0px;
    }

    .data_grid11 {
        width: 1200px;
    }
    /*set width for tooltip*/
    .tooltip_body .data_grid11 {
        width: unset;
    }

    .RealizedGainLoss .blockSpan, .FO_TF_FOS_OE .blockSpan label.itemTitle input[type=text], .FO_TF_FOS_OE .blockSpan label.itemTitle select, .FO_TF_FOS_OE .right {
        width: 100% !important;
    }

    .FO_TF_FOS_OE .blockSpan input[type=button] {
        width: 98.5% !important;
    }

    .FO_TF_FOS_OE .right input[type=button] {
        width: 49%;
        margin-bottom: 5px;
    }

    .coo_gtd .globalInputText {
        width: 105px;
    }

    .coo_gtd .globalInputText {
        width: 105px;
        height: 24px;
    }

    .order_info_top .order_info_top_item {
        width: 100%;
        margin-bottom: 5px;
        padding-bottom: 0;
    }

        .order_info_top .order_info_top_item .info_top1 {
            width: 30%;
        }

        .order_info_top .order_info_top_item .form-control {
            width: 66% !important;
        }

    .coostTakeProfit .divStopLoss {
        margin-left: 10px;
    }

    .temp1_title {
        width: 100%;
        font-size: 18px;
    }

    .w90OrderPrice {
        width: 90px !important;
    }
}

@media (max-width: 640px) {
    #footpanel {
        max-width: 640px;
    }

    #CommonCOOModal .popUpBody {
        overflow: auto;
        max-height: 280px;
    }
}

@media (max-width: 620px) {
    #footpanel {
        max-width: 620px;
    }

    #CommonCOOModal .popUpBody {
        overflow: auto;
        max-height: 295px;
    }
}

@media (max-width: 568px) {
    #myModal .modal-dialog {        
        margin: 90px !important;        
    }
    .login-form {
        margin: 0;
        padding: 0 20%;
    }
    .login-form-title {
        margin: 35px 0 0;
        padding: 0;
    }
    #footpanel {
        max-width: 5680px;
    }

    .hide-intraday {
        display: none !important;
    }

    .show-intraday {
        display: block !important;
    }

    .contenOptionPBct {
        border-bottom: none;
    }

    #PriceBoardTab_filterRespository {
        margin-bottom: 15px;
    }

    .price-board-tab-button {
        display: inline-block;
        width: 92% !important;
        margin-left: 3.2%;
        margin-top: 10px;
        background-color: #007ac9 !important;
        color: white !important;
    }

    .price-board-tab {
        /*display: none !important;*/
        width: 89% !important;
        position: absolute;
        margin: 0 2% 0 2%;
        list-style: none;
        font-size: 13px;
        text-align: left;
        min-width: 190px;
        padding: 0;
        z-index: 1002;
        background: #fff;
        border: none;
        overflow: hidden;
        visibility: visible;
        left: 14px;
        top: 40px;
        border-radius: 5px;
    }

        .price-board-tab li {
            width: 100% !important;
            border-radius: 3px;
            margin: 0 !important;
            font-weight: normal;
            background: #fff;
            color: #333;
            border-bottom: 0px solid #ccc;
            float: none;
            display: block;
            padding: 0;
            overflow: hidden;
            position: relative;
        }

            .price-board-tab li.active a {
                padding: 8px 10px 7px;
                height: auto;
                line-height: 1.25;
                background-color: #2a9fd6;
            }

            .price-board-tab li a {
                color: #333 !important;
                border-bottom: 1px solid #f5f5f5;
                font-weight: normal;
                display: block;
                font-family: Averta-Regular,sans-serif !important;
                text-decoration: none !important;
                font-size: 12px;
                text-transform: capitalize !important;
            }

    .order-comp-info1 {
        width: 15%;
    }

    .order-comp-info2 {
        width: 25%;
    }

    .order-comp-info3 {
        width: 45%;
    }

    .order-infor-comp-name {
        width: 100%;
    }

    .order-infor-portfolio {
        width: 100%;
    }

    .order-infor-symbol {
        width: 100%;
        margin-top: 10px;
    }

    #CommonCOOModal .popUpBody {
        overflow: auto;
        max-height: 240px;
    }

    /*-------------------------------------------------------Begin Price Board---------------------------------------*/
    .add-stock, .Portfolio {
        padding-right: 4%;
        margin-left: 2%;
    }

    .Portfolio {
        margin-top: 10px !important;
    }

    .contentOptionItemPB {
        margin-top: 0px;
    }

    #btnPriceBoardView {
        width: 31.5%;
        margin-right: 5px;
    }

    #btnPriceBoardAdd {
        width: 31.5%;
        margin-left: 5px;
    }

    #subPriceNewSelect {
        width: 96% !important;
        margin-left: 2% !important;
        margin-right: 2% !important;
    }

    .menuTab li ul.ulFavorite {
        width: 100%;
        border-radius: 5px;
    }

    .contenOptionPB.priceBoardTab {
        display: inline-block;
        width: 100%;
        position: relative;
    }

    .menuTab > li.active:first-child a {
        padding: 8px 10px 7px;
        height: auto;
        line-height: 1.25;
    }

    #dvAddStock .menuTab li ul.ulFavorite {
        left: 0;
        top: 31px;
        border-radius: 5px;
    }

    .contenOptionPB.priceBoardTab .contentOptionItemPB {
        max-height: inherit;
        float: initial !important;
        /*margin-right: 0px;
	    margin-left: 0px;*/
        width: 100%;
        /* padding-right: 7px; */
    }

    .priceBoardTab .contentOptionItemPB .btn-primary {
        width: 65.8%;
    }

    .contenOptionPB.priceBoardTab .contentOptionItemPB .menuTab {
        display: inline-block;
        width: 100%;
    }

        .contenOptionPB.priceBoardTab .contentOptionItemPB .menuTab li {
            margin: 5px 5px 5px 7px;
            border-radius: 3px;
            width: 29.8%;
            margin-left: 2%;
        }

    #ulFavorite li, #ulSubFavorite li {
        width: 100%;
    }

    .contenOptionPB.priceBoardTab .contentOptionItemPB .menuTab li:last-child {
        width: 96%;
        margin-left: 2% !important;
        margin-right: 2% !important;
    }

    .menuTab > li.active:first-child, .priceBoardTab .contentOptionItemPB input[type=text] {
        /* margin-right: 2% !important; */
        width: 31%;
        border-radius: 4px;
    }
    /*-------------------------------------------------------END Price Board---------------------------------------*/
}

@media (max-width: 620px) {
    #i_footer {
        position: initial;
    }

    .intraday_div, .intraday_div_over,.intraday_div_click {
        clear: both;
        width: 98% !important;
    }

        .intraday_div .form-control, .intraday_div_over .form-control {
            width: 52%;
        }

    .popUpConfirmStockTranfer {
        overflow-x: auto;
    }    
    .stock-balance {
        min-height: 310px;
        background-color: #f2f2f2 !important;
    }
    .pie_donut_chart {
        height: 290px;
        overflow: hidden;
        width: 100%;
    }

    ul.subtab2 li a.subtab2_t1 {
        font-size: 14px;
    }

    .SOR_SORStatus .subtab2_content .calendarSpan {
        width: 100%;
    }

    .SOR_SORStatus .subtab2_content .spanTitle {
        width: 25%;
    }

    .SOR_SORStatus .subtab2_content .form-calendar {
        width: 69%;
    }

        .SOR_SORStatus .subtab2_content .form-calendar input {
            width: 100% !important;
            margin-bottom: 5px;
        }

    .SOR_SORStatus .temp1_title {
        display: inline-block;
        width: auto;
    }

    .SOR_SORStatus .changeToSORTab {
        width: 100%;
        margin-top: 5px;
    }

    .SOR_SORStatus .form-calendar .default_accmargin {
        width: 100px;
    }

    .CashAdvance .temp1_title {
        width: 100%;
    }

    #divOrderTransferHistory .calendarSpan, #divOrderTransferHistory .blockSpan {
        margin-right: 0;
        padding: 0;
        margin-bottom: 5px;
        width: 100%;
    }

    #divOrderTransferHistory .spanTitle {
        width: 30%;
        margin-right: 0;
    }

    #divOrderTransferHistory .form-calendar {
        width: 69%;
    }

        #divOrderTransferHistory .form-calendar input, #divOrderTransferHistory .form-calendar select {
            width: 100% !important;
        }

    .StockTransferTab {
        margin: 10px 0 0 0;
        width: 100%;
    }

        .StockTransferTab > li {
            width: 100%;
        }

            .StockTransferTab > li .subtab2_t1 {
                display: block;
                border-radius: 4px !important;
                margin: 0 0 5px 0;
            }

    .hrefOrderTransfer {
        width: 100%;
        margin: 5px 0;
    }
}

@media (max-width: 480px) {
	.powered_by {		
		line-height: normal;
	}
    .login-form {
        margin: 0;
        padding: 0 14%;
    }
    .login-form-title {
        margin: 35px 0 0;
        padding: 0;
    }
    #footpanel {
        max-width: 480px;
    }

    .order-comp-info1 {
        width: 21%;
    }

    .order_info_r .comp_info li:nth-child(4) {
        padding-left: 0px !important;
        margin-top: 5px;
        /*width: 50%;*/
    }

    .order-comp-info2 {
        width: 33%;
    }

    .order_info_r .comp_info li:nth-child(5) {
        padding-right: 0px !important;
    }

    .order-comp-info3 {
        width: 46%;
    }

    .order-form-accountNo {
        width: 100%;
    }

    .order-form-stockSymbol {
        width: 100%;
    }

    .order-form-volume {
        width: 100%;
    }

    .order-form-price {
        width: 100%;
    }

    .order-form-secureCode {
        width: 100%;
    }

    .order-comp-matched {
        width: 100%;
    }

    .order-form-option {
        width: 100%;
    }

    .stock_code .show_info {
        display: none;
    }

    .priceBoardTabFOS .contentOptionItemPB {
        margin-left: 0;
    }

    .btnViewBoard {
        width: 30px;
        height: 30px;
    }

    .popUpForm .popUpHeader h1 {
        float: left;
        /*padding: 0px 0px 3px 0;*/
        margin-right: 5px;
    }

    .order_info_top .order_info_top_item {
        width: 100% !important;
    }

        .order_info_top .order_info_top_item .form-control {
            width: 65% !important;
            margin-right: 2%;
            margin-left: 2%;
            display: inline-block;
        }

    .login_round {
        width: 100%;
    }

    #popup_container {
        margin: 0 2% !important;
        width: 96% !important;
        max-width: 96% !important;
        min-width: 96% !important;
        left: 0 !important;
    }

    .logins .loginForm .loginImgBg {
        padding: 45px 20px 45px;
        background-size: cover;
        background-position: 0 0;
    }

    .loginContentZone {
        background: rgba(255, 255, 255, 0.32);
        border: 1px solid rgba(255, 255, 255, 0.36);
        border-radius: 4px;
        padding-left: 0 !important;
		padding-right: 0 !important;
		height: 310px;
    }

    .login_detail .form-control {
        width: 80%;
    }

    .AccountManagement .acc_content textarea {
        height: 60px;
        width: 100%;
    }

    #btnEditAddressOk {
        display: block;
        margin: 0;
        margin-bottom: 5px;
    }

    .blockSpan.yellowBg input.form-control {
        width: 100%;
    }

    .RIR .btn-primary {
        width: 100%;
        margin-top: 10px;
    }

    .RIR .subtab2 {
        width: 100%;
    }

        .RIR .subtab2 .subtab2_t1 {
            display: block;
            border-radius: 4px !important;
            border: 1px solid #acb5d3;
            text-align: center;
        }

        .RIR .subtab2 > li {
            display: block;
            width: 100%;
            margin: 0 0 5px;
        }

    .SOR_SORStatus .temp1_title {
        display: block;
        width: 100%;
    }

    .radio input[type=radio] {
        display: block;
    }

    .calendarSpan.left {
        width: 48%;
        margin-right: 0;
        margin-left: 1%;
    }

        .calendarSpan.left input[type=button] {
            width: 1005;
        }

    #divCashTransferHistory .calendarSpan:nth-child(3) {
        width: 100%;
        margin-bottom: 5px;
    }

        #divCashTransferHistory .calendarSpan:nth-child(3) .spanTitle {
            width: 40%;
        }

        #divCashTransferHistory .calendarSpan:nth-child(3) .form-calendar {
            width: 55%;
        }

            #divCashTransferHistory .calendarSpan:nth-child(3) .form-calendar .inputCalendar {
                width: 100%;
                bottom: 10px;
            }

    #divCashTransferHistory .calendarSpan:nth-child(1), #divCashTransferHistory .calendarSpan:nth-child(2), #divCashTransferHistory .blockSpan:nth-child(4) {
        width: 100%;
        margin-right: 4%;
        margin-bottom: 5px;
    }

    #divCashTransferHistory .blockSpan:nth-child(4) {
        margin-top: 0;
    }

        #divCashTransferHistory .calendarSpan:nth-child(1) .spanTitle, #divCashTransferHistory .calendarSpan:nth-child(2) .spanTitle, #divCashTransferHistory .blockSpan:nth-child(4) .spanTitle, #divCashTransferHistory .calendarSpan:nth-child(5) .spanTitle {
            width: 41%;
            margin-right: 2%;
        }

        #divCashTransferHistory .calendarSpan:nth-child(1) .form-calendar, #divCashTransferHistory .calendarSpan:nth-child(2) .form-calendar, #divCashTransferHistory .blockSpan:nth-child(4) .form-calendar, #divCashTransferHistory .calendarSpan:nth-child(5) .form-calendar {
            width: 55%;
            margin-right: 2%;
            margin-bottom: 5px;
        }

            #divCashTransferHistory .calendarSpan:nth-child(1) .form-calendar .inputCalendar, #divCashTransferHistory .calendarSpan:nth-child(2) .form-calendar .inputCalendar, #divCashTransferHistory .blockSpan:nth-child(4) .form-calendar .inputCalendar, #divCashTransferHistory .calendarSpan:nth-child(5) .form-calendar .inputCalendar {
                width: 100% !important;
            }

    .CashTransfer_CashTransferToDay .blockSpanct .temp1_title {
        width: 100%;
    }

    .CashTransfer_CashTransferToDay .blockSpanct .blockSpan:nth-child(2) {
        width: 65%;
        margin-right: 0;
    }

    .CashTransfer_CashTransferToDay .blockSpanct .blockSpan:nth-child(3) {
        width: 35%;
        margin-right: 0;
    }

        .CashTransfer_CashTransferToDay .blockSpanct .blockSpan:nth-child(3) input {
            width: 100% !important;
        }

    #divCashAdvanceHistoryTab .calendarSpan {
        width: 99%;
        margin-right: 2%;
        margin-top: 5px;
    }

    .CashTransfer_CashTransferToDay .moneytranser-type {
        width: 100% !important;
    }

    .CashTransactionHistory .blockSpan {
        width: 100%;
        margin-right: 0;
    }

        .CashTransactionHistory .blockSpan .spanTitle {
            width: 25%;
        }

        .CashTransactionHistory .blockSpan .form-calendar {
            width: 75%;
        }

            .CashTransactionHistory .blockSpan .form-calendar input[type=text] {
                width: 100% !important;
            }

    .StockTransactionHistory .blockSpan {
        width: 100%;
        margin-right: 0;
    }

        .StockTransactionHistory .blockSpan .spanTitle {
            width: 25%;
        }

        .StockTransactionHistory .blockSpan .form-calendar {
            width: 75%;
        }

            .StockTransactionHistory .blockSpan .form-calendar input[type=text] {
                width: 100% !important;
            }

    .DebitInfo .spanTitle {
        width: 25%;
    }

    .DebitInfo .form-calendar {
        width: 75%;
    }

    .DebitInfo .blockSpan {
        width: 100%;
    }

    .DebitInfo .form-calendar input[type=text] {
        width: 100% !important;
    }

    .orderBottomInfoST .calendarSpan span {
        padding: 5px 5px 5px 0;
    }

    .orderBottomInfoST .calendarSpan.left {
        margin-bottom: 10px;
    }

    .orderBottomInfoST .calendarSpan .globalInputText input[type=text] {
        width: 100%;
    }

    .coostTakeProfit {
        padding: 10px 5px 5px 5px;
        margin-bottom: 15px;
    }

        .coostTakeProfit .stoplossdiv {
            padding-left: 0px;
        }

    .orderBottomInfoTS .calendarSpan .globalInputText input {
        width: 100% !important;
    }

    .orderBottomInfoTS .calendarSpan label:first-child {
        float: left;
        line-height: 28px;
        margin-right: 5px;
        min-width: 55px;
    }

    .PROInfobtn {
        width: 100%;
        padding: 0 10px 10px;
        margin: 0;
        text-align: center;
    }

        .PROInfobtn .btn_round {
            float: none;
            display: inline-block;
            margin-top: 10px;
            margin-bottom: 5px;
        }

    .orderBottomInfoPRO .Coo-content {
        padding-bottom: 0;
        margin-bottom: 0;
        width: 100%;
        margin: 0;
    }

    .orderBottomInfoGTD .Coo-content {
        padding-bottom: 5px;
        padding-left: 5px;
        width: 100%;
        margin-left: 0;
    }

    .divpassOrder {
        width: 50%;
    }

    .order_info_top_item .info_top_input {
        width: 100% !important;
    }

    .Coo-content .form-control {
        width: 100% !important;
    }

    .Coo-content .coo_gtd_span {
        display: none !important;
    }

    .coo_gtd_popOrder > div:first-child {
        display: none;
    }

    .coo_gtd_popOrder .Coo-Title {
        display: block;
        width: 100%;
    }

    .coo_gtd_span {
        display: none !important;
    }

    .Coo-content {
        padding-bottom: 5px;
        padding-left: 5px;
    }

    .order_info_top .mb10 {
        margin-bottom: 0;
    }

    .Coo-content > span {
        padding: 0 10px 0 0;
        margin-bottom: 5px !important;
    }

    .Coo-content > input[type=text] {
        width: 97% !important;
    }

    .save_passOrder {
        margin-bottom: 5px !important;
        text-align: left;
    }

    #btnOrder {
        width: 100%;
        /*height: 60px;*/
        right: 10px;
        position: initial;
    }

    .form-control {
        line-height: 1.25;
        box-shadow: none;
        height: 27px;
        border: 1px solid #bdbdbd;
        padding: 5px 5px;
        color: #424242;
        letter-spacing: 0em;
        min-width: 100px;
    }

    ul.comp_info .comp_info_1.ci_img {
        display: none;
    }

    .info1, .info2, .info3 {
        width: 29%;
    }

    .info_4 {
        width: 70px;
    }

    .info_5 {
        width: 26px;
    }

    .order_info_ct {
        margin: 0;
    }

    .ci3, .ci2, .ci1 {
        width: 33%;
    }

    .intraday_2_div_left_1 {
        overflow: auto;
        padding-bottom: 10px;
    }

    .contenOptionPB {
    }

    .copyright {
        white-space: inherit;
    }

    .filterHistory {
        margin: 5px 0 10px !important;
        text-align: left;
    }

    .blockR {
        margin-left: 0;
    }

    .filterHistory .blockSpan {
        width: 100%;
        margin-right: 0 !important;
        margin-top: 5px;
    }

        .filterHistory .blockSpan .spanTitle {
            width: 20%;
            margin-left: 1%;
        }

        .filterHistory .blockSpan input[type=text] {
            width: 77% !important;
        }

        .filterHistory .blockSpan input.inputStock {
            width: 99% !important;
            margin-left: 0%;
        }

        .filterHistory .blockSpan .imgCalendar {
            right: 4%;
        }

        .filterHistory .blockSpan select {
            width: 99% !important;
            margin-left: 0%;
            padding: 2px 5px;
        }

    .filterHistory .blockSpan_btn {
        width: 100% !important;
        text-align: right;
    }

        .filterHistory .blockSpan_btn .btn_round {
            width: 50% !important;
            float: right;
            margin-right: 3%;
        }

            .filterHistory .blockSpan_btn .btn_round .btn {
                width: 100% !important;
                float: right;
                margin-right: 0;
            }

    .toolbarfiler .blockSpan {
        width: 100% !important;
    }

        .toolbarfiler .blockSpan .form-control {
            width: 100% !important;
        }

    .tbl_responsive {
        overflow: auto;
    }

    #orderInfoForm #txtSecureCode.form-control {
        width: initial;
    }

    .coo_gtd_popOrder > div:nth-child(2) {
        width: 99%;
        margin: 0 1%;
        padding: 0px 2%;
    }

    .coo_gtd input[type=text] {
        width: 110px !important;
    }

    .form4 {
        margin-top: 0px !important;
    }

    .form-xs-0 {
        padding-bottom: 0;
    }

    .form4 .trigForm > .form-inline:first-child {
        display: inline-block !important;
        width: 69% !important;
        float: right;
    }

        .form4 .trigForm > .form-inline:first-child .slOder_Time {
            width: 100% !important;
        }

    .form4 .trigForm > .form-inline:last-child {
        width: 69%;
        float: right;
        margin-top: 20px;
    }

    .contenOptionPB.priceBoardTab {
        display: inline-block;
        width: 100%;
        position: relative;
    }

    #ordereditModal .fos_oe_popup {
        height: 94%;
    }

    .subtab2 {
        padding: 0 !important;
    }

    ul.subtab2 li a.subtab2_t1 {
        margin: 10px 0 0px 0 !important;
    }

    #PrintExcel {
        margin-top: 10px;
    }

    .stocktransferhistory_searchcontrol .contentOptionItem, .stocktransferhistory_searchcontrol .contentOptionItem .globalInputText input[type=text], .stocktransferhistory_searchcontrol .contentOptionItem .globalInputText select {
        width: 100% !important;
        margin-left: 0px !important;
    }

        .stocktransferhistory_searchcontrol .contentOptionItem .globalInputText, .stocktransferhistory_searchcontrol .contentOptionItem input[type=button] {
            width: 69% !important;
            float: right;
        }

        .stocktransferhistory_searchcontrol .contentOptionItem span.itemTitle {
            width: 30%;
        }

    .btntabhrefOrderTransfer {
        width: 100%;
        text-align: center;
        display: block;
    }

        .btntabhrefOrderTransfer a.btn {
            width: 100%;
        }

    .btnTransferHistory {
        width: 70%;
        text-align: right;
        margin-bottom: 10px;
        float: right;
        margin-right: -2%;
    }

        .btnTransferHistory input[type=button] {
            width: 100%;
        }

    .stockTranferVol, .stockTranferCon {
        min-width: inherit !important;
    }

    .formButton {
        padding-right: 15px !important;
        padding-top: 10px;
    }

    .formStpTrig {
        margin-top: 0px;
    }

    .moreInfoStockDetail {
        position: relative;
    }

    .COO_FOS_EOpopUpForm .simplemodal-wrap {
        height: 100%;
        overflow: inherit !important;
    }

    .form-ct {
        overflow: hidden;
    }

    .row-opt {
        padding-right: 0;
    }

    .formQtyRemarks > .form-inline, .formrelated {
        width: 49%;
        display: inline;
    }

    .fos_oe_popup .row-opt > .row > .form-inline > .form-group, .fos_oe_popup .row-opt > .row > .form-inline > .form-inline > .form-group, .fos_oe_popup .row-opt > .row > .form-inline > .row > .form-inline > .form-group {
        width: 100%;
    }

        .fos_oe_popup .row-opt > .row > .form-inline > .form-group > label, .fos_oe_popup .row-opt > .row > .form-inline > .form-inline > .form-group > label, .fos_oe_popup .row-opt > .row > .form-inline > .row > .form-inline > .form-group > label, .frmToler label {
            width: 25%;
        }

    .frmToler > .pluginNum, .frmToler > input[type=text] {
        width: 34.5% !important;
    }

    .fos_oe_popup .row-opt > .row > .form-inline > .form-group input[type=text], .fos_oe_popup .row-opt > .row > .form-inline > .form-inline > .form-group > .form-group, .fos_oe_popup .row-opt > .row > .form-inline > .form-inline > .form-group > input[type=text], .fos_oe_popup .row-opt > .row > .form-inline > .form-inline > .form-group > select, .fos_oe_popup .row-opt > .row > .form-inline > .row > .form-inline > .form-group > input[type=text] {
        width: 70%;
    }

    .subAccName {
        float: right;
        width: 73% !important;
    }

    .fos_oe_popup .row-opt > .row > .form-inline > .form-inline > select {
        width: 31.4% !important;
    }

    .fos_oe_popup .row-opt > .row > .form-inline > .form-inline > .form-group > .form-group input[type=text] {
        width: 100%;
    }

    .fos_oe_popup .row-opt > .row > .form-inline > .form-group input[type=checkbox], .fos_oe_popup .row-opt > .row > .form-inline > .form-inline > .form-group input[type=checkbox] {
        right: 15px;
    }

    .COO_FOS_EOpopUpForm .simplemodal-wrap #OrderDerivativeModal .popUpBody {
        height: 100% !important;
        overflow: auto;
    }

    .order_info_topST {
        max-height: 0px;
    }

        .order_info_topST .popupFilterExpand {
            margin-bottom: 15px !important;
            margin-top: 15px !important;
        }

    /*#orderMatchedPrice {
        margin-right: 5px;
    }*/

    .order_confirm2 .confirm_content {
        width: 100%;
    }

        .order_confirm2 .confirm_content input.form-control {
            width: 100%;
        }

    .subtab2_content .table-responsive table {
        width: 100%;
    }

        .subtab2_content .table-responsive table input[type=text] {
            width: 100%;
        }

        .subtab2_content .table-responsive table tbody tr td:first-child {
            width: 30%;
        }

    .OrderHistory > div.row:first-child > div:first-child .blockSpan:nth-child(5), .OrderHistory > div.row:first-child > div:first-child .blockSpan:nth-child(6) {
        width: 48%;
    }

    .portfolio_note {
        margin: 5px 0 5px 0;
    }

    .contentData .blockSpan {
        float: none;
    }

    .MoneyTransfer > .divCashTransferHistory > div.row:first-child > div:first-child .blockSpan input, .MoneyTransfer > .divCashTransferHistory > div.row:first-child > div:first-child .blockSpan select, .contentData > div.row:first-child > div:first-child .blockSpan input, .contentData > div.row:first-child > div:first-child .blockSpan select {
        width: 100%;
        min-width: inherit;
    }

    .order_info_r {
        padding: 5px 2px;
    }

    #divCashTransferHistory .calendarSpan .form-calendar, #divCashTransferHistory .blockSpan .form-calendar {
        margin-right: 1% !important;
        width: 50% !important;
        float: right;
        margin-bottom: 5px;
    }

    #divCashTransferHistory .blockSpan .form-calendar {
        margin-right: 0 !important;
    }

    .FutureOrderHistory > .row:first-child .blockSpan:nth-child(1), .FutureOrderHistory > .row:first-child .blockSpan:nth-child(2), .FutureOrderHistory > .row:first-child .blockSpan:nth-child(3) {
        width: 33% !important;
        margin-right: 0 !important;
    }

        .FutureOrderHistory > .row:first-child .blockSpan:nth-child(1) .itemTitle {
            margin-bottom: 0;
            padding-right: 0;
        }

            .FutureOrderHistory > .row:first-child .blockSpan:nth-child(1) .itemTitle .form-control {
                height: 27px;
            }

    .FutureOrderHistory > .row:first-child .blockSpan:nth-child(5), .FutureOrderHistory > .row:first-child .blockSpan:nth-child(6) {
        width: 45% !important;
        margin-right: 0 !important;
    }

    .FutureOrderHistory > .row:nth-child(2) .blockSpan:nth-child(1), .FutureOrderHistory > .row:nth-child(2) .blockSpan:nth-child(1) .temp1_filter {
        margin-right: 0 !important;
    }

    .FOS_CM_PM_Margin .FOS_CM_PMContent {
        overflow: auto;
    }

    .FOS_CM_PM_Margin table {
        width: 610px !important;
    }

    .FO_TF_FOS_CM_OH .row:first-child .blockSpan {
        margin-right: 0;
    }

        .FO_TF_FOS_CM_OH .row:first-child .blockSpan > select.form-control {
            margin-right: 5px;
        }

        .FO_TF_FOS_CM_OH .row:first-child .blockSpan > .itemTitle {
            margin-bottom: 0;
        }

            .FO_TF_FOS_CM_OH .row:first-child .blockSpan > .itemTitle .form-calendar {
                margin-right: 5px;
            }

    .feature-tab .nav-pills li.temp1_h {
        display: block;
        width: 100%;
    }

    .priceBoardTabFOS {
        position: relative;
    }

        .priceBoardTabFOS .contentOptionItemPBFOS {
            width: 100%;
            float: none;
            max-height: 115px;
            margin: 0;
        }

        .priceBoardTabFOS > div:nth-child(3) {
            width: auto !important;
            float: right !important;
            height: auto;
            margin-bottom: 5px;
            margin-right: 8px;
        }

        .priceBoardTabFOS > div:last-child {
            position: absolute;
            top: 10px;
            right: 2%;
        }

    .contentOptionItemPBFOS > .form-group {
        padding-bottom: 0 !important;
    }

    .priceBoardTabFOS .contentOptionItemPBFOS input[type=text].stock-control {
        height: 30px !important;
        margin-left: 5px;
        width: 115px !important;
    }

    .contentOptionItemPBFOS .btn {
        padding: 7px 10px 6px;
    }

    .priceBoardTabFOS .contentOptionItemPBFOS .menuTab li a {
        color: #fff !important;
    }

    .copyright {
        text-align: left;
    }

    .orderBottomInfoTS .imgCalendar {
        top: 5px !important;
    }

    .fullorderInfo {
        width: 100% !important;
    }

    .footer-menu {
        bottom: 55px;
    }

    .contentData > .row:nth-child(4) > div:first-child input[type=button] {
        margin-bottom: 0;
    }

    .orderdepthInfo .contentData > .row:nth-child(4) > div:first-child input[type=button] {
        margin-left: 0;
        width: 100%;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .orderdepthInfo .contentData > .row:nth-child(4) > div:first-child {
        padding: 0;
    }

    .MoneyTransfer > div.row:first-child > div:first-child .blockSpan, .MoneyTransfer > div.row:first-child > div:first-child .blockSpan label {
        width: 100% !important;
        margin-left: 0;
    }

    .MoneyTransfer > .divCashTransferHistory > div.row:first-child > div:first-child .blockSpan span, .OrderHistory > div.row:first-child > div:first-child .blockSpan:nth-child(5) span, .OrderHistory > div.row:first-child > div:first-child .blockSpan:nth-child(6) span, .MoneyStatements > div.row:first-child > div:first-child .blockSpan span, .SeriesStatements > div.row:first-child > div:first-child .blockSpan span {
        display: inline-block;
        width: 35%;
    }

    .MoneyTransfer > .divCashTransferHistory > div.row:first-child > div:first-child .blockSpan .form-calendar, .OrderHistory > div.row:first-child > div:first-child .blockSpan:nth-child(5) .form-calendar, .OrderHistory > div.row:first-child > div:first-child .blockSpan:nth-child(6) .form-calendar, .MoneyStatements > div.row:first-child > div:first-child .blockSpan .form-calendar, .SeriesStatements > div.row:first-child > div:first-child .blockSpan .form-calendar {
        display: inline-block;
        width: 63%;
    }

    label {
        margin-bottom: 0px;
    }

    .OrderHistory > div.row:first-child > div:first-child .blockSpan:nth-child(4) {
        display: none;
    }

    .popUpForm .popUpHeader h1 {
        font-size: 14px !important;
    }

    #CommonCOOModal .popUpBody {
        max-height: 400px;
    }

    .divCOOstTakeProfit {
        max-height: 230px;
        overflow-x: auto;
    }

    #dvAddStock > .fr {
        padding-right: 2%;
    }

    .LinktoSsiPriceboard {
        position: initial !important;
        width: 100% !important;
        display: block;
        text-align: right;
    }

    ul.comp_info {
        margin-bottom: 0;
    }

    .filterRespositoryPopTS .order_info_bottom {
        margin-top: 30px;
    }

    .orderBottomInfoST .imgCalendar {
        top: 5px;
    }

    .btn_round-btnShowPopupConfirm {
        text-align: center;
    }

    .orderBottomInfoST .left.btn_round {
        margin-top: 5px;
        float: none;
        display: inline-block;
    }

    .orderBottomInfoTS .calendarSpan {
        margin-bottom: 10px;
    }

    .orderBottomInfoTS > div:first-child > div:nth-child(3) > .row > div {
        margin-bottom: 5px;
    }

    .orderBottomInfoPRO .Coo-content > span {
        display: inline-block;
        float: left;
        padding: 7px;
        font-weight: normal;
        width: 25%;
    }

    .popupFilterExpand .filterExpandPop {
        top: -10px;
    }

    .coo_gtd .imgCalendar, .orderBottomInfoPRO .imgCalendar {
        top: 5px !important;
        right: 2px;
    }
}

@media (max-width: 450px) {
    .login-form {
        margin: 0;
        padding: 0 10%;
    }
    .login-form-title {
        margin: 35px 0 0;
        padding: 0;
    }
    #footpanel {
        max-width: 450px;
    }

    .nav-pills .blockSpan {
        margin-top: 0;
    }

    .blockSpan, .blockSpan_btn {
        margin-top: 5px;
    }

    .caHistorybtn {
        width: 59%;
        margin-top: 5px;
        margin-right: 3%;
    }

    .CashAdvance .blockSpan:nth-child(2) {
        margin-right: 2%;
        width: 70%;
    }

    .CashAdvance .blockSpan:nth-child(3) {
        width: 28%;
        margin-right: 0;
    }

    .CashAdvance .blockSpan:nth-child(4) {
        width: 100%;
        margin-right: 0;
    }

    .CashAdvance .blockSpan .form-calendar, .CashAdvance .blockSpan .form-calendar input, .CashAdvance .blockSpan input[type=button], .CashAdvance .blockSpan a {
        width: 100%;
    }

    .CashAdvance .subtab2 li {
        width: 100%;
    }

    .CashAdvance .subtab2 {
        width: 100%;
        display: block;
        border-radius: 3px !important;
    }

        .CashAdvance .subtab2 li a {
            width: 100%;
            display: block;
            border: 1px solid #acb5d3 !important;
            border-radius: 3px !important;
            margin: 5px 0 !important;
            margin-bottom: 5px;
            text-align: center;
            font-size: 13px !important;
        }

    .TO_Home_BSOrders_Filter {
        width: 100%;
        overflow: auto;
    }
}

@media (max-width: 414px) {
    #myModal .modal-dialog{
        width: 77%;
        margin: 52px !important;
    }
    #divCreateGroupOrder label,
    #divCreateGroupOrder div.col-lg-6.col-md-6.col-sm-4.col-xs-3 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .footer-height {
        height: 70px;
    }

    .logins {
        height: 90.5vh;
    }

    .login-form {
        margin: 0;
        padding: 0 5%;
    }
    .login-form-title {
        margin: 35px 0 0;
        padding: 0;
    }
    #footpanel {
        max-width: 414px;
    }

    .hidden-max-414 {
        display: none !important;
    }

    .footer-menu {
        bottom: 75px;
    }

    .orderTSExtention label:nth-child(1) {
        padding-left: 30px;
    }

    .nav-pills .blockSpan {
        width: 100%;
        float: none;
    }

        .nav-pills .blockSpan .moneytranser-type {
            width: 99%;
            margin: 0;
        }

    li.filter_1 {
        width: 100%;
    }

    li.filter_2 {
        width: 45%;
    }

    #divOrder {
        margin-bottom: 30px;
    }

    .group .subOrderInfo {
        width: 200px;
    }

    .group-calendar-in-order-form .blockSpan {
        float: none;
    }

        .group-calendar-in-order-form .blockSpan .spanTitle, .contentData .blockSpan .spanTitle {
            width: 27%;
        }
    .stock-balance {
        min-height: 390px;
        background-color: #f2f2f2 !important;
    }
    .pie_donut_chart {
        height: 350px;
        overflow: hidden;
        width: 100%;
    }


    #piechart_3d_ValueRatio {
        height: 100% !important;
        width: 100% !important;
        margin-top: 0px !important;
        /*margin-left: -45px !important;*/
    }

    #piechart_3d_MarketValueRatio {
        height: 100% !important;
        width: 100% !important;
        margin-top: 0px !important;
        /*margin-left: -45px !important;*/
    }
    .form-control {
        width: 100%;
        line-height: 1.25;
        box-shadow: none;
        height: 27px;
        border: 1px solid #bdbdbd;
        padding: 5px 5px;
        color: #424242;
        letter-spacing: 0em;
        min-width: 0px;
    }

    .contentOptionItemPB {
        margin-top: 0px !important;
    }

    .Portfolio {
        margin-top: 10px !important;
    }
}

@media (max-width: 375px) {
    #myModal .modal-dialog {
        width: 77%;
        margin: 52px !important;
        margin-left: 48px !important;
    }

    .logins {
        height: 88.4vh;
    }

    #footpanel {
        max-width: 375px;
    }

    .order-comp-info1 {
        width: 40%;
    }

    .order-comp-info2 {
        width: 50%;
    }

    .order-comp-info3 {
        width: 100%;
        margin-top: 10px;
    }
    .stock-balance {
        min-height: 390px;
        background-color: #f2f2f2 !important;
    }
    .pie_donut_chart {
        height: 350px;
        overflow: hidden;
        width: 100%;
    }

    #piechart_3d_ValueRatio {
        height: 100% !important;
        width: 100% !important;
        margin-top: 0px !important;
        /*margin-left: -55px !important;*/
    }
    #piechart_3d_MarketValueRatio {
        height: 100% !important;
        width: 100% !important;
        margin-top: 0px !important;
        /*margin-left: -55px !important;*/
    }

    #CommonCOOModal .popUpBody {
        overflow: auto;
        max-height: 500px;
    }
}

@media (max-width: 360px) {

    .popUpFooter input.btn {
        width: 85px;
    }

    .logins .loginForm .loginImgBg {
        padding: 45px 20px 50px;
    }

    .logins {
        height: 87.4vh;
    }

    #footpanel {
        max-width: 360px;
    }

    .form-control {
        min-width: 70px;
    }

    .contenOptionPB.priceBoardTab .contentOptionItemPB .menuTab li {
        width: 29.7%;
    }

    #btnPriceBoardView {
        margin-right: 3px;
    }

    #btnPriceBoardView, #btnPriceBoardAdd {
        width: 30.8%;
        margin-left: 3px;
    }

    .priceBoardTab .contentOptionItemPB .btn-primary {
        width: 64.9%;
    }
    .stock-balance {
        min-height: 390px;
        background-color: #f2f2f2 !important;
    }
    .pie_donut_chart {
        height: 350px;
        overflow: hidden;
        width: 100%;
    }


    #piechart_3d_ValueRatio {
        height: 100% !important;
        width: 100% !important;
        margin-top: 0px !important;
        /*margin-left: -30px !important;*/
    }

    #piechart_3d_MarketValueRatio {
        height: 100% !important;
        width: 100% !important;
        margin-top: 0px !important;
        /*margin-left: -30px !important;*/
    }


    #CommonCOOModal .popUpBody {
        overflow: auto;
        max-height: 320px;
    }

    .divCOOstTakeProfit {
        max-height: 250px;
        overflow-x: auto;
    }
}

@media (max-width: 320px) {
    .logins {
        height: 83vh;
    }

    .login-form {
        margin: 0;
        padding: 0 2%;
    }
    .login-form-title {
        margin: 35px 0 0;
        padding: 0;
    }
    #footpanel {
        max-width: 320px;
    }

    .login-subtitle {
        font-size: 16px;
        font-family: Averta-Regular,sans-serif !important;
        margin-bottom: 22px;
        margin-top: 22px;
        font-weight: bold;
    }
    .login-subtitle2 {
        font-size: 13px;
        font-family: Averta-Regular,sans-serif !important;
        margin-bottom: 5px;
        margin-top: 5px;
        color: white;
    }
    .loginContentZone {
        height: 250px !important;
    }

    .titleLogin {
        margin-top: 5px !important;
        margin-bottom: 10px !important;
        text-align: center;
    }

        .titleLogin span {
            text-transform: uppercase;
            font-size: 18px !important;
            font-weight: bold;
        }
    /*.menuTab > li.active:first-child, .priceBoardTab .contentOptionItemPB input[type=text]{
        width:29.7%;
    }*/
    .priceBoardTab .contentOptionItemPB .btn-primary {
        width: 65.5%;
    }

    .contenOptionPB.priceBoardTab .contentOptionItemPB .menuTab li {
        width: 29.5%;
    }

    .contentOptionItemPB .btn {
        padding: 7px 2px 5px;
    }

    .priceBoardTabFOS .subPriceBoardTab a {
        padding: 7px 0px;
    }

    #btnPriceBoardView, #btnPriceBoardAdd {
        width: 31%;
    }

    #CommonCOOModal .popUpBody {
        overflow: auto;
        max-height: 500px;
    }

    .priceBoardTabFOS .contentOptionItemPBFOS input[type=text].stock-control {
        width: 100px !important;
    }

    .coo_gtd input[type=text] {
        width: 100% !important;
    }

    .coo_gtd .globalInputText {
        width: 65%;
        height: 24px;
    }

    .Coo-content .calendarSpan span {
        width: 30%;
    }

    .Coo-content .calendarSpan {
        width: 100%;
    }

    .popUpForm .popUpHeader a.closeBtn {
        font-size: 20px;
    }

    .popUpForm .popUpHeader h1 {
        font-size: 1.3rem !important;
    }

    .popUpForm .popUpBody {
        overflow: auto !important;
    }

    /*.popUpForm .popUpBody .form-group label {
            padding-right: 0px;
        }*/

    .comp_name {
        padding: 0;
        margin-bottom: 5px;
    }

    .fullorderInfo {
        padding-left: 5px;
        padding-right: 5px !important;
    }

    #OrderDerivativeModal .popUpBody .row-opt .form-inline > .form-group > label, #OrderDerivativeModal .popUpBody .row-opt .form-group > label {
        width: 29%;
    }

        #OrderDerivativeModal .popUpBody .row-opt .form-group > label.lblStpTrig {
            width: initial;
        }
    .stock-balance {
        min-height: 310px;
        background-color: #f2f2f2 !important;
    }
    .pie_donut_chart {
        height: 270px;
        overflow-x: auto;
        width: 100%;
    }

    #piechart_3d_MarketValueRatio {
        height: 100% !important;
        width: 100% !important;
        margin-top: 0px !important;
        /*margin-left: -20px !important;*/
    }

    #piechart_3d_ValueRatio {
        height: 100% !important;
        width: 100% !important;
        margin-top: 0px !important;
        /*margin-left: -20px !important;*/
    }

    .form-inline .form-group {
        padding-bottom: 5px;
    }
}


#piechart_3d_ValueRatio {
    height: 100%;
    width: 100%;
    margin-top: 0px;
    /*margin-left: -110px;*/
}

#piechart_3d_MarketValueRatio {
    height: 100%;
    width: 100%;
    margin-top: 0px;
    /*margin-left: -110px;*/
}
/*----------------------------------------------------------------------*/
.COO_FOS_EOpopUpForm {
    height: 90%;
}

#simplemodal-container {
    height: auto;
}

#OrderDerivativeModal, #ordereditModal, .fos_oe_popup {
    height: 100%;
}

    #ordereditModal .fos_oe_popup {
        height: 91%;
    }

.simplemodal-wrap {
    overflow: hidden;
}

.simpleMultiplemodal-wrap {
}

.FullModalOrder {
    width: 100% !important;
    top: inherit !important;
    bottom: 0 !important;
    left: 0 !important;
}

    .FullModalOrder #act_showMore, .FullModalOrder .price_notice, .FullModalOrder #noteTitlePopup {
        display: none !important;
    }

    .FullModalOrder #contentOrderStatus {
        width: 1366px !important;
        height: 177px;
        overflow-y: auto;
    }

#orderInfoForm {
    padding: 5px 0px;
}

.info_acc_title3, .FullModalOrder .info_acc_title1, .FullModalOrder .order_status_note, .fullorderchart {
    display: none;
}

.FullModalOrder .info_acc_title3, .FullModalOrder .fullorderchart {
    display: block;
}

.FullModalOrder #orderInfoForm .form-inline > .order_info_top_item {
    width: 19%;
}

.FullModalOrder #orderInfoForm .form-inline > #divOrder {
    float: right;
    width: 150px;
}

    .FullModalOrder #orderInfoForm .form-inline > #divOrder button {
        width: 90px;
        top: -40px;
        height: 65px;
    }

#order_info_l_full {
    display: none;
}

.FullModalOrder #order_info_l_full {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 119px;
    height: 65px;
    border-left: 1px solid #c1c1c1;
    padding-left: 10px !important;
    width: 225px;
}

.FullModalOrder .full_order {
    position: relative;
}

.FullModalOrder .divpassOrder {
    text-align: left !important;
}

.FullModalOrder .fullorderInfo {
    width: 65%;
}

.FullModalOrder .order_info_l {
    height: 0;
    padding: 0;
}

.FullModalOrder .fullorderInfoRight {
    width: 35%;
}

.bottom_tab_orderinfo, .bottom_tab_orderquickstatus {
    display: none;
}

    .bottom_tab_orderinfo a.active, .bottom_tab_orderquickstatus a.active, .bottom_tab_orderinfochart a.active {
        float: left;
        color: #fff;
        border-top: 2px solid #007ac9;
        padding: 5px 5px 5px;
        margin: 0px 0 -7px 10px;
        font-family: Averta-Regular,sans-serif !important;
        font-size: 13px;
        background: #007ac9;
    }

    .bottom_tab_orderinfo a, .bottom_tab_orderquickstatus a, .bottom_tab_orderinfochart a {
        float: left;
        color: #000000;
        padding: 7px 5px 0;
        margin: 0px 0 0 10px;
        font-size: 13px;
        height: 25px;
    }

.FullModalOrder .bottom_tab_orderinfo {
    display: block;
    margin: 0 -10px 0 -30px;
    padding-left: 30px;
}

.FullModalOrder .bottom_tab_orderquickstatus {
    display: block;
    margin: 0px -10px 0 -10px;
    padding-left: 10px;
    height: 26px;
}

#divVoltranLeftBottomOrder {
    display: none;
    margin: 4px -11px 0px -15px;
    height: 105px;
    border: 1px solid #007ac9;
    border-radius: 5px;
    overflow: hidden;
    background: #141414;
}

    #divVoltranLeftBottomOrder #VolumnChartOrder, #divVoltranLeftBottomOrder #TransactionsChartOrder {
        width: 50%;
        float: left;
    }

.FullModalOrder ul.comp_info {
    display: block;
    position: relative;
    margin-bottom: -1px;
}

.FullModalOrder .order_info_r {
    display: block;
    margin-top: 4px;
    margin-left: -5px;
    position: relative;
    border: 1px solid #007ac9;
    padding: 5px;
    margin-bottom: -1px;
    border-radius: 5px;
}

.FullModalOrder .bottom_tab_orderinfochart {
    display: block;
    margin: 0px -15px 0 -10px;
    padding-left: 0px;
}

.FullModalOrder .fullorderfixsize {
    width: 14% !important;
}

    .FullModalOrder .fullorderfixsize .info_top1 {
        width: 30%;
        min-width: 35px !important;
    }

    .FullModalOrder .fullorderfixsize .form-relative {
        width: 70%;
    }

.fullorderBS {
    display: none !important;
}

.FullModalOrder .fullorderBS {
    display: inline-block !important;
    margin-left: 10px;
}

#ckbuy:checked + label {
    background-color: #008000;
}

#cksell:checked + label {
    background-color: #c60c30;
}

    #ckbuy:checked + label:after, #cksell:checked + label:after {
        top: 3px;
    }

.ckbuytitle {
    color: #008000;
}

.ckselltitle {
    color: #c60c30;
}

.FullModalOrder .orderstatusbtn, #orderStatusContent_CashBalance, #orderStatusContent_Balance {
    display: none;
}

.FullModalOrder #orderQuickStatusCt {
    background: #fff;
}

#orderStatusContent_CashBalance {
    height: 189px;
    overflow: auto;
}

#orderStatusContent_Balance {
    height: 189px;
    overflow: auto;
}

    #orderStatusContent_CashBalance > table, #orderStatusContent_Balance > table {
        width: 1360px;
    }

.fullorderInfo {
    width: 72%;
}

.FullModalOrder .data_grid11 {
    height: 109px;
    overflow: auto;
}

.FullModalOrder .order_info_ct {
    height: 134px;
}

.FullModalOrder .orderQuickStatusCtContent {
    border: 1px solid #007ac9;
    border-radius: 5px;
    margin: 5px 5px 0 0;
}

#tabquickgoto {
    float: right;
    margin-right: 10px;
    color: #007ac9;
    font-size: 20px;
    padding-top: 2px;
}

.ordernews {
    display: none;
}

.FullModalOrder #orderStatusContent {
    height: 189px;
}
/* ============================================================
  SWITCH BUTTON
============================================================ */
.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

    .cmn-toggle + label {
        display: block;
        position: relative;
        cursor: pointer;
        outline: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.switchBtn {
    float: right;
    margin-top: 6px;
}

/* ============================================================
  SWITCH 1 - ROUND
============================================================ */
input.cmn-toggle-round + label {
    padding: 2px;
    width: 70px;
    height: 20px;
    background-color: #4CAF50;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    margin-bottom: 0;
}

input.cmn-toggle-round[type="checkbox"]:checked + label {
    background-color: #ff555b;
}

input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
}

input.cmn-toggle-round + label:before {
    content: attr(data-unchecked);
}

input.cmn-toggle-round + label:after {
    content: attr(data-checked);
    color: #008000;
}

input.cmn-toggle-round + label:before {
    right: 1px;
    padding: 4px;
    width: 35px;
    left: 35px;
    text-align: center;
    color: #fff;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

input.cmn-toggle-round + label:after {
    width: 35px;
    height: 20px;
    top: 0px;
    padding: 5px;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 60px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
}

input.cmn-toggle-round:checked + label:before {
    content: attr(data-checked);
    left: 0;
}

input.cmn-toggle-round:checked + label:after {
    margin-left: 35px;
    top: 0px;
    content: attr(data-unchecked);
    color: #c60c30;
}

#chartorder {
    margin: 4px -11px 0px -15px;
    height: 105px;
    border: 1px solid #007ac9;
    border-radius: 5px;
    overflow: hidden;
}

#divCashTransferTab .popUpForm .popUpBody {
    margin: 0 10px;
    overflow-x: hidden;
}

#divCashTransferTab .captcha {
    width: auto;
    margin-left: 0%;
    margin-top: 5px;
    border-radius: 5px;
    overflow: hidden;
}
/*-------------------------------FOS_CM_PM------------------------------*/
.FOS_CM_PMPanel {
    background: #fff;
    border: 1px solid #007ac9;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 3px;
    margin-bottom: 10px;
}

    .FOS_CM_PMPanel:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

    .FOS_CM_PMPanel .FOS_CM_PMtitle {
        background: #007ac9;
        color: #fff;
        padding: 10px;
        font-size: 15px;
        text-align: center;
        font-weight: bold;
    }

        .FOS_CM_PMPanel .FOS_CM_PMtitle label {
            margin: 0;
        }

.FOS_CM_PMContent table {
    width: 100%;
}

    .FOS_CM_PMContent table thead {
    }

        .FOS_CM_PMContent table thead tr td {
            text-align: center;
            padding: 8px;
            line-height: normal;
            background: #5b5b5b;
            color: #fff;
            font-weight: bold;
            font-size: 12px;
        }

    .FOS_CM_PMContent table tr td:nth-child(1) {
        /*width: 37%;*/
        background: #EEEFEF !important;
        color: black;
        border-bottom: 1px solid #a7a9ac;
        border-right: 1px solid #a7a9ac;
        text-transform: uppercase;
    }

.FO_CM_PMContent table tr td:nth-child(1) {
    width: 75%;
}

.FOS_CM_PMContent table tbody tr:nth-child(2n+1) td {
    /*background: #F5F5F5;*/
}

#EWarning3, #InitiaMargin {
    border: none;
}

.FOS_CM_PMContent table tbody tr td {
    padding: 8px;
    text-align: right;
    border-bottom: 1px solid #a7a9ac;
}

.FOS_CM_PMContent table tr.FOS_CM_PMRow td:first-child {
    text-align: left;
    font-weight: bold;
}

.FOS_CM_PMContent table thead tr td:nth-child(2), .tdBorderRight {
    border-bottom: none;
    border-right: 1px solid #a7a9ac;
}

.form4 {
    margin-top: 10px;
}

    .form4 .txtSecureCode label {
    }

    .form4 .txtSecureCode input[type=password] {
        width: 80px;
    }

    .form4 .trigForm > .form-inline:first-child {
        width: 28%;
        display: inline-block;
    }

    .form4 .trigForm > .form-inline:last-child {
        width: 70%;
        display: inline-block;
    }

    .form4 .trigForm > .form-inline:first-child .slOder_Time {
        width: 55px;
    }

    .form4 .trigForm > .form-inline:last-child .formStpTrig {
        margin-right: 0;
        margin-top: -10px;
        margin-bottom: -10px;
        padding-bottom: 5px !important;
    }

.formButton button {
    padding: 10px 28px !important;
    margin-bottom: 10px !important;
    font-size: 16px;
}

    .formButton button:first-child {
        width: 75% !important;
        margin-top: -10px;
    }

    .formButton button:last-child {
        width: 75% !important;
    }

.form4 .lblSecureCode {
    width: 50px;
}

.form4 .SecureCodeForm .form-inline {
    margin-top: -10px;
    margin-right: -10px;
}

.create_favorite .btn {
    color: #fff !important;
}

.export-icon {
    background-size: cover !important;
    width: 35px;
    height: 35px;
    display: inline-block;
    float: right;
    margin: -4px 2px;
    border-radius: 50%;
}

    .export-icon.excel {
        background: url(Images/iconset/microsoft-excel.png) no-repeat;
    }

    .export-icon.print {
        background: url(Images/iconset/print-icon.png) no-repeat;
    }

    .export-icon.mail {
        background: url(Images/iconset/mail-icon.png) no-repeat;
    }

.word-wrap {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.priceBoardTabFOS .contentOptionItemPBFOS {
    height: 27px;
}

.priceBoardTabFOS {
    /*    background: #212121;*/
    border-bottom: 2px solid #007ac9;
    padding-bottom: 1px;
}

    .priceBoardTabFOS .contentOptionItemPBFOS input[type=text].stock-control {
        background: rgba(0, 0, 0, 0.18);
        border: 1px solid rgba(255, 255, 255, 0.22);
        font-weight: normal;
        display: inline-block;
        float: left;
        width: 120px;
        height: 26px;
        margin-right: 5px;
        color: #fff;
    }

    .priceBoardTabFOS .contentOptionItemPBFOS input[type=button] {
        background-color: #4c4c4c;
        border-color: transparent;
        color: #c9c9c9;
    }

    .priceBoardTabFOS .subPriceBoardTab.active {
        background: #007ac9;
        border-color: #007ac9;
        color: #fff;
    }

    .priceBoardTabFOS .subPriceBoardTab {
        background-color: #4c4c4c;
        border-color: transparent;
    }

        .priceBoardTabFOS .subPriceBoardTab a {
            color: #c9c9c9;
        }

    .priceBoardTabFOS .priceMode1 {
        background: #4c4c4c url(Images/iconset/filter_1.1.png) center center no-repeat !important;
        border-radius: 2px;
        border: 1px solid #4c4c4c;
    }

    .priceBoardTabFOS .priceMode2 {
        background: #4c4c4c url(Images/iconset/filter_2.1.png) center center no-repeat !important;
        border-radius: 2px;
        border: 1px solid #4c4c4c;
    }

.futureOrderForm > .row > .form-4 {
    width: 39%;
}

    .futureOrderForm > .row > .form-4:nth-child(2) {
        width: 32%;
    }

    .futureOrderForm > .row > .form-4:nth-child(4) {
        top: -23px;
        right: -15px;
        width: 28%;
    }

    .futureOrderForm > .row > .form-4 .form-group, .futureOrderForm > .row > .form-4 {
        text-align: right;
    }

        .futureOrderForm > .row > .form-4 input[type=text] {
            width: 105px;
        }

        .futureOrderForm > .row > .form-4 label {
            width: initial;
        }

.futureOrderFormBtn {
}

.contentOptionItemPBFOS.fl {
    height: initial;
}

.nopadding {
    padding: 0;
}

.breakingNewsContainer {
    background: #FAFAFA;
    text-align: center;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

    .breakingNewsContainer i {
        margin: 8px;
        cursor: pointer;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

        .breakingNewsContainer i:ntd-child(1) {
            border-bottom: 1px solid #2c8162;
        }

        .breakingNewsContainer i:hover {
            color: #333;
        }

.breakingNews li {
    color: #4e4e4e;
    overflow: hidden;
    padding: 3px 10px;
    line-height: 30px;
    list-style: none;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #eee;
    height: 37px !important;
}

    .breakingNews li a {
        color: #000;
    }

    .breakingNews li:hover {
        background: #FFF;
    }

.cooMobileNote {
    max-height: 100px;
    overflow-x: auto;
}

#bid_bar_buy {
    text-align: right;
}
/*-----------------custom scrollbar for chromium-------------*/
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #a6a6a6;
    border: 0px none #ffffff;
    border-radius: 0px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #7c7c7c;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #5f5f5f;
    }

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border: 0px none #ffffff;
    border-radius: 0px;
}

    ::-webkit-scrollbar-track:hover {
        background: #f1f1f1;
    }

    ::-webkit-scrollbar-track:active {
        background: #d7d7d7;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

.NewsLetter {
    margin-top: 20px;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.fullorderInfoRight {
    float: right;
}

.AccountManagement_ContactInfo {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
}

.AccountManagement {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
}

.CMPMNoteTitle {
    margin-bottom: 10px;
}

.CMPMNoteDetail table tr {
    background: #fff;
}

    .CMPMNoteDetail table tr th, .CMPMNoteDetail table tr td {
        border: 1px solid #bdbdbd;
        padding: 6px 5px;
    }

        .CMPMNoteDetail table tr td:first-child {
            font-weight: bold;
            width: 200px;
            background: #eee;
        }

    .CMPMNoteDetail table tr:nth-child(1), .CMPMNoteDetail table tr:nth-child(13), .CMPMNoteDetail table tr:nth-child(20), .CMPMNoteDetail table tr:nth-child(13) td:first-child, .CMPMNoteDetail table tr:nth-child(20) td:first-child {
        background: #888888 !important;
        color: #fff;
        font-weight: bold;
    }

    .CMPMNoteDetail table tr:nth-child(11), .CMPMNoteDetail table tr:nth-child(19), .CMPMNoteDetail table tr:nth-child(11) td, .CMPMNoteDetail table tr:nth-child(19) td {
        background: #e1f3ff;
        border-left: none;
        border-right: none;
    }

    .CMPMNoteDetail table tr:nth-child(12) td {
        font-weight: bold;
    }

.CMPMNoteDetail {
    overflow: auto;
}

.datepicker table tr td, .datepicker table tr th {
    width: 29px;
    height: 24px;
}

.inputCalendar.datepicker + .imgCalendar {
    cursor: pointer;
}

.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active {
    background-color: #007ac9;
    border-color: #007ac9;
}

.DelegateInfo .row {
    background: #f3f3f3;
}

    .DelegateInfo .row .form-group {
        line-height: 25px;
        margin-bottom: 0;
    }

        .DelegateInfo .row .form-group label {
            margin-bottom: 0;
        }

    .DelegateInfo .row:nth-child(2n) {
        background: #fff;
    }

th.line-bottom-table-header {
    border-bottom: 1px solid #E0E0E0;
}

.form-group > label > label > label {
    top: 3px;
}

#thPriorClosePrice, #thCeilingPrice, #thFloorPrice, #thMatchedGroup, #thForeignGroup, #thTotalShares, #thMatchedPrice, #thChangePrice, #thMatchedVolume, #thBuyForeign, #thSellForeign {
    background: #15232d;
}

.table-priceBoard tr td {
    cursor: pointer;
}

body[data-for="FO_FOS_TF_SQ"] #maincontent, body[data-for="FO_FOS_TF_SQ"], body[data-for="Priceboard"] #maincontent, body[data-for="Priceboard"] {
    background-color: #000;
}

    body[data-for="FO_FOS_TF_SQ"] #main, body[data-for="Priceboard"] #main {
        width: 100%;
        padding: 0;
    }

    body[data-for="FO_FOS_TF_SQ"] .nopading, body[data-for="Priceboard"] .nopading {
        width: 100%;
        padding: 0;
        background: #000000;
    }

    body[data-for="FO_FOS_TF_SQ"] .loadingtext, body[data-for="Priceboard"] .loadingtext {
        color: #fff;
    }

#OrderDerivativeModal .loadingtext {
    color: #000;
}

@media (min-width: 460px) {
    .mfb-component__button--main {
        display: none !important;
    }

    .mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(1), .mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"] .mfb-component__list li:nth-child(1), .mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
        -webkit-transform: translateY(0px) scale(1) !important;
        transform: translateY(0px) scale(1) !important;
        transition-delay: 0.05s !important;
        top: 65px !important;
    }

    .mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(2), .mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"] .mfb-component__list li:nth-child(2), .mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
        -webkit-transform: translateY(0px) scale(1) !important;
        transform: translateY(0px) scale(1) !important;
        transition-delay: 0.1s !important;
        top: 65px !important;
        right: 55px !important;
    }

    .mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(3), .mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"] .mfb-component__list li:nth-child(3), .mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
        -webkit-transform: translateY(0px) scale(1) !important;
        transform: translateY(0px) scale(1) !important;
        transition-delay: 0.15s !important;
        top: 65px !important;
        right: 110px !important;
    }

    .mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(4), .mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"] .mfb-component__list li:nth-child(4), .mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
        -webkit-transform: translateY(0px) scale(1) !important;
        transform: translateY(0px) scale(1) !important;
        transition-delay: 0.15s !important;
        top: 65px !important;
        right: 165px !important;
    }

    .mfb-component__list > li {
        margin: -60px 40px !important;
    }
}

.priceBoardTabFOS .btn.disabled, .priceBoardTabFOS .btn[disabled], .priceBoardTabFOS fieldset[disabled] .btn, .priceBoardTab .contentOptionItemPB input[disabled] {
    color: #717171 !important;
    background-color: #333333 !important;
}

.contentData {
    background: #f2f2f2 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.no-event {
    pointer-events: none;
}

.FOS_totalRow {
    font-weight: bold;
    background-color: #ddd;
    height: 39px;
}

    .FOS_totalRow td {
        font-size: 14px !important;
    }

#DKver, #MBver {
    width: 100%;
    display: none;
    margin-bottom: -10px;
    text-align: center;
    vertical-align: middle;
    color: #333;
    padding: 15px;
    background: #f3f3f3;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
    position: relative;
}

    #DKver:after, #MBver:after {
        content: '';
        background-size: contain !important;
        position: absolute;
        width: 38px;
        height: 38px;
        right: 3px;
        top: 3px;
    }

    #DKver:after {
        background: url('Images/iconset/computer-icon.png') no-repeat;
    }

    #MBver:after {
        background: url('Images/iconset/smartphone-icon.png') no-repeat;
    }

.datepicker-dropdown {
    background-color: #fff;
    border: 1px solid #ddd;
}


.orderTSExtention .icon-info:before {
    margin-left: -1px;
}

.newPriceBoardTab {
    background: #00abec;
    border-color: #00abec;
    color: #fff !important;
}

.border-radius {
    border-radius: 4px;
}

.quickOrderStatus {
    position: fixed;
    margin: 0;
    padding: 0;
    z-index: 999;
    width: 96%;
}

.icon-center {
    position: relative;
    font-size: 20px;
    left: 50%;
    margin-bottom: 10px;
}

.quick-status {
    width: 4%;
    border: 1px solid;
    background: red;
    position: fixed;
    margin: 0;
    padding: 0;
    z-index: 999;
    right: 0;
    bottom: 72px;
}

#tbQuote thead tr, #tbQuote th {
    /*height: 45px !important;*/
}

.data_grid_pb_head th {
    color: #007ac9;
    padding: 4px 4px;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    padding-left: 2px;
    font-family: Averta-Regular,sans-serif !important;
    /*line-height: 18px;*/
}

.fa-chevron-down:before {
    color: gray;
}

#simplemodal-overlay {
    /*display: none !important;*/
}

body {
    overflow-y: auto !important;
    overflow-x: hidden;
}

html {
    /*overflow-x: hidden;*/
    overflow: initial !important;
}

.floatThead-container {
    z-index: 999 !important;
}

input[type=text] {
    background-color: white !important;
}

.data_grid11 {
    overflow-y: hidden;
    empty-cells: show;
    border-collapse: separate;
}

.pace {
    display: none !important;
}

.navbar-default {
    background-color: inherit !important;
}

.login-slider {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left !important;
}

a.subTitle {
    padding: 0 !important;
    color: black;
}


/*#ContentPlace{
    overflow-y: hidden;
}*/
/*.dropdown-menu{    
    min-width: 220px;
    visibility: visible;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0px;
    top: 28px;
    display: none;
    z-index: 1002;
    border-radius: 0 0 5px 5px;
    background: #fff;
    border: none;
    overflow: hidden;
}*/

.contenOptionPBct {
    /*width:99%;*/
}

.help-tooltip {
    position: absolute;
    top: initial !important;
    right: 0px;
    /* font-size: 18px; */
    /* color: #757575; */
    bottom: 0px;
}

.r0 {
    right: 0px !important;
}

.w100p {
    width: 100%;
}

.w75p {
    width: 75% !important;
}

.w70p {
    width: 70% !important;
}

.overflow-hide {
    overflow: hidden !important;
}

/*New menu*/
.sticky-wrapper {
    z-index: 2000 !important;
}

.sticky-wrapper {
    position: relative;
    z-index: 2;
}

.yt-hero-nav {
    height: 80px;
    left: 0;
    background-image: -webkit-gradient(linear,left top,right top,from(#0651a4),to(#00abec));
    background-image: linear-gradient(to right,#0651a4,#00abec);
    z-index: 3;
    position: relative;
}

    .yt-hero-nav .yt-container {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.yt-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.yt-hero-nav figure {
    margin: 0;
}

figure {
    margin: 0 0 1rem;
}

.yt-hero-nav-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .yt-hero-nav-menu li {
        display: inline;
        position: relative;
        margin-right: 20px;
    }

        .yt-hero-nav-menu li a {
            text-transform: uppercase;
            font-size: 15px;
            font-weight: bold;
        }

            .a-white a, .a-white a:active, .yt-hero-nav-menu li a, .yt-hero-nav-menu li a:active {
                color: #fff;
            }

        .yt-hero-nav-menu li:last-child {
            margin-right: 0;
        }
/*Menu Top*/
.yt-stick-nav {
    background: #fff;
    z-index: 1;
}

.yt-top-nav {
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 27px;
}

.yt-nav-lang {
    font-family: Averta-Regular;
    font-size: 14px;
    padding: 0 10px;
}

    .yt-nav-lang span:nth-child(1) {
        padding-right: 1em;
    }

.yt-top-nav a, .yt-top-nav a:active {
    font-size: 14px;
    color: rgba(0,0,0,.3);
}

.yt-nav-lang span:nth-child(2) {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    padding-left: 1em;
    padding-right: 1em;
}

.yt-nav-lang span:nth-child(3) {
    padding-left: 1em;
}

.yt-top-nav a.lang-active, .yt-top-nav a:active.lang-active {
    color: #000;
}

.yt-top-nav .yt-nav-info span:first-child {
    padding-left: 0;
}

.yt-top-nav .yt-nav-info span {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 400;
}

.yt-top-nav .yt-nav-info a {
    color: #747474;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.yt-top-nav a, .yt-top-nav a:active {
    font-size: 14px;
    color: rgba(0,0,0,.3);
}

.yt-top-nav .yt-btn-login {
    font-family: Averta-Bold,sans-serif;
    color: #123867 !important;
    position: relative;
    margin: 0 55px 0 30px;
    text-transform: uppercase;
}

.yt-top-nav .yt-btn-newacc {
    position: relative;
    text-transform: uppercase;
    color: #fff !important;
    margin-right: 40px;
    z-index: 1;
}

.yt-top-nav i {
    color: #f36421;
    margin-right: 10px;
    font-size: 20px;
}

.yt-nav-footer-info {
    font-size: 13px;
    line-height: 1px;
}

    .yt-nav-footer-info a {
        color: #747474;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .yt-nav-footer-info i {
        color: #f36421;
        margin-right: 10px;
        font-size: 20px;
    }

    .yt-nav-footer-info span {
        padding-left: 5px;
        padding-right: 5px;
        font-weight: bold;
    }

.footer-container ul {
    display: block;
    padding-left: 0;
    margin: 0;
}

    .footer-container ul li {
        display: inline-block;
    }

.title-style-6 {
    font-size: 13px;
    color: #67666b;
    text-transform: capitalize;
    /*letter-spacing: 2px;*/
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
}

.footer-text {
    color: #67666b; /*#949494;*/
}

.footer-company-info {
    font-size: 13px;
    margin-bottom: 0;
}

.footer-office {
    /*text-transform: uppercase;*/
    font-weight: bold;
    margin-bottom: 5px;
    color: #67666b;
}

.coppy-right {
    padding: 2px 0;
    color: #67666b;
    font-size: 11px;
}

footer {
    background-color: #FFF;
    padding-top: 6px;
    padding-bottom: 2px;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
}

.btn-login1 {
    font-size: 15px !important;
    color: white !important;
    background-color: #0c4ea2 !important;
    border-radius: 4px;
    height: 40px;
    /*width: 120px !important;*/
    vertical-align: middle;
    /* padding: 10px !important; */
    margin-right: 10px;
    text-transform: uppercase;
}

.yt-container-nav {
    height: 90px;
    left: 0;
    z-index: 3;
    position: relative;
}

    .yt-container-nav .yt-container {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.footer-menu1 a {
    font-size: 13px;
    text-decoration-line: underline !important;
    text-decoration-color: #67666b !important;
    text-decoration: underline !important;
}

#langVietname1:before {
    background: url(Images/flag/vn.png) no-repeat center left;
    background-size: contain;
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    width: 32px;
    height: 32px;
}

#langEnglish1:before {
    background: url(Images/flag/en.png) no-repeat center left;
    background-size: contain;
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    width: 32px;
    height: 32px;
}

#langChinese1:before {
    background: url(Images/flag/jp.png) no-repeat center left;
    background-size: contain;
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    width: 32px;
    height: 32px;
}

.uppercase {
    text-transform: uppercase;
}

body.loginPage {
    background-color: #042157;
}

.yt-logo-img {
    height: 80px;
}

.sticky-wrapper {
    height: 80px;
}

.mb2 {
    margin-bottom: 2px;
}

a {
    color: #007ac9;
}

.underline {
    border-bottom: 2px solid #007ac9;
}

#notifier_content {
    overflow: auto;
    max-height: 300px;
}

ul.category-dropdown {
    background-color: #FFF;
}

    ul.category-dropdown li a {
        color: #333 !important;
        border-bottom: 1px solid #f5f5f5;
        padding: 6px 10px;
    }

        ul.category-dropdown li a.btn,
        ul.category-dropdown li:last-child a {
            /*color: #fff !important;*/
            margin: 3px 3px 2px;
            /*background-color: #2a9fd6;*/
            line-height: 0.6rem;
            padding: 5px;
            height: 30px;
        }

.pl15 {
    padding-left: 15px;
}

a.header-breaking-news > i {
    font-size: 15px;
    padding-top: 5px;
}

.group_order_content {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.BreakingNews_content h1, .BreakingNews_content h2, .BreakingNews_content h3, .BreakingNews_content h4, .BreakingNews_content h5, .BreakingNews_content h6,
.card_news_content h1, .card_news_content h2, .card_news_content h3, .card_news_content h4, .card_news_content h5, .card_news_content h6 {
    color: #333;
}

.form-group > label {
    line-height: 27px;
}

.row-news {
    width: 100%;
    height: 20px;
    display: table;
}

.newsItem {
    display: table-cell;
    height: 100%;
}

.UF_MT .input-group-addon {
    padding: 6px 12px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    color: #555 !important;
    text-align: center !important;
    background-color: #eee !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}

.UF_MT .input-group .input-group-addon:last-child {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.qtip {
    max-width: 400px !important;
    font-size: 12px;
    line-height: inherit;
}

.qtip-content {
    max-height: 300px;
    overflow: auto;
}
/*.glyphicon-remove:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}*/
.authen-text {
    color: inherit;
}

.tokenDevicesList {
    margin-top: 20px;
    margin-bottom: 10px;
}

.btn.active {
    background: url("Images/bg_btn.png") repeat-x scroll left top transparent;
    height: 25px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #000;
}

    .btn.active:hover {
        background: #696969;
        color: #fff;
    }

.jOTPDeviceConfirm .acc_title {
    text-transform: none;
    padding-right: 20px;
}

.cancel-order.save-pincode-block .regular-checkbox:checked + label:after {
    top: -3px !important;
}

table li {
    color: #000;
}

@media all and (min-width:0px) and (max-width: 560px) {
    /* put your css styles in here */
    .tdSignOnline {
        text-align: center;
        display: block;
    }

    .labelrowpd0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .labelrowpd15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .displayOrderConfirm {
        display: inline-grid;
        /*padding-left: 15px;
        padding-right: 15px;*/
        width: 100%;
        text-align: center;
    }

        .displayOrderConfirm div {
            display: inline-flex;
        }

            .displayOrderConfirm div .save-pincode-block {
                min-width: 80px;
                width: max-content;
            }

    .download_contract {
        margin-left: 0px;
    }

    .signOnlineTr {
        display: inline-grid;
        width: 100%;
    }

    .groupOrderLabel {
        padding-top: 4px;
        padding-bottom: 4px;
        width: 100px;
    }

    .fullWidth {
        width: 100%;
    }

    .passForm {
        padding: 30px 10px;
    }
}

@media all and (min-width:560px) {
    /* put your css styles in here */
    .displayOrderConfirm {
        display: inline-flex;
        width:100%;
        /*padding-left: 15px;
        padding-right: 15px;*/
    }

        .displayOrderConfirm input {
            width: 130px;
        }

    .tdSignOnline {
        text-align: center;
        align-items: center;
        display: flex;
    }

    .groupOrderLabel {
        padding-top: 4px;
        padding-bottom: 4px;
        width: 150px;
    }

    .divCOOstTakeProfit {
        overflow-x: auto;
        max-height: 150px;
    }
}

.labelw200 {
    width: 200px;
}

.labelw250 {
    width: 250px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
	background-color: #00abec !important;
	color: white !important;
}
.dropdown-menu>li>a.active {
    background-color: #00abec !important;
	color: white !important;
}
.account-name {
    color: #007ac9;    
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
}
#tbodyMarginStockList a.disabled {
    color: #333 !important;
    cursor: default !important;
    border: 0 !important;
    background-color:inherit !important;
}
.normalLinkBlue:hover {
    color: #007ac9 !important;
}
ul.chart-tab {
    display: inline-block;
    margin: 10px 0 0 0;
    min-height: 38px;
    float: left;
    /* height: 69px; */
    background-color: white;
    width: 100%;    
    text-align: left;
}
.pm_stock_code {
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
}
#tbodyMarginStockList .loadingtext {
    color: #000 !important;
}
.footer-menu a.margin_list {
    background: #ff9800;
}

.footer-menu a.margin_list:hover {
    transition: all 0.5s;
    background-color: #cc7a00;
}
.AccountManagement_ContactInfo .btn-cancel-2 {
    width: 50px;
    text-align: center;
    padding: 5px 0;
}
#tbodyMarginStockList .disabled {
    text-transform: uppercase;
    margin: 0 1px;
    background-color: #BDBDBD !important;
}
.powered_by {
    font-size: 10px;
    font-weight: 400 !important;
    color: #67666b !important;
}
.powered_by a {
    color: #007ac9 !important;
}
.white_bg{
    background-color: white !important;
}
.total {
    background-color: #e1e1e1 !important;
}
.border_top_1 {
    border-top: 1px solid #83878e !important;
}

.border_bottom_1 {
    border-bottom: 1px solid #83878e !important;
}
#hrefPortfolioValue, #hrefAssetRatio{
	font-size: 15px;
}
#myModal{
    padding-left:0 !important;
}
.font-14 {
    font-size: 14px;
    font-weight: bolder
}

#tbodyTermModal {
    max-height: 350px;
    display: block;
    overflow: auto;
    border: 1px solid #00000052;
}

#SOpopupBody {
    overflow: hidden;
}