
* {
	
}

html {
	-moz-font-feature-settings: normal;
	-moz-font-language-override: normal;
	-x-system-font: none;
	font-family: "Lane", sans-serif;
	font-size: 14px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 100%;
	line-height: 16px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	width: 100%;
}
body {
	cursor:default;
	-moz-font-feature-settings: normal;
	-moz-font-language-override: normal;
	-x-system-font: none;
	background-attachment: scroll;
	background-clip: border-box; 
	font-family: "Helvetica", sans-serif;
	font-size: 14px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	width: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
	position: relative;
	overflow: hidden; 
	height:100%;
	scroll:no;
}
.arrow-down {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #cdcdcd;
    height: 0;
    margin-top: -2px;
    position: absolute;
    right: 6px;
    top: 50%;
    width: 0;
}


.viewPort2 {
	position: relative;
	width: 100%;
	top: 0px;
	--height: 400px;
	--overflow: hidden;
}
.viewPort {
	position: relative;
	width: 100%;
	top: 0px;
	height: 100%;
	overflow: auto;
}

.cellRow {
	width: 100%;
	border-bottom: solid 1px #ddd;
}

.cellRow:hover, .cellRow:active{
	background:#ccc;
}

.ticker {
	font-size: 13pt;
	font-fimily:Tahoma,Arial,sans-serif;
	color:#333;
	padding-left:2px;
	padding-top:6px;
}

.price {
	width: 80px;
	font-size: 13pt;
	text-align: right;
	padding-right: 2px;
	font-fimily:Tahoma,Arial,sans-serif;
	color:#333;
}

.changeBox {
	background: #238853;
	border: solid 1px #204002;
	border-radius: 6px;
	padding-right: 2px;
	padding-bottom:6px;
	text-align: right;
	width: 70px;
	color: #fff;
}

.up {
	
}

.down {
	background: #b31d04;
	border: solid 2px #a60000;
}

.change {
	font-size: 13pt;
}

.changePct {
	font-size: 9pt;
}

.desc {
	padding-left:2px;
	font-size: 9pt;
	color:#666;
	width:120px;
	white-space: nowrap;
	overflow:hidden;
}

.time { 
	font-size: 9pt;
	color:#666;
	text-align: right;
	padding-right: 2px;
	white-space: nowrap;
}

.detailPane {
	position: relative; 
	overflow: hidden;
	height: 0x;
	width: 100%;
	font-size: 9pt;
	overflow: hidden;
	transition: height .5s;
	-moz-transition: height .5s; /* Firefox 4 */
	-webkit-transition: height .5s; /* Safari and Chrome */
}

.cellLabel {
  color: #888989;
  font-size: 11px;
  padding-left: 4%;
  padding-top: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  --width: 42%;
}
.cellValue {
  font-weight: bold;
  padding-right: 4%;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  --width: 50%;
}
.detailPane table {
	width: 100%;
}

.expanded {
	background: #ddd;
}

.detailTable {
	margin-top:5px;
}

.detailTable td:first-child {
	padding-left: 10px;
}

.detailTable td :first-child+td {
	padding-right: 10px;
	text-align: right;
}

.detailTable td :nth-child(3) { 
	
}

.detailTable td :last-child {
	padding-right: 10px;
	text-align: right;
}

.chatContent {
	padding:10px;
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size:13px;
}

.chatMsg {
	margin-bottom:5px;
	border-bottom:1px solid #eee;
	padding:2px;
	padding-bottom:5px;
	
}

.chatMsg:hover {
	background:#eedb97
}
.chatHeader {
	position:relative;
}

.chatTick {
	padding-left:20px;
	color:#0099d4;
	font-weight:bold;
	line-height:16px;
	font-size:11px;
	cursor:pointer;
}

.chatUser {
	color:#0099d4;
	font-weight:bold;
	line-height:16px;
	font-size:11px;
}
.chatTime {
	position:absolute;
	right:0px;
	font-size:10px;
	color:#333;
}
#header {
	position: fixed;
	right: 0px;
	top: 0px;
	height: 40px;
	width: 100%;
	background-color: #000;
	z-index: 3;
	box-shadow: 0px 3px 3px #888888;
}

.header {
	position: relative;
	right: 0px;
	top: 0px;
	height: 40px;
	width: 100%;
	background-color: #000;
	z-index: 3;
	box-shadow: 0px 3px 3px #888888;
}
#searchbox {
	margin-left: 5px;
	margin-top: 6px;
	background: #ddd;
	border: solid 2px #333;
	border-radius: 20px;
	height: 20px;
	padding-left: 8px;
	width: 150px;
	background:#fff;
} 
#viewSwitch {
	
	top: 6px;
	display:inline;
}

