@import url("//tools.eurolandir.com/tools/shareseries/./../Config/footer.css");
/* Not Found: /Config/ShareSeries.css */
/* Not Found: ./../Config/Company/sf-kra/sf-kra.css */
/************************************************************************* FONT DECLARATIONS *****************************************************************************/
@font-face{font-family:AkkuratPro;
src:url("//tools.eurolandir.com/tools/shareseries/Config/Company/sf-kra/fonts/lineto-akkurat-pro-regular.eot");
src:url("//tools.eurolandir.com/tools/shareseries/Config/Company/sf-kra/fonts/lineto-akkurat-pro-regular.eot") format("embedded-opentype"),
url("//tools.eurolandir.com/tools/shareseries/Config/Company/sf-kra/fonts/lineto-akkurat-pro-regular.woff") format("woff"),
url("//tools.eurolandir.com/tools/shareseries/Config/Company/sf-kra/fonts/lineto-akkurat-pro-regular.ttf") format("truetype"),
url("//tools.eurolandir.com/tools/shareseries/Config/Company/sf-kra/fonts/lineto-akkurat-pro-regular.svg") format("svg");
font-weight:regular;font-style:normal}
@font-face{font-family:AkkuratPro;
src:url("//tools.eurolandir.com/tools/shareseries/Config/Company/sf-kra/fonts/lineto-akkurat-pro-bold.eot");
src:url("//tools.eurolandir.com/tools/shareseries/Config/Company/sf-kra/fonts/lineto-akkurat-pro-bold.eot") format("embedded-opentype"),
url("//tools.eurolandir.com/tools/shareseries/Config/Company/sf-kra/fonts/lineto-akkurat-pro-bold.woff") format("woff"),
url("//tools.eurolandir.com/tools/shareseries/Config/Company/sf-kra/fonts/lineto-akkurat-pro-bold.ttf") format("truetype"),
url("//tools.eurolandir.com/tools/shareseries/Config/Company/sf-kra/fonts/lineto-akkurat-pro-bold.svg") format("svg");
font-weight:bold;font-style:normal}
@font-face{font-family:AkkuratPro;
src:url("//tools.eurolandir.com/tools/shareseries/Config/Company/sf-kra/fonts/lineto-akkurat-pro-light.eot");
src:url("//tools.eurolandir.com/tools/shareseries/Config/Company/sf-kra/fonts/lineto-akkurat-pro-light.eot") format("embedded-opentype"),
url("//tools.eurolandir.com/tools/shareseries/Config/Company/sf-kra/fonts/lineto-akkurat-pro-light.woff") format("woff"),

url("//tools.eurolandir.com/tools/shareseries/Config/Company/sf-kra/fonts/lineto-akkurat-pro-light.svg") format("svg");
font-weight:lighter;font-style:normal}
/*********************************************************************** FONT DECLARATIONS END ***************************************************************************/

/***************************************************************************** MAIN RULES ********************************************************************************/
body {
 font-size: 15px;
    font-family: AkkuratPro;
   

	margin: 0px;
	background: transparent;
        color: #322D2D;
}
.hyperlink,
.cookies-box a,
.text-column,
.data-column,
.tab,
.nav-tab {
    font-size: 15px;
    font-family: AkkuratPro;
  
 
	margin: 0px;
	background: transparent;
        color: #322D2D;
}
#wrapper {
    width:100%;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}
.main-heading {
    display: none;
}

/*************************************************************************** TABS CONTROL **********************************************************************************/
.navigator {
    margin-top: 0.15em;
    margin-bottom: 2.5em;
}
.nav-tab {
    float:none;
    display:inline-block;
    margin-left: -0.08em;
    margin-top: 1em;
}
#nav {
    padding: 0;
    font-size: 0;
    text-align:center;
}
.tab {
    float: none;
    display: inline-block;
    height: auto;
    line-height: normal;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    padding-left: 2.0em;
    padding-right: 2.0em;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    box-sizing: border-box;
	
    background: transparent;
    border: 0.16em solid #FFFFFF;
	color: #322D2D;
	
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;    
    margin-left: -0.08em;
}
.tab:hover,
.tab:active {
    background: #FFFFFF;
    border: 0.16em solid #FFFFFF;
	color:#0F65CB;
}
.tabselected,
.tabselected:hover,
.tabselected:active {
    background: #FFFFFF;
    border-color: #FFFFFF;
	color: #0F65CB;

    position: relative;
    top: 0px;
    left: 0px;
}
.tabselected: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 #FFFFFF;
}
.tab_left,
.tab_right {
    display:none!important;
}

/*************************************************************************** TABLE RULES ***********************************************************************************/
.border-outline {
    border-collapse: collapse;
}

/*Name column header*/
.table-share-label {
    text-align:left;
    color: #322D2D;
    font-size:1em;
    font-weight: bold;
    background: transparent;
}
/*Name column data*/
td.table-share-row-even:first-child,
td.table-share-row-odd:first-child {    
    border-right: 0em solid #DFDFDF !important;    
    text-align: left;
    color: #322D2D;
    font-size: 1em;
    font-weight: normal;
    background: transparent;
}

