*{
	font-family:arial;
}


#helpButton{
    font-size: 2rem;
    font-weight: bold;
    height: 50px;
    width: 50px;
    background: rgb(200, 210, 255);
    color: white;
    position: fixed;
    right: 20px;
    bottom: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#helpButton:hover{
	background: rgb(120, 200, 255);
	cursor:pointer;
}

footer{
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	height:10px;
	font-size:1rem;
	background:lightgray;
	text-align:center;
	padding:5px 0px 5px 0px;

}

.smallLabel{
	font-size:0.8rem;
	font-weight:bold;
	display:block;
	text-align:left;
}

.formHolder{
	display:flex;
	flex-flow:column;
	margin:10px auto;
	max-width:200px;
}

.formHolder input, .formHolder select{
	width:100%;
	font-size:1.1rem;
	max-width:200px;
	display:block;
	margin-bottom:10px;
}

.block_a{
	display:block;
	margin-bottom:10px;
	font-weight:bold;
}

.hidden{
	display:none;
}

body{
	margin:0px;
}
.myBody{
	margin-left:8px;
	padding-bottom:100px;
}

.TeacherStats, .TeacherStats *{
	text-align:left;
	margin:unset;
}

#backdrop{
	bottom:0px;
	top:0px;
	left:0px;
	right:0px;
	background:rgba(0,0,0,.5);
	position:fixed;
	z-index:5;
	//display:none;
}

#floating{
	position:fixed;
	overflow-y:auto;
	top:8vh;
	max-height:80vh;
	left:5vw;
	right: 5vw;
	box-shadow: 0px 18px 26px gray;
	border-radius:15px;
	padding:15px;
	background:white;
}

table,td,th{
	border-collapse:collapse;
	border:solid black 1px;
	text-align:center;
	margin:auto;
}
div{
	text-align:center;
}

.closeButton{
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
	cursor:pointer;
	border:none;
}

.myButton{
	cursor:pointer;
	margin:5px auto 5px;
	padding:2px 5px;
	display:inline-block;
	border:solid black 1px;
	border-radius:5px;
	color:black;
}

.myButton:hover{
	background:rgb(230,240,255);
}

.TeacherStats{
	font-family:arial;
	font-size:1.1rem;
}
.TeacherStats table,.TeacherStats td,.TeacherStats th {
	border-collapse:collapse;
	border:none;
}

form label{
    font-size: 0.875rem;
    line-height: 1.25rem;
	font-family:Segoe UI Semibold;
	margin-top:10px;
	display:block;
}
input[type=submit]{
    font-family:arial;;
    font-size:125%;
    padding:5px;
    background:white;
	border: solid lightgray 1px;
    border-radius: 20px;
	margin-top:5px;
}
.medLink{
	text-decoration:underline;
	font-weight:bold;
	cursor:pointer;
	font-size:1.25rem;
	font-family:arial;
	margin: 10px 20px;
	border:solid 1px gray;
	border-radius:10px;
	display:inline-block;
	padding: 5px 10px;
	background:white;
}
.medLink:hover{
	background:rgb(230, 245, 255);;
}

.smLabel{
	font-weight:bold;
	font-family:arial;
	margin-top:10px;

}
form{
    margin:10px auto;
}
input,select,span{
	margin:auto;
}
form input, form select{
    margin-top:0px;
    width:300px;
    font-size:150%;
    text-align:center;
	border:solid lightgray 1px;
}
#holder{
    border-radius: 10px;
    background: white;
    padding: 10px;
    text-align: center;
    display: block;
    position: relative;
    width: 25vw;
    min-width: 350px;
    margin: auto;
    top: 100px;
    box-shadow: 0px 0px 150px white;
}

#studentTable{
	width:75vw;
	margin:auto;
	border-collapse:collapse;
}
#Availability td,th{
	text-align:center;
	border:solid black 1px;
}
td.available{
	background:green;
}
#Availability td, #Availability th{
	user-select:none;
	padding: 2px 2.5px 2px;
}

.smallProfile {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
	padding:5px;
}

.medProfile{
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 50%;
}
.largeProfile{
	width:300px;
	height:300px;
	object-fit:cover;
	border-radius:50%;
}
