
body {
  font-family: 'Julius Sans One', sans-serif;
  margin: 0px;
}

/***********************
foter
***********************/
footer {
  font-size: 0.75em;
  text-align: center;
  clear: both;
  padding: 30px;
  color: #838e9f;
  margin-bottom: 50px;
  
  
}

.yhteysinfo {
  list-style: none;
  font-size: 0.9em;
  
}
.yhteysinfo a {
  background-image: url("mail.png");
  min-height: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 2px 20px 0 20px;
  margin: 0 0 10px;
  text-decoration: none;
  color: #838e9f;

}

.mail {
    margin-bottom: 7px;	
}

#submitForm {

  font-size: 1.6em;
  border-color:#0c0c0c;
  max-width: 940px;
  margin: 0 1%;
  padding: 15px 0;
  background-color: #697272;
}

.insideForm {
  margin: 0 10px;
		
}

/*teksti elementit*/
h1 {
  margin: 0 0 30px 0;
  text-align: center;
  font-size: 1em;
}

#thanksPage h1 {
	margin-top: 100px;
	
}
p {
	text-align: center;
	margin:10px;
	
}

#registerText {
    text-align: left;
    color: #fff;
    padding: 0 0 50px 3%;
    margin: 0px;
}

h2 {
	text-align: center;
	padding: 20px;
	margin:0 5% 0 5%;
	
}



#formLabel {
	display: block;
	color: #bdc3c7;
	margin-bottom: 15px;
	
}
/*tulostekstin väliotsikot*/
.fullResultTextClass h2 {
	text-align: left;
	background-color: #697272;
	padding: 2px;
	margin: 10px;
}

/* jos linkki*/
.fullResultTextClass h2 a {
	text-align: left;
	background-color: #697272;
        color: #bdc3c7;
	padding: 2px;
	margin: 10px;
}

/*tulostekstin teksti*/
.fullResultTextClass p {
	text-align: left;
	margin-left: 10px;
	
	
}

/*tulostetextin pikkukuvat*/
.thum {
	display: block;
	width: 102%;
	max-width: 500px;
	margin: 10px auto;
	padding-left: 2%;
	
}

.lajiPictures {

    column-gap: 2px;
    padding: 0px;
    columns: 2;
    transform: translateZ(0);
    box-sizing: border-box;
    width: 100%;
    margin: auto;
	
}


@media screen and (min-width: 480px) {

	.lajiPictures {
		column-gap: 2px;
		padding: 0px;
		columns: 3;
		transform: translateZ(0);
		box-sizing: border-box;
		width: 100%;
		margin: auto;
  }
}

@media screen and (min-width: 800px) {

	.lajiPictures {
		column-gap: 2px;
		padding: 0px;
		columns: 4;
		transform: translateZ(0);
		box-sizing: border-box;
		width: 100%;
		margin: auto;
  }
}



.lajiPictures li {

    width: 100%;
    display: block;
    border-bottom: 0px solid transparent;
    list-style: none;
	
}
.lajiPictures li img{
	width: 100%;
}

/*teksi input*/
input[type="text"],
select {
  display: table-cell;
  background: rgba(255,255,255,0.1);
  border: none;
  font-size: 16px;
  height: 40px;
  outline: 0;
  padding: 0;
  width: 90%;
  background-color: #e8eeef;
  color: #8a97a0;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
}

#searchresults {
  background: rgba(255,255,255,0.1);
  border: none;
  font-size: 12px;
  outline: 0;
  padding: 0;
  width: 90%;
  background-color: #e8eeef;
  color: #8a97a0;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  text-align: left;
  margin: 0 10px;	
}
#searchresults p {
	text-align: left;
	margin: 0 0 10px 0;
     

}

#searchresults p:hover {
	font-size: 14px;
	cursor: pointer;	
}

/***********************
ALOITUSSIVU
***********************/

/*aloitussivun lataa nappi*/
input[type="file"] {
    display: none;
}


/*aloitussivun kaikki napit*/

#loggedName {
    cursor: pointer;
}



.startPageButton {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    font-family: 'Julius Sans One', sans-serif;
    color: #FFF;
    height: 100%;
    padding: 0;
    border: 0px;

}
.startPageButton:hover {
    background-color: #156ee3;
    /*transform: translateY(3px);*/
}    
/*napit erikseen*/

#picksRanking {
    background: #3983e5; 
}

#recogRanking {
    background: #d98be5;
}

#leader {
    background: #93e2a3;
}

#myPicks {
    background: #4a94f5b3;
}

#allMushrooms {
    background: #4a8df5;
}

#instructionLabel {
    background: #3983e5;
}

/*aloitussivun ota kuva nappi*/
#takePicture {
    /*background-image: url("kamera.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;*/
    line-height: 150px;
    background: #4a8df5;
}

/*aloitussivun lataa nappi*/
#loadPicture {
     /*background-image: url("tiedosto.jpg");
    //background-position: center;
    //background-size: contain;
    //background-repeat: no-repeat;*/
    line-height: 150px;
    background: #3983e5;
}

/*google sign in*/
#my-signin2 {
    padding: 25px 0 25px 3%; 
}

#profilePicture {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: 40px 3% 0 3%;
}

#name_wrapper {
    position: relative;
    width: 100%;
    height: 150px;
}
#name_wrapper p {
     position: absolute;
     display: inline-block;
     margin: 40px 0;
     line-height: 53px;
     color: #eff1f2;
}

.shortcutButtons {
    display: inline-block;
    background: #3983e5;
    cursor: pointer;
    border: none;
    margin: 0;
    width: 33.33%;
    color: #fff;
    height: 40px;
    font-family: 'Julius Sans One', sans-serif;
    vertical-align: bottom;
}

