@import url("//tools.eurolandir.com/tools/splookup/./../Config/footer.css");
/* Not Found: /Config/SPLookup.css */
/* Not Found: ./../Config/Company/il-plx/il-plx.css */
@import url("//fonts.googleapis.com/css?family=Lato:400,700");

.tabItem,
.tabItem-active,
.download-single-result td.single-data-item,
.download-single-result td.single-data-label,
body, input, button {
	font-size: 16px;
	font-family: "Lato",Helvetica, Arial, sans-serif;
	color: #333333;
}
body {
	margin: 0px;
}

.hyperlink:link, 
.hyperlink:visited ,
a:link, a:visited {
	color: #333333;
	
	font-weight: normal;
	text-decoration: none;
	font-style: none;
}

.hyperlink:hover, .hyperlink:active ,
a:hover, a:active {
	color: #02B196;
	
	font-weight: none;
	text-decoration: none;
	font-style: none;
}
.table-share td {
    line-height: normal;
}
.eu-checkbox {
    vertical-align: top;
    margin-top: 0.08em;
}
/*************************************** End of: Basic setting to overvwrite the tool ****************************************/

.wrapper {
	padding: 0px;
	max-width: 1106px;
	margin: 0 auto;
	width: auto;
}

.divGraph .second-heading,
.main-heading {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	
	font-size: 1.25em !important;
	font-weight: bold;
	
	padding-top: 1.0em;
	padding-bottom: 1.0em;
	
	color: #333333 !important;
}

.btn-section {
	height: auto;
	line-height: normal;
}
.show-data-button,
.download-data-button,
.show-data-button:active {
	background: #275FA4;
	color: #FFFFFF !important;
	padding: 1em;
	
	border: 0px;
	font-weight: bold;
	border-radius: 0px;
	
	height: auto;
	line-height: normal;
	
	text-transform: none;
	
	transition: background 0.5s, color 0.5s, border 0.5s;
}
.show-data-button:hover,
.download-data-button:hover {
	background: #275FA4;
	color: #FFFFFF !important;
	cursor: pointer;
}

.footer-box {
	text-align: right;
}

/*************************************** Start of: Graphs ****************************************/

.divGraph hr {
	display: none;
}
#historicalChartArea {
	margin-top: 0px;
	text-align: center;
}

.highcharts-container {
	width: 100%;
}
.column-chart-item  {
	
	display: inline-block;	
	box-sizing: border-box;
	
	width: 50%;
	height: 14em;
	
	padding: 0.25em;
	margin: 0px;
	
	
	float: none;	
}
.last-chart-item {
	width: 100% !important;
	margin: 0px !important;
}
.highcharts-axis-labels span {
	margin-top: 0.5em !important;
}

.divGraph .second-heading {
	padding-left: 0.25em;
}

/*************************************** Start of: Table Settings ****************************************/

/********* BORDER SETTINGS *********/

/*Name column data*/
.checkbox-wrapper,
.table-share-row-name,
.single-data-label,
.download-single-result td.single-data-label,
.parameters .scroller-bable tbody tr td,
.td-label {
    border-left: 0em solid #555A5F !important;
    border-right: 0em solid #555A5F !important;

    text-align: left;

    background: #E3E4E4;

    color: #333333;

    font-weight: normal;

    font-size: 16px!important;
}
/*Name column head*/
.table-share-header-check,
.table-share-header-name,
.single-result-date-text,
.parameters .scroller-table th,
.download-split-data .td-label.td-header {
    border: 0em solid #555A5F !important;

    text-align:left;

    background: #275FA4 !important;

    color:#FFFFFF;

    font-weight:bold;

    font-size: 16px!important;
}
/*fix cos div*/
    .single-result-item {
        border-top:0;
        border-left:0;
        border-right:0;
    }
    .single-result-values {
        padding: 0;
        border: 0em solid #555A5F;/*ADD NAME-COLUMN-DATA BORDER COLOR HERE*/
        border-bottom: 0;
    }
