/*
Google Roboto and Material Icons fonts are licensed under the Apache License 2.0
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
*/

html, body, h1, h2, h3, h4, ul, li, p, button, select, input {
    margin: 0;
    padding: 0;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
		font-family: "Roboto", sans-serif;
    color: #111;
    font-size: 14px;
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
    line-height: 1.6;
    font-weight: 400;
    margin-left: calc(100vw - 100%);
}
*, *:before, *:after
{
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
article,aside,footer,header,nav,section {
	display: block;
}
audio,video {
	display: inline-block;
}
body
{
	background-color: #ebebeb;
}
b, strong {
	font-weight: 500;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a
{
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
   color: #444;
}
a:active,
a:hover {
	outline-width: 0;
}
select {
	padding: 4px 5px;
  background-color: #ffff;
}
input{
    padding: 3px;
}
img {
	border-style: none;
}
header
{
padding-top: 1rem;
padding-left: 0em;
}

/* Button */

button, input, select, textarea {
	
	font-family: "Roboto", sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
button.reset {
	all: unset;
}
:focus {
	outline: none;
}
button:focus {;
    outline-offset: -4px;
}
button:active {
    transform: scale(0.99);
}
h1
{
margin: 0 0 20px 0;
font-size: 18px;
font-weight: 500;
border-bottom: 2px solid #ebebeb;
padding-bottom: 9px;
}
h2
{
  font-size: 15px;
  font-weight: 700;
  margin: 25px 0;
  color: #465032;
}
h3
{
  font-size: 14px;
  color: #669900;
  font-weight: 500;
  text-transform: uppercase;
}
h4
{
	margin-bottom: 15px;
	font-size: 14px;
	color: #426a5a;
	font-weight: 500;
}
h5
{
	margin-bottom: 15px;
	font-size: 16px;
	color: #465032;
	font-weight: 500;

}
p
{
    margin: 1em 0;
}
sup 
{
	vertical-align: top;
}
hr 
{
	
	border-style: solid;
	border-color: #ebebeb;
	margin: 30px 0;
}
table th, table td
{
	padding: 5px 5px;
}

/* Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ALIGNMENT */
.flex {
	display: flex;
	justify-content: space-between;
}
.material-icons {
   vertical-align: text-bottom;
}
/* enhancements */

.shadow {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}
.green-link a, .green{
	color: #899c35;
}
.dark-green-link a, .dark-green {
	color: #426A5A; 
}
.highlight a:hover {
	transition: color 0.2s ease;
	color: #899c35;
}

/* MAIN HEADER */
#container
{
    max-width: 1390px;
    margin: 0 auto;
    padding: 0px 70px 30px 70px;
    background-color: #fff;
    box-shadow: 0px 1px 6px #ddd;
}
header a 
{
	text-decoration: none;
}
#main_header {
	padding-top: 8px;
	position: relative;
}
#header_wrapper{
	width: 100%;
	margin-bottom: 14px;
}
#headerlogo {
	float: left;
  width: 20%;
}
#logo 
{
	/*width: 95px; */
	padding-top: 7px;
	margin-left: 60px;
}
#headerlinks {
	float: right;
  width: 80%;
}
#lang, #top_nav {
	
	text-align: right;
	margin-right: 30px;
}
#lang
{
	font-size: 12px;
}
#top_nav 
{
    margin-top: 25px;
}
#top_nav i 
{
	vertical-align: text-top;
  line-height: 13px;
}
#top_nav a
{
	font-size: 14px;
	font-weight: 700;
}
#top_nav a.active
{
	color: #899c35;
}
#main_nav a 
{
	color: #fff;
}
#main_nav a:hover
{
	transition: color 0.2s ease;
	color: #000;
}
#main_nav a.active
{
	color: #111;
}
#main_nav 
{
	height: 39px;
	background-color: #899c35;
	border-radius: 4px;
	font-weight: 500;
	padding: 9px 5% 0px 5%;
	font-size: 14px;
	width: 100%;
}
#main_nav i 
{
	vertical-align: text-top;
	line-height: 14px;
}
.drop-down
{
		background-color: #f1f3f4;
    border-radius: 0 0 4px 4px;
    padding: 30px 10px;
    border: 1px solid #ebebeb;
    font-size: 14px;
		justify-content: space-around;
}
.drop-down li
{
	padding: 5px 0;
}
.slide-down-wrapper
{	
    padding: 8px 25px 7px 25px;
    margin-top: 15px;
    border: 1px solid #d6d6d6;	
}
.slide-down-header i
{
	vertical-align: text-top;
  line-height: 13px;
}
 .mobile-nav
{
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	margin-top: 15px;
	width: 100%;
	background-color: #f4f4f4;
	padding: 10px 0;
	display: none;
}
 .mobile-nav i
{
	vertical-align: text-top;
  line-height: 16px;
}
.slide-down-header 
{
	display: flex;
	justify-content: space-between;
	font-weight: 500;
	cursor: pointer;
}
.slide-down 
{
	display: none;
	margin-top: 20px;
}
.mobile-menu {
		display: none;
}

