﻿@charset "utf-8";
/* 
Developed by Innotech 2016.
Version : [M01_1.00]. Date : [18/03/2016]
Website : http://www.innotech.vn. Email : [info@innotech.vn]
All rights reserved.
--------------------------------------*/
body {
    background: #fff;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    padding-top: 112px;
}
/* Reset the container */
.container {
  width: 970px;
  max-width: none !important;
}
#main {
    /*min-height: 600px;*/
    height: 100%;
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

    #main.logined-Wrapper {
        margin-top: 10px;
    }


*, ul {
    margin: 0px;
    padding: 0px;
}

a {
    font-size: 12px;
    text-decoration: none;
 color:#333;
}

li {
    list-style: none;
}

a .img {
    border: none;
}

a {
    transition: background-color 0.5s ease;
}

    a:hover {
        transition: background-color 0.5s ease;
        text-decoration: none;
        /*color: inherit;*/
        cursor: pointer;
    }

.stockBoardContent {
    background:#fff;
}

img:hover {
    transition: background-color 0.5s ease;
}

.clear {
    clear: both;
}

.height5 {
    height: 5px;
}

.height10 {
    height: 10px;
}

.height15 {
    height: 15px;
}

.height20 {
    height: 20px;
}

.height25 {
    height: 25px;
}

.height30 {
    height: 30px;
}

.height35 {
    height: 35px;
}

.pT0 {
    padding-top: 0 !important;
}

.blk {
    margin-right: 5px;
}

.colHidden
{
    display:none;
}
/* Button */
.btn {
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    line-height: 16px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-default {
    -webkit-background-size: 200% 200%;
    background-size: 200%;
    background-position: 50%;
}

    .btn-default:focus {
        background-color: #ffffff;
    }

    .btn-default:hover,
    .btn-default:active:hover {
        background-color: #f0f0f0;
    }

    .btn-default:active {
        background-color: #e0e0e0;
        background-image: -webkit-radial-gradient(circle, #e0e0e0 10%, #ffffff 11%);
        background-image: -o-radial-gradient(circle, #e0e0e0 10%, #ffffff 11%);
        background-image: radial-gradient(circle, #e0e0e0 10%, #ffffff 11%);
        background-repeat: no-repeat;
        -webkit-background-size: 1000% 1000%;
        background-size: 1000%;
        -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    }

.btn-primary {
    background-color: #2196f3;
    border-color: transparent;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #ffffff;
        background-color: #0c7cd5;
        border-color: transparent;
    }

    .btn-primary:hover {
        background-color: #0c7cd5;
        border-color: transparent;
    }

    .btn-primary:active,
    .btn-primary.active {
        color: #ffffff;
        background-color: #0c7cd5;
        border-color: rgba(0, 0, 0, 0);
    }

.btn-warning {
    color: #ffffff;
    background-color: #ff9800;
    border-color: transparent;
}

    .btn-warning:focus,
    .btn-warning.focus {
        color: #ffffff;
        background-color: #cc7a00;
        border-color: rgba(0, 0, 0, 0);
    }

    .btn-warning:hover {
        color: #ffffff;
        background-color: #cc7a00;
        border-color: rgba(0, 0, 0, 0);
    }

    .btn-warning:active,
    .btn-warning.active {
        color: #ffffff;
        background-color: #cc7a00;
        border-color: rgba(0, 0, 0, 0);
    }

.btn-danger {
    color: #ffffff;
    background-color: #e51c23;
    border-color: rgba(0, 0, 0, 0);
}

    .btn-danger:focus,
    .btn-danger.focus {
        color: #ffffff;
        background-color: #F44336;
        border-color: rgba(0, 0, 0, 0);
    }

    .btn-danger:hover {
        color: #ffffff;
        background-color: #F44336;
        border-color: rgba(0, 0, 0, 0);
    }

    .btn-danger:active,
    .btn-danger.active {
        color: #ffffff;
        background-color: #F44336;
        border-color: rgba(0, 0, 0, 0);
    }

.btn-success {
    color: #ffffff;
    background-color: #4caf50;
    border-color: transparent;
}

    .btn-success:focus,
    .btn-success.focus {
        color: #ffffff;
        background-color: #3d8b40;
        border-color: rgba(0, 0, 0, 0);
    }

    .btn-success:hover {
        color: #ffffff;
        background-color: #3d8b40;
        border-color: rgba(0, 0, 0, 0);
    }

    .btn-success:active,
    .btn-success.active {
        color: #ffffff;
        background-color: #3d8b40;
        border-color: rgba(0, 0, 0, 0);
    }

.btn-login {
     width: 150px;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    padding: 8px 5px;
    font-size: 14px;
    font-weight: normal;
}

.btn-subLogin {
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
}
.logo_login h4 {
    color:#333;
    text-align:center;
    text-transform:uppercase;
}

.form-control {
    font-size: 12px;
    line-height: 20px;
    box-shadow: none;
    padding: 6px;
    height: 28px !important;
}

.stock-control {
    width: 80px;
}

#popup_title {
    border-radius: 4px 4px 0 0;
}
/* Responsive Custom */
.form-group {
    margin-bottom: 0;
}

.insideContent .col-sm-6, .insideContent .col-sm-4, .insideContent .col-sm-8 {
    padding: 0;
}
/* HEADER */
#divLogo {
    background:#ffc70b;
   /*height: 45px;
    overflow:hidden;*/
}
.logo {
    background: url(images/logo.png) no-repeat center left;
    display: block;
    height: 45px;
    min-height: 100%;
    width: 200px;
    background-size: 200px 54px;
}

#header {
    background: #252733;
    border:none;
    box-shadow: 0 1px 10px rgba(0,0,0, 0.1);
    overflow:hidden;
    float:left;
    width: 100%;
    max-height: 250px;
}

#header .container-fluid
{
    padding:0;
}

#header .headerColumn
{
    margin:0;
    padding:0;
     height: 40px;
    
}

#header .btn-primary
{
    background-color:#C8E21D;
    color:#333;
    text-shadow:none;
}

#header .btn-primary:hover
{
    background-color: #183D9E;
    color:#fff;
}
  #spotclock
{
    /*display: inline-block;*/
    font-size: 12px;
    color: #333;
    /*line-height: 45px;*/
    width: auto;
    text-align:right;
    font-weight: bold;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    margin-right: 10px;
}
.login .default_accmargin {
    background: #398acb;
    padding: 5px 10px;
    border-radius: 4px;
}

#footer {
    position: fixed;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

#main-menu {
    float: left;
    margin: 0;
    padding: 0;
    /*margin-left: 20px;*/
}