#viewSwitch a {
	color:#333;
	font-size:10px;
	line-height:12px;
	text-decoration: none;
	padding:6px;
	padding-left:10px;
	padding-right:10px;
	background: #cdcdcd;
	border-radius: 20px;
}
#viewSwitch .current {
	
	background: #05c394;
	color:#fff;
}
.menuIcon {
	position: absolute;
	left: 8px;
	top: 2px;
}

.resultSet {
	position: fixed;
	left: 5px;
	top: 35px;
	height: 400px;
	width: 300px;
	background-color: #fff;
	z-index: 1003;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
	border: 1px solid #aaa;
	box-shadow: 3px 3px 3px #888888;
}

.resultSet table {
	width: 100%;
}

.resultSet td {
	border-bottom: 1px solid #ddd;
	padding-left: 10px;
}

td {
	position: relative;
}

.removeBtn {
	position: absolute;
	width: 28px;
	height: 28px;
	left: 2px;
	top: 5px;
	display: none;
}
.removeBtn svg:hover {
	fill:red;
}

#detailView {
	position: relative;
}

#detailContentView {
	position: relative;
	top: 40px;
	overflow: auto;
}

.secHeader {
	width: 100%;
	background-color: #eee;
	padding:5px;
	padding-left: 10px;
    color: #5a5c62;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
	position:relative;
    white-space: nowrap;


}
.secContent {
	padding: 10px;
    color: #515151;
	font-size: 12px;
}
.tabHeader {
	width: 100%;
	height: 40px;
	background-color: #eee;
	padding: 0px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	
  color: #5a5c62;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;

  white-space: nowrap;


}
#accountStatus {
	color:blue;
}
#tabHeader tbody {
	margin: 0px;
	padding: 0px;
}

#tabHeader tr {
	padding: 0px;
	margin: 0px;
	
}

#tabHeader td {
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 33%;
	border-bottom:solid 1px #098373;
}

#tab2 {
	border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;
}


.tabHeader td.focused {
	background-color: #fff;
	border-bottom: solid 2px #098373;
	color:#098373;
}
.tabHeader td {
	
	border-bottom: solid 2px #098373;
}
.combox-focused {
	
	position: absolute;
	left: 49px;
	top: 3px;
	border: 1px solid #098373;
	height: 28px;
	vertical-align: middle;
	white-space: nowrap;
	cursor: default;
}
.combox-focused svg {
	fill:#098373;
}
.veil {
	background-color: rgba(33, 33, 33, 0.3);
	alpha: .6;
	top:0px;
	left:0px;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.dialog {
	position: absolute;
	z-index: 1001;
	background-color: white;
	border: solid 1px #ccc;
	padding: 10px;
	overflow:auto;
	-webkit-box-shadow: 8px 10px 19px -3px rgba(187,189,191,0.43);
	-moz-box-shadow: 8px 10px 19px -3px rgba(187,189,191,0.43);
	box-shadow: 8px 10px 19px -3px rgba(187,189,191,0.43);
}

.closeBarLeft {
	position: relative;
	border-left: solid 1px #ccc;
	background-color: #eee;
	border-right: solid 1px #ccc;
	width: 4px;
	overflow: hidden;
}

.closeLeft {
	background: #fff none no-repeat scroll 50% 50%;
	background-image:
		url("data:image/gif;base64,R0lGODlhAwAFAPABAMnLzf///yH5BAUAAAEALAAAAAADAAUAQAIGTGCgqAcFADs=");
	width: 5px;
	height: 25px;
	position: absolute;
	border: solid 1px #ccc;
	margin-left: -1px;
}

.closeLeft:hover {
	border-color:#098373;
}

.closeLeftClosed {
	background-image:
		url("data:image/gif;base64,R0lGODlhAwAFAIABAMnLzf///yH5BAEAAAEALAAAAAADAAUAAAIFRAKWi1cAOw==");
}

#dividerHorizontal {
	width: 100%;
	height: 4px;
	cursor: ns-resize;
	position: relative;
	border-top: solid 1px #ccc;
	background-color: #eee;
	border-bottom: solid 1px #ccc;
}

.button {
	border-radius: 2px;
	color: #ffffff;
	display: inline-block;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	text-decoration: none;
	cursor: pointer;
}

.watchlist {
	width: 100%;
	height: 36px;
	background-color: #eee;
	position:relative;
}

.combox2 {
	position: relative;
	display:inline-block;
	top: 3px;
	border: 1px solid #c9cbcd;
	height: 28px;
	width: 210px;
	vertical-align: middle;
	line-height: 28px;
	font-family: "Helvetica Neue", ​Helvetica, ​Arial, ​sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #555;
	white-space: nowrap;
	cursor: default;
}

.combox2-focused {
	
	position: relative;
	display:inline-flex;
	top: 3px;
	border: 1px solid #098373;
	height: 28px;
	width: 210px;
	vertical-align: middle;
	line-height: 28px;
	font-family: "Helvetica Neue", ​Helvetica, ​Arial, ​sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #555;
	white-space: nowrap;
	cursor: default;
	
}
.combox2-focused svg {
	fill:#098373;
}
.combox2 div {
	padding-left:4px;
}
.combox2 a {
	text-decoration: none;
}

