@charset "UTF-8";

.hyphenate {
	text-align: justify;
}

div {
	margin: 0px;
	padding: 0px;	
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: rgba(0,0,0,1);
	color: #000;
	background-color: #fff;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: auto;
	background-attachment: fixed;
}

a {
	color: inherit;
	text-decoration: underline;
	color: #999;
}

img {
	border: none;
}

h1, h2, h3 {
	margin-top: 0px;
}

div.clear {
	clear: both;
}

.error {
	border-color: rgba( 255, 0, 0, 0.7 ) !important;
}

input#pass {
    margin: 20px;
}

label {
	cursor: pointer;
}

label.error {
	font-size: 80%;
	color: rgba( 255, 0, 0, 0.7 ) !important;
	float: right;
	top: -23px;
	position: relative;
	right: 20px;
	height: 0;
}

#container_page {
	width: 95%;
	max-width: 960px;
	margin: 5px auto;
}

#container_header {
	background: rgba(255,255,255,1);
	padding: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	overflow: visible;
	margin-top: 0px;
}

.bannerimage {
	max-height: 260px;
	width: 100%;
	margin-bottom: 20px;
}

.bannerimage img {
	width: 100%;
	max-height: inherit;
	object-fit: cover;
}

.logo {
	float: left;
	width: 30%;
	text-align: left;
}

.logo img {
	width: 90%;
	height: auto;	
}

.header_text {
	float: right;
	width: 69%;
	text-align: left;
}

.header_text_left {
	float: left;
	width: 90%;
	text-align: left;
}

h1 {
	color: #333333;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	line-height: 18px;
}

h2 {
	color: #00aeef;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	line-height: 16px;
}

h3 {
	color: #00aeef;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	line-height: 16px;
}

#container_details {
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	box-shadow: 2px 2px 4px #000;
}

#details_info {
	float: left;
	width: 45% !important;
	margin: 0px;
	padding: 10px;
}

#details_form {
	float: right;
	width: 45% !important;
	margin: 0px;
	padding: 10px;
}

#details_infobutton {
	float: left;
	margin: 10px;
}

#details_form {
	float: right;
}

#details_form input,#details_form select, #details_form textarea, select {
	width: 99%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

#container_questions {
	background: rgba(255,255,255,1);
	padding: 1%;
	overflow: visible;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#container_calendarlinks {
	background: rgba(255,255,255,1);
	padding: 1%;
	overflow: visible;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#container_activities {
	background: rgba(255,255,255,1);
	padding: 1%;
	overflow: visible;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.aktiviteetti {
	padding: 3px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.aktiviteetti:hover {
	background: rgba(58, 130, 15, 1 );
	color: rgba( 255, 255, 255, 1 );
}

.aktiviteetti label {
	cursor: pointer;
	margin-left: 5px;
}

.onefourth {
	width: 24%;
	margin-right: 1%;
	padding: 0px;
	float: left;
	background: rgba( 255, 255, 255, 0.9 );
}

#container_descriptions {
	//background: rgba(255,255,255,0.9);
	background: rgba(255,255,255,1);
	padding: 2%;
	overflow: visible;
	margin-top: 10px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.description {
	margin-bottom: 10px;
}

.description_highlight {
	opacity: 1;
}

.description_unhighlight {
	opacity: 0.5;
}

.signin_button_container {
	width: 100%;	
}

.signin_button_container input {
	width: 200px !important;	
	float: left;
}

#button_sendregistration, #button_sendregistration_extra {
	cursor: pointer;
	padding: 5px 10px;
	font-size: 18px;
	color: #ffffff;
	background: #00aeef;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin-top: 20px;
	line-height: 40px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 10px;
}

#button_sendregistration:hover {
	background: #0092ef;
}

#button_signin {
	cursor: pointer;
	padding: 5px 10px;
	font-size: 18px;
	color: #ffffff;
	background: #00aeef;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	width: 20px;
	float: left;
	margin-left: 5px;
}

#button_signin:hover {
	background: #0092ef;
}

#button_cancel{
	display: none;
	clear: both;
	cursor: pointer;
	padding: 5px 10px;
	font-size: 18px;
	color: #ffffff;
	background: #ff3030;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	float: left;
	width: 94% !important;
}

#button_cancel:hover {
	background: #ba1e1e;
}

#extracancelinfo {
	margin-top: 15px;
	font-size: 125%;
	display: none;
}

#button_map, #button_addperson {
	cursor: pointer;
	padding: 5px 10px;
	font-size: 14px;
	color: #ffffff;
	background: #00aeef;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	width: 200px;
	float: left;
}

#button_map:hover, #button_addperson:hover {
	background: #0092ef;
}

#container_footer {
	background: transparent;
	padding: 10px;
	margin-top: 10px;
	overflow: auto;
	text-align: center;
	text-decoration: none;
}

#container_footer a {
	color: inherit;
	text-decoration: none;
	text-align: center;
}

.googlemaps {
	margin-top: 10px;
	width: 100%;
	height: 300px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}

#container_header {
	box-shadow: 2px 2px 4px #000;
}

#container_calendarlinks {
	box-shadow: 2px 2px 4px #000;
}

#container_questions {
	box-shadow: 2px 2px 4px #000;
}

#container_activities {
	box-shadow: 2px 2px 4px #000;
}

#container_activities div:first-child {
	margin-left: 0px;
	margin-right: 0px;
}

