/***************************PAGE-FONT-STYLE START********************************/
@font-face {
    font-family: 'FSElliot-Regular';
    src: url("//tools.euroland.com/tools/splookup/Config/Company/dk-gnn/fonts/FSElliot-Regular.eot");
    src: url("//tools.euroland.com/tools/splookup/Config/Company/dk-gnn/fonts/FSElliot-Regular.eot?#iefix") format('embedded-opentype'),
         url("//tools.euroland.com/tools/splookup/Config/Company/dk-gnn/fonts/FSElliot-Regular.woff") format('woff'),
         url("//tools.euroland.com/tools/splookup/Config/Company/dk-gnn/fonts/FSElliot-Regular.ttf") format('truetype'),
         url("//tools.euroland.com/tools/splookup/Config/Company/dk-gnn/fonts/FSElliot-Regular.svg#FSElliot-Regular") format('svg');
 }
 @font-face {
    font-family: 'FSElliot-Bold';
    src: url("//tools.euroland.com/tools/splookup/Config/Company/dk-gnn/fonts/FSElliot-Bold.eot");
    src: url("//tools.euroland.com/tools/splookup/Config/Company/dk-gnn/fonts/FSElliot-Bold.eot?#iefix") format('embedded-opentype'),
         url("//tools.euroland.com/tools/splookup/Config/Company/dk-gnn/fonts/FSElliot-Bold.woff") format('woff'),
         url("//tools.euroland.com/tools/splookup/Config/Company/dk-gnn/fonts/FSElliot-Bold.ttf") format('truetype'),
         url("//tools.euroland.com/tools/splookup/Config/Company/dk-gnn/fonts/FSElliot-Bold.svg#FSElliot-Bold") format('svg');
}
body
{
	/*font-family: "FS Elliot", "Trebuchet MS", Helvetica, sans-serif !important;*/
	font-family: 'FSElliot-Regular', "Trebuchet MS", Helvetica, sans-serif;
    font-size: 16px;
	color: #382e2c;
    margin: 0;	
	padding: 0;
}

.wrapper {
	max-width: 1010px!important;
    width:100%!important; /*650px;*/
    margin:0 auto;
}
 
.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: left;
	padding-left: 10px;
}
.table-share-header-market {
	/*font-size: 11px;*/
	/*font-weight: bold;*/
	text-align: left;
}
.table-share-header-currency {
	/*font-size: 11px;*/
	/*font-weight: bold;*/
	/*text-align: center;*//*Aligned to the center in the code - JK*/
}
.table-share-header-date {
	/*font-size: 11px;*/
	/*font-weight: bold;*/
	text-align: right;
}
.table-share-row-name {
	/*text-align: left;*//*Aligned to the left in the code*/
	padding-left: 10px;
}
.table-share-row-currency {
	text-align: center;
}
.table-share-row-date {
	text-align: right;
	width: 130px;
	padding-right: 15px;
}
.body-rtl .table-share-row-date 
{
    text-align: left;
	width: 130px;
	padding-left: 15px;
}
.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 , .disclaimer-box a, .cookies-box a {

}
.footer-box .hyperlink:hover, .disclaimer-box a:hover, .cookies-box a:hover {

}
  /***************************HYPERLINK END********************************/   /***************************TAB START********************************/
