@charset "utf-8";
* {
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, 'Sans-Serif';
  font-size: 12px;
  color: white;
  background-color: #121212;
  /* override value of backgroundColor, foregroundColor and spacing parameters */
  --ag-background-color: #121212;
  --ag-foreground-color: #fff;
  --ag-spacing: 2px;
  /* use dark scrollbars */
  --ag-browser-color-scheme: "inherit";
  --ag-border-radius: 0;
  --ag-font-size: 12px;
  --ag-font-family: Arial, Sans-Serif;
  --ag-inherited-chrome-background-color: #121212;
  --ag-column-border: 1px solid #505050;
  --ag-header-column-border: 1px solid #505050;
  --ag-wrapper-border-radius: 0;
  --ag-value-change-value-highlight-background-color: gray;
}

/* Menu */
div#headerPage {
  padding: 0 6px;
}

.nav_hat {
  color: #999;
}

.nav_hat .item a.level1, .nav_hat .item #user_navigation a {
  /* padding: 0 7px; */
  margin: 3px 0;
  border-left: 1px solid #666;
  font-size: 11px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}

.nav_hat .item.active > a {
  color: #F60;
}

.nav_hat .item.border_none a {
  border: none;
}

.nav_hat .item a {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.nav_hat .item a:hover, .nav_hat .item #user_navigation a:hover {
  color: #F60;
  text-decoration: none;
  cursor: pointer;
}

.nav_hat .item.has_dropdown {
  position: relative;
  z-index: 10002;
  float: left;
  width: 90px;
  height: 12px;
}

.nav_hat .item.has_dropdown a {
  background: url("../Default/images/b-sprite.png") no-repeat scroll -336px -5356px transparent;
  font-weight: bold;
  padding-right: 20px;
}

.nav_hat .item.has_dropdown a:hover {
  background: url("../Default/images/b-sprite.png") no-repeat scroll -326px -5368px transparent;
}

.nav_hat .item.has_dropdown.show_sub_menu a.more, .nav_hat .item.has_dropdown.show_sub_menu a.more:hover {
  border: 1px solid #666;
  border-bottom: none;
  background: url("../Default/images/b-sprite.png") no-repeat scroll -326px -5364px transparent;
  background-color: #fff;
  color: #F60;
  position: absolute;
  z-index: 1012;
  margin-top: 2px;
  padding: 4px 20px 5px 10px;
}

.nav_hat .item.has_dropdown .div_dropdown_container {
  position: absolute;
  z-index: 1010;
  background-color: #fff;
  border: 1px solid #999;
  padding: 10px 10px 0;
  width: 160px;
  top: 25px;
  display: none;
  -moz-box-shadow: 3px 3px 3px 0 #555;
  -webkit-box-shadow: 3px 3px 3px 0 #555;
  box-shadow: 3px 3px 3px 0 #555;
}

.nav_hat .item.show_sub_menu .div_dropdown_container {
  display: block;
}

.nav_hat .item.has_dropdown .div_dropdown_container .dropdown_section {
  float: left;
  margin-bottom: 10px;
}

.nav_hat .div_dropdown_container .dropdown_section a {
  border: none;
  background-image: none;
  color: #333;
  margin: 0 0 5px;
  padding: 0;
  min-width: 100px;
}

.nav_hat .div_dropdown_container .dropdown_section a:hover {
  background-image: none;
  color: #F60;
}

.nav_hat .item.has_dropdown .dropdown_section .header {
  position: relative;
  color: #F60;
  padding: 0 0 5px;
  margin: 0 0 5px;
  border-bottom: 1px solid #CCC;
  width: 160px;
  font-size: 11px;
  font-weight: bold;
}

ul {
  list-style: none;
}

li {
  display: list-item;
  text-align: left;
  background-repeat: no-repeat;
}

.main_menu {
  /* background-color: #F5F5F5 !important;
  border-bottom: 1px solid #DEDEDE;
  height: 36px; */
  display: flex;
  width: 100%;
  align-content: center;
  align-items: center;
  gap: 6px;
}

.main_menu .lang {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 22px;
  align-items: center;
  gap: 3px;
}

.main_menu > ul {
  list-style: none;
  padding: 0;
  width: 100%;
}