.vistor #main-menu {
    float: right;
}

#main-menu li > a {
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.vistor #main-menu li > a {
    padding-left: 15px;
    padding-right: 15px;
}

#main-menu li > a:hover {
    color: #fff;
}

#main-menu .dropdown-menu {
    border-radius: 0;
    background: #0071ba;
    border: none;
    margin: 0;
    padding: 0;
}

    #main-menu .dropdown-menu a {
        font-family: Arial, Tahoma, Verdana;
        font-size: 12px;
        font-weight: normal;
        color: #fff;
        text-transform: none;
        padding: 8px 10px;
    }

        #main-menu .dropdown-menu a:hover {
            color: #fff;
            background: #2b92d0;
        }

    #main-menu .dropdown-menu li:hover .level-2 {
        position: absolute;
        display: block;
        top: 0px;
        left: 100%;
    }

#main-menu .boxLang ul {
    right: 0;
}

#main-menu .boxLang li, .sticky #main-menu .boxLang li {
    padding: 0;
}

    #main-menu .boxLang li a {
        color: #333;
        margin: 0;
        padding: 3px 10px;
        display: block;
        font-size: 12px;
        font-family: Arial, Tahoma, Verdana;
        font-weight: normal;
        line-height: 25px;
        text-indent: 20px;
        text-transform: none;
    }

.navbar {
    min-height: 40px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background: #2b92d0;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a {
    box-shadow: none;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    background: #2b92d0;
}
.navbar-nav > li > a {
    padding-top:0;
    padding-bottom:0;
}

.navbar-default .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 11px;
}
#navbar li > a {
    font-weight:bold;
    color:#000;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 800;
}

#btnRight-Menu {
    right: 236px;
    display: block;
    cursor: pointer;
}

    #btnRight-Menu.collapsed {
        z-index: 10001 !important;
        position: absolute;
        right: 10px;
        top: 3px;
        cursor: pointer;
    }

    #btnRight-Menu[aria-expanded="true"] {
        background: #009BFF;
    }

#right-menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100% !important;
    overflow-y: auto;
    background: #181d20;
    padding: 0 !important;
    width: 240px;
    z-index: 1000;
}

    #right-menu.in {
        display: block;
        height: 100%;
    }

    #right-menu ul {
        margin: 0;
        padding: 0;
    }

        #right-menu ul li {
            padding: 0;
            margin: 0;
        }

    #right-menu > ul > li {
        border-bottom: 1px solid #515557;
    }

        #right-menu > ul > li:hover {
            background: #232b2e;
            color: #fff;
        }

    #right-menu li a {
        padding: 8px 5px;
        color: #c2c2c2;
        cursor: pointer;
        text-shadow: none !important;
        /*font-weight: bold;*/
    }

    #right-menu > ul > li > a {
        font-weight: bold;
        padding: 8px 10px;
        /*text-transform:uppercase;*/
    }

    #right-menu .dropdown-menu > li:last-child {
        border: none;
    }

    /*#right-menu .dropdown-menu ul > li {
        border-top: 1px solid #666666;
    }*/

    #right-menu .dropdown-menu ul a {
        padding: 8px 15px;
        display: block;
        width: 100%;
    }

    #right-menu li.open .dropdown-toggle {
        font-weight: normal;
        background: #515557;
        color: #fff !important;
        /*border-radius: 4px;*/
    }

    #right-menu .dropdown-menu ul > li a {
        font-weight: normal;
        color: #fff;
        text-indent: 10px;
    }

    #right-menu .dropdown-menu ul > li {
        background: #83888b;
        border: none;
    }

    #right-menu i {
        width: 20px;
        text-align: left;
    }
    /*#right-menu i {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        padding: 10px 14px;
        
        background: #333;
        color: #B9B9B9;
        font-size: 16px;
    }

    #right-menu li.open .dropdown-toggle i {
        color: #B9B9B9;
    }*/

    /*#right-menu .open .dropdown-menu > li {
        background: #464646;
        border-top: 1px solid #666666;
    }*/

    #right-menu .open .dropdown-menu > li > a {
        padding: 8px 15px;
    }
