@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
body {
    background-color: white;
    text-align: center;
}
#contents {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
}
@media only screen and (max-width: 732px) {
    #logo {
        display:none
    }
}
#header {
    margin:20px;
    width: 100%;
    font-family: 'Open Sans';
    font-size:18px;
    color: black;
}
#header i, #header a {
    margin-top:30px;
}
#header a {
    font-size: 12px;
}
h1 {
    margin:0px;
    text-align: center;
    font-family: 'Open Sans';
    font-size:60px;
    color: #333;
}

h2 {
    font-family: 'Open Sans';
    color: #333;
}

p {
    font-family: 'Open Sans';
    font-size: 12px;
}

 #basic {display:none}
.dropZone {
    padding:20px;
    clear:both;
    margin:0px;
    height: 150px;
    border: 1px solid #ccc;
    text-align: center;
    font-size:1.5rem;
 }
.simple-upload-dragover{background-color:#eef}
.simple-upload-filename{margin-right:.5em}

/*#languages {*/
/*    margin-top: 20px;*/
/*}*/

/*#languages table {*/
/*    float:left;*/
/*}*/
/*#languages td {*/
/*    width: 300px;*/
/*}*/

#languages .clear_cache {
    float:right;
    font-family: "Open Sans";
    size:8px;
}

/* Checkboxes */
/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Open Sans';
  color: #333; /* kleur van de taal naam */
}

.container .arrow {
    display: none;
    color: black;
}

.container a {
    font-size: 16px;
    color:blue;
    text-decoration: none
}
.container a:hover {
    text-decoration: underline
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid gray;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Status */

#status_message {
    font-family: 'Open Sans';
    font-size: 20px;
    color: black;
    overflow: visible;
    line-height: 1.5;
}

#error_message {
    margin-top: 20px;
    font-family: 'Open Sans';
    font-size: 16px;
    color: red;
    line-height: 1.5;
}

#full_error {
    display: none;
}
