@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700");
@font-face {
    font-family: 'EniTabLig';
    src: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/it-eni/fonts/EniTabLig.eot");
    src: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/it-eni/fonts/EniTabLig.eot") format('embedded-opentype'),
         url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/it-eni/fonts/EniTabLig.woff2") format('woff2'),
         url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/it-eni/fonts/EniTabLig.woff") format('woff'),
         url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/it-eni/fonts/EniTabLig.ttf") format('truetype'),
         url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/it-eni/fonts/EniTabLig.svg#EniTabLig") format('svg');
}
@font-face {
    font-family: 'EniTabBol';
    src: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/it-eni/fonts/EniTabBol.eot");
    src: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/it-eni/fonts/EniTabBol.eot") format('embedded-opentype'),
         url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/it-eni/fonts/EniTabBol.woff2") format('woff2'),
         url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/it-eni/fonts/EniTabBol.woff") format('woff'),
         url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/it-eni/fonts/EniTabBol.ttf") format('truetype'),
         url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/it-eni/fonts/EniTabBol.svg#EniTabBol") format('svg');
}
@font-face {
    font-family: 'EniTabReg';
    src: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/it-eni/fonts/EniTabReg.eot");
    src: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/it-eni/fonts/EniTabReg.eot") format('embedded-opentype'),
         url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/it-eni/fonts/EniTabReg.woff2") format('woff2'),
         url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/it-eni/fonts/EniTabReg.woff") format('woff'),
         url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/it-eni/fonts/EniTabReg.ttf") format('truetype'),
         url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/it-eni/fonts/EniTabReg.svg#EniTabReg") format('svg');
}
body{
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	font-family: 'Source Sans Pro' !important;
}
td.table-share-row-name {
    padding-left: 10px;
}

.table-share-header{

}
.table-total-value{
 
}
.div-share-name-and-date > span:first-child {
   
}

.table-share th {
	font-family: 'Source Sans Pro' !important;
	color: #1d1d1d;
	font-size: 16px;
	border-bottom: solid 1px #d1d1d1;
	border-top: solid 1px #d1d1d1;
	border-right: solid 1px #d1d1d1;
	background-color: #e2e2e2 !important;
	font-weight: normal;
	height: 50px !important;
}
.table-share td {
    line-height: 50px;
}
.border-inline {
    border-bottom: 1px solid #d1d1d1;
}
.table-share-row-even {
    border-right: solid 1px #d1d1d1;
}
.table-share-row-odd {
    border-right: solid 1px #d1d1d1;
}
.checkbox-wrapper{
	border-left: solid 1px #d1d1d1;
}
/**DOWNLOAD BUTTON**/

.download-data-button{
	color: #937b12;
	font-size: 14px;
	letter-spacing: 0.2em;
	font-weight: bold;
	height: 40px;
	padding: 0 15px;
	font-family: 'Source Sans Pro' !important;
	margin: 0px !important;
	text-transform: uppercase !important;
	background: #fed300;
	border: 1px solid #fed300;
	border-radius: 0px;
}
.download-data-button:hover{
	border: 1px solid #fed300;
} 
.data-button-wrapper {
	padding-bottom: 15px;
}