/*.menu_top {
   background:#FFA000;
}
.menu_top:hover {
    color: #fff;
    background: #2b92d0;
}*/

.form-control, .btn {
    border-radius:0;
}
#boxLangLink:hover, #boxLangLink.active, #menuLoginPopup.active, #menuLoginPopup:hover {
    background-color: transparent !important;
}

.contenOption {
    background: none;
}

.globalInputText .default_accmargin {
    padding: 4px;
}

.ul.order_status_note_detail {
    padding: 10px 0px 0px 0px;
}

.feature-tab h4 {
    margin: 0;
    padding: 4px 10px 4px 0px;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    color: #000;
}

.feature-tab {
    background: #fff;
    border-bottom: 0px solid #183D9E;
    padding-top:2px;
     box-shadow: 0 1px 10px rgba(0,0,0, 0.1);
}

    .feature-tab .nav-tabs {
        float: right;
    }

    .feature-tab label.globalInputText {
        padding: 0;
    }

    .feature-tab .nav-pills li {
        padding: 2px 0px;
    }

.contentOptionItem, .contentOptionItemFree {
    margin: 0px 6px 0px 0px;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color:transparent;
}

.nav > li > a {
    color: #000;
}

.nav a {
    font-weight:bold;
}

.nav-tabs {
    border-color: #0071ba;
    border-bottom: none;
}

    .nav-tabs > li {
        margin-right: 2px;
        margin-bottom: 0;
        border: 1px solid #ddd;
        border-radius: 4px 4px 0px 0px;
    }

        .nav-tabs > li.active, .nav-tabs > li:hover, .nav-tabs > li a:hover, .nav-tabs > li:hover a {
            color: #fff;
            border: 1px solid #0c7cd5;
            background-color: #0c7cd5;
        }

        .nav-tabs > li a {
            margin: 0;
            padding: 6px 12px;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #fff;
            background: none;
            border-color: transparent;
        }

.orderStatus-filter {
    margin: 10px 0px 5px 0px;
}

.orderStatus-filter-list {
    display: block;
}

    .orderStatus-filter-list ul {
        margin: 0;
        padding: 4px 0px;
        display: block;
        float: right;
    }

    .orderStatus-filter-list li {
        display: inline-block;
    }

label.globalInputText {
    margin: 0;
    padding: 0;
}


.orderStatusList ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.orderStatusList li {
    display: inline-block;
    float: left;
    padding: 0px 10px 0px 0px;
}

    .orderStatusList li span {
        display: inline-block;
        vertical-align: middle;
        line-height: 30px;
    }

.orderStatusList input[type="checkbox"] {
    vertical-align: text-bottom;
}

.orderStatusList .title {
    font-weight: bold;
}

.box-right {
    float: right;
}

#conntectMode {
     float:left;
      display:inline-block;
    margin-left: 10px;
    padding: 0px 5px;
    background:#36ca3c;
    color:#fff;
    text-transform:uppercase;
}
.mode_streaming {
    background:#36ca3c;
    color:#fff;
}
.mode_interval {
    background: #fec70b;
    color:#fff;
}
#connectStatus {
    display:inline-block;
    float:left;
    padding: 0px 5px;
}
.status_connected {
    background:#3d8b40;
    color:#fff;
}
.status_reconnecting {
    background:#fec70b;
    color:#333;
}
.status_disconected {
    background:red;
    color:#fff;
}
/*..... BANNER-THREE ......*/
.banner-three {
    background: url(images/slide/002.png) no-repeat;
    background-size: cover;
    height: 500px;
}

    .banner-three .detail {
        text-align: center;
        display: block;
        /*min-height: 400px;*/
        /*margin: 200px 0;*/
    }

        .banner-three .detail i {
            color: #fff;
            font-size: 98px;
            text-shadow: 0 5px 0 rgba(0, 0, 0, 0.19);
        }

        .banner-three .detail span.title {
            font-weight: 700;
            font-size: 60px;
            color: #fff;
            display: block;
            margin: 14px 0 0 0;
        }

        .banner-three .detail p {
            font-size: 24px;
            color: #fff;
            width: 70%;
            display: inline-block;
            margin: 3px 0 0 0;
        }

/* Login form */
.popupFormInside {
    background-color: rgba(0, 113, 186, 1);
    border-radius: 6px;
    -webkit-border-radius: 8px;
    margin: 0px 0px 0px 0px;
    padding: 20px 20px;
    position:absolute;
    top:0;
    right:0;
}

#globalAccountContent .jfreewindow {
    z-index: 90 !important;
}

#globalAccountContent .container {
    overflow: inherit !important;
}
#globalAccountContent a.dropdown-toggle {
    padding-bottom:11px;
    padding-top: 14px;
    display: inline-block;
}
.topAccountContent .container {
    margin: 0;
    padding: 0;
}

.topAccountContent td {
    padding: 0 !important;
    margin: 0 !important;
}

.navigator-right {
    margin: 0;
    padding: 0;
    float: right;
}

    .navigator-right li {
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0;
    }

#privateInfo {
    color: #fff;
    padding-right: 10px;
}

.loginInfo li.lang_en {
    padding: 0px 20px;
}

