/***************************PAGE-FONT-STYLE START********************************/ .page-font-style {
	font-size: 11px;
	color: #7D7D7D;
	background-color: #fff;
	font-family: Microsoft YaHei;
} /***************************PAGE-FONT-STYLE END********************************/  /***************************MAIN-HEADING START********************************/
.main-heading {
	font-size: 18px;
	color: #006699 !important;
	display: none;
}
div.div-share-name-and-date {
color:#afafaf!important;
}
.wrapper {
	padding: 0;
	width:700px !important;
} /***************************MAIN-HEADING END********************************/  /***************************TABLE START********************************/
.table-share-header {
	border: solid 1px #CCC;
	border-left: none;
	border-right: none;
	background-color: #f4f4f4;
}
.table-share-header-check {
	text-align: left;
	border-left: solid 1px #CCC;
	padding-left: 10px;
}
.table-share-header-date {
	border-right: solid 1px #CCC;
}
.table-share-header-name {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-align: left;
	padding-left: 10px;
}
.table-share-header-market {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-align: left;
}
.table-share-header-currency {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.table-share-header-date {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}
.table-share-row-name {
	text-align: left;
	padding-left: 10px;
}
.table-share-row-currency {
	text-align: center;
}
.table-share-row-date {
	text-align: right;
	width: 130px;
}
.table-grid-line {
	border-color: #FFFFFF;
	border-width: 1px;
}
.table-share-row-even {
	background-color: #EEE;
}
.table-share-row-odd {
	background-color: #FFFFFF;
}  /***************************TABLE END********************************/   /***************************HYPERLINK START********************************/
.footer-box {
	text-align: right;
}
.footer-box .hyperlink {
	color: #006699;
}
.footer-box .hyperlink:hover {
	color: #000033;
	cursor: pointer;
}
a{
	color: #006699;
	text-decoration: none;
}
a:hover{
	color: #000033;
	cursor: pointer;
}
 /***************************HYPERLINK END********************************/   /***************************TAB START********************************/

.tabs {
	line-height: 25px;
	border-bottom: solid 1px #e6e6e6;
}
.tabs li{
	margin-right:0px !important;
}
a.tabItem-active {
	text-decoration: none;
	background: #FFF;
	font-size: 12px!important;
	color: #003487 !important;
	border: solid 1px #e6e6e6;
	border-bottom: solid 1px #FFF;
	border-top: solid 2px #01358b;
	text-transform: capitalize !important;
}
a.tabItem {
	color: #636363;
	font-size: 12px!important;
	text-decoration: none;
	border: solid 1px #e6e6e6;
	border-bottom: none; 
	background: #fafafa !important;     
	text-transform: capitalize !important;
}  /***************************TAB END********************************/  /***************************BUTTON START********************************/
.show-data-button {
	font-family: 	Arial,Helvetica,sans-serif;
	color: #fff;
	font-size: 14px;
	text-align: center;
	height: 33px!important;
    line-height: 24px;
	width: 120px;
	background:#4c7fcd;
	border: 0;
}
.show-data-button:hover{
	background:#4c7fcd;
	color: #fff;
	cursor:pointer;
}
.download-data-button {
	text-decoration: none;
	text-align: center;
	height: 28px!important;
	font-size: 11px;
	background-color: #ECECEC;
	border: 1px solid #CCC;
	border-radius: 4px 4px 4px 4px;
	cursor: pointer;
}
.download-data-button:active {
	border: 1px solid #CCC;
}  /***************************BUTTON END********************************/   /***************************SEARCH RESULT START********************************/
#txtStartDate, #txtEndDate {
	font-size: 12px;
	color: #afafaf;
}
.break {
	height: 10px;
}
.div-result h1 {
	font-size: 13px;
	font-weight: bold;
}
.result-box-border {
	border-color: #CCC;
}
.multiple-result-box-border {
	border-color: #CCc;
}
.result-close-icon {
	border: 1px solid #CCC;
	position: absolute;
	height: 23px;
	width: 23px;
	background-color: #FEFEFE;
	border-radius: 2px 2px 2px 2px;
	vertical-align: middle;
	z-index: 999999;
	text-align: center;
	vertical-align: bottom;
	line-height: 23px;
}
.result-close-icon:hover {
	cursor: pointer;
}
.single-share {
	width: 49%;
}
.single-share table {
	margin: 0 auto;
}
.single-result-values {
	padding-left: 25px;
	line-height: 20px;
	text-align: left;
}
.single-result-date-text {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.single-result-close-price-value {
	font-size: 28px;
	font-weight: bolder;
	color: #006699;
}
.single-result-close-price-text {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.single-result-close-price-currency {
	font-size: 20px;
	font-weight: bold;
}
.single-share-sperator {
	border-left: 1px solid #CCC;
}
.multi-share {
	padding-left: 12px;
}
.mutil-result-share-name {
	font-size: 12px;
	font-weight: bolder;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
}
.mutil-result-close-price-value {
	font-size: 15px;
	font-weight: bolder;
}
.mutil-result-close-price-currency {
	font-size: 15px;
	font-weight: bolder;
}
.mutil-result-market-name {
	font-size: 12px;
}
.mutil-result-share-box-item {
	margin: 5px;
	border: 1px solid #CCC;
	background-color: #EEE;
	display: inline-block;
	text-align: center;
	line-height: 22px;
	border-radius: 5px 5px 5px 5px;
}
div.second-heading {
	font-size: 12px;
	color: #006699 !important;
	font-weight: bold;
}

.second-heading {
	font-size: 12px!important;
	color: #636363 !important;
}
  /***************************SEARCH RESULT END********************************/

.DynarchCalendar-topBar{
	background-color: #B6CDDC !important;
	border-color: #CCCCCC !important;
}
.DynarchCalendar-bottomBar{
	background-color: #B6CDDC !important;
	border-color: #CCCCCC !important;
}
.DynarchCalendar{
	border-color: #CCCCCC !important;
}
.chart-item-width
{
	width:98% !important;
	margin:0 0 0 1% !important;
	*margin-left:0;
	*padding-left:5px !important;
}

body.body-rtl .chart-item-width
{
	width:98% !important;
	margin-right:0 1% 0 0!important;
	margin-left:0;
	*margin-left:0;
	*padding-left:5px !important;

}
.selection-right{
}
.selection INPUT{
border: 1px solid #d3d3d3 !important;
height: 30px !important;
line-height: 30px !important;
}
.ac_input{
border: 1px solid #d3d3d3 !important;
height: 30px !important;
line-height: 30px !important;
color:#afafaf !important;
}
.dropdown-item-table{
height: 30px !important;
line-height: 30px !important;
}
.arrow-wrapper{
height: 30px !important;
line-height: 30px !important;
}
.supplyby-box{
color: #afafaf!important;
}
.disclaimer-box{
color: #afafaf!important;
}
div.divGraph hr{
display: none !important;
}
Rect{
stroke: #fff!important;
}