#toGroups {
    background: #d98be5;
}


#signOut {
    background: #4a8df5;
}


#helpDiv {   
    margin: auto;
    background-color: #fff;

}

#start_page {
    width: 100%;
    max-width: 940px;
    text-align: left;
    margin: auto;
    background-color: #5a5877;
    height: 800px;
}

.button_row{
    height:100px;
    width: 100%;
    position: relative;
}

#second_row, #third_row  {
    height:150px;
    font-size: 25px;
}

#second_row button {
    font-size: 25px;
}

#first_row {
    height:22px;
}

#ranking_row > *{
    width: 50%;
    margin: 0;
}

#first_row > *{
    width: 50%;
    margin: 0;
}
#second_row > *{
    width: 50%;
    margin: 0;      
}
#third_row > *{
    width: 50%;
    margin: 0;
}

#instructionLabel img {
    height: 100%;
}
#user_wrapper {
    width: 100%;
    position: relative;
}

/*oikealla olevat napit*/

#instructionLabel, #takePicture, #myPicks {
    position: absolute;  
    right: 0;
}

.rankText {
    font-size: 0.8em;
    margin: 0;
}

.rankNumber {
    font-weight: 900;
    font-size: 2em;
    margin-top: 25px;
}


/*JES buttonit*/
.regognizeButton {
  padding: 10px;
  color: #FFF;
  background-color: #3e3a74;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 370px;
  border: 1px solid #3e3a74;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin: 10px 1%;

}

/*seuraava ja edellinen buttonit*/
.instructionButton {
  display: block;
  padding: 10px;
  color: #FFF;
  background-color: #3e3a74;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 200px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin: auto;

}

/*donebutton*/
.doneButton {
  display: block;
  padding: 10px;
  color: #FFF;
  background-color: #3e3a74;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 200px;
  border: 1px solid #3e3a74;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin: 20px auto;

}

/*reload button*/
#reload {
  padding: 15px 10% 15px 10%;
  color: #FFF;
  background-color: #7f8347;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 80%;
  border: 1px solid #7f8347;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin: 10px 0 10px 10px;

}

#sendButton {
	margin: 30px 0 10px 10px
	
	
}

.backButton {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 940px;
    height: 50px;
    background-color: #3e3a74;
    margin: 0;
    padding: 0;
    color: #bdc3c7;
    font-weight: bold;
    border: 0px;
    cursor: pointer;   
}

/*kaikki kuvat*/
img {
  max-width: 100%
}

/*käyttäjän ottama kuva*/
#userPicture {
	display: block;
	text-align: center;
	max-width: 80%;
	border-radius: 0%;
	max-height: 300px;
	margin: 20px auto;

}

/*aloitussivu DIV*/
#thanksPage, #leader_page {
	/*background: #f4f7f8;*/
	/*background-image: url("sienet.jpg");*/
	background-position: center;
	max-width: 940px;
	margin: 0 auto;
        margin-bottom: 50px;
	
}

/*tulossivu DIV*/
#result_page {
	max-width: 940px;
	margin: 0 auto;
	overflow:hidden;
	text-align: left;
        font-family: 'Nunito', sans-serif;
        margin-bottom: 50px;
	
}

/*lista tuloskuvista*/
.example_pics {
	max-width: 940px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.resultItem:nth-child(odd), .fullResultTextClass:nth-child(even) {
 background-color: #5a5877; 
}
.resultItem:nth-child(even), .fullResultTextClass:nth-child(odd) {
 background-color: #757393;
}


/*tulossivulle tulostettava kuvan ja kuvatekstin elementti*/
.resultItem {
	display:table;
	width: 100%;
	color: #bdc3c7;
        border: 0px;
        height: 120px;
}


/*tulossivulle tulostettava kuva*/
.example {
	display: table-cell;
	vertical-align: middle;
	width: 90%;
	max-width: 150px;
	max-height: 150px;
	margin: 5% 2%;
	
	
}

/*Ohjesivun DIV*/

#instruction_page {
	max-width: 940px;
	margin: 0 auto;
	padding-top:2%;
	/*background: #f4f7f8;*/
	overflow:hidden;
	
}

.subtitle {
    margin: -30px 0px 40px 5px;
}

#instruction_page img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 600px;
    text-align: center;
    
    
    
}

/*Kuvateksti*/

.caption {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	max-width: 400px;
	max-height: 200px;
	text-align: left;
	
}
/*latausanimaatio*/
.loading {
	display:none;
	margin: auto;
	width:100%;
        max-width: 940px;
	text-align: center;
        background-color: #5a5877;
        
        
}

.loading img {
	width:100px;
	
}

.fullResultTextClass {
	display: inline-block;
	width: 100%;
	color: #bdc3c7;
	background-color: inherit;
	text-align: left;
	
}

/*loppusivu DIV*/
#final_page {
	max-width: 940px;
	margin: 0 auto;
	padding-top:2%;
	overflow:hidden;
	color:#fff;
        background-color: #5a5877;
        height: 700px;
	
}

.big_image {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    text-align: center;
    top: 50px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
	
}

.big_image img {
	border-radius: 20%;
}

.big_thum_image {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    text-align: left;
    top: 5px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

.big_thum_image p {
    color: #FFF;
    z-index: 1;
    position: absolute;
    top: 10px;
    left: 20px;
    margin: 0;
    background-color: #0003;
    
}


/*myrkkypallura*/
.poison_div {
    display: table-cell;
    vertical-align: middle;

}
.help_poison_div {

    margin: 45% 10px 45% 10px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