.card {
    margin: 0;
    padding: 0;
    width: 100%;
}

    .card h4 {
        margin: 0;
        padding: 0px 0px 0px 0px;
        margin-bottom: 10px;
        text-align: center;
        line-height: 30px;
        color: #fff;
        font-weight: 400;
        font-size: 15px;
        text-transform: uppercase;
    }

    .card label {
        color: #fff;
        font-weight: normal;
        text-align: left;
    }

    .card input[type="text"], .card input[type="password"] {
        border: 1px solid #ccc;
        border-radius: 0;
        font-family: Arial, Tahoma, Verdana;
        font-size: 12px;
        color: #333;
    }

    .card .btn-signin {
        border: 0px solid #ccc;
        border-radius: 0;
        background: #006aae;
        font-size: 12px;
        padding: 5px 0px;
        color: #fff;
    }

#globalAccountContent .container {
    clear: both;
    width: auto !important;
}

.form-signin {
    margin-bottom: 10px;
}

.sigin-link {
    display: block;
    padding: 5px;
    width: 100%;
}

.row-float {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 100;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.carousel {
    max-height: 500px;
}

.carousel-indicators li {
    padding: 8px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    margin: 0px 4px 0px 4px;
}

    .carousel-indicators li.active, .carousel-indicators li:hover {
        background: #0071ba;
    }

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    width: 100%;
    height: auto;
}
/*= process-box-container*/
.process-box-container {
    margin: 0;
    color: #000;
}

    .process-box-container a {
        color: #000;
    }

        .process-box-container a:hover {
            text-decoration: underline;
        }

    .process-box-container h4 {
        font-weight: 300;
    }

    .process-box-container i {
        font-size: 36px;
        color: #0071ba;
    }

.process-box-1 {
    background: #fff;
    border-right: 1px solid #f3f3f3;
    border-bottom: 0px solid #f3f3f3;
    padding: 20px 30px;
    height: 200px;
}

    .process-box-1::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -20px;
        margin-top: -20px;
        width: 0;
        height: 0;
        z-index: 10;
        border-left-color: #0071ba;
    }

.process-box-2 {
    background: #fff;
    border-right: 1px solid #f3f3f3;
    border-bottom: 0px solid #f3f3f3;
    padding: 20px 30px;
    height: 200px;
}

    .process-box-2::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -20px;
        margin-top: -20px;
        width: 0;
        height: 0;
        z-index: 10;
    }

.process-box-3 {
    background: #fff;
    border-bottom: 0px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    padding: 20px 30px;
    height: 200px;
}

    .process-box-3::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -20px;
        margin-top: -20px;
        width: 0;
        height: 0;
        z-index: 10;
    }

.process-box-4 {
    background: #fff;
    border-bottom: 0px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    padding: 20px 30px;
    height: 200px;
}

.process-box-container ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.process-box-container li {
    text-align: left;
    padding: 6px 0px;
    line-height: 16px;
    list-style: none;
    display: block;
    float: left;
    width: 100%;
}

    .process-box-container li a {
        display: block;
        width: 100%;
        float: left;
        padding: 0;
        white-space: normal;
    }

    .process-box-container li:before {
        content: "\2022";
        display: block;
        position: relative;
        max-width: 0;
        max-height: 0;
        left: -15px;
        top: 0px;
        font-weight: bold;
        color: #d39c38;
        font-size: 25px;
    }

.process-box-container ul i {
    font-size: 14px;
}

