@import url("menu.css");

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #595959;
  background-color: white;
}

.wrapper {
  display: flex;
  flex-flow: row wrap;
}

main {
  margin: 10px 20px;
  flex: 3;
  order: 1;
}

aside {
  flex: 1;
  order: 2;
}

header {
  height: 75px;
  width: 100%;
  margin: 0 auto 15px auto;
  background: url(../img/uni-wuerzburg-header-background.png) no-repeat 200px 0
    #d1d4d4;
  position: relative;
}

img.icon {
  border: none;
}

h1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #004a8f;
}

h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #004a8f;
}

h4 {
  margin-bottom: 0px;
}

table {
  font-size: 13px;
}

.vertical {
  transform: rotate(-90deg);
  text-align: left;
  margin: 2px 0 2px;
  white-space: nowrap;
  height: auto;
  width: 1.2rem;
}

.title {
  white-space: nowrap;
}

.enrolment {
  white-space: nowrap;
}

input.input-error {
  border: solid;
  border-color: red;
  background-color: pink;
}

input[type="checkbox"].input-error:not(:checked) {
  outline: 3px solid red;
}

div.msg {
  border: solid;
  border-color: #004a8f;
  padding: 5px 15px 5px;
  margin: 5px;
  background-color: #d1d4d4;
  font-weight: bold;
  color: black;
}

td.on {
  background-color: grey;
}

td.selected {
  background-color: green;
}

td.conflict {
  background-color: red;
}

/* style a multi table */
table.multitable {
  border-collapse: collapse;
}

table.multitable th {
  border: 1px solid #ccc;
  color: #004a8f;
  background-color: #eeeeee;
  padding-top: 3.2rem;
}

table.multitable td {
  border: 1px solid #ccc;
  padding: 0.5em 0.5em;
  text-align: center;
}

table.multitable tr {
  border: 1px solid #ccc;
  text-align: center;
}

hr {
  color: #004a8f;
  background-color: #004a8f;
  height: 4px;
}

span.error {
  color: darkred;
}

a {
  text-decoration: none;
  color: #043e7c;
}

img.uni-logo {
  height: 75px;
  width: 170px;
}

div.menuhead {
  width: 240px;
  border-bottom: 1px solid #555;
}