.main_menu > ul > li {
  float: left;
  padding-top: 3px;
  padding-bottom: 3px;
}

.main_menu > ul > li > ul > a:hover {
  color: #fe0000;
  cursor: pointer;
}

.main_menu > ul > li > a:hover {
  color: #fe0000;
  cursor: pointer;
}

.main_menu ul li ul {
  display: none;
  list-style: none;
  background: rgba(58, 58, 58, .97);
  border: 1px solid #444;
  padding: 5px 0px;
}

/* .main_menu ul li ul li:FIRST-CHILD{
	border-top: 1px solid !important;
} */

.main_menu ul li ul li a {
  padding: 7px;
  top: 0px;
  text-decoration: none;
  display: block;
  position: relative;
}

.child-div {
  position: absolute;
  z-index: 100;
  padding-top: 5px;
}

.main_menu > ul > li > ul > a {
  font-size: 12px;
  text-decoration: none;
  color: #373535;
  opacity: 0.6;
}

#global_nav_hat .divTabFavorite #tabFavorite {
  border-left: 0px;
}

.main_menu ul li ul > li:hover {
  background-color: #505050;
}

.main_menu ul li ul > li:hover > a {
  color: #F60 !important;
  padding: 7px;
  position: relative;
  display: block;
}

.sub_menu {
  min-width: 172px;
  max-height: 80vh;
  overflow: hidden auto;
}

.sub_menu::-webkit-scrollbar {
  width: 6px;
}

.sub_menu::-webkit-scrollbar-track {
  background: #2a2a2a;
}

.sub_menu::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 3px;
}

.sub_menu::-webkit-scrollbar-thumb:hover {
  background: #888;
}

#global_nav_hat .lang #txtSearch {
  width: 110px;
  height: 22px;
  background-color: #f1f1f1;
  border: none;
  border-radius: 2px;
  float: left;
  margin-right: 5px;
  margin-top: -5px;
  padding-left: 5px;
  font-family: system-ui;
  font-size: 9pt;
  font-weight: bold;
  text-transform: uppercase
}


/* divMarket */
.divMarket {
  width: 100%;
  padding-bottom: 5px;
}

.divMarket > div {
  float: left;
}

.divMarket::after {
  content: "";
  display: block;
  clear: both;
}

#divMarketIndex {
  width: auto;
}

#divMarketIndex table {
  font-size: 12px;
}

.tabbed-box {
  margin: 0;
  width: auto;
}

.tabsul {
  list-style: none;
  position: relative;
  z-index: 2;
  top: 1px;
  display: table;
  padding: 0;
  margin: 0;
}

.tabbed-box .tabsindex li {
  float: left;
}

.tabbed-box .tabsindex li a {
  display: block;
  width: 110px;
  padding: 3px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #888;
  border-bottom: 1px solid #767676;

}

.tabbed-box .tabsindex li:first-child a {
  border-left: none;
}

.tabbed-box .tabsindex li a:hover {
  color: #fff;
}

.tabbed-box .tabsindex li a:focus {
  outline: none;
}

.tabbed-box .tabsindex li a.active, .tabbed-box .tabsindex li a.active:hover {
  background: none repeat scroll 0 0 #767676;
  color: #333;
  border-bottom: 1px solid #767676;
  display: block;
}

.tabbed-content {
  margin: 0 auto;
  padding: 3px 1px 1px 1px;
  display: none;
  height: 110px;
  border-top: 1px solid #767676;
}


.MktIndex {
  color: #dddddd;
  font-size: 8pt;
  font-weight: bold;
  font-family: Arial, Sans-Serif;
  text-align: left;
  /* padding-left: 10px; */
}

.MktVolume {
  color: #ffffff;
  font-size: 9pt;
  font-family: Arial, Sans-Serif;
}

.MktValue {
  color: #ffffff;
  font-size: 9pt;
  font-family: Arial, Sans-Serif;
}

.MktHeader {
  font-family: Arial, Sans-Serif;
  color: #dddddd;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
  font-weight: bold;
  font-size: 9pt;

}

.MktStatus {
  font-family: Arial, Sans-Serif;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 9pt;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.headerchart {
  height: 130px;
}

.stock_change {
  background-color: gray !important;
}

#stockFavorite {
  font-size: 12px;
}