.process-box:hover {
    background: #0071ba;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

    .process-box:hover a, .process-box:hover i, .process-box:hover li:before {
        color: #fff;
    }
/* Gloal Account */

.globalAccount a.icon_login {
    /*padding: 18px 5px 15px 5px;*/
    text-align: center;
    display: inline-block;
    text-decoration: none !important;
    color: #333;
    font-size: 12px;
    font-weight: bold;
}

.globalAccount i {
    font-size: 16px;
    padding-right: 5px;
}

.icon_login {
    padding-top: 14px;
    padding-bottom: 12px;
    display:block;
}

.logo_login {
    width: 100%;
    /*height: 50px;*/
    /*background: url(images/logo.png) no-repeat center center;*/
    display: block;
    /*padding-bottom: 20px;*/
}

.loginContent {
    margin: 0 auto;
}

    .loginContent h3.loginTitle {
        margin: 25px 10px 20px 20px;
        color: #009933;
        font: bold 18px/24px Arial,Helvetica,Sans-Serif;
    }

    .loginContent .loginContent {
        margin: 50px 20px 10px;
    }

    .loginContent .inputText {
        background: url(images/inputBg.png) no-repeat left top;
        border: 0 none;
        color: #807D7D;
        font-size: 14px;
        font-weight: bold;
        padding: 14px 5px 15px 15px;
    }

    .loginContent .loginContent input[type=password] {
        background: url(images/inputBg.png) no-repeat left top;
        border: 0 none;
        color: #807D7D;
        font-size: 14px;
        font-weight: bold;
        padding: 14px 5px 15px 15px;
    }

    .loginContent .loginContent input[type=submit] {
        background: url(images/btnLogin.png) no-repeat left top;
        border: 0 none;
        color: #FFFFFF;
        cursor: pointer;
        font: bold 14px/14px Arial;
        height: 36px;
        margin: 10px 0 0 6px;
        text-transform: uppercase;
        width: 153px;
    }

        .loginContent .loginContent input[type=submit]:hover {
            background-position: left bottom;
        }

    .loginContent .submitBtn {
        background: -webkit-gradient(linear, left top, left bottom, from(#54a02d), to(#65aa42));
        background: -moz-linear-gradient(top, #65aa42, #accd45);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54a02d', endColorstr='#65aa42');
        border: 0 none;
        color: #FFFFFF;
        cursor: pointer;
        font: bold 14px/14px Arial,Helvetica,Sans-Serif;
        height: 36px;
        margin: 0px 0 0 6px;
        text-transform: uppercase;
        width: 153px;
    }

    .loginContent label.globalInputText {
        clear: both;
        display: block;
        margin-bottom: 10px;
background:none;
    }

.textInputInfoW {
    width: 250px;
}

.account_forgotpass {
    margin: 20px 0 0;
    overflow: hidden;
    width: 100%;
}

    .account_forgotpass a {
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
        display: inline-block;
        font: bold 12px/12px Arial,Helvetica,Sans-Serif;
        overflow: hidden;
        padding: 6px 28px 6px 22px;
        text-decoration: none;
        width: 100%;
    }

        .account_forgotpass a:hover {
            text-decoration: none;
        }

.keyboardInputInitiator {
    cursor: pointer;
    margin-left: 3px;
    vertical-align: middle;
}

.logoLogin img {
    height: 68px;
    margin-top: 50px;
    width: 350px;
    text-align: center;
}


.popUpLogin {
    background: none !important;
    height: auto !important;
}

.popUpLoginInside {
    background: #fff;
    padding: 10px 5px;
    position: relative;
    height: 100%;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color:#333;
}

.loginInfo {
    margin-bottom: 5px;
    text-align: center;
    display: block;
}

    .loginInfo input[type="text"], .loginInfo input[type="password"] {
        width: 300px;
        padding: 8px;
        border: 1px solid #dedede !important;
    }


.secureCodeBox > input[type='text'] {
    width: 150px;
    padding: 6px 5px;
    height: 26px;
}

.divLoading {
    height: 100%;
    width: 100%;
    display: block;
    background: rgba(255,255,255,1);
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    color: transparent;
    z-index: 200;
}

    .divLoading .fa-spin {
        position: absolute;
        top: 50%;
        left: 47%;
        background-color: transparent;
        color: #0071ba;
        font-size: 40px;
        -webkit-transform-origin: 50% calc(50% - .5px);
        transform-origin: 50% calc(50% - .5px);
    }

    .priceboard-rightmenu {
    list-style: none;
    float:right;
    margin:0;
    padding: 0;
}

    .priceboard-rightmenu li {
        display:inline-block;
        line-height: 45px;
        float:left;
    }
        .priceboard-rightmenu li .fa {
            font-size: 16px;
        }
        .priceboard-rightmenu  a {
            color:#333;
            font-size:12px;
            font-weight:bold;
        }

            .priceboard-rightmenu  a:hover {
                color: #333;
                
            }
.order_status_note {
    font-weight: bold;
}

.data_grid11_head th, .data_grid11_blue th {
    background: #f2f2f2;
    color: #1268b3;
    padding: 10px 0px;
}

.data_grid11 th, .data_grid11 td {
    border: 1px solid #d2d2d2;
}

/*.globalInputText input, .contentOptionItem .globalInputText select, .contentOptionItemFree .globalInputText select
    {
        border: 1px solid #1268b3;
    }*/
/*..... FOOTER ......*/
.footer {
    
   
    float: left;
    width: 100%;
    position: relative;
    z-index: 100;
}

.main-footer {
    padding: 70px 0;
}

.footer-bottom {
    padding: 0;
}

.footer-left {
    background: #d39c38 url(images/footer-split.jpg) no-repeat right top;
    padding-left: 5px;
}

.footer-bottom .copyrights {
    float: left;
    color: #fff;
    margin: 0;
    padding: 7px 0px;
    font-size: 12px;
}

.footer-right {
    padding-right: 5px;
}

.footer-bottom .footer-links {
    float: right;
    margin: 0;
    padding: 7px 0px;
}

    .footer-bottom .footer-links a {
        padding: 7px 9px;
        font-size: 12px;
        color: #fff;
    }

        .footer-bottom .footer-links a:hover {
            text-decoration: underline;
        }


.panel-list
{
    height: calc(100vh - 0px);
   color:#333;
    padding: 10px 10px;
        position: fixed;
    z-index: 1993;
    top: 0;
    right: -1000px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.panel-list .divider
{
    height:1px;
    overflow:hidden;
    background:#e5e5e5;
    margin: 9px 0px;
    width: 100%;
}

.panel-list .langList, .panel-list .themeList
{
    margin:0;
    padding:0;
}
.panel-list .langList li, .panel-list .themeList li
{
    display:inline-block;
    color:#333;
}

.panel-list .langList a, .panel-list .themeList a
{
    display:block;
    min-width: 30px;
    min-height:20px;
}

.panel-list .langList .title, .panel-list .themeList .title
{
    vertical-align:super;
}

.themeList a {
    border: 1px solid #f3f3f3;
   
    display:block;
   
    line-height:30px;
    color:#fff;
    padding:0px 10px;
    height:30px;
   
}
a.theme-default {
    background:#000;
}
a.theme-white {
    background:#fff;
    color:#333;
}
.panel-list fieldset
{
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 5px;
}
.panel-list legend
{
    font-size: 14px;
    margin-bottom: 10px;
    font-weight:bold;
}

.panel-list table tr td, .panel-list table tr th
{
    vertical-align:initial;
    border: none;
}

/* Media Responsive
------------------------------------------------------ */
.table-responsive {
    border: none;
    margin-bottom: 0;
}

.table-content thead tr th, .table-content table td {
    border: 1px solid #ddd !important;
    vertical-align: middle !important;
    padding: 6px !important;
}

.table-content thead th {
    text-align: center;
    white-space: nowrap !important;
    background: #f5f5f5;
    color: #333;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f3f3f3;
}
/* ============ Intraday ==============*/

.pb_red, .pb_red a {
    color: #ff0000 !important;
}

td.pb_red_hightlight {
    color: #fff !important;
    background: red !important;
}

.pb_green, .pb_green a {
    color: blue !important;
}

.table-priceboard td.pb_green_hightlight {
    color: #000 !important;
    background: #03ff04 !important;
}

.pb_yellow, .pb_yellow a {
    color: #ff9800 !important;
}

td.pb_yellow_hightlight {
    color: #000 !important;
    background: #ffff00 !important;
}

.pb_violet, .pb_violet a {
    color:  #ff03ff !important;
}

td.pb_violet_hightlight {
    color: #000 !important;
    background: #ff00ff !important;
}

.pb_cyan, .pb_cyan a {
    color: #000 !important;
}

td.pb_cyan_hightlight {
    color: #000 !important;
    background: #00ffff !important;
}

.chartPrice {
    font: bold 1.1em/1.4em Arial;
    height: 360px;
}

.percentTradeVolume {
    border: 1px solid #640000;
    height: 10px;
    width: 80px;
}

.scrollTradeDetail {
    width: 100%;
    overflow: auto;
    height: 100px;
}

.highcharts-button {
    display: none !important;
}

.table-priceboard {
    /*background: #111111;*/
    border: 1px solid #ddd !important;
    width: 100%;
    /*table-layout: fixed;*/
    border-collapse:collapse;
    border-spacing:0;
}

    .table-priceboard th {
        color: #000;
        text-align: center;
       
    }


    .table-priceboard tr.even:hover td.grey, .table-priceboard tr.odd:hover td.grey, .table-priceboard tr.even:hover td, .table-priceboard tr.odd:hover td {
        background-color: #f3f3f3;
        cursor:pointer;
    }

    .table-priceboard tr.odd td {
        background-color: #fff;
    }

    .table-priceboard tr.even td.grey, .table-priceboard tr.odd td.grey,
    .table-priceboard th.grey {
        background-color: #d4dcf3;
    }


    .table-priceboard td.tdSpace {
        padding: 1px 0px 0px 0px !important;
        /*background-color: #373b4a !important;*/
    }
    .table-priceboard th span {
        line-height: 15px !important;
        display:block;
    }

    .table-priceboard th, .table-priceboard td {
        background: #eee;
        border: 1px solid #a5a3a3 !important;
        font-family: Arial,Tahoma, Verdana;
        font-size: 13px;
        font-weight: normal;
        padding: 0px 1px !important;
        vertical-align: middle !important;
        white-space: nowrap !important;
        line-height: 26px !important;
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
        overflow:hidden;
       
    }

    .table-priceboard th {
        font-weight:bold;
    }

#tblSession
{
    background:#404040;
    color:#fff;
    font-weight:bold;
}

#tblSession .Name
{
    width: 60px;
}

#tblSession .Index
{
    width: 120px;
}

#tblSession .Trade
{
    min-width: 170px;
}

.cashTransferTab > li > a {
    padding: 5px 10px;
    text-transform: none;
    color: #0071ba;
    border-color: #0071ba;
    margin-left: 4px;
}

.cashTransferTab a.selected, .cashTransferTab a.selected:hover {
    background-color: #2196f3;
    color: #fff;
    text-shadow: none;
    border-color: transparent;
}

.help-block {
    margin-bottom: 5px;
    padding-top: 0px;
    color: #333;
    text-align: justify;
}

    .help-block.red {
        color: #ff0000;
    }

.gainloss-green {
    color: #388E3C;
}

.alert.alert-warning {
    margin-bottom: 10px;
    color: #563700;
    font-weight: bold;
}

.alert.alert-info {
    font-weight: bold;
}

.advanceTime {
    color: #ff0000;
    font-weight: bold;
}

.no-scroll {
    overflow-x: inherit;
}

.changePassForm .nav-tabs {
    border-bottom: 1px solid #0071ba;
}

    .changePassForm .nav-tabs > li {
        margin-left: 5px;
    }

.changePassForm > .row {
    margin-top: 5px;
}

.changePassForm .form-group {
    margin-bottom: 5px;
}

    .changePassForm .form-group .w210 {
        width: 210px !important;
    }

.changePassForm .accountNo, .changePassForm .fullName {
    padding-top: 7px;
}

.changePwdFirstLogin .control-label {
    text-align: left;
}

.changePwdFirstLogin .fsStyle {
    border-color: #ddd;
    padding: 5px 5px;
    margin: 5px;
}

.changePwdFirstLogin legend.legendStyle {
    margin: 0;
}

.changePwdFirstLogin .form-group {
    margin-bottom: 5px;
}

#contactInfoTab {
    margin: 20px 20px;
}

    #contactInfoTab .control-label {
        font-weight: normal;
        padding: 5px 10px;
        min-height: 30px;
        vertical-align: middle;
        text-align: left;
        display: block;
        margin-bottom: 5px;
    }

    #contactInfoTab .control-value {
        border-bottom: 1px #e1e2e2 dashed;
        min-height: 30px;
        padding: 5px 0px;
        display: block;
        vertical-align: middle;
        margin-bottom: 5px;
    }

    #contactInfoTab .form-control[disabled] {
        background: none;
    }

.newsListByCategory dd {
    display: inline-block;
    width: 100%;
}

.newsListBox dd a {
    color: #333;
}

.stockTransferForm .page-header {
    color: #0071ba;
    margin: 0px 0px 10px 0px;
    padding: 0;
}

    .stockTransferForm .page-header h5 {
        font-weight: bold;
        text-transform: uppercase;
    }

.rightInfoForm .alert {
    margin-bottom: 5px;
    padding: 9px;
}

.control-label-l {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}

.orderForm input[type='text'] {
    width: 130px;
    text-align: center;
    border-color: rgba(137, 137, 137, 0.55);
}

.orderInputSection {
    background: #f3f3f3;
    margin: 0 !important;
    padding: 0 !important;
}

    .orderInputSection .row {
        padding: 0px !important;
        margin: 5px 15px;
    }

    .orderInputSection table {
        margin: 0;
        padding: 0;
        width: 100%;
        border-spacing: 0;
    }

    .orderInputSection td {
        padding: 2px !important;
        margin: 0;
        border: none !important;
        vertical-align: middle !important;
    }

    .orderInputSection label {
        display: block;
        vertical-align: inherit;
        margin-bottom: 0;
    }

    .orderInputSection input[type="radio"] {
        cursor: pointer;
    }

.label-inline label {
    display: inline-block;
}

label.orderPriceUnit {
    display: inline-block;
    width: auto;
}

.btn-order {
    display: block;
    padding: 20px 30px;
    width: 100%;
    cursor: pointer;
}

label.label-sell, label.label-buy {
    vertical-align: inherit;
    padding: 0px 5px;
    margin-bottom: 5px !important;
}

.stockInfoSection {
    background: #fff;
}

    .stockInfoSection .form-inline {
        display: block;
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
    }

.stockInfoBox label {
    width: 80px;
    text-align: left;
    font-weight: normal;
}

.stockInfoSection label {
    float: left;
}

.orderAccountSection {
    padding: 10px 10px;
}

.orderStockSection {
    padding: 10px 10px;
    border-right: 1px solid #ddd;
}

.stockInfo {
    font-size: 14px;
    font-weight: bold;
}

.stockFullName {
    /*font-weight: 400 !important;*/
    padding-left: 10px;
}

.bidOfferSection .form-group {
    width: 100%;
}

.bidOfferSection td, .bidOfferSection th {
    width: 100px;
}

.bidOfferSection th {
    font-weight: bold;
}

.orderSessionSection {
    background: #f3f3f3;
    padding: 10px 0px;
}

    .orderSessionSection label {
        font-weight: normal !important;
    }

.buyForm .top {
    background-color: #F44336 !important;
}

.sellForm .top {
    background-color: #0071BA !important;
}

.buyForm .titletext, .sellForm .titletext {
    text-align: left !important;
}

.form-nopadding .control-label, .form-nopadding .control-value {
    padding: 5px 5px;
}

.marketBox {
    /*width: 100%;*/
    /*margin: 0 auto;
    padding: 0;
    list-style: none;*/
    list-style:none;
    padding:0;
    margin:0;
    position: relative;
   overflow: hidden;
   
}
 

    .marketBox li {
     /*float:left;
        position:relative;*/
       display: block;
       overflow:hidden;
        /*width: auto;*/
        vertical-align: top;
        color: #fff;
        margin:0 auto;
        padding:0;
        text-align: center;
         border-right: 1px solid #091014;
        min-height: 60px;
    }
     
.highcharts-container {
      height:100% !important;
        width: 100% !important;
}

.marketBoxTitle {
    padding-right: 5px;
    color:#E2E2E2;
}

.marketBox .marketCode {
    color: #fff;
    font-weight: bold;
}

#header td {
    padding: 0px 2px !important;
}