.data-button {
	color: #937b12;
	font-size: 14px;
	/*letter-spacing: 0.2em;*/
	font-weight: bold;
	height: 40px;
	width: 143px;
	font-family: 'Source Sans Pro' !important;
	margin: 0px !important;
	text-transform: none !important;
	background: #fed300;
	border: 1px solid #fed300;
	border-radius: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.data-button:hover{
	border: 1px solid #212121;
	background: #212121;
	color: #fed300;
} 
.data-button-wrapper {
	padding-bottom: 15px;
}
button.data-button, button.data-button:active {
    float: left;
}
/*TABS*/
.tabs {
	line-height: 50px;
	/*height: 30px;*/
	border-bottom: solid 1px #d1d1d1;
	margin-top: 10px;
}
.tabs li {
    float: left;
    margin: 0 0px -1px 0;
}
.tabItem { 
	color: #666666 !important ;
	font-size: 16px !important;
	text-decoration: none;
	border: solid 1px #ebebeb;
	font-weight: bold !important;
	text-transform: none !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	background: #ebebeb !important;
	line-height: 50px;
	height: 49px;
}
.tabItem:hover {
}

.tab-active{
	text-decoration: none;
	background: #ffffff !important;
	color: #1d1d1d !important;
	font-size: 16px !important;
	/*font-weight: bold;*/
	border: solid 1px #d1d1d1;
	border-top: solid 3px #fed300;
	border-bottom: solid 1px #ffffff;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	text-transform: none !important;
	font-weight: bold !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	line-height: 46px;
	height: 48px;
}
.wrapper{
    padding: 0px;
    width: 100%;
	max-width: 900px
}
.row-control-template{
    width: 270px;
}
.table-share-header-name{
    padding-left: 49px;
}
.checkbox-wrapper{
    padding-right: 10px;
}
.checkbox{
    margin: 0 5px ;
}
.table-share-row-date{
    padding-right: 15px;
}
.table-share-header-market, .table-share-market-name{
    text-align: center;
}
.table-share-row-currency, .table-share-header-currency {
	text-align: center;
}

/*div.footer div.disclaimer-box{}*/


.parameter-item-label
{
    width: 270px;
    margin-right: 0;
    margin-left: 0;    
}

.datefrom-input, .dateto-input, .value-input{
	font-size: 16px;
	font-family: 'Source Sans Pro' !important;
	border: 1px solid #d1d1d1;
	color: inherit;
	padding: 9px 8px;
	color: #666666;
	height: 20px !important;
	width: 125px;
}
.ac_input {
    background-color: #fff;
	height: 38px !important;
    line-height: 38px !important;
	padding-left: 5px;
    vertical-align: middle !important;
	border: 1px solid #d1d1d1;
	color: #666666;
	width: 136px !important;
}
.ac-arrow {
	background: rgba(0, 0, 0, 0) url("/tools/splookup/Content/Images/dropdown/dropdown-sprite.gif") no-repeat scroll 0 12px;
	margin-right: 5px;
	height: 38px !important;
}
.arrow-wrapper {
    height: 38px !important;
    line-height: 38px !important;
}
.arrow-wrapper:hover {
	border-left: 1px solid #d1d1d1;
}
.footer {
    font-size: 14px;
    padding-top: 5px;
    text-align: right;
}
.footer a{
	text-decoration: none;
	font-weight: normal;
}
.footer a:hover {
	text-decoration: none;
	font-weight: normal;
}
.disclaimer-box a, .cookies-box a {
	text-decoration: none;
	font-weight: normal;
 }
.disclaimer-box a:hover, .cookies-box a:hover {
	text-decoration: none;
	font-weight: normal;
}
.local-currency {
    width: auto !important;
}
.parameter-item-label{
	width: 220px !important;
}
.block-title, .block-date {
    font-size: 16px;
}
#amountInvestedContainer .data-button-wrapper{
	margin-left: 370px;
}
#shareBoughtContainer .data-button-wrapper {
    margin-left: 223px;
}
.EUCalendar-title div {
    text-shadow: none;
}
.EUCalendar-dayNames div {
    text-shadow: none;
}
.highcharts-axis-labels > span {
    margin-top: 10px !important;
}
.radio input, .checkbox input {
    height: 17px;
    width: 17px;
}
#amountInvestedContainer-DateFromTrigger, #amountInvestedContainer-DateToTrigger, #shareBoughtContainer-DateFromTrigger, #shareBoughtContainer-DateToTrigger{
	width: 40px;
    height: 40px;
    margin-top: 0px;
	width: 42px\0/ !important;
	height: 42px\0/ !important;
	margin-top: 4px\0/ !important;
    background: rgba(0, 0, 0, 0) url("/tools/splookup/Config/Company/it-eni/imgs/ico_clock.svg") no-repeat scroll;
	background-image: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/it-eni/imgs/ico_clock.png")\0/;
	background-repeat: no-repeat\0/;
}
.cumulative {
    width: 40px;
    height: 40px;
    margin-top: 4px;
	width: 42px\0/ !important;
	height: 42px\0/ !important;
	margin-top: 4px\0/ !important;
    background: rgba(0, 0, 0, 0) url("/tools/splookup/Config/Company/it-eni/imgs/ico_graph1.svg") no-repeat scroll;
	background-image: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/it-eni/imgs/ico_graph1.png")\0/;
	background-repeat: no-repeat\0/;
}
.periodical{
	width: 40px;
    height: 40px;
    margin-top: 4px;
	width: 42px\0/ !important;
	height: 42px\0/ !important;
	margin-top: 4px\0/ !important;
    background: rgba(0, 0, 0, 0) url("/tools/splookup/Config/Company/it-eni/imgs/ico_graph2.svg") no-repeat scroll;
	background-image: url("//tools.eurolandir.com/tools/InvestmentCal2/Config/Company/it-eni/imgs/ico_graph2.png")\0/;
	background-repeat: no-repeat\0/;
}
.chart-type {
    border: 0 none;
}
@media (max-width : 767px) {
	.tab-active {
		border: 0 none;
		border-bottom: solid 3px #fed300 !important;
		line-height: 49px;
		height: 48px;
	}
	.tabItem {
		border: 0 none;
		background: #ffffff !important;
	} 
}
@media (max-width: 380px){
	.parameter-item-label{
		width: 160px !important;
		margin-right: 20px !important;
	}
	.by-amount-invested{
		width: 144px !important;
	}
	.data-button
	{
		float: left !important;
		margin-left: 0px !important;
	}
	#amountInvestedContainer .data-button-wrapper{
		margin-left: 3px !important;
	}
	#shareBoughtContainer .data-button-wrapper{
		margin-left: 3px !important;
	}
	.data-button{
		margin-left: 0 !important;
	}
	.table-share-header-market, .table-share-market-name{
		text-align: right;
		padding-right: 10px;
	}
	.tab-active {
		text-align: center;
		width: 160px;
		border: 0 none;
		border-bottom: solid 3px #fed300;
		height: 40px;
		line-height: 40px;
		margin-bottom: 2px;
	}
	.tabItem {
		text-align: center;
		width: 160px;
		border: 0 none;
		background: #ffffff !important;
		height: 40px;
		line-height: 40px;
	}
	.tabs li:first-child .tabItem{
	}
	.tabs li:nth-child(2) .tabItem{
	}
	.tabs li:first-child .tab-active{
	}
	.tabs li:nth-child(2) .tab-active{
	}
	.tabs {
		border-bottom: solid 0px #f3efe8;
	}
	.calculation-parameters {
		padding-top: 20px;
	}
}