#stockFavorite input {
  border: medium none;
  height: 25px;
  padding-left: 5px;
  padding-right: 5px;
}

.ag-header-cell {
  text-align: center;
  justify-content: center;
}

.ag-header-cell-comp-wrapper, .ag-header-cell-label {
  justify-content: center;
  align-items: center;
}

.ag-cell {
  white-space: nowrap !important;
}

.divfooter {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 20px;
  opacity: 1;
}

.CopyRight {
  border: 1px solid #505050;
  font-family: Arial, Sans-Serif;
  font-size: 9pt;
  font-weight: normal;
  color: #dddddd;
  background-color: blue;
  white-space: nowrap;
}


#detail-popup {
  position: absolute;
  display: none;
  width: 1024px;
  min-width: 700px;
  height: 480px;
}

#detail-popup div.content div.box1 {
  float: left;
  width: 39%;
}

#detail-popup div.content div.box3 {
  float: left;
  width: 59%;
  height: 394px;
}

#detail-popup div.content div.box4 {
  float: left;
  width: 36%;
  height: 365px;
}


#detail-popup div.content div.box2,
#detail-popup div.content div.box3,
#detail-popup div.content div.box4 {
  border-left: 1px solid #505050;
  border-top: 1px solid #505050;
}


#detail-popup div.content div.box1 {
  line-height: 20px;
  border-top: 1px solid #505050;
  padding: 5px;
}

div.box1 > table {
  padding: 5px;
}

div.box1 table td:nth-child(2),
div.box1 table td:nth-child(3),
div.box1 table td:nth-child(4) {
  text-align: right;
}


#detail-popup div.title {
  line-height: 30px;
}

div.box2 table tr:first-child td {
  text-align: center;
}

div.box2 table tr:nth-child(2) td {
  text-align: center;
}

div.box2 table tr:nth-child(3) td,
div.box2 table tr:nth-child(4) td,
div.box2 table tr:nth-child(5) td,
div.box2 table tr:nth-child(6) td {
  text-align: right;
}

div.box1 table {
  border-collapse: collapse;
}

div.box1 table tr:nth-child(9) td:nth-child(1),
div.box1 table tr:nth-child(9) td:nth-child(2) {
  background-color: #10DF1E;
}


div.box1 table tr:nth-child(9) td:nth-child(3),
div.box1 table tr:nth-child(9) td:nth-child(4) {
  background-color: #FF0000;
}

div.box2 table tr:nth-child(7) {
  background-color: #121212;
  border-top: 1px solid #505050;
  text-align: center;
}

div.box2 table tr:first-child td:first-child {
  background-color: #10DF1E;
}

div.box2 table tr:first-child td:last-child {
  background-color: #FF0000;
}

div.box1 table tr:nth-child(13) {
  background-color: #606060;
  border-top: 1px solid #505050;
  text-align: center !important;
  font-weight: bold;
}


#detail-popup div.title {
  margin-left: 10px;
}


.bieudo1 #char-detail_giakl {
  height: 176px;
  margin: 7px;
  width: 497px;
}

.bieudo1 .groupRadio {
  margin-left: 5px;
}


.content-chart {
  height: 175px;
  margin: 7px;
  width: 497px;
}

.matHisContent {
  width: 100%;
}

#detail-popup table {
  font-size: 12px;
}

#detail-popup .content .headerSecDetail thead {
  font-weight: bold;
}

#detail-popup .content .headerSecDetail td {
  padding: 2px;
  height: 18px;
}

#detail-popup .content .headerSecDetail thead td {
  background-color: #222222;
}

#detail-popup .content .headerSecDetail .arrow-icon-fix {
  cursor: pointer;
}

#detail-popup .content .sumaryInfo {
  position: relative;
  padding-top: 10px;
  height: 366px;
  background-color: #1d1d1d;
}

#detail-popup .content .sumaryInfo .item-info {
  /*border: 1px solid #505050;*/
}

#detail-popup .content .sumaryInfo .techAnalyze {
  float: left;
  width: 45%;
}

#detail-popup .content .sumaryInfo .techAnalyze #chartIframe {
  width: 100%;
  height: 360px;
  border: none;
}

