/* CSS Document */
/* Global Styles */
html {
    /*font-size: calc(1em + 1vw);*/
}
body {
	margin:0;
	background-color:#000066;
	background-color:#000033;
	background-color:#aed8f5;
	background-color:#d5e9f7;
	overflow:scroll;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  background-color:#000066;
  border-radius: .1em;
  margin-bottom: .2em;
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  /*font-size: calc( 1em + (24 - 12) * ( (100vw - 400px) / ( 800 - 400) ));*/
  /*font-size: 17px;*/
  border-radius: .1em;
  padding-bottom: 10px;
}
.topnav a.active {
  /*background-color: #599b82;*/
  color: white;
  border-radius: .1em;
  
  background-color: #db9a40;
  color: black;
  color: #000000;
  background-color: #99CCFF;
  padding-bottom: 10px;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
  color: #000000;
  color:#cc0000;
  border-radius: .1em;
  padding-bottom: 10px;
}
.topnav .icon,
.admin-article #newcategory {
  display: none;
}

* {
  box-sizing: border-box;
}


.topnav a:not(:first-child) {
    display: none;
}
.topnav a.icon {
    float: right;
    display: block;
    /* padding: 5px;*/
}
.topnav.responsive {
    position: relative;
}
.topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    /*padding: 5px;*/
    padding-bottom: 10px;
}
.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
}

.wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
}
.login-article h2 {
    padding: 20px 20px 20px;
    font-family: verdana;
    font-size: 50px;
    color: #111;
    line-height: 44px;
}
.member-article h3 {
    padding: 5px 5px 5px;
    font-family: verdana;
    font-size: 22px;
    color: #111;
    line-height: 22px;
}
.login-article, .member-article, .admin-article {
    padding: 10px 15px 10px;
    font-family: verdana;
    font-size: 16px;
    color: #111;
    line-height: 24px;
}
.green {
    color: green;
}
.bold {
    font-weight: bolder;
}


.compositions_table table, .compositions_table thead, .compositions_table tbody, .compositions_table th, .compositions_table td, .compositions_table tr { 
	display: block; 
}

.compositions_table thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.compositions_table tr { border: 1px solid #ccc; 
     padding: 1px;
}

.compositions_table td { 
	border: none;
	border-bottom: 1px solid #eee; 
	position: relative;
	padding-left: 50%; 
}

.compositions_table td:before { 
	position: absolute;
	top: 1px; /* was 6px */
	left: 6px;
	width: 45%; 
	padding-right: 10px; 
	white-space: nowrap;
}

.compositions_table td:nth-of-type(1):before { content: "filename:"; }
.compositions_table td:nth-of-type(2):before { content: "uploaded:"; }
.compositions_table td:nth-of-type(3):before { content: "file id:"; }
.compositions_table td:nth-of-type(4):before { content: "file status:"; }
/*.compositions_table td:nth-of-type(5):before { content: "type"; }*/

/* Colouring of pseudo table */
.compositions_table tr:nth-child(even) {
  background-color: lightblue;
}
.compositions_table tr:nth-child(odd) {
  background-color: lightskyblue;
}


/*
.container {
    padding-top: 20px;
    margin-top: 20px;
}
*/
.container input {
  width: 100%;
  clear: both;
}
.container .remember input {
  width: auto;
  clear: none;  
}


.row {
  float: left;
  width: 100%;
}
.headercolumn {
  float: left;
  width: 25%;
  border-radius: .1em;   
}
.headercolumn2 {
  float: left;
  width: 75%;
  border-radius: .1em;   
}

h2 {
    font-family: verdana;
    
}

/* Clear floats after the columns */

.headercolumn > img {
    display: inline-block; max-width: 100%;
}
#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #99CCFF;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
#switch-lang {
    float: right;
}
a #switch-lang {
    clear: right;
}
#clearerdiv, 
.clearerdiv {
   /* min-height: 50px; */
    min-height: 80px;
}
#footer, #clearerdiv {
    clear: both;
}
#switch-lang a:link {
    text-decoration: none;    
}
.hidden {
    visibility: hidden;    
}
/* something strange re connection on 1st Feb 2022 */
/* #compositions_selectordiv,  */
#loading_imagediv{
    display: inline-block;
    width: 49%;
    margin-bottom: 2px;
}
#loading_imagediv {
    display: inline-block;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#loading {
    /*display: inline-block;*/
}

#newuser_form label {
    margin-bottom: 1px;
    margin-top: 5px;
}
.admin-article .fieldset {
    margin-bottom: 10px
}

/* Pagination stuff */
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
	