/* - CSS RESET - v2 | 20100917 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, dialog, figure, footer, header, nav, section,
details, figcaption, hgroup, menu, summary, time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
/*
ol, ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align:middle;
}
hr {
	display: block;
	height: 1px;
	border: 1px solid #aaa;
	background-color: #aaa;
	margin:1em 0;
}

body {
	color: #333;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	background-color: #dfe6e9; /* #ececec, #dfe6e9; */
}
.sisalto {
	max-width: 720px;
	margin: 0;
	padding:0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0px solid #efefef;
	border-top: 0;
	background-color: #fff;
}
.logo_vasen {
	position:fixed;
	top:0px;
	left:50%;
	margin-left:-650px;
	/* padding:15px; */
	background-color:#fff;
	text-align:left;
}
h1 {
	background-color: #0984e3; /* #74b9ff; */
	color: #fff;
	margin: 0;
	padding:25px 25px;
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
}
h2 {
	font-size: 24px;
	line-height: 25px;
	padding: 0;
	font-weight: 400;
	color: #444;
}
td {
	text-align: left;
}
a {
	color: #0984e3;

	-webkit-transition: all 0.3s ease;
	-o-transition:      all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	transition:         all 0.3s ease;
}
a:hover, a:focus, a:active {
	color: #1994f3;
}
input[type=text],
input[type=password] {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 4px;
	font-size: 18px;
	color: #222;
	height: 22px;
}
button {
	background-color: #0984e3;
	border-bottom: 4px solid #0074d3;
	width: 100%;
	margin: 0;
	padding: 10px 15px 10px 15px;
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	cursor: pointer;

	-webkit-transition: all 0.3s ease;
	-o-transition:      all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	transition:         all 0.3s ease;
} button:hover, button:focus, button:active {
	background-color: #74b9ff;
}
.buttonCancel {
	background-color: #f39400;
	border-bottom: 4px solid #c97400;
	color: #fff;
} .buttonCancel:hover, .buttonCancel:focus, .buttonCancel:active {
	background-color: #ffab18;
}
.buttonSecondary {
	background-color: #a2aeb3;
	border-bottom: 4px solid #929ea3;
	color: #fff;
} .buttonSecondary:hover, .buttonSecondary:focus, .buttonSecondary:active {
	background-color: #b2bec3;
}
.buttonHyvaksy {
	background-color: #00AB65;
	border-bottom: 4px solid #008B45;
	color: #fff;
} .buttonHyvaksy:hover, .buttonHyvaksy:focus, .buttonHyvaksy:active {
	background-color: #00cb85;
}
.buttonDisabled {
	background-color: #bbb;
	border-bottom: 4px solid #0074d3;
	color: #fff;
	cursor: none;
}
.buttonAanesta {
	margin: 10px 0 0 0;
}

::-webkit-input-placeholder {
	color: #999999;
	font-style:italic;
}
:-moz-placeholder { /* Firefox 18- */
	color: #999999;
	font-style:italic;
}
::-moz-placeholder {  /* Firefox 19+ */
	color: #999999;
	font-style:italic;
}
:-ms-input-placeholder {
	color: #999999;
	font-style:italic;
}

@-webkit-keyframes fadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}
.etusivu_osio {
	clear:both;
	border: 5px solid #00abc0;
	border-width: 0 5px 0 5px;
	padding: 0px 20px;
	background-color: #f0f0f0;
	-webkit-animation: fadeIn 0.5s;
	animation: fadeIn 0.5s;
}
.button_otsikko {
	font-size:24px;
}

#ehdokasTaulu {
	background-color: #fff;
}
.ehdokasBoksi {
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition:      all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	transition:         all 0.3s ease;
}
.ehdokasBoksi:hover {
	background-color: #d0d0d0;
}
.eb2 {
	background-color: #efefef;
}