.total_advances {
    color: #07c305;
}

.total_declines {
    color: red;
}

.total_nochanges {
    color: #ffff00;
}

.marketBox td {
    text-align: left;
    padding: 0px 2px;
}

.marketBox .boxChange span {
    padding: 0px 10px 0px 3px;
}

.highcharts-container text {
    text-shadow: none !important;
}
.inno_scroll_top {
    display: none;
    position: fixed;
    right: 5px;
    bottom: 20px;
    width: 35px;
    height: 35px;
    z-index: 10
}

.inno_scroll_top #scroll_top {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    background-color: #ECECEC;
    opacity: 0.5;
    filter: alpha(opacity=0.5); /* For IE8 and earlier */
                               
    color: #999999;
    font-size: 20px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.inno_scroll_top #scroll_top i {
    display: block;
    line-height: 35px;
}

.inno_scroll_top #scroll_top:hover {
    background-color: #091014;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.putThroughInfo {
    font-family:Tahoma, Verdana, Arial;
    font-size:13px;
    color:#000;
    padding: 4px 0px;
}
.nav-pills > li > a, .nav-pills > li > a:focus, .nav-pills > li > a:hover {
    background-color:#f3f3f3;
    color:#333;
    border-radius:0;
    padding:6px 12px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color:#636363;
    font-weight:bold;
    text-transform:uppercase;
    border-radius:0;
     padding:6px 12px;
}
/* ============ End Intraday ==============*/
@media (max-width: 1230px) {
}

