html, body {
    height: 100%;
}


#adminPortalInterface{
	
	height: 100%;
}

#toolbar{
	
	float: left;
	width: 20%;
	height: 100%;
	
	border-right: solid 1px black;
	

	
}

#toolbar li{
	
	font-size: 18px;
	margin: 10px 0;
	
}


#adminInterface{
	
	float:right;
	width: 80%;	
	height: 100%;	
}

#manageGroupsView
{
	width: 100%;
	height: 100%;
	
	overflow: auto;
}

.groupButton{
	
	display: block;
	padding: 10px 30px;
	margin: 30px auto;
	width: 30%;
	
}

#addGroupButton{
	
	margin: 50px auto;
	
}

#manageGroupView
{
	width: 100%;
	height: 100%;
	padding: 20px 20px;
}

#manageGroupView h3{
	
	display: inline;
	font-size: 28px;
	padding: 0 5px 0 0;
	
}

#manageGroupView p .courseLabel{
	
	font-weight: bolder;
	font-size: 20px;
	padding: 0 5px 0 0;
	
}

#manageGroupView p .courseName{
	
	padding: 0 5px 0 0;
	
}

#editGroupName{
	
	display: inline;
	font-size: 18px;
	
}

#assignedUsers, #groupLessons{
	
	display: inline;
	width: 50%;
	margin: 30px 0;
	padding: 0 20px;
	font-size: 20px;
	
}

#assignedUsers{
	
	text-align: center;
	float: right;
	border-left: dotted 1px gray;
	
	height:220px;
	overflow: auto;
}


#groupLessons{
	
	float: left;
	text-align: center;
	height:220px;
	overflow: auto;
}

.overflowShadow{
	
	box-shadow: inset 0px -70px 15px -73px rgba(0,0,0,0.72);	

}


#assignedUsers table, #groupLessons table{
	
	width : 100%;
	margin-left:  auto;
	margin-right: auto;
	text-align: left;
	
	
}

#groupLessons tr td:first-child{
	
	width: 40%;	
	
}

#groupLessons td span{
	
	float: right;
	text-align: right;
	font-size: 16px;
	color: green;
	margin-bottom: 0;


}

#groupLessons td input{
	
	margin: 4px 0;
}

.groupTable thead td{
	
	text-align: left;
	border-bottom: solid 1px black;
	padding: 2px 5px 2px 0;
	font-size: 22px;
	
}



.usersTable{
	
	display: inline;
	margin: 0 40px;
	
}

#assignedUsers table thead a{
	
	padding: 0 0 0 10px;	
	font-size: 18px;
	
}

#saveUserEdit{
	
	display: block;
	margin: 60px auto 10px auto;
	width: 40%;
		
	
}

#adminInterface{
	
	padding: 20px 20px;
	
}

#adminInterface h3{
	
	font-size: 28px;
	
}

#submissionsView p span{
	
	font-weight: bolder;
	
}

#submissionsView ul{
	
	font-size: 20px;
	
}

#submissionsView li{
	
	margin-top: 4px;
	
}

.viewSubmissionsLink{
	
	font-size: 18px;
	
}

#activeUsersTable table{
	

	width: 20%;

	
}

#activeUsersTable{
	
	display: inline-block;
	width: 20%;
}

#activeUsersTable table thead td{
	
	text-align: left;
	font-weight: bold;
	padding: 4px 30px 2px 0;
	
	
}

#viewInactiveUsersContainer{
	
	margin: 20px 0;
}

#viewInactiveUsersContainer a{
	
	display: block;
	
}

#viewInactiveUsersContainer #addUser{
	margin-top: 10px;

}

#userFilter{
	
	width: 20%;
}

#saveInactiveUsers{
	
	width: 40%;
	margin-top: 20px;
}

#addUserContainer div{
	
	margin-top: 10px;
	text-align: left;
	
	
}

#addUserContainer #username{
	
	width: 20%;
}


#addUserContainer div div{
	
	display: inline;
}


#saveUser{
	
	margin-top: 20px;
	width: 40%;
	
}

#userIDLabel{
	
	display: block;
	
}

#username
{
	display: inline;
}

#userErrorMessage
{
	color: #E74C3C;
	display: inline;
	font-size: 14px;
}

