* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  font-size: 16px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  color: lightgrey;
  width: 100%;
  min-height: 100%;
}

@media only screen and (min-width: 768px) {
  html, body {
    font-size: 22px;
  }
}

body {
  padding: 10px 10px 20px 10px;
  background-color: darkslategrey;
}

.contentpage {
  background-image: url("../images/CC_watermerk.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

section {
  background-color: #000;
  width: 95%;
  max-width: 1080px;
  margin: auto;
  border: 1px solid grey;
  border-radius: 7px;
  -webkit-box-shadow: 5px 5px 10px black;
          box-shadow: 5px 5px 10px black;
}

.backbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  width: 100%;
  padding-bottom: 10px;
}

.backbutton .back {
  bottom: 10px;
  text-align: center;
  width: 90%;
  background-color: #282828;
  color: #fff;
}

.spelregels {
  padding: 0.5rem;
  margin-bottom: 1rem;
}

.adminform {
  padding: 0.5rem;
}

button {
  min-width: 44px;
  min-height: 44px;
  color: #fff;
  border: 2px solid;
  border-radius: 10px;
  outline: none;
}

.savebutton {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
}

.savebutton button {
  width: 90%;
  background-color: #282828;
  color: #fff;
  border: 1px solid;
  border-color: grey;
  border-radius: 10px;
}

.savebutton button:disabled {
  width: 90%;
  background-color: grey;
  color: darkgrey;
  border: 1px solid;
  border-color: #282828;
  border-radius: 10px;
}

.scorebord {
  top: 0;
  margin-bottom: 1rem;
  padding: 0.75rem;
  color: lightgrey;
}

.scorebord .gamegegevensdetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.5rem;
}

.scorebord .gamegegevensdetail .positionleft {
  width: 50%;
  text-align: right;
  padding-right: 15px;
}

.scorebord .gamegegevensdetail .positionright {
  width: 50%;
  padding-left: 15px;
}

.scoretable {
  width: 100%;
  font-size: 1.5rem;
}

.scoretdleft {
  width: 50%;
  background-color: black;
  text-align: right;
}

.scoretdright {
  width: 50%;
  background-color: black;
}

.crickettable {
  width: 100%;
  font-size: 1.3rem;
}

.tdcricket {
  text-align: center;
}

.buttonsection {
  padding: 0.5rem;
  margin-bottom: 1rem;
}

.buttonsection .scoretoevoegen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.buttonsection .scoretoevoegen .rij {
  padding-bottom: 5px;
}

.buttonsection .scoretoevoegen .buttonpos {
  width: 30%;
  min-width: 44px;
  min-height: 44px;
  font-size: 1rem;
  background-color: #4caf50;
  padding: 0px;
  border-color: green;
}

.buttonsection .scoretoevoegen .buttonzero {
  width: 100%;
  min-width: 44px;
  min-height: 44px;
  font-size: 1rem;
  background-color: darkorange;
  padding: 0px;
  border-color: darkgoldenrod;
  color: #000;
}

.buttonsection .scoretoevoegen .buttonneg {
  width: 30%;
  min-width: 44px;
  min-height: 44px;
  font-size: 1rem;
  background-color: #9f6060;
  padding: 0px;
  border-color: red;
}

.buttonsection .scoretoevoegen .bullscore {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}

.buttonsection .scoretoevoegen .bullscore .buttonbullzero {
  width: 22%;
  min-width: 50px;
  min-height: 70px;
  font-size: 1rem;
  background-color: darkslategray;
  padding: 0px;
  border-color: red;
}

.buttonsection .scoretoevoegen .bullscore .buttonbullzerotriple {
  width: 22%;
  min-width: 50px;
  min-height: 70px;
  font-size: 1rem;
  background-color: darkslategray;
  padding: 0px;
  border-color: red;
}

.buttonsection .scoretoevoegen .bullscore .buttonbullsingle {
  width: 22%;
  min-width: 50px;
  min-height: 70px;
  font-size: 1rem;
  background-color: darkslategray;
  padding: 0px;
  border-color: darkgoldenrod;
}