/*Data column header*/
.table-share-value {
    border-left: 0em solid #DFDFDF !important;
    text-align: right;
    color: #322D2D;
    font-size:1em;
    font-weight: bold;
    background: transparent;
}
/*Data column data*/
table.border-outline tr + tr td + td {    
    text-align: right;
    color: #322D2D;
    font-size: 1em;
    font-weight: normal;
    background: transparent;
}
div.data-column {
	text-align: inherit;
}
/*Odd/even control*/
.table-share-row-even {
    background: transparent!important;
}
.table-share-row-odd {
    background: transparent!important;
}
/*Tablerow header bottom-border */
.table-share-label,
.table-share-value {
    border-bottom: 0.08em solid #e6e1dc !important;
}
/*Tablerow data bottom-border*/
.table-share-row-even,
.table-share-row-odd,
table.border-outline tr + tr td + td {
    border-bottom: 0.08em solid #e6e1dc !important;
}
/*Whole table*/
table.border-outline td.table-share-label,
table.border-outline td.table-share-value {
    border-top: 0em solid #DFDFDF;
}

table.border-outline td.table-share-label,
table.border-outline tr td:first-child {
    border-left: 0em solid #DFDFDF;
}

table.border-outline td.table-share-value,
table.border-outline tr td:last-child {
    border-right: 0em solid #DFDFDF;
}
table.border-outline tr:last-child td {
    border-bottom: 0em solid #DFDFDF;
}
/*padding / width / vertical alignment control for table*/
.table-column-headings {
    width:50%;
}

.text-column,
.data-column {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    padding-left: 0.6em;
    padding-right: 0.6em;

    height: auto;
    line-height: normal;
    vertical-align: bottom;
}
.data-column img {
    display:none;
}
/************************************************************************* + / - ***********************************************************************************************/
.share-price-value-increase-color {
    color: #5EA814;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
    padding-right:1em;
}
.share-price-value-increase-color:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.4em;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-bottom: 0.7em solid #5EA814;
}
.share-price-value-decrease-color {
    color: #FF0055;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
    padding-right:1em;
}
.share-price-value-decrease-color:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.4em;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-top: 0.7em solid #FF0055;
}

/********************************************************************* FOOTER & LINKS ******************************************************************************************/
.footer-box {
    padding-top: 5em;
    position: relative;
    top: 0px;
    left: 0px;

    padding-top: 5em;
}
.footer-box .hyperlink,
.disclaimer-box a,
.cookies-box a {
    color: #322D2D;
    text-decoration: none;
    font-style: none;
    font-weight: normal;
}
.footer-box .hyperlink:hover,
.disclaimer-box a:hover,
.cookies-box a:hover,
.footer-box .hyperlink:active,
.disclaimer-box a:active,
.cookies-box a:active {
    color: #0F65CB;
    text-decoration: underline;
    font-style: none;
    font-weight: none;
}

/********************************************************************** PRINT BUTTON *******************************************************************************************/
.print .icon {
    display:none;
}
.print .hyperlink, .print .hyperlink:active {
    background: transparent;
    color: #322D2D !important;
    padding: 1em;
    border: 2px solid #322D2D;
    font-weight: bold;
    letter-spacing: 1.5px;
    border-radius: 0px;
    height: auto;
    line-height: normal;

    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11.25px;
    text-decoration: none;
    transition: background 0.5s, color 0.5s, border 0.5s;
}
.print .hyperlink:hover {
    background: transparent;

    color: #0F65CB !important;

    font-weight: bold;
     border-color: #0F65CB;
  

    cursor: pointer;

    text-decoration:none;
}
.print {
    width: 100%;
    text-align:center;
    position:absolute;
    top: 2em;
    left: 0;
}
table.border-outline td.table-share-label, table.border-outline td.table-share-value {
    border-top: 0em solid #e6e1dc;
    background:#F5EFF1;
    border-bottom: 2px solid #e6e1dc!important;
}


body.en-gb .supplied:after {
    display: block;
    content:"Data delayed at least 15 minutes";
    }
    
    
    
    body.fi-fi .supplied:after {
    display: block;
    content:"Tiedot viivästetty ainakin 15 minuuttia";
    }
    
    
    
    body.sv-se .supplied:after {
    display: block;
    content:"Data fördröjd med minst 15 minuter";
    }
    
    
    
    body.et-ee .supplied:after {
    display: block;
    content:"Andmed vähemalt 15 minutit viivitatud";
    }
    
    
    
    body.lt-lt .supplied:after {
    display: block;
    content:"Duomenys vėluoja bent 15 minučių";
    }
    
    
    
    body.is-is .supplied:after {
    display: block;
    content:"Gögn eru með a.m.k. 15 mín. seinkun";
    }
    
    
    
    body.da-dk .supplied:after {
    display: block;
    content:"Data er forsinket mindst 15 minutter";
    }

    .supplied:after{
        display: none !important;
    }