#detail-popup .content .sumaryInfo .timelineInfo {
  float: left;
  width: 54%;
  height: 360px;
  margin-left: 7px;
}

#detail-popup .content .sumaryInfo .timelineInfo ul {
  float: left;
  width: 100%;
}

#detail-popup .content .sumaryInfo .timelineInfo #timelineChart {
  float: right;
  width: 270px;
  height: 325px;
}

#detail-popup .content #tab-lskhop {
  /*padding: 0px 3px;*/
}

#detail-popup .content #tab-lskhop table {
  width: 100%;
}

#detail-popup .content #tab-lskhop table td {
  display: inline-block !important;
}

#detail-popup .content #tab-cw-info table {
  width: 100%;
}

#detail-popup .content #tab-cw-info table td {
  height: 19px;
}

#detail-popup .content #tab-cw-info table td.label-cw {
  width: 95px;
}

#detail-popup .content #tab-cw-info table td.content-cw {
  width: 130px;
}

#detail-popup .content #tab-lskhop #scrool_lskhop {
  height: 305px;
  margin-top: 2px;
}

#detail-popup .content #tab-lskhop #scrool_lskhop .column {
  height: 20px !important;
  float: left;
}

#detail-popup .content li.tab-detail {
  float: left;
  width: 25%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
  /*display: inline-block;*/
}

#detail-popup .content li.tab-detail-x {
  float: left;
  width: 50%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
  /*display: inline-block;*/
}

#detail-popup .content li.tab-detail a.tab-aDetail {
  color: #fff;
  font-weight: bold;
  padding-bottom: 3px;
}

#detail-popup .content li.tab-detail a.tab-aDetail:hover {
  cursor: pointer;
  color: lawngreen;
}

#detail-popup .content .tab-detail .tab-active {
  border-bottom: 2px solid #e2e2e2;
}

#detail-popup .content .normalTd {
  background-color: #000000;
}

#detail-popup .content .lskhop_row {
  height: 22px;
}

.btnClose {
  border-radius: 2px;
  cursor: default;
  font: bold 131% sans-serif;
  padding: 0 6px 2px;
  position: absolute;
  right: 5px;
  top: 5px;
}


.w40 {
  width: 40px;
}

.w45 {
  width: 45px;
}

.w50 {
  width: 50px;
}

.w55 {
  width: 55px;
}

.w60 {
  width: 60px;
}

.w65 {
  width: 65px;
}

.w70 {
  width: 70px;
}

.w75 {
  width: 75px;
}

.w85 {
  width: 85px;
}

.w90 {
  width: 90px;
}

.hidden {
  display: none !important;
}


div.symbol {
  font-family: Arial, Sans-Serif;
  font-size: 8pt;
  font-weight: normal;
  width: 890px;
  padding: 5px;
  border: 1px solid #6E6E6E;
  float: left;
  border-radius: 3px;
}

div.ChooseSymbol {
  font-family: Arial, Sans-Serif;
  font-size: 8pt;
  font-weight: normal;
  width: 895px;
  height: 400px;
  overflow: auto;
  padding: 5px;
  border: 1px solid #6E6E6E;
  float: left;
  border-radius: 3px;
}

ul.symbols {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
}

ul.symbols li {
  width: 75px;
  float: left;
}

ul.symbols li.selected a {
  color: #B40404;
  font-weight: bold;
}

ul.symbols li.unselected a {
  color: #424242;
}

ul#abc-filter {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}

ul#abc-filter li {
  float: left;
}

ul#abc-filter li a {
  padding: 1px 5px;
  color: #1C1C1C;
  font-weight: bold;
}

ul#abc-filter li a:hover {
  text-decoration: underline;
  color: #B40404;
}

.divOption {
  font-family: Arial, Sans-Serif;
  font-size: 9pt;
  font-weight: normal;
  color: #424242;
  width: 100%;
  display: none;
}

.content {
  padding: 1px 1px 1px 1px;
}

.popup {
  border-radius: 2px;
  background-color: #D8D8D8;
  margin: 30px auto 0;
  padding: 2px;
  position: absolute;
  width: 917px;
  height: auto;
  top: 2%;
  left: 50%;
  margin-left: -450px;
}

.Link, .Link:visited {
  text-decoration: none;
  color: #424242;
}