/*Data column head*/
.table-share-header-market,
.table-share-header-currency,
.table-share-header-date,
.share-info .scroller-bable th,
.td-value.td-header,
#scrollerBar .scroller-table thead th {
    border: 0em solid #555A5F !important;

    color: #FFFFFF;

    text-align: right;

    background: #275FA4;

    font-weight: bold;

    font-size: 16px!important;
}
/*Data column data*/
.table-share-market-name,
.table-share-row-currency,
.table-share-row-date,
.single-data-item,
.single-result-item,
.share-info .scroller-bable tbody tr td,
.td-value {
    border: 0em solid #555A5F !important;

    text-align: right;

    background: transparent;

    color: #333333;

    font-weight:normal;

    font-size: 16px!important;
}
    .single-result-item {
        border-left:0;
        border-right:0;
        border-top:0;
        text-align:left;
    }
/*Oddrow / Evenrow*/
.table-share-row-even,
.single-result-item-open,
.single-result-item-low,
.download-single-result table  tbody tr:nth-of-type(even),
.parameters .scroller-bable tbody tr:nth-of-type(odd),
#scrollerBar .scroller-bable tbody tr:nth-of-type(even),
.table-share-item tr:nth-of-type(even),
.download-split-data table.table-share-item tr:nth-of-type(even) {
    background: transparent;
}
.table-share-row-odd,
.single-result-item-high,
.single-result-item-volume,
.download-single-result table  tbody tr:nth-of-type(odd),
.parameters .scroller-bable tbody tr:nth-of-type(even),
#scrollerBar .scroller-bable tbody tr:nth-of-type(odd),
.table-share-item tr:nth-of-type(odd),
.download-split-data table.table-share-item tr:nth-of-type(odd) {
    background: transparent;
}
/*Row border - datarow*/
.table-share tbody td,
.single-result-item,
.single-data-label,
.single-data-item,
.parameters .scroller-bable tbody tr td,
.share-info .scroller-bable tbody tr td,
.td-value,
.td-label {
    border-bottom: 0.08em solid #EBEBEB !important;
}
/*Row border - header*/
.table-share-header,
.single-result-date-text,
.parameters .scroller-table th,
.share-info .scroller-bable th,
body .td-label.td-header,
body .td-value.td-header {
    border-bottom: 0em solid #555A5F !important;
}
/*Fix for scroller table*/
    .share-info .scroller-bable tbody tr:first-child {
        display:none;
    }
/*Whole table outer border*/
.table-share-header-check,
.table-share-header-name,
.table-share-header-market,
.table-share-header-currency,
.table-share-header-date {
    border-top:0em solid #555A5F;
}
.table-share-header-check,
.checkbox-wrapper {
    border-left:0em solid #555A5F;
}
.table-share-header-date,
.table-share-row-date {
    border-right:0em solid #555A5F;
}
table.table-share tbody tr:last-child td.checkbox-wrapper,
table.table-share tbody tr:last-child td.table-share-row-name,
table.table-share tbody tr:last-child td.table-share-market-name,
table.table-share tbody tr:last-child td.table-share-row-currency,
table.table-share tbody tr:last-child td.table-share-row-date {
    border-bottom:0em solid #555A5F;
}
.download-single-result table tbody tr:first-child td.single-data-label,
.download-single-result table tbody tr:first-child td.single-data-item {
    border-top:0em solid #555A5F;
}
.download-single-result table tbody td.download-single-result-date {
    border-right:0em solid #555A5F;
}
.download-single-result table tbody td.single-data-label {
    border-left:0em solid #555A5F;
}
.download-single-result table tbody tr:last-child td.single-data-label,
.download-single-result table tbody tr:last-child td.single-data-item {
    border-bottom:0em solid #555A5F;
}
.single-result-date-text {
    border-top: 0em solid #555A5F;
    border-left: 0em solid #555A5F;
    border-right: 0em solid #555A5F;
}
.single-result-values {
    border-left: 0em solid #555A5F;
    border-right: 0em solid #555A5F;
}
.single-share table.page-font-style tr:last-child .single-result-values {
    border-bottom: 0em solid #555A5F;
}
.parameters table.scroller-bable thead th,
.share-info table.scroller-bable thead th {
    border-top: 0em solid #555A5F;
}
.parameters table.scroller-bable thead th,
.parameters table.scroller-bable tbody td {
    border-left: 0em solid #555A5F;
}
.share-info table.scroller-bable thead th,
.share-info table.scroller-bable tbody td:last-child {
    border-right: 0em solid #555A5F;
}
.parameters table.scroller-bable tbody tr:last-child td,
.share-info table.scroller-bable tbody tr:last-child td {
    border-bottom: 0em solid #555A5F;
}