/* MAIN CONTENT */

main.etusivu {

}
main
{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 40px;
	min-height: 50vh;
}
.max {
	padding: 0 2%;
	width: 100%;
}
.full {
    width: 70%;
    margin-right: 7%;
}
.split 
{
	width: 600px;
}

/* ETUSIVU */

.row-2 i {
	vertical-align: text-top;
	line-height: 19px;
	font-size: 18px;
}
.row-2 a 
{
	color: #426a5a;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
}
.row-top {
    margin-bottom: 40px;
}
#oppaat {
	margin-right: 20px;
}

.rivi {
	justify-content: space-between;
}
.col-3 {
    width: 29%;

}
.max h1 
{

margin: 0em 0 10px 0em;
font-size: 16px;
padding-bottom: 10px;
    margin-bottom: 20px;
}

img.etusivu {
    width: 135px;
    float: right;
}

img.opas 
{
	width: 70px;
	box-shadow: 1px 1px 10px #EEE;
	border: 1px solid lightgray;
	margin-top: 50px;
}
img.opasfront {
	width: 125px;
	margin-left: 20px; 
	margin-top: 5px; 
	margin-bottom: 20px;
} 
img.siro
{
	margin-right: -18px;
	margin-top: 35px;
}
.blogit a{
	padding-bottom: 7px;
  text-decoration: none;
  color: #111;
}
.blogit a:hover{
    text-decoration: underline;
}
.blogit h3 {
	margin-bottom: 20px;
}
.blogit h3 a {
	color: #669900;
}
.blogit h3 a:hover {
	text-decoration: none;
}
.cf::after {
    content: "";
		display: table;
    clear: both;
    
}

.fbutton {
    padding: 8px 12px;
    font-family: Roboto;
    font-size: 12px;
    background-color: #800000;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    text-decoration: none;
	margin-right: 30px;   
	margin-bottom: 20px;
}
.fbutton i {
    vertical-align: text-top;
    line-height: 13px;
    font-size: 14px;
}

#front_buttons {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
    align-items: baseline;
}

.sbutton {
	align-items: flex-start;
    text-align: center;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
	vertical-align: bottom;
    height: 27px;
    margin-left: -5px;
    padding: 0 5px;
	text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
}
/* Side nav */

#side a 
{	
	color: #111;
	text-decoration: none;
}
#side a.active
{	
	color: #899c35;
	font-weight: 500;
}
li.current-menu-item > a
{	
	color: #899c35 !important;
	font-weight: 500;
}
#side a:hover
{	
	transition: color 0.2s ease;
	color: #899c35;
}
#side ul 
{
	list-style: none;
	display: -webkit-box; 
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex; 
	display: flex;
	flex-direction: column;
}

#side ul li 
{
	padding: 9px 19px;
	border-top: 2px solid #ebebeb;
}

#side ul ul li 
{
	border-top: none;
	padding: 4px 10px;
	font-size: 13px;
}

