body {
  font: 0.9em "PT Sans";
}
.container {
	  min-height: 100%;
  height: auto !important;
  margin-bottom: -20px; /* the bottom margin is the negative value of the footer's total height */
}
.header_menu li{
    display		:inline;
    padding		:4px 6px;
}
.header {
	background-color: #5AB1B5;
}
.footer {
	background: url("//concordia.nl/img/footer_bg.png") #fff repeat-x;
	height: 1.25rem;
bottom:0px;
}
.query_table{
	width : 1000px;
}
div.right {
    position: absolute;
    right: 450px;
    width: 200px;
    height: 120px;

}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
.login {
  margin: 0 40px;
  width: 100%;
}
.export form {
	float:left;
	margin-right: 20px;
}
.rest {
clear: all;
display: inline-block;
}

input[type=text],input[type=password] {
display: block;
}

input[type=text] {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
  background-color: #f1f1f1;
  width: 50%;
}
input[type=password] {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
  background-color: #f1f1f1;
  width: 50%;
}
input[type=submit], button {
  background-color: #93205E;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 20px 0 0 0;
  cursor: pointer;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 1.1em;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	margin-bottom: 50px;
}
.styled-table thead tr {
    background-color: #5AB1B5;
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}


.projectlijst li {
  text-align: center;
  list-style-type: none;
  min-height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
  justify-content: center;
background-color: #F3F3F3;
padding: 10px;
}
ul.projectlijst {
    width: 90%;
  margin-right: 5%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10% 5%;
}
a:any-link {
	color: #000000;
	text-decoration: none;
}

a:link {
  color: #93205E;
	border-bottom: none;
	font-family: "PT Sans";
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.3vw;
}

a:visited {
  color: #93205E;
}

a:focus {
  border-bottom: 1px solid;
}

a:hover {
  border-bottom: 1px solid;
}

a:active {
  color: #D877AC;
}