.combox2:hover {
	border-color: #098373;
}
.combox2 span i {
	background: rgba(0, 0, 0, 0)
		url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAeCAMAAADuMkXpAAAAUVBMVEUAAAAA//9VVVUzzP9/f39JttuIiIhAstmGhoZJtNWJi41ItdaKi41JtNWJi4xItNWJioxJtNWKi4xItNWJi4xJtdWJi41ItNWKioxJtdaLjI6Vz9hVAAAAGXRSTlMAAgMFBg4PFBWMjZWWpKWqq7a3vL3LzNHSx0gDUQAAAINJREFUGBndwFEWgiAURdGbIZKZmZLJmf9AWwr49QbQamsg63XodWomdqMyRqfKRSA6ZRC9Kr+xehXAGlSFOagCmGUBtiALRC8Tk5NtaPRvmkE2NyGTjyBL2ABV3atTNQOoaN/p06oIK6DsuqSUlqsKH0HZI+2eFxVuRIdbyu469foNX+sqCWmTv21UAAAAAElFTkSuQmCC')
		repeat scroll 0 0;
	display: block;
	height: 5px;
	position: absolute;
	right: 6px;
	top: 13px;
	width: 9px;
}


.combox {
	position: absolute;
	left: 49px;
	top: 3px;
	border: 1px solid #c9cbcd;
	height: 28px;
	width: 210px;
	vertical-align: middle;
	line-height: 28px;
	font-family: "Helvetica Neue", ​Helvetica, ​Arial, ​sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #555;
	white-space: nowrap;
	cursor: default;
}

.combox:hover {
	border-color: #098373;
}

.combox input {
	border: 0px;
	height: 26px;
	width: 231px;
	font-family: "Helvetica Neue", ​Helvetica, ​Arial, ​sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #555;
}

.combox span {
	display: block;
	width: 20px;
	height: 28px;
	border-left: solid 1px #c9cbcd;
	position: absolute;
	right: 0px;
	top: 0px;
}
#headerPending {
	padding:2px;
	padding-left:5px;
	background:#eee;
	color:#333;
	font-size:13px;
	font-weight:bold;
}
.combox2 span {
	display: block;
	width: 20px;
	height: 28px;
	border-left: solid 1px #c9cbcd;
	position: absolute;
	right: 0px;
	top: 0px;
}
.combox div {
	padding-left: 4px;
}

.combox a {
	text-decoration: none;
}

.combox span i {
	background: rgba(0, 0, 0, 0)
		url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAeCAMAAADuMkXpAAAAUVBMVEUAAAAA//9VVVUzzP9/f39JttuIiIhAstmGhoZJtNWJi41ItdaKi41JtNWJi4xItNWJioxJtNWKi4xItNWJi4xJtdWJi41ItNWKioxJtdaLjI6Vz9hVAAAAGXRSTlMAAgMFBg4PFBWMjZWWpKWqq7a3vL3LzNHSx0gDUQAAAINJREFUGBndwFEWgiAURdGbIZKZmZLJmf9AWwr49QbQamsg63XodWomdqMyRqfKRSA6ZRC9Kr+xehXAGlSFOagCmGUBtiALRC8Tk5NtaPRvmkE2NyGTjyBL2ABV3atTNQOoaN/p06oIK6DsuqSUlqsKH0HZI+2eFxVuRIdbyu469foNX+sqCWmTv21UAAAAAElFTkSuQmCC')
		repeat scroll 0 0;
	display: block;
	height: 5px;
	position: absolute;
	right: 6px;
	top: 13px;
	width: 9px;
}

.btnNew {
	display: inline-block;
	height: 28px;
	width: 35px;
	top: 3px;
	position: absolute;
	border: solid 1px #c9cbcd;
}

.btnNew:hover {
	border-color: #098373;
}

.btnNew svg {
	fill: #098373;
	float: left;
	height: 15px;
	margin: 6px 6px 6px 6px;
	margin-left: 10px;
	width: 15px;
}

.newsdialog {
	position: absolute;
	z-index: 1001;
}

#chartName {
	position: absolute;
	top: 35px;
	left: 20px;
}

#chartOveriew {
	position: absolute;
	top: 45px;
	left: 80px;
}
.value {
	text-align:left;
	width:50px;
}
.infoup 
.value {
	color:#238853;
}


.infodown 
.value {
	color:red
}

#toolbarBottom {
	position: absolute;
	top: 0px;
	right: 10px;
	display:inline-box;
	z-index:1;
}

