/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

@font-face {
  font-family: 'ttr_icon';
  src: url('../fonts/ttr_icon.eot?38325183');
  src: url('../fonts/ttr_icon.eot?38325183#iefix') format('embedded-opentype'),
       url('../fonts/ttr_icon.woff2?38325183') format('woff2'),
       url('../fonts/ttr_icon.woff?38325183') format('woff'),
       url('../fonts/ttr_icon.ttf?38325183') format('truetype'),
       url('../fonts/ttr_icon.svg?38325183#ttr_icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@keyframes anim-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes anim-spin-list {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

[class^="icon-"]:before, [class*=" icon-"]:before,
.loading_icon:before,
.styled_select:after,
div.listatuote div.additional_images .flex-direction-nav .flex-next:before,
div.listatuote div.additional_images .flex-direction-nav .flex-prev:before,
.pikahaku button:before,
#shopping_cart_box > a:before,
#offer_cart_box > a:before,
#login_menu a.login_link:before,
#login_menu a.my_page_link:before,
#polku ul li + li:before,
#paanavi .slicknav_btn:before,
#sisaltoalue > div.tekstisisalto.frontpage a.video_link:before,
#ajankohtaista_yhteystiedot .otsikko:before,
#ajankohtaista_yhteystiedot a:after,
div.listatuote button.ostoskoriin:before, div.listatuote button.tarjouskoriin:before,
#tuote_popup button.ostoskoriin:before, #tuote_popup button.tarjouskoriin:before,
#tuotebox #oikea #hinta button.ostoskoriin:before, #tuotebox #oikea #hinta button.tarjouskoriin:before,
.cart_icon:before,
.addMessage:before,
#tuotebox .print_product_card a:before,
.tekstisisalto.frontpage > *:nth-child(4) > div.left_column a:after,
div.listatuote div.kunto p:before,
#tuotetiedot div.kunto p:before,
.kori_ohje:before,
#tuotebox #vasen #lisakuvat .flex-direction-nav a:before,
#tuotebox #oikea div.row_delivery_time p.delivery_time:before,
#tuotebox #oikea div.row_delivery_time p.delivery_time_text:before,
#tuotebox #tabs div.tab_container .tab_name:after,
#tuote_popup #tabs div.tab_container .tab_name:after,
#prevnext_navi .prev_product_container a span:before,
#prevnext_navi .next_product_container a span:after,
#back_to_top a:before,
div.tekstisisalto ul li:before,
#paanavi .slicknav_menu ul ul li a:before,
.styled_radio > input[type="radio"] + label > span:before,
.ostoskori-toiminnot .tyhjenna_ostoskori:before,
.ostoskori-toiminnot .sahkopostiin:before,
.orderbox td .shopping_cart_change_amounts_wrap button:before,
.orderbox td .btn_remove:before,
.flexslider_header div.slide_content a:after,
body button.mfp-arrow-left:after,
body button.mfp-arrow-right:after,
#product_filter_wrapper .filters .valinnat p:after {
	font-family: "ttr_icon";
	font-style: normal;
	font-weight: normal;
	speak: never;

	display: inline-block;
	text-decoration: inherit;
	/*width: 1em;*/
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-plus-1:before { content: '\a001'; }
.icon-minus-1:before { content: '\a002'; }
.icon-header-info:before { content: '\a003'; }
.icon-header-close:before { content: '\a004'; }
.icon-ttr-person-location:before { content: '\a005'; }
.icon-ttr-person-phone:before { content: '\a006'; }
.icon-ttr-person-mail:before { content: '\a007'; }
.icon-search:before { content: '\e800'; }
.icon-mail:before { content: '\e801'; }
.icon-heart:before { content: '\e802'; }
.icon-heart-empty:before { content: '\e803'; }
.icon-star:before { content: '\e804'; }
.icon-star-empty:before { content: '\e805'; }
.icon-ok:before { content: '\e806'; }
.icon-ok-circled:before { content: '\e807'; }
.icon-ok-circled2:before { content: '\e808'; }
.icon-cancel:before { content: '\e809'; }
.icon-cancel-circled:before { content: '\e80a'; }
.icon-cancel-circled2:before { content: '\e80b'; }
.icon-plus:before { content: '\e80c'; }
.icon-plus-circled:before { content: '\e80d'; }
.icon-minus:before { content: '\e80e'; }
.icon-camera:before { content: '\e80f'; }
.icon-minus-circled:before { content: '\e810'; }
.icon-help-circled:before { content: '\e811'; }
.icon-info-circled:before { content: '\e812'; }
.icon-home:before { content: '\e813'; }
.icon-link:before { content: '\e814'; }
.icon-download:before { content: '\e815'; }
.icon-upload:before { content: '\e816'; }
.icon-comment:before { content: '\e817'; }
.icon-attention:before { content: '\e818'; }
.icon-attention-circled:before { content: '\e819'; }
.icon-location:before { content: '\e81a'; }
.icon-trash-empty:before { content: '\e81b'; }
.icon-doc:before { content: '\e81c'; }
.icon-cog:before { content: '\e81d'; }
.icon-wrench:before { content: '\e81e'; }
.icon-basket:before { content: '\e81f'; }
.icon-zoom-in:before { content: '\e820'; }
.icon-zoom-out:before { content: '\e821'; }
.icon-down-dir:before { content: '\e822'; }
.icon-up-dir:before { content: '\e823'; }
.icon-left-dir:before { content: '\e824'; }
.icon-right-dir:before { content: '\e825'; }
.icon-down-open:before { content: '\e826'; }
.icon-left-open:before { content: '\e827'; }
.icon-right-open:before { content: '\e828'; }
.icon-up-open:before { content: '\e829'; }
.icon-down-big:before { content: '\e82a'; }
.icon-left-big:before { content: '\e82b'; }
.icon-right-big:before { content: '\e82c'; }
.icon-up-big:before { content: '\e82d'; }
.icon-cw:before { content: '\e82e'; }
.icon-ccw:before { content: '\e82f'; }
.icon-arrows-cw:before { content: '\e830'; }
.icon-check:before { content: '\e831'; }
.icon-asterisk:before { content: '\e832'; }
.icon-megaphone:before { content: '\e833'; }
.icon-key:before { content: '\e834'; }
.icon-briefcase:before { content: '\e835'; }
.icon-clock:before { content: '\e836'; }
.icon-calendar:before { content: '\e837'; }
.icon-flash:before { content: '\e838'; }
.icon-login:before { content: '\e839'; }
.icon-logout:before { content: '\e83a'; }
.icon-gift:before { content: '\e83b'; }
.icon-tag:before { content: '\e83c'; }
.icon-lock:before { content: '\e83d'; }
.icon-lock-open:before { content: '\e83e'; }
.icon-block:before { content: '\e83f'; }
.icon-user:before { content: '\e840'; }
.icon-print:before { content: '\e841'; }
.icon-pencil:before { content: '\e842'; }
.icon-truck:before { content: '\e843'; }
.icon-folder:before { content: '\e844'; }
.icon-folder-open:before { content: '\e845'; }
.icon-updown-circle:before { content: '\e846'; }
.icon-forward:before { content: '\e847'; }
.icon-th-large:before { content: '\e848'; }
.icon-spin1:before { content: '\e849'; }
.icon-ajankohtaista-icon:before { content: '\e84a'; }
.icon-pin:before { content: '\e84b'; }
.icon-mail-1:before { content: '\e84c'; }
.icon-clock-1:before { content: '\e84d'; }
.icon-basket-1:before { content: '\e84e'; }
.icon-credit-card:before { content: '\e84f'; }
.icon-th-list:before { content: '\e850'; }
.icon-th:before { content: '\e851'; }
.icon-clock-circled:before { content: '\e852'; }
.icon-phone:before { content: '\e853'; }
.icon-edellinen-icon:before { content: '\e854'; }
.icon-facebook-icon:before { content: '\e855'; }
.icon-haku-icon:before { content: '\e856'; }
.icon-instagram-icon:before { content: '\e857'; }
.icon-kaytetty-icon:before { content: '\e858'; }
.icon-kirjaudu-icon:before { content: '\e859'; }
.icon-lisakuvat-nuoli-alas-icon:before { content: '\e85a'; }
.icon-linkedin-logo:before { content: '\e85b'; }
.icon-lisakuvat-nuoli-oikealle-icon:before { content: '\e85c'; }
.icon-lisakuvat-nuoli-vasemmalle-icon:before { content: '\e85d'; }
.icon-lisakuvat-nuoli-ylos-icon:before { content: '\e85e'; }
.icon-menu-auki-icon:before { content: '\e85f'; }
.icon-menu-kiinni-icon:before { content: '\e860'; }
.icon-nayta-video-icon:before { content: '\e861'; }
.icon-ostoskori-vai-tarjouskori-icon:before { content: '\e862'; }
.icon-rajaustyokalut-icon:before { content: '\e863'; }
.icon-seuraava-sivu-icon:before { content: '\e864'; }
.icon-shopping-cart:before { content: '\e865'; }
.icon-shopping-basket-1:before { content: '\e866'; }
.icon-toimitukset-kattavasti-koko-suomeen-icon:before { content: '\e867'; }
.icon-toimitusaika-icon:before { content: '\e868'; }
.icon-tulosta-icon:before { content: '\e869'; }
.icon-check-empty:before { content: '\f096'; }
.icon-twitter:before { content: '\f099'; }
.icon-facebook:before { content: '\f09a'; }
.icon-certificate:before { content: '\f0a3'; }
.icon-left-circled:before { content: '\f0a8'; }
.icon-right-circled:before { content: '\f0a9'; }
.icon-up-circled:before { content: '\f0aa'; }
.icon-down-circled:before { content: '\f0ab'; }
.icon-docs:before { content: '\f0c5'; }
.icon-menu:before { content: '\f0c9'; }
.icon-list-bullet:before { content: '\f0ca'; }
.icon-pinterest-squared:before { content: '\f0d3'; }
.icon-sort:before { content: '\f0dc'; }
.icon-sort-down:before { content: '\f0dd'; }
.icon-sort-up:before { content: '\f0de'; }
.icon-mail-alt:before { content: '\f0e0'; }
.icon-linkedin:before { content: '\f0e1'; }
.icon-gauge:before { content: '\f0e4'; }
.icon-comment-empty:before { content: '\f0e5'; }
.icon-suitcase:before { content: '\f0f2'; }
.icon-doc-text:before { content: '\f0f6'; }
.icon-plus-squared:before { content: '\f0fe'; }
.icon-angle-double-left:before { content: '\f100'; }
.icon-angle-double-right:before { content: '\f101'; }
.icon-angle-double-up:before { content: '\f102'; }
.icon-angle-double-down:before { content: '\f103'; }
.icon-angle-left:before { content: '\f104'; }
.icon-angle-right:before { content: '\f105'; }
.icon-angle-up:before { content: '\f106'; }
.icon-angle-down:before { content: '\f107'; }
.icon-desktop:before { content: '\f108'; }
.icon-tablet:before { content: '\f10a'; }
.icon-mobile:before { content: '\f10b'; }
.icon-circle-empty:before { content: '\f10c'; }
.icon-quote-left:before { content: '\f10d'; }
.icon-quote-right:before { content: '\f10e'; }
.icon-spinner:before { content: '\f110'; }
.icon-circle:before { content: '\f111'; }
.icon-folder-empty:before { content: '\f114'; }
.icon-folder-open-empty:before { content: '\f115'; }
.icon-help:before { content: '\f128'; }
.icon-info:before { content: '\f129'; }
.icon-attention-alt:before { content: '\f12a'; }
.icon-calendar-empty:before { content: '\f133'; }
.icon-angle-circled-left:before { content: '\f137'; }
.icon-angle-circled-right:before { content: '\f138'; }
.icon-angle-circled-up:before { content: '\f139'; }
.icon-angle-circled-down:before { content: '\f13a'; }
.icon-lock-open-alt:before { content: '\f13e'; }
.icon-ellipsis:before { content: '\f141'; }
.icon-ellipsis-vert:before { content: '\f142'; }
.icon-minus-squared:before { content: '\f146'; }
.icon-minus-squared-alt:before { content: '\f147'; }
.icon-ok-squared:before { content: '\f14a'; }
.icon-euro:before { content: '\f153'; }
.icon-dollar:before { content: '\f155'; }
.icon-doc-inv:before { content: '\f15b'; }
.icon-doc-text-inv:before { content: '\f15c'; }
.icon-sort-name-up:before { content: '\f15d'; }
.icon-sort-name-down:before { content: '\f15e'; }
.icon-sort-number-up:before { content: '\f162'; }
.icon-sort-number-down:before { content: '\f163'; }
.icon-youtube-squared:before { content: '\f166'; }
.icon-youtube:before { content: '\f167'; }
.icon-youtube-play:before { content: '\f16a'; }
.icon-instagram:before { content: '\f16d'; }
.icon-down:before { content: '\f175'; }
.icon-up:before { content: '\f176'; }
.icon-left:before { content: '\f177'; }
.icon-right:before { content: '\f178'; }
.icon-dot-circled:before { content: '\f192'; }
.icon-plus-squared-alt:before { content: '\f196'; }
.icon-cube:before { content: '\f1b2'; }
.icon-recycle:before { content: '\f1b8'; }
.icon-cab:before { content: '\f1b9'; }
.icon-file-pdf:before { content: '\f1c1'; }
.icon-file-word:before { content: '\f1c2'; }
.icon-file-excel:before { content: '\f1c3'; }
.icon-file-powerpoint:before { content: '\f1c4'; }
.icon-file-image:before { content: '\f1c5'; }
.icon-file-archive:before { content: '\f1c6'; }
.icon-file-audio:before { content: '\f1c7'; }
.icon-file-video:before { content: '\f1c8'; }
.icon-file-code:before { content: '\f1c9'; }
.icon-circle-thin:before { content: '\f1db'; }
.icon-plug:before { content: '\f1e6'; }
.icon-newspaper:before { content: '\f1ea'; }
.icon-trash:before { content: '\f1f8'; }
.icon-toggle-off:before { content: '\f204'; }
.icon-toggle-on:before { content: '\f205'; }
.icon-cart-plus:before { content: '\f217'; }
.icon-cart-arrow-down:before { content: '\f218'; }
.icon-pinterest:before { content: '\f231'; }
.icon-whatsapp:before { content: '\f232'; }
.icon-commenting:before { content: '\f27a'; }
.icon-commenting-o:before { content: '\f27b'; }
.icon-shopping-basket:before { content: '\f291'; }
.icon-user-circle:before { content: '\f2bd'; }
.icon-user-circle-o:before { content: '\f2be'; }
.icon-twitter-squared:before { content: '\f304'; }
.icon-facebook-squared:before { content: '\f308'; }
.icon-linkedin-squared:before { content: '\f30c'; }

.loading_icon:before {
	display: inline-block;
	content: '\e849';

	-webkit-animation: anim-spin 1s infinite linear;
	animation: anim-spin 1s infinite linear;
}

html {	
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	font-family: 'Work Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	font-weight: 400;
	
	-webkit-text-size-adjust: none;
}

p {
	margin-bottom: 15px;
	line-height: 1.8;
}

#tiedote_navi {
	margin-bottom: 20px;
}

div.tekstisisalto ul {
	margin-bottom: 15px;
}
div.tekstisisalto ul li {
	margin-left: 5px;
	list-style-type: none;
	/*background: url(../images/ttr/listapallo.png) no-repeat 0 6px;*/
	padding-left: 15px;
	overflow: hidden;
	zoom: 1;
	line-height: 1.4;
}
div.tekstisisalto ul li:before {
	content: '\f111';
	display: inline-block;
	position: relative;
	left: -12px;
	top: -3px;

	font-size: 8px;
	color: #055854;
}
div.tekstisisalto ol {
	margin-bottom: 15px;
}
div.tekstisisalto ol li {
	margin-left: 5px;
	list-style-type: decimal;
	list-style-position: inside;
	line-height: 1.4;
}


td {
	vertical-align: top;
}


img, area {
	max-width: 100%;
	height: auto;
	outline: none;
}
img.left {
	float: left;
}
img.right {
	float: right;
}


a:link, a:visited {	
	color: #055854;
	text-decoration: none;
	outline: none;
}
a:hover, a:active {	
	text-decoration: underline;
	outline: none;
}


h1 {
	font-family: 'Prata', Arial, Helvetica, sans-serif;
	/*font-size: 34px;*/
	color: #333;
	line-height: 1.5;
	/*margin-bottom: 20px; */
}
h2 {
	font-family: 'Prata', Arial, Helvetica, sans-serif;
	/*font-size: 24px;*/
	color: #333;
	line-height: 1.5;
	/*margin-bottom: 10px;*/
	padding-top: 5px;
}
h2.taustallinen {
	padding: 15px 15px;
	margin-bottom: 20px;

	background: #055854;
	font-size: 17px;
	color: #fff;
	font-family: 'Work Sans', Arial, Helvetica, sans-serif;
}
h3 {
	font-family: 'Prata', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
h4 {
	/*font-family: 'Prata', Arial, Helvetica, sans-serif;*/
	font-family: 'Work Sans', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
.pagesectioncontainer h3 {
	font-family: 'Work Sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
}
.pagesectioncontainer h3 strong {
	font-weight: 400;
}


.offline {
	color: #cc0000;	
}
.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
div.erotin {
	background: #EDECE8;
	height: 1px;
	font-size: 0;
	margin-bottom: 20px;
}
div.pagesectioncontainer + div.erotin {
	margin-top: 40px;
	margin-bottom: 40px;
}
p.done {
	padding: 15px 45px;	
	border-radius: 15px;
	background: #e6ffe6 url(../images/done.png) no-repeat 15px center;
	font-size: 12px;
	box-shadow: inset 0 -1px 3px #008800;	
	behavior: url(/pie/PIE.php);
	color: #008800;
}
p.error {
	padding: 15px 45px;	
	border-radius: 15px;
	background: #ffe8e8 url(../images/error.png) no-repeat 15px center;
	font-size: 12px;
	box-shadow: inset 0 -1px 3px #cc0000;	
	behavior: url(/pie/PIE.php);
	color: #cc0000;
}
p.pvm {
	margin-bottom: 0;
}
.tiedote h1 + * {
	margin-top: 60px;
}
.tiedote h2 + * {
	margin-top: 40px;
}

strong {
	font-weight: 500;
}
.italic { font-style: italic; }


input, textarea, formfield, select, button {
	-webkit-appearance: none;
	-webkit-border-radius:0px;

	background-color: #fff;
	font-family: 'Work Sans', Arial, Helvetica, sans-serif;	
	font-size: 15px;
	outline: none;
	border: none;
	color: #444;
}
select.rek_kentta {
	-webkit-appearance: menulist;
}


div.tekstisisalto {
	padding: 0;
	overflow: hidden;
	zoom: 1;
}


/* kustomoidut selectit */
select.custom {
	/*padding-right: 10px;*/
	/*min-width: 280px;*/
}
.customSelect {
	background: #f8f7f5 url(../images/nuoli_alaspain.png) no-repeat right center;
	padding: 5px 0 5px 7px;
	border-radius: 7px;
	
}


.left {
	text-align : left;
}
.center {
	text-align : center;
}
.right {
	text-align : right;
}


.error {
	color: #cc0000;
}
.success {
	color: #008000;
}	
.required {
	color: #AF3232;
}
.noborder {
	border: 0;
	background-color: transparent;
}


/* Document Section Styles */
div.sectionimageonlyright {
    text-align: right;
	padding-bottom: 20px;
}
div.sectionimageonlyleft {
    text-align: left;
	padding-bottom: 20px;
}
div.sectionimageonlycenter {
    text-align: center;
	padding-bottom: 20px;
}
div.sectionimageleft {
    float: none;
    padding: 10px 0;
}
div.sectionimageright {
    float: none;
    padding: 10px 0;
}
div.sectionimageleft img, div.sectionimageright img {
    height: 100%;
}
div.pagesectioncontainer .thumbborder {
    border: 1px solid #666666;
}
div.pagesectioncontainer p {
	margin-bottom: 0;
}
div.pagesectioncontainer p + p {
    margin-top: 25px;
}
div.pagesectioncontainer h2 + p,
div.pagesectioncontainer h3 + p,
div.pagesectioncontainer h4 + p {
    margin-top: 20px;
}
div.pagesectioncontainer p + h2,
div.pagesectioncontainer p + h3,
div.pagesectioncontainer p + h4 {
    margin-top: 35px;
}
div.column_left {
	float: left;
	width: 49%;
}
div.column_right {
	float: right;
	width: 49%;
}
div.pagesectioncontainer div.reference_images {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 600px) {
	div.pagesectioncontainer div.reference_images {
		grid-template-columns: repeat(2, minmax(0, 480px));
	}
	div.pagesectioncontainer div.reference_images > div {
		padding-top: 100%;
		position: relative;
	}
	div.pagesectioncontainer div.reference_images > div :is(img, a) {
		object-fit: cover;
		object-position: center;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
}
@media screen and (min-width: 1000px) {
	div.pagesectioncontainer div.reference_images {
		grid-template-columns: repeat(3, minmax(0, 480px));
		justify-content: space-between;
	}
}	
div.pagesectioncontainer.faq div.faq {
	border-bottom: 1px solid #EDECE8;
	padding: 25px 0;
}
div.pagesectioncontainer.faq > div.faq:first-of-type {
	border-top: 1px solid #EDECE8;
}
div.pagesectioncontainer.faq div.faq h3 {
	cursor: pointer;
	margin: 0;
	padding-left: 30px;
	position: relative;
	line-height: 1.3;
}
div.pagesectioncontainer.faq div.faq h3::before {
	content: '\a001';
	font-family: 'ttr_icon';
	font-size: 16px;	
	color: #055854;
	position: absolute;
	top: 1px;
	left: 0;
}
div.pagesectioncontainer.faq div.faq h3.open::before {
	content: '\a002';
}
div.pagesectioncontainer.faq div.faq div.answer {
	display: none;	
	padding-left: 30px;
	margin-top: 25px;
}
div.pagesectioncontainer.faq div.faq h3.open + div.answer {
	display: block;
}
@media screen and (max-width: 600px) {
	div.pagesectioncontainer.faq div.faq h3 {
		font-size: 18px;
	}
	div.pagesectioncontainer.faq div.faq h3:before {
		font-size: 14px;
		top: 3px;
	}
}


span.status_maksettu, span.status_valmis, span.status_peruuntunut, span.status_lahetetty, span.status_kasittelyssa, span.status_avoin, span.status_ei_kasitelty, span.status_odottaa_kasittelya, span.status_toimitettu {
	color: #fff;
	background: #ccc;
	width: 90px;
	padding: 2px 0;
	display: inline-block;
}
span.status_maksettu, span.status_valmis, span.status_toimitettu {
    background: #73b435;
}
span.status_peruuntunut {
    color: #fff;
	background: #a5a5a5;
}
span.status_lahetetty {
    color: #fff;
	background: #0490e8;
}
span.status_kasittelyssa {
    color: #fff;
	background: #ee9e14;
}
span.status_avoin, span.status_ei_kasitelty, span.status_odottaa_kasittelya {
    color: #fff;
	background: #d62f2f;
}
span.status_ei_kasitelty {
    color: #fff;
    background: #b62222;
}


/* tsekkaaa tästä alaspäin... =============================================== */


#palaute input, #palaute textarea {
	border: 1px solid #F28C44;
	width: 300px;
	padding: 0 3px;	
}
#palaute input {
	height: 22px;
	line-height: 22px;
}
#palaute textarea {
	height: 125px;
}

#palaute .nappi {
	border: none;
	font-weight: bold;
	width: 150px;
}	