.date-time-selection
{
	padding: 8px 8px 0;
}
.currency-selection
{
	padding: 0 8px;
}
.historical .selection-left 
{	
	width:250px !important;
}
.tabs {
	line-height: 32px;
	height: 32px;
	border-bottom: solid 3px #eb7115;
}
.tabItem-active {
	text-decoration: none;
	background: #eb7115 !important;
	color: #ffffff !important;
	/*font-weight: bold;*/
	border: 0 none;
	padding: 0px 15px;
	text-transform: none !important;
	font-weight: normal !important;
	font-family: 'FSElliot-Bold', "Trebuchet MS", Helvetica, sans-serif;
}
.tabItem {
	text-decoration: none;
	border: 0 none;
	font-weight: normal !important;
	text-transform: none !important;
	padding: 0px 15px;
	height: 32px;
    line-height: 32px;
	background: #f0efed !important;
    color: #382e2c!important;
    font-weight: bold;
    font-family: 'FSElliot-Bold', "Trebuchet MS", Helvetica, sans-serif;
    font-size: 16px;
}  /***************************TAB END********************************/  /***************************BUTTON START********************************/
.show-data-button {
	color: #FFFFFF;
	font-size: 16px;
	background-color: #eb7115;
	border: 0 none;
	background-image: -moz-linear-gradient(center top, #eb7115, #eb7115);
	margin-right: 15px;
	font-weight: normal;
	font-family: 'FSElliot-Bold', "Trebuchet MS", Helvetica, sans-serif;
	padding: 8px 30px !important;
}
.show-data-button:hover {
	border: 0 none;
}
.download-data-button {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 16px;
	background-color: #eb7115;
	border: 0 none;
	background-image: -moz-linear-gradient(center top, #eb7115, #eb7115);
	margin-right: 15px;
	font-family: 'FSElliot-Bold', "Trebuchet MS", Helvetica, sans-serif;
	padding: 8px 15px !important;
	text-transform: none;
	height: inherit;
	cursor: pointer;
}
.download-data-button img {
    display: none;
    margin-left: 5px;
}
.download-data-button:hover {
	border: 0 none;
}  /***************************BUTTON END********************************/   /***************************SEARCH RESULT START********************************/
#txtStartDate,
#txtEndDate,
#txtHeaderCurrency 
{
	width:145px;
	font-size: 16px;
	font-family: 'FSElliot-Regular', "Trebuchet MS", Helvetica, sans-serif;
	color: inherit;
    border: 1px solid #f0efed;
    padding: 10px;
    background: #f0efed;
}
.div-result {
    margin-top: 15px;
}
#txtHeaderCurrency {
    width:125px;
}
.currency-selection .td-fromto div {
    padding-right: 35px;
}
.arrow-wrapper:hover,
.arrow-wrapper:active,
.arrow-wrapper:focus
{
    background: transparent;
    border: none;
}
.dropdown-name {
    width:95px!important;
}

.ac_input {
   
    border: 1px solid #f0efed;
    padding: 10px;
    background: #f0efed;
}
.selection-left {
    padding-top: 12px;
}
#divSearchResult {
    background: #f0efed;
}
.divGraph .second-heading {
    font-size: 18px;
    font-family: 'FSElliot-Bold', "Trebuchet MS", Helvetica, sans-serif;
}
.result-box {
    border: 1px solid #f0efed;
    margin: 0 auto;
}
.result-close-icon {
	position: absolute;
	height: 23px;
	width: 23px;
	background-color: #eb7115;
	color: #ffffff;
	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: 16px;
	font-weight: normal;
	font-family: 'FSElliot-Bold', "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
}
.single-result-close-price-value {
	font-size: 28px;
	font-weight: normal;
	font-family: 'FSElliot-Bold', "Trebuchet MS", Helvetica, sans-serif;
}
.single-result-close-price-text {
	font-size: 16px;
	font-weight: normal;
	font-family: 'FSElliot-Bold', "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
}
.single-result-close-price-currency {
	font-size: 20px;
	font-weight: normal;
	font-family: 'FSElliot-Bold', "Trebuchet MS", Helvetica, sans-serif;
}
.single-share-sperator {
	border-left: 1px solid #C2C2C2;
}
.multi-share {
	padding-left: 16px;
}
.mutil-result-share-name {
	font-size: 16px;
	font-weight: normal;
	font-family: 'FSElliot-Bold', "Trebuchet MS", Helvetica, sans-serif;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
}
.mutil-result-close-price-value {
	font-size: 16px;
	font-weight: normal;
	font-family: 'FSElliot-Bold', "Trebuchet MS", Helvetica, sans-serif;
}
.mutil-result-close-price-currency {
	font-size: 16px;
	font-weight: normal;
	font-family: 'FSElliot-Bold', "Trebuchet MS", Helvetica, sans-serif;
}
.mutil-result-market-name {
	font-size: 16px;
}
.mutil-result-share-box-item {
	margin: 5px;
	border: 1px solid #B7B7B7;
	background-color: #EEE;
	display: inline-block;
	text-align: center;
	line-height: 22px;
	border-radius: 5px 5px 5px 5px;
}
.second-heading {
	font-size: 16px;
	color: #382e2c;
	
}  /***************************SEARCH RESULT END********************************/
.divGraph{
	display: block;
}
.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;
}
.local-currency
{
	width: auto !important;
}
.EUCalendar-day-selected {
    background-color: #eb7115;
    color: #fff !important;
    margin: 1px;
    padding: 2px 3px;
	font-family: 'FSElliot-Regular', "Trebuchet MS", Helvetica, sans-serif;
}
.EUCalendar-title div {
    text-shadow: none;
	font-weight: normal;
	font-family: 'FSElliot-Bold', "Trebuchet MS", Helvetica, sans-serif;
}
.EUCalendar-dayNames div {
    text-shadow: none;
	font-weight: normal;
	font-family: 'FSElliot-Bold', "Trebuchet MS", Helvetica, sans-serif;
}
.EUCalendar table {
    border-collapse: collapse;
    font-family: 'FSElliot-Regular', "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
}
.footer-box .hyperlink,
.disclaimer-box a,
.cookies-box a {
    font-family: 'FSElliot-Bold', "Trebuchet MS", Helvetica, sans-serif;
}
.footer-box .hyperlink:hover,
.disclaimer-box a:hover,
.cookies-box a:hover {
    
    text-decoration: underline!important;
}
.download-single-result table td {
    border-bottom: none;
    height: inherit;
    padding:10px;
}
.download-single-result tr:nth-child(even) {
    background:#fff;
}
.download-single-result tr:nth-child(odd) {
    background:#f0efed;
}
.footer-box {
    margin-top: 80px;
}
@media (max-width:620px) {
    body,
    .second-heading,
    #txtStartDate,
    #txtEndDate,
    #txtHeaderCurrency,
    .show-data-button {
        font-size:14px!important;
    }
    .show-data-button {
    margin-top: 15px;
    }
    .currency-selection .td-fromto div {
    padding-right: 30px;
    }
}
@media (max-width : 380px) {
	.tabItem-active {
		width: 180px;
	}
	.tabItem {
		width: 180px;
	}
	.tabs {
		border-bottom: 0 none;
	}
	.single-data-label { 
		white-space: normal;
	}
	.selection {
		clear: both;
		padding: 25px 0;
	}
}