#toolbarBottom svg {
	fill:#333;
}
#toolbarBottom div {
	border: 1px solid #c9cbcd;
    color: #555;
    cursor: default;
    display: inline-block;
    font-family: "Helvetica Neue",​Helvetica,​Arial,​sans-serif;
    font-size: 11px;
    font-weight: 600;
    height: 28px;
    line-height: 28px;
    position: relative;
    top: 3px;
    vertical-align: middle;
    white-space: nowrap;
}

#toolbar {
	position: absolute;
	top: 50px;
	left: 5px;
	--background:#eee;
	padding:2px;
	display:inline-box;
	--box-shadow: 2px 2px 2px #888888;
	z-index:20;
}
#toolbar svg {
	fill:#333;
}
#toolbar div {
	position: relative;
	top: 0px;
	left: 00px;
	margin-bottom: 2px;
	width: 30px;
	height: 30px;
	border: solid 1px #ccc;
	display: block;
}

#toolbarm {
	position: absolute;
	top: 50px;
	left: 5px;
	background:#eee;
	padding:2px;
	display:inline-box;
	box-shadow: 2px 2px 2px #888888;
	z-index:20;
}
#toolbarm div {
	position: relative;
	display: inline-block;
	top: 0px;
	left: 0px;
	margin-bottom: 2px;
	width: 30px;
	height: 30px;
	border: solid 1px #ccc;
}

#toolbarm div:hover {
	border-color: #098373;
}

#toolbar div:hover {
	border-color: #098373;
}

#toolbarm svg:hover {
	fill: #098373;
}

#toolbar svg:hover {
	fill: #098373;
}


.btnCtrl svg {
	fill:#098373;
}

.dialog {
	
	color: #555;
    cursor: default;
    font-family: "Helvetica Neue",​Helvetica,​Arial,​sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
}

.dialog sgv {
	fill:#555;
}
.dialog svg:hover {
	fill:red;
}
.dialogTitle {
	color: #555;
    cursor: default;
    font-family: "Helvetica Neue",​Helvetica,​Arial,​sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 28px;
}
#toolbarsTop {
	position: absolute;
	top: 2px;
	right: 5px;
	background:#eee;
	height:36px;
	width:620px;
	box-shadow: 2px 2px 2px #888888;
	z-index:20;
}
#tradeBox {
	
	position: absolute;
	top: 2px;
	left: 5px;
	background:#efefef;
	box-shadow: 2px 2px 2px #888888;
}
#tradelast {
	font-size:46px;
}

#tradeChange {
	font-size:16px;
}

#tradeBox svg {
	fill:#ccc;
}

#tradeBox svg:hover {
	fill:red;
}
#toolbarsTop svg {
	fill: #333;
}
.sellTitle {
	font-size:10px;
	font-weight:bold;
	color:white;
	background:#e2735a;
	cursor:pointer;
	padding:4px;
}
#sellValue {
	
	text-align:center;
	font-size:12px;
}
.buyTitle {
	padding:4px;
	font-size:10px;
	font-weight:bold;
	background: green;
	color:white;
	cursor:pointer;
}
#buyValue {
	
	text-align:center;
	font-size:12px;
}
#toolbarsTop svg:hover {
	fill: #098373;
}

#properEditor {
	position: absolute;
	top: 15px;
	left: 200px; 
	border: solid 1px #ccc;
	padding: 0px;
	display: none;
	background: #fff;
	box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.15);
}



#properEditor svg:hover {
	
	fill: #098373;
}
#cell-delete svg:hover {
	fill: red;
}

#properEditor input {
	border: 0px;
}

#properEditor td {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 2px;
}
#properEditor .btton {

	position: relative;
	margin-left:2px;
	width: 30px;
	height: 30px;
	border: solid 1px #ccc;
	display: block;
}

#properEditor .btton:hover {
	border-color: #098373;
}
.legend {
	position: absolute;
	display: inline;
}

.legend:hover {
	border: 1px solid #ccc;
	background: #ddd;
}

.legend .legendName {
	padding-left: 2px;
	font-size:9pt;
}

.legend div {
	display: inline;
}

.legend .legendDelete {
	--display: none;
	position: relative;
}

.legend .legendSetting {
	--visibility: hidden;
	position: relative;
}

.legend svg {
	fill: #999;
	position: relative;
	top: 3px;
	opacity: 0.7;
}

.legend svg:hover {
	fill: #098373;
	opacity: 0.8;
}

.legend:hover .legendDelete {
	display: inline;
}

.legend:hover .legendSetting {
	visibility: visible;
}

.legendDelete svg:hover {
	fill: red;
}
.ns-item {
border-bottom: 1px solid #ebedf0;
margin: 0 3px;
padding: 6px 0;
position: relative;
padding-bottom:20px;
}

.ns-item-title {
  color: #5a5d66;
  font-size: 13px;
  margin: 0 12px;
}