.buttonsection .scoretoevoegen .bullscore .buttonbulldouble {
  width: 22%;
  min-width: 50px;
  min-height: 70px;
  font-size: 1rem;
  background-color: darkslategray;
  padding: 0px;
  border-color: green;
}

.buttonsection .buttondoublezero {
  width: 30%;
  min-width: 50px;
  min-height: 70px;
  font-size: 1rem;
  background-color: darkslategray;
  padding: 0px;
  border-color: darkgoldenrod;
}

.buttonsection .buttondoublezerotriple {
  width: 30%;
  min-width: 50px;
  min-height: 70px;
  font-size: 1rem;
  background-color: darkslategray;
  padding: 0px;
  border-color: red;
}

.buttonsection .buttondoublesingle {
  width: 30%;
  min-width: 50px;
  min-height: 70px;
  font-size: 1rem;
  background-color: darkslategray;
  padding: 0px;
  border-color: green;
}

.buttonpos {
  width: 100%;
  min-width: 44px;
  min-height: 50px;
  font-size: 1rem;
  background-color: #4caf50;
  padding: 0px;
  border-color: green;
}

.buttonzero {
  width: 100%;
  min-width: 44px;
  min-height: 50px;
  font-size: 1rem;
  background-color: darkorange;
  padding: 0px;
  border-color: darkgoldenrod;
  color: #000;
}

.buttonneg {
  width: 100%;
  min-width: 44px;
  min-height: 50px;
  font-size: 1rem;
  background-color: #9f6060;
  padding: 0px;
  border-color: red;
}

.buttontdtw {
  background-color: black;
  text-align: center;
  padding: 2px;
}

.buttontdcr {
  background-color: black;
  text-align: center;
  padding: 2px;
}

.checkoutnext {
  width: 48%;
  min-width: 50px;
  min-height: 70px;
  font-size: 1rem;
  background-color: darkslategray;
  padding: 0px;
  border-color: green;
}

.checkoutback {
  width: 48%;
  min-width: 50px;
  min-height: 70px;
  font-size: 1rem;
  background-color: darkslategray;
  padding: 0px;
  border-color: red;
}

.homepage {
  background-image: url("../images/CC_vierkant.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #000;
}

.homepage .mainbuttons {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  bottom: 10px;
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
}

.homepage .mainbuttons .loginbuttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.homepage .mainbuttons .homelinks {
  bottom: 10px;
  text-align: center;
  width: 90%;
  font-size: 1.1rem;
  font-weight: bold;
  background-color: rgba(255, 140, 0, 0.8);
  color: #000;
  border-color: darkgoldenrod;
  margin-top: 10px;
}

.topscores {
  padding: 0.5rem;
  margin-bottom: 1rem;
}

.topscores hr {
  border: 1px solid black;
}

table {
  border-collapse: collapse;
}

table tr:nth-child(even) {
  background: darkslategrey;
}

table tr:nth-child(odd) {
  background: #000;
}

.lefttd {
  text-align: left;
}

.loginbody {
  margin: 0;
  padding: 0;
  background-color: #000;
  font-family: 'Arial';
  background-image: url("../images/CC_vierkant.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #000;
}

.loginbody label {
  color: #000;
  font-size: 17px;
}

.loginbody .login {
  width: 90%;
  overflow: hidden;
  margin: auto;
  margin: 20 0 0 450px;
  padding: 80px;
  background: #f14f00;
  border-radius: 15px;
  opacity: 0.8;
}

.loginbody h2 {
  text-align: center;
  color: #f14f00;
  padding: 20px;
}

#usernameselect {
  width: 90%;
  height: 30px;
  border: 1px;
  border-color: grey;
  border-radius: 3px;
  padding-left: 8px;
  background-color: #000;
  color: white;
}

#password {
  width: 90%;
  height: 30px;
  border: 1px;
  border-color: grey;
  border-radius: 3px;
  padding-left: 8px;
  background-color: #000;
  color: white;
}

#submit {
  width: 100%;
  height: 45px;
  background-color: #282828;
  color: #fff;
  border: 1px solid;
  border-color: grey;
  border-radius: 10px;
}
/*# sourceMappingURL=style.css.map */