.ehdokasTiedot {
	text-align: left;
	line-height: 20px;
	padding:15px 15px 15px 15px;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.ehdokasTiedot:first-letter {
	text-transform: uppercase;
}
/* ERI SELAIMET EI TUE WIDTH JA HEIGHT BOKSEISSA. ZOOM:lla vaikuttaisi olevan vastaavuus t�h�n. */
@supports (zoom:2) {
	input[type="radio"],  input[type=checkbox]{
		/* zoom: 2; */
		width: 22px;
		height:22px;
	}
	.checkLabel {
		display: inline-block;
		vertical-align: top;
		margin-top: 4px;
	}
}
@supports not (zoom:2) {
	input[type="radio"],  input[type=checkbox]{
		transform: scale(1.9);
		margin: 15px;
	}
	.checkLabel {
		display: inline-block;
		vertical-align: top;
		margin-top: 11px;
	}
}
.ehdokasTiedot .numero {
	display:inline-block;
	vertical-align:top;
	padding: 0 5px 0 15px;
	margin:0;
	font-weight:400;
	width:30px;
}
.ehdokasTiedot .nimi {
	display:inline-block;
	vertical-align:top;
	padding:0 2px 0 0;
	margin:0;
	font-weight:400;
	max-width:82%;
}
.lisatiedot {
	clear:both;
	display:block;
	padding:5px 0 0 55px;
	line-height: 22px;
}
.error_viesti {
	margin: 0;
	padding: 15px 0 10px 0;
	font-size:14px;
	font-weight: bold;
	color: #990000;
}
.error {
	color: #990000;
	padding: 10px;
	font-weight: bold;
}
.login {
	background-color: #f0f0f0;
	text-align: center;
	border: #ddd solid 0px;
	padding:25px 10px 25px 10px;
	margin: 0;

/*
	-webkit-border-radius: 0px;
	-moz-border-radius:    0px;
	border-radius:         0px;
*/
}
/*
.form-group {
}
*/
.form-control {
	display: block;
	width: 95%;
	padding: 10px 12px 10px 12px;
	border: 1px solid #cccccc;

	-webkit-transition: all 0.3s ease;
	-o-transition:      all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	transition:         all 0.3s ease;
}

div.error, div.warning, div.info, div.success {
	padding: 10px 10px 10px 45px;
	font-size: 18px;
	line-height:24px;
	border-left: solid 6px;
	margin: 0;
	color: #222;
	text-align:left;
/*
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
*/
}

div.error {
	background: url('../kuvat/icons/error.png') no-repeat 5px 10px;
	color: #a94442;
	border-color: #DD5040;
	background-color: #f2dede;
}
div.warning {
	background: url('../kuvat/icons/warning.png') no-repeat 5px 10px;
	color: #8a6d3b;
	border-color: #D5AC08;
	background-color: #fcf8e3;
}
div.info {
	background: url('../kuvat/icons/info.png?1') no-repeat 5px 10px;
	color: #266073;
	border-color: #266073;
	background-color: #d0d0d0;
	/* background-color: #D9E8F1; */
}
div.success {
	background: url('../kuvat/icons/success.png') no-repeat 5px 10px;
	color: #3c763d;
	border-color: #77AB49;
	background-color: #dff0d8;
}

.form-tupas {
	margin:30px 0px 10px 0px;
	display:block;
	clear:both;
}
.form-tupas button {
	float:left;
	margin:0px 7px 30px 7px;
	cursor:pointer;
	width: 150px;
	height: 100px;
	border: 1px solid #ccc;

	-webkit-box-shadow: 0px 0px 10px #aaa;
	-moz-box-shadow:    0px 0px 10px #aaa;
	box-shadow:         0px 0px 10px #aaa;
}
.form-tupas button:focus, .form-tupas button:hover {
	border: 1px solid #fff;
	background-color: #ffffff !important;
	-webkit-box-shadow: 5px 5px 10px #96bee2;
	-moz-box-shadow:    5px 5px 10px #96bee2;
	box-shadow:         5px 5px 10px #96bee2;
}

.mobiili       { background:url(../kuvat/mv_70x70.png?4)      no-repeat 50% 50%; }
.op            { background:url(../kuvat/op.png?4)            no-repeat 50% 50%; }
.sampo         { background:url(../kuvat/danskebank.png?4)    no-repeat 50% 50%; }
.nordea        { background:url(../kuvat/nordea.png?4)        no-repeat 50% 50%; }
.sp            { background:url(../kuvat/Spmaksunappi.png?4)  no-repeat 50% 50%; }
.aktia         { background:url(../kuvat/aktia.png?4)         no-repeat 50% 50%; }
.pop           { background:url(../kuvat/POP.png?4)           no-repeat 50% 50%; }
.spankki       { background:url(../kuvat/spankki.png?4)       no-repeat 50% 50%; }
.handelsbanken { background:url(../kuvat/handelsbanken.png?4) no-repeat 50% 50%; }
.alandsbanken  { background:url(../kuvat/alandsbanken.png?4)  no-repeat 50% 50%; }
.OmaSP         { background:url(../kuvat/omasp-logo.png?4)    no-repeat 50% 50%; }

.active {
	font-weight:900;
	border: 1px solid #fff;
}

/* Step 1: Common Duotone Properties: All required to make icons render reliably */
.icon-duotone {
	position: relative;
	padding-left: 1.25em; /* make space for the width of the absolutely positioned icon */
}
/* Step 2: Set the font-family and font-weight for this style */
.icon-duotone::before,
.icon-duotone::after {
	font-family: "Font Awesome 5 Duotone";
	font-weight: 900;
  
	/* position both layers of the icon to the left, set our fixed-width width, horizontally center layers, and then vertically align them so they flex with different line heights */
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25em;
	text-align: center;
}
/* Step 3: Set the default opacity levels and colors for each layer */
.icon-duotone::before {
	color: var(--fa-primary-color, inherit);
	opacity: 1;
	opacity: var(--fa-primary-opacity, 1.0);
}
.icon-duotone::after {
	color: var(--fa-secondary-color, inherit);
	opacity: var(--fa-secondary-opacity, 0.4);
}

.icon::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
 }

