* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
.wrapper{
	display: flex;
	flex-flow: column nowrap;
}
body {
  	background-color: #435165;
}
body.loggedin {
	display: flex;
	flex-flow: column nowrap;
	margin:auto;
	background-color: #f3f4f7;
}
.login {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.login h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #3274d6;
  	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #3274d6;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
nav {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	background-color: #2f3947;
	height: 60px;
	border: 0;
	margin: 0px;
	font-size: 20px;
}

.navtop div a:hover {
	color: #eaebed;
}
.navlinks {	
	height: 32px;
	width: 70%;
	text-align: right;
	padding-right: 5px;
}
.navlinks a {
	padding: 0 0px;
	text-decoration: none;
	color: #c1c4c8;
	font-weight: bold;
}
.navlinks a i {
	padding: 5px 8px 0 0;
}
.navname {
	font-weight: normal;
	width: 30%;
	padding-left: 5px;
}
.navname a{
	color: #eaebed;
	margin: 0px;
}
.content {
	padding: 0 5px;
}
.content h2 {
	font-size: 18px;
	text-align: center;
	color: #4a536e;
}
.content hr {
	color: #e0e0e3;
}
.content > p, .content > div {
	padding: 12x;
	font-size: 12px;
	text-align: center;
}
.content > div p {
	padding: 5px;
}
.flex-content-top {
	display: flex;
	flex-flow: row nowrap;
}
.flex-content-list {
	font-size: 18px;
}

.drop_zone {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
    background-color: #EEE; 
    border: #999 5px dashed;
    padding: 15px;
	margin: 0 25px 15px;
	font: normal small-caps bolder 30px/1.4 Georgia;
    justify-content: center;
    align-items: center;	
}
.file_drag_over{  
	background-color:#435165;  
	border-color:#000;  
} 
#drag_upload_file {
  width:15%;
  margin:0 5px;
}
#files {
	font-size: 18px;
	max-width: 55%;
}
#submit {
	font-size: 18px;
}
#loadingmessage {
	text-align: center;
	z: 2;
}
#loadingmessage img{
	max-width: 50px;
	width: 100%;
	height: auto;
}
.upload {
	width: 100%;
}
.upload h2 {
	padding: 25px 0;
	font-size: 18px;
	color: #4a536e;
}
.top-content {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	width: 100%;
}
.top-content p {
	font-size: 18px;
	font-weight: normal;
}
.top-content h2 {
	padding: 5px 0;
	text-align: center;
	font-size: 18px;
	color: #4a536e;
}
.list-content {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	width: 100%;
}
.list-content p {
	font-size: 18px;
	font-weight: normal;
}
.list-content h2 {
	padding: 5px 0;
	text-align: center;
	font-size: 18px;
	color: #4a536e;
}
#mytable {
	display: flex;
	width: 100%;
	flex-flow: row nowrap;
	justify-content: center;
}
.content-table {
	margin: 0 25px 15px;
	width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.content-table thead tr {
  background-color: #61466C;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

.content-table th,
.content-table td {
	
  text-align: center;
  padding: 12px 15px;
}

.content-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.content-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.content-table tbody tr:last-of-type {
  border-bottom: 2px solid #61466C;
}

.content-table tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}

* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 24px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

.register {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.register h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.register form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.register form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
 	height: 50px;
  	background-color: #3274d6;
  	color: #ffffff;
}
.register form input[type="password"], .register form input[type="text"], .register form input[type="email"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.register form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
  	margin-top: 20px;
  	background-color: #3274d6;
 	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.register form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}

.footer {
	order: 99;
	width: 100%;
	text-align: center;
    background: #eee;
}
.mp3-icon{
	content: url('/img/mp3-icon.png');
    height: auto;
    width: 50px;
	/*content: url('/opt/bitnami/apache2/htdocs/img/mp3-icon.png');*/
}
.docx-icon{
	content: url('/img/docx-icon-green.png');
	height: 50px;
    width: 50x;
	/*content: url('/opt/bitnami/apache2/htdocs/img/docx-icon.png');*/
}