
/* basisinstellingen */
HTML, body{
	height: 100%;
	background: #eeeeee;
	margin: 0;
	font-family: 'Quicksand', sans-serif;
	font-size: 1em;
}

h1{
    margin: 5px;
}


.tk_center{
	text-align: center;
}

/* header */

header{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    background-color: rgb(189, 233, 233);
    padding: 5px;
}

header .header_bttn{
    width: 30px ;
}



/* Invulscherm */

#GrMenu{
    display: grid;
    grid-template-columns: auto auto auto auto;
    align-content: center;
}

.GrBttn{
    width: 50px;
    height: 50px;
    background-color: rgb(189, 233, 233);
    border-radius: 50%;
    margin: 5px;

}

.GrBttn a{
    display: flex;
    justify-content: center;
}

.GrBttn img{
    max-width: 50px;
    max-height: 50px;
}

/* Button */

.button_submit{
	display: block;
	background-color: #5A6E7F;
	color: #fff;
	border: 1px solid #5A6E7F;
	border-radius: 0.25em;
	padding: 5px;
	margin: 10px;
	width: 10em;
	cursor:pointer;
	appearance: none;
	-webkit-appearance: none;
	text-decoration: none;
}

.shiny{
	background-color: #cac703;
}

.lucky{
	background-color: #7bf0bf;
}


.annuleer{
	background-color: #831717;
}


/* formulier */

.formulier{
    background-color: #fff;
	border: 1px solid #5A6E7F;
	border-radius: 0.25em;
	padding: 5px;
	margin: 5px 10px;
	width: 25em;
}

.formlabel{
	padding: 0px;
	margin: 5px 10px;
	width: 25em;
}

/* zoeken */

#show_zoektermen{
    position: absolute;
    margin-top: 50px;
    z-index: 10;
}

/* pokemon lijsten */

.pokemonlijst{
	display: flex;
	flex-wrap: wrap;
}

.methode{
	background-color: rgb(189, 233, 233);
}

.pokemonitem{
	width: 80px;
	text-align: center;
	padding: 3px;
}

.in_dex{
	background-color: #05c19c;
}

.in_shiny_dex{
	background-color: #008b69;
}

.in_lucky_dex{
	background-image:url(/img/interface/bubbles3.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.pokemon_image{
	width: 75px;
}

#token_welkom{
	width: 200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}