.icon-valikko1::after {
	font-family: "Font Awesome 5 pro";
	font-weight: 300;
    content: "\f322";
	float: right;
}
.icon-valikko2::after {
	font-family: "Font Awesome 5 pro";
	font-weight: 300;
    content: "\f325";
	float: right;
}

/* <TEK>
	.tek1 {
		background-color: #3E6278;
	}
	.tek2 {
		background-color: #00abc0;
	}
	.button_otsikko_tek {
		background-color: #00abc0;
		border:0;
	} .button_otsikko_tek:hover, .button_otsikko_tek:focus, .button_otsikko_tek:active {
		background-color: #008ba0;
	}
	.tek_h1 {
		color: #fff;
		background-color: #3E6278;
		margin: 0;
		padding: 25px 25px;
		font-size: 30px;
		line-height: 36px;
		font-weight: 400;
		text-transform: none;
		text-align: center;
	}

	@media (max-width: 580px) {
		h1.etusivu {
			padding:15px 0px 15px 0px;
		}
	}
 </TEK> */
 
/* <TRADENOMIT>
	.tek1 {
		background-color: #00a88e;
	}
	.tek2 {
		background-color: #ffc20e;
	}
	.button_otsikko_tek {
		background-color: #00a88e;
		border:0;
	} .button_otsikko_tek:hover, .button_otsikko_tek:focus, .button_otsikko_tek:active {
		background-color: #10b89e;
	}
	.button1 {
		background-color: #ffc20e;
		border-bottom: 4px solid #dfa200;
	} .button1:hover, .button1:focus, .button1:active {
		background-color: #efb200;
	}
	h1.etusivu {  
		padding:45px 0px 10px 0px;
		background-color: #00a88e;
	}
	
	@media (max-width: 580px) {
		h1.etusivu {
			padding:15px 0px 15px 0px;
		}
	}
</TRADENOMIT> */

/* <Lakimiesliitto>
.tek1 {
	background-color: #007984;
}
.tek2 {
	background-color: #ffc20e;
}
.button_otsikko_tek {
	background-color: #007984;
	border:0;
} .button_otsikko_tek:hover, .button_otsikko_tek:focus, .button_otsikko_tek:active {
	background-color: #2099a4;
}
.button1 {
	background-color: #ffc20e;
	border-bottom: 4px solid #dfa200;
} .button1:hover, .button1:focus, .button1:active {
	background-color: #efb200;
}
h1.etusivu {  
	padding:30px 0px 30px 0px;
	background-color: #007984;
}
.etusivu_osio {
	border-color:#007984;
}

@media (max-width: 580px) {
	h1.etusivu {
		padding:15px 0px 15px 0px;
	}
}
</Lakimiesliitto> */

/* <YKA>
.tek1 {
	background-color: #0e78aa;
}
.tek2 {
	background-color: #e96d03;
}
.button_otsikko_tek {
	background-color: #0e78aa;
	border:0;
} .button_otsikko_tek:hover, .button_otsikko_tek:focus, .button_otsikko_tek:active {
	background-color: #2e98ca;
}
.button1 {
	background-color: #e96d03;
	border-bottom: 4px solid #c94d00;
} .button1:hover, .button1:focus, .button1:active {
	background-color: #f97d13;
}
h1.etusivu {  
	padding:45px 0px 10px 0px;
	background-color: #0e78aa;
}
.etusivu_osio {
	border-color:#0e78aa;
}

@media (max-width: 580px) {
	h1.etusivu {
		padding:15px 0px 15px 0px;
	}
}
</YKA> */