@media (min-width: 1199px) {
   
    .footer-left {
        padding-left: 5px;
    }

    .footer-right {
        padding-right: 5px;
    }

}

@media (max-width: 1024px) {
  
    .menu_top {
        max-width: 79px !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .welcome {
        padding: 10px 0px 10px 0px;
        background: none;
    }
}


@media (max-width: 991px) {
    .header .nav {
        display: none;
    }
}

@media(max-width: 800px) {
    .boxPriceBoardOpt {
        display:none;
    }
}
@media (max-width: 768px) {
  

    .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-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
            margin: 0;
            padding: 0;
        }

            .navbar-nav > li > a {
                margin: 0;
                padding: 5px 5px;
            }

    .collapse.in {
        display: block !important;
        overflow-y: auto !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu a {
            color: #fff;
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 300px;
        overflow-y: auto;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border: 1px solid #0071ba;
    }

    .navbar-inverse .navbar-toggle {
        border: none;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        line-height: 16px;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 3px 0px;
    }

    .globalAccount a.icon_login {
        margin: 0;
        padding: 10px 0px;
    }

    .globalAccount .container {
        padding: 0px 0px 0px 5px;
        margin: 0;
    }

    .navigator-right {
        float: left;
    }

    h2 {
        font-size: 38px;
    }

    .footer-left {
        background-image: none;
    }

    .footer-bottom .copyrights {
        text-align: center;
        width: 100%;
    }

    .footer-bottom .footer-links {
        float: left;
        width: 100%;
        text-align: center;
    }

    .process-box-container h4, .process-box-container i.fa-icon {
        display: block;
        text-align: left;
        float: left;
        width: 100%;
    }

    .process-box-1, .process-box-2, .process-box-3, .process-box-4 {
        height: 220px;
    }

    .contentOptionItem, .contentOptionItemFree {
        margin: 0px 2px 0px 0px;
        padding: 0;
    }

    .orderStatus-filter-list ul {
        float: left;
    }


    #simplemodal-container, #popup_container {
        width: 100% !important;
        left: 0 !important;
    }

    .orderStatusList li span {
        line-height: 24px;
    }

    .contentOptionItem .itemTitle, .contentOptionItemFree .itemTitle {
        width: 90px;
        text-align: left;
        padding: 2px 0px;
    }

    .orderConfirmFilter .form-control {
        width: 100px;
    }

    .popupFormInside {
        margin-top: 30px;
    }

    
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 17px;
    }

    .footer-bottom .copyrights {
        text-align: left;
        width: 100%;
    }

    .footer-bottom .footer-links {
        float: left;
        width: 100%;
        text-align: right;
    }

    .stock-control {
        width: 80px !important;
    }
}

