
input[type=text], input[type=search] {
    height: 21px;
    border: 1px solid #bbb;
}

.info_P {
    font-size: 13px;
    font-family: sans-serif;
    color: #575757;
    margin-top: 10px;
}
.logo{
    width: 120px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #fff0;
}

h2{
    font-family: inherit;
    font-weight: 200;
    margin-bottom: 6px;
}
p#show {
    font-size: 27px;
    font-family: serif;
    margin-bottom: -15px;
    margin-top: 10px;
    cursor: pointer;
}
p#show_3 {
    font-size: 27px;
    font-family: serif;
    margin-bottom: -15px;
    margin-top: 10px;
    cursor: pointer;
}
p#show_4 {
    font-size: 27px;
    font-family: serif;
    margin-bottom: -15px;
    margin-top: 10px;
    cursor: pointer;
}
p#show_5 {
    font-size: 27px;
    font-family: serif;
    margin-bottom: -15px;
    margin-top: 10px;
    cursor: pointer;
}
p#hide {
    font-size: 27px;
    font-family: serif;
    margin-bottom: -7px;
    margin-top: 10px;
    cursor: pointer;
}
p#hide_3 {
    font-size: 27px;
    font-family: serif;
    margin-bottom: -7px;
    margin-top: 10px;
    cursor: pointer;
}
p#hide_4 {
    font-size: 27px;
    font-family: serif;
    margin-bottom: -7px;
    margin-top: 10px;
    cursor: pointer;
}
p#hide_5 {
    font-size: 27px;
    font-family: serif;
    margin-bottom: -7px;
    margin-top: 10px;
    cursor: pointer;
}
.formAdmin{
    width: 500px;
    text-align: center;
    background: #fff;
    padding: 45px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    box-shadow: 0 0px 30px -7px rgba(0, 0, 0, 0.74);
    border-radius: 6px;
}
.formHeader{
    margin-bottom: 0px;
}

input[type=text].largeField, select.largeField {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
input[type=number].largeField, select.largeField {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
input[type=password].largeField, select.largeField {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit].largeField {
  width: 80%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit].largeField:hover {
  background-color: #45a049;
}

a.white {
        color: #fff;
}
* {
  box-sizing: border-box;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fdfdfd;
  background-image: url("/img/ags.jpg") ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.column {
  float: left;
  width: 25%;
  padding: 0 10px;
  cursor: pointer;
}
#timer {
    font-size: 62px;
    text-align: center;
    color: #000;
    margin-top: 46px;
}
#opgaveInfo{
    font-size: 17px;
    text-align: right;
    color: #fff;
    margin-top: -9px;
}
.row {
margin: auto; width: 50%
}
.row:after {
  content: "";
  display: table;
  clear: both;
  
}
.weeknumber{
    color: #fff;
    font-size: 28px;
    margin-left: 20px;
}
input.middle:focus {
    outline-width: 0;
}
#codeID{
    font-size: 24px;
    text-align: center;
    margin-bottom: 14px;
}
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
  }
}
.card {
    box-shadow: 0 0px 24px -7px rgba(0, 0, 0, 0.74);
    padding: 16px;
    text-align: center;
    background-color: #eaeaea;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 200px;
}
.card_timer {
    box-shadow: 0 0px 24px -7px rgba(0, 0, 0, 0.74);
    padding: 16px;
    text-align: center;
    background-color: #FFF;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18%;
    height: 200px;
}
.card_info{
    box-shadow: 0 0px 24px -7px rgba(0, 0, 0, 0.74);
    padding: 16px;
    text-align: center;
    background-color: #4b73af;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -1%;
    height: 35px;
}
@media screen and (max-width: 1500px) {
    .imgbox{
        width: 99px !important;
    }
}
@media screen and (max-width: 1100px) {
    .imgbox{
        width: 65px !important;
    }
}

.dataTables_wrapper input[type=search] {
    margin-bottom: 4px;
}

.dataTables_wrapper table.dataTable thead th {
    text-align: left;
    padding: 10px 10px;
}

.fieldErr {
    background: #f66;
}

.noButton #cboxLoadedContent { margin: 0 }
.noButton #cboxClose { display: none !important; }