/* <SELL>
.tek1 {
	background-color: #00a88e;
}
.tek2 {
	background-color: #ffc20e;
}
.button_otsikko_tek {
	background-color: #00a88e;
	border:0;
} .button_otsikko_tek:hover, .button_otsikko_tek:focus, .button_otsikko_tek:active {
	background-color: #10b89e;
}
.button1 {
	background-color: #ffc20e;
	border-bottom: 4px solid #dfa200;
} .button1:hover, .button1:focus, .button1:active {
	background-color: #efb200;
}
h1.etusivu {  
	padding:45px 0px 10px 0px;
	background-color: #00a88e;
}
.etusivu_osio {
	border-color:#00a88e;
}

@media (max-width: 580px) {
	h1.etusivu {
		padding:15px 0px 15px 0px;
	}
}
</SELL> */

/* <SUUPOHJA>
	.tek1 {
		background-color: #2c53a1;
	}
	.tek2 {
		background-color: #652b8e;
	}
	.button_otsikko_tek {
		background-color: #2c53a1;
		border:0;
	} .button_otsikko_tek:hover, .button_otsikko_tek:focus, .button_otsikko_tek:active {
		background-color: #4fe58d;
	}
	.button1 {
		background-color: #652b8e;
		border-bottom: 4px solid #450b6e;
	} .button1:hover, .button1:focus, .button1:active {
		background-color: #854bae;
	}
	h1.etusivu {
		padding:45px 0px 10px 0px;
		background-color: #2c53a1;
	}
	@media (max-width: 580px) {
		h1.etusivu {
			padding:15px 0px 15px 0px;
		}
	}
</SUUPOHJA> */

/* <NLY>
.tek1 {
	background-color: #00AAD0;
}
.tek2 {
	background-color: #ffc20e;
}
.button_otsikko_tek {
	background-color: #00AAD0;
	border:0;
} .button_otsikko_tek:hover, .button_otsikko_tek:focus, .button_otsikko_tek:active {
	background-color: #10BAE0;
}
.button1 {
	background-color: #ffc20e;
	border-bottom: 4px solid #dfa200;
} .button1:hover, .button1:focus, .button1:active {
	background-color: #efb200;
}
h1.etusivu {  
	padding:45px 0px 10px 0px;
	background-color: #00AAD0;
}

@media (max-width: 580px) {
	h1.etusivu {
		padding:15px 0px 15px 0px;
	}
}
</NLY> */

/* <JURISTILIITTO>
.tek1 {
	background-color: #810240;
}
.tek2 {
	background-color: #ffc20e;
}
.button_otsikko_tek {
	background-color: #810240;
	border:0;
} .button_otsikko_tek:hover, .button_otsikko_tek:focus, .button_otsikko_tek:active {
	background-color: #911250;
}
.button1 {
	background-color: #ffc20e;
	border-bottom: 4px solid #dfa200;
} .button1:hover, .button1:focus, .button1:active {
	background-color: #efb200;
}
h1.etusivu {  
	color: #FFFD8F;
	padding:45px 0px 10px 0px;
	background-color: #810240;
}

@media (max-width: 580px) {
	h1.etusivu {
		padding:15px 0px 15px 0px;
	}
}
</JURISTILIITTO> */

/* <LÄÄKÄRILIITTO> */
.tek1 {
	background-color: #005943;
}
.tek2 {
	background-color: #ffc20e;
}
.button_otsikko_tek {
	background-color: #005943;
	border:0;
} .button_otsikko_tek:hover, .button_otsikko_tek:focus, .button_otsikko_tek:active {
	background-color: #106953;
}
.button1 {
	background-color: #ffc20e;
	border-bottom: 4px solid #dfa200;
} .button1:hover, .button1:focus, .button1:active {
	background-color: #efb200;
}
h1.etusivu {  
	padding:25px 0px 10px 0px;
	background-color: #005943;
}

@media (max-width: 580px) {
	h1.etusivu {
		padding:15px 0px 15px 0px;
	}
}
/* </LÄÄKÄRILIITTO> */