#side ul ul 
{
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: none;
}
.yellow {
	background-color: #f2f2d2;
}
.rotate
{
    transform: rotate(180deg);
}
#main blockquote {
    border-left: 5px solid #899c35;
    padding: 8px 20px;
    margin: 25px 0px;
    font-weight: 500;
}
header ul 
{
	list-style: none;
}
#main ul
{
	padding-left: 20px;
}
.chart ul
{
	padding-left: 0 !important;
}
#main li 
{
	padding-bottom: 10px;
}
.info {
    background-color: #ebebeb;
    padding: 13px 20px;
    border-radius: 4px;
	width: 270px;
	margin-top: 37px;
	height: auto;
}
.fundinfo a
{
	text-decoration: none;

}
.button 
{
	text-decoration:  none;
	background-color: #899c35;
	font-size: 13px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
.button i 
{
	vertical-align: text-top;
	line-height: 13px;
	font-size: 19px;
}
#side, #info 
{
	width: 200px;
	margin-top: 37px;
}
#info 
{
	width: 270px;
}
.open 
{
	border-radius: 4px 4px 0 0 !important;
}

.info select {
	margin-left: -2px;
	width: 100%;
	max-width: 130px;
}

img.right {
    float: right;
    margin: 11px 0px 6px 20px;
}

#side li.active a {
    color: #899c35;
}
.info h3 {
	text-transform: uppercase;
    color: #426a5a;
    margin-top: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #426a5a;
    padding-bottom: 14px;
	font-size: 14px;
	
}
.info h3 a {
	text-decoration: none;
	color: #426a5a;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.ajankohtaista a 
{
	text-decoration: none;
    color: #426a5a;
    font-size: 14px;
    font-weight: 500;

}
.ajankohtaista 
{
	margin-bottom: 25px;
}
.ajankohtaista p
{
	margin-top: 10px;
    text-decoration: none;
    color: #426a5a;
    font-size: 13px;
    font-weight: 400;
}
.ajankohtaista p a
{
	text-decoration: none;
    color: #111;
    font-size: 13px;
    font-weight: 400;
}
.date 
{
	font-size: 13px;
	color: grey;
}
.blog-info {
	font-size: 13px;
    font-weight: 500;
    color: #899c35;
    margin-top: -10px;
    margin-bottom: 20px;
}

.blog-name {
	text-transform: uppercase;
}

.blog-name a {
	font-size: 13px;
    font-weight: 500;
    color: #899c35;
	text-decoration: none;
}

.blog-writers a {
	color: grey;
	text-decoration: none;
}
.blog-writers a:hover {

	text-decoration: underline;
}
.date i 
{
	font-size: 13px;
	font-weight: 700;
	line-height: 15px;
}
a.archive_link {
    text-decoration: none;
	color: #000;
}

/* FOOTER */

#main_footer ul {

	justify-content: space-around;
}
#main_footer ul li{
	display: inline-block;
}
#address {
	margin-top: 32px;
  text-align: center;
	font-size: 13px;
}
#address ul {
    text-align: center;
		display: inline-block;
		margin-bottom: 10px;
}
#address li {
	display: inline;
	padding-left: 10px;
}
#address a:hover {
	text-decoration: underline;
}

#main_footer a {
	text-decoration: none;
}
#shortcuts {
    height: 39px;
    border-radius: 4px;
    background-color: #e3e3e3;
    width: 100%;
    padding: 10px 0 9px 0;
    font-weight: 500;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
#shortcuts ul {
	font-size: 13px;
}

.sideinfo {
    background-color: #ebebeb;
    padding: 13px 20px;
    border-radius: 4px;
}

#footer_logo {
	text-align: center;
}

#logof {
    border-style: none;
    margin-left: 0;
    margin-bottom: 10px;
    margin-top: 40px; }
		
.footer_logo_text {
display: block;
}
/* Tables */

.tunnusluvut 
{
    width: 55%;
    margin-right: 22%;
}

.tunnusluvut table
{
	width: 100%;
	font-size: 13px;
	border-collapse: collapse;
	text-align: right;
}
.tunnusluvut table .down 
{
	color: red;
}
.tunnusluvut table .up 
{
	color: green;
}

.tunnusluvut table tr:nth-child(odd) 
{
	background-color: #f4f4f4;
}

.tunnusluvut table td, .tunnusluvut table th 
{
	padding: 7px 10px;
}

.tunnusluvut table tr:first-child
{
	background-color: #426a5a;
	color: #fff;
	font-weight: 500;
}

.tunnusluvut table td:first-child 
{
	text-align: left;
}

.tunnusluvut table tr:nth-child(2) td
{
	padding-top: 20px;
}

.tunnusluvut p
{
	font-size: 13px;
	padding-left: 7px;
}

.tunnusluvut-info table {
    margin-top: 20px;
    text-align: left;
    border-top: 1px solid #eee;
}
.tunnusluvut-info table tr, .tunnusluvut-info table tr:first-child {
    background-color: #ffffff;
    color: #111;
    font-weight: 400;
}
.tunnusluvut-info table tr:first-child td {
    padding-top: 20px;
}
.tunnusluvut-info table tr:nth-child(2) td {
    padding-top: 10px;
}
.tunnusluvut-info table td {
    vertical-align: top;
}

