@charset "utf-8";

.body
{
    font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: white;
	margin-bottom:0;
	margin-top:0;
	background-color: #121212;
}

.divLogo{
	width: 120px;
	float: left;
}

.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;
}
.container
{
	text-align: center;
	vertical-align: top;
}

.tableH1
{
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #dddddd;
	text-align: center;
	border-color: #505050;
	background-color: #222222;
}
.tableH2
{
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #dddddd;
	text-align: center;
	border-color: #505050;	
	background-color: #222222;
}
.tableH1 a
{
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #dddddd;
	text-align: center;
	border-color: #505050;
	background-color: #333333;
}
.tableH2 a
{
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #dddddd;
	text-align: center;
	border-color: #505050;	
	background-color: #222222;
}
.BorderTop 
{    
    /* border-top: 1px solid #505050; */
}
.BorderBottom
{    
    /* border-bottom: 1px solid #505050; */
}
.BorderRight {
    
}
    
.divMarket
{
    width: 100%;
    padding-bottom: 5px;
}

.divScroll
{
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden;
	width: auto;
	background: none repeat scroll 0 0 #909090;
}
.divPutThrough
{
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden;
	width: auto;
	/*border: 1px solid #505050;	*/
}
.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;
}

.cellCode, .cellCode2
{
    font-family: Arial, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	padding-right: 6px;
	padding-left: 2px;	
    text-decoration: none;	
	white-space: nowrap;	
}

.cellCode a, a:visited
{    
	text-decoration: none;	
}
.cellCode a:hover
{
	text-decoration: underline;
}
.cell
{
    font-family: Arial, Sans-Serif;
	font-size: 9pt;
	text-align: right;
	padding-right: 2px;
	padding-left: 2px;
	/*border-color: #505050;*/
	white-space: nowrap;
}
.normalValue
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	text-align: right;
	padding-right: 2px;
	padding-left: 2px;	
	color: #ffff00;
	border-color: #505050;
	white-space: nowrap;
}
.normalTime
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: normal;	
	border-color: #505050;	
	white-space: nowrap;
}
hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}
.marketName
{
	color: black;
	font-family:Arial, Sans-Serif;
	font-style:normal;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	width:120px;
}

.lang{
    padding: 0 10px;
    margin: 3px 0 0 0px;
    float: right;
}
.nav_hat {
    height: 18px;    
    margin-bottom: 1px;
}

.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: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;
}

.expandable_text_toggle, a {
    color: #999;
    text-decoration: none;
}
.links 
{        
    margin-top: 1px;   
    margin-bottom: 10px; 
    color: #06C;
    font-size: 12px;
    font-weight: bold;
    padding-left: 2px;        
}

#divClock 
{
    font-family: digitalclock; 
    float: left; 
    font-size: 20px; 
    color: #ffffff; 
    letter-spacing: 2px;
    margin-left: 45px;
}

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;
    
}
#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);
}


/* #toTop:active, */
/* #toTop:focus { */
/*     outline: none; */
/* } */


/* Tab Content - menucool.com */
ul.tabs
{
    padding: 7px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:3px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font: normal 12px Arial, Sans-Serif;;
    text-decoration: none;
    position: relative;
    padding: 7px 16px;
    border: 1px solid #CCC;
    border-bottom-color:#B7B7B7;
    color: #000;
    background: #F0F0F0 url(../../Default/images/tabbg.gif) 0 0 repeat-x;
    border-radius: 3px 3px 0 0;
    outline:none;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
    border: 1px solid #B7B7B7;
    background:#F0F0F0 url(../../Default/images/tabbg.gif) 0 -36px repeat-x;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font-weight:bold;
    background: white;
    border: 1px solid #B7B7B7;
    border-bottom-color: white;
}                
ul.tabs li.selected a:hover
{
    text-decoration: none;
}   
div.tabcontents
{
    border: 1px solid #B7B7B7; padding: 3px;
    background-color:#FFF;
    border-radius: 0 3px 3px 3px;
}

/* Tab Content for market index */
#divMarketIndex {
	width: auto;      
}
.tabbed-box {
    margin: 0;
	width:auto;    
}

.tabsul {
    list-style:none;
    position:relative; 
    z-index:2;
    top:1px;
    display:table;    
}
.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;
}

* { margin: 0; 
    padding: 0; }
    
    

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

#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%;
}


/*#scrool_lskhop {*/
/*	height: 125px;*/
/*}*/


/*#scrool_lskhop .column {*/
/*	height: 20px !important;*/
/*	float: left;*/
/*}*/


.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;
}