.ns-item-title a {
color: #0099d4;
text-decoration: none;
}
.ns-item-date {
  bottom: 6px;
  position: absolute;
  right: 12px;
  color:#8f8f8f;
  font-size:10px;
}
.ns-item-desc {
  margin: 2px 30px 0 12px;
  min-height: 13px;
}
.positionCell {
	height:28px;
}
.positionCell div {
	position:absolute;
	height:14px;
	display:inline;
	width:175px;
    font-size: 11px;
}
.lblPosition {
	top:0px;
    left:0px;
}

.lblMktValue {
	top:0px;
	right:0px;
}


.lblPL {
	bottom:0px;
    left:0px;
}


.lblDayPL {
	bottom:0px;
    right:0px;
}
.ctxmenu {
	position:absolute;
	background:#eee;
	border:1px solid #888;
	box-shadow: 3px 3px 3px #888888;
	width:100px;
	display:none;
	padding:0px;
}
.ctxmenu-itm {
	padding-left:10px;
	line-height:25px;
}
.ctxmenu-itm:hover {
	background:#ccc;
}
.drag-handler {height: 35px;
	position: relative;
	width: 19px;
}
.drag-handler i {
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVR4AWPYs2fPfxBmgAKEANEAAL6kDM2cESQVAAAAAElFTkSuQmCC');
	
	height: 22px;
	margin: 5px;
	position: absolute;
	width: 6px;
}

.slider {
	background: rgba(0, 0, 0, 0) url("images/slider.svg") no-repeat scroll 0 0 !important;
	height: 20px !important;
	margin: -10px 0 0 -10px !important;
	top: 50% !important;
	width: 20px !important;
}

.custom-select {
	background-color: #fff;
	display: inline-block;
	height: 27px;
	position: relative;
	vertical-align: middle;
}

.custom-select .switcher {
	background: #fafafa none repeat scroll 0 0;
	border: 1px solid #c9cbcd;
	clear: both;
	height: 25px;
	min-width: 45px;
}

.switcher  .title {
	background-repeat: repeat-x;
	display: block;
	float: left;
	height: 10px;
	overflow: hidden;
	padding: 5px 20px 5px 12px;
	vertical-align: middle;
	width: 30px;
}

.switcher .icon {
	background: rgba(0, 0, 0, 0)
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAeCAMAAADuMkXpAAAAUVBMVEUAAAAA//9VVVUzzP9/f39JttuIiIhAstmGhoZJtNWJi41ItdaKi41JtNWJi4xItNWJioxJtNWKi4xItNWJi4xJtdWJi41ItNWKioxJtdaLjI6Vz9hVAAAAGXRSTlMAAgMFBg4PFBWMjZWWpKWqq7a3vL3LzNHSx0gDUQAAAINJREFUGBndwFEWgiAURdGbIZKZmZLJmf9AWwr49QbQamsg63XodWomdqMyRqfKRSA6ZRC9Kr+xehXAGlSFOagCmGUBtiALRC8Tk5NtaPRvmkE2NyGTjyBL2ABV3atTNQOoaN/p06oIK6DsuqSUlqsKH0HZI+2eFxVuRIdbyu469foNX+sqCWmTv21UAAAAAElFTkSuQmCC)
		no-repeat scroll 2px 5px;
	display: inline-block;
	height: 15px;
	position: absolute;
	right: 5px;
	top: 6px;
	vertical-align: top;
	width: 13px;
}

.custom-select .items {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #c9cbcd;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: none;
	position: absolute;
	top: 28px;
	width: 100%;
	z-index: 3;
}

.items .item {
	cursor: pointer;
	padding: 7px 12px;
}

.items .item:hover {
	background: #efefef;
}

.linestyle {
	background-repeat: repeat-x;
	height: 15px;
	background-image:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAABACAAAAADkRqISAAAAAnRSTlMAAHaTzTgAAAAiSURBVHjaY6hEBgyDCaC6bGi6czi4egj4AQtvcLkTgdB4AKeLTYXhQE1YAAAAAElFTkSuQmCC)
}
.backcolor{
	background: rgba(0, 0, 0, 0) url("data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAIAAABvrngfAAAAG0lEQVR4AWPYsn0nBL1+/wmCiBSCs+ByxAkBAMqXWOGqGXfaAAAAAElFTkSuQmCC") repeat scroll 0 0 !important;
}
.dottedline {
	background-position: 0 -55px;
}

.dashedline {
	background-position: 0 -44px;
}

.solidline {
	background-position: 0 -4px;
}

.colorpicker-container {
	border: 1px solid #c9cbcd;
	display: inline-block;
	height: 27px;
	position: relative;
	width: 27px;
}