table.rahasto 
{
	border-collapse: collapse;
	text-align: right;
	font-size: 13px;
	border: 1px solid #426a5a;
	width: 100%;
}
table.projection 
{
	max-width: 320px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
table.rahasto caption
{
	text-align:  left;
	font-size: 14px;
	font-weight: 700;
	margin: 15px 0;
	color: #465032;
}
table.rahasto .separator 
{
	background-color: #ececec;  
	font-weight: 500;
}
table.rahasto th 
{
	background-color: #426a5a;
	color: #fff;
	text-align: center;
	font-weight: 500;
}
table.accounts th
{
	text-align: left;
}
table.accounts
{
	text-align: left;
}
table.accounts .accountfund {
	width: 35%;
}
table.rahasto tr 
{
    border-bottom: 1px solid #426a5a;
}
table.rahasto td
{
	background-color: #fff;
}

table.rahasto td:first-child
{
	text-align: left;
}

table.rahasto th:first-child
{
	text-align: left;
}

table.rahasto tr:hover td
{
	background-color: #f4f4f4;
}

table.rahasto th, table.rahasto td
{
	padding: 7px 5px;
	white-space: nowrap;
}

table.single th, table.single td
{
	padding: 7px 5px;
	white-space: nowrap;
}

table.rahasto .up
{
	color: green;
}
table.rahasto .down
{
	color: red;
}
ul.lisatiedot {
    list-style: none;
	min-width: 215px;
	margin-bottom: 15px;
}

ul.riski, ul.kuvaaja {
    list-style: none;
    border: 2px solid #426a5a;
    border-radius: 4px;
    background-color: #fff;
    padding: 0px 4px;
    margin-right: -9px;
}
ul.kuvaaja {
	margin-top: 10px;
}

ul.riski li, ul.kuvaaja li {
    display: inline;
    padding: 0px 3px;
    font-size: 13px;
}

ul.riski li.active {
    color: #fff;
    /* font-size: 12px; */
    background-color: #426a5a;
    font-weight: 700;
    padding: 4px 6px;
    margin-left: 2px;
    margin-right: 2px;
}

.lisatiedot li {
	display: -webkit-box; 
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 0;
}

.lisatiedot li a {
	text-decoration: none;
}
.lisatiedot li a:hover {
	text-decoration: underline;
}
.lisatiedot li i {
	color: #426a5a;
}
.video_container {
    float: none;
    clear: both;
    width: 100%;
     position: relative;
    padding-bottom: 56.45%;
    padding-top: 25px;
    height: 0;
    margin: 2em 0em;
}
.video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.chart {
    padding: 10px 15px;
    border: 1px solid #D6D6D6;
    margin-top: 45px;
}
#jakso {
	display: -webkit-box; 
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex; 
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 15px 10px 10px 15px;
    margin-top: 5px;
}
ul.jakso {
    list-style: none;

    display: flex;

    width: 100%;
    font-size: 13px;
    margin-left: 35px;
}
.jakso li {

    padding: 10px 0px;
    font-size: 14px;
    border: 1px solid #cbcdcc;
    width: 16.67%;
    text-align: center;
    margin-left: -1px;
    background-color: #ffffff;
    font-size: 13px;
    cursor: pointer;
}
.jakso li:hover
{
	background-color: #ebebeb;
}
.jakso li:first-child
{
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.nav-links a{
	padding: 5px 10px;
	font-size: 15px;
}
.nav-links .current{
	font-weight: 700;
}
.nav-links {
	width: 100%;
}
.jakso li:last-child
{
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.jakso li.active {
    background-color: #ebebeb;
    color: #426a5a;
    font-weight: 700;
}

#graphinfo {
	padding: 10px 30px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
canvas#canvas {
    background-color: #fff;

}
.menu-hide {
	display: flex !important;
}

/* Responsive */
.scroll {
	overflow-x: auto;
}

.make-sposti {
	unicode-bidi: bidi-override;
	direction: rtl;
}
.make-sposti:before {
	content: attr(data-website) "\0040" attr(data-user);
}

/* Gallery */

.person-details {
	position: relative;
}
.person-details > div {
	display: none;
	width: 285px;
	top: -250px;
	left: 120px;
	padding: 25px 20px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0px 0.175em 0.5em rgba(2, 8, 20, 0.1), 0px 0.085em 0.175em rgba(2, 8, 20, 0.08);
	margin-bottom: 10px;
	z-index: 9999;
	font-size: 12px;
}
.person-details:hover > div {
	position: absolute;
	display: block;
	animation: fadeIn .3s;
}
.person-details i {
	color: #426A5A;
}
.person-details p {
	display: none;
}
.person-details > div div:nth-child(2), .person-details > div div:nth-child(3) {
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	color: #555;
	padding-top: 4%;
}
.person-details > div div:nth-child(3), .person-details > div div:nth-child(4) {
	padding: 1%;
	font-size: 13px;
	color: #adadad;
	font-weight: 500;
	padding-bottom: 4%;
}
.person-details > div div:nth-child(4) {
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 6%;
	border-bottom: 1px solid #eee;
}
.person-details > div div:nth-child(5), .person-details > div div:nth-child(6), .person-details > div div:nth-child(7) {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 5%;
	font-size: 14px;
}
.person-details > div div:nth-child(5) i, .person-details > div div:nth-child(6) i, .person-details > div div:nth-child(7) i{
	font-size: 22px;
}
.person-details > div div:nth-child(1) {
	text-align: center;
	border-radius: 4px;
	min-height: 80px;
}
.person-details > div div:nth-child(1) img {
	border-radius: 4px;
	max-width: 280px;
	width: 235px;
	object-fit: cover;
	height: 320px;
}
@-webkit-keyframes fadeIn {
from { opacity: 0; }
  to { opacity: 1; }
}  
@keyframes fadeIn {
	from { opacity: 0; }
	  to { opacity: 1; }
}

/* Notifications */

.notify {
	background-color: #ffe6e6;
	padding: 12px 25px;
	margin: 20px;
	max-width: 1130px;
    font-size: 12px;
    color: #000000;
    border-radius: 4px;
    align-items: center;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
	display: flex;
    justify-content: center;
}
.notify-click {
	cursor: pointer;
}
.notify-icon {
	flex-basis: 45px;
	flex-shrink: 0;
	color: #ff4d4d;
	color: #426a5a;
}
.notify-overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,0.6);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	animation: fadeIn 0.2s;
}
.notify-wrapper {
	margin: 25px auto -30px auto;
	max-width: 1170px;
}
.notify-popup {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	width: 80%;
	height: 80%;
    background-color: white;
    border-radius: 8px;
    max-width: 680px;
    max-height: 500px;
    padding: 10px 25px;
	overflow-y: auto;
	animation: popup 0.2s;
}
.notify-popup h1 {
	padding-top: 20px;
}
.notify-popup-close {
	float: right;
    padding-top: 5px;
	margin-right: -10px;
	cursor:	pointer;
}
.notify-popup::-webkit-scrollbar {
	width: 8px;
}
.notify-popup::-webkit-scrollbar-thumb {
background-color: #c1c1c1;
border-radius: 4px;
}
@-webkit-keyframes popup {
	0%{	transform: scale(0.8); }
	100%{ transform: scale(1); }
}
@keyframes popup {
	0%{	transform: scale(0.8); }
	100%{ transform: scale(1); }
}