#palaute .nappi2 {
	border: none;
	font-weight: bold;
	width: 100px;
	color: #fff;
}

.styledCheckbox {
	display: inline-block;
	float: left;

}


/* saatavuusvärit */
/*.available { color: #617e7e; }*/
.available .availability_icon { background-color: #617e7e; }

/*.not_available { color: #a0001f; }*/
.not_available .availability_icon { background-color: #a0001f; }

/*.soon_available { color: #a06300; }*/
.soon_available .availability_icon { background-color: #a06300; }

/*.available_soon { color: #a06300; }*/
.available_soon .availability_icon { background-color: #a06300; }


/* Toimitusehdot popup */

body#body_terms {
	background-color: #fff !important;
	background: none;
	padding: 20px 20px;
}

body#body_terms p.printbuttons, body#body_terms p.footer {
	text-align: left;
}





.left {
	float: left;
}
.right {
	float: right;
}

.no_linebreak {
	white-space: nowrap;
}

.smaller {
	font-size: 0.8em;
	line-height:1.3;
}

input.cancel_form {
	cursor:pointer;
    width: auto;
    height: 25px;
	color:#055854;
    border: none;
	font-weight:700;
    padding-left: 25px;
    background: url(../images/ttr/tyhjenna.png) no-repeat 5px center;
	
}
input.lataa_kuva_submit {
    width: 78px;
    height: 25px;
	background:#055854;
	border-radius: 6px;
	color:#fff;
    border: none;
	cursor:pointer;
}

input.poista_kuva {
    width: 19px;
    height: 19px;
    position: absolute;
    bottom: 4px;
    right: 5px;
    margin: 0;
    padding: 0;
    background: url(../images/ttr/tyhjenna.png)  center center no-repeat;
    border-radius: 3px;
    font-size: 0;
    border: none;
    cursor: pointer;
}

.palsta_lataa_1, .palsta_lataa_2 {
	display:inline-block;
	vertical-align:top;
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
}
.palsta_lataa_1 {
	margin-right:50px;
}

.palsta_lataa_2 {

}

.uploadfile_field h2,
.additional_info_wrapper h2{
	margin-bottom: 10px;

	font-family: 'Work Sans', Arial, Helvetica, sans-serif;
	font-size: 26px;
}
.uploadfile_field h3 {
	margin-bottom: 10px;

	font-family: 'Work Sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
}


.successes {
	color: #333;
	background-color: #d7e4db;
    padding: 5px 8px;
    border-radius: 5px;	
}
.successes p{
	margin:0;
}

.liitteet_yhteenveto {
	margin:15px 0 0 0;
	padding:15px 0 0 0;
	border-top: 1px solid #EDECE8;
}

.liitetiedosto_rivi {
	position:relative;
	padding:0 0 10px 0;
	
}

.palsta_lataa_2 .file, .liitetiedosto_rivi {
	position:relative;
	background:#EDECE8;
	padding:6px 10px;
	border-bottom:2px solid #fff;
}

/* Rows */
.rows > div:not(.clear) {
	float: left;
	margin-bottom: 0;
}

.rows > div.row_1 { width: 100%; }

.rows > div.row_2 { width: 48%; }
.rows > div.row_2_75 { width: 74%; }
.rows > div.row_2_25 { width: 24%; }
.rows > div.row_2,
.rows > div.row_2_75, .rows > div.row_2_25  { margin-right: 4%; }
.rows > div.row_2:nth-of-type(2n),
.rows > div.row_2_75:nth-of-type(2n), .rows > div.row_2_25:nth-of-type(2n) { margin-right: 0; }

.rows > div.row_3 {
	width: 32%;
	margin-right: 2%;
}
.rows > div.row_3:nth-of-type(3n) { margin-right: 0; }

.rows > div.row_4 {
	width: 24%;
	margin-right: 1.3333%;
}
.rows > div.row_4:nth-of-type(4n) { margin-right: 0; }

.rows > div.row_5 {
	width: 19%;
	margin-right: 1.25%;
}
.rows > div.row_5:nth-of-type(5n) { margin-right: 0; }

.rows.space > div.row_1 { margin-top: 2%; }
.rows.space > div.row_2:nth-of-type(n+3) { margin-top: 2%; }
.rows.space > div.row_3:nth-of-type(n+4) { margin-top: 2%; }
.rows.space > div.row_4:nth-of-type(n+5) { margin-top: 1.3333%; }
.rows.space > div.row_5:nth-of-type(n+6) { margin-top: 1.25%; }

.rows input, .rows select:not(.autowidth), .rows textarea {
	width: 100%;
}
.rows input.radio {
	width: auto;
}

.rows input.radio + span {
	position: relative;
	top: -15px;
	margin-right: 10px;
}

@media screen and (max-width: 1500px) {

	.rows_resp > div.row_5 {
		width: 32%;
		margin-right: 2%;
	}
	.rows > div.row_5:nth-of-type(5n) { margin-right: 2%; }
	.rows > div.row_5:nth-of-type(3n) { margin-right: 0; }

	.rows.space > div.row_5:nth-of-type(n+6) { margin-top: 0; }
	.rows.space > div.row_5:nth-of-type(n+4) { margin-top: 2%; }

}

@media screen and (max-width: 980px) {

	.rows_resp > div.row_1,
	.rows_resp > div.row_2, .rows_resp > div.row_2_25, .rows_resp > div.row_2_75,
	.rows_resp > div.row_3 {
		width: 100%;
		margin-right: 0;
		margin-top: 2%;
	}
	.rows_resp > div.row_2:first-of-type, .rows_resp > div.row_2_25:first-of-type, .rows_resp > div.row_2_75:first-of-type,
	.rows_resp > div.row_3 { margin-top: 0; }
	.rows_resp > div.force_resp { width: 100% !important; }

	.rows_resp > div.row_4 {
		width: 49%;
		margin-right: 2%;
	}
	.rows > div.row_4:nth-of-type(4n) { margin-right: 2%; }
	.rows > div.row_4:nth-of-type(2n) { margin-right: 0; }

	.rows.space > div.row_4:nth-of-type(n+5) { margin-top: 0; }
	.rows.space > div.row_4:nth-of-type(n+3) { margin-top: 2%; }

	.rows_resp > div.row_5 {
		width: 49%;
		margin-right: 2%;
	}
	.rows > div.row_5:nth-of-type(5n) { margin-right: 2%; }
	.rows > div.row_5:nth-of-type(3n) { margin-right: 2%; }
	.rows > div.row_5:nth-of-type(2n) { margin-right: 0; }

	.rows.space > div.row_5:nth-of-type(n+6) { margin-top: 0; }
	.rows.space > div.row_5:nth-of-type(n+4) { margin-top: 0; }
	.rows.space > div.row_5:nth-of-type(n+3) { margin-top: 2%; }
}

@media screen and (max-width: 400px) {
	.rows_resp > div {
		float: none;
	}
	.rows_resp > div.row_1,
	.rows_resp > div.row_2, .rows_resp > div.row_2_25, .rows_resp > div.row_2_75,
	.rows_resp > div.row_3,
	.rows_resp > div.row_4,
	.rows_resp > div.row_5 {
		width: 100%;
		margin-right: 0;
	}
	.rows.space > div {
		margin-top: 15px !important;
	}
	.rows.space > div:first-of-type { margin-top: 0; }
}


input.custom_radio {
	width: 20px;
	height: 20px;
	opacity: 0;
	-webkit-appearance: auto;
	float: left;
	cursor: pointer;
	border: none;
}
input.custom_radio + label {
	background-image: url('../images/ttr-radiobutton.svg');
	background-size: 20px 40px;
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 20px;
}
input.custom_radio:checked + label {
	background-position: 0 -20px;
}
input.custom_radio:disabled + label {
	background-image: none;
}


p.store_notice {
	border: 1px solid #EDECE8;
	border-radius: 4px;
	display: inline-block;
	padding: 8px 12px;
}
p.store_notice::before {
	content: '\a003';
	font-family: 'ttr_icon';
	color: #055854;
	margin-right: 8px;
}


.mfp-figure:after {
	background: #fff !important;
}
