body {
  color: black;
  background-color: white;
  font-family: Arial, "Lucida Grande", "Lucida Sans", Verdana, Helvetica,
    sans-serif;
  font-size: 90%;
  margin: 0;
}

.registration {
  background-color: white;
}

a:link {
  color: rgb(59, 89, 152);
} /* unvisited link */
a:visited {
  color: rgb(59, 89, 152);
} /* visited link */
a:hover {
  color: rgb(59, 89, 152);
} /* mouse over link */
a:active {
  color: rgb(59, 89, 152);
} /* selected link */

a,
img {
  border: none;
}

.admin {
  background-color: white;
}

.heading {
  background-color: rgb(58, 101, 164);
  color: #fefffc;
  /* background-color: #045f51; */
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.roundbox {
  margin-top: 5px;
  background-color: #fff;
  padding: 1em 1em 1em 1em;
  width: 90%;
  border: 1px solid silver;
  position: relative;
  box-shadow: 10px 5px 5px 5px;
  float: center;
  margin-left: auto;
  margin-right: auto;
  min-height: 300px;
}

.roundboxSignup {
  margin-top: 5px;
  background-color: #fff;
  padding: 1em 1em 2em 2em;
  position: relative;
  float: center;
  margin-left: auto;
  margin-right: auto;
  min-height: 300px;
}

.leftgap {
  padding: 0em 0em 2em 2em;
}

.signupText {
  font-size: 90%;
}

.roundboxSmall {
  margin-top: 5px;
  text-color: #fff;
  color: #cc0;
  background-color: #fff;
  padding: 1em 1em 1em 1em;
  width: 70%;
  border: 2px solid silver;
  position: relative;
  float: center;
  margin-left: auto;
  margin-right: auto;
}

.roundboxText {
  color: #165;
}

.roundboxTextChangeDataForm {
  color: #165;
}
.roundboxTextChangeDataForm input {
  width: 17em;
}
.roundboxTextChangeDataForm select {
  width: 17em;
}

.comment input {
  width: 52em;
}

.statistics1Row input {
  width: 10em;
  text-align: right;
}

.login1 {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
}

.login2 {
  background-color: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.loginInput {
  width: 20em;
}

.loginAdmin {
  background-color: #fff;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}
.chooseSchool {
  background-color: #fff;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 1em 1em 1em;
  border: 1px solid silver;
  float: center;
  position: relative;
  box-shadow: 10px 5px 5px 5px;
}

.loggedInUserInfoLogoutButton {
  background-color: #eeffff;
  padding: 1em;
}

.arrows {
  display: table;
  width: 100%;
  text-align: center;
  padding-left: 1em;
  padding-right: 3em;
  margin-left: auto;
  margin-right: auto;
}
.arrowsMoby {
  vertical-align: top;
}
.arrowsCell {
  display: table-cell;
  width: 150px;
}

.inactive {
  color: gray;
}

.settingsMoby {
  width: 9em;
}

.settingsMoby2 {
  width: 14em;
}
.paymentReceived {
  background-color: #dff2bf;
}

.paymentNotReceived {
  background-color: #ffbaba;
}

.logout {
  float: right;
  align: right;
}

form.logoutForm {
  text-align: right;
}

.adminMenuContainer {
  background-color: #eeffff;
  padding: 1em;
  display: flex;
}

.adminMenuContainer > div {
  flex: 1;
}

table.navMenu td {
  text-align: center;
  min-width: 16em;
}

a.email:link,
a.email:visited {
  text-decoration: none;
  color: #3a9;
  background: url(../images/email.gif) no-repeat center left;
  padding-left: 22px;
}

a.email:hover,
a.email:active {
  text-decoration: underline;
}

.chooseSchool {
  text-align: center;
}

/* http://www.jankoatwarpspeed.com/css-message-boxes-for-different-message-types/
 + http://itweek.deviantart.com/art/Knob-Buttons-Toolbar-icons-73463960 - Thanks! - */
.info,
.success,
.warning,
.error,
.validation {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.info {
  margin: 5px;
  color: #00529b;
  background-color: #bde5f8;
  background-image: url("../images/Knob Info.png");
}

.success {
  margin: 5px;
  color: #4f8a10;
  background-color: #dff2bf;
  background-image: url("../images/Knob Valid Green.png");
}

.warning {
  margin: 5px;
  color: #9f6000;
  background-color: #feefb3;
  background-image: url("../images/Knob Attention.png");
}

.error {
  margin: 5px;
  color: #d8000c;
  background-color: #ffbaba;
  background-image: url("../images/Knob Cancel.png");
}

.center {
  align-items: center;
  text-align: center;
}

pre.code {
  padding: 1%;
  color: black;
  background-color: lightgrey;
}

pre.mail-body {
  white-space: pre-wrap;
}

pre span.highlight {
  background-color: lightsalmon;
}

span.statusOk {
  color: #4f8a10;
}

span.statusFail {
  color: #d8000c;
}

.signupsuccess,
.signuperror {
  border: 1px solid;
  max-width: 660px;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.signupsuccess {
  margin-left: 35px;
  color: #4f8a10;
  background-color: #dff2bf;
  background-image: url("../images/Knob Valid Green.png");
}

.signuperror {
  margin: 5px;
  color: #d8000c;
  background-color: #ffbaba;
  background-image: url("../images/Knob Cancel.png");
}

form select {
  background-color: #ddd;
  border: 1px solid silver;
}

form button {
  background-color: #ddd;
  border: 1px solid silver;
}

form input {
  background-color: #ddd;
  border: 1px solid silver;
}

tr.rowColor1 input {
  background-color: #bbb;
}

tr.rowColor2 input {
  background-color: #ddd;
}

form textarea {
  background-color: #ddd;
  border: 1px solid silver;
}

form input.button {
  background-color: #ddd;
  border: 2px solid #165;
}

h2 {
  text-align: left;
}

summary {
  padding: 0.5em;
}

div.container {
  margin: 0.5em;
}

.filesDownload {
  width: 100%;
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.filesDownloadClass {
}

.filesDownloadDate {
  text-align: center;
}

.filesDownloadButton {
  text-align: center;
}

.arrowsTablex {
  margin-left: 5em;
  margin-right: 5em;
}

.paymentCentered {
  text-align: center;
}

.checkbox {
  text-align: right;
  width: 2em;
}

.title {
  width: 6em;
}
.prename {
  width: 10em;
}
.sex {
  width: 3em;
}
.surname {
  width: 10em;
}
.position {
  width: 13em;
}
.email {
  width: 13em;
}
.exactschool {
  background-color: #193;
  width: 30em;
}
.school {
  background-color: #bbb;
  width: 30em;
}
.school2 {
  background-color: #bbb;
  width: 15em;
}
.school3 {
  background-color: #bbb;
  width: 15em;
}
.schoolType {
  width: 7em;
}
.notice {
  width: 50em;
}
.submit {
  height: 2em;
}
.submitlong {
  height: 2em;
  width: 23em;
}
.initial {
  width: 8em;
}

.schoolChange {
  width: 25em;
}
.teacherChange {
  width: 25em;
}

.titleNotify {
  width: 3em;
}
.prenameNotify {
  width: 9em;
}
.surnameNotify {
  width: 9em;
}
.sexNotify {
  width: 10em;
}
.positionNotify {
  width: 8em;
}
.emailNotify {
  width: 23em;
}
.initialNotify {
  width: 8em;
}

.paymentAmount {
  text-align: right;
  width: 3em;
}

.boldMenu {
  font-weight: bold;
}

.csvButton {
  width: 23em;
}

.achievementValue {
  height: 1.5em;
  text-align: center;
  vertical-align: center;
}

.redbg {
  background-color: red;
}
.greenbg {
  background-color: green;
}
.noneselected {
  background-color: green;
}
.dontselect {
  background: rgba(255, 0, 0, 0.4);
}

.grey {
  background: rgba(0, 0, 0, 0.1);
}

.jgstyellow {
  background: rgba(255, 255, 0, 0.3);
  width: 4em;
}
.participantGender {
  background: rgba(255, 255, 255, 0.4);
  width: 7em;
}

.centered {
  text-align: center;
}

footer {
  text-align: center;
  margin-bottom: 1%;
}

.tableFiles {
  width: 90%;
  margin: auto;
}

.tableFiles thead th {
  padding: 15px;
  color: #fff;
  text-shadow: 1px 1px 1px #568f24;
  border: 1px solid #000000;
  border-bottom: 3px solid #ddffff;
  background-color: rgb(58, 101, 164);
}

.tableFiles tbody td {
  padding: 2px 5px;
}

.tableFiles tfoot tr {
  background: rgba(58, 101, 164, 0.4);
}

.tableFiles tfoot td {
  font-size: 16;
  text-align: center;
  padding: 10px 0px;
}

.tableHorizontalCenter {
  margin: 0 auto;
}

thead.tablehead th {
  padding: 15px;
  color: #fff;
  text-shadow: 1px 1px 1px #568f24;
  border: 1px solid #000000;
  border-bottom: 3px solid #ddffff;
  background-color: rgb(58, 101, 164);
}

.tableParticipants thead th {
  padding: 15px;
  color: #fff;
  text-shadow: 1px 1px 1px #568f24;
  border: 1px solid #000000;
  border-bottom: 3px solid #ddffff;
  background-color: rgb(58, 101, 164);
}

.tableParticipants tbody td {
  padding: 2px 5px;
}

.tableParticipants tfoot tr {
  background: rgba(58, 101, 164, 0.4);
}

.tableParticipants tfoot td {
  font-size: 16;
  text-align: center;
  padding: 10px 0px;
}

.lightblue {
  background-color: rgba(58, 101, 164, 0.2);
}

.green {
  background-color: #dff2bf;
}

tr.evenRow {
}

tr.oddRow {
  background-color: rgba(58, 101, 164, 0.2);
}

.divisor {
  background: rgba(0, 0, 0, 0.8);
}

.lightbluepart {
  background: #f0e68c;
}

.notinvited {
  background: rgba(58, 101, 164, 0.2);
}

.invited {
  background: rgba(0, 255, 0, 0.2);
}

tr.waitinglist {
  background: rgba(255, 80, 0, 0.2);
}

td.waitinglist {
  background: rgba(255, 80, 0, 0.5);
}

/* NOTE: distinct from class="warning" because it doesn't work well in tables. */
tr.attention {
  background-color: #feefb3;
}

/* NOTE: distinct from class="error" because it doesn't work well in tables. */
tr.failure {
  background-color: #ffbaba;
}

tr.uninvited {
}

tr.invited {
  background: rgba(0, 255, 0, 0.2);
}

/* Round 3 - Does a participating school have round 3 participants? */
.unacceptedschool {
  background: rgba(255, 80, 0, 0.5);
}
.acceptedschool {
  background: rgba(0, 255, 0, 0.3);
}
.noparticipant {
  background: rgba(0, 0, 0, 0.1);
}

.schoolsround3 {
  border: 1px solid black;
}

.invitationTable {
  font-family: Arial, "Lucida Grande", "Lucida Sans", Verdana, Helvetica,
    sans-serif;
  font-size: 80%;
}

.buttonslong {
  width: 15em;
}

.acceptshort {
  width: 4em;
}

/* End Round 3 */

.notwaitinglist {
}

.lightblue input,
select {
  background-color: rgba(58, 101, 164, 0.2);
}

.lightblue2 input,
select {
  background-color: rgba(58, 101, 164, 0.1);
}

.tablehead {
}

input.signupachievementValueBool {
  background-color: rgb(221, 221, 221);
  width: 4.5em;
}
input.signupachievementValueInt,
input.achievementValueIntEmpty {
  background-color: rgb(221, 221, 221);
  text-align: right;
  width: 4.5em;
}
input.signupachievementValueFloat,
input.achievementValueFloatEmpty {
  background-color: rgb(221, 221, 221);
  text-align: right;
  width: 4.5em;
}
select.signupachievementValueEnum {
  background-color: rgb(221, 221, 221);
  width: 9em;
}
input.signupachievementValueChar,
input.achievementValueCharEmpty {
  background-color: rgb(221, 221, 221);
}

textarea.signupachievementValueNotice,
textarea.achievementValueNoticeEmpty {
  background-color: rgb(221, 221, 221);
  font-family: Arial, "Lucida Grande", "Lucida Sans", Verdana, Helvetica,
    sans-serif;
  width: 20em;
  height: 1em;
}

input.achievementValueBool {
  background-color: rgb(221, 221, 221);
  width: 4.5em;
}

input.achievementValueInt,
input.achievementValueIntEmpty {
  background-color: rgb(221, 221, 221);
  text-align: right;
  width: 4.5em;
}

input.achievementValueFloat,
input.achievementValueFloatEmpty {
  background-color: rgb(221, 221, 221);
  text-align: right;
  width: 4.5em;
}

select.achievementValueEnum {
  background-color: rgb(221, 221, 221);
  width: 9em;
}

input.achievementValueChar,
input.achievementValueCharEmpty {
  background-color: rgb(221, 221, 221);
  width: 5em;
}

textarea.achievementValueNotice,
textarea.achievementValueNoticeEmpty {
  background-color: rgb(221, 221, 221);
  font-family: Arial, "Lucida Grande", "Lucida Sans", Verdana, Helvetica,
    sans-serif;
  width: 20em;
  height: 1em;
}

.year {
  width: 5em;
}

.highlight1 {
  background-color: yellow;
}
.highlight2 {
  background-color: red;
}

div#menu {
  padding-bottom: 0.5%;
}

div#menu div.buttonShowAll {
}

div#menu table.manageStudentsMenu {
  padding-top: 1%;
  padding-bottom: 1%;
}

div#menu select {
  width: 100%;
}

div#menu div.recentParticipation {
  text-align: center;
}

div#menu input.studentEmail {
  width: 96%;
  align-content: center;
}

div#menu input.studentNotice {
  width: 96%;
  align-content: center;
}

div.completions {
  visibility: hidden;
  position: absolute;
  background-color: black;
  color: white;
}

div.completions table {
  border: none;
  border-collapse: collapse;
}

div.completions thead {
  text-align: center;
  font-size: small;
  font-weight: bold;
}

div.completions tr.completion {
  cursor: pointer;
}

div.completions tr.completion:hover {
  background-color: darkgray;
}

div.completions td {
  text-align: center;
}

div.menu td {
  align-items: center;
}

table.tableParticipants tfoot {
  text-align: center;
  background-color: lightgray;
}

span.newParticipant {
  color: green;
}

table.taskMatrix {
  border-collapse: collapse;
}

table.taskMatrix tr:hover {
  background-color: rgba(58, 101, 164, 0.2);
}

table.taskMatrix input {
  width: 4em;
}

.taskCell {
  border: 1px solid black;
}

table.participantProgress td.open,
table.participantProgress td.marked,
table.participantProgress td.done,
table.participantProgress td.unsubmitted {
  padding: 0.8em;
}