.table-scroll .mCSB_container > div, .table-scroll>div{
	width: 100%;
	float: left;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

.center{
    text-align: center;
}

.headerchart{
	height: 130px;
}


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


.delIcon {
    background-color: black;
    border: 1px solid;
    color: red;
    margin-top: 3px;
    width: 20px;
}

.hide{display: none;}

.tabHide{background-color: #CFCFCF;}

#tableQuote tr, #tableFloatingHeader tr{
    height: 21px;
}

#tableIndex tr, #tableIndex-other tr {
    height: 17px;
}

#tableQuote tbody tr td.c41,
#tableQuote tbody tr td.c40,
#tableQuote tbody tr td.c39,
#tableQuote tbody tr td.c38,
#tableQuote tbody tr td.c37,
#tableQuote tbody tr td.c36,
#tableQuote tbody tr td.c35,
#tableQuote tbody tr td.c34,
#tableQuote tbody tr td.c33,
#tableQuote tbody tr td.c32,
#tableQuote tbody tr td.c31,
#tableQuote tbody tr td.c30,
#tableQuote tbody tr td.c29,
#tableQuote tbody tr td.c28 {
	background-color: #262626;
}

.tablePutThrough {
    background: none repeat scroll 0 0 #909090;
}

#floatingHeader{
	background-color: #505050;
}

#tableQuote #lnkSecCd{
	/* float: left; */
	margin-left: 5px;
	color: white;
	display: block;
}

#tableQuote .cellCode img{
	float: right;
	margin-top: 2px;
}

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


.logo{
	margin-left: 26px;	
}

.arrow-up {
	border-bottom: 5px solid #fff;
}

.arrow-down {
  	border-top: 5px solid #fff;
}

.arrow-left {
  	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #fff;
    display: inline-block;
}

.arrow-right {
  	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #fff;
    display: inline-block;
}

.aArrow{
    position: absolute;
    top: 2px;
    padding-bottom: 3px;
}

.aArrow:hover{
    background-color: #767676;
}

.aArrowRight{
	right: 1px;
    padding-right: 0px;
}

.aArrowLeft{
	padding-left: 0px;
	left: 1px;
}

.sortHeader[sortType="1"] .arrow-icon, .sortHeader[sortType="2"] .arrow-icon {
    width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
    display: inline-block;
}

.sortHeader{
	cursor: pointer;
	position: relative;
}

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

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

/*li.tab-detail a.tab-aDetail:hover{*/
/*	cursor: pointer;*/
/*    color: lawngreen;*/
/*}*/

/*.tab-detail .tab-active{*/
/*	border-bottom: 3px solid red;*/
/*}*/

.tab-contain ul.tab-bar{
	float: left;
    width: 100%;
	list-style: none;
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
}

.tab-contain{
	text-align: center;
	width: 100%;
	float: left;
}

#tableQuote{
	background-color: #505050;
}

.openInterestHide{
	display: none !important;
}

.trRow:hover td{
	background-color: transparent !important;
	cursor: default;
}

.trRow:hover{
	background-color: #084b8a;
	cursor: default;
}

.trRowFix:hover td{
	background-color: transparent !important;
	cursor: default;
}

.trRowFix:hover{
	background-color: #084b8a !important;
	cursor: default;
}

.trRowFix{
    background-color: #262626;
}

.trRowFix td.special{
    background-color: #444;
}

.upperColor{
	color: #00ff00;
}

p.tooltip{
	background-color: #fff;
    position: absolute;
    display: block;
    color: #1a1a1a;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 4px;
}

.tabIndustries.active, .tabHnxOdd.active, .tabStockboardBi.active, .tabStockboardPlo.active{
	 color: #F60;
    background-color: #505050;
}

.special{
	background-color: #444;
}

.bd-top{
	border-top: 1px solid #a5a4a1;
}

.bd-right{
	border-right: 1px solid #a5a4a1;
}

.bd-bottom{
	border-bottom: 1px solid #a5a4a1;
}

.bd-left{
	border-left: 1px solid #a5a4a1;
}

#Thead2 tr>td.tableH2{
	/* border-top: 1px outset #a5a4a1;
	border-bottom: 1px outset #a5a4a1; */
}

#Thead2{
	/* outline: 1px solid #a5a4a1; */
}

.hidden{
	display: none !important;
}
#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;
}

#tableQuote tr.separate{
    display: none;
}

#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
}

.bgHighlight{
    background-color: #084b8a !important;
}

ul.ui-autocomplete.ui-menu{
    z-index: 99999;
    background-color: aliceblue;
    width:400px
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active, .ui-state-hover{
    background-color: #222222 !important;
    color: white !important;
}