@charset "utf-8";
/* CSS Document */
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
	padding:0px;
	margin:0px;
}
.warning {
	color:#FF0000;
}

.banner {
	box-sizing: border-box;
	background-color:#0E0A6A;
	position: fixed;
	top:0px;
	color:#FFFFFF;
	width:100vw;
	height:45px;
	font-size: 1.4em;
	padding:.3em;
}
.centredbox{
	width:500px;
	padding:15px;
	margin:auto;
	border:black solid thin;
	margin-top:60px;
	box-shadow: 5px 5px 5px;
}
.container {
	width:90vw;
	background: #fff;
}
#DropDownMenu{
	display:none;
}
.sidebar1 {
	position:fixed;
	width: 130px;
	background: #fff;
	padding-bottom: 10px;
	top:65px;
    z-index: 1000;
}
.content {
	padding-left:20px; 
	width: calc(95vw - 130px);
	margin-left:130px;
	margin-top:60px;
	font-size:14px;
	min-height: calc(80vh - 45px) ;
}
.courseHeadings{
	font-weight: bold;
	font-size: 14px;
}
#menuicon{
	display:none;
}
.Report {
	padding:20px; 
	width: 850px;
	float: left;
	font-size: 80%;
	overflow:auto
}

.smallfont{
	font-size:12px;
}

table {
	border-collapse:collapse;
}
.tableheading{
	background-color:#B11000;
	color:#FFFFFF;
}
.hideme{
	display:none;
}
.hotspot{
	cursor: pointer;
}
.round_photo{
	border-radius:10em;
	width:10em;
	height:10em;
	float:left;
	margin-left:5em;
	margin-top:5em;
	background-color: aliceblue;
}
.SummaryCell {
	max-height:60px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.SummaryCell:hover {
	text-overflow:inherit;
	overflow:visible;
	max-height:none;
}


.thumbnail-list {
    white-space:nowrap;
    list-style: none;
	font-size: .5em;
}
.thumbnail-list li {
  display: inline-block;
}
.thumbnail-image {
    
    height: 10vh;
    width:auto;
}

.ui-menu a{
	text-decoration: none;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	background-color: #0E0A6A;
}
.ui-menu{
	background-color:#f0f0f0;
	width:130px;
}
#userinfo{
  text-align: right;
  font-size:11px;
}
.photo-background{
    margin-top:45px;
    background-color: #333333;
    text-align: center;
     padding-top:20px;
}
	.thumbnail-container {
    overflow-x:scroll;
	overflow-y: hidden;
    width:100%;
	position:fixed;
	margin-toptop:20px;
	background-color: #333333;
	height:15vh;
    display: flex;
	justify-content: center;
       
	}

@media only screen and (max-width: 1000px){
    .container{
        width:100vw;
    }
	.photo-image {
	height:80vh
	}
	.photo-background {
	width:100vw;
	color: #FFFFFF;
	position:absolute;
	top:40px;
	height:80vh;
	}
	.thumbnail-container {
    overflow-x:scroll;
	overflow-y: hidden;
    width:100%;
	position:fixed;
	top:85vh;
	background-color: #333333;
	height:15vh;
	}
.content {
	margin-left:0;
	width: 100vw;
	margin-top:80px;
    min-height: 200px;
		}	
	#NormalMenu{
		/*hide the standard menu when the screen is small
		*/
		display:none;
	}
	.footer{
		height:5em;
	}
	#menuicon{
		display:inline-block;
	}
	.centredbox{
		width:350px;
	}
	#DropDownMenu{
		/*hide the dropdown menu until the icon is clicked
		*/
		display:none;
	}
}