.download-split-data table.table-share-item td.td-header {
    border-top: 0em solid #555A5F;
}
.download-split-data table.table-share-item td.td-label {
    border-left: 0em solid #555A5F;
}
.download-split-data table.table-share-item td.td-value {
    border-right: 0em solid #555A5F;
}
.download-split-data table.table-share-item tr:last-child td {
    border-bottom: 0em solid #555A5F;
}
.single-result-item-volume {
    border-bottom: 0;
}
/*fix for scrollertable*/
    .share-info .scroller-bable input + th,
    .share-info .scroller-bable tbody tr td:first-child {
        border-left:0;
    }

/*********************** END OF BORDER CONTROLS ***************************/

.share-info .row-header {
    white-space:nowrap;
}

.table-share-item,
.table-share,
.download-single-result table {
	border-bottom: 0;
	margin-bottom: 2.0em;
    border-collapse: collapse;
}
.scroller-bable,
.share-info .scroller-table  {
    border-collapse: collapse;
}



.single-data-item {
    border-right: 0;
}
.download-single-result-date {
    border-left: 0!important;
    border-right: 0em solid #555A5F;
}

/***** END OF BORDER SETTINGS *****/


.table-share-item td.td-header.td-label,
.table-share-item td.td-header.td-value,
.scroller-table th,
.table-share-header {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	padding-right: 0.6em;
}

.table-share-item td.td-header.td-label,
.table-share-item td.td-header.td-value,
.scroller-table th,
.table-share th {
	height: auto!important;
	line-height: normal;
}

.table-share-item td.td-label,
.table-share-item td.td-value,
.table-share-row-even,
.table-share-row-odd {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	padding-right: 0.6em;	

	height: auto;
	line-height: normal;
}


.table-share-header-date,
.table-share-row-date,
.table-share-header-currency {
	padding-left: 0.3em;
}

.table-share-item td.td-value {
	padding-right: 1.5em;	
}

.table-share-item td.td-header.td-label,
.table-share-item td.td-label {
	text-align: left;
}

.table-share-header-name,
.table-share-row-name{
	padding-left: 0;
    border-left: 0;
}

.table-share-header {
	width: 25%;
}

.table-share th.table-share-header-check,
.table-share td.checkbox-wrapper {
	width: 20px;
    border-right: 0;
}

/*************************************** Start of: Selection ****************************************/

.selection  {
	margin-top: 2em;
	padding: 0px;
	padding-top: 1em;
	border-top: 0.08em solid #A6A9A3;
}

.date-time-selection {
	
}
.selection-left,
.selection-right {
	float: none;
	display: inline-block;
	height: auto;
	line-height: 1em;
	padding: 0px;
	
	vertical-align: top;
}

.td-fromto, .td-right, .td-iconcalendar {
	line-height: 2.5em;
	padding: 0px;	
	height: auto;
	margin-bottom: 10px;
}

.td-fromto {
	width: 3em;
}

.selection-left {
	line-height: 2.5em;
	width: auto!important;
	min-width: 11.5em!important;
}
.historical .selection-left {
	width: auto!important;
	min-width: 18em!important;
}

.td-right {
	padding: 0px;	
}
.td-iconcalendar {
	padding-left: 5px;
}

.currency-selection,
.date-time-selection {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}



.selection-right table.page-font-style {
	
}

#txtStartDate, 
#txtEndDate, 
#txtHeaderCurrency,
.selection input {
	height: auto;
	line-height: normal;
	
	height: 1.5em;
	
	border: 0.08em solid #555A5F;
	padding: 0 0.16em;
	box-sizing: border-box;
}

.ac_input,
#txtStartDate, 
#txtEndDate, 
#txtHeaderCurrency,
.selection input {
	min-width: 11em !important;
	box-sizing: border-box;
}

/*************************************** Start of: Single share display ****************************************/

.single-share-sperator {
	display: none;
}

.single-share {
	width: 49%;
}
.single-share:first-child {
	border-left: 0em solid #555A5F;
}

.single-result-date-text,
.single-result-item {
	
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
}
.single-result-item  {
	padding-left: 0.6em;

    width: 100%;
    box-sizing:border-box;
}
.single-result-values {
    padding: 0;
}

.single-result-close-price-text {
	padding: 0px;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	
	padding-top: 2.5em;
}
.single-result-close-price {
	font-weight: bold;
	font-size: 2em;
	text-align: center;
}
.single-share table {
	width: 100%;
    border-collapse:collapse;
}