.Link:hover {
  color: #B40404;
  text-decoration: underline;
  cursor: pointer;
}

.btn {
  display: inline-block;
  border-left: 0 none #e6e6e6;
  border-right: 0 none #e6e6e6;
  border-top: 0 none #e6e6e6;
  border-bottom: 0 none #b3b3b3;
  display: inline;
  padding: 3px 6px;
  margin-bottom: 0;
  margin-left: .3em;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-image: -moz-linear-gradient(top, #ffffff, #414141);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}

.btn:active,
.btn.active {
  background-color: #cccccc;
}

.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-inverse {
  background-color: #414141;
  background-repeat: repeat-x;
  background-image: linear-gradient(top, #555555, #222222);
  border-left-color: #222222;
  border-right-color: #222222;
  border-top-color: #222222;
  border-bottom-color: #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808;
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 5px;
  overflow: hidden;
  width: 60px;
  height: 60px;
  border: none;
  text-indent: 100%;
  /*background: url(../images/arrow_up3.png) no-repeat left top;*/

  background: url(../../../images/arrow_up3.png) no-repeat left top;
}

#toTopHover {
  background: #ddd url(../../../images/arrow_up3.png) no-repeat center center;
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  float: left;
  background-size: cover;
  background-color: transparent;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

.ag-body-vertical-scroll::-webkit-scrollbar {
  width: 6px;
}

.ag-body-vertical-scroll::-webkit-scrollbar-track {
  background: #2a2a2a;
}

.ag-body-vertical-scroll::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 3px;
}

.ag-body-vertical-scroll::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.change-point-and-change-percent .prev {
  position: absolute;
  top: 7px;
  left: 2px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 8px solid white;
  border-bottom: 4px solid transparent;
  z-index: 99;
  cursor: pointer;
}

.change-point-and-change-percent .next {
  position: absolute;
  top: 7px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 8px solid white;
  border-bottom: 4px solid transparent;
  z-index: 99;
  cursor: pointer;
}

.ag-cell > span {
  display: block;
}

.ag-header-cell-text {
  white-space: normal;
}


.cell-tradSesStatus span[class^=circle] {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.cell-tradSesStatus span[class^=circle]::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  /* border: 1px solid #fff; */
  box-shadow: inset 0 0 3px #fff;
  margin-right: 6px;
}

.cell-tradSesStatus span.circle-red::before {
  background-color: red;
}

.cell-tradSesStatus span.circle-orange::before {
  background-color: #ffa12a;
}

.cell-tradSesStatus span.circle-green::before {
  background-color: #1aff00;
}

.right-stocks::after {
  content: '*';
  padding-left: 3px;
  color: yellow;
}

.rowindex-new {
  display: none;
}

.rowindex-new .MktIndex {
  width: 100%;
}

#tdMarketUpCom {
  display: none;
}

#tdMarketHose, #tdMarketVN30, #tdMarketHnx, #tdMarketHnx30 {
  width: 15.8%;
}

#tdMarketIndex {
  display: block;
  width: 36.8%;
}

.action-display-market {
  display: none;
  width: 22px;
}

.action-display-market .action {
  display: flex;
  width: 100%;
  height: 100%;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.action-display-market .action:before {
  color: #fff;
  font-size: 20px;
}

.action-display-market .action[mk-display="hide-all"]:before {
  content: '\276F';

}

.action-display-market .action[mk-display="show-all"]:before, .action-display-market .action[mk-display="show-index"]:before {
  content: '\276E';
}

#global_nav_hat .userLogin {
  display: none;
}

.marker {
  display: block;
  background-image: url("/images/icon-marker.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
}

.unmarker {
  display: block;
  background-image: url("/images/icon-unmarker.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
}

.secCd-container {
  display: flex;
  gap: 3px;
}

.text-ceiling-price {
  color: rgb(255, 0, 255);
}

.text-floor-price {
  color: rgb(102, 204, 255);
}

.text-basic-price {
  color: rgb(255, 255, 0);
}
.body-cell-highlight{
  background-color: #444444;
}

.text-up-price{
  color: #00ff00;
}

.text-down-price{
  color: #ff0000;
}

.text-no-trade-price {
  color: white;
}

#divMarketIndex td {
  white-space:nowrap;
}