.colorpicker-cell {
	display: inline-block;
	height: 25px;
	position: absolute;
	width: 25px;
	top: 1px;
	left: 1px;
	background: #ccc;
}
.anchor {
	position:absolute;
	left:310px;
	top:4px;
	color:white;
	font-size:13px;
	line-height:15px;
	overflow: hidden;
	white-space: nowrap;
	height: 30px;
}
.anchor td {
	padding-left:2px;
	font-family:"DIN Web","Hiragino Sans GB",STXihei,"华文细黑","Microsoft YaHei","微软雅黑",sans-serif;
}
.anchor-item {
	float:left;
	margin-right:25px;
}

.indDown {
	border-left:3px solid #f46363;
}
.indDown .price-change {
	color:#f46363;
	

}

.indUp {
	border-left:3px solid #05c394;
}

.indUp .price-change {
	color:#05c394;
}
#mainView {
overflow: hidden; 
position: absolute; 
top: 45px;
}

.right-bar {
	color: white;
	position: absolute;
	top:0px;
	right: 20px;
	height:40px;
	background:#000;
}

.right-bar td {
	--padding-left:20px;
}

.appstore {
	fill:#ccc;
}

.signin {
	color: white;
	font-size: 11pt;
	text-decoration:none;
	cursor:pointer;
	position:relative;
	padding-right:16px;
}

.signin:hover {
	color:#05c394;
}

.feedback {
	width:30px;
	height:30px;
	fill:#ccc;
}

.feedback:hover {
	fill:#05c394;
}

.storeButton:hover {
	
	background:white;
	color:#000;
}

.storeButton:hover a{
	
	color:#000;
}

.storeButton:hover svg{
	
	fill:#000;
}
.storeButton {
	padding-top:8px;
	badding-bottom:8px;
	font-size:13px;
	padding:8px;
	background:#05c394;
	border: solid 1px #204002;
	border-radius: 5px;
}
.storeButton a {
	color:white;
	text-decoration:none;
}

.storeButton a:hover {
	color:#000;
	text-decoration:none;
}

.storeButton svg:hover{
	fill:#000;
}
.storeButton svg{
	fill:white;
	width:12px;
	height:12px;
}
.dragHandle {
	background: rgba(0, 0, 0, 0)
		url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVR4AWPYs2fPfxBmgAKEANEAAL6kDM2cESQVAAAAAElFTkSuQmCC")
		repeat scroll 0 0;
}
.load {
	position:absolute;
	top:30%;
	left:50%;
	width:68px;
	height:68px;
	background:white;
	z-index:2011;
	display:none;
}
.paneControls{
height: 20px;
line-height: 20px;
position: absolute;
right: 5px;
top: 4px;
}

 .paneControls svg {
 	fill:#ccc;
	opacity: 0.7;
 }
 .paneControls svg:hover {
 	fill:#098373;
	opacity: 0.8;
 }
 .paneControlIcon{
	cursor: pointer;
	display: inline-block;
	height: 14px;
	margin: 0 0 0 3px;
	width: 14px;
}
.lastPrice {
	font-size: 46px;
}
.changePrice {
	font-size: 16px;
}

#attachChart {
	cursor:pointer;
}
#attachChart svg:hover {
	fill:#098373;
}
.chartImg {
	margin: auto;
	width:800px;
	height:600px;
	position:absolute;
	z-index:1010;
	
}
.chats{
   width:290px;
   word-wrap:break-word;
	
}
.mainMenu {
	position:absolute;
	top: 40px;
	left:0px;
	width:307px;
	height:100%;
	z-index:20;
	background:white;
	box-shadow: 4px 0 4px #888888;
}
.mainMenu table {
	width:100%;
	background:#f0f0f0;
}
.mainMenu table td{
	height:40px;
	cursor:pointer;
}
.mainMenu table td:hover{
	background:#098373;
	color:white;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 5px;
}

.sidenav .closebtn {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    z-index:5;
}
.sidenav .closebtn:hover {
    color: #f1f1f1;
}


.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.bottomnav {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 5px;
}

.bottomnav .closebtn {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.bottomnav .closebtn:hover {
    color: #f1f1f1;
}

#dialog-content{
	width:80%;
}

	.button {
	    padding-top: 8px;
	    badding-bottom: 8px;
	    font-size: 18px;
	    padding: 8px;
	    background: #05c394;
	    color:white;
	    --border: solid 1px #204002;
	    border-radius: 0px;
	    cursor:hand;
	    position:relative;
	    display:block;
	    text-align:center;
	    width:90%;
	}
	

    .messagebox {
    	top: 80px;
    	left:10%;
    	height:40%;
    	width: 80%;
   		position: absolute;
    	border-radius: 5px;
    	padding: 10px;
    	transition: .5s;
    	border: 1px solid #ccc;
    	margin:auto;
    	background:#fff;
    	text-align: center;
    	display:flex;
    	flex-direction:column;
    	justify-content:center;
    	-webkit-box-shadow: 2px 10px 36px -4px rgba(0,0,0,0.75);
		-moz-box-shadow: 2px 10px 36px -4px rgba(0,0,0,0.75);
		box-shadow: 2px 10px 36px -4px rgba(0,0,0,0.75);
		z-index:20;
    }
    .messagebox  .button-container {
    
    	position:absolute;
    	bottom:10px;
    	width: 100%;
    }
    
    .messagebox .button-container .button {
    	display:inline-block;
    	width:100px;
    	margin-left:10px;
    	margin-right:20px;
    }
    
    .messagebox .message {
    	top: 30px;
		color: #999;
		position: relative;
    }
    #statsView {
    	position:relative;
    	widht:100%;
    	height:100%;
    	border:0px;
    }
    .addbtn {
    	position:absolute;
    	top:5px;
    	right: 30px;
    	width:20px;
    	height:20px;
		cursor: pointer;
    }
    .error {
    	color:red;
    }
    .tblborder {
     border-collapse: collapse;
     }
     