.mutil-currency,
.mutil-result-share-name {
	font-weight: bold;
	
}

.mutil-result-share-box-item  {
	background: #ccc;
	border: 0;
	border-radius: 0;
}
.mutil-result-share-name {
	padding-top: 0.5em;
	font-size: 1.25em;
}
.mutil-currency {
	font-size: 1.1em;
	padding: 0.3em 0;
}
.mutil-result-market-name {
	padding-bottom: 0.6em;
}

/*************************************** Start of: Currency Selection ****************************************/

.dropdown-item-table tbody tr:first-child td:first-child {
	width: auto !important;
}
.ac_input {
	border: 0.08em solid #555A5F;	
	height: 1.5em;
	width: 100%;
}

.dropdown-item {
	width: auto !important;
	box-sizing: border-box;
}
.dropdown-item-text td:first-child {
	width: 100%!important;
}

.dropdown-item-text .flags {
	padding-right: 5px;
}

.ac-arrow,
.arrow-wrapper,
.ac-arrow button,
.dropdown-item-table {
	line-height: 1.5em!important;
	height: 1.5em!important;
	box-sizing: border-box;
}
.dropdown-item-table td:last-child {
	width: 1.5em!important;
}
.arrow-wrapper {
	text-align: center;
}
.ac_input_active .arrow-wrapper,
.arrow-wrapper:hover {
	border-left: 0.08em solid #BBBFB8;
	background: #D2D8DB;
	background: linear-gradient(#D2D8DB, #E6E6E6);
}
.ac-arrow {
	display: inline-block;
	background: transparent;
	
	position: relative;
	top: 0px;
	left: 0px;
	
	width: 1em;
}

.ac-arrow:before {
	content: "";
	width: 0; 
	height: 0;

	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.35em;
	margin-top: -0.35em;
	
	border-left: 0.3em solid transparent; 
	border-right: 0.3em solid transparent; 
	border-top: 0.7em solid #20221E;
}

.ac_odd,
.ac_even {
	transition: background 0.3s, border 0.3s;
}
.ac_over {
	background: #D2D8DB;
	color: #20221E;	
	border-color: #A5A9A3;
	border-width: 0.08em;
}

.ac_results {
	border: 0.08em solid #A5A9A3;
	border-top: 0;
	box-shadow: 1px 1px 3px #D2D8DB;	
}

.local-currency {
	width: 100%!important;
	line-height: 1em;
	height: auto;
	padding-left: 0.16em;
}

.ac_results li {
	margin-bottom: 0em;
	line-height: normal;
	height: auto;
}
.ac_results li table,
.ac_results li table tr td:first-child {
	width: 100%;
}
.flags {
	padding-right: 10px;
}
/*************************************** Start of: Share price results ****************************************/

.result-box {
	border: 0.08em solid #555A5F;
}
.result-close-icon {
	width: 2em!important;
	height: 2em!important;
	line-height: 2em!important;
	border: 0.08em solid #555A5F;
}

.download-single-result {
	margin: 2em 0;
}

.download-single-result table td {
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-top: 0.6em;
    padding-bottom: 0.6em;
	height: auto;
}

.scroller-table td {
	border-bottom: 0px;	
}

.scroller-bable {

}

.scroller-table .row-height,
.scroller-table .infor-row-width,
.param-label,
.infor-row-width,
.single-data-label,
.single-data-item {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	padding-right: 0.6em;	
	text-overflow: initial;
	overflow: visible;
	
	line-height: normal;
	height: auto;
}

.download-single-result table td.download-single-result-date {
	padding-left: 1.3em;
}
.single-data-label {
	white-space: normal;
}

.text-align-right {
	text-align: right;
}
.param-row-width {
	text-align: left;
}
.scroller-table .row-header ,
.scroller-table .infor-row-width{
	width: 100%;
	box-sizing: border-box;
}

.scroller-table .row-height.infor-row-width {
	padding-right: 1.5em;
	padding-left: 1em;
}



.figures-box {
	padding: 0em 2em 2em 0em;
}
.download-data {
	margin: 2em 0 0 0;	
}
.share-info {
	width: 60%;
	margin-left: 0px;
}

.btn-section {
	padding-top: 1em;
}
/*
@media (min-width: 0px) and (max-width: 421px) {  
	
	.download-single-result table.page-font-style,
	.download-single-result table.page-font-style tr,
	.download-single-result table.page-font-style tbody,	
	.download-single-result td.single-data-label {
		display: block;
	}
	
	.download-single-result td.single-data-label {
		font-weight: normal;
        border-bottom: 0;
        background: #275FA4;
	}
	
	.download-single-result table.page-font-style tr {
		font-size: 0em;
	}
	.download-single-result td.single-data-item {
		display: inline-block;
		width: 50%;
		box-sizing: border-box;
        border-bottom: 0;
	}
    .download-single-result table.page-font-style {
        border-bottom:0.08em solid #555A5F;
    }
		
	.download-single-result td.single-data-item {
		text-align: left;
	}
	.download-single-result td.download-single-result-date{
		text-align: right;
	}
}
*/


/*************************************** Start of: Change Settings ****************************************/


.share-price-value-decrease-color ~ span,
.share-price-value-decrease-color {
	color: #FF0000;
	
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
}

.share-price-value-decrease-color ~ span:before {
	content: "";
	width: 0; 
	height: 0;

	position: absolute;
	top: 50%;
	right: -1em;
	margin-top: -0.4em;
	
	border-left: 0.4em solid transparent; 
	border-right: 0.4em solid transparent; 
	border-top: 0.7em solid #FF0000;
}

.share-price-value-increase-color ~ span,
.share-price-value-increase-color {
	color: #14A81C;
	
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
}

.share-price-value-increase-color ~ span:before {
	content: "";
	width: 0; 
	height: 0;

	position: absolute;
	top: 50%;
	right: -1em;
	margin-top: -0.4em;
	
	border-left: 0.4em solid transparent; 
	border-right: 0.4em solid transparent; 
	border-bottom: 0.7em solid #14A81C;
}



/************************************** Start of: Tab Settings ****************************************/

.tabs {
	text-align: center;	
	border-bottom: 0px;
	font-size: 0px !important; 	
	float: none;
}

.tabs li {
	float: none;
	display: inline-block;	
	margin: 0px;
}

.tabItem:link,
.tabItem-active:link,
.tabItem:visited,
.tabItem-active:visited,
.tabItem,
.tabItem-active {
	height: auto;
	line-height: normal;
	
	padding-top: 1.0em !important;
	padding-bottom: 1.0em !important;
	padding-left: 2.0em;
	padding-right: 2.0em;
	
    text-transform:none;

	text-decoration: none;
	font-weight:bold;
	font-style: normal;
	
	background: transparent;
	border: 0.16em solid #DBDBDB;
	
	transition: background 0.5s, color 0.5s, border 0.5s;
	
	color: #333333;
}

.tabItem:hover,
.tabItem:active {
	background: #DBDBDB;
	color: #333333;
	border-color: #DBDBDB;
	
	text-decoration: none;
	font-weight:bold;
	font-style: normal;
}

.tabItem-active:link,
.tabItem-active:visited,
.tabItem-active {
	background: #DBDBDB;
	color: #333333;
	border-color: #DBDBDB;
	
	position: relative;
	top: 0px;
	left: 0px;
}
.tabItem-active:before {
	
	content: "";
	width: 0; 
	height: 0;

	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -1.0em;
	
	border-left: 1.0em solid transparent; 
	border-right: 1.0em solid transparent; 
	border-top: 1.0em solid #DBDBDB;
}


@media (min-width: 0px) and (max-width: 627px) {  
	.table-share-header {
		width: 50%;
	}
	
	.table-share-row-currency,
	.table-share-market-name,
	.table-share-header-currency,
	.table-share-header-market {
		display: none!important;
	}
	.table-share-header-date,
	.table-share-row-date {
		display: table-cell!important;
	}
	
	
	.single-result-close-price {
		text-align: center !important;
		
	}
	
	.single-result-close-price-value {
		margin-left: 0px;
	}
	.single-share td {
        padding-left: 0em;
    }
	.single-share  table {
		width: 100%;
		margin: 0 auto;
        margin-top:2em;
	}
    .single-share td {
        padding-left: 0em;
    }

	.single-result-date-text {
        padding-left: 0.6em!important;
    }
    .single-result-values div {
        padding-left: 0.6em;
    }


	
	.divGraph {
		display: none !important;
	}
}


@media(max-width:480px){
    .tabItem:link, .tabItem-active:link, .tabItem:visited, .tabItem-active:visited, .tabItem, .tabItem-active{
        min-width: 9.9em;
    }
}