@media (max-width: 640px) {
    .orderCancelPopup .price_notice {
        display: block;
        float: left !important;
        text-align: left;
    }

    .footer-left {
        background: #006aae;
    }

    .feature-tab .nav-tabs {
        float: left;
    }

    ul.order_status_note_detail {
        width: 100%;
        padding: 0;
        border: none;
    }

    .orderStatus_Note {
        text-align: left;
    }

    .banner-three {
        /*height: auto;*/
        background-size: cover;
    }

    .process-box-2 {
        height: 150px;
    }

    .process-box-3 {
        height: 150px;
    }

    .row-carousel {
        min-height: 300px;
    }

    .row-float {
        height: auto;
    }

    
}

@media (max-width: 480px) {
    .popupFormInside {
        width: 320px;
        margin: 0 auto;
        float: none;
    }

    .loginContent {
        width: 260px;
        margin: 0;
    }

    .card label {
        margin: 0 auto;
        width: 250px;
    }

    .banner-three {
        height: 400px;
    }

        .banner-three .visible-xs-12 {
            padding: 0;
        }

    .card h4 {
        padding: 0;
    }

    .card {
        height: auto;
        padding-top: 20px;
    }

    .footer-bottom .footer-links {
        width: 100%;
        text-align: center;
    }

        .footer-bottom .footer-links a {
            padding: 5px 5px;
        }

    #OTPVerificationFormCA .form-inline .form-control {
        display: inline-block;
    }
}

@media (max-width: 320px) {
    .row-float > div {
        padding-left: 0;
        padding-right: 0;
    }

    .boxBtnView {
        width: 100%;
    }
}
 #market {
    position: relative;
}
.indexChart-switch {
    background-color: #ffc70b;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    line-height: 25px;
    right: 25px;
    z-index: 100;
    margin-top: -27px;
    color: #ddd;
    opacity: 0.5;
}

    .indexChart-switch:hover {
        opacity: 1;
        color: #fff;
    }