/*predict */     

.bear {
	background: #e81308 none repeat scroll 0 0;
	}

.commentup {
	font-family: 'Glyphicons Halflings';
	float: left;
	color: green;
	padding-left:4px;
	background-color:#eee;
    border:1px solid #ccc;
    position:relative;
    height:20px;
}

.commentup span {
	position:absolute;
	right:-5px;
	top:-1px;
	height:20px;
    border-right:1px solid #ccc;
    border-top:1px solid #ccc;
    -ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-20deg); /* Standard syntax */
    
  	line-height: 18px;
  	text-align: center;
  	padding-right:3px;
}
.commentdown {
	font-family: 'Glyphicons Halflings';
	float: right;
	color: red;
	padding-right:4px;
	background-color:#eee;
    border:1px solid #ccc;
	height:20px;
    position:relative;
}

.commentdown span {
	
	position:absolute;
	
	left:-5px;
	top:0px;
	height:20px;
    border-left:1px solid #ccc;
    border-bottom:1px solid #ccc;
    -ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-20deg); /* Standard syntax */
    padding-left:3px;
  	line-height: 18px;
  	text-align: center;
}

.thumbs-down:before {
	content: "\e126"
}
.thumbs-up:before {
	content:"\e125";
}


.mkprediction {

    animation-name: flash;
    animation-duration: 3s;
    }