.button {
	cursor: pointer;
	padding: 5px 10px;
	font-size: 14px;
	color: #ffffff;
	background: #00aeef;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	float: left;
	margin-left: 5px;
	border: 0px;
	margin-bottom: 5px;
}

.button:hover {
	background: #0092ef;
}

@media screen and (max-width: 600px) {
	#container_activities div:first-child {
		margin-left: 7px;
		margin-right: 7px;
	}

	#container_header {
		box-shadow: none;
	}
	
	#container_activities {
		box-shadow: none;
	}
	
	#container_details {
		box-shadow: none;
		padding: 0px;
		margin: 0px;
		margin-top: 0px;
		background: rgba(255,255,255,1);
		margin-bottom: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;	
	}
	
	#container_details div {
		float: none;
		width: 100%;
	}
	
	.onefourth {
		width: 100%;
		border-bottom: #CCC 1px solid;	
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	
	.logo {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.header_text {
		width: 100%;
		text-align: center;	
	}
	
	#container_page {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	
	#container_header {
		background: rgba(255,255,255,1);
		padding: 10px;
		-webkit-border-radius: 0px;
		border-radius: 0px;	
		overflow: visible;
	}
	
	#details_info, #details_form {
		float: none;
		width: 94% !important;
		background: rgba(255,255,255,1);
		-webkit-border-radius: 0px;
		border-radius: 0px;
		margin: 10px;
		padding: 0px;
		
	}
	
	#details_info {
		padding-top: 10px;	
	}
	
	#details_form input,#details_form select, #details_form textarea, select {
		width: 100%;
		margin: 0px;
		padding: 0px;
		margin-bottom: 5px;
	}
	
	.googlemaps {
		margin-top: 0px;
		width: 100%;
		height: 200px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	
	#details_form {
		border-top: #CCC 1px solid;	
		padding-top: 10px;
	}
	
	#container_activities {
		background: rgba(255,255,255,1);
		padding: 1%;
		overflow: visible;
		margin-top: 0px !important;
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}
	#button_signin {
		width: 20px !important; 
		float: left !important;	
	}
	
	#button_map, #button_addperson {
		width: 300px !important; 
		float: left !important;	
	}
	.button {
		cursor: pointer;
		padding: 5px 10px;
		font-size: 14px;
		color: #ffffff;
		background: #ff3030;
		-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
		-webkit-border-radius: 5px;
		border-radius: 5px;
		text-align: center;
		line-height: 20px;
		font-weight: bold;
		font-family: 'Oswald', sans-serif;
		float: left;
		margin-left: 5px;
		border: 0px;
		margin-bottom: 5px;
		width: 93% !important;
	}
	
	.button:hover {
		cursor: pointer;
		background: #0092ef;
	}
	
	.button_red {
		cursor: pointer;
		padding: 5px 10px;
		font-size: 14px;
		color: #ffffff;
		background: #00aeef;
		-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
		-webkit-border-radius: 5px;
		border-radius: 5px;
		text-align: center;
		line-height: 20px;
		font-weight: bold;
		font-family: 'Oswald', sans-serif;
		float: left;
		margin-left: 5px;
		border: 0px;
		margin-bottom: 5px;
		width: 93% !important;
	}
	
	.button_red:hover {
		cursor: pointer;
		background: #ba1e1e;
	}
}


#details_form input,#details_form select, #details_form textarea, select {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border: solid 1px #CCC;
	padding-left: 1%;
}

#footer {
	position: absolute;
	top: 1090px;
	left: 25px;	
	background: rgba(255,255,255,0.5);
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#footer a {
	color: inherit;
}

#messages {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 25px;
	width: 500px;
	left: 300px;
	top: 400px;
	-webkit-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#submitter {
	float: right;
	cursor: pointer;
	padding: 5px 10px;
	font-size: 18px;
	color: #ffffff;
	border: 3px solid #ffffff;
	background: #3a820f;
	-webkit-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

th {
	text-align: left;
}

tr.listheader td, tr.listheader th {
	padding: 5px;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

td.activity {
	border-bottom: 1px solid #000000;
}

.description_title {
	color: #006eb7;
}

#showallactivitiesinfo {
	cursor: pointer;
	max-width: 250px;
	padding: 5px 10px;
	font-size: 14px;
	color: #ffffff;
	background: #00aeef;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin-top: 10px;
	line-height: 20px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 5px;
}

#showallactivitiesinfo:hover {
	background: #0092ef;
}

.activitydescriptionitem {
	width: 300px;
	margin-bottom: 15px;
}

.activitydescriptionitem--width2 {
	width: 620px;
}

#allactivityinfoclose {
	position: fixed;
	top: 25px;
	right: 25px;
	color: red;
	font-weight: bold;
	font-size: 24px;
}

.thankyoumessage {
	padding: 20px 40px;
}

#form_logo {
	max-width: 300px !important;
}

@media screen and (max-width: 600px) { 
	body {
		background-image: none !important;
	}
}

.question {
	color: #00aeef;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	line-height: 16px;	
	margin-bottom: 10px;
}

.answer {
	margin-bottom: 10px;	
}

.answer label {
	margin-right: 10px;	
}

textarea {
	min-width: 100%;
	height: 50px;	
}

.activitydescriptionitem {
	margin-right: 10px;
	border-bottom: 1px solid #CCC;
}