@media all and (max-width: 1350px)
{
	body{
		background-color: #fff;
	}

    #container
    {
        box-shadow: none;
		padding: 0 30px;
    }
}
@media all and (max-width: 1275px)
{
  .full {

	}
	table.rahasto th, td {
    padding: 7px 4px;
	}
}

@media all and (max-width: 1200px)
{
	html {
		margin-left: 0;
	}
	main {
		flex-direction: column;
		padding: 0;
		min-height: auto;
	}
	#main {
		padding: 0 3%;
		margin-top: 30px;
	}
	#container {
    padding: 0;
	}

	#main_nav, #shortcuts {
		font-size: 12px;
		padding: 11px 2% 0px 2%;
		margin-top: 15px;
		border-radius: 0 !important;
	}
	#main_nav .home-link {
		display: none !important;
	}
	#side {
	
	width: 100%;
	margin-top: 0;
	margin-bottom: 20px;
	background-color: #f4f4f4;
	text-align: center;
	display: none;
	}
	#side ul {
		align-items: center;
		padding: 20px 0;
	}
	#header_wrapper {
		margin-bottom: 0;
	}
	
	#side ul li {
		border-top: none;
		padding-left: 0px;
		padding-right: 5px;
	}
	.full {
		margin: 0 auto;
		width: 100%;
	}
	.split, .info {
    width: 100%;
	}
	.info {
		margin-left: 3%;
		max-width: 94%;
	}
	table.rahasto th, td {
    padding: 7px 5px;
	font-size: 12px;
	}
	.info-group {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: baseline;
	}
	ul.lisatiedot {
	padding-right: 15px;
	}
	#headerlogo{
		width: 10%;
		padding-left: 1%;
	}
	#lang {
		margin-right: 1%;
	}
	#headerlinks{
		width: 87%;
		padding-right: 1%;
	}
	#top_nav a {
		font-size: 14px;
	}
	#top_nav i {
		display: none;
	}
	#top_nav {
		margin-right: 10px;	
		margin-top: 12px;
	}
	#side ul ul {
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #ddd;
		padding: 5px 0;
	}
	#side ul ul li {
		padding: 7px 0px;
	}
	#logo {
    margin-left: 10%;
    width: 70px;
	}
  .mobile-nav
	{
		display: block;
	}
}
@media all and (min-width: 895px) and (max-width: 965px) 
{ 
	img.opasfront {
		width: 100px;
	} 

}
@media all and (max-width: 895px)
{
	.col-3, .col-4 {
		width: 100%;
	}
	.rivi {
		flex-direction: column;
		width: 100%;
		padding: 0 50px;
	}
	img.siro {
		margin-right: 0px;
	}
	img.opas {
		margin-right: 35px;
	}
	#oppaat {
    margin-bottom: 20px;
	}
}
@media all and (max-width: 767px) 
{
	main {
		padding: 13px 0;
	}
	#main {
		padding: 0 4%;
	}
	#headerlinks {
		margin-top: 20px;
		float: left;
		width: 55%;
		min-height: 210px;
		display: none;
	}
	#main_nav {
		font-size: 14px;
		flex-direction: column;
		align-items: baseline;
		height: auto;
		display: flex;
		background-color: #fff;
		color: #111;
		width: 45%;
		float: right;
		box-shadow: none;
		display: none;
		position: absolute;
    right: 0;
    top: 40px;
	}
	#main_nav a {
		color: #899c35;
		padding: 5px 0px;
	}
	#main_nav i {
			display: none;
	}
	#headerlogo {
		width: 100%;
	}
	#logo {
		float: left;
		margin-left: 10px;
		padding-top: 5px;
	}
	#top_nav {
		flex-direction: column;
    align-items: baseline;
	margin-left: 15px;
	}
	#top_nav a {
		padding: 4px 0px;
	}
	#lang {
		text-align: left;
		margin-left: 15px;
	}
	.rivi {
		padding: 0;
	}
	.drop-down {
		display: none !important;
	}
	.mobile-menu {
		display: block;
		float: right;
	}
	.mobile-menu i {
		font-size: 24px;
    margin-top: 12px;
    margin-right: 15px;
	}
	 .mobile-nav {
		 color: #fff;
		 background-color: #899c35;
		 box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
		 margin-top: 2px;
		 padding: 8px 0;
	 }
	 .mobile-nav-front{
		 padding: 1px 0;
	 }
	table.rahasto th, table.rahasto td {
		padding: 5px 2px;
		font-size: 10px;
	}
	
}

@media all and (max-width: 615px) 
{
	table.rahasto th, table.rahasto td {
		font-size: 9px;
		padding: 5px 1px;
	}
	.notify {
		margin: 20px 4%;
	}
}
@media all and (max-width: 567px) 
{
	table.rahasto th, table.rahasto td {
		font-size: 14px;
		padding: 5px 10px;
	}
  table.rahasto thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.rahasto tr {
    border-bottom: 1px solid #426a5a;
    display: block;
  }
  
  table.rahasto tr:first-child {
    border-bottom: none;
    display: block;
  }
  
  table.rahasto td {
    border-bottom: 1px solid #ececec;
    display: block;
    text-align: right;
  }
  
  table.rahasto td::before {
    content: attr(data-label);
    float: left;
  }
  table.rahasto td:first-child
	{
		background-color: #ececec;
		font-weight: 500;
	}
	table.single td:first-child
	{
		text-align: right;
	}
	table.rahasto .separator 
	{
		background-color: #426a5a !important;  
		color: #fff;
	}
	table.projection 
	{
		width: 100%;
		max-width: 100%;
		float: none;
		margin-left: 0;
	}

	table.accounts .accountfund {
		width: 100%;
	}
}