@font-face {
	font-family: 'Glyphicons Halflings';
	src:url(css/glyphicons-halflings-regular.ttf) format('truetype')
}
#tblPrediction td {
}
@keyframes flash {

    0%   {color: #872727; }
    25%  {color: #e86969; transform: rotateX( 90deg );}
    50%  {color: #8d8e8c; transform: rotateX( 180deg );}
    75%  {color: #a2e869; transform: rotateX( 270deg );}
    100% {color: #37690e; transform: rotateX( 360deg );}
    
}
.bullimg {
	cursor:pointer;
	position:absolute;
	left:-6px;
	top:-5px;
	width:28px;
	height:28px;
	border:1px solid #ccc;
	background:#eee;
	border-radius:50%;
	z-index:3;
}

.bearimg {
	cursor:pointer;
	position:absolute;
	right:-6px;
	top:-5px;
	width:28px;
	height:28px;
	border:1px solid #ccc;
	background:#eee;
	border-radius:50%;
	z-index:3;
}
.hotstocks {

}
.hotstock {
	padding-top: 4px;
    padding-bottom: 2px;
    
border-radius: 16px;
display: inline-block;
cursor: pointer;
border: 1px solid #ccc;

margin: 3px;
height: 16px;
cursor: pointer;
padding-left: 16px;
background: #e6e3e3;
background-repeat: repeat;
background-image: none;
padding-right: 6px;
background-image: url(images/hot.png);
background-repeat: no-repeat;
padding-bottom: 2px;

}
.lblTime {
	font-size:9pt;
	font-weight:400;
	padding-left:20px;
	color:#999;
}
.lblInfo {
    float: right;
    padding-right: 20px;
}
/*predict end*/
.slidecontainer {
  width: 100%; /* Width of the outside container */
}
.scaleslider {
  position:absolute;
  top:30px;
  left: 0;
  right: 0;
  margin: auto;
  width:132px;
  z-index:20;
}
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #4CAF50; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #4CAF50; /* Green background */
  cursor: pointer; /* Cursor on hover */
}
.zoombar {
  position:absolute;
  bottom:30px;
  left: 0;
  right: 0;
  margin: auto;
  width:160px;
  z-index:20;
  opacity: 0.3;
  display: flex;
  transition: opacity .3s,visibility .3s;
}

.zoombar:hover {
	
  opacity: 1;
}
.zoombar_btn {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-pack: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 4px;
	width: 28px;
	height: 28px;
	background-color: hsla(0,0%,100%,.9);
	color: #5d606b;
	box-shadow: 0 1px 4px rgba(19,23,34,.2);
	pointer-events: auto;
	-webkit-transition: background-color .3s,color .3s,visibility .4s,opacity .4s;
	transition: background-color .3s,color .3s,visibility .4s,opacity .4s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1;
	visibility: visible;
	opacity: 1;
	-webkit-box-align: center;
    align-items: center;
    cursor:pointer;
}
#vipicon {
	position:absolute;
	left:1px;
	bottom:1px;
	z-index:20;
}

#eleTicksRange {
	display:none;
}
.dialog-title {
	    position: relative;
    top: -10px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #0353a5;
}
.loading {
  position: fixed;
  float: left;
  top: 50%;
  left: 50%;
  height: 120px;
  padding: 0px;
  width: 160px;
  margin-top: -50px;
  margin-left: -70px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px;
  box-sizing: border-box;
  display:none;
}

@keyframes loading {
  0% {
    background-color: #cd0a00;
  }
  30% {
    background-color: #fa8a00;
  }
  50% {
    height: 100px;
    margin-top: 0px;
  }
  80% {
    background-color: #91d700;
  }
  100% {
    background-color: #cd0a00;
  }
}
/*@-moz-keyframes loading {
  50% { height: 100px; margin-top: 0px; }
}
@-o-keyframes loading {
  50% { height: 100px; margin-top: 0px; }
}
@keyframes loading {
  50% { height: 100px; margin-top: 0px; }
}*/
.loading .loading-1 {
  height: 10px;
  width: 30px;
  background-color: #fff;
  display: inline-block;
  margin-top: 90px;
  -webkit-animation: loading 2.5s infinite;
  -moz-animation: loading 2.5s infinite;
  -o-animation: loading 2.5s infinite;
  animation: loading 2.5s infinite;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.loading .loading-2 {
  height: 10px;
  width: 30px;
  background-color: #fff;
  display: inline-block;
  margin-top: 90px;
  -webkit-animation: loading 2.5s infinite;
  -moz-animation: loading 2.5s infinite;
  -o-animation: loading 2.5s infinite;
  animation: loading 2.5s infinite;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.loading .loading-3 {
  height: 10px;
  width: 30px;
  background-color: #fff;
  display: inline-block;
  margin-top: 90px;
  -webkit-animation: loading 2.5s infinite;
  -moz-animation: loading 2.5s infinite;
  -o-animation: loading 2.5s infinite;
  animation: loading 2.5s infinite;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.loading .loading-4 {
  height: 10px;
  width: 30px;
  background-color: #fff;
  display: inline-block;
  margin-top: 90px;
  -webkit-animation: loading 2.5s infinite;
  -moz-animation: loading 2.5s infinite;
  -o-animation: loading 2.5s infinite;
  animation: loading 2.5s infinite;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.loading .loading-5 {
  height: 10px;
  width: 30px;
  background-color: #fff;
  display: inline-block;
  margin-top: 90px;
  -webkit-animation: loading 2.5s infinite;
  -moz-animation: loading 2.5s infinite;
  -o-animation: loading 2.5s infinite;
  animation: loading 2.5s infinite;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.loading .loading-6 {
  height: 10px;
  width: 30px;
  background-color: #fff;
  display: inline-block;
  margin-top: 90px;
  -webkit-animation: loading 2.5s infinite;
  -moz-animation: loading 2.5s infinite;
  -o-animation: loading 2.5s infinite;
  animation: loading 2.5s infinite;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.loading .loading-7 {
  height: 10px;
  width: 30px;
  background-color: #fff;
  display: inline-block;
  margin-top: 90px;
  -webkit-animation: loading 2.5s infinite;
  -moz-animation: loading 2.5s infinite;
  -o-animation: loading 2.5s infinite;
  animation: loading 2.5s infinite;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}
.loading .loading-8 {
  height: 10px;
  width: 30px;
  background-color: #fff;
  display: inline-block;
  margin-top: 90px;
  -webkit-animation: loading 2.5s infinite;
  -moz-animation: loading 2.5s infinite;
  -o-animation: loading 2.5s infinite;
  animation: loading 2.5s infinite;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.loading .loading-9 {
  height: 10px;
  width: 30px;
  background-color: #fff;
  display: inline-block;
  margin-top: 90px;
  -webkit-animation: loading 2.5s infinite;
  -moz-animation: loading 2.5s infinite;
  -o-animation: loading 2.5s infinite;
  animation: loading 2.5s infinite;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
}
.loading .loading-10 {
  height: 10px;
  width: 30px;
  background-color: #fff;
  display: inline-block;
  margin-top: 90px;
  -webkit-animation: loading 2.5s infinite;
  -moz-animation: loading 2.5s infinite;
  -o-animation: loading 2.5s infinite;
  animation: loading 2.5s infinite;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.cellContainer {
    position: relative;
    overflow: hidden;
    transition: 0.5s ease;
 }
.news_title {
	font-size:16pt;
	font-weight:400;
}
.page {
	font-size:12pt;
	
}