
* {
    margin: 0;
    padding: 0;
    border: 0;
    cursor: default;
    box-sizing: border-box;
    font-family: sans-serif;
    touch-action: none;
}

html {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: hidden;
    /*font-size: 10px;*/
    touch-action: none;
    /*background-image: radial-gradient(ellipse at center, #d0ffff, #d3ffff, #e5ffff, #eeffff, #ffffff);*/
}

body {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: auto;
    touch-action: none;
}

#container {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items:center;
    touch-action: none;
    background-image: url('kpbglowres.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.process_stage {
    display: none;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    touch-action: none;
}

.flex-container {
    width: 330px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
}

#firm_persons_list {
    width: 525px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#select_visitor {
    display: none;
    flex-wrap: wrap;
    touch-action: none;
    width: 100%;
    padding-right: 0;
}

.key {
    background-color: white;
    height: 90px;
    width: 90px;
    margin: 5px;
    text-align: center;
    font-size: 21px;
    border: 1px solid silver;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
}

#mobile {
    background-color: black;
    color:lightgreen;
    height: 75px;
    width: 290px;
    margin: 15px;
    text-align: center;
    font-size: 28px;
    border: 1px solid silver;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.alphabet_filter {
    height: 495px;
    width: 75px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-wrap: wrap;
    margin: 15px;
    align-items: center;
}

.visitor {
    display: none;
    height: calc(100% / 5);
    width: 100%;
    padding-left: 20px;
    border-bottom: 1px solid silver;
    border-radius: 0;
    align-items: center;
    -webkit-overflow-scrolling: touch;
}

#select_visitor {
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
}

.visitee {
    display: flex;
    height: calc(100% / 5);
    width: 100%;
    padding-left: 20px;
    border-bottom: 1px solid silver;
    border-radius: 0;
    align-items: center;
    background-color: whitesmoke;
	-webkit-overflow-scrolling: touch;
	transform translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

#select_visitee {
    display: none;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
}

#suggestions {
    width: 315px;
    height: 500px;
    margin: 10px;
    background-color: whitesmoke;
    display:block;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;

}

#register_visit {
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;

}

#test-outer {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(220, 220, 220, 0.8);
    border-radius: 15px;
    display: flex;
    padding: 15px;
    touch-action: none;
    border: 1px solid silver;
}

#create_visitor {
    display: none;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
}

.field {
    height: 80px;
    width: 300px;
    margin: 15px;
    text-align: center;
    font-size: 18px;
		color: black;
    border: 1px solid silver;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.retro {
    background-color: white;
    color: black;
}

.button {
     height: 75px;
     width: 290px;
     margin: 15px;
     text-align: center;
     font-size: 28px;
     border: 1px solid silver;
     border-radius: 15px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
 }

.w-330p {
    width: 330px;
}

.w-660p {
    width: 660px;
}

li {
    text-transform: capitalize;
}

.alphatar {
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: gainsboro;
    color: black;
    border: 2px solid black;
    border-radius: 36px;
}

.visitors_list {
	border-radius:15px;
	margin:15px;
	background-color:whitesmoke;
	overflow-x:hidden;
	height: 495px;
	width: 300px;
}

#visitors_list {
	height:100%;
	overflow-y:scroll;
}
